Files
wehub-resource-sync e04ed9c211
CF: Deploy Dev Docs / deploy (push) Waiting to run
Sync Labels / build (push) Waiting to run
tests / unit tests (macos-latest) (push) Waiting to run
tests / unit tests (ubuntu-latest) (push) Waiting to run
tests / unit tests (windows-latest) (push) Waiting to run
chore: import upstream snapshot with attribution
2026-07-13 13:32:45 +08:00

710 B
Raw Permalink Blame History

If you plan to use Google Clouds Vertex AI with your agent (e.g., using vertexai=True or a Google GenAI model), follow these one-time setup steps for local development:

  1. Install the Google Cloud CLI

  2. Set up Application Default Credentials (ADC)

  3. Set your project and enable Vertex AI

    gcloud config set project YOUR_PROJECT_ID
    gcloud services enable aiplatform.googleapis.com