Skip to main content

aether-agent

The pip/pipx front door to Aether Agent by Aether AI — an open-source terminal coding agent that edits your repository, runs your chosen checks, and reports verified results, through hosted models or local Ollama.

pipx install aether-agent
aether-agent auth login
aether-agent code --test-cmd "npm test" "fix the failing test"

Aether Agent itself is a Node program, published to npm as aether-agents. This package installs and runs it, so a Python-first machine can get the agent with the installer it already uses. It is the same agent and the same commands — not a reimplementation, and not a second interface to keep in sync.

Requires Node 24+ on PATH (the agent's own requirement) and Python 3.10+.

What it actually does

  • Forwards everything. Every argument that is not in the self namespace goes to the real aether CLI unchanged, and its exit code becomes this process's exit code. aether-agent code, aether-agent doctor, aether-agent sessions, and the slash commands inside the REPL all behave exactly as documented in COMMANDS.md.
  • Installs the same agent the npm route does. By default it fetches the npm latest dist-tag, so pipx install aether-agent and npm install -g aether-agents@latest land on the same agent. Pin a specific one with self install --npm-version 0.3.1 or AETHER_AGENT_NPM_VERSION. Installation goes into a private prefix under your own data directory, with --ignore-scripts, so it needs no administrator rights and runs no package lifecycle scripts.
  • Defers to an agent you already have. If aether is already on PATH, that is the one it runs. It never installs a second copy behind your back.
  • Adds no dependencies. It shells out to node and npm, which the agent requires anyway.

The self namespace

Launcher-owned commands are namespaced so they can never shadow an agent command — aether doctor is the agent's, aether-agent self doctor is the launcher's.

aether-agent self install              # install or update the agent CLI
aether-agent self install --npm-version 0.3.1
aether-agent self doctor               # node, npm, install root, and which aether would run
aether-agent self path                 # print that binary's path
aether-agent self uninstall            # remove only what this launcher installed

self install is optional: the first forwarded command installs the agent if it is missing. Run it again later to update to the current latest.

This package's own version tracks the repository's main, so the launcher and the agent release together; it is not the version installed. aether-agent self doctor prints both.

Environment

Variable Effect
AETHER_AGENT_HOME Where the launcher keeps its private npm prefix. Defaults to $XDG_DATA_HOME/aether-agent (%LOCALAPPDATA%\aether-agent on Windows).
AETHER_AGENT_NPM_VERSION Pin the version or dist-tag of aether-agents to install, instead of latest. Validated before use.

The agent's own variables — AETHER_API_KEY, OLLAMA_HOST, and the rest — are read by the agent, not by this launcher, and are documented in COMMANDS.md.

Which install should I use?

Use whichever matches how you manage tools. They install the same agent:

pipx install aether-agent                              # this package
npm install -g aether-agents@latest --ignore-scripts   # npm directly

pipx keeps the launcher in its own environment; the agent still lands in the launcher's prefix rather than in your Python environment.

Where the authority stays

Repository tools, permission decisions, session records, and verification run on your machine under the agent, exactly as they do for the npm install — this launcher only starts it. Hosted runs send the task and context you provide to the Aether API; the local Ollama route needs no Aether account. See the security policy.

Apache-2.0 · Aether AI · NOTICE.md

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

aether_agent-0.3.0.tar.gz (13.9 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

aether_agent-0.3.0-py3-none-any.whl (12.7 kB view details)

Uploaded Python 3

File details

Details for the file aether_agent-0.3.0.tar.gz.

File metadata

  • Download URL: aether_agent-0.3.0.tar.gz
  • Upload date:
  • Size: 13.9 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/7.0.0 CPython/3.13.14

File hashes

Hashes for aether_agent-0.3.0.tar.gz
Algorithm Hash digest
SHA256 1af4942ed151bf1b10bebde7d332398e5a90cad0f56efaf8839f107d10fb8a97
MD5 92c5f4f59b58c8965bb83dffd24ce647
BLAKE2b-256 2b9ac93d01ef3a3cb5a5d4342034e885d15b726a26f4909564e9b8354b4b8600

See more details on using hashes here.

Provenance

The following attestation bundles were made for aether_agent-0.3.0.tar.gz:

Publisher: publish-pypi.yml on AetherAI3/aether-agent

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file aether_agent-0.3.0-py3-none-any.whl.

File metadata

  • Download URL: aether_agent-0.3.0-py3-none-any.whl
  • Upload date:
  • Size: 12.7 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/7.0.0 CPython/3.13.14

File hashes

Hashes for aether_agent-0.3.0-py3-none-any.whl
Algorithm Hash digest
SHA256 ddea7645cb177300b4dabbc5f382bd6db96b1b97107e4d3be5fd6664bc94cd59
MD5 e53ccd5a51cedfa11aaa49ce8b759eeb
BLAKE2b-256 a224f4afc3fd48bbfad82faed141abd664e8705ae9c74a9634784a0d405e31bc

See more details on using hashes here.

Provenance

The following attestation bundles were made for aether_agent-0.3.0-py3-none-any.whl:

Publisher: publish-pypi.yml on AetherAI3/aether-agent

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

Release history Release notifications | RSS feed

0.3.2

2 files

This release

0.3.0 This release

2 files

Anthropic, PBC Visionary sponsor Bloomberg Visionary sponsor Hudson River Trading Visionary sponsor Meta Visionary sponsor NVIDIA Visionary sponsor Microsoft Sustainability sponsor Depot Continuous Integration AWS Cloud computing and Security Sponsor Datadog Monitoring Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page