Skip to content

Releases: microsoft/autogen

v0.2.23

09 Apr 18:51
5292024
Compare
Choose a tag to compare

This is a minor release with cost update for OpenAI models.

Highlights

Thanks to @liujun121533 @davorrunje @martinzrrl @thinkall @WaelKarkoub @sethupavan12 and all the other contributors!

What's Changed

New Contributors

Full Changelog: v0.2.22...v0.2.23

v0.2.22

06 Apr 20:15
4a44093
Compare
Choose a tag to compare

Highlights

Thanks to @WaelKarkoub @ekzhu @skzhang1 @davorrunje @afourney @Wannabeasmartguy @jackgerrits @rajan-chari @XHMY @jtoy @marklysze @Andrew8xx8 @thinkall @BeibinLi @benstein @sharsha315 @levscaut @Karthikeya-Meesala @r-b-g-b @cheng-tan @kevin666aa and all the other contributors!

What's Changed

New Contributors

Full Changelog: v0.2.21...v0.2.22

v0.2.21

28 Mar 15:32
6fbb9e8
Compare
Choose a tag to compare

Highlights

Thanks to @skzhang1 @jackgerrits @BeibinLi @davorrunje @ekzhu @olgavrou @WaelKarkoub @rajan-chari @eltociear @jamesliu @shouldnotappearcalm and all the other contributors!

What's Changed

New Contributors

Full Changelog: v0.2.20...v0.2.21

v0.2.20

21 Mar 00:18
88a71d5
Compare
Choose a tag to compare

Highlights

Thanks to @kevin666aa @WaelKarkoub @rajan-chari @schauppi @victordibia @ekzhu @Dave2011 @LittleLittleCloud @jackgerrits @davorrunje @qingyun-wu @christianladron @lalo @huskydoge @afourney @IANTHEREAL @cheng-tan @gagb @randombet @abhaymathur21 @panckreous @veh3546 @marklysze and all the other contributors!

What's Changed

New Contributors

Full Changelog: v0.2.19...v0.2.20

v0.2.19

12 Mar 22:48
d583c80
Compare
Choose a tag to compare

Highlights

Thanks to @qingyun-wu @jackgerrits @davorrunje @lalo and all the other contributors!

What's Changed

New Contributors

Full Changelog: v0.2.18...v0.2.19

v0.2.18

12 Mar 01:54
11df53b
Compare
Choose a tag to compare

Highlights

Thanks to @qingyun-wu @olgavrou @jackgerrits @ekzhu @kevin666aa @rickyloynd-microsoft @cheng-tan @bassmang @WaelKarkoub @RohitRathore1 @bmuskalla @andreyseas @abhaymathur21 and all the other contributors!

What's Changed

New Contributors

Full Changelog: v0.2.17...v0.2.18

v0.2.17

07 Mar 03:30
c37227b
Compare
Choose a tag to compare

Highlights

  • Summary of recent updates.
  • Support customized speaker selection method: example.
  • Improvement in nested chats and code execution.
  • Improvement in doc, notebooks and docker file.
  • Bug fix for clear history and custom client.
  • Fix message processing order for proper combination of agent capabilities.

Thanks to @kevin666aa @ekzhu @jackgerrits @GregorD1A1 @KazooTTT @swiecki @truebit and all the other contributors!

What's Changed

New Contributors

Full Changelog: v0.2.16...v0.2.17

v0.2.16

01 Mar 05:21
0a49f2a
Compare
Choose a tag to compare

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

v0.2.15

25 Feb 17:41
8ec1c3e
Compare
Choose a tag to compare

Highlights

  • Async version of multiple dependent chats. Example.
  • Improvement in chat control:
    • Allow sending introductions in the beginning of group chat for participants to know each other's role.
    • Allow setting max turns when initiating chats.
  • Improvement and bug fix in:
    • custom message processing methods: allow processing messages before sending, such as displaying in a custom frontend.
    • multimodal agent: use PIL image internally.
    • code execution: command line executor, powershell etc.
    • long context handling.
    • GPT Assistant Agent: compatibility with azure openai.
    • AutoGenBench.
    • Documentation.

Thanks to @randombet @afourney @qingyun-wu @BeibinLi @jackgerrits @abhaymathur21 @skzhang1 @gunnarku @AaronWard @thinkall @dkirsche @RohitRathore1 @LinxinS97 @IANTHEREAL and all the other contributors!

What's Changed

New Contributors

Full Changelog: v0.2.14...v0.2.15

v0.2.14

16 Feb 07:11
7ceee5d
Compare
Choose a tag to compare

Highlights

  • Enhancement to sequential chats programming
    • support custom summary method
    • allow the chats to be initiated by different agents
    • example
  • Improvement to GPTAssistantAgent
    • respect termination and human input mode
    • support Azure assistant API
  • Runtime logging is back and advanced! Example
  • Improvement to group chat: get nested agents and look up by name
  • Doc improvement and bug fix.

Thanks to @qingyun-wu @yousonnet @IANTHEREAL @cheng-tan @WaelKarkoub @jackgerrits @bobbravo2 @maxim-saplin @olgavrou @gagb @FarshidShafia @gunnarku @Xtrah and all the other contributors!

What's Changed

New Contributors

Full Changelog: v0.2.13...v0.2.14