GraphReFlyTS

API Reference

agenticMemoryRecordAdmissionBundle()

Creates an agentic memory record admission bundle.

Import

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

Signature

function agenticMemoryRecordAdmissionBundle(
	graph: Graph,
	opts: AgenticMemoryRecordAdmissionBundleOptions<T>,
): AgenticMemoryRecordAdmissionBundle<T>

Parameters

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

Returns

A bundle of graph-visible nodes for the recipe.

Example

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

Source

packages/ts/src/solutions/agentic-memory/proposal-admission.ts