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 |
|
|
|
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 |
|
|
|
f1231c4b86
|
feat: refactor message streaming + add streaming service
|
2026-03-04 08:10:50 +01:00 |
|
|
|
d3dbca7289
|
nicht fertig; Stand Kessler Demo
|
2026-02-26 16:00:26 +01:00 |
|
patrick-motsch
|
7051a6e35f
|
fixed rbac issues and sysadmin integration
|
2026-02-12 00:34:17 +01:00 |
|
patrick-motsch
|
d98c31a4d1
|
logical fixes
|
2026-02-09 23:44:52 +01:00 |
|
patrick-motsch
|
1f3746aef5
|
streamlined bootstrap and initial config
|
2026-02-09 12:49:35 +01:00 |
|
patrick-motsch
|
bbea0ff115
|
revised state machine for workflow backend and ui
|
2026-02-08 00:25:48 +01:00 |
|
ValueOn AG
|
f31e10496a
|
automation template management and fix admin center
|
2026-02-03 21:29:50 +01:00 |
|
|
|
164e7487cc
|
readded chatbot functionality
|
2026-01-30 14:02:02 +01:00 |
|
|
|
14ec8b7007
|
feat: chatbot dynamisch geladen
|
2026-01-29 15:37:21 +01:00 |
|
ValueOn AG
|
2fc8034260
|
rbac rules tested and fixed
|
2026-01-25 03:01:01 +01:00 |
|
ValueOn AG
|
df4c60fc99
|
fixes
|
2026-01-24 18:01:28 +01:00 |
|
ValueOn AG
|
280cafd54a
|
refactored features phase II
|
2026-01-23 01:10:00 +01:00 |
|
ValueOn AG
|
362080791a
|
isolate features
|
2026-01-22 17:00:29 +01:00 |
|