This skill builds a persistent gateway for an AI coding agent on a Mac. It bridges background workflows (Inngest, cron, pipelines) into your agent's session and optionally routes responses to external channels (Telegram, WebSocket).
GATEWAYROLE=central is required for the always-on session. Without it, the session runs as a satellite and misses heartbeats, system alerts, and any events not targeted at it specifically. Set it when launching:
serveHost is mandatory when Inngest runs in Docker and the worker runs on the host. The SDK advertises localhost:3100 as its callback URL, but Docker can't reach the host's loopback. Set it in your Hono serve handler:
Configura un gateway agente AI persistente su macOS con bridge eventi Redis, monitoraggio heartbeat e routing multisessione. Domande e risposte interattive per soddisfare le tue intenzioni: dal minimo (Redis + estensione) al completo (daemon incorporato + Telegram + watchdog). Da utilizzare quando: "configura un gateway", "voglio che il mio agente sia sempre attivo", "bridge eventi", "monitoraggio del battito cardiaco", "notifiche agente" o qualsiasi richiesta per rendere un agente AI persistente e raggiungibile. Fonte: joelhooks/joelclaw.