Add Nurse Triage Intake Voice Assistant#102
Open
sazed-bot[bot] wants to merge 1 commit into
Open
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Source URLs
Assessor score
Synopsis
Forkable Pipecat template for a nurse triage intake voice agent: a browser participant joins a Vonage Video session, an AI agent joins via the Vonage Video Connector SDK, Pipecat orchestrates media to Amazon Nova Sonic (speech-to-speech) with Nova Lite on Bedrock for reasoning, and AWS Bedrock AgentCore optionally bootstraps the nurse triage persona. Default prompts capture symptom, onset, severity (1-10), and red-flags with escalation logic.
Reasoning
Repository clears all four template criteria with a concrete healthcare outcome (nurse triage intake / post-discharge follow-up), a real multi-vendor stack (Vonage Video + Pipecat + AWS Bedrock Nova + AgentCore), and exportable artifacts (repo, prompts in .env.example, docker-compose, staged validation tests). Not a single-vendor demo (combines Vonage, AWS Bedrock, and Pipecat). Not a listicle, walkthrough, or marketing page. License is MIT.
Claude raw output
{ "id": "nurse-triage-intake-voice-assistant", "slug": "nurse-triage-intake-voice-assistant", "tags": [ "nurse-triage", "symptom-intake", "medical-screening", "health-assessment", "red-flag-detection", "vonage-video", "amazon-bedrock", "agentcore", "nova-sonic", "speech-to-speech" ], "title": "Nurse Triage Intake Voice Assistant", "config": { "model_id": "amazon.nova-2-sonic-v1:0", "transport": "vonage_video_connector", "use_cases": [ "post-visit follow-up triage", "symptom assessment routing", "medication adherence check", "preliminary safety screening" ], "media_mode": "routed", "audio_format": "16kHz_mono_16bit_PCM", "llm_model_id": "amazon.nova-lite-v1:0", "session_layer": "vonage_video", "initial_message": "Hello, I am your nurse intake assistant. I will ask a few brief triage questions to help route your care quickly. What symptom are you experiencing now?", "agentcore_bootstrap": true }, "source": "github_discovery", "license": "MIT", "metrics": { "cost_display": null, "latency_p50_ms": 650, "latency_p95_ms": 1300, "latency_display": "650-1300ms time-to-first-audio", "cost_per_minute_usd_max": null, "cost_per_minute_usd_min": null }, "demo_url": null, "industry": "healthcare", "pipeline": { "llm": "GPT-4o-mini", "stt": "Deepgram Nova-3", "tts": "ElevenLabs Turbo v2.5", "telephony": "Vonage" }, "use_case": "triage", "framework": "Pipecat", "languages": [ "en-US" ], "created_at": "2025-05-26T00:00:00Z", "raw_prompt": "You are a nurse triage voice assistant. Ask one short question at a time. Capture symptom, onset, severity from 1-10, and red flags. Keep responses concise and empathetic. If severe red-flag symptoms are mentioned, advise immediate emergency care and escalate.", "updated_at": "2025-05-26T00:00:00Z", "contributor": { "github": "KittPhi" }, "description": "A real-time voice agent that conducts nurse intake triage by asking patients about symptoms, onset, severity, and red-flag indicators. The agent asks one question at a time, collects structured health data, and escalates immediately if severe symptoms are reported. Built using Vonage Video sessions with Pipecat orchestration and Amazon Nova Sonic for low-latency speech-to-speech interaction.", "prompt_file": null, "github_source_url": "https://github.com/nexmo-se/vonage-pipecat-aws-agentcore" }Dedup decision
F6 dedup has not landed yet; no dedup decision available.
Reviewer notes
approve-to-pr running: