Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions docs/sandbox/guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -810,6 +810,7 @@ Keep the sandbox workspace while still using ordinary tools on the same agent:
from agents.sandbox import SandboxAgent
from agents.sandbox.capabilities import Shell

# Assumes `get_discount_approval_path` and an MCP `server` are defined elsewhere.
agent = SandboxAgent(
name="Workspace reviewer",
instructions="Inspect the workspace and call host tools when needed.",
Expand Down