From 571ec10169a53e5a9121aac7d42f9d2cfa78cc32 Mon Sep 17 00:00:00 2001 From: AG2AI-Admin Date: Fri, 18 Jul 2025 12:56:19 -0400 Subject: [PATCH] Migrate from pyautogen to ag2 library --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 0dd67ec..87f6db4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -8,7 +8,7 @@ readme = "README.md" requires-python = ">=3.8" dependencies = [ - "pyautogen", + "ag2", "requests", "colorama", ]