Expand description
Pipeline state types for reducer architecture.
Defines immutable state structures that capture complete pipeline execution context. These state structures can be serialized as checkpoints for resume functionality.
Structs§
- Agent
Chain State - Agent fallback chain state (explicit, not loop indices).
- Pipeline
State - Immutable pipeline state (this IS the checkpoint).
Enums§
- Commit
State - Commit generation state.
- Rebase
State - Rebase operation state.
Constants§
- MAX_
DEV_ VALIDATION_ RETRY_ ATTEMPTS - Maximum number of developer validation retry attempts before giving up.
- MAX_
VALIDATION_ RETRY_ ATTEMPTS - Maximum number of retry attempts when XML/format validation fails.