frameAgenticMemoryRecords()
Create a D585 passive strict-DATA store frame for AgenticMemoryRecord arrays.
The frame is a versioned DTO only. It performs no storage I/O, hydration, graph restore, commit acknowledgement, admission, or application decision.
Import
Section titled “Import”import { frameAgenticMemoryRecords } from "@graphrefly/ts/solutions";Signature
Section titled “Signature”function frameAgenticMemoryRecords( records: readonly AgenticMemoryRecord<TJson>[], opts: StoreFrameOptions = {},): AgenticMemoryRecordStoreFrame<TJson>Parameters
Section titled “Parameters”| Parameter | Type | Description |
|---|---|---|
records | readonly AgenticMemoryRecord<TJson>[] | AgenticMemory records to frame. |
opts | StoreFrameOptions | Optional DATA provenance for the frame. |
Returns
Section titled “Returns”A versioned strict-DATA record store frame.
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