Commit graph

799 commits

Author SHA1 Message Date
patrick-motsch
070e3cbd96 fix: safe access to botAccountEmail in _isBotSpeaker - was crashing WebSocket handler on first transcript
Co-authored-by: Cursor <cursoragent@cursor.com>
2026-02-17 23:54:18 +01:00
patrick-motsch
a27307263f fix: create SSE event queue on-demand so transcript/chat events are never silently dropped
Co-authored-by: Cursor <cursoragent@cursor.com>
2026-02-17 23:44:12 +01:00
patrick-motsch
a3c92ae8d5 fix: load system bot credentials from DB and pass to browser bot for authenticated join
Co-authored-by: Cursor <cursoragent@cursor.com>
2026-02-17 19:58:01 +01:00
patrick-motsch
ad254aafb1 feat: handle audioChunk messages from bot, STT via Google Cloud Speech
Co-authored-by: Cursor <cursoragent@cursor.com>
2026-02-17 18:43:42 +01:00
patrick-motsch
de573fd834 refactor: add TransferMode, remove backgroundImageUrl and botAccount fields from config
Co-authored-by: Cursor <cursoragent@cursor.com>
2026-02-17 18:34:24 +01:00
patrick-motsch
5dd3b9f894 fix: add per-variant test-auth endpoints to avoid Azure timeout
Co-authored-by: Cursor <cursoragent@cursor.com>
2026-02-17 16:33:21 +01:00
patrick-motsch
cd9b405d2e fix: increase test-auth timeout to 900s for 5 browser variants
Co-authored-by: Cursor <cursoragent@cursor.com>
2026-02-17 13:46:23 +01:00
patrick-motsch
7b4be3dbc9 feat: accept botEmail/botPassword from request, auto-create system bot in DB
Co-authored-by: Cursor <cursoragent@cursor.com>
2026-02-17 00:33:05 +01:00
patrick-motsch
f743932768 fix: fallback to any active system bot if mandate mismatch, add credentialDebug to response
Co-authored-by: Cursor <cursoragent@cursor.com>
2026-02-17 00:03:01 +01:00
patrick-motsch
1b2ca9512f debug: add logging to test-auth credential loading
Co-authored-by: Cursor <cursoragent@cursor.com>
2026-02-16 23:45:47 +01:00
patrick-motsch
bddb039bde docs(teamsbot): update test-auth docstring variant count
Co-authored-by: Cursor <cursoragent@cursor.com>
2026-02-16 23:06:56 +01:00
patrick-motsch
b08355ee45 teams test auth bot 2026-02-16 21:37:37 +01:00
patrick-motsch
3f9d791688 disable auth: use system bot display name, do not send credentials to browser bot
Co-authored-by: Cursor <cursoragent@cursor.com>
2026-02-16 20:37:09 +01:00
patrick-motsch
1b70c07026 Merge branch 'int' of https://github.com/valueonag/gateway into int 2026-02-16 10:03:43 +01:00
patrick-motsch
a67c7f8b81 feat(teamsbot): stop via AI intent (multilingual), initial session context summarization
Co-authored-by: Cursor <cursoragent@cursor.com>
2026-02-16 10:03:21 +01:00
3aaa4790c2 Merge branch 'int' of https://github.com/valueonag/gateway into int 2026-02-16 09:30:41 +01:00
2c1927663d fix:user invitations 2026-02-16 09:30:21 +01:00
patrick-motsch
4186ec6188 feat(teamsbot): stop command detection, session context for AI, context summarization for long sessions
Co-authored-by: Cursor <cursoragent@cursor.com>
2026-02-16 09:29:03 +01:00
patrick-motsch
c7d1642f61 fix(teamsbot): improve AI prompt - less floskel, stricter response rules, no repetition, language switching support
Co-authored-by: Cursor <cursoragent@cursor.com>
2026-02-16 09:02:43 +01:00
patrick-motsch
856b9f3c05 feat(teamsbot): system bot accounts with encrypted credentials, per-user settings, credentials removed from UI
Co-authored-by: Cursor <cursoragent@cursor.com>
2026-02-16 00:16:02 +01:00
patrick-motsch
ef813a9304 feat(teamsbot): chat message handling, response channel (voice/chat/both), join mode (systemBot/anonymous/userAccount)
Co-authored-by: Cursor <cursoragent@cursor.com>
2026-02-16 00:07:42 +01:00
patrick-motsch
cc86b144ac fix(teamsbot): filter bot's own captions from AI trigger, mark bot responses in context to prevent repetition
Co-authored-by: Cursor <cursoragent@cursor.com>
2026-02-15 22:52:02 +01:00
patrick-motsch
33b6da0d18 fix(msft): use delegated OnlineMeetings.Read scope instead of app-only .Read.All
Co-authored-by: Cursor <cursoragent@cursor.com>
2026-02-15 15:31:17 +01:00
patrick-motsch
02dedc972d fix(teamsbot): SSE rate-limit 60/min, TTS message format for bot protocol
Co-authored-by: Cursor <cursoragent@cursor.com>
2026-02-15 15:19:31 +01:00
patrick-motsch
729c6355b5 fix: increase bot HTTP timeout to 60s for auth flow
Co-authored-by: Cursor <cursoragent@cursor.com>
2026-02-15 12:20:58 +01:00
patrick-motsch
ad5c9d10cd feat(teamsbot): dedicated bot account support with authenticated join
- New config fields: botAccountEmail, botAccountPassword for dedicated MSFT account
- BrowserBotConnector passes credentials + backgroundImageUrl to bot service
- Service passes config credentials to connector in joinMeeting
- Enables: full language settings, virtual background, no lobby wait
- Fallback: anonymous join when no bot account configured

