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§
- Agent
Node - Wrapper to use an existing ADK Agent as a graph node
- Execution
Config - Configuration passed to nodes during execution
- Function
Node - Function node - wraps an async function as a node
- Node
Context - Context passed to nodes during execution
- Node
Output - Output from a node execution
- Passthrough
Node - Passthrough node - just passes state through unchanged
Traits§
- Node
- A node in the graph
Type Aliases§
- Agent
Input Mapper - Type alias for agent node input mapper
- Agent
Output Mapper - Type alias for agent node output mapper
- Async
Node Fn - Type alias for async function signature
- Boxed
Node - Type alias for boxed node