github AgentWorkforce/relay v11.10.2

5 hours ago

agent-relay v11.10.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@11.10.2
npm install @agent-relay/sdk@11.10.2
npm install @agent-relay/brand@11.10.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

  • fix(cli): replay verified attach outage input by @miyaontherelay in #1638
  • fix(broker): stop an orphaned receipt from jamming a parked agent forever by @khaliqgant in #1639
  • fix(cli): let message flush/hold/auto target an agent on another node by @khaliqgant in #1643
  • ci(pr-proof): decide proof requirement from the diff, not the PR title by @khaliqgant in #1645
  • test(verify-features): re-run the RelayFlow proof corpus for regressions by @khaliqgant in #1646
  • ci(pr-proof): treat top-level repo metadata as non-runtime by @khaliqgant in #1647
  • fix(broker): report API send recipient reachability by @miyaontherelay in #1641
  • fix(workflow): fail loudly on alert delivery by @khaliqgant in #1642

Full Changelog: v11.10.1...v11.10.2

Don't miss a new relay release

NewReleases is sending notifications on new releases.