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

CAP: Claude Code Statusline Plugin That Installs with /plugin install
Tools

CAP: Claude Code Statusline Plugin That Installs with /plugin install

CAP (Claude Allowance Pulse) is a statusline plugin for Claude Code that installs via /plugin install without npm, curl, or jq. It displays model usage, session and weekly limits, context window usage, and session cost in the terminal.

OpenClawRadar
Phantom: A Persistent AI Agent Built with Claude's Agent SDK
Tools

Phantom: A Persistent AI Agent Built with Claude's Agent SDK

Phantom is an open-source Bun/TypeScript process that wraps Claude's Agent SDK (Opus 4.6) with persistent vector memory, a self-evolution engine, and an MCP server interface. It runs continuously on its own VM or Docker Compose and communicates via Slack.

OpenClawRadar
Two Patterns for Preventing AI Agent Memory Rot: AutoDream and Skeptical Retrieval
Tools

Two Patterns for Preventing AI Agent Memory Rot: AutoDream and Skeptical Retrieval

OpenClaw introduces two MIT-licensed patterns to address file-based AI memory rot: AutoDream for nightly memory consolidation and Skeptical Retrieval for decay-weighted memory scoring. Both work together in a self-improving loop to keep agent context current.

OpenClawRadar
Architor: Open-Source Tool for Phase-Gated Architecture Workflows with Claude Code
Tools

Architor: Open-Source Tool for Phase-Gated Architecture Workflows with Claude Code

Architor is an open-source tool that structures Claude Code into a phase-gated architecture assistant with persistent design memory. It organizes system design into requirement evaluation, architecture decisions, component design, and validation phases, tracking decisions in an .arch workspace.

OpenClawRadar