Mejores Agentes IA CLI
35 agentes encontrados
Agentes nativos de terminal para desarrolladores.
Devin
Devin de Cognition es el agente de codificación autónomo pionero. Puede planificar, escribir, depurar e implementar proyectos de software completos de principio a fin con mínima intervención humana, operando como un desarrollador junior.
OpenAI Codex
OpenAI Codex es un agente de codificación autónomo integrado en ChatGPT Pro. Se ejecuta de forma asíncrona en un entorno de nube aislado, manejando múltiples tareas de codificación en paralelo mientras te concentras en otro trabajo.
GitHub Copilot Agent
GitHub Copilot Agent maneja de forma autónoma tareas de ingeniería de software asignadas a través de Issues de GitHub. Crea ramas, escribe código, ejecuta pruebas y envía PRs sin intervención humana.
Cursor Agent
Cursor Agent Mode transforma el IDE en un entorno de codificación autónomo. Puede planificar cambios de varios pasos, editar múltiples archivos, ejecutar comandos de terminal e iterar hasta completar la tarea.
Bolt.new
Bolt.new de StackBlitz genera aplicaciones web completas de pila completa a partir de indicaciones en lenguaje natural directamente en el navegador. Maneja el andamiaje del proyecto, codificación, gestión de dependencias e implementación de forma autónoma.
SWE-Agent
SWE-Agent de Princeton NLP es un agente autónomo de código abierto diseñado para resolver Issues de GitHub del mundo real. Obtuvo los mejores resultados en SWE-Bench y proporciona una base para construir agentes de codificación personalizados.
CrewAI
CrewAI es un framework líder de orquestación multi-agente que te permite definir equipos de agentes de IA con roles, objetivos y herramientas específicos. Los agentes colaboran en tareas complejas como un equipo real.
LangGraph
LangGraph de LangChain es un framework para construir aplicaciones multi-agente con estado como grafos. Soporta flujos de trabajo complejos de agentes con ciclos, ramificaciones y participación humana.
AutoGen
AutoGen de Microsoft Research permite construir sistemas multi-agente donde los agentes conversan, colaboran y ejecutan tareas juntos. Soporta participación humana y comportamientos de agente personalizables.
SuperAGI
SuperAGI es una plataforma de código abierto para construir e implementar agentes autónomos con un mercado de herramientas y plantillas de agentes. Proporciona infraestructura para la gestión del ciclo de vida de los agentes.
OpenAI Agents SDK
OpenAI Agents SDK es el framework oficial para construir agentes de IA de grado de producción. Proporciona primitivas para uso de herramientas, transferencias entre agentes, barreras de seguridad y trazabilidad.
Anthropic Computer Use
Anthropic Computer Use permite a Claude controlar una computadora de forma autónoma — haciendo clic, escribiendo, navegando aplicaciones y completando tareas como lo haría un humano en cualquier aplicación de escritorio.
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.