feat(models): add auth profile cooldown for api key pools

This commit is contained in:
William Valentin
2026-02-19 11:45:55 -08:00
parent baa53f91d9
commit 6b56d9e223
9 changed files with 175 additions and 22 deletions
@@ -332,6 +332,8 @@ These are substantial UX/ecosystem projects or highly platform-specific; defer u
## Suggested Next Execution Order
1) Auth profile rotation/stickiness before provider fallback
2) Queue/run-control polish (interrupt preemption telemetry + UX)
3) Daily memory continuity tuning (if continuity quality is still lacking)
1) Queue/run-control polish (interrupt preemption telemetry + UX)
2) Daily memory continuity tuning (if continuity quality is still lacking)
3) Auth-profile expansion beyond API-key pools (if needed)
Note: API-key pool auth profile cooldown/backoff (`auth_profile_cooldown_ms`) shipped on 2026-02-19.