feat(python): voice-agents v1 — state-machine#560
Conversation
|
@deepgram/devrel — VP escalation: PR #560 has been open since 2026-05-18 with no CI checks running. workflow_dispatch for Lead — Test failed (GITHUB_TOKEN 403). Manual re-trigger or review needed. State: labels=[type:samples, language:python], checks=none |
|
@deepgram/devrel — VP escalation: PR #560 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-22. |
|
@deepgram/devrel — VP escalation: PR #560 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 #560 has been stuck since 2026-05-18 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 #560 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 state-machine recipe for voice-agents v1 (python).
Demonstrates a deterministic workflow pattern where the LLM advances
through states (GREET → COLLECT_INFO → CONFIRM → DONE) via function
calling, with dynamic prompt replacement on each transition.
Closes part of #558