commit 56d9bc2c768fb6b03d61ff1b322402bbf61f507e Author: Pjot
System-Prompts bearbeiten und verwalten
+| Agent | +Prompt-Vorschau | +Aktionen | +
|---|---|---|
| + {{ agent.name }} + | ++ + {{ agent.prompt[:160] }}{% if agent.prompt|length > 160 %}…{% endif %} + + | ++ Bearbeiten + | +
agents/ Unterverzeichnisse mit systemprompt.md enthält.
+ Direkte Anfrage an einen spezifischen Agenten
+Noch keine Nachrichten.
+ Starten Sie eine Konversation.
+
Automatisch verarbeitete Emails und Antworten
+📭
+Noch keine Emails verarbeitet.
Der Poller prüft alle 2 Minuten den Posteingang.
| Zeitstempel | +Von | +Betreff | +Agent | +Status | +Antwort-Vorschau | +
|---|---|---|---|---|---|
| {{ entry.timestamp }} | +{{ entry.from }} | +{{ entry.subject }} | ++ {% if entry.agent %} + {{ entry.agent }} + {% else %} + — + {% endif %} + | ++ {% if entry.status == 'replied' or entry.status == 'completed' %} + ✓ replied + {% elif entry.status == 'skipped' %} + — skipped + {% elif entry.status == 'error' %} + ✗ error + {% elif entry.status == 'queued' %} + ⏳ queued + {% else %} + {{ entry.status }} + {% endif %} + | +
+ {% if entry.response_preview %}
+ {{ entry.response_preview }}
+ {% else %}
+ —
+ {% endif %}
+ |
+
Posteingang und Email-Versand
+IMAP_SERVER, SMTP_SERVER, EMAIL_ADDRESS, EMAIL_PASSWORD in der .env-Datei.
+Email-Konfiguration erforderlich
+Keine Emails vorhanden
+Uploads, Email-Vorlagen und Projektdokumente
+Keine Email-Vorlagen gefunden.
+Keine Projektdokumente gefunden.
++ Agenten-Orchestrierung · Samstag 5. September · Wiener Rathaus +
++ {{ agent.description[:90] }}{% if agent.description|length > 90 %}…{% endif %} +
+ aktiv +| # | +Titel | +Agent | +Status | +Erstellt | +
|---|---|---|---|---|
| #{{ task.id }} | +{{ task.title }} | +{{ task.assigned_agent }} | ++ {% if task.status == 'pending' %} + Pending + {% elif task.status == 'in_progress' %} + Läuft + {% elif task.status == 'completed' %} + Fertig + {% elif task.status == 'error' %} + Fehler + {% else %} + {{ task.status }} + {% endif %} + | +{{ task.created }} | +
Delegiert automatisch an den passenden Agenten
+🤖
+Noch keine Anfragen.
Der Orchestrator delegiert automatisch an den passenden Agenten.
+ ✓ Immer zuerst delegieren · ✓ Neuen Agenten erstellen falls nötig · ✓ Niemals selbst ausführen +
+Poller-Konfiguration & System-Status
+| Status | +Anzahl | +
|---|---|
| + {% if status == 'completed' %} + ✓ {{ status }} + {% elif status == 'queued' %} + ⏳ {{ status }} + {% elif status == 'skipped' %} + — {{ status }} + {% elif status == 'error' %} + ✗ {{ status }} + {% else %} + {{ status }} + {% endif %} + | +{{ count }} | +
Noch keine Einträge im Journal.
+ {% endif %} + +email_journal.db
+
+ Nur Emails von diesen Absendern werden verarbeitet (aktuell hardcoded in app.py):
{{ addr }}
+ {% endfor %}
+ *@diversityball.at
+ Manuelle und automatische Email-Tasks
+| # | +Titel | +Agent | +Status | +Erstellt | +Aktion | +
|---|---|---|---|---|---|
| {{ task.id }} | +
+ {{ task.title }}
+ {% if task.type == 'email' %}
+ Email
+ {% endif %}
+ {% if task.description %}
+
+ {{ task.description[:60] }}{% if task.description|length > 60 %}…{% endif %}
+
+ {% endif %}
+ |
+ {{ task.assigned_agent }} | ++ {% if task.status == 'pending' %} + Pending + {% elif task.status == 'in_progress' %} + In Progress + {% elif task.status == 'completed' %} + Done + {% elif task.status == 'error' %} + Fehler + {% else %} + {{ task.status }} + {% endif %} + | +{{ task.created }} | ++ {% if task.type == 'email' %} + Auto + {% elif task.status == 'pending' %} + Start + {% elif task.status == 'in_progress' %} + Fertig + {% else %} + — + {% endif %} + | +
📋
+Noch keine Tasks. Erstellen Sie den ersten Task!
+