Update OPENCLAW_TRICKS.md: new poller dispatcher architecture #4

Closed
opened 2026-02-28 15:27:35 +01:00 by clawbot · 0 comments
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 self-assigned this 2026-02-28 15:27:35 +01:00
Sign in to join this conversation.
No Label
bot
merge-ready
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: sneak/clawpub#4
No description provided.