Skip to content
PACKAGES

projectAgenticMemoryCommittedFactReadMaterialization()

Project D591 read materialization DATA from an explicit D589 read result.

The helper consumes caller-supplied fact-log read result DATA and delegates deterministic stream-order materialization to the D589 library materializer. It does not call storage, apply/admit/mutate records, refresh subscribers, acknowledge application success, or create a graph commit barrier. The records, priorEvidence, and evidence it emits are ordinary DATA for callers to wire into later admission, application, bootstrap, or restore inputs.

import { projectAgenticMemoryCommittedFactReadMaterialization } from "@graphrefly/ts/solutions";
function projectAgenticMemoryCommittedFactReadMaterialization(
readResult: unknown,
opts: { readonly evaluation?: number } = {},
): AgenticMemoryCommittedFactReadMaterializationProjection<TJson>
ParameterTypeDescription
readResultunknownHost/backend supplied D589 committed fact read result DATA.
opts{ readonly evaluation?: number }Optional graph evaluation counter.

Read materialization and caller-wired re-entry DATA facts.

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

  • Missing @example.

packages/ts/src/solutions/agentic-memory/fact-log-read-materialization.ts