Expand description
§Graph State Management
This module provides the state management system for RGraph workflows. The state flows through the graph execution, accumulating results and providing context for decision-making.
Structs§
- Graph
State - The shared state that flows through the graph execution
- State
History Entry - Entry in the state execution history
- State
Path - Path to a value in the graph state (supports nested access)
Enums§
- State
Operation - Types of state operations
- State
Value - Values that can be stored in the graph state