agenticMemoryMaterializedFactLogBootstrapBundle()
Create a graph-visible D593 bundle over already-materialized D591 DATA.
The bundle only projects ordinary DATA nodes for explicit caller wiring. It never reads storage, owns restore/bootstrap lifecycle, mutates live records, refreshes subscribers, or creates a graph commit barrier.
Import
Section titled “Import”import { agenticMemoryMaterializedFactLogBootstrapBundle } from "@graphrefly/ts/solutions";Signature
Section titled “Signature”function agenticMemoryMaterializedFactLogBootstrapBundle( graph: Graph, opts: AgenticMemoryMaterializedFactLogBootstrapBundleOptions<TJson>,): AgenticMemoryMaterializedFactLogBootstrapBundle<TJson>Parameters
Section titled “Parameters”| Parameter | Type | Description |
|---|---|---|
graph | Graph | Graph that owns the created nodes. |
opts | AgenticMemoryMaterializedFactLogBootstrapBundleOptions<TJson> | Materialization input node and optional bundle name. |
Returns
Section titled “Returns”Projection and read-model nodes for D593 caller-wirable DATA.
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/fact-log-bootstrap.ts