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