@cat-factory/worker 0.6.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 (586) hide show
  1. package/LICENSE +21 -0
  2. package/dist/app.d.ts +22 -0
  3. package/dist/app.d.ts.map +1 -0
  4. package/dist/app.js +49 -0
  5. package/dist/app.js.map +1 -0
  6. package/dist/index.d.ts +17 -0
  7. package/dist/index.d.ts.map +1 -0
  8. package/dist/index.js +234 -0
  9. package/dist/index.js.map +1 -0
  10. package/dist/infrastructure/ai/CloudflareModelProvider.d.ts +23 -0
  11. package/dist/infrastructure/ai/CloudflareModelProvider.d.ts.map +1 -0
  12. package/dist/infrastructure/ai/CloudflareModelProvider.js +62 -0
  13. package/dist/infrastructure/ai/CloudflareModelProvider.js.map +1 -0
  14. package/dist/infrastructure/ai/CompositeAgentExecutor.d.ts +2 -0
  15. package/dist/infrastructure/ai/CompositeAgentExecutor.d.ts.map +1 -0
  16. package/dist/infrastructure/ai/CompositeAgentExecutor.js +5 -0
  17. package/dist/infrastructure/ai/CompositeAgentExecutor.js.map +1 -0
  18. package/dist/infrastructure/ai/ContainerAgentExecutor.d.ts +2 -0
  19. package/dist/infrastructure/ai/ContainerAgentExecutor.d.ts.map +1 -0
  20. package/dist/infrastructure/ai/ContainerAgentExecutor.js +5 -0
  21. package/dist/infrastructure/ai/ContainerAgentExecutor.js.map +1 -0
  22. package/dist/infrastructure/ai/ContainerRepoBootstrapper.d.ts +2 -0
  23. package/dist/infrastructure/ai/ContainerRepoBootstrapper.d.ts.map +1 -0
  24. package/dist/infrastructure/ai/ContainerRepoBootstrapper.js +5 -0
  25. package/dist/infrastructure/ai/ContainerRepoBootstrapper.js.map +1 -0
  26. package/dist/infrastructure/ai/ContainerRepoScanner.d.ts +39 -0
  27. package/dist/infrastructure/ai/ContainerRepoScanner.d.ts.map +1 -0
  28. package/dist/infrastructure/ai/ContainerRepoScanner.js +115 -0
  29. package/dist/infrastructure/ai/ContainerRepoScanner.js.map +1 -0
  30. package/dist/infrastructure/ai/LlmFragmentSelector.d.ts +2 -0
  31. package/dist/infrastructure/ai/LlmFragmentSelector.d.ts.map +1 -0
  32. package/dist/infrastructure/ai/LlmFragmentSelector.js +4 -0
  33. package/dist/infrastructure/ai/LlmFragmentSelector.js.map +1 -0
  34. package/dist/infrastructure/ai/RunnerJobClient.d.ts +2 -0
  35. package/dist/infrastructure/ai/RunnerJobClient.d.ts.map +1 -0
  36. package/dist/infrastructure/ai/RunnerJobClient.js +5 -0
  37. package/dist/infrastructure/ai/RunnerJobClient.js.map +1 -0
  38. package/dist/infrastructure/ai/WorkersAiLlmUpstream.d.ts +28 -0
  39. package/dist/infrastructure/ai/WorkersAiLlmUpstream.d.ts.map +1 -0
  40. package/dist/infrastructure/ai/WorkersAiLlmUpstream.js +486 -0
  41. package/dist/infrastructure/ai/WorkersAiLlmUpstream.js.map +1 -0
  42. package/dist/infrastructure/ai/providerEndpoints.d.ts +17 -0
  43. package/dist/infrastructure/ai/providerEndpoints.d.ts.map +1 -0
  44. package/dist/infrastructure/ai/providerEndpoints.js +42 -0
  45. package/dist/infrastructure/ai/providerEndpoints.js.map +1 -0
  46. package/dist/infrastructure/ai/registries.d.ts +11 -0
  47. package/dist/infrastructure/ai/registries.d.ts.map +1 -0
  48. package/dist/infrastructure/ai/registries.js +14 -0
  49. package/dist/infrastructure/ai/registries.js.map +1 -0
  50. package/dist/infrastructure/auth/GitHubOAuth.d.ts +2 -0
  51. package/dist/infrastructure/auth/GitHubOAuth.d.ts.map +1 -0
  52. package/dist/infrastructure/auth/GitHubOAuth.js +3 -0
  53. package/dist/infrastructure/auth/GitHubOAuth.js.map +1 -0
  54. package/dist/infrastructure/auth/middleware.d.ts +2 -0
  55. package/dist/infrastructure/auth/middleware.d.ts.map +1 -0
  56. package/dist/infrastructure/auth/middleware.js +3 -0
  57. package/dist/infrastructure/auth/middleware.js.map +1 -0
  58. package/dist/infrastructure/auth/signing.d.ts +3 -0
  59. package/dist/infrastructure/auth/signing.d.ts.map +1 -0
  60. package/dist/infrastructure/auth/signing.js +3 -0
  61. package/dist/infrastructure/auth/signing.js.map +1 -0
  62. package/dist/infrastructure/config/agents.d.ts +6 -0
  63. package/dist/infrastructure/config/agents.d.ts.map +1 -0
  64. package/dist/infrastructure/config/agents.js +100 -0
  65. package/dist/infrastructure/config/agents.js.map +1 -0
  66. package/dist/infrastructure/config/auth.d.ts +13 -0
  67. package/dist/infrastructure/config/auth.d.ts.map +1 -0
  68. package/dist/infrastructure/config/auth.js +80 -0
  69. package/dist/infrastructure/config/auth.js.map +1 -0
  70. package/dist/infrastructure/config/cors.d.ts +2 -0
  71. package/dist/infrastructure/config/cors.d.ts.map +1 -0
  72. package/dist/infrastructure/config/cors.js +3 -0
  73. package/dist/infrastructure/config/cors.js.map +1 -0
  74. package/dist/infrastructure/config/datadog.d.ts +6 -0
  75. package/dist/infrastructure/config/datadog.d.ts.map +1 -0
  76. package/dist/infrastructure/config/datadog.js +22 -0
  77. package/dist/infrastructure/config/datadog.js.map +1 -0
  78. package/dist/infrastructure/config/documents.d.ts +5 -0
  79. package/dist/infrastructure/config/documents.d.ts.map +1 -0
  80. package/dist/infrastructure/config/documents.js +36 -0
  81. package/dist/infrastructure/config/documents.js.map +1 -0
  82. package/dist/infrastructure/config/email.d.ts +5 -0
  83. package/dist/infrastructure/config/email.d.ts.map +1 -0
  84. package/dist/infrastructure/config/email.js +12 -0
  85. package/dist/infrastructure/config/email.js.map +1 -0
  86. package/dist/infrastructure/config/environments.d.ts +5 -0
  87. package/dist/infrastructure/config/environments.d.ts.map +1 -0
  88. package/dist/infrastructure/config/environments.js +15 -0
  89. package/dist/infrastructure/config/environments.js.map +1 -0
  90. package/dist/infrastructure/config/execution.d.ts +5 -0
  91. package/dist/infrastructure/config/execution.d.ts.map +1 -0
  92. package/dist/infrastructure/config/execution.js +21 -0
  93. package/dist/infrastructure/config/execution.js.map +1 -0
  94. package/dist/infrastructure/config/fragmentLibrary.d.ts +5 -0
  95. package/dist/infrastructure/config/fragmentLibrary.d.ts.map +1 -0
  96. package/dist/infrastructure/config/fragmentLibrary.js +7 -0
  97. package/dist/infrastructure/config/fragmentLibrary.js.map +1 -0
  98. package/dist/infrastructure/config/github.d.ts +5 -0
  99. package/dist/infrastructure/config/github.d.ts.map +1 -0
  100. package/dist/infrastructure/config/github.js +25 -0
  101. package/dist/infrastructure/config/github.js.map +1 -0
  102. package/dist/infrastructure/config/index.d.ts +20 -0
  103. package/dist/infrastructure/config/index.d.ts.map +1 -0
  104. package/dist/infrastructure/config/index.js +52 -0
  105. package/dist/infrastructure/config/index.js.map +1 -0
  106. package/dist/infrastructure/config/langfuse.d.ts +10 -0
  107. package/dist/infrastructure/config/langfuse.d.ts.map +1 -0
  108. package/dist/infrastructure/config/langfuse.js +17 -0
  109. package/dist/infrastructure/config/langfuse.js.map +1 -0
  110. package/dist/infrastructure/config/observability.d.ts +10 -0
  111. package/dist/infrastructure/config/observability.d.ts.map +1 -0
  112. package/dist/infrastructure/config/observability.js +11 -0
  113. package/dist/infrastructure/config/observability.js.map +1 -0
  114. package/dist/infrastructure/config/retention.d.ts +5 -0
  115. package/dist/infrastructure/config/retention.d.ts.map +1 -0
  116. package/dist/infrastructure/config/retention.js +15 -0
  117. package/dist/infrastructure/config/retention.js.map +1 -0
  118. package/dist/infrastructure/config/runners.d.ts +5 -0
  119. package/dist/infrastructure/config/runners.d.ts.map +1 -0
  120. package/dist/infrastructure/config/runners.js +13 -0
  121. package/dist/infrastructure/config/runners.js.map +1 -0
  122. package/dist/infrastructure/config/slack.d.ts +5 -0
  123. package/dist/infrastructure/config/slack.d.ts.map +1 -0
  124. package/dist/infrastructure/config/slack.js +17 -0
  125. package/dist/infrastructure/config/slack.js.map +1 -0
  126. package/dist/infrastructure/config/spending.d.ts +4 -0
  127. package/dist/infrastructure/config/spending.d.ts.map +1 -0
  128. package/dist/infrastructure/config/spending.js +36 -0
  129. package/dist/infrastructure/config/spending.js.map +1 -0
  130. package/dist/infrastructure/config/tasks.d.ts +5 -0
  131. package/dist/infrastructure/config/tasks.d.ts.map +1 -0
  132. package/dist/infrastructure/config/tasks.js +31 -0
  133. package/dist/infrastructure/config/tasks.js.map +1 -0
  134. package/dist/infrastructure/config/utils.d.ts +6 -0
  135. package/dist/infrastructure/config/utils.d.ts.map +1 -0
  136. package/dist/infrastructure/config/utils.js +24 -0
  137. package/dist/infrastructure/config/utils.js.map +1 -0
  138. package/dist/infrastructure/container.d.ts +8 -0
  139. package/dist/infrastructure/container.d.ts.map +1 -0
  140. package/dist/infrastructure/container.js +1157 -0
  141. package/dist/infrastructure/container.js.map +1 -0
  142. package/dist/infrastructure/containers/CloudflareContainerTransport.d.ts +22 -0
  143. package/dist/infrastructure/containers/CloudflareContainerTransport.d.ts.map +1 -0
  144. package/dist/infrastructure/containers/CloudflareContainerTransport.js +129 -0
  145. package/dist/infrastructure/containers/CloudflareContainerTransport.js.map +1 -0
  146. package/dist/infrastructure/containers/ContainerInstanceRegistry.d.ts +62 -0
  147. package/dist/infrastructure/containers/ContainerInstanceRegistry.d.ts.map +1 -0
  148. package/dist/infrastructure/containers/ContainerInstanceRegistry.js +74 -0
  149. package/dist/infrastructure/containers/ContainerInstanceRegistry.js.map +1 -0
  150. package/dist/infrastructure/containers/ContainerSessionService.d.ts +2 -0
  151. package/dist/infrastructure/containers/ContainerSessionService.d.ts.map +1 -0
  152. package/dist/infrastructure/containers/ContainerSessionService.js +3 -0
  153. package/dist/infrastructure/containers/ContainerSessionService.js.map +1 -0
  154. package/dist/infrastructure/containers/ExecutionContainer.d.ts +48 -0
  155. package/dist/infrastructure/containers/ExecutionContainer.d.ts.map +1 -0
  156. package/dist/infrastructure/containers/ExecutionContainer.js +88 -0
  157. package/dist/infrastructure/containers/ExecutionContainer.js.map +1 -0
  158. package/dist/infrastructure/documents/ConfluenceProvider.d.ts +29 -0
  159. package/dist/infrastructure/documents/ConfluenceProvider.d.ts.map +1 -0
  160. package/dist/infrastructure/documents/ConfluenceProvider.js +179 -0
  161. package/dist/infrastructure/documents/ConfluenceProvider.js.map +1 -0
  162. package/dist/infrastructure/documents/GitHubDocsProvider.d.ts +42 -0
  163. package/dist/infrastructure/documents/GitHubDocsProvider.d.ts.map +1 -0
  164. package/dist/infrastructure/documents/GitHubDocsProvider.js +85 -0
  165. package/dist/infrastructure/documents/GitHubDocsProvider.js.map +1 -0
  166. package/dist/infrastructure/documents/NotionProvider.d.ts +32 -0
  167. package/dist/infrastructure/documents/NotionProvider.d.ts.map +1 -0
  168. package/dist/infrastructure/documents/NotionProvider.js +220 -0
  169. package/dist/infrastructure/documents/NotionProvider.js.map +1 -0
  170. package/dist/infrastructure/durable-objects/WorkspaceEventsHub.d.ts +20 -0
  171. package/dist/infrastructure/durable-objects/WorkspaceEventsHub.d.ts.map +1 -0
  172. package/dist/infrastructure/durable-objects/WorkspaceEventsHub.js +62 -0
  173. package/dist/infrastructure/durable-objects/WorkspaceEventsHub.js.map +1 -0
  174. package/dist/infrastructure/env.d.ts +370 -0
  175. package/dist/infrastructure/env.d.ts.map +1 -0
  176. package/dist/infrastructure/env.js +2 -0
  177. package/dist/infrastructure/env.js.map +1 -0
  178. package/dist/infrastructure/environments/HttpEnvironmentProvider.d.ts +27 -0
  179. package/dist/infrastructure/environments/HttpEnvironmentProvider.d.ts.map +1 -0
  180. package/dist/infrastructure/environments/HttpEnvironmentProvider.js +314 -0
  181. package/dist/infrastructure/environments/HttpEnvironmentProvider.js.map +1 -0
  182. package/dist/infrastructure/environments/WebCryptoSecretCipher.d.ts +2 -0
  183. package/dist/infrastructure/environments/WebCryptoSecretCipher.d.ts.map +1 -0
  184. package/dist/infrastructure/environments/WebCryptoSecretCipher.js +5 -0
  185. package/dist/infrastructure/environments/WebCryptoSecretCipher.js.map +1 -0
  186. package/dist/infrastructure/environments/sweep.d.ts +5 -0
  187. package/dist/infrastructure/environments/sweep.d.ts.map +1 -0
  188. package/dist/infrastructure/environments/sweep.js +16 -0
  189. package/dist/infrastructure/environments/sweep.js.map +1 -0
  190. package/dist/infrastructure/events/DurableObjectEventPublisher.d.ts +25 -0
  191. package/dist/infrastructure/events/DurableObjectEventPublisher.d.ts.map +1 -0
  192. package/dist/infrastructure/events/DurableObjectEventPublisher.js +64 -0
  193. package/dist/infrastructure/events/DurableObjectEventPublisher.js.map +1 -0
  194. package/dist/infrastructure/events/InAppNotificationChannel.d.ts +19 -0
  195. package/dist/infrastructure/events/InAppNotificationChannel.d.ts.map +1 -0
  196. package/dist/infrastructure/events/InAppNotificationChannel.js +22 -0
  197. package/dist/infrastructure/events/InAppNotificationChannel.js.map +1 -0
  198. package/dist/infrastructure/gateways/DoRealtimeGateway.d.ts +15 -0
  199. package/dist/infrastructure/gateways/DoRealtimeGateway.d.ts.map +1 -0
  200. package/dist/infrastructure/gateways/DoRealtimeGateway.js +20 -0
  201. package/dist/infrastructure/gateways/DoRealtimeGateway.js.map +1 -0
  202. package/dist/infrastructure/gateways/GitHubGateways.d.ts +27 -0
  203. package/dist/infrastructure/gateways/GitHubGateways.d.ts.map +1 -0
  204. package/dist/infrastructure/gateways/GitHubGateways.js +48 -0
  205. package/dist/infrastructure/gateways/GitHubGateways.js.map +1 -0
  206. package/dist/infrastructure/github/FetchGitHubClient.d.ts +2 -0
  207. package/dist/infrastructure/github/FetchGitHubClient.d.ts.map +1 -0
  208. package/dist/infrastructure/github/FetchGitHubClient.js +4 -0
  209. package/dist/infrastructure/github/FetchGitHubClient.js.map +1 -0
  210. package/dist/infrastructure/github/FetchGitHubProvisioningClient.d.ts +2 -0
  211. package/dist/infrastructure/github/FetchGitHubProvisioningClient.d.ts.map +1 -0
  212. package/dist/infrastructure/github/FetchGitHubProvisioningClient.js +5 -0
  213. package/dist/infrastructure/github/FetchGitHubProvisioningClient.js.map +1 -0
  214. package/dist/infrastructure/github/GitHubAppAuth.d.ts +2 -0
  215. package/dist/infrastructure/github/GitHubAppAuth.d.ts.map +1 -0
  216. package/dist/infrastructure/github/GitHubAppAuth.js +5 -0
  217. package/dist/infrastructure/github/GitHubAppAuth.js.map +1 -0
  218. package/dist/infrastructure/github/GitHubAppRegistry.d.ts +2 -0
  219. package/dist/infrastructure/github/GitHubAppRegistry.d.ts.map +1 -0
  220. package/dist/infrastructure/github/GitHubAppRegistry.js +4 -0
  221. package/dist/infrastructure/github/GitHubAppRegistry.js.map +1 -0
  222. package/dist/infrastructure/github/GitHubCiStatusProvider.d.ts +2 -0
  223. package/dist/infrastructure/github/GitHubCiStatusProvider.d.ts.map +1 -0
  224. package/dist/infrastructure/github/GitHubCiStatusProvider.js +4 -0
  225. package/dist/infrastructure/github/GitHubCiStatusProvider.js.map +1 -0
  226. package/dist/infrastructure/github/GitHubMergeabilityProvider.d.ts +2 -0
  227. package/dist/infrastructure/github/GitHubMergeabilityProvider.d.ts.map +1 -0
  228. package/dist/infrastructure/github/GitHubMergeabilityProvider.js +4 -0
  229. package/dist/infrastructure/github/GitHubMergeabilityProvider.js.map +1 -0
  230. package/dist/infrastructure/github/GitHubPullRequestMerger.d.ts +2 -0
  231. package/dist/infrastructure/github/GitHubPullRequestMerger.d.ts.map +1 -0
  232. package/dist/infrastructure/github/GitHubPullRequestMerger.js +4 -0
  233. package/dist/infrastructure/github/GitHubPullRequestMerger.js.map +1 -0
  234. package/dist/infrastructure/github/WebCryptoWebhookVerifier.d.ts +2 -0
  235. package/dist/infrastructure/github/WebCryptoWebhookVerifier.d.ts.map +1 -0
  236. package/dist/infrastructure/github/WebCryptoWebhookVerifier.js +5 -0
  237. package/dist/infrastructure/github/WebCryptoWebhookVerifier.js.map +1 -0
  238. package/dist/infrastructure/github/encoding.d.ts +2 -0
  239. package/dist/infrastructure/github/encoding.d.ts.map +1 -0
  240. package/dist/infrastructure/github/encoding.js +3 -0
  241. package/dist/infrastructure/github/encoding.js.map +1 -0
  242. package/dist/infrastructure/github/state.d.ts +2 -0
  243. package/dist/infrastructure/github/state.d.ts.map +1 -0
  244. package/dist/infrastructure/github/state.js +3 -0
  245. package/dist/infrastructure/github/state.js.map +1 -0
  246. package/dist/infrastructure/github/sync-consumer.d.ts +16 -0
  247. package/dist/infrastructure/github/sync-consumer.d.ts.map +1 -0
  248. package/dist/infrastructure/github/sync-consumer.js +130 -0
  249. package/dist/infrastructure/github/sync-consumer.js.map +1 -0
  250. package/dist/infrastructure/http/errorHandler.d.ts +2 -0
  251. package/dist/infrastructure/http/errorHandler.d.ts.map +1 -0
  252. package/dist/infrastructure/http/errorHandler.js +3 -0
  253. package/dist/infrastructure/http/errorHandler.js.map +1 -0
  254. package/dist/infrastructure/http/params.d.ts +2 -0
  255. package/dist/infrastructure/http/params.d.ts.map +1 -0
  256. package/dist/infrastructure/http/params.js +3 -0
  257. package/dist/infrastructure/http/params.js.map +1 -0
  258. package/dist/infrastructure/http/types.d.ts +12 -0
  259. package/dist/infrastructure/http/types.d.ts.map +1 -0
  260. package/dist/infrastructure/http/types.js +2 -0
  261. package/dist/infrastructure/http/types.js.map +1 -0
  262. package/dist/infrastructure/http/validation.d.ts +2 -0
  263. package/dist/infrastructure/http/validation.d.ts.map +1 -0
  264. package/dist/infrastructure/http/validation.js +3 -0
  265. package/dist/infrastructure/http/validation.js.map +1 -0
  266. package/dist/infrastructure/observability/logger.d.ts +3 -0
  267. package/dist/infrastructure/observability/logger.d.ts.map +1 -0
  268. package/dist/infrastructure/observability/logger.js +4 -0
  269. package/dist/infrastructure/observability/logger.js.map +1 -0
  270. package/dist/infrastructure/repositories/D1AccountInvitationRepository.d.ts +15 -0
  271. package/dist/infrastructure/repositories/D1AccountInvitationRepository.d.ts.map +1 -0
  272. package/dist/infrastructure/repositories/D1AccountInvitationRepository.js +63 -0
  273. package/dist/infrastructure/repositories/D1AccountInvitationRepository.js.map +1 -0
  274. package/dist/infrastructure/repositories/D1AccountRepository.d.ts +15 -0
  275. package/dist/infrastructure/repositories/D1AccountRepository.d.ts.map +1 -0
  276. package/dist/infrastructure/repositories/D1AccountRepository.js +52 -0
  277. package/dist/infrastructure/repositories/D1AccountRepository.js.map +1 -0
  278. package/dist/infrastructure/repositories/D1AgentRunRepository.d.ts +18 -0
  279. package/dist/infrastructure/repositories/D1AgentRunRepository.d.ts.map +1 -0
  280. package/dist/infrastructure/repositories/D1AgentRunRepository.js +34 -0
  281. package/dist/infrastructure/repositories/D1AgentRunRepository.js.map +1 -0
  282. package/dist/infrastructure/repositories/D1BlockRepository.d.ts +23 -0
  283. package/dist/infrastructure/repositories/D1BlockRepository.d.ts.map +1 -0
  284. package/dist/infrastructure/repositories/D1BlockRepository.js +101 -0
  285. package/dist/infrastructure/repositories/D1BlockRepository.js.map +1 -0
  286. package/dist/infrastructure/repositories/D1BootstrapJobRepository.d.ts +16 -0
  287. package/dist/infrastructure/repositories/D1BootstrapJobRepository.d.ts.map +1 -0
  288. package/dist/infrastructure/repositories/D1BootstrapJobRepository.js +209 -0
  289. package/dist/infrastructure/repositories/D1BootstrapJobRepository.js.map +1 -0
  290. package/dist/infrastructure/repositories/D1BranchProjectionRepository.d.ts +12 -0
  291. package/dist/infrastructure/repositories/D1BranchProjectionRepository.d.ts.map +1 -0
  292. package/dist/infrastructure/repositories/D1BranchProjectionRepository.js +29 -0
  293. package/dist/infrastructure/repositories/D1BranchProjectionRepository.js.map +1 -0
  294. package/dist/infrastructure/repositories/D1CheckRunProjectionRepository.d.ts +12 -0
  295. package/dist/infrastructure/repositories/D1CheckRunProjectionRepository.d.ts.map +1 -0
  296. package/dist/infrastructure/repositories/D1CheckRunProjectionRepository.js +29 -0
  297. package/dist/infrastructure/repositories/D1CheckRunProjectionRepository.js.map +1 -0
  298. package/dist/infrastructure/repositories/D1ClarityReviewRepository.d.ts +19 -0
  299. package/dist/infrastructure/repositories/D1ClarityReviewRepository.d.ts.map +1 -0
  300. package/dist/infrastructure/repositories/D1ClarityReviewRepository.js +75 -0
  301. package/dist/infrastructure/repositories/D1ClarityReviewRepository.js.map +1 -0
  302. package/dist/infrastructure/repositories/D1CommitProjectionRepository.d.ts +13 -0
  303. package/dist/infrastructure/repositories/D1CommitProjectionRepository.d.ts.map +1 -0
  304. package/dist/infrastructure/repositories/D1CommitProjectionRepository.js +48 -0
  305. package/dist/infrastructure/repositories/D1CommitProjectionRepository.js.map +1 -0
  306. package/dist/infrastructure/repositories/D1ConsensusSessionRepository.d.ts +19 -0
  307. package/dist/infrastructure/repositories/D1ConsensusSessionRepository.d.ts.map +1 -0
  308. package/dist/infrastructure/repositories/D1ConsensusSessionRepository.js +88 -0
  309. package/dist/infrastructure/repositories/D1ConsensusSessionRepository.js.map +1 -0
  310. package/dist/infrastructure/repositories/D1DatadogConnectionRepository.d.ts +17 -0
  311. package/dist/infrastructure/repositories/D1DatadogConnectionRepository.d.ts.map +1 -0
  312. package/dist/infrastructure/repositories/D1DatadogConnectionRepository.js +47 -0
  313. package/dist/infrastructure/repositories/D1DatadogConnectionRepository.js.map +1 -0
  314. package/dist/infrastructure/repositories/D1DocumentConnectionRepository.d.ts +27 -0
  315. package/dist/infrastructure/repositories/D1DocumentConnectionRepository.d.ts.map +1 -0
  316. package/dist/infrastructure/repositories/D1DocumentConnectionRepository.js +89 -0
  317. package/dist/infrastructure/repositories/D1DocumentConnectionRepository.js.map +1 -0
  318. package/dist/infrastructure/repositories/D1DocumentRepository.d.ts +15 -0
  319. package/dist/infrastructure/repositories/D1DocumentRepository.d.ts.map +1 -0
  320. package/dist/infrastructure/repositories/D1DocumentRepository.js +66 -0
  321. package/dist/infrastructure/repositories/D1DocumentRepository.js.map +1 -0
  322. package/dist/infrastructure/repositories/D1EmailConnectionRepository.d.ts +13 -0
  323. package/dist/infrastructure/repositories/D1EmailConnectionRepository.d.ts.map +1 -0
  324. package/dist/infrastructure/repositories/D1EmailConnectionRepository.js +46 -0
  325. package/dist/infrastructure/repositories/D1EmailConnectionRepository.js.map +1 -0
  326. package/dist/infrastructure/repositories/D1EnvironmentConnectionRepository.d.ts +13 -0
  327. package/dist/infrastructure/repositories/D1EnvironmentConnectionRepository.d.ts.map +1 -0
  328. package/dist/infrastructure/repositories/D1EnvironmentConnectionRepository.js +48 -0
  329. package/dist/infrastructure/repositories/D1EnvironmentConnectionRepository.js.map +1 -0
  330. package/dist/infrastructure/repositories/D1EnvironmentRegistryRepository.d.ts +17 -0
  331. package/dist/infrastructure/repositories/D1EnvironmentRegistryRepository.d.ts.map +1 -0
  332. package/dist/infrastructure/repositories/D1EnvironmentRegistryRepository.js +95 -0
  333. package/dist/infrastructure/repositories/D1EnvironmentRegistryRepository.js.map +1 -0
  334. package/dist/infrastructure/repositories/D1ExecutionRepository.d.ts +28 -0
  335. package/dist/infrastructure/repositories/D1ExecutionRepository.d.ts.map +1 -0
  336. package/dist/infrastructure/repositories/D1ExecutionRepository.js +113 -0
  337. package/dist/infrastructure/repositories/D1ExecutionRepository.js.map +1 -0
  338. package/dist/infrastructure/repositories/D1FragmentSourceRepository.d.ts +15 -0
  339. package/dist/infrastructure/repositories/D1FragmentSourceRepository.d.ts.map +1 -0
  340. package/dist/infrastructure/repositories/D1FragmentSourceRepository.js +66 -0
  341. package/dist/infrastructure/repositories/D1FragmentSourceRepository.js.map +1 -0
  342. package/dist/infrastructure/repositories/D1GitHubInstallationRepository.d.ts +17 -0
  343. package/dist/infrastructure/repositories/D1GitHubInstallationRepository.d.ts.map +1 -0
  344. package/dist/infrastructure/repositories/D1GitHubInstallationRepository.js +79 -0
  345. package/dist/infrastructure/repositories/D1GitHubInstallationRepository.js.map +1 -0
  346. package/dist/infrastructure/repositories/D1IssueProjectionRepository.d.ts +13 -0
  347. package/dist/infrastructure/repositories/D1IssueProjectionRepository.d.ts.map +1 -0
  348. package/dist/infrastructure/repositories/D1IssueProjectionRepository.js +36 -0
  349. package/dist/infrastructure/repositories/D1IssueProjectionRepository.js.map +1 -0
  350. package/dist/infrastructure/repositories/D1LiveContainerRepository.d.ts +17 -0
  351. package/dist/infrastructure/repositories/D1LiveContainerRepository.d.ts.map +1 -0
  352. package/dist/infrastructure/repositories/D1LiveContainerRepository.js +40 -0
  353. package/dist/infrastructure/repositories/D1LiveContainerRepository.js.map +1 -0
  354. package/dist/infrastructure/repositories/D1LlmCallMetricRepository.d.ts +15 -0
  355. package/dist/infrastructure/repositories/D1LlmCallMetricRepository.d.ts.map +1 -0
  356. package/dist/infrastructure/repositories/D1LlmCallMetricRepository.js +123 -0
  357. package/dist/infrastructure/repositories/D1LlmCallMetricRepository.js.map +1 -0
  358. package/dist/infrastructure/repositories/D1LocalModelEndpointRepository.d.ts +15 -0
  359. package/dist/infrastructure/repositories/D1LocalModelEndpointRepository.d.ts.map +1 -0
  360. package/dist/infrastructure/repositories/D1LocalModelEndpointRepository.js +63 -0
  361. package/dist/infrastructure/repositories/D1LocalModelEndpointRepository.js.map +1 -0
  362. package/dist/infrastructure/repositories/D1MembershipRepository.d.ts +15 -0
  363. package/dist/infrastructure/repositories/D1MembershipRepository.d.ts.map +1 -0
  364. package/dist/infrastructure/repositories/D1MembershipRepository.js +58 -0
  365. package/dist/infrastructure/repositories/D1MembershipRepository.js.map +1 -0
  366. package/dist/infrastructure/repositories/D1MergePresetRepository.d.ts +21 -0
  367. package/dist/infrastructure/repositories/D1MergePresetRepository.d.ts.map +1 -0
  368. package/dist/infrastructure/repositories/D1MergePresetRepository.js +88 -0
  369. package/dist/infrastructure/repositories/D1MergePresetRepository.js.map +1 -0
  370. package/dist/infrastructure/repositories/D1ModelDefaultsRepository.d.ts +18 -0
  371. package/dist/infrastructure/repositories/D1ModelDefaultsRepository.d.ts.map +1 -0
  372. package/dist/infrastructure/repositories/D1ModelDefaultsRepository.js +47 -0
  373. package/dist/infrastructure/repositories/D1ModelDefaultsRepository.js.map +1 -0
  374. package/dist/infrastructure/repositories/D1NotificationRepository.d.ts +20 -0
  375. package/dist/infrastructure/repositories/D1NotificationRepository.d.ts.map +1 -0
  376. package/dist/infrastructure/repositories/D1NotificationRepository.js +81 -0
  377. package/dist/infrastructure/repositories/D1NotificationRepository.js.map +1 -0
  378. package/dist/infrastructure/repositories/D1PersonalSubscriptionRepository.d.ts +28 -0
  379. package/dist/infrastructure/repositories/D1PersonalSubscriptionRepository.d.ts.map +1 -0
  380. package/dist/infrastructure/repositories/D1PersonalSubscriptionRepository.js +142 -0
  381. package/dist/infrastructure/repositories/D1PersonalSubscriptionRepository.js.map +1 -0
  382. package/dist/infrastructure/repositories/D1PipelineRepository.d.ts +15 -0
  383. package/dist/infrastructure/repositories/D1PipelineRepository.d.ts.map +1 -0
  384. package/dist/infrastructure/repositories/D1PipelineRepository.js +46 -0
  385. package/dist/infrastructure/repositories/D1PipelineRepository.js.map +1 -0
  386. package/dist/infrastructure/repositories/D1PipelineScheduleRepository.d.ts +26 -0
  387. package/dist/infrastructure/repositories/D1PipelineScheduleRepository.d.ts.map +1 -0
  388. package/dist/infrastructure/repositories/D1PipelineScheduleRepository.js +192 -0
  389. package/dist/infrastructure/repositories/D1PipelineScheduleRepository.js.map +1 -0
  390. package/dist/infrastructure/repositories/D1PromptFragmentRepository.d.ts +15 -0
  391. package/dist/infrastructure/repositories/D1PromptFragmentRepository.d.ts.map +1 -0
  392. package/dist/infrastructure/repositories/D1PromptFragmentRepository.js +90 -0
  393. package/dist/infrastructure/repositories/D1PromptFragmentRepository.js.map +1 -0
  394. package/dist/infrastructure/repositories/D1ProviderApiKeyRepository.d.ts +21 -0
  395. package/dist/infrastructure/repositories/D1ProviderApiKeyRepository.d.ts.map +1 -0
  396. package/dist/infrastructure/repositories/D1ProviderApiKeyRepository.js +108 -0
  397. package/dist/infrastructure/repositories/D1ProviderApiKeyRepository.js.map +1 -0
  398. package/dist/infrastructure/repositories/D1ProviderSubscriptionTokenRepository.d.ts +19 -0
  399. package/dist/infrastructure/repositories/D1ProviderSubscriptionTokenRepository.d.ts.map +1 -0
  400. package/dist/infrastructure/repositories/D1ProviderSubscriptionTokenRepository.js +78 -0
  401. package/dist/infrastructure/repositories/D1ProviderSubscriptionTokenRepository.js.map +1 -0
  402. package/dist/infrastructure/repositories/D1PullRequestProjectionRepository.d.ts +13 -0
  403. package/dist/infrastructure/repositories/D1PullRequestProjectionRepository.d.ts.map +1 -0
  404. package/dist/infrastructure/repositories/D1PullRequestProjectionRepository.js +32 -0
  405. package/dist/infrastructure/repositories/D1PullRequestProjectionRepository.js.map +1 -0
  406. package/dist/infrastructure/repositories/D1RateLimitRepository.d.ts +18 -0
  407. package/dist/infrastructure/repositories/D1RateLimitRepository.d.ts.map +1 -0
  408. package/dist/infrastructure/repositories/D1RateLimitRepository.js +30 -0
  409. package/dist/infrastructure/repositories/D1RateLimitRepository.js.map +1 -0
  410. package/dist/infrastructure/repositories/D1ReferenceArchitectureRepository.d.ts +15 -0
  411. package/dist/infrastructure/repositories/D1ReferenceArchitectureRepository.d.ts.map +1 -0
  412. package/dist/infrastructure/repositories/D1ReferenceArchitectureRepository.js +77 -0
  413. package/dist/infrastructure/repositories/D1ReferenceArchitectureRepository.js.map +1 -0
  414. package/dist/infrastructure/repositories/D1ReleaseHealthConfigRepository.d.ts +17 -0
  415. package/dist/infrastructure/repositories/D1ReleaseHealthConfigRepository.d.ts.map +1 -0
  416. package/dist/infrastructure/repositories/D1ReleaseHealthConfigRepository.js +64 -0
  417. package/dist/infrastructure/repositories/D1ReleaseHealthConfigRepository.js.map +1 -0
  418. package/dist/infrastructure/repositories/D1RepoBlueprintRepository.d.ts +20 -0
  419. package/dist/infrastructure/repositories/D1RepoBlueprintRepository.d.ts.map +1 -0
  420. package/dist/infrastructure/repositories/D1RepoBlueprintRepository.js +64 -0
  421. package/dist/infrastructure/repositories/D1RepoBlueprintRepository.js.map +1 -0
  422. package/dist/infrastructure/repositories/D1RepoProjectionRepository.d.ts +20 -0
  423. package/dist/infrastructure/repositories/D1RepoProjectionRepository.d.ts.map +1 -0
  424. package/dist/infrastructure/repositories/D1RepoProjectionRepository.js +121 -0
  425. package/dist/infrastructure/repositories/D1RepoProjectionRepository.js.map +1 -0
  426. package/dist/infrastructure/repositories/D1RequirementReviewRepository.d.ts +20 -0
  427. package/dist/infrastructure/repositories/D1RequirementReviewRepository.d.ts.map +1 -0
  428. package/dist/infrastructure/repositories/D1RequirementReviewRepository.js +76 -0
  429. package/dist/infrastructure/repositories/D1RequirementReviewRepository.js.map +1 -0
  430. package/dist/infrastructure/repositories/D1RunnerPoolConnectionRepository.d.ts +13 -0
  431. package/dist/infrastructure/repositories/D1RunnerPoolConnectionRepository.d.ts.map +1 -0
  432. package/dist/infrastructure/repositories/D1RunnerPoolConnectionRepository.js +48 -0
  433. package/dist/infrastructure/repositories/D1RunnerPoolConnectionRepository.js.map +1 -0
  434. package/dist/infrastructure/repositories/D1ServiceFragmentDefaultsRepository.d.ts +16 -0
  435. package/dist/infrastructure/repositories/D1ServiceFragmentDefaultsRepository.d.ts.map +1 -0
  436. package/dist/infrastructure/repositories/D1ServiceFragmentDefaultsRepository.js +27 -0
  437. package/dist/infrastructure/repositories/D1ServiceFragmentDefaultsRepository.js.map +1 -0
  438. package/dist/infrastructure/repositories/D1ServiceRepository.d.ts +19 -0
  439. package/dist/infrastructure/repositories/D1ServiceRepository.d.ts.map +1 -0
  440. package/dist/infrastructure/repositories/D1ServiceRepository.js +114 -0
  441. package/dist/infrastructure/repositories/D1ServiceRepository.js.map +1 -0
  442. package/dist/infrastructure/repositories/D1SlackRepositories.d.ts +29 -0
  443. package/dist/infrastructure/repositories/D1SlackRepositories.d.ts.map +1 -0
  444. package/dist/infrastructure/repositories/D1SlackRepositories.js +119 -0
  445. package/dist/infrastructure/repositories/D1SlackRepositories.js.map +1 -0
  446. package/dist/infrastructure/repositories/D1TaskConnectionRepository.d.ts +27 -0
  447. package/dist/infrastructure/repositories/D1TaskConnectionRepository.d.ts.map +1 -0
  448. package/dist/infrastructure/repositories/D1TaskConnectionRepository.js +89 -0
  449. package/dist/infrastructure/repositories/D1TaskConnectionRepository.js.map +1 -0
  450. package/dist/infrastructure/repositories/D1TaskRepository.d.ts +15 -0
  451. package/dist/infrastructure/repositories/D1TaskRepository.d.ts.map +1 -0
  452. package/dist/infrastructure/repositories/D1TaskRepository.js +90 -0
  453. package/dist/infrastructure/repositories/D1TaskRepository.js.map +1 -0
  454. package/dist/infrastructure/repositories/D1TokenUsageRepository.d.ts +13 -0
  455. package/dist/infrastructure/repositories/D1TokenUsageRepository.d.ts.map +1 -0
  456. package/dist/infrastructure/repositories/D1TokenUsageRepository.js +41 -0
  457. package/dist/infrastructure/repositories/D1TokenUsageRepository.js.map +1 -0
  458. package/dist/infrastructure/repositories/D1TrackerSettingsRepository.d.ts +12 -0
  459. package/dist/infrastructure/repositories/D1TrackerSettingsRepository.d.ts.map +1 -0
  460. package/dist/infrastructure/repositories/D1TrackerSettingsRepository.js +32 -0
  461. package/dist/infrastructure/repositories/D1TrackerSettingsRepository.js.map +1 -0
  462. package/dist/infrastructure/repositories/D1UserRepository.d.ts +19 -0
  463. package/dist/infrastructure/repositories/D1UserRepository.d.ts.map +1 -0
  464. package/dist/infrastructure/repositories/D1UserRepository.js +108 -0
  465. package/dist/infrastructure/repositories/D1UserRepository.js.map +1 -0
  466. package/dist/infrastructure/repositories/D1WorkspaceMountRepository.d.ts +19 -0
  467. package/dist/infrastructure/repositories/D1WorkspaceMountRepository.d.ts.map +1 -0
  468. package/dist/infrastructure/repositories/D1WorkspaceMountRepository.js +115 -0
  469. package/dist/infrastructure/repositories/D1WorkspaceMountRepository.js.map +1 -0
  470. package/dist/infrastructure/repositories/D1WorkspaceRepository.d.ts +18 -0
  471. package/dist/infrastructure/repositories/D1WorkspaceRepository.d.ts.map +1 -0
  472. package/dist/infrastructure/repositories/D1WorkspaceRepository.js +77 -0
  473. package/dist/infrastructure/repositories/D1WorkspaceRepository.js.map +1 -0
  474. package/dist/infrastructure/repositories/D1WorkspaceSettingsRepository.d.ts +17 -0
  475. package/dist/infrastructure/repositories/D1WorkspaceSettingsRepository.d.ts.map +1 -0
  476. package/dist/infrastructure/repositories/D1WorkspaceSettingsRepository.js +50 -0
  477. package/dist/infrastructure/repositories/D1WorkspaceSettingsRepository.js.map +1 -0
  478. package/dist/infrastructure/repositories/chunk.d.ts +11 -0
  479. package/dist/infrastructure/repositories/chunk.d.ts.map +1 -0
  480. package/dist/infrastructure/repositories/chunk.js +17 -0
  481. package/dist/infrastructure/repositories/chunk.js.map +1 -0
  482. package/dist/infrastructure/repositories/github-mappers/branch.d.ts +11 -0
  483. package/dist/infrastructure/repositories/github-mappers/branch.d.ts.map +1 -0
  484. package/dist/infrastructure/repositories/github-mappers/branch.js +22 -0
  485. package/dist/infrastructure/repositories/github-mappers/branch.js.map +1 -0
  486. package/dist/infrastructure/repositories/github-mappers/check-run.d.ts +13 -0
  487. package/dist/infrastructure/repositories/github-mappers/check-run.d.ts.map +1 -0
  488. package/dist/infrastructure/repositories/github-mappers/check-run.js +24 -0
  489. package/dist/infrastructure/repositories/github-mappers/check-run.js.map +1 -0
  490. package/dist/infrastructure/repositories/github-mappers/commit.d.ts +12 -0
  491. package/dist/infrastructure/repositories/github-mappers/commit.d.ts.map +1 -0
  492. package/dist/infrastructure/repositories/github-mappers/commit.js +22 -0
  493. package/dist/infrastructure/repositories/github-mappers/commit.js.map +1 -0
  494. package/dist/infrastructure/repositories/github-mappers/index.d.ts +11 -0
  495. package/dist/infrastructure/repositories/github-mappers/index.d.ts.map +1 -0
  496. package/dist/infrastructure/repositories/github-mappers/index.js +14 -0
  497. package/dist/infrastructure/repositories/github-mappers/index.js.map +1 -0
  498. package/dist/infrastructure/repositories/github-mappers/installation.d.ts +16 -0
  499. package/dist/infrastructure/repositories/github-mappers/installation.d.ts.map +1 -0
  500. package/dist/infrastructure/repositories/github-mappers/installation.js +29 -0
  501. package/dist/infrastructure/repositories/github-mappers/installation.js.map +1 -0
  502. package/dist/infrastructure/repositories/github-mappers/issue.d.ts +15 -0
  503. package/dist/infrastructure/repositories/github-mappers/issue.d.ts.map +1 -0
  504. package/dist/infrastructure/repositories/github-mappers/issue.js +29 -0
  505. package/dist/infrastructure/repositories/github-mappers/issue.js.map +1 -0
  506. package/dist/infrastructure/repositories/github-mappers/pull-request.d.ts +18 -0
  507. package/dist/infrastructure/repositories/github-mappers/pull-request.d.ts.map +1 -0
  508. package/dist/infrastructure/repositories/github-mappers/pull-request.js +36 -0
  509. package/dist/infrastructure/repositories/github-mappers/pull-request.js.map +1 -0
  510. package/dist/infrastructure/repositories/github-mappers/repo.d.ts +15 -0
  511. package/dist/infrastructure/repositories/github-mappers/repo.d.ts.map +1 -0
  512. package/dist/infrastructure/repositories/github-mappers/repo.js +31 -0
  513. package/dist/infrastructure/repositories/github-mappers/repo.js.map +1 -0
  514. package/dist/infrastructure/repositories/github-mappers/serialize.d.ts +3 -0
  515. package/dist/infrastructure/repositories/github-mappers/serialize.d.ts.map +1 -0
  516. package/dist/infrastructure/repositories/github-mappers/serialize.js +4 -0
  517. package/dist/infrastructure/repositories/github-mappers/serialize.js.map +1 -0
  518. package/dist/infrastructure/repositories/github-mappers/sync-cursor.d.ts +8 -0
  519. package/dist/infrastructure/repositories/github-mappers/sync-cursor.d.ts.map +1 -0
  520. package/dist/infrastructure/repositories/github-mappers/sync-cursor.js +4 -0
  521. package/dist/infrastructure/repositories/github-mappers/sync-cursor.js.map +1 -0
  522. package/dist/infrastructure/repositories/github-mappers/upsert.d.ts +11 -0
  523. package/dist/infrastructure/repositories/github-mappers/upsert.d.ts.map +1 -0
  524. package/dist/infrastructure/repositories/github-mappers/upsert.js +18 -0
  525. package/dist/infrastructure/repositories/github-mappers/upsert.js.map +1 -0
  526. package/dist/infrastructure/repositories/mappers.d.ts +2 -0
  527. package/dist/infrastructure/repositories/mappers.d.ts.map +1 -0
  528. package/dist/infrastructure/repositories/mappers.js +4 -0
  529. package/dist/infrastructure/repositories/mappers.js.map +1 -0
  530. package/dist/infrastructure/runners/HttpRunnerPoolProvider.d.ts +2 -0
  531. package/dist/infrastructure/runners/HttpRunnerPoolProvider.d.ts.map +1 -0
  532. package/dist/infrastructure/runners/HttpRunnerPoolProvider.js +5 -0
  533. package/dist/infrastructure/runners/HttpRunnerPoolProvider.js.map +1 -0
  534. package/dist/infrastructure/runners/RunnerPoolTransport.d.ts +2 -0
  535. package/dist/infrastructure/runners/RunnerPoolTransport.d.ts.map +1 -0
  536. package/dist/infrastructure/runners/RunnerPoolTransport.js +5 -0
  537. package/dist/infrastructure/runners/RunnerPoolTransport.js.map +1 -0
  538. package/dist/infrastructure/runtime.d.ts +8 -0
  539. package/dist/infrastructure/runtime.d.ts.map +1 -0
  540. package/dist/infrastructure/runtime.js +13 -0
  541. package/dist/infrastructure/runtime.js.map +1 -0
  542. package/dist/infrastructure/tasks/GitHubIssuesProvider.d.ts +50 -0
  543. package/dist/infrastructure/tasks/GitHubIssuesProvider.d.ts.map +1 -0
  544. package/dist/infrastructure/tasks/GitHubIssuesProvider.js +91 -0
  545. package/dist/infrastructure/tasks/GitHubIssuesProvider.js.map +1 -0
  546. package/dist/infrastructure/tasks/JiraProvider.d.ts +29 -0
  547. package/dist/infrastructure/tasks/JiraProvider.d.ts.map +1 -0
  548. package/dist/infrastructure/tasks/JiraProvider.js +109 -0
  549. package/dist/infrastructure/tasks/JiraProvider.js.map +1 -0
  550. package/dist/infrastructure/workflows/BootstrapWorkflow.d.ts +21 -0
  551. package/dist/infrastructure/workflows/BootstrapWorkflow.d.ts.map +1 -0
  552. package/dist/infrastructure/workflows/BootstrapWorkflow.js +72 -0
  553. package/dist/infrastructure/workflows/BootstrapWorkflow.js.map +1 -0
  554. package/dist/infrastructure/workflows/ExecutionWorkflow.d.ts +15 -0
  555. package/dist/infrastructure/workflows/ExecutionWorkflow.d.ts.map +1 -0
  556. package/dist/infrastructure/workflows/ExecutionWorkflow.js +169 -0
  557. package/dist/infrastructure/workflows/ExecutionWorkflow.js.map +1 -0
  558. package/dist/infrastructure/workflows/GitHubBackfillWorkflow.d.ts +17 -0
  559. package/dist/infrastructure/workflows/GitHubBackfillWorkflow.d.ts.map +1 -0
  560. package/dist/infrastructure/workflows/GitHubBackfillWorkflow.js +24 -0
  561. package/dist/infrastructure/workflows/GitHubBackfillWorkflow.js.map +1 -0
  562. package/dist/infrastructure/workflows/WorkflowsBootstrapRunner.d.ts +15 -0
  563. package/dist/infrastructure/workflows/WorkflowsBootstrapRunner.d.ts.map +1 -0
  564. package/dist/infrastructure/workflows/WorkflowsBootstrapRunner.js +34 -0
  565. package/dist/infrastructure/workflows/WorkflowsBootstrapRunner.js.map +1 -0
  566. package/dist/infrastructure/workflows/WorkflowsWorkRunner.d.ts +31 -0
  567. package/dist/infrastructure/workflows/WorkflowsWorkRunner.d.ts.map +1 -0
  568. package/dist/infrastructure/workflows/WorkflowsWorkRunner.js +55 -0
  569. package/dist/infrastructure/workflows/WorkflowsWorkRunner.js.map +1 -0
  570. package/dist/infrastructure/workflows/retention.d.ts +35 -0
  571. package/dist/infrastructure/workflows/retention.d.ts.map +1 -0
  572. package/dist/infrastructure/workflows/retention.js +26 -0
  573. package/dist/infrastructure/workflows/retention.js.map +1 -0
  574. package/dist/infrastructure/workflows/sweeper.d.ts +57 -0
  575. package/dist/infrastructure/workflows/sweeper.d.ts.map +1 -0
  576. package/dist/infrastructure/workflows/sweeper.js +62 -0
  577. package/dist/infrastructure/workflows/sweeper.js.map +1 -0
  578. package/migrations/0001_init.sql +677 -0
  579. package/migrations/0002_clarity_reviews.sql +19 -0
  580. package/migrations/0002_consensus.sql +38 -0
  581. package/migrations/0002_llm_reasoning_text.sql +6 -0
  582. package/migrations/0002_local_model_endpoints.sql +16 -0
  583. package/migrations/0003_pipeline_labels_archive.sql +13 -0
  584. package/migrations/0003_release_health.sql +34 -0
  585. package/migrations/0004_run_timing_task_types.sql +24 -0
  586. package/package.json +65 -0
