@runloop/reflex-client 0.11.0 → 0.13.0

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 (253) hide show
  1. package/dist/generated/agent-personas.d.ts +48 -0
  2. package/dist/generated/agent-personas.d.ts.map +1 -0
  3. package/dist/generated/agent-personas.js +44 -0
  4. package/dist/generated/agent-personas.js.map +1 -0
  5. package/dist/generated/agents.d.ts +2 -1
  6. package/dist/generated/agents.d.ts.map +1 -1
  7. package/dist/generated/agents.js +2 -1
  8. package/dist/generated/agents.js.map +1 -1
  9. package/dist/generated/model/agent.d.ts +2 -0
  10. package/dist/generated/model/agent.d.ts.map +1 -1
  11. package/dist/generated/model/agentPersona.d.ts +36 -0
  12. package/dist/generated/model/agentPersona.d.ts.map +1 -0
  13. package/dist/generated/model/agentPersona.js +2 -0
  14. package/dist/generated/model/agentPersona.js.map +1 -0
  15. package/dist/generated/model/agentPersonaAttachments.d.ts +12 -0
  16. package/dist/generated/model/agentPersonaAttachments.d.ts.map +1 -0
  17. package/dist/generated/model/agentPersonaAttachments.js +8 -0
  18. package/dist/generated/model/agentPersonaAttachments.js.map +1 -0
  19. package/dist/generated/model/agentPersonaEnvVars.d.ts +17 -0
  20. package/dist/generated/model/agentPersonaEnvVars.d.ts.map +1 -0
  21. package/dist/generated/model/agentPersonaEnvVars.js +8 -0
  22. package/dist/generated/model/agentPersonaEnvVars.js.map +1 -0
  23. package/dist/generated/model/agentPersonaPromptMode.d.ts +13 -0
  24. package/dist/generated/model/agentPersonaPromptMode.d.ts.map +1 -0
  25. package/dist/generated/model/agentPersonaPromptMode.js +12 -0
  26. package/dist/generated/model/agentPersonaPromptMode.js.map +1 -0
  27. package/dist/generated/model/agentPersonaSandboxOptions.d.ts +21 -0
  28. package/dist/generated/model/agentPersonaSandboxOptions.d.ts.map +1 -0
  29. package/dist/generated/model/agentPersonaSandboxOptions.js +2 -0
  30. package/dist/generated/model/agentPersonaSandboxOptions.js.map +1 -0
  31. package/dist/generated/model/agentPersonaSandboxOptionsCustomSize.d.ts +22 -0
  32. package/dist/generated/model/agentPersonaSandboxOptionsCustomSize.d.ts.map +1 -0
  33. package/dist/generated/model/agentPersonaSandboxOptionsCustomSize.js +8 -0
  34. package/dist/generated/model/agentPersonaSandboxOptionsCustomSize.js.map +1 -0
  35. package/dist/generated/model/agentPersonaSandboxOptionsResourceSize.d.ts +15 -0
  36. package/dist/generated/model/agentPersonaSandboxOptionsResourceSize.d.ts.map +1 -0
  37. package/dist/generated/model/agentPersonaSandboxOptionsResourceSize.js +14 -0
  38. package/dist/generated/model/agentPersonaSandboxOptionsResourceSize.js.map +1 -0
  39. package/dist/generated/model/agentPromptMode.d.ts +13 -0
  40. package/dist/generated/model/agentPromptMode.d.ts.map +1 -0
  41. package/dist/generated/model/agentPromptMode.js +12 -0
  42. package/dist/generated/model/agentPromptMode.js.map +1 -0
  43. package/dist/generated/model/createAgentBodyPromptMode.d.ts +1 -0
  44. package/dist/generated/model/createAgentBodyPromptMode.d.ts.map +1 -1
  45. package/dist/generated/model/createAgentBodyPromptMode.js +1 -0
  46. package/dist/generated/model/createAgentBodyPromptMode.js.map +1 -1
  47. package/dist/generated/model/createAgentResponse.d.ts +2 -0
  48. package/dist/generated/model/createAgentResponse.d.ts.map +1 -1
  49. package/dist/generated/model/createAgentResponsePromptMode.d.ts +13 -0
  50. package/dist/generated/model/createAgentResponsePromptMode.d.ts.map +1 -0
  51. package/dist/generated/model/createAgentResponsePromptMode.js +12 -0
  52. package/dist/generated/model/createAgentResponsePromptMode.js.map +1 -0
  53. package/dist/generated/model/index.d.ts +19 -0
  54. package/dist/generated/model/index.d.ts.map +1 -1
  55. package/dist/generated/model/index.js +19 -0
  56. package/dist/generated/model/index.js.map +1 -1
  57. package/dist/generated/model/launchAgentFromPersonaBody.d.ts +39 -0
  58. package/dist/generated/model/launchAgentFromPersonaBody.d.ts.map +1 -0
  59. package/dist/generated/model/launchAgentFromPersonaBody.js +2 -0
  60. package/dist/generated/model/launchAgentFromPersonaBody.js.map +1 -0
  61. package/dist/generated/model/launchAgentFromPersonaBodyAuthMethod.d.ts +13 -0
  62. package/dist/generated/model/launchAgentFromPersonaBodyAuthMethod.d.ts.map +1 -0
  63. package/dist/generated/model/launchAgentFromPersonaBodyAuthMethod.js +12 -0
  64. package/dist/generated/model/launchAgentFromPersonaBodyAuthMethod.js.map +1 -0
  65. package/dist/generated/model/launchAgentFromPersonaBodyContentItem.d.ts +20 -0
  66. package/dist/generated/model/launchAgentFromPersonaBodyContentItem.d.ts.map +1 -0
  67. package/dist/generated/model/launchAgentFromPersonaBodyContentItem.js +8 -0
  68. package/dist/generated/model/launchAgentFromPersonaBodyContentItem.js.map +1 -0
  69. package/dist/generated/model/launchAgentFromPersonaBodyExtraAttachmentsItem.d.ts +12 -0
  70. package/dist/generated/model/launchAgentFromPersonaBodyExtraAttachmentsItem.d.ts.map +1 -0
  71. package/dist/generated/model/launchAgentFromPersonaBodyExtraAttachmentsItem.js +8 -0
  72. package/dist/generated/model/launchAgentFromPersonaBodyExtraAttachmentsItem.js.map +1 -0
  73. package/dist/generated/model/launchAgentFromPersonaBodyExtraEnvVarsItem.d.ts +17 -0
  74. package/dist/generated/model/launchAgentFromPersonaBodyExtraEnvVarsItem.d.ts.map +1 -0
  75. package/dist/generated/model/launchAgentFromPersonaBodyExtraEnvVarsItem.js +8 -0
  76. package/dist/generated/model/launchAgentFromPersonaBodyExtraEnvVarsItem.js.map +1 -0
  77. package/dist/generated/model/launchAgentFromPersonaBodyPromptMode.d.ts +13 -0
  78. package/dist/generated/model/launchAgentFromPersonaBodyPromptMode.d.ts.map +1 -0
  79. package/dist/generated/model/launchAgentFromPersonaBodyPromptMode.js +12 -0
  80. package/dist/generated/model/launchAgentFromPersonaBodyPromptMode.js.map +1 -0
  81. package/dist/generated/model/launchAgentFromPersonaBodyPromptStrategy.d.ts +12 -0
  82. package/dist/generated/model/launchAgentFromPersonaBodyPromptStrategy.d.ts.map +1 -0
  83. package/dist/generated/model/launchAgentFromPersonaBodyPromptStrategy.js +11 -0
  84. package/dist/generated/model/launchAgentFromPersonaBodyPromptStrategy.js.map +1 -0
  85. package/dist/generated/model/launchAgentFromPersonaBodySandboxOptions.d.ts +21 -0
  86. package/dist/generated/model/launchAgentFromPersonaBodySandboxOptions.d.ts.map +1 -0
  87. package/dist/generated/model/launchAgentFromPersonaBodySandboxOptions.js +2 -0
  88. package/dist/generated/model/launchAgentFromPersonaBodySandboxOptions.js.map +1 -0
  89. package/dist/generated/model/launchAgentFromPersonaBodySandboxOptionsCustomSize.d.ts +22 -0
  90. package/dist/generated/model/launchAgentFromPersonaBodySandboxOptionsCustomSize.d.ts.map +1 -0
  91. package/dist/generated/model/launchAgentFromPersonaBodySandboxOptionsCustomSize.js +8 -0
  92. package/dist/generated/model/launchAgentFromPersonaBodySandboxOptionsCustomSize.js.map +1 -0
  93. package/dist/generated/model/launchAgentFromPersonaBodySandboxOptionsResourceSize.d.ts +15 -0
  94. package/dist/generated/model/launchAgentFromPersonaBodySandboxOptionsResourceSize.d.ts.map +1 -0
  95. package/dist/generated/model/launchAgentFromPersonaBodySandboxOptionsResourceSize.js +14 -0
  96. package/dist/generated/model/launchAgentFromPersonaBodySandboxOptionsResourceSize.js.map +1 -0
  97. package/dist/generated/model/saveAgentDraftBodyPayloadPromptMode.d.ts +1 -0
  98. package/dist/generated/model/saveAgentDraftBodyPayloadPromptMode.d.ts.map +1 -1
  99. package/dist/generated/model/saveAgentDraftBodyPayloadPromptMode.js +1 -0
  100. package/dist/generated/model/saveAgentDraftBodyPayloadPromptMode.js.map +1 -1
  101. package/dist/index.d.ts +1 -0
  102. package/dist/index.d.ts.map +1 -1
  103. package/dist/index.js +1 -0
  104. package/dist/index.js.map +1 -1
  105. package/dist/react/agent-personas.d.ts +85 -0
  106. package/dist/react/agent-personas.d.ts.map +1 -0
  107. package/dist/react/agent-personas.js +105 -0
  108. package/dist/react/agent-personas.js.map +1 -0
  109. package/dist/react/agents.d.ts +3 -2
  110. package/dist/react/agents.d.ts.map +1 -1
  111. package/dist/react/agents.js +3 -2
  112. package/dist/react/agents.js.map +1 -1
  113. package/dist/react/model/agent.d.ts +2 -0
  114. package/dist/react/model/agent.d.ts.map +1 -1
  115. package/dist/react/model/agentPersona.d.ts +36 -0
  116. package/dist/react/model/agentPersona.d.ts.map +1 -0
  117. package/dist/react/model/agentPersona.js +2 -0
  118. package/dist/react/model/agentPersona.js.map +1 -0
  119. package/dist/react/model/agentPersonaAttachments.d.ts +12 -0
  120. package/dist/react/model/agentPersonaAttachments.d.ts.map +1 -0
  121. package/dist/react/model/agentPersonaAttachments.js +8 -0
  122. package/dist/react/model/agentPersonaAttachments.js.map +1 -0
  123. package/dist/react/model/agentPersonaEnvVars.d.ts +17 -0
  124. package/dist/react/model/agentPersonaEnvVars.d.ts.map +1 -0
  125. package/dist/react/model/agentPersonaEnvVars.js +8 -0
  126. package/dist/react/model/agentPersonaEnvVars.js.map +1 -0
  127. package/dist/react/model/agentPersonaPromptMode.d.ts +13 -0
  128. package/dist/react/model/agentPersonaPromptMode.d.ts.map +1 -0
  129. package/dist/react/model/agentPersonaPromptMode.js +12 -0
  130. package/dist/react/model/agentPersonaPromptMode.js.map +1 -0
  131. package/dist/react/model/agentPersonaSandboxOptions.d.ts +21 -0
  132. package/dist/react/model/agentPersonaSandboxOptions.d.ts.map +1 -0
  133. package/dist/react/model/agentPersonaSandboxOptions.js +2 -0
  134. package/dist/react/model/agentPersonaSandboxOptions.js.map +1 -0
  135. package/dist/react/model/agentPersonaSandboxOptionsCustomSize.d.ts +22 -0
  136. package/dist/react/model/agentPersonaSandboxOptionsCustomSize.d.ts.map +1 -0
  137. package/dist/react/model/agentPersonaSandboxOptionsCustomSize.js +8 -0
  138. package/dist/react/model/agentPersonaSandboxOptionsCustomSize.js.map +1 -0
  139. package/dist/react/model/agentPersonaSandboxOptionsResourceSize.d.ts +15 -0
  140. package/dist/react/model/agentPersonaSandboxOptionsResourceSize.d.ts.map +1 -0
  141. package/dist/react/model/agentPersonaSandboxOptionsResourceSize.js +14 -0
  142. package/dist/react/model/agentPersonaSandboxOptionsResourceSize.js.map +1 -0
  143. package/dist/react/model/agentPromptMode.d.ts +13 -0
  144. package/dist/react/model/agentPromptMode.d.ts.map +1 -0
  145. package/dist/react/model/agentPromptMode.js +12 -0
  146. package/dist/react/model/agentPromptMode.js.map +1 -0
  147. package/dist/react/model/createAgentBodyPromptMode.d.ts +1 -0
  148. package/dist/react/model/createAgentBodyPromptMode.d.ts.map +1 -1
  149. package/dist/react/model/createAgentBodyPromptMode.js +1 -0
  150. package/dist/react/model/createAgentBodyPromptMode.js.map +1 -1
  151. package/dist/react/model/createAgentResponse.d.ts +2 -0
  152. package/dist/react/model/createAgentResponse.d.ts.map +1 -1
  153. package/dist/react/model/createAgentResponsePromptMode.d.ts +13 -0
  154. package/dist/react/model/createAgentResponsePromptMode.d.ts.map +1 -0
  155. package/dist/react/model/createAgentResponsePromptMode.js +12 -0
  156. package/dist/react/model/createAgentResponsePromptMode.js.map +1 -0
  157. package/dist/react/model/launchAgentFromPersonaBody.d.ts +39 -0
  158. package/dist/react/model/launchAgentFromPersonaBody.d.ts.map +1 -0
  159. package/dist/react/model/launchAgentFromPersonaBody.js +2 -0
  160. package/dist/react/model/launchAgentFromPersonaBody.js.map +1 -0
  161. package/dist/react/model/launchAgentFromPersonaBodyAuthMethod.d.ts +13 -0
  162. package/dist/react/model/launchAgentFromPersonaBodyAuthMethod.d.ts.map +1 -0
  163. package/dist/react/model/launchAgentFromPersonaBodyAuthMethod.js +12 -0
  164. package/dist/react/model/launchAgentFromPersonaBodyAuthMethod.js.map +1 -0
  165. package/dist/react/model/launchAgentFromPersonaBodyContentItem.d.ts +20 -0
  166. package/dist/react/model/launchAgentFromPersonaBodyContentItem.d.ts.map +1 -0
  167. package/dist/react/model/launchAgentFromPersonaBodyContentItem.js +8 -0
  168. package/dist/react/model/launchAgentFromPersonaBodyContentItem.js.map +1 -0
  169. package/dist/react/model/launchAgentFromPersonaBodyExtraAttachmentsItem.d.ts +12 -0
  170. package/dist/react/model/launchAgentFromPersonaBodyExtraAttachmentsItem.d.ts.map +1 -0
  171. package/dist/react/model/launchAgentFromPersonaBodyExtraAttachmentsItem.js +8 -0
  172. package/dist/react/model/launchAgentFromPersonaBodyExtraAttachmentsItem.js.map +1 -0
  173. package/dist/react/model/launchAgentFromPersonaBodyExtraEnvVarsItem.d.ts +17 -0
  174. package/dist/react/model/launchAgentFromPersonaBodyExtraEnvVarsItem.d.ts.map +1 -0
  175. package/dist/react/model/launchAgentFromPersonaBodyExtraEnvVarsItem.js +8 -0
  176. package/dist/react/model/launchAgentFromPersonaBodyExtraEnvVarsItem.js.map +1 -0
  177. package/dist/react/model/launchAgentFromPersonaBodyPromptMode.d.ts +13 -0
  178. package/dist/react/model/launchAgentFromPersonaBodyPromptMode.d.ts.map +1 -0
  179. package/dist/react/model/launchAgentFromPersonaBodyPromptMode.js +12 -0
  180. package/dist/react/model/launchAgentFromPersonaBodyPromptMode.js.map +1 -0
  181. package/dist/react/model/launchAgentFromPersonaBodyPromptStrategy.d.ts +12 -0
  182. package/dist/react/model/launchAgentFromPersonaBodyPromptStrategy.d.ts.map +1 -0
  183. package/dist/react/model/launchAgentFromPersonaBodyPromptStrategy.js +11 -0
  184. package/dist/react/model/launchAgentFromPersonaBodyPromptStrategy.js.map +1 -0
  185. package/dist/react/model/launchAgentFromPersonaBodySandboxOptions.d.ts +21 -0
  186. package/dist/react/model/launchAgentFromPersonaBodySandboxOptions.d.ts.map +1 -0
  187. package/dist/react/model/launchAgentFromPersonaBodySandboxOptions.js +2 -0
  188. package/dist/react/model/launchAgentFromPersonaBodySandboxOptions.js.map +1 -0
  189. package/dist/react/model/launchAgentFromPersonaBodySandboxOptionsCustomSize.d.ts +22 -0
  190. package/dist/react/model/launchAgentFromPersonaBodySandboxOptionsCustomSize.d.ts.map +1 -0
  191. package/dist/react/model/launchAgentFromPersonaBodySandboxOptionsCustomSize.js +8 -0
  192. package/dist/react/model/launchAgentFromPersonaBodySandboxOptionsCustomSize.js.map +1 -0
  193. package/dist/react/model/launchAgentFromPersonaBodySandboxOptionsResourceSize.d.ts +15 -0
  194. package/dist/react/model/launchAgentFromPersonaBodySandboxOptionsResourceSize.d.ts.map +1 -0
  195. package/dist/react/model/launchAgentFromPersonaBodySandboxOptionsResourceSize.js +14 -0
  196. package/dist/react/model/launchAgentFromPersonaBodySandboxOptionsResourceSize.js.map +1 -0
  197. package/dist/react/model/saveAgentDraftBodyPayloadPromptMode.d.ts +1 -0
  198. package/dist/react/model/saveAgentDraftBodyPayloadPromptMode.d.ts.map +1 -1
  199. package/dist/react/model/saveAgentDraftBodyPayloadPromptMode.js +1 -0
  200. package/dist/react/model/saveAgentDraftBodyPayloadPromptMode.js.map +1 -1
  201. package/package.json +1 -1
  202. package/src/generated/agent-personas.ts +122 -0
  203. package/src/generated/agents.ts +2 -1
  204. package/src/generated/model/agent.ts +2 -0
  205. package/src/generated/model/agentPersona.ts +36 -0
  206. package/src/generated/model/agentPersonaAttachments.ts +12 -0
  207. package/src/generated/model/agentPersonaEnvVars.ts +17 -0
  208. package/src/generated/model/agentPersonaPromptMode.ts +15 -0
  209. package/src/generated/model/agentPersonaSandboxOptions.ts +21 -0
  210. package/src/generated/model/agentPersonaSandboxOptionsCustomSize.ts +22 -0
  211. package/src/generated/model/agentPersonaSandboxOptionsResourceSize.ts +17 -0
  212. package/src/generated/model/agentPromptMode.ts +15 -0
  213. package/src/generated/model/createAgentBodyPromptMode.ts +1 -0
  214. package/src/generated/model/createAgentResponse.ts +2 -0
  215. package/src/generated/model/createAgentResponsePromptMode.ts +15 -0
  216. package/src/generated/model/index.ts +19 -0
  217. package/src/generated/model/launchAgentFromPersonaBody.ts +39 -0
  218. package/src/generated/model/launchAgentFromPersonaBodyAuthMethod.ts +15 -0
  219. package/src/generated/model/launchAgentFromPersonaBodyContentItem.ts +20 -0
  220. package/src/generated/model/launchAgentFromPersonaBodyExtraAttachmentsItem.ts +12 -0
  221. package/src/generated/model/launchAgentFromPersonaBodyExtraEnvVarsItem.ts +17 -0
  222. package/src/generated/model/launchAgentFromPersonaBodyPromptMode.ts +15 -0
  223. package/src/generated/model/launchAgentFromPersonaBodyPromptStrategy.ts +14 -0
  224. package/src/generated/model/launchAgentFromPersonaBodySandboxOptions.ts +21 -0
  225. package/src/generated/model/launchAgentFromPersonaBodySandboxOptionsCustomSize.ts +22 -0
  226. package/src/generated/model/launchAgentFromPersonaBodySandboxOptionsResourceSize.ts +17 -0
  227. package/src/generated/model/saveAgentDraftBodyPayloadPromptMode.ts +1 -0
  228. package/src/index.ts +1 -0
  229. package/src/react/agent-personas.ts +260 -0
  230. package/src/react/agents.ts +3 -2
  231. package/src/react/model/agent.ts +2 -0
  232. package/src/react/model/agentPersona.ts +36 -0
  233. package/src/react/model/agentPersonaAttachments.ts +12 -0
  234. package/src/react/model/agentPersonaEnvVars.ts +17 -0
  235. package/src/react/model/agentPersonaPromptMode.ts +15 -0
  236. package/src/react/model/agentPersonaSandboxOptions.ts +21 -0
  237. package/src/react/model/agentPersonaSandboxOptionsCustomSize.ts +22 -0
  238. package/src/react/model/agentPersonaSandboxOptionsResourceSize.ts +17 -0
  239. package/src/react/model/agentPromptMode.ts +15 -0
  240. package/src/react/model/createAgentBodyPromptMode.ts +1 -0
  241. package/src/react/model/createAgentResponse.ts +2 -0
  242. package/src/react/model/createAgentResponsePromptMode.ts +15 -0
  243. package/src/react/model/launchAgentFromPersonaBody.ts +39 -0
  244. package/src/react/model/launchAgentFromPersonaBodyAuthMethod.ts +15 -0
  245. package/src/react/model/launchAgentFromPersonaBodyContentItem.ts +20 -0
  246. package/src/react/model/launchAgentFromPersonaBodyExtraAttachmentsItem.ts +12 -0
  247. package/src/react/model/launchAgentFromPersonaBodyExtraEnvVarsItem.ts +17 -0
  248. package/src/react/model/launchAgentFromPersonaBodyPromptMode.ts +15 -0
  249. package/src/react/model/launchAgentFromPersonaBodyPromptStrategy.ts +14 -0
  250. package/src/react/model/launchAgentFromPersonaBodySandboxOptions.ts +21 -0
  251. package/src/react/model/launchAgentFromPersonaBodySandboxOptionsCustomSize.ts +22 -0
  252. package/src/react/model/launchAgentFromPersonaBodySandboxOptionsResourceSize.ts +17 -0
  253. package/src/react/model/saveAgentDraftBodyPayloadPromptMode.ts +1 -0
