Interface AgentSpecification

All Known Subinterfaces:
A2AClientSpecification, AgentInvoker
All Known Implementing Classes:
A2AClientAgentInvoker, AgentSpecificationImpl, MethodAgentInvoker, UntypedAgentInvoker

public interface AgentSpecification
  • Method Details

    • name

      String name()
    • uniqueName

      String uniqueName()
    • description

      String description()
    • outputName

      String outputName()
    • async

      boolean async()
    • beforeInvocation

      void beforeInvocation(AgentRequest request)
    • afterInvocation

      void afterInvocation(AgentResponse response)