doc: update README

This commit is contained in:
Junyan Qin
2025-11-16 20:00:43 +08:00
parent e642ffa5b3
commit 6ac4dbc011
4 changed files with 22 additions and 20 deletions

View File

@@ -25,6 +25,16 @@ LangBot は、エージェント、RAG、MCP などの LLM アプリケーショ
## 📦 始め方
#### クイックスタート
`uvx` を使用して一鍵で起動します(インストール不要):
```bash
uvx langbot
```
http://localhost:5300 にアクセスして使用を開始します。
#### Docker Compose デプロイ
```bash