//! Circuit breaker for agent transaction safety.
//!
//! Provides a state machine (closed → open → `half_open` → closed),
//! spending limits (per-transaction, daily, monthly), and failure
//! rate tracking to protect agents from runaway transactions.
pub use CircuitBreakerConfig;
pub use ;
pub use ;