@exellix/graph-engine 8.1.2 → 8.1.5
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/CHANGELOG.md +8 -0
- package/package.json +6 -5
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,13 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## 8.1.3 (unreleased)
|
|
4
|
+
|
|
5
|
+
### Changed
|
|
6
|
+
|
|
7
|
+
- **Upstream AI stack:** `@exellix/ai-tasks` ^9.0.3, `@x12i/funcx` ^4.7.1, `@x12i/activix` ^8.6.2 (unpinned from exact 8.5.0 — dedupes nested activix).
|
|
8
|
+
- Transitive floors via ai-tasks 9.0.3: `@exellix/ai-skills` ≥6.5.4, `@exellix/xynthesis` ≥4.6.4, `@x12i/ai-profiles` ≥3.3.0, `@x12i/ai-tools` ≥3.3.0, `@x12i/optimixer` ≥3.5.1.
|
|
9
|
+
- **`preferOpenRouter`:** routing policy inherited from upstream (default `true` via `PREFER_OPENROUTER`); no graph-engine API changes.
|
|
10
|
+
|
|
3
11
|
## 8.1.0
|
|
4
12
|
|
|
5
13
|
### Breaking
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@exellix/graph-engine",
|
|
3
|
-
"version": "8.1.
|
|
3
|
+
"version": "8.1.5",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"description": "Graph executor SDK",
|
|
6
6
|
"main": "dist/src/index.js",
|
|
@@ -15,7 +15,7 @@
|
|
|
15
15
|
"default": "./dist/testkit/index.js"
|
|
16
16
|
},
|
|
17
17
|
"./env.example": "./.env.example"
|
|
18
|
-
},
|
|
18
|
+
},
|
|
19
19
|
"files": [
|
|
20
20
|
"dist/**",
|
|
21
21
|
".env.example",
|
|
@@ -52,11 +52,12 @@
|
|
|
52
52
|
"access": "public"
|
|
53
53
|
},
|
|
54
54
|
"dependencies": {
|
|
55
|
-
"@exellix/ai-
|
|
56
|
-
"@
|
|
55
|
+
"@exellix/ai-skills": "^6.7.0",
|
|
56
|
+
"@exellix/ai-tasks": "^9.0.5",
|
|
57
|
+
"@x12i/activix": "^8.6.2",
|
|
57
58
|
"@x12i/catalox": "5.1.3",
|
|
58
59
|
"@x12i/env": "4.0.1",
|
|
59
|
-
"@x12i/funcx": "4.
|
|
60
|
+
"@x12i/funcx": "^4.9.5",
|
|
60
61
|
"@x12i/graphenix": "2.5.0",
|
|
61
62
|
"@x12i/graphenix-authoring-format": "^1.2.1",
|
|
62
63
|
"@x12i/graphenix-executable-contracts": "^1.1.0",
|