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.