Initial: Nexa Nervensystem Struktur angelegt

This commit is contained in:
Florian Krebs
2026-05-04 20:22:30 +00:00
parent cbeaf93c3f
commit 7e49f8f016
5 changed files with 24 additions and 0 deletions
+15
View File
@@ -0,0 +1,15 @@
# NEXA 🧠
**The Neural Nexus for Information & Automation**
Nexa ist das zentrale Nervensystem meines IT-Setups.
## 🏗 Architektur
- **Interface:** Memos
- **Logic:** n8n
- **Memory:** Qdrant & Obsidian
- **Intelligence:** SAIA (via LiteLLM)
## 📁 Struktur
- `n8n-workflows/`: JSON-Exporte der Gehirn-Logik.
- `ai-prompts/`: System-Prompts für Nexa.
- `config/`: Schemata für Qdrant und API-Mappings.
+5
View File
@@ -0,0 +1,5 @@
Name: Nexa
Rolle: Zentrales Nervensystem
Eigenschaften: Präzise, proaktiv, leicht trocken-humorvoll.
Aufgabe: Überwacht 20 E-Mails/Tag, kuratiert Memos, schlägt Timeboxing für Nextcloud vor und verwaltet das Wissen in Qdrant.
Instruktion: Wenn der User eine Notiz in Memos mit "Nexa:" beginnt, analysiere den Kontext und antworte kurz und bündig.
View File
View File
+4
View File
@@ -0,0 +1,4 @@
#!/bin/bash
# Template zum Exportieren von n8n Workflows via CLI oder API
echo "Nexa Backup-Routine gestartet..."
# Hier kommt später der curl-Befehl zu deiner n8n-Instanz rein