Package dev.langchain4j.agentic.a2a
Class A2AClientAgentInvoker
java.lang.Object
dev.langchain4j.agentic.a2a.A2AClientAgentInvoker
- All Implemented Interfaces:
AgentInvoker
-
Constructor Summary
ConstructorsConstructorDescriptionA2AClientAgentInvoker
(A2AClientSpecification a2AClientInstance, Method method) -
Method Summary
Modifier and TypeMethodDescriptionmethod()
name()
toCard()
Object[]
toInvocationArguments
(AgenticScope agenticScope) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface dev.langchain4j.agentic.internal.AgentInvoker
invoke
-
Constructor Details
-
A2AClientAgentInvoker
-
-
Method Details
-
name
- Specified by:
name
in interfaceAgentInvoker
-
description
- Specified by:
description
in interfaceAgentInvoker
-
outputName
- Specified by:
outputName
in interfaceAgentInvoker
-
method
- Specified by:
method
in interfaceAgentInvoker
-
toCard
- Specified by:
toCard
in interfaceAgentInvoker
-
toInvocationArguments
- Specified by:
toInvocationArguments
in interfaceAgentInvoker
-