Skip to main content

Command-line interface for managing Google Cloud Vertex AI Agent Engine deployments

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.4.tar.gz (70.5 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.4-py3-none-any.whl (11.9 kB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: agent_engine_cli-0.1.4.tar.gz
  • Upload date:
  • Size: 70.5 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.4.tar.gz
Algorithm Hash digest
SHA256 2100e57f9fcaed45a6df6b7a952eb75d9caa141d40aadd9bfec6dcb54e24ce82
MD5 cd92338e00ed3bde4e795d8a0f429ed2
BLAKE2b-256 f4fe6376d37411180484e1db64ad70fe066a55dc42872e05357daeb0f0d08dda

See more details on using hashes here.

Provenance

The following attestation bundles were made for agent_engine_cli-0.1.4.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.4-py3-none-any.whl.

File metadata

File hashes

Hashes for agent_engine_cli-0.1.4-py3-none-any.whl
Algorithm Hash digest
SHA256 e116859b59ce575ce29d30c14bdcaa33dc56f5852ba908c52c3103686a9d690b
MD5 c3416d9b5cd88572a239153329fa74f7
BLAKE2b-256 50a3e94408fef7b81bdc8daef11decfbc2432e6a113affa77e574ce2d0b375a8

See more details on using hashes here.

Provenance

The following attestation bundles were made for agent_engine_cli-0.1.4-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