@stigmer/protos 0.5.0 → 1.0.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.
Files changed (139) hide show
  1. package/ai/stigmer/agentic/agentexecution/v1/api_pb.d.ts +7 -0
  2. package/ai/stigmer/agentic/agentexecution/v1/api_pb.js +2 -1
  3. package/ai/stigmer/agentic/agentexecution/v1/api_pb.js.map +1 -1
  4. package/ai/stigmer/agentic/agentexecution/v1/enum_pb.d.ts +54 -0
  5. package/ai/stigmer/agentic/agentexecution/v1/enum_pb.js +56 -1
  6. package/ai/stigmer/agentic/agentexecution/v1/enum_pb.js.map +1 -1
  7. package/ai/stigmer/agentic/agentexecution/v1/io_pb.d.ts +149 -1
  8. package/ai/stigmer/agentic/agentexecution/v1/io_pb.js +50 -2
  9. package/ai/stigmer/agentic/agentexecution/v1/io_pb.js.map +1 -1
  10. package/ai/stigmer/agentic/agentexecution/v1/query_connect.d.ts +31 -0
  11. package/ai/stigmer/agentic/agentexecution/v1/query_connect.js +32 -1
  12. package/ai/stigmer/agentic/agentexecution/v1/query_connect.js.map +1 -1
  13. package/ai/stigmer/agentic/agentexecution/v1/query_pb.d.ts +31 -1
  14. package/ai/stigmer/agentic/agentexecution/v1/query_pb.js +1 -1
  15. package/ai/stigmer/agentic/agentexecution/v1/query_pb.js.map +1 -1
  16. package/ai/stigmer/agentic/agentexecution/v1/spec_pb.d.ts +16 -0
  17. package/ai/stigmer/agentic/agentexecution/v1/spec_pb.js +2 -1
  18. package/ai/stigmer/agentic/agentexecution/v1/spec_pb.js.map +1 -1
  19. package/ai/stigmer/agentic/agentexecution/v1/usage_pb.d.ts +68 -0
  20. package/ai/stigmer/agentic/agentexecution/v1/usage_pb.js +6 -1
  21. package/ai/stigmer/agentic/agentexecution/v1/usage_pb.js.map +1 -1
  22. package/ai/stigmer/agentic/artifact/v1/api_pb.d.ts +152 -0
  23. package/ai/stigmer/agentic/artifact/v1/api_pb.js +24 -0
  24. package/ai/stigmer/agentic/artifact/v1/api_pb.js.map +1 -0
  25. package/ai/stigmer/agentic/artifact/v1/command_connect.d.ts +83 -0
  26. package/ai/stigmer/agentic/artifact/v1/command_connect.js +92 -0
  27. package/ai/stigmer/agentic/artifact/v1/command_connect.js.map +1 -0
  28. package/ai/stigmer/agentic/artifact/v1/command_pb.d.ts +86 -0
  29. package/ai/stigmer/agentic/artifact/v1/command_pb.js +36 -0
  30. package/ai/stigmer/agentic/artifact/v1/command_pb.js.map +1 -0
  31. package/ai/stigmer/agentic/artifact/v1/enum_pb.d.ts +49 -0
  32. package/ai/stigmer/agentic/artifact/v1/enum_pb.js +54 -0
  33. package/ai/stigmer/agentic/artifact/v1/enum_pb.js.map +1 -0
  34. package/ai/stigmer/agentic/artifact/v1/io_pb.d.ts +205 -0
  35. package/ai/stigmer/agentic/artifact/v1/io_pb.js +37 -0
  36. package/ai/stigmer/agentic/artifact/v1/io_pb.js.map +1 -0
  37. package/ai/stigmer/agentic/artifact/v1/query_connect.d.ts +127 -0
  38. package/ai/stigmer/agentic/artifact/v1/query_connect.js +135 -0
  39. package/ai/stigmer/agentic/artifact/v1/query_connect.js.map +1 -0
  40. package/ai/stigmer/agentic/artifact/v1/query_pb.d.ts +128 -0
  41. package/ai/stigmer/agentic/artifact/v1/query_pb.js +32 -0
  42. package/ai/stigmer/agentic/artifact/v1/query_pb.js.map +1 -0
  43. package/ai/stigmer/agentic/artifact/v1/spec_pb.d.ts +161 -0
  44. package/ai/stigmer/agentic/artifact/v1/spec_pb.js +25 -0
  45. package/ai/stigmer/agentic/artifact/v1/spec_pb.js.map +1 -0
  46. package/ai/stigmer/agentic/runner/v1/api_pb.d.ts +33 -0
  47. package/ai/stigmer/agentic/runner/v1/api_pb.js +1 -1
  48. package/ai/stigmer/agentic/runner/v1/api_pb.js.map +1 -1
  49. package/ai/stigmer/agentic/runner/v1/io_pb.d.ts +15 -1
  50. package/ai/stigmer/agentic/runner/v1/io_pb.js +1 -1
  51. package/ai/stigmer/agentic/runner/v1/io_pb.js.map +1 -1
  52. package/ai/stigmer/agentic/workflow/v1/command_connect.d.ts +30 -0
  53. package/ai/stigmer/agentic/workflow/v1/command_connect.js +31 -0
  54. package/ai/stigmer/agentic/workflow/v1/command_connect.js.map +1 -1
  55. package/ai/stigmer/agentic/workflow/v1/command_pb.d.ts +30 -0
  56. package/ai/stigmer/agentic/workflow/v1/command_pb.js +2 -1
  57. package/ai/stigmer/agentic/workflow/v1/command_pb.js.map +1 -1
  58. package/ai/stigmer/agentic/workflow/v1/enum_pb.d.ts +141 -1
  59. package/ai/stigmer/agentic/workflow/v1/enum_pb.js +142 -1
  60. package/ai/stigmer/agentic/workflow/v1/enum_pb.js.map +1 -1
  61. package/ai/stigmer/agentic/workflow/v1/spec_pb.d.ts +132 -1
  62. package/ai/stigmer/agentic/workflow/v1/spec_pb.js +10 -5
  63. package/ai/stigmer/agentic/workflow/v1/spec_pb.js.map +1 -1
  64. package/ai/stigmer/agentic/workflow/v1/task_kind_descriptor_pb.d.ts +430 -0
  65. package/ai/stigmer/agentic/workflow/v1/task_kind_descriptor_pb.js +172 -0
  66. package/ai/stigmer/agentic/workflow/v1/task_kind_descriptor_pb.js.map +1 -0
  67. package/ai/stigmer/agentic/workflow/v1/task_kind_registry_query_connect.d.ts +39 -0
  68. package/ai/stigmer/agentic/workflow/v1/task_kind_registry_query_connect.js +46 -0
  69. package/ai/stigmer/agentic/workflow/v1/task_kind_registry_query_connect.js.map +1 -0
  70. package/ai/stigmer/agentic/workflow/v1/task_kind_registry_query_pb.d.ts +41 -0
  71. package/ai/stigmer/agentic/workflow/v1/task_kind_registry_query_pb.js +28 -0
  72. package/ai/stigmer/agentic/workflow/v1/task_kind_registry_query_pb.js.map +1 -0
  73. package/ai/stigmer/agentic/workflow/v1/tasks/agent_call_pb.d.ts +186 -4
  74. package/ai/stigmer/agentic/workflow/v1/tasks/agent_call_pb.js +10 -2
  75. package/ai/stigmer/agentic/workflow/v1/tasks/agent_call_pb.js.map +1 -1
  76. package/ai/stigmer/agentic/workflow/v1/tasks/common_pb.d.ts +67 -0
  77. package/ai/stigmer/agentic/workflow/v1/tasks/common_pb.js +72 -0
  78. package/ai/stigmer/agentic/workflow/v1/tasks/common_pb.js.map +1 -0
  79. package/ai/stigmer/agentic/workflow/v1/tasks/emit_event_pb.d.ts +147 -0
  80. package/ai/stigmer/agentic/workflow/v1/tasks/emit_event_pb.js +22 -0
  81. package/ai/stigmer/agentic/workflow/v1/tasks/emit_event_pb.js.map +1 -0
  82. package/ai/stigmer/agentic/workflow/v1/tasks/eval_pb.d.ts +341 -0
  83. package/ai/stigmer/agentic/workflow/v1/tasks/eval_pb.js +128 -0
  84. package/ai/stigmer/agentic/workflow/v1/tasks/eval_pb.js.map +1 -0
  85. package/ai/stigmer/agentic/workflow/v1/tasks/for_pb.d.ts +129 -2
  86. package/ai/stigmer/agentic/workflow/v1/tasks/for_pb.js +56 -2
  87. package/ai/stigmer/agentic/workflow/v1/tasks/for_pb.js.map +1 -1
  88. package/ai/stigmer/agentic/workflow/v1/tasks/human_input_pb.d.ts +284 -0
  89. package/ai/stigmer/agentic/workflow/v1/tasks/human_input_pb.js +80 -0
  90. package/ai/stigmer/agentic/workflow/v1/tasks/human_input_pb.js.map +1 -0
  91. package/ai/stigmer/agentic/workflow/v1/tasks/llm_call_pb.d.ts +186 -0
  92. package/ai/stigmer/agentic/workflow/v1/tasks/llm_call_pb.js +18 -0
  93. package/ai/stigmer/agentic/workflow/v1/tasks/llm_call_pb.js.map +1 -0
  94. package/ai/stigmer/agentic/workflow/v1/tasks/notification_pb.d.ts +160 -0
  95. package/ai/stigmer/agentic/workflow/v1/tasks/notification_pb.js +16 -0
  96. package/ai/stigmer/agentic/workflow/v1/tasks/notification_pb.js.map +1 -0
  97. package/ai/stigmer/agentic/workflow/v1/tasks/transform_pb.d.ts +124 -0
  98. package/ai/stigmer/agentic/workflow/v1/tasks/transform_pb.js +65 -0
  99. package/ai/stigmer/agentic/workflow/v1/tasks/transform_pb.js.map +1 -0
  100. package/ai/stigmer/agentic/workflow/v1/tasks/try_pb.d.ts +19 -0
  101. package/ai/stigmer/agentic/workflow/v1/tasks/try_pb.js +1 -1
  102. package/ai/stigmer/agentic/workflow/v1/tasks/try_pb.js.map +1 -1
  103. package/ai/stigmer/agentic/workflow/v1/tasks/validate_pb.d.ts +257 -0
  104. package/ai/stigmer/agentic/workflow/v1/tasks/validate_pb.js +79 -0
  105. package/ai/stigmer/agentic/workflow/v1/tasks/validate_pb.js.map +1 -0
  106. package/ai/stigmer/agentic/workflowexecution/v1/api_pb.d.ts +96 -0
  107. package/ai/stigmer/agentic/workflowexecution/v1/api_pb.js +1 -1
  108. package/ai/stigmer/agentic/workflowexecution/v1/api_pb.js.map +1 -1
  109. package/ai/stigmer/agentic/workflowexecution/v1/command_connect.d.ts +47 -0
  110. package/ai/stigmer/agentic/workflowexecution/v1/command_connect.js +48 -1
  111. package/ai/stigmer/agentic/workflowexecution/v1/command_connect.js.map +1 -1
  112. package/ai/stigmer/agentic/workflowexecution/v1/command_pb.d.ts +47 -1
  113. package/ai/stigmer/agentic/workflowexecution/v1/command_pb.js +1 -1
  114. package/ai/stigmer/agentic/workflowexecution/v1/command_pb.js.map +1 -1
  115. package/ai/stigmer/agentic/workflowexecution/v1/event_pb.d.ts +1287 -0
  116. package/ai/stigmer/agentic/workflowexecution/v1/event_pb.js +303 -0
  117. package/ai/stigmer/agentic/workflowexecution/v1/event_pb.js.map +1 -0
  118. package/ai/stigmer/agentic/workflowexecution/v1/io_pb.d.ts +578 -72
  119. package/ai/stigmer/agentic/workflowexecution/v1/io_pb.js +82 -70
  120. package/ai/stigmer/agentic/workflowexecution/v1/io_pb.js.map +1 -1
  121. package/ai/stigmer/agentic/workflowexecution/v1/query_connect.d.ts +182 -0
  122. package/ai/stigmer/agentic/workflowexecution/v1/query_connect.js +184 -1
  123. package/ai/stigmer/agentic/workflowexecution/v1/query_connect.js.map +1 -1
  124. package/ai/stigmer/agentic/workflowexecution/v1/query_pb.d.ts +180 -1
  125. package/ai/stigmer/agentic/workflowexecution/v1/query_pb.js +2 -1
  126. package/ai/stigmer/agentic/workflowexecution/v1/query_pb.js.map +1 -1
  127. package/ai/stigmer/billing/v1/io_pb.d.ts +8 -0
  128. package/ai/stigmer/billing/v1/io_pb.js +1 -1
  129. package/ai/stigmer/billing/v1/io_pb.js.map +1 -1
  130. package/ai/stigmer/commons/apiresource/apiresourcekind/api_resource_kind_pb.d.ts +6 -0
  131. package/ai/stigmer/commons/apiresource/apiresourcekind/api_resource_kind_pb.js +7 -1
  132. package/ai/stigmer/commons/apiresource/apiresourcekind/api_resource_kind_pb.js.map +1 -1
  133. package/ai/stigmer/platform/v1/server_info_connect.d.ts +29 -0
  134. package/ai/stigmer/platform/v1/server_info_connect.js +36 -0
  135. package/ai/stigmer/platform/v1/server_info_connect.js.map +1 -0
  136. package/ai/stigmer/platform/v1/server_info_pb.d.ts +100 -0
  137. package/ai/stigmer/platform/v1/server_info_pb.js +65 -0
  138. package/ai/stigmer/platform/v1/server_info_pb.js.map +1 -0
  139. package/package.json +1 -1
