Files
nova/README.md
buenosairesam 487ea57579
Some checks failed
ci/woodpecker/manual/build Pipeline failed
ci/woodpecker/manual/deploy unknown status
add readme
2026-05-06 11:52:38 -03:00

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`.