TeleMem v1.6.0
Highlights
TeleMem is now on PyPI 🎉
pip install telemem # core (text memory)
pip install "telemem[mcp]" # + MCP server for Claude Desktop / Cursor / any MCP client
pip install "telemem[video]" # + video/multimodal pipeline
pip install "telemem[all]" # everythingNew since v1.5.0
- More LLM providers — ready-to-use configs with offline tests: Ollama (fully local: local LLM + local embeddings + FAISS, no API key), DeepSeek, and Moonshot/Kimi
- Framework integrations — LangChain and LlamaIndex examples
- Documentation site — https://teleai-uagi.github.io/telemem/
- LongMemEval harness — baselines/longmemeval/ (experimental; contributions of runs welcome, see #10)
- Package cleanup — the legacy eval-only
telemem/main.pymoved out of the shipped package tobaselines/telemem/telemem_legacy.py; the wheel now contains a singleTeleMemoryimplementation
Full details in CHANGELOG.md.