@@ -0,0 +1,39 @@
1
+ /**
2
+ * Generated by orval v8.18.0 🍺
3
+ * Do not edit manually.
4
+ * Reflex API
5
+ * OpenAPI spec version: 1.0.0
6
+ */
7
+ import type { LaunchAgentFromPersonaBodyAuthMethod } from './launchAgentFromPersonaBodyAuthMethod.js';
8
+ import type { LaunchAgentFromPersonaBodyContentItem } from './launchAgentFromPersonaBodyContentItem.js';
9
+ import type { LaunchAgentFromPersonaBodyExtraAttachmentsItem } from './launchAgentFromPersonaBodyExtraAttachmentsItem.js';
10
+ import type { LaunchAgentFromPersonaBodyExtraEnvVarsItem } from './launchAgentFromPersonaBodyExtraEnvVarsItem.js';
11
+ import type { LaunchAgentFromPersonaBodyPromptMode } from './launchAgentFromPersonaBodyPromptMode.js';
12
+ import type { LaunchAgentFromPersonaBodyPromptStrategy } from './launchAgentFromPersonaBodyPromptStrategy.js';
13
+ import type { LaunchAgentFromPersonaBodySandboxOptions } from './launchAgentFromPersonaBodySandboxOptions.js';
14
+ export type LaunchAgentFromPersonaBody = {
15
+ /** @minLength 1 */
16
+ prompt: string;
17
+ promptStrategy?: LaunchAgentFromPersonaBodyPromptStrategy;
18
+ name?: string;
19
+ /** @minLength 1 */
20
+ agentType?: string;
21
+ model?: string;
22
+ /** @minLength 1 */
23
+ modelEndpointId?: string;
24
+ systemPrompt?: string;
25
+ promptMode?: LaunchAgentFromPersonaBodyPromptMode;
26
+ authMethod?: LaunchAgentFromPersonaBodyAuthMethod;
27
+ /** @pattern ^mps_[A-Za-z0-9]{22}$ */
28
+ providerSecretId?: string;
29
+ content?: LaunchAgentFromPersonaBodyContentItem[];
30
+ extraAttachments?: LaunchAgentFromPersonaBodyExtraAttachmentsItem[];
31
+ extraEnvVars?: LaunchAgentFromPersonaBodyExtraEnvVarsItem[];
32
+ repoSlug?: string;
33
+ repoBranch?: string;
34
+ extraLabelIds?: string[];
35
+ groupId?: string;
36
+ blueprintName?: string;
37
+ sandboxOptions?: LaunchAgentFromPersonaBodySandboxOptions;
38
+ };
39
+ //# sourceMappingURL=launchAgentFromPersonaBody.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"launchAgentFromPersonaBody.d.ts","sourceRoot":"","sources":["../../../src/react/model/launchAgentFromPersonaBody.ts"],"names":[],"mappings":"AAAA;;;;;GAKG;AACH,OAAO,KAAK,EAAE,oCAAoC,EAAE,MAAM,2CAA2C,CAAC;AACtG,OAAO,KAAK,EAAE,qCAAqC,EAAE,MAAM,4CAA4C,CAAC;AACxG,OAAO,KAAK,EAAE,8CAA8C,EAAE,MAAM,qDAAqD,CAAC;AAC1H,OAAO,KAAK,EAAE,0CAA0C,EAAE,MAAM,iDAAiD,CAAC;AAClH,OAAO,KAAK,EAAE,oCAAoC,EAAE,MAAM,2CAA2C,CAAC;AACtG,OAAO,KAAK,EAAE,wCAAwC,EAAE,MAAM,+CAA+C,CAAC;AAC9G,OAAO,KAAK,EAAE,wCAAwC,EAAE,MAAM,+CAA+C,CAAC;AAE9G,MAAM,MAAM,0BAA0B,GAAG;IACvC,mBAAmB;IACnB,MAAM,EAAE,MAAM,CAAC;IACf,cAAc,CAAC,EAAE,wCAAwC,CAAC;IAC1D,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,mBAAmB;IACnB,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,mBAAmB;IACnB,eAAe,CAAC,EAAE,MAAM,CAAC;IACzB,YAAY,CAAC,EAAE,MAAM,CAAC;IACtB,UAAU,CAAC,EAAE,oCAAoC,CAAC;IAClD,UAAU,CAAC,EAAE,oCAAoC,CAAC;IAClD,qCAAqC;IACrC,gBAAgB,CAAC,EAAE,MAAM,CAAC;IAC1B,OAAO,CAAC,EAAE,qCAAqC,EAAE,CAAC;IAClD,gBAAgB,CAAC,EAAE,8CAA8C,EAAE,CAAC;IACpE,YAAY,CAAC,EAAE,0CAA0C,EAAE,CAAC;IAC5D,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB,aAAa,CAAC,EAAE,MAAM,EAAE,CAAC;IACzB,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB,aAAa,CAAC,EAAE,MAAM,CAAC;IACvB,cAAc,CAAC,EAAE,wCAAwC,CAAC;CAC3D,CAAC"}
@@ -0,0 +1,2 @@
1
+ export {};
2
+ //# sourceMappingURL=launchAgentFromPersonaBody.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"launchAgentFromPersonaBody.js","sourceRoot":"","sources":["../../../src/react/model/launchAgentFromPersonaBody.ts"],"names":[],"mappings":""}
@@ -0,0 +1,13 @@
1
+ /**
2
+ * Generated by orval v8.18.0 🍺
3
+ * Do not edit manually.
4
+ * Reflex API
5
+ * OpenAPI spec version: 1.0.0
6
+ */
7
+ export type LaunchAgentFromPersonaBodyAuthMethod = typeof LaunchAgentFromPersonaBodyAuthMethod[keyof typeof LaunchAgentFromPersonaBodyAuthMethod];
8
+ export declare const LaunchAgentFromPersonaBodyAuthMethod: {
9
+ readonly 'org-key': "org-key";
10
+ readonly 'claude-max': "claude-max";
11
+ readonly 'codex-subscription': "codex-subscription";
12
+ };
13
+ //# sourceMappingURL=launchAgentFromPersonaBodyAuthMethod.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"launchAgentFromPersonaBodyAuthMethod.d.ts","sourceRoot":"","sources":["../../../src/react/model/launchAgentFromPersonaBodyAuthMethod.ts"],"names":[],"mappings":"AAAA;;;;;GAKG;AAEH,MAAM,MAAM,oCAAoC,GAAG,OAAO,oCAAoC,CAAC,MAAM,OAAO,oCAAoC,CAAC,CAAC;AAGlJ,eAAO,MAAM,oCAAoC;;;;CAIvC,CAAC"}
@@ -0,0 +1,12 @@
1
+ /**
2
+ * Generated by orval v8.18.0 🍺
3
+ * Do not edit manually.
4
+ * Reflex API
5
+ * OpenAPI spec version: 1.0.0
6
+ */
7
+ export const LaunchAgentFromPersonaBodyAuthMethod = {
8
+ 'org-key': 'org-key',
9
+ 'claude-max': 'claude-max',
10
+ 'codex-subscription': 'codex-subscription',
11
+ };
12
+ //# sourceMappingURL=launchAgentFromPersonaBodyAuthMethod.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"launchAgentFromPersonaBodyAuthMethod.js","sourceRoot":"","sources":["../../../src/react/model/launchAgentFromPersonaBodyAuthMethod.ts"],"names":[],"mappings":"AAAA;;;;;GAKG;AAKH,MAAM,CAAC,MAAM,oCAAoC,GAAG;IAClD,SAAS,EAAE,SAAS;IACpB,YAAY,EAAE,YAAY;IAC1B,oBAAoB,EAAE,oBAAoB;CAClC,CAAC"}
@@ -0,0 +1,20 @@
1
+ /**
2
+ * Generated by orval v8.18.0 🍺
3
+ * Do not edit manually.
4
+ * Reflex API
5
+ * OpenAPI spec version: 1.0.0
6
+ */
7
+ export type LaunchAgentFromPersonaBodyContentItem = {
8
+ type: 'text';
9
+ text: string;
10
+ } | {
11
+ type: 'image';
12
+ mimeType: string;
13
+ data: string;
14
+ } | {
15
+ type: 'file';
16
+ name: string;
17
+ mimeType: string;
18
+ data: string;
19
+ };
20
+ //# sourceMappingURL=launchAgentFromPersonaBodyContentItem.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"launchAgentFromPersonaBodyContentItem.d.ts","sourceRoot":"","sources":["../../../src/react/model/launchAgentFromPersonaBodyContentItem.ts"],"names":[],"mappings":"AAAA;;;;;GAKG;AAEH,MAAM,MAAM,qCAAqC,GAAG;IAClD,IAAI,EAAE,MAAM,CAAC;IACb,IAAI,EAAE,MAAM,CAAC;CACd,GAAG;IACF,IAAI,EAAE,OAAO,CAAC;IACd,QAAQ,EAAE,MAAM,CAAC;IACjB,IAAI,EAAE,MAAM,CAAC;CACd,GAAG;IACF,IAAI,EAAE,MAAM,CAAC;IACb,IAAI,EAAE,MAAM,CAAC;IACb,QAAQ,EAAE,MAAM,CAAC;IACjB,IAAI,EAAE,MAAM,CAAC;CACd,CAAC"}
@@ -0,0 +1,8 @@
1
+ /**
2
+ * Generated by orval v8.18.0 🍺
3
+ * Do not edit manually.
4
+ * Reflex API
5
+ * OpenAPI spec version: 1.0.0
6
+ */
7
+ export {};
8
+ //# sourceMappingURL=launchAgentFromPersonaBodyContentItem.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"launchAgentFromPersonaBodyContentItem.js","sourceRoot":"","sources":["../../../src/react/model/launchAgentFromPersonaBodyContentItem.ts"],"names":[],"mappings":"AAAA;;;;;GAKG"}
@@ -0,0 +1,12 @@
1
+ /**
2
+ * Generated by orval v8.18.0 🍺
3
+ * Do not edit manually.
4
+ * Reflex API
5
+ * OpenAPI spec version: 1.0.0
6
+ */
7
+ export type LaunchAgentFromPersonaBodyExtraAttachmentsItem = {
8
+ attachmentId: string;
9
+ pluginName: string;
10
+ config?: unknown;
11
+ };
12
+ //# sourceMappingURL=launchAgentFromPersonaBodyExtraAttachmentsItem.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"launchAgentFromPersonaBodyExtraAttachmentsItem.d.ts","sourceRoot":"","sources":["../../../src/react/model/launchAgentFromPersonaBodyExtraAttachmentsItem.ts"],"names":[],"mappings":"AAAA;;;;;GAKG;AAEH,MAAM,MAAM,8CAA8C,GAAG;IAC3D,YAAY,EAAE,MAAM,CAAC;IACrB,UAAU,EAAE,MAAM,CAAC;IACnB,MAAM,CAAC,EAAE,OAAO,CAAC;CAClB,CAAC"}
@@ -0,0 +1,8 @@
1
+ /**
2
+ * Generated by orval v8.18.0 🍺
3
+ * Do not edit manually.
4
+ * Reflex API
5
+ * OpenAPI spec version: 1.0.0
6
+ */
7
+ export {};
8
+ //# sourceMappingURL=launchAgentFromPersonaBodyExtraAttachmentsItem.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"launchAgentFromPersonaBodyExtraAttachmentsItem.js","sourceRoot":"","sources":["../../../src/react/model/launchAgentFromPersonaBodyExtraAttachmentsItem.ts"],"names":[],"mappings":"AAAA;;;;;GAKG"}
@@ -0,0 +1,17 @@
1
+ /**
2
+ * Generated by orval v8.18.0 🍺
3
+ * Do not edit manually.
4
+ * Reflex API
5
+ * OpenAPI spec version: 1.0.0
6
+ */
7
+ export type LaunchAgentFromPersonaBodyExtraEnvVarsItem = {
8
+ /**
9
+ * @minLength 1
10
+ * @pattern ^[A-Za-z_][A-Za-z0-9_]*$
11
+ */
12
+ key: string;
13
+ value?: string;
14
+ secretRef?: string;
15
+ isSecret?: boolean;
16
+ };
17
+ //# sourceMappingURL=launchAgentFromPersonaBodyExtraEnvVarsItem.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"launchAgentFromPersonaBodyExtraEnvVarsItem.d.ts","sourceRoot":"","sources":["../../../src/react/model/launchAgentFromPersonaBodyExtraEnvVarsItem.ts"],"names":[],"mappings":"AAAA;;;;;GAKG;AAEH,MAAM,MAAM,0CAA0C,GAAG;IACvD;;;SAGK;IACL,GAAG,EAAE,MAAM,CAAC;IACZ,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,QAAQ,CAAC,EAAE,OAAO,CAAC;CACpB,CAAC"}
@@ -0,0 +1,8 @@
1
+ /**
2
+ * Generated by orval v8.18.0 🍺
3
+ * Do not edit manually.
4
+ * Reflex API
5
+ * OpenAPI spec version: 1.0.0
6
+ */
7
+ export {};
8
+ //# sourceMappingURL=launchAgentFromPersonaBodyExtraEnvVarsItem.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"launchAgentFromPersonaBodyExtraEnvVarsItem.js","sourceRoot":"","sources":["../../../src/react/model/launchAgentFromPersonaBodyExtraEnvVarsItem.ts"],"names":[],"mappings":"AAAA;;;;;GAKG"}
@@ -0,0 +1,13 @@
1
+ /**
2
+ * Generated by orval v8.18.0 🍺
3
+ * Do not edit manually.
4
+ * Reflex API
5
+ * OpenAPI spec version: 1.0.0
6
+ */
7
+ export type LaunchAgentFromPersonaBodyPromptMode = typeof LaunchAgentFromPersonaBodyPromptMode[keyof typeof LaunchAgentFromPersonaBodyPromptMode];
8
+ export declare const LaunchAgentFromPersonaBodyPromptMode: {
9
+ readonly implement: "implement";
10
+ readonly plan: "plan";
11
+ readonly review: "review";
12
+ };
13
+ //# sourceMappingURL=launchAgentFromPersonaBodyPromptMode.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"launchAgentFromPersonaBodyPromptMode.d.ts","sourceRoot":"","sources":["../../../src/react/model/launchAgentFromPersonaBodyPromptMode.ts"],"names":[],"mappings":"AAAA;;;;;GAKG;AAEH,MAAM,MAAM,oCAAoC,GAAG,OAAO,oCAAoC,CAAC,MAAM,OAAO,oCAAoC,CAAC,CAAC;AAGlJ,eAAO,MAAM,oCAAoC;;;;CAIvC,CAAC"}
@@ -0,0 +1,12 @@
1
+ /**
2
+ * Generated by orval v8.18.0 🍺
3
+ * Do not edit manually.
4
+ * Reflex API
5
+ * OpenAPI spec version: 1.0.0
6
+ */
7
+ export const LaunchAgentFromPersonaBodyPromptMode = {
8
+ implement: 'implement',
9
+ plan: 'plan',
10
+ review: 'review',
11
+ };
12
+ //# sourceMappingURL=launchAgentFromPersonaBodyPromptMode.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"launchAgentFromPersonaBodyPromptMode.js","sourceRoot":"","sources":["../../../src/react/model/launchAgentFromPersonaBodyPromptMode.ts"],"names":[],"mappings":"AAAA;;;;;GAKG;AAKH,MAAM,CAAC,MAAM,oCAAoC,GAAG;IAClD,SAAS,EAAE,WAAW;IACtB,IAAI,EAAE,MAAM;IACZ,MAAM,EAAE,QAAQ;CACR,CAAC"}
@@ -0,0 +1,12 @@
1
+ /**
2
+ * Generated by orval v8.18.0 🍺
3
+ * Do not edit manually.
4
+ * Reflex API
5
+ * OpenAPI spec version: 1.0.0
6
+ */
7
+ export type LaunchAgentFromPersonaBodyPromptStrategy = typeof LaunchAgentFromPersonaBodyPromptStrategy[keyof typeof LaunchAgentFromPersonaBodyPromptStrategy];
8
+ export declare const LaunchAgentFromPersonaBodyPromptStrategy: {
9
+ readonly 'prepend-default': "prepend-default";
10
+ readonly replace: "replace";
11
+ };
12
+ //# sourceMappingURL=launchAgentFromPersonaBodyPromptStrategy.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"launchAgentFromPersonaBodyPromptStrategy.d.ts","sourceRoot":"","sources":["../../../src/react/model/launchAgentFromPersonaBodyPromptStrategy.ts"],"names":[],"mappings":"AAAA;;;;;GAKG;AAEH,MAAM,MAAM,wCAAwC,GAAG,OAAO,wCAAwC,CAAC,MAAM,OAAO,wCAAwC,CAAC,CAAC;AAG9J,eAAO,MAAM,wCAAwC;;;CAG3C,CAAC"}
@@ -0,0 +1,11 @@
1
+ /**
2
+ * Generated by orval v8.18.0 🍺
3
+ * Do not edit manually.
4
+ * Reflex API
5
+ * OpenAPI spec version: 1.0.0
6
+ */
7
+ export const LaunchAgentFromPersonaBodyPromptStrategy = {
8
+ 'prepend-default': 'prepend-default',
9
+ replace: 'replace',
10
+ };
11
+ //# sourceMappingURL=launchAgentFromPersonaBodyPromptStrategy.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"launchAgentFromPersonaBodyPromptStrategy.js","sourceRoot":"","sources":["../../../src/react/model/launchAgentFromPersonaBodyPromptStrategy.ts"],"names":[],"mappings":"AAAA;;;;;GAKG;AAKH,MAAM,CAAC,MAAM,wCAAwC,GAAG;IACtD,iBAAiB,EAAE,iBAAiB;IACpC,OAAO,EAAE,SAAS;CACV,CAAC"}
@@ -0,0 +1,21 @@
1
+ /**
2
+ * Generated by orval v8.18.0 🍺
3
+ * Do not edit manually.
4
+ * Reflex API
5
+ * OpenAPI spec version: 1.0.0
6
+ */
7
+ import type { LaunchAgentFromPersonaBodySandboxOptionsCustomSize } from './launchAgentFromPersonaBodySandboxOptionsCustomSize.js';
8
+ import type { LaunchAgentFromPersonaBodySandboxOptionsResourceSize } from './launchAgentFromPersonaBodySandboxOptionsResourceSize.js';
9
+ export type LaunchAgentFromPersonaBodySandboxOptions = {
10
+ blueprintName?: string | null;
11
+ blueprintId?: string | null;
12
+ snapshotId?: string | null;
13
+ resourceSize?: LaunchAgentFromPersonaBodySandboxOptionsResourceSize;
14
+ customSize?: LaunchAgentFromPersonaBodySandboxOptionsCustomSize;
15
+ dockerd?: boolean | null;
16
+ computerUse?: boolean | null;
17
+ artifactMirrors?: boolean | null;
18
+ idleTimeMinutes?: number | null;
19
+ resumeOnHttp?: boolean | null;
20
+ };
21
+ //# sourceMappingURL=launchAgentFromPersonaBodySandboxOptions.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"launchAgentFromPersonaBodySandboxOptions.d.ts","sourceRoot":"","sources":["../../../src/react/model/launchAgentFromPersonaBodySandboxOptions.ts"],"names":[],"mappings":"AAAA;;;;;GAKG;AACH,OAAO,KAAK,EAAE,kDAAkD,EAAE,MAAM,yDAAyD,CAAC;AAClI,OAAO,KAAK,EAAE,oDAAoD,EAAE,MAAM,2DAA2D,CAAC;AAEtI,MAAM,MAAM,wCAAwC,GAAG;IACrD,aAAa,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC9B,WAAW,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC5B,UAAU,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC3B,YAAY,CAAC,EAAE,oDAAoD,CAAC;IACpE,UAAU,CAAC,EAAE,kDAAkD,CAAC;IAChE,OAAO,CAAC,EAAE,OAAO,GAAG,IAAI,CAAC;IACzB,WAAW,CAAC,EAAE,OAAO,GAAG,IAAI,CAAC;IAC7B,eAAe,CAAC,EAAE,OAAO,GAAG,IAAI,CAAC;IACjC,eAAe,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAChC,YAAY,CAAC,EAAE,OAAO,GAAG,IAAI,CAAC;CAC/B,CAAC"}
@@ -0,0 +1,2 @@
1
+ export {};
2
+ //# sourceMappingURL=launchAgentFromPersonaBodySandboxOptions.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"launchAgentFromPersonaBodySandboxOptions.js","sourceRoot":"","sources":["../../../src/react/model/launchAgentFromPersonaBodySandboxOptions.ts"],"names":[],"mappings":""}
@@ -0,0 +1,22 @@
1
+ /**
2
+ * Generated by orval v8.18.0 🍺
3
+ * Do not edit manually.
4
+ * Reflex API
5
+ * OpenAPI spec version: 1.0.0
6
+ */
7
+ export type LaunchAgentFromPersonaBodySandboxOptionsCustomSize = {
8
+ /**
9
+ * @minLength 1
10
+ * @maxLength 50
11
+ */
12
+ name: string;
13
+ /** @minimum 0.5 */
14
+ cpuCores: number;
15
+ /**
16
+ * @minimum 1
17
+ * @maximum 9007199254740991
18
+ */
19
+ gbMemory: number;
20
+ diskSizeGb?: number | null;
21
+ } | null;
22
+ //# sourceMappingURL=launchAgentFromPersonaBodySandboxOptionsCustomSize.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"launchAgentFromPersonaBodySandboxOptionsCustomSize.d.ts","sourceRoot":"","sources":["../../../src/react/model/launchAgentFromPersonaBodySandboxOptionsCustomSize.ts"],"names":[],"mappings":"AAAA;;;;;GAKG;AAEH,MAAM,MAAM,kDAAkD,GAAG;IAC/D;;;SAGK;IACL,IAAI,EAAE,MAAM,CAAC;IACb,mBAAmB;IACnB,QAAQ,EAAE,MAAM,CAAC;IACjB;;;SAGK;IACL,QAAQ,EAAE,MAAM,CAAC;IACjB,UAAU,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;CAC5B,GAAG,IAAI,CAAC"}
@@ -0,0 +1,8 @@
1
+ /**
2
+ * Generated by orval v8.18.0 🍺
3
+ * Do not edit manually.
4
+ * Reflex API
5
+ * OpenAPI spec version: 1.0.0
6
+ */
7
+ export {};
8
+ //# sourceMappingURL=launchAgentFromPersonaBodySandboxOptionsCustomSize.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"launchAgentFromPersonaBodySandboxOptionsCustomSize.js","sourceRoot":"","sources":["../../../src/react/model/launchAgentFromPersonaBodySandboxOptionsCustomSize.ts"],"names":[],"mappings":"AAAA;;;;;GAKG"}
@@ -0,0 +1,15 @@
1
+ /**
2
+ * Generated by orval v8.18.0 🍺
3
+ * Do not edit manually.
4
+ * Reflex API
5
+ * OpenAPI spec version: 1.0.0
6
+ */
7
+ export type LaunchAgentFromPersonaBodySandboxOptionsResourceSize = typeof LaunchAgentFromPersonaBodySandboxOptionsResourceSize[keyof typeof LaunchAgentFromPersonaBodySandboxOptionsResourceSize] | null;
8
+ export declare const LaunchAgentFromPersonaBodySandboxOptionsResourceSize: {
9
+ readonly SMALL: "SMALL";
10
+ readonly MEDIUM: "MEDIUM";
11
+ readonly LARGE: "LARGE";
12
+ readonly X_LARGE: "X_LARGE";
13
+ readonly XX_LARGE: "XX_LARGE";
14
+ };
15
+ //# sourceMappingURL=launchAgentFromPersonaBodySandboxOptionsResourceSize.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"launchAgentFromPersonaBodySandboxOptionsResourceSize.d.ts","sourceRoot":"","sources":["../../../src/react/model/launchAgentFromPersonaBodySandboxOptionsResourceSize.ts"],"names":[],"mappings":"AAAA;;;;;GAKG;AAEH,MAAM,MAAM,oDAAoD,GAAG,OAAO,oDAAoD,CAAC,MAAM,OAAO,oDAAoD,CAAC,GAAG,IAAI,CAAC;AAGzM,eAAO,MAAM,oDAAoD;;;;;;CAMvD,CAAC"}
@@ -0,0 +1,14 @@
1
+ /**
2
+ * Generated by orval v8.18.0 🍺
3
+ * Do not edit manually.
4
+ * Reflex API
5
+ * OpenAPI spec version: 1.0.0
6
+ */
7
+ export const LaunchAgentFromPersonaBodySandboxOptionsResourceSize = {
8
+ SMALL: 'SMALL',
9
+ MEDIUM: 'MEDIUM',
10
+ LARGE: 'LARGE',
11
+ X_LARGE: 'X_LARGE',
12
+ XX_LARGE: 'XX_LARGE',
13
+ };
14
+ //# sourceMappingURL=launchAgentFromPersonaBodySandboxOptionsResourceSize.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"launchAgentFromPersonaBodySandboxOptionsResourceSize.js","sourceRoot":"","sources":["../../../src/react/model/launchAgentFromPersonaBodySandboxOptionsResourceSize.ts"],"names":[],"mappings":"AAAA;;;;;GAKG;AAKH,MAAM,CAAC,MAAM,oDAAoD,GAAG;IAClE,KAAK,EAAE,OAAO;IACd,MAAM,EAAE,QAAQ;IAChB,KAAK,EAAE,OAAO;IACd,OAAO,EAAE,SAAS;IAClB,QAAQ,EAAE,UAAU;CACZ,CAAC"}
@@ -8,5 +8,6 @@ export type SaveAgentDraftBodyPayloadPromptMode = typeof SaveAgentDraftBodyPaylo
8
8
  export declare const SaveAgentDraftBodyPayloadPromptMode: {
9
9
  readonly implement: "implement";
10
10
  readonly plan: "plan";
11
+ readonly review: "review";
11
12
  };
