@pellux/goodvibes-sdk 0.18.13 → 0.18.15

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 (1474) hide show
  1. package/dist/_internal/platform/acp/connection.d.ts +59 -0
  2. package/dist/_internal/platform/acp/connection.d.ts.map +1 -0
  3. package/dist/_internal/platform/acp/connection.js +377 -0
  4. package/dist/_internal/platform/acp/index.d.ts +3 -0
  5. package/dist/_internal/platform/acp/index.d.ts.map +1 -0
  6. package/dist/_internal/platform/acp/index.js +1 -0
  7. package/dist/_internal/platform/acp/manager.d.ts +49 -0
  8. package/dist/_internal/platform/acp/manager.d.ts.map +1 -0
  9. package/dist/_internal/platform/acp/manager.js +105 -0
  10. package/dist/_internal/platform/adapters/bluebubbles/index.d.ts +3 -0
  11. package/dist/_internal/platform/adapters/bluebubbles/index.d.ts.map +1 -0
  12. package/dist/_internal/platform/adapters/bluebubbles/index.js +119 -0
  13. package/dist/_internal/platform/adapters/discord/index.d.ts +9 -0
  14. package/dist/_internal/platform/adapters/discord/index.d.ts.map +1 -0
  15. package/dist/_internal/platform/adapters/discord/index.js +255 -0
  16. package/dist/_internal/platform/adapters/github/index.d.ts +8 -0
  17. package/dist/_internal/platform/adapters/github/index.d.ts.map +1 -0
  18. package/dist/_internal/platform/adapters/github/index.js +58 -0
  19. package/dist/_internal/platform/adapters/google-chat/index.d.ts +3 -0
  20. package/dist/_internal/platform/adapters/google-chat/index.d.ts.map +1 -0
  21. package/dist/_internal/platform/adapters/google-chat/index.js +105 -0
  22. package/dist/_internal/platform/adapters/imessage/index.d.ts +3 -0
  23. package/dist/_internal/platform/adapters/imessage/index.d.ts.map +1 -0
  24. package/dist/_internal/platform/adapters/imessage/index.js +84 -0
  25. package/dist/_internal/platform/adapters/index.d.ts +16 -0
  26. package/dist/_internal/platform/adapters/index.d.ts.map +1 -0
  27. package/dist/_internal/platform/adapters/index.js +15 -0
  28. package/dist/_internal/platform/adapters/matrix/index.d.ts +3 -0
  29. package/dist/_internal/platform/adapters/matrix/index.d.ts.map +1 -0
  30. package/dist/_internal/platform/adapters/matrix/index.js +106 -0
  31. package/dist/_internal/platform/adapters/mattermost/index.d.ts +3 -0
  32. package/dist/_internal/platform/adapters/mattermost/index.d.ts.map +1 -0
  33. package/dist/_internal/platform/adapters/mattermost/index.js +139 -0
  34. package/dist/_internal/platform/adapters/msteams/index.d.ts +3 -0
  35. package/dist/_internal/platform/adapters/msteams/index.d.ts.map +1 -0
  36. package/dist/_internal/platform/adapters/msteams/index.js +169 -0
  37. package/dist/_internal/platform/adapters/ntfy/index.d.ts +4 -0
  38. package/dist/_internal/platform/adapters/ntfy/index.d.ts.map +1 -0
  39. package/dist/_internal/platform/adapters/ntfy/index.js +105 -0
  40. package/dist/_internal/platform/adapters/signal/index.d.ts +3 -0
  41. package/dist/_internal/platform/adapters/signal/index.d.ts.map +1 -0
  42. package/dist/_internal/platform/adapters/signal/index.js +84 -0
  43. package/dist/_internal/platform/adapters/slack/index.d.ts +5 -0
  44. package/dist/_internal/platform/adapters/slack/index.d.ts.map +1 -0
  45. package/dist/_internal/platform/adapters/slack/index.js +287 -0
  46. package/dist/_internal/platform/adapters/telegram/index.d.ts +3 -0
  47. package/dist/_internal/platform/adapters/telegram/index.d.ts.map +1 -0
  48. package/dist/_internal/platform/adapters/telegram/index.js +147 -0
  49. package/dist/_internal/platform/adapters/types.d.ts +81 -0
  50. package/dist/_internal/platform/adapters/types.d.ts.map +1 -0
  51. package/dist/_internal/platform/adapters/types.js +1 -0
  52. package/dist/_internal/platform/adapters/webhook/index.d.ts +3 -0
  53. package/dist/_internal/platform/adapters/webhook/index.d.ts.map +1 -0
  54. package/dist/_internal/platform/adapters/webhook/index.js +167 -0
  55. package/dist/_internal/platform/adapters/whatsapp/index.d.ts +3 -0
  56. package/dist/_internal/platform/adapters/whatsapp/index.d.ts.map +1 -0
  57. package/dist/_internal/platform/adapters/whatsapp/index.js +125 -0
  58. package/dist/_internal/platform/agents/message-bus-core.d.ts +55 -0
  59. package/dist/_internal/platform/agents/message-bus-core.d.ts.map +1 -0
  60. package/dist/_internal/platform/agents/message-bus-core.js +244 -0
  61. package/dist/_internal/platform/agents/message-bus.d.ts +3 -0
  62. package/dist/_internal/platform/agents/message-bus.d.ts.map +1 -0
  63. package/dist/_internal/platform/agents/message-bus.js +1 -0
  64. package/dist/_internal/platform/agents/orchestrator-prompts.d.ts +33 -0
  65. package/dist/_internal/platform/agents/orchestrator-prompts.d.ts.map +1 -0
  66. package/dist/_internal/platform/agents/orchestrator-prompts.js +320 -0
  67. package/dist/_internal/platform/agents/orchestrator-runner.d.ts +56 -0
  68. package/dist/_internal/platform/agents/orchestrator-runner.d.ts.map +1 -0
  69. package/dist/_internal/platform/agents/orchestrator-runner.js +492 -0
  70. package/dist/_internal/platform/agents/orchestrator.d.ts +92 -0
  71. package/dist/_internal/platform/agents/orchestrator.d.ts.map +1 -0
  72. package/dist/_internal/platform/agents/orchestrator.js +318 -0
  73. package/dist/_internal/platform/agents/session.d.ts +37 -0
  74. package/dist/_internal/platform/agents/session.d.ts.map +1 -0
  75. package/dist/_internal/platform/agents/session.js +89 -0
  76. package/dist/_internal/platform/agents/worktree.d.ts +45 -0
  77. package/dist/_internal/platform/agents/worktree.d.ts.map +1 -0
  78. package/dist/_internal/platform/agents/worktree.js +134 -0
  79. package/dist/_internal/platform/agents/wrfc-config.d.ts +20 -0
  80. package/dist/_internal/platform/agents/wrfc-config.d.ts.map +1 -0
  81. package/dist/_internal/platform/agents/wrfc-config.js +27 -0
  82. package/dist/_internal/platform/agents/wrfc-controller.d.ts +67 -0
  83. package/dist/_internal/platform/agents/wrfc-controller.d.ts.map +1 -0
  84. package/dist/_internal/platform/agents/wrfc-controller.js +562 -0
  85. package/dist/_internal/platform/agents/wrfc-gate-runtime.d.ts +12 -0
  86. package/dist/_internal/platform/agents/wrfc-gate-runtime.d.ts.map +1 -0
  87. package/dist/_internal/platform/agents/wrfc-gate-runtime.js +55 -0
  88. package/dist/_internal/platform/agents/wrfc-reporting.d.ts +11 -0
  89. package/dist/_internal/platform/agents/wrfc-reporting.d.ts.map +1 -0
  90. package/dist/_internal/platform/agents/wrfc-reporting.js +244 -0
  91. package/dist/_internal/platform/agents/wrfc-runtime-events.d.ts +21 -0
  92. package/dist/_internal/platform/agents/wrfc-runtime-events.d.ts.map +1 -0
  93. package/dist/_internal/platform/agents/wrfc-runtime-events.js +80 -0
  94. package/dist/_internal/platform/agents/wrfc-types.d.ts +57 -0
  95. package/dist/_internal/platform/agents/wrfc-types.d.ts.map +1 -0
  96. package/dist/_internal/platform/agents/wrfc-types.js +1 -0
  97. package/dist/_internal/platform/agents/wrfc-workmap.js +1 -1
  98. package/dist/_internal/platform/automation/delivery-manager.d.ts +35 -0
  99. package/dist/_internal/platform/automation/delivery-manager.d.ts.map +1 -0
  100. package/dist/_internal/platform/automation/delivery-manager.js +306 -0
  101. package/dist/_internal/platform/automation/index.d.ts +21 -0
  102. package/dist/_internal/platform/automation/index.d.ts.map +1 -0
  103. package/dist/_internal/platform/automation/index.js +9 -0
  104. package/dist/_internal/platform/automation/manager-runtime-delivery.d.ts +25 -0
  105. package/dist/_internal/platform/automation/manager-runtime-delivery.d.ts.map +1 -0
  106. package/dist/_internal/platform/automation/manager-runtime-delivery.js +109 -0
  107. package/dist/_internal/platform/automation/manager-runtime-events.d.ts +11 -0
  108. package/dist/_internal/platform/automation/manager-runtime-events.d.ts.map +1 -0
  109. package/dist/_internal/platform/automation/manager-runtime-events.js +90 -0
  110. package/dist/_internal/platform/automation/manager-runtime-execution.d.ts +67 -0
  111. package/dist/_internal/platform/automation/manager-runtime-execution.d.ts.map +1 -0
  112. package/dist/_internal/platform/automation/manager-runtime-execution.js +402 -0
  113. package/dist/_internal/platform/automation/manager-runtime-helpers.d.ts +103 -0
  114. package/dist/_internal/platform/automation/manager-runtime-helpers.d.ts.map +1 -0
  115. package/dist/_internal/platform/automation/manager-runtime-helpers.js +313 -0
  116. package/dist/_internal/platform/automation/manager-runtime-job-mutations.d.ts +17 -0
  117. package/dist/_internal/platform/automation/manager-runtime-job-mutations.d.ts.map +1 -0
  118. package/dist/_internal/platform/automation/manager-runtime-job-mutations.js +139 -0
  119. package/dist/_internal/platform/automation/manager-runtime-reconcile.d.ts +28 -0
  120. package/dist/_internal/platform/automation/manager-runtime-reconcile.d.ts.map +1 -0
  121. package/dist/_internal/platform/automation/manager-runtime-reconcile.js +127 -0
  122. package/dist/_internal/platform/automation/manager-runtime-scheduling.d.ts +31 -0
  123. package/dist/_internal/platform/automation/manager-runtime-scheduling.d.ts.map +1 -0
  124. package/dist/_internal/platform/automation/manager-runtime-scheduling.js +142 -0
  125. package/dist/_internal/platform/automation/manager-runtime-sync.d.ts +9 -0
  126. package/dist/_internal/platform/automation/manager-runtime-sync.d.ts.map +1 -0
  127. package/dist/_internal/platform/automation/manager-runtime-sync.js +33 -0
  128. package/dist/_internal/platform/automation/manager-runtime.d.ts +127 -0
  129. package/dist/_internal/platform/automation/manager-runtime.d.ts.map +1 -0
  130. package/dist/_internal/platform/automation/manager-runtime.js +573 -0
  131. package/dist/_internal/platform/automation/manager.d.ts +3 -0
  132. package/dist/_internal/platform/automation/manager.d.ts.map +1 -0
  133. package/dist/_internal/platform/automation/manager.js +1 -0
  134. package/dist/_internal/platform/automation/schedules.js +1 -1
  135. package/dist/_internal/platform/automation/service.d.ts +61 -0
  136. package/dist/_internal/platform/automation/service.d.ts.map +1 -0
  137. package/dist/_internal/platform/automation/service.js +205 -0
  138. package/dist/_internal/platform/bookmarks/manager.d.ts +1 -1
  139. package/dist/_internal/platform/bookmarks/manager.js +1 -1
  140. package/dist/_internal/platform/channels/builtin/account-actions.d.ts +12 -0
  141. package/dist/_internal/platform/channels/builtin/account-actions.d.ts.map +1 -0
  142. package/dist/_internal/platform/channels/builtin/account-actions.js +437 -0
  143. package/dist/_internal/platform/channels/builtin/accounts.d.ts +11 -0
  144. package/dist/_internal/platform/channels/builtin/accounts.d.ts.map +1 -0
  145. package/dist/_internal/platform/channels/builtin/accounts.js +390 -0
  146. package/dist/_internal/platform/channels/builtin/contracts.d.ts +20 -0
  147. package/dist/_internal/platform/channels/builtin/contracts.d.ts.map +1 -0
  148. package/dist/_internal/platform/channels/builtin/contracts.js +299 -0
  149. package/dist/_internal/platform/channels/builtin/plugins.d.ts +25 -0
  150. package/dist/_internal/platform/channels/builtin/plugins.d.ts.map +1 -0
  151. package/dist/_internal/platform/channels/builtin/plugins.js +225 -0
  152. package/dist/_internal/platform/channels/builtin/rendering.d.ts +15 -0
  153. package/dist/_internal/platform/channels/builtin/rendering.d.ts.map +1 -0
  154. package/dist/_internal/platform/channels/builtin/rendering.js +135 -0
  155. package/dist/_internal/platform/channels/builtin/setup-schema.d.ts +3 -0
  156. package/dist/_internal/platform/channels/builtin/setup-schema.d.ts.map +1 -0
  157. package/dist/_internal/platform/channels/builtin/setup-schema.js +479 -0
  158. package/dist/_internal/platform/channels/builtin/shared.d.ts +41 -0
  159. package/dist/_internal/platform/channels/builtin/shared.d.ts.map +1 -0
  160. package/dist/_internal/platform/channels/builtin/shared.js +42 -0
  161. package/dist/_internal/platform/channels/builtin/surfaces.d.ts +11 -0
  162. package/dist/_internal/platform/channels/builtin/surfaces.d.ts.map +1 -0
  163. package/dist/_internal/platform/channels/builtin/surfaces.js +49 -0
  164. package/dist/_internal/platform/channels/builtin/targets.d.ts +14 -0
  165. package/dist/_internal/platform/channels/builtin/targets.d.ts.map +1 -0
  166. package/dist/_internal/platform/channels/builtin/targets.js +665 -0
  167. package/dist/_internal/platform/channels/builtin-runtime.d.ts +40 -0
  168. package/dist/_internal/platform/channels/builtin-runtime.d.ts.map +1 -0
  169. package/dist/_internal/platform/channels/builtin-runtime.js +293 -0
  170. package/dist/_internal/platform/channels/delivery/shared.d.ts +20 -0
  171. package/dist/_internal/platform/channels/delivery/shared.d.ts.map +1 -0
  172. package/dist/_internal/platform/channels/delivery/shared.js +165 -0
  173. package/dist/_internal/platform/channels/delivery/strategies-bridge.d.ts +9 -0
  174. package/dist/_internal/platform/channels/delivery/strategies-bridge.d.ts.map +1 -0
  175. package/dist/_internal/platform/channels/delivery/strategies-bridge.js +165 -0
  176. package/dist/_internal/platform/channels/delivery/strategies-core.d.ts +13 -0
  177. package/dist/_internal/platform/channels/delivery/strategies-core.d.ts.map +1 -0
  178. package/dist/_internal/platform/channels/delivery/strategies-core.js +238 -0
  179. package/dist/_internal/platform/channels/delivery/strategies-enterprise.d.ts +8 -0
  180. package/dist/_internal/platform/channels/delivery/strategies-enterprise.d.ts.map +1 -0
  181. package/dist/_internal/platform/channels/delivery/strategies-enterprise.js +120 -0
  182. package/dist/_internal/platform/channels/delivery/types.d.ts +53 -0
  183. package/dist/_internal/platform/channels/delivery/types.d.ts.map +1 -0
  184. package/dist/_internal/platform/channels/delivery/types.js +1 -0
  185. package/dist/_internal/platform/channels/delivery-router.d.ts +21 -0
  186. package/dist/_internal/platform/channels/delivery-router.d.ts.map +1 -0
  187. package/dist/_internal/platform/channels/delivery-router.js +74 -0
  188. package/dist/_internal/platform/channels/index.d.ts +15 -0
  189. package/dist/_internal/platform/channels/index.d.ts.map +1 -0
  190. package/dist/_internal/platform/channels/index.js +8 -0
  191. package/dist/_internal/platform/channels/plugin-registry.d.ts +96 -0
  192. package/dist/_internal/platform/channels/plugin-registry.d.ts.map +1 -0
  193. package/dist/_internal/platform/channels/plugin-registry.js +437 -0
  194. package/dist/_internal/platform/channels/provider-runtime.d.ts +56 -0
  195. package/dist/_internal/platform/channels/provider-runtime.d.ts.map +1 -0
  196. package/dist/_internal/platform/channels/provider-runtime.js +257 -0
  197. package/dist/_internal/platform/channels/reply-pipeline.d.ts +42 -0
  198. package/dist/_internal/platform/channels/reply-pipeline.d.ts.map +1 -0
  199. package/dist/_internal/platform/channels/reply-pipeline.js +444 -0
  200. package/dist/_internal/platform/channels/route-manager.d.ts +60 -0
  201. package/dist/_internal/platform/channels/route-manager.d.ts.map +1 -0
  202. package/dist/_internal/platform/channels/route-manager.js +280 -0
  203. package/dist/_internal/platform/channels/surface-registry.d.ts +16 -0
  204. package/dist/_internal/platform/channels/surface-registry.d.ts.map +1 -0
  205. package/dist/_internal/platform/channels/surface-registry.js +197 -0
  206. package/dist/_internal/platform/config/helper-model.d.ts +92 -0
  207. package/dist/_internal/platform/config/helper-model.d.ts.map +1 -0
  208. package/dist/_internal/platform/config/helper-model.js +187 -0
  209. package/dist/_internal/platform/config/index.d.ts +35 -0
  210. package/dist/_internal/platform/config/index.d.ts.map +1 -0
  211. package/dist/_internal/platform/config/index.js +182 -0
  212. package/dist/_internal/platform/config/manager.d.ts +91 -0
  213. package/dist/_internal/platform/config/manager.d.ts.map +1 -0
  214. package/dist/_internal/platform/config/manager.js +332 -0
  215. package/dist/_internal/platform/config/schema-domain-core.js +1 -1
  216. package/dist/_internal/platform/config/schema-domain-runtime.js +1 -1
  217. package/dist/_internal/platform/config/secrets.d.ts +89 -0
  218. package/dist/_internal/platform/config/secrets.d.ts.map +1 -0
  219. package/dist/_internal/platform/config/secrets.js +444 -0
  220. package/dist/_internal/platform/config/service-registry.d.ts +98 -0
  221. package/dist/_internal/platform/config/service-registry.d.ts.map +1 -0
  222. package/dist/_internal/platform/config/service-registry.js +221 -0
  223. package/dist/_internal/platform/config/subscription-auth.d.ts +3 -0
  224. package/dist/_internal/platform/config/subscription-auth.d.ts.map +1 -0
  225. package/dist/_internal/platform/config/subscription-auth.js +29 -0
  226. package/dist/_internal/platform/config/subscription-providers.d.ts +30 -0
  227. package/dist/_internal/platform/config/subscription-providers.d.ts.map +1 -0
  228. package/dist/_internal/platform/config/subscription-providers.js +92 -0
  229. package/dist/_internal/platform/config/tool-llm.d.ts +63 -0
  230. package/dist/_internal/platform/config/tool-llm.d.ts.map +1 -0
  231. package/dist/_internal/platform/config/tool-llm.js +87 -0
  232. package/dist/_internal/platform/control-plane/approval-broker.d.ts +83 -0
  233. package/dist/_internal/platform/control-plane/approval-broker.d.ts.map +1 -0
  234. package/dist/_internal/platform/control-plane/approval-broker.js +270 -0
  235. package/dist/_internal/platform/control-plane/gateway.d.ts +94 -0
  236. package/dist/_internal/platform/control-plane/gateway.d.ts.map +1 -0
  237. package/dist/_internal/platform/control-plane/gateway.js +582 -0
  238. package/dist/_internal/platform/control-plane/index.d.ts +12 -0
  239. package/dist/_internal/platform/control-plane/index.d.ts.map +1 -0
  240. package/dist/_internal/platform/control-plane/index.js +4 -0
  241. package/dist/_internal/platform/control-plane/media-contract-schemas.d.ts +16 -0
  242. package/dist/_internal/platform/control-plane/media-contract-schemas.d.ts.map +1 -0
  243. package/dist/_internal/platform/control-plane/media-contract-schemas.js +182 -0
  244. package/dist/_internal/platform/control-plane/method-catalog-admin.d.ts +3 -0
  245. package/dist/_internal/platform/control-plane/method-catalog-admin.d.ts.map +1 -0
  246. package/dist/_internal/platform/control-plane/method-catalog-admin.js +123 -0
  247. package/dist/_internal/platform/control-plane/method-catalog-channels.d.ts +3 -0
  248. package/dist/_internal/platform/control-plane/method-catalog-channels.d.ts.map +1 -0
  249. package/dist/_internal/platform/control-plane/method-catalog-channels.js +559 -0
  250. package/dist/_internal/platform/control-plane/method-catalog-control-automation.d.ts +3 -0
  251. package/dist/_internal/platform/control-plane/method-catalog-control-automation.d.ts.map +1 -0
  252. package/dist/_internal/platform/control-plane/method-catalog-control-automation.js +440 -0
  253. package/dist/_internal/platform/control-plane/method-catalog-control-core.d.ts +3 -0
  254. package/dist/_internal/platform/control-plane/method-catalog-control-core.d.ts.map +1 -0
  255. package/dist/_internal/platform/control-plane/method-catalog-control-core.js +541 -0
  256. package/dist/_internal/platform/control-plane/method-catalog-control.d.ts +3 -0
  257. package/dist/_internal/platform/control-plane/method-catalog-control.d.ts.map +1 -0
  258. package/dist/_internal/platform/control-plane/method-catalog-control.js +6 -0
  259. package/dist/_internal/platform/control-plane/method-catalog-events.d.ts +3 -0
  260. package/dist/_internal/platform/control-plane/method-catalog-events.d.ts.map +1 -0
  261. package/dist/_internal/platform/control-plane/method-catalog-events.js +71 -0
  262. package/dist/_internal/platform/control-plane/method-catalog-knowledge.d.ts +3 -0
  263. package/dist/_internal/platform/control-plane/method-catalog-knowledge.d.ts.map +1 -0
  264. package/dist/_internal/platform/control-plane/method-catalog-knowledge.js +487 -0
  265. package/dist/_internal/platform/control-plane/method-catalog-media.d.ts +3 -0
  266. package/dist/_internal/platform/control-plane/method-catalog-media.d.ts.map +1 -0
  267. package/dist/_internal/platform/control-plane/method-catalog-media.js +248 -0
  268. package/dist/_internal/platform/control-plane/method-catalog-runtime.d.ts +3 -0
  269. package/dist/_internal/platform/control-plane/method-catalog-runtime.d.ts.map +1 -0
  270. package/dist/_internal/platform/control-plane/method-catalog-runtime.js +265 -0
  271. package/dist/_internal/platform/control-plane/method-catalog-shared.d.ts +100 -0
  272. package/dist/_internal/platform/control-plane/method-catalog-shared.d.ts.map +1 -0
  273. package/dist/_internal/platform/control-plane/method-catalog-shared.js +117 -0
  274. package/dist/_internal/platform/control-plane/method-catalog.d.ts +29 -0
  275. package/dist/_internal/platform/control-plane/method-catalog.d.ts.map +1 -0
  276. package/dist/_internal/platform/control-plane/method-catalog.js +180 -0
  277. package/dist/_internal/platform/control-plane/operator-contract-schemas-admin.d.ts +41 -0
  278. package/dist/_internal/platform/control-plane/operator-contract-schemas-admin.d.ts.map +1 -0
  279. package/dist/_internal/platform/control-plane/operator-contract-schemas-admin.js +569 -0
  280. package/dist/_internal/platform/control-plane/operator-contract-schemas-channels.d.ts +26 -0
  281. package/dist/_internal/platform/control-plane/operator-contract-schemas-channels.d.ts.map +1 -0
  282. package/dist/_internal/platform/control-plane/operator-contract-schemas-channels.js +324 -0
  283. package/dist/_internal/platform/control-plane/operator-contract-schemas-control.d.ts +10 -0
  284. package/dist/_internal/platform/control-plane/operator-contract-schemas-control.d.ts.map +1 -0
  285. package/dist/_internal/platform/control-plane/operator-contract-schemas-control.js +189 -0
  286. package/dist/_internal/platform/control-plane/operator-contract-schemas-domains.d.ts +5 -0
  287. package/dist/_internal/platform/control-plane/operator-contract-schemas-domains.d.ts.map +1 -0
  288. package/dist/_internal/platform/control-plane/operator-contract-schemas-domains.js +4 -0
  289. package/dist/_internal/platform/control-plane/operator-contract-schemas-knowledge.d.ts +92 -0
  290. package/dist/_internal/platform/control-plane/operator-contract-schemas-knowledge.d.ts.map +1 -0
  291. package/dist/_internal/platform/control-plane/operator-contract-schemas-knowledge.js +512 -0
  292. package/dist/_internal/platform/control-plane/operator-contract-schemas-media.d.ts +24 -0
  293. package/dist/_internal/platform/control-plane/operator-contract-schemas-media.d.ts.map +1 -0
  294. package/dist/_internal/platform/control-plane/operator-contract-schemas-media.js +232 -0
  295. package/dist/_internal/platform/control-plane/operator-contract-schemas-permissions.d.ts +15 -0
  296. package/dist/_internal/platform/control-plane/operator-contract-schemas-permissions.d.ts.map +1 -0
  297. package/dist/_internal/platform/control-plane/operator-contract-schemas-permissions.js +85 -0
  298. package/dist/_internal/platform/control-plane/operator-contract-schemas-remote.d.ts +2 -0
  299. package/dist/_internal/platform/control-plane/operator-contract-schemas-remote.d.ts.map +1 -0
  300. package/dist/_internal/platform/control-plane/operator-contract-schemas-remote.js +1 -0
  301. package/dist/_internal/platform/control-plane/operator-contract-schemas-runtime.d.ts +30 -0
  302. package/dist/_internal/platform/control-plane/operator-contract-schemas-runtime.d.ts.map +1 -0
  303. package/dist/_internal/platform/control-plane/operator-contract-schemas-runtime.js +501 -0
  304. package/dist/_internal/platform/control-plane/operator-contract-schemas-shared.d.ts +19 -0
  305. package/dist/_internal/platform/control-plane/operator-contract-schemas-shared.d.ts.map +1 -0
  306. package/dist/_internal/platform/control-plane/operator-contract-schemas-shared.js +59 -0
  307. package/dist/_internal/platform/control-plane/operator-contract-schemas-telemetry.d.ts +18 -0
  308. package/dist/_internal/platform/control-plane/operator-contract-schemas-telemetry.d.ts.map +1 -0
  309. package/dist/_internal/platform/control-plane/operator-contract-schemas-telemetry.js +309 -0
  310. package/dist/_internal/platform/control-plane/operator-contract-schemas.d.ts +7 -0
  311. package/dist/_internal/platform/control-plane/operator-contract-schemas.d.ts.map +1 -0
  312. package/dist/_internal/platform/control-plane/operator-contract-schemas.js +6 -0
  313. package/dist/_internal/platform/control-plane/operator-contract.d.ts +6 -0
  314. package/dist/_internal/platform/control-plane/operator-contract.d.ts.map +1 -0
  315. package/dist/_internal/platform/control-plane/operator-contract.js +128 -0
  316. package/dist/_internal/platform/control-plane/session-broker.d.ts +73 -0
  317. package/dist/_internal/platform/control-plane/session-broker.d.ts.map +1 -0
  318. package/dist/_internal/platform/control-plane/session-broker.js +668 -0
  319. package/dist/_internal/platform/core/compaction-sections.d.ts +98 -0
  320. package/dist/_internal/platform/core/compaction-sections.d.ts.map +1 -0
  321. package/dist/_internal/platform/core/compaction-sections.js +394 -0
  322. package/dist/_internal/platform/core/compaction-types.d.ts +99 -0
  323. package/dist/_internal/platform/core/compaction-types.d.ts.map +1 -0
  324. package/dist/_internal/platform/core/compaction-types.js +21 -0
  325. package/dist/_internal/platform/core/context-compaction.d.ts +82 -0
  326. package/dist/_internal/platform/core/context-compaction.d.ts.map +1 -0
  327. package/dist/_internal/platform/core/context-compaction.js +419 -0
  328. package/dist/_internal/platform/core/conversation-compaction.d.ts +14 -0
  329. package/dist/_internal/platform/core/conversation-compaction.d.ts.map +1 -0
  330. package/dist/_internal/platform/core/conversation-compaction.js +43 -0
  331. package/dist/_internal/platform/core/conversation-diff.d.ts +10 -0
  332. package/dist/_internal/platform/core/conversation-diff.d.ts.map +1 -0
  333. package/dist/_internal/platform/core/conversation-diff.js +48 -0
  334. package/dist/_internal/platform/core/conversation-utils.d.ts +11 -0
  335. package/dist/_internal/platform/core/conversation-utils.d.ts.map +1 -0
  336. package/dist/_internal/platform/core/conversation-utils.js +66 -0
  337. package/dist/_internal/platform/core/conversation.d.ts +114 -0
  338. package/dist/_internal/platform/core/conversation.d.ts.map +1 -0
  339. package/dist/_internal/platform/core/conversation.js +246 -0
  340. package/dist/_internal/platform/core/event-replay.d.ts +83 -0
  341. package/dist/_internal/platform/core/event-replay.d.ts.map +1 -0
  342. package/dist/_internal/platform/core/event-replay.js +224 -0
  343. package/dist/_internal/platform/core/orchestrator-context-runtime.d.ts +58 -0
  344. package/dist/_internal/platform/core/orchestrator-context-runtime.d.ts.map +1 -0
  345. package/dist/_internal/platform/core/orchestrator-context-runtime.js +281 -0
  346. package/dist/_internal/platform/core/orchestrator-follow-up-runtime.d.ts +34 -0
  347. package/dist/_internal/platform/core/orchestrator-follow-up-runtime.d.ts.map +1 -0
  348. package/dist/_internal/platform/core/orchestrator-follow-up-runtime.js +110 -0
  349. package/dist/_internal/platform/core/orchestrator-runtime.d.ts +30 -0
  350. package/dist/_internal/platform/core/orchestrator-runtime.d.ts.map +1 -0
  351. package/dist/_internal/platform/core/orchestrator-runtime.js +62 -0
  352. package/dist/_internal/platform/core/orchestrator-tool-runtime.d.ts +41 -0
  353. package/dist/_internal/platform/core/orchestrator-tool-runtime.d.ts.map +1 -0
  354. package/dist/_internal/platform/core/orchestrator-tool-runtime.js +373 -0
  355. package/dist/_internal/platform/core/orchestrator-turn-helpers.d.ts +62 -0
  356. package/dist/_internal/platform/core/orchestrator-turn-helpers.d.ts.map +1 -0
  357. package/dist/_internal/platform/core/orchestrator-turn-helpers.js +226 -0
  358. package/dist/_internal/platform/core/orchestrator-turn-loop.d.ts +64 -0
  359. package/dist/_internal/platform/core/orchestrator-turn-loop.d.ts.map +1 -0
  360. package/dist/_internal/platform/core/orchestrator-turn-loop.js +319 -0
  361. package/dist/_internal/platform/core/orchestrator.d.ts +191 -0
  362. package/dist/_internal/platform/core/orchestrator.d.ts.map +1 -0
  363. package/dist/_internal/platform/core/orchestrator.js +612 -0
  364. package/dist/_internal/platform/core/plan-command-handler.d.ts +31 -0
  365. package/dist/_internal/platform/core/plan-command-handler.d.ts.map +1 -0
  366. package/dist/_internal/platform/core/plan-command-handler.js +133 -0
  367. package/dist/_internal/platform/core/transcript-events/classify.d.ts +4 -0
  368. package/dist/_internal/platform/core/transcript-events/classify.d.ts.map +1 -0
  369. package/dist/_internal/platform/core/transcript-events/classify.js +94 -0
  370. package/dist/_internal/platform/core/transcript-events/index.d.ts +10 -0
  371. package/dist/_internal/platform/core/transcript-events/index.d.ts.map +1 -0
  372. package/dist/_internal/platform/core/transcript-events/index.js +9 -0
  373. package/dist/_internal/platform/daemon/cli.d.ts +2 -0
  374. package/dist/_internal/platform/daemon/cli.d.ts.map +1 -0
  375. package/dist/_internal/platform/daemon/cli.js +68 -0
  376. package/dist/_internal/platform/daemon/control-plane.d.ts +113 -0
  377. package/dist/_internal/platform/daemon/control-plane.d.ts.map +1 -0
  378. package/dist/_internal/platform/daemon/control-plane.js +402 -0
  379. package/dist/_internal/platform/daemon/facade-composition.d.ts +127 -0
  380. package/dist/_internal/platform/daemon/facade-composition.d.ts.map +1 -0
  381. package/dist/_internal/platform/daemon/facade-composition.js +274 -0
  382. package/dist/_internal/platform/daemon/facade.d.ts +111 -0
  383. package/dist/_internal/platform/daemon/facade.d.ts.map +1 -0
  384. package/dist/_internal/platform/daemon/facade.js +483 -0
  385. package/dist/_internal/platform/daemon/helpers.d.ts +13 -0
  386. package/dist/_internal/platform/daemon/helpers.d.ts.map +1 -0
  387. package/dist/_internal/platform/daemon/helpers.js +48 -0
  388. package/dist/_internal/platform/daemon/http/router-route-contexts.d.ts +71 -0
  389. package/dist/_internal/platform/daemon/http/router-route-contexts.d.ts.map +1 -0
  390. package/dist/_internal/platform/daemon/http/router-route-contexts.js +162 -0
  391. package/dist/_internal/platform/daemon/http/router.d.ts +120 -0
  392. package/dist/_internal/platform/daemon/http/router.d.ts.map +1 -0
  393. package/dist/_internal/platform/daemon/http/router.js +360 -0
  394. package/dist/_internal/platform/daemon/http-listener.d.ts +68 -0
  395. package/dist/_internal/platform/daemon/http-listener.d.ts.map +1 -0
  396. package/dist/_internal/platform/daemon/http-listener.js +246 -0
  397. package/dist/_internal/platform/daemon/index.d.ts +4 -0
  398. package/dist/_internal/platform/daemon/index.d.ts.map +1 -0
  399. package/dist/_internal/platform/daemon/index.js +3 -0
  400. package/dist/_internal/platform/daemon/server.d.ts +2 -0
  401. package/dist/_internal/platform/daemon/server.d.ts.map +1 -0
  402. package/dist/_internal/platform/daemon/server.js +1 -0
  403. package/dist/_internal/platform/daemon/service-manager.d.ts +61 -0
  404. package/dist/_internal/platform/daemon/service-manager.d.ts.map +1 -0
  405. package/dist/_internal/platform/daemon/service-manager.js +351 -0
  406. package/dist/_internal/platform/daemon/surface-actions.d.ts +54 -0
  407. package/dist/_internal/platform/daemon/surface-actions.d.ts.map +1 -0
  408. package/dist/_internal/platform/daemon/surface-actions.js +124 -0
  409. package/dist/_internal/platform/daemon/surface-delivery.d.ts +57 -0
  410. package/dist/_internal/platform/daemon/surface-delivery.d.ts.map +1 -0
  411. package/dist/_internal/platform/daemon/surface-delivery.js +459 -0
  412. package/dist/_internal/platform/daemon/surface-policy.d.ts +5 -0
  413. package/dist/_internal/platform/daemon/surface-policy.d.ts.map +1 -0
  414. package/dist/_internal/platform/daemon/surface-policy.js +40 -0
  415. package/dist/_internal/platform/daemon/transport-events.d.ts +26 -0
  416. package/dist/_internal/platform/daemon/transport-events.d.ts.map +1 -0
  417. package/dist/_internal/platform/daemon/transport-events.js +91 -0
  418. package/dist/_internal/platform/daemon/types.d.ts +213 -0
  419. package/dist/_internal/platform/daemon/types.d.ts.map +1 -0
  420. package/dist/_internal/platform/daemon/types.js +1 -0
  421. package/dist/_internal/platform/discovery/mcp-scanner.js +5 -5
  422. package/dist/_internal/platform/discovery/scanner.js +1 -1
  423. package/dist/_internal/platform/export/markdown.d.ts +43 -0
  424. package/dist/_internal/platform/export/markdown.d.ts.map +1 -0
  425. package/dist/_internal/platform/export/markdown.js +171 -0
  426. package/dist/_internal/platform/export/session-export.d.ts +56 -0
  427. package/dist/_internal/platform/export/session-export.d.ts.map +1 -0
  428. package/dist/_internal/platform/export/session-export.js +568 -0
  429. package/dist/_internal/platform/git/index.d.ts +2 -0
  430. package/dist/_internal/platform/git/index.d.ts.map +1 -0
  431. package/dist/_internal/platform/git/index.js +1 -0
  432. package/dist/_internal/platform/git/service.d.ts +101 -0
  433. package/dist/_internal/platform/git/service.d.ts.map +1 -0
  434. package/dist/_internal/platform/git/service.js +355 -0
  435. package/dist/_internal/platform/hooks/chain-engine.d.ts +44 -0
  436. package/dist/_internal/platform/hooks/chain-engine.d.ts.map +1 -0
  437. package/dist/_internal/platform/hooks/chain-engine.js +459 -0
  438. package/dist/_internal/platform/hooks/dispatcher.d.ts +68 -0
  439. package/dist/_internal/platform/hooks/dispatcher.d.ts.map +1 -0
  440. package/dist/_internal/platform/hooks/dispatcher.js +376 -0
  441. package/dist/_internal/platform/hooks/hook-api.d.ts +72 -0
  442. package/dist/_internal/platform/hooks/hook-api.d.ts.map +1 -0
  443. package/dist/_internal/platform/hooks/hook-api.js +98 -0
  444. package/dist/_internal/platform/hooks/index.d.ts +19 -0
  445. package/dist/_internal/platform/hooks/index.d.ts.map +1 -0
  446. package/dist/_internal/platform/hooks/index.js +11 -0
  447. package/dist/_internal/platform/hooks/runners/agent.d.ts +16 -0
  448. package/dist/_internal/platform/hooks/runners/agent.d.ts.map +1 -0
  449. package/dist/_internal/platform/hooks/runners/agent.js +76 -0
  450. package/dist/_internal/platform/hooks/runners/prompt.d.ts +13 -0
  451. package/dist/_internal/platform/hooks/runners/prompt.d.ts.map +1 -0
  452. package/dist/_internal/platform/hooks/runners/prompt.js +58 -0
  453. package/dist/_internal/platform/hooks/workbench.d.ts +67 -0
  454. package/dist/_internal/platform/hooks/workbench.d.ts.map +1 -0
  455. package/dist/_internal/platform/hooks/workbench.js +301 -0
  456. package/dist/_internal/platform/input/command-registry.d.ts +17 -0
  457. package/dist/_internal/platform/input/command-registry.d.ts.map +1 -0
  458. package/dist/_internal/platform/input/command-registry.js +25 -0
  459. package/dist/_internal/platform/input/keybindings.d.ts +86 -0
  460. package/dist/_internal/platform/input/keybindings.d.ts.map +1 -0
  461. package/dist/_internal/platform/input/keybindings.js +202 -0
  462. package/dist/_internal/platform/integrations/index.d.ts +13 -0
  463. package/dist/_internal/platform/integrations/index.d.ts.map +1 -0
  464. package/dist/_internal/platform/integrations/index.js +7 -0
  465. package/dist/_internal/platform/integrations/notifier.d.ts +56 -0
  466. package/dist/_internal/platform/integrations/notifier.d.ts.map +1 -0
  467. package/dist/_internal/platform/integrations/notifier.js +166 -0
  468. package/dist/_internal/platform/integrations/webhooks.d.ts +52 -0
  469. package/dist/_internal/platform/integrations/webhooks.d.ts.map +1 -0
  470. package/dist/_internal/platform/integrations/webhooks.js +141 -0
  471. package/dist/_internal/platform/intelligence/config.js +4 -4
  472. package/dist/_internal/platform/intelligence/facade.d.ts +1 -1
  473. package/dist/_internal/platform/intelligence/facade.js +2 -2
  474. package/dist/_internal/platform/knowledge/consolidation.d.ts +23 -0
  475. package/dist/_internal/platform/knowledge/consolidation.d.ts.map +1 -0
  476. package/dist/_internal/platform/knowledge/consolidation.js +274 -0
  477. package/dist/_internal/platform/knowledge/graphql.d.ts +25 -0
  478. package/dist/_internal/platform/knowledge/graphql.d.ts.map +1 -0
  479. package/dist/_internal/platform/knowledge/graphql.js +232 -0
  480. package/dist/_internal/platform/knowledge/index.d.ts +13 -0
  481. package/dist/_internal/platform/knowledge/index.d.ts.map +1 -0
  482. package/dist/_internal/platform/knowledge/index.js +8 -0
  483. package/dist/_internal/platform/knowledge/ingest-compile.d.ts +21 -0
  484. package/dist/_internal/platform/knowledge/ingest-compile.d.ts.map +1 -0
  485. package/dist/_internal/platform/knowledge/ingest-compile.js +311 -0
  486. package/dist/_internal/platform/knowledge/ingest-context.d.ts +19 -0
  487. package/dist/_internal/platform/knowledge/ingest-context.d.ts.map +1 -0
  488. package/dist/_internal/platform/knowledge/ingest-context.js +1 -0
  489. package/dist/_internal/platform/knowledge/ingest-inputs.d.ts +65 -0
  490. package/dist/_internal/platform/knowledge/ingest-inputs.d.ts.map +1 -0
  491. package/dist/_internal/platform/knowledge/ingest-inputs.js +304 -0
  492. package/dist/_internal/platform/knowledge/ingest.d.ts +4 -0
  493. package/dist/_internal/platform/knowledge/ingest.d.ts.map +1 -0
  494. package/dist/_internal/platform/knowledge/ingest.js +2 -0
  495. package/dist/_internal/platform/knowledge/internal.d.ts +55 -0
  496. package/dist/_internal/platform/knowledge/internal.d.ts.map +1 -0
  497. package/dist/_internal/platform/knowledge/internal.js +231 -0
  498. package/dist/_internal/platform/knowledge/knowledge-api.d.ts +160 -0
  499. package/dist/_internal/platform/knowledge/knowledge-api.d.ts.map +1 -0
  500. package/dist/_internal/platform/knowledge/knowledge-api.js +145 -0
  501. package/dist/_internal/platform/knowledge/lint.d.ts +13 -0
  502. package/dist/_internal/platform/knowledge/lint.d.ts.map +1 -0
  503. package/dist/_internal/platform/knowledge/lint.js +94 -0
  504. package/dist/_internal/platform/knowledge/memory-sync.d.ts +4 -0
  505. package/dist/_internal/platform/knowledge/memory-sync.d.ts.map +1 -0
  506. package/dist/_internal/platform/knowledge/memory-sync.js +54 -0
  507. package/dist/_internal/platform/knowledge/packet.d.ts +38 -0
  508. package/dist/_internal/platform/knowledge/packet.d.ts.map +1 -0
  509. package/dist/_internal/platform/knowledge/packet.js +278 -0
  510. package/dist/_internal/platform/knowledge/scheduling.d.ts +48 -0
  511. package/dist/_internal/platform/knowledge/scheduling.d.ts.map +1 -0
  512. package/dist/_internal/platform/knowledge/scheduling.js +246 -0
  513. package/dist/_internal/platform/knowledge/service.d.ts +230 -0
  514. package/dist/_internal/platform/knowledge/service.d.ts.map +1 -0
  515. package/dist/_internal/platform/knowledge/service.js +420 -0
  516. package/dist/_internal/platform/mcp/client.d.ts +78 -0
  517. package/dist/_internal/platform/mcp/client.d.ts.map +1 -0
  518. package/dist/_internal/platform/mcp/client.js +331 -0
  519. package/dist/_internal/platform/mcp/index.d.ts +7 -0
  520. package/dist/_internal/platform/mcp/index.d.ts.map +1 -0
  521. package/dist/_internal/platform/mcp/index.js +3 -0
  522. package/dist/_internal/platform/mcp/mcp-api.d.ts +52 -0
  523. package/dist/_internal/platform/mcp/mcp-api.d.ts.map +1 -0
  524. package/dist/_internal/platform/mcp/mcp-api.js +34 -0
  525. package/dist/_internal/platform/mcp/registry.d.ts +110 -0
  526. package/dist/_internal/platform/mcp/registry.d.ts.map +1 -0
  527. package/dist/_internal/platform/mcp/registry.js +427 -0
  528. package/dist/_internal/platform/media/builtin-image-understanding.d.ts +11 -0
  529. package/dist/_internal/platform/media/builtin-image-understanding.d.ts.map +1 -0
  530. package/dist/_internal/platform/media/builtin-image-understanding.js +226 -0
  531. package/dist/_internal/platform/media/builtin-providers.d.ts +5 -0
  532. package/dist/_internal/platform/media/builtin-providers.d.ts.map +1 -0
  533. package/dist/_internal/platform/media/builtin-providers.js +13 -0
  534. package/dist/_internal/platform/media/index.d.ts +4 -0
  535. package/dist/_internal/platform/media/index.d.ts.map +1 -0
  536. package/dist/_internal/platform/media/index.js +2 -0
  537. package/dist/_internal/platform/multimodal/index.d.ts +3 -0
  538. package/dist/_internal/platform/multimodal/index.d.ts.map +1 -0
  539. package/dist/_internal/platform/multimodal/index.js +1 -0
  540. package/dist/_internal/platform/multimodal/service.d.ts +30 -0
  541. package/dist/_internal/platform/multimodal/service.d.ts.map +1 -0
  542. package/dist/_internal/platform/multimodal/service.js +443 -0
  543. package/dist/_internal/platform/panels/panel-manager.d.ts +89 -0
  544. package/dist/_internal/platform/panels/panel-manager.d.ts.map +1 -0
  545. package/dist/_internal/platform/panels/panel-manager.js +481 -0
  546. package/dist/_internal/platform/panels/types.d.ts +30 -0
  547. package/dist/_internal/platform/panels/types.d.ts.map +1 -0
  548. package/dist/_internal/platform/panels/types.js +1 -0
  549. package/dist/_internal/platform/permissions/briefs/build.d.ts +5 -0
  550. package/dist/_internal/platform/permissions/briefs/build.d.ts.map +1 -0
  551. package/dist/_internal/platform/permissions/briefs/build.js +82 -0
  552. package/dist/_internal/platform/permissions/manager.d.ts +52 -0
  553. package/dist/_internal/platform/permissions/manager.d.ts.map +1 -0
  554. package/dist/_internal/platform/permissions/manager.js +269 -0
  555. package/dist/_internal/platform/permissions/prompt.d.ts +18 -0
  556. package/dist/_internal/platform/permissions/prompt.d.ts.map +1 -0
  557. package/dist/_internal/platform/permissions/prompt.js +1 -0
  558. package/dist/_internal/platform/plugins/api.d.ts +155 -0
  559. package/dist/_internal/platform/plugins/api.d.ts.map +1 -0
  560. package/dist/_internal/platform/plugins/api.js +197 -0
  561. package/dist/_internal/platform/plugins/loader.d.ts +101 -0
  562. package/dist/_internal/platform/plugins/loader.d.ts.map +1 -0
  563. package/dist/_internal/platform/plugins/loader.js +201 -0
  564. package/dist/_internal/platform/plugins/manager.d.ts +148 -0
  565. package/dist/_internal/platform/plugins/manager.d.ts.map +1 -0
  566. package/dist/_internal/platform/plugins/manager.js +338 -0
  567. package/dist/_internal/platform/profiles/manager.d.ts +1 -1
  568. package/dist/_internal/platform/profiles/manager.js +1 -1
  569. package/dist/_internal/platform/profiles/shape.d.ts +5 -0
  570. package/dist/_internal/platform/profiles/shape.d.ts.map +1 -0
  571. package/dist/_internal/platform/profiles/shape.js +51 -0
  572. package/dist/_internal/platform/providers/amazon-bedrock-mantle.d.ts +5 -0
  573. package/dist/_internal/platform/providers/amazon-bedrock-mantle.d.ts.map +1 -0
  574. package/dist/_internal/platform/providers/amazon-bedrock-mantle.js +45 -0
  575. package/dist/_internal/platform/providers/amazon-bedrock.d.ts +5 -0
  576. package/dist/_internal/platform/providers/amazon-bedrock.d.ts.map +1 -0
  577. package/dist/_internal/platform/providers/amazon-bedrock.js +56 -0
  578. package/dist/_internal/platform/providers/anthropic-compat.d.ts +61 -0
  579. package/dist/_internal/platform/providers/anthropic-compat.d.ts.map +1 -0
  580. package/dist/_internal/platform/providers/anthropic-compat.js +291 -0
  581. package/dist/_internal/platform/providers/anthropic-sdk-provider.d.ts +37 -0
  582. package/dist/_internal/platform/providers/anthropic-sdk-provider.d.ts.map +1 -0
  583. package/dist/_internal/platform/providers/anthropic-sdk-provider.js +173 -0
  584. package/dist/_internal/platform/providers/anthropic-vertex.d.ts +5 -0
  585. package/dist/_internal/platform/providers/anthropic-vertex.d.ts.map +1 -0
  586. package/dist/_internal/platform/providers/anthropic-vertex.js +53 -0
  587. package/dist/_internal/platform/providers/anthropic.d.ts +18 -0
  588. package/dist/_internal/platform/providers/anthropic.d.ts.map +1 -0
  589. package/dist/_internal/platform/providers/anthropic.js +417 -0
  590. package/dist/_internal/platform/providers/auto-register.d.ts +91 -0
  591. package/dist/_internal/platform/providers/auto-register.d.ts.map +1 -0
  592. package/dist/_internal/platform/providers/auto-register.js +359 -0
  593. package/dist/_internal/platform/providers/builtin-catalog.d.ts +41 -0
  594. package/dist/_internal/platform/providers/builtin-catalog.d.ts.map +1 -0
  595. package/dist/_internal/platform/providers/builtin-catalog.js +280 -0
  596. package/dist/_internal/platform/providers/builtin-registry.d.ts +27 -0
  597. package/dist/_internal/platform/providers/builtin-registry.d.ts.map +1 -0
  598. package/dist/_internal/platform/providers/builtin-registry.js +510 -0
  599. package/dist/_internal/platform/providers/cache-planner.d.ts +58 -0
  600. package/dist/_internal/platform/providers/cache-planner.d.ts.map +1 -0
  601. package/dist/_internal/platform/providers/cache-planner.js +203 -0
  602. package/dist/_internal/platform/providers/capabilities.d.ts +154 -0
  603. package/dist/_internal/platform/providers/capabilities.d.ts.map +1 -0
  604. package/dist/_internal/platform/providers/capabilities.js +463 -0
  605. package/dist/_internal/platform/providers/custom-loader.d.ts +89 -0
  606. package/dist/_internal/platform/providers/custom-loader.d.ts.map +1 -0
  607. package/dist/_internal/platform/providers/custom-loader.js +300 -0
  608. package/dist/_internal/platform/providers/discovered-compat.d.ts +17 -0
  609. package/dist/_internal/platform/providers/discovered-compat.d.ts.map +1 -0
  610. package/dist/_internal/platform/providers/discovered-compat.js +14 -0
  611. package/dist/_internal/platform/providers/discovered-factory.d.ts +5 -0
  612. package/dist/_internal/platform/providers/discovered-factory.d.ts.map +1 -0
  613. package/dist/_internal/platform/providers/discovered-factory.js +54 -0
  614. package/dist/_internal/platform/providers/discovered-traits.d.ts +16 -0
  615. package/dist/_internal/platform/providers/discovered-traits.d.ts.map +1 -0
  616. package/dist/_internal/platform/providers/discovered-traits.js +113 -0
  617. package/dist/_internal/platform/providers/gemini.d.ts +32 -0
  618. package/dist/_internal/platform/providers/gemini.d.ts.map +1 -0
  619. package/dist/_internal/platform/providers/gemini.js +391 -0
  620. package/dist/_internal/platform/providers/github-copilot.d.ts +16 -0
  621. package/dist/_internal/platform/providers/github-copilot.d.ts.map +1 -0
  622. package/dist/_internal/platform/providers/github-copilot.js +234 -0
  623. package/dist/_internal/platform/providers/index.d.ts +6 -0
  624. package/dist/_internal/platform/providers/index.d.ts.map +1 -0
  625. package/dist/_internal/platform/providers/index.js +1 -0
  626. package/dist/_internal/platform/providers/interface.d.ts +174 -0
  627. package/dist/_internal/platform/providers/interface.d.ts.map +1 -0
  628. package/dist/_internal/platform/providers/interface.js +7 -0
  629. package/dist/_internal/platform/providers/llama-cpp.d.ts +27 -0
  630. package/dist/_internal/platform/providers/llama-cpp.d.ts.map +1 -0
  631. package/dist/_internal/platform/providers/llama-cpp.js +313 -0
  632. package/dist/_internal/platform/providers/lm-studio-helpers.d.ts +88 -0
  633. package/dist/_internal/platform/providers/lm-studio-helpers.d.ts.map +1 -0
  634. package/dist/_internal/platform/providers/lm-studio-helpers.js +281 -0
  635. package/dist/_internal/platform/providers/lm-studio.d.ts +30 -0
  636. package/dist/_internal/platform/providers/lm-studio.d.ts.map +1 -0
  637. package/dist/_internal/platform/providers/lm-studio.js +405 -0
  638. package/dist/_internal/platform/providers/model-catalog-cache.d.ts +19 -0
  639. package/dist/_internal/platform/providers/model-catalog-cache.d.ts.map +1 -0
  640. package/dist/_internal/platform/providers/model-catalog-cache.js +160 -0
  641. package/dist/_internal/platform/providers/model-catalog-notifications.d.ts +7 -0
  642. package/dist/_internal/platform/providers/model-catalog-notifications.d.ts.map +1 -0
  643. package/dist/_internal/platform/providers/model-catalog-notifications.js +78 -0
  644. package/dist/_internal/platform/providers/model-catalog-synthetic.d.ts +33 -0
  645. package/dist/_internal/platform/providers/model-catalog-synthetic.d.ts.map +1 -0
  646. package/dist/_internal/platform/providers/model-catalog-synthetic.js +153 -0
  647. package/dist/_internal/platform/providers/model-catalog.d.ts +73 -0
  648. package/dist/_internal/platform/providers/model-catalog.d.ts.map +1 -0
  649. package/dist/_internal/platform/providers/model-catalog.js +116 -0
  650. package/dist/_internal/platform/providers/model-limits.d.ts +23 -0
  651. package/dist/_internal/platform/providers/model-limits.d.ts.map +1 -0
  652. package/dist/_internal/platform/providers/model-limits.js +236 -0
  653. package/dist/_internal/platform/providers/ollama.d.ts +27 -0
  654. package/dist/_internal/platform/providers/ollama.d.ts.map +1 -0
  655. package/dist/_internal/platform/providers/ollama.js +376 -0
  656. package/dist/_internal/platform/providers/openai-codex.d.ts +12 -0
  657. package/dist/_internal/platform/providers/openai-codex.d.ts.map +1 -0
  658. package/dist/_internal/platform/providers/openai-codex.js +448 -0
  659. package/dist/_internal/platform/providers/openai-compat.d.ts +69 -0
  660. package/dist/_internal/platform/providers/openai-compat.d.ts.map +1 -0
  661. package/dist/_internal/platform/providers/openai-compat.js +493 -0
  662. package/dist/_internal/platform/providers/openai.d.ts +18 -0
  663. package/dist/_internal/platform/providers/openai.d.ts.map +1 -0
  664. package/dist/_internal/platform/providers/openai.js +199 -0
  665. package/dist/_internal/platform/providers/optimizer.d.ts +157 -0
  666. package/dist/_internal/platform/providers/optimizer.d.ts.map +1 -0
  667. package/dist/_internal/platform/providers/optimizer.js +265 -0
  668. package/dist/_internal/platform/providers/provider-api.d.ts +163 -0
  669. package/dist/_internal/platform/providers/provider-api.d.ts.map +1 -0
  670. package/dist/_internal/platform/providers/provider-api.js +291 -0
  671. package/dist/_internal/platform/providers/registry-helpers.d.ts +14 -0
  672. package/dist/_internal/platform/providers/registry-helpers.d.ts.map +1 -0
  673. package/dist/_internal/platform/providers/registry-helpers.js +28 -0
  674. package/dist/_internal/platform/providers/registry-models.d.ts +13 -0
  675. package/dist/_internal/platform/providers/registry-models.d.ts.map +1 -0
  676. package/dist/_internal/platform/providers/registry-models.js +47 -0
  677. package/dist/_internal/platform/providers/registry-types.d.ts +62 -0
  678. package/dist/_internal/platform/providers/registry-types.d.ts.map +1 -0
  679. package/dist/_internal/platform/providers/registry-types.js +1 -0
  680. package/dist/_internal/platform/providers/registry.d.ts +173 -0
  681. package/dist/_internal/platform/providers/registry.d.ts.map +1 -0
  682. package/dist/_internal/platform/providers/registry.js +603 -0
  683. package/dist/_internal/platform/providers/runtime-metadata.d.ts +13 -0
  684. package/dist/_internal/platform/providers/runtime-metadata.d.ts.map +1 -0
  685. package/dist/_internal/platform/providers/runtime-metadata.js +129 -0
  686. package/dist/_internal/platform/providers/runtime-snapshot.d.ts +34 -0
  687. package/dist/_internal/platform/providers/runtime-snapshot.d.ts.map +1 -0
  688. package/dist/_internal/platform/providers/runtime-snapshot.js +79 -0
  689. package/dist/_internal/platform/providers/synthetic.d.ts +78 -0
  690. package/dist/_internal/platform/providers/synthetic.d.ts.map +1 -0
  691. package/dist/_internal/platform/providers/synthetic.js +418 -0
  692. package/dist/_internal/platform/providers/tier-prompts.d.ts +32 -0
  693. package/dist/_internal/platform/providers/tier-prompts.d.ts.map +1 -0
  694. package/dist/_internal/platform/providers/tier-prompts.js +78 -0
  695. package/dist/_internal/platform/providers/tool-formats.d.ts +137 -0
  696. package/dist/_internal/platform/providers/tool-formats.d.ts.map +1 -0
  697. package/dist/_internal/platform/providers/tool-formats.js +306 -0
  698. package/dist/_internal/platform/runtime/auth/inspection.d.ts +35 -0
  699. package/dist/_internal/platform/runtime/auth/inspection.d.ts.map +1 -0
  700. package/dist/_internal/platform/runtime/auth/inspection.js +87 -0
  701. package/dist/_internal/platform/runtime/bootstrap-background.d.ts +32 -0
  702. package/dist/_internal/platform/runtime/bootstrap-background.d.ts.map +1 -0
  703. package/dist/_internal/platform/runtime/bootstrap-background.js +96 -0
  704. package/dist/_internal/platform/runtime/bootstrap-helpers.d.ts +15 -0
  705. package/dist/_internal/platform/runtime/bootstrap-helpers.d.ts.map +1 -0
  706. package/dist/_internal/platform/runtime/bootstrap-helpers.js +74 -0
  707. package/dist/_internal/platform/runtime/bootstrap-runtime-events.d.ts +30 -0
  708. package/dist/_internal/platform/runtime/bootstrap-runtime-events.d.ts.map +1 -0
  709. package/dist/_internal/platform/runtime/bootstrap-runtime-events.js +199 -0
  710. package/dist/_internal/platform/runtime/bootstrap-services.d.ts +40 -0
  711. package/dist/_internal/platform/runtime/bootstrap-services.d.ts.map +1 -0
  712. package/dist/_internal/platform/runtime/bootstrap-services.js +136 -0
  713. package/dist/_internal/platform/runtime/compaction/index.d.ts +43 -0
  714. package/dist/_internal/platform/runtime/compaction/index.d.ts.map +1 -0
  715. package/dist/_internal/platform/runtime/compaction/index.js +37 -0
  716. package/dist/_internal/platform/runtime/compaction/lifecycle.d.ts +63 -0
  717. package/dist/_internal/platform/runtime/compaction/lifecycle.d.ts.map +1 -0
  718. package/dist/_internal/platform/runtime/compaction/lifecycle.js +113 -0
  719. package/dist/_internal/platform/runtime/compaction/manager.d.ts +100 -0
  720. package/dist/_internal/platform/runtime/compaction/manager.d.ts.map +1 -0
  721. package/dist/_internal/platform/runtime/compaction/manager.js +371 -0
  722. package/dist/_internal/platform/runtime/compaction/quality-score.d.ts +70 -0
  723. package/dist/_internal/platform/runtime/compaction/quality-score.d.ts.map +1 -0
  724. package/dist/_internal/platform/runtime/compaction/quality-score.js +205 -0
  725. package/dist/_internal/platform/runtime/compaction/resume-repair.d.ts +40 -0
  726. package/dist/_internal/platform/runtime/compaction/resume-repair.d.ts.map +1 -0
  727. package/dist/_internal/platform/runtime/compaction/resume-repair.js +155 -0
  728. package/dist/_internal/platform/runtime/compaction/strategies/autocompact.d.ts +22 -0
  729. package/dist/_internal/platform/runtime/compaction/strategies/autocompact.d.ts.map +1 -0
  730. package/dist/_internal/platform/runtime/compaction/strategies/autocompact.js +56 -0
  731. package/dist/_internal/platform/runtime/compaction/strategies/boundary-commit.d.ts +52 -0
  732. package/dist/_internal/platform/runtime/compaction/strategies/boundary-commit.d.ts.map +1 -0
  733. package/dist/_internal/platform/runtime/compaction/strategies/boundary-commit.js +79 -0
  734. package/dist/_internal/platform/runtime/compaction/strategies/collapse.d.ts +22 -0
  735. package/dist/_internal/platform/runtime/compaction/strategies/collapse.d.ts.map +1 -0
  736. package/dist/_internal/platform/runtime/compaction/strategies/collapse.js +81 -0
  737. package/dist/_internal/platform/runtime/compaction/strategies/index.d.ts +14 -0
  738. package/dist/_internal/platform/runtime/compaction/strategies/index.d.ts.map +1 -0
  739. package/dist/_internal/platform/runtime/compaction/strategies/index.js +11 -0
  740. package/dist/_internal/platform/runtime/compaction/strategies/microcompact.d.ts +20 -0
  741. package/dist/_internal/platform/runtime/compaction/strategies/microcompact.d.ts.map +1 -0
  742. package/dist/_internal/platform/runtime/compaction/strategies/microcompact.js +63 -0
  743. package/dist/_internal/platform/runtime/compaction/strategies/reactive.d.ts +25 -0
  744. package/dist/_internal/platform/runtime/compaction/strategies/reactive.d.ts.map +1 -0
  745. package/dist/_internal/platform/runtime/compaction/strategies/reactive.js +71 -0
  746. package/dist/_internal/platform/runtime/compaction/types.d.ts +169 -0
  747. package/dist/_internal/platform/runtime/compaction/types.d.ts.map +1 -0
  748. package/dist/_internal/platform/runtime/compaction/types.js +10 -0
  749. package/dist/_internal/platform/runtime/diagnostics/actions.d.ts +329 -0
  750. package/dist/_internal/platform/runtime/diagnostics/actions.d.ts.map +1 -0
  751. package/dist/_internal/platform/runtime/diagnostics/actions.js +413 -0
  752. package/dist/_internal/platform/runtime/diagnostics/index.d.ts +40 -0
  753. package/dist/_internal/platform/runtime/diagnostics/index.d.ts.map +1 -0
  754. package/dist/_internal/platform/runtime/diagnostics/index.js +40 -0
  755. package/dist/_internal/platform/runtime/diagnostics/panels/agents.d.ts +51 -0
  756. package/dist/_internal/platform/runtime/diagnostics/panels/agents.d.ts.map +1 -0
  757. package/dist/_internal/platform/runtime/diagnostics/panels/agents.js +204 -0
  758. package/dist/_internal/platform/runtime/diagnostics/panels/events.d.ts +53 -0
  759. package/dist/_internal/platform/runtime/diagnostics/panels/events.d.ts.map +1 -0
  760. package/dist/_internal/platform/runtime/diagnostics/panels/events.js +161 -0
  761. package/dist/_internal/platform/runtime/diagnostics/panels/health.d.ts +66 -0
  762. package/dist/_internal/platform/runtime/diagnostics/panels/health.d.ts.map +1 -0
  763. package/dist/_internal/platform/runtime/diagnostics/panels/health.js +202 -0
  764. package/dist/_internal/platform/runtime/diagnostics/panels/index.d.ts +25 -0
  765. package/dist/_internal/platform/runtime/diagnostics/panels/index.d.ts.map +1 -0
  766. package/dist/_internal/platform/runtime/diagnostics/panels/index.js +19 -0
  767. package/dist/_internal/platform/runtime/diagnostics/panels/ops.d.ts +56 -0
  768. package/dist/_internal/platform/runtime/diagnostics/panels/ops.d.ts.map +1 -0
  769. package/dist/_internal/platform/runtime/diagnostics/panels/ops.js +71 -0
  770. package/dist/_internal/platform/runtime/diagnostics/panels/policy.d.ts +103 -0
  771. package/dist/_internal/platform/runtime/diagnostics/panels/policy.d.ts.map +1 -0
  772. package/dist/_internal/platform/runtime/diagnostics/panels/policy.js +123 -0
  773. package/dist/_internal/platform/runtime/diagnostics/panels/tasks.d.ts +51 -0
  774. package/dist/_internal/platform/runtime/diagnostics/panels/tasks.d.ts.map +1 -0
  775. package/dist/_internal/platform/runtime/diagnostics/panels/tasks.js +199 -0
  776. package/dist/_internal/platform/runtime/diagnostics/panels/tool-calls.d.ts +64 -0
  777. package/dist/_internal/platform/runtime/diagnostics/panels/tool-calls.d.ts.map +1 -0
  778. package/dist/_internal/platform/runtime/diagnostics/panels/tool-calls.js +216 -0
  779. package/dist/_internal/platform/runtime/diagnostics/provider.d.ts +159 -0
  780. package/dist/_internal/platform/runtime/diagnostics/provider.d.ts.map +1 -0
  781. package/dist/_internal/platform/runtime/diagnostics/provider.js +178 -0
  782. package/dist/_internal/platform/runtime/ecosystem/catalog.d.ts +164 -0
  783. package/dist/_internal/platform/runtime/ecosystem/catalog.d.ts.map +1 -0
  784. package/dist/_internal/platform/runtime/ecosystem/catalog.js +445 -0
  785. package/dist/_internal/platform/runtime/ecosystem/recommendations.d.ts +12 -0
  786. package/dist/_internal/platform/runtime/ecosystem/recommendations.d.ts.map +1 -0
  787. package/dist/_internal/platform/runtime/ecosystem/recommendations.js +51 -0
  788. package/dist/_internal/platform/runtime/emitters/agents.d.ts +65 -0
  789. package/dist/_internal/platform/runtime/emitters/agents.d.ts.map +1 -0
  790. package/dist/_internal/platform/runtime/emitters/agents.js +44 -0
  791. package/dist/_internal/platform/runtime/emitters/automation.d.ts +67 -0
  792. package/dist/_internal/platform/runtime/emitters/automation.d.ts.map +1 -0
  793. package/dist/_internal/platform/runtime/emitters/automation.js +40 -0
  794. package/dist/_internal/platform/runtime/emitters/communication.d.ts +29 -0
  795. package/dist/_internal/platform/runtime/emitters/communication.d.ts.map +1 -0
  796. package/dist/_internal/platform/runtime/emitters/communication.js +13 -0
  797. package/dist/_internal/platform/runtime/emitters/compaction.d.ts +89 -0
  798. package/dist/_internal/platform/runtime/emitters/compaction.d.ts.map +1 -0
  799. package/dist/_internal/platform/runtime/emitters/compaction.js +53 -0
  800. package/dist/_internal/platform/runtime/emitters/control-plane.d.ts +37 -0
  801. package/dist/_internal/platform/runtime/emitters/control-plane.d.ts.map +1 -0
  802. package/dist/_internal/platform/runtime/emitters/control-plane.js +25 -0
  803. package/dist/_internal/platform/runtime/emitters/deliveries.d.ts +53 -0
  804. package/dist/_internal/platform/runtime/emitters/deliveries.d.ts.map +1 -0
  805. package/dist/_internal/platform/runtime/emitters/deliveries.js +22 -0
  806. package/dist/_internal/platform/runtime/emitters/forensics.d.ts +10 -0
  807. package/dist/_internal/platform/runtime/emitters/forensics.d.ts.map +1 -0
  808. package/dist/_internal/platform/runtime/emitters/forensics.js +4 -0
  809. package/dist/_internal/platform/runtime/emitters/index.d.ts +58 -0
  810. package/dist/_internal/platform/runtime/emitters/index.d.ts.map +1 -0
  811. package/dist/_internal/platform/runtime/emitters/index.js +26 -0
  812. package/dist/_internal/platform/runtime/emitters/knowledge.d.ts +76 -0
  813. package/dist/_internal/platform/runtime/emitters/knowledge.d.ts.map +1 -0
  814. package/dist/_internal/platform/runtime/emitters/knowledge.js +49 -0
  815. package/dist/_internal/platform/runtime/emitters/mcp.d.ts +64 -0
  816. package/dist/_internal/platform/runtime/emitters/mcp.d.ts.map +1 -0
  817. package/dist/_internal/platform/runtime/emitters/mcp.js +42 -0
  818. package/dist/_internal/platform/runtime/emitters/ops.d.ts +63 -0
  819. package/dist/_internal/platform/runtime/emitters/ops.d.ts.map +1 -0
  820. package/dist/_internal/platform/runtime/emitters/ops.js +93 -0
  821. package/dist/_internal/platform/runtime/emitters/orchestration.d.ts +62 -0
  822. package/dist/_internal/platform/runtime/emitters/orchestration.d.ts.map +1 -0
  823. package/dist/_internal/platform/runtime/emitters/orchestration.js +34 -0
  824. package/dist/_internal/platform/runtime/emitters/permissions.d.ts +64 -0
  825. package/dist/_internal/platform/runtime/emitters/permissions.d.ts.map +1 -0
  826. package/dist/_internal/platform/runtime/emitters/permissions.js +36 -0
  827. package/dist/_internal/platform/runtime/emitters/planner.d.ts +9 -0
  828. package/dist/_internal/platform/runtime/emitters/planner.d.ts.map +1 -0
  829. package/dist/_internal/platform/runtime/emitters/planner.js +10 -0
  830. package/dist/_internal/platform/runtime/emitters/plugins.d.ts +46 -0
  831. package/dist/_internal/platform/runtime/emitters/plugins.d.ts.map +1 -0
  832. package/dist/_internal/platform/runtime/emitters/plugins.js +36 -0
  833. package/dist/_internal/platform/runtime/emitters/providers.d.ts +16 -0
  834. package/dist/_internal/platform/runtime/emitters/providers.d.ts.map +1 -0
  835. package/dist/_internal/platform/runtime/emitters/providers.js +13 -0
  836. package/dist/_internal/platform/runtime/emitters/routes.d.ts +37 -0
  837. package/dist/_internal/platform/runtime/emitters/routes.d.ts.map +1 -0
  838. package/dist/_internal/platform/runtime/emitters/routes.js +22 -0
  839. package/dist/_internal/platform/runtime/emitters/security.d.ts +31 -0
  840. package/dist/_internal/platform/runtime/emitters/security.d.ts.map +1 -0
  841. package/dist/_internal/platform/runtime/emitters/security.js +19 -0
  842. package/dist/_internal/platform/runtime/emitters/session.d.ts +38 -0
  843. package/dist/_internal/platform/runtime/emitters/session.d.ts.map +1 -0
  844. package/dist/_internal/platform/runtime/emitters/session.js +47 -0
  845. package/dist/_internal/platform/runtime/emitters/surfaces.d.ts +35 -0
  846. package/dist/_internal/platform/runtime/emitters/surfaces.d.ts.map +1 -0
  847. package/dist/_internal/platform/runtime/emitters/surfaces.js +22 -0
  848. package/dist/_internal/platform/runtime/emitters/tasks.d.ts +47 -0
  849. package/dist/_internal/platform/runtime/emitters/tasks.d.ts.map +1 -0
  850. package/dist/_internal/platform/runtime/emitters/tasks.js +32 -0
  851. package/dist/_internal/platform/runtime/emitters/tools.d.ts +109 -0
  852. package/dist/_internal/platform/runtime/emitters/tools.d.ts.map +1 -0
  853. package/dist/_internal/platform/runtime/emitters/tools.js +60 -0
  854. package/dist/_internal/platform/runtime/emitters/transport.d.ts +43 -0
  855. package/dist/_internal/platform/runtime/emitters/transport.d.ts.map +1 -0
  856. package/dist/_internal/platform/runtime/emitters/transport.js +36 -0
  857. package/dist/_internal/platform/runtime/emitters/turn.d.ts +78 -0
  858. package/dist/_internal/platform/runtime/emitters/turn.d.ts.map +1 -0
  859. package/dist/_internal/platform/runtime/emitters/turn.js +58 -0
  860. package/dist/_internal/platform/runtime/emitters/ui.d.ts +34 -0
  861. package/dist/_internal/platform/runtime/emitters/ui.d.ts.map +1 -0
  862. package/dist/_internal/platform/runtime/emitters/ui.js +37 -0
  863. package/dist/_internal/platform/runtime/emitters/watchers.d.ts +34 -0
  864. package/dist/_internal/platform/runtime/emitters/watchers.d.ts.map +1 -0
  865. package/dist/_internal/platform/runtime/emitters/watchers.js +22 -0
  866. package/dist/_internal/platform/runtime/emitters/workflows.d.ts +43 -0
  867. package/dist/_internal/platform/runtime/emitters/workflows.d.ts.map +1 -0
  868. package/dist/_internal/platform/runtime/emitters/workflows.js +31 -0
  869. package/dist/_internal/platform/runtime/eval/index.d.ts +24 -0
  870. package/dist/_internal/platform/runtime/eval/index.d.ts.map +1 -0
  871. package/dist/_internal/platform/runtime/eval/index.js +21 -0
  872. package/dist/_internal/platform/runtime/eval/runner.d.ts +60 -0
  873. package/dist/_internal/platform/runtime/eval/runner.d.ts.map +1 -0
  874. package/dist/_internal/platform/runtime/eval/runner.js +135 -0
  875. package/dist/_internal/platform/runtime/eval/suites.d.ts +19 -0
  876. package/dist/_internal/platform/runtime/eval/suites.d.ts.map +1 -0
  877. package/dist/_internal/platform/runtime/eval/suites.js +231 -0
  878. package/dist/_internal/platform/runtime/events/domain-map.d.ts +87 -0
  879. package/dist/_internal/platform/runtime/events/domain-map.d.ts.map +1 -0
  880. package/dist/_internal/platform/runtime/events/domain-map.js +36 -0
  881. package/dist/_internal/platform/runtime/events/index.d.ts +91 -0
  882. package/dist/_internal/platform/runtime/events/index.d.ts.map +1 -0
  883. package/dist/_internal/platform/runtime/events/index.js +148 -0
  884. package/dist/_internal/platform/runtime/events/turn.d.ts +98 -0
  885. package/dist/_internal/platform/runtime/events/turn.d.ts.map +1 -0
  886. package/dist/_internal/platform/runtime/events/turn.js +1 -0
  887. package/dist/_internal/platform/runtime/events/workflows.d.ts +46 -0
  888. package/dist/_internal/platform/runtime/events/workflows.d.ts.map +1 -0
  889. package/dist/_internal/platform/runtime/events/workflows.js +1 -0
  890. package/dist/_internal/platform/runtime/forensics/collector.d.ts +30 -0
  891. package/dist/_internal/platform/runtime/forensics/collector.d.ts.map +1 -0
  892. package/dist/_internal/platform/runtime/forensics/collector.js +525 -0
  893. package/dist/_internal/platform/runtime/forensics/index.d.ts +15 -0
  894. package/dist/_internal/platform/runtime/forensics/index.d.ts.map +1 -0
  895. package/dist/_internal/platform/runtime/forensics/index.js +3 -0
  896. package/dist/_internal/platform/runtime/foundation-clients.d.ts +30 -0
  897. package/dist/_internal/platform/runtime/foundation-clients.d.ts.map +1 -0
  898. package/dist/_internal/platform/runtime/foundation-clients.js +35 -0
  899. package/dist/_internal/platform/runtime/foundation-services.d.ts +41 -0
  900. package/dist/_internal/platform/runtime/foundation-services.d.ts.map +1 -0
  901. package/dist/_internal/platform/runtime/foundation-services.js +40 -0
  902. package/dist/_internal/platform/runtime/guidance.d.ts +30 -0
  903. package/dist/_internal/platform/runtime/guidance.d.ts.map +1 -0
  904. package/dist/_internal/platform/runtime/guidance.js +133 -0
  905. package/dist/_internal/platform/runtime/health/effect-handlers.d.ts +42 -0
  906. package/dist/_internal/platform/runtime/health/effect-handlers.d.ts.map +1 -0
  907. package/dist/_internal/platform/runtime/health/effect-handlers.js +148 -0
  908. package/dist/_internal/platform/runtime/health/index.d.ts +46 -0
  909. package/dist/_internal/platform/runtime/health/index.d.ts.map +1 -0
  910. package/dist/_internal/platform/runtime/health/index.js +45 -0
  911. package/dist/_internal/platform/runtime/health/wiring.d.ts +69 -0
  912. package/dist/_internal/platform/runtime/health/wiring.d.ts.map +1 -0
  913. package/dist/_internal/platform/runtime/health/wiring.js +100 -0
  914. package/dist/_internal/platform/runtime/index.d.ts +82 -0
  915. package/dist/_internal/platform/runtime/index.d.ts.map +1 -0
  916. package/dist/_internal/platform/runtime/index.js +49 -0
  917. package/dist/_internal/platform/runtime/inspection/state-inspector.d.ts +2 -0
  918. package/dist/_internal/platform/runtime/inspection/state-inspector.d.ts.map +1 -0
  919. package/dist/_internal/platform/runtime/inspection/state-inspector.js +1 -0
  920. package/dist/_internal/platform/runtime/integration/helpers.d.ts +110 -0
  921. package/dist/_internal/platform/runtime/integration/helpers.d.ts.map +1 -0
  922. package/dist/_internal/platform/runtime/integration/helpers.js +540 -0
  923. package/dist/_internal/platform/runtime/lifecycle.d.ts +37 -0
  924. package/dist/_internal/platform/runtime/lifecycle.d.ts.map +1 -0
  925. package/dist/_internal/platform/runtime/lifecycle.js +94 -0
  926. package/dist/_internal/platform/runtime/mcp/index.d.ts +31 -0
  927. package/dist/_internal/platform/runtime/mcp/index.d.ts.map +1 -0
  928. package/dist/_internal/platform/runtime/mcp/index.js +30 -0
  929. package/dist/_internal/platform/runtime/mcp/manager.d.ts +158 -0
  930. package/dist/_internal/platform/runtime/mcp/manager.d.ts.map +1 -0
  931. package/dist/_internal/platform/runtime/mcp/manager.js +422 -0
  932. package/dist/_internal/platform/runtime/network/inbound.d.ts +27 -0
  933. package/dist/_internal/platform/runtime/network/inbound.d.ts.map +1 -0
  934. package/dist/_internal/platform/runtime/network/inbound.js +90 -0
  935. package/dist/_internal/platform/runtime/network/index.d.ts +6 -0
  936. package/dist/_internal/platform/runtime/network/index.d.ts.map +1 -0
  937. package/dist/_internal/platform/runtime/network/index.js +3 -0
  938. package/dist/_internal/platform/runtime/network/outbound.d.ts +28 -0
  939. package/dist/_internal/platform/runtime/network/outbound.d.ts.map +1 -0
  940. package/dist/_internal/platform/runtime/network/outbound.js +222 -0
  941. package/dist/_internal/platform/runtime/network/shared.d.ts +19 -0
  942. package/dist/_internal/platform/runtime/network/shared.d.ts.map +1 -0
  943. package/dist/_internal/platform/runtime/network/shared.js +64 -0
  944. package/dist/_internal/platform/runtime/operator-client.d.ts +87 -0
  945. package/dist/_internal/platform/runtime/operator-client.d.ts.map +1 -0
  946. package/dist/_internal/platform/runtime/operator-client.js +110 -0
  947. package/dist/_internal/platform/runtime/ops/control-plane.d.ts +96 -0
  948. package/dist/_internal/platform/runtime/ops/control-plane.d.ts.map +1 -0
  949. package/dist/_internal/platform/runtime/ops/control-plane.js +298 -0
  950. package/dist/_internal/platform/runtime/ops/index.d.ts +54 -0
  951. package/dist/_internal/platform/runtime/ops/index.d.ts.map +1 -0
  952. package/dist/_internal/platform/runtime/ops/index.js +85 -0
  953. package/dist/_internal/platform/runtime/ops/playbooks/index.d.ts +11 -0
  954. package/dist/_internal/platform/runtime/ops/playbooks/index.d.ts.map +1 -0
  955. package/dist/_internal/platform/runtime/ops/playbooks/index.js +10 -0
  956. package/dist/_internal/platform/runtime/ops/playbooks/session-unrecoverable.d.ts +12 -0
  957. package/dist/_internal/platform/runtime/ops/playbooks/session-unrecoverable.d.ts.map +1 -0
  958. package/dist/_internal/platform/runtime/ops/playbooks/session-unrecoverable.js +175 -0
  959. package/dist/_internal/platform/runtime/ops/playbooks/stuck-turn.d.ts +12 -0
  960. package/dist/_internal/platform/runtime/ops/playbooks/stuck-turn.d.ts.map +1 -0
  961. package/dist/_internal/platform/runtime/ops/playbooks/stuck-turn.js +176 -0
  962. package/dist/_internal/platform/runtime/ops/runtime-context.d.ts +26 -0
  963. package/dist/_internal/platform/runtime/ops/runtime-context.d.ts.map +1 -0
  964. package/dist/_internal/platform/runtime/ops/runtime-context.js +71 -0
  965. package/dist/_internal/platform/runtime/ops-api.d.ts +25 -0
  966. package/dist/_internal/platform/runtime/ops-api.d.ts.map +1 -0
  967. package/dist/_internal/platform/runtime/ops-api.js +1 -0
  968. package/dist/_internal/platform/runtime/orchestration/spawn-policy.d.ts +24 -0
  969. package/dist/_internal/platform/runtime/orchestration/spawn-policy.d.ts.map +1 -0
  970. package/dist/_internal/platform/runtime/orchestration/spawn-policy.js +54 -0
  971. package/dist/_internal/platform/runtime/peer-client.d.ts +108 -0
  972. package/dist/_internal/platform/runtime/peer-client.d.ts.map +1 -0
  973. package/dist/_internal/platform/runtime/peer-client.js +232 -0
  974. package/dist/_internal/platform/runtime/perf/index.d.ts +34 -0
  975. package/dist/_internal/platform/runtime/perf/index.d.ts.map +1 -0
  976. package/dist/_internal/platform/runtime/perf/index.js +32 -0
  977. package/dist/_internal/platform/runtime/perf/slo-collector.d.ts +95 -0
  978. package/dist/_internal/platform/runtime/perf/slo-collector.d.ts.map +1 -0
  979. package/dist/_internal/platform/runtime/perf/slo-collector.js +324 -0
  980. package/dist/_internal/platform/runtime/permissions/index.d.ts +89 -0
  981. package/dist/_internal/platform/runtime/permissions/index.d.ts.map +1 -0
  982. package/dist/_internal/platform/runtime/permissions/index.js +85 -0
  983. package/dist/_internal/platform/runtime/permissions/policy-runtime.d.ts +58 -0
  984. package/dist/_internal/platform/runtime/permissions/policy-runtime.d.ts.map +1 -0
  985. package/dist/_internal/platform/runtime/permissions/policy-runtime.js +121 -0
  986. package/dist/_internal/platform/runtime/permissions/preflight.d.ts +31 -0
  987. package/dist/_internal/platform/runtime/permissions/preflight.d.ts.map +1 -0
  988. package/dist/_internal/platform/runtime/permissions/preflight.js +62 -0
  989. package/dist/_internal/platform/runtime/permissions/rule-suggestions.d.ts +10 -0
  990. package/dist/_internal/platform/runtime/permissions/rule-suggestions.d.ts.map +1 -0
  991. package/dist/_internal/platform/runtime/permissions/rule-suggestions.js +24 -0
  992. package/dist/_internal/platform/runtime/plugins/hot-reload.d.ts +75 -0
  993. package/dist/_internal/platform/runtime/plugins/hot-reload.d.ts.map +1 -0
  994. package/dist/_internal/platform/runtime/plugins/hot-reload.js +146 -0
  995. package/dist/_internal/platform/runtime/plugins/index.d.ts +40 -0
  996. package/dist/_internal/platform/runtime/plugins/index.d.ts.map +1 -0
  997. package/dist/_internal/platform/runtime/plugins/index.js +37 -0
  998. package/dist/_internal/platform/runtime/plugins/lifecycle.d.ts +56 -0
  999. package/dist/_internal/platform/runtime/plugins/lifecycle.d.ts.map +1 -0
  1000. package/dist/_internal/platform/runtime/plugins/lifecycle.js +78 -0
  1001. package/dist/_internal/platform/runtime/plugins/manager.d.ts +108 -0
  1002. package/dist/_internal/platform/runtime/plugins/manager.d.ts.map +1 -0
  1003. package/dist/_internal/platform/runtime/plugins/manager.js +387 -0
  1004. package/dist/_internal/platform/runtime/plugins/manifest.d.ts +44 -0
  1005. package/dist/_internal/platform/runtime/plugins/manifest.d.ts.map +1 -0
  1006. package/dist/_internal/platform/runtime/plugins/manifest.js +133 -0
  1007. package/dist/_internal/platform/runtime/plugins/quarantine.d.ts +87 -0
  1008. package/dist/_internal/platform/runtime/plugins/quarantine.d.ts.map +1 -0
  1009. package/dist/_internal/platform/runtime/plugins/quarantine.js +140 -0
  1010. package/dist/_internal/platform/runtime/plugins/trust.d.ts +155 -0
  1011. package/dist/_internal/platform/runtime/plugins/trust.d.ts.map +1 -0
  1012. package/dist/_internal/platform/runtime/plugins/trust.js +198 -0
  1013. package/dist/_internal/platform/runtime/plugins/types.d.ts +164 -0
  1014. package/dist/_internal/platform/runtime/plugins/types.d.ts.map +1 -0
  1015. package/dist/_internal/platform/runtime/plugins/types.js +28 -0
  1016. package/dist/_internal/platform/runtime/provider-accounts/registry.d.ts +53 -0
  1017. package/dist/_internal/platform/runtime/provider-accounts/registry.d.ts.map +1 -0
  1018. package/dist/_internal/platform/runtime/provider-accounts/registry.js +269 -0
  1019. package/dist/_internal/platform/runtime/provider-health/data-provider.d.ts +1 -72
  1020. package/dist/_internal/platform/runtime/provider-health/data-provider.d.ts.map +1 -1
  1021. package/dist/_internal/platform/runtime/provider-health/data-provider.js +7 -194
  1022. package/dist/_internal/platform/runtime/provider-health/fallback-visualizer.d.ts +1 -14
  1023. package/dist/_internal/platform/runtime/provider-health/fallback-visualizer.d.ts.map +1 -1
  1024. package/dist/_internal/platform/runtime/provider-health/fallback-visualizer.js +5 -45
  1025. package/dist/_internal/platform/runtime/provider-health/index.d.ts +1 -23
  1026. package/dist/_internal/platform/runtime/provider-health/index.d.ts.map +1 -1
  1027. package/dist/_internal/platform/runtime/provider-health/index.js +1 -21
  1028. package/dist/_internal/platform/runtime/provider-health/types.d.ts +1 -121
  1029. package/dist/_internal/platform/runtime/provider-health/types.d.ts.map +1 -1
  1030. package/dist/_internal/platform/runtime/provider-health/types.js +7 -1
  1031. package/dist/_internal/platform/runtime/remote/distributed-runtime-contract-schemas.d.ts +38 -0
  1032. package/dist/_internal/platform/runtime/remote/distributed-runtime-contract-schemas.d.ts.map +1 -0
  1033. package/dist/_internal/platform/runtime/remote/distributed-runtime-contract-schemas.js +338 -0
  1034. package/dist/_internal/platform/runtime/remote/distributed-runtime-manager.js +1 -1
  1035. package/dist/_internal/platform/runtime/remote/index.d.ts +159 -0
  1036. package/dist/_internal/platform/runtime/remote/index.d.ts.map +1 -0
  1037. package/dist/_internal/platform/runtime/remote/index.js +305 -0
  1038. package/dist/_internal/platform/runtime/remote/runner-registry.d.ts +51 -0
  1039. package/dist/_internal/platform/runtime/remote/runner-registry.d.ts.map +1 -0
  1040. package/dist/_internal/platform/runtime/remote/runner-registry.js +377 -0
  1041. package/dist/_internal/platform/runtime/remote/supervisor.d.ts +19 -0
  1042. package/dist/_internal/platform/runtime/remote/supervisor.d.ts.map +1 -0
  1043. package/dist/_internal/platform/runtime/remote/supervisor.js +53 -0
  1044. package/dist/_internal/platform/runtime/runtime-hook-api.d.ts +3 -0
  1045. package/dist/_internal/platform/runtime/runtime-hook-api.d.ts.map +1 -0
  1046. package/dist/_internal/platform/runtime/runtime-hook-api.js +4 -0
  1047. package/dist/_internal/platform/runtime/runtime-knowledge-api.d.ts +6 -0
  1048. package/dist/_internal/platform/runtime/runtime-knowledge-api.d.ts.map +1 -0
  1049. package/dist/_internal/platform/runtime/runtime-knowledge-api.js +7 -0
  1050. package/dist/_internal/platform/runtime/runtime-mcp-api.d.ts +3 -0
  1051. package/dist/_internal/platform/runtime/runtime-mcp-api.d.ts.map +1 -0
  1052. package/dist/_internal/platform/runtime/runtime-mcp-api.js +4 -0
  1053. package/dist/_internal/platform/runtime/runtime-ops-api.d.ts +13 -0
  1054. package/dist/_internal/platform/runtime/runtime-ops-api.d.ts.map +1 -0
  1055. package/dist/_internal/platform/runtime/runtime-ops-api.js +64 -0
  1056. package/dist/_internal/platform/runtime/runtime-provider-api.d.ts +6 -0
  1057. package/dist/_internal/platform/runtime/runtime-provider-api.d.ts.map +1 -0
  1058. package/dist/_internal/platform/runtime/runtime-provider-api.js +8 -0
  1059. package/dist/_internal/platform/runtime/sandbox/backend.d.ts +29 -0
  1060. package/dist/_internal/platform/runtime/sandbox/backend.d.ts.map +1 -0
  1061. package/dist/_internal/platform/runtime/sandbox/backend.js +202 -0
  1062. package/dist/_internal/platform/runtime/sandbox/manager.d.ts +20 -0
  1063. package/dist/_internal/platform/runtime/sandbox/manager.d.ts.map +1 -0
  1064. package/dist/_internal/platform/runtime/sandbox/manager.js +307 -0
  1065. package/dist/_internal/platform/runtime/sandbox/provisioning.d.ts +73 -0
  1066. package/dist/_internal/platform/runtime/sandbox/provisioning.d.ts.map +1 -0
  1067. package/dist/_internal/platform/runtime/sandbox/provisioning.js +319 -0
  1068. package/dist/_internal/platform/runtime/sandbox/session-registry.d.ts +22 -0
  1069. package/dist/_internal/platform/runtime/sandbox/session-registry.d.ts.map +1 -0
  1070. package/dist/_internal/platform/runtime/sandbox/session-registry.js +257 -0
  1071. package/dist/_internal/platform/runtime/services.d.ts +160 -0
  1072. package/dist/_internal/platform/runtime/services.d.ts.map +1 -0
  1073. package/dist/_internal/platform/runtime/services.js +439 -0
  1074. package/dist/_internal/platform/runtime/session-maintenance.d.ts +31 -0
  1075. package/dist/_internal/platform/runtime/session-maintenance.d.ts.map +1 -0
  1076. package/dist/_internal/platform/runtime/session-maintenance.js +148 -0
  1077. package/dist/_internal/platform/runtime/session-persistence.d.ts +39 -0
  1078. package/dist/_internal/platform/runtime/session-persistence.d.ts.map +1 -0
  1079. package/dist/_internal/platform/runtime/session-persistence.js +226 -0
  1080. package/dist/_internal/platform/runtime/session-return-context.d.ts +47 -0
  1081. package/dist/_internal/platform/runtime/session-return-context.d.ts.map +1 -0
  1082. package/dist/_internal/platform/runtime/session-return-context.js +139 -0
  1083. package/dist/_internal/platform/runtime/settings/control-plane-store.d.ts +131 -0
  1084. package/dist/_internal/platform/runtime/settings/control-plane-store.d.ts.map +1 -0
  1085. package/dist/_internal/platform/runtime/settings/control-plane-store.js +107 -0
  1086. package/dist/_internal/platform/runtime/settings/control-plane.d.ts +32 -0
  1087. package/dist/_internal/platform/runtime/settings/control-plane.d.ts.map +1 -0
  1088. package/dist/_internal/platform/runtime/settings/control-plane.js +509 -0
  1089. package/dist/_internal/platform/runtime/shell-command-extensions.d.ts +29 -0
  1090. package/dist/_internal/platform/runtime/shell-command-extensions.d.ts.map +1 -0
  1091. package/dist/_internal/platform/runtime/shell-command-extensions.js +13 -0
  1092. package/dist/_internal/platform/runtime/shell-command-ops.d.ts +136 -0
  1093. package/dist/_internal/platform/runtime/shell-command-ops.d.ts.map +1 -0
  1094. package/dist/_internal/platform/runtime/shell-command-ops.js +54 -0
  1095. package/dist/_internal/platform/runtime/shell-command-platform.d.ts +22 -0
  1096. package/dist/_internal/platform/runtime/shell-command-platform.d.ts.map +1 -0
  1097. package/dist/_internal/platform/runtime/shell-command-platform.js +13 -0
  1098. package/dist/_internal/platform/runtime/shell-command-services.d.ts +59 -0
  1099. package/dist/_internal/platform/runtime/shell-command-services.d.ts.map +1 -0
  1100. package/dist/_internal/platform/runtime/shell-command-services.js +46 -0
  1101. package/dist/_internal/platform/runtime/shell-command-workspace.d.ts +14 -0
  1102. package/dist/_internal/platform/runtime/shell-command-workspace.d.ts.map +1 -0
  1103. package/dist/_internal/platform/runtime/shell-command-workspace.js +9 -0
  1104. package/dist/_internal/platform/runtime/store/domains/conversation.d.ts +109 -0
  1105. package/dist/_internal/platform/runtime/store/domains/conversation.d.ts.map +1 -0
  1106. package/dist/_internal/platform/runtime/store/domains/conversation.js +42 -0
  1107. package/dist/_internal/platform/runtime/store/domains/index.d.ts +58 -0
  1108. package/dist/_internal/platform/runtime/store/domains/index.d.ts.map +1 -0
  1109. package/dist/_internal/platform/runtime/store/domains/index.js +30 -0
  1110. package/dist/_internal/platform/runtime/store/domains/panels.d.ts +59 -0
  1111. package/dist/_internal/platform/runtime/store/domains/panels.d.ts.map +1 -0
  1112. package/dist/_internal/platform/runtime/store/domains/panels.js +44 -0
  1113. package/dist/_internal/platform/runtime/store/domains/permissions.d.ts +80 -0
  1114. package/dist/_internal/platform/runtime/store/domains/permissions.d.ts.map +1 -0
  1115. package/dist/_internal/platform/runtime/store/domains/permissions.js +23 -0
  1116. package/dist/_internal/platform/runtime/store/domains/ui-perf.d.ts +72 -0
  1117. package/dist/_internal/platform/runtime/store/domains/ui-perf.d.ts.map +1 -0
  1118. package/dist/_internal/platform/runtime/store/domains/ui-perf.js +28 -0
  1119. package/dist/_internal/platform/runtime/store/helpers/reducers/conversation.d.ts +5 -0
  1120. package/dist/_internal/platform/runtime/store/helpers/reducers/conversation.d.ts.map +1 -0
  1121. package/dist/_internal/platform/runtime/store/helpers/reducers/conversation.js +232 -0
  1122. package/dist/_internal/platform/runtime/store/helpers/reducers/lifecycle.d.ts +20 -0
  1123. package/dist/_internal/platform/runtime/store/helpers/reducers/lifecycle.d.ts.map +1 -0
  1124. package/dist/_internal/platform/runtime/store/helpers/reducers/lifecycle.js +393 -0
  1125. package/dist/_internal/platform/runtime/store/helpers/reducers/shared.d.ts +15 -0
  1126. package/dist/_internal/platform/runtime/store/helpers/reducers/shared.d.ts.map +1 -0
  1127. package/dist/_internal/platform/runtime/store/helpers/reducers/shared.js +48 -0
  1128. package/dist/_internal/platform/runtime/store/helpers/reducers/sync.d.ts +40 -0
  1129. package/dist/_internal/platform/runtime/store/helpers/reducers/sync.d.ts.map +1 -0
  1130. package/dist/_internal/platform/runtime/store/helpers/reducers/sync.js +480 -0
  1131. package/dist/_internal/platform/runtime/store/helpers/reducers.d.ts +5 -0
  1132. package/dist/_internal/platform/runtime/store/helpers/reducers.d.ts.map +1 -0
  1133. package/dist/_internal/platform/runtime/store/helpers/reducers.js +4 -0
  1134. package/dist/_internal/platform/runtime/store/index.d.ts +62 -0
  1135. package/dist/_internal/platform/runtime/store/index.d.ts.map +1 -0
  1136. package/dist/_internal/platform/runtime/store/index.js +178 -0
  1137. package/dist/_internal/platform/runtime/store/selectors/index.d.ts +151 -0
  1138. package/dist/_internal/platform/runtime/store/selectors/index.d.ts.map +1 -0
  1139. package/dist/_internal/platform/runtime/store/selectors/index.js +270 -0
  1140. package/dist/_internal/platform/runtime/store/state.d.ts +77 -0
  1141. package/dist/_internal/platform/runtime/store/state.d.ts.map +1 -0
  1142. package/dist/_internal/platform/runtime/store/state.js +71 -0
  1143. package/dist/_internal/platform/runtime/tasks/adapters/acp-adapter.d.ts +65 -0
  1144. package/dist/_internal/platform/runtime/tasks/adapters/acp-adapter.d.ts.map +1 -0
  1145. package/dist/_internal/platform/runtime/tasks/adapters/acp-adapter.js +176 -0
  1146. package/dist/_internal/platform/runtime/tasks/adapters/agent-adapter.d.ts +68 -0
  1147. package/dist/_internal/platform/runtime/tasks/adapters/agent-adapter.d.ts.map +1 -0
  1148. package/dist/_internal/platform/runtime/tasks/adapters/agent-adapter.js +174 -0
  1149. package/dist/_internal/platform/runtime/tasks/adapters/index.d.ts +13 -0
  1150. package/dist/_internal/platform/runtime/tasks/adapters/index.d.ts.map +1 -0
  1151. package/dist/_internal/platform/runtime/tasks/adapters/index.js +10 -0
  1152. package/dist/_internal/platform/runtime/tasks/adapters/process-adapter.d.ts +82 -0
  1153. package/dist/_internal/platform/runtime/tasks/adapters/process-adapter.d.ts.map +1 -0
  1154. package/dist/_internal/platform/runtime/tasks/adapters/process-adapter.js +171 -0
  1155. package/dist/_internal/platform/runtime/tasks/adapters/scheduler-adapter.d.ts +76 -0
  1156. package/dist/_internal/platform/runtime/tasks/adapters/scheduler-adapter.d.ts.map +1 -0
  1157. package/dist/_internal/platform/runtime/tasks/adapters/scheduler-adapter.js +160 -0
  1158. package/dist/_internal/platform/runtime/tasks/index.d.ts +36 -0
  1159. package/dist/_internal/platform/runtime/tasks/index.d.ts.map +1 -0
  1160. package/dist/_internal/platform/runtime/tasks/index.js +37 -0
  1161. package/dist/_internal/platform/runtime/tasks/manager.d.ts +96 -0
  1162. package/dist/_internal/platform/runtime/tasks/manager.d.ts.map +1 -0
  1163. package/dist/_internal/platform/runtime/tasks/manager.js +316 -0
  1164. package/dist/_internal/platform/runtime/telemetry/api-helpers.d.ts +39 -0
  1165. package/dist/_internal/platform/runtime/telemetry/api-helpers.d.ts.map +1 -0
  1166. package/dist/_internal/platform/runtime/telemetry/api-helpers.js +481 -0
  1167. package/dist/_internal/platform/runtime/telemetry/api.d.ts +179 -0
  1168. package/dist/_internal/platform/runtime/telemetry/api.d.ts.map +1 -0
  1169. package/dist/_internal/platform/runtime/telemetry/api.js +535 -0
  1170. package/dist/_internal/platform/runtime/telemetry/index.d.ts +53 -0
  1171. package/dist/_internal/platform/runtime/telemetry/index.d.ts.map +1 -0
  1172. package/dist/_internal/platform/runtime/telemetry/index.js +52 -0
  1173. package/dist/_internal/platform/runtime/telemetry/instrumentation/domain-bridge-agent-session.d.ts +6 -0
  1174. package/dist/_internal/platform/runtime/telemetry/instrumentation/domain-bridge-agent-session.d.ts.map +1 -0
  1175. package/dist/_internal/platform/runtime/telemetry/instrumentation/domain-bridge-agent-session.js +325 -0
  1176. package/dist/_internal/platform/runtime/telemetry/instrumentation/domain-bridge-plugin-mcp.d.ts +4 -0
  1177. package/dist/_internal/platform/runtime/telemetry/instrumentation/domain-bridge-plugin-mcp.d.ts.map +1 -0
  1178. package/dist/_internal/platform/runtime/telemetry/instrumentation/domain-bridge-plugin-mcp.js +142 -0
  1179. package/dist/_internal/platform/runtime/telemetry/instrumentation/domain-bridge-shared.d.ts +18 -0
  1180. package/dist/_internal/platform/runtime/telemetry/instrumentation/domain-bridge-shared.d.ts.map +1 -0
  1181. package/dist/_internal/platform/runtime/telemetry/instrumentation/domain-bridge-shared.js +1 -0
  1182. package/dist/_internal/platform/runtime/telemetry/instrumentation/domain-bridge-transport-task.d.ts +4 -0
  1183. package/dist/_internal/platform/runtime/telemetry/instrumentation/domain-bridge-transport-task.d.ts.map +1 -0
  1184. package/dist/_internal/platform/runtime/telemetry/instrumentation/domain-bridge-transport-task.js +146 -0
  1185. package/dist/_internal/platform/runtime/telemetry/instrumentation/domain-bridge.d.ts +67 -0
  1186. package/dist/_internal/platform/runtime/telemetry/instrumentation/domain-bridge.d.ts.map +1 -0
  1187. package/dist/_internal/platform/runtime/telemetry/instrumentation/domain-bridge.js +101 -0
  1188. package/dist/_internal/platform/runtime/telemetry/instrumentation/index.d.ts +51 -0
  1189. package/dist/_internal/platform/runtime/telemetry/instrumentation/index.d.ts.map +1 -0
  1190. package/dist/_internal/platform/runtime/telemetry/instrumentation/index.js +21 -0
  1191. package/dist/_internal/platform/runtime/tools/context.d.ts +100 -0
  1192. package/dist/_internal/platform/runtime/tools/context.d.ts.map +1 -0
  1193. package/dist/_internal/platform/runtime/tools/context.js +1 -0
  1194. package/dist/_internal/platform/runtime/tools/index.d.ts +32 -0
  1195. package/dist/_internal/platform/runtime/tools/index.d.ts.map +1 -0
  1196. package/dist/_internal/platform/runtime/tools/index.js +21 -0
  1197. package/dist/_internal/platform/runtime/tools/phased-executor.d.ts +40 -0
  1198. package/dist/_internal/platform/runtime/tools/phased-executor.d.ts.map +1 -0
  1199. package/dist/_internal/platform/runtime/tools/phased-executor.js +338 -0
  1200. package/dist/_internal/platform/runtime/tools/phases/budget.d.ts +21 -0
  1201. package/dist/_internal/platform/runtime/tools/phases/budget.d.ts.map +1 -0
  1202. package/dist/_internal/platform/runtime/tools/phases/budget.js +87 -0
  1203. package/dist/_internal/platform/runtime/tools/phases/execute.d.ts +18 -0
  1204. package/dist/_internal/platform/runtime/tools/phases/execute.d.ts.map +1 -0
  1205. package/dist/_internal/platform/runtime/tools/phases/execute.js +49 -0
  1206. package/dist/_internal/platform/runtime/tools/phases/index.d.ts +14 -0
  1207. package/dist/_internal/platform/runtime/tools/phases/index.d.ts.map +1 -0
  1208. package/dist/_internal/platform/runtime/tools/phases/index.js +13 -0
  1209. package/dist/_internal/platform/runtime/tools/phases/map-output.d.ts +5 -0
  1210. package/dist/_internal/platform/runtime/tools/phases/map-output.d.ts.map +1 -0
  1211. package/dist/_internal/platform/runtime/tools/phases/map-output.js +83 -0
  1212. package/dist/_internal/platform/runtime/tools/phases/permission.d.ts +14 -0
  1213. package/dist/_internal/platform/runtime/tools/phases/permission.d.ts.map +1 -0
  1214. package/dist/_internal/platform/runtime/tools/phases/permission.js +109 -0
  1215. package/dist/_internal/platform/runtime/tools/phases/posthook.d.ts +15 -0
  1216. package/dist/_internal/platform/runtime/tools/phases/posthook.d.ts.map +1 -0
  1217. package/dist/_internal/platform/runtime/tools/phases/posthook.js +47 -0
  1218. package/dist/_internal/platform/runtime/tools/phases/prehook.d.ts +16 -0
  1219. package/dist/_internal/platform/runtime/tools/phases/prehook.d.ts.map +1 -0
  1220. package/dist/_internal/platform/runtime/tools/phases/prehook.js +56 -0
  1221. package/dist/_internal/platform/runtime/tools/phases/validate.d.ts +18 -0
  1222. package/dist/_internal/platform/runtime/tools/phases/validate.d.ts.map +1 -0
  1223. package/dist/_internal/platform/runtime/tools/phases/validate.js +38 -0
  1224. package/dist/_internal/platform/runtime/transports/direct.d.ts +34 -0
  1225. package/dist/_internal/platform/runtime/transports/direct.d.ts.map +1 -0
  1226. package/dist/_internal/platform/runtime/transports/direct.js +37 -0
  1227. package/dist/_internal/platform/runtime/transports/http-helpers.d.ts +18 -0
  1228. package/dist/_internal/platform/runtime/transports/http-helpers.d.ts.map +1 -0
  1229. package/dist/_internal/platform/runtime/transports/http-helpers.js +182 -0
  1230. package/dist/_internal/platform/runtime/transports/http-types.d.ts +307 -0
  1231. package/dist/_internal/platform/runtime/transports/http-types.d.ts.map +1 -0
  1232. package/dist/_internal/platform/runtime/transports/http-types.js +1 -0
  1233. package/dist/_internal/platform/runtime/transports/http.d.ts +3 -0
  1234. package/dist/_internal/platform/runtime/transports/http.d.ts.map +1 -0
  1235. package/dist/_internal/platform/runtime/transports/http.js +406 -0
  1236. package/dist/_internal/platform/runtime/transports/realtime.d.ts +17 -0
  1237. package/dist/_internal/platform/runtime/transports/realtime.d.ts.map +1 -0
  1238. package/dist/_internal/platform/runtime/transports/realtime.js +28 -0
  1239. package/dist/_internal/platform/runtime/transports/remote-events.d.ts +4 -0
  1240. package/dist/_internal/platform/runtime/transports/remote-events.d.ts.map +1 -0
  1241. package/dist/_internal/platform/runtime/transports/remote-events.js +2 -0
  1242. package/dist/_internal/platform/runtime/transports/shared.d.ts +17 -0
  1243. package/dist/_internal/platform/runtime/transports/shared.d.ts.map +1 -0
  1244. package/dist/_internal/platform/runtime/transports/shared.js +8 -0
  1245. package/dist/_internal/platform/runtime/transports/ui-runtime-events.d.ts +9 -0
  1246. package/dist/_internal/platform/runtime/transports/ui-runtime-events.d.ts.map +1 -0
  1247. package/dist/_internal/platform/runtime/transports/ui-runtime-events.js +16 -0
  1248. package/dist/_internal/platform/runtime/ui/index.d.ts +17 -0
  1249. package/dist/_internal/platform/runtime/ui/index.d.ts.map +1 -0
  1250. package/dist/_internal/platform/runtime/ui/index.js +11 -0
  1251. package/dist/_internal/platform/runtime/ui/model-picker/data-provider.d.ts +94 -0
  1252. package/dist/_internal/platform/runtime/ui/model-picker/data-provider.d.ts.map +1 -0
  1253. package/dist/_internal/platform/runtime/ui/model-picker/data-provider.js +129 -0
  1254. package/dist/_internal/platform/runtime/ui/model-picker/health-enrichment.d.ts +32 -0
  1255. package/dist/_internal/platform/runtime/ui/model-picker/health-enrichment.d.ts.map +1 -0
  1256. package/dist/_internal/platform/runtime/ui/model-picker/health-enrichment.js +208 -0
  1257. package/dist/_internal/platform/runtime/ui/model-picker/index.d.ts +30 -0
  1258. package/dist/_internal/platform/runtime/ui/model-picker/index.d.ts.map +1 -0
  1259. package/dist/_internal/platform/runtime/ui/model-picker/index.js +26 -0
  1260. package/dist/_internal/platform/runtime/ui/model-picker/types.d.ts +127 -0
  1261. package/dist/_internal/platform/runtime/ui/model-picker/types.d.ts.map +1 -0
  1262. package/dist/_internal/platform/runtime/ui/model-picker/types.js +1 -0
  1263. package/dist/_internal/platform/runtime/ui/provider-health/data-provider.d.ts +30 -0
  1264. package/dist/_internal/platform/runtime/ui/provider-health/data-provider.d.ts.map +1 -0
  1265. package/dist/_internal/platform/runtime/ui/provider-health/data-provider.js +137 -0
  1266. package/dist/_internal/platform/runtime/ui/provider-health/fallback-visualizer.d.ts +5 -0
  1267. package/dist/_internal/platform/runtime/ui/provider-health/fallback-visualizer.d.ts.map +1 -0
  1268. package/dist/_internal/platform/runtime/ui/provider-health/fallback-visualizer.js +35 -0
  1269. package/dist/_internal/platform/runtime/ui/provider-health/index.d.ts +14 -0
  1270. package/dist/_internal/platform/runtime/ui/provider-health/index.d.ts.map +1 -0
  1271. package/dist/_internal/platform/runtime/ui/provider-health/index.js +9 -0
  1272. package/dist/_internal/platform/runtime/ui/provider-health/types.d.ts +59 -0
  1273. package/dist/_internal/platform/runtime/ui/provider-health/types.d.ts.map +1 -0
  1274. package/dist/_internal/platform/runtime/ui/provider-health/types.js +1 -0
  1275. package/dist/_internal/platform/runtime/ui-events.d.ts +15 -0
  1276. package/dist/_internal/platform/runtime/ui-events.d.ts.map +1 -0
  1277. package/dist/_internal/platform/runtime/ui-events.js +16 -0
  1278. package/dist/_internal/platform/runtime/ui-read-model-helpers.d.ts +6 -0
  1279. package/dist/_internal/platform/runtime/ui-read-model-helpers.d.ts.map +1 -0
  1280. package/dist/_internal/platform/runtime/ui-read-model-helpers.js +22 -0
  1281. package/dist/_internal/platform/runtime/ui-read-models-core.d.ts +38 -0
  1282. package/dist/_internal/platform/runtime/ui-read-models-core.d.ts.map +1 -0
  1283. package/dist/_internal/platform/runtime/ui-read-models-core.js +52 -0
  1284. package/dist/_internal/platform/runtime/ui-read-models-observability-maintenance.d.ts +37 -0
  1285. package/dist/_internal/platform/runtime/ui-read-models-observability-maintenance.d.ts.map +1 -0
  1286. package/dist/_internal/platform/runtime/ui-read-models-observability-maintenance.js +36 -0
  1287. package/dist/_internal/platform/runtime/ui-read-models-observability-options.d.ts +5 -0
  1288. package/dist/_internal/platform/runtime/ui-read-models-observability-options.d.ts.map +1 -0
  1289. package/dist/_internal/platform/runtime/ui-read-models-observability-options.js +1 -0
  1290. package/dist/_internal/platform/runtime/ui-read-models-observability-remote.d.ts +32 -0
  1291. package/dist/_internal/platform/runtime/ui-read-models-observability-remote.d.ts.map +1 -0
  1292. package/dist/_internal/platform/runtime/ui-read-models-observability-remote.js +35 -0
  1293. package/dist/_internal/platform/runtime/ui-read-models-observability-security.d.ts +54 -0
  1294. package/dist/_internal/platform/runtime/ui-read-models-observability-security.d.ts.map +1 -0
  1295. package/dist/_internal/platform/runtime/ui-read-models-observability-security.js +111 -0
  1296. package/dist/_internal/platform/runtime/ui-read-models-observability-system.d.ts +69 -0
  1297. package/dist/_internal/platform/runtime/ui-read-models-observability-system.d.ts.map +1 -0
  1298. package/dist/_internal/platform/runtime/ui-read-models-observability-system.js +137 -0
  1299. package/dist/_internal/platform/runtime/ui-read-models-observability.d.ts +15 -0
  1300. package/dist/_internal/platform/runtime/ui-read-models-observability.d.ts.map +1 -0
  1301. package/dist/_internal/platform/runtime/ui-read-models-observability.js +12 -0
  1302. package/dist/_internal/platform/runtime/ui-read-models-operations.d.ts +78 -0
  1303. package/dist/_internal/platform/runtime/ui-read-models-operations.d.ts.map +1 -0
  1304. package/dist/_internal/platform/runtime/ui-read-models-operations.js +113 -0
  1305. package/dist/_internal/platform/runtime/ui-read-models.d.ts +13 -0
  1306. package/dist/_internal/platform/runtime/ui-read-models.d.ts.map +1 -0
  1307. package/dist/_internal/platform/runtime/ui-read-models.js +10 -0
  1308. package/dist/_internal/platform/runtime/ui-service-queries.d.ts +69 -0
  1309. package/dist/_internal/platform/runtime/ui-service-queries.d.ts.map +1 -0
  1310. package/dist/_internal/platform/runtime/ui-service-queries.js +22 -0
  1311. package/dist/_internal/platform/runtime/ui-services.d.ts +92 -0
  1312. package/dist/_internal/platform/runtime/ui-services.d.ts.map +1 -0
  1313. package/dist/_internal/platform/runtime/ui-services.js +60 -0
  1314. package/dist/_internal/platform/runtime/worktree/registry.d.ts +59 -0
  1315. package/dist/_internal/platform/runtime/worktree/registry.d.ts.map +1 -0
  1316. package/dist/_internal/platform/runtime/worktree/registry.js +179 -0
  1317. package/dist/_internal/platform/scheduler/scheduler.d.ts +1 -1
  1318. package/dist/_internal/platform/scheduler/scheduler.js +1 -1
  1319. package/dist/_internal/platform/sessions/manager.d.ts +95 -0
  1320. package/dist/_internal/platform/sessions/manager.d.ts.map +1 -0
  1321. package/dist/_internal/platform/sessions/manager.js +344 -0
  1322. package/dist/_internal/platform/sessions/orchestration/registry.d.ts +2 -2
  1323. package/dist/_internal/platform/sessions/orchestration/registry.js +3 -3
  1324. package/dist/_internal/platform/state/file-watcher.d.ts +60 -0
  1325. package/dist/_internal/platform/state/file-watcher.d.ts.map +1 -0
  1326. package/dist/_internal/platform/state/file-watcher.js +268 -0
  1327. package/dist/_internal/platform/state/index.d.ts +26 -0
  1328. package/dist/_internal/platform/state/index.d.ts.map +1 -0
  1329. package/dist/_internal/platform/state/index.js +15 -0
  1330. package/dist/_internal/platform/state/knowledge-injection.d.ts +24 -0
  1331. package/dist/_internal/platform/state/knowledge-injection.d.ts.map +1 -0
  1332. package/dist/_internal/platform/state/knowledge-injection.js +147 -0
  1333. package/dist/_internal/platform/state/memory-embedding-http.d.ts +10 -0
  1334. package/dist/_internal/platform/state/memory-embedding-http.d.ts.map +1 -0
  1335. package/dist/_internal/platform/state/memory-embedding-http.js +586 -0
  1336. package/dist/_internal/platform/state/memory-embeddings.d.ts +70 -0
  1337. package/dist/_internal/platform/state/memory-embeddings.d.ts.map +1 -0
  1338. package/dist/_internal/platform/state/memory-embeddings.js +247 -0
  1339. package/dist/_internal/platform/state/memory-ingest.d.ts +21 -0
  1340. package/dist/_internal/platform/state/memory-ingest.d.ts.map +1 -0
  1341. package/dist/_internal/platform/state/memory-ingest.js +108 -0
  1342. package/dist/_internal/platform/state/memory-registry.d.ts +38 -0
  1343. package/dist/_internal/platform/state/memory-registry.d.ts.map +1 -0
  1344. package/dist/_internal/platform/state/memory-registry.js +91 -0
  1345. package/dist/_internal/platform/state/memory-store-helpers.d.ts +28 -0
  1346. package/dist/_internal/platform/state/memory-store-helpers.d.ts.map +1 -0
  1347. package/dist/_internal/platform/state/memory-store-helpers.js +149 -0
  1348. package/dist/_internal/platform/state/memory-store.d.ts +176 -0
  1349. package/dist/_internal/platform/state/memory-store.d.ts.map +1 -0
  1350. package/dist/_internal/platform/state/memory-store.js +474 -0
  1351. package/dist/_internal/platform/state/memory-vector-store.d.ts +61 -0
  1352. package/dist/_internal/platform/state/memory-vector-store.d.ts.map +1 -0
  1353. package/dist/_internal/platform/state/memory-vector-store.js +324 -0
  1354. package/dist/_internal/platform/tools/agent/index.d.ts +16 -0
  1355. package/dist/_internal/platform/tools/agent/index.d.ts.map +1 -0
  1356. package/dist/_internal/platform/tools/agent/index.js +550 -0
  1357. package/dist/_internal/platform/tools/agent/manager.d.ts +102 -0
  1358. package/dist/_internal/platform/tools/agent/manager.d.ts.map +1 -0
  1359. package/dist/_internal/platform/tools/agent/manager.js +369 -0
  1360. package/dist/_internal/platform/tools/analyze/git-modes.d.ts +7 -0
  1361. package/dist/_internal/platform/tools/analyze/git-modes.d.ts.map +1 -0
  1362. package/dist/_internal/platform/tools/analyze/git-modes.js +316 -0
  1363. package/dist/_internal/platform/tools/analyze/index.d.ts +6 -0
  1364. package/dist/_internal/platform/tools/analyze/index.d.ts.map +1 -0
  1365. package/dist/_internal/platform/tools/analyze/index.js +92 -0
  1366. package/dist/_internal/platform/tools/channel/agent-tools.d.ts +4 -0
  1367. package/dist/_internal/platform/tools/channel/agent-tools.d.ts.map +1 -0
  1368. package/dist/_internal/platform/tools/channel/agent-tools.js +13 -0
  1369. package/dist/_internal/platform/tools/channel/index.d.ts +4 -0
  1370. package/dist/_internal/platform/tools/channel/index.d.ts.map +1 -0
  1371. package/dist/_internal/platform/tools/channel/index.js +254 -0
  1372. package/dist/_internal/platform/tools/control/index.d.ts +3 -0
  1373. package/dist/_internal/platform/tools/control/index.d.ts.map +1 -0
  1374. package/dist/_internal/platform/tools/control/index.js +83 -0
  1375. package/dist/_internal/platform/tools/edit/core.d.ts +15 -0
  1376. package/dist/_internal/platform/tools/edit/core.d.ts.map +1 -0
  1377. package/dist/_internal/platform/tools/edit/core.js +503 -0
  1378. package/dist/_internal/platform/tools/edit/index.d.ts +4 -0
  1379. package/dist/_internal/platform/tools/edit/index.d.ts.map +1 -0
  1380. package/dist/_internal/platform/tools/edit/index.js +2 -0
  1381. package/dist/_internal/platform/tools/edit/phased.d.ts +15 -0
  1382. package/dist/_internal/platform/tools/edit/phased.d.ts.map +1 -0
  1383. package/dist/_internal/platform/tools/edit/phased.js +26 -0
  1384. package/dist/_internal/platform/tools/fetch/index.d.ts +4 -0
  1385. package/dist/_internal/platform/tools/fetch/index.d.ts.map +1 -0
  1386. package/dist/_internal/platform/tools/fetch/index.js +1 -0
  1387. package/dist/_internal/platform/tools/fetch/phased.d.ts +13 -0
  1388. package/dist/_internal/platform/tools/fetch/phased.d.ts.map +1 -0
  1389. package/dist/_internal/platform/tools/fetch/phased.js +30 -0
  1390. package/dist/_internal/platform/tools/fetch/runtime.d.ts +25 -0
  1391. package/dist/_internal/platform/tools/fetch/runtime.d.ts.map +1 -0
  1392. package/dist/_internal/platform/tools/fetch/runtime.js +395 -0
  1393. package/dist/_internal/platform/tools/fetch/schema.d.ts +1 -1
  1394. package/dist/_internal/platform/tools/fetch/schema.js +1 -1
  1395. package/dist/_internal/platform/tools/index.d.ts +58 -0
  1396. package/dist/_internal/platform/tools/index.d.ts.map +1 -0
  1397. package/dist/_internal/platform/tools/index.js +143 -0
  1398. package/dist/_internal/platform/tools/mcp/index.d.ts +4 -0
  1399. package/dist/_internal/platform/tools/mcp/index.d.ts.map +1 -0
  1400. package/dist/_internal/platform/tools/mcp/index.js +177 -0
  1401. package/dist/_internal/platform/tools/packet/index.js +1 -1
  1402. package/dist/_internal/platform/tools/query/index.js +1 -1
  1403. package/dist/_internal/platform/tools/registry-tool/index.js +4 -4
  1404. package/dist/_internal/platform/tools/registry-tool/skill-loader.js +2 -2
  1405. package/dist/_internal/platform/tools/remote-trigger/index.d.ts +4 -0
  1406. package/dist/_internal/platform/tools/remote-trigger/index.d.ts.map +1 -0
  1407. package/dist/_internal/platform/tools/remote-trigger/index.js +123 -0
  1408. package/dist/_internal/platform/tools/repl/index.d.ts +5 -0
  1409. package/dist/_internal/platform/tools/repl/index.d.ts.map +1 -0
  1410. package/dist/_internal/platform/tools/repl/index.js +252 -0
  1411. package/dist/_internal/platform/tools/shared/auto-heal.d.ts +63 -0
  1412. package/dist/_internal/platform/tools/shared/auto-heal.d.ts.map +1 -0
  1413. package/dist/_internal/platform/tools/shared/auto-heal.js +252 -0
  1414. package/dist/_internal/platform/tools/state/index.d.ts +20 -0
  1415. package/dist/_internal/platform/tools/state/index.d.ts.map +1 -0
  1416. package/dist/_internal/platform/tools/state/index.js +618 -0
  1417. package/dist/_internal/platform/tools/team/index.js +1 -1
  1418. package/dist/_internal/platform/tools/web-search/index.d.ts +4 -0
  1419. package/dist/_internal/platform/tools/web-search/index.d.ts.map +1 -0
  1420. package/dist/_internal/platform/tools/web-search/index.js +34 -0
  1421. package/dist/_internal/platform/tools/worklist/index.js +1 -1
  1422. package/dist/_internal/platform/tools/write/index.d.ts +17 -0
  1423. package/dist/_internal/platform/tools/write/index.d.ts.map +1 -0
  1424. package/dist/_internal/platform/tools/write/index.js +513 -0
  1425. package/dist/_internal/platform/tools/write/phased.d.ts +21 -0
  1426. package/dist/_internal/platform/tools/write/phased.d.ts.map +1 -0
  1427. package/dist/_internal/platform/tools/write/phased.js +25 -0
  1428. package/dist/_internal/platform/utils/splash-lines.d.ts +8 -0
  1429. package/dist/_internal/platform/utils/splash-lines.d.ts.map +1 -0
  1430. package/dist/_internal/platform/utils/splash-lines.js +32 -0
  1431. package/dist/_internal/platform/version.d.ts +2 -0
  1432. package/dist/_internal/platform/version.d.ts.map +1 -0
  1433. package/dist/_internal/platform/version.js +11 -0
  1434. package/dist/_internal/platform/watchers/index.d.ts +5 -0
  1435. package/dist/_internal/platform/watchers/index.d.ts.map +1 -0
  1436. package/dist/_internal/platform/watchers/index.js +2 -0
  1437. package/dist/_internal/platform/watchers/registry.d.ts +51 -0
  1438. package/dist/_internal/platform/watchers/registry.d.ts.map +1 -0
  1439. package/dist/_internal/platform/watchers/registry.js +447 -0
  1440. package/dist/_internal/platform/watchers/store.js +1 -1
  1441. package/dist/_internal/platform/web-search/index.d.ts +12 -0
  1442. package/dist/_internal/platform/web-search/index.d.ts.map +1 -0
  1443. package/dist/_internal/platform/web-search/index.js +9 -0
  1444. package/dist/_internal/platform/web-search/provider-registry.d.ts +14 -0
  1445. package/dist/_internal/platform/web-search/provider-registry.d.ts.map +1 -0
  1446. package/dist/_internal/platform/web-search/provider-registry.js +55 -0
  1447. package/dist/_internal/platform/web-search/providers/brave.d.ts +4 -0
  1448. package/dist/_internal/platform/web-search/providers/brave.d.ts.map +1 -0
  1449. package/dist/_internal/platform/web-search/providers/brave.js +89 -0
  1450. package/dist/_internal/platform/web-search/providers/duckduckgo.d.ts +13 -0
  1451. package/dist/_internal/platform/web-search/providers/duckduckgo.d.ts.map +1 -0
  1452. package/dist/_internal/platform/web-search/providers/duckduckgo.js +243 -0
  1453. package/dist/_internal/platform/web-search/providers/exa.d.ts +4 -0
  1454. package/dist/_internal/platform/web-search/providers/exa.d.ts.map +1 -0
  1455. package/dist/_internal/platform/web-search/providers/exa.js +68 -0
  1456. package/dist/_internal/platform/web-search/providers/firecrawl.d.ts +4 -0
  1457. package/dist/_internal/platform/web-search/providers/firecrawl.d.ts.map +1 -0
  1458. package/dist/_internal/platform/web-search/providers/firecrawl.js +80 -0
  1459. package/dist/_internal/platform/web-search/providers/perplexity.d.ts +4 -0
  1460. package/dist/_internal/platform/web-search/providers/perplexity.d.ts.map +1 -0
  1461. package/dist/_internal/platform/web-search/providers/perplexity.js +77 -0
  1462. package/dist/_internal/platform/web-search/providers/searxng.d.ts +4 -0
  1463. package/dist/_internal/platform/web-search/providers/searxng.d.ts.map +1 -0
  1464. package/dist/_internal/platform/web-search/providers/searxng.js +79 -0
  1465. package/dist/_internal/platform/web-search/providers/shared.d.ts +56 -0
  1466. package/dist/_internal/platform/web-search/providers/shared.d.ts.map +1 -0
  1467. package/dist/_internal/platform/web-search/providers/shared.js +169 -0
  1468. package/dist/_internal/platform/web-search/providers/tavily.d.ts +4 -0
  1469. package/dist/_internal/platform/web-search/providers/tavily.d.ts.map +1 -0
  1470. package/dist/_internal/platform/web-search/providers/tavily.js +81 -0
  1471. package/dist/_internal/platform/web-search/service.d.ts +19 -0
  1472. package/dist/_internal/platform/web-search/service.d.ts.map +1 -0
  1473. package/dist/_internal/platform/web-search/service.js +120 -0
  1474. package/package.json +1 -1
