awesome-repositories.com
Blog
awesome-repositories.com

Entdecke die besten Open-Source-Repositories mit KI-gestützter Suche.

EntdeckenKuratierte SuchenOpen-Source-AlternativenSelf-hosted SoftwareBlogSitemap
ProjektÜber unsRanking-MethodikPresseMCP-Server
RechtlichesDatenschutzAGB
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

Autonome Coding-Agenten

Ranking aktualisiert am 30. Juni 2026

For Autonomer Agent für die Softwareentwicklung, the strongest matches are roocodeinc/roo-code (Roo-Code is an open-source IDE extension that acts as), sweepai/sweep (Sweep is an open-source automated software engineering system that) and anthropics/claude-code (Claude Code is a terminal-native autonomous AI coding agent). just-every/code and frankbria/ralph-claude-code round out the shortlist. Each is ranked by relevance to your query, popularity and recent activity.

Entdecke die besten autonomen Coding-Agenten, sortiert nach Aktivität und Funktionsumfang. Vergleiche führende Open-Source-Tools für deinen Workflow.

Autonome Coding-Agenten

Finde die besten Repos mit KI.Wir suchen mit KI nach den am besten passenden Repositories.
  • roocodeinc/roo-codeAvatar von RooCodeInc

    RooCodeInc/Roo-Code

    24,266Auf GitHub ansehen↗

    Roo-Code is an integrated development environment extension that functions as an autonomous software engineering agent. It connects large language models directly to your local file system and terminal, enabling the agent to interpret natural language requirements and execute complex development workflows. The project distinguishes itself through a model-agnostic orchestration layer that allows developers to connect various large language model backends to their local workspace. By utilizing an iterative tool-use loop, the agent decomposes high-level tasks into sequential steps, interacting w

    Roo-Code is an open-source IDE extension that acts as an autonomous coding agent, interpreting natural language to plan and execute development tasks directly in your local workspace, which fits precisely what this search asks for.

    TypeScriptAgentic LoopsNatural Language Code Generators
    Auf GitHub ansehen↗24,266
  • sweepai/sweepAvatar von sweepai

    sweepai/sweep

    7,703Auf GitHub ansehen↗

    Sweep is an automated software engineering system that uses large language models to resolve GitHub issues. It functions as an AI software engineer that transforms natural language issue descriptions into concrete code changes and pull requests. The system integrates with GitHub webhooks to trigger workflows based on issue creation or label updates. It employs an iterative feedback loop that analyzes compiler errors and test results to refine generated code and correct bugs. The tool covers a range of maintenance capabilities, including automated bug fixing, feature implementation, and codeb

    Sweep is an open-source automated software engineering system that uses LLMs to turn natural-language issue descriptions into concrete code changes and pull requests, with integrated debugging via compiler errors and test feedback — directly fulfilling the search for an autonomous AI coding agent that writes, debugs, and executes code.

    Jupyter NotebookNatural Language Code Generators
    Auf GitHub ansehen↗7,703
  • anthropics/claude-codeAvatar von anthropics

    anthropics/claude-code

    132,728Auf GitHub ansehen↗

    Anthropic's terminal-native AI coding agent.

    Claude Code is a terminal-native autonomous AI coding agent that interprets natural-language instructions to execute code changes, run tests, and manage project files through a continuous agentic loop, making it a direct and comprehensive fit for a self-hostable software development assistant.

    PythonAgentic Loops
    Auf GitHub ansehen↗132,728
  • just-every/codeAvatar von just-every

    just-every/code

    3,483Auf GitHub ansehen↗

    This project is a multi-agent development framework and orchestrator designed to coordinate autonomous AI agents for software engineering tasks. It functions as an engine that plans, implements, and reviews complex code changes across multiple files and isolated worktrees from a command line interface. The system distinguishes itself through a multi-agent coordination layer that decomposes tasks into sequential phases and applies changes across isolated worktrees to validate solutions. It maintains project-specific knowledge and constraints across sessions via context persistence using dedica

    This open-source multi-agent framework orchestrates AI agents to autonomously plan, implement, and review code changes across files, supporting natural-language-driven development with integrated execution via isolated worktrees — exactly the autonomous coding agent you're looking for.

    RustAgentic Plan-And-Execute Workflows
    Auf GitHub ansehen↗3,483
  • frankbria/ralph-claude-codeAvatar von frankbria

    frankbria/ralph-claude-code

    7,053Auf GitHub ansehen↗

    This project is an autonomous AI software engineering orchestrator and development loop manager. It implements a system for managing AI coding agents that execute iterative development cycles, processing technical requirements through a persistent task queue based on priority and dependencies. The system synchronizes development progress with GitHub by converting issues and comments into actionable plans and automating pull requests and status updates. It provides a secure execution layer by running coding operations within an isolated sandbox environment to protect the host file system. To

    This repository is an autonomous AI software engineering orchestrator that manages coding agents, turns natural language technical requirements into prioritized tasks, executes code inside a sandboxed environment, and integrates GitHub for issue-driven development and automated pull requests, covering the core autonomous coding agent capabilities.

    ShellAutonomous Agent Loops
    Auf GitHub ansehen↗7,053
  • cline/clineAvatar von cline

    cline/cline

    63,750Auf GitHub ansehen↗

    Cline is an extensible agent runtime and multi-agent orchestration engine designed to automate complex software engineering workflows. It functions as an integrated development environment extension that bridges strategic task planning with autonomous execution, allowing users to manage multi-step projects through human-in-the-loop oversight or independent agent operation. The platform distinguishes itself by enabling the creation of specialized agent teams that share a common state and coordinate through a centralized task manager. It enforces project-specific architectural guidelines and co

    Cline is an extensible agent runtime that operates as an IDE extension to autonomously plan and execute multi-step software engineering workflows from natural language, making it a comprehensive autonomous AI coding agent with support for self-hosted deployment and extensible tool use.

    TypeScriptTask Decomposition Systems
    Auf GitHub ansehen↗63,750
  • foundationagents/metagptAvatar von FoundationAgents

    FoundationAgents/MetaGPT

    68,844Auf GitHub ansehen↗

    MetaGPT is an agentic workflow engine and multi-agent orchestration framework designed to automate complex software engineering and data analysis tasks. It functions as an automated software factory that transforms high-level natural language requirements into functional web applications, technical documentation, and production-ready code. By utilizing a runtime environment that manages the lifecycle of specialized agents, the platform bridges the gap between user intent and finished software components. The system distinguishes itself through role-based agent orchestration and dynamic task d

    MetaGPT is an open-source multi-agent orchestration framework that autonomously transforms natural-language requirements into functional code through role-based agent planning and a runtime execution environment, directly matching the search for an AI coding agent that writes, debugs, and executes code.

    PythonTask Decomposition Systems
    Auf GitHub ansehen↗68,844
  • gsd-build/gsd-2Avatar von gsd-build

    gsd-build/gsd-2

    7,740Auf GitHub ansehen↗

    This project is an autonomous AI software development framework designed to plan, code, test, and commit software milestones without human intervention. It functions as a state-machine-driven agent loop that orchestrates development through a recurring cycle of research, execution, and verification. The system distinguishes itself through a git-isolated task runner that executes milestones in separate worktrees and branches, ensuring changes are squash-merged into a linear commit history. It features a multi-model routing gateway that assigns different LLM providers to specific workflow phase

    GSD-2 is an autonomous AI software development framework that plans, codes, tests, and commits software milestones from natural-language specs, with git integration, multi-model support, and extensible tooling—exactly the kind of self-hostable, multi-language coding agent you’re looking for.

    TypeScriptAutonomous Agent Loops
    Auf GitHub ansehen↗7,740
  • hmbown/deepseek-tuiAvatar von Hmbown

    Hmbown/DeepSeek-TUI

    38,538Auf GitHub ansehen↗

    DeepSeek-TUI is an AI coding agent orchestrator and framework designed to automate complex programming tasks. It functions as a harness for coordinating AI models that can read source code, edit files, and execute shell commands through automated agent workflows. The system is distinguished by its multi-agent coordination capabilities, which allow for the spawning of parallel sub-agents to handle concurrent investigations or implementation slices. It employs autonomous goal-seeking loops to pursue objectives across multiple turns and utilizes a tool integration gateway to connect models to ex

    DeepSeek-TUI is an open-source AI coding agent orchestrator that autonomously reads code, edits files, and executes shell commands via natural-language-driven agent workflows, with multi-agent coordination and extensible tool integration, fitting the intent for a self-hostable development agent.

    RustAutonomous Agent Loops
    Auf GitHub ansehen↗38,538
  • openbmb/chatdevAvatar von OpenBMB

    OpenBMB/ChatDev

    33,427Auf GitHub ansehen↗

    ChatDev is an automated software engineering platform that orchestrates the end-to-end development lifecycle through a multi-agent framework. It functions as a programmable engine that coordinates specialized autonomous agents to handle design, coding, testing, and documentation tasks by transitioning through predefined phases of a software project. The system distinguishes itself by using role-based agent specialization to simulate a professional engineering team, assigning distinct personas and knowledge bases to individual agents. It employs prompt-driven task decomposition to break high-l

    ChatDev is an automated software engineering platform that uses a multi-agent framework to autonomously coordinate design, coding, testing, and documentation from natural-language instructions, making it a perfect fit for an autonomous AI coding agent that writes, debugs, and executes code.

    PythonTask Decomposition Systems
    Auf GitHub ansehen↗33,427
  • openhands/openhandsAvatar von OpenHands

    OpenHands/OpenHands

    77,330Auf GitHub ansehen↗

    OpenHands is an autonomous agent framework designed for software engineering workflows. It provides a modular platform for orchestrating AI agents that reason, plan, and execute tasks within isolated, containerized development environments. By integrating with standard version control and development tools, the system enables agents to autonomously navigate codebases, implement features, and resolve issues through iterative reasoning and tool execution. The platform distinguishes itself through a model-agnostic orchestrator that connects diverse language models to a unified tool registry. It

    OpenHands is a framework for autonomous software engineering agents that reason, plan, and execute tasks in containerized environments with version control integration and extensibility, squarely matching the need for an AI coding agent that writes, debugs, and runs code from natural language.

    PythonAgent Tool Execution
    Auf GitHub ansehen↗77,330
  • pythagora-io/gpt-pilotAvatar von Pythagora-io

    Pythagora-io/gpt-pilot

    33,743Auf GitHub ansehen↗

    GPT-Pilot is an autonomous development tool designed to build, debug, and manage entire software projects. It functions as an AI-powered coding assistant that translates high-level natural language requirements into structured file architectures and functional source code. By acting as an autonomous software engineer, the system automates the software development lifecycle, from initial boilerplate creation to the implementation of complex logic. The project distinguishes itself through a recursive task decomposition process that breaks complex requirements into manageable steps, which are th

    GPT-Pilot is an autonomous development tool that translates natural language requirements into structured code via recursive task decomposition, building and debugging entire projects, and supports self-hosting, directly matching the search for an autonomous AI coding agent.

    PythonAI Coding AssistantsAI Code GeneratorsAutonomous Development Agents
    Auf GitHub ansehen↗33,743
  • hmbown/codewhaleAvatar von Hmbown

    Hmbown/CodeWhale

    38,468Auf GitHub ansehen↗

    CodeWhale is an AI coding agent orchestrator and development harness designed to coordinate autonomous agents that read, edit, and verify code. It provides a secure environment for AI agents to perform multi-step software engineering tasks, utilizing a sandboxed execution model to isolate shell commands and protect the host system. The system distinguishes itself by spawning multiple independent agents in parallel to handle separate investigation or implementation slices simultaneously. It employs a multi-model gateway to route requests across various cloud APIs and local servers, and utilize

    CodeWhale is an orchestrator and harness that coordinates autonomous AI agents to read, edit, and execute code in a sandboxed environment, directly matching the search for an autonomous coding agent with multi-step task execution, natural-language-driven workflows, and local deployment.

    RustAI Agent OrchestratorsAgent HarnessesAgent Sandboxes
    Auf GitHub ansehen↗38,468
  • esengine/deepseek-reasonixAvatar von esengine

    esengine/DeepSeek-Reasonix

    24,096Auf GitHub ansehen↗

    DeepSeek-Reasonix is an autonomous software engineering framework and terminal-based AI IDE designed to coordinate large language models for complex programming tasks. It functions as a multi-session agent that utilizes a split planner and executor workflow to break down and implement technical objectives. The system distinguishes itself through a specialized focus on session optimization and extensibility. It employs prefix caching and append-only history to reduce token consumption and latency during long sessions. It further extends its capabilities by integrating external tool servers via

    DeepSeek-Reasonix is an autonomous software engineering framework and terminal-based AI IDE that uses a split planner-executor workflow to turn natural-language instructions into coded solutions, directly matching the search for a self-hostable coding agent with built-in task planning, tool-use extensibility, and local deployment.

    GoAI Terminal AssistantsTerminal AI InterfacesAgentic Task Orchestration
    Auf GitHub ansehen↗24,096
  • code-yeongyu/oh-my-opencodeAvatar von code-yeongyu

    code-yeongyu/oh-my-opencode

    63,326Auf GitHub ansehen↗

    Oh-my-opencode is an autonomous software engineering platform designed to automate complex coding tasks through the orchestration of specialized AI agents. It manages end-to-end development workflows by coordinating teams of agents that perform parallel execution, strategic planning, and automated code generation. The system ensures high-precision refactoring by utilizing a hash-anchored modification engine, which verifies file integrity through cryptographic line references before applying any changes. The platform distinguishes itself through a rigorous planning-first methodology, requiring

    Oh-my-opencode is an autonomous software engineering platform that orchestrates AI agents to plan, generate, and modify code from natural-language instructions, with built-in task planning, parallel execution, and extensible agent tool integrations — meeting the core requirements for an autonomous coding agent.

    TypeScriptAutonomous Software EngineeringAgent OrchestratorsMulti-Agent Orchestrators
    Auf GitHub ansehen↗63,326
  • huggingface/smolagentsAvatar von huggingface

    huggingface/smolagents

    27,885Auf GitHub ansehen↗

    This framework provides a development toolkit for building autonomous agents that utilize language models to solve complex, non-deterministic tasks. Its core design centers on a code-executing architecture where agents generate and run Python code snippets to perform logic, data manipulation, and tool interactions. By moving beyond structured data formats, the system enables agents to manage program flow and object state through iterative reasoning cycles. The project distinguishes itself through its focus on code-based agent implementation and secure execution environments. Developers can ch

    Smolagents is a Hugging Face framework for building autonomous agents that generate and run Python code from natural-language instructions, with built-in tool management, secure execution, and support for local models, directly matching the search for an open-source autonomous coding agent.

    PythonAutonomous Agent FrameworksAgent ArchitecturesAgent Orchestrators
    Auf GitHub ansehen↗27,885
  • smol-ai/developerAvatar von smol-ai

    smol-ai/developer

    12,188Auf GitHub ansehen↗

    This project is an AI software engineering tool and framework for building autonomous coding agents. It provides a system for automating program synthesis and bug fixing by integrating large language models with codebase analysis and iterative refinement loops. The framework features an agentic development server that exposes task execution interfaces to remote agents through a structured protocol. This allows for the remote execution of development tasks and the embedding of autonomous program synthesis capabilities into external software projects. The toolset covers AI-driven project scaff

    smol-ai/developer is a framework and tool for building autonomous coding agents that generate, debug, and execute code from natural-language instructions, directly matching the search for an AI software engineering agent with features like remote task execution, iterative refinement, and multi-language support.

    PythonAgent Interface ServersAI Software EngineeringAgent Embedding Frameworks
    Auf GitHub ansehen↗12,188
  • opencode-ai/opencodeAvatar von opencode-ai

    opencode-ai/opencode

    11,006Auf GitHub ansehen↗

    OpenCode is a terminal-based development agent that automates software engineering tasks by integrating artificial intelligence directly into the command-line environment. It functions as an autonomous workflow orchestrator, capable of executing file operations, running shell commands, and applying code patches to complete complex development tasks without manual intervention. The tool distinguishes itself through its ability to index local codebases into vector embeddings, enabling semantic search and natural language queries across project files. It maintains session context through a local

    OpenCode is a terminal-based AI development agent that autonomously plans and executes file operations, shell commands, and code patches from natural-language instructions, matching your need for an autonomous coding agent, though its support for multi-language, version control integration, and plugin extensibility is not explicitly documented.

    GoAgentic Loops
    Auf GitHub ansehen↗11,006
  • microsoft/vscode-copilot-chatAvatar von microsoft

    microsoft/vscode-copilot-chat

    9,493Auf GitHub ansehen↗

    This project is an AI-powered IDE extension and LLM coding assistant that provides a conversational interface for generating, refactoring, and debugging code. It functions as an AI agent framework and a Model Context Protocol client, connecting AI models to external data sources and tools to automate complex development tasks. The system is distinguished by its use of autonomous AI agents capable of multi-step task execution, including the ability to read files, modify code, and run terminal commands iteratively. It supports recursive agent orchestration through subagent delegation and employ

    This repository provides an autonomous coding agent that runs within VS Code, capable of planning, writing, debugging, and executing code through natural language commands — it fits the core category, though its reliance on a cloud AI backend and tight IDE integration means it is not fully self‑hostable or standalone.

    TypeScriptAgent Tool ExecutionAgentic Plan-And-Execute WorkflowsAutonomous Agent Loops
    Auf GitHub ansehen↗9,493
  • claude-code-best/claude-codeAvatar von claude-code-best

    claude-code-best/claude-code

    20,272Auf GitHub ansehen↗

    Claude Code is a command-line interface and multi-agent orchestration framework designed for autonomous software engineering. It enables AI agents to perform codebase modifications, debugging, and Git workflow management while coordinating multiple specialized agents to decompose and execute complex engineering tasks in parallel. The system distinguishes itself through a high degree of isolation and safety, utilizing Git worktrees to create independent working directories for concurrent agents and implementing a tiered permission system that combines user rules, project policies, and OS-level

    This is a multi-agent orchestration framework that uses AI to autonomously write, debug, and manage Git workflows in a CLI, directly matching the core functionality of an autonomous coding agent; its support for task decomposition and local deployment meets the key requirements even if some details like multi-language support are not explicitly confirmed.

    TypeScriptAgentic Plan-And-Execute WorkflowsAutonomous Agent Loops
    Auf GitHub ansehen↗20,272
  • earendil-works/piAvatar von earendil-works

    earendil-works/pi

    65,730Auf GitHub ansehen↗

    Pi is an autonomous coding agent and framework for building AI agents capable of executing independent loops. It functions as an agent state management system that tracks and persists tool calls throughout complex workflows, utilizing a command-line interface for interaction and control. The system features a self-extensible design, allowing agents to write and implement new capabilities and tools into their own runtime environment. It also includes a provider-agnostic abstraction layer that standardizes interactions across different large language model providers through a unified API. The

    Pi is an autonomous coding agent and framework that runs as a CLI tool, executes independent loops, and lets agents write new capabilities into their own runtime — directly matching the search for an AI agent that generates, debugs, and executes code from natural language instructions.

    TypeScriptAutonomous Coding AgentsSelf-Extending LoopsAgent Command Line Interfaces
    Auf GitHub ansehen↗65,730
  • kodu-ai/claude-coderAvatar von kodu-ai

    kodu-ai/claude-coder

    5,255Auf GitHub ansehen↗

    Claude Coder is an autonomous AI coding agent and development tool implemented as a VS Code extension. It functions as an LLM coding agent capable of generating code, debugging software, and implementing project designs directly within the development environment. The system acts as an autonomous software engineer that can research web content and coordinate the deployment of applications to remote environments. It integrates web research capabilities into the IDE to fetch external documentation and technical information. The tool covers a broad range of software engineering tasks, including

    Claude Coder is a VS Code extension that acts as an autonomous AI coding agent, capable of generating, debugging, and deploying code from natural-language instructions, making it a direct fit for this search, though it requires the VS Code IDE.

    TypeScriptAutonomous Software EngineeringAgentic IDE ExtensionsAI Development Tools
    Auf GitHub ansehen↗5,255
  • huggingface/ml-internAvatar von huggingface

    huggingface/ml-intern

    10,521Auf GitHub ansehen↗

    This project is an autonomous AI agent framework and workflow orchestrator designed to automate machine learning engineering. It functions as a reasoning engine that reads research papers and writes code to train and deploy machine learning models through iterative reasoning loops and tool execution. The system distinguishes itself by integrating a GPU-accelerated sandboxed execution environment, allowing it to run and verify machine learning scripts in isolated remote containers. It utilizes a model provider integration gateway to route inference requests across various hosted or local endpo

    ml-intern is an autonomous AI agent framework that writes and runs code via iterative reasoning and sandboxed execution, making it a valid coding agent—though it is specialized for machine learning engineering rather than general-purpose software development, so it fits the intent but may lack broad multi-language or version-control features.

    PythonAutonomous AgentsML Workflow OrchestrationsAgentic Orchestrators
    Auf GitHub ansehen↗10,521
