map_over

Function map_over 

Source
pub fn map_over(agent: AgentBuilder, concurrency: usize) -> MapOver
Expand description

Map-over: apply a single agent to multiple items concurrently.

Returns a MapOver composable that stores the agent template and concurrency limit.