Skip to content

Add shekel - runtime budget guardrails for AI agents#585

Closed
arieradle wants to merge 1 commit intoShubhamsaboo:mainfrom
arieradle:add-shekel
Closed

Add shekel - runtime budget guardrails for AI agents#585
arieradle wants to merge 1 commit intoShubhamsaboo:mainfrom
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>
@awesomekoder
Copy link
Copy Markdown
Contributor

Thanks for the interest! This PR adds README links but doesn't include runnable code in its own folder. For this repo, we need self-contained tutorials with the actual implementation included.

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.

3 participants