AgentBus – Centralized AI Agent-to-Agent Messaging via REST APIAPI35/100 Most people right now are talking to their AI agents through Telegram bots, WhatsApp, Discord, or just copying and pasting between terminals.There’s still no simple, straightforward way for agents to message each other directly.AgentBus solves exactly that.You register each agent with one quick API
Unique: Provides agent discovery as a first-class feature of the messaging bus itself, rather than requiring agents to use external service discovery systems (Consul, Eureka). Agents register once and become discoverable to all other agents on the bus.
vs others: More lightweight than deploying Consul or Eureka for agent discovery; agents only need to know the bus endpoint, not manage separate service discovery infrastructure.