Skip to content

Releases: microsoft/autogen

v0.1.12

19 Oct 23:57
67157ab
Compare
Choose a tag to compare

This release contains a significant improvement to function call in group chat. It decreases the chance of failures for group chat involving function calls. It also contains improvements to RAG agents, including added support for custom text splitter, example notebook for RAG agent in group chat, and a blogpost. Thanks to @thinkall and other contributors!

What's Changed

New Contributors

Full Changelog: v0.1.11...v0.1.12

v0.1.11

17 Oct 00:14
294e006
Compare
Choose a tag to compare

This release contains bug fixes, more clear behaviors for docker, and model compatibility improvement. Agents using Langchain tools are demonstrated in https://github.com/microsoft/autogen/blob/main/notebook/agentchat_langchain.ipynb. Thanks to @ElliotWood and all the other contributors!

What's Changed

New Contributors

Full Changelog: v0.1.10...v0.1.11

v0.1.10

10 Oct 13:23
fa6e2a5
Compare
Choose a tag to compare

This release adds support to plug in customized vectordb and embedding functions.

What's Changed

Full Changelog: v0.1.9...v0.1.10

v0.1.9

10 Oct 01:32
afdff3e
Compare
Choose a tag to compare

This release contains a number of improvements, including better support for different models and better termination logic in retrieval augmented chat, as well as warnings for better debuggability.

What's Changed

New Contributors

Full Changelog: v0.1.8...v0.1.9

v0.1.8

08 Oct 16:22
Compare
Choose a tag to compare

What's Changed

  • Title: Adjust shell language switch in execute_code for Docker usage by @mrauter1 in #139
  • move citation before contributing by @manish7017 in #154

New Contributors

Full Changelog: v0.1.7...v0.1.8

v0.1.7

07 Oct 13:08
5510e87
Compare
Choose a tag to compare

This release allows instantiating config_list with a .env file.
Example notebook about different ways of loading configs: oai_openai_utils.ipynb
Thanks to @AaronWard and other contributors!

What's Changed

New Contributors

Full Changelog: v0.1.6...v0.1.7

v0.1.6

03 Oct 03:56
39c145d
Compare
Choose a tag to compare

This release fixes bugs related to function_call. Minor fixes are made to improve stability. Improvements to README and docstring are also added.

Thanks @LittleLittleCloud, @hiftielabs, @shauryr, @alhridoy, @priyansh4320 and others for the contributions. Thanks @JieyuZ2, @gagb for reviewing.

What's Changed

New Contributors

Full Changelog: v0.1.5...v0.1.6

v0.1.5

01 Oct 14:37
c39bfca
Compare
Choose a tag to compare

This release adds support to PDF files, fixes a bug and updates a parameter in RetrieveChat. Improvements to README and docstring are also added.

Thanks @AaronWard, @AlyrenN and others for the contributions.

What's Changed

New Contributors

Full Changelog: v0.1.4...v0.1.5

v0.1.4

30 Sep 17:27
904b293
Compare
Choose a tag to compare

This release makes it convenient to configure retry time to deal with rate limit error.

What's Changed

  • Improves clarity and fixes punctuation in README and Multi-agent documentation by @juanmacuevas in #40
  • make retry time configurable, add doc by @sonichi in #53

New Contributors

Full Changelog: v0.1.3...v0.1.4

v0.1.3

28 Sep 21:35
5550803
Compare
Choose a tag to compare

This release fixes bug for windows and improves sample code.

What's Changed

New Contributors

Full Changelog: v0.1.2...v0.1.3