Expand description
Fallback chain configuration for agent fault tolerance.
This module defines the FallbackConfig structure that controls how Ralph
handles agent failures. It supports:
- Agent-level fallback (try different agents)
- Provider-level fallback (try different models within same agent)
- Exponential backoff with cycling
Structs§
- Fallback
Config - Agent chain configuration for preferred agents and fallback switching.
- Resolved
Drain Binding - Concrete runtime chain binding for one drain.
- Resolved
Drain Config - Fully resolved drain configuration consumed by the runtime.
Enums§
- Agent
Drain - Runtime consumer of an agent chain.
- Agent
Role - Agent role (developer, reviewer, or commit).
- Drain
Mode - Drain-local execution mode.