Dieter Schlüter
97ae0a5d34
feat(admin): LLM-/GPU-Status-Karte (read-only) — Plan-Schritt 2
- app/admin_llm.py: read-only Statusabfragen ohne sudo (docker ps, ollama ps,
nvidia-smi, systemctl --user) mit sicheren Defaults bei fehlenden Tools.
- GET /api/admin/llm/status (require_admin): Backend, Modell, Backend-Status,
geladene Ollama-Modelle, GPU-Auslastung, Gateway-Dienst-Status.
- Admin Status-Tab: LLM-Backend-Karte mit GPU-Balken.
- Tests: Auth-Gate + Antwortschema (160 grün).
- Doku §7.5: Status-Tab um LLM/GPU-Karte ergänzt.
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
|
2026-06-20 18:33:06 +02:00 |
| .. |
|
__init__.py
|
Initial commit: Voice Assistant Gateway mit Konfig-/Routing-Fundament
|
2026-06-17 01:48:56 +02:00 |
|
admin.py
|
feat(admin): LLM-/GPU-Status-Karte (read-only) — Plan-Schritt 2
|
2026-06-20 18:33:06 +02:00 |
|
chat.py
|
feat: Geräte-TTS, native Stimmen, Favicon, Auth-Gate, UI-Fixes
|
2026-06-20 13:12:04 +02:00 |
|
config.py
|
Initial commit: Voice Assistant Gateway mit Konfig-/Routing-Fundament
|
2026-06-17 01:48:56 +02:00 |
|
devices.py
|
Initial commit: Voice Assistant Gateway mit Konfig-/Routing-Fundament
|
2026-06-17 01:48:56 +02:00 |
|
health.py
|
Initial commit: Voice Assistant Gateway mit Konfig-/Routing-Fundament
|
2026-06-17 01:48:56 +02:00 |
|
me.py
|
feat: Geräte-TTS, native Stimmen, Favicon, Auth-Gate, UI-Fixes
|
2026-06-20 13:12:04 +02:00 |
|
metrics.py
|
feat: Resilienz (Fallback-Ketten) und Metriken (#5)
|
2026-06-17 05:19:07 +02:00 |
|
sessions.py
|
feat: Cloud-Fundament - Auth, Persistenz und Mandanten-Trennung
|
2026-06-17 02:14:25 +02:00 |
|
speak.py
|
feat: Geräte-TTS, native Stimmen, Favicon, Auth-Gate, UI-Fixes
|
2026-06-20 13:12:04 +02:00 |
|
transcribe.py
|
feat: Tageskontingent und Notfall-Eskalation (#6)
|
2026-06-17 05:29:30 +02:00 |
|
ws.py
|
feat: Geräte-TTS, native Stimmen, Favicon, Auth-Gate, UI-Fixes
|
2026-06-20 13:12:04 +02:00 |