Interface InternalAgent

All Superinterfaces:
AgentInstance
All Known Subinterfaces:
A2AClientInstance, AgentInvoker
All Known Implementing Classes:
A2AClientAgentInvoker, AbstractAgentInvoker, AgentExecutor, AgentInvocationHandler, DefaultA2AClientBuilder, MethodAgentInvoker, NonAiAgentInstance, PlannerBasedInvocationHandler, UntypedAgentInvoker

public interface InternalAgent extends AgentInstance
  • Method Details

    • setParent

      void setParent(InternalAgent parent)
    • appendId

      void appendId(String idSuffix)
    • listener

      AgentListener listener()
    • allowStreamingOutput

      default boolean allowStreamingOutput()