agenticMemoryCommittedFactLogBackendCursor()
Build a D592 backend cursor DATA object.
The returned cursor is intentionally not an
AgenticMemoryCommittedFactCursor; it may be reported through diagnostics
or audit DATA, but it must never become a D589 fact-stream cursor.
Import
Section titled “Import”import { agenticMemoryCommittedFactLogBackendCursor } from "@graphrefly/ts/solutions";Signature
Section titled “Signature”function agenticMemoryCommittedFactLogBackendCursor( backend: string, value: StrictJsonValue,): AgenticMemoryCommittedFactLogBackendCursorParameters
Section titled “Parameters”| Parameter | Type | Description |
|---|---|---|
backend | string | Backend identifier. |
value | StrictJsonValue | Backend-owned cursor/offset value. |
Returns
Section titled “Returns”A backend cursor diagnostic DATA object.
Documentation Status
Section titled “Documentation Status”This page was generated from source JSDoc, but the structured API tags are incomplete:
- Missing
@example.
Source
Section titled “Source”packages/ts/src/solutions/agentic-memory/committed-fact-log-backend.ts