Skip to main content

protocols

AI Agent Sandbox Protocols for PraisonAI Agents. Defines the interfaces for sandbox implementations that enable safe code execution in isolated environments. All implementations should live in the praisonai wrapper package.

Import

from praisonaiagents.sandbox import protocols

Classes

SandboxStatus

Status of a sandbox execution.

ResourceLimits

Resource limits for sandbox execution.

SandboxResult

Result of a sandbox execution.

SandboxProtocol

Protocol for sandbox implementations.