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
Section titled “Import”import { agenticMemoryMaterializedFactLogBootstrapInput } from "@graphrefly/ts/solutions";Signature
Section titled “Signature”function agenticMemoryMaterializedFactLogBootstrapInput(materialization: AgenticMemoryCommittedFactReadMaterializationProjection<TJson>): AgenticMemoryMaterializedFactLogBootstrapInput<TJson>Parameters
Section titled “Parameters”| Parameter | Type | Description |
|---|---|---|
materialization | AgenticMemoryCommittedFactReadMaterializationProjection<TJson> | D591 read materialization projection DATA. |
Returns
Section titled “Returns”A D593 caller-wirable bootstrap input DATA object.
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