Skip to content

Commit 6620598

Browse files
authored
bump version to 0.2.19 and update doc (microsoft#1971)
* bump version to 0.2.19 and update doc * doc update
1 parent 99c68cb commit 6620598

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -12,12 +12,12 @@
1212
<img src="https://github.com/microsoft/autogen/blob/main/website/static/img/flaml.svg" width=200>
1313
<br>
1414
</p> -->
15+
:fire: Mar 3: What's new in AutoGen? 📰[Blog](https://microsoft.github.io/autogen/blog/2024/03/03/AutoGen-Update); 📺[Youtube](https://www.youtube.com/watch?v=j_mtwQiaLGU).
16+
1517
:fire: Mar 1: the first AutoGen multi-agent experiment on the challenging [GAIA](https://huggingface.co/spaces/gaia-benchmark/leaderboard) benchmark achieved the No. 1 accuracy in all the three levels.
1618

1719
:fire: Jan 30: AutoGen is highlighted by Peter Lee in Microsoft Research Forum [Keynote](https://t.co/nUBSjPDjqD).
1820

19-
:warning: Jan 23: **Breaking Change in Latest Release v0.2.8** `use_docker` defaults to `True` for code-execution. See [blog post](https://microsoft.github.io/autogen/blog/2024/01/23/Code-execution-in-docker) for details and [FAQ](https://microsoft.github.io/autogen/docs/FAQ#agents-are-throwing-due-to-docker-not-running-how-can-i-resolve-this) for troubleshooting any issues.
20-
2121
: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).
2222

2323
<!-- :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). -->

autogen/version.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "0.2.18"
1+
__version__ = "0.2.19"

website/docs/tutorial/what-is-next.md

+1
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ topics:
2424

2525
- Read the [topic docs](/docs/topics) to learn more
2626
- Read the examples and guides in the [notebooks section](/docs/notebooks)
27+
- Check [research](/docs/Research) and [blog](/blog)
2728

2829
## Get Help
2930

0 commit comments

Comments
 (0)