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