| 1234567891011121314151617181920212223242526272829303132333435363738394041424344454647 |
- {
- "fetchedAt": "2026-03-27T14:30:00.000Z",
- "agents": [
- {
- "id": "main-orchestrator",
- "name": "main",
- "role": "主调度 Agent",
- "avatarKind": "male-dispatcher",
- "status": "working",
- "statusLabel": "工作中",
- "host": "macbook-ops.local",
- "owner": "OpenClaw Core",
- "currentTask": "拆分今天任务并下发给下游 agent",
- "taskId": "orch-20260327-0841",
- "taskStage": "dispatching",
- "queueDepth": 3,
- "todayCompleted": 18,
- "uptime": "12天 4小时",
- "lastHeartbeat": "2秒前",
- "updatedAt": "刚刚",
- "lastOutput": "已完成一轮任务编排,等待下游 agent 回传结果。",
- "lastError": "",
- "tags": ["调度", "编排", "主控"]
- },
- {
- "id": "ops-updater",
- "name": "ops-updater",
- "role": "运维巡检 Agent",
- "avatarKind": "male-ops",
- "status": "warning",
- "statusLabel": "待确认",
- "host": "macbook-ops.local",
- "owner": "OpenClaw Infra",
- "currentTask": "检查网站服务与磁盘空间",
- "taskId": "ops-20260327-0932",
- "taskStage": "waiting_ack",
- "queueDepth": 1,
- "todayCompleted": 14,
- "uptime": "22天 1小时",
- "lastHeartbeat": "8秒前",
- "updatedAt": "2分钟前",
- "lastOutput": "巡检中发现 1 条需要人工确认的告警。",
- "lastError": "disk_usage_warning",
- "tags": ["安全", "巡检", "维护"]
- }
- ]
- }
|