🦞 OpenClaw Harness Dashboard

多 Agent 项目进度监控平台

最后更新

{{ lastUpdateTime }}

🦞

暂无项目

Harness 系统就绪,等待新的项目 request

📁 项目列表

已完成: {{ completedProjectsCount }} 进行中: {{ inProgressProjectsCount }} 待启动: {{ pendingProjectsCount }} 总计: {{ allProjects.length }}

{{ project.name }}

{{ project.description }}

{{ project.total_modules }} 个模块

{{ formatStatus(project.status) }}
{{ project.completed_modules }}/{{ project.total_modules }} {{ project.progress }}%

{{ projectState.project_name || projectState.name || currentProject.name }}

{{ projectState.description || currentProject.description }}

{{ summary.completion_percentage }}%

项目进度

⏳ {{ currentProject.name.replace('[待启动] ', '') }}

{{ currentProject.description }}

{{ currentProject.total_modules }} 个模块,等待 Orchestrator 启动

整体状态

{{ formatStatus(projectState.status) }}

实时进度

5s刷新

{{ summary.completed_modules }}/{{ summary.total_modules }}

{{ summary.completion_percentage }}%

🔔 {{ recentActivity }}

审查中

{{ inReviewCount }}

阻塞

{{ summary.blocked_modules || 0 }}

正在工作的 Agent

{{ agent.role === 'builder' ? '🔨 Builder' : '👁️ Reviewer' }} {{ agent.agent_id }}

{{ getModuleName(agent.module_id) }}

开始于 {{ formatTime(agent.started_at) }} 已工作 {{ agent.elapsed_time }}

🤖 Agent 总览 (共 {{ allAgents.length }} 位)

{{ agent.role === 'builder' ? '🔨' : '👁️' }}

{{ agent.id }}

{{ agent.role === 'builder' ? 'Builder' : 'Reviewer' }}

{{ agent.status === 'working' ? '工作中' : agent.status === 'idle' ? '空闲' : '已完成' }}

{{ agent.moduleName }}

{{ agent.status === 'done' ? '⏱️ 运行' : '⏱️ 已运行' }}: {{ agent.runtime || agent.elapsed }}

任务列表

{{ module.module_id }} {{ formatStatus(module.status) }} 🔥 高优先级

{{ module.name }}

🔨 Builder: {{ module.assigned_to.builder || '未分配' }}
👁️ Reviewer: {{ module.assigned_to.reviewer || '未分配' }}
迭代:{{ module.progress.review_iterations || 0 }} 轮 开始:{{ formatTime(module.progress.started_at) }} 完成:{{ formatTime(module.progress.completed_at) }}
依赖: {{ dep }}

✅ 验收标准

  • {{ c }}

📦 交付物

📋 审查记录

第 {{ it.iteration }} 轮 {{ formatStatus(it.status) }}
{{ formatTime(it.timestamp) }}

检查项:

{{ check.icon }} {{ check.text }}
{{ line }}

反馈:

🤝 交接

📝 备注

{{ module.notes }}

📜 Agent 活动日志 ({{ projectLogs.length }} 条)

暂无日志记录
{{ getLogRoleIcon(log.agent) }} {{ getLogRoleLabel(log.agent) }} {{ getLogTimestamp(log.timestamp) }}
{{ log.timestamp }} {{ log.agent }} {{ log.message }}

🎉 项目最终交付物

{{ del.icon }}

{{ del.label }}

{{ del.description }}

打开
暂无自动检测的交付物(需 Orchestrator 标记最终交付物)