gateway/modules/aicore
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
..
aicoreBase.py refactored features phase II 2026-01-23 01:10:00 +01:00
aicoreModelRegistry.py fix:performance improvements 2026-03-06 13:46:54 +01:00
aicoreModelSelector.py fixed cursor feature 2026-02-23 23:01:28 +01:00
aicorePluginAnthropic.py streamlined bootstrap and initial config 2026-02-09 12:49:35 +01:00
aicorePluginInternal.py cleaned up all route and main references - no direct access to db.getRecordset - only over interfaces 2026-02-04 14:09:35 +01:00
aicorePluginMistral.py aicorePluginMistral erstellt und bereit für API key und testing 2026-02-25 13:48:29 +01:00
aicorePluginOpenai.py streamlined bootstrap and initial config 2026-02-09 12:49:35 +01:00
aicorePluginPerplexity.py streamlined bootstrap and initial config 2026-02-09 12:49:35 +01:00
aicorePluginPrivateLlm.py billing rbac 2026-02-08 16:14:01 +01:00
aicorePluginTavily.py cleaned up all route and main references - no direct access to db.getRecordset - only over interfaces 2026-02-04 14:09:35 +01:00