agent-relay v2.3.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@2.3.14
npm install @agent-relay/sdk@2.3.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
|
relay-pty binaries
PTY wrapper for spawning agents:
relay-pty-linux-x64- Linux x86_64relay-pty-linux-arm64- Linux ARM64relay-pty-darwin-x64- macOS Intelrelay-pty-darwin-arm64- macOS Apple Silicon
Broker binaries (SDK programmatic usage)
Rust broker binary for new AgentRelay() / workflow orchestration:
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
- chore(ci): auto-generate CHANGELOG on stable release by @khaliqgant in #447
- Fix per-project credential paths for concurrent workflows by @khaliqgant in #448
- Add agent presence heartbeat to workflow runner by @khaliqgant in #449
- Add broker-level /exit command detection by @khaliqgant in #450
Full Changelog: v2.3.13...v2.3.14