Interface: SessionGraphDto
@kortexya/reasoninglayer / Conversation / SessionGraphDto
Interface: SessionGraphDto
Defined in: src/types/conversation.ts:381
Session memory snapshot for a conversation.
Remarks
Inspects the session’s focus stack (entities ranked by ACT-R activation) and the cross-turn references resolved so far.
Properties
currentTurn
currentTurn:
number
Defined in: src/types/conversation.ts:386
Current turn number.
focusStack
focusStack:
FocusEntryDto[]
Defined in: src/types/conversation.ts:389
Entities ranked by current activation (most salient first).
resolvedCoreferences
resolvedCoreferences:
ResolvedCoreferenceDto[]
Defined in: src/types/conversation.ts:392
Cross-turn references resolved so far.
sessionId
sessionId:
string
Defined in: src/types/conversation.ts:383
Session ID (the conversation’s UUID).