Class AgentExecutor
java.lang.Object
com.google.adk.a2a.executor.AgentExecutor
- All Implemented Interfaces:
io.a2a.server.agentexecution.AgentExecutor
Implementation of the A2A AgentExecutor interface that uses ADK to execute agent tasks.
**EXPERIMENTAL:** Subject to change, rename, or removal in any future patch release. Do not use in production code.
-
Nested Class Summary
Nested Classes -
Method Summary
-
Method Details
-
cancel
public void cancel(io.a2a.server.agentexecution.RequestContext ctx, io.a2a.server.events.EventQueue eventQueue) - Specified by:
cancelin interfaceio.a2a.server.agentexecution.AgentExecutor
-
execute
public void execute(io.a2a.server.agentexecution.RequestContext ctx, io.a2a.server.events.EventQueue eventQueue) - Specified by:
executein interfaceio.a2a.server.agentexecution.AgentExecutor
-