rig-memvid 0.4.2

Memvid-backed persistent memory and lexical store for Rig agents.
Documentation
1
2
3
4
5
6
7
8
9
//! In-process content-hash dedup shim.
//!
//! All implementation lives in [`rig_memory_policy::dedup`]; this module
//! re-exports the items historically consumed via `crate::dedup` so the
//! hook, compactor, and frame-writer call sites keep their existing import
//! paths after the policy extraction (see `rig-memvid#28`).
// re-exported from rig-memory-policy for backward compat

pub(crate) use rig_memory_policy::dedup::{DedupSet, compute_key, hex_encode_key};