- Add AccountManager with health scoring, rate limit tracking, and quota awareness - Implement 3 selection strategies: hybrid, sticky, round-robin - Add CLI commands: clawdbot accounts list/status/reset - Wire into pi-embedded-runner for automatic failover - Add config schema for auth.multiAccount Enables distributing requests across multiple OAuth accounts for higher throughput and automatic failover on rate limits. |
||
|---|---|---|
| .. | ||
| account-manager.ts | ||
| constants.ts | ||
| health-scorer.ts | ||
| index.ts | ||
| integration.ts | ||
| model-auth-integration.ts | ||
| multi-account.test.ts | ||
| profile-order.ts | ||
| quota-tracker.ts | ||
| rate-limit-tracker.ts | ||
| strategies.ts | ||