Add AI insights feature

This commit is contained in:
Urtzi Alfaro
2025-12-15 21:14:22 +01:00
parent 5642b5a0c0
commit c566967bea
39 changed files with 17729 additions and 404 deletions

View File

@@ -107,6 +107,7 @@ class ProcurementService(StandardFastAPIService):
# Store in app state for internal API access
app.state.delivery_tracking_service = self.delivery_tracking_service
app.state.event_publisher = self.event_publisher
# Start overdue PO scheduler
if self.rabbitmq_client and self.rabbitmq_client.connected: