@cat-factory/orchestration 0.292.0 → 0.294.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.
- package/dist/container/dependencies.d.ts +10 -1
- package/dist/container/dependencies.d.ts.map +1 -1
- package/dist/container/environmentsModule.factory.d.ts.map +1 -1
- package/dist/container/environmentsModule.factory.js +3 -0
- package/dist/container/environmentsModule.factory.js.map +1 -1
- package/dist/index.d.ts +1 -1
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/dist/modules/execution/AgentContextBuilder.d.ts +5 -25
- package/dist/modules/execution/AgentContextBuilder.d.ts.map +1 -1
- package/dist/modules/execution/AgentContextBuilder.js +26 -58
- package/dist/modules/execution/AgentContextBuilder.js.map +1 -1
- package/dist/modules/execution/DeployerStepController.d.ts +17 -0
- package/dist/modules/execution/DeployerStepController.d.ts.map +1 -1
- package/dist/modules/execution/DeployerStepController.js +51 -1
- package/dist/modules/execution/DeployerStepController.js.map +1 -1
- package/dist/modules/execution/builder-frontend-resolution.d.ts +56 -0
- package/dist/modules/execution/builder-frontend-resolution.d.ts.map +1 -0
- package/dist/modules/execution/builder-frontend-resolution.js +51 -0
- package/dist/modules/execution/builder-frontend-resolution.js.map +1 -0
- package/dist/modules/execution/frontend-infra.logic.d.ts +1 -1
- package/dist/modules/execution/frontend-infra.logic.d.ts.map +1 -1
- package/dist/modules/execution/frontend-infra.logic.js +1 -1
- package/dist/modules/execution/frontend-infra.logic.js.map +1 -1
- package/dist/modules/preview/PreviewService.d.ts.map +1 -1
- package/dist/modules/preview/PreviewService.js +3 -0
- package/dist/modules/preview/PreviewService.js.map +1 -1
- package/dist/validation/validateInlineUseCases.d.ts.map +1 -1
- package/dist/validation/validateInlineUseCases.js +4 -2
- package/dist/validation/validateInlineUseCases.js.map +1 -1
- package/dist/validation/validateRegistrations.d.ts +88 -6
- package/dist/validation/validateRegistrations.d.ts.map +1 -1
- package/dist/validation/validateRegistrations.js +114 -29
- package/dist/validation/validateRegistrations.js.map +1 -1
- package/dist/validation/validateToolServers.d.ts +20 -2
- package/dist/validation/validateToolServers.d.ts.map +1 -1
- package/dist/validation/validateToolServers.js +71 -18
- package/dist/validation/validateToolServers.js.map +1 -1
- package/package.json +11 -11
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@cat-factory/orchestration",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.294.0",
|
|
4
4
|
"description": "Delivery-workflow engine for the Agent Architecture Board (execution, bootstrap, pipelines, board, boardScan, requirements, and composition root).",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
@@ -24,19 +24,19 @@
|
|
|
24
24
|
"access": "public"
|
|
25
25
|
},
|
|
26
26
|
"dependencies": {
|
|
27
|
-
"@cat-factory/agents": "0.
|
|
28
|
-
"@cat-factory/caching": "0.20.
|
|
29
|
-
"@cat-factory/contracts": "0.
|
|
30
|
-
"@cat-factory/integrations": "0.
|
|
31
|
-
"@cat-factory/kernel": "0.
|
|
32
|
-
"@cat-factory/prompt-fragments": "1.1.
|
|
33
|
-
"@cat-factory/sandbox": "0.12.
|
|
34
|
-
"@cat-factory/spend": "0.17.
|
|
35
|
-
"@cat-factory/workspaces": "0.28.
|
|
27
|
+
"@cat-factory/agents": "0.149.1",
|
|
28
|
+
"@cat-factory/caching": "0.20.59",
|
|
29
|
+
"@cat-factory/contracts": "0.338.0",
|
|
30
|
+
"@cat-factory/integrations": "0.169.1",
|
|
31
|
+
"@cat-factory/kernel": "0.327.0",
|
|
32
|
+
"@cat-factory/prompt-fragments": "1.1.21",
|
|
33
|
+
"@cat-factory/sandbox": "0.12.33",
|
|
34
|
+
"@cat-factory/spend": "0.17.3",
|
|
35
|
+
"@cat-factory/workspaces": "0.28.47",
|
|
36
36
|
"ai": "^7.0.85"
|
|
37
37
|
},
|
|
38
38
|
"devDependencies": {
|
|
39
|
-
"@cat-factory/sandbox-fixtures": "0.8.
|
|
39
|
+
"@cat-factory/sandbox-fixtures": "0.8.19",
|
|
40
40
|
"typescript": "7.0.2",
|
|
41
41
|
"vitest": "^4.1.11"
|
|
42
42
|
},
|