From 3fcf6ffac4f58f5d42675caaea341c47e593252e Mon Sep 17 00:00:00 2001 From: AG2AI-Admin Date: Fri, 18 Jul 2025 18:17:53 -0400 Subject: [PATCH] Migrate from pyautogen to ag2 library --- notebooks/autogen_introduction.ipynb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/notebooks/autogen_introduction.ipynb b/notebooks/autogen_introduction.ipynb index 380ca9f..64b1892 100644 --- a/notebooks/autogen_introduction.ipynb +++ b/notebooks/autogen_introduction.ipynb @@ -41,7 +41,7 @@ ], "source": [ "## Install AutoGen\n", - "!pip install -qq pyautogen" + "!pip install -qq ag2" ] }, {