Changelog
New Features:
- Excel Reader: Added new reader class
ExcelReaderfor better .xls and .xlsx support
Bug Fixes:
- Reasoning: handle unclosed JSON code blocks in reasoning steps
CustomEvent:- Fix incorrect handling of a confirmed tool’s CustomEvent in
acontinue_runfor HITL - Fix added to preserve subclass properties after session reload
- Fix incorrect handling of a confirmed tool’s CustomEvent in
- OpenAIEmbedder: Fixed OpenAIEmbedder to pass the dimensions parameter for third-party OpenAI-compatible embedding APIs
What's Changed
- [fix] Update Discord link in README.md by @kyleaton in #6138
- fix: respect explicit stream=False parameter in workflow run methods by @Akaban in #6132
- fix: handle unclosed JSON code blocks in reasoning steps by @Goodnight77 in #5917
- chore: update CLI method names to cli_app by @Ayush0054 in #6144
- fix: yield CustomEvent from tools in continue_run/acontinue_run by @kausmeows in #6146
- feat: add registry into AgentOS demo. by @anuragts in #6147
- fix: Fixed OpenAIEmbedder to pass the dimensions parameter for third-party OpenAI-compatible embedding APIs. by @SyloYamtao in #6143
- fix: preserve CustomEvent subclass properties during deserialization by @harshsinha03 in #6148
- feat: Knowledge Excel Reader by @Mustafa-Esoofally in #6129
- chore: Release 2.4.3 by @kausmeows in #6140
New Contributors
- @Akaban made their first contribution in #6132
- @Goodnight77 made their first contribution in #5917
- @SyloYamtao made their first contribution in #6143
Full Changelog: v2.4.2...v2.4.3