v12.2.3
agent-relay v12.2.3
Quick Install (no Node.js required!)
curl -fsSL https://raw.githubusercontent.com/AgentWorkforce/relay/main/install.sh | bashnpm install
npm install -g agent-relay@12.2.3
npm install @agent-relay/sdk@12.2.3
npm install @agent-relay/brand@12.2.3Standalone 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
- fix(sdk): omit stale active-agent load for offline nodes by @miyaontherelay in #1778
- feat(broker): add durable task provider and result receipts by @miyaontherelay in #1772
- fix(ci): stop publishing cloud and config twice in one release by @khaliqgant in #1774
- fix(cli): attach/message fall back to a real local broker before fleet routing by @AgentRelayBot in #1779
- fix(broker): clean up owned local release identities by @khaliqgant in #1755
- test(cli): add missing RelayFlow proof case for #1779 by @AgentRelayBot in #1780
- fix(broker): recover stuck Codex initial prompts with paced chunks by @AgentRelayBot in #1782
- fix(cloud): let --relayflow-version v2 accept a v2 YAML spec by @AgentRelayBot in #1784
New Contributors
- @AgentRelayBot made their first contribution in #1779
Full Changelog: v12.2.2...v12.2.3