···578578579579# Agent loop limits.
580580# - max_steps: maximum tool-call steps in the ReAct loop.
581581-max_steps: 15
581581+max_steps: 64
582582# - parse_retries: how many times to ask the model to retry if it emits invalid JSON.
583583parse_retries: 2
584584# - max_token_budget: stop the loop once cumulative tokens exceed this (0 disables).
585585max_token_budget: 0
586586# - tool_repeat_limit: maximum executions per tool name within one run.
587587-tool_repeat_limit: 3
587587+tool_repeat_limit: 64
588588# Overall run timeout.
589589timeout: "10m"
590590