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 TypeMethodDescriptionbooleanasync()method()name()toCard()Object[]toInvocationArguments(AgenticScope agenticScope) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface dev.langchain4j.agentic.internal.AgentInvoker
invoke
-
Constructor Details
-
A2AClientAgentInvoker
-
-
Method Details
-
name
- Specified by:
namein interfaceAgentInvoker
-
description
- Specified by:
descriptionin interfaceAgentInvoker
-
outputName
- Specified by:
outputNamein interfaceAgentInvoker
-
async
public boolean async()- Specified by:
asyncin interfaceAgentInvoker
-
method
- Specified by:
methodin interfaceAgentInvoker
-
toCard
- Specified by:
toCardin interfaceAgentInvoker
-
toInvocationArguments
- Specified by:
toInvocationArgumentsin interfaceAgentInvoker
-