Engel Nyst 20455cea3e (Browsing agent) Fix send_msg_to_user (#4354) 1 年之前
..
README.md e6847e9e61 Move agenthub within openhands (#4130) 1 年之前
__init__.py e6847e9e61 Move agenthub within openhands (#4130) 1 年之前
browsing_agent.py e6847e9e61 Move agenthub within openhands (#4130) 1 年之前
prompt.py e6847e9e61 Move agenthub within openhands (#4130) 1 年之前
response_parser.py 20455cea3e (Browsing agent) Fix send_msg_to_user (#4354) 1 年之前
utils.py e6847e9e61 Move agenthub within openhands (#4130) 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