feat: Add AI quality features - character memory, content filter, style guard, quality gate

This commit is contained in:
empty
2026-01-06 17:40:55 +08:00
parent af5140b142
commit 29b6cdf709
9 changed files with 891 additions and 0 deletions

View File

@@ -26,6 +26,7 @@ from api.routers.resources import router as resources_router
from api.routers.frame import router as frame_router
from api.routers.editor import router as editor_router
from api.routers.publish import router as publish_router
from api.routers.quality import router as quality_router
__all__ = [
"health_router",
@@ -40,6 +41,8 @@ __all__ = [
"frame_router",
"editor_router",
"publish_router",
"quality_router",
]