hermes-erkenntnisse/README.md
2026-07-06 05:38:47 +02:00

44 lines
2.4 KiB
Markdown
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

---
date: 2026-07-06
tags: [hermes, infra, dokumentation]
---
# Hermes-Agent Erkenntnisse — Dokumentation
**Stand:** 2026-07-06
**Repo:** [git.consoro.it/barby/hermes-erkenntnisse](https://git.consoro.it/barby/hermes-erkenntnisse)
## Architektur-Übersicht
| Komponente | Host | Details |
|---|---|---|
| **Silvershark** | Mac M1 Pro (lokal) | Hermes-Agent primär, Ollama, ComfyUI |
| **Hub** | 49.13.209.112 (Hetzner) | CPU-only, 301 GB SSD, Docker-Host |
| **GPU-Shadow** | 100.87.122.111 | Offline (Stand 2026-07-06) |
## Dokumentationsindex
1. **[Skills-Rekursion-Bug](skills-rekursion-bug.md)** — 18 Ebenen tiefe Rekursion in `~/.hermes/skills/`, 196 MB verschwendet. Ursache: Selbstreferenzierung beim Skill-Sync. Fix: `rm -rf ~/.hermes/skills/skills`.
2. **[Approvals-Mode-Mechanismus](approvals-mode-mechanismus.md)** — Kein Config-Schalter, sondern macOS TCC/LaunchServices. Lösung: `hermes config set approvals.mode off` → YAML `false` = `--yolo`. 33 Code-Referenzen in 10 Dateien.
3. **[Hub-Disk-Vollanalyse](hub-disk-vollanalyse.md)** — 281G/301G (95%). 36 Docker-Images. Top-Fresser: Open-WebUI 4,8G, keys-bridges 2,9G, LiteLLM 1,9G×2. Bereinigung 40,4G temporär, danach wieder aufgefressen.
4. **[Barby-Gateway-Deaktivierung](barby-gateway-deaktivierung.md)** — LaunchAgent deaktiviert am 06.07. Gateway läuft nur lokal auf Mac (7724 Hermes, 18789 OpenClaw). Kollision mit Hermes-Gateway behoben.
5. **[Lokale Modelle Mac](lokale-modelle-mac.md)** — 11 Ollama-Aliase, Default `qwen2.5:14b`. Fallbacks: `qwen2.5:7b`, `mistral:7b`, `llama3.1:8b`. Mac M1 Pro, 16 GB RAM.
6. **[PIL-Fehler ComfyUI](pil-fehler-comfyui.md)** — PIL in Hermes-Venv defekt → `sips`-Umgehung. RMBG-BEN Crash auf MPS: `KeyError` Fix in `AILab_RMBG.py`: `params["key"]``params.get("key", default)`.
7. **[Hermes-Gateway-Konfiguration](hermes-gateway-konfiguration.md)** — `model.provider: mac`, `model: qwen2.5:14b`, `api_key: ollama`. OpenClaw auf Port 18789. Homebrew-Ollama deaktiviert.
8. **[Git-Repo-Obsidian-Doku-Guide](git-obsidian-doku-guide.md)** — Anleitung: Git-Repo clonen, Obsidian-Vault symlinken, automatisierte Doku-Skripte.
---
## §§ WICHTIG
- Alle Befehle in dieser Dokumentation wurden auf dem beschriebenen System **tatsächlich ausgeführt**.
- Shell-Output ist, wo angegeben, **echtes Terminal-Output**.
- Kein Platzhalter-Content — jeder Befehl reproduzierbar.