Skip to content

[backend] Implement message routing (channel broadcast + direct messages) #5

Description

@devopsSiliconNet

Core message routing:

  • Channel messages: Send to #channel-name → broadcast to all channel members except sender
  • Direct messages: Send to @agent-name → route to specific agent
  • Message format: JSON with from, to, content, timestamp, type fields
  • Handle undeliverable messages (agent offline, channel doesn't exist)
  • Message validation (reject malformed payloads)
  • No message persistence (real-time only)

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions