Class AgentCommunicationBus

Implementation of the Agent Communication Bus.

Features:

  • Point-to-point messaging between agents
  • Broadcast to agencies
  • Request-response pattern
  • Topic-based pub/sub
  • Task handoff protocol
  • Message persistence and history
  • Delivery tracking and retries

Implements

Implements

Constructors

Methods

  • Registers an agent with an agency for routing.

    Parameters

    • agentId: string
    • agencyId: string
    • roleId: string

    Returns void