web-arena-x / webarena

Code repo for "WebArena: A Realistic Web Environment for Building Autonomous Agents"
https://webarena.dev
Apache License 2.0
676 stars 103 forks source link

Edit: no issue #26

Closed nicholaschenai closed 1 year ago

nicholaschenai commented 1 year ago

The prompts use 'homepage.com' but there doesnt seem to be any functions to substitute that with the user defined homepage

shuyanzhou commented 1 year ago

If the HOMEPAGE constant is configured correctly, the agent should be able to visit the homepage through goto [http://homepage.com]. The code is here

The goal of having this homepage is to help the agent to perform cross-website tasks

nicholaschenai commented 1 year ago

thanks for clarifying!