Skip to content

Interface: EpisodeDto

@kortexya/reasoninglayer


@kortexya/reasoninglayer / Cognitive / EpisodeDto

Interface: EpisodeDto

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

An episodic memory record.

Properties

goalId

goalId: string

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

Goal pursued (UUID).


goalSort?

optional goalSort: string | null

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

Sort name of the episode’s goal.


id

id: string

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

Episode ID (UUID).


outcome

outcome: string

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

Outcome.


reward

reward: number

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

Reward.


timestamp

timestamp: string

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

Timestamp.