@tomflow/proflow-agent-gateway 0.1.0 → 0.1.1

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 ADDED
@@ -0,0 +1,7 @@
1
+ # @tomflow/proflow-agent-gateway
2
+
3
+ ## 0.1.1
4
+
5
+ ### Patch Changes
6
+
7
+ - Close Real-1 deployment graph and Fresh Workspace bootstrap gaps: remove Contract-library runtime-provider aliases, correct Execution/Model dependency direction, materialize logical/moduleRef providers through `installRequires`, enforce repository graph validation, and keep self-install executables stable without package-manager worktree mutation.
@@ -20,7 +20,7 @@ export declare function createBehaviorAdapter(service?: GatewayProcess): {
20
20
  readonly ok: true;
21
21
  readonly status: "SUCCEEDED";
22
22
  readonly moduleRef: "agent-gateway";
23
- readonly moduleVersion: "0.1.0";
23
+ readonly moduleVersion: "0.1.1";
24
24
  };
25
25
  observedEffects: never[];
26
26
  };
@@ -30,7 +30,7 @@ export declare function createBehaviorAdapter(service?: GatewayProcess): {
30
30
  readonly ok: true;
31
31
  readonly status: "SUCCEEDED";
32
32
  readonly moduleRef: "agent-gateway";
33
- readonly moduleVersion: "0.1.0";
33
+ readonly moduleVersion: "0.1.1";
34
34
  };
35
35
  observedEffects: never[];
36
36
  };
