From b88ec77ab2560f3a254f4f5e32f654ca165568dc Mon Sep 17 00:00:00 2001 From: "sazed-bot[bot]" <257607474+sazed-bot[bot]@users.noreply.github.com> Date: Mon, 25 May 2026 20:27:19 +0000 Subject: [PATCH] Add Nurse Triage Intake Voice Assistant recipe --- .../nurse-triage-intake-voice-assistant.json | 65 +++++++++++++++++++ 1 file changed, 65 insertions(+) create mode 100644 recipes/nurse-triage-intake-voice-assistant.json diff --git a/recipes/nurse-triage-intake-voice-assistant.json b/recipes/nurse-triage-intake-voice-assistant.json new file mode 100644 index 0000000..5b1b0d7 --- /dev/null +++ b/recipes/nurse-triage-intake-voice-assistant.json @@ -0,0 +1,65 @@ +{ + "id": "nurse-triage-intake-voice-assistant", + "slug": "nurse-triage-intake-voice-assistant", + "title": "Nurse Triage Intake Voice Assistant", + "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.", + "framework": "Pipecat", + "use_case": "triage", + "industry": "healthcare", + "languages": [ + "en-US" + ], + "pipeline": { + "stt": "Deepgram Nova-3", + "llm": "GPT-4o-mini", + "tts": "ElevenLabs Turbo v2.5", + "telephony": "Vonage" + }, + "metrics": { + "latency_p50_ms": 650, + "latency_p95_ms": 1300, + "latency_display": "650-1300ms time-to-first-audio", + "cost_per_minute_usd_min": null, + "cost_per_minute_usd_max": null, + "cost_display": null + }, + "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.", + "prompt_file": null, + "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 + }, + "github_source_url": "https://github.com/nexmo-se/vonage-pipecat-aws-agentcore", + "demo_url": null, + "tags": [ + "nurse-triage", + "symptom-intake", + "medical-screening", + "health-assessment", + "red-flag-detection", + "vonage-video", + "amazon-bedrock", + "agentcore", + "nova-sonic", + "speech-to-speech" + ], + "contributor": { + "github": "KittPhi" + }, + "source": "github_discovery", + "created_at": "2025-05-26T00:00:00Z", + "updated_at": "2025-05-26T00:00:00Z", + "license": "MIT" +}