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 assemblyAIStt (not assemblyAI) so the STT, LLM
(assemblyAILlm), and TTS (assemblyAITts) factories can be imported
side by side without aliasing.
Build an AssemblyAI STT 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
assemblyAIStt(notassemblyAI) so the STT, LLM (assemblyAILlm), and TTS (assemblyAITts) factories can be imported side by side without aliasing.