Agent Engineering

Multi-Tool Orchestration: Concurrent vs. Sequential

When the model returns 3 tool calls in one turn, how do you choose the execution order? Pick a mode, click the demo, and observe the time difference.

Execution timeline comparison
Choose a mode → click demo → observe the time difference
Takeaway
Takeaway When a model returns multiple tool calls in one turn, the framework must decide: run all sequentially (safest), all concurrently (fastest), or smart-batch by safety level (the Alice approach). This decision directly impacts how long users wait.