agentledger-sandbox-docker 1.4.0 → 1.4.2
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.
- package/README.md +4 -0
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -17,3 +17,7 @@ runtime.setSandbox(new DockerSandboxExecutor({
|
|
|
17
17
|
```
|
|
18
18
|
|
|
19
19
|
Command execution is disabled by default and must be explicitly enabled. The executor only accepts command-style tools through `_sandbox_command` / `command`; it does not serialize arbitrary JavaScript functions into the container.
|
|
20
|
+
|
|
21
|
+
---
|
|
22
|
+
|
|
23
|
+
generated by codex cli
|
package/package.json
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "agentledger-sandbox-docker",
|
|
3
|
-
"version": "1.4.
|
|
3
|
+
"version": "1.4.2",
|
|
4
4
|
"private": false,
|
|
5
5
|
"description": "Docker sandbox adapter package for AgentLedger Runtime.",
|
|
6
6
|
"type": "module",
|
|
7
7
|
"main": "src/index.js",
|
|
8
8
|
"types": "src/index.d.ts",
|
|
9
9
|
"dependencies": {
|
|
10
|
-
"agentledger-runtime": "^1.4.
|
|
10
|
+
"agentledger-runtime": "^1.4.2"
|
|
11
11
|
},
|
|
12
12
|
"files": [
|
|
13
13
|
"src/",
|