@@ -5,12 +5,13 @@ import { enumDesc, fileDesc, messageDesc } from "@bufbuild/protobuf/codegenv1";
5
5
  import { file_ai_stigmer_agentic_agentexecution_v1_enum } from "../../agentexecution/v1/enum_pb.js";
6
6
  import { file_ai_stigmer_agentic_workflowexecution_v1_api } from "./api_pb.js";
7
7
  import { file_ai_stigmer_agentic_workflowexecution_v1_enum } from "./enum_pb.js";
8
+ import { file_ai_stigmer_agentic_workflowexecution_v1_event } from "./event_pb.js";
8
9
  import { file_buf_validate_validate } from "../../../../../buf/validate/validate_pb.js";
9
- import { file_google_protobuf_struct } from "@bufbuild/protobuf/wkt";
10
+ import { file_google_protobuf_duration, file_google_protobuf_struct, file_google_protobuf_timestamp } from "@bufbuild/protobuf/wkt";
10
11
  /**
11
12
  * Describes the file ai/stigmer/agentic/workflowexecution/v1/io.proto.
12
13
  */
13
- export const file_ai_stigmer_agentic_workflowexecution_v1_io = /*@__PURE__*/ fileDesc("CjBhaS9zdGlnbWVyL2FnZW50aWMvd29ya2Zsb3dleGVjdXRpb24vdjEvaW8ucHJvdG8SJ2FpLnN0aWdtZXIuYWdlbnRpYy53b3JrZmxvd2V4ZWN1dGlvbi52MSIsChNXb3JrZmxvd0V4ZWN1dGlvbklkEhUKBXZhbHVlGAEgASgJQga6SAPIAQEiIwoKV29ya2Zsb3dJZBIVCgV2YWx1ZRgBIAEoCUIGukgDyAEBInkKFVdvcmtmbG93RXhlY3V0aW9uTGlzdBITCgt0b3RhbF9wYWdlcxgBIAEoBRJLCgdlbnRyaWVzGAIgAygLMjouYWkuc3RpZ21lci5hZ2VudGljLndvcmtmbG93ZXhlY3V0aW9uLnYxLldvcmtmbG93RXhlY3V0aW9uIpwBCh1MaXN0V29ya2Zsb3dFeGVjdXRpb25zUmVxdWVzdBIRCglwYWdlX3NpemUYASABKAUSEgoKcGFnZV90b2tlbhgCIAEoCRJGCgVwaGFzZRgDIAEoDjI3LmFpLnN0aWdtZXIuYWdlbnRpYy53b3JrZmxvd2V4ZWN1dGlvbi52MS5FeGVjdXRpb25QaGFzZRIMCgR0YWdzGAQgAygJIm0KJ0xpc3RXb3JrZmxvd0V4ZWN1dGlvbnNCeVdvcmtmbG93UmVxdWVzdBIbCgt3b3JrZmxvd19pZBgBIAEoCUIGukgDyAEBEhEKCXBhZ2Vfc2l6ZRgCIAEoBRISCgpwYWdlX3Rva2VuGAMgASgJIp0BCiJXb3JrZmxvd0V4ZWN1dGlvblVwZGF0ZVN0YXR1c0lucHV0Eh0KDGV4ZWN1dGlvbl9pZBgBIAEoCUIHukgEcgIQARJYCgZzdGF0dXMYAiABKAsyQC5haS5zdGlnbWVyLmFnZW50aWMud29ya2Zsb3dleGVjdXRpb24udjEuV29ya2Zsb3dFeGVjdXRpb25TdGF0dXNCBrpIA8gBASK+AQobU3VibWl0V29ya2Zsb3dBcHByb3ZhbElucHV0Eh0KDGV4ZWN1dGlvbl9pZBgBIAEoCUIHukgEcgIQARIdCgx0b29sX2NhbGxfaWQYAiABKAlCB7pIBHICEAESUAoGYWN0aW9uGAMgASgOMjQuYWkuc3RpZ21lci5hZ2VudGljLmFnZW50ZXhlY3V0aW9uLnYxLkFwcHJvdmFsQWN0aW9uQgq6SAeCAQQQASAAEg8KB2NvbW1lbnQYBCABKAkiQQohU3Vic2NyaWJlV29ya2Zsb3dFeGVjdXRpb25SZXF1ZXN0EhwKDGV4ZWN1dGlvbl9pZBgBIAEoCUIGukgDyAEBIokCChdXb3JrZmxvd0V4ZWN1dGlvblVwZGF0ZRJaCgt1cGRhdGVfdHlwZRgBIAEoDjI7LmFpLnN0aWdtZXIuYWdlbnRpYy53b3JrZmxvd2V4ZWN1dGlvbi52MS5Xb3JrZmxvd1VwZGF0ZVR5cGVCCLpIBYIBAhABEk0KCWV4ZWN1dGlvbhgCIAEoCzI6LmFpLnN0aWdtZXIuYWdlbnRpYy53b3JrZmxvd2V4ZWN1dGlvbi52MS5Xb3JrZmxvd0V4ZWN1dGlvbhJDCgR0YXNrGAMgASgLMjUuYWkuc3RpZ21lci5hZ2VudGljLndvcmtmbG93ZXhlY3V0aW9uLnYxLldvcmtmbG93VGFzayJDChxDYW5jZWxXb3JrZmxvd0V4ZWN1dGlvbklucHV0EhMKAmlkGAEgASgJQge6SARyAhABEg4KBnJlYXNvbhgCIAEoCSJGCh9UZXJtaW5hdGVXb3JrZmxvd0V4ZWN1dGlvbklucHV0EhMKAmlkGAEgASgJQge6SARyAhABEg4KBnJlYXNvbhgCIAEoCSJECh1SZWNvdmVyV29ya2Zsb3dFeGVjdXRpb25JbnB1dBITCgJpZBgBIAEoCUIHukgEcgIQARIOCgZyZWFzb24YAiABKAkiQgobUGF1c2VXb3JrZmxvd0V4ZWN1dGlvbklucHV0EhMKAmlkGAEgASgJQge6SARyAhABEg4KBnJlYXNvbhgCIAEoCSIzChxSZXN1bWVXb3JrZmxvd0V4ZWN1dGlvbklucHV0EhMKAmlkGAEgASgJQge6SARyAhABIpEBCg9TZW5kU2lnbmFsSW5wdXQSHQoMZXhlY3V0aW9uX2lkGAEgASgJQge6SARyAhABEhwKC3NpZ25hbF9uYW1lGAIgASgJQge6SARyAhABEigKB3BheWxvYWQYAyABKAsyFy5nb29nbGUucHJvdG9idWYuU3RydWN0EhcKD2lkZW1wb3RlbmN5X2tleRgEIAEoCSrzAQoSV29ya2Zsb3dVcGRhdGVUeXBlEiQKIHdvcmtmbG93X3VwZGF0ZV90eXBlX3Vuc3BlY2lmaWVkEAASHAoYd2ZfdXBkYXRlX3N0YXR1c19jaGFuZ2VkEAESGgoWd2ZfdXBkYXRlX3Rhc2tfc3RhcnRlZBACEhwKGHdmX3VwZGF0ZV90YXNrX2NvbXBsZXRlZBADEhkKFXdmX3VwZGF0ZV90YXNrX2ZhaWxlZBAEEiEKHXdmX3VwZGF0ZV9leGVjdXRpb25fY29tcGxldGVkEAUSIQodd2ZfdXBkYXRlX2V4ZWN1dGlvbl9jYW5jZWxsZWQQBmIGcHJvdG8z", [file_ai_stigmer_agentic_agentexecution_v1_enum, file_ai_stigmer_agentic_workflowexecution_v1_api, file_ai_stigmer_agentic_workflowexecution_v1_enum, file_buf_validate_validate, file_google_protobuf_struct]);
14
+ export const file_ai_stigmer_agentic_workflowexecution_v1_io = /*@__PURE__*/ fileDesc("CjBhaS9zdGlnbWVyL2FnZW50aWMvd29ya2Zsb3dleGVjdXRpb24vdjEvaW8ucHJvdG8SJ2FpLnN0aWdtZXIuYWdlbnRpYy53b3JrZmxvd2V4ZWN1dGlvbi52MSIsChNXb3JrZmxvd0V4ZWN1dGlvbklkEhUKBXZhbHVlGAEgASgJQga6SAPIAQEiIwoKV29ya2Zsb3dJZBIVCgV2YWx1ZRgBIAEoCUIGukgDyAEBInkKFVdvcmtmbG93RXhlY3V0aW9uTGlzdBITCgt0b3RhbF9wYWdlcxgBIAEoBRJLCgdlbnRyaWVzGAIgAygLMjouYWkuc3RpZ21lci5hZ2VudGljLndvcmtmbG93ZXhlY3V0aW9uLnYxLldvcmtmbG93RXhlY3V0aW9uIpwBCh1MaXN0V29ya2Zsb3dFeGVjdXRpb25zUmVxdWVzdBIRCglwYWdlX3NpemUYASABKAUSEgoKcGFnZV90b2tlbhgCIAEoCRJGCgVwaGFzZRgDIAEoDjI3LmFpLnN0aWdtZXIuYWdlbnRpYy53b3JrZmxvd2V4ZWN1dGlvbi52MS5FeGVjdXRpb25QaGFzZRIMCgR0YWdzGAQgAygJIm0KJ0xpc3RXb3JrZmxvd0V4ZWN1dGlvbnNCeVdvcmtmbG93UmVxdWVzdBIbCgt3b3JrZmxvd19pZBgBIAEoCUIGukgDyAEBEhEKCXBhZ2Vfc2l6ZRgCIAEoBRISCgpwYWdlX3Rva2VuGAMgASgJIu4BCiJXb3JrZmxvd0V4ZWN1dGlvblVwZGF0ZVN0YXR1c0lucHV0Eh0KDGV4ZWN1dGlvbl9pZBgBIAEoCUIHukgEcgIQARJYCgZzdGF0dXMYAiABKAsyQC5haS5zdGlnbWVyLmFnZW50aWMud29ya2Zsb3dleGVjdXRpb24udjEuV29ya2Zsb3dFeGVjdXRpb25TdGF0dXNCBrpIA8gBARJPCgZldmVudHMYCiADKAsyPy5haS5zdGlnbWVyLmFnZW50aWMud29ya2Zsb3dleGVjdXRpb24udjEuV29ya2Zsb3dFeGVjdXRpb25FdmVudCK+AQobU3VibWl0V29ya2Zsb3dBcHByb3ZhbElucHV0Eh0KDGV4ZWN1dGlvbl9pZBgBIAEoCUIHukgEcgIQARIdCgx0b29sX2NhbGxfaWQYAiABKAlCB7pIBHICEAESUAoGYWN0aW9uGAMgASgOMjQuYWkuc3RpZ21lci5hZ2VudGljLmFnZW50ZXhlY3V0aW9uLnYxLkFwcHJvdmFsQWN0aW9uQgq6SAeCAQQQASAAEg8KB2NvbW1lbnQYBCABKAkixQEKH1N1Ym1pdFdvcmtmbG93VGFza0FwcHJvdmFsSW5wdXQSHQoMZXhlY3V0aW9uX2lkGAEgASgJQge6SARyAhABEhoKCXRhc2tfbmFtZRgCIAEoCUIHukgEcgIQARIYCgdvdXRjb21lGAMgASgJQge6SARyAhABEioKCWZvcm1fZGF0YRgEIAEoCzIXLmdvb2dsZS5wcm90b2J1Zi5TdHJ1Y3QSEAoIcmV2aWV3ZXIYBSABKAkSDwoHY29tbWVudBgGIAEoCSJBCiFTdWJzY3JpYmVXb3JrZmxvd0V4ZWN1dGlvblJlcXVlc3QSHAoMZXhlY3V0aW9uX2lkGAEgASgJQga6SAPIAQEiQwocQ2FuY2VsV29ya2Zsb3dFeGVjdXRpb25JbnB1dBITCgJpZBgBIAEoCUIHukgEcgIQARIOCgZyZWFzb24YAiABKAkiRgofVGVybWluYXRlV29ya2Zsb3dFeGVjdXRpb25JbnB1dBITCgJpZBgBIAEoCUIHukgEcgIQARIOCgZyZWFzb24YAiABKAkiRAodUmVjb3ZlcldvcmtmbG93RXhlY3V0aW9uSW5wdXQSEwoCaWQYASABKAlCB7pIBHICEAESDgoGcmVhc29uGAIgASgJIkIKG1BhdXNlV29ya2Zsb3dFeGVjdXRpb25JbnB1dBITCgJpZBgBIAEoCUIHukgEcgIQARIOCgZyZWFzb24YAiABKAkiMwocUmVzdW1lV29ya2Zsb3dFeGVjdXRpb25JbnB1dBITCgJpZBgBIAEoCUIHukgEcgIQASKRAQoPU2VuZFNpZ25hbElucHV0Eh0KDGV4ZWN1dGlvbl9pZBgBIAEoCUIHukgEcgIQARIcCgtzaWduYWxfbmFtZRgCIAEoCUIHukgEcgIQARIoCgdwYXlsb2FkGAMgASgLMhcuZ29vZ2xlLnByb3RvYnVmLlN0cnVjdBIXCg9pZGVtcG90ZW5jeV9rZXkYBCABKAkiwgEKEkdldEV2ZW50TG9nUmVxdWVzdBIdCgxleGVjdXRpb25faWQYASABKAlCB7pIBHICEAESFgoOYWZ0ZXJfc2VxdWVuY2UYAiABKAQSTwoLZXZlbnRfdHlwZXMYAyADKA4yOi5haS5zdGlnbWVyLmFnZW50aWMud29ya2Zsb3dleGVjdXRpb24udjEuV29ya2Zsb3dFdmVudFR5cGUSEQoJdGFza19uYW1lGAQgASgJEhEKCXBhZ2Vfc2l6ZRgFIAEoBSKRAQoTR2V0RXZlbnRMb2dSZXNwb25zZRJPCgZldmVudHMYASADKAsyPy5haS5zdGlnbWVyLmFnZW50aWMud29ya2Zsb3dleGVjdXRpb24udjEuV29ya2Zsb3dFeGVjdXRpb25FdmVudBIQCghoYXNfbW9yZRgCIAEoCBIXCg9sYXRlc3Rfc2VxdWVuY2UYAyABKAQioAEKFlN1YnNjcmliZUV2ZW50c1JlcXVlc3QSHQoMZXhlY3V0aW9uX2lkGAEgASgJQge6SARyAhABEhYKDmFmdGVyX3NlcXVlbmNlGAIgASgEEk8KC2V2ZW50X3R5cGVzGAMgAygOMjouYWkuc3RpZ21lci5hZ2VudGljLndvcmtmbG93ZXhlY3V0aW9uLnYxLldvcmtmbG93RXZlbnRUeXBlIoMBChpHZXRFeGVjdXRpb25TdW1tYXJ5UmVxdWVzdBIUCgNvcmcYASABKAlCB7pIBHICEAESTwoLdGltZV93aW5kb3cYAiABKA4yOi5haS5zdGlnbWVyLmFnZW50aWMud29ya2Zsb3dleGVjdXRpb24udjEuU3VtbWFyeVRpbWVXaW5kb3ci+AMKEEV4ZWN1dGlvblN1bW1hcnkSFAoMYWN0aXZlX2NvdW50GAEgASgFEmAKDHBoYXNlX2NvdW50cxgCIAMoCzJKLmFpLnN0aWdtZXIuYWdlbnRpYy53b3JrZmxvd2V4ZWN1dGlvbi52MS5FeGVjdXRpb25TdW1tYXJ5LlBoYXNlQ291bnRzRW50cnkSUAoKdG90YWxfY29zdBgDIAEoCzI8LmFpLnN0aWdtZXIuYWdlbnRpYy53b3JrZmxvd2V4ZWN1dGlvbi52MS5Xb3JrZmxvd0Nvc3RTdW1tYXJ5Ei8KDGF2Z19kdXJhdGlvbhgEIAEoCzIZLmdvb2dsZS5wcm90b2J1Zi5EdXJhdGlvbhJbChV0b3BfZmFpbGluZ193b3JrZmxvd3MYBSADKAsyPC5haS5zdGlnbWVyLmFnZW50aWMud29ya2Zsb3dleGVjdXRpb24udjEuV29ya2Zsb3dGYWlsdXJlUmFuaxJYChBjb3N0X2J5X3dvcmtmbG93GAYgAygLMj4uYWkuc3RpZ21lci5hZ2VudGljLndvcmtmbG93ZXhlY3V0aW9uLnYxLldvcmtmbG93Q29zdEJyZWFrZG93bhoyChBQaGFzZUNvdW50c0VudHJ5EgsKA2tleRgBIAEoBRINCgV2YWx1ZRgCIAEoBToCOAEiZgoTV29ya2Zsb3dDb3N0U3VtbWFyeRIWCg50b3RhbF9jb3N0X3VzZBgBIAEoARIaChJ0b3RhbF9pbnB1dF90b2tlbnMYAiABKAMSGwoTdG90YWxfb3V0cHV0X3Rva2VucxgDIAEoAyJaChNXb3JrZmxvd0ZhaWx1cmVSYW5rEhUKDXdvcmtmbG93X3NsdWcYASABKAkSFQoNd29ya2Zsb3dfbmFtZRgCIAEoCRIVCg1mYWlsdXJlX2NvdW50GAMgASgFInYKFVdvcmtmbG93Q29zdEJyZWFrZG93bhIVCg13b3JrZmxvd19zbHVnGAEgASgJEhUKDXdvcmtmbG93X25hbWUYAiABKAkSFgoOdG90YWxfY29zdF91c2QYAyABKAESFwoPZXhlY3V0aW9uX2NvdW50GAQgASgFIloKG0xpc3RQZW5kaW5nQXBwcm92YWxzUmVxdWVzdBIUCgNvcmcYASABKAlCB7pIBHICEAESEQoJcGFnZV9zaXplGAIgASgFEhIKCnBhZ2VfdG9rZW4YAyABKAki9AEKD1BlbmRpbmdBcHByb3ZhbBIUCgxleGVjdXRpb25faWQYASABKAkSFQoNd29ya2Zsb3dfbmFtZRgCIAEoCRIRCgl0YXNrX25hbWUYAyABKAkSEQoJcmVxdWVzdGVyGAQgASgJEjAKDHJlcXVlc3RlZF9hdBgFIAEoCzIaLmdvb2dsZS5wcm90b2J1Zi5UaW1lc3RhbXASLgoKdGltZW91dF9hdBgGIAEoCzIaLmdvb2dsZS5wcm90b2J1Zi5UaW1lc3RhbXASLAoLZm9ybV9zY2hlbWEYByABKAsyFy5nb29nbGUucHJvdG9idWYuU3RydWN0Io8BChRQZW5kaW5nQXBwcm92YWxzTGlzdBJJCgdlbnRyaWVzGAEgAygLMjguYWkuc3RpZ21lci5hZ2VudGljLndvcmtmbG93ZXhlY3V0aW9uLnYxLlBlbmRpbmdBcHByb3ZhbBITCgt0b3RhbF9jb3VudBgCIAEoBRIXCg9uZXh0X3BhZ2VfdG9rZW4YAyABKAkqvwEKEVN1bW1hcnlUaW1lV2luZG93EiMKH1NVTU1BUllfVElNRV9XSU5ET1dfVU5TUEVDSUZJRUQQABIgChxTVU1NQVJZX1RJTUVfV0lORE9XX0xBU1RfMjRIEAESHwobU1VNTUFSWV9USU1FX1dJTkRPV19MQVNUXzdEEAISIAocU1VNTUFSWV9USU1FX1dJTkRPV19MQVNUXzMwRBADEiAKHFNVTU1BUllfVElNRV9XSU5ET1dfQUxMX1RJTUUQBGIGcHJvdG8z", [file_ai_stigmer_agentic_agentexecution_v1_enum, file_ai_stigmer_agentic_workflowexecution_v1_api, file_ai_stigmer_agentic_workflowexecution_v1_enum, file_ai_stigmer_agentic_workflowexecution_v1_event, file_buf_validate_validate, file_google_protobuf_duration, file_google_protobuf_struct, file_google_protobuf_timestamp]);
14
15
  /**
15
16
  * Describes the message ai.stigmer.agentic.workflowexecution.v1.WorkflowExecutionId.
16
17
  * Use `create(WorkflowExecutionIdSchema)` to create a new message.
@@ -47,15 +48,15 @@ export const WorkflowExecutionUpdateStatusInputSchema = /*@__PURE__*/ messageDes
47
48
  */
