2025-06-18 15:16:55 +08:00
<p align="center">
<a href="https://langbot.app">
2025-07-12 11:44:08 +08:00
<img src="https://docs.langbot.app/social_en.png" alt="LangBot"/>
2025-06-18 15:16:55 +08:00
</a>
<div align="center">
2025-11-21 10:31:57 +08:00
<a href="https://www.producthunt.com/products/langbot?utm_source=badge-follow&utm_medium=badge&utm_source=badge-langbot" target="_blank"><img src="https://api.producthunt.com/widgets/embed-image/v1/follow.svg?product_id=1077185&theme=light" alt="LangBot - Production- ;grade  ;IM  ;bot  ;made  ;easy. ; | Product Hunt" style="width: 250px; height: 54px;" width="250" height="54" /></a>
2025-11-21 00:36:35 +08:00
English / [简体中文 ](README.md ) / [繁體中文 ](README_TW.md ) / [日本語 ](README_JP.md ) / [Español ](README_ES.md ) / [Français ](README_FR.md ) / [한국어 ](README_KO.md ) / [Русский ](README_RU.md ) / [Tiếng Việt ](README_VI.md )
2025-06-18 15:16:55 +08:00
[](https://discord.gg/wdNEHETs87)
2025-07-07 19:00:55 +08:00
[](https://deepwiki.com/langbot-app/LangBot)
[](https://github.com/langbot-app/LangBot/releases/latest)
2025-06-18 15:16:55 +08:00
<img src="https://img.shields.io/badge/python-3.10 ~ 3.13 -blue.svg" alt="python">
2025-07-14 11:17:58 +08:00
<a href="https://langbot.app">Home</a> |
<a href="https://docs.langbot.app/en/insight/guide.html">Deployment</a> |
<a href="https://docs.langbot.app/en/plugin/plugin-intro.html">Plugin</a> |
<a href="https://github.com/langbot-app/LangBot/issues/new?assignees=&labels=%E7%8B%AC%E7%AB%8B%E6%8F%92%E4%BB%B6&projects=&template=submit-plugin.yml&title=%5BPlugin%5D%3A+%E8%AF%B7%E6%B1%82%E7%99%BB%E8%AE%B0%E6%96%B0%E6%8F%92%E4%BB%B6">Submit Plugin</a>
2025-06-18 15:16:55 +08:00
</div>
</p>
2025-07-20 22:10:32 +08:00
LangBot is an open-source LLM native instant messaging robot development platform, aiming to provide out-of-the-box IM robot development experience, with Agent, RAG, MCP and other LLM application functions, adapting to global instant messaging platforms, and providing rich API interfaces, supporting custom development.
2025-06-18 15:16:55 +08:00
## 📦 Getting Started
2025-11-16 20:00:43 +08:00
#### Quick Start
2025-11-16 19:53:01 +08:00
2025-11-16 20:04:34 +08:00
Use `uvx` to start with one command (need to install [uv ](https://docs.astral.sh/uv/getting-started/installation/ )):
2025-11-16 19:53:01 +08:00
```bash
uvx langbot
```
Visit http://localhost:5300 to start using it.
2025-06-18 15:16:55 +08:00
#### Docker Compose Deployment
```bash
2025-07-07 19:00:55 +08:00
git clone https://github.com/langbot-app/LangBot
2025-09-19 16:39:13 +08:00
cd LangBot/docker
2025-06-18 15:16:55 +08:00
docker compose up -d
```
Visit http://localhost:5300 to start using it.
Detailed documentation [Docker Deployment ](https://docs.langbot.app/en/deploy/langbot/docker.html ).
#### One-click Deployment on BTPanel
LangBot has been listed on the BTPanel, if you have installed the BTPanel, you can use the [document ](https://docs.langbot.app/en/deploy/langbot/one-click/bt.html ) to use it.
#### Zeabur Cloud Deployment
Community contributed Zeabur template.
[](https://zeabur.com/en-US/templates/ZKTBDH)
#### Railway Cloud Deployment
[](https://railway.app/template/yRrAyL?referralCode=vogKPF)
#### Other Deployment Methods
Directly use the released version to run, see the [Manual Deployment ](https://docs.langbot.app/en/deploy/langbot/manual.html ) documentation.
2025-11-14 11:25:11 +08:00
#### Kubernetes Deployment
Refer to the [Kubernetes Deployment ](./docker/README_K8S.md ) documentation.
2025-07-20 22:10:32 +08:00
## 😎 Stay Ahead
2025-06-18 15:16:55 +08:00
2025-07-20 22:10:32 +08:00
Click the Star and Watch button in the upper right corner of the repository to get the latest updates.
2025-06-18 15:16:55 +08:00
2025-07-20 22:10:32 +08:00

2025-06-18 15:16:55 +08:00
2025-07-20 22:10:32 +08:00
## ✨ Features
2025-06-18 15:16:55 +08:00
2025-11-22 00:20:39 +08:00
- 💬 Chat with LLM / Agent: Supports multiple LLMs, adapt to group chats and private chats; Supports multi-round conversations, tool calls, multi-modal, and streaming output capabilities. Built-in RAG (knowledge base) implementation, and deeply integrates with [Dify ](https://dify.ai ), [Coze ](https://coze.com ), [n8n ](https://n8n.io ) etc. LLMOps platforms.
2025-07-20 22:10:32 +08:00
- 🤖 Multi-platform Support: Currently supports QQ, QQ Channel, WeCom, personal WeChat, Lark, DingTalk, Discord, Telegram, etc.
- 🛠️ High Stability, Feature-rich: Native access control, rate limiting, sensitive word filtering, etc. mechanisms; Easy to use, supports multiple deployment methods. Supports multiple pipeline configurations, different bots can be used for different scenarios.
2025-11-22 00:20:39 +08:00
- 🧩 Plugin Extension, Active Community: High stability, high security production-level plugin system; Support event-driven, component extension, etc. plugin mechanisms; Integrate Anthropic [MCP protocol ](https://modelcontextprotocol.io/ ); Currently has hundreds of plugins.
2025-07-20 22:10:32 +08:00
- 😻 Web UI: Support management LangBot instance through the browser. No need to manually write configuration files.
2025-06-18 15:16:55 +08:00
2025-07-20 22:10:32 +08:00
For more detailed specifications, please refer to the [documentation ](https://docs.langbot.app/en/insight/features.html ).
2025-06-18 15:16:55 +08:00
2025-07-20 22:10:32 +08:00
Or visit the demo environment: https://demo.langbot.dev/
- Login information: Email: `demo@langbot.app` Password: `langbot123456`
- Note: For WebUI demo only, please do not fill in any sensitive information in the public environment.
2025-06-18 15:16:55 +08:00
### Message Platform
| Platform | Status | Remarks |
| --- | --- | --- |
2025-09-15 23:15:07 +08:00
| Discord | ✅ | |
| Telegram | ✅ | |
| Slack | ✅ | |
| LINE | ✅ | |
2025-06-18 15:16:55 +08:00
| Personal QQ | ✅ | |
| QQ Official API | ✅ | |
| WeCom | ✅ | |
| WeComCS | ✅ | |
2025-09-15 23:15:07 +08:00
| WeCom AI Bot | ✅ | |
2025-06-18 15:16:55 +08:00
| Personal WeChat | ✅ | |
| Lark | ✅ | |
| DingTalk | ✅ | |
### LLMs
| LLM | Status | Remarks |
| --- | --- | --- |
| [OpenAI ](https://platform.openai.com/ ) | ✅ | Available for any OpenAI interface format model |
| [DeepSeek ](https://www.deepseek.com/ ) | ✅ | |
| [Moonshot ](https://www.moonshot.cn/ ) | ✅ | |
| [Anthropic ](https://www.anthropic.com/ ) | ✅ | |
| [xAI ](https://x.ai/ ) | ✅ | |
| [Zhipu AI ](https://open.bigmodel.cn/ ) | ✅ | |
2025-07-04 11:37:31 +08:00
| [CompShare ](https://www.compshare.cn/?ytag=GPU_YY-gh_langbot ) | ✅ | LLM and GPU resource platform |
2025-06-18 15:16:55 +08:00
| [Dify ](https://dify.ai ) | ✅ | LLMOps platform |
| [PPIO ](https://ppinfra.com/user/register?invited_by=QJKFYD&utm_source=github_langbot ) | ✅ | LLM and GPU resource platform |
2025-11-12 11:15:27 +08:00
| [接口 AI ](https://jiekou.ai/ ) | ✅ | LLM aggregation platform, dedicated to global LLMs |
2025-08-21 14:14:25 +08:00
| [ShengSuanYun ](https://www.shengsuanyun.com/?from=CH_KYIPP758 ) | ✅ | LLM and GPU resource platform |
2025-07-03 17:26:17 +08:00
| [302.AI ](https://share.302.ai/SuTG99 ) | ✅ | LLM gateway(MaaS) |
2025-06-18 15:16:55 +08:00
| [Google Gemini ](https://aistudio.google.com/prompts/new_chat ) | ✅ | |
| [Ollama ](https://ollama.com/ ) | ✅ | Local LLM running platform |
| [LMStudio ](https://lmstudio.ai/ ) | ✅ | Local LLM running platform |
| [GiteeAI ](https://ai.gitee.com/ ) | ✅ | LLM interface gateway(MaaS) |
| [SiliconFlow ](https://siliconflow.cn/ ) | ✅ | LLM gateway(MaaS) |
| [Aliyun Bailian ](https://bailian.console.aliyun.com/ ) | ✅ | LLM gateway(MaaS), LLMOps platform |
| [Volc Engine Ark ](https://console.volcengine.com/ark/region:ark+cn-beijing/model?vendor=Bytedance&view=LIST_VIEW ) | ✅ | LLM gateway(MaaS), LLMOps platform |
| [ModelScope ](https://modelscope.cn/docs/model-service/API-Inference/intro ) | ✅ | LLM gateway(MaaS) |
| [MCP ](https://modelcontextprotocol.io/ ) | ✅ | Support tool access through MCP protocol |
## 🤝 Community Contribution
2025-07-07 19:00:55 +08:00
Thank you for the following [code contributors ](https://github.com/langbot-app/LangBot/graphs/contributors ) and other members in the community for their contributions to LangBot:
2025-06-18 15:16:55 +08:00
2025-07-07 19:00:55 +08:00
<a href="https://github.com/langbot-app/LangBot/graphs/contributors">
<img src="https://contrib.rocks/image?repo=langbot-app/LangBot" />
2025-06-18 15:16:55 +08:00
</a>