Expand description
Node module - units of execution in a graph
Structs§
- Function
Node - Function node - wraps an async closure
- LlmNode
- LLM Node - executes an LLM callable within a graph
- Node
State - Node state - input/output passed between nodes
Traits§
- Node
- Node trait - a single step in a graph
Type Aliases§
- DynNode
- Boxed node for dynamic dispatch