@exellix/ai-tasks 9.0.2 → 9.0.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.
Files changed (43) hide show
  1. package/.docs/DOWNSTREAM_ENV.md +1 -1
  2. package/.docs/prefer-openrouter-routing-policy.md +8 -26
  3. package/CHANGELOG.md +7 -0
  4. package/dist/aiSkillsUpstreamExports.d.ts +2 -2
  5. package/dist/aiSkillsUpstreamExports.d.ts.map +1 -1
  6. package/dist/aiSkillsUpstreamExports.js +1 -1
  7. package/dist/aiSkillsUpstreamExports.js.map +1 -1
  8. package/dist/internal/runPostStepLlmCall.js +1 -1
  9. package/dist/internal/runPostStepLlmCall.js.map +1 -1
  10. package/dist/internal/setAiToolsBundledOnlyEnv.d.ts.map +1 -0
  11. package/dist/internal/setAiToolsBundledOnlyEnv.js.map +1 -0
  12. package/dist/invocation/defaultAiProfilesResolveOptions.d.ts +2 -2
  13. package/dist/invocation/defaultAiProfilesResolveOptions.d.ts.map +1 -1
  14. package/dist/invocation/defaultAiProfilesResolveOptions.js +2 -2
  15. package/dist/invocation/defaultAiProfilesResolveOptions.js.map +1 -1
  16. package/dist/invocation/preferOpenRouterPolicy.d.ts +4 -6
  17. package/dist/invocation/preferOpenRouterPolicy.d.ts.map +1 -1
  18. package/dist/invocation/preferOpenRouterPolicy.js +7 -12
  19. package/dist/invocation/preferOpenRouterPolicy.js.map +1 -1
  20. package/dist/invocation/resolveInvocationPlan.js +1 -1
  21. package/dist/invocation/resolveInvocationPlan.js.map +1 -1
  22. package/dist/invocation/resolveProfileInvocationRouting.d.ts +2 -2
  23. package/dist/invocation/resolveProfileInvocationRouting.d.ts.map +1 -1
  24. package/dist/invocation/resolveProfileInvocationRouting.js +1 -1
  25. package/dist/invocation/resolveProfileInvocationRouting.js.map +1 -1
  26. package/dist/invocation/types.d.ts +0 -2
  27. package/dist/invocation/types.d.ts.map +1 -1
  28. package/dist/strategies/direct-execution-strategy.js +1 -1
  29. package/dist/strategies/direct-execution-strategy.js.map +1 -1
  30. package/dist/utils/resolveAiProfileModel.d.ts +0 -2
  31. package/dist/utils/resolveAiProfileModel.d.ts.map +1 -1
  32. package/dist/utils/resolveAiProfileModel.js +1 -1
  33. package/dist/utils/resolveAiProfileModel.js.map +1 -1
  34. package/documenations/sessions/2026-06-08-subnets-model-resolution/CR-1-no-concrete-wire-in-graph-plans.md +93 -0
  35. package/documenations/sessions/2026-06-08-subnets-model-resolution/CR-2-skillModel-profile-only-at-storage.md +88 -0
  36. package/documenations/sessions/2026-06-08-subnets-model-resolution/CR-3-reject-concrete-models-in-catalog-rows.md +76 -0
  37. package/documenations/sessions/2026-06-08-subnets-model-resolution/FR-1-suggested-profile-in-catalogs.md +96 -0
  38. package/documenations/sessions/2026-06-08-subnets-model-resolution/FR-2-graph-engine-failure-phase-attribution.md +92 -0
  39. package/documenations/sessions/2026-06-08-subnets-model-resolution/INVESTIGATION-original-bug.md +182 -0
  40. package/documenations/sessions/2026-06-08-subnets-model-resolution/PROBLEM.md +236 -0
  41. package/documenations/sessions/2026-06-08-subnets-model-resolution/README.md +11 -0
  42. package/documenations/sessions/2026-06-08-subnets-model-resolution/funcx-test-resolveModel.cheapDefaultWireSlug.test.ts +117 -0
  43. package/package.json +10 -7
