Skip to content
@CTRLRun

CTRLRun

The execution safety layer for AI agents. A consequential action happens at most once, exactly as approved, and leaves a receipt.

CTRLRun

The last check before an AI agent does something it can't undo.
Autonomy belongs to the action, not the agent.


An agent refunds €500. The call commits at the provider. The reply is lost on the way back, so the agent sees an error — and retries. The customer is refunded twice, and nothing in the stack noticed.

The bug is not the retry. It is that the agent had no way to tell this failed from I do not know what happened. Retry libraries, agent frameworks and tool loops collapse those two into one.

CTRLRun does not. A lost reply is AMBIGUOUS, never FAILED, and a retry against an AMBIGUOUS effect is refused until a human — or a reconcile hook — says what happened.

pip install ctrlrun && ctrlrun demo

Five ways an agent action goes wrong and what stops each one, in under a second, with no network.

What we build

ctrlrun — a Python library that sits between the decision to act and the call that acts. A consequential action happens at most once, exactly as approved, and leaves a receipt. Apache-2.0.

Runs on a single SQLite file, or on Postgres across hosts. The core installs pyyaml and click and nothing else. Framework adapters, an MCP gateway, OpenTelemetry and JWT identity ship as optional extras.

Start here

Popular repositories Loading

  1. ctrlrun ctrlrun Public

    The execution safety layer for AI agents.

    Python 22

  2. .github .github Public

    Org-wide profile, health files and defaults for CTRLRun

  3. ctrlrun-docs ctrlrun-docs Public

    The CTRLRun documentation site: the source of ctrlrun.dev.

    Python

Repositories

Showing 3 of 3 repositories

Top languages

Loading…

Most used topics

Loading…