@stigmer/protos 0.0.69 → 0.0.70

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
@@ -29,8 +29,9 @@ export declare const WorkflowExecutionCommandController: GenService<{
29
29
  * Create and trigger a new workflow execution.
30
30
  *
31
31
  * This RPC creates a WorkflowExecution resource and immediately triggers it for execution.
32
- * The workflow execution engine (Temporal) picks up the execution and begins processing tasks.
32
+ * The workflow execution engine picks up the execution and begins processing tasks.
33
33
  *
34
+ * @internal
34
35
  * Input Validation:
35
36
  * - metadata.org must be specified
36
37
  * - spec.workflow_instance_id is required and must reference an existing WorkflowInstance
@@ -112,7 +113,7 @@ export declare const WorkflowExecutionCommandController: GenService<{
112
113
  * "org": "acme"
113
114
  * },
114
115
  * "spec": {
115
- * "workflow_instance_id": "wfi-customer-onboarding-prod",
116
+ * "workflow_instance_id": "wfi_customer-onboarding-prod",
116
117
  * "trigger_message": "New signup: john.doe@example.com",
117
118
  * "trigger_metadata": {
118
119
  * "source": "api",
@@ -130,7 +131,7 @@ export declare const WorkflowExecutionCommandController: GenService<{
130
131
  * "api_version": "agentic.stigmer.ai/v1",
131
132
  * "kind": "WorkflowExecution",
132
133
  * "metadata": {
133
- * "id": "wfx-abc123xyz456", // Auto-generated
134
+ * "id": "wfx_abc123xyz456", // Auto-generated
134
135
  * "name": "customer-onboarding-20250111-143022",
135
136
  * "org": "acme"
136
137
  * },
@@ -152,7 +153,9 @@ export declare const WorkflowExecutionCommandController: GenService<{
152
153
  output: typeof WorkflowExecutionSchema;
153
154
  };
154
155
  /**
155
- * Update execution with full state.
156
+ * Update an existing workflow execution with full state.
157
+ *
158
+ * @internal
156
159
  * Used by users to update execution configuration (spec fields).
157
160
  * No individual field updates - always provide complete state.
158
161
  *
@@ -165,8 +168,11 @@ export declare const WorkflowExecutionCommandController: GenService<{
165
168
  };
166
169
  /**
167
170
  * Update execution status during workflow execution.
168
- * Used by workflow-runner to send progressive status updates (messages, task states, phase, etc.)
169
- * This RPC is optimized for frequent status updates and merges status fields with existing state.
171
+ *
172
+ * @internal
173
+ * System-level RPC used by workflow-runner to send progressive status updates
174
+ * (messages, task states, phase, etc.). Optimized for frequent status updates
175
+ * and merges status fields with existing state.
170
176
  *
171
177
  * This RPC is used by the workflow execution engine (Temporal) to update the status
172
178
  * of a running workflow execution. Users cannot call this RPC directly.
@@ -239,7 +245,7 @@ export declare const WorkflowExecutionCommandController: GenService<{
239
245
  * Example Request (Task Completed):
240
246
  * {
241
247
  * "metadata": {
242
- * "id": "wfx-abc123xyz456"
248
+ * "id": "wfx_abc123xyz456"
243
249
  * },
244
250
  * "status": {
245
251
  * "phase": 2, // EXECUTION_IN_PROGRESS
@@ -270,29 +276,27 @@ export declare const WorkflowExecutionCommandController: GenService<{
270
276
  output: typeof WorkflowExecutionSchema;
271
277
  };
272
278
  /**
273
- * Submit approval for a child agent's tool execution (HITL Phase 5.3).
279
+ * Submit an approval decision for a child agent's tool execution.
274
280
  *
275
281
  * This RPC forwards the approval decision to the child AgentExecution that
276
282
  * is waiting for approval. The child is identified by the child_agent_execution_id
277
283
  * in status.pending_approval.
278
284
  *
279
- * ## Behavior
280
- *
281
285
  * When a workflow invokes an agent that requires tool approval, the approval
282
286
  * request surfaces at the workflow level via status.pending_approval. Users can
283
287
  * submit their decision through this RPC, which forwards it to the child agent.
284
288
  *
289
+ * @internal
285
290
  * The approval is forwarded to the child via AgentExecution.submitApproval RPC,
286
291
  * ensuring consistent validation and Temporal workflow signaling.
287
292
  *
288
- * ## Preconditions
289
- *
293
+ * Preconditions:
290
294
  * - status.pending_approval must be populated
291
295
  * - tool_call_id must match status.pending_approval.tool_call_id
292
296
  * - status.pending_approval.child_agent_execution_id must not be empty
293
297
  * - User must have can_edit permission on the workflow execution
294
298
  *
295
- * ## State Transitions
299
+ * State Transitions
296
300
  *
297
301
  * After successful approval:
298
302
  * - Approval is forwarded to child AgentExecution
@@ -301,13 +305,13 @@ export declare const WorkflowExecutionCommandController: GenService<{
301
305
  * - WorkflowExecution.status.pending_approval is eventually cleared
302
306
  * - Workflow task status returns from WAITING_APPROVAL to IN_PROGRESS
303
307
  *
304
- * ## Approval Actions
308
+ * Approval Actions
305
309
  *
306
310
  * - APPROVE: Tool executes with the provided arguments
307
311
  * - SKIP: Tool execution is skipped, agent continues with skip message
308
312
  * - REJECT: Agent execution fails with rejection error
309
313
  *
310
- * ## Error Cases
314
+ * Error Cases
311
315
  *
312
316
  * - NOT_FOUND: Workflow execution doesn't exist
313
317
  * - PERMISSION_DENIED: User doesn't have can_edit permission
@@ -315,12 +319,12 @@ export declare const WorkflowExecutionCommandController: GenService<{
315
319
  * - INVALID_ARGUMENT: Tool call ID mismatch, or action is UNSPECIFIED
316
320
  * - UNAVAILABLE: Failed to forward to child agent (transient error)
317
321
  *
318
- * ## Idempotency
322
+ * Idempotency
319
323
  *
320
324
  * If the same approval is submitted twice (same workflow execution, tool_call_id,
321
325
  * and action), the second call is a no-op if the approval was already processed.
322
326
  *
323
- * ## Alternative: Direct Agent Approval
327
+ * Alternative: Direct Agent Approval
324
328
  *
325
329
  * Users can also submit approvals directly via AgentExecution.submitApproval
326
330
  * using the child_agent_execution_id. Both paths are equivalent and result
@@ -336,7 +340,7 @@ export declare const WorkflowExecutionCommandController: GenService<{
336
340
  output: typeof WorkflowExecutionSchema;
337
341
  };
338
342
  /**
339
- * Delete an execution.
343
+ * Delete a workflow execution.
340
344
  *
341
345
  * @generated from rpc ai.stigmer.agentic.workflowexecution.v1.WorkflowExecutionCommandController.delete
342
346
  */
@@ -349,9 +353,13 @@ export declare const WorkflowExecutionCommandController: GenService<{
349
353
  * Send a signal to a running workflow execution.
350
354
  *
351
355
  * Delivers a signal to a workflow execution, typically to unblock a LISTEN task.
356
+ * Delivery is race-proof: the signal is guaranteed to arrive even if sent
357
+ * before the workflow is fully started.
358
+ *
359
+ * @internal
352
360
  * Uses Temporal's SignalWithStart API internally for race-proof delivery.
353
361
  *
354
- * ## Behavior
362
+ * Behavior
355
363
  *
356
364
  * 1. Validates execution exists and is in a signalable phase
357
365
  * 2. Uses Temporal SignalWithStart for atomic delivery:
@@ -361,13 +369,13 @@ export declare const WorkflowExecutionCommandController: GenService<{
361
369
  * 4. LISTEN task waiting for this signal will unblock and continue
362
370
  * 5. Returns the current WorkflowExecution state
363
371
  *
364
- * ## Preconditions
372
+ * Preconditions
365
373
  *
366
374
  * - Execution must be in EXECUTION_PENDING or EXECUTION_IN_PROGRESS phase
367
375
  * - Cannot signal terminal executions (COMPLETED, FAILED, CANCELLED, TERMINATED)
368
376
  * - User must have can_edit permission on the workflow execution
369
377
  *
370
- * ## Race-Proof Delivery (SignalWithStart)
378
+ * Race-Proof Delivery (SignalWithStart)
371
379
  *
372
380
  * This RPC uses Temporal's SignalWithStart API to handle the race condition
373
381
  * where a signal might arrive before the workflow is fully started:
@@ -375,7 +383,7 @@ export declare const WorkflowExecutionCommandController: GenService<{
375
383
  * - SignalWithStart atomically: starts workflow if needed, then sends signal
376
384
  * - Guarantees signal delivery even in race conditions
377
385
  *
378
- * ## Signal Matching
386
+ * Signal Matching
379
387
  *
380
388
  * The signal_name must match the signal ID defined in the workflow's LISTEN task:
381
389
  *
@@ -391,17 +399,17 @@ export declare const WorkflowExecutionCommandController: GenService<{
391
399
  * API Call:
392
400
  * { "signal_name": "payment_confirmed", "payload": {...} }
393
401
  *
394
- * ## Error Cases
402
+ * Error Cases
395
403
  *
396
404
  * - NOT_FOUND: Workflow execution doesn't exist
397
405
  * - PERMISSION_DENIED: User doesn't have can_edit permission
398
406
  * - FAILED_PRECONDITION: Execution is in a terminal phase
399
407
  * - INVALID_ARGUMENT: execution_id or signal_name is empty
400
408
  *
401
- * ## Example Request
409
+ * Example Request
402
410
  *
403
411
  * {
404
- * "execution_id": "wfx-abc123xyz456",
412
+ * "execution_id": "wfx_abc123xyz456",
405
413
  * "signal_name": "payment_confirmed",
406
414
  * "payload": {
407
415
  * "transaction_id": "txn_123",
@@ -410,7 +418,7 @@ export declare const WorkflowExecutionCommandController: GenService<{
410
418
  * }
411
419
  * }
412
420
  *
413
- * ## Example Response
421
+ * Example Response
414
422
  *
415
423
  * Returns the current WorkflowExecution state (phase may still be IN_PROGRESS
416
424
  * as the workflow continues after receiving the signal).
@@ -427,14 +435,14 @@ export declare const WorkflowExecutionCommandController: GenService<{
427
435
  /**
428
436
  * Cancel a running workflow execution gracefully.
429
437
  *
430
- * Sends a cancellation signal to the workflow via Temporal's CancelWorkflow API.
431
- * The workflow code can handle the cancellation signal to perform cleanup
432
- * (e.g., compensation logic, resource cleanup, notifications) before
433
- * transitioning to the CANCELLED phase.
438
+ * Sends a cancellation signal to the workflow. The workflow code can handle
439
+ * the cancellation signal to perform cleanup (e.g., compensation logic,
440
+ * resource cleanup, notifications) before transitioning to the CANCELLED phase.
434
441
  *
442
+ * @internal
435
443
  * Temporal Equivalent: `temporal workflow cancel --workflow-id <id>`
436
444
  *
437
- * ## Behavior
445
+ * Behavior
438
446
  *
439
447
  * 1. Validates execution exists and is in a cancellable phase
440
448
  * 2. Sends cancellation signal to Temporal workflow
@@ -442,43 +450,43 @@ export declare const WorkflowExecutionCommandController: GenService<{
442
450
  * 4. Execution transitions to EXECUTION_CANCELLED phase
443
451
  * 5. Returns updated WorkflowExecution with new phase
444
452
  *
445
- * ## Preconditions
453
+ * Preconditions
446
454
  *
447
455
  * - Execution must be in EXECUTION_PENDING or EXECUTION_IN_PROGRESS phase
448
456
  * - Cannot cancel already-terminal executions (COMPLETED, FAILED, CANCELLED, TERMINATED)
449
457
  *
450
- * ## State Transitions
458
+ * State Transitions
451
459
  *
452
460
  * - status.phase: PENDING/IN_PROGRESS → CANCELLED
453
461
  * - status.completed_at: Set to current timestamp
454
462
  * - In-progress tasks: May complete cleanup or be interrupted
455
463
  *
456
- * ## Idempotency
464
+ * Idempotency
457
465
  *
458
466
  * Cancelling an already-cancelled execution succeeds as a no-op.
459
467
  * The call returns the current execution state without side effects.
460
468
  * This ensures safe retry of cancel requests.
461
469
  *
462
- * ## Error Cases
470
+ * Error Cases
463
471
  *
464
472
  * - NOT_FOUND: Execution with given ID doesn't exist
465
473
  * - PERMISSION_DENIED: User lacks can_edit permission on the execution
466
474
  * - FAILED_PRECONDITION: Execution is in a terminal phase (COMPLETED, FAILED, TERMINATED)
467
475
  * - INVALID_ARGUMENT: ID is empty or malformed
468
476
  *
469
- * ## Example Request
477
+ * Example Request
470
478
  *
471
479
  * {
472
- * "id": "wfx-abc123xyz456",
480
+ * "id": "wfx_abc123xyz456",
473
481
  * "reason": "Customer requested cancellation - order no longer needed"
474
482
  * }
475
483
  *
476
- * ## Example Response
484
+ * Example Response
477
485
  *
478
486
  * {
479
487
  * "api_version": "agentic.stigmer.ai/v1",
480
488
  * "kind": "WorkflowExecution",
481
- * "metadata": { "id": "wfx-abc123xyz456" },
489
+ * "metadata": { "id": "wfx_abc123xyz456" },
482
490
  * "status": {
483
491
  * "phase": 5, // EXECUTION_CANCELLED
484
492
  * "completed_at": "2026-02-07T18:30:00Z"
@@ -495,14 +503,14 @@ export declare const WorkflowExecutionCommandController: GenService<{
495
503
  /**
496
504
  * Terminate a workflow execution immediately.
497
505
  *
498
- * Force-stops the workflow via Temporal's TerminateWorkflow API without
499
- * allowing cleanup. Unlike cancel, the workflow code cannot respond to
500
- * termination - it is stopped immediately. Use this for stuck or
501
- * unresponsive workflows that don't respond to cancellation.
506
+ * Force-stops the workflow without allowing cleanup. Unlike cancel,
507
+ * the workflow code cannot respond to termination - it is stopped immediately.
508
+ * Use this for stuck or unresponsive workflows that don't respond to cancellation.
502
509
  *
510
+ * @internal
503
511
  * Temporal Equivalent: `temporal workflow terminate --workflow-id <id>`
504
512
  *
505
- * ## Behavior
513
+ * Behavior
506
514
  *
507
515
  * 1. Validates execution exists and is in a terminable phase
508
516
  * 2. Force-kills workflow via Temporal (no signal sent to workflow)
@@ -510,19 +518,19 @@ export declare const WorkflowExecutionCommandController: GenService<{
510
518
  * 4. No cleanup callbacks or defer blocks are executed
511
519
  * 5. Returns updated WorkflowExecution with TERMINATED phase
512
520
  *
513
- * ## Preconditions
521
+ * Preconditions
514
522
  *
515
523
  * - Execution must be in EXECUTION_PENDING or EXECUTION_IN_PROGRESS phase
516
524
  * - Cannot terminate already-terminal executions
517
525
  *
518
- * ## State Transitions
526
+ * State Transitions
519
527
  *
520
528
  * - status.phase: PENDING/IN_PROGRESS → TERMINATED
521
529
  * - status.completed_at: Set to current timestamp
522
530
  * - status.error: May contain termination reason
523
531
  * - In-progress tasks: Stopped abruptly (no cleanup)
524
532
  *
525
- * ## Terminated vs Cancelled
533
+ * Terminated vs Cancelled
526
534
  *
527
535
  * | Aspect | cancel | terminate |
528
536
  * |--------|--------|-----------|
@@ -531,31 +539,31 @@ export declare const WorkflowExecutionCommandController: GenService<{
531
539
  * | Use case | Normal stop | Stuck workflows |
532
540
  * | Can recover? | No | No |
533
541
  *
534
- * ## Idempotency
542
+ * Idempotency
535
543
  *
536
544
  * Terminating an already-terminated execution succeeds as a no-op.
537
545
  * The call returns the current execution state without side effects.
538
546
  *
539
- * ## Error Cases
547
+ * Error Cases
540
548
  *
541
549
  * - NOT_FOUND: Execution with given ID doesn't exist
542
550
  * - PERMISSION_DENIED: User lacks can_edit permission on the execution
543
551
  * - FAILED_PRECONDITION: Execution is in a terminal phase
544
552
  * - INVALID_ARGUMENT: ID is empty or malformed
545
553
  *
546
- * ## Example Request
554
+ * Example Request
547
555
  *
548
556
  * {
549
- * "id": "wfx-abc123xyz456",
557
+ * "id": "wfx_abc123xyz456",
550
558
  * "reason": "Workflow stuck for 2 hours, not responding to cancel"
551
559
  * }
552
560
  *
553
- * ## Example Response
561
+ * Example Response
554
562
  *
555
563
  * {
556
564
  * "api_version": "agentic.stigmer.ai/v1",
557
565
  * "kind": "WorkflowExecution",
558
- * "metadata": { "id": "wfx-abc123xyz456" },
566
+ * "metadata": { "id": "wfx_abc123xyz456" },
559
567
  * "status": {
560
568
  * "phase": 6, // EXECUTION_TERMINATED
561
569
  * "completed_at": "2026-02-07T18:35:00Z",
@@ -573,14 +581,14 @@ export declare const WorkflowExecutionCommandController: GenService<{
573
581
  /**
574
582
  * Recover a failed workflow execution from the last checkpoint.
575
583
  *
576
- * Resumes execution from the last successful point using Temporal's
577
- * ResetWorkflow API. Completed work is preserved - successful tasks
578
- * are NOT re-executed. This enables "retry and resume" semantics
579
- * without duplicating side effects.
584
+ * Resumes execution from the last successful point. Completed work is
585
+ * preserved - successful tasks are NOT re-executed. This enables
586
+ * "retry and resume" semantics without duplicating side effects.
580
587
  *
588
+ * @internal
581
589
  * Temporal Equivalent: `temporal workflow reset --workflow-id <id> --type LastWorkflowTask`
582
590
  *
583
- * ## Behavior
591
+ * Behavior
584
592
  *
585
593
  * 1. Validates execution is in FAILED phase (recoverable)
586
594
  * 2. Identifies the last successful checkpoint in workflow history
@@ -589,14 +597,14 @@ export declare const WorkflowExecutionCommandController: GenService<{
589
597
  * 5. Workflow continues from where it failed
590
598
  * 6. Returns updated WorkflowExecution with IN_PROGRESS phase
591
599
  *
592
- * ## Preconditions
600
+ * Preconditions
593
601
  *
594
602
  * - Execution must be in EXECUTION_FAILED phase
595
603
  * - TERMINATED executions cannot be recovered (intentional hard stop)
596
604
  * - CANCELLED executions cannot be recovered (intentional user action)
597
605
  * - COMPLETED executions don't need recovery
598
606
  *
599
- * ## State Transitions
607
+ * State Transitions
600
608
  *
601
609
  * - status.phase: FAILED → IN_PROGRESS
602
610
  * - status.completed_at: Cleared (execution is running again)
@@ -604,7 +612,7 @@ export declare const WorkflowExecutionCommandController: GenService<{
604
612
  * - Completed tasks: Preserved (not re-executed)
605
613
  * - Failed tasks: Reset to pending, will be retried
606
614
  *
607
- * ## Recovery vs Restart
615
+ * Recovery vs Restart
608
616
  *
609
617
  * | Aspect | recover | Create new execution |
610
618
  * |--------|---------|----------------------|
@@ -613,13 +621,13 @@ export declare const WorkflowExecutionCommandController: GenService<{
613
621
  * | Execution ID | Same | New ID |
614
622
  * | Use case | Resume after fix | Start fresh |
615
623
  *
616
- * ## Idempotency
624
+ * Idempotency
617
625
  *
618
626
  * If recovery already succeeded (execution is now IN_PROGRESS from a
619
627
  * previous recover call), the call succeeds as a no-op and returns
620
628
  * the current execution state.
621
629
  *
622
- * ## Error Cases
630
+ * Error Cases
623
631
  *
624
632
  * - NOT_FOUND: Execution with given ID doesn't exist
625
633
  * - PERMISSION_DENIED: User lacks can_edit permission on the execution
@@ -629,19 +637,19 @@ export declare const WorkflowExecutionCommandController: GenService<{
629
637
  * - Execution is CANCELLED (cannot recover)
630
638
  * - INVALID_ARGUMENT: ID is empty or malformed
631
639
  *
632
- * ## Example Request
640
+ * Example Request
633
641
  *
634
642
  * {
635
- * "id": "wfx-abc123xyz456",
643
+ * "id": "wfx_abc123xyz456",
636
644
  * "reason": "Stripe API recovered, resuming payment processing"
637
645
  * }
638
646
  *
639
- * ## Example Response
647
+ * Example Response
640
648
  *
641
649
  * {
642
650
  * "api_version": "agentic.stigmer.ai/v1",
643
651
  * "kind": "WorkflowExecution",
644
- * "metadata": { "id": "wfx-abc123xyz456" },
652
+ * "metadata": { "id": "wfx_abc123xyz456" },
645
653
  * "status": {
646
654
  * "phase": 2, // EXECUTION_IN_PROGRESS
647
655
  * "started_at": "2026-02-07T10:00:00Z",
@@ -666,7 +674,9 @@ export declare const WorkflowExecutionCommandController: GenService<{
666
674
  * the execution is NOT terminal and can be resumed later from where it left off.
667
675
  * The workflow gracefully checkpoints and exits, preserving all progress.
668
676
  *
669
- * ## Behavior
677
+ * @internal
678
+ *
679
+ * Behavior
670
680
  *
671
681
  * 1. Validates execution exists and is in a pausable phase
672
682
  * 2. Sends "pause" signal to Temporal workflow
@@ -676,19 +686,19 @@ export declare const WorkflowExecutionCommandController: GenService<{
676
686
  * 6. Workflow waits for resume signal (no resources consumed)
677
687
  * 7. Returns updated WorkflowExecution with PAUSED phase
678
688
  *
679
- * ## Preconditions
689
+ * Preconditions
680
690
  *
681
691
  * - Execution must be in EXECUTION_PENDING or EXECUTION_IN_PROGRESS phase
682
692
  * - Cannot pause already-terminal executions (COMPLETED, FAILED, CANCELLED, TERMINATED)
683
693
  *
684
- * ## State Transitions
694
+ * State Transitions
685
695
  *
686
696
  * - status.phase: PENDING/IN_PROGRESS → PAUSED
687
697
  * - status.completed_at: NOT set (execution is not finished)
688
698
  * - Running activities: Gracefully cancelled, checkpoint saved
689
699
  * - LangGraph state: Preserved via thread_id checkpoint
690
700
  *
691
- * ## Paused vs Cancelled
701
+ * Paused vs Cancelled
692
702
  *
693
703
  * | Aspect | pause | cancel |
694
704
  * |--------|-------|--------|
@@ -698,7 +708,7 @@ export declare const WorkflowExecutionCommandController: GenService<{
698
708
  * | Progress preserved? | Yes | No |
699
709
  * | Use case | Temporary stop, maintenance | Permanent stop |
700
710
  *
701
- * ## Agent Activity Behavior
711
+ * Agent Activity Behavior
702
712
  *
703
713
  * When pause is signaled to a workflow running an agent:
704
714
  * 1. Workflow cancels the running activity gracefully
@@ -707,31 +717,31 @@ export declare const WorkflowExecutionCommandController: GenService<{
707
717
  * 4. Activity returns with paused status
708
718
  * 5. On resume, activity loads from checkpoint and continues
709
719
  *
710
- * ## Idempotency
720
+ * Idempotency
711
721
  *
712
722
  * Pausing an already-paused execution succeeds as a no-op.
713
723
  * The call returns the current execution state without side effects.
714
724
  *
715
- * ## Error Cases
725
+ * Error Cases
716
726
  *
717
727
  * - NOT_FOUND: Execution with given ID doesn't exist
718
728
  * - PERMISSION_DENIED: User lacks can_edit permission on the execution
719
729
  * - FAILED_PRECONDITION: Execution is in a terminal phase
720
730
  * - INVALID_ARGUMENT: ID is empty or malformed
721
731
  *
722
- * ## Example Request
732
+ * Example Request
723
733
  *
724
734
  * {
725
- * "id": "wfx-abc123xyz456",
735
+ * "id": "wfx_abc123xyz456",
726
736
  * "reason": "Pausing for scheduled maintenance window"
727
737
  * }
728
738
  *
729
- * ## Example Response
739
+ * Example Response
730
740
  *
731
741
  * {
732
742
  * "api_version": "agentic.stigmer.ai/v1",
733
743
  * "kind": "WorkflowExecution",
734
- * "metadata": { "id": "wfx-abc123xyz456" },
744
+ * "metadata": { "id": "wfx_abc123xyz456" },
735
745
  * "status": {
736
746
  * "phase": 7, // EXECUTION_PAUSED
737
747
  * "started_at": "2026-02-07T10:00:00Z"
@@ -755,7 +765,9 @@ export declare const WorkflowExecutionCommandController: GenService<{
755
765
  * re-invokes activities with the same thread_id, which loads from checkpoint
756
766
  * and continues from where it left off.
757
767
  *
758
- * ## Behavior
768
+ * @internal
769
+ *
770
+ * Behavior
759
771
  *
760
772
  * 1. Validates execution is in EXECUTION_PAUSED phase
761
773
  * 2. Sends "resume" signal to Temporal workflow
@@ -765,18 +777,18 @@ export declare const WorkflowExecutionCommandController: GenService<{
765
777
  * 6. Execution transitions back to EXECUTION_IN_PROGRESS phase
766
778
  * 7. Returns updated WorkflowExecution with IN_PROGRESS phase
767
779
  *
768
- * ## Preconditions
780
+ * Preconditions
769
781
  *
770
782
  * - Execution must be in EXECUTION_PAUSED phase
771
783
  * - Cannot resume non-paused executions
772
784
  *
773
- * ## State Transitions
785
+ * State Transitions
774
786
  *
775
787
  * - status.phase: PAUSED → IN_PROGRESS
776
788
  * - Activities: Re-invoked, load from checkpoint
777
789
  * - LangGraph state: Loaded from checkpoint via thread_id
778
790
  *
779
- * ## Resume Behavior
791
+ * Resume Behavior
780
792
  *
781
793
  * When resume is signaled to a paused workflow:
782
794
  * 1. Java workflow unblocks from Workflow.await()
@@ -785,30 +797,30 @@ export declare const WorkflowExecutionCommandController: GenService<{
785
797
  * 4. LangGraph loads checkpoint using thread_id
786
798
  * 5. Agent continues from exact position where it was paused
787
799
  *
788
- * ## Idempotency
800
+ * Idempotency
789
801
  *
790
802
  * Resuming an already-running execution succeeds as a no-op.
791
803
  * The call returns the current execution state without side effects.
792
804
  *
793
- * ## Error Cases
805
+ * Error Cases
794
806
  *
795
807
  * - NOT_FOUND: Execution with given ID doesn't exist
796
808
  * - PERMISSION_DENIED: User lacks can_edit permission on the execution
797
809
  * - FAILED_PRECONDITION: Execution is not in PAUSED phase
798
810
  * - INVALID_ARGUMENT: ID is empty or malformed
799
811
  *
800
- * ## Example Request
812
+ * Example Request
801
813
  *
802
814
  * {
803
- * "id": "wfx-abc123xyz456"
815
+ * "id": "wfx_abc123xyz456"
804
816
  * }
805
817
  *
806
- * ## Example Response
818
+ * Example Response
807
819
  *
808
820
  * {
809
821
  * "api_version": "agentic.stigmer.ai/v1",
810
822
  * "kind": "WorkflowExecution",
811
- * "metadata": { "id": "wfx-abc123xyz456" },
823
+ * "metadata": { "id": "wfx_abc123xyz456" },
812
824
  * "status": {
813
825
  * "phase": 2, // EXECUTION_IN_PROGRESS
814
826
  * "started_at": "2026-02-07T10:00:00Z"
@@ -1 +1 @@
1
- {"version":3,"file":"command_pb.js","sourceRoot":"","sources":["../../../../../../ai/stigmer/agentic/workflowexecution/v1/command_pb.ts"],"names":[],"mappings":"AAAA,gEAAgE;AAChE,8IAA8I;AAC9I,oBAAoB;AAGpB,OAAO,EAAE,QAAQ,EAAE,WAAW,EAAE,MAAM,8BAA8B,CAAC;AAErE,OAAO,EAAE,gDAAgD,EAAE,MAAM,UAAU,CAAC;AAE5E,OAAO,EAAE,+CAA+C,EAAE,MAAM,SAAS,CAAC;AAE1E,OAAO,EAAE,sCAAsC,EAAE,MAAM,oCAAoC,CAAC;AAC5F,OAAO,EAAE,uDAAuD,EAAE,MAAM,qDAAqD,CAAC;AAC9H,OAAO,EAAE,gEAAgE,EAAE,MAAM,8DAA8D,CAAC;AAEhJ;;GAEG;AACH,MAAM,CAAC,MAAM,oDAAoD,GAAY,aAAa,CACxF,QAAQ,CAAC,8hGAA8hG,EAAE,CAAC,gDAAgD,EAAE,+CAA+C,EAAE,sCAAsC,EAAE,uDAAuD,EAAE,gEAAgE,CAAC,CAAC,CAAC;AAEnzG;;;;;;;;;;;;;;;;;GAiBG;AACH,MAAM,CAAC,MAAM,kCAAkC,GAgyB1C,aAAa,CAChB,WAAW,CAAC,oDAAoD,EAAE,CAAC,CAAC,CAAC"}
1
+ {"version":3,"file":"command_pb.js","sourceRoot":"","sources":["../../../../../../ai/stigmer/agentic/workflowexecution/v1/command_pb.ts"],"names":[],"mappings":"AAAA,gEAAgE;AAChE,8IAA8I;AAC9I,oBAAoB;AAGpB,OAAO,EAAE,QAAQ,EAAE,WAAW,EAAE,MAAM,8BAA8B,CAAC;AAErE,OAAO,EAAE,gDAAgD,EAAE,MAAM,UAAU,CAAC;AAE5E,OAAO,EAAE,+CAA+C,EAAE,MAAM,SAAS,CAAC;AAE1E,OAAO,EAAE,sCAAsC,EAAE,MAAM,oCAAoC,CAAC;AAC5F,OAAO,EAAE,uDAAuD,EAAE,MAAM,qDAAqD,CAAC;AAC9H,OAAO,EAAE,gEAAgE,EAAE,MAAM,8DAA8D,CAAC;AAEhJ;;GAEG;AACH,MAAM,CAAC,MAAM,oDAAoD,GAAY,aAAa,CACxF,QAAQ,CAAC,8hGAA8hG,EAAE,CAAC,gDAAgD,EAAE,+CAA+C,EAAE,sCAAsC,EAAE,uDAAuD,EAAE,gEAAgE,CAAC,CAAC,CAAC;AAEnzG;;;;;;;;;;;;;;;;;GAiBG;AACH,MAAM,CAAC,MAAM,kCAAkC,GA4yB1C,aAAa,CAChB,WAAW,CAAC,oDAAoD,EAAE,CAAC,CAAC,CAAC"}