-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathCITATION.cff
More file actions
26 lines (26 loc) · 895 Bytes
/
Copy pathCITATION.cff
File metadata and controls
26 lines (26 loc) · 895 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
cff-version: 1.2.0
message: If you use ctrlrun in research, cite it as below.
type: software
title: "The last check before an AI agent does something it can't undo."
abstract: >-
ctrlrun is the execution safety layer for AI agents: a Python library that binds a human's
approval to the exact action they saw, executes one logical effect at most once across
processes and hosts, treats an unknown outcome as unknown rather than failed, fails closed,
and leaves a portable receipt for every action.
authors:
- family-names: Ghoshal
given-names: Arpan
email: contact@arpanghoshal.com
- family-names: Kamath
given-names: Rohan
email: rkamath1610@gmail.com
version: 0.12.2
repository-code: https://github.com/CTRLRun/ctrlrun
url: https://github.com/CTRLRun/ctrlrun
license: Apache-2.0
keywords:
- ai-agents
- human-in-the-loop
- idempotency
- agent-safety
- mcp