donobu 1.0.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 (1048) hide show
  1. package/dist/apis/AgentsApi.d.ts +12 -0
  2. package/dist/apis/AgentsApi.js +36 -0
  3. package/dist/apis/AgentsApi.js.map +1 -0
  4. package/dist/apis/AskAiApi.d.ts +17 -0
  5. package/dist/apis/AskAiApi.js +58 -0
  6. package/dist/apis/AskAiApi.js.map +1 -0
  7. package/dist/apis/DefaultApiAuthApi.d.ts +17 -0
  8. package/dist/apis/DefaultApiAuthApi.js +33 -0
  9. package/dist/apis/DefaultApiAuthApi.js.map +1 -0
  10. package/dist/apis/FlowsApi.d.ts +40 -0
  11. package/dist/apis/FlowsApi.js +129 -0
  12. package/dist/apis/FlowsApi.js.map +1 -0
  13. package/dist/apis/FlowsFilesApi.d.ts +8 -0
  14. package/dist/apis/FlowsFilesApi.js +87 -0
  15. package/dist/apis/FlowsFilesApi.js.map +1 -0
  16. package/dist/apis/FlowsToolCallsApi.d.ts +18 -0
  17. package/dist/apis/FlowsToolCallsApi.js +43 -0
  18. package/dist/apis/FlowsToolCallsApi.js.map +1 -0
  19. package/dist/apis/GptConfigsApi.d.ts +22 -0
  20. package/dist/apis/GptConfigsApi.js +77 -0
  21. package/dist/apis/GptConfigsApi.js.map +1 -0
  22. package/dist/apis/GptResourcesApi.d.ts +20 -0
  23. package/dist/apis/GptResourcesApi.js +53 -0
  24. package/dist/apis/GptResourcesApi.js.map +1 -0
  25. package/dist/apis/KeysApi.d.ts +25 -0
  26. package/dist/apis/KeysApi.js +64 -0
  27. package/dist/apis/KeysApi.js.map +1 -0
  28. package/dist/apis/PingApi.d.ts +13 -0
  29. package/dist/apis/PingApi.js +19 -0
  30. package/dist/apis/PingApi.js.map +1 -0
  31. package/dist/apis/SpecialFlowsApi.d.ts +17 -0
  32. package/dist/apis/SpecialFlowsApi.js +430 -0
  33. package/dist/apis/SpecialFlowsApi.js.map +1 -0
  34. package/dist/apis/ToolsApi.d.ts +20 -0
  35. package/dist/apis/ToolsApi.js +26 -0
  36. package/dist/apis/ToolsApi.js.map +1 -0
  37. package/dist/apis/VersionApi.d.ts +13 -0
  38. package/dist/apis/VersionApi.js +20 -0
  39. package/dist/apis/VersionApi.js.map +1 -0
  40. package/dist/assets/Donobu.entitlements.plist +28 -0
  41. package/dist/assets/axe.js +47397 -0
  42. package/dist/assets/clickable-elements-tracker.js +62 -0
  43. package/dist/assets/control-panel.js +447 -0
  44. package/dist/assets/devices.json +1403 -0
  45. package/dist/assets/dialog-prompt-tracker.js +20 -0
  46. package/dist/assets/generated/parameter-schemas.json +1518 -0
  47. package/dist/assets/generated/version +1 -0
  48. package/dist/assets/icon.png +0 -0
  49. package/dist/assets/page-interactions-tracker.js +222 -0
  50. package/dist/assets/smart-selector-generator.js +268 -0
  51. package/dist/assets/zaru-eyes.html +141 -0
  52. package/dist/bindings/FocusPage.d.ts +17 -0
  53. package/dist/bindings/FocusPage.js +27 -0
  54. package/dist/bindings/FocusPage.js.map +1 -0
  55. package/dist/bindings/NamedBindingCallback.d.ts +23 -0
  56. package/dist/bindings/NamedBindingCallback.js +3 -0
  57. package/dist/bindings/NamedBindingCallback.js.map +1 -0
  58. package/dist/bindings/PageInteractionTracker.d.ts +28 -0
  59. package/dist/bindings/PageInteractionTracker.js +102 -0
  60. package/dist/bindings/PageInteractionTracker.js.map +1 -0
  61. package/dist/clients/AnthropicAwsBedrockGptClient.d.ts +36 -0
  62. package/dist/clients/AnthropicAwsBedrockGptClient.js +357 -0
  63. package/dist/clients/AnthropicAwsBedrockGptClient.js.map +1 -0
  64. package/dist/clients/AnthropicGptClient.d.ts +36 -0
  65. package/dist/clients/AnthropicGptClient.js +309 -0
  66. package/dist/clients/AnthropicGptClient.js.map +1 -0
  67. package/dist/clients/GoogleGptClient.d.ts +49 -0
  68. package/dist/clients/GoogleGptClient.js +380 -0
  69. package/dist/clients/GoogleGptClient.js.map +1 -0
  70. package/dist/clients/GoogleGptClient2.d.ts +18 -0
  71. package/dist/clients/GoogleGptClient2.js +237 -0
  72. package/dist/clients/GoogleGptClient2.js.map +1 -0
  73. package/dist/clients/GptClient.d.ts +36 -0
  74. package/dist/clients/GptClient.js +12 -0
  75. package/dist/clients/GptClient.js.map +1 -0
  76. package/dist/clients/GptClientFactory.d.ts +5 -0
  77. package/dist/clients/GptClientFactory.js +39 -0
  78. package/dist/clients/GptClientFactory.js.map +1 -0
  79. package/dist/clients/OpenAiGptClient.d.ts +35 -0
  80. package/dist/clients/OpenAiGptClient.js +269 -0
  81. package/dist/clients/OpenAiGptClient.js.map +1 -0
  82. package/dist/clients/SupabaseClient.d.ts +16 -0
  83. package/dist/clients/SupabaseClient.js +200 -0
  84. package/dist/clients/SupabaseClient.js.map +1 -0
  85. package/dist/donobu.fixtures.d.ts +57 -0
  86. package/dist/donobu.fixtures.js +167 -0
  87. package/dist/donobu.fixtures.js.map +1 -0
  88. package/dist/esm/apis/AgentsApi.d.ts +12 -0
  89. package/dist/esm/apis/AgentsApi.js +36 -0
  90. package/dist/esm/apis/AgentsApi.js.map +1 -0
  91. package/dist/esm/apis/AskAiApi.d.ts +17 -0
  92. package/dist/esm/apis/AskAiApi.js +58 -0
  93. package/dist/esm/apis/AskAiApi.js.map +1 -0
  94. package/dist/esm/apis/DefaultApiAuthApi.d.ts +17 -0
  95. package/dist/esm/apis/DefaultApiAuthApi.js +33 -0
  96. package/dist/esm/apis/DefaultApiAuthApi.js.map +1 -0
  97. package/dist/esm/apis/FlowsApi.d.ts +40 -0
  98. package/dist/esm/apis/FlowsApi.js +129 -0
  99. package/dist/esm/apis/FlowsApi.js.map +1 -0
  100. package/dist/esm/apis/FlowsFilesApi.d.ts +8 -0
  101. package/dist/esm/apis/FlowsFilesApi.js +87 -0
  102. package/dist/esm/apis/FlowsFilesApi.js.map +1 -0
  103. package/dist/esm/apis/FlowsToolCallsApi.d.ts +18 -0
  104. package/dist/esm/apis/FlowsToolCallsApi.js +43 -0
  105. package/dist/esm/apis/FlowsToolCallsApi.js.map +1 -0
  106. package/dist/esm/apis/GptConfigsApi.d.ts +22 -0
  107. package/dist/esm/apis/GptConfigsApi.js +77 -0
  108. package/dist/esm/apis/GptConfigsApi.js.map +1 -0
  109. package/dist/esm/apis/GptResourcesApi.d.ts +20 -0
  110. package/dist/esm/apis/GptResourcesApi.js +53 -0
  111. package/dist/esm/apis/GptResourcesApi.js.map +1 -0
  112. package/dist/esm/apis/KeysApi.d.ts +25 -0
  113. package/dist/esm/apis/KeysApi.js +64 -0
  114. package/dist/esm/apis/KeysApi.js.map +1 -0
  115. package/dist/esm/apis/PingApi.d.ts +13 -0
  116. package/dist/esm/apis/PingApi.js +19 -0
  117. package/dist/esm/apis/PingApi.js.map +1 -0
  118. package/dist/esm/apis/SpecialFlowsApi.d.ts +17 -0
  119. package/dist/esm/apis/SpecialFlowsApi.js +430 -0
  120. package/dist/esm/apis/SpecialFlowsApi.js.map +1 -0
  121. package/dist/esm/apis/ToolsApi.d.ts +20 -0
  122. package/dist/esm/apis/ToolsApi.js +26 -0
  123. package/dist/esm/apis/ToolsApi.js.map +1 -0
  124. package/dist/esm/apis/VersionApi.d.ts +13 -0
  125. package/dist/esm/apis/VersionApi.js +20 -0
  126. package/dist/esm/apis/VersionApi.js.map +1 -0
  127. package/dist/esm/assets/Donobu.entitlements.plist +28 -0
  128. package/dist/esm/assets/axe.js +47397 -0
  129. package/dist/esm/assets/clickable-elements-tracker.js +62 -0
  130. package/dist/esm/assets/control-panel.js +447 -0
  131. package/dist/esm/assets/devices.json +1403 -0
  132. package/dist/esm/assets/dialog-prompt-tracker.js +20 -0
  133. package/dist/esm/assets/generated/parameter-schemas.json +1518 -0
  134. package/dist/esm/assets/generated/version +1 -0
  135. package/dist/esm/assets/icon.png +0 -0
  136. package/dist/esm/assets/page-interactions-tracker.js +222 -0
  137. package/dist/esm/assets/smart-selector-generator.js +268 -0
  138. package/dist/esm/assets/zaru-eyes.html +141 -0
  139. package/dist/esm/bindings/FocusPage.d.ts +17 -0
  140. package/dist/esm/bindings/FocusPage.js +27 -0
  141. package/dist/esm/bindings/FocusPage.js.map +1 -0
  142. package/dist/esm/bindings/NamedBindingCallback.d.ts +23 -0
  143. package/dist/esm/bindings/NamedBindingCallback.js +3 -0
  144. package/dist/esm/bindings/NamedBindingCallback.js.map +1 -0
  145. package/dist/esm/bindings/PageInteractionTracker.d.ts +28 -0
  146. package/dist/esm/bindings/PageInteractionTracker.js +102 -0
  147. package/dist/esm/bindings/PageInteractionTracker.js.map +1 -0
  148. package/dist/esm/clients/AnthropicAwsBedrockGptClient.d.ts +36 -0
  149. package/dist/esm/clients/AnthropicAwsBedrockGptClient.js +357 -0
  150. package/dist/esm/clients/AnthropicAwsBedrockGptClient.js.map +1 -0
  151. package/dist/esm/clients/AnthropicGptClient.d.ts +36 -0
  152. package/dist/esm/clients/AnthropicGptClient.js +309 -0
  153. package/dist/esm/clients/AnthropicGptClient.js.map +1 -0
  154. package/dist/esm/clients/GoogleGptClient.d.ts +49 -0
  155. package/dist/esm/clients/GoogleGptClient.js +380 -0
  156. package/dist/esm/clients/GoogleGptClient.js.map +1 -0
  157. package/dist/esm/clients/GptClient.d.ts +36 -0
  158. package/dist/esm/clients/GptClient.js +12 -0
  159. package/dist/esm/clients/GptClient.js.map +1 -0
  160. package/dist/esm/clients/GptClientFactory.d.ts +5 -0
  161. package/dist/esm/clients/GptClientFactory.js +39 -0
  162. package/dist/esm/clients/GptClientFactory.js.map +1 -0
  163. package/dist/esm/clients/OpenAiGptClient.d.ts +35 -0
  164. package/dist/esm/clients/OpenAiGptClient.js +269 -0
  165. package/dist/esm/clients/OpenAiGptClient.js.map +1 -0
  166. package/dist/esm/clients/SupabaseClient.d.ts +16 -0
  167. package/dist/esm/clients/SupabaseClient.js +200 -0
  168. package/dist/esm/clients/SupabaseClient.js.map +1 -0
  169. package/dist/esm/donobu.fixtures.d.ts +57 -0
  170. package/dist/esm/donobu.fixtures.js +167 -0
  171. package/dist/esm/donobu.fixtures.js.map +1 -0
  172. package/dist/esm/exceptions/ActiveFlowNotFoundException.d.ts +10 -0
  173. package/dist/esm/exceptions/ActiveFlowNotFoundException.js +19 -0
  174. package/dist/esm/exceptions/ActiveFlowNotFoundException.js.map +1 -0
  175. package/dist/esm/exceptions/ApiKeyNotSetUpException.d.ts +14 -0
  176. package/dist/esm/exceptions/ApiKeyNotSetUpException.js +21 -0
  177. package/dist/esm/exceptions/ApiKeyNotSetUpException.js.map +1 -0
  178. package/dist/esm/exceptions/BrowserStateNotFoundException.d.ts +8 -0
  179. package/dist/esm/exceptions/BrowserStateNotFoundException.js +15 -0
  180. package/dist/esm/exceptions/BrowserStateNotFoundException.js.map +1 -0
  181. package/dist/esm/exceptions/CannotDeleteRunningFlowException.d.ts +9 -0
  182. package/dist/esm/exceptions/CannotDeleteRunningFlowException.js +18 -0
  183. package/dist/esm/exceptions/CannotDeleteRunningFlowException.js.map +1 -0
  184. package/dist/esm/exceptions/DonobuException.d.ts +12 -0
  185. package/dist/esm/exceptions/DonobuException.js +39 -0
  186. package/dist/esm/exceptions/DonobuException.js.map +1 -0
  187. package/dist/esm/exceptions/FlowNotFoundException.d.ts +6 -0
  188. package/dist/esm/exceptions/FlowNotFoundException.js +17 -0
  189. package/dist/esm/exceptions/FlowNotFoundException.js.map +1 -0
  190. package/dist/esm/exceptions/GptApiKeysNotSetupException.d.ts +4 -0
  191. package/dist/esm/exceptions/GptApiKeysNotSetupException.js +11 -0
  192. package/dist/esm/exceptions/GptApiKeysNotSetupException.js.map +1 -0
  193. package/dist/esm/exceptions/GptConfigNotFoundException.d.ts +8 -0
  194. package/dist/esm/exceptions/GptConfigNotFoundException.js +16 -0
  195. package/dist/esm/exceptions/GptConfigNotFoundException.js.map +1 -0
  196. package/dist/esm/exceptions/GptModelNotFoundException.d.ts +9 -0
  197. package/dist/esm/exceptions/GptModelNotFoundException.js +18 -0
  198. package/dist/esm/exceptions/GptModelNotFoundException.js.map +1 -0
  199. package/dist/esm/exceptions/GptPlatformAuthenticationFailedException.d.ts +6 -0
  200. package/dist/esm/exceptions/GptPlatformAuthenticationFailedException.js +14 -0
  201. package/dist/esm/exceptions/GptPlatformAuthenticationFailedException.js.map +1 -0
  202. package/dist/esm/exceptions/GptPlatformInsufficientQuotaException.d.ts +5 -0
  203. package/dist/esm/exceptions/GptPlatformInsufficientQuotaException.js +13 -0
  204. package/dist/esm/exceptions/GptPlatformInsufficientQuotaException.js.map +1 -0
  205. package/dist/esm/exceptions/GptPlatformInternalErrorException.d.ts +5 -0
  206. package/dist/esm/exceptions/GptPlatformInternalErrorException.js +12 -0
  207. package/dist/esm/exceptions/GptPlatformInternalErrorException.js.map +1 -0
  208. package/dist/esm/exceptions/GptPlatformNotReachableException.d.ts +5 -0
  209. package/dist/esm/exceptions/GptPlatformNotReachableException.js +13 -0
  210. package/dist/esm/exceptions/GptPlatformNotReachableException.js.map +1 -0
  211. package/dist/esm/exceptions/GptPlatformRateLimitedException.d.ts +5 -0
  212. package/dist/esm/exceptions/GptPlatformRateLimitedException.js +13 -0
  213. package/dist/esm/exceptions/GptPlatformRateLimitedException.js.map +1 -0
  214. package/dist/esm/exceptions/GptResourceNotFoundException.d.ts +8 -0
  215. package/dist/esm/exceptions/GptResourceNotFoundException.js +16 -0
  216. package/dist/esm/exceptions/GptResourceNotFoundException.js.map +1 -0
  217. package/dist/esm/exceptions/InvalidParamValueException.d.ts +13 -0
  218. package/dist/esm/exceptions/InvalidParamValueException.js +25 -0
  219. package/dist/esm/exceptions/InvalidParamValueException.js.map +1 -0
  220. package/dist/esm/exceptions/NoApiAccessTokenPresentException.d.ts +8 -0
  221. package/dist/esm/exceptions/NoApiAccessTokenPresentException.js +15 -0
  222. package/dist/esm/exceptions/NoApiAccessTokenPresentException.js.map +1 -0
  223. package/dist/esm/exceptions/PageClosedException.d.ts +6 -0
  224. package/dist/esm/exceptions/PageClosedException.js +13 -0
  225. package/dist/esm/exceptions/PageClosedException.js.map +1 -0
  226. package/dist/esm/exceptions/TooManyRequestsException.d.ts +5 -0
  227. package/dist/esm/exceptions/TooManyRequestsException.js +13 -0
  228. package/dist/esm/exceptions/TooManyRequestsException.js.map +1 -0
  229. package/dist/esm/exceptions/ToolCallNotFoundException.d.ts +6 -0
  230. package/dist/esm/exceptions/ToolCallNotFoundException.js +14 -0
  231. package/dist/esm/exceptions/ToolCallNotFoundException.js.map +1 -0
  232. package/dist/esm/exceptions/ToolRequiresGptException.d.ts +5 -0
  233. package/dist/esm/exceptions/ToolRequiresGptException.js +13 -0
  234. package/dist/esm/exceptions/ToolRequiresGptException.js.map +1 -0
  235. package/dist/esm/exceptions/UnknownToolException.d.ts +5 -0
  236. package/dist/esm/exceptions/UnknownToolException.js +13 -0
  237. package/dist/esm/exceptions/UnknownToolException.js.map +1 -0
  238. package/dist/esm/exceptions/UnparseableJsonBodyException.d.ts +4 -0
  239. package/dist/esm/exceptions/UnparseableJsonBodyException.js +12 -0
  240. package/dist/esm/exceptions/UnparseableJsonBodyException.js.map +1 -0
  241. package/dist/esm/main.d.ts +21 -0
  242. package/dist/esm/main.js +143 -0
  243. package/dist/esm/main.js.map +1 -0
  244. package/dist/esm/managers/AdminApiController.d.ts +32 -0
  245. package/dist/esm/managers/AdminApiController.js +251 -0
  246. package/dist/esm/managers/AdminApiController.js.map +1 -0
  247. package/dist/esm/managers/AgentsManager.d.ts +28 -0
  248. package/dist/esm/managers/AgentsManager.js +75 -0
  249. package/dist/esm/managers/AgentsManager.js.map +1 -0
  250. package/dist/esm/managers/DonobuFlow.d.ts +115 -0
  251. package/dist/esm/managers/DonobuFlow.js +1070 -0
  252. package/dist/esm/managers/DonobuFlow.js.map +1 -0
  253. package/dist/esm/managers/DonobuFlowsManager.d.ts +130 -0
  254. package/dist/esm/managers/DonobuFlowsManager.js +830 -0
  255. package/dist/esm/managers/DonobuFlowsManager.js.map +1 -0
  256. package/dist/esm/managers/FlowsPersistence.d.ts +79 -0
  257. package/dist/esm/managers/FlowsPersistence.js +3 -0
  258. package/dist/esm/managers/FlowsPersistence.js.map +1 -0
  259. package/dist/esm/managers/FlowsPersistenceAwsS3.d.ts +48 -0
  260. package/dist/esm/managers/FlowsPersistenceAwsS3.js +284 -0
  261. package/dist/esm/managers/FlowsPersistenceAwsS3.js.map +1 -0
  262. package/dist/esm/managers/FlowsPersistenceFactory.d.ts +9 -0
  263. package/dist/esm/managers/FlowsPersistenceFactory.js +3 -0
  264. package/dist/esm/managers/FlowsPersistenceFactory.js.map +1 -0
  265. package/dist/esm/managers/FlowsPersistenceFactoryImpl.d.ts +57 -0
  266. package/dist/esm/managers/FlowsPersistenceFactoryImpl.js +119 -0
  267. package/dist/esm/managers/FlowsPersistenceFactoryImpl.js.map +1 -0
  268. package/dist/esm/managers/FlowsPersistenceFactoryPreset.d.ts +12 -0
  269. package/dist/esm/managers/FlowsPersistenceFactoryPreset.js +25 -0
  270. package/dist/esm/managers/FlowsPersistenceFactoryPreset.js.map +1 -0
  271. package/dist/esm/managers/FlowsPersistenceFilesystem.d.ts +33 -0
  272. package/dist/esm/managers/FlowsPersistenceFilesystem.js +180 -0
  273. package/dist/esm/managers/FlowsPersistenceFilesystem.js.map +1 -0
  274. package/dist/esm/managers/FlowsPersistenceGoogleCloudStorage.d.ts +40 -0
  275. package/dist/esm/managers/FlowsPersistenceGoogleCloudStorage.js +209 -0
  276. package/dist/esm/managers/FlowsPersistenceGoogleCloudStorage.js.map +1 -0
  277. package/dist/esm/managers/FlowsPersistenceSupabase.d.ts +33 -0
  278. package/dist/esm/managers/FlowsPersistenceSupabase.js +152 -0
  279. package/dist/esm/managers/FlowsPersistenceSupabase.js.map +1 -0
  280. package/dist/esm/managers/FlowsPersistenceVolatile.d.ts +30 -0
  281. package/dist/esm/managers/FlowsPersistenceVolatile.js +103 -0
  282. package/dist/esm/managers/FlowsPersistenceVolatile.js.map +1 -0
  283. package/dist/esm/managers/GptConfigsManager.d.ts +38 -0
  284. package/dist/esm/managers/GptConfigsManager.js +159 -0
  285. package/dist/esm/managers/GptConfigsManager.js.map +1 -0
  286. package/dist/esm/managers/GptPlatformApiKeysManager.d.ts +36 -0
  287. package/dist/esm/managers/GptPlatformApiKeysManager.js +3 -0
  288. package/dist/esm/managers/GptPlatformApiKeysManager.js.map +1 -0
  289. package/dist/esm/managers/GptPlatformApiKeysManagerFilesystem.d.ts +29 -0
  290. package/dist/esm/managers/GptPlatformApiKeysManagerFilesystem.js +136 -0
  291. package/dist/esm/managers/GptPlatformApiKeysManagerFilesystem.js.map +1 -0
  292. package/dist/esm/managers/GptPlatformApiKeysManagerVolatile.d.ts +35 -0
  293. package/dist/esm/managers/GptPlatformApiKeysManagerVolatile.js +51 -0
  294. package/dist/esm/managers/GptPlatformApiKeysManagerVolatile.js.map +1 -0
  295. package/dist/esm/managers/GptResourcesManager.d.ts +39 -0
  296. package/dist/esm/managers/GptResourcesManager.js +130 -0
  297. package/dist/esm/managers/GptResourcesManager.js.map +1 -0
  298. package/dist/esm/managers/RequestContextHolder.d.ts +24 -0
  299. package/dist/esm/managers/RequestContextHolder.js +43 -0
  300. package/dist/esm/managers/RequestContextHolder.js.map +1 -0
  301. package/dist/esm/managers/SelectorGenerator.d.ts +8 -0
  302. package/dist/esm/managers/SelectorGenerator.js +15 -0
  303. package/dist/esm/managers/SelectorGenerator.js.map +1 -0
  304. package/dist/esm/managers/ToolManager.d.ts +21 -0
  305. package/dist/esm/managers/ToolManager.js +264 -0
  306. package/dist/esm/managers/ToolManager.js.map +1 -0
  307. package/dist/esm/managers/ToolTipper.d.ts +35 -0
  308. package/dist/esm/managers/ToolTipper.js +201 -0
  309. package/dist/esm/managers/ToolTipper.js.map +1 -0
  310. package/dist/esm/models/AskAiRequest.d.ts +14 -0
  311. package/dist/esm/models/AskAiRequest.js +3 -0
  312. package/dist/esm/models/AskAiRequest.js.map +1 -0
  313. package/dist/esm/models/BaseToolGptParameters.d.ts +9 -0
  314. package/dist/esm/models/BaseToolGptParameters.js +3 -0
  315. package/dist/esm/models/BaseToolGptParameters.js.map +1 -0
  316. package/dist/esm/models/BrowserDevice.d.ts +18 -0
  317. package/dist/esm/models/BrowserDevice.js +3 -0
  318. package/dist/esm/models/BrowserDevice.js.map +1 -0
  319. package/dist/esm/models/BrowserFramework.d.ts +36 -0
  320. package/dist/esm/models/BrowserFramework.js +164 -0
  321. package/dist/esm/models/BrowserFramework.js.map +1 -0
  322. package/dist/esm/models/BrowserState.d.ts +25 -0
  323. package/dist/esm/models/BrowserState.js +3 -0
  324. package/dist/esm/models/BrowserState.js.map +1 -0
  325. package/dist/esm/models/BrowserStateFlowReference.d.ts +10 -0
  326. package/dist/esm/models/BrowserStateFlowReference.js +3 -0
  327. package/dist/esm/models/BrowserStateFlowReference.js.map +1 -0
  328. package/dist/esm/models/CreateDonobuFlow.d.ts +88 -0
  329. package/dist/esm/models/CreateDonobuFlow.js +3 -0
  330. package/dist/esm/models/CreateDonobuFlow.js.map +1 -0
  331. package/dist/esm/models/CreateGoogleSteetviewExtractionFlow.d.ts +21 -0
  332. package/dist/esm/models/CreateGoogleSteetviewExtractionFlow.js +3 -0
  333. package/dist/esm/models/CreateGoogleSteetviewExtractionFlow.js.map +1 -0
  334. package/dist/esm/models/CustomTool.d.ts +9 -0
  335. package/dist/esm/models/CustomTool.js +3 -0
  336. package/dist/esm/models/CustomTool.js.map +1 -0
  337. package/dist/esm/models/DonobuAgentType.d.ts +2 -0
  338. package/dist/esm/models/DonobuAgentType.js +5 -0
  339. package/dist/esm/models/DonobuAgentType.js.map +1 -0
  340. package/dist/esm/models/DonobuDeploymentEnvironment.d.ts +5 -0
  341. package/dist/esm/models/DonobuDeploymentEnvironment.js +10 -0
  342. package/dist/esm/models/DonobuDeploymentEnvironment.js.map +1 -0
  343. package/dist/esm/models/DonobuErrorResponse.d.ts +13 -0
  344. package/dist/esm/models/DonobuErrorResponse.js +3 -0
  345. package/dist/esm/models/DonobuErrorResponse.js.map +1 -0
  346. package/dist/esm/models/ElementSelector.d.ts +14 -0
  347. package/dist/esm/models/ElementSelector.js +3 -0
  348. package/dist/esm/models/ElementSelector.js.map +1 -0
  349. package/dist/esm/models/ElementSelectorForReplay.d.ts +14 -0
  350. package/dist/esm/models/ElementSelectorForReplay.js +3 -0
  351. package/dist/esm/models/ElementSelectorForReplay.js.map +1 -0
  352. package/dist/esm/models/FlowMetadata.d.ts +123 -0
  353. package/dist/esm/models/FlowMetadata.js +50 -0
  354. package/dist/esm/models/FlowMetadata.js.map +1 -0
  355. package/dist/esm/models/FlowsQuery.d.ts +11 -0
  356. package/dist/esm/models/FlowsQuery.js +3 -0
  357. package/dist/esm/models/FlowsQuery.js.map +1 -0
  358. package/dist/esm/models/FocusedPage.d.ts +4 -0
  359. package/dist/esm/models/FocusedPage.js +3 -0
  360. package/dist/esm/models/FocusedPage.js.map +1 -0
  361. package/dist/esm/models/GptConfig.d.ts +38 -0
  362. package/dist/esm/models/GptConfig.js +3 -0
  363. package/dist/esm/models/GptConfig.js.map +1 -0
  364. package/dist/esm/models/GptMessage.d.ts +43 -0
  365. package/dist/esm/models/GptMessage.js +3 -0
  366. package/dist/esm/models/GptMessage.js.map +1 -0
  367. package/dist/esm/models/GptResource.d.ts +33 -0
  368. package/dist/esm/models/GptResource.js +3 -0
  369. package/dist/esm/models/GptResource.js.map +1 -0
  370. package/dist/esm/models/InteractableElement.d.ts +13 -0
  371. package/dist/esm/models/InteractableElement.js +3 -0
  372. package/dist/esm/models/InteractableElement.js.map +1 -0
  373. package/dist/esm/models/ProposedToolCall.d.ts +19 -0
  374. package/dist/esm/models/ProposedToolCall.js +3 -0
  375. package/dist/esm/models/ProposedToolCall.js.map +1 -0
  376. package/dist/esm/models/RequestContext.d.ts +21 -0
  377. package/dist/esm/models/RequestContext.js +24 -0
  378. package/dist/esm/models/RequestContext.js.map +1 -0
  379. package/dist/esm/models/ToolCall.d.ts +38 -0
  380. package/dist/esm/models/ToolCall.js +3 -0
  381. package/dist/esm/models/ToolCall.js.map +1 -0
  382. package/dist/esm/models/ToolCallContext.d.ts +22 -0
  383. package/dist/esm/models/ToolCallContext.js +3 -0
  384. package/dist/esm/models/ToolCallContext.js.map +1 -0
  385. package/dist/esm/models/ToolCallResult.d.ts +20 -0
  386. package/dist/esm/models/ToolCallResult.js +19 -0
  387. package/dist/esm/models/ToolCallResult.js.map +1 -0
  388. package/dist/esm/models/VideoSegment.d.ts +20 -0
  389. package/dist/esm/models/VideoSegment.js +3 -0
  390. package/dist/esm/models/VideoSegment.js.map +1 -0
  391. package/dist/esm/persistence/AgentsPersistence.d.ts +11 -0
  392. package/dist/esm/persistence/AgentsPersistence.js +3 -0
  393. package/dist/esm/persistence/AgentsPersistence.js.map +1 -0
  394. package/dist/esm/persistence/AgentsPersistenceFilesystem.d.ts +15 -0
  395. package/dist/esm/persistence/AgentsPersistenceFilesystem.js +48 -0
  396. package/dist/esm/persistence/AgentsPersistenceFilesystem.js.map +1 -0
  397. package/dist/esm/persistence/AgentsPersistenceSqlite.d.ts +14 -0
  398. package/dist/esm/persistence/AgentsPersistenceSqlite.js +51 -0
  399. package/dist/esm/persistence/AgentsPersistenceSqlite.js.map +1 -0
  400. package/dist/esm/persistence/AgentsPersistenceVolatile.d.ts +13 -0
  401. package/dist/esm/persistence/AgentsPersistenceVolatile.js +27 -0
  402. package/dist/esm/persistence/AgentsPersistenceVolatile.js.map +1 -0
  403. package/dist/esm/persistence/DonobuSqliteDb.d.ts +11 -0
  404. package/dist/esm/persistence/DonobuSqliteDb.js +178 -0
  405. package/dist/esm/persistence/DonobuSqliteDb.js.map +1 -0
  406. package/dist/esm/persistence/FlowsPersistence.d.ts +94 -0
  407. package/dist/esm/persistence/FlowsPersistence.js +3 -0
  408. package/dist/esm/persistence/FlowsPersistence.js.map +1 -0
  409. package/dist/esm/persistence/FlowsPersistenceAwsS3.d.ts +70 -0
  410. package/dist/esm/persistence/FlowsPersistenceAwsS3.js +447 -0
  411. package/dist/esm/persistence/FlowsPersistenceAwsS3.js.map +1 -0
  412. package/dist/esm/persistence/FlowsPersistenceFactory.d.ts +9 -0
  413. package/dist/esm/persistence/FlowsPersistenceFactory.js +3 -0
  414. package/dist/esm/persistence/FlowsPersistenceFactory.js.map +1 -0
  415. package/dist/esm/persistence/FlowsPersistenceFactoryImpl.d.ts +60 -0
  416. package/dist/esm/persistence/FlowsPersistenceFactoryImpl.js +244 -0
  417. package/dist/esm/persistence/FlowsPersistenceFactoryImpl.js.map +1 -0
  418. package/dist/esm/persistence/FlowsPersistenceFactoryPreset.d.ts +12 -0
  419. package/dist/esm/persistence/FlowsPersistenceFactoryPreset.js +25 -0
  420. package/dist/esm/persistence/FlowsPersistenceFactoryPreset.js.map +1 -0
  421. package/dist/esm/persistence/FlowsPersistenceFilesystem.d.ts +42 -0
  422. package/dist/esm/persistence/FlowsPersistenceFilesystem.js +271 -0
  423. package/dist/esm/persistence/FlowsPersistenceFilesystem.js.map +1 -0
  424. package/dist/esm/persistence/FlowsPersistenceGoogleCloudStorage.d.ts +62 -0
  425. package/dist/esm/persistence/FlowsPersistenceGoogleCloudStorage.js +406 -0
  426. package/dist/esm/persistence/FlowsPersistenceGoogleCloudStorage.js.map +1 -0
  427. package/dist/esm/persistence/FlowsPersistenceSqlite.d.ts +37 -0
  428. package/dist/esm/persistence/FlowsPersistenceSqlite.js +229 -0
  429. package/dist/esm/persistence/FlowsPersistenceSqlite.js.map +1 -0
  430. package/dist/esm/persistence/FlowsPersistenceSupabase.d.ts +38 -0
  431. package/dist/esm/persistence/FlowsPersistenceSupabase.js +216 -0
  432. package/dist/esm/persistence/FlowsPersistenceSupabase.js.map +1 -0
  433. package/dist/esm/persistence/FlowsPersistenceVolatile.d.ts +35 -0
  434. package/dist/esm/persistence/FlowsPersistenceVolatile.js +147 -0
  435. package/dist/esm/persistence/FlowsPersistenceVolatile.js.map +1 -0
  436. package/dist/esm/persistence/GptConfigsPersistence.d.ts +11 -0
  437. package/dist/esm/persistence/GptConfigsPersistence.js +3 -0
  438. package/dist/esm/persistence/GptConfigsPersistence.js.map +1 -0
  439. package/dist/esm/persistence/GptConfigsPersistenceFilesystem.d.ts +16 -0
  440. package/dist/esm/persistence/GptConfigsPersistenceFilesystem.js +54 -0
  441. package/dist/esm/persistence/GptConfigsPersistenceFilesystem.js.map +1 -0
  442. package/dist/esm/persistence/GptConfigsPersistenceSqlite.d.ts +12 -0
  443. package/dist/esm/persistence/GptConfigsPersistenceSqlite.js +36 -0
  444. package/dist/esm/persistence/GptConfigsPersistenceSqlite.js.map +1 -0
  445. package/dist/esm/persistence/GptConfigsPersistenceVolatile.d.ts +14 -0
  446. package/dist/esm/persistence/GptConfigsPersistenceVolatile.js +32 -0
  447. package/dist/esm/persistence/GptConfigsPersistenceVolatile.js.map +1 -0
  448. package/dist/esm/persistence/GptResourcesPersistence.d.ts +11 -0
  449. package/dist/esm/persistence/GptResourcesPersistence.js +3 -0
  450. package/dist/esm/persistence/GptResourcesPersistence.js.map +1 -0
  451. package/dist/esm/persistence/GptResourcesPersistenceFilesystem.d.ts +20 -0
  452. package/dist/esm/persistence/GptResourcesPersistenceFilesystem.js +79 -0
  453. package/dist/esm/persistence/GptResourcesPersistenceFilesystem.js.map +1 -0
  454. package/dist/esm/persistence/GptResourcesPersistenceVolatile.d.ts +14 -0
  455. package/dist/esm/persistence/GptResourcesPersistenceVolatile.js +32 -0
  456. package/dist/esm/persistence/GptResourcesPersistenceVolatile.js.map +1 -0
  457. package/dist/esm/test.d.ts +66 -0
  458. package/dist/esm/test.js +288 -0
  459. package/dist/esm/test.js.map +1 -0
  460. package/dist/esm/testfixtures.d.ts +66 -0
  461. package/dist/esm/testfixtures.js +288 -0
  462. package/dist/esm/testfixtures.js.map +1 -0
  463. package/dist/esm/tools/AggregateExtractedStreetviewDataTool.d.ts +24 -0
  464. package/dist/esm/tools/AggregateExtractedStreetviewDataTool.js +61 -0
  465. package/dist/esm/tools/AggregateExtractedStreetviewDataTool.js.map +1 -0
  466. package/dist/esm/tools/AnalyzePageTextTool.d.ts +22 -0
  467. package/dist/esm/tools/AnalyzePageTextTool.js +59 -0
  468. package/dist/esm/tools/AnalyzePageTextTool.js.map +1 -0
  469. package/dist/esm/tools/AssertTool.d.ts +24 -0
  470. package/dist/esm/tools/AssertTool.js +56 -0
  471. package/dist/esm/tools/AssertTool.js.map +1 -0
  472. package/dist/esm/tools/ChangeWebBrowserTabTool.d.ts +18 -0
  473. package/dist/esm/tools/ChangeWebBrowserTabTool.js +36 -0
  474. package/dist/esm/tools/ChangeWebBrowserTabTool.js.map +1 -0
  475. package/dist/esm/tools/ChooseSelectOptionTool.d.ts +18 -0
  476. package/dist/esm/tools/ChooseSelectOptionTool.js +18 -0
  477. package/dist/esm/tools/ChooseSelectOptionTool.js.map +1 -0
  478. package/dist/esm/tools/ClickButtonTool.d.ts +14 -0
  479. package/dist/esm/tools/ClickButtonTool.js +36 -0
  480. package/dist/esm/tools/ClickButtonTool.js.map +1 -0
  481. package/dist/esm/tools/ClickTool.d.ts +14 -0
  482. package/dist/esm/tools/ClickTool.js +36 -0
  483. package/dist/esm/tools/ClickTool.js.map +1 -0
  484. package/dist/esm/tools/CreateBrowserCookieReportTool.d.ts +15 -0
  485. package/dist/esm/tools/CreateBrowserCookieReportTool.js +98 -0
  486. package/dist/esm/tools/CreateBrowserCookieReportTool.js.map +1 -0
  487. package/dist/esm/tools/CustomToolRunnerTool.d.ts +14 -0
  488. package/dist/esm/tools/CustomToolRunnerTool.js +35 -0
  489. package/dist/esm/tools/CustomToolRunnerTool.js.map +1 -0
  490. package/dist/esm/tools/DetectBrokenLinksTool.d.ts +38 -0
  491. package/dist/esm/tools/DetectBrokenLinksTool.js +264 -0
  492. package/dist/esm/tools/DetectBrokenLinksTool.js.map +1 -0
  493. package/dist/esm/tools/DownloadPdfTool.d.ts +19 -0
  494. package/dist/esm/tools/DownloadPdfTool.js +48 -0
  495. package/dist/esm/tools/DownloadPdfTool.js.map +1 -0
  496. package/dist/esm/tools/ExtractGoogleStreetviewEntityDataTool.d.ts +50 -0
  497. package/dist/esm/tools/ExtractGoogleStreetviewEntityDataTool.js +176 -0
  498. package/dist/esm/tools/ExtractGoogleStreetviewEntityDataTool.js.map +1 -0
  499. package/dist/esm/tools/ExtractPaymentProviderKeyTool.d.ts +16 -0
  500. package/dist/esm/tools/ExtractPaymentProviderKeyTool.js +80 -0
  501. package/dist/esm/tools/ExtractPaymentProviderKeyTool.js.map +1 -0
  502. package/dist/esm/tools/ExtractPublicFacebookEntityDataTool.d.ts +27 -0
  503. package/dist/esm/tools/ExtractPublicFacebookEntityDataTool.js +232 -0
  504. package/dist/esm/tools/ExtractPublicFacebookEntityDataTool.js.map +1 -0
  505. package/dist/esm/tools/GetEntityDataFromGoogleMapResult.d.ts +27 -0
  506. package/dist/esm/tools/GetEntityDataFromGoogleMapResult.js +36 -0
  507. package/dist/esm/tools/GetEntityDataFromGoogleMapResult.js.map +1 -0
  508. package/dist/esm/tools/GoForwardOrBackTool.d.ts +22 -0
  509. package/dist/esm/tools/GoForwardOrBackTool.js +37 -0
  510. package/dist/esm/tools/GoForwardOrBackTool.js.map +1 -0
  511. package/dist/esm/tools/GoToGoogleMapsStreetViewTool.d.ts +37 -0
  512. package/dist/esm/tools/GoToGoogleMapsStreetViewTool.js +119 -0
  513. package/dist/esm/tools/GoToGoogleMapsStreetViewTool.js.map +1 -0
  514. package/dist/esm/tools/GoToWebpageTool.d.ts +20 -0
  515. package/dist/esm/tools/GoToWebpageTool.js +40 -0
  516. package/dist/esm/tools/GoToWebpageTool.js.map +1 -0
  517. package/dist/esm/tools/HandleBrowserDialogTool.d.ts +26 -0
  518. package/dist/esm/tools/HandleBrowserDialogTool.js +22 -0
  519. package/dist/esm/tools/HandleBrowserDialogTool.js.map +1 -0
  520. package/dist/esm/tools/HoverOverElementTool.d.ts +15 -0
  521. package/dist/esm/tools/HoverOverElementTool.js +18 -0
  522. package/dist/esm/tools/HoverOverElementTool.js.map +1 -0
  523. package/dist/esm/tools/InputRandomizedEmailAddressTool.d.ts +27 -0
  524. package/dist/esm/tools/InputRandomizedEmailAddressTool.js +74 -0
  525. package/dist/esm/tools/InputRandomizedEmailAddressTool.js.map +1 -0
  526. package/dist/esm/tools/InputTextTool.d.ts +24 -0
  527. package/dist/esm/tools/InputTextTool.js +48 -0
  528. package/dist/esm/tools/InputTextTool.js.map +1 -0
  529. package/dist/esm/tools/MakeCommentTool.d.ts +21 -0
  530. package/dist/esm/tools/MakeCommentTool.js +31 -0
  531. package/dist/esm/tools/MakeCommentTool.js.map +1 -0
  532. package/dist/esm/tools/MarkObjectiveCompleteTool.d.ts +27 -0
  533. package/dist/esm/tools/MarkObjectiveCompleteTool.js +39 -0
  534. package/dist/esm/tools/MarkObjectiveCompleteTool.js.map +1 -0
  535. package/dist/esm/tools/MarkObjectiveNotCompletableTool.d.ts +14 -0
  536. package/dist/esm/tools/MarkObjectiveNotCompletableTool.js +35 -0
  537. package/dist/esm/tools/MarkObjectiveNotCompletableTool.js.map +1 -0
  538. package/dist/esm/tools/NavigateToWebpageTool.d.ts +20 -0
  539. package/dist/esm/tools/NavigateToWebpageTool.js +40 -0
  540. package/dist/esm/tools/NavigateToWebpageTool.js.map +1 -0
  541. package/dist/esm/tools/NavigateWithinStreetView.d.ts +38 -0
  542. package/dist/esm/tools/NavigateWithinStreetView.js +107 -0
  543. package/dist/esm/tools/NavigateWithinStreetView.js.map +1 -0
  544. package/dist/esm/tools/PauseForUserInteractionTool.d.ts +18 -0
  545. package/dist/esm/tools/PauseForUserInteractionTool.js +24 -0
  546. package/dist/esm/tools/PauseForUserInteractionTool.js.map +1 -0
  547. package/dist/esm/tools/PressKeyTool.d.ts +18 -0
  548. package/dist/esm/tools/PressKeyTool.js +43 -0
  549. package/dist/esm/tools/PressKeyTool.js.map +1 -0
  550. package/dist/esm/tools/ReloadPageTool.d.ts +14 -0
  551. package/dist/esm/tools/ReloadPageTool.js +20 -0
  552. package/dist/esm/tools/ReloadPageTool.js.map +1 -0
  553. package/dist/esm/tools/ReplayableInteraction.d.ts +62 -0
  554. package/dist/esm/tools/ReplayableInteraction.js +170 -0
  555. package/dist/esm/tools/ReplayableInteraction.js.map +1 -0
  556. package/dist/esm/tools/RunAccessibilityTestTool.d.ts +14 -0
  557. package/dist/esm/tools/RunAccessibilityTestTool.js +49 -0
  558. package/dist/esm/tools/RunAccessibilityTestTool.js.map +1 -0
  559. package/dist/esm/tools/RunInlineJavaScriptCodeTool.d.ts +17 -0
  560. package/dist/esm/tools/RunInlineJavaScriptCodeTool.js +30 -0
  561. package/dist/esm/tools/RunInlineJavaScriptCodeTool.js.map +1 -0
  562. package/dist/esm/tools/RunSandboxedJavaScriptCodeTool.d.ts +18 -0
  563. package/dist/esm/tools/RunSandboxedJavaScriptCodeTool.js +43 -0
  564. package/dist/esm/tools/RunSandboxedJavaScriptCodeTool.js.map +1 -0
  565. package/dist/esm/tools/SaveWebpageAsPdfTool.d.ts +15 -0
  566. package/dist/esm/tools/SaveWebpageAsPdfTool.js +27 -0
  567. package/dist/esm/tools/SaveWebpageAsPdfTool.js.map +1 -0
  568. package/dist/esm/tools/ScrollPageTool.d.ts +18 -0
  569. package/dist/esm/tools/ScrollPageTool.js +21 -0
  570. package/dist/esm/tools/ScrollPageTool.js.map +1 -0
  571. package/dist/esm/tools/SetRunModeTool.d.ts +20 -0
  572. package/dist/esm/tools/SetRunModeTool.js +22 -0
  573. package/dist/esm/tools/SetRunModeTool.js.map +1 -0
  574. package/dist/esm/tools/SummarizeLearningsTool.d.ts +21 -0
  575. package/dist/esm/tools/SummarizeLearningsTool.js +31 -0
  576. package/dist/esm/tools/SummarizeLearningsTool.js.map +1 -0
  577. package/dist/esm/tools/Tool.d.ts +35 -0
  578. package/dist/esm/tools/Tool.js +38 -0
  579. package/dist/esm/tools/Tool.js.map +1 -0
  580. package/dist/esm/tools/TriggerDonobuFlowTool.d.ts +19 -0
  581. package/dist/esm/tools/TriggerDonobuFlowTool.js +26 -0
  582. package/dist/esm/tools/TriggerDonobuFlowTool.js.map +1 -0
  583. package/dist/esm/tools/WaitTool.d.ts +18 -0
  584. package/dist/esm/tools/WaitTool.js +20 -0
  585. package/dist/esm/tools/WaitTool.js.map +1 -0
  586. package/dist/esm/utils/DirectoryUtils.d.ts +11 -0
  587. package/dist/esm/utils/DirectoryUtils.js +37 -0
  588. package/dist/esm/utils/DirectoryUtils.js.map +1 -0
  589. package/dist/esm/utils/JsonUtils.d.ts +19 -0
  590. package/dist/esm/utils/JsonUtils.js +124 -0
  591. package/dist/esm/utils/JsonUtils.js.map +1 -0
  592. package/dist/esm/utils/Logger.d.ts +17 -0
  593. package/dist/esm/utils/Logger.js +95 -0
  594. package/dist/esm/utils/Logger.js.map +1 -0
  595. package/dist/esm/utils/MiscUtils.d.ts +62 -0
  596. package/dist/esm/utils/MiscUtils.js +164 -0
  597. package/dist/esm/utils/MiscUtils.js.map +1 -0
  598. package/dist/esm/utils/PlaywrightUtils.d.ts +180 -0
  599. package/dist/esm/utils/PlaywrightUtils.js +1086 -0
  600. package/dist/esm/utils/PlaywrightUtils.js.map +1 -0
  601. package/dist/esm/utils/VerbConverter.d.ts +14 -0
  602. package/dist/esm/utils/VerbConverter.js +96 -0
  603. package/dist/esm/utils/VerbConverter.js.map +1 -0
  604. package/dist/exceptions/ActiveFlowNotFoundException.d.ts +10 -0
  605. package/dist/exceptions/ActiveFlowNotFoundException.js +19 -0
  606. package/dist/exceptions/ActiveFlowNotFoundException.js.map +1 -0
  607. package/dist/exceptions/ApiKeyNotSetUpException.d.ts +14 -0
  608. package/dist/exceptions/ApiKeyNotSetUpException.js +21 -0
  609. package/dist/exceptions/ApiKeyNotSetUpException.js.map +1 -0
  610. package/dist/exceptions/BrowserStateNotFoundException.d.ts +8 -0
  611. package/dist/exceptions/BrowserStateNotFoundException.js +15 -0
  612. package/dist/exceptions/BrowserStateNotFoundException.js.map +1 -0
  613. package/dist/exceptions/CannotDeleteRunningFlowException.d.ts +9 -0
  614. package/dist/exceptions/CannotDeleteRunningFlowException.js +18 -0
  615. package/dist/exceptions/CannotDeleteRunningFlowException.js.map +1 -0
  616. package/dist/exceptions/DonobuException.d.ts +12 -0
  617. package/dist/exceptions/DonobuException.js +39 -0
  618. package/dist/exceptions/DonobuException.js.map +1 -0
  619. package/dist/exceptions/FlowNotFoundException.d.ts +6 -0
  620. package/dist/exceptions/FlowNotFoundException.js +17 -0
  621. package/dist/exceptions/FlowNotFoundException.js.map +1 -0
  622. package/dist/exceptions/GptApiKeysNotSetupException.d.ts +4 -0
  623. package/dist/exceptions/GptApiKeysNotSetupException.js +11 -0
  624. package/dist/exceptions/GptApiKeysNotSetupException.js.map +1 -0
  625. package/dist/exceptions/GptConfigNotFoundException.d.ts +8 -0
  626. package/dist/exceptions/GptConfigNotFoundException.js +16 -0
  627. package/dist/exceptions/GptConfigNotFoundException.js.map +1 -0
  628. package/dist/exceptions/GptModelNotFoundException.d.ts +9 -0
  629. package/dist/exceptions/GptModelNotFoundException.js +18 -0
  630. package/dist/exceptions/GptModelNotFoundException.js.map +1 -0
  631. package/dist/exceptions/GptPlatformAuthenticationFailedException.d.ts +6 -0
  632. package/dist/exceptions/GptPlatformAuthenticationFailedException.js +14 -0
  633. package/dist/exceptions/GptPlatformAuthenticationFailedException.js.map +1 -0
  634. package/dist/exceptions/GptPlatformInsufficientQuotaException.d.ts +5 -0
  635. package/dist/exceptions/GptPlatformInsufficientQuotaException.js +13 -0
  636. package/dist/exceptions/GptPlatformInsufficientQuotaException.js.map +1 -0
  637. package/dist/exceptions/GptPlatformInternalErrorException.d.ts +5 -0
  638. package/dist/exceptions/GptPlatformInternalErrorException.js +12 -0
  639. package/dist/exceptions/GptPlatformInternalErrorException.js.map +1 -0
  640. package/dist/exceptions/GptPlatformNotReachableException.d.ts +5 -0
  641. package/dist/exceptions/GptPlatformNotReachableException.js +13 -0
  642. package/dist/exceptions/GptPlatformNotReachableException.js.map +1 -0
  643. package/dist/exceptions/GptPlatformRateLimitedException.d.ts +5 -0
  644. package/dist/exceptions/GptPlatformRateLimitedException.js +13 -0
  645. package/dist/exceptions/GptPlatformRateLimitedException.js.map +1 -0
  646. package/dist/exceptions/GptResourceNotFoundException.d.ts +8 -0
  647. package/dist/exceptions/GptResourceNotFoundException.js +16 -0
  648. package/dist/exceptions/GptResourceNotFoundException.js.map +1 -0
  649. package/dist/exceptions/InvalidParamValueException.d.ts +13 -0
  650. package/dist/exceptions/InvalidParamValueException.js +25 -0
  651. package/dist/exceptions/InvalidParamValueException.js.map +1 -0
  652. package/dist/exceptions/NoApiAccessTokenPresentException.d.ts +8 -0
  653. package/dist/exceptions/NoApiAccessTokenPresentException.js +15 -0
  654. package/dist/exceptions/NoApiAccessTokenPresentException.js.map +1 -0
  655. package/dist/exceptions/PageClosedException.d.ts +6 -0
  656. package/dist/exceptions/PageClosedException.js +13 -0
  657. package/dist/exceptions/PageClosedException.js.map +1 -0
  658. package/dist/exceptions/TooManyRequestsException.d.ts +5 -0
  659. package/dist/exceptions/TooManyRequestsException.js +13 -0
  660. package/dist/exceptions/TooManyRequestsException.js.map +1 -0
  661. package/dist/exceptions/ToolCallNotFoundException.d.ts +6 -0
  662. package/dist/exceptions/ToolCallNotFoundException.js +14 -0
  663. package/dist/exceptions/ToolCallNotFoundException.js.map +1 -0
  664. package/dist/exceptions/ToolRequiresGptException.d.ts +5 -0
  665. package/dist/exceptions/ToolRequiresGptException.js +13 -0
  666. package/dist/exceptions/ToolRequiresGptException.js.map +1 -0
  667. package/dist/exceptions/UnknownToolException.d.ts +5 -0
  668. package/dist/exceptions/UnknownToolException.js +13 -0
  669. package/dist/exceptions/UnknownToolException.js.map +1 -0
  670. package/dist/exceptions/UnparseableJsonBodyException.d.ts +4 -0
  671. package/dist/exceptions/UnparseableJsonBodyException.js +12 -0
  672. package/dist/exceptions/UnparseableJsonBodyException.js.map +1 -0
  673. package/dist/main.d.ts +21 -0
  674. package/dist/main.js +143 -0
  675. package/dist/main.js.map +1 -0
  676. package/dist/managers/AdminApiController.d.ts +32 -0
  677. package/dist/managers/AdminApiController.js +251 -0
  678. package/dist/managers/AdminApiController.js.map +1 -0
  679. package/dist/managers/AgentsManager.d.ts +28 -0
  680. package/dist/managers/AgentsManager.js +75 -0
  681. package/dist/managers/AgentsManager.js.map +1 -0
  682. package/dist/managers/DonobuFlow.d.ts +115 -0
  683. package/dist/managers/DonobuFlow.js +1070 -0
  684. package/dist/managers/DonobuFlow.js.map +1 -0
  685. package/dist/managers/DonobuFlowsManager.d.ts +130 -0
  686. package/dist/managers/DonobuFlowsManager.js +830 -0
  687. package/dist/managers/DonobuFlowsManager.js.map +1 -0
  688. package/dist/managers/FlowsPersistence.d.ts +79 -0
  689. package/dist/managers/FlowsPersistence.js +3 -0
  690. package/dist/managers/FlowsPersistence.js.map +1 -0
  691. package/dist/managers/FlowsPersistenceAwsS3.d.ts +48 -0
  692. package/dist/managers/FlowsPersistenceAwsS3.js +284 -0
  693. package/dist/managers/FlowsPersistenceAwsS3.js.map +1 -0
  694. package/dist/managers/FlowsPersistenceFactory.d.ts +9 -0
  695. package/dist/managers/FlowsPersistenceFactory.js +3 -0
  696. package/dist/managers/FlowsPersistenceFactory.js.map +1 -0
  697. package/dist/managers/FlowsPersistenceFactoryImpl.d.ts +57 -0
  698. package/dist/managers/FlowsPersistenceFactoryImpl.js +119 -0
  699. package/dist/managers/FlowsPersistenceFactoryImpl.js.map +1 -0
  700. package/dist/managers/FlowsPersistenceFactoryPreset.d.ts +12 -0
  701. package/dist/managers/FlowsPersistenceFactoryPreset.js +25 -0
  702. package/dist/managers/FlowsPersistenceFactoryPreset.js.map +1 -0
  703. package/dist/managers/FlowsPersistenceFilesystem.d.ts +33 -0
  704. package/dist/managers/FlowsPersistenceFilesystem.js +180 -0
  705. package/dist/managers/FlowsPersistenceFilesystem.js.map +1 -0
  706. package/dist/managers/FlowsPersistenceGoogleCloudStorage.d.ts +40 -0
  707. package/dist/managers/FlowsPersistenceGoogleCloudStorage.js +209 -0
  708. package/dist/managers/FlowsPersistenceGoogleCloudStorage.js.map +1 -0
  709. package/dist/managers/FlowsPersistenceSupabase.d.ts +33 -0
  710. package/dist/managers/FlowsPersistenceSupabase.js +152 -0
  711. package/dist/managers/FlowsPersistenceSupabase.js.map +1 -0
  712. package/dist/managers/FlowsPersistenceVolatile.d.ts +30 -0
  713. package/dist/managers/FlowsPersistenceVolatile.js +103 -0
  714. package/dist/managers/FlowsPersistenceVolatile.js.map +1 -0
  715. package/dist/managers/GptConfigsManager.d.ts +38 -0
  716. package/dist/managers/GptConfigsManager.js +159 -0
  717. package/dist/managers/GptConfigsManager.js.map +1 -0
  718. package/dist/managers/GptPlatformApiKeysManager.d.ts +36 -0
  719. package/dist/managers/GptPlatformApiKeysManager.js +3 -0
  720. package/dist/managers/GptPlatformApiKeysManager.js.map +1 -0
  721. package/dist/managers/GptPlatformApiKeysManagerFilesystem.d.ts +29 -0
  722. package/dist/managers/GptPlatformApiKeysManagerFilesystem.js +136 -0
  723. package/dist/managers/GptPlatformApiKeysManagerFilesystem.js.map +1 -0
  724. package/dist/managers/GptPlatformApiKeysManagerVolatile.d.ts +35 -0
  725. package/dist/managers/GptPlatformApiKeysManagerVolatile.js +51 -0
  726. package/dist/managers/GptPlatformApiKeysManagerVolatile.js.map +1 -0
  727. package/dist/managers/GptResourcesManager.d.ts +44 -0
  728. package/dist/managers/GptResourcesManager.js +180 -0
  729. package/dist/managers/GptResourcesManager.js.map +1 -0
  730. package/dist/managers/RequestContextHolder.d.ts +24 -0
  731. package/dist/managers/RequestContextHolder.js +43 -0
  732. package/dist/managers/RequestContextHolder.js.map +1 -0
  733. package/dist/managers/SelectorGenerator.d.ts +8 -0
  734. package/dist/managers/SelectorGenerator.js +15 -0
  735. package/dist/managers/SelectorGenerator.js.map +1 -0
  736. package/dist/managers/ToolManager.d.ts +21 -0
  737. package/dist/managers/ToolManager.js +264 -0
  738. package/dist/managers/ToolManager.js.map +1 -0
  739. package/dist/managers/ToolTipper.d.ts +35 -0
  740. package/dist/managers/ToolTipper.js +201 -0
  741. package/dist/managers/ToolTipper.js.map +1 -0
  742. package/dist/models/AskAiRequest.d.ts +14 -0
  743. package/dist/models/AskAiRequest.js +3 -0
  744. package/dist/models/AskAiRequest.js.map +1 -0
  745. package/dist/models/BaseToolGptParameters.d.ts +9 -0
  746. package/dist/models/BaseToolGptParameters.js +3 -0
  747. package/dist/models/BaseToolGptParameters.js.map +1 -0
  748. package/dist/models/BaseToolParam.d.ts +9 -0
  749. package/dist/models/BaseToolParam.js +3 -0
  750. package/dist/models/BaseToolParam.js.map +1 -0
  751. package/dist/models/BaseToolParameters.d.ts +9 -0
  752. package/dist/models/BaseToolParameters.js +3 -0
  753. package/dist/models/BaseToolParameters.js.map +1 -0
  754. package/dist/models/BrowserDevice.d.ts +18 -0
  755. package/dist/models/BrowserDevice.js +3 -0
  756. package/dist/models/BrowserDevice.js.map +1 -0
  757. package/dist/models/BrowserFramework.d.ts +36 -0
  758. package/dist/models/BrowserFramework.js +164 -0
  759. package/dist/models/BrowserFramework.js.map +1 -0
  760. package/dist/models/BrowserState.d.ts +25 -0
  761. package/dist/models/BrowserState.js +3 -0
  762. package/dist/models/BrowserState.js.map +1 -0
  763. package/dist/models/BrowserStateFlowReference.d.ts +10 -0
  764. package/dist/models/BrowserStateFlowReference.js +3 -0
  765. package/dist/models/BrowserStateFlowReference.js.map +1 -0
  766. package/dist/models/CreateDonobuFlow.d.ts +88 -0
  767. package/dist/models/CreateDonobuFlow.js +3 -0
  768. package/dist/models/CreateDonobuFlow.js.map +1 -0
  769. package/dist/models/CreateGoogleSteetviewExtractionFlow.d.ts +21 -0
  770. package/dist/models/CreateGoogleSteetviewExtractionFlow.js +3 -0
  771. package/dist/models/CreateGoogleSteetviewExtractionFlow.js.map +1 -0
  772. package/dist/models/CustomTool.d.ts +9 -0
  773. package/dist/models/CustomTool.js +3 -0
  774. package/dist/models/CustomTool.js.map +1 -0
  775. package/dist/models/DonobuAgentType.d.ts +2 -0
  776. package/dist/models/DonobuAgentType.js +5 -0
  777. package/dist/models/DonobuAgentType.js.map +1 -0
  778. package/dist/models/DonobuAnnotated.d.ts +23 -0
  779. package/dist/models/DonobuAnnotated.js +12 -0
  780. package/dist/models/DonobuAnnotated.js.map +1 -0
  781. package/dist/models/DonobuDeploymentEnvironment.d.ts +5 -0
  782. package/dist/models/DonobuDeploymentEnvironment.js +10 -0
  783. package/dist/models/DonobuDeploymentEnvironment.js.map +1 -0
  784. package/dist/models/DonobuErrorResponse.d.ts +13 -0
  785. package/dist/models/DonobuErrorResponse.js +3 -0
  786. package/dist/models/DonobuErrorResponse.js.map +1 -0
  787. package/dist/models/ElementSelector.d.ts +14 -0
  788. package/dist/models/ElementSelector.js +3 -0
  789. package/dist/models/ElementSelector.js.map +1 -0
  790. package/dist/models/ElementSelectorForReplay.d.ts +14 -0
  791. package/dist/models/ElementSelectorForReplay.js +3 -0
  792. package/dist/models/ElementSelectorForReplay.js.map +1 -0
  793. package/dist/models/FlowMetadata.d.ts +123 -0
  794. package/dist/models/FlowMetadata.js +50 -0
  795. package/dist/models/FlowMetadata.js.map +1 -0
  796. package/dist/models/FlowsQuery.d.ts +11 -0
  797. package/dist/models/FlowsQuery.js +3 -0
  798. package/dist/models/FlowsQuery.js.map +1 -0
  799. package/dist/models/FocusedPage.d.ts +4 -0
  800. package/dist/models/FocusedPage.js +3 -0
  801. package/dist/models/FocusedPage.js.map +1 -0
  802. package/dist/models/GptConfig.d.ts +38 -0
  803. package/dist/models/GptConfig.js +3 -0
  804. package/dist/models/GptConfig.js.map +1 -0
  805. package/dist/models/GptMessage.d.ts +43 -0
  806. package/dist/models/GptMessage.js +3 -0
  807. package/dist/models/GptMessage.js.map +1 -0
  808. package/dist/models/GptResource.d.ts +33 -0
  809. package/dist/models/GptResource.js +3 -0
  810. package/dist/models/GptResource.js.map +1 -0
  811. package/dist/models/InteractableElement.d.ts +13 -0
  812. package/dist/models/InteractableElement.js +3 -0
  813. package/dist/models/InteractableElement.js.map +1 -0
  814. package/dist/models/ProposedToolCall.d.ts +19 -0
  815. package/dist/models/ProposedToolCall.js +3 -0
  816. package/dist/models/ProposedToolCall.js.map +1 -0
  817. package/dist/models/RequestContext.d.ts +21 -0
  818. package/dist/models/RequestContext.js +24 -0
  819. package/dist/models/RequestContext.js.map +1 -0
  820. package/dist/models/ToolCall.d.ts +38 -0
  821. package/dist/models/ToolCall.js +3 -0
  822. package/dist/models/ToolCall.js.map +1 -0
  823. package/dist/models/ToolCallContext.d.ts +22 -0
  824. package/dist/models/ToolCallContext.js +3 -0
  825. package/dist/models/ToolCallContext.js.map +1 -0
  826. package/dist/models/ToolCallResult.d.ts +20 -0
  827. package/dist/models/ToolCallResult.js +19 -0
  828. package/dist/models/ToolCallResult.js.map +1 -0
  829. package/dist/models/VideoSegment.d.ts +20 -0
  830. package/dist/models/VideoSegment.js +3 -0
  831. package/dist/models/VideoSegment.js.map +1 -0
  832. package/dist/persistence/AgentsPersistence.d.ts +11 -0
  833. package/dist/persistence/AgentsPersistence.js +3 -0
  834. package/dist/persistence/AgentsPersistence.js.map +1 -0
  835. package/dist/persistence/AgentsPersistenceFilesystem.d.ts +15 -0
  836. package/dist/persistence/AgentsPersistenceFilesystem.js +48 -0
  837. package/dist/persistence/AgentsPersistenceFilesystem.js.map +1 -0
  838. package/dist/persistence/AgentsPersistenceSqlite.d.ts +14 -0
  839. package/dist/persistence/AgentsPersistenceSqlite.js +51 -0
  840. package/dist/persistence/AgentsPersistenceSqlite.js.map +1 -0
  841. package/dist/persistence/AgentsPersistenceVolatile.d.ts +13 -0
  842. package/dist/persistence/AgentsPersistenceVolatile.js +27 -0
  843. package/dist/persistence/AgentsPersistenceVolatile.js.map +1 -0
  844. package/dist/persistence/DonobuSqliteDb.d.ts +11 -0
  845. package/dist/persistence/DonobuSqliteDb.js +178 -0
  846. package/dist/persistence/DonobuSqliteDb.js.map +1 -0
  847. package/dist/persistence/FlowsPersistence.d.ts +94 -0
  848. package/dist/persistence/FlowsPersistence.js +3 -0
  849. package/dist/persistence/FlowsPersistence.js.map +1 -0
  850. package/dist/persistence/FlowsPersistenceAwsS3.d.ts +70 -0
  851. package/dist/persistence/FlowsPersistenceAwsS3.js +447 -0
  852. package/dist/persistence/FlowsPersistenceAwsS3.js.map +1 -0
  853. package/dist/persistence/FlowsPersistenceFactory.d.ts +9 -0
  854. package/dist/persistence/FlowsPersistenceFactory.js +3 -0
  855. package/dist/persistence/FlowsPersistenceFactory.js.map +1 -0
  856. package/dist/persistence/FlowsPersistenceFactoryImpl.d.ts +60 -0
  857. package/dist/persistence/FlowsPersistenceFactoryImpl.js +244 -0
  858. package/dist/persistence/FlowsPersistenceFactoryImpl.js.map +1 -0
  859. package/dist/persistence/FlowsPersistenceFactoryPreset.d.ts +12 -0
  860. package/dist/persistence/FlowsPersistenceFactoryPreset.js +25 -0
  861. package/dist/persistence/FlowsPersistenceFactoryPreset.js.map +1 -0
  862. package/dist/persistence/FlowsPersistenceFilesystem.d.ts +42 -0
  863. package/dist/persistence/FlowsPersistenceFilesystem.js +271 -0
  864. package/dist/persistence/FlowsPersistenceFilesystem.js.map +1 -0
  865. package/dist/persistence/FlowsPersistenceGoogleCloudStorage.d.ts +62 -0
  866. package/dist/persistence/FlowsPersistenceGoogleCloudStorage.js +406 -0
  867. package/dist/persistence/FlowsPersistenceGoogleCloudStorage.js.map +1 -0
  868. package/dist/persistence/FlowsPersistenceSqlite.d.ts +37 -0
  869. package/dist/persistence/FlowsPersistenceSqlite.js +229 -0
  870. package/dist/persistence/FlowsPersistenceSqlite.js.map +1 -0
  871. package/dist/persistence/FlowsPersistenceSupabase.d.ts +38 -0
  872. package/dist/persistence/FlowsPersistenceSupabase.js +216 -0
  873. package/dist/persistence/FlowsPersistenceSupabase.js.map +1 -0
  874. package/dist/persistence/FlowsPersistenceVolatile.d.ts +35 -0
  875. package/dist/persistence/FlowsPersistenceVolatile.js +147 -0
  876. package/dist/persistence/FlowsPersistenceVolatile.js.map +1 -0
  877. package/dist/persistence/GptConfigsPersistence.d.ts +11 -0
  878. package/dist/persistence/GptConfigsPersistence.js +3 -0
  879. package/dist/persistence/GptConfigsPersistence.js.map +1 -0
  880. package/dist/persistence/GptConfigsPersistenceFilesystem.d.ts +16 -0
  881. package/dist/persistence/GptConfigsPersistenceFilesystem.js +54 -0
  882. package/dist/persistence/GptConfigsPersistenceFilesystem.js.map +1 -0
  883. package/dist/persistence/GptConfigsPersistenceSqlite.d.ts +12 -0
  884. package/dist/persistence/GptConfigsPersistenceSqlite.js +36 -0
  885. package/dist/persistence/GptConfigsPersistenceSqlite.js.map +1 -0
  886. package/dist/persistence/GptConfigsPersistenceVolatile.d.ts +14 -0
  887. package/dist/persistence/GptConfigsPersistenceVolatile.js +32 -0
  888. package/dist/persistence/GptConfigsPersistenceVolatile.js.map +1 -0
  889. package/dist/persistence/GptResourcesPersistence.d.ts +11 -0
  890. package/dist/persistence/GptResourcesPersistence.js +3 -0
  891. package/dist/persistence/GptResourcesPersistence.js.map +1 -0
  892. package/dist/persistence/GptResourcesPersistenceFilesystem.d.ts +20 -0
  893. package/dist/persistence/GptResourcesPersistenceFilesystem.js +79 -0
  894. package/dist/persistence/GptResourcesPersistenceFilesystem.js.map +1 -0
  895. package/dist/persistence/GptResourcesPersistenceVolatile.d.ts +14 -0
  896. package/dist/persistence/GptResourcesPersistenceVolatile.js +32 -0
  897. package/dist/persistence/GptResourcesPersistenceVolatile.js.map +1 -0
  898. package/dist/test.d.ts +66 -0
  899. package/dist/test.js +288 -0
  900. package/dist/test.js.map +1 -0
  901. package/dist/testfixtures.d.ts +66 -0
  902. package/dist/testfixtures.js +288 -0
  903. package/dist/testfixtures.js.map +1 -0
  904. package/dist/tools/AggregateExtractedStreetviewDataTool.d.ts +24 -0
  905. package/dist/tools/AggregateExtractedStreetviewDataTool.js +61 -0
  906. package/dist/tools/AggregateExtractedStreetviewDataTool.js.map +1 -0
  907. package/dist/tools/AnalyzePageTextTool.d.ts +22 -0
  908. package/dist/tools/AnalyzePageTextTool.js +59 -0
  909. package/dist/tools/AnalyzePageTextTool.js.map +1 -0
  910. package/dist/tools/AssertTool.d.ts +24 -0
  911. package/dist/tools/AssertTool.js +56 -0
  912. package/dist/tools/AssertTool.js.map +1 -0
  913. package/dist/tools/ChangeWebBrowserTabTool.d.ts +18 -0
  914. package/dist/tools/ChangeWebBrowserTabTool.js +36 -0
  915. package/dist/tools/ChangeWebBrowserTabTool.js.map +1 -0
  916. package/dist/tools/ChooseSelectOptionTool.d.ts +18 -0
  917. package/dist/tools/ChooseSelectOptionTool.js +18 -0
  918. package/dist/tools/ChooseSelectOptionTool.js.map +1 -0
  919. package/dist/tools/ClickButtonTool.d.ts +14 -0
  920. package/dist/tools/ClickButtonTool.js +36 -0
  921. package/dist/tools/ClickButtonTool.js.map +1 -0
  922. package/dist/tools/ClickTool.d.ts +14 -0
  923. package/dist/tools/ClickTool.js +36 -0
  924. package/dist/tools/ClickTool.js.map +1 -0
  925. package/dist/tools/CreateBrowserCookieReportTool.d.ts +15 -0
  926. package/dist/tools/CreateBrowserCookieReportTool.js +98 -0
  927. package/dist/tools/CreateBrowserCookieReportTool.js.map +1 -0
  928. package/dist/tools/CustomToolRunnerTool.d.ts +14 -0
  929. package/dist/tools/CustomToolRunnerTool.js +35 -0
  930. package/dist/tools/CustomToolRunnerTool.js.map +1 -0
  931. package/dist/tools/DetectBrokenLinksTool.d.ts +38 -0
  932. package/dist/tools/DetectBrokenLinksTool.js +264 -0
  933. package/dist/tools/DetectBrokenLinksTool.js.map +1 -0
  934. package/dist/tools/DownloadPdfTool.d.ts +19 -0
  935. package/dist/tools/DownloadPdfTool.js +48 -0
  936. package/dist/tools/DownloadPdfTool.js.map +1 -0
  937. package/dist/tools/ExtractGoogleStreetviewEntityDataTool.d.ts +50 -0
  938. package/dist/tools/ExtractGoogleStreetviewEntityDataTool.js +176 -0
  939. package/dist/tools/ExtractGoogleStreetviewEntityDataTool.js.map +1 -0
  940. package/dist/tools/ExtractPaymentProviderKeyTool.d.ts +16 -0
  941. package/dist/tools/ExtractPaymentProviderKeyTool.js +80 -0
  942. package/dist/tools/ExtractPaymentProviderKeyTool.js.map +1 -0
  943. package/dist/tools/ExtractPublicFacebookEntityDataTool.d.ts +27 -0
  944. package/dist/tools/ExtractPublicFacebookEntityDataTool.js +232 -0
  945. package/dist/tools/ExtractPublicFacebookEntityDataTool.js.map +1 -0
  946. package/dist/tools/GetEntityDataFromGoogleMapResult.d.ts +27 -0
  947. package/dist/tools/GetEntityDataFromGoogleMapResult.js +36 -0
  948. package/dist/tools/GetEntityDataFromGoogleMapResult.js.map +1 -0
  949. package/dist/tools/GoForwardOrBackTool.d.ts +22 -0
  950. package/dist/tools/GoForwardOrBackTool.js +37 -0
  951. package/dist/tools/GoForwardOrBackTool.js.map +1 -0
  952. package/dist/tools/GoToGoogleMapsStreetViewTool.d.ts +37 -0
  953. package/dist/tools/GoToGoogleMapsStreetViewTool.js +119 -0
  954. package/dist/tools/GoToGoogleMapsStreetViewTool.js.map +1 -0
  955. package/dist/tools/GoToWebpageTool.d.ts +20 -0
  956. package/dist/tools/GoToWebpageTool.js +40 -0
  957. package/dist/tools/GoToWebpageTool.js.map +1 -0
  958. package/dist/tools/HandleBrowserDialogTool.d.ts +26 -0
  959. package/dist/tools/HandleBrowserDialogTool.js +22 -0
  960. package/dist/tools/HandleBrowserDialogTool.js.map +1 -0
  961. package/dist/tools/HoverOverElementTool.d.ts +15 -0
  962. package/dist/tools/HoverOverElementTool.js +18 -0
  963. package/dist/tools/HoverOverElementTool.js.map +1 -0
  964. package/dist/tools/InputRandomizedEmailAddressTool.d.ts +27 -0
  965. package/dist/tools/InputRandomizedEmailAddressTool.js +74 -0
  966. package/dist/tools/InputRandomizedEmailAddressTool.js.map +1 -0
  967. package/dist/tools/InputTextTool.d.ts +24 -0
  968. package/dist/tools/InputTextTool.js +48 -0
  969. package/dist/tools/InputTextTool.js.map +1 -0
  970. package/dist/tools/MakeCommentTool.d.ts +21 -0
  971. package/dist/tools/MakeCommentTool.js +31 -0
  972. package/dist/tools/MakeCommentTool.js.map +1 -0
  973. package/dist/tools/MarkObjectiveCompleteTool.d.ts +27 -0
  974. package/dist/tools/MarkObjectiveCompleteTool.js +39 -0
  975. package/dist/tools/MarkObjectiveCompleteTool.js.map +1 -0
  976. package/dist/tools/MarkObjectiveNotCompletableTool.d.ts +14 -0
  977. package/dist/tools/MarkObjectiveNotCompletableTool.js +35 -0
  978. package/dist/tools/MarkObjectiveNotCompletableTool.js.map +1 -0
  979. package/dist/tools/NavigateToWebpage.d.ts +19 -0
  980. package/dist/tools/NavigateToWebpage.js +25 -0
  981. package/dist/tools/NavigateToWebpage.js.map +1 -0
  982. package/dist/tools/NavigateToWebpageTool.d.ts +20 -0
  983. package/dist/tools/NavigateToWebpageTool.js +40 -0
  984. package/dist/tools/NavigateToWebpageTool.js.map +1 -0
  985. package/dist/tools/NavigateWithinStreetView.d.ts +38 -0
  986. package/dist/tools/NavigateWithinStreetView.js +107 -0
  987. package/dist/tools/NavigateWithinStreetView.js.map +1 -0
  988. package/dist/tools/PauseForUserInteractionTool.d.ts +18 -0
  989. package/dist/tools/PauseForUserInteractionTool.js +24 -0
  990. package/dist/tools/PauseForUserInteractionTool.js.map +1 -0
  991. package/dist/tools/PressKeyTool.d.ts +18 -0
  992. package/dist/tools/PressKeyTool.js +43 -0
  993. package/dist/tools/PressKeyTool.js.map +1 -0
  994. package/dist/tools/ReloadPageTool.d.ts +14 -0
  995. package/dist/tools/ReloadPageTool.js +20 -0
  996. package/dist/tools/ReloadPageTool.js.map +1 -0
  997. package/dist/tools/ReplayableInteraction.d.ts +62 -0
  998. package/dist/tools/ReplayableInteraction.js +170 -0
  999. package/dist/tools/ReplayableInteraction.js.map +1 -0
  1000. package/dist/tools/RunAccessibilityTestTool.d.ts +14 -0
  1001. package/dist/tools/RunAccessibilityTestTool.js +49 -0
  1002. package/dist/tools/RunAccessibilityTestTool.js.map +1 -0
  1003. package/dist/tools/RunInlineJavaScriptCodeTool.d.ts +17 -0
  1004. package/dist/tools/RunInlineJavaScriptCodeTool.js +30 -0
  1005. package/dist/tools/RunInlineJavaScriptCodeTool.js.map +1 -0
  1006. package/dist/tools/RunSandboxedJavaScriptCodeTool.d.ts +18 -0
  1007. package/dist/tools/RunSandboxedJavaScriptCodeTool.js +43 -0
  1008. package/dist/tools/RunSandboxedJavaScriptCodeTool.js.map +1 -0
  1009. package/dist/tools/SaveWebpageAsPdfTool.d.ts +15 -0
  1010. package/dist/tools/SaveWebpageAsPdfTool.js +27 -0
  1011. package/dist/tools/SaveWebpageAsPdfTool.js.map +1 -0
  1012. package/dist/tools/ScrollPageTool.d.ts +18 -0
  1013. package/dist/tools/ScrollPageTool.js +21 -0
  1014. package/dist/tools/ScrollPageTool.js.map +1 -0
  1015. package/dist/tools/SetRunModeTool.d.ts +20 -0
  1016. package/dist/tools/SetRunModeTool.js +22 -0
  1017. package/dist/tools/SetRunModeTool.js.map +1 -0
  1018. package/dist/tools/SummarizeLearningsTool.d.ts +21 -0
  1019. package/dist/tools/SummarizeLearningsTool.js +31 -0
  1020. package/dist/tools/SummarizeLearningsTool.js.map +1 -0
  1021. package/dist/tools/Tool.d.ts +35 -0
  1022. package/dist/tools/Tool.js +38 -0
  1023. package/dist/tools/Tool.js.map +1 -0
  1024. package/dist/tools/TriggerDonobuFlowTool.d.ts +19 -0
  1025. package/dist/tools/TriggerDonobuFlowTool.js +26 -0
  1026. package/dist/tools/TriggerDonobuFlowTool.js.map +1 -0
  1027. package/dist/tools/WaitTool.d.ts +18 -0
  1028. package/dist/tools/WaitTool.js +20 -0
  1029. package/dist/tools/WaitTool.js.map +1 -0
  1030. package/dist/utils/DirectoryUtils.d.ts +11 -0
  1031. package/dist/utils/DirectoryUtils.js +37 -0
  1032. package/dist/utils/DirectoryUtils.js.map +1 -0
  1033. package/dist/utils/JsonUtils.d.ts +19 -0
  1034. package/dist/utils/JsonUtils.js +124 -0
  1035. package/dist/utils/JsonUtils.js.map +1 -0
  1036. package/dist/utils/Logger.d.ts +17 -0
  1037. package/dist/utils/Logger.js +95 -0
  1038. package/dist/utils/Logger.js.map +1 -0
  1039. package/dist/utils/MiscUtils.d.ts +62 -0
  1040. package/dist/utils/MiscUtils.js +164 -0
  1041. package/dist/utils/MiscUtils.js.map +1 -0
  1042. package/dist/utils/PlaywrightUtils.d.ts +180 -0
  1043. package/dist/utils/PlaywrightUtils.js +1086 -0
  1044. package/dist/utils/PlaywrightUtils.js.map +1 -0
  1045. package/dist/utils/VerbConverter.d.ts +14 -0
  1046. package/dist/utils/VerbConverter.js +96 -0
  1047. package/dist/utils/VerbConverter.js.map +1 -0
  1048. package/package.json +83 -0
