LangChain has released Open SWE, a fully open-source, asynchronous coding agent designed to operate in the cloud and handle complex software development tasks. The company says Open SWE represents a shift away from real-time “copilot” assistants toward more autonomous, long-running agents that integrate directly with a developer’s existing workflows.
Unlike many coding assistants that focus on short interactions inside an IDE, Open SWE connects directly to GitHub repositories and works like another member of the engineering team. Developers can assign it tasks via GitHub Issues or a dedicated UI, after which it researches the codebase, generates a detailed plan, writes and tests code, reviews its work, and opens a pull request when complete.
The tool is designed for high-context, longer-term tasks. Every run occurs in a secure, isolated Daytona sandbox, allowing the agent to execute shell commands freely without risking the host environment. This architecture enables it to operate entirely in the cloud, handling multiple tasks in parallel without consuming local resources.
Open SWE also emphasizes human-in-the-loop controls. Developers can interrupt the agent mid-task, request changes, or provide new instructions without restarting. During the planning phase, users can accept, edit, or reject proposed strategies before execution begins. This flexibility extends to “double texting” — the ability to send new requests while the agent is already working, something most coding assistants can not do.
LangChain says Open SWE’s multi-agent architecture — Manager, Planner, Programmer and Reviewer — is key to producing higher-quality code. The Reviewer checks outputs for errors before any pull request is created, aiming to reduce broken builds and repeated review cycles.
The project is built on LangGraph and deployed via the LangGraph Platform, which the company says is optimized for long-running agents and offers persistence, scaling, and deployment flexibility.
Open SWE is available now on GitHub, with full documentation for developers who want to extend it, customize its prompts, or integrate it into internal systems. LangChain positions the project as both a production-ready assistant and a foundation for further community-driven innovation.
How to Use It
You can get started with the hosted version of Open SWE in minutes. All you need is an Anthropic API key.
- Visit swe.langchain.com.
- Connect your GitHub account and select the repositories you want Open SWE to access.
- Provide your Anthropic API key in settings.
- Start a new task and watch it go!
0 件のコメント:
コメントを投稿