Long-term memory for AI Agents with zero-setup simplicity
pip install selfmemoryfrom selfmemory import SelfMemory
memory = SelfMemory()
# Add memories
memory.add("I have a BMW bike.", user_id="demo")
# Search memories
results = memory.search("bike", user_id="demo")
print(results)Visit docs.selfmemory.com for complete documentation, guides, and examples.
- Documentation: docs.selfmemory.com
- GitHub: github.com/selfmemory/selfmemory
- Discord: discord.com/invite/YypBvdUpcc
- Brand Assets (Logos, Slides, etc.): Google Drive
Apache 2.0 License - see LICENSE