2025-11-21 00:36:35 +08:00
<p align="center">
<a href="https://langbot.app">
2026-02-23 17:01:37 +08:00
<img width="130" src="res/logo-blue.png" alt="LangBot"/>
2025-11-21 00:36:35 +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>
2026-02-17 15:52:13 +08:00
<h3>Plateforme de niveau production pour construire des bots de messagerie instantanée avec agents IA.</h3>
<h4>Créez, déboguez et déployez rapidement des bots IA sur Slack, Discord, Telegram, WeChat et plus.</h4>
2025-12-06 22:34:48 +08:00
2026-02-17 15:42:33 +08:00
[English ](README.md ) / [简体中文 ](README_CN.md ) / [繁體中文 ](README_TW.md ) / [日本語 ](README_JP.md ) / [Español ](README_ES.md ) / Français / [한국어 ](README_KO.md ) / [Русский ](README_RU.md ) / [Tiếng Việt ](README_VI.md )
2025-11-21 00:36:35 +08:00
[](https://discord.gg/wdNEHETs87)
[](https://deepwiki.com/langbot-app/LangBot)
[](https://github.com/langbot-app/LangBot/releases/latest)
<img src="https://img.shields.io/badge/python-3.10 ~ 3.13 -blue.svg" alt="python">
2026-02-17 15:52:13 +08:00
[](https://github.com/langbot-app/LangBot/stargazers)
2025-11-21 00:36:35 +08:00
<a href="https://langbot.app">Accueil</a> |
2026-03-30 10:53:21 +08:00
<a href="https://link.langbot.app/en/docs/features">Fonctionnalités</a> |
<a href="https://link.langbot.app/en/docs/guide">Documentation</a> |
<a href="https://link.langbot.app/en/docs/api">API</a> |
2026-01-01 22:11:43 +08:00
<a href="https://space.langbot.app">Marché des Plugins</a> |
<a href="https://langbot.featurebase.app/roadmap">Feuille de Route</a>
2025-11-21 00:36:35 +08:00
</div>
</p>
2026-02-17 15:52:13 +08:00
---
2025-11-21 00:36:35 +08:00
2026-02-23 17:16:18 +08:00
## Qu'est-ce que LangBot ?
2025-11-21 00:36:35 +08:00
2026-02-17 15:52:13 +08:00
LangBot est une **plateforme open-source de niveau production** pour créer des bots de messagerie instantanée alimentés par l'IA. Elle connecte les grands modèles de langage (LLMs) à n'importe quelle plateforme de chat, vous permettant de créer des agents intelligents capables de converser, d'exécuter des tâches et de s'intégrer à vos workflows existants.
### Capacités Clés
2026-02-23 17:16:18 +08:00
- **Conversations IA & Agents** — Dialogues multi-tours, appels d'outils, support multimodal, sortie en streaming. RAG (base de connaissances) intégré avec intégration profonde de [Dify ](https://dify.ai ), [Coze ](https://coze.com ), [n8n ](https://n8n.io ), [Langflow ](https://langflow.org ).
- **Support Universel des Plateformes de MI** — Un seul code pour Discord, Telegram, Slack, LINE, QQ, WeChat, WeCom, Lark, DingTalk, KOOK.
- **Prêt pour la Production** — Contrôle d'accès, limitation de débit, filtrage de mots sensibles, surveillance complète et gestion des exceptions. Approuvé par les entreprises.
- **Écosystème de Plugins** — Des centaines de plugins, architecture événementielle, extensions de composants, et support du [protocole MCP ](https://modelcontextprotocol.io/ ).
- **Panneau de Gestion Web** — Configurez, gérez et surveillez vos bots via une interface navigateur intuitive. Aucune édition de YAML requise.
- **Architecture Multi-Pipeline** — Différents bots pour différents scénarios, avec surveillance complète et gestion des exceptions.
2026-02-17 15:52:13 +08:00
2026-03-30 10:53:21 +08:00
[→ En savoir plus sur toutes les fonctionnalités ](https://link.langbot.app/en/docs/features )
2026-02-17 15:52:13 +08:00
2026-05-18 13:18:27 +08:00
📍 Guides pratiques : [déployer un bot IA multiplateforme en 5 minutes ](https://blog.langbot.app/en/blog/deploy-ai-bot-in-5-minutes/ ), [connecter DeepSeek à WeChat, Discord et Telegram ](https://blog.langbot.app/en/blog/connect-deepseek-to-wechat/ ), [exécuter un Dify Agent dans Discord, Telegram et Slack ](https://blog.langbot.app/en/blog/dify-agent-discord-telegram-slack/ ) et [créer un chatbot avec n8n ](https://blog.langbot.app/en/blog/n8n-multi-platform-ai-chatbot/ ).
2026-02-17 15:52:13 +08:00
---
2026-02-23 17:16:18 +08:00
## Démarrage Rapide
2026-02-17 15:52:13 +08:00
2026-02-25 22:18:22 +08:00
### ☁️ LangBot Cloud (Recommandé)
** [LangBot Cloud ](https://space.langbot.app/cloud )** — Sans déploiement, prêt à utiliser.
2026-02-17 15:52:13 +08:00
### Lancement en une ligne
2025-11-21 00:36:35 +08:00
```bash
uvx langbot
```
2026-02-17 15:52:13 +08:00
> Nécessite [uv](https://docs.astral.sh/uv/getting-started/installation/). Visitez http://localhost:5300 — c'est prêt.
2025-11-21 00:36:35 +08:00
2026-02-17 15:52:13 +08:00
### Docker Compose
2025-11-21 00:36:35 +08:00
```bash
git clone https://github.com/langbot-app/LangBot
cd LangBot/docker
docker compose up -d
```
2026-02-17 15:52:13 +08:00
### Déploiement Cloud en un Clic
2025-11-21 00:36:35 +08:00
2026-02-17 15:52:13 +08:00
[](https://zeabur.com/en-US/templates/ZKTBDH)
[](https://railway.app/template/yRrAyL?referralCode=vogKPF)
2025-11-21 00:36:35 +08:00
2026-03-30 10:53:21 +08:00
**Plus d'options :** [Docker ](https://link.langbot.app/en/docs/docker ) · [Manuel ](https://link.langbot.app/en/docs/manual-deploy ) · [BTPanel ](https://link.langbot.app/en/docs/bt-panel ) · [Kubernetes ](./docker/README_K8S.md )
2025-11-21 00:36:35 +08:00
2026-02-17 15:52:13 +08:00
---
2025-11-21 00:36:35 +08:00
2026-02-23 17:16:18 +08:00
## Plateformes Supportées
2025-11-21 00:36:35 +08:00
2026-02-17 15:52:13 +08:00
| Plateforme | Statut | Notes |
|----------|--------|-------|
2026-05-02 21:04:49 +08:00
| Discord | ✅ | Officiel |
| Telegram | ✅ | Officiel |
| Slack | ✅ | Officiel |
| LINE | ✅ | Officiel |
| QQ | ✅ | Personnel & API Officielle (Canal, DM, Groupe) |
2026-02-17 15:52:13 +08:00
| WeCom | ✅ | WeChat Entreprise, CS Externe, AI Bot |
| WeChat | ✅ | Personnel & Compte Officiel |
2026-05-02 21:04:49 +08:00
| Lark | ✅ | Officiel |
| DingTalk | ✅ | Officiel |
| KOOK | ✅ | Officiel |
2026-02-18 17:02:16 +08:00
| Satori | ✅ | |
2026-05-02 21:04:49 +08:00
| Email | ✅ | Matrix, Satori |
| Matrix | ✅ | Prend en charge plusieurs plateformes via ponts, comme Signal, WhatsApp, Messenger, iMessage, Mattermost, Google Chat, IRC, XMPP, Zulip, etc. |
2025-11-21 00:36:35 +08:00
2026-02-17 15:52:13 +08:00
---
2025-11-21 00:36:35 +08:00
2026-02-23 17:16:18 +08:00
## LLMs et Intégrations Supportés
2025-11-21 00:36:35 +08:00
2026-02-17 15:52:13 +08:00
| Fournisseur | Type | Statut |
|----------|------|--------|
| [OpenAI ](https://platform.openai.com/ ) | LLM | ✅ |
| [Anthropic ](https://www.anthropic.com/ ) | LLM | ✅ |
| [DeepSeek ](https://www.deepseek.com/ ) | LLM | ✅ |
| [Google Gemini ](https://aistudio.google.com/prompts/new_chat ) | LLM | ✅ |
| [xAI ](https://x.ai/ ) | LLM | ✅ |
| [Moonshot ](https://www.moonshot.cn/ ) | LLM | ✅ |
| [Zhipu AI ](https://open.bigmodel.cn/ ) | LLM | ✅ |
| [Ollama ](https://ollama.com/ ) | LLM Local | ✅ |
| [LM Studio ](https://lmstudio.ai/ ) | LLM Local | ✅ |
| [Dify ](https://dify.ai ) | LLMOps | ✅ |
| [MCP ](https://modelcontextprotocol.io/ ) | Protocole | ✅ |
| [SiliconFlow ](https://siliconflow.cn/ ) | Passerelle | ✅ |
| [Aliyun Bailian ](https://bailian.console.aliyun.com/ ) | Passerelle | ✅ |
| [Volc Engine Ark ](https://console.volcengine.com/ark/region:ark+cn-beijing/model?vendor=Bytedance&view=LIST_VIEW ) | Passerelle | ✅ |
| [ModelScope ](https://modelscope.cn/docs/model-service/API-Inference/intro ) | Passerelle | ✅ |
| [GiteeAI ](https://ai.gitee.com/ ) | Passerelle | ✅ |
| [接口 AI ](https://jiekou.ai/ ) | Passerelle | ✅ |
| [302.AI ](https://share.302.ai/SuTG99 ) | Passerelle | ✅ |
| [CompShare ](https://www.compshare.cn/?ytag=GPU_YY-gh_langbot ) | Plateforme GPU | ✅ |
| [PPIO ](https://ppinfra.com/user/register?invited_by=QJKFYD&utm_source=github_langbot ) | Plateforme GPU | ✅ |
| [ShengSuanYun ](https://www.shengsuanyun.com/?from=CH_KYIPP758 ) | Plateforme GPU | ✅ |
2026-04-29 13:52:56 +08:00
| [Qiniu ](https://www.qiniu.com/ai/agent ) | Passerelle | ✅ |
2025-11-21 00:36:35 +08:00
2026-03-30 10:53:21 +08:00
[→ Voir toutes les intégrations ](https://link.langbot.app/en/docs/features )
2025-11-21 00:36:35 +08:00
2026-02-17 15:52:13 +08:00
---
2025-11-21 00:36:35 +08:00
2026-02-23 17:16:18 +08:00
## Pourquoi LangBot ?
2025-11-21 00:36:35 +08:00
2026-02-17 15:52:13 +08:00
| Cas d'Usage | Comment LangBot Aide |
|----------|-------------------|
| **Support Client** | Déployez des agents IA sur Slack/Discord/Telegram qui répondent aux questions en utilisant votre base de connaissances |
| **Outils Internes** | Connectez les workflows n8n/Dify à WeCom/DingTalk pour automatiser vos processus métier |
| **Gestion de Communauté** | Modérez les groupes QQ/Discord avec un filtrage de contenu et des interactions alimentés par l'IA |
| **Présence Multi-plateforme** | Un seul bot, toutes les plateformes. Gérez tout depuis un tableau de bord unique |
2025-11-21 00:36:35 +08:00
2026-02-17 15:52:13 +08:00
---
2025-11-21 00:36:35 +08:00
2026-02-23 17:16:18 +08:00
## Démo en Ligne
2025-11-21 00:36:35 +08:00
2026-02-17 15:52:13 +08:00
**Essayez maintenant :** https://demo.langbot.dev/
- Email : `demo@langbot.app`
- Mot de passe : `langbot123456`
2025-11-21 00:36:35 +08:00
2026-02-17 15:52:13 +08:00
*Note : Environnement de démonstration public. Ne saisissez pas d'informations sensibles.*
2025-11-21 00:36:35 +08:00
2026-02-17 15:52:13 +08:00
---
2025-11-21 00:36:35 +08:00
2026-02-23 17:16:18 +08:00
## Communauté
2025-11-21 00:36:35 +08:00
2026-02-17 15:52:13 +08:00
[](https://discord.gg/wdNEHETs87)
2025-12-06 22:34:48 +08:00
2026-02-23 17:16:18 +08:00
- [Communauté Discord ](https://discord.gg/wdNEHETs87 )
2025-12-06 22:34:48 +08:00
2026-02-17 15:52:13 +08:00
---
2025-11-21 00:36:35 +08:00
2026-02-23 17:16:18 +08:00
## Historique des Stars
2025-11-21 00:36:35 +08:00
2026-02-17 15:52:13 +08:00
[](https://star-history.com/#langbot -app/LangBot&Date)
2025-11-21 00:36:35 +08:00
2026-02-17 15:52:13 +08:00
---
2025-11-21 00:36:35 +08:00
2026-02-23 17:16:18 +08:00
## Contributeurs
2025-11-21 00:36:35 +08:00
2026-02-17 15:52:13 +08:00
Merci à tous les [contributeurs ](https://github.com/langbot-app/LangBot/graphs/contributors ) qui ont aidé à améliorer LangBot :
2025-11-21 00:36:35 +08:00
<a href="https://github.com/langbot-app/LangBot/graphs/contributors">
<img src="https://contrib.rocks/image?repo=langbot-app/LangBot" />
</a>