|
@@ -42,6 +42,7 @@ flowchart TD
|
|
|
pkg_bash_local["bash-local"]
|
|
pkg_bash_local["bash-local"]
|
|
|
pkg_bash_sandbox["bash-sandbox"]
|
|
pkg_bash_sandbox["bash-sandbox"]
|
|
|
pkg_pwsh_local["pwsh-local"]
|
|
pkg_pwsh_local["pwsh-local"]
|
|
|
|
|
+ pkg_pwsh_sandbox["pwsh-sandbox"]
|
|
|
pkg_tool_bash["tool-bash"]
|
|
pkg_tool_bash["tool-bash"]
|
|
|
pkg_tool_pwsh["tool-pwsh"]
|
|
pkg_tool_pwsh["tool-pwsh"]
|
|
|
end
|
|
end
|
|
@@ -236,6 +237,7 @@ flowchart TD
|
|
|
pkg_sandbox["sandbox"]
|
|
pkg_sandbox["sandbox"]
|
|
|
pkg_sandbox_local["sandbox-local"]
|
|
pkg_sandbox_local["sandbox-local"]
|
|
|
pkg_sandbox_policy["sandbox-policy"]
|
|
pkg_sandbox_policy["sandbox-policy"]
|
|
|
|
|
+ pkg_sandbox_windows_acl["sandbox-windows-acl"]
|
|
|
end
|
|
end
|
|
|
subgraph group_sdk["packages/sdk"]
|
|
subgraph group_sdk["packages/sdk"]
|
|
|
pkg_helper["helper"]
|
|
pkg_helper["helper"]
|
|
@@ -309,6 +311,7 @@ flowchart TD
|
|
|
pkg_host_apiproxy --> pkg_invariants
|
|
pkg_host_apiproxy --> pkg_invariants
|
|
|
pkg_host_directory_picker --> pkg_invariants
|
|
pkg_host_directory_picker --> pkg_invariants
|
|
|
pkg_host_webserver --> pkg_invariants
|
|
pkg_host_webserver --> pkg_invariants
|
|
|
|
|
+ pkg_sandbox_windows_acl --> pkg_invariants
|
|
|
pkg_storage --> pkg_invariants
|
|
pkg_storage --> pkg_invariants
|
|
|
pkg_subprocess --> pkg_invariants
|
|
pkg_subprocess --> pkg_invariants
|
|
|
pkg_typert_generator --> pkg_invariants
|
|
pkg_typert_generator --> pkg_invariants
|
|
@@ -632,6 +635,11 @@ flowchart TD
|
|
|
pkg_bash_sandbox --> pkg_invariants
|
|
pkg_bash_sandbox --> pkg_invariants
|
|
|
pkg_bash_sandbox --> pkg_sandbox
|
|
pkg_bash_sandbox --> pkg_sandbox
|
|
|
pkg_bash_sandbox --> pkg_sandbox_policy
|
|
pkg_bash_sandbox --> pkg_sandbox_policy
|
|
|
|
|
+ pkg_pwsh_sandbox --> pkg_bash
|
|
|
|
|
+ pkg_pwsh_sandbox --> pkg_invariants
|
|
|
|
|
+ pkg_pwsh_sandbox --> pkg_pwsh_local
|
|
|
|
|
+ pkg_pwsh_sandbox --> pkg_sandbox
|
|
|
|
|
+ pkg_pwsh_sandbox --> pkg_sandbox_policy
|
|
|
pkg_fs_sandbox --> pkg_fs
|
|
pkg_fs_sandbox --> pkg_fs
|
|
|
pkg_fs_sandbox --> pkg_fs_local
|
|
pkg_fs_sandbox --> pkg_fs_local
|
|
|
pkg_fs_sandbox --> pkg_invariants
|
|
pkg_fs_sandbox --> pkg_invariants
|
|
@@ -1152,6 +1160,7 @@ flowchart TD
|
|
|
| [`host-apiproxy`](../packages/host/apiproxy) | `host` | [`invariants`](../packages/support/invariants) |
|
|
| [`host-apiproxy`](../packages/host/apiproxy) | `host` | [`invariants`](../packages/support/invariants) |
|
|
|
| [`host-directory-picker`](../packages/host/directory-picker) | `host` | [`invariants`](../packages/support/invariants) |
|
|
| [`host-directory-picker`](../packages/host/directory-picker) | `host` | [`invariants`](../packages/support/invariants) |
|
|
|
| [`host-webserver`](../packages/host/webserver) | `host` | [`invariants`](../packages/support/invariants) |
|
|
| [`host-webserver`](../packages/host/webserver) | `host` | [`invariants`](../packages/support/invariants) |
|
|
|
|
|
+| [`sandbox-windows-acl`](../packages/sandbox/sandbox-windows-acl) | `sandbox` | [`invariants`](../packages/support/invariants) |
|
|
|
| [`storage`](../packages/storage/storage) | `storage` | [`invariants`](../packages/support/invariants) |
|
|
| [`storage`](../packages/storage/storage) | `storage` | [`invariants`](../packages/support/invariants) |
|
|
|
| [`subprocess`](../packages/subprocess/subprocess) | `subprocess` | [`invariants`](../packages/support/invariants) |
|
|
| [`subprocess`](../packages/subprocess/subprocess) | `subprocess` | [`invariants`](../packages/support/invariants) |
|
|
|
| [`typert-generator`](../packages/typert/generator) | `typert` | [`invariants`](../packages/support/invariants) |
|
|
| [`typert-generator`](../packages/typert/generator) | `typert` | [`invariants`](../packages/support/invariants) |
|
|
@@ -1240,6 +1249,7 @@ flowchart TD
|
|
|
| [`command-goal`](../packages/goal/command-goal) | `goal` | [`commands`](../packages/ui/commands), [`goal`](../packages/goal/goal), [`invariants`](../packages/support/invariants) |
|
|
| [`command-goal`](../packages/goal/command-goal) | `goal` | [`commands`](../packages/ui/commands), [`goal`](../packages/goal/goal), [`invariants`](../packages/support/invariants) |
|
|
|
| [`goal-session`](../packages/goal/goal-session) | `goal` | [`agent`](../packages/core/agent), [`goal`](../packages/goal/goal), [`invariants`](../packages/support/invariants), [`llm`](../packages/llm/llm), [`session`](../packages/core/session) |
|
|
| [`goal-session`](../packages/goal/goal-session) | `goal` | [`agent`](../packages/core/agent), [`goal`](../packages/goal/goal), [`invariants`](../packages/support/invariants), [`llm`](../packages/llm/llm), [`session`](../packages/core/session) |
|
|
|
| [`bash-sandbox`](../packages/bash/bash-sandbox) | `bash` | [`bash`](../packages/bash/bash), [`bash-local`](../packages/bash/bash-local), [`invariants`](../packages/support/invariants), [`sandbox`](../packages/sandbox/sandbox), [`sandbox-policy`](../packages/sandbox/sandbox-policy) |
|
|
| [`bash-sandbox`](../packages/bash/bash-sandbox) | `bash` | [`bash`](../packages/bash/bash), [`bash-local`](../packages/bash/bash-local), [`invariants`](../packages/support/invariants), [`sandbox`](../packages/sandbox/sandbox), [`sandbox-policy`](../packages/sandbox/sandbox-policy) |
|
|
|
|
|
+| [`pwsh-sandbox`](../packages/bash/pwsh-sandbox) | `bash` | [`bash`](../packages/bash/bash), [`invariants`](../packages/support/invariants), [`pwsh-local`](../packages/bash/pwsh-local), [`sandbox`](../packages/sandbox/sandbox), [`sandbox-policy`](../packages/sandbox/sandbox-policy) |
|
|
|
| [`fs-sandbox`](../packages/fs/fs-sandbox) | `fs` | [`fs`](../packages/fs/fs), [`fs-local`](../packages/fs/fs-local), [`invariants`](../packages/support/invariants), [`sandbox`](../packages/sandbox/sandbox), [`sandbox-policy`](../packages/sandbox/sandbox-policy) |
|
|
| [`fs-sandbox`](../packages/fs/fs-sandbox) | `fs` | [`fs`](../packages/fs/fs), [`fs-local`](../packages/fs/fs-local), [`invariants`](../packages/support/invariants), [`sandbox`](../packages/sandbox/sandbox), [`sandbox-policy`](../packages/sandbox/sandbox-policy) |
|
|
|
| [`command-compact`](../packages/compact/command-compact) | `compact` | [`commands`](../packages/ui/commands), [`compact`](../packages/compact/compact), [`invariants`](../packages/support/invariants) |
|
|
| [`command-compact`](../packages/compact/command-compact) | `compact` | [`commands`](../packages/ui/commands), [`compact`](../packages/compact/compact), [`invariants`](../packages/support/invariants) |
|
|
|
| [`compact-tool-result-prune`](../packages/compact/compact-tool-result-prune) | `compact` | [`compact`](../packages/compact/compact), [`invariants`](../packages/support/invariants), [`llm`](../packages/llm/llm), [`session`](../packages/core/session), [`token-meter`](../packages/llm/token-meter) |
|
|
| [`compact-tool-result-prune`](../packages/compact/compact-tool-result-prune) | `compact` | [`compact`](../packages/compact/compact), [`invariants`](../packages/support/invariants), [`llm`](../packages/llm/llm), [`session`](../packages/core/session), [`token-meter`](../packages/llm/token-meter) |
|