feat(runtime): add talk mode and capture tools

This commit is contained in:
William Valentin
2026-02-16 10:17:24 -08:00
parent a9b38150c0
commit 83b8e38b11
12 changed files with 391 additions and 4 deletions
+6
View File
@@ -110,6 +110,12 @@ describe('discoverServices', () => {
endpoint: 'http://localhost:18801/v1/audio/transcriptions',
model: 'whisper-1',
},
talk_mode: {
enabled: false,
wake_phrase: 'hey flynn',
timeout_ms: 120000,
allow_manual_toggle: true,
},
};
const reg = new ChannelRegistry();