48
49
  export const SubmitWorkflowApprovalInputSchema = /*@__PURE__*/ messageDesc(file_ai_stigmer_agentic_workflowexecution_v1_io, 6);
49
50
  /**
50
- * Describes the message ai.stigmer.agentic.workflowexecution.v1.SubscribeWorkflowExecutionRequest.
51
- * Use `create(SubscribeWorkflowExecutionRequestSchema)` to create a new message.
51
+ * Describes the message ai.stigmer.agentic.workflowexecution.v1.SubmitWorkflowTaskApprovalInput.
52
+ * Use `create(SubmitWorkflowTaskApprovalInputSchema)` to create a new message.
52
53
  */
53
- export const SubscribeWorkflowExecutionRequestSchema = /*@__PURE__*/ messageDesc(file_ai_stigmer_agentic_workflowexecution_v1_io, 7);
54
+ export const SubmitWorkflowTaskApprovalInputSchema = /*@__PURE__*/ messageDesc(file_ai_stigmer_agentic_workflowexecution_v1_io, 7);
54
55
  /**
55
- * Describes the message ai.stigmer.agentic.workflowexecution.v1.WorkflowExecutionUpdate.
56
- * Use `create(WorkflowExecutionUpdateSchema)` to create a new message.
56
+ * Describes the message ai.stigmer.agentic.workflowexecution.v1.SubscribeWorkflowExecutionRequest.
57
+ * Use `create(SubscribeWorkflowExecutionRequestSchema)` to create a new message.
57
58
  */
