经 AI Skill Hub 精选评估,AgentGPT Web端AI代理 获评「强烈推荐」。在 GitHub 上收获超过 36.1k 颗 Star,这款AI工具在功能完整性、社区活跃度和易用性方面表现出色,AI 评分 8.5 分,适合有一定技术背景的用户使用。
AgentGPT Web端AI代理 是一款基于 TypeScript 开发的开源工具,专注于 AI智能体、工作流编排、自主代理 等核心功能。作为 GitHub 开源项目,它拥有活跃的社区支持和持续的版本迭代,代码完全透明可审计,支持本地部署以保护数据隐私。无论是个人使用还是集成到企业工作流,都能提供稳定可靠的解决方案。
AgentGPT Web端AI代理 是一款基于 TypeScript 开发的开源工具,专注于 AI智能体、工作流编排、自主代理 等核心功能。作为 GitHub 开源项目,它拥有活跃的社区支持和持续的版本迭代,代码完全透明可审计,支持本地部署以保护数据隐私。无论是个人使用还是集成到企业工作流,都能提供稳定可靠的解决方案。
# 方式一:npm 全局安装 npm install -g agentgpt # 方式二:npx 直接运行(无需安装) npx agentgpt --help # 方式三:项目依赖安装 npm install agentgpt # 方式四:从源码运行 git clone https://github.com/reworkd/AgentGPT cd AgentGPT npm install npm start
# 命令行使用
agentgpt --help
# 基本用法
agentgpt [options] <input>
# Node.js 代码中使用
const agentgpt = require('agentgpt');
const result = await agentgpt.run(options);
console.log(result);
# agentgpt 配置说明 # 查看配置选项 agentgpt --config-example > config.yml # 常见配置项 # output_dir: ./output # log_level: info # workers: 4 # 环境变量(覆盖配置文件) export AGENTGPT_CONFIG="/path/to/config.yml"
<p align="center"> <img src="https://raw.githubusercontent.com/reworkd/AgentGPT/main/next/public/banner.png" height="300" alt="AgentGPT Logo"/> </p> <p align="center"> <em>🤖 Assemble, configure, and deploy autonomous AI Agent(s) in your browser. 🤖 </em> </p> <p align="center"> <img alt="Node version" src="https://img.shields.io/static/v1?label=node&message=%20%3E=18&logo=node.js&color=2334D058" /> <a href="https://github.com/reworkd/AgentGPT/blob/master/README.md"><img src="https://img.shields.io/badge/lang-English-blue.svg" alt="English"></a> <a href="https://github.com/reworkd/AgentGPT/blob/master/docs/README.zh-HANS.md"><img src="https://img.shields.io/badge/lang-简体中文-red.svg" alt="简体中文"></a> <a href="https://github.com/reworkd/AgentGPT/blob/master/docs/README.hu-Cs4K1Sr4C.md"><img src="https://img.shields.io/badge/lang-Hungarian-red.svg" alt="Hungarian"></a> </p>
<p align="center"> <a href="https://agentgpt.reworkd.ai">🔗 Short link</a> <span> • </span> <a href="https://reworkd.ai/docs">📚 Docs</a> <span> • </span> <a href="https://twitter.com/reworkdai">🐦 Twitter</a> <span> • </span> <a href="https://discord.gg/gcmNyAAFfV">📢 Discord</a> </p>
AgentGPT allows you to configure and deploy Autonomous AI agents. Name your own custom AI and have it embark on any goal imaginable. It will attempt to reach the goal by thinking of tasks to do, executing them, and learning from the results 🚀.
---
Before you get started, please make sure you have the following installed:
The easiest way to get started with AgentGPT is automatic setup CLI bundled with the project. The cli sets up the following for AgentGPT: - 🔐 Environment variables (and API Keys) - 🗂️ Database (Mysql) - 🤖 Backend (FastAPI) - 🎨 Frontend (Nextjs)
2. Open the Terminal - Typically, you can do this from a 'Terminal' tab or by using a shortcut (e.g., Ctrl + ~ for Windows or Control + ~ for Mac in VS Code).
For Mac/Linux users :apple: :penguin:
git clone https://github.com/reworkd/AgentGPT.git
cd AgentGPT
./setup.sh
For Windows users :windows: git clone https://github.com/reworkd/AgentGPT.git
cd AgentGPT
./setup.bat
4. Follow the setup instructions from the script - add the appropriate API keys, and once all of the services are running, travel to http://localhost:3000 on your web-browser.
Happy hacking! :tada:
For the best demo experience, try our site directly :)
36k星高人气项目,TypeScript实现质量可靠。工作流+智能体双向融合设计先进,生态完整度高,是开源AI编排领域标杆产品。
AI Skill Hub 为第三方内容聚合平台,本页面信息基于公开数据整理,不对工具功能和质量作任何法律背书。
建议在沙箱或测试环境中充分验证后,再部署至生产环境,并做好必要的安全评估。
⚠️ GPL 3.0 — 强 Copyleft,衍生作品须开源,含专利保护条款,不可闭源使用。
AI Skill Hub 点评:AgentGPT Web端AI代理 的核心功能完整,质量优秀。对于AI爱好者来说,这是一个值得纳入个人工具库的选择。建议先在非生产环境试用,再逐步推广。
| 原始名称 | AgentGPT |
| 原始描述 | 开源AI工作流:🤖 Assemble, configure, and deploy autonomous AI Agents in your browser.。⭐36.1k · TypeScript |
| Topics | AI智能体工作流编排自主代理浏览器应用开源框架 |
| GitHub | https://github.com/reworkd/AgentGPT |
| License | GPL-3.0 |
| 语言 | TypeScript |
收录时间:2026-05-14 · 更新时间:2026-05-30 · License:GPL-3.0 · AI Skill Hub 不对第三方内容的准确性作法律背书。