@tomflow/proflow-agent-gateway 0.1.12 → 0.1.13
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 +6 -0
- package/SETUP.md +4 -2
- package/dist/deployment/adapter.d.ts +11 -11
- package/dist/deployment/descriptor.d.ts +1 -1
- package/dist/deployment/descriptor.js +1 -1
- package/package.json +11 -11
- package/proflow.module.json +1 -1
package/CHANGELOG.md
CHANGED
package/SETUP.md
CHANGED
|
@@ -2,10 +2,10 @@
|
|
|
2
2
|
|
|
3
3
|
## STEP-AGENT-GATEWAY-01 — 准备公开入口
|
|
4
4
|
|
|
5
|
-
Responsible:
|
|
5
|
+
Responsible: AI
|
|
6
6
|
Interactive executable: `platform setup --module dev-tunnel`
|
|
7
7
|
Non-interactive executable: `platform setup --module dev-tunnel`
|
|
8
|
-
Required inputs:
|
|
8
|
+
Required inputs: none;`publicBaseUrl` 必须由 `dev-tunnel` shared facts 自动提供,禁止用户复制 Tunnel ID、端口或 URL
|
|
9
9
|
Verify: `platform status`
|
|
10
10
|
Success condition: `dev-tunnel.setupStatus=READY`.
|
|
11
11
|
|
|
@@ -17,3 +17,5 @@ Non-interactive executable: `platform setup --module platform-host`
|
|
|
17
17
|
Required inputs: none
|
|
18
18
|
Verify: `platform status`
|
|
19
19
|
Success condition: `platform-host.setupStatus=READY`.
|
|
20
|
+
|
|
21
|
+
本模块只重新观察 `dev-tunnel` 与 `platform-host` 的 producer-owned shared facts;依赖未就绪时返回 `BLOCKED`,不把内部 endpoint、state path 或 credential path 暴露为人工配置。
|
|
@@ -6,7 +6,7 @@ export declare const behaviorAdapter: {
|
|
|
6
6
|
ok: true;
|
|
7
7
|
status: "SUCCEEDED";
|
|
8
8
|
moduleRef: "agent-gateway";
|
|
9
|
-
moduleVersion: "0.1.
|
|
9
|
+
moduleVersion: "0.1.13";
|
|
10
10
|
data: {
|
|
11
11
|
localBaseUrl: string;
|
|
12
12
|
publicBaseUrl?: string;
|
|
@@ -20,7 +20,7 @@ export declare const behaviorAdapter: {
|
|
|
20
20
|
readonly ok: true;
|
|
21
21
|
readonly status: "SUCCEEDED";
|
|
22
22
|
readonly moduleRef: "agent-gateway";
|
|
23
|
-
readonly moduleVersion: "0.1.
|
|
23
|
+
readonly moduleVersion: "0.1.13";
|
|
24
24
|
};
|
|
25
25
|
observedEffects: string[];
|
|
26
26
|
}>;
|
|
@@ -30,7 +30,7 @@ export declare const behaviorAdapter: {
|
|
|
30
30
|
ok: true;
|
|
31
31
|
status: "SUCCEEDED";
|
|
32
32
|
moduleRef: "agent-gateway";
|
|
33
|
-
moduleVersion: "0.1.
|
|
33
|
+
moduleVersion: "0.1.13";
|
|
34
34
|
data: {
|
|
35
35
|
setupStatus: "BLOCKED" | "READY";
|
|
36
36
|
runtimeStatus: "RUNNING" | "STOPPED";
|
|
@@ -51,11 +51,11 @@ export declare const behaviorAdapter: {
|
|
|
51
51
|
readonly ok: true;
|
|
52
52
|
readonly status: "SUCCEEDED";
|
|
53
53
|
readonly moduleRef: "agent-gateway";
|
|
54
|
-
readonly moduleVersion: "0.1.
|
|
54
|
+
readonly moduleVersion: "0.1.13";
|
|
55
55
|
} | {
|
|
56
56
|
contract: "deployment.result.v1";
|
|
57
57
|
moduleRef: "agent-gateway";
|
|
58
|
-
moduleVersion: "0.1.
|
|
58
|
+
moduleVersion: "0.1.13";
|
|
59
59
|
ok: false;
|
|
60
60
|
status: "FAILED";
|
|
61
61
|
error: {
|
|
@@ -103,7 +103,7 @@ export declare const behaviorAdapter: {
|
|
|
103
103
|
ok: true;
|
|
104
104
|
status: "SUCCEEDED";
|
|
105
105
|
moduleRef: "agent-gateway";
|
|
106
|
-
moduleVersion: "0.1.
|
|
106
|
+
moduleVersion: "0.1.13";
|
|
107
107
|
data: {
|
|
108
108
|
docs: string;
|
|
109
109
|
};
|
|
@@ -116,7 +116,7 @@ export declare const behaviorAdapter: {
|
|
|
116
116
|
ok: true;
|
|
117
117
|
status: "SUCCEEDED";
|
|
118
118
|
moduleRef: "agent-gateway";
|
|
119
|
-
moduleVersion: "0.1.
|
|
119
|
+
moduleVersion: "0.1.13";
|
|
120
120
|
data: {
|
|
121
121
|
host: string;
|
|
122
122
|
port: number;
|
|
@@ -127,7 +127,7 @@ export declare const behaviorAdapter: {
|
|
|
127
127
|
result: {
|
|
128
128
|
contract: "deployment.result.v1";
|
|
129
129
|
moduleRef: "agent-gateway";
|
|
130
|
-
moduleVersion: "0.1.
|
|
130
|
+
moduleVersion: "0.1.13";
|
|
131
131
|
ok: false;
|
|
132
132
|
status: "FAILED";
|
|
133
133
|
error: {
|
|
@@ -144,7 +144,7 @@ export declare const behaviorAdapter: {
|
|
|
144
144
|
readonly ok: true;
|
|
145
145
|
readonly status: "SUCCEEDED";
|
|
146
146
|
readonly moduleRef: "agent-gateway";
|
|
147
|
-
readonly moduleVersion: "0.1.
|
|
147
|
+
readonly moduleVersion: "0.1.13";
|
|
148
148
|
};
|
|
149
149
|
observedEffects: string[];
|
|
150
150
|
} | {
|
|
@@ -153,11 +153,11 @@ export declare const behaviorAdapter: {
|
|
|
153
153
|
readonly ok: true;
|
|
154
154
|
readonly status: "SUCCEEDED";
|
|
155
155
|
readonly moduleRef: "agent-gateway";
|
|
156
|
-
readonly moduleVersion: "0.1.
|
|
156
|
+
readonly moduleVersion: "0.1.13";
|
|
157
157
|
} | {
|
|
158
158
|
contract: "deployment.result.v1";
|
|
159
159
|
moduleRef: "agent-gateway";
|
|
160
|
-
moduleVersion: "0.1.
|
|
160
|
+
moduleVersion: "0.1.13";
|
|
161
161
|
ok: false;
|
|
162
162
|
status: "FAILED";
|
|
163
163
|
error: {
|
|
@@ -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.
|
|
6
|
+
readonly moduleVersion: "0.1.13";
|
|
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.
|
|
6
|
+
moduleVersion: "0.1.13",
|
|
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.
|
|
3
|
+
"version": "0.1.13",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"publishConfig": {
|
|
6
6
|
"access": "public"
|
|
@@ -25,18 +25,18 @@
|
|
|
25
25
|
],
|
|
26
26
|
"dependencies": {
|
|
27
27
|
"zod": "4.1.12",
|
|
28
|
-
"@tomflow/proflow-module-contract": "^0.1.
|
|
28
|
+
"@tomflow/proflow-module-contract": "^0.1.13"
|
|
29
29
|
},
|
|
30
30
|
"devDependencies": {
|
|
31
|
-
"@tomflow/proflow-
|
|
32
|
-
"@tomflow/proflow-execution-browser-extension": "^0.1.
|
|
33
|
-
"@tomflow/proflow-
|
|
34
|
-
"@tomflow/proflow-
|
|
35
|
-
"@tomflow/proflow-
|
|
36
|
-
"@tomflow/proflow-
|
|
37
|
-
"@tomflow/proflow-
|
|
38
|
-
"@tomflow/proflow-task-
|
|
39
|
-
"@tomflow/proflow-
|
|
31
|
+
"@tomflow/proflow-deployment-conformance": "^0.1.11",
|
|
32
|
+
"@tomflow/proflow-execution-browser-extension": "^0.1.13",
|
|
33
|
+
"@tomflow/proflow-agent-runtime": "^0.1.10",
|
|
34
|
+
"@tomflow/proflow-task-migration-runner": "^0.1.11",
|
|
35
|
+
"@tomflow/proflow-execution-local": "^0.1.12",
|
|
36
|
+
"@tomflow/proflow-platform-host": "^0.1.13",
|
|
37
|
+
"@tomflow/proflow-execution-runtime": "^0.1.14",
|
|
38
|
+
"@tomflow/proflow-task-orchestration": "^0.1.9",
|
|
39
|
+
"@tomflow/proflow-task-store-sqlite": "^0.1.11"
|
|
40
40
|
},
|
|
41
41
|
"description": "The sole Custom GPT Actions HTTP ingress and OpenAI transport anti-corruption layer.",
|
|
42
42
|
"keywords": [
|
package/proflow.module.json
CHANGED