Metadata-Version: 2.4
Name: agentledger-sandbox-docker
Version: 1.2.1
Summary: Docker sandbox adapter package for AgentLedger
Project-URL: Homepage, https://github.com/yaogdu/AgentLedger
Project-URL: Repository, https://github.com/yaogdu/AgentLedger
Project-URL: Documentation, https://github.com/yaogdu/AgentLedger/tree/main/docs
Project-URL: Issues, https://github.com/yaogdu/AgentLedger/issues
Author: AgentLedger Contributors
License: Apache-2.0
Keywords: agents,docker,runtime,sandbox
Requires-Python: >=3.11
Requires-Dist: agentledger-runtime<2,>=1.2
Description-Content-Type: text/markdown

# agentledger-sandbox-docker

Docker sandbox adapter package for AgentLedger.

```bash
pip install agentledger-sandbox-docker
pip install "agentledger-runtime[docker]"
```

```python
from agentledger_sandbox_docker import DockerSandboxExecutor, SandboxPolicy
```

This package uses the Docker CLI boundary already defined by runtime-core. It requires Docker to be installed and command execution to be explicitly enabled in sandbox config.

Certification:

```bash
python3 -m agentledger adapter certify --kind docker --adapter-version 1.2.1
```

