You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
sequenceDiagram
participant GH as GitHub
participant CF as CodeFlow
participant SLM as SLM Tier
participant TO as CI / Tool Broker
participant GW as AI Gateway
participant LLM as LLM Tier
GH->>CF: PR opened / updated
CF->>SLM: classify files + intent
SLM-->>CF: infra-change, high risk
CF->>TO: trigger CI / contract checks
TO-->>CF: logs, results
CF->>SLM: triage failures
SLM-->>CF: breaking change detected
CF->>GW: request remediation
GW->>LLM: analyze + explain
LLM-->>GW: remediation steps
GW-->>CF: response
CF-->>GH: PR comment with findings
Loading
SLM Handles
File classification
Risk scoring
Log bucketing
Cause identification
LLM Handles
Remediation proposals
Tradeoff explanation
Evidence synthesis
4. PhoenixRooivalk Sequence
sequenceDiagram
participant Sensors
participant DP as Detection Pipeline
participant ESLM as Edge SLM
participant OC as Operator Console
participant GW as AI Gateway
participant CM as Cognitive Mesh
participant LLM as Cloud LLM
Sensors->>DP: raw detections
DP->>ESLM: normalized event
ESLM-->>DP: label + summary + confidence
DP->>OC: local alert
alt Below threshold
DP->>OC: local record
else Above threshold
DP->>GW: compressed bundle
GW->>CM: route to workflow
CM->>LLM: deep analysis
LLM-->>CM: interpretation
CM-->>GW: response
GW-->>OC: escalated advisory
end
Loading
Design Intent
Label events
Summarize meaning
Suppress noise
Conserve bandwidth
Escalate only when justified
5. C4 Narrative
System Context
The platform provides a unified AI control plane for developer workflows, agent orchestration, and edge intelligence.