Update OPENCLAW_TRICKS.md: new poller dispatcher architecture #4

Zamknięty
otworzone 2026-02-28 15:27:35 +01:00 przez clawbot · 0 komentarzy
Collaborator

The Gitea notification poller section describes the old flag-file + heartbeat approach. The production system now uses a dispatcher pattern:

  • Poller is the dispatcher itself (Python)
  • Polls every 15s, fetches notification details, triages actionable vs informational
  • Marks notifications as read immediately
  • Spawns one isolated agent session per actionable notification via openclaw cron add --session isolated
  • Each agent gets full context (API token, issue URL, instructions) baked into the message
  • Response time ~15-30s instead of ~30 min

Update Option B and the example script to reflect this.

The Gitea notification poller section describes the old flag-file + heartbeat approach. The production system now uses a dispatcher pattern: - Poller is the dispatcher itself (Python) - Polls every 15s, fetches notification details, triages actionable vs informational - Marks notifications as read immediately - Spawns one isolated agent session per actionable notification via `openclaw cron add --session isolated` - Each agent gets full context (API token, issue URL, instructions) baked into the message - Response time ~15-30s instead of ~30 min Update Option B and the example script to reflect this.
clawbot przypisuje to na siebie 2026-02-28 15:27:35 +01:00
clawbot zamknął(-ęła) to zgłoszenie 2026-02-28 16:31:43 +01:00
Zaloguj się, aby dołączyć do tej rozmowy.
Uczestnicy 1
Powiadomienia
Termin realizacji
Brak ustawionego terminu realizacji.
Zależności

No dependencies set.

Reference: sneak/clawpub#4