by zilliztech
A Markdown-first memory system, a standalone library for any AI agent. Inspired by OpenClaw.
# Add to your Claude Code skills
git clone https://github.com/zilliztech/memsearchhttps://github.com/user-attachments/assets/31de76cc-81a8-4462-a47d-bd9c394d33e3
💡 Give your AI agents persistent memory in a few lines of code. Write memories as markdown, search them semantically. Inspired by OpenClaw's markdown-first memory architecture. Pluggable into any agent framework.
No comments yet. Be the first to share your thoughts!
git.mdpip install memsearch
pip install "memsearch[google]" # Google Gemini
pip install "memsearch[voyage]" # Voyage AI
pip install "memsearch[ollama]" # Ollama (local)
pip install "memsearch[local]" # sentence-transformers (local, no API key)
pip install "memsearch[all]" # Everything
from memsearch import MemSearch
mem = MemSearch(paths=["...