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:
Redis 이벤트 브리지, 하트비트 모니터링 및 다중 세션 라우팅을 사용하여 macOS에 영구 AI 에이전트 게이트웨이를 설정하세요. 최소(Redis + 확장)부터 전체(내장형 데몬 + 텔레그램 + 워치독)까지 귀하의 의도에 맞는 대화형 Q&A입니다. 사용 시기: '게이트웨이 설정', '에이전트를 항상 켜두기를 원함', '이벤트 브리지', '하트비트 모니터링', '에이전트 알림' 또는 AI 에이전트를 지속적이고 연결 가능하게 만드는 요청. 출처: joelhooks/joelclaw.