SysOps: voice-agy-webbuilder-backup — 2026-06-23 10:04 UTC
This commit is contained in:
@@ -49,6 +49,7 @@ class BrainSearchIn(BaseModel):
|
||||
limit: int = Field(default=8, ge=1, le=30)
|
||||
|
||||
|
||||
from app.export_intel import router as export_intel_router
|
||||
from app.email_config import get_active_email_config
|
||||
from app.comfyui import fetch_image_bytes, generate_image, get_job, start_generation, QUALITY_PRESETS
|
||||
import json
|
||||
@@ -64,6 +65,7 @@ app.include_router(research_router)
|
||||
app.include_router(recommendations_router)
|
||||
app.include_router(packaging_router)
|
||||
app.include_router(ops_router)
|
||||
app.include_router(export_intel_router)
|
||||
|
||||
|
||||
class AgentEventCreate(BaseModel):
|
||||
|
||||
Reference in New Issue
Block a user