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