GraphReFlyTS

API Reference

openPersistentAgenticMemoryRecords()

Opens persistent agentic memory records.

Import

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

Signature

function openPersistentAgenticMemoryRecords(opts: OpenPersistentAgenticMemoryRecordsOptions<TJson>): Promise<PersistentAgenticMemoryRecords<TJson>>

Parameters

ParameterTypeDescription
optsOpenPersistentAgenticMemoryRecordsOptions<TJson>Options that configure the helper.

Returns

The open persistent agentic memory records result.

Example

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

Source

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