58
- export const WorkflowExecutionUpdateSchema = /*@__PURE__*/ messageDesc(file_ai_stigmer_agentic_workflowexecution_v1_io, 8);
59
+ export const SubscribeWorkflowExecutionRequestSchema = /*@__PURE__*/ messageDesc(file_ai_stigmer_agentic_workflowexecution_v1_io, 8);
59
60
  /**
60
61
  * Describes the message ai.stigmer.agentic.workflowexecution.v1.CancelWorkflowExecutionInput.
61
62
  * Use `create(CancelWorkflowExecutionInputSchema)` to create a new message.
@@ -87,81 +88,92 @@ export const ResumeWorkflowExecutionInputSchema = /*@__PURE__*/ messageDesc(file
87
88
  */
88
89
  export const SendSignalInputSchema = /*@__PURE__*/ messageDesc(file_ai_stigmer_agentic_workflowexecution_v1_io, 14);
89
90
  /**
90
- * WorkflowUpdateType defines the type of workflow execution update event.
91
+ * Describes the message ai.stigmer.agentic.workflowexecution.v1.GetEventLogRequest.
92
+ * Use `create(GetEventLogRequestSchema)` to create a new message.
93
+ */
94
+ export const GetEventLogRequestSchema = /*@__PURE__*/ messageDesc(file_ai_stigmer_agentic_workflowexecution_v1_io, 15);
95
+ /**
96
+ * Describes the message ai.stigmer.agentic.workflowexecution.v1.GetEventLogResponse.
97
+ * Use `create(GetEventLogResponseSchema)` to create a new message.
98
+ */
99
+ export const GetEventLogResponseSchema = /*@__PURE__*/ messageDesc(file_ai_stigmer_agentic_workflowexecution_v1_io, 16);
100
+ /**
101
+ * Describes the message ai.stigmer.agentic.workflowexecution.v1.SubscribeEventsRequest.
102
+ * Use `create(SubscribeEventsRequestSchema)` to create a new message.
103
+ */
104
+ export const SubscribeEventsRequestSchema = /*@__PURE__*/ messageDesc(file_ai_stigmer_agentic_workflowexecution_v1_io, 17);
105
+ /**
106
+ * Describes the message ai.stigmer.agentic.workflowexecution.v1.GetExecutionSummaryRequest.
107
+ * Use `create(GetExecutionSummaryRequestSchema)` to create a new message.
108
+ */
109
+ export const GetExecutionSummaryRequestSchema = /*@__PURE__*/ messageDesc(file_ai_stigmer_agentic_workflowexecution_v1_io, 18);
110
+ /**
111
+ * Describes the message ai.stigmer.agentic.workflowexecution.v1.ExecutionSummary.
112
+ * Use `create(ExecutionSummarySchema)` to create a new message.
113
+ */
114
+ export const ExecutionSummarySchema = /*@__PURE__*/ messageDesc(file_ai_stigmer_agentic_workflowexecution_v1_io, 19);
115
+ /**
116
+ * Describes the message ai.stigmer.agentic.workflowexecution.v1.WorkflowCostSummary.
117
+ * Use `create(WorkflowCostSummarySchema)` to create a new message.
118
+ */
119
+ export const WorkflowCostSummarySchema = /*@__PURE__*/ messageDesc(file_ai_stigmer_agentic_workflowexecution_v1_io, 20);
120
+ /**
121
+ * Describes the message ai.stigmer.agentic.workflowexecution.v1.WorkflowFailureRank.
122
+ * Use `create(WorkflowFailureRankSchema)` to create a new message.
123
+ */
124
+ export const WorkflowFailureRankSchema = /*@__PURE__*/ messageDesc(file_ai_stigmer_agentic_workflowexecution_v1_io, 21);
125
+ /**
126
+ * Describes the message ai.stigmer.agentic.workflowexecution.v1.WorkflowCostBreakdown.
127
+ * Use `create(WorkflowCostBreakdownSchema)` to create a new message.
128
+ */
129
+ export const WorkflowCostBreakdownSchema = /*@__PURE__*/ messageDesc(file_ai_stigmer_agentic_workflowexecution_v1_io, 22);
130
+ /**
131
+ * Describes the message ai.stigmer.agentic.workflowexecution.v1.ListPendingApprovalsRequest.
132
+ * Use `create(ListPendingApprovalsRequestSchema)` to create a new message.
133
+ */
134
+ export const ListPendingApprovalsRequestSchema = /*@__PURE__*/ messageDesc(file_ai_stigmer_agentic_workflowexecution_v1_io, 23);
135
+ /**
136
+ * Describes the message ai.stigmer.agentic.workflowexecution.v1.PendingApproval.
137
+ * Use `create(PendingApprovalSchema)` to create a new message.
138
+ */
139
+ export const PendingApprovalSchema = /*@__PURE__*/ messageDesc(file_ai_stigmer_agentic_workflowexecution_v1_io, 24);
140
+ /**
141
+ * Describes the message ai.stigmer.agentic.workflowexecution.v1.PendingApprovalsList.
142
+ * Use `create(PendingApprovalsListSchema)` to create a new message.
143
+ */
144
+ export const PendingApprovalsListSchema = /*@__PURE__*/ messageDesc(file_ai_stigmer_agentic_workflowexecution_v1_io, 25);
145
+ /**
146
+ * SummaryTimeWindow controls the time range for aggregated dashboard queries.
91
147
  *
92
- * @internal
93
- * Used by WorkflowExecutionUpdate to indicate what changed in the execution.
148
+ * @since T14 (Dashboard Integration)
94
149
  *
95
- * @generated from enum ai.stigmer.agentic.workflowexecution.v1.WorkflowUpdateType
150
+ * @generated from enum ai.stigmer.agentic.workflowexecution.v1.SummaryTimeWindow
96
151
  */
97
- export var WorkflowUpdateType;
98
- (function (WorkflowUpdateType) {
99
- /**
100
- * Unspecified update type (invalid).
101
- *
102
- * @internal
103
- * Exists only for proto3 zero-value semantics.
104
- *
105
- * @generated from enum value: workflow_update_type_unspecified = 0;
106
- */
107
- WorkflowUpdateType[WorkflowUpdateType["workflow_update_type_unspecified"] = 0] = "workflow_update_type_unspecified";
108
- /**
109
- * Workflow execution phase changed.
110
- *
111
- * @internal
112
- * Triggered when status.phase transitions to a new value.
113
- *
114
- * @generated from enum value: wf_update_status_changed = 1;
115
- */
116
- WorkflowUpdateType[WorkflowUpdateType["wf_update_status_changed"] = 1] = "wf_update_status_changed";
152
+ export var SummaryTimeWindow;
153
+ (function (SummaryTimeWindow) {
117
154
  /**
118
- * A workflow task started executing.
119
- *
120
- * @internal
121
- * Triggered when task status changes from PENDING to IN_PROGRESS.
122
- *
123
- * @generated from enum value: wf_update_task_started = 2;
155
+ * @generated from enum value: SUMMARY_TIME_WINDOW_UNSPECIFIED = 0;
124
156
  */
125
- WorkflowUpdateType[WorkflowUpdateType["wf_update_task_started"] = 2] = "wf_update_task_started";
157
+ SummaryTimeWindow[SummaryTimeWindow["UNSPECIFIED"] = 0] = "UNSPECIFIED";
126
158
  /**
127
- * A workflow task completed successfully.
128
- *
129
- * @internal
130
- * Triggered when task status changes from IN_PROGRESS to COMPLETED.
131
- *
132
- * @generated from enum value: wf_update_task_completed = 3;
159
+ * @generated from enum value: SUMMARY_TIME_WINDOW_LAST_24H = 1;
133
160
  */
134
- WorkflowUpdateType[WorkflowUpdateType["wf_update_task_completed"] = 3] = "wf_update_task_completed";
161
+ SummaryTimeWindow[SummaryTimeWindow["LAST_24H"] = 1] = "LAST_24H";
135
162
  /**
136
- * A workflow task failed.
137
- *
138
- * @internal
139
- * Triggered when task status changes from IN_PROGRESS to FAILED.
140
- *
141
- * @generated from enum value: wf_update_task_failed = 4;
163
+ * @generated from enum value: SUMMARY_TIME_WINDOW_LAST_7D = 2;
142
164
  */
143
- WorkflowUpdateType[WorkflowUpdateType["wf_update_task_failed"] = 4] = "wf_update_task_failed";
165
+ SummaryTimeWindow[SummaryTimeWindow["LAST_7D"] = 2] = "LAST_7D";
144
166
  /**
145
- * Workflow execution completed successfully.
146
- *
147
- * @internal
148
- * Terminal event - no more updates will follow.
149
- *
150
- * @generated from enum value: wf_update_execution_completed = 5;
167
+ * @generated from enum value: SUMMARY_TIME_WINDOW_LAST_30D = 3;
151
168
  */
152
- WorkflowUpdateType[WorkflowUpdateType["wf_update_execution_completed"] = 5] = "wf_update_execution_completed";
169
+ SummaryTimeWindow[SummaryTimeWindow["LAST_30D"] = 3] = "LAST_30D";
153
170
  /**
154
- * Workflow execution was cancelled.
155
- *
156
- * @internal
157
- * Terminal event - no more updates will follow.
158
- *
159
- * @generated from enum value: wf_update_execution_cancelled = 6;
171
+ * @generated from enum value: SUMMARY_TIME_WINDOW_ALL_TIME = 4;
160
172
  */
161
- WorkflowUpdateType[WorkflowUpdateType["wf_update_execution_cancelled"] = 6] = "wf_update_execution_cancelled";
162
- })(WorkflowUpdateType || (WorkflowUpdateType = {}));
173
+ SummaryTimeWindow[SummaryTimeWindow["ALL_TIME"] = 4] = "ALL_TIME";
174
+ })(SummaryTimeWindow || (SummaryTimeWindow = {}));
163
175
  /**
164
- * Describes the enum ai.stigmer.agentic.workflowexecution.v1.WorkflowUpdateType.
176
+ * Describes the enum ai.stigmer.agentic.workflowexecution.v1.SummaryTimeWindow.
165
177
  */
166
- export const WorkflowUpdateTypeSchema = /*@__PURE__*/ enumDesc(file_ai_stigmer_agentic_workflowexecution_v1_io, 0);
178
+ export const SummaryTimeWindowSchema = /*@__PURE__*/ enumDesc(file_ai_stigmer_agentic_workflowexecution_v1_io, 0);
167
179
  //# sourceMappingURL=io_pb.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"io_pb.js","sourceRoot":"","sources":["../../../../../../ai/stigmer/agentic/workflowexecution/v1/io_pb.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"io_pb.js","sourceRoot":"","sources":["../../../../../../ai/stigmer/agentic/workflowexecution/v1/io_pb.ts"],"names":[],"mappings":"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"}
@@ -391,5 +391,187 @@ export declare const WorkflowExecutionQueryController: {
391
391
  readonly O: any;
392
392
  readonly kind: any;
393
393
  };
394
+ /**
395
+ * Fetch the paginated event log for a workflow execution.
396
+ *
397
+ * Returns execution events ordered by sequence_number ascending, with
398
+ * cursor-based pagination and optional filtering by event type or task name.
399
+ *
400
+ * @internal
401
+ * Authorization:
402
+ * Standard authorization checks that user has "get" permission on the
403
+ * WorkflowExecution. Same permission as get() and subscribe().
404
+ *
405
+ * The event log complements the status snapshot: the snapshot tells you
406
+ * current state, the event log tells you what happened and when.
407
+ *
408
+ * Use Cases:
409
+ *
410
+ * 1. Execution Viewer Timeline:
411
+ * - Load full event history for a completed execution
412
+ * - Render timeline with task transitions, retries, approvals, cost
413
+ *
414
+ * 2. Task Drill-Down:
415
+ * - Filter by task_name to see all events for a specific task
416
+ * - Inspect retry history, duration, cost per attempt
417
+ *
418
+ * 3. Cost Audit:
419
+ * - Filter by budget_checkpoint events to chart cost over time
420
+ * - Correlate cost spikes with specific agent_call tasks
421
+ *
422
+ * 4. Approval Audit Trail:
423
+ * - Filter by approval_requested and approval_resolved
424
+ * - See who approved what, when, and with what comment
425
+ *
426
+ * Error Cases:
427
+ *
428
+ * - NOT_FOUND: No WorkflowExecution exists with the given ID
429
+ * - PERMISSION_DENIED: User doesn't have "get" permission
430
+ * - INVALID_ARGUMENT: page_size exceeds maximum (500)
431
+ *
432
+ * @since T06 (Execution Event Stream Model)
433
+ *
434
+ * @generated from rpc ai.stigmer.agentic.workflowexecution.v1.WorkflowExecutionQueryController.getEventLog
435
+ */
436
+ readonly getEventLog: {
437
+ readonly name: "getEventLog";
438
+ readonly I: any;
439
+ readonly O: any;
440
+ readonly kind: any;
441
+ };
442
+ /**
443
+ * Subscribe to real-time execution events (incremental event stream).
444
+ *
445
+ * Opens a server-side streaming RPC that pushes individual
446
+ * WorkflowExecutionEvent messages as they occur during execution.
447
+ * Unlike subscribe() which streams full WorkflowExecution snapshots,
448
+ * this streams lightweight incremental events for the timeline view.
449
+ *
450
+ * @internal
451
+ * Authorization:
452
+ * Standard authorization checks that user has "get" permission on the
453
+ * WorkflowExecution. Same permission as get() and subscribe().
454
+ *
455
+ * Stream Lifecycle:
456
+ * 1. Client sends SubscribeEventsRequest with execution_id
457
+ * 2. Server validates authorization
458
+ * 3. If after_sequence > 0: Server replays missed events from persistence
459
+ * 4. Server streams new events in real-time as the runner emits them
460
+ * 5. Server closes stream when execution reaches a terminal phase
461
+ * (COMPLETED, FAILED, CANCELLED, TERMINATED)
462
+ * 6. Client can close stream early
463
+ *
464
+ * Reconnection:
465
+ * On disconnect, the client reconnects with after_sequence set to the
466
+ * sequence_number of the last received event. The server replays any
467
+ * events missed during the disconnect, then resumes live streaming.
468
+ * No events are lost.
469
+ *
470
+ * Complementary Streams:
471
+ * - subscribe(): Full snapshots for current-state views (progress bars, dashboards)
472
+ * - subscribeEvents(): Incremental events for timeline views (execution viewer)
473
+ * Both streams can be used simultaneously for different UI concerns.
474
+ *
475
+ * Use Cases:
476
+ *
477
+ * 1. Live Execution Timeline:
478
+ * - User watches a running execution in the execution viewer
479
+ * - Events stream in real-time, building the timeline as tasks progress
480
+ * - Each event adds a row: "task X started", "task X completed (2.3s, $0.05)"
481
+ *
482
+ * 2. Cost Monitoring:
483
+ * - Dashboard subscribes with event_types filter for budget_checkpoint
484
+ * - Budget gauge updates in real-time as costs accumulate
485
+ *
486
+ * 3. Approval Notifications:
487
+ * - Subscribe with event_types filter for approval_requested
488
+ * - Surface approval gates immediately when they activate
489
+ *
490
+ * Error Cases:
491
+ *
492
+ * - NOT_FOUND: No WorkflowExecution exists with the given ID
493
+ * - PERMISSION_DENIED: User doesn't have "get" permission
494
+ * - DEADLINE_EXCEEDED: Client timeout (reconnect with after_sequence)
495
+ * - UNAVAILABLE: Server unavailable (retry with backoff)
496
+ *
497
+ * @since T06 (Execution Event Stream Model)
498
+ *
499
+ * @generated from rpc ai.stigmer.agentic.workflowexecution.v1.WorkflowExecutionQueryController.subscribeEvents
500
+ */
501
+ readonly subscribeEvents: {
502
+ readonly name: "subscribeEvents";
503
+ readonly I: any;
504
+ readonly O: any;
505
+ readonly kind: any;
506
+ };
507
+ /**
508
+ * Get aggregated execution statistics for an organization's workflows.
509
+ *
510
+ * Returns counts by phase, total cost, average duration, top failing
511
+ * workflows, and per-workflow cost breakdown — scoped to a configurable
512
+ * time window (24h, 7d, 30d, all-time).
513
+ *
514
+ * @internal
515
+ * Authorization:
516
+ * Custom authorization — user must have organization-level access.
517
+ * Results are scoped to the user's organization.
518
+ *
519
+ * Use Cases:
520
+ *
521
+ * 1. Dashboard Overview:
522
+ * - Display KPI cards: active runs, completed, failed, total cost
523
+ * - Time window selector toggles between 24h / 7d / 30d views
524
+ *
525
+ * 2. Cost Monitoring:
526
+ * - Show per-workflow cost breakdown to identify expensive workflows
527
+ * - Track cost trends across time windows
528
+ *
529
+ * 3. Reliability Monitoring:
530
+ * - Surface top failing workflows for investigation
531
+ * - Track failure rates across the organization
532
+ *
533
+ * @since T14 (Dashboard Integration)
534
+ *
535
+ * @generated from rpc ai.stigmer.agentic.workflowexecution.v1.WorkflowExecutionQueryController.getExecutionSummary
536
+ */
537
+ readonly getExecutionSummary: {
538
+ readonly name: "getExecutionSummary";
539
+ readonly I: any;
540
+ readonly O: any;
541
+ readonly kind: any;
542
+ };
543
+ /**
544
+ * List workflow executions with pending human_input tasks awaiting reviewer decisions.
545
+ *
546
+ * Returns a paginated list of executions where at least one human_input
547
+ * task is actively waiting for a response. Each entry includes the
548
+ * execution context, task details, requester, and timeout information.
549
+ *
550
+ * @internal
551
+ * Authorization:
552
+ * Custom authorization — user must have organization-level access.
553
+ * Results are scoped to the user's organization.
554
+ *
555
+ * Use Cases:
556
+ *
557
+ * 1. Pending Approvals Dashboard Widget:
558
+ * - Display a list of items requiring human attention
559
+ * - Show time waiting and timeout countdown
560
+ * - Link to execution viewer for review action
561
+ *
562
+ * 2. Approval Queue:
563
+ * - Reviewers see all pending approvals in one view
564
+ * - Sorted by urgency (closest to timeout first)
565
+ *
566
+ * @since T14 (Dashboard Integration)
567
+ *
568
+ * @generated from rpc ai.stigmer.agentic.workflowexecution.v1.WorkflowExecutionQueryController.listPendingApprovals
569
+ */
570
+ readonly listPendingApprovals: {
571
+ readonly name: "listPendingApprovals";
572
+ readonly I: any;
573
+ readonly O: any;
574
+ readonly kind: any;
575
+ };
394
576
  };
