Commit graph

580 commits

Author SHA1 Message Date
方应
0f90926781 Merge remote-tracking branch 'origin/main'
# Conflicts:
#	reme/reme.py
2026-01-30 16:33:32 +08:00
方应
a0aec042c9 remove(bench): 删除旧的基准测试分析脚本
- 移除 HaluMem 数据集统计分析脚本 (analyze_dataset_stats.py)
- 移除评估结果分析脚本 (analyze_results.py)
- 移除人工回路问答统计计算脚本 (compute_qa_stats.py)
- 清理重复的人工回路2问答统计脚本
- 删除相关的数据分析和结果统计功能模块
2026-01-30 16:30:28 +08:00
方应
053c537845 feat(agent): 添加 Halumem 版本的记忆检索器和摘要器
- 添加 PersonalHalumemRetriever 和 PersonalHalumemSummarizer 类
- 在 memory 模块中注册新的检索器和摘要器
- 添加 UpdateProfileFilterOlder、DeleteProfile 和 AddProfile 工具
- 将 AddDraftAndRetrieveSimilarMemory 重命名为 AddAndRetrieveSimilarMemory
- 修改配置文件中的默认模型名称为 qwen-flash
- 在 benchmark 中添加 Halumem 评估支持和实时更新功能
- 降低 ProfileHandler 的最大容量限制并添加重复节点过滤逻辑
- 在 ReMe 中添加 halumem 版本的记忆代理配置
2026-01-30 16:30:18 +08:00
jinliyl
5017a46f51
Merge pull request #88 from agentscope-ai/dev_0129
refactor(core): implement lazy initialization for Elasticsearch and Q…
2026-01-29 16:28:23 +08:00
jinli.yl
0ea51a9378 refactor(core): implement lazy initialization for Elasticsearch and Qdrant clients 2026-01-29 16:27:02 +08:00
jinliyl
11d3af302b
Merge pull request #87 from agentscope-ai/dev_0129
refactor(memory): update memory registration and configuration handling
2026-01-29 15:17:22 +08:00
jinli.yl
c581dd38b7 feat(vector-store): add async collection reset functionality 2026-01-29 15:10:58 +08:00
jinli.yl
6e72bcac2e refactor(memory): update memory registration and configuration handling 2026-01-29 14:18:53 +08:00
jinliyl
f00dd9be1b
Merge pull request #86 from agentscope-ai/dev_0126
feat(core): add simple request methods and improve memory management
2026-01-29 11:53:21 +08:00
jinli.yl
af75924b46 feat(retrieval): integrate read history component into retrieval chain 2026-01-29 11:51:51 +08:00
jinli.yl
9a61a6fe7c chore(config): update entry point reference in pyproject.toml 2026-01-29 11:24:10 +08:00
jinli.yl
ede831897c feat(memory): add tool memory agents and retrieval strategy 2026-01-29 11:22:13 +08:00
jinli.yl
cf62a73228 refactor(memory): restructure memory modules and add versioned personal memory agents 2026-01-29 11:21:50 +08:00
jinli.yl
12911e5148 fix(halumem): correct tmp directory path and update evaluation model default 2026-01-29 01:26:53 +08:00
jinli.yl
380cf5da15 fix(memory): handle MEMORY_NOT_FOUND case and update retrieval logic 2026-01-29 01:08:04 +08:00
jinli.yl
f841ccc4b9 feat(memory): enhance memory management with improved tool parameters and agent coordination 2026-01-29 00:12:03 +08:00
jinli.yl
3684eb25eb feat(memory): update profile management with time-based filtering 2026-01-28 20:47:04 +08:00
jinli.yl
3989a3c1c4 refactor(memory): update memory target mappings and profile handling 2026-01-28 20:38:34 +08:00
jinli.yl
c06fd78763 refactor(memory): refactor memory tools and handlers for improved structure 2026-01-28 20:10:38 +08:00
jinli.yl
c174aade76 feat(memory): extend memory system with procedural and tool memory support 2026-01-28 16:54:28 +08:00
jinli.yl
afa4eb9114 refactor(memory): update memory reference handling and agent orchestration 2026-01-28 01:47:49 +08:00
jinli.yl
2fffb847a0 refactor(memory): restructure memory tools and handlers 2026-01-28 01:18:06 +08:00
jinli.yl
22a6321661 refactor(memory): optimize vector store operations and enhance memory management 2026-01-27 01:57:50 +08:00
jinli.yl
85a843ee2e feat(benchmark): add configurable evaluation model for ReMe benchmark 2026-01-27 01:41:34 +08:00
jinli.yl
c21b69da11 refactor(memory): update memory management and retrieval implementation 2026-01-27 01:26:17 +08:00
jinli.yl
e63a3fa632 feat(core): add simple request methods and improve memory management 2026-01-27 01:07:39 +08:00
jinli.yl
013fba8538 update 2026-01-26 17:50:23 +08:00
jinliyl
b02d3ab269
Merge pull request #85 from agentscope-ai/dev_0123
Dev 0123
2026-01-26 17:41:49 +08:00
jinli.yl
e77d228fae refactor(memory): update memory system with service context and vector store enhancements 2026-01-26 17:33:07 +08:00
jinli.yl
d3fa645832 refactor(agent): restructure memory agents and base react implementation 2026-01-26 16:30:58 +08:00
jinli.yl
035703029f feat(memory): restructure memory agent modules and enhance vector store operations 2026-01-23 23:53:54 +08:00
jinliyl
fe777d4d9b
Merge pull request #83 from zouyingcao/main
add: workflow/procedural_memory test
2026-01-23 17:42:26 +08:00
caozouying.czy
a19c8a546b add: workflow/procedural_memory 2026-01-23 17:30:32 +08:00
caozouying.czy
a2099202a0 add: workflow/procedural_memory 2026-01-23 17:03:54 +08:00
jinli.yl
9f8ad20c53 feat(memory): add ReAct agent and memory management tools 2026-01-23 15:47:02 +08:00
jinli.yl
869bdd5153 refactor(types): update type hints to use built-in generic types 2026-01-23 14:27:22 +08:00
jinli.yl
d9d661da39 chore(workflow): add procedural memory module init file 2026-01-23 11:51:00 +08:00
jinliyl
888ccea5f5
Merge pull request #79 from agentscope-ai/dev_0121
Dev 0121
2026-01-23 10:45:12 +08:00
jinli.yl
83d111ae41 up init 2026-01-23 10:43:31 +08:00
jinli.yl
c927d264e1 refactor(memory): restructure memory tools with new identity and meta memory features 2026-01-23 00:33:16 +08:00
jinli.yl
3c272ac859 feat(memory): add history management tools with dynamic registration 2026-01-23 00:11:00 +08:00
jinli.yl
af44052a57 feat(memory): add memory tools module with user profile operations 2026-01-22 23:48:13 +08:00
jinli.yl
30990308d8 refactor(memory): migrate and optimize user profile memory tools 2026-01-22 23:46:11 +08:00
jinli.yl
3f0d45c51e refactor(tool): restructure tool modules and update base classes 2026-01-22 22:53:11 +08:00
jinli.yl
78b993f830 refactor(core): restructure project modules and update base classes 2026-01-22 22:07:32 +08:00
jinli.yl
4348148b72 refactor(core): restructure core modules and update pre-commit configuration 2026-01-22 16:25:20 +08:00
jinli.yl
4560ff09ad refactor(core): migrate core modules and update imports 2026-01-21 17:10:05 +08:00
jinli.yl
32ff65ca0d feat(core): refactor context management and add schema definitions 2026-01-21 17:05:56 +08:00
jinli.yl
c7fc8255b1 refactor(core): move core module to core_old and update import paths 2026-01-21 16:34:09 +08:00
jinli.yl
c3c7b5a4a0 fix(llm): enhance rate limit error detection in base LLM implementation 2026-01-20 20:47:24 +08:00