@@ -0,0 +1,1518 @@
1
+ {
2
+ "Protocol.Target.exposeDevToolsProtocolParameters": {
3
+ "description": "Inject object to the target's main frame that provides a communication\nchannel with browser target.\n\nInjected object will be available as `window[bindingName]`.\n\nThe object has the following API:\n- `binding.send(json)` - a method to send messages over the remote debugging protocol\n- `binding.onmessage = json => handleMessage(json)` - a callback that will be called for the protocol notifications and command responses.",
4
+ "type": "object",
5
+ "properties": {
6
+ "targetId": {
7
+ "type": "string"
8
+ },
9
+ "bindingName": {
10
+ "description": "Binding name, 'cdp' if not specified.",
11
+ "type": ["string", "null"]
12
+ }
13
+ },
14
+ "additionalProperties": false,
15
+ "required": ["targetId", "bindingName"]
16
+ },
17
+ "BaseToolGptParameters": {
18
+ "description": "This interface is intended to be the base for all tool parameters that are generated by a GPT.",
19
+ "type": "object",
20
+ "properties": {
21
+ "rationale": {
22
+ "description": "The reason why this particular action is being taken. It MUST relate to the overall objective.",
23
+ "type": "string"
24
+ }
25
+ },
26
+ "additionalProperties": false,
27
+ "required": ["rationale"]
28
+ },
29
+ "ChooseSelectOptionToolCoreParameters": {
30
+ "type": "object",
31
+ "properties": {
32
+ "optionValues": {
33
+ "description": "The <option> values to choose.",
34
+ "type": "array",
35
+ "items": {
36
+ "type": "string"
37
+ }
38
+ }
39
+ },
40
+ "additionalProperties": false,
41
+ "required": ["optionValues"]
42
+ },
43
+ "SelectorBasedChooseSelectOptionToolParameters": {
44
+ "type": "object",
45
+ "properties": {
46
+ "selector": {
47
+ "description": "A query structure used to resolve specific a HTML element in a webpage.",
48
+ "type": "object",
49
+ "properties": {
50
+ "element": {
51
+ "description": "An ordered list of element selectors, going from most specific to least specific.",
52
+ "type": "array",
53
+ "items": {
54
+ "type": "string"
55
+ }
56
+ },
57
+ "frame": {
58
+ "description": "A selector for the corresponding frame of the element to select.\nIf null, this means the primary frame of the page is used.",
59
+ "type": "string"
60
+ }
61
+ },
62
+ "additionalProperties": false,
63
+ "required": ["element", "frame"]
64
+ },
65
+ "optionValues": {
66
+ "description": "The <option> values to choose.",
67
+ "type": "array",
68
+ "items": {
69
+ "type": "string"
70
+ }
71
+ }
72
+ },
73
+ "additionalProperties": false,
74
+ "required": ["optionValues", "selector"]
75
+ },
76
+ "AnnotationBasedChooseSelectOptionToolParameters": {
77
+ "type": "object",
78
+ "properties": {
79
+ "whyThisAnnotation": {
80
+ "description": "The reason why this particular numbered annotation was chosen.",
81
+ "type": "string"
82
+ },
83
+ "annotation": {
84
+ "description": "The numbered annotation of the element to click.",
85
+ "type": "string"
86
+ },
87
+ "rationale": {
88
+ "description": "The reason why this particular action is being taken. It MUST relate to the overall objective.",
89
+ "type": "string"
90
+ },
91
+ "optionValues": {
92
+ "description": "The <option> values to choose.",
93
+ "type": "array",
94
+ "items": {
95
+ "type": "string"
96
+ }
97
+ }
98
+ },
99
+ "additionalProperties": false,
100
+ "required": ["annotation", "optionValues", "rationale", "whyThisAnnotation"]
101
+ },
102
+ "ClickToolCoreParameters": {
103
+ "type": "object",
104
+ "additionalProperties": false,
105
+ "required": [],
106
+ "properties": {}
107
+ },
108
+ "SelectorBasedClickToolParameters": {
109
+ "type": "object",
110
+ "properties": {
111
+ "selector": {
112
+ "description": "A query structure used to resolve specific a HTML element in a webpage.",
113
+ "type": "object",
114
+ "properties": {
115
+ "element": {
116
+ "description": "An ordered list of element selectors, going from most specific to least specific.",
117
+ "type": "array",
118
+ "items": {
119
+ "type": "string"
120
+ }
121
+ },
122
+ "frame": {
123
+ "description": "A selector for the corresponding frame of the element to select.\nIf null, this means the primary frame of the page is used.",
124
+ "type": "string"
125
+ }
126
+ },
127
+ "additionalProperties": false,
128
+ "required": ["element", "frame"]
129
+ }
130
+ },
131
+ "additionalProperties": false,
132
+ "required": ["selector"]
133
+ },
134
+ "AnnotationBasedClickToolParameters": {
135
+ "type": "object",
136
+ "properties": {
137
+ "whyThisAnnotation": {
138
+ "description": "The reason why this particular numbered annotation was chosen.",
139
+ "type": "string"
140
+ },
141
+ "annotation": {
142
+ "description": "The numbered annotation of the element to click.",
143
+ "type": "string"
144
+ },
145
+ "rationale": {
146
+ "description": "The reason why this particular action is being taken. It MUST relate to the overall objective.",
147
+ "type": "string"
148
+ }
149
+ },
150
+ "additionalProperties": false,
151
+ "required": ["annotation", "rationale", "whyThisAnnotation"]
152
+ },
153
+ "InputTextToolCoreParameters": {
154
+ "type": "object",
155
+ "properties": {
156
+ "text": {
157
+ "description": "The text to input.",
158
+ "type": "string"
159
+ },
160
+ "finalizeWithSubmit": {
161
+ "description": "Attempt to submit the data after inputting the text (i.e. hitting 'Enter' at the end).\nThis can be useful if doing something like using a webpage's search box, etc.",
162
+ "type": "boolean"
163
+ }
164
+ },
165
+ "additionalProperties": false,
166
+ "required": ["finalizeWithSubmit", "text"]
167
+ },
168
+ "SelectorBasedInputTextToolParameters": {
169
+ "type": "object",
170
+ "properties": {
171
+ "selector": {
172
+ "description": "A query structure used to resolve specific a HTML element in a webpage.",
173
+ "type": "object",
174
+ "properties": {
175
+ "element": {
176
+ "description": "An ordered list of element selectors, going from most specific to least specific.",
177
+ "type": "array",
178
+ "items": {
179
+ "type": "string"
180
+ }
181
+ },
182
+ "frame": {
183
+ "description": "A selector for the corresponding frame of the element to select.\nIf null, this means the primary frame of the page is used.",
184
+ "type": "string"
185
+ }
186
+ },
187
+ "additionalProperties": false,
188
+ "required": ["element", "frame"]
189
+ },
190
+ "text": {
191
+ "description": "The text to input.",
192
+ "type": "string"
193
+ },
194
+ "finalizeWithSubmit": {
195
+ "description": "Attempt to submit the data after inputting the text (i.e. hitting 'Enter' at the end).\nThis can be useful if doing something like using a webpage's search box, etc.",
196
+ "type": "boolean"
197
+ }
198
+ },
199
+ "additionalProperties": false,
200
+ "required": ["finalizeWithSubmit", "selector", "text"]
201
+ },
202
+ "AnnotationBasedInputTextToolParameters": {
203
+ "type": "object",
204
+ "properties": {
205
+ "whyThisAnnotation": {
206
+ "description": "The reason why this particular numbered annotation was chosen.",
207
+ "type": "string"
208
+ },
209
+ "annotation": {
210
+ "description": "The numbered annotation of the element to click.",
211
+ "type": "string"
212
+ },
213
+ "rationale": {
214
+ "description": "The reason why this particular action is being taken. It MUST relate to the overall objective.",
215
+ "type": "string"
216
+ },
217
+ "text": {
218
+ "description": "The text to input.",
219
+ "type": "string"
220
+ },
221
+ "finalizeWithSubmit": {
222
+ "description": "Attempt to submit the data after inputting the text (i.e. hitting 'Enter' at the end).\nThis can be useful if doing something like using a webpage's search box, etc.",
223
+ "type": "boolean"
224
+ }
225
+ },
226
+ "additionalProperties": false,
227
+ "required": [
228
+ "annotation",
229
+ "finalizeWithSubmit",
230
+ "rationale",
231
+ "text",
232
+ "whyThisAnnotation"
233
+ ]
234
+ },
235
+ "InputRandomizedEmailAddressToolCoreParameters": {
236
+ "type": "object",
237
+ "properties": {
238
+ "baseEmail": {
239
+ "description": "The base email to create a derived email from.",
240
+ "type": "string"
241
+ },
242
+ "finalizeWithSubmit": {
243
+ "description": "Attempt to submit the data after inputting the randomized email (i.e. hitting 'Enter' at the end).",
244
+ "type": "boolean"
245
+ }
246
+ },
247
+ "additionalProperties": false,
248
+ "required": ["baseEmail", "finalizeWithSubmit"]
249
+ },
250
+ "SelectorBasedInputRandomizedEmailAddressToolParameters": {
251
+ "type": "object",
252
+ "properties": {
253
+ "selector": {
254
+ "description": "A query structure used to resolve specific a HTML element in a webpage.",
255
+ "type": "object",
256
+ "properties": {
257
+ "element": {
258
+ "description": "An ordered list of element selectors, going from most specific to least specific.",
259
+ "type": "array",
260
+ "items": {
261
+ "type": "string"
262
+ }
263
+ },
264
+ "frame": {
265
+ "description": "A selector for the corresponding frame of the element to select.\nIf null, this means the primary frame of the page is used.",
266
+ "type": "string"
267
+ }
268
+ },
269
+ "additionalProperties": false,
270
+ "required": ["element", "frame"]
271
+ },
272
+ "baseEmail": {
273
+ "description": "The base email to create a derived email from.",
274
+ "type": "string"
275
+ },
276
+ "finalizeWithSubmit": {
277
+ "description": "Attempt to submit the data after inputting the randomized email (i.e. hitting 'Enter' at the end).",
278
+ "type": "boolean"
279
+ }
280
+ },
281
+ "additionalProperties": false,
282
+ "required": ["baseEmail", "finalizeWithSubmit", "selector"]
283
+ },
284
+ "AnnotationBasedInputRandomizedEmailAddressToolParameters": {
285
+ "type": "object",
286
+ "properties": {
287
+ "whyThisAnnotation": {
288
+ "description": "The reason why this particular numbered annotation was chosen.",
289
+ "type": "string"
290
+ },
291
+ "annotation": {
292
+ "description": "The numbered annotation of the element to click.",
293
+ "type": "string"
294
+ },
295
+ "rationale": {
296
+ "description": "The reason why this particular action is being taken. It MUST relate to the overall objective.",
297
+ "type": "string"
298
+ },
299
+ "baseEmail": {
300
+ "description": "The base email to create a derived email from.",
301
+ "type": "string"
302
+ },
303
+ "finalizeWithSubmit": {
304
+ "description": "Attempt to submit the data after inputting the randomized email (i.e. hitting 'Enter' at the end).",
305
+ "type": "boolean"
306
+ }
307
+ },
308
+ "additionalProperties": false,
309
+ "required": [
310
+ "annotation",
311
+ "baseEmail",
312
+ "finalizeWithSubmit",
313
+ "rationale",
314
+ "whyThisAnnotation"
315
+ ]
316
+ },
317
+ "PressKeyToolCoreParameters": {
318
+ "type": "object",
319
+ "properties": {
320
+ "key": {
321
+ "description": "The key to press.",
322
+ "type": "string"
323
+ }
324
+ },
325
+ "additionalProperties": false,
326
+ "required": ["key"]
327
+ },
328
+ "SelectorBasedPressKeyToolParameters": {
329
+ "type": "object",
330
+ "properties": {
331
+ "selector": {
332
+ "description": "A query structure used to resolve specific a HTML element in a webpage.",
333
+ "type": "object",
334
+ "properties": {
335
+ "element": {
336
+ "description": "An ordered list of element selectors, going from most specific to least specific.",
337
+ "type": "array",
338
+ "items": {
339
+ "type": "string"
340
+ }
341
+ },
342
+ "frame": {
343
+ "description": "A selector for the corresponding frame of the element to select.\nIf null, this means the primary frame of the page is used.",
344
+ "type": "string"
345
+ }
346
+ },
347
+ "additionalProperties": false,
348
+ "required": ["element", "frame"]
349
+ },
350
+ "key": {
351
+ "description": "The key to press.",
352
+ "type": "string"
353
+ }
354
+ },
355
+ "additionalProperties": false,
356
+ "required": ["key", "selector"]
357
+ },
358
+ "AnnotationBasedPressKeyToolParameters": {
359
+ "type": "object",
360
+ "properties": {
361
+ "whyThisAnnotation": {
362
+ "description": "The reason why this particular numbered annotation was chosen.",
363
+ "type": "string"
364
+ },
365
+ "annotation": {
366
+ "description": "The numbered annotation of the element to click.",
367
+ "type": "string"
368
+ },
369
+ "rationale": {
370
+ "description": "The reason why this particular action is being taken. It MUST relate to the overall objective.",
371
+ "type": "string"
372
+ },
373
+ "key": {
374
+ "description": "The key to press.",
375
+ "type": "string"
376
+ }
377
+ },
378
+ "additionalProperties": false,
379
+ "required": ["annotation", "key", "rationale", "whyThisAnnotation"]
380
+ },
381
+ "HandleBrowserDialogToolCoreParameters": {
382
+ "description": "The parameters for handling browser dialogs",
383
+ "type": "object",
384
+ "properties": {
385
+ "text": {
386
+ "description": "If this is a \"confirm\" dialog, a string of \"true\" will accept the dialog and a string of \"false\" will dismiss it.\nHowever, if this is a \"prompt\" dialog, any non-null string will accept it, and a null value will dismiss it.",
387
+ "type": ["string", "null"]
388
+ }
389
+ },
390
+ "additionalProperties": false,
391
+ "required": ["text"]
392
+ },
393
+ "HandleBrowserDialogToolGptParameters": {
394
+ "type": "object",
395
+ "properties": {
396
+ "rationale": {
397
+ "description": "The reason why this particular action is being taken. It MUST relate to the overall objective.",
398
+ "type": "string"
399
+ },
400
+ "text": {
401
+ "description": "If this is a \"confirm\" dialog, a string of \"true\" will accept the dialog and a string of \"false\" will dismiss it.\nHowever, if this is a \"prompt\" dialog, any non-null string will accept it, and a null value will dismiss it.",
402
+ "type": ["string", "null"]
403
+ }
404
+ },
405
+ "additionalProperties": false,
406
+ "required": ["rationale", "text"]
407
+ },
408
+ "MarkObjectiveCompleteToolCoreParameters": {
409
+ "description": "Parameters for marking an objective as complete",
410
+ "type": "object",
411
+ "additionalProperties": false,
412
+ "required": [],
413
+ "properties": {}
414
+ },
415
+ "MarkObjectiveCompleteToolGptParameters": {
416
+ "description": "Parameters for marking an objective as complete",
417
+ "type": "object",
418
+ "properties": {
419
+ "details": {
420
+ "description": "Relevant details for the completed objective.",
421
+ "type": "string"
422
+ },
423
+ "rationale": {
424
+ "description": "The reason why this particular action is being taken. It MUST relate to the overall objective.",
425
+ "type": "string"
426
+ }
427
+ },
428
+ "additionalProperties": false,
429
+ "required": ["details", "rationale"]
430
+ },
431
+ "GoToWebpageToolCoreParameters": {
432
+ "type": "object",
433
+ "properties": {
434
+ "url": {
435
+ "description": "The URL to navigate to. Must use the http, https, or file protocol (example is https://google.com).",
436
+ "type": "string"
437
+ }
438
+ },
439
+ "additionalProperties": false,
440
+ "required": ["url"]
441
+ },
442
+ "GoToWebpageToolGptParameters": {
443
+ "type": "object",
444
+ "properties": {
445
+ "rationale": {
446
+ "description": "The reason why this particular action is being taken. It MUST relate to the overall objective.",
447
+ "type": "string"
448
+ },
449
+ "url": {
450
+ "description": "The URL to navigate to. Must use the http, https, or file protocol (example is https://google.com).",
451
+ "type": "string"
452
+ }
453
+ },
454
+ "additionalProperties": false,
455
+ "required": ["rationale", "url"]
456
+ },
457
+ "RunAccessibilityTestToolCoreParameters": {
458
+ "type": "object",
459
+ "additionalProperties": false,
460
+ "required": [],
461
+ "properties": {}
462
+ },
463
+ "RunAccessibilityTestToolGptParameters": {
464
+ "type": "object",
465
+ "properties": {
466
+ "rationale": {
467
+ "description": "The reason why this particular action is being taken. It MUST relate to the overall objective.",
468
+ "type": "string"
469
+ }
470
+ },
471
+ "additionalProperties": false,
472
+ "required": ["rationale"]
473
+ },
474
+ "ScrollPageToolCoreParameters": {
475
+ "type": "object",
476
+ "properties": {
477
+ "direction": {
478
+ "description": "The direction to scroll - either UP or DOWN",
479
+ "enum": ["DOWN", "UP"],
480
+ "type": "string"
481
+ }
482
+ },
483
+ "additionalProperties": false,
484
+ "required": ["direction"]
485
+ },
486
+ "ScrollPageToolGptParameters": {
487
+ "type": "object",
488
+ "properties": {
489
+ "rationale": {
490
+ "description": "The reason why this particular action is being taken. It MUST relate to the overall objective.",
491
+ "type": "string"
492
+ },
493
+ "direction": {
494
+ "description": "The direction to scroll - either UP or DOWN",
495
+ "enum": ["DOWN", "UP"],
496
+ "type": "string"
497
+ }
498
+ },
499
+ "additionalProperties": false,
500
+ "required": ["direction", "rationale"]
501
+ },
502
+ "AssertToolCoreParameters": {
503
+ "type": "object",
504
+ "properties": {
505
+ "assertionToTestFor": {
506
+ "description": "The assertion that will be tested for, using plain English.\n\nExamples:\n- 'Assert that this webpage includes a product summary.'\n- 'Assert there are more than 3 search results.'",
507
+ "type": "string"
508
+ }
509
+ },
510
+ "additionalProperties": false,
511
+ "required": ["assertionToTestFor"]
512
+ },
513
+ "AssertToolGptParameters": {
514
+ "type": "object",
515
+ "properties": {
516
+ "rationale": {
517
+ "description": "The reason why this particular action is being taken. It MUST relate to the overall objective.",
518
+ "type": "string"
519
+ },
520
+ "assertionToTestFor": {
521
+ "description": "The assertion that will be tested for, using plain English.\n\nExamples:\n- 'Assert that this webpage includes a product summary.'\n- 'Assert there are more than 3 search results.'",
522
+ "type": "string"
523
+ }
524
+ },
525
+ "additionalProperties": false,
526
+ "required": ["assertionToTestFor", "rationale"]
527
+ },
528
+ "AnalyzePageTextToolCoreParameters": {
529
+ "type": "object",
530
+ "properties": {
531
+ "analysisToRun": {
532
+ "description": "The analysis to run on the text of the current page.",
533
+ "type": "string"
534
+ },
535
+ "additionalRelevantContext": {
536
+ "description": "Additional relevant context for running the analysis.",
537
+ "type": "string"
538
+ }
539
+ },
540
+ "additionalProperties": false,
541
+ "required": ["additionalRelevantContext", "analysisToRun"]
542
+ },
543
+ "AnalyzePageTextToolGptParameters": {
544
+ "type": "object",
545
+ "properties": {
546
+ "rationale": {
547
+ "description": "The reason why this particular action is being taken. It MUST relate to the overall objective.",
548
+ "type": "string"
549
+ },
550
+ "analysisToRun": {
551
+ "description": "The analysis to run on the text of the current page.",
552
+ "type": "string"
553
+ },
554
+ "additionalRelevantContext": {
555
+ "description": "Additional relevant context for running the analysis.",
556
+ "type": "string"
557
+ }
558
+ },
559
+ "additionalProperties": false,
560
+ "required": ["additionalRelevantContext", "analysisToRun", "rationale"]
561
+ },
562
+ "CreateBrowserCookieReportToolCoreParameters": {
563
+ "type": "object",
564
+ "additionalProperties": false,
565
+ "required": [],
566
+ "properties": {}
567
+ },
568
+ "CreateBrowserCookieReportToolGptParameters": {
569
+ "type": "object",
570
+ "properties": {
571
+ "rationale": {
572
+ "description": "The reason why this particular action is being taken. It MUST relate to the overall objective.",
573
+ "type": "string"
574
+ }
575
+ },
576
+ "additionalProperties": false,
577
+ "required": ["rationale"]
578
+ },
579
+ "MarkObjectiveNotCompletableToolCoreParameters": {
580
+ "type": "object",
581
+ "additionalProperties": false,
582
+ "required": [],
583
+ "properties": {}
584
+ },
585
+ "MarkObjectiveNotCompletableToolGptParameters": {
586
+ "type": "object",
587
+ "properties": {
588
+ "rationale": {
589
+ "description": "The reason why this particular action is being taken. It MUST relate to the overall objective.",
590
+ "type": "string"
591
+ }
592
+ },
593
+ "additionalProperties": false,
594
+ "required": ["rationale"]
595
+ },
596
+ "RunInlineJavaScriptCodeToolCoreParameters": {
597
+ "type": "object",
598
+ "properties": {
599
+ "javaScriptCode": {
600
+ "description": "The JavaScript code to run.",
601
+ "type": "string"
602
+ }
603
+ },
604
+ "additionalProperties": false,
605
+ "required": ["javaScriptCode"]
606
+ },
607
+ "RunInlineJavaScriptCodeToolGptParameters": {
608
+ "additionalProperties": false,
609
+ "type": "object",
610
+ "properties": {
611
+ "rationale": {
612
+ "description": "The reason why this particular action is being taken. It MUST relate to the overall objective.",
613
+ "type": "string"
614
+ },
615
+ "javaScriptCode": {
616
+ "description": "The JavaScript code to run.",
617
+ "type": "string"
618
+ }
619
+ },
620
+ "required": ["javaScriptCode", "rationale"]
621
+ },
622
+ "RunSandboxedJavaScriptCodeToolCoreParameters": {
623
+ "type": "object",
624
+ "properties": {
625
+ "javaScriptCode": {
626
+ "description": "The JavaScript code to run.",
627
+ "type": "string"
628
+ }
629
+ },
630
+ "additionalProperties": false,
631
+ "required": ["javaScriptCode"]
632
+ },
633
+ "RunSandboxedJavaScriptCodeToolGptParameters": {
634
+ "type": "object",
635
+ "properties": {
636
+ "rationale": {
637
+ "description": "The reason why this particular action is being taken. It MUST relate to the overall objective.",
638
+ "type": "string"
639
+ },
640
+ "javaScriptCode": {
641
+ "description": "The JavaScript code to run.",
642
+ "type": "string"
643
+ }
644
+ },
645
+ "additionalProperties": false,
646
+ "required": ["javaScriptCode", "rationale"]
647
+ },
648
+ "SummarizeLearningsToolCoreParameters": {
649
+ "type": "object",
650
+ "additionalProperties": false,
651
+ "required": [],
652
+ "properties": {}
653
+ },
654
+ "SummarizeLearningsToolGptParameters": {
655
+ "type": "object",
656
+ "properties": {
657
+ "summary": {
658
+ "description": "The summary to make.",
659
+ "type": "string"
660
+ },
661
+ "rationale": {
662
+ "description": "The reason why this particular action is being taken. It MUST relate to the overall objective.",
663
+ "type": "string"
664
+ }
665
+ },
666
+ "additionalProperties": false,
667
+ "required": ["rationale", "summary"]
668
+ },
669
+ "TriggerDonobuFlowToolCoreParameters": {
670
+ "type": "object",
671
+ "properties": {
672
+ "donobuFlowParameters": {
673
+ "description": "The parameters to use for the new Donobu flow.",
674
+ "type": "object",
675
+ "properties": {
676
+ "targetWebsite": {
677
+ "description": "The initial website to load",
678
+ "type": "string"
679
+ },
680
+ "overallObjective": {
681
+ "description": "The overall objective to pursue; can only be omitted if `initialRunMode`\nhas an effective value of `INSTRUCT` or `DETEMINISTIC`.",
682
+ "type": ["string", "null"]
683
+ },
684
+ "name": {
685
+ "description": "The name for this flow; if present, must be fewer than 256 characters.",
686
+ "type": ["string", "null"]
687
+ },
688
+ "initialBrowserState": {
689
+ "description": "When starting the flow, initialize the browser state from the given flow\nby its ID or name.",
690
+ "anyOf": [
691
+ {
692
+ "type": "object",
693
+ "properties": {
694
+ "type": {
695
+ "type": "string",
696
+ "const": "id"
697
+ },
698
+ "value": {
699
+ "type": "string"
700
+ }
701
+ },
702
+ "additionalProperties": false,
703
+ "required": ["type", "value"]
704
+ },
705
+ {
706
+ "type": "object",
707
+ "properties": {
708
+ "type": {
709
+ "type": "string",
710
+ "const": "name"
711
+ },
712
+ "value": {
713
+ "type": "string"
714
+ }
715
+ },
716
+ "additionalProperties": false,
717
+ "required": ["type", "value"]
718
+ }
719
+ ]
720
+ },
721
+ "persistBrowserState": {
722
+ "description": "If set to true, saves the browser state at the end of the flow.",
723
+ "type": ["boolean", "null"]
724
+ },
725
+ "deviceName": {
726
+ "description": "The name of the device to run the flow with. See `devices.json` for details.\nIf not specified, defaults to DonobuFlowsManager.DEFAULT_DEVICE_NAME unless\nremoteBrowserInstanceUrl is specified. If this is non-null, then\nremoteBrowserInstanceUrl must be null.",
727
+ "type": ["string", "null"]
728
+ },
729
+ "remoteBrowserInstanceUrl": {
730
+ "description": "The URL of a remote browser instance to connect to using the Chrome DevTools\nProtocol (CDP). If this is non-null, then deviceName must be null. If the URL\ncontains \"${env.VARIABLE_NAME}\", then it will be expanded to the value of the\nspecified environment variable.",
731
+ "type": ["string", "null"]
732
+ },
733
+ "callbackUrl": {
734
+ "description": "The URL to HTTP POST to when the flow completes. The body will contain a\nJSON object with single field, \"id\", of which is the ID of the flow that\ncompleted.",
735
+ "type": ["string", "null"]
736
+ },
737
+ "headless": {
738
+ "description": "If true, will not open a real browser window to perform the flow.\nIf remoteBrowserInstanceUrl is non-null, this parameter is ignored.",
739
+ "type": ["boolean", "null"]
740
+ },
741
+ "customTools": {
742
+ "description": "Custom tools to enable for this flow. Any tools specified here will be\nimplicitly added to allowedTools.",
743
+ "type": ["array", "null"],
744
+ "items": {
745
+ "description": "A definition of a user-defined tool to use for a DonobuFlow.",
746
+ "type": "object",
747
+ "properties": {
748
+ "name": {
749
+ "type": "string"
750
+ },
751
+ "description": {
752
+ "type": "string"
753
+ },
754
+ "jsonSchema": {
755
+ "type": "object",
756
+ "additionalProperties": false,
757
+ "required": [],
758
+ "properties": {}
759
+ },
760
+ "javascript": {
761
+ "type": "string"
762
+ }
763
+ },
764
+ "additionalProperties": false,
765
+ "required": ["description", "javascript", "jsonSchema", "name"]
766
+ }
767
+ },
768
+ "maxIterations": {
769
+ "description": "The maximum number of times to iterate with the underlying GPT.",
770
+ "type": ["number", "null"]
771
+ },
772
+ "gptConfigNameOverride": {
773
+ "description": "The name of a specific GPT configuration to use. If the corresponding GPT\nconfiguration is not defined or unresolvable, the default flow agent\nconfiguration will be used.",
774
+ "type": ["string", "null"]
775
+ },
776
+ "defaultToolTipDurationMilliseconds": {
777
+ "description": "The default amount of time a tool tip should show (in milliseconds).",
778
+ "type": ["number", "null"]
779
+ },
780
+ "initialRunMode": {
781
+ "description": "The initial run mode of the flow. If not specified, defaults to\nAUTONOMOUS if gptPlatform is non-null, otherwise, defaults to INSTRUCT.",
782
+ "type": ["string", "null"],
783
+ "enum": ["AUTONOMOUS", "INSTRUCT", "DETERMINISTIC"]
784
+ },
785
+ "isControlPanelEnabled": {
786
+ "description": "Set to true if the in-browser control panel should be enabled.\nIf the headless parameter is true, then this parameter is ignored.",
787
+ "type": ["boolean", "null"]
788
+ },
789
+ "allowedTools": {
790
+ "description": "If present and non-empty, will constrain the flow to only use these tools (by\nTool.name()). If null or empty, then there are no constraints on the types of\ntools used. Note that all tools in customTools are implicitly added here.",
791
+ "type": ["array", "null"],
792
+ "items": {
793
+ "type": "string"
794
+ }
795
+ },
796
+ "toolCallsOnStart": {
797
+ "description": "An ordered series of tool calls to invoke when starting the flow.",
798
+ "type": ["array", "null"],
799
+ "items": {
800
+ "description": "A proposed (i.e. yet to be executed) tool call.",
801
+ "type": "object",
802
+ "properties": {
803
+ "name": {
804
+ "description": "The name of the tool to call.",
805
+ "type": "string"
806
+ },
807
+ "parameters": {
808
+ "description": "The parameters to supply to the tool's call method.\nMust conform to the tool's expected parameters type."
809
+ },
810
+ "toolCallId": {
811
+ "description": "The ID used by the GPT model to track a proposed tool call to tool a call result.\nThis maps to the toolCallId in ToolCallResultMessage.",
812
+ "type": ["string", "null"]
813
+ }
814
+ },
815
+ "additionalProperties": false,
816
+ "required": ["name", "parameters", "toolCallId"]
817
+ }
818
+ },
819
+ "resultJsonSchema": {
820
+ "$ref": "#/definitions/JSONSchema7",
821
+ "description": "If non-null, the Donobu flow will attempt to save its result using this JSON-schema."
822
+ }
823
+ },
824
+ "additionalProperties": false,
825
+ "required": [
826
+ "targetWebsite",
827
+ "overallObjective",
828
+ "name",
829
+ "initialBrowserState",
830
+ "persistBrowserState",
831
+ "deviceName",
832
+ "remoteBrowserInstanceUrl",
833
+ "callbackUrl",
834
+ "headless",
835
+ "customTools",
836
+ "maxIterations",
837
+ "gptConfigNameOverride",
838
+ "defaultToolTipDurationMilliseconds",
839
+ "initialRunMode",
840
+ "isControlPanelEnabled",
841
+ "allowedTools",
842
+ "toolCallsOnStart",
843
+ "resultJsonSchema"
844
+ ]
845
+ },
846
+ "rationale": {
847
+ "description": "The reason why this particular action is being taken. It MUST relate to the overall objective.",
848
+ "type": "string"
849
+ }
850
+ },
851
+ "additionalProperties": false,
852
+ "required": ["donobuFlowParameters", "rationale"]
853
+ },
854
+ "TriggerDonobuFlowToolGptParameters": {
855
+ "type": "object",
856
+ "properties": {
857
+ "rationale": {
858
+ "description": "The reason why this particular action is being taken. It MUST relate to the overall objective.",
859
+ "type": "string"
860
+ },
861
+ "donobuFlowParameters": {
862
+ "description": "The parameters to use for the new Donobu flow.",
863
+ "type": "object",
864
+ "properties": {
865
+ "targetWebsite": {
866
+ "description": "The initial website to load",
867
+ "type": "string"
868
+ },
869
+ "overallObjective": {
870
+ "description": "The overall objective to pursue; can only be omitted if `initialRunMode`\nhas an effective value of `INSTRUCT` or `DETEMINISTIC`.",
871
+ "type": ["string", "null"]
872
+ },
873
+ "name": {
874
+ "description": "The name for this flow; if present, must be fewer than 256 characters.",
875
+ "type": ["string", "null"]
876
+ },
877
+ "initialBrowserState": {
878
+ "description": "When starting the flow, initialize the browser state from the given flow\nby its ID or name.",
879
+ "anyOf": [
880
+ {
881
+ "type": "object",
882
+ "properties": {
883
+ "type": {
884
+ "type": "string",
885
+ "const": "id"
886
+ },
887
+ "value": {
888
+ "type": "string"
889
+ }
890
+ },
891
+ "additionalProperties": false,
892
+ "required": ["type", "value"]
893
+ },
894
+ {
895
+ "type": "object",
896
+ "properties": {
897
+ "type": {
898
+ "type": "string",
899
+ "const": "name"
900
+ },
901
+ "value": {
902
+ "type": "string"
903
+ }
904
+ },
905
+ "additionalProperties": false,
906
+ "required": ["type", "value"]
907
+ }
908
+ ]
909
+ },
910
+ "persistBrowserState": {
911
+ "description": "If set to true, saves the browser state at the end of the flow.",
912
+ "type": ["boolean", "null"]
913
+ },
914
+ "deviceName": {
915
+ "description": "The name of the device to run the flow with. See `devices.json` for details.\nIf not specified, defaults to DonobuFlowsManager.DEFAULT_DEVICE_NAME unless\nremoteBrowserInstanceUrl is specified. If this is non-null, then\nremoteBrowserInstanceUrl must be null.",
916
+ "type": ["string", "null"]
917
+ },
918
+ "remoteBrowserInstanceUrl": {
919
+ "description": "The URL of a remote browser instance to connect to using the Chrome DevTools\nProtocol (CDP). If this is non-null, then deviceName must be null. If the URL\ncontains \"${env.VARIABLE_NAME}\", then it will be expanded to the value of the\nspecified environment variable.",
920
+ "type": ["string", "null"]
921
+ },
922
+ "callbackUrl": {
923
+ "description": "The URL to HTTP POST to when the flow completes. The body will contain a\nJSON object with single field, \"id\", of which is the ID of the flow that\ncompleted.",
924
+ "type": ["string", "null"]
925
+ },
926
+ "headless": {
927
+ "description": "If true, will not open a real browser window to perform the flow.\nIf remoteBrowserInstanceUrl is non-null, this parameter is ignored.",
928
+ "type": ["boolean", "null"]
929
+ },
930
+ "customTools": {
931
+ "description": "Custom tools to enable for this flow. Any tools specified here will be\nimplicitly added to allowedTools.",
932
+ "type": ["array", "null"],
933
+ "items": {
934
+ "description": "A definition of a user-defined tool to use for a DonobuFlow.",
935
+ "type": "object",
936
+ "properties": {
937
+ "name": {
938
+ "type": "string"
939
+ },
940
+ "description": {
941
+ "type": "string"
942
+ },
943
+ "jsonSchema": {
944
+ "type": "object",
945
+ "additionalProperties": false,
946
+ "required": [],
947
+ "properties": {}
948
+ },
949
+ "javascript": {
950
+ "type": "string"
951
+ }
952
+ },
953
+ "additionalProperties": false,
954
+ "required": ["description", "javascript", "jsonSchema", "name"]
955
+ }
956
+ },
957
+ "maxIterations": {
958
+ "description": "The maximum number of times to iterate with the underlying GPT.",
959
+ "type": ["number", "null"]
960
+ },
961
+ "gptConfigNameOverride": {
962
+ "description": "The name of a specific GPT configuration to use. If the corresponding GPT\nconfiguration is not defined or unresolvable, the default flow agent\nconfiguration will be used.",
963
+ "type": ["string", "null"]
964
+ },
965
+ "defaultToolTipDurationMilliseconds": {
966
+ "description": "The default amount of time a tool tip should show (in milliseconds).",
967
+ "type": ["number", "null"]
968
+ },
969
+ "initialRunMode": {
970
+ "description": "The initial run mode of the flow. If not specified, defaults to\nAUTONOMOUS if gptPlatform is non-null, otherwise, defaults to INSTRUCT.",
971
+ "type": ["string", "null"],
972
+ "enum": ["AUTONOMOUS", "INSTRUCT", "DETERMINISTIC"]
973
+ },
974
+ "isControlPanelEnabled": {
975
+ "description": "Set to true if the in-browser control panel should be enabled.\nIf the headless parameter is true, then this parameter is ignored.",
976
+ "type": ["boolean", "null"]
977
+ },
978
+ "allowedTools": {
979
+ "description": "If present and non-empty, will constrain the flow to only use these tools (by\nTool.name()). If null or empty, then there are no constraints on the types of\ntools used. Note that all tools in customTools are implicitly added here.",
980
+ "type": ["array", "null"],
981
+ "items": {
982
+ "type": "string"
983
+ }
984
+ },
985
+ "toolCallsOnStart": {
986
+ "description": "An ordered series of tool calls to invoke when starting the flow.",
987
+ "type": ["array", "null"],
988
+ "items": {
989
+ "description": "A proposed (i.e. yet to be executed) tool call.",
990
+ "type": "object",
991
+ "properties": {
992
+ "name": {
993
+ "description": "The name of the tool to call.",
994
+ "type": "string"
995
+ },
996
+ "parameters": {
997
+ "description": "The parameters to supply to the tool's call method.\nMust conform to the tool's expected parameters type."
998
+ },
999
+ "toolCallId": {
1000
+ "description": "The ID used by the GPT model to track a proposed tool call to tool a call result.\nThis maps to the toolCallId in ToolCallResultMessage.",
1001
+ "type": ["string", "null"]
1002
+ }
1003
+ },
1004
+ "additionalProperties": false,
1005
+ "required": ["name", "parameters", "toolCallId"]
1006
+ }
1007
+ },
1008
+ "resultJsonSchema": {
1009
+ "$ref": "#/definitions/JSONSchema7",
1010
+ "description": "If non-null, the Donobu flow will attempt to save its result using this JSON-schema."
1011
+ }
1012
+ },
1013
+ "additionalProperties": false,
1014
+ "required": [
1015
+ "targetWebsite",
1016
+ "overallObjective",
1017
+ "name",
1018
+ "initialBrowserState",
1019
+ "persistBrowserState",
1020
+ "deviceName",
1021
+ "remoteBrowserInstanceUrl",
1022
+ "callbackUrl",
1023
+ "headless",
1024
+ "customTools",
1025
+ "maxIterations",
1026
+ "gptConfigNameOverride",
1027
+ "defaultToolTipDurationMilliseconds",
1028
+ "initialRunMode",
1029
+ "isControlPanelEnabled",
1030
+ "allowedTools",
1031
+ "toolCallsOnStart",
1032
+ "resultJsonSchema"
1033
+ ]
1034
+ }
1035
+ },
1036
+ "additionalProperties": false,
1037
+ "required": ["donobuFlowParameters", "rationale"]
1038
+ },
1039
+ "ChangeWebBrowserTabToolCoreParameters": {
1040
+ "type": "object",
1041
+ "properties": {
1042
+ "tabUrl": {
1043
+ "description": "The URL for the tab to bring focus to.",
1044
+ "type": "string"
1045
+ }
1046
+ },
1047
+ "additionalProperties": false,
1048
+ "required": ["tabUrl"]
1049
+ },
1050
+ "ChangeWebBrowserTabToolGptParameters": {
1051
+ "type": "object",
1052
+ "properties": {
1053
+ "rationale": {
1054
+ "description": "The reason why this particular action is being taken. It MUST relate to the overall objective.",
1055
+ "type": "string"
1056
+ },
1057
+ "tabUrl": {
1058
+ "description": "The URL for the tab to bring focus to.",
1059
+ "type": "string"
1060
+ }
1061
+ },
1062
+ "additionalProperties": false,
1063
+ "required": ["rationale", "tabUrl"]
1064
+ },
1065
+ "GoToGoogleMapsStreetViewToolCoreParameters": {
1066
+ "description": "Parameters for the GoToGoogleMapsStreetViewTool",
1067
+ "type": "object",
1068
+ "properties": {
1069
+ "entityName": {
1070
+ "description": "The name of the business/entity to find.",
1071
+ "type": "string"
1072
+ },
1073
+ "entityLocation": {
1074
+ "description": "The address of the business/entity to find.",
1075
+ "type": "string"
1076
+ }
1077
+ },
1078
+ "additionalProperties": false,
1079
+ "required": ["entityLocation", "entityName"]
1080
+ },
1081
+ "GoToGoogleMapsStreetViewToolGptParameters": {
1082
+ "type": "object",
1083
+ "properties": {
1084
+ "rationale": {
1085
+ "description": "The reason why this particular action is being taken. It MUST relate to the overall objective.",
1086
+ "type": "string"
1087
+ },
1088
+ "entityName": {
1089
+ "description": "The name of the business/entity to find.",
1090
+ "type": "string"
1091
+ },
1092
+ "entityLocation": {
1093
+ "description": "The address of the business/entity to find.",
1094
+ "type": "string"
1095
+ }
1096
+ },
1097
+ "additionalProperties": false,
1098
+ "required": ["entityLocation", "entityName", "rationale"]
1099
+ },
1100
+ "NavigateWithinStreetViewToolCoreParameters": {
1101
+ "type": "object",
1102
+ "properties": {
1103
+ "action": {
1104
+ "description": "Choose a value that will most likely help towards the current objective.\n- A value of ZOOM_IN will zoom in on current street maps view.\n- A value of ZOOM_OUT will zoom out on current street maps view.\n- A value of ROTATE_CLOCKWISE will rotate the current street maps view clockwise.\n- A value of ROTATE_COUNTERCLOCKWISE will rotate the current street maps view counterclockwise.",
1105
+ "type": "string",
1106
+ "enum": [
1107
+ "ROTATE_CLOCKWISE",
1108
+ "ROTATE_COUNTERCLOCKWISE",
1109
+ "ZOOM_IN",
1110
+ "ZOOM_OUT"
1111
+ ]
1112
+ }
1113
+ },
1114
+ "additionalProperties": false,
1115
+ "required": ["action"]
1116
+ },
1117
+ "NavigateWithinStreetViewToolGptParameters": {
1118
+ "type": "object",
1119
+ "properties": {
1120
+ "rationale": {
1121
+ "description": "The reason why this particular action is being taken. It MUST relate to the overall objective.",
1122
+ "type": "string"
1123
+ },
1124
+ "action": {
1125
+ "description": "Choose a value that will most likely help towards the current objective.\n- A value of ZOOM_IN will zoom in on current street maps view.\n- A value of ZOOM_OUT will zoom out on current street maps view.\n- A value of ROTATE_CLOCKWISE will rotate the current street maps view clockwise.\n- A value of ROTATE_COUNTERCLOCKWISE will rotate the current street maps view counterclockwise.",
1126
+ "type": "string",
1127
+ "enum": [
1128
+ "ROTATE_CLOCKWISE",
1129
+ "ROTATE_COUNTERCLOCKWISE",
1130
+ "ZOOM_IN",
1131
+ "ZOOM_OUT"
1132
+ ]
1133
+ }
1134
+ },
1135
+ "additionalProperties": false,
1136
+ "required": ["action", "rationale"]
1137
+ },
1138
+ "ExtractGoogleStreetviewEntityDataToolCoreParameters": {
1139
+ "type": "object",
1140
+ "properties": {
1141
+ "entityName": {
1142
+ "description": "The target business/entity to keep a careful eye out for.",
1143
+ "type": "string"
1144
+ }
1145
+ },
1146
+ "additionalProperties": false,
1147
+ "required": ["entityName"]
1148
+ },
1149
+ "ExtractGoogleStreetviewEntityDataToolGptParameters": {
1150
+ "type": "object",
1151
+ "properties": {
1152
+ "rationale": {
1153
+ "description": "The reason why this particular action is being taken. It MUST relate to the overall objective.",
1154
+ "type": "string"
1155
+ },
1156
+ "entityName": {
1157
+ "description": "The target business/entity to keep a careful eye out for.",
1158
+ "type": "string"
1159
+ }
1160
+ },
1161
+ "additionalProperties": false,
1162
+ "required": ["entityName", "rationale"]
1163
+ },
1164
+ "ExtractPaymentProviderToolCoreParameters": {
1165
+ "type": "object",
1166
+ "additionalProperties": false,
1167
+ "required": [],
1168
+ "properties": {}
1169
+ },
1170
+ "ExtractPaymentProviderToolGptParameters": {
1171
+ "type": "object",
1172
+ "properties": {
1173
+ "rationale": {
1174
+ "description": "The reason why this particular action is being taken. It MUST relate to the overall objective.",
1175
+ "type": "string"
1176
+ }
1177
+ },
1178
+ "additionalProperties": false,
1179
+ "required": ["rationale"]
1180
+ },
1181
+ "ExtractPublicFacebookEntityDataToolCoreParameters": {
1182
+ "type": "object",
1183
+ "properties": {
1184
+ "facebookEntityName": {
1185
+ "description": "The name of the entity's public Facebook page used in its URL. For example, passing a value of 'TheCocaColaCo'\nwould cause Donobu to inspect https://www.facebook.com/TheCocaColaCo.",
1186
+ "type": ["string", "null"]
1187
+ },
1188
+ "facebookEntityUrl": {
1189
+ "description": "The URL of the entity's public Facebook page. For example, https://www.facebook.com/TheCocaColaCo.",
1190
+ "type": ["string", "null"]
1191
+ },
1192
+ "rationale": {
1193
+ "description": "The reason why this particular action is being taken. It MUST relate to the overall objective.",
1194
+ "type": "string"
1195
+ }
1196
+ },
1197
+ "additionalProperties": false,
1198
+ "required": ["rationale", "facebookEntityName", "facebookEntityUrl"]
1199
+ },
1200
+ "ExtractPublicFacebookEntityDataToolGptParameters": {
1201
+ "type": "object",
1202
+ "properties": {
1203
+ "rationale": {
1204
+ "description": "The reason why this particular action is being taken. It MUST relate to the overall objective.",
1205
+ "type": "string"
1206
+ },
1207
+ "facebookEntityName": {
1208
+ "description": "The name of the entity's public Facebook page used in its URL. For example, passing a value of 'TheCocaColaCo'\nwould cause Donobu to inspect https://www.facebook.com/TheCocaColaCo.",
1209
+ "type": ["string", "null"]
1210
+ },
1211
+ "facebookEntityUrl": {
1212
+ "description": "The URL of the entity's public Facebook page. For example, https://www.facebook.com/TheCocaColaCo.",
1213
+ "type": ["string", "null"]
1214
+ }
1215
+ },
1216
+ "additionalProperties": false,
1217
+ "required": ["rationale", "facebookEntityName", "facebookEntityUrl"]
1218
+ },
1219
+ "GetEntityDataFromGoogleMapResultToolCoreParameters": {
1220
+ "type": "object",
1221
+ "additionalProperties": false,
1222
+ "required": [],
1223
+ "properties": {}
1224
+ },
1225
+ "GetEntityDataFromGoogleMapResultToolGptParameters": {
1226
+ "type": "object",
1227
+ "properties": {
1228
+ "entityName": {
1229
+ "description": "The name of the business/entity at the current Google Maps location.",
1230
+ "type": "string"
1231
+ },
1232
+ "entityAddress": {
1233
+ "description": "The address of the business/entity at the current Google Maps location.",
1234
+ "type": "string"
1235
+ },
1236
+ "rationale": {
1237
+ "description": "The reason why this particular action is being taken. It MUST relate to the overall objective.",
1238
+ "type": "string"
1239
+ }
1240
+ },
1241
+ "additionalProperties": false,
1242
+ "required": ["entityAddress", "entityName", "rationale"]
1243
+ },
1244
+ "GoForwardOrBackToolCoreParameters": {
1245
+ "type": "object",
1246
+ "properties": {
1247
+ "direction": {
1248
+ "description": "The direction to navigate - either FORWARD or BACK",
1249
+ "type": "string",
1250
+ "enum": ["FORWARD", "BACK"]
1251
+ }
1252
+ },
1253
+ "additionalProperties": false,
1254
+ "required": ["direction"]
1255
+ },
1256
+ "GoForwardOrBackToolGptParameters": {
1257
+ "type": "object",
1258
+ "properties": {
1259
+ "rationale": {
1260
+ "description": "The reason why this particular action is being taken. It MUST relate to the overall objective.",
1261
+ "type": "string"
1262
+ },
1263
+ "direction": {
1264
+ "description": "The direction to navigate - either FORWARD or BACK",
1265
+ "type": "string",
1266
+ "enum": ["FORWARD", "BACK"]
1267
+ }
1268
+ },
1269
+ "additionalProperties": false,
1270
+ "required": ["direction", "rationale"]
1271
+ },
1272
+ "MakeCommentToolCoreParameters": {
1273
+ "type": "object",
1274
+ "additionalProperties": false,
1275
+ "required": [],
1276
+ "properties": {}
1277
+ },
1278
+ "MakeCommentToolGptParameters": {
1279
+ "type": "object",
1280
+ "properties": {
1281
+ "comment": {
1282
+ "description": "The comment to make.",
1283
+ "type": "string"
1284
+ },
1285
+ "rationale": {
1286
+ "description": "The reason why this particular action is being taken. It MUST relate to the overall objective.",
1287
+ "type": "string"
1288
+ }
1289
+ },
1290
+ "additionalProperties": false,
1291
+ "required": ["comment", "rationale"]
1292
+ },
1293
+ "PauseForUserInteractionToolCoreParameters": {
1294
+ "type": "object",
1295
+ "additionalProperties": false,
1296
+ "required": [],
1297
+ "properties": {}
1298
+ },
1299
+ "PauseForUserInteractionToolGptParameters": {
1300
+ "type": "object",
1301
+ "properties": {
1302
+ "rationale": {
1303
+ "description": "The reason why this particular action is being taken. It MUST relate to the overall objective.",
1304
+ "type": "string"
1305
+ }
1306
+ },
1307
+ "additionalProperties": false,
1308
+ "required": ["rationale"]
1309
+ },
1310
+ "ReloadPageToolCoreParameters": {
1311
+ "type": "object",
1312
+ "additionalProperties": false,
1313
+ "required": [],
1314
+ "properties": {}
1315
+ },
1316
+ "ReloadPageToolGptParameters": {
1317
+ "type": "object",
1318
+ "properties": {
1319
+ "rationale": {
1320
+ "description": "The reason why this particular action is being taken. It MUST relate to the overall objective.",
1321
+ "type": "string"
1322
+ }
1323
+ },
1324
+ "additionalProperties": false,
1325
+ "required": ["rationale"]
1326
+ },
1327
+ "SaveWebpageAsPdfToolCoreParameters": {
1328
+ "type": "object",
1329
+ "additionalProperties": false,
1330
+ "required": [],
1331
+ "properties": {}
1332
+ },
1333
+ "SaveWebpageAsPdfToolGptParameters": {
1334
+ "type": "object",
1335
+ "properties": {
1336
+ "rationale": {
1337
+ "description": "The reason why this particular action is being taken. It MUST relate to the overall objective.",
1338
+ "type": "string"
1339
+ }
1340
+ },
1341
+ "additionalProperties": false,
1342
+ "required": ["rationale"]
1343
+ },
1344
+ "SetRunModeToolCoreParameters": {
1345
+ "type": "object",
1346
+ "properties": {
1347
+ "runMode": {
1348
+ "description": "The value of the run mode to set.",
1349
+ "type": "string",
1350
+ "enum": ["AUTONOMOUS", "INSTRUCT", "DETERMINISTIC"]
1351
+ }
1352
+ },
1353
+ "additionalProperties": false,
1354
+ "required": ["runMode"]
1355
+ },
1356
+ "SetRunModeToolGptParameters": {
1357
+ "type": "object",
1358
+ "properties": {
1359
+ "rationale": {
1360
+ "description": "The reason why this particular action is being taken. It MUST relate to the overall objective.",
1361
+ "type": "string"
1362
+ },
1363
+ "runMode": {
1364
+ "description": "The value of the run mode to set.",
1365
+ "type": "string",
1366
+ "enum": ["AUTONOMOUS", "INSTRUCT", "DETERMINISTIC"]
1367
+ }
1368
+ },
1369
+ "additionalProperties": false,
1370
+ "required": ["rationale", "runMode"]
1371
+ },
1372
+ "DownloadPdfToolCoreParameters": {
1373
+ "type": "object",
1374
+ "properties": {
1375
+ "url": {
1376
+ "description": "The URL of the PDF file to be downloaded.",
1377
+ "type": "string"
1378
+ }
1379
+ },
1380
+ "additionalProperties": false,
1381
+ "required": ["url"]
1382
+ },
1383
+ "DownloadPdfToolGptParameters": {
1384
+ "type": "object",
1385
+ "properties": {
1386
+ "rationale": {
1387
+ "description": "The reason why this particular action is being taken. It MUST relate to the overall objective.",
1388
+ "type": "string"
1389
+ },
1390
+ "url": {
1391
+ "description": "The URL of the PDF file to be downloaded.",
1392
+ "type": "string"
1393
+ }
1394
+ },
1395
+ "additionalProperties": false,
1396
+ "required": ["rationale", "url"]
1397
+ },
1398
+ "WaitToolCoreParameters": {
1399
+ "type": "object",
1400
+ "properties": {
1401
+ "seconds": {
1402
+ "description": "The number of seconds to wait.",
1403
+ "type": "number"
1404
+ }
1405
+ },
1406
+ "additionalProperties": false,
1407
+ "required": ["seconds"]
1408
+ },
1409
+ "WaitToolGptParameters": {
1410
+ "type": "object",
1411
+ "properties": {
1412
+ "rationale": {
1413
+ "description": "The reason why this particular action is being taken. It MUST relate to the overall objective.",
1414
+ "type": "string"
1415
+ },
1416
+ "seconds": {
1417
+ "description": "The number of seconds to wait.",
1418
+ "type": "number"
1419
+ }
1420
+ },
1421
+ "additionalProperties": false,
1422
+ "required": ["rationale", "seconds"]
1423
+ },
1424
+ "HoverOverElementToolCoreParameters": {
1425
+ "type": "object",
1426
+ "additionalProperties": false,
1427
+ "required": [],
1428
+ "properties": {}
1429
+ },
1430
+ "SelectorBasedHoverOverElementToolParameters": {
1431
+ "type": "object",
1432
+ "properties": {
1433
+ "selector": {
1434
+ "description": "A query structure used to resolve specific a HTML element in a webpage.",
1435
+ "type": "object",
1436
+ "properties": {
1437
+ "element": {
1438
+ "description": "An ordered list of element selectors, going from most specific to least specific.",
1439
+ "type": "array",
1440
+ "items": {
1441
+ "type": "string"
1442
+ }
1443
+ },
1444
+ "frame": {
1445
+ "description": "A selector for the corresponding frame of the element to select.\nIf null, this means the primary frame of the page is used.",
1446
+ "type": "string"
1447
+ }
1448
+ },
1449
+ "additionalProperties": false,
1450
+ "required": ["element", "frame"]
1451
+ }
1452
+ },
1453
+ "additionalProperties": false,
1454
+ "required": ["selector"]
1455
+ },
1456
+ "AnnotationBasedHoverOverElementToolParameters": {
1457
+ "type": "object",
1458
+ "properties": {
1459
+ "whyThisAnnotation": {
1460
+ "description": "The reason why this particular numbered annotation was chosen.",
1461
+ "type": "string"
1462
+ },
1463
+ "annotation": {
1464
+ "description": "The numbered annotation of the element to click.",
1465
+ "type": "string"
1466
+ },
1467
+ "rationale": {
1468
+ "description": "The reason why this particular action is being taken. It MUST relate to the overall objective.",
1469
+ "type": "string"
1470
+ }
1471
+ },
1472
+ "additionalProperties": false,
1473
+ "required": ["annotation", "rationale", "whyThisAnnotation"]
1474
+ },
1475
+ "DetectBrokenLinksToolCoreParameters": {
1476
+ "type": "object",
1477
+ "properties": {
1478
+ "captureScreenshots": {
1479
+ "description": "(Optional) Whether to capture screenshots for dead links for visual verification.",
1480
+ "type": ["boolean", "null"]
1481
+ }
1482
+ },
1483
+ "additionalProperties": false,
1484
+ "required": ["captureScreenshots"]
1485
+ },
1486
+ "DetectBrokenLinksToolGptParameters": {
1487
+ "type": "object",
1488
+ "properties": {
1489
+ "rationale": {
1490
+ "description": "The reason why this particular action is being taken. It MUST relate to the overall objective.",
1491
+ "type": "string"
1492
+ },
1493
+ "captureScreenshots": {
1494
+ "description": "(Optional) Whether to capture screenshots for dead links for visual verification.",
1495
+ "type": ["boolean", "null"]
1496
+ }
1497
+ },
1498
+ "additionalProperties": false,
1499
+ "required": ["rationale", "captureScreenshots"]
1500
+ },
1501
+ "AggregateExtractedStreetviewDataToolCoreParameters": {
1502
+ "type": "object",
1503
+ "additionalProperties": false,
1504
+ "required": [],
1505
+ "properties": {}
1506
+ },
1507
+ "AggregateExtractedStreetviewDataToolGptParameters": {
1508
+ "type": "object",
1509
+ "properties": {
1510
+ "rationale": {
1511
+ "description": "The reason why this particular action is being taken. It MUST relate to the overall objective.",
1512
+ "type": "string"
1513
+ }
1514
+ },
1515
+ "additionalProperties": false,
1516
+ "required": ["rationale"]
1517
+ }
1518
+ }