GitHub - dipampaul17/AgentGuard: Real-time guardrail that shows token spend & kills runaway LLM/agent loops.
🛡️ AgentGuard
🚨 The Problem
Your AI agent has a bug. It makes 1000 API calls in a loop. Your $2000 credit card gets charged.
This happens to developers every week:
Infinite loops in AI workflows
Testing with production API keys
Agents that don't know when to stop
One typo = hundreds of dollars gone
Existing tools only tell you after the damage is done.
💡 The Solution
AgentGuard automatically kills your process before it burns through your budget.
// Add 2 lines to any AI project:
const agentG...
Read more at github.com