Skip to main content

SubagentLauncher

Type Alias SubagentLauncher 

Source
pub type SubagentLauncher = Arc<dyn Fn(SubagentLaunch) -> BoxFuture<'static, Result<Agent>> + Send + Sync>;
Expand description

Creates one child agent for this capability.

Aliased Typeยง

pub struct SubagentLauncher { /* private fields */ }