agent-relay v7.1.1
Quick Install (no Node.js required!)
curl -fsSL https://raw.githubusercontent.com/AgentWorkforce/relay/main/install.sh | bashnpm install
npm install -g agent-relay@7.1.1
npm install @agent-relay/sdk@7.1.1
npm install @agent-relay/brand@7.1.1Standalone 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
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
- docs: add Proactive agents page (cron + integration + combined) by @khaliqgant in #952
- chore: prune unused root dependencies by @willwashburn in #948
- Add three-way demo and update README by @willwashburn in #928
- security: bump @slack/web-api to ^7.16.0 to clear axios prototype pollution by @willwashburn in #956
- docs(proactive-agents): rewrite cron/radio guards as positive conditions by @khaliqgant in #953
- security: clear all high-severity Dependabot alerts (ws, fast-uri, protobufjs, fast-xml-builder) by @willwashburn in #975
- fix(sdk-py): drop swarms extra to clear litellm Dependabot alerts by @willwashburn in #976
- Update dependencies by @willwashburn in #979
- fix(build): externalize @slack/web-api in build:cjs + declare as root dep by @khaliqgant in #983
- fix(on): bump relayfile-mount binary v0.1.6 → v0.7.39 by @khaliqgant in #982
Full Changelog: v7.1.0...v7.1.1