-
Notifications
You must be signed in to change notification settings - Fork 737
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
Browsing Agent Is not working #128
Comments
I'm facing the same problem. |
Exact same problem here --- both when importing from |
Hey guys, please install from main branch using |
Still not working as of now. |
…emove udpates when initializing assistant from id #128
I am using requirement or poetry . How can I install the module without using
|
Pass local path to latest agency swarm into pip install or in your poetry dependencies. Alternatively install from github |
After attempting to resolve the issue with the proposed solution, I am still encountering an error. I'm not sure how severe it is, but here is the error message: Files folder 'C:\Users\javi\Documents\PROGRAMAS_PYTHON\agency-swarm\agency_swarm\agents\BrowsingAgent\files' is not a directory. Skipping... |
I'm running the exact same code and the BrowsingAgent is loaded in fine, but when you ask it to search anything, it shoots the following error:
This happens when I ask the agent to search anything up, including @okoliechykwuka's original prompt. It seems that it doesn't have an actual browser tool to make any searches? |
Aside from the bugs, the Framework is too expensive to use. |
Just added a SearchWeb tool to the BrowsingAgent in my fork ( #146 ), which resolves some of the bugs. I've also made the agent rely less on the user when navigating by taking more screenshots. Just as a note, don't leave your chrome profile path in the selenium config if you have that chrome profile already open because it will just throw an error (you can't have the same profile open more than once). Other than that make sure you're importing the agent from the right place. |
This issue is stale because it has been open for 30 days with no activity. Please upgrade to the latest version and test it again. |
This issue was closed because it has been inactive for 14 days since being marked as stale. If the issue still persists, please reopen. |
This is directly from the Browsing Agent Notebook, The only added changes are in line one.
from agency_swarm.agents import BrowsingAgent
tofrom agency_swarm.agents.BrowsingAgent import BrowsingAgent
ERROR TRACRBACK
WHEN I TYPE "what is the current AAPL stock price in the radio text box, I get the below error.
The text was updated successfully, but these errors were encountered: