Follow the steps below to set up and run the project locally.
python -m venv .venv
source .venv/bin/activate # On Windows use: .venv\Scripts\activatepip install -r requirements.txtMake sure you have a .env file at the root of the project with your configuration variables (GEMINI_API_KEY="your_API_key", OPENAI_API_KEY).
adk web