395
577
  };
@@ -2,9 +2,10 @@
2
2
  // @generated from file ai/stigmer/agentic/workflowexecution/v1/query.proto (package ai.stigmer.agentic.workflowexecution.v1, syntax proto3)
3
3
  /* eslint-disable */
4
4
  // @ts-nocheck
5
- import { ListWorkflowExecutionsByWorkflowRequest, ListWorkflowExecutionsRequest, SubscribeWorkflowExecutionRequest, WorkflowExecutionId, WorkflowExecutionList } from "./io_pbjs";
5
+ import { ExecutionSummary, GetEventLogRequest, GetEventLogResponse, GetExecutionSummaryRequest, ListPendingApprovalsRequest, ListWorkflowExecutionsByWorkflowRequest, ListWorkflowExecutionsRequest, PendingApprovalsList, SubscribeEventsRequest, SubscribeWorkflowExecutionRequest, WorkflowExecutionId, WorkflowExecutionList } from "./io_pbjs";
6
6
  import { WorkflowExecution } from "./api_pbjs";
7
7
  import { MethodKind } from "@bufbuild/protobuf";
8
+ import { WorkflowExecutionEvent } from "./event_pbjs";
8
9
  /**
9
10
  * WorkflowExecutionQueryController handles read operations (Get, List, Subscribe) for WorkflowExecution resources.
10
11
  *
@@ -398,6 +399,188 @@ export const WorkflowExecutionQueryController = {
398
399
  O: WorkflowExecution,
399
400
  kind: MethodKind.ServerStreaming,
400
401
  },
402
+ /**
403
+ * Fetch the paginated event log for a workflow execution.
404
+ *
405
+ * Returns execution events ordered by sequence_number ascending, with
406
+ * cursor-based pagination and optional filtering by event type or task name.
407
+ *
408
+ * @internal
409
+ * Authorization:
410
+ * Standard authorization checks that user has "get" permission on the
411
+ * WorkflowExecution. Same permission as get() and subscribe().
412
+ *
413
+ * The event log complements the status snapshot: the snapshot tells you
414
+ * current state, the event log tells you what happened and when.
415
+ *
416
+ * Use Cases:
417
+ *
418
+ * 1. Execution Viewer Timeline:
419
+ * - Load full event history for a completed execution
420
+ * - Render timeline with task transitions, retries, approvals, cost
421
+ *
422
+ * 2. Task Drill-Down:
423
+ * - Filter by task_name to see all events for a specific task
424
+ * - Inspect retry history, duration, cost per attempt
425
+ *
426
+ * 3. Cost Audit:
427
+ * - Filter by budget_checkpoint events to chart cost over time
428
+ * - Correlate cost spikes with specific agent_call tasks
429
+ *
430
+ * 4. Approval Audit Trail:
431
+ * - Filter by approval_requested and approval_resolved
432
+ * - See who approved what, when, and with what comment
433
+ *
434
+ * Error Cases:
435
+ *
436
+ * - NOT_FOUND: No WorkflowExecution exists with the given ID
437
+ * - PERMISSION_DENIED: User doesn't have "get" permission
438
+ * - INVALID_ARGUMENT: page_size exceeds maximum (500)
439
+ *
440
+ * @since T06 (Execution Event Stream Model)
441
+ *
442
+ * @generated from rpc ai.stigmer.agentic.workflowexecution.v1.WorkflowExecutionQueryController.getEventLog
443
+ */
444
+ getEventLog: {
445
+ name: "getEventLog",
446
+ I: GetEventLogRequest,
447
+ O: GetEventLogResponse,
448
+ kind: MethodKind.Unary,
449
+ },
450
+ /**
451
+ * Subscribe to real-time execution events (incremental event stream).
452
+ *
453
+ * Opens a server-side streaming RPC that pushes individual
454
+ * WorkflowExecutionEvent messages as they occur during execution.
455
+ * Unlike subscribe() which streams full WorkflowExecution snapshots,
456
+ * this streams lightweight incremental events for the timeline view.
457
+ *
458
+ * @internal
459
+ * Authorization:
460
+ * Standard authorization checks that user has "get" permission on the
461
+ * WorkflowExecution. Same permission as get() and subscribe().
462
+ *
463
+ * Stream Lifecycle:
464
+ * 1. Client sends SubscribeEventsRequest with execution_id
465
+ * 2. Server validates authorization
466
+ * 3. If after_sequence > 0: Server replays missed events from persistence
467
+ * 4. Server streams new events in real-time as the runner emits them
468
+ * 5. Server closes stream when execution reaches a terminal phase
469
+ * (COMPLETED, FAILED, CANCELLED, TERMINATED)
470
+ * 6. Client can close stream early
471
+ *
472
+ * Reconnection:
473
+ * On disconnect, the client reconnects with after_sequence set to the
474
+ * sequence_number of the last received event. The server replays any
475
+ * events missed during the disconnect, then resumes live streaming.
476
+ * No events are lost.
477
+ *
478
+ * Complementary Streams:
479
+ * - subscribe(): Full snapshots for current-state views (progress bars, dashboards)
480
+ * - subscribeEvents(): Incremental events for timeline views (execution viewer)
481
+ * Both streams can be used simultaneously for different UI concerns.
482
+ *
483
+ * Use Cases:
484
+ *
485
+ * 1. Live Execution Timeline:
486
+ * - User watches a running execution in the execution viewer
487
+ * - Events stream in real-time, building the timeline as tasks progress
488
+ * - Each event adds a row: "task X started", "task X completed (2.3s, $0.05)"
489
+ *
490
+ * 2. Cost Monitoring:
491
+ * - Dashboard subscribes with event_types filter for budget_checkpoint
492
+ * - Budget gauge updates in real-time as costs accumulate
493
+ *
494
+ * 3. Approval Notifications:
495
+ * - Subscribe with event_types filter for approval_requested
496
+ * - Surface approval gates immediately when they activate
497
+ *
498
+ * Error Cases:
499
+ *
500
+ * - NOT_FOUND: No WorkflowExecution exists with the given ID
501
+ * - PERMISSION_DENIED: User doesn't have "get" permission
502
+ * - DEADLINE_EXCEEDED: Client timeout (reconnect with after_sequence)
503
+ * - UNAVAILABLE: Server unavailable (retry with backoff)
504
+ *
505
+ * @since T06 (Execution Event Stream Model)
506
+ *
507
+ * @generated from rpc ai.stigmer.agentic.workflowexecution.v1.WorkflowExecutionQueryController.subscribeEvents
508
+ */
509
+ subscribeEvents: {
510
+ name: "subscribeEvents",
511
+ I: SubscribeEventsRequest,
512
+ O: WorkflowExecutionEvent,
513
+ kind: MethodKind.ServerStreaming,
514
+ },
515
+ /**
516
+ * Get aggregated execution statistics for an organization's workflows.
517
+ *
518
+ * Returns counts by phase, total cost, average duration, top failing
519
+ * workflows, and per-workflow cost breakdown — scoped to a configurable
520
+ * time window (24h, 7d, 30d, all-time).
521
+ *
522
+ * @internal
523
+ * Authorization:
524
+ * Custom authorization — user must have organization-level access.
525
+ * Results are scoped to the user's organization.
526
+ *
527
+ * Use Cases:
528
+ *
529
+ * 1. Dashboard Overview:
530
+ * - Display KPI cards: active runs, completed, failed, total cost
531
+ * - Time window selector toggles between 24h / 7d / 30d views
532
+ *
533
+ * 2. Cost Monitoring:
534
+ * - Show per-workflow cost breakdown to identify expensive workflows
535
+ * - Track cost trends across time windows
536
+ *
537
+ * 3. Reliability Monitoring:
538
+ * - Surface top failing workflows for investigation
539
+ * - Track failure rates across the organization
540
+ *
541
+ * @since T14 (Dashboard Integration)
542
+ *
543
+ * @generated from rpc ai.stigmer.agentic.workflowexecution.v1.WorkflowExecutionQueryController.getExecutionSummary
544
+ */
545
+ getExecutionSummary: {
546
+ name: "getExecutionSummary",
547
+ I: GetExecutionSummaryRequest,
548
+ O: ExecutionSummary,
549
+ kind: MethodKind.Unary,
550
+ },
551
+ /**
552
+ * List workflow executions with pending human_input tasks awaiting reviewer decisions.
553
+ *
554
+ * Returns a paginated list of executions where at least one human_input
555
+ * task is actively waiting for a response. Each entry includes the
556
+ * execution context, task details, requester, and timeout information.
557
+ *
558
+ * @internal
559
+ * Authorization:
560
+ * Custom authorization — user must have organization-level access.
561
+ * Results are scoped to the user's organization.
562
+ *
563
+ * Use Cases:
564
+ *
565
+ * 1. Pending Approvals Dashboard Widget:
566
+ * - Display a list of items requiring human attention
567
+ * - Show time waiting and timeout countdown
568
+ * - Link to execution viewer for review action
569
+ *
570
+ * 2. Approval Queue:
571
+ * - Reviewers see all pending approvals in one view
572
+ * - Sorted by urgency (closest to timeout first)
573
+ *
574
+ * @since T14 (Dashboard Integration)
575
+ *
576
+ * @generated from rpc ai.stigmer.agentic.workflowexecution.v1.WorkflowExecutionQueryController.listPendingApprovals
577
+ */
578
+ listPendingApprovals: {
579
+ name: "listPendingApprovals",
580
+ I: ListPendingApprovalsRequest,
581
+ O: PendingApprovalsList,
582
+ kind: MethodKind.Unary,
583
+ },
401
584
  }
