v1.0.0 — Production GA
AgentGuard v1.0.0 — Production GA
Runtime guardrails for AI agents. Stop loops, enforce budgets, trace everything — zero dependencies.
pip install agentguard47Highlights
- 5 guards: LoopGuard, FuzzyLoopGuard, BudgetGuard, TimeoutGuard, RateLimitGuard
- 4 integrations: LangChain, LangGraph, CrewAI, OpenTelemetry
- Auto-instrumentation: patch_openai() / patch_anthropic() for automatic tracing
- Full async API: AsyncTracer, async decorators, async monkey-patches
- Cost tracking: Built-in pricing for OpenAI, Anthropic, Google, Mistral, Meta
- Evaluation: Assert properties of traces in tests or CI
- Production-ready: Gzip compression, retry with backoff, sampling, SSRF protection
- CLI: agentguard report, view, summarize, eval
Quality
- 317 tests, 86% coverage
- Python 3.9-3.12
- Zero dependencies (pure Python stdlib)
- Development Status: Production/Stable