-
Notifications
You must be signed in to change notification settings - Fork 0
Track distributed agent decision limiter storage #13
Copy link
Copy link
Open
Labels
area:ai-agentOffline player agent, NPC intelligence, and agent observabilityOffline player agent, NPC intelligence, and agent observabilityarea:gatewayGo LLM gateway and provider routingGo LLM gateway and provider routingpriority:p2Important but not blocking current milestoneImportant but not blocking current milestonesize:mMedium taskMedium task
Milestone
Metadata
Metadata
Assignees
Labels
area:ai-agentOffline player agent, NPC intelligence, and agent observabilityOffline player agent, NPC intelligence, and agent observabilityarea:gatewayGo LLM gateway and provider routingGo LLM gateway and provider routingpriority:p2Important but not blocking current milestoneImportant but not blocking current milestonesize:mMedium taskMedium task
Type
Projects
Status
Backlog
Context
PR #10 adds in-memory per-player rate limiting and daily token budgeting for /v1/agent/decide. That is acceptable for the current single-gateway prototype, but it does not coordinate usage across multiple gateway instances.
Required Before Scaling
Notes
This is intentionally tracked outside PR #10 so the current prototype can enforce budget gates without introducing distributed infrastructure prematurely.