Co-authored-by: Cursor <cursoragent@cursor.com>
2026-02-15 11:56:04 +01:00
patrick-motsch
91425809c3 fix(teamsbot): AI prompt priority rules, bot-name trigger overrides cooldown
- SPEECH_TEAMS prompt: Rule 1 (bot name mentioned) now has highest priority
  and ALWAYS triggers a response, even for greetings/smalltalk
- Bot-name detection in transcript overrides cooldown timer (immediate trigger)
- Added multilingual instruction: AI responds in the language it's addressed in
- Voice interface: clean camelCase mapping (audio_content -> audioContent)
- Config save: added "config" to allowed update fields in interfaceFeatures
- Default TTS voices for common languages in connectorVoiceGoogle

Co-authored-by: Cursor <cursoragent@cursor.com>
2026-02-15 11:48:44 +01:00
patrick-motsch
e01c6dcb95 feat(teamsbot): HTTP fallback for transcripts, debug logging for WebSocket
- HTTP POST endpoints: /bot/transcript/{sessionId} and /bot/status/{sessionId}
- Fallback for when Azure App Service blocks WebSocket upgrade
- Debug logging [WS-DEBUG] in WebSocket handler for message tracking
- Handle websocket=None in AI response pipeline (HTTP mode)

Co-authored-by: Cursor <cursoragent@cursor.com>
2026-02-15 11:05:58 +01:00
patrick-motsch
3777839a5c feat(billing): scope parameter on /view/statistics endpoint
- New query parameter scope: personal/mandate/all
- personal: filters to only current user's transactions (ignores admin role)
- mandate: filters by mandateId parameter
- all: existing RBAC-filtered behavior (default)

Co-authored-by: Cursor <cursoragent@cursor.com>
2026-02-15 10:44:26 +01:00
patrick-motsch
e24ef42617 feat(teamsbot): AI voice test, config save, camelCase mapping, default voices
- Voice test endpoint generates sample text dynamically via AI in selected language
- Fixed config save: added "config" to allowed update fields in interfaceFeatures
- Clean camelCase mapping in interfaceVoiceObjects (audio_content -> audioContent)
- Default TTS voices for common languages in connectorVoiceGoogle
- Fixed updateFeatureInstanceConfig -> updateFeatureInstance with config field

Co-authored-by: Cursor <cursoragent@cursor.com>
2026-02-15 10:08:50 +01:00
patrick-motsch
89166a8f70 feat(teamsbot): URL extraction, status mapping, voice test, improved logging
- URL extraction: _extractTeamsMeetingUrl() handles SafeLinks, invitation text, and clean URLs
- Status mapping: added in_meeting, launching, navigating to bot status map
- Voice test endpoint: POST /{instanceId}/voice/test for TTS preview
- Improved error logging in browserBotConnector (shows exception type + repr)
- Improved AI trigger logging in service (shows buffer size, cooldown state, trigger reasons)

