Compare commits

..

1 Commits

Author SHA1 Message Date
b1b6895101 feat: enable orchestrator + switch TTS to Edge (Katja voice)
- Enable delegation.orchestrator_enabled with max_spawn_depth=2
- Switch TTS from ElevenLabs (paid) to Edge TTS (free) with de-DE-KatjaNeural
- Katja is a warm, friendly German female voice — no API key required
2026-05-01 12:19:58 +02:00

View File

@@ -4,8 +4,8 @@
inputs,
...
}: let
# Edge TTS: Seraphina — friendly, multilingual German female voice (free, no API key)
edgeVoice = "de-DE-SeraphinaMultilingualNeural";
# Edge TTS: Katja — warm, friendly German female voice (free, no API key)
edgeVoice = "de-DE-KatjaNeural";
# Extra Python packages from the container's writable venv layer.
# matrix-nio is installed via pip in /home/hermes/.venv but the hermes