parallel-tool-calls-integration

Community

Parallel tool execution for higher throughput

Authorbianhaifeng789-hue
Version1.0.0
Installs0

System Documentation

What problem does it solve?

Traditional agent architectures perform tool calls sequentially, causing high latency and low throughput when multiple independent tools must be invoked; this integration enables a single model response to trigger multiple concurrent tool executions to dramatically increase throughput.

Core Features & Use Cases

  • Concurrent Tool Execution: Allow the model to emit multiple tool calls in one response and run them in parallel to reduce wall-clock time.
  • Ordered Tool Responses: Preserve the required tool_call ordering when returning tool results to the model to comply with API semantics.
  • Resilient Error Handling and Middleware: Continue other tool calls when one fails, aggregate results with error markers, and inject post-tool middleware only after the final tool result.
  • Use Case: Modify Builder, Harness, and Evaluator agents to fetch data from several sources or run independent processors concurrently within a single model turn to achieve 2–5x throughput gains.

Quick Start

Enable parallel_tool_calls in your agent configuration and execute all reported tool calls concurrently while collecting ordered results and handling failures.

Dependency Matrix

Required Modules

None required

Components

Standard package

💻 Claude Code Installation

Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.

Please help me install this Skill:
Name: parallel-tool-calls-integration
Download link: https://github.com/bianhaifeng789-hue/openclaw-config/archive/main.zip#parallel-tool-calls-integration

Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
View Source Repository

Agent Skills Search Helper

Install a tiny helper to your Agent, search and equip skill from 471,000+ vetted skills library on demand.