Skip to content
PACKAGES

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 { agenticMemoryCommittedFactLogBackendAdapter } from "@graphrefly/ts/solutions";
function agenticMemoryCommittedFactLogBackendAdapter(backend: AgenticMemoryCommittedFactLogBackend<TJson>): AgenticMemoryCommittedFactLog<TJson>
ParameterTypeDescription
backendAgenticMemoryCommittedFactLogBackend<TJson>Backend implementation for physical append/read attempts.

A D589 AgenticMemoryCommittedFactLog view over the backend.

This page was generated from source JSDoc, but the structured API tags are incomplete:

  • Missing @example.

packages/ts/src/solutions/agentic-memory/committed-fact-log-backend.ts