From 01690718ec4a4e25bc9143f3bfb53c786df83b31 Mon Sep 17 00:00:00 2001 From: Chi Wang Date: Wed, 29 May 2024 22:40:38 +0000 Subject: [PATCH 1/5] fix typo and update news --- README.md | 3 ++- website/blog/2024-05-24-Agent/index.mdx | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 98671eb75bf..4c3c8c8caaf 100644 --- a/README.md +++ b/README.md @@ -15,6 +15,7 @@

--> +:fire: May 29, 2024: DeepLearning.ai launched a new short course [AI Agentic Design Patterns with AutoGen], made in collaboration with Microsoft and Penn State University, and taught by AutoGen creators [Chi Wang](https://github.com/sonichi) and [Qingyun Wu](qingyun-wu). :fire: May 24, 2024: Foundation Capital published an article on [Forbes: The Promise of Multi-Agent AI](https://www.forbes.com/sites/joannechen/2024/05/24/the-promise-of-multi-agent-ai/?sh=2c1e4f454d97) and a video [AI in the Real World Episode 2: Exploring Multi-Agent AI and AutoGen with Chi Wang](https://www.youtube.com/watch?v=RLwyXRVvlNk). @@ -75,7 +76,7 @@ AutoGen is a framework that enables the development of LLM applications using mu - It provides a collection of working systems with different complexities. These systems span a [wide range of applications](https://microsoft.github.io/autogen/docs/Use-Cases/agent_chat#diverse-applications-implemented-with-autogen) from various domains and complexities. This demonstrates how AutoGen can easily support diverse conversation patterns. - AutoGen provides [enhanced LLM inference](https://microsoft.github.io/autogen/docs/Use-Cases/enhanced_inference#api-unification). It offers utilities like API unification and caching, and advanced usage patterns, such as error handling, multi-config inference, context programming, etc. -AutoGen is powered by collaborative [research studies](https://microsoft.github.io/autogen/docs/Research) from Microsoft, Penn State University, and the University of Washington. +AutoGen is created out of collaborative [research](https://microsoft.github.io/autogen/docs/Research) from Microsoft, Penn State University, and the University of Washington.

diff --git a/website/blog/2024-05-24-Agent/index.mdx b/website/blog/2024-05-24-Agent/index.mdx index 3f8664420ff..520805dc693 100644 --- a/website/blog/2024-05-24-Agent/index.mdx +++ b/website/blog/2024-05-24-Agent/index.mdx @@ -120,7 +120,7 @@ simulations are good examples, too. ### Cost of multi-agents -Very complex mult-agent systems with leading frontier models are expensive, but compared to having humans accomplish the same task they can be exponentially more affordable. +Very complex multi-agent systems with leading frontier models are expensive, but compared to having humans accomplish the same task they can be exponentially more affordable. > While not inexpensive to operate, our multi-agent powered venture analysis system at BetterFutureLabs is far more affordable and exponentially faster than human analysts performing a comparable depth of analysis. > From 038efddbf65261f5648ec1b818d32c20ca061fcd Mon Sep 17 00:00:00 2001 From: Chi Wang Date: Wed, 29 May 2024 23:19:57 +0000 Subject: [PATCH 2/5] add link --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4c3c8c8caaf..c962981bbe5 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,7 @@

--> -:fire: May 29, 2024: DeepLearning.ai launched a new short course [AI Agentic Design Patterns with AutoGen], made in collaboration with Microsoft and Penn State University, and taught by AutoGen creators [Chi Wang](https://github.com/sonichi) and [Qingyun Wu](qingyun-wu). +:fire: May 29, 2024: DeepLearning.ai launched a new short course [AI Agentic Design Patterns with AutoGen](https://info.deeplearning.ai/new-course-on-agents-enroll-in-ai-agentic-design-patterns-with-autogen), made in collaboration with Microsoft and Penn State University, and taught by AutoGen creators [Chi Wang](https://github.com/sonichi) and [Qingyun Wu](qingyun-wu). :fire: May 24, 2024: Foundation Capital published an article on [Forbes: The Promise of Multi-Agent AI](https://www.forbes.com/sites/joannechen/2024/05/24/the-promise-of-multi-agent-ai/?sh=2c1e4f454d97) and a video [AI in the Real World Episode 2: Exploring Multi-Agent AI and AutoGen with Chi Wang](https://www.youtube.com/watch?v=RLwyXRVvlNk). From 7cecc4b2b5e327298ad501b2bb7934a7d8872667 Mon Sep 17 00:00:00 2001 From: Chi Wang Date: Wed, 29 May 2024 23:21:00 +0000 Subject: [PATCH 3/5] update link --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c962981bbe5..50ee8a04389 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,7 @@

--> -:fire: May 29, 2024: DeepLearning.ai launched a new short course [AI Agentic Design Patterns with AutoGen](https://info.deeplearning.ai/new-course-on-agents-enroll-in-ai-agentic-design-patterns-with-autogen), made in collaboration with Microsoft and Penn State University, and taught by AutoGen creators [Chi Wang](https://github.com/sonichi) and [Qingyun Wu](qingyun-wu). +:fire: May 29, 2024: DeepLearning.ai launched a new short course [AI Agentic Design Patterns with AutoGen](https://info.deeplearning.ai/new-course-on-agents-enroll-in-ai-agentic-design-patterns-with-autogen), made in collaboration with Microsoft and Penn State University, and taught by AutoGen creators [Chi Wang](https://github.com/sonichi) and [Qingyun Wu](https://github.com/qingyun-wu). :fire: May 24, 2024: Foundation Capital published an article on [Forbes: The Promise of Multi-Agent AI](https://www.forbes.com/sites/joannechen/2024/05/24/the-promise-of-multi-agent-ai/?sh=2c1e4f454d97) and a video [AI in the Real World Episode 2: Exploring Multi-Agent AI and AutoGen with Chi Wang](https://www.youtube.com/watch?v=RLwyXRVvlNk). From 53b7f28d311acc20b82f6b5a97614df49bd040bf Mon Sep 17 00:00:00 2001 From: Chi Wang Date: Fri, 31 May 2024 03:38:00 +0000 Subject: [PATCH 4/5] fix metadata --- autogen/agentchat/contrib/gpt_assistant_agent.py | 2 -- website/docs/topics/groupchat/resuming_groupchat.ipynb | 4 ++-- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/autogen/agentchat/contrib/gpt_assistant_agent.py b/autogen/agentchat/contrib/gpt_assistant_agent.py index 40a28bfbcfa..0dcad27b16d 100644 --- a/autogen/agentchat/contrib/gpt_assistant_agent.py +++ b/autogen/agentchat/contrib/gpt_assistant_agent.py @@ -5,8 +5,6 @@ from collections import defaultdict from typing import Any, Dict, List, Optional, Tuple, Union -import openai - from autogen import OpenAIWrapper from autogen.agentchat.agent import Agent from autogen.agentchat.assistant_agent import AssistantAgent, ConversableAgent diff --git a/website/docs/topics/groupchat/resuming_groupchat.ipynb b/website/docs/topics/groupchat/resuming_groupchat.ipynb index bc56cb3cd35..d713812f89f 100644 --- a/website/docs/topics/groupchat/resuming_groupchat.ipynb +++ b/website/docs/topics/groupchat/resuming_groupchat.ipynb @@ -731,9 +731,9 @@ ], "metadata": { "front_matter": { - "description": "Custom Speaker Selection Function", + "description": "Resume Group Chat", "tags": [ - "orchestration", + "resume", "group chat" ] }, From 82324fe37affc2c4a62e6c1ca876125ce0d3bdc9 Mon Sep 17 00:00:00 2001 From: Chi Wang Date: Fri, 31 May 2024 03:45:11 +0000 Subject: [PATCH 5/5] tag --- website/docs/topics/groupchat/resuming_groupchat.ipynb | 1 + 1 file changed, 1 insertion(+) diff --git a/website/docs/topics/groupchat/resuming_groupchat.ipynb b/website/docs/topics/groupchat/resuming_groupchat.ipynb index d713812f89f..c071c95aba1 100644 --- a/website/docs/topics/groupchat/resuming_groupchat.ipynb +++ b/website/docs/topics/groupchat/resuming_groupchat.ipynb @@ -734,6 +734,7 @@ "description": "Resume Group Chat", "tags": [ "resume", + "orchestration", "group chat" ] },