jeevesagent.security.sandbox.base¶
Pass-through sandbox baseline.
Wraps a ToolHost without adding any restrictions. Exists so
the wrapping pattern is documented and tested, and so users can
construct an explicit “no isolation” layer in code review without
ambiguity.
Classes¶
Pass-through wrapper around a |
Module Contents¶
- class jeevesagent.security.sandbox.base.NoSandbox(inner: jeevesagent.core.protocols.ToolHost)[source]¶
Pass-through wrapper around a
ToolHost.- async call(tool: str, args: collections.abc.Mapping[str, Any], *, call_id: str = '') jeevesagent.core.types.ToolResult[source]¶
- property inner: jeevesagent.core.protocols.ToolHost¶