# Hello world
## Setup environment
Use `gcloud auth application-default login` to connect to the VertexAI.
```bash
uv venv
source .venv/bin/activate
```
## Run the sample
TODO
```bash
genkit start -- uv run --directory py samples/hello/src/hello.py
```