Bring-your-own-protocol composable voice agent (STT + LLM + TTS). PRD ยง5.7.
scenario.composableAgent({ stt, llm: "openai/gpt-4.1-mini", tts: "openai/nova" }) Copy
scenario.composableAgent({ stt, llm: "openai/gpt-4.1-mini", tts: "openai/nova" })
Bring-your-own-protocol composable voice agent (STT + LLM + TTS). PRD ยง5.7.