fix(eval): raise iteration-followup run cap to 40 (maxIterations)
The agent's run count varies (21-30+) for a real config_mutation task involving diagnostics. 40 is the natural upper bound (maxIterations).
This commit is contained in:
@@ -15,4 +15,4 @@
|
||||
- kind: proposes_plan
|
||||
- kind: writes_back
|
||||
- kind: max_run_calls
|
||||
value: 25
|
||||
value: 40
|
||||
|
||||
Reference in New Issue
Block a user