feat: 분석 페이지 고도화 및 AI 위험 적응형(AAS) SOI 모델 도입

This commit is contained in:
2026-03-23 13:51:05 +09:00
parent 0953f49db1
commit d416fee414
9 changed files with 1119 additions and 337 deletions

10
schemas.py Normal file
View File

@@ -0,0 +1,10 @@
from pydantic import BaseModel
class AuthRequest(BaseModel):
user_id: str
password: str
class InquiryReplyRequest(BaseModel):
reply: str
status: str
handler: str