AI-LAB expone topología como señal operacional (no como diagrama estático).

GET /runtime/topology
GET /runtime/topology/dependencies
GET /runtime/topology/authority
GET /runtime/topology/blast-radius
GET /runtime/topology/confidence
GET /runtime/topology/drift
  • active: componente operando ahora.
  • inventory: existe pero no está en operación.
  • discoverable: visible por discovery, no necesariamente operativo.
flowchart TD
  GW[Gateway :8008] --> LM[LM Studio :1234]
  GW --> P[Prometheus :9090]
  GW --> G[Grafana :3000]
  GW --> GN[GitNexus]
  GW --> R[Router :8083]
  GW --> L[Live API :8084]