From 40afc603ed4cd6c20f04e096f398154c462eb594 Mon Sep 17 00:00:00 2001 From: achimstruve Date: Sun, 2 Feb 2025 17:22:40 +0100 Subject: [PATCH 1/3] specify BrowsingAgent requirements --- agency_swarm/agents/BrowsingAgent/requirements.txt | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/agency_swarm/agents/BrowsingAgent/requirements.txt b/agency_swarm/agents/BrowsingAgent/requirements.txt index 09f0cc02..0fbc9e9e 100644 --- a/agency_swarm/agents/BrowsingAgent/requirements.txt +++ b/agency_swarm/agents/BrowsingAgent/requirements.txt @@ -1,3 +1,4 @@ -selenium -webdriver-manager -selenium_stealth +selenium==4.27.1 +webdriver-manager==4.0.2 +selenium_stealth==1.0.6 +gradio==4.44.1 \ No newline at end of file From 1a4b1921e8c9962ea4811636fbd8acefe8ff84d4 Mon Sep 17 00:00:00 2001 From: achimstruve Date: Sun, 2 Feb 2025 17:28:12 +0100 Subject: [PATCH 2/3] doc BrowsingAgent requirements hint --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 5cd32c73..5f01b295 100644 --- a/README.md +++ b/README.md @@ -112,7 +112,8 @@ Define your custom tools with [Instructor](https://github.com/jxnl/instructor): agency-swarm import-agent --name "Devid" --destination "./" ``` - This will import Devid (Software Developer) Agent locally, including all source code files, so you have full control over your system. Currently, available agents are: `Devid`, `BrowsingAgent`. + This will import Devid (Software Developer) Agent locally, including all source code files, so you have full control over your system. Currently, available agents are: `Devid`, `BrowsingAgent`. Note that the `BrowsingAgent` requires additional dependencies, which are listed in the `./agency_swarm/agents/BrowsingAgent/requirements.txt` file. + From cc616067add653b0ac599cb7e8f9926de95e397a Mon Sep 17 00:00:00 2001 From: achimstruve Date: Mon, 3 Feb 2025 07:46:37 +0100 Subject: [PATCH 3/3] adjust BrowserAgent requirements --- agency_swarm/agents/BrowsingAgent/requirements.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/agency_swarm/agents/BrowsingAgent/requirements.txt b/agency_swarm/agents/BrowsingAgent/requirements.txt index 0fbc9e9e..b6b5f5b6 100644 --- a/agency_swarm/agents/BrowsingAgent/requirements.txt +++ b/agency_swarm/agents/BrowsingAgent/requirements.txt @@ -1,4 +1,4 @@ -selenium==4.27.1 +selenium==4.28.1 webdriver-manager==4.0.2 selenium_stealth==1.0.6 -gradio==4.44.1 \ No newline at end of file +gradio==5.14.0 \ No newline at end of file