13 lines
735 B
Markdown
13 lines
735 B
Markdown
# Running SWE-agent in your browser
|
|
|
|
Running SWE-agent in your browser is the easiest way to try out our project.
|
|
|
|
<video controls>
|
|
<source src=" https://github.com/SWE-agent/SWE-agent/assets/13602468/44d60674-59ca-4986-9b22-7052a45cbed9" type="video/mp4">
|
|
</video>
|
|
|
|
1. Click [](https://codespaces.new/SWE-agent/SWE-agent)
|
|
2. Add your language model API keys to `.env` (find the file in the left sidebar and fill out the template). More information on the keys [here](keys.md).
|
|
3. Make sure to wait until the `postCreateCommand` in the terminal window at the bottom is finished
|
|
4. Enter your SWE-agent command, see [using the command line](../usage/cl_tutorial.md).
|