Module agent

Module agent 

Source
Available on crate feature graph only.
Expand description

GraphAgent - ADK Agent integration for graph workflows

Provides a builder pattern similar to LlmAgent and RealtimeAgent.

Structs§

GraphAgent
GraphAgent wraps a CompiledGraph as an ADK Agent
GraphAgentBuilder
Builder for GraphAgent

Type Aliases§

AfterAgentCallback
BeforeAgentCallback
Type alias for callbacks
InputMapper
Type alias for input mapper function
OutputMapper
Type alias for output mapper function