Voice Agent Tool Calls: What to Run Inline and What to Hand Off
A voice agent's tool call happens inside a turn the caller is waiting through, which makes it a latency decision before it is an architecture one. The rule: reads that return fast run inline, writes and slow lookups get a receipt and finish asynchronously.
Vrishab Nair