@@ -0,0 +1,236 @@
1
+ # Problem knowledge: `Unknown model "google/gemini-2.5-flash-lite"`
2
+
3
+ **Session:** 2026-06-08
4
+ **Repro:** `worox-graphs-playground` — `graph:subnets-analysis`, `node:inbound-reachability`, `skillKey=professional-answer`
5
+ **Status:** **Resolved** in **`@x12i/funcx@4.9.5+`** (catalog gate via **`@x12i/ai-profiles`**). Ship **`@exellix/xynthesis@4.6.6+`** and **`@exellix/ai-tasks@9.0.5+`** with **`@x12i/funcx@^4.9.5`** declared in dependencies.
6
+
7
+ ---
8
+
9
+ ## 1. What we observed
10
+
11
+ ```json
12
+ {
13
+ "nodeId": "node:inbound-reachability",
14
+ "error": {
15
+ "message": "runTask failed (skillKey=professional-answer nodeId=node:inbound-reachability graphId=graph:subnets-analysis): Unknown model \"google/gemini-2.5-flash-lite\". Pass a catalog-resolvable model slug (e.g. \"deepseek/deepseek-v4-flash\")."
16
+ }
17
+ }
18
+ ```
19
+
20
+ Stack (from consumer): `@exellix/graph-engine` → `@exellix/ai-tasks` `runTask` → … → `@x12i/funcx` `Client.ask()`.
21
+
22
+ The exact substring `Pass a catalog-resolvable model slug` is thrown only by **`@x12i/funcx`** `requireCatalogModel()` (funcx ≥4.3). It is **not** from ai-gateway, ai-skills, or Catalox.
23
+
24
+ ---
25
+
26
+ ## 2. What we verified about input (runtime data)
27
+
28
+ | Fact | Source |
29
+ |------|--------|
30
+ | Runtime model input was **`cheap/default`**, not a concrete slug in authoring | Operator check |
31
+ | **Skill catalog (Catalox `ai-skills`) stores no model** for `professional-answer` or other skills — templates + Optimixer only | Operator check + mono-repo `AI_SKILLS_CATALOG_ITEMS` |
32
+ | `cheap/default` → `google/gemini-2.5-flash-lite` is **correct** OpenRouter wire output for PRE/POST xynthesis | `@x12i/ai-profiles` bundled registry |
33
+
34
+ **Important:** The error string shows a **resolved wire slug**, not what was typed in the graph. That slug is **invoke-time output**, not catalog-authored data.
35
+
36
+ ---
37
+
38
+ ## 3. Three different “catalog” meanings (do not mix)
39
+
40
+ | Name | What it is | Role in this incident |
41
+ |------|------------|------------------------|
42
+ | **Catalox skill catalog** | Skill templates, Optimixer fields | **Not involved** — no models |
43
+ | **Runtime orchestration data** | `RunTaskRequest.modelConfig`, graph `modelSelection`, per-unit slots | **Source of `cheap/default`** — correct |
44
+ | **`@x12i/ai-tools` models catalog** | JSON bundled inside the **npm package**; used by funcx/gateway for slug lookup + pricing | **Where the error is thrown** — funcx asks “is this slug known?” |
45
+ | **`@x12i/ai-profiles` registry** | Profile/choice → vendor SKU + OpenRouter invocation mapping | **Already used successfully** before funcx (see §4) |
46
+
47
+ ---
48
+
49
+ ## 4. End-to-end path today (what actually runs)
50
+
51
+ ### 4.1 Graph → ai-tasks
52
+
53
+ For subnet-style nodes running `professional-answer` with PRE synthesis, a typical `RunTaskRequest` looks like:
54
+
55
+ ```json
56
+ {
57
+ "skillKey": "professional-answer",
58
+ "modelConfig": {
59
+ "preActionModel": "cheap/default",
60
+ "skillModel": "<profile or concrete — MAIN, separate hop>",
61
+ "postActionModel": "cheap/default"
62
+ },
63
+ "taskConfiguration": {
64
+ "aiTaskStrategies": { "pre": "synthesis", ... }
65
+ }
66
+ }
67
+ ```
68
+
69
+ Graph-engine wraps any `runTask` failure with `skillKey=professional-answer` even when **PRE dies before MAIN** — misleading for operators.
70
+
71
+ ### 4.2 PRE synthesis — **first hop: ai-profiles** (already in use)
72
+
73
+ 1. ai-tasks `_runSynthesizedContextPreStep` reads `preActionModel` → `"cheap/default"`.
74
+ 2. Calls `@exellix/xynthesis` `executeXynthesisAction({ model: "cheap/default", ... })`.
75
+ 3. xynthesis `resolveXynthesisModel("cheap/default")` calls **`@x12i/ai-profiles`**:
76
+ - Profile `cheap`, choice `default`
77
+ - Vendor: `google` / `gemini-2.5-flash-lite`
78
+ - OpenRouter invocation: `google/gemini-2.5-flash-lite`
79
+ 4. xynthesis builds `modelResolution` snapshot and calls `FuncxInvoker` with:
80
+ - `model: "cheap/default"` (alias)
81
+ - `modelResolution.wireModelId: "google/gemini-2.5-flash-lite"`
82
+
83
+ If step 3 fails, xynthesis throws **before** funcx — e.g. unknown profile/choice.
84
+ **We got past step 3** (otherwise the error message would be about alias resolution, not “Unknown model … slug”).
85
+
86
+ ### 4.3 PRE synthesis — **second hop: funcx + ai-tools** (where it breaks)
87
+
88
+ 5. `FuncxInvoker` → `client.ask(userPrompt, { model: "google/gemini-2.5-flash-lite", ... })`.
89
+ 6. funcx `resolveAskRuntime()` → `requireCatalogModel({ model, provider: "openrouter" })`.
90
+ 7. funcx `resolveModelSlug()` loads **`@x12i/ai-tools`** catalog via `getAiModelsCatalogClient().getAllModels()` and runs `createModelNameResolver(catalog).resolve(...)`.
91
+ 8. If `found: false` → throws:
92
+
93
+ ```text
94
+ Unknown model "google/gemini-2.5-flash-lite". Pass a catalog-resolvable model slug ...
95
+ ```
96
+
97
+ funcx README (≥4.3) documents this split explicitly:
98
+
99
+ - **Host (xynthesis):** resolve `profile/choice` with **ai-profiles**, pass **concrete slug** to funcx.
100
+ - **funcx:** slug must be **catalog-resolvable** in **ai-tools** — funcx does **not** resolve `cheap/default` itself.
101
+
102
+ ### 4.4 MAIN `professional-answer` — different path (not this error)
103
+
104
+ MAIN uses `skillModel` → `@exellix/ai-skills` → `@x12i/ai-gateway`:
105
+
106
+ - Wire shape: `openrouter/google/gemini-2.5-flash-lite` (gateway prefix), not bare slug.
107
+ - Validation: ai-tools `resolveInvokeModel` via gateway, **different error message** (`Could not resolve model "..." (provider: "...")`).
108
+
109
+ So this incident is **PRE (or POST) xynthesis/funcx**, not MAIN professional-answer gateway invoke.
110
+
111
+ ---
112
+
113
+ ## 5. ai-profiles vs ai-tools — what is done today, could ai-profiles replace ai-tools here?
114
+
115
+ ### What is done today
116
+
117
+ | Step | Package | Job |
118
+ |------|---------|-----|
119
+ | Profile → wire slug | **ai-profiles** (in xynthesis) | `cheap/default` → `google/gemini-2.5-flash-lite` |
120
+ | Slug accepted for HTTP call? | **ai-tools** (inside funcx) | Re-lookup slug in bundled models JSON |
121
+ | LLM HTTP call | **funcx** → OpenRouter | Uses validated `modelId` |
122
+
123
+ **ai-profiles is already in the pipeline.** The failure is not “we should use ai-profiles instead of nothing” — it is **ai-tools rejecting a slug that ai-profiles just produced**.
124
+
125
+ ### Could funcx validate with ai-profiles instead of ai-tools?
126
+
127
+ **Theoretically yes, but not how funcx is built today.**
128
+
129
+ - ai-profiles exposes `ensureConcreteModel("google/gemini-2.5-flash-lite")` and `resolveCatalogModel(...)` against its own `models-catalog.json` / registry linkage — similar knowledge, **different package and index**.
130
+ - funcx 4.x is wired to **ai-tools** for `requireCatalogModel`, pricing (`readCallCostFromAskResult`), and Activix `autoCost`.
131
+ - funcx README requires both packages aligned (e.g. **^3.3.0**).
132
+
133
+ **Practical options (no code changed in this session):**
134
+
135
+ | Approach | Effect |
136
+ |----------|--------|
137
+ | **Align versions** in `worox-graphs-playground`: `@x12i/funcx`, `@x12i/ai-tools`, `@x12i/ai-profiles`, `@exellix/xynthesis` to mono-repo pins | Most likely fix — both catalogs should agree on `gemini-2.5-flash-lite` |
138
+ | **Pass `cheap/default` into funcx `ask()`** | **Fails by design** — funcx requires concrete catalog slug, not profile alias |
139
+ | **funcx skip ai-tools check when `modelResolution` from ai-profiles present** | Would need **funcx product change** — trust host resolution, use ai-tools only for cost |
140
+ | **funcx call ai-profiles `resolveCatalogModel` instead of ai-tools resolver** | Would need **funcx product change** — duplicate validation path, still two catalogs unless unified |
141
+
142
+ **“Work better with ai-profiles”** in the current architecture means: **keep resolving in xynthesis via ai-profiles (already done), then ensure the ai-tools copy in the same install recognizes the emitted slug** — not replace step 1, fix step 2 alignment.
143
+
144
+ ---
145
+
146
+ ## 6. Why ai-profiles can succeed and ai-tools can still fail
147
+
148
+ Both use bundled JSON that can **drift across package versions** or **resolve differently**:
149
+
150
+ - ai-profiles: registry + `normalizeInvokeModel` → OpenRouter slug from profile choice.
151
+ - ai-tools: `ModelNameResolver` over merged direct + OpenRouter catalog maps; lookup strategies (exact, slug, provider-prefix, fallback catalog).
152
+
153
+ Known mono-repo state (reference install):
154
+
155
+ - **ai-tools** direct catalog includes `provider: google`, `modelId: gemini-2.5-flash-lite`.
156
+ - **ai-tools** OpenRouter catalog may list newer ids (e.g. `google/gemini-3.1-flash-lite`) without listing `2.5-flash-lite` under OpenRouter lane — resolver should fall back to direct catalog, **if consumer ai-tools version is current**.
157
+
158
+ Failure modes for step 7:
159
+
160
+ 1. **Older `@x12i/ai-tools`** in playground — slug not in bundled JSON.
161
+ 2. **Older `@x12i/funcx`** — different resolver behavior.
162
+ 3. **ai-tools client disabled / throws** — funcx catches and returns `found: false` → same “Unknown model” message.
163
+ 4. **Version skew** — ai-profiles 3.3 emits slug ai-tools 2.x does not index.
164
+
165
+ ---
166
+
167
+ ## 7. What we know vs what we do not know
168
+
169
+ ### Known
170
+
171
+ - Input at runtime: `cheap/default` (verified).
172
+ - Skill Catalox catalog: no models (verified).
173
+ - Wire slug in error is expected output of ai-profiles for `cheap/default`.
174
+ - Error originates in funcx `requireCatalogModel` (ai-tools gate), not skill catalog.
175
+ - Error message shape implies PRE/POST funcx path, not MAIN gateway.
176
+ - graph-engine attributes failure to `skillKey=professional-answer` regardless of phase.
177
+
178
+ ### Not confirmed in consumer repo (if debugging continues)
179
+
180
+ - Installed versions: `npm ls @x12i/funcx @x12i/ai-tools @x12i/ai-profiles @exellix/xynthesis`
181
+ - Whether error still reproduces after version align.
182
+ - Whether `executionMode: "trace"` shows `profileChoiceKey: "cheap/default"` and `wireModelId` on PRE hop only.
183
+ - Whether `OPENROUTER_API_KEY` is set (missing key usually causes different errors, but worth ruling out).
184
+
185
+ ### Ruled out
186
+
187
+ - Wrong profile choice in authoring (`cheap/default` is valid).
188
+ - Skill catalog supplying `google/gemini-2.5-flash-lite`.
189
+ - xynthesis double-prefix bug (`openrouter/google/...` to OpenRouter API) — fixed in xynthesis ≥4.1.8; error shows **bare** slug, which is correct for funcx.
190
+
191
+ ---
192
+
193
+ ## 8. Minimal reproduction mental model
194
+
195
+ ```text
196
+ cheap/default
197
+ → [ai-profiles] OK → google/gemini-2.5-flash-lite
198
+ → [funcx ask + ai-tools requireCatalogModel] FAIL? → Unknown model
199
+ → [OpenRouter HTTP] never reached
200
+ ```
201
+
202
+ If ai-profiles step failed, you would never see this exact funcx message with that slug.
203
+
204
+ ---
205
+
206
+ ## 9. Recommended next step (consumer only)
207
+
208
+ In `worox-graphs-playground`:
209
+
210
+ ```bash
211
+ npm ls @x12i/funcx @x12i/ai-tools @x12i/ai-profiles @exellix/xynthesis @exellix/ai-tasks
212
+ rg "gemini-2.5-flash-lite" node_modules/@x12i/ai-tools/dist/
213
+ ```
214
+
215
+ Align to mono-repo reference (`ai-tasks/package.json`: funcx ^4.6.0 override, ai-profiles ^3.3.0, xynthesis ^4.6.4). Re-run graph.
216
+
217
+ If still failing with current catalogs, file upstream on **funcx/ai-tools** with: input alias `cheap/default`, ai-profiles wire `google/gemini-2.5-flash-lite`, and ai-tools resolver `found: false` diagnostics.
218
+
219
+ ---
220
+
221
+ ## 10. Mono-repo code references
222
+
223
+ | Piece | Location |
224
+ |-------|----------|
225
+ | PRE reads `preActionModel` | `ai-tasks/src/core/task-sdk.ts` `_runSynthesizedContextPreStep` |
226
+ | ai-profiles resolve | `xynthesis/src/resolveAiProfileModel.ts` `resolveXynthesisModel` |
227
+ | Pass wire to funcx | `xynthesis/src/executeXynthesisAction.ts`, `xynthesis/src/funcxInvoker.ts` |
228
+ | funcx ai-tools gate | `node_modules/@x12i/funcx/dist/src/serve.js` `requireCatalogModel` |
229
+ | cheap/default → gemini | `node_modules/@x12i/ai-profiles/dist/data/models-profiles.json` |
230
+ | Subnet-style fixture | `ai-tasks/test/fixtures/run-task/graph-engine-pre-synthesis.json` |
231
+
232
+ ---
233
+
234
+ ## 11. Session CR/FR docs
235
+
236
+ Deferred — not part of this problem analysis. See sibling files only if needed for future product work.
@@ -0,0 +1,11 @@
1
+ # Session: subnets-analysis model resolution (2026-06-08)
2
+
3
+ **Canonical doc:** [PROBLEM.md](./PROBLEM.md) — everything we know about the `Unknown model "google/gemini-2.5-flash-lite"` failure.
4
+
5
+ ## One-line summary
6
+
7
+ Runtime input `cheap/default` is correct; ai-profiles resolves it to `google/gemini-2.5-flash-lite`; **funcx then re-validates that slug against `@x12i/ai-tools`** (not the skill catalog) and throws. Skill Catalox catalog has no models.
8
+
9
+ ## Other files in this folder
10
+
11
+ CR/FR drafts from earlier in the session — **out of scope** for the original bug; kept for reference only.
@@ -0,0 +1,117 @@
1
+ /**
2
+ * Copy to funcx repo: `test/resolveModel.cheapDefaultWireSlug.test.ts`
3
+ *
4
+ * Reproduces PRE xynthesis catalog gate (graphs-studio / ai-tasks):
5
+ * cheap/default → ai-profiles wire slug → funcx resolveModelSlug / requireCatalogModel
6
+ *
7
+ * Run (from funcx root):
8
+ * mode=debug FUNCX_ACTIVIX_ENABLED=0 node --import ./test/helpers/testGlobalSetup.ts --import tsx --test test/resolveModel.cheapDefaultWireSlug.test.ts
9
+ *
10
+ * BEFORE fix (funcx <4.9, resolveModelSlug uses getAllModels + narrow resolver):
11
+ * - ai-tools catalog.resolveModel → found: true
12
+ * - funcx resolveModelSlug → found: false → THIS TEST FAILS
13
+ *
14
+ * AFTER fix (funcx >=4.9, resolveModelSlug delegates to @x12i/ai-profiles requireCatalogModel):
15
+ * - both → found: true → THIS TEST PASSES
16
+ */
17
+ import assert from "node:assert/strict";
18
+ import { describe, it, beforeEach } from "node:test";
19
+ import { ensureConcreteModel } from "@x12i/ai-profiles";
20
+ import {
21
+ createAiToolsInvokeClient,
22
+ createModelNameResolver,
23
+ } from "@x12i/ai-tools";
24
+ import {
25
+ configureAiToolsEngine,
26
+ requireCatalogModel,
27
+ resetAiToolsClients,
28
+ resolveModelSlug,
29
+ } from "../src/index.js";
30
+
31
+ const PRE_ALIAS = "cheap/default";
32
+ /** Wire slug xynthesis passes to funcx ask() after ai-profiles resolution. */
33
+ const EXPECTED_WIRE_SLUG = "google/gemini-2.5-flash-lite";
34
+
35
+ function useDefaultDevCatalogEngine(): void {
36
+ resetAiToolsClients();
37
+ configureAiToolsEngine({
38
+ bundledOnly: false,
39
+ catalogLane: "text",
40
+ });
41
+ }
42
+
43
+ describe("resolveModel — cheap/default PRE wire slug (subnets-analysis repro)", () => {
44
+ beforeEach(() => {
45
+ useDefaultDevCatalogEngine();
46
+ });
47
+
48
+ it("step A: ai-profiles resolves cheap/default to the expected OpenRouter wire slug", () => {
49
+ const resolved = ensureConcreteModel(PRE_ALIAS);
50
+ assert.equal(
51
+ resolved.modelId,
52
+ EXPECTED_WIRE_SLUG,
53
+ "host/xynthesis must resolve profile alias before funcx"
54
+ );
55
+ });
56
+
57
+ it("step B–E: funcx must accept the wire slug when ai-tools full resolveModel does (default dev catalog)", async () => {
58
+ // --- step A (again at runtime boundary) ---
59
+ const resolved = ensureConcreteModel(PRE_ALIAS);
60
+ const wireSlug = resolved.modelId;
61
+ assert.equal(wireSlug, EXPECTED_WIRE_SLUG);
62
+
63
+ // --- step C: narrow path input (what funcx uses today) ---
64
+ const client = createAiToolsInvokeClient({ bundledOnly: false });
65
+ const mergedMap = await client.catalog.getAllModels();
66
+ const narrow = createModelNameResolver(mergedMap).resolve({
67
+ model: wireSlug,
68
+ provider: "openrouter",
69
+ });
70
+
71
+ // --- step D: ai-tools full path (what funcx SHOULD use) ---
72
+ const full = await client.catalog.resolveModel({
73
+ model: wireSlug,
74
+ provider: "openrouter",
75
+ });
76
+
77
+ // --- step E: funcx public API used by Client.ask() → requireCatalogModel ---
78
+ const funcx = await resolveModelSlug({
79
+ model: wireSlug,
80
+ provider: "openrouter",
81
+ });
82
+
83
+ // Diagnostic log when run with `node --test` (visible in CI output)
84
+ console.info("[resolveModel.cheapDefaultWireSlug]", {
85
+ alias: PRE_ALIAS,
86
+ wireSlug,
87
+ mergedCatalogSize: mergedMap.size,
88
+ mergedHasSlug: mergedMap.has(wireSlug),
89
+ narrowFound: narrow.found,
90
+ fullResolveFound: full.found,
91
+ fullResolvedReason: full.found ? full.resolvedReason : full.reason,
92
+ funcxResolveFound: funcx.found,
93
+ });
94
+
95
+ assert.equal(
96
+ full.found,
97
+ true,
98
+ `ai-tools catalog.resolveModel must accept wire slug "${wireSlug}" (ai-profiles fallback / direct lane)`
99
+ );
100
+
101
+ // Core regression: funcx must not reject a slug that ai-tools full resolver accepts.
102
+ assert.equal(
103
+ funcx.found,
104
+ full.found,
105
+ "resolveModelSlug must delegate to catalog.resolveModel (not getAllModels narrow map only)"
106
+ );
107
+ assert.equal(funcx.modelId, wireSlug);
108
+
109
+ // Same gate Client.ask() hits before OpenRouter HTTP:
110
+ const required = await requireCatalogModel({
111
+ model: wireSlug,
112
+ provider: "openrouter",
113
+ });
114
+ assert.equal(required.found, true);
115
+ assert.equal(required.modelId, wireSlug);
116
+ });
117
+ });
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@exellix/ai-tasks",
3
- "version": "9.0.2",
3
+ "version": "9.0.5",
4
4
  "description": "Task orchestration for the Exellix stack: runTask() with local handlers or LLM-backed execution, task-scoped memory/context enrichment, and executor dispatch via @exellix/ai-skills. ERC-compliant.",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",