402
585
  };
403
586
  //# sourceMappingURL=query_connect.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"query_connect.js","sourceRoot":"","sources":["../../../../../../ai/stigmer/agentic/workflowexecution/v1/query_connect.ts"],"names":[],"mappings":"AAAA,4FAA4F;AAC5F,4IAA4I;AAC5I,oBAAoB;AACpB,cAAc;AAEd,OAAO,EAAE,uCAAuC,EAAE,6BAA6B,EAAE,iCAAiC,EAAE,mBAAmB,EAAE,qBAAqB,EAAE,MAAM,WAAW,CAAC;AAClL,OAAO,EAAE,iBAAiB,EAAE,MAAM,YAAY,CAAC;AAC/C,OAAO,EAAE,UAAU,EAAE,MAAM,oBAAoB,CAAC;AAEhD;;;;;;;;;;;;;;;;;GAiBG;AACH,MAAM,CAAC,MAAM,gCAAgC,GAAG;IAC9C,QAAQ,EAAE,0EAA0E;IACpF,OAAO,EAAE;QACP;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;WA2EG;QACH,GAAG,EAAE;YACH,IAAI,EAAE,KAAK;YACX,CAAC,EAAE,mBAAmB;YACtB,CAAC,EAAE,iBAAiB;YACpB,IAAI,EAAE,UAAU,CAAC,KAAK;SACvB;QACD;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;WA2EG;QACH,IAAI,EAAE;YACJ,IAAI,EAAE,MAAM;YACZ,CAAC,EAAE,6BAA6B;YAChC,CAAC,EAAE,qBAAqB;YACxB,IAAI,EAAE,UAAU,CAAC,KAAK;SACvB;QACD;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;WA2EG;QACH,cAAc,EAAE;YACd,IAAI,EAAE,gBAAgB;YACtB,CAAC,EAAE,uCAAuC;YAC1C,CAAC,EAAE,qBAAqB;YACxB,IAAI,EAAE,UAAU,CAAC,KAAK;SACvB;QACD;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;WAuHG;QACH,SAAS,EAAE;YACT,IAAI,EAAE,WAAW;YACjB,CAAC,EAAE,iCAAiC;YACpC,CAAC,EAAE,iBAAiB;YACpB,IAAI,EAAE,UAAU,CAAC,eAAe;SACjC;KACF;CACO,CAAC"}
