Dental Care Autonomous AI Agent #1231
Nachoeigu
started this conversation in
Show and tell
Replies: 1 comment
-
very cool! thanks for sharing! |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I would like to show you one of my first LangGraph projects.
It is a highly autonomous and customized secretary chatbot, who is able to execute tasks like: give general information about the clinic (RAG), cancel, reschedule and set appointments, check doctor availability, review if your medical studies are ready, which services the dental clinic offers, etc.
For the moment is the entire back-end logic, but it could be integrated easily with social platforms like Discord, Instagram, Whatsapp or Telegram. I have used LangChain, LangGraph, Pinecone and Pandas, mainly.
This is a casual chat where the agent books and reschedule books easily:
chat.mp4
Here I provided a wrong ID number and we can see how it handle errors quite good. Also, I provided a demo of how it handle general questions with a RAG approach.
error_handling_and_rag.mp4
This is the repository where I stored the software: Agentic Customer Service Medical Clinic
I am open to hear feedback and possible improvements of the application.
Thank you.
Beta Was this translation helpful? Give feedback.
All reactions