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