Co-authored-by: Cursor <cursoragent@cursor.com>
2026-02-15 03:26:23 +01:00
patrick-motsch
7f63dba4aa fixed path realEstate and bot connect 2026-02-15 02:57:02 +01:00
patrick-motsch
5d987e72fe fix(teamsbot): Fix Invalid Date + pass language to browser bot
- Add getIsoTimestamp() to timeUtils for JS-compatible ISO 8601 strings
- Replace getUtcTimestamp() (epoch float) with getIsoTimestamp() for all
  teamsbot session/transcript/response timestamp fields (startedAt, endedAt,
  creationDate, lastModified, SSE event timestamps)
- Pass config.language to browser bot in join request for captions spoken language

Co-authored-by: Cursor <cursoragent@cursor.com>
2026-02-15 01:26:27 +01:00
patrick-motsch
294f1a001c fix(teamsbot): Use APP_API_URL for WebSocket URL to ensure https/wss
Co-authored-by: Cursor <cursoragent@cursor.com>
2026-02-15 00:12:45 +01:00
patrick-motsch
c7def85a4b feat(teamsbot): Replace bridge with browser bot architecture
Co-authored-by: Cursor <cursoragent@cursor.com>
2026-02-15 00:04:39 +01:00
f2fb7fd739 fix:keine features wurden in app.py registriert 2026-02-14 17:50:58 +01:00
f9d2f2061e Merge branch 'int' of https://github.com/valueonag/gateway into int 2026-02-14 17:32:49 +01:00
69aa73ed73 fixed complete langgraph workflow and information fetching 2026-02-14 17:31:39 +01:00
Stephan Schellworth
3ff3cfd51c feat(realestate): RBAC catalog, template roles sync, instance role access rules 2026-02-14 13:18:39 +01:00
c2f2ed3b14 feat: extract bzo information 2026-02-14 13:16:08 +01:00
238ff61740 fix:included oereb kataster 2026-02-14 13:13:46 +01:00
fb6bac7d92 feat: fetch oereb kataster and return Wohnzohne 2026-02-14 13:13:46 +01:00
patrick-motsch
ae4dc9fa48 fix: skip STT fallbacks for teamsbot, run audio processing in background
Co-authored-by: Cursor <cursoragent@cursor.com>
2026-02-13 18:17:47 +01:00
patrick-motsch
77151df0f4 fix: STT audioFormat scoping, automation import name, orphan FK cleanup
Co-authored-by: Cursor <cursoragent@cursor.com>
2026-02-13 18:03:23 +01:00
patrick-motsch
367edd83e2 fix: add missing await on speechToText and textToSpeech async calls
Co-authored-by: Cursor <cursoragent@cursor.com>
2026-02-13 17:46:02 +01:00
patrick-motsch
65128db713 fix: use original session user for bridge callbacks instead of system user (RBAC)
Co-authored-by: Cursor <cursoragent@cursor.com>
2026-02-13 17:26:56 +01:00
patrick-motsch
77cbc5803a fix: use poweron.swiss domain for system user email (Pydantic rejects .local TLD)
Co-authored-by: Cursor <cursoragent@cursor.com>
2026-02-13 17:12:04 +01:00
patrick-motsch
d88bacc4a9 billing fix 2026-02-13 14:43:45 +01:00
patrick-motsch
92ee130c0a fix: convert timestamp to string for Pydantic v2 validation in teamsbot service
Co-authored-by: Cursor <cursoragent@cursor.com>
2026-02-13 14:13:25 +01:00
patrick-motsch
3c566b58d0 mail for websocket fixed 2026-02-13 14:01:37 +01:00
patrick-motsch
e85aa8366d fix route mail 2026-02-13 13:51:05 +01:00
patrick-motsch
3a9812a9e2 test websocket 2026-02-13 13:35:38 +01:00
patrick-motsch
fa530bfd4c fixed route to media center 2026-02-13 13:12:21 +01:00
patrick-motsch
0a9347cdd2 fixed routes exceptions for teams com 2026-02-13 12:37:22 +01:00
patrick-motsch
b7e4efb3a3 teams bridge 2026-02-13 07:27:33 +01:00
patrick-motsch
edecfb002c teamsbot 2026-02-13 00:00:35 +01:00
patrick-motsch
1ce125ac75 fixes 2026-02-12 01:40:00 +01:00
patrick-motsch
7051a6e35f fixed rbac issues and sysadmin integration 2026-02-12 00:34:17 +01:00
patrick-motsch
eb33b3dd38 enhanced invitation 2026-02-10 10:56:30 +01:00
patrick-motsch
0e6d4130ad fixed automation issue 2026-02-10 09:55:51 +01:00
patrick-motsch
b16420db41 fixed mandate routing 2026-02-10 01:44:21 +01:00
patrick-motsch
82badd9e4d fixed mandate bootstrap 2026-02-10 00:35:29 +01:00
patrick-motsch
ab48e2e853 enhanced generic navigation tree 2026-02-10 00:10:07 +01:00
patrick-motsch
d98c31a4d1 logical fixes 2026-02-09 23:44:52 +01:00
patrick-motsch
7532841d9d fixed mandate flag 2026-02-09 12:57:47 +01:00
patrick-motsch
1f3746aef5 streamlined bootstrap and initial config 2026-02-09 12:49:35 +01:00
patrick-motsch
887867acd0 billing rbac 2026-02-08 16:14:01 +01:00
patrick-motsch
8d28f6d77b fiixed feature instance role access 2026-02-08 14:26:01 +01:00
patrick-motsch
f15ed2e380 fixes 2026-02-08 14:00:08 +01:00
patrick-motsch
1b55db4581 admin views fixes 2026-02-08 13:28:36 +01:00
patrick-motsch
34deb5f23d fixed billing transactions mapping and added reporting 2026-02-08 13:15:19 +01:00
patrick-motsch
e4d41965f3 fixed stats and billing sync 2026-02-08 01:44:43 +01:00
patrick-motsch
bbea0ff115 revised state machine for workflow backend and ui 2026-02-08 00:25:48 +01:00
patrick-motsch
a054d12d54 billing fixes 2026-02-06 16:18:37 +01:00
patrick-motsch
8dfb7caf92 neues text model 2026-02-06 13:34:50 +01:00
patrick-motsch
bb10a46cd5 integrated privateLLM 2026-02-06 10:26:54 +01:00
patrick-motsch
d5226a5599 boot running without errors 2026-02-04 22:34:41 +01:00
ValueOn AG
fd923b89b8 billing integration into ai workflow 2026-02-04 22:10:23 +01:00
ValueOn AG
d118128813 billing initial 2026-02-04 21:50:55 +01:00
ValueOn AG
45eda1e4d4 cleaned up all route and main references - no direct access to db.getRecordset - only over interfaces 2026-02-04 14:09:35 +01:00
ValueOn AG
555c9429fb fixed automation bug rbac set 2026-02-04 01:07:42 +01:00
ValueOn AG
edeaf64fa4 automation template/definition editor 2026-02-03 23:42:27 +01:00
ValueOn AG
f31e10496a automation template management and fix admin center 2026-02-03 21:29:50 +01:00
Stephan Schellworth
5ddb857c4b RealEstate: routeRealEstate, mainRealEstate, routeFeatureRealEstate, routeSystem, requirements 2026-02-03 08:40:22 +01:00
Stephan Schellworth
32f7251b95 Admin: Sidebar auf 3 Eintraege reduziert (Zugriffsverwaltung, Benutzer & Einladungen, Rollen & Berechtigungen) 2026-02-03 08:33:10 +01:00
164e7487cc readded chatbot functionality 2026-01-30 14:02:02 +01:00
411a6a081a fixed merge conflicts 2026-01-30 12:00:34 +01:00
7a86914040 changes to chatbot 2026-01-30 11:59:21 +01:00
e4662b19e2 althause update 2026-01-30 11:24:24 +01:00
14ec8b7007 feat: chatbot dynamisch geladen 2026-01-29 15:37:21 +01:00
ValueOn AG
4c91bd7607 fixes 2026-01-27 00:28:31 +01:00
ValueOn AG
ee15fd64b0 fix crosstable trustee 2026-01-26 23:48:19 +01:00
ValueOn AG
7ca957f664 fixed filter/sort for rtustee 2026-01-26 23:40:12 +01:00
ValueOn AG
97cbda0ef2 fixed ai call end to end with saas multimandate 2026-01-26 23:26:30 +01:00
ValueOn AG
5c4813b10a workflow dynamic tested 2026-01-26 14:54:47 +01:00
ValueOn AG
829711f755 fixed system and dynamic data rbac 2026-01-26 12:39:00 +01:00
ValueOn AG
a0304c6d78 mandate invitation and notification system 2026-01-26 01:29:17 +01:00
ValueOn AG
e737bf5cdb gpdr compliancy implemented 2026-01-25 23:57:41 +01:00
ValueOn AG
bc2877bcc1 fixed rbac feature rules to override global rules, not to combine 2026-01-25 03:18:22 +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
4de962d7d6 access rules editor fixed 2026-01-24 09:58:15 +01:00
ValueOn AG
efc28879c3 access rules editor enhanced 2026-01-24 09:43:46 +01:00
ValueOn AG
50e3fce12b fixed automation and trustee 2026-01-24 02:06:49 +01:00
ValueOn AG
a0b9a6e4b5 reference fixes 2026-01-24 00:42:19 +01:00
ValueOn AG
6187cc7295 refactored pages ui access with saas mandates 2026-01-23 21:05:47 +01:00
ValueOn AG
f45cf79474 fixes 2026-01-23 07:35:53 +01:00
ValueOn AG
280cafd54a refactored features phase II 2026-01-23 01:10:00 +01:00
ValueOn AG
bb9630d6c4 fixed imports 2026-01-22 21:11:25 +01:00
ValueOn AG
f02ebead7c dyn options in api 2026-01-22 18:52:04 +01:00
ValueOn AG
362080791a isolate features 2026-01-22 17:00:29 +01:00
ValueOn AG
04ba89a0e8 before feature container refactory 2026-01-22 00:23:33 +01:00
ValueOn AG
5fcbc6acd3 saas multi mandate tested 2026-01-21 21:19:52 +01:00
ValueOn AG
ac88f25526 serverside filter and sort for form generic 2026-01-21 15:57:16 +01:00
ValueOn AG
6c8c703115 proper junction table handling 2026-01-21 11:26:19 +01:00
ValueOn AG
b0d89b9080 fixed uid mapping to id 2026-01-21 10:59:44 +01:00
ValueOn AG
f3b01c823e saas multi-mandate rbac up and running 2026-01-21 10:34:42 +01:00
376b1135d1 finished langgraph integration 2026-01-21 07:31:24 +01:00
ValueOn AG
82c01b5cb0 saas mandates core done 2026-01-21 00:32:47 +01:00
ValueOn AG
77e1414744 module testing 2026-01-20 00:55:39 +01:00
c4d195464c feat: langgraph as state manager 2026-01-19 17:44:58 +01:00
ValueOn AG
ccc41e7023 harmonized module names 2026-01-19 09:18:37 +01:00
ValueOn AG
5c0ab3f893 implemented multimandate 2026-01-17 02:17:58 +01:00
ValueOn AG
89202eb040 hotfix initiation of ai models performance issue 2026-01-14 22:38:23 +01:00
1bd183ca4c fix: context in prompts improved
context only used if prompt specifically asks for it, otherwise ignored to improve answers
2026-01-14 12:20:25 +01:00
6f6ee25ef2 fix:chatbot route now matches new datamodel interface
List endpoint (/api/chatbot/threads without workflowId): Normalizes all workflows before returning, converting maxSteps: None to 10 (the default).
Single workflow endpoint (/api/chatbot/threads?workflowId=xxx): Normalizes the workflow dict, handling both Pydantic models and plain dicts.
2026-01-14 08:24:06 +01:00
ValueOn AG
013de9e220 fixed trustee access 2026-01-13 23:16:49 +01:00
ValueOn AG
95dbbb8360 fixed msft access 2026-01-13 21:38:03 +01:00
ValueOn AG
1ea36ad5bc fixes 2026-01-13 21:31:18 +01:00
ValueOn AG
58b13ff7c6 hotfixes for work with nyla 2026-01-13 20:01:50 +01:00
ValueOn AG
be14c6c84d user magic link inmplemented 2026-01-13 00:26:51 +01:00
ValueOn AG
4b49eab26e user registration and password reset with magic link 2026-01-12 23:31:20 +01:00
700690f08d fix:performance optimization 2026-01-12 16:11:27 +01:00
378128c3ce fix:performance optimization 2026-01-12 16:08:32 +01:00
583525a151 fix:added more logic to system prompt and added retry logic 2026-01-12 15:42:16 +01:00
d34d04a4e9 fix: merged old code and fixed system prompt 2026-01-12 09:07:49 +01:00
b06375352e fix:fixed merge conflicts from chatbot 2026-01-12 08:07:30 +01:00
ValueOn AG
cda0cb1093 hotfix workflows dynamic and automation after pr integrations 2026-01-11 22:42:02 +01:00
ValueOn AG
5380e30f0d fix: cleaned interfaces to work all with rbac 2026-01-11 15:42:33 +01:00
Patrick Motsch
abbed64463
Merge pull request #85 from valueonag/feat/real-estate
Feat/real estate
2026-01-11 15:12:16 +01:00
ValueOn AG
002fc15ffc fix recovered workflowMNanager 2026-01-11 15:11:37 +01:00
ValueOn AG
680fab6e00 fixes in int 2026-01-11 15:09:11 +01:00
Patrick Motsch
1e8bb8c0c6
Delete modules/workflows/workflowManager.py
Was old moodule
2026-01-11 15:00:05 +01:00
Patrick Motsch
0ecfe4d66c
Merge pull request #84 from valueonag/feat/chatbot-althaus-integration
Feat/chatbot althaus integration
2026-01-11 14:17:37 +01:00
Patrick Motsch
8b2d0464ad
Update interfaceDbChatObjects.py
line 1247 removed a "return true" unreachable code
2026-01-11 14:12:47 +01:00
Patrick Motsch
1aa71c1f1e
Update methodChatbot.py
dynamicMode attribute appended for action
2026-01-11 13:55:54 +01:00
Patrick Motsch
07fa13a357
Update methodAi.py 2026-01-11 13:50:49 +01:00
Patrick Motsch
4715f627be
Update process.py
Keep current logic for analysis, generation, images and add simple mode for chatbot
2026-01-11 13:41:16 +01:00
ValueOn AG
fae4bde059 fix web service: maxwidth parameter chain fixed 2026-01-11 12:38:07 +01:00
ValueOn AG
e41411e5aa fixed documents of all rounds in validator prompt 2026-01-11 00:02:24 +01:00
8147f3f7c8 fix: generalized event manager for message streaming 2026-01-09 12:14:47 +01:00
b327e6dc03 fix: fixed webresearch, tweaked system prompt 2026-01-09 10:49:06 +01:00
2b6bd73b65 fix:finished and fixes chatbot 2026-01-09 09:21:59 +01:00
3a5d27f385 feat:chatbot weiterimplementiert 2026-01-08 08:33:39 +01:00
2672266eca Merge remote-tracking branch 'origin/int' into dev-ida
:

