From d90bafb5d130f9fc8e91792e92d88ee42dd529df Mon Sep 17 00:00:00 2001 From: AG2AI-Admin Date: Fri, 18 Jul 2025 16:19:18 -0400 Subject: [PATCH] Migrate from pyautogen to ag2 library --- examples/api/autogen_example.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/api/autogen_example.md b/examples/api/autogen_example.md index b6cecb20..e512fa65 100644 --- a/examples/api/autogen_example.md +++ b/examples/api/autogen_example.md @@ -2,7 +2,7 @@ 1. First, make sure that you have installed AutoGen as well as memoryscope. ``` - pip install pyautogen memoryscope + pip install ag2 memoryscope ```