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.12
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.12.tar.gz | 56.6 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| agentgov_cli-0.1.12-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 125.3 kB
Release files / agentgov_cli-0.1.12.tar.gz
| Download URL | agentgov_cli-0.1.12.tar.gz |
|---|---|
| Size | 56.6 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
940c333e27f6b20b44001375527f82850827c9b3628518f81404ba939d53a97f
|
|
BLAKE2b-256 checksum How to use checksums |
a9cfc982562a8dc9e384b59db90f31a6f6eb55d012cadc612916893ffb0e89e5
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/7.0.0 CPython/3.12.3
|
Release files / agentgov_cli-0.1.12-py3-none-any.whl
| Download URL | agentgov_cli-0.1.12-py3-none-any.whl |
|---|---|
| Size | 68.7 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
1c45c68246686fdc2b7c17ed638756316eb62f7ba70bdc570eb682dfc9502e11
|
|
BLAKE2b-256 checksum How to use checksums |
182e32cb2ec9bbdc199ae79083034440942e41aaa8b89a52c29686de8061e21b
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/7.0.0 CPython/3.12.3
|