Expand description
Graph node types.
Structs§
- Agent
Node - A node that runs an agent.
- Conditional
Node - A conditional node that branches based on state.
- End
- End marker with result value.
- Function
Node - A node that runs a function.
- NodeDef
- Node definition for registration in a graph.
- Router
Node - A node that routes based on state.
Enums§
- Node
Result - Result of a node execution.