@exellix/ai-tasks 10.0.5 → 10.0.8
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 +31 -0
- package/README.md +38 -4
- package/dist/aiScoping/runAiScoping.d.ts +2 -0
- package/dist/aiScoping/runAiScoping.d.ts.map +1 -1
- package/dist/aiScoping/runAiScoping.js +2 -0
- package/dist/aiScoping/runAiScoping.js.map +1 -1
- package/dist/aiScoping/runScopingCall.d.ts +4 -0
- package/dist/aiScoping/runScopingCall.d.ts.map +1 -1
- package/dist/aiScoping/runScopingCall.js +4 -0
- package/dist/aiScoping/runScopingCall.js.map +1 -1
- package/dist/core/task-sdk.d.ts.map +1 -1
- package/dist/core/task-sdk.js +30 -3
- package/dist/core/task-sdk.js.map +1 -1
- package/dist/execution-strategies/runExecutionStrategyViaXynthesis.d.ts +5 -0
- package/dist/execution-strategies/runExecutionStrategyViaXynthesis.d.ts.map +1 -1
- package/dist/execution-strategies/runExecutionStrategyViaXynthesis.js +33 -2
- package/dist/execution-strategies/runExecutionStrategyViaXynthesis.js.map +1 -1
- package/dist/fact-guard/attachFactGuardMetadata.d.ts +8 -0
- package/dist/fact-guard/attachFactGuardMetadata.d.ts.map +1 -0
- package/dist/fact-guard/attachFactGuardMetadata.js +24 -0
- package/dist/fact-guard/attachFactGuardMetadata.js.map +1 -0
- package/dist/fact-guard/buildSourceMaterial.d.ts +11 -0
- package/dist/fact-guard/buildSourceMaterial.d.ts.map +1 -0
- package/dist/fact-guard/buildSourceMaterial.js +58 -0
- package/dist/fact-guard/buildSourceMaterial.js.map +1 -0
- package/dist/fact-guard/index.d.ts +6 -0
- package/dist/fact-guard/index.d.ts.map +1 -0
- package/dist/fact-guard/index.js +6 -0
- package/dist/fact-guard/index.js.map +1 -0
- package/dist/fact-guard/resolveFactGuardPolicy.d.ts +6 -0
- package/dist/fact-guard/resolveFactGuardPolicy.d.ts.map +1 -0
- package/dist/fact-guard/resolveFactGuardPolicy.js +7 -0
- package/dist/fact-guard/resolveFactGuardPolicy.js.map +1 -0
- package/dist/fact-guard/runGuardedSubActionLlm.d.ts +40 -0
- package/dist/fact-guard/runGuardedSubActionLlm.d.ts.map +1 -0
- package/dist/fact-guard/runGuardedSubActionLlm.js +92 -0
- package/dist/fact-guard/runGuardedSubActionLlm.js.map +1 -0
- package/dist/internal/runPostStepLlmCall.d.ts +9 -0
- package/dist/internal/runPostStepLlmCall.d.ts.map +1 -1
- package/dist/internal/runPostStepLlmCall.js +44 -4
- package/dist/internal/runPostStepLlmCall.js.map +1 -1
- package/dist/node-execution/createNodeExecutionHost.d.ts.map +1 -1
- package/dist/node-execution/createNodeExecutionHost.js +2 -0
- package/dist/node-execution/createNodeExecutionHost.js.map +1 -1
- package/dist/post-steps/audit/runAudit.d.ts.map +1 -1
- package/dist/post-steps/audit/runAudit.js +11 -0
- package/dist/post-steps/audit/runAudit.js.map +1 -1
- package/dist/post-steps/polish/runPolish.d.ts.map +1 -1
- package/dist/post-steps/polish/runPolish.js +3 -0
- package/dist/post-steps/polish/runPolish.js.map +1 -1
- package/dist/post-steps/polish/runPolishCall.d.ts +5 -0
- package/dist/post-steps/polish/runPolishCall.d.ts.map +1 -1
- package/dist/post-steps/polish/runPolishCall.js +4 -0
- package/dist/post-steps/polish/runPolishCall.js.map +1 -1
- package/dist/types/fact-guard.d.ts +30 -0
- package/dist/types/fact-guard.d.ts.map +1 -0
- package/dist/types/fact-guard.js +2 -0
- package/dist/types/fact-guard.js.map +1 -0
- package/dist/types/index.d.ts +1 -0
- package/dist/types/index.d.ts.map +1 -1
- package/dist/types/task-types.d.ts +13 -0
- package/dist/types/task-types.d.ts.map +1 -1
- package/dist/types/task-types.js.map +1 -1
- package/documenations/schemas/v1/run-task-request.json +29 -1
- package/documenations/synthesized-context-guide.md +12 -0
- package/documenations/upstream-feature-requests/graphenix-format-fact-guard-fr.md +7 -0
- package/package.json +17 -12
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@exellix/ai-tasks",
|
|
3
|
-
"version": "10.0.
|
|
3
|
+
"version": "10.0.8",
|
|
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",
|
|
@@ -23,11 +23,12 @@
|
|
|
23
23
|
"dev": "ts-node src/index.ts",
|
|
24
24
|
"prepublishOnly": "npm run build && node scripts/ensure-nx-content-md-variants.mjs",
|
|
25
25
|
"deps:latest": "npx npm-check-updates -u && npm install",
|
|
26
|
-
"test": "node scripts/ensure-xynthesis-dist.mjs && node scripts/ensure-ai-skills-dist.mjs && node scripts/clean-dist-test.mjs && tsc -p tsconfig.test.json && node scripts/copy-test-fixtures.mjs && node --test --test-force-exit --test-concurrency=1 dist-test/test/node-execution/**/*.js dist-test/test/narrix/*.js dist-test/test/narrix-then-execute/*.js dist-test/test/aiScoping/*.js dist-test/test/intermediateSteps/*.js dist-test/test/post-steps
|
|
26
|
+
"test": "node scripts/ensure-xynthesis-dist.mjs && node scripts/ensure-ai-skills-dist.mjs && node scripts/clean-dist-test.mjs && tsc -p tsconfig.test.json && node scripts/copy-test-fixtures.mjs && node --test --test-force-exit --test-concurrency=1 dist-test/test/node-execution/**/*.js dist-test/test/narrix/*.js dist-test/test/narrix-then-execute/*.js dist-test/test/aiScoping/*.js dist-test/test/intermediateSteps/*.js dist-test/test/post-steps/**/*.js dist-test/test/planWebScopeQuestions/*.js dist-test/test/synthesis/*.js dist-test/test/fact-guard/*.js dist-test/test/utils/*.js dist-test/test/errors/*.js dist-test/test/validation/*.js dist-test/test/task-strategies/*.js dist-test/test/observability/*.js dist-test/test/run-task/*.js dist-test/test/internal/*.js dist-test/test/execution-strategies/*.js dist-test/test/invocation/*.js dist-test/test/e2e/*.js",
|
|
27
27
|
"test:with-narrix-ingest": "node scripts/run-npm-test-with-narrix-ingest.mjs",
|
|
28
28
|
"test:e2e:intermediateSteps": "node scripts/run-with-env.mjs RUN_INTERMEDIATE_STEPS_E2E=1 npm run test",
|
|
29
29
|
"test:e2e:synthesis": "node scripts/run-synthesis-e2e.mjs",
|
|
30
30
|
"test:e2e:webScope": "node scripts/run-web-scope-e2e.mjs",
|
|
31
|
+
"test:fact-guard": "node scripts/ensure-xynthesis-dist.mjs && node scripts/clean-dist-test.mjs && tsc -p tsconfig.test.json && node --test --test-force-exit dist-test/test/fact-guard/*.js dist-test/test/post-steps/runPostStepLlmCall.factGuard.test.js",
|
|
31
32
|
"test:live": "node scripts/run-live-ai-e2e.mjs",
|
|
32
33
|
"test:narrix:live": "node scripts/check-narrix-archive.mjs && node scripts/run-npm-test-with-narrix-ingest.mjs",
|
|
33
34
|
"local:narrix:subnets": "node dist/localTasks/narrixSubnetPlayground.js",
|
|
@@ -64,7 +65,7 @@
|
|
|
64
65
|
"@x12i/catalox-contracts": "^5.9.7"
|
|
65
66
|
},
|
|
66
67
|
"dependencies": {
|
|
67
|
-
"@exellix/ai-skills": "^6.12.
|
|
68
|
+
"@exellix/ai-skills": "^6.12.2",
|
|
68
69
|
"@exellix/memorix-narrix-adapter": "^2.0.0",
|
|
69
70
|
"@exellix/narrix-adapter-chat": "^2.0.0",
|
|
70
71
|
"@exellix/narrix-adapter-docs": "^2.0.0",
|
|
@@ -76,17 +77,21 @@
|
|
|
76
77
|
"@exellix/narrix-ingest": "^2.0.0",
|
|
77
78
|
"@exellix/narrix-runner": "^2.0.0",
|
|
78
79
|
"@exellix/narrix-web-scoper": "^2.0.0",
|
|
79
|
-
"@exellix/xynthesis": "^4.8.
|
|
80
|
+
"@exellix/xynthesis": "^4.8.4",
|
|
80
81
|
"@x12i/activix": "^8.6.3",
|
|
81
82
|
"@x12i/ai-profiles": "^3.4.0",
|
|
82
83
|
"@x12i/catalox": "^5.9.7",
|
|
83
|
-
"@
|
|
84
|
+
"@exellix/fact-guard-adapters": "^1.0.1",
|
|
85
|
+
"@exellix/fact-guard-enrichment": "^1.0.1",
|
|
86
|
+
"@exellix/fact-guard-policies": "^1.0.1",
|
|
87
|
+
"@exellix/fact-guard-types": "^1.0.1",
|
|
88
|
+
"@exellix/fact-guard-validation": "^1.0.1",
|
|
84
89
|
"@x12i/execution-memory-manager": "^1.2.0",
|
|
85
90
|
"@x12i/funcx": "^4.9.13",
|
|
86
|
-
"@x12i/graphenix-core": "^2.
|
|
87
|
-
"@x12i/graphenix-executable-contracts": "^2.
|
|
88
|
-
"@x12i/graphenix-plan-format": "^2.
|
|
89
|
-
"@x12i/graphenix-trace-format": "^2.
|
|
91
|
+
"@x12i/graphenix-core": "^2.6.0",
|
|
92
|
+
"@x12i/graphenix-executable-contracts": "^2.6.0",
|
|
93
|
+
"@x12i/graphenix-plan-format": "^2.6.0",
|
|
94
|
+
"@x12i/graphenix-trace-format": "^2.6.0",
|
|
90
95
|
"@x12i/logxer": "^4.6.0",
|
|
91
96
|
"@x12i/optimixer": "^3.5.2",
|
|
92
97
|
"@x12i/rendrix": "^4.3.0",
|
|
@@ -97,9 +102,9 @@
|
|
|
97
102
|
"devDependencies": {
|
|
98
103
|
"@types/node": "^18.0.0 || ^20.0.0",
|
|
99
104
|
"@x12i/catalox-contracts": "^5.9.7",
|
|
100
|
-
"@x12i/graphenix-authoring-format": "^2.
|
|
101
|
-
"@x12i/graphenix-plan-compiler": "^2.
|
|
102
|
-
"@x12i/graphenix-task-node-format": "^2.
|
|
105
|
+
"@x12i/graphenix-authoring-format": "^2.6.0",
|
|
106
|
+
"@x12i/graphenix-plan-compiler": "^2.6.0",
|
|
107
|
+
"@x12i/graphenix-task-node-format": "^2.6.0",
|
|
103
108
|
"dotenv": "^16.0.0",
|
|
104
109
|
"ts-node": "^10.9.0",
|
|
105
110
|
"tsx": "^4.0.0",
|