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
Section titled “Import”import { materializeAgenticMemoryCommittedFactSnapshotTail } from "@graphrefly/ts/solutions";Signature
Section titled “Signature”function materializeAgenticMemoryCommittedFactSnapshotTail( snapshot: AgenticMemoryCommittedFactSnapshot<TJson>, tail: readonly AgenticMemoryCommittedFact<TJson>[],): AgenticMemoryCommittedFactMaterialization<TJson>Parameters
Section titled “Parameters”| Parameter | Type | Description |
|---|---|---|
snapshot | AgenticMemoryCommittedFactSnapshot<TJson> | Prefix compaction artifact. |
tail | readonly AgenticMemoryCommittedFact<TJson>[] | Committed facts after the snapshot cursor. |
Returns
Section titled “Returns”Materialization equivalent to the covered prefix plus tail facts.
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.ts