@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,1335 @@
1
+ import type { GenFile, GenMessage } from "@bufbuild/protobuf/codegenv1";
2
+ import type { AgentExecution, AgentExecutionStatus } from "./api_pb";
3
+ import type { ApprovalAction, ExecutionPhase } from "./enum_pb";
4
+ import type { ModelUsage, UsageMetrics } from "./usage_pb";
5
+ import type { Message } from "@bufbuild/protobuf";
6
+ /**
7
+ * Describes the file ai/stigmer/agentic/agentexecution/v1/io.proto.
8
+ */
9
+ export declare const file_ai_stigmer_agentic_agentexecution_v1_io: GenFile;
10
+ /**
11
+ * AgentExecutionId wraps an agent execution identifier.
12
+ *
13
+ * @generated from message ai.stigmer.agentic.agentexecution.v1.AgentExecutionId
14
+ */
15
+ export type AgentExecutionId = Message<"ai.stigmer.agentic.agentexecution.v1.AgentExecutionId"> & {
16
+ /**
17
+ * @generated from field: string value = 1;
18
+ */
19
+ value: string;
20
+ };
21
+ /**
22
+ * Describes the message ai.stigmer.agentic.agentexecution.v1.AgentExecutionId.
23
+ * Use `create(AgentExecutionIdSchema)` to create a new message.
24
+ */
25
+ export declare const AgentExecutionIdSchema: GenMessage<AgentExecutionId>;
26
+ /**
27
+ * SessionId wraps a session identifier for filtering.
28
+ *
29
+ * @generated from message ai.stigmer.agentic.agentexecution.v1.SessionId
30
+ */
31
+ export type SessionId = Message<"ai.stigmer.agentic.agentexecution.v1.SessionId"> & {
32
+ /**
33
+ * @generated from field: string value = 1;
34
+ */
35
+ value: string;
36
+ };
37
+ /**
38
+ * Describes the message ai.stigmer.agentic.agentexecution.v1.SessionId.
39
+ * Use `create(SessionIdSchema)` to create a new message.
40
+ */
41
+ export declare const SessionIdSchema: GenMessage<SessionId>;
42
+ /**
43
+ * AgentExecutionList contains a paginated list of agent executions.
44
+ *
45
+ * @generated from message ai.stigmer.agentic.agentexecution.v1.AgentExecutionList
46
+ */
47
+ export type AgentExecutionList = Message<"ai.stigmer.agentic.agentexecution.v1.AgentExecutionList"> & {
48
+ /**
49
+ * Total number of pages available.
50
+ *
51
+ * @generated from field: int32 total_pages = 1;
52
+ */
53
+ totalPages: number;
54
+ /**
55
+ * Agent executions in the current page.
56
+ *
57
+ * @generated from field: repeated ai.stigmer.agentic.agentexecution.v1.AgentExecution entries = 2;
58
+ */
59
+ entries: AgentExecution[];
60
+ };
61
+ /**
62
+ * Describes the message ai.stigmer.agentic.agentexecution.v1.AgentExecutionList.
63
+ * Use `create(AgentExecutionListSchema)` to create a new message.
64
+ */
65
+ export declare const AgentExecutionListSchema: GenMessage<AgentExecutionList>;
66
+ /**
67
+ * ListAgentExecutionsRequest specifies parameters for listing executions.
68
+ *
69
+ * @generated from message ai.stigmer.agentic.agentexecution.v1.ListAgentExecutionsRequest
70
+ */
71
+ export type ListAgentExecutionsRequest = Message<"ai.stigmer.agentic.agentexecution.v1.ListAgentExecutionsRequest"> & {
72
+ /**
73
+ * Maximum number of executions to return per page.
74
+ *
75
+ * @generated from field: int32 page_size = 1;
76
+ */
77
+ pageSize: number;
78
+ /**
79
+ * Token for pagination, obtained from previous response.
80
+ *
81
+ * @generated from field: string page_token = 2;
82
+ */
83
+ pageToken: string;
84
+ /**
85
+ * Filter by execution phase (optional).
86
+ *
87
+ * @generated from field: ai.stigmer.agentic.agentexecution.v1.ExecutionPhase phase = 3;
88
+ */
89
+ phase: ExecutionPhase;
90
+ /**
91
+ * Filter by tags (optional).
92
+ *
93
+ * @generated from field: repeated string tags = 4;
94
+ */
95
+ tags: string[];
96
+ };
97
+ /**
98
+ * Describes the message ai.stigmer.agentic.agentexecution.v1.ListAgentExecutionsRequest.
99
+ * Use `create(ListAgentExecutionsRequestSchema)` to create a new message.
100
+ */
101
+ export declare const ListAgentExecutionsRequestSchema: GenMessage<ListAgentExecutionsRequest>;
102
+ /**
103
+ * ListAgentExecutionsBySessionRequest lists all executions in a session.
104
+ *
105
+ * @generated from message ai.stigmer.agentic.agentexecution.v1.ListAgentExecutionsBySessionRequest
106
+ */
107
+ export type ListAgentExecutionsBySessionRequest = Message<"ai.stigmer.agentic.agentexecution.v1.ListAgentExecutionsBySessionRequest"> & {
108
+ /**
109
+ * Session ID to filter by.
110
+ *
111
+ * @generated from field: string session_id = 1;
112
+ */
113
+ sessionId: string;
114
+ /**
115
+ * Maximum number of executions to return per page.
116
+ *
117
+ * @generated from field: int32 page_size = 2;
118
+ */
119
+ pageSize: number;
120
+ /**
121
+ * Token for pagination, obtained from previous response.
122
+ *
123
+ * @generated from field: string page_token = 3;
124
+ */
125
+ pageToken: string;
126
+ };
127
+ /**
128
+ * Describes the message ai.stigmer.agentic.agentexecution.v1.ListAgentExecutionsBySessionRequest.
129
+ * Use `create(ListAgentExecutionsBySessionRequestSchema)` to create a new message.
130
+ */
131
+ export declare const ListAgentExecutionsBySessionRequestSchema: GenMessage<ListAgentExecutionsBySessionRequest>;
132
+ /**
133
+ * Input message for updateStatus RPC.
134
+ * Contains only the execution ID and the status fields to be updated.
135
+ * This avoids validation errors on incomplete metadata/spec fields and makes the API contract clearer.
136
+ *
137
+ * @generated from message ai.stigmer.agentic.agentexecution.v1.AgentExecutionUpdateStatusInput
138
+ */
139
+ export type AgentExecutionUpdateStatusInput = Message<"ai.stigmer.agentic.agentexecution.v1.AgentExecutionUpdateStatusInput"> & {
140
+ /**
141
+ * ID of the agent execution to update (required).
142
+ * Format: "aex_abc123xyz456"
143
+ *
144
+ * @generated from field: string execution_id = 1;
145
+ */
146
+ executionId: string;
147
+ /**
148
+ * Status fields to update.
149
+ * The handler will merge these status fields with the existing execution's status.
150
+ * Only the fields present in this status object will be updated.
151
+ *
152
+ * @generated from field: ai.stigmer.agentic.agentexecution.v1.AgentExecutionStatus status = 2;
153
+ */
154
+ status?: AgentExecutionStatus;
155
+ };
156
+ /**
157
+ * Describes the message ai.stigmer.agentic.agentexecution.v1.AgentExecutionUpdateStatusInput.
158
+ * Use `create(AgentExecutionUpdateStatusInputSchema)` to create a new message.
159
+ */
160
+ export declare const AgentExecutionUpdateStatusInputSchema: GenMessage<AgentExecutionUpdateStatusInput>;
161
+ /**
162
+ * Input for submitting an approval decision (HITL Phase 1).
163
+ *
164
+ * All required fields must be provided. The handler validates:
165
+ * 1. The execution exists and is in EXECUTION_WAITING_FOR_APPROVAL phase
166
+ * 2. The tool_call_id matches status.pending_approval.tool_call_id
167
+ * 3. The action is a valid non-UNSPECIFIED enum value
168
+ *
169
+ * Example:
170
+ * {
171
+ * "agent_execution_id": "aex_abc123xyz456",
172
+ * "tool_call_id": "call_def789",
173
+ * "action": "APPROVAL_ACTION_APPROVE",
174
+ * "comment": "Verified safe to execute"
175
+ * }
176
+ *
177
+ * @generated from message ai.stigmer.agentic.agentexecution.v1.SubmitApprovalInput
178
+ */
179
+ export type SubmitApprovalInput = Message<"ai.stigmer.agentic.agentexecution.v1.SubmitApprovalInput"> & {
180
+ /**
181
+ * ID of the agent execution.
182
+ * Format: "aex_abc123xyz456"
183
+ *
184
+ * @generated from field: string agent_execution_id = 1;
185
+ */
186
+ agentExecutionId: string;
187
+ /**
188
+ * ID of the tool call to approve/skip/reject.
189
+ * Must match status.pending_approval.tool_call_id exactly.
190
+ * Format: Tool call ID from agent runtime (e.g., "call_abc123")
191
+ *
192
+ * @generated from field: string tool_call_id = 2;
193
+ */
194
+ toolCallId: string;
195
+ /**
196
+ * User's decision: APPROVE, SKIP, or REJECT.
197
+ * APPROVAL_ACTION_UNSPECIFIED (0) is rejected by validation.
198
+ *
199
+ * @generated from field: ai.stigmer.agentic.agentexecution.v1.ApprovalAction action = 3;
200
+ */
201
+ action: ApprovalAction;
202
+ /**
203
+ * Optional reason/comment for the decision.
204
+ * Stored in audit trail for compliance and debugging.
205
+ * Examples:
206
+ * - "Verified the target repository is safe to delete" (on APPROVE)
207
+ * - "Will handle this operation manually" (on SKIP)
208
+ * - "Unexpected target - this looks like the wrong repository" (on REJECT)
209
+ *
210
+ * @generated from field: string comment = 4;
211
+ */
212
+ comment: string;
213
+ };
214
+ /**
215
+ * Describes the message ai.stigmer.agentic.agentexecution.v1.SubmitApprovalInput.
216
+ * Use `create(SubmitApprovalInputSchema)` to create a new message.
217
+ */
218
+ export declare const SubmitApprovalInputSchema: GenMessage<SubmitApprovalInput>;
219
+ /**
220
+ * ApprovalDecisionList wraps a batch of approval decisions for Temporal
221
+ * activity transport.
222
+ *
223
+ * Required for polyglot Temporal serialization: a bare repeated field (Go
224
+ * slice / Java List) is NOT a proto.Message, so the SDK falls back to
225
+ * json/plain encoding which the Python worker cannot decode into typed
226
+ * protobuf objects. Wrapping in a message ensures the SDK uses the
227
+ * json/protobuf payload converter on both sides.
228
+ *
229
+ * @generated from message ai.stigmer.agentic.agentexecution.v1.ApprovalDecisionList
230
+ */
231
+ export type ApprovalDecisionList = Message<"ai.stigmer.agentic.agentexecution.v1.ApprovalDecisionList"> & {
232
+ /**
233
+ * @generated from field: repeated ai.stigmer.agentic.agentexecution.v1.SubmitApprovalInput decisions = 1;
234
+ */
235
+ decisions: SubmitApprovalInput[];
236
+ };
237
+ /**
238
+ * Describes the message ai.stigmer.agentic.agentexecution.v1.ApprovalDecisionList.
239
+ * Use `create(ApprovalDecisionListSchema)` to create a new message.
240
+ */
241
+ export declare const ApprovalDecisionListSchema: GenMessage<ApprovalDecisionList>;
242
+ /**
243
+ * CancelAgentExecutionInput requests graceful cancellation of an agent execution.
244
+ *
245
+ * Cancellation sends a signal to the agent execution, allowing it to clean up
246
+ * gracefully. The agent can handle the cancellation signal (e.g., save checkpoint,
247
+ * report status) before the execution transitions to CANCELLED phase.
248
+ *
249
+ * ## Behavior
250
+ *
251
+ * - Sends cancellation signal to Temporal via CancelWorkflow API
252
+ * - Agent activity receives cancellation and saves checkpoint
253
+ * - Execution transitions to EXECUTION_CANCELLED phase after cleanup
254
+ * - LangGraph checkpoint is preserved for potential future recovery
255
+ *
256
+ * ## Preconditions
257
+ *
258
+ * - Execution must be in EXECUTION_PENDING or EXECUTION_IN_PROGRESS phase
259
+ * - User must have can_edit permission on the agent execution
260
+ *
261
+ * ## Idempotency
262
+ *
263
+ * If the execution is already cancelled (phase == EXECUTION_CANCELLED),
264
+ * the call succeeds as a no-op and returns the current execution state.
265
+ *
266
+ * ## Use Cases
267
+ *
268
+ * - User realizes they provided incorrect input to the agent
269
+ * - Business decision to stop a long-running agent task
270
+ * - Graceful shutdown before maintenance window
271
+ * - Cancel agent that is taking too long
272
+ *
273
+ * ## Example
274
+ *
275
+ * {
276
+ * "id": "aex_abc123xyz456",
277
+ * "reason": "User requested cancellation - task no longer needed"
278
+ * }
279
+ *
280
+ * @generated from message ai.stigmer.agentic.agentexecution.v1.CancelAgentExecutionInput
281
+ */
282
+ export type CancelAgentExecutionInput = Message<"ai.stigmer.agentic.agentexecution.v1.CancelAgentExecutionInput"> & {
283
+ /**
284
+ * Agent execution ID to cancel.
285
+ *
286
+ * Format: "aex_{ulid}" (auto-generated unique identifier)
287
+ * Example: "aex_abc123xyz456"
288
+ *
289
+ * Validation: Required, cannot be empty
290
+ *
291
+ * @generated from field: string id = 1;
292
+ */
293
+ id: string;
294
+ /**
295
+ * Human-readable reason for cancellation.
296
+ *
297
+ * Stored in the audit trail and passed to Temporal for operational debugging.
298
+ * Optional but strongly recommended for compliance and troubleshooting.
299
+ *
300
+ * Examples:
301
+ * - "User requested cancellation"
302
+ * - "Incorrect input provided to agent"
303
+ * - "Superseded by newer execution"
304
+ * - "Pre-maintenance shutdown"
305
+ *
306
+ * @generated from field: string reason = 2;
307
+ */
308
+ reason: string;
309
+ };
310
+ /**
311
+ * Describes the message ai.stigmer.agentic.agentexecution.v1.CancelAgentExecutionInput.
312
+ * Use `create(CancelAgentExecutionInputSchema)` to create a new message.
313
+ */
314
+ export declare const CancelAgentExecutionInputSchema: GenMessage<CancelAgentExecutionInput>;
315
+ /**
316
+ * TerminateAgentExecutionInput requests immediate termination of an agent execution.
317
+ *
318
+ * Termination forcefully kills the agent execution without allowing cleanup.
319
+ * Unlike cancellation, the agent cannot respond to termination - it is stopped
320
+ * immediately. Use this for stuck or unresponsive agent executions.
321
+ *
322
+ * ## Behavior
323
+ *
324
+ * - Force-kills workflow via Temporal TerminateWorkflow API
325
+ * - Agent activity does NOT receive any signal (cannot clean up)
326
+ * - Execution transitions to EXECUTION_TERMINATED phase immediately
327
+ * - All in-progress tool calls are stopped abruptly
328
+ * - LangGraph checkpoint may be incomplete
329
+ *
330
+ * ## Preconditions
331
+ *
332
+ * - Execution must be in EXECUTION_PENDING or EXECUTION_IN_PROGRESS phase
333
+ * - User must have can_edit permission on the agent execution
334
+ *
335
+ * ## Idempotency
336
+ *
337
+ * If the execution is already terminated (phase == EXECUTION_TERMINATED),
338
+ * the call succeeds as a no-op and returns the current execution state.
339
+ *
340
+ * ## Terminated vs Cancelled
341
+ *
342
+ * | Aspect | Cancel | Terminate |
343
+ * |--------|--------|-----------|
344
+ * | Signal | Agent receives cancellation signal | No signal sent |
345
+ * | Cleanup | Agent can save checkpoint | No cleanup possible |
346
+ * | Use case | Normal cancellation | Stuck/unresponsive agents |
347
+ * | Recovery | Cannot recover | Cannot recover |
348
+ *
349
+ * ## Use Cases
350
+ *
351
+ * - Agent is stuck and not responding to cancellation
352
+ * - Agent is in an infinite loop
353
+ * - Emergency stop for misbehaving agent
354
+ * - Agent has a bug causing it to ignore cancellation signals
355
+ *
356
+ * ## Example
357
+ *
358
+ * {
359
+ * "id": "aex_abc123xyz456",
360
+ * "reason": "Agent stuck in infinite loop, not responding to cancel"
361
+ * }
362
+ *
363
+ * @generated from message ai.stigmer.agentic.agentexecution.v1.TerminateAgentExecutionInput
364
+ */
365
+ export type TerminateAgentExecutionInput = Message<"ai.stigmer.agentic.agentexecution.v1.TerminateAgentExecutionInput"> & {
366
+ /**
367
+ * Agent execution ID to terminate.
368
+ *
369
+ * Format: "aex_{ulid}" (auto-generated unique identifier)
370
+ * Example: "aex_abc123xyz456"
371
+ *
372
+ * Validation: Required, cannot be empty
373
+ *
374
+ * @generated from field: string id = 1;
375
+ */
376
+ id: string;
377
+ /**
378
+ * Human-readable reason for termination.
379
+ *
380
+ * Stored in the audit trail and passed to Temporal for operational debugging.
381
+ * Optional but strongly recommended - termination is a drastic action
382
+ * and the reason helps with post-incident analysis.
383
+ *
384
+ * Examples:
385
+ * - "Agent stuck for 30 minutes, not responding to cancel"
386
+ * - "Infinite loop detected in tool calls"
387
+ * - "Emergency stop - agent making unexpected API calls"
388
+ * - "Cancel failed after 3 attempts, force terminating"
389
+ *
390
+ * @generated from field: string reason = 2;
391
+ */
392
+ reason: string;
393
+ };
394
+ /**
395
+ * Describes the message ai.stigmer.agentic.agentexecution.v1.TerminateAgentExecutionInput.
396
+ * Use `create(TerminateAgentExecutionInputSchema)` to create a new message.
397
+ */
398
+ export declare const TerminateAgentExecutionInputSchema: GenMessage<TerminateAgentExecutionInput>;
399
+ /**
400
+ * RecoverAgentExecutionInput requests recovery of a failed agent execution.
401
+ *
402
+ * Recovery resumes execution from the last LangGraph checkpoint, preserving
403
+ * all completed work. The agent continues from where it failed without
404
+ * re-executing successful steps.
405
+ *
406
+ * ## Behavior
407
+ *
408
+ * - Uses Temporal ResetWorkflow API to resume from last successful point
409
+ * - LangGraph checkpoint is loaded using the preserved thread_id
410
+ * - Completed tool calls are NOT re-executed
411
+ * - Execution transitions from FAILED back to IN_PROGRESS phase
412
+ * - Agent continues from where it failed
413
+ *
414
+ * ## Preconditions
415
+ *
416
+ * - Execution must be in EXECUTION_FAILED phase
417
+ * - TERMINATED executions cannot be recovered (incomplete checkpoint)
418
+ * - CANCELLED executions cannot be recovered (intentional user action)
419
+ * - User must have can_edit permission on the agent execution
420
+ *
421
+ * ## Idempotency
422
+ *
423
+ * If recovery is already in progress (execution moved to IN_PROGRESS after
424
+ * a previous recover call), the call succeeds as a no-op and returns current state.
425
+ *
426
+ * ## Use Cases
427
+ *
428
+ * - Agent failed due to transient error (network timeout, rate limit)
429
+ * - External API was down but is now available
430
+ * - Bug was fixed and agent should continue from failure point
431
+ * - Retry after investigating and fixing the root cause
432
+ *
433
+ * ## Example
434
+ *
435
+ * {
436
+ * "id": "aex_abc123xyz456"
437
+ * }
438
+ *
439
+ * @generated from message ai.stigmer.agentic.agentexecution.v1.RecoverAgentExecutionInput
440
+ */
441
+ export type RecoverAgentExecutionInput = Message<"ai.stigmer.agentic.agentexecution.v1.RecoverAgentExecutionInput"> & {
442
+ /**
443
+ * Agent execution ID to recover.
444
+ *
445
+ * Must be in FAILED phase. TERMINATED and CANCELLED executions
446
+ * cannot be recovered.
447
+ *
448
+ * Format: "aex_{ulid}" (auto-generated unique identifier)
449
+ * Example: "aex_abc123xyz456"
450
+ *
451
+ * Validation: Required, cannot be empty
452
+ *
453
+ * @generated from field: string id = 1;
454
+ */
455
+ id: string;
456
+ };
457
+ /**
458
+ * Describes the message ai.stigmer.agentic.agentexecution.v1.RecoverAgentExecutionInput.
459
+ * Use `create(RecoverAgentExecutionInputSchema)` to create a new message.
460
+ */
461
+ export declare const RecoverAgentExecutionInputSchema: GenMessage<RecoverAgentExecutionInput>;
462
+ /**
463
+ * PauseAgentExecutionInput requests temporarily pausing an agent execution.
464
+ *
465
+ * Pauses the agent at its current checkpoint. Unlike cancel, the execution
466
+ * is NOT terminal and can be resumed later from where it left off.
467
+ *
468
+ * ## Behavior
469
+ *
470
+ * When an agent is paused:
471
+ * 1. A "pause" signal is sent to the Temporal workflow
472
+ * 2. Running activity is gracefully cancelled (checkpoint saved)
473
+ * 3. LangGraph auto-saves checkpoint on cancellation
474
+ * 4. Execution transitions to EXECUTION_PAUSED phase
475
+ * 5. Workflow waits for resume signal (no resources consumed)
476
+ *
477
+ * ## Resume Flow
478
+ *
479
+ * The paused agent can be resumed via the resume RPC:
480
+ * 1. Resume signal unblocks the workflow
481
+ * 2. Activity is re-invoked with same thread_id
482
+ * 3. LangGraph loads from checkpoint automatically
483
+ * 4. Agent continues from exact pause point
484
+ *
485
+ * ## Preconditions
486
+ *
487
+ * - Execution must be in EXECUTION_PENDING or EXECUTION_IN_PROGRESS phase
488
+ * - Cannot pause already paused or terminal executions
489
+ *
490
+ * ## Use Cases
491
+ *
492
+ * - User wants to review agent progress before continuing
493
+ * - Scheduled maintenance window requires pausing work
494
+ * - Rate limit concerns require throttling agent work
495
+ * - Need to modify agent configuration before continuing
496
+ *
497
+ * ## Example
498
+ *
499
+ * {
500
+ * "id": "aex_abc123xyz456",
501
+ * "reason": "Pausing to review progress before continuing"
502
+ * }
503
+ *
504
+ * @since Agent Execution Lifecycle
505
+ *
506
+ * @generated from message ai.stigmer.agentic.agentexecution.v1.PauseAgentExecutionInput
507
+ */
508
+ export type PauseAgentExecutionInput = Message<"ai.stigmer.agentic.agentexecution.v1.PauseAgentExecutionInput"> & {
509
+ /**
510
+ * Agent execution ID to pause.
511
+ *
512
+ * Must be in PENDING or IN_PROGRESS phase. Cannot pause
513
+ * executions that are already terminal (COMPLETED, FAILED, CANCELLED, TERMINATED).
514
+ *
515
+ * Format: "aex_{ulid}" (auto-generated unique identifier)
516
+ * Example: "aex_abc123xyz456"
517
+ *
518
+ * Validation: Required, cannot be empty
519
+ *
520
+ * @generated from field: string id = 1;
521
+ */
522
+ id: string;
523
+ /**
524
+ * Human-readable reason for pausing.
525
+ *
526
+ * Stored in the audit trail for operational debugging and compliance.
527
+ * Helps track why the pause was needed.
528
+ *
529
+ * Examples:
530
+ * - "Pausing for scheduled maintenance window"
531
+ * - "User requested pause to review progress"
532
+ * - "Pausing due to rate limit concerns"
533
+ * - "Emergency pause - investigating issue"
534
+ *
535
+ * @generated from field: string reason = 2;
536
+ */
537
+ reason: string;
538
+ };
539
+ /**
540
+ * Describes the message ai.stigmer.agentic.agentexecution.v1.PauseAgentExecutionInput.
541
+ * Use `create(PauseAgentExecutionInputSchema)` to create a new message.
542
+ */
543
+ export declare const PauseAgentExecutionInputSchema: GenMessage<PauseAgentExecutionInput>;
544
+ /**
545
+ * ResumeAgentExecutionInput requests resuming a paused agent execution.
546
+ *
547
+ * Continues execution from the checkpoint where it was paused. The agent
548
+ * re-invokes activities with the same thread_id, which loads from checkpoint
549
+ * and continues from where it left off.
550
+ *
551
+ * ## Behavior
552
+ *
553
+ * When an agent is resumed:
554
+ * 1. A "resume" signal is sent to the paused Temporal workflow
555
+ * 2. Workflow unblocks from its wait state
556
+ * 3. Activity is re-invoked with same execution context
557
+ * 4. LangGraph loads checkpoint using thread_id
558
+ * 5. Agent continues from exact pause point
559
+ *
560
+ * ## Preconditions
561
+ *
562
+ * - Execution must be in EXECUTION_PAUSED phase
563
+ * - Cannot resume non-paused executions
564
+ *
565
+ * ## Idempotency
566
+ *
567
+ * If the execution is not paused (already IN_PROGRESS),
568
+ * the call succeeds as a no-op and returns the current execution state.
569
+ *
570
+ * ## Example
571
+ *
572
+ * {
573
+ * "id": "aex_abc123xyz456"
574
+ * }
575
+ *
576
+ * @since Agent Execution Lifecycle
577
+ *
578
+ * @generated from message ai.stigmer.agentic.agentexecution.v1.ResumeAgentExecutionInput
579
+ */
580
+ export type ResumeAgentExecutionInput = Message<"ai.stigmer.agentic.agentexecution.v1.ResumeAgentExecutionInput"> & {
581
+ /**
582
+ * Agent execution ID to resume.
583
+ *
584
+ * Must be in PAUSED phase. Cannot resume executions
585
+ * that are not paused.
586
+ *
587
+ * Format: "aex_{ulid}" (auto-generated unique identifier)
588
+ * Example: "aex_abc123xyz456"
589
+ *
590
+ * Validation: Required, cannot be empty
591
+ *
592
+ * @generated from field: string id = 1;
593
+ */
594
+ id: string;
595
+ };
596
+ /**
597
+ * Describes the message ai.stigmer.agentic.agentexecution.v1.ResumeAgentExecutionInput.
598
+ * Use `create(ResumeAgentExecutionInputSchema)` to create a new message.
599
+ */
600
+ export declare const ResumeAgentExecutionInputSchema: GenMessage<ResumeAgentExecutionInput>;
601
+ /**
602
+ * UploadAttachmentRequest uploads a file attachment for use in an agent execution.
603
+ *
604
+ * This endpoint allows CLI and other clients to pre-upload large files (>4MB)
605
+ * to artifact storage before creating an agent execution. The returned storage_key
606
+ * can then be used in the Attachment message when creating the execution.
607
+ *
608
+ * ## Storage
609
+ *
610
+ * Files are uploaded to: attachments/{ulid}/{filename}
611
+ * The ULID ensures unique paths and allows for future cleanup policies.
612
+ *
613
+ * ## Authorization
614
+ *
615
+ * This endpoint does not require authorization. The storage_key returned acts
616
+ * as a capability token - knowing the key grants access to the content. This
617
+ * simplifies the upload flow while maintaining security through obscurity
618
+ * of the storage path.
619
+ *
620
+ * ## Use Cases
621
+ *
622
+ * - CLI uploading files before agent execution
623
+ * - Pre-uploading large datasets for agent processing
624
+ * - Uploading binary files that cannot be embedded inline
625
+ *
626
+ * ## Example
627
+ *
628
+ * Request:
629
+ * {
630
+ * "filename": "dataset.csv",
631
+ * "content": <binary data>,
632
+ * "content_type": "text/csv"
633
+ * }
634
+ *
635
+ * Response:
636
+ * {
637
+ * "storage_key": "attachments/01HGXXX.../dataset.csv"
638
+ * }
639
+ *
640
+ * @since Artifact Lifecycle (Attachments & Artifacts)
641
+ *
642
+ * @generated from message ai.stigmer.agentic.agentexecution.v1.UploadAttachmentRequest
643
+ */
644
+ export type UploadAttachmentRequest = Message<"ai.stigmer.agentic.agentexecution.v1.UploadAttachmentRequest"> & {
645
+ /**
646
+ * Original filename of the attachment.
647
+ *
648
+ * Used in the storage path and for display purposes.
649
+ * Should not contain path separators or special characters.
650
+ *
651
+ * Examples: "dataset.csv", "config.json", "report.pdf"
652
+ *
653
+ * Validation: Required, minimum 1 character
654
+ *
655
+ * @generated from field: string filename = 1;
656
+ */
657
+ filename: string;
658
+ /**
659
+ * Binary content of the file.
660
+ *
661
+ * Maximum size depends on gRPC message limits (typically 4MB).
662
+ * For very large files, consider chunked upload (future enhancement).
663
+ *
664
+ * Validation: Required, cannot be empty
665
+ *
666
+ * @generated from field: bytes content = 2;
667
+ */
668
+ content: Uint8Array;
669
+ /**
670
+ * MIME type of the file content.
671
+ *
672
+ * Used for Content-Type header when downloading.
673
+ * If not provided, will be guessed from filename extension.
674
+ *
675
+ * Examples: "text/csv", "application/json", "application/pdf"
676
+ *
677
+ * @generated from field: string content_type = 3;
678
+ */
679
+ contentType: string;
680
+ };
681
+ /**
682
+ * Describes the message ai.stigmer.agentic.agentexecution.v1.UploadAttachmentRequest.
683
+ * Use `create(UploadAttachmentRequestSchema)` to create a new message.
684
+ */
685
+ export declare const UploadAttachmentRequestSchema: GenMessage<UploadAttachmentRequest>;
686
+ /**
687
+ * UploadAttachmentResponse returns the storage key for the uploaded attachment.
688
+ *
689
+ * The storage_key should be used in the Attachment message when creating
690
+ * an agent execution. The key is opaque to clients - do not parse or
691
+ * construct keys manually.
692
+ *
693
+ * @since Artifact Lifecycle (Attachments & Artifacts)
694
+ *
695
+ * @generated from message ai.stigmer.agentic.agentexecution.v1.UploadAttachmentResponse
696
+ */
697
+ export type UploadAttachmentResponse = Message<"ai.stigmer.agentic.agentexecution.v1.UploadAttachmentResponse"> & {
698
+ /**
699
+ * Storage key for the uploaded attachment.
700
+ *
701
+ * Use this key in Attachment.storage_key when creating an execution.
702
+ * The key includes a unique identifier and the filename.
703
+ *
704
+ * Format: "attachments/{ulid}/{filename}"
705
+ * Example: "attachments/01HGXXX123ABC/dataset.csv"
706
+ *
707
+ * @generated from field: string storage_key = 1;
708
+ */
709
+ storageKey: string;
710
+ };
711
+ /**
712
+ * Describes the message ai.stigmer.agentic.agentexecution.v1.UploadAttachmentResponse.
713
+ * Use `create(UploadAttachmentResponseSchema)` to create a new message.
714
+ */
715
+ export declare const UploadAttachmentResponseSchema: GenMessage<UploadAttachmentResponse>;
716
+ /**
717
+ * GetArtifactDownloadUrlRequest requests a download URL for an execution artifact.
718
+ *
719
+ * This endpoint generates presigned URLs for artifacts published by agents
720
+ * during execution. The URLs are time-limited and can be used for direct
721
+ * HTTP download without authentication.
722
+ *
723
+ * ## Authorization
724
+ *
725
+ * Requires can_view permission on the execution. This ensures users can only
726
+ * access artifacts from executions they have access to.
727
+ *
728
+ * ## Security
729
+ *
730
+ * The storage_key is validated to ensure it belongs to the specified execution.
731
+ * Storage keys must start with "artifacts/{execution_id}/" to prevent path
732
+ * traversal attacks where a user could request URLs for other executions'
733
+ * artifacts.
734
+ *
735
+ * ## Use Cases
736
+ *
737
+ * - CLI downloading agent-created files
738
+ * - Web UI providing download links for artifacts
739
+ * - Refreshing expired download URLs
740
+ *
741
+ * ## Example
742
+ *
743
+ * Request:
744
+ * {
745
+ * "execution_id": "aex_abc123xyz456",
746
+ * "storage_key": "artifacts/aex_abc123xyz456/generated-skill.zip"
747
+ * }
748
+ *
749
+ * Response:
750
+ * {
751
+ * "download_url": "https://r2.example.com/...",
752
+ * "expires_at": "2026-02-20T10:30:00Z"
753
+ * }
754
+ *
755
+ * @since Artifact Lifecycle (Attachments & Artifacts)
756
+ *
757
+ * @generated from message ai.stigmer.agentic.agentexecution.v1.GetArtifactDownloadUrlRequest
758
+ */
759
+ export type GetArtifactDownloadUrlRequest = Message<"ai.stigmer.agentic.agentexecution.v1.GetArtifactDownloadUrlRequest"> & {
760
+ /**
761
+ * ID of the agent execution that produced the artifact.
762
+ *
763
+ * Used for authorization (can_view check) and storage_key validation.
764
+ *
765
+ * Format: "aex_{ulid}"
766
+ * Example: "aex_abc123xyz456"
767
+ *
768
+ * Validation: Required, minimum 1 character
769
+ *
770
+ * @generated from field: string execution_id = 1;
771
+ */
772
+ executionId: string;
773
+ /**
774
+ * Storage key of the artifact to download.
775
+ *
776
+ * Must be an artifact from the specified execution. The storage_key
777
+ * is validated to start with "artifacts/{execution_id}/" to prevent
778
+ * access to other executions' artifacts.
779
+ *
780
+ * Obtain this value from ExecutionArtifact.storage_key in the execution status.
781
+ *
782
+ * Format: "artifacts/{execution_id}/{filename}"
783
+ * Example: "artifacts/aex_abc123xyz456/generated-skill.zip"
784
+ *
785
+ * Validation: Required, minimum 1 character
786
+ *
787
+ * @generated from field: string storage_key = 2;
788
+ */
789
+ storageKey: string;
790
+ };
791
+ /**
792
+ * Describes the message ai.stigmer.agentic.agentexecution.v1.GetArtifactDownloadUrlRequest.
793
+ * Use `create(GetArtifactDownloadUrlRequestSchema)` to create a new message.
794
+ */
795
+ export declare const GetArtifactDownloadUrlRequestSchema: GenMessage<GetArtifactDownloadUrlRequest>;
796
+ /**
797
+ * GetArtifactDownloadUrlResponse returns a presigned download URL for an artifact.
798
+ *
799
+ * The download_url can be used with a simple HTTP GET request to download
800
+ * the artifact. No authentication headers are required - the URL contains
801
+ * embedded authorization.
802
+ *
803
+ * @since Artifact Lifecycle (Attachments & Artifacts)
804
+ *
805
+ * @generated from message ai.stigmer.agentic.agentexecution.v1.GetArtifactDownloadUrlResponse
806
+ */
807
+ export type GetArtifactDownloadUrlResponse = Message<"ai.stigmer.agentic.agentexecution.v1.GetArtifactDownloadUrlResponse"> & {
808
+ /**
809
+ * Presigned URL for downloading the artifact.
810
+ *
811
+ * Valid for direct HTTP GET request without authentication.
812
+ * The URL includes embedded authorization that expires at expires_at.
813
+ *
814
+ * Example: "https://r2.cloudflarestorage.com/bucket/artifacts/...?X-Amz-Signature=..."
815
+ *
816
+ * @generated from field: string download_url = 1;
817
+ */
818
+ downloadUrl: string;
819
+ /**
820
+ * ISO 8601 timestamp when the download URL expires.
821
+ *
822
+ * After this time, the URL will no longer work and a new URL
823
+ * must be requested via this endpoint.
824
+ *
825
+ * Default expiration: 7 days from generation.
826
+ *
827
+ * Example: "2026-02-20T10:30:00Z"
828
+ *
829
+ * @generated from field: string expires_at = 2;
830
+ */
831
+ expiresAt: string;
832
+ };
833
+ /**
834
+ * Describes the message ai.stigmer.agentic.agentexecution.v1.GetArtifactDownloadUrlResponse.
835
+ * Use `create(GetArtifactDownloadUrlResponseSchema)` to create a new message.
836
+ */
837
+ export declare const GetArtifactDownloadUrlResponseSchema: GenMessage<GetArtifactDownloadUrlResponse>;
838
+ /**
839
+ * GetSessionUsageReportInput requests a usage report for a single session.
840
+ * Aggregates cost and token data across all executions in the session.
841
+ *
842
+ * @generated from message ai.stigmer.agentic.agentexecution.v1.GetSessionUsageReportInput
843
+ */
844
+ export type GetSessionUsageReportInput = Message<"ai.stigmer.agentic.agentexecution.v1.GetSessionUsageReportInput"> & {
845
+ /**
846
+ * Session ID to get usage report for.
847
+ *
848
+ * @generated from field: string session_id = 1;
849
+ */
850
+ sessionId: string;
851
+ };
852
+ /**
853
+ * Describes the message ai.stigmer.agentic.agentexecution.v1.GetSessionUsageReportInput.
854
+ * Use `create(GetSessionUsageReportInputSchema)` to create a new message.
855
+ */
856
+ export declare const GetSessionUsageReportInputSchema: GenMessage<GetSessionUsageReportInput>;
857
+ /**
858
+ * GetSessionUsageReportOutput returns aggregated usage for a session.
859
+ *
860
+ * Provides both the session-level totals and per-execution breakdown,
861
+ * enabling drill-down from "this session cost $0.90" to "execution #3
862
+ * cost $0.12 because it used claude-sonnet-4."
863
+ *
864
+ * @generated from message ai.stigmer.agentic.agentexecution.v1.GetSessionUsageReportOutput
865
+ */
866
+ export type GetSessionUsageReportOutput = Message<"ai.stigmer.agentic.agentexecution.v1.GetSessionUsageReportOutput"> & {
867
+ /**
868
+ * Session identifier.
869
+ *
870
+ * @generated from field: string session_id = 1;
871
+ */
872
+ sessionId: string;
873
+ /**
874
+ * Total number of executions in this session.
875
+ *
876
+ * @generated from field: int32 execution_count = 2;
877
+ */
878
+ executionCount: number;
879
+ /**
880
+ * Aggregated usage across all executions in this session.
881
+ *
882
+ * @generated from field: ai.stigmer.agentic.agentexecution.v1.UsageMetrics total_usage = 3;
883
+ */
884
+ totalUsage?: UsageMetrics;
885
+ /**
886
+ * Per-execution breakdown (ordered chronologically).
887
+ *
888
+ * @generated from field: repeated ai.stigmer.agentic.agentexecution.v1.ExecutionUsageSummary executions = 4;
889
+ */
890
+ executions: ExecutionUsageSummary[];
891
+ /**
892
+ * Per-model breakdown across the entire session.
893
+ *
894
+ * @generated from field: repeated ai.stigmer.agentic.agentexecution.v1.ModelUsage model_breakdown = 5;
895
+ */
896
+ modelBreakdown: ModelUsage[];
897
+ /**
898
+ * Total summarization cost across all executions.
899
+ *
900
+ * @generated from field: double total_summarization_cost_usd = 6;
901
+ */
902
+ totalSummarizationCostUsd: number;
903
+ /**
904
+ * ISO 8601 timestamp of the first execution in this session.
905
+ *
906
+ * @generated from field: string first_execution_at = 7;
907
+ */
908
+ firstExecutionAt: string;
909
+ /**
910
+ * ISO 8601 timestamp of the most recent execution in this session.
911
+ *
912
+ * @generated from field: string last_execution_at = 8;
913
+ */
914
+ lastExecutionAt: string;
915
+ };
916
+ /**
917
+ * Describes the message ai.stigmer.agentic.agentexecution.v1.GetSessionUsageReportOutput.
918
+ * Use `create(GetSessionUsageReportOutputSchema)` to create a new message.
919
+ */
920
+ export declare const GetSessionUsageReportOutputSchema: GenMessage<GetSessionUsageReportOutput>;
921
+ /**
922
+ * GetAgentUsageReportInput requests a usage report for a specific agent.
923
+ * Aggregates cost and token data across all sessions for the agent within
924
+ * a time range.
925
+ *
926
+ * @generated from message ai.stigmer.agentic.agentexecution.v1.GetAgentUsageReportInput
927
+ */
928
+ export type GetAgentUsageReportInput = Message<"ai.stigmer.agentic.agentexecution.v1.GetAgentUsageReportInput"> & {
929
+ /**
930
+ * Agent ID to get usage report for.
931
+ *
932
+ * @generated from field: string agent_id = 1;
933
+ */
934
+ agentId: string;
935
+ /**
936
+ * Start of time range filter (ISO 8601, inclusive).
937
+ * Example: "2026-03-01"
938
+ *
939
+ * @generated from field: string from_date = 2;
940
+ */
941
+ fromDate: string;
942
+ /**
943
+ * End of time range filter (ISO 8601, inclusive).
944
+ * Example: "2026-03-13"
945
+ *
946
+ * @generated from field: string to_date = 3;
947
+ */
948
+ toDate: string;
949
+ /**
950
+ * Maximum number of sessions to return per page.
951
+ *
952
+ * @generated from field: int32 page_size = 4;
953
+ */
954
+ pageSize: number;
955
+ /**
956
+ * Token for pagination, obtained from previous response.
957
+ *
958
+ * @generated from field: string page_token = 5;
959
+ */
960
+ pageToken: string;
961
+ };
962
+ /**
963
+ * Describes the message ai.stigmer.agentic.agentexecution.v1.GetAgentUsageReportInput.
964
+ * Use `create(GetAgentUsageReportInputSchema)` to create a new message.
965
+ */
966
+ export declare const GetAgentUsageReportInputSchema: GenMessage<GetAgentUsageReportInput>;
967
+ /**
968
+ * GetAgentUsageReportOutput returns aggregated usage for an agent.
969
+ *
970
+ * Provides agent-level totals, per-model breakdown, and per-session
971
+ * summaries within the requested time range.
972
+ *
973
+ * @generated from message ai.stigmer.agentic.agentexecution.v1.GetAgentUsageReportOutput
974
+ */
975
+ export type GetAgentUsageReportOutput = Message<"ai.stigmer.agentic.agentexecution.v1.GetAgentUsageReportOutput"> & {
976
+ /**
977
+ * Agent identifier.
978
+ *
979
+ * @generated from field: string agent_id = 1;
980
+ */
981
+ agentId: string;
982
+ /**
983
+ * Human-readable agent name for display.
984
+ *
985
+ * @generated from field: string agent_name = 2;
986
+ */
987
+ agentName: string;
988
+ /**
989
+ * Aggregated usage within the time range.
990
+ *
991
+ * @generated from field: ai.stigmer.agentic.agentexecution.v1.UsageMetrics total_usage = 3;
992
+ */
993
+ totalUsage?: UsageMetrics;
994
+ /**
995
+ * Per-model breakdown across the agent's executions.
996
+ *
997
+ * @generated from field: repeated ai.stigmer.agentic.agentexecution.v1.ModelUsage model_breakdown = 4;
998
+ */
999
+ modelBreakdown: ModelUsage[];
1000
+ /**
1001
+ * Per-session breakdown within the time range.
1002
+ *
1003
+ * @generated from field: repeated ai.stigmer.agentic.agentexecution.v1.SessionUsageSummary sessions = 5;
1004
+ */
1005
+ sessions: SessionUsageSummary[];
1006
+ /**
1007
+ * Total number of sessions within the time range.
1008
+ *
1009
+ * @generated from field: int32 total_sessions = 6;
1010
+ */
1011
+ totalSessions: number;
1012
+ /**
1013
+ * Total number of executions within the time range.
1014
+ *
1015
+ * @generated from field: int32 total_executions = 7;
1016
+ */
1017
+ totalExecutions: number;
1018
+ /**
1019
+ * Total cost in USD within the time range.
1020
+ *
1021
+ * @generated from field: double total_cost_usd = 8;
1022
+ */
1023
+ totalCostUsd: number;
1024
+ /**
1025
+ * Token for the next page of sessions (empty if no more pages).
1026
+ *
1027
+ * @generated from field: string next_page_token = 9;
1028
+ */
1029
+ nextPageToken: string;
1030
+ };
1031
+ /**
1032
+ * Describes the message ai.stigmer.agentic.agentexecution.v1.GetAgentUsageReportOutput.
1033
+ * Use `create(GetAgentUsageReportOutputSchema)` to create a new message.
1034
+ */
1035
+ export declare const GetAgentUsageReportOutputSchema: GenMessage<GetAgentUsageReportOutput>;
1036
+ /**
1037
+ * GetOrgUsageReportInput requests a usage report for an entire organization.
1038
+ * Aggregates cost and token data across all agents and sessions within a
1039
+ * time range.
1040
+ *
1041
+ * @generated from message ai.stigmer.agentic.agentexecution.v1.GetOrgUsageReportInput
1042
+ */
1043
+ export type GetOrgUsageReportInput = Message<"ai.stigmer.agentic.agentexecution.v1.GetOrgUsageReportInput"> & {
1044
+ /**
1045
+ * Organization ID.
1046
+ *
1047
+ * @generated from field: string org_id = 1;
1048
+ */
1049
+ orgId: string;
1050
+ /**
1051
+ * Start of time range filter (ISO 8601, inclusive, required).
1052
+ * Example: "2026-03-01"
1053
+ *
1054
+ * @generated from field: string from_date = 2;
1055
+ */
1056
+ fromDate: string;
1057
+ /**
1058
+ * End of time range filter (ISO 8601, inclusive, required).
1059
+ * Example: "2026-03-13"
1060
+ *
1061
+ * @generated from field: string to_date = 3;
1062
+ */
1063
+ toDate: string;
1064
+ };
1065
+ /**
1066
+ * Describes the message ai.stigmer.agentic.agentexecution.v1.GetOrgUsageReportInput.
1067
+ * Use `create(GetOrgUsageReportInputSchema)` to create a new message.
1068
+ */
1069
+ export declare const GetOrgUsageReportInputSchema: GenMessage<GetOrgUsageReportInput>;
1070
+ /**
1071
+ * GetOrgUsageReportOutput returns aggregated usage for an organization.
1072
+ *
1073
+ * Provides org-level totals, per-model breakdown, top agents by cost,
1074
+ * and a daily cost trend for capacity planning and budget monitoring.
1075
+ *
1076
+ * @generated from message ai.stigmer.agentic.agentexecution.v1.GetOrgUsageReportOutput
1077
+ */
1078
+ export type GetOrgUsageReportOutput = Message<"ai.stigmer.agentic.agentexecution.v1.GetOrgUsageReportOutput"> & {
1079
+ /**
1080
+ * Organization identifier.
1081
+ *
1082
+ * @generated from field: string org_id = 1;
1083
+ */
1084
+ orgId: string;
1085
+ /**
1086
+ * Total distinct agents with executions in the time range.
1087
+ *
1088
+ * @generated from field: int32 total_agents = 2;
1089
+ */
1090
+ totalAgents: number;
1091
+ /**
1092
+ * Total sessions across all agents in the time range.
1093
+ *
1094
+ * @generated from field: int32 total_sessions = 3;
1095
+ */
1096
+ totalSessions: number;
1097
+ /**
1098
+ * Total executions across all agents in the time range.
1099
+ *
1100
+ * @generated from field: int32 total_executions = 4;
1101
+ */
1102
+ totalExecutions: number;
1103
+ /**
1104
+ * Total cost in USD across the organization in the time range.
1105
+ *
1106
+ * @generated from field: double total_cost_usd = 5;
1107
+ */
1108
+ totalCostUsd: number;
1109
+ /**
1110
+ * Per-model breakdown across the organization.
1111
+ *
1112
+ * @generated from field: repeated ai.stigmer.agentic.agentexecution.v1.ModelUsage model_breakdown = 6;
1113
+ */
1114
+ modelBreakdown: ModelUsage[];
1115
+ /**
1116
+ * Top agents by cost (top 10), ordered by estimated_cost_usd descending.
1117
+ *
1118
+ * @generated from field: repeated ai.stigmer.agentic.agentexecution.v1.AgentUsageSummary top_agents_by_cost = 7;
1119
+ */
1120
+ topAgentsByCost: AgentUsageSummary[];
1121
+ /**
1122
+ * Daily cost trend within the time range, ordered chronologically.
1123
+ *
1124
+ * @generated from field: repeated ai.stigmer.agentic.agentexecution.v1.DailyCostEntry daily_costs = 8;
1125
+ */
1126
+ dailyCosts: DailyCostEntry[];
1127
+ };
1128
+ /**
1129
+ * Describes the message ai.stigmer.agentic.agentexecution.v1.GetOrgUsageReportOutput.
1130
+ * Use `create(GetOrgUsageReportOutputSchema)` to create a new message.
1131
+ */
1132
+ export declare const GetOrgUsageReportOutputSchema: GenMessage<GetOrgUsageReportOutput>;
1133
+ /**
1134
+ * ExecutionUsageSummary is a lightweight view of a single execution's usage.
1135
+ * Used in session-level reports for per-execution breakdown without returning
1136
+ * the full AgentExecution resource.
1137
+ *
1138
+ * @generated from message ai.stigmer.agentic.agentexecution.v1.ExecutionUsageSummary
1139
+ */
1140
+ export type ExecutionUsageSummary = Message<"ai.stigmer.agentic.agentexecution.v1.ExecutionUsageSummary"> & {
1141
+ /**
1142
+ * Execution identifier.
1143
+ *
1144
+ * @generated from field: string execution_id = 1;
1145
+ */
1146
+ executionId: string;
1147
+ /**
1148
+ * ISO 8601 timestamp when execution started.
1149
+ *
1150
+ * @generated from field: string started_at = 2;
1151
+ */
1152
+ startedAt: string;
1153
+ /**
1154
+ * ISO 8601 timestamp when execution completed.
1155
+ *
1156
+ * @generated from field: string completed_at = 3;
1157
+ */
1158
+ completedAt: string;
1159
+ /**
1160
+ * Total input tokens for this execution.
1161
+ *
1162
+ * @generated from field: int32 prompt_tokens = 4;
1163
+ */
1164
+ promptTokens: number;
1165
+ /**
1166
+ * Total output tokens for this execution.
1167
+ *
1168
+ * @generated from field: int32 completion_tokens = 5;
1169
+ */
1170
+ completionTokens: number;
1171
+ /**
1172
+ * Cache read tokens for this execution.
1173
+ *
1174
+ * @generated from field: int32 cache_read_tokens = 6;
1175
+ */
1176
+ cacheReadTokens: number;
1177
+ /**
1178
+ * Estimated cost in USD for this execution.
1179
+ *
1180
+ * @generated from field: double estimated_cost_usd = 7;
1181
+ */
1182
+ estimatedCostUsd: number;
1183
+ /**
1184
+ * Primary model used for this execution.
1185
+ *
1186
+ * @generated from field: string primary_model = 8;
1187
+ */
1188
+ primaryModel: string;
1189
+ /**
1190
+ * Number of sub-agent invocations in this execution.
1191
+ *
1192
+ * @generated from field: int32 sub_agent_count = 9;
1193
+ */
1194
+ subAgentCount: number;
1195
+ /**
1196
+ * Terminal phase of this execution.
1197
+ *
1198
+ * @generated from field: ai.stigmer.agentic.agentexecution.v1.ExecutionPhase phase = 10;
1199
+ */
1200
+ phase: ExecutionPhase;
1201
+ };
1202
+ /**
1203
+ * Describes the message ai.stigmer.agentic.agentexecution.v1.ExecutionUsageSummary.
1204
+ * Use `create(ExecutionUsageSummarySchema)` to create a new message.
1205
+ */
1206
+ export declare const ExecutionUsageSummarySchema: GenMessage<ExecutionUsageSummary>;
1207
+ /**
1208
+ * SessionUsageSummary is a lightweight view of a session's usage.
1209
+ * Used in agent-level reports for per-session breakdown.
1210
+ *
1211
+ * @generated from message ai.stigmer.agentic.agentexecution.v1.SessionUsageSummary
1212
+ */
1213
+ export type SessionUsageSummary = Message<"ai.stigmer.agentic.agentexecution.v1.SessionUsageSummary"> & {
1214
+ /**
1215
+ * Session identifier.
1216
+ *
1217
+ * @generated from field: string session_id = 1;
1218
+ */
1219
+ sessionId: string;
1220
+ /**
1221
+ * Number of executions in this session.
1222
+ *
1223
+ * @generated from field: int32 execution_count = 2;
1224
+ */
1225
+ executionCount: number;
1226
+ /**
1227
+ * Total tokens (prompt + completion) across all executions.
1228
+ *
1229
+ * @generated from field: int32 total_tokens = 3;
1230
+ */
1231
+ totalTokens: number;
1232
+ /**
1233
+ * Total estimated cost in USD for this session.
1234
+ *
1235
+ * @generated from field: double estimated_cost_usd = 4;
1236
+ */
1237
+ estimatedCostUsd: number;
1238
+ /**
1239
+ * ISO 8601 timestamp of the first execution in this session.
1240
+ *
1241
+ * @generated from field: string first_execution_at = 5;
1242
+ */
1243
+ firstExecutionAt: string;
1244
+ /**
1245
+ * ISO 8601 timestamp of the most recent execution in this session.
1246
+ *
1247
+ * @generated from field: string last_execution_at = 6;
1248
+ */
1249
+ lastExecutionAt: string;
1250
+ };
1251
+ /**
1252
+ * Describes the message ai.stigmer.agentic.agentexecution.v1.SessionUsageSummary.
1253
+ * Use `create(SessionUsageSummarySchema)` to create a new message.
1254
+ */
1255
+ export declare const SessionUsageSummarySchema: GenMessage<SessionUsageSummary>;
1256
+ /**
1257
+ * AgentUsageSummary is a lightweight view of an agent's usage.
1258
+ * Used in org-level reports to show top agents by cost.
1259
+ *
1260
+ * @generated from message ai.stigmer.agentic.agentexecution.v1.AgentUsageSummary
1261
+ */
1262
+ export type AgentUsageSummary = Message<"ai.stigmer.agentic.agentexecution.v1.AgentUsageSummary"> & {
1263
+ /**
1264
+ * Agent identifier.
1265
+ *
1266
+ * @generated from field: string agent_id = 1;
1267
+ */
1268
+ agentId: string;
1269
+ /**
1270
+ * Human-readable agent name for display.
1271
+ *
1272
+ * @generated from field: string agent_name = 2;
1273
+ */
1274
+ agentName: string;
1275
+ /**
1276
+ * Total executions for this agent in the time range.
1277
+ *
1278
+ * @generated from field: int32 execution_count = 3;
1279
+ */
1280
+ executionCount: number;
1281
+ /**
1282
+ * Total tokens (prompt + completion) across all executions.
1283
+ *
1284
+ * @generated from field: int32 total_tokens = 4;
1285
+ */
1286
+ totalTokens: number;
1287
+ /**
1288
+ * Total estimated cost in USD for this agent.
1289
+ *
1290
+ * @generated from field: double estimated_cost_usd = 5;
1291
+ */
1292
+ estimatedCostUsd: number;
1293
+ };
1294
+ /**
1295
+ * Describes the message ai.stigmer.agentic.agentexecution.v1.AgentUsageSummary.
1296
+ * Use `create(AgentUsageSummarySchema)` to create a new message.
1297
+ */
1298
+ export declare const AgentUsageSummarySchema: GenMessage<AgentUsageSummary>;
1299
+ /**
1300
+ * DailyCostEntry represents cost and usage for a single day.
1301
+ * Used in org-level reports to show daily cost trends.
1302
+ *
1303
+ * @generated from message ai.stigmer.agentic.agentexecution.v1.DailyCostEntry
1304
+ */
1305
+ export type DailyCostEntry = Message<"ai.stigmer.agentic.agentexecution.v1.DailyCostEntry"> & {
1306
+ /**
1307
+ * Date in YYYY-MM-DD format.
1308
+ *
1309
+ * @generated from field: string date = 1;
1310
+ */
1311
+ date: string;
1312
+ /**
1313
+ * Number of executions on this date.
1314
+ *
1315
+ * @generated from field: int32 execution_count = 2;
1316
+ */
1317
+ executionCount: number;
1318
+ /**
1319
+ * Total tokens consumed on this date.
1320
+ *
1321
+ * @generated from field: int32 total_tokens = 3;
1322
+ */
1323
+ totalTokens: number;
1324
+ /**
1325
+ * Total estimated cost in USD on this date.
1326
+ *
1327
+ * @generated from field: double estimated_cost_usd = 4;
1328
+ */
1329
+ estimatedCostUsd: number;
1330
+ };
1331
+ /**
1332
+ * Describes the message ai.stigmer.agentic.agentexecution.v1.DailyCostEntry.
1333
+ * Use `create(DailyCostEntrySchema)` to create a new message.
1334
+ */
1335
+ export declare const DailyCostEntrySchema: GenMessage<DailyCostEntry>;