pub const MAX_ITERATIONS: usize = 200;Expand description
Maximum number of iterations in the main loop.
This constant is used as the default for AgentConfig::max_iterations.
It is re-exported from the parent module for backward compatibility.
See AgentConfig::max_iterations for detailed documentation.