Highlights
- Introducing AutoAnny: A New Discord Bot Built with AutoGen
- Enhancing Multiple sequential chats, a newly introduced interface that allows one to program a sequence of chats and carry previous chat results to new chats
- Allowing SocietyOfMind agents to work with function
- Documentation and usability improvements
Thanks to @gagb @afourney @jackgerrits @sonichi @joshkyh @amihalik and all the other contributors.
What's Changed
- Allow SocietyOfMind agent to work with function calling and tools. by @afourney in #1569
- Error handling in getting LLM-based summary by @qingyun-wu in #1567
- Quick Fix on the Google Colab Link by @joshkyh in #1571
- Update devcontainer.json with copilot extension by @gagb in #1556
- Introducing AutoAnny: A New Discord Bot Built with AutoGen by @gagb in #1501
- Using a more robust "reflection_with_llm" summary method by @qingyun-wu in #1575
- Expose filter_config function by @jackgerrits in #1582
- Adding max_tokens to autogenstudio LLMConfig by @amihalik in #1574
- Add mypy config to pyproject.toml by @jackgerrits in #1543
- Add more descriptive error message in the presence of OpenAI API timeouts by @jackgerrits in #1577
- Update base container for website by @gagb in #1584
- avoid access private variable by @sonichi in #1592
New Contributors
Full Changelog: v0.2.11...v0.2.12