pub async fn execute_tool_async( sandbox: &Path, scheds_root: Option<&Path>, name: &str, args_json: &str, allow_edit: bool, ) -> Result<String>
Async dispatch for tools that may perform network I/O.