agentledger-sandbox-docker 1.2.1__py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -0,0 +1,14 @@
1
+ from agentledger.sandbox import DockerSandboxExecutor, SandboxConfig, SandboxPolicy, SandboxResult, SandboxRouter, SandboxUnavailable
2
+
3
+ __version__ = "1.2.1"
4
+
5
+ __all__ = [
6
+ "DockerSandboxExecutor",
7
+ "SandboxConfig",
8
+ "SandboxPolicy",
9
+ "SandboxResult",
10
+ "SandboxRouter",
11
+ "SandboxUnavailable",
12
+ "__version__",
13
+ ]
14
+
@@ -0,0 +1,36 @@
1
+ Metadata-Version: 2.4
2
+ Name: agentledger-sandbox-docker
3
+ Version: 1.2.1
4
+ Summary: Docker sandbox adapter package for AgentLedger
5
+ Project-URL: Homepage, https://github.com/yaogdu/AgentLedger
6
+ Project-URL: Repository, https://github.com/yaogdu/AgentLedger
7
+ Project-URL: Documentation, https://github.com/yaogdu/AgentLedger/tree/main/docs
8
+ Project-URL: Issues, https://github.com/yaogdu/AgentLedger/issues
9
+ Author: AgentLedger Contributors
10
+ License: Apache-2.0
11
+ Keywords: agents,docker,runtime,sandbox
12
+ Requires-Python: >=3.11
13
+ Requires-Dist: agentledger-runtime<2,>=1.2
14
+ Description-Content-Type: text/markdown
15
+
16
+ # agentledger-sandbox-docker
17
+
18
+ Docker sandbox adapter package for AgentLedger.
19
+
20
+ ```bash
21
+ pip install agentledger-sandbox-docker
22
+ pip install "agentledger-runtime[docker]"
23
+ ```
24
+
25
+ ```python
26
+ from agentledger_sandbox_docker import DockerSandboxExecutor, SandboxPolicy
27
+ ```
28
+
29
+ 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.
30
+
31
+ Certification:
32
+
33
+ ```bash
34
+ python3 -m agentledger adapter certify --kind docker --adapter-version 1.2.1
35
+ ```
36
+
@@ -0,0 +1,4 @@
1
+ agentledger_sandbox_docker/__init__.py,sha256=VU4sGMWD4Qw6fjvB_Ly0KLtgtmDqmGRpoCuPT7SSsxg,331
2
+ agentledger_sandbox_docker-1.2.1.dist-info/METADATA,sha256=GAc30orcQ565d112IaVsUoyvhq1MekjGD8WNN7tBCPA,1145
3
+ agentledger_sandbox_docker-1.2.1.dist-info/WHEEL,sha256=QccIxa26bgl1E6uMy58deGWi-0aeIkkangHcxk2kWfw,87
4
+ agentledger_sandbox_docker-1.2.1.dist-info/RECORD,,
@@ -0,0 +1,4 @@
1
+ Wheel-Version: 1.0
2
+ Generator: hatchling 1.29.0
3
+ Root-Is-Purelib: true
4
+ Tag: py3-none-any