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.2.tar.gz (53.9 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.2-py3-none-any.whl (11.6 kB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: agent_engine_cli-0.1.2.tar.gz
  • Upload date:
  • Size: 53.9 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.2.tar.gz
Algorithm Hash digest
SHA256 5a2dae0e5790ee2e5681b3a1c7f6b6cc0c8a46f5cc4f5ea92f3f4183fc7fd528
MD5 6f72b4acd8313b3bf3a8fe09d7aab007
BLAKE2b-256 3402f10cc38fe48c947174b821e19a4e57966f448a082be6764753a03d876bf6

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for agent_engine_cli-0.1.2-py3-none-any.whl
Algorithm Hash digest
SHA256 787910a6571a65d9ba514b620ffe1d2c5866e12c76cd674b0499f21a63853f99
MD5 13f81a72e96b480e92a8d4722d3ef705
BLAKE2b-256 28e46d1f0b423b6c9b69753165886e2eb4c2934966a57fa20730100549caf3e7

See more details on using hashes here.

Provenance

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