name.relay and can send messages, make RPC calls, and broadcast to topics.
How It Works
Operations
| Operation | Description |
|---|---|
subway_send | Fire-and-forget message to a peer |
subway_call | RPC call with response (30s timeout) |
subway_broadcast | Publish to all topic subscribers |
subway_subscribe | Listen for broadcasts on a topic |
subway_resolve | Check if a peer is online |
Use Cases
- Agent teams coordinating on tasks
- Broadcasting optimization discoveries
- Cross-machine agent communication
- Real-time status updates between Pi sessions