12
13
  //# sourceMappingURL=saveAgentDraftBodyPayloadPromptMode.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"saveAgentDraftBodyPayloadPromptMode.d.ts","sourceRoot":"","sources":["../../../src/react/model/saveAgentDraftBodyPayloadPromptMode.ts"],"names":[],"mappings":"AAAA;;;;;GAKG;AAEH,MAAM,MAAM,mCAAmC,GAAG,OAAO,mCAAmC,CAAC,MAAM,OAAO,mCAAmC,CAAC,CAAC;AAG/I,eAAO,MAAM,mCAAmC;;;CAGtC,CAAC"}
1
+ {"version":3,"file":"saveAgentDraftBodyPayloadPromptMode.d.ts","sourceRoot":"","sources":["../../../src/react/model/saveAgentDraftBodyPayloadPromptMode.ts"],"names":[],"mappings":"AAAA;;;;;GAKG;AAEH,MAAM,MAAM,mCAAmC,GAAG,OAAO,mCAAmC,CAAC,MAAM,OAAO,mCAAmC,CAAC,CAAC;AAG/I,eAAO,MAAM,mCAAmC;;;;CAItC,CAAC"}
@@ -7,5 +7,6 @@
7
7
  export const SaveAgentDraftBodyPayloadPromptMode = {
8
8
  implement: 'implement',
9
9
  plan: 'plan',
10
+ review: 'review',
10
11
  };
