#477 · Primary category: AI Coding Assistants

Agentless

agent artificial-intelligence llm software-development

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