3961cfc9d4
Rename TwilioService to CallerService, remove Twilio-specific audio encoding
...
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com >
2026-02-05 15:45:08 -07:00
141f81232e
Add AI follow-up system with call summarization and show history
...
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com >
2026-02-05 13:42:35 -07:00
c82420ddad
Add outbound audio streaming to real callers
...
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com >
2026-02-05 13:39:02 -07:00
88d7fd3457
Add Twilio WebSocket media stream handler with real-time transcription
...
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com >
2026-02-05 13:36:04 -07:00
28ff8c2d16
Add Twilio webhook and queue management endpoints
...
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com >
2026-02-05 13:33:03 -07:00
00c2e8f018
Add Session multi-party call support and show history
...
- Add CallRecord dataclass for tracking call history
- Extend Session with call_history, active_real_caller, ai_respond_mode, auto_followup
- Add get_show_history() for AI caller context about earlier calls
- Update get_conversation_summary() to handle host/real_caller/ai_caller roles
- Update reset() to clear new fields
- Add tests for all new functionality
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com >
2026-02-05 13:25:32 -07:00
029ce6d689
Initial commit: AI Radio Show web application
...
- FastAPI backend with multiple TTS providers (Inworld, ElevenLabs, Kokoro, F5-TTS, etc.)
- Web frontend with caller management, music, and soundboard
- Whisper transcription integration
- OpenRouter/Ollama LLM support
- Castopod podcast publishing script
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com >
2026-02-04 23:11:20 -07:00