This repository contains the PICKD FastAPI AI server under myeongsung/.
When working on the FastAPI server:
- Change into
myeongsung/. - Read
myeongsung/AGENTS.md. - Treat
myeongsung/app/main.pyas the FastAPI app entry point. - Treat
myeongsung/app/api/router.pyas the route registry.
Do not edit generated caches, .venv, data, logs, or .env files.