Generated on 2026-06-15 using openrouter/qwen/qwen3-coder-next
Execution layer for voice-related URI schemes. Capability manifests stay in touri
(or example packs under examples/21_touri_voice/).
stt://... speech-to-text
tts://... text-to-speech (artifact output)
voice://... voice command → nl2uri compact flow
| URI | Handler |
|---|---|
stt://mock/transcribe |
uri2voice.stt:transcribe |
tts://mock/speak |
uri2voice.tts:speak |
voice://command/from-text |
uri2voice.voice_command:plan_voice_command |
touri call stt://mock/transcribe \
--registry examples/21_touri_voice \
--payload '{"text":"otwórz Chrome i sprawdź health"}'
See examples/21_touri_voice/ and docs/VOICE_WITH_TOURI.md.
pip install -e .
../TODO_STATUS.mdLicensed under Apache-2.0.