Files
opus-orchestrator-ai/opus_orchestrator/utils
mrhavens b5da8d272c fix(reliability): Add retry logic and circuit breaker
- Created utils/retry.py with:
  - RetryHandler with exponential backoff
  - CircuitBreaker pattern
  - Config for max attempts, delays
  - Graceful degradation

- Updated LLM client to use retry logic
- API failures now retry with backoff
- Circuit breaker prevents cascade failures
- Graceful degradation on prolonged failures

This addresses the reliability gap identified in code review.
2026-03-14 05:24:09 +00:00
..