@mastra/playground-ui 22.1.2-alpha.2 → 22.1.2-alpha.4

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 (750) hide show
  1. package/CHANGELOG.md +26 -0
  2. package/dist/index.cjs.js +8692 -57480
  3. package/dist/index.cjs.js.map +1 -1
  4. package/dist/index.css +75 -3328
  5. package/dist/index.es.js +8138 -56468
  6. package/dist/index.es.js.map +1 -1
  7. package/dist/src/ds/components/Command/command.d.ts +2 -2
  8. package/dist/src/ds/components/DataKeysAndValues/data-keys-and-values-value-link.d.ts +3 -1
  9. package/dist/src/ds/components/DataList/data-list-row-link.d.ts +3 -1
  10. package/dist/src/ds/components/EntityList/entity-list-pagination.d.ts +7 -0
  11. package/dist/src/ds/components/EntityList/entity-list-row-link.d.ts +3 -1
  12. package/dist/src/ds/components/EntityList/entity-list.d.ts +2 -0
  13. package/dist/src/ds/components/ItemList/item-list-link-cell.d.ts +3 -1
  14. package/dist/src/ds/components/KeyValueList/key-value-list.d.ts +3 -1
  15. package/dist/src/ds/components/ListSearch/list-search.d.ts +7 -1
  16. package/dist/src/ds/components/LogsDataList/logs-data-list-cells.d.ts +2 -1
  17. package/dist/src/ds/components/MainSidebar/main-sidebar-nav-header.d.ts +3 -1
  18. package/dist/src/ds/components/MainSidebar/main-sidebar-nav-link.d.ts +3 -1
  19. package/dist/src/ds/components/Section/index.d.ts +1 -0
  20. package/dist/src/ds/components/StatusBadge/StatusBadge.d.ts +1 -1
  21. package/dist/src/ds/icons/index.d.ts +11 -0
  22. package/dist/src/ds/types/link-component.d.ts +3 -0
  23. package/dist/src/hooks/index.d.ts +2 -2
  24. package/dist/src/index.d.ts +36 -39
  25. package/dist/src/lib/file/index.d.ts +3 -0
  26. package/dist/src/lib/resize/index.d.ts +2 -0
  27. package/dist/src/lib/workspace-compat.d.ts +6 -0
  28. package/dist/src/utils.d.ts +1 -1
  29. package/dist/tokens.cjs.js +213 -11
  30. package/dist/tokens.cjs.js.map +1 -1
  31. package/dist/tokens.es.js +205 -3
  32. package/dist/tokens.es.js.map +1 -1
  33. package/dist/utils.cjs.js +11 -3
  34. package/dist/utils.cjs.js.map +1 -1
  35. package/dist/utils.es.js +13 -1
  36. package/dist/utils.es.js.map +1 -1
  37. package/package.json +6 -37
  38. package/dist/compatibility-AZzyQAj-.js +0 -112
  39. package/dist/compatibility-AZzyQAj-.js.map +0 -1
  40. package/dist/compatibility-CQiwi9-B.cjs +0 -120
  41. package/dist/compatibility-CQiwi9-B.cjs.map +0 -1
  42. package/dist/spacings-CKfS0_hW.js +0 -206
  43. package/dist/spacings-CKfS0_hW.js.map +0 -1
  44. package/dist/spacings-D-ni8lnF.cjs +0 -216
  45. package/dist/spacings-D-ni8lnF.cjs.map +0 -1
  46. package/dist/src/components/ui/textarea.d.ts +0 -16
  47. package/dist/src/domains/agents/components/AgentToolPanel.d.ts +0 -5
  48. package/dist/src/domains/agents/components/agent-advanced-settings.d.ts +0 -1
  49. package/dist/src/domains/agents/components/agent-chat.d.ts +0 -6
  50. package/dist/src/domains/agents/components/agent-cms-blocks/agent-cms-block.d.ts +0 -15
  51. package/dist/src/domains/agents/components/agent-cms-blocks/agent-cms-blocks.d.ts +0 -10
  52. package/dist/src/domains/agents/components/agent-cms-blocks/agent-cms-blocks.stories.d.ts +0 -8
  53. package/dist/src/domains/agents/components/agent-cms-blocks/agent-cms-ref-block.d.ts +0 -11
  54. package/dist/src/domains/agents/components/agent-cms-blocks/index.d.ts +0 -4
  55. package/dist/src/domains/agents/components/agent-cms-blocks/prompt-block-picker-dialog.d.ts +0 -7
  56. package/dist/src/domains/agents/components/agent-cms-form-shell.d.ts +0 -21
  57. package/dist/src/domains/agents/components/agent-cms-layout/agent-cms-bottom-bar.d.ts +0 -6
  58. package/dist/src/domains/agents/components/agent-cms-layout/agent-cms-layout.d.ts +0 -9
  59. package/dist/src/domains/agents/components/agent-cms-layout/index.d.ts +0 -2
  60. package/dist/src/domains/agents/components/agent-cms-pages/agents-page.d.ts +0 -1
  61. package/dist/src/domains/agents/components/agent-cms-pages/index.d.ts +0 -9
  62. package/dist/src/domains/agents/components/agent-cms-pages/information-page.d.ts +0 -1
  63. package/dist/src/domains/agents/components/agent-cms-pages/instruction-blocks-page.d.ts +0 -1
  64. package/dist/src/domains/agents/components/agent-cms-pages/memory-page.d.ts +0 -1
  65. package/dist/src/domains/agents/components/agent-cms-pages/scorers-page.d.ts +0 -1
  66. package/dist/src/domains/agents/components/agent-cms-pages/skill-edit-dialog.d.ts +0 -8
  67. package/dist/src/domains/agents/components/agent-cms-pages/skill-file-tree.d.ts +0 -15
  68. package/dist/src/domains/agents/components/agent-cms-pages/skill-folder.d.ts +0 -14
  69. package/dist/src/domains/agents/components/agent-cms-pages/skills-page.d.ts +0 -1
  70. package/dist/src/domains/agents/components/agent-cms-pages/tools-page.d.ts +0 -1
  71. package/dist/src/domains/agents/components/agent-cms-pages/variables-page.d.ts +0 -1
  72. package/dist/src/domains/agents/components/agent-cms-pages/workflows-page.d.ts +0 -1
  73. package/dist/src/domains/agents/components/agent-cms-sidebar/agent-cms-is-active.d.ts +0 -1
  74. package/dist/src/domains/agents/components/agent-cms-sidebar/agent-cms-sections.d.ts +0 -9
  75. package/dist/src/domains/agents/components/agent-cms-sidebar/agent-cms-sidebar.d.ts +0 -7
  76. package/dist/src/domains/agents/components/agent-cms-sidebar/index.d.ts +0 -4
  77. package/dist/src/domains/agents/components/agent-cms-sidebar/use-agent-cms-navigation.d.ts +0 -13
  78. package/dist/src/domains/agents/components/agent-cms-sidebar/use-sidebar-descriptions.d.ts +0 -40
  79. package/dist/src/domains/agents/components/agent-combobox.d.ts +0 -12
  80. package/dist/src/domains/agents/components/agent-edit-page/agent-edit-layout.d.ts +0 -5
  81. package/dist/src/domains/agents/components/agent-edit-page/agent-edit-main-blocks.d.ts +0 -8
  82. package/dist/src/domains/agents/components/agent-edit-page/agent-edit-sidebar.d.ts +0 -14
  83. package/dist/src/domains/agents/components/agent-edit-page/index.d.ts +0 -4
  84. package/dist/src/domains/agents/components/agent-edit-page/sections/agents-section.d.ts +0 -10
  85. package/dist/src/domains/agents/components/agent-edit-page/sections/index.d.ts +0 -5
  86. package/dist/src/domains/agents/components/agent-edit-page/sections/memory-section.d.ts +0 -9
  87. package/dist/src/domains/agents/components/agent-edit-page/sections/scorers-section.d.ts +0 -9
  88. package/dist/src/domains/agents/components/agent-edit-page/sections/tools-section.d.ts +0 -9
  89. package/dist/src/domains/agents/components/agent-edit-page/sections/workflows-section.d.ts +0 -9
  90. package/dist/src/domains/agents/components/agent-edit-page/use-agent-edit-form.d.ts +0 -214
  91. package/dist/src/domains/agents/components/agent-edit-page/utils/form-validation.d.ts +0 -171
  92. package/dist/src/domains/agents/components/agent-edit-page/version-preview-banner.d.ts +0 -7
  93. package/dist/src/domains/agents/components/agent-entity-header.d.ts +0 -4
  94. package/dist/src/domains/agents/components/agent-information/agent-information.d.ts +0 -22
  95. package/dist/src/domains/agents/components/agent-information/agent-memory-config.d.ts +0 -5
  96. package/dist/src/domains/agents/components/agent-information/agent-memory.d.ts +0 -7
  97. package/dist/src/domains/agents/components/agent-information/agent-observational-memory.d.ts +0 -7
  98. package/dist/src/domains/agents/components/agent-information/agent-working-memory.d.ts +0 -5
  99. package/dist/src/domains/agents/components/agent-information/code-display.d.ts +0 -10
  100. package/dist/src/domains/agents/components/agent-layout.d.ts +0 -8
  101. package/dist/src/domains/agents/components/agent-list/agents-list.d.ts +0 -7
  102. package/dist/src/domains/agents/components/agent-list/no-agents-info.d.ts +0 -1
  103. package/dist/src/domains/agents/components/agent-metadata/agent-metadata-list.d.ts +0 -13
  104. package/dist/src/domains/agents/components/agent-metadata/agent-metadata-model-list.d.ts +0 -18
  105. package/dist/src/domains/agents/components/agent-metadata/agent-metadata-model-switcher.d.ts +0 -15
  106. package/dist/src/domains/agents/components/agent-metadata/agent-metadata-section.d.ts +0 -10
  107. package/dist/src/domains/agents/components/agent-metadata/agent-metadata-wrapper.d.ts +0 -4
  108. package/dist/src/domains/agents/components/agent-metadata/agent-metadata.d.ts +0 -59
  109. package/dist/src/domains/agents/components/agent-metadata/index.d.ts +0 -4
  110. package/dist/src/domains/agents/components/agent-metadata/provider-logo.d.ts +0 -11
  111. package/dist/src/domains/agents/components/agent-metadata/utils.d.ts +0 -31
  112. package/dist/src/domains/agents/components/agent-page-tabs.d.ts +0 -11
  113. package/dist/src/domains/agents/components/agent-playground/agent-playground-config.d.ts +0 -7
  114. package/dist/src/domains/agents/components/agent-playground/agent-playground-datasets.d.ts +0 -5
  115. package/dist/src/domains/agents/components/agent-playground/agent-playground-eval.d.ts +0 -20
  116. package/dist/src/domains/agents/components/agent-playground/agent-playground-evaluate.d.ts +0 -11
  117. package/dist/src/domains/agents/components/agent-playground/agent-playground-request-context.d.ts +0 -5
  118. package/dist/src/domains/agents/components/agent-playground/agent-playground-review.d.ts +0 -9
  119. package/dist/src/domains/agents/components/agent-playground/agent-playground-scorers.d.ts +0 -5
  120. package/dist/src/domains/agents/components/agent-playground/agent-playground-test-chat.d.ts +0 -9
  121. package/dist/src/domains/agents/components/agent-playground/agent-playground-traces.d.ts +0 -5
  122. package/dist/src/domains/agents/components/agent-playground/agent-playground-version-bar.d.ts +0 -20
  123. package/dist/src/domains/agents/components/agent-playground/agent-playground-view.d.ts +0 -21
  124. package/dist/src/domains/agents/components/agent-playground/dataset-detail-view.d.ts +0 -15
  125. package/dist/src/domains/agents/components/agent-playground/format-version-label.d.ts +0 -1
  126. package/dist/src/domains/agents/components/agent-playground/index.d.ts +0 -8
  127. package/dist/src/domains/agents/components/agent-playground/scorer-detail-view.d.ts +0 -16
  128. package/dist/src/domains/agents/components/agent-playground/scorer-mini-editor.d.ts +0 -18
  129. package/dist/src/domains/agents/components/agent-settings.d.ts +0 -4
  130. package/dist/src/domains/agents/components/agent-table/agent-table.d.ts +0 -7
  131. package/dist/src/domains/agents/components/agent-table/columns.d.ts +0 -6
  132. package/dist/src/domains/agents/components/agent-table/types.d.ts +0 -4
  133. package/dist/src/domains/agents/components/agent-top-bar-controls.d.ts +0 -5
  134. package/dist/src/domains/agents/components/agent-traces-panel.d.ts +0 -10
  135. package/dist/src/domains/agents/components/agent-version-combobox.d.ts +0 -11
  136. package/dist/src/domains/agents/components/agent-version-panel.d.ts +0 -7
  137. package/dist/src/domains/agents/components/browser-view/agent-busy-overlay.d.ts +0 -11
  138. package/dist/src/domains/agents/components/browser-view/browser-sidebar-tab.d.ts +0 -5
  139. package/dist/src/domains/agents/components/browser-view/browser-thumbnail.d.ts +0 -12
  140. package/dist/src/domains/agents/components/browser-view/browser-tool-call-history.d.ts +0 -9
  141. package/dist/src/domains/agents/components/browser-view/browser-tool-call-item.d.ts +0 -6
  142. package/dist/src/domains/agents/components/browser-view/browser-view-frame.d.ts +0 -15
  143. package/dist/src/domains/agents/components/browser-view/browser-view-header.d.ts +0 -15
  144. package/dist/src/domains/agents/components/browser-view/browser-view-panel.d.ts +0 -12
  145. package/dist/src/domains/agents/components/browser-view/click-ripple-overlay.d.ts +0 -16
  146. package/dist/src/domains/agents/components/browser-view/index.d.ts +0 -8
  147. package/dist/src/domains/agents/components/chat-threads.d.ts +0 -10
  148. package/dist/src/domains/agents/components/composer-model-switcher.d.ts +0 -4
  149. package/dist/src/domains/agents/components/model-picker/index.d.ts +0 -2
  150. package/dist/src/domains/agents/components/model-picker/provider-not-connected-alert.d.ts +0 -5
  151. package/dist/src/domains/agents/components/provider-map-icon.d.ts +0 -15
  152. package/dist/src/domains/agents/components/request-context.d.ts +0 -5
  153. package/dist/src/domains/agents/context/activated-skills-context.d.ts +0 -18
  154. package/dist/src/domains/agents/context/agent-context.d.ts +0 -16
  155. package/dist/src/domains/agents/context/agent-edit-form-context.d.ts +0 -21
  156. package/dist/src/domains/agents/context/agent-observational-memory-context.d.ts +0 -63
  157. package/dist/src/domains/agents/context/agent-working-memory-context.d.ts +0 -20
  158. package/dist/src/domains/agents/context/browser-session-context.d.ts +0 -62
  159. package/dist/src/domains/agents/context/browser-tool-calls-context.d.ts +0 -33
  160. package/dist/src/domains/agents/context/index.d.ts +0 -9
  161. package/dist/src/domains/agents/context/model-reset-context.d.ts +0 -6
  162. package/dist/src/domains/agents/context/playground-model-context.d.ts +0 -15
  163. package/dist/src/domains/agents/context/review-queue-context.d.ts +0 -65
  164. package/dist/src/domains/agents/hooks/use-agent-cms-form.d.ts +0 -232
  165. package/dist/src/domains/agents/hooks/use-agent-experiments.d.ts +0 -21
  166. package/dist/src/domains/agents/hooks/use-agent-settings-state.d.ts +0 -11
  167. package/dist/src/domains/agents/hooks/use-agent-skills.d.ts +0 -12
  168. package/dist/src/domains/agents/hooks/use-agent-trace-scores.d.ts +0 -50
  169. package/dist/src/domains/agents/hooks/use-agent-traces-filters.d.ts +0 -36
  170. package/dist/src/domains/agents/hooks/use-agent-versions.d.ts +0 -48
  171. package/dist/src/domains/agents/hooks/use-agent-working-memory.d.ts +0 -10
  172. package/dist/src/domains/agents/hooks/use-agent-workspace.d.ts +0 -13
  173. package/dist/src/domains/agents/hooks/use-agent.d.ts +0 -1
  174. package/dist/src/domains/agents/hooks/use-agents-model-providers.d.ts +0 -1
  175. package/dist/src/domains/agents/hooks/use-agents.d.ts +0 -14
  176. package/dist/src/domains/agents/hooks/use-browser-stream.d.ts +0 -34
  177. package/dist/src/domains/agents/hooks/use-can-create-agent.d.ts +0 -3
  178. package/dist/src/domains/agents/hooks/use-click-ripple.d.ts +0 -29
  179. package/dist/src/domains/agents/hooks/use-close-browser.d.ts +0 -12
  180. package/dist/src/domains/agents/hooks/use-completed-items.d.ts +0 -5
  181. package/dist/src/domains/agents/hooks/use-create-skill.d.ts +0 -10
  182. package/dist/src/domains/agents/hooks/use-execute-agent-tool.d.ts +0 -7
  183. package/dist/src/domains/agents/hooks/use-input-coordination.d.ts +0 -20
  184. package/dist/src/domains/agents/hooks/use-keyboard-interaction.d.ts +0 -19
  185. package/dist/src/domains/agents/hooks/use-mouse-interaction.d.ts +0 -28
  186. package/dist/src/domains/agents/hooks/use-preview-instructions.d.ts +0 -10
  187. package/dist/src/domains/agents/hooks/use-review-items.d.ts +0 -6
  188. package/dist/src/domains/agents/hooks/use-sampling-restriction.d.ts +0 -15
  189. package/dist/src/domains/agents/hooks/use-stored-agents.d.ts +0 -12
  190. package/dist/src/domains/agents/hooks/use-stored-skills.d.ts +0 -1
  191. package/dist/src/domains/agents/index.d.ts +0 -45
  192. package/dist/src/domains/agents/utils/agent-form-mappers.d.ts +0 -110
  193. package/dist/src/domains/agents/utils/collect-mcp-client-ids.d.ts +0 -5
  194. package/dist/src/domains/agents/utils/compute-agent-initial-values.d.ts +0 -25
  195. package/dist/src/domains/agents/utils/coordinate-mapping.d.ts +0 -68
  196. package/dist/src/domains/agents/utils/extractPrompt.d.ts +0 -2
  197. package/dist/src/domains/agents/utils/key-mapping.d.ts +0 -8
  198. package/dist/src/domains/agents/utils/model-restrictions.d.ts +0 -6
  199. package/dist/src/domains/agents/utils/trace-utils.d.ts +0 -11
  200. package/dist/src/domains/auth/components/auth-required.d.ts +0 -27
  201. package/dist/src/domains/auth/components/auth-status.d.ts +0 -24
  202. package/dist/src/domains/auth/components/index.d.ts +0 -6
  203. package/dist/src/domains/auth/components/login-button.d.ts +0 -34
  204. package/dist/src/domains/auth/components/login-page.d.ts +0 -33
  205. package/dist/src/domains/auth/components/user-avatar.d.ts +0 -20
  206. package/dist/src/domains/auth/components/user-menu.d.ts +0 -24
  207. package/dist/src/domains/auth/hooks/fetch-with-refresh.d.ts +0 -25
  208. package/dist/src/domains/auth/hooks/index.d.ts +0 -7
  209. package/dist/src/domains/auth/hooks/use-auth-actions.d.ts +0 -88
  210. package/dist/src/domains/auth/hooks/use-auth-capabilities.d.ts +0 -38
  211. package/dist/src/domains/auth/hooks/use-credentials-login.d.ts +0 -51
  212. package/dist/src/domains/auth/hooks/use-credentials-signup.d.ts +0 -54
  213. package/dist/src/domains/auth/hooks/use-current-user.d.ts +0 -30
  214. package/dist/src/domains/auth/hooks/use-permissions.d.ts +0 -61
  215. package/dist/src/domains/auth/index.d.ts +0 -10
  216. package/dist/src/domains/auth/types.d.ts +0 -104
  217. package/dist/src/domains/cms/components/display-conditions/display-conditions-dialog.d.ts +0 -9
  218. package/dist/src/domains/cms/components/display-conditions/index.d.ts +0 -1
  219. package/dist/src/domains/cms/components/entity-accordion-item/entity-accordion-item.d.ts +0 -13
  220. package/dist/src/domains/cms/components/entity-accordion-item/index.d.ts +0 -1
  221. package/dist/src/domains/cms/components/section/index.d.ts +0 -1
  222. package/dist/src/domains/cms/components/section/section-header.d.ts +0 -8
  223. package/dist/src/domains/cms/components/section/section-title.d.ts +0 -6
  224. package/dist/src/domains/cms/hooks/use-is-cms-available.d.ts +0 -4
  225. package/dist/src/domains/cms/index.d.ts +0 -4
  226. package/dist/src/domains/configuration/components/header-list-form.d.ts +0 -10
  227. package/dist/src/domains/configuration/components/mastra-version-footer.d.ts +0 -17
  228. package/dist/src/domains/configuration/components/playground-config-guard.d.ts +0 -1
  229. package/dist/src/domains/configuration/components/studio-config-form.d.ts +0 -6
  230. package/dist/src/domains/configuration/context/studio-config-context.d.ts +0 -13
  231. package/dist/src/domains/configuration/hooks/use-has-observability.d.ts +0 -4
  232. package/dist/src/domains/configuration/hooks/use-mastra-instance-status.d.ts +0 -4
  233. package/dist/src/domains/configuration/hooks/use-mastra-packages.d.ts +0 -1
  234. package/dist/src/domains/configuration/hooks/use-package-updates.d.ts +0 -18
  235. package/dist/src/domains/configuration/index.d.ts +0 -8
  236. package/dist/src/domains/configuration/types.d.ts +0 -6
  237. package/dist/src/domains/conversation/context/ThreadInputContext.d.ts +0 -7
  238. package/dist/src/domains/conversation/index.d.ts +0 -1
  239. package/dist/src/domains/datasets/components/add-item-dialog.d.ts +0 -7
  240. package/dist/src/domains/datasets/components/add-items-to-dataset-dialog.d.ts +0 -9
  241. package/dist/src/domains/datasets/components/bulk-trace-review-dialog.d.ts +0 -18
  242. package/dist/src/domains/datasets/components/create-dataset-dialog.d.ts +0 -9
  243. package/dist/src/domains/datasets/components/create-dataset-from-items-dialog.d.ts +0 -8
  244. package/dist/src/domains/datasets/components/csv-import/column-mapping-step.d.ts +0 -7
  245. package/dist/src/domains/datasets/components/csv-import/csv-import-dialog.d.ts +0 -11
  246. package/dist/src/domains/datasets/components/csv-import/csv-preview-table.d.ts +0 -10
  247. package/dist/src/domains/datasets/components/csv-import/csv-upload-step.d.ts +0 -10
  248. package/dist/src/domains/datasets/components/csv-import/index.d.ts +0 -2
  249. package/dist/src/domains/datasets/components/csv-import/validation-report.d.ts +0 -11
  250. package/dist/src/domains/datasets/components/csv-import/validation-summary.d.ts +0 -13
  251. package/dist/src/domains/datasets/components/dataset-combobox.d.ts +0 -12
  252. package/dist/src/domains/datasets/components/dataset-detail/dataset-header.d.ts +0 -17
  253. package/dist/src/domains/datasets/components/dataset-detail/dataset-item-content.d.ts +0 -10
  254. package/dist/src/domains/datasets/components/dataset-detail/dataset-item-form.d.ts +0 -26
  255. package/dist/src/domains/datasets/components/dataset-detail/dataset-item-header.d.ts +0 -8
  256. package/dist/src/domains/datasets/components/dataset-detail/dataset-page-content.d.ts +0 -16
  257. package/dist/src/domains/datasets/components/dataset-detail/item-detail-dialog.d.ts +0 -16
  258. package/dist/src/domains/datasets/components/dataset-detail/item-detail-toolbar.d.ts +0 -11
  259. package/dist/src/domains/datasets/components/dataset-detail/item-page-toolbar.d.ts +0 -7
  260. package/dist/src/domains/datasets/components/dataset-detail/items-list-actions.d.ts +0 -11
  261. package/dist/src/domains/datasets/components/datasets-list/datasets-list.d.ts +0 -8
  262. package/dist/src/domains/datasets/components/datasets-list/no-datasets-info.d.ts +0 -1
  263. package/dist/src/domains/datasets/components/datasets-table/columns.d.ts +0 -6
  264. package/dist/src/domains/datasets/components/datasets-table/datasets-table.d.ts +0 -8
  265. package/dist/src/domains/datasets/components/delete-dataset-dialog.d.ts +0 -8
  266. package/dist/src/domains/datasets/components/duplicate-dataset-dialog.d.ts +0 -9
  267. package/dist/src/domains/datasets/components/edit-dataset-dialog.d.ts +0 -13
  268. package/dist/src/domains/datasets/components/empty-datasets-table.d.ts +0 -4
  269. package/dist/src/domains/datasets/components/experiment-trigger/experiment-trigger-dialog.d.ts +0 -8
  270. package/dist/src/domains/datasets/components/experiment-trigger/scorer-selector.d.ts +0 -7
  271. package/dist/src/domains/datasets/components/experiment-trigger/target-selector.d.ts +0 -9
  272. package/dist/src/domains/datasets/components/experiments/comparison-item-panel.d.ts +0 -14
  273. package/dist/src/domains/datasets/components/experiments/comparison-items-list.d.ts +0 -14
  274. package/dist/src/domains/datasets/components/experiments/dataset-experiments-comparison.d.ts +0 -12
  275. package/dist/src/domains/datasets/components/experiments/dataset-experiments-list.d.ts +0 -9
  276. package/dist/src/domains/datasets/components/experiments/dataset-experiments-toolbar.d.ts +0 -13
  277. package/dist/src/domains/datasets/components/experiments/dataset-experiments.d.ts +0 -12
  278. package/dist/src/domains/datasets/components/experiments/experiment-in-comparison-info.d.ts +0 -8
  279. package/dist/src/domains/datasets/components/experiments/score-delta.d.ts +0 -10
  280. package/dist/src/domains/datasets/components/generate-items-dialog.d.ts +0 -32
  281. package/dist/src/domains/datasets/components/items/dataset-item-panel.d.ts +0 -13
  282. package/dist/src/domains/datasets/components/items/dataset-items-list.d.ts +0 -26
  283. package/dist/src/domains/datasets/components/items/dataset-items-toolbar.d.ts +0 -24
  284. package/dist/src/domains/datasets/components/items/dataset-items.d.ts +0 -34
  285. package/dist/src/domains/datasets/components/items/dataset-versions-panel.d.ts +0 -12
  286. package/dist/src/domains/datasets/components/json-import/index.d.ts +0 -1
  287. package/dist/src/domains/datasets/components/json-import/json-import-dialog.d.ts +0 -11
  288. package/dist/src/domains/datasets/components/json-import/json-preview-table.d.ts +0 -9
  289. package/dist/src/domains/datasets/components/json-import/json-upload-step.d.ts +0 -10
  290. package/dist/src/domains/datasets/components/json-import/json-validation-summary.d.ts +0 -9
  291. package/dist/src/domains/datasets/components/save-as-dataset-item-dialog.d.ts +0 -20
  292. package/dist/src/domains/datasets/components/schema-config-section.d.ts +0 -16
  293. package/dist/src/domains/datasets/components/schema-settings/index.d.ts +0 -1
  294. package/dist/src/domains/datasets/components/schema-settings/schema-field.d.ts +0 -20
  295. package/dist/src/domains/datasets/components/schema-settings/schema-import.d.ts +0 -11
  296. package/dist/src/domains/datasets/components/versions/dataset-compare-version-toolbar.d.ts +0 -7
  297. package/dist/src/domains/datasets/components/versions/dataset-compare-versions-list.d.ts +0 -14
  298. package/dist/src/domains/datasets/components/versions/dataset-item-versions-panel.d.ts +0 -13
  299. package/dist/src/domains/datasets/components/versions/index.d.ts +0 -3
  300. package/dist/src/domains/datasets/context/generation-context.d.ts +0 -52
  301. package/dist/src/domains/datasets/hooks/use-agent-schema.d.ts +0 -12
  302. package/dist/src/domains/datasets/hooks/use-column-mapping.d.ts +0 -24
  303. package/dist/src/domains/datasets/hooks/use-compare-experiments.d.ts +0 -11
  304. package/dist/src/domains/datasets/hooks/use-csv-parser.d.ts +0 -17
  305. package/dist/src/domains/datasets/hooks/use-dataset-experiments.d.ts +0 -255
  306. package/dist/src/domains/datasets/hooks/use-dataset-item-versions.d.ts +0 -21
  307. package/dist/src/domains/datasets/hooks/use-dataset-items.d.ts +0 -225
  308. package/dist/src/domains/datasets/hooks/use-dataset-mutations.d.ts +0 -66
  309. package/dist/src/domains/datasets/hooks/use-dataset-versions.d.ts +0 -17
  310. package/dist/src/domains/datasets/hooks/use-datasets.d.ts +0 -14
  311. package/dist/src/domains/datasets/hooks/use-experiments.d.ts +0 -10
  312. package/dist/src/domains/datasets/hooks/use-item-selection.d.ts +0 -17
  313. package/dist/src/domains/datasets/hooks/use-json-parser.d.ts +0 -15
  314. package/dist/src/domains/datasets/hooks/use-scorer-schema.d.ts +0 -14
  315. package/dist/src/domains/datasets/hooks/use-workflow-schema.d.ts +0 -8
  316. package/dist/src/domains/datasets/index.d.ts +0 -58
  317. package/dist/src/domains/datasets/pages/datasets/item/index.d.ts +0 -10
  318. package/dist/src/domains/datasets/utils/csv-export.d.ts +0 -6
  319. package/dist/src/domains/datasets/utils/csv-validation.d.ts +0 -62
  320. package/dist/src/domains/datasets/utils/json-cell-parser.d.ts +0 -24
  321. package/dist/src/domains/datasets/utils/json-export.d.ts +0 -5
  322. package/dist/src/domains/datasets/utils/json-validation.d.ts +0 -27
  323. package/dist/src/domains/embedders/hooks/use-embedders.d.ts +0 -9
  324. package/dist/src/domains/evaluation/components/dataset-health-card.d.ts +0 -8
  325. package/dist/src/domains/evaluation/components/evaluation-dashboard.d.ts +0 -16
  326. package/dist/src/domains/evaluation/components/evaluation-datasets-list.d.ts +0 -41
  327. package/dist/src/domains/evaluation/components/evaluation-experiments-list.d.ts +0 -35
  328. package/dist/src/domains/evaluation/components/evaluation-kpi-cards.d.ts +0 -16
  329. package/dist/src/domains/evaluation/components/evaluation-scorers-list.d.ts +0 -19
  330. package/dist/src/domains/evaluation/components/experiment-status-card.d.ts +0 -9
  331. package/dist/src/domains/evaluation/components/index.d.ts +0 -10
  332. package/dist/src/domains/evaluation/components/review-pipeline-card.d.ts +0 -12
  333. package/dist/src/domains/evaluation/components/scores-over-time-card.d.ts +0 -11
  334. package/dist/src/domains/evaluation/hooks/index.d.ts +0 -3
  335. package/dist/src/domains/evaluation/hooks/use-evaluation-dashboard.d.ts +0 -9
  336. package/dist/src/domains/evaluation/hooks/use-evaluation-score-metrics.d.ts +0 -24
  337. package/dist/src/domains/evaluation/hooks/use-review-summary.d.ts +0 -3
  338. package/dist/src/domains/evaluation/index.d.ts +0 -2
  339. package/dist/src/domains/experiments/components/experiment-page-content.d.ts +0 -16
  340. package/dist/src/domains/experiments/components/experiment-page-header.d.ts +0 -6
  341. package/dist/src/domains/experiments/components/experiment-result-panel.d.ts +0 -12
  342. package/dist/src/domains/experiments/components/experiment-result-span-pane.d.ts +0 -8
  343. package/dist/src/domains/experiments/components/experiment-result-trace-panel.d.ts +0 -7
  344. package/dist/src/domains/experiments/components/experiment-results-list.d.ts +0 -21
  345. package/dist/src/domains/experiments/components/experiment-score-panel.d.ts +0 -8
  346. package/dist/src/domains/experiments/components/experiment-scorer-summary.d.ts +0 -7
  347. package/dist/src/domains/experiments/components/experiment-stats.d.ts +0 -6
  348. package/dist/src/domains/experiments/components/experiment-trace-shared.d.ts +0 -3
  349. package/dist/src/domains/experiments/components/experiment-trace-span-details.d.ts +0 -6
  350. package/dist/src/domains/experiments/components/experiment-trace-span-type-icon.d.ts +0 -6
  351. package/dist/src/domains/experiments/components/experiment-trace-timeline-expand-col.d.ts +0 -12
  352. package/dist/src/domains/experiments/components/experiment-trace-timeline-name-col.d.ts +0 -16
  353. package/dist/src/domains/experiments/components/experiment-trace-timeline-span.d.ts +0 -18
  354. package/dist/src/domains/experiments/components/experiment-trace-timeline-structure-sign.d.ts +0 -7
  355. package/dist/src/domains/experiments/components/experiment-trace-timeline-timing-col.d.ts +0 -12
  356. package/dist/src/domains/experiments/components/experiment-trace-timeline-tools.d.ts +0 -12
  357. package/dist/src/domains/experiments/components/experiment-trace-timeline.d.ts +0 -13
  358. package/dist/src/domains/experiments/hooks/use-experiment-trace.d.ts +0 -44
  359. package/dist/src/domains/experiments/types.d.ts +0 -18
  360. package/dist/src/domains/experiments/utils/format-trace-spans.d.ts +0 -3
  361. package/dist/src/domains/experiments/utils/get-span-descendant-ids.d.ts +0 -2
  362. package/dist/src/domains/llm/components/index.d.ts +0 -5
  363. package/dist/src/domains/llm/components/llm-models.d.ts +0 -13
  364. package/dist/src/domains/llm/components/llm-providers.d.ts +0 -12
  365. package/dist/src/domains/llm/components/provider-logo.d.ts +0 -11
  366. package/dist/src/domains/llm/hooks/index.d.ts +0 -4
  367. package/dist/src/domains/llm/hooks/use-filtered-models.d.ts +0 -20
  368. package/dist/src/domains/llm/hooks/use-filtered-providers.d.ts +0 -6
  369. package/dist/src/domains/llm/hooks/use-llm-providers.d.ts +0 -1
  370. package/dist/src/domains/llm/index.d.ts +0 -3
  371. package/dist/src/domains/llm/utils.d.ts +0 -31
  372. package/dist/src/domains/logs/components/log-details.d.ts +0 -12
  373. package/dist/src/domains/logs/components/logs-date-range-selector.d.ts +0 -12
  374. package/dist/src/domains/logs/components/logs-list.d.ts +0 -18
  375. package/dist/src/domains/logs/components/logs-toolbar.d.ts +0 -17
  376. package/dist/src/domains/logs/components/no-logs-info.d.ts +0 -1
  377. package/dist/src/domains/logs/components/span-details.d.ts +0 -6
  378. package/dist/src/domains/logs/components/trace/format-hierarchical-spans.d.ts +0 -3
  379. package/dist/src/domains/logs/components/trace/format-logs-as-spans.d.ts +0 -10
  380. package/dist/src/domains/logs/components/trace/get-descendant-ids.d.ts +0 -1
  381. package/dist/src/domains/logs/components/trace/shared.d.ts +0 -1
  382. package/dist/src/domains/logs/components/trace/span-type-icon.d.ts +0 -6
  383. package/dist/src/domains/logs/components/trace/timeline-expand-col.d.ts +0 -1
  384. package/dist/src/domains/logs/components/trace/timeline-name-col.d.ts +0 -1
  385. package/dist/src/domains/logs/components/trace/timeline-structure-sign.d.ts +0 -1
  386. package/dist/src/domains/logs/components/trace/timeline-timing-col.d.ts +0 -1
  387. package/dist/src/domains/logs/components/trace/trace-timeline-span.d.ts +0 -1
  388. package/dist/src/domains/logs/components/trace/trace-timeline.d.ts +0 -13
  389. package/dist/src/domains/logs/components/trace/types.d.ts +0 -1
  390. package/dist/src/domains/logs/components/trace-details.d.ts +0 -8
  391. package/dist/src/domains/logs/hooks/use-logs-filters.d.ts +0 -25
  392. package/dist/src/domains/logs/hooks/use-trace-spans.d.ts +0 -44
  393. package/dist/src/domains/logs/index.d.ts +0 -8
  394. package/dist/src/domains/logs/types.d.ts +0 -32
  395. package/dist/src/domains/mcps/components/MCPDetail.d.ts +0 -12
  396. package/dist/src/domains/mcps/components/MCPToolPanel.d.ts +0 -5
  397. package/dist/src/domains/mcps/components/mcp-client-create/index.d.ts +0 -5
  398. package/dist/src/domains/mcps/components/mcp-client-create/mcp-client-create-content.d.ts +0 -20
  399. package/dist/src/domains/mcps/components/mcp-client-create/mcp-client-edit-layout.d.ts +0 -5
  400. package/dist/src/domains/mcps/components/mcp-client-create/mcp-client-form-sidebar.d.ts +0 -16
  401. package/dist/src/domains/mcps/components/mcp-client-create/mcp-client-tool-preview.d.ts +0 -13
  402. package/dist/src/domains/mcps/components/mcp-client-create/use-mcp-client-form.d.ts +0 -17
  403. package/dist/src/domains/mcps/components/mcp-client-list/index.d.ts +0 -1
  404. package/dist/src/domains/mcps/components/mcp-client-list/mcp-client-list.d.ts +0 -1
  405. package/dist/src/domains/mcps/components/mcp-server-combobox.d.ts +0 -13
  406. package/dist/src/domains/mcps/components/mcp-table/columns.d.ts +0 -3
  407. package/dist/src/domains/mcps/components/mcp-table/mcp-table.d.ts +0 -7
  408. package/dist/src/domains/mcps/components/mcp-table/types.d.ts +0 -2
  409. package/dist/src/domains/mcps/components/mcps-list/mcps-list.d.ts +0 -9
  410. package/dist/src/domains/mcps/components/mcps-list/no-mcp-servers-info.d.ts +0 -1
  411. package/dist/src/domains/mcps/hooks/index.d.ts +0 -5
  412. package/dist/src/domains/mcps/hooks/use-mcp-server-tool.d.ts +0 -2
  413. package/dist/src/domains/mcps/hooks/use-mcp-server-tools-by-id.d.ts +0 -3
  414. package/dist/src/domains/mcps/hooks/use-mcp-servers.d.ts +0 -1
  415. package/dist/src/domains/mcps/hooks/use-try-connect-mcp.d.ts +0 -11
  416. package/dist/src/domains/mcps/hooks/useMCPServerTools.d.ts +0 -3
  417. package/dist/src/domains/mcps/index.d.ts +0 -9
  418. package/dist/src/domains/memory/hooks/index.d.ts +0 -1
  419. package/dist/src/domains/memory/hooks/use-memory.d.ts +0 -55
  420. package/dist/src/domains/metrics/components/bar-list.d.ts +0 -21
  421. package/dist/src/domains/metrics/components/chart-card.d.ts +0 -19
  422. package/dist/src/domains/metrics/components/dashboard-line-chart.d.ts +0 -16
  423. package/dist/src/domains/metrics/components/date-range-selector.d.ts +0 -1
  424. package/dist/src/domains/metrics/components/index.d.ts +0 -30
  425. package/dist/src/domains/metrics/components/latency-card.d.ts +0 -1
  426. package/dist/src/domains/metrics/components/metrics-dashboard.d.ts +0 -1
  427. package/dist/src/domains/metrics/components/metrics-kpi-cards.d.ts +0 -4
  428. package/dist/src/domains/metrics/components/metrics-utils.d.ts +0 -15
  429. package/dist/src/domains/metrics/components/model-icon.d.ts +0 -3
  430. package/dist/src/domains/metrics/components/model-usage-cost-card.d.ts +0 -1
  431. package/dist/src/domains/metrics/components/scores-card.d.ts +0 -1
  432. package/dist/src/domains/metrics/components/token-usage-by-agent-card.d.ts +0 -1
  433. package/dist/src/domains/metrics/components/traces-volume-card.d.ts +0 -1
  434. package/dist/src/domains/metrics/hooks/use-agent-runs-kpi-metrics.d.ts +0 -10
  435. package/dist/src/domains/metrics/hooks/use-avg-score-kpi-metrics.d.ts +0 -10
  436. package/dist/src/domains/metrics/hooks/use-latency-metrics.d.ts +0 -11
  437. package/dist/src/domains/metrics/hooks/use-metrics-filters.d.ts +0 -9
  438. package/dist/src/domains/metrics/hooks/use-metrics.d.ts +0 -56
  439. package/dist/src/domains/metrics/hooks/use-model-cost-kpi-metrics.d.ts +0 -7
  440. package/dist/src/domains/metrics/hooks/use-model-usage-cost-metrics.d.ts +0 -10
  441. package/dist/src/domains/metrics/hooks/use-scores-metrics.d.ts +0 -22
  442. package/dist/src/domains/metrics/hooks/use-token-usage-by-agent-metrics.d.ts +0 -9
  443. package/dist/src/domains/metrics/hooks/use-total-tokens-kpi-metrics.d.ts +0 -6
  444. package/dist/src/domains/metrics/hooks/use-trace-volume-metrics.d.ts +0 -10
  445. package/dist/src/domains/metrics/index.d.ts +0 -1
  446. package/dist/src/domains/observability/components/helpers.d.ts +0 -23
  447. package/dist/src/domains/observability/components/index.d.ts +0 -13
  448. package/dist/src/domains/observability/components/shared.d.ts +0 -3
  449. package/dist/src/domains/observability/components/span-details.d.ts +0 -6
  450. package/dist/src/domains/observability/components/span-dialog.d.ts +0 -24
  451. package/dist/src/domains/observability/components/span-score-list.d.ts +0 -17
  452. package/dist/src/domains/observability/components/span-scoring.d.ts +0 -10
  453. package/dist/src/domains/observability/components/span-tabs.d.ts +0 -19
  454. package/dist/src/domains/observability/components/span-type-icon.d.ts +0 -6
  455. package/dist/src/domains/observability/components/timeline-expand-col.d.ts +0 -13
  456. package/dist/src/domains/observability/components/timeline-name-col.d.ts +0 -16
  457. package/dist/src/domains/observability/components/timeline-structure-sign.d.ts +0 -7
  458. package/dist/src/domains/observability/components/timeline-timing-col.d.ts +0 -12
  459. package/dist/src/domains/observability/components/trace-as-item-dialog.d.ts +0 -11
  460. package/dist/src/domains/observability/components/trace-dialog.d.ts +0 -22
  461. package/dist/src/domains/observability/components/trace-span-usage.d.ts +0 -25
  462. package/dist/src/domains/observability/components/trace-timeline-span.d.ts +0 -18
  463. package/dist/src/domains/observability/components/trace-timeline-tools.d.ts +0 -12
  464. package/dist/src/domains/observability/components/trace-timeline.d.ts +0 -13
  465. package/dist/src/domains/observability/components/traces-list.d.ts +0 -32
  466. package/dist/src/domains/observability/components/traces-tools.d.ts +0 -50
  467. package/dist/src/domains/observability/components/tracing-run-options.d.ts +0 -1
  468. package/dist/src/domains/observability/context/tracing-settings-context.d.ts +0 -19
  469. package/dist/src/domains/observability/hooks/use-environments.d.ts +0 -1
  470. package/dist/src/domains/observability/hooks/use-service-names.d.ts +0 -1
  471. package/dist/src/domains/observability/hooks/use-tags.d.ts +0 -1
  472. package/dist/src/domains/observability/hooks/use-tracing-settings-state.d.ts +0 -11
  473. package/dist/src/domains/observability/index.d.ts +0 -8
  474. package/dist/src/domains/observability/types.d.ts +0 -22
  475. package/dist/src/domains/observability/utils/format-hierarchical-spans.d.ts +0 -3
  476. package/dist/src/domains/observability/utils/get-descendant-ids.d.ts +0 -2
  477. package/dist/src/domains/observability/utils/group-traces-by-thread.d.ts +0 -20
  478. package/dist/src/domains/observability/utils/span-utils.d.ts +0 -15
  479. package/dist/src/domains/processors/components/index.d.ts +0 -5
  480. package/dist/src/domains/processors/components/processor-combobox.d.ts +0 -12
  481. package/dist/src/domains/processors/components/processor-panel.d.ts +0 -8
  482. package/dist/src/domains/processors/components/processor-table/columns.d.ts +0 -12
  483. package/dist/src/domains/processors/components/processor-table/index.d.ts +0 -2
  484. package/dist/src/domains/processors/components/processor-table/processor-table.d.ts +0 -8
  485. package/dist/src/domains/processors/components/processors-list/no-processors-info.d.ts +0 -1
  486. package/dist/src/domains/processors/components/processors-list/processors-list.d.ts +0 -7
  487. package/dist/src/domains/processors/hooks/index.d.ts +0 -1
  488. package/dist/src/domains/processors/hooks/use-processors.d.ts +0 -50
  489. package/dist/src/domains/processors/index.d.ts +0 -2
  490. package/dist/src/domains/prompt-blocks/components/prompt-block-create-content.d.ts +0 -7
  491. package/dist/src/domains/prompt-blocks/components/prompt-block-edit-page/index.d.ts +0 -4
  492. package/dist/src/domains/prompt-blocks/components/prompt-block-edit-page/prompt-block-edit-main.d.ts +0 -7
  493. package/dist/src/domains/prompt-blocks/components/prompt-block-edit-page/prompt-block-edit-sidebar.d.ts +0 -18
  494. package/dist/src/domains/prompt-blocks/components/prompt-block-edit-page/use-prompt-block-edit-form.d.ts +0 -19
  495. package/dist/src/domains/prompt-blocks/components/prompt-block-edit-page/utils/form-validation.d.ts +0 -10
  496. package/dist/src/domains/prompt-blocks/components/prompt-block-version-combobox.d.ts +0 -11
  497. package/dist/src/domains/prompt-blocks/components/prompt-blocks-table/columns.d.ts +0 -3
  498. package/dist/src/domains/prompt-blocks/components/prompt-blocks-table/prompt-blocks-table.d.ts +0 -6
  499. package/dist/src/domains/prompt-blocks/components/prompt-blocks-table/types.d.ts +0 -2
  500. package/dist/src/domains/prompt-blocks/components/prompts-list/no-prompt-blocks-info.d.ts +0 -1
  501. package/dist/src/domains/prompt-blocks/components/prompts-list/prompts-list.d.ts +0 -7
  502. package/dist/src/domains/prompt-blocks/hooks/use-prompt-block-versions.d.ts +0 -40
  503. package/dist/src/domains/prompt-blocks/hooks/use-stored-prompt-blocks.d.ts +0 -10
  504. package/dist/src/domains/prompt-blocks/index.d.ts +0 -11
  505. package/dist/src/domains/request-context/components/request-context-schema-form.d.ts +0 -16
  506. package/dist/src/domains/request-context/context/schema-request-context.d.ts +0 -34
  507. package/dist/src/domains/request-context/hooks/use-request-context-presets.d.ts +0 -4
  508. package/dist/src/domains/request-context/index.d.ts +0 -3
  509. package/dist/src/domains/review/components/dataset-review.d.ts +0 -4
  510. package/dist/src/domains/review/components/index.d.ts +0 -6
  511. package/dist/src/domains/review/components/proposal-tag.d.ts +0 -5
  512. package/dist/src/domains/review/components/review-item-card.d.ts +0 -29
  513. package/dist/src/domains/review/components/review-item-panel.d.ts +0 -15
  514. package/dist/src/domains/review/components/tag-picker.d.ts +0 -5
  515. package/dist/src/domains/review/hooks/index.d.ts +0 -1
  516. package/dist/src/domains/review/hooks/use-dataset-review-items.d.ts +0 -9
  517. package/dist/src/domains/review/index.d.ts +0 -4
  518. package/dist/src/domains/scores/components/score-as-item-dialog.d.ts +0 -10
  519. package/dist/src/domains/scores/components/score-dialog.d.ts +0 -15
  520. package/dist/src/domains/scores/components/scorer-combobox.d.ts +0 -12
  521. package/dist/src/domains/scores/components/scorer-create-content.d.ts +0 -7
  522. package/dist/src/domains/scores/components/scorer-edit-page/index.d.ts +0 -4
  523. package/dist/src/domains/scores/components/scorer-edit-page/scorer-edit-main.d.ts +0 -7
  524. package/dist/src/domains/scores/components/scorer-edit-page/scorer-edit-sidebar.d.ts +0 -14
  525. package/dist/src/domains/scores/components/scorer-edit-page/use-scorer-edit-form.d.ts +0 -45
  526. package/dist/src/domains/scores/components/scorer-edit-page/utils/form-validation.d.ts +0 -26
  527. package/dist/src/domains/scores/components/scorer-version-combobox.d.ts +0 -11
  528. package/dist/src/domains/scores/components/scorers-list/no-scorers-info.d.ts +0 -1
  529. package/dist/src/domains/scores/components/scorers-list/scorers-list.d.ts +0 -8
  530. package/dist/src/domains/scores/components/scorers-table/columns.d.ts +0 -3
  531. package/dist/src/domains/scores/components/scorers-table/scorers-table.d.ts +0 -7
  532. package/dist/src/domains/scores/components/scorers-table/types.d.ts +0 -4
  533. package/dist/src/domains/scores/components/scores-list.d.ts +0 -16
  534. package/dist/src/domains/scores/components/scores-tools.d.ts +0 -14
  535. package/dist/src/domains/scores/hooks/use-scorer-versions.d.ts +0 -48
  536. package/dist/src/domains/scores/hooks/use-scorers.d.ts +0 -15
  537. package/dist/src/domains/scores/hooks/use-stored-scorers.d.ts +0 -9
  538. package/dist/src/domains/scores/hooks/use-trace-span-scores.d.ts +0 -47
  539. package/dist/src/domains/scores/hooks/use-trigger-scorer.d.ts +0 -10
  540. package/dist/src/domains/scores/index.d.ts +0 -15
  541. package/dist/src/domains/shared/components/bulk-tag-picker.d.ts +0 -7
  542. package/dist/src/domains/shared/components/index.d.ts +0 -4
  543. package/dist/src/domains/shared/components/proposal-tag.d.ts +0 -5
  544. package/dist/src/domains/shared/components/review-item-card.d.ts +0 -17
  545. package/dist/src/domains/shared/components/tag-picker.d.ts +0 -5
  546. package/dist/src/domains/templates/index.d.ts +0 -7
  547. package/dist/src/domains/templates/shared.d.ts +0 -7
  548. package/dist/src/domains/templates/template-failure.d.ts +0 -6
  549. package/dist/src/domains/templates/template-form.d.ts +0 -26
  550. package/dist/src/domains/templates/template-info.d.ts +0 -11
  551. package/dist/src/domains/templates/template-installation.d.ts +0 -7
  552. package/dist/src/domains/templates/template-success.d.ts +0 -8
  553. package/dist/src/domains/templates/templates-list.d.ts +0 -22
  554. package/dist/src/domains/templates/templates-tools.d.ts +0 -21
  555. package/dist/src/domains/tool-providers/components/index.d.ts +0 -4
  556. package/dist/src/domains/tool-providers/components/integration-tools-section.d.ts +0 -8
  557. package/dist/src/domains/tool-providers/components/selected-tool-list.d.ts +0 -7
  558. package/dist/src/domains/tool-providers/components/tool-list.d.ts +0 -8
  559. package/dist/src/domains/tool-providers/components/tool-provider-dialog.d.ts +0 -14
  560. package/dist/src/domains/tool-providers/components/toolkit-list.d.ts +0 -9
  561. package/dist/src/domains/tool-providers/hooks/index.d.ts +0 -3
  562. package/dist/src/domains/tool-providers/hooks/use-provider-tools.d.ts +0 -4
  563. package/dist/src/domains/tool-providers/hooks/use-tool-providers.d.ts +0 -13
  564. package/dist/src/domains/tool-providers/hooks/use-toolkits.d.ts +0 -1
  565. package/dist/src/domains/tool-providers/index.d.ts +0 -2
  566. package/dist/src/domains/tools/components/ToolExecutor.d.ts +0 -15
  567. package/dist/src/domains/tools/components/ToolIcon.d.ts +0 -5
  568. package/dist/src/domains/tools/components/ToolInformation.d.ts +0 -7
  569. package/dist/src/domains/tools/components/ToolPanel.d.ts +0 -4
  570. package/dist/src/domains/tools/components/index.d.ts +0 -5
  571. package/dist/src/domains/tools/components/tool-combobox.d.ts +0 -12
  572. package/dist/src/domains/tools/components/tool-table/columns.d.ts +0 -3
  573. package/dist/src/domains/tools/components/tool-table/tool-table.d.ts +0 -8
  574. package/dist/src/domains/tools/components/tools-list/no-tools-info.d.ts +0 -1
  575. package/dist/src/domains/tools/components/tools-list/tools-list.d.ts +0 -8
  576. package/dist/src/domains/tools/hooks/index.d.ts +0 -2
  577. package/dist/src/domains/tools/hooks/use-all-tools.d.ts +0 -4
  578. package/dist/src/domains/tools/hooks/use-execute-tool.d.ts +0 -5
  579. package/dist/src/domains/tools/index.d.ts +0 -5
  580. package/dist/src/domains/tools/utils/prepareToolsTable.d.ts +0 -7
  581. package/dist/src/domains/traces/components/format-hierarchical-spans.d.ts +0 -3
  582. package/dist/src/domains/traces/components/observability-traces-list.d.ts +0 -33
  583. package/dist/src/domains/traces/components/score-data-panel.d.ts +0 -8
  584. package/dist/src/domains/traces/components/shared.d.ts +0 -3
  585. package/dist/src/domains/traces/components/span-data-panel.d.ts +0 -18
  586. package/dist/src/domains/traces/components/span-scores-list.d.ts +0 -9
  587. package/dist/src/domains/traces/components/span-scoring.d.ts +0 -10
  588. package/dist/src/domains/traces/components/span-token-usage.d.ts +0 -22
  589. package/dist/src/domains/traces/components/timeline-expand-col.d.ts +0 -12
  590. package/dist/src/domains/traces/components/timeline-name-col.d.ts +0 -15
  591. package/dist/src/domains/traces/components/timeline-structure-sign.d.ts +0 -5
  592. package/dist/src/domains/traces/components/timeline-timing-col.d.ts +0 -11
  593. package/dist/src/domains/traces/components/trace-data-panel.d.ts +0 -13
  594. package/dist/src/domains/traces/components/trace-timeline-span.d.ts +0 -17
  595. package/dist/src/domains/traces/components/trace-timeline.d.ts +0 -14
  596. package/dist/src/domains/traces/components/traces-toolbar.d.ts +0 -30
  597. package/dist/src/domains/traces/hooks/get-all-span-ids.d.ts +0 -3
  598. package/dist/src/domains/traces/hooks/use-trace-spans.d.ts +0 -44
  599. package/dist/src/domains/traces/hooks/use-trigger-scorer.d.ts +0 -10
  600. package/dist/src/domains/traces/types.d.ts +0 -35
  601. package/dist/src/domains/traces/utils/group-traces-by-thread.d.ts +0 -20
  602. package/dist/src/domains/traces/utils/span-utils.d.ts +0 -15
  603. package/dist/src/domains/vectors/hooks/use-vectors.d.ts +0 -6
  604. package/dist/src/domains/voice/hooks/use-speech-recognition.d.ts +0 -17
  605. package/dist/src/domains/voice/utils/record-mic-to-file.d.ts +0 -1
  606. package/dist/src/domains/workflows/components/workflow-combobox.d.ts +0 -12
  607. package/dist/src/domains/workflows/components/workflow-information.d.ts +0 -5
  608. package/dist/src/domains/workflows/components/workflow-layout.d.ts +0 -7
  609. package/dist/src/domains/workflows/components/workflow-step-detail.d.ts +0 -4
  610. package/dist/src/domains/workflows/components/workflow-table/columns.d.ts +0 -3
  611. package/dist/src/domains/workflows/components/workflow-table/types.d.ts +0 -4
  612. package/dist/src/domains/workflows/components/workflow-table/workflow-table.d.ts +0 -7
  613. package/dist/src/domains/workflows/components/workflows-list/no-workflows-info.d.ts +0 -1
  614. package/dist/src/domains/workflows/components/workflows-list/workflows-list.d.ts +0 -7
  615. package/dist/src/domains/workflows/context/use-current-run.d.ts +0 -40
  616. package/dist/src/domains/workflows/context/workflow-run-context.d.ts +0 -41
  617. package/dist/src/domains/workflows/context/workflow-step-detail-context.d.ts +0 -34
  618. package/dist/src/domains/workflows/hooks/index.d.ts +0 -1
  619. package/dist/src/domains/workflows/hooks/use-workflows.d.ts +0 -3
  620. package/dist/src/domains/workflows/index.d.ts +0 -14
  621. package/dist/src/domains/workflows/runs/workflow-run-details.d.ts +0 -12
  622. package/dist/src/domains/workflows/runs/workflow-run-list.d.ts +0 -5
  623. package/dist/src/domains/workflows/utils.d.ts +0 -3
  624. package/dist/src/domains/workflows/workflow/use-workflow-trigger.d.ts +0 -14
  625. package/dist/src/domains/workflows/workflow/utils.d.ts +0 -36
  626. package/dist/src/domains/workflows/workflow/workflow-after-node.d.ts +0 -5
  627. package/dist/src/domains/workflows/workflow/workflow-cancel-button.d.ts +0 -7
  628. package/dist/src/domains/workflows/workflow/workflow-card.d.ts +0 -6
  629. package/dist/src/domains/workflows/workflow/workflow-clock.d.ts +0 -6
  630. package/dist/src/domains/workflows/workflow/workflow-code-dialog-content.d.ts +0 -4
  631. package/dist/src/domains/workflows/workflow/workflow-condition-node.d.ts +0 -10
  632. package/dist/src/domains/workflows/workflow/workflow-default-node.d.ts +0 -20
  633. package/dist/src/domains/workflows/workflow/workflow-graph-inner.d.ts +0 -7
  634. package/dist/src/domains/workflows/workflow/workflow-graph.d.ts +0 -7
  635. package/dist/src/domains/workflows/workflow/workflow-input-data.d.ts +0 -12
  636. package/dist/src/domains/workflows/workflow/workflow-loop-result-node.d.ts +0 -5
  637. package/dist/src/domains/workflows/workflow/workflow-nested-graph.d.ts +0 -7
  638. package/dist/src/domains/workflows/workflow/workflow-nested-node.d.ts +0 -20
  639. package/dist/src/domains/workflows/workflow/workflow-node-badges.d.ts +0 -55
  640. package/dist/src/domains/workflows/workflow/workflow-run-options.d.ts +0 -1
  641. package/dist/src/domains/workflows/workflow/workflow-status.d.ts +0 -13
  642. package/dist/src/domains/workflows/workflow/workflow-step-action-bar.d.ts +0 -18
  643. package/dist/src/domains/workflows/workflow/workflow-steps-status.d.ts +0 -20
  644. package/dist/src/domains/workflows/workflow/workflow-suspended-steps.d.ts +0 -16
  645. package/dist/src/domains/workflows/workflow/workflow-time-travel-form.d.ts +0 -9
  646. package/dist/src/domains/workflows/workflow/workflow-trigger-form.d.ts +0 -10
  647. package/dist/src/domains/workflows/workflow/workflow-trigger.d.ts +0 -45
  648. package/dist/src/domains/workflows/workflow/zoom-slider.d.ts +0 -3
  649. package/dist/src/domains/workspace/client-utils.d.ts +0 -4
  650. package/dist/src/domains/workspace/compatibility.d.ts +0 -21
  651. package/dist/src/domains/workspace/components/add-skill-dialog.d.ts +0 -39
  652. package/dist/src/domains/workspace/components/file-browser.d.ts +0 -27
  653. package/dist/src/domains/workspace/components/index.d.ts +0 -10
  654. package/dist/src/domains/workspace/components/no-workspaces-info.d.ts +0 -1
  655. package/dist/src/domains/workspace/components/reference-viewer-dialog.d.ts +0 -10
  656. package/dist/src/domains/workspace/components/search-panel.d.ts +0 -25
  657. package/dist/src/domains/workspace/components/skill-actions.d.ts +0 -18
  658. package/dist/src/domains/workspace/components/skill-detail.d.ts +0 -8
  659. package/dist/src/domains/workspace/components/skills-table.d.ts +0 -28
  660. package/dist/src/domains/workspace/components/workspace-not-configured.d.ts +0 -1
  661. package/dist/src/domains/workspace/components/workspace-not-supported.d.ts +0 -1
  662. package/dist/src/domains/workspace/constants.d.ts +0 -28
  663. package/dist/src/domains/workspace/hooks/index.d.ts +0 -4
  664. package/dist/src/domains/workspace/hooks/use-skills-sh.d.ts +0 -59
  665. package/dist/src/domains/workspace/hooks/use-workspace-skills.d.ts +0 -46
  666. package/dist/src/domains/workspace/hooks/use-workspace.d.ts +0 -39
  667. package/dist/src/domains/workspace/index.d.ts +0 -3
  668. package/dist/src/domains/workspace/types.d.ts +0 -251
  669. package/dist/src/hooks/use-agent-messages.d.ts +0 -6
  670. package/dist/src/hooks/use-workflow-runs.d.ts +0 -233
  671. package/dist/src/hooks/use-workflows.d.ts +0 -1
  672. package/dist/src/lib/ai-ui/attachments/attach-file-dialog.d.ts +0 -5
  673. package/dist/src/lib/ai-ui/attachments/attachment-preview-dialog.d.ts +0 -32
  674. package/dist/src/lib/ai-ui/attachments/attachment.d.ts +0 -1
  675. package/dist/src/lib/ai-ui/attachments/pdfs-adapter.d.ts +0 -11
  676. package/dist/src/lib/ai-ui/attachments/voice-adapter.d.ts +0 -7
  677. package/dist/src/lib/ai-ui/components/bracket-overlay.d.ts +0 -17
  678. package/dist/src/lib/ai-ui/context/dataset-save-context.d.ts +0 -14
  679. package/dist/src/lib/ai-ui/hooks/use-adapters.d.ts +0 -8
  680. package/dist/src/lib/ai-ui/hooks/use-attachment-src.d.ts +0 -1
  681. package/dist/src/lib/ai-ui/hooks/use-composer-add-attachment.d.ts +0 -9
  682. package/dist/src/lib/ai-ui/hooks/use-copy-to-clipboard.d.ts +0 -14
  683. package/dist/src/lib/ai-ui/hooks/use-file-src.d.ts +0 -1
  684. package/dist/src/lib/ai-ui/hooks/use-has-attachments.d.ts +0 -1
  685. package/dist/src/lib/ai-ui/hooks/use-load-browser-file.d.ts +0 -4
  686. package/dist/src/lib/ai-ui/memory-search.d.ts +0 -10
  687. package/dist/src/lib/ai-ui/messages/assistant-message.d.ts +0 -4
  688. package/dist/src/lib/ai-ui/messages/dataset-save-action.d.ts +0 -10
  689. package/dist/src/lib/ai-ui/messages/error-aware-text.d.ts +0 -1
  690. package/dist/src/lib/ai-ui/messages/markdown-text.d.ts +0 -1
  691. package/dist/src/lib/ai-ui/messages/observation-marker.d.ts +0 -106
  692. package/dist/src/lib/ai-ui/messages/reasoning.d.ts +0 -2
  693. package/dist/src/lib/ai-ui/messages/system-reminder-badge.d.ts +0 -4
  694. package/dist/src/lib/ai-ui/messages/system-reminder-utils.d.ts +0 -5
  695. package/dist/src/lib/ai-ui/messages/tripwire-notice.d.ts +0 -6
  696. package/dist/src/lib/ai-ui/messages/user-messages.d.ts +0 -8
  697. package/dist/src/lib/ai-ui/thread.d.ts +0 -12
  698. package/dist/src/lib/ai-ui/tools/badges/agent-badge-wrapper.d.ts +0 -25
  699. package/dist/src/lib/ai-ui/tools/badges/agent-badge.d.ts +0 -25
  700. package/dist/src/lib/ai-ui/tools/badges/badge-wrapper.d.ts +0 -10
  701. package/dist/src/lib/ai-ui/tools/badges/file-tree-badge.d.ts +0 -10
  702. package/dist/src/lib/ai-ui/tools/badges/loading-badge.d.ts +0 -1
  703. package/dist/src/lib/ai-ui/tools/badges/network-choice-metadata-dialog.d.ts +0 -5
  704. package/dist/src/lib/ai-ui/tools/badges/observation-marker-badge.d.ts +0 -47
  705. package/dist/src/lib/ai-ui/tools/badges/observation-renderer.d.ts +0 -14
  706. package/dist/src/lib/ai-ui/tools/badges/sandbox-execution-badge.d.ts +0 -10
  707. package/dist/src/lib/ai-ui/tools/badges/tool-approval-buttons.d.ts +0 -14
  708. package/dist/src/lib/ai-ui/tools/badges/tool-badge.d.ts +0 -14
  709. package/dist/src/lib/ai-ui/tools/badges/workflow-badge.d.ts +0 -13
  710. package/dist/src/lib/ai-ui/tools/tool-fallback.d.ts +0 -6
  711. package/dist/src/lib/command/index.d.ts +0 -2
  712. package/dist/src/lib/command/navigation-command.d.ts +0 -1
  713. package/dist/src/lib/command/use-navigation-command.d.ts +0 -5
  714. package/dist/src/lib/experimental-features/hooks/use-experimental-features.d.ts +0 -9
  715. package/dist/src/lib/experimental-features/index.d.ts +0 -1
  716. package/dist/src/lib/form/auto-form.d.ts +0 -14
  717. package/dist/src/lib/form/components/array-element-wrapper.d.ts +0 -3
  718. package/dist/src/lib/form/components/array-wrapper.d.ts +0 -3
  719. package/dist/src/lib/form/components/boolean-field.d.ts +0 -3
  720. package/dist/src/lib/form/components/custom-array-field.d.ts +0 -6
  721. package/dist/src/lib/form/components/custom-auto-form-field.d.ts +0 -6
  722. package/dist/src/lib/form/components/custom-object-field.d.ts +0 -6
  723. package/dist/src/lib/form/components/date-field.d.ts +0 -3
  724. package/dist/src/lib/form/components/discriminated-union-field.d.ts +0 -2
  725. package/dist/src/lib/form/components/error-message.d.ts +0 -4
  726. package/dist/src/lib/form/components/field-wrapper.d.ts +0 -3
  727. package/dist/src/lib/form/components/form.d.ts +0 -2
  728. package/dist/src/lib/form/components/number-field.d.ts +0 -3
  729. package/dist/src/lib/form/components/object-wrapper.d.ts +0 -3
  730. package/dist/src/lib/form/components/record-field.d.ts +0 -3
  731. package/dist/src/lib/form/components/select-field.d.ts +0 -3
  732. package/dist/src/lib/form/components/string-field.d.ts +0 -3
  733. package/dist/src/lib/form/components/submit-button.d.ts +0 -4
  734. package/dist/src/lib/form/components/union-field.d.ts +0 -2
  735. package/dist/src/lib/form/custom-auto-form.d.ts +0 -2
  736. package/dist/src/lib/form/dynamic-form.d.ts +0 -13
  737. package/dist/src/lib/form/index.d.ts +0 -4
  738. package/dist/src/lib/form/types.d.ts +0 -4
  739. package/dist/src/lib/form/utils.d.ts +0 -11
  740. package/dist/src/lib/form/zod-provider/compat.d.ts +0 -105
  741. package/dist/src/lib/form/zod-provider/default-values.d.ts +0 -2
  742. package/dist/src/lib/form/zod-provider/field-type-inference.d.ts +0 -2
  743. package/dist/src/lib/form/zod-provider/index.d.ts +0 -11
  744. package/dist/src/lib/framework.d.ts +0 -52
  745. package/dist/src/lib/mastra-platform/hooks/use-mastra-platform.d.ts +0 -12
  746. package/dist/src/lib/mastra-platform/index.d.ts +0 -1
  747. package/dist/src/lib/tanstack-query.d.ts +0 -7
  748. package/dist/src/services/mastra-runtime-provider.d.ts +0 -5
  749. package/dist/src/services/tool-call-provider.d.ts +0 -43
  750. package/dist/src/types/memory.d.ts +0 -25
