# Hello world
## Setup environment
Export the api key as env variable GEMINI_API_KEY
export GEMINI_API_KEY=<Your api key>
```bash
uv venv
source .venv/bin/activate
```
## Run the sample
TODO
```bash
genkit start -- uv run --directory py samples/tool-interrupts/src/hello.py
```