@@ -38,7 +38,7 @@ export declare function createBehaviorAdapter(service?: GatewayProcess): {
38
38
  result: {
39
39
  readonly contract: "deployment.result.v1";
40
40
  readonly moduleRef: "agent-gateway";
41
- readonly moduleVersion: "0.1.0";
41
+ readonly moduleVersion: "0.1.1";
42
42
  readonly ok: false;
43
43
  readonly status: "ACTION_REQUIRED";
44
44
  readonly actionRequired: {
@@ -50,7 +50,7 @@ export declare function createBehaviorAdapter(service?: GatewayProcess): {
50
50
  ok: true;
51
51
  status: "SUCCEEDED";
52
52
  moduleRef: "agent-gateway";
53
- moduleVersion: "0.1.0";
53
+ moduleVersion: "0.1.1";
54
54
  data: unknown;
55
55
  checks: {
56
56
  id: string;
@@ -60,7 +60,7 @@ export declare function createBehaviorAdapter(service?: GatewayProcess): {
60
60
  } | {
61
61
  contract: "deployment.result.v1";
62
62
  moduleRef: "agent-gateway";
63
- moduleVersion: "0.1.0";
63
+ moduleVersion: "0.1.1";
64
64
  ok: false;
65
65
  status: "ACTION_REQUIRED";
66
66
  actionRequired: {
@@ -82,7 +82,7 @@ export declare function createBehaviorAdapter(service?: GatewayProcess): {
82
82
  ok: true;
83
83
  status: "SUCCEEDED";
84
84
  moduleRef: "agent-gateway";
85
- moduleVersion: "0.1.0";
85
+ moduleVersion: "0.1.1";
86
86
  checks: {
87
87
  id: string;
88
88
  status: "FAIL" | "PASS";
@@ -91,7 +91,7 @@ export declare function createBehaviorAdapter(service?: GatewayProcess): {
91
91
  } | {
92
92
  contract: "deployment.result.v1";
93
93
  moduleRef: "agent-gateway";
94
- moduleVersion: "0.1.0";
94
+ moduleVersion: "0.1.1";
95
95
  ok: false;
96
96
  status: "ACTION_REQUIRED";
97
97
  actionRequired: {
@@ -106,7 +106,7 @@ export declare function createBehaviorAdapter(service?: GatewayProcess): {
106
106
  } | {
107
107
  contract: "deployment.result.v1";
108
108
  moduleRef: "agent-gateway";
109
- moduleVersion: "0.1.0";
109
+ moduleVersion: "0.1.1";
110
110
  ok: false;
111
111
  status: "ACTION_REQUIRED";
112
112
  actionRequired: {
@@ -127,7 +127,7 @@ export declare function createBehaviorAdapter(service?: GatewayProcess): {
127
127
  readonly ok: true;
128
128
  readonly status: "SUCCEEDED";
129
129
  readonly moduleRef: "agent-gateway";
130
- readonly moduleVersion: "0.1.0";
130
+ readonly moduleVersion: "0.1.1";
131
131
  };
132
132
  observedEffects: never[];
133
133
  };
@@ -137,7 +137,7 @@ export declare function createBehaviorAdapter(service?: GatewayProcess): {
137
137
  ok: true;
138
138
  status: "SUCCEEDED";
139
139
  moduleRef: "agent-gateway";
140
- moduleVersion: "0.1.0";
140
+ moduleVersion: "0.1.1";
141
141
  data: {
142
142
  host: string;
143
143
  port: number;
@@ -145,7 +145,7 @@ export declare function createBehaviorAdapter(service?: GatewayProcess): {
145
145
  } | {
146
146
  contract: "deployment.result.v1";
147
147
  moduleRef: "agent-gateway";
148
- moduleVersion: "0.1.0";
148
+ moduleVersion: "0.1.1";
149
149
  status: "ACTION_REQUIRED";
150
150
  ok: boolean;
151
151
  actionRequired: {
@@ -161,11 +161,11 @@ export declare function createBehaviorAdapter(service?: GatewayProcess): {
161
161
  readonly ok: true;
162
162
  readonly status: "SUCCEEDED";
163
163
  readonly moduleRef: "agent-gateway";
164
- readonly moduleVersion: "0.1.0";
164
+ readonly moduleVersion: "0.1.1";
165
165
  } | {
166
166
  readonly contract: "deployment.result.v1";
167
167
  readonly moduleRef: "agent-gateway";
168
- readonly moduleVersion: "0.1.0";
168
+ readonly moduleVersion: "0.1.1";
169
169
  readonly ok: false;
170
170
  readonly status: "ACTION_REQUIRED";
171
171
  readonly actionRequired: {
@@ -181,11 +181,11 @@ export declare function createBehaviorAdapter(service?: GatewayProcess): {
181
181
  readonly ok: true;
182
182
  readonly status: "SUCCEEDED";
183
183
  readonly moduleRef: "agent-gateway";
184
- readonly moduleVersion: "0.1.0";
184
+ readonly moduleVersion: "0.1.1";
185
185
  } | {
186
186
  readonly contract: "deployment.result.v1";
187
187
  readonly moduleRef: "agent-gateway";
188
- readonly moduleVersion: "0.1.0";
188
+ readonly moduleVersion: "0.1.1";
189
189
  readonly ok: false;
190
190
  readonly status: "ACTION_REQUIRED";
191
191
  readonly actionRequired: {
@@ -201,7 +201,7 @@ export declare function createBehaviorAdapter(service?: GatewayProcess): {
201
201
  ok: true;
202
202
  status: "SUCCEEDED";
203
203
  moduleRef: "agent-gateway";
204
- moduleVersion: "0.1.0";
204
+ moduleVersion: "0.1.1";
205
205
  data: {
206
206
  host: string;
207
207
  port: number;
@@ -209,7 +209,7 @@ export declare function createBehaviorAdapter(service?: GatewayProcess): {
209
209
  } | {
210
210
  contract: "deployment.result.v1";
211
211
  moduleRef: "agent-gateway";
212
- moduleVersion: "0.1.0";
212
+ moduleVersion: "0.1.1";
213
213
  status: "ACTION_REQUIRED";
214
214
  ok: boolean;
215
215
  actionRequired: {
@@ -227,7 +227,7 @@ export declare const behaviorAdapter: {
227
227
  readonly ok: true;
228
228
  readonly status: "SUCCEEDED";
229
229
  readonly moduleRef: "agent-gateway";
230
- readonly moduleVersion: "0.1.0";
230
+ readonly moduleVersion: "0.1.1";
231
231
  };
232
232
  observedEffects: never[];
233
233
  };
@@ -237,7 +237,7 @@ export declare const behaviorAdapter: {
237
237
  readonly ok: true;
238
238
  readonly status: "SUCCEEDED";
239
239
  readonly moduleRef: "agent-gateway";
240
- readonly moduleVersion: "0.1.0";
240
+ readonly moduleVersion: "0.1.1";
241
241
  };
242
242
  observedEffects: never[];
243
243
  };
@@ -245,7 +245,7 @@ export declare const behaviorAdapter: {
245
245
  result: {
246
246
  readonly contract: "deployment.result.v1";
247
247
  readonly moduleRef: "agent-gateway";
248
- readonly moduleVersion: "0.1.0";
248
+ readonly moduleVersion: "0.1.1";
249
249
  readonly ok: false;
250
250
  readonly status: "ACTION_REQUIRED";
251
251
  readonly actionRequired: {
@@ -257,7 +257,7 @@ export declare const behaviorAdapter: {
257
257
  ok: true;
258
258
  status: "SUCCEEDED";
259
259
  moduleRef: "agent-gateway";
260
- moduleVersion: "0.1.0";
260
+ moduleVersion: "0.1.1";
261
261
  data: unknown;
262
262
  checks: {
263
263
  id: string;
@@ -267,7 +267,7 @@ export declare const behaviorAdapter: {
267
267
  } | {
268
268
  contract: "deployment.result.v1";
269
269
  moduleRef: "agent-gateway";
270
- moduleVersion: "0.1.0";
270
+ moduleVersion: "0.1.1";
271
271
  ok: false;
272
272
  status: "ACTION_REQUIRED";
273
273
  actionRequired: {
@@ -289,7 +289,7 @@ export declare const behaviorAdapter: {
289
289
  ok: true;
290
290
  status: "SUCCEEDED";
291
291
  moduleRef: "agent-gateway";
292
- moduleVersion: "0.1.0";
292
+ moduleVersion: "0.1.1";
293
293
  checks: {
294
294
  id: string;
295
295
  status: "FAIL" | "PASS";
@@ -298,7 +298,7 @@ export declare const behaviorAdapter: {
298
298
  } | {
299
299
  contract: "deployment.result.v1";
300
300
  moduleRef: "agent-gateway";
301
- moduleVersion: "0.1.0";
301
+ moduleVersion: "0.1.1";
302
302
  ok: false;
303
303
  status: "ACTION_REQUIRED";
304
304
  actionRequired: {
@@ -313,7 +313,7 @@ export declare const behaviorAdapter: {
313
313
  } | {
314
314
  contract: "deployment.result.v1";
315
315
  moduleRef: "agent-gateway";
316
- moduleVersion: "0.1.0";
316
+ moduleVersion: "0.1.1";
317
317
  ok: false;
318
318
  status: "ACTION_REQUIRED";
319
319
  actionRequired: {
@@ -334,7 +334,7 @@ export declare const behaviorAdapter: {
334
334
  readonly ok: true;
335
335
  readonly status: "SUCCEEDED";
336
336
  readonly moduleRef: "agent-gateway";
337
- readonly moduleVersion: "0.1.0";
337
+ readonly moduleVersion: "0.1.1";
338
338
  };
339
339
  observedEffects: never[];
340
340
  };
@@ -344,7 +344,7 @@ export declare const behaviorAdapter: {
344
344
  ok: true;
345
345
  status: "SUCCEEDED";
346
346
  moduleRef: "agent-gateway";
347
- moduleVersion: "0.1.0";
347
+ moduleVersion: "0.1.1";
348
348
  data: {
349
349
  host: string;
350
350
  port: number;
@@ -352,7 +352,7 @@ export declare const behaviorAdapter: {
352
352
  } | {
353
353
  contract: "deployment.result.v1";
354
354
  moduleRef: "agent-gateway";
355
- moduleVersion: "0.1.0";
355
+ moduleVersion: "0.1.1";
356
356
  status: "ACTION_REQUIRED";
357
357
  ok: boolean;
358
358
  actionRequired: {
@@ -368,11 +368,11 @@ export declare const behaviorAdapter: {
368
368
  readonly ok: true;
369
369
  readonly status: "SUCCEEDED";
370
370
  readonly moduleRef: "agent-gateway";
371
- readonly moduleVersion: "0.1.0";
371
+ readonly moduleVersion: "0.1.1";
372
372
  } | {
373
373
  readonly contract: "deployment.result.v1";
374
374
  readonly moduleRef: "agent-gateway";
375
- readonly moduleVersion: "0.1.0";
375
+ readonly moduleVersion: "0.1.1";
376
376
  readonly ok: false;
377
377
  readonly status: "ACTION_REQUIRED";
378
378
  readonly actionRequired: {
@@ -388,11 +388,11 @@ export declare const behaviorAdapter: {
388
388
  readonly ok: true;
389
389
  readonly status: "SUCCEEDED";
390
390
  readonly moduleRef: "agent-gateway";
391
- readonly moduleVersion: "0.1.0";
391
+ readonly moduleVersion: "0.1.1";
392
392
  } | {
393
393
  readonly contract: "deployment.result.v1";
394
394
  readonly moduleRef: "agent-gateway";
395
- readonly moduleVersion: "0.1.0";
395
+ readonly moduleVersion: "0.1.1";
396
396
  readonly ok: false;
397
397
  readonly status: "ACTION_REQUIRED";
398
398
  readonly actionRequired: {
@@ -408,7 +408,7 @@ export declare const behaviorAdapter: {
408
408
  ok: true;
409
409
  status: "SUCCEEDED";
410
410
  moduleRef: "agent-gateway";
411
- moduleVersion: "0.1.0";
411
+ moduleVersion: "0.1.1";
412
412
  data: {
413
413
  host: string;
414
414
  port: number;
@@ -416,7 +416,7 @@ export declare const behaviorAdapter: {
416
416
  } | {
417
417
  contract: "deployment.result.v1";
418
418
  moduleRef: "agent-gateway";
419
- moduleVersion: "0.1.0";
419
+ moduleVersion: "0.1.1";
420
420
  status: "ACTION_REQUIRED";
421
421
  ok: boolean;
422
422
  actionRequired: {
@@ -3,7 +3,7 @@ export declare const descriptor: {
3
3
  readonly contractVersion: "1.0.0";
4
4
  readonly moduleRef: "agent-gateway";
5
5
  readonly packageName: "@tomflow/proflow-agent-gateway";
6
- readonly moduleVersion: "0.1.0";
6
+ readonly moduleVersion: "0.1.1";
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: "agent-gateway",
5
5
  packageName: "@tomflow/proflow-agent-gateway",
6
- moduleVersion: "0.1.0",
6
+ moduleVersion: "0.1.1",
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-agent-gateway",
3
- "version": "0.1.0",
3
+ "version": "0.1.1",
4
4
  "type": "module",
5
5
  "publishConfig": {
6
6
  "access": "public"
@@ -26,12 +26,12 @@
26
26
  },
27
27
  "devDependencies": {
28
28
  "@tomflow/proflow-agent-runtime": "^0.1.0",
29
- "@tomflow/proflow-deployment-conformance": "^0.1.0",
29
+ "@tomflow/proflow-deployment-conformance": "^0.1.1",
30
30
  "@tomflow/proflow-module-contract": "^0.1.0",
31
- "@tomflow/proflow-execution-browser-extension": "^0.1.0",
32
- "@tomflow/proflow-platform-host": "^0.1.0",
31
+ "@tomflow/proflow-platform-host": "^0.1.1",
32
+ "@tomflow/proflow-execution-local": "^0.1.1",
33
33
  "@tomflow/proflow-execution-runtime": "^0.1.0",
34
- "@tomflow/proflow-execution-local": "^0.1.0",
34
+ "@tomflow/proflow-execution-browser-extension": "^0.1.1",
35
35
  "@tomflow/proflow-task-migration-runner": "^0.1.0",
36
36
  "@tomflow/proflow-task-orchestration": "^0.1.0",
37
37
  "@tomflow/proflow-task-store-sqlite": "^0.1.0"
@@ -48,9 +48,10 @@
48
48
  "descriptor": "./dist/deployment/descriptor.js",
49
49
  "installRequires": [
50
50
  "@tomflow/proflow-agent-runtime",
51
- "@tomflow/proflow-task-orchestration",
51
+ "@tomflow/proflow-dev-tunnel",
52
52
  "@tomflow/proflow-execution-runtime",
53
- "@tomflow/proflow-platform-host"
53
+ "@tomflow/proflow-platform-host",
54
+ "@tomflow/proflow-task-orchestration"
54
55
  ],
55
56
  "manifest": "./proflow.module.json"
56
57
  },
@@ -3,7 +3,7 @@
3
3
  "contractVersion": "1.0.0",
4
4
  "moduleRef": "agent-gateway",
5
5
  "packageName": "@tomflow/proflow-agent-gateway",
6
- "moduleVersion": "0.1.0",
6
+ "moduleVersion": "0.1.1",
7
7
  "kind": "service",
8
8
  "templateVersion": "1.0.0",
9
9
  "platformCompatibility": ">=1.0.0 <2.0.0",