Menu

Post image 1
Post image 2
1 / 2
0

Govern AI agents from your CLI

DEV Community·João André Gomes Marques·about 1 month ago
#M5dNVS1d
#ai#security#opensource#tutorial#asqav#python
Reading 0:00
15s threshold

The Asqav CLI used to be a thin wrapper around the Python SDK. As of this release, the CLI is the primary integration surface, with feature parity between the Python and TypeScript distributions and a stable command set you can wire into Makefiles, GitHub Actions, and pre-commit hooks. Install via pip or npm, both ship the same subcommands: pip install asqav[cli] # or npm install -g @asqav/cli Enter fullscreen mode Exit fullscreen mode What you can do without leaving the terminal The CLI exposes the operations a reviewer or a DevOps engineer needs day-to-day: asqav preflight runs an action through the policy engine in dry-run mode, prints the decision and the triggering rule, and exits non-zero if blocked. Useful in CI before merging an agent change. asqav replay reconstructs the receipt timeline for a workflow and verifies every signature against the public key. Works offline against an exported bundle. asqav budget shows the current per-agent spend, the rate-limit window, and the next reset.…

Continue reading — create a free account

Join HashtagPLUS to read full articles, follow hashtags, vote, and join the conversation.

Read More