jinli.yl
|
a1b4ce3df7
|
docs(work_memory): add diagram to message offload documentation
|
2025-11-27 20:37:05 +08:00 |
|
jinli.yl
|
46249bbea7
|
docs(index): update agent memory definition and architecture figure
|
2025-11-27 20:31:00 +08:00 |
|
jinli.yl
|
a968b6fd44
|
docs(cookbook): add Jupytext metadata and improve quick start guide
|
2025-11-27 19:49:09 +08:00 |
|
jinli.yl
|
de53ac0e16
|
docs(work_memory): add working memory documentation files
|
2025-11-27 19:36:56 +08:00 |
|
jinli.yl
|
b681c4496e
|
docs(readme): update link text for working-memory demo
|
2025-11-27 19:30:35 +08:00 |
|
jinli.yl
|
c88e868385
|
docs(readme): update react-agent demo description
|
2025-11-27 19:29:42 +08:00 |
|
jinli.yl
|
ed2ca3f9d4
|
docs(readme): update documentation with working memory features
|
2025-11-27 19:27:38 +08:00 |
|
jinliyl
|
57df153d23
|
Merge pull request #43 from agentscope-ai/dev_1117
ADD working memory documents
|
2025-11-27 17:51:32 +08:00 |
|
方应
|
fe4eb7a0a8
|
Add the description document about the op in working memory.
|
2025-11-27 17:34:36 +08:00 |
|
方应
|
121002974a
|
Merge remote-tracking branch 'origin/main' into dev_1117
|
2025-11-27 17:28:45 +08:00 |
|
方应
|
dfd2a35ccb
|
Add the description document about the op in working memory.
|
2025-11-27 17:25:14 +08:00 |
|
jinli.yl
|
a2b7a61664
|
feat(working_memory): add working memory demo with ReAct agent
|
2025-11-27 16:52:47 +08:00 |
|
jinliyl
|
0ee91e912c
|
Merge pull request #42 from agentscope-ai/dev_czy_1126
Fix TypeError in DeleteMemoryOp && Update Cookbook
|
2025-11-27 16:27:14 +08:00 |
|
zouyingcao
|
208499aab3
|
Merge branch 'main' into dev_czy_1126
|
2025-11-27 16:21:09 +08:00 |
|
zouyingcao
|
744d709b50
|
Merge pull request #41 from dongxiaolong/fix/vector-node-access
fix: Resolve TypeError in DeleteMemoryOp by using attribute access for VectorNode
|
2025-11-27 16:19:21 +08:00 |
|
caozouying.czy
|
53a660b813
|
fix: TypeError in DeleteMemoryOp
|
2025-11-27 16:09:29 +08:00 |
|
jinli.yl
|
d99d31cbff
|
chore(version): bump package version to 0.2.0.3
|
2025-11-27 13:12:59 +08:00 |
|
caozouying.czy
|
66a2d133ba
|
update: appworld cookbook
|
2025-11-26 22:45:15 +08:00 |
|
caozouying.czy
|
5f33489857
|
update: bfcl cookbook
|
2025-11-26 14:42:54 +08:00 |
|
caozouying.czy
|
7b33acbd8b
|
update: bfcl cookbook
|
2025-11-26 14:39:47 +08:00 |
|
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 |
|
caozouying.czy
|
57c7b77928
|
fix: Resolve Internal Server Error when action=delete in vector_store_action_op by converting the Elasticsearch response to a serializable format
|
2025-11-25 23:35:32 +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 |
|
dongxiaolong
|
e5b1ee152a
|
fix: use attribute access for VectorNode in DeleteMemoryOp
|
2025-11-24 11:55:54 +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 |
|