Highlight
- fix bugs in the previous version (1.0.15)
What's Changed
- fix(dependency): lazy import the websockets library by @DavdGao in #1214
- fix(stream_printing_messages): add sleep in print to avoid blocking consumption by @qbc2016 in #1218
- feat(model): add multimodality parameter in DashScope chat model by @qbc2016 in #1215
- fix(openai realtime): Add tool format for openai realtime model by @qbc2016 in #1216
- feat(realtime agent): Add video recording in realtime agent example and typo fix in realtime event by @qbc2016 in #1225
- feat(github): add checking for creating pull request titles by @DavdGao in #1233
- fix(memory): fix the memory compression bug in
ReActAgentand the serialization error inInMemoryMemoryclass by @DavdGao in #1231 - perf(msg): set empty dictionary as defautl value for
msg.metadataand improve the structured model in the werewolf game example by @qbc2016 in #1234 - fix(rag): fix the KeyError: 'v' in WrodReader when reading Word documents contain… by @qbc2016 in #1228
- feat(middleware): support toolkit middleware to control the tool execution by @DavdGao in #1232
- fix(plan): improve plan module test coverage and fix hint bug by @WangCheng0116 in #1220
- ci(realtime): add unittests for
OpenAIRealtimeModelandGeminiRealtimeModelby @qbc2016 in #1235 - feat(tts): support dashscope cosyvoice tts model by @qbc2016 in #1040
- perf(browser-use): update the example of the browser-use agent with the lastest ReActAgent by @cuiyuebing in #1230
- chore(version): bump version from 1.0.16dev to 1.0.16 by @DavdGao in #1241
New Contributors
- @WangCheng0116 made their first contribution in #1220
Full Changelog: v1.0.15...v1.0.16