diff --git a/nexa-core/README.md b/nexa-core/README.md new file mode 100644 index 0000000..ea1e6c0 --- /dev/null +++ b/nexa-core/README.md @@ -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. diff --git a/nexa-core/ai-prompts/system_prime.txt b/nexa-core/ai-prompts/system_prime.txt new file mode 100644 index 0000000..8e1ada2 --- /dev/null +++ b/nexa-core/ai-prompts/system_prime.txt @@ -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. diff --git a/nexa-core/config/agents.yaml b/nexa-core/config/agents.yaml new file mode 100644 index 0000000..e69de29 diff --git a/nexa-core/config/qdrant_schema.json b/nexa-core/config/qdrant_schema.json new file mode 100644 index 0000000..e69de29 diff --git a/nexa-core/scripts/backup_workflows.sh b/nexa-core/scripts/backup_workflows.sh new file mode 100755 index 0000000..936903c --- /dev/null +++ b/nexa-core/scripts/backup_workflows.sh @@ -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