GraphReFlyTS

API Reference

agenticMemoryRecordsSnapshotKey()

Creates an agentic memory records snapshot key.

Import

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

Signature

function agenticMemoryRecordsSnapshotKey(storagePrefix = "agentic-memory"): string

Parameters

ParameterTypeDescription
storagePrefixunknownPrefix used to derive storage keys.

Returns

The stable key or reference string.

Example

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

Source

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