From 05afb60892e81398707dc2ec6b85552db0e3207f Mon Sep 17 00:00:00 2001 From: Signal Date: Thu, 30 Jul 2026 00:05:52 +0000 Subject: [PATCH 1/3] Add agent-cost-guardrails --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index a48308a..ef501c5 100644 --- a/README.md +++ b/README.md @@ -54,6 +54,8 @@ This comprehensive list showcases the latest and greatest AI-powered development **[agentbox](https://github.com/madarco/agentbox)** - Run multiple coding agents in parallel, each teleported into its own sandboxed box (local Docker or cloud VMs via Hetzner/Daytona/Vercel/E2B) with sub-1s checkpoint starts. Works with Claude Code, Codex, and OpenCode. +**[agent-cost-guardrails](https://github.com/sapph1re/agent-cost-guardrails)** - Framework-native budget limits and circuit breakers for CrewAI, AutoGen, and LangGraph agents. Enforces per-run token caps and cost thresholds without manual monitoring. + **[agent-deck](https://github.com/asheshgoplani/agent-deck)** - Terminal session manager for AI coding agents. **[agent-kanban](https://github.com/saltbo/agent-kanban)** - Agent-first kanban board with leader-worker model, cryptographic agent identity, and multi-runtime support (Claude Code, Codex, Gemini CLI). From 079eac555b403ae6c984507c5340d1f6b2d9e35d Mon Sep 17 00:00:00 2001 From: Signal Date: Thu, 30 Jul 2026 01:21:39 +0000 Subject: [PATCH 2/3] Fix agent-cost-guardrails description: per-call token limits, not per-run token caps --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ef501c5..25f5144 100644 --- a/README.md +++ b/README.md @@ -54,7 +54,7 @@ This comprehensive list showcases the latest and greatest AI-powered development **[agentbox](https://github.com/madarco/agentbox)** - Run multiple coding agents in parallel, each teleported into its own sandboxed box (local Docker or cloud VMs via Hetzner/Daytona/Vercel/E2B) with sub-1s checkpoint starts. Works with Claude Code, Codex, and OpenCode. -**[agent-cost-guardrails](https://github.com/sapph1re/agent-cost-guardrails)** - Framework-native budget limits and circuit breakers for CrewAI, AutoGen, and LangGraph agents. Enforces per-run token caps and cost thresholds without manual monitoring. +**[agent-cost-guardrails](https://github.com/sapph1re/agent-cost-guardrails)** - Framework-native budget limits and circuit breakers for CrewAI, AutoGen, and LangGraph agents. Enforces per-call token limits and cumulative cost budgets without manual monitoring. **[agent-deck](https://github.com/asheshgoplani/agent-deck)** - Terminal session manager for AI coding agents. From bf3beb6401ced8f8eda77ed1db6fe2dda8f21a6e Mon Sep 17 00:00:00 2001 From: Roman V Date: Tue, 4 Aug 2026 01:45:56 +0000 Subject: [PATCH 3/3] Update agent-cost-guardrails description per maintainer feedback --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 25f5144..33d9fcb 100644 --- a/README.md +++ b/README.md @@ -54,7 +54,7 @@ This comprehensive list showcases the latest and greatest AI-powered development **[agentbox](https://github.com/madarco/agentbox)** - Run multiple coding agents in parallel, each teleported into its own sandboxed box (local Docker or cloud VMs via Hetzner/Daytona/Vercel/E2B) with sub-1s checkpoint starts. Works with Claude Code, Codex, and OpenCode. -**[agent-cost-guardrails](https://github.com/sapph1re/agent-cost-guardrails)** - Framework-native budget limits and circuit breakers for CrewAI, AutoGen, and LangGraph agents. Enforces per-call token limits and cumulative cost budgets without manual monitoring. +**[agent-cost-guardrails](https://github.com/sapph1re/agent-cost-guardrails)** - Python budget tracking and circuit-breaker middleware with adapters for CrewAI, AutoGen/AG2, and LangGraph; checks estimated tokens before calls and records actual token cost after responses. **[agent-deck](https://github.com/asheshgoplani/agent-deck)** - Terminal session manager for AI coding agents.