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