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

Update requirements.txt #88

Closed princepride closed 2 months ago

princepride commented 4 months ago

Thanks for your great work ! That's awesome. I followed your latest YouTube video to create a landing page and it works! But when I use it, I noticed that selenium need be add to the requirements.txt

VRSEN commented 2 months ago

Thanks! I don't want to add Selenium to the global requirements, as not all use cases need it. We now have requirements for each agent separately in their source files.