AssemblyAI STT
Streaming speech-to-text via AssemblyAI’s Universal Streaming v3 API. Ported from LiveKit Agents (Apache 2.0) — pure-aiohttp transport, no vendor SDK required.
Install
Usage
Use the public STT class either namespaced or flat — both read fromASSEMBLYAI_API_KEY when api_key= is omitted.
Low-level usage
If you are building a custom pipeline outsidephone.agent(), the low-level adapter stays importable:
AssemblyAISTT.for_twilio(api_key=...).
