docs: Admin-API (§7.1), Admin-Panel/Geräte-TTS/Presets + Verzeichnisstruktur nachziehen
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This commit is contained in:
parent
b8b2bcddd3
commit
303372f0b9
2 changed files with 46 additions and 7 deletions
|
|
@ -17,7 +17,8 @@ Jede Achse — Hardware, Betrieb, Software — ist frei konfigurierbar, ohne Cod
|
|||
- **Gesprächsgedächtnis** pro Session (Verlauf) + Langzeit-Erinnerungen pro Nutzer (manuell + automatisch)
|
||||
- **WebSocket-Streaming:** Token-Streaming (LLM), Audio-Streaming (satzweises TTS), Sprach-Eingang, VAD, Barge-in
|
||||
- **Notfall-Eskalation:** zweistufig (Stichwörter + LLM-Klassifikation im Hintergrund)
|
||||
- **Web-Interface** unter `/` (Tailwind, kein Build, mobiltauglich)
|
||||
- **Web-Interface** unter `/` (Tailwind, kein Build, mobiltauglich) mit Geräte-TTS (Browser-Sprachausgabe) und Ton-Presets (Schnell/Hohe Qualität/Cloud)
|
||||
- **Admin-Panel** (5 Bereiche + Übersicht-Dashboard): Nutzer/Sessions, LLM-/GPU-Status, Backend-Wechsel + Gateway-Neustart, Live-Config, Aussprache-Lexika, Live-Log, Audit-Logging
|
||||
- **Keine Secrets im Code** — API-Keys nur über die Umgebung
|
||||
|
||||
---
|
||||
|
|
@ -193,7 +194,7 @@ make llm-status # Container- und HTTP-Status prüfen
|
|||
## Projektstruktur (Kurzform)
|
||||
|
||||
```text
|
||||
app/ Gateway: config, api/, core/, audio/, pipeline/, providers/
|
||||
app/ Gateway: config, api/, core/, audio/, pipeline/, providers/, web/ (Frontend + Admin)
|
||||
config/ voice-assistant.example.toml (lokale .toml ist gitignored)
|
||||
deploy/ systemd-Unit, nginx-Vorlage, env-Beispiel
|
||||
scripts/ voice_loop.py, chat_client.py, smoke_e2e.py, add_pronunciation.py
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue