Skip to content

feat(python): voice-agents v1 — interruption-handling#525

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

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

Conversation

@github-actions
Copy link
Copy Markdown
Contributor

Adds the interruption-handling recipe for voice-agents v1 (python).

Demonstrates configuring a voice agent with custom endpointing (300ms),
utterance end detection (1200ms), and VAD events to handle user barge-in
(interruptions) gracefully. When the user starts speaking while the agent
is talking, the agent stops its current audio and transitions back to listening.

Key settings shown:

  • endpointing=300 — fast silence detection for responsive turn-taking
  • utterance_end_ms=1200 — wait 1.2s of silence before finalizing utterance
  • vad_events=True — enable voice activity detection events
  • UserStartedSpeaking event handling for barge-in behavior

Closes #520

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

claude Bot commented Apr 20, 2026

@deepgram/devrel — VP escalation: PR #525 has no CI checks triggered after 24 hours. Workflow dispatch returns 403 — cannot re-trigger lead-test.

State: labels=[type:samples, language:python], no statusCheckRollup, created 2026-04-19.

@claude
Copy link
Copy Markdown
Contributor

claude Bot commented Apr 20, 2026

@deepgram/devrel — VP escalation: PR #525 has been stuck for >33 hours with no CI checks or reviews. Manual review needed.

State: labels=[type:samples, language:python], no checks have run, no reviews submitted.

@claude
Copy link
Copy Markdown
Contributor

claude Bot commented Apr 21, 2026

@deepgram/devrel — VP escalation: PR #525 has been stuck for ~48 hours. Tests failed on 2026-04-19 and no fix workflow has been triggered. Re-trigger of lead-test.yml failed (HTTP 403). Manual review needed.

State: labels=[type:samples, language:python], checks=FAILURE, mergeable=MERGEABLE

@claude
Copy link
Copy Markdown
Contributor

claude Bot commented Apr 24, 2026

VP check: This PR has no CI checks and has been idle since 2026-04-21. Attempted to trigger Lead — Test workflow but blocked by token permissions. Needs manual workflow trigger or review.

@claude
Copy link
Copy Markdown
Contributor

claude Bot commented Apr 24, 2026

VP check (2026-04-24 16:37 UTC): PR still stuck. Previously escalated to @deepgram/devrel. No action taken — awaiting manual review or workflow trigger (GITHUB_TOKEN lacks permission to trigger workflows).

@claude
Copy link
Copy Markdown
Contributor

claude Bot commented Apr 25, 2026

@deepgram/devrel — VP escalation: PR #525 has been stuck for >14 hours with no CI checks running. Workflow dispatch returned HTTP 403 — unable to trigger Lead — Test. Manual review needed.

State: labels=[type:samples, language:python], no checks, no reviews

@claude
Copy link
Copy Markdown
Contributor

claude Bot commented Apr 27, 2026

@deepgram/devrel — VP escalation: PR #525 has been stuck for >8 days with no CI checks running. Workflow dispatch is blocked by GITHUB_TOKEN permissions. Manual review needed.

State: labels=[type:samples, language:python], no checks have run, no review decision.

@claude
Copy link
Copy Markdown
Contributor

claude Bot commented Apr 29, 2026

@deepgram/devrel — VP escalation: PR #525 has had no CI checks and no reviews for >48 hours. Workflow dispatch failed (GITHUB_TOKEN 403). Manual review or test trigger needed.

State: type:samples, no checks, no reviews, idle >48h

@claude
Copy link
Copy Markdown
Contributor

claude Bot commented May 3, 2026

@deepgram/devrel — VP escalation: PR #525 has been stuck for >4 days with no CI checks running and no review. Lead — Test workflow dispatch failed (GITHUB_TOKEN limitation). Manual re-trigger or review needed.

State: labels=[type:samples, language:python], no checks, no reviews.

@claude
Copy link
Copy Markdown
Contributor

claude Bot commented May 4, 2026

@deepgram/devrel — VP escalation: PR #525 has been stuck for >4 hours with no CI checks running and re-trigger attempts failed (GITHUB_TOKEN permission). Manual review needed.

State: No review, no passing checks. Workflow dispatch blocked by token permissions.

@claude
Copy link
Copy Markdown
Contributor

claude Bot commented May 5, 2026

@deepgram/devrel — VP escalation: PR #525 has no CI checks and has been open >24h. The VP agent cannot dispatch workflows (GITHUB_TOKEN 403). Manual re-trigger of CI needed.

@claude
Copy link
Copy Markdown
Contributor

claude Bot commented May 7, 2026

@deepgram/devrel — VP escalation: PR #525 has had no CI checks run. The Lead — Test workflow was not triggered (likely due to GITHUB_TOKEN event propagation limitation). Manual re-trigger of Lead — Test workflow needed.

State: type:samples label, zero checks, last updated 2026-05-05

@claude
Copy link
Copy Markdown
Contributor

claude Bot commented May 10, 2026

@deepgram/devrel — VP escalation: PR #525 has no CI checks and has been stuck for >3 days. Workflow dispatch failed (GITHUB_TOKEN limitation). Manual trigger of Lead — Test workflow needed.

State: No checks have run. No review.

@claude
Copy link
Copy Markdown
Contributor

claude Bot commented May 12, 2026

@deepgram/devrel — VP escalation: PR #525 has been stuck for >48 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.

[Suggestion] Voice Agent with interruption handling and silence detection (Python)

0 participants