Agent Engine CLI
A command-line interface to manage Agent Engine.
Installation
# With uv (recommended)
uv tool install agent-engine-cli --python 3.11
# With pip (requires Python 3.11+)
pip install agent-engine-cli
After installation, the ae command is available globally:
ae --help
Run Without Installing
python -m agent_engine_cli --help
Development Setup
-
Install uv (if you haven't already):
curl -LsSf https://astral.sh/uv/install.sh | sh
-
Clone the repo and install dependencies:
git clone https://github.com/mmontan/agent-engine-cli.git cd agent-engine-cli uv sync
-
Run the CLI locally:
uv run ae --help
Chat with an Agent
Start an interactive chat session with a deployed agent:
# Basic usage
ae -p PROJECT_ID -l us-central1 chat AGENT_ID
# With custom user ID
ae -p PROJECT_ID -l us-central1 chat AGENT_ID --user my-user-id
# With debug logging enabled
ae -p PROJECT_ID -l us-central1 chat AGENT_ID --debug
Development
To run tests:
uv pip install -e ".[dev]" # or just use the dev-dependencies if using a uv-managed lockfile workflow
# If using pure uv sync:
uv sync
uv run pytest
Release files for agent-engine-cli 0.1.8
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| agent_engine_cli-0.1.8.tar.gz | 85.3 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| agent_engine_cli-0.1.8-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 102.5 kB
Release files / agent_engine_cli-0.1.8.tar.gz
| Download URL | agent_engine_cli-0.1.8.tar.gz |
|---|---|
| Size | 85.3 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
635a76704ec073b8dc0add6d57a05a57ef3abe5fd1400da222d52d94bbba9f6e
|
|
BLAKE2b-256 checksum How to use checksums |
7f7fe5d84653796a32b4068132b36dce72f1b844dd454edd66b9c3934c256a33
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
twine/6.1.0 CPython/3.13.7
|
Provenance
Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.
PyPI Publish Attestation
PyPI verified that this artifact, at this checksum, originated from the publisher listed below.
Signed by GitHub Actions, verified by PyPI on Mar 7, 2026.
Transparency logRelease files / agent_engine_cli-0.1.8-py3-none-any.whl
| Download URL | agent_engine_cli-0.1.8-py3-none-any.whl |
|---|---|
| Size | 17.3 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
0894cf13d8a6e4e78633e2914bbbe68472a875786eb3877503e33126ee0ebda6
|
|
BLAKE2b-256 checksum How to use checksums |
365558e8382f88cb47a0d513540d13c8767998ab4d93086b1b9ada66b0d33b02
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
twine/6.1.0 CPython/3.13.7
|
Provenance
Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.
PyPI Publish Attestation
PyPI verified that this artifact, at this checksum, originated from the publisher listed below.
Signed by GitHub Actions, verified by PyPI on Mar 7, 2026.
Transparency log