Interface AgentSpecification

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

public interface AgentSpecification extends AgentInstance
  • Method Details

    • async

      boolean async()
    • beforeInvocation

      void beforeInvocation(AgentRequest request)
    • afterInvocation

      void afterInvocation(AgentResponse response)