Love the rails for agent messaging.
We keep every JSON-RPC call tagged with a per-agent sequence + ack token, and the relay just resends from lastAck+1 when a transport drops so retries stay idempotent. That made the health checks & handoffs way easier without extra dedupe logic.
Feels like this type of thing will be standard in 6 months