mirror of
https://github.com/katanemo/plano.git
synced 2026-06-26 15:39:40 +02:00
Implement RetryOrchestrator as the top-level coordinator that: - Manages the full retry lifecycle per request - Integrates backoff, error detection, provider selection - Handles request deduplication via content hashing - Supports both same-provider retry and cross-provider failover - Emits structured attempt records for observability Signed-off-by: Troy Mitchell <i@troy-y.org> |
||
|---|---|---|
| .. | ||
| backoff.rs | ||
| error_detector.rs | ||
| error_response.rs | ||
| latency_block_state.rs | ||
| latency_trigger.rs | ||
| mod.rs | ||
| orchestrator.rs | ||
| provider_selector.rs | ||
| retry_after_state.rs | ||
| validation.rs | ||