智能体 · 中文选型解读

AutoGPT

已解读GitHubPython

AutoGPT是一款开源AI智能体平台,支持通过自然语言描述或可视化搭建生成智能体,自主完成各类业务工作流,提供托管版与自托管两种使用路径。

187.0kstar今天仍有更新维护状态许可待核对商用提醒
在 GitHub 查看官方项目
适合解决让 AI 拆解任务、调用工具并完成多步骤流程
更适合希望自动化运营、调研、销售或内部流程的团队
投入判断上手门槛:需评估。需要明确流程边界,并持续评测结果
一分钟看懂

这个项目值得继续研究吗?

AI 依据上游资料解读 · 2026/8/27

AutoGPT是一款开源AI智能体平台,支持通过自然语言描述或可视化搭建生成智能体,自主完成各类业务工作流,提供托管版与自托管两种使用路径。

解决什么问题
企业日常存在大量重复、规则明确的事务性工作,人工处理耗时耗力,传统自动化工具配置门槛高,需掌握专业技能,难以快速适配灵活多变的业务需求。
适合什么团队
适合需要自动化处理行政、销售、营销、客户支持等事务性工作的企业业务团队,以及对数据可控性有要求、希望自主部署的技术团队。
使用前注意
平台代码分两种许可,autogpt_platform目录不可作为竞品托管服务售卖;自托管需自行准备Docker环境、大模型API密钥,自行负责运维。

本页用于缩短初步筛选时间,不构成技术、采购或法律结论。 正式使用前请在真实业务数据上验证,并以官方说明与许可证为准。

项目导读

从官方资料看清能力、部署与采用边界

AI 翻译整理 · 保留官方来源

以下内容依据项目公开 README 或模型卡翻译整理,代码、命令和产品名保持原样。

项目定位

AutoGPT是面向所有用户的开源AI智能体(指可自主理解任务目标、规划执行步骤并完成指定工作的人工智能程序)平台,无需复杂技术背景即可搭建可自动执行完整工作流的智能体,用户仅需明确所需结果,平台即可自动完成智能体的搭建、运行与结果反馈,帮助减少事务性工作耗时。

核心功能

平台提供四个核心功能模块,覆盖智能体从创建到运行管理的全流程:

此外平台内置对接45+常用办公、业务系统,支持上百种主流大模型,无需额外做接口适配即可调用。

  1. AutoPilot:用户仅需用自然语言描述任务需求,即可通过对话生成可直接运行的智能体,无需代码操作。
  2. Agents管理面板:统一查看所有智能体的运行状态、历史执行记录、使用成本,以及需要人工介入处理的待办动作。
  3. 智能体市场:提供社区贡献的已验证可用的智能体模板,可直接添加到个人库中,根据自身业务需求调整后即可使用。
  4. 可视化搭建器:通过拖拽、连接、配置流程模块的方式,自定义智能体每一步的执行逻辑,满足复杂场景的精准控制需求。

典型适用场景

AutoGPT可覆盖多部门的事务性工作自动化需求,常见使用场景包括:

  • 行政运营:整合内外部信息,自动生成每日工作简报
  • 销售:批量执行客户背景调研,为会前准备提供素材
  • 营销:根据产品发布需求,自动生成多渠道的营销活动草稿
  • 技术团队:自动对故障事件做初步分类,给出可能的根因方向
  • 客户支持:自动生成咨询回复草稿、收集用户问题上下文,标记需要升级处理的工单
  • 研究类工作:监控指定信息源的更新,出现变动时自动输出结构化的分析报告

两种使用路径

平台提供托管版与自托管两种使用方式,用户可根据自身需求选择:

官方托管版

由官方负责基础设施运维、大模型接入、版本更新与可靠性保障,无需用户准备API密钥或服务器资源,注册即可使用,所有核心功能均可直接体验,按智能体的运行使用量付费,适合希望快速落地、不想投入运维资源的团队。

自托管版

无许可费用,用户自行准备服务器、Docker环境与大模型API密钥,自行负责部署与运维,数据全部存储在自有基础设施中,适合对数据安全、合规有明确要求的团队。 自托管安装命令如下:

  • macOS与Linux:
curl -fsSL https://setup.agpt.co/install.sh -o install.sh && bash install.sh
  • Windows PowerShell:
powershell -c "iwr https://setup.agpt.co/install.bat -o install.bat; ./install.bat"

许可说明

平台代码分为两部分,许可规则不同:

  1. classic/目录与其余代码采用MIT许可,属于宽松开源许可,用户可自由使用、修改、二次分发。
  2. autogptplatform/目录采用Polyform Shield许可,个人与企业内部使用免费,不允许将该部分代码修改后作为与官方托管服务竞争的商业化托管产品售卖。

采用建议

