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 #1080
- fix(ollama model): bugfix for stream output by @qbc2016 in #1082
- feat(rag): add AlibabaCloud MySQL vector store implementation by @wangype in #857
- feat(model): add azure openai support by @kristol07 in #932
- docs(task_prompt):DeedSeek to DeepSeek by @godeamon in #1085
- feat(werewolf): Add commented tts codes for werewolf game by @qbc2016 in #1090
- fix(doc): fix hyperlinks in readme by @qbc2016 in #1098
- fix(evaluator_storage): correct docstring on directory organization by @kristol07 in #925
- update the browser-use agent example by @cuiyuebing in #705
- feat(memory): support database memory and memory compression by @DavdGao in #1081
- fix(memory): fix the memory compression functionality by @DavdGao in #1107
- feat(tuner): Enhance Agent Tune Interface by @pan-x-c in #1079
- fix(mem0): fix the bug in mem0 that cannot find the _mem0_utils.py file by @DavdGao in #1114
- fix(ReActAgent): ensure stream flag resets during query rewriting by @DavdGao in #1124
- fix(session): fix the bug when the saving state contains illegal Unic… by @DavdGao in #1123
- docs(README): add news about the biweekly meeting by @DavdGao in #1127
- fix(tuner): Fix links and typos in tuner doc by @pan-x-c in #1131
- fix(tuner): Update Links by @pan-x-c in #1132
New Contributors
- @wangype made their first contribution in #857
- @kristol07 made their first contribution in #932
- @godeamon made their first contribution in #1085
Full Changelog: v1.0.11...v1.0.12