@@ -0,0 +1,486 @@
1
+ import { generateText, jsonSchema, tool, } from 'ai';
2
+ import { createWorkersAI } from 'workers-ai-provider';
3
+ import { resolveOpenAiCompatibleUpstream } from './providerEndpoints';
4
+ // The Worker's LLM-upstream gateway: resolves OpenAI-compatible providers from `env`
5
+ // keys, and serves the `workers-ai` provider in-process via the Cloudflare `AI`
6
+ // binding — translating between the OpenAI Chat Completions shape Pi speaks and the
7
+ // AI SDK. A Node facade would resolve providers over HTTP and have no in-process path
8
+ // (its runInProcess returns null), forwarding `workers-ai` is therefore unavailable.
9
+ export class WorkersAiLlmUpstream {
10
+ env;
11
+ constructor(env) {
12
+ this.env = env;
13
+ }
14
+ resolveOpenAiCompatible(provider) {
15
+ return resolveOpenAiCompatibleUpstream(provider, this.env);
16
+ }
17
+ runInProcess(request) {
18
+ if (!this.env.AI)
19
+ return null;
20
+ // Two binding shapes share the `workers-ai` provider id. A native Workers AI id
21
+ // (`@cf/...`) runs through the AI SDK + workers-ai-provider, which translates its
22
+ // bespoke I/O. A `<provider>/<model>` catalog slug (e.g. `deepseek/deepseek-v4-pro`,
23
+ // a unified-billing run-catalog model Cloudflare serves via a partner) is plain
24
+ // OpenAI Chat Completions on the binding, so it runs directly via `binding.run`.
25
+ if (isCatalogSlug(request.model)) {
26
+ return runCatalogModel({ binding: this.env.AI, ...request });
27
+ }
28
+ return runWorkersAi({ binding: this.env.AI, ...request });
29
+ }
30
+ }
31
+ /**
32
+ * A `<provider>/<model>` AI-catalog slug (e.g. `deepseek/deepseek-v4-pro`) rather than a
33
+ * native Workers AI id (`@cf/...`). Cloudflare serves these as unified-billing run-catalog
34
+ * models on the binding (and the `/ai/v1` REST endpoint) in the OpenAI Chat Completions
35
+ * shape, with the account's own token — no AI Gateway, no BYOK.
36
+ */
37
+ function isCatalogSlug(model) {
38
+ return model.includes('/') && !model.startsWith('@');
39
+ }
40
+ /**
41
+ * Serve a chat completion from Cloudflare Workers AI via the `AI` binding (no
42
+ * external HTTP, no provider key), translating the OpenAI Chat Completions
43
+ * request/response so Pi sees the same shape as the proxied providers. Honours
44
+ * `stream` and always reports usage so spend is metered.
45
+ */
46
+ async function runWorkersAi(args) {
47
+ const { binding, model: modelId, payload, streaming, record, recordMetric, log } = args;
48
+ // Model-execution clock for the observability split: the in-process work the proxy
49
+ // attributes to the model (everything else it does is transport overhead).
50
+ const upstreamStart = Date.now();
51
+ // Native Workers AI (`@cf/...`) only; `<provider>/<model>` catalog slugs take the
52
+ // direct `binding.run` path in `runCatalogModel`, not the AI SDK.
53
+ const workersai = createWorkersAI({ binding });
54
+ // workers-ai-provider must implement the same provider spec as `ai`
55
+ // (`@ai-sdk/provider`); workers-ai-provider@3 matches `ai` v6, so the model is used
56
+ // directly with no cast. Keep these majors in lockstep.
57
+ const model = workersai(modelId);
58
+ // The AI SDK wants the system prompt in the dedicated `system` option, not as a
59
+ // `role:'system'` entry in `messages`. Split it out: system text → `system`.
60
+ const system = systemFromMessages(payload.messages);
61
+ const messages = toModelMessages(payload.messages);
62
+ const temperature = typeof payload.temperature === 'number' ? payload.temperature : undefined;
63
+ const maxOutputTokens = typeof payload.max_tokens === 'number' ? payload.max_tokens : undefined;
64
+ // Forward tool definitions so a tool-using agent (Pi) can act. The tools are
65
+ // declared WITHOUT an `execute` fn: the model emits the calls and we relay them.
66
+ const tools = toAiSdkTools(payload.tools);
67
+ const toolChoice = tools ? toToolChoice(payload.tool_choice) : undefined;
68
+ const common = {
69
+ model,
70
+ messages,
71
+ ...(system ? { system } : {}),
72
+ temperature,
73
+ maxOutputTokens,
74
+ ...(tools ? { tools } : {}),
75
+ ...(toolChoice ? { toolChoice } : {}),
76
+ };
77
+ const id = `chatcmpl-${crypto.randomUUID()}`;
78
+ const created = Math.floor(Date.now() / 1000);
79
+ const usageOf = (u) => ({
80
+ prompt_tokens: u.inputTokens ?? 0,
81
+ completion_tokens: u.outputTokens ?? 0,
82
+ });
83
+ // Both the buffered and the streaming response are built from ONE `generateText`
84
+ // (non-streaming `doGenerate`) call — we deliberately do NOT use
85
+ // `streamText`/`result.textStream` here.
86
+ //
87
+ // Why: production telemetry (an `@cf/qwen/qwen3-*` reasoning model, `stream:true`)
88
+ // showed the streamed reply arriving with every token duplicated
89
+ // (`serviceservice…`), which fails every downstream JSON parse
90
+ // (requirements/blueprint/merger). The metrics localise the fault precisely: the
91
+ // recorded text was ~2× the reported `completion_tokens`, so the MODEL emitted each
92
+ // token once and the duplication happened during streamed-delta assembly — not in
93
+ // generation, not truncation, and not our SSE encoding (`fullText` was accumulated
94
+ // one `+= delta` per chunk). The exact component in the streaming path that doubles
95
+ // (the AI SDK, the workers-ai-provider stream decode, or the binding's raw SSE for
96
+ // this reasoning model) is NOT pinned down, and no upstream issue confirms it. The
97
+ // buffered path sidesteps the entire streamed-delta assembly, so it is robust
98
+ // regardless of which one is at fault. When the caller asked to stream we replay the
99
+ // single generation as one content chunk; Pi (and any OpenAI client) concatenates
100
+ // deltas, so a one-shot chunk is equivalent — the harness reads the final message,
101
+ // and live progress comes from the todo tool, not token streaming.
102
+ const { text, reasoningText, toolCalls, finishReason: rawFinish, usage, } = await generateText(common);
103
+ const reasoning = typeof reasoningText === 'string' ? reasoningText : '';
104
+ const u = usageOf(usage);
105
+ const oaToolCalls = toOpenAiToolCalls(toolCalls);
106
+ const finishReason = toOpenAiFinish(rawFinish, oaToolCalls.length > 0);
107
+ log.info({
108
+ inputTokens: u.prompt_tokens,
109
+ outputTokens: u.completion_tokens,
110
+ textLength: text.length,
111
+ // A reasoning model can spend its whole output budget thinking and return empty
112
+ // text (the kimi-k2.7 empty-completion failure); log the reasoning size so that
113
+ // "N output tokens, 0 text" is no longer a black hole.
114
+ reasoningLength: reasoning.length,
115
+ toolCalls: oaToolCalls.length,
116
+ finishReason,
117
+ streaming,
118
+ }, 'llm proxy: Workers AI completion ok');
119
+ await record(u);
120
+ recordMetric?.({
121
+ usage: u,
122
+ finishReason,
123
+ responseText: text,
124
+ reasoningText: reasoning,
125
+ ok: true,
126
+ httpStatus: null,
127
+ errorMessage: null,
128
+ upstreamMs: Date.now() - upstreamStart,
129
+ });
130
+ if (!streaming) {
131
+ const message = {
132
+ role: 'assistant',
133
+ content: text.length > 0 ? text : null,
134
+ };
135
+ if (oaToolCalls.length > 0)
136
+ message.tool_calls = oaToolCalls;
137
+ const body = {
138
+ id,
139
+ object: 'chat.completion',
140
+ created,
141
+ model: modelId,
142
+ choices: [{ index: 0, message, finish_reason: finishReason }],
143
+ usage: { ...u, total_tokens: (u.prompt_tokens ?? 0) + (u.completion_tokens ?? 0) },
144
+ };
145
+ return Response.json(body);
146
+ }
147
+ // Streaming: replay the (single, authoritative) generation as OpenAI
148
+ // `chat.completion.chunk` SSE events (see `buildStreamChunks`), then `[DONE]`.
149
+ const encoder = new TextEncoder();
150
+ const sse = (obj) => encoder.encode(`data: ${JSON.stringify(obj)}\n\n`);
151
+ const chunks = buildStreamChunks({ id, created, model: modelId }, { text, toolCalls: oaToolCalls, finishReason, usage: u });
152
+ const stream = new ReadableStream({
153
+ start(controller) {
154
+ for (const c of chunks)
155
+ controller.enqueue(sse(c));
156
+ controller.enqueue(encoder.encode('data: [DONE]\n\n'));
157
+ controller.close();
158
+ },
159
+ });
160
+ return new Response(stream, { headers: { 'content-type': 'text/event-stream' } });
161
+ }
162
+ /**
163
+ * Serve a chat completion from a Cloudflare AI-catalog model (`<provider>/<model>`,
164
+ * e.g. `deepseek/deepseek-v4-pro`) via the `AI` binding's run path. These are
165
+ * unified-billing run-catalog models Cloudflare proxies to a partner (DeepSeek V4 Pro
166
+ * is served via Fireworks), reached with the account's own token — no AI Gateway, no
167
+ * BYOK. Unlike the `@cf/...` path they speak OpenAI Chat Completions natively, so the
168
+ * proxy's already-OpenAI request body and the binding's OpenAI response pass through
169
+ * with no translation. Always run buffered then replay as one chunk when the caller
170
+ * asked to stream, matching `runWorkersAi`'s deliberate non-streamed-delta design.
171
+ */
172
+ async function runCatalogModel(args) {
173
+ const { binding, model: modelId, payload, streaming, record, recordMetric, log } = args;
174
+ const upstreamStart = Date.now();
175
+ // The proxy's payload is already an OpenAI Chat Completions body (messages, tools,
176
+ // tool_choice, temperature, max_tokens). Force buffered: we replay as one chunk.
177
+ const input = { ...payload, model: modelId, stream: false };
178
+ // The binding's `run` is typed to the native `@cf/...` model union; a catalog slug is
179
+ // valid at runtime but not in that type, so go through a plain call signature here.
180
+ const run = binding.run;
181
+ const completion = (await run(modelId, input));
182
+ const choice = completion?.choices?.[0];
183
+ const message = choice?.message;
184
+ const text = typeof message?.content === 'string' ? message.content : '';
185
+ const rawReasoning = message?.reasoning_content ?? message?.reasoning;
186
+ const reasoning = typeof rawReasoning === 'string' ? rawReasoning : '';
187
+ const oaToolCalls = Array.isArray(message?.tool_calls) ? message.tool_calls : [];
188
+ const finishReason = choice?.finish_reason ?? (oaToolCalls.length > 0 ? 'tool_calls' : 'stop');
189
+ const u = {
190
+ prompt_tokens: completion?.usage?.prompt_tokens ?? 0,
191
+ completion_tokens: completion?.usage?.completion_tokens ?? 0,
192
+ };
193
+ log.info({
194
+ inputTokens: u.prompt_tokens,
195
+ outputTokens: u.completion_tokens,
196
+ textLength: text.length,
197
+ reasoningLength: reasoning.length,
198
+ toolCalls: oaToolCalls.length,
199
+ finishReason,
200
+ streaming,
201
+ }, 'llm proxy: AI-catalog completion ok');
202
+ await record(u);
203
+ recordMetric?.({
204
+ usage: u,
205
+ finishReason,
206
+ responseText: text,
207
+ reasoningText: reasoning,
208
+ ok: true,
209
+ httpStatus: null,
210
+ errorMessage: null,
211
+ upstreamMs: Date.now() - upstreamStart,
212
+ });
213
+ if (!streaming) {
214
+ // Relay the upstream completion verbatim (with usage normalized) — it is already
215
+ // the OpenAI shape Pi expects.
216
+ const body = {
217
+ id: completion?.id ?? `chatcmpl-${crypto.randomUUID()}`,
218
+ object: 'chat.completion',
219
+ created: completion?.created ?? Math.floor(Date.now() / 1000),
220
+ model: modelId,
221
+ choices: [
222
+ {
223
+ index: 0,
224
+ message: {
225
+ role: 'assistant',
226
+ content: text.length > 0 ? text : null,
227
+ ...(oaToolCalls.length > 0 ? { tool_calls: oaToolCalls } : {}),
228
+ },
229
+ finish_reason: finishReason,
230
+ },
231
+ ],
232
+ usage: { ...u, total_tokens: (u.prompt_tokens ?? 0) + (u.completion_tokens ?? 0) },
233
+ };
234
+ return Response.json(body);
235
+ }
236
+ const encoder = new TextEncoder();
237
+ const sse = (obj) => encoder.encode(`data: ${JSON.stringify(obj)}\n\n`);
238
+ const meta = {
239
+ id: completion?.id ?? `chatcmpl-${crypto.randomUUID()}`,
240
+ created: completion?.created ?? Math.floor(Date.now() / 1000),
241
+ model: modelId,
242
+ };
243
+ const chunks = buildStreamChunks(meta, { text, toolCalls: oaToolCalls, finishReason, usage: u });
244
+ const stream = new ReadableStream({
245
+ start(controller) {
246
+ for (const c of chunks)
247
+ controller.enqueue(sse(c));
248
+ controller.enqueue(encoder.encode('data: [DONE]\n\n'));
249
+ controller.close();
250
+ },
251
+ });
252
+ return new Response(stream, { headers: { 'content-type': 'text/event-stream' } });
253
+ }
254
+ /**
255
+ * Build the ordered OpenAI `chat.completion.chunk` payloads for a single, completed
256
+ * generation, replayed as a stream: a role chunk, ONE content chunk (only when there
257
+ * is text — never per-token, which is the doubling regression this guards against),
258
+ * the tool-call chunk (if any), the finish chunk, then a trailing usage-only chunk
259
+ * (matching `stream_options.include_usage`). The `[DONE]` sentinel is appended by the
260
+ * caller. Pure + synchronous so the streamed shape can be unit-tested without the
261
+ * `AI` binding or `generateText`.
262
+ */
263
+ export function buildStreamChunks(meta, gen) {
264
+ const chunk = (choices, usageChunk) => ({
265
+ id: meta.id,
266
+ object: 'chat.completion.chunk',
267
+ created: meta.created,
268
+ model: meta.model,
269
+ choices,
270
+ ...(usageChunk
271
+ ? {
272
+ usage: {
273
+ ...usageChunk,
274
+ total_tokens: (usageChunk.prompt_tokens ?? 0) + (usageChunk.completion_tokens ?? 0),
275
+ },
276
+ }
277
+ : {}),
278
+ });
279
+ const chunks = [
280
+ chunk([{ index: 0, delta: { role: 'assistant' }, finish_reason: null }]),
281
+ ];
282
+ if (gen.text.length > 0) {
283
+ chunks.push(chunk([{ index: 0, delta: { content: gen.text }, finish_reason: null }]));
284
+ }
285
+ if (gen.toolCalls.length > 0) {
286
+ chunks.push(chunk([{ index: 0, delta: { tool_calls: gen.toolCalls }, finish_reason: null }]));
287
+ }
288
+ chunks.push(chunk([{ index: 0, delta: {}, finish_reason: gen.finishReason }]));
289
+ chunks.push(chunk([], gen.usage));
290
+ return chunks;
291
+ }
292
+ // ---- OpenAI ⇄ AI SDK translation helpers (Workers AI in-process path) -------
293
+ function isObject(value) {
294
+ return typeof value === 'object' && value !== null;
295
+ }
296
+ /** Flatten OpenAI message content (string, or a text/parts array) to plain text. */
297
+ function contentText(content) {
298
+ if (typeof content === 'string')
299
+ return content;
300
+ if (Array.isArray(content)) {
301
+ return content
302
+ .map((part) => (isObject(part) && typeof part.text === 'string' ? part.text : ''))
303
+ .join('');
304
+ }
305
+ return '';
306
+ }
307
+ /** OpenAI user content → AI SDK user content (text + image-url parts). */
308
+ function toUserContent(content) {
309
+ if (typeof content === 'string')
310
+ return content;
311
+ if (Array.isArray(content)) {
312
+ const parts = content
313
+ .map((part) => {
314
+ if (!isObject(part))
315
+ return undefined;
316
+ if (part.type === 'text' && typeof part.text === 'string') {
317
+ return { type: 'text', text: part.text };
318
+ }
319
+ if (part.type === 'image_url' &&
320
+ isObject(part.image_url) &&
321
+ typeof part.image_url.url === 'string') {
322
+ return { type: 'image', image: part.image_url.url };
323
+ }
324
+ return undefined;
325
+ })
326
+ .filter((p) => p !== undefined);
327
+ if (parts.length > 0)
328
+ return parts;
329
+ }
330
+ return '';
331
+ }
332
+ function safeParseArgs(raw) {
333
+ if (typeof raw !== 'string')
334
+ return isObject(raw) ? raw : {};
335
+ if (raw.trim() === '')
336
+ return {};
337
+ try {
338
+ return JSON.parse(raw);
339
+ }
340
+ catch {
341
+ return {};
342
+ }
343
+ }
344
+ /**
345
+ * Concatenate every `role:'system'` message's text (in order) so it can be passed
346
+ * via the AI SDK's `system` option rather than inlined into `messages`. Returns
347
+ * undefined when there is no system content.
348
+ */
349
+ function systemFromMessages(raw) {
350
+ if (!Array.isArray(raw))
351
+ return undefined;
352
+ const parts = raw
353
+ .filter((m) => isObject(m) && m.role === 'system')
354
+ .map((m) => contentText(m.content))
355
+ .filter((t) => t.length > 0);
356
+ return parts.length > 0 ? parts.join('\n\n') : undefined;
357
+ }
358
+ /**
359
+ * Convert OpenAI chat messages to AI SDK `ModelMessage`s, handling the tool
360
+ * round-trip: an assistant message's `tool_calls` become `tool-call` content parts,
361
+ * and a `tool` message becomes a `tool-result` (its tool name recovered by id from
362
+ * the matching assistant call, since OpenAI tool messages omit it).
363
+ */
364
+ function toModelMessages(raw) {
365
+ if (!Array.isArray(raw))
366
+ return [];
367
+ const toolNameById = new Map();
368
+ for (const m of raw) {
369
+ if (isObject(m) && m.role === 'assistant' && Array.isArray(m.tool_calls)) {
370
+ for (const tc of m.tool_calls) {
371
+ if (isObject(tc) &&
372
+ typeof tc.id === 'string' &&
373
+ isObject(tc.function) &&
374
+ typeof tc.function.name === 'string') {
375
+ toolNameById.set(tc.id, tc.function.name);
376
+ }
377
+ }
378
+ }
379
+ }
380
+ const out = [];
381
+ for (const m of raw) {
382
+ if (!isObject(m))
383
+ continue;
384
+ if (m.role === 'system') {
385
+ // System content is hoisted to the `system` option (see systemFromMessages).
386
+ continue;
387
+ }
388
+ else if (m.role === 'user') {
389
+ out.push({ role: 'user', content: toUserContent(m.content) });
390
+ }
391
+ else if (m.role === 'assistant') {
392
+ const parts = [];
393
+ const text = contentText(m.content);
394
+ if (text)
395
+ parts.push({ type: 'text', text });
396
+ if (Array.isArray(m.tool_calls)) {
397
+ for (const tc of m.tool_calls) {
398
+ if (!isObject(tc) || !isObject(tc.function) || typeof tc.function.name !== 'string') {
399
+ continue;
400
+ }
401
+ parts.push({
402
+ type: 'tool-call',
403
+ toolCallId: typeof tc.id === 'string' ? tc.id : '',
404
+ toolName: tc.function.name,
405
+ input: safeParseArgs(tc.function.arguments),
406
+ });
407
+ }
408
+ }
409
+ out.push({ role: 'assistant', content: parts.length > 0 ? parts : text });
410
+ }
411
+ else if (m.role === 'tool') {
412
+ const toolCallId = typeof m.tool_call_id === 'string' ? m.tool_call_id : '';
413
+ out.push({
414
+ role: 'tool',
415
+ content: [
416
+ {
417
+ type: 'tool-result',
418
+ toolCallId,
419
+ toolName: toolNameById.get(toolCallId) ?? 'tool',
420
+ output: { type: 'text', value: contentText(m.content) },
421
+ },
422
+ ],
423
+ });
424
+ }
425
+ }
426
+ return out;
427
+ }
428
+ /**
429
+ * OpenAI `tools` → AI SDK client-side tools, declared WITHOUT `execute` so the
430
+ * model emits the call and we relay it to the caller. Returns undefined when there
431
+ * are no usable function tools, leaving plain chat untouched.
432
+ */
433
+ function toAiSdkTools(raw) {
434
+ if (!Array.isArray(raw))
435
+ return undefined;
436
+ const tools = {};
437
+ for (const entry of raw) {
438
+ if (!isObject(entry))
439
+ continue;
440
+ const fn = isObject(entry.function) ? entry.function : undefined;
441
+ const name = typeof fn?.name === 'string' ? fn.name : undefined;
442
+ if (!name)
443
+ continue;
444
+ const parameters = isObject(fn?.parameters) ? fn.parameters : { type: 'object', properties: {} };
445
+ tools[name] = tool({
446
+ description: typeof fn?.description === 'string' ? fn.description : undefined,
447
+ inputSchema: jsonSchema(parameters),
448
+ });
449
+ }
450
+ return Object.keys(tools).length > 0 ? tools : undefined;
451
+ }
452
+ /** OpenAI `tool_choice` → AI SDK `toolChoice`. */
453
+ function toToolChoice(raw) {
454
+ if (raw === 'auto' || raw === 'none' || raw === 'required')
455
+ return raw;
456
+ if (isObject(raw) &&
457
+ raw.type === 'function' &&
458
+ isObject(raw.function) &&
459
+ typeof raw.function.name === 'string') {
460
+ return { type: 'tool', toolName: raw.function.name };
461
+ }
462
+ return undefined;
463
+ }
464
+ /** AI SDK tool calls → OpenAI `tool_calls` (complete `arguments` JSON strings). */
465
+ function toOpenAiToolCalls(calls) {
466
+ return calls.map((tc, index) => ({
467
+ index,
468
+ id: tc.toolCallId,
469
+ type: 'function',
470
+ function: {
471
+ name: tc.toolName,
472
+ arguments: typeof tc.input === 'string' ? tc.input : JSON.stringify(tc.input ?? {}),
473
+ },
474
+ }));
475
+ }
476
+ /** AI SDK finish reason → OpenAI `finish_reason`. */
477
+ function toOpenAiFinish(reason, hasToolCalls) {
478
+ if (hasToolCalls || reason === 'tool-calls')
479
+ return 'tool_calls';
480
+ if (reason === 'length')
481
+ return 'length';
482
+ if (reason === 'content-filter')
483
+ return 'content_filter';
484
+ return 'stop';
485
+ }
486
+ //# sourceMappingURL=WorkersAiLlmUpstream.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"WorkersAiLlmUpstream.js","sourceRoot":"","sources":["../../../src/infrastructure/ai/WorkersAiLlmUpstream.ts"],"names":[],"mappings":"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"}
@@ -0,0 +1,17 @@
1
+ import { DEEPSEEK_BASE_URL, MOONSHOT_BASE_URL, OPENAI_BASE_URL, OPENROUTER_BASE_URL, QWEN_BASE_URL } from '@cat-factory/agents';
2
+ import type { Env } from '../env';
3
+ export { DEEPSEEK_BASE_URL, MOONSHOT_BASE_URL, OPENAI_BASE_URL, OPENROUTER_BASE_URL, QWEN_BASE_URL };
4
+ /** The effective base URL for a provider: env override, else the built-in default. */
5
+ export declare function baseUrlFor(provider: string, env: Env): string | null;
6
+ /** A resolved OpenAI-compatible upstream: where to send the request (key-free). */
7
+ export interface UpstreamEndpoint {
8
+ baseURL: string;
9
+ }
10
+ /**
11
+ * Resolve a provider id to its OpenAI-compatible upstream base URL. Returns null for
12
+ * providers that are not OpenAI-compatible (e.g. `workers-ai`, `anthropic`). The API
13
+ * key is leased per call from the DB-backed pool by the proxy — it is no longer read
14
+ * from env here.
15
+ */
16
+ export declare function resolveOpenAiCompatibleUpstream(provider: string, env: Env): UpstreamEndpoint | null;
17
+ //# sourceMappingURL=providerEndpoints.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"providerEndpoints.d.ts","sourceRoot":"","sources":["../../../src/infrastructure/ai/providerEndpoints.ts"],"names":[],"mappings":"AAAA,OAAO,EACL,iBAAiB,EACjB,iBAAiB,EACjB,eAAe,EACf,mBAAmB,EACnB,aAAa,EACd,MAAM,qBAAqB,CAAA;AAC5B,OAAO,KAAK,EAAE,GAAG,EAAE,MAAM,QAAQ,CAAA;AASjC,OAAO,EAAE,iBAAiB,EAAE,iBAAiB,EAAE,eAAe,EAAE,mBAAmB,EAAE,aAAa,EAAE,CAAA;AAEpG,sFAAsF;AACtF,wBAAgB,UAAU,CAAC,QAAQ,EAAE,MAAM,EAAE,GAAG,EAAE,GAAG,GAAG,MAAM,GAAG,IAAI,CAkBpE;AAED,mFAAmF;AACnF,MAAM,WAAW,gBAAgB;IAC/B,OAAO,EAAE,MAAM,CAAA;CAChB;AAED;;;;;GAKG;AACH,wBAAgB,+BAA+B,CAC7C,QAAQ,EAAE,MAAM,EAChB,GAAG,EAAE,GAAG,GACP,gBAAgB,GAAG,IAAI,CAIzB"}
@@ -0,0 +1,42 @@
1
+ import { DEEPSEEK_BASE_URL, MOONSHOT_BASE_URL, OPENAI_BASE_URL, OPENROUTER_BASE_URL, QWEN_BASE_URL, } from '@cat-factory/agents';
2
+ // The OpenAI-compatible chat endpoints behind the direct-provider flavours live in
3
+ // the shared AI provisioning facade (@cat-factory/agents) so the Vercel-AI model
4
+ // provider (CloudflareModelProvider), the container LLM proxy (LlmProxyController)
5
+ // and the Node service all resolve them from one source of truth. This module adds
6
+ // the Worker-specific `env` plumbing: each base URL is overridable via env (e.g.
7
+ // QWEN_BASE_URL) so a deployment can point a provider at a self-hosted gateway, a
8
+ // regional endpoint, or — in the acceptance tests — a local stub, without code changes.
9
+ export { DEEPSEEK_BASE_URL, MOONSHOT_BASE_URL, OPENAI_BASE_URL, OPENROUTER_BASE_URL, QWEN_BASE_URL };
10
+ /** The effective base URL for a provider: env override, else the built-in default. */
11
+ export function baseUrlFor(provider, env) {
12
+ switch (provider) {
13
+ case 'qwen':
14
+ return env.QWEN_BASE_URL ?? QWEN_BASE_URL;
15
+ case 'deepseek':
16
+ return env.DEEPSEEK_BASE_URL ?? DEEPSEEK_BASE_URL;
17
+ case 'moonshot':
18
+ return env.MOONSHOT_BASE_URL ?? MOONSHOT_BASE_URL;
19
+ case 'openai':
20
+ return env.OPENAI_BASE_URL ?? OPENAI_BASE_URL;
21
+ case 'openrouter':
22
+ return env.OPENROUTER_BASE_URL ?? OPENROUTER_BASE_URL;
23
+ // LiteLLM is operator-hosted: no public default, only the deployment's own gateway.
24
+ case 'litellm':
25
+ return env.LITELLM_BASE_URL ?? null;
26
+ default:
27
+ return null;
28
+ }
29
+ }
30
+ /**
31
+ * Resolve a provider id to its OpenAI-compatible upstream base URL. Returns null for
32
+ * providers that are not OpenAI-compatible (e.g. `workers-ai`, `anthropic`). The API
33
+ * key is leased per call from the DB-backed pool by the proxy — it is no longer read
34
+ * from env here.
35
+ */
36
+ export function resolveOpenAiCompatibleUpstream(provider, env) {
37
+ const baseURL = baseUrlFor(provider, env);
38
+ if (!baseURL)
39
+ return null;
40
+ return { baseURL };
41
+ }
42
+ //# sourceMappingURL=providerEndpoints.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"providerEndpoints.js","sourceRoot":"","sources":["../../../src/infrastructure/ai/providerEndpoints.ts"],"names":[],"mappings":"AAAA,OAAO,EACL,iBAAiB,EACjB,iBAAiB,EACjB,eAAe,EACf,mBAAmB,EACnB,aAAa,GACd,MAAM,qBAAqB,CAAA;AAG5B,mFAAmF;AACnF,iFAAiF;AACjF,mFAAmF;AACnF,mFAAmF;AACnF,iFAAiF;AACjF,kFAAkF;AAClF,wFAAwF;AACxF,OAAO,EAAE,iBAAiB,EAAE,iBAAiB,EAAE,eAAe,EAAE,mBAAmB,EAAE,aAAa,EAAE,CAAA;AAEpG,sFAAsF;AACtF,MAAM,UAAU,UAAU,CAAC,QAAgB,EAAE,GAAQ;IACnD,QAAQ,QAAQ,EAAE,CAAC;QACjB,KAAK,MAAM;YACT,OAAO,GAAG,CAAC,aAAa,IAAI,aAAa,CAAA;QAC3C,KAAK,UAAU;YACb,OAAO,GAAG,CAAC,iBAAiB,IAAI,iBAAiB,CAAA;QACnD,KAAK,UAAU;YACb,OAAO,GAAG,CAAC,iBAAiB,IAAI,iBAAiB,CAAA;QACnD,KAAK,QAAQ;YACX,OAAO,GAAG,CAAC,eAAe,IAAI,eAAe,CAAA;QAC/C,KAAK,YAAY;YACf,OAAO,GAAG,CAAC,mBAAmB,IAAI,mBAAmB,CAAA;QACvD,oFAAoF;QACpF,KAAK,SAAS;YACZ,OAAO,GAAG,CAAC,gBAAgB,IAAI,IAAI,CAAA;QACrC;YACE,OAAO,IAAI,CAAA;IACf,CAAC;AACH,CAAC;AAOD;;;;;GAKG;AACH,MAAM,UAAU,+BAA+B,CAC7C,QAAgB,EAChB,GAAQ;IAER,MAAM,OAAO,GAAG,UAAU,CAAC,QAAQ,EAAE,GAAG,CAAC,CAAA;IACzC,IAAI,CAAC,OAAO;QAAE,OAAO,IAAI,CAAA;IACzB,OAAO,EAAE,OAAO,EAAE,CAAA;AACpB,CAAC"}
@@ -0,0 +1,11 @@
1
+ import type { ProviderRegistry } from '@cat-factory/agents';
2
+ import type { Env } from '../env';
3
+ /** Turns the runtime `env` into a {@link ProviderRegistry} to mix in. */
4
+ export type ModelRegistryFactory = (env: Env) => ProviderRegistry;
5
+ /** Register an extra model-provider registry for this installation. */
6
+ export declare function registerModelRegistry(factory: ModelRegistryFactory): void;
7
+ /** Build the registered extra registries for a given `env` (empty when none registered). */
8
+ export declare function resolveExtraRegistries(env: Env): ProviderRegistry[];
9
+ /** Drop all registered registries. Intended for tests that exercise registration. */
10
+ export declare function clearModelRegistries(): void;
11
+ //# sourceMappingURL=registries.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"registries.d.ts","sourceRoot":"","sources":["../../../src/infrastructure/ai/registries.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,gBAAgB,EAAE,MAAM,qBAAqB,CAAA;AAC3D,OAAO,KAAK,EAAE,GAAG,EAAE,MAAM,QAAQ,CAAA;AAiBjC,yEAAyE;AACzE,MAAM,MAAM,oBAAoB,GAAG,CAAC,GAAG,EAAE,GAAG,KAAK,gBAAgB,CAAA;AAIjE,uEAAuE;AACvE,wBAAgB,qBAAqB,CAAC,OAAO,EAAE,oBAAoB,GAAG,IAAI,CAEzE;AAED,4FAA4F;AAC5F,wBAAgB,sBAAsB,CAAC,GAAG,EAAE,GAAG,GAAG,gBAAgB,EAAE,CAEnE;AAED,qFAAqF;AACrF,wBAAgB,oBAAoB,IAAI,IAAI,CAE3C"}
@@ -0,0 +1,14 @@
1
+ const factories = [];
2
+ /** Register an extra model-provider registry for this installation. */
3
+ export function registerModelRegistry(factory) {
4
+ factories.push(factory);
5
+ }
6
+ /** Build the registered extra registries for a given `env` (empty when none registered). */
7
+ export function resolveExtraRegistries(env) {
8
+ return factories.map((factory) => factory(env));
9
+ }
10
+ /** Drop all registered registries. Intended for tests that exercise registration. */
11
+ export function clearModelRegistries() {
12
+ factories.length = 0;
13
+ }
14
+ //# sourceMappingURL=registries.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"registries.js","sourceRoot":"","sources":["../../../src/infrastructure/ai/registries.ts"],"names":[],"mappings":"AAqBA,MAAM,SAAS,GAA2B,EAAE,CAAA;AAE5C,uEAAuE;AACvE,MAAM,UAAU,qBAAqB,CAAC,OAA6B;IACjE,SAAS,CAAC,IAAI,CAAC,OAAO,CAAC,CAAA;AACzB,CAAC;AAED,4FAA4F;AAC5F,MAAM,UAAU,sBAAsB,CAAC,GAAQ;IAC7C,OAAO,SAAS,CAAC,GAAG,CAAC,CAAC,OAAO,EAAE,EAAE,CAAC,OAAO,CAAC,GAAG,CAAC,CAAC,CAAA;AACjD,CAAC;AAED,qFAAqF;AACrF,MAAM,UAAU,oBAAoB;IAClC,SAAS,CAAC,MAAM,GAAG,CAAC,CAAA;AACtB,CAAC"}
@@ -0,0 +1,2 @@
1
+ export { GitHubOAuth, type GitHubOAuthDependencies } from '@cat-factory/server';
2
+ //# sourceMappingURL=GitHubOAuth.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"GitHubOAuth.d.ts","sourceRoot":"","sources":["../../../src/infrastructure/auth/GitHubOAuth.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,WAAW,EAAE,KAAK,uBAAuB,EAAE,MAAM,qBAAqB,CAAA"}
@@ -0,0 +1,3 @@
1
+ // Moved to the shared @cat-factory/server package; re-exported for existing imports.
2
+ export { GitHubOAuth } from '@cat-factory/server';
3
+ //# sourceMappingURL=GitHubOAuth.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"GitHubOAuth.js","sourceRoot":"","sources":["../../../src/infrastructure/auth/GitHubOAuth.ts"],"names":[],"mappings":"AAAA,qFAAqF;AACrF,OAAO,EAAE,WAAW,EAAgC,MAAM,qBAAqB,CAAA"}
@@ -0,0 +1,2 @@
1
+ export { bearerToken, requireAuth, verifySession } from '@cat-factory/server';
2
+ //# sourceMappingURL=middleware.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"middleware.d.ts","sourceRoot":"","sources":["../../../src/infrastructure/auth/middleware.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,WAAW,EAAE,WAAW,EAAE,aAAa,EAAE,MAAM,qBAAqB,CAAA"}
@@ -0,0 +1,3 @@
1
+ // Moved to the shared @cat-factory/server package; re-exported for existing imports.
2
+ export { bearerToken, requireAuth, verifySession } from '@cat-factory/server';
3
+ //# sourceMappingURL=middleware.js.map