File size: 568 Bytes
246d201
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# Browsing Agent Framework

This folder implements the basic BrowserGym [demo agent](https://github.com/ServiceNow/BrowserGym/tree/main/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

```