Die Top 10 auf einen Blick vergleichen
RepositoryStarsSpracheLizenzLetzter Push
roocodeinc/roo-code24.3KTypeScriptApache-2.015. Mai 2026
sweepai/sweep7.7KJupyter NotebookNOASSERTION18. Sept. 2025
anthropics/claude-code132.7KPython—15. Juni 2026
just-every/code3.5KRustapache-2.016. Feb. 2026
frankbria/ralph-claude-code7.1KShellmit19. Feb. 2026
cline/cline63.8KTypeScriptApache-2.023. Juni 2026
foundationagents/metagpt68.8KPythonMIT21. Jan. 2026
gsd-build/gsd-27.7KTypeScriptMIT22. Mai 2026
hmbown/deepseek-tui38.5KRustMIT17. Juni 2026
openbmb/chatdev33.4KPythonApache-2.027. Mai 2026

Related searches

  • an autonomous coding agent for software development
  • KI-Coding-Agent für die Kommandozeile
  • Framework zum Aufbau autonomer KI-Agenten
  • Framework zur Orchestrierung mehrerer KI-Agenten
  • ein Framework für die Entwicklung autonomer AI-Agenten
  • ein KI-Coding-Assistent für die Softwareentwicklung
  • Framework zum Erstellen autonomer KI-Agenten
  • Framework zur Orchestrierung autonomer KI-Agenten