1
+ {"version":3,"file":"query_connect.js","sourceRoot":"","sources":["../../../../../../ai/stigmer/agentic/workflowexecution/v1/query_connect.ts"],"names":[],"mappings":"AAAA,4FAA4F;AAC5F,4IAA4I;AAC5I,oBAAoB;AACpB,cAAc;AAEd,OAAO,EAAE,gBAAgB,EAAE,kBAAkB,EAAE,mBAAmB,EAAE,0BAA0B,EAAE,2BAA2B,EAAE,uCAAuC,EAAE,6BAA6B,EAAE,oBAAoB,EAAE,sBAAsB,EAAE,iCAAiC,EAAE,mBAAmB,EAAE,qBAAqB,EAAE,MAAM,WAAW,CAAC;AACpV,OAAO,EAAE,iBAAiB,EAAE,MAAM,YAAY,CAAC;AAC/C,OAAO,EAAE,UAAU,EAAE,MAAM,oBAAoB,CAAC;AAChD,OAAO,EAAE,sBAAsB,EAAE,MAAM,cAAc,CAAC;AAEtD;;;;;;;;;;;;;;;;;GAiBG;AACH,MAAM,CAAC,MAAM,gCAAgC,GAAG;IAC9C,QAAQ,EAAE,0EAA0E;IACpF,OAAO,EAAE;QACP;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;WA2EG;QACH,GAAG,EAAE;YACH,IAAI,EAAE,KAAK;YACX,CAAC,EAAE,mBAAmB;YACtB,CAAC,EAAE,iBAAiB;YACpB,IAAI,EAAE,UAAU,CAAC,KAAK;SACvB;QACD;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;WA2EG;QACH,IAAI,EAAE;YACJ,IAAI,EAAE,MAAM;YACZ,CAAC,EAAE,6BAA6B;YAChC,CAAC,EAAE,qBAAqB;YACxB,IAAI,EAAE,UAAU,CAAC,KAAK;SACvB;QACD;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;WA2EG;QACH,cAAc,EAAE;YACd,IAAI,EAAE,gBAAgB;YACtB,CAAC,EAAE,uCAAuC;YAC1C,CAAC,EAAE,qBAAqB;YACxB,IAAI,EAAE,UAAU,CAAC,KAAK;SACvB;QACD;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;WAuHG;QACH,SAAS,EAAE;YACT,IAAI,EAAE,WAAW;YACjB,CAAC,EAAE,iCAAiC;YACpC,CAAC,EAAE,iBAAiB;YACpB,IAAI,EAAE,UAAU,CAAC,eAAe;SACjC;QACD;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;WAyCG;QACH,WAAW,EAAE;YACX,IAAI,EAAE,aAAa;YACnB,CAAC,EAAE,kBAAkB;YACrB,CAAC,EAAE,mBAAmB;YACtB,IAAI,EAAE,UAAU,CAAC,KAAK;SACvB;QACD;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;WA0DG;QACH,eAAe,EAAE;YACf,IAAI,EAAE,iBAAiB;YACvB,CAAC,EAAE,sBAAsB;YACzB,CAAC,EAAE,sBAAsB;YACzB,IAAI,EAAE,UAAU,CAAC,eAAe;SACjC;QACD;;;;;;;;;;;;;;;;;;;;;;;;;;;;;WA6BG;QACH,mBAAmB,EAAE;YACnB,IAAI,EAAE,qBAAqB;YAC3B,CAAC,EAAE,0BAA0B;YAC7B,CAAC,EAAE,gBAAgB;YACnB,IAAI,EAAE,UAAU,CAAC,KAAK;SACvB;QACD;;;;;;;;;;;;;;;;;;;;;;;;;;WA0BG;QACH,oBAAoB,EAAE;YACpB,IAAI,EAAE,sBAAsB;YAC5B,CAAC,EAAE,2BAA2B;YAC9B,CAAC,EAAE,oBAAoB;YACvB,IAAI,EAAE,UAAU,CAAC,KAAK;SACvB;KACF;CACO,CAAC"}