Expand description
State Graph Traits
Defines the core graph interfaces for building and executing workflows. Inspired by LangGraph’s StateGraph API.
Structs§
- Step
Result - Result of a single step execution
Enums§
- Edge
Target - Edge target definition
- Stream
Event - Stream event from graph execution
Constants§
Traits§
- Compiled
Graph - Compiled graph trait for execution
- Node
Func - Node function trait
- State
Graph - State graph builder trait