uv venvactivate venv
source .venv/bin/activateInstall dependencies (once)
uv add google-genai==1.12.1
uv add python-dotenv==1.1.0Make request
uv run main.py <aibot-prompt>Dependencies:
- Python
3.10+ - UV
- google-genai==
1.12.1 - python-dotenv==
1.1.0