agentgov
The developer-laptop CLI for AgentGov.
Wraps Claude Code to bind sessions to work items and enforce governance from a signed policy snapshot. Runs alongside agentgov-gateway (the local proxy) — this CLI handles login, device registration, session wrapping, work-item binding, and diagnostics.
Part of the AgentGov project — see github.com/deepakahu/agentGov for the full monorepo.
Install
pip install agentgov agentgov-gateway
First-time setup
# Attach this machine to your AgentGov control tower
agentgov login --tower https://your-agentgov.vercel.app
# Register this device (generates an X25519 keypair, gets a gtw_ token)
agentgov register-device --name "$(hostname)"
# Drop Claude Code hooks + statusline + slash command into ~/.claude/
agentgov install
# Start the gateway (background)
agentgov-gateway &
Every day
# Run Claude Code through the governed gateway
agentgov wrap claude
# Bind the current session to a work item
# (or use the /workitem slash command inside Claude Code)
agentgov workitem PROJ-1234
Diagnose
agentgov status # what's my current binding, tokens, quota
agentgov doctor # is everything wired correctly
Commands
agentgov login— attach this machine to a user in the control toweragentgov register-device— generate device keypair + register with toweragentgov install— drop client assets into~/.claude/agentgov wrap <cmd>— wrapclaude(or another command) in a governed sessionagentgov workitem <ref>— bind the current session to a work itemagentgov status— show current binding + totalsagentgov doctor— diagnose the installation
License
Apache-2.0
Release files for agentgov-cli 0.1.14
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| agentgov_cli-0.1.14.tar.gz | 64.6 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| agentgov_cli-0.1.14-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 141.6 kB
Release files / agentgov_cli-0.1.14.tar.gz
| Download URL | agentgov_cli-0.1.14.tar.gz |
|---|---|
| Size | 64.6 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
eef6aaebb2c404591cd020a2647202f58db240960ffd2c28078a4a40d33996b6
|
|
BLAKE2b-256 checksum How to use checksums |
42e7f21376360517e12baedc7821148c521df92453222b9e72a0cbe1ecbba9eb
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
uv/0.11.29 {"installer":{"name":"uv","version":"0.11.29","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":null}
|
Release files / agentgov_cli-0.1.14-py3-none-any.whl
| Download URL | agentgov_cli-0.1.14-py3-none-any.whl |
|---|---|
| Size | 77.0 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
089c61db454bb55bae5dadc06aeae0f3b3418ee43c472018e3218ff661eb9c59
|
|
BLAKE2b-256 checksum How to use checksums |
d42095b37656b0edb62717a59ed887ce0eca6082018d28e4c5c0616354a86402
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
uv/0.11.29 {"installer":{"name":"uv","version":"0.11.29","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":null}
|