agenticMemoryRecordChangeFrame()
Creates an agentic memory record change frame.
Import
Section titled “Import”import { agenticMemoryRecordChangeFrame } from "@graphrefly/ts/adapters";Signature
Section titled “Signature”function agenticMemoryRecordChangeFrame(records: readonly AgenticMemoryRecord<TJson>[]): AgenticMemoryRecordChangeFrame<TJson>Parameters
Section titled “Parameters”| Parameter | Type | Description |
|---|---|---|
records | readonly AgenticMemoryRecord<TJson>[] | Records to encode, persist, or project. |
Returns
Section titled “Returns”The agentic memory record change frame result.
Example
Section titled “Example”import { agenticMemoryRecordChangeFrame } from "@graphrefly/ts/adapters";Source
Section titled “Source”packages/ts/src/adapters/agentic-memory-storage.ts