decodeAgenticMemoryRecordStoreFrame()
Decode a D585 record store frame back into ordinary AgenticMemoryRecord DATA.
Import
Section titled “Import”import { decodeAgenticMemoryRecordStoreFrame } from "@graphrefly/ts/solutions";Signature
Section titled “Signature”function decodeAgenticMemoryRecordStoreFrame(frame: unknown): readonly AgenticMemoryRecord<TJson>[]Parameters
Section titled “Parameters”| Parameter | Type | Description |
|---|---|---|
frame | unknown | Unknown frame DTO. |
Returns
Section titled “Returns”Decoded records; callers decide how to feed them as ordinary DATA.
Documentation Status
Section titled “Documentation Status”This page was generated from source JSDoc, but the structured API tags are incomplete:
- Missing
@example.
Source
Section titled “Source”packages/ts/src/solutions/agentic-memory/store-frame.ts