- Wissensdatenbank Struktur - Projekt-Übersichten - Session-Management Templates - Dashboard Integration - README.md mit Recovery Guide - System Snapshot Generator Generiert: 2026-06-19
66 lines
1.7 KiB
Markdown
66 lines
1.7 KiB
Markdown
# 📚 Wissensdatenbank Übersicht
|
||
|
||
> Zentrale Wissenssammlung – strukturiert nach Domänen
|
||
|
||
## Domänen
|
||
|
||
### 🤖 [[Agent-OS-Wissensdatenbank|Agent-OS]]
|
||
- KPT-LABS Framework Architektur
|
||
- AI Agent Patterns & Best Practices
|
||
- Multi-Agent Orchestration
|
||
- Token Management & Optimierung
|
||
- Fallback-Strategien & Key-Rotation
|
||
|
||
### 🛠️ [[DevOps-Wissensdatenbank|DevOps]]
|
||
- Docker & Container-Orchestrierung
|
||
- CI/CD Pipelines
|
||
- Infrastructure as Code
|
||
- Monitoring & Alerting
|
||
|
||
### 🧠 [[ML-Ops-Wissensdatenbank|ML-Ops]]
|
||
- Model Deployment & Serving
|
||
- LLM Inference Optimization
|
||
- Quantization (GGUF, GPTQ, AWQ)
|
||
- HuggingFace Hub Integration
|
||
- Experiment Tracking (W&B)
|
||
|
||
### 🌐 [[Web-Dev-Wissensdatenbank|Web-Dev]]
|
||
- Next.js & React Patterns
|
||
- API-Design & Middleware
|
||
- Authentication & Security
|
||
- UI/UX Best Practices
|
||
- Database Design (SQLite, PostgreSQL)
|
||
|
||
### 🔒 [[Security-Wissensdatenbank|Security]]
|
||
- API Key Management
|
||
- OAuth & Token Flows
|
||
- Security Best Practices
|
||
- Vulnerability Patterns
|
||
|
||
### 🔧 [[Tools-Wissensdatenbank|Tools]]
|
||
- Hermes Agent CLI
|
||
- OpenCode CLI
|
||
- Development Tooling
|
||
- Automation Scripts
|
||
|
||
## 📌 Neue Einträge
|
||
|
||
```dataview
|
||
TABLE file.ctags as "Tags", file.mtime as "Aktualisiert"
|
||
FROM "01-Wissensdatenbank"
|
||
SORT file.mtime DESC
|
||
LIMIT 10
|
||
```
|
||
|
||
## 🏷️ Tags Übersicht
|
||
- `#agent-os` – Agent OS Framework Themen
|
||
- `#devops` – DevOps & Infrastructure
|
||
- `#ml-ops` – ML Operations & Model Serving
|
||
- `#web-dev` – Web Development
|
||
- `#security` – Security Themen
|
||
- `#tools` – Tools & CLI
|
||
- `#best-practice` – Best Practices
|
||
- `#howto` – Schritt-für-Schritt Anleitungen
|
||
- `#reference` – Referenz-Dokumentation
|
||
- `#problem-solution` – Problemlösungen
|