gateway/modules/features/chatbot
Ida Dittrich 6dc2afafb9 fix:performance improvements
- app.py: Pre-warm AI connectors at module load and in lifespan
- aicoreModelRegistry.py: Connector discovery cache, getAvailableModels cache, bulk RBAC, eager prewarm
- connectorDbPostgre.py: Connector cache, contextvars for userId, eviction (max 32)
- chatbot: Uses _get_cached_connector, Service center integration, BillingService exceptions, BillingService exceptions instead of direct imports
- interfaceDbApp.py: Uses _get_cached_connector
- interfaceDbManagement.py: Uses _get_cached_connector
- security/rbac.py: Adds checkResourceAccessBulk
2026-03-06 13:46:54 +01:00
..
bridges fix:performance improvements 2026-03-06 13:46:54 +01:00
__init__.py streamlined bootstrap and initial config 2026-02-09 12:49:35 +01:00
chatbot.py fix:performance improvements 2026-03-06 13:46:54 +01:00
chatbotConstants.py nicht fertig; Stand Kessler Demo 2026-02-26 16:00:26 +01:00
config.py nicht fertig; Stand Kessler Demo 2026-02-26 16:00:26 +01:00
interfaceFeatureChatbot.py fix:performance improvements 2026-03-06 13:46:54 +01:00
mainChatbot.py fix:performance improvements 2026-03-06 13:46:54 +01:00
routeFeatureChatbot.py fix:performance improvements 2026-03-06 13:46:54 +01:00
service.py fix:performance improvements 2026-03-06 13:46:54 +01:00