Skip to content

v9.2.2

Latest

Choose a tag to compare

@github-actions github-actions released this 08 Jul 07:36

agent-relay v9.2.2

Quick Install (no Node.js required!)

curl -fsSL https://raw.githubusercontent.com/AgentWorkforce/relay/main/install.sh | bash

npm install

npm install -g agent-relay@9.2.2
npm install @agent-relay/sdk@9.2.2
npm install @agent-relay/brand@9.2.2

Standalone binaries

Self-contained executables (no runtime dependencies).
Use .gz versions for faster downloads (~60-70% smaller).

Platform Compressed (recommended) Uncompressed
Linux x64 agent-relay-linux-x64.gz agent-relay-linux-x64
Linux ARM64 agent-relay-linux-arm64.gz agent-relay-linux-arm64
macOS Intel agent-relay-darwin-x64.gz agent-relay-darwin-x64
macOS Apple Silicon agent-relay-darwin-arm64.gz agent-relay-darwin-arm64

agent-relay-broker binaries

Broker binary for spawning and managing agents:

  • agent-relay-broker-linux-x64 - Linux x86_64
  • agent-relay-broker-linux-arm64 - Linux ARM64
  • agent-relay-broker-darwin-x64 - macOS Intel
  • agent-relay-broker-darwin-arm64 - macOS Apple Silicon
  • agent-relay-broker-win32-x64.exe - Windows x86_64

What's Changed

  • Swift SDK: outbound action invocation and message history on AgentClient by @willwashburn in #1230
  • chore: remove stale relay-pty references (pre-broker legacy) by @willwashburn in #1229
  • Declare relaycast dependency in root Package.swift by @willwashburn in #1232
  • refactor: extract harness-agnostic PTY kernel into relay-pty crate by @willwashburn in #1231
  • fix: run relay-pty in default cargo commands; trim broker deps by @willwashburn in #1234
  • refactor: move injection, queue, supervision, and crash-insight primitives to relay-pty by @willwashburn in #1235
  • Reframe local / fleet serve as node; add cloud enroll and publish serveNode by @willwashburn in #1228
  • feat(cli): reflex syncs to relayhistory-cloud in-process via ai-hist SDK by @khaliqgant in #1233

Full Changelog: v9.2.1...v9.2.2