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