Engel Nyst f994277d0f Make agents follow configured temperature (#4099) 1 年之前
..
README.md 01ae22ef57 Rename OpenDevin to OpenHands (#3472) 1 年之前
__init__.py 6487175a31 refactored all relative paths to absolute paths (#3495) 1 年之前
browsing_agent.py f994277d0f Make agents follow configured temperature (#4099) 1 年之前
prompt.py 620526b8b4 agent_controller: in PAUSED state reduce delegate logspam from delegate (#3946) 1 年之前
response_parser.py bc31fb15fe (fix) CodeActAgent: fix issues with vision support in prompts (#3665) 1 年之前
utils.py 8f76587e5c docs: updated docstrings using ruff's autofix feature (#2923) 1 年之前

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