Skip to main content
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

pip install praisonai already bundles praisonai-sandbox — install the standalone package only for sandbox-only environments.
2

Import a backend


Install Matrix


Public API

Import any backend from praisonai_sandbox. Backends are lazy-loaded, so importing one never imports the others.

Console Script

The package installs a praisonai-sandbox console script that prints an install hint. The user-facing CLI remains praisonai sandbox ….

Backward Compatibility

The old praisonai.sandbox path still works through shims — prefer praisonai_sandbox in new code.

praisonai-sandbox Package

How-to guide, install matrix, and standalone usage

Sandbox

Agent-level sandbox=True and SandboxConfig

Sandbox Backends

Backend selection and isolation levels

Installation Guide

Package comparison and decision guide