agenticMemoryCommittedFactSnapshotTailEquivalent()
Check D589 snapshot+tail equivalence for a committed prefix and tail.
Import
Section titled “Import”import { agenticMemoryCommittedFactSnapshotTailEquivalent } from "@graphrefly/ts/solutions";Signature
Section titled “Signature”function agenticMemoryCommittedFactSnapshotTailEquivalent( prefix: readonly AgenticMemoryCommittedFact<TJson>[], tail: readonly AgenticMemoryCommittedFact<TJson>[],): booleanParameters
Section titled “Parameters”| Parameter | Type | Description |
|---|---|---|
prefix | readonly AgenticMemoryCommittedFact<TJson>[] | Committed prefix facts. |
tail | readonly AgenticMemoryCommittedFact<TJson>[] | Committed tail facts. |
Returns
Section titled “Returns”Whether snapshot+tail materializes identically to 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