Skip to content

Commit bc9d2a3

Browse files
authored
Merge pull request #66 from GitHubSecurityLab/model_config
various fixes
2 parents 7d94b03 + ca94972 commit bc9d2a3

File tree

3 files changed

+3
-13
lines changed

3 files changed

+3
-13
lines changed

src/seclab_taskflows/configs/model_config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,4 @@ model_settings:
1212
code_analysis:
1313
temperature: 1
1414
reasoning:
15-
effort: high
15+
effort: medium

src/seclab_taskflows/taskflows/audit/audit_issue_local_iter.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

src/seclab_taskflows/taskflows/audit/identify_applications.yaml

Lines changed: 1 addition & 11 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)