Skip to content

TeleMem v1.6.0

Choose a tag to compare

@dell-zhang dell-zhang released this 12 Jun 06:09
· 13 commits to main since this release

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]"     # everything

New 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 integrationsLangChain and LlamaIndex examples
  • Documentation sitehttps://teleai-uagi.github.io/telemem/
  • LongMemEval harnessbaselines/longmemeval/ (experimental; contributions of runs welcome, see #10)
  • Package cleanup — the legacy eval-only telemem/main.py moved out of the shipped package to baselines/telemem/telemem_legacy.py; the wheel now contains a single TeleMemory implementation

Full details in CHANGELOG.md.