agent-relay v10.6.0
Quick Install (no Node.js required!)
curl -fsSL https://raw.githubusercontent.com/AgentWorkforce/relay/main/install.sh | bashnpm install
npm install -g agent-relay@10.6.0
npm install @agent-relay/sdk@10.6.0
npm install @agent-relay/brand@10.6.0Standalone 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_64agent-relay-broker-linux-arm64- Linux ARM64agent-relay-broker-darwin-x64- macOS Intelagent-relay-broker-darwin-arm64- macOS Apple Siliconagent-relay-broker-win32-x64.exe- Windows x86_64
What's Changed
- ci: scope test workflows to the domains a change actually touches by @willwashburn in #1271
- fix(broker): recover existing observer token on name-conflict mint by @willwashburn in #1227
- fix(sdk): derive placement repoKeys from repo: node tags by @willwashburn in #1276
- Add broker_panic telemetry for broker process panics by @willwashburn in #1280
- fix(broker): honor spawn_mode/exit_after_task on engine-dispatched spawns by @willwashburn in #1277
Full Changelog: v10.5.0...v10.6.0