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.42k stars 650 forks source link

Read URL Tool unknown error #56

Closed jonwash closed 8 months ago

jonwash commented 8 months ago

Getting an unknown error with the read URL tool

Screenshot 2024-01-19 155239

sigmaeni commented 8 months ago

Check the output of your jupyter notebook. In my case it was suggesting that I was missing webdriver-manager and selenium-stealth. A quick pip install of those sorted it out for me.

jonwash commented 8 months ago

fixed