adk-code-mode 0.4.0__tar.gz → 0.4.1__tar.gz
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.
- adk_code_mode-0.4.1/.release-please-manifest.json +3 -0
- {adk_code_mode-0.4.0 → adk_code_mode-0.4.1}/CHANGELOG.md +7 -0
- {adk_code_mode-0.4.0 → adk_code_mode-0.4.1}/PKG-INFO +2 -2
- {adk_code_mode-0.4.0 → adk_code_mode-0.4.1}/README.md +1 -1
- {adk_code_mode-0.4.0 → adk_code_mode-0.4.1}/sandbox-wheel/src/adk_code_mode_sandbox/__about__.py +1 -1
- {adk_code_mode-0.4.0 → adk_code_mode-0.4.1}/src/adk_code_mode/__about__.py +1 -1
- adk_code_mode-0.4.0/.release-please-manifest.json +0 -3
- {adk_code_mode-0.4.0 → adk_code_mode-0.4.1}/.githooks/pre-commit +0 -0
- {adk_code_mode-0.4.0 → adk_code_mode-0.4.1}/.githooks/pre-push +0 -0
- {adk_code_mode-0.4.0 → adk_code_mode-0.4.1}/.github/workflows/ci.yml +0 -0
- {adk_code_mode-0.4.0 → adk_code_mode-0.4.1}/.github/workflows/release-please.yml +0 -0
- {adk_code_mode-0.4.0 → adk_code_mode-0.4.1}/.gitignore +0 -0
- {adk_code_mode-0.4.0 → adk_code_mode-0.4.1}/.prettierrc +0 -0
- {adk_code_mode-0.4.0 → adk_code_mode-0.4.1}/.vscode/settings.json +0 -0
- {adk_code_mode-0.4.0 → adk_code_mode-0.4.1}/.zed/settings.json +0 -0
- {adk_code_mode-0.4.0 → adk_code_mode-0.4.1}/AGENTS.md +0 -0
- {adk_code_mode-0.4.0 → adk_code_mode-0.4.1}/CLAUDE.md +0 -0
- {adk_code_mode-0.4.0 → adk_code_mode-0.4.1}/LICENSE +0 -0
- {adk_code_mode-0.4.0 → adk_code_mode-0.4.1}/Makefile +0 -0
- {adk_code_mode-0.4.0 → adk_code_mode-0.4.1}/docker/Dockerfile +0 -0
- {adk_code_mode-0.4.0 → adk_code_mode-0.4.1}/pyproject.toml +0 -0
- {adk_code_mode-0.4.0 → adk_code_mode-0.4.1}/release-please-config.json +0 -0
- {adk_code_mode-0.4.0 → adk_code_mode-0.4.1}/sandbox-wheel/README.md +0 -0
- {adk_code_mode-0.4.0 → adk_code_mode-0.4.1}/sandbox-wheel/pyproject.toml +0 -0
- {adk_code_mode-0.4.0 → adk_code_mode-0.4.1}/sandbox-wheel/src/adk_code_mode_sandbox/__init__.py +0 -0
- {adk_code_mode-0.4.0 → adk_code_mode-0.4.1}/sandbox-wheel/src/adk_code_mode_sandbox/__main__.py +0 -0
- {adk_code_mode-0.4.0 → adk_code_mode-0.4.1}/sandbox-wheel/src/adk_code_mode_sandbox/_entry.py +0 -0
- {adk_code_mode-0.4.0 → adk_code_mode-0.4.1}/sandbox-wheel/src/adk_code_mode_sandbox/_http_server.py +0 -0
- {adk_code_mode-0.4.0 → adk_code_mode-0.4.1}/sandbox-wheel/src/adk_code_mode_sandbox/_rpc_client.py +0 -0
- {adk_code_mode-0.4.0 → adk_code_mode-0.4.1}/sandbox-wheel/src/adk_code_mode_sandbox/protocol.py +0 -0
- {adk_code_mode-0.4.0 → adk_code_mode-0.4.1}/scripts/install-git-hooks.sh +0 -0
- {adk_code_mode-0.4.0 → adk_code_mode-0.4.1}/src/adk_code_mode/__init__.py +0 -0
- {adk_code_mode-0.4.0 → adk_code_mode-0.4.1}/src/adk_code_mode/_artifact_tools.py +0 -0
- {adk_code_mode-0.4.0 → adk_code_mode-0.4.1}/src/adk_code_mode/callback.py +0 -0
- {adk_code_mode-0.4.0 → adk_code_mode-0.4.1}/src/adk_code_mode/executor.py +0 -0
- {adk_code_mode-0.4.0 → adk_code_mode-0.4.1}/src/adk_code_mode/output.py +0 -0
- {adk_code_mode-0.4.0 → adk_code_mode-0.4.1}/src/adk_code_mode/py.typed +0 -0
- {adk_code_mode-0.4.0 → adk_code_mode-0.4.1}/src/adk_code_mode/runtime/__init__.py +0 -0
- {adk_code_mode-0.4.0 → adk_code_mode-0.4.1}/src/adk_code_mode/runtime/base.py +0 -0
- {adk_code_mode-0.4.0 → adk_code_mode-0.4.1}/src/adk_code_mode/runtime/docker.py +0 -0
- {adk_code_mode-0.4.0 → adk_code_mode-0.4.1}/src/adk_code_mode/runtime/protocol.py +0 -0
- {adk_code_mode-0.4.0 → adk_code_mode-0.4.1}/src/adk_code_mode/runtime/remote.py +0 -0
- {adk_code_mode-0.4.0 → adk_code_mode-0.4.1}/src/adk_code_mode/tool_result_artifacts.py +0 -0
- {adk_code_mode-0.4.0 → adk_code_mode-0.4.1}/src/adk_code_mode/tools/__init__.py +0 -0
- {adk_code_mode-0.4.0 → adk_code_mode-0.4.1}/src/adk_code_mode/tools/catalog.py +0 -0
- {adk_code_mode-0.4.0 → adk_code_mode-0.4.1}/src/adk_code_mode/tools/dispatcher.py +0 -0
- {adk_code_mode-0.4.0 → adk_code_mode-0.4.1}/src/adk_code_mode/tools/namespacing.py +0 -0
- {adk_code_mode-0.4.0 → adk_code_mode-0.4.1}/src/adk_code_mode/tools/normaliser.py +0 -0
- {adk_code_mode-0.4.0 → adk_code_mode-0.4.1}/src/adk_code_mode/tools/stubs.py +0 -0
- {adk_code_mode-0.4.0 → adk_code_mode-0.4.1}/src/adk_code_mode/workspace/__init__.py +0 -0
- {adk_code_mode-0.4.0 → adk_code_mode-0.4.1}/src/adk_code_mode/workspace/files.py +0 -0
- {adk_code_mode-0.4.0 → adk_code_mode-0.4.1}/tests/__init__.py +0 -0
- {adk_code_mode-0.4.0 → adk_code_mode-0.4.1}/tests/_docker_helpers.py +0 -0
- {adk_code_mode-0.4.0 → adk_code_mode-0.4.1}/tests/_fake_runtime.py +0 -0
- {adk_code_mode-0.4.0 → adk_code_mode-0.4.1}/tests/conftest.py +0 -0
- {adk_code_mode-0.4.0 → adk_code_mode-0.4.1}/tests/test_agent_with_fake_llm.py +0 -0
- {adk_code_mode-0.4.0 → adk_code_mode-0.4.1}/tests/test_artifact_tools.py +0 -0
- {adk_code_mode-0.4.0 → adk_code_mode-0.4.1}/tests/test_callback.py +0 -0
- {adk_code_mode-0.4.0 → adk_code_mode-0.4.1}/tests/test_catalog.py +0 -0
- {adk_code_mode-0.4.0 → adk_code_mode-0.4.1}/tests/test_dispatcher.py +0 -0
- {adk_code_mode-0.4.0 → adk_code_mode-0.4.1}/tests/test_docker_image.py +0 -0
- {adk_code_mode-0.4.0 → adk_code_mode-0.4.1}/tests/test_docker_integration.py +0 -0
- {adk_code_mode-0.4.0 → adk_code_mode-0.4.1}/tests/test_host_loop.py +0 -0
- {adk_code_mode-0.4.0 → adk_code_mode-0.4.1}/tests/test_integration.py +0 -0
- {adk_code_mode-0.4.0 → adk_code_mode-0.4.1}/tests/test_namespacing.py +0 -0
- {adk_code_mode-0.4.0 → adk_code_mode-0.4.1}/tests/test_normaliser.py +0 -0
- {adk_code_mode-0.4.0 → adk_code_mode-0.4.1}/tests/test_output.py +0 -0
- {adk_code_mode-0.4.0 → adk_code_mode-0.4.1}/tests/test_protocol.py +0 -0
- {adk_code_mode-0.4.0 → adk_code_mode-0.4.1}/tests/test_remote_backend.py +0 -0
- {adk_code_mode-0.4.0 → adk_code_mode-0.4.1}/tests/test_remote_integration.py +0 -0
- {adk_code_mode-0.4.0 → adk_code_mode-0.4.1}/tests/test_runtime_docker.py +0 -0
- {adk_code_mode-0.4.0 → adk_code_mode-0.4.1}/tests/test_sandbox_rpc_client.py +0 -0
- {adk_code_mode-0.4.0 → adk_code_mode-0.4.1}/tests/test_stubs.py +0 -0
- {adk_code_mode-0.4.0 → adk_code_mode-0.4.1}/tests/test_tool_result_artifacts.py +0 -0
- {adk_code_mode-0.4.0 → adk_code_mode-0.4.1}/tests/test_version.py +0 -0
- {adk_code_mode-0.4.0 → adk_code_mode-0.4.1}/tests/test_workspace_files.py +0 -0
- {adk_code_mode-0.4.0 → adk_code_mode-0.4.1}/uv.lock +0 -0
|
@@ -1,5 +1,12 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## [0.4.1](https://github.com/a2anet/adk-code-mode/compare/adk-code-mode-v0.4.0...adk-code-mode-v0.4.1) (2026-07-10)
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
### Documentation
|
|
7
|
+
|
|
8
|
+
* note the sandbox writes to `/tools` in remote deployment guide ([96bb45e](https://github.com/a2anet/adk-code-mode/commit/96bb45e4e18d9d54709f4c10b6b09cf3567ee385))
|
|
9
|
+
|
|
3
10
|
## [0.4.0](https://github.com/a2anet/adk-code-mode/compare/adk-code-mode-v0.3.0...adk-code-mode-v0.4.0) (2026-07-09)
|
|
4
11
|
|
|
5
12
|
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: adk-code-mode
|
|
3
|
-
Version: 0.4.
|
|
3
|
+
Version: 0.4.1
|
|
4
4
|
Summary: A "Code Mode" Code Executor for ADK for agents to interact with tools, files, and custom packages with Python
|
|
5
5
|
Project-URL: Documentation, https://github.com/A2ANet/adk-code-mode#readme
|
|
6
6
|
Project-URL: Issues, https://github.com/A2ANet/adk-code-mode/issues
|
|
@@ -219,7 +219,7 @@ The same pattern works on any platform that runs Docker containers as HTTP servi
|
|
|
219
219
|
|
|
220
220
|
1. **One container per turn.** Each container handles exactly one turn (one or more code blocks) and exits.
|
|
221
221
|
2. **Block all outbound network access.** Without egress restrictions, user code can exfiltrate data, access cloud metadata endpoints, or scan internal networks.
|
|
222
|
-
3. **
|
|
222
|
+
3. **Keep `/workspace` and `/tools` writable.** The sandbox stages input files into `/workspace` and materialises the `tools` package into `/tools` at connect time. If you set a read-only root filesystem (e.g., `readOnlyRootFilesystem: true` in Kubernetes), mount both as writable volumes (e.g., an `emptyDir`).
|
|
223
223
|
4. **Authenticate connections.** Set `ADK_CODE_MODE_AUTH_TOKEN` and layer platform-level auth (IAM, NetworkPolicy, security groups) on top.
|
|
224
224
|
|
|
225
225
|
Required env vars:
|
|
@@ -192,7 +192,7 @@ The same pattern works on any platform that runs Docker containers as HTTP servi
|
|
|
192
192
|
|
|
193
193
|
1. **One container per turn.** Each container handles exactly one turn (one or more code blocks) and exits.
|
|
194
194
|
2. **Block all outbound network access.** Without egress restrictions, user code can exfiltrate data, access cloud metadata endpoints, or scan internal networks.
|
|
195
|
-
3. **
|
|
195
|
+
3. **Keep `/workspace` and `/tools` writable.** The sandbox stages input files into `/workspace` and materialises the `tools` package into `/tools` at connect time. If you set a read-only root filesystem (e.g., `readOnlyRootFilesystem: true` in Kubernetes), mount both as writable volumes (e.g., an `emptyDir`).
|
|
196
196
|
4. **Authenticate connections.** Set `ADK_CODE_MODE_AUTH_TOKEN` and layer platform-level auth (IAM, NetworkPolicy, security groups) on top.
|
|
197
197
|
|
|
198
198
|
Required env vars:
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{adk_code_mode-0.4.0 → adk_code_mode-0.4.1}/sandbox-wheel/src/adk_code_mode_sandbox/__init__.py
RENAMED
|
File without changes
|
{adk_code_mode-0.4.0 → adk_code_mode-0.4.1}/sandbox-wheel/src/adk_code_mode_sandbox/__main__.py
RENAMED
|
File without changes
|
{adk_code_mode-0.4.0 → adk_code_mode-0.4.1}/sandbox-wheel/src/adk_code_mode_sandbox/_entry.py
RENAMED
|
File without changes
|
{adk_code_mode-0.4.0 → adk_code_mode-0.4.1}/sandbox-wheel/src/adk_code_mode_sandbox/_http_server.py
RENAMED
|
File without changes
|
{adk_code_mode-0.4.0 → adk_code_mode-0.4.1}/sandbox-wheel/src/adk_code_mode_sandbox/_rpc_client.py
RENAMED
|
File without changes
|
{adk_code_mode-0.4.0 → adk_code_mode-0.4.1}/sandbox-wheel/src/adk_code_mode_sandbox/protocol.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|