genpark-agent-budget-rate-limit-throttle-skill

mcp
Guvenlik Denetimi
Uyari
Health Uyari
  • 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 Gecti
  • Code scan — Scanned 4 files during light audit, no dangerous patterns found
Permissions Gecti
  • Permissions — No dangerous permissions requested

Bu listing icin henuz AI raporu yok.

SUMMARY

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.

Yorumlar (0)

Sonuc bulunamadi