feat: configure Pi models for CutOS agent
This commit is contained in:
@@ -106,12 +106,13 @@ node bin/clawd.js
|
||||
| `CLAWD_LOG_DIR` | `~/.clawd/logs` | 日志文件目录 |
|
||||
| `CLAWD_CONFIG_DIR` | `~/.clawd` | 配置目录 |
|
||||
| `AGENT_TYPE` | `openclaw` | Agent 类型:`openclaw` 或 `cutos-agent`;空值兼容为 `openclaw` |
|
||||
| `PI_MODELS_CONFIG` | `~/.pi/models.json` | CutOS Agent 的 Pi 模型配置路径 |
|
||||
|
||||
systemd 安装后环境变量文件位于 `/etc/clawd/env`。
|
||||
|
||||
切换 Agent 类型前,必须先在云端解绑设备,再修改 `/etc/clawd/env` 中的
|
||||
`AGENT_TYPE`,重启 `clawd` 后重新绑定。`cutos-agent` 模式当前仅接入通用设备管理,
|
||||
不会读写 OpenClaw 配置或调用 OpenClaw 微信能力。
|
||||
`AGENT_TYPE`,重启 `clawd` 后重新绑定。`cutos-agent` 模式会维护 Pi 的 `providers.cutos`
|
||||
模型配置,但不会读写 OpenClaw 配置、重启 OpenClaw Gateway 或调用 OpenClaw 微信能力。
|
||||
|
||||
## 服务管理
|
||||
|
||||
|
||||
Reference in New Issue
Block a user