Available on crate feature
graph only.Expand description
State management for graph execution
Provides typed state with reducers for controlling how updates are merged.
Structs§
- Channel
- Channel definition for a state field
- Checkpoint
- Checkpoint data structure for persistence
- State
Schema - State schema defines channels and their reducers
- State
Schema Builder - Builder for StateSchema
Enums§
- Reducer
- Reducer determines how state updates are merged
Type Aliases§
- State
- Graph state - a map of channel names to values