cd /news/artificial-intelligence/building-aapdamitra-an-ai-disaster-r… Β· home β€Ί topics β€Ί artificial-intelligence β€Ί article
[ARTICLE Β· art-98113] src=dev.to β†— pub= topic=artificial-intelligence verified=true sentiment=↑ positive

Building AapdaMitra: An AI Disaster Response Voice Assistant for India with Murf Falcon & LiveKit

A developer built AapdaMitra, an AI-powered disaster response voice assistant for India, using Murf Falcon, LiveKit Agents, Google Gemini, and Deepgram. The assistant provides safety guidance, weather information, and human escalation through natural voice conversations, addressing challenges such as poor connectivity and user panic during emergencies. The project was developed for the 10 Days of Voice Agents – VoiceForBharat Edition challenge.

read2 min views1 publishedAug 15, 2026

My journey through the 10 Days of Voice Agents – VoiceForBharat Edition challenge.

Natural voice interaction can make technology more accessible during emergencies. In stressful situations, people often don't have time to type long messages or search through websites. They simply need clear guidance.

To solve this problem, I built AapdaMitra, an AI-powered Disaster Response Voice Assistant designed for India.

AapdaMitra helps users during emergencies such as floods, cyclones, earthquakes, fires, landslides, storms, and heatwaves through natural voice conversations.

The project was built as part of the 10 Days of Voice Agents – VoiceForBharat Edition challenge using Murf Falcon, LiveKit Agents, Google Gemini, and Deepgram

During disasters:

People may panic.

They may not be able to type.

Internet connectivity may be poor.

Quick spoken guidance can save valuable time.

Voice is the most natural interface during emergencies.

Meet AapdaMitra

AapdaMitra is a conversational AI assistant that provides:

Disaster safety guidance

Weather information

User memory

Human escalation

Outbound voice calls

Specialist agent handoffs

Call analytics dashboard

The assistant always prioritizes user safety while avoiding hallucinations through carefully designed guardrails.

Frontend

Backend

AI Models

Database

Other

User Voice
      β”‚
      β–Ό
Deepgram Speech-to-Text
      β”‚
      β–Ό
Google Gemini
      β”‚
      β”œβ”€β”€ Memory Tool
      β”œβ”€β”€ Weather Tool
      β”œβ”€β”€ Escalation Tool
      β”œβ”€β”€ Analytics
      └── Specialist Agent
      β”‚
      β–Ό
Murf Falcon Text-to-Speech
      β”‚
      β–Ό
LiveKit
      β”‚
      β–Ό
User

This project was far from straightforward.

One major challenge was designing prompts that made Gemini collect all required user information before triggering tools like human escalation. Initially, the model skipped questions and called tools with incomplete data.

The solution involved redesigning the workflow so the assistant gathered missing information one question at a time and only invoked the tool after every required field had been collected.

Another challenge was integrating outbound SIP calling. Configuring LiveKit, Linphone, SIP trunks, and testing outbound calls required careful setup and troubleshooting.

I also encountered issues with participant handling, webhook integration, session management, and UI synchronization before arriving at a stable implementation.

Clone the repository.

git clone <your-repository-url>

Install dependencies.

uv sync

Configure environment variables.

LIVEKIT_URL=
LIVEKIT_API_KEY=
LIVEKIT_API_SECRET=
GOOGLE_API_KEY=
DEEPGRAM_API_KEY=
MURF_API_KEY=

Run the backend.

uv run python src/agent.py dev

Start the frontend.

npm install
npm run dev

Open the browser and begin a voice conversation.

The 10 Days of Voice Agents – VoiceForBharat Edition challenge provided an excellent opportunity to explore real-time conversational AI.

Building AapdaMitra helped me understand how voice, AI, and real-time communication can work together to create technology that has the potential to make a meaningful impact during emergencies.

A big thank you to Murf AI for organizing this challenge and providing the opportunity to build with Murf Falcon, along with the powerful ecosystem around LiveKit.

── more in #artificial-intelligence 4 stories Β· sorted by recency
── more on @aapdamitra 3 stories trending now
sponsored brought to you by zahid.host 4,200+ EU-deployed projects
reading about agents? ship yours in a single git push.

Run your AI side-project on zahid.host

EU-based hosting, git-push deploys, automatic HTTPS, no cold starts. Free tier with a custom domain β€” perfect for shipping the agent you just read about.

$git push zahid main
β†’ Live at https://your-agent.zahid.host βœ“
Get free account β†’ Pricing
from €0/mo Β· no card required
LIVE [news/building-aapdamitra-…] indexed:0 read:2min 2026-08-15 Β· β€”