openclaw/src/commands/accounts
PREETHAM1590 a16abbd3e1 feat: add multi-account load balancing for OAuth providers
- 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.
2026-01-27 16:12:34 +05:30
..
index.ts feat: add multi-account load balancing for OAuth providers 2026-01-27 16:12:34 +05:30
list.ts feat: add multi-account load balancing for OAuth providers 2026-01-27 16:12:34 +05:30
reset.ts feat: add multi-account load balancing for OAuth providers 2026-01-27 16:12:34 +05:30
status.ts feat: add multi-account load balancing for OAuth providers 2026-01-27 16:12:34 +05:30