From c53a87812a7d1b2c0ef6a9f5bf08c3664938df30 Mon Sep 17 00:00:00 2001 From: AG2AI-Admin Date: Fri, 18 Jul 2025 15:52:28 -0400 Subject: [PATCH] Migrate from pyautogen to ag2 library --- README.md | 2 +- requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 16af186..d2b9bd5 100644 --- a/README.md +++ b/README.md @@ -28,7 +28,7 @@ A Python bot that monitors GitHub repositories and automatically responds to iss - GitHub CLI (gh) - Aider CLI - Required Python packages (see requirements.txt): - - pyautogen + - ag2 - PyGithub - python-dotenv - gitpython diff --git a/requirements.txt b/requirements.txt index 6affd55..59c04d9 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,7 +2,7 @@ PyGithub>=1.55 python-dotenv>=0.19.0 requests>=2.26.0 pyyaml>=5.4.1 -pyautogen>=0.2.0 +ag2>=0.2.0 pre-commit>=3.5.0 urlextract>=1.0.0 beautifulsoup4>=4.9.3