@tomflow/proflow-platform-host 0.1.4 → 0.1.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.
|
@@ -19,7 +19,7 @@ export declare function createBehaviorAdapter(service?: PlatformHostService, con
|
|
|
19
19
|
readonly ok: true;
|
|
20
20
|
readonly status: "SUCCEEDED";
|
|
21
21
|
readonly moduleRef: "platform-host";
|
|
22
|
-
readonly moduleVersion: "0.1.
|
|
22
|
+
readonly moduleVersion: "0.1.5";
|
|
23
23
|
};
|
|
24
24
|
observedEffects: never[];
|
|
25
25
|
};
|
|
@@ -29,7 +29,7 @@ export declare function createBehaviorAdapter(service?: PlatformHostService, con
|
|
|
29
29
|
readonly ok: true;
|
|
30
30
|
readonly status: "SUCCEEDED";
|
|
31
31
|
readonly moduleRef: "platform-host";
|
|
32
|
-
readonly moduleVersion: "0.1.
|
|
32
|
+
readonly moduleVersion: "0.1.5";
|
|
33
33
|
};
|
|
34
34
|
observedEffects: never[];
|
|
35
35
|
};
|
|
@@ -39,7 +39,7 @@ export declare function createBehaviorAdapter(service?: PlatformHostService, con
|
|
|
39
39
|
ok: true;
|
|
40
40
|
status: "SUCCEEDED";
|
|
41
41
|
moduleRef: "platform-host";
|
|
42
|
-
moduleVersion: "0.1.
|
|
42
|
+
moduleVersion: "0.1.5";
|
|
43
43
|
data: {
|
|
44
44
|
configStatus: "INCOMPLETE" | "INVALID" | "READY";
|
|
45
45
|
missingConfig?: string[] | undefined;
|
|
@@ -54,7 +54,7 @@ export declare function createBehaviorAdapter(service?: PlatformHostService, con
|
|
|
54
54
|
ok: true;
|
|
55
55
|
status: "SUCCEEDED";
|
|
56
56
|
moduleRef: "platform-host";
|
|
57
|
-
moduleVersion: "0.1.
|
|
57
|
+
moduleVersion: "0.1.5";
|
|
58
58
|
checks: {
|
|
59
59
|
id: string;
|
|
60
60
|
status: "FAIL" | "PASS";
|
|
@@ -63,7 +63,7 @@ export declare function createBehaviorAdapter(service?: PlatformHostService, con
|
|
|
63
63
|
} | {
|
|
64
64
|
contract: "deployment.result.v1";
|
|
65
65
|
moduleRef: "platform-host";
|
|
66
|
-
moduleVersion: "0.1.
|
|
66
|
+
moduleVersion: "0.1.5";
|
|
67
67
|
ok: false;
|
|
68
68
|
status: "ACTION_REQUIRED";
|
|
69
69
|
actionRequired: {
|
|
@@ -78,7 +78,7 @@ export declare function createBehaviorAdapter(service?: PlatformHostService, con
|
|
|
78
78
|
} | {
|
|
79
79
|
contract: "deployment.result.v1";
|
|
80
80
|
moduleRef: "platform-host";
|
|
81
|
-
moduleVersion: "0.1.
|
|
81
|
+
moduleVersion: "0.1.5";
|
|
82
82
|
ok: false;
|
|
83
83
|
status: "ACTION_REQUIRED";
|
|
84
84
|
actionRequired: {
|
|
@@ -99,7 +99,7 @@ export declare function createBehaviorAdapter(service?: PlatformHostService, con
|
|
|
99
99
|
readonly ok: true;
|
|
100
100
|
readonly status: "SUCCEEDED";
|
|
101
101
|
readonly moduleRef: "platform-host";
|
|
102
|
-
readonly moduleVersion: "0.1.
|
|
102
|
+
readonly moduleVersion: "0.1.5";
|
|
103
103
|
};
|
|
104
104
|
observedEffects: never[];
|
|
105
105
|
};
|
|
@@ -107,7 +107,7 @@ export declare function createBehaviorAdapter(service?: PlatformHostService, con
|
|
|
107
107
|
result: {
|
|
108
108
|
readonly contract: "deployment.result.v1";
|
|
109
109
|
readonly moduleRef: "platform-host";
|
|
110
|
-
readonly moduleVersion: "0.1.
|
|
110
|
+
readonly moduleVersion: "0.1.5";
|
|
111
111
|
readonly ok: false;
|
|
112
112
|
readonly status: "ACTION_REQUIRED";
|
|
113
113
|
readonly actionRequired: {
|
|
@@ -119,7 +119,7 @@ export declare function createBehaviorAdapter(service?: PlatformHostService, con
|
|
|
119
119
|
ok: true;
|
|
120
120
|
status: "SUCCEEDED";
|
|
121
121
|
moduleRef: "platform-host";
|
|
122
|
-
moduleVersion: "0.1.
|
|
122
|
+
moduleVersion: "0.1.5";
|
|
123
123
|
data: {
|
|
124
124
|
host: string;
|
|
125
125
|
port: number;
|
|
@@ -133,11 +133,11 @@ export declare function createBehaviorAdapter(service?: PlatformHostService, con
|
|
|
133
133
|
readonly ok: true;
|
|
134
134
|
readonly status: "SUCCEEDED";
|
|
135
135
|
readonly moduleRef: "platform-host";
|
|
136
|
-
readonly moduleVersion: "0.1.
|
|
136
|
+
readonly moduleVersion: "0.1.5";
|
|
137
137
|
} | {
|
|
138
138
|
readonly contract: "deployment.result.v1";
|
|
139
139
|
readonly moduleRef: "platform-host";
|
|
140
|
-
readonly moduleVersion: "0.1.
|
|
140
|
+
readonly moduleVersion: "0.1.5";
|
|
141
141
|
readonly ok: false;
|
|
142
142
|
readonly status: "ACTION_REQUIRED";
|
|
143
143
|
readonly actionRequired: {
|
|
@@ -151,7 +151,7 @@ export declare function createBehaviorAdapter(service?: PlatformHostService, con
|
|
|
151
151
|
result: {
|
|
152
152
|
readonly contract: "deployment.result.v1";
|
|
153
153
|
readonly moduleRef: "platform-host";
|
|
154
|
-
readonly moduleVersion: "0.1.
|
|
154
|
+
readonly moduleVersion: "0.1.5";
|
|
155
155
|
readonly ok: false;
|
|
156
156
|
readonly status: "ACTION_REQUIRED";
|
|
157
157
|
readonly actionRequired: {
|
|
@@ -163,7 +163,7 @@ export declare function createBehaviorAdapter(service?: PlatformHostService, con
|
|
|
163
163
|
ok: true;
|
|
164
164
|
status: "SUCCEEDED";
|
|
165
165
|
moduleRef: "platform-host";
|
|
166
|
-
moduleVersion: "0.1.
|
|
166
|
+
moduleVersion: "0.1.5";
|
|
167
167
|
data: {
|
|
168
168
|
host: string;
|
|
169
169
|
port: number;
|
|
@@ -177,7 +177,7 @@ export declare function createBehaviorAdapter(service?: PlatformHostService, con
|
|
|
177
177
|
readonly ok: true;
|
|
178
178
|
readonly status: "SUCCEEDED";
|
|
179
179
|
readonly moduleRef: "platform-host";
|
|
180
|
-
readonly moduleVersion: "0.1.
|
|
180
|
+
readonly moduleVersion: "0.1.5";
|
|
181
181
|
};
|
|
182
182
|
observedEffects: string[];
|
|
183
183
|
}>;
|
|
@@ -189,7 +189,7 @@ export declare const behaviorAdapter: {
|
|
|
189
189
|
readonly ok: true;
|
|
190
190
|
readonly status: "SUCCEEDED";
|
|
191
191
|
readonly moduleRef: "platform-host";
|
|
192
|
-
readonly moduleVersion: "0.1.
|
|
192
|
+
readonly moduleVersion: "0.1.5";
|
|
193
193
|
};
|
|
194
194
|
observedEffects: never[];
|
|
195
195
|
};
|
|
@@ -199,7 +199,7 @@ export declare const behaviorAdapter: {
|
|
|
199
199
|
readonly ok: true;
|
|
200
200
|
readonly status: "SUCCEEDED";
|
|
201
201
|
readonly moduleRef: "platform-host";
|
|
202
|
-
readonly moduleVersion: "0.1.
|
|
202
|
+
readonly moduleVersion: "0.1.5";
|
|
203
203
|
};
|
|
204
204
|
observedEffects: never[];
|
|
205
205
|
};
|
|
@@ -209,7 +209,7 @@ export declare const behaviorAdapter: {
|
|
|
209
209
|
ok: true;
|
|
210
210
|
status: "SUCCEEDED";
|
|
211
211
|
moduleRef: "platform-host";
|
|
212
|
-
moduleVersion: "0.1.
|
|
212
|
+
moduleVersion: "0.1.5";
|
|
213
213
|
data: {
|
|
214
214
|
configStatus: "INCOMPLETE" | "INVALID" | "READY";
|
|
215
215
|
missingConfig?: string[] | undefined;
|
|
@@ -224,7 +224,7 @@ export declare const behaviorAdapter: {
|
|
|
224
224
|
ok: true;
|
|
225
225
|
status: "SUCCEEDED";
|
|
226
226
|
moduleRef: "platform-host";
|
|
227
|
-
moduleVersion: "0.1.
|
|
227
|
+
moduleVersion: "0.1.5";
|
|
228
228
|
checks: {
|
|
229
229
|
id: string;
|
|
230
230
|
status: "FAIL" | "PASS";
|
|
@@ -233,7 +233,7 @@ export declare const behaviorAdapter: {
|
|
|
233
233
|
} | {
|
|
234
234
|
contract: "deployment.result.v1";
|
|
235
235
|
moduleRef: "platform-host";
|
|
236
|
-
moduleVersion: "0.1.
|
|
236
|
+
moduleVersion: "0.1.5";
|
|
237
237
|
ok: false;
|
|
238
238
|
status: "ACTION_REQUIRED";
|
|
239
239
|
actionRequired: {
|
|
@@ -248,7 +248,7 @@ export declare const behaviorAdapter: {
|
|
|
248
248
|
} | {
|
|
249
249
|
contract: "deployment.result.v1";
|
|
250
250
|
moduleRef: "platform-host";
|
|
251
|
-
moduleVersion: "0.1.
|
|
251
|
+
moduleVersion: "0.1.5";
|
|
252
252
|
ok: false;
|
|
253
253
|
status: "ACTION_REQUIRED";
|
|
254
254
|
actionRequired: {
|
|
@@ -269,7 +269,7 @@ export declare const behaviorAdapter: {
|
|
|
269
269
|
readonly ok: true;
|
|
270
270
|
readonly status: "SUCCEEDED";
|
|
271
271
|
readonly moduleRef: "platform-host";
|
|
272
|
-
readonly moduleVersion: "0.1.
|
|
272
|
+
readonly moduleVersion: "0.1.5";
|
|
273
273
|
};
|
|
274
274
|
observedEffects: never[];
|
|
275
275
|
};
|
|
@@ -277,7 +277,7 @@ export declare const behaviorAdapter: {
|
|
|
277
277
|
result: {
|
|
278
278
|
readonly contract: "deployment.result.v1";
|
|
279
279
|
readonly moduleRef: "platform-host";
|
|
280
|
-
readonly moduleVersion: "0.1.
|
|
280
|
+
readonly moduleVersion: "0.1.5";
|
|
281
281
|
readonly ok: false;
|
|
282
282
|
readonly status: "ACTION_REQUIRED";
|
|
283
283
|
readonly actionRequired: {
|
|
@@ -289,7 +289,7 @@ export declare const behaviorAdapter: {
|
|
|
289
289
|
ok: true;
|
|
290
290
|
status: "SUCCEEDED";
|
|
291
291
|
moduleRef: "platform-host";
|
|
292
|
-
moduleVersion: "0.1.
|
|
292
|
+
moduleVersion: "0.1.5";
|
|
293
293
|
data: {
|
|
294
294
|
host: string;
|
|
295
295
|
port: number;
|
|
@@ -303,11 +303,11 @@ export declare const behaviorAdapter: {
|
|
|
303
303
|
readonly ok: true;
|
|
304
304
|
readonly status: "SUCCEEDED";
|
|
305
305
|
readonly moduleRef: "platform-host";
|
|
306
|
-
readonly moduleVersion: "0.1.
|
|
306
|
+
readonly moduleVersion: "0.1.5";
|
|
307
307
|
} | {
|
|
308
308
|
readonly contract: "deployment.result.v1";
|
|
309
309
|
readonly moduleRef: "platform-host";
|
|
310
|
-
readonly moduleVersion: "0.1.
|
|
310
|
+
readonly moduleVersion: "0.1.5";
|
|
311
311
|
readonly ok: false;
|
|
312
312
|
readonly status: "ACTION_REQUIRED";
|
|
313
313
|
readonly actionRequired: {
|
|
@@ -321,7 +321,7 @@ export declare const behaviorAdapter: {
|
|
|
321
321
|
result: {
|
|
322
322
|
readonly contract: "deployment.result.v1";
|
|
323
323
|
readonly moduleRef: "platform-host";
|
|
324
|
-
readonly moduleVersion: "0.1.
|
|
324
|
+
readonly moduleVersion: "0.1.5";
|
|
325
325
|
readonly ok: false;
|
|
326
326
|
readonly status: "ACTION_REQUIRED";
|
|
327
327
|
readonly actionRequired: {
|
|
@@ -333,7 +333,7 @@ export declare const behaviorAdapter: {
|
|
|
333
333
|
ok: true;
|
|
334
334
|
status: "SUCCEEDED";
|
|
335
335
|
moduleRef: "platform-host";
|
|
336
|
-
moduleVersion: "0.1.
|
|
336
|
+
moduleVersion: "0.1.5";
|
|
337
337
|
data: {
|
|
338
338
|
host: string;
|
|
339
339
|
port: number;
|
|
@@ -347,7 +347,7 @@ export declare const behaviorAdapter: {
|
|
|
347
347
|
readonly ok: true;
|
|
348
348
|
readonly status: "SUCCEEDED";
|
|
349
349
|
readonly moduleRef: "platform-host";
|
|
350
|
-
readonly moduleVersion: "0.1.
|
|
350
|
+
readonly moduleVersion: "0.1.5";
|
|
351
351
|
};
|
|
352
352
|
observedEffects: string[];
|
|
353
353
|
}>;
|
|
@@ -3,7 +3,7 @@ export declare const descriptor: {
|
|
|
3
3
|
readonly contractVersion: "1.0.0";
|
|
4
4
|
readonly moduleRef: "platform-host";
|
|
5
5
|
readonly packageName: "@tomflow/proflow-platform-host";
|
|
6
|
-
readonly moduleVersion: "0.1.
|
|
6
|
+
readonly moduleVersion: "0.1.5";
|
|
7
7
|
readonly kind: "service";
|
|
8
8
|
readonly templateVersion: "1.0.0";
|
|
9
9
|
readonly platformCompatibility: ">=1.0.0 <2.0.0";
|
|
@@ -3,7 +3,7 @@ export const descriptor = {
|
|
|
3
3
|
contractVersion: "1.0.0",
|
|
4
4
|
moduleRef: "platform-host",
|
|
5
5
|
packageName: "@tomflow/proflow-platform-host",
|
|
6
|
-
moduleVersion: "0.1.
|
|
6
|
+
moduleVersion: "0.1.5",
|
|
7
7
|
kind: "service",
|
|
8
8
|
templateVersion: "1.0.0",
|
|
9
9
|
platformCompatibility: ">=1.0.0 <2.0.0",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@tomflow/proflow-platform-host",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.5",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"publishConfig": {
|
|
6
6
|
"access": "public"
|
|
@@ -23,19 +23,19 @@
|
|
|
23
23
|
],
|
|
24
24
|
"dependencies": {
|
|
25
25
|
"zod": "4.1.12",
|
|
26
|
-
"@tomflow/proflow-agent-runtime": "^0.1.
|
|
27
|
-
"@tomflow/proflow-
|
|
28
|
-
"@tomflow/proflow-execution-
|
|
29
|
-
"@tomflow/proflow-task-store-sqlite": "^0.1.
|
|
30
|
-
"@tomflow/proflow-
|
|
31
|
-
"@tomflow/proflow-
|
|
32
|
-
"@tomflow/proflow-
|
|
26
|
+
"@tomflow/proflow-agent-runtime": "^0.1.3",
|
|
27
|
+
"@tomflow/proflow-execution-browser-extension": "^0.1.4",
|
|
28
|
+
"@tomflow/proflow-execution-contracts": "^0.1.3",
|
|
29
|
+
"@tomflow/proflow-task-store-sqlite": "^0.1.3",
|
|
30
|
+
"@tomflow/proflow-module-contract": "^0.1.3",
|
|
31
|
+
"@tomflow/proflow-task-orchestration": "^0.1.2",
|
|
32
|
+
"@tomflow/proflow-task-migration-runner": "^0.1.3"
|
|
33
33
|
},
|
|
34
34
|
"devDependencies": {
|
|
35
|
-
"@tomflow/proflow-
|
|
36
|
-
"@tomflow/proflow-
|
|
37
|
-
"@tomflow/proflow-
|
|
38
|
-
"@tomflow/proflow-
|
|
35
|
+
"@tomflow/proflow-deployment-conformance": "^0.1.3",
|
|
36
|
+
"@tomflow/proflow-model-runtime": "^0.1.6",
|
|
37
|
+
"@tomflow/proflow-agent-gateway": "^0.1.5",
|
|
38
|
+
"@tomflow/proflow-execution-runtime": "^0.1.6"
|
|
39
39
|
},
|
|
40
40
|
"description": "Provides the ProFlow local application composition root that binds Task, Agent, Execution and Model owner transports.",
|
|
41
41
|
"keywords": [
|
package/proflow.module.json
CHANGED