- Clone the repository:
- Init venv and install dependencies:
uv venv
uv sync
- Install playwright browsers:
playwright install
- Run the
test_server.pyto start the test server: - Run your
playwright_helper.pyin a separate terminal.
adk web --allow_origins "*"
adk run income_tax_agent
adk api_server --allow_origins "*"
uv run main.py
GOOGLE_GENAI_USE_VERTEXAI="False"
Google GenAI API key. Get it from aistudio.google.com
GOOGLE_API_KEY="yyy"
Server JWT secret key. This is used to sign JWT tokens. You can use gentoken.py to generate a token.
JWT_SECRET_KEY="xxx"