@stigmer/protos 3.5.3 → 3.7.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 +541 -0
- package/ai/stigmer/agentic/agentchannel/v1/conversation_io_pb.js +181 -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 +69 -0
- package/ai/stigmer/agentic/agentchannel/v1/conversation_query_connect.js +76 -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 +70 -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/message_io_pb.d.ts +90 -0
- package/ai/stigmer/agentic/agentchannel/v1/message_io_pb.js +16 -1
- package/ai/stigmer/agentic/agentchannel/v1/message_io_pb.js.map +1 -1
- package/ai/stigmer/agentic/agentchannel/v1/message_query_connect.d.ts +27 -0
- package/ai/stigmer/agentic/agentchannel/v1/message_query_connect.js +28 -1
- package/ai/stigmer/agentic/agentchannel/v1/message_query_connect.js.map +1 -1
- package/ai/stigmer/agentic/agentchannel/v1/message_query_pb.d.ts +27 -1
- package/ai/stigmer/agentic/agentchannel/v1/message_query_pb.js +1 -1
- package/ai/stigmer/agentic/agentchannel/v1/message_query_pb.js.map +1 -1
- package/ai/stigmer/agentic/agentchannel/v1/outbound_pb.d.ts +142 -6
- package/ai/stigmer/agentic/agentchannel/v1/outbound_pb.js +94 -5
- 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/io_pb.d.ts +17 -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 +13 -1
- package/ai/stigmer/agentic/agentexecution/v1/spec_pb.js +1 -1
- 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/mcpserver/v1/spec_pb.d.ts +26 -0
- package/ai/stigmer/agentic/mcpserver/v1/spec_pb.js.map +1 -1
- package/ai/stigmer/agentic/schedule/v1/api_pb.d.ts +68 -0
- package/ai/stigmer/agentic/schedule/v1/api_pb.js +18 -0
- package/ai/stigmer/agentic/schedule/v1/api_pb.js.map +1 -0
- package/ai/stigmer/agentic/schedule/v1/command_connect.d.ts +189 -0
- package/ai/stigmer/agentic/schedule/v1/command_connect.js +197 -0
- package/ai/stigmer/agentic/schedule/v1/command_connect.js.map +1 -0
- package/ai/stigmer/agentic/schedule/v1/command_pb.d.ts +187 -0
- package/ai/stigmer/agentic/schedule/v1/command_pb.js +19 -0
- package/ai/stigmer/agentic/schedule/v1/command_pb.js.map +1 -0
- package/ai/stigmer/agentic/schedule/v1/io_pb.d.ts +387 -0
- package/ai/stigmer/agentic/schedule/v1/io_pb.js +150 -0
- package/ai/stigmer/agentic/schedule/v1/io_pb.js.map +1 -0
- package/ai/stigmer/agentic/schedule/v1/query_connect.d.ts +103 -0
- package/ai/stigmer/agentic/schedule/v1/query_connect.js +112 -0
- package/ai/stigmer/agentic/schedule/v1/query_connect.js.map +1 -0
- package/ai/stigmer/agentic/schedule/v1/query_pb.d.ts +103 -0
- package/ai/stigmer/agentic/schedule/v1/query_pb.js +25 -0
- package/ai/stigmer/agentic/schedule/v1/query_pb.js.map +1 -0
- package/ai/stigmer/agentic/schedule/v1/spec_pb.d.ts +132 -0
- package/ai/stigmer/agentic/schedule/v1/spec_pb.js +16 -0
- package/ai/stigmer/agentic/schedule/v1/spec_pb.js.map +1 -0
- package/ai/stigmer/agentic/schedule/v1/status_pb.d.ts +85 -0
- package/ai/stigmer/agentic/schedule/v1/status_pb.js +16 -0
- package/ai/stigmer/agentic/schedule/v1/status_pb.js.map +1 -0
- 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/agentic/workflowexecution/v1/io_pb.d.ts +17 -0
- package/ai/stigmer/agentic/workflowexecution/v1/io_pb.js +1 -1
- package/ai/stigmer/agentic/workflowexecution/v1/io_pb.js.map +1 -1
- package/ai/stigmer/commons/apiresource/apiresourcekind/api_resource_kind_pb.d.ts +6 -0
- package/ai/stigmer/commons/apiresource/apiresourcekind/api_resource_kind_pb.js +7 -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
|
@@ -344,12 +344,102 @@ export type ChannelTemplate = Message<"ai.stigmer.agentic.agentchannel.v1.Channe
|
|
|
344
344
|
* @generated from field: string rejection_reason = 9;
|
|
345
345
|
*/
|
|
346
346
|
rejectionReason: string;
|
|
347
|
+
/**
|
|
348
|
+
* Why this platform version cannot send the template. Empty when the
|
|
349
|
+
* template can be sent.
|
|
350
|
+
*
|
|
351
|
+
* @internal
|
|
352
|
+
* proactive-messaging DD-005 D7 / DD-006 D1. Distinct from
|
|
353
|
+
* rejection_reason: that is the PROVIDER's verdict on the template;
|
|
354
|
+
* this is Stigmer's verdict on its own ability to supply the
|
|
355
|
+
* template's send payload (e.g. a text-header variable or dynamic-URL
|
|
356
|
+
* button the TemplatePayload contract cannot express). Sendability is
|
|
357
|
+
* derived — empty means sendable — and deliberately NOT a second
|
|
358
|
+
* boolean field: one writer (the provider mapper), nothing to drift.
|
|
359
|
+
* The runner's prompt section and the send pre-check both key off it.
|
|
360
|
+
*
|
|
361
|
+
* @generated from field: string unsupported_reason = 10;
|
|
362
|
+
*/
|
|
363
|
+
unsupportedReason: string;
|
|
347
364
|
};
|
|
348
365
|
/**
|
|
349
366
|
* Describes the message ai.stigmer.agentic.agentchannel.v1.ChannelTemplate.
|
|
350
367
|
* Use `create(ChannelTemplateSchema)` to create a new message.
|
|
351
368
|
*/
|
|
352
369
|
export declare const ChannelTemplateSchema: GenMessage<ChannelTemplate>;
|
|
370
|
+
/**
|
|
371
|
+
* Input for listing the agent channels the caller can send
|
|
372
|
+
* business-initiated messages on.
|
|
373
|
+
*
|
|
374
|
+
* @internal
|
|
375
|
+
* proactive-messaging DD-006 D2. Deliberately empty (the
|
|
376
|
+
* GetServerInfoInput house style): org, agent, and session all derive
|
|
377
|
+
* from the caller's token (DD-013 — never from arguments). Session-bound
|
|
378
|
+
* callers only in this slice; a direct principal is told to use the
|
|
379
|
+
* channel resource surface instead. Room is reserved for a
|
|
380
|
+
* direct-caller `org` arm if one is ever justified.
|
|
381
|
+
*
|
|
382
|
+
* @generated from message ai.stigmer.agentic.agentchannel.v1.ListMessagingChannelsInput
|
|
383
|
+
*/
|
|
384
|
+
export type ListMessagingChannelsInput = Message<"ai.stigmer.agentic.agentchannel.v1.ListMessagingChannelsInput"> & {};
|
|
385
|
+
/**
|
|
386
|
+
* Describes the message ai.stigmer.agentic.agentchannel.v1.ListMessagingChannelsInput.
|
|
387
|
+
* Use `create(ListMessagingChannelsInputSchema)` to create a new message.
|
|
388
|
+
*/
|
|
389
|
+
export declare const ListMessagingChannelsInputSchema: GenMessage<ListMessagingChannelsInput>;
|
|
390
|
+
/**
|
|
391
|
+
* MessagingChannels contains the agent channels the caller can send
|
|
392
|
+
* business-initiated messages on.
|
|
393
|
+
*
|
|
394
|
+
* @generated from message ai.stigmer.agentic.agentchannel.v1.MessagingChannels
|
|
395
|
+
*/
|
|
396
|
+
export type MessagingChannels = Message<"ai.stigmer.agentic.agentchannel.v1.MessagingChannels"> & {
|
|
397
|
+
/**
|
|
398
|
+
* One entry per serving proactive-enabled channel.
|
|
399
|
+
*
|
|
400
|
+
* @generated from field: repeated ai.stigmer.agentic.agentchannel.v1.MessagingChannel entries = 1;
|
|
401
|
+
*/
|
|
402
|
+
entries: MessagingChannel[];
|
|
403
|
+
};
|
|
404
|
+
/**
|
|
405
|
+
* Describes the message ai.stigmer.agentic.agentchannel.v1.MessagingChannels.
|
|
406
|
+
* Use `create(MessagingChannelsSchema)` to create a new message.
|
|
407
|
+
*/
|
|
408
|
+
export declare const MessagingChannelsSchema: GenMessage<MessagingChannels>;
|
|
409
|
+
/**
|
|
410
|
+
* MessagingChannel is one agent channel available for business-initiated
|
|
411
|
+
* messaging, as a slim projection.
|
|
412
|
+
*
|
|
413
|
+
* @internal
|
|
414
|
+
* proactive-messaging DD-006 D2: deliberately NOT the AgentChannel
|
|
415
|
+
* resource — provider_config and status carry install facts and
|
|
416
|
+
* credential references that must never reach a sandbox-token surface.
|
|
417
|
+
* The runner needs exactly enough to name the channel in a send and
|
|
418
|
+
* label the prompt section.
|
|
419
|
+
*
|
|
420
|
+
* @generated from message ai.stigmer.agentic.agentchannel.v1.MessagingChannel
|
|
421
|
+
*/
|
|
422
|
+
export type MessagingChannel = Message<"ai.stigmer.agentic.agentchannel.v1.MessagingChannel"> & {
|
|
423
|
+
/**
|
|
424
|
+
* AgentChannel slug, the `channel` value sendMessage and listTemplates
|
|
425
|
+
* accept.
|
|
426
|
+
*
|
|
427
|
+
* @generated from field: string channel = 1;
|
|
428
|
+
*/
|
|
429
|
+
channel: string;
|
|
430
|
+
/**
|
|
431
|
+
* Provider key, verbatim from the channel's provider_config arm
|
|
432
|
+
* (e.g. "whatsapp").
|
|
433
|
+
*
|
|
434
|
+
* @generated from field: string provider = 2;
|
|
435
|
+
*/
|
|
436
|
+
provider: string;
|
|
437
|
+
};
|
|
438
|
+
/**
|
|
439
|
+
* Describes the message ai.stigmer.agentic.agentchannel.v1.MessagingChannel.
|
|
440
|
+
* Use `create(MessagingChannelSchema)` to create a new message.
|
|
441
|
+
*/
|
|
442
|
+
export declare const MessagingChannelSchema: GenMessage<MessagingChannel>;
|
|
353
443
|
/**
|
|
354
444
|
* ChannelSendOutcome reports what happened to a business-initiated
|
|
355
445
|
* message on the inline delivery attempt.
|
|
@@ -6,7 +6,7 @@ import { file_buf_validate_validate } from "../../../../../buf/validate/validate
|
|
|
6
6
|
/**
|
|
7
7
|
* Describes the file ai/stigmer/agentic/agentchannel/v1/message_io.proto.
|
|
8
8
|
*/
|
|
9
|
-
export const file_ai_stigmer_agentic_agentchannel_v1_message_io = /*@__PURE__*/ fileDesc("CjNhaS9zdGlnbWVyL2FnZW50aWMvYWdlbnRjaGFubmVsL3YxL21lc3NhZ2VfaW8ucHJvdG8SImFpLnN0aWdtZXIuYWdlbnRpYy5hZ2VudGNoYW5uZWwudjEivQEKF1NlbmRDaGFubmVsTWVzc2FnZUlucHV0EhgKB2NoYW5uZWwYASABKAlCB7pIBHICGD8SFAoDb3JnGAIgASgJQge6SARyAhg/Eh0KCXJlY2lwaWVudBgDIAEoCUIKukgHcgUQARiAARJTCgdwYXlsb2FkGAQgASgLMjouYWkuc3RpZ21lci5hZ2VudGljLmFnZW50Y2hhbm5lbC52MS5DaGFubmVsT3V0Ym91bmRQYXlsb2FkQga6SAPIAQEisQEKFkNoYW5uZWxPdXRib3VuZFBheWxvYWQSPwoEdGV4dBgBIAEoCzIvLmFpLnN0aWdtZXIuYWdlbnRpYy5hZ2VudGNoYW5uZWwudjEuVGV4dFBheWxvYWRIABJHCgh0ZW1wbGF0ZRgCIAEoCzIzLmFpLnN0aWdtZXIuYWdlbnRpYy5hZ2VudGNoYW5uZWwudjEuVGVtcGxhdGVQYXlsb2FkSABCDQoEa2luZBIFukgCCAEiJwoLVGV4dFBheWxvYWQSGAoEYm9keRgBIAEoCUIKukgHcgUQARiAICKBAgoPVGVtcGxhdGVQYXlsb2FkEhgKBG5hbWUYASABKAlCCrpIB3IFEAEYgAQSGQoIbGFuZ3VhZ2UYAiABKAlCB7pIBHICGBASYQoKcGFyYW1ldGVycxgDIAMoCzJDLmFpLnN0aWdtZXIuYWdlbnRpYy5hZ2VudGNoYW5uZWwudjEuVGVtcGxhdGVQYXlsb2FkLlBhcmFtZXRlcnNFbnRyeUIIukgFmgECEDISIwoRaGVhZGVyX2ltYWdlX2xpbmsYBCABKAlCCLpIBXIDGIAQGjEKD1BhcmFtZXRlcnNFbnRyeRILCgNrZXkYASABKAkSDQoFdmFsdWUYAiABKAk6AjgBIq0BChhTZW5kQ2hhbm5lbE1lc3NhZ2VPdXRwdXQSRwoHb3V0Y29tZRgBIAEoDjI2LmFpLnN0aWdtZXIuYWdlbnRpYy5hZ2VudGNoYW5uZWwudjEuQ2hhbm5lbFNlbmRPdXRjb21lEhsKE291dGJvdW5kX21lc3NhZ2VfaWQYAiABKAkSGwoTcHJvdmlkZXJfbWVzc2FnZV9pZBgDIAEoCRIOCgZkZXRhaWwYBCABKAkiYgoZTGlzdENoYW5uZWxUZW1wbGF0ZXNJbnB1dBIYCgdjaGFubmVsGAEgASgJQge6SARyAhg/
|
|
9
|
+
export const file_ai_stigmer_agentic_agentchannel_v1_message_io = /*@__PURE__*/ fileDesc("CjNhaS9zdGlnbWVyL2FnZW50aWMvYWdlbnRjaGFubmVsL3YxL21lc3NhZ2VfaW8ucHJvdG8SImFpLnN0aWdtZXIuYWdlbnRpYy5hZ2VudGNoYW5uZWwudjEivQEKF1NlbmRDaGFubmVsTWVzc2FnZUlucHV0EhgKB2NoYW5uZWwYASABKAlCB7pIBHICGD8SFAoDb3JnGAIgASgJQge6SARyAhg/Eh0KCXJlY2lwaWVudBgDIAEoCUIKukgHcgUQARiAARJTCgdwYXlsb2FkGAQgASgLMjouYWkuc3RpZ21lci5hZ2VudGljLmFnZW50Y2hhbm5lbC52MS5DaGFubmVsT3V0Ym91bmRQYXlsb2FkQga6SAPIAQEisQEKFkNoYW5uZWxPdXRib3VuZFBheWxvYWQSPwoEdGV4dBgBIAEoCzIvLmFpLnN0aWdtZXIuYWdlbnRpYy5hZ2VudGNoYW5uZWwudjEuVGV4dFBheWxvYWRIABJHCgh0ZW1wbGF0ZRgCIAEoCzIzLmFpLnN0aWdtZXIuYWdlbnRpYy5hZ2VudGNoYW5uZWwudjEuVGVtcGxhdGVQYXlsb2FkSABCDQoEa2luZBIFukgCCAEiJwoLVGV4dFBheWxvYWQSGAoEYm9keRgBIAEoCUIKukgHcgUQARiAICKBAgoPVGVtcGxhdGVQYXlsb2FkEhgKBG5hbWUYASABKAlCCrpIB3IFEAEYgAQSGQoIbGFuZ3VhZ2UYAiABKAlCB7pIBHICGBASYQoKcGFyYW1ldGVycxgDIAMoCzJDLmFpLnN0aWdtZXIuYWdlbnRpYy5hZ2VudGNoYW5uZWwudjEuVGVtcGxhdGVQYXlsb2FkLlBhcmFtZXRlcnNFbnRyeUIIukgFmgECEDISIwoRaGVhZGVyX2ltYWdlX2xpbmsYBCABKAlCCLpIBXIDGIAQGjEKD1BhcmFtZXRlcnNFbnRyeRILCgNrZXkYASABKAkSDQoFdmFsdWUYAiABKAk6AjgBIq0BChhTZW5kQ2hhbm5lbE1lc3NhZ2VPdXRwdXQSRwoHb3V0Y29tZRgBIAEoDjI2LmFpLnN0aWdtZXIuYWdlbnRpYy5hZ2VudGNoYW5uZWwudjEuQ2hhbm5lbFNlbmRPdXRjb21lEhsKE291dGJvdW5kX21lc3NhZ2VfaWQYAiABKAkSGwoTcHJvdmlkZXJfbWVzc2FnZV9pZBgDIAEoCRIOCgZkZXRhaWwYBCABKAkiYgoZTGlzdENoYW5uZWxUZW1wbGF0ZXNJbnB1dBIYCgdjaGFubmVsGAEgASgJQge6SARyAhg/EhQKA29yZxgCIAEoCUIHukgEcgIYPxIVCg1hcHByb3ZlZF9vbmx5GAMgASgIIlgKEENoYW5uZWxUZW1wbGF0ZXMSRAoHZW50cmllcxgBIAMoCzIzLmFpLnN0aWdtZXIuYWdlbnRpYy5hZ2VudGNoYW5uZWwudjEuQ2hhbm5lbFRlbXBsYXRlIuYBCg9DaGFubmVsVGVtcGxhdGUSDAoEbmFtZRgBIAEoCRIQCghsYW5ndWFnZRgCIAEoCRIQCghjYXRlZ29yeRgDIAEoCRIOCgZzdGF0dXMYBCABKAkSGAoQcGFyYW1ldGVyX2Zvcm1hdBgFIAEoCRIXCg9wYXJhbWV0ZXJfbmFtZXMYBiADKAkSEQoJYm9keV90ZXh0GAcgASgJEhUKDWhlYWRlcl9mb3JtYXQYCCABKAkSGAoQcmVqZWN0aW9uX3JlYXNvbhgJIAEoCRIaChJ1bnN1cHBvcnRlZF9yZWFzb24YCiABKAkiHAoaTGlzdE1lc3NhZ2luZ0NoYW5uZWxzSW5wdXQiWgoRTWVzc2FnaW5nQ2hhbm5lbHMSRQoHZW50cmllcxgBIAMoCzI0LmFpLnN0aWdtZXIuYWdlbnRpYy5hZ2VudGNoYW5uZWwudjEuTWVzc2FnaW5nQ2hhbm5lbCI1ChBNZXNzYWdpbmdDaGFubmVsEg8KB2NoYW5uZWwYASABKAkSEAoIcHJvdmlkZXIYAiABKAkqYQoSQ2hhbm5lbFNlbmRPdXRjb21lEiQKIGNoYW5uZWxfc2VuZF9vdXRjb21lX3Vuc3BlY2lmaWVkEAASDAoIYWNjZXB0ZWQQARIKCgZxdWV1ZWQQAhILCgdyZWZ1c2VkEANiBnByb3RvMw", [file_buf_validate_validate]);
|
|
10
10
|
/**
|
|
11
11
|
* Describes the message ai.stigmer.agentic.agentchannel.v1.SendChannelMessageInput.
|
|
12
12
|
* Use `create(SendChannelMessageInputSchema)` to create a new message.
|
|
@@ -47,6 +47,21 @@ export const ChannelTemplatesSchema = /*@__PURE__*/ messageDesc(file_ai_stigmer_
|
|
|
47
47
|
* Use `create(ChannelTemplateSchema)` to create a new message.
|
|
48
48
|
*/
|
|
49
49
|
export const ChannelTemplateSchema = /*@__PURE__*/ messageDesc(file_ai_stigmer_agentic_agentchannel_v1_message_io, 7);
|
|
50
|
+
/**
|
|
51
|
+
* Describes the message ai.stigmer.agentic.agentchannel.v1.ListMessagingChannelsInput.
|
|
52
|
+
* Use `create(ListMessagingChannelsInputSchema)` to create a new message.
|
|
53
|
+
*/
|
|
54
|
+
export const ListMessagingChannelsInputSchema = /*@__PURE__*/ messageDesc(file_ai_stigmer_agentic_agentchannel_v1_message_io, 8);
|
|
55
|
+
/**
|
|
56
|
+
* Describes the message ai.stigmer.agentic.agentchannel.v1.MessagingChannels.
|
|
57
|
+
* Use `create(MessagingChannelsSchema)` to create a new message.
|
|
58
|
+
*/
|
|
59
|
+
export const MessagingChannelsSchema = /*@__PURE__*/ messageDesc(file_ai_stigmer_agentic_agentchannel_v1_message_io, 9);
|
|
60
|
+
/**
|
|
61
|
+
* Describes the message ai.stigmer.agentic.agentchannel.v1.MessagingChannel.
|
|
62
|
+
* Use `create(MessagingChannelSchema)` to create a new message.
|
|
63
|
+
*/
|
|
64
|
+
export const MessagingChannelSchema = /*@__PURE__*/ messageDesc(file_ai_stigmer_agentic_agentchannel_v1_message_io, 10);
|
|
50
65
|
/**
|
|
51
66
|
* ChannelSendOutcome reports what happened to a business-initiated
|
|
52
67
|
* message on the inline delivery attempt.
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"message_io_pb.js","sourceRoot":"","sources":["../../../../../../ai/stigmer/agentic/agentchannel/v1/message_io_pb.ts"],"names":[],"mappings":"AAAA,oFAAoF;AACpF,uIAAuI;AACvI,oBAAoB;AAGpB,OAAO,EAAE,QAAQ,EAAE,QAAQ,EAAE,WAAW,EAAE,MAAM,8BAA8B,CAAC;AAC/E,OAAO,EAAE,0BAA0B,EAAE,MAAM,4CAA4C,CAAC;AAGxF;;GAEG;AACH,MAAM,CAAC,MAAM,kDAAkD,GAAY,aAAa,CACtF,QAAQ,CAAC,
|
|
1
|
+
{"version":3,"file":"message_io_pb.js","sourceRoot":"","sources":["../../../../../../ai/stigmer/agentic/agentchannel/v1/message_io_pb.ts"],"names":[],"mappings":"AAAA,oFAAoF;AACpF,uIAAuI;AACvI,oBAAoB;AAGpB,OAAO,EAAE,QAAQ,EAAE,QAAQ,EAAE,WAAW,EAAE,MAAM,8BAA8B,CAAC;AAC/E,OAAO,EAAE,0BAA0B,EAAE,MAAM,4CAA4C,CAAC;AAGxF;;GAEG;AACH,MAAM,CAAC,MAAM,kDAAkD,GAAY,aAAa,CACtF,QAAQ,CAAC,opEAAopE,EAAE,CAAC,0BAA0B,CAAC,CAAC,CAAC;AAkD/rE;;;GAGG;AACH,MAAM,CAAC,MAAM,6BAA6B,GAAwC,aAAa,CAC7F,WAAW,CAAC,kDAAkD,EAAE,CAAC,CAAC,CAAC;AAyCrE;;;GAGG;AACH,MAAM,CAAC,MAAM,4BAA4B,GAAuC,aAAa,CAC3F,WAAW,CAAC,kDAAkD,EAAE,CAAC,CAAC,CAAC;AAgBrE;;;GAGG;AACH,MAAM,CAAC,MAAM,iBAAiB,GAA4B,aAAa,CACrE,WAAW,CAAC,kDAAkD,EAAE,CAAC,CAAC,CAAC;AAwDrE;;;GAGG;AACH,MAAM,CAAC,MAAM,qBAAqB,GAAgC,aAAa,CAC7E,WAAW,CAAC,kDAAkD,EAAE,CAAC,CAAC,CAAC;AAsCrE;;;GAGG;AACH,MAAM,CAAC,MAAM,8BAA8B,GAAyC,aAAa,CAC/F,WAAW,CAAC,kDAAkD,EAAE,CAAC,CAAC,CAAC;AAwCrE;;;GAGG;AACH,MAAM,CAAC,MAAM,+BAA+B,GAA0C,aAAa,CACjG,WAAW,CAAC,kDAAkD,EAAE,CAAC,CAAC,CAAC;AAiBrE;;;GAGG;AACH,MAAM,CAAC,MAAM,sBAAsB,GAAiC,aAAa,CAC/E,WAAW,CAAC,kDAAkD,EAAE,CAAC,CAAC,CAAC;AAwGrE;;;GAGG;AACH,MAAM,CAAC,MAAM,qBAAqB,GAAgC,aAAa,CAC7E,WAAW,CAAC,kDAAkD,EAAE,CAAC,CAAC,CAAC;AAmBrE;;;GAGG;AACH,MAAM,CAAC,MAAM,gCAAgC,GAA2C,aAAa,CACnG,WAAW,CAAC,kDAAkD,EAAE,CAAC,CAAC,CAAC;AAiBrE;;;GAGG;AACH,MAAM,CAAC,MAAM,uBAAuB,GAAkC,aAAa,CACjF,WAAW,CAAC,kDAAkD,EAAE,CAAC,CAAC,CAAC;AAiCrE;;;GAGG;AACH,MAAM,CAAC,MAAM,sBAAsB,GAAiC,aAAa,CAC/E,WAAW,CAAC,kDAAkD,EAAE,EAAE,CAAC,CAAC;AAEtE;;;;;;;;;;;GAWG;AACH,MAAM,CAAN,IAAY,kBA8BX;AA9BD,WAAY,kBAAkB;IAC5B;;;;OAIG;IACH,mHAAoC,CAAA;IAEpC;;;;OAIG;IACH,mEAAY,CAAA;IAEZ;;;;OAIG;IACH,+DAAU,CAAA;IAEV;;;;;;OAMG;IACH,iEAAW,CAAA;AACb,CAAC,EA9BW,kBAAkB,KAAlB,kBAAkB,QA8B7B;AAED;;GAEG;AACH,MAAM,CAAC,MAAM,wBAAwB,GAAgC,aAAa,CAChF,QAAQ,CAAC,kDAAkD,EAAE,CAAC,CAAC,CAAC"}
|
|
@@ -39,5 +39,32 @@ export declare const ChannelMessageQueryController: {
|
|
|
39
39
|
readonly O: any;
|
|
40
40
|
readonly kind: any;
|
|
41
41
|
};
|
|
42
|
+
/**
|
|
43
|
+
* List the agent channels the caller can send business-initiated
|
|
44
|
+
* messages on.
|
|
45
|
+
*
|
|
46
|
+
* Everything the read needs derives from the caller's credential; an
|
|
47
|
+
* agent with no proactive-messaging channel receives an empty list.
|
|
48
|
+
*
|
|
49
|
+
* @internal
|
|
50
|
+
* proactive-messaging DD-006 D2: the runner's tool-attachment
|
|
51
|
+
* decision, replacing DD-002 D5's getByAgent plan (FGA-scoped — a
|
|
52
|
+
* sandbox token structurally receives an empty list there). Cloud
|
|
53
|
+
* answers from the SAME candidate computation ChannelMessagingReach
|
|
54
|
+
* uses (chain → serving proactive channels → sender-registry filter),
|
|
55
|
+
* so the attachment decision and the send authorization can never
|
|
56
|
+
* disagree. Session-bound callers only in this slice: direct
|
|
57
|
+
* principals get INVALID_ARGUMENT pointing at the channel resource
|
|
58
|
+
* surface. OSS returns an empty list (DD-006 D3) — a discovery read
|
|
59
|
+
* answering "none", unlike its action siblings' FAILED_PRECONDITION.
|
|
60
|
+
*
|
|
61
|
+
* @generated from rpc ai.stigmer.agentic.agentchannel.v1.ChannelMessageQueryController.listMessagingChannels
|
|
62
|
+
*/
|
|
63
|
+
readonly listMessagingChannels: {
|
|
64
|
+
readonly name: "listMessagingChannels";
|
|
65
|
+
readonly I: any;
|
|
66
|
+
readonly O: any;
|
|
67
|
+
readonly kind: any;
|
|
68
|
+
};
|
|
42
69
|
};
|
|
43
70
|
};
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
// @generated from file ai/stigmer/agentic/agentchannel/v1/message_query.proto (package ai.stigmer.agentic.agentchannel.v1, syntax proto3)
|
|
3
3
|
/* eslint-disable */
|
|
4
4
|
// @ts-nocheck
|
|
5
|
-
import { ChannelTemplates, ListChannelTemplatesInput } from "./message_io_pbjs";
|
|
5
|
+
import { ChannelTemplates, ListChannelTemplatesInput, ListMessagingChannelsInput, MessagingChannels } from "./message_io_pbjs";
|
|
6
6
|
import { MethodKind } from "@bufbuild/protobuf";
|
|
7
7
|
/**
|
|
8
8
|
* ChannelMessageQueryController serves runtime reads that support
|
|
@@ -45,6 +45,33 @@ export const ChannelMessageQueryController = {
|
|
|
45
45
|
O: ChannelTemplates,
|
|
46
46
|
kind: MethodKind.Unary,
|
|
47
47
|
},
|
|
48
|
+
/**
|
|
49
|
+
* List the agent channels the caller can send business-initiated
|
|
50
|
+
* messages on.
|
|
51
|
+
*
|
|
52
|
+
* Everything the read needs derives from the caller's credential; an
|
|
53
|
+
* agent with no proactive-messaging channel receives an empty list.
|
|
54
|
+
*
|
|
55
|
+
* @internal
|
|
56
|
+
* proactive-messaging DD-006 D2: the runner's tool-attachment
|
|
57
|
+
* decision, replacing DD-002 D5's getByAgent plan (FGA-scoped — a
|
|
58
|
+
* sandbox token structurally receives an empty list there). Cloud
|
|
59
|
+
* answers from the SAME candidate computation ChannelMessagingReach
|
|
60
|
+
* uses (chain → serving proactive channels → sender-registry filter),
|
|
61
|
+
* so the attachment decision and the send authorization can never
|
|
62
|
+
* disagree. Session-bound callers only in this slice: direct
|
|
63
|
+
* principals get INVALID_ARGUMENT pointing at the channel resource
|
|
64
|
+
* surface. OSS returns an empty list (DD-006 D3) — a discovery read
|
|
65
|
+
* answering "none", unlike its action siblings' FAILED_PRECONDITION.
|
|
66
|
+
*
|
|
67
|
+
* @generated from rpc ai.stigmer.agentic.agentchannel.v1.ChannelMessageQueryController.listMessagingChannels
|
|
68
|
+
*/
|
|
69
|
+
listMessagingChannels: {
|
|
70
|
+
name: "listMessagingChannels",
|
|
71
|
+
I: ListMessagingChannelsInput,
|
|
72
|
+
O: MessagingChannels,
|
|
73
|
+
kind: MethodKind.Unary,
|
|
74
|
+
},
|
|
48
75
|
}
|
|
49
76
|
};
|
|
50
77
|
//# sourceMappingURL=message_query_connect.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"message_query_connect.js","sourceRoot":"","sources":["../../../../../../ai/stigmer/agentic/agentchannel/v1/message_query_connect.ts"],"names":[],"mappings":"AAAA,4FAA4F;AAC5F,0IAA0I;AAC1I,oBAAoB;AACpB,cAAc;AAEd,OAAO,EAAE,gBAAgB,EAAE,yBAAyB,EAAE,MAAM,mBAAmB,CAAC;
|
|
1
|
+
{"version":3,"file":"message_query_connect.js","sourceRoot":"","sources":["../../../../../../ai/stigmer/agentic/agentchannel/v1/message_query_connect.ts"],"names":[],"mappings":"AAAA,4FAA4F;AAC5F,0IAA0I;AAC1I,oBAAoB;AACpB,cAAc;AAEd,OAAO,EAAE,gBAAgB,EAAE,yBAAyB,EAAE,0BAA0B,EAAE,iBAAiB,EAAE,MAAM,mBAAmB,CAAC;AAC/H,OAAO,EAAE,UAAU,EAAE,MAAM,oBAAoB,CAAC;AAEhD;;;;;;;;;;;GAWG;AACH,MAAM,CAAC,MAAM,6BAA6B,GAAG;IAC3C,QAAQ,EAAE,kEAAkE;IAC5E,OAAO,EAAE;QACP;;;;;;;;;;;;;;;;;;;WAmBG;QACH,aAAa,EAAE;YACb,IAAI,EAAE,eAAe;YACrB,CAAC,EAAE,yBAAyB;YAC5B,CAAC,EAAE,gBAAgB;YACnB,IAAI,EAAE,UAAU,CAAC,KAAK;SACvB;QACD;;;;;;;;;;;;;;;;;;;;WAoBG;QACH,qBAAqB,EAAE;YACrB,IAAI,EAAE,uBAAuB;YAC7B,CAAC,EAAE,0BAA0B;YAC7B,CAAC,EAAE,iBAAiB;YACpB,IAAI,EAAE,UAAU,CAAC,KAAK;SACvB;KACF;CACO,CAAC"}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import type { GenFile, GenService } from "@bufbuild/protobuf/codegenv1";
|
|
2
|
-
import type { ChannelTemplatesSchema, ListChannelTemplatesInputSchema } from "./message_io_pb.js";
|
|
2
|
+
import type { ChannelTemplatesSchema, ListChannelTemplatesInputSchema, ListMessagingChannelsInputSchema, MessagingChannelsSchema } from "./message_io_pb.js";
|
|
3
3
|
/**
|
|
4
4
|
* Describes the file ai/stigmer/agentic/agentchannel/v1/message_query.proto.
|
|
5
5
|
*/
|
|
@@ -42,4 +42,30 @@ export declare const ChannelMessageQueryController: GenService<{
|
|
|
42
42
|
input: typeof ListChannelTemplatesInputSchema;
|
|
43
43
|
output: typeof ChannelTemplatesSchema;
|
|
44
44
|
};
|
|
45
|
+
/**
|
|
46
|
+
* List the agent channels the caller can send business-initiated
|
|
47
|
+
* messages on.
|
|
48
|
+
*
|
|
49
|
+
* Everything the read needs derives from the caller's credential; an
|
|
50
|
+
* agent with no proactive-messaging channel receives an empty list.
|
|
51
|
+
*
|
|
52
|
+
* @internal
|
|
53
|
+
* proactive-messaging DD-006 D2: the runner's tool-attachment
|
|
54
|
+
* decision, replacing DD-002 D5's getByAgent plan (FGA-scoped — a
|
|
55
|
+
* sandbox token structurally receives an empty list there). Cloud
|
|
56
|
+
* answers from the SAME candidate computation ChannelMessagingReach
|
|
57
|
+
* uses (chain → serving proactive channels → sender-registry filter),
|
|
58
|
+
* so the attachment decision and the send authorization can never
|
|
59
|
+
* disagree. Session-bound callers only in this slice: direct
|
|
60
|
+
* principals get INVALID_ARGUMENT pointing at the channel resource
|
|
61
|
+
* surface. OSS returns an empty list (DD-006 D3) — a discovery read
|
|
62
|
+
* answering "none", unlike its action siblings' FAILED_PRECONDITION.
|
|
63
|
+
*
|
|
64
|
+
* @generated from rpc ai.stigmer.agentic.agentchannel.v1.ChannelMessageQueryController.listMessagingChannels
|
|
65
|
+
*/
|
|
66
|
+
listMessagingChannels: {
|
|
67
|
+
methodKind: "unary";
|
|
68
|
+
input: typeof ListMessagingChannelsInputSchema;
|
|
69
|
+
output: typeof MessagingChannelsSchema;
|
|
70
|
+
};
|
|
45
71
|
}>;
|
|
@@ -8,7 +8,7 @@ import { file_ai_stigmer_commons_rpc_method_options } from "../../../commons/rpc
|
|
|
8
8
|
/**
|
|
9
9
|
* Describes the file ai/stigmer/agentic/agentchannel/v1/message_query.proto.
|
|
10
10
|
*/
|
|
11
|
-
export const file_ai_stigmer_agentic_agentchannel_v1_message_query = /*@__PURE__*/ fileDesc("
|
|
11
|
+
export const file_ai_stigmer_agentic_agentchannel_v1_message_query = /*@__PURE__*/ fileDesc("CjZhaS9zdGlnbWVyL2FnZW50aWMvYWdlbnRjaGFubmVsL3YxL21lc3NhZ2VfcXVlcnkucHJvdG8SImFpLnN0aWdtZXIuYWdlbnRpYy5hZ2VudGNoYW5uZWwudjEyyQIKHUNoYW5uZWxNZXNzYWdlUXVlcnlDb250cm9sbGVyEooBCg1saXN0VGVtcGxhdGVzEj0uYWkuc3RpZ21lci5hZ2VudGljLmFnZW50Y2hhbm5lbC52MS5MaXN0Q2hhbm5lbFRlbXBsYXRlc0lucHV0GjQuYWkuc3RpZ21lci5hZ2VudGljLmFnZW50Y2hhbm5lbC52MS5DaGFubmVsVGVtcGxhdGVzIgTQuBgBEpQBChVsaXN0TWVzc2FnaW5nQ2hhbm5lbHMSPi5haS5zdGlnbWVyLmFnZW50aWMuYWdlbnRjaGFubmVsLnYxLkxpc3RNZXNzYWdpbmdDaGFubmVsc0lucHV0GjUuYWkuc3RpZ21lci5hZ2VudGljLmFnZW50Y2hhbm5lbC52MS5NZXNzYWdpbmdDaGFubmVscyIE0LgYARoEoP8rL2IGcHJvdG8z", [file_ai_stigmer_agentic_agentchannel_v1_message_io, file_ai_stigmer_commons_apiresource_rpc_service_options, file_ai_stigmer_commons_rpc_method_options]);
|
|
12
12
|
/**
|
|
13
13
|
* ChannelMessageQueryController serves runtime reads that support
|
|
14
14
|
* business-initiated messaging on agent channels.
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"message_query_pb.js","sourceRoot":"","sources":["../../../../../../ai/stigmer/agentic/agentchannel/v1/message_query_pb.ts"],"names":[],"mappings":"AAAA,oFAAoF;AACpF,0IAA0I;AAC1I,oBAAoB;AAGpB,OAAO,EAAE,QAAQ,EAAE,WAAW,EAAE,MAAM,8BAA8B,CAAC;AAErE,OAAO,EAAE,kDAAkD,EAAE,MAAM,oBAAoB,CAAC;AACxF,OAAO,EAAE,uDAAuD,EAAE,MAAM,wDAAwD,CAAC;AACjI,OAAO,EAAE,0CAA0C,EAAE,MAAM,2CAA2C,CAAC;AAEvG;;GAEG;AACH,MAAM,CAAC,MAAM,qDAAqD,GAAY,aAAa,CACzF,QAAQ,CAAC,
|
|
1
|
+
{"version":3,"file":"message_query_pb.js","sourceRoot":"","sources":["../../../../../../ai/stigmer/agentic/agentchannel/v1/message_query_pb.ts"],"names":[],"mappings":"AAAA,oFAAoF;AACpF,0IAA0I;AAC1I,oBAAoB;AAGpB,OAAO,EAAE,QAAQ,EAAE,WAAW,EAAE,MAAM,8BAA8B,CAAC;AAErE,OAAO,EAAE,kDAAkD,EAAE,MAAM,oBAAoB,CAAC;AACxF,OAAO,EAAE,uDAAuD,EAAE,MAAM,wDAAwD,CAAC;AACjI,OAAO,EAAE,0CAA0C,EAAE,MAAM,2CAA2C,CAAC;AAEvG;;GAEG;AACH,MAAM,CAAC,MAAM,qDAAqD,GAAY,aAAa,CACzF,QAAQ,CAAC,kkBAAkkB,EAAE,CAAC,kDAAkD,EAAE,uDAAuD,EAAE,0CAA0C,CAAC,CAAC,CAAC;AAE1uB;;;;;;;;;;;GAWG;AACH,MAAM,CAAC,MAAM,6BAA6B,GAoDrC,aAAa,CAChB,WAAW,CAAC,qDAAqD,EAAE,CAAC,CAAC,CAAC"}
|
|
@@ -107,8 +107,11 @@ export type ChannelOutboundMessage = Message<"ai.stigmer.agentic.agentchannel.v1
|
|
|
107
107
|
* Provider message id once the provider accepted (WhatsApp: wamid).
|
|
108
108
|
*
|
|
109
109
|
* @internal
|
|
110
|
-
* Uniquely indexed where present — the
|
|
111
|
-
*
|
|
110
|
+
* Uniquely indexed where present — the provider-side identity of this
|
|
111
|
+
* send, kept for forensics and as the payments-era correlation anchor.
|
|
112
|
+
* Receipt correlation deliberately does NOT ride it (DD-016 D2): the
|
|
113
|
+
* wamid lands here only AFTER the provider accepts, while receipts are
|
|
114
|
+
* correlated by the send-time callback token, which can never miss.
|
|
112
115
|
*
|
|
113
116
|
* @generated from field: string provider_message_id = 12;
|
|
114
117
|
*/
|
|
@@ -131,21 +134,127 @@ export type ChannelOutboundMessage = Message<"ai.stigmer.agentic.agentchannel.v1
|
|
|
131
134
|
* @generated from field: google.protobuf.Timestamp next_attempt_at = 15;
|
|
132
135
|
*/
|
|
133
136
|
nextAttemptAt?: Timestamp;
|
|
137
|
+
/**
|
|
138
|
+
* The provider's report of what became of the message after it was
|
|
139
|
+
* accepted — a SECOND axis beside `status`, which tracks the
|
|
140
|
+
* platform's own send attempt. `status = delivered` means "handed to
|
|
141
|
+
* the provider"; `receipt_state = receipt_delivered` means "reached
|
|
142
|
+
* the recipient's device".
|
|
143
|
+
*
|
|
144
|
+
* @internal
|
|
145
|
+
* DD-016 D5/D6 (T02 slice 2c). Stamped by the delivery receipt
|
|
146
|
+
* handler, its single writer, advancing monotonically (sent <
|
|
147
|
+
* delivered < read; failed is sticky-terminal) because Meta delivers
|
|
148
|
+
* receipts out of order and may skip `delivered` entirely. The stamp
|
|
149
|
+
* never touches updated_at — that timestamp belongs to the
|
|
150
|
+
* send-attempt axis.
|
|
151
|
+
*
|
|
152
|
+
* @generated from field: ai.stigmer.agentic.agentchannel.v1.ChannelReceiptState receipt_state = 16;
|
|
153
|
+
*/
|
|
154
|
+
receiptState: ChannelReceiptState;
|
|
155
|
+
/**
|
|
156
|
+
* The provider's verbatim explanation when receipt_state is
|
|
157
|
+
* receipt_failed (WhatsApp: the errors[0] title, plus error_data
|
|
158
|
+
* details when present). Empty otherwise.
|
|
159
|
+
*
|
|
160
|
+
* @internal
|
|
161
|
+
* Provider-owned vocabulary, relayed verbatim (the DD-003 D6 rule) —
|
|
162
|
+
* never pattern-matched; receipt_error_code is the structured twin.
|
|
163
|
+
*
|
|
164
|
+
* @generated from field: string receipt_detail = 17;
|
|
165
|
+
*/
|
|
166
|
+
receiptDetail: string;
|
|
167
|
+
/**
|
|
168
|
+
* The provider's numeric error code when receipt_state is
|
|
169
|
+
* receipt_failed (WhatsApp: errors[0].code, e.g. 131026 "recipient
|
|
170
|
+
* cannot receive WhatsApp messages"). Zero otherwise.
|
|
171
|
+
*
|
|
172
|
+
* @generated from field: int32 receipt_error_code = 18;
|
|
173
|
+
*/
|
|
174
|
+
receiptErrorCode: number;
|
|
175
|
+
/**
|
|
176
|
+
* When the provider reported the latest receipt state (the provider's
|
|
177
|
+
* own event timestamp, not our processing time).
|
|
178
|
+
*
|
|
179
|
+
* @generated from field: google.protobuf.Timestamp receipt_at = 19;
|
|
180
|
+
*/
|
|
181
|
+
receiptAt?: Timestamp;
|
|
134
182
|
};
|
|
135
183
|
/**
|
|
136
184
|
* Describes the message ai.stigmer.agentic.agentchannel.v1.ChannelOutboundMessage.
|
|
137
185
|
* Use `create(ChannelOutboundMessageSchema)` to create a new message.
|
|
138
186
|
*/
|
|
139
187
|
export declare const ChannelOutboundMessageSchema: GenMessage<ChannelOutboundMessage>;
|
|
188
|
+
/**
|
|
189
|
+
* ChannelReceiptState is the provider-reported delivery progress of an
|
|
190
|
+
* accepted outbound message, as learned from delivery receipts.
|
|
191
|
+
*
|
|
192
|
+
* @internal
|
|
193
|
+
* DD-016 D6. Provider-neutral four-state vocabulary; WhatsApp's fifth
|
|
194
|
+
* value `played` (voice playback) maps to receipt_read (DD-016 D8), and
|
|
195
|
+
* the raw webhook payload retains the verbatim value. Values carry the
|
|
196
|
+
* receipt_ prefix because proto3 enum values are package-scoped —
|
|
197
|
+
* `delivered` and `failed` are taken by ChannelDeliveryStatus — which is
|
|
198
|
+
* also a feature: the send-attempt axis and the receipt axis can never
|
|
199
|
+
* be confused on the wire. Enum numbers are IDENTITY only; the stamp's
|
|
200
|
+
* monotonic ordering lives in an explicit rank map in the handler, so a
|
|
201
|
+
* future value cannot silently mis-rank.
|
|
202
|
+
*
|
|
203
|
+
* @generated from enum ai.stigmer.agentic.agentchannel.v1.ChannelReceiptState
|
|
204
|
+
*/
|
|
205
|
+
export declare enum ChannelReceiptState {
|
|
206
|
+
/**
|
|
207
|
+
* Default value when no receipt has been recorded.
|
|
208
|
+
*
|
|
209
|
+
* @generated from enum value: receipt_state_unspecified = 0;
|
|
210
|
+
*/
|
|
211
|
+
receipt_state_unspecified = 0,
|
|
212
|
+
/**
|
|
213
|
+
* The provider accepted the message into its delivery queue.
|
|
214
|
+
*
|
|
215
|
+
* @generated from enum value: receipt_sent = 1;
|
|
216
|
+
*/
|
|
217
|
+
receipt_sent = 1,
|
|
218
|
+
/**
|
|
219
|
+
* The message reached the recipient's device.
|
|
220
|
+
*
|
|
221
|
+
* @generated from enum value: receipt_delivered = 2;
|
|
222
|
+
*/
|
|
223
|
+
receipt_delivered = 2,
|
|
224
|
+
/**
|
|
225
|
+
* The recipient viewed the message (or played it, for voice).
|
|
226
|
+
*
|
|
227
|
+
* @generated from enum value: receipt_read = 3;
|
|
228
|
+
*/
|
|
229
|
+
receipt_read = 3,
|
|
230
|
+
/**
|
|
231
|
+
* The provider could not deliver the message; receipt_detail and
|
|
232
|
+
* receipt_error_code carry the provider's verdict.
|
|
233
|
+
*
|
|
234
|
+
* @generated from enum value: receipt_failed = 4;
|
|
235
|
+
*/
|
|
236
|
+
receipt_failed = 4
|
|
237
|
+
}
|
|
238
|
+
/**
|
|
239
|
+
* Describes the enum ai.stigmer.agentic.agentchannel.v1.ChannelReceiptState.
|
|
240
|
+
*/
|
|
241
|
+
export declare const ChannelReceiptStateSchema: GenEnum<ChannelReceiptState>;
|
|
140
242
|
/**
|
|
141
243
|
* ChannelOutboundOrigin records which trust context authorized a
|
|
142
244
|
* business-initiated send.
|
|
143
245
|
*
|
|
144
246
|
* @internal
|
|
145
|
-
* DD-002 D9: the
|
|
247
|
+
* DD-002 D9: the calling contexts carry different trust levels, so
|
|
146
248
|
* recipient policy is surface-aware — channel-conversation sends are
|
|
147
|
-
* bounded to known senders, operator-authored sends to caps. Stamped
|
|
148
|
-
*
|
|
249
|
+
* bounded to known senders, operator-authored sends to caps. Stamped
|
|
250
|
+
* server-side for audit, never caller-supplied. Writers, one per value:
|
|
251
|
+
* the reach resolver stamps channel_conversation and operator; the
|
|
252
|
+
* takeover acknowledger stamps platform (channel-conversations DD-005
|
|
253
|
+
* D-d); the conversation reply handler stamps participant
|
|
254
|
+
* (channel-conversations DD-009, amended at T03 Sitting 1). The
|
|
255
|
+
* proactive caps count only channel_conversation and operator rows —
|
|
256
|
+
* platform and participant are reply traffic inside the open service
|
|
257
|
+
* window, outside the proactive levers by design.
|
|
149
258
|
*
|
|
150
259
|
* @generated from enum ai.stigmer.agentic.agentchannel.v1.ChannelOutboundOrigin
|
|
151
260
|
*/
|
|
@@ -169,7 +278,34 @@ export declare enum ChannelOutboundOrigin {
|
|
|
169
278
|
*
|
|
170
279
|
* @generated from enum value: operator = 2;
|
|
171
280
|
*/
|
|
172
|
-
operator = 2
|
|
281
|
+
operator = 2,
|
|
282
|
+
/**
|
|
283
|
+
* Platform-authored conversation-context copy (e.g. the takeover
|
|
284
|
+
* acknowledgment), neither the agent's words nor a human's.
|
|
285
|
+
*
|
|
286
|
+
* @internal
|
|
287
|
+
* channel-conversations DD-005 D-d: reply traffic inside the open
|
|
288
|
+
* service window — exempt from the proactive caps and the proactive
|
|
289
|
+
* consent lever. Renders as author_platform on the timeline.
|
|
290
|
+
*
|
|
291
|
+
* @generated from enum value: platform = 3;
|
|
292
|
+
*/
|
|
293
|
+
platform = 3,
|
|
294
|
+
/**
|
|
295
|
+
* A staff member's reply inside a live conversation, sent through the
|
|
296
|
+
* conversation-scoped reply command.
|
|
297
|
+
*
|
|
298
|
+
* @internal
|
|
299
|
+
* channel-conversations DD-009 (T03 Sitting 1 amendment): distinct
|
|
300
|
+
* from operator because a console cold-send and a staff reply both
|
|
301
|
+
* carry an empty session — origin is the only durable discriminator
|
|
302
|
+
* the cap predicate and the timeline author mapping can key on.
|
|
303
|
+
* Renders as author_teammate on the timeline. First written by the
|
|
304
|
+
* reply handler (T03 Sitting 2).
|
|
305
|
+
*
|
|
306
|
+
* @generated from enum value: participant = 4;
|
|
307
|
+
*/
|
|
308
|
+
participant = 4
|
|
173
309
|
}
|
|
174
310
|
/**
|
|
175
311
|
* Describes the enum ai.stigmer.agentic.agentchannel.v1.ChannelOutboundOrigin.
|
|
@@ -8,21 +8,83 @@ import { file_google_protobuf_timestamp } from "@bufbuild/protobuf/wkt";
|
|
|
8
8
|
/**
|
|
9
9
|
* Describes the file ai/stigmer/agentic/agentchannel/v1/outbound.proto.
|
|
10
10
|
*/
|
|
11
|
-
export const file_ai_stigmer_agentic_agentchannel_v1_outbound = /*@__PURE__*/ fileDesc("
|
|
11
|
+
export const file_ai_stigmer_agentic_agentchannel_v1_outbound = /*@__PURE__*/ fileDesc("CjFhaS9zdGlnbWVyL2FnZW50aWMvYWdlbnRjaGFubmVsL3YxL291dGJvdW5kLnByb3RvEiJhaS5zdGlnbWVyLmFnZW50aWMuYWdlbnRjaGFubmVsLnYxIosGChZDaGFubmVsT3V0Ym91bmRNZXNzYWdlEhsKE291dGJvdW5kX21lc3NhZ2VfaWQYASABKAkSGAoQYWdlbnRfY2hhbm5lbF9pZBgCIAEoCRILCgNvcmcYAyABKAkSEgoKc2Vzc2lvbl9pZBgEIAEoCRJJCgZvcmlnaW4YBSABKA4yOS5haS5zdGlnbWVyLmFnZW50aWMuYWdlbnRjaGFubmVsLnYxLkNoYW5uZWxPdXRib3VuZE9yaWdpbhIRCglyZWNpcGllbnQYBiABKAkSSwoHcGF5bG9hZBgHIAEoCzI6LmFpLnN0aWdtZXIuYWdlbnRpYy5hZ2VudGNoYW5uZWwudjEuQ2hhbm5lbE91dGJvdW5kUGF5bG9hZBJJCgZzdGF0dXMYCCABKA4yOS5haS5zdGlnbWVyLmFnZW50aWMuYWdlbnRjaGFubmVsLnYxLkNoYW5uZWxEZWxpdmVyeVN0YXR1cxIQCghhdHRlbXB0cxgJIAEoBRISCgpsYXN0X2Vycm9yGAogASgJEhcKD2lkZW1wb3RlbmN5X2tleRgLIAEoCRIbChNwcm92aWRlcl9tZXNzYWdlX2lkGAwgASgJEi4KCmNyZWF0ZWRfYXQYDSABKAsyGi5nb29nbGUucHJvdG9idWYuVGltZXN0YW1wEi4KCnVwZGF0ZWRfYXQYDiABKAsyGi5nb29nbGUucHJvdG9idWYuVGltZXN0YW1wEjMKD25leHRfYXR0ZW1wdF9hdBgPIAEoCzIaLmdvb2dsZS5wcm90b2J1Zi5UaW1lc3RhbXASTgoNcmVjZWlwdF9zdGF0ZRgQIAEoDjI3LmFpLnN0aWdtZXIuYWdlbnRpYy5hZ2VudGNoYW5uZWwudjEuQ2hhbm5lbFJlY2VpcHRTdGF0ZRIWCg5yZWNlaXB0X2RldGFpbBgRIAEoCRIaChJyZWNlaXB0X2Vycm9yX2NvZGUYEiABKAUSLgoKcmVjZWlwdF9hdBgTIAEoCzIaLmdvb2dsZS5wcm90b2J1Zi5UaW1lc3RhbXAqgwEKE0NoYW5uZWxSZWNlaXB0U3RhdGUSHQoZcmVjZWlwdF9zdGF0ZV91bnNwZWNpZmllZBAAEhAKDHJlY2VpcHRfc2VudBABEhUKEXJlY2VpcHRfZGVsaXZlcmVkEAISEAoMcmVjZWlwdF9yZWFkEAMSEgoOcmVjZWlwdF9mYWlsZWQQBCqHAQoVQ2hhbm5lbE91dGJvdW5kT3JpZ2luEicKI2NoYW5uZWxfb3V0Ym91bmRfb3JpZ2luX3Vuc3BlY2lmaWVkEAASGAoUY2hhbm5lbF9jb252ZXJzYXRpb24QARIMCghvcGVyYXRvchACEgwKCHBsYXRmb3JtEAMSDwoLcGFydGljaXBhbnQQBGIGcHJvdG8z", [file_ai_stigmer_agentic_agentchannel_v1_delivery, file_ai_stigmer_agentic_agentchannel_v1_message_io, file_google_protobuf_timestamp]);
|
|
12
12
|
/**
|
|
13
13
|
* Describes the message ai.stigmer.agentic.agentchannel.v1.ChannelOutboundMessage.
|
|
14
14
|
* Use `create(ChannelOutboundMessageSchema)` to create a new message.
|
|
15
15
|
*/
|
|
16
16
|
export const ChannelOutboundMessageSchema = /*@__PURE__*/ messageDesc(file_ai_stigmer_agentic_agentchannel_v1_outbound, 0);
|
|
17
|
+
/**
|
|
18
|
+
* ChannelReceiptState is the provider-reported delivery progress of an
|
|
19
|
+
* accepted outbound message, as learned from delivery receipts.
|
|
20
|
+
*
|
|
21
|
+
* @internal
|
|
22
|
+
* DD-016 D6. Provider-neutral four-state vocabulary; WhatsApp's fifth
|
|
23
|
+
* value `played` (voice playback) maps to receipt_read (DD-016 D8), and
|
|
24
|
+
* the raw webhook payload retains the verbatim value. Values carry the
|
|
25
|
+
* receipt_ prefix because proto3 enum values are package-scoped —
|
|
26
|
+
* `delivered` and `failed` are taken by ChannelDeliveryStatus — which is
|
|
27
|
+
* also a feature: the send-attempt axis and the receipt axis can never
|
|
28
|
+
* be confused on the wire. Enum numbers are IDENTITY only; the stamp's
|
|
29
|
+
* monotonic ordering lives in an explicit rank map in the handler, so a
|
|
30
|
+
* future value cannot silently mis-rank.
|
|
31
|
+
*
|
|
32
|
+
* @generated from enum ai.stigmer.agentic.agentchannel.v1.ChannelReceiptState
|
|
33
|
+
*/
|
|
34
|
+
export var ChannelReceiptState;
|
|
35
|
+
(function (ChannelReceiptState) {
|
|
36
|
+
/**
|
|
37
|
+
* Default value when no receipt has been recorded.
|
|
38
|
+
*
|
|
39
|
+
* @generated from enum value: receipt_state_unspecified = 0;
|
|
40
|
+
*/
|
|
41
|
+
ChannelReceiptState[ChannelReceiptState["receipt_state_unspecified"] = 0] = "receipt_state_unspecified";
|
|
42
|
+
/**
|
|
43
|
+
* The provider accepted the message into its delivery queue.
|
|
44
|
+
*
|
|
45
|
+
* @generated from enum value: receipt_sent = 1;
|
|
46
|
+
*/
|
|
47
|
+
ChannelReceiptState[ChannelReceiptState["receipt_sent"] = 1] = "receipt_sent";
|
|
48
|
+
/**
|
|
49
|
+
* The message reached the recipient's device.
|
|
50
|
+
*
|
|
51
|
+
* @generated from enum value: receipt_delivered = 2;
|
|
52
|
+
*/
|
|
53
|
+
ChannelReceiptState[ChannelReceiptState["receipt_delivered"] = 2] = "receipt_delivered";
|
|
54
|
+
/**
|
|
55
|
+
* The recipient viewed the message (or played it, for voice).
|
|
56
|
+
*
|
|
57
|
+
* @generated from enum value: receipt_read = 3;
|
|
58
|
+
*/
|
|
59
|
+
ChannelReceiptState[ChannelReceiptState["receipt_read"] = 3] = "receipt_read";
|
|
60
|
+
/**
|
|
61
|
+
* The provider could not deliver the message; receipt_detail and
|
|
62
|
+
* receipt_error_code carry the provider's verdict.
|
|
63
|
+
*
|
|
64
|
+
* @generated from enum value: receipt_failed = 4;
|
|
65
|
+
*/
|
|
66
|
+
ChannelReceiptState[ChannelReceiptState["receipt_failed"] = 4] = "receipt_failed";
|
|
67
|
+
})(ChannelReceiptState || (ChannelReceiptState = {}));
|
|
68
|
+
/**
|
|
69
|
+
* Describes the enum ai.stigmer.agentic.agentchannel.v1.ChannelReceiptState.
|
|
70
|
+
*/
|
|
71
|
+
export const ChannelReceiptStateSchema = /*@__PURE__*/ enumDesc(file_ai_stigmer_agentic_agentchannel_v1_outbound, 0);
|
|
17
72
|
/**
|
|
18
73
|
* ChannelOutboundOrigin records which trust context authorized a
|
|
19
74
|
* business-initiated send.
|
|
20
75
|
*
|
|
21
76
|
* @internal
|
|
22
|
-
* DD-002 D9: the
|
|
77
|
+
* DD-002 D9: the calling contexts carry different trust levels, so
|
|
23
78
|
* recipient policy is surface-aware — channel-conversation sends are
|
|
24
|
-
* bounded to known senders, operator-authored sends to caps. Stamped
|
|
25
|
-
*
|
|
79
|
+
* bounded to known senders, operator-authored sends to caps. Stamped
|
|
80
|
+
* server-side for audit, never caller-supplied. Writers, one per value:
|
|
81
|
+
* the reach resolver stamps channel_conversation and operator; the
|
|
82
|
+
* takeover acknowledger stamps platform (channel-conversations DD-005
|
|
83
|
+
* D-d); the conversation reply handler stamps participant
|
|
84
|
+
* (channel-conversations DD-009, amended at T03 Sitting 1). The
|
|
85
|
+
* proactive caps count only channel_conversation and operator rows —
|
|
86
|
+
* platform and participant are reply traffic inside the open service
|
|
87
|
+
* window, outside the proactive levers by design.
|
|
26
88
|
*
|
|
27
89
|
* @generated from enum ai.stigmer.agentic.agentchannel.v1.ChannelOutboundOrigin
|
|
28
90
|
*/
|
|
@@ -48,9 +110,36 @@ export var ChannelOutboundOrigin;
|
|
|
48
110
|
* @generated from enum value: operator = 2;
|
|
49
111
|
*/
|
|
50
112
|
ChannelOutboundOrigin[ChannelOutboundOrigin["operator"] = 2] = "operator";
|
|
113
|
+
/**
|
|
114
|
+
* Platform-authored conversation-context copy (e.g. the takeover
|
|
115
|
+
* acknowledgment), neither the agent's words nor a human's.
|
|
116
|
+
*
|
|
117
|
+
* @internal
|
|
118
|
+
* channel-conversations DD-005 D-d: reply traffic inside the open
|
|
119
|
+
* service window — exempt from the proactive caps and the proactive
|
|
120
|
+
* consent lever. Renders as author_platform on the timeline.
|
|
121
|
+
*
|
|
122
|
+
* @generated from enum value: platform = 3;
|
|
123
|
+
*/
|
|
124
|
+
ChannelOutboundOrigin[ChannelOutboundOrigin["platform"] = 3] = "platform";
|
|
125
|
+
/**
|
|
126
|
+
* A staff member's reply inside a live conversation, sent through the
|
|
127
|
+
* conversation-scoped reply command.
|
|
128
|
+
*
|
|
129
|
+
* @internal
|
|
130
|
+
* channel-conversations DD-009 (T03 Sitting 1 amendment): distinct
|
|
131
|
+
* from operator because a console cold-send and a staff reply both
|
|
132
|
+
* carry an empty session — origin is the only durable discriminator
|
|
133
|
+
* the cap predicate and the timeline author mapping can key on.
|
|
134
|
+
* Renders as author_teammate on the timeline. First written by the
|
|
135
|
+
* reply handler (T03 Sitting 2).
|
|
136
|
+
*
|
|
137
|
+
* @generated from enum value: participant = 4;
|
|
138
|
+
*/
|
|
139
|
+
ChannelOutboundOrigin[ChannelOutboundOrigin["participant"] = 4] = "participant";
|
|
51
140
|
})(ChannelOutboundOrigin || (ChannelOutboundOrigin = {}));
|
|
52
141
|
/**
|
|
53
142
|
* Describes the enum ai.stigmer.agentic.agentchannel.v1.ChannelOutboundOrigin.
|
|
54
143
|
*/
|
|
55
|
-
export const ChannelOutboundOriginSchema = /*@__PURE__*/ enumDesc(file_ai_stigmer_agentic_agentchannel_v1_outbound,
|
|
144
|
+
export const ChannelOutboundOriginSchema = /*@__PURE__*/ enumDesc(file_ai_stigmer_agentic_agentchannel_v1_outbound, 1);
|
|
56
145
|
//# sourceMappingURL=outbound_pb.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"outbound_pb.js","sourceRoot":"","sources":["../../../../../../ai/stigmer/agentic/agentchannel/v1/outbound_pb.ts"],"names":[],"mappings":"AAAA,oFAAoF;AACpF,qIAAqI;AACrI,oBAAoB;AAGpB,OAAO,EAAE,QAAQ,EAAE,QAAQ,EAAE,WAAW,EAAE,MAAM,8BAA8B,CAAC;AAE/E,OAAO,EAAE,gDAAgD,EAAE,MAAM,kBAAkB,CAAC;AAEpF,OAAO,EAAE,kDAAkD,EAAE,MAAM,oBAAoB,CAAC;AAExF,OAAO,EAAE,8BAA8B,EAAE,MAAM,wBAAwB,CAAC;AAGxE;;GAEG;AACH,MAAM,CAAC,MAAM,gDAAgD,GAAY,aAAa,CACpF,QAAQ,CAAC,
|
|
1
|
+
{"version":3,"file":"outbound_pb.js","sourceRoot":"","sources":["../../../../../../ai/stigmer/agentic/agentchannel/v1/outbound_pb.ts"],"names":[],"mappings":"AAAA,oFAAoF;AACpF,qIAAqI;AACrI,oBAAoB;AAGpB,OAAO,EAAE,QAAQ,EAAE,QAAQ,EAAE,WAAW,EAAE,MAAM,8BAA8B,CAAC;AAE/E,OAAO,EAAE,gDAAgD,EAAE,MAAM,kBAAkB,CAAC;AAEpF,OAAO,EAAE,kDAAkD,EAAE,MAAM,oBAAoB,CAAC;AAExF,OAAO,EAAE,8BAA8B,EAAE,MAAM,wBAAwB,CAAC;AAGxE;;GAEG;AACH,MAAM,CAAC,MAAM,gDAAgD,GAAY,aAAa,CACpF,QAAQ,CAAC,8/CAA8/C,EAAE,CAAC,gDAAgD,EAAE,kDAAkD,EAAE,8BAA8B,CAAC,CAAC,CAAC;AAkMnpD;;;GAGG;AACH,MAAM,CAAC,MAAM,4BAA4B,GAAuC,aAAa,CAC3F,WAAW,CAAC,gDAAgD,EAAE,CAAC,CAAC,CAAC;AAEnE;;;;;;;;;;;;;;;;GAgBG;AACH,MAAM,CAAN,IAAY,mBAoCX;AApCD,WAAY,mBAAmB;IAC7B;;;;OAIG;IACH,uGAA6B,CAAA;IAE7B;;;;OAIG;IACH,6EAAgB,CAAA;IAEhB;;;;OAIG;IACH,uFAAqB,CAAA;IAErB;;;;OAIG;IACH,6EAAgB,CAAA;IAEhB;;;;;OAKG;IACH,iFAAkB,CAAA;AACpB,CAAC,EApCW,mBAAmB,KAAnB,mBAAmB,QAoC9B;AAED;;GAEG;AACH,MAAM,CAAC,MAAM,yBAAyB,GAAiC,aAAa,CAClF,QAAQ,CAAC,gDAAgD,EAAE,CAAC,CAAC,CAAC;AAEhE;;;;;;;;;;;;;;;;;;GAkBG;AACH,MAAM,CAAN,IAAY,qBAoDX;AApDD,WAAY,qBAAqB;IAC/B;;;;OAIG;IACH,+HAAuC,CAAA;IAEvC;;;;;OAKG;IACH,iGAAwB,CAAA;IAExB;;;;;OAKG;IACH,yEAAY,CAAA;IAEZ;;;;;;;;;;OAUG;IACH,yEAAY,CAAA;IAEZ;;;;;;;;;;;;;OAaG;IACH,+EAAe,CAAA;AACjB,CAAC,EApDW,qBAAqB,KAArB,qBAAqB,QAoDhC;AAED;;GAEG;AACH,MAAM,CAAC,MAAM,2BAA2B,GAAmC,aAAa,CACtF,QAAQ,CAAC,gDAAgD,EAAE,CAAC,CAAC,CAAC"}
|
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
import type { GenFile, GenMessage } from "@bufbuild/protobuf/codegenv1";
|
|
2
|
+
import type { RunConfig } from "../../agentexecution/v1/invocation_pb.js";
|
|
2
3
|
import type { ApiResourceReference } from "../../../commons/apiresource/io_pb.js";
|
|
3
4
|
import type { Message } from "@bufbuild/protobuf";
|
|
4
5
|
/**
|
|
@@ -151,6 +152,30 @@ export type AgentChannelSpec = Message<"ai.stigmer.agentic.agentchannel.v1.Agent
|
|
|
151
152
|
* @generated from field: bool proactive_messaging_enabled = 7;
|
|
152
153
|
*/
|
|
153
154
|
proactiveMessagingEnabled: boolean;
|
|
155
|
+
/**
|
|
156
|
+
* Per-turn model choice and run bounds for conversations on this
|
|
157
|
+
* channel, overriding the platform's channel execution profile.
|
|
158
|
+
*
|
|
159
|
+
* Unset fields inherit the platform default. model_name replaces the
|
|
160
|
+
* platform model outright, while max_cost_usd and max_tool_rounds can
|
|
161
|
+
* only lower the platform caps — a channel owner can reduce what one
|
|
162
|
+
* turn may spend, never raise it past the platform profile.
|
|
163
|
+
*
|
|
164
|
+
* @internal
|
|
165
|
+
* Chat-surface DD-001 D1 as amended by DD-018 D-2: the shared
|
|
166
|
+
* owner-settable run shape (stigmer/stigmer#360), embedded directly —
|
|
167
|
+
* never a ChannelRunConfig mirror, mirroring being the drift mechanism
|
|
168
|
+
* the shared message exists to end. Merged at the single broker write
|
|
169
|
+
* site (ChannelSessionBroker — the promise recorded on
|
|
170
|
+
* ChannelExecutionProfileProperties), per field: bounds clamp
|
|
171
|
+
* min(owner, platform), model replaces outright, service_tier stamps
|
|
172
|
+
* when set (validated fail-closed at execution create), approval_mode
|
|
173
|
+
* stays platform-owned. Runtime enforcement is cloud-only — OSS has
|
|
174
|
+
* no channel serving runtime and stores/echoes the field.
|
|
175
|
+
*
|
|
176
|
+
* @generated from field: ai.stigmer.agentic.agentexecution.v1.RunConfig run_config = 8;
|
|
177
|
+
*/
|
|
178
|
+
runConfig?: RunConfig;
|
|
154
179
|
};
|
|
155
180
|
/**
|
|
156
181
|
* Describes the message ai.stigmer.agentic.agentchannel.v1.AgentChannelSpec.
|