@stigmer/protos 0.0.69 → 0.0.71

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 (372) hide show
  1. package/ai/stigmer/agentic/agent/v1/api_pb.d.ts +7 -6
  2. package/ai/stigmer/agentic/agent/v1/api_pb.js.map +1 -1
  3. package/ai/stigmer/agentic/agent/v1/command_connect.d.ts +5 -1
  4. package/ai/stigmer/agentic/agent/v1/command_connect.js +5 -1
  5. package/ai/stigmer/agentic/agent/v1/command_connect.js.map +1 -1
  6. package/ai/stigmer/agentic/agent/v1/command_pb.d.ts +5 -1
  7. package/ai/stigmer/agentic/agent/v1/command_pb.js.map +1 -1
  8. package/ai/stigmer/agentic/agent/v1/io_pb.d.ts +4 -1
  9. package/ai/stigmer/agentic/agent/v1/io_pb.js.map +1 -1
  10. package/ai/stigmer/agentic/agent/v1/query_connect.d.ts +13 -8
  11. package/ai/stigmer/agentic/agent/v1/query_connect.js +13 -8
  12. package/ai/stigmer/agentic/agent/v1/query_connect.js.map +1 -1
  13. package/ai/stigmer/agentic/agent/v1/query_pb.d.ts +13 -8
  14. package/ai/stigmer/agentic/agent/v1/query_pb.js.map +1 -1
  15. package/ai/stigmer/agentic/agent/v1/spec_pb.d.ts +57 -175
  16. package/ai/stigmer/agentic/agent/v1/spec_pb.js.map +1 -1
  17. package/ai/stigmer/agentic/agent/v1/status_pb.d.ts +5 -5
  18. package/ai/stigmer/agentic/agentexecution/v1/api_pb.d.ts +20 -22
  19. package/ai/stigmer/agentic/agentexecution/v1/api_pb.js.map +1 -1
  20. package/ai/stigmer/agentic/agentexecution/v1/approval_pb.d.ts +16 -28
  21. package/ai/stigmer/agentic/agentexecution/v1/approval_pb.js.map +1 -1
  22. package/ai/stigmer/agentic/agentexecution/v1/command_connect.d.ts +34 -16
  23. package/ai/stigmer/agentic/agentexecution/v1/command_connect.js +34 -16
  24. package/ai/stigmer/agentic/agentexecution/v1/command_connect.js.map +1 -1
  25. package/ai/stigmer/agentic/agentexecution/v1/command_pb.d.ts +34 -16
  26. package/ai/stigmer/agentic/agentexecution/v1/command_pb.js.map +1 -1
  27. package/ai/stigmer/agentic/agentexecution/v1/enum_pb.d.ts +41 -25
  28. package/ai/stigmer/agentic/agentexecution/v1/enum_pb.js +41 -25
  29. package/ai/stigmer/agentic/agentexecution/v1/enum_pb.js.map +1 -1
  30. package/ai/stigmer/agentic/agentexecution/v1/message_pb.d.ts +0 -52
  31. package/ai/stigmer/agentic/agentexecution/v1/message_pb.js +1 -6
  32. package/ai/stigmer/agentic/agentexecution/v1/message_pb.js.map +1 -1
  33. package/ai/stigmer/agentic/agentexecution/v1/query_connect.d.ts +17 -3
  34. package/ai/stigmer/agentic/agentexecution/v1/query_connect.js +17 -3
  35. package/ai/stigmer/agentic/agentexecution/v1/query_connect.js.map +1 -1
  36. package/ai/stigmer/agentic/agentexecution/v1/query_pb.d.ts +17 -3
  37. package/ai/stigmer/agentic/agentexecution/v1/query_pb.js.map +1 -1
  38. package/ai/stigmer/agentic/agentexecution/v1/spec_pb.d.ts +26 -71
  39. package/ai/stigmer/agentic/agentexecution/v1/spec_pb.js.map +1 -1
  40. package/ai/stigmer/agentic/agentexecution/v1/writeback_pb.d.ts +2 -0
  41. package/ai/stigmer/agentic/agentexecution/v1/writeback_pb.js +2 -0
  42. package/ai/stigmer/agentic/agentexecution/v1/writeback_pb.js.map +1 -1
  43. package/ai/stigmer/agentic/agentinstance/v1/api_pb.d.ts +9 -4
  44. package/ai/stigmer/agentic/agentinstance/v1/api_pb.js.map +1 -1
  45. package/ai/stigmer/agentic/agentinstance/v1/command_connect.d.ts +17 -12
  46. package/ai/stigmer/agentic/agentinstance/v1/command_connect.js +17 -12
  47. package/ai/stigmer/agentic/agentinstance/v1/command_connect.js.map +1 -1
  48. package/ai/stigmer/agentic/agentinstance/v1/command_pb.d.ts +17 -12
  49. package/ai/stigmer/agentic/agentinstance/v1/command_pb.js +0 -1
  50. package/ai/stigmer/agentic/agentinstance/v1/command_pb.js.map +1 -1
  51. package/ai/stigmer/agentic/agentinstance/v1/io_pb.d.ts +13 -11
  52. package/ai/stigmer/agentic/agentinstance/v1/io_pb.js.map +1 -1
  53. package/ai/stigmer/agentic/agentinstance/v1/query_connect.d.ts +11 -4
  54. package/ai/stigmer/agentic/agentinstance/v1/query_connect.js +11 -4
  55. package/ai/stigmer/agentic/agentinstance/v1/query_connect.js.map +1 -1
  56. package/ai/stigmer/agentic/agentinstance/v1/query_pb.d.ts +11 -4
  57. package/ai/stigmer/agentic/agentinstance/v1/query_pb.js +1 -1
  58. package/ai/stigmer/agentic/agentinstance/v1/query_pb.js.map +1 -1
  59. package/ai/stigmer/agentic/agentinstance/v1/spec_pb.d.ts +10 -6
  60. package/ai/stigmer/agentic/agentinstance/v1/spec_pb.js.map +1 -1
  61. package/ai/stigmer/agentic/environment/v1/api_pb.d.ts +9 -6
  62. package/ai/stigmer/agentic/environment/v1/api_pb.js.map +1 -1
  63. package/ai/stigmer/agentic/environment/v1/command_connect.d.ts +32 -9
  64. package/ai/stigmer/agentic/environment/v1/command_connect.js +32 -9
  65. package/ai/stigmer/agentic/environment/v1/command_connect.js.map +1 -1
  66. package/ai/stigmer/agentic/environment/v1/command_pb.d.ts +32 -9
  67. package/ai/stigmer/agentic/environment/v1/command_pb.js +1 -1
  68. package/ai/stigmer/agentic/environment/v1/command_pb.js.map +1 -1
  69. package/ai/stigmer/agentic/environment/v1/io_pb.d.ts +20 -12
  70. package/ai/stigmer/agentic/environment/v1/io_pb.js.map +1 -1
  71. package/ai/stigmer/agentic/environment/v1/query_connect.d.ts +19 -6
  72. package/ai/stigmer/agentic/environment/v1/query_connect.js +19 -6
  73. package/ai/stigmer/agentic/environment/v1/query_connect.js.map +1 -1
  74. package/ai/stigmer/agentic/environment/v1/query_pb.d.ts +19 -6
  75. package/ai/stigmer/agentic/environment/v1/query_pb.js +1 -1
  76. package/ai/stigmer/agentic/environment/v1/query_pb.js.map +1 -1
  77. package/ai/stigmer/agentic/environment/v1/spec_pb.d.ts +19 -23
  78. package/ai/stigmer/agentic/environment/v1/spec_pb.js.map +1 -1
  79. package/ai/stigmer/agentic/executioncontext/v1/api_pb.d.ts +8 -7
  80. package/ai/stigmer/agentic/executioncontext/v1/api_pb.js.map +1 -1
  81. package/ai/stigmer/agentic/executioncontext/v1/command_connect.d.ts +13 -4
  82. package/ai/stigmer/agentic/executioncontext/v1/command_connect.js +13 -4
  83. package/ai/stigmer/agentic/executioncontext/v1/command_connect.js.map +1 -1
  84. package/ai/stigmer/agentic/executioncontext/v1/command_pb.d.ts +13 -4
  85. package/ai/stigmer/agentic/executioncontext/v1/command_pb.js +2 -1
  86. package/ai/stigmer/agentic/executioncontext/v1/command_pb.js.map +1 -1
  87. package/ai/stigmer/agentic/executioncontext/v1/io_pb.d.ts +8 -5
  88. package/ai/stigmer/agentic/executioncontext/v1/io_pb.js.map +1 -1
  89. package/ai/stigmer/agentic/executioncontext/v1/query_connect.d.ts +11 -5
  90. package/ai/stigmer/agentic/executioncontext/v1/query_connect.js +11 -5
  91. package/ai/stigmer/agentic/executioncontext/v1/query_connect.js.map +1 -1
  92. package/ai/stigmer/agentic/executioncontext/v1/query_pb.d.ts +11 -5
  93. package/ai/stigmer/agentic/executioncontext/v1/query_pb.js +2 -1
  94. package/ai/stigmer/agentic/executioncontext/v1/query_pb.js.map +1 -1
  95. package/ai/stigmer/agentic/executioncontext/v1/spec_pb.d.ts +20 -17
  96. package/ai/stigmer/agentic/executioncontext/v1/spec_pb.js.map +1 -1
  97. package/ai/stigmer/agentic/mcpserver/v1/api_pb.d.ts +3 -19
  98. package/ai/stigmer/agentic/mcpserver/v1/api_pb.js.map +1 -1
  99. package/ai/stigmer/agentic/mcpserver/v1/command_connect.d.ts +23 -43
  100. package/ai/stigmer/agentic/mcpserver/v1/command_connect.js +23 -43
  101. package/ai/stigmer/agentic/mcpserver/v1/command_connect.js.map +1 -1
  102. package/ai/stigmer/agentic/mcpserver/v1/command_pb.d.ts +23 -43
  103. package/ai/stigmer/agentic/mcpserver/v1/command_pb.js +1 -1
  104. package/ai/stigmer/agentic/mcpserver/v1/command_pb.js.map +1 -1
  105. package/ai/stigmer/agentic/mcpserver/v1/io_pb.d.ts +5 -11
  106. package/ai/stigmer/agentic/mcpserver/v1/io_pb.js.map +1 -1
  107. package/ai/stigmer/agentic/mcpserver/v1/query_connect.d.ts +5 -12
  108. package/ai/stigmer/agentic/mcpserver/v1/query_connect.js +5 -12
  109. package/ai/stigmer/agentic/mcpserver/v1/query_connect.js.map +1 -1
  110. package/ai/stigmer/agentic/mcpserver/v1/query_pb.d.ts +5 -12
  111. package/ai/stigmer/agentic/mcpserver/v1/query_pb.js +1 -1
  112. package/ai/stigmer/agentic/mcpserver/v1/query_pb.js.map +1 -1
  113. package/ai/stigmer/agentic/mcpserver/v1/spec_pb.d.ts +19 -68
  114. package/ai/stigmer/agentic/mcpserver/v1/spec_pb.js.map +1 -1
  115. package/ai/stigmer/agentic/mcpserver/v1/status_pb.d.ts +18 -44
  116. package/ai/stigmer/agentic/mcpserver/v1/status_pb.js.map +1 -1
  117. package/ai/stigmer/agentic/session/v1/command_connect.d.ts +25 -11
  118. package/ai/stigmer/agentic/session/v1/command_connect.js +25 -11
  119. package/ai/stigmer/agentic/session/v1/command_connect.js.map +1 -1
  120. package/ai/stigmer/agentic/session/v1/command_pb.d.ts +25 -11
  121. package/ai/stigmer/agentic/session/v1/command_pb.js.map +1 -1
  122. package/ai/stigmer/agentic/session/v1/enum_pb.d.ts +13 -13
  123. package/ai/stigmer/agentic/session/v1/enum_pb.js +13 -13
  124. package/ai/stigmer/agentic/session/v1/enum_pb.js.map +1 -1
  125. package/ai/stigmer/agentic/session/v1/io_pb.d.ts +7 -5
  126. package/ai/stigmer/agentic/session/v1/io_pb.js.map +1 -1
  127. package/ai/stigmer/agentic/session/v1/query_connect.d.ts +4 -0
  128. package/ai/stigmer/agentic/session/v1/query_connect.js +4 -0
  129. package/ai/stigmer/agentic/session/v1/query_connect.js.map +1 -1
  130. package/ai/stigmer/agentic/session/v1/query_pb.d.ts +4 -0
  131. package/ai/stigmer/agentic/session/v1/query_pb.js.map +1 -1
  132. package/ai/stigmer/agentic/session/v1/spec_pb.d.ts +34 -23
  133. package/ai/stigmer/agentic/session/v1/spec_pb.js.map +1 -1
  134. package/ai/stigmer/agentic/session/v1/workspace_pb.d.ts +47 -52
  135. package/ai/stigmer/agentic/session/v1/workspace_pb.js.map +1 -1
  136. package/ai/stigmer/agentic/skill/v1/command_connect.d.ts +22 -22
  137. package/ai/stigmer/agentic/skill/v1/command_connect.js +22 -22
  138. package/ai/stigmer/agentic/skill/v1/command_connect.js.map +1 -1
  139. package/ai/stigmer/agentic/skill/v1/command_pb.d.ts +22 -22
  140. package/ai/stigmer/agentic/skill/v1/io_pb.d.ts +31 -34
  141. package/ai/stigmer/agentic/skill/v1/io_pb.js.map +1 -1
  142. package/ai/stigmer/agentic/skill/v1/query_connect.d.ts +8 -7
  143. package/ai/stigmer/agentic/skill/v1/query_connect.js +8 -7
  144. package/ai/stigmer/agentic/skill/v1/query_connect.js.map +1 -1
  145. package/ai/stigmer/agentic/skill/v1/query_pb.d.ts +8 -7
  146. package/ai/stigmer/agentic/skill/v1/query_pb.js.map +1 -1
  147. package/ai/stigmer/agentic/skill/v1/spec_pb.d.ts +5 -4
  148. package/ai/stigmer/agentic/skill/v1/spec_pb.js.map +1 -1
  149. package/ai/stigmer/agentic/skill/v1/status_pb.d.ts +32 -21
  150. package/ai/stigmer/agentic/skill/v1/status_pb.js.map +1 -1
  151. package/ai/stigmer/agentic/workflow/v1/api_pb.d.ts +7 -6
  152. package/ai/stigmer/agentic/workflow/v1/api_pb.js.map +1 -1
  153. package/ai/stigmer/agentic/workflow/v1/command_connect.d.ts +4 -1
  154. package/ai/stigmer/agentic/workflow/v1/command_connect.js +4 -1
  155. package/ai/stigmer/agentic/workflow/v1/command_connect.js.map +1 -1
  156. package/ai/stigmer/agentic/workflow/v1/command_pb.d.ts +4 -1
  157. package/ai/stigmer/agentic/workflow/v1/command_pb.js.map +1 -1
  158. package/ai/stigmer/agentic/workflow/v1/enum_pb.d.ts +47 -15
  159. package/ai/stigmer/agentic/workflow/v1/enum_pb.js +47 -15
  160. package/ai/stigmer/agentic/workflow/v1/enum_pb.js.map +1 -1
  161. package/ai/stigmer/agentic/workflow/v1/query_connect.d.ts +6 -1
  162. package/ai/stigmer/agentic/workflow/v1/query_connect.js +6 -1
  163. package/ai/stigmer/agentic/workflow/v1/query_connect.js.map +1 -1
  164. package/ai/stigmer/agentic/workflow/v1/query_pb.d.ts +6 -1
  165. package/ai/stigmer/agentic/workflow/v1/query_pb.js.map +1 -1
  166. package/ai/stigmer/agentic/workflow/v1/serverless/validation_pb.d.ts +27 -33
  167. package/ai/stigmer/agentic/workflow/v1/serverless/validation_pb.js +9 -10
  168. package/ai/stigmer/agentic/workflow/v1/serverless/validation_pb.js.map +1 -1
  169. package/ai/stigmer/agentic/workflow/v1/spec_pb.d.ts +21 -13
  170. package/ai/stigmer/agentic/workflow/v1/spec_pb.js.map +1 -1
  171. package/ai/stigmer/agentic/workflow/v1/status_pb.d.ts +4 -4
  172. package/ai/stigmer/agentic/workflow/v1/tasks/agent_call_pb.d.ts +5 -7
  173. package/ai/stigmer/agentic/workflow/v1/tasks/agent_call_pb.js.map +1 -1
  174. package/ai/stigmer/agentic/workflow/v1/tasks/call_activity_pb.d.ts +6 -3
  175. package/ai/stigmer/agentic/workflow/v1/tasks/call_activity_pb.js.map +1 -1
  176. package/ai/stigmer/agentic/workflow/v1/tasks/for_pb.d.ts +2 -3
  177. package/ai/stigmer/agentic/workflow/v1/tasks/for_pb.js.map +1 -1
  178. package/ai/stigmer/agentic/workflow/v1/tasks/fork_pb.d.ts +2 -3
  179. package/ai/stigmer/agentic/workflow/v1/tasks/fork_pb.js.map +1 -1
  180. package/ai/stigmer/agentic/workflow/v1/tasks/grpc_call_pb.d.ts +2 -3
  181. package/ai/stigmer/agentic/workflow/v1/tasks/grpc_call_pb.js.map +1 -1
  182. package/ai/stigmer/agentic/workflow/v1/tasks/http_call_pb.d.ts +2 -3
  183. package/ai/stigmer/agentic/workflow/v1/tasks/http_call_pb.js.map +1 -1
  184. package/ai/stigmer/agentic/workflow/v1/tasks/listen_pb.d.ts +4 -6
  185. package/ai/stigmer/agentic/workflow/v1/tasks/listen_pb.js.map +1 -1
  186. package/ai/stigmer/agentic/workflow/v1/tasks/raise_pb.d.ts +2 -3
  187. package/ai/stigmer/agentic/workflow/v1/tasks/raise_pb.js.map +1 -1
  188. package/ai/stigmer/agentic/workflow/v1/tasks/run_pb.d.ts +3 -2
  189. package/ai/stigmer/agentic/workflow/v1/tasks/run_pb.js.map +1 -1
  190. package/ai/stigmer/agentic/workflow/v1/tasks/set_pb.d.ts +2 -3
  191. package/ai/stigmer/agentic/workflow/v1/tasks/set_pb.js.map +1 -1
  192. package/ai/stigmer/agentic/workflow/v1/tasks/switch_pb.d.ts +2 -3
  193. package/ai/stigmer/agentic/workflow/v1/tasks/switch_pb.js.map +1 -1
  194. package/ai/stigmer/agentic/workflow/v1/tasks/try_pb.d.ts +2 -3
  195. package/ai/stigmer/agentic/workflow/v1/tasks/try_pb.js.map +1 -1
  196. package/ai/stigmer/agentic/workflow/v1/tasks/wait_pb.d.ts +5 -4
  197. package/ai/stigmer/agentic/workflow/v1/tasks/wait_pb.js.map +1 -1
  198. package/ai/stigmer/agentic/workflowexecution/v1/api_pb.d.ts +60 -252
  199. package/ai/stigmer/agentic/workflowexecution/v1/api_pb.js.map +1 -1
  200. package/ai/stigmer/agentic/workflowexecution/v1/command_connect.d.ts +100 -88
  201. package/ai/stigmer/agentic/workflowexecution/v1/command_connect.js +100 -88
  202. package/ai/stigmer/agentic/workflowexecution/v1/command_connect.js.map +1 -1
  203. package/ai/stigmer/agentic/workflowexecution/v1/command_pb.d.ts +100 -88
  204. package/ai/stigmer/agentic/workflowexecution/v1/command_pb.js.map +1 -1
  205. package/ai/stigmer/agentic/workflowexecution/v1/enum_pb.d.ts +62 -413
  206. package/ai/stigmer/agentic/workflowexecution/v1/enum_pb.js +62 -413
  207. package/ai/stigmer/agentic/workflowexecution/v1/enum_pb.js.map +1 -1
  208. package/ai/stigmer/agentic/workflowexecution/v1/io_pb.d.ts +148 -697
  209. package/ai/stigmer/agentic/workflowexecution/v1/io_pb.js +14 -58
  210. package/ai/stigmer/agentic/workflowexecution/v1/io_pb.js.map +1 -1
  211. package/ai/stigmer/agentic/workflowexecution/v1/query_connect.d.ts +17 -13
  212. package/ai/stigmer/agentic/workflowexecution/v1/query_connect.js +17 -13
  213. package/ai/stigmer/agentic/workflowexecution/v1/query_connect.js.map +1 -1
  214. package/ai/stigmer/agentic/workflowexecution/v1/query_pb.d.ts +17 -13
  215. package/ai/stigmer/agentic/workflowexecution/v1/query_pb.js.map +1 -1
  216. package/ai/stigmer/agentic/workflowexecution/v1/spec_pb.d.ts +29 -192
  217. package/ai/stigmer/agentic/workflowexecution/v1/spec_pb.js.map +1 -1
  218. package/ai/stigmer/agentic/workflowinstance/v1/api_pb.d.ts +9 -16
  219. package/ai/stigmer/agentic/workflowinstance/v1/api_pb.js.map +1 -1
  220. package/ai/stigmer/agentic/workflowinstance/v1/command_connect.d.ts +13 -40
  221. package/ai/stigmer/agentic/workflowinstance/v1/command_connect.js +13 -40
  222. package/ai/stigmer/agentic/workflowinstance/v1/command_connect.js.map +1 -1
  223. package/ai/stigmer/agentic/workflowinstance/v1/command_pb.d.ts +13 -40
  224. package/ai/stigmer/agentic/workflowinstance/v1/command_pb.js +2 -1
  225. package/ai/stigmer/agentic/workflowinstance/v1/command_pb.js.map +1 -1
  226. package/ai/stigmer/agentic/workflowinstance/v1/io_pb.d.ts +8 -39
  227. package/ai/stigmer/agentic/workflowinstance/v1/io_pb.js.map +1 -1
  228. package/ai/stigmer/agentic/workflowinstance/v1/query_connect.d.ts +14 -61
  229. package/ai/stigmer/agentic/workflowinstance/v1/query_connect.js +14 -61
  230. package/ai/stigmer/agentic/workflowinstance/v1/query_connect.js.map +1 -1
  231. package/ai/stigmer/agentic/workflowinstance/v1/query_pb.d.ts +14 -61
  232. package/ai/stigmer/agentic/workflowinstance/v1/query_pb.js +2 -1
  233. package/ai/stigmer/agentic/workflowinstance/v1/query_pb.js.map +1 -1
  234. package/ai/stigmer/agentic/workflowinstance/v1/spec_pb.d.ts +11 -24
  235. package/ai/stigmer/agentic/workflowinstance/v1/spec_pb.js.map +1 -1
  236. package/ai/stigmer/commons/apiresource/apiresourcekind/api_resource_kind_pb.d.ts +39 -9
  237. package/ai/stigmer/commons/apiresource/apiresourcekind/api_resource_kind_pb.js +39 -9
  238. package/ai/stigmer/commons/apiresource/apiresourcekind/api_resource_kind_pb.js.map +1 -1
  239. package/ai/stigmer/commons/apiresource/enum_pb.d.ts +34 -5
  240. package/ai/stigmer/commons/apiresource/enum_pb.js +34 -5
  241. package/ai/stigmer/commons/apiresource/enum_pb.js.map +1 -1
  242. package/ai/stigmer/commons/apiresource/io_pb.d.ts +1 -1
  243. package/ai/stigmer/commons/rpc/pagination_pb.d.ts +10 -4
  244. package/ai/stigmer/commons/rpc/pagination_pb.js.map +1 -1
  245. package/ai/stigmer/iam/apikey/v1/api_pb.d.ts +17 -8
  246. package/ai/stigmer/iam/apikey/v1/api_pb.js.map +1 -1
  247. package/ai/stigmer/iam/apikey/v1/command_connect.d.ts +16 -4
  248. package/ai/stigmer/iam/apikey/v1/command_connect.js +16 -4
  249. package/ai/stigmer/iam/apikey/v1/command_connect.js.map +1 -1
  250. package/ai/stigmer/iam/apikey/v1/command_pb.d.ts +16 -4
  251. package/ai/stigmer/iam/apikey/v1/command_pb.js +1 -1
  252. package/ai/stigmer/iam/apikey/v1/command_pb.js.map +1 -1
  253. package/ai/stigmer/iam/apikey/v1/io_pb.d.ts +9 -3
  254. package/ai/stigmer/iam/apikey/v1/io_pb.js.map +1 -1
  255. package/ai/stigmer/iam/apikey/v1/query_connect.d.ts +13 -4
  256. package/ai/stigmer/iam/apikey/v1/query_connect.js +13 -4
  257. package/ai/stigmer/iam/apikey/v1/query_connect.js.map +1 -1
  258. package/ai/stigmer/iam/apikey/v1/query_pb.d.ts +13 -4
  259. package/ai/stigmer/iam/apikey/v1/query_pb.js +1 -1
  260. package/ai/stigmer/iam/apikey/v1/query_pb.js.map +1 -1
  261. package/ai/stigmer/iam/apikey/v1/spec_pb.d.ts +13 -8
  262. package/ai/stigmer/iam/apikey/v1/spec_pb.js.map +1 -1
  263. package/ai/stigmer/iam/iampolicy/v1/api_pb.d.ts +8 -6
  264. package/ai/stigmer/iam/iampolicy/v1/api_pb.js.map +1 -1
  265. package/ai/stigmer/iam/iampolicy/v1/command_connect.d.ts +22 -15
  266. package/ai/stigmer/iam/iampolicy/v1/command_connect.js +22 -15
  267. package/ai/stigmer/iam/iampolicy/v1/command_connect.js.map +1 -1
  268. package/ai/stigmer/iam/iampolicy/v1/command_pb.d.ts +22 -15
  269. package/ai/stigmer/iam/iampolicy/v1/command_pb.js.map +1 -1
  270. package/ai/stigmer/iam/iampolicy/v1/io_pb.d.ts +22 -6
  271. package/ai/stigmer/iam/iampolicy/v1/io_pb.js.map +1 -1
  272. package/ai/stigmer/iam/iampolicy/v1/query_connect.d.ts +7 -2
  273. package/ai/stigmer/iam/iampolicy/v1/query_connect.js +7 -2
  274. package/ai/stigmer/iam/iampolicy/v1/query_connect.js.map +1 -1
  275. package/ai/stigmer/iam/iampolicy/v1/query_pb.d.ts +7 -2
  276. package/ai/stigmer/iam/iampolicy/v1/query_pb.js +1 -1
  277. package/ai/stigmer/iam/iampolicy/v1/query_pb.js.map +1 -1
  278. package/ai/stigmer/iam/iampolicy/v1/rpcauthorization/iam_permission_pb.d.ts +57 -12
  279. package/ai/stigmer/iam/iampolicy/v1/rpcauthorization/iam_permission_pb.js +57 -12
  280. package/ai/stigmer/iam/iampolicy/v1/rpcauthorization/iam_permission_pb.js.map +1 -1
  281. package/ai/stigmer/iam/iampolicy/v1/rpcauthorization/io_pb.d.ts +16 -9
  282. package/ai/stigmer/iam/iampolicy/v1/rpcauthorization/io_pb.js.map +1 -1
  283. package/ai/stigmer/iam/iampolicy/v1/rpcauthorization/method_options_pb.d.ts +6 -0
  284. package/ai/stigmer/iam/iampolicy/v1/rpcauthorization/method_options_pb.js +6 -0
  285. package/ai/stigmer/iam/iampolicy/v1/rpcauthorization/method_options_pb.js.map +1 -1
  286. package/ai/stigmer/iam/iampolicy/v1/spec_pb.d.ts +8 -8
  287. package/ai/stigmer/iam/identityaccount/v1/api_pb.d.ts +11 -6
  288. package/ai/stigmer/iam/identityaccount/v1/api_pb.js.map +1 -1
  289. package/ai/stigmer/iam/identityaccount/v1/command_connect.d.ts +21 -10
  290. package/ai/stigmer/iam/identityaccount/v1/command_connect.js +21 -10
  291. package/ai/stigmer/iam/identityaccount/v1/command_connect.js.map +1 -1
  292. package/ai/stigmer/iam/identityaccount/v1/command_pb.d.ts +21 -10
  293. package/ai/stigmer/iam/identityaccount/v1/command_pb.js +1 -1
  294. package/ai/stigmer/iam/identityaccount/v1/command_pb.js.map +1 -1
  295. package/ai/stigmer/iam/identityaccount/v1/enum_pb.d.ts +9 -6
  296. package/ai/stigmer/iam/identityaccount/v1/enum_pb.js +9 -6
  297. package/ai/stigmer/iam/identityaccount/v1/enum_pb.js.map +1 -1
  298. package/ai/stigmer/iam/identityaccount/v1/io_pb.d.ts +24 -10
  299. package/ai/stigmer/iam/identityaccount/v1/io_pb.js.map +1 -1
  300. package/ai/stigmer/iam/identityaccount/v1/query_connect.d.ts +12 -6
  301. package/ai/stigmer/iam/identityaccount/v1/query_connect.js +12 -6
  302. package/ai/stigmer/iam/identityaccount/v1/query_connect.js.map +1 -1
  303. package/ai/stigmer/iam/identityaccount/v1/query_pb.d.ts +12 -6
  304. package/ai/stigmer/iam/identityaccount/v1/query_pb.js +1 -1
  305. package/ai/stigmer/iam/identityaccount/v1/query_pb.js.map +1 -1
  306. package/ai/stigmer/iam/identityaccount/v1/spec_pb.d.ts +10 -7
  307. package/ai/stigmer/iam/identityaccount/v1/spec_pb.js.map +1 -1
  308. package/ai/stigmer/iam/identityaccount/v1/webhook_pb.d.ts +22 -1
  309. package/ai/stigmer/iam/identityaccount/v1/webhook_pb.js.map +1 -1
  310. package/ai/stigmer/iam/identityprovider/v1/api_pb.d.ts +1 -1
  311. package/ai/stigmer/iam/identityprovider/v1/command_connect.d.ts +23 -6
  312. package/ai/stigmer/iam/identityprovider/v1/command_connect.js +23 -6
  313. package/ai/stigmer/iam/identityprovider/v1/command_connect.js.map +1 -1
  314. package/ai/stigmer/iam/identityprovider/v1/command_pb.d.ts +23 -6
  315. package/ai/stigmer/iam/identityprovider/v1/command_pb.js.map +1 -1
  316. package/ai/stigmer/iam/identityprovider/v1/io_pb.d.ts +8 -6
  317. package/ai/stigmer/iam/identityprovider/v1/io_pb.js.map +1 -1
  318. package/ai/stigmer/iam/identityprovider/v1/query_connect.d.ts +11 -2
  319. package/ai/stigmer/iam/identityprovider/v1/query_connect.js +11 -2
  320. package/ai/stigmer/iam/identityprovider/v1/query_connect.js.map +1 -1
  321. package/ai/stigmer/iam/identityprovider/v1/query_pb.d.ts +11 -2
  322. package/ai/stigmer/iam/identityprovider/v1/query_pb.js.map +1 -1
  323. package/ai/stigmer/platform/github/v1/service_connect.d.ts +27 -22
  324. package/ai/stigmer/platform/github/v1/service_connect.js +27 -22
  325. package/ai/stigmer/platform/github/v1/service_connect.js.map +1 -1
  326. package/ai/stigmer/platform/github/v1/service_pb.d.ts +46 -37
  327. package/ai/stigmer/platform/github/v1/service_pb.js +10 -10
  328. package/ai/stigmer/platform/github/v1/service_pb.js.map +1 -1
  329. package/ai/stigmer/search/v1/io_pb.d.ts +40 -40
  330. package/ai/stigmer/search/v1/io_pb.js.map +1 -1
  331. package/ai/stigmer/search/v1/query_connect.d.ts +26 -20
  332. package/ai/stigmer/search/v1/query_connect.js +26 -20
  333. package/ai/stigmer/search/v1/query_connect.js.map +1 -1
  334. package/ai/stigmer/search/v1/query_pb.d.ts +26 -20
  335. package/ai/stigmer/search/v1/query_pb.js +14 -8
  336. package/ai/stigmer/search/v1/query_pb.js.map +1 -1
  337. package/ai/stigmer/tenancy/organization/v1/api_pb.d.ts +7 -5
  338. package/ai/stigmer/tenancy/organization/v1/api_pb.js.map +1 -1
  339. package/ai/stigmer/tenancy/organization/v1/command_connect.d.ts +17 -9
  340. package/ai/stigmer/tenancy/organization/v1/command_connect.js +17 -9
  341. package/ai/stigmer/tenancy/organization/v1/command_connect.js.map +1 -1
  342. package/ai/stigmer/tenancy/organization/v1/command_pb.d.ts +17 -9
  343. package/ai/stigmer/tenancy/organization/v1/command_pb.js +1 -1
  344. package/ai/stigmer/tenancy/organization/v1/command_pb.js.map +1 -1
  345. package/ai/stigmer/tenancy/organization/v1/enum_pb.d.ts +6 -2
  346. package/ai/stigmer/tenancy/organization/v1/enum_pb.js +6 -2
  347. package/ai/stigmer/tenancy/organization/v1/enum_pb.js.map +1 -1
  348. package/ai/stigmer/tenancy/organization/v1/io_pb.d.ts +8 -6
  349. package/ai/stigmer/tenancy/organization/v1/io_pb.js.map +1 -1
  350. package/ai/stigmer/tenancy/organization/v1/query_connect.d.ts +16 -9
  351. package/ai/stigmer/tenancy/organization/v1/query_connect.js +16 -9
  352. package/ai/stigmer/tenancy/organization/v1/query_connect.js.map +1 -1
  353. package/ai/stigmer/tenancy/organization/v1/query_pb.d.ts +16 -9
  354. package/ai/stigmer/tenancy/organization/v1/query_pb.js +1 -1
  355. package/ai/stigmer/tenancy/organization/v1/query_pb.js.map +1 -1
  356. package/ai/stigmer/tenancy/organization/v1/spec_pb.d.ts +15 -4
  357. package/ai/stigmer/tenancy/organization/v1/spec_pb.js.map +1 -1
  358. package/ai/stigmer/tenancy/project/v1/api_pb.d.ts +2 -23
  359. package/ai/stigmer/tenancy/project/v1/api_pb.js.map +1 -1
  360. package/ai/stigmer/tenancy/project/v1/command_connect.d.ts +12 -3
  361. package/ai/stigmer/tenancy/project/v1/command_connect.js +12 -3
  362. package/ai/stigmer/tenancy/project/v1/command_connect.js.map +1 -1
  363. package/ai/stigmer/tenancy/project/v1/command_pb.d.ts +12 -3
  364. package/ai/stigmer/tenancy/project/v1/command_pb.js.map +1 -1
  365. package/ai/stigmer/tenancy/project/v1/io_pb.d.ts +2 -0
  366. package/ai/stigmer/tenancy/project/v1/io_pb.js.map +1 -1
  367. package/ai/stigmer/tenancy/project/v1/query_connect.d.ts +2 -0
  368. package/ai/stigmer/tenancy/project/v1/query_connect.js +2 -0
  369. package/ai/stigmer/tenancy/project/v1/query_connect.js.map +1 -1
  370. package/ai/stigmer/tenancy/project/v1/query_pb.d.ts +2 -0
  371. package/ai/stigmer/tenancy/project/v1/query_pb.js.map +1 -1
  372. package/package.json +1 -1
