pub async fn broadcast_task(
client: &A2aClient,
agent_urls: &[String],
task: &TaskRequest,
) -> Vec<BroadcastResult>Expand description
Broadcast a task to multiple agents sequentially.
Since client is behind & (not Arc), we dispatch one at a time.
Each agent receives its own send_task call.