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
·

9 Repos

Awesome GitHub RepositoriesSoftware Development Agents

Autonomous agents and AI-powered assistants designed to automate coding, debugging, and software engineering workflows.

Explore 9 awesome GitHub repositories matching part of an awesome list · Software Development Agents. Refine with filters or upvote what's useful.

Awesome Software Development Agents GitHub Repositories

Finde die besten Repos mit KI.Wir suchen mit KI nach den am besten passenden Repositories.
  • sst/opencodeAvatar von sst

    sst/opencode

    175,436Auf GitHub ansehen↗

    OpenCode is an autonomous software developer and LLM coding agent designed to write code and manage development workflows. It functions as an AI development automator that executes multi-step coding tasks and modifies project files to build software automatically from high-level instructions. The system employs a task orchestrator to decompose goals into sequences of tool calls and autonomous execution steps. It features a recursive research loop for conducting deep technical searches and a restricted read-only mode for analyzing and exploring large codebases to plan changes without modifying

    Functions as an autonomous agent designed to automate coding, debugging, and software engineering workflows.

    TypeScript
    Auf GitHub ansehen↗175,436
  • kuafuai/devopsgptAvatar von kuafuai

    kuafuai/DevOpsGPT

    5,959Auf GitHub ansehen↗

    DevOpsGPT ist eine LLM-gesteuerte DevOps-Automatisierungsplattform und ein KI-Softwareentwicklungs-Agent. Er wandelt natürlichsprachliche Anforderungen in funktionalen Code und automatisierte Bereitstellungen um, indem er Codebasis-Analysen, Code-Generierung und Delivery-Pipelines koordiniert. Das System verfügt über eine automatisierte Code-Generierungs-Engine und eine aufgabenbasierte Zerlegungs-Engine, die Projektstrukturen analysieren, um kontextbewusste Code-Erweiterungen zu erstellen. Es nutzt ein steckbares Modell-Integrationssystem, um sich für domänenspezifische Entwicklungsaufgaben mit privaten oder professionellen Sprachmodell-Bereitstellungen zu verbinden. Die Plattform verwaltet den gesamten Software-Delivery-Lebenszyklus durch einen CI/CD-Pipeline-Orchestrator, der Codesynthese mit automatisierten Test- und Bereitstellungstools verknüpft. Dies umfasst Funktionen für Software-Version-Releases und die Integration mit verschiedenen externen DevOps-Plattformen.

    Provides an autonomous agent that analyzes codebases and implements new features by coordinating development tools.

    HTML
    Auf GitHub ansehen↗5,959
  • cloudflare/vibesdkAvatar von cloudflare

    cloudflare/vibesdk

    5,094Auf GitHub ansehen↗

    vibesdk is an agentic software development platform and framework designed to coordinate autonomous agents that write, debug, and refine full-stack applications from natural language. It serves as a cloud-native application orchestrator and an LLM-powered code generation framework that converts prompts into functional code through iterative conversations and multi-phase agent behaviors. The project distinguishes itself by providing a complete toolchain for building AI development platforms. This includes the ability to integrate various model providers, construct custom LLM toolkits, and mana

    Provides a framework for coordinating autonomous agents to automate full-stack software engineering, debugging, and refinement workflows.

    TypeScript
    Auf GitHub ansehen↗5,094
  • uditgoenka/autoresearchAvatar von uditgoenka

    uditgoenka/autoresearch

    5,070Auf GitHub ansehen↗

    Dieses Projekt ist ein autonomes Forschungsframework und ein agentenbasiertes Toolkit für die Softwareentwicklung, das entwickelt wurde, um komplexe technische Aufgaben durch zielgerichtete Iteration zu automatisieren. Es bietet eine Engine für Code-Refactoring und eine Erweiterung für die Claude Code-Schnittstelle, um iterative Schleifen zu implementieren, die Code und Dokumentation modifizieren, verifizieren und verfeinern. Das System zeichnet sich durch die Verwendung adversarieller Personas und Multi-Agenten-Workflows aus. Es setzt adversarielle Simulation und Befragung ein, um Anforderungen zu verfeinern, architektonische Unklarheiten durch Blind-Judge-Panels zu lösen und Red-Team-Sicherheitsaudits sowie Bedrohungsmodellierungen durchzuführen. Das Framework deckt ein breites Spektrum an technischen Funktionen ab, einschließlich autonomer Fehlerbehebung durch hypothesengesteuerte Suche, iterativer Code-Optimierung und automatisierter Anforderungsanalyse. Es enthält zudem Tools für die Produktforschung zur Identifizierung von Wettbewerbslücken und ein mehrphasiges Orchestrierungssystem zur Verwaltung von Software-Releases und Deployment-Monitoring. Um die Stabilität zu gewährleisten, integriert das Toolkit invariantenbasierte Sicherheitsvorkehrungen und Regressionsprävention, um die bestehende Funktionalität bei autonomen Modifikationen aufrechtzuerhalten.

    Provides a comprehensive toolkit of autonomous agents and adversarial workflows for complex software engineering tasks.

    JavaScript
    Auf GitHub ansehen↗5,070
  • phodal/auto-devAvatar von phodal

    phodal/auto-dev

    4,508Auf GitHub ansehen↗

    auto-dev ist ein KI-natives Software-Engineering-Tool und eine Multi-Agenten-Entwicklungsplattform, die darauf ausgelegt ist, den gesamten Softwareentwicklungslebenszyklus zu automatisieren. Es fungiert als autonomer Orchestrator, der KI-gesteuertes Coding, Testen und Infrastrukturkonfiguration durch deklarative Agentenketten verwaltet. Das Projekt basiert auf einem Kotlin-Multiplatform-KI-Framework, wodurch Agentenlogik in verschiedenen Umgebungen und auf unterschiedlichen Geräteschnittstellen ausgeführt werden kann. Die Plattform implementiert das Model Context Protocol, um Tools und Projektinformationen mit externen KI-Diensten auszutauschen. Sie zeichnet sich durch die Verwendung einer Retrieval-Augmented-Generation-Pipeline und baumbasiertem Code-Graphing aus, die abstrakte Syntaxbäume und Aufrufketten analysieren, um den Projektkontext zu komprimieren und Halluzinationen zu reduzieren. Eine interaktive Entwicklungsumgebung bietet Echtzeitsynchronisation von UML-Diagrammen, OpenAPI-Spezifikationen und Code-Diffs. Die Funktionsbereiche decken autonome Softwareentwicklung ab, einschließlich dynamischer Aufgabenplanung, iterativer testgetriebener Reparatur und Migration von Legacy-Code. Das System handhabt zudem Infrastructure-as-Code-Automatisierung für Docker- und CI/CD-Konfigurationen, KI-gestützte Code-Reviews sowie die Koordination geteilter KI-Personas und Prompt-Spezifikationen über Teams hinweg. Die Kernlogik ist in Kotlin Multiplatform implementiert, um eine konsistente plattformübergreifende Agentenbereitstellung sicherzustellen.

    Automates the complete software development lifecycle from planning and coding to testing and documentation.

    Kotlinaigcgenaigenaistack
    Auf GitHub ansehen↗4,508
  • zai-org/glm-4.5Avatar von zai-org

    zai-org/GLM-4.5

    4,210Auf GitHub ansehen↗

    GLM-4.5 is a multimodal large language model and advanced reasoning system. It functions as an AI coding assistant, an autonomous AI agent, and a multimodal content generator capable of processing and generating text, images, audio, and video within a single unified system. The project is distinguished by its deep reasoning capabilities, utilizing chain-of-thought processing to solve complex mathematical, logical, and technical problems. It features an agentic architecture that allows for autonomous task execution, long-horizon goal planning, and the ability to interact with external tools an

    Implements code, writes tests, runs validation suites, and reviews diffs throughout the software lifecycle.

    Pythonagentglmllm
    Auf GitHub ansehen↗4,210
  • buildermethods/agent-osAvatar von buildermethods

    buildermethods/agent-os

    3,885Auf GitHub ansehen↗

    Agent-OS is an LLM multi-agent orchestration framework and AI software development lifecycle tool designed to coordinate specialized agents through shared workspaces and structured task lists. It functions as an agentic application bootstrapper and technical specification engine, providing the infrastructure to guide the process from product requirements to automated coding and deployment. The system distinguishes itself through spec-driven development, using detailed technical specifications and layered context injection to ensure generated code aligns with project standards. It employs a ma

    Implements structured development loops where agents iteratively implement, test, and review code based on specifications.

    Shell
    Auf GitHub ansehen↗3,885
  • vijaythecoder/awesome-claude-agentsAvatar von vijaythecoder

    vijaythecoder/awesome-claude-agents

    3,848Auf GitHub ansehen↗

    This project is an autonomous software engineering platform and orchestration framework designed to manage specialized artificial intelligence agents. It provides a suite of tools for coordinating autonomous entities to execute complex development tasks, ranging from architectural planning and code reviews to performance optimization. The platform distinguishes itself through its multi-agent orchestration layer, which dynamically assigns roles based on an analysis of a project's technology stack. By utilizing a modular agent registry, the system scales capabilities across different software m

    Coordinates specialized autonomous agents to collaborate on complex engineering tasks like architectural planning, code review, and performance optimization.

    Auf GitHub ansehen↗3,848
  • blob42/instruktAvatar von blob42

    blob42/Instrukt

    327Auf GitHub ansehen↗

    Integrated AI environment in the terminal. Build, test and instruct agents.

    Terminal-based environment for creating and managing modular AI coding agents.

    Pythonagent-executoragentsai
    Auf GitHub ansehen↗327
  1. Home
  2. Part of an Awesome List
  3. Developer Tools
  4. Software Development Agents

Unter-Tags erkunden

  • Agentic Development LoopsAutonomous cycles where an agent implements code, writes tests, runs validation, and reviews diffs. **Distinct from Software Development Agents:** Focuses on the automated agent loop across the full lifecycle rather than just general AI assistance.