Skip to content
PACKAGES

agenticMemoryRecordApplicationBundle()

Creates an agentic memory record application bundle.

import { agenticMemoryRecordApplicationBundle } from "@graphrefly/ts/solutions";
function agenticMemoryRecordApplicationBundle(
graph: Graph,
opts: AgenticMemoryRecordApplicationBundleOptions<T>,
): AgenticMemoryRecordApplicationBundle<T>
ParameterTypeDescription
graphGraphGraph that owns the created nodes or projector.
optsAgenticMemoryRecordApplicationBundleOptions<T>Options that configure the helper.

A bundle of graph-visible nodes for the recipe.

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

packages/ts/src/solutions/agentic-memory/record-application.ts