GraphReFlyTS

API Reference

agenticMemoryKgProjectionBundle()

Creates an agentic memory kg projection bundle.

Import

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

Signature

function agenticMemoryKgProjectionBundle(
	graph: Graph,
	opts: AgenticMemoryKgProjectionBundleOptions,
): AgenticMemoryKgProjectionBundle

Parameters

ParameterTypeDescription
graphGraphGraph that owns the created nodes or projector.
optsAgenticMemoryKgProjectionBundleOptionsOptions that configure the helper.

Returns

A bundle of graph-visible nodes for the recipe.

Example

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

Source

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