Definition: An isolated and restricted environment where an Agent can perform operations without having full access to the main system.
Simply put: A Sandbox is like a controlled room for the Agent, so if it makes a mistake, the potential damage is reduced.
Examples:
- Running Python code in an isolated environment.
- Running commands without access to sensitive system files.
- Running an unknown program inside a container.