pub async fn spawn_agents_concurrent(
configs: Vec<SpawnConfig>,
spawn_config: ConcurrentSpawnConfig,
event_tx: Sender<AgentEvent>,
) -> ConcurrentSpawnResultExpand description
Spawn multiple agents with advanced concurrency control
Provides more control over concurrent spawning including timeouts, fail-fast behavior, and detailed result tracking.
§Arguments
configs- Vector of spawn configurationsspawn_config- Concurrency control settingsevent_tx- Channel for receiving agent events
§Returns
ConcurrentSpawnResult with successes and failures