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