Open SWE is an open source asynchronous coding agent designed to automate software engineering workflows across entire repositories. Built with LangGraph, it can understand a codebase, generate a structured plan, and execute code changes from start to finish without constant human intervention. It operates in a cloud-based environment where tasks are processed asynchronously, allowing multiple coding jobs to run in parallel in isolated sandboxes. It integrates directly with development workflows by responding to triggers from tools like GitHub, enabling users to initiate tasks through issues or comments. Open SWE is capable of creating commits and automatically opening pull requests once implementation is complete, effectively closing the loop on development tasks. It also supports interactive feedback during execution, allowing users to guide or adjust the process mid-task. Despite its advanced capabilities, the project has been officially marked as deprecated.
Features
- Autonomous codebase understanding, planning, and execution
- Asynchronous task handling with parallel execution in cloud sandboxes
- GitHub integration for triggering tasks via issues and comments
- Automatic commit creation and pull request generation
- Interactive messaging support during task execution
- Customizable architecture with pluggable tools, models, and workflows