Melhores Agentes IA CLI
35 agentes encontrados
Agentes nativos de terminal para desenvolvedores.
Devin
Devin da Cognition é o agente de codificação autônomo pioneiro. Ele pode planejar, escrever, depurar e implantar projetos de software completos de ponta a ponta com intervenção humana mínima, operando como um desenvolvedor júnior.
OpenAI Codex
OpenAI Codex é um agente de codificação autônomo integrado ao ChatGPT Pro. Ele é executado de forma assíncrona em um ambiente de nuvem isolado, lidando com várias tarefas de codificação em paralelo enquanto você se concentra em outras atividades.
GitHub Copilot Agent
GitHub Copilot Agent lida autonomamente com tarefas de engenharia de software atribuídas via GitHub Issues. Ele cria branches, escreve código, executa testes e envia PRs sem intervenção humana.
Cursor Agent
Cursor Agent Mode transforma o IDE em um ambiente de codificação autônomo. Ele pode planejar alterações em várias etapas, editar vários arquivos, executar comandos de terminal e iterar até que a tarefa seja concluída.
Bolt.new
Bolt.new da StackBlitz gera aplicações web full-stack completas a partir de prompts em linguagem natural diretamente no navegador. Ele lida com scaffolding do projeto, codificação, gerenciamento de dependências e implantação de forma autônoma.
SWE-Agent
SWE-Agent da Princeton NLP é um agente autônomo de código aberto projetado para resolver Issues reais do GitHub. Ele alcançou os melhores resultados no SWE-Bench e fornece uma base para construir agentes de codificação personalizados.
CrewAI
CrewAI é uma estrutura líder de orquestração multiagente que permite definir equipes de agentes de IA com funções, objetivos e ferramentas específicas. Os agentes colaboram em tarefas complexas como uma equipe real.
LangGraph
LangGraph da LangChain é uma estrutura para construir aplicações multiagente com estado como grafos. Suporta fluxos de trabalho complexos de agentes com ciclos, ramificações e intervenção humana.
AutoGen
AutoGen da Microsoft Research permite construir sistemas multiagente onde agentes conversam, colaboram e executam tarefas juntos. Suporta participação humana e comportamentos de agente personalizáveis.
SuperAGI
SuperAGI é uma plataforma de código aberto para construir e implantar agentes autônomos com um marketplace de ferramentas e modelos de agentes. Fornece infraestrutura para gerenciamento do ciclo de vida dos agentes.
OpenAI Agents SDK
OpenAI Agents SDK é a estrutura oficial para construir agentes de IA de nível de produção. Fornece primitivas para uso de ferramentas, transferências entre agentes, barreiras de proteção e rastreamento.
Anthropic Computer Use
Anthropic Computer Use permite que Claude controle autonomamente um computador — clicando, digitando, navegando em aplicativos e concluindo tarefas exatamente como um humano faria em qualquer aplicativo de desktop.
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.