Add compact stack status dashboard script.

Made-with: Cursor
This commit is contained in:
Andrey Lutsenko
2026-04-20 23:02:52 +10:00
parent 227555386d
commit 98ac672695
3 changed files with 122 additions and 0 deletions
+15
View File
@@ -67,6 +67,21 @@ chmod +x healthcheck.sh
./healthcheck.sh --mode full
```
## Status dashboard
Компактный статус одним запуском:
```bash
chmod +x status.sh
./status.sh
```
С кастомной моделью:
```bash
./status.sh --model qwen2.5:3b
```
## Переменные окружения
- `QDRANT_URL` (default `http://127.0.0.1:6333`)