Skip to content

Commit 87d47b5

Browse files
authored
Merge branch 'master' into feat/forward-message-support
2 parents 4a99817 + 94d72c3 commit 87d47b5

File tree

22 files changed

+621
-201
lines changed

22 files changed

+621
-201
lines changed

README.md

Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<p align="center">
22
<a href="https://langbot.app">
3-
<img width="130" src="https://docs.langbot.app/langbot-logo.png" alt="LangBot"/>
3+
<img width="130" src="res/logo-blue.png" alt="LangBot"/>
44
</a>
55

66
<div align="center">
@@ -31,24 +31,24 @@ English / [简体中文](README_CN.md) / [繁體中文](README_TW.md) / [日本
3131

3232
---
3333

34-
## 🚀 What is LangBot?
34+
## What is LangBot?
3535

3636
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.
3737

3838
### Key Capabilities
3939

40-
- **💬 AI Conversations & Agents** — Multi-turn dialogues, tool calling, multi-modal support, streaming output. Built-in RAG (knowledge base) with deep integration to [Dify](https://dify.ai), [Coze](https://coze.com), [n8n](https://n8n.io), [Langflow](https://langflow.org).
41-
- **🤖 Universal IM Platform Support** — One codebase for Discord, Telegram, Slack, LINE, QQ, WeChat, WeCom, Lark, DingTalk, KOOK.
42-
- **🛠️ Production-Ready** — Access control, rate limiting, sensitive word filtering, comprehensive monitoring, and exception handling. Trusted by enterprises.
43-
- **🧩 Plugin Ecosystem** — Hundreds of plugins, event-driven architecture, component extensions, and [MCP protocol](https://modelcontextprotocol.io/) support.
44-
- **😻 Web Management Panel** — Configure, manage, and monitor your bots through an intuitive browser interface. No YAML editing required.
45-
- **📊 Multi-Pipeline Architecture** — Different bots for different scenarios, with comprehensive monitoring and exception handling.
40+
- **AI Conversations & Agents** — Multi-turn dialogues, tool calling, multi-modal support, streaming output. Built-in RAG (knowledge base) with deep integration to [Dify](https://dify.ai), [Coze](https://coze.com), [n8n](https://n8n.io), [Langflow](https://langflow.org).
41+
- **Universal IM Platform Support** — One codebase for Discord, Telegram, Slack, LINE, QQ, WeChat, WeCom, Lark, DingTalk, KOOK.
42+
- **Production-Ready** — Access control, rate limiting, sensitive word filtering, comprehensive monitoring, and exception handling. Trusted by enterprises.
43+
- **Plugin Ecosystem** — Hundreds of plugins, event-driven architecture, component extensions, and [MCP protocol](https://modelcontextprotocol.io/) support.
44+
- **Web Management Panel** — Configure, manage, and monitor your bots through an intuitive browser interface. No YAML editing required.
45+
- **Multi-Pipeline Architecture** — Different bots for different scenarios, with comprehensive monitoring and exception handling.
4646

4747
[→ Learn more about all features](https://docs.langbot.app/en/insight/features.html)
4848

4949
---
5050

51-
## 📦 Quick Start
51+
## Quick Start
5252

5353
### One-Line Launch
5454

@@ -75,7 +75,7 @@ docker compose up -d
7575

7676
---
7777

78-
## Supported Platforms
78+
## Supported Platforms
7979

8080
| Platform | Status | Notes |
8181
|----------|--------|-------|
@@ -93,7 +93,7 @@ docker compose up -d
9393

9494
---
9595

96-
## 🤖 Supported LLMs & Integrations
96+
## Supported LLMs & Integrations
9797

9898
| Provider | Type | Status |
9999
|----------|------|--------|
@@ -123,7 +123,7 @@ docker compose up -d
123123

124124
---
125125

126-
## 🌟 Why LangBot?
126+
## Why LangBot?
127127

128128
| Use Case | How LangBot Helps |
129129
|----------|-------------------|
@@ -134,7 +134,7 @@ docker compose up -d
134134

135135
---
136136

137-
## 🎮 Live Demo
137+
## Live Demo
138138

139139
**Try it now:** https://demo.langbot.dev/
140140
- Email: `demo@langbot.app`
@@ -144,21 +144,21 @@ docker compose up -d
144144

145145
---
146146

147-
## 🤝 Community
147+
## Community
148148

149149
[![Discord](https://img.shields.io/discord/1335141740050649118?logo=discord&label=Discord)](https://discord.gg/wdNEHETs87)
150150

151-
- 💬 [Discord Community](https://discord.gg/wdNEHETs87)
151+
- [Discord Community](https://discord.gg/wdNEHETs87)
152152

153153
---
154154

155-
## Star History
155+
## Star History
156156

157157
[![Star History Chart](https://api.star-history.com/svg?repos=langbot-app/LangBot&type=Date)](https://star-history.com/#langbot-app/LangBot&Date)
158158

159159
---
160160

161-
## 😘 Contributors
161+
## Contributors
162162

163163
Thanks to all [contributors](https://github.com/langbot-app/LangBot/graphs/contributors) who have helped make LangBot better:
164164

README_CN.md

Lines changed: 18 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<p align="center">
22
<a href="https://langbot.app">
3-
<img width="130" src="https://docs.langbot.app/langbot-logo.png" alt="LangBot"/>
3+
<img width="130" src="res/logo-blue.png" alt="LangBot"/>
44
</a>
55

66
<div align="center">
@@ -33,24 +33,24 @@
3333

3434
---
3535

36-
## 🚀 什么是 LangBot?
36+
## 什么是 LangBot?
3737

3838
LangBot 是一个**开源的生产级平台**,用于构建 AI 驱动的即时通信机器人。它将大语言模型(LLM)连接到各种聊天平台,帮助你创建能够对话、执行任务、并集成到现有工作流程中的智能 Agent。
3939

4040
### 核心能力
4141

42-
- **💬 AI 对话与 Agent** — 多轮对话、工具调用、多模态、流式输出。自带 RAG(知识库),深度集成 [Dify](https://dify.ai)[Coze](https://coze.com)[n8n](https://n8n.io)[Langflow](https://langflow.org) 等 LLMOps 平台。
43-
- **🤖 全平台支持** — 一套代码,覆盖 QQ、微信、企业微信、飞书、钉钉、Discord、Telegram、Slack、LINE、KOOK 等平台。
44-
- **🛠️ 生产就绪** — 访问控制、限速、敏感词过滤、全面监控与异常处理,已被多家企业采用。
45-
- **🧩 插件生态** — 数百个插件,事件驱动架构,组件扩展,适配 [MCP 协议](https://modelcontextprotocol.io/)
46-
- **😻 Web 管理面板** — 通过浏览器直观地配置、管理和监控机器人,无需手动编辑配置文件。
47-
- **📊 多流水线架构** — 不同机器人用于不同场景,具备全面的监控和异常处理能力。
42+
- **AI 对话与 Agent** — 多轮对话、工具调用、多模态、流式输出。自带 RAG(知识库),深度集成 [Dify](https://dify.ai)[Coze](https://coze.com)[n8n](https://n8n.io)[Langflow](https://langflow.org) 等 LLMOps 平台。
43+
- **全平台支持** — 一套代码,覆盖 QQ、微信、企业微信、飞书、钉钉、Discord、Telegram、Slack、LINE、KOOK 等平台。
44+
- **生产就绪** — 访问控制、限速、敏感词过滤、全面监控与异常处理,已被多家企业采用。
45+
- **插件生态** — 数百个插件,事件驱动架构,组件扩展,适配 [MCP 协议](https://modelcontextprotocol.io/)
46+
- **Web 管理面板** — 通过浏览器直观地配置、管理和监控机器人,无需手动编辑配置文件。
47+
- **多流水线架构** — 不同机器人用于不同场景,具备全面的监控和异常处理能力。
4848

4949
[→ 了解更多功能特性](https://docs.langbot.app/zh/insight/features.html)
5050

5151
---
5252

53-
## 📦 快速开始
53+
## 快速开始
5454

5555
### 一键启动
5656

@@ -77,7 +77,7 @@ docker compose up -d
7777

7878
---
7979

80-
## 支持的平台
80+
## 支持的平台
8181

8282
| 平台 | 状态 | 备注 |
8383
|------|------|------|
@@ -94,7 +94,7 @@ docker compose up -d
9494

9595
---
9696

97-
## 🤖 支持的大模型与集成
97+
## 支持的大模型与集成
9898

9999
| 提供商 | 类型 | 状态 |
100100
|--------|------|------|
@@ -140,7 +140,7 @@ docker compose up -d
140140

141141
---
142142

143-
## 🌟 为什么选择 LangBot?
143+
## 为什么选择 LangBot?
144144

145145
| 使用场景 | LangBot 如何帮助 |
146146
|----------|------------------|
@@ -151,7 +151,7 @@ docker compose up -d
151151

152152
---
153153

154-
## 🎮 在线演示
154+
## 在线演示
155155

156156
**立即体验:** https://demo.langbot.dev/
157157
- 邮箱:`demo@langbot.app`
@@ -161,23 +161,23 @@ docker compose up -d
161161

162162
---
163163

164-
## 🤝 社区
164+
## 社区
165165

166166
[![Discord](https://img.shields.io/discord/1335141740050649118?logo=discord&label=Discord)](https://discord.gg/wdNEHETs87)
167167
[![QQ Group](https://img.shields.io/badge/%E7%A4%BE%E5%8C%BAQQ%E7%BE%A4-1030838208-blue)](https://qm.qq.com/q/DxZZcNxM1W)
168168

169-
- 💬 [Discord 社区](https://discord.gg/wdNEHETs87)
170-
- 💬 [QQ 社区群](https://qm.qq.com/q/DxZZcNxM1W)
169+
- [Discord 社区](https://discord.gg/wdNEHETs87)
170+
- [QQ 社区群](https://qm.qq.com/q/DxZZcNxM1W)
171171

172172
---
173173

174-
## Star 趋势
174+
## Star 趋势
175175

176176
[![Star History Chart](https://api.star-history.com/svg?repos=langbot-app/LangBot&type=Date)](https://star-history.com/#langbot-app/LangBot&Date)
177177

178178
---
179179

180-
## 😘 贡献者
180+
## 贡献者
181181

182182
感谢所有[贡献者](https://github.com/langbot-app/LangBot/graphs/contributors)对 LangBot 的帮助:
183183

README_ES.md

Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<p align="center">
22
<a href="https://langbot.app">
3-
<img width="130" src="https://docs.langbot.app/langbot-logo.png" alt="LangBot"/>
3+
<img width="130" src="res/logo-blue.png" alt="LangBot"/>
44
</a>
55

66
<div align="center">
@@ -31,24 +31,24 @@
3131

3232
---
3333

34-
## 🚀 ¿Qué es LangBot?
34+
## ¿Qué es LangBot?
3535

3636
LangBot es una **plataforma de código abierto y grado de producción** para construir bots de mensajería instantánea impulsados por IA. Conecta modelos de lenguaje de gran escala (LLMs) con cualquier plataforma de chat, permitiéndole crear agentes inteligentes que pueden conversar, ejecutar tareas e integrarse con sus flujos de trabajo existentes.
3737

3838
### Capacidades Clave
3939

40-
- **💬 Conversaciones e Agentes IA** — Diálogos de múltiples turnos, llamadas a herramientas, soporte multimodal, salida en streaming. RAG (base de conocimientos) incorporado con integración profunda con [Dify](https://dify.ai), [Coze](https://coze.com), [n8n](https://n8n.io), [Langflow](https://langflow.org).
41-
- **🤖 Soporte Universal de Plataformas de MI** — Un solo código base para Discord, Telegram, Slack, LINE, QQ, WeChat, WeCom, Lark, DingTalk, KOOK.
42-
- **🛠️ Listo para Producción** — Control de acceso, limitación de velocidad, filtrado de palabras sensibles, monitoreo completo y manejo de excepciones. De confianza para empresas.
43-
- **🧩 Ecosistema de Plugins** — Cientos de plugins, arquitectura basada en eventos, extensiones de componentes y soporte del [protocolo MCP](https://modelcontextprotocol.io/).
44-
- **😻 Panel de Gestión Web** — Configure, gestione y monitoree sus bots a través de una interfaz de navegador intuitiva. Sin necesidad de editar YAML.
45-
- **📊 Arquitectura Multi-Pipeline** — Diferentes bots para diferentes escenarios, con monitoreo completo y manejo de excepciones.
40+
- **Conversaciones e Agentes IA** — Diálogos de múltiples turnos, llamadas a herramientas, soporte multimodal, salida en streaming. RAG (base de conocimientos) incorporado con integración profunda con [Dify](https://dify.ai), [Coze](https://coze.com), [n8n](https://n8n.io), [Langflow](https://langflow.org).
41+
- **Soporte Universal de Plataformas de MI** — Un solo código base para Discord, Telegram, Slack, LINE, QQ, WeChat, WeCom, Lark, DingTalk, KOOK.
42+
- **Listo para Producción** — Control de acceso, limitación de velocidad, filtrado de palabras sensibles, monitoreo completo y manejo de excepciones. De confianza para empresas.
43+
- **Ecosistema de Plugins** — Cientos de plugins, arquitectura basada en eventos, extensiones de componentes y soporte del [protocolo MCP](https://modelcontextprotocol.io/).
44+
- **Panel de Gestión Web** — Configure, gestione y monitoree sus bots a través de una interfaz de navegador intuitiva. Sin necesidad de editar YAML.
45+
- **Arquitectura Multi-Pipeline** — Diferentes bots para diferentes escenarios, con monitoreo completo y manejo de excepciones.
4646

4747
[→ Conocer más sobre todas las funcionalidades](https://docs.langbot.app/en/insight/features.html)
4848

4949
---
5050

51-
## 📦 Inicio Rápido
51+
## Inicio Rápido
5252

5353
### Lanzamiento en una línea
5454

@@ -75,7 +75,7 @@ docker compose up -d
7575

7676
---
7777

78-
## Plataformas Soportadas
78+
## Plataformas Soportadas
7979

8080
| Plataforma | Estado | Notas |
8181
|----------|--------|-------|
@@ -93,7 +93,7 @@ docker compose up -d
9393

9494
---
9595

96-
## 🤖 LLMs e Integraciones Soportadas
96+
## LLMs e Integraciones Soportadas
9797

9898
| Proveedor | Tipo | Estado |
9999
|----------|------|--------|
@@ -123,7 +123,7 @@ docker compose up -d
123123

124124
---
125125

126-
## 🌟 ¿Por qué LangBot?
126+
## ¿Por qué LangBot?
127127

128128
| Caso de Uso | Cómo Ayuda LangBot |
129129
|----------|-------------------|
@@ -134,7 +134,7 @@ docker compose up -d
134134

135135
---
136136

137-
## 🎮 Demo en Vivo
137+
## Demo en Vivo
138138

139139
**Pruébelo ahora:** https://demo.langbot.dev/
140140
- Correo electrónico: `demo@langbot.app`
@@ -144,21 +144,21 @@ docker compose up -d
144144

145145
---
146146

147-
## 🤝 Comunidad
147+
## Comunidad
148148

149149
[![Discord](https://img.shields.io/discord/1335141740050649118?logo=discord&label=Discord)](https://discord.gg/wdNEHETs87)
150150

151-
- 💬 [Comunidad de Discord](https://discord.gg/wdNEHETs87)
151+
- [Comunidad de Discord](https://discord.gg/wdNEHETs87)
152152

153153
---
154154

155-
## Historial de Stars
155+
## Historial de Stars
156156

157157
[![Star History Chart](https://api.star-history.com/svg?repos=langbot-app/LangBot&type=Date)](https://star-history.com/#langbot-app/LangBot&Date)
158158

159159
---
160160

161-
## 😘 Colaboradores
161+
## Colaboradores
162162

163163
Gracias a todos los [colaboradores](https://github.com/langbot-app/LangBot/graphs/contributors) que han ayudado a mejorar LangBot:
164164

0 commit comments

Comments
 (0)