@stigmer/protos 3.6.0 → 3.8.0
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/agentic/agentchannel/v1/conversation_command_connect.d.ts +141 -0
- package/ai/stigmer/agentic/agentchannel/v1/conversation_command_connect.js +149 -0
- package/ai/stigmer/agentic/agentchannel/v1/conversation_command_connect.js.map +1 -0
- package/ai/stigmer/agentic/agentchannel/v1/conversation_command_pb.d.ts +140 -0
- package/ai/stigmer/agentic/agentchannel/v1/conversation_command_pb.js +34 -0
- package/ai/stigmer/agentic/agentchannel/v1/conversation_command_pb.js.map +1 -0
- package/ai/stigmer/agentic/agentchannel/v1/conversation_io_pb.d.ts +658 -0
- package/ai/stigmer/agentic/agentchannel/v1/conversation_io_pb.js +222 -0
- package/ai/stigmer/agentic/agentchannel/v1/conversation_io_pb.js.map +1 -0
- package/ai/stigmer/agentic/agentchannel/v1/conversation_query_connect.d.ts +103 -0
- package/ai/stigmer/agentic/agentchannel/v1/conversation_query_connect.js +110 -0
- package/ai/stigmer/agentic/agentchannel/v1/conversation_query_connect.js.map +1 -0
- package/ai/stigmer/agentic/agentchannel/v1/conversation_query_pb.d.ts +103 -0
- package/ai/stigmer/agentic/agentchannel/v1/conversation_query_pb.js +30 -0
- package/ai/stigmer/agentic/agentchannel/v1/conversation_query_pb.js.map +1 -0
- package/ai/stigmer/agentic/agentchannel/v1/delivery_pb.d.ts +36 -2
- package/ai/stigmer/agentic/agentchannel/v1/delivery_pb.js +18 -2
- package/ai/stigmer/agentic/agentchannel/v1/delivery_pb.js.map +1 -1
- package/ai/stigmer/agentic/agentchannel/v1/outbound_pb.d.ts +61 -4
- package/ai/stigmer/agentic/agentchannel/v1/outbound_pb.js +38 -4
- package/ai/stigmer/agentic/agentchannel/v1/outbound_pb.js.map +1 -1
- package/ai/stigmer/agentic/agentchannel/v1/spec_pb.d.ts +25 -0
- package/ai/stigmer/agentic/agentchannel/v1/spec_pb.js +2 -1
- package/ai/stigmer/agentic/agentchannel/v1/spec_pb.js.map +1 -1
- package/ai/stigmer/agentic/agentexecution/v1/api_pb.d.ts +5 -1
- package/ai/stigmer/agentic/agentexecution/v1/api_pb.js.map +1 -1
- package/ai/stigmer/agentic/agentexecution/v1/enum_pb.d.ts +66 -0
- package/ai/stigmer/agentic/agentexecution/v1/enum_pb.js +81 -14
- package/ai/stigmer/agentic/agentexecution/v1/enum_pb.js.map +1 -1
- package/ai/stigmer/agentic/agentexecution/v1/invocation_pb.d.ts +210 -0
- package/ai/stigmer/agentic/agentexecution/v1/invocation_pb.js +25 -0
- package/ai/stigmer/agentic/agentexecution/v1/invocation_pb.js.map +1 -0
- package/ai/stigmer/agentic/agentexecution/v1/spec_pb.d.ts +84 -1
- package/ai/stigmer/agentic/agentexecution/v1/spec_pb.js +7 -2
- package/ai/stigmer/agentic/agentexecution/v1/spec_pb.js.map +1 -1
- package/ai/stigmer/agentic/agentexecution/v1/usage_pb.d.ts +33 -1
- package/ai/stigmer/agentic/agentexecution/v1/usage_pb.js +2 -1
- package/ai/stigmer/agentic/agentexecution/v1/usage_pb.js.map +1 -1
- package/ai/stigmer/agentic/agentshare/v1/spec_pb.d.ts +27 -0
- package/ai/stigmer/agentic/agentshare/v1/spec_pb.js +2 -1
- package/ai/stigmer/agentic/agentshare/v1/spec_pb.js.map +1 -1
- package/ai/stigmer/agentic/schedule/v1/command_connect.d.ts +35 -21
- package/ai/stigmer/agentic/schedule/v1/command_connect.js +37 -23
- package/ai/stigmer/agentic/schedule/v1/command_connect.js.map +1 -1
- package/ai/stigmer/agentic/schedule/v1/command_pb.d.ts +37 -23
- package/ai/stigmer/agentic/schedule/v1/command_pb.js +1 -1
- package/ai/stigmer/agentic/schedule/v1/command_pb.js.map +1 -1
- package/ai/stigmer/agentic/schedule/v1/io_pb.d.ts +266 -1
- package/ai/stigmer/agentic/schedule/v1/io_pb.js +120 -2
- package/ai/stigmer/agentic/schedule/v1/io_pb.js.map +1 -1
- package/ai/stigmer/agentic/schedule/v1/query_connect.d.ts +26 -0
- package/ai/stigmer/agentic/schedule/v1/query_connect.js +27 -1
- package/ai/stigmer/agentic/schedule/v1/query_connect.js.map +1 -1
- package/ai/stigmer/agentic/schedule/v1/query_pb.d.ts +26 -1
- package/ai/stigmer/agentic/schedule/v1/query_pb.js +1 -1
- package/ai/stigmer/agentic/schedule/v1/query_pb.js.map +1 -1
- package/ai/stigmer/agentic/schedule/v1/spec_pb.d.ts +30 -49
- package/ai/stigmer/agentic/schedule/v1/spec_pb.js +2 -8
- package/ai/stigmer/agentic/schedule/v1/spec_pb.js.map +1 -1
- package/ai/stigmer/agentic/session/v1/enum_pb.d.ts +10 -8
- package/ai/stigmer/agentic/session/v1/enum_pb.js +10 -8
- package/ai/stigmer/agentic/session/v1/enum_pb.js.map +1 -1
- package/ai/stigmer/agentic/session/v1/spec_pb.d.ts +7 -5
- package/ai/stigmer/agentic/session/v1/spec_pb.js.map +1 -1
- package/ai/stigmer/agentic/workflow/v1/tasks/agent_call_pb.d.ts +123 -104
- package/ai/stigmer/agentic/workflow/v1/tasks/agent_call_pb.js +4 -7
- package/ai/stigmer/agentic/workflow/v1/tasks/agent_call_pb.js.map +1 -1
- package/ai/stigmer/commons/apiresource/apiresourcekind/api_resource_kind_pb.js +1 -1
- package/ai/stigmer/commons/apiresource/apiresourcekind/api_resource_kind_pb.js.map +1 -1
- package/ai/stigmer/iam/v1/enum_pb.d.ts +31 -2
- package/ai/stigmer/iam/v1/enum_pb.js +30 -1
- package/ai/stigmer/iam/v1/enum_pb.js.map +1 -1
- package/ai/stigmer/platform/v1/server_info_connect.d.ts +6 -4
- package/ai/stigmer/platform/v1/server_info_connect.js +6 -4
- package/ai/stigmer/platform/v1/server_info_connect.js.map +1 -1
- package/ai/stigmer/platform/v1/server_info_pb.d.ts +53 -4
- package/ai/stigmer/platform/v1/server_info_pb.js +7 -2
- package/ai/stigmer/platform/v1/server_info_pb.js.map +1 -1
- package/package.json +1 -1
|
@@ -152,6 +152,16 @@ export type GetRunnerScopedTokenInput = Message<"ai.stigmer.platform.v1.GetRunne
|
|
|
152
152
|
*/
|
|
153
153
|
value: PoolClaim;
|
|
154
154
|
case: "poolClaim";
|
|
155
|
+
} | {
|
|
156
|
+
/**
|
|
157
|
+
* Credential renewal — a live sandbox extending its own lifetime.
|
|
158
|
+
* Presented with the still-valid token_type=sandbox or workflow_sandbox
|
|
159
|
+
* credential being renewed (not embedded_runner).
|
|
160
|
+
*
|
|
161
|
+
* @generated from field: ai.stigmer.platform.v1.TokenRenewal renewal = 4;
|
|
162
|
+
*/
|
|
163
|
+
value: TokenRenewal;
|
|
164
|
+
case: "renewal";
|
|
155
165
|
} | {
|
|
156
166
|
case: undefined;
|
|
157
167
|
value?: undefined;
|
|
@@ -193,6 +203,43 @@ export type PoolClaim = Message<"ai.stigmer.platform.v1.PoolClaim"> & {
|
|
|
193
203
|
* Use `create(PoolClaimSchema)` to create a new message.
|
|
194
204
|
*/
|
|
195
205
|
export declare const PoolClaimSchema: GenMessage<PoolClaim>;
|
|
206
|
+
/**
|
|
207
|
+
* Renewal exchange for a running sandbox's own credential.
|
|
208
|
+
*
|
|
209
|
+
* A sandbox token is minted with a fixed TTL, but the sandbox it serves has
|
|
210
|
+
* no fixed lifetime: an active conversation extends a session sandbox
|
|
211
|
+
* indefinitely, and a long workflow run can outlast any TTL chosen at
|
|
212
|
+
* provisioning (the 2026-08-05 incident: a WhatsApp conversation outlived
|
|
213
|
+
* its 25h token and a user turn died UNAUTHENTICATED). Renewal decouples
|
|
214
|
+
* the two — the runner re-mints on a timer before expiry and applies the
|
|
215
|
+
* fresh token in-process, so credential freshness never requires a pod
|
|
216
|
+
* restart (which would wipe an ephemeral sandbox's workspace).
|
|
217
|
+
*
|
|
218
|
+
* Deliberately empty: every mint parameter (identity, org, session /
|
|
219
|
+
* workflow-execution scope) comes from the presented credential's VERIFIED
|
|
220
|
+
* claims, never from the client, so a renewed token is claim-identical to
|
|
221
|
+
* the one it replaces.
|
|
222
|
+
*
|
|
223
|
+
* @internal
|
|
224
|
+
* Cloud authorizes against the live sandbox record, not FGA (a sandbox
|
|
225
|
+
* token is structurally not an FGA principal — the pool_claim posture): a
|
|
226
|
+
* token_type=sandbox caller requires its session_sandboxes row to exist and
|
|
227
|
+
* not be archived/deleting; a token_type=workflow_sandbox caller requires
|
|
228
|
+
* the same of its workflow_sandboxes row. The record IS the revocation
|
|
229
|
+
* lever: when the lifecycle reconciler reaps the sandbox, renewal dies with
|
|
230
|
+
* it, so a credential's renewable lifetime is exactly its sandbox's
|
|
231
|
+
* lifetime. Minted TTL is the standard sandbox TTL (not window-covering) —
|
|
232
|
+
* renewal is what makes short TTLs sufficient. OSS has no signing key and
|
|
233
|
+
* mints nothing (empty output, presence-based contract).
|
|
234
|
+
*
|
|
235
|
+
* @generated from message ai.stigmer.platform.v1.TokenRenewal
|
|
236
|
+
*/
|
|
237
|
+
export type TokenRenewal = Message<"ai.stigmer.platform.v1.TokenRenewal"> & {};
|
|
238
|
+
/**
|
|
239
|
+
* Describes the message ai.stigmer.platform.v1.TokenRenewal.
|
|
240
|
+
* Use `create(TokenRenewalSchema)` to create a new message.
|
|
241
|
+
*/
|
|
242
|
+
export declare const TokenRenewalSchema: GenMessage<TokenRenewal>;
|
|
196
243
|
/**
|
|
197
244
|
* A runner token scoped to one unit of work, or empty when the server cannot
|
|
198
245
|
* mint one.
|
|
@@ -363,10 +410,12 @@ export declare const PlatformQueryController: GenService<{
|
|
|
363
410
|
* credential AND pass the same can_view check getByExecutionId performs on
|
|
364
411
|
* the named execution.
|
|
365
412
|
*
|
|
366
|
-
*
|
|
367
|
-
*
|
|
368
|
-
*
|
|
369
|
-
*
|
|
413
|
+
* Two arms are exceptions to the embedded_runner rule, each gated on its
|
|
414
|
+
* own credential class and authorized against a control-plane record
|
|
415
|
+
* instead of an execution: pool_claim (token_type=pool_sandbox, authorized
|
|
416
|
+
* against the pool claim record) and renewal (token_type=sandbox /
|
|
417
|
+
* workflow_sandbox, authorized against the live sandbox record). See each
|
|
418
|
+
* arm's own doc.
|
|
370
419
|
*
|
|
371
420
|
* @generated from rpc ai.stigmer.platform.v1.PlatformQueryController.getRunnerScopedToken
|
|
372
421
|
*/
|
|
@@ -7,7 +7,7 @@ import { file_buf_validate_validate } from "../../../../buf/validate/validate_pb
|
|
|
7
7
|
/**
|
|
8
8
|
* Describes the file ai/stigmer/platform/v1/server_info.proto.
|
|
9
9
|
*/
|
|
10
|
-
export const file_ai_stigmer_platform_v1_server_info = /*@__PURE__*/ fileDesc("
|
|
10
|
+
export const file_ai_stigmer_platform_v1_server_info = /*@__PURE__*/ fileDesc("CihhaS9zdGlnbWVyL3BsYXRmb3JtL3YxL3NlcnZlcl9pbmZvLnByb3RvEhZhaS5zdGlnbWVyLnBsYXRmb3JtLnYxIhQKEkdldFNlcnZlckluZm9JbnB1dCJeChNHZXRTZXJ2ZXJJbmZvT3V0cHV0EjYKB2VkaXRpb24YASABKA4yJS5haS5zdGlnbWVyLnBsYXRmb3JtLnYxLlNlcnZlckVkaXRpb24SDwoHdmVyc2lvbhgCIAEoCSIfCh1HZXRSdW5uZXJCb290c3RyYXBDb25maWdJbnB1dCLJAQoeR2V0UnVubmVyQm9vdHN0cmFwQ29uZmlnT3V0cHV0EiEKEHRlbXBvcmFsX2FkZHJlc3MYASABKAlCB7pIBHICEAESIwoSdGVtcG9yYWxfbmFtZXNwYWNlGAIgASgJQge6SARyAhABEhsKE3J1bm5lcl9hY2Nlc3NfdG9rZW4YAyABKAkSEgoKdG9rZW5fdHlwZRgEIAEoCRIuCiZydW5uZXJfYWNjZXNzX3Rva2VuX2V4cGlyZXNfaW5fc2Vjb25kcxgFIAEoBSLcAQoZR2V0UnVubmVyU2NvcGVkVG9rZW5JbnB1dBIcChJhZ2VudF9leGVjdXRpb25faWQYASABKAlIABIfChV3b3JrZmxvd19leGVjdXRpb25faWQYAiABKAlIABI3Cgpwb29sX2NsYWltGAMgASgLMiEuYWkuc3RpZ21lci5wbGF0Zm9ybS52MS5Qb29sQ2xhaW1IABI3CgdyZW5ld2FsGAQgASgLMiQuYWkuc3RpZ21lci5wbGF0Zm9ybS52MS5Ub2tlblJlbmV3YWxIAEIOCgVzY29wZRIFukgCCAEiKAoJUG9vbENsYWltEhsKCnNlc3Npb25faWQYASABKAlCB7pIBHICEAEiDgoMVG9rZW5SZW5ld2FsImkKGkdldFJ1bm5lclNjb3BlZFRva2VuT3V0cHV0EhsKE3J1bm5lcl9zY29wZWRfdG9rZW4YASABKAkSEgoKdG9rZW5fdHlwZRgCIAEoCRIaChJleHBpcmVzX2luX3NlY29uZHMYAyABKAUqQwoNU2VydmVyRWRpdGlvbhIeChpzZXJ2ZXJfZWRpdGlvbl91bnNwZWNpZmllZBAAEgcKA29zcxABEgkKBWNsb3VkEAIyoQMKF1BsYXRmb3JtUXVlcnlDb250cm9sbGVyEm4KDWdldFNlcnZlckluZm8SKi5haS5zdGlnbWVyLnBsYXRmb3JtLnYxLkdldFNlcnZlckluZm9JbnB1dBorLmFpLnN0aWdtZXIucGxhdGZvcm0udjEuR2V0U2VydmVySW5mb091dHB1dCIEyLgYARKPAQoYZ2V0UnVubmVyQm9vdHN0cmFwQ29uZmlnEjUuYWkuc3RpZ21lci5wbGF0Zm9ybS52MS5HZXRSdW5uZXJCb290c3RyYXBDb25maWdJbnB1dBo2LmFpLnN0aWdtZXIucGxhdGZvcm0udjEuR2V0UnVubmVyQm9vdHN0cmFwQ29uZmlnT3V0cHV0IgTQuBgBEoMBChRnZXRSdW5uZXJTY29wZWRUb2tlbhIxLmFpLnN0aWdtZXIucGxhdGZvcm0udjEuR2V0UnVubmVyU2NvcGVkVG9rZW5JbnB1dBoyLmFpLnN0aWdtZXIucGxhdGZvcm0udjEuR2V0UnVubmVyU2NvcGVkVG9rZW5PdXRwdXQiBNC4GAFCEUIPU2VydmVySW5mb1Byb3RvYgZwcm90bzM", [file_ai_stigmer_commons_rpc_method_options, file_buf_validate_validate]);
|
|
11
11
|
/**
|
|
12
12
|
* Describes the message ai.stigmer.platform.v1.GetServerInfoInput.
|
|
13
13
|
* Use `create(GetServerInfoInputSchema)` to create a new message.
|
|
@@ -38,11 +38,16 @@ export const GetRunnerScopedTokenInputSchema = /*@__PURE__*/ messageDesc(file_ai
|
|
|
38
38
|
* Use `create(PoolClaimSchema)` to create a new message.
|
|
39
39
|
*/
|
|
40
40
|
export const PoolClaimSchema = /*@__PURE__*/ messageDesc(file_ai_stigmer_platform_v1_server_info, 5);
|
|
41
|
+
/**
|
|
42
|
+
* Describes the message ai.stigmer.platform.v1.TokenRenewal.
|
|
43
|
+
* Use `create(TokenRenewalSchema)` to create a new message.
|
|
44
|
+
*/
|
|
45
|
+
export const TokenRenewalSchema = /*@__PURE__*/ messageDesc(file_ai_stigmer_platform_v1_server_info, 6);
|
|
41
46
|
/**
|
|
42
47
|
* Describes the message ai.stigmer.platform.v1.GetRunnerScopedTokenOutput.
|
|
43
48
|
* Use `create(GetRunnerScopedTokenOutputSchema)` to create a new message.
|
|
44
49
|
*/
|
|
45
|
-
export const GetRunnerScopedTokenOutputSchema = /*@__PURE__*/ messageDesc(file_ai_stigmer_platform_v1_server_info,
|
|
50
|
+
export const GetRunnerScopedTokenOutputSchema = /*@__PURE__*/ messageDesc(file_ai_stigmer_platform_v1_server_info, 7);
|
|
46
51
|
/**
|
|
47
52
|
* Edition of the Stigmer server binary.
|
|
48
53
|
*
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"server_info_pb.js","sourceRoot":"","sources":["../../../../../ai/stigmer/platform/v1/server_info_pb.ts"],"names":[],"mappings":"AAAA,oFAAoF;AACpF,gHAAgH;AAChH,oBAAoB;AAGpB,OAAO,EAAE,QAAQ,EAAE,QAAQ,EAAE,WAAW,EAAE,WAAW,EAAE,MAAM,8BAA8B,CAAC;AAC5F,OAAO,EAAE,0CAA0C,EAAE,MAAM,wCAAwC,CAAC;AACpG,OAAO,EAAE,0BAA0B,EAAE,MAAM,yCAAyC,CAAC;AAGrF;;GAEG;AACH,MAAM,CAAC,MAAM,uCAAuC,GAAY,aAAa,CAC3E,QAAQ,CAAC,
|
|
1
|
+
{"version":3,"file":"server_info_pb.js","sourceRoot":"","sources":["../../../../../ai/stigmer/platform/v1/server_info_pb.ts"],"names":[],"mappings":"AAAA,oFAAoF;AACpF,gHAAgH;AAChH,oBAAoB;AAGpB,OAAO,EAAE,QAAQ,EAAE,QAAQ,EAAE,WAAW,EAAE,WAAW,EAAE,MAAM,8BAA8B,CAAC;AAC5F,OAAO,EAAE,0CAA0C,EAAE,MAAM,wCAAwC,CAAC;AACpG,OAAO,EAAE,0BAA0B,EAAE,MAAM,yCAAyC,CAAC;AAGrF;;GAEG;AACH,MAAM,CAAC,MAAM,uCAAuC,GAAY,aAAa,CAC3E,QAAQ,CAAC,yuDAAyuD,EAAE,CAAC,0CAA0C,EAAE,0BAA0B,CAAC,CAAC,CAAC;AAUh0D;;;GAGG;AACH,MAAM,CAAC,MAAM,wBAAwB,GAAmC,aAAa,CACnF,WAAW,CAAC,uCAAuC,EAAE,CAAC,CAAC,CAAC;AAuB1D;;;GAGG;AACH,MAAM,CAAC,MAAM,yBAAyB,GAAoC,aAAa,CACrF,WAAW,CAAC,uCAAuC,EAAE,CAAC,CAAC,CAAC;AAW1D;;;GAGG;AACH,MAAM,CAAC,MAAM,mCAAmC,GAA8C,aAAa,CACzG,WAAW,CAAC,uCAAuC,EAAE,CAAC,CAAC,CAAC;AA8D1D;;;GAGG;AACH,MAAM,CAAC,MAAM,oCAAoC,GAA+C,aAAa,CAC3G,WAAW,CAAC,uCAAuC,EAAE,CAAC,CAAC,CAAC;AAwD1D;;;GAGG;AACH,MAAM,CAAC,MAAM,+BAA+B,GAA0C,aAAa,CACjG,WAAW,CAAC,uCAAuC,EAAE,CAAC,CAAC,CAAC;AA6B1D;;;GAGG;AACH,MAAM,CAAC,MAAM,eAAe,GAA0B,aAAa,CACjE,WAAW,CAAC,uCAAuC,EAAE,CAAC,CAAC,CAAC;AAoC1D;;;GAGG;AACH,MAAM,CAAC,MAAM,kBAAkB,GAA6B,aAAa,CACvE,WAAW,CAAC,uCAAuC,EAAE,CAAC,CAAC,CAAC;AA2C1D;;;GAGG;AACH,MAAM,CAAC,MAAM,gCAAgC,GAA2C,aAAa,CACnG,WAAW,CAAC,uCAAuC,EAAE,CAAC,CAAC,CAAC;AAE1D;;;;;;;;;GASG;AACH,MAAM,CAAN,IAAY,aAqBX;AArBD,WAAY,aAAa;IACvB;;OAEG;IACH,6FAA8B,CAAA;IAE9B;;;;;OAKG;IACH,+CAAO,CAAA;IAEP;;;;;OAKG;IACH,mDAAS,CAAA;AACX,CAAC,EArBW,aAAa,KAAb,aAAa,QAqBxB;AAED;;GAEG;AACH,MAAM,CAAC,MAAM,mBAAmB,GAA2B,aAAa,CACtE,QAAQ,CAAC,uCAAuC,EAAE,CAAC,CAAC,CAAC;AAEvD;;;;;;;;;;;;GAYG;AACH,MAAM,CAAC,MAAM,uBAAuB,GA8F/B,aAAa,CAChB,WAAW,CAAC,uCAAuC,EAAE,CAAC,CAAC,CAAC"}
|