ai-agent-gateway-cli
Python client for the ai-agent-gateway HTTP/SSE protocol, shipped as the hank
entrypoint.
Usage
python -m agent_gateway_cli login
python -m agent_gateway_cli chat "hello"
python -m agent_gateway_cli --config-namespace cashnerd login
python -m agent_gateway_cli --config-namespace cashnerd chat --session default "hello"
hank login
hank chat
hank chat "hello"
hank chat --model-key anthropic.claude-sonnet-5 --effort high \
--model-key-for plan.author=anthropic.claude-opus-5 \
--effort-for plan.author=high "research this company"
hank chat --model-key anthropic.claude-opus-5 --save-preference "remember this choice"
hank control health
The default config namespace is agent-gateway for python -m agent_gateway_cli
and hank for the hank entrypoint, which writes:
~/.cache/hank/cli_config.json~/.cache/hank/sessions/<name>.json
--config-namespace cashnerd writes under ~/.cache/cashnerd/ instead. The
namespace directory and its sessions/ directory are created mode 0700; the
files inside are 0600.
hank chat with no message on an interactive terminal replaces the process with
the agent-gateway-tui binary (the Node >= 24 package
@henrychien/agent-gateway-tui), passing the resolved namespace and session as
arguments and the resolved connection as GATEWAY_BASE_URL, GATEWAY_API_KEY,
GATEWAY_USER_ID, and AGENT_GATEWAY_ROUTE_PREFIX. hank chat "<message>" and
any non-interactive stdout run the Python client in this package instead.
Contract
The CLI sends context.channel = "cli" on every chat request. When user_id
is configured, it is sent as a top-level field on both /api/chat/init and
/api/chat. Tool approvals post tool_call_id, nonce, approved, and
allow_tool_type.
The CLI consumes authenticated capability_choices from /api/chat/init.
--model-key accepts only an exact session-eligible stable key, and --effort
requires it. When both are omitted, the chat request omits all selection fields
and the server resolves the capability default. Repeatable
--model-key-for CAPABILITY=MODEL_KEY and optional
--effort-for CAPABILITY=LEVEL flags populate strict init-time run overrides.
Provider-qualified selectors, upstream model names, display-label aliases, and
local fallback catalogs are not accepted.
--save-preference and --clear-preference use the authenticated server
preference contract for account-wide session.driver state. Session-history
files do not store or resolve model preferences.
Every gateway request is composed as base_url + route_prefix + path, so the
hosted deployment is reached as https://hank.investments/gateway/api/chat/init.
The default BaseUrlPolicy accepts any hostname over https, allows http
only for a loopback host, and rejects a query or fragment. A base URL may carry
the deployment path: it is hoisted out of the base URL into the route prefix, so
--base-url https://hank.investments/gateway resolves to base URL
https://hank.investments with route prefix /gateway/api, identical to
--base-url https://hank.investments --route-prefix /gateway/api. An explicit
--route-prefix (or AGENT_GATEWAY_ROUTE_PREFIX) that neither equals nor
extends the base URL path is refused, naming both values. TLS
verification is on by default; --insecure and HANK_INSECURE=1 are honored
only for a loopback gateway, and HANK_CA_BUNDLE selects a custom CA bundle.
Products that need a narrower policy can inject
BaseUrlPolicy(allowed_schemes=..., allowed_hostnames=...).
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file ai_agent_gateway_cli-0.4.2.tar.gz.
File metadata
- Download URL: ai_agent_gateway_cli-0.4.2.tar.gz
- Upload date:
- Size: 116.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via:
twine/6.2.0 CPython/3.13.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
e0ac1f30addf2a07c5e247e403a26cfe698ab3fc4702cd9967f8420f41501506
|
|
| MD5 |
b57c2052b478eba1d8e02398b2d89b75
|
|
| BLAKE2b-256 |
a2f16250081df0e166438fb43f72f328003a119b006357d9e3a94538d21afd47
|
File details
Details for the file ai_agent_gateway_cli-0.4.2-py3-none-any.whl.
File metadata
- Download URL: ai_agent_gateway_cli-0.4.2-py3-none-any.whl
- Upload date:
- Size: 69.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via:
twine/6.2.0 CPython/3.13.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
d30252afe9095bb832466810d0e04a989545816a4d783cc58f9f88b6ecc11e78
|
|
| MD5 |
06b2cdec4df17eabb62f5f04c6d6b54b
|
|
| BLAKE2b-256 |
6ca3d7325cf1df79e235ae0cb0da6673b3919257d20716f65382afc7c4e2e5c5
|