Command-line client for hosted Nagent deployments
Project description
Nagent CLI
nagent is the command-line client for hosted Nagent deployments.
Install
uv tool install nagent-cli
nagent --help
If uv has stale package metadata immediately after a release, refresh the package cache:
uv tool install --force --refresh-package nagent-cli nagent-cli
To install a specific version:
uv tool install 'nagent-cli==0.2.0'
Log in
Use the API base URL and management key provided by your workspace administrator:
nagent login --api-base-url https://<api-hostname> --api-key '<management-api-key>'
If --api-key is omitted, nagent prompts for it without echoing the value.
Common commands
nagent models list
nagent tools list
nagent secrets list
nagent deploy ./agent --deployment prod
nagent run prod 'Hello'
Agent bundles contain:
AGENTS.md— agent instructionsagent.yaml— public model/tool manifest
Validate a bundle locally before deploying:
nagent inspect-bundle ./agent
Machine-readable output
Use deterministic plain text for agents and scripts:
nagent deployments list --agent
Use JSON for structured automation:
nagent deployments list --json
Export deployed source
Fetch the current deployed bundle for inspection or local editing:
nagent deployments get-bundle prod --out ./prod-bundle
This writes AGENTS.md, agent.yaml, and deployment-bundle.json with logical secret binding names only. Existing files are not overwritten unless --force is supplied.
AGENT_SESSION=1 selects agent mode by default unless --json is supplied.
Upgrade
uv tool upgrade nagent-cli
Project details
Release history Release notifications | RSS feed
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 nagent_cli-0.3.0.tar.gz.
File metadata
- Download URL: nagent_cli-0.3.0.tar.gz
- Upload date:
- Size: 46.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.11.25 {"installer":{"name":"uv","version":"0.11.25","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"macOS","version":null,"id":null,"libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":null}
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
b0a45e01cf023793af621ef59a25b9009c5e05f7c5cb65c652f35c246877344d
|
|
| MD5 |
12bb9216432367dde2c2edcb20fe765b
|
|
| BLAKE2b-256 |
dfcd85f80bd51ff3a402d4f53ed3c5956a73497c4b158335781fc3f71cee77ec
|
File details
Details for the file nagent_cli-0.3.0-py3-none-any.whl.
File metadata
- Download URL: nagent_cli-0.3.0-py3-none-any.whl
- Upload date:
- Size: 48.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.11.25 {"installer":{"name":"uv","version":"0.11.25","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"macOS","version":null,"id":null,"libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":null}
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
99f65d790bf2ea94a499d6d44ef1cb7d816801ee61c74a24f7df79d2a0607d4b
|
|
| MD5 |
5aac01d933f8e8311b126d052cc968de
|
|
| BLAKE2b-256 |
223b9a791610e7453dc88f3af0b381a63c5616c71b0cf5de45fb54b841119173
|