Automation Drivers RPA

This project uses UiPath’s RPA softwares and apis to provide an easy automation drviers to multiple systems. It can be invoked thorough Google voice assitant which will send the task to the master orchestrator which then sends propagates it across the device in the network.

This is useful in situations where there’s an urgent need to provide applications to multiple computers in the organisation. The system admin only has to spin up a ftp server and then invoke the google assitant (using phone or google home) to make the installation on multiple devices.

To you an example of how the flow works


okay google ask <agent name> to download <filename>

This will make all the devices download the mentioned file in the default ftp server for the organisation.

okay google ask <agent name> to install <filename>

This will install the downloaded file to all the devices.


This can be used in other ways as well if you need it independently like this

okay google ask <agent name> to start developent mode

This will start a set of softwares and tools that you will have set in the config file on the registered device. Like opening VS code, web browser with a tab to stackoverflow and another tab to a search engine and virtual machine.