Runner protocol for agent graph providers.
Providers implementing AgentGraphRunner can execute an entire agent graph and return a structured AgentGraphRunnerResult.
Execute the agent graph with the given input.
The user input to process through the graph.
Promise resolving to an AgentGraphRunnerResult.
Generated using TypeDoc
Runner protocol for agent graph providers.
Providers implementing AgentGraphRunner can execute an entire agent graph and return a structured AgentGraphRunnerResult.