ARP: Stateless WebSocket Relay for Autonomous Agent Communication

✍️ OpenClawRadar📅 Published: April 16, 2026🔗 Source
ARP: Stateless WebSocket Relay for Autonomous Agent Communication
Ad

ARP (Agent Relay Protocol) is a stateless WebSocket relay designed for communication between autonomous agents. The protocol provides a lightweight infrastructure layer for agents to exchange messages without maintaining persistent server-side state.

Technical Specifications

The protocol implements several specific technical features:

  • Ed25519 identity: Uses Ed25519 digital signatures for agent authentication and identity verification
  • HPKE encryption: Implements Hybrid Public Key Encryption as defined in RFC 9180 for secure message transmission
  • Binary TLV framing: Uses Type-Length-Value binary framing for efficient message structure
  • 33 bytes overhead per message: Minimal protocol overhead for efficient communication
Ad

Deployment and Usage

The system requires no accounts or registration process. Developers can immediately start using it by:

  • Generating a cryptographic keypair
  • Connecting to the WebSocket relay endpoint

For developers working with autonomous agents, stateless relays like ARP provide a practical solution for agent-to-agent communication without the complexity of managing persistent connections or server-side session state. The combination of modern cryptographic standards (Ed25519 and HPKE) with minimal overhead makes this suitable for performance-sensitive agent applications.

The project is available at arp.offgrid.ing with source code on GitHub.

📖 Read the full source: r/openclaw

Ad

👀 See Also

SIDJUA v0.9.7: Open Source Multi-Agent AI with Pre-Action Governance Enforcement
Tools

SIDJUA v0.9.7: Open Source Multi-Agent AI with Pre-Action Governance Enforcement

SIDJUA v0.9.7 is a self-hosted, open source multi-agent AI framework that enforces governance rules before agents act, blocking unauthorized actions like budget overruns or scope violations. It supports multiple LLM providers, runs on 4GB RAM, and includes a desktop GUI built with Tauri v2.

OpenClawRadar
The Human Creativity Benchmark: Separating Convergence from Divergence in AI Creative Evaluation
Tools

The Human Creativity Benchmark: Separating Convergence from Divergence in AI Creative Evaluation

Contra Labs introduces the Human Creativity Benchmark (HCB), a framework that distinguishes objectively verifiable criteria (e.g., prompt adherence) from subjective taste (e.g., visual appeal) in evaluating generative AI for creative work. The benchmark reveals that no current model is reliably both correct and steerable, addressing mode collapse and the need for differentiated output.

OpenClawRadar
OpenEvol: Offline Self-Improvement Pipeline for LLMs Using Conversation History
Tools

OpenEvol: Offline Self-Improvement Pipeline for LLMs Using Conversation History

OpenEvol v0.1.1 is an offline pipeline that automatically mines AI conversation history to create fine-tuning datasets without manual labeling. It runs on CPU initially and supports five teacher backends including OpenAI-compatible APIs and HuggingFace Transformers.

OpenClawRadar
LLM Council Analysis Reveals Practical Claude Code Token Optimization Strategies
Tools

LLM Council Analysis Reveals Practical Claude Code Token Optimization Strategies

A developer used the LLM Council tool with 5 personas to analyze Claude Code usage patterns, identifying that extended thinking mode by default was the biggest token drain. The resulting playbook achieved 60-70% token reduction with same or better output quality.

OpenClawRadar