feat(javascript): voice-agents v1 — parallel-tool-calling#539
feat(javascript): voice-agents v1 — parallel-tool-calling#539github-actions[bot] wants to merge 1 commit into
Conversation
|
@deepgram/devrel — VP escalation: PR #539 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 |
|
@deepgram/devrel — VP escalation: PR #539 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:javascript], no checks, no reviews. |
|
@deepgram/devrel — VP escalation: PR #539 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. |
|
@deepgram/devrel — VP escalation: PR #539 has no CI checks and has been open >24h. The VP agent cannot dispatch workflows (GITHUB_TOKEN 403). Manual re-trigger of CI needed. |
|
@deepgram/devrel — VP escalation: PR #539 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 |
|
@deepgram/devrel — VP escalation: PR #539 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. |
|
@deepgram/devrel — VP escalation: PR #539 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. |
Adds the parallel-tool-calling recipe for voice-agents v1 (javascript).
Demonstrates how to register multiple tools with a Deepgram Voice Agent and handle parallel function call requests using
Promise.all. The agent requests multiple tools in a singleFunctionCallRequest, the client executes them concurrently, and sends back individualFunctionCallResponsemessages.Closes part of #535