asappresearch / webagents-step

MIT License
36 stars 8 forks source link

Perform login to WebArena environments #3

Open viswavi opened 3 months ago

viswavi commented 3 months ago

This PR addresses issue #2 by performing authentication into each environment that requires login. Currently (without this change), most environments requiring a sign-in will be impossible to solve by an agent, since the agent has no knowledge of the correct login credentials.

psodhi-asapp commented 3 months ago

Thanks for the PR! Per my reply here to #2, a simpler solution would to be run the one time authentication script from WebArena README and copy over the .auth folder. I have the update the README with instructions to do so.