Code RoomSupport agent from documentation
EasyPrep Room Coding #26

Support agent from documentation

Vibe & agenticAI agents & automationEntry–Mid~12 min

Your support team wants an agent that answers common customer tickets straight from your product documentation before a human ever sees them. Design it for me: what does it read, what can it send, and when must it hand off to a person? Then tell me how you'd prove it's safe to trust — what would you measure before letting it reply to real customers? Close with a short pitch: why should the support lead want this?

Implement
route_support_ticket(ticket_text: str, retrieval_confidence: float, has_citation: bool) → str
Examples
in["How do I export a CSV report?",0.93,true]out"auto_reply"
in["I need a refund for last month",0.95,true]out"escalate_sensitive"
in["Where is the settings page?",0.42,true]out"escalate_low_confidence"
What a strong answer looks like

Turn the fuzzy goal into a bounded agent task. Say what the agent reads, what it may do on its own versus draft for a human, and what it must never touch. Then earn the trust: how you’d verify it before rollout, and the pitch (the problem, what you built, why it matters).

0:00 of about 12 min

Agent build: design the agent in plain language (or narrate it). The coach grades the decomposition, the guardrails, the verification plan, and the pitch.

Which questions mattered is sealed until you submit. Telling you now would just be handing over the edge cases.