This commit is contained in:
2026-01-17 14:48:49 +08:00
parent b9b4c993f4
commit 0b5a0557ee
14 changed files with 613 additions and 233 deletions

View File

@@ -1,7 +1,14 @@
# assistant cli
## 初始化路径
## 环境变量配置项
## 启动服务
- ASSISTANT_CONFIG_DIR
- 说明:指定 assistant 的配置文件目录
- 示例:`export ASSISTANT_CONFIG_DIR=/path/to/your/config/dir`
## 配置
## 启动命令
```bash
asst server -s -p 8686
```