Interface AgentInstance
- All Known Subinterfaces:
A2AClientInstance, AgentInvoker
- All Known Implementing Classes:
A2AClientAgentInvoker, AgentExecutor, DefaultAgentInstance, MethodAgentInvoker, NonAiAgentInstance, UntypedAgentInvoker
public interface AgentInstance
-
Method Details
-
type
Class<?> type() -
name
String name() -
agentId
String agentId() -
description
String description() -
outputType
Type outputType() -
outputKey
String outputKey() -
async
boolean async() -
arguments
List<AgentArgument> arguments() -
subagents
List<AgentInstance> subagents() -
leaf
default boolean leaf()
-