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