Files
clawgo/webui/README.md

55 lines
759 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
# ClawGo WebUI
ClawGo 的前端控制台,基于 **React + Vite**
## 功能简介
- Dashboard状态看板
- Chat对话与流式回复
- Logs实时日志 / Raw
- Skills技能列表、安装、管理
- Config配置编辑与热更新
- Cron定时任务管理
- Nodes节点状态与管理
- Memory记忆文件管理
## 本地使用
### 1) 安装依赖
```bash
npm install
```
### 2) 开发模式
```bash
npm run dev
```
### 3) 构建
```bash
npm run build
```
### 4) 预览构建产物
```bash
npm run preview
```
## 线上访问
部署后通过 gateway 访问:
```text
http://<host>:<port>/webui?token=<gateway_token>
```
例如:
```text
http://134.195.210.114:18790/webui?token=xxxxx
```