Back to browse
GitHub Repository

Runtime economic governance for AI agents. Circuit Breaker adds risk-managed execution, cost ceilings, and kill switches to autonomous AI workflows.

30 starsTypeScript

Circuit Breaker – runtime cost ceilings for AI agents

by joakimOslo·May 19, 2026·1 point·0 comments

AI Analysis

●●SolidSolve My ProblemNiche Gem

Simple wrapper preventing runaway agent costs before they hit your credit card.

Strengths
  • Framework-agnostic core with typed adapters for major agent SDKs.
  • Loop-killer mode detects state repeats to stop infinite reasoning cycles.
Weaknesses
  • Post-hoc enforcement means the triggering call still incurs costs.
  • Requires manual tokenizer setup instead of bundling one by default.
Category
Target Audience

Developers deploying autonomous AI agents

Similar To

LangSmith · Helicone · Portkey

Similar Projects

Developer Tools●●Solid

Preventing runaway LLM agents (enforcement layer)

VERONICA puts an enforcement shim between your agent and the model so you can halt costly spirals before a request hits the provider — it natively exposes hard budget enforcement, circuit breakers, retry containment and degradation levels. The README + runnable runaway-loop demo make the failure mode concrete and the API (BudgetEnforcer, RuntimeContext, BudgetExceeded) is small and practical. I'd like to see richer observability/adapter docs for common agent frameworks, but as an enforcement-first primitive this is a clever, useful tool.

Niche GemBig Brain
amabito
124mo ago