🤖
我的 Agents
已绑定 {{ agents|length }} 个 Agent
{% if agents %} {% for item in agents %}
{{ item.alias or item.agent.name or 'Agent-' + item.agent.agent_id[:8] }} {% if item.is_primary %}
主
{% endif %}
{{ '%.0f' % (item.agent.health_score or 0) }}分
Skills: {{ item.agent.total_skills or 0 }} / 可运行: {{ item.agent.runnable_skills or 0 }}
最近上报: {{ item.agent.last_report_at.strftime('%m-%d %H:%M') if item.agent.last_report_at else '无' }}
{% endfor %} {% else %}
📭
还没有绑定任何 Agent
在终端运行
skills-monitor bind --server
开始绑定
{% endif %}