New
v1.0.12
Highlight Changes
ReActAgentsupports automatic memory compression (#1081 )- The memory module supports (#1081 )
- various relational databases
- redis
- Compatible with the Azure OpenAI API (#932 )
What's Changed
- fix(a2a): fix the bug of a2a server in the example by @zhijianma in https://github.com/agentscope-ai/agentscope/pull/1080
- fix(ollama model): bugfix for stream output by @qbc2016 in https://github.com/agentscope-ai/agentscope/pull/1082
- feat(rag): add AlibabaCloud MySQL vector store implementation by @wangype in https://github.com/agentscope-ai/agentscope/pull/857
- feat(model): add azure openai support by @kristol07 in https://github.com/agentscope-ai/agentscope/pull/932
- docs(task_prompt):DeedSeek to DeepSeek by @godeamon in https://github.com/agentscope-ai/agentscope/pull/1085
- feat(werewolf): Add commented tts codes for werewolf game by @qbc2016 in https://github.com/agentscope-ai/agentscope/pull/1090
- fix(doc): fix hyperlinks in readme by @qbc2016 in https://github.com/agentscope-ai/agentscope/pull/1098
- fix(evaluator_storage): correct docstring on directory organization by @kristol07 in https://github.com/agentscope-ai/agentscope/pull/925
- update the browser-use agent example by @cuiyuebing in https://github.com/agentscope-ai/agentscope/pull/705
- feat(memory): support database memory and memory compression by @DavdGao in https://github.com/agentscope-ai/agentscope/pull/1081
- fix(memory): fix the memory compression functionality by @DavdGao in https://github.com/agentscope-ai/agentscope/pull/1107
- feat(tuner): Enhance Agent Tune Interface by @pan-x-c in https://github.com/agentscope-ai/agentscope/pull/1079
- fix(mem0): fix the bug in mem0 that cannot find the _mem0_utils.py file by @DavdGao in https://github.com/agentscope-ai/agentscope/pull/1114
- fix(ReActAgent): ensure stream flag resets during query rewriting by @DavdGao in https://github.com/agentscope-ai/agentscope/pull/1124
- fix(session): fix the bug when the saving state contains illegal Unic… by @DavdGao in https://github.com/agentscope-ai/agentscope/pull/1123
- docs(README): add news about the biweekly meeting by @DavdGao in https://github.com/agentscope-ai/agentscope/pull/1127
- fix(tuner): Fix links and typos in tuner doc by @pan-x-c in https://github.com/agentscope-ai/agentscope/pull/1131
- fix(tuner): Update Links by @pan-x-c in https://github.com/agentscope-ai/agentscope/pull/1132
New Contributors
- @wangype made their first contribution in https://github.com/agentscope-ai/agentscope/pull/857
- @kristol07 made their first contribution in https://github.com/agentscope-ai/agentscope/pull/932
- @godeamon made their first contribution in https://github.com/agentscope-ai/agentscope/pull/1085
Full Changelog: https://github.com/agentscope-ai/agentscope/compare/v1.0.11...v1.0.12