Class A2AClientAgentInvoker
java.lang.Object
dev.langchain4j.agentic.a2a.A2AClientAgentInvoker
- All Implemented Interfaces:
AgentInvoker, AgentSpecification
-
Field Summary
Fields inherited from interface AgentInvoker
LOG
-
Constructor Summary
ConstructorsConstructorDescriptionA2AClientAgentInvoker
(A2AClientSpecification a2AClientInstance, Method method) -
Method Summary
Modifier and TypeMethodDescriptionvoid
afterInvocation
(AgentResponse response) boolean
async()
void
beforeInvocation
(AgentRequest request) method()
name()
toCard()
toInvocationArguments
(AgenticScope agenticScope) Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface AgentInvoker
invoke
-
Constructor Details
-
A2AClientAgentInvoker
-
-
Method Details
-
name
- Specified by:
name
in interfaceAgentSpecification
-
uniqueName
- Specified by:
uniqueName
in interfaceAgentSpecification
-
description
- Specified by:
description
in interfaceAgentSpecification
-
outputName
- Specified by:
outputName
in interfaceAgentSpecification
-
async
public boolean async()- Specified by:
async
in interfaceAgentSpecification
-
beforeInvocation
- Specified by:
beforeInvocation
in interfaceAgentSpecification
-
afterInvocation
- Specified by:
afterInvocation
in interfaceAgentSpecification
-
method
- Specified by:
method
in interfaceAgentInvoker
-
toCard
- Specified by:
toCard
in interfaceAgentInvoker
-
toInvocationArguments
- Specified by:
toInvocationArguments
in interfaceAgentInvoker
-