Skip to content
PACKAGES

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 { agenticMemoryMaterializedFactLogBootstrapBundle } from "@graphrefly/ts/solutions";
function agenticMemoryMaterializedFactLogBootstrapBundle(
graph: Graph,
opts: AgenticMemoryMaterializedFactLogBootstrapBundleOptions<TJson>,
): AgenticMemoryMaterializedFactLogBootstrapBundle<TJson>
ParameterTypeDescription
graphGraphGraph that owns the created nodes.
optsAgenticMemoryMaterializedFactLogBootstrapBundleOptions<TJson>Materialization input node and optional bundle name.

Projection and read-model nodes for D593 caller-wirable DATA.

This page was generated from source JSDoc, but the structured API tags are incomplete:

  • Missing @example.

packages/ts/src/solutions/agentic-memory/fact-log-bootstrap.ts