v0.2.0
What's New
New Providers
- Letta — FactStore, HistoryStore, and DocumentStore adapters supporting Letta Cloud and self-hosted deployments (
pip install memio[letta]) - Qdrant — DocumentStore adapter with built-in fastembed for automatic embeddings; supports in-memory, on-disk, and Qdrant Cloud (
pip install memio[qdrant]) - Supermemory — FactStore and DocumentStore adapters for the Supermemory cloud API (
pip install memio[supermemory])
Fixes
- Mem0 adapter updated for
mem0aiv1.0.8 SDK breaking changes:- Uses
AsyncMemoryClientfor cloud API,AsyncMemoryfor local add()now polls until the memory is fully processed, so callers always receive a usableFactwith a real ID- Handles v2
filtersAPI forsearch/get_allandtext=parameter forupdate
- Uses
- Supermemory datetime parsing now handles RFC 3339
Zsuffix correctly
Docs & Tests
- Full documentation, API reference pages, and MkDocs nav entries for all three new providers
- README and quickstart updated with all six supported providers
- 168 tests total (150 unit + 18 integration), all passing
Full Changelog: v0.1.2...v0.2.0