11
12
  //# sourceMappingURL=saveAgentDraftBodyPayloadPromptMode.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"saveAgentDraftBodyPayloadPromptMode.js","sourceRoot":"","sources":["../../../src/react/model/saveAgentDraftBodyPayloadPromptMode.ts"],"names":[],"mappings":"AAAA;;;;;GAKG;AAKH,MAAM,CAAC,MAAM,mCAAmC,GAAG;IACjD,SAAS,EAAE,WAAW;IACtB,IAAI,EAAE,MAAM;CACJ,CAAC"}
1
+ {"version":3,"file":"saveAgentDraftBodyPayloadPromptMode.js","sourceRoot":"","sources":["../../../src/react/model/saveAgentDraftBodyPayloadPromptMode.ts"],"names":[],"mappings":"AAAA;;;;;GAKG;AAKH,MAAM,CAAC,MAAM,mCAAmC,GAAG;IACjD,SAAS,EAAE,WAAW;IACtB,IAAI,EAAE,MAAM;IACZ,MAAM,EAAE,QAAQ;CACR,CAAC"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@runloop/reflex-client",
3
- "version": "0.11.0",
3
+ "version": "0.13.0",
4
4
  "description": "Typed API client and live event stream for Reflex, authenticated with a personal API key.",
5
5
  "license": "MIT",
6
6
  "keywords": [
@@ -0,0 +1,122 @@
1
+ /**
2
+ * Generated by orval v8.18.0 🍺
3
+ * Do not edit manually.
4
+ * Reflex API
5
+ * OpenAPI spec version: 1.0.0
6
+ */
7
+ import type {
8
+ Agent,
9
+ AgentPersona,
10
+ LaunchAgentFromPersonaBody
11
+ } from './model/index.js';
12
+
13
+ import { apiFetch } from '../http.js';
14
+
15
+
16
+ export type listAgentPersonasResponse200 = {
17
+ data: AgentPersona[]
18
+ status: 200
19
+ }
20
+
21
+ export type listAgentPersonasResponseSuccess = (listAgentPersonasResponse200) & {
22
+ headers: Headers;
23
+ };
24
+ ;
25
+
26
+ export type listAgentPersonasResponse = (listAgentPersonasResponseSuccess)
27
+
28
+ export const getListAgentPersonasUrl = () => {
29
+
30
+
31
+
32
+
33
+ return `/agent-personas`
34
+ }
35
+
36
+ /**
37
+ * @summary List the agent personas visible in the active organization.
38
+ */
39
+ export const listAgentPersonas = async ( options?: RequestInit): Promise<listAgentPersonasResponse> => {
40
+
41
+ return apiFetch<listAgentPersonasResponse>(getListAgentPersonasUrl(),
42
+ {
43
+ ...options,
44
+ method: 'GET'
45
+
46
+
47
+ }
48
+ );}
49
+
50
+
51
+ export type getAgentPersonaResponse200 = {
52
+ data: AgentPersona
53
+ status: 200
54
+ }
55
+
56
+ export type getAgentPersonaResponseSuccess = (getAgentPersonaResponse200) & {
57
+ headers: Headers;
58
+ };
59
+ ;
60
+
61
+ export type getAgentPersonaResponse = (getAgentPersonaResponseSuccess)
62
+
63
+ export const getGetAgentPersonaUrl = (id: string,) => {
64
+
65
+
66
+
67
+
68
+ return `/agent-personas/${encodeURIComponent(String(id))}`
69
+ }
70
+
71
+ /**
72
+ * @summary Get an agent persona by id.
73
+ */
74
+ export const getAgentPersona = async (id: string, options?: RequestInit): Promise<getAgentPersonaResponse> => {
75
+
76
+ return apiFetch<getAgentPersonaResponse>(getGetAgentPersonaUrl(id),
77
+ {
78
+ ...options,
79
+ method: 'GET'
80
+
81
+
82
+ }
83
+ );}
84
+
85
+
86
+ export type launchAgentFromPersonaResponse201 = {
87
+ data: Agent
88
+ status: 201
89
+ }
90
+
91
+ export type launchAgentFromPersonaResponseSuccess = (launchAgentFromPersonaResponse201) & {
92
+ headers: Headers;
93
+ };
94
+ ;
95
+
96
+ export type launchAgentFromPersonaResponse = (launchAgentFromPersonaResponseSuccess)
97
+
98
+ export const getLaunchAgentFromPersonaUrl = (id: string,) => {
99
+
100
+
101
+
102
+
103
+ return `/agent-personas/${encodeURIComponent(String(id))}/launch`
104
+ }
105
+
106
+ /**
107
+ * Starts an agent from the persona's saved configuration with per-launch overrides layered on top. `agentType` runs the persona as a different agent — the model, endpoint route, and the persona's pinned provider key are then re-resolved for that type rather than carried over.
108
+ * @summary Launch an agent from a persona.
109
+ */
110
+ export const launchAgentFromPersona = async (id: string,
111
+ launchAgentFromPersonaBody: LaunchAgentFromPersonaBody, options?: RequestInit): Promise<launchAgentFromPersonaResponse> => {
112
+
113
+ return apiFetch<launchAgentFromPersonaResponse>(getLaunchAgentFromPersonaUrl(id),
114
+ {
115
+ ...options,
116
+ method: 'POST',
117
+ headers: { 'Content-Type': 'application/json', ...options?.headers },
118
+ body: JSON.stringify(launchAgentFromPersonaBody)
119
+ }
120
+ );}
121
+
122
+
@@ -210,7 +210,8 @@ export const getKillAgentUrl = (id: string,) => {
210
210
  }
211
211
 
212
212
  /**
213
- * @summary Force stop the agent and shut down its devbox.
213
+ * Soft-deletes the run so normal reads no longer return it while retaining its durable history. Use `POST /agents/:id/stop` to force stop an agent while keeping it visible.
214
+ * @summary Delete the agent: force stop it, shut down its devbox, and hide the run.
214
215
  */
215
216
  export const killAgent = async (id: string, options?: RequestInit): Promise<killAgentResponse> => {
216
217
 
@@ -9,6 +9,7 @@ import type { AgentAttachments } from './agentAttachments.js';
9
9
  import type { AgentDaemons } from './agentDaemons.js';
10
10
  import type { AgentEnvVars } from './agentEnvVars.js';
11
11
  import type { AgentMark } from './agentMark.js';
12
+ import type { AgentPromptMode } from './agentPromptMode.js';
12
13
  import type { AgentSandboxOptions } from './agentSandboxOptions.js';
13
14
  import type { AgentStatus } from './agentStatus.js';
14
15
  import type { AgentTurnState } from './agentTurnState.js';
@@ -34,6 +35,7 @@ export interface Agent {
34
35
  blueprintId?: string | null;
35
36
  blueprintName?: string | null;
36
37
  sandboxOptions?: AgentSandboxOptions;
38
+ promptMode?: AgentPromptMode;
37
39
  createdAt: number;
38
40
  lastActiveAt?: number | null;
39
41
  archived: boolean;
@@ -0,0 +1,36 @@
1
+ /**
2
+ * Generated by orval v8.18.0 🍺
3
+ * Do not edit manually.
4
+ * Reflex API
5
+ * OpenAPI spec version: 1.0.0
6
+ */
7
+ import type { AgentPersonaAttachments } from './agentPersonaAttachments.js';
8
+ import type { AgentPersonaEnvVars } from './agentPersonaEnvVars.js';
9
+ import type { AgentPersonaPromptMode } from './agentPersonaPromptMode.js';
10
+ import type { AgentPersonaSandboxOptions } from './agentPersonaSandboxOptions.js';
11
+
12
+ export interface AgentPersona {
13
+ name: string;
14
+ agentType: string;
15
+ systemPrompt: string | null;
16
+ model: string | null;
17
+ modelEndpointId: string | null;
18
+ blueprintId?: string;
19
+ blueprintName: string | null;
20
+ sandboxOptions: AgentPersonaSandboxOptions;
21
+ attachments: AgentPersonaAttachments;
22
+ envVars: AgentPersonaEnvVars;
23
+ promptMode: AgentPersonaPromptMode;
24
+ labelIds: string[] | null;
25
+ groupId: string | null;
26
+ modelProviderSecretId: string | null;
27
+ id: string;
28
+ description: string | null;
29
+ icon: string | null;
30
+ defaultPrompt: string | null;
31
+ isBuiltIn: boolean;
32
+ organizationId: string | null;
33
+ ownerId: string | null;
34
+ createdAt: number;
35
+ updatedAt: number;
36
+ }
@@ -0,0 +1,12 @@
1
+ /**
2
+ * Generated by orval v8.18.0 🍺
3
+ * Do not edit manually.
4
+ * Reflex API
5
+ * OpenAPI spec version: 1.0.0
6
+ */
7
+
8
+ export type AgentPersonaAttachments = {
9
+ attachmentId: string;
10
+ pluginName: string;
11
+ config?: unknown;
12
+ }[] | null;
@@ -0,0 +1,17 @@
1
+ /**
2
+ * Generated by orval v8.18.0 🍺
3
+ * Do not edit manually.
4
+ * Reflex API
5
+ * OpenAPI spec version: 1.0.0
6
+ */
7
+
8
+ export type AgentPersonaEnvVars = {
9
+ /**
10
+ * @minLength 1
11
+ * @pattern ^[A-Za-z_][A-Za-z0-9_]*$
12
+ */
13
+ key: string;
14
+ value?: string;
15
+ secretRef?: string;
16
+ isSecret?: boolean;
17
+ }[] | null;