|
|
1 yıl önce | |
|---|---|---|
| .. | ||
| README.md | 1 yıl önce | |
| __init__.py | 1 yıl önce | |
| browsing_agent.py | 1 yıl önce | |
| prompt.py | 1 yıl önce | |
| response_parser.py | 1 yıl önce | |
| utils.py | 1 yıl önce | |
This folder implements the basic BrowserGym demo agent that enables full-featured web browsing.
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 ./opendevin/core/main.py \
-i 10 \
-t "tell me the usa's president using google search" \
-c BrowsingAgent \
-m gpt-4o-2024-05-13