Skip to content

feat(python): voice-agents v1 — background-tools#546

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

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

Conversation

@github-actions

@github-actions github-actions Bot commented May 4, 2026

Copy link
Copy Markdown
Contributor

Adds the background-tools recipe for voice-agents v1 (python).

Demonstrates background tool execution with filler speech — the agent speaks a filler phrase ("Let me check the weather...") while tools run in background threads, then injects the tool result back into the conversation. Eliminates dead silence during tool execution.

Pattern: FunctionCallRequestsend_inject_agent_message() (filler) → threading.Thread (tool runs) → send_function_call_response() (result)

Tools demonstrated:

  • get_weather — fast (~300ms)
  • search_db — slow (~1.5s)

Closes part of #542

@github-actions github-actions Bot added type:samples Pull request adds or updates code samples language:python Python samples labels May 4, 2026
@claude

claude Bot commented May 5, 2026

Copy link
Copy Markdown
Contributor

@deepgram/devrel — VP escalation: PR #546 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

claude Bot commented May 7, 2026

Copy link
Copy Markdown
Contributor

@deepgram/devrel — VP escalation: PR #546 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

claude Bot commented May 10, 2026

Copy link
Copy Markdown
Contributor

@deepgram/devrel — VP escalation: PR #546 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

claude Bot commented May 12, 2026

Copy link
Copy Markdown
Contributor

@deepgram/devrel — VP escalation: PR #546 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.

@claude

claude Bot commented May 25, 2026

Copy link
Copy Markdown
Contributor

@deepgram/devrel — VP escalation: PR #546 has been stuck for >4 hours and re-trigger attempts have not resolved it. Manual review needed.

State: labels=[type:samples, language:python], no E2E checks have ever run (empty statusCheckRollup). Workflow dispatch blocked by GITHUB_TOKEN 403. Last updated 2026-05-12.

@claude

claude Bot commented May 30, 2026

Copy link
Copy Markdown
Contributor

@deepgram/devrel — VP escalation: PR #546 has been stuck for >5 days. Workflow dispatch is blocked (GITHUB_TOKEN 403). Manual intervention needed to trigger tests or merge.

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

@claude

claude Bot commented May 30, 2026

Copy link
Copy Markdown
Contributor

@deepgram/devrel — VP escalation: PR #546 has been stuck since 2026-05-04 with no CI checks running. Re-trigger via workflow_dispatch returned 403. Manual review needed.

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

@claude

claude Bot commented May 31, 2026

Copy link
Copy Markdown
Contributor

@deepgram/devrel — VP escalation: PR #546 has been stuck for >24 hours and workflow re-trigger attempts failed (HTTP 403 — GITHUB_TOKEN lacks workflow dispatch permission). Manual review needed.

State: No CI checks have run. Needs manual trigger of Lead — Test workflow or direct review.

@claude

claude Bot commented Jun 9, 2026

Copy link
Copy Markdown
Contributor

@deepgram/devrel — VP escalation: PR #546 has been stuck for >9 days with no CI checks triggered. Workflow re-trigger not possible due to GITHUB_TOKEN permissions. Manual review needed.

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

@claude

claude Bot commented Jun 12, 2026

Copy link
Copy Markdown
Contributor

@deepgram/devrel — VP escalation: PR #546 has been stuck for >3 days with no CI checks running. Workflow dispatch triggers failed (HTTP 403 — GITHUB_TOKEN limitation). Manual intervention needed to trigger tests or merge.

State: no checks, no reviews, last updated 2026-06-09

@claude

claude Bot commented Jun 14, 2026

Copy link
Copy Markdown
Contributor

@deepgram/devrel — VP escalation: PR #546 has been stuck for >59 hours. Workflow re-trigger failed (GITHUB_TOKEN 403). Manual review needed.

State: Labels: type:samples, language:python. Checks: NONE

@claude

claude Bot commented Jun 22, 2026

Copy link
Copy Markdown
Contributor

@deepgram/devrel — VP escalation: PR #546 has no CI checks and has been stale for >7 days. Workflow dispatch is blocked by token permissions. Manual re-trigger of CI or review needed.

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

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