Skip to content

Add shekel - runtime budget guardrails for AI agents#297

Open
arieradle wants to merge 1 commit intotensorchord:mainfrom
arieradle:add-shekel
Open

Add shekel - runtime budget guardrails for AI agents#297
arieradle wants to merge 1 commit intotensorchord: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: arieradle <arieradle@users.noreply.github.com>
nicoloboschi pushed a commit to nicoloboschi/Awesome-LLMOps that referenced this pull request Mar 30, 2026
…egory (tensorchord#297)

Co-authored-by: kerthcet <kerthcet@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