@exellix/ai-skills 7.0.18 → 7.0.20
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 +2 -0
- package/package.json +4 -4
package/README.md
CHANGED
|
@@ -4,6 +4,8 @@ Foundational skill execution layer for the exellix ecosystem: templates live in
|
|
|
4
4
|
|
|
5
5
|
🚀 **Env-Ready**: Provider keys can be loaded from `.env` automatically. **`catalox` is required** at construction time (see Quick Start).
|
|
6
6
|
|
|
7
|
+
> **Catalox 6 train:** **`@exellix/xynthesis`** in this monorepo already uses **Catalox 6 / Mongo**. This package and **`@exellix/catalox-ai-skills`** still use **Firebase / Firestore** until the rollout completes. See [**`documenations/catalox-6-rollout.md`**](../documenations/catalox-6-rollout.md).
|
|
8
|
+
|
|
7
9
|
## Documentation
|
|
8
10
|
|
|
9
11
|
| Topic | Doc |
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@exellix/ai-skills",
|
|
3
|
-
"version": "7.0.
|
|
3
|
+
"version": "7.0.20",
|
|
4
4
|
"description": "Foundational skill execution layer for exellix ecosystem using @x12i/ai-gateway with FlexMD 2.0 support and Catalox as the catalog store",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "dist/index.js",
|
|
@@ -60,11 +60,11 @@
|
|
|
60
60
|
"node": ">=20"
|
|
61
61
|
},
|
|
62
62
|
"dependencies": {
|
|
63
|
-
"@exellix/catalox-ai-skills": "^1.0.
|
|
63
|
+
"@exellix/catalox-ai-skills": "^1.0.7",
|
|
64
64
|
"@x12i/activix": "^9.0.5",
|
|
65
65
|
"@x12i/ai-gateway": "^11.1.3",
|
|
66
66
|
"@x12i/ai-profiles": "^4.3.0",
|
|
67
|
-
"@x12i/catalox": "^
|
|
67
|
+
"@x12i/catalox": "^6.0.0",
|
|
68
68
|
"@x12i/env": "^4.0.3",
|
|
69
69
|
"@x12i/execution-memory-manager": "^1.2.0",
|
|
70
70
|
"@x12i/graphenix-core": "^2.17.0",
|
|
@@ -77,7 +77,7 @@
|
|
|
77
77
|
},
|
|
78
78
|
"devDependencies": {
|
|
79
79
|
"@types/node": "^20.19.43",
|
|
80
|
-
"@x12i/catalox-contracts": "^
|
|
80
|
+
"@x12i/catalox-contracts": "^6.0.0",
|
|
81
81
|
"dotenv": "^16.6.1",
|
|
82
82
|
"ts-node": "^10.9.2",
|
|
83
83
|
"tsx": "^4.21.0",
|