agenticMemoryKgProjectionBundle()
Creates an agentic memory kg projection bundle.
Import
Section titled “Import”import { agenticMemoryKgProjectionBundle } from "@graphrefly/ts/solutions";Signature
Section titled “Signature”function agenticMemoryKgProjectionBundle( graph: Graph, opts: AgenticMemoryKgProjectionBundleOptions,): AgenticMemoryKgProjectionBundleParameters
Section titled “Parameters”| Parameter | Type | Description |
|---|---|---|
graph | Graph | Graph that owns the created nodes or projector. |
opts | AgenticMemoryKgProjectionBundleOptions | Options that configure the helper. |
Returns
Section titled “Returns”A bundle of graph-visible nodes for the recipe.
Example
Section titled “Example”import { agenticMemoryKgProjectionBundle } from "@graphrefly/ts/solutions/agentic-memory";Source
Section titled “Source”packages/ts/src/solutions/agentic-memory/kg.ts