ReMe/reme
方应 07905a0358 feat(memory): 添加用户配置文件增删功能并优化内存管理
- 新增 AddProfile 工具类用于添加用户配置文件
- 新增 DeleteProfile 工具类用于删除指定ID的配置文件
- 从 __init__.py 中移除已废弃的 UpdateProfileFilterOlder 工具
- 在 reme.py 中注释掉 AddProfile 和 DeleteProfile 的导入
- 从 reme.py 的工具列表中移除 UpdateProfileFilterOlder 相关代码
- 优化 ES 和 Qdrant 向量存储客户端初始化的日志记录
- 更新个人记忆检索器和摘要器的 YAML 配置文件格式
- 修复 personal_halumem_summarizer.py 中的参数传递格式问题
- 在 UpdateProfile 工具中添加按 memory_target 分组的功能
2026-01-30 17:03:58 +08:00
..
agent feat(memory): 添加用户配置文件增删功能并优化内存管理 2026-01-30 17:03:58 +08:00
config feat(agent): 添加 Halumem 版本的记忆检索器和摘要器 2026-01-30 16:30:18 +08:00
core feat(memory): 添加用户配置文件增删功能并优化内存管理 2026-01-30 17:03:58 +08:00
tool feat(memory): 添加用户配置文件增删功能并优化内存管理 2026-01-30 17:03:58 +08:00
workflow Merge pull request #85 from agentscope-ai/dev_0123 2026-01-26 17:41:49 +08:00
__init__.py refactor(agent): restructure memory agents and base react implementation 2026-01-26 16:30:58 +08:00
reme.py feat(memory): 添加用户配置文件增删功能并优化内存管理 2026-01-30 17:03:58 +08:00