-
Notifications
You must be signed in to change notification settings - Fork 1.5k
zh deploy langbot manual
langbot-wiki-sync[bot] edited this page Jul 29, 2026
·
1 revision
Warning
Unix-like 系统上请优先考虑使用 Docker 部署。
- 前往Release页面下载最新版本的压缩包(推荐)
langbot-xxx-all.zip(请勿下载 Source Code,因为其中不包含 WebUI)。解压,在解压目录打开命令行(终端)

- 安装依赖
我们使用 uv 管理依赖。
pip install uv
uv sync或者使用清华源
pip install uv -i https://pypi.tuna.tsinghua.edu.cn/simple
uv sync- 运行一次主程序,生成配置文件
uv run main.py提示如下信息
_ ___ _
| | __ _ _ _ __ _| _ ) ___| |_
| |__/ _` | ' \/ _` | _ \/ _ \ _|
|____\__,_|_||_\__, |___/\___/\__|
|___/
⭐️开源地址: https://github.com/langbot-app/LangBot
📖文档地址: https://docs.langbot.app
以下文件不存在,已自动生成,请按需修改配置文件后重启:
- data/config.yaml
...
接下来可以使用 Ctrl+C 退出程序,继续查看配置机器人页。
Automatically synchronized from langbot-app/langbot-wiki.
简体中文
指南
开发者
- 插件开发
- 插件 SDK API
- 核心开发
API 参考
- Service API
English
Guides
Developers
-
Plugin Development
- Plugin Development Tutorial
- Completing Plugin Configuration Information
- Plugin Directory Structure
- Component Development
- Code Style Guide
- Migration Guide
- Publish Plugin
- Plugin SDK API
- Core Development
API Reference
- Service API