@tomflow/proflow-agent-gateway 0.1.9 → 0.1.10

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.10
4
+
5
+ ### Patch Changes
6
+
7
+ - Improve terminal progress and localized status output, publish readable Chinese module docs, and add guided setup assistants for external resources.
8
+
3
9
  ## 0.1.9
4
10
 
5
11
  ### Patch Changes
package/DOCS.md CHANGED
@@ -1,29 +1,14 @@
1
- # @tomflow/proflow-agent-gateway — Module Docs
1
+ # agent-gateway
2
2
 
3
- Module ref: `agent-gateway`
4
- Domain: `agent-runtime-collaboration`
5
- Kind: `service`
3
+ Agent Gateway(智能体网关)是 Custom GPT Actions 的公网入口。它校验角色身份、请求格式和权限,再把请求转发给 ProFlow 内部服务。
6
4
 
7
- The sole Custom GPT Actions HTTP ingress and OpenAI transport anti-corruption layer.
5
+ ## 什么时候需要
8
6
 
9
- ## Standard management surface
7
+ Custom GPT 需要调用 ProFlow 的任务、协作或执行能力时,必须启动该服务。
10
8
 
11
- `install / uninstall / status / setup / docs / start / stop`
9
+ ## 使用前提
12
10
 
13
- ## Provides
11
+ - Platform Host(平台主服务)已经就绪。
12
+ - Dev Tunnel(开发隧道)已经提供可公开访问的 HTTPS 地址。
14
13
 
15
- - `custom-gpt-actions-gateway` `1.0.0`
16
-
17
- ## Requires
18
-
19
- - `agent-runtime` `>=1.0.0 <2.0.0`
20
- - `task-orchestration` `>=1.0.0 <2.0.0`
21
- - `execution` `>=1.0.0 <2.0.0`
22
-
23
- ## Public setup inputs
24
-
25
- - None. Deterministic/private values and cross-Module shared facts are not public configuration.
26
-
27
- ## Ownership boundary
28
-
29
- Module business APIs and any module-specific extra commands remain package-owned. Platform does not proxy or interpret them. Current human/external preparation is documented in `SETUP.md`.
14
+ 网关不保存业务数据;配置完成后使用 `platform start` 统一启动。
@@ -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";
9
+ moduleVersion: "0.1.10";
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.9";
23
+ readonly moduleVersion: "0.1.10";
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.9";
33
+ moduleVersion: "0.1.10";
34
34
  data: {
35
35
  setupStatus: "FAILED" | "READY";
36
36
  runtimeStatus: "RUNNING" | "STOPPED";
@@ -44,11 +44,11 @@ export declare const behaviorAdapter: {
44
44
  readonly ok: true;
45
45
  readonly status: "SUCCEEDED";
46
46
  readonly moduleRef: "agent-gateway";
47
- readonly moduleVersion: "0.1.9";
47
+ readonly moduleVersion: "0.1.10";
48
48
  } | {
49
49
  contract: "deployment.result.v1";
50
50
  moduleRef: "agent-gateway";
51
- moduleVersion: "0.1.9";
51
+ moduleVersion: "0.1.10";
52
52
  ok: false;
53
53
  status: "FAILED";
54
54
  error: {
@@ -81,7 +81,7 @@ export declare const behaviorAdapter: {
81
81
  ok: true;
82
82
  status: "SUCCEEDED";
83
83
  moduleRef: "agent-gateway";
84
- moduleVersion: "0.1.9";
84
+ moduleVersion: "0.1.10";
85
85
  data: {
86
86
  docs: string;
87
87
  };
@@ -94,7 +94,7 @@ export declare const behaviorAdapter: {
94
94
  ok: true;
95
95
  status: "SUCCEEDED";
96
96
  moduleRef: "agent-gateway";
97
- moduleVersion: "0.1.9";
97
+ moduleVersion: "0.1.10";
98
98
  data: {
99
99
  host: string;
100
100
  port: number;
@@ -105,7 +105,7 @@ export declare const behaviorAdapter: {
105
105
  result: {
106
106
  contract: "deployment.result.v1";
107
107
  moduleRef: "agent-gateway";
108
- moduleVersion: "0.1.9";
108
+ moduleVersion: "0.1.10";
109
109
  ok: false;
110
110
  status: "FAILED";
111
111
  error: {
@@ -122,7 +122,7 @@ export declare const behaviorAdapter: {
122
122
  readonly ok: true;
123
123
  readonly status: "SUCCEEDED";
124
124
  readonly moduleRef: "agent-gateway";
125
- readonly moduleVersion: "0.1.9";
125
+ readonly moduleVersion: "0.1.10";
126
126
  };
127
127
  observedEffects: string[];
128
128
  } | {
@@ -131,11 +131,11 @@ export declare const behaviorAdapter: {
131
131
  readonly ok: true;
132
132
  readonly status: "SUCCEEDED";
133
133
  readonly moduleRef: "agent-gateway";
134
- readonly moduleVersion: "0.1.9";
134
+ readonly moduleVersion: "0.1.10";
135
135
  } | {
136
136
  contract: "deployment.result.v1";
137
137
  moduleRef: "agent-gateway";
138
- moduleVersion: "0.1.9";
138
+ moduleVersion: "0.1.10";
139
139
  ok: false;
140
140
  status: "FAILED";
141
141
  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.9";
6
+ readonly moduleVersion: "0.1.10";
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.9",
6
+ moduleVersion: "0.1.10",
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.9",
3
+ "version": "0.1.10",
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.9"
28
+ "@tomflow/proflow-module-contract": "^0.1.10"
29
29
  },
30
30
  "devDependencies": {
31
- "@tomflow/proflow-agent-runtime": "^0.1.7",
32
- "@tomflow/proflow-execution-local": "^0.1.8",
33
- "@tomflow/proflow-execution-browser-extension": "^0.1.8",
34
- "@tomflow/proflow-execution-runtime": "^0.1.10",
35
- "@tomflow/proflow-task-migration-runner": "^0.1.7",
36
- "@tomflow/proflow-deployment-conformance": "^0.1.7",
37
- "@tomflow/proflow-task-orchestration": "^0.1.6",
38
- "@tomflow/proflow-platform-host": "^0.1.9",
39
- "@tomflow/proflow-task-store-sqlite": "^0.1.7"
31
+ "@tomflow/proflow-agent-runtime": "^0.1.8",
32
+ "@tomflow/proflow-deployment-conformance": "^0.1.8",
33
+ "@tomflow/proflow-execution-browser-extension": "^0.1.9",
34
+ "@tomflow/proflow-execution-runtime": "^0.1.11",
35
+ "@tomflow/proflow-platform-host": "^0.1.10",
36
+ "@tomflow/proflow-task-orchestration": "^0.1.7",
37
+ "@tomflow/proflow-task-migration-runner": "^0.1.8",
38
+ "@tomflow/proflow-execution-local": "^0.1.9",
39
+ "@tomflow/proflow-task-store-sqlite": "^0.1.8"
40
40
  },
41
41
  "description": "The sole Custom GPT Actions HTTP ingress and OpenAI transport anti-corruption layer.",
42
42
  "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.9",
6
+ "moduleVersion": "0.1.10",
7
7
  "kind": "service",
8
8
  "templateVersion": "1.0.0",
9
9
  "platformCompatibility": ">=1.0.0 <2.0.0",