@tangle-network/agent-app 0.44.25 → 0.44.26
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/README.md +7 -7
- package/dist/chat-routes/index.d.ts +3 -3
- package/dist/chat-routes/index.js +4 -1
- package/dist/chat-routes/index.js.map +1 -1
- package/package.json +15 -13
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.26",
|
|
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": [
|
|
@@ -420,15 +420,15 @@
|
|
|
420
420
|
"@cloudflare/workers-types": "^4.20250620.0",
|
|
421
421
|
"@radix-ui/react-dialog": "^1.1.15",
|
|
422
422
|
"@tangle-network/agent-docs": "0.2.0",
|
|
423
|
-
"@tangle-network/agent-eval": "0.
|
|
423
|
+
"@tangle-network/agent-eval": "0.134.1",
|
|
424
424
|
"@tangle-network/agent-integrations": "^0.44.0",
|
|
425
425
|
"@tangle-network/agent-interface": "0.36.0",
|
|
426
|
-
"@tangle-network/agent-knowledge": "6.1.
|
|
427
|
-
"@tangle-network/agent-profile-materialize": "0.9.
|
|
428
|
-
"@tangle-network/agent-runtime": "0.
|
|
426
|
+
"@tangle-network/agent-knowledge": "6.1.7",
|
|
427
|
+
"@tangle-network/agent-profile-materialize": "0.9.2",
|
|
428
|
+
"@tangle-network/agent-runtime": "0.108.0",
|
|
429
429
|
"@tangle-network/brand": "1.1.0",
|
|
430
|
-
"@tangle-network/sandbox": "0.15.
|
|
431
|
-
"@tangle-network/sandbox-ui": "0.90.
|
|
430
|
+
"@tangle-network/sandbox": "0.15.2",
|
|
431
|
+
"@tangle-network/sandbox-ui": "0.90.3",
|
|
432
432
|
"@tangle-network/ui": "^11.0.0",
|
|
433
433
|
"@testing-library/dom": "^10.4.1",
|
|
434
434
|
"@testing-library/react": "^16.3.2",
|
|
@@ -436,6 +436,7 @@
|
|
|
436
436
|
"@types/node": "^25.6.0",
|
|
437
437
|
"@types/react": "^19.0.0",
|
|
438
438
|
"@types/react-dom": "19.2.3",
|
|
439
|
+
"@types/semver": "^7.7.1",
|
|
439
440
|
"@xterm/addon-fit": "^0.11.0",
|
|
440
441
|
"@xterm/addon-web-links": "^0.12.0",
|
|
441
442
|
"@xterm/addon-webgl": "^0.19.0",
|
|
@@ -455,6 +456,7 @@
|
|
|
455
456
|
"react-konva": "^19.2.5",
|
|
456
457
|
"react-router": "^7.15.1",
|
|
457
458
|
"resend": "^6.12.4",
|
|
459
|
+
"semver": "^7.8.5",
|
|
458
460
|
"tsup": "^8.0.0",
|
|
459
461
|
"typescript": "^5.7.0",
|
|
460
462
|
"vitest": "^3.0.0"
|
|
@@ -462,15 +464,15 @@
|
|
|
462
464
|
"peerDependencies": {
|
|
463
465
|
"@huggingface/transformers": ">=3",
|
|
464
466
|
"@radix-ui/react-dialog": ">=1.1",
|
|
465
|
-
"@tangle-network/agent-eval": ">=0.
|
|
467
|
+
"@tangle-network/agent-eval": ">=0.134.1",
|
|
466
468
|
"@tangle-network/agent-integrations": ">=0.44.0",
|
|
467
469
|
"@tangle-network/agent-interface": ">=0.36.0",
|
|
468
|
-
"@tangle-network/agent-knowledge": ">=6.1.
|
|
469
|
-
"@tangle-network/agent-profile-materialize": ">=0.9.
|
|
470
|
-
"@tangle-network/agent-runtime": ">=0.
|
|
470
|
+
"@tangle-network/agent-knowledge": ">=6.1.7",
|
|
471
|
+
"@tangle-network/agent-profile-materialize": ">=0.9.2",
|
|
472
|
+
"@tangle-network/agent-runtime": ">=0.108.0",
|
|
471
473
|
"@tangle-network/brand": ">=1.1.0",
|
|
472
|
-
"@tangle-network/sandbox": ">=0.15.
|
|
473
|
-
"@tangle-network/sandbox-ui": ">=0.90.
|
|
474
|
+
"@tangle-network/sandbox": ">=0.15.2",
|
|
475
|
+
"@tangle-network/sandbox-ui": ">=0.90.3",
|
|
474
476
|
"@xyflow/react": ">=12.0.0",
|
|
475
477
|
"better-auth": ">=1.6.16",
|
|
476
478
|
"drizzle-orm": ">=0.36",
|