Does OpenCore support other types of RPA?

Does OpenCore support other types of RPA products besides OpenRPA?

Yes. Using agents, you can do most browser-based automation using frameworks like Selenium, Puppeteer, BeautifulSoup. Code-based RPA also works nicely there, like TagUI and Robot Framework.

Most commercial solutions like UiPath, Blue Prism, and Microsoft Power Automate have APIs to talk to their orchestrator to schedule robots or push items to queues. For some of those, there are already easy-to-use wrappers in Node-RED for interacting with them.

For UiPath, you can take it a step deeper and replace UiPath’s queues with OpenCore workitem queues. This will both achieve up to 40% faster processing times and make it easier to control the robots.