Module node

Module node 

Source
Available on crate feature graph only.
Expand description

Node types for graph execution

Nodes are the computational units in a graph. They receive state and return updates.

Structs§

AgentNode
Wrapper to use an existing ADK Agent as a graph node
ExecutionConfig
Configuration passed to nodes during execution
FunctionNode
Function node - wraps an async function as a node
NodeContext
Context passed to nodes during execution
NodeOutput
Output from a node execution
PassthroughNode
Passthrough node - just passes state through unchanged

Traits§

Node
A node in the graph

Type Aliases§

AgentInputMapper
Type alias for agent node input mapper
AgentOutputMapper
Type alias for agent node output mapper
AsyncNodeFn
Type alias for async function signature
BoxedNode
Type alias for boxed node