Skip to content

agent_health_strictness ​

Scope: project • Default: standard

Controls how quickly the orchestrator considers an agent "stuck" and intervenes.

Positions ​

PositionStall thresholdGood for
lax5 minutes without outputSlow local models, heavy reasoning.
standard2 minutesTypical hosted models on typical work.
strict30 secondsFast models; you want fast failure and restart.

What "intervention" means ​

When an agent stalls past the threshold, the orchestrator consults crash_recovery_default to decide whether to resume, restart clean, or pause for review.

See also ​

Released under the FLL-1.2 License.