Skip to main content

agent_sandbox/exec/
mod.rs

1// Command execution module.
2// All execution is delegated to the WASI runtime (runtime/mod.rs).
3// This module provides higher-level convenience methods.
4
5pub use crate::runtime::ExecResult;