Commit graph

648 commits

Author SHA1 Message Date
jinli.yl
f9a5ad7b11 refactor(fs): update FsContextChecker to inherit from BaseOp instead of BaseReact 2026-02-11 17:53:38 +08:00
jinli.yl
eae6c63d15 feat(cli): add ReMeCli class with interactive chat functionality 2026-02-11 17:23:15 +08:00
jinli.yl
bba509465c fix(tool): handle missing memory target types in delegate task 2026-02-11 14:08:25 +08:00
jinli.yl
679fafee1f chore(version): bump version to 0.3.0.0a4 and add logging 2026-02-10 23:15:30 +08:00
jinli.yl
e70d19a201 feat(fs): update model configurations and enhance summarizer functionality 2026-02-10 21:57:41 +08:00
jinli.yl
011cabc5f1 feat(config): update default LLM model configuration 2026-02-10 17:29:19 +08:00
jinli.yl
dfb402039c fix(memory): improve search relevance and configuration defaults 2026-02-10 16:24:43 +08:00
jinliyl
410c1b9456
Merge pull request #105 from agentscope-ai/dev_0210
remefs2
2026-02-10 11:24:12 +08:00
jinli.yl
700f09c088 chore(tests): remove memory path from console output in fs summary tests 2026-02-10 03:12:59 +08:00
jinli.yl
c98050dc0d feat(config): switch to thinking model and enhance memory system 2026-02-10 03:12:19 +08:00
jinli.yl
0692023379 refactor(core): rename API base parameters and remove snippet character limit 2026-02-10 00:30:06 +08:00
jinli.yl
5dfcda8575 feat(llm): make model_name optional in simple_request methods 2026-02-09 16:13:51 +08:00
jinli.yl
e47256269e fix(core): update version and simplify validation error message 2026-02-09 16:05:10 +08:00
jinli.yl
73ef8afb51 fix(core): update version and simplify validation error message 2026-02-09 11:31:37 +08:00
jinli.yl
a1ea1f24b9 feat(memory_store): add input validation for store_name to prevent SQL injection 2026-02-09 11:29:46 +08:00
jinliyl
05e87afbd2
Merge pull request #103 from agentscope-ai/dev_0207
cli memory
2026-02-08 21:48:26 +08:00
jinli.yl
3be794d7f0 chore(version): update version to 0.3.0.0a1 and add conda environment notes 2026-02-08 21:47:42 +08:00
jinli.yl
82337ead33 feat(file-watcher): add file watching functionality with error handling 2026-02-08 21:37:55 +08:00
jinli.yl
0c23a3ac66 feat(core): add memory storage and context checking capabilities 2026-02-08 19:24:53 +08:00
jinli.yl
1a35150648 feat(core): add config path parameter and enhance fs cli capabilities 2026-02-08 04:56:10 +08:00
jinli.yl
f0bc2da7b0 feat(chat): add FsCli chat agent with streaming capabilities 2026-02-08 03:05:11 +08:00
jinliyl
deef7e1dda
Merge pull request #102 from agentscope-ai/dev_0207
Dev 0207
2026-02-07 15:13:46 +08:00
jinli.yl
55d61f1dc5 refactor(core): update registry naming and application configuration 2026-02-07 15:05:02 +08:00
jinli.yl
de28c8e243 refactor(core): rename memory_storage to memory_store and add base fs tool 2026-02-07 03:37:12 +08:00
jinliyl
44a5217fcd
Merge pull request #101 from agentscope-ai/dev_0205
refactor(core): update config parsing and memory management system
2026-02-06 17:48:05 +08:00
jinliyl
f6ca7a733a
Merge branch 'main' into dev_0205 2026-02-06 17:47:44 +08:00
jinli.yl
c8bbb54de1 feat(utils): add cosine similarity functions and integrate into vector operations 2026-02-06 17:45:59 +08:00
jinli.yl
bc5e87db5f refactor(vector_store): simplify search method signature and remove threshold parameter 2026-02-06 16:53:57 +08:00
jinli.yl
02d5154e1c style(logo_utils): center align logo display in console output 2026-02-06 16:00:37 +08:00
jinli.yl
6e880c5d7e refactor(config): rename FileWatchConfig to FileWatcherConfig 2026-02-06 15:56:00 +08:00
jinli.yl
b0b800fbd8 feat(vector-store): add threshold-based filtering to vector search 2026-02-06 15:52:09 +08:00
jinli.yl
9e50e71b52 feat(core): add memory store and file watcher support to application 2026-02-06 15:35:09 +08:00
jinli.yl
1dd81f9c25 refactor(core): update config parsing and memory management system 2026-02-06 15:02:41 +08:00
jinliyl
90cd9ddea8
Merge pull request #100 from agentscope-ai/dev_0205
Dev 0205
2026-02-06 12:17:15 +08:00
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
jinliyl
ce7fffbd58
Merge pull request #99 from agentscope-ai/fix_0204
fix(agent): implement memory targets filtering in base memory agent
2026-02-04 20:47:02 +08:00
jinli.yl
8c05f96fb6 feat(agent): implement memory targets filtering in base memory agent
- Add memory_targets parameter to filter memory target type mapping
- Modify memory_target_type_mapping property to use filtered targets when available
- Update REME class to collect memory targets from user, task, and tool names
- Pass collected memory targets to agent initialization
- Support both string and list inputs for user, task, and tool names
- Maintain
2026-02-04 17:51:28 +08:00
jinli.yl
857cd52a8e feat(memory): add memory management and file system tools 2026-02-03 22:29:45 +08:00
jinliyl
1aca24b804
Merge pull request #97 from nitwtog/main
修正halumem/eval_reme.py评估函数, 添加v2版本用于适配readhistoryv2
2026-02-03 15:56:57 +08:00
方应
6e26006c9f feat(core): 添加 v2 版本的个人总结器和检索器支持
- 在版本控制逻辑中加入 v2 版本的支持判断
- 激活了之前被注释掉的 ReadHistory 工具并整合到检索器中
- 调整了 ReMeSummarizer 和 ReMeRetriever 的版本兼容性检查
2026-02-03 14:55:26 +08:00
方应
5ffb85a10e fix(halumem): 修复评估模型名称变量引用错误
- 将reme_model_name更正为eval_model_name以匹配正确的模型配置
2026-02-03 14:39:08 +08:00
方应
d83551c2cf feat(benchmark): 更新ReMe评估配置参数
- 将最大并发数从2调整为1,批量大小从20调整为40
- 算法版本从halumem更新为v1
- 添加了新的reme_model_name参数用于模型名称配置
- 在MemoryProcessor中使用reme_model_name替代eval_model_name
- 主函数中添加batch_size参数传递
- 命令行解析器中添加batch_size参数选项
- 在ReMe中将ReadHistory替换为ReadHistoryV2并配置新参数
2026-02-03 14:31:04 +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