Skip to content

Interface: StorePlanRequest

@kortexya/reasoninglayer


@kortexya/reasoninglayer / Cognitive / StorePlanRequest

Interface: StorePlanRequest

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

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

Sequence of action IDs.


agentId

agentId: string

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

Agent ID (UUID).


goalId

goalId: string

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

Goal this plan achieves (UUID).


initialOutcome?

optional initialOutcome: boolean | null

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

Initial outcome (optional).


tenantId

tenantId: string

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

Tenant ID (UUID).