From 707307030d76b5bd09da337393f3f34e812c162d Mon Sep 17 00:00:00 2001 From: AG2AI-Admin Date: Fri, 18 Jul 2025 16:22:57 -0400 Subject: [PATCH] Migrate from pyautogen to ag2 library --- Autogen-cookbook/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Autogen-cookbook/README.md b/Autogen-cookbook/README.md index 9ced959..1692b7f 100644 --- a/Autogen-cookbook/README.md +++ b/Autogen-cookbook/README.md @@ -22,7 +22,7 @@ This cookbook demonstrates the usage of Microsoft's AutoGen framework for buildi 1. Install required dependencies: ```bash -pip install pyautogen pandas matplotlib jupyter +pip install ag2 pandas matplotlib jupyter ``` 2. Launch Jupyter Notebook: