Expand description
Cross-machine coordination for remote workflow execution.
Supports SSH-based direct execution and mur.run relay-based tunneled execution across machines.
Modules§
- inventory
- Machine inventory for tracking available remote machines and their capabilities.
- relay
- mur.run relay-based remote execution via WebSocket tunnel.
- ssh
- SSH-based remote execution.
Structs§
- Remote
Output - Result of a remote command execution.
Traits§
- Remote
Executor - Trait for remote execution backends.