@asc-agent/runtime
v0.10.2
Published
ASC (Agent Session Control) — local-first human-in-the-loop agent control plane: core, CLI, and adapters
Maintainers
Readme
@asc-agent/runtime
The ASC (Agent Session Control) runtime: core, CLI, and adapters.
This package provides the asc command. Everything ASC decides — sessions, checkpoints,
proceed-by-default, escalation, the managed execution path (grant → review → execute →
verify), audit, host integration — lives here.
npm install -g @asc-agent/[email protected]npm owns the executable link (on Windows, npm's own asc.cmd). This package never edits
your shell profile or PATH.
Once installed, asc works offline: the local control-plane commands do not require
network access. Only bootstrap, install and update do.
On a machine with nothing installed yet, start from
@asc-agent/bootstrap instead.
Driving this from a coding agent? The runbook is AGENTS.md in the
repository.
See the repository README.
