digitorn install hub://digitorn/voice-assistantClick each one for the credential setup command, scope guidance, and provider details.
1app:2 app_id: voice-assistant3 name: "Voice assistant"4 version: "1.0.0"5 category: "communication"67execution:8 mode: conversation9 entry_agent: voice1011modules:12 voice:13 config:14 stt: { provider: whisper, model: whisper-1 }15 tts: { provider: openai, voice: nova, streaming: true }1617agents:18 - id: voice19 modules: [voice]20 brain:21 provider: anthropic22 model: claude-haiku-4-523 credential:24 ref: anthropic_main25 scope: per_user26 provider: anthropic27 system_prompt: |28 Speak conversationally. Keep answers under 30 seconds.29 No bullet lists, no markdown, only spoken language.Engineering notes from the Digitorn team. No marketing, no launch announcements, no "10 prompts that will change your life". Just the things we write that we'd want to read.