This release fixes a crucial breaking change introduced by for openai>=1.1.0 in dealing with function call. Please upgrade to this release if you are using 0.2.0 or 0.2.1.
Highlights
- New example notebook demoing video transcript translate with whisper.
- A preliminary gallery page on the website.
- Improvement to group chat: allow receiving message from agents that are not participants; allow a separate description field distinct from system message - expected to greatly improve the speaker selection quality; allow async group chat; disallow function/tool use for group chat manager.
- Improvement to agent builder: change default model and config loading process.
- Improvement to cost calculation when working with old cache.
- Issue template.
Special thanks to @kevin666aa for the fast fix of the breaking change. Thanks to @chengxuan233 @skzhang1 @afourney @tyler-suard-parker @kittyandrew @LinxinS97 @thinkall and all the other contributors!
What's Changed
- Update cache if cost not calculated by @kevin666aa in #903
- Add test for async group chat by @tyler-suard-parker in #902
- Adding a notebook demostrating video transcript translate with whisper in AutoGen by @chengxuan233 in #881
- Website Gallery page building by @skzhang1 in #850
- Allow GroupChat to receive messages from outside. by @afourney in #912
- Add issue forms by @thinkall in #918
- Add a comment to explain the role of UNSTRUCTURED_FORMATS by @thinkall in #909
- Change default model and config loading process in AgentBuilder by @LinxinS97 in #917
- Added an agent description field distinct from the system_message. by @afourney in #736
- Fix monitoring and observability gallery docs link by @DMCS20 in #926
- Make groupchat & generation async, actually by @kittyandrew in #543
- Enhanced Independent Coverage Reporting by @IANTHEREAL in #886
- Raise error when function as llm_config passed to GroupChatManager by @kevin666aa in #911
- bump version to 0.2.2 by @sonichi in #906
- Convert ChatCompletionMessage to Dict after completion by @kevin666aa in #791
New Contributors
- @tyler-suard-parker made their first contribution in #902
- @chengxuan233 made their first contribution in #881
- @DMCS20 made their first contribution in #926
- @kittyandrew made their first contribution in #543
Full Changelog: v0.2.1...v0.2.2