For multi-agent scenarios, these templates are built as squads — multiple specialized assistants that hand a call off between each other:
- Medical Triage & Scheduling — a clinic squad with a Triage assistant that assesses symptoms, an Emergency assistant for urgent cases, and a Scheduler for booking appointments.
- E-commerce Order Management — separate assistants for order tracking/status, returns processing and label generation, and a VIP concierge service, with intelligent transfers between them.
Squads solve problems that show up in large, all-in-one assistants: models lose focus and hallucinate more when a single prompt tries to cover too many scenarios, longer prompts cost more per call, and larger contexts add latency. Splitting responsibilities across focused assistants avoids all three.