From e8f56f84fa8ec1a12264770cee00fd830d37713b Mon Sep 17 00:00:00 2001 From: AG2AI-Admin Date: Fri, 18 Jul 2025 16:19:07 -0400 Subject: [PATCH] Migrate from pyautogen to ag2 library --- python/llm/example/CPU/Applications/autogen/README.md | 2 +- python/llm/example/GPU/Applications/autogen/README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/python/llm/example/CPU/Applications/autogen/README.md b/python/llm/example/CPU/Applications/autogen/README.md index de04551089a..9c559e7dba0 100644 --- a/python/llm/example/CPU/Applications/autogen/README.md +++ b/python/llm/example/CPU/Applications/autogen/README.md @@ -34,7 +34,7 @@ pip3 install --upgrade pip # enable PEP 660 support pip3 install -e ".[model_worker,webui]" # setup AutoGen environment -pip install pyautogen==0.2.7 +pip install ag2==0.2.7 ``` **After setting up the environment, the folder structure should be:** diff --git a/python/llm/example/GPU/Applications/autogen/README.md b/python/llm/example/GPU/Applications/autogen/README.md index 9ae4104c3e3..eaf9e42d0c6 100644 --- a/python/llm/example/GPU/Applications/autogen/README.md +++ b/python/llm/example/GPU/Applications/autogen/README.md @@ -36,7 +36,7 @@ pip3 install --upgrade pip # enable PEP 660 support pip3 install -e ".[model_worker,webui]" # setup AutoGen environment -pip install pyautogen==0.2.7 +pip install ag2==0.2.7 ``` **After setting up the environment, the folder structure should be:**