AutoGPT 是一款Agent 工作流(GitHub 184k⭐)。开源AI工作流:AutoGPT is the vision of accessible AI for everyone, to use and to build on. Our。⭐184.3k · P。中文安装说明可在 AI Skill Hub 详情页查看。AI Skill Hub 编辑推荐,适合希望提升 AI 工作流效率的开发者和运营者。
AutoGPT 自主AI代理 是一款基于 Python 开发的开源工具,专注于 AI代理、工作流自动化、自主智能 等核心功能。作为 GitHub 开源项目,它拥有活跃的社区支持和持续的版本迭代,代码完全透明可审计,支持本地部署以保护数据隐私。无论是个人使用还是集成到企业工作流,都能提供稳定可靠的解决方案。
AutoGPT 自主AI代理 是一款基于 Python 开发的开源工具,专注于 AI代理、工作流自动化、自主智能 等核心功能。作为 GitHub 开源项目,它拥有活跃的社区支持和持续的版本迭代,代码完全透明可审计,支持本地部署以保护数据隐私。无论是个人使用还是集成到企业工作流,都能提供稳定可靠的解决方案。
# 方式一:pip 安装(推荐)
pip install autogpt
# 方式二:虚拟环境安装(推荐生产环境)
python -m venv .venv
source .venv/bin/activate # Windows: .venv\Scripts\activate
pip install autogpt
# 方式三:从源码安装(获取最新功能)
git clone https://github.com/Significant-Gravitas/AutoGPT
cd AutoGPT
pip install -e .
# 验证安装
python -c "import autogpt; print('安装成功')"
# 命令行使用
autogpt --help
# 基本用法
autogpt input_file -o output_file
# Python 代码中调用
import autogpt
# 示例
result = autogpt.process("input")
print(result)
# autogpt 配置文件示例(config.yml) app: name: "autogpt" debug: false log_level: "INFO" # 运行时指定配置文件 autogpt --config config.yml # 或通过环境变量配置 export AUTOGPT_API_KEY="your-key" export AUTOGPT_OUTPUT_DIR="./output"
🛡️ Polyform Shield License: All code and content within the autogpt_platform folder is licensed under the Polyform Shield License. This new project is our in-developlemt platform for building, deploying and managing agents.</br>_Read more about this effort
🦉 MIT License: All other portions of the AutoGPT repository (i.e., everything outside the autogpt_platform folder) are licensed under the MIT License. This includes the original stand-alone AutoGPT Agent, along with projects such as Forge, agbenchmark and the AutoGPT Classic GUI.</br>We also publish additional work under the MIT Licence in other repositories, such as GravitasML which is developed for and used in the AutoGPT Platform. See also our MIT Licenced Code Ability project.
---
Before proceeding with the installation, ensure your system meets the following requirements:
#### Hardware Requirements - CPU: 4+ cores recommended - RAM: Minimum 8GB, 16GB recommended - Storage: At least 10GB of free space
#### Software Requirements - Operating Systems: - Linux (Ubuntu 20.04 or newer recommended) - macOS (10.15 or newer) - Windows 10/11 with WSL2 - Required Software (with minimum versions): - Docker Engine (20.10.0 or newer) - Docker Compose (2.0.0 or newer) - Git (2.30 or newer) - Node.js (16.x or newer) - npm (8.x or newer) - VSCode (1.60 or newer) or any modern code editor
#### Network Requirements - Stable internet connection - Access to required ports (will be configured in Docker) - Ability to make outbound HTTPS connections
Deutsch | Español | français | 日本語 | 한국어 | Português | Русский | 中文
AutoGPT is a powerful platform that allows you to create, deploy, and manage continuous AI agents that automate complex workflows.
We've moved to a fully maintained and regularly updated documentation site.
👉 Follow the official self-hosting guide here
This tutorial assumes you have Docker, VSCode, git and npm installed.
---
Skip the manual steps and get started in minutes using our automatic setup script.
For macOS/Linux:
curl -fsSL https://setup.agpt.co/install.sh -o install.sh && bash install.sh
For Windows (PowerShell):
powershell -c "iwr https://setup.agpt.co/install.bat -o install.bat; ./install.bat"
This will install dependencies, configure Docker, and launch your local instance — all in one go.
Here are two examples of what you can do with AutoGPT:
1. Generate Viral Videos from Trending Topics - This agent reads topics on Reddit. - It identifies trending topics. - It then automatically creates a short-form video based on the content.
2. Identify Top Quotes from Videos for Social Media - This agent subscribes to your YouTube channel. - When you post a new video, it transcribes it. - It uses AI to identify the most impactful quotes to generate a summary. - Then, it writes a post to automatically publish to your social media.
These examples show just a glimpse of what you can achieve with AutoGPT! You can create customized workflows to build agents for any use case.
---
AutoGPT是AI自主代理领域标杆项目,184k stars彰显社区认可度。框架设计完整,扩展性强,持续活跃维护,是构建智能工作流的优选方案。
该工具使用 NOASSERTION 协议,商用场景请仔细阅读协议条款,必要时咨询法律意见。
AI Skill Hub 为第三方内容聚合平台,本页面信息基于公开数据整理,不对工具功能和质量作任何法律背书。
建议在沙箱或测试环境中充分验证后,再部署至生产环境,并做好必要的安全评估。
📄 NOASSERTION — 请查阅原始协议条款了解具体使用限制。
总体来看,AutoGPT 自主AI代理 是一款质量优秀的AI工具,在同类工具中具备一定竞争力。AI Skill Hub 将持续追踪其更新动态,建议收藏备用,结合自身场景选择合适时机引入使用。
| 原始名称 | AutoGPT |
| 原始描述 | 开源AI工作流:AutoGPT is the vision of accessible AI for everyone, to use and to build on. Our。⭐184.3k · Python |
| Topics | AI代理工作流自动化自主智能开源框架Python |
| GitHub | https://github.com/Significant-Gravitas/AutoGPT |
| License | NOASSERTION |
| 语言 | Python |
收录时间:2026-05-13 · 更新时间:2026-05-26 · License:NOASSERTION · AI Skill Hub 不对第三方内容的准确性作法律背书。