Skip to content

Submit: Agent Cost Guardrails — budget enforcement for CrewAI, AutoGen, and LangGraph#231

Open
sapph1re wants to merge 1 commit into
MarsX-dev:mainfrom
sapph1re:submit/agent-cost-guardrails
Open

Submit: Agent Cost Guardrails — budget enforcement for CrewAI, AutoGen, and LangGraph#231
sapph1re wants to merge 1 commit into
MarsX-dev:mainfrom
sapph1re:submit/agent-cost-guardrails

Conversation

@sapph1re

@sapph1re sapph1re commented Jul 1, 2026

Copy link
Copy Markdown

Agent Cost Guardrails

Agent Cost Guardrails is an open-source Python library that prevents runaway LLM costs in multi-agent systems.

Problem

57% of orgs now run agents in production, and unexpected cost blowups are the #1 pain point. AutoGen has no token cap. CrewAI logging is broken inside Tasks. Developers discover surprise bills after the fact.

Solution

Drop-in integration with CrewAI, AutoGen, and LangGraph — add hard budget caps, circuit breakers, and per-agent cost tracking with a one-line decorator. Zero infrastructure: pure Python middleware, no gateway, no proxy, no external service.

from agent_cost_guardrails import budget

@budget(max_usd=5.00, alert_at=[0.5, 0.8])
def run_my_crew():
    crew.kickoff()

Links

Pricing

Open Source (MIT)

Categories

AI Tools, Developer Tools, DevOps

@vercel

vercel Bot commented Jul 1, 2026

Copy link
Copy Markdown

Someone is attempting to deploy a commit to the isora Team on Vercel.

A member of the Team first needs to authorize it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant