Tablestore for Agent Memory in AI Agent.
Project description
Tablestore for Agent Memory (Python 实现)
文档
- Memory Store
- 用户与大模型交互的session会话管理和聊天消息记录
- 入门指南 notebook 链接
- Knowledge Store
- 知识库文档管理,相似性搜索。
- 入门指南 notebook 链接
依赖
- python >= 3.9
- 项目管理工具:poetry
打包
poetry build
打包结果在当前目录dist下.
别的项目本地安装该项目的引用:
# pip 项目
pip install ${真实目录}/dist/tablestore_for_agent_memory-${具体版本}-py3-none-any.whl
# poetry 项目
poetry add ${真实目录}/dist/tablestore_for_agent_memory-${具体版本}-py3-none-any.whl
开发
安装依赖:
poetry install
代码格式化:
make format
跑全部测试:
make test
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
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
File details
Details for the file tablestore_for_agent_memory-1.0.0.tar.gz.
File metadata
- Download URL: tablestore_for_agent_memory-1.0.0.tar.gz
- Upload date:
- Size: 19.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/2.1.3 CPython/3.9.19 Linux/5.10.112-005.ali5000.al8.x86_64
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
161ac94779b0f621df13cb6902310dade9aadd57a41f75e6a504e2641fa88186
|
|
| MD5 |
0a24735ebcfdeae094f6f41037e21c7f
|
|
| BLAKE2b-256 |
da56bf0959e4a0118c30b34848ebe94b1fe1e40b6aa4359a0792dfa7d93d4b6f
|
File details
Details for the file tablestore_for_agent_memory-1.0.0-py3-none-any.whl.
File metadata
- Download URL: tablestore_for_agent_memory-1.0.0-py3-none-any.whl
- Upload date:
- Size: 24.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/2.1.3 CPython/3.9.19 Linux/5.10.112-005.ali5000.al8.x86_64
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
ba9ae562b2d866ef14ebd6fa4d4f5d37cb3a497a4968dddc60c17465c28990cb
|
|
| MD5 |
387d152b895cb4a304f616a5ce84a50e
|
|
| BLAKE2b-256 |
426758d26473eacb6133d3492cc08b0b05f121370adc1ba8ca51f03dadf5b567
|