Conversational host
Voice + text. Each turn posts the running conversation to /api/host and renders the host reply plus the four live toolTrace panels.
“something with truffle”
“book a table this Friday”
“build a custom pizza”
Reservations
The full floor by zone, plus a working booking form (real availability + real booking via /api/booking, which reuses the existing tools).
Make a reservation
Custom pizza builder
The full topping library. Pricing is computed by the backend (build_custom_pizza) so the base + size math never drifts from the server.