Agent and CLI for operating NVIDIA Jetson Orin edge-AI devices (Orin Nano/NX/AGX) — provisioning, inference, and on-device ops.
Project description
jetson-orin-cli
Agent and CLI for operating NVIDIA Jetson Orin edge-AI devices (Orin Nano/NX/AGX) — provisioning, inference, and on-device ops.
What you get
- An agent-first CLI cited from teken
(
afi-cli) — the runtime package has no third-party dependencies. - A mesh identity —
culture.yaml(suffix+backend) and the matching resident prompt file (AGENTS.colleague.md, since this template runsbackend: colleague). - The canonical guildmaster skill kit (11 skills) under
.claude/skills/, vendored cite-don't-import. Seedocs/skill-sources.md. - A build + deploy baseline — pytest, lint, the agent-first rubric gate, and PyPI Trusted Publishing wired into GitHub Actions.
Quickstart
uv sync
uv run pytest -n auto # run the test suite
uv run orin whoami # identity from culture.yaml
uv run orin learn # self-teaching prompt (add --json)
uv run teken cli doctor . --strict # the agent-first rubric gate CI runs
The
jetson-orin-clipackage installs a single console command namedorin(run it asuv run orin <verb>orpython -m jetson_orin <verb>).
CLI
| Verb | What it does |
|---|---|
whoami |
Report this agent's nick, version, backend, and model from culture.yaml. |
learn |
Print a structured self-teaching prompt. |
explain <path> |
Markdown docs for any noun/verb path. |
overview |
Read-only descriptive snapshot of the agent. |
doctor |
Check the agent-identity invariants (prompt-file-present, backend-consistency). |
cli overview |
Describe the CLI surface itself. |
Every command supports --json. Results go to stdout, errors/diagnostics to
stderr (never mixed). Exit codes: 0 success, 1 user error, 2 environment
error, 3+ reserved.
Make it your own
- Rename the import package
jetson_orin/, thejetson-orin-clidist name, and theorinconsole command throughoutpyproject.toml, the package,tests/,sonar-project.properties, and thisREADME.md. The names are hard-coded in ~100 places, so list every occurrence first — see thegit grepdiscovery command inCLAUDE.md, the authoritative rename procedure. - Edit
culture.yamlwith yoursuffixandbackend. - Rewrite
CLAUDE.mdfor your agent and run/init. - Re-vendor only the skills you need from guildmaster (see
docs/skill-sources.md).
See CLAUDE.md for the full conventions (version-bump-every-PR,
the cicd PR lane, deploy setup).
License
Apache 2.0 — see LICENSE.
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 jetson_orin_cli-0.5.0.tar.gz.
File metadata
- Download URL: jetson_orin_cli-0.5.0.tar.gz
- Upload date:
- Size: 132.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? Yes
- Uploaded via: uv/0.11.25 {"installer":{"name":"uv","version":"0.11.25","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":true}
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
b7446d67ffa01fa3f8ace80a7952a718dcadeb8f6f8fb00a8c97156336d7f7f7
|
|
| MD5 |
058dee01e50bbf6b2cb4f51de6277d07
|
|
| BLAKE2b-256 |
0f445174b2e7b82c663c63387df07e743e779c90531353c4ad1a77d21d337949
|
File details
Details for the file jetson_orin_cli-0.5.0-py3-none-any.whl.
File metadata
- Download URL: jetson_orin_cli-0.5.0-py3-none-any.whl
- Upload date:
- Size: 22.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? Yes
- Uploaded via: uv/0.11.25 {"installer":{"name":"uv","version":"0.11.25","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":true}
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
425ea0ccc3277038f321bfbabf863c09e67c259cbd0a60c20ddd8b937dd84822
|
|
| MD5 |
246e7ccfcb6e7590618f637587993945
|
|
| BLAKE2b-256 |
79e935157af33e73918f6769b8ead0e1956e9a022926530527643e692b4d9ffa
|