feat: add visual settings and readiness gate

This commit is contained in:
Codex
2026-08-01 22:14:20 +08:00
parent 6a15217d55
commit 3b4106e8cc
25 changed files with 2447 additions and 239 deletions
+3
View File
@@ -9,11 +9,14 @@ description = "Workflow orchestrator for the AI interior style studio"
requires-python = ">=3.11"
dependencies = [
"boto3>=1.35,<2",
"cryptography>=44,<47",
"fastapi>=0.115,<1",
"httpx>=0.28,<1",
"psycopg[binary]>=3.2,<4",
"pydantic>=2.10,<3",
"pydantic-settings>=2.7,<3",
"python-multipart>=0.0.20,<1",
"redis>=5.2,<7",
"uvicorn[standard]>=0.34,<1"
]