最佳CLI AI智能体
35 个智能体
终端原生AI智能体。从命令行进行自主编程、DevOps和系统自动化。
Devin
Cognition公司的Devin是开创性的自主编码代理。它能够规划、编写、调试和部署完整的软件项目,端到端,几乎无需人工干预,像初级开发者一样工作。
OpenAI Codex
OpenAI Codex是一个集成在ChatGPT Pro中的自主编码代理。它在沙盒云环境中异步运行,可并行处理多个编码任务,让您专注于其他工作。
GitHub Copilot Agent
GitHub Copilot Agent自主处理通过GitHub Issues分配的软件工程任务。它创建分支、编写代码、运行测试并提交PR,无需人工干预。
Cursor Agent
Cursor Agent Mode将IDE转变为自主编码环境。它可以规划多步骤更改、编辑多个文件、运行终端命令,并迭代直到任务完成。
Bolt.new
StackBlitz的Bolt.new直接在浏览器中根据自然语言提示生成完整的全栈Web应用。它自主处理项目搭建、编码、依赖管理和部署。
SWE-Agent
Princeton NLP的SWE-Agent是一个开源自主代理,旨在解决真实的GitHub Issues。它在SWE-Bench上取得了顶级结果,并为构建自定义编码代理提供了基础。
CrewAI
CrewAI是一个领先的多代理编排框架,允许您定义具有特定角色、目标和工具的AI代理团队。代理像真实团队一样协作完成复杂任务。
LangGraph
LangChain的LangGraph是一个用于构建有状态多代理应用程序的框架,以图的形式表示。它支持复杂的代理工作流,包括循环、分支和人在回路。
AutoGen
微软研究院的AutoGen支持构建多代理系统,代理之间可以对话、协作并共同执行任务。它支持人类参与和可定制的代理行为。
SuperAGI
SuperAGI是一个开源平台,用于构建和部署自主代理,附带工具和代理模板的市场。它提供代理生命周期管理的基础设施。
OpenAI Agents SDK
OpenAI Agents SDK是构建生产级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.