This is an automated quiz-solver agent for the TDS LLM Analysis quiz, built with Express and Puppeteer.
-
Create a
.envfile:echo "APP_SECRET=your_secret_here" > .env
-
Install dependencies and run:
npm install npm sta\rtThe server will start on port 3000.
-
Build the Docker image:
docker build -t tds-llm-analysis-agent . -
Run the Docker container:
docker run -p 3000:3000 -e APP_SECRET=your_secret_here tds-llm-analysis-agent
gcloud run deploy tds-llm-analysis-agent \
--image gcr.io/your-gcp-project/tds-llm-analysis-agent \
--platform managed \
--region us-central1 \
--allow-unauthenticated \
--set-env-vars="APP_SECRET=your_secret_from_secret_manager"