Skip to main content
Code Guide
AI Engineering Reliability

Circuit breaker

Reliability pattern that transitions between CLOSED (normal), OPEN (failing), and HALF_OPEN (probing) states to prevent cascading failures in multi-agent pipelines. Each document or task gets its own instance to isolate failures.