Enhanced Memory Management for AI Agents with zero-setup simplicity
Project description
SelfMemory
Long-term memory for AI Agents with zero-setup simplicity
🚀 Quick Start
pip install selfmemory
from 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)
📚 Full Documentation
Visit docs.selfmemory.com for complete documentation, guides, and examples.
🔗 Links
- Documentation: docs.selfmemory.com
- GitHub: github.com/selfmemory/selfmemory
- Discord: discord.com/invite/YypBvdUpcc
📄 License
Apache 2.0 License - see LICENSE
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
selfmemory-0.3.0.tar.gz
(76.8 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
selfmemory-0.3.0-py3-none-any.whl
(107.9 kB
view details)
File details
Details for the file selfmemory-0.3.0.tar.gz.
File metadata
- Download URL: selfmemory-0.3.0.tar.gz
- Upload date:
- Size: 76.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.12.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
55cf34453a6b52698aac29e21fb015f7739418e5da5977ae68eac3269091e12d
|
|
| MD5 |
014d919cf7d261adc6e02a8feae17e8e
|
|
| BLAKE2b-256 |
2ed6e079420692492e1e3d9de5c940d19ccfe4b3e439c2d740fe46117cf88fd3
|
File details
Details for the file selfmemory-0.3.0-py3-none-any.whl.
File metadata
- Download URL: selfmemory-0.3.0-py3-none-any.whl
- Upload date:
- Size: 107.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.12.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
c8af9dc11f350740a26b30254c20924a42fd3db26485f1acedb87d21ef06a315
|
|
| MD5 |
cb2920de7a8f7b7afde84491560ee146
|
|
| BLAKE2b-256 |
49403e366ee32581e5842ffd64f084517a01f92d728b971e0893f2bb115d9167
|