Skip to content

Type Alias: AttentionTargetDto

@kortexya/reasoninglayer


@kortexya/reasoninglayer / Cognitive / AttentionTargetDto

Type Alias: AttentionTargetDto

AttentionTargetDto = { termId: string; type: "Goal"; } | { termId: string; type: "Belief"; } | { changeType: string; details: string; type: "Perception"; }

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

Attention target for the integrated cycle.

Remarks

Tagged union discriminated by type. Represents what the agent is focusing on.