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:
Richten Sie unter macOS ein persistentes KI-Agent-Gateway mit Redis-Ereignisbrücke, Heartbeat-Überwachung und Multisession-Routing ein. Interaktive Fragen und Antworten passend zu Ihrer Absicht – von minimal (Redis + Erweiterung) bis vollständig (eingebetteter Daemon + Telegram + Watchdog). Verwendung bei: „Gateway einrichten“, „Ich möchte, dass mein Agent immer eingeschaltet ist“, „Ereignisbrücke“, „Heartbeat-Überwachung“, „Agentenbenachrichtigungen“ oder bei jeder Anforderung, einen KI-Agenten dauerhaft und erreichbar zu machen. Quelle: joelhooks/joelclaw.