Skip to main content

Module state

Module state 

Source
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§

AgentChainState
Agent fallback chain state (explicit, not loop indices).
PipelineState
Immutable pipeline state (this IS the checkpoint).

Enums§

CommitState
Commit generation state.
RebaseState
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.