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
| Parameter | Type | Description |
|---|---|---|
graph | Graph | Graph that owns the created nodes or projector. |
opts | AgenticMemoryKgProjectionBundleOptions | Options 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