Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Specify BrowsingAgent requirements #227

Open
wants to merge 3 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.




Expand Down
7 changes: 4 additions & 3 deletions agency_swarm/agents/BrowsingAgent/requirements.txt
bonk1t marked this conversation as resolved.
Show resolved Hide resolved
Original file line number Diff line number Diff line change
@@ -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