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