Interface: PlanAdjustment
Defined in: packages/agentos/src/core/planning/IPlanningEngine.ts:567
A suggested adjustment to the plan.
Properties
newStepData?
optionalnewStepData:Partial<PlanStep>
Defined in: packages/agentos/src/core/planning/IPlanningEngine.ts:573
New step data (for add/modify)
reason
reason:
string
Defined in: packages/agentos/src/core/planning/IPlanningEngine.ts:575
Reason for adjustment
targetStepId?
optionaltargetStepId:string
Defined in: packages/agentos/src/core/planning/IPlanningEngine.ts:571
Target step ID (for modify/remove)
type
type:
"add_step"|"remove_step"|"modify_step"|"reorder"
Defined in: packages/agentos/src/core/planning/IPlanningEngine.ts:569
Type of adjustment