Improve AI logic

This commit is contained in:
Urtzi Alfaro
2025-11-05 13:34:56 +01:00
parent 5c87fbcf48
commit 394ad3aea4
218 changed files with 30627 additions and 7658 deletions

View File

@@ -26,7 +26,8 @@ from app.api import (
analytics,
sustainability,
internal_demo,
audit
audit,
ml_insights
)
@@ -137,6 +138,7 @@ service.add_router(dashboard.router)
service.add_router(analytics.router)
service.add_router(sustainability.router)
service.add_router(internal_demo.router)
service.add_router(ml_insights.router) # ML insights endpoint
if __name__ == "__main__":