LoopGuard is a runtime guardrail SDK for autonomous AI agents. Set token budgets, loop depth limits, and per-tool caps. Kill runaway sessions instantly from the dashboard.
npm install @loopguard/sdk
How it works
npm install @loopguard/sdk, then wrap your LLM client or tool functions with createGuard(). Two lines of code.
Configure token budgets, loop depth limits, and per-tool call caps. Limits are enforced locally — zero latency overhead.
When an agent trips a limit, LoopGuard throws and stops the loop. Flip the kill switch from the dashboard to stop a live agent instantly.
Pricing