agenticMemoryCommittedFactSnapshot()
Create a D589 compaction snapshot over a committed fact prefix.
Import
Section titled “Import”import { agenticMemoryCommittedFactSnapshot } from "@graphrefly/ts/solutions";Signature
Section titled “Signature”function agenticMemoryCommittedFactSnapshot(facts: readonly AgenticMemoryCommittedFact<TJson>[]): AgenticMemoryCommittedFactSnapshot<TJson>Parameters
Section titled “Parameters”| Parameter | Type | Description |
|---|---|---|
facts | readonly AgenticMemoryCommittedFact<TJson>[] | Committed prefix facts in stream order. |
Returns
Section titled “Returns”Snapshot compaction artifact for that prefix.
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