Skip to content

Interface: MotivationStateDto

@kortexya/reasoninglayer


@kortexya/reasoninglayer / Cognitive / MotivationStateDto

Interface: MotivationStateDto

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

Motivation state (drives, deficits, curiosity targets).

Properties

curiosityTargets

curiosityTargets: CuriosityTargetDto[]

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

Curiosity targets sorted by exploration priority.


deficits

deficits: DriveDeficitDto[]

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

Current drive deficits (drives below baseline).


dominantDrive?

optional dominantDrive: string | null

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

The dominant drive type (highest deficit urgency), if any.


drives

drives: DriveDto[]

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

Active drives.