AIAgentPlannerStrategy

constructor(name: String, planner: AIAgentPlanner<State, Plan>)(source)

Parameters

State

The type of the state.

Plan

The type of the plan.

name

The name of the strategy.

planner

The instance of the planner defining the exact planner strategy.