Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
69 commits
Select commit Hold shift + click to select a range
ee2d4e3
fix a bag updata
TyperBody Jan 18, 2026
81ec7c2
Merge branch 'langbot-app:master' into master
TyperBody Jan 24, 2026
24d865b
Update page.tsx
TyperBody Jan 24, 2026
77047e8
Update page.tsx
TyperBody Jan 24, 2026
a8f7924
Append text area to body for selection
TyperBody Jan 24, 2026
3af8c13
Update page.tsx
TyperBody Jan 24, 2026
f4ae829
Update mcp.py
TyperBody Jan 24, 2026
8fd0c3c
fix(web): Handle null/undefined starCount and installCount (#1970)
Copilot Feb 11, 2026
791877d
Merge branch 'langbot-app:master' into master
TyperBody Feb 11, 2026
29dfae1
Add files via upload
TyperBody Feb 11, 2026
6a687eb
Update README.md
TyperBody Feb 11, 2026
28492a6
Update README_EN.md
TyperBody Feb 11, 2026
c388339
Update README_TW.md
TyperBody Feb 11, 2026
ffd2423
Add Satori to communication tools list
TyperBody Feb 11, 2026
c581c8e
Add Satori to supported platforms list
TyperBody Feb 11, 2026
6a5a718
Add Satori to the supported LLMs list
TyperBody Feb 11, 2026
24e90a7
Add Satori to the supported platforms list
TyperBody Feb 11, 2026
682962c
Add Satori to supported platforms list
TyperBody Feb 11, 2026
995c852
Add Satori to the supported platforms list
TyperBody Feb 11, 2026
7f9e8ec
Add files via upload
TyperBody Feb 12, 2026
18083e9
Update README_TW.md
TyperBody Feb 12, 2026
d855d29
Add files via upload
TyperBody Feb 12, 2026
1f60d9c
Add files via upload
TyperBody Feb 12, 2026
e12a77c
chore(deps): bump pillow from 12.1.0 to 12.1.1 (#1977)
dependabot[bot] Feb 15, 2026
7b3555a
chore(deps): bump cryptography from 46.0.4 to 46.0.5 (#1978)
dependabot[bot] Feb 15, 2026
2e42cd2
chore(deps): bump axios from 1.13.4 to 1.13.5 in /web (#1979)
dependabot[bot] Feb 15, 2026
8588199
Revise bug report instructions for clarity
RockChinQ Feb 16, 2026
c72b785
Update bug-report_en.yml
RockChinQ Feb 16, 2026
70a2d13
Replace English README with Chinese version and update language links…
RockChinQ Feb 17, 2026
1eac87b
Update README files across multiple languages to reflect new platform…
RockChinQ Feb 17, 2026
809035d
Update src/langbot/pkg/platform/sources/satori.py
RockChinQ Feb 17, 2026
deabb19
Update src/langbot/pkg/platform/sources/satori.py
RockChinQ Feb 17, 2026
27fb22d
Merge pull request #1966 from langbot-app/feat/export-history
wangcham Feb 17, 2026
05f40e7
Add files via upload
TyperBody Feb 18, 2026
caa1ed9
Delete README_EN.md
TyperBody Feb 18, 2026
1b12b1f
Update README.md
TyperBody Feb 18, 2026
32a5de9
Add Satori support to README_TW.md
TyperBody Feb 18, 2026
da164c2
Update README_VI.md
TyperBody Feb 18, 2026
7ec41bb
Add Satori support to the README_KO.md
TyperBody Feb 18, 2026
0e17d86
Update README_RU.md
TyperBody Feb 18, 2026
ff0023c
Merge branch 'master' into master
TyperBody Feb 18, 2026
65c10ea
Update fmt.Println message from 'Hello' to 'Goodbye'
TyperBody Feb 18, 2026
afe82eb
Update print statement from 'Hello' to 'Goodbye'
TyperBody Feb 18, 2026
7bee5ff
ruff
TyperBody Feb 18, 2026
6fb7fc8
Add files via upload
TyperBody Feb 18, 2026
41d31d7
Change type from int to integer in satori.yaml
TyperBody Feb 18, 2026
e213046
fix: correct license declaration in OpenAPI spec from AGPL-3.0 to Apa…
Copilot Feb 19, 2026
f5dea3c
Update satori.py
TyperBody Feb 20, 2026
9a9f0ea
Update satori.py
TyperBody Feb 21, 2026
96e32a1
Update satori.py
TyperBody Feb 21, 2026
aa09a27
Merge pull request #1975 from TyperBody/master
TyperBody Feb 21, 2026
42caae1
feat: Implement extension and bot limitations across services and UI …
RockChinQ Feb 22, 2026
063dc6f
feat: Add unsaved changes tracking to PipelineFormComponent
RockChinQ Feb 23, 2026
6c6b510
chore: Update logo in README files to new resource location
RockChinQ Feb 23, 2026
9df50d2
chore: Standardize section headers in multiple language README files
RockChinQ Feb 23, 2026
d6c1076
chore: Bump version to 4.8.4 and update langbot-plugin dependency to …
RockChinQ Feb 23, 2026
1eda076
feat: add plugin recommendation lists to market page (#2001)
RockChinQ Feb 24, 2026
f09ba6a
fix: Add the file upload function and optimize the media message proc…
fdc310 Feb 25, 2026
94d72c3
fix(web): emit initial form values on mount to prevent saving empty c…
ydzat Feb 25, 2026
298437f
feat(platform): add Forward message support for aiocqhttp adapter (#2…
ydzat Feb 25, 2026
b8df0db
feat: message aggregator (#1985)
wangcham Feb 25, 2026
a832c8d
feat: add session message monitoring tab to bot detail dialog
RockChinQ Feb 18, 2026
b8ce3d8
refactor: remove outdated version comment from PipelineManager class
RockChinQ Feb 22, 2026
58a1215
fix: bump required_database_version to 19 to trigger monitoring_messa…
RockChinQ Feb 25, 2026
b2d26e0
fix: prevent session message auto-scroll from pushing dialog content …
RockChinQ Feb 25, 2026
526ddcd
ui: redesign BotSessionMonitor with polished chat UI
RockChinQ Feb 25, 2026
7544e70
fix: infinite re-render loop in DynamicFormComponent
RockChinQ Feb 25, 2026
194fa15
fix: remove .html suffix from docs.langbot.app links (Mintlify migrat…
RockChinQ Feb 25, 2026
0e90d76
style: fix prettier and ruff formatting
RockChinQ Feb 25, 2026
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/bug-report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ body:
- type: textarea
attributes:
label: 复现步骤
description: 提供越多信息,我们会越快解决问题,建议多提供配置截图;**如果你不认真填写(只一两句话概括),我们会很生气并且立即关闭 issue 或两年后才回复你**
description: 提供越多信息,我们会越快解决问题,建议多提供配置截图;**如果涉及 Dify、n8n、Langflow 等外部平台,请提供应用的导出文件(如 Dify 应用的 DSL),我们将更快回复您。**
validations:
required: false
- type: textarea
Expand Down
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/bug-report_en.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ body:
- type: textarea
attributes:
label: Reproduction steps
description: How to reproduce this problem, the more detailed the better; the more information you provide, the faster we will solve the problem. 【注意】请务必认真填写此部分,若不提供完整信息(如只有一两句话的概括),我们将不会回复!
description: How to reproduce this problem, the more detailed the better; the more information you provide, the faster we will solve the problem.
validations:
required: false
- type: textarea
Expand Down
218 changes: 104 additions & 114 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,177 +1,167 @@

<p align="center">
<a href="https://langbot.app">
<img width="130" src="https://docs.langbot.app/langbot-logo.png" alt="LangBot"/>
<img width="130" src="res/logo-blue.png" alt="LangBot"/>
</a>

<div align="center">

<a href="https://hellogithub.com/repository/langbot-app/LangBot" target="_blank"><img src="https://abroad.hellogithub.com/v1/widgets/recommend.svg?rid=5ce8ae2aa4f74316bf393b57b952433c&claim_uid=gtmc6YWjMZkT21R" alt="Featured|HelloGitHub" style="width: 250px; height: 54px;" width="250" height="54" /></a>
<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&#0045;grade&#0032;IM&#0032;bot&#0032;made&#0032;easy&#0046; | Product Hunt" style="width: 250px; height: 54px;" width="250" height="54" /></a>

<h3>使用 LangBot 快速构建、调试、部署即时通信机器人。</h3>
<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](README_EN.md) / 简体中文 / [繁體中文](README_TW.md) / [日本語](README_JP.md) / [Español](README_ES.md) / [Français](README_FR.md) / [한국어](README_KO.md) / [Русский](README_RU.md) / [Tiếng Việt](README_VI.md)
English / [简体中文](README_CN.md) / [繁體中文](README_TW.md) / [日本語](README_JP.md) / [Español](README_ES.md) / [Français](README_FR.md) / [한국어](README_KO.md) / [Русский](README_RU.md) / [Tiếng Việt](README_VI.md)

[![Discord](https://img.shields.io/discord/1335141740050649118?logo=discord&labelColor=%20%235462eb&logoColor=%20%23f5f5f5&color=%20%235462eb)](https://discord.gg/wdNEHETs87)
[![QQ Group](https://img.shields.io/badge/%E7%A4%BE%E5%8C%BAQQ%E7%BE%A4-1030838208-blue)](https://qm.qq.com/q/DxZZcNxM1W)
[![Ask DeepWiki](https://deepwiki.com/badge.svg)](https://deepwiki.com/langbot-app/LangBot)
[![GitHub release (latest by date)](https://img.shields.io/github/v/release/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">
[![star](https://gitcode.com/RockChinQ/LangBot/star/badge.svg)](https://gitcode.com/RockChinQ/LangBot)
[![GitHub stars](https://img.shields.io/github/stars/langbot-app/LangBot?style=social)](https://github.com/langbot-app/LangBot/stargazers)

<a href="https://langbot.app">项目主页</a> |
<a href="https://docs.langbot.app/zh/insight/features.html">规格特性</a> |
<a href="https://docs.langbot.app/zh/insight/guide.html">部署文档</a> |
<a href="https://docs.langbot.app/zh/tags/readme.html">API 集成</a> |
<a href="https://space.langbot.app">插件市场</a> |
<a href="https://langbot.featurebase.app/roadmap">路线图</a>
<a href="https://langbot.app">Website</a> |
<a href="https://docs.langbot.app/en/insight/features">Features</a> |
<a href="https://docs.langbot.app/en/insight/guide">Docs</a> |
<a href="https://docs.langbot.app/en/tags/readme">API</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.

### 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).
- **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](https://modelcontextprotocol.io/) 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](https://docs.langbot.app/en/insight/features)

## 📦 开始使用
---

#### 快速部署
## Quick Start

使用 `uvx` 一键启动(需要先安装 [uv](https://docs.astral.sh/uv/getting-started/installation/)):
### One-Line Launch

```bash
uvx langbot
```

访问 http://localhost:5300 即可开始使用。
> Requires [uv](https://docs.astral.sh/uv/getting-started/installation/). Visit http://localhost:5300 — done.

#### Docker Compose 部署
### Docker Compose

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

访问 http://localhost:5300 即可开始使用。
### One-Click Cloud Deploy

详细文档[Docker 部署](https://docs.langbot.app/zh/deploy/langbot/docker.html)。
[![Deploy on Zeabur](https://zeabur.com/button.svg)](https://zeabur.com/en-US/templates/ZKTBDH)
[![Deploy on Railway](https://railway.com/button.svg)](https://railway.app/template/yRrAyL?referralCode=vogKPF)

**More options:** [Docker](https://docs.langbot.app/en/deploy/langbot/docker) · [Manual](https://docs.langbot.app/en/deploy/langbot/manual) · [BTPanel](https://docs.langbot.app/en/deploy/langbot/one-click/bt) · [Kubernetes](./docker/README_K8S.md)

---

#### 宝塔面板部署
## Supported Platforms

已上架宝塔面板,若您已安装宝塔面板,可以根据[文档](https://docs.langbot.app/zh/deploy/langbot/one-click/bt.html)使用。
| Platform | Status | Notes |
|----------|--------|-------|
| Discord | ✅ | |
| Telegram | ✅ | |
| Slack | ✅ | |
| LINE | ✅ | |
| QQ | ✅ | Personal & Official API |
| WeCom | ✅ | Enterprise WeChat, External CS, AI Bot |
| WeChat | ✅ | Personal & Official Account |
| Lark | ✅ | |
| DingTalk | ✅ | |
| KOOK | ✅ | |
| Satori | ✅ | |

#### Zeabur 云部署
---

社区贡献的 Zeabur 模板。
## Supported LLMs & Integrations

[![Deploy on Zeabur](https://zeabur.com/button.svg)](https://zeabur.com/zh-CN/templates/ZKTBDH)
| Provider | Type | Status |
|----------|------|--------|
| [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/) | Local LLM | ✅ |
| [LM Studio](https://lmstudio.ai/) | Local LLM | ✅ |
| [Dify](https://dify.ai) | LLMOps | ✅ |
| [MCP](https://modelcontextprotocol.io/) | Protocol | ✅ |
| [SiliconFlow](https://siliconflow.cn/) | Gateway | ✅ |
| [Aliyun Bailian](https://bailian.console.aliyun.com/) | Gateway | ✅ |
| [Volc Engine Ark](https://console.volcengine.com/ark/region:ark+cn-beijing/model?vendor=Bytedance&view=LIST_VIEW) | Gateway | ✅ |
| [ModelScope](https://modelscope.cn/docs/model-service/API-Inference/intro) | Gateway | ✅ |
| [GiteeAI](https://ai.gitee.com/) | Gateway | ✅ |
| [CompShare](https://www.compshare.cn/?ytag=GPU_YY-gh_langbot) | GPU Platform | ✅ |
| [PPIO](https://ppinfra.com/user/register?invited_by=QJKFYD&utm_source=github_langbot) | GPU Platform | ✅ |
| [ShengSuanYun](https://www.shengsuanyun.com/?from=CH_KYIPP758) | GPU Platform | ✅ |
| [接口 AI](https://jiekou.ai/) | Gateway | ✅ |
| [302.AI](https://share.302.ai/SuTG99) | Gateway | ✅ |

#### Railway 云部署
[→ View all integrations](https://docs.langbot.app/en/insight/features)

[![Deploy on Railway](https://railway.com/button.svg)](https://railway.app/template/yRrAyL?referralCode=vogKPF)
---

#### 手动部署
## Why LangBot?

直接使用发行版运行,查看文档[手动部署](https://docs.langbot.app/zh/deploy/langbot/manual.html)。
| Use Case | How LangBot Helps |
|----------|-------------------|
| **Customer Support** | Deploy AI agents to Slack/Discord/Telegram that answer questions using your knowledge base |
| **Internal Tools** | Connect n8n/Dify workflows to WeCom/DingTalk for automated business processes |
| **Community Management** | Moderate QQ/Discord groups with AI-powered content filtering and interaction |
| **Multi-Platform Presence** | One bot, all platforms. Manage from a single dashboard |

#### Kubernetes 部署
---

参考 [Kubernetes 部署](./docker/README_K8S.md) 文档。
## Live Demo

## 😎 保持更新
**Try it now:** https://demo.langbot.dev/
- Email: `demo@langbot.app`
- Password: `langbot123456`

点击仓库右上角 Star 和 Watch 按钮,获取最新动态。
*Note: Public demo environment. Do not enter sensitive information.*

![star gif](https://docs.langbot.app/star.gif)
---

## ✨ 特性
## Community

<img width="500" src="https://docs.langbot.app/ui/bot-page-zh-rounded.png" />
[![Discord](https://img.shields.io/discord/1335141740050649118?logo=discord&label=Discord)](https://discord.gg/wdNEHETs87)

- [Discord Community](https://discord.gg/wdNEHETs87)

- 💬 大模型对话、Agent:支持多种大模型,适配群聊和私聊;具有多轮对话、工具调用、多模态、流式输出能力,自带 RAG(知识库)实现,并深度适配 [Dify](https://dify.ai)、[Coze](https://coze.com)、[n8n](https://n8n.io)、[Langflow](https://langflow.org)等 LLMOps 平台。
- 🤖 多平台支持:目前支持 QQ、QQ频道、企业微信、个人微信、飞书、Discord、Telegram、KOOK、Slack、LINE 等平台。
- 🛠️ 高稳定性、功能完备:原生支持访问控制、限速、敏感词过滤等机制;配置简单,支持多种部署方式。
- 🧩 插件扩展、活跃社区:高稳定性、高安全性的生产级插件系统,支持事件驱动、组件扩展等插件机制;适配 Anthropic [MCP 协议](https://modelcontextprotocol.io/);目前已有数百个插件。
- 😻 Web 管理面板:提供先进的 WebUI 管理面板,用最直观的方式配置、管理、监控机器人。
- 📊 生产级特性:支持多流水线配置,不同机器人用于不同应用场景。具有全面的监控和异常处理能力。已被多家企业采用。
---

详细规格特性请访问[文档](https://docs.langbot.app/zh/insight/features.html)。
## Star History

或访问 demo 环境:https://demo.langbot.dev/
- 登录信息:邮箱:`demo@langbot.app` 密码:`langbot123456`
- 注意:仅展示 WebUI 效果,公开环境,请不要在其中填入您的任何敏感信息。
[![Star History Chart](https://api.star-history.com/svg?repos=langbot-app/LangBot&type=Date)](https://star-history.com/#langbot-app/LangBot&Date)

### 消息平台
---

| 平台 | 状态 | 备注 |
| --- | --- | --- |
| QQ 个人号 | ✅ | QQ 个人号私聊、群聊 |
| QQ 官方机器人 | ✅ | QQ 官方机器人,支持频道、私聊、群聊 |
| 企业微信 | ✅ | |
| 企微对外客服 | ✅ | |
| 企微智能机器人 | ✅ | |
| 个人微信 | ✅ | |
| 微信公众号 | ✅ | |
| 飞书 | ✅ | |
| 钉钉 | ✅ | |
| KOOK | ✅ | |
| Discord | ✅ | |
| Telegram | ✅ | |
| Slack | ✅ | |
| LINE | ✅ | |
## Contributors

### 大模型能力

| 模型 | 状态 | 备注 |
| --- | --- | --- |
| [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/) | ✅ | |
| [智谱AI](https://open.bigmodel.cn/) | ✅ | |
| [胜算云](https://www.shengsuanyun.com/?from=CH_KYIPP758) | ✅ | 全球大模型都可调用(友情推荐) |
| [优云智算](https://www.compshare.cn/?ytag=GPU_YY-gh_langbot) | ✅ | 大模型和 GPU 资源平台 |
| [PPIO](https://ppinfra.com/user/register?invited_by=QJKFYD&utm_source=github_langbot) | ✅ | 大模型和 GPU 资源平台 |
| [接口 AI](https://jiekou.ai/) | ✅ | 大模型聚合平台,专注全球大模型接入 |
| [302.AI](https://share.302.ai/SuTG99) | ✅ | 大模型聚合平台 |
| [Google Gemini](https://aistudio.google.com/prompts/new_chat) | ✅ | |
| [Dify](https://dify.ai) | ✅ | LLMOps 平台 |
| [Ollama](https://ollama.com/) | ✅ | 本地大模型运行平台 |
| [LMStudio](https://lmstudio.ai/) | ✅ | 本地大模型运行平台 |
| [GiteeAI](https://ai.gitee.com/) | ✅ | 大模型接口聚合平台 |
| [SiliconFlow](https://siliconflow.cn/) | ✅ | 大模型聚合平台 |
| [小马算力](https://www.tokenpony.cn/453z1) | ✅ | 大模型聚合平台 |
| [阿里云百炼](https://bailian.console.aliyun.com/) | ✅ | 大模型聚合平台, LLMOps 平台 |
| [火山方舟](https://console.volcengine.com/ark/region:ark+cn-beijing/model?vendor=Bytedance&view=LIST_VIEW) | ✅ | 大模型聚合平台, LLMOps 平台 |
| [ModelScope](https://modelscope.cn/docs/model-service/API-Inference/intro) | ✅ | 大模型聚合平台 |
| [MCP](https://modelcontextprotocol.io/) | ✅ | 支持通过 MCP 协议获取工具 |
| [百宝箱Tbox](https://www.tbox.cn/open) | ✅ | 蚂蚁百宝箱智能体平台,每月免费10亿大模型Token |

### TTS

| 平台/模型 | 备注 |
| --- | --- |
| [FishAudio](https://fish.audio/zh-CN/discovery/) | [插件](https://github.com/the-lazy-me/NewChatVoice) |
| [海豚 AI](https://www.ttson.cn/?source=thelazy) | [插件](https://github.com/the-lazy-me/NewChatVoice) |
| [AzureTTS](https://portal.azure.com/) | [插件](https://github.com/Ingnaryk/LangBot_AzureTTS) |

### 文生图

| 平台/模型 | 备注 |
| --- | --- |
| 阿里云百炼 | [插件](https://github.com/Thetail001/LangBot_BailianTextToImagePlugin)

## 😘 社区贡献

感谢以下[代码贡献者](https://github.com/langbot-app/LangBot/graphs/contributors)和社区里其他成员对 LangBot 的贡献:
Thanks to all [contributors](https://github.com/langbot-app/LangBot/graphs/contributors) who have helped make LangBot better:

<a href="https://github.com/langbot-app/LangBot/graphs/contributors">
<img src="https://contrib.rocks/image?repo=langbot-app/LangBot" />
</a>

<!--
## For Code Agents

If you're a code agent based on LLM, you should read [AGENTS.md](AGENTS.md) to understand the project structure and development process before you start any development.
-->
Loading
Loading