GraphReFlyTS

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

ParameterTypeDescription
recordAgenticMemoryRecord<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