praisonai-sandbox is the standalone Tier-2 package that holds the sandbox backends extracted from the praisonai wrapper. Agents reach these backends through SandboxManager; you can also install the package on its own for a minimal, sandbox-only footprint.
Quick Start
1
Install
2
Import a backend
Install Matrix
Public API
Import any backend frompraisonai_sandbox. Backends are lazy-loaded, so importing one never imports the others.
Console Script
The package installs apraisonai-sandbox console script that prints an install hint. The user-facing CLI remains praisonai sandbox ….
Backward Compatibility
The oldpraisonai.sandbox path still works through shims — prefer praisonai_sandbox in new code.
Related
praisonai-sandbox Package
How-to guide, install matrix, and standalone usage
Sandbox
Agent-level
sandbox=True and SandboxConfigSandbox Backends
Backend selection and isolation levels
Installation Guide
Package comparison and decision guide

