Interactive multi-tenant operations hub that turns complex Standard Operating Procedures (SOPs) into deterministic rule workflows. Features a React workspace for authoring and monitoring, schema registry, FastAPI microservices for runtime execution, and an operations copilot for fallout review.
Designed for mission-critical enterprise workflows that require zero-hallucination, deterministic execution.
State-machine driven execution of SOP rule graphs with payload mutations, restart loops, sub-SOP delegation, and guarded iteration limits.
React 19 visual workspace for authoring rule graphs, impact analysis, schema inspection, and live workflow debugging.
Intelligent fallout queues with copilot explanations, guided root-cause isolation, and human-in-the-loop payload reinjection.
Modular multi-service topology separating client delivery, ingress proxy, execution runtime, and authoring.
| Service | Port | Protocol | Responsibility |
|---|---|---|---|
| Web UI | 3000 |
HTTP / WS | React workspace for authoring, testing, fallout, and monitoring |
| API Gateway | 8000 |
HTTP / REST | Proxies public API calls and aggregates telemetry data |
| Orchestration Engine | 8001 |
FastAPI / REST | Executes SOP rule graphs deterministically with guarded cycles |
| Rule Authoring Service | 8002 |
FastAPI / REST | Serves SOPs, annotations, graphs, and impact analysis |
| Operations Copilot | 8003 |
FastAPI / REST | Provides fallout assistance and handles payload reinjection |