Execution without a record
is just a black box.
CLIable wraps every agent action in a typed contract, a policy decision, and an immutable run record. The agent calls one CLI; the runtime owns the accountability.
radical transparency
Every parameter, binding, and outcome is rendered as a literal record — not an opaque stream. A run is something you can read.
action governance
Package-local policy defaults decide allow, deny, or gate per capability. Gated actions return no_op plus an interaction task.
immutable traceability
Runs are structural data, not ephemeral logs. A two-level SQLite topology commits every run, task, and verification fact.
Define where the agent moves fast — and where it stops.
Not every action carries the same risk. A read resolves instantly; a refund yields for authorization. Policy defaults live inside the connector package, so the decision travels with the capability.
- allow — read-only scopes run autonomously
- gate — mutations return no_op + interaction_task
- deny — restricted capabilities never execute
A gated run is a task you can resume.
When policy gates an action, CLIable returns a typed InteractionTask. Read it with task get, then task resolve or task cancel — the closure run and the updated task snapshot come back together, sealed in the same trail.
Ready to take control of execution?
Integrate the CLIable runtime into your existing agent stack in under an hour.