Back to all projects
Experimental

ZeptoRT

Real-time agent bus

A high-throughput message bus for real-time agent communication. ZeptoRT enables low-latency event streaming, pub/sub patterns, and request-reply semantics for distributed agent systems.

Quickstart

terminal
# Install ZeptoRT
$ docker run -p 4222:4222 aisarlabs/zeptort
$
# Connect with client
$ zeptort-cli pub agent.events "hello"

Features

Pub/Sub Messaging

Flexible publish-subscribe patterns for agent coordination.

Request-Reply

Synchronous request-response with automatic timeout handling.

Stream Processing

High-throughput event streaming with backpressure management.

Clustering

Distributed topology with automatic failover and rebalancing.

Architecture

ClientsPublisher and consumer applications
RouterMessage routing and subject matching
StreamsPersistent message storage
ClusterDistributed node coordination