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.2.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.2-py3-none-any.whl (12.7 kB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: aether_agent-0.3.2.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.2.tar.gz
Algorithm Hash digest
SHA256 3d37d2b82f5006859a0719ce452b026fe49f8362acf838362ba097a49296761b
MD5 3969f8c3cd8242154939d6e2a260e7fe
BLAKE2b-256 a9705ffc8190d32d24348c7a0382893ecdaac368e9611db965b002318b59db5a

See more details on using hashes here.

Provenance

The following attestation bundles were made for aether_agent-0.3.2.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.2-py3-none-any.whl.

File metadata

  • Download URL: aether_agent-0.3.2-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.2-py3-none-any.whl
Algorithm Hash digest
SHA256 acec77e41478ef4dc98edbf7a0358cf9969021bfdf5ba989d9cd3b1c8bfd4ad7
MD5 ff57562259228439e8bfa85340aba94d
BLAKE2b-256 647f630f87fc202c933d3ceda3fcfac8b36c8f643599e67f740e3dc940c03463

See more details on using hashes here.

Provenance

The following attestation bundles were made for aether_agent-0.3.2-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

This release

0.3.2 This release

2 files

0.3.0

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