The agent works top to bottom. Step through it one email at a time if you want to read the reasoning properly.
The minutes figure is illustrative, not measured. It assumes 2 minutes to read and route an email by hand and 4 minutes to write a reply, which is roughly what a front desk spends. Your real numbers would come from your own inbox.
Start the run and six signal checks evaluate top to bottom for each email, stopping at the first one that matches.
Nobody yet
The routing table has not run.
These are deterministic checks on the text of the message, in a fixed order, the same way I would build the first version. A production build layers a language model on top for the messages that do not match a rule cleanly.
No draft yet. Run the triage and the replies compose here, one email at a time.
A human reviews and sends. The agent never sends alone. Drafts sit in a review queue with the original message attached. Nothing leaves the building without a person clicking approve.
In this demo the wording of each draft is written into the page ahead of time. In a real build the model writes it from your listing data, your past replies, and your voice, and it lands in the same review queue.