Skip to content
PACKAGES

decodeAgenticMemoryRecordStoreFrame()

Decode a D585 record store frame back into ordinary AgenticMemoryRecord DATA.

import { decodeAgenticMemoryRecordStoreFrame } from "@graphrefly/ts/solutions";
function decodeAgenticMemoryRecordStoreFrame(frame: unknown): readonly AgenticMemoryRecord<TJson>[]
ParameterTypeDescription
frameunknownUnknown frame DTO.

Decoded records; callers decide how to feed them as ordinary DATA.

This page was generated from source JSDoc, but the structured API tags are incomplete:

  • Missing @example.

packages/ts/src/solutions/agentic-memory/store-frame.ts