Commit graph

106 commits

Author SHA1 Message Date
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
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
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
f5fd1d2406 com feature mvp 2026-03-02 00:51:27 +01:00
patrick-motsch
1dd354794b Teamsbot: STT phrase hints, multi-lang, follow-up window, known speakers collection
Made-with: Cursor
2026-02-28 00:49:10 +01:00
patrick-motsch
f6f42d8db7 phase 2 codeeditor and hotfixes voice 2026-02-23 22:09:27 +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
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
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
ValueOn AG
a0304c6d78 mandate invitation and notification system 2026-01-26 01:29:17 +01:00
ValueOn AG
f3b01c823e saas multi-mandate rbac up and running 2026-01-21 10:34:42 +01:00
ValueOn AG
5c0ab3f893 implemented multimandate 2026-01-17 02:17:58 +01:00
ValueOn AG
58b13ff7c6 hotfixes for work with nyla 2026-01-13 20:01:50 +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
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
f78547e51b fix:constant reload 2026-01-05 07:34:45 +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
e0c4193e36 extended PEK routes and included swisstopo connector 2025-12-15 07:16:21 +01:00
ValueOn AG
1195105b94 cleaned up dependencies and code architecture 2025-12-09 23:25:06 +01:00
ValueOn AG
d009f93dba rbac roles and rules integration tests passed 2025-12-07 23:51:05 +01:00
ValueOn AG
54246745a9 refactored uam to rbac 2025-12-07 13:48:39 +01:00
ValueOn AG
6d393f9cf3 enhanced voice center 2025-12-03 11:18:33 +01:00
ValueOn AG
88110d0f9d centralized timestamp management with logger 2025-11-06 14:27:02 +01:00
ValueOn AG
a225c17841 float dates safety net for different databases 2025-11-06 13:59:22 +01:00
ValueOn AG
310e6d3f8b fixes automation 2025-11-03 09:58:15 +01:00
ValueOn AG
37aad732f5 voice route updated 2025-11-01 09:05:10 +01:00
ValueOn AG
a7c9e0221f refactored names to camelCaes part 2 of 2 2025-10-31 00:28:09 +01:00
ValueOn AG
c44fc92568 refactored whole codebase for camelCase part 1 of 2 2025-10-31 00:05:39 +01:00
ValueOn AG
daddf417be Cleaned all import lists 2025-10-24 23:57:17 +02:00
ValueOn AG
8523da7fe2 cleanup pydantic v2, unnecessary pdantic to dict convesrions, unnecessary unions removed with clean classes 2025-10-24 22:46:05 +02:00
ValueOn AG
3adaaad8eb refactored ai core system to attach ai models plug and play 2025-10-21 18:14:58 +02:00
ValueOn AG
52adedab4a architecture for looping ai calls tested and fixed 2025-10-21 17:12:13 +02:00
ValueOn AG
1badb8468a refactored maxToken handling for all models and all ai calls 2025-10-21 14:48:43 +02:00
ValueOn AG
b97670d939 Adapted chatbot integration 2025-10-15 18:23:03 +02:00
ValueOn AG
57118a633e
Merge branch 'int' into feat/chatbot 2025-10-15 12:38:42 +02:00
ValueOn AG
d9ee4d9605 full ai center integration test and fix with extraction and generation engine 2025-10-12 14:52:42 +02:00
ValueOn AG
dedee0ecda renders image generation tested and fixed - all renderers ready 2025-10-12 02:53:37 +02:00
ValueOn AG
73c1126200 integration fixes 2025-10-10 23:46:24 +02:00
Christopher Gondek
478e139730 Merge branch 'int' into feat/chatbot 2025-10-09 10:36:22 +02:00
ValueOn AG
ee59e09b6d ai loop tested 2025-10-06 15:39:25 +02:00
Christopher Gondek
37f01a2156 chore: fix pydantic v2 issue 2025-10-03 16:51:43 +02:00