@tangle-network/agent-app 0.44.40 → 0.44.41
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/dist/sandbox/index.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { SandboxInstance, ProvisionEvent, StorageConfig, ScopedTokenScope, TurnDriveResult, Sandbox, MintScopedTokenOptions } from '@tangle-network/sandbox';
|
|
1
|
+
import { SandboxInstance, ProvisionEvent, EgressPolicy, StorageConfig, ScopedTokenScope, TurnDriveResult, Sandbox, MintScopedTokenOptions } from '@tangle-network/sandbox';
|
|
2
2
|
export { StorageConfig } from '@tangle-network/sandbox';
|
|
3
3
|
import { ReasoningEffort, AgentProfileMcpServer, AgentProfileFileMount, AgentProfile } from '@tangle-network/agent-interface';
|
|
4
4
|
import { T as ToolHeaderNames } from '../auth-DJs6lfAs.js';
|
|
@@ -940,6 +940,15 @@ interface SandboxRuntimeConfig {
|
|
|
940
940
|
permissionRole?: (workspaceRole: string) => SandboxPermissionLevel;
|
|
941
941
|
resources?: SandboxResourceConfig;
|
|
942
942
|
provider?: ProviderResolutionConfig;
|
|
943
|
+
/**
|
|
944
|
+
* Product-declared outbound network policy. Applied when a sandbox is
|
|
945
|
+
* created and reconciled before a reused or resumed sandbox is returned.
|
|
946
|
+
* This keeps product tools and other required endpoints reachable without
|
|
947
|
+
* product-local lifecycle calls. Adopting or changing the policy on an
|
|
948
|
+
* existing sandbox restarts its egress proxy once; matching explicit
|
|
949
|
+
* policies are left untouched.
|
|
950
|
+
*/
|
|
951
|
+
egressPolicy?: EgressPolicy;
|
|
943
952
|
storage?: (ctx: SandboxBuildContext) => StorageConfig | undefined;
|
|
944
953
|
restore?: (ctx: SandboxBuildContext) => SandboxRestoreSpec | undefined;
|
|
945
954
|
boxKey?: (scope: SandboxScope) => string;
|
package/dist/sandbox/index.js
CHANGED
|
@@ -70,7 +70,7 @@ import {
|
|
|
70
70
|
verifySandboxTerminalToken,
|
|
71
71
|
verifyTerminalProxyToken,
|
|
72
72
|
writeProfileFilesToBox
|
|
73
|
-
} from "../chunk-
|
|
73
|
+
} from "../chunk-HUBACCOP.js";
|
|
74
74
|
import "../chunk-LWSJK546.js";
|
|
75
75
|
import "../chunk-CQZSAR77.js";
|
|
76
76
|
import "../chunk-ICOHEZK6.js";
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@tangle-network/agent-app",
|
|
3
|
-
"version": "0.44.
|
|
3
|
+
"version": "0.44.41",
|
|
4
4
|
"packageManager": "pnpm@10.33.4",
|
|
5
5
|
"description": "Application-shell framework for Tangle agent products: a bounded tool loop, the structured agent→app tool side channel, integration-hub client, per-workspace billing, and crypto — composed over the Tangle agent substrate through typed seams.",
|
|
6
6
|
"keywords": [
|