AI-Powered DevOps Operations on Blaxel's Global Agentics Network
Validates infrastructure, scans security vulnerabilities, analyzes containers, and detects drift - all through natural language.
- 🐳 Real Blaxel Sandboxes - Sub-25ms boot times
- 🤖 4 AI Models - GPT-5, GPT-4o, GPT-4o-mini, Nebius OSS 120B
- 🔌 10 MCP Servers - 5 custom + 5 from Blaxel Hub
- 📊 Real-Time Dashboard - Plotly charts
- 💰 85% Cost Savings vs AWS Lambda
# Install dependencies
pip install -r requirements.txt
# Configure environment
cp .env.example .env
# Edit .env with your Blaxel credentials
# Run
python app.py- "Validate my infrastructure"
- "Analyze my Dockerfile"
- "Scan for vulnerabilities"
- "Check for drift"
- Blaxel SDK - Sandbox orchestration
- Gradio - Interactive UI
- FastMCP - MCP server framework
- Plotly - Real-time charts
- OpenTelemetry - Observability
MIT