Skip to content

Interface: CognitiveStrategyDto

@kortexya/reasoninglayer


@kortexya/reasoninglayer / Conversation / CognitiveStrategyDto

Interface: CognitiveStrategyDto

Defined in: src/types/conversation.ts:121

Cognitive strategy that influenced how a response was generated.

Remarks

Present only when a cognitive agent exists for the tenant and the integrated cognitive engine ran a lightweight cycle before classification (selecting an Explore/Exploit/Observe/Consolidate mode that guided the LLM prompts).

Properties

mode

mode: string

Defined in: src/types/conversation.ts:123

Cognitive mode selected by System M (Explore/Exploit/Observe/Consolidate).


rlActive

rlActive: boolean

Defined in: src/types/conversation.ts:127

Whether RL-trained Q-values influenced this decision.


strategy

strategy: string

Defined in: src/types/conversation.ts:125

Human-readable strategy description.