Autogen

Latest version: v0.7.3

Safety actively analyzes 702026 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 11 of 12

0.1.10

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

What's Changed
* Bump version to 0.1.10 by thinkall in https://github.com/microsoft/autogen/pull/181
* Add support to customized vectordb and embedding functions by thinkall in https://github.com/microsoft/autogen/pull/161


**Full Changelog**: https://github.com/microsoft/autogen/compare/v0.1.9...v0.1.10

0.1.9

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
* add twitter account to website by olaoluwasalami in https://github.com/microsoft/autogen/pull/150
* Update num tokens from text by thinkall in https://github.com/microsoft/autogen/pull/149
* add twitter account to start page by olaoluwasalami in https://github.com/microsoft/autogen/pull/159
* Update termination logic to fix 117 by thinkall in https://github.com/microsoft/autogen/pull/155
* Added twitter link to the contributing section by vidhula17 in https://github.com/microsoft/autogen/pull/162
* fix: replace gpt-35-turbo in model name to gpt-3.5-turbo so the name … by AllenJShi in https://github.com/microsoft/autogen/pull/138
* Output a warning if the OAI_CONFIG_LIST file is not found. by afourney in https://github.com/microsoft/autogen/pull/174
* Warn if GroupChat is underpopulatd. by afourney in https://github.com/microsoft/autogen/pull/170
* Warn if use_docker evaluates to True but the python docker package is not available. by afourney in https://github.com/microsoft/autogen/pull/172
* bump version to 0.1.9 by sonichi in https://github.com/microsoft/autogen/pull/177
* Warn if oai.Completion is provided with an empty config_list by afourney in https://github.com/microsoft/autogen/pull/178

New Contributors
* olaoluwasalami made their first contribution in https://github.com/microsoft/autogen/pull/150
* vidhula17 made their first contribution in https://github.com/microsoft/autogen/pull/162
* AllenJShi made their first contribution in https://github.com/microsoft/autogen/pull/138
* afourney made their first contribution in https://github.com/microsoft/autogen/pull/174

**Full Changelog**: https://github.com/microsoft/autogen/compare/v0.1.8...v0.1.9

0.1.8

What's Changed
* Title: Adjust shell language switch in execute_code for Docker usage by mrauter1 in https://github.com/microsoft/autogen/pull/139
* move citation before contributing by manish7017 in https://github.com/microsoft/autogen/pull/154

New Contributors
* mrauter1 made their first contribution in https://github.com/microsoft/autogen/pull/139
* manish7017 made their first contribution in https://github.com/microsoft/autogen/pull/154

**Full Changelog**: https://github.com/microsoft/autogen/compare/v0.1.7...v0.1.8

0.1.7

This release allows instantiating config_list with a .env file.
Example notebook about different ways of loading configs: [oai_openai_utils.ipynb](https://github.com/microsoft/autogen/blob/main/notebook/oai_openai_utils.ipynb)
Thanks to AaronWard and other contributors!

What's Changed
* Replace the use of `assert` in non-test code by cipherself in https://github.com/microsoft/autogen/pull/80
* Bump postcss from 8.4.18 to 8.4.31 in /website by dependabot in https://github.com/microsoft/autogen/pull/93
* show github stars by sonichi in https://github.com/microsoft/autogen/pull/92
* Docs: fixed typos and grammar by masterujjval in https://github.com/microsoft/autogen/pull/94
* openai_utils.py - functionality for instantiating config_list with a .env file by AaronWard in https://github.com/microsoft/autogen/pull/68
* document about docker by sonichi in https://github.com/microsoft/autogen/pull/119
* docs: typo fixed by lgersman in https://github.com/microsoft/autogen/pull/129
* Fix broken link in README.md by htcrefactor in https://github.com/microsoft/autogen/pull/134
* fix doc typo by HyperCodec in https://github.com/microsoft/autogen/pull/123
* typo fixed by SDcodehub in https://github.com/microsoft/autogen/pull/127
* bump version to 0.1.7 by sonichi in https://github.com/microsoft/autogen/pull/141

New Contributors
* cipherself made their first contribution in https://github.com/microsoft/autogen/pull/80
* dependabot made their first contribution in https://github.com/microsoft/autogen/pull/93
* masterujjval made their first contribution in https://github.com/microsoft/autogen/pull/94
* lgersman made their first contribution in https://github.com/microsoft/autogen/pull/129
* htcrefactor made their first contribution in https://github.com/microsoft/autogen/pull/134
* HyperCodec made their first contribution in https://github.com/microsoft/autogen/pull/123
* SDcodehub made their first contribution in https://github.com/microsoft/autogen/pull/127

**Full Changelog**: https://github.com/microsoft/autogen/compare/v0.1.6...v0.1.7

0.1.6

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
* Fixed the formatting issue in the README by alhridoy in https://github.com/microsoft/autogen/pull/69
* Fix spelling error by shauryr in https://github.com/microsoft/autogen/pull/84
* Enabling openai workflow on fork branch by LittleLittleCloud in https://github.com/microsoft/autogen/pull/82
* In conversable_agent.py: Fix bugs related to function_call by kevin666aa in https://github.com/microsoft/autogen/pull/47
* Fix MD issue by hiftielabs in https://github.com/microsoft/autogen/pull/72
* Minor fix for stability in conversable_agent.py, code_utils.py, test_conversable_agent.py and test_code.py by LittleLittleCloud in https://github.com/microsoft/autogen/pull/31
* Expand FAQ doc and add icon image by sonichi in https://github.com/microsoft/autogen/pull/66
* Update citation info in README by priyansh4320 in https://github.com/microsoft/autogen/pull/43

New Contributors
* alhridoy made their first contribution in https://github.com/microsoft/autogen/pull/69
* shauryr made their first contribution in https://github.com/microsoft/autogen/pull/84
* hiftielabs made their first contribution in https://github.com/microsoft/autogen/pull/72
* priyansh4320 made their first contribution in https://github.com/microsoft/autogen/pull/43

**Full Changelog**: https://github.com/microsoft/autogen/compare/v0.1.5...v0.1.6

0.1.5

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
* Update no_update_context, fix upsert docs by thinkall in https://github.com/microsoft/autogen/pull/52
* Update README.md by AlyrenN in https://github.com/microsoft/autogen/pull/54
* retrieve_utils.py - Updated.py to have the ability to parse text from PDF Files by AaronWard in https://github.com/microsoft/autogen/pull/50
* Bump version to 0.1.5 by thinkall in https://github.com/microsoft/autogen/pull/60
* typing & docstr update by sonichi in https://github.com/microsoft/autogen/pull/59

New Contributors
* AlyrenN made their first contribution in https://github.com/microsoft/autogen/pull/54
* AaronWard made their first contribution in https://github.com/microsoft/autogen/pull/50

**Full Changelog**: https://github.com/microsoft/autogen/compare/v0.1.4...v0.1.5

Page 11 of 12

© 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.