Expand description
Tool execution sandboxing.
The Sandbox trait wraps tool execution with isolation, resource limits,
or security boundaries. NoOpSandbox passes through directly.
Structs§
- NoOp
Sandbox - A no-op sandbox that passes tool execution through directly.
Traits§
- Sandbox
- Sandbox for isolating tool execution.