@stigmer/protos 0.0.34

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 (510) hide show
  1. package/LICENSE +190 -0
  2. package/README.md +35 -0
  3. package/ai/stigmer/agentic/agent/v1/api_pb.d.ts +53 -0
  4. package/ai/stigmer/agentic/agent/v1/api_pb.js +18 -0
  5. package/ai/stigmer/agentic/agent/v1/api_pb.js.map +1 -0
  6. package/ai/stigmer/agentic/agent/v1/command_connect.d.ts +60 -0
  7. package/ai/stigmer/agentic/agent/v1/command_connect.js +66 -0
  8. package/ai/stigmer/agentic/agent/v1/command_connect.js.map +1 -0
  9. package/ai/stigmer/agentic/agent/v1/command_pb.d.ts +60 -0
  10. package/ai/stigmer/agentic/agent/v1/command_pb.js +19 -0
  11. package/ai/stigmer/agentic/agent/v1/command_pb.js.map +1 -0
  12. package/ai/stigmer/agentic/agent/v1/io_pb.d.ts +22 -0
  13. package/ai/stigmer/agentic/agent/v1/io_pb.js +15 -0
  14. package/ai/stigmer/agentic/agent/v1/io_pb.js.map +1 -0
  15. package/ai/stigmer/agentic/agent/v1/query_connect.d.ts +32 -0
  16. package/ai/stigmer/agentic/agent/v1/query_connect.js +38 -0
  17. package/ai/stigmer/agentic/agent/v1/query_connect.js.map +1 -0
  18. package/ai/stigmer/agentic/agent/v1/query_pb.d.ts +35 -0
  19. package/ai/stigmer/agentic/agent/v1/query_pb.js +20 -0
  20. package/ai/stigmer/agentic/agent/v1/query_pb.js.map +1 -0
  21. package/ai/stigmer/agentic/agent/v1/spec_pb.d.ts +373 -0
  22. package/ai/stigmer/agentic/agent/v1/spec_pb.js +38 -0
  23. package/ai/stigmer/agentic/agent/v1/spec_pb.js.map +1 -0
  24. package/ai/stigmer/agentic/agent/v1/status_pb.d.ts +34 -0
  25. package/ai/stigmer/agentic/agent/v1/status_pb.js +15 -0
  26. package/ai/stigmer/agentic/agent/v1/status_pb.js.map +1 -0
  27. package/ai/stigmer/agentic/agentexecution/v1/api_pb.d.ts +296 -0
  28. package/ai/stigmer/agentic/agentexecution/v1/api_pb.js +35 -0
  29. package/ai/stigmer/agentic/agentexecution/v1/api_pb.js.map +1 -0
  30. package/ai/stigmer/agentic/agentexecution/v1/approval_pb.d.ts +206 -0
  31. package/ai/stigmer/agentic/agentexecution/v1/approval_pb.js +19 -0
  32. package/ai/stigmer/agentic/agentexecution/v1/approval_pb.js.map +1 -0
  33. package/ai/stigmer/agentic/agentexecution/v1/artifact_pb.d.ts +91 -0
  34. package/ai/stigmer/agentic/agentexecution/v1/artifact_pb.js +16 -0
  35. package/ai/stigmer/agentic/agentexecution/v1/artifact_pb.js.map +1 -0
  36. package/ai/stigmer/agentic/agentexecution/v1/command_connect.d.ts +413 -0
  37. package/ai/stigmer/agentic/agentexecution/v1/command_connect.js +419 -0
  38. package/ai/stigmer/agentic/agentexecution/v1/command_connect.js.map +1 -0
  39. package/ai/stigmer/agentic/agentexecution/v1/command_pb.d.ts +407 -0
  40. package/ai/stigmer/agentic/agentexecution/v1/command_pb.js +21 -0
  41. package/ai/stigmer/agentic/agentexecution/v1/command_pb.js.map +1 -0
  42. package/ai/stigmer/agentic/agentexecution/v1/context_pb.d.ts +403 -0
  43. package/ai/stigmer/agentic/agentexecution/v1/context_pb.js +30 -0
  44. package/ai/stigmer/agentic/agentexecution/v1/context_pb.js.map +1 -0
  45. package/ai/stigmer/agentic/agentexecution/v1/enum_pb.d.ts +526 -0
  46. package/ai/stigmer/agentic/agentexecution/v1/enum_pb.js +538 -0
  47. package/ai/stigmer/agentic/agentexecution/v1/enum_pb.js.map +1 -0
  48. package/ai/stigmer/agentic/agentexecution/v1/io_pb.d.ts +1335 -0
  49. package/ai/stigmer/agentic/agentexecution/v1/io_pb.js +148 -0
  50. package/ai/stigmer/agentic/agentexecution/v1/io_pb.js.map +1 -0
  51. package/ai/stigmer/agentic/agentexecution/v1/message_pb.d.ts +316 -0
  52. package/ai/stigmer/agentic/agentexecution/v1/message_pb.js +27 -0
  53. package/ai/stigmer/agentic/agentexecution/v1/message_pb.js.map +1 -0
  54. package/ai/stigmer/agentic/agentexecution/v1/query_connect.d.ts +146 -0
  55. package/ai/stigmer/agentic/agentexecution/v1/query_connect.js +152 -0
  56. package/ai/stigmer/agentic/agentexecution/v1/query_connect.js.map +1 -0
  57. package/ai/stigmer/agentic/agentexecution/v1/query_pb.d.ts +142 -0
  58. package/ai/stigmer/agentic/agentexecution/v1/query_pb.js +19 -0
  59. package/ai/stigmer/agentic/agentexecution/v1/query_pb.js.map +1 -0
  60. package/ai/stigmer/agentic/agentexecution/v1/spec_pb.d.ts +562 -0
  61. package/ai/stigmer/agentic/agentexecution/v1/spec_pb.js +31 -0
  62. package/ai/stigmer/agentic/agentexecution/v1/spec_pb.js.map +1 -0
  63. package/ai/stigmer/agentic/agentexecution/v1/subagent_pb.d.ts +129 -0
  64. package/ai/stigmer/agentic/agentexecution/v1/subagent_pb.js +20 -0
  65. package/ai/stigmer/agentic/agentexecution/v1/subagent_pb.js.map +1 -0
  66. package/ai/stigmer/agentic/agentexecution/v1/usage_pb.d.ts +413 -0
  67. package/ai/stigmer/agentic/agentexecution/v1/usage_pb.js +24 -0
  68. package/ai/stigmer/agentic/agentexecution/v1/usage_pb.js.map +1 -0
  69. package/ai/stigmer/agentic/agentinstance/v1/api_pb.d.ts +52 -0
  70. package/ai/stigmer/agentic/agentinstance/v1/api_pb.js +18 -0
  71. package/ai/stigmer/agentic/agentinstance/v1/api_pb.js.map +1 -0
  72. package/ai/stigmer/agentic/agentinstance/v1/command_connect.d.ts +71 -0
  73. package/ai/stigmer/agentic/agentinstance/v1/command_connect.js +77 -0
  74. package/ai/stigmer/agentic/agentinstance/v1/command_connect.js.map +1 -0
  75. package/ai/stigmer/agentic/agentinstance/v1/command_pb.d.ts +71 -0
  76. package/ai/stigmer/agentic/agentinstance/v1/command_pb.js +20 -0
  77. package/ai/stigmer/agentic/agentinstance/v1/command_pb.js.map +1 -0
  78. package/ai/stigmer/agentic/agentinstance/v1/io_pb.d.ts +74 -0
  79. package/ai/stigmer/agentic/agentinstance/v1/io_pb.js +27 -0
  80. package/ai/stigmer/agentic/agentinstance/v1/io_pb.js.map +1 -0
  81. package/ai/stigmer/agentic/agentinstance/v1/query_connect.d.ts +46 -0
  82. package/ai/stigmer/agentic/agentinstance/v1/query_connect.js +52 -0
  83. package/ai/stigmer/agentic/agentinstance/v1/query_connect.js.map +1 -0
  84. package/ai/stigmer/agentic/agentinstance/v1/query_pb.d.ts +48 -0
  85. package/ai/stigmer/agentic/agentinstance/v1/query_pb.js +20 -0
  86. package/ai/stigmer/agentic/agentinstance/v1/query_pb.js.map +1 -0
  87. package/ai/stigmer/agentic/agentinstance/v1/spec_pb.d.ts +42 -0
  88. package/ai/stigmer/agentic/agentinstance/v1/spec_pb.js +16 -0
  89. package/ai/stigmer/agentic/agentinstance/v1/spec_pb.js.map +1 -0
  90. package/ai/stigmer/agentic/environment/v1/api_pb.d.ts +54 -0
  91. package/ai/stigmer/agentic/environment/v1/api_pb.js +18 -0
  92. package/ai/stigmer/agentic/environment/v1/api_pb.js.map +1 -0
  93. package/ai/stigmer/agentic/environment/v1/command_connect.d.ts +56 -0
  94. package/ai/stigmer/agentic/environment/v1/command_connect.js +62 -0
  95. package/ai/stigmer/agentic/environment/v1/command_connect.js.map +1 -0
  96. package/ai/stigmer/agentic/environment/v1/command_pb.d.ts +56 -0
  97. package/ai/stigmer/agentic/environment/v1/command_pb.js +19 -0
  98. package/ai/stigmer/agentic/environment/v1/command_pb.js.map +1 -0
  99. package/ai/stigmer/agentic/environment/v1/io_pb.d.ts +22 -0
  100. package/ai/stigmer/agentic/environment/v1/io_pb.js +15 -0
  101. package/ai/stigmer/agentic/environment/v1/io_pb.js.map +1 -0
  102. package/ai/stigmer/agentic/environment/v1/query_connect.d.ts +32 -0
  103. package/ai/stigmer/agentic/environment/v1/query_connect.js +38 -0
  104. package/ai/stigmer/agentic/environment/v1/query_connect.js.map +1 -0
  105. package/ai/stigmer/agentic/environment/v1/query_pb.d.ts +34 -0
  106. package/ai/stigmer/agentic/environment/v1/query_pb.js +19 -0
  107. package/ai/stigmer/agentic/environment/v1/query_pb.js.map +1 -0
  108. package/ai/stigmer/agentic/environment/v1/spec_pb.d.ts +79 -0
  109. package/ai/stigmer/agentic/environment/v1/spec_pb.js +19 -0
  110. package/ai/stigmer/agentic/environment/v1/spec_pb.js.map +1 -0
  111. package/ai/stigmer/agentic/executioncontext/v1/api_pb.d.ts +54 -0
  112. package/ai/stigmer/agentic/executioncontext/v1/api_pb.js +18 -0
  113. package/ai/stigmer/agentic/executioncontext/v1/api_pb.js.map +1 -0
  114. package/ai/stigmer/agentic/executioncontext/v1/command_connect.d.ts +46 -0
  115. package/ai/stigmer/agentic/executioncontext/v1/command_connect.js +52 -0
  116. package/ai/stigmer/agentic/executioncontext/v1/command_connect.js.map +1 -0
  117. package/ai/stigmer/agentic/executioncontext/v1/command_pb.d.ts +47 -0
  118. package/ai/stigmer/agentic/executioncontext/v1/command_pb.js +20 -0
  119. package/ai/stigmer/agentic/executioncontext/v1/command_pb.js.map +1 -0
  120. package/ai/stigmer/agentic/executioncontext/v1/io_pb.d.ts +44 -0
  121. package/ai/stigmer/agentic/executioncontext/v1/io_pb.js +20 -0
  122. package/ai/stigmer/agentic/executioncontext/v1/io_pb.js.map +1 -0
  123. package/ai/stigmer/agentic/executioncontext/v1/query_connect.d.ts +54 -0
  124. package/ai/stigmer/agentic/executioncontext/v1/query_connect.js +60 -0
  125. package/ai/stigmer/agentic/executioncontext/v1/query_connect.js.map +1 -0
  126. package/ai/stigmer/agentic/executioncontext/v1/query_pb.d.ts +56 -0
  127. package/ai/stigmer/agentic/executioncontext/v1/query_pb.js +20 -0
  128. package/ai/stigmer/agentic/executioncontext/v1/query_pb.js.map +1 -0
  129. package/ai/stigmer/agentic/executioncontext/v1/spec_pb.d.ts +69 -0
  130. package/ai/stigmer/agentic/executioncontext/v1/spec_pb.js +20 -0
  131. package/ai/stigmer/agentic/executioncontext/v1/spec_pb.js.map +1 -0
  132. package/ai/stigmer/agentic/mcpserver/v1/api_pb.d.ts +129 -0
  133. package/ai/stigmer/agentic/mcpserver/v1/api_pb.js +23 -0
  134. package/ai/stigmer/agentic/mcpserver/v1/api_pb.js.map +1 -0
  135. package/ai/stigmer/agentic/mcpserver/v1/command_connect.d.ts +136 -0
  136. package/ai/stigmer/agentic/mcpserver/v1/command_connect.js +142 -0
  137. package/ai/stigmer/agentic/mcpserver/v1/command_connect.js.map +1 -0
  138. package/ai/stigmer/agentic/mcpserver/v1/command_pb.d.ts +136 -0
  139. package/ai/stigmer/agentic/mcpserver/v1/command_pb.js +29 -0
  140. package/ai/stigmer/agentic/mcpserver/v1/command_pb.js.map +1 -0
  141. package/ai/stigmer/agentic/mcpserver/v1/io_pb.d.ts +62 -0
  142. package/ai/stigmer/agentic/mcpserver/v1/io_pb.js +21 -0
  143. package/ai/stigmer/agentic/mcpserver/v1/io_pb.js.map +1 -0
  144. package/ai/stigmer/agentic/mcpserver/v1/query_connect.d.ts +59 -0
  145. package/ai/stigmer/agentic/mcpserver/v1/query_connect.js +65 -0
  146. package/ai/stigmer/agentic/mcpserver/v1/query_connect.js.map +1 -0
  147. package/ai/stigmer/agentic/mcpserver/v1/query_pb.d.ts +61 -0
  148. package/ai/stigmer/agentic/mcpserver/v1/query_pb.js +25 -0
  149. package/ai/stigmer/agentic/mcpserver/v1/query_pb.js.map +1 -0
  150. package/ai/stigmer/agentic/mcpserver/v1/spec_pb.d.ts +332 -0
  151. package/ai/stigmer/agentic/mcpserver/v1/spec_pb.js +31 -0
  152. package/ai/stigmer/agentic/mcpserver/v1/spec_pb.js.map +1 -0
  153. package/ai/stigmer/agentic/mcpserver/v1/status_pb.d.ts +290 -0
  154. package/ai/stigmer/agentic/mcpserver/v1/status_pb.js +104 -0
  155. package/ai/stigmer/agentic/mcpserver/v1/status_pb.js.map +1 -0
  156. package/ai/stigmer/agentic/session/v1/api_pb.d.ts +52 -0
  157. package/ai/stigmer/agentic/session/v1/api_pb.js +18 -0
  158. package/ai/stigmer/agentic/session/v1/api_pb.js.map +1 -0
  159. package/ai/stigmer/agentic/session/v1/command_connect.d.ts +57 -0
  160. package/ai/stigmer/agentic/session/v1/command_connect.js +63 -0
  161. package/ai/stigmer/agentic/session/v1/command_connect.js.map +1 -0
  162. package/ai/stigmer/agentic/session/v1/command_pb.d.ts +57 -0
  163. package/ai/stigmer/agentic/session/v1/command_pb.js +19 -0
  164. package/ai/stigmer/agentic/session/v1/command_pb.js.map +1 -0
  165. package/ai/stigmer/agentic/session/v1/io_pb.d.ts +123 -0
  166. package/ai/stigmer/agentic/session/v1/io_pb.js +36 -0
  167. package/ai/stigmer/agentic/session/v1/io_pb.js.map +1 -0
  168. package/ai/stigmer/agentic/session/v1/query_connect.d.ts +43 -0
  169. package/ai/stigmer/agentic/session/v1/query_connect.js +49 -0
  170. package/ai/stigmer/agentic/session/v1/query_connect.js.map +1 -0
  171. package/ai/stigmer/agentic/session/v1/query_pb.d.ts +44 -0
  172. package/ai/stigmer/agentic/session/v1/query_pb.js +19 -0
  173. package/ai/stigmer/agentic/session/v1/query_pb.js.map +1 -0
  174. package/ai/stigmer/agentic/session/v1/spec_pb.d.ts +66 -0
  175. package/ai/stigmer/agentic/session/v1/spec_pb.js +16 -0
  176. package/ai/stigmer/agentic/session/v1/spec_pb.js.map +1 -0
  177. package/ai/stigmer/agentic/session/v1/workspace_pb.d.ts +167 -0
  178. package/ai/stigmer/agentic/session/v1/workspace_pb.js +30 -0
  179. package/ai/stigmer/agentic/session/v1/workspace_pb.js.map +1 -0
  180. package/ai/stigmer/agentic/skill/v1/api_pb.d.ts +85 -0
  181. package/ai/stigmer/agentic/skill/v1/api_pb.js +23 -0
  182. package/ai/stigmer/agentic/skill/v1/api_pb.js.map +1 -0
  183. package/ai/stigmer/agentic/skill/v1/command_connect.d.ts +50 -0
  184. package/ai/stigmer/agentic/skill/v1/command_connect.js +56 -0
  185. package/ai/stigmer/agentic/skill/v1/command_connect.js.map +1 -0
  186. package/ai/stigmer/agentic/skill/v1/command_pb.d.ts +52 -0
  187. package/ai/stigmer/agentic/skill/v1/command_pb.js +19 -0
  188. package/ai/stigmer/agentic/skill/v1/command_pb.js.map +1 -0
  189. package/ai/stigmer/agentic/skill/v1/io_pb.d.ts +118 -0
  190. package/ai/stigmer/agentic/skill/v1/io_pb.js +31 -0
  191. package/ai/stigmer/agentic/skill/v1/io_pb.js.map +1 -0
  192. package/ai/stigmer/agentic/skill/v1/query_connect.d.ts +57 -0
  193. package/ai/stigmer/agentic/skill/v1/query_connect.js +63 -0
  194. package/ai/stigmer/agentic/skill/v1/query_connect.js.map +1 -0
  195. package/ai/stigmer/agentic/skill/v1/query_pb.d.ts +59 -0
  196. package/ai/stigmer/agentic/skill/v1/query_pb.js +20 -0
  197. package/ai/stigmer/agentic/skill/v1/query_pb.js.map +1 -0
  198. package/ai/stigmer/agentic/skill/v1/spec_pb.d.ts +59 -0
  199. package/ai/stigmer/agentic/skill/v1/spec_pb.js +15 -0
  200. package/ai/stigmer/agentic/skill/v1/spec_pb.js.map +1 -0
  201. package/ai/stigmer/agentic/skill/v1/status_pb.d.ts +146 -0
  202. package/ai/stigmer/agentic/skill/v1/status_pb.js +57 -0
  203. package/ai/stigmer/agentic/skill/v1/status_pb.js.map +1 -0
  204. package/ai/stigmer/agentic/skill/v1/synth_pb.d.ts +125 -0
  205. package/ai/stigmer/agentic/skill/v1/synth_pb.js +24 -0
  206. package/ai/stigmer/agentic/skill/v1/synth_pb.js.map +1 -0
  207. package/ai/stigmer/agentic/workflow/v1/api_pb.d.ts +53 -0
  208. package/ai/stigmer/agentic/workflow/v1/api_pb.js +18 -0
  209. package/ai/stigmer/agentic/workflow/v1/api_pb.js.map +1 -0
  210. package/ai/stigmer/agentic/workflow/v1/command_connect.d.ts +60 -0
  211. package/ai/stigmer/agentic/workflow/v1/command_connect.js +66 -0
  212. package/ai/stigmer/agentic/workflow/v1/command_connect.js.map +1 -0
  213. package/ai/stigmer/agentic/workflow/v1/command_pb.d.ts +60 -0
  214. package/ai/stigmer/agentic/workflow/v1/command_pb.js +19 -0
  215. package/ai/stigmer/agentic/workflow/v1/command_pb.js.map +1 -0
  216. package/ai/stigmer/agentic/workflow/v1/enum_pb.d.ts +138 -0
  217. package/ai/stigmer/agentic/workflow/v1/enum_pb.js +143 -0
  218. package/ai/stigmer/agentic/workflow/v1/enum_pb.js.map +1 -0
  219. package/ai/stigmer/agentic/workflow/v1/io_pb.d.ts +22 -0
  220. package/ai/stigmer/agentic/workflow/v1/io_pb.js +15 -0
  221. package/ai/stigmer/agentic/workflow/v1/io_pb.js.map +1 -0
  222. package/ai/stigmer/agentic/workflow/v1/query_connect.d.ts +32 -0
  223. package/ai/stigmer/agentic/workflow/v1/query_connect.js +38 -0
  224. package/ai/stigmer/agentic/workflow/v1/query_connect.js.map +1 -0
  225. package/ai/stigmer/agentic/workflow/v1/query_pb.d.ts +35 -0
  226. package/ai/stigmer/agentic/workflow/v1/query_pb.js +20 -0
  227. package/ai/stigmer/agentic/workflow/v1/query_pb.js.map +1 -0
  228. package/ai/stigmer/agentic/workflow/v1/serverless/validation_pb.d.ts +119 -0
  229. package/ai/stigmer/agentic/workflow/v1/serverless/validation_pb.js +63 -0
  230. package/ai/stigmer/agentic/workflow/v1/serverless/validation_pb.js.map +1 -0
  231. package/ai/stigmer/agentic/workflow/v1/spec_pb.d.ts +222 -0
  232. package/ai/stigmer/agentic/workflow/v1/spec_pb.js +39 -0
  233. package/ai/stigmer/agentic/workflow/v1/spec_pb.js.map +1 -0
  234. package/ai/stigmer/agentic/workflow/v1/status_pb.d.ts +48 -0
  235. package/ai/stigmer/agentic/workflow/v1/status_pb.js +16 -0
  236. package/ai/stigmer/agentic/workflow/v1/status_pb.js.map +1 -0
  237. package/ai/stigmer/agentic/workflow/v1/tasks/agent_call_pb.d.ts +153 -0
  238. package/ai/stigmer/agentic/workflow/v1/tasks/agent_call_pb.js +22 -0
  239. package/ai/stigmer/agentic/workflow/v1/tasks/agent_call_pb.js.map +1 -0
  240. package/ai/stigmer/agentic/workflow/v1/tasks/call_activity_pb.d.ts +45 -0
  241. package/ai/stigmer/agentic/workflow/v1/tasks/call_activity_pb.js +17 -0
  242. package/ai/stigmer/agentic/workflow/v1/tasks/call_activity_pb.js.map +1 -0
  243. package/ai/stigmer/agentic/workflow/v1/tasks/for_pb.d.ts +58 -0
  244. package/ai/stigmer/agentic/workflow/v1/tasks/for_pb.js +17 -0
  245. package/ai/stigmer/agentic/workflow/v1/tasks/for_pb.js.map +1 -0
  246. package/ai/stigmer/agentic/workflow/v1/tasks/fork_pb.d.ts +77 -0
  247. package/ai/stigmer/agentic/workflow/v1/tasks/fork_pb.js +22 -0
  248. package/ai/stigmer/agentic/workflow/v1/tasks/fork_pb.js.map +1 -0
  249. package/ai/stigmer/agentic/workflow/v1/tasks/grpc_call_pb.d.ts +53 -0
  250. package/ai/stigmer/agentic/workflow/v1/tasks/grpc_call_pb.js +17 -0
  251. package/ai/stigmer/agentic/workflow/v1/tasks/grpc_call_pb.js.map +1 -0
  252. package/ai/stigmer/agentic/workflow/v1/tasks/http_call_pb.d.ts +87 -0
  253. package/ai/stigmer/agentic/workflow/v1/tasks/http_call_pb.js +22 -0
  254. package/ai/stigmer/agentic/workflow/v1/tasks/http_call_pb.js.map +1 -0
  255. package/ai/stigmer/agentic/workflow/v1/tasks/listen_pb.d.ts +90 -0
  256. package/ai/stigmer/agentic/workflow/v1/tasks/listen_pb.js +26 -0
  257. package/ai/stigmer/agentic/workflow/v1/tasks/listen_pb.js.map +1 -0
  258. package/ai/stigmer/agentic/workflow/v1/tasks/raise_pb.d.ts +41 -0
  259. package/ai/stigmer/agentic/workflow/v1/tasks/raise_pb.js +16 -0
  260. package/ai/stigmer/agentic/workflow/v1/tasks/raise_pb.js.map +1 -0
  261. package/ai/stigmer/agentic/workflow/v1/tasks/run_pb.d.ts +43 -0
  262. package/ai/stigmer/agentic/workflow/v1/tasks/run_pb.js +17 -0
  263. package/ai/stigmer/agentic/workflow/v1/tasks/run_pb.js.map +1 -0
  264. package/ai/stigmer/agentic/workflow/v1/tasks/set_pb.d.ts +39 -0
  265. package/ai/stigmer/agentic/workflow/v1/tasks/set_pb.js +16 -0
  266. package/ai/stigmer/agentic/workflow/v1/tasks/set_pb.js.map +1 -0
  267. package/ai/stigmer/agentic/workflow/v1/tasks/switch_pb.d.ts +71 -0
  268. package/ai/stigmer/agentic/workflow/v1/tasks/switch_pb.js +21 -0
  269. package/ai/stigmer/agentic/workflow/v1/tasks/switch_pb.js.map +1 -0
  270. package/ai/stigmer/agentic/workflow/v1/tasks/try_pb.d.ts +80 -0
  271. package/ai/stigmer/agentic/workflow/v1/tasks/try_pb.js +22 -0
  272. package/ai/stigmer/agentic/workflow/v1/tasks/try_pb.js.map +1 -0
  273. package/ai/stigmer/agentic/workflow/v1/tasks/wait_pb.d.ts +121 -0
  274. package/ai/stigmer/agentic/workflow/v1/tasks/wait_pb.js +22 -0
  275. package/ai/stigmer/agentic/workflow/v1/tasks/wait_pb.js.map +1 -0
  276. package/ai/stigmer/agentic/workflowexecution/v1/api_pb.d.ts +716 -0
  277. package/ai/stigmer/agentic/workflowexecution/v1/api_pb.js +31 -0
  278. package/ai/stigmer/agentic/workflowexecution/v1/api_pb.js.map +1 -0
  279. package/ai/stigmer/agentic/workflowexecution/v1/command_connect.d.ts +833 -0
  280. package/ai/stigmer/agentic/workflowexecution/v1/command_connect.js +839 -0
  281. package/ai/stigmer/agentic/workflowexecution/v1/command_connect.js.map +1 -0
  282. package/ai/stigmer/agentic/workflowexecution/v1/command_pb.d.ts +827 -0
  283. package/ai/stigmer/agentic/workflowexecution/v1/command_pb.js +33 -0
  284. package/ai/stigmer/agentic/workflowexecution/v1/command_pb.js.map +1 -0
  285. package/ai/stigmer/agentic/workflowexecution/v1/enum_pb.d.ts +693 -0
  286. package/ai/stigmer/agentic/workflowexecution/v1/enum_pb.js +700 -0
  287. package/ai/stigmer/agentic/workflowexecution/v1/enum_pb.js.map +1 -0
  288. package/ai/stigmer/agentic/workflowexecution/v1/io_pb.d.ts +1198 -0
  289. package/ai/stigmer/agentic/workflowexecution/v1/io_pb.js +211 -0
  290. package/ai/stigmer/agentic/workflowexecution/v1/io_pb.js.map +1 -0
  291. package/ai/stigmer/agentic/workflowexecution/v1/query_connect.d.ts +391 -0
  292. package/ai/stigmer/agentic/workflowexecution/v1/query_connect.js +397 -0
  293. package/ai/stigmer/agentic/workflowexecution/v1/query_connect.js.map +1 -0
  294. package/ai/stigmer/agentic/workflowexecution/v1/query_pb.d.ts +391 -0
  295. package/ai/stigmer/agentic/workflowexecution/v1/query_pb.js +32 -0
  296. package/ai/stigmer/agentic/workflowexecution/v1/query_pb.js.map +1 -0
  297. package/ai/stigmer/agentic/workflowexecution/v1/spec_pb.d.ts +332 -0
  298. package/ai/stigmer/agentic/workflowexecution/v1/spec_pb.js +15 -0
  299. package/ai/stigmer/agentic/workflowexecution/v1/spec_pb.js.map +1 -0
  300. package/ai/stigmer/agentic/workflowinstance/v1/api_pb.d.ts +82 -0
  301. package/ai/stigmer/agentic/workflowinstance/v1/api_pb.js +18 -0
  302. package/ai/stigmer/agentic/workflowinstance/v1/api_pb.js.map +1 -0
  303. package/ai/stigmer/agentic/workflowinstance/v1/command_connect.d.ts +139 -0
  304. package/ai/stigmer/agentic/workflowinstance/v1/command_connect.js +145 -0
  305. package/ai/stigmer/agentic/workflowinstance/v1/command_connect.js.map +1 -0
  306. package/ai/stigmer/agentic/workflowinstance/v1/command_pb.d.ts +139 -0
  307. package/ai/stigmer/agentic/workflowinstance/v1/command_pb.js +29 -0
  308. package/ai/stigmer/agentic/workflowinstance/v1/command_pb.js.map +1 -0
  309. package/ai/stigmer/agentic/workflowinstance/v1/io_pb.d.ts +119 -0
  310. package/ai/stigmer/agentic/workflowinstance/v1/io_pb.js +27 -0
  311. package/ai/stigmer/agentic/workflowinstance/v1/io_pb.js.map +1 -0
  312. package/ai/stigmer/agentic/workflowinstance/v1/query_connect.d.ts +142 -0
  313. package/ai/stigmer/agentic/workflowinstance/v1/query_connect.js +148 -0
  314. package/ai/stigmer/agentic/workflowinstance/v1/query_connect.js.map +1 -0
  315. package/ai/stigmer/agentic/workflowinstance/v1/query_pb.d.ts +144 -0
  316. package/ai/stigmer/agentic/workflowinstance/v1/query_pb.js +30 -0
  317. package/ai/stigmer/agentic/workflowinstance/v1/query_pb.js.map +1 -0
  318. package/ai/stigmer/agentic/workflowinstance/v1/spec_pb.d.ts +97 -0
  319. package/ai/stigmer/agentic/workflowinstance/v1/spec_pb.js +16 -0
  320. package/ai/stigmer/agentic/workflowinstance/v1/spec_pb.js.map +1 -0
  321. package/ai/stigmer/commons/apiresource/apiresourcekind/api_resource_group_pb.d.ts +68 -0
  322. package/ai/stigmer/commons/apiresource/apiresourcekind/api_resource_group_pb.js +53 -0
  323. package/ai/stigmer/commons/apiresource/apiresourcekind/api_resource_group_pb.js.map +1 -0
  324. package/ai/stigmer/commons/apiresource/apiresourcekind/api_resource_kind_pb.d.ts +253 -0
  325. package/ai/stigmer/commons/apiresource/apiresourcekind/api_resource_kind_pb.js +199 -0
  326. package/ai/stigmer/commons/apiresource/apiresourcekind/api_resource_kind_pb.js.map +1 -0
  327. package/ai/stigmer/commons/apiresource/apiresourcekind/authorization_config_pb.d.ts +257 -0
  328. package/ai/stigmer/commons/apiresource/apiresourcekind/authorization_config_pb.js +128 -0
  329. package/ai/stigmer/commons/apiresource/apiresourcekind/authorization_config_pb.js.map +1 -0
  330. package/ai/stigmer/commons/apiresource/enum_pb.d.ts +122 -0
  331. package/ai/stigmer/commons/apiresource/enum_pb.js +129 -0
  332. package/ai/stigmer/commons/apiresource/enum_pb.js.map +1 -0
  333. package/ai/stigmer/commons/apiresource/field_options_pb.d.ts +48 -0
  334. package/ai/stigmer/commons/apiresource/field_options_pb.js +52 -0
  335. package/ai/stigmer/commons/apiresource/field_options_pb.js.map +1 -0
  336. package/ai/stigmer/commons/apiresource/io_pb.d.ts +185 -0
  337. package/ai/stigmer/commons/apiresource/io_pb.js +37 -0
  338. package/ai/stigmer/commons/apiresource/io_pb.js.map +1 -0
  339. package/ai/stigmer/commons/apiresource/metadata_pb.d.ts +115 -0
  340. package/ai/stigmer/commons/apiresource/metadata_pb.js +21 -0
  341. package/ai/stigmer/commons/apiresource/metadata_pb.js.map +1 -0
  342. package/ai/stigmer/commons/apiresource/rpc_service_options_pb.d.ts +11 -0
  343. package/ai/stigmer/commons/apiresource/rpc_service_options_pb.js +15 -0
  344. package/ai/stigmer/commons/apiresource/rpc_service_options_pb.js.map +1 -0
  345. package/ai/stigmer/commons/apiresource/status_pb.d.ts +115 -0
  346. package/ai/stigmer/commons/apiresource/status_pb.js +30 -0
  347. package/ai/stigmer/commons/apiresource/status_pb.js.map +1 -0
  348. package/ai/stigmer/commons/rpc/pagination_pb.d.ts +49 -0
  349. package/ai/stigmer/commons/rpc/pagination_pb.js +19 -0
  350. package/ai/stigmer/commons/rpc/pagination_pb.js.map +1 -0
  351. package/ai/stigmer/iam/apikey/v1/api_pb.d.ts +74 -0
  352. package/ai/stigmer/iam/apikey/v1/api_pb.js +24 -0
  353. package/ai/stigmer/iam/apikey/v1/api_pb.js.map +1 -0
  354. package/ai/stigmer/iam/apikey/v1/command_connect.d.ts +43 -0
  355. package/ai/stigmer/iam/apikey/v1/command_connect.js +49 -0
  356. package/ai/stigmer/iam/apikey/v1/command_connect.js.map +1 -0
  357. package/ai/stigmer/iam/apikey/v1/command_pb.d.ts +44 -0
  358. package/ai/stigmer/iam/apikey/v1/command_pb.js +19 -0
  359. package/ai/stigmer/iam/apikey/v1/command_pb.js.map +1 -0
  360. package/ai/stigmer/iam/apikey/v1/io_pb.d.ts +55 -0
  361. package/ai/stigmer/iam/apikey/v1/io_pb.js +26 -0
  362. package/ai/stigmer/iam/apikey/v1/io_pb.js.map +1 -0
  363. package/ai/stigmer/iam/apikey/v1/query_connect.d.ts +46 -0
  364. package/ai/stigmer/iam/apikey/v1/query_connect.js +52 -0
  365. package/ai/stigmer/iam/apikey/v1/query_connect.js.map +1 -0
  366. package/ai/stigmer/iam/apikey/v1/query_pb.d.ts +48 -0
  367. package/ai/stigmer/iam/apikey/v1/query_pb.js +20 -0
  368. package/ai/stigmer/iam/apikey/v1/query_pb.js.map +1 -0
  369. package/ai/stigmer/iam/apikey/v1/spec_pb.d.ts +46 -0
  370. package/ai/stigmer/iam/apikey/v1/spec_pb.js +16 -0
  371. package/ai/stigmer/iam/apikey/v1/spec_pb.js.map +1 -0
  372. package/ai/stigmer/iam/iampolicy/v1/api_pb.d.ts +81 -0
  373. package/ai/stigmer/iam/iampolicy/v1/api_pb.js +23 -0
  374. package/ai/stigmer/iam/iampolicy/v1/api_pb.js.map +1 -0
  375. package/ai/stigmer/iam/iampolicy/v1/command_connect.d.ts +225 -0
  376. package/ai/stigmer/iam/iampolicy/v1/command_connect.js +231 -0
  377. package/ai/stigmer/iam/iampolicy/v1/command_connect.js.map +1 -0
  378. package/ai/stigmer/iam/iampolicy/v1/command_pb.d.ts +225 -0
  379. package/ai/stigmer/iam/iampolicy/v1/command_pb.js +34 -0
  380. package/ai/stigmer/iam/iampolicy/v1/command_pb.js.map +1 -0
  381. package/ai/stigmer/iam/iampolicy/v1/io_pb.d.ts +555 -0
  382. package/ai/stigmer/iam/iampolicy/v1/io_pb.js +122 -0
  383. package/ai/stigmer/iam/iampolicy/v1/io_pb.js.map +1 -0
  384. package/ai/stigmer/iam/iampolicy/v1/query_connect.d.ts +91 -0
  385. package/ai/stigmer/iam/iampolicy/v1/query_connect.js +97 -0
  386. package/ai/stigmer/iam/iampolicy/v1/query_connect.js.map +1 -0
  387. package/ai/stigmer/iam/iampolicy/v1/query_pb.d.ts +91 -0
  388. package/ai/stigmer/iam/iampolicy/v1/query_pb.js +19 -0
  389. package/ai/stigmer/iam/iampolicy/v1/query_pb.js.map +1 -0
  390. package/ai/stigmer/iam/iampolicy/v1/rpcauthorization/iam_permission_pb.d.ts +171 -0
  391. package/ai/stigmer/iam/iampolicy/v1/rpcauthorization/iam_permission_pb.js +176 -0
  392. package/ai/stigmer/iam/iampolicy/v1/rpcauthorization/iam_permission_pb.js.map +1 -0
  393. package/ai/stigmer/iam/iampolicy/v1/rpcauthorization/io_pb.d.ts +58 -0
  394. package/ai/stigmer/iam/iampolicy/v1/rpcauthorization/io_pb.js +16 -0
  395. package/ai/stigmer/iam/iampolicy/v1/rpcauthorization/io_pb.js.map +1 -0
  396. package/ai/stigmer/iam/iampolicy/v1/rpcauthorization/method_options_pb.d.ts +19 -0
  397. package/ai/stigmer/iam/iampolicy/v1/rpcauthorization/method_options_pb.js +23 -0
  398. package/ai/stigmer/iam/iampolicy/v1/rpcauthorization/method_options_pb.js.map +1 -0
  399. package/ai/stigmer/iam/iampolicy/v1/spec_pb.d.ts +105 -0
  400. package/ai/stigmer/iam/iampolicy/v1/spec_pb.js +20 -0
  401. package/ai/stigmer/iam/iampolicy/v1/spec_pb.js.map +1 -0
  402. package/ai/stigmer/iam/identityaccount/v1/api_pb.d.ts +51 -0
  403. package/ai/stigmer/iam/identityaccount/v1/api_pb.js +18 -0
  404. package/ai/stigmer/iam/identityaccount/v1/api_pb.js.map +1 -0
  405. package/ai/stigmer/iam/identityaccount/v1/command_connect.d.ts +59 -0
  406. package/ai/stigmer/iam/identityaccount/v1/command_connect.js +65 -0
  407. package/ai/stigmer/iam/identityaccount/v1/command_connect.js.map +1 -0
  408. package/ai/stigmer/iam/identityaccount/v1/command_pb.d.ts +60 -0
  409. package/ai/stigmer/iam/identityaccount/v1/command_pb.js +20 -0
  410. package/ai/stigmer/iam/identityaccount/v1/command_pb.js.map +1 -0
  411. package/ai/stigmer/iam/identityaccount/v1/enum_pb.d.ts +40 -0
  412. package/ai/stigmer/iam/identityaccount/v1/enum_pb.js +45 -0
  413. package/ai/stigmer/iam/identityaccount/v1/enum_pb.js.map +1 -0
  414. package/ai/stigmer/iam/identityaccount/v1/io_pb.d.ts +138 -0
  415. package/ai/stigmer/iam/identityaccount/v1/io_pb.js +47 -0
  416. package/ai/stigmer/iam/identityaccount/v1/io_pb.js.map +1 -0
  417. package/ai/stigmer/iam/identityaccount/v1/query_connect.d.ts +79 -0
  418. package/ai/stigmer/iam/identityaccount/v1/query_connect.js +85 -0
  419. package/ai/stigmer/iam/identityaccount/v1/query_connect.js.map +1 -0
  420. package/ai/stigmer/iam/identityaccount/v1/query_pb.d.ts +80 -0
  421. package/ai/stigmer/iam/identityaccount/v1/query_pb.js +21 -0
  422. package/ai/stigmer/iam/identityaccount/v1/query_pb.js.map +1 -0
  423. package/ai/stigmer/iam/identityaccount/v1/spec_pb.d.ts +95 -0
  424. package/ai/stigmer/iam/identityaccount/v1/spec_pb.js +17 -0
  425. package/ai/stigmer/iam/identityaccount/v1/spec_pb.js.map +1 -0
  426. package/ai/stigmer/iam/identityaccount/v1/webhook_pb.d.ts +50 -0
  427. package/ai/stigmer/iam/identityaccount/v1/webhook_pb.js +14 -0
  428. package/ai/stigmer/iam/identityaccount/v1/webhook_pb.js.map +1 -0
  429. package/ai/stigmer/iam/identityprovider/v1/api_pb.d.ts +72 -0
  430. package/ai/stigmer/iam/identityprovider/v1/api_pb.js +18 -0
  431. package/ai/stigmer/iam/identityprovider/v1/api_pb.js.map +1 -0
  432. package/ai/stigmer/iam/identityprovider/v1/command_connect.d.ts +59 -0
  433. package/ai/stigmer/iam/identityprovider/v1/command_connect.js +65 -0
  434. package/ai/stigmer/iam/identityprovider/v1/command_connect.js.map +1 -0
  435. package/ai/stigmer/iam/identityprovider/v1/command_pb.d.ts +59 -0
  436. package/ai/stigmer/iam/identityprovider/v1/command_pb.js +19 -0
  437. package/ai/stigmer/iam/identityprovider/v1/command_pb.js.map +1 -0
  438. package/ai/stigmer/iam/identityprovider/v1/io_pb.d.ts +65 -0
  439. package/ai/stigmer/iam/identityprovider/v1/io_pb.js +26 -0
  440. package/ai/stigmer/iam/identityprovider/v1/io_pb.js.map +1 -0
  441. package/ai/stigmer/iam/identityprovider/v1/query_connect.d.ts +32 -0
  442. package/ai/stigmer/iam/identityprovider/v1/query_connect.js +38 -0
  443. package/ai/stigmer/iam/identityprovider/v1/query_connect.js.map +1 -0
  444. package/ai/stigmer/iam/identityprovider/v1/query_pb.d.ts +34 -0
  445. package/ai/stigmer/iam/identityprovider/v1/query_pb.js +19 -0
  446. package/ai/stigmer/iam/identityprovider/v1/query_pb.js.map +1 -0
  447. package/ai/stigmer/iam/identityprovider/v1/spec_pb.d.ts +106 -0
  448. package/ai/stigmer/iam/identityprovider/v1/spec_pb.js +15 -0
  449. package/ai/stigmer/iam/identityprovider/v1/spec_pb.js.map +1 -0
  450. package/ai/stigmer/search/v1/io_pb.d.ts +320 -0
  451. package/ai/stigmer/search/v1/io_pb.js +29 -0
  452. package/ai/stigmer/search/v1/io_pb.js.map +1 -0
  453. package/ai/stigmer/search/v1/query_connect.d.ts +67 -0
  454. package/ai/stigmer/search/v1/query_connect.js +73 -0
  455. package/ai/stigmer/search/v1/query_connect.js.map +1 -0
  456. package/ai/stigmer/search/v1/query_pb.d.ts +69 -0
  457. package/ai/stigmer/search/v1/query_pb.js +40 -0
  458. package/ai/stigmer/search/v1/query_pb.js.map +1 -0
  459. package/ai/stigmer/tenancy/organization/v1/api_pb.d.ts +54 -0
  460. package/ai/stigmer/tenancy/organization/v1/api_pb.js +18 -0
  461. package/ai/stigmer/tenancy/organization/v1/api_pb.js.map +1 -0
  462. package/ai/stigmer/tenancy/organization/v1/command_connect.d.ts +61 -0
  463. package/ai/stigmer/tenancy/organization/v1/command_connect.js +67 -0
  464. package/ai/stigmer/tenancy/organization/v1/command_connect.js.map +1 -0
  465. package/ai/stigmer/tenancy/organization/v1/command_pb.d.ts +61 -0
  466. package/ai/stigmer/tenancy/organization/v1/command_pb.js +19 -0
  467. package/ai/stigmer/tenancy/organization/v1/command_pb.js.map +1 -0
  468. package/ai/stigmer/tenancy/organization/v1/enum_pb.d.ts +34 -0
  469. package/ai/stigmer/tenancy/organization/v1/enum_pb.js +39 -0
  470. package/ai/stigmer/tenancy/organization/v1/enum_pb.js.map +1 -0
  471. package/ai/stigmer/tenancy/organization/v1/io_pb.d.ts +91 -0
  472. package/ai/stigmer/tenancy/organization/v1/io_pb.js +32 -0
  473. package/ai/stigmer/tenancy/organization/v1/io_pb.js.map +1 -0
  474. package/ai/stigmer/tenancy/organization/v1/query_connect.d.ts +61 -0
  475. package/ai/stigmer/tenancy/organization/v1/query_connect.js +67 -0
  476. package/ai/stigmer/tenancy/organization/v1/query_connect.js.map +1 -0
  477. package/ai/stigmer/tenancy/organization/v1/query_pb.d.ts +63 -0
  478. package/ai/stigmer/tenancy/organization/v1/query_pb.js +21 -0
  479. package/ai/stigmer/tenancy/organization/v1/query_pb.js.map +1 -0
  480. package/ai/stigmer/tenancy/organization/v1/spec_pb.d.ts +61 -0
  481. package/ai/stigmer/tenancy/organization/v1/spec_pb.js +17 -0
  482. package/ai/stigmer/tenancy/organization/v1/spec_pb.js.map +1 -0
  483. package/ai/stigmer/tenancy/project/v1/api_pb.d.ts +91 -0
  484. package/ai/stigmer/tenancy/project/v1/api_pb.js +18 -0
  485. package/ai/stigmer/tenancy/project/v1/api_pb.js.map +1 -0
  486. package/ai/stigmer/tenancy/project/v1/command_connect.d.ts +60 -0
  487. package/ai/stigmer/tenancy/project/v1/command_connect.js +66 -0
  488. package/ai/stigmer/tenancy/project/v1/command_connect.js.map +1 -0
  489. package/ai/stigmer/tenancy/project/v1/command_pb.d.ts +60 -0
  490. package/ai/stigmer/tenancy/project/v1/command_pb.js +19 -0
  491. package/ai/stigmer/tenancy/project/v1/command_pb.js.map +1 -0
  492. package/ai/stigmer/tenancy/project/v1/io_pb.d.ts +22 -0
  493. package/ai/stigmer/tenancy/project/v1/io_pb.js +15 -0
  494. package/ai/stigmer/tenancy/project/v1/io_pb.js.map +1 -0
  495. package/ai/stigmer/tenancy/project/v1/query_connect.d.ts +33 -0
  496. package/ai/stigmer/tenancy/project/v1/query_connect.js +39 -0
  497. package/ai/stigmer/tenancy/project/v1/query_connect.js.map +1 -0
  498. package/ai/stigmer/tenancy/project/v1/query_pb.d.ts +36 -0
  499. package/ai/stigmer/tenancy/project/v1/query_pb.js +20 -0
  500. package/ai/stigmer/tenancy/project/v1/query_pb.js.map +1 -0
  501. package/ai/stigmer/tenancy/project/v1/spec_pb.d.ts +84 -0
  502. package/ai/stigmer/tenancy/project/v1/spec_pb.js +15 -0
  503. package/ai/stigmer/tenancy/project/v1/spec_pb.js.map +1 -0
  504. package/ai/stigmer/tenancy/project/v1/status_pb.d.ts +89 -0
  505. package/ai/stigmer/tenancy/project/v1/status_pb.js +21 -0
  506. package/ai/stigmer/tenancy/project/v1/status_pb.js.map +1 -0
  507. package/buf/validate/validate_pb.d.ts +4766 -0
  508. package/buf/validate/validate_pb.js +357 -0
  509. package/buf/validate/validate_pb.js.map +1 -0
  510. package/package.json +32 -0
