Skip to main content

Crate mnemo_core

Crate mnemo_core 

Source

Modules§

anomaly
Embedding-space anomaly detection.
auth
Minimal shared-secret bearer-token check for the network entrypoints (REST + gRPC). This is the floor — “don’t run an open memory server” — not a full auth system: one operator-held secret in MNEMO_AUTH_TOKEN, compared in constant time. There are no users, scopes, or rotation here; per-record authorization is the separate ACL/RBAC layer in crate::model::acl.
budget
v0.4.1 (P1-4) — 1M-context recall budget planner.
cache
In-memory LRU cache for memory records.
embedding
encryption
AES-256-GCM encryption for memory content at rest.
error
eval
Evaluation harnesses that exercise the engine in shapes the integration test suite + bench bins reuse.
hash
index
model
provenance
Per-read memory-provenance signing (v0.4.0-rc3 Task B1).
query
retrieval
v0.4.4 — RetrievalMode typed enum + 5 starter HarnessAware adapters.
score
v0.4.0 (P1-4) — pluggable score lanes for hybrid recall fusion.
search
storage
sync