{% extends "base.html" %} {% block title %}Dashboard - Codomyrmex{% endblock %} {% block content %}

Command Center Connected

{{ health.status_text|default('Operational') }} System Status
{{ system.module_count }} Modules
{{ system.agent_count }} Agent Integrations
{{ scripts|length }} Scripts
{{ health.uptime|default('--') }} Uptime
{{ system.environment }} Environment

Git Status {{ health.git.status }}

Branch: {{ health.git.branch }}

Commits: {{ health.git.commit_count }}

{{ health.git.last_commit }}

Coverage

API Specs
{{ health.modules.api_spec_pct }}%
Tests
{{ health.modules.test_coverage_pct }}%
MCP
{{ health.modules.mcp_spec_pct }}%

MCP Server Checking...

Probing localhost:8080...

PAI Awareness View All

{% if awareness and awareness.metrics %}
{{ awareness.metrics.mission_count|default(0) }} Missions
{{ awareness.metrics.project_count|default(0) }} Projects
{{ awareness.metrics.completed_tasks|default(0) }}/{{ awareness.metrics.total_tasks|default(0) }} Tasks Done
{{ awareness.metrics.overall_completion|default(0) }}% Completion
{% else %}

PAI data unavailable

{% endif %}

Architecture

{% for layer in health.architecture_layers %}
{{ layer.name }} {{ layer.modules|length }}
{% endfor %}

Quick Actions

{% endblock %}