@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,49 @@
1
+ import { FC, JSX } from 'react';
2
+ import { JsonChange } from '../../types/log';
3
+ interface Signature {
4
+ remove: string[];
5
+ replace: string[];
6
+ add: string[];
7
+ }
8
+ interface ChangeType {
9
+ type: string;
10
+ signature?: Signature;
11
+ match?: (changes: JsonChange[]) => boolean;
12
+ render: (changes: JsonChange[], state: Record<string, unknown>) => JSX.Element;
13
+ }
14
+ export declare const RenderableChangeTypes: ChangeType[];
15
+ export declare const StoreSpecificRenderableTypes: ChangeType[];
16
+ interface ToolParameters {
17
+ type: string;
18
+ properties: {
19
+ code: ToolProperty;
20
+ };
21
+ required: string[];
22
+ }
23
+ interface ToolProperty {
24
+ type: string;
25
+ description: string;
26
+ }
27
+ interface ToolDefinition {
28
+ name: string;
29
+ description: string;
30
+ parameters?: ToolParameters;
31
+ }
32
+ interface ToolsProps {
33
+ toolDefinitions: ToolDefinition[];
34
+ }
35
+ /**
36
+ * Renders a list of tool components based on the provided tool definitions.
37
+ */
38
+ export declare const Tools: FC<ToolsProps>;
39
+ interface ToolProps {
40
+ toolName: string;
41
+ toolArgs?: string[];
42
+ toolDesc?: string;
43
+ }
44
+ /**
45
+ * Renders a single tool component.
46
+ */
47
+ export declare const Tool: FC<ToolProps>;
48
+ export {};
49
+ //# sourceMappingURL=StateEventRenderers.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"StateEventRenderers.d.ts","sourceRoot":"","sources":["../../../src/transcript/state/StateEventRenderers.tsx"],"names":[],"mappings":"AACA,OAAO,EAAE,EAAE,EAAY,GAAG,EAAa,MAAM,OAAO,CAAC;AAOrD,OAAO,EAAE,UAAU,EAAY,MAAM,iBAAiB,CAAC;AAIvD,UAAU,SAAS;IACjB,MAAM,EAAE,MAAM,EAAE,CAAC;IACjB,OAAO,EAAE,MAAM,EAAE,CAAC;IAClB,GAAG,EAAE,MAAM,EAAE,CAAC;CACf;AAED,UAAU,UAAU;IAClB,IAAI,EAAE,MAAM,CAAC;IACb,SAAS,CAAC,EAAE,SAAS,CAAC;IACtB,KAAK,CAAC,EAAE,CAAC,OAAO,EAAE,UAAU,EAAE,KAAK,OAAO,CAAC;IAC3C,MAAM,EAAE,CACN,OAAO,EAAE,UAAU,EAAE,EACrB,KAAK,EAAE,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,KAC3B,GAAG,CAAC,OAAO,CAAC;CAClB;AA8PD,eAAO,MAAM,qBAAqB,EAAE,UAAU,EAO7C,CAAC;AAEF,eAAO,MAAM,4BAA4B,EAAE,UAAU,EAEpD,CAAC;AAEF,UAAU,cAAc;IACtB,IAAI,EAAE,MAAM,CAAC;IACb,UAAU,EAAE;QACV,IAAI,EAAE,YAAY,CAAC;KACpB,CAAC;IACF,QAAQ,EAAE,MAAM,EAAE,CAAC;CACpB;AAED,UAAU,YAAY;IACpB,IAAI,EAAE,MAAM,CAAC;IACb,WAAW,EAAE,MAAM,CAAC;CACrB;AAED,UAAU,cAAc;IACtB,IAAI,EAAE,MAAM,CAAC;IACb,WAAW,EAAE,MAAM,CAAC;IACpB,UAAU,CAAC,EAAE,cAAc,CAAC;CAC7B;AAED,UAAU,UAAU;IAClB,eAAe,EAAE,cAAc,EAAE,CAAC;CACnC;AACD;;GAEG;AACH,eAAO,MAAM,KAAK,EAAE,EAAE,CAAC,UAAU,CAkBhC,CAAC;AAEF,UAAU,SAAS;IACjB,QAAQ,EAAE,MAAM,CAAC;IACjB,QAAQ,CAAC,EAAE,MAAM,EAAE,CAAC;IACpB,QAAQ,CAAC,EAAE,MAAM,CAAC;CACnB;AACD;;GAEG;AACH,eAAO,MAAM,IAAI,EAAE,EAAE,CAAC,SAAS,CAU9B,CAAC"}
@@ -0,0 +1,14 @@
1
+ import { FC } from 'react';
2
+ import { StateEvent, StoreEvent } from '../../types/log';
3
+ import { EventNode } from '../types';
4
+ interface StateEventViewProps {
5
+ eventNode: EventNode<StateEvent | StoreEvent>;
6
+ isStore?: boolean;
7
+ className?: string | string[];
8
+ }
9
+ /**
10
+ * Renders the StateEventView component.
11
+ */
12
+ export declare const StateEventView: FC<StateEventViewProps>;
13
+ export {};
14
+ //# sourceMappingURL=StateEventView.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"StateEventView.d.ts","sourceRoot":"","sources":["../../../src/transcript/state/StateEventView.tsx"],"names":[],"mappings":"AACA,OAAO,EAAE,EAAE,EAAsB,MAAM,OAAO,CAAC;AAG/C,OAAO,EAIL,UAAU,EACV,UAAU,EACX,MAAM,iBAAiB,CAAC;AAGzB,OAAO,EAAE,SAAS,EAA4B,MAAM,UAAU,CAAC;AAS/D,UAAU,mBAAmB;IAC3B,SAAS,EAAE,SAAS,CAAC,UAAU,GAAG,UAAU,CAAC,CAAC;IAC9C,OAAO,CAAC,EAAE,OAAO,CAAC;IAClB,SAAS,CAAC,EAAE,MAAM,GAAG,MAAM,EAAE,CAAC;CAC/B;AAED;;GAEG;AACH,eAAO,MAAM,cAAc,EAAE,EAAE,CAAC,mBAAmB,CAgElD,CAAC"}
@@ -0,0 +1,7 @@
1
+ import { Events } from '../../types/log';
2
+ export declare const kSandboxSignalName = "53787D8A-D3FC-426D-B383-9F880B70E4AA";
3
+ /**
4
+ * Normalizes event content
5
+ */
6
+ export declare const fixupEventStream: (events: Events, filterPending?: boolean) => Events;
7
+ //# sourceMappingURL=fixups.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"fixups.d.ts","sourceRoot":"","sources":["../../../src/transcript/transform/fixups.ts"],"names":[],"mappings":"AAEA,OAAO,EACL,MAAM,EAIP,MAAM,iBAAiB,CAAC;AAKzB,eAAO,MAAM,kBAAkB,yCAAyC,CAAC;AAEzE;;GAEG;AACH,eAAO,MAAM,gBAAgB,GAC3B,QAAQ,MAAM,EACd,gBAAe,OAAc,WAW9B,CAAC"}
@@ -0,0 +1,16 @@
1
+ import { EventNode } from '../types';
2
+ export interface TreeNodeVisitor {
3
+ visit: (node: EventNode, parent?: EventNode) => EventNode[];
4
+ flush?: () => EventNode[];
5
+ }
6
+ /**
7
+ * Flatten the tree structure into a flat array of EventNode objects
8
+ * Each node in the result will have its children set properly
9
+ * @param eventNodes - The event nodes to flatten
10
+ * @param collapsed - Record indicating which nodes are collapsed
11
+ * @param visitors - Array of visitors to apply to each node
12
+ * @param parentNode - The parent node of the current nodes being processed
13
+ * @returns An array of EventNode objects
14
+ */
15
+ export declare const flatTree: (eventNodes: EventNode[], collapsed: Record<string, boolean> | null, visitors?: TreeNodeVisitor[], parentNode?: EventNode) => EventNode[];
16
+ //# sourceMappingURL=flatten.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"flatten.d.ts","sourceRoot":"","sources":["../../../src/transcript/transform/flatten.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,SAAS,EAAE,MAAM,UAAU,CAAC;AAErC,MAAM,WAAW,eAAe;IAC9B,KAAK,EAAE,CAAC,IAAI,EAAE,SAAS,EAAE,MAAM,CAAC,EAAE,SAAS,KAAK,SAAS,EAAE,CAAC;IAC5D,KAAK,CAAC,EAAE,MAAM,SAAS,EAAE,CAAC;CAC3B;AAED;;;;;;;;GAQG;AACH,eAAO,MAAM,QAAQ,GACnB,YAAY,SAAS,EAAE,EACvB,WAAW,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,GAAG,IAAI,EACzC,WAAW,eAAe,EAAE,EAC5B,aAAa,SAAS,KACrB,SAAS,EAgDX,CAAC"}
@@ -0,0 +1,7 @@
1
+ import { Events } from '../../types/log';
2
+ import { EventNode, EventType } from '../types';
3
+ export declare const useEventNodes: (events: Events, running: boolean) => {
4
+ eventNodes: EventNode<EventType>[];
5
+ defaultCollapsedIds: Record<string, true>;
6
+ };
7
+ //# sourceMappingURL=hooks.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"hooks.d.ts","sourceRoot":"","sources":["../../../src/transcript/transform/hooks.ts"],"names":[],"mappings":"AAEA,OAAO,EACL,MAAM,EAKP,MAAM,iBAAiB,CAAC;AACzB,OAAO,EAAE,SAAS,EAAE,SAAS,EAA0B,MAAM,UAAU,CAAC;AAKxE,eAAO,MAAM,aAAa,GAAI,QAAQ,MAAM,EAAE,SAAS,OAAO;;;CAyD7D,CAAC"}
@@ -0,0 +1,3 @@
1
+ import { EventNode } from '../types';
2
+ export declare const transformTree: (roots: EventNode[]) => EventNode[];
3
+ //# sourceMappingURL=transform.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"transform.d.ts","sourceRoot":"","sources":["../../../src/transcript/transform/transform.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,SAAS,EAAE,MAAM,UAAU,CAAC;AAerC,eAAO,MAAM,aAAa,GAAI,OAAO,SAAS,EAAE,KAAG,SAAS,EAwD3D,CAAC"}
@@ -0,0 +1,4 @@
1
+ import { Events } from '../../types/log';
2
+ import { EventNode } from '../types';
3
+ export declare function treeifyEvents(events: Events, depth: number): EventNode[];
4
+ //# sourceMappingURL=treeify.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"treeify.d.ts","sourceRoot":"","sources":["../../../src/transcript/transform/treeify.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,MAAM,EAAgC,MAAM,iBAAiB,CAAC;AACvE,OAAO,EAAE,SAAS,EAAa,MAAM,UAAU,CAAC;AAahD,wBAAgB,aAAa,CAAC,MAAM,EAAE,MAAM,EAAE,KAAK,EAAE,MAAM,GAAG,SAAS,EAAE,CAWxE"}
@@ -0,0 +1,19 @@
1
+ import { Events } from '../../types/log';
2
+ export declare const STEP = "step";
3
+ export declare const ACTION_BEGIN = "begin";
4
+ export declare const SPAN_BEGIN = "span_begin";
5
+ export declare const SPAN_END = "span_end";
6
+ export declare const TOOL = "tool";
7
+ export declare const SUBTASK = "subtask";
8
+ export declare const STORE = "store";
9
+ export declare const STATE = "state";
10
+ export declare const TYPE_TOOL = "tool";
11
+ export declare const TYPE_SUBTASK = "subtask";
12
+ export declare const TYPE_SOLVER = "solver";
13
+ export declare const TYPE_SOLVERS = "solvers";
14
+ export declare const TYPE_AGENT = "agent";
15
+ export declare const TYPE_HANDOFF = "handoff";
16
+ export declare const TYPE_SCORERS = "scorers";
17
+ export declare const TYPE_SCORER = "scorer";
18
+ export declare const hasSpans: (events: Events) => boolean;
19
+ //# sourceMappingURL=utils.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"utils.d.ts","sourceRoot":"","sources":["../../../src/transcript/transform/utils.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,MAAM,EAAE,MAAM,iBAAiB,CAAC;AAGzC,eAAO,MAAM,IAAI,SAAS,CAAC;AAC3B,eAAO,MAAM,YAAY,UAAU,CAAC;AAEpC,eAAO,MAAM,UAAU,eAAe,CAAC;AACvC,eAAO,MAAM,QAAQ,aAAa,CAAC;AACnC,eAAO,MAAM,IAAI,SAAS,CAAC;AAC3B,eAAO,MAAM,OAAO,YAAY,CAAC;AACjC,eAAO,MAAM,KAAK,UAAU,CAAC;AAC7B,eAAO,MAAM,KAAK,UAAU,CAAC;AAE7B,eAAO,MAAM,SAAS,SAAS,CAAC;AAChC,eAAO,MAAM,YAAY,YAAY,CAAC;AACtC,eAAO,MAAM,WAAW,WAAW,CAAC;AACpC,eAAO,MAAM,YAAY,YAAY,CAAC;AACtC,eAAO,MAAM,UAAU,UAAU,CAAC;AAClC,eAAO,MAAM,YAAY,YAAY,CAAC;AACtC,eAAO,MAAM,YAAY,YAAY,CAAC;AACtC,eAAO,MAAM,WAAW,WAAW,CAAC;AAEpC,eAAO,MAAM,QAAQ,GAAI,QAAQ,MAAM,KAAG,OAEzC,CAAC"}
@@ -0,0 +1,24 @@
1
+ import { ApprovalEvent, Changes, ErrorEvent, InfoEvent, InputEvent, LoggerEvent, ModelEvent, SampleInitEvent, SampleLimitEvent, SandboxEvent, ScoreEvent, ScoreEditEvent, SpanBeginEvent, SpanEndEvent, StateEvent, StepEvent, StoreEvent, SubtaskEvent, ToolEvent } from '../types/log';
2
+ export interface StateManager {
3
+ scope: string;
4
+ getState(): object;
5
+ initializeState(state: object): void;
6
+ applyChanges(changes: Changes): object;
7
+ }
8
+ export declare const kTranscriptCollapseScope = "transcript-collapse";
9
+ export declare const kTranscriptOutlineCollapseScope = "transcript-outline";
10
+ export declare const kCollapsibleEventTypes: string[];
11
+ export type EventType = SampleInitEvent | SampleLimitEvent | StateEvent | StoreEvent | ModelEvent | LoggerEvent | InfoEvent | StepEvent | SubtaskEvent | ScoreEvent | ScoreEditEvent | ToolEvent | InputEvent | ErrorEvent | ApprovalEvent | SandboxEvent | SpanBeginEvent | SpanEndEvent;
12
+ export declare class EventNode<T extends EventType = EventType> {
13
+ id: string;
14
+ event: T;
15
+ children: EventNode<EventType>[];
16
+ depth: number;
17
+ constructor(id: string, event: T, depth: number);
18
+ }
19
+ export interface TranscriptEventState {
20
+ selectedNav?: string;
21
+ collapsed?: boolean;
22
+ }
23
+ export type TranscriptState = Record<string, TranscriptEventState>;
24
+ //# sourceMappingURL=types.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../src/transcript/types.ts"],"names":[],"mappings":"AAAA,OAAO,EACL,aAAa,EACb,OAAO,EACP,UAAU,EACV,SAAS,EACT,UAAU,EACV,WAAW,EACX,UAAU,EACV,eAAe,EACf,gBAAgB,EAChB,YAAY,EACZ,UAAU,EACV,cAAc,EACd,cAAc,EACd,YAAY,EACZ,UAAU,EACV,SAAS,EACT,UAAU,EACV,YAAY,EACZ,SAAS,EACV,MAAM,cAAc,CAAC;AAItB,MAAM,WAAW,YAAY;IAC3B,KAAK,EAAE,MAAM,CAAC;IACd,QAAQ,IAAI,MAAM,CAAC;IACnB,eAAe,CAAC,KAAK,EAAE,MAAM,GAAG,IAAI,CAAC;IACrC,YAAY,CAAC,OAAO,EAAE,OAAO,GAAG,MAAM,CAAC;CACxC;AAED,eAAO,MAAM,wBAAwB,wBAAwB,CAAC;AAC9D,eAAO,MAAM,+BAA+B,uBAAuB,CAAC;AAEpE,eAAO,MAAM,sBAAsB,UAKlC,CAAC;AAEF,MAAM,MAAM,SAAS,GACjB,eAAe,GACf,gBAAgB,GAChB,UAAU,GACV,UAAU,GACV,UAAU,GACV,WAAW,GACX,SAAS,GACT,SAAS,GACT,YAAY,GACZ,UAAU,GACV,cAAc,GACd,SAAS,GACT,UAAU,GACV,UAAU,GACV,aAAa,GACb,YAAY,GACZ,cAAc,GACd,YAAY,CAAC;AAEjB,qBAAa,SAAS,CAAC,CAAC,SAAS,SAAS,GAAG,SAAS;IACpD,EAAE,EAAE,MAAM,CAAC;IACX,KAAK,EAAE,CAAC,CAAC;IACT,QAAQ,EAAE,SAAS,CAAC,SAAS,CAAC,EAAE,CAAM;IACtC,KAAK,EAAE,MAAM,CAAC;gBAEF,EAAE,EAAE,MAAM,EAAE,KAAK,EAAE,CAAC,EAAE,KAAK,EAAE,MAAM;CAKhD;AAED,MAAM,WAAW,oBAAoB;IACnC,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,SAAS,CAAC,EAAE,OAAO,CAAC;CACrB;AAED,MAAM,MAAM,eAAe,GAAG,MAAM,CAAC,MAAM,EAAE,oBAAoB,CAAC,CAAC"}
@@ -0,0 +1,103 @@
1
+ import { ChatMessageAssistant, ChatMessageSystem, ChatMessageTool, ChatMessageUser, ContentImage, ContentText, Events } from './log';
2
+ export interface Scans {
3
+ results_dir: string;
4
+ scans: Status[];
5
+ }
6
+ export interface Status {
7
+ complete: boolean;
8
+ spec: ScanSpec;
9
+ location: string;
10
+ summary: Summary;
11
+ errors: Error[];
12
+ }
13
+ export interface IPCDataframe {
14
+ format: "arrow.feather";
15
+ version: number;
16
+ encoding: "base64";
17
+ data: string;
18
+ column_names: string[];
19
+ row_count: number;
20
+ }
21
+ export interface Summary {
22
+ scanners: Record<string, ScannerSummary>;
23
+ }
24
+ export interface Error {
25
+ transcript_id: string;
26
+ scanner: string;
27
+ error: string;
28
+ trqaceback: string;
29
+ }
30
+ export interface Model {
31
+ model: string;
32
+ config: Record<string, unknown>;
33
+ args: Record<string, unknown>;
34
+ }
35
+ export interface Transcript {
36
+ type: string;
37
+ count: number;
38
+ data: string;
39
+ fields: Array<Record<string, string>>;
40
+ }
41
+ export interface ScanSpec {
42
+ scan_file: string;
43
+ scan_id: string;
44
+ scan_name: string;
45
+ scan_args: Record<string, unknown>;
46
+ timestamp: string;
47
+ model: Model;
48
+ metadata: Record<string, unknown>;
49
+ options: Record<string, unknown>;
50
+ packages: Record<string, unknown>;
51
+ revision: Record<string, unknown>;
52
+ scanners: Record<string, Scanner>;
53
+ transcripts: Transcript;
54
+ }
55
+ export interface Scanner {
56
+ name: string;
57
+ file: string;
58
+ params: Record<string, unknown>;
59
+ }
60
+ export interface ScannerSummary {
61
+ scans: number;
62
+ results: number;
63
+ errors: number;
64
+ tokens: number;
65
+ model_usage: Record<string, ModelUsage>;
66
+ validations: Array<boolean | Record<string, boolean>>;
67
+ }
68
+ export interface ModelUsage {
69
+ input_tokens: number;
70
+ output_tokens: number;
71
+ total_tokens: number;
72
+ input_tokens_cache_write?: number;
73
+ input_tokens_cache_read?: number;
74
+ reasoning_tokens?: number;
75
+ }
76
+ export type ChatMessages = ChatMessage[];
77
+ export type ChatMessage = ChatMessageSystem | ChatMessageUser | ChatMessageAssistant | ChatMessageTool;
78
+ export interface Transcript {
79
+ id: string;
80
+ source_id: string;
81
+ source_url: string;
82
+ messages: ChatMessages;
83
+ events: Events;
84
+ metadata: TranscriptMetadata;
85
+ }
86
+ export interface TranscriptMetadata {
87
+ sample_id: string;
88
+ id: string | number;
89
+ epoch: number;
90
+ eval_id: string;
91
+ log: string;
92
+ eval_created: string;
93
+ eval_metadata: Record<string, unknown>;
94
+ task_name: string;
95
+ model: string;
96
+ score: string;
97
+ [key: string]: unknown;
98
+ }
99
+ export interface ContentTool {
100
+ type: "tool";
101
+ content: (ContentImage | ContentText)[];
102
+ }
103
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/types/index.ts"],"names":[],"mappings":"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"}
@@ -0,0 +1,9 @@
1
+ import { FC } from 'react';
2
+ import { ModelUsage, ModelUsage2 } from '../types/log';
3
+ interface ModelTokenTableProps {
4
+ model_usage: ModelUsage | ModelUsage2;
5
+ className?: string | string[];
6
+ }
7
+ export declare const ModelTokenTable: FC<ModelTokenTableProps>;
8
+ export {};
9
+ //# sourceMappingURL=ModelTokenTable.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ModelTokenTable.d.ts","sourceRoot":"","sources":["../../src/usage/ModelTokenTable.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,EAAE,EAAE,MAAM,OAAO,CAAC;AAE3B,OAAO,EAAE,UAAU,EAAE,WAAW,EAAE,MAAM,cAAc,CAAC;AAIvD,UAAU,oBAAoB;IAC5B,WAAW,EAAE,UAAU,GAAG,WAAW,CAAC;IACtC,SAAS,CAAC,EAAE,MAAM,GAAG,MAAM,EAAE,CAAC;CAC/B;AAED,eAAO,MAAM,eAAe,EAAE,EAAE,CAAC,oBAAoB,CAiBpD,CAAC"}
@@ -0,0 +1,12 @@
1
+ import { FC } from 'react';
2
+ import { ModelUsage1 } from '../types/log';
3
+ interface ModelUsageProps {
4
+ usage: ModelUsage1;
5
+ className?: string | string[];
6
+ }
7
+ /**
8
+ * Renders the ModelUsagePanel component.
9
+ */
10
+ export declare const ModelUsagePanel: FC<ModelUsageProps>;
11
+ export {};
12
+ //# sourceMappingURL=ModelUsagePanel.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ModelUsagePanel.d.ts","sourceRoot":"","sources":["../../src/usage/ModelUsagePanel.tsx"],"names":[],"mappings":"AACA,OAAO,EAAE,EAAE,EAAY,MAAM,OAAO,CAAC;AAErC,OAAO,EAAE,WAAW,EAAE,MAAM,cAAc,CAAC;AAK3C,UAAU,eAAe;IACvB,KAAK,EAAE,WAAW,CAAC;IACnB,SAAS,CAAC,EAAE,MAAM,GAAG,MAAM,EAAE,CAAC;CAC/B;AAUD;;GAEG;AACH,eAAO,MAAM,eAAe,EAAE,EAAE,CAAC,eAAe,CAkG/C,CAAC"}
@@ -0,0 +1,15 @@
1
+ import { FC, ReactNode } from 'react';
2
+ import { ModelUsage1 } from '../types/log';
3
+ interface TokenTableProps {
4
+ className?: string | string[];
5
+ children?: ReactNode;
6
+ }
7
+ export declare const TokenTable: FC<TokenTableProps>;
8
+ export declare const TokenHeader: () => import("react/jsx-runtime").JSX.Element;
9
+ interface TokenRowProps {
10
+ model: string;
11
+ usage: ModelUsage1;
12
+ }
13
+ export declare const TokenRow: FC<TokenRowProps>;
14
+ export {};
15
+ //# sourceMappingURL=TokenTable.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"TokenTable.d.ts","sourceRoot":"","sources":["../../src/usage/TokenTable.tsx"],"names":[],"mappings":"AACA,OAAO,EAAE,EAAE,EAAE,SAAS,EAAE,MAAM,OAAO,CAAC;AAEtC,OAAO,EAAE,WAAW,EAAE,MAAM,cAAc,CAAC;AAK3C,UAAU,eAAe;IACvB,SAAS,CAAC,EAAE,MAAM,GAAG,MAAM,EAAE,CAAC;IAC9B,QAAQ,CAAC,EAAE,SAAS,CAAC;CACtB;AAED,eAAO,MAAM,UAAU,EAAE,EAAE,CAAC,eAAe,CAc1C,CAAC;AAEF,eAAO,MAAM,WAAW,+CA2CvB,CAAC;AAEF,UAAU,aAAa;IACrB,KAAK,EAAE,MAAM,CAAC;IACd,KAAK,EAAE,WAAW,CAAC;CACpB;AAED,eAAO,MAAM,QAAQ,EAAE,EAAE,CAAC,aAAa,CAWtC,CAAC"}
@@ -0,0 +1,11 @@
1
+ import { FC } from 'react';
2
+ import { EvalStats } from '../types/log';
3
+ interface UsageCardProps {
4
+ stats?: EvalStats;
5
+ }
6
+ /**
7
+ * Renders the UsageCard component.
8
+ */
9
+ export declare const UsageCard: FC<UsageCardProps>;
10
+ export {};
11
+ //# sourceMappingURL=UsageCard.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"UsageCard.d.ts","sourceRoot":"","sources":["../../src/usage/UsageCard.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,EAAE,EAAE,MAAM,OAAO,CAAC;AAG3B,OAAO,EAAE,SAAS,EAAE,MAAM,cAAc,CAAC;AAOzC,UAAU,cAAc;IACtB,KAAK,CAAC,EAAE,SAAS,CAAC;CACnB;AAED;;GAEG;AACH,eAAO,MAAM,SAAS,EAAE,EAAE,CAAC,cAAc,CAiBxC,CAAC"}
@@ -0,0 +1,2 @@
1
+ export declare const printArray: (arr: unknown[], size?: number) => string;
2
+ //# sourceMappingURL=array.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"array.d.ts","sourceRoot":"","sources":["../../src/utils/array.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,UAAU,GAAI,KAAK,OAAO,EAAE,EAAE,OAAM,MAAW,KAAG,MA4D9D,CAAC"}
@@ -0,0 +1,3 @@
1
+ export declare const decodeArrowBase64: (base64: string) => import('arquero').ColumnTable;
2
+ export declare const decodeArrowBytes: (bytes: ArrayBuffer | Uint8Array) => import('arquero').ColumnTable;
3
+ //# sourceMappingURL=arrow.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"arrow.d.ts","sourceRoot":"","sources":["../../src/utils/arrow.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,iBAAiB,GAAI,QAAQ,MAAM,kCAW/C,CAAC;AAEF,eAAO,MAAM,gBAAgB,GAAI,OAAO,WAAW,GAAG,UAAU,kCAI/D,CAAC"}
@@ -0,0 +1,5 @@
1
+ /**
2
+ * Determines whether a string is a base64 encoded string
3
+ */
4
+ export declare const maybeBase64: (str: string, minLen?: number) => boolean;
5
+ //# sourceMappingURL=base64.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"base64.d.ts","sourceRoot":"","sources":["../../src/utils/base64.ts"],"names":[],"mappings":"AAAA;;GAEG;AACH,eAAO,MAAM,WAAW,GAAI,KAAK,MAAM,EAAE,SAAQ,MAAY,KAAG,OAI/D,CAAC"}
@@ -0,0 +1,4 @@
1
+ import { ChatMessage, ChatMessages } from '../types';
2
+ export declare const lastAssistantMessage: (messages: ChatMessages) => ChatMessage | undefined;
3
+ export declare const firstUserMessage: (messages: ChatMessages) => ChatMessage | undefined;
4
+ //# sourceMappingURL=chatMessage.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"chatMessage.d.ts","sourceRoot":"","sources":["../../src/utils/chatMessage.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,WAAW,EAAE,YAAY,EAAE,MAAM,UAAU,CAAC;AAErD,eAAO,MAAM,oBAAoB,GAC/B,UAAU,YAAY,KACrB,WAAW,GAAG,SAOhB,CAAC;AAEF,eAAO,MAAM,gBAAgB,GAC3B,UAAU,YAAY,KACrB,WAAW,GAAG,SAOhB,CAAC"}
@@ -0,0 +1,2 @@
1
+ export declare const useResizeObserver: (callback: (entry: ResizeObserverEntry) => void) => import('react').RefObject<HTMLDivElement>;
2
+ //# sourceMappingURL=dom.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"dom.d.ts","sourceRoot":"","sources":["../../src/utils/dom.ts"],"names":[],"mappings":"AAGA,eAAO,MAAM,iBAAiB,GAC5B,UAAU,CAAC,KAAK,EAAE,mBAAmB,KAAK,IAAI,8CAyB/C,CAAC"}
@@ -0,0 +1,11 @@
1
+ export interface EmbeddedScanState {
2
+ dir: string;
3
+ scan: string;
4
+ scanner?: string;
5
+ }
6
+ /**
7
+ * Checks for embedded state in the HTML document and parses it.
8
+ * Returns scan directory and name if embedded state exists and is valid.
9
+ */
10
+ export declare function getEmbeddedScanState(): EmbeddedScanState | null;
11
+ //# sourceMappingURL=embeddedState.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"embeddedState.d.ts","sourceRoot":"","sources":["../../src/utils/embeddedState.ts"],"names":[],"mappings":"AAIA,MAAM,WAAW,iBAAiB;IAChC,GAAG,EAAE,MAAM,CAAC;IACZ,IAAI,EAAE,MAAM,CAAC;IACb,OAAO,CAAC,EAAE,MAAM,CAAC;CAClB;AAED;;;GAGG;AACH,wBAAgB,oBAAoB,IAAI,iBAAiB,GAAG,IAAI,CAyB/D"}
@@ -0,0 +1,41 @@
1
+ /**
2
+ * Converts an array or a single value to a comma-separated string.
3
+ */
4
+ export declare const arrayToString: (val: string | string[]) => string;
5
+ /**
6
+ * Formats dataset information into a string.
7
+ */
8
+ export declare const formatDataset: (samples: number, epochs: number, name: string | null) => string;
9
+ /**
10
+ * Formats a duration given in seconds into a human-readable string.
11
+ */
12
+ export declare const formatTime: (seconds: number) => string;
13
+ /**
14
+ * Formats a number to a string with specific decimal places for prettiness.
15
+ */
16
+ export declare function formatPrettyDecimal(num: number, maxDecimals?: number): string;
17
+ /**
18
+ * Formats a number to a string without trailing zeroes after the decimal point.
19
+ */
20
+ export declare function formatDecimalNoTrailingZeroes(num: number): string;
21
+ /**
22
+ * Converts a string to title case.
23
+ */
24
+ export declare function toTitleCase(str: string): string;
25
+ /**
26
+ * Formats a number to a string with no decimals
27
+ */
28
+ export declare function formatNoDecimal(num: number): string;
29
+ /**
30
+ * Formats a number to a string
31
+ */
32
+ export declare function formatNumber(num: number): string;
33
+ /**
34
+ * Formats a number to a string without trailing zeroes after the decimal point.
35
+ */
36
+ export declare function formatDateTime(date: Date): string;
37
+ /**
38
+ * Returns the formatted duration between two dates
39
+ */
40
+ export declare function formatDuration(start: Date, end: Date): string;
41
+ //# sourceMappingURL=format.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"format.d.ts","sourceRoot":"","sources":["../../src/utils/format.ts"],"names":[],"mappings":"AAAA;;GAEG;AACH,eAAO,MAAM,aAAa,GAAI,KAAK,MAAM,GAAG,MAAM,EAAE,KAAG,MAGtD,CAAC;AAEF;;GAEG;AACH,eAAO,MAAM,aAAa,GACxB,SAAS,MAAM,EACf,QAAQ,MAAM,EACd,MAAM,MAAM,GAAG,IAAI,KAClB,MAYF,CAAC;AAEF;;GAEG;AACH,eAAO,MAAM,UAAU,GAAI,SAAS,MAAM,KAAG,MAiB5C,CAAC;AAEF;;GAEG;AACH,wBAAgB,mBAAmB,CACjC,GAAG,EAAE,MAAM,EACX,WAAW,GAAE,MAAU,GACtB,MAAM,CAYR;AAED;;GAEG;AACH,wBAAgB,6BAA6B,CAAC,GAAG,EAAE,MAAM,GAAG,MAAM,CAcjE;AAED;;GAEG;AACH,wBAAgB,WAAW,CAAC,GAAG,EAAE,MAAM,GAAG,MAAM,CAW/C;AAED;;GAEG;AACH,wBAAgB,eAAe,CAAC,GAAG,EAAE,MAAM,GAAG,MAAM,CAUnD;AAED;;GAEG;AACH,wBAAgB,YAAY,CAAC,GAAG,EAAE,MAAM,GAAG,MAAM,CAKhD;AAED;;GAEG;AACH,wBAAgB,cAAc,CAAC,IAAI,EAAE,IAAI,GAAG,MAAM,CAcjD;AAED;;GAEG;AACH,wBAAgB,cAAc,CAAC,KAAK,EAAE,IAAI,EAAE,GAAG,EAAE,IAAI,GAAG,MAAM,CAI7D"}
@@ -0,0 +1,6 @@
1
+ /**
2
+ * Escapes special characters in a string to make it safe for use in a CSS selector.
3
+ */
4
+ export declare function escapeSelector(id: string): string;
5
+ export declare const decodeHtmlEntities: (text: string) => string;
6
+ //# sourceMappingURL=html.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"html.d.ts","sourceRoot":"","sources":["../../src/utils/html.ts"],"names":[],"mappings":"AAAA;;GAEG;AACH,wBAAgB,cAAc,CAAC,EAAE,EAAE,MAAM,GAAG,MAAM,CAEjD;AAED,eAAO,MAAM,kBAAkB,GAAI,MAAM,MAAM,KAAG,MAIjD,CAAC"}
@@ -0,0 +1,2 @@
1
+ export declare const asyncJsonParse: <T>(text: string) => Promise<T>;
2
+ //# sourceMappingURL=json-worker.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"json-worker.d.ts","sourceRoot":"","sources":["../../src/utils/json-worker.ts"],"names":[],"mappings":"AA2FA,eAAO,MAAM,cAAc,GAAU,CAAC,EAAE,MAAM,MAAM,KAAG,OAAO,CAAC,CAAC,CAE/D,CAAC"}
@@ -0,0 +1,5 @@
1
+ export declare const isJson: (text: string) => boolean;
2
+ export declare const asJsonObjArray: (text: string) => object[] | undefined;
3
+ export declare const parsedJson: (text: string) => unknown;
4
+ export declare function estimateSize(list: unknown[], frequency?: number): number;
5
+ //# sourceMappingURL=json.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"json.d.ts","sourceRoot":"","sources":["../../src/utils/json.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,MAAM,GAAI,MAAM,MAAM,KAAG,OAWrC,CAAC;AAEF,eAAO,MAAM,cAAc,GAAI,MAAM,MAAM,KAAG,MAAM,EAAE,GAAG,SAexD,CAAC;AAEF,eAAO,MAAM,UAAU,GAAI,MAAM,MAAM,KAAG,OAUzC,CAAC;AAGF,wBAAgB,YAAY,CAAC,IAAI,EAAE,OAAO,EAAE,EAAE,SAAS,SAAM,UA0B5D"}
@@ -0,0 +1,8 @@
1
+ export declare const createLogger: (namespace: string) => {
2
+ debug: (message: string, ...args: unknown[]) => void;
3
+ info: (message: string, ...args: unknown[]) => void;
4
+ warn: (message: string, ...args: unknown[]) => void;
5
+ error: (message: string, ...args: unknown[]) => void;
6
+ debugIf: (fn: () => string) => void;
7
+ };
8
+ //# sourceMappingURL=logger.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"logger.d.ts","sourceRoot":"","sources":["../../src/utils/logger.ts"],"names":[],"mappings":"AAoBA,eAAO,MAAM,YAAY,GAAI,WAAW,MAAM;qBAGzB,MAAM,WAAW,OAAO,EAAE;oBAK3B,MAAM,WAAW,OAAO,EAAE;oBAK1B,MAAM,WAAW,OAAO,EAAE;qBAMzB,MAAM,WAAW,OAAO,EAAE;kBAK7B,MAAM,MAAM;CAO7B,CAAC"}
@@ -0,0 +1,2 @@
1
+ export declare const isImage: (mimeType: string) => boolean;
2
+ //# sourceMappingURL=mime.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"mime.d.ts","sourceRoot":"","sources":["../../src/utils/mime.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,OAAO,GAAI,UAAU,MAAM,KAAG,OAE1C,CAAC"}
@@ -0,0 +1,2 @@
1
+ export declare const printObject: (val: object, size?: number) => string;
2
+ //# sourceMappingURL=object.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"object.d.ts","sourceRoot":"","sources":["../../src/utils/object.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,WAAW,GAAI,KAAK,MAAM,EAAE,OAAM,MAAW,KAAG,MAmE5D,CAAC"}
@@ -0,0 +1,26 @@
1
+ /**
2
+ * Extracts the filename without extension from a given path.
3
+ */
4
+ export declare const filename: (path: string) => string;
5
+ export declare const basename: (path: string) => string;
6
+ /**
7
+ * Extracts the directory name from a given path.
8
+ */
9
+ export declare const dirname: (path: string) => string;
10
+ /**
11
+ * Tests whether the given path is in the specified directory.
12
+ */
13
+ export declare const isInDirectory: (path: string, directory: string) => boolean;
14
+ export declare const ensureTrailingSlash: (path?: string) => string;
15
+ /**
16
+ * Converts an absolute path to a relative path based on the results directory.
17
+ * Handles nested subdirectories within the results directory.
18
+ * For example: "/Users/user/scans/subdir/scan_id=123" -> "subdir/scan_id=123"
19
+ */
20
+ export declare const toRelativePath: (absolutePath: string, basePath: string) => string;
21
+ /**
22
+ * Converts a relative path to an absolute path based on the results directory.
23
+ * For example: "subdir/scan_id=123" + "/Users/user/scans/" -> "/Users/user/scans/subdir/scan_id=123"
24
+ */
25
+ export declare const toAbsolutePath: (relativePath: string, baseDir: string) => string;
26
+ //# sourceMappingURL=path.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"path.d.ts","sourceRoot":"","sources":["../../src/utils/path.ts"],"names":[],"mappings":"AAAA;;GAEG;AACH,eAAO,MAAM,QAAQ,GAAI,MAAM,MAAM,KAAG,MAwBvC,CAAC;AAEF,eAAO,MAAM,QAAQ,GAAI,MAAM,MAAM,KAAG,MAOvC,CAAC;AAEF;;GAEG;AACH,eAAO,MAAM,OAAO,GAAI,MAAM,MAAM,KAAG,MActC,CAAC;AAEF;;GAEG;AACH,eAAO,MAAM,aAAa,GAAI,MAAM,MAAM,EAAE,WAAW,MAAM,KAAG,OAI/D,CAAC;AAEF,eAAO,MAAM,mBAAmB,GAAI,OAAO,MAAM,KAAG,MAKnD,CAAC;AAEF;;;;GAIG;AACH,eAAO,MAAM,cAAc,GACzB,cAAc,MAAM,EACpB,UAAU,MAAM,KACf,MAeF,CAAC;AAEF;;;GAGG;AACH,eAAO,MAAM,cAAc,GACzB,cAAc,MAAM,EACpB,SAAS,MAAM,KACd,MAGF,CAAC"}
@@ -0,0 +1,12 @@
1
+ /**
2
+ * Extracts the package and module names from a fully qualified Python module path
3
+ *
4
+ * @param name - A Python import path that may include a package name
5
+ * @returns An object containing the package and module names
6
+ */
7
+ export declare const parsePackageName: (name: string) => PythonName;
8
+ export interface PythonName {
9
+ package: string;
10
+ module: string;
11
+ }
12
+ //# sourceMappingURL=python.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"python.d.ts","sourceRoot":"","sources":["../../src/utils/python.ts"],"names":[],"mappings":"AAAA;;;;;GAKG;AACH,eAAO,MAAM,gBAAgB,GAAI,MAAM,MAAM,KAAG,UAM/C,CAAC;AAEF,MAAM,WAAW,UAAU;IACzB,OAAO,EAAE,MAAM,CAAC;IAChB,MAAM,EAAE,MAAM,CAAC;CAChB"}
@@ -0,0 +1,2 @@
1
+ export declare const useWhyDidYouUpdate: (componentName: string, props: any) => void;
2
+ //# sourceMappingURL=react.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"react.d.ts","sourceRoot":"","sources":["../../src/utils/react.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,kBAAkB,GAAI,eAAe,MAAM,EAAE,OAAO,GAAG,SA2BnE,CAAC"}