•10 min
Your Agent Calls One Tool, Waits, Then Calls the Next
When an agent needs three lookups that do not depend on each other, running them one at a time makes the user wait for the sum of all three. The model already tells you which calls are independent. Running that batch concurrently collapses the wait to the slowest single call.
LLM
Agents