Abbildungen für Entscheidungsvorlage zu Moodle-AI-Subsystem

This commit is contained in:
2026-08-12 13:18:54 +02:00
parent 9f63fd357f
commit 705bc68869
6 changed files with 40 additions and 0 deletions
@@ -0,0 +1,17 @@
flowchart LR
subgraph MS["mastersolution ONE (Moodle)"]
KURS[Kurse, Materialien, Videos]
ROLLEN[Rollen und Berechtigungen]
UI[Aufruf aus dem Kurs]
end
subgraph TUTOR["Sovereign RAG Tutor (eigenständiger Dienst)"]
VAULT[Knowledge Vault]
LLM[Souveränes Sprachmodell]
GOV[Mandanten- und Governance-Schicht]
end
KURS -->|Materialübernahme| VAULT
ROLLEN -->|Identität und Berechtigungen| TUTOR
UI -->|Aufruf per Standardschnittstelle| TUTOR
TUTOR -.->|Antwort mit Beleg und Rücksprung ins Material| MS
File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 20 KiB

@@ -0,0 +1,6 @@
flowchart TD
A["A Vollintegration<br/>Kern als Placement im AI-Subsystem"]
B["B Geteilte Integration<br/>Externer Kern, Oberfläche als Placement"]
C["C Eigenständiger Dienst<br/>Standardbasierte Anbindung (LTI, Web Services)"]
D["D Gestufte Integrationstiefe<br/>C als Fundament, native Einbettung als Ausbaupfad"]
C -.->|Ausbaupfad| D
File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 12 KiB

@@ -0,0 +1,14 @@
flowchart LR
U[Nutzer]
P1["Placement<br/>(UI-Plugin)"]
M["Manager<br/>(Core)"]
A(["Action<br/>(Core-Klasse)"])
PR["Provider<br/>(Plugin)"]
EXT[Externer KI-Dienst]
U --> P1
P1 -->|erzeugt| A
A --> M
M --> PR
PR --> EXT
EXT -.Response.-> PR -.-> M -.-> P1
File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 61 KiB