Skip to main content

Module sandbox

Module sandbox 

Source
Expand description

Sandbox implementations for command execution, process management, and archive handling.

These are distinct from VFS providers — they handle operations that go beyond filesystem abstraction (shell execution, process lifecycle, archive manipulation).

Re-exports§

pub use archive::ArchiveManager;
pub use pipeline::PipelineExecutor;
pub use process::ProcessManager;
pub use shell::Shell;
pub use threshold_gate::ThresholdGate;

Modules§

archive
Archive backend for tar/gzip/zip operations.
pipeline
Multi-stage pipeline executor.
process
Process management backend.
shell
Shell sandbox — extends LocalProvider with command execution.
threshold_gate
Threshold-based approval gate.