ValueOn AG
da096bb6e2
rag stats
2026-03-23 00:17:59 +01:00
ValueOn AG
3934cdd3ee
tool fixes
2026-03-23 00:05:29 +01:00
ValueOn AG
9ef0d43091
fixed tables and forms
2026-03-22 22:19:50 +01:00
ValueOn AG
2e7a0a73c7
streamlined formgeneratortable and sort/filter globally
2026-03-22 21:34:54 +01:00
ValueOn AG
c813bd63ca
subscription base logic
2026-03-22 17:23:54 +01:00
ValueOn AG
9186c60ad2
fixed rendering issues
2026-03-22 11:09:48 +01:00
ValueOn AG
8cf31077a6
fixed global RAG and admin consent msft
2026-03-22 01:20:44 +01:00
ValueOn AG
0a0973d41b
hotfix msft/google login tokens end to end separated from connection
...
feat(billing): Nutzerhinweise bei leerem Budget + Mandats-Mail (402/SSE)
Gateway
- InsufficientBalanceException: billingModel, userAction (TOP_UP_SELF /
CONTACT_MANDATE_ADMIN), DE/EN-Texte, toClientDict(), fromBalanceCheck()
- HTTP 402 + JSON detail für globale API-Fehlerbehandlung
- AI/Chatbot: vor Raise ggf. E-Mail an BillingSettings.notifyEmails
(PREPAY_MANDATE, Throttle 1h/Mandat) via billingExhaustedNotify
- Agent-Loop & Workspace-Route: SSE-ERROR mit strukturiertem Billing-Payload
- datamodelBilling: notifyEmails-Doku für Pool-Alerts
frontend_nyla
- useWorkspace: SSE onError für INSUFFICIENT_BALANCE mit messageDe/En
und Hinweis auf Billing-Pfad bei TOP_UP_SELF
2026-03-21 01:34:40 +01:00
ValueOn AG
c3f8be68b2
truastee sync and charting
2026-03-18 23:04:56 +01:00
ValueOn AG
587dd7489e
fixed trustee rma connector
2026-03-17 23:23:40 +01:00
ValueOn AG
4e843761a9
Cleaned backend and enhanced ai call failover modes
2026-03-17 22:51:05 +01:00
ValueOn AG
1d4148e8b5
codeeditor
2026-03-17 20:26:11 +01:00
ValueOn AG
6c8cc843ce
file system and stt and ttss reevisions
2026-03-17 19:19:27 +01:00
ValueOn AG
f3de454b66
fixed chat history context
2026-03-16 21:22:40 +01:00
Patrick Motsch
6154eb2553
Merge pull request #106 from valueonag/refactor/service-migrations
...
Refactor/service migrations
2026-03-16 15:51:07 +01:00
ValueOn AG
c873f96848
fixed source access and workflow resource limits and stop
2026-03-16 15:08:05 +01:00
ValueOn AG
b418207c2c
workflow fixes
2026-03-16 14:26:42 +01:00
ValueOn AG
a24b20d302
fixed source access tools
2026-03-16 13:13:46 +01:00
ValueOn AG
b5dc643dac
ai workspace ui fixes
2026-03-16 11:38:18 +01:00
ValueOn AG
f51c313c2c
fix settings page
2026-03-16 00:51:09 +01:00
ValueOn AG
3d49bd9d03
enhanced stt/tts functions
2026-03-16 00:47:42 +01:00
ValueOn AG
7fe6f9bc97
new ai agent
2026-03-15 23:38:21 +01:00
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
7c2192fb3e
fix:neutralization too strong
2026-03-13 11:28:45 +01:00
ValueOn AG
6919a23d4f
fix feature instance passing
2026-03-13 08:29:32 +01:00
patrick-motsch
77d527eb93
Merge branch 'int' of https://github.com/valueonag/gateway into int
2026-03-12 13:24:28 +01:00
patrick-motsch
ac7ac02d4d
fixed api key handling trustee
2026-03-12 13:24:25 +01:00
17341bfde1
fix:removed old route fallback
2026-03-09 11:15:29 +01:00
22e70aa878
fix: chat-playground and automation feature routes unification
2026-03-09 11:03:02 +01:00
d7636d72c4
bug:service center
2026-03-09 11:03:01 +01:00
d59c6c8576
fix: duplicate automation definition for pydantic model
2026-03-09 11:03:01 +01:00
13322e7cf8
feat: included service center in playground feature to replace old services
2026-03-09 11:03:01 +01:00
patrick-motsch
1e678a8897
commcoach: remove silent fallbacks in PDF export, fix markdown-to-XML conversion with proper regex
...
Made-with: Cursor
2026-03-07 02:38:42 +01:00
patrick-motsch
cdb974d658
commcoach: rewrite PDF export - direct markdown-to-pdf via reportlab, remove broken RendererPdf dependency
...
Made-with: Cursor
2026-03-07 02:29:30 +01:00
patrick-motsch
210c9d44a1
commcoach: fix PDF export crash - provide services stub for RendererPdf
...
Made-with: Cursor
2026-03-07 02:21:09 +01:00
patrick-motsch
b6c01fd203
commcoach: fix double extensions, improve AI document generation quality and action prompts
...
Made-with: Cursor
2026-03-07 02:09:30 +01:00
patrick-motsch
740d2a0b49
commcoach: email subject uses context title instead of UUID, AI generates HTML directly
...
Made-with: Cursor
2026-03-07 01:28:51 +01:00
patrick-motsch
364e431749
commcoach: backend abort handling + compression + document pre-AI-call + status events
...
TASK 5: Backend abort handling (cancel previous processMessage tasks)
TASK 6: Compression thresholds lowered (25->15, 15->10)
TASK 7: Combine pending user messages into single prompt
TASK 8: Document handling with pre-AI-call intent detection
TASK 9: Granular status events during AI processing
Made-with: Cursor
2026-03-07 01:02:18 +01:00
patrick-motsch
e2c1c58442
fix: teamsbot SSE-Events fuer Greeting, Commands, Chat-Fehler und command-only Responses
...
Made-with: Cursor
2026-03-07 00:56:04 +01:00
patrick-motsch
05f1c98825
feat: teamsbot command refactoring, commcoach session cleanup
...
Made-with: Cursor
2026-03-06 22:55:28 +01:00
853cce2cf0
feat: implemented the service center into the automation feature
2026-03-06 15:32:27 +01:00
9d1a8d53fc
fix: minor bug fixes to chatbot to work with service center
2026-03-06 14:31:56 +01:00
53d2d9d873
first version of service center
...
implemented on chatbot
2026-03-06 14:03:18 +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
Patrick Motsch
42e79a724a
Merge pull request #102 from valueonag/feat/commcoach
...
Feat/commcoach
2026-03-06 12:49:24 +01:00
patrick-motsch
c76f2c44f2
teamsbot: Bot-Chat im Transcript, keine AI-Trigger auf eigene Chat-Nachrichten
...
Made-with: Cursor
2026-03-06 12:40:06 +01:00
patrick-motsch
d7ba24f61a
fixed stt procedure
2026-03-05 23:41:37 +01:00
patrick-motsch
12b0d3d36e
Alle 9 Fixes sind implementiert. Hier die Zusammenfassung:
...
Fix 1 -- Opening-Prompt: processSessionOpening in serviceCommcoach.py prüft jetzt ob es die erste Session ist (isFirstSession) und gibt der AI einen expliziten Prompt, der das Erfinden von Kontext verbietet.
Fix 2 -- Stabiler Transcript: onresult in CommcoachCoachingView.tsx nutzt jetzt processedResultIndexRef um nur neue Results zu verarbeiten. Finalisierte Teile werden stabil akkumuliert, kein Flackern mehr.
Fix 3 -- Hintergrundgeräusche-Timeout: Neuer silenceTimerRef mit 5s Timeout. Wenn nach onspeechstart kein Text kommt, wird isUserSpeaking automatisch zurückgesetzt.
Fix 4 -- Stop-Button: "Stop" Button erscheint im Session-Header wenn TTS läuft (via isTtsPlaying State, synchronisiert per 200ms Interval mit isTtsPlayingRef).
Fix 5 -- Weitersprechen-Button: lastTtsAudioRef speichert das zuletzt gespielte Audio. stopTts setzt wasInterrupted = true. "Weitersprechen" Button erscheint nach Unterbrechung und spielt das Audio erneut ab.
Fix 6 -- Paralleles TTS: Neue _generateAndEmitTts() Hilfsfunktion. In processMessage und processSessionOpening wird TTS als asyncio.create_task parallel zu _emitChunkedResponse gestartet.
Fix 7 -- JSON-Response: Die AI antwortet jetzt als JSON mit text, speech, documents. Neuer Prompt-Block wird in buildCoachingSystemPrompt angehängt. _parseAiJsonResponse() und _saveGeneratedDocument() im Backend. processMessage und processSessionOpening nutzen die neue Struktur.
Fix 8 -- Loading-States: Neuer actionLoading State in useCommcoach. Alle async Funktionen setzen setActionLoading('key') vor dem Await und null im finally. Buttons zeigen Loading-Text und werden disabled.
Fix 9 -- Umlaute: Alle deutschen Strings in allen CommCoach-Dateien (Backend + Frontend) korrigiert: ae->ä, oe->ö, ue->ü.
2026-03-04 22:53:41 +01:00
ad570c405a
Merge branch 'feature/message-streaming-fix' into int
2026-03-04 08:17:44 +01:00
f1231c4b86
feat: refactor message streaming + add streaming service
2026-03-04 08:10:50 +01:00