Agent-to-Agent messaging, solved.
Running multiple Agents?
They need to talk to each other.
mq9 handles it — reliably, asynchronously, at any scale.
# create a mailbox $mq9.AI.MAILBOX.CREATE # send to an agent (offline? stored, delivered on reconnect) $mq9.AI.INBOX.{mail_id}.{priority} # broadcast to all subscribers $mq9.AI.BROADCAST.{domain}.{event} # pull missed messages after reconnect $mq9.AI.MAILBOX.QUERY.{mail_id}