@@ -9,14 +9,7 @@ export const file_ai_stigmer_agentic_workflowexecution_v1_enum = /*@__PURE__*/ f
9
9
  /**
10
10
  * ExecutionPhase defines the lifecycle phase of a workflow execution.
11
11
  *
12
- * Workflow executions progress through distinct phases from creation to completion.
13
- * Phases are used for:
14
- * - UI status indicators (progress bars, badges, icons)
15
- * - Filtering and querying executions (show only in-progress, show only failed)
16
- * - Alerting and notifications (notify on failure, notify on completion)
17
- * - Retry and recovery logic (retry failed executions)
18
- * - Resource cleanup (delete completed executions after retention period)
19
- *
12
+ * @internal
20
13
  * Phase Transitions:
21
14
  *
22
15
  * Normal flow:
@@ -37,14 +30,8 @@ export const file_ai_stigmer_agentic_workflowexecution_v1_enum = /*@__PURE__*/ f
37
30
  * EXECUTION_PENDING → EXECUTION_PAUSED → EXECUTION_IN_PROGRESS
38
31
  * EXECUTION_IN_PROGRESS → EXECUTION_PAUSED → EXECUTION_IN_PROGRESS
39
32
  *
40
- * Terminal States:
41
- * - EXECUTION_COMPLETED: Workflow finished successfully
42
- * - EXECUTION_FAILED: Workflow encountered an error
43
- * - EXECUTION_CANCELLED: Workflow was stopped gracefully by user or system
44
- * - EXECUTION_TERMINATED: Workflow was force-stopped immediately
45
- *
46
- * Non-Terminal States:
47
- * - EXECUTION_PAUSED: Workflow temporarily stopped, can be resumed
33
+ * Terminal States: COMPLETED, FAILED, CANCELLED, TERMINATED
34
+ * Non-Terminal States: PAUSED (can be resumed)
48
35
  *
