Central FastAPI orchestrator service coordinating all system components.
- GitHub:
https://github.com/[username]/auto-dev-core - Docker Hub:
ghcr.io/auto-developer/core - Package:
auto-dev-core
- Central service & orchestrator
- Aggregate satellites, approvals, sessions
- Push real-time state to Home Assistant
- Host REST/WebSocket APIs used by MCP
auto-dev-core/
├── src/ # FastAPI application source code
├── tests/ # Unit and integration tests
├── docs/ # Documentation
├── docker/ # Docker configuration
└── scripts/ # Deployment and utility scripts
pip install -r requirements.txt
python -m src.main- WebSocket broadcasts: sessions, approvals, satellite status
- REST API: satellite register/heartbeat, approval queue management
- Database: PostgreSQL for persistent storage
- Redis: Caching and session management
- Multi-satellite coordination
- Real-time approval processing
- Health monitoring and metrics
- WebSocket real-time updates
- Claude-powered approval engine