breakerbox v0.1.0
First tagged release of Breakerbox — the circuit breaker for AI agents.
guard()wraps a compiled LangGraph app with a hard, hierarchical dollar budget that trips between steps (pause+resume or kill), never mid-call.- Self-metered tokens (tiktoken + provider reconcile) and a receipt (terminal + single-file HTML + JSON).
- Codegen-only visual builder + optional cloud dashboard. No server execution, no stored provider keys.
pip install breakerboxfrom breakerbox import guard
guarded = guard(app, budget_usd=5.00) # trips between hops; never a mid-call 429The PyPI package is breakerbox (the name
agentbreakercollides with an unrelated existing project). The GitHub repo stays atAmitcoh1/agentbreaker.