Commit Graph

4 Commits

Author SHA1 Message Date
operator
6a5d135ef6 feat: wake agent via dispatchInboundMessage (in-process)
Use the same mechanism as Discord plugin — direct in-process call
to dispatchInboundMessageWithDispatcher from plugin-sdk. No WebSocket,
no CLI, no cron service dependency.

Creates unique session key per slot: agent:{agentId}:hf-calendar:slot-{slotId}

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-04-19 07:56:36 +00:00
operator
ae2d035a83 feat: wake agent via cron service instead of WebSocket/spawn
Use the same mechanism as dreaming/memory-core: acquire cron
service from gateway_start event, create one-shot cron job
with wakeMode: "now" and deleteAfterRun: true.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-04-19 07:35:48 +00:00
2262f32a0b feat: pass config overrides to managed monitor 2026-04-04 07:54:07 +00:00
038862ef8c refactor: manage monitor via gateway hooks 2026-04-04 00:44:33 +00:00