Loading lesson page...
Kill Switches, Circuit Breakers, and Canary Tokens
LearnA kill switch is a boolean held outside the agent's edit surface — a Redis key, a feature flag, a signed config — that disables the agent entirely. A circuit breaker is finer-grained: it trips on a specific pattern (five identical tool cal...