AgentGPT

reworkd / AgentGPT

在浏览器中直接组装、配置并部署自主 AI 代理,无需后端环境即可完成任务。

TypeScript AI Agent LLM 应用 Web 开发 自主代理 浏览器运行 任务自动化 无后端部署

为什么值得看

编辑点评

AgentGPT 让用户通过自然语言定义目标,自动拆解任务并循环执行,适合快速体验和原型验证自主 Agent 工作流。其前端零门槛部署是亮点,但复杂任务下 Long-term 记忆和稳定性有限,更偏演示与教学场景,生产级应用仍需二次开发。

Star 趋势

近 7 日
  • Star 总数36,300
  • 今日新增+0
  • 7 日增速-100%
  • Fork9,255

同类项目

同场景 · AI Agent / LLM 应用 / Web 开发

项目文档

来自 GitHub README · main 分支

🤖 Assemble, configure, and deploy autonomous AI Agent(s) in your browser. 🤖

🔗 Short link   •   📚 Docs   •   🐦 Twitter   •   📢 Discord

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 🚀.


✨ Demo

For the best demo experience, try our site directly :)

Demo Video

👨‍🚀 Getting Started

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)

Prerequisites :point_up:

Before you get started, please make sure you have the following installed:

Getting Started :rocket:

  1. Open your editor

  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).

  3. Clone the Repository and Navigate into the Directory - Once your terminal is open, you can clone the repository and move into the directory by running the commands below.

For Mac/Linux users :apple: :penguin: bash git clone https://github.com/reworkd/AgentGPT.git cd AgentGPT ./setup.sh For Windows users :windows: bash 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:

🚀 Tech Stack

💝 Our GitHub sponsors 💝

Join us in fueling the development of AgentGPT, an open-source project pushing the boundaries of AI agents! Your sponsorship would drive progress by helping us scale up resources, enhance features and functionality, and continue to iterate on this exciting project! 🚀

💪 Contributors 💪

Our contributors have made this project possible. Thank you! 🙏

Made with contrib.rocks.

文档抓取自 GitHub 仓库 README,版权归原作者所有;已过滤徽章等噪音并经安全消毒后展示。