Expand description
LLM resilience wrapper with circuit breaking and budget instrumentation.
Structsยง
- Budget
Tracker ๐ - Circuit
Breaker ๐ - LlmResilience
Config - Resilience configuration for LLM calls.
- Resilient
LlmProvider - LLM provider wrapper with circuit breaker and budget instrumentation.
Enumsยง
- Breaker
State ๐ - Circuit breaker state machine.
- Failure
Action ๐
Functionsยง
- is_
retryable_ ๐error - Checks if an error is retryable (transient failures that may succeed on retry).
- is_
timeout_ ๐error - Checks if an error is a timeout error.