@metrevals/inspect-scout-viewer 0.2.3-beta.1763116516

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 (359) hide show
  1. package/README.md +97 -0
  2. package/lib/App.d.ts +3 -0
  3. package/lib/App.d.ts.map +1 -0
  4. package/lib/AppErrorBoundary.d.ts +16 -0
  5. package/lib/AppErrorBoundary.d.ts.map +1 -0
  6. package/lib/AppRouter.d.ts +2 -0
  7. package/lib/AppRouter.d.ts.map +1 -0
  8. package/lib/_commonjsHelpers-DWwsNxpa.js +9 -0
  9. package/lib/_commonjsHelpers-DWwsNxpa.js.map +1 -0
  10. package/lib/api/api-scout-server.d.ts +3 -0
  11. package/lib/api/api-scout-server.d.ts.map +1 -0
  12. package/lib/api/api-vscode.d.ts +4 -0
  13. package/lib/api/api-vscode.d.ts.map +1 -0
  14. package/lib/api/api.d.ts +11 -0
  15. package/lib/api/api.d.ts.map +1 -0
  16. package/lib/api/jsonrpc.d.ts +44 -0
  17. package/lib/api/jsonrpc.d.ts.map +1 -0
  18. package/lib/app/appearance/fonts.d.ts +27 -0
  19. package/lib/app/appearance/fonts.d.ts.map +1 -0
  20. package/lib/app/appearance/icons.d.ts +130 -0
  21. package/lib/app/appearance/icons.d.ts.map +1 -0
  22. package/lib/app/appearance/styles.d.ts +39 -0
  23. package/lib/app/appearance/styles.d.ts.map +1 -0
  24. package/lib/app/components/Footer.d.ts +20 -0
  25. package/lib/app/components/Footer.d.ts.map +1 -0
  26. package/lib/app/components/MarkdownDivWithReferences.d.ts +15 -0
  27. package/lib/app/components/MarkdownDivWithReferences.d.ts.map +1 -0
  28. package/lib/app/components/Pager.d.ts +10 -0
  29. package/lib/app/components/Pager.d.ts.map +1 -0
  30. package/lib/app/hooks.d.ts +19 -0
  31. package/lib/app/hooks.d.ts.map +1 -0
  32. package/lib/app/navbar/Navbar.d.ts +8 -0
  33. package/lib/app/navbar/Navbar.d.ts.map +1 -0
  34. package/lib/app/navbar/useBreadcrumbTruncation.d.ts +13 -0
  35. package/lib/app/navbar/useBreadcrumbTruncation.d.ts.map +1 -0
  36. package/lib/app/result/ScanResultHeader.d.ts +8 -0
  37. package/lib/app/result/ScanResultHeader.d.ts.map +1 -0
  38. package/lib/app/result/ScanResultNav.d.ts +3 -0
  39. package/lib/app/result/ScanResultNav.d.ts.map +1 -0
  40. package/lib/app/result/ScanResultPanel.d.ts +3 -0
  41. package/lib/app/result/ScanResultPanel.d.ts.map +1 -0
  42. package/lib/app/result/info/InfoPanel.d.ts +9 -0
  43. package/lib/app/result/info/InfoPanel.d.ts.map +1 -0
  44. package/lib/app/result/input/InputPanel.d.ts +7 -0
  45. package/lib/app/result/input/InputPanel.d.ts.map +1 -0
  46. package/lib/app/result/result/ResultPanel.d.ts +8 -0
  47. package/lib/app/result/result/ResultPanel.d.ts.map +1 -0
  48. package/lib/app/result/transcript/TranscriptPanel.d.ts +11 -0
  49. package/lib/app/result/transcript/TranscriptPanel.d.ts.map +1 -0
  50. package/lib/app/scanJobs/ScanJobGrid.d.ts +3 -0
  51. package/lib/app/scanJobs/ScanJobGrid.d.ts.map +1 -0
  52. package/lib/app/scanJobs/ScanJobsPanel.d.ts +3 -0
  53. package/lib/app/scanJobs/ScanJobsPanel.d.ts.map +1 -0
  54. package/lib/app/scanner/ScannerPanel.d.ts +3 -0
  55. package/lib/app/scanner/ScannerPanel.d.ts.map +1 -0
  56. package/lib/app/scanner/ScannerPanelBody.d.ts +4 -0
  57. package/lib/app/scanner/ScannerPanelBody.d.ts.map +1 -0
  58. package/lib/app/scanner/ScannerPanelTitle.d.ts +3 -0
  59. package/lib/app/scanner/ScannerPanelTitle.d.ts.map +1 -0
  60. package/lib/app/scanner/info/ScanInfo.d.ts +3 -0
  61. package/lib/app/scanner/info/ScanInfo.d.ts.map +1 -0
  62. package/lib/app/scanner/results/ScanResultsBody.d.ts +3 -0
  63. package/lib/app/scanner/results/ScanResultsBody.d.ts.map +1 -0
  64. package/lib/app/scanner/results/ScanResultsFilter.d.ts +5 -0
  65. package/lib/app/scanner/results/ScanResultsFilter.d.ts.map +1 -0
  66. package/lib/app/scanner/results/ScanResultsOutline.d.ts +3 -0
  67. package/lib/app/scanner/results/ScanResultsOutline.d.ts.map +1 -0
  68. package/lib/app/scanner/results/ScanResultsPanel.d.ts +3 -0
  69. package/lib/app/scanner/results/ScanResultsPanel.d.ts.map +1 -0
  70. package/lib/app/scanner/results/list/ScanHeader.d.ts +8 -0
  71. package/lib/app/scanner/results/list/ScanHeader.d.ts.map +1 -0
  72. package/lib/app/scanner/results/list/ScanResultsList.d.ts +13 -0
  73. package/lib/app/scanner/results/list/ScanResultsList.d.ts.map +1 -0
  74. package/lib/app/scanner/results/list/ScanResultsRow.d.ts +10 -0
  75. package/lib/app/scanner/results/list/ScanResultsRow.d.ts.map +1 -0
  76. package/lib/app/types.d.ts +117 -0
  77. package/lib/app/types.d.ts.map +1 -0
  78. package/lib/app/utils/arrow.d.ts +3 -0
  79. package/lib/app/utils/arrow.d.ts.map +1 -0
  80. package/lib/app/utils/refs.d.ts +5 -0
  81. package/lib/app/utils/refs.d.ts.map +1 -0
  82. package/lib/app/utils/results.d.ts +7 -0
  83. package/lib/app/utils/results.d.ts.map +1 -0
  84. package/lib/app/values/Explanation.d.ts +8 -0
  85. package/lib/app/values/Explanation.d.ts.map +1 -0
  86. package/lib/app/values/Identifier.d.ts +8 -0
  87. package/lib/app/values/Identifier.d.ts.map +1 -0
  88. package/lib/app/values/Value.d.ts +9 -0
  89. package/lib/app/values/Value.d.ts.map +1 -0
  90. package/lib/chat/ChatMessage.d.ts +14 -0
  91. package/lib/chat/ChatMessage.d.ts.map +1 -0
  92. package/lib/chat/ChatMessageRenderer.d.ts +16 -0
  93. package/lib/chat/ChatMessageRenderer.d.ts.map +1 -0
  94. package/lib/chat/ChatMessageRow.d.ts +19 -0
  95. package/lib/chat/ChatMessageRow.d.ts.map +1 -0
  96. package/lib/chat/ChatView.d.ts +21 -0
  97. package/lib/chat/ChatView.d.ts.map +1 -0
  98. package/lib/chat/ChatViewVirtualList.d.ts +30 -0
  99. package/lib/chat/ChatViewVirtualList.d.ts.map +1 -0
  100. package/lib/chat/JsonMessageContent.d.ts +8 -0
  101. package/lib/chat/JsonMessageContent.d.ts.map +1 -0
  102. package/lib/chat/MessageCitations.d.ts +7 -0
  103. package/lib/chat/MessageCitations.d.ts.map +1 -0
  104. package/lib/chat/MessageContent.d.ts +19 -0
  105. package/lib/chat/MessageContent.d.ts.map +1 -0
  106. package/lib/chat/MessageContents.d.ts +19 -0
  107. package/lib/chat/MessageContents.d.ts.map +1 -0
  108. package/lib/chat/content-data/ContentDataView.d.ts +20 -0
  109. package/lib/chat/content-data/ContentDataView.d.ts.map +1 -0
  110. package/lib/chat/content-data/WebSearch.d.ts +5 -0
  111. package/lib/chat/content-data/WebSearch.d.ts.map +1 -0
  112. package/lib/chat/content-data/WebSearchResults.d.ts +10 -0
  113. package/lib/chat/content-data/WebSearchResults.d.ts.map +1 -0
  114. package/lib/chat/documents/ContentDocumentView.d.ts +9 -0
  115. package/lib/chat/documents/ContentDocumentView.d.ts.map +1 -0
  116. package/lib/chat/messages.d.ts +9 -0
  117. package/lib/chat/messages.d.ts.map +1 -0
  118. package/lib/chat/server-tools/ServerToolCall.d.ts +13 -0
  119. package/lib/chat/server-tools/ServerToolCall.d.ts.map +1 -0
  120. package/lib/chat/tools/ToolCallView.d.ts +20 -0
  121. package/lib/chat/tools/ToolCallView.d.ts.map +1 -0
  122. package/lib/chat/tools/ToolInput.d.ts +12 -0
  123. package/lib/chat/tools/ToolInput.d.ts.map +1 -0
  124. package/lib/chat/tools/ToolOutput.d.ts +12 -0
  125. package/lib/chat/tools/ToolOutput.d.ts.map +1 -0
  126. package/lib/chat/tools/ToolTitle.d.ts +11 -0
  127. package/lib/chat/tools/ToolTitle.d.ts.map +1 -0
  128. package/lib/chat/tools/tool-input/TodoWriteInput.d.ts +6 -0
  129. package/lib/chat/tools/tool-input/TodoWriteInput.d.ts.map +1 -0
  130. package/lib/chat/tools/tool.d.ts +13 -0
  131. package/lib/chat/tools/tool.d.ts.map +1 -0
  132. package/lib/chat/types.d.ts +4 -0
  133. package/lib/chat/types.d.ts.map +1 -0
  134. package/lib/chunk-DfAF0w94-Oj7OW_Zs.js +9 -0
  135. package/lib/chunk-DfAF0w94-Oj7OW_Zs.js.map +1 -0
  136. package/lib/components/ActivityBar.d.ts +7 -0
  137. package/lib/components/ActivityBar.d.ts.map +1 -0
  138. package/lib/components/AnsiDisplay.d.ts +9 -0
  139. package/lib/components/AnsiDisplay.d.ts.map +1 -0
  140. package/lib/components/AsciinemaPlayer.d.ts +20 -0
  141. package/lib/components/AsciinemaPlayer.d.ts.map +1 -0
  142. package/lib/components/Card.d.ts +33 -0
  143. package/lib/components/Card.d.ts.map +1 -0
  144. package/lib/components/CopyButton.d.ts +12 -0
  145. package/lib/components/CopyButton.d.ts.map +1 -0
  146. package/lib/components/DataframeView.d.ts +8 -0
  147. package/lib/components/DataframeView.d.ts.map +1 -0
  148. package/lib/components/EmptyPanel.d.ts +7 -0
  149. package/lib/components/EmptyPanel.d.ts.map +1 -0
  150. package/lib/components/ErrorPanel.d.ts +13 -0
  151. package/lib/components/ErrorPanel.d.ts.map +1 -0
  152. package/lib/components/ExpandablePanel.d.ts +13 -0
  153. package/lib/components/ExpandablePanel.d.ts.map +1 -0
  154. package/lib/components/ExtendedFindContext.d.ts +8 -0
  155. package/lib/components/ExtendedFindContext.d.ts.map +1 -0
  156. package/lib/components/ExtendedFindProvider.d.ts +7 -0
  157. package/lib/components/ExtendedFindProvider.d.ts.map +1 -0
  158. package/lib/components/HumanBaselineView.d.ts +22 -0
  159. package/lib/components/HumanBaselineView.d.ts.map +1 -0
  160. package/lib/components/JsonPanel.d.ts +12 -0
  161. package/lib/components/JsonPanel.d.ts.map +1 -0
  162. package/lib/components/LabeledValue.d.ts +12 -0
  163. package/lib/components/LabeledValue.d.ts.map +1 -0
  164. package/lib/components/LightboxCarousel.d.ts +15 -0
  165. package/lib/components/LightboxCarousel.d.ts.map +1 -0
  166. package/lib/components/LiveVirtualList.d.ts +23 -0
  167. package/lib/components/LiveVirtualList.d.ts.map +1 -0
  168. package/lib/components/MarkdownDiv.d.ts +11 -0
  169. package/lib/components/MarkdownDiv.d.ts.map +1 -0
  170. package/lib/components/NavPills.d.ts +12 -0
  171. package/lib/components/NavPills.d.ts.map +1 -0
  172. package/lib/components/NoContentsPanel.d.ts +7 -0
  173. package/lib/components/NoContentsPanel.d.ts.map +1 -0
  174. package/lib/components/PopOver.d.ts +23 -0
  175. package/lib/components/PopOver.d.ts.map +1 -0
  176. package/lib/components/Preformatted.d.ts +8 -0
  177. package/lib/components/Preformatted.d.ts.map +1 -0
  178. package/lib/components/ProgressBar.d.ts +10 -0
  179. package/lib/components/ProgressBar.d.ts.map +1 -0
  180. package/lib/components/PulsingDots.d.ts +11 -0
  181. package/lib/components/PulsingDots.d.ts.map +1 -0
  182. package/lib/components/SegmentedControl.d.ts +15 -0
  183. package/lib/components/SegmentedControl.d.ts.map +1 -0
  184. package/lib/components/StickyScroll.d.ts +13 -0
  185. package/lib/components/StickyScroll.d.ts.map +1 -0
  186. package/lib/components/TabSet.d.ts +28 -0
  187. package/lib/components/TabSet.d.ts.map +1 -0
  188. package/lib/components/prism.d.ts +3 -0
  189. package/lib/components/prism.d.ts.map +1 -0
  190. package/lib/content/MetaDataGrid.d.ts +15 -0
  191. package/lib/content/MetaDataGrid.d.ts.map +1 -0
  192. package/lib/content/RecordTree.d.ts +25 -0
  193. package/lib/content/RecordTree.d.ts.map +1 -0
  194. package/lib/content/RenderedContent.d.ts +17 -0
  195. package/lib/content/RenderedContent.d.ts.map +1 -0
  196. package/lib/content/RenderedText.d.ts +11 -0
  197. package/lib/content/RenderedText.d.ts.map +1 -0
  198. package/lib/content/record_processors/store.d.ts +3 -0
  199. package/lib/content/record_processors/store.d.ts.map +1 -0
  200. package/lib/content/record_processors/types.d.ts +2 -0
  201. package/lib/content/record_processors/types.d.ts.map +1 -0
  202. package/lib/content/types.d.ts +17 -0
  203. package/lib/content/types.d.ts.map +1 -0
  204. package/lib/index.d.ts +5 -0
  205. package/lib/index.d.ts.map +1 -0
  206. package/lib/index.js +113846 -0
  207. package/lib/index.js.map +1 -0
  208. package/lib/lib-CBtriEt5-CU1RYBHb.js +1070 -0
  209. package/lib/lib-CBtriEt5-CU1RYBHb.js.map +1 -0
  210. package/lib/liteDOM-Cp0aN3bP-DXyQNx3e.js +644 -0
  211. package/lib/liteDOM-Cp0aN3bP-DXyQNx3e.js.map +1 -0
  212. package/lib/main.d.ts +1 -0
  213. package/lib/main.d.ts.map +1 -0
  214. package/lib/router/url.d.ts +35 -0
  215. package/lib/router/url.d.ts.map +1 -0
  216. package/lib/state/hooks.d.ts +8 -0
  217. package/lib/state/hooks.d.ts.map +1 -0
  218. package/lib/state/scrolling.d.ts +23 -0
  219. package/lib/state/scrolling.d.ts.map +1 -0
  220. package/lib/state/store.d.ts +199 -0
  221. package/lib/state/store.d.ts.map +1 -0
  222. package/lib/styles/index.css +5827 -0
  223. package/lib/tex-svg-full-BI3fonbT-B0YPyt9p.js +28011 -0
  224. package/lib/tex-svg-full-BI3fonbT-B0YPyt9p.js.map +1 -0
  225. package/lib/transcript/ApprovalEventView.d.ts +13 -0
  226. package/lib/transcript/ApprovalEventView.d.ts.map +1 -0
  227. package/lib/transcript/ErrorEventView.d.ts +13 -0
  228. package/lib/transcript/ErrorEventView.d.ts.map +1 -0
  229. package/lib/transcript/InfoEventView.d.ts +13 -0
  230. package/lib/transcript/InfoEventView.d.ts.map +1 -0
  231. package/lib/transcript/InputEventView.d.ts +13 -0
  232. package/lib/transcript/InputEventView.d.ts.map +1 -0
  233. package/lib/transcript/LoggerEventView.d.ts +13 -0
  234. package/lib/transcript/LoggerEventView.d.ts.map +1 -0
  235. package/lib/transcript/ModelEventView.d.ts +26 -0
  236. package/lib/transcript/ModelEventView.d.ts.map +1 -0
  237. package/lib/transcript/SampleInitEventView.d.ts +13 -0
  238. package/lib/transcript/SampleInitEventView.d.ts.map +1 -0
  239. package/lib/transcript/SampleLimitEventView.d.ts +13 -0
  240. package/lib/transcript/SampleLimitEventView.d.ts.map +1 -0
  241. package/lib/transcript/SandboxEventView.d.ts +13 -0
  242. package/lib/transcript/SandboxEventView.d.ts.map +1 -0
  243. package/lib/transcript/ScoreEditEventView.d.ts +13 -0
  244. package/lib/transcript/ScoreEditEventView.d.ts.map +1 -0
  245. package/lib/transcript/ScoreEventView.d.ts +14 -0
  246. package/lib/transcript/ScoreEventView.d.ts.map +1 -0
  247. package/lib/transcript/SpanEventView.d.ts +14 -0
  248. package/lib/transcript/SpanEventView.d.ts.map +1 -0
  249. package/lib/transcript/StepEventView.d.ts +14 -0
  250. package/lib/transcript/StepEventView.d.ts.map +1 -0
  251. package/lib/transcript/SubtaskEventView.d.ts +14 -0
  252. package/lib/transcript/SubtaskEventView.d.ts.map +1 -0
  253. package/lib/transcript/ToolEventView.d.ts +14 -0
  254. package/lib/transcript/ToolEventView.d.ts.map +1 -0
  255. package/lib/transcript/TranscriptView.d.ts +13 -0
  256. package/lib/transcript/TranscriptView.d.ts.map +1 -0
  257. package/lib/transcript/TranscriptVirtualList.d.ts +32 -0
  258. package/lib/transcript/TranscriptVirtualList.d.ts.map +1 -0
  259. package/lib/transcript/TranscriptVirtualListComponent.d.ts +19 -0
  260. package/lib/transcript/TranscriptVirtualListComponent.d.ts.map +1 -0
  261. package/lib/transcript/event/EventNav.d.ts +13 -0
  262. package/lib/transcript/event/EventNav.d.ts.map +1 -0
  263. package/lib/transcript/event/EventNavs.d.ts +16 -0
  264. package/lib/transcript/event/EventNavs.d.ts.map +1 -0
  265. package/lib/transcript/event/EventPanel.d.ts +20 -0
  266. package/lib/transcript/event/EventPanel.d.ts.map +1 -0
  267. package/lib/transcript/event/EventProgressPanel.d.ts +7 -0
  268. package/lib/transcript/event/EventProgressPanel.d.ts.map +1 -0
  269. package/lib/transcript/event/EventRow.d.ts +13 -0
  270. package/lib/transcript/event/EventRow.d.ts.map +1 -0
  271. package/lib/transcript/event/EventSection.d.ts +13 -0
  272. package/lib/transcript/event/EventSection.d.ts.map +1 -0
  273. package/lib/transcript/event/EventTimingPanel.d.ts +13 -0
  274. package/lib/transcript/event/EventTimingPanel.d.ts.map +1 -0
  275. package/lib/transcript/event/utils.d.ts +3 -0
  276. package/lib/transcript/event/utils.d.ts.map +1 -0
  277. package/lib/transcript/hooks.d.ts +2 -0
  278. package/lib/transcript/hooks.d.ts.map +1 -0
  279. package/lib/transcript/outline/OutlineRow.d.ts +11 -0
  280. package/lib/transcript/outline/OutlineRow.d.ts.map +1 -0
  281. package/lib/transcript/outline/TranscriptOutline.d.ts +13 -0
  282. package/lib/transcript/outline/TranscriptOutline.d.ts.map +1 -0
  283. package/lib/transcript/outline/tree-visitors.d.ts +14 -0
  284. package/lib/transcript/outline/tree-visitors.d.ts.map +1 -0
  285. package/lib/transcript/state/StateDiffView.d.ts +12 -0
  286. package/lib/transcript/state/StateDiffView.d.ts.map +1 -0
  287. package/lib/transcript/state/StateEventRenderers.d.ts +49 -0
  288. package/lib/transcript/state/StateEventRenderers.d.ts.map +1 -0
  289. package/lib/transcript/state/StateEventView.d.ts +14 -0
  290. package/lib/transcript/state/StateEventView.d.ts.map +1 -0
  291. package/lib/transcript/transform/fixups.d.ts +7 -0
  292. package/lib/transcript/transform/fixups.d.ts.map +1 -0
  293. package/lib/transcript/transform/flatten.d.ts +16 -0
  294. package/lib/transcript/transform/flatten.d.ts.map +1 -0
  295. package/lib/transcript/transform/hooks.d.ts +7 -0
  296. package/lib/transcript/transform/hooks.d.ts.map +1 -0
  297. package/lib/transcript/transform/transform.d.ts +3 -0
  298. package/lib/transcript/transform/transform.d.ts.map +1 -0
  299. package/lib/transcript/transform/treeify.d.ts +4 -0
  300. package/lib/transcript/transform/treeify.d.ts.map +1 -0
  301. package/lib/transcript/transform/utils.d.ts +19 -0
  302. package/lib/transcript/transform/utils.d.ts.map +1 -0
  303. package/lib/transcript/types.d.ts +24 -0
  304. package/lib/transcript/types.d.ts.map +1 -0
  305. package/lib/types/index.d.ts +103 -0
  306. package/lib/types/index.d.ts.map +1 -0
  307. package/lib/usage/ModelTokenTable.d.ts +9 -0
  308. package/lib/usage/ModelTokenTable.d.ts.map +1 -0
  309. package/lib/usage/ModelUsagePanel.d.ts +12 -0
  310. package/lib/usage/ModelUsagePanel.d.ts.map +1 -0
  311. package/lib/usage/TokenTable.d.ts +15 -0
  312. package/lib/usage/TokenTable.d.ts.map +1 -0
  313. package/lib/usage/UsageCard.d.ts +11 -0
  314. package/lib/usage/UsageCard.d.ts.map +1 -0
  315. package/lib/utils/array.d.ts +2 -0
  316. package/lib/utils/array.d.ts.map +1 -0
  317. package/lib/utils/arrow.d.ts +3 -0
  318. package/lib/utils/arrow.d.ts.map +1 -0
  319. package/lib/utils/base64.d.ts +5 -0
  320. package/lib/utils/base64.d.ts.map +1 -0
  321. package/lib/utils/chatMessage.d.ts +4 -0
  322. package/lib/utils/chatMessage.d.ts.map +1 -0
  323. package/lib/utils/dom.d.ts +2 -0
  324. package/lib/utils/dom.d.ts.map +1 -0
  325. package/lib/utils/embeddedState.d.ts +11 -0
  326. package/lib/utils/embeddedState.d.ts.map +1 -0
  327. package/lib/utils/format.d.ts +41 -0
  328. package/lib/utils/format.d.ts.map +1 -0
  329. package/lib/utils/html.d.ts +6 -0
  330. package/lib/utils/html.d.ts.map +1 -0
  331. package/lib/utils/json-worker.d.ts +2 -0
  332. package/lib/utils/json-worker.d.ts.map +1 -0
  333. package/lib/utils/json.d.ts +5 -0
  334. package/lib/utils/json.d.ts.map +1 -0
  335. package/lib/utils/logger.d.ts +8 -0
  336. package/lib/utils/logger.d.ts.map +1 -0
  337. package/lib/utils/mime.d.ts +2 -0
  338. package/lib/utils/mime.d.ts.map +1 -0
  339. package/lib/utils/object.d.ts +2 -0
  340. package/lib/utils/object.d.ts.map +1 -0
  341. package/lib/utils/path.d.ts +26 -0
  342. package/lib/utils/path.d.ts.map +1 -0
  343. package/lib/utils/python.d.ts +12 -0
  344. package/lib/utils/python.d.ts.map +1 -0
  345. package/lib/utils/react.d.ts +2 -0
  346. package/lib/utils/react.d.ts.map +1 -0
  347. package/lib/utils/sync.d.ts +22 -0
  348. package/lib/utils/sync.d.ts.map +1 -0
  349. package/lib/utils/type.d.ts +12 -0
  350. package/lib/utils/type.d.ts.map +1 -0
  351. package/lib/utils/uri.d.ts +20 -0
  352. package/lib/utils/uri.d.ts.map +1 -0
  353. package/lib/utils/vscode.d.ts +21 -0
  354. package/lib/utils/vscode.d.ts.map +1 -0
  355. package/lib/wgxpath.install-node-Csk64Aj9-Ckau6iLd.js +1081 -0
  356. package/lib/wgxpath.install-node-Csk64Aj9-Ckau6iLd.js.map +1 -0
  357. package/lib/xypic-DrMJn58R-DRoJoooA.js +9542 -0
  358. package/lib/xypic-DrMJn58R-DRoJoooA.js.map +1 -0
  359. package/package.json +100 -0
