Skip to main content

A CLI to manage Agent Engine

Project description

Agent Engine CLI

A command-line interface to manage Agent Engine.

Installation with uv

This project is set up to work seamlessly with uv.

  1. Install uv (if you haven't already):

    curl -LsSf https://astral.sh/uv/install.sh | sh
    
  2. Create a virtual environment and install dependencies:

    uv venv
    source .venv/bin/activate
    uv pip install -e .
    
  3. Run the CLI:

    ae --help
    

Running Without Installation

You can run the CLI directly without installing it:

# Using uv (recommended)
uv run python -m agent_engine_cli.main --help

# Or with plain Python (after installing dependencies)
python -m agent_engine_cli.main --help

Example commands:

uv run python -m agent_engine_cli.main list -p PROJECT_ID -l us-central1
uv run python -m agent_engine_cli.main get AGENT_ID -p PROJECT_ID -l us-central1

Chat with an Agent

Start an interactive chat session with a deployed agent:

# Basic usage
ae chat AGENT_ID -p PROJECT_ID -l us-central1

# With custom user ID
ae chat AGENT_ID -p PROJECT_ID -l us-central1 --user my-user-id

# With debug logging enabled
ae chat AGENT_ID -p PROJECT_ID -l us-central1 --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

Project details


Download files

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

Source Distribution

agent_engine_cli-0.1.0.tar.gz (86.6 kB view details)

Uploaded Source

Built Distribution

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

agent_engine_cli-0.1.0-py3-none-any.whl (9.2 kB view details)

Uploaded Python 3

File details

Details for the file agent_engine_cli-0.1.0.tar.gz.

File metadata

  • Download URL: agent_engine_cli-0.1.0.tar.gz
  • Upload date:
  • Size: 86.6 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for agent_engine_cli-0.1.0.tar.gz
Algorithm Hash digest
SHA256 03a7ccf6e5e7dfdaae581f0735e53faffacf49d7e0ac5e415a83a1ff9ff07c89
MD5 2c2dab7f283a367e545482a4223c996b
BLAKE2b-256 d0001b1feeb58010150b01c5c4abd5a4985e07db9b45e31aedb1ba25987fe2ce

See more details on using hashes here.

Provenance

The following attestation bundles were made for agent_engine_cli-0.1.0.tar.gz:

Publisher: publish.yml on mmontan/agent-engine-cli

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

File details

Details for the file agent_engine_cli-0.1.0-py3-none-any.whl.

File metadata

File hashes

Hashes for agent_engine_cli-0.1.0-py3-none-any.whl
Algorithm Hash digest
SHA256 7b4fd3b28e0b88a0ee4277fa3e33f5095ae706934649e7c4ef4f9b8b9cef723b
MD5 c1172bfaef8844759e0696d8edf1f4b5
BLAKE2b-256 b3ab2544874a6dff067e31b0b54ed53d34276438342a098ed9ccc4d44cba932e

See more details on using hashes here.

Provenance

The following attestation bundles were made for agent_engine_cli-0.1.0-py3-none-any.whl:

Publisher: publish.yml on mmontan/agent-engine-cli

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

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page