Lobe Chat
ActiveDescription
Lobe Chat is an open-source ChatGPT-style chat application with a plugin system and multi-model support, suitable as an agent conversation interface.
Key Features
- Agents as the unit of work - Organize workflows around agents, supporting hiring, scheduling, and managing entire AI teams
- Unified intelligence - Seamlessly access any model and modality with full user control over model selection and switching
- 10,000+ skill ecosystem - Over ten thousand tools and MCP-compatible plugins connecting agents to everyday tools
- Agent group collaboration - Multi-agent parallel collaboration with automatic assembly of suitable agents for complex tasks
- IM gateway integration - Use agents directly within existing instant messaging tools without switching windows
- Pages collaborative editing - Multiple agents co-write and refine content in one place with shared context
Use Cases
Tags
Categories
Quick Start
# Deploy with Docker
docker run -d \
--name lobe-chat \
-p 3210:3210 \
-e OPENAI_API_KEY=sk-xxxx \
lobehub/lobe-chat
# Or deploy with Vercel (one-click)
# Visit https://vercel.com/new and import lobehub/lobe-chat repo
# Open http://localhost:3210 in browser
# Configure LLM provider and API key in settings to start using