2025-02-11 03:07:31 +09: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-02-11 03:07:31 +09: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_EN.md ) / [简体中文 ](README.md ) / [繁體中文 ](README_TW.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-02-11 03:07:31 +09:00
2025-02-11 12:19:12 +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-03-24 15:43:46 +08:00
<img src="https://img.shields.io/badge/python-3.10 ~ 3.13 -blue.svg" alt="python">
2025-02-11 03:07:31 +09:00
2025-07-14 11:22:59 +08:00
<a href="https://langbot.app">ホーム</a> |
<a href="https://docs.langbot.app/en/insight/guide.html">デプロイ</a> |
<a href="https://docs.langbot.app/en/plugin/plugin-intro.html">プラグイン</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">プラグインの提出</a>
2025-02-11 03:07:31 +09:00
</div>
</p>
2025-07-20 22:10:32 +08:00
LangBot は、エージェント、RAG、MCP などの LLM アプリケーション機能を備えた、オープンソースの LLM ネイティブのインスタントメッセージングロボット開発プラットフォームです。世界中のインスタントメッセージングプラットフォームに適応し、豊富な API インターフェースを提供し、カスタム開発をサポートします。
2025-02-11 03:07:31 +09:00
## 📦 始め方
2025-11-16 20:00:43 +08:00
#### クイックスタート
2025-11-16 20:44:33 +08:00
`uvx` を使用した迅速なデプロイ([uv ](https://docs.astral.sh/uv/getting-started/installation/ ) が必要です):
2025-11-16 20:00:43 +08:00
```bash
uvx langbot
```
http://localhost:5300 にアクセスして使用を開始します。
2025-02-11 03:07:31 +09:00
#### Docker Compose デプロイ
2025-05-14 16:08:34 +08:00
```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-05-14 16:08:34 +08:00
docker compose up -d
```
http://localhost:5300 にアクセスして使用を開始します。
詳細なドキュメントは[Dockerデプロイ ](https://docs.langbot.app/en/deploy/langbot/docker.html )を参照してください。
2025-02-11 03:07:31 +09:00
2025-07-20 22:10:32 +08:00
#### Panelでのワンクリックデプロイ
2025-02-11 03:07:31 +09:00
2025-05-14 16:08:34 +08:00
LangBotはBTPanelにリストされています。BTPanelをインストールしている場合は、[ドキュメント ](https://docs.langbot.app/en/deploy/langbot/one-click/bt.html )を使用して使用できます。
2025-02-11 03:07:31 +09:00
#### Zeaburクラウドデプロイ
コミュニティが提供するZeaburテンプレート。
2025-05-14 16:08:34 +08:00
[](https://zeabur.com/en-US/templates/ZKTBDH)
2025-02-11 03:07:31 +09:00
#### Railwayクラウドデプロイ
[](https://railway.app/template/yRrAyL?referralCode=vogKPF)
#### その他のデプロイ方法
2025-05-14 16:08:34 +08:00
リリースバージョンを直接使用して実行します。[手動デプロイ ](https://docs.langbot.app/en/deploy/langbot/manual.html )のドキュメントを参照してください。
2025-02-11 03:07:31 +09:00
2025-11-14 11:25:11 +08:00
#### Kubernetes デプロイ
[Kubernetes デプロイ ](./docker/README_K8S.md ) ドキュメントを参照してください。
2025-07-20 22:10:32 +08:00
## 😎 最新情報を入手
2025-05-14 12:33:59 +08:00
2025-07-20 22:10:32 +08:00
リポジトリの右上にある Star と Watch ボタンをクリックして、最新の更新を取得してください。
2025-05-14 12:33:59 +08:00
2025-07-20 22:10:32 +08:00

2025-05-14 12:33:59 +08:00
2025-07-20 22:10:32 +08:00
## ✨ 機能
2025-05-14 12:33:59 +08:00
2025-08-18 21:21:50 +08:00
- 💬 LLM / エージェントとのチャット: 複数のLLMをサポートし、グループチャットとプライベートチャットに対応。マルチラウンドの会話、ツールの呼び出し、マルチモーダル、ストリーミング出力機能をサポート、RAG( 知識ベース) を組み込み、[Dify ](https://dify.ai ) と深く統合。
2025-07-20 22:10:32 +08:00
- 🤖 多プラットフォーム対応: 現在、QQ、QQ チャンネル、WeChat、個人 WeChat、Lark、DingTalk、Discord、Telegram など、複数のプラットフォームをサポートしています。
- 🛠️ 高い安定性、豊富な機能: ネイティブのアクセス制御、レート制限、敏感な単語のフィルタリングなどのメカニズムをサポート。使いやすく、複数のデプロイ方法をサポート。複数のパイプライン設定をサポートし、異なるボットを異なる用途に使用できます。
- 🧩 プラグイン拡張、活発なコミュニティ: イベント駆動、コンポーネント拡張などのプラグインメカニズムをサポート。適配 Anthropic [MCP プロトコル ](https://modelcontextprotocol.io/ );豊富なエコシステム、現在数百のプラグインが存在。
- 😻 Web UI: ブラウザを通じてLangBotインスタンスを管理することをサポート。
2025-02-11 03:07:31 +09:00
2025-07-20 22:10:32 +08:00
詳細な仕様については、[ドキュメント ](https://docs.langbot.app/en/insight/features.html )を参照してください。
2025-02-11 03:07:31 +09:00
2025-07-20 22:10:32 +08:00
または、デモ環境にアクセスしてください: https://demo.langbot.dev/
- ログイン情報: メール: `demo@langbot.app` パスワード: `langbot123456`
- 注意: WebUI のデモンストレーションのみの場合、公開環境では機密情報を入力しないでください。
2025-02-11 03:07:31 +09:00
### メッセージプラットフォーム
| プラットフォーム | ステータス | 備考 |
| --- | --- | --- |
2025-09-15 23:15:07 +08:00
| Discord | ✅ | |
| Telegram | ✅ | |
| Slack | ✅ | |
| LINE | ✅ | |
2025-02-11 03:07:31 +09:00
| 個人QQ | ✅ | |
| QQ公式API | ✅ | |
| WeCom | ✅ | |
2025-04-16 15:06:47 +08:00
| WeComCS | ✅ | |
2025-09-15 23:15:07 +08:00
| WeCom AI Bot | ✅ | |
2025-05-14 21:32:05 +08:00
| 個人WeChat | ✅ | |
2025-02-11 03:07:31 +09:00
| Lark | ✅ | |
2025-02-14 00:04:55 +08:00
| DingTalk | ✅ | |
2025-02-11 03:07:31 +09:00
### LLMs
| LLM | ステータス | 備考 |
| --- | --- | --- |
| [OpenAI ](https://platform.openai.com/ ) | ✅ | 任意のOpenAIインターフェース形式モデルに対応 |
| [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 ) | ✅ | 大模型とGPUリソースプラットフォーム |
2025-04-18 20:25:50 +08:00
| [PPIO ](https://ppinfra.com/user/register?invited_by=QJKFYD&utm_source=github_langbot ) | ✅ | 大模型とGPUリソースプラットフォーム |
2025-11-12 11:15:27 +08:00
| [接口 AI ](https://jiekou.ai/ ) | ✅ | LLMゲートウェイ(MaaS) |
2025-08-21 14:14:25 +08:00
| [ShengSuanYun ](https://www.shengsuanyun.com/?from=CH_KYIPP758 ) | ✅ | LLMとGPUリソースプラットフォーム |
2025-07-03 17:26:17 +08:00
| [302.AI ](https://share.302.ai/SuTG99 ) | ✅ | LLMゲートウェイ(MaaS) |
2025-05-14 16:08:34 +08:00
| [Google Gemini ](https://aistudio.google.com/prompts/new_chat ) | ✅ | |
2025-02-11 03:07:31 +09:00
| [Dify ](https://dify.ai ) | ✅ | LLMOpsプラットフォーム |
| [Ollama ](https://ollama.com/ ) | ✅ | ローカルLLM実行プラットフォーム |
| [LMStudio ](https://lmstudio.ai/ ) | ✅ | ローカルLLM実行プラットフォーム |
| [GiteeAI ](https://ai.gitee.com/ ) | ✅ | LLMインターフェースゲートウェイ(MaaS) |
| [SiliconFlow ](https://siliconflow.cn/ ) | ✅ | LLMゲートウェイ(MaaS) |
2025-02-12 13:47:01 +08:00
| [Aliyun Bailian ](https://bailian.console.aliyun.com/ ) | ✅ | LLMゲートウェイ(MaaS), LLMOpsプラットフォーム |
2025-02-23 23:02:07 +08:00
| [Volc Engine Ark ](https://console.volcengine.com/ark/region:ark+cn-beijing/model?vendor=Bytedance&view=LIST_VIEW ) | ✅ | LLMゲートウェイ(MaaS), LLMOpsプラットフォーム |
2025-04-03 20:44:41 +08:00
| [ModelScope ](https://modelscope.cn/docs/model-service/API-Inference/intro ) | ✅ | LLMゲートウェイ(MaaS) |
2025-03-19 13:10:01 +08:00
| [MCP ](https://modelcontextprotocol.io/ ) | ✅ | MCPプロトコルをサポート |
2025-02-11 03:07:31 +09:00
## 🤝 コミュニティ貢献
2025-07-07 19:00:55 +08:00
LangBot への貢献に対して、以下の [コード貢献者 ](https://github.com/langbot-app/LangBot/graphs/contributors ) とコミュニティの他のメンバーに感謝します。
2025-02-11 03:07:31 +09: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-02-11 03:07:31 +09:00
</a>