Interface AgentInstance
- All Known Subinterfaces:
A2AClientInstance, AgentInvoker, InternalAgent
- All Known Implementing Classes:
A2AClientAgentInvoker, AbstractAgentInvoker, AgentExecutor, AgentInvocationHandler, DefaultA2AClientBuilder, MethodAgentInvoker, NonAiAgentInstance, PlannerBasedInvocationHandler, 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() -
parent
AgentInstance parent() -
subagents
List<AgentInstance> subagents() -
leaf
default boolean leaf() -
topology
AgenticSystemTopology topology()
-