Type Alias: PlanActionType
PlanActionType =
"tool_call"|"reasoning"|"information_gathering"|"subgoal"|"synthesis"|"validation"|"human_input"|"checkpoint"
Defined in: packages/agentos/src/core/planning/IPlanningEngine.ts:100
Types of actions that can appear in a plan.