agenticMemoryCommittedFactLogBackendAdapter()
Wrap a D592 backend as the existing D589 committed fact-log interface.
The wrapper only canonicalizes append input and normalizes backend append/read outputs. It does not add storage semantics, materialize records, replay facts into application state, hydrate/restore graphs, refresh subscribers, or turn a backend result into application acknowledgement or a graph commit barrier.
Import
Section titled “Import”import { agenticMemoryCommittedFactLogBackendAdapter } from "@graphrefly/ts/solutions";Signature
Section titled “Signature”function agenticMemoryCommittedFactLogBackendAdapter(backend: AgenticMemoryCommittedFactLogBackend<TJson>): AgenticMemoryCommittedFactLog<TJson>Parameters
Section titled “Parameters”| Parameter | Type | Description |
|---|---|---|
backend | AgenticMemoryCommittedFactLogBackend<TJson> | Backend implementation for physical append/read attempts. |
Returns
Section titled “Returns”A D589 AgenticMemoryCommittedFactLog view over the backend.
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