Speech to Text — first route
stt://local/session/session/command/start
[]
Voice connector
Speech-to-text pack (mock MVP; browser passthrough + audio transcribe). A tellmesh capability pack adopted into urirun via its manifest (`urirun adopt-pack`): 3 stt:// routes mapped 1:1 to bindings.v2, validated, ready to project to MCP tools / A2A skills.
the tellmesh 'uristt' pack (GitHub) for real handlers; dispatch works simulated without itstt://local/session/session/command/start
[]
curl -fsSL 'https://connect.ifuri.com/install?connectors=stt' | bash
Ten connector jest planowany. Instalator jest widoczny na potrzeby projektowania kontraktu, ale wykonanie jest wyłączone, dopóki pakiet connectora nie będzie dostępny.
{
"id": "stt",
"name": "Speech to Text",
"status": "planned",
"uriSchemes": [
"stt"
],
"routes": [
"stt://local/session/session/command/start",
"stt://local/session/session/query/transcript",
"stt://local/audio/command/transcribe"
],
"install": {
"mode": "planned",
"pipSpec": "uristt"
},
"hubUrl": "https://connect.ifuri.com/connectors/stt"
}