安装命令
- Linux / macOS
- Windows (PowerShell)
- 检查 Python 环境(需要 Python 3.7+)
- 安装必要工具(git、curl 等)
- 克隆项目代码到
~/CowAgent - 安装 Python 依赖和 Cow CLI
- 引导配置 AI 模型和通信渠道
- 启动服务
http://localhost:9899 开始对话和管理Agent。
管理命令
安装完成后,使用cow CLI 管理服务:
| 命令 | 说明 |
|---|---|
cow start | 启动服务 |
cow stop | 停止服务 |
cow restart | 重启服务 |
cow status | 查看运行状态 |
cow logs | 查看实时日志 |
cow update | 更新代码并重启 |
cow install-browser | 安装浏览器工具依赖 |
如果
cow 命令不可用,也可以使用 ./run.sh <命令>(Linux/macOS)或 .\scripts\run.ps1 <命令>(Windows)作为替代,功能等效。