Backend Core This is the backend core project built with FastAPI. Setup Install dependencies: uv sync # or pip install -r requirements.txt Run the server: uvicorn app.main:app --reload See .agent/rules/instructions.md for development guidelines.