49
36
  * Once a workflow reaches a terminal state, it cannot transition to another phase.
50
37
  *
@@ -53,7 +40,9 @@ export const file_ai_stigmer_agentic_workflowexecution_v1_enum = /*@__PURE__*/ f
53
40
  export var ExecutionPhase;
54
41
  (function (ExecutionPhase) {
55
42
  /**
56
- * Unspecified phase (invalid, should never be used).
43
+ * Unspecified phase (invalid).
44
+ *
45
+ * @internal
57
46
  * Exists only for proto3 zero-value semantics.
58
47
  *
59
48
  * @generated from enum value: EXECUTION_PHASE_UNSPECIFIED = 0;
@@ -62,11 +51,11 @@ export var ExecutionPhase;
62
51
  /**
63
52
  * Execution created, waiting to start.
64
53
  *
54
+ * @internal
65
55
  * The WorkflowExecution resource has been created but the workflow runner
66
- * (Temporal) has not yet picked it up for execution.
56
+ * has not yet picked it up for execution.
67
57
  *
68
58
  * Typical duration: < 1 second (unless workflow runner is overloaded)
69
- *
70
59
  * Next phases: EXECUTION_IN_PROGRESS, EXECUTION_CANCELLED, EXECUTION_TERMINATED
71
60
  *
72
61
  * @generated from enum value: EXECUTION_PENDING = 1;
@@ -75,16 +64,11 @@ export var ExecutionPhase;
75
64
  /**
76
65
  * Execution is actively running tasks.
77
66
  *
67
+ * @internal
78
68
  * The workflow runner is processing tasks in the workflow definition.
79
69
  * Tasks may be executing sequentially, in parallel, or conditionally.
80
70
  *
81
- * While in this phase:
82
- * - tasks[] list is populated and updated as tasks progress
83
- * - Each task transitions through PENDING → IN_PROGRESS → COMPLETED/FAILED
84
- * - UI polls or receives WebSocket updates to show real-time progress
85
- *
86
71
  * Typical duration: Seconds to hours (depends on workflow complexity)
87
- *
88
72
  * Next phases: EXECUTION_COMPLETED, EXECUTION_FAILED, EXECUTION_CANCELLED, EXECUTION_TERMINATED
89
73
  *
90
74
  * @generated from enum value: EXECUTION_IN_PROGRESS = 2;
@@ -93,9 +77,7 @@ export var ExecutionPhase;
93
77
  /**
94
78
  * Execution completed successfully.
95
79
  *
96
- * All tasks in the workflow executed successfully.
97
- * The workflow produced a final output (if defined).
98
- *
80
+ * @internal
99
81
  * Terminal state - execution will not change phases again.
100
82
  *
101
83
  * When this phase is reached:
@@ -103,20 +85,13 @@ export var ExecutionPhase;
103
85
  * - output field is populated (if workflow produces output)
104
86
  * - All tasks have status WORKFLOW_TASK_COMPLETED or WORKFLOW_TASK_SKIPPED
105
87
  *
106
- * Use Cases:
107
- * - Display success badge in UI
108
- * - Trigger downstream workflows (workflow chaining)
109
- * - Archive execution results
110
- * - Delete execution after retention period (e.g., 30 days)
111
- *
112
88
  * @generated from enum value: EXECUTION_COMPLETED = 3;
113
89
  */
114
90
  ExecutionPhase[ExecutionPhase["EXECUTION_COMPLETED"] = 3] = "EXECUTION_COMPLETED";
115
91
  /**
116
92
  * Execution failed with an error.
117
93
  *
118
- * One or more tasks failed, or the workflow encountered an unrecoverable error.
119
- *
94
+ * @internal
120
95
  * Terminal state - execution will not change phases again.
121
96
  *
122
97
  * When this phase is reached:
@@ -124,56 +99,29 @@ export var ExecutionPhase;
124
99
  * - error field is populated with failure description
125
100
  * - At least one task has status WORKFLOW_TASK_FAILED
126
101
  *
127
- * Use Cases:
128
- * - Display error badge in UI
129
- * - Send failure alerts/notifications
130
- * - Trigger retry logic (if configured)
131
- * - Debug failed workflows (inspect tasks[], error messages)
132
- *
133
- * Common Failure Causes:
134
- * - Task timeout (task took longer than max allowed time)
135
- * - API call failed (external service returned error)
136
- * - Agent invocation failed (agent execution error)
137
- * - Validation error (invalid task input or output)
138
- * - Resource exhausted (quota exceeded, rate limited)
139
- *
140
102
  * @generated from enum value: EXECUTION_FAILED = 4;
141
103
  */
142
104
  ExecutionPhase[ExecutionPhase["EXECUTION_FAILED"] = 4] = "EXECUTION_FAILED";
143
105
  /**
144
106
  * Execution was cancelled by user or system.
145
107
  *
146
- * The workflow was explicitly stopped before completion.
147
- * Cancellation can happen in PENDING or IN_PROGRESS phases.
148
- *
108
+ * @internal
149
109
  * Terminal state - execution will not change phases again.
150
110
  *
151
111
  * When this phase is reached:
152
112
  * - completed_at timestamp is set
153
- * - In-progress tasks are stopped (status changes to WORKFLOW_TASK_FAILED or remains IN_PROGRESS)
113
+ * - In-progress tasks are stopped
154
114
  * - Pending tasks remain in WORKFLOW_TASK_PENDING state
155
115
  *
156
- * Use Cases:
157
- * - User manually cancels execution from UI
158
- * - System cancels due to timeout (workflow-level timeout, not task-level)
159
- * - System cancels due to resource constraints (too many concurrent executions)
160
- * - Emergency stop for misbehaving workflows
161
- *
162
- * Cancellation vs Failure:
163
- * - Cancelled: User or system intentionally stopped the workflow
164
- * - Failed: Workflow encountered an error during execution
165
- *
166
116
  * @generated from enum value: EXECUTION_CANCELLED = 5;
167
117
  */
168
118
  ExecutionPhase[ExecutionPhase["EXECUTION_CANCELLED"] = 5] = "EXECUTION_CANCELLED";
169
119
  /**
170
- * Execution was force-stopped immediately.
171
- *
172
- * Unlike CANCELLED (graceful stop with cleanup opportunity), TERMINATED
173
- * means the workflow was killed immediately without giving workflow code
174
- * a chance to clean up. This is used for stuck or unresponsive workflows.
120
+ * Execution was force-stopped immediately without cleanup.
175
121
  *
122
+ * @internal
176
123
  * Terminal state - execution will not change phases again.
124
+ * Unlike CANCELLED, the workflow code cannot clean up.
177
125
  *
178
126
  * When this phase is reached:
179
127
  * - completed_at timestamp is set
@@ -181,18 +129,7 @@ export var ExecutionPhase;
181
129
  * - In-progress tasks are stopped abruptly
182
130
  * - No cleanup callbacks are executed
183
131
  *
184
- * Use Cases:
185
- * - Force-stop stuck workflows that don't respond to cancellation
186
- * - Emergency stop for workflows consuming excessive resources
187
- * - Kill workflows with infinite loops or deadlocks
188
- *
189
- * Terminated vs Cancelled:
190
- * - Terminated: Immediate kill, no cleanup, use when workflow is unresponsive
191
- * - Cancelled: Graceful stop, cleanup allowed, use when you want controlled shutdown
192
- *
193
- * Recovery:
194
- * - Terminated executions CANNOT be recovered (unlike FAILED)
195
- * - Use terminate only when cancel doesn't work
132
+ * Terminated executions CANNOT be recovered (unlike FAILED).
196
133
  *
197
134
  * @generated from enum value: EXECUTION_TERMINATED = 6;
198
135
  */
@@ -200,33 +137,14 @@ export var ExecutionPhase;
200
137
  /**
201
138
  * Execution was paused by user and can be resumed.
202
139
  *
203
- * The workflow was temporarily stopped at a checkpoint and can continue
204
- * from where it left off. Unlike CANCELLED, the execution is not terminal.
205
- *
206
- * Pause flow:
207
- * EXECUTION_IN_PROGRESS → EXECUTION_PAUSED
208
- * EXECUTION_PENDING → EXECUTION_PAUSED (rare, but allowed)
209
- *
210
- * Resume flow:
211
- * EXECUTION_PAUSED → EXECUTION_IN_PROGRESS
212
- *
213
- * NOT a terminal state - execution can be resumed.
140
+ * @internal
141
+ * NOT a terminal state - execution can be resumed via the resume RPC.
214
142
  *
215
143
  * When this phase is reached:
216
144
  * - Running activities are gracefully cancelled
217
145
  * - Checkpoints are saved (LangGraph thread_id preserved)
218
146
  * - No completed_at timestamp (execution is not finished)
219
147
  *
220
- * Use Cases:
221
- * - Pause long-running workflows during maintenance windows
222
- * - User wants to review progress before continuing
223
- * - Resource conservation (pause idle workflows)
224
- * - Wait for external conditions before continuing
225
- *
226
- * Paused vs Cancelled:
227
- * - Paused: Temporary stop, can resume from checkpoint, execution continues
228
- * - Cancelled: Permanent stop, cannot resume, execution is terminated
229
- *
230
148
  * Resume behavior:
231
149
  * - Workflow re-invokes activity with same thread_id
232
150
  * - Activity loads from LangGraph checkpoint
@@ -243,26 +161,18 @@ export const ExecutionPhaseSchema = /*@__PURE__*/ enumDesc(file_ai_stigmer_agent
243
161
  /**
244
162
  * WorkflowTaskType defines the type of workflow task.
245
163
  *
246
- * Tasks are the atomic units of work within a workflow. Each task type has:
247
- * - Specific input/output schema expectations
248
- * - Specific execution behavior
249
- * - Specific error handling and retry policies
250
- *
251
- * Task types enable workflows to orchestrate diverse operations:
252
- * - Invoke AI agents with prompts
253
- * - Call external APIs (REST, GraphQL, gRPC)
254
- * - Wait for human approvals
255
- * - Execute conditional branching
256
- * - Run tasks in parallel
257
- * - Transform data between tasks
258
- * - Execute custom plugin logic
164
+ * @internal
165
+ * Each task type has specific input/output schema expectations,
166
+ * execution behavior, and error handling/retry policies.
259
167
  *
260
168
  * @generated from enum ai.stigmer.agentic.workflowexecution.v1.WorkflowTaskType
261
169
  */
262
170
  export var WorkflowTaskType;
263
171
  (function (WorkflowTaskType) {
264
172
  /**
265
- * Unspecified task type (invalid, should never be used).
173
+ * Unspecified task type (invalid).
174
+ *
175
+ * @internal
266
176
  * Exists only for proto3 zero-value semantics.
267
177
  *
268
178
  * @generated from enum value: WORKFLOW_TASK_TYPE_UNSPECIFIED = 0;
@@ -271,33 +181,8 @@ export var WorkflowTaskType;
271
181
  /**
272
182
  * Invoke an AI agent with a prompt.
273
183
  *
274
- * This task type calls an AgentInstance and waits for the agent execution to complete.
275
- *
276
- * Input Schema:
277
- * {
278
- * "agent_instance_id": "agi-customer-support",
279
- * "prompt": "Analyze this feedback: {{workflow.input.feedback}}",
280
- * "max_tokens": 500,
281
- * "temperature": 0.7
282
- * }
283
- *
284
- * Output Schema:
285
- * {
286
- * "agent_execution_id": "agx-abc123",
287
- * "response": "The customer feedback indicates...",
288
- * "metadata": { "tokens_used": 450, "model": "gpt-4" }
289
- * }
290
- *
291
- * Use Cases:
292
- * - Content generation (write email, generate report)
293
- * - Data analysis (analyze customer feedback, classify support tickets)
294
- * - Decision making (should we approve this request?)
295
- * - Code generation (generate deployment script)
296
- *
297
- * Error Cases:
298
- * - Agent execution timeout
299
- * - Agent execution failed (prompt too long, API error)
300
- * - Agent not found (invalid agent_instance_id)
184
+ * @internal
185
+ * Calls an AgentInstance and waits for the agent execution to complete.
301
186
  *
302
187
  * @generated from enum value: WORKFLOW_TASK_AGENT_INVOCATION = 1;
303
188
  */
@@ -305,79 +190,17 @@ export var WorkflowTaskType;
305
190
  /**
306
191
  * Wait for human approval before proceeding.
307
192
  *
308
- * This task pauses the workflow and waits for one or more users to approve or reject.
309
- *
310
- * Input Schema:
311
- * {
312
- * "approvers": ["usr-admin-1", "usr-admin-2"],
313
- * "message": "Approve account creation for {{workflow.input.email}}?",
314
- * "timeout_hours": 24,
315
- * "require_all_approvers": false
316
- * }
317
- *
318
- * Output Schema:
319
- * {
320
- * "approved": true,
321
- * "approved_by": "usr-admin-1",
322
- * "approved_at": "2025-01-11T15:22:33Z",
323
- * "comment": "Looks good, approved"
324
- * }
325
- *
326
- * Use Cases:
327
- * - Manual approval gates (approve deployment, approve budget)
328
- * - Compliance workflows (legal review, security review)
329
- * - Escalation workflows (escalate to manager if amount > $10,000)
330
- *
331
- * Error Cases:
332
- * - Timeout (no approval received within timeout_hours)
333
- * - Rejected (approver explicitly rejected)
334
- * - Approver not found (invalid user ID)
193
+ * @internal
194
+ * Pauses the workflow and waits for one or more users to approve or reject.
335
195
  *
336
196
  * @generated from enum value: WORKFLOW_TASK_APPROVAL = 2;
337
197
  */
338
198
  WorkflowTaskType[WorkflowTaskType["WORKFLOW_TASK_APPROVAL"] = 2] = "WORKFLOW_TASK_APPROVAL";
339
199
  /**
340
- * Make an HTTP or gRPC API call to an external service.
341
- *
342
- * This task sends a request to an external API and captures the response.
343
- *
344
- * Input Schema:
345
- * {
346
- * "method": "POST",
347
- * "url": "https://api.stripe.com/v1/customers",
348
- * "headers": {
349
- * "Authorization": "Bearer {{env.STRIPE_API_KEY}}",
350
- * "Content-Type": "application/json"
351
- * },
352
- * "body": {
353
- * "email": "{{workflow.input.email}}",
354
- * "name": "{{workflow.input.name}}"
355
- * },
356
- * "timeout_seconds": 30
357
- * }
358
- *
359
- * Output Schema:
360
- * {
361
- * "status_code": 200,
362
- * "headers": { "x-request-id": "req-xyz789" },
363
- * "body": {
364
- * "id": "cus-abc123",
365
- * "email": "customer@example.com",
366
- * "created": 1704988800
367
- * }
368
- * }
369
- *
370
- * Use Cases:
371
- * - Create resources in external systems (create Stripe customer, create GitHub issue)
372
- * - Fetch data from APIs (get weather data, get stock prices)
373
- * - Send notifications (Slack, email, SMS)
374
- * - Trigger webhooks (notify external systems of workflow completion)
375
- *
376
- * Error Cases:
377
- * - Network error (connection timeout, DNS failure)
378
- * - HTTP error (4xx, 5xx status codes)
379
- * - Timeout (API took longer than timeout_seconds)
380
- * - Invalid response (malformed JSON, unexpected schema)
200
+ * Call an external HTTP or gRPC API.
201
+ *
202
+ * @internal
203
+ * Sends a request to an external API and captures the response.
381
204
  *
382
205
  * @generated from enum value: WORKFLOW_TASK_API_CALL = 3;
383
206
  */
@@ -385,30 +208,8 @@ export var WorkflowTaskType;
385
208
  /**
386
209
  * Evaluate a condition and branch to different paths.
387
210
  *
388
- * This task evaluates a boolean expression and determines which tasks to execute next.
389
- *
390
- * Input Schema:
391
- * {
392
- * "condition": "{{tasks.validate_email.output.valid}} == true",
393
- * "if_true": ["task-create-account", "task-send-welcome"],
394
- * "if_false": ["task-send-error-email"]
395
- * }
396
- *
397
- * Output Schema:
398
- * {
399
- * "condition_result": true,
400
- * "executed_branch": "if_true",
401
- * "executed_tasks": ["task-create-account", "task-send-welcome"]
402
- * }
403
- *
404
- * Use Cases:
405
- * - Branching logic (if email is valid, create account; else send error)
406
- * - Feature flags (if beta_enabled, execute beta_tasks; else execute stable_tasks)
407
- * - Environment-specific behavior (if env == prod, use prod_config; else use dev_config)
408
- *
409
- * Error Cases:
410
- * - Invalid expression (syntax error in condition)
411
- * - Missing variables (referenced variable doesn't exist)
211
+ * @internal
212
+ * Evaluates a boolean expression and determines which tasks to execute next.
412
213
  *
413
214
  * @generated from enum value: WORKFLOW_TASK_CONDITIONAL = 4;
414
215
  */
@@ -416,39 +217,8 @@ export var WorkflowTaskType;
416
217
  /**
417
218
  * Execute multiple sub-tasks concurrently.
418
219
  *
419
- * This task spawns multiple tasks that run in parallel and waits for all to complete.
420
- *
421
- * Input Schema:
422
- * {
423
- * "tasks": [
424
- * { "task_id": "send-email", "task_type": "api_call", "input": {...} },
425
- * { "task_id": "send-sms", "task_type": "api_call", "input": {...} },
426
- * { "task_id": "send-slack", "task_type": "api_call", "input": {...} }
427
- * ],
428
- * "wait_for_all": true,
429
- * "fail_on_any_failure": false
430
- * }
431
- *
432
- * Output Schema:
433
- * {
434
- * "total_tasks": 3,
435
- * "successful_tasks": 2,
436
- * "failed_tasks": 1,
437
- * "results": [
438
- * { "task_id": "send-email", "status": "completed", "output": {...} },
439
- * { "task_id": "send-sms", "status": "failed", "error": "..." },
440
- * { "task_id": "send-slack", "status": "completed", "output": {...} }
441
- * ]
442
- * }
443
- *
444
- * Use Cases:
445
- * - Fan-out operations (send notifications to multiple channels)
446
- * - Parallel data processing (process multiple files concurrently)
447
- * - Multi-region deployments (deploy to US, EU, APAC in parallel)
448
- *
449
- * Error Cases:
450
- * - One or more sub-tasks failed (if fail_on_any_failure is true)
451
- * - Timeout (sub-tasks took longer than allowed)
220
+ * @internal
221
+ * Spawns multiple tasks that run in parallel and waits for all to complete.
452
222
  *
453
223
  * @generated from enum value: WORKFLOW_TASK_PARALLEL = 5;
454
224
  */
@@ -456,28 +226,8 @@ export var WorkflowTaskType;
456
226
  /**
457
227
  * Transform data between tasks.
458
228
  *
459
- * This task applies transformations to data (map, filter, aggregate, format).
460
- *
461
- * Input Schema:
462
- * {
463
- * "expression": "{{tasks.fetch_customers.output.customers | map('email')}}",
464
- * "output_variable": "customer_emails"
465
- * }
466
- *
467
- * Output Schema:
468
- * {
469
- * "result": ["customer1@example.com", "customer2@example.com", "customer3@example.com"]
470
- * }
471
- *
472
- * Use Cases:
473
- * - Data extraction (extract email addresses from customer objects)
474
- * - Data formatting (convert timestamps to different formats)
475
- * - Data aggregation (sum order totals, calculate averages)
476
- * - Data filtering (filter customers by region)
477
- *
478
- * Error Cases:
479
- * - Invalid expression (syntax error)
480
- * - Type mismatch (trying to apply number operation to string)
229
+ * @internal
230
+ * Applies transformations to data (map, filter, aggregate, format).
481
231
  *
482
232
  * @generated from enum value: WORKFLOW_TASK_TRANSFORM = 6;
483
233
  */
@@ -485,18 +235,8 @@ export var WorkflowTaskType;
485
235
  /**
486
236
  * Execute custom task logic defined by plugins.
487
237
  *
488
- * This task type allows extending workflows with custom business logic
489
- * that doesn't fit into other task types.
490
- *
491
- * Input Schema: Plugin-specific (defined by the custom plugin)
492
- * Output Schema: Plugin-specific (defined by the custom plugin)
493
- *
494
- * Use Cases:
495
- * - Domain-specific operations (calculate shipping costs, validate addresses)
496
- * - Integration with proprietary systems (legacy database queries)
497
- * - Complex business rules (pricing calculations, eligibility checks)
498
- *
499
- * Error Cases: Plugin-specific
238
+ * @internal
239
+ * Input/output schemas are plugin-specific.
500
240
  *
501
241
  * @generated from enum value: WORKFLOW_TASK_CUSTOM = 7;
502
242
  */
@@ -509,13 +249,7 @@ export const WorkflowTaskTypeSchema = /*@__PURE__*/ enumDesc(file_ai_stigmer_age
509
249
  /**
510
250
  * WorkflowTaskStatus defines the execution status of a workflow task.
511
251
  *
512
- * Tasks progress through statuses as the workflow executes.
513
- * Task statuses are used for:
514
- * - UI task lists (show checkmarks, spinners, error icons)
515
- * - Progress calculation (completed_tasks / total_tasks)
516
- * - Debugging failed workflows (which task failed, what was the error)
517
- * - Retry logic (retry failed tasks)
518
- *
252
+ * @internal
519
253
  * Status Transitions:
520
254
  *
521
255
  * Normal flow:
@@ -527,7 +261,7 @@ export const WorkflowTaskTypeSchema = /*@__PURE__*/ enumDesc(file_ai_stigmer_age
527
261
  * Skip flow (conditional):
528
262
  * WORKFLOW_TASK_PENDING → WORKFLOW_TASK_SKIPPED
529
263
  *
530
- * Approval flow (HITL, for agent invocation tasks):
264
+ * Approval flow (for agent invocation tasks):
531
265
  * WORKFLOW_TASK_IN_PROGRESS → WORKFLOW_TASK_WAITING_APPROVAL → WORKFLOW_TASK_IN_PROGRESS
532
266
  * ↘ WORKFLOW_TASK_FAILED (on reject)
533
267
  *
@@ -536,7 +270,9 @@ export const WorkflowTaskTypeSchema = /*@__PURE__*/ enumDesc(file_ai_stigmer_age
536
270
  export var WorkflowTaskStatus;
537
271
  (function (WorkflowTaskStatus) {
538
272
  /**
539
- * Unspecified status (invalid, should never be used).
273
+ * Unspecified status (invalid).
274
+ *
275
+ * @internal
540
276
  * Exists only for proto3 zero-value semantics.
541
277
  *
542
278
  * @generated from enum value: WORKFLOW_TASK_STATUS_UNSPECIFIED = 0;
@@ -545,17 +281,8 @@ export var WorkflowTaskStatus;
545
281
  /**
546
282
  * Task is waiting to execute.
547
283
  *
284
+ * @internal
548
285
  * The task has been created but has not started executing yet.
549
- * This happens when:
550
- * - Task dependencies have not completed (waiting for previous tasks)
551
- * - Workflow is in EXECUTION_PENDING phase (not started yet)
552
- * - Task is queued behind other tasks (sequential execution)
553
- *
554
- * While in this status:
555
- * - started_at and completed_at are not set
556
- * - input is populated (task knows what it will execute)
557
- * - output is not populated (task hasn't executed yet)
558
- *
559
286
  * Next statuses: WORKFLOW_TASK_IN_PROGRESS, WORKFLOW_TASK_SKIPPED
560
287
  *
561
288
  * @generated from enum value: WORKFLOW_TASK_PENDING = 1;
@@ -564,23 +291,8 @@ export var WorkflowTaskStatus;
564
291
  /**
565
292
  * Task is currently executing.
566
293
  *
294
+ * @internal
567
295
  * The workflow runner is actively processing this task.
568
- * The task is performing its specific operation:
569
- * - Calling an API
570
- * - Invoking an agent
571
- * - Waiting for approval
572
- * - Transforming data
573
- *
574
- * While in this status:
575
- * - started_at is set
576
- * - completed_at is not set
577
- * - output is not populated yet (waiting for task to finish)
578
- *
579
- * Typical duration: Milliseconds to hours (depends on task type)
580
- * - API calls: < 10 seconds
581
- * - Agent invocations: 10-60 seconds
582
- * - Approvals: Hours to days
583
- *
584
296
  * Next statuses: WORKFLOW_TASK_COMPLETED, WORKFLOW_TASK_FAILED
585
297
  *
586
298
  * @generated from enum value: WORKFLOW_TASK_IN_PROGRESS = 2;
@@ -589,14 +301,8 @@ export var WorkflowTaskStatus;
589
301
  /**
590
302
  * Task finished successfully.
591
303
  *
592
- * The task executed its operation and produced a successful result.
593
- *
594
- * When this status is reached:
595
- * - completed_at is set
596
- * - output is populated with task results
597
- * - error is not set
598
- *
599
- * Next statuses: None (terminal state for this task)
304
+ * @internal
305
+ * Terminal state for this task. Output is populated with results.
600
306
  *
601
307
  * @generated from enum value: WORKFLOW_TASK_COMPLETED = 3;
602
308
  */
@@ -604,38 +310,9 @@ export var WorkflowTaskStatus;
604
310
  /**
605
311
  * Task failed during execution.
606
312
  *
607
- * The task encountered an error and could not complete successfully.
608
- *
609
- * When this status is reached:
610
- * - completed_at is set
611
- * - error is populated with failure description
612
- * - output is not populated (task didn't produce valid output)
613
- *
614
- * Common Failure Causes by Task Type:
615
- *
616
- * WORKFLOW_TASK_API_CALL:
617
- * - Network timeout
618
- * - HTTP 4xx/5xx errors
619
- * - Invalid response format
620
- *
621
- * WORKFLOW_TASK_AGENT_INVOCATION:
622
- * - Agent execution timeout
623
- * - Agent execution error
624
- * - Prompt too long (exceeds token limit)
625
- *
626
- * WORKFLOW_TASK_APPROVAL:
627
- * - Timeout (no approval within timeout_hours)
628
- * - Explicit rejection
629
- *
630
- * WORKFLOW_TASK_TRANSFORM:
631
- * - Invalid expression syntax
632
- * - Type mismatch
633
- *
634
- * Impact:
635
- * - If task fails, workflow phase changes to EXECUTION_FAILED (unless error handling is configured)
636
- * - Failed tasks can be retried (if retry policy is configured)
637
- *
638
- * Next statuses: None (terminal state for this task)
313
+ * @internal
314
+ * Terminal state for this task. The error field is populated with failure description.
315
+ * If task fails, workflow phase changes to EXECUTION_FAILED (unless error handling is configured).
639
316
  *
640
317
  * @generated from enum value: WORKFLOW_TASK_FAILED = 4;
641
318
  */
@@ -643,50 +320,22 @@ export var WorkflowTaskStatus;
643
320
  /**
644
321
  * Task was skipped due to conditional logic.
645
322
  *
646
- * The task was not executed because a conditional task determined it should be skipped.
647
- *
648
- * When this status is reached:
649
- * - started_at is not set (task never started)
650
- * - completed_at may be set (time when skip was determined)
651
- * - output is not populated (task didn't execute)
652
- * - error is not set (skip is not an error)
653
- *
654
- * Example:
655
- * Conditional task: if email_valid == false, skip "create_account" task
656
- *
657
- * Impact:
658
- * - Skipped tasks don't cause workflow failure
659
- * - Skipped tasks count toward completed_tasks (for progress calculation)
660
- *
661
- * Next statuses: None (terminal state for this task)
323
+ * @internal
324
+ * Terminal state for this task. The task was not executed because
325
+ * a conditional task determined it should be skipped.
326
+ * Skipped tasks don't cause workflow failure.
662
327
  *
663
328
  * @generated from enum value: WORKFLOW_TASK_SKIPPED = 5;
664
329
  */
665
330
  WorkflowTaskStatus[WorkflowTaskStatus["WORKFLOW_TASK_SKIPPED"] = 5] = "WORKFLOW_TASK_SKIPPED";
666
331
  /**
667
- * Task is waiting for approval from child agent (HITL Phase 1).
668
- *
669
- * This status is set when:
670
- * - task_type == WORKFLOW_TASK_AGENT_INVOCATION
671
- * - The invoked AgentExecution has phase == EXECUTION_WAITING_FOR_APPROVAL
672
- *
673
- * The workflow runner detects this by polling or watching the child execution.
674
- * When the child's approval is submitted, the task returns to IN_PROGRESS.
675
- *
676
- * While in this status:
677
- * - started_at is set (task started before agent needed approval)
678
- * - completed_at is not set (task is not done)
679
- * - The child AgentExecution.status.pending_approval contains approval details
680
- *
681
- * UI should show: "Agent is waiting for tool approval"
682
- * with details from the child execution's pending_approval field.
683
- *
684
- * Approval can be submitted through:
685
- * - AgentExecution.SubmitApproval (direct to child agent)
686
- * - WorkflowExecution API (forwarded to child - future work)
332
+ * Task is waiting for human approval from a child agent execution.
687
333
  *
688
- * This is NOT a terminal state - workflow resumes after approval decision.
334
+ * @internal
335
+ * Set when task_type == WORKFLOW_TASK_AGENT_INVOCATION and the invoked
336
+ * AgentExecution has phase == EXECUTION_WAITING_FOR_APPROVAL.
689
337
  *
338
+ * NOT a terminal state - workflow resumes after approval decision.
690
339
  * Next statuses: WORKFLOW_TASK_IN_PROGRESS (on approval), WORKFLOW_TASK_FAILED (on reject or timeout)
691
340
  *
692
341
  * @generated from enum value: WORKFLOW_TASK_WAITING_APPROVAL = 6;