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