Skip to main content

Module sandbox

Module sandbox 

Source
Expand description

Tool execution sandboxing.

The Sandbox trait wraps tool execution with isolation, resource limits, or security boundaries. NoOpSandbox passes through directly.

Structs§

NoOpSandbox
A no-op sandbox that passes tool execution through directly.

Traits§

Sandbox
Sandbox for isolating tool execution.