Skip to content

Releases: microsoft/autogen

v0.2.25

17 Apr 03:22
4ab8a88
Compare
Choose a tag to compare

Highlights

Thanks to @BeibinLi @GregorD1A1 @rihp @Mai0313 @DustinX @skzhang1 and all the other contributors!

What's Changed

New Contributors

Full Changelog: v0.2.24...v0.2.25

v0.2.24

15 Apr 16:58
fbe8476
Compare
Choose a tag to compare

Highlights

  • Generalized and Improved RAG: customizable vector database; adding source to answer.
  • Function call support for Anthropic Claude.
  • Usage and cost info are made easier to read.
  • Improvement to long context handling, stateflow, agent optimizer, code execution.

Thanks to @thinkall @kevin666aa @WaelKarkoub @skzhang1 @PyroGenesis @wmwxwa @levscaut @JoshTrim @giorgossideris @Hk669 and all the other contributors!

What's Changed

New Contributors

Full Changelog: v0.2.23...v0.2.24

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