ReMe/reme/agent/memory
方应 74238ba9bd feat(memory): 添加个人记忆检索和总结功能
- 实现 PersonalHalumemRetriever 类用于向量搜索检索个人记忆
- 实现 PersonalHalumemSummarizer 类用于两阶段个人记忆处理
- 配置个人记忆检索和总结的系统提示词和用户消息模板
- 支持多阶段检索策略包括意图分解和深度追踪
- 实现记忆评估和原始来源追溯功能
- 添加记忆存储范围过滤和配置管理规则
2026-01-30 16:47:10 +08:00
..
personal feat(memory): 添加个人记忆检索和总结功能 2026-01-30 16:47:10 +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