From 5c6ebfd3c5774d30688a59cec5cad7c7b905061b Mon Sep 17 00:00:00 2001 From: AG2AI-Admin Date: Fri, 18 Jul 2025 14:32:10 -0400 Subject: [PATCH] Migrate from pyautogen to ag2 library --- crawl-agent-with-autogen.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crawl-agent-with-autogen.md b/crawl-agent-with-autogen.md index b8bb247..169445e 100644 --- a/crawl-agent-with-autogen.md +++ b/crawl-agent-with-autogen.md @@ -68,7 +68,7 @@ Getting started with the API is simple and straightforward. After you get your [ Install the Spider Python client library and autogen: ```bash -pip install spider-client pyautogen +pip install spider-client ag2 ``` Now we need to setup the Autogen LLM configuration.