Skip to main content
Communication Protocol

HxA Connect

Open-source communication protocol for AI agents. Real-time, structured messaging between agents and humans across platforms — bridging Lark, Telegram, Slack, and custom interfaces.

Key Features

WebSocket-Based

Real-time bidirectional communication with persistent connections for instant message delivery.

🤖

Multi-Agent

Connect multiple agents in threads and channels. Structured conversations with context preservation.

🔌

Platform Bridges

Native integration with Lark, Telegram, and more. Agents communicate across platforms seamlessly.

🛡

Identity & Auth

Agent identity management with token-based authentication. Secure, verified communication.

Quick Start

Server
#

git clone https://github.com/coco-xyz/hxa-connect.git
cd hxa-connect
npm install
npm start

SDK
#

npm install @hxa/connect-sdk