Founder, Sovereign Logic | Oakland, CA
π§ docspoc101@gmail.com
I build tools that prevent AI agents from burning money and breaking production.
π SHACKLE β AI Agent Circuit Breaker
Pre-execution guardrails for CrewAI, LangGraph, and AutoGen.
Stop runaway costs, infinite loops, and production failures before they happen.
from shackle import Guard
@Guard(budget=1.00, max_repeat_calls=3, timeout_seconds=300)
def protected_agent():
return agent.run() # Safe, monitored, interruptibleThe Problem: AI agents fail silently. They loop. They burn budgets. They destroy infrastructure.
The Solution: Runtime circuit breakers that enforce hard limits at the interpreter level.
π Documentation | π GitHub | π Website
- Production agent safety β Making AI agents enterprise-ready
- Cost control systems β Budget enforcement for LLM-powered workflows
- Human-in-the-loop tooling β Interactive control for supervised deployments
Building something with AI agents? Running into cost overruns or infinite loops?
I offer architecture audits and implementation consulting.
π§ docspoc101@gmail.com
π¬ Available for consulting and collaboration
Built SHACKLE after a $400 loop. Now helping others avoid $106K+ failures.


