@tangle-network/agent-app 0.44.39 → 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.
@@ -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;
@@ -70,7 +70,7 @@ import {
70
70
  verifySandboxTerminalToken,
71
71
  verifyTerminalProxyToken,
72
72
  writeProfileFilesToBox
73
- } from "../chunk-JYHMNFFU.js";
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.39",
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": [
@@ -426,15 +426,15 @@
426
426
  "@radix-ui/react-dialog": "^1.1.15",
427
427
  "@tangle-network/agent-docs": "0.2.0",
428
428
  "@tangle-network/agent-eval": "0.135.1",
429
- "@tangle-network/agent-integrations": "^0.44.0",
429
+ "@tangle-network/agent-integrations": "^0.51.0",
430
430
  "@tangle-network/agent-interface": "0.36.0",
431
431
  "@tangle-network/agent-knowledge": "6.1.10",
432
432
  "@tangle-network/agent-profile-materialize": "0.9.2",
433
433
  "@tangle-network/agent-runtime": "0.109.0",
434
434
  "@tangle-network/brand": "1.1.0",
435
435
  "@tangle-network/sandbox": "0.15.2",
436
- "@tangle-network/sandbox-ui": "0.90.3",
437
- "@tangle-network/ui": "^11.0.0",
436
+ "@tangle-network/sandbox-ui": "0.91.5",
437
+ "@tangle-network/ui": "^11.2.2",
438
438
  "@testing-library/dom": "^10.4.1",
439
439
  "@testing-library/react": "^16.3.2",
440
440
  "@types/better-sqlite3": "^7.6.13",
@@ -470,14 +470,14 @@
470
470
  "@huggingface/transformers": ">=3",
471
471
  "@radix-ui/react-dialog": ">=1.1",
472
472
  "@tangle-network/agent-eval": ">=0.135.1",
473
- "@tangle-network/agent-integrations": ">=0.44.0",
473
+ "@tangle-network/agent-integrations": ">=0.51.0",
474
474
  "@tangle-network/agent-interface": ">=0.36.0",
475
475
  "@tangle-network/agent-knowledge": ">=6.1.10",
476
476
  "@tangle-network/agent-profile-materialize": ">=0.9.2",
477
477
  "@tangle-network/agent-runtime": ">=0.109.0",
478
478
  "@tangle-network/brand": ">=1.1.0",
479
479
  "@tangle-network/sandbox": ">=0.15.2",
480
- "@tangle-network/sandbox-ui": ">=0.90.3",
480
+ "@tangle-network/sandbox-ui": ">=0.91.5",
481
481
  "@xyflow/react": ">=12.0.0",
482
482
  "better-auth": ">=1.6.16",
483
483
  "drizzle-orm": ">=0.36",