Skip to content

Interface: StorePlanRequest

@kortexya/reasoninglayer


@kortexya/reasoninglayer / Cognitive / StorePlanRequest

Interface: StorePlanRequest

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

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:1104

Sequence of action IDs.


agentId

agentId: string

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

Agent ID (UUID).


goalId

goalId: string

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

Goal this plan achieves (UUID).


initialOutcome?

optional initialOutcome: boolean | null

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

Initial outcome (optional).


tenantId

tenantId: string

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

Tenant ID (UUID).