Module state

Module state 

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

GraphState
The shared state that flows through the graph execution
StateHistoryEntry
Entry in the state execution history
StatePath
Path to a value in the graph state (supports nested access)

Enums§

StateOperation
Types of state operations
StateValue
Values that can be stored in the graph state