Skip to content

Interface: EpisodeDto

@kortexya/reasoninglayer


@kortexya/reasoninglayer / Cognitive / EpisodeDto

Interface: EpisodeDto

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

An episodic memory record.

Properties

goalId

goalId: string

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

Goal pursued (UUID).


goalSort?

optional goalSort: string | null

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

Sort name of the episode’s goal.


id

id: string

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

Episode ID (UUID).


outcome

outcome: string

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

Outcome.


reward

reward: number

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

Reward.


timestamp

timestamp: string

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

Timestamp.