@tomflow/proflow-agent-gateway 0.1.2 → 0.1.3

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 CHANGED
@@ -1,5 +1,11 @@
1
1
  # @tomflow/proflow-agent-gateway
2
2
 
3
+ ## 0.1.3
4
+
5
+ ### Patch Changes
6
+
7
+ - Real-1 final remediation and black-box release closure
8
+
3
9
  ## 0.1.2
4
10
 
5
11
  ### Patch Changes
@@ -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.2";
23
+ readonly moduleVersion: "0.1.3";
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.2";
33
+ readonly moduleVersion: "0.1.3";
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.2";
41
+ readonly moduleVersion: "0.1.3";
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.2";
53
+ moduleVersion: "0.1.3";
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.2";
63
+ moduleVersion: "0.1.3";
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.2";
85
+ moduleVersion: "0.1.3";
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.2";
94
+ moduleVersion: "0.1.3";
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.2";
109
+ moduleVersion: "0.1.3";
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.2";
130
+ readonly moduleVersion: "0.1.3";
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.2";
140
+ moduleVersion: "0.1.3";
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.2";
148
+ moduleVersion: "0.1.3";
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.2";
164
+ readonly moduleVersion: "0.1.3";
165
165
  } | {
166
166
  readonly contract: "deployment.result.v1";
167
167
  readonly moduleRef: "agent-gateway";
168
- readonly moduleVersion: "0.1.2";
168
+ readonly moduleVersion: "0.1.3";
169
169
  readonly ok: false;
170
170
  readonly status: "ACTION_REQUIRED";
171
171
  readonly actionRequired: {
@@ -181,17 +181,7 @@ 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.2";
185
- } | {
186
- readonly contract: "deployment.result.v1";
187
- readonly moduleRef: "agent-gateway";
188
- readonly moduleVersion: "0.1.2";
189
- readonly ok: false;
190
- readonly status: "ACTION_REQUIRED";
191
- readonly actionRequired: {
192
- readonly action: "compose-gateway";
193
- readonly description: "Provide owner ports and process configuration";
194
- };
184
+ readonly moduleVersion: "0.1.3";
195
185
  };
196
186
  observedEffects: string[];
197
187
  }>;
