pub type SubagentLauncher = Arc<dyn Fn(SubagentLaunch) -> BoxFuture<'static, Result<Agent>> + Send + Sync>;
Creates one child agent for this capability.
pub struct SubagentLauncher { /* private fields */ }