#477 · Primary category: AI Coding Assistants
Agentless
Agentless🐱: an agentless approach to automatically solve software development problems
Project last updated:12/22/24
GitHub Stars
2.1K
Forks
238
Contributors
4
License
MIT
Why we included this project
Agentless takes a different route from most coding agents: it never lets an LLM wander through a repository. Instead it splits the work into three explicit steps, first narrowing the bug down to the relevant files and functions, then generating a batch of candidate patches, and finally running regression and reproduction tests to pick the strongest fix. That structure makes the process easy to follow and cheap to run per issue, which appeals to researchers who want to study how each stage affects repair quality. If you're building automated debugging, triage, or CI systems that might suggest fixes, it's a useful reference to study. The repo ships with SWE-bench Lite and Verified configs, so you can compare your results against published baselines without building your own harness.
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.