@@ -1,50 +0,0 @@
1
- import { EntityType } from '@mastra/core/observability';
2
- export type EntityOptions = {
3
- value: string;
4
- label: string;
5
- type: EntityType.AGENT;
6
- } | {
7
- value: string;
8
- label: string;
9
- type: EntityType.WORKFLOW_RUN;
10
- } | {
11
- value: string;
12
- label: string;
13
- type: 'all';
14
- };
15
- export type MetadataFilter = {
16
- key: string;
17
- value: string;
18
- };
19
- export type TraceDatePreset = 'all' | 'last-24h' | 'last-3d' | 'last-7d' | 'last-14d' | 'last-30d' | 'custom';
20
- /** Canonical list of context field IDs used for trace filtering and value extraction */
21
- export declare const CONTEXT_FIELD_IDS: readonly ["environment", "serviceName", "source", "scope", "userId", "organizationId", "resourceId", "runId", "sessionId", "threadId", "requestId", "experimentId", "spanType", "entityName", "parentEntityType", "parentEntityId", "parentEntityName", "rootEntityType", "rootEntityId", "rootEntityName"];
22
- type TracesToolsProps = {
23
- selectedEntity?: EntityOptions;
24
- entityOptions?: EntityOptions[];
25
- onEntityChange: (val: EntityOptions) => void;
26
- selectedDateFrom?: Date | undefined;
27
- selectedDateTo?: Date | undefined;
28
- onReset?: () => void;
29
- onDateChange?: (value: Date | undefined, type: 'from' | 'to') => void;
30
- isLoading?: boolean;
31
- groupByThread?: boolean;
32
- onGroupByThreadChange?: (value: boolean) => void;
33
- searchQuery?: string;
34
- onSearchChange?: (query: string) => void;
35
- datePreset?: TraceDatePreset;
36
- onDatePresetChange?: (preset: TraceDatePreset) => void;
37
- selectedTags?: string[];
38
- availableTags?: string[];
39
- onTagsChange?: (tags: string[]) => void;
40
- errorOnly?: boolean;
41
- onErrorOnlyChange?: (value: boolean) => void;
42
- selectedMetadata?: Record<string, string>;
43
- availableMetadata?: Record<string, string[]>;
44
- onMetadataChange?: (metadata: Record<string, string>) => void;
45
- contextFilters?: Record<string, string>;
46
- availableContextValues?: Record<string, string[]>;
47
- onContextFiltersChange?: (filters: Record<string, string>) => void;
48
- };
49
- export declare function TracesTools({ onEntityChange, onReset, selectedEntity, entityOptions, onDateChange, selectedDateFrom, selectedDateTo, isLoading, groupByThread, onGroupByThreadChange, searchQuery: _searchQuery, onSearchChange, datePreset, onDatePresetChange, selectedTags, availableTags, onTagsChange, errorOnly, onErrorOnlyChange, selectedMetadata, availableMetadata, onMetadataChange, contextFilters, availableContextValues, onContextFiltersChange, }: TracesToolsProps): import("react/jsx-runtime").JSX.Element;
50
- export {};
@@ -1 +0,0 @@
1
- export declare const TracingRunOptions: () => import("react/jsx-runtime").JSX.Element;
@@ -1,19 +0,0 @@
1
- import { TracingOptions } from '@mastra/core/observability';
2
- import { ReactNode } from '../../../../node_modules/@types/react';
3
- export type TracingSettings = {
4
- tracingOptions?: TracingOptions;
5
- };
6
- export type TracingSettingsContextType = {
7
- setSettings: (settings: TracingSettings) => void;
8
- resetAll: () => void;
9
- settings?: TracingSettings;
10
- entityType?: 'workflow' | 'agent';
11
- };
12
- export declare const TracingSettingsContext: import('../../../../node_modules/@types/react').Context<TracingSettingsContextType>;
13
- export interface TracingSettingsProviderProps {
14
- children: ReactNode;
15
- entityId: string;
16
- entityType: 'workflow' | 'agent';
17
- }
18
- export declare const TracingSettingsProvider: ({ children, entityId, entityType }: TracingSettingsProviderProps) => import("react/jsx-runtime").JSX.Element;
19
- export declare const useTracingSettings: () => TracingSettingsContextType;
@@ -1 +0,0 @@
1
- export declare const useEnvironments: () => import('@tanstack/react-query').UseQueryResult<string[], Error>;
@@ -1 +0,0 @@
1
- export declare const useServiceNames: () => import('@tanstack/react-query').UseQueryResult<string[], Error>;
@@ -1 +0,0 @@
1
- export declare const useTags: () => import('@tanstack/react-query').UseQueryResult<string[], Error>;
@@ -1,11 +0,0 @@
1
- import { TracingSettings } from '../context/tracing-settings-context';
2
- export interface TracingSettingsStateProps {
3
- entityId: string;
4
- entityType: 'workflow' | 'agent';
5
- }
6
- export declare function useTracingSettingsState({ entityId, entityType }: TracingSettingsStateProps): {
7
- settings: TracingSettings | undefined;
8
- setSettings: (settingsValue: TracingSettings) => void;
9
- resetAll: () => void;
10
- entityType: "workflow" | "agent";
11
- };
@@ -1,8 +0,0 @@
1
- export * from './utils/format-hierarchical-spans';
2
- export * from './utils/group-traces-by-thread';
3
- export * from './types';
4
- export * from './components';
5
- export * from './context/tracing-settings-context';
6
- export * from './hooks/use-tags';
7
- export * from './hooks/use-environments';
8
- export * from './hooks/use-service-names';
@@ -1,22 +0,0 @@
1
- export type UISpan = {
2
- id: string;
3
- name: string;
4
- type: string;
5
- latency: number;
6
- startTime: string;
7
- endTime?: string;
8
- spans?: UISpan[];
9
- parentSpanId?: string | null;
10
- };
11
- export type UISpanStyle = {
12
- icon?: React.ReactNode;
13
- color?: string;
14
- label?: string;
15
- bgColor?: string;
16
- typePrefix: string;
17
- };
18
- export type UISpanState = {
19
- spanId: string;
20
- expanded: boolean;
21
- };
22
- export type UISpanType = 'agent' | 'workflow' | 'tool' | 'model' | 'memory' | 'other';
@@ -1,3 +0,0 @@
1
- import { SpanRecord } from '@mastra/core/storage';
2
- import { UISpan } from '../types';
3
- export declare const formatHierarchicalSpans: (spans: SpanRecord[]) => UISpan[];
@@ -1,2 +0,0 @@
1
- import { UISpan } from '../types';
2
- export declare function getSpanDescendantIds(span: UISpan): string[];
@@ -1,20 +0,0 @@
1
- /** Minimal trace shape required by groupTracesByThread */
2
- export type GroupableTrace = {
3
- threadId?: string | null;
4
- createdAt: Date | string;
5
- };
6
- export type ThreadGroup<T extends GroupableTrace = GroupableTrace> = {
7
- threadId: string;
8
- traces: T[];
9
- };
10
- export type GroupedTraces<T extends GroupableTrace = GroupableTrace> = {
11
- groups: ThreadGroup<T>[];
12
- ungrouped: T[];
13
- };
14
- /**
15
- * Groups traces by their threadId field.
16
- * Traces without a threadId are placed in the `ungrouped` bucket.
17
- * Groups are ordered by the most recent trace's createdAt (descending).
18
- * Within each group, traces maintain their original order.
19
- */
20
- export declare function groupTracesByThread<T extends GroupableTrace>(traces: T[]): GroupedTraces<T>;
@@ -1,15 +0,0 @@
1
- import { SpanRecord } from '@mastra/core/storage';
2
- /**
3
- * Extract a truncated text preview from a span's input field.
4
- * Agent traces store `input` as an array of message objects.
5
- * Returns the text content of all user messages joined, truncated to maxLength.
6
- */
7
- export declare function getInputPreview(input: unknown, maxLength?: number): string;
8
- /**
9
- * Check if a span indicates that the token limit was exceeded
10
- */
11
- export declare function isTokenLimitExceeded(span?: SpanRecord): boolean;
12
- /**
13
- * Get a human-readable message for token limit exceeded
14
- */
15
- export declare function getTokenLimitMessage(span?: SpanRecord): string;
@@ -1,5 +0,0 @@
1
- export * from './processor-table';
2
- export * from './processors-list/processors-list';
3
- export * from './processors-list/no-processors-info';
4
- export * from './processor-panel';
5
- export * from './processor-combobox';
@@ -1,12 +0,0 @@
1
- import { ComboboxProps } from '../../../ds/components/Combobox';
2
- export interface ProcessorComboboxProps {
3
- value?: string;
4
- onValueChange?: (value: string) => void;
5
- placeholder?: string;
6
- searchPlaceholder?: string;
7
- emptyText?: string;
8
- className?: string;
9
- disabled?: boolean;
10
- variant?: ComboboxProps['variant'];
11
- }
12
- export declare function ProcessorCombobox({ value, onValueChange, placeholder, searchPlaceholder, emptyText, className, disabled, variant, }: ProcessorComboboxProps): import("react/jsx-runtime").JSX.Element;
@@ -1,8 +0,0 @@
1
- import { ProcessorDetail } from '../hooks/use-processors';
2
- export interface ProcessorPanelProps {
3
- processorId: string;
4
- }
5
- export interface ProcessorDetailPanelProps {
6
- processor: ProcessorDetail;
7
- }
8
- export declare function ProcessorPanel({ processorId }: ProcessorPanelProps): import("react/jsx-runtime").JSX.Element | null;
@@ -1,12 +0,0 @@
1
- import { ColumnDef, Row } from '@tanstack/react-table';
2
- import { ProcessorRow } from './processor-table';
3
- export type NameCellProps = {
4
- row: Row<ProcessorRow>;
5
- };
6
- export type PhasesCellProps = {
7
- row: Row<ProcessorRow>;
8
- };
9
- export type AgentsCellProps = {
10
- row: Row<ProcessorRow>;
11
- };
12
- export declare const columns: ColumnDef<ProcessorRow>[];
@@ -1,2 +0,0 @@
1
- export * from './processor-table';
2
- export * from './columns';
@@ -1,8 +0,0 @@
1
- import { ProcessorInfo } from '../../hooks/use-processors';
2
- export interface ProcessorTableProps {
3
- processors: Record<string, ProcessorInfo>;
4
- isLoading: boolean;
5
- error?: Error | null;
6
- }
7
- export type ProcessorRow = ProcessorInfo;
8
- export declare function ProcessorTable({ processors, isLoading, error }: ProcessorTableProps): import("react/jsx-runtime").JSX.Element;
@@ -1 +0,0 @@
1
- export declare const NoProcessorsInfo: () => import("react/jsx-runtime").JSX.Element;
@@ -1,7 +0,0 @@
1
- import { ProcessorInfo } from '../../hooks/use-processors';
2
- export interface ProcessorsListProps {
3
- processors: Record<string, ProcessorInfo>;
4
- isLoading: boolean;
5
- search?: string;
6
- }
7
- export declare function ProcessorsList({ processors, isLoading, search }: ProcessorsListProps): import("react/jsx-runtime").JSX.Element;
@@ -1 +0,0 @@
1
- export * from './use-processors';
@@ -1,50 +0,0 @@
1
- import { MastraDBMessage } from '@mastra/core/agent/message-list';
2
- export type ProcessorPhase = 'input' | 'inputStep' | 'outputStream' | 'outputResult' | 'outputStep';
3
- export interface ProcessorInfo {
4
- id: string;
5
- name?: string;
6
- description?: string;
7
- phases: ProcessorPhase[];
8
- agentIds: string[];
9
- isWorkflow: boolean;
10
- }
11
- export interface ProcessorConfiguration {
12
- agentId: string;
13
- agentName: string;
14
- type: 'input' | 'output';
15
- }
16
- export interface ProcessorDetail {
17
- id: string;
18
- name?: string;
19
- description?: string;
20
- phases: ProcessorPhase[];
21
- configurations: ProcessorConfiguration[];
22
- isWorkflow: boolean;
23
- }
24
- export type { MastraDBMessage };
25
- export interface ExecuteProcessorParams {
26
- processorId: string;
27
- phase: ProcessorPhase;
28
- messages: MastraDBMessage[];
29
- agentId?: string;
30
- }
31
- export interface ProcessorTripwireResult {
32
- triggered: boolean;
33
- reason?: string;
34
- metadata?: unknown;
35
- }
36
- export interface ExecuteProcessorResponse {
37
- success: boolean;
38
- phase: string;
39
- messages?: MastraDBMessage[];
40
- messageList?: {
41
- messages: MastraDBMessage[];
42
- };
43
- tripwire?: ProcessorTripwireResult;
44
- error?: string;
45
- }
46
- export declare const useProcessors: () => import('@tanstack/react-query').UseQueryResult<Record<string, import('@mastra/client-js').GetProcessorResponse>, Error>;
47
- export declare const useProcessor: (processorId: string, options?: {
48
- enabled?: boolean;
49
- }) => import('@tanstack/react-query').UseQueryResult<import('@mastra/client-js').GetProcessorDetailResponse, Error>;
50
- export declare const useExecuteProcessor: () => import('@tanstack/react-query').UseMutationResult<ExecuteProcessorResponse, Error, ExecuteProcessorParams, unknown>;
@@ -1,2 +0,0 @@
1
- export * from './components';
2
- export * from './hooks';
@@ -1,7 +0,0 @@
1
- interface PromptBlockCreateContentProps {
2
- onSuccess?: (block: {
3
- id: string;
4
- }) => void;
5
- }
6
- export declare function PromptBlockCreateContent({ onSuccess }: PromptBlockCreateContentProps): import("react/jsx-runtime").JSX.Element;
7
- export {};
@@ -1,4 +0,0 @@
1
- export * from './prompt-block-edit-sidebar';
2
- export * from './prompt-block-edit-main';
3
- export * from './use-prompt-block-edit-form';
4
- export * from './utils/form-validation';
@@ -1,7 +0,0 @@
1
- import { UseFormReturn } from 'react-hook-form';
2
- import { PromptBlockFormValues } from './utils/form-validation';
3
- interface PromptBlockEditMainProps {
4
- form: UseFormReturn<PromptBlockFormValues>;
5
- }
6
- export declare function PromptBlockEditMain({ form }: PromptBlockEditMainProps): import("react/jsx-runtime").JSX.Element;
7
- export {};
@@ -1,18 +0,0 @@
1
- import { UseFormReturn } from 'react-hook-form';
2
- import { PromptBlockFormValues } from './utils/form-validation';
3
- interface PromptBlockEditSidebarProps {
4
- form: UseFormReturn<PromptBlockFormValues>;
5
- onPublish: () => void;
6
- onSaveDraft?: () => void;
7
- isSubmitting?: boolean;
8
- isSavingDraft?: boolean;
9
- isDirty?: boolean;
10
- hasDraft?: boolean;
11
- mode?: 'create' | 'edit';
12
- /** Key that changes when form is reset with new data, forces JSONSchemaForm to remount */
13
- formResetKey?: number;
14
- /** Block ID, used to show "Used by" agents section in edit mode */
15
- blockId?: string;
16
- }
17
- export declare function PromptBlockEditSidebar({ form, onPublish, onSaveDraft, isSubmitting, isSavingDraft, isDirty, hasDraft, mode, formResetKey, blockId, }: PromptBlockEditSidebarProps): import("react/jsx-runtime").JSX.Element;
18
- export {};
@@ -1,19 +0,0 @@
1
- import { PromptBlockFormValues } from './utils/form-validation';
2
- export interface UsePromptBlockEditFormOptions {
3
- initialValues?: Partial<PromptBlockFormValues>;
4
- }
5
- export declare function usePromptBlockEditForm(options?: UsePromptBlockEditFormOptions): {
6
- form: import('react-hook-form').UseFormReturn<{
7
- name: string;
8
- description: string;
9
- content: string;
10
- rules?: any;
11
- variables?: import('../../../..').JsonSchema | undefined;
12
- }, any, {
13
- name: string;
14
- description: string;
15
- content: string;
16
- rules?: any;
17
- variables?: import('../../../..').JsonSchema | undefined;
18
- }>;
19
- };
@@ -1,10 +0,0 @@
1
- import { z } from 'zod';
2
- import { JsonSchema } from '../../../../../lib/json-schema';
3
- export declare const promptBlockFormSchema: z.ZodObject<{
4
- name: z.ZodString;
5
- description: z.ZodString;
6
- content: z.ZodString;
7
- rules: z.ZodOptional<z.ZodAny>;
8
- variables: z.ZodOptional<z.ZodCustom<JsonSchema, JsonSchema>>;
9
- }, z.core.$strip>;
10
- export type PromptBlockFormValues = z.infer<typeof promptBlockFormSchema>;
@@ -1,11 +0,0 @@
1
- import { ComboboxProps } from '../../../ds/components/Combobox';
2
- export interface PromptBlockVersionComboboxProps {
3
- blockId: string;
4
- value?: string;
5
- onValueChange?: (value: string) => void;
6
- className?: string;
7
- disabled?: boolean;
8
- variant?: ComboboxProps['variant'];
9
- activeVersionId?: string;
10
- }
11
- export declare function PromptBlockVersionCombobox({ blockId, value, onValueChange, className, disabled, variant, activeVersionId, }: PromptBlockVersionComboboxProps): import("react/jsx-runtime").JSX.Element;
@@ -1,3 +0,0 @@
1
- import { ColumnDef } from '@tanstack/react-table';
2
- import { PromptBlockTableData } from './types';
3
- export declare const columns: ColumnDef<PromptBlockTableData>[];
@@ -1,6 +0,0 @@
1
- import { PromptBlockTableData } from './types';
2
- export interface PromptBlocksTableProps {
3
- promptBlocks: PromptBlockTableData[];
4
- isLoading: boolean;
5
- }
6
- export declare function PromptBlocksTable({ promptBlocks, isLoading }: PromptBlocksTableProps): import("react/jsx-runtime").JSX.Element;
@@ -1,2 +0,0 @@
1
- import { StoredPromptBlockResponse } from '@mastra/client-js';
2
- export type PromptBlockTableData = StoredPromptBlockResponse;
@@ -1 +0,0 @@
1
- export declare const NoPromptBlocksInfo: () => import("react/jsx-runtime").JSX.Element;
@@ -1,7 +0,0 @@
1
- import { StoredPromptBlockResponse } from '@mastra/client-js';
2
- export interface PromptsListProps {
3
- promptBlocks: StoredPromptBlockResponse[];
4
- isLoading: boolean;
5
- search?: string;
6
- }
7
- export declare function PromptsList({ promptBlocks, isLoading, search }: PromptsListProps): import("react/jsx-runtime").JSX.Element;
@@ -1,40 +0,0 @@
1
- import { ListPromptBlockVersionsParams, CreatePromptBlockVersionParams, ListPromptBlockVersionsResponse, PromptBlockVersionResponse, ActivatePromptBlockVersionResponse, DeletePromptBlockVersionResponse } from '@mastra/client-js';
2
- export type { ListPromptBlockVersionsParams, CreatePromptBlockVersionParams };
3
- /**
4
- * Hook to list versions of a stored prompt block
5
- */
6
- export declare const usePromptBlockVersions: ({ blockId, params, }: {
7
- blockId: string;
8
- params?: ListPromptBlockVersionsParams;
9
- }) => import('@tanstack/react-query').UseQueryResult<ListPromptBlockVersionsResponse, Error>;
10
- /**
11
- * Hook to get a single version of a stored prompt block
12
- */
13
- export declare const usePromptBlockVersion: ({ blockId, versionId }: {
14
- blockId: string;
15
- versionId: string;
16
- }) => import('@tanstack/react-query').UseQueryResult<PromptBlockVersionResponse, Error>;
17
- /**
18
- * Hook to create a new version of a stored prompt block
19
- */
20
- export declare const useCreatePromptBlockVersion: ({ blockId }: {
21
- blockId: string;
22
- }) => import('@tanstack/react-query').UseMutationResult<PromptBlockVersionResponse, Error, CreatePromptBlockVersionParams | undefined, unknown>;
23
- /**
24
- * Hook to activate a specific version of a stored prompt block
25
- */
26
- export declare const useActivatePromptBlockVersion: ({ blockId }: {
27
- blockId: string;
28
- }) => import('@tanstack/react-query').UseMutationResult<ActivatePromptBlockVersionResponse, Error, string, unknown>;
29
- /**
30
- * Hook to restore a specific version of a stored prompt block (creates a new version from an old one)
31
- */
32
- export declare const useRestorePromptBlockVersion: ({ blockId }: {
33
- blockId: string;
34
- }) => import('@tanstack/react-query').UseMutationResult<PromptBlockVersionResponse, Error, string, unknown>;
35
- /**
36
- * Hook to delete a specific version of a stored prompt block
37
- */
38
- export declare const useDeletePromptBlockVersion: ({ blockId }: {
39
- blockId: string;
40
- }) => import('@tanstack/react-query').UseMutationResult<DeletePromptBlockVersionResponse, Error, string, unknown>;
@@ -1,10 +0,0 @@
1
- import { ListStoredPromptBlocksParams, ListStoredPromptBlocksResponse, StoredPromptBlockResponse, CreateStoredPromptBlockParams, UpdateStoredPromptBlockParams } from '@mastra/client-js';
2
- export declare const useStoredPromptBlocks: (params?: ListStoredPromptBlocksParams) => import('@tanstack/react-query').UseQueryResult<ListStoredPromptBlocksResponse, Error>;
3
- export declare const useStoredPromptBlock: (blockId?: string, options?: {
4
- status?: "draft" | "published";
5
- }) => import('@tanstack/react-query').UseQueryResult<StoredPromptBlockResponse | null, Error>;
6
- export declare const useStoredPromptBlockMutations: (blockId?: string) => {
7
- createStoredPromptBlock: import('@tanstack/react-query').UseMutationResult<StoredPromptBlockResponse, Error, CreateStoredPromptBlockParams, unknown>;
8
- updateStoredPromptBlock: import('@tanstack/react-query').UseMutationResult<StoredPromptBlockResponse, Error, UpdateStoredPromptBlockParams, unknown>;
9
- deleteStoredPromptBlock: import('@tanstack/react-query').UseMutationResult<import('@mastra/client-js').DeleteStoredPromptBlockResponse, Error, void, unknown>;
10
- };
@@ -1,11 +0,0 @@
1
- export { PromptBlockCreateContent } from './components/prompt-block-create-content';
2
- export { PromptBlocksTable, type PromptBlocksTableProps } from './components/prompt-blocks-table/prompt-blocks-table';
3
- export { PromptBlockVersionCombobox, type PromptBlockVersionComboboxProps, } from './components/prompt-block-version-combobox';
4
- export { PromptBlockEditSidebar } from './components/prompt-block-edit-page/prompt-block-edit-sidebar';
5
- export { PromptBlockEditMain } from './components/prompt-block-edit-page/prompt-block-edit-main';
6
- export { usePromptBlockEditForm, type UsePromptBlockEditFormOptions, } from './components/prompt-block-edit-page/use-prompt-block-edit-form';
7
- export { promptBlockFormSchema, type PromptBlockFormValues, } from './components/prompt-block-edit-page/utils/form-validation';
8
- export { PromptsList, type PromptsListProps } from './components/prompts-list/prompts-list';
9
- export { NoPromptBlocksInfo } from './components/prompts-list/no-prompt-blocks-info';
10
- export { useStoredPromptBlocks, useStoredPromptBlock, useStoredPromptBlockMutations, } from './hooks/use-stored-prompt-blocks';
11
- export { usePromptBlockVersions, usePromptBlockVersion, useCreatePromptBlockVersion, useActivatePromptBlockVersion, useRestorePromptBlockVersion, useDeletePromptBlockVersion, } from './hooks/use-prompt-block-versions';
@@ -1,16 +0,0 @@
1
- export interface RequestContextSchemaFormProps {
2
- /**
3
- * Serialized JSON schema for request context validation.
4
- * This component should only be rendered when a schema is provided.
5
- */
6
- requestContextSchema: string;
7
- }
8
- /**
9
- * Component that displays a schema-driven form for request context.
10
- * Only rendered when an agent/workflow defines a requestContextSchema.
11
- *
12
- * This component syncs form values to the SchemaRequestContext on explicit "Save" click,
13
- * allowing the agent chat to use these values (which override global context).
14
- * Empty strings in form fields will override global values intentionally.
15
- */
16
- export declare const RequestContextSchemaForm: ({ requestContextSchema }: RequestContextSchemaFormProps) => import("react/jsx-runtime").JSX.Element;
@@ -1,34 +0,0 @@
1
- import { ReactNode } from '../../../../node_modules/@types/react';
2
- interface SchemaRequestContextState {
3
- /**
4
- * Current values from the schema-driven request context form.
5
- * These values are specific to the entity (agent/workflow) with a requestContextSchema.
6
- */
7
- schemaValues: Record<string, any>;
8
- /**
9
- * Update the schema values. Called by RequestContextSchemaForm when form values change.
10
- */
11
- setSchemaValues: (values: Record<string, any>) => void;
12
- /**
13
- * Clear the schema values. Called when navigating away from an entity with a schema.
14
- */
15
- clearSchemaValues: () => void;
16
- }
17
- export declare const SchemaRequestContext: import('../../../../node_modules/@types/react').Context<SchemaRequestContextState | null>;
18
- export declare function SchemaRequestContextProvider({ children }: {
19
- children: ReactNode;
20
- }): import("react/jsx-runtime").JSX.Element;
21
- /**
22
- * Hook to access schema-driven request context values.
23
- * Used by RequestContextSchemaForm to update values and by chat components to read them.
24
- */
25
- export declare function useSchemaRequestContext(): SchemaRequestContextState;
26
- /**
27
- * Hook to get merged request context (global store + schema form values).
28
- * Schema form values take precedence over global store values.
29
- * Works with or without SchemaRequestContextProvider.
30
- */
31
- export declare function useMergedRequestContext(): {
32
- [x: string]: any;
33
- };
34
- export {};
@@ -1,4 +0,0 @@
1
- export interface RequestContextPresets {
2
- [key: string]: Record<string, unknown>;
3
- }
4
- export declare function useRequestContextPresets(): RequestContextPresets | null;
@@ -1,3 +0,0 @@
1
- export * from './components/request-context-schema-form';
2
- export * from './context/schema-request-context';
3
- export * from './hooks/use-request-context-presets';
@@ -1,4 +0,0 @@
1
- export interface DatasetReviewProps {
2
- datasetId: string;
3
- }
4
- export declare function DatasetReview({ datasetId }: DatasetReviewProps): import("react/jsx-runtime").JSX.Element;
@@ -1,6 +0,0 @@
1
- export { ReviewItemCard } from './review-item-card';
2
- export type { ReviewItem } from './review-item-card';
3
- export { ReviewItemPanel } from './review-item-panel';
4
- export { TagPicker } from './tag-picker';
5
- export { BulkTagPicker } from '../../shared/components/bulk-tag-picker';
6
- export { ProposalTag } from './proposal-tag';
@@ -1,5 +0,0 @@
1
- export declare function ProposalTag({ tag, onRename, onRemove, }: {
2
- tag: string;
3
- onRename: (newTag: string) => void;
4
- onRemove: () => void;
5
- }): import("react/jsx-runtime").JSX.Element;
@@ -1,29 +0,0 @@
1
- export interface ReviewItem {
2
- id: string;
3
- input: unknown;
4
- output: unknown;
5
- error: unknown;
6
- itemId: string;
7
- datasetId?: string;
8
- scores?: Record<string, number>;
9
- tags: string[];
10
- rating?: 'positive' | 'negative';
11
- comment?: string;
12
- clusterId?: string;
13
- experimentId?: string;
14
- traceId?: string;
15
- }
16
- export declare function ReviewItemCard({ item, isExpanded, isSelected, isCompleted, onToggleSelect, onToggleExpand, onRate, onSetTags, onComment, onRemove, onComplete, tagVocabulary, }: {
17
- item: ReviewItem;
18
- isExpanded: boolean;
19
- isSelected: boolean;
20
- isCompleted?: boolean;
21
- onToggleSelect: () => void;
22
- onToggleExpand: () => void;
23
- onRate: (rating: 'positive' | 'negative' | undefined) => void;
24
- onSetTags: (tags: string[]) => void;
25
- onComment: (comment: string) => void;
26
- onRemove: () => void;
27
- onComplete?: () => void | Promise<void>;
28
- tagVocabulary: string[];
29
- }): import("react/jsx-runtime").JSX.Element;
@@ -1,15 +0,0 @@
1
- import { ReviewItem } from './review-item-card';
2
- export interface ReviewItemPanelProps {
3
- item: ReviewItem;
4
- isCompleted?: boolean;
5
- tagVocabulary: string[];
6
- onRate: (rating: 'positive' | 'negative' | undefined) => void;
7
- onSetTags: (tags: string[]) => void;
8
- onComment: (comment: string) => void;
9
- onRemove: () => void;
10
- onComplete?: () => void | Promise<void>;
11
- onPrevious?: () => void;
12
- onNext?: () => void;
13
- onClose: () => void;
14
- }
15
- export declare function ReviewItemPanel({ item, isCompleted, tagVocabulary, onRate, onSetTags, onComment, onRemove, onComplete, onPrevious, onNext, onClose, }: ReviewItemPanelProps): import("react/jsx-runtime").JSX.Element;