mirror of
https://github.com/Strategic-Automation/violin.git
synced 2026-08-14 12:33:37 +02:00
config: raise agent max_turns 350->700, add goals.max_turns 40
Run 13 hit the 350-iteration budget mid-vuln-research and was force-closed before EXPLOITATION (PTT 1/4, 0% formalized). The baked profile config inherits max_turns into the agent iteration cap. Doubling it plus a 40-turn goal continuation budget lets exploitable challenges get reached.
This commit is contained in:
+3
-1
@@ -7,13 +7,15 @@ model:
|
||||
base_url: https://inference-api.nousresearch.com/v1
|
||||
|
||||
agent:
|
||||
max_turns: 350
|
||||
max_turns: 700
|
||||
service_tier: normal
|
||||
verbose: false
|
||||
reasoning_effort: medium
|
||||
tool_use_enforcement: true
|
||||
disabled_toolsets:
|
||||
- kanban
|
||||
goals:
|
||||
max_turns: 40
|
||||
|
||||
tool_loop_guardrails:
|
||||
warnings_enabled: true
|
||||
|
||||
Reference in New Issue
Block a user