Yufan Song fd29b8faa8 refactor (#2442) há 1 ano atrás
..
README.md 53f64ffa06 Improve browsing agent prompts, allowing agent to properly finish when done (#1993) há 1 ano atrás
__init__.py 1fe290adf9 [Feat] A competitive Web Browsing agent (#1856) há 1 ano atrás
browsing_agent.py fd29b8faa8 refactor (#2442) há 1 ano atrás
prompt.py 3b0e1361a4 fix typos (#2267) há 1 ano atrás
response_parser.py c6951eb6c1 refactor browsing agent response parse (#2366) há 1 ano atrás
utils.py 9ada36e30b fix: restore python linting. (#2228) há 1 ano atrás

README.md

Browsing Agent Framework

This folder implements the basic BrowserGym demo agent that enables full-featured web browsing.

Test run

Note that for browsing tasks, GPT-4 is usually a requirement to get reasonable results, due to the complexity of the web page structures.

poetry run python ./opendevin/core/main.py \
           -i 10 \
           -t "tell me the usa's president using google search" \
           -c BrowsingAgent \
           -m gpt-4o-2024-05-13