@@ -0,0 +1,296 @@
1
+ import type { GenFile, GenMessage } from "@bufbuild/protobuf/codegenv1";
2
+ import type { PendingApproval } from "./approval_pb";
3
+ import type { ExecutionArtifact } from "./artifact_pb";
4
+ import type { ContextInfo, ResolvedExecutionContext } from "./context_pb";
5
+ import type { ExecutionPhase, TodoStatus } from "./enum_pb";
6
+ import type { AgentMessage, ToolCall } from "./message_pb";
7
+ import type { AgentExecutionSpec } from "./spec_pb";
8
+ import type { SubAgentExecution } from "./subagent_pb";
9
+ import type { UsageMetrics } from "./usage_pb";
10
+ import type { ApiResourceMetadata } from "../../../commons/apiresource/metadata_pb";
11
+ import type { ApiResourceAudit } from "../../../commons/apiresource/status_pb";
12
+ import type { Message } from "@bufbuild/protobuf";
13
+ /**
14
+ * Describes the file ai/stigmer/agentic/agentexecution/v1/api.proto.
15
+ */
16
+ export declare const file_ai_stigmer_agentic_agentexecution_v1_api: GenFile;
17
+ /**
18
+ * AgentExecution represents a single agent execution instance (conversational).
19
+ * Follows the standard pattern: spec contains user inputs, status contains execution results.
20
+ *
21
+ * @generated from message ai.stigmer.agentic.agentexecution.v1.AgentExecution
22
+ */
23
+ export type AgentExecution = Message<"ai.stigmer.agentic.agentexecution.v1.AgentExecution"> & {
24
+ /**
25
+ * API version for this resource type.
26
+ *
27
+ * @generated from field: string api_version = 1;
28
+ */
29
+ apiVersion: string;
30
+ /**
31
+ * Resource kind identifier.
32
+ *
33
+ * @generated from field: string kind = 2;
34
+ */
35
+ kind: string;
36
+ /**
37
+ * Standard resource metadata including name, id, labels, and tags.
38
+ * Agent executions belong to an organization and inherit permissions from the session.
39
+ *
40
+ * @generated from field: ai.stigmer.commons.apiresource.ApiResourceMetadata metadata = 3;
41
+ */
42
+ metadata?: ApiResourceMetadata;
43
+ /**
44
+ * User-provided inputs for this execution.
45
+ * Contains: session_id, agent_id, message, execution_config, environment_id, credential_overrides
46
+ *
47
+ * @generated from field: ai.stigmer.agentic.agentexecution.v1.AgentExecutionSpec spec = 4;
48
+ */
49
+ spec?: AgentExecutionSpec;
50
+ /**
51
+ * System-managed execution state and results.
52
+ * Contains: messages, phase, tool_calls, sub_agents, canvas_layout, timestamps, errors
53
+ *
54
+ * @generated from field: ai.stigmer.agentic.agentexecution.v1.AgentExecutionStatus status = 5;
55
+ */
56
+ status?: AgentExecutionStatus;
57
+ };
58
+ /**
59
+ * Describes the message ai.stigmer.agentic.agentexecution.v1.AgentExecution.
60
+ * Use `create(AgentExecutionSchema)` to create a new message.
61
+ */
62
+ export declare const AgentExecutionSchema: GenMessage<AgentExecution>;
63
+ /**
64
+ * AgentExecutionStatus contains all execution results and state.
65
+ * Everything populated during or after execution goes here, not in spec.
66
+ *
67
+ * @generated from message ai.stigmer.agentic.agentexecution.v1.AgentExecutionStatus
68
+ */
69
+ export type AgentExecutionStatus = Message<"ai.stigmer.agentic.agentexecution.v1.AgentExecutionStatus"> & {
70
+ /**
71
+ * Standard audit information (created_at, updated_at, created_by, etc.)
72
+ *
73
+ * @generated from field: ai.stigmer.commons.apiresource.ApiResourceAudit audit = 99;
74
+ */
75
+ audit?: ApiResourceAudit;
76
+ /**
77
+ * Sequential stream of execution events: AI messages, tool calls, and system notifications.
78
+ * Ordered chronologically to reconstruct the complete execution flow.
79
+ * Each message captures what happened during execution (agent responses, tool invocations, progress updates).
80
+ *
81
+ * @generated from field: repeated ai.stigmer.agentic.agentexecution.v1.AgentMessage messages = 1;
82
+ */
83
+ messages: AgentMessage[];
84
+ /**
85
+ * Current execution lifecycle phase.
86
+ * Tracks the execution state from creation (PENDING) through active processing (IN_PROGRESS)
87
+ * to terminal states (COMPLETED/FAILED/CANCELLED).
88
+ *
89
+ * @generated from field: ai.stigmer.agentic.agentexecution.v1.ExecutionPhase phase = 2;
90
+ */
91
+ phase: ExecutionPhase;
92
+ /**
93
+ * Tool calls made during this execution.
94
+ * Tracked separately for easier querying and display.
95
+ * Also referenced within messages[].tool_calls for conversation context.
96
+ *
97
+ * @generated from field: repeated ai.stigmer.agentic.agentexecution.v1.ToolCall tool_calls = 3;
98
+ */
99
+ toolCalls: ToolCall[];
100
+ /**
101
+ * Sub-agent executions invoked during this execution.
102
+ * Tracks when the main agent delegates work to specialized sub-agents.
103
+ * Ordered chronologically by invocation time.
104
+ *
105
+ * @generated from field: repeated ai.stigmer.agentic.agentexecution.v1.SubAgentExecution sub_agent_executions = 4;
106
+ */
107
+ subAgentExecutions: SubAgentExecution[];
108
+ /**
109
+ * Error message if execution failed.
110
+ * Only populated when phase == EXECUTION_FAILED.
111
+ *
112
+ * @generated from field: string error = 6;
113
+ */
114
+ error: string;
115
+ /**
116
+ * ISO 8601 timestamp when execution started.
117
+ * Example: "2025-01-10T10:30:00Z"
118
+ *
119
+ * @generated from field: string started_at = 7;
120
+ */
121
+ startedAt: string;
122
+ /**
123
+ * ISO 8601 timestamp when execution completed, failed, or was cancelled.
124
+ * Only populated for terminal states.
125
+ *
126
+ * @generated from field: string completed_at = 8;
127
+ */
128
+ completedAt: string;
129
+ /**
130
+ * Todo list tracking multi-step tasks and progress for this execution.
131
+ * Updated via write_todos tool (if TodoListMiddleware is enabled).
132
+ * Each execution maintains its own snapshot of todos at execution time.
133
+ * Key: todo item ID, Value: todo item details
134
+ *
135
+ * @generated from field: map<string, ai.stigmer.agentic.agentexecution.v1.TodoItem> todos = 9;
136
+ */
137
+ todos: {
138
+ [key: string]: TodoItem;
139
+ };
140
+ /**
141
+ * Temporal callback token for async activity completion.
142
+ *
143
+ * When this AgentExecution is triggered from a Temporal activity (e.g., from a workflow
144
+ * that invokes an agent), the calling activity passes its task token here. The agent-runner
145
+ * is responsible for completing the external activity when the agent execution finishes.
146
+ *
147
+ * ## Token Handshake Pattern
148
+ *
149
+ * Same pattern as WorkflowExecution (see workflowexecution/v1/api.proto for details):
150
+ * 1. External activity extracts token and stores in AgentExecution.status
151
+ * 2. Activity returns activity.ErrResultPending (paused, thread freed)
152
+ * 3. Agent executes (seconds to minutes)
153
+ * 4. On completion: agent-runner completes external activity via token
154
+ *
155
+ * ## Why in Status
156
+ *
157
+ * - System-generated by Temporal, not user-provided
158
+ * - Runtime state, not configuration
159
+ * - Ephemeral, only relevant during execution
160
+ *
161
+ * ## Use Cases
162
+ *
163
+ * - **With token**: Agent invoked from workflow, workflow waits for completion
164
+ * - **Without token**: Agent runs independently (chat, API call)
165
+ *
166
+ * ## References
167
+ *
168
+ * - WorkflowExecution.spec.callback_token (field 7) - Same pattern
169
+ * - [ADR](docs/adr/20260122-async-agent-execution-temporal-token-handshake.md)
170
+ *
171
+ * @generated from field: bytes callback_token = 10;
172
+ */
173
+ callbackToken: Uint8Array;
174
+ /**
175
+ * Token and LLM resource usage for this execution (main agent only).
176
+ * Does NOT include sub-agent usage - sum sub_agent_executions[].usage for total.
177
+ * Updated progressively during streaming for real-time cost visibility.
178
+ *
179
+ * @generated from field: ai.stigmer.agentic.agentexecution.v1.UsageMetrics usage = 11;
180
+ */
181
+ usage?: UsageMetrics;
182
+ /**
183
+ * Resolved execution context showing what resources the agent had access to.
184
+ * Populated once before streaming begins, after all resources are resolved.
185
+ * Immutable after initial population - represents the "snapshot" of resolved state.
186
+ *
187
+ * @generated from field: ai.stigmer.agentic.agentexecution.v1.ResolvedExecutionContext resolved_context = 12;
188
+ */
189
+ resolvedContext?: ResolvedExecutionContext;
190
+ /**
191
+ * All pending approval requests for this execution.
192
+ *
193
+ * Lifecycle:
194
+ * 1. Populated after the event stream ends, by querying graph state for
195
+ * pending interrupts. Each interrupt is matched to a tool call.
196
+ * 2. Phase changes to EXECUTION_WAITING_FOR_APPROVAL.
197
+ * 3. User submits decisions via SubmitApproval RPC (one per tool call).
198
+ * 4. After ALL entries have decisions, the Temporal workflow signals resume.
199
+ * 5. On resume, all decisions are sent to LangGraph in a single Command.
200
+ *
201
+ * When populated:
202
+ * - Each entry's tool_call_id matches an entry in tool_calls[] with status
203
+ * WAITING_APPROVAL
204
+ * - Each entry carries its interrupt_id for targeted resume
205
+ *
206
+ * Empty when no approvals are pending.
207
+ *
208
+ * @generated from field: repeated ai.stigmer.agentic.agentexecution.v1.PendingApproval pending_approvals = 16;
209
+ */
210
+ pendingApprovals: PendingApproval[];
211
+ /**
212
+ * Context window utilization and summarization tracking.
213
+ *
214
+ * Provides visibility into how the agent is using its context window and
215
+ * any summarization events that occurred during execution.
216
+ *
217
+ * Populated when context management is active (not disabled via config).
218
+ * Updated progressively during streaming as token counts change.
219
+ *
220
+ * Use cases:
221
+ * - **Monitoring**: Track context utilization across executions
222
+ * - **Debugging**: Understand why an execution hit context limits
223
+ * - **Cost optimization**: Identify executions with excessive summarization
224
+ * - **UX**: Show users their context window health
225
+ *
226
+ * @since Phase 3 (Context Summarization Architecture)
227
+ *
228
+ * @generated from field: ai.stigmer.agentic.agentexecution.v1.ContextInfo context_info = 14;
229
+ */
230
+ contextInfo?: ContextInfo;
231
+ /**
232
+ * Files/directories published by the agent for download.
233
+ *
234
+ * When an agent creates artifacts (e.g., generated code, reports, skills),
235
+ * it can call the publish_artifact tool to make them downloadable.
236
+ * Each artifact includes a pre-signed URL for direct download.
237
+ *
238
+ * Artifacts are stored in R2 and URLs expire after a configured period.
239
+ * Use the execution download endpoint to refresh expired URLs.
240
+ *
241
+ * Ordered by creation time (oldest first).
242
+ *
243
+ * @since Artifact Lifecycle (Attachments & Artifacts)
244
+ *
245
+ * @generated from field: repeated ai.stigmer.agentic.agentexecution.v1.ExecutionArtifact artifacts = 15;
246
+ */
247
+ artifacts: ExecutionArtifact[];
248
+ };
249
+ /**
250
+ * Describes the message ai.stigmer.agentic.agentexecution.v1.AgentExecutionStatus.
251
+ * Use `create(AgentExecutionStatusSchema)` to create a new message.
252
+ */
253
+ export declare const AgentExecutionStatusSchema: GenMessage<AgentExecutionStatus>;
254
+ /**
255
+ * Represents a single item in the agent's todo list.
256
+ * Used by the write_todos tool to track multi-step tasks and progress.
257
+ *
258
+ * @generated from message ai.stigmer.agentic.agentexecution.v1.TodoItem
259
+ */
260
+ export type TodoItem = Message<"ai.stigmer.agentic.agentexecution.v1.TodoItem"> & {
261
+ /**
262
+ * Unique identifier for this todo item.
263
+ *
264
+ * @generated from field: string id = 1;
265
+ */
266
+ id: string;
267
+ /**
268
+ * Description of the task to be completed.
269
+ *
270
+ * @generated from field: string content = 2;
271
+ */
272
+ content: string;
273
+ /**
274
+ * Current status of the todo item.
275
+ *
276
+ * @generated from field: ai.stigmer.agentic.agentexecution.v1.TodoStatus status = 3;
277
+ */
278
+ status: TodoStatus;
279
+ /**
280
+ * ISO 8601 timestamp when the todo was created.
281
+ *
282
+ * @generated from field: string created_at = 4;
283
+ */
284
+ createdAt: string;
285
+ /**
286
+ * ISO 8601 timestamp when the todo was last updated.
287
+ *
288
+ * @generated from field: string updated_at = 5;
289
+ */
290
+ updatedAt: string;
291
+ };
292
+ /**
293
+ * Describes the message ai.stigmer.agentic.agentexecution.v1.TodoItem.
294
+ * Use `create(TodoItemSchema)` to create a new message.
295
+ */
296
+ export declare const TodoItemSchema: GenMessage<TodoItem>;
@@ -0,0 +1,35 @@
1
+ // @generated by protoc-gen-es v2.2.2 with parameter "target=ts"
2
+ // @generated from file ai/stigmer/agentic/agentexecution/v1/api.proto (package ai.stigmer.agentic.agentexecution.v1, syntax proto3)
3
+ /* eslint-disable */
4
+ import { fileDesc, messageDesc } from "@bufbuild/protobuf/codegenv1";
5
+ import { file_ai_stigmer_agentic_agentexecution_v1_approval } from "./approval_pb";
6
+ import { file_ai_stigmer_agentic_agentexecution_v1_artifact } from "./artifact_pb";
7
+ import { file_ai_stigmer_agentic_agentexecution_v1_context } from "./context_pb";
8
+ import { file_ai_stigmer_agentic_agentexecution_v1_enum } from "./enum_pb";
9
+ import { file_ai_stigmer_agentic_agentexecution_v1_message } from "./message_pb";
10
+ import { file_ai_stigmer_agentic_agentexecution_v1_spec } from "./spec_pb";
11
+ import { file_ai_stigmer_agentic_agentexecution_v1_subagent } from "./subagent_pb";
12
+ import { file_ai_stigmer_agentic_agentexecution_v1_usage } from "./usage_pb";
13
+ import { file_ai_stigmer_commons_apiresource_metadata } from "../../../commons/apiresource/metadata_pb";
14
+ import { file_ai_stigmer_commons_apiresource_status } from "../../../commons/apiresource/status_pb";
15
+ import { file_buf_validate_validate } from "../../../../../buf/validate/validate_pb";
16
+ /**
17
+ * Describes the file ai/stigmer/agentic/agentexecution/v1/api.proto.
18
+ */
19
+ export const file_ai_stigmer_agentic_agentexecution_v1_api = /*@__PURE__*/ fileDesc("Ci5haS9zdGlnbWVyL2FnZW50aWMvYWdlbnRleGVjdXRpb24vdjEvYXBpLnByb3RvEiRhaS5zdGlnbWVyLmFnZW50aWMuYWdlbnRleGVjdXRpb24udjEiywIKDkFnZW50RXhlY3V0aW9uEjEKC2FwaV92ZXJzaW9uGAEgASgJQhy6SBlyFwoVYWdlbnRpYy5zdGlnbWVyLmFpL3YxEiMKBGtpbmQYAiABKAlCFbpIEnIQCg5BZ2VudEV4ZWN1dGlvbhJNCghtZXRhZGF0YRgDIAEoCzIzLmFpLnN0aWdtZXIuY29tbW9ucy5hcGlyZXNvdXJjZS5BcGlSZXNvdXJjZU1ldGFkYXRhQga6SAPIAQESRgoEc3BlYxgEIAEoCzI4LmFpLnN0aWdtZXIuYWdlbnRpYy5hZ2VudGV4ZWN1dGlvbi52MS5BZ2VudEV4ZWN1dGlvblNwZWMSSgoGc3RhdHVzGAUgASgLMjouYWkuc3RpZ21lci5hZ2VudGljLmFnZW50ZXhlY3V0aW9uLnYxLkFnZW50RXhlY3V0aW9uU3RhdHVzIpAIChRBZ2VudEV4ZWN1dGlvblN0YXR1cxI/CgVhdWRpdBhjIAEoCzIwLmFpLnN0aWdtZXIuY29tbW9ucy5hcGlyZXNvdXJjZS5BcGlSZXNvdXJjZUF1ZGl0EkQKCG1lc3NhZ2VzGAEgAygLMjIuYWkuc3RpZ21lci5hZ2VudGljLmFnZW50ZXhlY3V0aW9uLnYxLkFnZW50TWVzc2FnZRJNCgVwaGFzZRgCIAEoDjI0LmFpLnN0aWdtZXIuYWdlbnRpYy5hZ2VudGV4ZWN1dGlvbi52MS5FeGVjdXRpb25QaGFzZUIIukgFggECEAESQgoKdG9vbF9jYWxscxgDIAMoCzIuLmFpLnN0aWdtZXIuYWdlbnRpYy5hZ2VudGV4ZWN1dGlvbi52MS5Ub29sQ2FsbBJVChRzdWJfYWdlbnRfZXhlY3V0aW9ucxgEIAMoCzI3LmFpLnN0aWdtZXIuYWdlbnRpYy5hZ2VudGV4ZWN1dGlvbi52MS5TdWJBZ2VudEV4ZWN1dGlvbhINCgVlcnJvchgGIAEoCRISCgpzdGFydGVkX2F0GAcgASgJEhQKDGNvbXBsZXRlZF9hdBgIIAEoCRJUCgV0b2RvcxgJIAMoCzJFLmFpLnN0aWdtZXIuYWdlbnRpYy5hZ2VudGV4ZWN1dGlvbi52MS5BZ2VudEV4ZWN1dGlvblN0YXR1cy5Ub2Rvc0VudHJ5EhYKDmNhbGxiYWNrX3Rva2VuGAogASgMEkEKBXVzYWdlGAsgASgLMjIuYWkuc3RpZ21lci5hZ2VudGljLmFnZW50ZXhlY3V0aW9uLnYxLlVzYWdlTWV0cmljcxJYChByZXNvbHZlZF9jb250ZXh0GAwgASgLMj4uYWkuc3RpZ21lci5hZ2VudGljLmFnZW50ZXhlY3V0aW9uLnYxLlJlc29sdmVkRXhlY3V0aW9uQ29udGV4dBJQChFwZW5kaW5nX2FwcHJvdmFscxgQIAMoCzI1LmFpLnN0aWdtZXIuYWdlbnRpYy5hZ2VudGV4ZWN1dGlvbi52MS5QZW5kaW5nQXBwcm92YWwSRwoMY29udGV4dF9pbmZvGA4gASgLMjEuYWkuc3RpZ21lci5hZ2VudGljLmFnZW50ZXhlY3V0aW9uLnYxLkNvbnRleHRJbmZvEkoKCWFydGlmYWN0cxgPIAMoCzI3LmFpLnN0aWdtZXIuYWdlbnRpYy5hZ2VudGV4ZWN1dGlvbi52MS5FeGVjdXRpb25BcnRpZmFjdBpcCgpUb2Rvc0VudHJ5EgsKA2tleRgBIAEoCRI9CgV2YWx1ZRgCIAEoCzIuLmFpLnN0aWdtZXIuYWdlbnRpYy5hZ2VudGV4ZWN1dGlvbi52MS5Ub2RvSXRlbToCOAEikQEKCFRvZG9JdGVtEgoKAmlkGAEgASgJEg8KB2NvbnRlbnQYAiABKAkSQAoGc3RhdHVzGAMgASgOMjAuYWkuc3RpZ21lci5hZ2VudGljLmFnZW50ZXhlY3V0aW9uLnYxLlRvZG9TdGF0dXMSEgoKY3JlYXRlZF9hdBgEIAEoCRISCgp1cGRhdGVkX2F0GAUgASgJYgZwcm90bzM", [file_ai_stigmer_agentic_agentexecution_v1_approval, file_ai_stigmer_agentic_agentexecution_v1_artifact, file_ai_stigmer_agentic_agentexecution_v1_context, file_ai_stigmer_agentic_agentexecution_v1_enum, file_ai_stigmer_agentic_agentexecution_v1_message, file_ai_stigmer_agentic_agentexecution_v1_spec, file_ai_stigmer_agentic_agentexecution_v1_subagent, file_ai_stigmer_agentic_agentexecution_v1_usage, file_ai_stigmer_commons_apiresource_metadata, file_ai_stigmer_commons_apiresource_status, file_buf_validate_validate]);
20
+ /**
21
+ * Describes the message ai.stigmer.agentic.agentexecution.v1.AgentExecution.
22
+ * Use `create(AgentExecutionSchema)` to create a new message.
23
+ */
24
+ export const AgentExecutionSchema = /*@__PURE__*/ messageDesc(file_ai_stigmer_agentic_agentexecution_v1_api, 0);
25
+ /**
26
+ * Describes the message ai.stigmer.agentic.agentexecution.v1.AgentExecutionStatus.
27
+ * Use `create(AgentExecutionStatusSchema)` to create a new message.
28
+ */
29
+ export const AgentExecutionStatusSchema = /*@__PURE__*/ messageDesc(file_ai_stigmer_agentic_agentexecution_v1_api, 1);
30
+ /**
31
+ * Describes the message ai.stigmer.agentic.agentexecution.v1.TodoItem.
32
+ * Use `create(TodoItemSchema)` to create a new message.
33
+ */
34
+ export const TodoItemSchema = /*@__PURE__*/ messageDesc(file_ai_stigmer_agentic_agentexecution_v1_api, 2);
35
+ //# sourceMappingURL=api_pb.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"api_pb.js","sourceRoot":"","sources":["../../../../../../ai/stigmer/agentic/agentexecution/v1/api_pb.ts"],"names":[],"mappings":"AAAA,gEAAgE;AAChE,oIAAoI;AACpI,oBAAoB;AAGpB,OAAO,EAAE,QAAQ,EAAE,WAAW,EAAE,MAAM,8BAA8B,CAAC;AAErE,OAAO,EAAE,kDAAkD,EAAE,MAAM,eAAe,CAAC;AAEnF,OAAO,EAAE,kDAAkD,EAAE,MAAM,eAAe,CAAC;AAEnF,OAAO,EAAE,iDAAiD,EAAE,MAAM,cAAc,CAAC;AAEjF,OAAO,EAAE,8CAA8C,EAAE,MAAM,WAAW,CAAC;AAE3E,OAAO,EAAE,iDAAiD,EAAE,MAAM,cAAc,CAAC;AAEjF,OAAO,EAAE,8CAA8C,EAAE,MAAM,WAAW,CAAC;AAE3E,OAAO,EAAE,kDAAkD,EAAE,MAAM,eAAe,CAAC;AAEnF,OAAO,EAAE,+CAA+C,EAAE,MAAM,YAAY,CAAC;AAE7E,OAAO,EAAE,4CAA4C,EAAE,MAAM,0CAA0C,CAAC;AAExG,OAAO,EAAE,0CAA0C,EAAE,MAAM,wCAAwC,CAAC;AACpG,OAAO,EAAE,0BAA0B,EAAE,MAAM,yCAAyC,CAAC;AAGrF;;GAEG;AACH,MAAM,CAAC,MAAM,6CAA6C,GAAY,aAAa,CACjF,QAAQ,CAAC,inEAAinE,EAAE,CAAC,kDAAkD,EAAE,kDAAkD,EAAE,iDAAiD,EAAE,8CAA8C,EAAE,iDAAiD,EAAE,8CAA8C,EAAE,kDAAkD,EAAE,+CAA+C,EAAE,4CAA4C,EAAE,0CAA0C,EAAE,0BAA0B,CAAC,CAAC,CAAC;AAgDzoF;;;GAGG;AACH,MAAM,CAAC,MAAM,oBAAoB,GAA+B,aAAa,CAC3E,WAAW,CAAC,6CAA6C,EAAE,CAAC,CAAC,CAAC;AAyMhE;;;GAGG;AACH,MAAM,CAAC,MAAM,0BAA0B,GAAqC,aAAa,CACvF,WAAW,CAAC,6CAA6C,EAAE,CAAC,CAAC,CAAC;AA6ChE;;;GAGG;AACH,MAAM,CAAC,MAAM,cAAc,GAAyB,aAAa,CAC/D,WAAW,CAAC,6CAA6C,EAAE,CAAC,CAAC,CAAC"}
@@ -0,0 +1,206 @@
1
+ import type { GenFile, GenMessage } from "@bufbuild/protobuf/codegenv1";
2
+ import type { Message } from "@bufbuild/protobuf";
3
+ /**
4
+ * Describes the file ai/stigmer/agentic/agentexecution/v1/approval.proto.
5
+ */
6
+ export declare const file_ai_stigmer_agentic_agentexecution_v1_approval: GenFile;
7
+ /**
8
+ * PendingApproval surfaces the current approval request for UI display.
9
+ *
10
+ * ## Purpose
11
+ *
12
+ * This message provides all information needed for a UI to render an approval
13
+ * dialog/card. It's populated when an execution enters WAITING_FOR_APPROVAL phase.
14
+ *
15
+ * ## Relationship to ToolCall
16
+ *
17
+ * While ToolCall contains the canonical approval state, PendingApproval provides
18
+ * a denormalized view optimized for UI consumption. The tool_call_id links back
19
+ * to the authoritative ToolCall record.
20
+ *
21
+ * ## Sub-Agent Approvals
22
+ *
23
+ * When a sub-agent's tool requires approval, the main agent's pending_approval
24
+ * is populated with from_sub_agent=true. This allows UI to show:
25
+ * "Sub-agent 'code-reviewer' needs approval to execute 'delete_file'"
26
+ *
27
+ * ## Lifecycle
28
+ *
29
+ * 1. Tool with requires_approval=true is about to execute
30
+ * 2. PendingApproval is populated, phase becomes WAITING_FOR_APPROVAL
31
+ * 3. User calls SubmitApproval RPC with their decision
32
+ * 4. PendingApproval is cleared, phase returns to IN_PROGRESS (or FAILED on REJECT)
33
+ *
34
+ * @generated from message ai.stigmer.agentic.agentexecution.v1.PendingApproval
35
+ */
36
+ export type PendingApproval = Message<"ai.stigmer.agentic.agentexecution.v1.PendingApproval"> & {
37
+ /**
38
+ * ID of the tool call waiting for approval.
39
+ * Use this when calling SubmitApproval to identify which tool call to resume.
40
+ * Format: Tool call ID from the agent runtime (e.g., "call_abc123")
41
+ *
42
+ * @generated from field: string tool_call_id = 1;
43
+ */
44
+ toolCallId: string;
45
+ /**
46
+ * Name of the tool requiring approval.
47
+ * Matches ToolCall.name for correlation.
48
+ * Example: "delete_repository", "send_email", "execute_sql"
49
+ *
50
+ * @generated from field: string tool_name = 2;
51
+ */
52
+ toolName: string;
53
+ /**
54
+ * Human-readable approval message for display.
55
+ * Copied from ToolCall.approval_message for UI convenience.
56
+ * Contains resolved placeholders (e.g., "Delete repo: my-repo")
57
+ *
58
+ * @generated from field: string message = 3;
59
+ */
60
+ message: string;
61
+ /**
62
+ * Sanitized preview of tool arguments for informed decision-making.
63
+ * Sensitive values (passwords, tokens) are redacted.
64
+ * Displayed as formatted JSON or key-value pairs in UI.
65
+ *
66
+ * Example:
67
+ * {
68
+ * "repository": "acme/important-repo",
69
+ * "force": true,
70
+ * "reason": "cleanup"
71
+ * }
72
+ *
73
+ * @generated from field: string args_preview = 4;
74
+ */
75
+ argsPreview: string;
76
+ /**
77
+ * ISO 8601 timestamp when the approval was requested.
78
+ * Enables UI to show waiting duration: "Waiting for 2 minutes"
79
+ * Example: "2026-01-30T15:30:00Z"
80
+ *
81
+ * @generated from field: string requested_at = 5;
82
+ */
83
+ requestedAt: string;
84
+ /**
85
+ * True if this approval originates from a sub-agent.
86
+ * Enables differentiated UI treatment:
87
+ * - false: "Agent needs approval to..."
88
+ * - true: "Sub-agent 'name' needs approval to..."
89
+ *
90
+ * @generated from field: bool from_sub_agent = 6;
91
+ */
92
+ fromSubAgent: boolean;
93
+ /**
94
+ * Name of the sub-agent if from_sub_agent is true.
95
+ * Example: "code-reviewer", "researcher", "debugger"
96
+ * Empty if from_sub_agent is false.
97
+ *
98
+ * @generated from field: string sub_agent_name = 7;
99
+ */
100
+ subAgentName: string;
101
+ /**
102
+ * ID of the child agent execution (for workflow-level approvals only).
103
+ *
104
+ * Populated when this PendingApproval is surfaced at WorkflowExecution level.
105
+ * Empty when pending_approval is on AgentExecution directly.
106
+ *
107
+ * Use this ID to forward approvals from workflow to child agent via
108
+ * AgentExecution.submitApproval RPC.
109
+ *
110
+ * Format: "aex_abc123xyz456"
111
+ *
112
+ * @since Phase 5.3 (Approval Forwarding)
113
+ *
114
+ * @generated from field: string child_agent_execution_id = 8;
115
+ */
116
+ childAgentExecutionId: string;
117
+ /**
118
+ * LangGraph interrupt ID for targeted resume.
119
+ *
120
+ * When the LLM returns multiple tool calls requiring approval in a single
121
+ * response, LangGraph creates one interrupt per tool. Each interrupt receives
122
+ * a unique ID. On resume, `Command(resume={interrupt_id: value})` must target
123
+ * the specific interrupt; otherwise LangGraph raises
124
+ * "multiple pending interrupts, you must specify the interrupt id."
125
+ *
126
+ * Populated by the agent-runner after the event stream ends by querying
127
+ * `graph.get_state(config).interrupts`. Matched to the tool call via
128
+ * the interrupt's value payload (which contains tool_name).
129
+ *
130
+ * Empty for legacy executions or single-interrupt scenarios (backward compat).
131
+ *
132
+ * @since Batch Approval (Multiple Interrupts)
133
+ *
134
+ * @generated from field: string interrupt_id = 9;
135
+ */
136
+ interruptId: string;
137
+ };
138
+ /**
139
+ * Describes the message ai.stigmer.agentic.agentexecution.v1.PendingApproval.
140
+ * Use `create(PendingApprovalSchema)` to create a new message.
141
+ */
142
+ export declare const PendingApprovalSchema: GenMessage<PendingApproval>;
143
+ /**
144
+ * ChildApprovalNotification is the signal payload sent to parent workflows
145
+ * when a child agent enters WAITING_FOR_APPROVAL state.
146
+ *
147
+ * This enables events-based notification instead of polling, providing
148
+ * sub-100ms latency for approval state propagation from child agents to
149
+ * parent workflows.
150
+ *
151
+ * ## Signal Flow
152
+ *
153
+ * 1. Child agent requires tool approval (phase = WAITING_FOR_APPROVAL)
154
+ * 2. Java workflow detects this and builds ChildApprovalNotification
155
+ * 3. Java sends Temporal signal "child_approval_required" to parent workflow
156
+ * 4. Parent Go workflow receives signal via signal channel
157
+ * 5. Parent updates task status to WORKFLOW_TASK_WAITING_APPROVAL
158
+ * 6. Parent populates WorkflowExecution.status.pending_approvals
159
+ *
160
+ * ## Parent Workflow Actions
161
+ *
162
+ * Upon receiving this signal, the parent workflow should:
163
+ * 1. Update its task status to WORKFLOW_TASK_WAITING_APPROVAL
164
+ * 2. Populate WorkflowExecution.status.pending_approvals with all entries
165
+ * 3. Surface the approval requests to users via UI/API
166
+ *
167
+ * ## Graceful Degradation
168
+ *
169
+ * If the signal fails to send (parent workflow completed, network error),
170
+ * the system continues to function. Users can still submit approvals directly
171
+ * via the AgentExecution.SubmitApproval RPC.
172
+ *
173
+ * @since Phase 5.1 (Events-Based Approval Notification)
174
+ *
175
+ * @generated from message ai.stigmer.agentic.agentexecution.v1.ChildApprovalNotification
176
+ */
177
+ export type ChildApprovalNotification = Message<"ai.stigmer.agentic.agentexecution.v1.ChildApprovalNotification"> & {
178
+ /**
179
+ * Child agent execution ID that requires approval.
180
+ * Format: AgentExecution.metadata.id (e.g., "agx-abc123xyz456")
181
+ * Used by parent to track which child needs approval.
182
+ *
183
+ * @generated from field: string execution_id = 1;
184
+ */
185
+ executionId: string;
186
+ /**
187
+ * All pending approvals from this child agent execution.
188
+ *
189
+ * Contains one entry per tool call requiring approval. Each entry carries
190
+ * the full PendingApproval details (tool_call_id, tool_name, message,
191
+ * args_preview, requested_at, interrupt_id).
192
+ *
193
+ * The child_agent_execution_id on each entry is set to execution_id above
194
+ * so the parent can correlate approvals to the originating child.
195
+ *
196
+ * One signal, complete picture, no partial states.
197
+ *
198
+ * @generated from field: repeated ai.stigmer.agentic.agentexecution.v1.PendingApproval pending_approvals = 2;
199
+ */
200
+ pendingApprovals: PendingApproval[];
201
+ };
202
+ /**
203
+ * Describes the message ai.stigmer.agentic.agentexecution.v1.ChildApprovalNotification.
204
+ * Use `create(ChildApprovalNotificationSchema)` to create a new message.
205
+ */
206
+ export declare const ChildApprovalNotificationSchema: GenMessage<ChildApprovalNotification>;
@@ -0,0 +1,19 @@
1
+ // @generated by protoc-gen-es v2.2.2 with parameter "target=ts"
2
+ // @generated from file ai/stigmer/agentic/agentexecution/v1/approval.proto (package ai.stigmer.agentic.agentexecution.v1, syntax proto3)
3
+ /* eslint-disable */
4
+ import { fileDesc, messageDesc } from "@bufbuild/protobuf/codegenv1";
5
+ /**
6
+ * Describes the file ai/stigmer/agentic/agentexecution/v1/approval.proto.
7
+ */
8
+ export const file_ai_stigmer_agentic_agentexecution_v1_approval = /*@__PURE__*/ fileDesc("CjNhaS9zdGlnbWVyL2FnZW50aWMvYWdlbnRleGVjdXRpb24vdjEvYXBwcm92YWwucHJvdG8SJGFpLnN0aWdtZXIuYWdlbnRpYy5hZ2VudGV4ZWN1dGlvbi52MSLfAQoPUGVuZGluZ0FwcHJvdmFsEhQKDHRvb2xfY2FsbF9pZBgBIAEoCRIRCgl0b29sX25hbWUYAiABKAkSDwoHbWVzc2FnZRgDIAEoCRIUCgxhcmdzX3ByZXZpZXcYBCABKAkSFAoMcmVxdWVzdGVkX2F0GAUgASgJEhYKDmZyb21fc3ViX2FnZW50GAYgASgIEhYKDnN1Yl9hZ2VudF9uYW1lGAcgASgJEiAKGGNoaWxkX2FnZW50X2V4ZWN1dGlvbl9pZBgIIAEoCRIUCgxpbnRlcnJ1cHRfaWQYCSABKAkigwEKGUNoaWxkQXBwcm92YWxOb3RpZmljYXRpb24SFAoMZXhlY3V0aW9uX2lkGAEgASgJElAKEXBlbmRpbmdfYXBwcm92YWxzGAIgAygLMjUuYWkuc3RpZ21lci5hZ2VudGljLmFnZW50ZXhlY3V0aW9uLnYxLlBlbmRpbmdBcHByb3ZhbGIGcHJvdG8z");
9
+ /**
10
+ * Describes the message ai.stigmer.agentic.agentexecution.v1.PendingApproval.
11
+ * Use `create(PendingApprovalSchema)` to create a new message.
12
+ */
13
+ export const PendingApprovalSchema = /*@__PURE__*/ messageDesc(file_ai_stigmer_agentic_agentexecution_v1_approval, 0);
14
+ /**
15
+ * Describes the message ai.stigmer.agentic.agentexecution.v1.ChildApprovalNotification.
16
+ * Use `create(ChildApprovalNotificationSchema)` to create a new message.
17
+ */
18
+ export const ChildApprovalNotificationSchema = /*@__PURE__*/ messageDesc(file_ai_stigmer_agentic_agentexecution_v1_approval, 1);
19
+ //# sourceMappingURL=approval_pb.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"approval_pb.js","sourceRoot":"","sources":["../../../../../../ai/stigmer/agentic/agentexecution/v1/approval_pb.ts"],"names":[],"mappings":"AAAA,gEAAgE;AAChE,yIAAyI;AACzI,oBAAoB;AAGpB,OAAO,EAAE,QAAQ,EAAE,WAAW,EAAE,MAAM,8BAA8B,CAAC;AAGrE;;GAEG;AACH,MAAM,CAAC,MAAM,kDAAkD,GAAY,aAAa,CACtF,QAAQ,CAAC,smBAAsmB,CAAC,CAAC;AA8InnB;;;GAGG;AACH,MAAM,CAAC,MAAM,qBAAqB,GAAgC,aAAa,CAC7E,WAAW,CAAC,kDAAkD,EAAE,CAAC,CAAC,CAAC;AA+DrE;;;GAGG;AACH,MAAM,CAAC,MAAM,+BAA+B,GAA0C,aAAa,CACjG,WAAW,CAAC,kDAAkD,EAAE,CAAC,CAAC,CAAC"}
@@ -0,0 +1,91 @@
1
+ import type { GenFile, GenMessage } from "@bufbuild/protobuf/codegenv1";
2
+ import type { ExecutionArtifactKind } from "./enum_pb";
3
+ import type { Message } from "@bufbuild/protobuf";
4
+ /**
5
+ * Describes the file ai/stigmer/agentic/agentexecution/v1/artifact.proto.
6
+ */
7
+ export declare const file_ai_stigmer_agentic_agentexecution_v1_artifact: GenFile;
8
+ /**
9
+ * ExecutionArtifact represents a file or directory published by an agent.
10
+ *
11
+ * When an agent creates artifacts that users should download, it calls
12
+ * the publish_artifact tool. This generates a downloadable artifact stored
13
+ * in R2 with a time-limited signed URL.
14
+ *
15
+ * ## Storage
16
+ *
17
+ * Artifacts are stored in R2 under: artifacts/{execution_id}/{filename}
18
+ * Download URLs are pre-signed and expire after a configured period.
19
+ *
20
+ * ## Directory Handling
21
+ *
22
+ * Directories are automatically archived as ZIP files before storage.
23
+ * The kind field indicates DIRECTORY so clients know to extract after download.
24
+ *
25
+ * @since Artifact Lifecycle (Attachments & Artifacts)
26
+ *
27
+ * @generated from message ai.stigmer.agentic.agentexecution.v1.ExecutionArtifact
28
+ */
29
+ export type ExecutionArtifact = Message<"ai.stigmer.agentic.agentexecution.v1.ExecutionArtifact"> & {
30
+ /**
31
+ * Display name for this artifact.
32
+ * Example: "generated-skill", "analysis-report"
33
+ *
34
+ * @generated from field: string name = 1;
35
+ */
36
+ name: string;
37
+ /**
38
+ * Original path in sandbox where the artifact was created.
39
+ * Example: "/workspace/my-skill", "/tmp/report.pdf"
40
+ *
41
+ * @generated from field: string sandbox_path = 2;
42
+ */
43
+ sandboxPath: string;
44
+ /**
45
+ * Type of artifact: file or directory.
46
+ *
47
+ * @generated from field: ai.stigmer.agentic.agentexecution.v1.ExecutionArtifactKind kind = 3;
48
+ */
49
+ kind: ExecutionArtifactKind;
50
+ /**
51
+ * Total size in bytes.
52
+ * For directories, this is the ZIP file size.
53
+ *
54
+ * @generated from field: int64 size_bytes = 4;
55
+ */
56
+ sizeBytes: bigint;
57
+ /**
58
+ * Storage location in R2.
59
+ * Format: "artifacts/{execution_id}/{filename}"
60
+ *
61
+ * @generated from field: string storage_key = 5;
62
+ */
63
+ storageKey: string;
64
+ /**
65
+ * Pre-signed URL for downloading the artifact.
66
+ * Expires after a configured period (default: 7 days).
67
+ * Clients can call the refresh endpoint to get a new URL if expired.
68
+ *
69
+ * @generated from field: string download_url = 6;
70
+ */
71
+ downloadUrl: string;
72
+ /**
73
+ * ISO 8601 timestamp when the artifact was created.
74
+ * Example: "2026-02-13T10:30:00Z"
75
+ *
76
+ * @generated from field: string created_at = 7;
77
+ */
78
+ createdAt: string;
79
+ /**
80
+ * ISO 8601 timestamp when the download URL expires.
81
+ * Example: "2026-02-20T10:30:00Z"
82
+ *
83
+ * @generated from field: string expires_at = 8;
84
+ */
85
+ expiresAt: string;
86
+ };
87
+ /**
88
+ * Describes the message ai.stigmer.agentic.agentexecution.v1.ExecutionArtifact.
89
+ * Use `create(ExecutionArtifactSchema)` to create a new message.
90
+ */
91
+ export declare const ExecutionArtifactSchema: GenMessage<ExecutionArtifact>;