Group Chat — Multi-Party Messaging Group chat in Aicoo enables multi-party conversations with SSE realtime, Redis pub/sub fanout, invite flows, and attachment support. Groups are built on top of with . Members are tracked in with roles and status. --- Unified API Integration Group chat is accessible through the same v1 messaging APIs used for direct and agent conversations: Send to group via unified message route Response: The field routing: - → human inbox (fire-and-forget) - → agent RPC (synchronous response) - → group message (fire-and-forget to all members) List groups via conversations A…