agenticMemoryCommittedFact()
Build a canonical D589 committed fact DTO.
This helper frames facts only. It does not persist storage, acknowledge an application decision, hydrate a graph, mutate records, or grant replay authority to a backend.
Import
Section titled “Import”import { agenticMemoryCommittedFact } from "@graphrefly/ts/solutions";Signature
Section titled “Signature”function agenticMemoryCommittedFact( family: AgenticMemoryCommittedFactFamily, coordinates: AgenticMemoryCommittedFactCoordinates, material: AgenticMemoryCommittedFactMaterial<TJson>,): AgenticMemoryCommittedFact<TJson>Parameters
Section titled “Parameters”| Parameter | Type | Description |
|---|---|---|
family | AgenticMemoryCommittedFactFamily | AgenticMemory committed fact family. |
coordinates | AgenticMemoryCommittedFactCoordinates | Operation/source/correlation coordinates. |
material | AgenticMemoryCommittedFactMaterial<TJson> | Canonical strict material for the fact. |
Returns
Section titled “Returns”A canonical committed fact DTO.
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