You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -22,6 +22,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
22
22
23
23
### Added
24
24
25
+
-`agent-relay cloud connect claude` now reminds users to install `spawn-cloud-swarm` from the AgentWorkforce skills repo before repo-attached cloud swarms are used.
25
26
-`agent-relay activity` tails broker-wide message, delivery, lifecycle, and worker output events in a human-readable stream with filters and JSON Lines output.
26
27
-`agent-relay view <name>` streams a running agent's PTY without taking control or stopping the agent.
27
28
-`agent-relay drive <name>` attaches interactively and queues inbound relay messages until the user flushes them.
Copy file name to clipboardExpand all lines: README.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -115,6 +115,8 @@ Want more than a toy example? Start with:
115
115
- Tooling that lets existing agents communicate without rewriting their runtime
116
116
- Local or remote coordination patterns where multiple agents need shared context
117
117
118
+
Bundled skills include `adding-swarm-patterns`, `using-agent-relay`, and `running-headless-orchestrator`. For repo-attached cloud swarms, install `spawn-cloud-swarm` from https://github.com/AgentWorkforce/skills with `npx skills add https://github.com/agentworkforce/skills --skill spawn-cloud-swarm`.
119
+
118
120
Then use Agent Relay to bring agents into a shared workspace and route work between them.
0 commit comments