@tangle-network/agent-app 0.44.51 → 0.44.52

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 +3 -3
  2. package/package.json +7 -7
package/README.md CHANGED
@@ -35,12 +35,12 @@ 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.135.1` |
39
- | `@tangle-network/agent-runtime` | `/runtime`, `/chat-routes` | `>=0.109.1` |
38
+ | `@tangle-network/agent-eval` | `/eval`, `/eval-campaign`, `/profile`, `/knowledge` | `>=0.135.2` |
39
+ | `@tangle-network/agent-runtime` | `/runtime`, `/chat-routes` | `>=0.109.2` |
40
40
  | `@tangle-network/agent-integrations` | `/integrations` | `>=0.52.0` |
41
41
  | `@tangle-network/agent-interface` | `/interactions`, `/chat-store`, `/harness` | `>=0.36.0` |
42
42
  | `@tangle-network/sandbox` | `/sandbox` | `>=0.15.2` |
43
- | `@tangle-network/agent-knowledge` | `/knowledge-loop` | `>=6.1.10` |
43
+ | `@tangle-network/agent-knowledge` | `/knowledge-loop` | `>=6.1.11` |
44
44
  | `@tangle-network/agent-profile-materialize` | `/skills-placement` | `>=0.9.2` |
45
45
  | `@tangle-network/sandbox-ui` | `/brand`, `/studio-react`, `/work-product-react` | `>=0.91.5` |
46
46
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tangle-network/agent-app",
3
- "version": "0.44.51",
3
+ "version": "0.44.52",
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": [
@@ -431,12 +431,12 @@
431
431
  "@cloudflare/workers-types": "5.20260722.1",
432
432
  "@radix-ui/react-dialog": "^1.1.15",
433
433
  "@tangle-network/agent-docs": "0.2.1",
434
- "@tangle-network/agent-eval": "0.135.1",
434
+ "@tangle-network/agent-eval": "0.135.2",
435
435
  "@tangle-network/agent-integrations": "^0.52.0",
436
436
  "@tangle-network/agent-interface": "0.36.0",
437
- "@tangle-network/agent-knowledge": "6.1.10",
437
+ "@tangle-network/agent-knowledge": "6.1.11",
438
438
  "@tangle-network/agent-profile-materialize": "0.9.2",
439
- "@tangle-network/agent-runtime": "0.109.1",
439
+ "@tangle-network/agent-runtime": "0.109.2",
440
440
  "@tangle-network/brand": "1.1.0",
441
441
  "@tangle-network/sandbox": "0.15.2",
442
442
  "@tangle-network/sandbox-ui": "0.91.5",
@@ -476,12 +476,12 @@
476
476
  "peerDependencies": {
477
477
  "@huggingface/transformers": ">=3",
478
478
  "@radix-ui/react-dialog": ">=1.1",
479
- "@tangle-network/agent-eval": ">=0.135.1",
479
+ "@tangle-network/agent-eval": ">=0.135.2",
480
480
  "@tangle-network/agent-integrations": ">=0.52.0",
481
481
  "@tangle-network/agent-interface": ">=0.36.0",
482
- "@tangle-network/agent-knowledge": ">=6.1.10",
482
+ "@tangle-network/agent-knowledge": ">=6.1.11",
483
483
  "@tangle-network/agent-profile-materialize": ">=0.9.2",
484
- "@tangle-network/agent-runtime": ">=0.109.1",
484
+ "@tangle-network/agent-runtime": ">=0.109.2",
485
485
  "@tangle-network/brand": ">=1.1.0",
486
486
  "@tangle-network/sandbox": ">=0.15.2",
487
487
  "@tangle-network/sandbox-ui": ">=0.91.5",