DEPRECATED — This repository has been consolidated into mdo-nexus-ooda. No further updates here.
Multi-Domain Operations (MDO) AI Orchestration Backend with OODA Loop State Machine.
Frontend: hugefisco94.github.io/ai-orchestration-hub
- OODA Loop: Observe → Orient → Decide → Act state machine
- MDO Domains: Code, Orchestration, Data/Knowledge, Infrastructure, Intelligence
- Agent Routing: OODA-phase-aware agent selection
- Cloud Proxy: Elice Cloud + Harness.io integration
- Import this repo on Replit
- Set environment variables (optional):
HARNESS_PAT— Harness.io Personal Access TokenHARNESS_ACCOUNT— Harness Account IDELICE_URL— Elice Cloud LiteLLM endpoint
- Click Run
| Method | Path | Description |
|---|---|---|
| GET | /api/health |
Health check |
| GET | /api/ooda/state |
Current OODA cycle state |
| POST | /api/ooda/advance |
Advance to next OODA phase |
| POST | /api/ooda/reset |
Reset OODA cycle |
| PUT | /api/ooda/tempo |
Set tempo (strategic/operational/tactical) |
| GET | /api/mdo/config |
MDO configuration |
| GET | /api/mdo/domains |
Domain status |
| GET | /api/missions |
List missions |
| POST | /api/missions |
Create mission |
| GET | /api/cloud/status |
Cloud connections |
| GET | /api/swarm/models |
AI model swarm |
| POST | /api/agents/route |
OODA-aware agent routing |
| POST | /api/harness/trigger |
Trigger Harness pipeline |
MIT