kpt-labs-vault/01-Wissensdatenbank/Wissensdatenbank-Übersicht.md
Floki 4135d1c2b9 🚀 Initial commit: KPT-LABS Obsidian Vault
- Wissensdatenbank Struktur
- Projekt-Übersichten
- Session-Management Templates
- Dashboard Integration
- README.md mit Recovery Guide
- System Snapshot Generator

Generiert: 2026-06-19
2026-06-20 22:44:04 +02:00

66 lines
1.7 KiB
Markdown
Raw 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.

# 📚 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