agenticMemoryBundle()
Creates a lower-level agentic memory projection/retrieval bundle.
This bundle does not implement D643 record-use authorization. A governed
consumer must compose agenticMemoryRecordUseGateBundle first and pass only
its allowedRecords node as this bundle’s records input, without a parallel
raw-record edge.
Import
Section titled “Import”import { agenticMemoryBundle } from "@graphrefly/ts/solutions";Signature
Section titled “Signature”function agenticMemoryBundle( graph: Graph, opts: AgenticMemoryBundleOptions<T>,): AgenticMemoryBundle<T>Parameters
Section titled “Parameters”| Parameter | Type | Description |
|---|---|---|
graph | Graph | Graph that owns the created nodes or projector. |
opts | AgenticMemoryBundleOptions<T> | Options that configure the helper. |
Returns
Section titled “Returns”A bundle of graph-visible nodes for the recipe.
Example
Section titled “Example”import { agenticMemoryBundle } from "@graphrefly/ts/solutions/agentic-memory";Source
Section titled “Source”packages/ts/src/solutions/agentic-memory/bundle.ts