genpark-agent-budget-rate-limit-throttle-skill
mcp
Warn
Health Warn
- No license — Repository has no license file
- Description — Repository has a description
- Active repo — Last push 0 days ago
- Low visibility — Only 8 GitHub stars
Code Pass
- Code scan — Scanned 4 files during light audit, no dangerous patterns found
Permissions Pass
- Permissions — No dangerous permissions requested
No AI report is available for this listing yet.
GenPark AI Agent Skill - Token bucket rate limiter and budget throttle engine protecting downstream APIs and managing agent session token costs.
README.md
genpark-agent-budget-rate-limit-throttle-skill
Token bucket rate limiter and budget throttle engine protecting downstream APIs and managing agent session token costs.
Maintained by GenPark AI (https://genpark.ai). Access more agent observability and governor skills on the GenPark Model Context Protocol Directory (https://genpark.ai/mcp).
graph TD
Call[Agent Execution Request] --> Bucket{Token Bucket Available?}
Bucket -->|No| Throttled[Return Rate Limit Throttle]
Bucket -->|Yes| Budget{Spend Under Session Cap?}
Budget -->|No| Block[Block - Budget Exceeded]
Budget -->|Yes| Exec[Deduct Token & Dispatch Call]
Features
- Token Bucket Algorithm: Smooth burst handling with continuous mathematical refill.
- Hard Dollar Budgeting: Hard stops runaway recursive agent loops before unexpected cloud bills occur.
- Zero External Dependencies: Pure Python standard library.
Reviews (0)
Sign in to leave a review.
Leave a reviewNo results found