@tangle-network/agent-app 0.44.39 → 0.44.40

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.
Files changed (2) hide show
  1. package/README.md +2 -2
  2. package/package.json +6 -6
package/README.md CHANGED
@@ -37,12 +37,12 @@ pnpm add @tangle-network/agent-eval @tangle-network/agent-integrations
37
37
  |---|---|---|
38
38
  | `@tangle-network/agent-eval` | `/eval`, `/eval-campaign`, `/profile`, `/knowledge` | `>=0.135.1` |
39
39
  | `@tangle-network/agent-runtime` | `/runtime`, `/chat-routes` | `>=0.109.0` |
40
- | `@tangle-network/agent-integrations` | `/integrations` | `>=0.44.0` |
40
+ | `@tangle-network/agent-integrations` | `/integrations` | `>=0.51.0` |
41
41
  | `@tangle-network/agent-interface` | `/interactions`, `/chat-store`, `/harness` | `>=0.36.0` |
42
42
  | `@tangle-network/sandbox` | `/sandbox` | `>=0.15.2` |
43
43
  | `@tangle-network/agent-knowledge` | `/knowledge-loop` | `>=6.1.10` |
44
44
  | `@tangle-network/agent-profile-materialize` | `/skills-placement` | `>=0.9.2` |
45
- | `@tangle-network/sandbox-ui` | `/brand`, `/studio-react`, `/work-product-react` | `>=0.90.3` |
45
+ | `@tangle-network/sandbox-ui` | `/brand`, `/studio-react`, `/work-product-react` | `>=0.91.5` |
46
46
 
47
47
  All of these except `agent-eval`, `agent-integrations`, and `agent-interface` are declared **optional** peers, so a product that never imports the subpath installs nothing.
48
48
 
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.40",
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",