Engel Nyst 80fe13f4be rename our completion as a drop-in replacement of litellm completion (#2509) 1 år sedan
..
README.md 53f64ffa06 Improve browsing agent prompts, allowing agent to properly finish when done (#1993) 1 år sedan
__init__.py 1fe290adf9 [Feat] A competitive Web Browsing agent (#1856) 1 år sedan
browsing_agent.py 80fe13f4be rename our completion as a drop-in replacement of litellm completion (#2509) 1 år sedan
prompt.py 3b0e1361a4 fix typos (#2267) 1 år sedan
response_parser.py c6951eb6c1 refactor browsing agent response parse (#2366) 1 år sedan
utils.py 9ada36e30b fix: restore python linting. (#2228) 1 år sedan

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