Welcome to Murf AI Agents, a repository documenting a series of daily projects and explorations into the world of Artificial Intelligence. Each day brings a new challenge, a new concept, and a new implementation, showcasing a journey of learning and growth in the AI space.
This repository serves as a consolidated portfolio of the work completed during this intensive learning period.
The projects are organized chronologically by day. Each subdirectory is a self-contained project with its own source code and a dedicated README file explaining its purpose, technologies used, and how to run it.
| Directory | Project Title & Description |
|---|---|
day_1/ |
AI Voice Agent Foundation. The foundational boilerplate for the AI Voice Agents Challenge, integrating LiveKit, Murf TTS, and Google Gemini. |
day_2/ |
Coffee Shop Barista Agent. Transforms the agent into a barista that takes voice orders, manages conversation state, and saves the final order. |
day_3/ |
Health & Wellness Voice Companion. A daily check-in agent that saves conversation history to a JSON file to maintain context across sessions. |
day_4/ |
Active Recall Coach. A "Teach-the-Tutor" agent with learn, quiz, and teach-back modes driven by an external JSON content file. |
day_5/ |
AI Sales Development Representative (SDR). An agent that answers FAQs and captures lead information, demonstrating practical business AI applications. |
day_6/ |
AI-Powered Fraud Case Management. A backend-focused project using AI agents for querying and analyzing fraud cases with database interaction. |
day_7/ |
Food & Grocery Ordering Voice Agent. A shopping assistant agent that manages a dynamic cart, handles complex ordering requests, and places orders via voice. |
day_8/ |
Realm of Vroskit - AI Voice RPG. An immersive, voice-controlled RPG where an AI Game Master drives the narrative and game mechanics. |
To explore a specific project, simply navigate into the corresponding day_X directory. It is recommended to start by reading the README.md file within each project's folder to understand its unique goals and setup instructions.
(This section can be updated to include information about the author, their motivations, and contact information.)
Happy coding!