You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
설명: 현재 README 검증 상태에 "실제 LLM 생성은 아직 미실행"으로 명시되어 있다. backend/.env에 OPENAI_API_KEY를 넣고 python pipeline.py "<query>"를 최소 1회 돌려 3-step 파이프라인(find_scenario → load_existing_mode → ScriptDeveloperAgent.run)이 끝까지 동작하고 유효한 config JSON을 산출하는지 확인한다. 핵심 흐름이 실가동된 적 없으므로 가장 우선순위 높은 검증 작업이다.
완료 기준(DoD):
5개 시나리오(Fixed-Field Skirmish FFA/Team, Multi-Front Defense, Siege Planning, Time-Phased Production) 각각에 대해 매칭되는 query로 1회씩 생성 성공
생성된 config가 information / end_condition / unit_placement / customize 4개 블록을 모두 포함
backend/log/<timestamp>/result/scenario_normal.json 산출물 확인 및 README 검증 상태 업데이트
backend/.env에OPENAI_API_KEY를 넣고python pipeline.py "<query>"를 최소 1회 돌려 3-step 파이프라인(find_scenario → load_existing_mode → ScriptDeveloperAgent.run)이 끝까지 동작하고 유효한 config JSON을 산출하는지 확인한다. 핵심 흐름이 실가동된 적 없으므로 가장 우선순위 높은 검증 작업이다.backend/log/<timestamp>/result/scenario_normal.json산출물 확인 및 README 검증 상태 업데이트