From 923bf52bd815df62d533b27a398f2f26f1ead959 Mon Sep 17 00:00:00 2001 From: AG2AI-Admin Date: Fri, 18 Jul 2025 16:11:05 -0400 Subject: [PATCH] Migrate from pyautogen to ag2 library --- autogen/autogen_pirate_translation/readme.md | 2 +- autogen/autogen_rag_research_hierarchy_translation/readme.md | 2 +- autogen/autogen_rag_single_agent_translation/readme.md | 2 +- autogen/autogen_self_consistency_approach/readme.md | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/autogen/autogen_pirate_translation/readme.md b/autogen/autogen_pirate_translation/readme.md index 87ec32a..fa2392e 100644 --- a/autogen/autogen_pirate_translation/readme.md +++ b/autogen/autogen_pirate_translation/readme.md @@ -36,7 +36,7 @@ Aye, the translation be keepin' true to the original intent. The Almighty's nami ## Installation Ensure Python 3 and pip are installed on your system. Install the necessary libraries: ```bash -pip install python-dotenv pyautogen +pip install python-dotenv ag2 ``` ## Setup diff --git a/autogen/autogen_rag_research_hierarchy_translation/readme.md b/autogen/autogen_rag_research_hierarchy_translation/readme.md index a64213f..efc15c3 100644 --- a/autogen/autogen_rag_research_hierarchy_translation/readme.md +++ b/autogen/autogen_rag_research_hierarchy_translation/readme.md @@ -16,7 +16,7 @@ This system leverages a structured, iterative approach involving multiple specia ## Installation Ensure Python 3 and pip are installed on your system. Install the necessary Python libraries: ```bash -pip install python-dotenv chromadb pyautogen +pip install python-dotenv chromadb ag2 ``` ## Setup diff --git a/autogen/autogen_rag_single_agent_translation/readme.md b/autogen/autogen_rag_single_agent_translation/readme.md index c945ab4..fdf4a75 100644 --- a/autogen/autogen_rag_single_agent_translation/readme.md +++ b/autogen/autogen_rag_single_agent_translation/readme.md @@ -20,7 +20,7 @@ After feedback from the target language community, single-prompt responses from ## Installation Ensure Python 3 and pip are installed on your system. Install the necessary Python libraries: ```bash -pip install python-dotenv chromadb pyautogen +pip install python-dotenv chromadb ag2 ``` ## Setup diff --git a/autogen/autogen_self_consistency_approach/readme.md b/autogen/autogen_self_consistency_approach/readme.md index dad0222..0ca4c26 100644 --- a/autogen/autogen_self_consistency_approach/readme.md +++ b/autogen/autogen_self_consistency_approach/readme.md @@ -8,7 +8,7 @@ This script facilitates a translation and voting process where n agents generate Run the following command to install the necessary packages: ```bash -pip install pyautogen chromadb sacrebleu python-Levenshtein tiktoken dotenv +pip install ag2 chromadb sacrebleu python-Levenshtein tiktoken dotenv pip install markdownify vectordb anthropic pypdf ```