agenticMemoryRecordsSnapshotKey()
Creates an agentic memory records snapshot key.
Import
Section titled “Import”import { agenticMemoryRecordsSnapshotKey } from "@graphrefly/ts/adapters";Signature
Section titled “Signature”function agenticMemoryRecordsSnapshotKey(storagePrefix = "agentic-memory"): stringParameters
Section titled “Parameters”| Parameter | Type | Description |
|---|---|---|
storagePrefix | unknown | Prefix used to derive storage keys. |
Returns
Section titled “Returns”The stable key or reference string.
Example
Section titled “Example”import { agenticMemoryRecordsSnapshotKey } from "@graphrefly/ts/adapters";Source
Section titled “Source”packages/ts/src/adapters/agentic-memory-storage.ts