Uses of Interface
dev.langchain4j.agentic.internal.AgentInvoker
Packages that use AgentInvoker
-
Uses of AgentInvoker in dev.langchain4j.agentic.a2a
Classes in dev.langchain4j.agentic.a2a that implement AgentInvoker -
Uses of AgentInvoker in dev.langchain4j.agentic.internal
Classes in dev.langchain4j.agentic.internal that implement AgentInvokerModifier and TypeClassDescriptionfinal record
final record
Methods in dev.langchain4j.agentic.internal that return AgentInvokerModifier and TypeMethodDescriptionAgentExecutor.agentInvoker()
Returns the value of theagentInvoker
record component.static AgentInvoker
AgentInvoker.fromMethod
(AgentSpecification agent, Method method) static AgentInvoker
AgentInvoker.fromMethodAndSpec
(Method method, String name, String description, String outputName) Constructors in dev.langchain4j.agentic.internal with parameters of type AgentInvokerModifierConstructorDescriptionAgentExecutor
(AgentInvoker agentInvoker, Object agent) Creates an instance of aAgentExecutor
record class.