Files
memory/index.md
T
2026-07-24 22:00:15 +00:00

55 lines
2.4 KiB
Markdown

# Memory Index
> Das LLM Wiki ist die **kuratierte, browsbare Wissensbasis** des Homelabs.
> Es wird beim Compound-Learning Zyklus gepflegt (siehe SOUL.md "Continuous Learning").
> MEMORY.md enthält komprimierte Zeiger, das Wiki enthält die Details.
## Struktur
| Verzeichnis | Inhalt |
|-------------|--------|
| `entities/` | Personen, Organisationen, physische Hardware |
| `systems/` | Software-Systeme und Services |
| `concepts/` | Abstrakte Patterns & Konventionen |
| `reference/` | Quick-Lookup Tabellen (IPs, Keys, Ports) |
## Entities
- [[entities/infrastructure]] — Physikalische Hardware, Cluster-Übersicht
- [[entities/team-structure]] — CEO + Agents Modell
- [[entities/dominik-schoen]] — Nutzerprofil
- [[entities/email-system]] — Himalaya, iCloud, 12 Domains
- [[entities/health-fitness]] — Gesundheits-Ziele, Ernährung
## Systems
- [[systems/proxmox-cluster]] — PVE 9.2.3, 9 Nodes, Fluent Bit
- [[systems/ceph-cluster]] — 14 OSDs, EC Pools, bekannte Probleme
- [[systems/rke2-kubernetes]] — 6 Nodes, ArgoCD, CNPG, Workloads
- [[systems/galera-maxscale]] — 3 Galera + 2 MaxScale, VIP .70
- [[systems/loki-fluentbit]] — Logging Stack, 40+ Targets
- [[systems/gitea]] — Git Server, CI, ArgoCD SSH Keys
- [[systems/hindsight]] — Semantic Memory, K8s, API
- [[systems/monitoring]] — Prometheus, Grafana, HolmesGPT
- [[systems/seafile]] — cloud.familie-schoen.com, Seafile 13.0.19
## Concepts
- [[concepts/network-architecture]] — 10.0.X.Y Schema, VLANs
- [[concepts/gitops-workflow]] — IaC → Git → ArgoCD → Verify
- [[concepts/credential-policy]] — 1Password, ESO, keine Secrets in Git
- [[concepts/email-organization]] — Rechnungs-Organizer, Himalaya
## Reference
- [[reference/ip-map]] — IP → Host → Service Mapping
- [[reference/ssh-keys]] — Key → Zweck → Fingerprint
- [[reference/ports]] — Port → Service → Host
## Memory Layer Architektur
| Layer | System | Pfad | Rolle |
|-------|--------|------|-------|
| L0 Hot | MEMORY.md + USER.md | `~/.hermes/memories/` | System-Prompt Injection |
| L1 Curated | LLM Wiki | `~/.hermes/memory/` | Browsbares Wissen (this) |
| L2 Semantic | Hindsight | K8s PostgreSQL | Vektor-Suche |
| L3 Procedural | Skills | `~/.hermes/skills/` | Wie-geht-es Prozeduren |
| L4 Episodic | session_search | SQLite | Gesprächsverläufe |
| L5 Solutions | Solution Docs | `~/docs/solutions/` | Problem-Lösungs-Paare |
| L6 Project | AGENTS.md | pro Repo | Repo-Konventionen |