From 2cf8d0704cbaba96c74bfb31df98343ede9f9f99 Mon Sep 17 00:00:00 2001 From: AG2AI-Admin Date: Fri, 18 Jul 2025 18:39:18 -0400 Subject: [PATCH] Migrate from pyautogen to ag2 library --- app5_from_old.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app5_from_old.py b/app5_from_old.py index d8e68bb..82328ad 100644 --- a/app5_from_old.py +++ b/app5_from_old.py @@ -1,5 +1,5 @@ #install these two libraries -# pip install pyautogen +# pip install ag2 # pip install xgboost from autogen import AssistantAgent, UserProxyAgent