@exellix/graph-engine 8.1.9 → 8.1.11

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/CHANGELOG.md +11 -0
  2. package/package.json +8 -7
package/CHANGELOG.md CHANGED
@@ -1,5 +1,16 @@
1
1
  # Changelog
2
2
 
3
+ ## 8.1.10
4
+
5
+ ### Changed
6
+
7
+ - **`@exellix/ai-tasks` ^10.0.0**, **`@exellix/ai-skills` ^6.10.0** — nodePlan-only wire with stricter `rejectForbiddenWireFields` (no `taskConfiguration`, `executionPipeline`, root `modelConfig`, or `executionMemory.input` on `runTask`).
8
+ - **`check:no-legacy`** — floor bumped to ai-tasks ≥10.0.0 and ai-skills ≥6.10.0.
9
+
10
+ ### Added
11
+
12
+ - **`.docs/ai-engine-runtime-runtask-integration.md`** — runtime host reference for `runTask` integration (graph-engine, playground, BFF embedders).
13
+
3
14
  ## 8.1.8
4
15
 
5
16
  ### Breaking
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@exellix/graph-engine",
3
- "version": "8.1.9",
3
+ "version": "8.1.11",
4
4
  "type": "module",
5
5
  "description": "Graph executor SDK",
6
6
  "main": "dist/src/index.js",
@@ -52,21 +52,22 @@
52
52
  "access": "public"
53
53
  },
54
54
  "dependencies": {
55
- "@exellix/ai-skills": "^6.9.1",
56
- "@exellix/ai-tasks": "^9.1.1",
55
+ "@exellix/ai-skills": "^6.10.0",
56
+ "@exellix/ai-tasks": "^10.0.1",
57
57
  "@x12i/activix": "^8.6.3",
58
58
  "@x12i/catalox": "^5.2.0",
59
59
  "@x12i/env": "^4.0.1",
60
60
  "@x12i/funcx": "^4.9.13",
61
61
  "@x12i/graphenix": "^2.5.0",
62
- "@x12i/graphenix-authoring-format": "^2.0.1",
62
+ "@x12i/graphenix-authoring-format": "^2.0.3",
63
63
  "@x12i/graphenix-core": "^2.0.1",
64
- "@x12i/graphenix-executable-contracts": "^2.0.1",
64
+ "@x12i/graphenix-executable-contracts": "^2.0.3",
65
65
  "@x12i/graphenix-executable-format": "^2.2.1",
66
66
  "@x12i/graphenix-execute-envelope": "^2.0.0",
67
67
  "@x12i/graphenix-format": "^2.0.0",
68
- "@x12i/graphenix-plan-compiler": "^2.0.1",
69
- "@x12i/graphenix-plan-format": "^2.0.1",
68
+ "@x12i/graphenix-plan-compiler": "^2.0.3",
69
+ "@x12i/graphenix-plan-format": "^2.0.3",
70
+ "@x12i/graphenix-task-node-format": "^2.0.3",
70
71
  "@x12i/graphenix-trace-format": "^2.0.1",
71
72
  "@x12i/logxer": "^4.6.0",
72
73
  "@x12i/memorix-descriptors": "^1.6.0",