Commit graph

459 commits

Author SHA1 Message Date
jinli.yl
266b19ecd0 feat(core): add enumeration and schema modules with utility functions 2025-12-30 18:16:33 +08:00
jinli.yl
cb907ea201 feat(utils): add universal timer decorator with loguru integration 2025-12-30 17:38:58 +08:00
jinliyl
da8260e5c0
Merge pull request #59 from agentscope-ai/dev_czy_1126
Update appworld_react_agent.py for better reproduction & Upload task memory paper data
2025-12-25 14:07:38 +08:00
caozouying.czy
f85ab472d9 upload task memory data in our paper 2025-12-24 14:35:09 +08:00
caozouying.czy
79a9e4038d fix bug when updating memory freq only but not utility 2025-12-24 14:35:09 +08:00
caozouying.czy
b5676fc4b8 update default config 2025-12-24 14:35:09 +08:00
caozouying.czy
8016fa945e update L115 for prompt consistency 2025-12-24 14:35:09 +08:00
jinli.yl
01621efa3a docs(readme): update chinese readme file 2025-12-18 14:44:32 +08:00
jinli.yl
33dbc5e446 docs(readme): update PyPI version badge URL 2025-12-18 14:42:08 +08:00
jinli.yl
d538935679 docs(readme): update Chinese README with improved structure and content 2025-12-18 14:40:29 +08:00
jinli.yl
4eef17f327 docs(readme): update arXiv link format and bibliography authors 2025-12-18 14:33:05 +08:00
jinli.yl
c872b92db0 docs(readme): update README with improved structure and content 2025-12-18 14:29:49 +08:00
jinli.yl
43cfc0872a docs(vector_store): add configuration examples for vector store backends 2025-12-17 11:59:25 +08:00
Zhouwk
7d688b5d13
Merge pull request #51 from agentscope-ai/readme_1216
feat(docs): add new contributor and paper reference
2025-12-16 20:29:49 +08:00
方应
37c59d49f2 feat(docs): add new contributor and paper reference
- Add Weikang Zhou as a contributor in pyproject.toml
- Update README.md with new author in software citation
- Add new paper reference for AgentscopeReMe framework
- Include arXiv link and publication details
- Add full author list for the research paper
- Update bibliography with proper formatting
2025-12-16 17:16:46 +08:00
zouyingcao
5798df3c4d
remove the constraint on max_response_size in appworld_react_agent.py 2025-12-15 18:11:43 +08:00
Dengjiaji
2ab7dc0267 chore(version): update version to 0.2.0.4 2025-12-11 15:15:59 +08:00
jinli.yl
0e8fe5cedc feat(agent): add initialization method for SimpleReactOp 2025-12-11 10:41:24 +08:00
Jiaji
a729064e6c
Merge pull request #46 from agentscope-ai/bugfix
[bugfix] change meta from dict to str
2025-12-09 11:53:29 +08:00
jinli.yl
8f6c7057f4 feat(memory): serialize metadata as JSON string in memory schemas 2025-12-07 22:21:20 +08:00
jinli.yl
eed3b27324 chore(build): update package exclusion configuration 2025-12-04 20:51:14 +08:00
jinli.yl
82b973dbf8 feat(audio): add macOS microphone recording script 2025-12-04 20:37:32 +08:00
zouyingcao
147901c66f
Update default.yaml by adding MemoryDeduplicationOp in summary_task_memory flow 2025-12-02 20:43:44 +08:00
jinli.yl
b385cf3124 docs(readme): replace tool call content with ultra large context placeholder 2025-11-27 20:40:28 +08:00
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