aicoolies logo

Agentless

Non-agent approach to automated software engineering via localize-and-repair

open sourceupdated Apr 15, 2026

Agentless takes a deliberate non-agent approach to LLM-powered software engineering. Instead of autonomous agents making tool calls, it uses a structured localize-then-repair pipeline: first narrowing down which files and functions are relevant, then generating targeted patches. Achieved competitive SWE-Bench results at $0.34 average cost per issue. Adopted by OpenAI for o3 evaluations. 3,000+ GitHub stars, MIT licensed. A counterpoint to the agent-heavy trend in AI coding tools.

Agentless challenges the prevailing assumption that autonomous agents are the best approach to AI-powered code repair. The system uses a two-phase pipeline: localization identifies the relevant files, classes, and functions through hierarchical search, then repair generates patches using the narrowed context. This structured approach avoids the unpredictability of agent loops where an AI repeatedly tries different tools and strategies with escalating costs.

The results are striking: on SWE-Bench Lite, Agentless achieves competitive scores with top agent-based systems while averaging just $0.34 per issue — a fraction of the cost of approaches like Devin or OpenHands that may spend dollars per attempt. OpenAI adopted the Agentless approach for evaluating o3's software engineering capabilities, lending significant credibility to the methodology. The simplicity also means fewer failure modes and more predictable behavior.

Agentless is MIT licensed with 3,000+ GitHub stars and active research development. It supports multiple LLM backends and works on real-world GitHub issues. For teams evaluating AI coding tools, Agentless represents an important design philosophy: sometimes a well-structured pipeline outperforms autonomous agents, especially when cost efficiency and predictability matter more than handling the most complex edge cases.

Pricing

Free and open-source (MIT); LLM API costs apply

Platforms

Python CLI, works with any LLM API

Categories

Tags

Use Cases

Related Tools

computed discovery: shared active categories · kept separate from editor-verified Alternatives

Agent Skills logo

Agent Skills

Open standard for portable skills across AI agents

Agent Skills is the open SKILL.md folder specification for packaging reusable instructions, scripts, references, and assets that compatible AI agents load through progressive disclosure. Originally developed by Anthropic and released as an open standard, it defines the portable format itself—not an example library, marketplace, or hosted agent product.

Open Source
hyperagent

HyperAgent

Open-source natural-language browser automation framework for AI agents

An AGPL-3.0 TypeScript framework that drives a real browser from natural-language tasks — the self-hostable OSS framework from Hyperbrowser, distinct from the vendor's paid cloud browser product.

freeOpen Source
KaibanJS logo

KaibanJS

JavaScript framework for building and visualizing multi-agent workflows on a Kanban board

KaibanJS is an MIT-licensed JavaScript framework for defining AI agents, tasks, tools, and teams, then orchestrating their work through a Kanban-inspired runtime and visual board. It can run inside Node.js, React, or Next.js projects, supports custom UIs and headless workflows, and provides real-time task-state visibility for multi-agent applications.

Open SourceTelemetry
Sakana Fugu logo

Sakana Fugu

Multi-agent model API that orchestrates frontier models behind one OpenAI-compatible endpoint

Sakana Fugu is a hosted model-provider API that exposes a learned multi-agent system as one OpenAI-compatible model. It dynamically routes coding, code review, research, and reasoning tasks across a frontier-model pool, with Fugu for lower-latency work and Fugu Ultra for harder workloads where answer quality matters more than cost or speed.

paidTelemetry
LangChain logo

OpenWiki

LangChain CLI for maintaining agent-friendly codebase documentation

OpenWiki is LangChain’s open-source CLI for generating and maintaining an agent-focused wiki inside a codebase. It can create an openwiki/ documentation folder, update it from repository changes, add guidance to AGENTS.md or CLAUDE.md, and run via an interactive CLI or daily GitHub Action so coding agents have durable context without stuffing every detail into prompts.

Open SourceTelemetry
Accomplish Coworker logo

Accomplish Coworker

Open-source desktop AI coworker for browsing and code execution.

Accomplish Coworker is an MIT-licensed open-source AI coworker that runs on the desktop, combining computer-use style browsing with code execution so agents can research, implement, run, and debug workflows in one local environment.

Open SourceTelemetry

Used in Stacks

FAQ

What is Agentless?

Agentless takes a deliberate non-agent approach to LLM-powered software engineering. Instead of autonomous agents making tool calls, it uses a structured localize-then-repair pipeline: first narrowing down which files and functions are relevant, then generating targeted patches. Achieved competitive SWE-Bench results at $0.34 average cost per issue. Adopted by OpenAI for o3 evaluations. 3,000+ GitHub stars, MIT licensed. A counterpoint to the agent-heavy trend in AI coding tools.

Is Agentless free?

Yes — Agentless is open source and free to use. Free and open-source (MIT); LLM API costs apply

Is Agentless open source?

Yes — Agentless is open source.

What are the best Agentless alternatives?

The top editor-verified Agentless alternatives are OpenHands, Aider, Goose.