From a4a63505dfb12da9a396dfe237acf5d0cb17293e Mon Sep 17 00:00:00 2001 From: AG2AI-Admin Date: Fri, 18 Jul 2025 17:52:25 -0400 Subject: [PATCH] Migrate from pyautogen to ag2 library --- notebook/agentchat_autobuild.ipynb | 2 +- notebook/oai_completion.ipynb | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/notebook/agentchat_autobuild.ipynb b/notebook/agentchat_autobuild.ipynb index 02c592b..052bfd1 100644 --- a/notebook/agentchat_autobuild.ipynb +++ b/notebook/agentchat_autobuild.ipynb @@ -36,7 +36,7 @@ }, "outputs": [], "source": [ - "!pip install pyautogen" + "!pip install ag2" ] }, { diff --git a/notebook/oai_completion.ipynb b/notebook/oai_completion.ipynb index c5ac280..2dabbca 100644 --- a/notebook/oai_completion.ipynb +++ b/notebook/oai_completion.ipynb @@ -40,7 +40,7 @@ "\n", "AutoGen requires `Python>=3.8`. To run this notebook example, please install with the [blendsearch] option:\n", "```bash\n", - "pip install pyautogen[blendsearch]\n", + "pip install ag2[blendsearch]\n", "```" ] }, @@ -58,7 +58,7 @@ }, "outputs": [], "source": [ - "# %pip install \"pyautogen[blendsearch]~=0.1.0\" datasets" + "# %pip install \"ag2[blendsearch]~=0.1.0\" datasets" ] }, {