class SystemStatus extends HTMLElement { connectedCallback() { this.attachShadow({ mode: 'open' }); this.shadowRoot.innerHTML = `
The Brain - Local LLM orchestrator responsible for verification, scoring, and routing decisions.
The Muscle - Cloud LLM workers generating parallel code with stateless execution.
The Nervous System - Pub/Sub message queues handling async decoupling between components.
The Long-Term Memory - Verification graph storage experiencing higher than normal latency.