Interface: MotivationStateDto
@kortexya/reasoninglayer / Cognitive / MotivationStateDto
Interface: MotivationStateDto
Defined in: src/types/cognitive.ts:180
Motivation state (drives, deficits, curiosity targets).
Properties
curiosityTargets
curiosityTargets:
CuriosityTargetDto[]
Defined in: src/types/cognitive.ts:188
Curiosity targets sorted by exploration priority.
deficits
deficits:
DriveDeficitDto[]
Defined in: src/types/cognitive.ts:184
Current drive deficits (drives below baseline).
dominantDrive?
optionaldominantDrive:string|null
Defined in: src/types/cognitive.ts:186
The dominant drive type (highest deficit urgency), if any.
drives
drives:
DriveDto[]
Defined in: src/types/cognitive.ts:182
Active drives.