Highlights
- CompressibleAgent (experimental) can be used to handle long conversations. Notebook: https://github.com/microsoft/autogen/blob/main/notebook/agentchat_compression.ipynb
- Introducing Experimental GPT Assistant Agent: https://github.com/microsoft/autogen/blob/main/autogen/agentchat/contrib/gpt_assistant_agent.py. More improvements are under way.
- Experimental streaming support is added.
seed
is renamed tocache_seed
to be compatible with openai'sseed
parameter in chat completion. Migration guide is updated: https://microsoft.github.io/autogen/docs/Installation/#migration-guide-to-v02- Better warnings and error handling for group chat.
Thanks to @IANTHEREAL @kevin666aa @Alvaromah and all the other contributors!
What's Changed
- seed -> cache_seed by @sonichi in #600
- Added link to the new notebook by @joshkyh in #594
- update return type of WolframAlphaAPIWrapper.run() by @1073710317 in #523
- news update by @sonichi in #609
- Add EcoAssistant to the research page by @JieyuZ2 in #612
- Add CompressibleAgent by @kevin666aa in #443
- add AutoGen paper info at the beginning of readme by @qingyun-wu in #621
- Update oai_completion.ipynb by @AndreasVolkmann in #623
- Added warnings for some GroupChat misconfigurations and selection errors by @afourney in #603
- Introducing Experimental GPT Assistant Agent in AutoGen by @IANTHEREAL in #616
- added twitter(X) banner + link to readme by @malikmmoaz in #615
- Enable streaming support for openai v1 by @Alvaromah in #597
- improve readme by @qingyun-wu in #630
- Handled possible unclear IndexError in ConversableAgent.last_message method by @jeezrick in #622
- Fix test error of compressible agent by @kevin666aa in #631
New Contributors
- @1073710317 made their first contribution in #523
- @JieyuZ2 made their first contribution in #612
- @AndreasVolkmann made their first contribution in #623
- @IANTHEREAL made their first contribution in #616
- @malikmmoaz made their first contribution in #615
- @Alvaromah made their first contribution in #597
- @jeezrick made their first contribution in #622
Full Changelog: v0.2.0b3...v0.2.0b4