If you want to try out Open SWE, but aren’t sure where to start, here are a few example tasks you can try out.
1

Clone the TypeScript template

The examples below are all for TypeScript tasks. For these, you should clone an empty TypeScript template repository:bracesproul/typescript-templateVisit the GitHub UI, and click Use this template to create a new repository based on this template.
2

Give Open SWE access to your repository

If you did not give Open SWE to all of your repositories when setting it up the first time, you’ll need to give Open SWE access to this repository.
  1. Visit the settings page on Open SWE: swe.langchain.com/settings
  2. To the right of your user inside the Current User section, click the + button. This will redirect you to GitHub where you can authorize Open SWE to access your repositories.
  3. Select the new TypeScript template you just created.
Once done, it will redirect you back to Open SWE. Once here, find the new repository under the repo dropdown above the chat input.
3

Submit one of the example tasks

After cloning the template and giving Open SWE access to it, you can submit one of the example tasks!
Below are a series of examples you can try out: