@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
@@ -23,8 +23,9 @@ export declare const WorkflowExecutionCommandController: {
23
23
  * Create and trigger a new workflow execution.
24
24
  *
25
25
  * This RPC creates a WorkflowExecution resource and immediately triggers it for execution.
26
- * The workflow execution engine (Temporal) picks up the execution and begins processing tasks.
26
+ * The workflow execution engine picks up the execution and begins processing tasks.
27
27
  *
28
+ * @internal
28
29
  * Input Validation:
29
30
  * - metadata.org must be specified
30
31
  * - spec.workflow_instance_id is required and must reference an existing WorkflowInstance
@@ -106,7 +107,7 @@ export declare const WorkflowExecutionCommandController: {
106
107
  * "org": "acme"
107
108
  * },
108
109
  * "spec": {
109
- * "workflow_instance_id": "wfi-customer-onboarding-prod",
110
+ * "workflow_instance_id": "wfi_customer-onboarding-prod",
110
111
  * "trigger_message": "New signup: john.doe@example.com",
111
112
  * "trigger_metadata": {
112
113
  * "source": "api",
@@ -124,7 +125,7 @@ export declare const WorkflowExecutionCommandController: {
124
125
  * "api_version": "agentic.stigmer.ai/v1",
125
126
  * "kind": "WorkflowExecution",
126
127
  * "metadata": {
127
- * "id": "wfx-abc123xyz456", // Auto-generated
128
+ * "id": "wfx_abc123xyz456", // Auto-generated
128
129
  * "name": "customer-onboarding-20250111-143022",
129
130
  * "org": "acme"
130
131
  * },
@@ -147,7 +148,9 @@ export declare const WorkflowExecutionCommandController: {
147
148
  readonly kind: any;
148
149
  };
149
150
  /**
150
- * Update execution with full state.
151
+ * Update an existing workflow execution with full state.
152
+ *
153
+ * @internal
151
154
  * Used by users to update execution configuration (spec fields).
152
155
  * No individual field updates - always provide complete state.
153
156
  *
@@ -161,8 +164,11 @@ export declare const WorkflowExecutionCommandController: {
161
164
  };
162
165
  /**
163
166
  * Update execution status during workflow execution.
164
- * Used by workflow-runner to send progressive status updates (messages, task states, phase, etc.)
165
- * This RPC is optimized for frequent status updates and merges status fields with existing state.
167
+ *
168
+ * @internal
169
+ * System-level RPC used by workflow-runner to send progressive status updates
170
+ * (messages, task states, phase, etc.). Optimized for frequent status updates
171
+ * and merges status fields with existing state.
166
172
  *
167
173
  * This RPC is used by the workflow execution engine (Temporal) to update the status
168
174
  * of a running workflow execution. Users cannot call this RPC directly.
@@ -235,7 +241,7 @@ export declare const WorkflowExecutionCommandController: {
235
241
  * Example Request (Task Completed):
236
242
  * {
237
243
  * "metadata": {
238
- * "id": "wfx-abc123xyz456"
244
+ * "id": "wfx_abc123xyz456"
239
245
  * },
240
246
  * "status": {
241
247
  * "phase": 2, // EXECUTION_IN_PROGRESS
@@ -267,29 +273,27 @@ export declare const WorkflowExecutionCommandController: {
267
273
  readonly kind: any;
268
274
  };
269
275
  /**
270
- * Submit approval for a child agent's tool execution (HITL Phase 5.3).
276
+ * Submit an approval decision for a child agent's tool execution.
271
277
  *
272
278
  * This RPC forwards the approval decision to the child AgentExecution that
273
279
  * is waiting for approval. The child is identified by the child_agent_execution_id
274
280
  * in status.pending_approval.
275
281
  *
276
- * ## Behavior
277
- *
278
282
  * When a workflow invokes an agent that requires tool approval, the approval
279
283
  * request surfaces at the workflow level via status.pending_approval. Users can
280
284
  * submit their decision through this RPC, which forwards it to the child agent.
281
285
  *
286
+ * @internal
282
287
  * The approval is forwarded to the child via AgentExecution.submitApproval RPC,
283
288
  * ensuring consistent validation and Temporal workflow signaling.
284
289
  *
285
- * ## Preconditions
286
- *
290
+ * Preconditions:
287
291
  * - status.pending_approval must be populated
288
292
  * - tool_call_id must match status.pending_approval.tool_call_id
289
293
  * - status.pending_approval.child_agent_execution_id must not be empty
290
294
  * - User must have can_edit permission on the workflow execution
291
295
  *
292
- * ## State Transitions
296
+ * State Transitions
293
297
  *
294
298
  * After successful approval:
295
299
  * - Approval is forwarded to child AgentExecution
@@ -298,13 +302,13 @@ export declare const WorkflowExecutionCommandController: {
298
302
  * - WorkflowExecution.status.pending_approval is eventually cleared
299
303
  * - Workflow task status returns from WAITING_APPROVAL to IN_PROGRESS
300
304
  *
301
- * ## Approval Actions
305
+ * Approval Actions
302
306
  *
303
307
  * - APPROVE: Tool executes with the provided arguments
304
308
  * - SKIP: Tool execution is skipped, agent continues with skip message
305
309
  * - REJECT: Agent execution fails with rejection error
306
310
  *
307
- * ## Error Cases
311
+ * Error Cases
308
312
  *
309
313
  * - NOT_FOUND: Workflow execution doesn't exist
310
314
  * - PERMISSION_DENIED: User doesn't have can_edit permission
@@ -312,12 +316,12 @@ export declare const WorkflowExecutionCommandController: {
312
316
  * - INVALID_ARGUMENT: Tool call ID mismatch, or action is UNSPECIFIED
313
317
  * - UNAVAILABLE: Failed to forward to child agent (transient error)
314
318
  *
315
- * ## Idempotency
319
+ * Idempotency
316
320
  *
317
321
  * If the same approval is submitted twice (same workflow execution, tool_call_id,
318
322
  * and action), the second call is a no-op if the approval was already processed.
319
323
  *
320
- * ## Alternative: Direct Agent Approval
324
+ * Alternative: Direct Agent Approval
321
325
  *
322
326
  * Users can also submit approvals directly via AgentExecution.submitApproval
323
327
  * using the child_agent_execution_id. Both paths are equivalent and result
@@ -334,7 +338,7 @@ export declare const WorkflowExecutionCommandController: {
334
338
  readonly kind: any;
335
339
  };
336
340
  /**
337
- * Delete an execution.
341
+ * Delete a workflow execution.
338
342
  *
339
343
  * @generated from rpc ai.stigmer.agentic.workflowexecution.v1.WorkflowExecutionCommandController.delete
340
344
  */
@@ -348,9 +352,13 @@ export declare const WorkflowExecutionCommandController: {
348
352
  * Send a signal to a running workflow execution.
349
353
  *
350
354
  * Delivers a signal to a workflow execution, typically to unblock a LISTEN task.
355
+ * Delivery is race-proof: the signal is guaranteed to arrive even if sent
356
+ * before the workflow is fully started.
357
+ *
358
+ * @internal
351
359
  * Uses Temporal's SignalWithStart API internally for race-proof delivery.
352
360
  *
353
- * ## Behavior
361
+ * Behavior
354
362
  *
355
363
  * 1. Validates execution exists and is in a signalable phase
356
364
  * 2. Uses Temporal SignalWithStart for atomic delivery:
@@ -360,13 +368,13 @@ export declare const WorkflowExecutionCommandController: {
360
368
  * 4. LISTEN task waiting for this signal will unblock and continue
361
369
  * 5. Returns the current WorkflowExecution state
362
370
  *
363
- * ## Preconditions
371
+ * Preconditions
364
372
  *
365
373
  * - Execution must be in EXECUTION_PENDING or EXECUTION_IN_PROGRESS phase
366
374
  * - Cannot signal terminal executions (COMPLETED, FAILED, CANCELLED, TERMINATED)
367
375
  * - User must have can_edit permission on the workflow execution
368
376
  *
369
- * ## Race-Proof Delivery (SignalWithStart)
377
+ * Race-Proof Delivery (SignalWithStart)
370
378
  *
371
379
  * This RPC uses Temporal's SignalWithStart API to handle the race condition
372
380
  * where a signal might arrive before the workflow is fully started:
@@ -374,7 +382,7 @@ export declare const WorkflowExecutionCommandController: {
374
382
  * - SignalWithStart atomically: starts workflow if needed, then sends signal
375
383
  * - Guarantees signal delivery even in race conditions
376
384
  *
377
- * ## Signal Matching
385
+ * Signal Matching
378
386
  *
379
387
  * The signal_name must match the signal ID defined in the workflow's LISTEN task:
380
388
  *
@@ -390,17 +398,17 @@ export declare const WorkflowExecutionCommandController: {
390
398
  * API Call:
391
399
  * { "signal_name": "payment_confirmed", "payload": {...} }
392
400
  *
393
- * ## Error Cases
401
+ * Error Cases
394
402
  *
395
403
  * - NOT_FOUND: Workflow execution doesn't exist
396
404
  * - PERMISSION_DENIED: User doesn't have can_edit permission
397
405
  * - FAILED_PRECONDITION: Execution is in a terminal phase
398
406
  * - INVALID_ARGUMENT: execution_id or signal_name is empty
399
407
  *
400
- * ## Example Request
408
+ * Example Request
401
409
  *
402
410
  * {
403
- * "execution_id": "wfx-abc123xyz456",
411
+ * "execution_id": "wfx_abc123xyz456",
404
412
  * "signal_name": "payment_confirmed",
405
413
  * "payload": {
406
414
  * "transaction_id": "txn_123",
@@ -409,7 +417,7 @@ export declare const WorkflowExecutionCommandController: {
409
417
  * }
410
418
  * }
411
419
  *
412
- * ## Example Response
420
+ * Example Response
413
421
  *
414
422
  * Returns the current WorkflowExecution state (phase may still be IN_PROGRESS
415
423
  * as the workflow continues after receiving the signal).
@@ -427,14 +435,14 @@ export declare const WorkflowExecutionCommandController: {
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: {
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"
@@ -496,14 +504,14 @@ export declare const WorkflowExecutionCommandController: {
496
504
  /**
497
505
  * Terminate a workflow execution immediately.
498
506
  *
499
- * Force-stops the workflow via Temporal's TerminateWorkflow API without
500
- * allowing cleanup. Unlike cancel, the workflow code cannot respond to
501
- * termination - it is stopped immediately. Use this for stuck or
502
- * unresponsive workflows that don't respond to cancellation.
507
+ * Force-stops the workflow without allowing cleanup. Unlike cancel,
508
+ * the workflow code cannot respond to termination - it is stopped immediately.
509
+ * Use this for stuck or unresponsive workflows that don't respond to cancellation.
503
510
  *
511
+ * @internal
504
512
  * Temporal Equivalent: `temporal workflow terminate --workflow-id <id>`
505
513
  *
506
- * ## Behavior
514
+ * Behavior
507
515
  *
508
516
  * 1. Validates execution exists and is in a terminable phase
509
517
  * 2. Force-kills workflow via Temporal (no signal sent to workflow)
@@ -511,19 +519,19 @@ export declare const WorkflowExecutionCommandController: {
511
519
  * 4. No cleanup callbacks or defer blocks are executed
512
520
  * 5. Returns updated WorkflowExecution with TERMINATED phase
513
521
  *
514
- * ## Preconditions
522
+ * Preconditions
515
523
  *
516
524
  * - Execution must be in EXECUTION_PENDING or EXECUTION_IN_PROGRESS phase
517
525
  * - Cannot terminate already-terminal executions
518
526
  *
519
- * ## State Transitions
527
+ * State Transitions
520
528
  *
521
529
  * - status.phase: PENDING/IN_PROGRESS → TERMINATED
522
530
  * - status.completed_at: Set to current timestamp
523
531
  * - status.error: May contain termination reason
524
532
  * - In-progress tasks: Stopped abruptly (no cleanup)
525
533
  *
526
- * ## Terminated vs Cancelled
534
+ * Terminated vs Cancelled
527
535
  *
528
536
  * | Aspect | cancel | terminate |
529
537
  * |--------|--------|-----------|
@@ -532,31 +540,31 @@ export declare const WorkflowExecutionCommandController: {
532
540
  * | Use case | Normal stop | Stuck workflows |
533
541
  * | Can recover? | No | No |
534
542
  *
535
- * ## Idempotency
543
+ * Idempotency
536
544
  *
537
545
  * Terminating an already-terminated execution succeeds as a no-op.
538
546
  * The call returns the current execution state without side effects.
539
547
  *
540
- * ## Error Cases
548
+ * Error Cases
541
549
  *
542
550
  * - NOT_FOUND: Execution with given ID doesn't exist
543
551
  * - PERMISSION_DENIED: User lacks can_edit permission on the execution
544
552
  * - FAILED_PRECONDITION: Execution is in a terminal phase
545
553
  * - INVALID_ARGUMENT: ID is empty or malformed
546
554
  *
547
- * ## Example Request
555
+ * Example Request
548
556
  *
549
557
  * {
550
- * "id": "wfx-abc123xyz456",
558
+ * "id": "wfx_abc123xyz456",
551
559
  * "reason": "Workflow stuck for 2 hours, not responding to cancel"
552
560
  * }
553
561
  *
554
- * ## Example Response
562
+ * Example Response
555
563
  *
556
564
  * {
557
565
  * "api_version": "agentic.stigmer.ai/v1",
558
566
  * "kind": "WorkflowExecution",
559
- * "metadata": { "id": "wfx-abc123xyz456" },
567
+ * "metadata": { "id": "wfx_abc123xyz456" },
560
568
  * "status": {
561
569
  * "phase": 6, // EXECUTION_TERMINATED
562
570
  * "completed_at": "2026-02-07T18:35:00Z",
@@ -575,14 +583,14 @@ export declare const WorkflowExecutionCommandController: {
575
583
  /**
576
584
  * Recover a failed workflow execution from the last checkpoint.
577
585
  *
578
- * Resumes execution from the last successful point using Temporal's
579
- * ResetWorkflow API. Completed work is preserved - successful tasks
580
- * are NOT re-executed. This enables "retry and resume" semantics
581
- * without duplicating side effects.
586
+ * Resumes execution from the last successful point. Completed work is
587
+ * preserved - successful tasks are NOT re-executed. This enables
588
+ * "retry and resume" semantics without duplicating side effects.
582
589
  *
590
+ * @internal
583
591
  * Temporal Equivalent: `temporal workflow reset --workflow-id <id> --type LastWorkflowTask`
584
592
  *
585
- * ## Behavior
593
+ * Behavior
586
594
  *
587
595
  * 1. Validates execution is in FAILED phase (recoverable)
588
596
  * 2. Identifies the last successful checkpoint in workflow history
@@ -591,14 +599,14 @@ export declare const WorkflowExecutionCommandController: {
591
599
  * 5. Workflow continues from where it failed
592
600
  * 6. Returns updated WorkflowExecution with IN_PROGRESS phase
593
601
  *
594
- * ## Preconditions
602
+ * Preconditions
595
603
  *
596
604
  * - Execution must be in EXECUTION_FAILED phase
597
605
  * - TERMINATED executions cannot be recovered (intentional hard stop)
598
606
  * - CANCELLED executions cannot be recovered (intentional user action)
599
607
  * - COMPLETED executions don't need recovery
600
608
  *
601
- * ## State Transitions
609
+ * State Transitions
602
610
  *
603
611
  * - status.phase: FAILED → IN_PROGRESS
604
612
  * - status.completed_at: Cleared (execution is running again)
@@ -606,7 +614,7 @@ export declare const WorkflowExecutionCommandController: {
606
614
  * - Completed tasks: Preserved (not re-executed)
607
615
  * - Failed tasks: Reset to pending, will be retried
608
616
  *
609
- * ## Recovery vs Restart
617
+ * Recovery vs Restart
610
618
  *
611
619
  * | Aspect | recover | Create new execution |
612
620
  * |--------|---------|----------------------|
@@ -615,13 +623,13 @@ export declare const WorkflowExecutionCommandController: {
615
623
  * | Execution ID | Same | New ID |
616
624
  * | Use case | Resume after fix | Start fresh |
617
625
  *
618
- * ## Idempotency
626
+ * Idempotency
619
627
  *
620
628
  * If recovery already succeeded (execution is now IN_PROGRESS from a
621
629
  * previous recover call), the call succeeds as a no-op and returns
622
630
  * the current execution state.
623
631
  *
624
- * ## Error Cases
632
+ * Error Cases
625
633
  *
626
634
  * - NOT_FOUND: Execution with given ID doesn't exist
627
635
  * - PERMISSION_DENIED: User lacks can_edit permission on the execution
@@ -631,19 +639,19 @@ export declare const WorkflowExecutionCommandController: {
631
639
  * - Execution is CANCELLED (cannot recover)
632
640
  * - INVALID_ARGUMENT: ID is empty or malformed
633
641
  *
634
- * ## Example Request
642
+ * Example Request
635
643
  *
636
644
  * {
637
- * "id": "wfx-abc123xyz456",
645
+ * "id": "wfx_abc123xyz456",
638
646
  * "reason": "Stripe API recovered, resuming payment processing"
639
647
  * }
640
648
  *
641
- * ## Example Response
649
+ * Example Response
642
650
  *
643
651
  * {
644
652
  * "api_version": "agentic.stigmer.ai/v1",
645
653
  * "kind": "WorkflowExecution",
646
- * "metadata": { "id": "wfx-abc123xyz456" },
654
+ * "metadata": { "id": "wfx_abc123xyz456" },
647
655
  * "status": {
648
656
  * "phase": 2, // EXECUTION_IN_PROGRESS
649
657
  * "started_at": "2026-02-07T10:00:00Z",
@@ -669,7 +677,9 @@ export declare const WorkflowExecutionCommandController: {
669
677
  * the execution is NOT terminal and can be resumed later from where it left off.
670
678
  * The workflow gracefully checkpoints and exits, preserving all progress.
671
679
  *
672
- * ## Behavior
680
+ * @internal
681
+ *
682
+ * Behavior
673
683
  *
674
684
  * 1. Validates execution exists and is in a pausable phase
675
685
  * 2. Sends "pause" signal to Temporal workflow
@@ -679,19 +689,19 @@ export declare const WorkflowExecutionCommandController: {
679
689
  * 6. Workflow waits for resume signal (no resources consumed)
680
690
  * 7. Returns updated WorkflowExecution with PAUSED phase
681
691
  *
682
- * ## Preconditions
692
+ * Preconditions
683
693
  *
684
694
  * - Execution must be in EXECUTION_PENDING or EXECUTION_IN_PROGRESS phase
685
695
  * - Cannot pause already-terminal executions (COMPLETED, FAILED, CANCELLED, TERMINATED)
686
696
  *
687
- * ## State Transitions
697
+ * State Transitions
688
698
  *
689
699
  * - status.phase: PENDING/IN_PROGRESS → PAUSED
690
700
  * - status.completed_at: NOT set (execution is not finished)
691
701
  * - Running activities: Gracefully cancelled, checkpoint saved
692
702
  * - LangGraph state: Preserved via thread_id checkpoint
693
703
  *
694
- * ## Paused vs Cancelled
704
+ * Paused vs Cancelled
695
705
  *
696
706
  * | Aspect | pause | cancel |
697
707
  * |--------|-------|--------|
@@ -701,7 +711,7 @@ export declare const WorkflowExecutionCommandController: {
701
711
  * | Progress preserved? | Yes | No |
702
712
  * | Use case | Temporary stop, maintenance | Permanent stop |
703
713
  *
704
- * ## Agent Activity Behavior
714
+ * Agent Activity Behavior
705
715
  *
706
716
  * When pause is signaled to a workflow running an agent:
707
717
  * 1. Workflow cancels the running activity gracefully
@@ -710,31 +720,31 @@ export declare const WorkflowExecutionCommandController: {
710
720
  * 4. Activity returns with paused status
711
721
  * 5. On resume, activity loads from checkpoint and continues
712
722
  *
713
- * ## Idempotency
723
+ * Idempotency
714
724
  *
715
725
  * Pausing an already-paused execution succeeds as a no-op.
716
726
  * The call returns the current execution state without side effects.
717
727
  *
718
- * ## Error Cases
728
+ * Error Cases
719
729
  *
720
730
  * - NOT_FOUND: Execution with given ID doesn't exist
721
731
  * - PERMISSION_DENIED: User lacks can_edit permission on the execution
722
732
  * - FAILED_PRECONDITION: Execution is in a terminal phase
723
733
  * - INVALID_ARGUMENT: ID is empty or malformed
724
734
  *
725
- * ## Example Request
735
+ * Example Request
726
736
  *
727
737
  * {
728
- * "id": "wfx-abc123xyz456",
738
+ * "id": "wfx_abc123xyz456",
729
739
  * "reason": "Pausing for scheduled maintenance window"
730
740
  * }
731
741
  *
732
- * ## Example Response
742
+ * Example Response
733
743
  *
734
744
  * {
735
745
  * "api_version": "agentic.stigmer.ai/v1",
736
746
  * "kind": "WorkflowExecution",
737
- * "metadata": { "id": "wfx-abc123xyz456" },
747
+ * "metadata": { "id": "wfx_abc123xyz456" },
738
748
  * "status": {
739
749
  * "phase": 7, // EXECUTION_PAUSED
740
750
  * "started_at": "2026-02-07T10:00:00Z"
@@ -759,7 +769,9 @@ export declare const WorkflowExecutionCommandController: {
759
769
  * re-invokes activities with the same thread_id, which loads from checkpoint
760
770
  * and continues from where it left off.
761
771
  *
762
- * ## Behavior
772
+ * @internal
773
+ *
774
+ * Behavior
763
775
  *
764
776
  * 1. Validates execution is in EXECUTION_PAUSED phase
765
777
  * 2. Sends "resume" signal to Temporal workflow
@@ -769,18 +781,18 @@ export declare const WorkflowExecutionCommandController: {
769
781
  * 6. Execution transitions back to EXECUTION_IN_PROGRESS phase
770
782
  * 7. Returns updated WorkflowExecution with IN_PROGRESS phase
771
783
  *
772
- * ## Preconditions
784
+ * Preconditions
773
785
  *
774
786
  * - Execution must be in EXECUTION_PAUSED phase
775
787
  * - Cannot resume non-paused executions
776
788
  *
777
- * ## State Transitions
789
+ * State Transitions
778
790
  *
779
791
  * - status.phase: PAUSED → IN_PROGRESS
780
792
  * - Activities: Re-invoked, load from checkpoint
781
793
  * - LangGraph state: Loaded from checkpoint via thread_id
782
794
  *
783
- * ## Resume Behavior
795
+ * Resume Behavior
784
796
  *
785
797
  * When resume is signaled to a paused workflow:
786
798
  * 1. Java workflow unblocks from Workflow.await()
@@ -789,30 +801,30 @@ export declare const WorkflowExecutionCommandController: {
789
801
  * 4. LangGraph loads checkpoint using thread_id
790
802
  * 5. Agent continues from exact position where it was paused
791
803
  *
792
- * ## Idempotency
804
+ * Idempotency
793
805
  *
794
806
  * Resuming an already-running execution succeeds as a no-op.
795
807
  * The call returns the current execution state without side effects.
796
808
  *
797
- * ## Error Cases
809
+ * Error Cases
798
810
  *
799
811
  * - NOT_FOUND: Execution with given ID doesn't exist
800
812
  * - PERMISSION_DENIED: User lacks can_edit permission on the execution
801
813
  * - FAILED_PRECONDITION: Execution is not in PAUSED phase
802
814
  * - INVALID_ARGUMENT: ID is empty or malformed
803
815
  *
804
- * ## Example Request
816
+ * Example Request
805
817
  *
806
818
  * {
807
- * "id": "wfx-abc123xyz456"
819
+ * "id": "wfx_abc123xyz456"
808
820
  * }
809
821
  *
810
- * ## Example Response
822
+ * Example Response
811
823
  *
812
824
  * {
813
825
  * "api_version": "agentic.stigmer.ai/v1",
814
826
  * "kind": "WorkflowExecution",
815
- * "metadata": { "id": "wfx-abc123xyz456" },
827
+ * "metadata": { "id": "wfx_abc123xyz456" },
816
828
  * "status": {
817
829
  * "phase": 2, // EXECUTION_IN_PROGRESS
818
830
  * "started_at": "2026-02-07T10:00:00Z"