Commit graph

1200 commits

Author SHA1 Message Date
Ida
93aff13d26 node handover standartisiert, kein hardcoden mehr, inhalt extraktion node verbessert, output ports vereinheitlicht mit user im blick 2026-05-06 12:50:49 +02:00
Ida
6e3da0d0d8 added upload folder location for all document creation nodes 2026-05-06 10:19:20 +02:00
Ida
eeb9a4a161 AI node had the full data.response, but markdownToDocumentJson stores paragraph text in inlineRuns while RendererMarkdown only read content.text, so body text was dropped, Markdown renderer now flattens inlineRuns into real Markdown so workflow-generated .md files include the upstream text, node specific shortcuts replaced 2026-05-06 08:11:48 +02:00
Ida
dac9911f8b removed git merge conflicts 2026-05-05 16:06:05 +02:00
Ida
5455e09367 fix: completely fixed grouping to be like clickup grouping, removed wrong mechanisms 2026-05-04 17:27:14 +02:00
Ida
9ae2ffc415 ValueOn Lead to Offer durchgespielt, bugfixes in Dateigenerierung und ai nodes 2026-05-04 17:27:14 +02:00
Ida
f184da9898 fix: looping node and content extraction 2026-05-04 17:27:14 +02:00
Ida
e6ca6a9d8e ValueOn Lead to Offer durchgespielt, bugfixes in Dateigenerierung und ai nodes 2026-05-04 17:26:43 +02:00
Ida
f96325f804 feat: unify workflow context picker — contextBuilder multi-select, lift type-blocking, user-language labels, backend serialization, fix circular ref crash 2026-05-04 17:25:16 +02:00
Ida
60b2fcf56b fix: alle Node definitionen korrigiert und im backend gesetzt - keine mapping layer sonder saubere quelldaten, fehlende dataRef parameter hinzugefügt, damit jede node kontext nutzen kann 2026-05-04 17:25:16 +02:00
Patrick Motsch
64ee5200af
Merge pull request #151 from valueonag/feat/demo-system-readieness
Feat/demo system readieness
2026-05-03 22:21:22 +02:00
ValueOn AG
e93ce71174 fixed ux for expand object scrolling 2026-05-03 22:19:23 +02:00
ValueOn AG
3da6e24bec fixed component formgeneratortree and truastee workflows 2026-05-03 22:03:29 +02:00
Patrick Motsch
d3d682fe4d
Merge pull request #150 from valueonag/int
Int
2026-05-01 00:01:39 +02:00
Patrick Motsch
7942766931
Merge pull request #149 from valueonag/feat/demo-system-readieness
Feat/demo system readieness
2026-04-30 23:58:26 +02:00
ValueOn AG
c140bd14d4 fixed nodes handovers 2026-04-30 23:54:45 +02:00
Ida
06d9910ecd file tree ersetzt durch gruppierung im formgenerator 2026-04-30 12:37:46 +02:00
ValueOn AG
b500bfa6c1 plan D fixed 2026-04-29 23:27:52 +02:00
ValueOn AG
afd7e9d941 plan d implemented - generationn styles 2026-04-29 23:12:46 +02:00
ValueOn AG
b12671bbb5 fixes before document generation refactory styles 2026-04-29 22:54:17 +02:00
ValueOn AG
880fa4d787 plana+c implemented 2026-04-29 21:27:08 +02:00
Ida
72d3175f49 Gruppierung im Formgenerator fertig 2026-04-29 18:16:02 +02:00
Ida
ce671f61b6 feat: app-scheduler ausgebaut um nachts bestehende connections zu indexieren 2026-04-29 14:39:40 +02:00
Ida
4a840e9e6e added neutralization option to indexing new connections 2026-04-29 14:39:40 +02:00
Ida
93cb6939dc feat: frontend consent integration 2026-04-29 14:39:40 +02:00
Ida
3add5c9a80 commit before rebase 2026-04-29 14:39:40 +02:00
Ida
6a5ff1ff7c feat(rag): P1 user-connection hooks + retrieval threshold fix
- connection.established/revoked callbacks from OAuth routes and
  connection management endpoints
- KnowledgeIngestionConsumer dispatches bootstrap job (established)
  and synchronous purge (revoked)
- FileContentIndex: add connectionId + sourceKind columns
- SharePoint bootstrap with @odata.nextLink pagination and eTag-based
  idempotency
- Outlook bootstrap treats messages as virtual documents with
  cleanEmailBody for HTML/quote/signature stripping
- fix(rag): lower buildAgentContext minScore thresholds from
  0.55/0.65/0.70 to 0.35 — previous values blocked all real matches
  from text-embedding-3-small
