agent-relay v3.2.16
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.16
npm install @agent-relay/sdk@3.2.16Standalone 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 SST preview workflow and domain logic by @willwashburn in #629
- feat(sdk): Communicate Mode SDK (on_relay) for Python and TypeScript by @khaliqgant in #618
- feat(sdk): cloud endpoints, API executor, and Communicate SDK v2 protocol by @khaliqgant in #632
- feat(sdk): add dynamic channel subscribe/unsubscribe to broker by @khaliqgant in #630
- feat(workflows): add integration step type for external services by @khaliqgant in #631
- feat: PTY output streaming workflow (#390) by @khaliqgant in #528
- fix check and reduce workflow noise by @khaliqgant in #637
- fix(sdk): validate channel names at build time and dry-run by @khaliqgant in #638
- Add Will Washburn blog post: Humans and Agents all want the same thing and it’s disgusting by @noodleonthecape in #635
- Introduce Agent Relay theme and UI primitives by @willwashburn in #636
- feat(sdk): add http and broker-path subpath exports for Electron apps by @khaliqgant in #640
- feat(sdk): wait/steer injection mode support (clean branch from main) by @barryonthecape in #601
- fix(wrap): add RELAY_SKIP_PROMPT and self-echo filtering by @khaliqgant in #641
New Contributors
- @barryonthecape made their first contribution in #601
Full Changelog: v3.2.15...v3.2.16