Agentless: An Agentless Approach to Solve Software Development Problems
This repository profile is provided by osrepos.com, an open source repository discovery platform.

Summary
Agentless is an innovative open-source project that offers an agentless approach to automatically solve software development problems. It streamlines the bug-fixing process through localization, repair, and patch validation phases. This tool aims to enhance efficiency in addressing software issues, particularly demonstrated by its performance on benchmarks like SWE-bench lite.
Repository Information
Topics
Click on any tag to explore related repositories
Use at your own risk
OSRepos shares public repositories for knowledge and discovery only. Any installation, execution, configuration, or use of code from these repositories is the user's own responsibility. Always review the repository, source code, dependencies, licenses, and security implications before running or installing anything. OSRepos is not responsible for issues, damages, or losses resulting from third-party repositories.
Introduction
Agentless is an innovative open-source project by OpenAutoCoder that introduces an agentless methodology for automatically resolving software development issues. Unlike traditional agent-based systems, Agentless streamlines the problem-solving process into three distinct phases: localization, repair, and patch validation. This structured approach aims to efficiently identify, fix, and verify solutions for software bugs.
The project has demonstrated impressive results, achieving significant solve rates on benchmarks like SWE-bench lite, making it a notable tool in automated software engineering.
Installation
To get started with Agentless, follow these steps to set up your environment:
First, clone the repository and navigate into its directory:
git clone https://github.com/OpenAutoCoder/Agentless.git
cd Agentless
Next, create and activate a Conda environment, then install the required dependencies:
conda create -n agentless python=3.11
conda activate agentless
pip install -r requirements.txt
export PYTHONPATH=$PYTHONPATH:$(pwd)
Finally, export your OpenAI API key to enable the tool's functionality:
export OPENAI_API_KEY={key_here}
You are now ready to run Agentless on problems, for example, those found in SWE-bench. For detailed instructions on reproducing SWE-bench lite experiments, refer to the SWE-bench README file within the repository.
Examples
While direct interactive examples are not provided in the main README, Agentless is designed to run on problems from benchmarks like SWE-bench. Users can follow the detailed instructions in the SWE-bench README within the repository to reproduce experiments and apply Agentless to these standardized software development challenges.
The project's effectiveness is further illustrated by its comparison graph against other open-source agent-based approaches on SWE-bench lite, showcasing its competitive performance in automated bug fixing.
Why Use Agentless?
Agentless stands out for its unique agentless approach, which simplifies the architecture for automated software problem-solving. Its three-phase process, encompassing localization, repair, and patch validation, provides a robust and systematic method for addressing bugs.
The project has achieved high solve rates on challenging benchmarks such as SWE-bench lite, demonstrating its capability to effectively fix real-world software issues. Furthermore, its cost-effectiveness, as highlighted by an average cost of $0.34 per issue, makes it an attractive solution for developers looking to automate parts of their debugging workflow.
Links
- GitHub Repository: https://github.com/OpenAutoCoder/Agentless
- Arxiv Paper: https://arxiv.org/abs/2407.01489
- Latest Release Artifacts: https://github.com/OpenAutoCoder/Agentless/releases/tag/v1.5.0
Related repositories
Similar repositories that may be relevant next.

Hermes WebUI: A Powerful Web Interface for Your Autonomous AI Agent
June 1, 2026
Hermes WebUI provides a lightweight, dark-themed web application for interacting with Hermes Agent, offering full parity with the CLI experience. This self-hosted interface allows users to manage sessions, browse workspaces, and control their AI agent from any web browser or phone, enhancing accessibility and user experience. It integrates seamlessly with existing Hermes Agent setups, requiring no additional configuration.

UFO: Microsoft's Multi-Device AI Agent Orchestration Framework
March 20, 2026
Microsoft's UFO project introduces a powerful framework for intelligent automation, evolving from a robust Windows Desktop AgentOS (UFO²) to a revolutionary Multi-Device Agent Galaxy (UFO³). This project enables the orchestration of AI agents across diverse platforms, streamlining complex workflows and enhancing digital interaction. It offers both standalone Windows automation and a scalable solution for cross-device collaboration.

Hexabot: Open-Source AI Chatbot and Agent Builder
March 19, 2026
Hexabot is an open-source AI chatbot and agent builder designed for creating and managing multi-channel and multilingual conversational agents with ease. It offers extensive customization, powerful text-to-action capabilities, and supports integration with various LLM models, making it a flexible solution for developers. This project simplifies the deployment and management of sophisticated AI-powered interactions across different platforms.

mini-swe-agent: The Minimal AI Agent for Solving GitHub Issues
March 18, 2026
mini-swe-agent is a remarkably simple yet powerful AI agent, comprising just 100 lines of Python code. It's designed to solve GitHub issues and assist in command-line tasks, achieving over 74% on the SWE-bench verified benchmark. This project offers a radically simple approach to AI-driven software engineering, avoiding complex configurations and large monorepos.
Source repository
Open the original repository on GitHub.