Man-ishu678/ai-dental-appointment-agent ? reverse-engineered prompt
Reverse engineered prompt
Build me a Python app that acts like a chat based dental appointment assistant. I want to type natural language requests like checking available slots, booking a new appointment, cancelling one, rescheduling one, or asking what appointments a patient already has, and have the app handle it in a simple interactive command line.
Please use the appointment data from a CSV file, and make sure the assistant can read and update that file safely when bookings change. It should understand doctors, specializations, date and time slots, and whether a slot is available or already taken. I’d like it to feel like a small multi agent system where one part figures out what the user wants and other parts handle info, booking, cancellation, and rescheduling.
Use the existing Python setup in the repo, and make it easy to run with a single main file. If you need current docs for any libraries, look them up online.
Are you gonna build this?
make sure you review the code using coderabbit