2 comments

  • guerython 6 hours ago 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.

    • predogger 6 hours ago ago

      Feels like this type of thing will be standard in 6 months