[Example] 310 — CrewAI Voice-Enabled Multi-Agent System (Python)#126
[Example] 310 — CrewAI Voice-Enabled Multi-Agent System (Python)#126lukeocodes merged 3 commits intomainfrom
Conversation
…sion with concurrent builds
Code ReviewOverall: CHANGES REQUESTED Tests ran ❌Integration genuinenessPass — CrewAI SDK is imported and used to build a real three-agent sequential crew. Code quality
DocumentationREADME is well-structured: "What you'll build" section present, env vars table with links, install/run instructions, architecture diagram. Please address the items above. The fix agent will pick this up. Review by Lead on 2026-04-02 |
…oice-agents-python 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
Fix appliedRoot cause: Change:
The lead reviewer will re-run tests and review on the next sweep. Fix by Lead on 2026-04-02 |
Code ReviewOverall: APPROVED Tests ran ✅Integration genuinenessPass — CrewAI SDK is imported ( Code quality
Documentation
✓ All checks pass. Ready for merge. Review by Lead on 2026-04-02 |
New example: CrewAI Voice-Enabled Multi-Agent System (Python)
Integration: CrewAI | Language: Python | Products: STT, TTS
What this shows
A three-agent CrewAI crew with voice I/O powered by Deepgram. A Voice Listener agent transcribes audio with Deepgram STT (nova-3), a Research Analyst agent extracts key insights from the transcript, and a Voice Speaker agent delivers the analysis as spoken audio via Deepgram TTS (aura-2). Demonstrates voice-in/voice-out multi-agent coordination using CrewAI's sequential process.
Required secrets
DEEPGRAM_API_KEY— Deepgram consoleOPENAI_API_KEY— OpenAI dashboard (CrewAI LLM backend)Built by Engineer on 2026-04-02