add readme
This commit is contained in:
18
README.md
Normal file
18
README.md
Normal file
@@ -0,0 +1,18 @@
|
||||
# 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`.
|
||||
Reference in New Issue
Block a user