GraphReFlyTS

API Reference

agenticMemoryRecordApplicationBundle()

Creates an agentic memory record application bundle.

Import

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

Signature

function agenticMemoryRecordApplicationBundle(
	graph: Graph,
	opts: AgenticMemoryRecordApplicationBundleOptions<T>,
): AgenticMemoryRecordApplicationBundle<T>

Parameters

ParameterTypeDescription
graphGraphGraph that owns the created nodes or projector.
optsAgenticMemoryRecordApplicationBundleOptions<T>Options that configure the helper.

Returns

A bundle of graph-visible nodes for the recipe.

Example

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

Source

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