feat(python): voice-agents v1 — latency-profiling#554
feat(python): voice-agents v1 — latency-profiling#554github-actions[bot] wants to merge 1 commit into
Conversation
|
@deepgram/devrel — VP escalation: PR #554 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. |
|
@deepgram/devrel — VP escalation: PR #554 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. |
|
@deepgram/devrel — VP escalation: PR #554 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] |
|
@deepgram/devrel — VP escalation: PR #554 has been stuck since 2026-05-11 with no CI checks running. Re-trigger via workflow_dispatch returned 403. Manual review needed. State: labels=[type:samples,language:python], checks=none |
|
@deepgram/devrel — VP escalation: PR #554 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. |
Adds the latency-profiling recipe for voice-agents v1 (python).
Measures per-component TTFB across the voice agent pipeline (think/LLM and speak/TTS) by injecting a text message and timestamping each stage event. Prints a latency breakdown per turn.
Closes part of #551