@@ -0,0 +1,164 @@
1
+ export type EcosystemEntryKind = 'plugin' | 'skill' | 'hook-pack' | 'policy-pack';
2
+ export interface EcosystemCatalogPathOptions {
3
+ readonly cwd: string;
4
+ readonly homeDir: string;
5
+ }
6
+ export interface EcosystemCatalogEntry {
7
+ readonly id: string;
8
+ readonly kind: EcosystemEntryKind;
9
+ readonly name: string;
10
+ readonly summary: string;
11
+ readonly version?: string;
12
+ readonly author?: string;
13
+ readonly source: string;
14
+ readonly tags: readonly string[];
15
+ readonly trustNotes?: string;
16
+ readonly installHint?: string;
17
+ readonly provenance?: string;
18
+ readonly signature?: string;
19
+ readonly updateHint?: string;
20
+ readonly compatibility?: {
21
+ readonly minAppVersion?: string;
22
+ readonly maxAppVersion?: string;
23
+ readonly platforms?: readonly string[];
24
+ readonly requiresSandbox?: boolean;
25
+ };
26
+ }
27
+ export interface EcosystemCatalogFile {
28
+ readonly version: 1;
29
+ readonly entries: EcosystemCatalogEntry[];
30
+ }
31
+ export interface EcosystemInstallReceipt {
32
+ readonly version: 1;
33
+ readonly id: string;
34
+ readonly kind: EcosystemEntryKind;
35
+ readonly installedAt: number;
36
+ readonly scope: 'project' | 'user';
37
+ readonly entry: EcosystemCatalogEntry;
38
+ readonly sourcePath: string;
39
+ readonly targetPath: string;
40
+ readonly fingerprint: string;
41
+ readonly provenanceSummary: string;
42
+ readonly compatibility: {
43
+ readonly appVersion: string;
44
+ readonly status: 'compatible' | 'warning';
45
+ readonly reasons: readonly string[];
46
+ };
47
+ }
48
+ export interface EcosystemCatalogBundle {
49
+ readonly version: 1;
50
+ readonly exportedAt: number;
51
+ readonly scope: 'project' | 'user';
52
+ readonly entries: readonly EcosystemCatalogEntry[];
53
+ }
54
+ export interface EcosystemCatalogBundleSummary {
55
+ readonly exportedAt: number;
56
+ readonly scope: 'project' | 'user';
57
+ readonly counts: Readonly<Record<EcosystemEntryKind, number>>;
58
+ }
59
+ export interface EcosystemInstallBackup {
60
+ readonly version: 1;
61
+ readonly id: string;
62
+ readonly kind: EcosystemEntryKind;
63
+ readonly createdAt: number;
64
+ readonly scope: 'project' | 'user';
65
+ readonly archivedTargetPath: string;
66
+ readonly targetPath: string;
67
+ readonly receipt: EcosystemInstallReceipt;
68
+ readonly reason: 'update' | 'uninstall' | 'replace';
69
+ }
70
+ export declare function loadEcosystemCatalog(kind: EcosystemEntryKind, options: EcosystemCatalogPathOptions): EcosystemCatalogEntry[];
71
+ export declare function searchEcosystemCatalog(kind: EcosystemEntryKind, query: string, options: EcosystemCatalogPathOptions): EcosystemCatalogEntry[];
72
+ export declare function reviewEcosystemCatalogEntry(entry: EcosystemCatalogEntry, options: EcosystemCatalogPathOptions): {
73
+ entry: EcosystemCatalogEntry;
74
+ sourcePath: string;
75
+ sourceExists: boolean;
76
+ sourceKind: 'local-path' | 'remote' | 'unknown';
77
+ riskLevel: 'low' | 'medium';
78
+ recommendedScope: 'project' | 'user';
79
+ compatibility: {
80
+ status: 'compatible' | 'warning';
81
+ reasons: readonly string[];
82
+ };
83
+ };
84
+ export declare function installEcosystemCatalogEntry(kind: EcosystemEntryKind, entryId: string, options: EcosystemCatalogPathOptions & {
85
+ scope?: 'project' | 'user';
86
+ skipBackup?: boolean;
87
+ }): {
88
+ ok: true;
89
+ receipt: EcosystemInstallReceipt;
90
+ } | {
91
+ ok: false;
92
+ error: string;
93
+ };
94
+ export declare function inspectInstalledEcosystemEntry(kind: EcosystemEntryKind, entryId: string, options: EcosystemCatalogPathOptions & {
95
+ scope?: 'project' | 'user';
96
+ }): {
97
+ ok: true;
98
+ receipt: EcosystemInstallReceipt;
99
+ } | {
100
+ ok: false;
101
+ error: string;
102
+ };
103
+ export declare function uninstallEcosystemCatalogEntry(kind: EcosystemEntryKind, entryId: string, options: EcosystemCatalogPathOptions & {
104
+ scope?: 'project' | 'user';
105
+ }): {
106
+ ok: true;
107
+ removedPath: string;
108
+ } | {
109
+ ok: false;
110
+ error: string;
111
+ };
112
+ export declare function updateInstalledEcosystemEntry(kind: EcosystemEntryKind, entryId: string, options: EcosystemCatalogPathOptions & {
113
+ scope?: 'project' | 'user';
114
+ }): {
115
+ ok: true;
116
+ receipt: EcosystemInstallReceipt;
117
+ previousReceipt: EcosystemInstallReceipt;
118
+ } | {
119
+ ok: false;
120
+ error: string;
121
+ };
122
+ export declare function listEcosystemInstallBackups(kind: EcosystemEntryKind, entryId: string, options: EcosystemCatalogPathOptions & {
123
+ scope?: 'project' | 'user';
124
+ }): EcosystemInstallBackup[];
125
+ export declare function rollbackInstalledEcosystemEntry(kind: EcosystemEntryKind, entryId: string, options: EcosystemCatalogPathOptions & {
126
+ scope?: 'project' | 'user';
127
+ backupId?: string;
128
+ }): {
129
+ ok: true;
130
+ receipt: EcosystemInstallReceipt;
131
+ restoredFrom: EcosystemInstallBackup;
132
+ } | {
133
+ ok: false;
134
+ error: string;
135
+ };
136
+ export declare function listInstalledEcosystemEntries(kind: EcosystemEntryKind, options: EcosystemCatalogPathOptions): EcosystemInstallReceipt[];
137
+ export declare function exportEcosystemCatalogBundle(scope: 'project' | 'user', options: EcosystemCatalogPathOptions): EcosystemCatalogBundle;
138
+ export declare function inspectEcosystemCatalogBundle(bundle: EcosystemCatalogBundle): EcosystemCatalogBundleSummary;
139
+ export declare function importEcosystemCatalogBundle(bundle: EcosystemCatalogBundle, options: EcosystemCatalogPathOptions & {
140
+ scope?: 'project' | 'user';
141
+ }): {
142
+ imported: number;
143
+ pathByKind: Partial<Record<EcosystemEntryKind, string>>;
144
+ };
145
+ export declare function upsertEcosystemCatalogEntry(entry: EcosystemCatalogEntry, options: EcosystemCatalogPathOptions & {
146
+ scope?: 'project' | 'user';
147
+ }): {
148
+ ok: true;
149
+ path: string;
150
+ entry: EcosystemCatalogEntry;
151
+ } | {
152
+ ok: false;
153
+ error: string;
154
+ };
155
+ export declare function removeEcosystemCatalogEntry(kind: EcosystemEntryKind, entryId: string, options: EcosystemCatalogPathOptions & {
156
+ scope?: 'project' | 'user';
157
+ }): {
158
+ ok: true;
159
+ path: string;
160
+ } | {
161
+ ok: false;
162
+ error: string;
163
+ };
164
+ //# sourceMappingURL=catalog.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"catalog.d.ts","sourceRoot":"","sources":["../../../../../src/_internal/platform/runtime/ecosystem/catalog.ts"],"names":[],"mappings":"AAKA,MAAM,MAAM,kBAAkB,GAAG,QAAQ,GAAG,OAAO,GAAG,WAAW,GAAG,aAAa,CAAC;AAClF,MAAM,WAAW,2BAA2B;IAC1C,QAAQ,CAAC,GAAG,EAAE,MAAM,CAAC;IACrB,QAAQ,CAAC,OAAO,EAAE,MAAM,CAAC;CAC1B;AAED,MAAM,WAAW,qBAAqB;IACpC,QAAQ,CAAC,EAAE,EAAE,MAAM,CAAC;IACpB,QAAQ,CAAC,IAAI,EAAE,kBAAkB,CAAC;IAClC,QAAQ,CAAC,IAAI,EAAE,MAAM,CAAC;IACtB,QAAQ,CAAC,OAAO,EAAE,MAAM,CAAC;IACzB,QAAQ,CAAC,OAAO,CAAC,EAAE,MAAM,CAAC;IAC1B,QAAQ,CAAC,MAAM,CAAC,EAAE,MAAM,CAAC;IACzB,QAAQ,CAAC,MAAM,EAAE,MAAM,CAAC;IACxB,QAAQ,CAAC,IAAI,EAAE,SAAS,MAAM,EAAE,CAAC;IACjC,QAAQ,CAAC,UAAU,CAAC,EAAE,MAAM,CAAC;IAC7B,QAAQ,CAAC,WAAW,CAAC,EAAE,MAAM,CAAC;IAC9B,QAAQ,CAAC,UAAU,CAAC,EAAE,MAAM,CAAC;IAC7B,QAAQ,CAAC,SAAS,CAAC,EAAE,MAAM,CAAC;IAC5B,QAAQ,CAAC,UAAU,CAAC,EAAE,MAAM,CAAC;IAC7B,QAAQ,CAAC,aAAa,CAAC,EAAE;QACvB,QAAQ,CAAC,aAAa,CAAC,EAAE,MAAM,CAAC;QAChC,QAAQ,CAAC,aAAa,CAAC,EAAE,MAAM,CAAC;QAChC,QAAQ,CAAC,SAAS,CAAC,EAAE,SAAS,MAAM,EAAE,CAAC;QACvC,QAAQ,CAAC,eAAe,CAAC,EAAE,OAAO,CAAC;KACpC,CAAC;CACH;AAED,MAAM,WAAW,oBAAoB;IACnC,QAAQ,CAAC,OAAO,EAAE,CAAC,CAAC;IACpB,QAAQ,CAAC,OAAO,EAAE,qBAAqB,EAAE,CAAC;CAC3C;AAED,MAAM,WAAW,uBAAuB;IACtC,QAAQ,CAAC,OAAO,EAAE,CAAC,CAAC;IACpB,QAAQ,CAAC,EAAE,EAAE,MAAM,CAAC;IACpB,QAAQ,CAAC,IAAI,EAAE,kBAAkB,CAAC;IAClC,QAAQ,CAAC,WAAW,EAAE,MAAM,CAAC;IAC7B,QAAQ,CAAC,KAAK,EAAE,SAAS,GAAG,MAAM,CAAC;IACnC,QAAQ,CAAC,KAAK,EAAE,qBAAqB,CAAC;IACtC,QAAQ,CAAC,UAAU,EAAE,MAAM,CAAC;IAC5B,QAAQ,CAAC,UAAU,EAAE,MAAM,CAAC;IAC5B,QAAQ,CAAC,WAAW,EAAE,MAAM,CAAC;IAC7B,QAAQ,CAAC,iBAAiB,EAAE,MAAM,CAAC;IACnC,QAAQ,CAAC,aAAa,EAAE;QACtB,QAAQ,CAAC,UAAU,EAAE,MAAM,CAAC;QAC5B,QAAQ,CAAC,MAAM,EAAE,YAAY,GAAG,SAAS,CAAC;QAC1C,QAAQ,CAAC,OAAO,EAAE,SAAS,MAAM,EAAE,CAAC;KACrC,CAAC;CACH;AAED,MAAM,WAAW,sBAAsB;IACrC,QAAQ,CAAC,OAAO,EAAE,CAAC,CAAC;IACpB,QAAQ,CAAC,UAAU,EAAE,MAAM,CAAC;IAC5B,QAAQ,CAAC,KAAK,EAAE,SAAS,GAAG,MAAM,CAAC;IACnC,QAAQ,CAAC,OAAO,EAAE,SAAS,qBAAqB,EAAE,CAAC;CACpD;AAED,MAAM,WAAW,6BAA6B;IAC5C,QAAQ,CAAC,UAAU,EAAE,MAAM,CAAC;IAC5B,QAAQ,CAAC,KAAK,EAAE,SAAS,GAAG,MAAM,CAAC;IACnC,QAAQ,CAAC,MAAM,EAAE,QAAQ,CAAC,MAAM,CAAC,kBAAkB,EAAE,MAAM,CAAC,CAAC,CAAC;CAC/D;AAED,MAAM,WAAW,sBAAsB;IACrC,QAAQ,CAAC,OAAO,EAAE,CAAC,CAAC;IACpB,QAAQ,CAAC,EAAE,EAAE,MAAM,CAAC;IACpB,QAAQ,CAAC,IAAI,EAAE,kBAAkB,CAAC;IAClC,QAAQ,CAAC,SAAS,EAAE,MAAM,CAAC;IAC3B,QAAQ,CAAC,KAAK,EAAE,SAAS,GAAG,MAAM,CAAC;IACnC,QAAQ,CAAC,kBAAkB,EAAE,MAAM,CAAC;IACpC,QAAQ,CAAC,UAAU,EAAE,MAAM,CAAC;IAC5B,QAAQ,CAAC,OAAO,EAAE,uBAAuB,CAAC;IAC1C,QAAQ,CAAC,MAAM,EAAE,QAAQ,GAAG,WAAW,GAAG,SAAS,CAAC;CACrD;AAiLD,wBAAgB,oBAAoB,CAClC,IAAI,EAAE,kBAAkB,EACxB,OAAO,EAAE,2BAA2B,GACnC,qBAAqB,EAAE,CAezB;AAED,wBAAgB,sBAAsB,CACpC,IAAI,EAAE,kBAAkB,EACxB,KAAK,EAAE,MAAM,EACb,OAAO,EAAE,2BAA2B,GACnC,qBAAqB,EAAE,CAgBzB;AAED,wBAAgB,2BAA2B,CACzC,KAAK,EAAE,qBAAqB,EAC5B,OAAO,EAAE,2BAA2B,GACnC;IACD,KAAK,EAAE,qBAAqB,CAAC;IAC7B,UAAU,EAAE,MAAM,CAAC;IACnB,YAAY,EAAE,OAAO,CAAC;IACtB,UAAU,EAAE,YAAY,GAAG,QAAQ,GAAG,SAAS,CAAC;IAChD,SAAS,EAAE,KAAK,GAAG,QAAQ,CAAC;IAC5B,gBAAgB,EAAE,SAAS,GAAG,MAAM,CAAC;IACrC,aAAa,EAAE;QACb,MAAM,EAAE,YAAY,GAAG,SAAS,CAAC;QACjC,OAAO,EAAE,SAAS,MAAM,EAAE,CAAC;KAC5B,CAAC;CACH,CAqCA;AAED,wBAAgB,4BAA4B,CAC1C,IAAI,EAAE,kBAAkB,EACxB,OAAO,EAAE,MAAM,EACf,OAAO,EAAE,2BAA2B,GAAG;IAAE,KAAK,CAAC,EAAE,SAAS,GAAG,MAAM,CAAC;IAAC,UAAU,CAAC,EAAE,OAAO,CAAA;CAAE,GAC1F;IAAE,EAAE,EAAE,IAAI,CAAC;IAAC,OAAO,EAAE,uBAAuB,CAAA;CAAE,GAAG;IAAE,EAAE,EAAE,KAAK,CAAC;IAAC,KAAK,EAAE,MAAM,CAAA;CAAE,CA2C/E;AAED,wBAAgB,8BAA8B,CAC5C,IAAI,EAAE,kBAAkB,EACxB,OAAO,EAAE,MAAM,EACf,OAAO,EAAE,2BAA2B,GAAG;IAAE,KAAK,CAAC,EAAE,SAAS,GAAG,MAAM,CAAA;CAAE,GACpE;IAAE,EAAE,EAAE,IAAI,CAAC;IAAC,OAAO,EAAE,uBAAuB,CAAA;CAAE,GAAG;IAAE,EAAE,EAAE,KAAK,CAAC;IAAC,KAAK,EAAE,MAAM,CAAA;CAAE,CAQ/E;AAED,wBAAgB,8BAA8B,CAC5C,IAAI,EAAE,kBAAkB,EACxB,OAAO,EAAE,MAAM,EACf,OAAO,EAAE,2BAA2B,GAAG;IAAE,KAAK,CAAC,EAAE,SAAS,GAAG,MAAM,CAAA;CAAE,GACpE;IAAE,EAAE,EAAE,IAAI,CAAC;IAAC,WAAW,EAAE,MAAM,CAAA;CAAE,GAAG;IAAE,EAAE,EAAE,KAAK,CAAC;IAAC,KAAK,EAAE,MAAM,CAAA;CAAE,CASlE;AAED,wBAAgB,6BAA6B,CAC3C,IAAI,EAAE,kBAAkB,EACxB,OAAO,EAAE,MAAM,EACf,OAAO,EAAE,2BAA2B,GAAG;IAAE,KAAK,CAAC,EAAE,SAAS,GAAG,MAAM,CAAA;CAAE,GACpE;IAAE,EAAE,EAAE,IAAI,CAAC;IAAC,OAAO,EAAE,uBAAuB,CAAC;IAAC,eAAe,EAAE,uBAAuB,CAAA;CAAE,GAAG;IAAE,EAAE,EAAE,KAAK,CAAC;IAAC,KAAK,EAAE,MAAM,CAAA;CAAE,CAYzH;AAED,wBAAgB,2BAA2B,CACzC,IAAI,EAAE,kBAAkB,EACxB,OAAO,EAAE,MAAM,EACf,OAAO,EAAE,2BAA2B,GAAG;IAAE,KAAK,CAAC,EAAE,SAAS,GAAG,MAAM,CAAA;CAAE,GACpE,sBAAsB,EAAE,CAW1B;AAED,wBAAgB,+BAA+B,CAC7C,IAAI,EAAE,kBAAkB,EACxB,OAAO,EAAE,MAAM,EACf,OAAO,EAAE,2BAA2B,GAAG;IAAE,KAAK,CAAC,EAAE,SAAS,GAAG,MAAM,CAAC;IAAC,QAAQ,CAAC,EAAE,MAAM,CAAA;CAAE,GACvF;IAAE,EAAE,EAAE,IAAI,CAAC;IAAC,OAAO,EAAE,uBAAuB,CAAC;IAAC,YAAY,EAAE,sBAAsB,CAAA;CAAE,GAAG;IAAE,EAAE,EAAE,KAAK,CAAC;IAAC,KAAK,EAAE,MAAM,CAAA;CAAE,CAmBrH;AAED,wBAAgB,6BAA6B,CAC3C,IAAI,EAAE,kBAAkB,EACxB,OAAO,EAAE,2BAA2B,GACnC,uBAAuB,EAAE,CAgB3B;AAED,wBAAgB,4BAA4B,CAC1C,KAAK,EAAE,SAAS,GAAG,MAAM,EACzB,OAAO,EAAE,2BAA2B,GACnC,sBAAsB,CAmBxB;AAED,wBAAgB,6BAA6B,CAAC,MAAM,EAAE,sBAAsB,GAAG,6BAA6B,CAU3G;AAED,wBAAgB,4BAA4B,CAC1C,MAAM,EAAE,sBAAsB,EAC9B,OAAO,EAAE,2BAA2B,GAAG;IAAE,KAAK,CAAC,EAAE,SAAS,GAAG,MAAM,CAAA;CAAE,GACpE;IAAE,QAAQ,EAAE,MAAM,CAAC;IAAC,UAAU,EAAE,OAAO,CAAC,MAAM,CAAC,kBAAkB,EAAE,MAAM,CAAC,CAAC,CAAA;CAAE,CAsB/E;AAED,wBAAgB,2BAA2B,CACzC,KAAK,EAAE,qBAAqB,EAC5B,OAAO,EAAE,2BAA2B,GAAG;IAAE,KAAK,CAAC,EAAE,SAAS,GAAG,MAAM,CAAA;CAAE,GACpE;IAAE,EAAE,EAAE,IAAI,CAAC;IAAC,IAAI,EAAE,MAAM,CAAC;IAAC,KAAK,EAAE,qBAAqB,CAAA;CAAE,GAAG;IAAE,EAAE,EAAE,KAAK,CAAC;IAAC,KAAK,EAAE,MAAM,CAAA;CAAE,CAWzF;AAED,wBAAgB,2BAA2B,CACzC,IAAI,EAAE,kBAAkB,EACxB,OAAO,EAAE,MAAM,EACf,OAAO,EAAE,2BAA2B,GAAG;IAAE,KAAK,CAAC,EAAE,SAAS,GAAG,MAAM,CAAA;CAAE,GACpE;IAAE,EAAE,EAAE,IAAI,CAAC;IAAC,IAAI,EAAE,MAAM,CAAA;CAAE,GAAG;IAAE,EAAE,EAAE,KAAK,CAAC;IAAC,KAAK,EAAE,MAAM,CAAA;CAAE,CAY3D"}
@@ -0,0 +1,445 @@
1
+ import { createHash } from 'node:crypto';
2
+ import { cpSync, existsSync, mkdirSync, readFileSync, readdirSync, rmSync, statSync, writeFileSync } from 'node:fs';
3
+ import { dirname, join, resolve } from 'node:path';
4
+ import { VERSION } from '../../version.js';
5
+ function catalogPath(kind, cwd, homeDir, scope) {
6
+ return scope === 'project'
7
+ ? join(cwd, '.goodvibes', 'goodvibes', 'ecosystem', `${kind}s.json`)
8
+ : join(homeDir, '.goodvibes', 'goodvibes', 'ecosystem', `${kind}s.json`);
9
+ }
10
+ function catalogPaths(kind, cwd, homeDir) {
11
+ return [
12
+ join(cwd, '.goodvibes', 'goodvibes', 'ecosystem', `${kind}s.json`),
13
+ join(homeDir, '.goodvibes', 'goodvibes', 'ecosystem', `${kind}s.json`),
14
+ ];
15
+ }
16
+ function installedRoot(kind, cwd, homeDir, scope) {
17
+ const base = scope === 'project'
18
+ ? join(cwd, '.goodvibes')
19
+ : join(homeDir, '.goodvibes');
20
+ switch (kind) {
21
+ case 'plugin':
22
+ return join(base, 'plugins');
23
+ case 'skill':
24
+ return join(base, 'skills');
25
+ case 'hook-pack':
26
+ return join(base, 'hooks', 'packs');
27
+ case 'policy-pack':
28
+ return join(base, 'policies', 'packs');
29
+ }
30
+ }
31
+ function installedReceiptsRoot(cwd, homeDir, scope) {
32
+ return scope === 'project'
33
+ ? join(cwd, '.goodvibes', 'goodvibes', 'ecosystem', 'installed')
34
+ : join(homeDir, '.goodvibes', 'goodvibes', 'ecosystem', 'installed');
35
+ }
36
+ function receiptPath(kind, entryId, cwd, homeDir, scope) {
37
+ const base = installedReceiptsRoot(cwd, homeDir, scope);
38
+ return join(base, `${kind}-${entryId}.json`);
39
+ }
40
+ function backupRoot(cwd, homeDir, scope) {
41
+ return join(installedReceiptsRoot(cwd, homeDir, scope), 'backups');
42
+ }
43
+ function backupPrefix(kind, entryId) {
44
+ return `${kind}-${entryId}`;
45
+ }
46
+ function backupMetaPath(kind, entryId, createdAt, cwd, homeDir, scope) {
47
+ return join(backupRoot(cwd, homeDir, scope), `${backupPrefix(kind, entryId)}-${createdAt}.json`);
48
+ }
49
+ function backupArchivePath(kind, entryId, createdAt, cwd, homeDir, scope) {
50
+ return join(backupRoot(cwd, homeDir, scope), `${backupPrefix(kind, entryId)}-${createdAt}`);
51
+ }
52
+ function loadReceipt(path) {
53
+ if (!existsSync(path))
54
+ return null;
55
+ try {
56
+ const parsed = JSON.parse(readFileSync(path, 'utf-8'));
57
+ return parsed?.version === 1 ? parsed : null;
58
+ }
59
+ catch {
60
+ return null;
61
+ }
62
+ }
63
+ function loadBackup(path) {
64
+ if (!existsSync(path))
65
+ return null;
66
+ try {
67
+ const parsed = JSON.parse(readFileSync(path, 'utf-8'));
68
+ return parsed?.version === 1 ? parsed : null;
69
+ }
70
+ catch {
71
+ return null;
72
+ }
73
+ }
74
+ function createBackupFromReceipt(receipt, reason, cwd, homeDir) {
75
+ const createdAt = Date.now();
76
+ const archivedTargetPath = backupArchivePath(receipt.kind, receipt.entry.id, createdAt, cwd, homeDir, receipt.scope);
77
+ mkdirSync(dirname(archivedTargetPath), { recursive: true });
78
+ rmSync(archivedTargetPath, { recursive: true, force: true });
79
+ if (existsSync(receipt.targetPath)) {
80
+ cpSync(receipt.targetPath, archivedTargetPath, { recursive: true });
81
+ }
82
+ else {
83
+ mkdirSync(archivedTargetPath, { recursive: true });
84
+ }
85
+ const backup = {
86
+ version: 1,
87
+ id: `${receipt.kind}:${receipt.entry.id}:${createdAt}`,
88
+ kind: receipt.kind,
89
+ createdAt,
90
+ scope: receipt.scope,
91
+ archivedTargetPath,
92
+ targetPath: receipt.targetPath,
93
+ receipt,
94
+ reason,
95
+ };
96
+ const metaPath = backupMetaPath(receipt.kind, receipt.entry.id, createdAt, cwd, homeDir, receipt.scope);
97
+ writeFileSync(metaPath, `${JSON.stringify(backup, null, 2)}\n`, 'utf-8');
98
+ return backup;
99
+ }
100
+ function parseVersionParts(value) {
101
+ return value
102
+ .split('.')
103
+ .map((part) => parseInt(part.replace(/[^0-9].*$/, ''), 10))
104
+ .map((part) => (Number.isFinite(part) ? part : 0));
105
+ }
106
+ function compareVersions(a, b) {
107
+ const left = parseVersionParts(a);
108
+ const right = parseVersionParts(b);
109
+ const length = Math.max(left.length, right.length);
110
+ for (let index = 0; index < length; index++) {
111
+ const l = left[index] ?? 0;
112
+ const r = right[index] ?? 0;
113
+ if (l > r)
114
+ return 1;
115
+ if (l < r)
116
+ return -1;
117
+ }
118
+ return 0;
119
+ }
120
+ function hashPath(path) {
121
+ const hash = createHash('sha256');
122
+ if (!existsSync(path)) {
123
+ hash.update(`missing:${path}`);
124
+ return hash.digest('hex');
125
+ }
126
+ const stat = statSync(path);
127
+ if (stat.isDirectory()) {
128
+ const names = readdirSync(path).sort((a, b) => a.localeCompare(b));
129
+ hash.update(`dir:${path}`);
130
+ for (const name of names) {
131
+ hash.update(name);
132
+ hash.update(hashPath(join(path, name)));
133
+ }
134
+ return hash.digest('hex');
135
+ }
136
+ hash.update(`file:${path}`);
137
+ hash.update(readFileSync(path));
138
+ return hash.digest('hex');
139
+ }
140
+ function readCatalogFile(path) {
141
+ if (!existsSync(path))
142
+ return [];
143
+ try {
144
+ const parsed = JSON.parse(readFileSync(path, 'utf-8'));
145
+ if (!parsed || parsed.version !== 1 || !Array.isArray(parsed.entries))
146
+ return [];
147
+ return parsed.entries.filter((entry) => entry && typeof entry.id === 'string' && typeof entry.name === 'string' && entry.kind !== undefined);
148
+ }
149
+ catch {
150
+ return [];
151
+ }
152
+ }
153
+ function readCatalogDocument(path) {
154
+ if (!existsSync(path))
155
+ return { version: 1, entries: [] };
156
+ try {
157
+ const parsed = JSON.parse(readFileSync(path, 'utf-8'));
158
+ if (!parsed || parsed.version !== 1 || !Array.isArray(parsed.entries)) {
159
+ return { version: 1, entries: [] };
160
+ }
161
+ return {
162
+ version: 1,
163
+ entries: parsed.entries.filter((entry) => entry && typeof entry.id === 'string' && typeof entry.name === 'string' && entry.kind !== undefined),
164
+ };
165
+ }
166
+ catch {
167
+ return { version: 1, entries: [] };
168
+ }
169
+ }
170
+ export function loadEcosystemCatalog(kind, options) {
171
+ const { cwd, homeDir } = options;
172
+ const seen = new Set();
173
+ const entries = [];
174
+ for (const path of catalogPaths(kind, cwd, homeDir)) {
175
+ for (const entry of readCatalogFile(path)) {
176
+ if (entry.kind !== kind)
177
+ continue;
178
+ if (seen.has(entry.id))
179
+ continue;
180
+ seen.add(entry.id);
181
+ entries.push(entry);
182
+ }
183
+ }
184
+ return entries.sort((a, b) => a.name.localeCompare(b.name));
185
+ }
186
+ export function searchEcosystemCatalog(kind, query, options) {
187
+ const normalized = query.trim().toLowerCase();
188
+ const entries = loadEcosystemCatalog(kind, options);
189
+ if (!normalized)
190
+ return entries;
191
+ return entries.filter((entry) => {
192
+ const haystack = [
193
+ entry.id,
194
+ entry.name,
195
+ entry.summary,
196
+ entry.source,
197
+ entry.trustNotes ?? '',
198
+ entry.installHint ?? '',
199
+ ...entry.tags,
200
+ ].join(' ').toLowerCase();
201
+ return haystack.includes(normalized);
202
+ });
203
+ }
204
+ export function reviewEcosystemCatalogEntry(entry, options) {
205
+ const { cwd, homeDir } = options;
206
+ const sourcePath = entry.source.startsWith('/') || entry.source.startsWith('.')
207
+ ? resolve(cwd, entry.source)
208
+ : resolve(homeDir, entry.source);
209
+ const sourceExists = existsSync(sourcePath);
210
+ const sourceKind = entry.source.startsWith('/') || entry.source.startsWith('.')
211
+ ? 'local-path'
212
+ : entry.source.includes('://') || entry.source.startsWith('git+') || entry.source.startsWith('repo:')
213
+ ? 'remote'
214
+ : 'unknown';
215
+ const reasons = [];
216
+ if (entry.compatibility?.minAppVersion && compareVersions(VERSION, entry.compatibility.minAppVersion) < 0) {
217
+ reasons.push(`requires GoodVibes >= ${entry.compatibility.minAppVersion}`);
218
+ }
219
+ if (entry.compatibility?.maxAppVersion && compareVersions(VERSION, entry.compatibility.maxAppVersion) > 0) {
220
+ reasons.push(`targets GoodVibes <= ${entry.compatibility.maxAppVersion}`);
221
+ }
222
+ if (entry.compatibility?.platforms && entry.compatibility.platforms.length > 0 && !entry.compatibility.platforms.includes(process.platform)) {
223
+ reasons.push(`targets platforms: ${entry.compatibility.platforms.join(', ')}`);
224
+ }
225
+ if (entry.compatibility?.requiresSandbox) {
226
+ reasons.push('requires sandbox-backed execution support');
227
+ }
228
+ return {
229
+ entry,
230
+ sourcePath,
231
+ sourceExists,
232
+ sourceKind,
233
+ riskLevel: entry.trustNotes || sourceKind === 'remote' ? 'medium' : 'low',
234
+ recommendedScope: entry.kind === 'plugin' ? 'project' : 'user',
235
+ compatibility: {
236
+ status: reasons.length > 0 ? 'warning' : 'compatible',
237
+ reasons,
238
+ },
239
+ };
240
+ }
241
+ export function installEcosystemCatalogEntry(kind, entryId, options) {
242
+ const { cwd, homeDir } = options;
243
+ const scope = options.scope ?? 'project';
244
+ const entry = loadEcosystemCatalog(kind, { cwd, homeDir }).find((candidate) => candidate.id === entryId);
245
+ if (!entry)
246
+ return { ok: false, error: `Unknown curated ${kind} entry: ${entryId}` };
247
+ const review = reviewEcosystemCatalogEntry(entry, { cwd, homeDir });
248
+ if (review.sourceKind !== 'local-path') {
249
+ return { ok: false, error: `Curated ${kind} entry ${entryId} is not a local path source and cannot be installed directly.` };
250
+ }
251
+ if (!review.sourceExists) {
252
+ return { ok: false, error: `Curated ${kind} source path does not exist: ${review.sourcePath}` };
253
+ }
254
+ const targetPath = join(installedRoot(kind, cwd, homeDir, scope), entry.id);
255
+ const previousReceipt = loadReceipt(receiptPath(kind, entry.id, cwd, homeDir, scope));
256
+ if (previousReceipt && !options.skipBackup) {
257
+ createBackupFromReceipt(previousReceipt, 'replace', cwd, homeDir);
258
+ }
259
+ mkdirSync(installedRoot(kind, cwd, homeDir, scope), { recursive: true });
260
+ rmSync(targetPath, { recursive: true, force: true });
261
+ cpSync(review.sourcePath, targetPath, { recursive: true });
262
+ const receipt = {
263
+ version: 1,
264
+ id: `${kind}:${entry.id}`,
265
+ kind,
266
+ installedAt: Date.now(),
267
+ scope,
268
+ entry,
269
+ sourcePath: review.sourcePath,
270
+ targetPath,
271
+ fingerprint: hashPath(targetPath),
272
+ provenanceSummary: entry.provenance ?? entry.source,
273
+ compatibility: {
274
+ appVersion: VERSION,
275
+ status: review.compatibility.status,
276
+ reasons: review.compatibility.reasons,
277
+ },
278
+ };
279
+ const path = receiptPath(kind, entry.id, cwd, homeDir, scope);
280
+ mkdirSync(dirname(path), { recursive: true });
281
+ writeFileSync(path, `${JSON.stringify(receipt, null, 2)}\n`, 'utf-8');
282
+ return { ok: true, receipt };
283
+ }
284
+ export function inspectInstalledEcosystemEntry(kind, entryId, options) {
285
+ const { cwd, homeDir } = options;
286
+ const scope = options.scope ?? 'project';
287
+ const receipt = loadReceipt(receiptPath(kind, entryId, cwd, homeDir, scope));
288
+ if (!receipt) {
289
+ return { ok: false, error: `No installed ${kind} receipt found for ${entryId} in ${scope} scope.` };
290
+ }
291
+ return { ok: true, receipt };
292
+ }
293
+ export function uninstallEcosystemCatalogEntry(kind, entryId, options) {
294
+ const { cwd, homeDir } = options;
295
+ const scope = options.scope ?? 'project';
296
+ const receipt = loadReceipt(receiptPath(kind, entryId, cwd, homeDir, scope));
297
+ if (!receipt)
298
+ return { ok: false, error: `No installed ${kind} receipt found for ${entryId} in ${scope} scope.` };
299
+ createBackupFromReceipt(receipt, 'uninstall', cwd, homeDir);
300
+ rmSync(receipt.targetPath, { recursive: true, force: true });
301
+ rmSync(receiptPath(kind, entryId, cwd, homeDir, scope), { force: true });
302
+ return { ok: true, removedPath: receipt.targetPath };
303
+ }
304
+ export function updateInstalledEcosystemEntry(kind, entryId, options) {
305
+ const { cwd, homeDir } = options;
306
+ const scope = options.scope ?? 'project';
307
+ const previousReceipt = loadReceipt(receiptPath(kind, entryId, cwd, homeDir, scope));
308
+ if (!previousReceipt) {
309
+ return { ok: false, error: `No installed ${kind} receipt found for ${entryId} in ${scope} scope.` };
310
+ }
311
+ createBackupFromReceipt(previousReceipt, 'update', cwd, homeDir);
312
+ const installed = installEcosystemCatalogEntry(kind, entryId, { cwd, homeDir, scope, skipBackup: true });
313
+ if (!installed.ok)
314
+ return installed;
315
+ return { ok: true, receipt: installed.receipt, previousReceipt };
316
+ }
317
+ export function listEcosystemInstallBackups(kind, entryId, options) {
318
+ const { cwd, homeDir } = options;
319
+ const scope = options.scope ?? 'project';
320
+ const dir = backupRoot(cwd, homeDir, scope);
321
+ if (!existsSync(dir))
322
+ return [];
323
+ const prefix = `${backupPrefix(kind, entryId)}-`;
324
+ return readdirSync(dir)
325
+ .filter((name) => name.startsWith(prefix) && name.endsWith('.json'))
326
+ .map((name) => loadBackup(join(dir, name)))
327
+ .filter((backup) => backup !== null && backup.kind === kind && backup.receipt.entry.id === entryId)
328
+ .sort((a, b) => b.createdAt - a.createdAt);
329
+ }
330
+ export function rollbackInstalledEcosystemEntry(kind, entryId, options) {
331
+ const { cwd, homeDir } = options;
332
+ const scope = options.scope ?? 'project';
333
+ const backups = listEcosystemInstallBackups(kind, entryId, { cwd, homeDir, scope });
334
+ const backup = options.backupId
335
+ ? backups.find((candidate) => candidate.id === options.backupId)
336
+ : backups[0];
337
+ if (!backup) {
338
+ return { ok: false, error: `No rollback backup found for ${kind} ${entryId} in ${scope} scope.` };
339
+ }
340
+ mkdirSync(dirname(backup.targetPath), { recursive: true });
341
+ rmSync(backup.targetPath, { recursive: true, force: true });
342
+ cpSync(backup.archivedTargetPath, backup.targetPath, { recursive: true });
343
+ writeFileSync(receiptPath(kind, entryId, cwd, homeDir, scope), `${JSON.stringify(backup.receipt, null, 2)}\n`, 'utf-8');
344
+ return { ok: true, receipt: backup.receipt, restoredFrom: backup };
345
+ }
346
+ export function listInstalledEcosystemEntries(kind, options) {
347
+ const { cwd, homeDir } = options;
348
+ const receipts = [
349
+ installedReceiptsRoot(cwd, homeDir, 'project'),
350
+ installedReceiptsRoot(cwd, homeDir, 'user'),
351
+ ];
352
+ const found = [];
353
+ for (const dir of receipts) {
354
+ if (!existsSync(dir))
355
+ continue;
356
+ for (const name of readdirSync(dir)) {
357
+ if (!name.startsWith(`${kind}-`) || !name.endsWith('.json'))
358
+ continue;
359
+ const receipt = loadReceipt(join(dir, name));
360
+ if (receipt && receipt.kind === kind)
361
+ found.push(receipt);
362
+ }
363
+ }
364
+ return found.sort((a, b) => b.installedAt - a.installedAt);
365
+ }
366
+ export function exportEcosystemCatalogBundle(scope, options) {
367
+ const { cwd, homeDir } = options;
368
+ const paths = {
369
+ plugin: catalogPath('plugin', cwd, homeDir, scope),
370
+ skill: catalogPath('skill', cwd, homeDir, scope),
371
+ 'hook-pack': catalogPath('hook-pack', cwd, homeDir, scope),
372
+ 'policy-pack': catalogPath('policy-pack', cwd, homeDir, scope),
373
+ };
374
+ return {
375
+ version: 1,
376
+ exportedAt: Date.now(),
377
+ scope,
378
+ entries: [
379
+ ...readCatalogFile(paths.plugin).filter((entry) => entry.kind === 'plugin'),
380
+ ...readCatalogFile(paths.skill).filter((entry) => entry.kind === 'skill'),
381
+ ...readCatalogFile(paths['hook-pack']).filter((entry) => entry.kind === 'hook-pack'),
382
+ ...readCatalogFile(paths['policy-pack']).filter((entry) => entry.kind === 'policy-pack'),
383
+ ].sort((a, b) => a.name.localeCompare(b.name)),
384
+ };
385
+ }
386
+ export function inspectEcosystemCatalogBundle(bundle) {
387
+ const counts = { plugin: 0, skill: 0, 'hook-pack': 0, 'policy-pack': 0 };
388
+ for (const entry of bundle.entries) {
389
+ counts[entry.kind] += 1;
390
+ }
391
+ return {
392
+ exportedAt: bundle.exportedAt,
393
+ scope: bundle.scope,
394
+ counts,
395
+ };
396
+ }
397
+ export function importEcosystemCatalogBundle(bundle, options) {
398
+ const scope = options.scope ?? bundle.scope;
399
+ const byKind = {
400
+ plugin: [],
401
+ skill: [],
402
+ 'hook-pack': [],
403
+ 'policy-pack': [],
404
+ };
405
+ for (const entry of bundle.entries) {
406
+ byKind[entry.kind].push(entry);
407
+ }
408
+ const pathByKind = {};
409
+ let imported = 0;
410
+ for (const kind of ['plugin', 'skill', 'hook-pack', 'policy-pack']) {
411
+ if (byKind[kind].length === 0)
412
+ continue;
413
+ const path = catalogPath(kind, options.cwd, options.homeDir, scope);
414
+ mkdirSync(dirname(path), { recursive: true });
415
+ writeFileSync(path, `${JSON.stringify({ version: 1, entries: byKind[kind].sort((a, b) => a.name.localeCompare(b.name)) }, null, 2)}\n`, 'utf-8');
416
+ pathByKind[kind] = path;
417
+ imported += byKind[kind].length;
418
+ }
419
+ return { imported, pathByKind };
420
+ }
421
+ export function upsertEcosystemCatalogEntry(entry, options) {
422
+ const { cwd, homeDir } = options;
423
+ const scope = options.scope ?? 'project';
424
+ const path = catalogPath(entry.kind, cwd, homeDir, scope);
425
+ const document = readCatalogDocument(path);
426
+ const nextEntries = document.entries.filter((candidate) => candidate.id !== entry.id || candidate.kind !== entry.kind);
427
+ nextEntries.push(entry);
428
+ nextEntries.sort((a, b) => a.name.localeCompare(b.name));
429
+ mkdirSync(dirname(path), { recursive: true });
430
+ writeFileSync(path, `${JSON.stringify({ version: 1, entries: nextEntries }, null, 2)}\n`, 'utf-8');
431
+ return { ok: true, path, entry };
432
+ }
433
+ export function removeEcosystemCatalogEntry(kind, entryId, options) {
434
+ const { cwd, homeDir } = options;
435
+ const scope = options.scope ?? 'project';
436
+ const path = catalogPath(kind, cwd, homeDir, scope);
437
+ const document = readCatalogDocument(path);
438
+ const nextEntries = document.entries.filter((candidate) => candidate.id !== entryId || candidate.kind !== kind);
439
+ if (nextEntries.length === document.entries.length) {
440
+ return { ok: false, error: `Curated ${kind} catalog entry not found: ${entryId}` };
441
+ }
442
+ mkdirSync(dirname(path), { recursive: true });
443
+ writeFileSync(path, `${JSON.stringify({ version: 1, entries: nextEntries }, null, 2)}\n`, 'utf-8');
444
+ return { ok: true, path };
445
+ }
@@ -0,0 +1,12 @@
1
+ import type { RuntimeStore } from '../store/index.js';
2
+ import { type EcosystemCatalogPathOptions, type EcosystemCatalogEntry, type EcosystemEntryKind } from './catalog.js';
3
+ export interface EcosystemRecommendation {
4
+ readonly id: string;
5
+ readonly title: string;
6
+ readonly reason: string;
7
+ readonly kind: EcosystemEntryKind;
8
+ readonly entry: EcosystemCatalogEntry;
9
+ readonly command: string;
10
+ }
11
+ export declare function buildEcosystemRecommendations(runtimeStore: RuntimeStore | undefined, options: EcosystemCatalogPathOptions): EcosystemRecommendation[];
12
+ //# sourceMappingURL=recommendations.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"recommendations.d.ts","sourceRoot":"","sources":["../../../../../src/_internal/platform/runtime/ecosystem/recommendations.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,mBAAmB,CAAC;AACtD,OAAO,EACL,KAAK,2BAA2B,EAGhC,KAAK,qBAAqB,EAC1B,KAAK,kBAAkB,EACxB,MAAM,cAAc,CAAC;AAEtB,MAAM,WAAW,uBAAuB;IACtC,QAAQ,CAAC,EAAE,EAAE,MAAM,CAAC;IACpB,QAAQ,CAAC,KAAK,EAAE,MAAM,CAAC;IACvB,QAAQ,CAAC,MAAM,EAAE,MAAM,CAAC;IACxB,QAAQ,CAAC,IAAI,EAAE,kBAAkB,CAAC;IAClC,QAAQ,CAAC,KAAK,EAAE,qBAAqB,CAAC;IACtC,QAAQ,CAAC,OAAO,EAAE,MAAM,CAAC;CAC1B;AAoCD,wBAAgB,6BAA6B,CAC3C,YAAY,EAAE,YAAY,GAAG,SAAS,EACtC,OAAO,EAAE,2BAA2B,GACnC,uBAAuB,EAAE,CA6D3B"}