gateway/modules/serviceCenter/services/serviceAgent
ValueOn AG 75484c0f73 BREAKING CHANGE
API and persisted records use PowerOnModel system fields:
- sysCreatedAt, sysCreatedBy, sysModifiedAt, sysModifiedBy
Removed legacy JSON/DB field names:
- _createdAt, _createdBy, _modifiedAt, _modifiedBy
Frontend (frontend_nyla) and gateway call sites were updated accordingly.
Database:
- Bootstrap runs idempotent backfill (_migrateSystemFieldColumns) from old
  underscore columns and selected business duplicates into sys* where sys* IS NULL.
- Re-run app bootstrap against each PostgreSQL database after deploy.
- Optional: DROP INDEX IF EXISTS "idx_invitation_createdby" if an old index remains;
  new index: idx_invitation_syscreatedby on Invitation(sysCreatedBy).
Tests:
- RBAC integration tests aligned with current GROUP mandate filter and UserMandate-based
  UserConnection GROUP clause; buildRbacWhereClause(..., mandateId=...) must be passed
  explicitly (same as production request context).
2026-03-28 18:12:37 +01:00
..
__init__.py new ai agent 2026-03-15 23:38:21 +01:00
actionToolAdapter.py Cleaned backend and enhanced ai call failover modes 2026-03-17 22:51:05 +01:00
agentLoop.py subscription base logic 2026-03-22 17:23:54 +01:00
conversationManager.py fixed global RAG and admin consent msft 2026-03-22 01:20:44 +01:00
datamodelAgent.py tools enhancement and cleanup 2026-03-18 13:06:57 +01:00
featureDataAgent.py truastee sync and charting 2026-03-18 23:04:56 +01:00
featureDataProvider.py truastee sync and charting 2026-03-18 23:04:56 +01:00
mainServiceAgent.py BREAKING CHANGE 2026-03-28 18:12:37 +01:00
sandboxExecutor.py file system and stt and ttss reevisions 2026-03-17 19:19:27 +01:00
toolRegistry.py codeeditor 2026-03-17 20:26:11 +01:00