plano/crates/common
raheelshahzad 851d8a3054 feat: add support for retrying LLM requests on 429 ratelimits (#697)
- Added 'retry_on_ratelimit' configuration to LlmProvider.
- Implemented a retry loop in the LLM handler to automatically failover to an alternative model when a 429 status is received.
- Added comprehensive unit tests for fallback selection and failover logic.
- Ensured default behavior is unchanged when the feature is disabled.
2026-02-09 20:52:29 -08:00
..
src feat: add support for retrying LLM requests on 429 ratelimits (#697) 2026-02-09 20:52:29 -08:00
Cargo.lock split wasm filter (#186) 2024-10-16 14:20:26 -07:00
Cargo.toml use standard tracing and logging in brightstaff (#721) 2026-02-09 13:33:27 -08:00