|
7 | 7 |
|
8 | 8 |
|
9 | 9 | # AutoGen
|
10 |
| - |
| 10 | +[📚 Cite paper](#related-papers). |
11 | 11 | <!-- <p align="center">
|
12 | 12 | <img src="https://github.com/microsoft/autogen/blob/main/website/static/img/flaml.svg" width=200>
|
13 | 13 | <br>
|
14 | 14 | </p> -->
|
15 |
| -:fire: Nov 24: pyautogen [v0.2](https://github.com/microsoft/autogen/releases/tag/v0.2.0) is released with many updates and new features compared to v0.1.1. It switches to using openai-python v1. Please read the [migration guide](https://microsoft.github.io/autogen/docs/Installation#python). |
16 | 15 |
|
17 |
| -:fire: Nov 11: OpenAI's Assistants are available in AutoGen and interoperatable with other AutoGen agents! Checkout our [blogpost](https://microsoft.github.io/autogen/blog/2023/11/13/OAI-assistants) for details and examples. |
| 16 | +:fire: Dec 31: [AutoGen: Enabling Next-Gen LLM Applications via Multi-Agent Conversation Framework](https://arxiv.org/abs/2308.08155) is selected by [TheSequence: My Five Favorite AI Papers of 2023](https://thesequence.substack.com/p/my-five-favorite-ai-papers-of-2023). |
| 17 | + |
| 18 | +<!-- :fire: Nov 24: pyautogen [v0.2](https://github.com/microsoft/autogen/releases/tag/v0.2.0) is released with many updates and new features compared to v0.1.1. It switches to using openai-python v1. Please read the [migration guide](https://microsoft.github.io/autogen/docs/Installation#python). --> |
| 19 | + |
| 20 | +<!-- :fire: Nov 11: OpenAI's Assistants are available in AutoGen and interoperatable with other AutoGen agents! Checkout our [blogpost](https://microsoft.github.io/autogen/blog/2023/11/13/OAI-assistants) for details and examples. --> |
18 | 21 |
|
19 | 22 | :fire: Nov 8: AutoGen is selected into [Open100: Top 100 Open Source achievements](https://www.benchcouncil.org/evaluation/opencs/annual.html) 35 days after spinoff.
|
20 | 23 |
|
21 | 24 | :fire: Nov 6: AutoGen is mentioned by Satya Nadella in a [fireside chat](https://youtu.be/0pLBvgYtv6U) around 13:20.
|
22 | 25 |
|
23 | 26 | :fire: Nov 1: AutoGen is the top trending repo on GitHub in October 2023.
|
24 | 27 |
|
25 |
| -:tada: Oct 03: AutoGen spins off from [FLAML](https://github.com/microsoft/FLAML) on Github and has a major paper update. |
| 28 | +:tada: Oct 03: AutoGen spins off from FLAML on Github and has a major paper update (first version on Aug 16). |
26 | 29 |
|
27 |
| -:tada: Aug 16: Paper about AutoGen on [arxiv](https://arxiv.org/abs/2308.08155). [📚 Cite paper](#related-papers). |
| 30 | +<!-- :tada: Aug 16: Paper about AutoGen on [arxiv](https://arxiv.org/abs/2308.08155). --> |
28 | 31 |
|
29 |
| -:tada: Mar 29: AutoGen is first created in [FLAML](https://github.com/microsoft/FLAML/pull/968). |
| 32 | +:tada: Mar 29: AutoGen is first created in [FLAML](https://github.com/microsoft/FLAML). |
30 | 33 |
|
31 | 34 | <!--
|
32 | 35 | :fire: FLAML is highlighted in OpenAI's [cookbook](https://github.com/openai/openai-cookbook#related-resources-from-around-the-web).
|
@@ -224,7 +227,7 @@ contact [opencode@microsoft.com](mailto:opencode@microsoft.com) with any additio
|
224 | 227 |
|
225 | 228 | ## Contributors Wall
|
226 | 229 | <a href="https://github.com/microsoft/autogen/graphs/contributors">
|
227 |
| - <img src="https://contrib.rocks/image?repo=microsoft/autogen" /> |
| 230 | + <img src="https://contrib.rocks/image?repo=microsoft/autogen&max=200" /> |
228 | 231 | </a>
|
229 | 232 |
|
230 | 233 | # Legal Notices
|
|
0 commit comments