pub struct MapOver {
pub agent: AgentBuilder,
pub concurrency: usize,
}Expand description
A map-over workflow node — applies one agent to many items.
Fields§
§agent: AgentBuilderThe agent template applied to each item.
concurrency: usizeMaximum number of concurrent executions.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for MapOver
impl !RefUnwindSafe for MapOver
impl Send for MapOver
impl Sync for MapOver
impl Unpin for MapOver
impl !UnwindSafe for MapOver
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more