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