jinli.yl
|
ef7e8052a2
|
chore(version): bump version to 0.2.0.2
|
2025-11-26 11:39:03 +08:00 |
|
Zhouwk
|
55e3bb1272
|
Merge pull request #34 from agentscope-ai/dev_1117
(feat): add context management
|
2025-11-26 11:11:42 +08:00 |
|
jinli.yl
|
ed7f8e32ef
|
feat(summary): increase default keep_recent_count and optimize compression logic
|
2025-11-26 11:10:23 +08:00 |
|
jinli.yl
|
ac6f0c56d9
|
refactor(grep_op): replace shell grep with python regex search
|
2025-11-26 00:18:35 +08:00 |
|
jinli.yl
|
32bfef63f8
|
feat(memory): add working memory operations to retrieve and summary modules
|
2025-11-25 13:19:37 +08:00 |
|
jinli.yl
|
55eb1f87bc
|
refactor(summary): remove system message handling in compression logic
|
2025-11-25 12:13:22 +08:00 |
|
jinli.yl
|
2143a73819
|
refactor(context): remove redundant main function definition
|
2025-11-25 11:59:21 +08:00 |
|
jinli.yl
|
e69019623c
|
refactor(grep_op): replace asyncio subprocess with run_shell_command utility
|
2025-11-25 11:40:57 +08:00 |
|
jinli.yl
|
a6ba93ccf3
|
refactor(read_file_op): replace subprocess with asyncio for sed command execution
|
2025-11-25 11:23:02 +08:00 |
|
jinli.yl
|
8791de6d6f
|
refactor(working_memory): rename context offload operations to working memory summarization
|
2025-11-25 10:59:38 +08:00 |
|
jinli.yl
|
af0fbeaf8b
|
fix(test): update search query in agentic retrieve test
|
2025-11-24 21:19:45 +08:00 |
|
jinli.yl
|
b421515c73
|
refactor(core): restructure context management and working memory modules
|
2025-11-24 21:17:02 +08:00 |
|
jinli.yl
|
3fb2f82019
|
fix(agent): update ReactSearchOp import path
|
2025-11-23 14:20:39 +08:00 |
|
jinli.yl
|
f478e33b2c
|
fix(agent): update context response storage to use answer field
|
2025-11-21 15:47:29 +08:00 |
|
jinli.yl
|
c586f8633f
|
feat(agent): implement ReAct agent with context management for RAG workflows
|
2025-11-21 15:43:56 +08:00 |
|
jinli.yl
|
f10b5228d6
|
refactor(agent): restructure agentic retrieve operation execution flow
|
2025-11-21 15:33:23 +08:00 |
|
jinli.yl
|
de4c57497d
|
refactor(agent): replace ReactAgentOp with BaseAsyncToolOp
|
2025-11-21 15:10:40 +08:00 |
|
jinli.yl
|
4e5ba45eaf
|
feat(agent): implement asynchronous tool execution for React agent
|
2025-11-21 15:09:56 +08:00 |
|
jinli.yl
|
dc1ebec174
|
feat(agent): integrate batch file writing with context offload
|
2025-11-21 14:59:12 +08:00 |
|
jinli.yl
|
b5b3e61ced
|
fix(file_tool): remove redundant result combination logic
|
2025-11-21 10:49:33 +08:00 |
|
jinli.yl
|
660eed93bb
|
feat(file_tool): add save_answer option to BatchWriteFileOp
|
2025-11-21 10:37:59 +08:00 |
|
jinli.yl
|
396f9c7e6b
|
refactor(agent): convert build methods to async
|
2025-11-20 17:40:28 +08:00 |
|
jinli.yl
|
2ff75fd580
|
feat(agent): add agentic retrieve operator with RAG-friendly tools
|
2025-11-20 17:01:29 +08:00 |
|
jinli.yl
|
1893ed3c37
|
feat(context): add test cases for ContextOffloadOp
|
2025-11-20 12:17:34 +08:00 |
|
jinli.yl
|
f670929c69
|
test(context): update context compaction and compression tests
|
2025-11-20 11:51:47 +08:00 |
|
Zhouwk
|
1852390422
|
Merge pull request #37 from agentscope-ai/dev_1119
feat(context): implement context offload operations for token management
|
2025-11-20 11:14:37 +08:00 |
|
jinli.yl
|
1886da9020
|
feat(context): implement context offload with compaction and compression
|
2025-11-20 11:13:26 +08:00 |
|
jinli.yl
|
3156c3e0d3
|
feat(context): implement context management modes for offload operations
|
2025-11-19 21:56:01 +08:00 |
|
jinli.yl
|
2b73204aac
|
feat(context): implement context offload operations for token management
|
2025-11-19 21:49:08 +08:00 |
|
jinliyl
|
873104a2b7
|
Merge pull request #36 from agentscope-ai/dev_1119
Dev 1119
|
2025-11-19 16:17:24 +08:00 |
|
Zhouwk
|
1199c7442a
|
Delete uv.lock
|
2025-11-19 16:13:28 +08:00 |
|
方应
|
441babcea7
|
update test context compress file name
|
2025-11-19 15:16:10 +08:00 |
|
方应
|
44e662762e
|
delete log
|
2025-11-19 15:14:32 +08:00 |
|
方应
|
7402cabdc4
|
feat: initialize dev_1119 with current working copy
|
2025-11-19 15:12:53 +08:00 |
|
方应
|
9ae1ea1938
|
feat: initialize dev_1119_zwk with current working copy
|
2025-11-19 14:21:19 +08:00 |
|
jinli.yl
|
43b33a6d63
|
feat(config): add token_count configuration for Qwen models
|
2025-11-18 19:21:09 +08:00 |
|
jinli.yl
|
079afae9e8
|
feat(context): implement context compaction with simple dump
|
2025-11-18 18:30:06 +08:00 |
|
jinli.yl
|
722a80ac4b
|
rename
|
2025-11-18 15:48:05 +08:00 |
|
jinli.yl
|
a093a9428d
|
refactor(context): restructure file system operations and context compaction
|
2025-11-18 15:36:20 +08:00 |
|
jinli.yl
|
7fe953a8d5
|
docs(context): add documentation for
|
2025-11-17 16:14:32 +08:00 |
|
jinli.yl
|
22ccb4b83f
|
docs(readme): update star request message styling
|
2025-11-17 16:00:39 +08:00 |
|
jinliyl
|
b8c1b4844b
|
Merge pull request #33 from pengwork/patch-1
typo
|
2025-11-12 20:05:38 +08:00 |
|
jinliyl
|
83d10b2c92
|
Merge branch 'main' into patch-1
|
2025-11-12 20:04:52 +08:00 |
|
jinli.yl
|
5ac03d66e7
|
docs(readme): update star request message styling
|
2025-11-12 15:50:23 +08:00 |
|
jinli.yl
|
8d932e950f
|
docs(readme): refine project description and remove redundant lines
|
2025-11-12 15:43:38 +08:00 |
|
jinli.yl
|
28f57e11da
|
docs(readme): enhance README with community engagement and feature highlights
|
2025-11-12 15:41:01 +08:00 |
|
jinli.yl
|
be8053194b
|
docs(readme): add Chinese README and improve documentation
|
2025-11-11 19:35:17 +08:00 |
|
jinliyl
|
fba0a00802
|
Merge pull request #32 from agentscope-ai/dev_2.0
update to 0.2.0.0
|
2025-11-11 00:11:59 +08:00 |
|
jinli.yl
|
e92a8f7e0b
|
chore(version): update project version to 0.2.0.0
|
2025-11-11 00:09:43 +08:00 |
|
Peng Wang
|
0a66966dad
|
typo
|
2025-11-10 22:34:50 +08:00 |
|