@stigmer/protos 1.0.4 → 2.0.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/ai/stigmer/activity/v1/io_pb.d.ts +109 -0
- package/ai/stigmer/activity/v1/io_pb.js +25 -0
- package/ai/stigmer/activity/v1/io_pb.js.map +1 -0
- package/ai/stigmer/activity/v1/query_connect.d.ts +39 -0
- package/ai/stigmer/activity/v1/query_connect.js +46 -0
- package/ai/stigmer/activity/v1/query_connect.js.map +1 -0
- package/ai/stigmer/activity/v1/query_pb.d.ts +41 -0
- package/ai/stigmer/activity/v1/query_pb.js +28 -0
- package/ai/stigmer/activity/v1/query_pb.js.map +1 -0
- package/ai/stigmer/agentic/agent/v1/version_pb.d.ts +214 -0
- package/ai/stigmer/agentic/agent/v1/version_pb.js +43 -0
- package/ai/stigmer/agentic/agent/v1/version_pb.js.map +1 -0
- package/ai/stigmer/agentic/agentexecution/v1/api_pb.d.ts +20 -15
- package/ai/stigmer/agentic/agentexecution/v1/api_pb.js +2 -1
- package/ai/stigmer/agentic/agentexecution/v1/api_pb.js.map +1 -1
- package/ai/stigmer/agentic/agentexecution/v1/io_pb.d.ts +14 -0
- package/ai/stigmer/agentic/agentexecution/v1/io_pb.js +1 -1
- package/ai/stigmer/agentic/agentexecution/v1/io_pb.js.map +1 -1
- package/ai/stigmer/agentic/agentexecution/v1/spec_pb.d.ts +50 -9
- package/ai/stigmer/agentic/agentexecution/v1/spec_pb.js +2 -1
- package/ai/stigmer/agentic/agentexecution/v1/spec_pb.js.map +1 -1
- package/ai/stigmer/agentic/agentexecution/v1/usage_pb.d.ts +26 -7
- package/ai/stigmer/agentic/agentexecution/v1/usage_pb.js +4 -4
- package/ai/stigmer/agentic/agentexecution/v1/usage_pb.js.map +1 -1
- package/ai/stigmer/agentic/agentinstance/v1/command_connect.d.ts +27 -0
- package/ai/stigmer/agentic/agentinstance/v1/command_connect.js +28 -0
- package/ai/stigmer/agentic/agentinstance/v1/command_connect.js.map +1 -1
- package/ai/stigmer/agentic/agentinstance/v1/command_pb.d.ts +27 -0
- package/ai/stigmer/agentic/agentinstance/v1/command_pb.js +2 -1
- package/ai/stigmer/agentic/agentinstance/v1/command_pb.js.map +1 -1
- package/ai/stigmer/agentic/executioncontext/v1/spec_pb.d.ts +3 -1
- package/ai/stigmer/agentic/executioncontext/v1/spec_pb.js +1 -1
- package/ai/stigmer/agentic/executioncontext/v1/spec_pb.js.map +1 -1
- package/ai/stigmer/agentic/session/v1/enum_pb.d.ts +50 -0
- package/ai/stigmer/agentic/session/v1/enum_pb.js +53 -2
- package/ai/stigmer/agentic/session/v1/enum_pb.js.map +1 -1
- package/ai/stigmer/agentic/session/v1/spec_pb.d.ts +37 -35
- package/ai/stigmer/agentic/session/v1/spec_pb.js +1 -1
- package/ai/stigmer/agentic/session/v1/spec_pb.js.map +1 -1
- package/ai/stigmer/agentic/workflow/v1/command_connect.d.ts +44 -0
- package/ai/stigmer/agentic/workflow/v1/command_connect.js +46 -0
- package/ai/stigmer/agentic/workflow/v1/command_connect.js.map +1 -1
- package/ai/stigmer/agentic/workflow/v1/command_pb.d.ts +44 -0
- package/ai/stigmer/agentic/workflow/v1/command_pb.js +3 -1
- package/ai/stigmer/agentic/workflow/v1/command_pb.js.map +1 -1
- package/ai/stigmer/agentic/workflow/v1/query_connect.d.ts +46 -2
- package/ai/stigmer/agentic/workflow/v1/query_connect.js +47 -2
- package/ai/stigmer/agentic/workflow/v1/query_connect.js.map +1 -1
- package/ai/stigmer/agentic/workflow/v1/query_pb.d.ts +45 -2
- package/ai/stigmer/agentic/workflow/v1/query_pb.js +2 -1
- package/ai/stigmer/agentic/workflow/v1/query_pb.js.map +1 -1
- package/ai/stigmer/agentic/workflow/v1/status_pb.d.ts +22 -0
- package/ai/stigmer/agentic/workflow/v1/status_pb.js +1 -1
- package/ai/stigmer/agentic/workflow/v1/status_pb.js.map +1 -1
- package/ai/stigmer/agentic/workflow/v1/version_pb.d.ts +281 -0
- package/ai/stigmer/agentic/workflow/v1/version_pb.js +42 -0
- package/ai/stigmer/agentic/workflow/v1/version_pb.js.map +1 -0
- package/ai/stigmer/agentic/workflowexecution/v1/api_pb.d.ts +32 -4
- package/ai/stigmer/agentic/workflowexecution/v1/api_pb.js +1 -1
- package/ai/stigmer/agentic/workflowexecution/v1/api_pb.js.map +1 -1
- package/ai/stigmer/agentic/workflowexecution/v1/command_connect.d.ts +44 -25
- package/ai/stigmer/agentic/workflowexecution/v1/command_connect.js +44 -25
- package/ai/stigmer/agentic/workflowexecution/v1/command_connect.js.map +1 -1
- package/ai/stigmer/agentic/workflowexecution/v1/command_pb.d.ts +44 -25
- package/ai/stigmer/agentic/workflowexecution/v1/command_pb.js.map +1 -1
- package/ai/stigmer/agentic/workflowexecution/v1/enum_pb.d.ts +2 -0
- package/ai/stigmer/agentic/workflowexecution/v1/enum_pb.js +2 -0
- package/ai/stigmer/agentic/workflowexecution/v1/enum_pb.js.map +1 -1
- package/ai/stigmer/agentic/workflowexecution/v1/event_pb.d.ts +83 -5
- package/ai/stigmer/agentic/workflowexecution/v1/event_pb.js +13 -8
- package/ai/stigmer/agentic/workflowexecution/v1/event_pb.js.map +1 -1
- package/ai/stigmer/agentic/workflowexecution/v1/io_pb.d.ts +234 -4
- package/ai/stigmer/agentic/workflowexecution/v1/io_pb.js +61 -10
- package/ai/stigmer/agentic/workflowexecution/v1/io_pb.js.map +1 -1
- package/ai/stigmer/agentic/workflowexecution/v1/spec_pb.d.ts +21 -0
- package/ai/stigmer/agentic/workflowexecution/v1/spec_pb.js +2 -1
- package/ai/stigmer/agentic/workflowexecution/v1/spec_pb.js.map +1 -1
- package/ai/stigmer/agentic/workflowinstance/v1/command_connect.d.ts +28 -0
- package/ai/stigmer/agentic/workflowinstance/v1/command_connect.js +29 -0
- package/ai/stigmer/agentic/workflowinstance/v1/command_connect.js.map +1 -1
- package/ai/stigmer/agentic/workflowinstance/v1/command_pb.d.ts +28 -0
- package/ai/stigmer/agentic/workflowinstance/v1/command_pb.js +2 -1
- package/ai/stigmer/agentic/workflowinstance/v1/command_pb.js.map +1 -1
- package/ai/stigmer/billing/v1/enum_pb.d.ts +35 -0
- package/ai/stigmer/billing/v1/enum_pb.js +43 -7
- package/ai/stigmer/billing/v1/enum_pb.js.map +1 -1
- package/ai/stigmer/billing/v1/io_pb.d.ts +13 -1
- package/ai/stigmer/billing/v1/io_pb.js +1 -1
- package/ai/stigmer/billing/v1/io_pb.js.map +1 -1
- package/ai/stigmer/commons/apiresource/apiresourcekind/api_resource_kind_pb.d.ts +0 -6
- package/ai/stigmer/commons/apiresource/apiresourcekind/api_resource_kind_pb.js +1 -7
- package/ai/stigmer/commons/apiresource/apiresourcekind/api_resource_kind_pb.js.map +1 -1
- package/ai/stigmer/commons/apiresource/enum_pb.d.ts +21 -3
- package/ai/stigmer/commons/apiresource/enum_pb.js +21 -3
- package/ai/stigmer/commons/apiresource/enum_pb.js.map +1 -1
- package/ai/stigmer/commons/apiresource/io_pb.d.ts +17 -6
- package/ai/stigmer/commons/apiresource/io_pb.js +1 -1
- package/ai/stigmer/commons/apiresource/io_pb.js.map +1 -1
- package/ai/stigmer/commons/apiresource/metadata_pb.d.ts +24 -0
- package/ai/stigmer/commons/apiresource/metadata_pb.js +1 -1
- package/ai/stigmer/commons/apiresource/metadata_pb.js.map +1 -1
- package/ai/stigmer/iam/invitation/v1/query_connect.d.ts +2 -2
- package/ai/stigmer/iam/invitation/v1/query_connect.js +2 -2
- package/ai/stigmer/iam/invitation/v1/query_pb.d.ts +2 -2
- package/ai/stigmer/iam/invitation/v1/query_pb.js +1 -1
- package/ai/stigmer/tenancy/organization/v1/api_pb.js +1 -1
- package/ai/stigmer/tenancy/organization/v1/api_pb.js.map +1 -1
- package/buf/validate/validate_pb.d.ts +217 -156
- package/buf/validate/validate_pb.js +3 -3
- package/buf/validate/validate_pb.js.map +1 -1
- package/package.json +3 -2
- package/ai/stigmer/agentic/runner/v1/api_pb.d.ts +0 -247
- package/ai/stigmer/agentic/runner/v1/api_pb.js +0 -30
- package/ai/stigmer/agentic/runner/v1/api_pb.js.map +0 -1
- package/ai/stigmer/agentic/runner/v1/command_connect.d.ts +0 -198
- package/ai/stigmer/agentic/runner/v1/command_connect.js +0 -206
- package/ai/stigmer/agentic/runner/v1/command_connect.js.map +0 -1
- package/ai/stigmer/agentic/runner/v1/command_pb.d.ts +0 -193
- package/ai/stigmer/agentic/runner/v1/command_pb.js +0 -34
- package/ai/stigmer/agentic/runner/v1/command_pb.js.map +0 -1
- package/ai/stigmer/agentic/runner/v1/enum_pb.d.ts +0 -83
- package/ai/stigmer/agentic/runner/v1/enum_pb.js +0 -88
- package/ai/stigmer/agentic/runner/v1/enum_pb.js.map +0 -1
- package/ai/stigmer/agentic/runner/v1/io_pb.d.ts +0 -640
- package/ai/stigmer/agentic/runner/v1/io_pb.js +0 -114
- package/ai/stigmer/agentic/runner/v1/io_pb.js.map +0 -1
- package/ai/stigmer/agentic/runner/v1/query_connect.d.ts +0 -64
- package/ai/stigmer/agentic/runner/v1/query_connect.js +0 -73
- package/ai/stigmer/agentic/runner/v1/query_connect.js.map +0 -1
- package/ai/stigmer/agentic/runner/v1/query_pb.d.ts +0 -66
- package/ai/stigmer/agentic/runner/v1/query_pb.js +0 -24
- package/ai/stigmer/agentic/runner/v1/query_pb.js.map +0 -1
- package/ai/stigmer/agentic/runner/v1/spec_pb.d.ts +0 -36
- package/ai/stigmer/agentic/runner/v1/spec_pb.js +0 -14
- package/ai/stigmer/agentic/runner/v1/spec_pb.js.map +0 -1
|
@@ -1,640 +0,0 @@
|
|
|
1
|
-
import type { GenFile, GenMessage } from "@bufbuild/protobuf/codegenv1";
|
|
2
|
-
import type { Runner, RunnerConnectionInfo } from "./api_pb.js";
|
|
3
|
-
import type { RunnerPhase } from "./enum_pb.js";
|
|
4
|
-
import type { PageInfo } from "../../../commons/rpc/pagination_pb.js";
|
|
5
|
-
import type { Timestamp } from "@bufbuild/protobuf/wkt";
|
|
6
|
-
import type { Message } from "@bufbuild/protobuf";
|
|
7
|
-
/**
|
|
8
|
-
* Describes the file ai/stigmer/agentic/runner/v1/io.proto.
|
|
9
|
-
*/
|
|
10
|
-
export declare const file_ai_stigmer_agentic_runner_v1_io: GenFile;
|
|
11
|
-
/**
|
|
12
|
-
* RunnerId wraps a runner identifier.
|
|
13
|
-
*
|
|
14
|
-
* @generated from message ai.stigmer.agentic.runner.v1.RunnerId
|
|
15
|
-
*/
|
|
16
|
-
export type RunnerId = Message<"ai.stigmer.agentic.runner.v1.RunnerId"> & {
|
|
17
|
-
/**
|
|
18
|
-
* Unique identifier of the runner.
|
|
19
|
-
*
|
|
20
|
-
* @generated from field: string value = 1;
|
|
21
|
-
*/
|
|
22
|
-
value: string;
|
|
23
|
-
};
|
|
24
|
-
/**
|
|
25
|
-
* Describes the message ai.stigmer.agentic.runner.v1.RunnerId.
|
|
26
|
-
* Use `create(RunnerIdSchema)` to create a new message.
|
|
27
|
-
*/
|
|
28
|
-
export declare const RunnerIdSchema: GenMessage<RunnerId>;
|
|
29
|
-
/**
|
|
30
|
-
* ListRunnersRequest is the input for listing runners within an organization.
|
|
31
|
-
*
|
|
32
|
-
* @generated from message ai.stigmer.agentic.runner.v1.ListRunnersRequest
|
|
33
|
-
*/
|
|
34
|
-
export type ListRunnersRequest = Message<"ai.stigmer.agentic.runner.v1.ListRunnersRequest"> & {
|
|
35
|
-
/**
|
|
36
|
-
* Organization slug to scope the listing.
|
|
37
|
-
*
|
|
38
|
-
* @generated from field: string org = 1;
|
|
39
|
-
*/
|
|
40
|
-
org: string;
|
|
41
|
-
/**
|
|
42
|
-
* Filter by metadata labels. AND semantics: all labels must match.
|
|
43
|
-
*
|
|
44
|
-
* Common filters:
|
|
45
|
-
* - Exclude system-managed: omit {"stigmer.ai/system-managed": "true"}
|
|
46
|
-
* - Show only system-managed: {"stigmer.ai/system-managed": "true"}
|
|
47
|
-
*
|
|
48
|
-
* @generated from field: map<string, string> labels = 2;
|
|
49
|
-
*/
|
|
50
|
-
labels: {
|
|
51
|
-
[key: string]: string;
|
|
52
|
-
};
|
|
53
|
-
/**
|
|
54
|
-
* Pagination options.
|
|
55
|
-
*
|
|
56
|
-
* @generated from field: ai.stigmer.commons.rpc.PageInfo page_info = 3;
|
|
57
|
-
*/
|
|
58
|
-
pageInfo?: PageInfo;
|
|
59
|
-
};
|
|
60
|
-
/**
|
|
61
|
-
* Describes the message ai.stigmer.agentic.runner.v1.ListRunnersRequest.
|
|
62
|
-
* Use `create(ListRunnersRequestSchema)` to create a new message.
|
|
63
|
-
*/
|
|
64
|
-
export declare const ListRunnersRequestSchema: GenMessage<ListRunnersRequest>;
|
|
65
|
-
/**
|
|
66
|
-
* RunnerList is the response for listing runners.
|
|
67
|
-
*
|
|
68
|
-
* @generated from message ai.stigmer.agentic.runner.v1.RunnerList
|
|
69
|
-
*/
|
|
70
|
-
export type RunnerList = Message<"ai.stigmer.agentic.runner.v1.RunnerList"> & {
|
|
71
|
-
/**
|
|
72
|
-
* Total number of runners matching the query.
|
|
73
|
-
*
|
|
74
|
-
* @generated from field: int32 total_count = 1;
|
|
75
|
-
*/
|
|
76
|
-
totalCount: number;
|
|
77
|
-
/**
|
|
78
|
-
* Runners in the current page.
|
|
79
|
-
*
|
|
80
|
-
* @generated from field: repeated ai.stigmer.agentic.runner.v1.Runner items = 2;
|
|
81
|
-
*/
|
|
82
|
-
items: Runner[];
|
|
83
|
-
};
|
|
84
|
-
/**
|
|
85
|
-
* Describes the message ai.stigmer.agentic.runner.v1.RunnerList.
|
|
86
|
-
* Use `create(RunnerListSchema)` to create a new message.
|
|
87
|
-
*/
|
|
88
|
-
export declare const RunnerListSchema: GenMessage<RunnerList>;
|
|
89
|
-
/**
|
|
90
|
-
* RunnerSendCommandInput is the request for the sendCommand unary RPC.
|
|
91
|
-
*
|
|
92
|
-
* Allows API callers (web UI, CLI) to send a typed command to a connected
|
|
93
|
-
* runner and receive the response synchronously. The server wraps the command
|
|
94
|
-
* in a RunnerCommandRequest with a generated request_id, pushes it to the
|
|
95
|
-
* runner's bidi stream, and returns the runner's response.
|
|
96
|
-
*
|
|
97
|
-
* The command oneof mirrors RunnerCommandRequest.command — callers specify
|
|
98
|
-
* the command directly without dealing with stream protocol details like
|
|
99
|
-
* request_id.
|
|
100
|
-
*
|
|
101
|
-
* @generated from message ai.stigmer.agentic.runner.v1.RunnerSendCommandInput
|
|
102
|
-
*/
|
|
103
|
-
export type RunnerSendCommandInput = Message<"ai.stigmer.agentic.runner.v1.RunnerSendCommandInput"> & {
|
|
104
|
-
/**
|
|
105
|
-
* ID of the runner to send the command to.
|
|
106
|
-
*
|
|
107
|
-
* @generated from field: string runner_id = 1;
|
|
108
|
-
*/
|
|
109
|
-
runnerId: string;
|
|
110
|
-
/**
|
|
111
|
-
* The command to execute on the runner.
|
|
112
|
-
*
|
|
113
|
-
* @generated from oneof ai.stigmer.agentic.runner.v1.RunnerSendCommandInput.command
|
|
114
|
-
*/
|
|
115
|
-
command: {
|
|
116
|
-
/**
|
|
117
|
-
* @generated from field: ai.stigmer.agentic.runner.v1.ListDirectoryRequest list_directory = 2;
|
|
118
|
-
*/
|
|
119
|
-
value: ListDirectoryRequest;
|
|
120
|
-
case: "listDirectory";
|
|
121
|
-
} | {
|
|
122
|
-
case: undefined;
|
|
123
|
-
value?: undefined;
|
|
124
|
-
};
|
|
125
|
-
};
|
|
126
|
-
/**
|
|
127
|
-
* Describes the message ai.stigmer.agentic.runner.v1.RunnerSendCommandInput.
|
|
128
|
-
* Use `create(RunnerSendCommandInputSchema)` to create a new message.
|
|
129
|
-
*/
|
|
130
|
-
export declare const RunnerSendCommandInputSchema: GenMessage<RunnerSendCommandInput>;
|
|
131
|
-
/**
|
|
132
|
-
* RunnerStreamClientMessage is the envelope for all runner-to-server messages
|
|
133
|
-
* on the connect bidi stream.
|
|
134
|
-
*
|
|
135
|
-
* The runner sends two types of messages:
|
|
136
|
-
* - Heartbeats: periodic liveness reports (every 30s)
|
|
137
|
-
* - Command responses: replies to server-initiated commands
|
|
138
|
-
*
|
|
139
|
-
* @generated from message ai.stigmer.agentic.runner.v1.RunnerStreamClientMessage
|
|
140
|
-
*/
|
|
141
|
-
export type RunnerStreamClientMessage = Message<"ai.stigmer.agentic.runner.v1.RunnerStreamClientMessage"> & {
|
|
142
|
-
/**
|
|
143
|
-
* @generated from oneof ai.stigmer.agentic.runner.v1.RunnerStreamClientMessage.message
|
|
144
|
-
*/
|
|
145
|
-
message: {
|
|
146
|
-
/**
|
|
147
|
-
* @generated from field: ai.stigmer.agentic.runner.v1.RunnerHeartbeat heartbeat = 1;
|
|
148
|
-
*/
|
|
149
|
-
value: RunnerHeartbeat;
|
|
150
|
-
case: "heartbeat";
|
|
151
|
-
} | {
|
|
152
|
-
/**
|
|
153
|
-
* @generated from field: ai.stigmer.agentic.runner.v1.RunnerCommandResponse command_response = 2;
|
|
154
|
-
*/
|
|
155
|
-
value: RunnerCommandResponse;
|
|
156
|
-
case: "commandResponse";
|
|
157
|
-
} | {
|
|
158
|
-
case: undefined;
|
|
159
|
-
value?: undefined;
|
|
160
|
-
};
|
|
161
|
-
};
|
|
162
|
-
/**
|
|
163
|
-
* Describes the message ai.stigmer.agentic.runner.v1.RunnerStreamClientMessage.
|
|
164
|
-
* Use `create(RunnerStreamClientMessageSchema)` to create a new message.
|
|
165
|
-
*/
|
|
166
|
-
export declare const RunnerStreamClientMessageSchema: GenMessage<RunnerStreamClientMessage>;
|
|
167
|
-
/**
|
|
168
|
-
* RunnerStreamServerMessage is the envelope for all server-to-runner messages
|
|
169
|
-
* on the connect bidi stream.
|
|
170
|
-
*
|
|
171
|
-
* The server sends command requests when the UI or API triggers an operation
|
|
172
|
-
* that requires runner-side execution (e.g., browsing the runner's filesystem).
|
|
173
|
-
*
|
|
174
|
-
* @generated from message ai.stigmer.agentic.runner.v1.RunnerStreamServerMessage
|
|
175
|
-
*/
|
|
176
|
-
export type RunnerStreamServerMessage = Message<"ai.stigmer.agentic.runner.v1.RunnerStreamServerMessage"> & {
|
|
177
|
-
/**
|
|
178
|
-
* @generated from oneof ai.stigmer.agentic.runner.v1.RunnerStreamServerMessage.message
|
|
179
|
-
*/
|
|
180
|
-
message: {
|
|
181
|
-
/**
|
|
182
|
-
* @generated from field: ai.stigmer.agentic.runner.v1.RunnerCommandRequest command_request = 1;
|
|
183
|
-
*/
|
|
184
|
-
value: RunnerCommandRequest;
|
|
185
|
-
case: "commandRequest";
|
|
186
|
-
} | {
|
|
187
|
-
case: undefined;
|
|
188
|
-
value?: undefined;
|
|
189
|
-
};
|
|
190
|
-
};
|
|
191
|
-
/**
|
|
192
|
-
* Describes the message ai.stigmer.agentic.runner.v1.RunnerStreamServerMessage.
|
|
193
|
-
* Use `create(RunnerStreamServerMessageSchema)` to create a new message.
|
|
194
|
-
*/
|
|
195
|
-
export declare const RunnerStreamServerMessageSchema: GenMessage<RunnerStreamServerMessage>;
|
|
196
|
-
/**
|
|
197
|
-
* RunnerHeartbeat reports runner liveness and operational state over the
|
|
198
|
-
* connect stream.
|
|
199
|
-
*
|
|
200
|
-
* Sent every 30 seconds. The first message on a new stream MUST be a
|
|
201
|
-
* heartbeat — it authenticates the stream by runner_id lookup.
|
|
202
|
-
*
|
|
203
|
-
* The server's processing logic mirrors the legacy unary heartbeat: update
|
|
204
|
-
* phase, last_heartbeat_at, current_executions, and connection_info on the
|
|
205
|
-
* Runner resource. A heartbeat from a PENDING or STOPPED runner transitions
|
|
206
|
-
* it to the reported phase (typically READY).
|
|
207
|
-
*
|
|
208
|
-
* @generated from message ai.stigmer.agentic.runner.v1.RunnerHeartbeat
|
|
209
|
-
*/
|
|
210
|
-
export type RunnerHeartbeat = Message<"ai.stigmer.agentic.runner.v1.RunnerHeartbeat"> & {
|
|
211
|
-
/**
|
|
212
|
-
* ID of the runner sending the heartbeat.
|
|
213
|
-
*
|
|
214
|
-
* @generated from field: string runner_id = 1;
|
|
215
|
-
*/
|
|
216
|
-
runnerId: string;
|
|
217
|
-
/**
|
|
218
|
-
* Current operational phase as reported by the runner.
|
|
219
|
-
* Typically READY (accepting work) or BUSY (at capacity).
|
|
220
|
-
*
|
|
221
|
-
* @generated from field: ai.stigmer.agentic.runner.v1.RunnerPhase phase = 2;
|
|
222
|
-
*/
|
|
223
|
-
phase: RunnerPhase;
|
|
224
|
-
/**
|
|
225
|
-
* Number of executions currently in progress on this runner process.
|
|
226
|
-
*
|
|
227
|
-
* @generated from field: int32 current_executions = 3;
|
|
228
|
-
*/
|
|
229
|
-
currentExecutions: number;
|
|
230
|
-
/**
|
|
231
|
-
* Self-reported machine information. Sent on every heartbeat so that
|
|
232
|
-
* version upgrades and hostname changes are reflected without requiring
|
|
233
|
-
* a full resource update.
|
|
234
|
-
*
|
|
235
|
-
* @generated from field: ai.stigmer.agentic.runner.v1.RunnerConnectionInfo connection_info = 4;
|
|
236
|
-
*/
|
|
237
|
-
connectionInfo?: RunnerConnectionInfo;
|
|
238
|
-
/**
|
|
239
|
-
* Identifies which runner process is sending this heartbeat.
|
|
240
|
-
*
|
|
241
|
-
* In a multi-process sandbox, all three runner processes share the same
|
|
242
|
-
* runner_id but report independently. The server aggregates activity
|
|
243
|
-
* across all process types to determine when the sandbox is idle.
|
|
244
|
-
*
|
|
245
|
-
* Values: "agent" (Python), "cursor" (TypeScript), "workflow" (Go).
|
|
246
|
-
* Empty string is treated as "agent" for backward compatibility with
|
|
247
|
-
* existing single-process sandboxes.
|
|
248
|
-
*
|
|
249
|
-
* @generated from field: string process_type = 5;
|
|
250
|
-
*/
|
|
251
|
-
processType: string;
|
|
252
|
-
};
|
|
253
|
-
/**
|
|
254
|
-
* Describes the message ai.stigmer.agentic.runner.v1.RunnerHeartbeat.
|
|
255
|
-
* Use `create(RunnerHeartbeatSchema)` to create a new message.
|
|
256
|
-
*/
|
|
257
|
-
export declare const RunnerHeartbeatSchema: GenMessage<RunnerHeartbeat>;
|
|
258
|
-
/**
|
|
259
|
-
* RunnerCommandRequest is a server-initiated command pushed to the runner
|
|
260
|
-
* over the connect stream.
|
|
261
|
-
*
|
|
262
|
-
* Each request carries a unique request_id for correlation with the
|
|
263
|
-
* RunnerCommandResponse. The command set is fixed at compile time by the
|
|
264
|
-
* oneof — no arbitrary code execution. Adding a new command type requires
|
|
265
|
-
* a proto change and a runner upgrade.
|
|
266
|
-
*
|
|
267
|
-
* @generated from message ai.stigmer.agentic.runner.v1.RunnerCommandRequest
|
|
268
|
-
*/
|
|
269
|
-
export type RunnerCommandRequest = Message<"ai.stigmer.agentic.runner.v1.RunnerCommandRequest"> & {
|
|
270
|
-
/**
|
|
271
|
-
* Unique identifier for this request. Generated by the server.
|
|
272
|
-
* The runner MUST echo this in the corresponding RunnerCommandResponse.
|
|
273
|
-
*
|
|
274
|
-
* @generated from field: string request_id = 1;
|
|
275
|
-
*/
|
|
276
|
-
requestId: string;
|
|
277
|
-
/**
|
|
278
|
-
* The command to execute. Extensible via oneof — each new command type
|
|
279
|
-
* is a proto addition, not a runtime plugin.
|
|
280
|
-
*
|
|
281
|
-
* @generated from oneof ai.stigmer.agentic.runner.v1.RunnerCommandRequest.command
|
|
282
|
-
*/
|
|
283
|
-
command: {
|
|
284
|
-
/**
|
|
285
|
-
* @generated from field: ai.stigmer.agentic.runner.v1.ListDirectoryRequest list_directory = 2;
|
|
286
|
-
*/
|
|
287
|
-
value: ListDirectoryRequest;
|
|
288
|
-
case: "listDirectory";
|
|
289
|
-
} | {
|
|
290
|
-
/**
|
|
291
|
-
* @generated from field: ai.stigmer.agentic.runner.v1.StopRunnerRequest stop = 3;
|
|
292
|
-
*/
|
|
293
|
-
value: StopRunnerRequest;
|
|
294
|
-
case: "stop";
|
|
295
|
-
} | {
|
|
296
|
-
case: undefined;
|
|
297
|
-
value?: undefined;
|
|
298
|
-
};
|
|
299
|
-
};
|
|
300
|
-
/**
|
|
301
|
-
* Describes the message ai.stigmer.agentic.runner.v1.RunnerCommandRequest.
|
|
302
|
-
* Use `create(RunnerCommandRequestSchema)` to create a new message.
|
|
303
|
-
*/
|
|
304
|
-
export declare const RunnerCommandRequestSchema: GenMessage<RunnerCommandRequest>;
|
|
305
|
-
/**
|
|
306
|
-
* RunnerCommandResponse is the runner's reply to a RunnerCommandRequest.
|
|
307
|
-
*
|
|
308
|
-
* Sent on the connect stream after the runner handles a command locally.
|
|
309
|
-
* The request_id correlates this response to the original request.
|
|
310
|
-
*
|
|
311
|
-
* @generated from message ai.stigmer.agentic.runner.v1.RunnerCommandResponse
|
|
312
|
-
*/
|
|
313
|
-
export type RunnerCommandResponse = Message<"ai.stigmer.agentic.runner.v1.RunnerCommandResponse"> & {
|
|
314
|
-
/**
|
|
315
|
-
* Echoed from RunnerCommandRequest.request_id.
|
|
316
|
-
*
|
|
317
|
-
* @generated from field: string request_id = 1;
|
|
318
|
-
*/
|
|
319
|
-
requestId: string;
|
|
320
|
-
/**
|
|
321
|
-
* @generated from oneof ai.stigmer.agentic.runner.v1.RunnerCommandResponse.result
|
|
322
|
-
*/
|
|
323
|
-
result: {
|
|
324
|
-
/**
|
|
325
|
-
* @generated from field: ai.stigmer.agentic.runner.v1.ListDirectoryResponse list_directory = 2;
|
|
326
|
-
*/
|
|
327
|
-
value: ListDirectoryResponse;
|
|
328
|
-
case: "listDirectory";
|
|
329
|
-
} | {
|
|
330
|
-
/**
|
|
331
|
-
* @generated from field: ai.stigmer.agentic.runner.v1.RunnerCommandError error = 3;
|
|
332
|
-
*/
|
|
333
|
-
value: RunnerCommandError;
|
|
334
|
-
case: "error";
|
|
335
|
-
} | {
|
|
336
|
-
/**
|
|
337
|
-
* @generated from field: ai.stigmer.agentic.runner.v1.StopRunnerResponse stop = 4;
|
|
338
|
-
*/
|
|
339
|
-
value: StopRunnerResponse;
|
|
340
|
-
case: "stop";
|
|
341
|
-
} | {
|
|
342
|
-
case: undefined;
|
|
343
|
-
value?: undefined;
|
|
344
|
-
};
|
|
345
|
-
};
|
|
346
|
-
/**
|
|
347
|
-
* Describes the message ai.stigmer.agentic.runner.v1.RunnerCommandResponse.
|
|
348
|
-
* Use `create(RunnerCommandResponseSchema)` to create a new message.
|
|
349
|
-
*/
|
|
350
|
-
export declare const RunnerCommandResponseSchema: GenMessage<RunnerCommandResponse>;
|
|
351
|
-
/**
|
|
352
|
-
* ListDirectoryRequest asks the runner to list the contents of a directory
|
|
353
|
-
* on its host machine.
|
|
354
|
-
*
|
|
355
|
-
* Used by the session composer's workspace picker to let users browse the
|
|
356
|
-
* runner's filesystem and select a project directory.
|
|
357
|
-
*
|
|
358
|
-
* @generated from message ai.stigmer.agentic.runner.v1.ListDirectoryRequest
|
|
359
|
-
*/
|
|
360
|
-
export type ListDirectoryRequest = Message<"ai.stigmer.agentic.runner.v1.ListDirectoryRequest"> & {
|
|
361
|
-
/**
|
|
362
|
-
* Directory path to list. Absolute or ~-relative.
|
|
363
|
-
* If empty, defaults to the runner's home directory.
|
|
364
|
-
*
|
|
365
|
-
* @generated from field: string path = 1;
|
|
366
|
-
*/
|
|
367
|
-
path: string;
|
|
368
|
-
};
|
|
369
|
-
/**
|
|
370
|
-
* Describes the message ai.stigmer.agentic.runner.v1.ListDirectoryRequest.
|
|
371
|
-
* Use `create(ListDirectoryRequestSchema)` to create a new message.
|
|
372
|
-
*/
|
|
373
|
-
export declare const ListDirectoryRequestSchema: GenMessage<ListDirectoryRequest>;
|
|
374
|
-
/**
|
|
375
|
-
* ListDirectoryResponse returns the directory listing from the runner.
|
|
376
|
-
*
|
|
377
|
-
* @generated from message ai.stigmer.agentic.runner.v1.ListDirectoryResponse
|
|
378
|
-
*/
|
|
379
|
-
export type ListDirectoryResponse = Message<"ai.stigmer.agentic.runner.v1.ListDirectoryResponse"> & {
|
|
380
|
-
/**
|
|
381
|
-
* Absolute path after ~ expansion and symlink resolution.
|
|
382
|
-
*
|
|
383
|
-
* @generated from field: string resolved_path = 1;
|
|
384
|
-
*/
|
|
385
|
-
resolvedPath: string;
|
|
386
|
-
/**
|
|
387
|
-
* Directory entries, sorted: directories first, then alphabetical.
|
|
388
|
-
*
|
|
389
|
-
* @generated from field: repeated ai.stigmer.agentic.runner.v1.DirectoryEntry entries = 2;
|
|
390
|
-
*/
|
|
391
|
-
entries: DirectoryEntry[];
|
|
392
|
-
/**
|
|
393
|
-
* Absolute path to the runner user's home directory.
|
|
394
|
-
* Enables the UI "Home" navigation button.
|
|
395
|
-
*
|
|
396
|
-
* @generated from field: string home_directory = 3;
|
|
397
|
-
*/
|
|
398
|
-
homeDirectory: string;
|
|
399
|
-
/**
|
|
400
|
-
* Current working directory of the runner process.
|
|
401
|
-
* Enables the UI "CWD" navigation shortcut.
|
|
402
|
-
*
|
|
403
|
-
* @generated from field: string current_directory = 4;
|
|
404
|
-
*/
|
|
405
|
-
currentDirectory: string;
|
|
406
|
-
};
|
|
407
|
-
/**
|
|
408
|
-
* Describes the message ai.stigmer.agentic.runner.v1.ListDirectoryResponse.
|
|
409
|
-
* Use `create(ListDirectoryResponseSchema)` to create a new message.
|
|
410
|
-
*/
|
|
411
|
-
export declare const ListDirectoryResponseSchema: GenMessage<ListDirectoryResponse>;
|
|
412
|
-
/**
|
|
413
|
-
* DirectoryEntry represents a single entry in a directory listing.
|
|
414
|
-
*
|
|
415
|
-
* @generated from message ai.stigmer.agentic.runner.v1.DirectoryEntry
|
|
416
|
-
*/
|
|
417
|
-
export type DirectoryEntry = Message<"ai.stigmer.agentic.runner.v1.DirectoryEntry"> & {
|
|
418
|
-
/**
|
|
419
|
-
* File or directory name (not a full path).
|
|
420
|
-
*
|
|
421
|
-
* @generated from field: string name = 1;
|
|
422
|
-
*/
|
|
423
|
-
name: string;
|
|
424
|
-
/**
|
|
425
|
-
* True if this entry is a directory (or a symlink to one).
|
|
426
|
-
*
|
|
427
|
-
* @generated from field: bool is_directory = 2;
|
|
428
|
-
*/
|
|
429
|
-
isDirectory: boolean;
|
|
430
|
-
/**
|
|
431
|
-
* True if the entry name starts with a dot (Unix hidden convention).
|
|
432
|
-
* Enables the UI "show hidden files" toggle.
|
|
433
|
-
*
|
|
434
|
-
* @generated from field: bool is_hidden = 3;
|
|
435
|
-
*/
|
|
436
|
-
isHidden: boolean;
|
|
437
|
-
};
|
|
438
|
-
/**
|
|
439
|
-
* Describes the message ai.stigmer.agentic.runner.v1.DirectoryEntry.
|
|
440
|
-
* Use `create(DirectoryEntrySchema)` to create a new message.
|
|
441
|
-
*/
|
|
442
|
-
export declare const DirectoryEntrySchema: GenMessage<DirectoryEntry>;
|
|
443
|
-
/**
|
|
444
|
-
* RunnerCommandError is returned when a command fails on the runner side.
|
|
445
|
-
*
|
|
446
|
-
* @generated from message ai.stigmer.agentic.runner.v1.RunnerCommandError
|
|
447
|
-
*/
|
|
448
|
-
export type RunnerCommandError = Message<"ai.stigmer.agentic.runner.v1.RunnerCommandError"> & {
|
|
449
|
-
/**
|
|
450
|
-
* Human-readable error description.
|
|
451
|
-
* Example: "permission denied: /root", "directory not found: /nonexistent"
|
|
452
|
-
*
|
|
453
|
-
* @generated from field: string message = 1;
|
|
454
|
-
*/
|
|
455
|
-
message: string;
|
|
456
|
-
};
|
|
457
|
-
/**
|
|
458
|
-
* Describes the message ai.stigmer.agentic.runner.v1.RunnerCommandError.
|
|
459
|
-
* Use `create(RunnerCommandErrorSchema)` to create a new message.
|
|
460
|
-
*/
|
|
461
|
-
export declare const RunnerCommandErrorSchema: GenMessage<RunnerCommandError>;
|
|
462
|
-
/**
|
|
463
|
-
* StopRunnerRequest is a server-initiated command telling the runner to
|
|
464
|
-
* shut down gracefully. The runner should acknowledge, then begin its
|
|
465
|
-
* shutdown sequence: cancel running work, send a STOPPED heartbeat,
|
|
466
|
-
* close the stream, and exit.
|
|
467
|
-
*
|
|
468
|
-
* @generated from message ai.stigmer.agentic.runner.v1.StopRunnerRequest
|
|
469
|
-
*/
|
|
470
|
-
export type StopRunnerRequest = Message<"ai.stigmer.agentic.runner.v1.StopRunnerRequest"> & {
|
|
471
|
-
/**
|
|
472
|
-
* Human-readable reason for the stop request.
|
|
473
|
-
* Example: "user requested via web console", "admin maintenance"
|
|
474
|
-
*
|
|
475
|
-
* @generated from field: string reason = 1;
|
|
476
|
-
*/
|
|
477
|
-
reason: string;
|
|
478
|
-
};
|
|
479
|
-
/**
|
|
480
|
-
* Describes the message ai.stigmer.agentic.runner.v1.StopRunnerRequest.
|
|
481
|
-
* Use `create(StopRunnerRequestSchema)` to create a new message.
|
|
482
|
-
*/
|
|
483
|
-
export declare const StopRunnerRequestSchema: GenMessage<StopRunnerRequest>;
|
|
484
|
-
/**
|
|
485
|
-
* StopRunnerResponse acknowledges that the runner received the stop
|
|
486
|
-
* command and will begin its shutdown sequence. The actual STOPPED
|
|
487
|
-
* transition happens when the runner sends its final heartbeat and
|
|
488
|
-
* closes the stream — not at ack time.
|
|
489
|
-
*
|
|
490
|
-
* @generated from message ai.stigmer.agentic.runner.v1.StopRunnerResponse
|
|
491
|
-
*/
|
|
492
|
-
export type StopRunnerResponse = Message<"ai.stigmer.agentic.runner.v1.StopRunnerResponse"> & {};
|
|
493
|
-
/**
|
|
494
|
-
* Describes the message ai.stigmer.agentic.runner.v1.StopRunnerResponse.
|
|
495
|
-
* Use `create(StopRunnerResponseSchema)` to create a new message.
|
|
496
|
-
*/
|
|
497
|
-
export declare const StopRunnerResponseSchema: GenMessage<StopRunnerResponse>;
|
|
498
|
-
/**
|
|
499
|
-
* RunnerStopInput is the request for the stop RPC.
|
|
500
|
-
*
|
|
501
|
-
* Separate from StopRunnerRequest because the RPC input carries the
|
|
502
|
-
* runner_id (identifying which runner to stop), while the stream command
|
|
503
|
-
* does not (the stream is already bound to a specific runner).
|
|
504
|
-
*
|
|
505
|
-
* @generated from message ai.stigmer.agentic.runner.v1.RunnerStopInput
|
|
506
|
-
*/
|
|
507
|
-
export type RunnerStopInput = Message<"ai.stigmer.agentic.runner.v1.RunnerStopInput"> & {
|
|
508
|
-
/**
|
|
509
|
-
* ID of the runner to stop.
|
|
510
|
-
*
|
|
511
|
-
* @generated from field: string runner_id = 1;
|
|
512
|
-
*/
|
|
513
|
-
runnerId: string;
|
|
514
|
-
/**
|
|
515
|
-
* Optional reason for the stop. Logged on the runner and in audit.
|
|
516
|
-
* Example: "user requested via web console"
|
|
517
|
-
*
|
|
518
|
-
* @generated from field: string reason = 2;
|
|
519
|
-
*/
|
|
520
|
-
reason: string;
|
|
521
|
-
};
|
|
522
|
-
/**
|
|
523
|
-
* Describes the message ai.stigmer.agentic.runner.v1.RunnerStopInput.
|
|
524
|
-
* Use `create(RunnerStopInputSchema)` to create a new message.
|
|
525
|
-
*/
|
|
526
|
-
export declare const RunnerStopInputSchema: GenMessage<RunnerStopInput>;
|
|
527
|
-
/**
|
|
528
|
-
* CreateLaunchTokenRequest initiates a browser-to-CLI credential handshake.
|
|
529
|
-
*
|
|
530
|
-
* Called by the web console when the user clicks "Launch Local Runner." The
|
|
531
|
-
* server generates a one-time, short-lived opaque token that the browser
|
|
532
|
-
* passes to the local CLI via the stigmer:// URL scheme. The CLI then
|
|
533
|
-
* exchanges the token for long-lived credentials via exchangeLaunchToken.
|
|
534
|
-
*
|
|
535
|
-
* @generated from message ai.stigmer.agentic.runner.v1.CreateLaunchTokenRequest
|
|
536
|
-
*/
|
|
537
|
-
export type CreateLaunchTokenRequest = Message<"ai.stigmer.agentic.runner.v1.CreateLaunchTokenRequest"> & {
|
|
538
|
-
/**
|
|
539
|
-
* Organization slug. The minted credentials will be scoped to this org.
|
|
540
|
-
*
|
|
541
|
-
* @generated from field: string org = 1;
|
|
542
|
-
*/
|
|
543
|
-
org: string;
|
|
544
|
-
};
|
|
545
|
-
/**
|
|
546
|
-
* Describes the message ai.stigmer.agentic.runner.v1.CreateLaunchTokenRequest.
|
|
547
|
-
* Use `create(CreateLaunchTokenRequestSchema)` to create a new message.
|
|
548
|
-
*/
|
|
549
|
-
export declare const CreateLaunchTokenRequestSchema: GenMessage<CreateLaunchTokenRequest>;
|
|
550
|
-
/**
|
|
551
|
-
* CreateLaunchTokenResponse contains the opaque launch token for the browser
|
|
552
|
-
* to embed in the stigmer:// URL.
|
|
553
|
-
*
|
|
554
|
-
* @generated from message ai.stigmer.agentic.runner.v1.CreateLaunchTokenResponse
|
|
555
|
-
*/
|
|
556
|
-
export type CreateLaunchTokenResponse = Message<"ai.stigmer.agentic.runner.v1.CreateLaunchTokenResponse"> & {
|
|
557
|
-
/**
|
|
558
|
-
* Opaque, single-use token. Embed in the URL as:
|
|
559
|
-
* stigmer://launch-runner?token={token}&endpoint={grpc_endpoint}
|
|
560
|
-
*
|
|
561
|
-
* @generated from field: string token = 1;
|
|
562
|
-
*/
|
|
563
|
-
token: string;
|
|
564
|
-
/**
|
|
565
|
-
* Absolute expiry time. The token becomes invalid after this timestamp
|
|
566
|
-
* (typically 60 seconds from creation).
|
|
567
|
-
*
|
|
568
|
-
* @generated from field: google.protobuf.Timestamp expires_at = 2;
|
|
569
|
-
*/
|
|
570
|
-
expiresAt?: Timestamp;
|
|
571
|
-
};
|
|
572
|
-
/**
|
|
573
|
-
* Describes the message ai.stigmer.agentic.runner.v1.CreateLaunchTokenResponse.
|
|
574
|
-
* Use `create(CreateLaunchTokenResponseSchema)` to create a new message.
|
|
575
|
-
*/
|
|
576
|
-
export declare const CreateLaunchTokenResponseSchema: GenMessage<CreateLaunchTokenResponse>;
|
|
577
|
-
/**
|
|
578
|
-
* ExchangeLaunchTokenRequest is the CLI's side of the handshake.
|
|
579
|
-
*
|
|
580
|
-
* The CLI extracts the token from the stigmer:// URL and calls this RPC
|
|
581
|
-
* to obtain long-lived credentials. This RPC is public (unauthenticated) —
|
|
582
|
-
* the one-time token IS the proof of authorization.
|
|
583
|
-
*
|
|
584
|
-
* @generated from message ai.stigmer.agentic.runner.v1.ExchangeLaunchTokenRequest
|
|
585
|
-
*/
|
|
586
|
-
export type ExchangeLaunchTokenRequest = Message<"ai.stigmer.agentic.runner.v1.ExchangeLaunchTokenRequest"> & {
|
|
587
|
-
/**
|
|
588
|
-
* The opaque token received from the stigmer:// URL.
|
|
589
|
-
*
|
|
590
|
-
* @generated from field: string token = 1;
|
|
591
|
-
*/
|
|
592
|
-
token: string;
|
|
593
|
-
};
|
|
594
|
-
/**
|
|
595
|
-
* Describes the message ai.stigmer.agentic.runner.v1.ExchangeLaunchTokenRequest.
|
|
596
|
-
* Use `create(ExchangeLaunchTokenRequestSchema)` to create a new message.
|
|
597
|
-
*/
|
|
598
|
-
export declare const ExchangeLaunchTokenRequestSchema: GenMessage<ExchangeLaunchTokenRequest>;
|
|
599
|
-
/**
|
|
600
|
-
* ExchangeLaunchTokenResponse provides the CLI with everything it needs to
|
|
601
|
-
* operate as an authenticated runner: a Stigmer-signed JWT and the org scope.
|
|
602
|
-
*
|
|
603
|
-
* The response shape mirrors MintUserTokenResponse for consistency in how
|
|
604
|
-
* Stigmer returns credentials.
|
|
605
|
-
*
|
|
606
|
-
* @generated from message ai.stigmer.agentic.runner.v1.ExchangeLaunchTokenResponse
|
|
607
|
-
*/
|
|
608
|
-
export type ExchangeLaunchTokenResponse = Message<"ai.stigmer.agentic.runner.v1.ExchangeLaunchTokenResponse"> & {
|
|
609
|
-
/**
|
|
610
|
-
* Stigmer-signed JWT for authenticating subsequent runner operations
|
|
611
|
-
* (apply, connect, heartbeat). Use as Bearer token.
|
|
612
|
-
*
|
|
613
|
-
* @generated from field: string access_token = 1;
|
|
614
|
-
*/
|
|
615
|
-
accessToken: string;
|
|
616
|
-
/**
|
|
617
|
-
* Token type. Always "Bearer".
|
|
618
|
-
*
|
|
619
|
-
* @generated from field: string token_type = 2;
|
|
620
|
-
*/
|
|
621
|
-
tokenType: string;
|
|
622
|
-
/**
|
|
623
|
-
* Token lifetime in seconds from the time of issuance.
|
|
624
|
-
*
|
|
625
|
-
* @generated from field: int32 expires_in = 3;
|
|
626
|
-
*/
|
|
627
|
-
expiresIn: number;
|
|
628
|
-
/**
|
|
629
|
-
* Organization slug the credentials are scoped to. The CLI uses this
|
|
630
|
-
* when creating the runner resource via apply.
|
|
631
|
-
*
|
|
632
|
-
* @generated from field: string org = 4;
|
|
633
|
-
*/
|
|
634
|
-
org: string;
|
|
635
|
-
};
|
|
636
|
-
/**
|
|
637
|
-
* Describes the message ai.stigmer.agentic.runner.v1.ExchangeLaunchTokenResponse.
|
|
638
|
-
* Use `create(ExchangeLaunchTokenResponseSchema)` to create a new message.
|
|
639
|
-
*/
|
|
640
|
-
export declare const ExchangeLaunchTokenResponseSchema: GenMessage<ExchangeLaunchTokenResponse>;
|