Retrieve all subagent streams matching a given tool name / type.
getSubagentsByType(
type: string
): SubagentStreamInterface<Record<string, unknown>, DefaultToolCall, string>[]| Name | Type | Description |
|---|---|---|
type* | string | The subagent type (tool name) to filter by. |