Running SWE-agent in your browser
Running SWE-agent in your browser is the easiest way to try out our project.
- Click
- Add your language modelAPI keys to
.env
(find the file in the left sidebar and fill out the template). More information on the keys here. - Make sure to wait until the
postCreateCommand
in the terminal window at the bottom is finished - Enter your SWE-agent command, see, see using the command line.
Running the Web UI
Web UI
We're currently working on updating the web UI to be compatible with the latest version of SWE-agent. Please use the using the command line until this is fixed.
Go to the terminal and enter
./start_web_ui.sh
After a while, you should see a popup offering you to forward port 3000
. Click Open in Browser
.
If you instead only see the offer to forward port 8000
, do not click it (this is the port that's being used by the backend).
Instead, click on the Ports
tab, and click on the globe next to port 3000
:
-
Something broken? Report bug
-
Something unclear? Ask question