@@ -60,10 +60,12 @@
60
60
  "node": ">=20"
61
61
  },
62
62
  "overrides": {
63
- "@x12i/funcx": "^4.6.0"
63
+ "@x12i/funcx": "^4.9.5",
64
+ "@x12i/ai-tools": "^3.3.3",
65
+ "@x12i/ai-profiles": "^3.4.0"
64
66
  },
65
67
  "dependencies": {
66
- "@exellix/ai-skills": "^6.5.0",
68
+ "@exellix/ai-skills": "^6.5.4",
67
69
  "@exellix/memorix-narrix-adapter": "^2.0.0",
68
70
  "@exellix/narrix-adapter-chat": "^2.0.0",
69
71
  "@exellix/narrix-adapter-docs": "^2.0.0",
@@ -75,9 +77,10 @@
75
77
  "@exellix/narrix-ingest": "^2.0.0",
76
78
  "@exellix/narrix-runner": "^2.0.0",
77
79
  "@exellix/narrix-web-scoper": "^2.0.0",
78
- "@exellix/xynthesis": "^4.6.2",
79
- "@x12i/activix": "^8.6.0",
80
- "@x12i/ai-profiles": "^3.2.0",
80
+ "@exellix/xynthesis": "^4.6.5",
81
+ "@x12i/activix": "^8.6.2",
82
+ "@x12i/ai-profiles": "^3.4.0",
83
+ "@x12i/funcx": "^4.9.5",
81
84
  "@x12i/catalox": "^5.1.3",
82
85
  "@x12i/env": "^4.0.1",
83
86
  "@x12i/execution-memory-manager": "^1.2.0",
@@ -85,7 +88,7 @@
85
88
  "@x12i/graphenix-plan-format": "^1.1.1",
86
89
  "@x12i/graphenix-trace-format": "^1.1.1",
87
90
  "@x12i/logxer": "^4.6.0",
88
- "@x12i/optimixer": "^3.4.0",
91
+ "@x12i/optimixer": "^3.5.1",
89
92
  "@x12i/rendrix": "^4.3.0",
90
93
  "@x12i/search-adapter": "^1.5.1",
91
94
  "handlebars": "^4.7.8",