mirror of
https://github.com/langbot-app/LangBot.git
synced 2026-06-02 03:55:55 +00:00
chore: Standardize section headers in multiple language README files
This commit is contained in:
32
README.md
32
README.md
@@ -31,24 +31,24 @@ English / [简体中文](README_CN.md) / [繁體中文](README_TW.md) / [日本
|
|||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
## 🚀 What is LangBot?
|
## 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.
|
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.
|
||||||
|
|
||||||
### Key Capabilities
|
### 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](https://dify.ai), [Coze](https://coze.com), [n8n](https://n8n.io), [Langflow](https://langflow.org).
|
- **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).
|
||||||
- **🤖 Universal IM Platform Support** — One codebase for Discord, Telegram, Slack, LINE, QQ, WeChat, WeCom, Lark, DingTalk, KOOK.
|
- **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.
|
- **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](https://modelcontextprotocol.io/) support.
|
- **Plugin Ecosystem** — Hundreds of plugins, event-driven architecture, component extensions, and [MCP protocol](https://modelcontextprotocol.io/) support.
|
||||||
- **😻 Web Management Panel** — Configure, manage, and monitor your bots through an intuitive browser interface. No YAML editing required.
|
- **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.
|
- **Multi-Pipeline Architecture** — Different bots for different scenarios, with comprehensive monitoring and exception handling.
|
||||||
|
|
||||||
[→ Learn more about all features](https://docs.langbot.app/en/insight/features.html)
|
[→ Learn more about all features](https://docs.langbot.app/en/insight/features.html)
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
## 📦 Quick Start
|
## Quick Start
|
||||||
|
|
||||||
### One-Line Launch
|
### One-Line Launch
|
||||||
|
|
||||||
@@ -75,7 +75,7 @@ docker compose up -d
|
|||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
## ✨ Supported Platforms
|
## Supported Platforms
|
||||||
|
|
||||||
| Platform | Status | Notes |
|
| Platform | Status | Notes |
|
||||||
|----------|--------|-------|
|
|----------|--------|-------|
|
||||||
@@ -93,7 +93,7 @@ docker compose up -d
|
|||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
## 🤖 Supported LLMs & Integrations
|
## Supported LLMs & Integrations
|
||||||
|
|
||||||
| Provider | Type | Status |
|
| Provider | Type | Status |
|
||||||
|----------|------|--------|
|
|----------|------|--------|
|
||||||
@@ -123,7 +123,7 @@ docker compose up -d
|
|||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
## 🌟 Why LangBot?
|
## Why LangBot?
|
||||||
|
|
||||||
| Use Case | How LangBot Helps |
|
| Use Case | How LangBot Helps |
|
||||||
|----------|-------------------|
|
|----------|-------------------|
|
||||||
@@ -134,7 +134,7 @@ docker compose up -d
|
|||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
## 🎮 Live Demo
|
## Live Demo
|
||||||
|
|
||||||
**Try it now:** https://demo.langbot.dev/
|
**Try it now:** https://demo.langbot.dev/
|
||||||
- Email: `demo@langbot.app`
|
- Email: `demo@langbot.app`
|
||||||
@@ -144,21 +144,21 @@ docker compose up -d
|
|||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
## 🤝 Community
|
## Community
|
||||||
|
|
||||||
[](https://discord.gg/wdNEHETs87)
|
[](https://discord.gg/wdNEHETs87)
|
||||||
|
|
||||||
- 💬 [Discord Community](https://discord.gg/wdNEHETs87)
|
- [Discord Community](https://discord.gg/wdNEHETs87)
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
## ⭐ Star History
|
## Star History
|
||||||
|
|
||||||
[](https://star-history.com/#langbot-app/LangBot&Date)
|
[](https://star-history.com/#langbot-app/LangBot&Date)
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
## 😘 Contributors
|
## Contributors
|
||||||
|
|
||||||
Thanks to all [contributors](https://github.com/langbot-app/LangBot/graphs/contributors) who have helped make LangBot better:
|
Thanks to all [contributors](https://github.com/langbot-app/LangBot/graphs/contributors) who have helped make LangBot better:
|
||||||
|
|
||||||
|
|||||||
34
README_CN.md
34
README_CN.md
@@ -33,24 +33,24 @@
|
|||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
## 🚀 什么是 LangBot?
|
## 什么是 LangBot?
|
||||||
|
|
||||||
LangBot 是一个**开源的生产级平台**,用于构建 AI 驱动的即时通信机器人。它将大语言模型(LLM)连接到各种聊天平台,帮助你创建能够对话、执行任务、并集成到现有工作流程中的智能 Agent。
|
LangBot 是一个**开源的生产级平台**,用于构建 AI 驱动的即时通信机器人。它将大语言模型(LLM)连接到各种聊天平台,帮助你创建能够对话、执行任务、并集成到现有工作流程中的智能 Agent。
|
||||||
|
|
||||||
### 核心能力
|
### 核心能力
|
||||||
|
|
||||||
- **💬 AI 对话与 Agent** — 多轮对话、工具调用、多模态、流式输出。自带 RAG(知识库),深度集成 [Dify](https://dify.ai)、[Coze](https://coze.com)、[n8n](https://n8n.io)、[Langflow](https://langflow.org) 等 LLMOps 平台。
|
- **AI 对话与 Agent** — 多轮对话、工具调用、多模态、流式输出。自带 RAG(知识库),深度集成 [Dify](https://dify.ai)、[Coze](https://coze.com)、[n8n](https://n8n.io)、[Langflow](https://langflow.org) 等 LLMOps 平台。
|
||||||
- **🤖 全平台支持** — 一套代码,覆盖 QQ、微信、企业微信、飞书、钉钉、Discord、Telegram、Slack、LINE、KOOK 等平台。
|
- **全平台支持** — 一套代码,覆盖 QQ、微信、企业微信、飞书、钉钉、Discord、Telegram、Slack、LINE、KOOK 等平台。
|
||||||
- **🛠️ 生产就绪** — 访问控制、限速、敏感词过滤、全面监控与异常处理,已被多家企业采用。
|
- **生产就绪** — 访问控制、限速、敏感词过滤、全面监控与异常处理,已被多家企业采用。
|
||||||
- **🧩 插件生态** — 数百个插件,事件驱动架构,组件扩展,适配 [MCP 协议](https://modelcontextprotocol.io/)。
|
- **插件生态** — 数百个插件,事件驱动架构,组件扩展,适配 [MCP 协议](https://modelcontextprotocol.io/)。
|
||||||
- **😻 Web 管理面板** — 通过浏览器直观地配置、管理和监控机器人,无需手动编辑配置文件。
|
- **Web 管理面板** — 通过浏览器直观地配置、管理和监控机器人,无需手动编辑配置文件。
|
||||||
- **📊 多流水线架构** — 不同机器人用于不同场景,具备全面的监控和异常处理能力。
|
- **多流水线架构** — 不同机器人用于不同场景,具备全面的监控和异常处理能力。
|
||||||
|
|
||||||
[→ 了解更多功能特性](https://docs.langbot.app/zh/insight/features.html)
|
[→ 了解更多功能特性](https://docs.langbot.app/zh/insight/features.html)
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
## 📦 快速开始
|
## 快速开始
|
||||||
|
|
||||||
### 一键启动
|
### 一键启动
|
||||||
|
|
||||||
@@ -77,7 +77,7 @@ docker compose up -d
|
|||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
## ✨ 支持的平台
|
## 支持的平台
|
||||||
|
|
||||||
| 平台 | 状态 | 备注 |
|
| 平台 | 状态 | 备注 |
|
||||||
|------|------|------|
|
|------|------|------|
|
||||||
@@ -94,7 +94,7 @@ docker compose up -d
|
|||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
## 🤖 支持的大模型与集成
|
## 支持的大模型与集成
|
||||||
|
|
||||||
| 提供商 | 类型 | 状态 |
|
| 提供商 | 类型 | 状态 |
|
||||||
|--------|------|------|
|
|--------|------|------|
|
||||||
@@ -140,7 +140,7 @@ docker compose up -d
|
|||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
## 🌟 为什么选择 LangBot?
|
## 为什么选择 LangBot?
|
||||||
|
|
||||||
| 使用场景 | LangBot 如何帮助 |
|
| 使用场景 | LangBot 如何帮助 |
|
||||||
|----------|------------------|
|
|----------|------------------|
|
||||||
@@ -151,7 +151,7 @@ docker compose up -d
|
|||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
## 🎮 在线演示
|
## 在线演示
|
||||||
|
|
||||||
**立即体验:** https://demo.langbot.dev/
|
**立即体验:** https://demo.langbot.dev/
|
||||||
- 邮箱:`demo@langbot.app`
|
- 邮箱:`demo@langbot.app`
|
||||||
@@ -161,23 +161,23 @@ docker compose up -d
|
|||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
## 🤝 社区
|
## 社区
|
||||||
|
|
||||||
[](https://discord.gg/wdNEHETs87)
|
[](https://discord.gg/wdNEHETs87)
|
||||||
[](https://qm.qq.com/q/DxZZcNxM1W)
|
[](https://qm.qq.com/q/DxZZcNxM1W)
|
||||||
|
|
||||||
- 💬 [Discord 社区](https://discord.gg/wdNEHETs87)
|
- [Discord 社区](https://discord.gg/wdNEHETs87)
|
||||||
- 💬 [QQ 社区群](https://qm.qq.com/q/DxZZcNxM1W)
|
- [QQ 社区群](https://qm.qq.com/q/DxZZcNxM1W)
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
## ⭐ Star 趋势
|
## Star 趋势
|
||||||
|
|
||||||
[](https://star-history.com/#langbot-app/LangBot&Date)
|
[](https://star-history.com/#langbot-app/LangBot&Date)
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
## 😘 贡献者
|
## 贡献者
|
||||||
|
|
||||||
感谢所有[贡献者](https://github.com/langbot-app/LangBot/graphs/contributors)对 LangBot 的帮助:
|
感谢所有[贡献者](https://github.com/langbot-app/LangBot/graphs/contributors)对 LangBot 的帮助:
|
||||||
|
|
||||||
|
|||||||
32
README_ES.md
32
README_ES.md
@@ -31,24 +31,24 @@
|
|||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
## 🚀 ¿Qué es LangBot?
|
## ¿Qué es LangBot?
|
||||||
|
|
||||||
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.
|
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.
|
||||||
|
|
||||||
### Capacidades Clave
|
### Capacidades Clave
|
||||||
|
|
||||||
- **💬 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).
|
- **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).
|
||||||
- **🤖 Soporte Universal de Plataformas de MI** — Un solo código base para Discord, Telegram, Slack, LINE, QQ, WeChat, WeCom, Lark, DingTalk, KOOK.
|
- **Soporte Universal de Plataformas de MI** — Un solo código base para Discord, Telegram, Slack, LINE, QQ, WeChat, WeCom, Lark, DingTalk, KOOK.
|
||||||
- **🛠️ 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.
|
- **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.
|
||||||
- **🧩 Ecosistema de Plugins** — Cientos de plugins, arquitectura basada en eventos, extensiones de componentes y soporte del [protocolo MCP](https://modelcontextprotocol.io/).
|
- **Ecosistema de Plugins** — Cientos de plugins, arquitectura basada en eventos, extensiones de componentes y soporte del [protocolo MCP](https://modelcontextprotocol.io/).
|
||||||
- **😻 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.
|
- **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.
|
||||||
- **📊 Arquitectura Multi-Pipeline** — Diferentes bots para diferentes escenarios, con monitoreo completo y manejo de excepciones.
|
- **Arquitectura Multi-Pipeline** — Diferentes bots para diferentes escenarios, con monitoreo completo y manejo de excepciones.
|
||||||
|
|
||||||
[→ Conocer más sobre todas las funcionalidades](https://docs.langbot.app/en/insight/features.html)
|
[→ Conocer más sobre todas las funcionalidades](https://docs.langbot.app/en/insight/features.html)
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
## 📦 Inicio Rápido
|
## Inicio Rápido
|
||||||
|
|
||||||
### Lanzamiento en una línea
|
### Lanzamiento en una línea
|
||||||
|
|
||||||
@@ -75,7 +75,7 @@ docker compose up -d
|
|||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
## ✨ Plataformas Soportadas
|
## Plataformas Soportadas
|
||||||
|
|
||||||
| Plataforma | Estado | Notas |
|
| Plataforma | Estado | Notas |
|
||||||
|----------|--------|-------|
|
|----------|--------|-------|
|
||||||
@@ -93,7 +93,7 @@ docker compose up -d
|
|||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
## 🤖 LLMs e Integraciones Soportadas
|
## LLMs e Integraciones Soportadas
|
||||||
|
|
||||||
| Proveedor | Tipo | Estado |
|
| Proveedor | Tipo | Estado |
|
||||||
|----------|------|--------|
|
|----------|------|--------|
|
||||||
@@ -123,7 +123,7 @@ docker compose up -d
|
|||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
## 🌟 ¿Por qué LangBot?
|
## ¿Por qué LangBot?
|
||||||
|
|
||||||
| Caso de Uso | Cómo Ayuda LangBot |
|
| Caso de Uso | Cómo Ayuda LangBot |
|
||||||
|----------|-------------------|
|
|----------|-------------------|
|
||||||
@@ -134,7 +134,7 @@ docker compose up -d
|
|||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
## 🎮 Demo en Vivo
|
## Demo en Vivo
|
||||||
|
|
||||||
**Pruébelo ahora:** https://demo.langbot.dev/
|
**Pruébelo ahora:** https://demo.langbot.dev/
|
||||||
- Correo electrónico: `demo@langbot.app`
|
- Correo electrónico: `demo@langbot.app`
|
||||||
@@ -144,21 +144,21 @@ docker compose up -d
|
|||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
## 🤝 Comunidad
|
## Comunidad
|
||||||
|
|
||||||
[](https://discord.gg/wdNEHETs87)
|
[](https://discord.gg/wdNEHETs87)
|
||||||
|
|
||||||
- 💬 [Comunidad de Discord](https://discord.gg/wdNEHETs87)
|
- [Comunidad de Discord](https://discord.gg/wdNEHETs87)
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
## ⭐ Historial de Stars
|
## Historial de Stars
|
||||||
|
|
||||||
[](https://star-history.com/#langbot-app/LangBot&Date)
|
[](https://star-history.com/#langbot-app/LangBot&Date)
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
## 😘 Colaboradores
|
## Colaboradores
|
||||||
|
|
||||||
Gracias a todos los [colaboradores](https://github.com/langbot-app/LangBot/graphs/contributors) que han ayudado a mejorar LangBot:
|
Gracias a todos los [colaboradores](https://github.com/langbot-app/LangBot/graphs/contributors) que han ayudado a mejorar LangBot:
|
||||||
|
|
||||||
|
|||||||
32
README_FR.md
32
README_FR.md
@@ -31,24 +31,24 @@
|
|||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
## 🚀 Qu'est-ce que LangBot ?
|
## Qu'est-ce que LangBot ?
|
||||||
|
|
||||||
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.
|
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
|
### Capacités Clés
|
||||||
|
|
||||||
- **💬 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).
|
- **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.
|
- **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.
|
- **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/).
|
- **É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.
|
- **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.
|
- **Architecture Multi-Pipeline** — Différents bots pour différents scénarios, avec surveillance complète et gestion des exceptions.
|
||||||
|
|
||||||
[→ En savoir plus sur toutes les fonctionnalités](https://docs.langbot.app/en/insight/features.html)
|
[→ En savoir plus sur toutes les fonctionnalités](https://docs.langbot.app/en/insight/features.html)
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
## 📦 Démarrage Rapide
|
## Démarrage Rapide
|
||||||
|
|
||||||
### Lancement en une ligne
|
### Lancement en une ligne
|
||||||
|
|
||||||
@@ -75,7 +75,7 @@ docker compose up -d
|
|||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
## ✨ Plateformes Supportées
|
## Plateformes Supportées
|
||||||
|
|
||||||
| Plateforme | Statut | Notes |
|
| Plateforme | Statut | Notes |
|
||||||
|----------|--------|-------|
|
|----------|--------|-------|
|
||||||
@@ -93,7 +93,7 @@ docker compose up -d
|
|||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
## 🤖 LLMs et Intégrations Supportés
|
## LLMs et Intégrations Supportés
|
||||||
|
|
||||||
| Fournisseur | Type | Statut |
|
| Fournisseur | Type | Statut |
|
||||||
|----------|------|--------|
|
|----------|------|--------|
|
||||||
@@ -123,7 +123,7 @@ docker compose up -d
|
|||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
## 🌟 Pourquoi LangBot ?
|
## Pourquoi LangBot ?
|
||||||
|
|
||||||
| Cas d'Usage | Comment LangBot Aide |
|
| Cas d'Usage | Comment LangBot Aide |
|
||||||
|----------|-------------------|
|
|----------|-------------------|
|
||||||
@@ -134,7 +134,7 @@ docker compose up -d
|
|||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
## 🎮 Démo en Ligne
|
## Démo en Ligne
|
||||||
|
|
||||||
**Essayez maintenant :** https://demo.langbot.dev/
|
**Essayez maintenant :** https://demo.langbot.dev/
|
||||||
- Email : `demo@langbot.app`
|
- Email : `demo@langbot.app`
|
||||||
@@ -144,21 +144,21 @@ docker compose up -d
|
|||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
## 🤝 Communauté
|
## Communauté
|
||||||
|
|
||||||
[](https://discord.gg/wdNEHETs87)
|
[](https://discord.gg/wdNEHETs87)
|
||||||
|
|
||||||
- 💬 [Communauté Discord](https://discord.gg/wdNEHETs87)
|
- [Communauté Discord](https://discord.gg/wdNEHETs87)
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
## ⭐ Historique des Stars
|
## Historique des Stars
|
||||||
|
|
||||||
[](https://star-history.com/#langbot-app/LangBot&Date)
|
[](https://star-history.com/#langbot-app/LangBot&Date)
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
## 😘 Contributeurs
|
## Contributeurs
|
||||||
|
|
||||||
Merci à tous les [contributeurs](https://github.com/langbot-app/LangBot/graphs/contributors) qui ont aidé à améliorer LangBot :
|
Merci à tous les [contributeurs](https://github.com/langbot-app/LangBot/graphs/contributors) qui ont aidé à améliorer LangBot :
|
||||||
|
|
||||||
|
|||||||
32
README_JP.md
32
README_JP.md
@@ -31,24 +31,24 @@
|
|||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
## 🚀 LangBot とは?
|
## LangBot とは?
|
||||||
|
|
||||||
LangBot は、AI搭載のインスタントメッセージングボットを構築するための**オープンソースの本番グレードプラットフォーム**です。大規模言語モデル(LLM)をあらゆるチャットプラットフォームに接続し、会話、タスク実行、既存のワークフローとの統合が可能なインテリジェントエージェントを作成できます。
|
LangBot は、AI搭載のインスタントメッセージングボットを構築するための**オープンソースの本番グレードプラットフォーム**です。大規模言語モデル(LLM)をあらゆるチャットプラットフォームに接続し、会話、タスク実行、既存のワークフローとの統合が可能なインテリジェントエージェントを作成できます。
|
||||||
|
|
||||||
### 主な機能
|
### 主な機能
|
||||||
|
|
||||||
- **💬 AI対話とエージェント** — マルチターン対話、ツール呼び出し、マルチモーダル対応、ストリーミング出力。RAG(ナレッジベース)を内蔵し、[Dify](https://dify.ai)、[Coze](https://coze.com)、[n8n](https://n8n.io)、[Langflow](https://langflow.org) と深く統合。
|
- **AI対話とエージェント** — マルチターン対話、ツール呼び出し、マルチモーダル対応、ストリーミング出力。RAG(ナレッジベース)を内蔵し、[Dify](https://dify.ai)、[Coze](https://coze.com)、[n8n](https://n8n.io)、[Langflow](https://langflow.org) と深く統合。
|
||||||
- **🤖 ユニバーサルIMプラットフォーム対応** — 単一のコードベースで Discord、Telegram、Slack、LINE、QQ、WeChat、WeCom、Lark、DingTalk、KOOK に対応。
|
- **ユニバーサルIMプラットフォーム対応** — 単一のコードベースで Discord、Telegram、Slack、LINE、QQ、WeChat、WeCom、Lark、DingTalk、KOOK に対応。
|
||||||
- **🛠️ 本番環境対応** — アクセス制御、レート制限、センシティブワードフィルタリング、包括的な監視、例外処理を搭載。エンタープライズの信頼に応える品質。
|
- **本番環境対応** — アクセス制御、レート制限、センシティブワードフィルタリング、包括的な監視、例外処理を搭載。エンタープライズの信頼に応える品質。
|
||||||
- **🧩 プラグインエコシステム** — 数百のプラグイン、イベント駆動アーキテクチャ、コンポーネント拡張、[MCPプロトコル](https://modelcontextprotocol.io/)対応。
|
- **プラグインエコシステム** — 数百のプラグイン、イベント駆動アーキテクチャ、コンポーネント拡張、[MCPプロトコル](https://modelcontextprotocol.io/)対応。
|
||||||
- **😻 Web管理パネル** — 直感的なブラウザインターフェースからボットの設定、管理、監視が可能。YAML編集は不要。
|
- **Web管理パネル** — 直感的なブラウザインターフェースからボットの設定、管理、監視が可能。YAML編集は不要。
|
||||||
- **📊 マルチパイプラインアーキテクチャ** — 異なるシナリオに異なるボットを配置し、包括的な監視と例外処理を実現。
|
- **マルチパイプラインアーキテクチャ** — 異なるシナリオに異なるボットを配置し、包括的な監視と例外処理を実現。
|
||||||
|
|
||||||
[→ すべての機能について詳しく見る](https://docs.langbot.app/ja/insight/features.html)
|
[→ すべての機能について詳しく見る](https://docs.langbot.app/ja/insight/features.html)
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
## 📦 クイックスタート
|
## クイックスタート
|
||||||
|
|
||||||
### ワンライン起動
|
### ワンライン起動
|
||||||
|
|
||||||
@@ -75,7 +75,7 @@ docker compose up -d
|
|||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
## ✨ 対応プラットフォーム
|
## 対応プラットフォーム
|
||||||
|
|
||||||
| プラットフォーム | ステータス | 備考 |
|
| プラットフォーム | ステータス | 備考 |
|
||||||
|----------|--------|-------|
|
|----------|--------|-------|
|
||||||
@@ -93,7 +93,7 @@ docker compose up -d
|
|||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
## 🤖 対応LLMと統合
|
## 対応LLMと統合
|
||||||
|
|
||||||
| プロバイダー | タイプ | ステータス |
|
| プロバイダー | タイプ | ステータス |
|
||||||
|----------|------|--------|
|
|----------|------|--------|
|
||||||
@@ -123,7 +123,7 @@ docker compose up -d
|
|||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
## 🌟 なぜ LangBot?
|
## なぜ LangBot?
|
||||||
|
|
||||||
| ユースケース | LangBot の活用方法 |
|
| ユースケース | LangBot の活用方法 |
|
||||||
|----------|-------------------|
|
|----------|-------------------|
|
||||||
@@ -134,7 +134,7 @@ docker compose up -d
|
|||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
## 🎮 ライブデモ
|
## ライブデモ
|
||||||
|
|
||||||
**今すぐ試す:** https://demo.langbot.dev/
|
**今すぐ試す:** https://demo.langbot.dev/
|
||||||
- メール: `demo@langbot.app`
|
- メール: `demo@langbot.app`
|
||||||
@@ -144,21 +144,21 @@ docker compose up -d
|
|||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
## 🤝 コミュニティ
|
## コミュニティ
|
||||||
|
|
||||||
[](https://discord.gg/wdNEHETs87)
|
[](https://discord.gg/wdNEHETs87)
|
||||||
|
|
||||||
- 💬 [Discord コミュニティ](https://discord.gg/wdNEHETs87)
|
- [Discord コミュニティ](https://discord.gg/wdNEHETs87)
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
## ⭐ Star 推移
|
## Star 推移
|
||||||
|
|
||||||
[](https://star-history.com/#langbot-app/LangBot&Date)
|
[](https://star-history.com/#langbot-app/LangBot&Date)
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
## 😘 コントリビューター
|
## コントリビューター
|
||||||
|
|
||||||
LangBot をより良くするために貢献してくださったすべての[コントリビューター](https://github.com/langbot-app/LangBot/graphs/contributors)に感謝します:
|
LangBot をより良くするために貢献してくださったすべての[コントリビューター](https://github.com/langbot-app/LangBot/graphs/contributors)に感謝します:
|
||||||
|
|
||||||
|
|||||||
32
README_KO.md
32
README_KO.md
@@ -31,24 +31,24 @@
|
|||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
## 🚀 LangBot이란?
|
## LangBot이란?
|
||||||
|
|
||||||
LangBot은 AI 기반 인스턴트 메시징 봇을 구축하기 위한 **오픈소스 프로덕션 등급 플랫폼**입니다. 대규모 언어 모델(LLM)을 모든 채팅 플랫폼에 연결하여 대화, 작업 실행, 기존 워크플로우와의 통합이 가능한 지능형 에이전트를 만들 수 있습니다.
|
LangBot은 AI 기반 인스턴트 메시징 봇을 구축하기 위한 **오픈소스 프로덕션 등급 플랫폼**입니다. 대규모 언어 모델(LLM)을 모든 채팅 플랫폼에 연결하여 대화, 작업 실행, 기존 워크플로우와의 통합이 가능한 지능형 에이전트를 만들 수 있습니다.
|
||||||
|
|
||||||
### 핵심 기능
|
### 핵심 기능
|
||||||
|
|
||||||
- **💬 AI 대화 및 에이전트** — 멀티턴 대화, 도구 호출, 멀티모달 지원, 스트리밍 출력. 내장 RAG(지식 베이스)와 [Dify](https://dify.ai), [Coze](https://coze.com), [n8n](https://n8n.io), [Langflow](https://langflow.org) 심층 통합.
|
- **AI 대화 및 에이전트** — 멀티턴 대화, 도구 호출, 멀티모달 지원, 스트리밍 출력. 내장 RAG(지식 베이스)와 [Dify](https://dify.ai), [Coze](https://coze.com), [n8n](https://n8n.io), [Langflow](https://langflow.org) 심층 통합.
|
||||||
- **🤖 유니버설 IM 플랫폼 지원** — 단일 코드베이스로 Discord, Telegram, Slack, LINE, QQ, WeChat, WeCom, Lark, DingTalk, KOOK 지원.
|
- **유니버설 IM 플랫폼 지원** — 단일 코드베이스로 Discord, Telegram, Slack, LINE, QQ, WeChat, WeCom, Lark, DingTalk, KOOK 지원.
|
||||||
- **🛠️ 프로덕션 레디** — 접근 제어, 속도 제한, 민감어 필터링, 종합 모니터링 및 예외 처리. 기업 환경에서 검증됨.
|
- **프로덕션 레디** — 접근 제어, 속도 제한, 민감어 필터링, 종합 모니터링 및 예외 처리. 기업 환경에서 검증됨.
|
||||||
- **🧩 플러그인 생태계** — 수백 개의 플러그인, 이벤트 기반 아키텍처, 컴포넌트 확장, [MCP 프로토콜](https://modelcontextprotocol.io/) 지원.
|
- **플러그인 생태계** — 수백 개의 플러그인, 이벤트 기반 아키텍처, 컴포넌트 확장, [MCP 프로토콜](https://modelcontextprotocol.io/) 지원.
|
||||||
- **😻 웹 관리 패널** — 직관적인 브라우저 인터페이스로 봇을 구성, 관리 및 모니터링. YAML 편집 불필요.
|
- **웹 관리 패널** — 직관적인 브라우저 인터페이스로 봇을 구성, 관리 및 모니터링. YAML 편집 불필요.
|
||||||
- **📊 멀티 파이프라인 아키텍처** — 다양한 시나리오에 맞는 다양한 봇 구성, 종합 모니터링 및 예외 처리.
|
- **멀티 파이프라인 아키텍처** — 다양한 시나리오에 맞는 다양한 봇 구성, 종합 모니터링 및 예외 처리.
|
||||||
|
|
||||||
[→ 모든 기능 자세히 보기](https://docs.langbot.app/en/insight/features.html)
|
[→ 모든 기능 자세히 보기](https://docs.langbot.app/en/insight/features.html)
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
## 📦 빠른 시작
|
## 빠른 시작
|
||||||
|
|
||||||
### 원라인 실행
|
### 원라인 실행
|
||||||
|
|
||||||
@@ -75,7 +75,7 @@ docker compose up -d
|
|||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
## ✨ 지원 플랫폼
|
## 지원 플랫폼
|
||||||
|
|
||||||
| 플랫폼 | 상태 | 비고 |
|
| 플랫폼 | 상태 | 비고 |
|
||||||
|--------|------|------|
|
|--------|------|------|
|
||||||
@@ -93,7 +93,7 @@ docker compose up -d
|
|||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
## 🤖 지원 LLM 및 통합
|
## 지원 LLM 및 통합
|
||||||
|
|
||||||
| 제공자 | 유형 | 상태 |
|
| 제공자 | 유형 | 상태 |
|
||||||
|--------|------|------|
|
|--------|------|------|
|
||||||
@@ -123,7 +123,7 @@ docker compose up -d
|
|||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
## 🌟 왜 LangBot인가?
|
## 왜 LangBot인가?
|
||||||
|
|
||||||
| 사용 사례 | LangBot 활용 방법 |
|
| 사용 사례 | LangBot 활용 방법 |
|
||||||
|-----------|-------------------|
|
|-----------|-------------------|
|
||||||
@@ -134,7 +134,7 @@ docker compose up -d
|
|||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
## 🎮 라이브 데모
|
## 라이브 데모
|
||||||
|
|
||||||
**지금 체험:** https://demo.langbot.dev/
|
**지금 체험:** https://demo.langbot.dev/
|
||||||
- 이메일: `demo@langbot.app`
|
- 이메일: `demo@langbot.app`
|
||||||
@@ -144,21 +144,21 @@ docker compose up -d
|
|||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
## 🤝 커뮤니티
|
## 커뮤니티
|
||||||
|
|
||||||
[](https://discord.gg/wdNEHETs87)
|
[](https://discord.gg/wdNEHETs87)
|
||||||
|
|
||||||
- 💬 [Discord 커뮤니티](https://discord.gg/wdNEHETs87)
|
- [Discord 커뮤니티](https://discord.gg/wdNEHETs87)
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
## ⭐ Star 추이
|
## Star 추이
|
||||||
|
|
||||||
[](https://star-history.com/#langbot-app/LangBot&Date)
|
[](https://star-history.com/#langbot-app/LangBot&Date)
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
## 😘 기여자
|
## 기여자
|
||||||
|
|
||||||
LangBot을 더 나은 프로젝트로 만들어 주신 모든 [기여자](https://github.com/langbot-app/LangBot/graphs/contributors)분들께 감사드립니다:
|
LangBot을 더 나은 프로젝트로 만들어 주신 모든 [기여자](https://github.com/langbot-app/LangBot/graphs/contributors)분들께 감사드립니다:
|
||||||
|
|
||||||
|
|||||||
32
README_RU.md
32
README_RU.md
@@ -31,24 +31,24 @@
|
|||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
## 🚀 Что такое LangBot?
|
## Что такое LangBot?
|
||||||
|
|
||||||
LangBot — это **платформа с открытым исходным кодом производственного уровня** для создания ИИ-ботов в мессенджерах. Она связывает большие языковые модели (LLM) с любой чат-платформой, позволяя создавать интеллектуальных агентов, которые могут вести диалоги, выполнять задачи и интегрироваться с вашими существующими рабочими процессами.
|
LangBot — это **платформа с открытым исходным кодом производственного уровня** для создания ИИ-ботов в мессенджерах. Она связывает большие языковые модели (LLM) с любой чат-платформой, позволяя создавать интеллектуальных агентов, которые могут вести диалоги, выполнять задачи и интегрироваться с вашими существующими рабочими процессами.
|
||||||
|
|
||||||
### Ключевые возможности
|
### Ключевые возможности
|
||||||
|
|
||||||
- **💬 ИИ-диалоги и агенты** — Многораундовые диалоги, вызов инструментов, мультимодальная поддержка, потоковый вывод. Встроенная реализация RAG (база знаний) с глубокой интеграцией в [Dify](https://dify.ai), [Coze](https://coze.com), [n8n](https://n8n.io), [Langflow](https://langflow.org).
|
- **ИИ-диалоги и агенты** — Многораундовые диалоги, вызов инструментов, мультимодальная поддержка, потоковый вывод. Встроенная реализация RAG (база знаний) с глубокой интеграцией в [Dify](https://dify.ai), [Coze](https://coze.com), [n8n](https://n8n.io), [Langflow](https://langflow.org).
|
||||||
- **🤖 Универсальная поддержка IM-платформ** — Единая кодовая база для Discord, Telegram, Slack, LINE, QQ, WeChat, WeCom, Lark, DingTalk, KOOK.
|
- **Универсальная поддержка IM-платформ** — Единая кодовая база для Discord, Telegram, Slack, LINE, QQ, WeChat, WeCom, Lark, DingTalk, KOOK.
|
||||||
- **🛠️ Готовность к продакшену** — Контроль доступа, ограничение скорости, фильтрация чувствительных слов, комплексный мониторинг и обработка исключений. Проверено в корпоративной среде.
|
- **Готовность к продакшену** — Контроль доступа, ограничение скорости, фильтрация чувствительных слов, комплексный мониторинг и обработка исключений. Проверено в корпоративной среде.
|
||||||
- **🧩 Экосистема плагинов** — Сотни плагинов, событийно-ориентированная архитектура, расширения компонентов и поддержка [протокола MCP](https://modelcontextprotocol.io/).
|
- **Экосистема плагинов** — Сотни плагинов, событийно-ориентированная архитектура, расширения компонентов и поддержка [протокола MCP](https://modelcontextprotocol.io/).
|
||||||
- **😻 Веб-панель управления** — Настраивайте, управляйте и мониторьте ваших ботов через интуитивный браузерный интерфейс. Ручное редактирование YAML не требуется.
|
- **Веб-панель управления** — Настраивайте, управляйте и мониторьте ваших ботов через интуитивный браузерный интерфейс. Ручное редактирование YAML не требуется.
|
||||||
- **📊 Мультиконвейерная архитектура** — Разные боты для разных сценариев с комплексным мониторингом и обработкой исключений.
|
- **Мультиконвейерная архитектура** — Разные боты для разных сценариев с комплексным мониторингом и обработкой исключений.
|
||||||
|
|
||||||
[→ Подробнее обо всех возможностях](https://docs.langbot.app/en/insight/features.html)
|
[→ Подробнее обо всех возможностях](https://docs.langbot.app/en/insight/features.html)
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
## 📦 Быстрый старт
|
## Быстрый старт
|
||||||
|
|
||||||
### Запуск одной командой
|
### Запуск одной командой
|
||||||
|
|
||||||
@@ -75,7 +75,7 @@ docker compose up -d
|
|||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
## ✨ Поддерживаемые платформы
|
## Поддерживаемые платформы
|
||||||
|
|
||||||
| Платформа | Статус | Примечания |
|
| Платформа | Статус | Примечания |
|
||||||
|-----------|--------|------------|
|
|-----------|--------|------------|
|
||||||
@@ -93,7 +93,7 @@ docker compose up -d
|
|||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
## 🤖 Поддерживаемые LLM и интеграции
|
## Поддерживаемые LLM и интеграции
|
||||||
|
|
||||||
| Провайдер | Тип | Статус |
|
| Провайдер | Тип | Статус |
|
||||||
|-----------|-----|--------|
|
|-----------|-----|--------|
|
||||||
@@ -123,7 +123,7 @@ docker compose up -d
|
|||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
## 🌟 Почему LangBot?
|
## Почему LangBot?
|
||||||
|
|
||||||
| Сценарий использования | Как помогает LangBot |
|
| Сценарий использования | Как помогает LangBot |
|
||||||
|------------------------|----------------------|
|
|------------------------|----------------------|
|
||||||
@@ -134,7 +134,7 @@ docker compose up -d
|
|||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
## 🎮 Демо
|
## Демо
|
||||||
|
|
||||||
**Попробуйте прямо сейчас:** https://demo.langbot.dev/
|
**Попробуйте прямо сейчас:** https://demo.langbot.dev/
|
||||||
- Email: `demo@langbot.app`
|
- Email: `demo@langbot.app`
|
||||||
@@ -144,21 +144,21 @@ docker compose up -d
|
|||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
## 🤝 Сообщество
|
## Сообщество
|
||||||
|
|
||||||
[](https://discord.gg/wdNEHETs87)
|
[](https://discord.gg/wdNEHETs87)
|
||||||
|
|
||||||
- 💬 [Сообщество Discord](https://discord.gg/wdNEHETs87)
|
- [Сообщество Discord](https://discord.gg/wdNEHETs87)
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
## ⭐ История Stars
|
## История Stars
|
||||||
|
|
||||||
[](https://star-history.com/#langbot-app/LangBot&Date)
|
[](https://star-history.com/#langbot-app/LangBot&Date)
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
## 😘 Участники
|
## Участники
|
||||||
|
|
||||||
Спасибо всем [участникам](https://github.com/langbot-app/LangBot/graphs/contributors), которые помогли сделать LangBot лучше:
|
Спасибо всем [участникам](https://github.com/langbot-app/LangBot/graphs/contributors), которые помогли сделать LangBot лучше:
|
||||||
|
|
||||||
|
|||||||
34
README_TW.md
34
README_TW.md
@@ -33,24 +33,24 @@
|
|||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
## 🚀 什麼是 LangBot?
|
## 什麼是 LangBot?
|
||||||
|
|
||||||
LangBot 是一個**開源的生產級平台**,用於建構 AI 驅動的即時通訊機器人。它將大語言模型(LLM)連接到各種聊天平台,幫助你創建能夠對話、執行任務、並整合到現有工作流程中的智能 Agent。
|
LangBot 是一個**開源的生產級平台**,用於建構 AI 驅動的即時通訊機器人。它將大語言模型(LLM)連接到各種聊天平台,幫助你創建能夠對話、執行任務、並整合到現有工作流程中的智能 Agent。
|
||||||
|
|
||||||
### 核心能力
|
### 核心能力
|
||||||
|
|
||||||
- **💬 AI 對話與 Agent** — 多輪對話、工具調用、多模態、流式輸出。自帶 RAG(知識庫),深度整合 [Dify](https://dify.ai)、[Coze](https://coze.com)、[n8n](https://n8n.io)、[Langflow](https://langflow.org) 等 LLMOps 平台。
|
- **AI 對話與 Agent** — 多輪對話、工具調用、多模態、流式輸出。自帶 RAG(知識庫),深度整合 [Dify](https://dify.ai)、[Coze](https://coze.com)、[n8n](https://n8n.io)、[Langflow](https://langflow.org) 等 LLMOps 平台。
|
||||||
- **🤖 全平台支援** — 一套程式碼,覆蓋 QQ、微信、企業微信、飛書、釘釘、Discord、Telegram、Slack、LINE、KOOK 等平台。
|
- **全平台支援** — 一套程式碼,覆蓋 QQ、微信、企業微信、飛書、釘釘、Discord、Telegram、Slack、LINE、KOOK 等平台。
|
||||||
- **🛠️ 生產就緒** — 存取控制、限速、敏感詞過濾、全面監控與異常處理,已被多家企業採用。
|
- **生產就緒** — 存取控制、限速、敏感詞過濾、全面監控與異常處理,已被多家企業採用。
|
||||||
- **🧩 外掛生態** — 數百個外掛,事件驅動架構,組件擴展,適配 [MCP 協議](https://modelcontextprotocol.io/)。
|
- **外掛生態** — 數百個外掛,事件驅動架構,組件擴展,適配 [MCP 協議](https://modelcontextprotocol.io/)。
|
||||||
- **😻 Web 管理面板** — 透過瀏覽器直觀地配置、管理和監控機器人,無需手動編輯設定檔。
|
- **Web 管理面板** — 透過瀏覽器直觀地配置、管理和監控機器人,無需手動編輯設定檔。
|
||||||
- **📊 多流水線架構** — 不同機器人用於不同場景,具備全面的監控和異常處理能力。
|
- **多流水線架構** — 不同機器人用於不同場景,具備全面的監控和異常處理能力。
|
||||||
|
|
||||||
[→ 了解更多功能特性](https://docs.langbot.app/zh/insight/features.html)
|
[→ 了解更多功能特性](https://docs.langbot.app/zh/insight/features.html)
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
## 📦 快速開始
|
## 快速開始
|
||||||
|
|
||||||
### 一鍵啟動
|
### 一鍵啟動
|
||||||
|
|
||||||
@@ -77,7 +77,7 @@ docker compose up -d
|
|||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
## ✨ 支援的平台
|
## 支援的平台
|
||||||
|
|
||||||
| 平台 | 狀態 | 備註 |
|
| 平台 | 狀態 | 備註 |
|
||||||
|------|------|------|
|
|------|------|------|
|
||||||
@@ -95,7 +95,7 @@ docker compose up -d
|
|||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
## 🤖 支援的大模型與整合
|
## 支援的大模型與整合
|
||||||
|
|
||||||
| 提供商 | 類型 | 狀態 |
|
| 提供商 | 類型 | 狀態 |
|
||||||
|--------|------|------|
|
|--------|------|------|
|
||||||
@@ -139,7 +139,7 @@ docker compose up -d
|
|||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
## 🌟 為什麼選擇 LangBot?
|
## 為什麼選擇 LangBot?
|
||||||
|
|
||||||
| 使用場景 | LangBot 如何幫助 |
|
| 使用場景 | LangBot 如何幫助 |
|
||||||
|----------|------------------|
|
|----------|------------------|
|
||||||
@@ -150,7 +150,7 @@ docker compose up -d
|
|||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
## 🎮 線上演示
|
## 線上演示
|
||||||
|
|
||||||
**立即體驗:** https://demo.langbot.dev/
|
**立即體驗:** https://demo.langbot.dev/
|
||||||
- 信箱:`demo@langbot.app`
|
- 信箱:`demo@langbot.app`
|
||||||
@@ -160,23 +160,23 @@ docker compose up -d
|
|||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
## 🤝 社群
|
## 社群
|
||||||
|
|
||||||
[](https://discord.gg/wdNEHETs87)
|
[](https://discord.gg/wdNEHETs87)
|
||||||
[](https://qm.qq.com/q/JLi38whHum)
|
[](https://qm.qq.com/q/JLi38whHum)
|
||||||
|
|
||||||
- 💬 [Discord 社群](https://discord.gg/wdNEHETs87)
|
- [Discord 社群](https://discord.gg/wdNEHETs87)
|
||||||
- 💬 [QQ 社群群](https://qm.qq.com/q/JLi38whHum)
|
- [QQ 社群群](https://qm.qq.com/q/JLi38whHum)
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
## ⭐ Star 趨勢
|
## Star 趨勢
|
||||||
|
|
||||||
[](https://star-history.com/#langbot-app/LangBot&Date)
|
[](https://star-history.com/#langbot-app/LangBot&Date)
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
## 😘 貢獻者
|
## 貢獻者
|
||||||
|
|
||||||
感謝所有[貢獻者](https://github.com/langbot-app/LangBot/graphs/contributors)對 LangBot 的幫助:
|
感謝所有[貢獻者](https://github.com/langbot-app/LangBot/graphs/contributors)對 LangBot 的幫助:
|
||||||
|
|
||||||
|
|||||||
32
README_VI.md
32
README_VI.md
@@ -31,24 +31,24 @@
|
|||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
## 🚀 LangBot là gì?
|
## LangBot là gì?
|
||||||
|
|
||||||
LangBot là một **nền tảng mã nguồn mở, cấp sản xuất** để xây dựng bot nhắn tin tức thời được hỗ trợ bởi AI. Nó kết nối các Mô hình Ngôn ngữ Lớn (LLM) với bất kỳ nền tảng chat nào, cho phép bạn tạo các agent thông minh có thể trò chuyện, thực hiện tác vụ và tích hợp với quy trình làm việc hiện có của bạn.
|
LangBot là một **nền tảng mã nguồn mở, cấp sản xuất** để xây dựng bot nhắn tin tức thời được hỗ trợ bởi AI. Nó kết nối các Mô hình Ngôn ngữ Lớn (LLM) với bất kỳ nền tảng chat nào, cho phép bạn tạo các agent thông minh có thể trò chuyện, thực hiện tác vụ và tích hợp với quy trình làm việc hiện có của bạn.
|
||||||
|
|
||||||
### Khả năng chính
|
### Khả năng chính
|
||||||
|
|
||||||
- **💬 Hội thoại AI & Agent** — Đối thoại nhiều lượt, gọi công cụ, hỗ trợ đa phương thức, đầu ra streaming. RAG (cơ sở kiến thức) tích hợp sẵn với tích hợp sâu vào [Dify](https://dify.ai), [Coze](https://coze.com), [n8n](https://n8n.io), [Langflow](https://langflow.org).
|
- **Hội thoại AI & Agent** — Đối thoại nhiều lượt, gọi công cụ, hỗ trợ đa phương thức, đầu ra streaming. RAG (cơ sở kiến thức) tích hợp sẵn với tích hợp sâu vào [Dify](https://dify.ai), [Coze](https://coze.com), [n8n](https://n8n.io), [Langflow](https://langflow.org).
|
||||||
- **🤖 Hỗ trợ đa nền tảng IM** — Một mã nguồn cho Discord, Telegram, Slack, LINE, QQ, WeChat, WeCom, Lark, DingTalk, KOOK.
|
- **Hỗ trợ đa nền tảng IM** — Một mã nguồn cho Discord, Telegram, Slack, LINE, QQ, WeChat, WeCom, Lark, DingTalk, KOOK.
|
||||||
- **🛠️ Sẵn sàng cho sản xuất** — Kiểm soát truy cập, giới hạn tốc độ, lọc từ nhạy cảm, giám sát toàn diện và xử lý ngoại lệ. Được doanh nghiệp tin dùng.
|
- **Sẵn sàng cho sản xuất** — Kiểm soát truy cập, giới hạn tốc độ, lọc từ nhạy cảm, giám sát toàn diện và xử lý ngoại lệ. Được doanh nghiệp tin dùng.
|
||||||
- **🧩 Hệ sinh thái Plugin** — Hàng trăm plugin, kiến trúc hướng sự kiện, mở rộng thành phần, và hỗ trợ [giao thức MCP](https://modelcontextprotocol.io/).
|
- **Hệ sinh thái Plugin** — Hàng trăm plugin, kiến trúc hướng sự kiện, mở rộng thành phần, và hỗ trợ [giao thức MCP](https://modelcontextprotocol.io/).
|
||||||
- **😻 Bảng quản lý Web** — Cấu hình, quản lý và giám sát bot thông qua giao diện trình duyệt trực quan. Không cần chỉnh sửa YAML.
|
- **Bảng quản lý Web** — Cấu hình, quản lý và giám sát bot thông qua giao diện trình duyệt trực quan. Không cần chỉnh sửa YAML.
|
||||||
- **📊 Kiến trúc đa Pipeline** — Các bot khác nhau cho các kịch bản khác nhau, với giám sát toàn diện và xử lý ngoại lệ.
|
- **Kiến trúc đa Pipeline** — Các bot khác nhau cho các kịch bản khác nhau, với giám sát toàn diện và xử lý ngoại lệ.
|
||||||
|
|
||||||
[→ Tìm hiểu thêm về tất cả tính năng](https://docs.langbot.app/en/insight/features.html)
|
[→ Tìm hiểu thêm về tất cả tính năng](https://docs.langbot.app/en/insight/features.html)
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
## 📦 Bắt đầu nhanh
|
## Bắt đầu nhanh
|
||||||
|
|
||||||
### Khởi chạy một dòng
|
### Khởi chạy một dòng
|
||||||
|
|
||||||
@@ -75,7 +75,7 @@ docker compose up -d
|
|||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
## ✨ Nền tảng được hỗ trợ
|
## Nền tảng được hỗ trợ
|
||||||
|
|
||||||
| Nền tảng | Trạng thái | Ghi chú |
|
| Nền tảng | Trạng thái | Ghi chú |
|
||||||
|----------|--------|-------|
|
|----------|--------|-------|
|
||||||
@@ -93,7 +93,7 @@ docker compose up -d
|
|||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
## 🤖 LLM và tích hợp được hỗ trợ
|
## LLM và tích hợp được hỗ trợ
|
||||||
|
|
||||||
| Nhà cung cấp | Loại | Trạng thái |
|
| Nhà cung cấp | Loại | Trạng thái |
|
||||||
|----------|------|--------|
|
|----------|------|--------|
|
||||||
@@ -123,7 +123,7 @@ docker compose up -d
|
|||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
## 🌟 Tại sao chọn LangBot?
|
## Tại sao chọn LangBot?
|
||||||
|
|
||||||
| Trường hợp sử dụng | LangBot giúp như thế nào |
|
| Trường hợp sử dụng | LangBot giúp như thế nào |
|
||||||
|----------|-------------------|
|
|----------|-------------------|
|
||||||
@@ -134,7 +134,7 @@ docker compose up -d
|
|||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
## 🎮 Demo trực tuyến
|
## Demo trực tuyến
|
||||||
|
|
||||||
**Thử ngay:** https://demo.langbot.dev/
|
**Thử ngay:** https://demo.langbot.dev/
|
||||||
- Email: `demo@langbot.app`
|
- Email: `demo@langbot.app`
|
||||||
@@ -144,21 +144,21 @@ docker compose up -d
|
|||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
## 🤝 Cộng đồng
|
## Cộng đồng
|
||||||
|
|
||||||
[](https://discord.gg/wdNEHETs87)
|
[](https://discord.gg/wdNEHETs87)
|
||||||
|
|
||||||
- 💬 [Cộng đồng Discord](https://discord.gg/wdNEHETs87)
|
- [Cộng đồng Discord](https://discord.gg/wdNEHETs87)
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
## ⭐ Lịch sử Star
|
## Lịch sử Star
|
||||||
|
|
||||||
[](https://star-history.com/#langbot-app/LangBot&Date)
|
[](https://star-history.com/#langbot-app/LangBot&Date)
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
## 😘 Người đóng góp
|
## Người đóng góp
|
||||||
|
|
||||||
Cảm ơn tất cả [người đóng góp](https://github.com/langbot-app/LangBot/graphs/contributors) đã giúp LangBot trở nên tốt hơn:
|
Cảm ơn tất cả [người đóng góp](https://github.com/langbot-app/LangBot/graphs/contributors) đã giúp LangBot trở nên tốt hơn:
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user