v8.8.0
agent-relay v8.8.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@8.8.0
npm install @agent-relay/sdk@8.8.0
npm install @agent-relay/brand@8.8.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
- feat(evals): combined offline SDK harness + live behavioral eval suite by @khaliqgant in #1109
- fix(cloud): serialize auth refresh writes by @khaliqgant in #1128
- feat(connect): agent-relay cloud connect daytona (local capture) by @khaliqgant in #1110
- feat(harness-driver): local protocol messages for fleet node sidecar (Phase 0) by @willwashburn in #1105
- feat(broker): serde mirrors + golden fixtures for fleet node-control wire protocol (Phase 0) by @willwashburn in #1106
- feat(broker): fleet node control plane (Phase 3) by @willwashburn in #1107
- feat(fleet): @agent-relay/fleet SDK, fleet serve CLI, MCP query_nodes/spawn + §5 resource cleanup (Phase 4) by @willwashburn in #1108
- test(e2e): two-node fleet scenario matrix in CI (Phase 6) by @willwashburn in #1131
- chore(deps): update @relaycast/sdk to 4.0 in @agent-relay/sdk + cli by @willwashburn in #1133
- docs(fleets): add Fleets setup page by @willwashburn in #1136
- fix(cli): unblock Publish Package — mock @agent-relay/sdk boundary in MCP startup test by @willwashburn in #1135
- ci(publish): publish @agent-relay/fleet in the release pipeline by @willwashburn in #1138
Full Changelog: v8.7.2...v8.8.0