#104 · Primary category: AI Coding Assistants
open-swe
An Open-Source Asynchronous Coding Agent
Project last updated:08/29/26
GitHub Stars
10.6K
Forks
1.3K
Contributors
47
License
MIT
Why we included this project
Open SWE suits teams that have outgrown chat-in-the-IDE helpers and want a coding agent able to work on its own for longer stretches. It follows the architecture Stripe, Ramp, and Coinbase built for their internal agents: each task runs in an isolated cloud sandbox with shell access, the agent works through a small set of tools for shell, web requests, and Git, and it can open pull requests and post progress to Slack or Linear without a human watching every step. Because it is built on LangGraph and Deep Agents, subagent orchestration and middleware hooks are already there. The agent also honors AGENTS.md conventions your team already keeps, so existing rules carry over without extra wiring. Plan for some setup time: this is a framework to adapt, not a finished product, so you will wire your own repos, sandbox provider, and workflow hooks.
Articles for this project
No articles for this project yet.
To suggest a topic or contribute an article, contact us.
Related projects in this category
superpowers
An agentic skills framework & software development methodology that works.
ECC
The agent harness performance optimization system. Skills, instincts, memory, security, and research-first development for Claude Code, Codex, Opencode, Cursor and beyond.
skills
Skills for Real Engineers. Straight from my .agents directory.
opencode
The open source coding agent.
andrej-karpathy-skills
A single CLAUDE.md file to improve Claude Code behavior, derived from Andrej Karpathy's observations on LLM coding pitfalls.