pub const MAX_AGENTIC_ITERATIONS: u32 = 5;Expand description
Safety gate for the autonomous agentic loop: the hard ceiling on generate→run→observe→re-plan cycles. The loop stops the moment a run has zero failures; this bounds the unhappy path so the agent can’t spin indefinitely (and can’t rack up unbounded model/compute cost).