Skip to content
PACKAGES

agenticMemoryMaterializedFactLogBootstrapInput()

Build a D593 bootstrap/re-entry input from already-materialized D591 DATA.

The returned value is caller-wirable ordinary DATA. It does not read storage, call a backend, mutate live graph records, refresh subscribers, bypass admission/application, feed current-evaluation decisions back into the same evaluation, claim lifecycle completion, or create a graph commit barrier.

import { agenticMemoryMaterializedFactLogBootstrapInput } from "@graphrefly/ts/solutions";
function agenticMemoryMaterializedFactLogBootstrapInput(materialization: AgenticMemoryCommittedFactReadMaterializationProjection<TJson>): AgenticMemoryMaterializedFactLogBootstrapInput<TJson>
ParameterTypeDescription
materializationAgenticMemoryCommittedFactReadMaterializationProjection<TJson>D591 read materialization projection DATA.

A D593 caller-wirable bootstrap input DATA object.

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