Skip to content
PACKAGES

materializeAgenticMemoryCommittedFactSnapshotTail()

Materialize a D589 compaction snapshot plus committed tail facts.

Snapshot+tail materialization is an equivalence check over committed facts, not backend-owned restore, hot hydration, or live graph mutation.

import { materializeAgenticMemoryCommittedFactSnapshotTail } from "@graphrefly/ts/solutions";
function materializeAgenticMemoryCommittedFactSnapshotTail(
snapshot: AgenticMemoryCommittedFactSnapshot<TJson>,
tail: readonly AgenticMemoryCommittedFact<TJson>[],
): AgenticMemoryCommittedFactMaterialization<TJson>
ParameterTypeDescription
snapshotAgenticMemoryCommittedFactSnapshot<TJson>Prefix compaction artifact.
tailreadonly AgenticMemoryCommittedFact<TJson>[]Committed facts after the snapshot cursor.

Materialization equivalent to the covered prefix plus tail facts.

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.ts