Circuit breaker
Simple
An automatic breaker: if a service keeps failing, calls to it stop for a while.
Business
Protection from failure avalanches and wasted spend when a dependency degrades.
Tech
Pattern: an error counter opens the circuit, periodically probes (half-open), then closes; in MAS — per provider/agent.