Skip to content
PACKAGES

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 { agenticMemoryBundle } from "@graphrefly/ts/solutions";
function agenticMemoryBundle(
graph: Graph,
opts: AgenticMemoryBundleOptions<T>,
): AgenticMemoryBundle<T>
ParameterTypeDescription
graphGraphGraph that owns the created nodes or projector.
optsAgenticMemoryBundleOptions<T>Options that configure the helper.

A bundle of graph-visible nodes for the recipe.

import { agenticMemoryBundle } from "@graphrefly/ts/solutions/agentic-memory";

packages/ts/src/solutions/agentic-memory/bundle.ts