Chat improvements: - Add pulsing animation to voice call button during active call - Log call start/end with duration to chat history - End call automatically when deployment ID changes - Reduce bottom padding (removed SafeArea bottom edge) Julia Agent: - Disable user interruption (min_interruption_duration=999) - Agent now speaks without being interrupted 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
15 lines
334 B
TOML
15 lines
334 B
TOML
[project]
|
|
subdomain = "live-kit-demo-70txlh6a"
|
|
|
|
[agent]
|
|
id = "CA_Yd3qcuYEVKKE"
|
|
|
|
[build]
|
|
dockerfile = "Dockerfile"
|
|
|
|
[env]
|
|
# Deepgram for TTS
|
|
DEEPGRAM_API_KEY = "cec33b489b0ba12c4e4f1ea888e887e88fba5848"
|
|
# AssemblyAI for STT (best accuracy - correctly recognizes "dad" vs "dead")
|
|
ASSEMBLYAI_API_KEY = "42e753b65b6a4360ae4a77ac76961857"
|