@@ -0,0 +1,3 @@
1
+ import { FC } from 'react';
2
+ export declare const ScanJobGrid: FC;
3
+ //# sourceMappingURL=ScanJobGrid.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ScanJobGrid.d.ts","sourceRoot":"","sources":["../../../src/app/scanJobs/ScanJobGrid.tsx"],"names":[],"mappings":"AAYA,OAAO,EAAE,EAAE,EAA2C,MAAM,OAAO,CAAC;AA4BpE,eAAO,MAAM,WAAW,EAAE,EAkNzB,CAAC"}
@@ -0,0 +1,3 @@
1
+ import { FC } from 'react';
2
+ export declare const ScanJobsPanel: FC;
3
+ //# sourceMappingURL=ScanJobsPanel.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ScanJobsPanel.d.ts","sourceRoot":"","sources":["../../../src/app/scanJobs/ScanJobsPanel.tsx"],"names":[],"mappings":"AACA,OAAO,EAAE,EAAE,EAAa,MAAM,OAAO,CAAC;AAatC,eAAO,MAAM,aAAa,EAAE,EA8B3B,CAAC"}
@@ -0,0 +1,3 @@
1
+ import { default as React } from 'react';
2
+ export declare const ScannerPanel: React.FC;
3
+ //# sourceMappingURL=ScannerPanel.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ScannerPanel.d.ts","sourceRoot":"","sources":["../../../src/app/scanner/ScannerPanel.tsx"],"names":[],"mappings":"AACA,OAAO,KAAoB,MAAM,OAAO,CAAC;AAkBzC,eAAO,MAAM,YAAY,EAAE,KAAK,CAAC,EAuChC,CAAC"}
@@ -0,0 +1,4 @@
1
+ export declare const kSegmentList = "list";
2
+ export declare const kSegmentDataframe = "dataframe";
3
+ export declare const ScannerPanelBody: React.FC;
4
+ //# sourceMappingURL=ScannerPanelBody.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ScannerPanelBody.d.ts","sourceRoot":"","sources":["../../../src/app/scanner/ScannerPanelBody.tsx"],"names":[],"mappings":"AAmBA,eAAO,MAAM,YAAY,SAAS,CAAC;AACnC,eAAO,MAAM,iBAAiB,cAAc,CAAC;AAE7C,eAAO,MAAM,gBAAgB,EAAE,KAAK,CAAC,EA4GpC,CAAC"}
@@ -0,0 +1,3 @@
1
+ import { FC } from 'react';
2
+ export declare const ScannerPanelTitle: FC;
3
+ //# sourceMappingURL=ScannerPanelTitle.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ScannerPanelTitle.d.ts","sourceRoot":"","sources":["../../../src/app/scanner/ScannerPanelTitle.tsx"],"names":[],"mappings":"AACA,OAAO,EAAE,EAAE,EAAE,MAAM,OAAO,CAAC;AAU3B,eAAO,MAAM,iBAAiB,EAAE,EAmD/B,CAAC"}
@@ -0,0 +1,3 @@
1
+ import { FC } from 'react';
2
+ export declare const ScanInfo: FC;
3
+ //# sourceMappingURL=ScanInfo.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ScanInfo.d.ts","sourceRoot":"","sources":["../../../../src/app/scanner/info/ScanInfo.tsx"],"names":[],"mappings":"AACA,OAAO,EAAE,EAAE,EAAE,MAAM,OAAO,CAAC;AAW3B,eAAO,MAAM,QAAQ,EAAE,EAyBtB,CAAC"}
@@ -0,0 +1,3 @@
1
+ import { FC } from 'react';
2
+ export declare const ScanResultsBody: FC;
3
+ //# sourceMappingURL=ScanResultsBody.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ScanResultsBody.d.ts","sourceRoot":"","sources":["../../../../src/app/scanner/results/ScanResultsBody.tsx"],"names":[],"mappings":"AAEA,OAAO,EAAE,EAAE,EAAE,MAAM,OAAO,CAAC;AAe3B,eAAO,MAAM,eAAe,EAAE,EAyC7B,CAAC"}
@@ -0,0 +1,5 @@
1
+ import { FC } from 'react';
2
+ export declare const kFilterPositiveResults = "positive_results";
3
+ export declare const kFilterAllResults = "all_results";
4
+ export declare const ScanResultsFilter: FC;
5
+ //# sourceMappingURL=ScanResultsFilter.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ScanResultsFilter.d.ts","sourceRoot":"","sources":["../../../../src/app/scanner/results/ScanResultsFilter.tsx"],"names":[],"mappings":"AACA,OAAO,EAAe,EAAE,EAAe,MAAM,OAAO,CAAC;AAMrD,eAAO,MAAM,sBAAsB,qBAAqB,CAAC;AACzD,eAAO,MAAM,iBAAiB,gBAAgB,CAAC;AAE/C,eAAO,MAAM,iBAAiB,EAAE,EA+C/B,CAAC"}
@@ -0,0 +1,3 @@
1
+ import { FC } from 'react';
2
+ export declare const ScanResultsOutline: FC;
3
+ //# sourceMappingURL=ScanResultsOutline.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ScanResultsOutline.d.ts","sourceRoot":"","sources":["../../../../src/app/scanner/results/ScanResultsOutline.tsx"],"names":[],"mappings":"AACA,OAAO,EAAE,EAAE,EAAuB,MAAM,OAAO,CAAC;AAchD,eAAO,MAAM,kBAAkB,EAAE,EAsBhC,CAAC"}
@@ -0,0 +1,3 @@
1
+ import { FC } from 'react';
2
+ export declare const ScanResultsPanel: FC;
3
+ //# sourceMappingURL=ScanResultsPanel.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ScanResultsPanel.d.ts","sourceRoot":"","sources":["../../../../src/app/scanner/results/ScanResultsPanel.tsx"],"names":[],"mappings":"AACA,OAAO,EAAE,EAAE,EAAE,MAAM,OAAO,CAAC;AAS3B,eAAO,MAAM,gBAAgB,EAAE,EAkB9B,CAAC"}
@@ -0,0 +1,8 @@
1
+ import { FC } from 'react';
2
+ import { GridDescriptor } from './ScanResultsList';
3
+ interface ScanResultsHeaderProps {
4
+ gridDescriptor: GridDescriptor;
5
+ }
6
+ export declare const ScanResultsHeader: FC<ScanResultsHeaderProps>;
7
+ export {};
8
+ //# sourceMappingURL=ScanHeader.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ScanHeader.d.ts","sourceRoot":"","sources":["../../../../../src/app/scanner/results/list/ScanHeader.tsx"],"names":[],"mappings":"AACA,OAAO,EAAE,EAAE,EAAE,MAAM,OAAO,CAAC;AAG3B,OAAO,EAAE,cAAc,EAAE,MAAM,mBAAmB,CAAC;AAEnD,UAAU,sBAAsB;IAC9B,cAAc,EAAE,cAAc,CAAC;CAChC;AACD,eAAO,MAAM,iBAAiB,EAAE,EAAE,CAAC,sBAAsB,CAsBxD,CAAC"}
@@ -0,0 +1,13 @@
1
+ import { ColumnTable } from 'arquero';
2
+ import { FC } from 'react';
3
+ export interface GridDescriptor {
4
+ gridStyle: Record<string, string>;
5
+ columns: string[];
6
+ }
7
+ interface ScanResultsListProps {
8
+ id: string;
9
+ columnTable: ColumnTable;
10
+ }
11
+ export declare const ScanResultsList: FC<ScanResultsListProps>;
12
+ export {};
13
+ //# sourceMappingURL=ScanResultsList.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ScanResultsList.d.ts","sourceRoot":"","sources":["../../../../../src/app/scanner/results/list/ScanResultsList.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,WAAW,EAAE,MAAM,SAAS,CAAC;AAEtC,OAAO,EAAE,EAAE,EAA2C,MAAM,OAAO,CAAC;AAsBpE,MAAM,WAAW,cAAc;IAC7B,SAAS,EAAE,MAAM,CAAC,MAAM,EAAE,MAAM,CAAC,CAAC;IAClC,OAAO,EAAE,MAAM,EAAE,CAAC;CACnB;AAED,UAAU,oBAAoB;IAC5B,EAAE,EAAE,MAAM,CAAC;IACX,WAAW,EAAE,WAAW,CAAC;CAC1B;AAED,eAAO,MAAM,eAAe,EAAE,EAAE,CAAC,oBAAoB,CA6MpD,CAAC"}
@@ -0,0 +1,10 @@
1
+ import { ScannerCore } from '../../../types';
2
+ import { GridDescriptor } from './ScanResultsList';
3
+ interface ScanResultsRowProps {
4
+ index: number;
5
+ entry: ScannerCore;
6
+ gridDescriptor: GridDescriptor;
7
+ }
8
+ export declare const ScanResultsRow: import('react').NamedExoticComponent<ScanResultsRowProps>;
9
+ export {};
10
+ //# sourceMappingURL=ScanResultsRow.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ScanResultsRow.d.ts","sourceRoot":"","sources":["../../../../../src/app/scanner/results/list/ScanResultsRow.tsx"],"names":[],"mappings":"AASA,OAAO,EAAE,WAAW,EAAE,MAAM,gBAAgB,CAAC;AAK7C,OAAO,EAAE,cAAc,EAAE,MAAM,mBAAmB,CAAC;AAGnD,UAAU,mBAAmB;IAC3B,KAAK,EAAE,MAAM,CAAC;IACd,KAAK,EAAE,WAAW,CAAC;IACnB,cAAc,EAAE,cAAc,CAAC;CAChC;AAwED,eAAO,MAAM,cAAc,2DAAgC,CAAC"}
@@ -0,0 +1,117 @@
1
+ import { EventType } from '../transcript/types';
2
+ import { ModelUsage, Transcript } from '../types';
3
+ import { JsonValue, ChatMessageSystem, ChatMessageUser, ChatMessageAssistant, ChatMessageTool, Events } from '../types/log';
4
+ export type ErrorScope = "scanjobs" | "scanner" | "dataframe";
5
+ export type ScannerCore = ScannerCoreTranscript | ScannerCoreMessage | ScannerCoreMessages | ScannerCoreEvent | ScannerCoreEvents;
6
+ export type ValueType = "boolean" | "number" | "string" | "array" | "object" | "null";
7
+ export interface ScannerCoreBase {
8
+ uuid?: string;
9
+ inputType: "transcript" | "message" | "messages" | "event" | "events";
10
+ explanation?: string;
11
+ label?: string;
12
+ eventReferences: ScannerReference[];
13
+ messageReferences: ScannerReference[];
14
+ validationResult: boolean | Record<string, boolean>;
15
+ validationTarget: boolean | Record<string, boolean>;
16
+ value: string | boolean | number | null | unknown[] | object;
17
+ valueType: ValueType;
18
+ transcriptMetadata: Record<string, JsonValue>;
19
+ transcriptSourceId: string;
20
+ }
21
+ interface ScannerCoreTranscript extends ScannerCoreBase {
22
+ inputType: "transcript";
23
+ input: Transcript;
24
+ }
25
+ interface ScannerCoreMessage extends ScannerCoreBase {
26
+ inputType: "message";
27
+ input: MessageType;
28
+ }
29
+ interface ScannerCoreMessages extends ScannerCoreBase {
30
+ inputType: "messages";
31
+ input: MessageType[];
32
+ }
33
+ interface ScannerCoreEvent extends ScannerCoreBase {
34
+ inputType: "event";
35
+ input: EventType;
36
+ }
37
+ interface ScannerCoreEvents extends ScannerCoreBase {
38
+ inputType: "events";
39
+ input: EventType[];
40
+ }
41
+ export type ScannerData = ScannerDataTranscript | ScannerDataMessage | ScannerDataMessages | ScannerDataEvent | ScannerDataEvents;
42
+ export interface ScannerReference {
43
+ type: "message" | "event";
44
+ id: string;
45
+ cite: string;
46
+ }
47
+ export type MessageType = ChatMessageSystem | ChatMessageUser | ChatMessageAssistant | ChatMessageTool;
48
+ interface ScannerDataBase extends ScannerCoreBase {
49
+ answer?: string;
50
+ inputIds: string[];
51
+ metadata: Record<string, JsonValue>;
52
+ scanError?: string;
53
+ scanErrorTraceback?: string;
54
+ scanEvents: Events;
55
+ scanId: string;
56
+ scanMetadata: Record<string, JsonValue>;
57
+ scanModelUsage: Record<string, ModelUsage>;
58
+ scanTags: string[];
59
+ scanTotalTokens: number;
60
+ scannerFile: string;
61
+ scannerKey: string;
62
+ scannerName: string;
63
+ scannerParams: Record<string, JsonValue>;
64
+ transcriptId: string;
65
+ transcriptSourceUri: string;
66
+ }
67
+ interface ScannerDataTranscript extends ScannerDataBase {
68
+ inputType: "transcript";
69
+ input: Transcript;
70
+ }
71
+ interface ScannerDataMessage extends ScannerDataBase {
72
+ inputType: "message";
73
+ input: MessageType;
74
+ }
75
+ interface ScannerDataMessages extends ScannerDataBase {
76
+ inputType: "messages";
77
+ input: MessageType[];
78
+ }
79
+ interface ScannerDataEvent extends ScannerDataBase {
80
+ inputType: "event";
81
+ input: EventType;
82
+ }
83
+ interface ScannerDataEvents extends ScannerDataBase {
84
+ inputType: "events";
85
+ input: EventType[];
86
+ }
87
+ export declare function isTranscriptData(data: ScannerData): data is ScannerDataTranscript;
88
+ export declare function isMessageData(data: ScannerData): data is ScannerDataMessage;
89
+ export declare function isMessagesData(data: ScannerData): data is ScannerDataMessages;
90
+ export declare function isEventData(data: ScannerData): data is ScannerDataEvent;
91
+ export declare function isEventsData(data: ScannerData): data is ScannerDataEvents;
92
+ export declare function isStringValue(result: ScannerCore): result is ScannerCore & {
93
+ valueType: "string";
94
+ value: string;
95
+ };
96
+ export declare function isNumberValue(result: ScannerCore): result is ScannerCore & {
97
+ valueType: "number";
98
+ value: number;
99
+ };
100
+ export declare function isBooleanValue(result: ScannerCore): result is ScannerCore & {
101
+ valueType: "boolean";
102
+ value: boolean;
103
+ };
104
+ export declare function isNullValue(result: ScannerCore): result is ScannerCore & {
105
+ valueType: "null";
106
+ value: null;
107
+ };
108
+ export declare function isArrayValue(result: ScannerCore): result is ScannerCore & {
109
+ valueType: "array";
110
+ value: unknown[];
111
+ };
112
+ export declare function isObjectValue(result: ScannerCore): result is ScannerCore & {
113
+ valueType: "object";
114
+ value: object;
115
+ };
116
+ export {};
117
+ //# sourceMappingURL=types.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../src/app/types.ts"],"names":[],"mappings":"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"}
@@ -0,0 +1,3 @@
1
+ import { ColumnTable } from 'arquero';
2
+ export declare function expandResultsetRows(columnTable: ColumnTable): ColumnTable;
3
+ //# sourceMappingURL=arrow.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"arrow.d.ts","sourceRoot":"","sources":["../../../src/app/utils/arrow.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,WAAW,EAAQ,MAAM,SAAS,CAAC;AA6B5C,wBAAgB,mBAAmB,CAAC,WAAW,EAAE,WAAW,GAAG,WAAW,CAmGzE"}
@@ -0,0 +1,5 @@
1
+ import { MarkdownReference } from '../components/MarkdownDivWithReferences';
2
+ import { ScannerCore } from '../types';
3
+ export type MakeReferenceUrl = (ref: string, type: "message" | "event") => string | undefined;
4
+ export declare const toMarkdownRefs: (core: ScannerCore, makeReferenceUrl: MakeReferenceUrl) => MarkdownReference[];
5
+ //# sourceMappingURL=refs.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"refs.d.ts","sourceRoot":"","sources":["../../../src/app/utils/refs.tsx"],"names":[],"mappings":"AAIA,OAAO,EAAE,iBAAiB,EAAE,MAAM,yCAAyC,CAAC;AAC5E,OAAO,EAAE,WAAW,EAAE,MAAM,UAAU,CAAC;AAEvC,MAAM,MAAM,gBAAgB,GAAG,CAC7B,GAAG,EAAE,MAAM,EACX,IAAI,EAAE,SAAS,GAAG,OAAO,KACtB,MAAM,GAAG,SAAS,CAAC;AAExB,eAAO,MAAM,cAAc,GACzB,MAAM,WAAW,EACjB,kBAAkB,gBAAgB,wBAuBnC,CAAC"}
@@ -0,0 +1,7 @@
1
+ import { ScannerCore } from '../types';
2
+ export interface IdentifierInfo {
3
+ id: string;
4
+ epoch?: string;
5
+ }
6
+ export declare const resultIdentifier: (scannerCore: ScannerCore) => IdentifierInfo;
7
+ //# sourceMappingURL=results.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"results.d.ts","sourceRoot":"","sources":["../../../src/app/utils/results.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,WAAW,EAAE,MAAM,UAAU,CAAC;AAEvC,MAAM,WAAW,cAAc;IAC7B,EAAE,EAAE,MAAM,CAAC;IACX,KAAK,CAAC,EAAE,MAAM,CAAC;CAChB;AAED,eAAO,MAAM,gBAAgB,GAAI,aAAa,WAAW,KAAG,cAmB3D,CAAC"}
@@ -0,0 +1,8 @@
1
+ import { FC } from 'react';
2
+ import { ScannerCore } from '../types';
3
+ interface ExplanationProps {
4
+ result?: ScannerCore;
5
+ }
6
+ export declare const Explanation: FC<ExplanationProps>;
7
+ export {};
8
+ //# sourceMappingURL=Explanation.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Explanation.d.ts","sourceRoot":"","sources":["../../../src/app/values/Explanation.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,EAAE,EAAsB,MAAM,OAAO,CAAC;AAY/C,OAAO,EAAE,WAAW,EAAE,MAAM,UAAU,CAAC;AAGvC,UAAU,gBAAgB;IACxB,MAAM,CAAC,EAAE,WAAW,CAAC;CACtB;AAED,eAAO,MAAM,WAAW,EAAE,EAAE,CAAC,gBAAgB,CAoC5C,CAAC"}
@@ -0,0 +1,8 @@
1
+ import { FC } from 'react';
2
+ import { ScannerCore } from '../types';
3
+ interface IndentifierProps {
4
+ result: ScannerCore;
5
+ }
6
+ export declare const Identifier: FC<IndentifierProps>;
7
+ export {};
8
+ //# sourceMappingURL=Identifier.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Identifier.d.ts","sourceRoot":"","sources":["../../../src/app/values/Identifier.tsx"],"names":[],"mappings":"AACA,OAAO,EAAE,EAAE,EAAa,MAAM,OAAO,CAAC;AAEtC,OAAO,EAAE,WAAW,EAAE,MAAM,UAAU,CAAC;AAKvC,UAAU,gBAAgB;IACxB,MAAM,EAAE,WAAW,CAAC;CACrB;AAED,eAAO,MAAM,UAAU,EAAE,EAAE,CAAC,gBAAgB,CAgB3C,CAAC"}
@@ -0,0 +1,9 @@
1
+ import { FC } from 'react';
2
+ import { ScannerCore } from '../types';
3
+ interface ValueProps {
4
+ result: ScannerCore;
5
+ style: "inline" | "block";
6
+ }
7
+ export declare const Value: FC<ValueProps>;
8
+ export {};
9
+ //# sourceMappingURL=Value.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Value.d.ts","sourceRoot":"","sources":["../../../src/app/values/Value.tsx"],"names":[],"mappings":"AACA,OAAO,EAAE,EAAE,EAAgC,MAAM,OAAO,CAAC;AAYzD,OAAO,EACL,WAAW,EAOZ,MAAM,UAAU,CAAC;AAKlB,UAAU,UAAU;IAClB,MAAM,EAAE,WAAW,CAAC;IACpB,KAAK,EAAE,QAAQ,GAAG,OAAO,CAAC;CAC3B;AAID,eAAO,MAAM,KAAK,EAAE,EAAE,CAAC,UAAU,CA2ChC,CAAC"}
@@ -0,0 +1,14 @@
1
+ import { FC } from 'react';
2
+ import { ChatMessageAssistant, ChatMessageSystem, ChatMessageTool, ChatMessageUser } from '../types/log';
3
+ import { ChatViewToolCallStyle } from './types';
4
+ interface ChatMessageProps {
5
+ id: string;
6
+ message: ChatMessageAssistant | ChatMessageSystem | ChatMessageUser | ChatMessageTool;
7
+ toolMessages: ChatMessageTool[];
8
+ indented?: boolean;
9
+ toolCallStyle: ChatViewToolCallStyle;
10
+ allowLinking?: boolean;
11
+ }
12
+ export declare const ChatMessage: FC<ChatMessageProps>;
13
+ export {};
14
+ //# sourceMappingURL=ChatMessage.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ChatMessage.d.ts","sourceRoot":"","sources":["../../src/chat/ChatMessage.tsx"],"names":[],"mappings":"AACA,OAAO,EAAE,EAAE,EAA+B,MAAM,OAAO,CAAC;AAOxD,OAAO,EACL,oBAAoB,EACpB,iBAAiB,EACjB,eAAe,EACf,eAAe,EAChB,MAAM,cAAc,CAAC;AAItB,OAAO,EAAE,qBAAqB,EAAE,MAAM,SAAS,CAAC;AAEhD,UAAU,gBAAgB;IACxB,EAAE,EAAE,MAAM,CAAC;IACX,OAAO,EACH,oBAAoB,GACpB,iBAAiB,GACjB,eAAe,GACf,eAAe,CAAC;IACpB,YAAY,EAAE,eAAe,EAAE,CAAC;IAChC,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,aAAa,EAAE,qBAAqB,CAAC;IACrC,YAAY,CAAC,EAAE,OAAO,CAAC;CACxB;AAED,eAAO,MAAM,WAAW,EAAE,EAAE,CAAC,gBAAgB,CA4F5C,CAAC"}
@@ -0,0 +1,16 @@
1
+ import { FC } from 'react';
2
+ import { ContentRenderer } from '../content/types.ts';
3
+ import { ChatMessageAssistant, ChatMessageSystem, ChatMessageTool, ChatMessageUser } from '../types/log';
4
+ /**
5
+ * Renders chat messages as a ChatView component.
6
+ */
7
+ export declare const ChatMessageRenderer: ContentRenderer;
8
+ /**
9
+ * Represents a chat summary component that renders a list of chat messages.
10
+ */
11
+ export declare const ChatSummary: FC<{
12
+ id: string;
13
+ title?: string;
14
+ messages: (ChatMessageAssistant | ChatMessageUser | ChatMessageSystem | ChatMessageTool)[];
15
+ }>;
16
+ //# sourceMappingURL=ChatMessageRenderer.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ChatMessageRenderer.d.ts","sourceRoot":"","sources":["../../src/chat/ChatMessageRenderer.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,EAAE,EAAE,MAAM,OAAO,CAAC;AAG3B,OAAO,EAAW,eAAe,EAAE,MAAM,qBAAqB,CAAC;AAC/D,OAAO,EACL,oBAAoB,EACpB,iBAAiB,EACjB,eAAe,EACf,eAAe,EAChB,MAAM,cAAc,CAAC;AAItB;;GAEG;AACH,eAAO,MAAM,mBAAmB,EAAE,eA0BjC,CAAC;AAEF;;GAEG;AACH,eAAO,MAAM,WAAW,EAAE,EAAE,CAAC;IAC3B,EAAE,EAAE,MAAM,CAAC;IACX,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,QAAQ,EAAE,CACN,oBAAoB,GACpB,eAAe,GACf,iBAAiB,GACjB,eAAe,CAClB,EAAE,CAAC;CACL,CAWA,CAAC"}
@@ -0,0 +1,19 @@
1
+ import { FC } from 'react';
2
+ import { ResolvedMessage } from './messages';
3
+ import { ChatViewToolCallStyle } from './types';
4
+ interface ChatMessageRowProps {
5
+ parentName: string;
6
+ label?: string;
7
+ resolvedMessage: ResolvedMessage;
8
+ toolCallStyle: ChatViewToolCallStyle;
9
+ indented?: boolean;
10
+ padded?: boolean;
11
+ highlightUserMessage?: boolean;
12
+ allowLinking?: boolean;
13
+ }
14
+ /**
15
+ * Renders the ChatMessage component.
16
+ */
17
+ export declare const ChatMessageRow: FC<ChatMessageRowProps>;
18
+ export {};
19
+ //# sourceMappingURL=ChatMessageRow.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ChatMessageRow.d.ts","sourceRoot":"","sources":["../../src/chat/ChatMessageRow.tsx"],"names":[],"mappings":"AACA,OAAO,EAAE,EAAE,EAAE,MAAM,OAAO,CAAC;AAI3B,OAAO,EAAE,eAAe,EAAE,MAAM,YAAY,CAAC;AAC7C,OAAO,EAAE,qBAAqB,EAAE,MAAM,SAAS,CAAC;AAEhD,UAAU,mBAAmB;IAC3B,UAAU,EAAE,MAAM,CAAC;IACnB,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,eAAe,EAAE,eAAe,CAAC;IACjC,aAAa,EAAE,qBAAqB,CAAC;IACrC,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,MAAM,CAAC,EAAE,OAAO,CAAC;IACjB,oBAAoB,CAAC,EAAE,OAAO,CAAC;IAC/B,YAAY,CAAC,EAAE,OAAO,CAAC;CACxB;AAED;;GAEG;AACH,eAAO,MAAM,cAAc,EAAE,EAAE,CAAC,mBAAmB,CAsElD,CAAC"}
@@ -0,0 +1,21 @@
1
+ import { FC } from 'react';
2
+ import { Messages } from '../types/log';
3
+ import { ChatViewToolCallStyle } from './types';
4
+ interface ChatViewProps {
5
+ id?: string;
6
+ messages: Messages;
7
+ toolCallStyle?: ChatViewToolCallStyle;
8
+ resolveToolCallsIntoPreviousMessage?: boolean;
9
+ title?: string;
10
+ indented?: boolean;
11
+ labeled?: boolean;
12
+ className?: string | string[];
13
+ allowLinking?: boolean;
14
+ messageLabels?: Record<string, string>;
15
+ }
16
+ /**
17
+ * Renders the ChatView component.
18
+ */
19
+ export declare const ChatView: FC<ChatViewProps>;
20
+ export {};
21
+ //# sourceMappingURL=ChatView.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ChatView.d.ts","sourceRoot":"","sources":["../../src/chat/ChatView.tsx"],"names":[],"mappings":"AACA,OAAO,EAAE,EAAE,EAAE,MAAM,OAAO,CAAC;AAE3B,OAAO,EAAE,QAAQ,EAAE,MAAM,cAAc,CAAC;AAIxC,OAAO,EAAE,qBAAqB,EAAE,MAAM,SAAS,CAAC;AAEhD,UAAU,aAAa;IACrB,EAAE,CAAC,EAAE,MAAM,CAAC;IACZ,QAAQ,EAAE,QAAQ,CAAC;IACnB,aAAa,CAAC,EAAE,qBAAqB,CAAC;IACtC,mCAAmC,CAAC,EAAE,OAAO,CAAC;IAC9C,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,OAAO,CAAC,EAAE,OAAO,CAAC;IAClB,SAAS,CAAC,EAAE,MAAM,GAAG,MAAM,EAAE,CAAC;IAC9B,YAAY,CAAC,EAAE,OAAO,CAAC;IACvB,aAAa,CAAC,EAAE,MAAM,CAAC,MAAM,EAAE,MAAM,CAAC,CAAC;CACxC;AAED;;GAEG;AACH,eAAO,MAAM,QAAQ,EAAE,EAAE,CAAC,aAAa,CA2CtC,CAAC"}
@@ -0,0 +1,30 @@
1
+ import { FC, RefObject } from 'react';
2
+ import { VirtuosoHandle } from 'react-virtuoso';
3
+ import { Messages } from '../types/log';
4
+ import { ChatViewToolCallStyle } from './types';
5
+ interface ChatViewVirtualListProps {
6
+ id: string;
7
+ className?: string | string[];
8
+ messages: Messages;
9
+ initialMessageId?: string | null;
10
+ topOffset?: number;
11
+ toolCallStyle: ChatViewToolCallStyle;
12
+ indented: boolean;
13
+ numbered?: boolean;
14
+ scrollRef?: RefObject<HTMLDivElement | null>;
15
+ running?: boolean;
16
+ getMessageUrl?: (id: string) => string | undefined;
17
+ allowLinking?: boolean;
18
+ labeled?: boolean;
19
+ messageLabels?: Record<string, string>;
20
+ }
21
+ interface ChatViewVirtualListComponentProps extends ChatViewVirtualListProps {
22
+ listHandle: RefObject<VirtuosoHandle | null>;
23
+ }
24
+ export declare const ChatViewVirtualList: FC<ChatViewVirtualListProps>;
25
+ /**
26
+ * Renders the ChatViewVirtualList component.
27
+ */
28
+ export declare const ChatViewVirtualListComponent: FC<ChatViewVirtualListComponentProps>;
29
+ export {};
30
+ //# sourceMappingURL=ChatViewVirtualList.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ChatViewVirtualList.d.ts","sourceRoot":"","sources":["../../src/chat/ChatViewVirtualList.tsx"],"names":[],"mappings":"AACA,OAAO,EACL,EAAE,EAGF,SAAS,EAKV,MAAM,OAAO,CAAC;AACf,OAAO,EAA0B,cAAc,EAAE,MAAM,gBAAgB,CAAC;AAGxE,OAAO,EAAE,QAAQ,EAAE,MAAM,cAAc,CAAC;AAKxC,OAAO,EAAE,qBAAqB,EAAE,MAAM,SAAS,CAAC;AAEhD,UAAU,wBAAwB;IAChC,EAAE,EAAE,MAAM,CAAC;IACX,SAAS,CAAC,EAAE,MAAM,GAAG,MAAM,EAAE,CAAC;IAC9B,QAAQ,EAAE,QAAQ,CAAC;IACnB,gBAAgB,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACjC,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,aAAa,EAAE,qBAAqB,CAAC;IACrC,QAAQ,EAAE,OAAO,CAAC;IAClB,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,SAAS,CAAC,EAAE,SAAS,CAAC,cAAc,GAAG,IAAI,CAAC,CAAC;IAC7C,OAAO,CAAC,EAAE,OAAO,CAAC;IAClB,aAAa,CAAC,EAAE,CAAC,EAAE,EAAE,MAAM,KAAK,MAAM,GAAG,SAAS,CAAC;IACnD,YAAY,CAAC,EAAE,OAAO,CAAC;IACvB,OAAO,CAAC,EAAE,OAAO,CAAC;IAClB,aAAa,CAAC,EAAE,MAAM,CAAC,MAAM,EAAE,MAAM,CAAC,CAAC;CACxC;AAED,UAAU,iCAAkC,SAAQ,wBAAwB;IAC1E,UAAU,EAAE,SAAS,CAAC,cAAc,GAAG,IAAI,CAAC,CAAC;CAC9C;AAED,eAAO,MAAM,mBAAmB,EAAE,EAAE,CAAC,wBAAwB,CA2E5D,CAAC;AAEF;;GAEG;AACH,eAAO,MAAM,4BAA4B,EAAE,EAAE,CAAC,iCAAiC,CAuG5E,CAAC"}
@@ -0,0 +1,8 @@
1
+ import { FC } from 'react';
2
+ export interface JsonMessageContentProps {
3
+ json: any;
4
+ id: string;
5
+ className?: string | string[];
6
+ }
7
+ export declare const JsonMessageContent: FC<JsonMessageContentProps>;
8
+ //# sourceMappingURL=JsonMessageContent.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"JsonMessageContent.d.ts","sourceRoot":"","sources":["../../src/chat/JsonMessageContent.tsx"],"names":[],"mappings":"AACA,OAAO,EAAE,EAAE,EAAE,MAAM,OAAO,CAAC;AAM3B,MAAM,WAAW,uBAAuB;IACtC,IAAI,EAAE,GAAG,CAAC;IACV,EAAE,EAAE,MAAM,CAAC;IACX,SAAS,CAAC,EAAE,MAAM,GAAG,MAAM,EAAE,CAAC;CAC/B;AAED,eAAO,MAAM,kBAAkB,EAAE,EAAE,CAAC,uBAAuB,CAa1D,CAAC"}
@@ -0,0 +1,7 @@
1
+ import { FC } from 'react';
2
+ import { Citation } from './types';
3
+ export interface MessageCitationsProps {
4
+ citations: Citation[];
5
+ }
6
+ export declare const MessageCitations: FC<MessageCitationsProps>;
7
+ //# sourceMappingURL=MessageCitations.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"MessageCitations.d.ts","sourceRoot":"","sources":["../../src/chat/MessageCitations.tsx"],"names":[],"mappings":"AACA,OAAO,EAAE,EAAE,EAA6C,MAAM,OAAO,CAAC;AAMtE,OAAO,EAAE,QAAQ,EAAE,MAAM,SAAS,CAAC;AAEnC,MAAM,WAAW,qBAAqB;IACpC,SAAS,EAAE,QAAQ,EAAE,CAAC;CACvB;AAED,eAAO,MAAM,gBAAgB,EAAE,EAAE,CAAC,qBAAqB,CAetD,CAAC"}
@@ -0,0 +1,19 @@
1
+ import { FC } from 'react';
2
+ import { ContentTool } from '../types';
3
+ import { ContentAudio, ContentData, ContentDocument, ContentImage, ContentReasoning, ContentText, ContentToolUse, ContentVideo } from '../types/log';
4
+ import { MessagesContext } from './MessageContents';
5
+ type ContentObject = ContentText | ContentReasoning | ContentImage | ContentAudio | ContentVideo | ContentDocument | ContentTool | ContentData | ContentToolUse;
6
+ type Contents = string | string[] | ContentObject[];
7
+ interface MessageContentProps {
8
+ contents: Contents;
9
+ context: MessagesContext;
10
+ }
11
+ export declare const isMessageContent: (content: unknown) => content is ContentObject;
12
+ /**
13
+ * Renders message content based on its type.
14
+ * Supports rendering strings, images, and tools using specific renderers.
15
+ */
16
+ export declare const MessageContent: FC<MessageContentProps>;
17
+ export type DistributiveOmit<TObj, TKey extends PropertyKey> = TObj extends any ? Omit<TObj, TKey> : never;
18
+ export {};
19
+ //# sourceMappingURL=MessageContent.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"MessageContent.d.ts","sourceRoot":"","sources":["../../src/chat/MessageContent.tsx"],"names":[],"mappings":"AACA,OAAO,EAAE,EAAE,EAAuB,MAAM,OAAO,CAAC;AAIhD,OAAO,EAAE,WAAW,EAAE,MAAM,UAAU,CAAC;AACvC,OAAO,EACL,YAAY,EACZ,WAAW,EACX,eAAe,EACf,YAAY,EACZ,gBAAgB,EAChB,WAAW,EACX,cAAc,EACd,YAAY,EAGb,MAAM,cAAc,CAAC;AAQtB,OAAO,EAAE,eAAe,EAAE,MAAM,mBAAmB,CAAC;AAKpD,KAAK,aAAa,GACd,WAAW,GACX,gBAAgB,GAChB,YAAY,GACZ,YAAY,GACZ,YAAY,GACZ,eAAe,GACf,WAAW,GACX,WAAW,GACX,cAAc,CAAC;AAInB,KAAK,QAAQ,GAAG,MAAM,GAAG,MAAM,EAAE,GAAG,aAAa,EAAE,CAAC;AAEpD,UAAU,mBAAmB;IAC3B,QAAQ,EAAE,QAAQ,CAAC;IACnB,OAAO,EAAE,eAAe,CAAC;CAC1B;AAED,eAAO,MAAM,gBAAgB,GAC3B,SAAS,OAAO,KACf,OAAO,IAAI,aAOb,CAAC;AAEF;;;GAGG;AACH,eAAO,MAAM,cAAc,EAAE,EAAE,CAAC,mBAAmB,CAoDlD,CAAC;AAwQF,MAAM,MAAM,gBAAgB,CAAC,IAAI,EAAE,IAAI,SAAS,WAAW,IAAI,IAAI,SAAS,GAAG,GAC3E,IAAI,CAAC,IAAI,EAAE,IAAI,CAAC,GAChB,KAAK,CAAC"}
@@ -0,0 +1,19 @@
1
+ import { FC } from 'react';
2
+ import { ChatMessageAssistant, ChatMessageSystem, ChatMessageTool, ChatMessageUser } from '../types/log';
3
+ import { ChatViewToolCallStyle, Citation } from './types';
4
+ interface MessageContentsProps {
5
+ id: string;
6
+ message: ChatMessageAssistant | ChatMessageSystem | ChatMessageUser | ChatMessageTool;
7
+ toolMessages: ChatMessageTool[];
8
+ toolCallStyle: ChatViewToolCallStyle;
9
+ }
10
+ export interface MessagesContext {
11
+ citations: Citation[];
12
+ }
13
+ export declare const defaultContext: () => {
14
+ citeOffset: number;
15
+ citations: any[];
16
+ };
17
+ export declare const MessageContents: FC<MessageContentsProps>;
18
+ export {};
19
+ //# sourceMappingURL=MessageContents.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"MessageContents.d.ts","sourceRoot":"","sources":["../../src/chat/MessageContents.tsx"],"names":[],"mappings":"AACA,OAAO,EAAE,EAAE,EAAY,MAAM,OAAO,CAAC;AAGrC,OAAO,EACL,oBAAoB,EACpB,iBAAiB,EACjB,eAAe,EACf,eAAe,EAChB,MAAM,cAAc,CAAC;AAMtB,OAAO,EAAE,qBAAqB,EAAE,QAAQ,EAAE,MAAM,SAAS,CAAC;AAE1D,UAAU,oBAAoB;IAC5B,EAAE,EAAE,MAAM,CAAC;IACX,OAAO,EACH,oBAAoB,GACpB,iBAAiB,GACjB,eAAe,GACf,eAAe,CAAC;IACpB,YAAY,EAAE,eAAe,EAAE,CAAC;IAChC,aAAa,EAAE,qBAAqB,CAAC;CACtC;AAED,MAAM,WAAW,eAAe;IAC9B,SAAS,EAAE,QAAQ,EAAE,CAAC;CACvB;AAED,eAAO,MAAM,cAAc;;;CAK1B,CAAC;AAEF,eAAO,MAAM,eAAe,EAAE,EAAE,CAAC,oBAAoB,CA0EpD,CAAC"}
@@ -0,0 +1,20 @@
1
+ import { FC, ReactNode } from 'react';
2
+ import { ContentData } from '../../types/log';
3
+ export interface ContentDataProps {
4
+ id: string;
5
+ contentData: ContentData;
6
+ }
7
+ interface RenderableData {
8
+ type: string;
9
+ name?: string;
10
+ [key: string]: any;
11
+ }
12
+ export declare const ContentDataView: FC<ContentDataProps>;
13
+ interface ContentDataRenderer {
14
+ name: string;
15
+ canRender: (data: RenderableData) => boolean;
16
+ render: (data: RenderableData) => ReactNode;
17
+ }
18
+ export declare const contentDataRenderers: ContentDataRenderer[];
19
+ export {};
20
+ //# sourceMappingURL=ContentDataView.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ContentDataView.d.ts","sourceRoot":"","sources":["../../../src/chat/content-data/ContentDataView.tsx"],"names":[],"mappings":"AACA,OAAO,EAAE,EAAE,EAAE,SAAS,EAAE,MAAM,OAAO,CAAC;AAGtC,OAAO,EAAE,WAAW,EAAE,MAAM,iBAAiB,CAAC;AAM9C,MAAM,WAAW,gBAAgB;IAC/B,EAAE,EAAE,MAAM,CAAC;IACX,WAAW,EAAE,WAAW,CAAC;CAC1B;AAED,UAAU,cAAc;IACtB,IAAI,EAAE,MAAM,CAAC;IACb,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,CAAC,GAAG,EAAE,MAAM,GAAG,GAAG,CAAC;CACpB;AAED,eAAO,MAAM,eAAe,EAAE,EAAE,CAAC,gBAAgB,CA0BhD,CAAC;AAKF,UAAU,mBAAmB;IAC3B,IAAI,EAAE,MAAM,CAAC;IACb,SAAS,EAAE,CAAC,IAAI,EAAE,cAAc,KAAK,OAAO,CAAC;IAC7C,MAAM,EAAE,CAAC,IAAI,EAAE,cAAc,KAAK,SAAS,CAAC;CAC7C;AAmDD,eAAO,MAAM,oBAAoB,EAAE,mBAAmB,EAIrD,CAAC"}
@@ -0,0 +1,5 @@
1
+ import { FC } from 'react';
2
+ export declare const WebSearch: FC<{
3
+ query: string;
4
+ }>;
5
+ //# sourceMappingURL=WebSearch.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"WebSearch.d.ts","sourceRoot":"","sources":["../../../src/chat/content-data/WebSearch.tsx"],"names":[],"mappings":"AACA,OAAO,EAAE,EAAE,EAAE,MAAM,OAAO,CAAC;AAI3B,eAAO,MAAM,SAAS,EAAE,EAAE,CAAC;IAAE,KAAK,EAAE,MAAM,CAAA;CAAE,CAS3C,CAAC"}
@@ -0,0 +1,10 @@
1
+ import { FC } from 'react';
2
+ export interface WebSearchContentData {
3
+ title: string;
4
+ url: string;
5
+ page_age: string;
6
+ }
7
+ export declare const WebSearchResults: FC<{
8
+ results: WebSearchContentData[];
9
+ }>;
10
+ //# sourceMappingURL=WebSearchResults.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"WebSearchResults.d.ts","sourceRoot":"","sources":["../../../src/chat/content-data/WebSearchResults.tsx"],"names":[],"mappings":"AACA,OAAO,EAAE,EAAE,EAAE,MAAM,OAAO,CAAC;AAI3B,MAAM,WAAW,oBAAoB;IACnC,KAAK,EAAE,MAAM,CAAC;IACd,GAAG,EAAE,MAAM,CAAC;IACZ,QAAQ,EAAE,MAAM,CAAC;CAClB;AAED,eAAO,MAAM,gBAAgB,EAAE,EAAE,CAAC;IAAE,OAAO,EAAE,oBAAoB,EAAE,CAAA;CAAE,CAsCpE,CAAC"}
@@ -0,0 +1,9 @@
1
+ import { FC } from 'react';
2
+ import { ContentDocument } from '../../types/log';
3
+ interface ContentDocumentProps {
4
+ id: string;
5
+ document: ContentDocument;
6
+ }
7
+ export declare const ContentDocumentView: FC<ContentDocumentProps>;
8
+ export {};
9
+ //# sourceMappingURL=ContentDocumentView.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ContentDocumentView.d.ts","sourceRoot":"","sources":["../../../src/chat/documents/ContentDocumentView.tsx"],"names":[],"mappings":"AACA,OAAO,EAAE,EAAE,EAAa,MAAM,OAAO,CAAC;AAGtC,OAAO,EAAE,eAAe,EAAE,MAAM,iBAAiB,CAAC;AAKlD,UAAU,oBAAoB;IAC5B,EAAE,EAAE,MAAM,CAAC;IACX,QAAQ,EAAE,eAAe,CAAC;CAC3B;AAED,eAAO,MAAM,mBAAmB,EAAE,EAAE,CAAC,oBAAoB,CAyBxD,CAAC"}