Skip to content

Add shekel - runtime budget guardrails for AI agents#149

Open
arieradle wants to merge 1 commit intovisenger:masterfrom
arieradle:add-shekel
Open

Add shekel - runtime budget guardrails for AI agents#149
arieradle wants to merge 1 commit intovisenger:masterfrom
arieradle:add-shekel

Conversation

@arieradle
Copy link
Copy Markdown

shekel is a Python library providing runtime budget guardrails for AI agents.

Problem: AI agents run up unexpected costs via retries, tool loops, and runaway LLM calls. shekel sets hard spending limits.

Usage:

from shekel import budget
with budget(max_usd=5.00):
    run_my_agent()

Supports: OpenAI, Anthropic, Gemini, LangChain, LangGraph, CrewAI, AutoGen, LlamaIndex, MCP, and more.

Signed-off-by: Arie Radle <arieradle@users.noreply.github.com>
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