SandboxStatusInfo
Defined in the sandbox module.Rust AI Agent SDK Sandbox status information.
Fields
| Name | Type | Description |
|---|---|---|
available | bool | Whether sandbox is available |
sandbox_type | String | Sandbox type |
running | bool | Whether sandbox is running |
resource_usage | Option<ResourceUsage> | Current resource usage |
Source
View on GitHub
praisonai/src/sandbox/mod.rs at line 455
