Skip to content

Add Executive Assistant skeleton with Deepgram voice models #6

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged

Conversation

TGreen87
Copy link
Owner

Summary

  • implement executive_assistant agent package with simple memory and tools
  • add Deepgram voice model provider and STT/TTS models
  • expose Deepgram provider in voice API
  • include minimal tests for new agent and model provider

Testing

  • ruff check agents/executive_assistant/__init__.py agents/executive_assistant/memory.py agents/executive_assistant/rag.py agents/executive_assistant/tools.py src/agents/voice/models/deepgram_model_provider.py src/agents/voice/models/deepgram_stt.py src/agents/voice/models/deepgram_tts.py src/agents/voice/__init__.py tests/executive_assistant/test_agent.py tests/voice/test_deepgram_models.py --quiet
  • mypy agents/executive_assistant src/agents/voice/models/deepgram_model_provider.py src/agents/voice/models/deepgram_stt.py src/agents/voice/models/deepgram_tts.py tests/executive_assistant/test_agent.py tests/voice/test_deepgram_models.py (fails: Source file found twice under different module names)
  • pytest tests/executive_assistant/test_agent.py tests/voice/test_deepgram_models.py (fails: command not found)

@TGreen87 TGreen87 merged commit ae2da28 into main May 20, 2025
@TGreen87 TGreen87 deleted the codex/start-code-for-executive-assistant-with-deepgram-api branch May 20, 2025 13:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant