agenticMemoryCommittedRecordMaterialFact()
Build a canonical D589 record-material committed fact.
Import
Section titled “Import”import { agenticMemoryCommittedRecordMaterialFact } from "@graphrefly/ts/solutions";Signature
Section titled “Signature”function agenticMemoryCommittedRecordMaterialFact( record: AgenticMemoryRecord<TJson>, opts: { readonly operation?: "create" | "replace" | "update"; readonly targetRecordId?: FactId; readonly sourceRefs?: readonly AgenticMemoryFactRef[]; readonly correlationId?: string; readonly causationId?: string; readonly scope?: readonly string[]; } = {},): AgenticMemoryCommittedFact<TJson>Parameters
Section titled “Parameters”| Parameter | Type | Description |
|---|---|---|
record | AgenticMemoryRecord<TJson> | AgenticMemory record DATA to canonicalize as record material. |
opts | { readonly operation?: "create" | "replace" | "update"; readonly targetRecordId?: FactId; readonly sourceRefs?: readonly AgenticMemoryFactRef[]; readonly correlationId?: string; readonly causationId?: string; readonly scope?: readonly string[]; } | Optional operation/source/correlation coordinates. |
Returns
Section titled “Returns”A committed record-material fact.
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