AutoAid
To auto-build the CSS files:
npm install
npx tailwindcss -i ./src/main.css -o ./static/main.css --watch
To run the Python code using Poetry
poetry install
poetry shell
python app.py
Requirements
- AWS Credentials with access to
anthropic.claude-instant-v1 - The
SERP_API_KEYenvironment variable set
