jinli.yl
|
88674c52f9
|
fix(memory): resolve enum value access and tool processing issues
|
2026-02-06 12:16:28 +08:00 |
|
jinli.yl
|
c5438c52fc
|
feat(memory): implement file watcher with delta and full sync strategies
|
2026-02-06 01:58:28 +08:00 |
|
jinli.yl
|
857cd52a8e
|
feat(memory): add memory management and file system tools
|
2026-02-03 22:29:45 +08:00 |
|
jinliyl
|
0fb898ca3c
|
Merge pull request #95 from agentscope-ai/dev_0202
feat(memory): add ReadHistoryV2 tool with enhanced history retrieval …
|
2026-02-02 17:18:42 +08:00 |
|
jinli.yl
|
4159cfc51c
|
feat(memory): add ReadHistoryV2 tool with enhanced history retrieval capabilities
|
2026-02-02 17:14:16 +08:00 |
|
jinli.yl
|
cb4b6b2800
|
fix(workflow): correct output file extension in translation workflow
|
2026-02-01 15:32:39 +08:00 |
|
jinli.yl
|
b6d3ce69a7
|
fix(translate_ts): correct translation output handling
|
2026-02-01 15:32:23 +08:00 |
|
jinli.yl
|
2233aa8403
|
feat(workflow): add translate_ts operation and rename test module to gallery
|
2026-02-01 15:25:49 +08:00 |
|
jinliyl
|
ad8b889461
|
Merge pull request #93 from agentscope-ai/dev_0131
feat(cmd_service): initialize service context on command service startup
|
2026-01-31 16:41:40 +08:00 |
|
jinli.yl
|
ce653e1f11
|
fix(cmd): update cmd flow error message and integrate service context
|
2026-01-31 16:39:29 +08:00 |
|
jinli.yl
|
ec4fd33fbe
|
refactor(history): update tool call schema description
|
2026-01-31 11:27:21 +08:00 |
|
jinli.yl
|
93861942ca
|
docs(memory): update personal memory retriever and summarizer documentation
|
2026-01-31 11:23:03 +08:00 |
|
jinli.yl
|
b5fe827a36
|
refactor(reme): convert _resolve_memory_target to static method
|
2026-01-31 03:47:25 +08:00 |
|
jinli.yl
|
6a7396732b
|
feat(reme): add comprehensive memory management API
|
2026-01-31 03:40:38 +08:00 |
|
jinli.yl
|
c7ba031cea
|
feat(benchmark): add enable_thinking_params configuration option
|
2026-01-31 02:50:37 +08:00 |
|
jinli.yl
|
5a5e06a43d
|
feat(memory): add draft memory functionality and update memory/profile management tools
|
2026-01-31 02:36:10 +08:00 |
|
jinli.yl
|
9a0d5058a2
|
refactor(memory): reorganize memory module imports and update personal retriever
|
2026-01-31 02:05:08 +08:00 |
|
jinli.yl
|
5a4077e68c
|
fix(halumem): correct async context manager implementation
|
2026-01-31 01:25:23 +08:00 |
|
jinli.yl
|
0163cb25ce
|
feat(cmd_service): initialize service context on command service startup
|
2026-01-31 01:17:00 +08:00 |
|
jinli.yl
|
3680571c94
|
refactor(core): simplify component registration and improve application lifecycle management
|
2026-01-31 01:05:31 +08:00 |
|
jinliyl
|
777e08ecc9
|
Merge pull request #91 from nitwtog/main
优化agentic memory效果
|
2026-01-30 17:35:58 +08:00 |
|
方应
|
c934c8c6d2
|
config: 更新默认配置中的模型设置
- 将默认模型从 qwen-flash 更改为 qwen3-30b-a3b-instruct-2507
- 移除已注释的模型配置选项
- 删除配置文件末尾的空行
- 移除未使用的 flow 配置段落
|
2026-01-30 17:17:45 +08:00 |
|
方应
|
61071ab654
|
feat(benchmark): 添加ReMe模型名称配置选项
- 在EvalConfig中新增reme_model_name参数,默认值为qwen-flash
- 修改ReMe实例化方式,传入配置的模型名称参数
- 更新函数签名以支持reme_model_name参数传递
- 调整命令行参数解析,区分reme_model_name和eval_model_name
- 将默认reme模型从硬编码改为可配置参数
|
2026-01-30 17:17:06 +08:00 |
|
方应
|
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 |
|
方应
|
74238ba9bd
|
feat(memory): 添加个人记忆检索和总结功能
- 实现 PersonalHalumemRetriever 类用于向量搜索检索个人记忆
- 实现 PersonalHalumemSummarizer 类用于两阶段个人记忆处理
- 配置个人记忆检索和总结的系统提示词和用户消息模板
- 支持多阶段检索策略包括意图分解和深度追踪
- 实现记忆评估和原始来源追溯功能
- 添加记忆存储范围过滤和配置管理规则
|
2026-01-30 16:47:10 +08:00 |
|
方应
|
381162bf63
|
Merge remote-tracking branch 'origin/main'
|
2026-01-30 16:42:36 +08:00 |
|
方应
|
0f90926781
|
Merge remote-tracking branch 'origin/main'
# Conflicts:
# reme/reme.py
|
2026-01-30 16:33:32 +08:00 |
|
Zhouwk
|
ba812cdd6a
|
Merge branch 'agentscope-ai:main' into main
|
2026-01-30 16:31:07 +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 |
|