You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Context\nThe gateway config already exposes LLM_RATE_LIMIT_PER_PLAYER_PER_MIN and LLM_TOKEN_BUDGET_PER_PLAYER_DAY, but /v1/agent/decide does not enforce them yet.\n\n## Scope\n- Enforce per-player request rate limits for agent decisions.\n- Enforce daily LLM token budget per player.\n- Keep deterministic fallback behavior available for local development.\n- Add tests for allowed, rate-limited, and budget-exhausted paths.\n\n## References\n- Follow-up from PR #5 multi-agent review.
Context\nThe gateway config already exposes LLM_RATE_LIMIT_PER_PLAYER_PER_MIN and LLM_TOKEN_BUDGET_PER_PLAYER_DAY, but /v1/agent/decide does not enforce them yet.\n\n## Scope\n- Enforce per-player request rate limits for agent decisions.\n- Enforce daily LLM token budget per player.\n- Keep deterministic fallback behavior available for local development.\n- Add tests for allowed, rate-limited, and budget-exhausted paths.\n\n## References\n- Follow-up from PR #5 multi-agent review.