sage

"messeage"

t
exit
close
git commit
-m "message"
git add .
exit


2026-01-08 08:33:15 +01:00
ValueOn AG
d87953ce0a fixed issues in workflow with use cases 2026-01-06 22:32:52 +01:00
ValueOn AG
043ffe1044 refined generation prompt 2026-01-06 21:24:54 +01:00
ValueOn AG
2c964b254b AI Iteration tests with 1000 test runs completed 2026-01-06 20:11:57 +01:00
ValueOn AG
9cd990e6a6 fixed parallel logging 2026-01-06 18:29:15 +01:00
ValueOn AG
c3dce9221c fixed ai looping jsonBase overwriting before getting successful answer 2026-01-06 18:20:40 +01:00
ValueOn AG
30ad4bb762 Enhanced core ai call for FULL parallel section generation. 2026-01-06 17:53:55 +01:00
ValueOn AG
657ad98e75 fixed looping bug 2026-01-06 17:35:51 +01:00
ValueOn AG
e331c7fbce performance tests with json repair and cut handling 2026-01-06 17:18:51 +01:00
ValueOn AG
c40d5e5133 jsnon structure rendering with budget 2026-01-06 11:20:09 +01:00
ValueOn AG
16ebf1b152 tested json cut and merge handler for all scenarioes 2026-01-05 21:49:40 +01:00
ValueOn AG
d747054976 full refactory of core json cut handling system 2026-01-05 21:16:10 +01:00
4aea154eaf feat: multiselect parcells and create projects 2026-01-05 18:04:01 +01:00
6ded28e21a feat:chatbot weiterimplementiert 2026-01-05 15:12:13 +01:00
b6724a797f fix:rebase from int 2026-01-05 07:37:16 +01:00
f78547e51b fix:constant reload 2026-01-05 07:34:45 +01:00
046ac3e15d fix:constant reload 2026-01-05 06:40:09 +01:00
ValueOn AG
ecababe600 optimized renderers docx pptx xlsx for performance 2026-01-05 01:41:28 +01:00
ValueOn AG
25cbaa45b8 fixed cut json handling 2026-01-05 01:36:39 +01:00
ValueOn AG
879a3c0eff fixed json looping context strings for cut point 2026-01-05 01:30:27 +01:00
ValueOn AG
c20e65ad4e fixed issues 2026-01-04 22:16:05 +01:00
ValueOn AG
1c0604106b implemented enhanced standardized ai looping system with usecases 2026-01-04 21:38:26 +01:00
ValueOn AG
64590aa61e fixes 2026-01-04 20:01:34 +01:00
ValueOn AG
3cdd212606 fixed renderers and metadata handover to validation 2026-01-04 01:37:23 +01:00
ValueOn AG
fa6479f40d initial base for coding system path 2026-01-03 02:38:16 +01:00
ValueOn AG
e4b633cac6 fixed iteration ai calls for documents sections 2026-01-03 01:55:25 +01:00
ValueOn AG
52f2f40774 finalized integration testing of enhanced ai service 2026-01-03 01:21:40 +01:00
ValueOn AG
1362470f00 enhanced the ai flow for languages (prompt in de, user language en, to deliver documents in fr) and document delivery in different formats 2026-01-02 23:03:29 +01:00
ValueOn AG
3408e7b463 fixes for content handling 2026-01-02 21:35:32 +01:00
ValueOn AG
3ef87cd083 fixed linter 2026-01-02 02:38:43 +01:00
ValueOn AG
df3f03e669 image caption 2026-01-02 02:17:31 +01:00
ValueOn AG
53819f90c3 proper context cascade from extraction to generation 2026-01-02 01:55:04 +01:00
ValueOn AG
64b44473aa fixed data extraction and generation handling with parts 2026-01-02 00:05:54 +01:00
ValueOn AG
909ee9528f extraction and generation engine enhanced for doc, code, image 2025-12-31 02:12:10 +01:00
ValueOn AG
0d55e40158 fixed dashboard content 2025-12-30 11:11:31 +01:00
ValueOn AG
cb7ed7cf51 web service parallelized 2025-12-30 10:48:16 +01:00
766122bd13 update pek 2025-12-30 09:15:38 +01:00
ValueOn AG
0d77263fb7 fixed language of prompt 2025-12-30 02:13:18 +01:00
ValueOn AG
fa57d3683b parallel processing for rendering 2025-12-30 02:06:51 +01:00
ValueOn AG
a958defd42 fixed workflow run with chatlog 2025-12-29 23:54:27 +01:00
ValueOn AG
911bcffcd7 fixed renderers and progress tracking for generation part 2025-12-29 22:21:17 +01:00
ValueOn AG
bc2dd6687d adapted all renderers from flat to nested element.content.(...) structure 2025-12-29 02:22:01 +01:00
ValueOn AG
bcbaf41f4f fixed generation to renderer 2025-12-29 02:09:33 +01:00
ValueOn AG
25d2908d48 fixes in validation and rendering 2025-12-29 01:40:30 +01:00
ValueOn AG
29c27d4f40 prioritized openai model against anthropic for cost effieiency 2025-12-29 00:11:58 +01:00
ValueOn AG
a540729533 fixed rendering styles 2025-12-29 00:06:34 +01:00
ValueOn AG
3e7c75335a fixed handovers from generator to renderers 2025-12-28 23:34:32 +01:00
ValueOn AG
0280879968 module tests completed 2025-12-28 14:08:28 +01:00
ValueOn AG
db456f1667 fixed generation issue and ai calls only for extracted content 2025-12-28 13:51:19 +01:00
ValueOn AG
723f98ea7a enhanced generation engine with chapters as structure, renderers to render a pipeline and deliver 1..n documents 2025-12-28 11:43:42 +01:00
ValueOn AG
9d4bd8ceef refactored ai service container (3000 lines) with submodules, and enhanced generation part with dynamic chapters 2025-12-26 00:16:08 +01:00
ValueOn AG
60a0543e86 refactored ai service with chapter generation 2025-12-25 23:51:47 +01:00
ValueOn AG
a2315d6ace fixed vision for pre-extracted content 2025-12-25 00:34:45 +01:00
ValueOn AG
23bb1ff5d3 fixed json identification for pre-extracted content 2025-12-25 00:24:53 +01:00
ValueOn AG
e1b3cd36f0 enhanced core ai call document handling with document intent 2025-12-25 00:09:27 +01:00
ValueOn AG
262f3296bf fixing renderers 2025-12-23 00:50:00 +01:00
ValueOn AG
4d4db7bb85 fixes 2025-12-23 00:35:04 +01:00
ValueOn AG
982932d2f5 enhanced document generation with images 2025-12-23 00:34:15 +01:00
ValueOn AG
b2196bc6a3 neutralization integrated into extractor 2025-12-17 22:03:58 +01:00
ValueOn AG
56d6ecf978 refactored actions handlers 2025-12-17 10:45:09 +01:00
ValueOn AG
4af9e5fc87 fixed generation issue 2025-12-16 00:27:33 +01:00
ValueOn AG
4b00e741b3 refactored service center 2025-12-15 21:55:26 +01:00
c56da4f51c fix:parzellen-fetching und geolinien 2025-12-15 09:22:42 +01:00
ce434dd74d rebase again 2025-12-15 07:28:25 +01:00
8794c072d5 rebase 2025-12-15 07:24:11 +01:00
12dd5aaea6 PEK update 2025-12-15 07:21:56 +01:00
8e2c4adcb5 feinschliff für pek 2025-12-15 07:16:21 +01:00
e0c4193e36 extended PEK routes and included swisstopo connector 2025-12-15 07:16:21 +01:00
dc93890f46 integrated PEK data modell and according routes to get data 2025-12-15 07:16:20 +01:00
ValueOn AG
1195105b94 cleaned up dependencies and code architecture 2025-12-09 23:25:06 +01:00
ValueOn AG
942be435e3 fixes 2025-12-08 10:11:49 +01:00
ValueOn AG
1d9a1d7613 fix 2025-12-08 07:38:39 +01:00
ValueOn AG
72f5fbde46 added attribute types: TextMultilingual, multiselect 2025-12-08 00:13:26 +01:00
ValueOn AG
d009f93dba rbac roles and rules integration tests passed 2025-12-07 23:51:05 +01:00
ValueOn AG
6e6cf7012b rbac module testing done 2025-12-07 22:00:55 +01:00
ValueOn AG
54246745a9 refactored uam to rbac 2025-12-07 13:48:39 +01:00
ValueOn AG
13b7c4fdbe hot fixes: sharepoint folders and stats 2025-12-07 08:48:49 +01:00
ValueOn AG
4418dfb604 fixed issues 2025-12-04 11:12:45 +01:00
ValueOn AG
a48bf06778 fixes for chat workflow 2025-12-03 23:02:33 +01:00
ValueOn AG
6d393f9cf3 enhanced voice center 2025-12-03 11:18:33 +01:00
ValueOn AG
9f46ca3b03 fixed import chain, removed invalid imports by moving logic between modules 2025-12-03 07:31:51 +01:00
ValueOn AG
61f42259e5
Merge pull request #70 from valueonag/feat/refactor-ai-process
Feat/refactor ai process
2025-12-01 20:43:54 +01:00
ValueOn AG
b401be703f integration testing of adapted ai workflow with fixes 2025-12-01 19:15:50 +01:00
99c9049c5c feinschliff für pek 2025-12-01 17:24:56 +01:00
28774f419c extended PEK routes and included swisstopo connector 2025-12-01 17:03:39 +01:00
ValueOn AG
aff37fd2e2 not to trust ai comments, to verify... 2025-11-30 23:27:46 +01:00
ValueOn AG
a8ef757046 fixed kpi identification 2025-11-30 23:09:25 +01:00
ValueOn AG
bd893ef072 enhance validation 2025-11-30 22:55:03 +01:00
ValueOn AG
1d793d8e1a fixed json handling 2025-11-30 22:15:14 +01:00
ValueOn AG
3ccd284a58 fixed json merging chain for cut-off mapping with full-dynamc json merger engine for any json structure and complexity 2025-11-30 17:35:19 +01:00
ValueOn AG
11bb127a43 enhanced generation and rendering chain 2025-11-30 11:03:23 +01:00
ValueOn AG
c135321aee fixed documents handling 2025-11-28 16:57:53 +01:00
7fd29a4ee5 Merge branch 'feat/pagination' into feat/real-estate
moved documentation
2025-11-27 13:52:51 +01:00
1810a85c99 completed pagination functionality with filter option 2025-11-27 13:52:24 +01:00
f12ac49d32 finished pagination feature with filter and search options 2025-11-27 13:18:07 +01:00
ValueOn AG
a3dd5f2feb fixing ai continuation loop context 2025-11-19 23:51:25 +01:00