Agent and CLI to control a single flying drone (UAV) — connect, arm, fly missions, stream telemetry, and land.
Project description
drone-cli
Agent and CLI to control a single flying drone (UAV) — connect, arm, fly missions, stream telemetry, and land.
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 plus the eidetic memory skills
(14 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
Install the published CLI — the distribution name is drone-cli, the command it
installs is drone:
uv tool install drone-cli # or: pipx install drone-cli
drone whoami # identity from culture.yaml
drone learn # self-teaching prompt (add --json)
From a source checkout, prefix the command with uv run:
uv sync
uv run pytest -n auto # run the test suite
uv run drone whoami
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. |
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
drone/, thedronecommand ([project.scripts]), and thedrone-clidistribution name 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 commands 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 drone_cli-0.4.1.tar.gz.
File metadata
- Download URL: drone_cli-0.4.1.tar.gz
- Upload date:
- Size: 132.8 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 |
7f2c732e8e4eecbb2089afe0a868a1185e20d46e3f07b508baa96e9124c7fc93
|
|
| MD5 |
bad2ae2aa08e95c90c24df258cdc309a
|
|
| BLAKE2b-256 |
20de4460f00e0f0a5b8994370cf4ab802b5b6bb956913f7005d2aba80abdd49b
|
File details
Details for the file drone_cli-0.4.1-py3-none-any.whl.
File metadata
- Download URL: drone_cli-0.4.1-py3-none-any.whl
- Upload date:
- Size: 22.0 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 |
29ef9054b61adc886766e68699c170abf1612f1b3f88216b285cc9b073dd8971
|
|
| MD5 |
819b4eb40bd73397fec452917bd7da8a
|
|
| BLAKE2b-256 |
d6fa251e335d96f6e928845890bd33ba7f515a39ffac861eaee67925be7aed5e
|