Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.praison.ai/llms.txt

Use this file to discover all available pages before exploring further.

sandbox

AI Agent Sandbox Protocols for PraisonAI Agents. Provides protocols and base classes for building sandbox implementations that enable safe code execution in isolated environments. This module contains only protocols and lightweight utilities. Heavy implementations (Docker, etc.) live in the praisonai wrapper package.

Import

from praisonaiagents import sandbox

Sandbox Feature