Uses of Interface
dev.langchain4j.agentic.planner.AgentInstance
Packages that use AgentInstance
Package
Description
-
Uses of AgentInstance in dev.langchain4j.agentic.a2a
Subinterfaces of AgentInstance in dev.langchain4j.agentic.a2aClasses in dev.langchain4j.agentic.a2a that implement AgentInstanceMethods in dev.langchain4j.agentic.a2a that return AgentInstanceModifier and TypeMethodDescriptionA2AClientAgentInvoker.parent()DefaultA2AClientBuilder.parent()Methods in dev.langchain4j.agentic.a2a that return types with arguments of type AgentInstanceModifier and TypeMethodDescriptionA2AClientAgentInvoker.subagents()DefaultA2AClientBuilder.subagents()Methods in dev.langchain4j.agentic.a2a with parameters of type AgentInstanceModifier and TypeMethodDescriptionvoidA2AClientAgentInvoker.setParent(AgentInstance parent) voidDefaultA2AClientBuilder.setParent(AgentInstance parent) -
Uses of AgentInstance in dev.langchain4j.agentic.agent
Classes in dev.langchain4j.agentic.agent that implement AgentInstanceMethods in dev.langchain4j.agentic.agent that return AgentInstanceMethods in dev.langchain4j.agentic.agent that return types with arguments of type AgentInstanceMethods in dev.langchain4j.agentic.agent with parameters of type AgentInstance -
Uses of AgentInstance in dev.langchain4j.agentic.internal
Subinterfaces of AgentInstance in dev.langchain4j.agentic.internalClasses in dev.langchain4j.agentic.internal that implement AgentInstanceModifier and TypeClassDescriptionclassfinal recordfinal classclassclassfinal classMethods in dev.langchain4j.agentic.internal that return AgentInstanceModifier and TypeMethodDescriptionAbstractAgentInvoker.parent()AgentExecutor.parent()NonAiAgentInstance.parent()PlannerBasedInvocationHandler.parent()Methods in dev.langchain4j.agentic.internal that return types with arguments of type AgentInstanceModifier and TypeMethodDescriptionAbstractAgentInvoker.subagents()AgentExecutor.subagents()NonAiAgentInstance.subagents()PlannerBasedInvocationHandler.subagents()Methods in dev.langchain4j.agentic.internal with parameters of type AgentInstanceModifier and TypeMethodDescriptionAgentUtil.agenticSystemDataTypes(AgentInstance rootAgent) voidAbstractAgentInvoker.setParent(AgentInstance parent) voidAgentExecutor.setParent(AgentInstance parent) voidInternalAgent.setParent(AgentInstance parent) voidNonAiAgentInstance.setParent(AgentInstance parent) voidPlannerBasedInvocationHandler.setParent(AgentInstance parent) -
Uses of AgentInstance in dev.langchain4j.agentic.observability
Methods in dev.langchain4j.agentic.observability that return AgentInstanceModifier and TypeMethodDescriptionAgentInvocation.agent()AgentInvocationError.agent()Returns the value of theagentrecord component.AgentRequest.agent()Returns the value of theagentrecord component.AgentResponse.agent()Returns the value of theagentrecord component.Methods in dev.langchain4j.agentic.observability with parameters of type AgentInstanceModifier and TypeMethodDescriptionstatic voidListenerNotifierUtil.afterAgentInvocation(AgentListener listener, AgenticScope agenticScope, AgentInstance agent, Map<String, Object> inputs, Object output) static voidListenerNotifierUtil.agentError(AgentListener listener, AgenticScope agenticScope, AgentInstance agent, Map<String, Object> inputs, Throwable error) static voidListenerNotifierUtil.beforeAgentInvocation(AgentListener listener, AgenticScope agenticScope, AgentInstance agent, Map<String, Object> inputs) Constructors in dev.langchain4j.agentic.observability with parameters of type AgentInstanceModifierConstructorDescriptionAgentInvocationError(AgenticScope agenticScope, AgentInstance agent, Map<String, Object> inputs, Throwable error) Creates an instance of aAgentInvocationErrorrecord class.AgentRequest(AgenticScope agenticScope, AgentInstance agent, Map<String, Object> inputs) Creates an instance of aAgentRequestrecord class.AgentResponse(AgenticScope agenticScope, AgentInstance agent, Map<String, Object> inputs, Object output) Creates an instance of aAgentResponserecord class. -
Uses of AgentInstance in dev.langchain4j.agentic.patterns.goap
Methods in dev.langchain4j.agentic.patterns.goap that return types with arguments of type AgentInstanceModifier and TypeMethodDescriptionGoalOrientedSearchGraph.search(Collection<String> preconditions, String goal) Constructor parameters in dev.langchain4j.agentic.patterns.goap with type arguments of type AgentInstance -
Uses of AgentInstance in dev.langchain4j.agentic.planner
Methods in dev.langchain4j.agentic.planner that return AgentInstanceModifier and TypeMethodDescriptionAgentInstance.parent()InitPlanningContext.plannerAgent()Returns the value of theplannerAgentrecord component.Methods in dev.langchain4j.agentic.planner that return types with arguments of type AgentInstanceModifier and TypeMethodDescriptionAgentInstance.subagents()InitPlanningContext.subagents()Returns the value of thesubagentsrecord component.Methods in dev.langchain4j.agentic.planner with parameters of type AgentInstanceMethod parameters in dev.langchain4j.agentic.planner with type arguments of type AgentInstanceConstructors in dev.langchain4j.agentic.planner with parameters of type AgentInstanceModifierConstructorDescriptionAgentCallAction(AgentInstance... agents) InitPlanningContext(AgenticScope agenticScope, AgentInstance plannerAgent, List<AgentInstance> subagents) Creates an instance of aInitPlanningContextrecord class.Constructor parameters in dev.langchain4j.agentic.planner with type arguments of type AgentInstanceModifierConstructorDescriptionInitPlanningContext(AgenticScope agenticScope, AgentInstance plannerAgent, List<AgentInstance> subagents) Creates an instance of aInitPlanningContextrecord class.