Uses of Interface
dev.langchain4j.agentic.internal.AgentSpecification
Packages that use AgentSpecification
Package
Description
-
Uses of AgentSpecification in dev.langchain4j.agentic.a2a
Subinterfaces of AgentSpecification in dev.langchain4j.agentic.a2aClasses in dev.langchain4j.agentic.a2a that implement AgentSpecificationMethods in dev.langchain4j.agentic.a2a with parameters of type AgentSpecificationModifier and TypeMethodDescriptionDefaultA2AService.methodToAgentExecutor
(AgentSpecification agent, Method method) -
Uses of AgentSpecification in dev.langchain4j.agentic.internal
Subinterfaces of AgentSpecification in dev.langchain4j.agentic.internalClasses in dev.langchain4j.agentic.internal that implement AgentSpecificationModifier and TypeClassDescriptionfinal record
final record
final record
Methods in dev.langchain4j.agentic.internal that return AgentSpecificationModifier and TypeMethodDescriptionMethodAgentInvoker.agentSpecification()
Returns the value of theagentSpecification
record component.UntypedAgentInvoker.agentSpecification()
Returns the value of theagentSpecification
record component.Methods in dev.langchain4j.agentic.internal with parameters of type AgentSpecificationModifier and TypeMethodDescriptionstatic AgentExecutor
AgentUtil.agentToExecutor
(AgentSpecification agent) static AgentInvoker
AgentInvoker.fromMethod
(AgentSpecification spec, Method method) A2AService.DummyA2AService.methodToAgentExecutor
(AgentSpecification agent, Method method) A2AService.methodToAgentExecutor
(AgentSpecification a2aClient, Method method) Constructors in dev.langchain4j.agentic.internal with parameters of type AgentSpecificationModifierConstructorDescriptionMethodAgentInvoker
(Method method, AgentSpecification agentSpecification, List<AgentUtil.AgentArgument> arguments) Creates an instance of aMethodAgentInvoker
record class.UntypedAgentInvoker
(Method method, AgentSpecification agentSpecification) Creates an instance of aUntypedAgentInvoker
record class. -
Uses of AgentSpecification in dev.langchain4j.agentic.scope
Methods in dev.langchain4j.agentic.scope with parameters of type AgentSpecificationModifier and TypeMethodDescriptionvoid
DefaultAgenticScope.registerAgentCall
(AgentSpecification agentSpec, Object agent, AgentInvocationArguments input, Object output)