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.1.tar.gz (89.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.1-py3-none-any.whl (10.9 kB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: agent_engine_cli-0.1.1.tar.gz
  • Upload date:
  • Size: 89.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.1.tar.gz
Algorithm Hash digest
SHA256 4324465219e27f1ee5859710c3b3981162c01a9b63ff322beb85289df1b59fdd
MD5 24d6eec85276d10f53f7990a0b5f4b92
BLAKE2b-256 80f6ab96778468fc7f9c203c63841414a4d5573e21c0e8636bf3aba7c4870dea

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for agent_engine_cli-0.1.1-py3-none-any.whl
Algorithm Hash digest
SHA256 5e76717f8e90d8be2e45026d8fb0afc77c0a59a34b4c4686efcc71dafa02cf76
MD5 47b746500c8d639a00e6a227dc5c2be0
BLAKE2b-256 a3d35e68d6aac28bf9b97ddb3eaf6789f6ce74303f8819ac24e627e094e636c2

See more details on using hashes here.

Provenance

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