@tangle-network/agent-app 0.46.1 → 0.46.2

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 +7 -7
  2. package/package.json +10 -10
package/README.md CHANGED
@@ -35,14 +35,14 @@ pnpm add @tangle-network/agent-eval @tangle-network/agent-integrations
35
35
 
36
36
  | Peer | Required by | Range |
37
37
  |---|---|---|
38
- | `@tangle-network/agent-eval` | `/eval`, `/eval-campaign`, `/profile`, `/knowledge` | `>=0.143.0` |
39
- | `@tangle-network/agent-runtime` | `/runtime`, `/chat-routes` | `>=0.126.0` |
38
+ | `@tangle-network/agent-eval` | `/eval`, `/eval-campaign`, `/profile`, `/knowledge` | `>=0.149.0 <0.150.0` |
39
+ | `@tangle-network/agent-runtime` | `/runtime`, `/chat-routes` | `>=0.142.0 <0.143.0` |
40
40
  | `@tangle-network/agent-integrations` | `/integrations` | `>=0.52.0` |
41
- | `@tangle-network/agent-interface` | `/interactions`, `/chat-store`, `/harness` | `>=0.42.1 <0.44.0` |
42
- | `@tangle-network/sandbox` | `/sandbox` | `>=0.15.2` |
43
- | `@tangle-network/agent-knowledge` | `/knowledge-loop` | `>=6.1.11` |
44
- | `@tangle-network/agent-profile-materialize` | `/skills-placement` | `>=0.9.2` |
45
- | `@tangle-network/sandbox-ui` | `/brand`, `/studio-react`, `/work-product-react`, `/workspace-react` | `>=0.91.5` |
41
+ | `@tangle-network/agent-interface` | `/interactions`, `/chat-store`, `/harness` | `^1.0.0` |
42
+ | `@tangle-network/sandbox` | `/sandbox` | `>=0.29.0 <0.30.0` |
43
+ | `@tangle-network/agent-knowledge` | `/knowledge-loop` | `^8.0.10` |
44
+ | `@tangle-network/agent-profile-materialize` | `/skills-placement` | `>=0.16.0` |
45
+ | `@tangle-network/sandbox-ui` | `/brand`, `/studio-react`, `/work-product-react`, `/workspace-react` | `>=0.105.0` |
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.46.1",
3
+ "version": "0.46.2",
4
4
  "packageManager": "pnpm@11.17.0",
5
5
  "description": "Build agent applications with typed chat, tools, sandboxes, integrations, billing, and evaluation.",
6
6
  "keywords": [
@@ -519,14 +519,14 @@
519
519
  "@storybook/react": "^10.5.5",
520
520
  "@storybook/react-vite": "^10.5.5",
521
521
  "@tangle-network/agent-docs": "0.2.1",
522
- "@tangle-network/agent-eval": "0.147.0",
522
+ "@tangle-network/agent-eval": "0.149.0",
523
523
  "@tangle-network/agent-integrations": "0.53.54",
524
- "@tangle-network/agent-interface": "1.0.1",
525
- "@tangle-network/agent-knowledge": "8.0.8",
524
+ "@tangle-network/agent-interface": "1.1.0",
525
+ "@tangle-network/agent-knowledge": "8.0.10",
526
526
  "@tangle-network/agent-profile-materialize": "0.16.0",
527
- "@tangle-network/agent-runtime": "0.141.1",
527
+ "@tangle-network/agent-runtime": "0.142.0",
528
528
  "@tangle-network/brand": "1.5.0",
529
- "@tangle-network/sandbox": "0.27.2",
529
+ "@tangle-network/sandbox": "0.29.0",
530
530
  "@tangle-network/sandbox-ui": "0.105.0",
531
531
  "@tangle-network/ui": "^11.5.0",
532
532
  "@testing-library/dom": "^10.4.1",
@@ -571,14 +571,14 @@
571
571
  "@firecrawl/pdf-inspector-wasm": ">=0.1.3",
572
572
  "@huggingface/transformers": ">=3",
573
573
  "@radix-ui/react-dialog": ">=1.1",
574
- "@tangle-network/agent-eval": ">=0.147.0",
574
+ "@tangle-network/agent-eval": ">=0.149.0 <0.150.0",
575
575
  "@tangle-network/agent-integrations": ">=0.52.0",
576
576
  "@tangle-network/agent-interface": "^1.0.0",
577
- "@tangle-network/agent-knowledge": ">=8.0.8",
577
+ "@tangle-network/agent-knowledge": "^8.0.10",
578
578
  "@tangle-network/agent-profile-materialize": ">=0.16.0",
579
- "@tangle-network/agent-runtime": ">=0.141.1",
579
+ "@tangle-network/agent-runtime": ">=0.142.0 <0.143.0",
580
580
  "@tangle-network/brand": ">=1.5.0",
581
- "@tangle-network/sandbox": ">=0.27.2",
581
+ "@tangle-network/sandbox": ">=0.29.0 <0.30.0",
582
582
  "@tangle-network/sandbox-ui": ">=0.105.0",
583
583
  "@tangle-network/ui": ">=11.5.0",
584
584
  "@xyflow/react": ">=12.0.0",