Skip to content

Graphorin API reference v0.12.1


Graphorin API reference / @graphorin/memory / / SessionMessageRecord

Interface: SessionMessageRecord

Defined in: packages/memory/src/internal/storage-adapter.ts:231

Single message tuple returned by SessionMemoryStoreExt.listMessagesSince. The optional tokenCount field is the value cached in the storage layer (DEC-131); null indicates the cache is empty.

Stable

Properties

PropertyModifierTypeDescriptionDefined in
createdAtreadonlystring-packages/memory/src/internal/storage-adapter.ts:234
idreadonlystring-packages/memory/src/internal/storage-adapter.ts:232
messagereadonlyMessage-packages/memory/src/internal/storage-adapter.ts:236
sequencereadonlynumber-packages/memory/src/internal/storage-adapter.ts:233
tokenCountreadonlynumber | null-packages/memory/src/internal/storage-adapter.ts:235
verdict?readonlyRunTurnVerdictB3 (item 15): the turn's persisted security verdict, when the run loop stamped one (SessionMessagePushOptions.verdict). Read by the memory ingest gate to exclude guardrail-blocked turns from extraction. Additive to the Stable tuple.packages/memory/src/internal/storage-adapter.ts:243