Class GoalOrientedPlanner
java.lang.Object
dev.langchain4j.agentic.patterns.goap.GoalOrientedPlanner
- All Implemented Interfaces:
Planner
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfirstAction(PlanningContext planningContext) voidinit(InitPlanningContext initPlanningContext) nextAction(PlanningContext planningContext) topology()
-
Constructor Details
-
GoalOrientedPlanner
public GoalOrientedPlanner()
-
-
Method Details
-
init
-
firstAction
- Specified by:
firstActionin interfacePlanner
-
nextAction
- Specified by:
nextActionin interfacePlanner
-
topology
-