> ## Documentation Index
> Fetch the complete documentation index at: https://praison.ai/docs/llms.txt
> Use this file to discover all available pages before exploring further.

# protocols • AI Agent SDK

> Sandbox Protocols for PraisonAI Agents.

# protocols

<Badge color="blue">AI Agent</Badge>

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

```python theme={"theme":{"light":"vitesse-light","dark":"vitesse-dark"}}
from praisonaiagents.sandbox import protocols
```

## Classes

<CardGroup cols={2}>
  <Card title="SandboxStatus" icon="brackets-curly" href="../classes/SandboxStatus">
    Status of a sandbox execution.
  </Card>

  <Card title="ResourceLimits" icon="brackets-curly" href="../classes/ResourceLimits">
    Resource limits for sandbox execution.
  </Card>

  <Card title="SandboxResult" icon="brackets-curly" href="../classes/SandboxResult">
    Result of a sandbox execution.
  </Card>

  <Card title="SandboxProtocol" icon="brackets-curly" href="../classes/SandboxProtocol">
    Protocol for sandbox implementations.
  </Card>
</CardGroup>
