Anush Kumar V 8f76587e5c docs: updated docstrings using ruff's autofix feature (#2923) 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 8f76587e5c docs: updated docstrings using ruff's autofix feature (#2923) há 1 ano atrás
prompt.py 8f76587e5c docs: updated docstrings using ruff's autofix feature (#2923) há 1 ano atrás
response_parser.py 8f76587e5c docs: updated docstrings using ruff's autofix feature (#2923) há 1 ano atrás
utils.py 8f76587e5c docs: updated docstrings using ruff's autofix feature (#2923) 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