{% extends "base.html" %} {% block title %}PAI Control Panel - Codomyrmex{% endblock %} {% block content %}

PAI Control Panel

← PAI Awareness Dashboard

Administrative interface for Codomyrmex + PAI operations. Execute workflows, manage trust levels, and run system audits.

Quick Actions

Trust Gateway Status

-- Untrusted
-- Verified
-- Trusted
Destructive Tool Level
codomyrmex.write_file UNTRUSTED
codomyrmex.run_command UNTRUSTED
codomyrmex.run_tests UNTRUSTED

Module Bridge Status

Total Modules {{ awareness.metrics.skill_count if awareness and awareness.metrics else '--' }}
MCP Tools Discovered --
PAI Skills Loaded {{ awareness.metrics.skill_count if awareness and awareness.metrics else '--' }}
PAI Hooks Active {{ awareness.metrics.hook_count if awareness and awareness.metrics else '--' }}
Work Sessions {{ awareness.memory.work_sessions_count if awareness and awareness.memory else '--' }}
Memory Files {{ awareness.memory.total_files if awareness and awareness.memory else '--' }}

Action Console

Ready. Click an action above or use the Claude Code workflows: /codomyrmexVerify, /codomyrmexTrust, /codomyrmexStatus, /codomyrmexAnalyze, /codomyrmexSearch, /codomyrmexDocs, /codomyrmexMemory
πŸš€
PAI Project Manager
Mission control for all projects, tasks, GitHub sync, Kanban boards, Gantt timelines & AI agent dispatch
Checking status…
Open PAI PM β†’
{% endblock %}