Reception
Automatic clinical email triage, 13 categories, 60% auto-resolution.
What this agent does
Reception is the incoming communications triage agent of Dental Brain. It syncs IMAP, classifies each email into one of 13 categories (urgency, reschedule, payment, quote, clinical query, spam, etc.) and resolves about 60% with templated reply without human intervention. All classification runs on local server.
Why it matters
A clinic with 100-200 active patients receives dozens of emails per day. The manual protocol (read, decide, reply) consumes receptionist time and degrades response during peak hours. Reception absorbs it: urgent items escalate to a human with priority, routine ones close themselves, and everything is logged in the patient history.
How it works
The agent reads the IMAP inbox every few minutes. Each message goes through a local LLM classifier that assigns category + intent + urgency level. If the category has an auto-reply template configured and the patient is identified, it sends the reply via SMTP/SendGrid and logs a Message in the clinical history. Otherwise, it queues the email in the human inbox with the suggested category.
Integration with the clinical workflow
Reception coordinates with Patient Flow when the email asks to reschedule (checks availability and offers a slot). With Pharmacy when it is a prescription renewal request. And it notifies the manager when a formal complaint is detected. All within the same server.
Autonomous decisions it makes
- Classify each email into one of the 13 predefined categories
- Auto-reply with template when there is a match and patient is identified
- Escalate to human inbox when classifier confidence is low
- Flag high urgency and notify the professional when applicable
- Log the message in the patient's clinical history
Inputs and outputs
Receives
- · IMAP inbox of the configured clinical email
- · Auto-reply templates per category
- · Patient identification (email match + Web Forms)
- · Auto-reply schedule configuration
Produces
- · Classified email with category + intent + urgency
- · Auto-reply sent (when applicable)
- · Notification to professional for urgent cases
- · Message logged in clinical history
Production metrics
Collaborates with
Tech stack
Frequently asked questions
What if the agent misclassifies an email?+
Are my emails sent to an external service for classification?+
Can I add or remove categories?+
What happens with emails outside clinical hours?+
10 autonomous agents. One brain. Your clinic.
Meet the agents running inside Dental Brain. Each one makes autonomous decisions, on local GPU, with no cloud.