All tools
AI Coding Agent

SWE-agent

An open-source agent from Princeton NLP that autonomously resolves GitHub issues by giving an LLM a purpose-built interface for browsing, editing, and testing code.

Pricing
Open source, free (bring your own model API key)
Visit site ↗

SWE-agent wraps an LLM in an “Agent-Computer Interface” — a constrained set of commands for viewing, searching, and editing files and running tests — so it can work through real GitHub issues end-to-end. It’s the reference agent behind much of the SWE-bench benchmark work.

Why it stands out

Good for

Researchers and engineers who want a transparent, hackable reference implementation of an autonomous issue-resolving coding agent.