gateway/modules/aicore
ValueOn AG c8b7517209 refactor: modules/services/ abgeloest durch serviceCenter + serviceHub
serviceCenter = DI-Container (Resolver, Registry, Context) fuer Service-Instanziierung
serviceHub = Consumer-facing Aggregation (DB-Interfaces, Runtime-State, lazy Service-Resolution via serviceCenter)

- modules/serviceHub/ erstellt: ServiceHub, PublicService, getInterface()
- 22 Consumer-Dateien migriert (routes, features, tests): imports von modules.services auf serviceHub bzw. serviceCenter umgestellt
- resolver.py: legacy fallback auf altes services/ entfernt
- modules/services/ komplett geloescht (83 Dateien inkl. dead code mainAiChat.py)
- pre-extraction: progress callback durch chunk-pipeline propagiert, operationType DATA_EXTRACT->DATA_ANALYSE fuer guenstigeres Modell
2026-03-14 11:51:45 +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 refactor: modules/services/ abgeloest durch serviceCenter + serviceHub 2026-03-14 11:51:45 +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 refactor: modules/services/ abgeloest durch serviceCenter + serviceHub 2026-03-14 11:51:45 +01:00