Start the Agent on macOS

Manual Run with uv

Only needed if you prefer to run the Django server directly.

cd Main/backend
uv sync --python 3.12 --frozen
uv run playwright install chromium
uv run python manage.py runserver

Frontend Checks

If you change frontend code rebuild the bundle:

cd Main/frontend
bun install
bun run build:full

Load the extension from Main/frontend/dist via chrome://extensions (or the equivalent in your Chromium-based browser).