@exellix/ai-tasks 8.4.2 → 8.5.0

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 (130) hide show
  1. package/.docs/DOWNSTREAM_ENV.md +42 -0
  2. package/.docs/FEEDBACK_TO_CLIENT_DOWNSTREAM_FIXES.md +64 -0
  3. package/.docs/INTERMEDIATE_STEPS.md +82 -0
  4. package/.docs/activity-structure.md +31 -0
  5. package/.docs/ai-task-ai-scoping-spec.md +338 -0
  6. package/.docs/ai-tasks-model-profile-aliases-7x.md +74 -0
  7. package/.docs/blockers-and-issues.md +346 -0
  8. package/.docs/building-runTask-sdk.md +659 -0
  9. package/.docs/building-skill-execution-orchestrator.md +968 -0
  10. package/.docs/code-used-before/run-task.txt +39 -0
  11. package/.docs/code-used-before/task-executor.ts.old +57 -0
  12. package/.docs/code-used-before/test-run-task.ts.old +42 -0
  13. package/.docs/code-used-before/types.txt +23 -0
  14. package/.docs/env-ready-policy.md +40 -0
  15. package/.docs/flow-io/flow-README.md +76 -0
  16. package/.docs/flow-io/narrix.md +124 -0
  17. package/.docs/flow-io/web-scoping.md +135 -0
  18. package/.docs/flow-io/xynthesis-post.md +154 -0
  19. package/.docs/flow-io/xynthesis-pre.md +181 -0
  20. package/.docs/gap-analysis.md +201 -0
  21. package/.docs/integration-facts-ai-tasks.md +109 -0
  22. package/.docs/investigation/ai-skills.md +170 -0
  23. package/.docs/investigation/external-packages-assignments.md +66 -0
  24. package/.docs/investigation/integration-summary.md +20 -0
  25. package/.docs/investigation/narrix-catalox.md +29 -0
  26. package/.docs/investigation/workplan-close-graph-engine-gaps.md +101 -0
  27. package/.docs/logging-stack.md +30 -0
  28. package/.docs/memory-narrix-adapter-developer-guide.md +402 -0
  29. package/.docs/memory-narrix-adapter-requirements.md +112 -0
  30. package/.docs/narrix-context-consumption-gap.md +184 -0
  31. package/.docs/narrix-context-downstream-report.md +30 -0
  32. package/.docs/narrix-ingest-and-packs-library-spec.md +240 -0
  33. package/.docs/narrix-record-input-current-design.md +48 -0
  34. package/.docs/pacakge.md +48 -0
  35. package/.docs/possible-components/README.md +11 -0
  36. package/.docs/possible-components/integration/README.md +10 -0
  37. package/.docs/possible-components/integration/gaps-when-merging.md +16 -0
  38. package/.docs/possible-components/integration/platform.md +54 -0
  39. package/.docs/possible-components/integration/reintegrate-into-ai-tasks.md +26 -0
  40. package/.docs/possible-components/integration/roadmap-and-checklists.md +54 -0
  41. package/.docs/possible-components/post-component/README.md +18 -0
  42. package/.docs/possible-components/post-component/builder-guide.md +175 -0
  43. package/.docs/possible-components/post-component/gaps-and-artifacts.md +52 -0
  44. package/.docs/possible-components/post-component/handler-audit.md +47 -0
  45. package/.docs/possible-components/post-component/handler-polish.md +41 -0
  46. package/.docs/possible-components/post-component/unified-protocol.md +59 -0
  47. package/.docs/possible-components/pre-component/README.md +22 -0
  48. package/.docs/possible-components/pre-component/builder-guide.md +127 -0
  49. package/.docs/possible-components/pre-component/gaps-and-artifacts.md +35 -0
  50. package/.docs/possible-components/pre-component/handler-ai-scoping.md +45 -0
  51. package/.docs/possible-components/pre-component/handler-narrix-preprocessor.md +49 -0
  52. package/.docs/possible-components/pre-component/handler-narrix-system2.md +35 -0
  53. package/.docs/possible-components/pre-component/handler-synthesized-context.md +65 -0
  54. package/.docs/possible-components/pre-component/handler-web-scope.md +29 -0
  55. package/.docs/possible-components/pre-component/unified-protocol.md +89 -0
  56. package/.docs/prefer-openrouter-routing-policy.md +132 -0
  57. package/.docs/questions-for-ai-skills.md +123 -0
  58. package/.docs/realtime-narrixing-gap-analysis.md +40 -0
  59. package/.docs/realtime-narrixing.md +433 -0
  60. package/.docs/run-context-object.md +32 -0
  61. package/.docs/session-id-usage.md +26 -0
  62. package/.docs/skill-library-spec.md +249 -0
  63. package/.docs/synthesized-context-strategy-spec.md +906 -0
  64. package/.docs/upstream-issue/2026-03-21_woroces-ai-tasks_ISSUE-006_web-scope-question-from-cni-entity.md +46 -0
  65. package/.docs/web-scopper-embed.md +93 -0
  66. package/.docs/xynthesis-wiring-and-io.md +12 -0
  67. package/CHANGELOG.md +16 -0
  68. package/README.md +15 -13
  69. package/dist/core/task-sdk.d.ts.map +1 -1
  70. package/dist/core/task-sdk.js +40 -15
  71. package/dist/core/task-sdk.js.map +1 -1
  72. package/dist/execution-strategies/constants.d.ts +11 -4
  73. package/dist/execution-strategies/constants.d.ts.map +1 -1
  74. package/dist/execution-strategies/constants.js +11 -4
  75. package/dist/execution-strategies/constants.js.map +1 -1
  76. package/dist/execution-strategies/executionStrategyCatalogMetadata.d.ts +6 -3
  77. package/dist/execution-strategies/executionStrategyCatalogMetadata.d.ts.map +1 -1
  78. package/dist/execution-strategies/executionStrategyCatalogMetadata.js +36 -5
  79. package/dist/execution-strategies/executionStrategyCatalogMetadata.js.map +1 -1
  80. package/dist/execution-strategies/executionStrategyRequestPayload.d.ts +19 -0
  81. package/dist/execution-strategies/executionStrategyRequestPayload.d.ts.map +1 -0
  82. package/dist/execution-strategies/executionStrategyRequestPayload.js +21 -0
  83. package/dist/execution-strategies/executionStrategyRequestPayload.js.map +1 -0
  84. package/dist/execution-strategies/runExecutionStrategyViaXynthesis.d.ts +35 -0
  85. package/dist/execution-strategies/runExecutionStrategyViaXynthesis.d.ts.map +1 -0
  86. package/dist/execution-strategies/runExecutionStrategyViaXynthesis.js +129 -0
  87. package/dist/execution-strategies/runExecutionStrategyViaXynthesis.js.map +1 -0
  88. package/dist/index.d.ts +16 -5
  89. package/dist/index.d.ts.map +1 -1
  90. package/dist/index.js +15 -5
  91. package/dist/index.js.map +1 -1
  92. package/dist/internal/resolveLlmCallForXynthesis.d.ts.map +1 -1
  93. package/dist/internal/resolveLlmCallForXynthesis.js +6 -0
  94. package/dist/internal/resolveLlmCallForXynthesis.js.map +1 -1
  95. package/dist/internal/runPostStepLlmCall.d.ts.map +1 -1
  96. package/dist/internal/runPostStepLlmCall.js +8 -3
  97. package/dist/internal/runPostStepLlmCall.js.map +1 -1
  98. package/dist/invocation/resolveProfileInvocationRouting.js +2 -2
  99. package/dist/invocation/resolveProfileInvocationRouting.js.map +1 -1
  100. package/dist/planWebScopeQuestions/index.d.ts +4 -8
  101. package/dist/planWebScopeQuestions/index.d.ts.map +1 -1
  102. package/dist/planWebScopeQuestions/index.js +109 -149
  103. package/dist/planWebScopeQuestions/index.js.map +1 -1
  104. package/dist/task-strategies/canonicalInputExecutionStrategies.d.ts +21 -21
  105. package/dist/task-strategies/canonicalInputExecutionStrategies.js +12 -12
  106. package/dist/task-strategies/canonicalInputExecutionStrategies.js.map +1 -1
  107. package/dist/task-strategies/types.d.ts +4 -2
  108. package/dist/task-strategies/types.d.ts.map +1 -1
  109. package/dist/types/llmCall.d.ts +1 -1
  110. package/dist/types/llmCall.d.ts.map +1 -1
  111. package/dist/types/llmCall.js.map +1 -1
  112. package/dist/utils/aiProfileModelFormat.d.ts +2 -2
  113. package/dist/utils/aiProfileModelFormat.js +2 -2
  114. package/dist/utils/aiProfilesCatalog.d.ts +16 -0
  115. package/dist/utils/aiProfilesCatalog.d.ts.map +1 -0
  116. package/dist/utils/aiProfilesCatalog.js +23 -0
  117. package/dist/utils/aiProfilesCatalog.js.map +1 -0
  118. package/dist/utils/resolveAiProfileModel.d.ts +2 -2
  119. package/dist/utils/resolveAiProfileModel.d.ts.map +1 -1
  120. package/dist/utils/resolveAiProfileModel.js +5 -5
  121. package/dist/utils/resolveAiProfileModel.js.map +1 -1
  122. package/dist/utils/routeModelConfigSlots.d.ts +3 -1
  123. package/dist/utils/routeModelConfigSlots.d.ts.map +1 -1
  124. package/dist/utils/routeModelConfigSlots.js +2 -1
  125. package/dist/utils/routeModelConfigSlots.js.map +1 -1
  126. package/documenations/upstream-feature-requests/README.md +3 -2
  127. package/documenations/upstream-feature-requests/ai-tasks-wrap-up-after-upstream.md +5 -2
  128. package/documenations/upstream-feature-requests/xynthesis-execution-strategies-option-a.md +637 -0
  129. package/documenations/upstream-feature-requests/xynthesis-orchestrator-invoke-contract-4.2.md +2 -2
  130. package/package.json +3 -4
