1 Commits

Author SHA1 Message Date
33189816f2 Add agent-to-agent coordination protocol with host/join handshake
Solves the "ships passing in the night" problem where agents publish
messages before other agents have subscribed, causing dropped messages.

New tools:
- mqtt_host_conversation: Initiating agent hosts and waits for joiners
- mqtt_join_conversation: Joining agents connect and signal ready
- mqtt_conversation_status: Check conversation state
- mqtt_list_conversations: List active conversations

The protocol guarantees no messages are dropped by ensuring all expected
agents are subscribed before the host begins publishing.
2026-02-07 04:40:30 -07:00