From 44767ecaac70cc0972671e18f2db165cc96ce084 Mon Sep 17 00:00:00 2001 From: AG2AI-Admin Date: Fri, 18 Jul 2025 16:10:45 -0400 Subject: [PATCH] Migrate from pyautogen to ag2 library --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 65f7bf4..206f0c1 100644 --- a/README.md +++ b/README.md @@ -220,7 +220,7 @@ agent_executor.invoke({"input": "What is the result of 15231 * 64231"}) # AutoGen Integration ```console -pip3 install pyautogen +pip3 install ag2 ``` Tiger is also have a integration with AutoGen agents. You can put a tiger to your AutoGen agents. In this examples we will use the 'interpreter.python' module and with this your autogen agent able to run and view result of python codes. With this your agent will able to wait 2 second as we request.