VRSEN / agency-swarm

The only reliable agent framework built on top of the latest OpenAI Assistants API.
https://vrsen.github.io/agency-swarm/
MIT License
2.06k stars 539 forks source link

Add selenium related requirements to requirements.txt #57

Closed sigmaeni closed 5 months ago

sigmaeni commented 5 months ago

Notably, webdriver-manager and selenium-stealth seem to be required for genesis to perform selenium searches (when looking up APIs, etc.). Adding these to requirements.txt eliminates the errors encountered when using the genesis jupyter notebook.

VRSEN commented 5 months ago

Hey @sigmaeni, these are only used for the browsing agent, so I don't want the whole project to depend on them. Maybe we can add some checks and more descriptive error messages when initializing the browsing agent. The jupyter notebook has pip install on top