Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/seclab_taskflows/configs/model_config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@ model_settings:
code_analysis:
temperature: 1
reasoning:
effort: high
effort: medium
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ taskflow:
must_complete: false
max_steps: 100
repeat_prompt: true
async: false
async: true
agents:
- seclab_taskflows.personalities.web_application_security_expert
model: code_analysis
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -224,14 +224,4 @@ taskflow:

toolboxes:
- seclab_taskflows.toolboxes.gh_file_viewer
- seclab_taskflows.toolboxes.repo_context
- task:
must_complete: true
agents:
- seclab_taskflows.personalities.web_application_security_expert
model: code_analysis
user_prompt: |
Fetch the entry points of the repo {{ globals.repo }} and give a summary of the notes.
Fetch the user actions of the repo {{ globals.repo }} and give a summary of the notes.
toolboxes:
- seclab_taskflows.toolboxes.repo_context
- seclab_taskflows.toolboxes.repo_context
Loading