Back to Langbot

README

README.md

4.10.412.2 KB
Original Source
<p align="center"> <a href="https://langbot.app"> </a> <div align="center">

<a href="https://www.producthunt.com/products/langbot?utm_source=badge-follow&utm_medium=badge&utm_source=badge-langbot" target="_blank"></a>

<h3>Production-grade platform for building agentic IM bots.</h3> <h4>Quickly build, debug, and ship AI bots to Slack, Discord, Telegram, WeChat, and more.</h4>

English / ็ฎ€ไฝ“ไธญๆ–‡ / ็น้ซ”ไธญๆ–‡ / ๆ—ฅๆœฌ่ชž / Espaรฑol / Franรงais / ํ•œ๊ตญ์–ด / ะ ัƒััะบะธะน / Tiแบฟng Viแป‡t

<a href="https://langbot.app">Website</a> ๏ฝœ <a href="https://link.langbot.app/en/docs/features">Features</a> ๏ฝœ <a href="https://link.langbot.app/en/docs/guide">Docs</a> ๏ฝœ <a href="https://link.langbot.app/en/docs/api">API</a> ๏ฝœ <a href="https://space.langbot.app/cloud">Cloud</a> ๏ฝœ <a href="https://space.langbot.app">Plugin Market</a> ๏ฝœ <a href="https://langbot.featurebase.app/roadmap">Roadmap</a>

</div> </p>

What is LangBot?

LangBot is an open-source, production-grade platform for building AI-powered instant messaging bots. It connects Large Language Models (LLMs) to any chat platform, enabling you to create intelligent agents that can converse, execute tasks, and integrate with your existing workflows.

<p align="center"> </p>

Key Capabilities

  • AI Conversations & Agents โ€” Multi-turn dialogues, tool calling, multi-modal support, streaming output. Built-in RAG (knowledge base) with deep integration to Dify, Coze, n8n, Langflow, Deerflow, Weknora.
  • Universal IM Platform Support โ€” One codebase for Discord, Telegram, Slack, LINE, QQ, WeChat, WeCom, Lark, DingTalk, KOOK.
  • Production-Ready โ€” Access control, rate limiting, sensitive word filtering, comprehensive monitoring, and exception handling. Trusted by enterprises.
  • Plugin Ecosystem โ€” Hundreds of plugins, event-driven architecture, component extensions, and MCP protocol support.
  • Web Management Panel โ€” Configure, manage, and monitor your bots through an intuitive browser interface. No YAML editing required.
  • Multi-Pipeline Architecture โ€” Different bots for different scenarios, with comprehensive monitoring and exception handling.

โ†’ Learn more about all features

๐Ÿ“ Practical guides: deploy a multi-platform AI bot in 5 minutes, connect DeepSeek to WeChat, Discord, and Telegram, run a Dify Agent in Discord, Telegram, and Slack, and build an n8n-powered chatbot.


๐Ÿ˜Ž Stay Updated

Click the Star and Watch buttons in the top-right corner of the repository to get the latest updates.

Quick Start

LangBot Cloud โ€” Zero deployment, ready to use.

One-Line Launch

bash
uvx langbot

Requires uv. Visit http://localhost:5300 โ€” done.

Docker Compose

bash
git clone https://github.com/langbot-app/LangBot
cd LangBot/docker
docker compose --profile all up -d

One-Click Cloud Deploy

More options: Docker ยท Manual ยท BTPanel ยท Kubernetes


Supported Platforms

PlatformStatusNotes
Discordโœ…Official
Telegramโœ…Official
Slackโœ…Official
LINEโœ…Official
QQโœ…Personal & Official API (Channel, DM, Group)
WeComโœ…Enterprise WeChat, External CS, AI Bot
WeChatโœ…Personal & Official Account
Larkโœ…Official
DingTalkโœ…Official
KOOKโœ…Official
Satoriโœ…
Emailโœ…Matrix, Satori
Matrixโœ…Supports multiple bridged platforms such as Signal, WhatsApp, Messenger, iMessage, Mattermost, Google Chat, IRC, XMPP, Zulip, and more

Supported LLMs & Integrations

ProviderTypeStatus
OpenAILLMโœ…
AnthropicLLMโœ…
DeepSeekLLMโœ…
Google GeminiLLMโœ…
xAILLMโœ…
MoonshotLLMโœ…
Zhipu AILLMโœ…
OllamaLocal LLMโœ…
LM StudioLocal LLMโœ…
DifyLLMOpsโœ…
MCPProtocolโœ…
SiliconFlowGatewayโœ…
Aliyun BailianGatewayโœ…
Volc Engine ArkGatewayโœ…
ModelScopeGatewayโœ…
GiteeAIGatewayโœ…
CompShareGPU Platformโœ…
PPIOGPU Platformโœ…
ShengSuanYunGPU Platformโœ…
ๆŽฅๅฃ AIGatewayโœ…
302.AIGatewayโœ…
QiniuGatewayโœ…

โ†’ View all integrations


Why LangBot?

Use CaseHow LangBot Helps
Customer SupportDeploy AI agents to Slack/Discord/Telegram that answer questions using your knowledge base
Internal ToolsConnect n8n/Dify workflows to WeCom/DingTalk for automated business processes
Community ManagementModerate QQ/Discord groups with AI-powered content filtering and interaction
Multi-Platform PresenceOne bot, all platforms. Manage from a single dashboard

Built for AI Agents ๐Ÿค–

LangBot is agent-friendly by design โ€” your coding agents (Claude Code, Codex, Copilot, Cursor, โ€ฆ) can operate, extend, and deploy LangBot with first-class support:

  • MCP Server โ€” LangBot exposes a built-in Model Context Protocol endpoint at /mcp, mirroring the HTTP API so an agent can manage bots, pipelines, plugins, and models programmatically. Authenticate with the same API key (set a global key in config.yaml or use a per-user key) โ€” no login flow required. Configure it in the Web panel's API & MCP tab.
  • In-repo Skills โ€” The skills/ directory is the single source of truth for working with LangBot: plugin development, core development, end-to-end testing, deployment, and operating the LangBot / LangBot Space MCP servers. Point your agent at this directory and it knows how to build.
  • AGENTS.md โ€” Every repo ships an AGENTS.md (symlinked to CLAUDE.md) describing architecture, conventions, and the rule that API changes must keep the MCP server and skills in sync.
  • llms.txt โ€” Machine-readable project context for LLMs is published on the website.

Cloud / Marketplace: LangBot Space also exposes an MCP server so agents can search and inspect the plugin / MCP / skill marketplace, authenticated with a Personal Access Token.


Live Demo

Try it now: https://demo.langbot.dev/

Note: Public demo environment. Do not enter sensitive information.


Community


Star History


Contributors

Thanks to all contributors who have helped make LangBot better:

<a href="https://github.com/langbot-app/LangBot/graphs/contributors"> </a>