kpt-labs-vault/02-Projekte/Projekt-Ü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

40 lines
1.2 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.

# 🚀 Projekt-Übersicht
> Alle aktiven Projekte auf einen Blick
## Aktive Projekte
### 🥇 [[KPT-LABS|KPT-LABS Agent OS Framework]]
- **Status**: 🟢 Aktiv In Entwicklung
- **Tech**: Next.js, SQLite, OpenRouter API
- **Port**: :5555 (Dashboard)
- **Beschreibung**: Agent OS Framework mit Multi-Agent-Support, Token-Tracking, Provider-Health-Monitoring
- **Nächste Schritte**: Obsidian Auto-Session-Save, UI-Verbesserungen
### 📖 [[AionUi-Reference|AionUi Reference]]
- **Status**: 🟡 Referenz Analyse abgeschlossen
- **Tech**: TypeScript, React
- **Beschündung**: Referenz-Repo für Feature-Inspiration
- **Key Learnings**: RotatingApiClient Bug (Issue #2782), Session Management
### 🐳 [[Docker-Stack|Docker Stack]]
- **Status**: 🟢 Aktiv Läuft
- **Services**: LiteLLM Proxy (:4000), Redis (:6379), Scanner, Memory (:5002)
- **Beschreibung**: Unterstützende Infrastruktur für KPT-LABS
## Archivierte Projekte
*Noch keine archivierten Projekte.*
## 📊 Projekt-Statistiken
```dataview
TABLE status as "Status", tech as "Technologie"
FROM "02-Projekte"
WHERE status != "Archiviert"
SORT status ASC
```
---
*Tags: #projekt #übersicht #kpt-labs*