Skip to main content

SandboxStatusInfo

Defined in the sandbox module.
Rust AI Agent SDK Sandbox status information.

Fields

NameTypeDescription
availableboolWhether sandbox is available
sandbox_typeStringSandbox type
runningboolWhether sandbox is running
resource_usageOption<ResourceUsage>Current resource usage

Source

View on GitHub

praisonai/src/sandbox/mod.rs at line 455