AI记忆管理系统
Project description
MMOS - AI记忆管理系统
MMOS是一个用于AI系统记忆管理的Python库,它提供了一系列工具来帮助人工智能代理存储、检索和管理记忆信息。
特点
- 高效的记忆存储机制
- 语义化检索功能
- 记忆优先级管理
- 长短期记忆集成
- 易于与其他AI系统集成
安装
pip install mmos
快速开始
from mmos import MemoryManager
# 初始化记忆管理器
memory_manager = MemoryManager()
# 存储新记忆
memory_manager.store("用户喜欢蓝色", tags=["用户偏好", "颜色"])
# 检索记忆
results = memory_manager.retrieve("用户喜欢什么颜色?")
print(results)
贡献
欢迎提交Pull Request和Issue。
许可证
MIT
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
mmos-0.1.0.tar.gz
(8.1 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
mmos-0.1.0-py3-none-any.whl
(7.3 kB
view details)
File details
Details for the file mmos-0.1.0.tar.gz.
File metadata
- Download URL: mmos-0.1.0.tar.gz
- Upload date:
- Size: 8.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.10.16
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
435aefc852bdef09441c92e025a6a7945f3a3ed241f452d0efc3f325d70bc0e8
|
|
| MD5 |
5495fae38bde71ecca8698189c85e29b
|
|
| BLAKE2b-256 |
218d14f11696a9631fd3a2e0881ccba5126efe669f9d1e65628fd3684384d5d5
|
File details
Details for the file mmos-0.1.0-py3-none-any.whl.
File metadata
- Download URL: mmos-0.1.0-py3-none-any.whl
- Upload date:
- Size: 7.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.10.16
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
58e2a78a2cd924428eca002db7ed9b8b9aef76ee489953882ac6b42584de1018
|
|
| MD5 |
666ba1c66a310bac8c7b1b756b677f83
|
|
| BLAKE2b-256 |
65854037edd790ea8932ab86c383890915754970696d515a2080a94911ea170d
|