@@ -1 +1 @@
1
- {"version":3,"file":"llmCall.d.ts","sourceRoot":"","sources":["../../src/types/llmCall.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"llmCall.d.ts","sourceRoot":"","sources":["../../src/types/llmCall.ts"],"names":[],"mappings":"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"}
@@ -1 +1 @@
1
- {"version":3,"file":"llmCall.js","sourceRoot":"","sources":["../../src/types/llmCall.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;GAaG;AAeH,OAAO,EAAE,oBAAoB,EAAE,2BAA2B,EAAE,MAAM,+BAA+B,CAAC;AAClG,OAAO,EAAE,wBAAwB,EAAE,MAAM,oBAAoB,CAAC;AA4E9D,MAAM,OAAO,mBAAoB,SAAQ,KAAK;IACnC,WAAW,CAAqB;IAChC,KAAK,CAAW;IACzB,YAAY,OAAe,EAAE,WAA+B,EAAE,KAAe;QAC3E,KAAK,CAAC,OAAO,CAAC,CAAC;QACf,IAAI,CAAC,IAAI,GAAG,qBAAqB,CAAC;QAClC,IAAI,CAAC,WAAW,GAAG,WAAW,CAAC;QAC/B,IAAI,KAAK,KAAK,SAAS,EAAE,CAAC;YACvB,IAA4B,CAAC,KAAK,GAAG,KAAK,CAAC;QAC9C,CAAC;IACH,CAAC;CACF;AAQD,OAAO,EAAE,oBAAoB,EAAE,2BAA2B,EAAE,wBAAwB,EAAE,CAAC"}
1
+ {"version":3,"file":"llmCall.js","sourceRoot":"","sources":["../../src/types/llmCall.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;GAaG;AAeH,OAAO,EAAE,oBAAoB,EAAE,2BAA2B,EAAE,MAAM,+BAA+B,CAAC;AAClG,OAAO,EAAE,wBAAwB,EAAE,MAAM,oBAAoB,CAAC;AA8E9D,MAAM,OAAO,mBAAoB,SAAQ,KAAK;IACnC,WAAW,CAAqB;IAChC,KAAK,CAAW;IACzB,YAAY,OAAe,EAAE,WAA+B,EAAE,KAAe;QAC3E,KAAK,CAAC,OAAO,CAAC,CAAC;QACf,IAAI,CAAC,IAAI,GAAG,qBAAqB,CAAC;QAClC,IAAI,CAAC,WAAW,GAAG,WAAW,CAAC;QAC/B,IAAI,KAAK,KAAK,SAAS,EAAE,CAAC;YACvB,IAA4B,CAAC,KAAK,GAAG,KAAK,CAAC;QAC9C,CAAC;IACH,CAAC;CACF;AAQD,OAAO,EAAE,oBAAoB,EAAE,2BAA2B,EAAE,wBAAwB,EAAE,CAAC"}
@@ -1,12 +1,12 @@
1
1
  /**
2
- * True when `value` is a known ai-profiles **choice key** (`profile/choice` or shortcut).
2
+ * True when `value` is a known ai-profiles **profile/choice** key.
3
3
  * Bare profile keys (e.g. `cheap`) are resolved at invoke via {@link resolveAIProfile}, not sync-guessed.
4
4
  */
5
5
  export declare function isResolvableModelAlias(value: string): boolean;
6
6
  /** Trim profile slot input (no legacy tier remapping). */
7
7
  export declare function normalizeProfileSlotInput(value: string): string;
8
8
  /**
9
- * Map wire slot → ai-profiles 2.1 `resolveAIProfile` input (`profile/choice` or shortcut).
9
+ * Map wire slot → ai-profiles 2.1 `resolveAIProfile` input (`profile/choice`).
10
10
  * Bare profile keys (e.g. `cheap`) expand to `cheap/default`.
11
11
  */
12
12
  export declare function toStrictAiProfileResolveInput(profileSlot: string, explicitChoice?: string): string;
@@ -8,7 +8,7 @@ function parseProfileSlotForAlias(profileSlot) {
8
8
  return { profileInput: trimmed };
9
9
  }
10
10
  /**
11
- * True when `value` is a known ai-profiles **choice key** (`profile/choice` or shortcut).
11
+ * True when `value` is a known ai-profiles **profile/choice** key.
12
12
  * Bare profile keys (e.g. `cheap`) are resolved at invoke via {@link resolveAIProfile}, not sync-guessed.
13
13
  */
14
14
  export function isResolvableModelAlias(value) {
@@ -25,7 +25,7 @@ export function normalizeProfileSlotInput(value) {
25
25
  return value.trim();
26
26
  }
27
27
  /**
28
- * Map wire slot → ai-profiles 2.1 `resolveAIProfile` input (`profile/choice` or shortcut).
28
+ * Map wire slot → ai-profiles 2.1 `resolveAIProfile` input (`profile/choice`).
29
29
  * Bare profile keys (e.g. `cheap`) expand to `cheap/default`.
30
30
  */
31
31
  export function toStrictAiProfileResolveInput(profileSlot, explicitChoice) {
@@ -0,0 +1,16 @@
1
+ import { type AIProfileChoiceSummary, type AIProfileSummary, type ListAIProfileChoicesOptions, type ListAIProfilesOptions, type ProfileCatalogLane, type RegistrySourceMode } from "@x12i/ai-profiles";
2
+ export type { AIProfileChoiceSummary, AIProfileSummary };
3
+ export type ListAiTasksProfileChoicesOptions = Omit<ListAIProfileChoicesOptions, "source"> & {
4
+ source?: RegistrySourceMode;
5
+ catalogLane?: ProfileCatalogLane;
6
+ };
7
+ /** List `profile/choice` keys from `@x12i/ai-profiles` (same registry ai-tasks uses at invoke). */
8
+ export declare function listAiTasksProfileChoices(options?: ListAiTasksProfileChoicesOptions): Promise<AIProfileChoiceSummary[]>;
9
+ export type ListAiTasksProfilesOptions = Omit<ListAIProfilesOptions, "source"> & {
10
+ source?: RegistrySourceMode;
11
+ };
12
+ /** List profile capability contracts (primary keys + default choice metadata). */
13
+ export declare function listAiTasksProfiles(options?: ListAiTasksProfilesOptions): Promise<AIProfileSummary[]>;
14
+ /** Bundled `profile/choice` key strings (text lane) for pickers and validation messages. */
15
+ export declare function listAiTasksProfileChoiceKeys(options?: ListAiTasksProfileChoicesOptions): Promise<string[]>;
16
+ //# sourceMappingURL=aiProfilesCatalog.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"aiProfilesCatalog.d.ts","sourceRoot":"","sources":["../../src/utils/aiProfilesCatalog.ts"],"names":[],"mappings":"AAAA,OAAO,EAGL,KAAK,sBAAsB,EAC3B,KAAK,gBAAgB,EACrB,KAAK,2BAA2B,EAChC,KAAK,qBAAqB,EAC1B,KAAK,kBAAkB,EACvB,KAAK,kBAAkB,EACxB,MAAM,mBAAmB,CAAC;AAG3B,YAAY,EAAE,sBAAsB,EAAE,gBAAgB,EAAE,CAAC;AAEzD,MAAM,MAAM,gCAAgC,GAAG,IAAI,CAAC,2BAA2B,EAAE,QAAQ,CAAC,GAAG;IAC3F,MAAM,CAAC,EAAE,kBAAkB,CAAC;IAC5B,WAAW,CAAC,EAAE,kBAAkB,CAAC;CAClC,CAAC;AAEF,mGAAmG;AACnG,wBAAsB,yBAAyB,CAC7C,OAAO,CAAC,EAAE,gCAAgC,GACzC,OAAO,CAAC,sBAAsB,EAAE,CAAC,CAMnC;AAED,MAAM,MAAM,0BAA0B,GAAG,IAAI,CAAC,qBAAqB,EAAE,QAAQ,CAAC,GAAG;IAC/E,MAAM,CAAC,EAAE,kBAAkB,CAAC;CAC7B,CAAC;AAEF,kFAAkF;AAClF,wBAAsB,mBAAmB,CACvC,OAAO,CAAC,EAAE,0BAA0B,GACnC,OAAO,CAAC,gBAAgB,EAAE,CAAC,CAK7B;AAED,4FAA4F;AAC5F,wBAAsB,4BAA4B,CAChD,OAAO,CAAC,EAAE,gCAAgC,GACzC,OAAO,CAAC,MAAM,EAAE,CAAC,CAGnB"}
@@ -0,0 +1,23 @@
1
+ import { listAIProfileChoices, listAIProfiles, } from "@x12i/ai-profiles";
2
+ import { getAiTasksAiProfilesSource } from "../invocation/defaultAiProfilesResolveOptions.js";
3
+ /** List `profile/choice` keys from `@x12i/ai-profiles` (same registry ai-tasks uses at invoke). */
4
+ export async function listAiTasksProfileChoices(options) {
5
+ return listAIProfileChoices({
6
+ catalogLane: "text",
7
+ ...options,
8
+ source: options?.source ?? getAiTasksAiProfilesSource(),
9
+ });
10
+ }
11
+ /** List profile capability contracts (primary keys + default choice metadata). */
12
+ export async function listAiTasksProfiles(options) {
13
+ return listAIProfiles({
14
+ ...options,
15
+ source: options?.source ?? getAiTasksAiProfilesSource(),
16
+ });
17
+ }
18
+ /** Bundled `profile/choice` key strings (text lane) for pickers and validation messages. */
19
+ export async function listAiTasksProfileChoiceKeys(options) {
20
+ const rows = await listAiTasksProfileChoices(options);
21
+ return rows.map((row) => row.key);
22
+ }
23
+ //# sourceMappingURL=aiProfilesCatalog.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"aiProfilesCatalog.js","sourceRoot":"","sources":["../../src/utils/aiProfilesCatalog.ts"],"names":[],"mappings":"AAAA,OAAO,EACL,oBAAoB,EACpB,cAAc,GAOf,MAAM,mBAAmB,CAAC;AAC3B,OAAO,EAAE,0BAA0B,EAAE,MAAM,kDAAkD,CAAC;AAS9F,mGAAmG;AACnG,MAAM,CAAC,KAAK,UAAU,yBAAyB,CAC7C,OAA0C;IAE1C,OAAO,oBAAoB,CAAC;QAC1B,WAAW,EAAE,MAAM;QACnB,GAAG,OAAO;QACV,MAAM,EAAE,OAAO,EAAE,MAAM,IAAI,0BAA0B,EAAE;KACxD,CAAC,CAAC;AACL,CAAC;AAMD,kFAAkF;AAClF,MAAM,CAAC,KAAK,UAAU,mBAAmB,CACvC,OAAoC;IAEpC,OAAO,cAAc,CAAC;QACpB,GAAG,OAAO;QACV,MAAM,EAAE,OAAO,EAAE,MAAM,IAAI,0BAA0B,EAAE;KACxD,CAAC,CAAC;AACL,CAAC;AAED,4FAA4F;AAC5F,MAAM,CAAC,KAAK,UAAU,4BAA4B,CAChD,OAA0C;IAE1C,MAAM,IAAI,GAAG,MAAM,yBAAyB,CAAC,OAAO,CAAC,CAAC;IACtD,OAAO,IAAI,CAAC,GAAG,CAAC,CAAC,GAAG,EAAE,EAAE,CAAC,GAAG,CAAC,GAAG,CAAC,CAAC;AACpC,CAAC"}
@@ -1,5 +1,5 @@
1
1
  import type { ProfileCatalogLane, RegistrySourceMode } from "@x12i/ai-profiles";
2
- export { formatResolvedProfileModelId, isResolvableModelAlias, normalizeXynthesisModelAlias, } from "./aiProfileModelFormat.js";
2
+ export { formatResolvedProfileModelId, isResolvableModelAlias, normalizeXynthesisModelAlias, toStrictAiProfileResolveInput, } from "./aiProfileModelFormat.js";
3
3
  /** @deprecated Prefer {@link isResolvableModelAlias}. Kept for tests and call sites expecting the old name. */
4
4
  export declare function isAliasLikeModelValue(value: string): boolean;
5
5
  export type ResolveModelReferenceOptions = {
@@ -19,7 +19,7 @@ export type ResolveModelReferenceOptions = {
19
19
  export declare function resolveModelReference(value: string | undefined, options?: ResolveModelReferenceOptions): Promise<string | undefined>;
20
20
  /**
21
21
  * Resolve a model reference for `@exellix/xynthesis` ≥4.0 (`executeXynthesisAction`):
22
- * keep ai-profiles aliases on the wire; reject concrete provider ids.
22
+ * normalize to ai-profiles 2.1 `profile/choice` keys; reject concrete provider ids.
23
23
  */
24
24
  export declare function resolveModelReferenceForXynthesis(value: string | undefined): Promise<string | undefined>;
25
25
  //# sourceMappingURL=resolveAiProfileModel.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"resolveAiProfileModel.d.ts","sourceRoot":"","sources":["../../src/utils/resolveAiProfileModel.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,kBAAkB,EAAE,kBAAkB,EAAE,MAAM,mBAAmB,CAAC;AAUhF,OAAO,EACL,4BAA4B,EAC5B,sBAAsB,EACtB,4BAA4B,GAC7B,MAAM,2BAA2B,CAAC;AAEnC,+GAA+G;AAC/G,wBAAgB,qBAAqB,CAAC,KAAK,EAAE,MAAM,GAAG,OAAO,CAE5D;AAED,MAAM,MAAM,4BAA4B,GAAG;IACzC,2FAA2F;IAC3F,gBAAgB,CAAC,EAAE,OAAO,CAAC;IAC3B,0CAA0C;IAC1C,aAAa,CAAC,EAAE,OAAO,CAAC;IACxB,uBAAuB,CAAC,EAAE,OAAO,CAAC;IAClC,WAAW,CAAC,EAAE,kBAAkB,CAAC;IACjC,MAAM,CAAC,EAAE,kBAAkB,CAAC;IAC5B,MAAM,CAAC,EAAE,MAAM,CAAC;CACjB,CAAC;AAEF;;;GAGG;AACH,wBAAsB,qBAAqB,CACzC,KAAK,EAAE,MAAM,GAAG,SAAS,EACzB,OAAO,CAAC,EAAE,4BAA4B,GACrC,OAAO,CAAC,MAAM,GAAG,SAAS,CAAC,CAmB7B;AAED;;;GAGG;AACH,wBAAsB,iCAAiC,CACrD,KAAK,EAAE,MAAM,GAAG,SAAS,GACxB,OAAO,CAAC,MAAM,GAAG,SAAS,CAAC,CAU7B"}
1
+ {"version":3,"file":"resolveAiProfileModel.d.ts","sourceRoot":"","sources":["../../src/utils/resolveAiProfileModel.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,kBAAkB,EAAE,kBAAkB,EAAE,MAAM,mBAAmB,CAAC;AAWhF,OAAO,EACL,4BAA4B,EAC5B,sBAAsB,EACtB,4BAA4B,EAC5B,6BAA6B,GAC9B,MAAM,2BAA2B,CAAC;AAEnC,+GAA+G;AAC/G,wBAAgB,qBAAqB,CAAC,KAAK,EAAE,MAAM,GAAG,OAAO,CAE5D;AAED,MAAM,MAAM,4BAA4B,GAAG;IACzC,2FAA2F;IAC3F,gBAAgB,CAAC,EAAE,OAAO,CAAC;IAC3B,0CAA0C;IAC1C,aAAa,CAAC,EAAE,OAAO,CAAC;IACxB,uBAAuB,CAAC,EAAE,OAAO,CAAC;IAClC,WAAW,CAAC,EAAE,kBAAkB,CAAC;IACjC,MAAM,CAAC,EAAE,kBAAkB,CAAC;IAC5B,MAAM,CAAC,EAAE,MAAM,CAAC;CACjB,CAAC;AAEF;;;GAGG;AACH,wBAAsB,qBAAqB,CACzC,KAAK,EAAE,MAAM,GAAG,SAAS,EACzB,OAAO,CAAC,EAAE,4BAA4B,GACrC,OAAO,CAAC,MAAM,GAAG,SAAS,CAAC,CAmB7B;AAED;;;GAGG;AACH,wBAAsB,iCAAiC,CACrD,KAAK,EAAE,MAAM,GAAG,SAAS,GACxB,OAAO,CAAC,MAAM,GAAG,SAAS,CAAC,CAU7B"}
@@ -1,8 +1,8 @@
1
1
  import { resolveProfileInvocationRouting } from "../invocation/resolveProfileInvocationRouting.js";
2
2
  import { resolvePreferOpenRouterPolicy } from "../invocation/preferOpenRouterPolicy.js";
3
- import { isResolvableModelAlias, normalizeXynthesisModelAlias, } from "./aiProfileModelFormat.js";
3
+ import { isResolvableModelAlias, normalizeXynthesisModelAlias, toStrictAiProfileResolveInput, } from "./aiProfileModelFormat.js";
4
4
  import { isConcreteModelId } from "./concreteModelId.js";
5
- export { formatResolvedProfileModelId, isResolvableModelAlias, normalizeXynthesisModelAlias, } from "./aiProfileModelFormat.js";
5
+ export { formatResolvedProfileModelId, isResolvableModelAlias, normalizeXynthesisModelAlias, toStrictAiProfileResolveInput, } from "./aiProfileModelFormat.js";
6
6
  /** @deprecated Prefer {@link isResolvableModelAlias}. Kept for tests and call sites expecting the old name. */
7
7
  export function isAliasLikeModelValue(value) {
8
8
  return isResolvableModelAlias(value);
@@ -34,7 +34,7 @@ export async function resolveModelReference(value, options) {
34
34
  }
35
35
  /**
36
36
  * Resolve a model reference for `@exellix/xynthesis` ≥4.0 (`executeXynthesisAction`):
37
- * keep ai-profiles aliases on the wire; reject concrete provider ids.
37
+ * normalize to ai-profiles 2.1 `profile/choice` keys; reject concrete provider ids.
38
38
  */
39
39
  export async function resolveModelReferenceForXynthesis(value) {
40
40
  if (value === undefined)
@@ -43,8 +43,8 @@ export async function resolveModelReferenceForXynthesis(value) {
43
43
  if (!normalized)
44
44
  return undefined;
45
45
  if (isConcreteModelId(normalized)) {
46
- throw new Error(`@exellix/xynthesis ≥4.0 requires ai-profiles model aliases for executeXynthesisAction (got concrete id "${normalized}"). Use a profile/shortcut such as balanced, cheapest, or json.`);
46
+ throw new Error(`@exellix/xynthesis ≥4.0 requires ai-profiles profile/choice keys for executeXynthesisAction (got concrete id "${normalized}"). Use profile/choice (e.g. cheap/default), profile@choice, or a bare profile key (e.g. cheap).`);
47
47
  }
48
- return normalized;
48
+ return toStrictAiProfileResolveInput(normalized);
49
49
  }
50
50
  //# sourceMappingURL=resolveAiProfileModel.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"resolveAiProfileModel.js","sourceRoot":"","sources":["../../src/utils/resolveAiProfileModel.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,+BAA+B,EAAE,MAAM,kDAAkD,CAAC;AACnG,OAAO,EAAE,6BAA6B,EAAE,MAAM,yCAAyC,CAAC;AACxF,OAAO,EAEL,sBAAsB,EACtB,4BAA4B,GAC7B,MAAM,2BAA2B,CAAC;AACnC,OAAO,EAAE,iBAAiB,EAAE,MAAM,sBAAsB,CAAC;AAEzD,OAAO,EACL,4BAA4B,EAC5B,sBAAsB,EACtB,4BAA4B,GAC7B,MAAM,2BAA2B,CAAC;AAEnC,+GAA+G;AAC/G,MAAM,UAAU,qBAAqB,CAAC,KAAa;IACjD,OAAO,sBAAsB,CAAC,KAAK,CAAC,CAAC;AACvC,CAAC;AAaD;;;GAGG;AACH,MAAM,CAAC,KAAK,UAAU,qBAAqB,CACzC,KAAyB,EACzB,OAAsC;IAEtC,IAAI,KAAK,KAAK,SAAS;QAAE,OAAO,SAAS,CAAC;IAC1C,MAAM,OAAO,GAAG,KAAK,CAAC,IAAI,EAAE,CAAC;IAC7B,IAAI,CAAC,OAAO;QAAE,OAAO,SAAS,CAAC;IAC/B,IAAI,iBAAiB,CAAC,OAAO,CAAC;QAAE,OAAO,OAAO,CAAC;IAE/C,MAAM,EAAE,sBAAsB,EAAE,GAAG,6BAA6B,CAAC;QAC/D,gBAAgB,EAAE,OAAO,EAAE,gBAAgB,IAAI,OAAO,EAAE,aAAa;QACrE,uBAAuB,EAAE,OAAO,EAAE,uBAAuB;KAC1D,CAAC,CAAC;IAEH,MAAM,QAAQ,GAAG,MAAM,+BAA+B,CAAC,OAAO,EAAE;QAC9D,SAAS,EAAE,OAAO;QAClB,sBAAsB;QACtB,uBAAuB,EAAE,OAAO,EAAE,uBAAuB;QACzD,MAAM,EAAE,OAAO,EAAE,MAAM;QACvB,WAAW,EAAE,OAAO,EAAE,WAAW;KAClC,CAAC,CAAC;IACH,OAAO,QAAQ,CAAC,OAAO,CAAC;AAC1B,CAAC;AAED;;;GAGG;AACH,MAAM,CAAC,KAAK,UAAU,iCAAiC,CACrD,KAAyB;IAEzB,IAAI,KAAK,KAAK,SAAS;QAAE,OAAO,SAAS,CAAC;IAC1C,MAAM,UAAU,GAAG,4BAA4B,CAAC,KAAK,CAAC,CAAC;IACvD,IAAI,CAAC,UAAU;QAAE,OAAO,SAAS,CAAC;IAClC,IAAI,iBAAiB,CAAC,UAAU,CAAC,EAAE,CAAC;QAClC,MAAM,IAAI,KAAK,CACb,2GAA2G,UAAU,iEAAiE,CACvL,CAAC;IACJ,CAAC;IACD,OAAO,UAAU,CAAC;AACpB,CAAC"}
1
+ {"version":3,"file":"resolveAiProfileModel.js","sourceRoot":"","sources":["../../src/utils/resolveAiProfileModel.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,+BAA+B,EAAE,MAAM,kDAAkD,CAAC;AACnG,OAAO,EAAE,6BAA6B,EAAE,MAAM,yCAAyC,CAAC;AACxF,OAAO,EAEL,sBAAsB,EACtB,4BAA4B,EAC5B,6BAA6B,GAC9B,MAAM,2BAA2B,CAAC;AACnC,OAAO,EAAE,iBAAiB,EAAE,MAAM,sBAAsB,CAAC;AAEzD,OAAO,EACL,4BAA4B,EAC5B,sBAAsB,EACtB,4BAA4B,EAC5B,6BAA6B,GAC9B,MAAM,2BAA2B,CAAC;AAEnC,+GAA+G;AAC/G,MAAM,UAAU,qBAAqB,CAAC,KAAa;IACjD,OAAO,sBAAsB,CAAC,KAAK,CAAC,CAAC;AACvC,CAAC;AAaD;;;GAGG;AACH,MAAM,CAAC,KAAK,UAAU,qBAAqB,CACzC,KAAyB,EACzB,OAAsC;IAEtC,IAAI,KAAK,KAAK,SAAS;QAAE,OAAO,SAAS,CAAC;IAC1C,MAAM,OAAO,GAAG,KAAK,CAAC,IAAI,EAAE,CAAC;IAC7B,IAAI,CAAC,OAAO;QAAE,OAAO,SAAS,CAAC;IAC/B,IAAI,iBAAiB,CAAC,OAAO,CAAC;QAAE,OAAO,OAAO,CAAC;IAE/C,MAAM,EAAE,sBAAsB,EAAE,GAAG,6BAA6B,CAAC;QAC/D,gBAAgB,EAAE,OAAO,EAAE,gBAAgB,IAAI,OAAO,EAAE,aAAa;QACrE,uBAAuB,EAAE,OAAO,EAAE,uBAAuB;KAC1D,CAAC,CAAC;IAEH,MAAM,QAAQ,GAAG,MAAM,+BAA+B,CAAC,OAAO,EAAE;QAC9D,SAAS,EAAE,OAAO;QAClB,sBAAsB;QACtB,uBAAuB,EAAE,OAAO,EAAE,uBAAuB;QACzD,MAAM,EAAE,OAAO,EAAE,MAAM;QACvB,WAAW,EAAE,OAAO,EAAE,WAAW;KAClC,CAAC,CAAC;IACH,OAAO,QAAQ,CAAC,OAAO,CAAC;AAC1B,CAAC;AAED;;;GAGG;AACH,MAAM,CAAC,KAAK,UAAU,iCAAiC,CACrD,KAAyB;IAEzB,IAAI,KAAK,KAAK,SAAS;QAAE,OAAO,SAAS,CAAC;IAC1C,MAAM,UAAU,GAAG,4BAA4B,CAAC,KAAK,CAAC,CAAC;IACvD,IAAI,CAAC,UAAU;QAAE,OAAO,SAAS,CAAC;IAClC,IAAI,iBAAiB,CAAC,UAAU,CAAC,EAAE,CAAC;QAClC,MAAM,IAAI,KAAK,CACb,iHAAiH,UAAU,kGAAkG,CAC9N,CAAC;IACJ,CAAC;IACD,OAAO,6BAA6B,CAAC,UAAU,CAAC,CAAC;AACnD,CAAC"}
@@ -1,4 +1,6 @@
1
1
  export { buildAiSkillsModelConfigForMain, getPreActionModelFromSlots, getPostActionModelFromSlots, getSkillModelFromSlots, isRootLlmCallPreMainModelCollision, resolveMainSkillModel, resolvePostActionModel, resolvePreActionModel, } from "../types/model-config.js";
2
- export { formatResolvedProfileModelId, isAliasLikeModelValue, isResolvableModelAlias, normalizeXynthesisModelAlias, resolveModelReference, resolveModelReferenceForXynthesis, } from "./resolveAiProfileModel.js";
2
+ export { formatResolvedProfileModelId, isAliasLikeModelValue, isResolvableModelAlias, normalizeXynthesisModelAlias, toStrictAiProfileResolveInput, resolveModelReference, resolveModelReferenceForXynthesis, } from "./resolveAiProfileModel.js";
3
+ export { listAiTasksProfileChoices, listAiTasksProfiles, listAiTasksProfileChoiceKeys, } from "./aiProfilesCatalog.js";
4
+ export type { AIProfileChoiceSummary, AIProfileSummary } from "./aiProfilesCatalog.js";
3
5
  export { resolveRunTaskModelReferences } from "./resolveRunTaskModelReferences.js";
4
6
  //# sourceMappingURL=routeModelConfigSlots.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"routeModelConfigSlots.d.ts","sourceRoot":"","sources":["../../src/utils/routeModelConfigSlots.ts"],"names":[],"mappings":"AAAA,OAAO,EACL,+BAA+B,EAC/B,0BAA0B,EAC1B,2BAA2B,EAC3B,sBAAsB,EACtB,kCAAkC,EAClC,qBAAqB,EACrB,sBAAsB,EACtB,qBAAqB,GACtB,MAAM,0BAA0B,CAAC;AAClC,OAAO,EACL,4BAA4B,EAC5B,qBAAqB,EACrB,sBAAsB,EACtB,4BAA4B,EAC5B,qBAAqB,EACrB,iCAAiC,GAClC,MAAM,4BAA4B,CAAC;AACpC,OAAO,EAAE,6BAA6B,EAAE,MAAM,oCAAoC,CAAC"}
1
+ {"version":3,"file":"routeModelConfigSlots.d.ts","sourceRoot":"","sources":["../../src/utils/routeModelConfigSlots.ts"],"names":[],"mappings":"AAAA,OAAO,EACL,+BAA+B,EAC/B,0BAA0B,EAC1B,2BAA2B,EAC3B,sBAAsB,EACtB,kCAAkC,EAClC,qBAAqB,EACrB,sBAAsB,EACtB,qBAAqB,GACtB,MAAM,0BAA0B,CAAC;AAClC,OAAO,EACL,4BAA4B,EAC5B,qBAAqB,EACrB,sBAAsB,EACtB,4BAA4B,EAC5B,6BAA6B,EAC7B,qBAAqB,EACrB,iCAAiC,GAClC,MAAM,4BAA4B,CAAC;AACpC,OAAO,EACL,yBAAyB,EACzB,mBAAmB,EACnB,4BAA4B,GAC7B,MAAM,wBAAwB,CAAC;AAChC,YAAY,EAAE,sBAAsB,EAAE,gBAAgB,EAAE,MAAM,wBAAwB,CAAC;AACvF,OAAO,EAAE,6BAA6B,EAAE,MAAM,oCAAoC,CAAC"}
@@ -1,4 +1,5 @@
1
1
  export { buildAiSkillsModelConfigForMain, getPreActionModelFromSlots, getPostActionModelFromSlots, getSkillModelFromSlots, isRootLlmCallPreMainModelCollision, resolveMainSkillModel, resolvePostActionModel, resolvePreActionModel, } from "../types/model-config.js";
2
- export { formatResolvedProfileModelId, isAliasLikeModelValue, isResolvableModelAlias, normalizeXynthesisModelAlias, resolveModelReference, resolveModelReferenceForXynthesis, } from "./resolveAiProfileModel.js";
2
+ export { formatResolvedProfileModelId, isAliasLikeModelValue, isResolvableModelAlias, normalizeXynthesisModelAlias, toStrictAiProfileResolveInput, resolveModelReference, resolveModelReferenceForXynthesis, } from "./resolveAiProfileModel.js";
3
+ export { listAiTasksProfileChoices, listAiTasksProfiles, listAiTasksProfileChoiceKeys, } from "./aiProfilesCatalog.js";
3
4
  export { resolveRunTaskModelReferences } from "./resolveRunTaskModelReferences.js";
4
5
  //# sourceMappingURL=routeModelConfigSlots.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"routeModelConfigSlots.js","sourceRoot":"","sources":["../../src/utils/routeModelConfigSlots.ts"],"names":[],"mappings":"AAAA,OAAO,EACL,+BAA+B,EAC/B,0BAA0B,EAC1B,2BAA2B,EAC3B,sBAAsB,EACtB,kCAAkC,EAClC,qBAAqB,EACrB,sBAAsB,EACtB,qBAAqB,GACtB,MAAM,0BAA0B,CAAC;AAClC,OAAO,EACL,4BAA4B,EAC5B,qBAAqB,EACrB,sBAAsB,EACtB,4BAA4B,EAC5B,qBAAqB,EACrB,iCAAiC,GAClC,MAAM,4BAA4B,CAAC;AACpC,OAAO,EAAE,6BAA6B,EAAE,MAAM,oCAAoC,CAAC"}
1
+ {"version":3,"file":"routeModelConfigSlots.js","sourceRoot":"","sources":["../../src/utils/routeModelConfigSlots.ts"],"names":[],"mappings":"AAAA,OAAO,EACL,+BAA+B,EAC/B,0BAA0B,EAC1B,2BAA2B,EAC3B,sBAAsB,EACtB,kCAAkC,EAClC,qBAAqB,EACrB,sBAAsB,EACtB,qBAAqB,GACtB,MAAM,0BAA0B,CAAC;AAClC,OAAO,EACL,4BAA4B,EAC5B,qBAAqB,EACrB,sBAAsB,EACtB,4BAA4B,EAC5B,6BAA6B,EAC7B,qBAAqB,EACrB,iCAAiC,GAClC,MAAM,4BAA4B,CAAC;AACpC,OAAO,EACL,yBAAyB,EACzB,mBAAmB,EACnB,4BAA4B,GAC7B,MAAM,wBAAwB,CAAC;AAEhC,OAAO,EAAE,6BAA6B,EAAE,MAAM,oCAAoC,CAAC"}
@@ -7,8 +7,9 @@ Fix reports filed for sibling packages. Hand these to the package owners; after
7
7
  | Package | Document | Status |
8
8
  |---------|----------|--------|
9
9
  | `@exellix/ai-skills` 6.0 | [ai-skills-orchestrator-invoke-contract-5.9.md](./ai-skills-orchestrator-invoke-contract-5.9.md) | **shipped** — `ModelConfig.reasoningEffort` |
10
- | `@exellix/xynthesis` 4.3 | [**xynthesis-ai-profiles-2.1-import-break.md**](./xynthesis-ai-profiles-2.1-import-break.md) | **P0 blocked** **4.3.0** breaks `import "@exellix/xynthesis"` with ai-profiles **2.1.0**; need **≥ 4.3.1** |
11
- | `@exellix/xynthesis` 4.3 | [xynthesis-orchestrator-invoke-contract-4.2.md](./xynthesis-orchestrator-invoke-contract-4.2.md) | **partial** — `reasoningEffort` shipped in 4.3.0; import break tracked in CR above |
10
+ | `@exellix/xynthesis` 4.3 | [**xynthesis-ai-profiles-2.1-import-break.md**](./xynthesis-ai-profiles-2.1-import-break.md) | **shipped** in **4.3.1** ai-profiles 2.1 import + profile/choice resolve |
11
+ | `@exellix/xynthesis` 4.3 | [xynthesis-orchestrator-invoke-contract-4.2.md](./xynthesis-orchestrator-invoke-contract-4.2.md) | **partial** — `reasoningEffort` shipped in 4.3.0; ai-profiles 2.1 import fixed in **4.3.1** (see CR above) |
12
+ | `@exellix/xynthesis` 4.4 | [**xynthesis-execution-strategies-option-a.md**](./xynthesis-execution-strategies-option-a.md) | **shipped** — execution-strategy sidekick actions; ai-tasks 8.5+ uses xynthesis (FuncX path deprecated) |
12
13
  | `@x12i/ai-profiles` 2.1 | — | **shipped** — `catalogLane` required; sync `isKnownProfileOrShortcut` removed (safer — resolve at invoke) |
13
14
  | `@exellix/ai-tasks` | [ai-tasks-wrap-up-after-upstream.md](./ai-tasks-wrap-up-after-upstream.md) | **done** in 8.4 — no legacy tiers; resolve at invoke via `resolveAIProfile` |
14
15
 
@@ -1,6 +1,6 @@
1
1
  # `@exellix/ai-tasks` — wrap-up after upstream invoke-contract fixes
2
2
 
3
- Status: **blocked** on **@exellix/xynthesis ≥ 4.3.1** ([xynthesis-ai-profiles-2.1-import-break.md](./xynthesis-ai-profiles-2.1-import-break.md)); invoke-contract items below are otherwise shipped in **ai-skills 6.0** / **xynthesis 4.3**:
3
+ Status: **unblocked** **@exellix/xynthesis ≥ 4.3.1** shipped ([xynthesis-ai-profiles-2.1-import-break.md](./xynthesis-ai-profiles-2.1-import-break.md)); invoke-contract items below are shipped in **ai-skills 6.0** / **xynthesis 4.3**:
4
4
 
5
5
  - [`ai-skills-orchestrator-invoke-contract-5.9.md`](./ai-skills-orchestrator-invoke-contract-5.9.md)
6
6
  - [`xynthesis-orchestrator-invoke-contract-4.2.md`](./xynthesis-orchestrator-invoke-contract-4.2.md)
@@ -35,7 +35,10 @@ Target release: **8.4.x** (or **8.5.0** if breaking `llmCall` surface)
35
35
  - [x] Removed `maxTokens` from `RunTaskModelConfig`; strip legacy key at ai-skills boundary.
36
36
  - [x] Stopped mapping `llmCall.maxTokensCap` → `modelConfig.maxTokens` in `buildAiSkillsModelConfigForMain`.
37
37
  - [x] Trace repair: `mapGatewayInvokeToTrace` uses `maxTokensRequested` only (not `modelConfig.maxTokens`).
38
- - [x] README / BREAKING-CHANGES partial updates for modelConfig + MAIN Optimixer.
38
+ - [x] `@exellix/xynthesis` 4.3.1 in `package.json`; bare profile keys normalized via `toStrictAiProfileResolveInput` before xynthesis invoke.
39
+ - [x] Tests/fixtures use `cheap/default` + `pro/default` (no legacy `balanced` default).
40
+ - [x] Public exports: `listAiTasksProfileChoiceKeys`, `toStrictAiProfileResolveInput`.
41
+ - [x] `npm run build` + `npm run test` green (390 pass / 0 fail).
39
42
 
40
43
  ---
41
44