Version bump: 2.6.0 → 2.7.0
- AnnexIVReport, BlackBoxAuditor, ModelProvider now in the pip package
- pip install 'glassbox-mech-interp[compliance]' for PDF reports
- pip install 'glassbox-mech-interp[api]' for FastAPI server
- New keywords: eu-ai-act, annex-iv, compliance, audit, black-box-audit
dashboard/compliance_dashboard.html
- Demo mode button: full product preview with zero backend
- Auto-fallback to demo when API unreachable (with one-click recovery)
- Realistic sample data from actual GPT-2/IOI analysis
Dockerfile + deployment
- Dockerfile: python:3.11-slim, non-root user, healthcheck
- requirements-api.txt: pinned FastAPI + uvicorn + torch stack
- render.yaml: one-click deploy on Render free tier
- .railway/config.json: Railway deployment config
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>