ReMe/reme/agent/memory
方应 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
..
personal feat(memory): 添加用户配置文件增删功能并优化内存管理 2026-01-30 17:03:58 +08:00
procedural feat(memory): add tool memory agents and retrieval strategy 2026-01-29 11:22:13 +08:00
tool feat(memory): add tool memory agents and retrieval strategy 2026-01-29 11:22:13 +08:00
__init__.py Merge remote-tracking branch 'origin/main' 2026-01-30 16:33:32 +08:00
base_memory_agent.py feat(memory): enhance memory management with improved tool parameters and agent coordination 2026-01-29 00:12:03 +08:00
reme_retriever.py refactor(memory): restructure memory modules and add versioned personal memory agents 2026-01-29 11:21:50 +08:00
reme_retriever.yaml refactor(memory): restructure memory modules and add versioned personal memory agents 2026-01-29 11:21:50 +08:00
reme_summarizer.py refactor(memory): restructure memory modules and add versioned personal memory agents 2026-01-29 11:21:50 +08:00
reme_summarizer.yaml refactor(memory): restructure memory modules and add versioned personal memory agents 2026-01-29 11:21:50 +08:00