[PR #585] [CLOSED] Add shekel - runtime budget guardrails for AI agents #15276

Closed
opened 2026-07-15 07:16:19 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/Shubhamsaboo/awesome-llm-apps/pull/585
Author: @arieradle
Created: 3/15/2026
Status: Closed

Base: mainHead: add-shekel


📝 Commits (1)

  • 2229598 Add shekel - runtime budget guardrails for AI agents

📊 Changes

1 file changed (+1 additions, -0 deletions)

View changed files

📝 README.md (+1 -0)

📄 Description

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.

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/Shubhamsaboo/awesome-llm-apps/pull/585 **Author:** [@arieradle](https://github.com/arieradle) **Created:** 3/15/2026 **Status:** ❌ Closed **Base:** `main` ← **Head:** `add-shekel` --- ### 📝 Commits (1) - [`2229598`](https://github.com/Shubhamsaboo/awesome-llm-apps/commit/222959843251a58fd74c3df3e94dda2daf4700d4) Add shekel - runtime budget guardrails for AI agents ### 📊 Changes **1 file changed** (+1 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `README.md` (+1 -0) </details> ### 📄 Description [shekel](https://github.com/arieradle/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:** ```python 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. ``` --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2026-07-15 07:16:19 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/awesome-llm-apps#15276