Skip to main content

Module node

Module node 

Source
Expand description

Graph node types.

Structs§

AgentNode
A node that runs an agent.
ConditionalNode
A conditional node that branches based on state.
End
End marker with result value.
FunctionNode
A node that runs a function.
NodeDef
Node definition for registration in a graph.
RouterNode
A node that routes based on state.

Enums§

NodeResult
Result of a node execution.

Traits§

BaseNode
Base trait for all graph nodes.
Node
Node trait alias for simple state-only nodes.