Commit Graph
38 Commits
Author SHA1 Message Date
Axel Uhl 254a33cdb4 fixing logging when AIAgent event commenting is activated during start-up 2026-04-29 15:58:06 +02:00
Axel Uhl 8e5b7f8a5a pass through [Security|AccessControl]Exception when invalid credentials are provided 2025-11-03 16:01:05 +01:00
Axel Uhl 4fd6731f62 bug6157: renamed com.sap.sailing.domain.tracking to com.sap.sailing.domain.shared.tracking in com.sap.sailing.domain.shared.android;
same for the corresponding .impl package; this removes the ambiguity
with the com.sap.sailing.domain bundle that exports the same packages.
2025-09-24 17:14:12 +02:00
Axel Uhl 2c6258acae bug6157: removed redundant package imports from aiagent bundle's manifest 2025-09-24 17:04:02 +02:00
Axel Uhl 50c3ad6819 use o4-mini as the default model (cheap, fast, powerful) 2025-08-29 18:04:11 +02:00
Axel Uhl 0830745819 switching AIAgent showcase to gpt-5 model 2025-08-29 17:01:55 +02:00
Axel Uhl 58e2fee47a bug6095: fixed serialization issues of AIAgent listeners 2025-03-11 16:41:42 +01:00
Axel Uhl a2bacc9b7d bug6095: properly handle missing model name system property 2025-03-07 09:44:41 +01:00
Axel Uhl 94602a46a4 bug6095: don't make any calls to AICore without credentials 2025-03-06 17:55:20 +01:00
Axel Uhl f0c26a894c bug6095: Wiki docs; update Deployment/ChatSession for new Credentials 2025-03-06 17:02:00 +01:00
Axel Uhl 671eb2cc47 bug6095: added persistence for AI Core Credentials, using AES encryption with random salt 2025-03-06 15:18:46 +01:00
Axel Uhl 27a621b188 bug6095: allow users to enter AI Core credentials in AdminConsole (non-persistent) 2025-03-06 14:24:11 +01:00
Axel Uhl 4e3153a63a bug6095: suspend AI commenting while a race is still in LOADING/PREPARED state 2025-03-06 13:09:11 +01:00
Axel Uhl 6e028c1d58 bug6095: add XTE considerations to TopThreeMarkRoundingRule 2025-03-05 18:13:51 +01:00
Axel Uhl c589f41cb6 bug6095: consider early starters in start comment 2025-03-04 17:54:31 +01:00
Axel Uhl 502c4bdfab bug6095: after introducing background/retry/back-off for AICore requests, fixed locking (for good) 2025-03-04 17:24:03 +01:00
Axel Uhl f9c32ebd1a bug6095: fixed locking for AIAgent's parallel contributions 2025-03-04 16:05:55 +01:00
Axel Uhl 6239ed7971 bug6095: added a placeholder for a TopThreeMarkRoundingRule 2025-03-03 18:15:33 +01:00
Axel Uhl 4e5ab73446 bug6095: fixed stray selection change events upon table filling; show model name 2025-03-03 17:39:38 +01:00
Axel Uhl ac303885c9 bug6095: use UUID String representation in MongoDB, first working admin console version for AI support 2025-02-28 17:26:06 +01:00
Axel Uhl eb238106b6 bug6095: added implementation to aiagent.persistence 2025-02-28 11:07:25 +01:00
Axel Uhl 631f26de52 bug6095: added aiagent.persistence bundle, yet empty 2025-02-27 16:29:38 +01:00
Axel Uhl 0b7ee48d10 bug6095: fixed relative URL for AI logo image now in .www/images 2025-02-26 17:13:42 +01:00
Axel Uhl b6434167dd bug6095: tags now have a hiddenInfo field, used for tag identifiers;
added the AI icon to com.sap.sailing.www/images for stability;
improved sizing of images displayed with tags
2025-02-26 17:08:02 +01:00
Axel Uhl c83a5993f2 bug6095: made AI LLM to use configurable through system property sap.sailing.aiagent.modelname 2025-02-26 14:38:31 +01:00
Axel Uhl c6dc7aa213 bug6095: use AI-generated icon instead of SAP logo for AI agent tags 2025-02-25 17:47:59 +01:00
Axel Uhl c904628e91 bug6095: a first working AI agent that has sent the first comments as tags 2025-02-25 17:08:21 +01:00
Axel Uhl c19fc18ee3 bug6095: implemented a small REST API for the aiagent bundle 2025-02-25 15:40:20 +01:00
Axel Uhl ad4cd299fc Revert "bug6095: moved Activator to impl package, export aiagent package"
This reverts commit ebaf236e81.
2025-02-25 15:07:49 +01:00
Axel Uhl ebaf236e81 bug6095: moved Activator to impl package, export aiagent package 2025-02-25 15:07:27 +01:00
Axel Uhl 5e4ddbb136 bug6095: fixed launch config/auto-start for aiagent bundle 2025-02-25 14:50:33 +01:00
Axel Uhl a066200f81 bug6095: updated launches and sleenium config for new aiagent auto-start level 5 2025-02-25 14:34:11 +01:00
Axel Uhl 3347faebc7 Merge remote-tracking branch 'github/bug6095' into bug6095 2025-02-25 14:33:42 +01:00
Axel Uhl 02b3ce34b2 bug6095: trying to implement a first commenting rule 2025-02-25 14:23:38 +01:00
Axel Uhl 9d63ef98c5 bug6095: fixed manifest of aiagent, required because com.sap.sailing.domain.base is currently exported by two bundles... 2025-02-24 20:14:46 +01:00
Axel Uhl c5d54ba0db bug6095: a few first thoughts as Javadocs 2025-02-24 18:25:34 +01:00
Axel Uhl b146c6d0d3 bug6095: added AICore and RacingEventService tracker to aiagent activator 2025-02-24 17:39:11 +01:00
Axel Uhl fefada2441 bug6095: added missing aiagent bundle 2025-02-21 18:02:36 +01:00