- Pulls (mocked) Signavio Process Intelligence data
- Uses an LLM (OpenRouter) to summarize KPIs, bottlenecks, actions
- Generates a PPT with python-pptx
- Narrates the insights via ElevenLabs TTS
mkdir -p outputs uvicorn app:app --reload --port 8000
to run backed app: uvicorn app:app --reload --port 8000