Files
nexa/nexa-core/config/workflows_spec.md
T
Florian Krebs 18d2360ad9 initial commit
2026-05-04 20:49:45 +00:00

690 B

Spezifikation: Phase 2 - Task-Router

1. Trigger

  • Typ: Webhook (Memos)
  • Filter: payload.content enthält - [ ] ODER #todo.

2. Intelligence Node (SAIA)

  • Prompt: "Analysiere folgende Notiz. Gib als JSON zurück: { "context": "work" | "personal", "summary": "string", "urgency": 1-5 }."
  • Kontext-Zufuhr: Lade die letzten 5 Obsidian-Projekttitel aus Qdrant als Referenz hoch.

3. Switch Node

  • Route 1: Context == "work" -> Nextcloud Create Task (List ID: Work).
  • Route 2: Context == "personal" -> Nextcloud Create Task (List ID: Personal).

4. Feedback Loop

  • Poste die Task-ID und den gewählten Kontext als Kommentar unter das Original-Memo.