agenticMemoryRecordMaterializerBundle()
Creates a graph-visible D586 complete-next-record materializer bundle.
The bundle turns current records plus materialization intents into ordinary proposal DATA. It does not wire those proposals into admission/application, storage, hydration, durable commit, or same-evaluation evidence feedback.
Import
Section titled “Import”import { agenticMemoryRecordMaterializerBundle } from "@graphrefly/ts/solutions";Signature
Section titled “Signature”function agenticMemoryRecordMaterializerBundle( graph: Graph, opts: AgenticMemoryRecordMaterializerBundleOptions<T>,): AgenticMemoryRecordMaterializerBundle<T>Parameters
Section titled “Parameters”| Parameter | Type | Description |
|---|---|---|
graph | Graph | Graph that owns the created nodes. |
opts | AgenticMemoryRecordMaterializerBundleOptions<T> | Records and intents input nodes plus optional materializer id/name. |
Returns
Section titled “Returns”Projection node plus proposal/candidate/status/issues/audit/cursor nodes.
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/materializer.ts