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. + diff --git a/agency_swarm/agents/BrowsingAgent/requirements.txt b/agency_swarm/agents/BrowsingAgent/requirements.txt index 09f0cc02..b6b5f5b6 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.28.1 +webdriver-manager==4.0.2 +selenium_stealth==1.0.6 +gradio==5.14.0 \ No newline at end of file