Skip to content

v0.2.16

Compare
Choose a tag to compare
@sonichi sonichi released this 01 Mar 05:21
· 561 commits to main since this release
0a49f2a

Highlights

  • Nested chats are made easier by register_nested_chats. Nested chats allow AutoGen agents to use other agents as their inner monologue before replying to other agents. Example of using nested chat to compose a super-agent based on multi-agent conversation.
  • Blog for FSM-based group chat with user-specified agent transitions.
  • Docker-based jupyter executor.
  • Support removing function calls in ConversableAgent.
  • Improvement in hook methods.
  • Bug fix for DALLE agent.
  • Improvement in doc & test.

Thanks to @qingyun-wu @joshkyh @freedeaths @jackgerrits @skzhang1 @RohitRathore1 @BeibinLi @shreyas36 @gunnarku @abhaymathur21 @victordibia and all the other contributors!

What's Changed

New Contributors

Full Changelog: v0.2.15...v0.2.16