v0.1.6
Mem0Sharp 0.1.6
Released: 2026-08-11
Highlights
- Split persistence providers into separate NuGet packages:
Mem0SharpMem0Sharp.PostgreSQLMem0Sharp.SQLite
Mem0Sharpcore is now dependency-free.- Added atomic memory/history persistence for built-in stores.
- Added memory provenance with behavior-aware retrieval.
- Factual search now excludes associative memories by default.
- Added fail-closed entity and graph enrichment.
- Updated OpenAI configuration defaults to
gpt-5.6-luna. - Kept embeddings on
text-embedding-3-small, since Luna does not support embeddings. - Added external evaluation dataset support and confidence intervals.
- Pinned SQLite runtime dependencies to patched versions.
- Release workflow now publishes all three packages with the same version.
Installation
dotnet add package Mem0Sharp --version 0.1.6
dotnet add package Mem0Sharp.PostgreSQL --version 0.1.6
dotnet add package Mem0Sharp.SQLite --version 0.1.6Only install the provider package required by the application. Provider namespaces remain Mem0Sharp, so existing source code remains compatible after adding the provider reference.
Evaluation
The latest 10-scenario evaluation achieved:
96%: infer-off, dreaming, and personal-memory92%: no-hybrid and conflict-resolution88%: no-dedup83%: baseline75%: LLM reranking and strict threshold58%: random thoughts
Detailed results are available in evaluation.md, with raw Markdown and JSON reports.
Full Changelog: v0.1.5...v0.1.6