tobitege b431fce938 tests: more Agentskills tests; updated .gitignore (#2307) 1 year ago
..
README.md 53f64ffa06 Improve browsing agent prompts, allowing agent to properly finish when done (#1993) 1 year ago
__init__.py 1fe290adf9 [Feat] A competitive Web Browsing agent (#1856) 1 year ago
browsing_agent.py b431fce938 tests: more Agentskills tests; updated .gitignore (#2307) 1 year ago
prompt.py 3b0e1361a4 fix typos (#2267) 1 year ago
utils.py 9ada36e30b fix: restore python linting. (#2228) 1 year ago

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