🤖 LobeHub:76.8k Stars 的 AI Agent 协作平台,把 Agent 当同事用
老实说,现在的 AI Agent 环境就像你在同时开几十个浏览器窗口——这边跟 Claude 聊,那边切 ChatGPT,还得手动搬运上下文。每个 Agent 都是独立的工具,干完活就失忆,没有协作没有成长。
直到翻到 LobeHub——76.8k Stars,TypeScript 写的。它不是套壳聊天框,是一个让你把 Agent 当同事管理的工作空间。
LobeHub(GitHub | 76,842 ⭐ | TypeScript)
核心理念:Agent 是工作的基本单位。
三大能力:
🔥 Create — Agent 即工作单元
在 Agent Builder 里描述需求,自动配置好就能用。支持任意模型(OpenAI / Claude / DeepSeek / Gemini...),外加 10,000+ 个 MCP 插件当技能库。
🎯 Collaborate — Agent 组队
最骚的操作:组建 Agent Group,多个 Agent 像团队成员一样并行工作。Pages 功能共享上下文写文档,Schedule 让它定时干活——你睡觉它打工。
Evolve — 持续学习
Agent 会记住你的工作方式。白盒记忆,透明可编辑,不是黑箱。你可以随时查看它记住了什么。
内置 MCP 生态
连数据库、API、文件系统都行。从 MCP Marketplace 点一下就能装,不用手写 JSON。
上手实操:
Docker 部署:
mkdir lobehub-db && cd lobehub-db
bash <(curl -fsSL https://lobe.li/setup.sh)
docker compose up -d
Vercel 一键部署也行,准备个 OpenAI API Key 点按钮就行。
注意事项:
OPENAI_PROXY_URL 环境变量配置代理地址,国内用户必配总结:
2. MCP 插件生态一步到位,不用写 JSON
3. 白盒记忆,你知道 Agent 记住了什么也能随时改
4. Docker 5 分钟或 Vercel 点一下,部署无门槛
🤖 LobeHub: 76.8k Stars — Manage AI Agents Like Real Teammates
The current AI agent landscape is like juggling dozens of browser tabs — chatting here, switching there, manually copying context. Every agent is a one-off tool with no memory or collaboration.
LobeHub (76.8k ⭐, TypeScript) changes that. It's a workspace where agents are first-class teammates.
Three Core Abilities:
🔥 Create — Agents as Units of Work
Describe what you need in Agent Builder, it auto-configures. Supports any model (OpenAI / Claude / DeepSeek / Gemini) + 10,000+ MCP plugins.
🎯 Collaborate — Agent Teams
Form Agent Groups for parallel work. Pages for shared-context document editing. Schedule for automated task execution.
Evolve — Continual Learning
Agents learn from your workflow. White-box memory — transparent, editable, under your control.
Quick Start:
mkdir lobehub-db && cd lobehub-db
bash <(curl -fsSL https://lobe.li/setup.sh)
docker compose up -d
Or one-click deploy on Vercel.
Key Takeaways:
2. Built-in MCP marketplace — click to install
3. White-box memory you control
4. 5-min Docker deploy or one-click Vercel