# LangBot Docker

生产级 AI 即时通信机器人开发平台

## Demo
[https://demo.langbot.dev/](https://demo.langbot.dev/)
- 邮箱：demo@langbot.app
- 密码：langbot123456

## Docker Compose
```sh
git clone https://github.com/langbot-app/LangBot
cd LangBot/docker
docker compose up -d
```
[http://localhost:5300](http://localhost:5300)

## Runtime Environment
- [Python 3.11.x](https://www.python.org/downloads/)
- [TypeScript](https://www.typescriptlang.org/)

## Architecture
![](https://mintcdn.com/langbot/3wTxBGgCdTnu0gxf/images/zh/develop/comp_arch/develop_comp_arch_1.png?w=1650&fit=max&auto=format&n=3wTxBGgCdTnu0gxf&q=85&s=14512ae0c898c836812f862e942935c3)

## Screenshots
![](https://mintcdn.com/langbot/3wTxBGgCdTnu0gxf/images/zh/insight/features/bot-page.png?fit=max&auto=format&n=3wTxBGgCdTnu0gxf&q=85&s=55bca8a40afcb44d314271169f12c65a)

![](https://mintcdn.com/langbot/3wTxBGgCdTnu0gxf/images/zh/insight/features/edit-pipeline.png?fit=max&auto=format&n=3wTxBGgCdTnu0gxf&q=85&s=dddf2d2f6709719314547e4b4a998e72)

## References
- [LangBot](https://langbot.app/)
- [LangBot GitHub](https://github.com/langbot-app/LangBot)
- [LangBot Docker](https://docs.langbot.app/zh/deploy/langbot/docker)
- [LangBot 组件架构](https://docs.langbot.app/zh/develop/comp-arch)