robocorp logo

robocorp

robocorp/robocorp

Create Python AI Actions and Automations, deploy & operate them anywhere

GraphCanon updated 2w · GitHub synced 2w

643 stars106 forksLast push 1mo Python Apache-2.0

Decision brief

A Python framework for creating and deploying AI-powered automations.

Good fit when

  • You are developing actions and automations that specifically need integration with the Robocorp Control Room, including features like Work Items, Vault, and Assets.
  • Your project requires browser automation powered by Playwright through the `robocorp.browser` package.

Avoid when

  • You prefer to have full autonomy over your code's structure beyond what is provided by pre-defined meta-packages such as `robocorp.tasks`, and favor more customizable solutions.
  • Your automation needs do not benefit from the Control Room integration or specific Robocorp services offered through its extensive suite of libraries.
Pricing:
freemium - Free to use for open-source projects and small teams, with additional enterprise features available.

Observed Jul 12, 2026 · Source: enrich:decision_facts

Verify the decision

Maintenance and security

Full trust report
Maintenance
Active (14d since push)
As of 2w
Provenance
Not a fork · Organization account
As of 2w
Security (OSV)
No lockfile
As of 1mo

Public GitHub metadata and optional OSV scans. Signals, not a guarantee. Trust methodology.

Install

pip install robocorp
PyPI

Similar tools

Same-category neighbours. No typed graph edges are catalogued for this tool yet.

Evidence and technical details

Sourced facts, taxonomy, compatibility claims, README excerpt, and machine-readable endpoints.

Overview

A framework for creating Python-based AI actions and automations that can be deployed across various environments.

Capability facts

Languages
python

Source: github.language · Aug 7, 2026

Categories

Compatibility

Sourced claims from the README excerpt - not unsourced marketing copy.

Python runtimePython

Source: README excerpt (regex_v1, Aug 7, 2026)

he repository contains the essential parts of the Robocorp Automation Stack for Python:
Source link

Tags

README

Documentation

Overview

The repository contains the essential parts of the Robocorp Automation Stack for Python:

  • AI Actions, Data Actions and Action Server can be found in Sema4 Ai PyPI packages:
  • Python Libraries with which the Automation Tasks are created are housed and developed under this repository.

Python Libraries

The framework includes Python libraries for configuring package's entry points and controlling features such as logging.
The project also provides an extensive selection of libraries for the most common automation tasks, and anything else can be easily done through what is already available in the Python ecosystem.

You can find the source code and library API documentation in this repository.
We strongly recommend to surf our documentation website.

The robocorp meta-package

The easiest way to get started is to install the robocorp meta-package, which includes the framework's core features such as defining Tasks, logging, Work Items, Vault, Assets and other Control Room integrations.

Packages

It's possible to install individual components of the project as separate dependencies.

NameRelease in PyPIDescriptionMetapackage
sema4ai-actionsEnables creation of AI Actions for Action Server: "Give hands to your AI"-
robocorp.tasksCreate entrypoints for your automation project.
robocorp.logConfigure and control the execution log.
robocorp.workitemsInteract with Control Room work items; Read data from previous steps, create output data.
robocorp.vaultStore secret values in Control Room and access them during the execution.
robocorp.storageStore assets in Control Room and manage them during the execution.
robocorp.browserAutomate actions in a browser, powered by Playwright.-
robocorp.windowsAutomate Windows desktop applications, powered by uiautomation.-
robocorp.excelRead and write Excel files directly, with support for both .xlsx and .xls.-

⚠️ Any library that isn't included by default in robocorp (not having the "Metapackage" mark) should be added as a dependency if you wish to make it available in

For agents

This page has a .md twin and JSON over the API.

Was this helpful?

Anonymous feedback helps us improve pages and translations.