fabro/crates/arc-exe
Bryan Helmkamp 5df7e178ac Add SandboxProvider::Exe for exe.dev VM sandboxes
New `arc-exe` crate that runs agent tool operations inside ephemeral
exe.dev VMs via SSH. Uses two SSH connections: a management plane
(`ssh exe.dev`) for VM lifecycle and a data plane (`ssh vmname.exe.xyz`)
for command execution and file I/O.

Includes SshRunner trait with MockSshRunner for unit tests and
OpensshRunner for real SSH, with raw_mode for the exe.dev management
plane's custom command handler.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-03-07 09:18:00 -05:00
..
src Add SandboxProvider::Exe for exe.dev VM sandboxes 2026-03-07 09:18:00 -05:00
tests Add SandboxProvider::Exe for exe.dev VM sandboxes 2026-03-07 09:18:00 -05:00
Cargo.toml Add SandboxProvider::Exe for exe.dev VM sandboxes 2026-03-07 09:18:00 -05:00