Skip to main content
Glama

jetson

A verified, sourced knowledge base of everything known about NVIDIA Jetson devices — usable as a CLI, an MCP server, and a multilingual static site. Every claim cites its source, gaps are stated honestly, and existing projects and contributors are credited.

Status — scaffold

That paragraph is the mission, not a description of what is built. This repo was scaffolded from culture-agent-template on 2026-09-05 and, apart from renaming, is still the unmodified template: a working agent-first CLI whose verbs are all introspective, a mesh identity, the vendored skill kit, and a green CI/publish baseline.

The first domain content has landed since: one sourced knowledge topic, boot-mode, and the boot noun that renders it. Still not built — an MCP server, the multilingual static site, a repo-wide sourcing/citation schema (the one topic carries a minimal local shape), and any other Jetson topic. See CLAUDE.md for the full mission-vs-reality breakdown.

Related MCP server: WorkplaceSearchAgent MCP Server

What is here today

  • An agent-first CLI cited from teken (afi-cli) — the runtime package has no third-party dependencies.

  • A mesh identityculture.yaml (suffix: jetson, backend: colleague) and its resident prompt file AGENTS.colleague.md.

  • The vendored skill kit under .claude/skills/, cite-don't-import from guildmaster, devague, and colleague. See docs/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 jetson whoami                  # identity from culture.yaml
uv run jetson learn                   # self-teaching prompt (add --json)
uv run teken cli doctor . --strict    # the agent-first rubric gate CI runs

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.

boot mode

Desktop (GUI) vs console boot on a Jetson, with sources.

boot overview

What the boot noun knows: claims, sources, and recorded gaps.

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.

Knowledge base

Domain content lives in jetson/knowledge/ as plain Python data — claims, the commands they justify, source ids, per-claim confidence, and an explicit gap list — rendered by the CLI and mirrored as prose under docs/knowledge/.

Topic

CLI

Doc

boot-mode

jetson boot mode

docs/knowledge/boot-mode.md

uv run jetson boot mode            # markdown, citations inline
uv run jetson boot mode --json     # claims + sources + gaps, machine-readable

Contributing

Read CLAUDE.md first — it carries the conventions: version-bump-on-every-PR (CI enforces it), the cicd PR lane, the worktree location rule, and the hands-off policy for the vendored .claude/skills/ tree.

License

Apache 2.0 — see LICENSE.

Related MCP Connectors

Related MCP Servers

  • F
    license
    Not graded
    quality
    D
    maintenance
    Enables AI agents to query curated Cartesi developer resources, documentation, and repository metadata through the Model Context Protocol. Provides read-only knowledge access and host-side workflow guidance for building Cartesi blockchain applications via streamable HTTP.
    -
  • A
    license
    Not graded
    quality
    A
    maintenance
    Governed knowledge base for AI agents via the Model Context Protocol (MCP), enabling agents to search, read, and contribute persisted knowledge with versioning, audit trails, and approval workflows.
    68 npm
    MIT