Skip to main content
The orq:subagent tool delegates a self-contained task to another model. The worker receives the task, optional context, and the configuration on the tool entry. It does not receive the parent conversation. Use a smaller or faster worker for extraction, summarization, drafting, or data transformation while the primary model continues to own the final response.

Quick start

The examples use the client configuration from the Server tools overview.
The primary model supplies a task and optional context when it calls the tool. The worker’s completed output is returned to the primary model.

Configuration

Cost and usage

Worker tokens are billed at the selected model’s standard rate. Each Subagent call appears at usage.server_tool_use.subagent_requests. orq:sidekick remains accepted as a legacy alias.