Mission control for automation — AI-orchestrated multi-agent coding for Claude Code.
This repository is the public distribution channel for the Maestro framework. From one GitHub Pages site at https://maestrodevs.github.io/ it serves:
- A PEP 503 simple package index (
simple/) hosting themaestrowheels. - The project landing page (
index.html).
pip install maestro-fleetThe public PyPI distribution name is maestro-fleet; the Python import is maestro. Airgapped / restricted-egress operators: see docs/AIR-GAPPED.md on the source repo for the private-index install pattern (the wheel index hosted here continues to serve the same wheels under the original maestro distribution name).
Then verify:
mso version # → Maestro vX.Y.Z| Maestro | https://maestrodevs.com/ |
| Maestro Doco | https://docs.maestrodevs.com/ |
| Package index | https://maestrodevs.github.io/simple/ |
| Landing page | https://maestrodevs.github.io/ |
New wheels are published automatically by the Maestro source repo's release workflow: tagging a release builds the wheel, drops it under wheels/, and refreshes the simple/maestro/ index. No manual steps here.
© Maestro · Built for Claude Code.