materializeAgenticMemoryRecordChanges()
Materializes D586 complete-next-record change intents into proposal-compatible DATA.
The helper validates domain-specific intent facts against current records and
emits full AgenticMemoryRecordProposal material only. It does not admit,
apply, persist, hydrate, commit, mutate live records, or interpret patch/merge
semantics.
Import
Section titled “Import”import { materializeAgenticMemoryRecordChanges } from "@graphrefly/ts/solutions";Signature
Section titled “Signature”function materializeAgenticMemoryRecordChanges( intents: unknown, opts: MaterializerOptions<T> = {},): AgenticMemoryRecordMaterializationProjection<T>Parameters
Section titled “Parameters”| Parameter | Type | Description |
|---|---|---|
intents | unknown | Complete-next-record materialization intent DATA. |
opts | MaterializerOptions<T> | Current records, optional evaluation, materializer id, and refs. |
Returns
Section titled “Returns”Candidate material/proposals plus materializer-local status, issues, audit, and cursor.
Example
Section titled “Example”import { materializeAgenticMemoryRecordChanges } from "@graphrefly/ts/solutions/agentic-memory";Source
Section titled “Source”packages/ts/src/solutions/agentic-memory/materializer.ts