Лучшие CLI ИИ Агенты
35 агентов найдено
Терминальные ИИ агенты для разработчиков.
Devin
Devin от Cognition — это пионерский автономный агент для кодирования. Он может планировать, писать, отлаживать и развертывать полные программные проекты от начала до конца с минимальным вмешательством человека, работая как младший разработчик.
OpenAI Codex
OpenAI Codex — это автономный агент для кодирования, интегрированный в ChatGPT Pro. Он работает асинхронно в изолированной облачной среде, обрабатывая несколько задач кодирования параллельно, пока вы сосредоточены на другой работе.
GitHub Copilot Agent
GitHub Copilot Agent автономно обрабатывает задачи по разработке ПО, назначенные через GitHub Issues. Он создает ветки, пишет код, запускает тесты и отправляет PR без вмешательства человека.
Cursor Agent
Cursor Agent Mode превращает IDE в автономную среду кодирования. Он может планировать многошаговые изменения, редактировать несколько файлов, запускать команды терминала и итеративно выполнять задачу до завершения.
Bolt.new
Bolt.new от StackBlitz генерирует полноценные full-stack веб-приложения из подсказок на естественном языке прямо в браузере. Он автономно обрабатывает создание проекта, кодирование, управление зависимостями и развертывание.
SWE-Agent
SWE-Agent от Princeton NLP — это автономный агент с открытым исходным кодом, предназначенный для решения реальных задач GitHub Issues. Он достиг лучших результатов на SWE-Bench и предоставляет основу для создания собственных агентов кодирования.
CrewAI
CrewAI — это ведущий фреймворк для оркестрации мультиагентных систем, позволяющий определять команды AI-аг��нтов с конкретными ролями, целями и инструментами. Агенты сотрудничают над сложными задачами, как настоящая команда.
LangGraph
LangGraph от LangChain — это фреймворк для создания stateful мультиагентных приложений в виде графов. Он поддерживает сложные рабочие процессы агентов с циклами, ветвлением и участием человека.
AutoGen
AutoGen от Microsoft Research позволяет создавать мультиагентные системы, где агенты общаются, сотрудничают и совместно выполняют задачи. Он поддерживает участие человека и настраиваемое поведение агентов.
SuperAGI
SuperAGI — это платформа с открытым исходным кодом для создания и развертывания автономных агентов с маркетплейсом инструментов и шаблонов агентов. Она предоставляет инфраструктуру для управления жизненным циклом агентов.
OpenAI Agents SDK
OpenAI Agents SDK — это официальный фреймворк для создания production-grade AI-агентов. Он предоставляет примитивы для использования инструментов, передачи задач между агентами, защитных ограничений и трассировки.
Anthropic Computer Use
Anthropic Computer Use позволяет Claude автономно управлять компьютером — кликать, печатать, перемещаться по приложениям и выполнять задачи так же, как человек, в любом настольном приложении.
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.