Skip to content
PACKAGES

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 { openPersistentAgenticMemoryRecords } from "@graphrefly/ts/adapters";
function openPersistentAgenticMemoryRecords(opts: OpenPersistentAgenticMemoryRecordsOptions<TJson>): Promise<PersistentAgenticMemoryRecords<TJson>>
ParameterTypeDescription
optsOpenPersistentAgenticMemoryRecordsOptions<TJson>Options that configure the helper.

The open persistent agentic memory records result.

import { openPersistentAgenticMemoryRecords } from "@graphrefly/ts/adapters";

packages/ts/src/adapters/agentic-memory-storage.ts