openclaw-agent-feed.example.json 1.4 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647
  1. {
  2. "fetchedAt": "2026-03-27T14:30:00.000Z",
  3. "agents": [
  4. {
  5. "id": "main-orchestrator",
  6. "name": "main",
  7. "role": "主调度 Agent",
  8. "avatarKind": "male-dispatcher",
  9. "status": "working",
  10. "statusLabel": "工作中",
  11. "host": "macbook-ops.local",
  12. "owner": "OpenClaw Core",
  13. "currentTask": "拆分今天任务并下发给下游 agent",
  14. "taskId": "orch-20260327-0841",
  15. "taskStage": "dispatching",
  16. "queueDepth": 3,
  17. "todayCompleted": 18,
  18. "uptime": "12天 4小时",
  19. "lastHeartbeat": "2秒前",
  20. "updatedAt": "刚刚",
  21. "lastOutput": "已完成一轮任务编排,等待下游 agent 回传结果。",
  22. "lastError": "",
  23. "tags": ["调度", "编排", "主控"]
  24. },
  25. {
  26. "id": "ops-updater",
  27. "name": "ops-updater",
  28. "role": "运维巡检 Agent",
  29. "avatarKind": "male-ops",
  30. "status": "warning",
  31. "statusLabel": "待确认",
  32. "host": "macbook-ops.local",
  33. "owner": "OpenClaw Infra",
  34. "currentTask": "检查网站服务与磁盘空间",
  35. "taskId": "ops-20260327-0932",
  36. "taskStage": "waiting_ack",
  37. "queueDepth": 1,
  38. "todayCompleted": 14,
  39. "uptime": "22天 1小时",
  40. "lastHeartbeat": "8秒前",
  41. "updatedAt": "2分钟前",
  42. "lastOutput": "巡检中发现 1 条需要人工确认的告警。",
  43. "lastError": "disk_usage_warning",
  44. "tags": ["安全", "巡检", "维护"]
  45. }
  46. ]
  47. }