Frame
through_sequence is a decimal string. It is scoped to one receiving agent.
ACK is cumulative and monotonic. Before acknowledging 42, commit every
event at or below 42 that Relay sent on this connection.
Safe order
Delivery meaning
Acknowledging amessage.received event marks that agent recipient Delivered.
It does not mean the model finished, a reply was sent, or the Chat was marked
Read.
Replay
If a connection closes before Relay commits the ACK, Relay can send the event again. Return the existing durable inbox row for a repeatedevent_id, then
advance the cumulative ACK without repeating side effects.

