2 pointsby predogger5 hours ago1 comment
  • guerython4 hours ago
    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.
    • predogger4 hours ago
      Feels like this type of thing will be standard in 6 months