PlanStep
openmolt / PlanStep
Interface: PlanStep
Defined in: types/index.ts:342
A single step in the agent's execution plan.
Properties
name
name:
string
Defined in: types/index.ts:343
notes?
optionalnotes:string
Defined in: types/index.ts:345
status
status:
"failed"|"pending"|"inProgress"|"completed"
Defined in: types/index.ts:344
subSteps?
optionalsubSteps:PlanSubStep[]
Defined in: types/index.ts:347
Sub-steps (one level deep only).