# MULTI-AGENT AI CO-PILOT ARCHITECTURE

## 🕸️ Central Coordination Engine
Legacy industrial systems rely on rigid, rule-based systems or generic single-model LLMs that lack deep understanding of thermodynamics or electrical grid configurations. 
Orbit uses a **Multi-Agent AI Architecture** managed by a **Central Coordination Engine**:

```mermaid
graph TD
    User([Operator Inquiry]) --> Central{Central Coordination Engine}
    Central --> AE[Orbit AI Energy]
    Central --> AC[Orbit AI Carbon]
    Central --> AM[Orbit AI Maintenance]
    Central --> AP[Orbit AI Process]
    Central --> AQ[Orbit AI Power Quality]
    
    AE --> DB[(OPC-UA Telemetry)]
    AC --> DB
    AM --> DB
    AP --> DB
    AQ --> DB
    
    AE --> Res[Compile Domain Answers]
    AC --> Res
    AM --> Res
    AP --> Res
    AQ --> Res
    
    Res --> Central
    Central --> Render([Autonomous Decision & Report])
```

---

## 🤖 Specialized Agent Profiles

### 1. Orbit AI Energy
- **Focus**: Specific energy intensity baselines (ISO 50001) and active boiler optimization.
- **Rules**: Suggest demand limit shifts if load profiles cross target thresholds.

### 2. Orbit AI Carbon
- **Focus**: Double-entry Scope 1, 2, and 3 ESG databases.
- **Rules**: Track CSRD compliance and calculate SFBT solar offsets.

### 3. Orbit AI Maintenance
- **Focus**: RUL calculations and 1024-point FFT accelerometers.
- **Rules**: Flag structural cracks based on abnormal 5x bearing cage RPM.

### 4. Orbit AI Manufacturing
- **Focus**: Shift-level machinery OEE and micro-halts alerts.
- **Rules**: Isolate packaging speed constraints.

### 5. Orbit AI Process
- **Focus**: Thermal rotary kiln scans and raw feed correlations.
- **Rules**: Maintain optimal temperature envelopes.

### 6. Orbit AI Power Quality
- **Focus**: Voltage THD sags, swells, and IEEE 519 compliance.
- **Rules**: Automatically size active harmonic filters (AHF).
