loadAgenticMemoryRecordsState()
Loads agentic memory records state.
Loading decodes passive frames outside the sync core and returns ordinary record DATA for an explicit later graph/bootstrap input. It does not hydrate or mutate a live graph and does not make storage the source of record truth.
Import
Section titled “Import”import { loadAgenticMemoryRecordsState } from "@graphrefly/ts/adapters";Signature
Section titled “Signature”function loadAgenticMemoryRecordsState(opts: LoadAgenticMemoryRecordsStateOptions): Promise<AgenticMemoryRecordsRestoreState<TJson>>Parameters
Section titled “Parameters”| Parameter | Type | Description |
|---|---|---|
opts | LoadAgenticMemoryRecordsStateOptions | Options that configure the helper. |
Returns
Section titled “Returns”The load agentic memory records state result.
Example
Section titled “Example”import { loadAgenticMemoryRecordsState } from "@graphrefly/ts/adapters";Source
Section titled “Source”packages/ts/src/adapters/agentic-memory-storage.ts