📦 Initialize Geulbeot structure and merge Prompts & test projects

This commit is contained in:
2026-03-05 11:32:29 +09:00
commit 555a954458
687 changed files with 205247 additions and 0 deletions

View File

@@ -0,0 +1,8 @@
def analyze_references():
files = sorted(os.listdir(REF_DIR))
sys = "당신은 보고서 전문가입니다. 아래 파일명들을 보고, 이 프로젝트에 어울리는 보고서 스타일과 목차 구조를 요약해 주세요."
usr = "파일 목록:\n" + "\n".join(files)
return call_gpt(sys, usr)
# ─── 2) 가이드라인에서 필수 섹션 추출 ───────────