agenticMemoryRecordUseGateBundle()
Create the static graph-visible single-use gate bundle locked by D643.
Governed retrieval must consume only this bundle’s allowedRecords projection.
Import
Section titled “Import”import { agenticMemoryRecordUseGateBundle } from "@graphrefly/ts/solutions/agentic-memory";Signature
Section titled “Signature”function agenticMemoryRecordUseGateBundle( graph: Graph, opts: AgenticMemoryRecordUseGateBundleOptions<TJson>,): AgenticMemoryRecordUseGateBundle<TJson>Parameters
Section titled “Parameters”| Parameter | Type | Description |
|---|---|---|
graph | Graph | Graph that owns the gate and projection nodes. |
opts | AgenticMemoryRecordUseGateBundleOptions<TJson> | Declared record, request, and external-decision dependencies. |
Returns
Section titled “Returns”One snapshot node plus allowedRecords/exclusions/status/issues/audit/cursor projections.
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/record-use.ts