starte chat + voice

This commit is contained in:
2026-05-26 20:23:55 +00:00
parent 16aa40492c
commit e11d55c077

View File

@@ -1,4 +1,12 @@
#!/bin/bash
cd "$(dirname "$0")"
source venv/bin/activate
# WICHTIG: Fängt Strg+C ab und beendet alle verknüpften Hintergrundprozesse sauber
trap 'echo -e "\n🛑 Beende alle J.A.R.V.I.S. Systeme..."; kill 0' EXIT
echo "🎙️ Starte Wake-Word-Engine im Hintergrund..."
python3 wakeword.py &
echo "💬 Starte Chat-Interface..."
python3 jarvis.py