19 lines
664 B
Markdown
19 lines
664 B
Markdown
# stellar-ops / NOVA
|
|
|
|
Airline operations platform built with MCP (Model Context Protocol). Connects AI agents to real-time flight data, crew duty status, weather, and airport conditions to assist with irregular ops — flight disruptions, crew rebooking, and passenger notifications.
|
|
|
|
Two agent clients share a common set of MCP servers:
|
|
|
|
- **EFH agent** — internal ops-facing, monitors disruptions and drives crew/rebooking decisions
|
|
- **Handover agent** — passenger-facing, generates notifications and status updates
|
|
|
|
## Docs
|
|
|
|
Browse the architecture docs locally:
|
|
|
|
```bash
|
|
python -m http.server 8000 --directory docs
|
|
```
|
|
|
|
Then open `http://localhost:8000`.
|