@@ -201,7 +191,7 @@ export declare function createBehaviorAdapter(service?: GatewayProcess): {
201
191
  ok: true;
202
192
  status: "SUCCEEDED";
203
193
  moduleRef: "agent-gateway";
204
- moduleVersion: "0.1.2";
194
+ moduleVersion: "0.1.3";
205
195
  data: {
206
196
  host: string;
207
197
  port: number;
@@ -209,7 +199,7 @@ export declare function createBehaviorAdapter(service?: GatewayProcess): {
209
199
  } | {
210
200
  contract: "deployment.result.v1";
211
201
  moduleRef: "agent-gateway";
212
- moduleVersion: "0.1.2";
202
+ moduleVersion: "0.1.3";
213
203
  status: "ACTION_REQUIRED";
214
204
  ok: boolean;
215
205
  actionRequired: {
@@ -227,7 +217,7 @@ export declare const behaviorAdapter: {
227
217
  readonly ok: true;
228
218
  readonly status: "SUCCEEDED";
229
219
  readonly moduleRef: "agent-gateway";
230
- readonly moduleVersion: "0.1.2";
220
+ readonly moduleVersion: "0.1.3";
231
221
  };
232
222
  observedEffects: never[];
233
223
  };
@@ -237,7 +227,7 @@ export declare const behaviorAdapter: {
237
227
  readonly ok: true;
238
228
  readonly status: "SUCCEEDED";
239
229
  readonly moduleRef: "agent-gateway";
240
- readonly moduleVersion: "0.1.2";
230
+ readonly moduleVersion: "0.1.3";
241
231
  };
242
232
  observedEffects: never[];
243
233
  };
@@ -245,7 +235,7 @@ export declare const behaviorAdapter: {
245
235
  result: {
246
236
  readonly contract: "deployment.result.v1";
247
237
  readonly moduleRef: "agent-gateway";
248
- readonly moduleVersion: "0.1.2";
238
+ readonly moduleVersion: "0.1.3";
249
239
  readonly ok: false;
250
240
  readonly status: "ACTION_REQUIRED";
251
241
  readonly actionRequired: {
@@ -257,7 +247,7 @@ export declare const behaviorAdapter: {
257
247
  ok: true;
258
248
  status: "SUCCEEDED";
259
249
  moduleRef: "agent-gateway";
260
- moduleVersion: "0.1.2";
250
+ moduleVersion: "0.1.3";
261
251
  data: unknown;
262
252
  checks: {
263
253
  id: string;
@@ -267,7 +257,7 @@ export declare const behaviorAdapter: {
267
257
  } | {
268
258
  contract: "deployment.result.v1";
269
259
  moduleRef: "agent-gateway";
270
- moduleVersion: "0.1.2";
260
+ moduleVersion: "0.1.3";
271
261
  ok: false;
272
262
  status: "ACTION_REQUIRED";
273
263
  actionRequired: {
@@ -289,7 +279,7 @@ export declare const behaviorAdapter: {
289
279
  ok: true;
290
280
  status: "SUCCEEDED";
291
281
  moduleRef: "agent-gateway";
292
- moduleVersion: "0.1.2";
282
+ moduleVersion: "0.1.3";
293
283
  checks: {
294
284
  id: string;
295
285
  status: "FAIL" | "PASS";
@@ -298,7 +288,7 @@ export declare const behaviorAdapter: {
298
288
  } | {
299
289
  contract: "deployment.result.v1";
300
290
  moduleRef: "agent-gateway";
301
- moduleVersion: "0.1.2";
291
+ moduleVersion: "0.1.3";
302
292
  ok: false;
303
293
  status: "ACTION_REQUIRED";
304
294
  actionRequired: {
@@ -313,7 +303,7 @@ export declare const behaviorAdapter: {
313
303
  } | {
314
304
  contract: "deployment.result.v1";
315
305
  moduleRef: "agent-gateway";
316
- moduleVersion: "0.1.2";
306
+ moduleVersion: "0.1.3";
317
307
  ok: false;
318
308
  status: "ACTION_REQUIRED";
319
309
  actionRequired: {
@@ -334,7 +324,7 @@ export declare const behaviorAdapter: {
334
324
  readonly ok: true;
335
325
  readonly status: "SUCCEEDED";
336
326
  readonly moduleRef: "agent-gateway";
337
- readonly moduleVersion: "0.1.2";
327
+ readonly moduleVersion: "0.1.3";
338
328
  };
339
329
  observedEffects: never[];
340
330
  };
@@ -344,7 +334,7 @@ export declare const behaviorAdapter: {
344
334
  ok: true;
345
335
  status: "SUCCEEDED";
346
336
  moduleRef: "agent-gateway";
347
- moduleVersion: "0.1.2";
337
+ moduleVersion: "0.1.3";
348
338
  data: {
349
339
  host: string;
350
340
  port: number;
@@ -352,7 +342,7 @@ export declare const behaviorAdapter: {
352
342
  } | {
353
343
  contract: "deployment.result.v1";
354
344
  moduleRef: "agent-gateway";
355
- moduleVersion: "0.1.2";
345
+ moduleVersion: "0.1.3";
356
346
  status: "ACTION_REQUIRED";
357
347
  ok: boolean;
358
348
  actionRequired: {
@@ -368,11 +358,11 @@ export declare const behaviorAdapter: {
368
358
  readonly ok: true;
369
359
  readonly status: "SUCCEEDED";
370
360
  readonly moduleRef: "agent-gateway";
371
- readonly moduleVersion: "0.1.2";
361
+ readonly moduleVersion: "0.1.3";
372
362
  } | {
373
363
  readonly contract: "deployment.result.v1";
374
364
  readonly moduleRef: "agent-gateway";
375
- readonly moduleVersion: "0.1.2";
365
+ readonly moduleVersion: "0.1.3";
376
366
  readonly ok: false;
377
367
  readonly status: "ACTION_REQUIRED";
378
368
  readonly actionRequired: {
@@ -388,17 +378,7 @@ export declare const behaviorAdapter: {
388
378
  readonly ok: true;
389
379
  readonly status: "SUCCEEDED";
390
380
  readonly moduleRef: "agent-gateway";
391
- readonly moduleVersion: "0.1.2";
392
- } | {
393
- readonly contract: "deployment.result.v1";
394
- readonly moduleRef: "agent-gateway";
395
- readonly moduleVersion: "0.1.2";
396
- readonly ok: false;
397
- readonly status: "ACTION_REQUIRED";
398
- readonly actionRequired: {
399
- readonly action: "compose-gateway";
400
- readonly description: "Provide owner ports and process configuration";
401
- };
381
+ readonly moduleVersion: "0.1.3";
402
382
  };
403
383
  observedEffects: string[];
404
384
  }>;
@@ -408,7 +388,7 @@ export declare const behaviorAdapter: {
408
388
  ok: true;
409
389
  status: "SUCCEEDED";
410
390
  moduleRef: "agent-gateway";
411
- moduleVersion: "0.1.2";
391
+ moduleVersion: "0.1.3";
412
392
  data: {
413
393
  host: string;
414
394
  port: number;
@@ -416,7 +396,7 @@ export declare const behaviorAdapter: {
416
396
  } | {
417
397
  contract: "deployment.result.v1";
418
398
  moduleRef: "agent-gateway";
419
- moduleVersion: "0.1.2";
399
+ moduleVersion: "0.1.3";
420
400
  status: "ACTION_REQUIRED";
421
401
  ok: boolean;
422
402
  actionRequired: {
@@ -110,7 +110,10 @@ export function createBehaviorAdapter(service) {
110
110
  if (service)
111
111
  await service.stop();
112
112
  return {
113
- result: service ? base : unbound,
113
+ // Uninstall is idempotent: an unbound service means there is no
114
+ // process to stop before package removal. Runtime readiness still
115
+ // fails closed in status/start/verify.
116
+ result: base,
114
117
  observedEffects: service ? ["Manage the declared service process"] : [],
115
118
  };
116
119
  },
@@ -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.2";
6
+ readonly moduleVersion: "0.1.3";
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.2",
6
+ moduleVersion: "0.1.3",
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.2",
3
+ "version": "0.1.3",
4
4
  "type": "module",
5
5
  "publishConfig": {
6
6
  "access": "public"
@@ -25,16 +25,16 @@
25
25
  "zod": "4.1.12"
26
26
  },
27
27
  "devDependencies": {
28
+ "@tomflow/proflow-agent-runtime": "^0.1.1",
29
+ "@tomflow/proflow-task-store-sqlite": "^0.1.2",
30
+ "@tomflow/proflow-deployment-conformance": "^0.1.2",
31
+ "@tomflow/proflow-execution-browser-extension": "^0.1.3",
28
32
  "@tomflow/proflow-module-contract": "^0.1.1",
29
- "@tomflow/proflow-execution-local": "^0.1.2",
30
- "@tomflow/proflow-platform-host": "^0.1.2",
33
+ "@tomflow/proflow-task-migration-runner": "^0.1.2",
34
+ "@tomflow/proflow-execution-runtime": "^0.1.2",
31
35
  "@tomflow/proflow-task-orchestration": "^0.1.1",
32
- "@tomflow/proflow-task-migration-runner": "^0.1.1",
33
- "@tomflow/proflow-task-store-sqlite": "^0.1.1",
34
- "@tomflow/proflow-execution-browser-extension": "^0.1.2",
35
- "@tomflow/proflow-deployment-conformance": "^0.1.2",
36
- "@tomflow/proflow-execution-runtime": "^0.1.1",
37
- "@tomflow/proflow-agent-runtime": "^0.1.1"
36
+ "@tomflow/proflow-platform-host": "^0.1.3",
37
+ "@tomflow/proflow-execution-local": "^0.1.3"
38
38
  },
39
39
  "description": "The sole Custom GPT Actions HTTP ingress and OpenAI transport anti-corruption layer.",
40
40
  "keywords": [
@@ -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.2",
6
+ "moduleVersion": "0.1.3",
7
7
  "kind": "service",
8
8
  "templateVersion": "1.0.0",
9
9
  "platformCompatibility": ">=1.0.0 <2.0.0",