openPersistentAgenticMemoryRecords()
Opens persistent agentic memory records.
This composes an adapter-owned load with an explicit graph state node seeded from ordinary record DATA, then attaches the passive persistence sidecar. It is bootstrap wiring, not hot hydration, graph restore, or storage-owned truth.
Import
Section titled “Import”import { openPersistentAgenticMemoryRecords } from "@graphrefly/ts/adapters";Signature
Section titled “Signature”function openPersistentAgenticMemoryRecords(opts: OpenPersistentAgenticMemoryRecordsOptions<TJson>): Promise<PersistentAgenticMemoryRecords<TJson>>Parameters
Section titled “Parameters”| Parameter | Type | Description |
|---|---|---|
opts | OpenPersistentAgenticMemoryRecordsOptions<TJson> | Options that configure the helper. |
Returns
Section titled “Returns”The open persistent agentic memory records result.
Example
Section titled “Example”import { openPersistentAgenticMemoryRecords } from "@graphrefly/ts/adapters";Source
Section titled “Source”packages/ts/src/adapters/agentic-memory-storage.ts