# Skip if already installed
pip install uv
uv venv --python=3.12
source .venv/bin/activate
uv sync
# Rename .env.template to .env
mv .env.template .env
# Populate the correct environment variables
Start your MCP server (not included in this repo)
Run the client with
uv run agent.py