Mahmood Alhawaj 6487175a31 refactored all relative paths to absolute paths (#3495) 1 an în urmă
..
README.md 01ae22ef57 Rename OpenDevin to OpenHands (#3472) 1 an în urmă
__init__.py 6487175a31 refactored all relative paths to absolute paths (#3495) 1 an în urmă
browsing_agent.py 01ae22ef57 Rename OpenDevin to OpenHands (#3472) 1 an în urmă
prompt.py 6487175a31 refactored all relative paths to absolute paths (#3495) 1 an în urmă
response_parser.py 01ae22ef57 Rename OpenDevin to OpenHands (#3472) 1 an în urmă
utils.py 8f76587e5c docs: updated docstrings using ruff's autofix feature (#2923) 1 an în urmă

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 ./openhands/core/main.py \
           -i 10 \
           -t "tell me the usa's president using google search" \
           -c BrowsingAgent \
           -m gpt-4o-2024-05-13