Kanban Boards Übersicht

Klick auf Task → Details anzeigen | Retry-Button für failed/blocked Tasks

0
Läuft
0
Bereit
14
Erledigt
2
Blockiert
0 0 10 2

Infrastructure & Monitoring (24 Tasks)

Automatisierter Job

Blockiert

hallol

Assignee: default Erstellt: 12.07.2026 16:49:47
Run #1: blocked (5m 51s)

Telegram-Triage & Background-Worker-Konzeption

Blockiert

### 📝 Problemstellung Bei langen Aufgaben blockiert das Hermes-Gateway den Telegram-Chat, da nachfolgende Nachrichten in die Warteschlange (Queue) eingereiht werden. ### 💡 Lösungsansätze #### Option...

Assignee: default Erstellt: 12.07.2026 16:33:34
Run #1: reclaimed (3m 43s)

Kaffeehaus-Landingpage Design-Upgrade

Erledigt

Verbessere das Design der Kaffeehaus-Landingpage unter /srv/workspace-webserver/html/coffeeshop/ dramatisch zu einem modernen, premium und aesthetic Look. Nutze moderne Typografie (z.B. Google Fonts I...

Assignee: designer Erstellt: 12.07.2026 22:40:08
Run #1: completed (2m 59s)

Swarm: Erstelle eine moderne, responsive Kaffeehaus-Landingpage im Dark Mode und deploy

Erledigt

Kanban Swarm v1 planning/root card. This card is completed immediately so parallel workers can start while it remains the shared blackboard and audit anchor. Goal: Erstelle eine moderne, responsive K...

Assignee: default Erstellt: 12.07.2026 16:48:18
Run #1: completed (0s)

Entwirf das visuelle Design (CSS, Farben, Typografie, Styling-Klassen) fuer eine moderne Kaffeehaus-Landingpage

Erledigt

Entwirf das visuelle Design (CSS, Farben, Typografie, Styling-Klassen) fuer eine moderne Kaffeehaus-Landingpage ## Swarm protocol - Swarm root / shared blackboard: `t_df5ec8a5`. - Read sibling/parent...

Assignee: designer Erstellt: 12.07.2026 16:48:18
Run #1: completed (2m 26s)

Programmiere die HTML-Struktur und interaktive Javascript-Funktionen fuer die Kaffeehaus-Landingpage

Erledigt

Programmiere die HTML-Struktur und interaktive Javascript-Funktionen fuer die Kaffeehaus-Landingpage ## Swarm protocol - Swarm root / shared blackboard: `t_df5ec8a5`. - Read sibling/parent handoffs f...

Assignee: developer Erstellt: 12.07.2026 16:48:18
Run #1: completed (1m 17s)

Verify swarm outputs

Erledigt

Review every worker handoff and blackboard update. Gate the swarm: complete only with metadata {"gate": "pass"} when evidence is sufficient; otherwise block with exact missing work. ## Swarm protocol...

Assignee: developer Erstellt: 12.07.2026 16:48:18
Run #1: completed (1m 18s)

Synthesize swarm outputs

Erledigt

Synthesize the verified worker outputs into the final deliverable. Do not start until the verifier has passed the gate. ## Swarm protocol - Swarm root / shared blackboard: `t_df5ec8a5`. - Read siblin...

Assignee: sysadmin Erstellt: 12.07.2026 16:48:18
Run #1: completed (5m 37s)

Ensure Docker containers nginx-proxy-manager and n8n are running

Erledigt

Make sure the Docker containers nginx-proxy-manager-app-1 (NPM) and n8n are running. If they are stopped, start them.

Assignee: default Erstellt: 21.06.2026 16:28:58
Run #1: completed (1m 25s)

Start Docker containers if stopped

Erledigt

Ensure that the Docker containers workspace-webserver and n8n are running. If they are stopped, start them.

Assignee: default Erstellt: 21.06.2026 16:18:48
Run #3: completed (8m 4s)

Hermes Diagnose-Dashboard (System & Agentenstatus)

Erledigt

Entwicklung einer separaten Web-Dashboard-Lösung zur Überwachung von Systemressourcen, Hermes-Agent-Status, Kanban-Board-Übersicht und Infrastruktur-Healthchecks. Integration mit FastAPI und Nginx.

Assignee: default Erstellt: 20.06.2026 19:24:27
Run #2: crashed (1m 0s)

Diagnose-Dashboard für alle Services & Provider

Erledigt

Zentrale Web-Dashboard unter https://167.233.36.239.nip.io/diagnose/ mit: ## Features 1. **Server-Auslastung** (CPU, RAM, Disk, Network, Docker Container Stats) 2. **Service Health Checks** (alle 7 S...

Assignee: default Erstellt: 16.06.2026 23:24:02
Run #2: completed (19m 26s)

Develop telegram_worker.py script for Telegram triage

Archiviert

Develop a lightweight Python script named telegram_worker.py to be placed at /root/.hermes/scripts/telegram_worker.py. The script must: use a Telegram library (e.g., python-telegram-bot) to poll for n...

Assignee: developer Erstellt: 12.07.2026 16:43:13
Run #1: reclaimed (32s)

Create systemd unit file for telegram_worker and enable/start service

Archiviert

Create a systemd unit file named telegram_worker.service in /etc/systemd/system/ (or /usr/lib/systemd/system/) that runs the telegram_worker.py script as a service under the root user. Unit should con...

Assignee: sysadmin Erstellt: 12.07.2026 16:43:13

Verify telegram_worker service: polling, triage, replies, ticket creation

Archiviert

Verify that the telegram_worker service is functioning correctly: check logs to confirm it polls Telegram (e.g., via getUpdates), that it invokes Gemini-1.5-Flash for triage, that simple messages rece...

Assignee: developer Erstellt: 12.07.2026 16:43:13

Modify default profile's SOUL.md to add LLM-based routing logic for direct response vs ticket creation

Archiviert

Edit the default profile's SOUL.md file (located at /root/.hermes/profiles/default/SOUL.md) to add routing logic that uses the LLM to decide between delivering a direct response and creating a Kanban ...

Assignee: developer Erstellt: 12.07.2026 16:43:13
Run #1: reclaimed (32s)

Test routing logic: smalltalk efficient, low token usage, no approval blocks

Archiviert

Test the updated default profile routing: send a variety of Telegram messages (simple greetings, questions, and complex task requests) and verify that smalltalk is handled with a direct reply (no tick...

Assignee: developer Erstellt: 12.07.2026 16:43:13

Research Option A: external polling script as systemd service

Archiviert

Investigate the feasibility and implications of implementing Telegram triage via an external polling script running as a systemd service. Gather details on update safety (how changes affect the servic...

Assignee: developer Erstellt: 12.07.2026 16:42:22
Run #1: reclaimed (32s)

Research Option B: native Hermes profile router

Archiviert

Examine the alternative of using a native Hermes profile router for Telegram triage. Collect information on update safety (integration with Hermes updates), cost (resource usage within Hermes), latenc...

Assignee: developer Erstellt: 12.07.2026 16:42:22
Run #1: reclaimed (32s)

Compare options and write decision record

Archiviert

Using the research from tasks 0 and 1, compare Option A and Option B across the dimensions of update safety, cost, latency, maintenance overhead, token usage, and approval requirements. Select the app...

Assignee: developer Erstellt: 12.07.2026 16:42:22

Evaluate Telegram triage options A vs B and select approach

Archiviert

Review the two proposed solutions: Option A (external polling script as systemd service) and Option B (native Hermes profile router). Compare pros/cons including update safety, cost, latency, maintena...

Assignee: default Erstellt: 12.07.2026 16:42:04
Run #1: reclaimed (32s)

Implement selected Telegram triage solution (external systemd service or Hermes profile router)

Archiviert

If Option A was chosen: develop the lightweight Python script telegram_worker.py, place it at /root/.hermes/scripts/telegram_worker.py, create a systemd unit file to run it as a service, enable and st...

Assignee: developer Erstellt: 12.07.2026 16:42:04

Evaluate Telegram triage options A vs B and select approach

Archiviert

Review the two proposed solutions: Option A (external polling script as systemd service) and Option B (native Hermes profile router). Compare pros/cons including update safety, cost, latency, maintena...

Assignee: default Erstellt: 12.07.2026 16:41:04
Run #1: reclaimed (43s)

Implement selected Telegram triage solution (external systemd service or Hermes profile router)

Archiviert

If Option A was chosen: develop the lightweight Python script telegram_worker.py, place it at /root/.hermes/scripts/telegram_worker.py, create a systemd unit file to run it as a service, enable and st...

Assignee: default Erstellt: 12.07.2026 16:41:04
0 0 1 0

Automation & n8n (1 Tasks)

n8n ↔ Hermes Bridge: Webhook

Erledigt

n8n läuft (Webhook-fähig). Fehlt: Webhook in Hermes (hermes webhook subscribe n8n) → n8n triggert Hermes-Tasks → Ergebnis zurück an n8n. Nutzen: Visuelle Workflows in n8n, schwere Reasoning-Teile an H...

Assignee: default Erstellt: 16.06.2026 01:02:15
Run #2: crashed (12m 2s)
0 0 1 0

Knowledge & RAG (1 Tasks)

Obsidian RAG: Embeddings + Semantic Search

Erledigt

Semantische Suche im Obsidian Vault via Embeddings (lokal Ollama sentence-transformers). Vault + Sync läuft bereits. Fehlt: Skill/MCP-Tool für RAG.

Assignee: default Erstellt: 16.06.2026 01:02:02
Run #2: completed (11m 47s)
0 0 2 0

Backlog & Ideas (2 Tasks)

Alexa Skill → Hermes/n8n Bridge (Cloud-Option)

Erledigt

## Ziel Alexa Custom Skill als Frontend für Hermes/n8n-Automatisierungen – Cloud-basiert, abernative Alexa-Stimme. ## Architektur ## Arbeitspakete 1. **Amazon Developer Account** einrichten (falls ...

Assignee: default Erstellt: 17.06.2026 00:10:51
Run #1: completed (24m 6s)

Lokaler Voice Assistant (Whisper + Piper + Wake Word)

Erledigt

## Ziel Vollständig lokaler, privater Voice-Assistent auf dem Hermes-Server, der Handy (S25 Ultra) & Server steuert. ## Komponenten - **STT**: Whisper (faster-whisper / Ollama) lokal - **TTS**: Piper...

Assignee: default Erstellt: 17.06.2026 00:10:25
Run #2: completed (9m 53s)