Class A2AClientAgentInvoker
java.lang.Object
dev.langchain4j.agentic.a2a.A2AClientAgentInvoker
- All Implemented Interfaces:
AgentInvoker, AgentSpecification, AgentInstance
-
Field Summary
Fields inherited from interface AgentInvoker
LOG -
Constructor Summary
ConstructorsConstructorDescriptionA2AClientAgentInvoker(A2AClientSpecification a2AClientInstance, Method method) -
Method Summary
Modifier and TypeMethodDescriptionvoidafterInvocation(AgentResponse response) agentId()booleanasync()voidbeforeInvocation(AgentRequest request) method()name()toInvocationArguments(AgenticScope agenticScope) Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface AgentInvoker
invoke
-
Constructor Details
-
A2AClientAgentInvoker
-
-
Method Details
-
name
- Specified by:
namein interfaceAgentInstance
-
agentId
- Specified by:
agentIdin interfaceAgentInstance
-
description
- Specified by:
descriptionin interfaceAgentInstance
-
outputKey
- Specified by:
outputKeyin interfaceAgentInstance
-
async
public boolean async()- Specified by:
asyncin interfaceAgentSpecification
-
beforeInvocation
- Specified by:
beforeInvocationin interfaceAgentSpecification
-
afterInvocation
- Specified by:
afterInvocationin interfaceAgentSpecification
-
method
- Specified by:
methodin interfaceAgentInvoker
-
arguments
- Specified by:
argumentsin interfaceAgentInstance
-
toInvocationArguments
- Specified by:
toInvocationArgumentsin interfaceAgentInvoker
-