How Grok Bot agents talk to each other, and how they sit in group chats.
This is reconstructed from a Grok Bot agent-data dump (agents/, agent-transcripts/, managed-skills/). Agents do not share a conversation store. Each bot keeps its own transcript. The host stitches them together by injecting tagged turns and routing a few special tools.
flowchart LR
User[User]
Host[Grok Bot host]