This pre-release makes lots of improvements in the agentchat framework. Many new applications are enabled.
Thanks @JieyuZ2 @gagb @thinkall @BeibinLi @ekzhu @LittleLittleCloud @kevin666aa @qingyun-wu @LeoLjl and others for your contributions!
What's Changed
- update colab link by @sonichi in #1118
- fix bug in math_user_proxy_agent by @kevin666aa in #1124
- Add log metric by @thinkall in #1125
- Update assistant agent by @sonichi in #1121
- suppress printing data split type by @xiaoboxia in #1126
- change price ratio by @sonichi in #1130
- simplify the initiation of chat by @sonichi in #1131
- Update docs on how to interact with local LLM by @LeoLjl in #1128
- Json config list, agent refactoring and new notebooks by @sonichi in #1133
- unify auto_reply; bug fix in UserProxyAgent; reorg agent hierarchy by @sonichi in #1142
- rename GenericAgent -> ResponsiveAgent by @sonichi in #1146
- Bump semver from 5.7.1 to 5.7.2 in /website by @dependabot in #1119
- autogen.agent -> autogen.agentchat by @sonichi in #1148
- MathChat blog post by @kevin666aa in #1096
- Commenting use_label_encoder - xgboost by @minghao51 in #1122
- raise error when msg is invalid; fix docstr; improve ResponsiveAgent; update doc and packaging; capture ipython output; configurable default reply by @sonichi in #1154
- consecutive auto reply, history, template, group chat, class-specific reply by @sonichi in #1165
- Improve auto reply registration by @sonichi in #1170
New Contributors
- @xiaoboxia made their first contribution in #1126
- @minghao51 made their first contribution in #1122
Full Changelog: v2.0.0rc3...v2.0.0rc4