The API key is resolved host-side from the agent's env
(ASSEMBLYAI_API_KEY); there is no factory-time key parameter, so the
descriptor stays free of secrets and safe to serialize.
Named assemblyAITts (not assemblyAI) so the STT
(assemblyAIStt), LLM (assemblyAILlm), and TTS factories can be
imported side by side without aliasing.
Build an AssemblyAI streaming-TTS descriptor.
The API key is resolved host-side from the agent's env (
ASSEMBLYAI_API_KEY); there is no factory-time key parameter, so the descriptor stays free of secrets and safe to serialize.Named
assemblyAITts(notassemblyAI) so the STT (assemblyAIStt), LLM (assemblyAILlm), and TTS factories can be imported side by side without aliasing.