mirror of
https://github.com/agentscope-ai/ReMe.git
synced 2026-08-28 05:25:04 +00:00
update readme
This commit is contained in:
parent
1c1e108a48
commit
a63b7ea996
2 changed files with 11 additions and 13 deletions
12
README.md
12
README.md
|
|
@ -19,7 +19,7 @@ ReMe provides AI agents with a unified memory system—enabling the ability to e
|
|||
users, tasks, and agents.
|
||||
|
||||
```
|
||||
Personal Memory + Task Memory = Agent Memory Management
|
||||
Personal Memory + Task Memory = Agent Memory
|
||||
```
|
||||
|
||||
Personal memory helps "**understand user needs**", while task memory helps agents "**perform better**".
|
||||
|
|
@ -28,16 +28,16 @@ Personal memory helps "**understand user needs**", while task memory helps agent
|
|||
|
||||
## 📰 Latest Updates
|
||||
|
||||
- **[2025-09]** 🎉 ReMe v0.1.x
|
||||
- **[2025-09]** 🎉 ReMe v0.1
|
||||
officially released, integrating task memory and personal memory. If you want to use the original memoryscope project,
|
||||
you can find it in [MemoryScope](https://github.com/modelscope/Reme/tree/memoryscope_branch).
|
||||
- **[2025-09]** 🧪 We validated the effectiveness of task memory extraction and reuse in agents in appworld, bfcl(v3),
|
||||
and frozenlake environments. For more information,
|
||||
check [appworld exp](./cookbook/appworld/quickstart.md), [bfcl exp](./cookbook/bfcl/quickstart.md),
|
||||
and [frozenlake exp](./cookbook/frozenlake/quickstart.md).
|
||||
- **[2025-08]** 🚀 MCP protocol support is now available -> [Quick Start Guide](./doc/mcp_quick_start.md).
|
||||
- **[2025-08]** 🚀 MCP protocol support is now available -> [MCP Quick Start](./doc/mcp_quick_start.md).
|
||||
- **[2025-06]** 🚀 Multiple backend vector storage support (Elasticsearch &
|
||||
ChromaDB) -> [Quick Start Guide](./doc/vector_store_api_guide.md).
|
||||
ChromaDB) -> [Vector DB quick start](./doc/vector_store_api_guide.md).
|
||||
- **[2024-09]** 🧠 [MemoryScope](https://github.com/modelscope/Reme/tree/memoryscope_branch) v0.1.x released,
|
||||
personalized and time-aware memory storage and usage.
|
||||
|
||||
|
|
@ -398,7 +398,7 @@ We tested ReMe on BFCL-V3 multi-turn-base (randomly split 50train/150val) using
|
|||
|
||||
## 🤝 Contribution
|
||||
|
||||
We believe the best memory systems come from collective wisdom. Contributions welcome:
|
||||
We believe the best memory systems come from collective wisdom. Contributions welcome 👉[Guide](./doc/contribution.md):
|
||||
|
||||
### Code Contributions
|
||||
|
||||
|
|
@ -411,7 +411,7 @@ We believe the best memory systems come from collective wisdom. Contributions we
|
|||
- Usage examples and tutorials
|
||||
- Best practice guides
|
||||
|
||||
[Guide](./doc/contribution.md)
|
||||
|
||||
---
|
||||
|
||||
## 📄 Citation
|
||||
|
|
|
|||
12
README_ZH.md
12
README_ZH.md
|
|
@ -20,7 +20,7 @@
|
|||
ReMe为AI智能体提供了统一的记忆与经验系统——在跨用户、跨任务、跨智能体下抽取、复用和分享记忆的能力。
|
||||
|
||||
```
|
||||
个性化记忆 (Personal Memory) + 任务经验 (Task Memory)= agent的记忆管理
|
||||
个性化记忆 (Personal Memory) + 任务经验 (Task Memory)= agent记忆
|
||||
```
|
||||
|
||||
个性化记忆能够"**理解用户需要**",任务记忆让agent"**做得更好**",
|
||||
|
|
@ -29,14 +29,14 @@ ReMe为AI智能体提供了统一的记忆与经验系统——在跨用户、
|
|||
|
||||
## 📰 最新动态
|
||||
|
||||
- **[2025-09]** 🎉 ReMe v0.1.x
|
||||
- **[2025-09]** 🎉 ReMe v0.1
|
||||
正式发布,整合任务记忆与个人记忆。如果想使用原始的memoryscope项目,你可以在[MemoryScope](https://github.com/modelscope/Reme/tree/memoryscope_branch)
|
||||
中找到。
|
||||
- **[2025-09]** 🧪 我们在appworld, bfcl(v3)
|
||||
以及frozenlake环境验证了任务记忆抽取与复用在Agent中的效果,更多信息请查看 [appworld exp](./cookbook/appworld/quickstart.md), [bfcl exp](./cookbook/bfcl/quickstart.md)
|
||||
和 [frozenlake exp](./cookbook/frozenlake/quickstart.md)。
|
||||
- **[2025-08]** 🚀 MCP协议支持已上线-> [快速开始指南](./doc/mcp_quick_start.md)。
|
||||
- **[2025-06]** 🚀 多后端向量存储支持 (Elasticsearch & ChromaDB) -> [快速开始指南](./doc/vector_store_api_guide.md)。
|
||||
- **[2025-08]** 🚀 MCP协议支持已上线-> [MCP指南](./doc/mcp_quick_start.md)。
|
||||
- **[2025-06]** 🚀 多后端向量存储支持 (Elasticsearch & ChromaDB) -> [向量数据库指南](./doc/vector_store_api_guide.md)。
|
||||
- **[2024-09]** 🧠 [MemoryScope](https://github.com/modelscope/Reme/tree/memoryscope_branch) v0.1.x 发布,个性化和时间感知的记忆存储与使用。
|
||||
|
||||
---
|
||||
|
|
@ -378,7 +378,7 @@ Pass@K 衡量的是在生成的 K 个样本中,至少有一个成功完成任
|
|||
|
||||
## 🤝 贡献
|
||||
|
||||
我们相信最好的记忆系统来自集体智慧。欢迎贡献:
|
||||
我们相信最好的记忆系统来自集体智慧。欢迎贡献👉[指南](./doc/contribution.md):
|
||||
|
||||
### 代码贡献
|
||||
- 新操作和工具开发
|
||||
|
|
@ -389,8 +389,6 @@ Pass@K 衡量的是在生成的 K 个样本中,至少有一个成功完成任
|
|||
- 使用示例和教程
|
||||
- 最佳实践指南
|
||||
|
||||
[指南](./doc/contribution.md)
|
||||
|
||||
---
|
||||
|
||||
## 📄 引用
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue