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 AgentInstance -
Uses of AgentInstance in dev.langchain4j.agentic.agent
Methods in dev.langchain4j.agentic.agent that return AgentInstanceModifier and TypeMethodDescriptionAgentRequest.agent()Returns the value of theagentrecord component.AgentResponse.agent()Returns the value of theagentrecord component.Constructors in dev.langchain4j.agentic.agent with parameters of type AgentInstanceModifierConstructorDescriptionAgentRequest(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.internal
Subinterfaces of AgentInstance in dev.langchain4j.agentic.internalClasses in dev.langchain4j.agentic.internal that implement AgentInstanceModifier and TypeClassDescriptionfinal recordfinal recordfinal recordfinal record -
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
Classes in dev.langchain4j.agentic.planner that implement AgentInstanceMethods in dev.langchain4j.agentic.planner that return AgentInstanceModifier and TypeMethodDescriptionInitPlanningContext.plannerAgent()Returns the value of theplannerAgentrecord component.Methods in dev.langchain4j.agentic.planner that return types with arguments of type AgentInstanceModifier and TypeMethodDescriptionInitPlanningContext.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.