Add support for parallel tool calls
Open
enhancement
needs review
- Dominant language
- TypeScript
- Stars
- 1.4k
- Forks
- 205
- Avg merge
- 3d 16h
- Merged PRs (30d)
- 92
Description
**Describe the solution you'd like**
* ADK Python allows for [parallel tool calls](https://adk.dev/tools-custom/performance/), a big performance boost when considering LLM interpretation steps between each tool call.
* It'd be great to support this in `adk-js` as well.
* Currently, every tool call is sequential.
Contributor guide
Assessment
This issue has not been assessed yet.