Improve AI logic
This commit is contained in:
@@ -26,7 +26,8 @@ from app.api import (
|
||||
internal_demo,
|
||||
orchestrator, # NEW: Orchestrator integration endpoint
|
||||
production_orders_operations, # Tenant deletion endpoints
|
||||
audit
|
||||
audit,
|
||||
ml_insights # ML insights endpoint
|
||||
)
|
||||
|
||||
|
||||
@@ -164,6 +165,7 @@ service.add_router(production_operations.router)
|
||||
service.add_router(production_dashboard.router)
|
||||
service.add_router(analytics.router)
|
||||
service.add_router(internal_demo.router)
|
||||
service.add_router(ml_insights.router) # ML insights endpoint
|
||||
|
||||
# REMOVED: test_production_scheduler endpoint
|
||||
# Production scheduling is now triggered by the Orchestrator Service
|
||||
|
||||
Reference in New Issue
Block a user