Interface Planner
- All Known Implementing Classes:
ConditionalPlanner, GoalOrientedPlanner, LoopPlanner, P2PPlanner, ParallelPlanner, SequentialPlanner, SupervisorPlanner
public interface Planner
-
Method Summary
Modifier and TypeMethodDescriptiondefault <T extends AgentInstance>
Tas(Class<T> agentInstanceClass, AgentInstance agentInstance) default Actioncall(AgentInstance... agents) default Actioncall(List<AgentInstance> agents) default Actiondone()default Actiondefault ActionfirstAction(PlanningContext planningContext) default voidinit(InitPlanningContext initPlanningContext) nextAction(PlanningContext planningContext) default ActionnoOp()default booleandefault AgenticSystemTopologytopology()
-
Method Details
-
init
-
firstAction
-
topology
-
nextAction
-
terminated
default boolean terminated() -
noOp
-
call
-
call
-
done
-
done
-
as
-