agent-relay v3.2.14
Quick Install (no Node.js required!)
curl -fsSL https://raw.githubusercontent.com/AgentWorkforce/relay/main/install.sh | bashnpm install
npm install -g agent-relay@3.2.14
npm install @agent-relay/sdk@3.2.14Standalone 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 Silicon
relay-acp binaries (Zed editor integration)
ACP bridge for Zed editor:
relay-acp-linux-x64- Linux x86_64relay-acp-linux-arm64- Linux ARM64relay-acp-darwin-x64- macOS Intelrelay-acp-darwin-arm64- macOS Apple Silicon
What's Changed
- Add marketing site by @willwashburn in #603
- Marketing site + Docs + Blog by @willwashburn in #604
- Fix deploy by @willwashburn in #605
- fix(web): make OG image compatible with OpenNext by @willwashburn in #606
- chore(web): rename SST app to relay-web by @willwashburn in #607
- Add manual SST command workflow by @willwashburn in #608
- Add sst refresh before deploy by @willwashburn in #609
- Remove SST retain setting for production by @willwashburn in #610
- Add repair option to SST command workflow by @willwashburn in #611
- Fix repair to use sst state repair by @willwashburn in #612
- Remove state repair cmd and restore retain for production by @willwashburn in #613
- Allow sst refresh to fail without blocking deploy by @willwashburn in #614
- Remove sst refresh from deploy workflow by @willwashburn in #615
- Upgrade OpenNext to 3.9.16 by @willwashburn in #616
- Move docs into web/content/docs for reliable Lambda bundling by @willwashburn in #617
- Flatten docs routes to match blog pattern by @willwashburn in #619
- Adjust responsive spacing, typography, and nav sizes by @willwashburn in #620
- feat(sdk-swift): add initial Swift SDK and harden workflow output by @miyaontherelay in #589
- runner cwd and plugin install command by @khaliqgant in #626
Full Changelog: v3.2.13...v3.2.14