Skip to content

Interface: StorePlanRequest

@kortexya/reasoninglayer


@kortexya/reasoninglayer / Cognitive / StorePlanRequest

Interface: StorePlanRequest

Defined in: src/types/cognitive.ts:1118

Request to store a plan in the library.

Remarks

Stores a successful action sequence as a reusable plan template.

Properties

actions

actions: string[]

Defined in: src/types/cognitive.ts:1126

Sequence of action IDs.


agentId

agentId: string

Defined in: src/types/cognitive.ts:1120

Agent ID (UUID).


goalId

goalId: string

Defined in: src/types/cognitive.ts:1124

Goal this plan achieves (UUID).


initialOutcome?

optional initialOutcome: boolean | null

Defined in: src/types/cognitive.ts:1128

Initial outcome (optional).


tenantId

tenantId: string

Defined in: src/types/cognitive.ts:1122

Tenant ID (UUID).