github AgentWorkforce/relay v6.0.3

latest releases: openclaw-latest, openclaw-v6.0.3
5 hours ago

agent-relay v6.0.3

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

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

relay-acp binaries (Zed editor integration)

ACP bridge for Zed editor:

  • relay-acp-linux-x64 - Linux x86_64
  • relay-acp-linux-arm64 - Linux ARM64
  • relay-acp-darwin-x64 - macOS Intel
  • relay-acp-darwin-arm64 - macOS Apple Silicon

What's Changed

  • start-from support in cloud by @khaliqgant in #796
  • feat(sdk): bundle @agent-relay/github-primitive at /github subpath by @khaliqgant in #782
  • fix(ci): update codegen-models workflow to use new Python output path by @khaliqgant in #780
  • feat(sdk): expose runScriptWorkflow() in @agent-relay/sdk/workflows by @khaliqgant in #799
  • feat(cloud): expose connectProvider() in @agent-relay/cloud SDK by @khaliqgant in #798

Full Changelog: v6.0.2...v6.0.3

Don't miss a new relay release

NewReleases is sending notifications on new releases.