Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 410 Bytes

File metadata and controls

12 lines (8 loc) · 410 Bytes

Upstage Repository Agent Guide

This repository contains the PICKD FastAPI AI server under myeongsung/.

When working on the FastAPI server:

  1. Change into myeongsung/.
  2. Read myeongsung/AGENTS.md.
  3. Treat myeongsung/app/main.py as the FastAPI app entry point.
  4. Treat myeongsung/app/api/router.py as the route registry.

Do not edit generated caches, .venv, data, logs, or .env files.