Skip to main content

Module metadata

Module metadata 

Source
Expand description

Typed metadata envelope for entries written by memory-lifecycle hooks.

Backends stamp a FrameMetadata envelope into their per-entry metadata map (e.g. memvid_core::SearchHitMetadata::extra_metadata, or any equivalent key-value bag on another backend) so downstream tools — evals, memory inspectors, RAG pipelines — can decode the origin of each retrieved entry uniformly regardless of the storage engine.

Structs§

FrameMetadata
The typed schema written into a backend’s per-entry metadata map for every entry produced by a Rig memory lifecycle hook.

Enums§

FrameKind
The type of entry produced by a memory lifecycle hook.