| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| README.md | 2026-05-21 | 1.1 kB | |
| v0.3.0 -- Unified SimpleMem package source code.tar.gz | 2026-05-21 | 79.3 MB | |
| v0.3.0 -- Unified SimpleMem package source code.zip | 2026-05-21 | 79.6 MB | |
| Totals: 3 Items | 158.8 MB | 2 | |
SimpleMem v0.3.0 — Unified package
SimpleMem, Omni-SimpleMem, and EvolveMem now ship as a single simplemem package with auto-routing.
Highlights
- One import, auto-routing:
from simplemem import SimpleMem. The first method you call selects the backend (text vs multimodal). - Text memory (SimpleMem): semantic lossless compression, intent-aware retrieval.
- Multimodal (Omni-SimpleMem): text, image, audio, video via
add_image/add_audio/add_video/query. - Self-evolving retrieval (EvolveMem):
simplemem.optimize(mem, dev_questions)tunes retrieval config offline. - Packaging:
pip install -e .installs the full stack; extras[server],[benchmark],[all]. Python 3.10+.
Notes
- All three paths (text / multimodal / optimize) verified end-to-end.
- MCP server and Docker remain text-only; multimodal and self-evolution over MCP are tracked in the README Roadmap.
- README and all 12 i18n translations updated to the unified API.
🤖 Generated with Claude Code