top | item 47208544

(no title)

guerython | 10 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.

discuss

order

predogger|10 hours ago

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