plano/crates/brightstaff
Troy Mitchell f3e35914e3 feat: integrate retry orchestrator into LLM handler
Wire up the retry module into the brightstaff LLM handler:
- Add send_upstream_with_retry() that uses RetryOrchestrator
  to coordinate retry attempts with backoff and failover
- Build forward_fn closure for per-attempt HTTP calls
- Support failover to alternative providers on retryable errors
- Fall back to single-attempt send_upstream() when no retry
  policy is configured

Signed-off-by: Troy Mitchell <i@troy-y.org>
2026-04-28 17:05:59 +08:00
..
src feat: integrate retry orchestrator into LLM handler 2026-04-28 17:05:59 +08:00
Cargo.toml add jemalloc and /debug/memstats endpoint for OOM diagnosis (#885) 2026-04-23 13:59:12 -07:00