Skip to content

v10.5.0

Choose a tag to compare

@github-actions github-actions released this 16 Jul 00:13

agent-relay v10.5.0

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@10.5.0
npm install @agent-relay/sdk@10.5.0
npm install @agent-relay/brand@10.5.0

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

  • refactor(sdk): derive messaging/delivery types from @relaycast/types by @willwashburn in #1099
  • Remove orphaned CostTracker cost/ module (#786 Part B) by @willwashburn in #1272
  • fix(sdk): stream relay.addListener events through registered agent clients by @willwashburn in #1226
  • fix(cli,broker): let driven agents receive relay messages (Ctrl+] toggle + flush through interactive hold) by @willwashburn in #1273

Full Changelog: v10.4.0...v10.5.0