Beste CLI KI-Agenten
35 Agenten gefunden
Terminal-native KI-Agenten für Entwickler.
Devin
Devin von Cognition ist der bahnbrechende autonome Coding-Agent. Er kann komplette Softwareprojekte von Anfang bis Ende planen, schreiben, debuggen und bereitstellen – mit minimalem menschlichem Eingriff, ähnlich einem Junior-Entwickler.
OpenAI Codex
OpenAI Codex ist ein autonomer Coding-Agent, der in ChatGPT Pro integriert ist. Er läuft asynchron in einer abgesicherten Cloud-Umgebung und erledigt mehrere Codierungsaufgaben parallel, während du dich auf andere Arbeiten konzentrierst.
GitHub Copilot Agent
GitHub Copilot Agent erledigt autonom Softwareentwicklungsaufgaben, die über GitHub Issues zugewiesen werden. Er erstellt Branches, schreibt Code, führt Tests durch und reicht PRs ohne menschliches Eingreifen ein.
Cursor Agent
Cursor Agent Mode verwandelt die IDE in eine autonome Codierungsumgebung. Er kann mehrstufige Änderungen planen, mehrere Dateien bearbeiten, Terminalbefehle ausführen und iterieren, bis die Aufgabe abgeschlossen ist.
Bolt.new
Bolt.new von StackBlitz generiert vollständige Full-Stack-Webanwendungen aus natürlichen Sprachaufforderungen direkt im Browser. Es übernimmt Projektgerüst, Codierung, Abhängigkeitsverwaltung und Bereitstellung autonom.
SWE-Agent
SWE-Agent von Princeton NLP ist ein Open-Source-autonomer Agent, der darauf ausgelegt ist, reale GitHub Issues zu lösen. Er erzielte Spitzenergebnisse bei SWE-Bench und bietet eine Grundlage für die Entwicklung eigener Coding-Agenten.
CrewAI
CrewAI ist ein führendes Multi-Agent-Orchestrierungs-Framework, mit dem du Teams von KI-Agenten mit spezifischen Rollen, Zielen und Werkzeugen definieren kannst. Agenten arbeiten wie ein echtes Team an komplexen Aufgaben zusammen.
LangGraph
LangGraph von LangChain ist ein Framework zum Erstellen zustandsbehafteter Multi-Agent-Anwendungen als Graphen. Es unterstützt komplexe Agenten-Workflows mit Zyklen, Verzweigungen und Human-in-the-Loop.
AutoGen
AutoGen von Microsoft Research ermöglicht den Aufbau von Multi-Agent-Systemen, in denen Agenten miteinander sprechen, zusammenarbeiten und Aufgaben gemeinsam ausführen. Es unterstützt menschliche Beteiligung und anpassbare Agentenverhalten.
SuperAGI
SuperAGI ist eine Open-Source-Plattform zum Erstellen und Bereitstellen autonomer Agenten mit einem Marktplatz für Werkzeuge und Agentenvorlagen. Es bietet Infrastruktur für das Lebenszyklusmanagement von Agenten.
OpenAI Agents SDK
OpenAI Agents SDK ist das offizielle Framework zum Erstellen produktionsreifer KI-Agenten. Es bietet Grundlagen für Werkzeugnutzung, Übergaben zwischen Agenten, Schutzmaßnahmen und Tracing.
Anthropic Computer Use
Anthropic Computer Use ermöglicht es Claude, einen Computer autonom zu steuern – klicken, tippen, Anwendungen navigieren und Aufgaben erledigen, genau wie ein Mensch, über jede Desktop-Anwendung hinweg.
Tabnine
Tabnine is an AI code assistant that provides intelligent code completions, explanations, and code generation. It offers unique privacy features with models trained on your codebase, and supports all major IDEs with on-premise deployment options.
Codeium (Windsurf)
Codeium, now part of Windsurf, provides free AI-powered code completions, chat, and search across 70+ languages. Its Cascade feature enables multi-file editing with agentic workflows, rivaling paid alternatives like GitHub Copilot.
Amazon Q Developer
Amazon Q Developer is AWS's AI-powered coding assistant integrated into IDEs and the AWS console. It generates code, transforms legacy applications, performs security scans, and helps architect AWS solutions with deep cloud service knowledge.
Aider
Aider is an open-source AI pair programming tool that works in your terminal. It integrates with your local git repository, makes multi-file edits, runs tests, and commits changes — working directly with your existing codebase and development workflow.
Cline
Cline is an autonomous AI coding agent that runs as a VS Code extension. It can create files, execute terminal commands, use a browser, and interact with external APIs — functioning as a full development assistant within your IDE.
Qodo (CodiumAI)
Qodo (formerly CodiumAI) is an AI coding agent focused on code integrity and quality. It automatically generates comprehensive test suites, analyzes code behavior, detects edge cases, and suggests improvements — ensuring your code is robust before it ships.
AgentGPT
AgentGPT is an open-source platform that lets you create and deploy autonomous AI agents directly in your browser. Define a goal and the agent autonomously breaks it into subtasks, executes them, and delivers results — no coding required.
AutoGPT
AutoGPT is one of the first and most popular open-source autonomous AI agent projects. It chains LLM calls to autonomously achieve any goal you set — breaking tasks into subtasks, using tools, and iterating until completion.
BabyAGI
BabyAGI is a minimalist task-driven AI agent that creates, prioritizes, and executes tasks autonomously. Starting from a single objective, it generates a dynamic task list, prioritizes by importance, and executes each task with context from previous results.
MetaGPT
MetaGPT simulates a complete software company with AI agents playing roles of product manager, architect, engineer, and QA. Given a one-line requirement, the agents collaborate to produce complete software with PRD, design, code, and tests.
ChatDev
ChatDev creates a virtual software development company where AI agents play CEO, CTO, programmer, tester, and designer roles. Through structured chat-based collaboration, they produce complete software projects from a simple description.
Agency Swarm
Agency Swarm is an open-source framework for creating teams of collaborative AI agents. Each agent has specialized tools and roles, communicating through defined channels to accomplish complex tasks that require multiple expertise areas.
Flowise
Flowise is an open-source visual tool for building LLM applications and AI agents. Its drag-and-drop interface lets you create complex agent workflows, RAG pipelines, and chatbots without writing code — using LangChain and LlamaIndex under the hood.
n8n AI
n8n is an open-source workflow automation platform with powerful AI agent capabilities. It combines traditional automation with LLM-powered nodes — enabling you to build AI agents that interact with 400+ services while maintaining full data control.
Haystack
Haystack by deepset is an open-source framework for building production-ready NLP pipelines and search agents. It excels at building RAG systems, question-answering agents, and semantic search applications with modular, composable components.
Marvin AI
Marvin AI is an open-source framework that makes building AI agents and tools simple and reliable. It provides structured outputs, AI-powered functions, and task orchestration primitives that turn natural language into typed, validated Python objects.
DSPy
DSPy by Stanford NLP is a framework for programming — rather than prompting — language models. It provides composable modules and automatic optimizers that tune prompts, few-shot examples, and model weights to maximize pipeline quality.
Guidance AI
Guidance AI by Microsoft Research is a framework for controlling language model generation. It provides a programming model where you interleave generation, prompting, and logical constraints to produce structured, reliable outputs from any LLM.
Windmill
Windmill is an open-source developer platform that transforms scripts into internal tools, workflows, and UIs. It runs Python, TypeScript, Go, and Bash scripts as webhooks, scheduled jobs, or UI-triggered workflows with auto-generated admin interfaces.
AgentQL
AgentQL is an AI-powered SDK for web scraping and browser automation. It uses natural language selectors instead of CSS/XPath to find elements on any webpage, making web automation resilient to website changes and layout variations.
Skyvern
Skyvern is an open-source AI browser agent that automates web workflows using LLMs and computer vision. Unlike traditional scrapers, it visually understands web pages and adapts to changes — automating complex multi-step web interactions programmatically.
Playwright MCP Agent
Playwright MCP Agent uses Microsoft's Playwright framework with MCP (Model Context Protocol) to let AI models directly control web browsers. It enables any LLM to navigate, click, type, and extract data from websites programmatically.
STORM by Stanford
STORM (Synthesis of Topic Outlines through Retrieval and Multi-perspective question asking) is a Stanford NLP research agent that autonomously researches any topic by simulating multi-perspective conversations with search engines, then generates comprehensive Wikipedia-style articles with full citations.