From 84f2e2598d0e930d1d9b53d8c23da830c5f12ee3 Mon Sep 17 00:00:00 2001 From: Qingyun Wu Date: Thu, 28 Nov 2024 13:55:24 -0800 Subject: [PATCH 1/5] add downloads badge --- README.md | 23 +++++++++-------------- 1 file changed, 9 insertions(+), 14 deletions(-) diff --git a/README.md b/README.md index 77464d16c5..e0f56e8302 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,6 @@ +![Pypi Downloads](https://img.shields.io/pypi/dm/pyautogen?label=PyPI%20downloads) [![PyPI version](https://badge.fury.io/py/autogen.svg)](https://badge.fury.io/py/autogen) [![Build](https://github.com/ag2ai/ag2/actions/workflows/python-package.yml/badge.svg)](https://github.com/ag2ai/ag2/actions/workflows/python-package.yml) ![Python Version](https://img.shields.io/badge/3.8%20%7C%203.9%20%7C%203.10%20%7C%203.11%20%7C%203.12-blue) @@ -8,14 +9,7 @@ - - - -
-AutoGen Logo - - -
+# [AG2](https://github.com/ag2ai/ag2) [📚 Cite paper](#related-papers). -> [!IMPORTANT] +> **:warning: IMPORTANT** +> +> :fire: :tada: **Nov 11, 2024:** We are evolving AutoGen into **AG2**! +> A new organization [AG2ai](https://github.com/ag2ai) is created to host the development of AG2 and related projects with open governance. Check [AG2's new look](https://ag2.ai/). > -> :fire: :tada: Nov 11, 2024: We are evolving AutoGen into AG2! A new organization [ag2ai](https://github.com/ag2ai) is created to host the development of AG2 and related projects with open governance. We invite collaborators from all organizations and individuals to join the development. +> We invite collaborators from all organizations and individuals to join the development. :fire: :tada: AG2 is available via `ag2` (or its alias `autogen` or `pyautogen`) on PyPI! Starting with version 0.3.2, you can now install AG2 using: @@ -98,7 +95,7 @@ AG2 (formerly AutoGen) is an open-source programming framework for building AI a The project is currently maintained by a [dynamic group of volunteers](MAINTAINERS.md) from several organizations. Contact project administrators Chi Wang and Qingyun Wu via [support@ag2.ai](mailto:support@ag2.ai) if you are interested in becoming a maintainer. -![AutoGen Overview](./website/static/img/autogen_agentchat.png) +![AutoGen Overview](https://github.com/ag2ai/ag2/tree/main/website/static/img/autogen_agentchat.png) @@ -199,7 +196,7 @@ python test/twoagent.py After the repo is cloned. The figure below shows an example conversation flow with AG2. -![Agent Chat Example](./website/static/img/chat_example.png) +![Agent Chat Example](https://github.com/ag2ai/ag2/tree/main/website/static/img/chat_example.png) Alternatively, the [sample code](https://github.com/ag2ai/build-with-ag2/blob/main/samples/simple_chat.py) here allows a user to chat with an AG2 agent in ChatGPT style. @@ -252,8 +249,6 @@ In addition, you can find: - [Contributing guide](https://ag2ai.github.io/ag2/docs/Contribute) -- [Roadmap](https://ag2.ai/#roadmap) and [Roadmap Issues](https://github.com/ag2ai/ag2/issues?q=is%3Aopen+is%3Aissue+label%3Aroadmap) -

↑ Back to Top ↑ From 27d457d1612b9701817a98feeb3c0cc32a55f9b9 Mon Sep 17 00:00:00 2001 From: Qingyun Wu Date: Thu, 28 Nov 2024 13:57:01 -0800 Subject: [PATCH 2/5] fix --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e0f56e8302..dc9723bbc5 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@

--> -> **:warning: IMPORTANT** +> **:tada: IMPORTANT** > > :fire: :tada: **Nov 11, 2024:** We are evolving AutoGen into **AG2**! > A new organization [AG2ai](https://github.com/ag2ai) is created to host the development of AG2 and related projects with open governance. Check [AG2's new look](https://ag2.ai/). From ca42536389c88fdb2f95e8f72c55036c2388eca4 Mon Sep 17 00:00:00 2001 From: Qingyun Wu Date: Thu, 28 Nov 2024 16:41:40 -0800 Subject: [PATCH 3/5] email --- website/docs/contributor-guide/contributing.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/docs/contributor-guide/contributing.md b/website/docs/contributor-guide/contributing.md index d9a1fb5c73..3ba84a6755 100644 --- a/website/docs/contributor-guide/contributing.md +++ b/website/docs/contributor-guide/contributing.md @@ -23,7 +23,7 @@ There is currently no formal reviewer solicitation process. Current reviewers id ## Contact Maintainers -The project is currently maintained by a [dynamic group of volunteers](https://github.com/ag2ai/ag2/blob/main/MAINTAINERS.md) from several organizations. Contact project administrators Chi Wang and Qingyun Wu via auto-gen@outlook.com if you are interested in becoming a maintainer. +The project is currently maintained by a [dynamic group of volunteers](https://github.com/ag2ai/ag2/blob/main/MAINTAINERS.md) from several organizations. Contact project administrators Chi Wang and Qingyun Wu via support@ag2.ai if you are interested in becoming a maintainer. ## License Headers From 731358768614f464f41adc37f3e1fedc40c26f56 Mon Sep 17 00:00:00 2001 From: Qingyun Wu Date: Thu, 28 Nov 2024 16:50:35 -0800 Subject: [PATCH 4/5] update fig --- README.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index dc9723bbc5..22f425fd35 100644 --- a/README.md +++ b/README.md @@ -95,8 +95,7 @@ AG2 (formerly AutoGen) is an open-source programming framework for building AI a The project is currently maintained by a [dynamic group of volunteers](MAINTAINERS.md) from several organizations. Contact project administrators Chi Wang and Qingyun Wu via [support@ag2.ai](mailto:support@ag2.ai) if you are interested in becoming a maintainer. -![AutoGen Overview](https://github.com/ag2ai/ag2/tree/main/website/static/img/autogen_agentchat.png) - +![AutoGen Overview](https://raw.githubusercontent.com/ag2ai/ag2/main/website/static/img/autogen_agentchat.png)

@@ -196,7 +195,7 @@ python test/twoagent.py After the repo is cloned. The figure below shows an example conversation flow with AG2. -![Agent Chat Example](https://github.com/ag2ai/ag2/tree/main/website/static/img/chat_example.png) +![Agent Chat Example](https://raw.githubusercontent.com/ag2ai/ag2/tree/main/website/static/img/chat_example.png) Alternatively, the [sample code](https://github.com/ag2ai/build-with-ag2/blob/main/samples/simple_chat.py) here allows a user to chat with an AG2 agent in ChatGPT style. From d09b14884d333cd5fddc2443274dc4215b544780 Mon Sep 17 00:00:00 2001 From: Qingyun Wu Date: Thu, 28 Nov 2024 16:55:29 -0800 Subject: [PATCH 5/5] img link --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 22f425fd35..3dbb061510 100644 --- a/README.md +++ b/README.md @@ -95,7 +95,7 @@ AG2 (formerly AutoGen) is an open-source programming framework for building AI a The project is currently maintained by a [dynamic group of volunteers](MAINTAINERS.md) from several organizations. Contact project administrators Chi Wang and Qingyun Wu via [support@ag2.ai](mailto:support@ag2.ai) if you are interested in becoming a maintainer. -![AutoGen Overview](https://raw.githubusercontent.com/ag2ai/ag2/main/website/static/img/autogen_agentchat.png) +![AutoGen Overview](https://media.githubusercontent.com/media/ag2ai/ag2/refs/heads/main/website/static/img/autogen_agentchat.png)

@@ -195,7 +195,7 @@ python test/twoagent.py After the repo is cloned. The figure below shows an example conversation flow with AG2. -![Agent Chat Example](https://raw.githubusercontent.com/ag2ai/ag2/tree/main/website/static/img/chat_example.png) +![Agent Chat Example](https://media.githubusercontent.com/media/ag2ai/ag2/refs/heads/main/website/static/img/chat_example.png) Alternatively, the [sample code](https://github.com/ag2ai/build-with-ag2/blob/main/samples/simple_chat.py) here allows a user to chat with an AG2 agent in ChatGPT style.