Skip to content
PACKAGES

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 { loadAgenticMemoryRecordsState } from "@graphrefly/ts/adapters";
function loadAgenticMemoryRecordsState(opts: LoadAgenticMemoryRecordsStateOptions): Promise<AgenticMemoryRecordsRestoreState<TJson>>
ParameterTypeDescription
optsLoadAgenticMemoryRecordsStateOptionsOptions that configure the helper.

The load agentic memory records state result.

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

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