MAX_OBSERVATION_STEPS_CEILING

Constant MAX_OBSERVATION_STEPS_CEILING 

Source
pub const MAX_OBSERVATION_STEPS_CEILING: usize = 100;
Expand description

Hard ceiling on AgentConfig::max_observation_steps accepted from external callers.

Prevents an API or CLI caller from setting max_observation_steps to an arbitrarily large value, which would silently neutralise the observation guard and allow a confused agent to call observation tools indefinitely. 100 observation-only iterations is far more than any legitimate browsing task requires.