GitHub - langchain-ai/open-swe: An Open-Source Asynchronous Coding Agent

2 min read Original article โ†—
Open SWE Logo

Open SWE - An Open-Source Asynchronous Coding Agent

Warning

โš ๏ธ DEPRECATION NOTICE

This repository is no longer actively maintained and will not receive further updates. The project has been deprecated and users are advised to seek alternative solutions for their coding agent needs.

Open SWE is an open-source cloud-based asynchronous coding agent built with LangGraph. It autonomously understands codebases, plans solutions, and executes code changes across entire repositoriesโ€”from initial planning to opening pull requests.

Tip

Try out Open SWE yourself using our public demo!

Note: you're required to set your own LLM API keys to use the demo.

Note

๐Ÿ“š See the Open SWE documentation files here

๐Ÿ’ฌ Read the announcement blog post here

๐Ÿ“บ Watch the announcement video here

Features

UI Screenshot

  • ๐Ÿ“ Planning: Open SWE has a dedicated planning step which allows it to deeply understand complex codebases and nuanced tasks. You're also given the ability to accept, edit, or reject the proposed plan before it's executed.
  • ๐Ÿค Human in the loop: With Open SWE, you can send it messages while it's running (both during the planning and execution steps). This allows for giving real time feedback and instructions without having to interrupt the process.
  • ๐Ÿƒ Parallel Execution: You can run as many Open SWE tasks as you want in parallel! Since it runs in a sandbox environment in the cloud, you're not limited by the number of tasks you can run at once.
  • ๐Ÿง‘โ€๐Ÿ’ป End to end task management: Open SWE will automatically create GitHub issues for tasks, and create pull requests which will close the issue when implementation is complete.

Usage

Open SWE can be used in multiple ways:

  • ๐Ÿ–ฅ๏ธ From the UI. You can create, manage and execute Open SWE tasks from the web application.
  • ๐Ÿ“ From GitHub. You can start Open SWE tasks directly from GitHub issues simply by adding a label open-swe, or open-swe-auto (adding -auto will cause Open SWE to automatically accept the plan, requiring no intervention from you). The default open-swe labels now use Claude Opus 4.5 for optimal performance. Note: open-swe-max and open-swe-max-auto labels are deprecated and should no longer be used.