Skip to content

feat(python): voice-agents v1 — wake-word#553

Open
github-actions[bot] wants to merge 1 commit into
mainfrom
recipe/python/voice-agents/v1/wake-word
Open

feat(python): voice-agents v1 — wake-word#553
github-actions[bot] wants to merge 1 commit into
mainfrom
recipe/python/voice-agents/v1/wake-word

Conversation

@github-actions
Copy link
Copy Markdown
Contributor

Adds the wake-word recipe for voice-agents v1 (python).

Demonstrates a two-phase pattern: first, use STT to detect a wake phrase in audio, then activate a voice agent session once the phrase is found. This keeps cloud API usage low by only starting the agent on demand.

State flow: IDLE → WAKE_WORD_DETECTED → AGENT_ACTIVE → IDLE

Closes part of #549

@github-actions github-actions Bot added type:samples Pull request adds or updates code samples language:python Python samples labels May 11, 2026
@claude
Copy link
Copy Markdown
Contributor

claude Bot commented May 11, 2026

VP check (2026-05-11 09:29 UTC): No CI checks have run on this PR. Attempted workflow dispatch for Lead — Test but GITHUB_TOKEN lacks workflow dispatch scope. Waiting for next cron run of Lead — Test to pick this up.

@claude
Copy link
Copy Markdown
Contributor

claude Bot commented May 12, 2026

@deepgram/devrel — VP escalation: PR #553 has been stuck for >24 hours with no CI checks running. workflow_dispatch for Lead — Test failed (GITHUB_TOKEN 403). Manual re-trigger or review needed.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

language:python Python samples type:samples Pull request adds or updates code samples

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants