File tree Expand file tree Collapse file tree 3 files changed +3
-13
lines changed
Expand file tree Collapse file tree 3 files changed +3
-13
lines changed Original file line number Diff line number Diff line change @@ -12,4 +12,4 @@ model_settings:
1212 code_analysis :
1313 temperature : 1
1414 reasoning :
15- effort : high
15+ effort : medium
Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ taskflow:
2525 must_complete : false
2626 max_steps : 100
2727 repeat_prompt : true
28- async : false
28+ async : true
2929 agents :
3030 - seclab_taskflows.personalities.web_application_security_expert
3131 model : code_analysis
Original file line number Diff line number Diff line change @@ -224,14 +224,4 @@ taskflow:
224224
225225 toolboxes :
226226 - seclab_taskflows.toolboxes.gh_file_viewer
227- - seclab_taskflows.toolboxes.repo_context
228- - task :
229- must_complete : true
230- agents :
231- - seclab_taskflows.personalities.web_application_security_expert
232- model : code_analysis
233- user_prompt : |
234- Fetch the entry points of the repo {{ globals.repo }} and give a summary of the notes.
235- Fetch the user actions of the repo {{ globals.repo }} and give a summary of the notes.
236- toolboxes :
237- - seclab_taskflows.toolboxes.repo_context
227+ - seclab_taskflows.toolboxes.repo_context
You can’t perform that action at this time.
0 commit comments