- 24 new unit tests covering purge, consumer dispatch, email cleaning
  and both bootstrap paths
2026-04-29 14:39:40 +02:00
Ida
dff3d41845 fix(rag): stable ingestion idempotency across re-extractions (AC4)
Re-indexing the same file always triggered a full embedding run —
ingestion.skipped.duplicate never fired. Two independent causes:

1. _computeIngestionHash included contentObjectId in its payload, but
   extractors generate fresh uuid4() per run, making the hash a
   per-run nonce. Now hashed over (contentType, data) in extractor
   order — stable across re-extractions, sensitive to content,
   ordering, and type changes.
2. _autoIndexFile upserted the fresh pre-scan FileContentIndex before
   requestIngestion's duplicate check, wiping structure._ingestion
   and status=indexed from the prior run. The pre-upsert now merges
   the existing _ingestion metadata and preserves the indexed status.

Verified end-to-end: second PATCH /scope on an already-indexed file
logs  and returns in ~2s
with zero embedding API calls.

Adds test_ingestion_hash_stability.py (5 cases).
2026-04-29 14:39:40 +02:00
Ida
a7f4055130 fix(rag): preserve per-page granularity + remove on-demand extraction fallbacks
The default MergeStrategy concatenates every extracted text part into a
single ContentPart, collapsing a 500-page PDF into one chunk with a
blurred average embedding — RAG retrieval was effectively broken.

- ExtractionOptions.mergeStrategy is now Optional[MergeStrategy]; passing
  None preserves per-part granularity. Default factory kept for
  backward compatibility.
- routeDataFiles._autoIndexFile, _workspaceTools.readFile, and
  _documentTools.describeImage explicitly pass mergeStrategy=None.
- Agent tools no longer carry redundant extraction + requestIngestion
  fallback paths: the unified ingestion lane owns all corpus writes,
  and readFile/describeImage are pure consumers of the knowledge store.
- Unit test asserts runExtraction(mergeStrategy=None) keeps every part.
2026-04-29 14:39:40 +02:00
Ida
078b4eaaaf removed unnecessary test files 2026-04-29 14:39:40 +02:00
Ida
9d82d3d353 P0: injection facade 2026-04-29 14:39:40 +02:00
Patrick Motsch
ba21005401
Merge pull request #147 from valueonag/feat/demo-system-readieness
Feat/demo system readieness
2026-04-29 01:57:49 +02:00
ValueOn AG
052647a52b wired infomaniac to ai adapters and tools 2026-04-29 01:52:47 +02:00
ValueOn AG
49f3660d89 fixes infomaniak download 2026-04-29 01:03:40 +02:00
ValueOn AG
9816f13ae9 fixes infomaniac different than in doc 2026-04-29 00:57:28 +02:00
ValueOn AG
b405cebdec kdrive fix 2026-04-29 00:35:21 +02:00
ValueOn AG
fb3a1f0a51 fixes ai agents parameter flow 2026-04-28 11:58:53 +02:00
Patrick Motsch
4d7ccb0418
Merge pull request #145 from valueonag/feat/demo-system-readieness
trustee agent fix
2026-04-27 08:08:32 +02:00
ValueOn AG
d9fcea54ff trustee agent fix 2026-04-27 08:07:37 +02:00
Patrick Motsch
e8abd553d0
Merge pull request #144 from valueonag/feat/demo-system-readieness
Feat/demo system readieness
2026-04-27 00:00:13 +02:00
ValueOn AG
30ea8bbefe fixed trustee 2026-04-26 23:59:09 +02:00
Patrick Motsch
96e2356ddd
Merge pull request #143 from valueonag/int
Int
2026-04-26 23:14:06 +02:00
Patrick Motsch
3507c16055
Merge branch 'main' into int 2026-04-26 23:10:49 +02:00
Patrick Motsch
f8853d23ca
Merge pull request #141 from valueonag/feat/demo-system-readieness
Feat/demo system readieness
2026-04-26 22:55:20 +02:00
ValueOn AG
d505ffd9cd Graph and data class falignment strict 2026-04-26 22:53:44 +02:00
ValueOn AG
60d5062204 fix model registration race locker 2026-04-26 18:13:11 +02:00
ValueOn AG
564a1200c6 datamodel sctirc fk logic in one place 2026-04-26 18:11:42 +02:00
ValueOn AG
8221a0da3e fixed user references 2026-04-26 08:57:49 +02:00
ValueOn AG
24f0c3e2eb cleanup internal marked exports 2026-04-26 08:31:35 +02:00
ValueOn AG
794ba36f27 teamsbot 2026-04-25 01:13:01 +02:00