agent-sandbox 0.4.0

A sandboxed execution environment for AI agents via WASM
Documentation
1
2
3
4
5
// Command execution module.
// All execution is delegated to the WASI runtime (runtime/mod.rs).
// This module provides higher-level convenience methods.

pub use crate::runtime::ExecResult;