Retrieve all subagent stream interfaces that match a given agent type.
getSubagentsByType(
type: string
): SubagentStreamInterface<Record<string, unknown>, DefaultToolCall, string>[]| Name | Type | Description |
|---|---|---|
type* | string | The agent type name to filter by. |