Generating code for Windmill integrations
- Create a virtual environment
python -m virtualenv codegen
- Activate it
source codegen/bin/activate
- Install the dependencies
pip install -r requirements.txt
- Get the necessary credentials, put them in
.env
echo GROQ_API_KEY=YOUR_KEY_HERE > .env
echo TAVILY_API_KEY=YOUR_KEY_HERE >> .env
- Run the CLI
python codegen.py