Add Automated IVR Navigation for Prescription Status#115
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
Pipecat template for an outbound voice agent that dials a pharmacy IVR system and autonomously navigates DTMF/voice menus to retrieve prescription status, using patient DOB and prescription number for verification. Includes bot.py, server.py, Dockerfile, and a live test IVR number for end-to-end validation.
Reasoning
Clears all disqualifiers: it's a multi-layer composition (not a single-vendor hello world), has a specific named outcome (pharmacy prescription-status IVR navigation), and ships exportable artifacts (full repo with code, Dockerfile, env.example, deploy config). Stack is fully specified with five named real products across telephony, STT, LLM, TTS, and orchestration. Repo is self-published by Pipecat maintainers (markbackman). Strong fork target and high schema completeness.
Claude raw output
{ "id": "ivr-navigation-prescription-status", "slug": "ivr-navigation-prescription-status", "tags": [ "ivr-navigation", "healthcare", "prescription", "pharmacy", "dtmf", "automated-calling", "dial-out" ], "title": "Automated IVR Navigation for Prescription Status", "config": { "goal": "navigate IVR system to obtain prescription status", "test_number": "+14123146113", "patient_info": { "name": "Mark Backman", "date_of_birth": "01011970", "prescription_number": "1234567" }, "navigation_features": [ "automatic_menu_detection", "dtmf_tone_sending", "natural_language_responses" ] }, "source": "github_discovery", "license": "MIT", "demo_url": "https://github.com/pipecat-ai/pipecat-examples/tree/main/ivr-navigation", "industry": "healthcare", "pipeline": { "llm": "GPT-4o", "stt": "Deepgram Nova-3", "tts": "Cartesia Sonic-3", "telephony": "Daily PSTN" }, "use_case": "ivr-replacement", "framework": "Pipecat", "languages": [ "en-US" ], "created_at": "2026-05-26T10:30:00-07:00", "raw_prompt": null, "updated_at": "2026-05-26T10:30:00-07:00", "contributor": { "github": "markbackman" }, "description": "A voice agent that automatically navigates through Interactive Voice Response phone systems using AI-powered decision making. The agent calls a pharmacy IVR system, navigates through multiple menu levels using DTMF tones and natural language responses, verifies patient information, and retrieves prescription status information without human intervention.", "prompt_file": null, "github_source_url": "https://github.com/pipecat-ai/pipecat-examples/tree/main/ivr-navigation" }Dedup decision
F6 dedup has not landed yet; no dedup decision available.
Reviewer notes
approve-to-pr running: