lobehub/lobehub
LobeHub is your Chief Agent Operator, organizing your agents into 7×24 operations by hiring, scheduling, and reporting on your entire AI team.
github.com · lobehub/lobehub
lobehub/lobehub
LobeHub is your Chief Agent Operator, organizing your agents into 7×24 operations by hiring, scheduling, and reporting on your entire AI team.
LobeHub(前身为 Lobe Chat)是开源的现代化 AI 交互平台,支持 OpenAI、Anthropic、Google 等云端模型,也可对接 Ollama 等本地推理服务。它提供插件市场、知识库、语音能力与代理编排,适合作为个人或团队的 AI 入口与「首席代理运营」控制台。
LobeHub 为多模型与多代理场景提供统一界面,避免在不同服务之间反复登录和复制粘贴。插件与知识库适合需要长期积累上下文或接入外部工具的用户;团队可自托管以控制数据与品牌体验。
Docker 快速启动(见 官方仓库 README):
docker run -d -p 3210:3210 \ -e OPENAI_API_KEY=your_key \ --name lobehub \ lobehub/lobehub也可使用 Vercel 一键部署模板。
访问本地 http://localhost:3210,在设置中配置模型提供方;若使用 Ollama,填写 http://host.docker.internal:11434 等端点。
发起对话并切换模型,测试插件或知识库上传是否正常响应。