如果是首次尝试智能体自动化,建议先使用官方托管版,无需部署成本,可快速验证场景适配性;如果验证后有数据合规、私有化部署需求,再切换为自托管方案;如果需要基于该项目做二次开发,classic/目录下的代码许可宽松,无使用限制。

可核对的事实层

官方资料与来源

查看来源 →
  • agentic-ai
  • agents
  • ai
  • artificial-intelligence
  • autonomous-agents
  • claude
  • gpt
  • llama-api
  • llm
  • openai
  • python
默认分支master
关注仓库1.5k
复刻次数46.1k
开放议题525
近期更新2026/8/26
仓库状态未标记归档
核对上游原始说明节选

AutoGPT is the vision of accessible AI for everyone, to use and to build on. Our mission is to provide the tools, so that you can focus on what matters.

AutoGPT — AI agents that finish the work

Get 10 hours back every week. Describe what you want done. AutoGPT builds the agent, runs it, and reports back.

Get started · Tour · Pricing · Docs · Discord · Self-host

Four surfaces, one platform

AutoPilot Describe the job in plain English and turn the conversation into a working agent. Agents See every agent, run, cost, and action that needs your attention. Marketplace Start from proven agents, add one to your library, and customize it for your work. Build Drag, connect, branch, and inspect blocks for exact control over every step.

---

Get started

AutoGPT Platform — public, hosted, and managed

The hosted Platform is publicly available. We manage the infrastructure, model access, credentials, reliability, and updates so you can focus on the work your agents perform.

Get started on AutoGPT Platform →

Take the interactive tour →

  • AutoPilot, Agents, Marketplace, and Build
  • 45+ connected platforms and hundreds of AI models
  • No model API keys or infrastructure setup
  • Agents that run on demand, on schedules, and from triggers

The hosted Platform is a paid service with usage-based agent runs. Compare plans and pricing →

Self-host AutoGPT

[!NOTE]
Self-hosting is the free path. You provide the infrastructure and model API keys, and you maintain the deployment. If you want zero setup, use the managed Platform.

macOS and Linux:

curl -fsSL https://setup.agpt.co/install.sh -o install.sh && bash install.sh

Windows PowerShell:

powershell -c "iwr https://setup.agpt.co/install.bat -o install.bat; ./install.bat"

Read the self-hosting guide →

---

Managed Platform vs. self-hosting

| | AutoGPT Platform | Self-hosted | |---|---|---| | Access | Public signup | Clone and install | | Cost | Paid plan plus agent usage | No license fee; pay your own infrastructure and model providers | | Setup | Managed | Docker and configuration required | | Model access | Built in | Bring your own API keys | | Updates and operations | Managed by AutoGPT | Managed by you | | Core builder and agent runtime | Included | Included | | Data and infrastructure control | Hosted by AutoGPT | Runs on your infrastructure | | Support | Plan-dependent | Community support |

Both paths use the same repository. Choose the managed Platform when you want agents running immediately; self-host when infrastructure control matters more than operational convenience.

---

Why the hosted Platform is paid

Every agent run consumes real model usage, compute, storage, secrets management, and operational support. The managed Platform covers that infrastructure and funds continued development of the open-source project.

Self-hosting remains available without a license fee for people and teams that want to provide and operate those resources themselves.

---

What you can automate

| Area | Example | |---|---| | Executive operations | Prepare a daily brief from internal and external signals | | Sales | Research every account before tomorrow's meetings | | Marketing | Turn a launch brief into campaign drafts across channels | | Engineering | Triage incidents and start with a likely cause | | Customer support | Draft replies, collect context, and flag escalations | | Research | Monitor sources and return structured reports when something changes |

---

Integrations

Connect the apps that are yours. AutoGPT provides access to hundreds of AI models and connects agents to 45+ platforms, including:

Gmail · Google Calendar · Google Docs · Google Sheets · GitHub · Slack · Discord · Notion · HubSpot · Linear · Airtable · Jira · Salesforce · Stripe · Webflow

Explore the integrations →

---

Community and support

| Resource | Link | |---|---| | Discord | Join the AutoGPT community | | Documentation | docs.agpt.co | | Bug reports | GitHub Issues | | Feature requests | GitHub Discussions | | Contributing | CONTRIBUTING.md |

---

License

| Component | License | What it means | |---|---|---| | autogptplatform/ | Polyform Shield | Free for personal and internal business use; cannot be sold as a competing hosted service | | classic/ and everything else | MIT | Permissive open-source use |

---

AutoGPT Classic

Looking for the original standalone AutoGPT agent? It remains available in classic/ under the MIT License.

  • Build an agent with Forge
  • Benchmark an agent with agbenchmark
  • Explore the Classic project

---

Contributors

Get started with AutoGPT →

---

Deutsch | Español | français | 日本語 | 한국어 | Português | Русский | 中文