Initial: Nexa Nervensystem Struktur angelegt
This commit is contained in:
@@ -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.
|
||||
@@ -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.
|
||||
Executable
+4
@@ -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
|
||||
Reference in New Issue
Block a user