Engel Nyst eeb2342509 Refactor history/event stream (#3808) преди 1 година
..
README.md 997dc80d18 chance default model to 3.5 sonnet new (#4612) преди 1 година
__init__.py e6847e9e61 Move agenthub within openhands (#4130) преди 1 година
browsing_agent.py eeb2342509 Refactor history/event stream (#3808) преди 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 claude-3-5-sonnet-20241022