Skip to main content

Module node

Module node 

Source
Expand description

Node module - units of execution in a graph

Structs§

FunctionNode
Function node - wraps an async closure
LlmNode
LLM Node - executes an LLM callable within a graph
NodeState
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