Does the browser work?
How do you use the browser? I'm unable to edit the url or get the agent to open a browser especially when it runs a flask app
Which agent are you using? If you are using CodeActAgent (and gpt-4o as the LLM) from main, you can actually tell the agent to browse the URL of OpenDevin and it should work.
Unfortunately, the browser is currently edit-only for the agent (e.g., if humans edit it, it may confuse the agent) - but this may change as we improve the agents.
can we edit url so that we can guide agent to look for specific information from that url ??
When I ask the agent to browse for a URL it responds with "I don't have the capability to interact with a web browser directly". I am using the CodeActAgent and gpt-4o
same issue with me
@xingyaoww check this github project how it integrates browser in it maybe it help us to improve opendevin
https://github.com/entropy-research/Devon
Worked for me running from the latest build.
Not every agent has the ability to open browser, if it doesn't work, pls tell us what's the agent you're using.
As mentioned, not every agent has browser capability. However, if you choose CodeActAgent and type something like: "Go to the OpenDevin github page and tell me how many stars the github repo currently has" you can see the browser in action. Currently you cannot edit the browser url.