API Reference
agenticMemoryRecordCodec()
Strict canonical JSON codec that persists records and decodes bigint fields back to bigint.
Import
import { agenticMemoryRecordCodec } from "@graphrefly/ts/solutions";
Signature
function agenticMemoryRecordCodec(): Codec<
AgenticMemoryRecord<TJson>
>
Returns
A Codec< value.
Example
import { agenticMemoryRecordCodec } from "@graphrefly/ts/solutions";
Source
packages/ts/src/solutions/agentic-memory/frame.ts