Skip to main content

AGENT_RETRY_MAX_RETRIES

Constant AGENT_RETRY_MAX_RETRIES 

Source
pub const AGENT_RETRY_MAX_RETRIES: u32 = 2;
Expand description

Max retries after the first failure for agents re-invoking on exit 74.

Total attempts = AGENT_RETRY_MAX_RETRIES + 1 (3). Matches docs/AGENTS.md.