Commit graph

390 commits

Author SHA1 Message Date
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
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
jinli.yl
9673fad207 fix(vector_store): add type assertion for VectorNode in dump workspace 2025-11-08 00:19:56 +08:00
jinli.yl
dec5e4cdaf refactor(schema): update import paths and versioning strategy 2025-11-07 17:01:48 +08:00
jinli.yl
bd5f7af0fd refactor(config): update flow definitions to use class-based operators 2025-11-07 15:14:22 +08:00
jinli.yl
d587dbfd56 docs(readme): update python version and pypi version badges- Updated Python version badge from 3.12+ to 3.10+ 2025-11-07 14:57:30 +08:00
jinli.yl
27561aa94f docs(vector_store): update vector store configuration guide 2025-11-07 14:53:14 +08:00
jinli.yl
73668f051e feat(core): add pre-commit hooks and improve module documentation 2025-11-07 14:14:11 +08:00
jinli.yl
2a28271457 build(project): bump version and update dependencies- Update project version from 0.1.10.8 to 0.2.0.0 2025-11-07 01:39:39 +08:00
dengjiaji
ad0c8dd633 fix bug: update vector store access and memory list handling 2025-11-06 18:16:42 +08:00
dengjiaji
d87dbb65f9 docs(config): update source repository URL 2025-11-04 16:48:10 +08:00
jinli.yl
e5b2cd9f28 docs(index): update citation information 2025-11-04 16:19:48 +08:00
jinli.yl
e7d4f00c9f docs(config): update github repository links to agentscope-ai 2025-11-04 16:17:40 +08:00
jinli.yl
8984f973ab docs(readme): update project name in README 2025-11-04 16:01:12 +08:00
jinli.yl
2283474da4 docs(readme): update project name and add blank line 2025-11-04 15:58:42 +08:00
jinli.yl
6a863122f7 docs(readme): reorganize latest updates section 2025-11-04 15:56:20 +08:00
jinli.yl
4dd90e4c7c chore(release): bump version to 0.10.8 2025-10-31 11:34:22 +08:00
zouyingcao
97ab259ebe
Update default.yaml with summarizer ops 2025-10-30 14:39:30 +08:00
jinli.yl
4239f8953a feat(summary): add validation and token estimation for tool call results 2025-10-29 20:47:25 +08:00
jinli.yl
69bf1e9d5f feat(memory): add tool call deduplication with hash-based detection 2025-10-29 16:05:35 +08:00
jinli.yl
d9f332ece2 docs(readme): update project name to memory management kit 2025-10-29 15:43:58 +08:00
jinli.yl
a4be28606b chore(version): bump version to 0.1.10.7 2025-10-28 15:17:00 +08:00
jinli.yl
0039cf8bd9 feat(summary): support list input for tool names 2025-10-27 21:56:20 +08:00
jinli.yl
7e82a3179e feat(reme_ai): update version to 0.1.10.6 and enhance tool memory operations 2025-10-27 21:12:11 +08:00
jinli.yl
93154da4d8 feat(config): add retrieve and summary task memory flows 2025-10-27 18:22:25 +08:00