agenticMemoryRecordFrame()
Creates an agentic memory record frame.
Import
Section titled “Import”import { agenticMemoryRecordFrame } from "@graphrefly/ts/solutions";Signature
Section titled “Signature”function agenticMemoryRecordFrame(record: AgenticMemoryRecord<TJson>): AgenticMemoryRecordFrame<TJson>Parameters
Section titled “Parameters”| Parameter | Type | Description |
|---|---|---|
record | AgenticMemoryRecord<TJson> | Record to encode, validate, or project. |
Returns
Section titled “Returns”The agentic memory record frame result.
Example
Section titled “Example”import { agenticMemoryRecordFrame } from "@graphrefly/ts/solutions/agentic-memory";Source
Section titled “Source”packages/ts/src/solutions/agentic-memory/frame.ts