Skip to content

breakerbox v0.1.0

Choose a tag to compare

@Amitcoh1 Amitcoh1 released this 23 Jul 17:36

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 breakerbox
from breakerbox import guard

guarded = guard(app, budget_usd=5.00)   # trips between hops; never a mid-call 429

The PyPI package is breakerbox (the name agentbreaker collides with an unrelated existing project). The GitHub repo stays at Amitcoh1/agentbreaker.