What's Changed
- fix(docs): fix the typo of the incorrect port number in the tutorial by @VXenomac in #954
- feat(agent-skill): support Anthropic agent skills in
ReActAgentandToolkitclass by @DavdGao in #952 - fix(model & doc): unify client_args and client_kwargs arguments in the chat model classes into client_kwargs by @qbc2016 in #957
- fix: Update plan change hook type to support awaitables by @lixiaofei123 in #940
- fix(toolkit): fix meta tool failing to deactivate tool groups by @DavdGao in #962
- feat(dashscopeformatter): Support video block for dashscope by @qbc2016 in #964
- fix(config):fix created_at timestamp format by @zhijianma in #976
- (feature) Reme short-term mem by @jinliyl in #967
- fix(stream): Add raising error in stream_printing_messages by @qbc2016 in #981
- add memory with compression by @Osier-Yi in #951
- fix(prompt): fix the prompt in werewolf game by @qbc2016 in #993
- fix(model): unfiorm kwargs in ollama and dashscope model by @qbc2016 in #986
- feat: Add
py.typedto enable static type checking support by @CharlieZhao95 in #988 - fix(react agent): fix the logic check between the meta tool and Plannote by @qbc2016 in #995
- feat(agent): support to disable console output from environment variable by @DavdGao in #1001
- [hotfix] fix the response error in deep research agent by @Luohh5 in #1000
- fix(dashscopechatmodel): warning once for tool choice == required by @qbc2016 in #950
- feat(tracing): support OTel GenAI semantic conventions by @zhijianma in #892
- fix(repair json): hotfix for _json_loads_with_repair by @qbc2016 in #1002
- fix(DeepSeekChatFormatter): Add reasoning_content in messages for deepseek-reasoner by @qbc2016 in #998
- docs(tracing): add Alibaba Cloud CloudMonitor integration by @sipercai in #978
- feat(tts): implement tts by @qbc2016 in #965
New Contributors
- @VXenomac made their first contribution in #954
- @lixiaofei123 made their first contribution in #940
- @CharlieZhao95 made their first contribution in #988
- @sipercai made their first contribution in #978
Full Changelog: v1.0.8...v1.0.9