uri2voice

AI Cost Tracking

PyPI Version Python License AI Cost Human Time Model

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/).

Schemes

stt://...    speech-to-text
tts://...    text-to-speech (artifact output)
voice://...  voice command → nl2uri compact flow

Handlers (mock MVP)

URI Handler
stt://mock/transcribe uri2voice.stt:transcribe
tts://mock/speak uri2voice.tts:speak
voice://command/from-text uri2voice.voice_command:plan_voice_command

Usage via touri

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.

Install

pip install -e .

License

Licensed under Apache-2.0.