@vertesia/ui 1.5.0-dev.20260713.151751Z → 1.5.0-dev.20260717.131047Z

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 (135) hide show
  1. package/lib/env/index.d.ts +19 -0
  2. package/lib/env/index.d.ts.map +1 -1
  3. package/lib/env/index.js +6 -0
  4. package/lib/env/index.js.map +1 -1
  5. package/lib/features/agent/chat/ArtifactsTab.d.ts.map +1 -1
  6. package/lib/features/agent/chat/ArtifactsTab.js +65 -11
  7. package/lib/features/agent/chat/ArtifactsTab.js.map +1 -1
  8. package/lib/features/agent/chat/ModernAgentConversation.js +51 -48
  9. package/lib/features/agent/chat/ModernAgentConversation.js.map +1 -1
  10. package/lib/features/agent/chat/hooks/useArtifacts.d.ts +8 -1
  11. package/lib/features/agent/chat/hooks/useArtifacts.d.ts.map +1 -1
  12. package/lib/features/agent/chat/hooks/useArtifacts.js +28 -10
  13. package/lib/features/agent/chat/hooks/useArtifacts.js.map +1 -1
  14. package/lib/features/document-viewer/UniversalDocumentViewer.d.ts +73 -0
  15. package/lib/features/document-viewer/UniversalDocumentViewer.d.ts.map +1 -0
  16. package/lib/features/document-viewer/UniversalDocumentViewer.js +415 -0
  17. package/lib/features/document-viewer/UniversalDocumentViewer.js.map +1 -0
  18. package/lib/features/document-viewer/index.d.ts +2 -0
  19. package/lib/features/document-viewer/index.d.ts.map +1 -0
  20. package/lib/features/document-viewer/index.js +2 -0
  21. package/lib/features/document-viewer/index.js.map +1 -0
  22. package/lib/features/index.d.ts +1 -0
  23. package/lib/features/index.d.ts.map +1 -1
  24. package/lib/features/index.js +1 -0
  25. package/lib/features/index.js.map +1 -1
  26. package/lib/features/permissions/UserPermissionsProvider.d.ts +2 -3
  27. package/lib/features/permissions/UserPermissionsProvider.d.ts.map +1 -1
  28. package/lib/features/permissions/UserPermissionsProvider.js +31 -38
  29. package/lib/features/permissions/UserPermissionsProvider.js.map +1 -1
  30. package/lib/features/store/objects/components/ContentOverview.d.ts.map +1 -1
  31. package/lib/features/store/objects/components/ContentOverview.js +73 -13
  32. package/lib/features/store/objects/components/ContentOverview.js.map +1 -1
  33. package/lib/i18n/locales/ar.json +2 -0
  34. package/lib/i18n/locales/de.json +2 -0
  35. package/lib/i18n/locales/en.json +2 -0
  36. package/lib/i18n/locales/es.json +2 -0
  37. package/lib/i18n/locales/fr.json +2 -0
  38. package/lib/i18n/locales/it.json +2 -0
  39. package/lib/i18n/locales/ja.json +2 -0
  40. package/lib/i18n/locales/ko.json +2 -0
  41. package/lib/i18n/locales/pt.json +2 -0
  42. package/lib/i18n/locales/ru.json +2 -0
  43. package/lib/i18n/locales/tr.json +2 -0
  44. package/lib/i18n/locales/zh-TW.json +2 -0
  45. package/lib/i18n/locales/zh.json +2 -0
  46. package/lib/router/HistoryNavigator.d.ts.map +1 -1
  47. package/lib/router/HistoryNavigator.js +4 -1
  48. package/lib/router/HistoryNavigator.js.map +1 -1
  49. package/lib/router/Nav.d.ts.map +1 -1
  50. package/lib/router/Nav.js +7 -1
  51. package/lib/router/Nav.js.map +1 -1
  52. package/lib/router/Router.d.ts.map +1 -1
  53. package/lib/router/Router.js +19 -4
  54. package/lib/router/Router.js.map +1 -1
  55. package/lib/router/path.d.ts +15 -0
  56. package/lib/router/path.d.ts.map +1 -1
  57. package/lib/router/path.js +43 -0
  58. package/lib/router/path.js.map +1 -1
  59. package/lib/session/UserSession.d.ts +6 -0
  60. package/lib/session/UserSession.d.ts.map +1 -1
  61. package/lib/session/UserSession.js +31 -9
  62. package/lib/session/UserSession.js.map +1 -1
  63. package/lib/session/UserSessionProvider.d.ts.map +1 -1
  64. package/lib/session/UserSessionProvider.js +111 -49
  65. package/lib/session/UserSessionProvider.js.map +1 -1
  66. package/lib/session/auth/composable.d.ts.map +1 -1
  67. package/lib/session/auth/composable.js +52 -3
  68. package/lib/session/auth/composable.js.map +1 -1
  69. package/lib/session/auth/domainRouting.d.ts +25 -0
  70. package/lib/session/auth/domainRouting.d.ts.map +1 -1
  71. package/lib/session/auth/domainRouting.js +36 -0
  72. package/lib/session/auth/domainRouting.js.map +1 -1
  73. package/lib/shell/login/SignInRestrictedEnvStep.d.ts +1 -1
  74. package/lib/shell/login/SignInRestrictedEnvStep.js +1 -1
  75. package/lib/shell/login/SigninScreen.js +9 -1
  76. package/lib/shell/login/SigninScreen.js.map +1 -1
  77. package/lib/shell/login/productionUrl.d.ts +0 -14
  78. package/lib/shell/login/productionUrl.d.ts.map +1 -1
  79. package/lib/shell/login/productionUrl.js +14 -5
  80. package/lib/shell/login/productionUrl.js.map +1 -1
  81. package/lib/vertesia-ui-core.js +3 -3
  82. package/lib/vertesia-ui-core.js.map +1 -1
  83. package/lib/vertesia-ui-env.js +1 -1
  84. package/lib/vertesia-ui-env.js.map +1 -1
  85. package/lib/vertesia-ui-features.js +28 -28
  86. package/lib/vertesia-ui-features.js.map +1 -1
  87. package/lib/vertesia-ui-i18n.js +13 -13
  88. package/lib/vertesia-ui-router.js +1 -1
  89. package/lib/vertesia-ui-router.js.map +1 -1
  90. package/lib/vertesia-ui-session.js +1 -1
  91. package/lib/vertesia-ui-session.js.map +1 -1
  92. package/lib/vertesia-ui-shell.js +1 -1
  93. package/lib/vertesia-ui-shell.js.map +1 -1
  94. package/lib/vertesia-ui-widgets.js +2 -2
  95. package/lib/vertesia-ui-widgets.js.map +1 -1
  96. package/llms.txt +70 -70
  97. package/package.json +8 -7
  98. package/src/env/index.ts +24 -0
  99. package/src/features/agent/chat/ArtifactsTab.tsx +155 -21
  100. package/src/features/agent/chat/ModernAgentConversation.tsx +53 -49
  101. package/src/features/agent/chat/hooks/useArtifacts.ts +44 -11
  102. package/src/features/document-viewer/UniversalDocumentViewer.test.tsx +123 -0
  103. package/src/features/document-viewer/UniversalDocumentViewer.tsx +746 -0
  104. package/src/features/document-viewer/index.ts +1 -0
  105. package/src/features/index.ts +1 -0
  106. package/src/features/permissions/UserPermissionsProvider.tsx +36 -39
  107. package/src/features/store/objects/components/ContentOverview.tsx +99 -26
  108. package/src/i18n/locales/ar.json +2 -0
  109. package/src/i18n/locales/de.json +2 -0
  110. package/src/i18n/locales/en.json +2 -0
  111. package/src/i18n/locales/es.json +2 -0
  112. package/src/i18n/locales/fr.json +2 -0
  113. package/src/i18n/locales/it.json +2 -0
  114. package/src/i18n/locales/ja.json +2 -0
  115. package/src/i18n/locales/ko.json +2 -0
  116. package/src/i18n/locales/pt.json +2 -0
  117. package/src/i18n/locales/ru.json +2 -0
  118. package/src/i18n/locales/tr.json +2 -0
  119. package/src/i18n/locales/zh-TW.json +2 -0
  120. package/src/i18n/locales/zh.json +2 -0
  121. package/src/router/HistoryNavigator.ts +4 -1
  122. package/src/router/Nav.tsx +7 -1
  123. package/src/router/Router.tsx +18 -4
  124. package/src/router/path.test.ts +87 -0
  125. package/src/router/path.ts +38 -0
  126. package/src/session/UserSession.ts +32 -9
  127. package/src/session/UserSessionProvider.tsx +138 -62
  128. package/src/session/auth/composable.test.ts +111 -0
  129. package/src/session/auth/composable.ts +58 -3
  130. package/src/session/auth/domainRouting.test.ts +28 -1
  131. package/src/session/auth/domainRouting.ts +38 -0
  132. package/src/shell/login/SignInRestrictedEnvStep.tsx +1 -1
  133. package/src/shell/login/SigninScreen.tsx +9 -1
  134. package/src/shell/login/productionUrl.test.ts +8 -5
  135. package/src/shell/login/productionUrl.ts +15 -5
@@ -1,32 +1,32 @@
1
- import{Fragment as e,jsx as t,jsxs as n}from"react/jsx-runtime";import{Avatar as r,Badge as i,Breadcrumbs as a,Button as o,Card as s,CardContent as c,Center as l,Checkbox as u,Command as d,CommandEmpty as f,CommandGroup as p,CommandInput as m,CommandItem as h,ConfirmModal as g,CopyButton as _,DialogDescription as v,Divider as y,Dropdown as b,DropdownMenu as x,DropdownMenuContent as S,DropdownMenuItem as C,DropdownMenuRadioGroup as w,DropdownMenuRadioItem as T,DropdownMenuTrigger as E,EmptyCollection as D,ErrorBox as O,FilterBar as k,FilterBtn as A,FilterClear as j,FilterProvider as M,FormItem as N,Heading as P,Input as F,InputList as I,Label as L,MenuGroup as R,MenuItem as z,MessageBox as ee,Modal as te,ModalBody as ne,ModalFooter as re,ModalTitle as ie,NumberInput as ae,Panel as oe,Popover as se,PopoverContent as ce,PopoverTrigger as le,Portal as ue,RadioGroup as de,RadioGroupAdapter as fe,ResizableHandle as pe,ResizablePanel as me,ResizablePanelGroup as he,SelectBox as B,SelectList as ge,Separator as _e,SharedState as ve,SidePanel as ye,Slider as be,Spinner as xe,Styles as Se,Switch as Ce,TBody as we,THead as Te,TR as Ee,Table as De,Tabs as Oe,TabsBar as ke,TabsPanel as Ae,TagsInput as je,Textarea as Me,VTooltip as Ne,cn as V,errorMessage as Pe,insertNewlineAtCursor as Fe,onActivateKey as Ie,useDebounce as Le,useFetch as Re,useFlag as ze,useIntersectionObserver as Be,useIsInModal as Ve,useTheme as He,useToast as H,useWatchSharedState as Ue}from"@vertesia/ui/core";import We,{clsx as Ge}from"clsx";import{AnimatePresence as Ke,motion as qe}from"motion/react";import*as U from"react";import W,{Component as Je,createContext as Ye,forwardRef as Xe,memo as Ze,useCallback as G,useContext as Qe,useEffect as K,useId as $e,useLayoutEffect as et,useMemo as q,useRef as J,useState as Y,useSyncExternalStore as tt}from"react";import{NAMESPACE as nt,i18nInstance as rt,useUITranslation as X}from"@vertesia/ui/i18n";import{Activity as it,AlertCircle as at,AlertCircleIcon as ot,AlertTriangle as st,ArrowLeft as ct,ArrowUpIcon as lt,BarChart3 as ut,Bot as dt,Brain as ft,Check as pt,CheckCheck as mt,CheckCircle as ht,CheckCircle2 as gt,CheckCircleIcon as _t,CheckIcon as vt,ChevronDown as yt,ChevronDownIcon as bt,ChevronLeft as xt,ChevronRight as St,ChevronRightIcon as Ct,ChevronsDown as wt,ChevronsLeft as Tt,ChevronsRight as Et,ChevronsUp as Dt,ChevronsUpDown as Ot,Circle as kt,ClipboardCopyIcon as At,ClipboardList as jt,Clock as Mt,Code as Nt,Copy as Pt,CopyIcon as Ft,Cpu as It,Download as Lt,DownloadCloudIcon as Rt,EllipsisVertical as zt,ExternalLink as Bt,ExternalLinkIcon as Vt,Eye as Ht,FileIcon as Ut,FileSearch as Wt,FileText as Gt,FileTextIcon as Kt,Filter as qt,FolderClosed as Jt,FolderIcon as Yt,FolderOpenIcon as Xt,GitBranch as Zt,GitFork as Qt,HandIcon as $t,HelpCircle as en,Image as tn,ImageIcon as nn,Info as rn,InfoIcon as an,Layers as on,LayoutGrid as sn,LayoutListIcon as cn,Link as ln,Link2 as un,Link2Off as dn,Loader2 as fn,Loader2Icon as pn,Maximize as mn,Maximize2 as hn,MessageSquare as gn,MessageSquareText as _n,Minimize2 as vn,Minus as yn,MonitorIcon as bn,MoreHorizontal as xn,MoreVertical as Sn,PackageIcon as Cn,PaperclipIcon as wn,Pause as Tn,Pencil as En,Play as Dn,Plus as On,PlusIcon as kn,Radio as An,RefreshCcw as jn,RefreshCw as Mn,RefreshCwIcon as Nn,Rewind as Pn,Rows3 as Fn,ScanSearch as In,Search as Ln,Send as Rn,Settings as zn,ShieldAlertIcon as Bn,ShieldCheckIcon as Vn,SquareIcon as Hn,SquarePen as Un,Table as Wn,TableProperties as Gn,Terminal as Kn,Trash2 as qn,Unlink2 as Jn,UploadIcon as Yn,User as Xn,Users as Zn,Users2 as Qn,Wrench as $n,X as er,XCircle as tr,XCircleIcon as nr,XIcon as rr}from"lucide-react";import*as ir from"@radix-ui/react-dialog";import{UserSessionContext as ar,useUserSession as Z}from"@vertesia/ui/session";import or from"papaparse";import{VegaEmbed as sr}from"react-vega";import{twMerge as cr}from"tailwind-merge";import{AUDIO_RENDITION_NAME as lr,AgentMessageType as Q,AgentSearchScope as ur,ContentNature as dr,ContentObjectStatus as fr,FileProcessingStatus as pr,ImageRenditionFormat as mr,InteractionStatus as hr,MarkdownRenditionFormat as gr,PDF_RENDITION_NAME as _r,POSTER_RENDITION_NAME as vr,Permission as yr,PrincipalType as br,SearchTypes as xr,SecurityLevelLabels as Sr,SupportedEmbeddingTypes as Cr,WorkflowExecutionStatus as wr,getContentTypeRefId as Tr,mergeInCodePromptSchemas as Er,normalizeAgentToolApprovalMode as Dr,normalizeToolCollection as Or,supportsToolUse as kr}from"@vertesia/common";import"react-dom";import{Slot as Ar}from"@radix-ui/react-slot";import{cva as jr}from"class-variance-authority";import*as Mr from"@radix-ui/react-tooltip";import"@vertesia/ui/env";import"framer-motion";import*as Nr from"@radix-ui/react-checkbox";import"@radix-ui/react-collapsible";import{Command as Pr}from"cmdk";import*as Fr from"@radix-ui/react-dropdown-menu";import Ir from"dayjs";import"react-calendar";import*as Lr from"@radix-ui/react-popover";import{capitalize as Rr}from"lodash-es";import*as zr from"@radix-ui/react-label";import"@radix-ui/react-radio-group";import"react-resizable-panels";import*as Br from"@radix-ui/react-separator";import*as Vr from"@radix-ui/react-slider";import*as Hr from"@radix-ui/react-switch";import*as Ur from"@radix-ui/react-tabs";import Wr,{defaultUrlTransform as Gr}from"react-markdown";import Kr from"rehype-katex";import{defListHastHandlers as qr,remarkDefinitionList as Jr}from"remark-definition-list";import Yr from"remark-directive";import Xr from"remark-gfm";import Zr from"remark-github-blockquote-alert";import Qr from"remark-math";import $r from"remark-supersub";import{SKIP as ei,visit as ti}from"unist-util-visit";import{FusionFragmentHandler as ni,FusionFragmentProvider as ri}from"@vertesia/fusion-ux";import ii from"dompurify";import ai from"mermaid";import{NavLink as oi,useNavigate as si,useRouterContext as ci}from"@vertesia/ui/router";import{CodeBlockErrorBoundary as li,CodeBlockPlaceholder as ui,CodeBlockRendererProvider as di,DropZone as fi,GeneratedForm as pi,JSONCode as mi,JSONDisplay as hi,ManagedObject as gi,MarkdownRenderer as _i,MonacoEditor as vi,Progress as yi,SchemaEditor as bi,UploadSummary as xi,XMLViewer as Si,isIncompleteJson as Ci,useCodeBlockContext as wi,useSchema as Ti}from"@vertesia/ui/widgets";import Ei,{Ajv as Di}from"ajv";import Oi from"dayjs/plugin/localizedFormat";import ki from"dayjs/plugin/relativeTime";import{Md5 as Ai}from"ts-md5";import{ErrorBoundary as ji}from"react-error-boundary";import{Document as Mi,Page as Ni,pdfjs as Pi}from"react-pdf";import{SidebarItem as Fi}from"@vertesia/ui/layout";function Ii({children:e,secondary:n=!1}){return t(`span`,{className:n?`bg-secondary text-primary`:`text-foreground bg-muted`,children:e})}function Li(e){if(e)return e.name===`array`?Li(e.innerType):e}function Ri({property:e}){return n(`div`,{className:`flex items-center gap-x-2`,children:[t(`div`,{className:`font-semibold text-gray-600`,children:e.name}),e.optional&&t(Ii,{children:`optional`}),t(Ii,{children:e.type.value})]})}function zi({activities:e}){return t(`div`,{className:`flex flex-col gap-y-4 divide-y divide-gray-200`,children:e.map(e=>t(Vi,{activity:e},e.name))})}function Bi({code:e,children:r}){return n(`div`,{className:`flex gap-2 items-center border-b border-b-gray-200 mb-2`,children:[t(`div`,{className:`text-lg font-medium text-gray-900 py-2 `,children:r}),e&&t(`div`,{children:t(Ii,{children:e})})]})}function Vi({activity:e,headingClass:r,headingRef:i}){return n(`div`,{className:r,id:e.name,ref:i,children:[t(`div`,{className:`text-xl font-semibold pt-8`,children:e.title}),t(`div`,{className:`pb-4`,children:t(Ii,{children:e.name})}),e.doc&&t(`div`,{className:`text-gray-700 pb-2`,children:e.doc}),n(`div`,{className:`pb-4`,children:[t(Bi,{code:e.paramsType,children:`Parameters`}),t(`div`,{className:`divide-y divide-gray-100`,children:e.params.map(e=>t(Hi,{property:e},e.name))})]}),n(`div`,{className:`pb-4`,children:[t(Bi,{children:`Returns`}),t(`div`,{children:e.returnType?e.returnType.value:`void`})]})]})}function Hi({property:e,className:r}){let i=q(()=>{let n=Li(e.type.innerType)??e.type;return n.name===`object`&&n.members?t(Wi,{members:n.members}):n.name===`enum`&&n.enum?t(Ui,{values:n.enum}):null},[e.type]);return n(`div`,{className:We(`py-2`,r),children:[t(Ri,{property:e}),e.doc&&t(`div`,{className:`text-gray-700 text-sm pt-2`,children:e.doc}),i&&t(`div`,{className:`my-2 overflow-hidden`,children:i})]})}function Ui({values:e}){return t(`div`,{className:`flex flex-wrap items-center gap-2`,children:e.map(e=>t(Ii,{secondary:!0,children:e},e))})}function Wi({members:e}){return t(Ki,{className:`rounded-md border border-gray-200`,button:e=>n(`div`,{className:`px-4 py-2 flex items-center gap-x-2 text-sm font-medium hover:text-blue-600`,children:[t(qi,{isOpen:e}),e?t(`div`,{children:`Hide child properties`}):t(`div`,{children:`Show child properties`})]}),body:t(Gi,{properties:e})})}function Gi({properties:e}){return t(`div`,{className:`border-s-2 border-s-blue-200 flex flex-col divide-y divide-gray-100 border-t border-t-gray-200`,children:e.map(e=>t(Hi,{property:e,className:`px-4 py-2`},e.name))})}function Ki({button:e,body:r,className:i,isInitiallyOpen:a}){let[s,c]=Y(a||!1);return n(`div`,{className:We(s?`block`:`inline-block`,i),children:[t(o,{variant:`unstyled`,className:`p-0 m-0 bg-transparent`,onClick:()=>c(!s),children:t(Ke,{children:e(s)})}),t(Ke,{children:s&&t(qe.div,{className:`overflow-hidden`,initial:{height:0,opacity:0},animate:{height:`auto`,opacity:1},exit:{height:0,opacity:0},transition:{duration:.3,ease:`easeOut`},children:r})})]})}function qi({isOpen:e}){return t(Ke,{propagate:!0,mode:`wait`,children:t(qe.div,{className:`font-mono font-semibold text-gray-400 text-lg`,initial:{rotate:0},animate:{rotate:e?45:0},transition:{duration:.2},children:`+`},`closeIcon`)})}function Ji(e){return e===`full_control`?`text-attention`:e===`auto_review`?`text-info`:`text-muted`}function Yi(e){return t(e===`full_control`?Bn:e===`ask`?$t:Vn,{className:`size-4`})}function Xi({mode:e,onChange:r,disabled:i=!1,className:a}){let{t:s}=X(),c=q(()=>[{mode:`ask`,label:s(`agent.approvalMode.ask`),description:s(`agent.approvalMode.askDescription`),icon:t($t,{className:`size-4`})},{mode:`auto_review`,label:s(`agent.approvalMode.autoReview`),description:s(`agent.approvalMode.autoReviewDescription`),icon:t(Vn,{className:`size-4`})},{mode:`full_control`,label:s(`agent.approvalMode.fullControl`),description:s(`agent.approvalMode.fullControlDescription`),icon:t(Bn,{className:`size-4`})}],[s]),l=c.find(t=>t.mode===e)??c[2],u=t=>{t!==e&&r(t)};return n(x,{children:[t(E,{asChild:!0,children:n(o,{type:`button`,variant:`ghost`,size:`sm`,disabled:i,className:V(`h-8 max-w-[13rem] rounded-full px-2.5 font-medium`,`bg-mixer-muted/15 text-muted hover:bg-muted hover:text-foreground disabled:opacity-60`,a),"aria-label":s(`agent.approvalMode.selectorLabel`),children:[t(`span`,{className:V(`shrink-0`,Ji(e)),children:Yi(e)}),t(`span`,{className:`min-w-0 truncate`,children:l.label}),t(bt,{className:`size-4 shrink-0 opacity-70`})]})}),n(S,{align:`start`,className:`z-[1000000] w-[min(28rem,calc(100vw-1rem))] p-2`,children:[t(`div`,{className:`px-2 pb-1.5 pt-1 text-sm font-medium text-foreground`,children:s(`agent.approvalMode.dropdownTitle`)}),t(w,{value:e,onValueChange:e=>u(e),children:c.map(e=>n(T,{value:e.mode,className:`min-h-14 items-start gap-3 rounded-md py-2 pe-8 ps-2 text-start`,children:[t(`span`,{className:V(`mt-0.5 shrink-0`,Ji(e.mode)),children:e.icon}),n(`span`,{className:`min-w-0 flex-1`,children:[t(`span`,{className:`block text-sm font-medium text-foreground`,children:e.label}),t(`span`,{className:`mt-0.5 block whitespace-normal text-sm leading-5 text-muted`,children:e.description})]})]},e.mode))})]})]})}function $(...e){return cr(Ge(e))}const Zi=Ye(null);function Qi({children:e}){let n=J(new Map),r=J(new Map),i=G(e=>n.current.get(e),[]),a=G((e,t)=>{n.current.set(e,t)},[]),o=G(async(e,t)=>{let i=n.current.get(e);if(i)return i;let a=r.current.get(e);if(a)return a;let o=t().then(t=>(n.current.set(e,t),r.current.delete(e),t)).catch(t=>{throw r.current.delete(e),t});return r.current.set(e,o),o},[]),s=W.useMemo(()=>({getUrl:i,setUrl:a,getOrFetch:o}),[i,a,o]);return t(Zi.Provider,{value:s,children:e})}function $i(){return Qe(Zi)}function ea(e){return e.startsWith(`agents/`)||e.startsWith(`documents/`)}function ta(e,t,n=`inline`){return`artifact:${e}:${t}:${n}`}function na(e){return`file:${e}`}function ra({error:e,chartTitle:r}){return t(`div`,{className:`flex items-center justify-center h-full bg-red-50 dark:bg-red-950 rounded-md p-4`,children:n(`div`,{className:`text-center`,children:[n(`p`,{className:`text-sm font-medium text-red-600 dark:text-red-400`,children:[`Cannot render `,r||`Vega-Lite`,` chart`]}),t(`p`,{className:`text-xs text-red-500 dark:text-red-500 mt-1 max-w-xs truncate`,children:e})]})})}function ia({isOpen:e,onClose:r,title:i,description:a,children:s}){let{t:c}=X();return t(ir.Root,{open:e,onOpenChange:e=>!e&&r(),children:n(ir.Portal,{children:[t(ir.Overlay,{className:`fixed inset-0 z-50 bg-black/80 backdrop-blur-sm transition-all duration-300 data-[state=open]:animate-in data-[state=closed]:animate-out data-[state=closed]:fade-out-0 data-[state=open]:fade-in-0`}),n(ir.Content,{className:`fixed inset-2 sm:inset-4 z-50 flex flex-col bg-white dark:bg-gray-900 rounded-xl shadow-2xl transition-all duration-300 ease-out data-[state=open]:animate-in data-[state=closed]:animate-out data-[state=closed]:fade-out-0 data-[state=open]:fade-in-0 data-[state=closed]:zoom-out-98 data-[state=open]:zoom-in-98 data-[state=closed]:slide-out-to-bottom-2 data-[state=open]:slide-in-from-bottom-2`,onEscapeKeyDown:r,children:[t(ir.Close,{asChild:!0,children:t(o,{variant:`unstyled`,onClick:r,className:`absolute top-3 end-3 z-10 p-2 rounded-lg bg-white/80 dark:bg-gray-800/80 backdrop-blur-sm hover:bg-gray-100 dark:hover:bg-gray-700 transition-colors duration-150 shadow-sm`,"aria-label":c(`agent.closeFullscreen`),children:t(er,{className:`w-5 h-5 text-gray-600 dark:text-gray-300`})})}),t(`div`,{className:`flex-1 overflow-auto p-4 sm:p-6 animate-in fade-in-0 duration-500 delay-150`,children:s}),t(`div`,{className:`flex items-center justify-between px-4 sm:px-6 py-3 border-t border-gray-200 dark:border-gray-800 bg-gray-50/50 dark:bg-gray-800/50 rounded-b-xl`,children:n(`div`,{className:`flex flex-col`,children:[t(ir.Title,{className:`text-base font-semibold text-gray-900 dark:text-gray-100`,children:i||c(`agent.dashboard`)}),a&&t(ir.Description,{className:`text-sm text-gray-500 dark:text-gray-400 mt-0.5`,children:a})]})})]})]})})}function aa(e,t){if(t===`chart`)return 280;let n=1;if(e.vconcat)n=Array.isArray(e.vconcat)?e.vconcat.length:1;else if(e.concat){let t=e.columns||2,r=Array.isArray(e.concat)?e.concat.length:1;n=Math.ceil(r/t)}else e.facet&&(n=2);return Math.max(500,n*280+40)}const oa={categorical:[`#6366f1`,`#8b5cf6`,`#ec4899`,`#f43f5e`,`#f97316`,`#eab308`,`#22c55e`,`#14b8a6`,`#06b6d4`,`#3b82f6`],blues:[`#dbeafe`,`#93c5fd`,`#3b82f6`,`#1d4ed8`,`#1e3a8a`],purples:[`#f3e8ff`,`#c4b5fd`,`#8b5cf6`,`#6d28d9`,`#4c1d95`],greens:[`#dcfce7`,`#86efac`,`#22c55e`,`#15803d`,`#14532d`],diverging:[`#ef4444`,`#fca5a5`,`#fef3c7`,`#86efac`,`#22c55e`]};function sa(e){return typeof e==`object`&&!!e&&!Array.isArray(e)}function ca(e){return sa(e)}function la(e){let t=JSON.parse(JSON.stringify(e)),n=[`vconcat`,`hconcat`,`concat`];if(!n.some(e=>Array.isArray(t[e])))return t;let r=[];if(Array.isArray(t.params))for(let e of t.params)e&&typeof e==`object`&&e.name&&e.select&&r.push({name:e.name,param:e});if(r.length===0)return t;for(let{name:e,param:i}of r){let r=i.select?.fields||[],a=i.select?.bind===`legend`,o=null;for(let e of n)if(Array.isArray(t[e])){o=t[e];break}if(!o||o.length===0)continue;let s=0;for(let e=0;e<o.length;e++){let t=o[e];if(da(t,r)||a&&fa(t,r)){s=e;break}}let c=o[s];c.params||=[],c.params.push(i),t.params=(t.params??[]).filter(t=>t.name!==e)}return Array.isArray(t.params)&&t.params.length===0&&delete t.params,t}function ua(e,t){if(!t||Object.keys(t).length===0)return e;let n=JSON.parse(JSON.stringify(e)),r=e=>{for(let n of e)n.name&&n.name in t&&(n.value=t[n.name])};Array.isArray(n.params)&&r(n.params);let i=e=>{if(Array.isArray(e)){for(let t of e)if(Array.isArray(t.params)&&r(t.params),t.vconcat&&i(t.vconcat),t.hconcat&&i(t.hconcat),t.concat&&i(t.concat),Array.isArray(t.layer))for(let e of t.layer)Array.isArray(e.params)&&r(e.params)}};if(n.vconcat&&i(n.vconcat),n.hconcat&&i(n.hconcat),n.concat&&i(n.concat),Array.isArray(n.layer))for(let e of n.layer)e&&Array.isArray(e.params)&&r(e.params);return n}function da(e,t){if(!e?.encoding)return!1;for(let n of t)for(let t of Object.values(e.encoding))if(t.field===n)return!0;if(Array.isArray(e.layer)){for(let n of e.layer)if(da(n,t))return!0}return!1}function fa(e,t){if(!e)return!1;let n=e=>{if(!e)return!1;let n=e.color?.field;return!!n&&t.includes(n)};if(n(e.encoding))return!0;if(Array.isArray(e.layer)){for(let t of e.layer)if(n(t.encoding))return!0}return!1}function pa(e,t=[]){let n=[];if(!e||typeof e!=`object`)return n;if(e.data&&typeof e.data==`object`){let r=e.data.url;typeof r==`string`&&r.startsWith(`artifact:`)&&n.push({path:[...t,`data`],artifactPath:r.replace(/^artifact:/,``).trim()})}for(let r of[`layer`,`vconcat`,`hconcat`,`concat`,`spec`,`repeat`,`facet`])if(r in e){let i=e[r];Array.isArray(i)?i.forEach((e,i)=>{ca(e)&&n.push(...pa(e,[...t,r,String(i)]))}):ca(i)&&n.push(...pa(i,[...t,r]))}return n}function ma(e,t){let n=JSON.parse(JSON.stringify(e));for(let[e,r]of t){let t=e.split(`.`),i=n;for(let e=0;e<t.length-1;e++){let n=i[t[e]];if(!sa(n))break;i=n}let a=t[t.length-1],o=i[a];sa(o)&&(delete o.url,o.values=r)}return n}function ha(e){let t={background:`transparent`,view:{stroke:`transparent`},range:{category:oa.categorical,diverging:oa.diverging,heatmap:oa.purples,ramp:oa.blues},mark:{tooltip:!0},bar:{tooltip:!0,cornerRadiusTopLeft:4,cornerRadiusTopRight:4},line:{tooltip:!0,strokeWidth:2.5,strokeCap:`round`},point:{tooltip:!0,size:60,filled:!0},area:{tooltip:!0,fillOpacity:.7,line:!0},rect:{tooltip:!0,cornerRadius:2},arc:{tooltip:!0,cornerRadius:4},circle:{tooltip:!0,size:80}};return e?{...t,axis:{labelColor:`#a1a1aa`,titleColor:`#e4e4e7`,gridColor:`#3f3f46`,domainColor:`#52525b`,tickColor:`#52525b`,labelFont:`Inter, system-ui, sans-serif`,titleFont:`Inter, system-ui, sans-serif`,labelFontSize:11,titleFontSize:12,titleFontWeight:500},legend:{labelColor:`#a1a1aa`,titleColor:`#e4e4e7`,labelFont:`Inter, system-ui, sans-serif`,titleFont:`Inter, system-ui, sans-serif`,labelFontSize:11,titleFontSize:12,symbolSize:100},title:{color:`#fafafa`,font:`Inter, system-ui, sans-serif`,fontSize:14,fontWeight:600}}:{...t,axis:{labelColor:`#71717a`,titleColor:`#3f3f46`,gridColor:`#e4e4e7`,domainColor:`#d4d4d8`,tickColor:`#d4d4d8`,labelFont:`Inter, system-ui, sans-serif`,titleFont:`Inter, system-ui, sans-serif`,labelFontSize:11,titleFontSize:12,titleFontWeight:500},legend:{labelColor:`#71717a`,titleColor:`#3f3f46`,labelFont:`Inter, system-ui, sans-serif`,titleFont:`Inter, system-ui, sans-serif`,labelFontSize:11,titleFontSize:12,symbolSize:100},title:{color:`#18181b`,font:`Inter, system-ui, sans-serif`,fontSize:14,fontWeight:600}}}const ga=Ze(function({spec:r,artifactRunId:i}){let{t:a}=X(),{title:s,description:c,options:l}=r,u=r.spec,[d,f]=Y(!1),[p,m]=Y(!1),[h,g]=Y(null),[_,v]=Y(!1),y=J(null),b=J(null),x=J(null),{client:S}=Z(),C=$i(),w=J(S);w.current=S;let T=J(C);T.current=C;let[E,D]=Y(null),[O,k]=Y(!1),[A,j]=Y(null),M=l?.mode||`chart`,N=M===`dashboard`,P=l?.enableFullscreen??N,F=l?.height||aa(u,M);K(()=>{let e=pa(u);if(e.length===0){D(u),k(!1),j(null);return}i?console.info(`[VegaLiteChart] resolving artifacts with runId:`,i,e.map(e=>e.artifactPath)):console.warn(`[VegaLiteChart] artifact references found but artifactRunId is missing!`,{references:e.map(e=>e.artifactPath),artifactRunId:i});let t=!1;return k(!0),j(null),(async()=>{let n=new Map,r=w.current,a=T.current;for(let o of e)try{let e=o.path.join(`.`),t;if(i&&!ea(o.artifactPath)){let e=ta(i,o.artifactPath,`inline`);t=a?await a.getOrFetch(e,async()=>(await r.files.getArtifactDownloadUrl(i,o.artifactPath,`inline`)).url):(await r.files.getArtifactDownloadUrl(i,o.artifactPath,`inline`)).url}else{let e=na(o.artifactPath);t=a?await a.getOrFetch(e,async()=>(await r.files.getDownloadUrl(o.artifactPath)).url):(await r.files.getDownloadUrl(o.artifactPath)).url}let s=await fetch(t);if(!s.ok)throw Error(`Failed to fetch artifact data: ${s.statusText}`);let c=o.artifactPath.toLowerCase().endsWith(`.csv`),l;if(c){let e=await s.text();l=or.parse(e,{header:!0,skipEmptyLines:!0,dynamicTyping:!0}).data}else{let e=await s.json();l=Array.isArray(e)?e:[e]}n.set(e,l)}catch(e){console.error(`Failed to resolve artifact: ${o.artifactPath}`,e),t||j(`Failed to load data from artifact: ${o.artifactPath}`);return}t||(D(ma(u,n)),k(!1))})(),()=>{t=!0}},[u,i]);let[I,L]=Y(!1),R=J(!1);K(()=>{let e=()=>{let e=document.documentElement.classList.contains(`dark`);e!==R.current&&(R.current=e,L(e))};e();let t=new MutationObserver(e);return t.observe(document.documentElement,{attributes:!0,attributeFilter:[`class`]}),()=>t.disconnect()},[]);let[z,ee]=Y(0),te=J(0);K(()=>{if(!x.current)return;let e,t=new ResizeObserver(t=>{clearTimeout(e),e=setTimeout(()=>{let e=t[0]?.contentRect.width;e&&e!==te.current&&(te.current=e,ee(e))},100)});t.observe(x.current);let n=x.current.clientWidth;return te.current=n,ee(n),()=>{clearTimeout(e),t.disconnect()}},[]);let ne=q(()=>pa(u).length>0,[u]),re=q(()=>{if(ne&&!E)return null;let e=E||u;return e?(l?.parameterValues&&(e=ua(e,l.parameterValues)),la(e)):null},[E,u,ne,l?.parameterValues]),ie=G((e,t)=>{if(!e||typeof e!=`object`)return e;if(e.hconcat&&Array.isArray(e.hconcat)){let n=e.hconcat.length,r=(e.spacing??10)*(n-1),i=Math.floor((t-r)/n);return{...e,hconcat:e.hconcat.map(e=>ie(e,i))}}if(e.vconcat&&Array.isArray(e.vconcat))return{...e,vconcat:e.vconcat.map(e=>ie(e,t))};if(e.concat&&Array.isArray(e.concat)){let n=e.columns??e.concat.length,r=(e.spacing??10)*(n-1),i=Math.floor((t-r)/n);return{...e,concat:e.concat.map(e=>ie(e,i))}}let n=e.width;return n===`container`||typeof n==`number`&&n>t?{...e,width:t}:e},[]),ae=G((e,t=!1)=>{if(!re)return null;let n=ha(I),r=t?typeof window<`u`?Math.min(window.innerWidth-80,1400):1200:z>0?z-24:500,i=`vconcat`in re||`hconcat`in re||`concat`in re,a=i?{type:`pad`,contains:`padding`}:{type:`fit`,contains:`padding`},o=re;i&&r&&(o=ie(re,r));let c=o.width,l=i?void 0:c===`container`?r:c??r,{width:u,...d}=o;return{$schema:`https://vega.github.io/schema/vega-lite/v6.json`,...!i&&l?{width:l}:{},height:t?void 0:e,autosize:a,...i?o:d,...s&&!re.title?{title:s}:{},config:{...n,...re.config}}},[re,s,I,z,ie]),oe=G(async()=>{let e=_?b.current:y.current;if(!(!e||p))try{(await e.toCanvas(2)).toBlob(async e=>{e&&(await navigator.clipboard.write([new ClipboardItem({"image/png":e})]),m(!0),setTimeout(()=>m(!1),2e3))},`image/png`)}catch(e){console.error(`Failed to copy chart:`,e)}},[p,_]),se=G(async()=>{let e=_?b.current:y.current;if(!(!e||d)){f(!0);try{let t=await e.toImageURL(`png`,2),n=document.createElement(`a`);n.download=`${s||`chart`}.png`,n.href=t,n.click()}catch(e){console.error(`Failed to export chart:`,e)}finally{f(!1)}}},[s,d,_]),ce=G(e=>{y.current=e,g(null)},[]),le=G(e=>{b.current=e},[]),ue=G(e=>{console.error(`Vega-Lite rendering error:`,e),g(e instanceof Error?e.message:`Unknown error`)},[]),de=G(()=>{v(e=>!e)},[]);K(()=>{g(null)},[u]);let fe=({className:e})=>n(`div`,{className:$(`flex items-center gap-2`,e),children:[n(o,{variant:`unstyled`,onClick:oe,disabled:p,className:`text-xs px-2 py-1 rounded border border-gray-300 dark:border-gray-700 bg-gray-100 dark:bg-gray-800 text-gray-700 dark:text-gray-300 hover:bg-gray-200 dark:hover:bg-gray-700 cursor-pointer transition-colors disabled:opacity-50 flex items-center gap-1`,title:a(`agent.copyToClipboard`),children:[t(p?pt:Pt,{className:`w-3 h-3`}),a(p?`agent.copied`:`agent.copy`)]}),n(o,{variant:`unstyled`,onClick:se,disabled:d,className:`text-xs px-2 py-1 rounded border border-gray-300 dark:border-gray-700 bg-gray-100 dark:bg-gray-800 text-gray-700 dark:text-gray-300 hover:bg-gray-200 dark:hover:bg-gray-700 cursor-pointer transition-colors disabled:opacity-50 disabled:cursor-not-allowed flex items-center gap-1`,title:a(`agent.exportAsPng`),children:[t(Lt,{className:`w-3 h-3`}),a(d?`agent.exporting`:`agent.export`)]}),P&&n(o,{variant:`unstyled`,onClick:de,className:`text-xs px-2 py-1 rounded border border-gray-300 dark:border-gray-700 bg-gray-100 dark:bg-gray-800 text-gray-700 dark:text-gray-300 hover:bg-gray-200 dark:hover:bg-gray-700 cursor-pointer transition-colors flex items-center gap-1`,title:a(_?`agent.exitFullscreen`:`agent.fullscreen`),children:[t(_?vn:hn,{className:`w-3 h-3`}),a(_?`agent.exit`:`agent.fullscreen`)]})]});if(O||ne&&!E)return t(`div`,{className:`bg-white dark:bg-gray-900 rounded-lg border border-gray-200 dark:border-gray-800 shadow-sm`,children:n(`div`,{className:`flex flex-col gap-2 p-3`,children:[t(`div`,{className:`flex items-center justify-between`,children:t(`span`,{className:`font-medium text-sm text-gray-900 dark:text-gray-100`,children:s||`Chart`})}),t(`div`,{className:`flex items-center justify-center bg-gray-50 dark:bg-gray-800 rounded`,style:{width:`100%`,height:F},children:n(`div`,{className:`flex items-center gap-2 text-gray-500 dark:text-gray-400`,children:[t(fn,{className:`w-5 h-5 animate-spin`}),t(`span`,{className:`text-sm`,children:`Loading data from artifacts...`})]})})]})});if(A)return t(`div`,{className:`bg-white dark:bg-gray-900 rounded-lg border border-gray-200 dark:border-gray-800 shadow-sm`,children:n(`div`,{className:`flex flex-col gap-2 p-3`,children:[t(`div`,{className:`flex items-center justify-between`,children:t(`span`,{className:`font-medium text-sm text-gray-900 dark:text-gray-100`,children:s||`Chart`})}),t(`div`,{style:{width:`100%`,height:F},children:t(ra,{error:A,chartTitle:s})})]})});if(h)return t(`div`,{className:`bg-white dark:bg-gray-900 rounded-lg border border-gray-200 dark:border-gray-800 shadow-sm`,children:n(`div`,{className:`flex flex-col gap-2 p-3`,children:[t(`div`,{className:`flex items-center justify-between`,children:t(`span`,{className:`font-medium text-sm text-gray-900 dark:text-gray-100`,children:s||`Chart`})}),t(`div`,{style:{width:`100%`,height:F},children:t(ra,{error:h,chartTitle:s})})]})});let pe=ae(F),me=ae(0,!0);return pe?(typeof window<`u`&&localStorage.getItem(`DEBUG_VEGA_RENDERS`)&&console.log(`VegaLite rendering with spec:`,{title:s,hasData:!!pe.data?.values,dataLength:pe.data?.values?.length}),n(e,{children:[t(`div`,{className:$(`bg-white dark:bg-gray-900 rounded-lg border border-gray-200 dark:border-gray-800 shadow-sm`,N&&`border-2`),children:n(`div`,{className:`flex flex-col gap-2 p-3`,children:[n(`div`,{className:`flex items-center justify-between`,children:[n(`div`,{className:`flex items-center gap-2`,children:[t(`span`,{className:`font-medium text-sm text-gray-900 dark:text-gray-100`,children:s||(N?`Dashboard`:`Chart`)}),N&&t(`span`,{className:`text-xs px-2 py-0.5 rounded-full bg-indigo-100 dark:bg-indigo-900 text-indigo-700 dark:text-indigo-300`,children:`Interactive`})]}),t(fe,{})]}),c&&t(`span`,{className:`text-xs text-gray-500 dark:text-gray-400`,children:c}),t(`div`,{ref:x,className:`bg-white dark:bg-gray-900 rounded overflow-hidden`,style:{width:`100%`,height:F,minWidth:0},children:t(sr,{spec:pe,onEmbed:e=>ce(e.view),onError:ue,options:{renderer:l?.renderer||`canvas`,actions:!1}})})]})}),n(ia,{isOpen:_,onClose:()=>v(!1),title:s||(N?`Dashboard`:`Chart`),description:c,children:[t(`div`,{className:`w-full h-full min-h-[calc(100vh-200px)]`,children:me&&t(sr,{spec:me,onEmbed:e=>le(e.view),onError:ue,options:{renderer:l?.renderer||`canvas`,actions:!1}})}),t(`div`,{className:`absolute bottom-6 end-6`,children:t(fe,{className:`bg-white dark:bg-gray-800 rounded-lg shadow-lg p-2 border border-gray-200 dark:border-gray-700`})})]})]})):null},(e,t)=>JSON.stringify(e.spec)===JSON.stringify(t.spec)&&e.artifactRunId===t.artifactRunId);function _a(e){return e.library===`vega-lite`&&typeof e.spec==`object`}function va(e){return e.library===`recharts`||e.library===void 0}function ya(e){return typeof e.$schema==`string`&&e.$schema.includes(`vega`)}const ba=Ze(function({spec:e,artifactRunId:r}){return _a(e)?t(ga,{spec:e,artifactRunId:r}):ya(e)?t(ga,{spec:{library:`vega-lite`,spec:e},artifactRunId:r}):n(`div`,{className:`my-5 rounded-lg border border-amber-200 bg-amber-50 p-4 text-sm text-amber-900 dark:border-amber-900 dark:bg-amber-950 dark:text-amber-200`,children:[`Recharts chart rendering has been retired. Use a Vega-Lite chart spec (`,t(`code`,{children:`library: "vega-lite"`}),` with `,t(`code`,{children:`spec`}),`).`]})},(e,t)=>JSON.stringify(e.spec)===JSON.stringify(t.spec)&&e.artifactRunId===t.artifactRunId);function xa(e,t){return e===`live`?e:t===0?`live`:Math.min(Math.max(e,0),t-1)}function Sa(e,t){return t===0?-1:e===`live`?t-1:Math.min(Math.max(e,0),t-1)}function Ca(e,t){if(e.length===0)return null;let n=t===`live`?e.length:Sa(t,e.length);for(let t=Math.min(n-1,e.length-1);t>=0;t--)if(e[t].type===Q.QUESTION)return t;return null}function wa(e,t){if(e.length===0||t===`live`)return null;let n=Sa(t,e.length);for(let t=n+1;t<e.length;t++)if(e[t].type===Q.QUESTION)return t;return`live`}function Ta(e,t,n){let r=n?xa(t,e.length):`live`,i=Sa(r,e.length),a=!n||r===`live`,o=a?e:e.slice(0,i+1);return{cursor:r,cursorIndex:i,isLive:a,renderedMessageCount:o.length,displayedMessages:o}}function Ea(e){let t=e.indexOf(`?`);return t===-1?new URLSearchParams:new URLSearchParams(e.slice(t+1))}function Da(){return!(typeof window>`u`)}function Oa(){if(!Da())return!1;let e=new URLSearchParams(window.location.search),t=Ea(window.location.hash),n=e.get(`agentChatPlayback`)??t.get(`agentChatPlayback`);return n===`1`||n===`true`}const ka=Da,Aa=Oa;function ja({cursor:e,messages:r,onChangeCursor:i,className:a}){let{t:s}=X(),c=r.length,l=e===`live`,u=Sa(e,c),d=c>0&&(l||u>0),f=!l&&c>0,p=c>0&&(l||u>0),m=!l&&c>0&&u<c-1,h=c===0?0:u+1,[g,_]=Y(String(h));K(()=>{_(String(h))},[h]);let v=()=>{if(c!==0){if(e===`live`){i(c-1);return}i(Math.max(0,u-1))}},y=()=>{if(!(c===0||e===`live`)){if(u>=c-1){i(`live`);return}i(u+1)}},b=()=>{c!==0&&i(0)},x=()=>{c!==0&&i(c-1)},S=()=>{_(String(h))},C=(e,t=!1)=>{if(c===0){_(`0`);return}let n=Number.parseInt(e,10);if(!Number.isFinite(n)){t&&S();return}let r=Math.min(Math.max(n,1),c);_(String(r)),i(r-1)},w=e=>{c!==0&&C(e)},T=c>1,E=+!!T,D=Math.max(1,c),O=`size-7 rounded-lg text-muted hover:text-foreground disabled:opacity-35`,k=`${Math.max(3,String(c).length+1)}ch`;return n(`div`,{className:V(`inline-flex max-w-full flex-col gap-1 rounded-xl border border-border/70 bg-background/95 px-2 py-1 text-sm leading-none text-muted shadow-lg shadow-black/10 backdrop-blur`,a),"data-testid":`agent-test-playback-controls`,"data-playback-cursor":e,"data-live-message-count":c,"data-rendered-message-count":l?c:u+1,children:[n(`div`,{className:`flex max-w-full items-center gap-1`,children:[t(`span`,{className:`ms-2 me-1 font-medium leading-none text-foreground/80`,children:s(`agent.rewind.label`)}),t(o,{type:`button`,variant:`ghost`,size:`icon`,"aria-label":s(`agent.rewind.jumpToStart`),title:s(`agent.rewind.jumpToStart`),disabled:!p,onClick:b,className:O,children:t(Tt,{className:`size-4`})}),t(o,{type:`button`,variant:`ghost`,size:`icon`,"aria-label":s(`agent.rewind.previousMessage`),title:s(`agent.rewind.previousMessage`),disabled:!d,onClick:v,className:O,children:t(xt,{className:`size-4`})}),n(`span`,{className:`inline-flex min-w-16 items-center justify-center gap-0.5 px-1 font-medium leading-none tabular-nums text-foreground/80`,"data-testid":`agent-test-playback-position`,children:[t(F,{type:`text`,variant:`unstyled`,size:`sm`,clearable:!1,inputMode:`numeric`,pattern:`[0-9]*`,value:g,"aria-label":s(`agent.rewind.positionInput`),disabled:c===0,onChange:e=>{_(e.replace(/\D/g,``))},onBlur:e=>C(e.currentTarget.value,!0),onKeyDown:e=>{e.key===`Enter`&&(C(e.currentTarget.value,!0),e.currentTarget.blur())},style:{width:k},className:`h-7 w-auto rounded-md border border-transparent bg-transparent px-1 text-center text-sm font-medium leading-none tabular-nums text-foreground outline-none transition-colors hover:border-border focus:border-ring focus:bg-muted/30 disabled:opacity-50`}),t(`span`,{"aria-hidden":`true`,className:`text-muted`,children:`/`}),t(`span`,{className:`text-muted`,children:c})]}),t(o,{type:`button`,variant:`ghost`,size:`icon`,"aria-label":s(`agent.rewind.nextMessage`),title:s(`agent.rewind.nextMessage`),disabled:!f,onClick:y,className:O,children:t(St,{className:`size-4`})}),t(o,{type:`button`,variant:`ghost`,size:`icon`,"aria-label":s(`agent.rewind.jumpToLatest`),title:s(`agent.rewind.jumpToLatest`),disabled:!m,onClick:x,className:O,children:t(Et,{className:`size-4`})}),t(o,{type:`button`,variant:l?`secondary`:`ghost`,size:`icon`,"aria-label":s(`agent.rewind.jumpToLive`),title:s(`agent.rewind.jumpToLive`),disabled:l,onClick:()=>i(`live`),className:V(O,l&&`bg-muted text-foreground`),children:t(An,{className:`size-4`})})]}),t(`div`,{className:`px-2 pb-1`,children:t(be,{min:E,max:D,step:1,value:[h],"aria-label":s(`agent.rewind.positionInput`),disabled:!T,onValueChange:([e])=>w(String(e)),className:`h-2`})})]})}Ye(void 0);var Ma=class{filter(e,t){let n=t.toLowerCase();return e.filter(e=>this.valueOf(e).toLowerCase().includes(n))}renderOption(e){return this.valueOf(e)}findById(e,t){return e.find(e=>this.idOf(e)===t)}createItem(e){return null}},Na=class e extends Ma{valueOf(e){return String(e)}idOf(e){return String(e)}static instance=new e};(class e extends Na{createItem(e){return e}static instance=new e});const Pa=W.createContext(void 0);function Fa(){return W.useContext(Pa)}const Ia=Mr.Provider,La=Mr.Root,Ra=Mr.Trigger,za=U.forwardRef(({className:e,sideOffset:n=4,side:r=`top`,...i},a)=>{let o=Fa();return t(Mr.Portal,{container:o,children:t(Mr.Content,{ref:a,sideOffset:n,side:r,style:{zIndex:100},className:$(`max-w-[90vw]`,`z-50 overflow-hidden rounded-md bg-tooltips border border-border px-3 py-1.5 text-xs animate-in fade-in-0 zoom-in-95 data-[state=closed]:animate-out data-[state=closed]:fade-out-0 data-[state=closed]:zoom-out-95 data-[side=bottom]:slide-in-from-top-2 data-[side=left]:slide-in-from-right-2 data-[side=right]:slide-in-from-left-2 data-[side=top]:slide-in-from-bottom-2`,e),...i})})});za.displayName=Mr.Content.displayName;function Ba({description:e,children:r,size:i=`sm`,placement:a=`top`,className:o,asChild:s}){let[c,l]=U.useState(!1),u=U.useRef(!1);return U.useEffect(()=>{let e=()=>{l(!1),u.current=!0,requestAnimationFrame(()=>{u.current=!1})};return window.addEventListener(`blur`,e),document.addEventListener(`visibilitychange`,e),()=>{window.removeEventListener(`blur`,e),document.removeEventListener(`visibilitychange`,e)}},[]),t(Ia,{delayDuration:0,children:n(La,{open:c,onOpenChange:e=>{u.current||l(e)},children:[t(Ra,{className:`cursor-pointer`,asChild:s,children:r}),t(za,{side:a,className:`px-3 py-1.5 max-w-${i} text-${i} px-3 ${o}`,children:e})]})})}const Va=new Set;function Ha(e,t,n){K(()=>{t&&!Va.has(e)&&(Va.add(e),console.warn(`[@vertesia/ui] ${e} is deprecated: ${n}`))},[t,n,e])}const Ua=jr(`hover:cursor-pointer inline-flex items-center justify-center gap-2 whitespace-nowrap rounded-md text-sm font-medium transition-colors focus-visible:outline-hidden focus-visible:ring-1 focus-visible:ring-ring disabled:pointer-events-none disabled:opacity-50 [&_svg]:pointer-events-none [&_svg]:size-4 [&_svg]:shrink-0`,{variants:{variant:{destructive:`bg-destructive dark:bg-destructive/10 text-destructive ring-1 ring-inset ring-destructive-muted/50 dark:ring-destructive-muted/50 shadow-xs hover:bg-destructive/50`,outline:`border border-input bg-background shadow-xs hover:bg-muted ring-inset`,secondary:`bg-primary/5 dark:bg-primary/10 text-primary shadow-xs hover:bg-primary/10 dark:hover:bg-primary/20 ring-inset`,ghost:`hover:bg-muted/50 dark:hover:bg-muted/20 ring-inset`,link:`text-foreground underline-offset-4 hover:underline ring-inset`,primary:`bg-primary text-white shadow-xs hover:bg-primary/90 ring-inset`,unstyled:``},size:{xs:`h-7 rounded px-2 py-1 text-xs gap-x-1`,sm:`h-8 rounded px-3 text-xs`,md:`h-9 rounded-md px-4 py-2`,lg:`h-10 rounded-md px-3`,xl:`rounded-md px-3.5 py-2.5 text-sm gap-x-2`,icon:`p-0 m-0 rounded-full`,none:``}},defaultVariants:{variant:`primary`,size:`md`}}),Wa=U.forwardRef(({className:r,variant:i,size:a,asChild:o=!1,alt:s,isDisabled:c,isLoading:l,title:u,onClick:d,type:f,...p},m)=>{Ha(`Button.alt`,s!==void 0,"use aria-label for the accessible name and wrap in <VTooltip> for a visual tooltip. `alt` is forwarded to both for one release.");let h=o?Ar:`button`,g=o?f:f??`button`,_=p[`aria-label`]??s,v=o?p.children:n(e,{children:[l&&t(fn,{className:`animate-spin`}),p.children]}),y=t(h,{className:We($(Ua({variant:i,size:a})),r),disabled:c||l||p.disabled,ref:m,onClick:d,type:g,autoFocus:!1,...p,"aria-label":_,children:v});return s||u?t(Ba,{description:s||u,asChild:!0,className:`cursor-pointer`,size:`xs`,placement:`top`,children:y}):y});Wa.displayName=`Button`;const Ga=U.forwardRef(({size:e,content:n,toast:r,className:i,alt:a,"aria-label":o,...s},c)=>{let[l,u]=Y(!1),{t:d}=X();Ha(`CopyButton.alt`,a!==void 0,"use aria-label for the accessible name. `alt` is forwarded for one release.");let f=e=>{e.stopPropagation(),navigator.clipboard.writeText(n).then(()=>{u(!0),setTimeout(()=>u(!1),2e3),r?.toast&&r.toast({status:`success`,title:r.message||d(`misc.copiedToClipboard`),duration:2e3})}).catch(e=>{console.error(`Failed to copy text: `,e),r?.toast&&r.toast({status:`error`,title:d(`misc.failedToCopy`),duration:2e3})})},p=o??a??d(`misc.copy`);return t(Wa,{ref:c,className:$(i),variant:`unstyled`,size:e||`sm`,onClick:f,...s,"aria-label":p,title:p,children:l?t(pt,{className:`text-success`}):t(Ft,{className:`size-4`})})});Ga.displayName=`CopyButton`;function Ka(e){return t=>{(t.key===`Enter`||t.key===` `)&&(t.preventDefault(),e(t))}}const qa=jr(`inline-flex items-center rounded-md px-2 py-1 text-xs font-medium`,{variants:{variant:{default:`text-foreground bg-muted`,secondary:`bg-secondary text-primary`,destructive:`bg-destructive text-destructive`,attention:`bg-attention text-attention`,success:`bg-success text-success`,info:`bg-info text-info`,done:`bg-done text-done`,outline:`bg-transparent border border-border text-foreground`}},defaultVariants:{variant:`default`}});function Ja({className:e,variant:n,children:r,onClick:i,...a}){let o=i?{role:`button`,tabIndex:0,onClick:i,onKeyDown:Ka(i)}:{};return t(`span`,{className:$(qa({variant:n}),e),...o,...a,children:r})}jr(`inline-flex items-center gap-x-1.5 rounded-md px-2 py-1 text-xs font-medium ring-1 ring-inset ring-border`,{variants:{variant:{default:``,success:``,destructive:``,attention:``,done:``,info:``,outline:``}},defaultVariants:{variant:`default`}}),jr(`h-1.5 w-1.5`,{variants:{variant:{default:`fill-foreground`,success:`fill-success`,destructive:`fill-destructive`,attention:`fill-attention`,done:`fill-done`,info:`fill-info`,outline:`fill-foreground`}},defaultVariants:{variant:`default`}});function Ya({className:e,children:n}){return t(`ul`,{className:`${e} space-y-1 flex flex-col items-start`,children:n})}Ya.Item=Xe(function(e,n){let{current:r,children:i,className:a,href:o=`#`,onClick:s,...c}=e;return t(`li`,{className:We(a,r?`bg-muted`:``,`w-full p-2 ps-3 text-sm leading-6 font-semibold hover:bg-muted`),children:t(`a`,{ref:n,href:o,onClick:e=>{s?(e.preventDefault(),s(e)):o===`#`&&e.preventDefault()},className:`w-full flex items-center gap-x-3`,...c,children:i})})});const Xa=`rounded-md text-sm flex w-full rounded-md border border-input bg-background ring-offset-background file:border-0 file:bg-transparent file:text-sm file:font-medium file:text-foreground placeholder:text-muted-foreground focus-visible:outline-none focus-visible:ring-1 ring-inset focus-visible:ring-ring disabled:cursor-not-allowed disabled:opacity-50`,Za={INPUT_UNSTYLED:`block m-0 p-0 w-full border-0 focus:outline-hidden focus:ring-0 bg-transparent`,INPUT_NO_PADDING:Xa,INPUT:`${Xa} py-1.5`};function Qa(e){return e==null||Number.isNaN(e)?``:e.toString()}W.forwardRef(({value:e,onChange:n,className:r,noScroll:i=!1,noSpinners:a=!1,...o},s)=>{let[c,l]=W.useState(Qa(e));return K(()=>{(e==null||!Number.isNaN(e))&&l(Qa(e))},[e]),t(`input`,{onWheel:i?e=>{e.currentTarget.blur()}:o.onWheel,type:`number`,value:c,onChange:e=>{let t=e.target.value;l(t),t===``?n?.(void 0,t):n?.(parseFloat(t),t)},className:We(r,Za.INPUT,{"no-spinners":a},a&&`[appearance:textfield] [&::-webkit-outer-spin-button]:appearance-none [&::-webkit-inner-spin-button]:appearance-none`),ref:s,...o})});const $a=U.forwardRef(({...e},n)=>t(`nav`,{ref:n,"aria-label":`breadcrumb`,...e}));$a.displayName=`Breadcrumb`;const eo=U.forwardRef(({className:e,...n},r)=>t(`ol`,{ref:r,className:$(`flex flex-wrap items-center gap-1.5 break-words text-sm text-muted sm:gap-2.5`,e),...n}));eo.displayName=`BreadcrumbList`;const to=U.forwardRef(({className:e,...n},r)=>t(`li`,{ref:r,className:$(`inline-flex items-center gap-1.5 text-muted`,e),...n}));to.displayName=`BreadcrumbItem`;const no=U.forwardRef(({asChild:e,className:n,...r},i)=>t(`a`,{ref:i,className:$(`transition-colors hover:text-muted`,n),...r}));no.displayName=`BreadcrumbLink`;const ro=U.forwardRef(({className:e,href:n,onClick:r,...i},a)=>t(Wa,{variant:`ghost`,size:`md`,ref:a,className:$(`p-0! hover:underline! hover:bg-background!`,e),onClick:e=>{e.preventDefault(),r&&r(e)},...i}));ro.displayName=`BreadcrumbButton`;const io=U.forwardRef(({className:e,...n},r)=>t(`span`,{ref:r,"aria-current":`page`,className:$(`font-normal text-foreground`,e),...n}));io.displayName=`BreadcrumbPage`;const ao=({children:e,className:n,...r})=>t(`li`,{role:`presentation`,"aria-hidden":`true`,className:$(`[&>svg]:w-3.5 [&>svg]:h-3.5`,n),...r,children:e??t(St,{className:`cn-rtl-flip`})});ao.displayName=`BreadcrumbSeparator`;const oo=({className:e,...r})=>n(`span`,{role:`presentation`,"aria-hidden":`true`,className:$(`flex h-9 w-9 items-center justify-center`,e),...r,children:[t(xn,{className:`h-4 w-4`}),t(`span`,{className:`sr-only`,children:`More`})]});oo.displayName=`BreadcrumbEllipsis`;const so=U.forwardRef(({className:e,...n},r)=>t(`div`,{ref:r,className:$(`rounded-xl border bg-card text-card-foreground shadow`,e),...n}));so.displayName=`Card`;const co=U.forwardRef(({className:e,...n},r)=>t(`div`,{ref:r,className:$(`flex flex-col p-6`,e),...n}));co.displayName=`CardHeader`;const lo=U.forwardRef(({className:e,...n},r)=>t(`div`,{ref:r,className:$(`font-semibold leading-none tracking-tight`,e),...n}));lo.displayName=`CardTitle`;const uo=U.forwardRef(({className:e,...n},r)=>t(`div`,{ref:r,className:$(`text-sm text-muted-foreground`,e),...n}));uo.displayName=`CardDescription`;const fo=U.forwardRef(({className:e,...n},r)=>t(`div`,{ref:r,className:$(`p-6 pt-0`,e),...n}));fo.displayName=`CardContent`;const po=U.forwardRef(({className:e,...n},r)=>t(`div`,{ref:r,className:$(`flex items-center p-6 pt-0`,e),...n}));po.displayName=`CardFooter`;const mo=U.forwardRef(({className:e,...n},r)=>t(Nr.Root,{ref:r,className:$(`peer size-4 shrink-0 rounded-sm border border-1 focus-visible:outline-none focus-visible:ring-2 focus-visible:ring-ring focus-visible:ring-offset-2 disabled:cursor-not-allowed disabled:opacity-50 data-[state=checked]:bg-primary data-[state=checked]:text-white`,e),...n,children:t(Nr.Indicator,{className:$(`flex items-center justify-center text-current`),children:t(pt,{className:`size-4`})})}));mo.displayName=Nr.Root.displayName;function ho({children:e}){return t(`span`,{style:{border:0,clip:`rect(0 0 0 0)`,height:`1px`,margin:`-1px`,overflow:`hidden`,padding:0,position:`absolute`,width:`1px`,whiteSpace:`nowrap`,wordWrap:`normal`},children:e})}const go=Ye(!1);function _o({children:e}){return t(go.Provider,{value:!0,children:e})}function vo({className:e,children:r,isOpen:i,onClose:a,description:o=`Modal Description`,noCloseButton:s=!1,allowOverflow:c=!1,disableCloseOnClickOutside:l=!1,size:u=`md`,action:d}){let f=e=>{e||a()};function p(){switch(u){case`sm`:return`max-w-[20vw]`;case`md`:return`max-w-[60vw] lg:max-w-[40vw]`;case`lg`:return`max-w-[80vw] md:max-w-[60vw]`;case`xl`:return`max-w-[95vw] lg:max-w-[80vw]`;default:return`max-w-[60vw] lg:max-w-[40vw]`}}return n(xo,{open:i,onOpenChange:e=>{(!l||e)&&f(e)},children:[c&&t(wo,{className:`z-50 fixed inset-0 bg-black/80`}),t(ho,{children:t(Eo,{children:o})}),n(To,{className:$(`min-h-20 p-4`,`fixed left-[50%] top-[50%] z-50 grid w-full translate-x-[-50%] translate-y-[-50%] border bg-background shadow-lg duration-200 sm:rounded-lg`,p(),e),children:[t(`div`,{className:`top-4 end-4 absolute`,children:n(`div`,{className:`flex gap-2`,children:[d&&d,!s&&t(Co,{onClick:()=>f(!1),asChild:!0,autoFocus:!1,children:t(Wa,{variant:`outline`,alt:`Close`,className:`data-[state=open]:bg-accent opacity-70 hover:opacity-100 rounded-sm focus:outline-none focus:ring-2 focus:ring-ring ring-offset-background focus:ring-offset-2 data-[state=open]:text-muted-foreground transition-opacity disabled:pointer-events-none`,children:t(er,{className:`size-4`})})})]})}),t(_o,{children:r})]})]})}const yo=({children:e,show:r=!0,className:i,description:a,showDivider:o=!1,...s})=>r?n(Do,{className:$(o?`border-b-solid border-b border-b-1 pb-2 mb-4`:``,`text-lg font-semibold leading-6 tracking-tight`,{"py-2":!a},i),...s,children:[e,a&&t(Eo,{className:`text-sm !font-normal text-muted-foreground pb-2`,children:a})]}):n(ho,{children:[t(Do,{children:e}),a&&t(Eo,{children:a})]}),bo=({children:e,className:n,...r})=>t(`div`,{className:$(`text-sm max-h-[80vh] overflow-y-auto`,n),...r,children:e}),xo=ir.Root,So=ir.Portal,Co=ir.Close,wo=U.forwardRef(({className:e,...n},r)=>t(ir.Overlay,{ref:r,className:$(`fixed inset-0 z-50 bg-black/80 data-[state=open]:animate-in data-[state=closed]:animate-out data-[state=closed]:fade-out-0 data-[state=open]:fade-in-0`,e),...n}));wo.displayName=ir.Overlay.displayName;const To=U.forwardRef(({className:e,children:r,...i},a)=>n(So,{container:Fa(),children:[t(wo,{}),t(ir.Content,{ref:a,autoFocus:!1,onOpenAutoFocus:e=>{e.preventDefault()},className:$(`fixed left-[50%] top-[50%] z-50 grid w-full max-w-lg translate-x-[-50%] translate-y-[-50%] border bg-background shadow-lg duration-200 data-[state=open]:animate-in data-[state=closed]:animate-out data-[state=closed]:fade-out-0 data-[state=open]:fade-in-0 data-[state=closed]:zoom-out-95 data-[state=open]:zoom-in-95 data-[state=closed]:slide-out-to-left-1/2 data-[state=closed]:slide-out-to-top-[48%] data-[state=open]:slide-in-from-left-1/2 data-[state=open]:slide-in-from-top-[48%] sm:rounded-lg`,e),...i,children:r})]}));To.displayName=ir.Content.displayName;const Eo=U.forwardRef(({className:e,...n},r)=>t(ir.Description,{ref:r,className:$(`text-sm text-muted`,e),...n}));Eo.displayName=ir.Description.displayName;const Do=U.forwardRef(({className:e,...n},r)=>t(ir.Title,{ref:r,className:$(`text-lg font-semibold leading-none tracking-tight`,e),...n}));Do.displayName=ir.Title.displayName;const Oo=U.forwardRef(({className:e,...n},r)=>t(Pr,{ref:r,className:$(`flex h-full w-full flex-col overflow-hidden rounded-md bg-popover text-popover-foreground`,e),...n}));Oo.displayName=Pr.displayName;const ko=U.forwardRef(({className:e,...r},i)=>n(`div`,{className:`flex items-center px-3 border-b`,"cmdk-input-wrapper":``,children:[t(Ln,{className:`opacity-50 size-4 shrink-0`}),t(Pr.Input,{ref:i,className:$(`focus:ring-0`,`border-0 flex h-8 w-full rounded-md bg-transparent py-3 text-sm outline-none placeholder:text-muted-foreground disabled:cursor-not-allowed disabled:opacity-50`,e),...r})]}));ko.displayName=Pr.Input.displayName;const Ao=U.forwardRef(({className:e,...n},r)=>t(Pr.List,{ref:r,className:$(`overflow-y-auto overflow-x-hidden`,e),...n}));Ao.displayName=Pr.List.displayName;const jo=U.forwardRef((e,n)=>t(Pr.Empty,{ref:n,className:`py-2 text-sm text-center`,...e}));jo.displayName=Pr.Empty.displayName;const Mo=U.forwardRef(({className:e,...n},r)=>t(Pr.Group,{ref:r,className:$(`overflow-y-auto overflow-x-hidden p-1 text-foreground`,`[&_[cmdk-group-heading]]:px-2 [&_[cmdk-group-heading]]:py-1.5 [&_[cmdk-group-heading]]:text-xs [&_[cmdk-group-heading]]:font-medium [&_[cmdk-group-heading]]:text-muted-foreground`,e),...n}));Mo.displayName=Pr.Group.displayName;const No=U.forwardRef(({className:e,...n},r)=>t(Pr.Separator,{ref:r,className:$(`-mx-1 h-px bg-border`,e),...n}));No.displayName=Pr.Separator.displayName;const Po=U.forwardRef(({className:e,...n},r)=>t(Pr.Item,{ref:r,className:$(`hover:bg-muted cursor-pointer relative flex cursor-default gap-2 select-none items-center rounded-sm px-2 py-1.5 text-sm outline-none data-[disabled=true]:pointer-events-none data-[selected='true']:bg-accent data-[selected=true]:text-accent-foreground data-[disabled=true]:opacity-50 [&_svg]:pointer-events-none [&_svg]:size-4 [&_svg]:shrink-0`,e),...n}));Po.displayName=Pr.Item.displayName;const Fo=({className:e,...n})=>t(`span`,{className:$(`ms-auto text-xs tracking-widest text-muted-foreground`,e),...n});Fo.displayName=`CommandShortcut`;const Io=U.createContext(!1);function Lo({...e}){return t(Fr.Root,{"data-slot":`dropdown-menu`,...e})}function Ro({...e}){return t(Fr.Trigger,{"data-slot":`dropdown-menu-trigger`,...e})}function zo({className:e,align:n=`start`,sideOffset:r=4,...i}){return t(Fr.Portal,{children:t(Fr.Content,{"data-slot":`dropdown-menu-content`,sideOffset:r,align:n,className:$(`data-open:animate-in data-closed:animate-out data-closed:fade-out-0 data-open:fade-in-0 data-closed:zoom-out-95 data-open:zoom-in-95 data-[side=bottom]:slide-in-from-top-2 data-[side=left]:slide-in-from-right-2 data-[side=right]:slide-in-from-left-2 data-[side=top]:slide-in-from-bottom-2 ring-foreground/10 bg-popover text-popover-foreground min-w-32 rounded-lg p-1 shadow-md ring-1 duration-100 z-50 max-h-(--radix-dropdown-menu-content-available-height) w-(--radix-dropdown-menu-trigger-width) origin-(--radix-dropdown-menu-content-transform-origin) overflow-x-hidden overflow-y-auto data-[state=closed]:overflow-hidden`,e),...i})})}function Bo({className:e,inset:n,variant:r=`default`,...i}){return t(Fr.Item,{"data-slot":`dropdown-menu-item`,"data-inset":n,"data-variant":r,className:$(`hover:bg-muted focus:bg-muted data-[variant=destructive]:text-destructive data-[variant=destructive]:focus:bg-destructive/10 dark:data-[variant=destructive]:focus:bg-destructive/20 data-[variant=destructive]:focus:text-destructive data-[variant=destructive]:*:[svg]:text-destructive gap-2 rounded-md px-1.5 py-1 text-sm data-inset:ps-7 [&_svg:not([class*='size-'])]:size-4 group/dropdown-menu-item relative flex cursor-default items-center outline-hidden select-none data-disabled:pointer-events-none data-disabled:opacity-50 [&_svg]:pointer-events-none [&_svg]:shrink-0`,e),...i})}const Vo={left:`start`,center:`center`,right:`end`};function Ho({trigger:e,children:r,align:i=`right`,hover:a}){let[o,s]=U.useState(!1),c=U.useRef(null);return a?n(`div`,{className:`relative inline-flex`,onMouseEnter:()=>{c.current&&clearTimeout(c.current),s(!0)},onMouseLeave:()=>{c.current=setTimeout(()=>s(!1),80)},children:[e,o&&t(`div`,{className:$(`absolute top-full pt-1 z-50`,i===`right`?`end-0`:i===`center`?`left-1/2 -translate-x-1/2`:`start-0`),children:t(`div`,{className:`min-w-32 rounded-lg p-1 shadow-md ring-1 ring-foreground/10 bg-popover text-popover-foreground`,children:t(Io.Provider,{value:!0,children:r})})})]}):n(Lo,{children:[t(Ro,{asChild:!0,children:t(`span`,{className:`-m-1.5 flex items-center p-1.5`,children:e})}),t(zo,{align:Vo[i],className:`w-max`,children:r})]})}function Uo({children:e,href:n,onClick:r,isDisabled:i=!1,variant:a=`default`,className:o}){let s=U.useContext(Io),c=$(`w-full gap-2 rounded-md px-1.5 py-1 text-sm text-nowrap [&_svg:not([class*='size-'])]:size-4 flex cursor-default items-center select-none [&_svg]:pointer-events-none [&_svg]:shrink-0`,a===`destructive`?`text-destructive`:``,i?`pointer-events-none opacity-50`:`hover:bg-muted focus:bg-muted`,o);return s?n?t(`a`,{href:n,className:c,children:e}):t(`button`,{type:`button`,className:c,disabled:i,onClick:e=>{e.stopPropagation(),r?.(e)},children:e}):t(Bo,{className:$(`data-[disabled]:pointer-events-none data-[disabled]:opacity-50 text-nowrap`,o),disabled:i,variant:a,onClick:e=>{e.stopPropagation(),r?.(e)},asChild:!!n,children:n?t(`a`,{href:n,children:e}):e})}const Wo=U.createContext(null);function Go(e=!1,t=()=>{},n){e&&t(n===`enter`)}const Ko=U.forwardRef(({children:e,...n},r)=>{let i=U.useContext(Wo);if(!i)throw Error(`PopoverTrigger must be used within a Popover`);let{setOpen:a,hover:o,click:s}=i;return t(Lr.Trigger,{ref:r,asChild:!0,onMouseEnter:()=>Go(o,a,`enter`),onMouseLeave:()=>Go(o,a,`leave`),onClick:()=>{s&&a(e=>!e)},...n,children:e})});Ko.displayName=Lr.Trigger.displayName;const qo=U.forwardRef(({className:e,align:n=`center`,side:r=`bottom`,...i},a)=>{let o=U.useContext(Wo);if(!o)throw Error(`PopoverContent must be used within a Popover`);let{setOpen:s,hover:c}=o,l=Fa();return t(Lr.Portal,{container:l,children:t(Lr.Content,{ref:a,align:n,side:r,onMouseEnter:()=>Go(c,s,`enter`),onMouseLeave:()=>Go(c,s,`leave`),className:$(`z-50 w-72 rounded-md border-popover bg-popover text-popover-foreground ring-1 ring-gray-200 dark:ring-slate-700 shadow-md focus:outline-none animate-in`,`data-[state=open]:animate-in data-[state=closed]:animate-out data-[state=closed]:fade-out-0 data-[state=open]:fade-in-0 data-[state=closed]:zoom-out-95 data-[state=open]:zoom-in-95 data-[side=bottom]:slide-in-from-top-2 data-[side=left]:slide-in-from-right-2 data-[side=right]:slide-in-from-left-2 data-[side=top]:slide-in-from-bottom-2`,e),...i})})});qo.displayName=Lr.Content.displayName;const Jo=Lr.Close;Jo.displayName=Lr.Close.displayName;const Yo=jr(``,{variants:{size:{xs:`rounded py-1 text-xs rounded-xs`,sm:`rounded text-xs rounded-sm`,md:`rounded-md py-2 text-sm`,lg:`rounded-md text-base`,xl:`rounded-md py-2.5 text-lg`},variant:{default:`flex w-full rounded-md border border-input bg-background ring-offset-background file:border-0 file:bg-transparent file:text-sm file:font-medium file:text-foreground placeholder:text-muted-foreground focus-visible:outline-none focus-visible:ring-1 ring-inset focus-visible:ring-ring disabled:cursor-not-allowed disabled:opacity-50`,unstyled:`block m-0 p-0 w-full border-0 focus:outline-hidden focus:ring-0 bg-transparent`,noPadding:`block rounded-md border-0 bg-background shadow-2xs ring-1 ring-inset ring-ring placeholder:text-muted-foreground focus:ring-2 focus:ring-inset focus:ring-ring ring-offset-background`,legacy:`py-1.5 block rounded-md border-0 bg-background shadow-2xs ring-1 ring-inset ring-ring placeholder:text-muted-foreground focus:ring-2 focus:ring-inset focus:ring-ring ring-offset-background`}},defaultVariants:{size:`md`,variant:`default`}}),Xo=U.forwardRef(({className:e,type:r,size:i=`md`,variant:a=`default`,clearable:o=!0,onChange:s,value:c,invalid:l,...u},d)=>{let f=()=>{s?.(``)},p=e=>{s?.(e.target.value)},m=u[`aria-invalid`]??(l?!0:void 0);return n(`div`,{className:`w-full relative inline-block [&:hover_.clear-button]:opacity-100`,children:[t(`input`,{type:r,className:$(Yo({size:i,variant:a}),e,o&&c?`pe-8`:``),ref:d,value:c??``,onChange:p,...u,"aria-invalid":m}),o&&c&&!u.readOnly&&!u.disabled&&t(Wa,{variant:`link`,size:`icon`,type:`button`,onClick:f,className:`clear-button opacity-0 transition-opacity duration-200
1
+ import{Fragment as e,jsx as t,jsxs as n}from"react/jsx-runtime";import{Avatar as r,Badge as i,Breadcrumbs as a,Button as o,Card as s,CardContent as c,Center as l,Checkbox as u,Command as d,CommandEmpty as f,CommandGroup as p,CommandInput as m,CommandItem as h,ConfirmModal as g,CopyButton as _,DialogDescription as v,Divider as y,Dropdown as b,DropdownMenu as x,DropdownMenuContent as S,DropdownMenuItem as C,DropdownMenuRadioGroup as w,DropdownMenuRadioItem as T,DropdownMenuTrigger as E,EmptyCollection as D,ErrorBox as O,FilterBar as k,FilterBtn as A,FilterClear as j,FilterProvider as M,FormItem as N,Heading as P,Input as F,InputList as I,Label as L,MenuGroup as R,MenuItem as z,MessageBox as ee,Modal as B,ModalBody as te,ModalFooter as ne,ModalTitle as re,NumberInput as ie,Panel as ae,Popover as oe,PopoverContent as se,PopoverTrigger as ce,Portal as le,RadioGroup as ue,RadioGroupAdapter as de,ResizableHandle as fe,ResizablePanel as pe,ResizablePanelGroup as me,SelectBox as V,SelectList as he,Separator as ge,SharedState as _e,SidePanel as ve,Slider as ye,Spinner as be,Styles as xe,Switch as Se,TBody as Ce,THead as we,TR as Te,Table as Ee,Tabs as De,TabsBar as Oe,TabsPanel as ke,TagsInput as Ae,Textarea as je,VTooltip as Me,cn as H,errorMessage as Ne,insertNewlineAtCursor as Pe,onActivateKey as Fe,useDebounce as Ie,useFetch as Le,useFlag as Re,useIntersectionObserver as ze,useIsInModal as Be,useTheme as Ve,useToast as He,useWatchSharedState as Ue}from"@vertesia/ui/core";import We,{clsx as Ge}from"clsx";import{AnimatePresence as Ke,motion as qe}from"motion/react";import*as U from"react";import W,{Component as Je,createContext as Ye,forwardRef as Xe,memo as Ze,useCallback as G,useContext as Qe,useEffect as K,useId as $e,useLayoutEffect as et,useMemo as q,useRef as J,useState as Y,useSyncExternalStore as tt}from"react";import{NAMESPACE as nt,i18nInstance as rt,useUITranslation as X}from"@vertesia/ui/i18n";import{Activity as it,AlertCircle as at,AlertCircleIcon as ot,AlertTriangle as st,ArrowLeft as ct,ArrowUpIcon as lt,BarChart3 as ut,Bot as dt,Brain as ft,Check as pt,CheckCheck as mt,CheckCircle as ht,CheckCircle2 as gt,CheckCircleIcon as _t,CheckIcon as vt,ChevronDown as yt,ChevronDownIcon as bt,ChevronLeft as xt,ChevronRight as St,ChevronRightIcon as Ct,ChevronsDown as wt,ChevronsLeft as Tt,ChevronsRight as Et,ChevronsUp as Dt,ChevronsUpDown as Ot,Circle as kt,ClipboardCopyIcon as At,ClipboardList as jt,Clock as Mt,Code as Nt,Copy as Pt,CopyIcon as Ft,Cpu as It,Download as Lt,DownloadCloudIcon as Rt,DownloadIcon as zt,EllipsisVertical as Bt,ExternalLink as Vt,ExternalLinkIcon as Ht,Eye as Ut,EyeIcon as Wt,FileIcon as Gt,FileSearch as Kt,FileText as qt,FileTextIcon as Jt,Filter as Yt,FolderClosed as Xt,FolderIcon as Zt,FolderOpenIcon as Qt,GitBranch as $t,GitFork as en,HandIcon as tn,HelpCircle as nn,Image as rn,ImageIcon as an,Info as on,InfoIcon as sn,Layers as cn,LayoutGrid as ln,LayoutListIcon as un,Link as dn,Link2 as fn,Link2Off as pn,Loader2 as mn,Loader2Icon as hn,Maximize as gn,Maximize2 as _n,MessageSquare as vn,MessageSquareText as yn,Minimize2 as bn,Minus as xn,MonitorIcon as Sn,MoreHorizontal as Cn,MoreVertical as wn,PackageIcon as Tn,PaperclipIcon as En,Pause as Dn,Pencil as On,Play as kn,Plus as An,PlusIcon as jn,Radio as Mn,RefreshCcw as Nn,RefreshCw as Pn,RefreshCwIcon as Fn,Rewind as In,Rows3 as Ln,ScanSearch as Rn,Search as zn,Send as Bn,Settings as Vn,ShieldAlertIcon as Hn,ShieldCheckIcon as Un,SquareIcon as Wn,SquarePen as Gn,Table as Kn,TableProperties as qn,Terminal as Jn,Trash2 as Yn,Unlink2 as Xn,UploadIcon as Zn,User as Qn,Users as $n,Users2 as er,Wrench as tr,X as nr,XCircle as rr,XCircleIcon as ir,XIcon as ar}from"lucide-react";import*as or from"@radix-ui/react-dialog";import{UserSessionContext as sr,useUserSession as Z}from"@vertesia/ui/session";import cr from"papaparse";import{VegaEmbed as lr}from"react-vega";import{twMerge as ur}from"tailwind-merge";import{AUDIO_RENDITION_NAME as dr,AgentMessageType as Q,AgentSearchScope as fr,ContentNature as pr,ContentObjectStatus as mr,FileProcessingStatus as hr,ImageRenditionFormat as gr,InteractionStatus as _r,MarkdownRenditionFormat as vr,PDF_RENDITION_NAME as yr,POSTER_RENDITION_NAME as br,Permission as xr,PrincipalType as Sr,SearchTypes as Cr,SecurityLevelLabels as wr,SupportedEmbeddingTypes as Tr,WorkflowExecutionStatus as Er,getContentTypeRefId as Dr,mergeInCodePromptSchemas as Or,normalizeAgentToolApprovalMode as kr,normalizeToolCollection as Ar,supportsToolUse as jr}from"@vertesia/common";import"react-dom";import{Slot as Mr}from"@radix-ui/react-slot";import{cva as Nr}from"class-variance-authority";import*as Pr from"@radix-ui/react-tooltip";import"@vertesia/ui/env";import"framer-motion";import*as Fr from"@radix-ui/react-checkbox";import"@radix-ui/react-collapsible";import{Command as Ir}from"cmdk";import*as Lr from"@radix-ui/react-dropdown-menu";import Rr from"dayjs";import"react-calendar";import*as zr from"@radix-ui/react-popover";import{capitalize as Br}from"lodash-es";import*as Vr from"@radix-ui/react-label";import"@radix-ui/react-radio-group";import"react-resizable-panels";import*as Hr from"@radix-ui/react-separator";import*as Ur from"@radix-ui/react-slider";import*as Wr from"@radix-ui/react-switch";import*as Gr from"@radix-ui/react-tabs";import Kr,{defaultUrlTransform as qr}from"react-markdown";import Jr from"rehype-katex";import{defListHastHandlers as Yr,remarkDefinitionList as Xr}from"remark-definition-list";import Zr from"remark-directive";import Qr from"remark-gfm";import $r from"remark-github-blockquote-alert";import ei from"remark-math";import ti from"remark-supersub";import{SKIP as ni,visit as ri}from"unist-util-visit";import{FusionFragmentHandler as ii,FusionFragmentProvider as ai}from"@vertesia/fusion-ux";import oi from"dompurify";import si from"mermaid";import{NavLink as ci,useNavigate as li,useRouterContext as ui}from"@vertesia/ui/router";import{CodeBlockErrorBoundary as di,CodeBlockPlaceholder as fi,CodeBlockRendererProvider as pi,DropZone as mi,GeneratedForm as hi,JSONCode as gi,JSONDisplay as _i,ManagedObject as vi,MarkdownRenderer as yi,MonacoEditor as bi,Progress as xi,SchemaEditor as Si,UploadSummary as Ci,XMLViewer as wi,isIncompleteJson as Ti,useCodeBlockContext as Ei,useSchema as Di}from"@vertesia/ui/widgets";import{Document as Oi,Page as ki,pdfjs as Ai}from"react-pdf";import ji,{Ajv as Mi}from"ajv";import Ni from"dayjs/plugin/localizedFormat";import Pi from"dayjs/plugin/relativeTime";import{Md5 as Fi}from"ts-md5";import{ErrorBoundary as Ii}from"react-error-boundary";import{SidebarItem as Li}from"@vertesia/ui/layout";function Ri({children:e,secondary:n=!1}){return t(`span`,{className:n?`bg-secondary text-primary`:`text-foreground bg-muted`,children:e})}function zi(e){if(e)return e.name===`array`?zi(e.innerType):e}function Bi({property:e}){return n(`div`,{className:`flex items-center gap-x-2`,children:[t(`div`,{className:`font-semibold text-gray-600`,children:e.name}),e.optional&&t(Ri,{children:`optional`}),t(Ri,{children:e.type.value})]})}function Vi({activities:e}){return t(`div`,{className:`flex flex-col gap-y-4 divide-y divide-gray-200`,children:e.map(e=>t(Ui,{activity:e},e.name))})}function Hi({code:e,children:r}){return n(`div`,{className:`flex gap-2 items-center border-b border-b-gray-200 mb-2`,children:[t(`div`,{className:`text-lg font-medium text-gray-900 py-2 `,children:r}),e&&t(`div`,{children:t(Ri,{children:e})})]})}function Ui({activity:e,headingClass:r,headingRef:i}){return n(`div`,{className:r,id:e.name,ref:i,children:[t(`div`,{className:`text-xl font-semibold pt-8`,children:e.title}),t(`div`,{className:`pb-4`,children:t(Ri,{children:e.name})}),e.doc&&t(`div`,{className:`text-gray-700 pb-2`,children:e.doc}),n(`div`,{className:`pb-4`,children:[t(Hi,{code:e.paramsType,children:`Parameters`}),t(`div`,{className:`divide-y divide-gray-100`,children:e.params.map(e=>t(Wi,{property:e},e.name))})]}),n(`div`,{className:`pb-4`,children:[t(Hi,{children:`Returns`}),t(`div`,{children:e.returnType?e.returnType.value:`void`})]})]})}function Wi({property:e,className:r}){let i=q(()=>{let n=zi(e.type.innerType)??e.type;return n.name===`object`&&n.members?t(Ki,{members:n.members}):n.name===`enum`&&n.enum?t(Gi,{values:n.enum}):null},[e.type]);return n(`div`,{className:We(`py-2`,r),children:[t(Bi,{property:e}),e.doc&&t(`div`,{className:`text-gray-700 text-sm pt-2`,children:e.doc}),i&&t(`div`,{className:`my-2 overflow-hidden`,children:i})]})}function Gi({values:e}){return t(`div`,{className:`flex flex-wrap items-center gap-2`,children:e.map(e=>t(Ri,{secondary:!0,children:e},e))})}function Ki({members:e}){return t(Ji,{className:`rounded-md border border-gray-200`,button:e=>n(`div`,{className:`px-4 py-2 flex items-center gap-x-2 text-sm font-medium hover:text-blue-600`,children:[t(Yi,{isOpen:e}),e?t(`div`,{children:`Hide child properties`}):t(`div`,{children:`Show child properties`})]}),body:t(qi,{properties:e})})}function qi({properties:e}){return t(`div`,{className:`border-s-2 border-s-blue-200 flex flex-col divide-y divide-gray-100 border-t border-t-gray-200`,children:e.map(e=>t(Wi,{property:e,className:`px-4 py-2`},e.name))})}function Ji({button:e,body:r,className:i,isInitiallyOpen:a}){let[s,c]=Y(a||!1);return n(`div`,{className:We(s?`block`:`inline-block`,i),children:[t(o,{variant:`unstyled`,className:`p-0 m-0 bg-transparent`,onClick:()=>c(!s),children:t(Ke,{children:e(s)})}),t(Ke,{children:s&&t(qe.div,{className:`overflow-hidden`,initial:{height:0,opacity:0},animate:{height:`auto`,opacity:1},exit:{height:0,opacity:0},transition:{duration:.3,ease:`easeOut`},children:r})})]})}function Yi({isOpen:e}){return t(Ke,{propagate:!0,mode:`wait`,children:t(qe.div,{className:`font-mono font-semibold text-gray-400 text-lg`,initial:{rotate:0},animate:{rotate:e?45:0},transition:{duration:.2},children:`+`},`closeIcon`)})}function Xi(e){return e===`full_control`?`text-attention`:e===`auto_review`?`text-info`:`text-muted`}function Zi(e){return t(e===`full_control`?Hn:e===`ask`?tn:Un,{className:`size-4`})}function Qi({mode:e,onChange:r,disabled:i=!1,className:a}){let{t:s}=X(),c=q(()=>[{mode:`ask`,label:s(`agent.approvalMode.ask`),description:s(`agent.approvalMode.askDescription`),icon:t(tn,{className:`size-4`})},{mode:`auto_review`,label:s(`agent.approvalMode.autoReview`),description:s(`agent.approvalMode.autoReviewDescription`),icon:t(Un,{className:`size-4`})},{mode:`full_control`,label:s(`agent.approvalMode.fullControl`),description:s(`agent.approvalMode.fullControlDescription`),icon:t(Hn,{className:`size-4`})}],[s]),l=c.find(t=>t.mode===e)??c[2],u=t=>{t!==e&&r(t)};return n(x,{children:[t(E,{asChild:!0,children:n(o,{type:`button`,variant:`ghost`,size:`sm`,disabled:i,className:H(`h-8 max-w-[13rem] rounded-full px-2.5 font-medium`,`bg-mixer-muted/15 text-muted hover:bg-muted hover:text-foreground disabled:opacity-60`,a),"aria-label":s(`agent.approvalMode.selectorLabel`),children:[t(`span`,{className:H(`shrink-0`,Xi(e)),children:Zi(e)}),t(`span`,{className:`min-w-0 truncate`,children:l.label}),t(bt,{className:`size-4 shrink-0 opacity-70`})]})}),n(S,{align:`start`,className:`z-[1000000] w-[min(28rem,calc(100vw-1rem))] p-2`,children:[t(`div`,{className:`px-2 pb-1.5 pt-1 text-sm font-medium text-foreground`,children:s(`agent.approvalMode.dropdownTitle`)}),t(w,{value:e,onValueChange:e=>u(e),children:c.map(e=>n(T,{value:e.mode,className:`min-h-14 items-start gap-3 rounded-md py-2 pe-8 ps-2 text-start`,children:[t(`span`,{className:H(`mt-0.5 shrink-0`,Xi(e.mode)),children:e.icon}),n(`span`,{className:`min-w-0 flex-1`,children:[t(`span`,{className:`block text-sm font-medium text-foreground`,children:e.label}),t(`span`,{className:`mt-0.5 block whitespace-normal text-sm leading-5 text-muted`,children:e.description})]})]},e.mode))})]})]})}function $(...e){return ur(Ge(e))}const $i=Ye(null);function ea({children:e}){let n=J(new Map),r=J(new Map),i=G(e=>n.current.get(e),[]),a=G((e,t)=>{n.current.set(e,t)},[]),o=G(async(e,t)=>{let i=n.current.get(e);if(i)return i;let a=r.current.get(e);if(a)return a;let o=t().then(t=>(n.current.set(e,t),r.current.delete(e),t)).catch(t=>{throw r.current.delete(e),t});return r.current.set(e,o),o},[]),s=W.useMemo(()=>({getUrl:i,setUrl:a,getOrFetch:o}),[i,a,o]);return t($i.Provider,{value:s,children:e})}function ta(){return Qe($i)}function na(e){return e.startsWith(`agents/`)||e.startsWith(`documents/`)}function ra(e,t,n=`inline`){return`artifact:${e}:${t}:${n}`}function ia(e){return`file:${e}`}function aa({error:e,chartTitle:r}){return t(`div`,{className:`flex items-center justify-center h-full bg-red-50 dark:bg-red-950 rounded-md p-4`,children:n(`div`,{className:`text-center`,children:[n(`p`,{className:`text-sm font-medium text-red-600 dark:text-red-400`,children:[`Cannot render `,r||`Vega-Lite`,` chart`]}),t(`p`,{className:`text-xs text-red-500 dark:text-red-500 mt-1 max-w-xs truncate`,children:e})]})})}function oa({isOpen:e,onClose:r,title:i,description:a,children:s}){let{t:c}=X();return t(or.Root,{open:e,onOpenChange:e=>!e&&r(),children:n(or.Portal,{children:[t(or.Overlay,{className:`fixed inset-0 z-50 bg-black/80 backdrop-blur-sm transition-all duration-300 data-[state=open]:animate-in data-[state=closed]:animate-out data-[state=closed]:fade-out-0 data-[state=open]:fade-in-0`}),n(or.Content,{className:`fixed inset-2 sm:inset-4 z-50 flex flex-col bg-white dark:bg-gray-900 rounded-xl shadow-2xl transition-all duration-300 ease-out data-[state=open]:animate-in data-[state=closed]:animate-out data-[state=closed]:fade-out-0 data-[state=open]:fade-in-0 data-[state=closed]:zoom-out-98 data-[state=open]:zoom-in-98 data-[state=closed]:slide-out-to-bottom-2 data-[state=open]:slide-in-from-bottom-2`,onEscapeKeyDown:r,children:[t(or.Close,{asChild:!0,children:t(o,{variant:`unstyled`,onClick:r,className:`absolute top-3 end-3 z-10 p-2 rounded-lg bg-white/80 dark:bg-gray-800/80 backdrop-blur-sm hover:bg-gray-100 dark:hover:bg-gray-700 transition-colors duration-150 shadow-sm`,"aria-label":c(`agent.closeFullscreen`),children:t(nr,{className:`w-5 h-5 text-gray-600 dark:text-gray-300`})})}),t(`div`,{className:`flex-1 overflow-auto p-4 sm:p-6 animate-in fade-in-0 duration-500 delay-150`,children:s}),t(`div`,{className:`flex items-center justify-between px-4 sm:px-6 py-3 border-t border-gray-200 dark:border-gray-800 bg-gray-50/50 dark:bg-gray-800/50 rounded-b-xl`,children:n(`div`,{className:`flex flex-col`,children:[t(or.Title,{className:`text-base font-semibold text-gray-900 dark:text-gray-100`,children:i||c(`agent.dashboard`)}),a&&t(or.Description,{className:`text-sm text-gray-500 dark:text-gray-400 mt-0.5`,children:a})]})})]})]})})}function sa(e,t){if(t===`chart`)return 280;let n=1;if(e.vconcat)n=Array.isArray(e.vconcat)?e.vconcat.length:1;else if(e.concat){let t=e.columns||2,r=Array.isArray(e.concat)?e.concat.length:1;n=Math.ceil(r/t)}else e.facet&&(n=2);return Math.max(500,n*280+40)}const ca={categorical:[`#6366f1`,`#8b5cf6`,`#ec4899`,`#f43f5e`,`#f97316`,`#eab308`,`#22c55e`,`#14b8a6`,`#06b6d4`,`#3b82f6`],blues:[`#dbeafe`,`#93c5fd`,`#3b82f6`,`#1d4ed8`,`#1e3a8a`],purples:[`#f3e8ff`,`#c4b5fd`,`#8b5cf6`,`#6d28d9`,`#4c1d95`],greens:[`#dcfce7`,`#86efac`,`#22c55e`,`#15803d`,`#14532d`],diverging:[`#ef4444`,`#fca5a5`,`#fef3c7`,`#86efac`,`#22c55e`]};function la(e){return typeof e==`object`&&!!e&&!Array.isArray(e)}function ua(e){return la(e)}function da(e){let t=JSON.parse(JSON.stringify(e)),n=[`vconcat`,`hconcat`,`concat`];if(!n.some(e=>Array.isArray(t[e])))return t;let r=[];if(Array.isArray(t.params))for(let e of t.params)e&&typeof e==`object`&&e.name&&e.select&&r.push({name:e.name,param:e});if(r.length===0)return t;for(let{name:e,param:i}of r){let r=i.select?.fields||[],a=i.select?.bind===`legend`,o=null;for(let e of n)if(Array.isArray(t[e])){o=t[e];break}if(!o||o.length===0)continue;let s=0;for(let e=0;e<o.length;e++){let t=o[e];if(pa(t,r)||a&&ma(t,r)){s=e;break}}let c=o[s];c.params||=[],c.params.push(i),t.params=(t.params??[]).filter(t=>t.name!==e)}return Array.isArray(t.params)&&t.params.length===0&&delete t.params,t}function fa(e,t){if(!t||Object.keys(t).length===0)return e;let n=JSON.parse(JSON.stringify(e)),r=e=>{for(let n of e)n.name&&n.name in t&&(n.value=t[n.name])};Array.isArray(n.params)&&r(n.params);let i=e=>{if(Array.isArray(e)){for(let t of e)if(Array.isArray(t.params)&&r(t.params),t.vconcat&&i(t.vconcat),t.hconcat&&i(t.hconcat),t.concat&&i(t.concat),Array.isArray(t.layer))for(let e of t.layer)Array.isArray(e.params)&&r(e.params)}};if(n.vconcat&&i(n.vconcat),n.hconcat&&i(n.hconcat),n.concat&&i(n.concat),Array.isArray(n.layer))for(let e of n.layer)e&&Array.isArray(e.params)&&r(e.params);return n}function pa(e,t){if(!e?.encoding)return!1;for(let n of t)for(let t of Object.values(e.encoding))if(t.field===n)return!0;if(Array.isArray(e.layer)){for(let n of e.layer)if(pa(n,t))return!0}return!1}function ma(e,t){if(!e)return!1;let n=e=>{if(!e)return!1;let n=e.color?.field;return!!n&&t.includes(n)};if(n(e.encoding))return!0;if(Array.isArray(e.layer)){for(let t of e.layer)if(n(t.encoding))return!0}return!1}function ha(e,t=[]){let n=[];if(!e||typeof e!=`object`)return n;if(e.data&&typeof e.data==`object`){let r=e.data.url;typeof r==`string`&&r.startsWith(`artifact:`)&&n.push({path:[...t,`data`],artifactPath:r.replace(/^artifact:/,``).trim()})}for(let r of[`layer`,`vconcat`,`hconcat`,`concat`,`spec`,`repeat`,`facet`])if(r in e){let i=e[r];Array.isArray(i)?i.forEach((e,i)=>{ua(e)&&n.push(...ha(e,[...t,r,String(i)]))}):ua(i)&&n.push(...ha(i,[...t,r]))}return n}function ga(e,t){let n=JSON.parse(JSON.stringify(e));for(let[e,r]of t){let t=e.split(`.`),i=n;for(let e=0;e<t.length-1;e++){let n=i[t[e]];if(!la(n))break;i=n}let a=t[t.length-1],o=i[a];la(o)&&(delete o.url,o.values=r)}return n}function _a(e){let t={background:`transparent`,view:{stroke:`transparent`},range:{category:ca.categorical,diverging:ca.diverging,heatmap:ca.purples,ramp:ca.blues},mark:{tooltip:!0},bar:{tooltip:!0,cornerRadiusTopLeft:4,cornerRadiusTopRight:4},line:{tooltip:!0,strokeWidth:2.5,strokeCap:`round`},point:{tooltip:!0,size:60,filled:!0},area:{tooltip:!0,fillOpacity:.7,line:!0},rect:{tooltip:!0,cornerRadius:2},arc:{tooltip:!0,cornerRadius:4},circle:{tooltip:!0,size:80}};return e?{...t,axis:{labelColor:`#a1a1aa`,titleColor:`#e4e4e7`,gridColor:`#3f3f46`,domainColor:`#52525b`,tickColor:`#52525b`,labelFont:`Inter, system-ui, sans-serif`,titleFont:`Inter, system-ui, sans-serif`,labelFontSize:11,titleFontSize:12,titleFontWeight:500},legend:{labelColor:`#a1a1aa`,titleColor:`#e4e4e7`,labelFont:`Inter, system-ui, sans-serif`,titleFont:`Inter, system-ui, sans-serif`,labelFontSize:11,titleFontSize:12,symbolSize:100},title:{color:`#fafafa`,font:`Inter, system-ui, sans-serif`,fontSize:14,fontWeight:600}}:{...t,axis:{labelColor:`#71717a`,titleColor:`#3f3f46`,gridColor:`#e4e4e7`,domainColor:`#d4d4d8`,tickColor:`#d4d4d8`,labelFont:`Inter, system-ui, sans-serif`,titleFont:`Inter, system-ui, sans-serif`,labelFontSize:11,titleFontSize:12,titleFontWeight:500},legend:{labelColor:`#71717a`,titleColor:`#3f3f46`,labelFont:`Inter, system-ui, sans-serif`,titleFont:`Inter, system-ui, sans-serif`,labelFontSize:11,titleFontSize:12,symbolSize:100},title:{color:`#18181b`,font:`Inter, system-ui, sans-serif`,fontSize:14,fontWeight:600}}}const va=Ze(function({spec:r,artifactRunId:i}){let{t:a}=X(),{title:s,description:c,options:l}=r,u=r.spec,[d,f]=Y(!1),[p,m]=Y(!1),[h,g]=Y(null),[_,v]=Y(!1),y=J(null),b=J(null),x=J(null),{client:S}=Z(),C=ta(),w=J(S);w.current=S;let T=J(C);T.current=C;let[E,D]=Y(null),[O,k]=Y(!1),[A,j]=Y(null),M=l?.mode||`chart`,N=M===`dashboard`,P=l?.enableFullscreen??N,F=l?.height||sa(u,M);K(()=>{let e=ha(u);if(e.length===0){D(u),k(!1),j(null);return}i?console.info(`[VegaLiteChart] resolving artifacts with runId:`,i,e.map(e=>e.artifactPath)):console.warn(`[VegaLiteChart] artifact references found but artifactRunId is missing!`,{references:e.map(e=>e.artifactPath),artifactRunId:i});let t=!1;return k(!0),j(null),(async()=>{let n=new Map,r=w.current,a=T.current;for(let o of e)try{let e=o.path.join(`.`),t;if(i&&!na(o.artifactPath)){let e=ra(i,o.artifactPath,`inline`);t=a?await a.getOrFetch(e,async()=>(await r.files.getArtifactDownloadUrl(i,o.artifactPath,`inline`)).url):(await r.files.getArtifactDownloadUrl(i,o.artifactPath,`inline`)).url}else{let e=ia(o.artifactPath);t=a?await a.getOrFetch(e,async()=>(await r.files.getDownloadUrl(o.artifactPath)).url):(await r.files.getDownloadUrl(o.artifactPath)).url}let s=await fetch(t);if(!s.ok)throw Error(`Failed to fetch artifact data: ${s.statusText}`);let c=o.artifactPath.toLowerCase().endsWith(`.csv`),l;if(c){let e=await s.text();l=cr.parse(e,{header:!0,skipEmptyLines:!0,dynamicTyping:!0}).data}else{let e=await s.json();l=Array.isArray(e)?e:[e]}n.set(e,l)}catch(e){console.error(`Failed to resolve artifact: ${o.artifactPath}`,e),t||j(`Failed to load data from artifact: ${o.artifactPath}`);return}if(!t){let e=ga(u,n);D(e),k(!1)}})(),()=>{t=!0}},[u,i]);let[I,L]=Y(!1),R=J(!1);K(()=>{let e=()=>{let e=document.documentElement.classList.contains(`dark`);e!==R.current&&(R.current=e,L(e))};e();let t=new MutationObserver(e);return t.observe(document.documentElement,{attributes:!0,attributeFilter:[`class`]}),()=>t.disconnect()},[]);let[z,ee]=Y(0),B=J(0);K(()=>{if(!x.current)return;let e,t=new ResizeObserver(t=>{clearTimeout(e),e=setTimeout(()=>{let e=t[0]?.contentRect.width;e&&e!==B.current&&(B.current=e,ee(e))},100)});t.observe(x.current);let n=x.current.clientWidth;return B.current=n,ee(n),()=>{clearTimeout(e),t.disconnect()}},[]);let te=q(()=>ha(u).length>0,[u]),ne=q(()=>{if(te&&!E)return null;let e=E||u;return e?(l?.parameterValues&&(e=fa(e,l.parameterValues)),da(e)):null},[E,u,te,l?.parameterValues]),re=G((e,t)=>{if(!e||typeof e!=`object`)return e;if(e.hconcat&&Array.isArray(e.hconcat)){let n=e.hconcat.length,r=(e.spacing??10)*(n-1),i=Math.floor((t-r)/n);return{...e,hconcat:e.hconcat.map(e=>re(e,i))}}if(e.vconcat&&Array.isArray(e.vconcat))return{...e,vconcat:e.vconcat.map(e=>re(e,t))};if(e.concat&&Array.isArray(e.concat)){let n=e.columns??e.concat.length,r=(e.spacing??10)*(n-1),i=Math.floor((t-r)/n);return{...e,concat:e.concat.map(e=>re(e,i))}}let n=e.width;return n===`container`||typeof n==`number`&&n>t?{...e,width:t}:e},[]),ie=G((e,t=!1)=>{if(!ne)return null;let n=_a(I),r=t?typeof window<`u`?Math.min(window.innerWidth-80,1400):1200:z>0?z-24:500,i=`vconcat`in ne||`hconcat`in ne||`concat`in ne,a=i?{type:`pad`,contains:`padding`}:{type:`fit`,contains:`padding`},o=ne;i&&r&&(o=re(ne,r));let c=o.width,l=i?void 0:c===`container`?r:c??r,{width:u,...d}=o;return{$schema:`https://vega.github.io/schema/vega-lite/v6.json`,...!i&&l?{width:l}:{},height:t?void 0:e,autosize:a,...i?o:d,...s&&!ne.title?{title:s}:{},config:{...n,...ne.config}}},[ne,s,I,z,re]),ae=G(async()=>{let e=_?b.current:y.current;if(!(!e||p))try{(await e.toCanvas(2)).toBlob(async e=>{e&&(await navigator.clipboard.write([new ClipboardItem({"image/png":e})]),m(!0),setTimeout(()=>m(!1),2e3))},`image/png`)}catch(e){console.error(`Failed to copy chart:`,e)}},[p,_]),oe=G(async()=>{let e=_?b.current:y.current;if(!(!e||d)){f(!0);try{let t=await e.toImageURL(`png`,2),n=document.createElement(`a`);n.download=`${s||`chart`}.png`,n.href=t,n.click()}catch(e){console.error(`Failed to export chart:`,e)}finally{f(!1)}}},[s,d,_]),se=G(e=>{y.current=e,g(null)},[]),ce=G(e=>{b.current=e},[]),le=G(e=>{console.error(`Vega-Lite rendering error:`,e),g(e instanceof Error?e.message:`Unknown error`)},[]),ue=G(()=>{v(e=>!e)},[]);K(()=>{g(null)},[u]);let de=({className:e})=>n(`div`,{className:$(`flex items-center gap-2`,e),children:[n(o,{variant:`unstyled`,onClick:ae,disabled:p,className:`text-xs px-2 py-1 rounded border border-gray-300 dark:border-gray-700 bg-gray-100 dark:bg-gray-800 text-gray-700 dark:text-gray-300 hover:bg-gray-200 dark:hover:bg-gray-700 cursor-pointer transition-colors disabled:opacity-50 flex items-center gap-1`,title:a(`agent.copyToClipboard`),children:[t(p?pt:Pt,{className:`w-3 h-3`}),a(p?`agent.copied`:`agent.copy`)]}),n(o,{variant:`unstyled`,onClick:oe,disabled:d,className:`text-xs px-2 py-1 rounded border border-gray-300 dark:border-gray-700 bg-gray-100 dark:bg-gray-800 text-gray-700 dark:text-gray-300 hover:bg-gray-200 dark:hover:bg-gray-700 cursor-pointer transition-colors disabled:opacity-50 disabled:cursor-not-allowed flex items-center gap-1`,title:a(`agent.exportAsPng`),children:[t(Lt,{className:`w-3 h-3`}),a(d?`agent.exporting`:`agent.export`)]}),P&&n(o,{variant:`unstyled`,onClick:ue,className:`text-xs px-2 py-1 rounded border border-gray-300 dark:border-gray-700 bg-gray-100 dark:bg-gray-800 text-gray-700 dark:text-gray-300 hover:bg-gray-200 dark:hover:bg-gray-700 cursor-pointer transition-colors flex items-center gap-1`,title:a(_?`agent.exitFullscreen`:`agent.fullscreen`),children:[t(_?bn:_n,{className:`w-3 h-3`}),a(_?`agent.exit`:`agent.fullscreen`)]})]});if(O||te&&!E)return t(`div`,{className:`bg-white dark:bg-gray-900 rounded-lg border border-gray-200 dark:border-gray-800 shadow-sm`,children:n(`div`,{className:`flex flex-col gap-2 p-3`,children:[t(`div`,{className:`flex items-center justify-between`,children:t(`span`,{className:`font-medium text-sm text-gray-900 dark:text-gray-100`,children:s||`Chart`})}),t(`div`,{className:`flex items-center justify-center bg-gray-50 dark:bg-gray-800 rounded`,style:{width:`100%`,height:F},children:n(`div`,{className:`flex items-center gap-2 text-gray-500 dark:text-gray-400`,children:[t(mn,{className:`w-5 h-5 animate-spin`}),t(`span`,{className:`text-sm`,children:`Loading data from artifacts...`})]})})]})});if(A)return t(`div`,{className:`bg-white dark:bg-gray-900 rounded-lg border border-gray-200 dark:border-gray-800 shadow-sm`,children:n(`div`,{className:`flex flex-col gap-2 p-3`,children:[t(`div`,{className:`flex items-center justify-between`,children:t(`span`,{className:`font-medium text-sm text-gray-900 dark:text-gray-100`,children:s||`Chart`})}),t(`div`,{style:{width:`100%`,height:F},children:t(aa,{error:A,chartTitle:s})})]})});if(h)return t(`div`,{className:`bg-white dark:bg-gray-900 rounded-lg border border-gray-200 dark:border-gray-800 shadow-sm`,children:n(`div`,{className:`flex flex-col gap-2 p-3`,children:[t(`div`,{className:`flex items-center justify-between`,children:t(`span`,{className:`font-medium text-sm text-gray-900 dark:text-gray-100`,children:s||`Chart`})}),t(`div`,{style:{width:`100%`,height:F},children:t(aa,{error:h,chartTitle:s})})]})});let fe=ie(F),pe=ie(0,!0);return fe?(typeof window<`u`&&localStorage.getItem(`DEBUG_VEGA_RENDERS`)&&console.log(`VegaLite rendering with spec:`,{title:s,hasData:!!fe.data?.values,dataLength:fe.data?.values?.length}),n(e,{children:[t(`div`,{className:$(`bg-white dark:bg-gray-900 rounded-lg border border-gray-200 dark:border-gray-800 shadow-sm`,N&&`border-2`),children:n(`div`,{className:`flex flex-col gap-2 p-3`,children:[n(`div`,{className:`flex items-center justify-between`,children:[n(`div`,{className:`flex items-center gap-2`,children:[t(`span`,{className:`font-medium text-sm text-gray-900 dark:text-gray-100`,children:s||(N?`Dashboard`:`Chart`)}),N&&t(`span`,{className:`text-xs px-2 py-0.5 rounded-full bg-indigo-100 dark:bg-indigo-900 text-indigo-700 dark:text-indigo-300`,children:`Interactive`})]}),t(de,{})]}),c&&t(`span`,{className:`text-xs text-gray-500 dark:text-gray-400`,children:c}),t(`div`,{ref:x,className:`bg-white dark:bg-gray-900 rounded overflow-hidden`,style:{width:`100%`,height:F,minWidth:0},children:t(lr,{spec:fe,onEmbed:e=>se(e.view),onError:le,options:{renderer:l?.renderer||`canvas`,actions:!1}})})]})}),n(oa,{isOpen:_,onClose:()=>v(!1),title:s||(N?`Dashboard`:`Chart`),description:c,children:[t(`div`,{className:`w-full h-full min-h-[calc(100vh-200px)]`,children:pe&&t(lr,{spec:pe,onEmbed:e=>ce(e.view),onError:le,options:{renderer:l?.renderer||`canvas`,actions:!1}})}),t(`div`,{className:`absolute bottom-6 end-6`,children:t(de,{className:`bg-white dark:bg-gray-800 rounded-lg shadow-lg p-2 border border-gray-200 dark:border-gray-700`})})]})]})):null},(e,t)=>JSON.stringify(e.spec)===JSON.stringify(t.spec)&&e.artifactRunId===t.artifactRunId);function ya(e){return e.library===`vega-lite`&&typeof e.spec==`object`}function ba(e){return e.library===`recharts`||e.library===void 0}function xa(e){return typeof e.$schema==`string`&&e.$schema.includes(`vega`)}const Sa=Ze(function({spec:e,artifactRunId:r}){return ya(e)?t(va,{spec:e,artifactRunId:r}):xa(e)?t(va,{spec:{library:`vega-lite`,spec:e},artifactRunId:r}):n(`div`,{className:`my-5 rounded-lg border border-amber-200 bg-amber-50 p-4 text-sm text-amber-900 dark:border-amber-900 dark:bg-amber-950 dark:text-amber-200`,children:[`Recharts chart rendering has been retired. Use a Vega-Lite chart spec (`,t(`code`,{children:`library: "vega-lite"`}),` with `,t(`code`,{children:`spec`}),`).`]})},(e,t)=>JSON.stringify(e.spec)===JSON.stringify(t.spec)&&e.artifactRunId===t.artifactRunId);function Ca(e,t){return e===`live`?e:t===0?`live`:Math.min(Math.max(e,0),t-1)}function wa(e,t){return t===0?-1:e===`live`?t-1:Math.min(Math.max(e,0),t-1)}function Ta(e,t){if(e.length===0)return null;let n=t===`live`?e.length:wa(t,e.length);for(let t=Math.min(n-1,e.length-1);t>=0;t--)if(e[t].type===Q.QUESTION)return t;return null}function Ea(e,t){if(e.length===0||t===`live`)return null;let n=wa(t,e.length);for(let t=n+1;t<e.length;t++)if(e[t].type===Q.QUESTION)return t;return`live`}function Da(e,t,n){let r=n?Ca(t,e.length):`live`,i=wa(r,e.length),a=!n||r===`live`,o=a?e:e.slice(0,i+1);return{cursor:r,cursorIndex:i,isLive:a,renderedMessageCount:o.length,displayedMessages:o}}function Oa(e){let t=e.indexOf(`?`);return t===-1?new URLSearchParams:new URLSearchParams(e.slice(t+1))}function ka(){return!(typeof window>`u`)}function Aa(){if(!ka())return!1;let e=new URLSearchParams(window.location.search),t=Oa(window.location.hash),n=e.get(`agentChatPlayback`)??t.get(`agentChatPlayback`);return n===`1`||n===`true`}const ja=ka,Ma=Aa;function Na({cursor:e,messages:r,onChangeCursor:i,className:a}){let{t:s}=X(),c=r.length,l=e===`live`,u=wa(e,c),d=c>0&&(l||u>0),f=!l&&c>0,p=c>0&&(l||u>0),m=!l&&c>0&&u<c-1,h=c===0?0:u+1,[g,_]=Y(String(h));K(()=>{_(String(h))},[h]);let v=()=>{if(c!==0){if(e===`live`){i(c-1);return}i(Math.max(0,u-1))}},y=()=>{if(!(c===0||e===`live`)){if(u>=c-1){i(`live`);return}i(u+1)}},b=()=>{c!==0&&i(0)},x=()=>{c!==0&&i(c-1)},S=()=>{_(String(h))},C=(e,t=!1)=>{if(c===0){_(`0`);return}let n=Number.parseInt(e,10);if(!Number.isFinite(n)){t&&S();return}let r=Math.min(Math.max(n,1),c);_(String(r)),i(r-1)},w=e=>{c!==0&&C(e)},T=c>1,E=+!!T,D=Math.max(1,c),O=`size-7 rounded-lg text-muted hover:text-foreground disabled:opacity-35`,k=`${Math.max(3,String(c).length+1)}ch`;return n(`div`,{className:H(`inline-flex max-w-full flex-col gap-1 rounded-xl border border-border/70 bg-background/95 px-2 py-1 text-sm leading-none text-muted shadow-lg shadow-black/10 backdrop-blur`,a),"data-testid":`agent-test-playback-controls`,"data-playback-cursor":e,"data-live-message-count":c,"data-rendered-message-count":l?c:u+1,children:[n(`div`,{className:`flex max-w-full items-center gap-1`,children:[t(`span`,{className:`ms-2 me-1 font-medium leading-none text-foreground/80`,children:s(`agent.rewind.label`)}),t(o,{type:`button`,variant:`ghost`,size:`icon`,"aria-label":s(`agent.rewind.jumpToStart`),title:s(`agent.rewind.jumpToStart`),disabled:!p,onClick:b,className:O,children:t(Tt,{className:`size-4`})}),t(o,{type:`button`,variant:`ghost`,size:`icon`,"aria-label":s(`agent.rewind.previousMessage`),title:s(`agent.rewind.previousMessage`),disabled:!d,onClick:v,className:O,children:t(xt,{className:`size-4`})}),n(`span`,{className:`inline-flex min-w-16 items-center justify-center gap-0.5 px-1 font-medium leading-none tabular-nums text-foreground/80`,"data-testid":`agent-test-playback-position`,children:[t(F,{type:`text`,variant:`unstyled`,size:`sm`,clearable:!1,inputMode:`numeric`,pattern:`[0-9]*`,value:g,"aria-label":s(`agent.rewind.positionInput`),disabled:c===0,onChange:e=>{let t=e.replace(/\D/g,``);_(t)},onBlur:e=>C(e.currentTarget.value,!0),onKeyDown:e=>{e.key===`Enter`&&(C(e.currentTarget.value,!0),e.currentTarget.blur())},style:{width:k},className:`h-7 w-auto rounded-md border border-transparent bg-transparent px-1 text-center text-sm font-medium leading-none tabular-nums text-foreground outline-none transition-colors hover:border-border focus:border-ring focus:bg-muted/30 disabled:opacity-50`}),t(`span`,{"aria-hidden":`true`,className:`text-muted`,children:`/`}),t(`span`,{className:`text-muted`,children:c})]}),t(o,{type:`button`,variant:`ghost`,size:`icon`,"aria-label":s(`agent.rewind.nextMessage`),title:s(`agent.rewind.nextMessage`),disabled:!f,onClick:y,className:O,children:t(St,{className:`size-4`})}),t(o,{type:`button`,variant:`ghost`,size:`icon`,"aria-label":s(`agent.rewind.jumpToLatest`),title:s(`agent.rewind.jumpToLatest`),disabled:!m,onClick:x,className:O,children:t(Et,{className:`size-4`})}),t(o,{type:`button`,variant:l?`secondary`:`ghost`,size:`icon`,"aria-label":s(`agent.rewind.jumpToLive`),title:s(`agent.rewind.jumpToLive`),disabled:l,onClick:()=>i(`live`),className:H(O,l&&`bg-muted text-foreground`),children:t(Mn,{className:`size-4`})})]}),t(`div`,{className:`px-2 pb-1`,children:t(ye,{min:E,max:D,step:1,value:[h],"aria-label":s(`agent.rewind.positionInput`),disabled:!T,onValueChange:([e])=>w(String(e)),className:`h-2`})})]})}Ye(void 0);var Pa=class{filter(e,t){let n=t.toLowerCase();return e.filter(e=>this.valueOf(e).toLowerCase().includes(n))}renderOption(e){return this.valueOf(e)}findById(e,t){return e.find(e=>this.idOf(e)===t)}createItem(e){return null}},Fa=class e extends Pa{valueOf(e){return String(e)}idOf(e){return String(e)}static instance=new e};(class e extends Fa{createItem(e){return e}static instance=new e});const Ia=W.createContext(void 0);function La(){return W.useContext(Ia)}const Ra=Pr.Provider,za=Pr.Root,Ba=Pr.Trigger,Va=U.forwardRef(({className:e,sideOffset:n=4,side:r=`top`,...i},a)=>{let o=La();return t(Pr.Portal,{container:o,children:t(Pr.Content,{ref:a,sideOffset:n,side:r,style:{zIndex:100},className:$(`max-w-[90vw]`,`z-50 overflow-hidden rounded-md bg-tooltips border border-border px-3 py-1.5 text-xs animate-in fade-in-0 zoom-in-95 data-[state=closed]:animate-out data-[state=closed]:fade-out-0 data-[state=closed]:zoom-out-95 data-[side=bottom]:slide-in-from-top-2 data-[side=left]:slide-in-from-right-2 data-[side=right]:slide-in-from-left-2 data-[side=top]:slide-in-from-bottom-2`,e),...i})})});Va.displayName=Pr.Content.displayName;function Ha({description:e,children:r,size:i=`sm`,placement:a=`top`,className:o,asChild:s}){let[c,l]=U.useState(!1),u=U.useRef(!1);return U.useEffect(()=>{let e=()=>{l(!1),u.current=!0,requestAnimationFrame(()=>{u.current=!1})};return window.addEventListener(`blur`,e),document.addEventListener(`visibilitychange`,e),()=>{window.removeEventListener(`blur`,e),document.removeEventListener(`visibilitychange`,e)}},[]),t(Ra,{delayDuration:0,children:n(za,{open:c,onOpenChange:e=>{u.current||l(e)},children:[t(Ba,{className:`cursor-pointer`,asChild:s,children:r}),t(Va,{side:a,className:`px-3 py-1.5 max-w-${i} text-${i} px-3 ${o}`,children:e})]})})}const Ua=new Set;function Wa(e,t,n){K(()=>{t&&!Ua.has(e)&&(Ua.add(e),console.warn(`[@vertesia/ui] ${e} is deprecated: ${n}`))},[t,n,e])}const Ga=Nr(`hover:cursor-pointer inline-flex items-center justify-center gap-2 whitespace-nowrap rounded-md text-sm font-medium transition-colors focus-visible:outline-hidden focus-visible:ring-1 focus-visible:ring-ring disabled:pointer-events-none disabled:opacity-50 [&_svg]:pointer-events-none [&_svg]:size-4 [&_svg]:shrink-0`,{variants:{variant:{destructive:`bg-destructive dark:bg-destructive/10 text-destructive ring-1 ring-inset ring-destructive-muted/50 dark:ring-destructive-muted/50 shadow-xs hover:bg-destructive/50`,outline:`border border-input bg-background shadow-xs hover:bg-muted ring-inset`,secondary:`bg-primary/5 dark:bg-primary/10 text-primary shadow-xs hover:bg-primary/10 dark:hover:bg-primary/20 ring-inset`,ghost:`hover:bg-muted/50 dark:hover:bg-muted/20 ring-inset`,link:`text-foreground underline-offset-4 hover:underline ring-inset`,primary:`bg-primary text-white shadow-xs hover:bg-primary/90 ring-inset`,unstyled:``},size:{xs:`h-7 rounded px-2 py-1 text-xs gap-x-1`,sm:`h-8 rounded px-3 text-xs`,md:`h-9 rounded-md px-4 py-2`,lg:`h-10 rounded-md px-3`,xl:`rounded-md px-3.5 py-2.5 text-sm gap-x-2`,icon:`p-0 m-0 rounded-full`,none:``}},defaultVariants:{variant:`primary`,size:`md`}}),Ka=U.forwardRef(({className:r,variant:i,size:a,asChild:o=!1,alt:s,isDisabled:c,isLoading:l,title:u,onClick:d,type:f,...p},m)=>{Wa(`Button.alt`,s!==void 0,"use aria-label for the accessible name and wrap in <VTooltip> for a visual tooltip. `alt` is forwarded to both for one release.");let h=o?Mr:`button`,g=o?f:f??`button`,_=p[`aria-label`]??s,v=o?p.children:n(e,{children:[l&&t(mn,{className:`animate-spin`}),p.children]}),y=t(h,{className:We($(Ga({variant:i,size:a})),r),disabled:c||l||p.disabled,ref:m,onClick:d,type:g,autoFocus:!1,...p,"aria-label":_,children:v});return s||u?t(Ha,{description:s||u,asChild:!0,className:`cursor-pointer`,size:`xs`,placement:`top`,children:y}):y});Ka.displayName=`Button`;const qa=U.forwardRef(({size:e,content:n,toast:r,className:i,alt:a,"aria-label":o,...s},c)=>{let[l,u]=Y(!1),{t:d}=X();Wa(`CopyButton.alt`,a!==void 0,"use aria-label for the accessible name. `alt` is forwarded for one release.");let f=e=>{e.stopPropagation(),navigator.clipboard.writeText(n).then(()=>{u(!0),setTimeout(()=>u(!1),2e3),r?.toast&&r.toast({status:`success`,title:r.message||d(`misc.copiedToClipboard`),duration:2e3})}).catch(e=>{console.error(`Failed to copy text: `,e),r?.toast&&r.toast({status:`error`,title:d(`misc.failedToCopy`),duration:2e3})})},p=o??a??d(`misc.copy`);return t(Ka,{ref:c,className:$(i),variant:`unstyled`,size:e||`sm`,onClick:f,...s,"aria-label":p,title:p,children:l?t(pt,{className:`text-success`}):t(Ft,{className:`size-4`})})});qa.displayName=`CopyButton`;function Ja(e){return t=>{(t.key===`Enter`||t.key===` `)&&(t.preventDefault(),e(t))}}const Ya=Nr(`inline-flex items-center rounded-md px-2 py-1 text-xs font-medium`,{variants:{variant:{default:`text-foreground bg-muted`,secondary:`bg-secondary text-primary`,destructive:`bg-destructive text-destructive`,attention:`bg-attention text-attention`,success:`bg-success text-success`,info:`bg-info text-info`,done:`bg-done text-done`,outline:`bg-transparent border border-border text-foreground`}},defaultVariants:{variant:`default`}});function Xa({className:e,variant:n,children:r,onClick:i,...a}){let o=i?{role:`button`,tabIndex:0,onClick:i,onKeyDown:Ja(i)}:{};return t(`span`,{className:$(Ya({variant:n}),e),...o,...a,children:r})}Nr(`inline-flex items-center gap-x-1.5 rounded-md px-2 py-1 text-xs font-medium ring-1 ring-inset ring-border`,{variants:{variant:{default:``,success:``,destructive:``,attention:``,done:``,info:``,outline:``}},defaultVariants:{variant:`default`}}),Nr(`h-1.5 w-1.5`,{variants:{variant:{default:`fill-foreground`,success:`fill-success`,destructive:`fill-destructive`,attention:`fill-attention`,done:`fill-done`,info:`fill-info`,outline:`fill-foreground`}},defaultVariants:{variant:`default`}});function Za({className:e,children:n}){return t(`ul`,{className:`${e} space-y-1 flex flex-col items-start`,children:n})}Za.Item=Xe(function(e,n){let{current:r,children:i,className:a,href:o=`#`,onClick:s,...c}=e;return t(`li`,{className:We(a,r?`bg-muted`:``,`w-full p-2 ps-3 text-sm leading-6 font-semibold hover:bg-muted`),children:t(`a`,{ref:n,href:o,onClick:e=>{s?(e.preventDefault(),s(e)):o===`#`&&e.preventDefault()},className:`w-full flex items-center gap-x-3`,...c,children:i})})});const Qa=`rounded-md text-sm flex w-full rounded-md border border-input bg-background ring-offset-background file:border-0 file:bg-transparent file:text-sm file:font-medium file:text-foreground placeholder:text-muted-foreground focus-visible:outline-none focus-visible:ring-1 ring-inset focus-visible:ring-ring disabled:cursor-not-allowed disabled:opacity-50`,$a={INPUT_UNSTYLED:`block m-0 p-0 w-full border-0 focus:outline-hidden focus:ring-0 bg-transparent`,INPUT_NO_PADDING:Qa,INPUT:`${Qa} py-1.5`};function eo(e){return e==null||Number.isNaN(e)?``:e.toString()}W.forwardRef(({value:e,onChange:n,className:r,noScroll:i=!1,noSpinners:a=!1,...o},s)=>{let[c,l]=W.useState(eo(e));return K(()=>{if(e==null||!Number.isNaN(e)){let t=eo(e);l(t)}},[e]),t(`input`,{onWheel:i?e=>{e.currentTarget.blur()}:o.onWheel,type:`number`,value:c,onChange:e=>{let t=e.target.value;l(t),t===``?n?.(void 0,t):n?.(parseFloat(t),t)},className:We(r,$a.INPUT,{"no-spinners":a},a&&`[appearance:textfield] [&::-webkit-outer-spin-button]:appearance-none [&::-webkit-inner-spin-button]:appearance-none`),ref:s,...o})});const to=U.forwardRef(({...e},n)=>t(`nav`,{ref:n,"aria-label":`breadcrumb`,...e}));to.displayName=`Breadcrumb`;const no=U.forwardRef(({className:e,...n},r)=>t(`ol`,{ref:r,className:$(`flex flex-wrap items-center gap-1.5 break-words text-sm text-muted sm:gap-2.5`,e),...n}));no.displayName=`BreadcrumbList`;const ro=U.forwardRef(({className:e,...n},r)=>t(`li`,{ref:r,className:$(`inline-flex items-center gap-1.5 text-muted`,e),...n}));ro.displayName=`BreadcrumbItem`;const io=U.forwardRef(({asChild:e,className:n,...r},i)=>t(`a`,{ref:i,className:$(`transition-colors hover:text-muted`,n),...r}));io.displayName=`BreadcrumbLink`;const ao=U.forwardRef(({className:e,href:n,onClick:r,...i},a)=>t(Ka,{variant:`ghost`,size:`md`,ref:a,className:$(`p-0! hover:underline! hover:bg-background!`,e),onClick:e=>{e.preventDefault(),r&&r(e)},...i}));ao.displayName=`BreadcrumbButton`;const oo=U.forwardRef(({className:e,...n},r)=>t(`span`,{ref:r,"aria-current":`page`,className:$(`font-normal text-foreground`,e),...n}));oo.displayName=`BreadcrumbPage`;const so=({children:e,className:n,...r})=>t(`li`,{role:`presentation`,"aria-hidden":`true`,className:$(`[&>svg]:w-3.5 [&>svg]:h-3.5`,n),...r,children:e??t(St,{className:`cn-rtl-flip`})});so.displayName=`BreadcrumbSeparator`;const co=({className:e,...r})=>n(`span`,{role:`presentation`,"aria-hidden":`true`,className:$(`flex h-9 w-9 items-center justify-center`,e),...r,children:[t(Cn,{className:`h-4 w-4`}),t(`span`,{className:`sr-only`,children:`More`})]});co.displayName=`BreadcrumbEllipsis`;const lo=U.forwardRef(({className:e,...n},r)=>t(`div`,{ref:r,className:$(`rounded-xl border bg-card text-card-foreground shadow`,e),...n}));lo.displayName=`Card`;const uo=U.forwardRef(({className:e,...n},r)=>t(`div`,{ref:r,className:$(`flex flex-col p-6`,e),...n}));uo.displayName=`CardHeader`;const fo=U.forwardRef(({className:e,...n},r)=>t(`div`,{ref:r,className:$(`font-semibold leading-none tracking-tight`,e),...n}));fo.displayName=`CardTitle`;const po=U.forwardRef(({className:e,...n},r)=>t(`div`,{ref:r,className:$(`text-sm text-muted-foreground`,e),...n}));po.displayName=`CardDescription`;const mo=U.forwardRef(({className:e,...n},r)=>t(`div`,{ref:r,className:$(`p-6 pt-0`,e),...n}));mo.displayName=`CardContent`;const ho=U.forwardRef(({className:e,...n},r)=>t(`div`,{ref:r,className:$(`flex items-center p-6 pt-0`,e),...n}));ho.displayName=`CardFooter`;const go=U.forwardRef(({className:e,...n},r)=>t(Fr.Root,{ref:r,className:$(`peer size-4 shrink-0 rounded-sm border border-1 focus-visible:outline-none focus-visible:ring-2 focus-visible:ring-ring focus-visible:ring-offset-2 disabled:cursor-not-allowed disabled:opacity-50 data-[state=checked]:bg-primary data-[state=checked]:text-white`,e),...n,children:t(Fr.Indicator,{className:$(`flex items-center justify-center text-current`),children:t(pt,{className:`size-4`})})}));go.displayName=Fr.Root.displayName;function _o({children:e}){return t(`span`,{style:{border:0,clip:`rect(0 0 0 0)`,height:`1px`,margin:`-1px`,overflow:`hidden`,padding:0,position:`absolute`,width:`1px`,whiteSpace:`nowrap`,wordWrap:`normal`},children:e})}const vo=Ye(!1);function yo({children:e}){return t(vo.Provider,{value:!0,children:e})}function bo({className:e,children:r,isOpen:i,onClose:a,description:o=`Modal Description`,noCloseButton:s=!1,allowOverflow:c=!1,disableCloseOnClickOutside:l=!1,size:u=`md`,action:d}){let f=e=>{e||a()};function p(){switch(u){case`sm`:return`max-w-[20vw]`;case`md`:return`max-w-[60vw] lg:max-w-[40vw]`;case`lg`:return`max-w-[80vw] md:max-w-[60vw]`;case`xl`:return`max-w-[95vw] lg:max-w-[80vw]`;default:return`max-w-[60vw] lg:max-w-[40vw]`}}return n(Co,{open:i,onOpenChange:e=>{(!l||e)&&f(e)},children:[c&&t(Eo,{className:`z-50 fixed inset-0 bg-black/80`}),t(_o,{children:t(Oo,{children:o})}),n(Do,{className:$(`min-h-20 p-4`,`fixed left-[50%] top-[50%] z-50 grid w-full translate-x-[-50%] translate-y-[-50%] border bg-background shadow-lg duration-200 sm:rounded-lg`,p(),e),children:[t(`div`,{className:`top-4 end-4 absolute`,children:n(`div`,{className:`flex gap-2`,children:[d&&d,!s&&t(To,{onClick:()=>f(!1),asChild:!0,autoFocus:!1,children:t(Ka,{variant:`outline`,alt:`Close`,className:`data-[state=open]:bg-accent opacity-70 hover:opacity-100 rounded-sm focus:outline-none focus:ring-2 focus:ring-ring ring-offset-background focus:ring-offset-2 data-[state=open]:text-muted-foreground transition-opacity disabled:pointer-events-none`,children:t(nr,{className:`size-4`})})})]})}),t(yo,{children:r})]})]})}const xo=({children:e,show:r=!0,className:i,description:a,showDivider:o=!1,...s})=>r?n(ko,{className:$(o?`border-b-solid border-b border-b-1 pb-2 mb-4`:``,`text-lg font-semibold leading-6 tracking-tight`,{"py-2":!a},i),...s,children:[e,a&&t(Oo,{className:`text-sm !font-normal text-muted-foreground pb-2`,children:a})]}):n(_o,{children:[t(ko,{children:e}),a&&t(Oo,{children:a})]}),So=({children:e,className:n,...r})=>t(`div`,{className:$(`text-sm max-h-[80vh] overflow-y-auto`,n),...r,children:e}),Co=or.Root,wo=or.Portal,To=or.Close,Eo=U.forwardRef(({className:e,...n},r)=>t(or.Overlay,{ref:r,className:$(`fixed inset-0 z-50 bg-black/80 data-[state=open]:animate-in data-[state=closed]:animate-out data-[state=closed]:fade-out-0 data-[state=open]:fade-in-0`,e),...n}));Eo.displayName=or.Overlay.displayName;const Do=U.forwardRef(({className:e,children:r,...i},a)=>{let o=La();return n(wo,{container:o,children:[t(Eo,{}),t(or.Content,{ref:a,autoFocus:!1,onOpenAutoFocus:e=>{e.preventDefault()},className:$(`fixed left-[50%] top-[50%] z-50 grid w-full max-w-lg translate-x-[-50%] translate-y-[-50%] border bg-background shadow-lg duration-200 data-[state=open]:animate-in data-[state=closed]:animate-out data-[state=closed]:fade-out-0 data-[state=open]:fade-in-0 data-[state=closed]:zoom-out-95 data-[state=open]:zoom-in-95 data-[state=closed]:slide-out-to-left-1/2 data-[state=closed]:slide-out-to-top-[48%] data-[state=open]:slide-in-from-left-1/2 data-[state=open]:slide-in-from-top-[48%] sm:rounded-lg`,e),...i,children:r})]})});Do.displayName=or.Content.displayName;const Oo=U.forwardRef(({className:e,...n},r)=>t(or.Description,{ref:r,className:$(`text-sm text-muted`,e),...n}));Oo.displayName=or.Description.displayName;const ko=U.forwardRef(({className:e,...n},r)=>t(or.Title,{ref:r,className:$(`text-lg font-semibold leading-none tracking-tight`,e),...n}));ko.displayName=or.Title.displayName;const Ao=U.forwardRef(({className:e,...n},r)=>t(Ir,{ref:r,className:$(`flex h-full w-full flex-col overflow-hidden rounded-md bg-popover text-popover-foreground`,e),...n}));Ao.displayName=Ir.displayName;const jo=U.forwardRef(({className:e,...r},i)=>n(`div`,{className:`flex items-center px-3 border-b`,"cmdk-input-wrapper":``,children:[t(zn,{className:`opacity-50 size-4 shrink-0`}),t(Ir.Input,{ref:i,className:$(`focus:ring-0`,`border-0 flex h-8 w-full rounded-md bg-transparent py-3 text-sm outline-none placeholder:text-muted-foreground disabled:cursor-not-allowed disabled:opacity-50`,e),...r})]}));jo.displayName=Ir.Input.displayName;const Mo=U.forwardRef(({className:e,...n},r)=>t(Ir.List,{ref:r,className:$(`overflow-y-auto overflow-x-hidden`,e),...n}));Mo.displayName=Ir.List.displayName;const No=U.forwardRef((e,n)=>t(Ir.Empty,{ref:n,className:`py-2 text-sm text-center`,...e}));No.displayName=Ir.Empty.displayName;const Po=U.forwardRef(({className:e,...n},r)=>t(Ir.Group,{ref:r,className:$(`overflow-y-auto overflow-x-hidden p-1 text-foreground`,`[&_[cmdk-group-heading]]:px-2 [&_[cmdk-group-heading]]:py-1.5 [&_[cmdk-group-heading]]:text-xs [&_[cmdk-group-heading]]:font-medium [&_[cmdk-group-heading]]:text-muted-foreground`,e),...n}));Po.displayName=Ir.Group.displayName;const Fo=U.forwardRef(({className:e,...n},r)=>t(Ir.Separator,{ref:r,className:$(`-mx-1 h-px bg-border`,e),...n}));Fo.displayName=Ir.Separator.displayName;const Io=U.forwardRef(({className:e,...n},r)=>t(Ir.Item,{ref:r,className:$(`hover:bg-muted cursor-pointer relative flex cursor-default gap-2 select-none items-center rounded-sm px-2 py-1.5 text-sm outline-none data-[disabled=true]:pointer-events-none data-[selected='true']:bg-accent data-[selected=true]:text-accent-foreground data-[disabled=true]:opacity-50 [&_svg]:pointer-events-none [&_svg]:size-4 [&_svg]:shrink-0`,e),...n}));Io.displayName=Ir.Item.displayName;const Lo=({className:e,...n})=>t(`span`,{className:$(`ms-auto text-xs tracking-widest text-muted-foreground`,e),...n});Lo.displayName=`CommandShortcut`;const Ro=U.createContext(!1);function zo({...e}){return t(Lr.Root,{"data-slot":`dropdown-menu`,...e})}function Bo({...e}){return t(Lr.Trigger,{"data-slot":`dropdown-menu-trigger`,...e})}function Vo({className:e,align:n=`start`,sideOffset:r=4,...i}){return t(Lr.Portal,{children:t(Lr.Content,{"data-slot":`dropdown-menu-content`,sideOffset:r,align:n,className:$(`data-open:animate-in data-closed:animate-out data-closed:fade-out-0 data-open:fade-in-0 data-closed:zoom-out-95 data-open:zoom-in-95 data-[side=bottom]:slide-in-from-top-2 data-[side=left]:slide-in-from-right-2 data-[side=right]:slide-in-from-left-2 data-[side=top]:slide-in-from-bottom-2 ring-foreground/10 bg-popover text-popover-foreground min-w-32 rounded-lg p-1 shadow-md ring-1 duration-100 z-50 max-h-(--radix-dropdown-menu-content-available-height) w-(--radix-dropdown-menu-trigger-width) origin-(--radix-dropdown-menu-content-transform-origin) overflow-x-hidden overflow-y-auto data-[state=closed]:overflow-hidden`,e),...i})})}function Ho({className:e,inset:n,variant:r=`default`,...i}){return t(Lr.Item,{"data-slot":`dropdown-menu-item`,"data-inset":n,"data-variant":r,className:$(`hover:bg-muted focus:bg-muted data-[variant=destructive]:text-destructive data-[variant=destructive]:focus:bg-destructive/10 dark:data-[variant=destructive]:focus:bg-destructive/20 data-[variant=destructive]:focus:text-destructive data-[variant=destructive]:*:[svg]:text-destructive gap-2 rounded-md px-1.5 py-1 text-sm data-inset:ps-7 [&_svg:not([class*='size-'])]:size-4 group/dropdown-menu-item relative flex cursor-default items-center outline-hidden select-none data-disabled:pointer-events-none data-disabled:opacity-50 [&_svg]:pointer-events-none [&_svg]:shrink-0`,e),...i})}const Uo={left:`start`,center:`center`,right:`end`};function Wo({trigger:e,children:r,align:i=`right`,hover:a}){let[o,s]=U.useState(!1),c=U.useRef(null);return a?n(`div`,{className:`relative inline-flex`,onMouseEnter:()=>{c.current&&clearTimeout(c.current),s(!0)},onMouseLeave:()=>{c.current=setTimeout(()=>s(!1),80)},children:[e,o&&t(`div`,{className:$(`absolute top-full pt-1 z-50`,i===`right`?`end-0`:i===`center`?`left-1/2 -translate-x-1/2`:`start-0`),children:t(`div`,{className:`min-w-32 rounded-lg p-1 shadow-md ring-1 ring-foreground/10 bg-popover text-popover-foreground`,children:t(Ro.Provider,{value:!0,children:r})})})]}):n(zo,{children:[t(Bo,{asChild:!0,children:t(`span`,{className:`-m-1.5 flex items-center p-1.5`,children:e})}),t(Vo,{align:Uo[i],className:`w-max`,children:r})]})}function Go({children:e,href:n,onClick:r,isDisabled:i=!1,variant:a=`default`,className:o}){let s=U.useContext(Ro),c=$(`w-full gap-2 rounded-md px-1.5 py-1 text-sm text-nowrap [&_svg:not([class*='size-'])]:size-4 flex cursor-default items-center select-none [&_svg]:pointer-events-none [&_svg]:shrink-0`,a===`destructive`?`text-destructive`:``,i?`pointer-events-none opacity-50`:`hover:bg-muted focus:bg-muted`,o);return s?n?t(`a`,{href:n,className:c,children:e}):t(`button`,{type:`button`,className:c,disabled:i,onClick:e=>{e.stopPropagation(),r?.(e)},children:e}):t(Ho,{className:$(`data-[disabled]:pointer-events-none data-[disabled]:opacity-50 text-nowrap`,o),disabled:i,variant:a,onClick:e=>{e.stopPropagation(),r?.(e)},asChild:!!n,children:n?t(`a`,{href:n,children:e}):e})}const Ko=U.createContext(null);function qo(e=!1,t=()=>{},n){e&&t(n===`enter`)}const Jo=U.forwardRef(({children:e,...n},r)=>{let i=U.useContext(Ko);if(!i)throw Error(`PopoverTrigger must be used within a Popover`);let{setOpen:a,hover:o,click:s}=i;return t(zr.Trigger,{ref:r,asChild:!0,onMouseEnter:()=>qo(o,a,`enter`),onMouseLeave:()=>qo(o,a,`leave`),onClick:()=>{s&&a(e=>!e)},...n,children:e})});Jo.displayName=zr.Trigger.displayName;const Yo=U.forwardRef(({className:e,align:n=`center`,side:r=`bottom`,...i},a)=>{let o=U.useContext(Ko);if(!o)throw Error(`PopoverContent must be used within a Popover`);let{setOpen:s,hover:c}=o,l=La();return t(zr.Portal,{container:l,children:t(zr.Content,{ref:a,align:n,side:r,onMouseEnter:()=>qo(c,s,`enter`),onMouseLeave:()=>qo(c,s,`leave`),className:$(`z-50 w-72 rounded-md border-popover bg-popover text-popover-foreground ring-1 ring-gray-200 dark:ring-slate-700 shadow-md focus:outline-none animate-in`,`data-[state=open]:animate-in data-[state=closed]:animate-out data-[state=closed]:fade-out-0 data-[state=open]:fade-in-0 data-[state=closed]:zoom-out-95 data-[state=open]:zoom-in-95 data-[side=bottom]:slide-in-from-top-2 data-[side=left]:slide-in-from-right-2 data-[side=right]:slide-in-from-left-2 data-[side=top]:slide-in-from-bottom-2`,e),...i})})});Yo.displayName=zr.Content.displayName;const Xo=zr.Close;Xo.displayName=zr.Close.displayName;const Zo=Nr(``,{variants:{size:{xs:`rounded py-1 text-xs rounded-xs`,sm:`rounded text-xs rounded-sm`,md:`rounded-md py-2 text-sm`,lg:`rounded-md text-base`,xl:`rounded-md py-2.5 text-lg`},variant:{default:`flex w-full rounded-md border border-input bg-background ring-offset-background file:border-0 file:bg-transparent file:text-sm file:font-medium file:text-foreground placeholder:text-muted-foreground focus-visible:outline-none focus-visible:ring-1 ring-inset focus-visible:ring-ring disabled:cursor-not-allowed disabled:opacity-50`,unstyled:`block m-0 p-0 w-full border-0 focus:outline-hidden focus:ring-0 bg-transparent`,noPadding:`block rounded-md border-0 bg-background shadow-2xs ring-1 ring-inset ring-ring placeholder:text-muted-foreground focus:ring-2 focus:ring-inset focus:ring-ring ring-offset-background`,legacy:`py-1.5 block rounded-md border-0 bg-background shadow-2xs ring-1 ring-inset ring-ring placeholder:text-muted-foreground focus:ring-2 focus:ring-inset focus:ring-ring ring-offset-background`}},defaultVariants:{size:`md`,variant:`default`}}),Qo=U.forwardRef(({className:e,type:r,size:i=`md`,variant:a=`default`,clearable:o=!0,onChange:s,value:c,invalid:l,...u},d)=>{let f=()=>{s?.(``)},p=e=>{s?.(e.target.value)},m=u[`aria-invalid`]??(l?!0:void 0);return n(`div`,{className:`w-full relative inline-block [&:hover_.clear-button]:opacity-100`,children:[t(`input`,{type:r,className:$(Zo({size:i,variant:a}),e,o&&c?`pe-8`:``),ref:d,value:c??``,onChange:p,...u,"aria-invalid":m}),o&&c&&!u.readOnly&&!u.disabled&&t(Ka,{variant:`link`,size:`icon`,type:`button`,onClick:f,className:`clear-button opacity-0 transition-opacity duration-200
2
2
  absolute top-1/2 -translate-y-1/2 text-muted !hover:text-destructive cursor-pointer
3
- flex items-center justify-center size-6 rounded end-2`,"aria-label":`Clear input`,children:t(er,{size:16})})]})});Xo.displayName=`Input`,W.createContext({filters:[],setFilters:()=>void 0,filterGroups:[]});var Zo;(function(e){e.IS=`is`,e.IS_NOT=`is_not`,e.CONTAINS=`contains`,e.BEFORE=`before`,e.AFTER=`after`,e.IS_ANY_OF=`is_any_of`})(Zo||={});const Qo=Xe(({className:e,level:n=3,...r},i)=>t(`h${n}`,{ref:i,className:$({h1:`text-2xl font-medium tracking-tight`,h2:`text-xl font-medium tracking-tight`,h3:`text-lg font-medium`,h4:`text-base font-medium`,h5:`text-sm font-medium`,h6:`text-xs font-medium`}[`h${n}`],`mb-2`,e),...r}));Qo.displayName=`Heading`;const $o=jr(`text-sm font-medium leading-none peer-disabled:cursor-not-allowed peer-disabled:opacity-70`),es=U.forwardRef(({className:e,required:r,...i},a)=>n(zr.Root,{ref:a,className:$($o(),e),...i,children:[i.children,r&&t(`span`,{className:`text-destructive-foreground ms-1`,children:`*`})]}));es.displayName=zr.Root.displayName,Ye(()=>{});const ts=U.forwardRef(({className:e,orientation:n=`horizontal`,decorative:r=!0,...i},a)=>t(Br.Root,{ref:a,decorative:r,orientation:n,className:$(`shrink-0 bg-border`,n===`horizontal`?`h-[1px] w-full`:`h-full w-[1px]`,e),...i}));ts.displayName=Br.Root.displayName;const ns=U.forwardRef(({className:e,trackClassName:r,rangeClassName:i,thumbClassName:a,value:o,defaultValue:s,min:c=0,max:l=100,"aria-label":u,...d},f)=>{let p=U.useId(),m=Array.isArray(o)?o.length:Array.isArray(s)?s.length:1,h=U.useMemo(()=>Array.from({length:Math.max(1,m)},(e,t)=>`${p}-thumb-${t}`),[p,m]);return n(Vr.Root,{ref:f,"data-slot":`slider`,value:o,defaultValue:s,min:c,max:l,...d,className:$(`relative flex w-full touch-none select-none items-center data-[disabled]:opacity-50 data-[orientation=vertical]:h-full data-[orientation=vertical]:min-h-44 data-[orientation=vertical]:w-auto data-[orientation=vertical]:flex-col`,e),children:[t(Vr.Track,{"data-slot":`slider-track`,className:$(`relative h-1.5 w-full grow overflow-hidden rounded-full bg-muted data-[orientation=vertical]:h-full data-[orientation=vertical]:w-1.5`,r),children:t(Vr.Range,{"data-slot":`slider-range`,className:$(`absolute h-full bg-primary data-[orientation=vertical]:w-full`,i)})}),h.map(e=>t(Vr.Thumb,{"data-slot":`slider-thumb`,"aria-label":u,className:$(`block size-3.5 rounded-full border border-primary bg-background shadow-sm transition-colors focus-visible:outline-none focus-visible:ring-2 focus-visible:ring-ring focus-visible:ring-offset-2 disabled:pointer-events-none disabled:opacity-50`,a)},e))]})});ns.displayName=Vr.Root.displayName;const rs={sm:[`h-5 w-8`,`size-3`,`translate-x-4 rtl:-translate-x-4`],md:[`h-6 w-11`,`size-4`,`translate-x-6 rtl:-translate-x-6`],lg:[`h-8 w-16`,`size-6`,`translate-x-9 rtl:-translate-x-9`]};function is({className:e,size:r=`md`,value:i,onChange:a,children:o,disabled:s,...c}){let[l,u,d]=rs[r],f=t(Hr.Root,{"data-slot":`switch`,checked:i,onCheckedChange:a,disabled:s,...c,className:$(`data-[state=checked]:bg-primary data-[state=unchecked]:bg-muted focus-visible:border-ring focus-visible:ring-ring/50 aria-invalid:ring-destructive/20 dark:aria-invalid:ring-destructive/40 aria-invalid:border-destructive dark:aria-invalid:border-destructive/50 shrink-0 rounded-full border focus-visible:ring-3 aria-invalid:ring-3 peer group/switch relative inline-flex items-center transition-all outline-none after:absolute after:-inset-x-3 after:-inset-y-2 data-[disabled]:cursor-not-allowed data-[disabled]:opacity-50`,l,!o&&e),children:t(Hr.Thumb,{"data-slot":`switch-thumb`,className:$(`bg-white rounded-full pointer-events-none block ring-0 transition-transform`,u,i?d:`translate-x-1 rtl:-translate-x-1`)})});return o?n(`div`,{className:$(`flex items-center`,e),children:[f,t(`span`,{className:`px-2`,children:o})]}):f}const as=U.createContext({size:void 0,tabs:void 0,current:void 0,setTab:void 0,responsive:!1,variant:`tabs`,updateHash:!0}),os=U.forwardRef(({className:e,size:n,variant:r=`tabs`,...i},a)=>t(as.Provider,{value:{size:n,variant:r},children:t(Ur.List,{ref:a,className:$(r===`tabs`?`border-b -mb-px flex gap-4`:`flex gap-2 p-1 rounded-md`,e),...i})}));os.displayName=Ur.List.displayName;const ss=U.forwardRef(({className:e,href:n,variant:r=`tabs`,...i},a)=>{let{size:o}=U.useContext(as),s=U.useCallback(e=>{if(n){e.preventDefault();let t=window.history.state;window.history.pushState(t,``,n)}i.onClick&&i.onClick(e)},[n,i.onClick]);return t(Ur.Trigger,{ref:a,className:$(r===`tabs`?$(`border-b-2 px-2 py-1.5 text-sm font-medium whitespace-nowrap cursor-pointer`,`border-transparent text-muted-foreground hover:border-border hover:text-foreground`,`data-[state=active]:border-primary data-[state=active]:text-primary`,`disabled:pointer-events-none disabled:opacity-50`):$(`px-3 py-1.5 text-sm font-medium whitespace-nowrap cursor-pointer rounded-sm transition-colors`,`tborder border-input bg-muted shadow-xs hover:bg-muted ring-inset`,`data-[state=active]:bg-primary data-[state=active]:text-white data-[state=active]:shadow-sm`,`disabled:pointer-events-none disabled:opacity-50`),e,o?`w-1/${o}`:``),onClick:s,...i})});ss.displayName=Ur.Trigger.displayName;const cs=U.forwardRef(({className:e,...n},r)=>t(Ur.Content,{ref:r,className:$(`focus-visible:outline-none`,`flex-1 overflow-y-auto min-h-0 pt-2 pb-4`,e),...n}));cs.displayName=Ur.Content.displayName;const ls=jr(`text-foreground`,{variants:{size:{xl:`text-base md:text-lg leading-relaxed`,lg:`text-base leading-relaxed`,default:`text-sm leading-normal`,sm:`text-sm leading-normal`,xs:`text-xs leading-normal`},weight:{normal:`font-normal`,medium:`font-medium`,semibold:`font-semibold`}},defaultVariants:{size:`default`,weight:`normal`}}),us=Xe(({className:e,size:n,weight:r,...i},a)=>t(`p`,{ref:a,className:$(ls({size:n,weight:r,className:e})),...i}));us.displayName=`Text`,Ye({theme:`system`,setTheme:()=>null});function ds(e){switch(e){case`xs`:return`size-2`;case`sm`:return`size-3`;case`md`:return`size-4`;case`lg`:return`size-5`;case`xl`:return`size-7`;case`2xl`:return`size-10`;default:throw Error(`Unexpected size: ${e}`)}}function fs({size:e,className:r}){return n(`svg`,{className:We(`animate-[spin_0.8s_linear_infinite] text-indigo-500`,ds(e||`md`),r),xmlns:`http://www.w3.org/2000/svg`,fill:`none`,viewBox:`0 0 24 24`,role:`img`,"aria-label":`Loading`,children:[t(`title`,{children:`Loading`}),t(`circle`,{className:`opacity-25`,cx:`12`,cy:`12`,r:`10`,stroke:`currentColor`,strokeWidth:`4`}),t(`path`,{className:`opacity-75`,fill:`currentColor`,d:`M4 12a8 8 0 018-8V0C5.373 0 0 5.373 0 12h4zm2 5.291A7.962 7.962 0 014 12H0c0 3.042 1.135 5.824 3 7.938l3-2.647z`})]})}function ps(e){return typeof e==`object`&&!!e&&`type`in e&&e.type===`oauth-complete`&&`success`in e&&typeof e.success==`boolean`}function ms({onComplete:e,onError:t}){let n=J(null),r=J(e),i=J(t);return K(()=>{r.current=e,i.current=t},[e,t]),K(()=>()=>{n.current&&=(n.current(),null)},[]),{openOAuthPopup:e=>{n.current&&=(n.current(),null);let t=window.screenX+(window.outerWidth-600)/2,a=window.screenY+(window.outerHeight-700)/2,o=window.open(e,`oauth_popup`,`width=600,height=700,left=${t},top=${a},popup=yes`),s=!1,c=null,l=new BroadcastChannel(`oauth-callback`);l.addEventListener(`message`,e=>{ps(e.data)&&(s=!0,l.close(),c&&clearInterval(c),r.current(),!e.data.success&&e.data.error&&i.current?.(e.data.error),n.current=null)}),o&&(c=setInterval(()=>{o.closed&&(c&&clearInterval(c),l.close(),s||r.current(),n.current=null)},1e3)),n.current=()=>{l.close(),c&&clearInterval(c)}}}}function hs({appId:r,collectionId:i,collectionName:a,authenticated:o,onAuthChange:s,onError:c,variant:l=`default`,showLabel:u=!1,showDisconnect:d=!1,readOnly:f=!1}){let{client:p}=Z(),{t:m}=X(),[h,g]=Y(null),[_,v]=Y(o===void 0&&!f),[y,b]=Y(!1),[x,S]=Y(!1),C=o??h?.authenticated??!1,w=a??i,T=`h-6 w-32 justify-center px-2 text-xs`,E=G(async()=>{if(o!==void 0){v(!1);return}if(f){v(!1);return}try{v(!0),g(await p.remoteMcpConnections.getCollectionStatus(r,i))}catch(e){console.error(`[RemoteMcpConnectionButton] Failed to load OAuth status:`,e)}finally{v(!1)}},[p,r,i,o,f]);K(()=>{E()},[E]);let{openOAuthPopup:D}=ms({onComplete:()=>{b(!1),E(),s?.()},onError:e=>{console.error(`OAuth failed:`,e),b(!1)}}),O=async()=>{try{b(!0),c?.(null);let e=await p.remoteMcpConnections.authorize(r,i);e.connected?(b(!1),await E(),s?.()):e.authorization_url?D(e.authorization_url):(c?.(`${w}: Authorization URL not provided by server`),b(!1))}catch(e){console.error(`Failed to authorize:`,e);let t=(e instanceof Error?e.original_message??e.message:`Failed to connect`).replace(/^[A-Za-z\s]+:\s/,``);c?.(`${w}: ${t}`),b(!1)}},k=async()=>{try{S(!0),await p.remoteMcpConnections.disconnect(r,i),await E(),s?.()}catch(e){console.error(`Failed to disconnect:`,e)}finally{S(!1)}};return _?l===`compact`?t(Wa,{variant:`outline`,size:`sm`,disabled:!0,className:T,"aria-label":m(`mcpConnections.checkingStatus`),title:m(`mcpConnections.checkingStatus`),children:t(fs,{className:`size-3`})}):t(`div`,{className:`flex items-center gap-2 text-sm`,children:t(fs,{className:`size-4`})}):l===`full`?C?n(`div`,{className:`flex items-center gap-2`,children:[u&&n(`span`,{className:`font-medium text-sm text-foreground`,children:[w,`:`]}),n(`div`,{className:`flex items-center gap-1 text-success text-sm`,children:[t(gt,{className:`size-4`}),t(`span`,{children:m(`mcpOAuth.connected`)})]}),d&&t(Wa,{variant:`ghost`,size:`sm`,onClick:k,disabled:x,children:x?t(fs,{className:`size-4`}):m(`mcpOAuth.disconnect`)})]}):n(`div`,{className:`flex items-center gap-2 text-sm`,children:[u&&n(`span`,{className:`font-medium text-foreground`,children:[w,`:`]}),t(Wa,{variant:`ghost`,size:`sm`,onClick:O,disabled:y,children:y?n(e,{children:[t(fs,{className:`size-4`}),t(`span`,{children:m(`mcpOAuth.authenticating`)})]}):n(e,{children:[t(Bn,{className:`size-4`}),t(`span`,{children:m(`mcpOAuth.authenticate`)})]})})]}):C?l===`compact`?n(`div`,{className:`flex items-center gap-2`,children:[u&&n(`span`,{className:`font-medium text-xs text-foreground`,children:[w,`:`]}),!f&&d&&t(Wa,{variant:`outline`,size:`sm`,onClick:k,disabled:x,className:T,children:x?t(fs,{className:`size-3`}):n(e,{children:[t(Jn,{className:`size-3`}),t(`span`,{children:m(`mcpOAuth.disconnect`)})]})})]}):n(`div`,{className:`flex items-center gap-1 text-success`,children:[t(gt,{className:`size-4`}),t(`span`,{className:`text-sm`,children:m(`mcpOAuth.connected`)})]}):l===`compact`?f?n(`div`,{className:`flex items-center gap-2`,children:[u&&n(`span`,{className:`font-medium text-xs text-foreground`,children:[a,`:`]}),t(`div`,{className:`flex items-center gap-1 text-muted`,children:t(`span`,{className:`text-xs`,children:m(`mcpOAuth.notConnected`)})})]}):n(`div`,{className:`flex items-center gap-2`,children:[u&&n(`span`,{className:`font-medium text-xs text-foreground`,children:[w,`:`]}),t(Wa,{variant:`outline`,size:`sm`,onClick:O,disabled:y,className:T,children:y?n(e,{children:[t(fs,{className:`size-3`}),t(`span`,{children:m(`mcpOAuth.connecting`)})]}):n(e,{children:[t(un,{className:`size-3`}),t(`span`,{children:m(`mcpOAuth.connect`)})]})})]}):t(Wa,{variant:`outline`,size:`sm`,onClick:O,disabled:f||y,children:y?n(e,{children:[t(fs,{className:`size-4`}),t(`span`,{children:m(`mcpOAuth.connecting`)})]}):n(e,{children:[t(un,{className:`size-4 me-1`}),t(`span`,{children:m(`mcpOAuth.connect`)})]})})}const gs=W.createContext({});function _s({children:e,artifactRunId:n,onProposalSelect:r,onProposalSubmit:i,MarkdownRenderer:a}){let o=q(()=>({artifactRunId:n,onProposalSelect:r,onProposalSubmit:i,MarkdownRenderer:a}),[n,r,i,a]);return t(gs.Provider,{value:o,children:e})}function vs(){return W.useContext(gs)}const ys=Ye(null);function bs(){return Qe(ys)}const xs={chart:{icon:ut,label:`chart`,defaultHeight:200},mermaid:{icon:Zt,label:`diagram`,defaultHeight:150},proposal:{icon:gn,label:`options`,defaultHeight:100},code:{icon:Nt,label:`code`,defaultHeight:80},image:{icon:tn,label:`image`,defaultHeight:150},link:{icon:ln,label:`link`,defaultHeight:24},expand:{icon:Lt,label:`content`,defaultHeight:100},table:{icon:Wn,label:`table`,defaultHeight:150},markdown:{icon:Gt,label:`content`,defaultHeight:100},"fusion-fragment":{icon:Nt,label:`fragment`,defaultHeight:150}};function Ss({type:e,error:r,onRetry:i,message:a,height:s}){let c=xs[e],l=s??c.defaultHeight,u=e===`link`;if(r)return n(`div`,{className:`flex items-center gap-2 rounded border border-destructive/30 bg-destructive/5 text-destructive ${u?`inline-flex px-2 py-1 text-sm`:`p-4`}`,style:u?void 0:{minHeight:l},children:[n(`span`,{className:`text-destructive`,children:[`Failed to load `,c.label]}),i&&t(o,{variant:`unstyled`,onClick:i,className:`ms-2 rounded bg-destructive/10 px-2 py-1 text-xs hover:bg-destructive/20 transition-colors text-destructive`,children:`Retry`})]});let d=c.icon;return u?n(`span`,{className:`inline-flex items-center gap-1 text-muted animate-pulse`,children:[t(d,{className:`h-3 w-3`}),t(`span`,{children:a||`Loading ${c.label}...`})]}):n(`div`,{className:`flex flex-col items-center justify-center gap-3 rounded border border-border bg-muted/30 animate-pulse`,style:{minHeight:l},children:[t(d,{className:`h-8 w-8 text-muted`}),t(`span`,{className:`text-sm text-muted`,children:a||`Loading ${c.label}...`}),t(`div`,{className:`flex gap-1`,children:[...[,,,]].map((e,n)=>t(`div`,{className:`h-2 w-2 rounded-full bg-muted animate-bounce`,style:{animationDelay:`${n*150}ms`}},`dot-${n}`))})]})}var Cs=class extends W.Component{constructor(e){super(e),this.state={hasError:!1}}static getDerivedStateFromError(e){return{hasError:!0,error:e}}componentDidCatch(e,t){console.error(`CodeBlock rendering error (${this.props.type}):`,e,t),this.props.onError?.(e)}handleRetry=()=>{this.setState({hasError:!1,error:void 0})};render(){if(this.state.hasError){let{type:e,fallbackCode:r}=this.props;return n(`div`,{className:`space-y-2`,children:[t(Ss,{type:e,error:this.state.error?.message||`Rendering failed`,onRetry:this.handleRetry}),r&&n(`details`,{className:`text-sm`,children:[t(`summary`,{className:`cursor-pointer text-muted hover:text-foreground`,children:`Show raw content`}),t(`pre`,{className:`mt-2 overflow-x-auto rounded bg-muted/50 p-2 text-xs`,children:t(`code`,{children:r})})]})]})}return this.props.children}};function ws(e,t,n){let r=t.split(`.`).pop()?.toLowerCase();if(r===`svg`)return`mockup`;if([`png`,`jpg`,`jpeg`,`gif`,`webp`].includes(r||``))return`image`;if(r===`md`)return`markdown`;if(r===`csv`)return`table`;if(n===`json`&&typeof e==`object`&&e){let t=e;if(typeof t.$schema==`string`&&t.$schema.includes(`vega`)||t.library===`vega-lite`&&`spec`in t)return`vega-lite`;if(`template`in t&&`data`in t)return`fusion-fragment`;if(Array.isArray(e)&&e.length>0&&typeof e[0]==`object`)return`table`}return`code`}function Ts(e){if(typeof e!=`object`||!e)return null;let t=e;return t.library===`vega-lite`&&`spec`in t&&typeof t.spec==`object`&&t.spec!==null?t:typeof t.$schema==`string`&&t.$schema.includes(`vega`)?{library:`vega-lite`,spec:t}:null}function Es({content:e}){let{headers:r,rows:i}=q(()=>{if(!Array.isArray(e)||e.length===0)return{headers:[],rows:[]};let t=e[0];if(typeof t!=`object`||!t)return{headers:[],rows:[]};let n=Object.keys(t);return{headers:n,rows:e.map(e=>n.map(t=>{let n=e[t];return n==null?``:typeof n==`object`?JSON.stringify(n):String(n)}))}},[e]);return r.length===0?t(Ss,{type:`table`,error:`No table data found`}):n(`div`,{className:`overflow-x-auto`,children:[n(`table`,{className:`min-w-full text-sm border-collapse`,children:[t(`thead`,{children:t(`tr`,{className:`border-b`,children:r.map(e=>t(`th`,{className:`px-3 py-2 text-start font-medium text-muted`,children:e},e))})}),t(`tbody`,{children:i.slice(0,100).map((e,n)=>t(`tr`,{className:`border-b border-muted/20`,children:e.map((e,n)=>t(`td`,{className:`px-3 py-2`,children:e},`cell-${n}`))},`row-${n}`))})]}),i.length>100&&n(`div`,{className:`text-sm text-muted py-2`,children:[`Showing 100 of `,i.length,` rows`]})]})}function Ds({content:e,path:n}){let r=n.split(`.`).pop()?.toLowerCase()||``,i=typeof e==`string`?e:JSON.stringify(e,null,2);return t(`pre`,{className:`overflow-x-auto p-3 bg-muted/10 rounded text-sm`,children:t(`code`,{className:`language-${r}`,children:i})})}function Os(e){return ii.sanitize(e,{USE_PROFILES:{svg:!0,svgFilters:!0},ADD_TAGS:[`use`],FORBID_TAGS:[`foreignObject`]})}function ks(e){return e.replace(/<svg([^>]*)>/i,(e,t)=>{let n=t;if(!/viewBox/i.test(n)){let e=/\swidth\s*=\s*["']?(\d+(?:\.\d+)?)/i.exec(n),t=/\sheight\s*=\s*["']?(\d+(?:\.\d+)?)/i.exec(n);e&&t&&(n+=` viewBox="0 0 ${e[1]} ${t[1]}"`)}return n=n.replace(/\swidth\s*=\s*(?:"[^"]*"|'[^']*'|[^\s>]+)/i,``).replace(/\sheight\s*=\s*(?:"[^"]*"|'[^']*'|[^\s>]+)/i,``),/style="/i.test(n)?n=n.replace(/style="([^"]*)"/i,(e,t)=>`style="${t};width:100%;height:auto;display:block;max-width:100%;"`):n+=` style="width:100%;height:auto;display:block;max-width:100%;"`,/preserveAspectRatio=/i.test(n)||(n+=` preserveAspectRatio="xMidYMid meet"`),`<svg${n}>`})}function As({content:e}){let n=q(()=>{let t=typeof e==`string`?e.trim():``;return t?ks(Os(t)):null},[e]);return n?t(`div`,{style:{margin:`16px 0`,width:`100%`,overflowX:`auto`},dangerouslySetInnerHTML:{__html:n}}):t(Ss,{type:`expand`,error:`Empty mockup`})}function js({content:e,path:n}){return t(`img`,{src:typeof e==`string`?e:``,alt:n.split(`/`).pop()||`Artifact image`,className:`max-w-full h-auto rounded`,loading:`lazy`})}function Ms({content:e,renderType:n,path:r,runId:i,contentType:a}){let{MarkdownRenderer:o}=vs();switch(q(()=>n===`auto`?ws(e,r,a):n,[e,r,a,n])){case`chart`:{let n=Ts(e);return n?t(Cs,{type:`chart`,fallbackCode:JSON.stringify(e,null,2),children:t(ga,{spec:n,artifactRunId:i})}):t(Ss,{type:`chart`,error:`Only Vega-Lite charts are supported. Recharts rendering has been retired.`})}case`vega-lite`:{let n=Ts(e);return n?t(Cs,{type:`chart`,fallbackCode:JSON.stringify(e,null,2),children:t(ga,{spec:n,artifactRunId:i})}):t(Ss,{type:`chart`,error:`Invalid Vega-Lite specification`})}case`fusion-fragment`:{let n=e;return console.log(`[ArtifactContentRenderer] fusion-fragment:`,{hasTemplate:!!n.template,hasData:!!n.data,runId:i,hasVegaLiteChart:!!ga}),n.template&&n.data?t(Cs,{type:`fusion-fragment`,fallbackCode:JSON.stringify(e,null,2),children:t(ri,{data:n.data,ChartComponent:ga,artifactRunId:i,children:t(ni,{code:JSON.stringify(n.template),data:n.data})})}):t(Cs,{type:`fusion-fragment`,fallbackCode:JSON.stringify(e,null,2),children:t(ni,{code:JSON.stringify(e)})})}case`table`:return t(Cs,{type:`table`,fallbackCode:JSON.stringify(e,null,2),children:t(Es,{content:e})});case`markdown`:{let n=typeof e==`string`?e:String(e);return t(Cs,{type:`markdown`,fallbackCode:n,children:o?t(o,{artifactRunId:i,children:n}):t(`pre`,{className:`overflow-x-auto p-3 bg-muted/10 rounded text-sm`,children:t(`code`,{children:n})})})}case`mockup`:return t(Cs,{type:`expand`,fallbackCode:typeof e==`string`?e:r,children:t(As,{content:e})});case`image`:return t(Cs,{type:`image`,fallbackCode:r,children:t(js,{content:e,path:r})});default:return t(Ds,{content:e,path:r})}}const Ns=`Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif`;function Ps(e){let t=e.trim(),n=``,r=!1,i=!1;for(let e=0;e<t.length;e++){let a=t[e],o=e>0?t[e-1]:``;if(a===`"`&&!i&&o!==`\\`){r=!r,n+=a;continue}if(a===`'`&&!r&&o!==`\\`){i=!i,n+=a;continue}if((r||i)&&a===`\\`){let r=e;for(;t[r]===`\\`;)r++;if(t[r]===`n`){n+=`<br/>`,e=r;continue}}n+=a}return n}function Fs(e){return e.replace(/<svg([^<>]*)>/i,(e,t)=>{let n=t.replace(/\swidth="[^"]*"/i,``).replace(/\sheight="[^"]*"/i,``);return/style="/i.test(n)?n=n.replace(/style="([^"]*)"/i,(e,t)=>`style="${t};width:100%;height:auto;display:block;max-width:100%;"`):n+=` style="width:100%;height:auto;display:block;max-width:100%;"`,/preserveAspectRatio=/i.test(n)||(n+=` preserveAspectRatio="xMidYMid meet"`),`<svg${n}>`})}ai.initialize({startOnLoad:!1,theme:`default`,securityLevel:`loose`,fontFamily:Ns,suppressErrorRendering:!0,flowchart:{htmlLabels:!0,useMaxWidth:!0,nodeSpacing:40,rankSpacing:50,padding:12},sequence:{useMaxWidth:!0},themeVariables:{fontFamily:Ns}});function Is({code:e,className:n}){let r=J(null),[i,a]=Y(null),[o,s]=Y(null),c=$e().replace(/:/g,`_`);return K(()=>{let t=!1;return(async()=>{if(!e.trim()){a(null),s(null);return}try{s(null);let n=`mermaid-${c}-${Date.now()}`,r=Ps(e),{svg:i}=await ai.render(n,r),o=Fs(i);t||a(o)}catch(e){t||(s(e instanceof Error?e.message:`Failed to render mermaid diagram`),a(null))}})(),()=>{t=!0}},[e,c]),o?null:i?t(`div`,{ref:r,className:`my-4 w-full overflow-x-auto [&_svg]:mx-auto [&_svg]:w-full [&_svg]:h-auto [&_svg]:max-w-full ${n||``}`,dangerouslySetInnerHTML:{__html:i}}):t(`div`,{className:`my-4 p-4 bg-gray-50 dark:bg-gray-800 rounded-lg animate-pulse ${n||``}`,children:t(`div`,{className:`h-32 bg-gray-200 dark:bg-gray-700 rounded`})})}function Ls(e){switch(e.split(`.`).pop()?.toLowerCase()){case`json`:return`json`;case`md`:case`txt`:case`csv`:case`yaml`:case`yml`:return`text`;case`png`:case`jpg`:case`jpeg`:case`gif`:case`webp`:case`pdf`:return`binary`;default:return`text`}}function Rs({runId:e,path:t,parseJson:n=!0}){let{client:r}=Z(),i=$i(),a=J(r);a.current=r;let o=J(i);o.current=i;let[s,c]=Y({data:void 0,rawContent:void 0,isLoading:!0,error:void 0,contentType:void 0}),l=G(async()=>{if(!e){c({data:void 0,rawContent:void 0,isLoading:!1,error:`No run ID provided`,contentType:void 0});return}if(!t){c({data:void 0,rawContent:void 0,isLoading:!1,error:`No artifact path provided`,contentType:void 0});return}c(e=>({...e,isLoading:!0,error:void 0}));let r=a.current,i=o.current,s=Ls(t);try{let a=ta(e,t,`inline`),o;o=i?await i.getOrFetch(a,async()=>(await r.files.getArtifactDownloadUrl(e,t,`inline`)).url):(await r.files.getArtifactDownloadUrl(e,t,`inline`)).url;let l=await fetch(o);if(!l.ok)throw Error(`Failed to fetch artifact: ${l.status} ${l.statusText}`);if(s===`binary`){c({data:o,rawContent:void 0,isLoading:!1,error:void 0,contentType:s});return}let u=await l.text(),d;if(n&&s===`json`)try{d=JSON.parse(u)}catch{d=u}else d=u;c({data:d,rawContent:u,isLoading:!1,error:void 0,contentType:s})}catch(e){let n=e instanceof Error?e.message:`Failed to fetch artifact`;console.error(`Failed to fetch artifact content:`,t,e),c({data:void 0,rawContent:void 0,isLoading:!1,error:n,contentType:s})}},[e,t,n]);K(()=>{l()},[l]);let u=G(()=>{c({data:void 0,rawContent:void 0,isLoading:!0,error:void 0,contentType:void 0}),l()},[l]);return{data:s.data,rawContent:s.rawContent,isLoading:s.isLoading,error:s.error,contentType:s.contentType,retry:u}}function zs(e){let t=e.trim();if(t.length<2)return!0;if(!t.startsWith(`{`))return!1;try{return JSON.parse(t),!1}catch(e){let n=e instanceof Error?e.message:``,r=[`unexpected end`,`unterminated string`,`expected`,`unexpected token`],i=n.toLowerCase();if(r.some(e=>i.includes(e))){let e=0,n=0,r=!1,i=!1;for(let a of t){if(i){i=!1;continue}if(a===`\\`){i=!0;continue}if(a===`"`){r=!r;continue}r||(a===`{`?e++:a===`}`?e--:a===`[`?n++:a===`]`&&n--)}return e>0||n>0||r}return!1}}function Bs(e){try{let t=e.trim(),n=t.indexOf(`{`),r=t.lastIndexOf(`}`);return n!==-1&&r>n&&(t=t.slice(n,r+1)),JSON.parse(t)}catch{return null}}function Vs(e){let t=typeof e.$schema==`string`&&e.$schema.includes(`vega`),n=e.library===`vega-lite`&&`spec`in e;return t||n?`vega-lite`:null}function Hs({code:e}){let{artifactRunId:n}=vs();n||console.warn(`[VegaLiteCodeBlockHandler] artifactRunId is missing from CodeBlockContext`);let r=q(()=>zs(e),[e]),i=q(()=>{if(r)return null;let t=Bs(e);return t?{library:`vega-lite`,spec:t}:null},[e,r]);return r?t(Ss,{type:`chart`,message:`Loading chart...`}):i?t(Cs,{type:`chart`,fallbackCode:e,children:t(ga,{spec:i,artifactRunId:n})}):t(Ss,{type:`chart`,error:`Invalid Vega-Lite specification`})}function Us({code:e}){let{artifactRunId:n}=vs();n||console.warn(`[ChartCodeBlockHandler] artifactRunId is missing from CodeBlockContext`);let r=q(()=>zs(e),[e]),i=q(()=>{if(r)return null;let t=Bs(e);return!t||!Vs(t)?null:t.library===`vega-lite`&&`spec`in t&&typeof t.spec==`object`?t:{library:`vega-lite`,spec:t}},[e,r]);return r?t(Ss,{type:`chart`,message:`Loading chart...`}):i?t(Cs,{type:`chart`,fallbackCode:e,children:t(ga,{spec:i,artifactRunId:n})}):t(Ss,{type:`chart`,error:`Invalid Vega-Lite chart specification`})}function Ws({code:e}){let n=e.trim();return n?t(Cs,{type:`mermaid`,fallbackCode:e,children:t(Is,{code:n})}):t(Ss,{type:`mermaid`,error:`Empty diagram`})}function Gs({code:e}){let n=q(()=>{let t=e.trim();return t?ks(Os(t)):null},[e]);return n?t(Cs,{type:`code`,fallbackCode:e,children:t(`div`,{style:{margin:`16px 0`,width:`100%`,overflowX:`auto`},dangerouslySetInnerHTML:{__html:n}})}):t(Ss,{type:`code`,error:`Empty mockup`})}function Ks({code:e,language:n}){let{artifactRunId:r}=vs(),i=e.trim(),a=q(()=>{if(!n?.includes(`:`))return`auto`;let e=n.split(`:`)[1];return[`chart`,`vega-lite`,`table`,`markdown`,`fusion-fragment`,`mockup`,`code`,`image`,`auto`].includes(e)?e:`auto`},[n]),{data:o,isLoading:s,error:c,contentType:l}=Rs({runId:r,path:i});return r?s?t(Ss,{type:`expand`,message:`Loading ${i}...`}):c?t(Ss,{type:`expand`,error:`Failed to load artifact: ${c}`}):o===void 0?t(Ss,{type:`expand`,error:`No content found in artifact`}):t(Ms,{content:o,renderType:a,path:i,runId:r,contentType:l}):t(Ss,{type:`expand`,error:`No artifact run ID available`})}function qs(e){return e?.startsWith(`expand`)??!1}function Js(){return{chart:Us,"vega-lite":Hs,vegalite:Hs,mermaid:Ws,mockup:Gs,svg:Gs}}function Ys(e){return e.trim().replace(/^\/+/,``)}function Xs(e){return e.startsWith(`artifact:`)?{scheme:`artifact`,path:e.slice(9).trim()}:e.startsWith(`image:`)?{scheme:`image`,path:e.slice(6).trim()}:e.startsWith(`store:`)?{scheme:`store`,path:Ys(e.slice(6))}:e.startsWith(`document:`)?{scheme:`document`,path:Ys(e.slice(9))}:e.startsWith(`collection:`)?{scheme:`collection`,path:Ys(e.slice(11))}:{scheme:`standard`,path:e}}function Zs(e,t){switch(e){case`store`:return t?`/store/objects/${t}`:null;case`document`:return t?`/store/objects/${t}`:null;case`collection`:return t?`/store/collections/${t}`:null;default:return null}}function Qs({rawUrl:e,artifactRunId:t,disposition:n=`inline`}){let{client:r}=Z(),i=$i(),a=J(r);a.current=r;let o=J(i);o.current=i;let{scheme:s,path:c}=Xs(e),l=Zs(s,c),[u,d]=Y(()=>{if(l)return{url:l,isLoading:!1,error:void 0};if(s===`standard`)return{url:e,isLoading:!1,error:void 0};if(i&&(s===`artifact`||s===`image`)){let e;e=s===`artifact`&&t&&!ea(c)?ta(t,c,n):na(c);let r=i.getUrl(e);if(r)return{url:r,isLoading:!1,error:void 0}}return{url:void 0,isLoading:!0,error:void 0}}),f=G(async()=>{if(l||s===`standard`)return;if(s!==`artifact`&&s!==`image`){d({url:void 0,isLoading:!1,error:`Unknown scheme: ${s}`});return}d(e=>({...e,isLoading:!0,error:void 0}));let e=a.current,r=o.current;try{let i;if(s===`artifact`)if(t&&!ea(c)){let a=ta(t,c,n);i=r?await r.getOrFetch(a,async()=>(await e.files.getArtifactDownloadUrl(t,c,n)).url):(await e.files.getArtifactDownloadUrl(t,c,n)).url}else{let t=na(c);i=r?await r.getOrFetch(t,async()=>(await e.files.getDownloadUrl(c)).url):(await e.files.getDownloadUrl(c)).url}else{let t=na(c);i=r?await r.getOrFetch(t,async()=>(await e.files.getDownloadUrl(c)).url):(await e.files.getDownloadUrl(c)).url}d({url:i,isLoading:!1,error:void 0})}catch(e){let t=e instanceof Error?e.message:`Failed to resolve URL`;console.error(`Failed to resolve URL:`,c,e),d({url:void 0,isLoading:!1,error:t})}},[s,c,t,n,l]);K(()=>{if(u.url&&!u.error)return;let e=!1;return e||(async()=>{await f()})(),()=>{e=!0}},[f,u.url,u.error]);let p=G(()=>{d({url:void 0,isLoading:!0,error:void 0}),f()},[f]);return{url:u.url,isLoading:u.isLoading,error:u.error,scheme:s,retry:p}}function $s({src:e,alt:r,caption:i,className:a,artifactRunId:o}){let s=e||``,{scheme:c}=Xs(s);return c===`standard`?n(`figure`,{className:`my-4`,children:[t(`img`,{src:e,alt:r,className:a}),t(`figcaption`,{className:`mt-2 text-sm text-muted text-center italic`,children:i})]}):t(ec,{rawSrc:s,alt:r,caption:i,artifactRunId:o,className:a})}function ec({rawSrc:e,alt:r,caption:i,artifactRunId:a,className:o}){let{url:s,isLoading:c,error:l,retry:u}=Qs({rawUrl:e,artifactRunId:a,disposition:`inline`});return c?t(Ss,{type:`image`,message:r?`Loading ${r}...`:void 0}):l?t(Ss,{type:`image`,error:l,onRetry:u}):s?n(`figure`,{className:`my-4`,children:[t(`img`,{src:s,alt:r,className:o}),t(`figcaption`,{className:`mt-2 text-sm text-muted text-center italic`,children:i})]}):null}function tc({node:e,src:n,alt:r,className:i,artifactRunId:a,ExistingImg:o,...s}){let c=n||``,{scheme:l}=Xs(c);return l===`standard`?typeof o==`function`?t(o,{node:e,src:n,alt:r,...s}):t(`img`,{src:n,alt:r,className:i,...s}):t(nc,{rawSrc:c,alt:r,artifactRunId:a,className:i,rest:s})}function nc({rawSrc:e,alt:n,artifactRunId:r,className:i,rest:a}){let{url:o,isLoading:s,error:c,retry:l}=Qs({rawUrl:e,artifactRunId:r,disposition:`inline`});return s?t(Ss,{type:`image`,message:n?`Loading ${n}...`:void 0}):c?t(Ss,{type:`image`,error:c,onRetry:l}):o?t(`img`,{src:o,alt:n,className:i,...a}):null}function rc({node:e,href:n,children:r,className:i,artifactRunId:a,ExistingLink:o,...s}){let c=n||``,{scheme:l,path:u}=Xs(c),d=Zs(l,u);return d?typeof o==`function`?t(o,{node:e,href:d,...s,children:r}):t(`a`,{href:d,...s,className:i,target:`_blank`,rel:`noopener noreferrer`,children:r}):l===`standard`?typeof o==`function`?t(o,{node:e,href:n,...s,children:r}):t(`a`,{href:n,...s,className:i,target:`_blank`,rel:`noopener noreferrer`,children:r}):t(ic,{rawHref:c,artifactRunId:a,className:i,rest:s,children:r})}function ic({rawHref:e,artifactRunId:n,className:r,children:i,rest:a}){let{url:o,isLoading:s,error:c,retry:l}=Qs({rawUrl:e,artifactRunId:n,disposition:`attachment`});return s?t(`span`,{className:`inline-flex items-center gap-1 text-muted`,children:t(Ss,{type:`link`})}):c?t(`span`,{className:`inline-flex items-center gap-1`,children:t(Ss,{type:`link`,error:c,onRetry:l})}):t(`a`,{href:o||`#`,...a,className:r,target:`_blank`,rel:`noopener noreferrer`,children:i})}const ac=[`artifact:`,`image:`,`store:`,`document://`,`collection:`],oc=/(!?\[[^[\]\n]*\]\()((?:artifact:|image:|store:|document:\/\/|collection:)[^)[\n]+)(\))/g,sc=/`[^`\n]*`/g,cc=/(^|\n)(`{3,}|~{3,})[^\n]*\n[\s\S]*?\n\2(?=\n|$)/g,lc=/\s+("(?:[^"\\]|\\.)*"|'(?:[^'\\]|\\.)*'|\([^)]*\))\s*$/;function uc(e){return ac.some(t=>e.startsWith(t))}function dc(e){let t=e.trim();if(t.startsWith(`<`)){let n=t.indexOf(`>`);if(n>0&&uc(t.slice(1,n).trim()))return e}let n=t.match(lc)?.index??-1,r=(n>=0?t.slice(0,n):t).trim(),i=n>=0?t.slice(n):``;return uc(r)?`<${r}>${i}`:e}function fc(e){return e.replace(oc,(e,t,n,r)=>`${t}${dc(n)}${r}`)}function pc(e){let t=``,n=0;for(let r of e.matchAll(sc))t+=fc(e.slice(n,r.index)),t+=r[0],n=r.index+r[0].length;return t+=fc(e.slice(n)),t}function mc(e){if(!e||!ac.some(t=>e.includes(t)))return e;let t=``,n=0;for(let r of e.matchAll(cc))t+=pc(e.slice(n,r.index)),t+=r[0],n=r.index+r[0].length;return t+=pc(e.slice(n)),t}const hc=/^([ \t]*):::([^\n]*?):::[ \t]*$/gm,gc=/^\w+/;function _c(e){return e?.includes(`:::`)?e.replace(hc,(e,t,n)=>{let r=n.trim(),i=gc.exec(r);if(!i)return e;let a=i[0],o=r.slice(a.length).trim();return o?`${t}:::${a}\n${t}${o}\n${t}:::`:`${t}::${a}`}):e}const vc=/(^|\n)(`{3,}|~{3,})[^\n]*\n[\s\S]*?\n\2(?=\n|$)/g,yc=/`[^`\n]*`/g,bc=/\\\$/g,xc=/\\[^\s]/,Sc=/[{}]/,Cc=/[_^][\w{]/,wc=/^[a-zA-Z]$/,Tc=/^[a-zA-Z]\s*=/,Ec=/^\s/,Dc=/\s$/,Oc=/[+*/-]$/,kc=/\^[+-]$/;function Ac(e){return xc.test(e)||Sc.test(e)||Cc.test(e)||wc.test(e)||Tc.test(e)}function jc(e){return!!(Ec.test(e)||Dc.test(e)||Oc.test(e)&&!kc.test(e))}function Mc(e){let t=[];for(let n=0;n<e.length;n++)if(e[n]===`$`&&!(n>0&&e[n-1]===`\\`)){if(n+1<e.length&&e[n+1]===`$`){n++;continue}n>0&&e[n-1]===`$`&&(n<2||e[n-2]!==`\\`)||t.push(n)}return t}function Nc(e,t,n){let r=e.slice(t+1,n);return r.length===0||r.includes(`
4
- `)?null:r}function Pc(e){let t=Mc(e);if(t.length<2)return e;let n=new Set,r=new Set,i=Array(t.length-1);for(let n=0;n<t.length-1;n++)i[n]=Nc(e,t[n],t[n+1]);let a=[];for(let e=0;e<t.length-1;e++){if(n.has(e))continue;let r=i[e];r!==null&&Ac(r)&&(n.add(e),n.add(e+1),a.push([t[e],t[e+1]]))}let o=0;for(;o<t.length;){if(n.has(o)){o++;continue}let e=o+1;for(;e<t.length&&n.has(e);)e++;if(e>=t.length)break;if(e>o+1){r.add(t[o]),o++;continue}let a=i[o];if(a===null){o++;continue}jc(a)&&(r.add(t[o]),r.add(t[e])),n.add(o),n.add(e),o=e+1}for(let e=0;e<t.length;e++)n.has(e)||e+1<t.length&&n.has(e+1)&&r.add(t[e]);if(r.size===0&&a.length===0)return e;let s=[],c=0,l=Array.from(r).sort((e,t)=>e-t),u=0,d=0;for(;u<l.length||d<a.length;){let t=u<l.length?l[u]:1/0;if(t<(d<a.length?a[d][0]:1/0))t>c&&s.push(e.slice(c,t)),s.push(`\\$`),c=t+1,u++;else{let[t,n]=a[d];t>c&&s.push(e.slice(c,t));let r=e.slice(t,n+1);for(s.push(r.replace(bc,`\\text{\\textdollar}`)),c=n+1;u<l.length&&l[u]<=n;)u++;d++}}return c<e.length&&s.push(e.slice(c)),s.join(``)}function Fc(e){let t=[],n=0;for(let r of e.matchAll(yc))t.push(Pc(e.slice(n,r.index))),t.push(r[0]),n=r.index+r[0].length;return t.push(Pc(e.slice(n))),t.join(``)}function Ic(e){if(!e?.includes(`$`))return e;let t=[],n=0;for(let r of e.matchAll(vc))t.push(Fc(e.slice(n,r.index))),t.push(r[0]),n=r.index+r[0].length;return t.push(Fc(e.slice(n))),t.join(``)}const Lc={note:`md-callout-info`,tip:`md-callout-info`,warning:`md-callout-attention`,important:`md-callout-attention`,caution:`md-callout-destructive`},Rc={note:`Note`,tip:`Tip`,warning:`Warning`,important:`Important`,caution:`Caution`};function zc(){return e=>{ti(e,e=>{if(e.type!==`containerDirective`&&e.type!==`leafDirective`&&e.type!==`textDirective`)return;let t=e;t.data||={};let n=t.data,r=t.attributes||{},i=t.name;if(i===`pagebreak`){n.hName=`hr`,n.hProperties={className:`md-pagebreak`};return}if(i===`columns`){n.hName=`div`,n.hProperties={className:`md-columns`};return}if(i===`column`){n.hName=`div`;let e={className:`md-column`};r.width&&(e.style=`flex-basis:${r.width};flex-grow:0;flex-shrink:0`),n.hProperties=e;return}if(i in Lc){n.hName=`div`,n.hProperties={className:`md-callout ${Lc[i]}`,"data-callout-type":i};let e=Rc[i];if(e&&t.children){let n={type:`paragraph`,data:{hName:`p`,hProperties:{className:`md-callout-title`}},children:[{type:`text`,value:e}]};t.children.unshift(n)}return}n.hName=`div`,n.hProperties={className:`md-${i}`,...Object.fromEntries(Object.entries(r).filter(([e])=>e!==`class`))},r.class&&(n.hProperties.className+=` ${r.class}`)})}}const Bc=[`artifact:`,`image:`,`store:`,`document:`,`document://`,`collection:`];function Vc(e){return Bc.some(t=>e.startsWith(t))?e:Gr(e)}function Hc(){return e=>{ti(e,`html`,(e,t,n)=>{let r=e,i=n;if(typeof r.value==`string`&&/<!--[\s\S]*?-->/.test(r.value)&&i?.children&&typeof t==`number`)return i.children.splice(t,1),[ei,t]})}}const Uc=Js();function Wc({children:e,components:n,remarkPlugins:r=[],removeComments:i=!0,artifactRunId:a,className:o,codeClassName:s,inlineCodeClassName:c,linkClassName:l,imageClassName:u,onProposalSelect:d,onProposalSubmit:f}){let p=bs(),m=W.useMemo(()=>_c(mc(Ic(e))),[e]),h=t(_s,{artifactRunId:a,onProposalSelect:d,onProposalSubmit:f,MarkdownRenderer:Wc,children:t(Wr,{remarkPlugins:W.useMemo(()=>{let e=[Xr,Yr,zc,Zr,Jr,$r,Qr,...r];return i&&e.push(Hc),e},[r,i]),rehypePlugins:W.useMemo(()=>[Kr],[]),remarkRehypeOptions:W.useMemo(()=>({handlers:{...qr}}),[]),components:W.useMemo(()=>{let e=n||{},r=e.code,i=e.a,o=e.img,d=({node:e,className:n,children:i,...a})=>{let o=/language-([\w-]+)/.exec(n||``),l=!o,u=o?o[1]:``;if(!l&&u){if(p){let e=p.getComponent(u);if(e)return t(e,{code:String(i||``).trim(),language:u})}if(qs(u))return t(Ks,{code:String(i||``).trim(),language:u});let e=Uc[u];if(e)return t(e,{code:String(i||``).trim(),language:u})}return typeof r==`function`?t(r,{node:e,className:n,...a,children:i}):t(`code`,{...a,className:l?`px-1.5 py-0.5 rounded ${c||``}`:` ${s||``}`,children:i})},f=e=>{let{node:n,href:r,children:o,...s}=e;return t(rc,{node:n,href:r,className:l,artifactRunId:a,ExistingLink:typeof i==`function`?i:void 0,...s,children:o})},m=e=>{let{node:n,src:r,alt:i,title:s,...c}=e;return s?t($s,{src:r,alt:i,caption:s,className:u,artifactRunId:a}):t(tc,{node:n,src:r,alt:i,className:u,artifactRunId:a,ExistingImg:typeof o==`function`?o:void 0,...c})};return{...e,code:d,a:f,img:m}},[n,a,p,s,c,l,u]),urlTransform:Vc,children:m})});return o?t(`div`,{className:`md-content ${o}`,children:h}):t(`div`,{className:`md-content`,children:h})}const Gc={default:{border:`border-s-attention`,bg:`bg-amber-50 dark:bg-amber-900/20`,icon:`text-attention`},warning:{border:`border-s-destructive`,bg:`bg-red-50 dark:bg-red-900/20`,icon:`text-destructive`},info:{border:`border-s-info`,bg:`bg-blue-50 dark:bg-blue-900/20`,icon:`text-info`},success:{border:`border-s-success`,bg:`bg-green-50 dark:bg-green-900/20`,icon:`text-success`}},Kc={default:en,warning:at,info:gn,success:ht},qc=`max-h-80 overflow-y-auto overscroll-contain pe-2`;function Jc({question:r,description:i,options:a,onSelect:s,onMultiSelect:c,onSubmit:l,allowFreeResponse:u=!1,multiSelect:d=!1,placeholder:f,submitLabel:p,isLoading:m=!1,icon:h,variant:g=`default`,hideIcon:_=!1,hideBorder:v=!1,compact:y=!1,answered:b=!1,className:x,cardClassName:S,headerClassName:C,iconClassName:w,questionClassName:T,descriptionClassName:E,optionsClassName:D,buttonClassName:O,inputContainerClassName:k,inputClassName:A,submitButtonClassName:j}){let{t:M}=X(),N=f??M(`agent.typeYourResponse`),P=p??M(`agent.send`),[F,I]=W.useState(``),[L,R]=W.useState(new Set),z=W.useRef(null),ee=Gc[g],te=Kc[g],ne=e=>{R(t=>{let n=new Set(t);return n.has(e)?n.delete(e):n.add(e),n})},re=()=>{L.size>0&&c&&(c(Array.from(L)),R(new Set))},ie=()=>{F.trim()&&l&&(l(F.trim()),I(``))},ae=e=>{e.key===`Enter`&&!e.shiftKey&&(e.preventDefault(),ie())},oe=v?``:`border-s-4 ${ee.border}`;if(y){let c=h||t(te,{className:`size-4`}),l=t(`div`,{className:V(`agent-ask-question text-sm leading-6 text-foreground/85`,T),children:t(Wc,{children:r})});return b?t(`div`,{className:V(`my-1.5 font-sans`,x),children:n(`div`,{className:qc,children:[l,i&&t(`p`,{className:V(`mt-1 text-xs leading-5 text-muted`,E),children:i})]})}):t(`div`,{className:V(`my-2 font-sans`,x),children:n(`div`,{className:V(`rounded-lg border border-border bg-background/60 shadow-none`,S),children:[t(`div`,{className:V(`px-3 py-2`,C),children:n(`div`,{className:`flex items-start gap-2.5`,children:[!_&&t(`div`,{className:V(`mt-1 flex-shrink-0 text-attention`,w),children:c}),t(`div`,{className:`min-w-0 flex-1`,children:n(`div`,{className:qc,children:[l,i&&t(`p`,{className:V(`mt-1 text-xs leading-5 text-muted`,E),children:i})]})})]})}),a&&a.length>0&&t(`div`,{className:V(`flex flex-col gap-1.5 px-3 pb-3 pt-0`,D),children:d?n(e,{children:[a.map(e=>{let r=L.has(e.id);return n(`label`,{className:V(`flex cursor-pointer items-start gap-2.5 rounded-md border px-3 py-2 text-start transition-colors`,r?`border-info/60 bg-info/10`:`border-border bg-background/70 hover:bg-mixer-muted/15`,m&&`cursor-not-allowed opacity-50`,O),children:[t(`input`,{type:`checkbox`,checked:r,onChange:()=>ne(e.id),disabled:m,className:`mt-1 size-4 rounded border-border bg-background text-info focus:ring-info`}),n(`span`,{className:`min-w-0 flex-1`,children:[n(`span`,{className:`flex items-center gap-2 text-sm font-medium leading-5 text-foreground`,children:[e.icon,t(`span`,{className:`break-words`,children:e.label})]}),e.description&&t(`span`,{className:`mt-0.5 block break-words text-xs leading-5 text-muted`,children:e.description})]})]},e.id)}),t(`div`,{className:`pt-1`,children:n(o,{size:`sm`,onClick:re,disabled:m||L.size===0,className:`inline-flex items-center gap-2`,children:[t(Rn,{className:`size-4`}),L.size>0?M(`agent.submitSelectionCount`,{count:L.size}):M(`agent.submitSelection`)]})})]}):a.map(e=>n(`button`,{type:`button`,onClick:()=>s?.(e.id),disabled:m,className:V(`flex w-full cursor-pointer items-start gap-2.5 rounded-md border border-border bg-background/70 px-3 py-2 text-start transition-colors`,`hover:bg-mixer-muted/15 focus-visible:outline-none focus-visible:ring-2 focus-visible:ring-ring`,m&&`cursor-not-allowed opacity-50`,O),children:[t(`span`,{className:`mt-1 size-4 flex-shrink-0 rounded-full border border-border`,"aria-hidden":`true`}),n(`span`,{className:`min-w-0 flex-1`,children:[n(`span`,{className:`flex items-center gap-2 text-sm font-medium leading-5 text-foreground`,children:[e.icon,t(`span`,{className:`break-words`,children:e.label})]}),e.description&&t(`span`,{className:`mt-0.5 block break-words text-xs leading-5 text-muted`,children:e.description})]})]},e.id))}),u&&t(`div`,{className:V(`px-3 pb-3 pt-0`,k),children:n(`div`,{className:`flex gap-2`,children:[t(`input`,{ref:z,type:`text`,value:F,onChange:e=>I(e.target.value),onKeyDown:ae,placeholder:N,disabled:m,className:V(`min-w-0 flex-1 rounded-md border border-border bg-background/70 px-3 py-2 text-sm text-foreground focus:border-transparent focus:ring-2 focus:ring-ring`,A)}),t(o,{size:`sm`,onClick:ie,disabled:m||!F.trim(),className:j,children:m?`...`:P})]})})]})})}return t(`div`,{className:`my-4 font-sans ${x||``}`,children:n(`div`,{className:`${oe} ${ee.bg} rounded-e-lg shadow-sm ${S||``}`,children:[t(`div`,{className:`px-4 py-3 ${C||``}`,children:n(`div`,{className:`flex items-start gap-3`,children:[!_&&t(`div`,{className:`flex-shrink-0 mt-0.5 ${ee.icon} ${w||``}`,children:h||t(te,{className:`size-5`})}),t(`div`,{className:`min-w-0 flex-1`,children:n(`div`,{className:qc,children:[t(`div`,{className:`agent-ask-question prose prose-sm dark:prose-invert max-w-none text-gray-900 dark:text-gray-100 ${T||``}`,children:t(Wc,{children:r})}),i&&t(`p`,{className:`mt-1 text-sm text-gray-600 dark:text-gray-400 ${E||``}`,children:i})]})})]})}),a&&a.length>0&&t(`div`,{className:`px-4 pb-3 pt-1 ${D||``}`,children:d?n(`div`,{className:`space-y-2`,children:[a.map(e=>n(`label`,{className:`flex items-start gap-3 px-4 py-3 rounded-lg cursor-pointer transition-colors
3
+ flex items-center justify-center size-6 rounded end-2`,"aria-label":`Clear input`,children:t(nr,{size:16})})]})});Qo.displayName=`Input`,W.createContext({filters:[],setFilters:()=>void 0,filterGroups:[]});var $o;(function(e){e.IS=`is`,e.IS_NOT=`is_not`,e.CONTAINS=`contains`,e.BEFORE=`before`,e.AFTER=`after`,e.IS_ANY_OF=`is_any_of`})($o||={});const es=Xe(({className:e,level:n=3,...r},i)=>t(`h${n}`,{ref:i,className:$({h1:`text-2xl font-medium tracking-tight`,h2:`text-xl font-medium tracking-tight`,h3:`text-lg font-medium`,h4:`text-base font-medium`,h5:`text-sm font-medium`,h6:`text-xs font-medium`}[`h${n}`],`mb-2`,e),...r}));es.displayName=`Heading`;const ts=Nr(`text-sm font-medium leading-none peer-disabled:cursor-not-allowed peer-disabled:opacity-70`),ns=U.forwardRef(({className:e,required:r,...i},a)=>n(Vr.Root,{ref:a,className:$(ts(),e),...i,children:[i.children,r&&t(`span`,{className:`text-destructive-foreground ms-1`,children:`*`})]}));ns.displayName=Vr.Root.displayName,Ye(()=>{});const rs=U.forwardRef(({className:e,orientation:n=`horizontal`,decorative:r=!0,...i},a)=>t(Hr.Root,{ref:a,decorative:r,orientation:n,className:$(`shrink-0 bg-border`,n===`horizontal`?`h-[1px] w-full`:`h-full w-[1px]`,e),...i}));rs.displayName=Hr.Root.displayName;const is=U.forwardRef(({className:e,trackClassName:r,rangeClassName:i,thumbClassName:a,value:o,defaultValue:s,min:c=0,max:l=100,"aria-label":u,...d},f)=>{let p=U.useId(),m=Array.isArray(o)?o.length:Array.isArray(s)?s.length:1,h=U.useMemo(()=>Array.from({length:Math.max(1,m)},(e,t)=>`${p}-thumb-${t}`),[p,m]);return n(Ur.Root,{ref:f,"data-slot":`slider`,value:o,defaultValue:s,min:c,max:l,...d,className:$(`relative flex w-full touch-none select-none items-center data-[disabled]:opacity-50 data-[orientation=vertical]:h-full data-[orientation=vertical]:min-h-44 data-[orientation=vertical]:w-auto data-[orientation=vertical]:flex-col`,e),children:[t(Ur.Track,{"data-slot":`slider-track`,className:$(`relative h-1.5 w-full grow overflow-hidden rounded-full bg-muted data-[orientation=vertical]:h-full data-[orientation=vertical]:w-1.5`,r),children:t(Ur.Range,{"data-slot":`slider-range`,className:$(`absolute h-full bg-primary data-[orientation=vertical]:w-full`,i)})}),h.map(e=>t(Ur.Thumb,{"data-slot":`slider-thumb`,"aria-label":u,className:$(`block size-3.5 rounded-full border border-primary bg-background shadow-sm transition-colors focus-visible:outline-none focus-visible:ring-2 focus-visible:ring-ring focus-visible:ring-offset-2 disabled:pointer-events-none disabled:opacity-50`,a)},e))]})});is.displayName=Ur.Root.displayName;const as={sm:[`h-5 w-8`,`size-3`,`translate-x-4 rtl:-translate-x-4`],md:[`h-6 w-11`,`size-4`,`translate-x-6 rtl:-translate-x-6`],lg:[`h-8 w-16`,`size-6`,`translate-x-9 rtl:-translate-x-9`]};function os({className:e,size:r=`md`,value:i,onChange:a,children:o,disabled:s,...c}){let[l,u,d]=as[r],f=t(Wr.Root,{"data-slot":`switch`,checked:i,onCheckedChange:a,disabled:s,...c,className:$(`data-[state=checked]:bg-primary data-[state=unchecked]:bg-muted focus-visible:border-ring focus-visible:ring-ring/50 aria-invalid:ring-destructive/20 dark:aria-invalid:ring-destructive/40 aria-invalid:border-destructive dark:aria-invalid:border-destructive/50 shrink-0 rounded-full border focus-visible:ring-3 aria-invalid:ring-3 peer group/switch relative inline-flex items-center transition-all outline-none after:absolute after:-inset-x-3 after:-inset-y-2 data-[disabled]:cursor-not-allowed data-[disabled]:opacity-50`,l,!o&&e),children:t(Wr.Thumb,{"data-slot":`switch-thumb`,className:$(`bg-white rounded-full pointer-events-none block ring-0 transition-transform`,u,i?d:`translate-x-1 rtl:-translate-x-1`)})});return o?n(`div`,{className:$(`flex items-center`,e),children:[f,t(`span`,{className:`px-2`,children:o})]}):f}const ss=U.createContext({size:void 0,tabs:void 0,current:void 0,setTab:void 0,responsive:!1,variant:`tabs`,updateHash:!0}),cs=U.forwardRef(({className:e,size:n,variant:r=`tabs`,...i},a)=>t(ss.Provider,{value:{size:n,variant:r},children:t(Gr.List,{ref:a,className:$(r===`tabs`?`border-b -mb-px flex gap-4`:`flex gap-2 p-1 rounded-md`,e),...i})}));cs.displayName=Gr.List.displayName;const ls=U.forwardRef(({className:e,href:n,variant:r=`tabs`,...i},a)=>{let{size:o}=U.useContext(ss),s=U.useCallback(e=>{if(n){e.preventDefault();let t=window.history.state;window.history.pushState(t,``,n)}i.onClick&&i.onClick(e)},[n,i.onClick]);return t(Gr.Trigger,{ref:a,className:$(r===`tabs`?$(`border-b-2 px-2 py-1.5 text-sm font-medium whitespace-nowrap cursor-pointer`,`border-transparent text-muted-foreground hover:border-border hover:text-foreground`,`data-[state=active]:border-primary data-[state=active]:text-primary`,`disabled:pointer-events-none disabled:opacity-50`):$(`px-3 py-1.5 text-sm font-medium whitespace-nowrap cursor-pointer rounded-sm transition-colors`,`tborder border-input bg-muted shadow-xs hover:bg-muted ring-inset`,`data-[state=active]:bg-primary data-[state=active]:text-white data-[state=active]:shadow-sm`,`disabled:pointer-events-none disabled:opacity-50`),e,o?`w-1/${o}`:``),onClick:s,...i})});ls.displayName=Gr.Trigger.displayName;const us=U.forwardRef(({className:e,...n},r)=>t(Gr.Content,{ref:r,className:$(`focus-visible:outline-none`,`flex-1 overflow-y-auto min-h-0 pt-2 pb-4`,e),...n}));us.displayName=Gr.Content.displayName;const ds=Nr(`text-foreground`,{variants:{size:{xl:`text-base md:text-lg leading-relaxed`,lg:`text-base leading-relaxed`,default:`text-sm leading-normal`,sm:`text-sm leading-normal`,xs:`text-xs leading-normal`},weight:{normal:`font-normal`,medium:`font-medium`,semibold:`font-semibold`}},defaultVariants:{size:`default`,weight:`normal`}}),fs=Xe(({className:e,size:n,weight:r,...i},a)=>t(`p`,{ref:a,className:$(ds({size:n,weight:r,className:e})),...i}));fs.displayName=`Text`,Ye({theme:`system`,setTheme:()=>null});function ps(e){switch(e){case`xs`:return`size-2`;case`sm`:return`size-3`;case`md`:return`size-4`;case`lg`:return`size-5`;case`xl`:return`size-7`;case`2xl`:return`size-10`;default:throw Error(`Unexpected size: ${e}`)}}function ms({size:e,className:r}){return n(`svg`,{className:We(`animate-[spin_0.8s_linear_infinite] text-indigo-500`,ps(e||`md`),r),xmlns:`http://www.w3.org/2000/svg`,fill:`none`,viewBox:`0 0 24 24`,role:`img`,"aria-label":`Loading`,children:[t(`title`,{children:`Loading`}),t(`circle`,{className:`opacity-25`,cx:`12`,cy:`12`,r:`10`,stroke:`currentColor`,strokeWidth:`4`}),t(`path`,{className:`opacity-75`,fill:`currentColor`,d:`M4 12a8 8 0 018-8V0C5.373 0 0 5.373 0 12h4zm2 5.291A7.962 7.962 0 014 12H0c0 3.042 1.135 5.824 3 7.938l3-2.647z`})]})}function hs(e){return typeof e==`object`&&!!e&&`type`in e&&e.type===`oauth-complete`&&`success`in e&&typeof e.success==`boolean`}function gs({onComplete:e,onError:t}){let n=J(null),r=J(e),i=J(t);return K(()=>{r.current=e,i.current=t},[e,t]),K(()=>()=>{n.current&&=(n.current(),null)},[]),{openOAuthPopup:e=>{n.current&&=(n.current(),null);let t=window.screenX+(window.outerWidth-600)/2,a=window.screenY+(window.outerHeight-700)/2,o=window.open(e,`oauth_popup`,`width=600,height=700,left=${t},top=${a},popup=yes`),s=!1,c=null,l=new BroadcastChannel(`oauth-callback`);l.addEventListener(`message`,e=>{hs(e.data)&&(s=!0,l.close(),c&&clearInterval(c),r.current(),!e.data.success&&e.data.error&&i.current?.(e.data.error),n.current=null)}),o&&(c=setInterval(()=>{o.closed&&(c&&clearInterval(c),l.close(),s||r.current(),n.current=null)},1e3)),n.current=()=>{l.close(),c&&clearInterval(c)}}}}function _s({appId:r,collectionId:i,collectionName:a,authenticated:o,onAuthChange:s,onError:c,variant:l=`default`,showLabel:u=!1,showDisconnect:d=!1,readOnly:f=!1}){let{client:p}=Z(),{t:m}=X(),[h,g]=Y(null),[_,v]=Y(o===void 0&&!f),[y,b]=Y(!1),[x,S]=Y(!1),C=o??h?.authenticated??!1,w=a??i,T=`h-6 w-32 justify-center px-2 text-xs`,E=G(async()=>{if(o!==void 0){v(!1);return}if(f){v(!1);return}try{v(!0);let e=await p.remoteMcpConnections.getCollectionStatus(r,i);g(e)}catch(e){console.error(`[RemoteMcpConnectionButton] Failed to load OAuth status:`,e)}finally{v(!1)}},[p,r,i,o,f]);K(()=>{E()},[E]);let{openOAuthPopup:D}=gs({onComplete:()=>{b(!1),E(),s?.()},onError:e=>{console.error(`OAuth failed:`,e),b(!1)}}),O=async()=>{try{b(!0),c?.(null);let e=await p.remoteMcpConnections.authorize(r,i);e.connected?(b(!1),await E(),s?.()):e.authorization_url?D(e.authorization_url):(c?.(`${w}: Authorization URL not provided by server`),b(!1))}catch(e){console.error(`Failed to authorize:`,e);let t=(e instanceof Error?e.original_message??e.message:`Failed to connect`).replace(/^[A-Za-z\s]+:\s/,``);c?.(`${w}: ${t}`),b(!1)}},k=async()=>{try{S(!0),await p.remoteMcpConnections.disconnect(r,i),await E(),s?.()}catch(e){console.error(`Failed to disconnect:`,e)}finally{S(!1)}};return _?l===`compact`?t(Ka,{variant:`outline`,size:`sm`,disabled:!0,className:T,"aria-label":m(`mcpConnections.checkingStatus`),title:m(`mcpConnections.checkingStatus`),children:t(ms,{className:`size-3`})}):t(`div`,{className:`flex items-center gap-2 text-sm`,children:t(ms,{className:`size-4`})}):l===`full`?C?n(`div`,{className:`flex items-center gap-2`,children:[u&&n(`span`,{className:`font-medium text-sm text-foreground`,children:[w,`:`]}),n(`div`,{className:`flex items-center gap-1 text-success text-sm`,children:[t(gt,{className:`size-4`}),t(`span`,{children:m(`mcpOAuth.connected`)})]}),d&&t(Ka,{variant:`ghost`,size:`sm`,onClick:k,disabled:x,children:x?t(ms,{className:`size-4`}):m(`mcpOAuth.disconnect`)})]}):n(`div`,{className:`flex items-center gap-2 text-sm`,children:[u&&n(`span`,{className:`font-medium text-foreground`,children:[w,`:`]}),t(Ka,{variant:`ghost`,size:`sm`,onClick:O,disabled:y,children:y?n(e,{children:[t(ms,{className:`size-4`}),t(`span`,{children:m(`mcpOAuth.authenticating`)})]}):n(e,{children:[t(Hn,{className:`size-4`}),t(`span`,{children:m(`mcpOAuth.authenticate`)})]})})]}):C?l===`compact`?n(`div`,{className:`flex items-center gap-2`,children:[u&&n(`span`,{className:`font-medium text-xs text-foreground`,children:[w,`:`]}),!f&&d&&t(Ka,{variant:`outline`,size:`sm`,onClick:k,disabled:x,className:T,children:x?t(ms,{className:`size-3`}):n(e,{children:[t(Xn,{className:`size-3`}),t(`span`,{children:m(`mcpOAuth.disconnect`)})]})})]}):n(`div`,{className:`flex items-center gap-1 text-success`,children:[t(gt,{className:`size-4`}),t(`span`,{className:`text-sm`,children:m(`mcpOAuth.connected`)})]}):l===`compact`?f?n(`div`,{className:`flex items-center gap-2`,children:[u&&n(`span`,{className:`font-medium text-xs text-foreground`,children:[a,`:`]}),t(`div`,{className:`flex items-center gap-1 text-muted`,children:t(`span`,{className:`text-xs`,children:m(`mcpOAuth.notConnected`)})})]}):n(`div`,{className:`flex items-center gap-2`,children:[u&&n(`span`,{className:`font-medium text-xs text-foreground`,children:[w,`:`]}),t(Ka,{variant:`outline`,size:`sm`,onClick:O,disabled:y,className:T,children:y?n(e,{children:[t(ms,{className:`size-3`}),t(`span`,{children:m(`mcpOAuth.connecting`)})]}):n(e,{children:[t(fn,{className:`size-3`}),t(`span`,{children:m(`mcpOAuth.connect`)})]})})]}):t(Ka,{variant:`outline`,size:`sm`,onClick:O,disabled:f||y,children:y?n(e,{children:[t(ms,{className:`size-4`}),t(`span`,{children:m(`mcpOAuth.connecting`)})]}):n(e,{children:[t(fn,{className:`size-4 me-1`}),t(`span`,{children:m(`mcpOAuth.connect`)})]})})}const vs=W.createContext({});function ys({children:e,artifactRunId:n,onProposalSelect:r,onProposalSubmit:i,MarkdownRenderer:a}){let o=q(()=>({artifactRunId:n,onProposalSelect:r,onProposalSubmit:i,MarkdownRenderer:a}),[n,r,i,a]);return t(vs.Provider,{value:o,children:e})}function bs(){return W.useContext(vs)}const xs=Ye(null);function Ss(){return Qe(xs)}const Cs={chart:{icon:ut,label:`chart`,defaultHeight:200},mermaid:{icon:$t,label:`diagram`,defaultHeight:150},proposal:{icon:vn,label:`options`,defaultHeight:100},code:{icon:Nt,label:`code`,defaultHeight:80},image:{icon:rn,label:`image`,defaultHeight:150},link:{icon:dn,label:`link`,defaultHeight:24},expand:{icon:Lt,label:`content`,defaultHeight:100},table:{icon:Kn,label:`table`,defaultHeight:150},markdown:{icon:qt,label:`content`,defaultHeight:100},"fusion-fragment":{icon:Nt,label:`fragment`,defaultHeight:150}};function ws({type:e,error:r,onRetry:i,message:a,height:s}){let c=Cs[e],l=s??c.defaultHeight,u=e===`link`;if(r)return n(`div`,{className:`flex items-center gap-2 rounded border border-destructive/30 bg-destructive/5 text-destructive ${u?`inline-flex px-2 py-1 text-sm`:`p-4`}`,style:u?void 0:{minHeight:l},children:[n(`span`,{className:`text-destructive`,children:[`Failed to load `,c.label]}),i&&t(o,{variant:`unstyled`,onClick:i,className:`ms-2 rounded bg-destructive/10 px-2 py-1 text-xs hover:bg-destructive/20 transition-colors text-destructive`,children:`Retry`})]});let d=c.icon;return u?n(`span`,{className:`inline-flex items-center gap-1 text-muted animate-pulse`,children:[t(d,{className:`h-3 w-3`}),t(`span`,{children:a||`Loading ${c.label}...`})]}):n(`div`,{className:`flex flex-col items-center justify-center gap-3 rounded border border-border bg-muted/30 animate-pulse`,style:{minHeight:l},children:[t(d,{className:`h-8 w-8 text-muted`}),t(`span`,{className:`text-sm text-muted`,children:a||`Loading ${c.label}...`}),t(`div`,{className:`flex gap-1`,children:[...[,,,]].map((e,n)=>t(`div`,{className:`h-2 w-2 rounded-full bg-muted animate-bounce`,style:{animationDelay:`${n*150}ms`}},`dot-${n}`))})]})}var Ts=class extends W.Component{constructor(e){super(e),this.state={hasError:!1}}static getDerivedStateFromError(e){return{hasError:!0,error:e}}componentDidCatch(e,t){console.error(`CodeBlock rendering error (${this.props.type}):`,e,t),this.props.onError?.(e)}handleRetry=()=>{this.setState({hasError:!1,error:void 0})};render(){if(this.state.hasError){let{type:e,fallbackCode:r}=this.props;return n(`div`,{className:`space-y-2`,children:[t(ws,{type:e,error:this.state.error?.message||`Rendering failed`,onRetry:this.handleRetry}),r&&n(`details`,{className:`text-sm`,children:[t(`summary`,{className:`cursor-pointer text-muted hover:text-foreground`,children:`Show raw content`}),t(`pre`,{className:`mt-2 overflow-x-auto rounded bg-muted/50 p-2 text-xs`,children:t(`code`,{children:r})})]})]})}return this.props.children}};function Es(e,t,n){let r=t.split(`.`).pop()?.toLowerCase();if(r===`svg`)return`mockup`;if([`png`,`jpg`,`jpeg`,`gif`,`webp`].includes(r||``))return`image`;if(r===`md`)return`markdown`;if(r===`csv`)return`table`;if(n===`json`&&typeof e==`object`&&e){let t=e;if(typeof t.$schema==`string`&&t.$schema.includes(`vega`)||t.library===`vega-lite`&&`spec`in t)return`vega-lite`;if(`template`in t&&`data`in t)return`fusion-fragment`;if(Array.isArray(e)&&e.length>0&&typeof e[0]==`object`)return`table`}return`code`}function Ds(e){if(typeof e!=`object`||!e)return null;let t=e;return t.library===`vega-lite`&&`spec`in t&&typeof t.spec==`object`&&t.spec!==null?t:typeof t.$schema==`string`&&t.$schema.includes(`vega`)?{library:`vega-lite`,spec:t}:null}function Os({content:e}){let{headers:r,rows:i}=q(()=>{if(!Array.isArray(e)||e.length===0)return{headers:[],rows:[]};let t=e[0];if(typeof t!=`object`||!t)return{headers:[],rows:[]};let n=Object.keys(t);return{headers:n,rows:e.map(e=>n.map(t=>{let n=e[t];return n==null?``:typeof n==`object`?JSON.stringify(n):String(n)}))}},[e]);return r.length===0?t(ws,{type:`table`,error:`No table data found`}):n(`div`,{className:`overflow-x-auto`,children:[n(`table`,{className:`min-w-full text-sm border-collapse`,children:[t(`thead`,{children:t(`tr`,{className:`border-b`,children:r.map(e=>t(`th`,{className:`px-3 py-2 text-start font-medium text-muted`,children:e},e))})}),t(`tbody`,{children:i.slice(0,100).map((e,n)=>t(`tr`,{className:`border-b border-muted/20`,children:e.map((e,n)=>t(`td`,{className:`px-3 py-2`,children:e},`cell-${n}`))},`row-${n}`))})]}),i.length>100&&n(`div`,{className:`text-sm text-muted py-2`,children:[`Showing 100 of `,i.length,` rows`]})]})}function ks({content:e,path:n}){let r=n.split(`.`).pop()?.toLowerCase()||``,i=typeof e==`string`?e:JSON.stringify(e,null,2);return t(`pre`,{className:`overflow-x-auto p-3 bg-muted/10 rounded text-sm`,children:t(`code`,{className:`language-${r}`,children:i})})}function As(e){return oi.sanitize(e,{USE_PROFILES:{svg:!0,svgFilters:!0},ADD_TAGS:[`use`],FORBID_TAGS:[`foreignObject`]})}function js(e){return e.replace(/<svg([^>]*)>/i,(e,t)=>{let n=t;if(!/viewBox/i.test(n)){let e=/\swidth\s*=\s*["']?(\d+(?:\.\d+)?)/i.exec(n),t=/\sheight\s*=\s*["']?(\d+(?:\.\d+)?)/i.exec(n);e&&t&&(n+=` viewBox="0 0 ${e[1]} ${t[1]}"`)}return n=n.replace(/\swidth\s*=\s*(?:"[^"]*"|'[^']*'|[^\s>]+)/i,``).replace(/\sheight\s*=\s*(?:"[^"]*"|'[^']*'|[^\s>]+)/i,``),/style="/i.test(n)?n=n.replace(/style="([^"]*)"/i,(e,t)=>`style="${t};width:100%;height:auto;display:block;max-width:100%;"`):n+=` style="width:100%;height:auto;display:block;max-width:100%;"`,/preserveAspectRatio=/i.test(n)||(n+=` preserveAspectRatio="xMidYMid meet"`),`<svg${n}>`})}function Ms({content:e}){let n=q(()=>{let t=typeof e==`string`?e.trim():``;return t?js(As(t)):null},[e]);return n?t(`div`,{style:{margin:`16px 0`,width:`100%`,overflowX:`auto`},dangerouslySetInnerHTML:{__html:n}}):t(ws,{type:`expand`,error:`Empty mockup`})}function Ns({content:e,path:n}){return t(`img`,{src:typeof e==`string`?e:``,alt:n.split(`/`).pop()||`Artifact image`,className:`max-w-full h-auto rounded`,loading:`lazy`})}function Ps({content:e,renderType:n,path:r,runId:i,contentType:a}){let{MarkdownRenderer:o}=bs();switch(q(()=>n===`auto`?Es(e,r,a):n,[e,r,a,n])){case`chart`:{let n=Ds(e);return n?t(Ts,{type:`chart`,fallbackCode:JSON.stringify(e,null,2),children:t(va,{spec:n,artifactRunId:i})}):t(ws,{type:`chart`,error:`Only Vega-Lite charts are supported. Recharts rendering has been retired.`})}case`vega-lite`:{let n=Ds(e);return n?t(Ts,{type:`chart`,fallbackCode:JSON.stringify(e,null,2),children:t(va,{spec:n,artifactRunId:i})}):t(ws,{type:`chart`,error:`Invalid Vega-Lite specification`})}case`fusion-fragment`:{let n=e;return console.log(`[ArtifactContentRenderer] fusion-fragment:`,{hasTemplate:!!n.template,hasData:!!n.data,runId:i,hasVegaLiteChart:!!va}),n.template&&n.data?t(Ts,{type:`fusion-fragment`,fallbackCode:JSON.stringify(e,null,2),children:t(ai,{data:n.data,ChartComponent:va,artifactRunId:i,children:t(ii,{code:JSON.stringify(n.template),data:n.data})})}):t(Ts,{type:`fusion-fragment`,fallbackCode:JSON.stringify(e,null,2),children:t(ii,{code:JSON.stringify(e)})})}case`table`:return t(Ts,{type:`table`,fallbackCode:JSON.stringify(e,null,2),children:t(Os,{content:e})});case`markdown`:{let n=typeof e==`string`?e:String(e);return t(Ts,{type:`markdown`,fallbackCode:n,children:o?t(o,{artifactRunId:i,children:n}):t(`pre`,{className:`overflow-x-auto p-3 bg-muted/10 rounded text-sm`,children:t(`code`,{children:n})})})}case`mockup`:return t(Ts,{type:`expand`,fallbackCode:typeof e==`string`?e:r,children:t(Ms,{content:e})});case`image`:return t(Ts,{type:`image`,fallbackCode:r,children:t(Ns,{content:e,path:r})});default:return t(ks,{content:e,path:r})}}const Fs=`Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif`;function Is(e){let t=e.trim(),n=``,r=!1,i=!1;for(let e=0;e<t.length;e++){let a=t[e],o=e>0?t[e-1]:``;if(a===`"`&&!i&&o!==`\\`){r=!r,n+=a;continue}if(a===`'`&&!r&&o!==`\\`){i=!i,n+=a;continue}if((r||i)&&a===`\\`){let r=e;for(;t[r]===`\\`;)r++;if(t[r]===`n`){n+=`<br/>`,e=r;continue}}n+=a}return n}function Ls(e){return e.replace(/<svg([^<>]*)>/i,(e,t)=>{let n=t.replace(/\swidth="[^"]*"/i,``).replace(/\sheight="[^"]*"/i,``);return/style="/i.test(n)?n=n.replace(/style="([^"]*)"/i,(e,t)=>`style="${t};width:100%;height:auto;display:block;max-width:100%;"`):n+=` style="width:100%;height:auto;display:block;max-width:100%;"`,/preserveAspectRatio=/i.test(n)||(n+=` preserveAspectRatio="xMidYMid meet"`),`<svg${n}>`})}si.initialize({startOnLoad:!1,theme:`default`,securityLevel:`loose`,fontFamily:Fs,suppressErrorRendering:!0,flowchart:{htmlLabels:!0,useMaxWidth:!0,nodeSpacing:40,rankSpacing:50,padding:12},sequence:{useMaxWidth:!0},themeVariables:{fontFamily:Fs}});function Rs({code:e,className:n}){let r=J(null),[i,a]=Y(null),[o,s]=Y(null),c=$e().replace(/:/g,`_`);return K(()=>{let t=!1;return(async()=>{if(!e.trim()){a(null),s(null);return}try{s(null);let n=`mermaid-${c}-${Date.now()}`,r=Is(e),{svg:i}=await si.render(n,r),o=Ls(i);t||a(o)}catch(e){if(!t){let t=e instanceof Error?e.message:`Failed to render mermaid diagram`;s(t),a(null)}}})(),()=>{t=!0}},[e,c]),o?null:i?t(`div`,{ref:r,className:`my-4 w-full overflow-x-auto [&_svg]:mx-auto [&_svg]:w-full [&_svg]:h-auto [&_svg]:max-w-full ${n||``}`,dangerouslySetInnerHTML:{__html:i}}):t(`div`,{className:`my-4 p-4 bg-gray-50 dark:bg-gray-800 rounded-lg animate-pulse ${n||``}`,children:t(`div`,{className:`h-32 bg-gray-200 dark:bg-gray-700 rounded`})})}function zs(e){switch(e.split(`.`).pop()?.toLowerCase()){case`json`:return`json`;case`md`:case`txt`:case`csv`:case`yaml`:case`yml`:return`text`;case`png`:case`jpg`:case`jpeg`:case`gif`:case`webp`:case`pdf`:return`binary`;default:return`text`}}function Bs({runId:e,path:t,parseJson:n=!0}){let{client:r}=Z(),i=ta(),a=J(r);a.current=r;let o=J(i);o.current=i;let[s,c]=Y({data:void 0,rawContent:void 0,isLoading:!0,error:void 0,contentType:void 0}),l=G(async()=>{if(!e){c({data:void 0,rawContent:void 0,isLoading:!1,error:`No run ID provided`,contentType:void 0});return}if(!t){c({data:void 0,rawContent:void 0,isLoading:!1,error:`No artifact path provided`,contentType:void 0});return}c(e=>({...e,isLoading:!0,error:void 0}));let r=a.current,i=o.current,s=zs(t);try{let a=ra(e,t,`inline`),o;o=i?await i.getOrFetch(a,async()=>(await r.files.getArtifactDownloadUrl(e,t,`inline`)).url):(await r.files.getArtifactDownloadUrl(e,t,`inline`)).url;let l=await fetch(o);if(!l.ok)throw Error(`Failed to fetch artifact: ${l.status} ${l.statusText}`);if(s===`binary`){c({data:o,rawContent:void 0,isLoading:!1,error:void 0,contentType:s});return}let u=await l.text(),d;if(n&&s===`json`)try{d=JSON.parse(u)}catch{d=u}else d=u;c({data:d,rawContent:u,isLoading:!1,error:void 0,contentType:s})}catch(e){let n=e instanceof Error?e.message:`Failed to fetch artifact`;console.error(`Failed to fetch artifact content:`,t,e),c({data:void 0,rawContent:void 0,isLoading:!1,error:n,contentType:s})}},[e,t,n]);K(()=>{l()},[l]);let u=G(()=>{c({data:void 0,rawContent:void 0,isLoading:!0,error:void 0,contentType:void 0}),l()},[l]);return{data:s.data,rawContent:s.rawContent,isLoading:s.isLoading,error:s.error,contentType:s.contentType,retry:u}}function Vs(e){let t=e.trim();if(t.length<2)return!0;if(!t.startsWith(`{`))return!1;try{return JSON.parse(t),!1}catch(e){let n=e instanceof Error?e.message:``,r=[`unexpected end`,`unterminated string`,`expected`,`unexpected token`],i=n.toLowerCase();if(r.some(e=>i.includes(e))){let e=0,n=0,r=!1,i=!1;for(let a of t){if(i){i=!1;continue}if(a===`\\`){i=!0;continue}if(a===`"`){r=!r;continue}r||(a===`{`?e++:a===`}`?e--:a===`[`?n++:a===`]`&&n--)}return e>0||n>0||r}return!1}}function Hs(e){try{let t=e.trim(),n=t.indexOf(`{`),r=t.lastIndexOf(`}`);return n!==-1&&r>n&&(t=t.slice(n,r+1)),JSON.parse(t)}catch{return null}}function Us(e){let t=typeof e.$schema==`string`&&e.$schema.includes(`vega`),n=e.library===`vega-lite`&&`spec`in e;return t||n?`vega-lite`:null}function Ws({code:e}){let{artifactRunId:n}=bs();n||console.warn(`[VegaLiteCodeBlockHandler] artifactRunId is missing from CodeBlockContext`);let r=q(()=>Vs(e),[e]),i=q(()=>{if(r)return null;let t=Hs(e);return t?{library:`vega-lite`,spec:t}:null},[e,r]);return r?t(ws,{type:`chart`,message:`Loading chart...`}):i?t(Ts,{type:`chart`,fallbackCode:e,children:t(va,{spec:i,artifactRunId:n})}):t(ws,{type:`chart`,error:`Invalid Vega-Lite specification`})}function Gs({code:e}){let{artifactRunId:n}=bs();n||console.warn(`[ChartCodeBlockHandler] artifactRunId is missing from CodeBlockContext`);let r=q(()=>Vs(e),[e]),i=q(()=>{if(r)return null;let t=Hs(e);return!t||!Us(t)?null:t.library===`vega-lite`&&`spec`in t&&typeof t.spec==`object`?t:{library:`vega-lite`,spec:t}},[e,r]);return r?t(ws,{type:`chart`,message:`Loading chart...`}):i?t(Ts,{type:`chart`,fallbackCode:e,children:t(va,{spec:i,artifactRunId:n})}):t(ws,{type:`chart`,error:`Invalid Vega-Lite chart specification`})}function Ks({code:e}){let n=e.trim();return n?t(Ts,{type:`mermaid`,fallbackCode:e,children:t(Rs,{code:n})}):t(ws,{type:`mermaid`,error:`Empty diagram`})}function qs({code:e}){let n=q(()=>{let t=e.trim();return t?js(As(t)):null},[e]);return n?t(Ts,{type:`code`,fallbackCode:e,children:t(`div`,{style:{margin:`16px 0`,width:`100%`,overflowX:`auto`},dangerouslySetInnerHTML:{__html:n}})}):t(ws,{type:`code`,error:`Empty mockup`})}function Js({code:e,language:n}){let{artifactRunId:r}=bs(),i=e.trim(),a=q(()=>{if(!n?.includes(`:`))return`auto`;let e=n.split(`:`)[1];return[`chart`,`vega-lite`,`table`,`markdown`,`fusion-fragment`,`mockup`,`code`,`image`,`auto`].includes(e)?e:`auto`},[n]),{data:o,isLoading:s,error:c,contentType:l}=Bs({runId:r,path:i});return r?s?t(ws,{type:`expand`,message:`Loading ${i}...`}):c?t(ws,{type:`expand`,error:`Failed to load artifact: ${c}`}):o===void 0?t(ws,{type:`expand`,error:`No content found in artifact`}):t(Ps,{content:o,renderType:a,path:i,runId:r,contentType:l}):t(ws,{type:`expand`,error:`No artifact run ID available`})}function Ys(e){return e?.startsWith(`expand`)??!1}function Xs(){return{chart:Gs,"vega-lite":Ws,vegalite:Ws,mermaid:Ks,mockup:qs,svg:qs}}function Zs(e){return e.trim().replace(/^\/+/,``)}function Qs(e){return e.startsWith(`artifact:`)?{scheme:`artifact`,path:e.slice(9).trim()}:e.startsWith(`image:`)?{scheme:`image`,path:e.slice(6).trim()}:e.startsWith(`store:`)?{scheme:`store`,path:Zs(e.slice(6))}:e.startsWith(`document:`)?{scheme:`document`,path:Zs(e.slice(9))}:e.startsWith(`collection:`)?{scheme:`collection`,path:Zs(e.slice(11))}:{scheme:`standard`,path:e}}function $s(e,t){switch(e){case`store`:return t?`/store/objects/${t}`:null;case`document`:return t?`/store/objects/${t}`:null;case`collection`:return t?`/store/collections/${t}`:null;default:return null}}function ec({rawUrl:e,artifactRunId:t,disposition:n=`inline`}){let{client:r}=Z(),i=ta(),a=J(r);a.current=r;let o=J(i);o.current=i;let{scheme:s,path:c}=Qs(e),l=$s(s,c),[u,d]=Y(()=>{if(l)return{url:l,isLoading:!1,error:void 0};if(s===`standard`)return{url:e,isLoading:!1,error:void 0};if(i&&(s===`artifact`||s===`image`)){let e;e=s===`artifact`&&t&&!na(c)?ra(t,c,n):ia(c);let r=i.getUrl(e);if(r)return{url:r,isLoading:!1,error:void 0}}return{url:void 0,isLoading:!0,error:void 0}}),f=G(async()=>{if(l||s===`standard`)return;if(s!==`artifact`&&s!==`image`){d({url:void 0,isLoading:!1,error:`Unknown scheme: ${s}`});return}d(e=>({...e,isLoading:!0,error:void 0}));let e=a.current,r=o.current;try{let i;if(s===`artifact`)if(t&&!na(c)){let a=ra(t,c,n);i=r?await r.getOrFetch(a,async()=>(await e.files.getArtifactDownloadUrl(t,c,n)).url):(await e.files.getArtifactDownloadUrl(t,c,n)).url}else{let t=ia(c);i=r?await r.getOrFetch(t,async()=>(await e.files.getDownloadUrl(c)).url):(await e.files.getDownloadUrl(c)).url}else{let t=ia(c);i=r?await r.getOrFetch(t,async()=>(await e.files.getDownloadUrl(c)).url):(await e.files.getDownloadUrl(c)).url}d({url:i,isLoading:!1,error:void 0})}catch(e){let t=e instanceof Error?e.message:`Failed to resolve URL`;console.error(`Failed to resolve URL:`,c,e),d({url:void 0,isLoading:!1,error:t})}},[s,c,t,n,l]);K(()=>{if(u.url&&!u.error)return;let e=!1;return e||(async()=>{await f()})(),()=>{e=!0}},[f,u.url,u.error]);let p=G(()=>{d({url:void 0,isLoading:!0,error:void 0}),f()},[f]);return{url:u.url,isLoading:u.isLoading,error:u.error,scheme:s,retry:p}}function tc({src:e,alt:r,caption:i,className:a,artifactRunId:o}){let s=e||``,{scheme:c}=Qs(s);return c===`standard`?n(`figure`,{className:`my-4`,children:[t(`img`,{src:e,alt:r,className:a}),t(`figcaption`,{className:`mt-2 text-sm text-muted text-center italic`,children:i})]}):t(nc,{rawSrc:s,alt:r,caption:i,artifactRunId:o,className:a})}function nc({rawSrc:e,alt:r,caption:i,artifactRunId:a,className:o}){let{url:s,isLoading:c,error:l,retry:u}=ec({rawUrl:e,artifactRunId:a,disposition:`inline`});return c?t(ws,{type:`image`,message:r?`Loading ${r}...`:void 0}):l?t(ws,{type:`image`,error:l,onRetry:u}):s?n(`figure`,{className:`my-4`,children:[t(`img`,{src:s,alt:r,className:o}),t(`figcaption`,{className:`mt-2 text-sm text-muted text-center italic`,children:i})]}):null}function rc({node:e,src:n,alt:r,className:i,artifactRunId:a,ExistingImg:o,...s}){let c=n||``,{scheme:l}=Qs(c);return l===`standard`?typeof o==`function`?t(o,{node:e,src:n,alt:r,...s}):t(`img`,{src:n,alt:r,className:i,...s}):t(ic,{rawSrc:c,alt:r,artifactRunId:a,className:i,rest:s})}function ic({rawSrc:e,alt:n,artifactRunId:r,className:i,rest:a}){let{url:o,isLoading:s,error:c,retry:l}=ec({rawUrl:e,artifactRunId:r,disposition:`inline`});return s?t(ws,{type:`image`,message:n?`Loading ${n}...`:void 0}):c?t(ws,{type:`image`,error:c,onRetry:l}):o?t(`img`,{src:o,alt:n,className:i,...a}):null}function ac({node:e,href:n,children:r,className:i,artifactRunId:a,ExistingLink:o,...s}){let c=n||``,{scheme:l,path:u}=Qs(c),d=$s(l,u);return d?typeof o==`function`?t(o,{node:e,href:d,...s,children:r}):t(`a`,{href:d,...s,className:i,target:`_blank`,rel:`noopener noreferrer`,children:r}):l===`standard`?typeof o==`function`?t(o,{node:e,href:n,...s,children:r}):t(`a`,{href:n,...s,className:i,target:`_blank`,rel:`noopener noreferrer`,children:r}):t(oc,{rawHref:c,artifactRunId:a,className:i,rest:s,children:r})}function oc({rawHref:e,artifactRunId:n,className:r,children:i,rest:a}){let{url:o,isLoading:s,error:c,retry:l}=ec({rawUrl:e,artifactRunId:n,disposition:`attachment`});return s?t(`span`,{className:`inline-flex items-center gap-1 text-muted`,children:t(ws,{type:`link`})}):c?t(`span`,{className:`inline-flex items-center gap-1`,children:t(ws,{type:`link`,error:c,onRetry:l})}):t(`a`,{href:o||`#`,...a,className:r,target:`_blank`,rel:`noopener noreferrer`,children:i})}const sc=[`artifact:`,`image:`,`store:`,`document://`,`collection:`],cc=/(!?\[[^[\]\n]*\]\()((?:artifact:|image:|store:|document:\/\/|collection:)[^)[\n]+)(\))/g,lc=/`[^`\n]*`/g,uc=/(^|\n)(`{3,}|~{3,})[^\n]*\n[\s\S]*?\n\2(?=\n|$)/g,dc=/\s+("(?:[^"\\]|\\.)*"|'(?:[^'\\]|\\.)*'|\([^)]*\))\s*$/;function fc(e){return sc.some(t=>e.startsWith(t))}function pc(e){let t=e.trim();if(t.startsWith(`<`)){let n=t.indexOf(`>`);if(n>0&&fc(t.slice(1,n).trim()))return e}let n=t.match(dc)?.index??-1,r=(n>=0?t.slice(0,n):t).trim(),i=n>=0?t.slice(n):``;return fc(r)?`<${r}>${i}`:e}function mc(e){return e.replace(cc,(e,t,n,r)=>`${t}${pc(n)}${r}`)}function hc(e){let t=``,n=0;for(let r of e.matchAll(lc))t+=mc(e.slice(n,r.index)),t+=r[0],n=r.index+r[0].length;return t+=mc(e.slice(n)),t}function gc(e){if(!e||!sc.some(t=>e.includes(t)))return e;let t=``,n=0;for(let r of e.matchAll(uc))t+=hc(e.slice(n,r.index)),t+=r[0],n=r.index+r[0].length;return t+=hc(e.slice(n)),t}const _c=/^([ \t]*):::([^\n]*?):::[ \t]*$/gm,vc=/^\w+/;function yc(e){return e?.includes(`:::`)?e.replace(_c,(e,t,n)=>{let r=n.trim(),i=vc.exec(r);if(!i)return e;let a=i[0],o=r.slice(a.length).trim();return o?`${t}:::${a}\n${t}${o}\n${t}:::`:`${t}::${a}`}):e}const bc=/(^|\n)(`{3,}|~{3,})[^\n]*\n[\s\S]*?\n\2(?=\n|$)/g,xc=/`[^`\n]*`/g,Sc=/\\\$/g,Cc=/\\[^\s]/,wc=/[{}]/,Tc=/[_^][\w{]/,Ec=/^[a-zA-Z]$/,Dc=/^[a-zA-Z]\s*=/,Oc=/^\s/,kc=/\s$/,Ac=/[+*/-]$/,jc=/\^[+-]$/;function Mc(e){return Cc.test(e)||wc.test(e)||Tc.test(e)||Ec.test(e)||Dc.test(e)}function Nc(e){return!!(Oc.test(e)||kc.test(e)||Ac.test(e)&&!jc.test(e))}function Pc(e){let t=[];for(let n=0;n<e.length;n++)if(e[n]===`$`&&!(n>0&&e[n-1]===`\\`)){if(n+1<e.length&&e[n+1]===`$`){n++;continue}n>0&&e[n-1]===`$`&&(n<2||e[n-2]!==`\\`)||t.push(n)}return t}function Fc(e,t,n){let r=e.slice(t+1,n);return r.length===0||r.includes(`
4
+ `)?null:r}function Ic(e){let t=Pc(e);if(t.length<2)return e;let n=new Set,r=new Set,i=Array(t.length-1);for(let n=0;n<t.length-1;n++)i[n]=Fc(e,t[n],t[n+1]);let a=[];for(let e=0;e<t.length-1;e++){if(n.has(e))continue;let r=i[e];r!==null&&Mc(r)&&(n.add(e),n.add(e+1),a.push([t[e],t[e+1]]))}let o=0;for(;o<t.length;){if(n.has(o)){o++;continue}let e=o+1;for(;e<t.length&&n.has(e);)e++;if(e>=t.length)break;if(e>o+1){r.add(t[o]),o++;continue}let a=i[o];if(a===null){o++;continue}Nc(a)&&(r.add(t[o]),r.add(t[e])),n.add(o),n.add(e),o=e+1}for(let e=0;e<t.length;e++)n.has(e)||e+1<t.length&&n.has(e+1)&&r.add(t[e]);if(r.size===0&&a.length===0)return e;let s=[],c=0,l=Array.from(r).sort((e,t)=>e-t),u=0,d=0;for(;u<l.length||d<a.length;){let t=u<l.length?l[u]:1/0;if(t<(d<a.length?a[d][0]:1/0))t>c&&s.push(e.slice(c,t)),s.push(`\\$`),c=t+1,u++;else{let[t,n]=a[d];t>c&&s.push(e.slice(c,t));let r=e.slice(t,n+1);for(s.push(r.replace(Sc,`\\text{\\textdollar}`)),c=n+1;u<l.length&&l[u]<=n;)u++;d++}}return c<e.length&&s.push(e.slice(c)),s.join(``)}function Lc(e){let t=[],n=0;for(let r of e.matchAll(xc))t.push(Ic(e.slice(n,r.index))),t.push(r[0]),n=r.index+r[0].length;return t.push(Ic(e.slice(n))),t.join(``)}function Rc(e){if(!e?.includes(`$`))return e;let t=[],n=0;for(let r of e.matchAll(bc))t.push(Lc(e.slice(n,r.index))),t.push(r[0]),n=r.index+r[0].length;return t.push(Lc(e.slice(n))),t.join(``)}const zc={note:`md-callout-info`,tip:`md-callout-info`,warning:`md-callout-attention`,important:`md-callout-attention`,caution:`md-callout-destructive`},Bc={note:`Note`,tip:`Tip`,warning:`Warning`,important:`Important`,caution:`Caution`};function Vc(){return e=>{ri(e,e=>{if(e.type!==`containerDirective`&&e.type!==`leafDirective`&&e.type!==`textDirective`)return;let t=e;t.data||={};let n=t.data,r=t.attributes||{},i=t.name;if(i===`pagebreak`){n.hName=`hr`,n.hProperties={className:`md-pagebreak`};return}if(i===`columns`){n.hName=`div`,n.hProperties={className:`md-columns`};return}if(i===`column`){n.hName=`div`;let e={className:`md-column`};r.width&&(e.style=`flex-basis:${r.width};flex-grow:0;flex-shrink:0`),n.hProperties=e;return}if(i in zc){n.hName=`div`,n.hProperties={className:`md-callout ${zc[i]}`,"data-callout-type":i};let e=Bc[i];if(e&&t.children){let n={type:`paragraph`,data:{hName:`p`,hProperties:{className:`md-callout-title`}},children:[{type:`text`,value:e}]};t.children.unshift(n)}return}n.hName=`div`,n.hProperties={className:`md-${i}`,...Object.fromEntries(Object.entries(r).filter(([e])=>e!==`class`))},r.class&&(n.hProperties.className+=` ${r.class}`)})}}const Hc=[`artifact:`,`image:`,`store:`,`document:`,`document://`,`collection:`];function Uc(e){return Hc.some(t=>e.startsWith(t))?e:qr(e)}function Wc(){return e=>{ri(e,`html`,(e,t,n)=>{let r=e,i=n;if(typeof r.value==`string`&&/<!--[\s\S]*?-->/.test(r.value)&&i?.children&&typeof t==`number`)return i.children.splice(t,1),[ni,t]})}}const Gc=Xs();function Kc({children:e,components:n,remarkPlugins:r=[],removeComments:i=!0,artifactRunId:a,className:o,codeClassName:s,inlineCodeClassName:c,linkClassName:l,imageClassName:u,onProposalSelect:d,onProposalSubmit:f}){let p=Ss(),m=W.useMemo(()=>yc(gc(Rc(e))),[e]),h=t(ys,{artifactRunId:a,onProposalSelect:d,onProposalSubmit:f,MarkdownRenderer:Kc,children:t(Kr,{remarkPlugins:W.useMemo(()=>{let e=[Qr,Zr,Vc,$r,Xr,ti,ei,...r];return i&&e.push(Wc),e},[r,i]),rehypePlugins:W.useMemo(()=>[Jr],[]),remarkRehypeOptions:W.useMemo(()=>({handlers:{...Yr}}),[]),components:W.useMemo(()=>{let e=n||{},r=e.code,i=e.a,o=e.img,d=({node:e,className:n,children:i,...a})=>{let o=/language-([\w-]+)/.exec(n||``),l=!o,u=o?o[1]:``;if(!l&&u){if(p){let e=p.getComponent(u);if(e)return t(e,{code:String(i||``).trim(),language:u})}if(Ys(u))return t(Js,{code:String(i||``).trim(),language:u});let e=Gc[u];if(e)return t(e,{code:String(i||``).trim(),language:u})}return typeof r==`function`?t(r,{node:e,className:n,...a,children:i}):t(`code`,{...a,className:l?`px-1.5 py-0.5 rounded ${c||``}`:` ${s||``}`,children:i})},f=e=>{let{node:n,href:r,children:o,...s}=e;return t(ac,{node:n,href:r,className:l,artifactRunId:a,ExistingLink:typeof i==`function`?i:void 0,...s,children:o})},m=e=>{let{node:n,src:r,alt:i,title:s,...c}=e;return s?t(tc,{src:r,alt:i,caption:s,className:u,artifactRunId:a}):t(rc,{node:n,src:r,alt:i,className:u,artifactRunId:a,ExistingImg:typeof o==`function`?o:void 0,...c})};return{...e,code:d,a:f,img:m}},[n,a,p,s,c,l,u]),urlTransform:Uc,children:m})});return o?t(`div`,{className:`md-content ${o}`,children:h}):t(`div`,{className:`md-content`,children:h})}const qc={default:{border:`border-s-attention`,bg:`bg-amber-50 dark:bg-amber-900/20`,icon:`text-attention`},warning:{border:`border-s-destructive`,bg:`bg-red-50 dark:bg-red-900/20`,icon:`text-destructive`},info:{border:`border-s-info`,bg:`bg-blue-50 dark:bg-blue-900/20`,icon:`text-info`},success:{border:`border-s-success`,bg:`bg-green-50 dark:bg-green-900/20`,icon:`text-success`}},Jc={default:nn,warning:at,info:vn,success:ht},Yc=`max-h-80 overflow-y-auto overscroll-contain pe-2`;function Xc({question:r,description:i,options:a,onSelect:s,onMultiSelect:c,onSubmit:l,allowFreeResponse:u=!1,multiSelect:d=!1,placeholder:f,submitLabel:p,isLoading:m=!1,icon:h,variant:g=`default`,hideIcon:_=!1,hideBorder:v=!1,compact:y=!1,answered:b=!1,className:x,cardClassName:S,headerClassName:C,iconClassName:w,questionClassName:T,descriptionClassName:E,optionsClassName:D,buttonClassName:O,inputContainerClassName:k,inputClassName:A,submitButtonClassName:j}){let{t:M}=X(),N=f??M(`agent.typeYourResponse`),P=p??M(`agent.send`),[F,I]=W.useState(``),[L,R]=W.useState(new Set),z=W.useRef(null),ee=qc[g],B=Jc[g],te=e=>{R(t=>{let n=new Set(t);return n.has(e)?n.delete(e):n.add(e),n})},ne=()=>{L.size>0&&c&&(c(Array.from(L)),R(new Set))},re=()=>{F.trim()&&l&&(l(F.trim()),I(``))},ie=e=>{e.key===`Enter`&&!e.shiftKey&&(e.preventDefault(),re())},ae=v?``:`border-s-4 ${ee.border}`;if(y){let c=h||t(B,{className:`size-4`}),l=t(`div`,{className:H(`agent-ask-question text-sm leading-6 text-foreground/85`,T),children:t(Kc,{children:r})});return b?t(`div`,{className:H(`my-1.5 font-sans`,x),children:n(`div`,{className:Yc,children:[l,i&&t(`p`,{className:H(`mt-1 text-xs leading-5 text-muted`,E),children:i})]})}):t(`div`,{className:H(`my-2 font-sans`,x),children:n(`div`,{className:H(`rounded-lg border border-border bg-background/60 shadow-none`,S),children:[t(`div`,{className:H(`px-3 py-2`,C),children:n(`div`,{className:`flex items-start gap-2.5`,children:[!_&&t(`div`,{className:H(`mt-1 flex-shrink-0 text-attention`,w),children:c}),t(`div`,{className:`min-w-0 flex-1`,children:n(`div`,{className:Yc,children:[l,i&&t(`p`,{className:H(`mt-1 text-xs leading-5 text-muted`,E),children:i})]})})]})}),a&&a.length>0&&t(`div`,{className:H(`flex flex-col gap-1.5 px-3 pb-3 pt-0`,D),children:d?n(e,{children:[a.map(e=>{let r=L.has(e.id);return n(`label`,{className:H(`flex cursor-pointer items-start gap-2.5 rounded-md border px-3 py-2 text-start transition-colors`,r?`border-info/60 bg-info/10`:`border-border bg-background/70 hover:bg-mixer-muted/15`,m&&`cursor-not-allowed opacity-50`,O),children:[t(`input`,{type:`checkbox`,checked:r,onChange:()=>te(e.id),disabled:m,className:`mt-1 size-4 rounded border-border bg-background text-info focus:ring-info`}),n(`span`,{className:`min-w-0 flex-1`,children:[n(`span`,{className:`flex items-center gap-2 text-sm font-medium leading-5 text-foreground`,children:[e.icon,t(`span`,{className:`break-words`,children:e.label})]}),e.description&&t(`span`,{className:`mt-0.5 block break-words text-xs leading-5 text-muted`,children:e.description})]})]},e.id)}),t(`div`,{className:`pt-1`,children:n(o,{size:`sm`,onClick:ne,disabled:m||L.size===0,className:`inline-flex items-center gap-2`,children:[t(Bn,{className:`size-4`}),L.size>0?M(`agent.submitSelectionCount`,{count:L.size}):M(`agent.submitSelection`)]})})]}):a.map(e=>n(`button`,{type:`button`,onClick:()=>s?.(e.id),disabled:m,className:H(`flex w-full cursor-pointer items-start gap-2.5 rounded-md border border-border bg-background/70 px-3 py-2 text-start transition-colors`,`hover:bg-mixer-muted/15 focus-visible:outline-none focus-visible:ring-2 focus-visible:ring-ring`,m&&`cursor-not-allowed opacity-50`,O),children:[t(`span`,{className:`mt-1 size-4 flex-shrink-0 rounded-full border border-border`,"aria-hidden":`true`}),n(`span`,{className:`min-w-0 flex-1`,children:[n(`span`,{className:`flex items-center gap-2 text-sm font-medium leading-5 text-foreground`,children:[e.icon,t(`span`,{className:`break-words`,children:e.label})]}),e.description&&t(`span`,{className:`mt-0.5 block break-words text-xs leading-5 text-muted`,children:e.description})]})]},e.id))}),u&&t(`div`,{className:H(`px-3 pb-3 pt-0`,k),children:n(`div`,{className:`flex gap-2`,children:[t(`input`,{ref:z,type:`text`,value:F,onChange:e=>I(e.target.value),onKeyDown:ie,placeholder:N,disabled:m,className:H(`min-w-0 flex-1 rounded-md border border-border bg-background/70 px-3 py-2 text-sm text-foreground focus:border-transparent focus:ring-2 focus:ring-ring`,A)}),t(o,{size:`sm`,onClick:re,disabled:m||!F.trim(),className:j,children:m?`...`:P})]})})]})})}return t(`div`,{className:`my-4 font-sans ${x||``}`,children:n(`div`,{className:`${ae} ${ee.bg} rounded-e-lg shadow-sm ${S||``}`,children:[t(`div`,{className:`px-4 py-3 ${C||``}`,children:n(`div`,{className:`flex items-start gap-3`,children:[!_&&t(`div`,{className:`flex-shrink-0 mt-0.5 ${ee.icon} ${w||``}`,children:h||t(B,{className:`size-5`})}),t(`div`,{className:`min-w-0 flex-1`,children:n(`div`,{className:Yc,children:[t(`div`,{className:`agent-ask-question prose prose-sm dark:prose-invert max-w-none text-gray-900 dark:text-gray-100 ${T||``}`,children:t(Kc,{children:r})}),i&&t(`p`,{className:`mt-1 text-sm text-gray-600 dark:text-gray-400 ${E||``}`,children:i})]})})]})}),a&&a.length>0&&t(`div`,{className:`px-4 pb-3 pt-1 ${D||``}`,children:d?n(`div`,{className:`space-y-2`,children:[a.map(e=>n(`label`,{className:`flex items-start gap-3 px-4 py-3 rounded-lg cursor-pointer transition-colors
5
5
  ${L.has(e.id)?`bg-blue-50 dark:bg-blue-900/30 border border-blue-300 dark:border-blue-700`:`bg-white dark:bg-gray-800 border border-gray-200 dark:border-gray-700 hover:bg-gray-50 dark:hover:bg-gray-700`}
6
- ${m?`opacity-50 cursor-not-allowed`:``}`,children:[t(`input`,{type:`checkbox`,checked:L.has(e.id),onChange:()=>ne(e.id),disabled:m,className:`mt-0.5 w-4 h-4 rounded border-gray-300 text-blue-600 focus:ring-blue-500 dark:border-gray-600 dark:bg-gray-700`}),n(`div`,{className:`flex-1 overflow-hidden`,children:[n(`div`,{className:`flex items-center gap-2 text-sm font-medium text-gray-900 dark:text-gray-100 break-words`,children:[e.icon,t(`span`,{className:`break-words`,children:e.label})]}),e.description&&t(`div`,{className:`mt-1 text-sm text-gray-500 dark:text-gray-400 break-words whitespace-pre-wrap`,children:e.description})]})]},e.id)),t(`div`,{className:`pt-2`,children:n(o,{size:`sm`,onClick:re,disabled:m||L.size===0,className:`flex items-center gap-2`,children:[t(Rn,{className:`size-4`}),L.size>0?M(`agent.submitSelectionCount`,{count:L.size}):M(`agent.submitSelection`)]})})]}):t(`div`,{className:`flex flex-col gap-2 w-full`,children:a.map(e=>t(o,{variant:`unstyled`,onClick:()=>s?.(e.id),disabled:m,className:`w-full h-auto whitespace-normal text-start px-4 py-3 rounded-lg border border-gray-200 dark:border-gray-700
6
+ ${m?`opacity-50 cursor-not-allowed`:``}`,children:[t(`input`,{type:`checkbox`,checked:L.has(e.id),onChange:()=>te(e.id),disabled:m,className:`mt-0.5 w-4 h-4 rounded border-gray-300 text-blue-600 focus:ring-blue-500 dark:border-gray-600 dark:bg-gray-700`}),n(`div`,{className:`flex-1 overflow-hidden`,children:[n(`div`,{className:`flex items-center gap-2 text-sm font-medium text-gray-900 dark:text-gray-100 break-words`,children:[e.icon,t(`span`,{className:`break-words`,children:e.label})]}),e.description&&t(`div`,{className:`mt-1 text-sm text-gray-500 dark:text-gray-400 break-words whitespace-pre-wrap`,children:e.description})]})]},e.id)),t(`div`,{className:`pt-2`,children:n(o,{size:`sm`,onClick:ne,disabled:m||L.size===0,className:`flex items-center gap-2`,children:[t(Bn,{className:`size-4`}),L.size>0?M(`agent.submitSelectionCount`,{count:L.size}):M(`agent.submitSelection`)]})})]}):t(`div`,{className:`flex flex-col gap-2 w-full`,children:a.map(e=>t(o,{variant:`unstyled`,onClick:()=>s?.(e.id),disabled:m,className:`w-full h-auto whitespace-normal text-start px-4 py-3 rounded-lg border border-gray-200 dark:border-gray-700
7
7
  bg-white dark:bg-gray-800
8
8
  hover:bg-gray-50 dark:hover:bg-gray-700 hover:border-gray-300 dark:hover:border-gray-600
9
9
  focus:outline-none focus:ring-2 focus:ring-blue-500 focus:ring-offset-1
10
10
  transition-colors
11
11
  ${m?`opacity-50 cursor-not-allowed`:`cursor-pointer`}
12
- ${O||``}`,children:n(`div`,{className:`flex items-start gap-3`,children:[e.icon&&t(`span`,{className:`flex-shrink-0 mt-0.5 text-gray-500 dark:text-gray-400`,children:e.icon}),n(`div`,{className:`flex-1 overflow-hidden`,children:[t(`div`,{className:`font-medium text-sm text-gray-900 dark:text-gray-100 break-words text-center`,children:e.label}),e.description&&t(`div`,{className:`mt-1 text-sm text-gray-500 dark:text-gray-400 break-words whitespace-pre-wrap`,children:e.description})]})]})},e.id))})}),u&&t(`div`,{className:`px-4 pb-3 pt-1 ${k||``}`,children:n(`div`,{className:`flex gap-2`,children:[t(`input`,{ref:z,type:`text`,value:F,onChange:e=>I(e.target.value),onKeyDown:ae,placeholder:N,disabled:m,className:`flex-1 px-3 py-2 text-sm border border-gray-300 dark:border-gray-600 rounded-md bg-white dark:bg-gray-800 focus:ring-2 focus:ring-blue-500 focus:border-transparent ${A||``}`}),t(o,{size:`sm`,onClick:ie,disabled:m||!F.trim(),className:j,children:m?`...`:P})]})})]})})}function Yc({question:e,description:n,onConfirm:r,onCancel:i,confirmLabel:a,cancelLabel:o,isLoading:s=!1,variant:c=`default`,className:l}){let{t:u}=X(),d=a??u(`agent.yes`),f=o??u(`agent.no`);return t(Jc,{question:e,description:n,variant:c,isLoading:s,className:l,options:[{id:`confirm`,label:d,icon:t(ht,{className:`size-4`})},{id:`cancel`,label:f,icon:t(tr,{className:`size-4`})}],onSelect:e=>{e===`confirm`?r():i()}})}function Xc(e){let t=e.replace(/^workstream[:_-]?/i,``).replace(/^sys:/i,``).replace(/[-_:]?[0-9a-f]{8}-[0-9a-f-]{12,}$/i,``).replace(/([a-z0-9])([A-Z])/g,`$1 $2`).replace(/([A-Z]+)([A-Z][a-z])/g,`$1 $2`).replace(/[:_-]+/g,` `).trim();return t?t.split(/\s+/).map(e=>{let t=e.toLowerCase();return t===`qa`?`QA`:t===`ui`?`UI`:t===`api`?`API`:t===`url`?`URL`:t.charAt(0).toUpperCase()+t.slice(1)}).join(` `):e}function Zc(e){return/[0-9a-f]{8}-[0-9a-f-]{12,}/i.test(e)}function Qc(e,t){let n=t?Xc(t):``,r=Xc(e);if(!n)return r;if(Zc(e))return n;let i=n.toLowerCase().replace(/\s+/g,``);return r.toLowerCase().replace(/\s+/g,``).startsWith(i)?n:r}function $c(e){return e.message?typeof e.message==`object`?JSON.stringify(e.message,null,2):String(e.message).trim():``}function el(e){if(typeof e!=`string`)return!1;let t=e.trim().toLowerCase();return!!(t&&t!==`main`&&t!==`all`)}function tl(e){let t=e.trim();if(!t||!/^[{[]/.test(t))return!1;try{return JSON.parse(t),!0}catch{return!1}}function nl(e,t){return el(t)&&tl(e)}function rl(e){return!nl($c(e),e.workstream_id)||e.type!==Q.ANSWER&&e.type!==Q.COMPLETE?!1:e.details?.event_class===`user_content`||e.details?.streamed===!0}function il(e){switch(e){case`running`:return`bg-info`;case`canceling`:return`bg-attention`;case`completed`:return`bg-success`;case`canceled`:case`failed`:case`timeout`:return`bg-destructive`}}function al(e){let t=e.details,n=t?.status;if(n===`running`||n===`canceling`||n===`completed`||n===`canceled`||n===`failed`||n===`timeout`)return n;if(t?.workstream_event===`completed`)return`completed`}function ol(e){let t=e.details;if(t?.workstream_event!==`launched`)return null;let n=typeof t.workstream_id==`string`?t.workstream_id:typeof e.workstream_id==`string`?e.workstream_id:``;return!n||n===`main`||n===`all`?null:{workstreamId:n,launchId:typeof t.launch_id==`string`?t.launch_id:void 0,kind:typeof t.kind==`string`?t.kind:void 0,interaction:typeof t.interaction==`string`?t.interaction:void 0,childWorkflowId:typeof t.child_workflow_id==`string`?t.child_workflow_id:void 0,childWorkflowRunId:typeof t.child_workflow_run_id==`string`?t.child_workflow_run_id:void 0}}function sl(e){let t=e.details;if(t?.event_class!==`activity`||t.workstream_event!==void 0||e.type===Q.ERROR)return null;let n=typeof t.child_workflow_id==`string`?t.child_workflow_id:void 0,r=typeof t.child_workflow_run_id==`string`?t.child_workflow_run_id:void 0;if(!n&&!r)return null;let i=typeof t.workstream_id==`string`&&t.workstream_id.trim()?t.workstream_id:typeof e.workstream_id==`string`?e.workstream_id:``;return el(i)?{workstreamId:i,launchId:typeof t.launch_id==`string`?t.launch_id:void 0,kind:typeof t.kind==`string`?t.kind:void 0,interaction:typeof t.interaction==`string`?t.interaction:void 0,childWorkflowId:n,childWorkflowRunId:r}:null}function cl(e){let t=e.indexOf(`?`);return t===-1?null:new URLSearchParams(e.slice(t+1)).get(`agentChatDebug`)}function ll(){if(typeof window>`u`)return!1;let e=new URLSearchParams(window.location.search).get(`agentChatDebug`),t=cl(window.location.hash),n=e??t;if(n!==null)return n===`1`||n===`true`;try{let e=window.localStorage.getItem(`agentChatDebug`);return e===`1`||e===`true`}catch{return!1}}function ul(e,t){ll()&&console.debug(`[agent-chat] ${e}`,t??{})}function dl(e,t){let n=typeof t.timestamp==`number`?t.timestamp:new Date(t.timestamp).getTime(),r=e.findIndex(e=>(typeof e.timestamp==`number`?e.timestamp:new Date(e.timestamp).getTime())>n);r===-1?e.push(t):e.splice(r,0,t)}const fl=[Q.COMPLETE,Q.IDLE,Q.REQUEST_INPUT,Q.TERMINATED];function pl(e){if(!e.length)return!0;let t=e=>e.details?._optimistic&&e.details?._deliveryStatus===`failed`&&fl.includes(e.type),n=e.filter(e=>!t(e)),r=n.filter(e=>gl(e)===`main`);if(r.length===0){let e=n[n.length-1];return e?!fl.includes(e.type):!0}let i=r[r.length-1];return!fl.includes(i.type)}function ml(e){if(e.type!==Q.IDLE)return!1;let t=e.details?.status_reason,n=e.details?.display_role;return t===`user_stopped`||n===`user_stopped`?!0:String(e.message??``).trim().toLowerCase().startsWith(`stopped.`)}function hl(e){return typeof e==`number`?e:new Date(e).getTime()}function gl(e){return e.workstream_id?e.workstream_id:`main`}function _l(e){let t=e.details;return!t||typeof t!=`object`||Array.isArray(t)?{}:t}function vl(e){if(gl(e)===`main`||ol(e)||sl(e))return!0;let t=_l(e),n=typeof t.child_workflow_id==`string`||typeof t.child_workflow_run_id==`string`,r=typeof t.tool==`string`||typeof t.tool_run_id==`string`;return t.event_class===`activity`&&(e.type===Q.ERROR||e.type===Q.WARNING)&&!n&&!r}function yl(e,t){return t===`all`?e.filter(vl):e.filter(e=>(ol(e)??sl(e))?.workstreamId===t?!1:gl(e)===t)}async function bl(e,t){return e.agents.getArtifactUrl(t,`conversation.json`).then(e=>e.url)}function xl(e){if(typeof e==`string`)return e.replace(/\r\n/g,`
13
- `).trim()||void 0}function Sl(e){return xl(e.message)}function Cl(e,t){let n=xl(e.text);if(!n)return!1;let r=e.workstreamId||`main`;return t.some(t=>{if(hl(t.timestamp)<e.startTimestamp||gl(t)!==r)return!1;let i=typeof t.details?.streaming_id==`string`?t.details.streaming_id:void 0;return e.streamingId&&i?!(i!==e.streamingId||t.details?.display_role===`thinking`||Tl(t)||t.details?.tool_status):e.activityId&&t.details?.activity_id===e.activityId?!(t.details?.display_role===`thinking`||Tl(t)||t.details?.tool_status):t.type!==Q.THOUGHT&&t.type!==Q.ANSWER&&t.type!==Q.COMPLETE&&t.type!==Q.IDLE||!t.details?.streamed?!1:Sl(t)===n})}function wl(e,t){if(gl(e)!==gl(t))return!1;let n=Sl(e),r=Sl(t);if(!n||n!==r)return!1;let i=hl(e.timestamp);return hl(t.timestamp)-i>1e4?!1:!!(e.type===Q.ANSWER&&(t.type===Q.COMPLETE||t.type===Q.IDLE)||e.type===Q.THOUGHT&&(t.type===Q.ANSWER||t.type===Q.COMPLETE||t.type===Q.IDLE)&&(e.details?.streamed||t.details?.streamed)||e.type===t.type&&(e.details?.streamed||t.details?.streamed)&&(t.type===Q.THOUGHT||t.type===Q.ANSWER||t.type===Q.COMPLETE||t.type===Q.IDLE))}function Tl(e){return e.type===Q.THOUGHT&&!!e.details?.tool}function El(e){let t=e.details;return e.type===Q.THOUGHT&&(t?.display_role===`tool_preamble`||t?.tool===`think`)}function Dl(e){if(El(e))return!1;if(Tl(e))return!0;if(e.type!==Q.THOUGHT)return!1;let t=e.details;return!!(Array.isArray(t?.tools)&&t.tools.length>0)}function Ol(e){return e.details?.tool_run_id}function kl(e){return e.details?.tool_iteration}function Al(e){return e.details?.tool_status}function jl(e){let t=e.details?.activity_group_id;if(!(typeof t!=`string`||t.trim()===``))return t}function Ml(e,t,n){let r=new Map,i=new Map,a=new Map,o=[];for(let t of e){let e=jl(t);if(t.type===Q.REQUEST_INPUT||t.type===Q.BATCH_PROGRESS)o.push(t);else if(El(t))o.push(t);else if(e)r.has(e)||r.set(e,{messages:[],firstTimestamp:hl(t.timestamp)}),r.get(e)?.messages.push(t);else if(Dl(t)){let e=kl(t),n=Ol(t);e===void 0?n?(a.has(n)||a.set(n,{messages:[],firstTimestamp:hl(t.timestamp)}),a.get(n)?.messages.push(t)):o.push(t):(i.has(e)||i.set(e,{messages:[],firstTimestamp:hl(t.timestamp)}),i.get(e)?.messages.push(t))}else o.push(t)}let s=[];r.forEach((e,t)=>{s.push({kind:`activity_group`,activityGroupId:t,messages:e.messages,timestamp:e.firstTimestamp})}),i.forEach((e,t)=>{s.push({kind:`iteration_group`,iteration:t,messages:e.messages,timestamp:e.firstTimestamp})}),a.forEach((e,t)=>{s.push({kind:`tool_run`,toolRunId:t,messages:e.messages,timestamp:e.firstTimestamp})});for(let e of o)s.push({kind:`message`,message:e,timestamp:hl(e.timestamp)});t.forEach((t,r)=>{t.text&&(Cl(t,e)||n&&n!==`all`&&n!==(t.workstreamId||`main`)||s.push({kind:`streaming`,streamingId:r,data:t,timestamp:t.startTimestamp}))}),s.sort((e,t)=>{let n=e.kind===`streaming`&&!e.data.isComplete,r=t.kind===`streaming`&&!t.data.isComplete;return n&&!r?1:r&&!n?-1:e.timestamp-t.timestamp});let c=[],l=[],u=()=>{l.length>0&&(l.length===1&&!El(l[0])?c.push({type:`single`,message:l[0]}):c.push({type:`tool_group`,messages:l,firstTimestamp:hl(l[0].timestamp)}),l=[])};for(let e of s)if(e.kind===`streaming`)u(),c.push({type:`streaming`,streamingId:e.streamingId,text:e.data.text,workstreamId:e.data.workstreamId,startTimestamp:e.data.startTimestamp,isComplete:e.data.isComplete});else if(e.kind===`activity_group`){u();let t=[...e.messages].sort((e,t)=>hl(e.timestamp)-hl(t.timestamp)),n=t.reduce((e,t)=>Al(t)||e,void 0);c.push({type:`tool_group`,messages:t,firstTimestamp:e.timestamp,toolRunId:e.activityGroupId,toolStatus:n})}else if(e.kind===`iteration_group`){u();let t=[...e.messages].sort((e,t)=>hl(e.timestamp)-hl(t.timestamp)),n=t.reduce((e,t)=>Al(t)||e,void 0);c.push({type:`tool_group`,messages:t,firstTimestamp:e.timestamp,toolStatus:n})}else if(e.kind===`tool_run`){u();let t=[...e.messages].sort((e,t)=>hl(e.timestamp)-hl(t.timestamp)),n=t.reduce((e,t)=>Al(t)||e,void 0);c.push({type:`tool_group`,messages:t,firstTimestamp:e.timestamp,toolRunId:e.toolRunId,toolStatus:n})}else Dl(e.message)?l.push(e.message):(u(),c.push({type:`single`,message:e.message}));return u(),c}function Nl(e,t){return t??e}function Pl(e){let t=[],n=null,r=()=>{n&&=(t.push({type:`tool_group`,messages:n.messages,firstTimestamp:n.firstTimestamp,toolRunId:n.toolRunId,toolStatus:n.toolStatus,preambleText:n.preambleText,preambleMessage:n.preambleMessage}),null)};for(let i of e)i.type===`tool_group`?n?(n.messages=[...n.messages,...i.messages],n.toolStatus=Nl(n.toolStatus,i.toolStatus),!n.toolRunId&&i.toolRunId&&(n.toolRunId=i.toolRunId),!n.preambleMessage&&i.preambleMessage&&(n.preambleMessage=i.preambleMessage,n.preambleText=i.preambleText)):n={messages:[...i.messages],firstTimestamp:i.firstTimestamp,toolRunId:i.toolRunId,toolStatus:i.toolStatus,preambleText:i.preambleText,preambleMessage:i.preambleMessage}:(r(),t.push(i));return r(),t}function Fl(e){return e.message?typeof e.message==`object`?JSON.stringify(e.message,null,2):String(e.message).trim():``}function Il(e){let t=Ll(e.details?.tool_approval);if(!t)return Fl(e);let n=Rl(t.tool_title)??Rl(t.tool_name),r=Bl(Rl(t.target));if(n&&r)return`Approve ${n}: ${r}?`;let i=Rl(t.action_summary);return i?`Approve ${zl(i)}?`:Fl(e)}function Ll(e){return e&&typeof e==`object`&&!Array.isArray(e)?e:void 0}function Rl(e){return typeof e==`string`&&e.trim()?e.trim():void 0}function zl(e){return e.replace(/:\s*name(?::|\s+)/i,`: `)}function Bl(e){if(!e)return;let t=e.indexOf(`:`);if(t<0)return e;let n=e.slice(0,t),r=e.slice(t+1).trim();if(!r)return e;switch(n){case`document_id`:return`document ${r}`;case`object_id`:return`object ${r}`;case`collection_id`:return`collection ${r}`;case`process_id`:return`process ${r}`;case`process_definition_id`:return`process definition ${r}`;case`interaction_id`:return`interaction ${r}`;case`prompt_id`:return`prompt ${r}`;case`dashboard_id`:return`dashboard ${r}`;case`database_id`:return`database ${r}`;case`table_id`:return`table ${r}`;default:return r}}function Vl(e){let t=e.details;return e.type===Q.REQUEST_INPUT&&!!t?.ux}function Hl(e){let t=e.details;return[t?.request_id,t?.requestId,t?.activity_id,t?.activityId,t?.tool_run_id,t?.toolRunId,e.timestamp,Fl(e)].filter(e=>typeof e==`string`||typeof e==`number`).map(String).join(`|`)}function Ul(e){let t=e.details;return[t?.ack,t?._messageId,t?._deliveryStatus,e.timestamp,gl(e),Fl(e)].filter(e=>typeof e==`string`||typeof e==`number`).map(String).join(`|`)}function Wl(e){let t=new Set;return e.forEach((n,r)=>{if(n.type!==Q.REQUEST_INPUT)return;let i=gl(n);for(let a=r+1;a<e.length;a+=1){let r=e[a];if(gl(r)===i){if(r.type===Q.REQUEST_INPUT)break;if(r.type===Q.QUESTION){t.add(Hl(n));break}}}}),t}function Gl(e){let t=new Set;for(let n of e){let e=Ll(n.details),r=Ll(e?.approval_request)?.approval_key,i=e?.approval_decision;typeof r==`string`&&(i===`denied`||i===`denied_with_feedback`||i===`timeout`||i===`reviewer_denied`||i===`cancelled_after_denial`)&&t.add(r)}return t}function Kl(e){let t=Ll(Ll(e.details)?.tool_approval)?.approval_key;return typeof t==`string`?t:void 0}function ql(e){return e.type===Q.REQUEST_INPUT&&Kl(e)!==void 0}function Jl(e){if(e.type!==Q.QUESTION)return!1;let t=Fl(e).trim().toLowerCase();return t===`allow_once`||t===`allow_for_run`||t===`deny`}function Yl(e){if(e.type!==Q.QUESTION)return!1;let t=Ll(e.details),n=Ll(t?.metadata);return(Ll(t?.tool_approval_response)??Ll(n?.tool_approval_response))?.decision===`deny_with_feedback`}function Xl(e){return Jl(e)||Yl(e)}function Zl(e,t){if(e.type!==Q.REQUEST_INPUT)return!1;let n=Kl(e);return n?t.has(n):!1}function Ql(e){let t=new Set;return e.forEach((n,r)=>{if(!ql(n))return;let i=gl(n);for(let a=r+1;a<e.length;a+=1){let r=e[a];if(gl(r)===i){if(r.type===Q.REQUEST_INPUT)break;if(r.type===Q.QUESTION){Xl(r)&&t.add(Hl(n));break}}}}),t}function $l(e,t,n){return ql(e)&&(t.has(Hl(e))||Zl(e,n))}function eu(e,t){let n=new Set;return e.forEach((r,i)=>{if(!ql(r)||t&&!Zl(r,t))return;let a=gl(r);for(let t=i+1;t<e.length;t+=1){let r=e[t];if(gl(r)===a){if(r.type===Q.REQUEST_INPUT)break;if(r.type===Q.QUESTION){Jl(r)&&n.add(Ul(r));break}}}}),n}function tu(e,t){return e.type===Q.QUESTION&&t.has(Ul(e))}function nu(e,t){return e.type===Q.REQUEST_INPUT&&t.has(Hl(e))}function ru(e,t=`main`){let n=Wl(e),r=Gl(e);for(let i=e.length-1;i>=0;--i){let a=e[i];if(Vl(a)&&gl(a)===t&&!nu(a,n)&&!Zl(a,r))return a}}function iu({mcpConnect:e,onMcpConnected:r,onDecline:i,disabled:a}){let{client:s}=Z(),{t:c}=X();return n(`div`,{className:`flex shrink-0 items-center justify-end gap-2`,children:[t(hs,{appId:e.app_install_id,collectionId:e.collection_id,collectionName:e.name,variant:`default`,onAuthChange:()=>{s.remoteMcpConnections.getCollectionStatus(e.app_install_id,e.collection_id).then(t=>{t.authenticated&&r?.(e)}).catch(()=>{})},readOnly:a}),n(o,{variant:`ghost`,size:`sm`,onClick:i,disabled:a,children:[t(rr,{className:`size-4`}),t(`span`,{children:c(`mcpOAuth.decline`)})]})]})}function au({message:e,onSendMessage:r,onMcpConnected:i,isLoading:a=!1,disabled:o=!1,className:s}){let{t:c}=X();if(!e)return null;let l=e.details.ux,u=l.options??[],d=l.mcp_connect,f=l.free_response,p=o||a||!r,m=Il(e),h=(e,t)=>{p||(t?r?.(e,t):r?.(e))},g=V(`flex-shrink-0 border-t border-border/70 bg-background/95 backdrop-blur`,`fixed bottom-0 end-0 start-0 z-20 lg:sticky lg:start-auto lg:end-auto`,`pb-safe-area`,s);return d?t(`div`,{className:g,"data-agent-request-input-overlay":!0,children:n(`div`,{className:`mx-auto flex w-full max-w-3xl flex-col gap-3 px-3 py-3 sm:flex-row sm:items-center sm:justify-between`,children:[t(`div`,{className:`min-w-0 text-sm leading-6 text-foreground/85`,children:m}),t(iu,{mcpConnect:d,onMcpConnected:i,onDecline:()=>h(c(`agent.mcpDeclinedMessage`,{name:d.name})),disabled:p})]})}):t(`div`,{className:g,"data-agent-request-input-overlay":!0,children:t(`div`,{className:`mx-auto w-full max-w-3xl px-3 py-3`,children:t(Jc,{question:m,options:u,variant:l.variant,multiSelect:l.multiSelect,allowFreeResponse:u.length===0||!!f,placeholder:f?.placeholder,submitLabel:f?.submit_label,onSelect:h,onMultiSelect:e=>h(e.join(`, `)),onSubmit:e=>h(e,f?.metadata),hideBorder:!0,compact:!0,isLoading:p,className:`my-0`,cardClassName:`bg-background/80 shadow-lg shadow-black/5 dark:shadow-none`})})})}function ou({className:e,inline:r=!1,color:i=`blue`}){let a={blue:`from-blue-400 to-indigo-500 dark:from-blue-500 dark:to-indigo-400`,purple:`from-purple-400 to-violet-500 dark:from-purple-500 dark:to-violet-400`,teal:`from-teal-400 to-emerald-500 dark:from-teal-500 dark:to-emerald-400`,green:`from-green-400 to-emerald-500 dark:from-green-500 dark:to-emerald-400`,amber:`from-amber-400 to-orange-500 dark:from-amber-500 dark:to-orange-400`}[i];return n(`div`,{className:V(`flex items-center gap-1.5`,r?`inline-flex`:``,e),children:[t(`div`,{className:`w-2 h-2 bg-gradient-to-r ${a} rounded-full animate-[bounce_1.2s_ease-in-out_infinite]`}),t(`div`,{className:`w-2 h-2 bg-gradient-to-r ${a} rounded-full animate-[bounce_1.2s_ease-in-out_0.2s_infinite]`}),t(`div`,{className:`w-2 h-2 bg-gradient-to-r ${a} rounded-full animate-[bounce_1.2s_ease-in-out_0.4s_infinite]`})]})}function su({className:e,size:r=`md`,color:i=`blue`}){let a={sm:`w-3 h-3`,md:`w-5 h-5`,lg:`w-7 h-7`},o={blue:`bg-blue-500 dark:bg-blue-400`,purple:`bg-purple-500 dark:bg-purple-400`,teal:`bg-teal-500 dark:bg-teal-400`,green:`bg-green-500 dark:bg-green-400`,amber:`bg-amber-500 dark:bg-amber-400`};return n(`span`,{className:V(`relative flex`,e),children:[t(`span`,{className:V(`animate-ping absolute inline-flex h-full w-full rounded-full opacity-60`,o[i])}),t(`span`,{className:V(`animate-pulse absolute inline-flex h-[80%] w-[80%] rounded-full opacity-80`,o[i]),style:{left:`10%`,top:`10%`,animationDuration:`2s`}}),t(`span`,{className:V(`relative inline-flex rounded-full`,o[i],a[r])})]})}function cu({className:e,color:n=`blue`}){let[r,i]=Y(`.`);return K(()=>{let e=setInterval(()=>{i(e=>e===`.`?`..`:e===`..`?`...`:`.`)},500);return()=>clearInterval(e)},[]),t(`span`,{className:V({blue:`text-blue-600 dark:text-blue-400`,purple:`text-purple-600 dark:text-purple-400`,teal:`text-teal-600 dark:text-teal-400`,green:`text-green-600 dark:text-green-400`,amber:`text-amber-600 dark:text-amber-400`}[n],`font-bold`,e),children:r})}function lu({message:e,className:r,color:i=`blue`}){let a={blue:{dot:`bg-blue-500 dark:bg-blue-400`,text:`text-blue-700 dark:text-blue-300`},purple:{dot:`bg-purple-500 dark:bg-purple-400`,text:`text-purple-700 dark:text-purple-300`},teal:{dot:`bg-teal-500 dark:bg-teal-400`,text:`text-teal-700 dark:text-teal-300`},green:{dot:`bg-green-500 dark:bg-green-400`,text:`text-green-700 dark:text-green-300`},amber:{dot:`bg-amber-500 dark:bg-amber-400`,text:`text-amber-700 dark:text-amber-300`}};return n(`div`,{className:V(`flex items-center gap-2 py-1`,r),children:[n(`div`,{className:`flex gap-1`,children:[t(`div`,{className:`w-1.5 h-1.5 ${a[i].dot} rounded-full animate-bounce`}),t(`div`,{className:`w-1.5 h-1.5 ${a[i].dot} rounded-full animate-bounce`,style:{animationDelay:`0.2s`}}),t(`div`,{className:`w-1.5 h-1.5 ${a[i].dot} rounded-full animate-bounce`,style:{animationDelay:`0.4s`}})]}),t(`div`,{className:`${a[i].text} font-medium text-xs`,children:e})]})}function uu({className:e,color:r=`blue`,width:i=`md`,message:a}){let[o,s]=Y(15),[c,l]=Y(`increasing`),[u,d]=Y(.4),f=J(null),p=J(!0);return K(()=>{let e=f.current;if(!e)return;let t=new IntersectionObserver(([e])=>{p.current=e.isIntersecting},{threshold:0});return t.observe(e),()=>t.disconnect()},[]),K(()=>{let e,t=Date.now(),n=()=>{if(!p.current){e=requestAnimationFrame(n);return}let r=Date.now(),i=r-t;t=r,s(e=>{let t=i/16*u,n=c===`increasing`?e+t:e-t;return n>=85?(l(`decreasing`),d(.3+Math.random()*.2),85):n<=15?(l(`increasing`),d(.3+Math.random()*.2),15):(Math.random()>.99&&d(e=>Math.max(.2,Math.min(.5,e+(Math.random()*.1-.05)))),n)}),e=requestAnimationFrame(n)};return e=requestAnimationFrame(n),()=>{cancelAnimationFrame(e)}},[c,u]),n(`div`,{ref:f,className:V(`flex flex-col gap-1`,e),children:[a&&t(`div`,{className:`text-xs font-medium ${{blue:`text-blue-700 dark:text-blue-300`,purple:`text-purple-700 dark:text-purple-300`,teal:`text-teal-700 dark:text-teal-300`,green:`text-green-700 dark:text-green-300`,amber:`text-amber-700 dark:text-amber-300`}[r]} mb-1`,children:a}),t(`div`,{className:V(`h-1.5 rounded-full overflow-hidden shadow-inner`,{blue:`bg-blue-200 dark:bg-blue-900/30`,purple:`bg-purple-200 dark:bg-purple-900/30`,teal:`bg-teal-200 dark:bg-teal-900/30`,green:`bg-green-200 dark:bg-green-900/30`,amber:`bg-amber-200 dark:bg-amber-900/30`}[r],{sm:`w-24`,md:`w-32`,lg:`w-48`,xl:`w-64`,full:`w-full`}[i]),children:t(`div`,{className:V(`h-full rounded-full`,{blue:`bg-gradient-to-r from-blue-400 to-blue-500 dark:from-blue-500 dark:to-blue-400`,purple:`bg-gradient-to-r from-purple-400 to-purple-500 dark:from-purple-500 dark:to-purple-400`,teal:`bg-gradient-to-r from-teal-400 to-teal-500 dark:from-teal-500 dark:to-teal-400`,green:`bg-gradient-to-r from-green-400 to-green-500 dark:from-green-500 dark:to-green-400`,amber:`bg-gradient-to-r from-amber-400 to-amber-500 dark:from-amber-500 dark:to-amber-400`}[r]),style:{width:`${o}%`,transition:`width 150ms cubic-bezier(0.4, 0.0, 0.2, 1)`}})})]})}function du({className:e,color:n=`blue`,size:r=`md`}){let[i,a]=Y(Array(7).fill(50)),o=J(null),s=J(!0);K(()=>{let e=o.current;if(!e)return;let t=new IntersectionObserver(([e])=>{s.current=e.isIntersecting},{threshold:0});return t.observe(e),()=>t.disconnect()},[]);let c={sm:{width:`w-16`,height:`h-4`,barWidth:`w-0.5`,gap:`gap-[2px]`},md:{width:`w-20`,height:`h-5`,barWidth:`w-1`,gap:`gap-[3px]`},lg:{width:`w-24`,height:`h-6`,barWidth:`w-1.5`,gap:`gap-1`}},l={blue:`bg-gradient-to-b from-blue-400 to-blue-500 dark:from-blue-400 dark:to-blue-500`,purple:`bg-gradient-to-b from-purple-400 to-purple-500 dark:from-purple-400 dark:to-purple-500`,teal:`bg-gradient-to-b from-teal-400 to-teal-500 dark:from-teal-400 dark:to-teal-500`,green:`bg-gradient-to-b from-green-400 to-green-500 dark:from-green-400 dark:to-green-500`,amber:`bg-gradient-to-b from-amber-400 to-amber-500 dark:from-amber-400 dark:to-amber-500`};return K(()=>{let e,t=[1.2,1,1.5,.8,1.3,.9,1.1],n=[0,.5,1,1.5,2,2.5,3],r=0,i=()=>{if(!s.current){e=requestAnimationFrame(i);return}r+=.02,a(Array(7).fill(0).map((e,i)=>10+(Math.sin(r*t[i]+n[i])+1)*40)),e=requestAnimationFrame(i)};return e=requestAnimationFrame(i),()=>{cancelAnimationFrame(e)}},[]),t(`div`,{ref:o,className:V(`flex items-end justify-center`,c[r].width,c[r].height,c[r].gap,e),children:i.map((e,i)=>t(`div`,{className:V(c[r].barWidth,`rounded-full transform-gpu`,l[n]),style:{height:`${e}%`,transition:`height 100ms cubic-bezier(0.4, 0.0, 0.2, 1)`,opacity:.9}},`bar-${i}`))})}const fu=`Brewing some code magic...(Doing the robot dance...(Cooking up something good...(Working my gears...(Parsing the possibilities...(Crunching the numbers...(Connecting the digital dots...(Processing at maximum capacity...(Searching through my circuits...(Running advanced algorithms...(Computing optimal solutions...(Loading brilliance.exe...(Scanning the knowledge base...(Optimizing response protocols...(Having a quick brainstorm...(Thinking cap firmly on...(Pondering the digital universe...(Consulting my silicon wisdom...(Untangling the logic knots...(Assembling clever responses...(Mixing thoughtful ingredients...(Polishing the perfect answer...(Taking a momentary mind sprint...(Connecting virtual synapses...(Baking fresh ideas...(Stirring the thought pot...(Simmering solutions slowly...(Whipping up a smart response...(Adding a dash of intelligence...(Preparing a gourmet answer...(Growing brilliant ideas...(Cultivating the perfect response...(Gathering digital nectar...(Planting seeds of solutions...(Exploring the data landscape...(Mapping the solution path...(Navigating through possibilities...(Charting the course to answers...(Embarking on a thought expedition...(Sketching out concepts...(Painting with digital brushstrokes...(Composing my response symphony...(Crafting precision answers...(Weaving threads of information...(Just a moment of processing...(Taking a quick thinking break...(Almost there, final touches...(Putting the pieces together...(Making progress, hold tight...`.split(`(`),pu=Ye(null);function mu(){return Qe(pu)||{openImage:e=>window.open(e,`_blank`),closeImage:()=>{}}}function hu({children:e}){let[r,i]=Y(null),a=G((e,t)=>{i({src:e,alt:t})},[]),s=G(()=>{i(null)},[]),{t:c}=X();return n(pu.Provider,{value:{openImage:a,closeImage:s},children:[e,r&&t(`div`,{role:`button`,tabIndex:-1,"aria-label":c(`agent.close`),className:`fixed inset-0 z-[100] flex items-center justify-center bg-black/80 backdrop-blur-sm`,onClick:s,onKeyDown:Ie(s),children:n(`div`,{className:`relative max-w-[90vw] max-h-[90vh]`,children:[t(`img`,{src:r.src,alt:r.alt||c(`agent.enlargedView`),className:`max-w-full max-h-[90vh] object-contain rounded-lg shadow-2xl`}),t(o,{variant:`unstyled`,className:`absolute top-2 end-2 text-white bg-black/50 rounded-full p-2 hover:bg-black/70 transition-colors`,onClick:s,title:c(`agent.close`),"aria-label":c(`agent.close`),children:t(er,{className:`size-6`})}),t(`a`,{href:r.src,target:`_blank`,rel:`noopener noreferrer`,className:`absolute bottom-2 end-2 text-white bg-black/50 rounded-full p-2 hover:bg-black/70 transition-colors`,onClick:e=>e.stopPropagation(),title:c(`agent.openInNewTab`),children:t(Bt,{className:`size-5`})})]})})]})}const gu=new Set([`png`,`jpg`,`jpeg`,`gif`,`webp`,`bmp`,`svg`]),_u=new Set([`css`,`csv`,`html`,`js`,`json`,`jsx`,`log`,`md`,`mjs`,`sql`,`ts`,`tsx`,`txt`,`xml`,`yaml`,`yml`]);function vu(e){let t=e?.split(/[?#]/)[0]??``;return t.includes(`.`)?(t.split(`.`).pop()??``).toLowerCase():``}function yu(e){return e.contentType?.toLowerCase().startsWith(`image/`)?!0:gu.has(vu(e.artifactPath||e.href||e.name))}function bu(e){let t=e.contentType?.toLowerCase()??``;return t.startsWith(`text/`)||t===`application/json`||t.includes(`xml`)?!0:_u.has(vu(e.artifactPath||e.href||e.name))}function xu(e){if(e.artifactPath)return e.artifactPath;if(e.href?.startsWith(`artifact:`))return e.href.slice(9)}function Su(e){let t=e.split(`/store/objects/`)[1];return t?t.split(/[?#]/)[0]:e.replace(/^store:/,``).replace(/^document:(?:\/\/)?/,``).split(/[?#]/)[0]}function Cu(e){return e.split(`/store/collections/`)[1]||e.replace(/^collection:/,``)}function wu(e){return!!(e?.includes(`/store/objects/`)||e?.startsWith(`store:`)||e?.startsWith(`document:`))}function Tu(e){return!!(e?.includes(`/store/collections/`)||e?.startsWith(`collection:`))}function Eu({item:n,children:r,StoreLinkComponent:i,CollectionLinkComponent:a}){let o=n.href;if(!o)return t(e,{children:r});if(wu(o)){let e=Su(o);return i?t(i,{href:o,documentId:e,children:r}):t(`a`,{href:o.startsWith(`store:`)||o.startsWith(`document:`)?`/store/objects/${e}`:o,children:r})}if(Tu(o)){let e=Cu(o);return a?t(a,{href:o,collectionId:e,children:r}):t(`a`,{href:o.startsWith(`collection:`)?`/store/collections/${e}`:o,children:r})}return/^https?:\/\//.test(o)||o.startsWith(`/`)?t(`a`,{href:o,target:o.startsWith(`/`)?void 0:`_blank`,rel:`noopener noreferrer`,children:r}):t(e,{children:r})}function Du({item:e,artifactRunId:r,variant:i,onRemove:a,StoreLinkComponent:s,CollectionLinkComponent:c}){let{t:l}=X(),u=Qe(ar),d=$i(),{openImage:f}=mu(),p=xu(e),m=yu(e),h=m&&!bu(e),[g,_]=Y(e.previewUrl);K(()=>{_(e.previewUrl)},[e.previewUrl]),K(()=>{if(!h||e.previewUrl||!r||!p||!u?.client)return;let t=!1,n=ta(r,p,`inline`);return(async()=>{let e=d?await d.getOrFetch(n,async()=>(await u.client.files.getArtifactDownloadUrl(r,p,`inline`)).url):(await u.client.files.getArtifactDownloadUrl(r,p,`inline`)).url;t||_(e)})().catch(()=>{t||_(void 0)}),()=>{t=!0}},[p,r,e.previewUrl,u?.client,h,d]);let v={attention:`bg-attention/15 text-attention`,destructive:`bg-destructive/15 text-destructive`,info:`bg-info/15 text-info`,muted:`bg-muted text-muted`,success:`bg-success/15 text-success`}[e.statusTone??`muted`],y=!!(a&&e.removable!==!1),b=t=>{t.stopPropagation(),t.preventDefault(),a?.(e.id)},x=y?t(o,{variant:`unstyled`,size:`none`,"aria-label":l(`agent.removeFile`,{name:e.name}),onClick:b,className:V(`absolute -end-1.5 -top-1.5 inline-flex size-5 items-center justify-center rounded-full`,`border border-border bg-background text-muted shadow-sm transition-colors hover:text-foreground`),children:t(rr,{className:`size-3`,"aria-hidden":`true`})}):null,S=y?t(o,{variant:`unstyled`,size:`none`,"aria-label":l(`agent.removeFile`,{name:e.name}),onClick:b,className:V(`-me-1 inline-flex size-6 shrink-0 items-center justify-center rounded-md text-muted`,`transition-colors hover:bg-mixer-muted/30 hover:text-foreground`),children:t(rr,{className:`size-3.5`,"aria-hidden":`true`})}):null,C=n(`span`,{className:`inline-flex min-w-0 max-w-full items-center gap-1.5`,children:[h&&g?t(o,{type:`button`,variant:`unstyled`,size:`none`,onClick:t=>{t.stopPropagation(),t.preventDefault(),f(g,e.name)},"aria-label":e.name,title:l(`agent.enlargedView`),className:V(`group shrink-0 overflow-hidden rounded border border-border/60 p-0`,`focus-visible:outline-none focus-visible:ring-2 focus-visible:ring-ring`,i===`composer`?`size-6`:`size-24`),children:t(`img`,{src:g,alt:e.name,className:`h-full w-full object-cover transition-transform group-hover:scale-[1.05]`})}):t(m?nn:Kt,{className:`size-3.5 shrink-0 text-muted`,"aria-hidden":`true`}),t(`span`,{className:V(`truncate`,i===`composer`?`max-w-[14rem]`:`max-w-[16rem]`),children:e.name}),e.statusLabel?t(`span`,{className:V(`shrink-0 rounded px-1.5 py-0.5 text-[10px] font-medium`,v),children:e.statusLabel}):null]});return i===`composer`?n(`span`,{title:e.name,className:V(`inline-flex min-h-8 max-w-full items-center gap-1 rounded-xl border border-border/60`,`bg-mixer-muted/15 px-2.5 py-1 text-sm text-foreground/80 transition-colors`,e.href&&`hover:bg-mixer-muted/25`),children:[t(Eu,{item:e,StoreLinkComponent:s,CollectionLinkComponent:c,children:C}),S]}):n(`span`,{className:`relative inline-flex max-w-full`,children:[t(Eu,{item:e,StoreLinkComponent:s,CollectionLinkComponent:c,children:t(`span`,{title:e.name,className:V(`inline-flex max-w-full items-center gap-1.5 rounded-md border border-border/60 bg-mixer-muted/15`,`px-2.5 py-1.5 text-xs text-foreground/80 transition-colors`,e.href&&`hover:bg-mixer-muted/25`),children:C})}),x]})}function Ou({items:e,artifactRunId:n,className:r,align:i=`start`,variant:a=`message`,onRemove:o,StoreLinkComponent:s,CollectionLinkComponent:c}){return e.length===0?null:t(`div`,{className:V(`flex flex-wrap gap-2`,i===`end`&&`justify-end`,r),children:e.map(e=>t(Du,{item:e,artifactRunId:n,variant:a,onRemove:o,StoreLinkComponent:s,CollectionLinkComponent:c},e.id))})}const ku=/^\s*(?:\*\*)?(attachments|uploaded artifacts):(?:\*\*)?\s*$/i,Au=/^\s*(?:[-*]\s*)?\[([^\]]+)]\(([^)]+)\)(?:\s+\((.*)\))?\s*$/;function ju(e){let t=e.split(/\r?\n/),n=[],r=[],i=!1;for(let e of t){let t=e.trim();if(ku.test(t)){i=!0;continue}if(!i){n.push(e);continue}if(!t)continue;let a=Au.exec(t);if(!a){i=!1,n.push(e);continue}let[,o,s,c]=a,l=s.startsWith(`artifact:`)?s.slice(9):void 0;r.push({id:`${s}-${r.length}`,name:o,href:s,artifactPath:l,contentType:c?.toLowerCase().includes(`image`)?`image/*`:void 0})}return{body:n.join(`
14
- `).trim(),attachments:r}}function Mu({message:e,batchData:r,isRunning:i=!1,className:a,headerClassName:s,senderClassName:c,progressBarClassName:l,itemListClassName:u,itemClassName:d,summaryClassName:f}){let[p,m]=Y(!1),h=H(),{t:g}=X(),{tool_name:_,total:v,completed:y,succeeded:b,failed:x,items:S,started_at:C,completed_at:w}=r,T=v>0?y/v*100:0,E=x>0,D=y===v&&!i,O=i||!D?`running`:x===v?`error`:x>0?`warning`:`completed`,k=()=>i||!D?t(su,{size:`sm`,color:`blue`}):O===`completed`?t(ht,{className:`size-4 text-success`}):O===`error`||O===`warning`?t(at,{className:`size-4 text-destructive`}):t(on,{className:`size-4 text-purple-600`}),A=()=>O===`completed`?`border-s-success`:O===`error`?`border-s-destructive`:O===`warning`?`border-s-attention`:`border-s-blue-500`,j=()=>E?`bg-attention`:D?`bg-success`:`bg-blue-500`,M=()=>{let e=JSON.stringify(r,null,2);navigator.clipboard.writeText(e).then(()=>{h({status:`success`,title:g(`agent.copiedBatchDetails`),duration:2e3})})},N=((w?w-C:Date.now()-C)/1e3).toFixed(1);return n(`div`,{className:V(`border-s-4 shadow-md overflow-hidden bg-white dark:bg-gray-900 mb-5`,A(),a),children:[n(`div`,{role:`button`,tabIndex:0,"aria-expanded":p,className:V(`flex items-center justify-between px-4 py-2 border-b border-gray-100/80 dark:border-gray-800/80 bg-blue-50/50 dark:bg-blue-900/10 cursor-pointer`,s),onClick:()=>m(!p),onKeyDown:Ie(()=>m(!p)),children:[n(`div`,{className:`flex items-center gap-2`,children:[k(),t(`span`,{className:V(`text-xs font-medium text-muted`,c),children:g(`agent.batch`)}),t(`span`,{className:`text-xs text-blue-600 dark:text-blue-400 font-medium`,children:_}),n(`span`,{className:`text-xs text-muted`,children:[y,`/`,v]}),p?t(yt,{className:`size-3 text-muted`}):t(St,{className:`size-3 text-muted cn-rtl-flip`})]}),n(`div`,{className:`flex items-center gap-2`,children:[n(`span`,{className:`text-xs text-muted`,children:[N,`s`]}),t(`span`,{className:`text-xs text-muted`,children:Ir(C).format(`HH:mm:ss`)}),t(o,{variant:`ghost`,size:`xs`,onClick:e=>{e.stopPropagation(),M()},className:`text-muted`,title:g(`agent.copyBatchDetails`),children:t(Ft,{className:`size-3`})})]})]}),t(`div`,{className:V(`px-4 py-2 bg-gray-50/50 dark:bg-gray-800/30`,l),children:n(`div`,{className:`flex items-center gap-3`,children:[t(`div`,{className:`flex-1 h-2 bg-gray-200 dark:bg-gray-700 rounded-full overflow-hidden`,children:t(`div`,{className:`h-full ${j()} transition-all duration-300 ease-out`,style:{width:`${T}%`}})}),n(`div`,{className:`flex items-center gap-2 text-xs`,children:[b>0&&n(`span`,{className:`text-success flex items-center gap-1`,children:[t(ht,{className:`size-3`}),b]}),x>0&&n(`span`,{className:`text-destructive flex items-center gap-1`,children:[t(at,{className:`size-3`}),x]}),i&&y<v&&n(`span`,{className:`text-blue-500 flex items-center gap-1`,children:[t(fn,{className:`size-3 animate-spin`}),v-y]})]})]})}),p&&S.length>0&&t(`div`,{className:V(`max-h-64 overflow-y-auto`,u),children:S.map(e=>n(`div`,{className:V(`flex items-center gap-2 px-4 py-1.5 text-xs border-b border-gray-100 dark:border-gray-800 last:border-b-0 hover:bg-gray-50 dark:hover:bg-gray-800/50`,d),children:[n(`div`,{className:`w-4 flex-shrink-0`,children:[e.status===`success`&&t(ht,{className:`size-3 text-success`}),e.status===`error`&&t(at,{className:`size-3 text-destructive`}),e.status===`running`&&t(fn,{className:`size-3 text-blue-500 animate-spin`}),e.status===`pending`&&t(`div`,{className:`size-3 rounded-full border border-gray-300 dark:border-gray-600`})]}),t(`span`,{className:`font-mono text-muted w-24 truncate flex-shrink-0`,title:e.id,children:e.id}),t(`span`,{className:`text-muted truncate flex-1`,title:e.message,children:e.message||(e.status===`pending`?g(`agent.waiting`):``)}),e.duration_ms!==void 0&&n(`span`,{className:`text-muted flex-shrink-0`,children:[(e.duration_ms/1e3).toFixed(1),`s`]})]},e.id))}),!p&&e.message&&t(`div`,{className:V(`px-4 py-2 text-xs text-muted`,f),children:e.message})]})}const Nu=Ze(Mu,(e,t)=>!(e.isRunning!==t.isRunning||e.batchData.completed!==t.batchData.completed||e.batchData.succeeded!==t.batchData.succeeded||e.batchData.failed!==t.batchData.failed)),Pu={sending:{icon:Mt,className:`text-muted/70`},received:{icon:pt,className:`text-info`},consumed:{icon:mt,className:`text-success`},failed:{icon:at,className:`text-destructive`}};function Fu(e){return e===`sending`||e===`received`||e===`consumed`||e===`failed`}function Iu(e){if(e.type!==Q.QUESTION&&!ml(e))return;let t=e.details?._deliveryStatus;if(Fu(t))return t;if(e.details?.ack)return`consumed`}function Lu(e,t){switch(t){case`sending`:return e(`agent.messageSending`);case`received`:return e(`agent.messageReceived`);case`consumed`:return e(`agent.messageConsumed`);case`failed`:return e(`agent.messageFailed`)}return t}function Ru({message:e,className:n}){let{t:r}=X(),i=Iu(e);if(!i)return null;let a=Pu[i],o=a.icon,s=Lu(r,i);return t(Ne,{description:s,asChild:!0,children:t(`span`,{"aria-label":s,className:V(`inline-flex h-5 w-5 items-center justify-center`,a.className,n),role:`img`,children:t(o,{className:`size-3.5`,"aria-hidden":`true`})})})}function zu({client:e,toast:t}){let n=rt.getFixedT(null,nt),[r,i]=Y(!1),a=G(async(r,a)=>{if(r){i(!0);try{Bu((await e.files.getDownloadUrlWithOptions({file:r,name:a})).url,a)}catch(e){t({status:`error`,title:n(`store.downloadFailed`),description:e instanceof Error?e.message:n(`store.failedToGetDownloadUrl`),duration:5e3})}finally{i(!1)}}},[e,t,n]),o=G((e,t)=>{e&&Bu(e,t)},[]),s=G(async(t,n)=>{let r=await(`store`in e?e.store:e).rendering.render(t);if(r.download_url)Bu(r.download_url,n);else if(r.file_uri)Bu((await e.files.getDownloadUrlWithOptions({file:r.file_uri,name:n})).url,n);else throw Error(`No download URL or file URI in response`)},[e]);return{downloadFromContentSource:a,downloadFromUrl:o,renderDocument:G(async(e,r)=>{i(!0);try{let i=`${r.title||`document`}.${r.format}`;await s({object_id:e,format:r.format,title:r.title,pandoc_options:r.pandocOptions,use_default_template:r.useDefaultTemplate,template_path:r.templateObjectId?`store:${r.templateObjectId}`:void 0},i),t({status:`success`,title:n(`store.documentExported`),description:n(`store.successfullyExportedTo`,{format:r.format.toUpperCase()}),duration:2e3})}catch(e){t({status:`error`,title:n(`store.exportFailed`),description:e instanceof Error?e.message:n(`store.failedToExportDocument`),duration:5e3})}finally{i(!1)}},[s,t,n]),renderContent:G(async(e,r)=>{i(!0);try{let i=`${r.title||`export`}.${r.format}`;await s({content:e,format:r.format,title:r.title,artifact_run_id:r.artifactRunId,pandoc_options:r.pandocOptions},i),t({status:`success`,title:n(`store.contentExported`),description:n(`store.successfullyExportedTo`,{format:r.format.toUpperCase()}),duration:2e3})}catch(e){t({status:`error`,title:n(`store.exportFailed`),description:e instanceof Error?e.message:n(`store.failedToExportContent`),duration:5e3})}finally{i(!1)}},[s,t,n]),isDownloading:r}}function Bu(e,t){fetch(e).then(e=>{if(!e.ok)throw Error(`HTTP ${e.status}`);return e.blob()}).then(n=>{let r=URL.createObjectURL(n),i=document.createElement(`a`);i.href=r,i.download=t||Vu(e),i.style.display=`none`,document.body.appendChild(i),i.click(),setTimeout(()=>{document.body.removeChild(i),URL.revokeObjectURL(r)},100)}).catch(()=>{let n=document.createElement(`a`);n.href=e,n.download=t||Vu(e),n.target=`_blank`,n.rel=`noopener noreferrer`,n.style.display=`none`,document.body.appendChild(n),n.click(),setTimeout(()=>{document.body.removeChild(n)},100)})}function Vu(e){try{let t=new URL(e).pathname.split(`/`);return t[t.length-1]||`download`}catch{return`download`}}function Hu(e){return e!==void 0&&e>=`0`&&e<=`9`}function Uu(e){return e===` `||e===` `}function Wu(e){return e!==void 0&&e!==` `&&e!==` `&&e!==`
15
- `&&e!==`\r`}function Gu(e,t){if(t>0&&Hu(e[t-1]))return;let n=t;for(;Hu(e[n]);)n++;if(n===t||e[n]!==`.`)return;n++;let r=n;for(;Uu(e[n]);)n++;return n>r&&Wu(e[n])?n:void 0}function Ku(e,t){for(let n=t;n<e.length;n++)if(Gu(e,n)!==void 0)return n;return-1}function qu(e){let t=Ku(e,0);if(t===-1)return e;let n=e.slice(0,t),r=t;for(;r!==-1;){let t=Ku(e,Gu(e,r)??r+1);if(t===-1){n+=e.slice(r),n+=`
12
+ ${O||``}`,children:n(`div`,{className:`flex items-start gap-3`,children:[e.icon&&t(`span`,{className:`flex-shrink-0 mt-0.5 text-gray-500 dark:text-gray-400`,children:e.icon}),n(`div`,{className:`flex-1 overflow-hidden`,children:[t(`div`,{className:`font-medium text-sm text-gray-900 dark:text-gray-100 break-words text-center`,children:e.label}),e.description&&t(`div`,{className:`mt-1 text-sm text-gray-500 dark:text-gray-400 break-words whitespace-pre-wrap`,children:e.description})]})]})},e.id))})}),u&&t(`div`,{className:`px-4 pb-3 pt-1 ${k||``}`,children:n(`div`,{className:`flex gap-2`,children:[t(`input`,{ref:z,type:`text`,value:F,onChange:e=>I(e.target.value),onKeyDown:ie,placeholder:N,disabled:m,className:`flex-1 px-3 py-2 text-sm border border-gray-300 dark:border-gray-600 rounded-md bg-white dark:bg-gray-800 focus:ring-2 focus:ring-blue-500 focus:border-transparent ${A||``}`}),t(o,{size:`sm`,onClick:re,disabled:m||!F.trim(),className:j,children:m?`...`:P})]})})]})})}function Zc({question:e,description:n,onConfirm:r,onCancel:i,confirmLabel:a,cancelLabel:o,isLoading:s=!1,variant:c=`default`,className:l}){let{t:u}=X(),d=a??u(`agent.yes`),f=o??u(`agent.no`);return t(Xc,{question:e,description:n,variant:c,isLoading:s,className:l,options:[{id:`confirm`,label:d,icon:t(ht,{className:`size-4`})},{id:`cancel`,label:f,icon:t(rr,{className:`size-4`})}],onSelect:e=>{e===`confirm`?r():i()}})}function Qc(e){let t=e.replace(/^workstream[:_-]?/i,``).replace(/^sys:/i,``).replace(/[-_:]?[0-9a-f]{8}-[0-9a-f-]{12,}$/i,``).replace(/([a-z0-9])([A-Z])/g,`$1 $2`).replace(/([A-Z]+)([A-Z][a-z])/g,`$1 $2`).replace(/[:_-]+/g,` `).trim();return t?t.split(/\s+/).map(e=>{let t=e.toLowerCase();return t===`qa`?`QA`:t===`ui`?`UI`:t===`api`?`API`:t===`url`?`URL`:t.charAt(0).toUpperCase()+t.slice(1)}).join(` `):e}function $c(e){return/[0-9a-f]{8}-[0-9a-f-]{12,}/i.test(e)}function el(e,t){let n=t?Qc(t):``,r=Qc(e);if(!n)return r;if($c(e))return n;let i=n.toLowerCase().replace(/\s+/g,``);return r.toLowerCase().replace(/\s+/g,``).startsWith(i)?n:r}function tl(e){return e.message?typeof e.message==`object`?JSON.stringify(e.message,null,2):String(e.message).trim():``}function nl(e){if(typeof e!=`string`)return!1;let t=e.trim().toLowerCase();return!!(t&&t!==`main`&&t!==`all`)}function rl(e){let t=e.trim();if(!t||!/^[{[]/.test(t))return!1;try{return JSON.parse(t),!0}catch{return!1}}function il(e,t){return nl(t)&&rl(e)}function al(e){return!il(tl(e),e.workstream_id)||e.type!==Q.ANSWER&&e.type!==Q.COMPLETE?!1:e.details?.event_class===`user_content`||e.details?.streamed===!0}function ol(e){switch(e){case`running`:return`bg-info`;case`canceling`:return`bg-attention`;case`completed`:return`bg-success`;case`canceled`:case`failed`:case`timeout`:return`bg-destructive`}}function sl(e){let t=e.details,n=t?.status;if(n===`running`||n===`canceling`||n===`completed`||n===`canceled`||n===`failed`||n===`timeout`)return n;if(t?.workstream_event===`completed`)return`completed`}function cl(e){let t=e.details;if(t?.workstream_event!==`launched`)return null;let n=typeof t.workstream_id==`string`?t.workstream_id:typeof e.workstream_id==`string`?e.workstream_id:``;return!n||n===`main`||n===`all`?null:{workstreamId:n,launchId:typeof t.launch_id==`string`?t.launch_id:void 0,kind:typeof t.kind==`string`?t.kind:void 0,interaction:typeof t.interaction==`string`?t.interaction:void 0,childWorkflowId:typeof t.child_workflow_id==`string`?t.child_workflow_id:void 0,childWorkflowRunId:typeof t.child_workflow_run_id==`string`?t.child_workflow_run_id:void 0}}function ll(e){let t=e.details;if(t?.event_class!==`activity`||t.workstream_event!==void 0||e.type===Q.ERROR)return null;let n=typeof t.child_workflow_id==`string`?t.child_workflow_id:void 0,r=typeof t.child_workflow_run_id==`string`?t.child_workflow_run_id:void 0;if(!n&&!r)return null;let i=typeof t.workstream_id==`string`&&t.workstream_id.trim()?t.workstream_id:typeof e.workstream_id==`string`?e.workstream_id:``;return nl(i)?{workstreamId:i,launchId:typeof t.launch_id==`string`?t.launch_id:void 0,kind:typeof t.kind==`string`?t.kind:void 0,interaction:typeof t.interaction==`string`?t.interaction:void 0,childWorkflowId:n,childWorkflowRunId:r}:null}function ul(e){let t=e.indexOf(`?`);return t===-1?null:new URLSearchParams(e.slice(t+1)).get(`agentChatDebug`)}function dl(){if(typeof window>`u`)return!1;let e=new URLSearchParams(window.location.search).get(`agentChatDebug`),t=ul(window.location.hash),n=e??t;if(n!==null)return n===`1`||n===`true`;try{let e=window.localStorage.getItem(`agentChatDebug`);return e===`1`||e===`true`}catch{return!1}}function fl(e,t){dl()&&console.debug(`[agent-chat] ${e}`,t??{})}function pl(e,t){let n=typeof t.timestamp==`number`?t.timestamp:new Date(t.timestamp).getTime(),r=e.findIndex(e=>(typeof e.timestamp==`number`?e.timestamp:new Date(e.timestamp).getTime())>n);r===-1?e.push(t):e.splice(r,0,t)}const ml=[Q.COMPLETE,Q.IDLE,Q.REQUEST_INPUT,Q.TERMINATED];function hl(e){if(!e.length)return!0;let t=e=>e.details?._optimistic&&e.details?._deliveryStatus===`failed`&&ml.includes(e.type),n=e.filter(e=>!t(e)),r=n.filter(e=>vl(e)===`main`);if(r.length===0){let e=n[n.length-1];return e?!ml.includes(e.type):!0}let i=r[r.length-1];return!ml.includes(i.type)}function gl(e){if(e.type!==Q.IDLE)return!1;let t=e.details?.status_reason,n=e.details?.display_role;return t===`user_stopped`||n===`user_stopped`?!0:String(e.message??``).trim().toLowerCase().startsWith(`stopped.`)}function _l(e){return typeof e==`number`?e:new Date(e).getTime()}function vl(e){return e.workstream_id?e.workstream_id:`main`}function yl(e){let t=e.details;return!t||typeof t!=`object`||Array.isArray(t)?{}:t}function bl(e){if(vl(e)===`main`||cl(e)||ll(e))return!0;let t=yl(e),n=typeof t.child_workflow_id==`string`||typeof t.child_workflow_run_id==`string`,r=typeof t.tool==`string`||typeof t.tool_run_id==`string`;return t.event_class===`activity`&&(e.type===Q.ERROR||e.type===Q.WARNING)&&!n&&!r}function xl(e,t){return t===`all`?e.filter(bl):e.filter(e=>(cl(e)??ll(e))?.workstreamId===t?!1:vl(e)===t)}async function Sl(e,t){return e.agents.getArtifactUrl(t,`conversation.json`).then(e=>e.url)}function Cl(e){if(typeof e==`string`)return e.replace(/\r\n/g,`
13
+ `).trim()||void 0}function wl(e){return Cl(e.message)}function Tl(e,t){let n=Cl(e.text);if(!n)return!1;let r=e.workstreamId||`main`;return t.some(t=>{if(_l(t.timestamp)<e.startTimestamp||vl(t)!==r)return!1;let i=typeof t.details?.streaming_id==`string`?t.details.streaming_id:void 0;return e.streamingId&&i?!(i!==e.streamingId||t.details?.display_role===`thinking`||Dl(t)||t.details?.tool_status):e.activityId&&t.details?.activity_id===e.activityId?!(t.details?.display_role===`thinking`||Dl(t)||t.details?.tool_status):t.type!==Q.THOUGHT&&t.type!==Q.ANSWER&&t.type!==Q.COMPLETE&&t.type!==Q.IDLE||!t.details?.streamed?!1:wl(t)===n})}function El(e,t){if(vl(e)!==vl(t))return!1;let n=wl(e),r=wl(t);if(!n||n!==r)return!1;let i=_l(e.timestamp);return _l(t.timestamp)-i>1e4?!1:!!(e.type===Q.ANSWER&&(t.type===Q.COMPLETE||t.type===Q.IDLE)||e.type===Q.THOUGHT&&(t.type===Q.ANSWER||t.type===Q.COMPLETE||t.type===Q.IDLE)&&(e.details?.streamed||t.details?.streamed)||e.type===t.type&&(e.details?.streamed||t.details?.streamed)&&(t.type===Q.THOUGHT||t.type===Q.ANSWER||t.type===Q.COMPLETE||t.type===Q.IDLE))}function Dl(e){return e.type===Q.THOUGHT&&!!e.details?.tool}function Ol(e){let t=e.details;return e.type===Q.THOUGHT&&(t?.display_role===`tool_preamble`||t?.tool===`think`)}function kl(e){if(Ol(e))return!1;if(Dl(e))return!0;if(e.type!==Q.THOUGHT)return!1;let t=e.details;return!!(Array.isArray(t?.tools)&&t.tools.length>0)}function Al(e){return e.details?.tool_run_id}function jl(e){return e.details?.tool_iteration}function Ml(e){return e.details?.tool_status}function Nl(e){let t=e.details?.activity_group_id;if(!(typeof t!=`string`||t.trim()===``))return t}function Pl(e,t,n){let r=new Map,i=new Map,a=new Map,o=[];for(let t of e){let e=Nl(t);if(t.type===Q.REQUEST_INPUT||t.type===Q.BATCH_PROGRESS)o.push(t);else if(Ol(t))o.push(t);else if(e)r.has(e)||r.set(e,{messages:[],firstTimestamp:_l(t.timestamp)}),r.get(e)?.messages.push(t);else if(kl(t)){let e=jl(t),n=Al(t);e===void 0?n?(a.has(n)||a.set(n,{messages:[],firstTimestamp:_l(t.timestamp)}),a.get(n)?.messages.push(t)):o.push(t):(i.has(e)||i.set(e,{messages:[],firstTimestamp:_l(t.timestamp)}),i.get(e)?.messages.push(t))}else o.push(t)}let s=[];r.forEach((e,t)=>{s.push({kind:`activity_group`,activityGroupId:t,messages:e.messages,timestamp:e.firstTimestamp})}),i.forEach((e,t)=>{s.push({kind:`iteration_group`,iteration:t,messages:e.messages,timestamp:e.firstTimestamp})}),a.forEach((e,t)=>{s.push({kind:`tool_run`,toolRunId:t,messages:e.messages,timestamp:e.firstTimestamp})});for(let e of o)s.push({kind:`message`,message:e,timestamp:_l(e.timestamp)});t.forEach((t,r)=>{t.text&&(Tl(t,e)||n&&n!==`all`&&n!==(t.workstreamId||`main`)||s.push({kind:`streaming`,streamingId:r,data:t,timestamp:t.startTimestamp}))}),s.sort((e,t)=>{let n=e.kind===`streaming`&&!e.data.isComplete,r=t.kind===`streaming`&&!t.data.isComplete;return n&&!r?1:r&&!n?-1:e.timestamp-t.timestamp});let c=[],l=[],u=()=>{l.length>0&&(l.length===1&&!Ol(l[0])?c.push({type:`single`,message:l[0]}):c.push({type:`tool_group`,messages:l,firstTimestamp:_l(l[0].timestamp)}),l=[])};for(let e of s)if(e.kind===`streaming`)u(),c.push({type:`streaming`,streamingId:e.streamingId,text:e.data.text,workstreamId:e.data.workstreamId,startTimestamp:e.data.startTimestamp,isComplete:e.data.isComplete});else if(e.kind===`activity_group`){u();let t=[...e.messages].sort((e,t)=>_l(e.timestamp)-_l(t.timestamp)),n=t.reduce((e,t)=>Ml(t)||e,void 0);c.push({type:`tool_group`,messages:t,firstTimestamp:e.timestamp,toolRunId:e.activityGroupId,toolStatus:n})}else if(e.kind===`iteration_group`){u();let t=[...e.messages].sort((e,t)=>_l(e.timestamp)-_l(t.timestamp)),n=t.reduce((e,t)=>Ml(t)||e,void 0);c.push({type:`tool_group`,messages:t,firstTimestamp:e.timestamp,toolStatus:n})}else if(e.kind===`tool_run`){u();let t=[...e.messages].sort((e,t)=>_l(e.timestamp)-_l(t.timestamp)),n=t.reduce((e,t)=>Ml(t)||e,void 0);c.push({type:`tool_group`,messages:t,firstTimestamp:e.timestamp,toolRunId:e.toolRunId,toolStatus:n})}else kl(e.message)?l.push(e.message):(u(),c.push({type:`single`,message:e.message}));return u(),c}function Fl(e,t){return t??e}function Il(e){let t=[],n=null,r=()=>{n&&=(t.push({type:`tool_group`,messages:n.messages,firstTimestamp:n.firstTimestamp,toolRunId:n.toolRunId,toolStatus:n.toolStatus,preambleText:n.preambleText,preambleMessage:n.preambleMessage}),null)};for(let i of e)i.type===`tool_group`?n?(n.messages=[...n.messages,...i.messages],n.toolStatus=Fl(n.toolStatus,i.toolStatus),!n.toolRunId&&i.toolRunId&&(n.toolRunId=i.toolRunId),!n.preambleMessage&&i.preambleMessage&&(n.preambleMessage=i.preambleMessage,n.preambleText=i.preambleText)):n={messages:[...i.messages],firstTimestamp:i.firstTimestamp,toolRunId:i.toolRunId,toolStatus:i.toolStatus,preambleText:i.preambleText,preambleMessage:i.preambleMessage}:(r(),t.push(i));return r(),t}function Ll(e){return e.message?typeof e.message==`object`?JSON.stringify(e.message,null,2):String(e.message).trim():``}function Rl(e){let t=zl(e.details?.tool_approval);if(!t)return Ll(e);let n=Bl(t.tool_title)??Bl(t.tool_name),r=Hl(Bl(t.target));if(n&&r)return`Approve ${n}: ${r}?`;let i=Bl(t.action_summary);return i?`Approve ${Vl(i)}?`:Ll(e)}function zl(e){return e&&typeof e==`object`&&!Array.isArray(e)?e:void 0}function Bl(e){return typeof e==`string`&&e.trim()?e.trim():void 0}function Vl(e){return e.replace(/:\s*name(?::|\s+)/i,`: `)}function Hl(e){if(!e)return;let t=e.indexOf(`:`);if(t<0)return e;let n=e.slice(0,t),r=e.slice(t+1).trim();if(!r)return e;switch(n){case`document_id`:return`document ${r}`;case`object_id`:return`object ${r}`;case`collection_id`:return`collection ${r}`;case`process_id`:return`process ${r}`;case`process_definition_id`:return`process definition ${r}`;case`interaction_id`:return`interaction ${r}`;case`prompt_id`:return`prompt ${r}`;case`dashboard_id`:return`dashboard ${r}`;case`database_id`:return`database ${r}`;case`table_id`:return`table ${r}`;default:return r}}function Ul(e){let t=e.details;return e.type===Q.REQUEST_INPUT&&!!t?.ux}function Wl(e){let t=e.details;return[t?.request_id,t?.requestId,t?.activity_id,t?.activityId,t?.tool_run_id,t?.toolRunId,e.timestamp,Ll(e)].filter(e=>typeof e==`string`||typeof e==`number`).map(String).join(`|`)}function Gl(e){let t=e.details;return[t?.ack,t?._messageId,t?._deliveryStatus,e.timestamp,vl(e),Ll(e)].filter(e=>typeof e==`string`||typeof e==`number`).map(String).join(`|`)}function Kl(e){let t=new Set;return e.forEach((n,r)=>{if(n.type!==Q.REQUEST_INPUT)return;let i=vl(n);for(let a=r+1;a<e.length;a+=1){let r=e[a];if(vl(r)===i){if(r.type===Q.REQUEST_INPUT)break;if(r.type===Q.QUESTION){t.add(Wl(n));break}}}}),t}function ql(e){let t=new Set;for(let n of e){let e=zl(n.details),r=zl(e?.approval_request)?.approval_key,i=e?.approval_decision;typeof r==`string`&&(i===`denied`||i===`denied_with_feedback`||i===`timeout`||i===`reviewer_denied`||i===`cancelled_after_denial`)&&t.add(r)}return t}function Jl(e){let t=zl(zl(e.details)?.tool_approval)?.approval_key;return typeof t==`string`?t:void 0}function Yl(e){return e.type===Q.REQUEST_INPUT&&Jl(e)!==void 0}function Xl(e){if(e.type!==Q.QUESTION)return!1;let t=Ll(e).trim().toLowerCase();return t===`allow_once`||t===`allow_for_run`||t===`deny`}function Zl(e){if(e.type!==Q.QUESTION)return!1;let t=zl(e.details),n=zl(t?.metadata);return(zl(t?.tool_approval_response)??zl(n?.tool_approval_response))?.decision===`deny_with_feedback`}function Ql(e){return Xl(e)||Zl(e)}function $l(e,t){if(e.type!==Q.REQUEST_INPUT)return!1;let n=Jl(e);return n?t.has(n):!1}function eu(e){let t=new Set;return e.forEach((n,r)=>{if(!Yl(n))return;let i=vl(n);for(let a=r+1;a<e.length;a+=1){let r=e[a];if(vl(r)===i){if(r.type===Q.REQUEST_INPUT)break;if(r.type===Q.QUESTION){Ql(r)&&t.add(Wl(n));break}}}}),t}function tu(e,t,n){return Yl(e)&&(t.has(Wl(e))||$l(e,n))}function nu(e,t){let n=new Set;return e.forEach((r,i)=>{if(!Yl(r)||t&&!$l(r,t))return;let a=vl(r);for(let t=i+1;t<e.length;t+=1){let r=e[t];if(vl(r)===a){if(r.type===Q.REQUEST_INPUT)break;if(r.type===Q.QUESTION){Xl(r)&&n.add(Gl(r));break}}}}),n}function ru(e,t){return e.type===Q.QUESTION&&t.has(Gl(e))}function iu(e,t){return e.type===Q.REQUEST_INPUT&&t.has(Wl(e))}function au(e,t=`main`){let n=Kl(e),r=ql(e);for(let i=e.length-1;i>=0;--i){let a=e[i];if(Ul(a)&&vl(a)===t&&!iu(a,n)&&!$l(a,r))return a}}function ou({mcpConnect:e,onMcpConnected:r,onDecline:i,disabled:a}){let{client:s}=Z(),{t:c}=X();return n(`div`,{className:`flex shrink-0 items-center justify-end gap-2`,children:[t(_s,{appId:e.app_install_id,collectionId:e.collection_id,collectionName:e.name,variant:`default`,onAuthChange:()=>{s.remoteMcpConnections.getCollectionStatus(e.app_install_id,e.collection_id).then(t=>{t.authenticated&&r?.(e)}).catch(()=>{})},readOnly:a}),n(o,{variant:`ghost`,size:`sm`,onClick:i,disabled:a,children:[t(ar,{className:`size-4`}),t(`span`,{children:c(`mcpOAuth.decline`)})]})]})}function su({message:e,onSendMessage:r,onMcpConnected:i,isLoading:a=!1,disabled:o=!1,className:s}){let{t:c}=X();if(!e)return null;let l=e.details.ux,u=l.options??[],d=l.mcp_connect,f=l.free_response,p=o||a||!r,m=Rl(e),h=(e,t)=>{p||(t?r?.(e,t):r?.(e))},g=H(`flex-shrink-0 border-t border-border/70 bg-background/95 backdrop-blur`,`fixed bottom-0 end-0 start-0 z-20 lg:sticky lg:start-auto lg:end-auto`,`pb-safe-area`,s);return d?t(`div`,{className:g,"data-agent-request-input-overlay":!0,children:n(`div`,{className:`mx-auto flex w-full max-w-3xl flex-col gap-3 px-3 py-3 sm:flex-row sm:items-center sm:justify-between`,children:[t(`div`,{className:`min-w-0 text-sm leading-6 text-foreground/85`,children:m}),t(ou,{mcpConnect:d,onMcpConnected:i,onDecline:()=>h(c(`agent.mcpDeclinedMessage`,{name:d.name})),disabled:p})]})}):t(`div`,{className:g,"data-agent-request-input-overlay":!0,children:t(`div`,{className:`mx-auto w-full max-w-3xl px-3 py-3`,children:t(Xc,{question:m,options:u,variant:l.variant,multiSelect:l.multiSelect,allowFreeResponse:u.length===0||!!f,placeholder:f?.placeholder,submitLabel:f?.submit_label,onSelect:h,onMultiSelect:e=>h(e.join(`, `)),onSubmit:e=>h(e,f?.metadata),hideBorder:!0,compact:!0,isLoading:p,className:`my-0`,cardClassName:`bg-background/80 shadow-lg shadow-black/5 dark:shadow-none`})})})}function cu({className:e,inline:r=!1,color:i=`blue`}){let a={blue:`from-blue-400 to-indigo-500 dark:from-blue-500 dark:to-indigo-400`,purple:`from-purple-400 to-violet-500 dark:from-purple-500 dark:to-violet-400`,teal:`from-teal-400 to-emerald-500 dark:from-teal-500 dark:to-emerald-400`,green:`from-green-400 to-emerald-500 dark:from-green-500 dark:to-emerald-400`,amber:`from-amber-400 to-orange-500 dark:from-amber-500 dark:to-orange-400`}[i];return n(`div`,{className:H(`flex items-center gap-1.5`,r?`inline-flex`:``,e),children:[t(`div`,{className:`w-2 h-2 bg-gradient-to-r ${a} rounded-full animate-[bounce_1.2s_ease-in-out_infinite]`}),t(`div`,{className:`w-2 h-2 bg-gradient-to-r ${a} rounded-full animate-[bounce_1.2s_ease-in-out_0.2s_infinite]`}),t(`div`,{className:`w-2 h-2 bg-gradient-to-r ${a} rounded-full animate-[bounce_1.2s_ease-in-out_0.4s_infinite]`})]})}function lu({className:e,size:r=`md`,color:i=`blue`}){let a={sm:`w-3 h-3`,md:`w-5 h-5`,lg:`w-7 h-7`},o={blue:`bg-blue-500 dark:bg-blue-400`,purple:`bg-purple-500 dark:bg-purple-400`,teal:`bg-teal-500 dark:bg-teal-400`,green:`bg-green-500 dark:bg-green-400`,amber:`bg-amber-500 dark:bg-amber-400`};return n(`span`,{className:H(`relative flex`,e),children:[t(`span`,{className:H(`animate-ping absolute inline-flex h-full w-full rounded-full opacity-60`,o[i])}),t(`span`,{className:H(`animate-pulse absolute inline-flex h-[80%] w-[80%] rounded-full opacity-80`,o[i]),style:{left:`10%`,top:`10%`,animationDuration:`2s`}}),t(`span`,{className:H(`relative inline-flex rounded-full`,o[i],a[r])})]})}function uu({className:e,color:n=`blue`}){let[r,i]=Y(`.`);return K(()=>{let e=setInterval(()=>{i(e=>e===`.`?`..`:e===`..`?`...`:`.`)},500);return()=>clearInterval(e)},[]),t(`span`,{className:H({blue:`text-blue-600 dark:text-blue-400`,purple:`text-purple-600 dark:text-purple-400`,teal:`text-teal-600 dark:text-teal-400`,green:`text-green-600 dark:text-green-400`,amber:`text-amber-600 dark:text-amber-400`}[n],`font-bold`,e),children:r})}function du({message:e,className:r,color:i=`blue`}){let a={blue:{dot:`bg-blue-500 dark:bg-blue-400`,text:`text-blue-700 dark:text-blue-300`},purple:{dot:`bg-purple-500 dark:bg-purple-400`,text:`text-purple-700 dark:text-purple-300`},teal:{dot:`bg-teal-500 dark:bg-teal-400`,text:`text-teal-700 dark:text-teal-300`},green:{dot:`bg-green-500 dark:bg-green-400`,text:`text-green-700 dark:text-green-300`},amber:{dot:`bg-amber-500 dark:bg-amber-400`,text:`text-amber-700 dark:text-amber-300`}};return n(`div`,{className:H(`flex items-center gap-2 py-1`,r),children:[n(`div`,{className:`flex gap-1`,children:[t(`div`,{className:`w-1.5 h-1.5 ${a[i].dot} rounded-full animate-bounce`}),t(`div`,{className:`w-1.5 h-1.5 ${a[i].dot} rounded-full animate-bounce`,style:{animationDelay:`0.2s`}}),t(`div`,{className:`w-1.5 h-1.5 ${a[i].dot} rounded-full animate-bounce`,style:{animationDelay:`0.4s`}})]}),t(`div`,{className:`${a[i].text} font-medium text-xs`,children:e})]})}function fu({className:e,color:r=`blue`,width:i=`md`,message:a}){let[o,s]=Y(15),[c,l]=Y(`increasing`),[u,d]=Y(.4),f=J(null),p=J(!0);return K(()=>{let e=f.current;if(!e)return;let t=new IntersectionObserver(([e])=>{p.current=e.isIntersecting},{threshold:0});return t.observe(e),()=>t.disconnect()},[]),K(()=>{let e,t=Date.now(),n=()=>{if(!p.current){e=requestAnimationFrame(n);return}let r=Date.now(),i=r-t;t=r,s(e=>{let t=i/16*u,n=c===`increasing`?e+t:e-t;return n>=85?(l(`decreasing`),d(.3+Math.random()*.2),85):n<=15?(l(`increasing`),d(.3+Math.random()*.2),15):(Math.random()>.99&&d(e=>Math.max(.2,Math.min(.5,e+(Math.random()*.1-.05)))),n)}),e=requestAnimationFrame(n)};return e=requestAnimationFrame(n),()=>{cancelAnimationFrame(e)}},[c,u]),n(`div`,{ref:f,className:H(`flex flex-col gap-1`,e),children:[a&&t(`div`,{className:`text-xs font-medium ${{blue:`text-blue-700 dark:text-blue-300`,purple:`text-purple-700 dark:text-purple-300`,teal:`text-teal-700 dark:text-teal-300`,green:`text-green-700 dark:text-green-300`,amber:`text-amber-700 dark:text-amber-300`}[r]} mb-1`,children:a}),t(`div`,{className:H(`h-1.5 rounded-full overflow-hidden shadow-inner`,{blue:`bg-blue-200 dark:bg-blue-900/30`,purple:`bg-purple-200 dark:bg-purple-900/30`,teal:`bg-teal-200 dark:bg-teal-900/30`,green:`bg-green-200 dark:bg-green-900/30`,amber:`bg-amber-200 dark:bg-amber-900/30`}[r],{sm:`w-24`,md:`w-32`,lg:`w-48`,xl:`w-64`,full:`w-full`}[i]),children:t(`div`,{className:H(`h-full rounded-full`,{blue:`bg-gradient-to-r from-blue-400 to-blue-500 dark:from-blue-500 dark:to-blue-400`,purple:`bg-gradient-to-r from-purple-400 to-purple-500 dark:from-purple-500 dark:to-purple-400`,teal:`bg-gradient-to-r from-teal-400 to-teal-500 dark:from-teal-500 dark:to-teal-400`,green:`bg-gradient-to-r from-green-400 to-green-500 dark:from-green-500 dark:to-green-400`,amber:`bg-gradient-to-r from-amber-400 to-amber-500 dark:from-amber-500 dark:to-amber-400`}[r]),style:{width:`${o}%`,transition:`width 150ms cubic-bezier(0.4, 0.0, 0.2, 1)`}})})]})}function pu({className:e,color:n=`blue`,size:r=`md`}){let[i,a]=Y(Array(7).fill(50)),o=J(null),s=J(!0);K(()=>{let e=o.current;if(!e)return;let t=new IntersectionObserver(([e])=>{s.current=e.isIntersecting},{threshold:0});return t.observe(e),()=>t.disconnect()},[]);let c={sm:{width:`w-16`,height:`h-4`,barWidth:`w-0.5`,gap:`gap-[2px]`},md:{width:`w-20`,height:`h-5`,barWidth:`w-1`,gap:`gap-[3px]`},lg:{width:`w-24`,height:`h-6`,barWidth:`w-1.5`,gap:`gap-1`}},l={blue:`bg-gradient-to-b from-blue-400 to-blue-500 dark:from-blue-400 dark:to-blue-500`,purple:`bg-gradient-to-b from-purple-400 to-purple-500 dark:from-purple-400 dark:to-purple-500`,teal:`bg-gradient-to-b from-teal-400 to-teal-500 dark:from-teal-400 dark:to-teal-500`,green:`bg-gradient-to-b from-green-400 to-green-500 dark:from-green-400 dark:to-green-500`,amber:`bg-gradient-to-b from-amber-400 to-amber-500 dark:from-amber-400 dark:to-amber-500`};return K(()=>{let e,t=[1.2,1,1.5,.8,1.3,.9,1.1],n=[0,.5,1,1.5,2,2.5,3],r=0,i=()=>{if(!s.current){e=requestAnimationFrame(i);return}r+=.02;let o=Array(7).fill(0).map((e,i)=>10+(Math.sin(r*t[i]+n[i])+1)*40);a(o),e=requestAnimationFrame(i)};return e=requestAnimationFrame(i),()=>{cancelAnimationFrame(e)}},[]),t(`div`,{ref:o,className:H(`flex items-end justify-center`,c[r].width,c[r].height,c[r].gap,e),children:i.map((e,i)=>t(`div`,{className:H(c[r].barWidth,`rounded-full transform-gpu`,l[n]),style:{height:`${e}%`,transition:`height 100ms cubic-bezier(0.4, 0.0, 0.2, 1)`,opacity:.9}},`bar-${i}`))})}const mu=`Brewing some code magic...(Doing the robot dance...(Cooking up something good...(Working my gears...(Parsing the possibilities...(Crunching the numbers...(Connecting the digital dots...(Processing at maximum capacity...(Searching through my circuits...(Running advanced algorithms...(Computing optimal solutions...(Loading brilliance.exe...(Scanning the knowledge base...(Optimizing response protocols...(Having a quick brainstorm...(Thinking cap firmly on...(Pondering the digital universe...(Consulting my silicon wisdom...(Untangling the logic knots...(Assembling clever responses...(Mixing thoughtful ingredients...(Polishing the perfect answer...(Taking a momentary mind sprint...(Connecting virtual synapses...(Baking fresh ideas...(Stirring the thought pot...(Simmering solutions slowly...(Whipping up a smart response...(Adding a dash of intelligence...(Preparing a gourmet answer...(Growing brilliant ideas...(Cultivating the perfect response...(Gathering digital nectar...(Planting seeds of solutions...(Exploring the data landscape...(Mapping the solution path...(Navigating through possibilities...(Charting the course to answers...(Embarking on a thought expedition...(Sketching out concepts...(Painting with digital brushstrokes...(Composing my response symphony...(Crafting precision answers...(Weaving threads of information...(Just a moment of processing...(Taking a quick thinking break...(Almost there, final touches...(Putting the pieces together...(Making progress, hold tight...`.split(`(`),hu=Ye(null);function gu(){return Qe(hu)||{openImage:e=>window.open(e,`_blank`),closeImage:()=>{}}}function _u({children:e}){let[r,i]=Y(null),a=G((e,t)=>{i({src:e,alt:t})},[]),s=G(()=>{i(null)},[]),{t:c}=X();return n(hu.Provider,{value:{openImage:a,closeImage:s},children:[e,r&&t(`div`,{role:`button`,tabIndex:-1,"aria-label":c(`agent.close`),className:`fixed inset-0 z-[100] flex items-center justify-center bg-black/80 backdrop-blur-sm`,onClick:s,onKeyDown:Fe(s),children:n(`div`,{className:`relative max-w-[90vw] max-h-[90vh]`,children:[t(`img`,{src:r.src,alt:r.alt||c(`agent.enlargedView`),className:`max-w-full max-h-[90vh] object-contain rounded-lg shadow-2xl`}),t(o,{variant:`unstyled`,className:`absolute top-2 end-2 text-white bg-black/50 rounded-full p-2 hover:bg-black/70 transition-colors`,onClick:s,title:c(`agent.close`),"aria-label":c(`agent.close`),children:t(nr,{className:`size-6`})}),t(`a`,{href:r.src,target:`_blank`,rel:`noopener noreferrer`,className:`absolute bottom-2 end-2 text-white bg-black/50 rounded-full p-2 hover:bg-black/70 transition-colors`,onClick:e=>e.stopPropagation(),title:c(`agent.openInNewTab`),children:t(Vt,{className:`size-5`})})]})})]})}const vu=new Set([`png`,`jpg`,`jpeg`,`gif`,`webp`,`bmp`,`svg`]),yu=new Set([`css`,`csv`,`html`,`js`,`json`,`jsx`,`log`,`md`,`mjs`,`sql`,`ts`,`tsx`,`txt`,`xml`,`yaml`,`yml`]);function bu(e){let t=e?.split(/[?#]/)[0]??``;return t.includes(`.`)?(t.split(`.`).pop()??``).toLowerCase():``}function xu(e){return e.contentType?.toLowerCase().startsWith(`image/`)?!0:vu.has(bu(e.artifactPath||e.href||e.name))}function Su(e){let t=e.contentType?.toLowerCase()??``;return t.startsWith(`text/`)||t===`application/json`||t.includes(`xml`)?!0:yu.has(bu(e.artifactPath||e.href||e.name))}function Cu(e){if(e.artifactPath)return e.artifactPath;if(e.href?.startsWith(`artifact:`))return e.href.slice(9)}function wu(e){let t=e.split(`/store/objects/`)[1];return t?t.split(/[?#]/)[0]:e.replace(/^store:/,``).replace(/^document:(?:\/\/)?/,``).split(/[?#]/)[0]}function Tu(e){return e.split(`/store/collections/`)[1]||e.replace(/^collection:/,``)}function Eu(e){return!!(e?.includes(`/store/objects/`)||e?.startsWith(`store:`)||e?.startsWith(`document:`))}function Du(e){return!!(e?.includes(`/store/collections/`)||e?.startsWith(`collection:`))}function Ou({item:n,children:r,StoreLinkComponent:i,CollectionLinkComponent:a}){let o=n.href;if(!o)return t(e,{children:r});if(Eu(o)){let e=wu(o);return i?t(i,{href:o,documentId:e,children:r}):t(`a`,{href:o.startsWith(`store:`)||o.startsWith(`document:`)?`/store/objects/${e}`:o,children:r})}if(Du(o)){let e=Tu(o);return a?t(a,{href:o,collectionId:e,children:r}):t(`a`,{href:o.startsWith(`collection:`)?`/store/collections/${e}`:o,children:r})}return/^https?:\/\//.test(o)||o.startsWith(`/`)?t(`a`,{href:o,target:o.startsWith(`/`)?void 0:`_blank`,rel:`noopener noreferrer`,children:r}):t(e,{children:r})}function ku({item:e,artifactRunId:r,variant:i,onRemove:a,StoreLinkComponent:s,CollectionLinkComponent:c}){let{t:l}=X(),u=Qe(sr),d=ta(),{openImage:f}=gu(),p=Cu(e),m=xu(e),h=m&&!Su(e),[g,_]=Y(e.previewUrl);K(()=>{_(e.previewUrl)},[e.previewUrl]),K(()=>{if(!h||e.previewUrl||!r||!p||!u?.client)return;let t=!1,n=ra(r,p,`inline`);return(async()=>{let e=d?await d.getOrFetch(n,async()=>(await u.client.files.getArtifactDownloadUrl(r,p,`inline`)).url):(await u.client.files.getArtifactDownloadUrl(r,p,`inline`)).url;t||_(e)})().catch(()=>{t||_(void 0)}),()=>{t=!0}},[p,r,e.previewUrl,u?.client,h,d]);let v={attention:`bg-attention/15 text-attention`,destructive:`bg-destructive/15 text-destructive`,info:`bg-info/15 text-info`,muted:`bg-muted text-muted`,success:`bg-success/15 text-success`}[e.statusTone??`muted`],y=!!(a&&e.removable!==!1),b=t=>{t.stopPropagation(),t.preventDefault(),a?.(e.id)},x=y?t(o,{variant:`unstyled`,size:`none`,"aria-label":l(`agent.removeFile`,{name:e.name}),onClick:b,className:H(`absolute -end-1.5 -top-1.5 inline-flex size-5 items-center justify-center rounded-full`,`border border-border bg-background text-muted shadow-sm transition-colors hover:text-foreground`),children:t(ar,{className:`size-3`,"aria-hidden":`true`})}):null,S=y?t(o,{variant:`unstyled`,size:`none`,"aria-label":l(`agent.removeFile`,{name:e.name}),onClick:b,className:H(`-me-1 inline-flex size-6 shrink-0 items-center justify-center rounded-md text-muted`,`transition-colors hover:bg-mixer-muted/30 hover:text-foreground`),children:t(ar,{className:`size-3.5`,"aria-hidden":`true`})}):null,C=n(`span`,{className:`inline-flex min-w-0 max-w-full items-center gap-1.5`,children:[h&&g?t(o,{type:`button`,variant:`unstyled`,size:`none`,onClick:t=>{t.stopPropagation(),t.preventDefault(),f(g,e.name)},"aria-label":e.name,title:l(`agent.enlargedView`),className:H(`group shrink-0 overflow-hidden rounded border border-border/60 p-0`,`focus-visible:outline-none focus-visible:ring-2 focus-visible:ring-ring`,i===`composer`?`size-6`:`size-24`),children:t(`img`,{src:g,alt:e.name,className:`h-full w-full object-cover transition-transform group-hover:scale-[1.05]`})}):t(m?an:Jt,{className:`size-3.5 shrink-0 text-muted`,"aria-hidden":`true`}),t(`span`,{className:H(`truncate`,i===`composer`?`max-w-[14rem]`:`max-w-[16rem]`),children:e.name}),e.statusLabel?t(`span`,{className:H(`shrink-0 rounded px-1.5 py-0.5 text-[10px] font-medium`,v),children:e.statusLabel}):null]});return i===`composer`?n(`span`,{title:e.name,className:H(`inline-flex min-h-8 max-w-full items-center gap-1 rounded-xl border border-border/60`,`bg-mixer-muted/15 px-2.5 py-1 text-sm text-foreground/80 transition-colors`,e.href&&`hover:bg-mixer-muted/25`),children:[t(Ou,{item:e,StoreLinkComponent:s,CollectionLinkComponent:c,children:C}),S]}):n(`span`,{className:`relative inline-flex max-w-full`,children:[t(Ou,{item:e,StoreLinkComponent:s,CollectionLinkComponent:c,children:t(`span`,{title:e.name,className:H(`inline-flex max-w-full items-center gap-1.5 rounded-md border border-border/60 bg-mixer-muted/15`,`px-2.5 py-1.5 text-xs text-foreground/80 transition-colors`,e.href&&`hover:bg-mixer-muted/25`),children:C})}),x]})}function Au({items:e,artifactRunId:n,className:r,align:i=`start`,variant:a=`message`,onRemove:o,StoreLinkComponent:s,CollectionLinkComponent:c}){return e.length===0?null:t(`div`,{className:H(`flex flex-wrap gap-2`,i===`end`&&`justify-end`,r),children:e.map(e=>t(ku,{item:e,artifactRunId:n,variant:a,onRemove:o,StoreLinkComponent:s,CollectionLinkComponent:c},e.id))})}const ju=/^\s*(?:\*\*)?(attachments|uploaded artifacts):(?:\*\*)?\s*$/i,Mu=/^\s*(?:[-*]\s*)?\[([^\]]+)]\(([^)]+)\)(?:\s+\((.*)\))?\s*$/;function Nu(e){let t=e.split(/\r?\n/),n=[],r=[],i=!1;for(let e of t){let t=e.trim();if(ju.test(t)){i=!0;continue}if(!i){n.push(e);continue}if(!t)continue;let a=Mu.exec(t);if(!a){i=!1,n.push(e);continue}let[,o,s,c]=a,l=s.startsWith(`artifact:`)?s.slice(9):void 0;r.push({id:`${s}-${r.length}`,name:o,href:s,artifactPath:l,contentType:c?.toLowerCase().includes(`image`)?`image/*`:void 0})}return{body:n.join(`
14
+ `).trim(),attachments:r}}function Pu({message:e,batchData:r,isRunning:i=!1,className:a,headerClassName:s,senderClassName:c,progressBarClassName:l,itemListClassName:u,itemClassName:d,summaryClassName:f}){let[p,m]=Y(!1),h=He(),{t:g}=X(),{tool_name:_,total:v,completed:y,succeeded:b,failed:x,items:S,started_at:C,completed_at:w}=r,T=v>0?y/v*100:0,E=x>0,D=y===v&&!i,O=i||!D?`running`:x===v?`error`:x>0?`warning`:`completed`,k=()=>i||!D?t(lu,{size:`sm`,color:`blue`}):O===`completed`?t(ht,{className:`size-4 text-success`}):O===`error`||O===`warning`?t(at,{className:`size-4 text-destructive`}):t(cn,{className:`size-4 text-purple-600`}),A=()=>O===`completed`?`border-s-success`:O===`error`?`border-s-destructive`:O===`warning`?`border-s-attention`:`border-s-blue-500`,j=()=>E?`bg-attention`:D?`bg-success`:`bg-blue-500`,M=()=>{let e=JSON.stringify(r,null,2);navigator.clipboard.writeText(e).then(()=>{h({status:`success`,title:g(`agent.copiedBatchDetails`),duration:2e3})})},N=((w?w-C:Date.now()-C)/1e3).toFixed(1);return n(`div`,{className:H(`border-s-4 shadow-md overflow-hidden bg-white dark:bg-gray-900 mb-5`,A(),a),children:[n(`div`,{role:`button`,tabIndex:0,"aria-expanded":p,className:H(`flex items-center justify-between px-4 py-2 border-b border-gray-100/80 dark:border-gray-800/80 bg-blue-50/50 dark:bg-blue-900/10 cursor-pointer`,s),onClick:()=>m(!p),onKeyDown:Fe(()=>m(!p)),children:[n(`div`,{className:`flex items-center gap-2`,children:[k(),t(`span`,{className:H(`text-xs font-medium text-muted`,c),children:g(`agent.batch`)}),t(`span`,{className:`text-xs text-blue-600 dark:text-blue-400 font-medium`,children:_}),n(`span`,{className:`text-xs text-muted`,children:[y,`/`,v]}),p?t(yt,{className:`size-3 text-muted`}):t(St,{className:`size-3 text-muted cn-rtl-flip`})]}),n(`div`,{className:`flex items-center gap-2`,children:[n(`span`,{className:`text-xs text-muted`,children:[N,`s`]}),t(`span`,{className:`text-xs text-muted`,children:Rr(C).format(`HH:mm:ss`)}),t(o,{variant:`ghost`,size:`xs`,onClick:e=>{e.stopPropagation(),M()},className:`text-muted`,title:g(`agent.copyBatchDetails`),children:t(Ft,{className:`size-3`})})]})]}),t(`div`,{className:H(`px-4 py-2 bg-gray-50/50 dark:bg-gray-800/30`,l),children:n(`div`,{className:`flex items-center gap-3`,children:[t(`div`,{className:`flex-1 h-2 bg-gray-200 dark:bg-gray-700 rounded-full overflow-hidden`,children:t(`div`,{className:`h-full ${j()} transition-all duration-300 ease-out`,style:{width:`${T}%`}})}),n(`div`,{className:`flex items-center gap-2 text-xs`,children:[b>0&&n(`span`,{className:`text-success flex items-center gap-1`,children:[t(ht,{className:`size-3`}),b]}),x>0&&n(`span`,{className:`text-destructive flex items-center gap-1`,children:[t(at,{className:`size-3`}),x]}),i&&y<v&&n(`span`,{className:`text-blue-500 flex items-center gap-1`,children:[t(mn,{className:`size-3 animate-spin`}),v-y]})]})]})}),p&&S.length>0&&t(`div`,{className:H(`max-h-64 overflow-y-auto`,u),children:S.map(e=>n(`div`,{className:H(`flex items-center gap-2 px-4 py-1.5 text-xs border-b border-gray-100 dark:border-gray-800 last:border-b-0 hover:bg-gray-50 dark:hover:bg-gray-800/50`,d),children:[n(`div`,{className:`w-4 flex-shrink-0`,children:[e.status===`success`&&t(ht,{className:`size-3 text-success`}),e.status===`error`&&t(at,{className:`size-3 text-destructive`}),e.status===`running`&&t(mn,{className:`size-3 text-blue-500 animate-spin`}),e.status===`pending`&&t(`div`,{className:`size-3 rounded-full border border-gray-300 dark:border-gray-600`})]}),t(`span`,{className:`font-mono text-muted w-24 truncate flex-shrink-0`,title:e.id,children:e.id}),t(`span`,{className:`text-muted truncate flex-1`,title:e.message,children:e.message||(e.status===`pending`?g(`agent.waiting`):``)}),e.duration_ms!==void 0&&n(`span`,{className:`text-muted flex-shrink-0`,children:[(e.duration_ms/1e3).toFixed(1),`s`]})]},e.id))}),!p&&e.message&&t(`div`,{className:H(`px-4 py-2 text-xs text-muted`,f),children:e.message})]})}const Fu=Ze(Pu,(e,t)=>!(e.isRunning!==t.isRunning||e.batchData.completed!==t.batchData.completed||e.batchData.succeeded!==t.batchData.succeeded||e.batchData.failed!==t.batchData.failed)),Iu={sending:{icon:Mt,className:`text-muted/70`},received:{icon:pt,className:`text-info`},consumed:{icon:mt,className:`text-success`},failed:{icon:at,className:`text-destructive`}};function Lu(e){return e===`sending`||e===`received`||e===`consumed`||e===`failed`}function Ru(e){if(e.type!==Q.QUESTION&&!gl(e))return;let t=e.details?._deliveryStatus;if(Lu(t))return t;if(e.details?.ack)return`consumed`}function zu(e,t){switch(t){case`sending`:return e(`agent.messageSending`);case`received`:return e(`agent.messageReceived`);case`consumed`:return e(`agent.messageConsumed`);case`failed`:return e(`agent.messageFailed`)}return t}function Bu({message:e,className:n}){let{t:r}=X(),i=Ru(e);if(!i)return null;let a=Iu[i],o=a.icon,s=zu(r,i);return t(Me,{description:s,asChild:!0,children:t(`span`,{"aria-label":s,className:H(`inline-flex h-5 w-5 items-center justify-center`,a.className,n),role:`img`,children:t(o,{className:`size-3.5`,"aria-hidden":`true`})})})}function Vu({client:e,toast:t}){let n=rt.getFixedT(null,nt),[r,i]=Y(!1),a=G(async(r,a)=>{if(r){i(!0);try{Hu((await e.files.getDownloadUrlWithOptions({file:r,name:a})).url,a)}catch(e){t({status:`error`,title:n(`store.downloadFailed`),description:e instanceof Error?e.message:n(`store.failedToGetDownloadUrl`),duration:5e3})}finally{i(!1)}}},[e,t,n]),o=G((e,t)=>{e&&Hu(e,t)},[]),s=G(async(t,n)=>{let r=await(`store`in e?e.store:e).rendering.render(t);if(r.download_url)Hu(r.download_url,n);else if(r.file_uri)Hu((await e.files.getDownloadUrlWithOptions({file:r.file_uri,name:n})).url,n);else throw Error(`No download URL or file URI in response`)},[e]);return{downloadFromContentSource:a,downloadFromUrl:o,renderDocument:G(async(e,r)=>{i(!0);try{let i=`${r.title||`document`}.${r.format}`;await s({object_id:e,format:r.format,title:r.title,pandoc_options:r.pandocOptions,use_default_template:r.useDefaultTemplate,template_path:r.templateObjectId?`store:${r.templateObjectId}`:void 0},i),t({status:`success`,title:n(`store.documentExported`),description:n(`store.successfullyExportedTo`,{format:r.format.toUpperCase()}),duration:2e3})}catch(e){t({status:`error`,title:n(`store.exportFailed`),description:e instanceof Error?e.message:n(`store.failedToExportDocument`),duration:5e3})}finally{i(!1)}},[s,t,n]),renderContent:G(async(e,r)=>{i(!0);try{let i=`${r.title||`export`}.${r.format}`;await s({content:e,format:r.format,title:r.title,artifact_run_id:r.artifactRunId,pandoc_options:r.pandocOptions},i),t({status:`success`,title:n(`store.contentExported`),description:n(`store.successfullyExportedTo`,{format:r.format.toUpperCase()}),duration:2e3})}catch(e){t({status:`error`,title:n(`store.exportFailed`),description:e instanceof Error?e.message:n(`store.failedToExportContent`),duration:5e3})}finally{i(!1)}},[s,t,n]),isDownloading:r}}function Hu(e,t){fetch(e).then(e=>{if(!e.ok)throw Error(`HTTP ${e.status}`);return e.blob()}).then(n=>{let r=URL.createObjectURL(n),i=document.createElement(`a`);i.href=r,i.download=t||Uu(e),i.style.display=`none`,document.body.appendChild(i),i.click(),setTimeout(()=>{document.body.removeChild(i),URL.revokeObjectURL(r)},100)}).catch(()=>{let n=document.createElement(`a`);n.href=e,n.download=t||Uu(e),n.target=`_blank`,n.rel=`noopener noreferrer`,n.style.display=`none`,document.body.appendChild(n),n.click(),setTimeout(()=>{document.body.removeChild(n)},100)})}function Uu(e){try{let t=new URL(e).pathname.split(`/`);return t[t.length-1]||`download`}catch{return`download`}}function Wu(e){return e!==void 0&&e>=`0`&&e<=`9`}function Gu(e){return e===` `||e===` `}function Ku(e){return e!==void 0&&e!==` `&&e!==` `&&e!==`
15
+ `&&e!==`\r`}function qu(e,t){if(t>0&&Wu(e[t-1]))return;let n=t;for(;Wu(e[n]);)n++;if(n===t||e[n]!==`.`)return;n++;let r=n;for(;Gu(e[n]);)n++;return n>r&&Ku(e[n])?n:void 0}function Ju(e,t){for(let n=t;n<e.length;n++)if(qu(e,n)!==void 0)return n;return-1}function Yu(e){let t=Ju(e,0);if(t===-1)return e;let n=e.slice(0,t),r=t;for(;r!==-1;){let t=Ju(e,qu(e,r)??r+1);if(t===-1){n+=e.slice(r),n+=`
16
16
 
17
- `;break}let i=t;for(;i>r&&Uu(e[i-1]);)i--;n+=e.slice(r,i),n+=`
17
+ `;break}let i=t;for(;i>r&&Gu(e[i-1]);)i--;n+=e.slice(r,i),n+=`
18
18
 
19
- `,r=t}return n}function Ju(e){let t=0;for(;Uu(e[t]);)t++;return Gu(e,t)!==void 0}function Yu(e){if(!e.includes(`
19
+ `,r=t}return n}function Xu(e){let t=0;for(;Gu(e[t]);)t++;return qu(e,t)!==void 0}function Zu(e){if(!e.includes(`
20
20
  `))return e;let t=e.split(`
21
- `),n=!1;return t.map(e=>{let t=n&&e.length>=2&&!Hu(e[0])&&e[1]!==`:`?` ${e}`:e;return n=Ju(e),t}).join(`
22
- `)}function Xu(e,t,n){if(typeof e!=`string`)return e;if(t===Q.THOUGHT||typeof n==`string`&&(n.toLowerCase().includes(`thinking about`)||n.toLowerCase().includes(`i'm thinking`)||n.toLowerCase().includes(`💭`))){let t=e;return t=Yu(qu(t)),t.includes(`:`)&&!t.includes(`
21
+ `),n=!1;return t.map(e=>{let t=n&&e.length>=2&&!Wu(e[0])&&e[1]!==`:`?` ${e}`:e;return n=Xu(e),t}).join(`
22
+ `)}function Qu(e,t,n){if(typeof e!=`string`)return e;if(t===Q.THOUGHT||typeof n==`string`&&(n.toLowerCase().includes(`thinking about`)||n.toLowerCase().includes(`i'm thinking`)||n.toLowerCase().includes(`💭`))){let t=e;return t=Zu(Yu(t)),t.includes(`:`)&&!t.includes(`
23
23
 
24
24
  `)&&(t=t.replace(/\b(First|Next|Then|Finally|Lastly|Additionally|Step \d+):\s+/gi,`
25
25
 
26
26
  $&`)),t.includes(` - `)&&(t=t.replace(/(^|\S)\s+-\s+/g,`$1
27
27
  - `)),t}return e.includes(`
28
28
 
29
- `)?e:qu(e)}const Zu=[`className`,`cardClassName`,`headerClassName`,`contentClassName`,`timestampClassName`,`senderClassName`,`iconClassName`,`detailsClassName`,`artifactsClassName`,`proseClassName`];function Qu(e,t,...n){let r={};for(let i of Zu)r[i]=V(e[i],t[i],...n.map(e=>e?.[i]));return r}const $u={Ready:`agent.ready`,Error:`agent.error`},ed={[Q.ANSWER]:{borderColor:`border-s-info`,iconColor:`text-info`,sender:`Agent`,Icon:dt},[Q.COMPLETE]:{borderColor:`border-s-success`,iconColor:`text-success`,sender:`Completed`,Icon:ht},[Q.IDLE]:{borderColor:`border-s-info`,iconColor:`text-info`,sender:`Ready`,Icon:Mt},[Q.REQUEST_INPUT]:{borderColor:`border-s-attention`,iconColor:`text-attention`,sender:`Input`,Icon:Xn},[Q.QUESTION]:{borderColor:`border-s-muted`,iconColor:`text-muted`,sender:`User`,Icon:Xn},[Q.THOUGHT]:{borderColor:`border-s-purple-500`,iconColor:`text-purple-600 dark:text-purple-400`,sender:`Agent`,Icon:dt},[Q.ERROR]:{borderColor:`border-s-destructive`,iconColor:`text-destructive`,sender:`Error`,Icon:at},[Q.UPDATE]:{borderColor:`border-s-success`,iconColor:`text-success`,sender:`Update`,Icon:rn},[Q.PLAN]:{borderColor:`border-s-attention`,iconColor:`text-attention`,sender:`Plan`,Icon:gn},[Q.TERMINATED]:{borderColor:`border-s-muted`,iconColor:`text-muted`,sender:`Terminated`,Icon:ht},[Q.WARNING]:{borderColor:`border-s-attention`,iconColor:`text-attention`,sender:`Warning`,Icon:at},[Q.SYSTEM]:{borderColor:`border-s-muted`,iconColor:`text-muted`,sender:`System`,Icon:rn},[Q.STREAMING_CHUNK]:{borderColor:`border-s-info`,iconColor:`text-info`,sender:`Agent`,Icon:dt},[Q.BATCH_PROGRESS]:{borderColor:`border-s-blue-500`,iconColor:`text-blue-600 dark:text-blue-400`,sender:`Batch`,Icon:on},[Q.RESTARTING]:{borderColor:`border-s-attention`,iconColor:`text-attention`,sender:`Restarting`,Icon:jn},default:{borderColor:`border-s-muted`,iconColor:`text-muted`,sender:`Agent`,Icon:dt}};function td({message:e,showPulsatingCircle:r=!1,onSendMessage:a,requestInputAnswered:s=!1,className:c,cardClassName:l,headerClassName:u,contentClassName:d,timestampClassName:f,senderClassName:p,iconClassName:m,detailsClassName:h,artifactsClassName:g,proseClassName:_,messageStyleOverrides:v,StoreLinkComponent:y,CollectionLinkComponent:x}){let[S,C]=Y(!1),{t:w}=X(),{client:T}=Z(),E=H(),D=$i(),{openImage:O}=mu(),{router:k}=ci(),A=J(T);A.current=T;let j=J(D);j.current=D;let{renderContent:M,isDownloading:N}=zu({client:T,toast:E}),P=q(()=>{let t=ed[e.type]||ed.default,n=v?.default,r=v?.[e.type];return{...t,...n,...r,...Qu(t,{className:c,cardClassName:l,headerClassName:u,contentClassName:d,timestampClassName:f,senderClassName:p,iconClassName:m,detailsClassName:h,artifactsClassName:g,proseClassName:_},n,r)}},[e.type,v,c,l,u,d,f,p,m,h,g,_]),F=q(()=>{let t=``;if(e.message&&(t=typeof e.message==`object`?JSON.stringify(e.message,null,2):e.message.trim?e.message.trim():String(e.message)),typeof t==`string`&&t.includes(`%thinking_message%`)){let e=Math.floor(Math.random()*fu.length);t=t.replace(/%thinking_message%/g,fu[e])}return t},[e.message]),I=q(()=>e.type===Q.QUESTION?ju(F):null,[F,e.type]),L=I?.body??F,R=I?.attachments??[],ee=q(()=>L?Xu(L,e.type,typeof e.message==`string`?e.message:void 0):``,[L,e.type,e.message]),te=()=>{let t=F||``,n=typeof e.details==`string`?e.details:e.details?JSON.stringify(e.details,null,2):``,r=[t,n?`\n\nDetails:\n${n}`:``].join(``).trim();navigator.clipboard.writeText(r).then(()=>{E({status:`success`,title:w(`agent.copiedToClipboard`),duration:2e3})})},ne=async t=>{let n=typeof F==`string`?F:``;if(!n.trim()){E({status:`error`,title:w(`agent.noContentToExport`),duration:2e3});return}await M(n,{format:t,title:`Message ${Ir(e.timestamp).format(`YYYY-MM-DD HH-mm-ss`)}`,artifactRunId:le})},re=typeof F==`string`&&F.trim().length>0,ie=e.type===Q.REQUEST_INPUT?e.details?.ux:void 0,ae=q(()=>({a:({node:e,ref:n,...r})=>{let i=r.href||``,a=i.startsWith(`/`)?k.getTopRouter().navigator.addStickyParams(i):i;return i.includes(`/store/objects`)?y?t(y,{href:a,documentId:i.split(`/store/objects/`)[1]||``,children:r.children}):t(oi,{href:a,topLevelNav:!0,children:r.children}):i.includes(`/store/collections`)?x?t(x,{href:a,collectionId:i.split(`/store/collections/`)[1]||``,children:r.children}):t(oi,{href:a,topLevelNav:!0,children:r.children}):t(`a`,{...r,target:`_blank`,rel:`noopener noreferrer`})},img:({node:e,ref:n,...r})=>t(o,{variant:`unstyled`,className:`block p-0`,onClick:()=>r.src&&O(r.src,r.alt),"aria-label":r.alt||r.src||`image`,children:t(`img`,{...r,alt:r.alt??``,className:`max-w-full h-auto rounded-lg shadow-md my-3 cursor-pointer hover:shadow-lg transition-shadow`,loading:`lazy`})})}),[O,y,x,k]),oe=n=>{if(typeof n==`object`)return t(`pre`,{className:`text-xs font-mono whitespace-pre-wrap overflow-x-auto bg-gray-100 dark:bg-gray-800 p-2 rounded text-gray-700`,children:JSON.stringify(n,null,2)});let r=e.workflow_run_id;return!r&&typeof n==`string`&&n.includes(`artifact:`)&&console.warn(`[MessageItem] message contains artifact references but workflow_run_id is missing!`,{type:e.type,workflow_run_id:e.workflow_run_id,hasArtifact:n.includes(`artifact:`)}),t(`div`,{className:V(`vprose prose prose-slate dark:prose-invert prose-p:leading-relaxed prose-p:my-3 prose-headings:font-semibold prose-headings:tracking-normal prose-headings:mt-6 prose-headings:mb-3 prose-h1:text-xl prose-h2:text-lg prose-h3:text-base prose-li:my-1 prose-ul:my-3 prose-ol:my-3 prose-table:my-5 prose-pre:my-4 prose-hr:my-6 max-w-none text-[15px] break-words`,P.proseClassName),style:{overflowWrap:`anywhere`},children:t(_i,{artifactRunId:r,onProposalSelect:e=>a?.(e),onProposalSubmit:e=>a?.(e),components:ae,children:n})})},[se,ce]=Y([]),le=e.workflow_run_id,ue=e.details,de=ue?.outputFiles??ue?.files;K(()=>{(async()=>{if(!le||!Array.isArray(de)||de.length===0){ce([]);return}let e=A.current,t=j.current;try{ce((await Promise.all(de.map(async n=>{if(typeof n!=`string`||!n.trim())return null;let r=n.trim(),i=r.startsWith(`artifact:`)?r.slice(9):r,a=i.split(`.`).pop()?.toLowerCase()||``,o=new Set([`png`,`jpg`,`jpeg`,`gif`,`webp`,`bmp`,`svg`]).has(a),s=o?`inline`:`attachment`;try{let n=ta(le,i,s),a;return a=t?await t.getOrFetch(n,async()=>(await e.files.getArtifactDownloadUrl(le,i,s)).url):(await e.files.getArtifactDownloadUrl(le,i,s)).url,{displayName:r,artifactPath:i,url:a,isImage:o}}catch(e){return console.error(`Failed to resolve artifact URL for ${i}`,e),null}}))).filter(e=>!!e))}catch(e){console.error(`Error loading artifact URLs from message details`,e),ce([])}})()},[le,de]);let fe=gl(e),{Icon:pe}=P;return t(`div`,{className:V(`w-full max-w-full`,P.className),children:n(`div`,{className:V(`border-s-4 bg-white dark:bg-gray-900 mb-4 w-full max-w-full overflow-hidden`,P.borderColor,P.cardClassName),"data-workstream-id":fe,children:[n(`div`,{className:V(`flex items-center justify-between px-4 py-1.5`,P.headerClassName),children:[n(`div`,{className:`flex items-center gap-1.5`,children:[t(`div`,{className:V(r?`animate-fadeIn`:``,P.iconClassName),children:r?t(su,{size:`sm`,color:`blue`}):t(pe,{className:`size-4 ${P.iconColor}`})}),t(`span`,{className:V(`text-xs font-medium text-muted`,P.senderClassName),children:$u[P.sender]?w($u[P.sender]):P.sender}),fe!==`main`&&fe!==`all`&&t(i,{variant:`default`,className:`text-xs text-muted ms-1`,children:fe})]}),n(`div`,{className:`flex items-center gap-1.5 print:hidden`,children:[t(Ru,{message:e}),t(`span`,{className:V(`text-[11px] text-muted/70`,P.timestampClassName),children:Ir(e.timestamp).format(`HH:mm:ss`)}),t(o,{variant:`ghost`,size:`xs`,onClick:te,className:`text-muted/50 hover:text-muted h-5 w-5 p-0`,title:w(`agent.copyMessage`),children:t(Ft,{className:`size-3`})}),re&&n(b,{trigger:t(o,{variant:`ghost`,size:`xs`,className:`text-muted/50 hover:text-muted h-5 w-5 p-0`,title:w(`agent.exportMessage`),disabled:N,children:t(Lt,{className:`size-3 ${N?`animate-pulse`:``}`})}),children:[t(z,{onClick:()=>ne(gr.pdf),children:w(`agent.exportAsPdf`)}),t(z,{onClick:()=>ne(gr.docx),children:w(`agent.exportAsWord`)})]})]})]}),n(`div`,{className:V(`px-4 pb-3 bg-white dark:bg-gray-900 overflow-hidden`,P.contentClassName),children:[ie?t(Jc,{question:typeof F==`string`?F:``,options:ie.options,variant:ie.variant,multiSelect:ie.multiSelect,onSelect:e=>a?.(e),onMultiSelect:e=>a?.(e.join(`, `)),allowFreeResponse:!ie.options?.length||!!ie.free_response,placeholder:ie.free_response?.placeholder,submitLabel:ie.free_response?.submit_label,onSubmit:e=>a?.(e,ie.free_response?.metadata),hideBorder:!0,compact:!0,answered:s}):L&&t(`div`,{className:`message-content break-words w-full`,style:{overflowWrap:`anywhere`,wordBreak:`break-word`},children:oe(ee||L)}),R.length>0&&t(Ou,{items:R,artifactRunId:le,variant:`message`,className:V(L&&`mt-3`),StoreLinkComponent:y,CollectionLinkComponent:x}),se.length>0&&n(`div`,{className:V(`mt-3 text-xs`,P.artifactsClassName),children:[t(`div`,{className:`font-medium text-muted mb-1`,children:`Artifacts`}),se.some(e=>e.isImage)&&t(`div`,{className:`mb-2 flex flex-wrap gap-3`,children:se.filter(e=>e.isImage).map(({displayName:e,artifactPath:r,url:i})=>n(o,{variant:`unstyled`,className:`max-w-xs cursor-pointer text-start p-0`,onClick:()=>O(i,e),"aria-label":e,children:[t(`img`,{src:i,alt:e,className:`max-w-full h-auto rounded-lg shadow-sm hover:shadow-md transition-shadow`}),t(`div`,{className:`mt-1 text-[11px] text-muted truncate`,children:e})]},`${r}-preview`))}),t(`div`,{className:`flex flex-wrap gap-2 print:hidden`,children:se.map(({displayName:e,artifactPath:n,url:r})=>t(o,{variant:`outline`,size:`xs`,className:`px-2 py-1 text-xs`,onClick:()=>window.open(r,`_blank`),title:n,children:e},n+r))})]}),e.details&&n(`div`,{className:V(`mt-2 print:hidden`,P.detailsClassName),children:[n(o,{variant:`unstyled`,onClick:()=>C(!S),className:`text-[11px] text-muted flex items-center`,children:[w(S?`agent.hideDetails`:`agent.showDetails`),t(`svg`,{xmlns:`http://www.w3.org/2000/svg`,className:`h-3 w-3 ms-1 transition-transform ${S?`rotate-180`:``}`,fill:`none`,viewBox:`0 0 24 24`,stroke:`currentColor`,"aria-hidden":`true`,children:t(`path`,{strokeLinecap:`round`,strokeLinejoin:`round`,strokeWidth:2,d:`M19 9l-7 7-7-7`})})]}),S&&t(`div`,{className:`mt-1 p-1.5 bg-muted border border-mixer-muted/40 rounded text-sm`,children:typeof e.details==`string`?oe(e.details):t(`pre`,{className:`text-xs font-mono whitespace-pre-wrap overflow-x-auto bg-muted p-2 rounded text-muted`,children:JSON.stringify(e.details,null,2)})})]})]})]})})}const nd=Ze(td,(e,t)=>e.message.timestamp===t.message.timestamp&&e.message.type===t.message.type&&e.message.message===t.message.message&&e.message.details===t.message.details&&e.message.workstream_id===t.message.workstream_id&&e.message.workflow_run_id===t.message.workflow_run_id&&e.showPulsatingCircle===t.showPulsatingCircle&&e.onSendMessage===t.onSendMessage&&e.requestInputAnswered===t.requestInputAnswered&&e.messageStyleOverrides===t.messageStyleOverrides&&Zu.every(n=>e[n]===t[n]));function rd({text:e,workstreamId:r,artifactRunId:i,revealSpeed:a=300,isComplete:s=!1,timestamp:c,className:l,cardClassName:u,headerClassName:d,contentClassName:f,proseClassName:p,senderClassName:m,iconClassName:h}){let{t:g}=X(),[_,v]=Y(0),[y,b]=Y(``),x=J(null),S=J(e.length),C=J(0),w=J(c||Date.now()),T=J(e),E=J(0),D=J(performance.now()),O=J(a),k=J(0);K(()=>{let t=performance.now(),n=e.length-E.current,r=t-D.current;if(n>0&&r>30){let e=n/r*1e3,t=.2;O.current=O.current*(1-t)+e*t,O.current=Math.max(50,Math.min(2e3,O.current))}E.current=e.length,D.current=t},[e.length]),S.current=e.length,T.current=e;let A=G(()=>{let e=performance.now(),t=n=>{let r=n-e;e=n;let i=S.current-C.current;if(i<=0){k.current=0,x.current=null;return}let a;if(s)a=Math.max(500,O.current*2);else if(i<20)a=O.current*.85;else if(i<100)a=O.current;else if(i<500){let e=(i-100)/400;a=O.current*(1+e*.5)}else a=O.current*2;let o=a*r/1e3+k.current,c=Math.floor(o);k.current=o-c,c>0&&(C.current=Math.min(C.current+c,S.current),v(C.current)),x.current=requestAnimationFrame(t)};x.current=requestAnimationFrame(t)},[s]);K(()=>(e.length>C.current&&!x.current&&A(),()=>{x.current&&=(cancelAnimationFrame(x.current),null)}),[e.length,A]),K(()=>{s&&C.current<e.length&&(x.current&&=(cancelAnimationFrame(x.current),null),A())},[s,e.length,A]);let j=J(null),M=J(0);K(()=>{(_>=S.current||s)&&(b(T.current.slice(0,_)),M.current=_)},[_,s]);let N=_<e.length&&!s;K(()=>{if(!N){j.current&&=(clearInterval(j.current),null);return}return j.current||=window.setInterval(()=>{let e=C.current;e>M.current&&(b(T.current.slice(0,e)),M.current=e)},33),()=>{j.current&&=(clearInterval(j.current),null)}},[N]);let P=H(),F=q(()=>Ir(w.current).format(`HH:mm:ss`),[]),I=_<e.length,L=q(()=>{let t=y||e.slice(0,_);return I?t+`│`:t},[y,e,_,I]);return e?t(`div`,{className:V(`w-full max-w-full`,l),children:n(`div`,{className:V(`border-s-4 bg-white dark:bg-gray-900 mb-4 border-s-purple-500 w-full max-w-full overflow-hidden`,u),"data-workstream-id":r,children:[n(`div`,{className:V(`flex items-center justify-between px-4 py-1.5`,d),children:[n(`div`,{className:`flex items-center gap-1.5`,children:[t(`div`,{className:V(`animate-fadeIn`,h),children:I?t(`span`,{className:`size-2 rounded-full bg-blue-500 animate-pulse inline-block`}):t(dt,{className:`size-4 text-purple-600 dark:text-purple-400`})}),t(`span`,{className:V(`text-xs font-medium text-muted`,m),children:`Agent`}),r&&r!==`main`&&n(`span`,{className:`text-xs text-muted`,children:[`• Task `,r]})]}),n(`div`,{className:`flex items-center gap-2 text-muted`,children:[t(`span`,{className:`text-[11px]`,children:F}),t(o,{variant:`ghost`,size:`xs`,onClick:()=>{navigator.clipboard.writeText(e).then(()=>{P({status:`success`,title:g(`agent.copiedToClipboard`),duration:2e3})})},className:`size-6 p-0 hover:bg-gray-100 dark:hover:bg-gray-800`,title:g(`agent.copyMessage`),children:t(Ft,{className:`size-3`})})]})]}),n(`div`,{className:V(`px-3 pb-2 streaming-content`,I&&`streaming-active`,f),children:[t(`div`,{className:V(`vprose prose prose-slate dark:prose-invert prose-p:leading-relaxed prose-p:my-3 prose-headings:font-semibold prose-headings:tracking-normal prose-headings:mt-6 prose-headings:mb-3 prose-h1:text-xl prose-h2:text-lg prose-h3:text-base prose-li:my-1 prose-ul:my-3 prose-ol:my-3 prose-table:my-5 prose-pre:my-4 prose-hr:my-6 max-w-none text-[15px] break-words`,p),style:{overflowWrap:`anywhere`},children:t(_i,{artifactRunId:i,children:L})}),t(`style`,{children:`
29
+ `)?e:Yu(e)}const $u=[`className`,`cardClassName`,`headerClassName`,`contentClassName`,`timestampClassName`,`senderClassName`,`iconClassName`,`detailsClassName`,`artifactsClassName`,`proseClassName`];function ed(e,t,...n){let r={};for(let i of $u)r[i]=H(e[i],t[i],...n.map(e=>e?.[i]));return r}const td={Ready:`agent.ready`,Error:`agent.error`},nd={[Q.ANSWER]:{borderColor:`border-s-info`,iconColor:`text-info`,sender:`Agent`,Icon:dt},[Q.COMPLETE]:{borderColor:`border-s-success`,iconColor:`text-success`,sender:`Completed`,Icon:ht},[Q.IDLE]:{borderColor:`border-s-info`,iconColor:`text-info`,sender:`Ready`,Icon:Mt},[Q.REQUEST_INPUT]:{borderColor:`border-s-attention`,iconColor:`text-attention`,sender:`Input`,Icon:Qn},[Q.QUESTION]:{borderColor:`border-s-muted`,iconColor:`text-muted`,sender:`User`,Icon:Qn},[Q.THOUGHT]:{borderColor:`border-s-purple-500`,iconColor:`text-purple-600 dark:text-purple-400`,sender:`Agent`,Icon:dt},[Q.ERROR]:{borderColor:`border-s-destructive`,iconColor:`text-destructive`,sender:`Error`,Icon:at},[Q.UPDATE]:{borderColor:`border-s-success`,iconColor:`text-success`,sender:`Update`,Icon:on},[Q.PLAN]:{borderColor:`border-s-attention`,iconColor:`text-attention`,sender:`Plan`,Icon:vn},[Q.TERMINATED]:{borderColor:`border-s-muted`,iconColor:`text-muted`,sender:`Terminated`,Icon:ht},[Q.WARNING]:{borderColor:`border-s-attention`,iconColor:`text-attention`,sender:`Warning`,Icon:at},[Q.SYSTEM]:{borderColor:`border-s-muted`,iconColor:`text-muted`,sender:`System`,Icon:on},[Q.STREAMING_CHUNK]:{borderColor:`border-s-info`,iconColor:`text-info`,sender:`Agent`,Icon:dt},[Q.BATCH_PROGRESS]:{borderColor:`border-s-blue-500`,iconColor:`text-blue-600 dark:text-blue-400`,sender:`Batch`,Icon:cn},[Q.RESTARTING]:{borderColor:`border-s-attention`,iconColor:`text-attention`,sender:`Restarting`,Icon:Nn},default:{borderColor:`border-s-muted`,iconColor:`text-muted`,sender:`Agent`,Icon:dt}};function rd({message:e,showPulsatingCircle:r=!1,onSendMessage:a,requestInputAnswered:s=!1,className:c,cardClassName:l,headerClassName:u,contentClassName:d,timestampClassName:f,senderClassName:p,iconClassName:m,detailsClassName:h,artifactsClassName:g,proseClassName:_,messageStyleOverrides:v,StoreLinkComponent:y,CollectionLinkComponent:x}){let[S,C]=Y(!1),{t:w}=X(),{client:T}=Z(),E=He(),D=ta(),{openImage:O}=gu(),{router:k}=ui(),A=J(T);A.current=T;let j=J(D);j.current=D;let{renderContent:M,isDownloading:N}=Vu({client:T,toast:E}),P=q(()=>{let t=nd[e.type]||nd.default,n=v?.default,r=v?.[e.type];return{...t,...n,...r,...ed(t,{className:c,cardClassName:l,headerClassName:u,contentClassName:d,timestampClassName:f,senderClassName:p,iconClassName:m,detailsClassName:h,artifactsClassName:g,proseClassName:_},n,r)}},[e.type,v,c,l,u,d,f,p,m,h,g,_]),F=q(()=>{let t=``;if(e.message&&(t=typeof e.message==`object`?JSON.stringify(e.message,null,2):e.message.trim?e.message.trim():String(e.message)),typeof t==`string`&&t.includes(`%thinking_message%`)){let e=Math.floor(Math.random()*mu.length);t=t.replace(/%thinking_message%/g,mu[e])}return t},[e.message]),I=q(()=>e.type===Q.QUESTION?Nu(F):null,[F,e.type]),L=I?.body??F,R=I?.attachments??[],ee=q(()=>L?Qu(L,e.type,typeof e.message==`string`?e.message:void 0):``,[L,e.type,e.message]),B=()=>{let t=F||``,n=typeof e.details==`string`?e.details:e.details?JSON.stringify(e.details,null,2):``,r=[t,n?`\n\nDetails:\n${n}`:``].join(``).trim();navigator.clipboard.writeText(r).then(()=>{E({status:`success`,title:w(`agent.copiedToClipboard`),duration:2e3})})},te=async t=>{let n=typeof F==`string`?F:``;if(!n.trim()){E({status:`error`,title:w(`agent.noContentToExport`),duration:2e3});return}let r=`Message ${Rr(e.timestamp).format(`YYYY-MM-DD HH-mm-ss`)}`;await M(n,{format:t,title:r,artifactRunId:ce})},ne=typeof F==`string`&&F.trim().length>0,re=e.type===Q.REQUEST_INPUT?e.details?.ux:void 0,ie=q(()=>({a:({node:e,ref:n,...r})=>{let i=r.href||``,a=i.startsWith(`/`)?k.getTopRouter().navigator.addStickyParams(i):i;return i.includes(`/store/objects`)?y?t(y,{href:a,documentId:i.split(`/store/objects/`)[1]||``,children:r.children}):t(ci,{href:a,topLevelNav:!0,children:r.children}):i.includes(`/store/collections`)?x?t(x,{href:a,collectionId:i.split(`/store/collections/`)[1]||``,children:r.children}):t(ci,{href:a,topLevelNav:!0,children:r.children}):t(`a`,{...r,target:`_blank`,rel:`noopener noreferrer`})},img:({node:e,ref:n,...r})=>t(o,{variant:`unstyled`,className:`block p-0`,onClick:()=>r.src&&O(r.src,r.alt),"aria-label":r.alt||r.src||`image`,children:t(`img`,{...r,alt:r.alt??``,className:`max-w-full h-auto rounded-lg shadow-md my-3 cursor-pointer hover:shadow-lg transition-shadow`,loading:`lazy`})})}),[O,y,x,k]),ae=n=>{if(typeof n==`object`)return t(`pre`,{className:`text-xs font-mono whitespace-pre-wrap overflow-x-auto bg-gray-100 dark:bg-gray-800 p-2 rounded text-gray-700`,children:JSON.stringify(n,null,2)});let r=e.workflow_run_id;return!r&&typeof n==`string`&&n.includes(`artifact:`)&&console.warn(`[MessageItem] message contains artifact references but workflow_run_id is missing!`,{type:e.type,workflow_run_id:e.workflow_run_id,hasArtifact:n.includes(`artifact:`)}),t(`div`,{className:H(`vprose prose prose-slate dark:prose-invert prose-p:leading-relaxed prose-p:my-3 prose-headings:font-semibold prose-headings:tracking-normal prose-headings:mt-6 prose-headings:mb-3 prose-h1:text-xl prose-h2:text-lg prose-h3:text-base prose-li:my-1 prose-ul:my-3 prose-ol:my-3 prose-table:my-5 prose-pre:my-4 prose-hr:my-6 max-w-none text-[15px] break-words`,P.proseClassName),style:{overflowWrap:`anywhere`},children:t(yi,{artifactRunId:r,onProposalSelect:e=>a?.(e),onProposalSubmit:e=>a?.(e),components:ie,children:n})})},[oe,se]=Y([]),ce=e.workflow_run_id,le=e.details,ue=le?.outputFiles??le?.files;K(()=>{(async()=>{if(!ce||!Array.isArray(ue)||ue.length===0){se([]);return}let e=A.current,t=j.current;try{let n=await Promise.all(ue.map(async n=>{if(typeof n!=`string`||!n.trim())return null;let r=n.trim(),i=r.startsWith(`artifact:`)?r.slice(9):r,a=i.split(`.`).pop()?.toLowerCase()||``,o=new Set([`png`,`jpg`,`jpeg`,`gif`,`webp`,`bmp`,`svg`]).has(a),s=o?`inline`:`attachment`;try{let n=ra(ce,i,s),a;return a=t?await t.getOrFetch(n,async()=>(await e.files.getArtifactDownloadUrl(ce,i,s)).url):(await e.files.getArtifactDownloadUrl(ce,i,s)).url,{displayName:r,artifactPath:i,url:a,isImage:o}}catch(e){return console.error(`Failed to resolve artifact URL for ${i}`,e),null}}));se(n.filter(e=>!!e))}catch(e){console.error(`Error loading artifact URLs from message details`,e),se([])}})()},[ce,ue]);let de=vl(e),{Icon:fe}=P;return t(`div`,{className:H(`w-full max-w-full`,P.className),children:n(`div`,{className:H(`border-s-4 bg-white dark:bg-gray-900 mb-4 w-full max-w-full overflow-hidden`,P.borderColor,P.cardClassName),"data-workstream-id":de,children:[n(`div`,{className:H(`flex items-center justify-between px-4 py-1.5`,P.headerClassName),children:[n(`div`,{className:`flex items-center gap-1.5`,children:[t(`div`,{className:H(r?`animate-fadeIn`:``,P.iconClassName),children:r?t(lu,{size:`sm`,color:`blue`}):t(fe,{className:`size-4 ${P.iconColor}`})}),t(`span`,{className:H(`text-xs font-medium text-muted`,P.senderClassName),children:td[P.sender]?w(td[P.sender]):P.sender}),de!==`main`&&de!==`all`&&t(i,{variant:`default`,className:`text-xs text-muted ms-1`,children:de})]}),n(`div`,{className:`flex items-center gap-1.5 print:hidden`,children:[t(Bu,{message:e}),t(`span`,{className:H(`text-[11px] text-muted/70`,P.timestampClassName),children:Rr(e.timestamp).format(`HH:mm:ss`)}),t(o,{variant:`ghost`,size:`xs`,onClick:B,className:`text-muted/50 hover:text-muted h-5 w-5 p-0`,title:w(`agent.copyMessage`),children:t(Ft,{className:`size-3`})}),ne&&n(b,{trigger:t(o,{variant:`ghost`,size:`xs`,className:`text-muted/50 hover:text-muted h-5 w-5 p-0`,title:w(`agent.exportMessage`),disabled:N,children:t(Lt,{className:`size-3 ${N?`animate-pulse`:``}`})}),children:[t(z,{onClick:()=>te(vr.pdf),children:w(`agent.exportAsPdf`)}),t(z,{onClick:()=>te(vr.docx),children:w(`agent.exportAsWord`)})]})]})]}),n(`div`,{className:H(`px-4 pb-3 bg-white dark:bg-gray-900 overflow-hidden`,P.contentClassName),children:[re?t(Xc,{question:typeof F==`string`?F:``,options:re.options,variant:re.variant,multiSelect:re.multiSelect,onSelect:e=>a?.(e),onMultiSelect:e=>a?.(e.join(`, `)),allowFreeResponse:!re.options?.length||!!re.free_response,placeholder:re.free_response?.placeholder,submitLabel:re.free_response?.submit_label,onSubmit:e=>a?.(e,re.free_response?.metadata),hideBorder:!0,compact:!0,answered:s}):L&&t(`div`,{className:`message-content break-words w-full`,style:{overflowWrap:`anywhere`,wordBreak:`break-word`},children:ae(ee||L)}),R.length>0&&t(Au,{items:R,artifactRunId:ce,variant:`message`,className:H(L&&`mt-3`),StoreLinkComponent:y,CollectionLinkComponent:x}),oe.length>0&&n(`div`,{className:H(`mt-3 text-xs`,P.artifactsClassName),children:[t(`div`,{className:`font-medium text-muted mb-1`,children:`Artifacts`}),oe.some(e=>e.isImage)&&t(`div`,{className:`mb-2 flex flex-wrap gap-3`,children:oe.filter(e=>e.isImage).map(({displayName:e,artifactPath:r,url:i})=>n(o,{variant:`unstyled`,className:`max-w-xs cursor-pointer text-start p-0`,onClick:()=>O(i,e),"aria-label":e,children:[t(`img`,{src:i,alt:e,className:`max-w-full h-auto rounded-lg shadow-sm hover:shadow-md transition-shadow`}),t(`div`,{className:`mt-1 text-[11px] text-muted truncate`,children:e})]},`${r}-preview`))}),t(`div`,{className:`flex flex-wrap gap-2 print:hidden`,children:oe.map(({displayName:e,artifactPath:n,url:r})=>t(o,{variant:`outline`,size:`xs`,className:`px-2 py-1 text-xs`,onClick:()=>window.open(r,`_blank`),title:n,children:e},n+r))})]}),e.details&&n(`div`,{className:H(`mt-2 print:hidden`,P.detailsClassName),children:[n(o,{variant:`unstyled`,onClick:()=>C(!S),className:`text-[11px] text-muted flex items-center`,children:[w(S?`agent.hideDetails`:`agent.showDetails`),t(`svg`,{xmlns:`http://www.w3.org/2000/svg`,className:`h-3 w-3 ms-1 transition-transform ${S?`rotate-180`:``}`,fill:`none`,viewBox:`0 0 24 24`,stroke:`currentColor`,"aria-hidden":`true`,children:t(`path`,{strokeLinecap:`round`,strokeLinejoin:`round`,strokeWidth:2,d:`M19 9l-7 7-7-7`})})]}),S&&t(`div`,{className:`mt-1 p-1.5 bg-muted border border-mixer-muted/40 rounded text-sm`,children:typeof e.details==`string`?ae(e.details):t(`pre`,{className:`text-xs font-mono whitespace-pre-wrap overflow-x-auto bg-muted p-2 rounded text-muted`,children:JSON.stringify(e.details,null,2)})})]})]})]})})}const id=Ze(rd,(e,t)=>e.message.timestamp===t.message.timestamp&&e.message.type===t.message.type&&e.message.message===t.message.message&&e.message.details===t.message.details&&e.message.workstream_id===t.message.workstream_id&&e.message.workflow_run_id===t.message.workflow_run_id&&e.showPulsatingCircle===t.showPulsatingCircle&&e.onSendMessage===t.onSendMessage&&e.requestInputAnswered===t.requestInputAnswered&&e.messageStyleOverrides===t.messageStyleOverrides&&$u.every(n=>e[n]===t[n]));function ad({text:e,workstreamId:r,artifactRunId:i,revealSpeed:a=300,isComplete:s=!1,timestamp:c,className:l,cardClassName:u,headerClassName:d,contentClassName:f,proseClassName:p,senderClassName:m,iconClassName:h}){let{t:g}=X(),[_,v]=Y(0),[y,b]=Y(``),x=J(null),S=J(e.length),C=J(0),w=J(c||Date.now()),T=J(e),E=J(0),D=J(performance.now()),O=J(a),k=J(0);K(()=>{let t=performance.now(),n=e.length-E.current,r=t-D.current;if(n>0&&r>30){let e=n/r*1e3,t=.2;O.current=O.current*(1-t)+e*t,O.current=Math.max(50,Math.min(2e3,O.current))}E.current=e.length,D.current=t},[e.length]),S.current=e.length,T.current=e;let A=G(()=>{let e=performance.now(),t=n=>{let r=n-e;e=n;let i=S.current-C.current;if(i<=0){k.current=0,x.current=null;return}let a;if(s)a=Math.max(500,O.current*2);else if(i<20)a=O.current*.85;else if(i<100)a=O.current;else if(i<500){let e=(i-100)/400;a=O.current*(1+e*.5)}else a=O.current*2;let o=a*r/1e3+k.current,c=Math.floor(o);k.current=o-c,c>0&&(C.current=Math.min(C.current+c,S.current),v(C.current)),x.current=requestAnimationFrame(t)};x.current=requestAnimationFrame(t)},[s]);K(()=>(e.length>C.current&&!x.current&&A(),()=>{x.current&&=(cancelAnimationFrame(x.current),null)}),[e.length,A]),K(()=>{s&&C.current<e.length&&(x.current&&=(cancelAnimationFrame(x.current),null),A())},[s,e.length,A]);let j=J(null),M=J(0);K(()=>{(_>=S.current||s)&&(b(T.current.slice(0,_)),M.current=_)},[_,s]);let N=_<e.length&&!s;K(()=>{if(!N){j.current&&=(clearInterval(j.current),null);return}return j.current||=window.setInterval(()=>{let e=C.current;e>M.current&&(b(T.current.slice(0,e)),M.current=e)},33),()=>{j.current&&=(clearInterval(j.current),null)}},[N]);let P=He(),F=q(()=>Rr(w.current).format(`HH:mm:ss`),[]),I=_<e.length,L=q(()=>{let t=y||e.slice(0,_);return I?t+`│`:t},[y,e,_,I]);return e?t(`div`,{className:H(`w-full max-w-full`,l),children:n(`div`,{className:H(`border-s-4 bg-white dark:bg-gray-900 mb-4 border-s-purple-500 w-full max-w-full overflow-hidden`,u),"data-workstream-id":r,children:[n(`div`,{className:H(`flex items-center justify-between px-4 py-1.5`,d),children:[n(`div`,{className:`flex items-center gap-1.5`,children:[t(`div`,{className:H(`animate-fadeIn`,h),children:I?t(`span`,{className:`size-2 rounded-full bg-blue-500 animate-pulse inline-block`}):t(dt,{className:`size-4 text-purple-600 dark:text-purple-400`})}),t(`span`,{className:H(`text-xs font-medium text-muted`,m),children:`Agent`}),r&&r!==`main`&&n(`span`,{className:`text-xs text-muted`,children:[`• Task `,r]})]}),n(`div`,{className:`flex items-center gap-2 text-muted`,children:[t(`span`,{className:`text-[11px]`,children:F}),t(o,{variant:`ghost`,size:`xs`,onClick:()=>{navigator.clipboard.writeText(e).then(()=>{P({status:`success`,title:g(`agent.copiedToClipboard`),duration:2e3})})},className:`size-6 p-0 hover:bg-gray-100 dark:hover:bg-gray-800`,title:g(`agent.copyMessage`),children:t(Ft,{className:`size-3`})})]})]}),n(`div`,{className:H(`px-3 pb-2 streaming-content`,I&&`streaming-active`,f),children:[t(`div`,{className:H(`vprose prose prose-slate dark:prose-invert prose-p:leading-relaxed prose-p:my-3 prose-headings:font-semibold prose-headings:tracking-normal prose-headings:mt-6 prose-headings:mb-3 prose-h1:text-xl prose-h2:text-lg prose-h3:text-base prose-li:my-1 prose-ul:my-3 prose-ol:my-3 prose-table:my-5 prose-pre:my-4 prose-hr:my-6 max-w-none text-[15px] break-words`,p),style:{overflowWrap:`anywhere`},children:t(yi,{artifactRunId:i,children:L})}),t(`style`,{children:`
30
30
  /* Ensure inline elements flow properly */
31
31
  .streaming-content p:last-child,
32
32
  .streaming-content li:last-child {
@@ -37,11 +37,11 @@ $&`)),t.includes(` - `)&&(t=t.replace(/(^|\S)\s+-\s+/g,`$1
37
37
  mask-image: linear-gradient(to right, black 97%, transparent 100%);
38
38
  -webkit-mask-image: linear-gradient(to right, black 97%, transparent 100%);
39
39
  }
40
- `})]})]})}):null}const id=W.memo(rd);function ad(e){return e.message?typeof e.message==`object`?JSON.stringify(e.message,null,2):String(e.message).trim():``}function od(e){let t=e.replace(/\s+/g,` `).trim().toLowerCase();return t===`thinking`||t===`thinking...`||t===`working`||t===`working...`||t===`waiting`||t===`waiting...`}function sd(e){return e.type===Q.THOUGHT&&e.details?.display_role===`thinking`}function cd(e){if(sd(e))return!0;if(e.type!==Q.WARNING)return!1;let t=e.details,n=ad(e).replace(/^[^A-Za-z0-9]+/,``).toLowerCase();return typeof t?.attempt==`number`&&typeof t?.maxAttempts==`number`&&typeof t?.estimatedBackoffSeconds==`number`&&typeof t?.activityId==`string`&&(n.startsWith(`retrying operation`)||n.startsWith(`retrying checkpoint operation`))}function ld(e){if(typeof e==`number`)return e;if(!e)return-1/0;let t=new Date(e).getTime();return Number.isFinite(t)?t:-1/0}function ud(e){return e.reduce((e,t)=>Math.max(e,ld(t.timestamp)),-1/0)}function dd(e,t){let n=e.details?.[t];return typeof n==`string`&&n.trim()||void 0}function fd(e,t,n){if(!e.some(cd))return e;if(!t)return e.filter(e=>!cd(e));let r=-1,i=-1;return e.forEach((e,t)=>{cd(e)?i=t:r=t}),e.filter((e,t)=>cd(e)?t===i&&t>r&&ld(e.timestamp)>=n:!0)}function pd(e){if(rl(e))return!1;let t=ad(e);return!t||od(t)?!1:e.type===Q.ANSWER?!0:El(e)?!1:e.type===Q.THOUGHT&&!!e.details?.streamed}function md(e){if(e.type!==Q.ERROR&&e.type!==Q.WARNING)return!1;let t=e.details;return!!(t?.tool||t?.tool_status||t?.tool_run_id||t?.activity_group_id||t?.tool_event)}function hd(e){if(e.type!==Q.ERROR||md(e))return!1;let t=e.details;return ad(e).startsWith(`Error analyzing conversation:`)&&typeof t?.error==`string`}function gd(e){if(e.type!==Q.ERROR)return!1;let t=e.details;return t?.event_class!==`activity`||t.workstream_event?!1:!(t.tool||t.tool_status||t.tool_run_id||t.activity_group_id||t.tool_event)}function _d(e){return rl(e)||gd(e)?!1:e.type===Q.QUESTION||!!ol(e)||pd(e)||e.type===Q.REQUEST_INPUT&&!ql(e)||e.type===Q.TERMINATED||(e.type===Q.ERROR||e.type===Q.WARNING)&&!md(e)&&!cd(e)}function vd(e){let t=e.details?.tool_status;if(t===`running`||t===`completed`||t===`error`||t===`warning`)return t;if(e.type===Q.ERROR)return`error`;if(e.type===Q.WARNING)return`warning`}function yd(e,t){for(let n=e.length-1;n>=0;n--){let r=vd(e[n]);if(r===`error`||r===`warning`)return r;if(r)return t?`running`:`completed`}return t?`running`:`completed`}function bd(e,t){return Dl(e)&&!sd(e)&&t.length>0&&t.every(sd)}function xd(e){return rl(e)||pd(e)||ol(e)?!1:gd(e)||cd(e)||ql(e)||md(e)||El(e)||Dl(e)||e.type===Q.UPDATE||e.type===Q.PLAN?!0:e.type===Q.THOUGHT&&!e.details?.streamed}function Sd(e,t,n=ud(e)){let r=[],i=[],a=new Set,o=(e,t)=>{if(i.length===0)return;let a=fd(i,e,n);if(a.length===0){i=[];return}let o=a[0],s=a[a.length-1],c=yd(a,e);r.push({type:`work`,id:e?`${o.timestamp}-active`:`${o.timestamp}-${s.timestamp}-${a.length}`,messages:a,isActive:e,status:c,startTimestamp:o.timestamp,endTimestamp:t?.timestamp??s.timestamp}),i=[]};for(let t of e){let e=ol(t),n=e?null:sl(t),s=e??n;if(s){let n=a.has(s.workstreamId);if(a.add(s.workstreamId),e||!n){o(!1,t),r.push({type:`message`,message:t});continue}}if(t.type===Q.COMPLETE||t.type===Q.IDLE){if(ml(t)){let e=i[0]?.timestamp;o(!1,t);let n=r[r.length-1];r.push({type:`stopped`,message:t,startTimestamp:e!==void 0&&n?.type===`work`?n.startTimestamp:e??t.timestamp,endTimestamp:t.timestamp});continue}o(!1,t);continue}if(xd(t)||i.length>0&&hd(t)){if(bd(t,i)){let e=r[r.length-1];if(e?.type===`work`&&!e.isActive){r.pop(),i=[...e.messages,t];continue}}i.push(t);continue}_d(t)&&(o(!1,t),r.push({type:`message`,message:t}))}return o(!t),r}function Cd(e,t){if(e.activityId){let n=t.find(t=>Dl(t)&&(dd(t,`activity_id`)===e.activityId||dd(t,`activity_group_id`)===e.activityId));if(n)return n;let r=t.find(t=>dd(t,`activity_id`)===e.activityId&&dd(t,`activity_group_id`))?.details?.activity_group_id;if(typeof r==`string`){let e=t.find(e=>Dl(e)&&dd(e,`activity_group_id`)===r);if(e)return e}}if(e.isComplete)return;let n=ld(e.startTimestamp);if(!Number.isFinite(n))return;let r=[...t].filter(e=>ld(e.timestamp)>=n).sort((e,t)=>ld(e.timestamp)-ld(t.timestamp));for(let e of r){if(ld(e.timestamp)-n>6e4)return;if(Dl(e))return e;if(_d(e))return}}function wd(e,t){if(t.size===0)return e;let n=e.find(e=>e.workflow_run_id)?.workflow_run_id??``,r=[];return t.forEach((t,i)=>{let a=t.text.trim();if(!a||Cl(t,e)||nl(a,t.workstreamId))return;let o=Cd(t,e),s=o?dd(o,`activity_group_id`):void 0;r.push({timestamp:t.startTimestamp,workflow_run_id:n,type:o?Q.THOUGHT:Q.ANSWER,message:a,workstream_id:t.workstreamId,details:{activity_id:t.activityId,activity_group_id:s,display_role:o?`tool_preamble`:void 0,source:`streaming_summary`,streamed:!0,streaming_id:i,tools:o?.details?.tool?[o.details.tool]:void 0}})}),r.length===0?e:[...e,...r].sort((e,t)=>ld(e.timestamp)-ld(t.timestamp))}function Td(e,t,n){let r=e[e.length-1];return r?r.type===`work`?r.endTimestamp??r.startTimestamp:r.message.timestamp??n:t.reduce((e,t)=>{let n=ld(t.timestamp);return!Number.isFinite(n)||n>=e.ms?e:{timestamp:t.timestamp,ms:n}},{ms:1/0}).timestamp??n}function Ed(e,t,n){if(!t||n||e.some(e=>e.type===`work`&&e.isActive))return!1;let r=e[e.length-1];return r?r.type===`work`?!0:r.message.type===Q.QUESTION:!1}function Dd(e){let t=e[e.length-1];return t?t.type===`message`&&t.message.type===Q.QUESTION&&e.length===1:!1}const Od=new Set([`tool`,`tool_event`,`tool_run_id`,`tool_use_id`,`activity_group_id`,`event_class`,`tool_iteration`,`tool_status`,`message_to_human`,`tools`,`streamed`,`files`,`outputFiles`,`display_role`,`observation`,`progress_messages`,`browseruse`,`browser_use`]);function kd(e){return e?Object.entries(e).filter(([e,t])=>!Od.has(e)&&t!=null&&t!==``):[]}function Ad(e){return e.replace(/_/g,` `).replace(/([a-z])([A-Z])/g,`$1 $2`).replace(/^./,e=>e.toUpperCase())}function jd(e){let t=e?.progress_messages;return Array.isArray(t)?t.flatMap(e=>{if(!e||typeof e!=`object`)return[];let t=e,n=typeof t.message==`string`?t.message.trim():``;return n?[{message:n,status:typeof t.status==`string`?t.status:void 0,timestamp:typeof t.timestamp==`number`||typeof t.timestamp==`string`?t.timestamp:void 0}]:[]}):[]}function Md(e){return[`progress`,e.timestamp??`no-time`,e.status??`status`,e.message].join(`:`)}function Nd(e){let t=e.details,n=typeof t?.tool_run_id==`string`?t.tool_run_id:void 0;if(n)return`tool-run:${n}`;let r=typeof t?.activity_group_id==`string`?t.activity_group_id:void 0,i=typeof t?.tool_use_id==`string`?t.tool_use_id:void 0;return r||i?`tool:${r??`no-activity`}:${i??`no-use`}`:[`message`,e.workstream_id??`main`,e.type,e.timestamp,Vd(e)].join(`:`)}function Pd(e,t){return e.timestamp===t.timestamp&&e.type===t.type&&e.message===t.message&&e.details===t.details&&e.workstream_id===t.workstream_id&&e.workflow_run_id===t.workflow_run_id}function Fd(e){switch(e){case`completed`:return`bg-green-50 dark:bg-green-900/30 text-green-700 dark:text-green-300 border-green-200 dark:border-green-800`;case`running`:return`bg-blue-50 dark:bg-blue-900/30 text-blue-700 dark:text-blue-300 border-blue-200 dark:border-blue-800`;case`error`:return`bg-red-50 dark:bg-red-900/30 text-red-700 dark:text-red-300 border-red-200 dark:border-red-800`;case`warning`:return`bg-yellow-50 dark:bg-yellow-900/30 text-yellow-700 dark:text-yellow-300 border-yellow-200 dark:border-yellow-800`;default:return``}}function Id(e){let t=new Map,n=[];for(let r of e){let e=r.details?.tool_run_id;e?(t.has(e)||t.set(e,[]),t.get(e)?.push(r)):n.push(r)}for(let[e,r]of t){if(r.length<=1){n.push(...r);continue}r.sort((e,t)=>(typeof e.timestamp==`number`?e.timestamp:new Date(e.timestamp).getTime())-(typeof t.timestamp==`number`?t.timestamp:new Date(t.timestamp).getTime()));let e=r[r.length-1],t=r.find(e=>e.details?.tool_event===`started`),i=r.find(e=>e.details?.tool_status===`running`),a=t??i??r.find(e=>e.message?.trim()),o=(typeof a?.details?.message_to_human==`string`?a.details.message_to_human:void 0)||a?.message||e.message,s=r.filter(e=>e.details?.tool_event===`progress`&&e.message?.trim()).map(e=>({message:e.message.trim(),status:e.details?.tool_status,timestamp:e.timestamp})),c={};for(let e of r)Object.assign(c,e.details);s.length>0&&(c.progress_messages=s),n.push({...e,message:o,details:c})}return n.sort((e,t)=>(typeof e.timestamp==`number`?e.timestamp:new Date(e.timestamp).getTime())-(typeof t.timestamp==`number`?t.timestamp:new Date(t.timestamp).getTime())),n}const Ld=e=>/\.(png|jpg|jpeg|gif|webp|svg)(\?|$)/i.test(e);function Rd({files:e,className:r}){let{t:i}=X(),{openImage:a}=mu();return!e||e.length===0?null:t(`div`,{className:V(`mt-2 flex flex-wrap gap-2`,r),children:e.map(e=>{let r=e.split(`/`).pop()?.split(`?`)[0]||`file`;return Ld(e)?t(o,{variant:`unstyled`,className:`cursor-pointer p-0`,onClick:()=>a(e,r),title:i(`agent.clickToEnlarge`),"aria-label":r,children:t(`img`,{src:e,alt:r,className:`max-w-[300px] max-h-[200px] rounded border hover:opacity-80 transition-opacity hover:shadow-lg`})},e):n(`a`,{href:e,target:`_blank`,rel:`noopener noreferrer`,className:`inline-flex items-center gap-1 px-2 py-1 bg-muted rounded text-xs hover:bg-muted/80`,children:[`📎 `,r]},e)})})}const zd=e=>{if(!e)return;let t=e.files??e.outputFiles;return Array.isArray(t)?t:void 0},Bd=e=>{let t=e.details;return e.type===Q.THOUGHT&&t?.display_role===`tool_preamble`},Vd=e=>{let t=e.details;if(Bd(e))return`assistant`;if(t?.tool)return t.tool;switch(e.type){case Q.UPDATE:return`update`;case Q.WARNING:return`warning`;case Q.ERROR:return`error`;case Q.SYSTEM:return`system`;default:return`activity`}},Hd=e=>Bd(e)?`text-[10px] px-1.5 py-0.5 rounded-md bg-gray-50 dark:bg-gray-800 text-gray-700 dark:text-gray-300 border border-gray-200 dark:border-gray-700 font-medium`:`text-[10px] px-1.5 py-0.5 rounded-md bg-purple-50 dark:bg-purple-900/30 text-purple-700 dark:text-purple-300 border border-purple-200 dark:border-purple-800 font-medium`;function Ud({message:e,isExpanded:r,onToggle:i,artifactRunId:a,classNames:s={}}){let{t:c}=X(),[l,u]=Y([]),d=H(),{client:f}=Z(),p=$i(),m=J(f);m.current=f;let h=J(p);h.current=p;let g=e.details,_=Vd(e),v=Hd(e),y=zd(g),b=typeof e.message==`string`?e.message:``;K(()=>{if(!y||y.length===0||!a){u([]);return}let e=!1;return(async()=>{let t=m.current,n=h.current,r=await Promise.all(y.map(async e=>{if(!e||typeof e!=`string`)return null;if(e.startsWith(`http://`)||e.startsWith(`https://`))return e;let r=e.startsWith(`artifact:`)?e.slice(9):e,i=r.split(`.`).pop()?.toLowerCase()||``,o=new Set([`png`,`jpg`,`jpeg`,`gif`,`webp`,`bmp`,`svg`]).has(i)?`inline`:`attachment`;try{let e=ta(a,r,o);return n?await n.getOrFetch(e,async()=>(await t.files.getArtifactDownloadUrl(a,r,o)).url):(await t.files.getArtifactDownloadUrl(a,r,o)).url}catch(e){return console.error(`Failed to resolve artifact URL for ${r}`,e),null}}));e||u(r.filter(e=>!!e))})(),()=>{e=!0}},[y,a]);let x=l.filter(e=>Ld(e)),S=l.filter(e=>!Ld(e)),C=()=>{let e=[b,g?`\n\nDetails:\n${JSON.stringify(g,null,2)}`:``].join(``).trim();navigator.clipboard.writeText(e).then(()=>{d({status:`success`,title:c(`agent.copiedToClipboard`),duration:2e3})})};return n(`div`,{className:V(`border-b border-gray-100 dark:border-gray-800 last:border-b-0`,s.itemClassName),children:[n(`div`,{role:`button`,tabIndex:0,className:V(`flex items-start justify-between px-3 py-2 cursor-pointer hover:bg-gray-50 dark:hover:bg-gray-800/50 transition-colors`,s.itemHeaderClassName),onClick:i,onKeyDown:Ie(i),children:[n(`div`,{className:`flex items-start gap-2 flex-1 min-w-0`,children:[t(`div`,{className:`flex-shrink-0 pt-0.5`,children:r?t(yt,{className:`size-3 text-muted`}):t(St,{className:`size-3 text-muted cn-rtl-flip`})}),t(`div`,{className:`flex-1 min-w-0`,children:b?t(`span`,{className:`text-xs text-foreground line-clamp-2`,children:b}):n(`span`,{className:`text-xs text-muted italic`,children:[`Activity: `,_]})})]}),n(`div`,{className:`flex items-center gap-2 flex-shrink-0`,children:[!r&&t(`span`,{className:V(v,s.toolBadgeClassName),children:_}),t(o,{variant:`ghost`,size:`xs`,onClick:e=>{e.stopPropagation(),C()},className:`text-muted opacity-0 group-hover:opacity-100 transition-opacity`,title:c(`agent.copyMessage`),children:t(Ft,{className:`size-3`})})]})]}),x.length>0&&t(`div`,{className:`px-3 pb-1.5`,children:t(Rd,{files:x})}),r&&(()=>{let r=g?.tool_status,i=kd(g),o=jd(g);return n(`div`,{className:V(`px-4 py-2 bg-gray-50/50 dark:bg-gray-800/30`,s.itemContentClassName),children:[n(`div`,{className:`flex items-center gap-2 mb-2 flex-wrap`,children:[t(`span`,{className:V(v,s.toolBadgeClassName),children:_}),r&&t(`span`,{className:V(`text-[10px] px-1.5 py-0.5 rounded-md border font-medium`,Fd(r)),children:r}),t(`span`,{className:`text-[10px] text-muted/70`,children:Ir(e.timestamp).format(`HH:mm:ss`)})]}),i.length>0&&t(`div`,{className:`mb-2 space-y-0.5`,children:i.map(([e,r])=>n(`div`,{className:`flex gap-1.5 text-xs`,children:[n(`span`,{className:`text-muted font-medium flex-shrink-0`,children:[Ad(e),`:`]}),t(`span`,{className:`text-foreground break-all`,children:typeof r==`object`?JSON.stringify(r):String(r)})]},e))}),o.length>0&&n(`div`,{className:`mb-2 space-y-1`,children:[t(`div`,{className:`text-[10px] uppercase tracking-wide text-muted/70 font-medium`,children:c(`agent.progress`)}),o.map(e=>n(`div`,{className:`text-xs text-muted`,children:[e.timestamp&&t(`span`,{className:`me-1 text-muted/60`,children:Ir(e.timestamp).format(`HH:mm:ss`)}),t(`span`,{children:e.message})]},Md(e)))]}),(()=>{let e=typeof g?.observation==`string`?g.observation:void 0;return e&&e!==b?t(`div`,{className:`vprose prose prose-slate dark:prose-invert prose-p:leading-relaxed prose-p:my-1.5 max-w-none text-sm`,children:t(_i,{artifactRunId:a,children:e})}):null})(),S.length>0&&t(Rd,{files:S})]})})()]})}function Wd({files:e,artifactRunId:n}){let[r,i]=Y([]),{client:a}=Z(),o=$i(),s=J(a);s.current=a;let c=J(o);return c.current=o,K(()=>{if(!e||e.length===0||!n){i([]);return}let t=!1;return(async()=>{let r=s.current,a=c.current,o=await Promise.all(e.map(async e=>{if(!e||typeof e!=`string`)return null;let t=e.startsWith(`artifact:`)?e.slice(9):e,i=t.split(`.`).pop()?.toLowerCase()||``;if(new Set([`png`,`jpg`,`jpeg`,`gif`,`webp`,`bmp`,`svg`]).has(i))return null;if(t.startsWith(`http://`)||t.startsWith(`https://`))return t;try{let e=ta(n,t,`attachment`);return a?await a.getOrFetch(e,async()=>(await r.files.getArtifactDownloadUrl(n,t,`attachment`)).url):(await r.files.getArtifactDownloadUrl(n,t,`attachment`)).url}catch(e){return console.error(`Failed to resolve artifact URL for ${t}`,e),null}}));t||i(o.filter(e=>!!e))})(),()=>{t=!0}},[e,n]),r.length===0?null:t(`div`,{className:`ps-4 pe-2 pb-1.5`,children:t(Rd,{files:r})})}function Gd({messages:e,artifactRunId:n}){let[r,i]=Y([]),{client:a}=Z(),o=$i(),s=J(a);s.current=a;let c=J(o);return c.current=o,K(()=>{if(!n||e.length===0){i([]);return}let t=e[e.length-1].details,r=zd(t);if(!r||r.length===0){i([]);return}let a=!1;return(async()=>{let e=s.current,t=c.current,o=await Promise.all(r.map(async r=>{if(!r||typeof r!=`string`)return null;let i=r.startsWith(`artifact:`)?r.slice(9):r,a=i.split(`.`).pop()?.toLowerCase()||``;if(!new Set([`png`,`jpg`,`jpeg`,`gif`,`webp`,`bmp`,`svg`]).has(a))return null;if(i.startsWith(`http://`)||i.startsWith(`https://`))return i;try{let r=ta(n,i,`inline`);return t?await t.getOrFetch(r,async()=>(await e.files.getArtifactDownloadUrl(n,i,`inline`)).url):(await e.files.getArtifactDownloadUrl(n,i,`inline`)).url}catch(e){return console.error(`Failed to resolve artifact URL for ${i}`,e),null}}));a||i(o.filter(e=>!!e))})(),()=>{a=!0}},[e,n]),r.length===0?null:t(`div`,{className:`px-3 py-1.5 border-b border-gray-100 dark:border-gray-800`,children:t(Rd,{files:r})})}function Kd({messages:r,showPulsatingCircle:i=!1,toolRunId:a,toolStatus:s,preambleText:c,preambleMessage:l,rootClassName:u,headerClassName:d,senderClassName:f,toolSummaryClassName:p,toolBadgeClassName:m,itemClassName:h,itemHeaderClassName:g,itemContentClassName:_}){let v=q(()=>Id(r),[r]),y=q(()=>v.map(Nd),[v]),[b,x]=Y(!0),[S,C]=Y(new Set),[w,T]=Y(new Set),E=J(y),{t:D}=X(),O=H(),k=v.find(e=>e.workflow_run_id)?.workflow_run_id??v[0]?.workflow_run_id,A=()=>i?t(su,{size:`sm`,color:`blue`}):s===`running`?t(`span`,{className:`size-2 rounded-full bg-blue-500 inline-block`}):s===`completed`?t(ht,{className:`size-4 text-success`}):s===`error`?t(at,{className:`size-4 text-destructive`}):s===`warning`?t(st,{className:`size-4 text-attention`}):t(dt,{className:`size-4 text-purple-600 dark:text-purple-400`}),j=()=>s===`completed`?`border-s-success`:s===`error`?`border-s-destructive`:s===`warning`?`border-s-attention`:`border-s-purple-500`;K(()=>{let e=E.current,t=new Set(e),n=y.filter(e=>!t.has(e));if(n.length>0){T(new Set(n));let e=setTimeout(()=>{T(new Set)},500);return E.current=y,()=>clearTimeout(e)}E.current=y},[y]);let M=v[0],N=v[v.length-1],P=M.timestamp,F=N.timestamp,I=v.map(e=>Vd(e)),L=new Set(I).size===1?`${v.length}× ${I[0]}`:`${v.length} activity updates`,R=e=>{C(t=>{let n=new Set(t);return n.has(e)?n.delete(e):n.add(e),n})},z=()=>{let e=v.map(e=>{let t=e.details;return`[${Vd(e)}] ${e.message||``}\n${t?JSON.stringify(t,null,2):``}`}).join(`
40
+ `})]})]})}):null}const od=W.memo(ad);function sd(e){return e.message?typeof e.message==`object`?JSON.stringify(e.message,null,2):String(e.message).trim():``}function cd(e){let t=e.replace(/\s+/g,` `).trim().toLowerCase();return t===`thinking`||t===`thinking...`||t===`working`||t===`working...`||t===`waiting`||t===`waiting...`}function ld(e){return e.type===Q.THOUGHT&&e.details?.display_role===`thinking`}function ud(e){if(ld(e))return!0;if(e.type!==Q.WARNING)return!1;let t=e.details,n=sd(e).replace(/^[^A-Za-z0-9]+/,``).toLowerCase();return typeof t?.attempt==`number`&&typeof t?.maxAttempts==`number`&&typeof t?.estimatedBackoffSeconds==`number`&&typeof t?.activityId==`string`&&(n.startsWith(`retrying operation`)||n.startsWith(`retrying checkpoint operation`))}function dd(e){if(typeof e==`number`)return e;if(!e)return-1/0;let t=new Date(e).getTime();return Number.isFinite(t)?t:-1/0}function fd(e){return e.reduce((e,t)=>Math.max(e,dd(t.timestamp)),-1/0)}function pd(e,t){let n=e.details?.[t];return typeof n==`string`&&n.trim()||void 0}function md(e,t,n){if(!e.some(ud))return e;if(!t)return e.filter(e=>!ud(e));let r=-1,i=-1;return e.forEach((e,t)=>{ud(e)?i=t:r=t}),e.filter((e,t)=>ud(e)?t===i&&t>r&&dd(e.timestamp)>=n:!0)}function hd(e){if(al(e))return!1;let t=sd(e);return!t||cd(t)?!1:e.type===Q.ANSWER?!0:Ol(e)?!1:e.type===Q.THOUGHT&&!!e.details?.streamed}function gd(e){if(e.type!==Q.ERROR&&e.type!==Q.WARNING)return!1;let t=e.details;return!!(t?.tool||t?.tool_status||t?.tool_run_id||t?.activity_group_id||t?.tool_event)}function _d(e){if(e.type!==Q.ERROR||gd(e))return!1;let t=e.details;return sd(e).startsWith(`Error analyzing conversation:`)&&typeof t?.error==`string`}function vd(e){if(e.type!==Q.ERROR)return!1;let t=e.details;return t?.event_class!==`activity`||t.workstream_event?!1:!(t.tool||t.tool_status||t.tool_run_id||t.activity_group_id||t.tool_event)}function yd(e){return al(e)||vd(e)?!1:e.type===Q.QUESTION||!!cl(e)||hd(e)||e.type===Q.REQUEST_INPUT&&!Yl(e)||e.type===Q.TERMINATED||(e.type===Q.ERROR||e.type===Q.WARNING)&&!gd(e)&&!ud(e)}function bd(e){let t=e.details?.tool_status;if(t===`running`||t===`completed`||t===`error`||t===`warning`)return t;if(e.type===Q.ERROR)return`error`;if(e.type===Q.WARNING)return`warning`}function xd(e,t){for(let n=e.length-1;n>=0;n--){let r=bd(e[n]);if(r===`error`||r===`warning`)return r;if(r)return t?`running`:`completed`}return t?`running`:`completed`}function Sd(e,t){return kl(e)&&!ld(e)&&t.length>0&&t.every(ld)}function Cd(e){return al(e)||hd(e)||cl(e)?!1:vd(e)||ud(e)||Yl(e)||gd(e)||Ol(e)||kl(e)||e.type===Q.UPDATE||e.type===Q.PLAN?!0:e.type===Q.THOUGHT&&!e.details?.streamed}function wd(e,t,n=fd(e)){let r=[],i=[],a=new Set,o=(e,t)=>{if(i.length===0)return;let a=md(i,e,n);if(a.length===0){i=[];return}let o=a[0],s=a[a.length-1],c=xd(a,e);r.push({type:`work`,id:e?`${o.timestamp}-active`:`${o.timestamp}-${s.timestamp}-${a.length}`,messages:a,isActive:e,status:c,startTimestamp:o.timestamp,endTimestamp:t?.timestamp??s.timestamp}),i=[]};for(let t of e){let e=cl(t),n=e?null:ll(t),s=e??n;if(s){let n=a.has(s.workstreamId);if(a.add(s.workstreamId),e||!n){o(!1,t),r.push({type:`message`,message:t});continue}}if(t.type===Q.COMPLETE||t.type===Q.IDLE){if(gl(t)){let e=i[0]?.timestamp;o(!1,t);let n=r[r.length-1];r.push({type:`stopped`,message:t,startTimestamp:e!==void 0&&n?.type===`work`?n.startTimestamp:e??t.timestamp,endTimestamp:t.timestamp});continue}o(!1,t);continue}if(Cd(t)||i.length>0&&_d(t)){if(Sd(t,i)){let e=r[r.length-1];if(e?.type===`work`&&!e.isActive){r.pop(),i=[...e.messages,t];continue}}i.push(t);continue}yd(t)&&(o(!1,t),r.push({type:`message`,message:t}))}return o(!t),r}function Td(e,t){if(e.activityId){let n=t.find(t=>kl(t)&&(pd(t,`activity_id`)===e.activityId||pd(t,`activity_group_id`)===e.activityId));if(n)return n;let r=t.find(t=>pd(t,`activity_id`)===e.activityId&&pd(t,`activity_group_id`))?.details?.activity_group_id;if(typeof r==`string`){let e=t.find(e=>kl(e)&&pd(e,`activity_group_id`)===r);if(e)return e}}if(e.isComplete)return;let n=dd(e.startTimestamp);if(!Number.isFinite(n))return;let r=[...t].filter(e=>dd(e.timestamp)>=n).sort((e,t)=>dd(e.timestamp)-dd(t.timestamp));for(let e of r){if(dd(e.timestamp)-n>6e4)return;if(kl(e))return e;if(yd(e))return}}function Ed(e,t){if(t.size===0)return e;let n=e.find(e=>e.workflow_run_id)?.workflow_run_id??``,r=[];return t.forEach((t,i)=>{let a=t.text.trim();if(!a||Tl(t,e)||il(a,t.workstreamId))return;let o=Td(t,e),s=o?pd(o,`activity_group_id`):void 0;r.push({timestamp:t.startTimestamp,workflow_run_id:n,type:o?Q.THOUGHT:Q.ANSWER,message:a,workstream_id:t.workstreamId,details:{activity_id:t.activityId,activity_group_id:s,display_role:o?`tool_preamble`:void 0,source:`streaming_summary`,streamed:!0,streaming_id:i,tools:o?.details?.tool?[o.details.tool]:void 0}})}),r.length===0?e:[...e,...r].sort((e,t)=>dd(e.timestamp)-dd(t.timestamp))}function Dd(e,t,n){let r=e[e.length-1];return r?r.type===`work`?r.endTimestamp??r.startTimestamp:r.message.timestamp??n:t.reduce((e,t)=>{let n=dd(t.timestamp);return!Number.isFinite(n)||n>=e.ms?e:{timestamp:t.timestamp,ms:n}},{ms:1/0}).timestamp??n}function Od(e,t,n){if(!t||n||e.some(e=>e.type===`work`&&e.isActive))return!1;let r=e[e.length-1];return r?r.type===`work`?!0:r.message.type===Q.QUESTION:!1}function kd(e){let t=e[e.length-1];return t?t.type===`message`&&t.message.type===Q.QUESTION&&e.length===1:!1}const Ad=new Set([`tool`,`tool_event`,`tool_run_id`,`tool_use_id`,`activity_group_id`,`event_class`,`tool_iteration`,`tool_status`,`message_to_human`,`tools`,`streamed`,`files`,`outputFiles`,`display_role`,`observation`,`progress_messages`,`browseruse`,`browser_use`]);function jd(e){return e?Object.entries(e).filter(([e,t])=>!Ad.has(e)&&t!=null&&t!==``):[]}function Md(e){return e.replace(/_/g,` `).replace(/([a-z])([A-Z])/g,`$1 $2`).replace(/^./,e=>e.toUpperCase())}function Nd(e){let t=e?.progress_messages;return Array.isArray(t)?t.flatMap(e=>{if(!e||typeof e!=`object`)return[];let t=e,n=typeof t.message==`string`?t.message.trim():``;return n?[{message:n,status:typeof t.status==`string`?t.status:void 0,timestamp:typeof t.timestamp==`number`||typeof t.timestamp==`string`?t.timestamp:void 0}]:[]}):[]}function Pd(e){return[`progress`,e.timestamp??`no-time`,e.status??`status`,e.message].join(`:`)}function Fd(e){let t=e.details,n=typeof t?.tool_run_id==`string`?t.tool_run_id:void 0;if(n)return`tool-run:${n}`;let r=typeof t?.activity_group_id==`string`?t.activity_group_id:void 0,i=typeof t?.tool_use_id==`string`?t.tool_use_id:void 0;return r||i?`tool:${r??`no-activity`}:${i??`no-use`}`:[`message`,e.workstream_id??`main`,e.type,e.timestamp,Ud(e)].join(`:`)}function Id(e,t){return e.timestamp===t.timestamp&&e.type===t.type&&e.message===t.message&&e.details===t.details&&e.workstream_id===t.workstream_id&&e.workflow_run_id===t.workflow_run_id}function Ld(e){switch(e){case`completed`:return`bg-green-50 dark:bg-green-900/30 text-green-700 dark:text-green-300 border-green-200 dark:border-green-800`;case`running`:return`bg-blue-50 dark:bg-blue-900/30 text-blue-700 dark:text-blue-300 border-blue-200 dark:border-blue-800`;case`error`:return`bg-red-50 dark:bg-red-900/30 text-red-700 dark:text-red-300 border-red-200 dark:border-red-800`;case`warning`:return`bg-yellow-50 dark:bg-yellow-900/30 text-yellow-700 dark:text-yellow-300 border-yellow-200 dark:border-yellow-800`;default:return``}}function Rd(e){let t=new Map,n=[];for(let r of e){let e=r.details?.tool_run_id;e?(t.has(e)||t.set(e,[]),t.get(e)?.push(r)):n.push(r)}for(let[e,r]of t){if(r.length<=1){n.push(...r);continue}r.sort((e,t)=>(typeof e.timestamp==`number`?e.timestamp:new Date(e.timestamp).getTime())-(typeof t.timestamp==`number`?t.timestamp:new Date(t.timestamp).getTime()));let e=r[r.length-1],t=r.find(e=>e.details?.tool_event===`started`),i=r.find(e=>e.details?.tool_status===`running`),a=t??i??r.find(e=>e.message?.trim()),o=(typeof a?.details?.message_to_human==`string`?a.details.message_to_human:void 0)||a?.message||e.message,s=r.filter(e=>e.details?.tool_event===`progress`&&e.message?.trim()).map(e=>({message:e.message.trim(),status:e.details?.tool_status,timestamp:e.timestamp})),c={};for(let e of r)Object.assign(c,e.details);s.length>0&&(c.progress_messages=s),n.push({...e,message:o,details:c})}return n.sort((e,t)=>(typeof e.timestamp==`number`?e.timestamp:new Date(e.timestamp).getTime())-(typeof t.timestamp==`number`?t.timestamp:new Date(t.timestamp).getTime())),n}const zd=e=>/\.(png|jpg|jpeg|gif|webp|svg)(\?|$)/i.test(e);function Bd({files:e,className:r}){let{t:i}=X(),{openImage:a}=gu();return!e||e.length===0?null:t(`div`,{className:H(`mt-2 flex flex-wrap gap-2`,r),children:e.map(e=>{let r=e.split(`/`).pop()?.split(`?`)[0]||`file`;return zd(e)?t(o,{variant:`unstyled`,className:`cursor-pointer p-0`,onClick:()=>a(e,r),title:i(`agent.clickToEnlarge`),"aria-label":r,children:t(`img`,{src:e,alt:r,className:`max-w-[300px] max-h-[200px] rounded border hover:opacity-80 transition-opacity hover:shadow-lg`})},e):n(`a`,{href:e,target:`_blank`,rel:`noopener noreferrer`,className:`inline-flex items-center gap-1 px-2 py-1 bg-muted rounded text-xs hover:bg-muted/80`,children:[`📎 `,r]},e)})})}const Vd=e=>{if(!e)return;let t=e.files??e.outputFiles;return Array.isArray(t)?t:void 0},Hd=e=>{let t=e.details;return e.type===Q.THOUGHT&&t?.display_role===`tool_preamble`},Ud=e=>{let t=e.details;if(Hd(e))return`assistant`;if(t?.tool)return t.tool;switch(e.type){case Q.UPDATE:return`update`;case Q.WARNING:return`warning`;case Q.ERROR:return`error`;case Q.SYSTEM:return`system`;default:return`activity`}},Wd=e=>Hd(e)?`text-[10px] px-1.5 py-0.5 rounded-md bg-gray-50 dark:bg-gray-800 text-gray-700 dark:text-gray-300 border border-gray-200 dark:border-gray-700 font-medium`:`text-[10px] px-1.5 py-0.5 rounded-md bg-purple-50 dark:bg-purple-900/30 text-purple-700 dark:text-purple-300 border border-purple-200 dark:border-purple-800 font-medium`;function Gd({message:e,isExpanded:r,onToggle:i,artifactRunId:a,classNames:s={}}){let{t:c}=X(),[l,u]=Y([]),d=He(),{client:f}=Z(),p=ta(),m=J(f);m.current=f;let h=J(p);h.current=p;let g=e.details,_=Ud(e),v=Wd(e),y=Vd(g),b=typeof e.message==`string`?e.message:``;K(()=>{if(!y||y.length===0||!a){u([]);return}let e=!1;return(async()=>{let t=m.current,n=h.current,r=await Promise.all(y.map(async e=>{if(!e||typeof e!=`string`)return null;if(e.startsWith(`http://`)||e.startsWith(`https://`))return e;let r=e.startsWith(`artifact:`)?e.slice(9):e,i=r.split(`.`).pop()?.toLowerCase()||``,o=new Set([`png`,`jpg`,`jpeg`,`gif`,`webp`,`bmp`,`svg`]).has(i)?`inline`:`attachment`;try{let e=ra(a,r,o);return n?await n.getOrFetch(e,async()=>(await t.files.getArtifactDownloadUrl(a,r,o)).url):(await t.files.getArtifactDownloadUrl(a,r,o)).url}catch(e){return console.error(`Failed to resolve artifact URL for ${r}`,e),null}}));e||u(r.filter(e=>!!e))})(),()=>{e=!0}},[y,a]);let x=l.filter(e=>zd(e)),S=l.filter(e=>!zd(e)),C=()=>{let e=[b,g?`\n\nDetails:\n${JSON.stringify(g,null,2)}`:``].join(``).trim();navigator.clipboard.writeText(e).then(()=>{d({status:`success`,title:c(`agent.copiedToClipboard`),duration:2e3})})};return n(`div`,{className:H(`border-b border-gray-100 dark:border-gray-800 last:border-b-0`,s.itemClassName),children:[n(`div`,{role:`button`,tabIndex:0,className:H(`flex items-start justify-between px-3 py-2 cursor-pointer hover:bg-gray-50 dark:hover:bg-gray-800/50 transition-colors`,s.itemHeaderClassName),onClick:i,onKeyDown:Fe(i),children:[n(`div`,{className:`flex items-start gap-2 flex-1 min-w-0`,children:[t(`div`,{className:`flex-shrink-0 pt-0.5`,children:r?t(yt,{className:`size-3 text-muted`}):t(St,{className:`size-3 text-muted cn-rtl-flip`})}),t(`div`,{className:`flex-1 min-w-0`,children:b?t(`span`,{className:`text-xs text-foreground line-clamp-2`,children:b}):n(`span`,{className:`text-xs text-muted italic`,children:[`Activity: `,_]})})]}),n(`div`,{className:`flex items-center gap-2 flex-shrink-0`,children:[!r&&t(`span`,{className:H(v,s.toolBadgeClassName),children:_}),t(o,{variant:`ghost`,size:`xs`,onClick:e=>{e.stopPropagation(),C()},className:`text-muted opacity-0 group-hover:opacity-100 transition-opacity`,title:c(`agent.copyMessage`),children:t(Ft,{className:`size-3`})})]})]}),x.length>0&&t(`div`,{className:`px-3 pb-1.5`,children:t(Bd,{files:x})}),r&&(()=>{let r=g?.tool_status,i=jd(g),o=Nd(g);return n(`div`,{className:H(`px-4 py-2 bg-gray-50/50 dark:bg-gray-800/30`,s.itemContentClassName),children:[n(`div`,{className:`flex items-center gap-2 mb-2 flex-wrap`,children:[t(`span`,{className:H(v,s.toolBadgeClassName),children:_}),r&&t(`span`,{className:H(`text-[10px] px-1.5 py-0.5 rounded-md border font-medium`,Ld(r)),children:r}),t(`span`,{className:`text-[10px] text-muted/70`,children:Rr(e.timestamp).format(`HH:mm:ss`)})]}),i.length>0&&t(`div`,{className:`mb-2 space-y-0.5`,children:i.map(([e,r])=>n(`div`,{className:`flex gap-1.5 text-xs`,children:[n(`span`,{className:`text-muted font-medium flex-shrink-0`,children:[Md(e),`:`]}),t(`span`,{className:`text-foreground break-all`,children:typeof r==`object`?JSON.stringify(r):String(r)})]},e))}),o.length>0&&n(`div`,{className:`mb-2 space-y-1`,children:[t(`div`,{className:`text-[10px] uppercase tracking-wide text-muted/70 font-medium`,children:c(`agent.progress`)}),o.map(e=>n(`div`,{className:`text-xs text-muted`,children:[e.timestamp&&t(`span`,{className:`me-1 text-muted/60`,children:Rr(e.timestamp).format(`HH:mm:ss`)}),t(`span`,{children:e.message})]},Pd(e)))]}),(()=>{let e=typeof g?.observation==`string`?g.observation:void 0;return e&&e!==b?t(`div`,{className:`vprose prose prose-slate dark:prose-invert prose-p:leading-relaxed prose-p:my-1.5 max-w-none text-sm`,children:t(yi,{artifactRunId:a,children:e})}):null})(),S.length>0&&t(Bd,{files:S})]})})()]})}function Kd({files:e,artifactRunId:n}){let[r,i]=Y([]),{client:a}=Z(),o=ta(),s=J(a);s.current=a;let c=J(o);return c.current=o,K(()=>{if(!e||e.length===0||!n){i([]);return}let t=!1;return(async()=>{let r=s.current,a=c.current,o=await Promise.all(e.map(async e=>{if(!e||typeof e!=`string`)return null;let t=e.startsWith(`artifact:`)?e.slice(9):e,i=t.split(`.`).pop()?.toLowerCase()||``;if(new Set([`png`,`jpg`,`jpeg`,`gif`,`webp`,`bmp`,`svg`]).has(i))return null;if(t.startsWith(`http://`)||t.startsWith(`https://`))return t;try{let e=ra(n,t,`attachment`);return a?await a.getOrFetch(e,async()=>(await r.files.getArtifactDownloadUrl(n,t,`attachment`)).url):(await r.files.getArtifactDownloadUrl(n,t,`attachment`)).url}catch(e){return console.error(`Failed to resolve artifact URL for ${t}`,e),null}}));t||i(o.filter(e=>!!e))})(),()=>{t=!0}},[e,n]),r.length===0?null:t(`div`,{className:`ps-4 pe-2 pb-1.5`,children:t(Bd,{files:r})})}function qd({messages:e,artifactRunId:n}){let[r,i]=Y([]),{client:a}=Z(),o=ta(),s=J(a);s.current=a;let c=J(o);return c.current=o,K(()=>{if(!n||e.length===0){i([]);return}let t=e[e.length-1].details,r=Vd(t);if(!r||r.length===0){i([]);return}let a=!1;return(async()=>{let e=s.current,t=c.current,o=await Promise.all(r.map(async r=>{if(!r||typeof r!=`string`)return null;let i=r.startsWith(`artifact:`)?r.slice(9):r,a=i.split(`.`).pop()?.toLowerCase()||``;if(!new Set([`png`,`jpg`,`jpeg`,`gif`,`webp`,`bmp`,`svg`]).has(a))return null;if(i.startsWith(`http://`)||i.startsWith(`https://`))return i;try{let r=ra(n,i,`inline`);return t?await t.getOrFetch(r,async()=>(await e.files.getArtifactDownloadUrl(n,i,`inline`)).url):(await e.files.getArtifactDownloadUrl(n,i,`inline`)).url}catch(e){return console.error(`Failed to resolve artifact URL for ${i}`,e),null}}));a||i(o.filter(e=>!!e))})(),()=>{a=!0}},[e,n]),r.length===0?null:t(`div`,{className:`px-3 py-1.5 border-b border-gray-100 dark:border-gray-800`,children:t(Bd,{files:r})})}function Jd({messages:r,showPulsatingCircle:i=!1,toolRunId:a,toolStatus:s,preambleText:c,preambleMessage:l,rootClassName:u,headerClassName:d,senderClassName:f,toolSummaryClassName:p,toolBadgeClassName:m,itemClassName:h,itemHeaderClassName:g,itemContentClassName:_}){let v=q(()=>Rd(r),[r]),y=q(()=>v.map(Fd),[v]),[b,x]=Y(!0),[S,C]=Y(new Set),[w,T]=Y(new Set),E=J(y),{t:D}=X(),O=He(),k=v.find(e=>e.workflow_run_id)?.workflow_run_id??v[0]?.workflow_run_id,A=()=>i?t(lu,{size:`sm`,color:`blue`}):s===`running`?t(`span`,{className:`size-2 rounded-full bg-blue-500 inline-block`}):s===`completed`?t(ht,{className:`size-4 text-success`}):s===`error`?t(at,{className:`size-4 text-destructive`}):s===`warning`?t(st,{className:`size-4 text-attention`}):t(dt,{className:`size-4 text-purple-600 dark:text-purple-400`}),j=()=>s===`completed`?`border-s-success`:s===`error`?`border-s-destructive`:s===`warning`?`border-s-attention`:`border-s-purple-500`;K(()=>{let e=E.current,t=new Set(e),n=y.filter(e=>!t.has(e));if(n.length>0){T(new Set(n));let e=setTimeout(()=>{T(new Set)},500);return E.current=y,()=>clearTimeout(e)}E.current=y},[y]);let M=v[0],N=v[v.length-1],P=M.timestamp,F=N.timestamp,I=v.map(e=>Ud(e)),L=new Set(I).size===1?`${v.length}× ${I[0]}`:`${v.length} activity updates`,R=e=>{C(t=>{let n=new Set(t);return n.has(e)?n.delete(e):n.add(e),n})},z=()=>{let e=v.map(e=>{let t=e.details;return`[${Ud(e)}] ${e.message||``}\n${t?JSON.stringify(t,null,2):``}`}).join(`
41
41
 
42
42
  ---
43
43
 
44
- `);navigator.clipboard.writeText(e).then(()=>{O({status:`success`,title:D(`agent.copiedAllToolCalls`),duration:2e3})})};return n(`div`,{className:V(`border-s-4 overflow-hidden bg-white dark:bg-gray-900 mb-4`,j(),u),children:[n(`div`,{role:`button`,tabIndex:0,"aria-expanded":!b,className:V(`flex items-center justify-between px-4 py-1.5 cursor-pointer hover:bg-gray-50 dark:hover:bg-gray-800/50 transition-colors`,d),onClick:()=>x(!b),onKeyDown:Ie(()=>x(!b)),children:[n(`div`,{className:`flex items-center gap-1 flex-1 min-w-0`,children:[A(),c?t(`span`,{className:V(`text-xs text-foreground line-clamp-2 flex-1 min-w-0`,p),children:c}):n(e,{children:[t(`span`,{className:V(`text-xs font-medium text-muted`,f),children:`Agent`}),t(`span`,{className:V(`text-xs text-purple-600 dark:text-purple-400 font-medium`,p),children:L})]}),b?t(St,{className:`size-3 text-muted flex-shrink-0 cn-rtl-flip`}):t(yt,{className:`size-3 text-muted flex-shrink-0`})]}),n(`div`,{className:`flex items-center gap-1 flex-shrink-0`,children:[c&&t(`span`,{className:V(`text-[10px] text-purple-600 dark:text-purple-400 font-medium`,p),children:L}),n(`span`,{className:`text-[11px] text-muted/70`,children:[Ir(P).format(`HH:mm:ss`),v.length>1&&` - ${Ir(F).format(`HH:mm:ss`)}`]}),t(o,{variant:`ghost`,size:`xs`,onClick:e=>{e.stopPropagation(),z()},className:`text-muted/50 hover:text-muted h-5 w-5 p-0`,title:D(`agent.copyAllToolCalls`),children:t(Ft,{className:`size-3`})})]})]}),t(Gd,{messages:v,artifactRunId:k}),b&&t(`div`,{className:`px-3 py-0.5 space-y-0`,children:v.map((e,r)=>{let i=y[r]??Nd(e),a=e.details,o=Vd(e),s=Hd(e),c=typeof e.message==`string`?e.message:``,l=w.has(i),u=S.has(i),d=zd(a);return n(`div`,{className:V(`border-b border-gray-100 dark:border-gray-800 last:border-b-0`,h),style:{opacity:+!l,transform:l?`translateX(-10px)`:`translateX(0)`,transition:`opacity 0.3s ease-out, transform 0.3s ease-out`,transitionDelay:`${(r-(v.length-w.size))*100}ms`,animation:l?`slideInFade 0.4s ease-out forwards`:`none`,animationDelay:`${(r-(v.length-w.size))*100}ms`},children:[n(`div`,{role:`button`,tabIndex:0,"aria-expanded":u,className:V(`flex items-start gap-2 py-1.5 text-xs cursor-pointer hover:bg-gray-50 dark:hover:bg-gray-800/50`,g),onClick:()=>R(i),onKeyDown:Ie(()=>R(i)),title:c,children:[t(`div`,{className:`flex-shrink-0 pt-0.5`,children:u?t(yt,{className:`size-3 text-muted`}):t(St,{className:`size-3 text-muted cn-rtl-flip`})}),t(`div`,{className:`flex-1 min-w-0`,children:c?t(`span`,{className:`text-foreground line-clamp-2`,children:c}):n(`span`,{className:`text-muted italic`,children:[`Activity: `,o]})}),!u&&t(`span`,{className:V(s,`flex-shrink-0`,m),children:o})]}),t(Wd,{files:d,artifactRunId:k}),u&&(()=>{let r=a?.tool_status,i=kd(a),l=jd(a);return n(`div`,{className:V(`ps-5 pe-3 pb-2 text-sm`,_),children:[n(`div`,{className:`flex items-center gap-2 mb-1.5 flex-wrap`,children:[t(`span`,{className:V(s,m),children:o}),r&&t(`span`,{className:V(`text-[10px] px-1.5 py-0.5 rounded-md border font-medium`,Fd(r)),children:r}),t(`span`,{className:`text-[10px] text-muted/70`,children:Ir(e.timestamp).format(`HH:mm:ss`)})]}),i.length>0&&t(`div`,{className:`mb-1.5 space-y-0.5`,children:i.map(([e,r])=>n(`div`,{className:`flex gap-1.5 text-xs`,children:[n(`span`,{className:`text-muted font-medium flex-shrink-0`,children:[Ad(e),`:`]}),t(`span`,{className:`text-foreground break-all`,children:typeof r==`object`?JSON.stringify(r):String(r)})]},e))}),l.length>0&&n(`div`,{className:`mb-1.5 space-y-1`,children:[t(`div`,{className:`text-[10px] uppercase tracking-wide text-muted/70 font-medium`,children:D(`agent.progress`)}),l.map(e=>n(`div`,{className:`text-xs text-muted`,children:[e.timestamp&&t(`span`,{className:`me-1 text-muted/60`,children:Ir(e.timestamp).format(`HH:mm:ss`)}),t(`span`,{children:e.message})]},Md(e)))]}),(()=>{let e=typeof a?.observation==`string`?a.observation:void 0;return e&&e!==c?t(`div`,{className:`vprose prose prose-slate dark:prose-invert prose-p:leading-relaxed prose-p:my-1.5 max-w-none text-sm`,children:t(_i,{artifactRunId:k,children:e})}):null})()]})})()]},i)})}),t(`style`,{children:`
44
+ `);navigator.clipboard.writeText(e).then(()=>{O({status:`success`,title:D(`agent.copiedAllToolCalls`),duration:2e3})})};return n(`div`,{className:H(`border-s-4 overflow-hidden bg-white dark:bg-gray-900 mb-4`,j(),u),children:[n(`div`,{role:`button`,tabIndex:0,"aria-expanded":!b,className:H(`flex items-center justify-between px-4 py-1.5 cursor-pointer hover:bg-gray-50 dark:hover:bg-gray-800/50 transition-colors`,d),onClick:()=>x(!b),onKeyDown:Fe(()=>x(!b)),children:[n(`div`,{className:`flex items-center gap-1 flex-1 min-w-0`,children:[A(),c?t(`span`,{className:H(`text-xs text-foreground line-clamp-2 flex-1 min-w-0`,p),children:c}):n(e,{children:[t(`span`,{className:H(`text-xs font-medium text-muted`,f),children:`Agent`}),t(`span`,{className:H(`text-xs text-purple-600 dark:text-purple-400 font-medium`,p),children:L})]}),b?t(St,{className:`size-3 text-muted flex-shrink-0 cn-rtl-flip`}):t(yt,{className:`size-3 text-muted flex-shrink-0`})]}),n(`div`,{className:`flex items-center gap-1 flex-shrink-0`,children:[c&&t(`span`,{className:H(`text-[10px] text-purple-600 dark:text-purple-400 font-medium`,p),children:L}),n(`span`,{className:`text-[11px] text-muted/70`,children:[Rr(P).format(`HH:mm:ss`),v.length>1&&` - ${Rr(F).format(`HH:mm:ss`)}`]}),t(o,{variant:`ghost`,size:`xs`,onClick:e=>{e.stopPropagation(),z()},className:`text-muted/50 hover:text-muted h-5 w-5 p-0`,title:D(`agent.copyAllToolCalls`),children:t(Ft,{className:`size-3`})})]})]}),t(qd,{messages:v,artifactRunId:k}),b&&t(`div`,{className:`px-3 py-0.5 space-y-0`,children:v.map((e,r)=>{let i=y[r]??Fd(e),a=e.details,o=Ud(e),s=Wd(e),c=typeof e.message==`string`?e.message:``,l=w.has(i),u=S.has(i),d=Vd(a);return n(`div`,{className:H(`border-b border-gray-100 dark:border-gray-800 last:border-b-0`,h),style:{opacity:+!l,transform:l?`translateX(-10px)`:`translateX(0)`,transition:`opacity 0.3s ease-out, transform 0.3s ease-out`,transitionDelay:`${(r-(v.length-w.size))*100}ms`,animation:l?`slideInFade 0.4s ease-out forwards`:`none`,animationDelay:`${(r-(v.length-w.size))*100}ms`},children:[n(`div`,{role:`button`,tabIndex:0,"aria-expanded":u,className:H(`flex items-start gap-2 py-1.5 text-xs cursor-pointer hover:bg-gray-50 dark:hover:bg-gray-800/50`,g),onClick:()=>R(i),onKeyDown:Fe(()=>R(i)),title:c,children:[t(`div`,{className:`flex-shrink-0 pt-0.5`,children:u?t(yt,{className:`size-3 text-muted`}):t(St,{className:`size-3 text-muted cn-rtl-flip`})}),t(`div`,{className:`flex-1 min-w-0`,children:c?t(`span`,{className:`text-foreground line-clamp-2`,children:c}):n(`span`,{className:`text-muted italic`,children:[`Activity: `,o]})}),!u&&t(`span`,{className:H(s,`flex-shrink-0`,m),children:o})]}),t(Kd,{files:d,artifactRunId:k}),u&&(()=>{let r=a?.tool_status,i=jd(a),l=Nd(a);return n(`div`,{className:H(`ps-5 pe-3 pb-2 text-sm`,_),children:[n(`div`,{className:`flex items-center gap-2 mb-1.5 flex-wrap`,children:[t(`span`,{className:H(s,m),children:o}),r&&t(`span`,{className:H(`text-[10px] px-1.5 py-0.5 rounded-md border font-medium`,Ld(r)),children:r}),t(`span`,{className:`text-[10px] text-muted/70`,children:Rr(e.timestamp).format(`HH:mm:ss`)})]}),i.length>0&&t(`div`,{className:`mb-1.5 space-y-0.5`,children:i.map(([e,r])=>n(`div`,{className:`flex gap-1.5 text-xs`,children:[n(`span`,{className:`text-muted font-medium flex-shrink-0`,children:[Md(e),`:`]}),t(`span`,{className:`text-foreground break-all`,children:typeof r==`object`?JSON.stringify(r):String(r)})]},e))}),l.length>0&&n(`div`,{className:`mb-1.5 space-y-1`,children:[t(`div`,{className:`text-[10px] uppercase tracking-wide text-muted/70 font-medium`,children:D(`agent.progress`)}),l.map(e=>n(`div`,{className:`text-xs text-muted`,children:[e.timestamp&&t(`span`,{className:`me-1 text-muted/60`,children:Rr(e.timestamp).format(`HH:mm:ss`)}),t(`span`,{children:e.message})]},Pd(e)))]}),(()=>{let e=typeof a?.observation==`string`?a.observation:void 0;return e&&e!==c?t(`div`,{className:`vprose prose prose-slate dark:prose-invert prose-p:leading-relaxed prose-p:my-1.5 max-w-none text-sm`,children:t(yi,{artifactRunId:k,children:e})}):null})()]})})()]},i)})}),t(`style`,{children:`
45
45
  @keyframes slideInFade {
46
46
  from {
47
47
  opacity: 0;
@@ -52,11 +52,11 @@ $&`)),t.includes(` - `)&&(t=t.replace(/(^|\S)\s+-\s+/g,`$1
52
52
  transform: translateX(0);
53
53
  }
54
54
  }
55
- `}),!b&&t(`div`,{className:`group`,children:v.map((e,n)=>{let r=y[n]??Nd(e);return t(Ud,{message:e,isExpanded:S.has(r),onToggle:()=>R(r),artifactRunId:k,classNames:{toolBadgeClassName:m,itemClassName:h,itemHeaderClassName:g,itemContentClassName:_}},r)})})]})}const qd=Ze(Kd,(e,t)=>e.messages.length!==t.messages.length||e.showPulsatingCircle!==t.showPulsatingCircle||e.toolRunId!==t.toolRunId||e.toolStatus!==t.toolStatus||e.preambleText!==t.preambleText||e.rootClassName!==t.rootClassName||e.headerClassName!==t.headerClassName||e.senderClassName!==t.senderClassName||e.toolSummaryClassName!==t.toolSummaryClassName||e.toolBadgeClassName!==t.toolBadgeClassName||e.itemClassName!==t.itemClassName||e.itemHeaderClassName!==t.itemHeaderClassName||e.itemContentClassName!==t.itemContentClassName?!1:e.messages.every((e,n)=>Pd(e,t.messages[n]))),Jd=`flex items-center gap-1.5 px-2 py-1 text-xs font-medium whitespace-nowrap transition-colors border-b-2 shrink-0 cursor-pointer`,Yd=`border-transparent text-muted hover:bg-muted`,Xd=`border-info bg-info text-info`;function Zd(e){return e.length>20?`${e.substring(0,18)}...`:e}function Qd({items:e,current:r,onSelect:i,label:a,active:o,count:s,completionStatus:c}){let[l,u]=Y(!1),d=J(null),f=J(!1),p=()=>{d.current&&=(clearTimeout(d.current),null)},m=()=>{p(),f.current=!0,u(!0)},h=()=>{p(),d.current=setTimeout(()=>u(!1),150)};return K(()=>()=>clearTimeout(d.current??void 0),[]),n(x,{modal:!1,open:l,onOpenChange:e=>{p(),e&&(f.current=!1),u(e)},children:[t(E,{asChild:!0,children:n(`button`,{type:`button`,onMouseEnter:m,onMouseLeave:h,className:V(Jd,o?Xd:Yd),children:[a,t(yt,{className:`ms-0.5 size-3.5`})]})}),t(S,{align:`end`,className:`w-max`,onMouseEnter:p,onMouseLeave:h,onCloseAutoFocus:e=>{f.current&&e.preventDefault()},children:e.map(([e,a])=>{let o=(s?.get(e)??0)>0;return n(C,{onClick:()=>i(e),className:V(`flex items-center gap-2`,e===r&&`text-info`),children:[t(`span`,{className:`truncate`,children:a}),o&&n(`span`,{className:`ms-auto inline-flex items-center gap-1`,children:[t(`span`,{className:`inline-flex items-center justify-center rounded-full bg-muted px-1.5 text-[10px] text-muted`,children:s?.get(e)}),c&&e!==`all`&&(c.get(e)?t(ht,{className:`size-3 text-success`}):t(Mt,{className:`size-3 text-attention`}))]})]},e)})})]})}function $d({entries:r,activeWorkstream:i,onSelectWorkstream:a,count:o,completionStatus:s}){let{t:c}=X(),l=J(null),u=J([]),d=J(null),[f,p]=Y({count:r.length,promote:!1}),m=()=>{let e=l.current;if(!e)return;let t=e.clientWidth,n=r.map((e,t)=>u.current[t]?.offsetWidth??0),a=n.reduce((e,t)=>e+t,0)+4*Math.max(0,r.length-1),o=(e,t)=>{let i=0,a=0;for(let o=0;o<r.length;o++){if(o===t)continue;let r=i+(a>0?4:0)+n[o];if(r>e)break;i=r,a+=1}return a},s;if(a<=t)s={count:r.length,promote:!1};else{let e=d.current?.offsetWidth??0,a=Math.max(1,o(t-e-4,-1)),c=r.findIndex(([e])=>e===i);s=c<0||c<a?{count:a,promote:!1}:{count:o(t-e-n[c]-8,c),promote:!0}}p(e=>e.count===s.count&&e.promote===s.promote?e:s)},h=J(m);h.current=m,et(()=>{h.current()}),K(()=>{let e=l.current;if(!e||typeof ResizeObserver>`u`)return;let t=new ResizeObserver(()=>h.current());return t.observe(e),()=>t.disconnect()},[]);let g=r.findIndex(([e])=>e===i),_,v;if(f.promote&&g>=0){let e=r.filter((e,t)=>t!==g);_=[...e.slice(0,f.count),r[g]],v=e.slice(f.count)}else _=r.slice(0,f.count),v=r.slice(f.count);let y=v.some(([e])=>e===i),b=c(`agent.moreTabs`),x=(r,i,a)=>{let c=(o?.get(r)??0)>0;return n(e,{children:[Zd(i),c&&n(`span`,{className:`flex items-center gap-1`,children:[t(`span`,{className:V(`inline-flex items-center justify-center p-1 text-xs rounded-full`,a?`bg-info text-info`:`bg-muted text-muted`),children:o?.get(r)}),s&&r!==`all`&&(s.get(r)?t(ht,{className:`size-3 text-success`}):t(Mt,{className:`size-3 text-attention`}))]})]})};return n(`div`,{ref:l,className:`relative mb-1 bg-muted border-b border-muted/20`,children:[n(`div`,{"aria-hidden":!0,className:`pointer-events-none invisible absolute start-0 top-0 flex w-max gap-1`,children:[r.map(([e,n],r)=>t(`button`,{type:`button`,tabIndex:-1,ref:e=>{u.current[r]=e},className:V(Jd,Yd),children:x(e,n,!1)},e)),n(`button`,{type:`button`,tabIndex:-1,ref:d,className:V(Jd,Yd),children:[b,t(yt,{className:`ms-0.5 size-3.5`})]})]}),n(`div`,{className:`flex gap-1 overflow-hidden`,children:[_.map(([e,n])=>{let r=i===e;return t(`button`,{type:`button`,"aria-current":r?`page`:void 0,onClick:()=>a(e),title:n.length>20?n:void 0,className:V(Jd,r?Xd:Yd),children:x(e,n,r)},e)}),v.length>0&&t(Qd,{items:v,current:i,onSelect:a,label:b,active:y,count:o,completionStatus:s})]})]})}function ef({workstreams:e,activeWorkstream:n,onSelectWorkstream:r,count:i,completionStatus:a}){let{t:o}=X(),s=new Map;s.set(`all`,o(`agent.allMessages`)),s.set(`main`,o(`agent.main`)),e.forEach((e,t)=>{t!==`all`&&t!==`main`&&t!==`research_france`&&t!==`statistics`&&s.set(t,e)}),e=s;let c=Array.from(e.entries()).sort(([e],[t])=>e===`all`?-1:t===`all`?1:e===`main`?-1:t===`main`?1:e.localeCompare(t));return c.length>2?t($d,{entries:c,activeWorkstream:n,onSelectWorkstream:r,count:i,completionStatus:a}):t(`div`,{className:`py-0.5`})}function tf(e){let t=new Map,n=rt.getFixedT(null,nt);return t.set(`all`,n(`agent.allMessages`)),t.set(`main`,n(`agent.main`)),e.forEach(e=>{e.workstream_id&&e.workstream_id!==`main`&&e.workstream_id!==`all`&&!t.has(e.workstream_id)&&t.set(e.workstream_id,e.workstream_id)}),t}function nf(e,t){return t===`all`?[...e]:t===`main`?e.filter(e=>gl(e)===`main`):e.filter(e=>gl(e)===t)}const rf=e=>e.type===Q.BATCH_PROGRESS&&!!e.details?.batch_id;function af(e){if(e==null||e===``)return Date.now();let t=typeof e==`number`?e:new Date(e).getTime();return Number.isFinite(t)?t:Date.now()}function of(e){let t=Date.now()-af(e);return Math.max(0,Math.round(t/1e3))}function sf(e,t){let n=af(t)-af(e);return Math.max(0,Math.round(n/1e3))}function cf(e){if(e<60)return`${e}s`;let t=Math.floor(e/60),n=e%60;return n>0?`${t}m ${n}s`:`${t}m`}function lf(e){if(e==null||e===``)return;let t=typeof e==`number`?e:new Date(e).getTime();return Number.isFinite(t)?t:void 0}function uf(e){let t=lf(e);if(t!==void 0)return new Intl.DateTimeFormat(void 0,{hour:`2-digit`,minute:`2-digit`,second:`2-digit`}).format(new Date(t))}function df(e){let t=e.details,n=t?.tool||``,r=Array.isArray(t?.tools)?t.tools.map(e=>typeof e==`string`?e:e.name||e.tool||``).filter(Boolean):[],i=[n,...r].join(` `).toLowerCase(),a=n.toLowerCase(),o=typeof e.message==`string`?e.message.trim():``;return t?.display_role===`tool_preamble`?i.includes(`search`)||i.includes(`web`)||i.includes(`fetch`)?`Preparing search`:r.length>0?`Preparing tools`:`Thinking`:a.includes(`search`)?`Searching`:a.includes(`fetch`)||a.includes(`web`)?`Searching the web`:a.includes(`read`)||a.includes(`document`)?`Reading`:a.includes(`edit`)||a.includes(`write`)||a.includes(`create`)?`Editing`:a.includes(`bash`)||a.includes(`shell`)||a.includes(`command`)?`Running command`:o||`Using tool`}function ff(e){return e?`Working`:`Worked`}function pf(e){return e.length>0&&e.every(cd)}function mf(e){return ff(e)}function hf(e){let t=e.filter(e=>gl(e)===`main`);return(t[t.length-1]??e[e.length-1])?.type===Q.QUESTION}function gf(e,t){let n=e.filter(e=>gl(e)===`main`),r=n[n.length-1]??e[e.length-1];if(!r||!tu(r,t))return!1;let i=pp(r);return i===`allow_once`||i===`allow_for_run`}function _f(e){if(e.type!==Q.UPDATE)return;let t=Qf(e);if(t.tool!==void 0||t.activity_group_id!==void 0)return;let n=typeof t.path==`string`&&t.path.trim()?t.path.trim():void 0;if(n)return bf(e)===`Prepared and saved artifact to ${n}`?n:void 0}function vf(e,t){let n=gl(e[t]);for(let r=t-1;r>=0;--r){let t=e[r];if(gl(t)!==n)continue;let i=Qf(t);if(i.tool===`write_artifact`&&typeof i.activity_group_id==`string`)return t;if(t.type!==Q.REQUEST_INPUT&&!pp(t)&&i.display_role!==`thinking`&&(typeof i.tool==`string`&&i.tool!==`write_artifact`||t.type===Q.ANSWER||t.type===Q.COMPLETE||t.type===Q.IDLE||t.type===Q.TERMINATED))return}}function yf(e){return e.map((t,n)=>{let r=_f(t);if(!r)return t;let i=vf(e,n),a=i?Qf(i):void 0;if(!a)return t;let o=typeof a.activity_group_id==`string`?a.activity_group_id:void 0,s=typeof a.tool_run_id==`string`?a.tool_run_id:void 0,c=typeof a.tool_use_id==`string`?a.tool_use_id:void 0,l=typeof a.tool_iteration==`number`?a.tool_iteration:void 0;return o?{...t,details:{...t.details,event_class:`activity`,tool:`write_artifact`,tool_run_id:s??`write_artifact`,tool_use_id:c??s??`write_artifact`,tool_iteration:l,tool_status:`completed`,tool_event:`progress`,activity_group_id:o,output:bf(t),path:r}}:t})}function bf(e){return e.message?typeof e.message==`object`?JSON.stringify(e.message,null,2):String(e.message).trim():``}function xf({message:e,details:r,onSelectWorkstream:i}){let{t:a}=X(),o=Qc(r.workstreamId,r.interaction),s=r.interaction?Xc(r.interaction):``,c=s&&s!==o?s:void 0;return t(`div`,{className:`mx-auto w-full max-w-3xl px-1`,"data-workstream-id":r.workstreamId,children:n(`button`,{type:`button`,className:V(`group flex w-full items-start gap-3 border-b border-border/70 py-2 text-start text-sm text-muted`,`transition-colors hover:text-foreground focus-visible:outline-none focus-visible:ring-2`,`focus-visible:ring-focus focus-visible:ring-offset-2 focus-visible:ring-offset-background`),onClick:()=>i?.(r.workstreamId),children:[t(dt,{className:`mt-0.5 size-4 shrink-0 text-muted`,"aria-hidden":`true`}),n(`div`,{className:`min-w-0 flex-1`,children:[n(`div`,{className:`flex min-w-0 flex-wrap items-center gap-x-2 gap-y-1`,children:[t(`span`,{className:`font-medium text-muted`,children:a(`agent.workstreams`)}),t(`span`,{className:`min-w-0 truncate text-foreground/85`,children:o})]}),c&&t(`div`,{className:`mt-0.5 truncate text-xs text-muted/75`,children:c}),t(`span`,{className:`sr-only`,children:bf(e)})]}),t(St,{className:`mt-0.5 size-4 shrink-0 text-muted transition-transform group-hover:translate-x-0.5 rtl:rotate-180 rtl:group-hover:-translate-x-0.5`})]})})}const Sf=[`agent-markdown vprose prose max-w-none break-words text-sm leading-6 text-foreground/80`,`prose-p:my-2 prose-p:leading-6 prose-li:my-0.5 prose-pre:my-3 prose-headings:tracking-normal`,`prose-headings:text-foreground prose-strong:text-foreground prose-code:text-foreground`,`prose-a:text-foreground prose-a:underline prose-a:decoration-muted prose-a:underline-offset-4`,`[&_p]:text-foreground/80 [&_li]:text-foreground/80 [&_li::marker]:text-muted`].join(` `),Cf=/\[[^\]]+\]\((?:\/store\/(?:objects|collections)\/|store:|document:|document:\/\/|collection:)[^)]+\)/,wf={table:Nf};function Tf(e){if(!e||typeof e!=`object`)return``;let t=e;return typeof t.value==`string`?t.value:Array.isArray(t.children)?t.children.map(Tf).join(``):``}function Ef(e,t){if(!e||typeof e!=`object`)return[];let n=e.children;return Array.isArray(n)?n.filter(e=>{if(!e||typeof e!=`object`)return!1;let n=e;return t?n.tagName===t:typeof n.tagName==`string`}):[]}function Df(e){return Ef(e).filter(e=>e.tagName===`thead`||e.tagName===`tbody`).flatMap(e=>Ef(e,`tr`).map(e=>Ef(e).filter(e=>e.tagName===`th`||e.tagName===`td`).map(e=>Tf(e).replace(/\s+/g,` `).trim())))}function Of(e){return Ef(e,`tbody`).flatMap(e=>Ef(e,`tr`).map(e=>Ef(e,`td`).map(e=>Tf(e).replace(/\s+/g,` `).trim())))}function kf(e){let t=Df(e),n=Of(e),r=Math.max(0,...t.map(e=>e.length));if(r<=1)return new Set;let i=new Set;for(let e=0;e<r;e+=1){let t=n.map(t=>t[e]||``).map(e=>e.trim()).filter(Boolean);if(t.length===0)continue;let r=t.map(e=>e.length),a=Math.max(...r),o=r.reduce((e,t)=>e+t,0)/r.length,s=t.some(e=>/\S{12,}/.test(e));a<=16&&o<=10&&!s&&i.add(e)}return i.size>=r?new Set:i}function Af(e,t,n){return Math.min(n,Math.max(t,e))}function jf(e){return e.reduce((e,t)=>{let n=t.match(/\S+/g)||[];return Math.max(e,...n.map(e=>e.length))},0)}function Mf(e){let t=Df(e),n=Math.max(0,...t.map(e=>e.length));if(n<=1)return[];let r=kf(e),i=Array.from({length:n},(e,n)=>{if(r.has(n))return 8;let i=t.map(e=>e[n]||``).map(e=>e.trim()).filter(Boolean);if(i.length===0)return 18;let a=i.map(e=>e.length),o=Math.max(...a),s=a.reduce((e,t)=>e+t,0)/a.length,c=jf(i);return Af(s*.7+o*.25+c*.45,18,90)}),a=i.reduce((e,t)=>e+t,0);return a<=0?[]:i.map((e,t)=>{let n=`${(e/a*100).toFixed(3)}%`;return{key:`agent-markdown-table-column-${t}`,compact:r.has(t),width:n}})}function Nf({node:e,className:r,children:i,...a}){let o=Mf(e);return n(`table`,{...a,className:r,children:[o.length>0?t(`colgroup`,{children:o.map(e=>t(`col`,{className:e.compact?`agent-markdown-table-compact-col`:void 0,style:{"--agent-markdown-table-column-width":e.width}},e.key))}):null,i]})}function Pf(e){if(e==null||typeof e==`boolean`)return 0;if(typeof e==`string`||typeof e==`number`)return String(e).length;if(Array.isArray(e))return e.reduce((e,t)=>e+Pf(t),0);if(W.isValidElement(e)){let t=e.props;return Pf(t.children)}return 0}function Ff(e,t){let[n,r]=Y(()=>of(e));return K(()=>{if(!t){r(of(e));return}let n=()=>r(of(e));n();let i=window.setInterval(n,1e3);return()=>window.clearInterval(i)},[t,e]),n}function If(e=!0){let[t,n]=Y(0);return K(()=>{if(!e)return;let t=window.setInterval(()=>{n(()=>Math.floor(Math.random()*fu.length))},4e3);return()=>window.clearInterval(t)},[e]),t}function Lf({children:e,message:r,workstreamId:i,className:a,artifactRunId:o,markdownComponents:s}){let{t:c}=X(),[l,u]=Y(!1),d=q(()=>Pf(e),[e])>520,f=typeof e==`string`||typeof e==`number`,p=f?String(e):``,m=typeof e==`string`&&Cf.test(e),h=r?Iu(r):void 0;return K(()=>{!d&&l&&u(!1)},[l,d]),t(`div`,{className:`mx-auto flex w-full max-w-3xl justify-end px-1`,children:n(`div`,{className:V(`max-w-[min(44rem,82%)] rounded-[1.35rem] bg-mixer-muted/35 px-4 py-2.5`,`text-sm font-normal leading-6 text-foreground/90 shadow-sm shadow-black/5 dark:bg-mixer-muted/15 dark:text-foreground/88 dark:shadow-none`,`break-words [overflow-wrap:anywhere]`,a),"data-workstream-id":i,children:[t(`div`,{className:V(f&&!m&&`whitespace-pre-wrap`,d&&!l&&`max-h-72 overflow-hidden [mask-image:linear-gradient(to_bottom,black_76%,transparent_100%)]`),children:m?t(_i,{artifactRunId:o,components:s,className:V(`agent-markdown vprose prose max-w-none break-words text-sm leading-6 text-foreground/90`,`prose-p:my-0 prose-p:leading-6 prose-a:text-foreground prose-a:underline prose-a:decoration-muted prose-a:underline-offset-4`,`[&_p+_p]:mt-2`),children:p}):e}),d&&n(`button`,{type:`button`,"aria-expanded":l,className:`mt-2 inline-flex items-center gap-1 text-sm font-medium text-muted transition-colors hover:text-foreground focus-visible:outline-none focus-visible:ring-2 focus-visible:ring-ring`,onClick:()=>u(e=>!e),children:[c(l?`agent.showLess`:`agent.showMore`),t(yt,{className:V(`size-4 transition-transform`,l&&`rotate-180`),"aria-hidden":`true`})]}),r&&h?t(`div`,{className:`mt-1.5 flex justify-end`,children:t(Ru,{message:r,className:`h-4 w-4`})}):null]})})}function Rf({message:r,onSendMessage:i,onSelectWorkstream:a,requestInputAnswered:o=!1,StoreLinkComponent:s,CollectionLinkComponent:c}){let l=r.type===Q.REQUEST_INPUT?Il(r):bf(r),u=ol(r)??sl(r),d=gl(r),f=r.workflow_run_id,p=q(()=>r.type===Q.QUESTION?ju(l):null,[l,r.type]),m=q(()=>({...wf,a:({node:e,ref:n,...r})=>{let i=r.href||``;if(i.includes(`/store/objects`)){let e=i.split(`/store/objects/`)[1]||``;return s?t(s,{href:i,documentId:e,children:r.children}):t(oi,{href:i,topLevelNav:!0,children:r.children})}if(i.includes(`/store/collections`)){let e=i.split(`/store/collections/`)[1]||``;return c?t(c,{href:i,collectionId:e,children:r.children}):t(oi,{href:i,topLevelNav:!0,children:r.children})}return t(`a`,{...r,target:`_blank`,rel:`noopener noreferrer`})}}),[s,c]);if(u)return t(xf,{message:r,details:u,onSelectWorkstream:a});if(r.type===Q.QUESTION){let i=p?.body??l,a=p?.attachments??[];return n(e,{children:[a.length>0&&t(`div`,{className:`mx-auto flex w-full max-w-3xl justify-end px-1`,children:t(Ou,{items:a,artifactRunId:f,align:`end`,variant:`message`,StoreLinkComponent:s,CollectionLinkComponent:c})}),i&&t(Lf,{message:r,workstreamId:d,artifactRunId:f,markdownComponents:m,children:i})]})}let h=r.details;if(r.type===Q.REQUEST_INPUT&&h?.ux){let e=h.ux;return t(`div`,{className:`mx-auto w-full max-w-3xl px-1`,children:t(Jc,{question:l,options:e.options,variant:e.variant,multiSelect:e.multiSelect,onSelect:e=>i?.(e),onMultiSelect:e=>i?.(e.join(`, `)),allowFreeResponse:!e.options?.length||!!e.free_response,placeholder:e.free_response?.placeholder,submitLabel:e.free_response?.submit_label,onSubmit:t=>i?.(t,e.free_response?.metadata),hideBorder:!0,compact:!0,answered:o})})}let g=r.type===Q.ERROR||r.type===Q.WARNING;return n(`div`,{className:`mx-auto w-full max-w-3xl px-1`,"data-workstream-id":d,children:[g&&t(`div`,{className:`mb-2 text-xs font-medium text-destructive`,children:r.type===Q.WARNING?`Warning`:`Error`}),l&&t(`div`,{className:V(Sf,g&&`rounded-lg border border-destructive/20 bg-destructive/5 px-3 py-2`),style:{overflowWrap:`anywhere`},children:t(_i,{artifactRunId:f,onProposalSelect:e=>i?.(e),onProposalSubmit:e=>i?.(e),components:m,children:l})})]})}function zf(e){return!!e&&typeof e==`object`&&!Array.isArray(e)}function Bf(e){return e==null?!1:typeof e==`string`?e.trim().length>0:Array.isArray(e)?e.length>0:typeof e==`object`?Object.keys(e).length>0:!0}function Vf(e){return e==null||e===!1?!1:typeof e==`string`?e.trim().length>0:!0}function Hf(e){if(!e||!zf(e))return{};let t=e.properties;return zf(t)?t:{}}function Uf(e,t){let n=e&&zf(e)?e.title:void 0;return typeof n==`string`&&n.trim()?n:t.replace(/[_-]+/g,` `).replace(/([a-z0-9])([A-Z])/g,`$1 $2`).replace(/\b\w/g,e=>e.toUpperCase())}function Wf(e){if(typeof e==`string`)return e;if(typeof e==`number`||typeof e==`boolean`)return String(e);try{return JSON.stringify(e,null,2)}catch{return String(e)}}function Gf(e){return e==null||e===``?t(`span`,{className:`text-muted`,children:`Not provided`}):typeof e==`boolean`?e?`Yes`:`No`:typeof e==`number`?String(e):typeof e==`string`?t(`span`,{className:`whitespace-pre-wrap`,children:e}):Array.isArray(e)&&e.every(e=>typeof e!=`object`||!e)?e.map(e=>Wf(e)).join(`, `):t(`pre`,{className:`max-h-40 overflow-auto whitespace-pre-wrap rounded-md bg-background/55 px-2 py-1.5 font-mono text-[12px] leading-relaxed text-foreground/80`,children:Wf(e)})}function Kf(e,r,i){if(!Bf(e))return null;if(!zf(e))return Gf(e);let a=Hf(r),o=[...Object.keys(a),...Object.keys(e).filter(e=>!(e in a))].map(t=>({key:t,label:Uf(a[t],t),value:e[t]})).filter(e=>Bf(e.value));return o.length===0?null:n(`div`,{className:`space-y-2 text-start`,children:[i?t(`div`,{className:`text-xs font-medium uppercase tracking-normal text-muted`,children:i}):null,t(`dl`,{className:`space-y-2`,children:o.map(e=>n(`div`,{className:`grid gap-1 sm:grid-cols-[minmax(7rem,32%)_1fr] sm:gap-3`,children:[t(`dt`,{className:`text-xs font-medium text-muted`,children:e.label}),t(`dd`,{className:`min-w-0 break-words text-sm text-foreground`,children:Gf(e.value)})]},e.key))})]})}function qf({data:e,schema:n,title:r,template:i,prependFriendlyMessage:a,timestamp:o,isSummaryView:s,messageItemClassNames:c,messageStyleOverrides:l,StoreLinkComponent:u,CollectionLinkComponent:d}){let f=a?.trim()||(typeof e==`string`?e.trim():``),p=i?.({data:e??a,schema:n,title:r});if(!Vf(p)&&f){let e={type:Q.QUESTION,message:f,timestamp:af(o),workflow_run_id:``,workstream_id:`main`};return s?t(Rf,{message:e,StoreLinkComponent:u,CollectionLinkComponent:d}):t(nd,{...c,messageStyleOverrides:l,message:e})}let m=Vf(p)?p:Kf(e,n,r);return Vf(m)?t(Lf,{className:`py-3`,children:m}):null}function Jf({label:e,timestamp:r,className:i}){let a=If(),o=Ff(r,!0);return t(`div`,{className:V(`mx-auto w-full max-w-3xl px-1`,i),children:n(`div`,{className:`border-b border-border/70 pb-4 text-sm text-muted`,children:[n(`div`,{className:`flex items-center gap-3`,children:[t(su,{size:`sm`,color:`blue`}),n(`div`,{className:`min-w-0`,children:[n(`div`,{children:[t(`span`,{className:`font-medium`,children:e}),n(`span`,{className:`ms-2 text-muted/75`,children:[`for `,cf(o)]})]}),t(`div`,{className:`mt-1 truncate text-muted/80`,children:fu[a]})]})]}),t(`div`,{className:`mt-3 ps-6`,children:t(ou,{color:`blue`})})]})})}const Yf=`_summary_started_at`,Xf=`_summary_finished_at`,Zf=new Set([`account_id`,`activity_group_id`,`activity_id`,`channel_id`,`collection_id`,`document_id`,`display_role`,`event_class`,`id`,`object_id`,`project_id`,`run_id`,`streamed`,`tenant_id`,`thread_id`,`tool`,`tool_event`,`tool_iteration`,`tool_run_id`,`tool_use_id`,`tool_status`,`tools`,`message_to_human`,`progress_messages`,`source`,`token_usage`,`checkpoint_at`,`checkpoint_threshold`,`approval_decision`,`approval_request`,`cancellation_reason`,Yf,Xf,`workflow_run_id`]);function Qf(e){return zf(e.details)?e.details:{}}function $f(e){if(e.type!==Q.UPDATE)return!1;let t=Qf(e).event_class;return t===`document_created`||t===`document_updated`}function ep(e){return e.replace(/[_-]+/g,` `).replace(/\s+/g,` `).trim().replace(/\b\w/g,e=>e.toUpperCase())}function tp(e){let t=[];if(typeof e.tool==`string`&&e.tool.trim()&&t.push(e.tool.trim()),Array.isArray(e.tools)){for(let n of e.tools)if(typeof n==`string`&&n.trim())t.push(n.trim());else if(zf(n)){let e=typeof n.name==`string`?n.name:n.tool;typeof e==`string`&&e.trim()&&t.push(e.trim())}}return t}function np(e){let t=Array.from(new Set(tp(e)));return t.length>0?t.join(`, `):void 0}function rp(e){return typeof e==`number`||typeof e==`string`?e:void 0}const ip=[`query`,`path`,`file`,`file_name`,`fileName`,`filename`,`name`,`title`,`artifact`,`artifact_path`,`url`,`command`];function ap(e){for(let t of ip){let n=e[t];if(typeof n==`string`&&n.trim())return{key:t,value:n.trim()};if(typeof n==`number`||typeof n==`boolean`)return{key:t,value:String(n)}}}function op(e){let t=Qf(e),n=tp(t).join(` `).toLowerCase(),r=typeof t.tool==`string`?t.tool.toLowerCase():``,i=r||n;return El(e)?`think`:r.startsWith(`learn_`)||n.includes(`learn_`)?`skill`:r===`discover_tools`?`discover`:e.type===Q.THOUGHT&&!r?`think`:i.includes(`search`)||i.includes(`web`)||i.includes(`fetch`)?`search`:i.includes(`read`)||i.includes(`document`)||i.includes(`file`)?`read`:i.includes(`edit`)||i.includes(`write`)||i.includes(`patch`)||i.includes(`create`)?`edit`:i.includes(`bash`)||i.includes(`shell`)||i.includes(`command`)||i.includes(`terminal`)?`command`:e.type===Q.THOUGHT&&n.length===0?`think`:`tool`}function sp(e){switch(e){case`search`:return`Search`;case`read`:return`Read`;case`edit`:return`Edit`;case`command`:return`Bash`;case`skill`:return`Skill`;case`discover`:return`Tool`;case`think`:return`Thought`;default:return`Tool`}}function cp(e){let t=ap(e);if(t)return t.value;let n=e.files??e.outputFiles;if(Array.isArray(n)&&n.length>0)return n.map(e=>Wf(e)).join(`, `)}function lp(e,t){switch(e){case`denied`:case`denied_with_feedback`:return`User declined to use ${t}.`;case`timeout`:return`Approval timed out for ${t}.`;case`reviewer_denied`:return`Approval reviewer denied ${t}.`;case`cancelled_after_denial`:return`Cancelled ${t} after another tool was denied.`;default:return}}function up(e){switch(e){case`denied`:case`denied_with_feedback`:return`Declined by user`;case`timeout`:return`Approval timed out`;case`reviewer_denied`:return`Denied by reviewer`;case`cancelled_after_denial`:return`Cancelled after denial`;default:return}}function dp(e){let t=Qf(e).tool_approval;return zf(t)?t:void 0}function fp(e){let t=e?.approval_key;return typeof t==`string`&&t.trim()?t.trim():void 0}function pp(e){if(e.type!==Q.QUESTION)return;let t=bf(e).trim().toLowerCase();if(t===`allow_once`||t===`allow_for_run`||t===`deny`)return t}function mp(e){let t=e.tool_title;if(typeof t==`string`&&t.trim())return t.trim();let n=e.tool_name;return typeof n==`string`&&n.trim()?ep(n.trim()):`tool action`}function hp(e,t){let n=[];return e.forEach((r,i)=>{if(r.type!==Q.REQUEST_INPUT)return;let a=dp(r),o=fp(a);if(!a||!o||t.has(o))return;let s=gl(r),c;for(let t=i+1;t<e.length;t+=1){let n=e[t];if(gl(n)===s){if(n.type===Q.REQUEST_INPUT)break;if(n.type===Q.QUESTION){c=n;break}}}if(!c||pp(c)!==`deny`)return;let l=typeof a.tool_name==`string`&&a.tool_name.trim()?a.tool_name.trim():`tool_action`,u=mp(a),d=typeof a.target==`string`&&a.target.trim()?a.target:``,f={tool_name:l,tool_title:a.tool_title,action_summary:a.action_summary,target:a.target,approval_key:o};n.push({timestamp:c.timestamp??r.timestamp,workflow_run_id:c.workflow_run_id||r.workflow_run_id,type:Q.THOUGHT,message:lp(`denied`,u)??`User declined to use ${u}.`,workstream_id:s,details:{event_class:`activity`,tool:l,tool_run_id:`approval:${o}`,tool_use_id:`approval:${o}`,tool_status:`error`,tool_event:`failed`,activity_group_id:`approval:${o}`,approval_decision:`denied`,approval_request:f,input:a.input,target:d,observation:`The user declined this tool action.`,source:`synthetic_tool_approval_decision`}})}),n.length===0?e:[...e,...n].sort((e,t)=>af(e.timestamp)-af(t.timestamp))}function gp(e,t=160){let n=e.replace(/\s+/g,` `).trim();return n.length>t?`${n.slice(0,t-1)}...`:n}const _p=[`batch_id`,`activity_group_id`,`activity_id`,`tool_run_id`,`tool_use_id`,`streaming_id`,`chunk_index`,`tool_iteration`,`tool_event`];function vp(e){for(let t of _p){let n=e[t];if(typeof n==`string`&&n.trim())return`${t}:${n.trim()}`;if(typeof n==`number`||typeof n==`boolean`)return`${t}:${n}`}}function yp(e,t=`message`){let n=vp(Qf(e)),r=gp(bf(e),96);return[t,e.workstream_id||`main`,e.workflow_run_id,e.timestamp,e.type,n??r].filter(Boolean).join(`:`)}function bp(e){if(e.type===`single`)return yp(e.message);if(e.type===`streaming`)return`streaming:${e.streamingId}:${e.startTimestamp}:${e.workstreamId||`main`}`;let t=e.messages[0],n=e.messages[e.messages.length-1],r=t?yp(t,`first`):e.firstTimestamp,i=n?yp(n,`last`):e.firstTimestamp;return[`group`,e.toolRunId,e.firstTimestamp,r,i].filter(Boolean).join(`:`)}function xp(e,t){for(let n=t-1;n>=0;n--){let t=e[n];if(t.type===`single`)return t.message.timestamp;if(t.type===`tool_group`)return t.firstTimestamp;if(t.type===`streaming`)return t.startTimestamp}}function Sp(e){let t=Wf(e).trim();return t.length>2400?`${t.slice(0,2400)}\n...`:t}function Cp(e,t,n,r){if(!(n==null||n===``)&&!(Array.isArray(n)&&n.length===0)&&!(zf(n)&&Object.keys(n).length===0))return{key:e,label:t,value:n,tone:r}}function wp(e,t){let n=Object.entries(e).reduce((e,[n,r])=>(Zf.has(n)||t.has(n)||r==null||r===``||(e[n]=r),e),{});return Object.keys(n).length>0?n:void 0}function Tp(e){let t=Qf(e),n=new Set,r=[],i=ap(t),a=(e,i,a)=>{for(let o of i){let i=Cp(o,e,t[o],a);if(i){n.add(o),r.push(i);return}}};a(`Query`,[`query`]),a(`Input`,[`input`,`params`,`arguments`,`args`]),a(`Output`,[`output`,`stdout`,`result`,`results`,`content`,`result_summary`,`observation`,`display_message`],typeof t.approval_decision==`string`?`error`:void 0),a(`Files`,[`files`,`outputFiles`]),a(`Error`,[`error`,`stderr`],`error`),i&&n.add(i.key);let o=wp(t,n);return r.length===0&&o&&r.push({key:`details`,label:`Details`,value:o}),r}function Ep(e,t){if(e.type===Q.REQUEST_INPUT)return;let n=bf(e),r=Qf(e),i=El(e),a=op(e),o=tp(r),s=cp(r),c=typeof r.command==`string`&&r.command.trim()?r.command.trim():void 0,l=o[0]?ep(o[0]):df(e),u=lp(r.approval_decision,l),d=up(r.approval_decision),f=typeof r.message_to_human==`string`&&r.message_to_human.trim()?r.message_to_human.trim():void 0,p=a===`think`?n||l:gp(a===`command`?f||(u?``:n)||c||l:f||s||(u?``:n)||l),m=n?a===`think`?n:gp(n,420):void 0,h=m&&m!==p&&!u;if(!(!p&&!h))return{key:`${e.timestamp}-${r.activity_id||r.tool_run_id||t}`,kind:a,label:sp(a),title:p,isPreamble:i,command:c,text:h?m:void 0,toolName:np(r),startedAt:rp(r[Yf])??e.timestamp,finishedAt:rp(r[Xf])??e.timestamp,status:u?`error`:r.tool_status,decisionText:d,sections:Tp(e)}}function Dp(e){let t=Qf(e);return t.tool===`plan`||t.tool===`update_plan`}function Op(e){let t=Qf(e);return e.type===Q.UPDATE&&Array.isArray(t.updates)?!0:e.type===Q.PLAN&&Array.isArray(t.plan)}function kp(e){return typeof e.activity_group_id==`string`&&e.activity_group_id.trim()?e.activity_group_id.trim():void 0}function Ap(e){if(typeof e.tool_use_id==`string`&&e.tool_use_id.trim())return e.tool_use_id.trim();if(typeof e.tool_run_id==`string`&&e.tool_run_id.trim())return e.tool_run_id.trim();if(typeof e.tool==`string`&&e.tool.trim())return e.tool.trim()}function jp(e){let t=new Map,n=new Map,r=(e,t,n)=>{if(!t||!n)return;let r=e.get(t)??new Set;r.add(n),e.set(t,r)};for(let i of e){let e=Qf(i),a=kp(e),o=Ap(e);e.tool_event===`started`&&r(t,a,o),typeof e.approval_decision==`string`&&r(n,a,o)}return new Set([...t.entries(),...n.entries()].filter(([,e])=>e.size>1).map(([e])=>e))}function Mp(e,t){let n=kp(e),r=Ap(e);if(n)return r&&t.has(n)?`activity:${n}:tool:${r}`:`activity:${n}`;if(typeof e.tool_use_id==`string`&&e.tool_use_id.trim())return`tool-use:${e.tool_use_id.trim()}`;if(typeof e.tool_run_id==`string`&&e.tool_run_id.trim())return`run:${e.tool_run_id.trim()}`}function Np(e){let t=new Map,n=[],r,i=jp(e);e.forEach((e,a)=>{let o=Qf(e);if(El(e)){n.push({index:a,message:e}),r=void 0;return}let s=Mp(o,i),c=!s&&Op(e)?r:void 0,l=s??c;if(!l){n.push({index:a,message:e});return}let u=t.get(l);u?u.messages.push(e):t.set(l,{index:a,messages:[e]}),Dp(e)?r=l:e.type===Q.PLAN&&(r=void 0)});let a=Array.from(t.values()).map(({index:e,messages:t})=>{let n=[...t].sort((e,t)=>af(e.timestamp)-af(t.timestamp)),r=n[n.length-1],i=n.find(e=>Qf(e).tool_event===`started`),a=n.find(e=>bf(e)),o=n.findLast(e=>typeof Qf(e).approval_decision==`string`&&!!bf(e)),s=n.findLast(e=>bf(e).startsWith(`$ `)),c=n.findLast(e=>(e.type===Q.ERROR||e.type===Q.WARNING)&&bf(e)),l={};for(let e of n)Object.assign(l,Qf(e));c&&l.error===void 0&&l.stderr===void 0&&(l.error=bf(c)),!c&&n.some(e=>e.type===Q.PLAN&&Array.isArray(e.details?.plan))&&(l.tool_status=`completed`),s&&l.command===void 0&&(l.command=bf(s)),l[Yf]=n[0]?.timestamp,l[Xf]=n[n.length-1]?.timestamp;let u=typeof i?.details?.message_to_human==`string`?i.details.message_to_human:``;return{index:e,message:{...r,message:o?.message||u||(a?a.message:r.message),details:l}}});return[...n,...a].sort((e,t)=>e.index-t.index).map(({message:e})=>e)}function Pp(e){let t=new Set,n=[];return Np(e).forEach((e,r)=>{let i=Ep(e,r);if(!i)return;let a=`${i.kind}:${i.label}:${i.title}:${i.text??``}`;t.has(a)||(t.add(a),n.push(i))}),n}function Fp({kind:e,status:n}){if(n===`error`||n===`warning`)return t(st,{className:`size-3.5`});switch(e){case`search`:return t(Ln,{className:`size-3.5`});case`read`:return t(Gt,{className:`size-3.5`});case`edit`:return t(En,{className:`size-3.5`});case`command`:return t(Kn,{className:`size-3.5`});case`skill`:return t(ft,{className:`size-3.5`});case`discover`:return t($n,{className:`size-3.5`});case`think`:return t(ft,{className:`size-3.5`});default:return t($n,{className:`size-3.5`})}}function Ip(e){let t=[],n=lf(e.startedAt),r=lf(e.finishedAt),i=uf(e.startedAt),a=uf(e.finishedAt);return e.toolName&&t.push({label:`Tool`,value:e.toolName}),i&&a&&n!==void 0&&r!==void 0&&n!==r?(t.push({label:`Started`,value:i}),t.push({label:`Ended`,value:a}),t.push({label:`Duration`,value:cf(sf(e.startedAt,e.finishedAt))})):(i||a)&&t.push({label:`Time`,value:i??a??``}),t}function Lp({hasDetailContent:e,item:r}){let i=Ip(r);return i.length===0?null:t(`dl`,{className:V(`flex flex-wrap gap-x-4 gap-y-1 text-xs`,e&&`mb-3 border-b border-border/60 pb-2`),children:i.map(e=>n(`div`,{className:`flex min-w-0 items-baseline gap-1.5`,children:[t(`dt`,{className:`shrink-0 text-muted`,children:e.label}),t(`dd`,{className:`min-w-0 wrap-break-word font-medium text-foreground/80`,children:e.value})]},e.label))})}function Rp({section:e}){let r=e.value,i=typeof r==`string`||typeof r==`number`||typeof r==`boolean`,a=e.label===`Files`&&Array.isArray(r),o=e.label===`Output`;if(a)return t(`div`,{className:`mt-2 flex flex-wrap items-center gap-1.5`,children:Array.from(new Set(r.map(e=>Wf(e)))).map(e=>t(`span`,{className:`rounded-md bg-mixer-muted/15 px-1.5 py-0.5 font-mono text-[11px] text-muted`,children:gp(e,64)},e))});let s=V(`text-xs font-medium`,e.tone===`error`?`text-destructive`:`text-muted`),c=i&&!String(r).includes(`
56
- `)&&String(r).length<180?t(`div`,{className:V(`break-words text-xs`,e.tone===`error`?`text-destructive`:`text-foreground/75`),children:String(r)}):t(`pre`,{className:V(`max-h-52 overflow-auto whitespace-pre-wrap rounded-lg px-3 py-2 font-mono text-[11px] leading-relaxed`,e.tone===`error`?`bg-destructive/5 text-destructive`:`bg-mixer-muted/10 text-foreground/75`),children:Sp(r)});return n(`div`,{className:`mt-2`,children:[o?null:t(`div`,{className:V(`mb-1`,s),children:e.label}),c]})}function zp(e){return e.kind===`command`?`Shell`:e.label}function Bp(e){if(e.kind!==`command`)return e.title;let t=e.command||e.title;return t.trim().startsWith(`$`)?t:`$ ${t}`}function Vp(e){let t=[zp(e),Bp(e)],n=Ip(e).map(e=>`${e.label}: ${e.value}`);n.length>0&&t.push(n.join(`
57
- `)),e.text&&t.push(e.text);for(let n of e.sections)t.push(`${n.label}\n${Sp(n.value)}`);return t.filter(Boolean).join(`
55
+ `}),!b&&t(`div`,{className:`group`,children:v.map((e,n)=>{let r=y[n]??Fd(e);return t(Gd,{message:e,isExpanded:S.has(r),onToggle:()=>R(r),artifactRunId:k,classNames:{toolBadgeClassName:m,itemClassName:h,itemHeaderClassName:g,itemContentClassName:_}},r)})})]})}const Yd=Ze(Jd,(e,t)=>e.messages.length!==t.messages.length||e.showPulsatingCircle!==t.showPulsatingCircle||e.toolRunId!==t.toolRunId||e.toolStatus!==t.toolStatus||e.preambleText!==t.preambleText||e.rootClassName!==t.rootClassName||e.headerClassName!==t.headerClassName||e.senderClassName!==t.senderClassName||e.toolSummaryClassName!==t.toolSummaryClassName||e.toolBadgeClassName!==t.toolBadgeClassName||e.itemClassName!==t.itemClassName||e.itemHeaderClassName!==t.itemHeaderClassName||e.itemContentClassName!==t.itemContentClassName?!1:e.messages.every((e,n)=>Id(e,t.messages[n]))),Xd=`flex items-center gap-1.5 px-2 py-1 text-xs font-medium whitespace-nowrap transition-colors border-b-2 shrink-0 cursor-pointer`,Zd=`border-transparent text-muted hover:bg-muted`,Qd=`border-info bg-info text-info`;function $d(e){return e.length>20?`${e.substring(0,18)}...`:e}function ef({items:e,current:r,onSelect:i,label:a,active:o,count:s,completionStatus:c}){let[l,u]=Y(!1),d=J(null),f=J(!1),p=()=>{d.current&&=(clearTimeout(d.current),null)},m=()=>{p(),f.current=!0,u(!0)},h=()=>{p(),d.current=setTimeout(()=>u(!1),150)};return K(()=>()=>clearTimeout(d.current??void 0),[]),n(x,{modal:!1,open:l,onOpenChange:e=>{p(),e&&(f.current=!1),u(e)},children:[t(E,{asChild:!0,children:n(`button`,{type:`button`,onMouseEnter:m,onMouseLeave:h,className:H(Xd,o?Qd:Zd),children:[a,t(yt,{className:`ms-0.5 size-3.5`})]})}),t(S,{align:`end`,className:`w-max`,onMouseEnter:p,onMouseLeave:h,onCloseAutoFocus:e=>{f.current&&e.preventDefault()},children:e.map(([e,a])=>{let o=(s?.get(e)??0)>0;return n(C,{onClick:()=>i(e),className:H(`flex items-center gap-2`,e===r&&`text-info`),children:[t(`span`,{className:`truncate`,children:a}),o&&n(`span`,{className:`ms-auto inline-flex items-center gap-1`,children:[t(`span`,{className:`inline-flex items-center justify-center rounded-full bg-muted px-1.5 text-[10px] text-muted`,children:s?.get(e)}),c&&e!==`all`&&(c.get(e)?t(ht,{className:`size-3 text-success`}):t(Mt,{className:`size-3 text-attention`}))]})]},e)})})]})}function tf({entries:r,activeWorkstream:i,onSelectWorkstream:a,count:o,completionStatus:s}){let{t:c}=X(),l=J(null),u=J([]),d=J(null),[f,p]=Y({count:r.length,promote:!1}),m=()=>{let e=l.current;if(!e)return;let t=e.clientWidth,n=r.map((e,t)=>u.current[t]?.offsetWidth??0),a=n.reduce((e,t)=>e+t,0)+4*Math.max(0,r.length-1),o=(e,t)=>{let i=0,a=0;for(let o=0;o<r.length;o++){if(o===t)continue;let r=i+(a>0?4:0)+n[o];if(r>e)break;i=r,a+=1}return a},s;if(a<=t)s={count:r.length,promote:!1};else{let e=d.current?.offsetWidth??0,a=Math.max(1,o(t-e-4,-1)),c=r.findIndex(([e])=>e===i);s=c<0||c<a?{count:a,promote:!1}:{count:o(t-e-n[c]-8,c),promote:!0}}p(e=>e.count===s.count&&e.promote===s.promote?e:s)},h=J(m);h.current=m,et(()=>{h.current()}),K(()=>{let e=l.current;if(!e||typeof ResizeObserver>`u`)return;let t=new ResizeObserver(()=>h.current());return t.observe(e),()=>t.disconnect()},[]);let g=r.findIndex(([e])=>e===i),_,v;if(f.promote&&g>=0){let e=r.filter((e,t)=>t!==g);_=[...e.slice(0,f.count),r[g]],v=e.slice(f.count)}else _=r.slice(0,f.count),v=r.slice(f.count);let y=v.some(([e])=>e===i),b=c(`agent.moreTabs`),x=(r,i,a)=>{let c=(o?.get(r)??0)>0;return n(e,{children:[$d(i),c&&n(`span`,{className:`flex items-center gap-1`,children:[t(`span`,{className:H(`inline-flex items-center justify-center p-1 text-xs rounded-full`,a?`bg-info text-info`:`bg-muted text-muted`),children:o?.get(r)}),s&&r!==`all`&&(s.get(r)?t(ht,{className:`size-3 text-success`}):t(Mt,{className:`size-3 text-attention`}))]})]})};return n(`div`,{ref:l,className:`relative mb-1 bg-muted border-b border-muted/20`,children:[n(`div`,{"aria-hidden":!0,className:`pointer-events-none invisible absolute start-0 top-0 flex w-max gap-1`,children:[r.map(([e,n],r)=>t(`button`,{type:`button`,tabIndex:-1,ref:e=>{u.current[r]=e},className:H(Xd,Zd),children:x(e,n,!1)},e)),n(`button`,{type:`button`,tabIndex:-1,ref:d,className:H(Xd,Zd),children:[b,t(yt,{className:`ms-0.5 size-3.5`})]})]}),n(`div`,{className:`flex gap-1 overflow-hidden`,children:[_.map(([e,n])=>{let r=i===e;return t(`button`,{type:`button`,"aria-current":r?`page`:void 0,onClick:()=>a(e),title:n.length>20?n:void 0,className:H(Xd,r?Qd:Zd),children:x(e,n,r)},e)}),v.length>0&&t(ef,{items:v,current:i,onSelect:a,label:b,active:y,count:o,completionStatus:s})]})]})}function nf({workstreams:e,activeWorkstream:n,onSelectWorkstream:r,count:i,completionStatus:a}){let{t:o}=X(),s=new Map;s.set(`all`,o(`agent.allMessages`)),s.set(`main`,o(`agent.main`)),e.forEach((e,t)=>{t!==`all`&&t!==`main`&&t!==`research_france`&&t!==`statistics`&&s.set(t,e)}),e=s;let c=Array.from(e.entries()).sort(([e],[t])=>e===`all`?-1:t===`all`?1:e===`main`?-1:t===`main`?1:e.localeCompare(t));return c.length>2?t(tf,{entries:c,activeWorkstream:n,onSelectWorkstream:r,count:i,completionStatus:a}):t(`div`,{className:`py-0.5`})}function rf(e){let t=new Map,n=rt.getFixedT(null,nt);return t.set(`all`,n(`agent.allMessages`)),t.set(`main`,n(`agent.main`)),e.forEach(e=>{e.workstream_id&&e.workstream_id!==`main`&&e.workstream_id!==`all`&&!t.has(e.workstream_id)&&t.set(e.workstream_id,e.workstream_id)}),t}function af(e,t){return t===`all`?[...e]:t===`main`?e.filter(e=>vl(e)===`main`):e.filter(e=>vl(e)===t)}const of=e=>e.type===Q.BATCH_PROGRESS&&!!e.details?.batch_id;function sf(e){if(e==null||e===``)return Date.now();let t=typeof e==`number`?e:new Date(e).getTime();return Number.isFinite(t)?t:Date.now()}function cf(e){let t=Date.now()-sf(e);return Math.max(0,Math.round(t/1e3))}function lf(e,t){let n=sf(t)-sf(e);return Math.max(0,Math.round(n/1e3))}function uf(e){if(e<60)return`${e}s`;let t=Math.floor(e/60),n=e%60;return n>0?`${t}m ${n}s`:`${t}m`}function df(e){if(e==null||e===``)return;let t=typeof e==`number`?e:new Date(e).getTime();return Number.isFinite(t)?t:void 0}function ff(e){let t=df(e);if(t!==void 0)return new Intl.DateTimeFormat(void 0,{hour:`2-digit`,minute:`2-digit`,second:`2-digit`}).format(new Date(t))}function pf(e){let t=e.details,n=t?.tool||``,r=Array.isArray(t?.tools)?t.tools.map(e=>typeof e==`string`?e:e.name||e.tool||``).filter(Boolean):[],i=[n,...r].join(` `).toLowerCase(),a=n.toLowerCase(),o=typeof e.message==`string`?e.message.trim():``;return t?.display_role===`tool_preamble`?i.includes(`search`)||i.includes(`web`)||i.includes(`fetch`)?`Preparing search`:r.length>0?`Preparing tools`:`Thinking`:a.includes(`search`)?`Searching`:a.includes(`fetch`)||a.includes(`web`)?`Searching the web`:a.includes(`read`)||a.includes(`document`)?`Reading`:a.includes(`edit`)||a.includes(`write`)||a.includes(`create`)?`Editing`:a.includes(`bash`)||a.includes(`shell`)||a.includes(`command`)?`Running command`:o||`Using tool`}function mf(e){return e?`Working`:`Worked`}function hf(e){return e.length>0&&e.every(ud)}function gf(e){return mf(e)}function _f(e){let t=e.filter(e=>vl(e)===`main`);return(t[t.length-1]??e[e.length-1])?.type===Q.QUESTION}function vf(e,t){let n=e.filter(e=>vl(e)===`main`),r=n[n.length-1]??e[e.length-1];if(!r||!ru(r,t))return!1;let i=hp(r);return i===`allow_once`||i===`allow_for_run`}function yf(e){if(e.type!==Q.UPDATE)return;let t=ep(e);if(t.tool!==void 0||t.activity_group_id!==void 0)return;let n=typeof t.path==`string`&&t.path.trim()?t.path.trim():void 0;if(n)return Sf(e)===`Prepared and saved artifact to ${n}`?n:void 0}function bf(e,t){let n=vl(e[t]);for(let r=t-1;r>=0;--r){let t=e[r];if(vl(t)!==n)continue;let i=ep(t);if(i.tool===`write_artifact`&&typeof i.activity_group_id==`string`)return t;if(t.type!==Q.REQUEST_INPUT&&!hp(t)&&i.display_role!==`thinking`&&(typeof i.tool==`string`&&i.tool!==`write_artifact`||t.type===Q.ANSWER||t.type===Q.COMPLETE||t.type===Q.IDLE||t.type===Q.TERMINATED))return}}function xf(e){return e.map((t,n)=>{let r=yf(t);if(!r)return t;let i=bf(e,n),a=i?ep(i):void 0;if(!a)return t;let o=typeof a.activity_group_id==`string`?a.activity_group_id:void 0,s=typeof a.tool_run_id==`string`?a.tool_run_id:void 0,c=typeof a.tool_use_id==`string`?a.tool_use_id:void 0,l=typeof a.tool_iteration==`number`?a.tool_iteration:void 0;return o?{...t,details:{...t.details,event_class:`activity`,tool:`write_artifact`,tool_run_id:s??`write_artifact`,tool_use_id:c??s??`write_artifact`,tool_iteration:l,tool_status:`completed`,tool_event:`progress`,activity_group_id:o,output:Sf(t),path:r}}:t})}function Sf(e){return e.message?typeof e.message==`object`?JSON.stringify(e.message,null,2):String(e.message).trim():``}function Cf({message:e,details:r,onSelectWorkstream:i}){let{t:a}=X(),o=el(r.workstreamId,r.interaction),s=r.interaction?Qc(r.interaction):``,c=s&&s!==o?s:void 0;return t(`div`,{className:`mx-auto w-full max-w-3xl px-1`,"data-workstream-id":r.workstreamId,children:n(`button`,{type:`button`,className:H(`group flex w-full items-start gap-3 border-b border-border/70 py-2 text-start text-sm text-muted`,`transition-colors hover:text-foreground focus-visible:outline-none focus-visible:ring-2`,`focus-visible:ring-focus focus-visible:ring-offset-2 focus-visible:ring-offset-background`),onClick:()=>i?.(r.workstreamId),children:[t(dt,{className:`mt-0.5 size-4 shrink-0 text-muted`,"aria-hidden":`true`}),n(`div`,{className:`min-w-0 flex-1`,children:[n(`div`,{className:`flex min-w-0 flex-wrap items-center gap-x-2 gap-y-1`,children:[t(`span`,{className:`font-medium text-muted`,children:a(`agent.workstreams`)}),t(`span`,{className:`min-w-0 truncate text-foreground/85`,children:o})]}),c&&t(`div`,{className:`mt-0.5 truncate text-xs text-muted/75`,children:c}),t(`span`,{className:`sr-only`,children:Sf(e)})]}),t(St,{className:`mt-0.5 size-4 shrink-0 text-muted transition-transform group-hover:translate-x-0.5 rtl:rotate-180 rtl:group-hover:-translate-x-0.5`})]})})}const wf=[`agent-markdown vprose prose max-w-none break-words text-sm leading-6 text-foreground/80`,`prose-p:my-2 prose-p:leading-6 prose-li:my-0.5 prose-pre:my-3 prose-headings:tracking-normal`,`prose-headings:text-foreground prose-strong:text-foreground prose-code:text-foreground`,`prose-a:text-foreground prose-a:underline prose-a:decoration-muted prose-a:underline-offset-4`,`[&_p]:text-foreground/80 [&_li]:text-foreground/80 [&_li::marker]:text-muted`].join(` `),Tf=/\[[^\]]+\]\((?:\/store\/(?:objects|collections)\/|store:|document:|document:\/\/|collection:)[^)]+\)/,Ef={table:Ff};function Df(e){if(!e||typeof e!=`object`)return``;let t=e;return typeof t.value==`string`?t.value:Array.isArray(t.children)?t.children.map(Df).join(``):``}function Of(e,t){if(!e||typeof e!=`object`)return[];let n=e.children;return Array.isArray(n)?n.filter(e=>{if(!e||typeof e!=`object`)return!1;let n=e;return t?n.tagName===t:typeof n.tagName==`string`}):[]}function kf(e){return Of(e).filter(e=>e.tagName===`thead`||e.tagName===`tbody`).flatMap(e=>Of(e,`tr`).map(e=>Of(e).filter(e=>e.tagName===`th`||e.tagName===`td`).map(e=>Df(e).replace(/\s+/g,` `).trim())))}function Af(e){return Of(e,`tbody`).flatMap(e=>Of(e,`tr`).map(e=>Of(e,`td`).map(e=>Df(e).replace(/\s+/g,` `).trim())))}function jf(e){let t=kf(e),n=Af(e),r=Math.max(0,...t.map(e=>e.length));if(r<=1)return new Set;let i=new Set;for(let e=0;e<r;e+=1){let t=n.map(t=>t[e]||``).map(e=>e.trim()).filter(Boolean);if(t.length===0)continue;let r=t.map(e=>e.length),a=Math.max(...r),o=r.reduce((e,t)=>e+t,0)/r.length,s=t.some(e=>/\S{12,}/.test(e));a<=16&&o<=10&&!s&&i.add(e)}return i.size>=r?new Set:i}function Mf(e,t,n){return Math.min(n,Math.max(t,e))}function Nf(e){return e.reduce((e,t)=>{let n=t.match(/\S+/g)||[];return Math.max(e,...n.map(e=>e.length))},0)}function Pf(e){let t=kf(e),n=Math.max(0,...t.map(e=>e.length));if(n<=1)return[];let r=jf(e),i=Array.from({length:n},(e,n)=>{if(r.has(n))return 8;let i=t.map(e=>e[n]||``).map(e=>e.trim()).filter(Boolean);if(i.length===0)return 18;let a=i.map(e=>e.length),o=Math.max(...a),s=a.reduce((e,t)=>e+t,0)/a.length,c=Nf(i);return Mf(s*.7+o*.25+c*.45,18,90)}),a=i.reduce((e,t)=>e+t,0);return a<=0?[]:i.map((e,t)=>{let n=`${(e/a*100).toFixed(3)}%`;return{key:`agent-markdown-table-column-${t}`,compact:r.has(t),width:n}})}function Ff({node:e,className:r,children:i,...a}){let o=Pf(e);return n(`table`,{...a,className:r,children:[o.length>0?t(`colgroup`,{children:o.map(e=>t(`col`,{className:e.compact?`agent-markdown-table-compact-col`:void 0,style:{"--agent-markdown-table-column-width":e.width}},e.key))}):null,i]})}function If(e){if(e==null||typeof e==`boolean`)return 0;if(typeof e==`string`||typeof e==`number`)return String(e).length;if(Array.isArray(e))return e.reduce((e,t)=>e+If(t),0);if(W.isValidElement(e)){let t=e.props;return If(t.children)}return 0}function Lf(e,t){let[n,r]=Y(()=>cf(e));return K(()=>{if(!t){r(cf(e));return}let n=()=>r(cf(e));n();let i=window.setInterval(n,1e3);return()=>window.clearInterval(i)},[t,e]),n}function Rf(e=!0){let[t,n]=Y(0);return K(()=>{if(!e)return;let t=window.setInterval(()=>{n(()=>Math.floor(Math.random()*mu.length))},4e3);return()=>window.clearInterval(t)},[e]),t}function zf({children:e,message:r,workstreamId:i,className:a,artifactRunId:o,markdownComponents:s}){let{t:c}=X(),[l,u]=Y(!1),d=q(()=>If(e),[e])>520,f=typeof e==`string`||typeof e==`number`,p=f?String(e):``,m=typeof e==`string`&&Tf.test(e),h=r?Ru(r):void 0;return K(()=>{!d&&l&&u(!1)},[l,d]),t(`div`,{className:`mx-auto flex w-full max-w-3xl justify-end px-1`,children:n(`div`,{className:H(`max-w-[min(44rem,82%)] rounded-[1.35rem] bg-mixer-muted/35 px-4 py-2.5`,`text-sm font-normal leading-6 text-foreground/90 shadow-sm shadow-black/5 dark:bg-mixer-muted/15 dark:text-foreground/88 dark:shadow-none`,`break-words [overflow-wrap:anywhere]`,a),"data-workstream-id":i,children:[t(`div`,{className:H(f&&!m&&`whitespace-pre-wrap`,d&&!l&&`max-h-72 overflow-hidden [mask-image:linear-gradient(to_bottom,black_76%,transparent_100%)]`),children:m?t(yi,{artifactRunId:o,components:s,className:H(`agent-markdown vprose prose max-w-none break-words text-sm leading-6 text-foreground/90`,`prose-p:my-0 prose-p:leading-6 prose-a:text-foreground prose-a:underline prose-a:decoration-muted prose-a:underline-offset-4`,`[&_p+_p]:mt-2`),children:p}):e}),d&&n(`button`,{type:`button`,"aria-expanded":l,className:`mt-2 inline-flex items-center gap-1 text-sm font-medium text-muted transition-colors hover:text-foreground focus-visible:outline-none focus-visible:ring-2 focus-visible:ring-ring`,onClick:()=>u(e=>!e),children:[c(l?`agent.showLess`:`agent.showMore`),t(yt,{className:H(`size-4 transition-transform`,l&&`rotate-180`),"aria-hidden":`true`})]}),r&&h?t(`div`,{className:`mt-1.5 flex justify-end`,children:t(Bu,{message:r,className:`h-4 w-4`})}):null]})})}function Bf({message:r,onSendMessage:i,onSelectWorkstream:a,requestInputAnswered:o=!1,StoreLinkComponent:s,CollectionLinkComponent:c}){let l=r.type===Q.REQUEST_INPUT?Rl(r):Sf(r),u=cl(r)??ll(r),d=vl(r),f=r.workflow_run_id,p=q(()=>r.type===Q.QUESTION?Nu(l):null,[l,r.type]),m=q(()=>({...Ef,a:({node:e,ref:n,...r})=>{let i=r.href||``;if(i.includes(`/store/objects`)){let e=i.split(`/store/objects/`)[1]||``;return s?t(s,{href:i,documentId:e,children:r.children}):t(ci,{href:i,topLevelNav:!0,children:r.children})}if(i.includes(`/store/collections`)){let e=i.split(`/store/collections/`)[1]||``;return c?t(c,{href:i,collectionId:e,children:r.children}):t(ci,{href:i,topLevelNav:!0,children:r.children})}return t(`a`,{...r,target:`_blank`,rel:`noopener noreferrer`})}}),[s,c]);if(u)return t(Cf,{message:r,details:u,onSelectWorkstream:a});if(r.type===Q.QUESTION){let i=p?.body??l,a=p?.attachments??[];return n(e,{children:[a.length>0&&t(`div`,{className:`mx-auto flex w-full max-w-3xl justify-end px-1`,children:t(Au,{items:a,artifactRunId:f,align:`end`,variant:`message`,StoreLinkComponent:s,CollectionLinkComponent:c})}),i&&t(zf,{message:r,workstreamId:d,artifactRunId:f,markdownComponents:m,children:i})]})}let h=r.details;if(r.type===Q.REQUEST_INPUT&&h?.ux){let e=h.ux;return t(`div`,{className:`mx-auto w-full max-w-3xl px-1`,children:t(Xc,{question:l,options:e.options,variant:e.variant,multiSelect:e.multiSelect,onSelect:e=>i?.(e),onMultiSelect:e=>i?.(e.join(`, `)),allowFreeResponse:!e.options?.length||!!e.free_response,placeholder:e.free_response?.placeholder,submitLabel:e.free_response?.submit_label,onSubmit:t=>i?.(t,e.free_response?.metadata),hideBorder:!0,compact:!0,answered:o})})}let g=r.type===Q.ERROR||r.type===Q.WARNING;return n(`div`,{className:`mx-auto w-full max-w-3xl px-1`,"data-workstream-id":d,children:[g&&t(`div`,{className:`mb-2 text-xs font-medium text-destructive`,children:r.type===Q.WARNING?`Warning`:`Error`}),l&&t(`div`,{className:H(wf,g&&`rounded-lg border border-destructive/20 bg-destructive/5 px-3 py-2`),style:{overflowWrap:`anywhere`},children:t(yi,{artifactRunId:f,onProposalSelect:e=>i?.(e),onProposalSubmit:e=>i?.(e),components:m,children:l})})]})}function Vf(e){return!!e&&typeof e==`object`&&!Array.isArray(e)}function Hf(e){return e==null?!1:typeof e==`string`?e.trim().length>0:Array.isArray(e)?e.length>0:typeof e==`object`?Object.keys(e).length>0:!0}function Uf(e){return e==null||e===!1?!1:typeof e==`string`?e.trim().length>0:!0}function Wf(e){if(!e||!Vf(e))return{};let t=e.properties;return Vf(t)?t:{}}function Gf(e,t){let n=e&&Vf(e)?e.title:void 0;return typeof n==`string`&&n.trim()?n:t.replace(/[_-]+/g,` `).replace(/([a-z0-9])([A-Z])/g,`$1 $2`).replace(/\b\w/g,e=>e.toUpperCase())}function Kf(e){if(typeof e==`string`)return e;if(typeof e==`number`||typeof e==`boolean`)return String(e);try{return JSON.stringify(e,null,2)}catch{return String(e)}}function qf(e){return e==null||e===``?t(`span`,{className:`text-muted`,children:`Not provided`}):typeof e==`boolean`?e?`Yes`:`No`:typeof e==`number`?String(e):typeof e==`string`?t(`span`,{className:`whitespace-pre-wrap`,children:e}):Array.isArray(e)&&e.every(e=>typeof e!=`object`||!e)?e.map(e=>Kf(e)).join(`, `):t(`pre`,{className:`max-h-40 overflow-auto whitespace-pre-wrap rounded-md bg-background/55 px-2 py-1.5 font-mono text-[12px] leading-relaxed text-foreground/80`,children:Kf(e)})}function Jf(e,r,i){if(!Hf(e))return null;if(!Vf(e))return qf(e);let a=Wf(r),o=[...Object.keys(a),...Object.keys(e).filter(e=>!(e in a))].map(t=>({key:t,label:Gf(a[t],t),value:e[t]})).filter(e=>Hf(e.value));return o.length===0?null:n(`div`,{className:`space-y-2 text-start`,children:[i?t(`div`,{className:`text-xs font-medium uppercase tracking-normal text-muted`,children:i}):null,t(`dl`,{className:`space-y-2`,children:o.map(e=>n(`div`,{className:`grid gap-1 sm:grid-cols-[minmax(7rem,32%)_1fr] sm:gap-3`,children:[t(`dt`,{className:`text-xs font-medium text-muted`,children:e.label}),t(`dd`,{className:`min-w-0 break-words text-sm text-foreground`,children:qf(e.value)})]},e.key))})]})}function Yf({data:e,schema:n,title:r,template:i,prependFriendlyMessage:a,timestamp:o,isSummaryView:s,messageItemClassNames:c,messageStyleOverrides:l,StoreLinkComponent:u,CollectionLinkComponent:d}){let f=a?.trim()||(typeof e==`string`?e.trim():``),p=i?.({data:e??a,schema:n,title:r});if(!Uf(p)&&f){let e={type:Q.QUESTION,message:f,timestamp:sf(o),workflow_run_id:``,workstream_id:`main`};return s?t(Bf,{message:e,StoreLinkComponent:u,CollectionLinkComponent:d}):t(id,{...c,messageStyleOverrides:l,message:e})}let m=Uf(p)?p:Jf(e,n,r);return Uf(m)?t(zf,{className:`py-3`,children:m}):null}function Xf({label:e,timestamp:r,className:i}){let a=Rf(),o=Lf(r,!0);return t(`div`,{className:H(`mx-auto w-full max-w-3xl px-1`,i),children:n(`div`,{className:`border-b border-border/70 pb-4 text-sm text-muted`,children:[n(`div`,{className:`flex items-center gap-3`,children:[t(lu,{size:`sm`,color:`blue`}),n(`div`,{className:`min-w-0`,children:[n(`div`,{children:[t(`span`,{className:`font-medium`,children:e}),n(`span`,{className:`ms-2 text-muted/75`,children:[`for `,uf(o)]})]}),t(`div`,{className:`mt-1 truncate text-muted/80`,children:mu[a]})]})]}),t(`div`,{className:`mt-3 ps-6`,children:t(cu,{color:`blue`})})]})})}const Zf=`_summary_started_at`,Qf=`_summary_finished_at`,$f=new Set([`account_id`,`activity_group_id`,`activity_id`,`channel_id`,`collection_id`,`document_id`,`display_role`,`event_class`,`id`,`object_id`,`project_id`,`run_id`,`streamed`,`tenant_id`,`thread_id`,`tool`,`tool_event`,`tool_iteration`,`tool_run_id`,`tool_use_id`,`tool_status`,`tools`,`message_to_human`,`progress_messages`,`source`,`token_usage`,`checkpoint_at`,`checkpoint_threshold`,`approval_decision`,`approval_request`,`cancellation_reason`,Zf,Qf,`workflow_run_id`]);function ep(e){return Vf(e.details)?e.details:{}}function tp(e){if(e.type!==Q.UPDATE)return!1;let t=ep(e).event_class;return t===`document_created`||t===`document_updated`}function np(e){return e.replace(/[_-]+/g,` `).replace(/\s+/g,` `).trim().replace(/\b\w/g,e=>e.toUpperCase())}function rp(e){let t=[];if(typeof e.tool==`string`&&e.tool.trim()&&t.push(e.tool.trim()),Array.isArray(e.tools)){for(let n of e.tools)if(typeof n==`string`&&n.trim())t.push(n.trim());else if(Vf(n)){let e=typeof n.name==`string`?n.name:n.tool;typeof e==`string`&&e.trim()&&t.push(e.trim())}}return t}function ip(e){let t=Array.from(new Set(rp(e)));return t.length>0?t.join(`, `):void 0}function ap(e){return typeof e==`number`||typeof e==`string`?e:void 0}const op=[`query`,`path`,`file`,`file_name`,`fileName`,`filename`,`name`,`title`,`artifact`,`artifact_path`,`url`,`command`];function sp(e){for(let t of op){let n=e[t];if(typeof n==`string`&&n.trim())return{key:t,value:n.trim()};if(typeof n==`number`||typeof n==`boolean`)return{key:t,value:String(n)}}}function cp(e){let t=ep(e),n=rp(t).join(` `).toLowerCase(),r=typeof t.tool==`string`?t.tool.toLowerCase():``,i=r||n;return Ol(e)?`think`:r.startsWith(`learn_`)||n.includes(`learn_`)?`skill`:r===`discover_tools`?`discover`:e.type===Q.THOUGHT&&!r?`think`:i.includes(`search`)||i.includes(`web`)||i.includes(`fetch`)?`search`:i.includes(`read`)||i.includes(`document`)||i.includes(`file`)?`read`:i.includes(`edit`)||i.includes(`write`)||i.includes(`patch`)||i.includes(`create`)?`edit`:i.includes(`bash`)||i.includes(`shell`)||i.includes(`command`)||i.includes(`terminal`)?`command`:e.type===Q.THOUGHT&&n.length===0?`think`:`tool`}function lp(e){switch(e){case`search`:return`Search`;case`read`:return`Read`;case`edit`:return`Edit`;case`command`:return`Bash`;case`skill`:return`Skill`;case`discover`:return`Tool`;case`think`:return`Thought`;default:return`Tool`}}function up(e){let t=sp(e);if(t)return t.value;let n=e.files??e.outputFiles;if(Array.isArray(n)&&n.length>0)return n.map(e=>Kf(e)).join(`, `)}function dp(e,t){switch(e){case`denied`:case`denied_with_feedback`:return`User declined to use ${t}.`;case`timeout`:return`Approval timed out for ${t}.`;case`reviewer_denied`:return`Approval reviewer denied ${t}.`;case`cancelled_after_denial`:return`Cancelled ${t} after another tool was denied.`;default:return}}function fp(e){switch(e){case`denied`:case`denied_with_feedback`:return`Declined by user`;case`timeout`:return`Approval timed out`;case`reviewer_denied`:return`Denied by reviewer`;case`cancelled_after_denial`:return`Cancelled after denial`;default:return}}function pp(e){let t=ep(e).tool_approval;return Vf(t)?t:void 0}function mp(e){let t=e?.approval_key;return typeof t==`string`&&t.trim()?t.trim():void 0}function hp(e){if(e.type!==Q.QUESTION)return;let t=Sf(e).trim().toLowerCase();if(t===`allow_once`||t===`allow_for_run`||t===`deny`)return t}function gp(e){let t=e.tool_title;if(typeof t==`string`&&t.trim())return t.trim();let n=e.tool_name;return typeof n==`string`&&n.trim()?np(n.trim()):`tool action`}function _p(e,t){let n=[];return e.forEach((r,i)=>{if(r.type!==Q.REQUEST_INPUT)return;let a=pp(r),o=mp(a);if(!a||!o||t.has(o))return;let s=vl(r),c;for(let t=i+1;t<e.length;t+=1){let n=e[t];if(vl(n)===s){if(n.type===Q.REQUEST_INPUT)break;if(n.type===Q.QUESTION){c=n;break}}}if(!c||hp(c)!==`deny`)return;let l=typeof a.tool_name==`string`&&a.tool_name.trim()?a.tool_name.trim():`tool_action`,u=gp(a),d=typeof a.target==`string`&&a.target.trim()?a.target:``,f={tool_name:l,tool_title:a.tool_title,action_summary:a.action_summary,target:a.target,approval_key:o};n.push({timestamp:c.timestamp??r.timestamp,workflow_run_id:c.workflow_run_id||r.workflow_run_id,type:Q.THOUGHT,message:dp(`denied`,u)??`User declined to use ${u}.`,workstream_id:s,details:{event_class:`activity`,tool:l,tool_run_id:`approval:${o}`,tool_use_id:`approval:${o}`,tool_status:`error`,tool_event:`failed`,activity_group_id:`approval:${o}`,approval_decision:`denied`,approval_request:f,input:a.input,target:d,observation:`The user declined this tool action.`,source:`synthetic_tool_approval_decision`}})}),n.length===0?e:[...e,...n].sort((e,t)=>sf(e.timestamp)-sf(t.timestamp))}function vp(e,t=160){let n=e.replace(/\s+/g,` `).trim();return n.length>t?`${n.slice(0,t-1)}...`:n}const yp=[`batch_id`,`activity_group_id`,`activity_id`,`tool_run_id`,`tool_use_id`,`streaming_id`,`chunk_index`,`tool_iteration`,`tool_event`];function bp(e){for(let t of yp){let n=e[t];if(typeof n==`string`&&n.trim())return`${t}:${n.trim()}`;if(typeof n==`number`||typeof n==`boolean`)return`${t}:${n}`}}function xp(e,t=`message`){let n=bp(ep(e)),r=vp(Sf(e),96);return[t,e.workstream_id||`main`,e.workflow_run_id,e.timestamp,e.type,n??r].filter(Boolean).join(`:`)}function Sp(e){if(e.type===`single`)return xp(e.message);if(e.type===`streaming`)return`streaming:${e.streamingId}:${e.startTimestamp}:${e.workstreamId||`main`}`;let t=e.messages[0],n=e.messages[e.messages.length-1],r=t?xp(t,`first`):e.firstTimestamp,i=n?xp(n,`last`):e.firstTimestamp;return[`group`,e.toolRunId,e.firstTimestamp,r,i].filter(Boolean).join(`:`)}function Cp(e,t){for(let n=t-1;n>=0;n--){let t=e[n];if(t.type===`single`)return t.message.timestamp;if(t.type===`tool_group`)return t.firstTimestamp;if(t.type===`streaming`)return t.startTimestamp}}function wp(e){let t=Kf(e).trim();return t.length>2400?`${t.slice(0,2400)}\n...`:t}function Tp(e,t,n,r){if(!(n==null||n===``)&&!(Array.isArray(n)&&n.length===0)&&!(Vf(n)&&Object.keys(n).length===0))return{key:e,label:t,value:n,tone:r}}function Ep(e,t){let n=Object.entries(e).reduce((e,[n,r])=>($f.has(n)||t.has(n)||r==null||r===``||(e[n]=r),e),{});return Object.keys(n).length>0?n:void 0}function Dp(e){let t=ep(e),n=new Set,r=[],i=sp(t),a=(e,i,a)=>{for(let o of i){let i=Tp(o,e,t[o],a);if(i){n.add(o),r.push(i);return}}};a(`Query`,[`query`]),a(`Input`,[`input`,`params`,`arguments`,`args`]),a(`Output`,[`output`,`stdout`,`result`,`results`,`content`,`result_summary`,`observation`,`display_message`],typeof t.approval_decision==`string`?`error`:void 0),a(`Files`,[`files`,`outputFiles`]),a(`Error`,[`error`,`stderr`],`error`),i&&n.add(i.key);let o=Ep(t,n);return r.length===0&&o&&r.push({key:`details`,label:`Details`,value:o}),r}function Op(e,t){if(e.type===Q.REQUEST_INPUT)return;let n=Sf(e),r=ep(e),i=Ol(e),a=cp(e),o=rp(r),s=up(r),c=typeof r.command==`string`&&r.command.trim()?r.command.trim():void 0,l=o[0]?np(o[0]):pf(e),u=dp(r.approval_decision,l),d=fp(r.approval_decision),f=typeof r.message_to_human==`string`&&r.message_to_human.trim()?r.message_to_human.trim():void 0,p=a===`think`?n||l:vp(a===`command`?f||(u?``:n)||c||l:f||s||(u?``:n)||l),m=n?a===`think`?n:vp(n,420):void 0,h=m&&m!==p&&!u;if(!(!p&&!h))return{key:`${e.timestamp}-${r.activity_id||r.tool_run_id||t}`,kind:a,label:lp(a),title:p,isPreamble:i,command:c,text:h?m:void 0,toolName:ip(r),startedAt:ap(r[Zf])??e.timestamp,finishedAt:ap(r[Qf])??e.timestamp,status:u?`error`:r.tool_status,decisionText:d,sections:Dp(e)}}function kp(e){let t=ep(e);return t.tool===`plan`||t.tool===`update_plan`}function Ap(e){let t=ep(e);return e.type===Q.UPDATE&&Array.isArray(t.updates)?!0:e.type===Q.PLAN&&Array.isArray(t.plan)}function jp(e){return typeof e.activity_group_id==`string`&&e.activity_group_id.trim()?e.activity_group_id.trim():void 0}function Mp(e){if(typeof e.tool_use_id==`string`&&e.tool_use_id.trim())return e.tool_use_id.trim();if(typeof e.tool_run_id==`string`&&e.tool_run_id.trim())return e.tool_run_id.trim();if(typeof e.tool==`string`&&e.tool.trim())return e.tool.trim()}function Np(e){let t=new Map,n=new Map,r=(e,t,n)=>{if(!t||!n)return;let r=e.get(t)??new Set;r.add(n),e.set(t,r)};for(let i of e){let e=ep(i),a=jp(e),o=Mp(e);e.tool_event===`started`&&r(t,a,o),typeof e.approval_decision==`string`&&r(n,a,o)}return new Set([...t.entries(),...n.entries()].filter(([,e])=>e.size>1).map(([e])=>e))}function Pp(e,t){let n=jp(e),r=Mp(e);if(n)return r&&t.has(n)?`activity:${n}:tool:${r}`:`activity:${n}`;if(typeof e.tool_use_id==`string`&&e.tool_use_id.trim())return`tool-use:${e.tool_use_id.trim()}`;if(typeof e.tool_run_id==`string`&&e.tool_run_id.trim())return`run:${e.tool_run_id.trim()}`}function Fp(e){let t=new Map,n=[],r,i=Np(e);e.forEach((e,a)=>{let o=ep(e);if(Ol(e)){n.push({index:a,message:e}),r=void 0;return}let s=Pp(o,i),c=!s&&Ap(e)?r:void 0,l=s??c;if(!l){n.push({index:a,message:e});return}let u=t.get(l);u?u.messages.push(e):t.set(l,{index:a,messages:[e]}),kp(e)?r=l:e.type===Q.PLAN&&(r=void 0)});let a=Array.from(t.values()).map(({index:e,messages:t})=>{let n=[...t].sort((e,t)=>sf(e.timestamp)-sf(t.timestamp)),r=n[n.length-1],i=n.find(e=>ep(e).tool_event===`started`),a=n.find(e=>Sf(e)),o=n.findLast(e=>typeof ep(e).approval_decision==`string`&&!!Sf(e)),s=n.findLast(e=>Sf(e).startsWith(`$ `)),c=n.findLast(e=>(e.type===Q.ERROR||e.type===Q.WARNING)&&Sf(e)),l={};for(let e of n)Object.assign(l,ep(e));c&&l.error===void 0&&l.stderr===void 0&&(l.error=Sf(c)),!c&&n.some(e=>e.type===Q.PLAN&&Array.isArray(e.details?.plan))&&(l.tool_status=`completed`),s&&l.command===void 0&&(l.command=Sf(s)),l[Zf]=n[0]?.timestamp,l[Qf]=n[n.length-1]?.timestamp;let u=typeof i?.details?.message_to_human==`string`?i.details.message_to_human:``;return{index:e,message:{...r,message:o?.message||u||(a?a.message:r.message),details:l}}});return[...n,...a].sort((e,t)=>e.index-t.index).map(({message:e})=>e)}function Ip(e){let t=new Set,n=[];return Fp(e).forEach((e,r)=>{let i=Op(e,r);if(!i)return;let a=`${i.kind}:${i.label}:${i.title}:${i.text??``}`;t.has(a)||(t.add(a),n.push(i))}),n}function Lp({kind:e,status:n}){if(n===`error`||n===`warning`)return t(st,{className:`size-3.5`});switch(e){case`search`:return t(zn,{className:`size-3.5`});case`read`:return t(qt,{className:`size-3.5`});case`edit`:return t(On,{className:`size-3.5`});case`command`:return t(Jn,{className:`size-3.5`});case`skill`:return t(ft,{className:`size-3.5`});case`discover`:return t(tr,{className:`size-3.5`});case`think`:return t(ft,{className:`size-3.5`});default:return t(tr,{className:`size-3.5`})}}function Rp(e){let t=[],n=df(e.startedAt),r=df(e.finishedAt),i=ff(e.startedAt),a=ff(e.finishedAt);return e.toolName&&t.push({label:`Tool`,value:e.toolName}),i&&a&&n!==void 0&&r!==void 0&&n!==r?(t.push({label:`Started`,value:i}),t.push({label:`Ended`,value:a}),t.push({label:`Duration`,value:uf(lf(e.startedAt,e.finishedAt))})):(i||a)&&t.push({label:`Time`,value:i??a??``}),t}function zp({hasDetailContent:e,item:r}){let i=Rp(r);return i.length===0?null:t(`dl`,{className:H(`flex flex-wrap gap-x-4 gap-y-1 text-xs`,e&&`mb-3 border-b border-border/60 pb-2`),children:i.map(e=>n(`div`,{className:`flex min-w-0 items-baseline gap-1.5`,children:[t(`dt`,{className:`shrink-0 text-muted`,children:e.label}),t(`dd`,{className:`min-w-0 wrap-break-word font-medium text-foreground/80`,children:e.value})]},e.label))})}function Bp({section:e}){let r=e.value,i=typeof r==`string`||typeof r==`number`||typeof r==`boolean`,a=e.label===`Files`&&Array.isArray(r),o=e.label===`Output`;if(a)return t(`div`,{className:`mt-2 flex flex-wrap items-center gap-1.5`,children:Array.from(new Set(r.map(e=>Kf(e)))).map(e=>t(`span`,{className:`rounded-md bg-mixer-muted/15 px-1.5 py-0.5 font-mono text-[11px] text-muted`,children:vp(e,64)},e))});let s=H(`text-xs font-medium`,e.tone===`error`?`text-destructive`:`text-muted`),c=i&&!String(r).includes(`
56
+ `)&&String(r).length<180?t(`div`,{className:H(`break-words text-xs`,e.tone===`error`?`text-destructive`:`text-foreground/75`),children:String(r)}):t(`pre`,{className:H(`max-h-52 overflow-auto whitespace-pre-wrap rounded-lg px-3 py-2 font-mono text-[11px] leading-relaxed`,e.tone===`error`?`bg-destructive/5 text-destructive`:`bg-mixer-muted/10 text-foreground/75`),children:wp(r)});return n(`div`,{className:`mt-2`,children:[o?null:t(`div`,{className:H(`mb-1`,s),children:e.label}),c]})}function Vp(e){return e.kind===`command`?`Shell`:e.label}function Hp(e){if(e.kind!==`command`)return e.title;let t=e.command||e.title;return t.trim().startsWith(`$`)?t:`$ ${t}`}function Up(e){let t=[Vp(e),Hp(e)],n=Rp(e).map(e=>`${e.label}: ${e.value}`);n.length>0&&t.push(n.join(`
57
+ `)),e.text&&t.push(e.text);for(let n of e.sections)t.push(`${n.label}\n${wp(n.value)}`);return t.filter(Boolean).join(`
58
58
 
59
- `)}async function Hp(e){try{if(navigator.clipboard?.writeText)return await navigator.clipboard.writeText(e),!0}catch{}if(typeof document>`u`)return!1;let t=document.createElement(`textarea`);t.value=e,t.setAttribute(`readonly`,``),t.style.position=`fixed`,t.style.insetInlineStart=`-9999px`,t.style.top=`0`,document.body.appendChild(t);try{return t.focus(),t.select(),document.execCommand(`copy`)}catch{return!1}finally{t.remove()}}function Up({item:e}){let r=e.kind===`command`&&e.command?Bp(e):void 0,i=!r&&e.sections.length===0?e.text:void 0,a=!!(r||i||e.sections.length),o=Vp(e),[s,c]=Y(`idle`),l=J(void 0);return K(()=>()=>{l.current!==void 0&&window.clearTimeout(l.current)},[]),n(`div`,{className:`relative mt-2 rounded-lg border border-border/70 bg-mixer-muted/10 p-3 shadow-sm`,children:[a?t(`div`,{className:`absolute end-2 top-2`,children:t(`button`,{type:`button`,className:V(`inline-flex size-7 shrink-0 items-center justify-center rounded-md text-muted opacity-70 transition`,`hover:bg-mixer-muted/20 hover:opacity-100 focus-visible:outline-none focus-visible:ring-2 focus-visible:ring-ring`,s===`copied`&&`text-success opacity-100`,s===`failed`&&`text-destructive opacity-100`),onClick:()=>{Hp(o).then(e=>{c(e?`copied`:`failed`),l.current!==void 0&&window.clearTimeout(l.current),l.current=window.setTimeout(()=>c(`idle`),2e3)})},"aria-label":`Copy tool details`,title:`Copy tool details`,children:t(s===`copied`?ht:Ft,{className:`size-4`})})}):null,n(`div`,{className:V(a&&`pe-7`),children:[t(Lp,{item:e,hasDetailContent:a}),r?t(`pre`,{className:`mb-3 whitespace-pre-wrap break-words font-mono text-sm leading-6 text-foreground/85`,children:r}):null,i?t(`div`,{className:`mb-3 break-words text-sm leading-6 text-foreground/75`,children:i}):null,e.sections.length>0?t(`div`,{className:`space-y-3`,children:e.sections.map(e=>t(Rp,{section:e},e.key))}):null]}),s===`failed`&&a?t(`div`,{className:`mt-3 text-xs text-destructive`,children:`Copy failed`}):null]})}function Wp({item:e}){let r=!!e.decisionText,a=!r&&(e.status===`error`||e.status===`warning`),o=Ip(e).length>0,s=!!(e.command||e.text||e.sections.length||o),[c,l]=Y(!1),u=r?void 0:e.status;return n(`div`,{className:`min-w-0`,children:[n(`button`,{type:`button`,className:V(`grid w-full grid-cols-[1.5rem_1fr_auto] gap-2 text-start outline-none transition-colors`,`focus-visible:text-foreground focus-visible:underline focus-visible:underline-offset-4`,s?`cursor-pointer hover:text-foreground`:`cursor-default`),onClick:()=>s&&l(e=>!e),"aria-expanded":s?c:void 0,disabled:!s,children:[t(`span`,{className:V(`flex size-5 items-center justify-center pt-0.5`,a?`text-attention`:`text-muted`),children:t(Fp,{kind:e.kind,status:u})}),n(`span`,{className:`min-w-0 text-sm text-muted`,children:[t(`span`,{className:`break-words`,children:e.title}),e.decisionText?t(i,{variant:`destructive`,className:`ms-2 rounded-full shadow-sm shadow-destructive/10`,children:e.decisionText}):null]}),s?t(yt,{className:V(`mt-0.5 size-4 shrink-0 text-muted opacity-50 transition-transform`,!c&&`-rotate-90`),"aria-hidden":`true`}):null]}),s&&c?t(`div`,{className:`mt-1`,children:t(Up,{item:e})}):null]})}function Gp({item:e,artifactRunId:r,disableCollapse:i}){let{t:a}=X(),o=e.text??e.title,s=o.trim(),[c,l]=Y(!1),u=s?s.split(/\r?\n/).length:0,d=s.length>520||u>6,f=a(c?`agent.showLess`:`agent.showMore`);return n(`div`,{className:`min-w-0 py-1`,children:[t(`div`,{"data-testid":`summary-thought-prose`,className:V(Sf,d&&!i&&!c&&`[display:-webkit-box] overflow-hidden [-webkit-box-orient:vertical] [-webkit-line-clamp:6]`),style:{overflowWrap:`anywhere`},children:t(_i,{artifactRunId:r,components:wf,children:o})}),d&&!i?t(`div`,{className:`mt-1.5 flex justify-end`,children:n(`button`,{type:`button`,"aria-expanded":c,className:V(`inline-flex items-center gap-1 text-sm font-medium text-muted transition-colors`,`[text-decoration:none] hover:text-foreground hover:[text-decoration:none]`,`focus-visible:text-foreground focus-visible:[text-decoration:none]`,`focus-visible:outline-none focus-visible:ring-2 focus-visible:ring-ring`),onClick:()=>l(e=>!e),children:[f,t(yt,{className:V(`size-4 transition-transform`,c&&`rotate-180`),"aria-hidden":`true`})]})}):null]})}function Kp({items:e,artifactRunId:n,disablePreambleCollapse:r}){return t(`div`,{className:`mt-3`,children:t(`div`,{className:`space-y-3`,children:e.map(e=>e.isPreamble||e.kind===`think`?t(Gp,{item:e,artifactRunId:n,disableCollapse:r},e.key):t(Wp,{item:e},e.key))})})}function qp({text:e,artifactRunId:n,workstreamId:r}){return t(`div`,{className:`mx-auto w-full max-w-3xl px-1`,"data-workstream-id":r,children:t(`div`,{className:Sf,style:{overflowWrap:`anywhere`},children:t(_i,{artifactRunId:n,components:wf,children:e})})})}function Jp({message:e,startTimestamp:r,endTimestamp:i,className:a}){let{t:o}=X(),s=cf(sf(r??e.timestamp,i??e.timestamp));return n(`div`,{className:V(`mx-auto w-full max-w-3xl px-1`,a),"data-testid":`summary-stopped-message`,children:[n(`div`,{className:`flex items-center justify-end gap-2 text-lg font-medium text-muted sm:text-xl`,children:[t(`span`,{children:o(`agent.youStoppedAfter`,{duration:s})}),t(Ru,{message:e,className:`h-5 w-5`})]}),t(`div`,{className:`mt-5 border-b border-border/70`})]})}function Yp({label:r,timestamp:i,durationSeconds:a,showElapsed:o,details:s,emptyDetailsLabel:c,defaultExpanded:l=!1,disablePreambleCollapse:u=!1,className:d,artifactRunId:f,onSendMessage:p,answeredToolApprovalRequestInputKeys:m,resolvedToolApprovalKeys:h}){let[g,_]=Y(l),v=Ff(i,o&&a===void 0),y=a??v,b=o&&i!==void 0,x=q(()=>Pp(s??[]),[s]),S=q(()=>(s??[]).filter(e=>Vl(e)&&!$l(e,m??new Set,h??new Set)),[m,s,h]),C=x.length>0||S.length>0||!!c;return t(`div`,{className:V(`mx-auto w-full max-w-3xl px-1`,d),children:n(`div`,{className:`border-b border-border/70 pb-3 text-sm text-muted`,children:[n(`button`,{type:`button`,className:V(`inline-flex max-w-full items-center gap-2 text-start outline-none`,`focus-visible:text-foreground focus-visible:underline focus-visible:underline-offset-4`,C?`cursor-pointer hover:text-foreground`:`cursor-default`),onClick:()=>C&&_(e=>!e),"aria-expanded":C?g:void 0,disabled:!C,children:[t(`span`,{className:`min-w-0 truncate font-medium`,children:r}),b?n(`span`,{className:`shrink-0 text-muted/75`,children:[`for `,cf(y)]}):null,C?t(g?yt:St,{className:`size-4 shrink-0 opacity-50`}):null]}),C&&g?x.length>0||S.length>0?n(e,{children:[x.length>0?t(Kp,{items:x,artifactRunId:f,disablePreambleCollapse:u}):null,S.length>0?t(`div`,{className:`mt-3 space-y-3`,children:S.map(e=>{let n=e.details.ux;return t(Jc,{question:Il(e),options:n.options,variant:n.variant,multiSelect:n.multiSelect,onSelect:e=>p?.(e),onMultiSelect:e=>p?.(e.join(`, `)),allowFreeResponse:!n.options?.length||!!n.free_response,placeholder:n.free_response?.placeholder,submitLabel:n.free_response?.submit_label,onSubmit:e=>p?.(e,n.free_response?.metadata),hideBorder:!0,compact:!0,className:`my-0`,cardClassName:`bg-background/60 shadow-none`},yp(e,`work-request-input`))})}):null]}):n(`div`,{className:`mt-3 flex items-center gap-2 text-sm text-muted`,children:[t(Kn,{className:`size-4 opacity-70`,"aria-hidden":`true`}),t(`span`,{children:c})]}):null]})})}function Xp({children:e,status:r}){let i=r===`error`?`bg-destructive`:r===`warning`?`bg-attention`:r===`completed`?`bg-success`:`bg-muted`;return n(`div`,{className:`relative ps-7`,children:[t(`div`,{className:`absolute start-2 top-0 bottom-0 w-px bg-border`}),t(`div`,{className:V(`absolute start-[5px] top-4 size-2.5 rounded-full ring-4 ring-background`,i)}),e]})}var Zp=class extends Je{constructor(e){super(e),this.state={hasError:!1}}static getDerivedStateFromError(e){return console.error(`Message render error:`,e),{hasError:!0,error:e}}componentDidUpdate(e){this.state.hasError&&e.children!==this.props.children&&this.setState({hasError:!1,error:void 0})}render(){return this.state.hasError?n(`div`,{className:`border-s-4 border-s-destructive bg-destructive/10 px-4 py-2 my-2 rounded-e`,children:[t(`p`,{className:`text-sm text-destructive font-medium`,children:rt.getFixedT(null,nt)(`agent.failedToRenderMessage`)}),t(`p`,{className:`text-xs text-muted mt-1 truncate`,children:this.state.error?.message||`Unknown error`})]}):this.props.children}};function Qp(e,t){let n=[...e.filter(e=>!$f(e)&&!t?.includes(e.type))].sort((e,t)=>(typeof e.timestamp==`number`?e.timestamp:new Date(e.timestamp).getTime())-(typeof t.timestamp==`number`?t.timestamp:new Date(t.timestamp).getTime())),r=[];for(let e of n){let t=r[r.length-1];t&&wl(t,e)||t&&em(t,e)||r.push(e)}return r}function $p({messages:r,workstreamSourceMessages:i,bottomRef:a,viewMode:s=`stacked`,isCompleted:c=!1,streamingMessages:l=new Map,onSendMessage:u,messageItemClassNames:d,messageStyleOverrides:f,toolCallGroupClassNames:p,hideToolCallsInViewMode:m,streamingMessageClassNames:h,batchProgressPanelClassNames:g,artifactRunId:_,hideWorkstreamTabs:v,workingIndicatorClassName:y,messageListClassName:b,StoreLinkComponent:x,CollectionLinkComponent:S,prependFriendlyMessage:C,initialRequestData:w,initialRequestSchema:T,initialRequestTitle:E,initialRequestTemplate:D,showInitialRequest:O,hiddenMessageTypes:k,disableAutoScroll:A=!1,renderRequestInputControls:j=!0,activeWorkstream:M,onActiveWorkstreamChange:N}){_||console.warn(`[AllMessagesMixed] artifactRunId prop is missing!`);let{t:P}=X(),F=J(null),[I,L]=Y(`all`),R=M??I,z=G(e=>{M===void 0&&L(e),N?.(e)},[M,N]),ee=J(0),te=J(null),ne=J(!1),re=J(!1),ie=l.size>0,ae=s===`sliding`;K(()=>{let e=F.current;if(!e)return;let t=()=>{if(re.current)return;let{scrollTop:t,scrollHeight:n,clientHeight:r}=e;ne.current=n-t-r>80};return e.addEventListener(`scroll`,t,{passive:!0}),()=>e.removeEventListener(`scroll`,t)},[]);let oe=q(()=>{let e=0;return l.forEach(t=>{e+=t.text?.length||0}),Math.floor(e/200)},[l]),se=G(()=>{a.current&&(re.current=!0,a.current.scrollIntoView({behavior:ie?`instant`:`smooth`}),ee.current=Date.now(),requestAnimationFrame(()=>{re.current=!1})),te.current=null},[a,ie]);K(()=>{if(r.length,l.size,A||ne.current)return;let e=Date.now()-ee.current;if(e>=100)se();else if(te.current===null){let t=100-e;te.current=window.setTimeout(se,t)}return()=>{te.current!==null&&(clearTimeout(te.current),te.current=null)}},[r.length,l.size,oe,se,A]);let ce=W.useMemo(()=>Qp(r,k),[r,k]),le=W.useMemo(()=>i?Qp(i,k):ce,[i,k,ce]),ue=W.useMemo(()=>{let e=tf(le);return le.forEach(t=>{let n=ol(t)??sl(t);n&&e.set(n.workstreamId,Qc(n.workstreamId,n.interaction))}),e},[le]),de=W.useMemo(()=>{if(R!==`all`)return ue.get(R)??Xc(R)},[R,ue]),fe=G(()=>{let e=F.current;e&&(re.current=!0,typeof e.scrollTo==`function`?e.scrollTo({top:0,behavior:`smooth`}):e.scrollTop=0,requestAnimationFrame(()=>{re.current=!1}))},[]),pe=G(e=>{z(e),requestAnimationFrame(fe)},[fe,z]),me=G(()=>{z(`all`),requestAnimationFrame(fe)},[fe,z]);K(()=>{R!==`all`&&!ue.has(R)&&z(`all`)},[R,ue,z]);let he=W.useMemo(()=>{let e=new Map;e.set(`all`,le.length);let t=nf(le,`main`);return e.set(`main`,t.length),le.forEach(t=>{let n=gl(t);n!==`main`&&e.set(n,(e.get(n)||0)+1)}),e},[le]),B=W.useMemo(()=>yf(yl(ce,R)),[ce,R]),ge=W.useMemo(()=>Wl(B),[B]),_e=W.useMemo(()=>Gl(B),[B]),ve=W.useMemo(()=>Ql(B),[B]),ye=W.useMemo(()=>eu(B),[B]),be=W.useMemo(()=>{if(j)return;let e=ru(B);return e?Hl(e):void 0},[B,j]),xe=W.useCallback(e=>e.type===Q.REQUEST_INPUT&&(be===Hl(e)||$l(e,ve,_e)),[ve,be,_e]),Se=W.useCallback(e=>tu(e,ye),[ye]),Ce=W.useMemo(()=>B.filter(e=>!Se(e)),[B,Se]),we=J(Date.now()),Te=(!!C?.trim()||Bf(w)||D!==void 0)&&(O??!0),Ee=q(()=>B.some(e=>e.type===Q.QUESTION),[B]),De=R===`all`&&Te&&!Ee,Oe=q(()=>B.reduce((e,t)=>Math.max(e,af(t.timestamp)),-1/0),[B]),ke=q(()=>B.reduce((e,t)=>sd(t)?e:Math.max(e,af(t.timestamp)),-1/0),[B]),Ae=q(()=>B.some(e=>ql(e)&&!$l(e,ve,_e)),[ve,B,_e]),je=q(()=>gf(B,ye),[B,ye]),Me=q(()=>Ae||je||hf(Ce)?!1:c||!pl(Ce),[Ce,je,Ae,c]),{completeStreaming:Pe,incompleteStreaming:Fe}=W.useMemo(()=>{let e=new Map,t=[];return l.forEach((n,r)=>{R&&R!==`all`&&R!==(n.workstreamId||`main`)||(n.startTimestamp<=ke?e.set(r,n):n.text&&t.push({id:r,data:n}))}),{completeStreaming:e,incompleteStreaming:t}},[l,R,ke]),Ie=W.useMemo(()=>hp(wd(B,Pe),_e),[B,Pe,_e]),Le=W.useMemo(()=>Ie.filter(e=>!xe(e)&&!Se(e)),[Ie,xe,Se]),Re=q(()=>{if(Fe.some(({data:e})=>e.text.trim().length>0))return 1/0;let e=Fe.reduce((e,{data:t})=>Math.max(e,t.startTimestamp),-1/0);return Math.max(Oe,e)},[Fe,Oe]),ze=W.useMemo(()=>Sd(Le,Me,Re),[Le,Me,Re]),Be=W.useMemo(()=>Pl(Ml(B,Pe,R)),[B,Pe,R]),Ve=q(()=>!Me||hf(Ce),[Ce,Me]),He=Ed(ze,Ve,Fe.length>0),H=Dd(ze)?P(`agent.preparing`):P(`agent.working`),Ue=B.length===0&&Te&&Ve&&Fe.length===0,We=q(()=>Td(ze,Le,we.current),[ze,Le]),Ge=J(We),Ke=J(!1),qe=q(()=>{if(!He)return We;let e=af(We),t=af(Ge.current);return!Ke.current||e<t?We:Ge.current},[We,He]);K(()=>{Ge.current=qe,Ke.current=He},[qe,He]);let U=q(()=>{let e=new Map,t=new Map;le.forEach(e=>{let n=gl(e);t.has(n)||t.set(n,[]),t.get(n)?.push(e)});for(let[n,r]of t.entries())if(r.length>0){let t=r.some(e=>{if([Q.COMPLETE,Q.IDLE,Q.REQUEST_INPUT,Q.TERMINATED].includes(e.type))return!0;if(e.type===Q.UPDATE&&e.details){let t=e.details;return t.workstream_event===`completed`||t.status===`completed`||t.status===`canceled`}return!1});e.set(n,t)}return e},[le]);return n(`div`,{ref:F,tabIndex:0,className:`flex-1 min-h-0 h-full w-full max-w-full overflow-y-auto overflow-x-hidden px-1.5 sm:px-2.5 lg:px-3 flex flex-col relative focus:outline-none`,"data-testid":`all-messages-mixed`,"data-message-count":r.length,"data-streaming-count":l.size,"data-view-mode":s,children:[t(`style`,{children:`
59
+ `)}async function Wp(e){try{if(navigator.clipboard?.writeText)return await navigator.clipboard.writeText(e),!0}catch{}if(typeof document>`u`)return!1;let t=document.createElement(`textarea`);t.value=e,t.setAttribute(`readonly`,``),t.style.position=`fixed`,t.style.insetInlineStart=`-9999px`,t.style.top=`0`,document.body.appendChild(t);try{return t.focus(),t.select(),document.execCommand(`copy`)}catch{return!1}finally{t.remove()}}function Gp({item:e}){let r=e.kind===`command`&&e.command?Hp(e):void 0,i=!r&&e.sections.length===0?e.text:void 0,a=!!(r||i||e.sections.length),o=Up(e),[s,c]=Y(`idle`),l=J(void 0);return K(()=>()=>{l.current!==void 0&&window.clearTimeout(l.current)},[]),n(`div`,{className:`relative mt-2 rounded-lg border border-border/70 bg-mixer-muted/10 p-3 shadow-sm`,children:[a?t(`div`,{className:`absolute end-2 top-2`,children:t(`button`,{type:`button`,className:H(`inline-flex size-7 shrink-0 items-center justify-center rounded-md text-muted opacity-70 transition`,`hover:bg-mixer-muted/20 hover:opacity-100 focus-visible:outline-none focus-visible:ring-2 focus-visible:ring-ring`,s===`copied`&&`text-success opacity-100`,s===`failed`&&`text-destructive opacity-100`),onClick:()=>{Wp(o).then(e=>{c(e?`copied`:`failed`),l.current!==void 0&&window.clearTimeout(l.current),l.current=window.setTimeout(()=>c(`idle`),2e3)})},"aria-label":`Copy tool details`,title:`Copy tool details`,children:t(s===`copied`?ht:Ft,{className:`size-4`})})}):null,n(`div`,{className:H(a&&`pe-7`),children:[t(zp,{item:e,hasDetailContent:a}),r?t(`pre`,{className:`mb-3 whitespace-pre-wrap break-words font-mono text-sm leading-6 text-foreground/85`,children:r}):null,i?t(`div`,{className:`mb-3 break-words text-sm leading-6 text-foreground/75`,children:i}):null,e.sections.length>0?t(`div`,{className:`space-y-3`,children:e.sections.map(e=>t(Bp,{section:e},e.key))}):null]}),s===`failed`&&a?t(`div`,{className:`mt-3 text-xs text-destructive`,children:`Copy failed`}):null]})}function Kp({item:e}){let r=!!e.decisionText,a=!r&&(e.status===`error`||e.status===`warning`),o=Rp(e).length>0,s=!!(e.command||e.text||e.sections.length||o),[c,l]=Y(!1),u=r?void 0:e.status;return n(`div`,{className:`min-w-0`,children:[n(`button`,{type:`button`,className:H(`grid w-full grid-cols-[1.5rem_1fr_auto] gap-2 text-start outline-none transition-colors`,`focus-visible:text-foreground focus-visible:underline focus-visible:underline-offset-4`,s?`cursor-pointer hover:text-foreground`:`cursor-default`),onClick:()=>s&&l(e=>!e),"aria-expanded":s?c:void 0,disabled:!s,children:[t(`span`,{className:H(`flex size-5 items-center justify-center pt-0.5`,a?`text-attention`:`text-muted`),children:t(Lp,{kind:e.kind,status:u})}),n(`span`,{className:`min-w-0 text-sm text-muted`,children:[t(`span`,{className:`break-words`,children:e.title}),e.decisionText?t(i,{variant:`destructive`,className:`ms-2 rounded-full shadow-sm shadow-destructive/10`,children:e.decisionText}):null]}),s?t(yt,{className:H(`mt-0.5 size-4 shrink-0 text-muted opacity-50 transition-transform`,!c&&`-rotate-90`),"aria-hidden":`true`}):null]}),s&&c?t(`div`,{className:`mt-1`,children:t(Gp,{item:e})}):null]})}function qp({item:e,artifactRunId:r,disableCollapse:i}){let{t:a}=X(),o=e.text??e.title,s=o.trim(),[c,l]=Y(!1),u=s?s.split(/\r?\n/).length:0,d=s.length>520||u>6,f=a(c?`agent.showLess`:`agent.showMore`);return n(`div`,{className:`min-w-0 py-1`,children:[t(`div`,{"data-testid":`summary-thought-prose`,className:H(wf,d&&!i&&!c&&`[display:-webkit-box] overflow-hidden [-webkit-box-orient:vertical] [-webkit-line-clamp:6]`),style:{overflowWrap:`anywhere`},children:t(yi,{artifactRunId:r,components:Ef,children:o})}),d&&!i?t(`div`,{className:`mt-1.5 flex justify-end`,children:n(`button`,{type:`button`,"aria-expanded":c,className:H(`inline-flex items-center gap-1 text-sm font-medium text-muted transition-colors`,`[text-decoration:none] hover:text-foreground hover:[text-decoration:none]`,`focus-visible:text-foreground focus-visible:[text-decoration:none]`,`focus-visible:outline-none focus-visible:ring-2 focus-visible:ring-ring`),onClick:()=>l(e=>!e),children:[f,t(yt,{className:H(`size-4 transition-transform`,c&&`rotate-180`),"aria-hidden":`true`})]})}):null]})}function Jp({items:e,artifactRunId:n,disablePreambleCollapse:r}){return t(`div`,{className:`mt-3`,children:t(`div`,{className:`space-y-3`,children:e.map(e=>e.isPreamble||e.kind===`think`?t(qp,{item:e,artifactRunId:n,disableCollapse:r},e.key):t(Kp,{item:e},e.key))})})}function Yp({text:e,artifactRunId:n,workstreamId:r}){return t(`div`,{className:`mx-auto w-full max-w-3xl px-1`,"data-workstream-id":r,children:t(`div`,{className:wf,style:{overflowWrap:`anywhere`},children:t(yi,{artifactRunId:n,components:Ef,children:e})})})}function Xp({message:e,startTimestamp:r,endTimestamp:i,className:a}){let{t:o}=X(),s=uf(lf(r??e.timestamp,i??e.timestamp));return n(`div`,{className:H(`mx-auto w-full max-w-3xl px-1`,a),"data-testid":`summary-stopped-message`,children:[n(`div`,{className:`flex items-center justify-end gap-2 text-lg font-medium text-muted sm:text-xl`,children:[t(`span`,{children:o(`agent.youStoppedAfter`,{duration:s})}),t(Bu,{message:e,className:`h-5 w-5`})]}),t(`div`,{className:`mt-5 border-b border-border/70`})]})}function Zp({label:r,timestamp:i,durationSeconds:a,showElapsed:o,details:s,emptyDetailsLabel:c,defaultExpanded:l=!1,disablePreambleCollapse:u=!1,className:d,artifactRunId:f,onSendMessage:p,answeredToolApprovalRequestInputKeys:m,resolvedToolApprovalKeys:h}){let[g,_]=Y(l),v=Lf(i,o&&a===void 0),y=a??v,b=o&&i!==void 0,x=q(()=>Ip(s??[]),[s]),S=q(()=>(s??[]).filter(e=>Ul(e)&&!tu(e,m??new Set,h??new Set)),[m,s,h]),C=x.length>0||S.length>0||!!c;return t(`div`,{className:H(`mx-auto w-full max-w-3xl px-1`,d),children:n(`div`,{className:`border-b border-border/70 pb-3 text-sm text-muted`,children:[n(`button`,{type:`button`,className:H(`inline-flex max-w-full items-center gap-2 text-start outline-none`,`focus-visible:text-foreground focus-visible:underline focus-visible:underline-offset-4`,C?`cursor-pointer hover:text-foreground`:`cursor-default`),onClick:()=>C&&_(e=>!e),"aria-expanded":C?g:void 0,disabled:!C,children:[t(`span`,{className:`min-w-0 truncate font-medium`,children:r}),b?n(`span`,{className:`shrink-0 text-muted/75`,children:[`for `,uf(y)]}):null,C?t(g?yt:St,{className:`size-4 shrink-0 opacity-50`}):null]}),C&&g?x.length>0||S.length>0?n(e,{children:[x.length>0?t(Jp,{items:x,artifactRunId:f,disablePreambleCollapse:u}):null,S.length>0?t(`div`,{className:`mt-3 space-y-3`,children:S.map(e=>{let n=e.details.ux;return t(Xc,{question:Rl(e),options:n.options,variant:n.variant,multiSelect:n.multiSelect,onSelect:e=>p?.(e),onMultiSelect:e=>p?.(e.join(`, `)),allowFreeResponse:!n.options?.length||!!n.free_response,placeholder:n.free_response?.placeholder,submitLabel:n.free_response?.submit_label,onSubmit:e=>p?.(e,n.free_response?.metadata),hideBorder:!0,compact:!0,className:`my-0`,cardClassName:`bg-background/60 shadow-none`},xp(e,`work-request-input`))})}):null]}):n(`div`,{className:`mt-3 flex items-center gap-2 text-sm text-muted`,children:[t(Jn,{className:`size-4 opacity-70`,"aria-hidden":`true`}),t(`span`,{children:c})]}):null]})})}function Qp({children:e,status:r}){let i=r===`error`?`bg-destructive`:r===`warning`?`bg-attention`:r===`completed`?`bg-success`:`bg-muted`;return n(`div`,{className:`relative ps-7`,children:[t(`div`,{className:`absolute start-2 top-0 bottom-0 w-px bg-border`}),t(`div`,{className:H(`absolute start-[5px] top-4 size-2.5 rounded-full ring-4 ring-background`,i)}),e]})}var $p=class extends Je{constructor(e){super(e),this.state={hasError:!1}}static getDerivedStateFromError(e){return console.error(`Message render error:`,e),{hasError:!0,error:e}}componentDidUpdate(e){this.state.hasError&&e.children!==this.props.children&&this.setState({hasError:!1,error:void 0})}render(){return this.state.hasError?n(`div`,{className:`border-s-4 border-s-destructive bg-destructive/10 px-4 py-2 my-2 rounded-e`,children:[t(`p`,{className:`text-sm text-destructive font-medium`,children:rt.getFixedT(null,nt)(`agent.failedToRenderMessage`)}),t(`p`,{className:`text-xs text-muted mt-1 truncate`,children:this.state.error?.message||`Unknown error`})]}):this.props.children}};function em(e,t){let n=[...e.filter(e=>!tp(e)&&!t?.includes(e.type))].sort((e,t)=>(typeof e.timestamp==`number`?e.timestamp:new Date(e.timestamp).getTime())-(typeof t.timestamp==`number`?t.timestamp:new Date(t.timestamp).getTime())),r=[];for(let e of n){let t=r[r.length-1];t&&El(t,e)||t&&nm(t,e)||r.push(e)}return r}function tm({messages:r,workstreamSourceMessages:i,bottomRef:a,viewMode:s=`stacked`,isCompleted:c=!1,streamingMessages:l=new Map,onSendMessage:u,messageItemClassNames:d,messageStyleOverrides:f,toolCallGroupClassNames:p,hideToolCallsInViewMode:m,streamingMessageClassNames:h,batchProgressPanelClassNames:g,artifactRunId:_,hideWorkstreamTabs:v,workingIndicatorClassName:y,messageListClassName:b,StoreLinkComponent:x,CollectionLinkComponent:S,prependFriendlyMessage:C,initialRequestData:w,initialRequestSchema:T,initialRequestTitle:E,initialRequestTemplate:D,showInitialRequest:O,hiddenMessageTypes:k,disableAutoScroll:A=!1,renderRequestInputControls:j=!0,activeWorkstream:M,onActiveWorkstreamChange:N}){_||console.warn(`[AllMessagesMixed] artifactRunId prop is missing!`);let{t:P}=X(),F=J(null),[I,L]=Y(`all`),R=M??I,z=G(e=>{M===void 0&&L(e),N?.(e)},[M,N]),ee=J(0),B=J(null),te=J(!1),ne=J(!1),re=l.size>0,ie=s===`sliding`;K(()=>{let e=F.current;if(!e)return;let t=()=>{if(ne.current)return;let{scrollTop:t,scrollHeight:n,clientHeight:r}=e,i=n-t-r;te.current=i>80};return e.addEventListener(`scroll`,t,{passive:!0}),()=>e.removeEventListener(`scroll`,t)},[]);let ae=q(()=>{let e=0;return l.forEach(t=>{e+=t.text?.length||0}),Math.floor(e/200)},[l]),oe=G(()=>{a.current&&(ne.current=!0,a.current.scrollIntoView({behavior:re?`instant`:`smooth`}),ee.current=Date.now(),requestAnimationFrame(()=>{ne.current=!1})),B.current=null},[a,re]);K(()=>{if(r.length,l.size,A||te.current)return;let e=Date.now()-ee.current;if(e>=100)oe();else if(B.current===null){let t=100-e;B.current=window.setTimeout(oe,t)}return()=>{B.current!==null&&(clearTimeout(B.current),B.current=null)}},[r.length,l.size,ae,oe,A]);let se=W.useMemo(()=>em(r,k),[r,k]),ce=W.useMemo(()=>i?em(i,k):se,[i,k,se]),le=W.useMemo(()=>{let e=rf(ce);return ce.forEach(t=>{let n=cl(t)??ll(t);n&&e.set(n.workstreamId,el(n.workstreamId,n.interaction))}),e},[ce]),ue=W.useMemo(()=>{if(R!==`all`)return le.get(R)??Qc(R)},[R,le]),de=G(()=>{let e=F.current;e&&(ne.current=!0,typeof e.scrollTo==`function`?e.scrollTo({top:0,behavior:`smooth`}):e.scrollTop=0,requestAnimationFrame(()=>{ne.current=!1}))},[]),fe=G(e=>{z(e),requestAnimationFrame(de)},[de,z]),pe=G(()=>{z(`all`),requestAnimationFrame(de)},[de,z]);K(()=>{R!==`all`&&!le.has(R)&&z(`all`)},[R,le,z]);let me=W.useMemo(()=>{let e=new Map;e.set(`all`,ce.length);let t=af(ce,`main`);return e.set(`main`,t.length),ce.forEach(t=>{let n=vl(t);n!==`main`&&e.set(n,(e.get(n)||0)+1)}),e},[ce]),V=W.useMemo(()=>xf(xl(se,R)),[se,R]),he=W.useMemo(()=>Kl(V),[V]),ge=W.useMemo(()=>ql(V),[V]),_e=W.useMemo(()=>eu(V),[V]),ve=W.useMemo(()=>nu(V),[V]),ye=W.useMemo(()=>{if(j)return;let e=au(V);return e?Wl(e):void 0},[V,j]),be=W.useCallback(e=>e.type===Q.REQUEST_INPUT&&(ye===Wl(e)||tu(e,_e,ge)),[_e,ye,ge]),xe=W.useCallback(e=>ru(e,ve),[ve]),Se=W.useMemo(()=>V.filter(e=>!xe(e)),[V,xe]),Ce=J(Date.now()),we=(!!C?.trim()||Hf(w)||D!==void 0)&&(O??!0),Te=q(()=>V.some(e=>e.type===Q.QUESTION),[V]),Ee=R===`all`&&we&&!Te,De=q(()=>V.reduce((e,t)=>Math.max(e,sf(t.timestamp)),-1/0),[V]),Oe=q(()=>V.reduce((e,t)=>ld(t)?e:Math.max(e,sf(t.timestamp)),-1/0),[V]),ke=q(()=>V.some(e=>Yl(e)&&!tu(e,_e,ge)),[_e,V,ge]),Ae=q(()=>vf(V,ve),[V,ve]),je=q(()=>ke||Ae||_f(Se)?!1:c||!hl(Se),[Se,Ae,ke,c]),{completeStreaming:Ne,incompleteStreaming:Pe}=W.useMemo(()=>{let e=new Map,t=[];return l.forEach((n,r)=>{if(R&&R!==`all`){let e=n.workstreamId||`main`;if(R!==e)return}n.startTimestamp<=Oe?e.set(r,n):n.text&&t.push({id:r,data:n})}),{completeStreaming:e,incompleteStreaming:t}},[l,R,Oe]),Fe=W.useMemo(()=>_p(Ed(V,Ne),ge),[V,Ne,ge]),Ie=W.useMemo(()=>Fe.filter(e=>!be(e)&&!xe(e)),[Fe,be,xe]),Le=q(()=>{if(Pe.some(({data:e})=>e.text.trim().length>0))return 1/0;let e=Pe.reduce((e,{data:t})=>Math.max(e,t.startTimestamp),-1/0);return Math.max(De,e)},[Pe,De]),Re=W.useMemo(()=>wd(Ie,je,Le),[Ie,je,Le]),ze=W.useMemo(()=>Il(Pl(V,Ne,R)),[V,Ne,R]),Be=q(()=>!je||_f(Se),[Se,je]),Ve=Od(Re,Be,Pe.length>0),He=kd(Re)?P(`agent.preparing`):P(`agent.working`),Ue=V.length===0&&we&&Be&&Pe.length===0,We=q(()=>Dd(Re,Ie,Ce.current),[Re,Ie]),Ge=J(We),Ke=J(!1),qe=q(()=>{if(!Ve)return We;let e=sf(We),t=sf(Ge.current);return!Ke.current||e<t?We:Ge.current},[We,Ve]);K(()=>{Ge.current=qe,Ke.current=Ve},[qe,Ve]);let U=q(()=>{let e=new Map,t=new Map;ce.forEach(e=>{let n=vl(e);t.has(n)||t.set(n,[]),t.get(n)?.push(e)});for(let[n,r]of t.entries())if(r.length>0){let t=r.some(e=>{if([Q.COMPLETE,Q.IDLE,Q.REQUEST_INPUT,Q.TERMINATED].includes(e.type))return!0;if(e.type===Q.UPDATE&&e.details){let t=e.details;return t.workstream_event===`completed`||t.status===`completed`||t.status===`canceled`}return!1});e.set(n,t)}return e},[ce]);return n(`div`,{ref:F,tabIndex:0,className:`flex-1 min-h-0 h-full w-full max-w-full overflow-y-auto overflow-x-hidden px-1.5 sm:px-2.5 lg:px-3 flex flex-col relative focus:outline-none`,"data-testid":`all-messages-mixed`,"data-message-count":r.length,"data-streaming-count":l.size,"data-view-mode":s,children:[t(`style`,{children:`
60
60
  /* Better vertical rhythm for markdown */
61
61
  .vprose > * + * {
62
62
  margin-top: 0.625rem;
@@ -311,7 +311,7 @@ $&`)),t.includes(` - `)&&(t=t.replace(/(^|\S)\s+-\s+/g,`$1
311
311
  .agent-markdown tbody tr:hover {
312
312
  background: transparent;
313
313
  }
314
- `}),s===`stacked`&&t(`div`,{className:V(`sticky top-0 z-10`,v&&`hidden`),children:t(ef,{workstreams:ue,activeWorkstream:R,onSelectWorkstream:pe,count:he,completionStatus:U})}),B.length===0&&!Te&&!(ae&&He)?R===`all`&&Ve&&Fe.length===0?t(`div`,{className:`flex-1 px-2 py-6 sm:px-4`,children:t(Jf,{label:P(`agent.preparing`),timestamp:we.current,className:y})}):t(`div`,{className:`flex items-center justify-center h-full text-center py-8`,children:t(`div`,{className:`flex items-center px-3 py-2 text-sm text-muted`,children:P(R===`all`?`agent.waitingForAgentResponse`:`agent.noMessagesInWorkstream`)})}):n(`div`,{className:V(`flex-1 flex flex-col justify-start w-full max-w-full`,ae?`gap-6 px-2 py-6 sm:px-4`:`gap-3 pb-4`,b),children:[ae&&R!==`all`&&de&&t(`div`,{className:`sticky top-0 z-20 -mx-2 bg-background/95 px-2 pb-2 pt-1 backdrop-blur sm:-mx-4 sm:px-4`,children:n(`div`,{className:`mx-auto flex w-full max-w-3xl items-center gap-2 border-b border-border/70 pb-3`,children:[t(Ne,{description:P(`agent.backToMainAgent`),asChild:!0,children:t(o,{type:`button`,variant:`ghost`,size:`icon`,className:`size-8 shrink-0 text-muted hover:text-foreground`,"aria-label":P(`agent.backToMainAgent`),onClick:me,children:t(ct,{className:`size-4`,"aria-hidden":`true`})})}),t(`div`,{className:`min-w-0 flex-1 truncate text-sm font-medium text-foreground`,children:de})]})}),De&&t(qf,{data:w,schema:T,title:E,template:D,prependFriendlyMessage:C,timestamp:B[0]?.timestamp??Date.now(),isSummaryView:ae,messageItemClassNames:d,messageStyleOverrides:f,StoreLinkComponent:x,CollectionLinkComponent:S},`initial-request`),Ue&&t(Jf,{label:H,timestamp:qe,className:y}),s===`stacked`?n(e,{children:[Be.map((e,n)=>{let r=n===Be.length-1;if(e.type===`tool_group`){let n=e.messages[e.messages.length-1],i=e.toolStatus===`completed`||e.toolStatus===`error`||e.toolStatus===`warning`,a=!c&&r&&!fl.includes(n.type)&&!i;return m?.includes(s)?null:t(Xp,{status:e.toolStatus,children:t(Zp,{children:t(qd,{...p,messages:e.messages,showPulsatingCircle:a,toolRunId:e.toolRunId,toolStatus:e.toolStatus,preambleText:e.preambleText,preambleMessage:e.preambleMessage,rootClassName:V(`rounded-lg border border-border bg-background/60 shadow-none`,p?.rootClassName),headerClassName:V(`px-3 py-2`,p?.headerClassName),itemHeaderClassName:V(`hover:bg-mixer-muted/20`,p?.itemHeaderClassName)})})},bp(e))}else if(e.type===`streaming`)return t(Xp,{children:t(id,{...h,text:e.text,workstreamId:e.workstreamId,isComplete:e.isComplete,timestamp:e.startTimestamp,artifactRunId:_,cardClassName:V(`rounded-lg border border-border bg-background/60 shadow-none`,h?.cardClassName)})},bp(e));else{let i=e.message;if(xe(i)||Se(i))return null;if(ml(i))return t(Xp,{children:t(Jp,{message:i,startTimestamp:xp(Be,n)??i.timestamp,endTimestamp:i.timestamp})},yp(i,`stopped`));let a=!c&&r&&!fl.includes(i.type);return rf(i)?t(Zp,{children:t(Nu,{message:i,batchData:i.details,isRunning:!i.details.completed_at,...g})},`batch-${i.details.batch_id}-${i.timestamp}`):t(Xp,{status:`message`,children:t(Zp,{children:t(nd,{...d,message:i,showPulsatingCircle:a,onSendMessage:u,requestInputAnswered:nu(i,ge),cardClassName:V(`rounded-lg border border-border bg-background/60 shadow-none`,d?.cardClassName),headerClassName:V(`px-3 py-2`,d?.headerClassName),contentClassName:V(`bg-transparent`,d?.contentClassName),messageStyleOverrides:f,StoreLinkComponent:x,CollectionLinkComponent:S})})},yp(i))}}),Fe.map(({id:e,data:n})=>t(Xp,{children:t(id,{...h,text:n.text,workstreamId:n.workstreamId,isComplete:n.isComplete,timestamp:n.startTimestamp,artifactRunId:_,cardClassName:V(`rounded-lg border border-border bg-background/60 shadow-none`,h?.cardClassName)})},`streaming-incomplete-${e}`)),Ve&&Fe.length===0&&!Ue&&t(Xp,{children:n(`div`,{className:V(`flex items-center gap-2 py-2 text-sm text-muted`,y),children:[t(su,{size:`sm`,color:`blue`}),t(`span`,{children:P(`agent.working`)})]})})]}):n(e,{children:[ze.map(e=>{if(e.type===`work`){if(m?.includes(s))return null;let n=pf(e.messages);return t(Yp,{label:mf(e.isActive),status:e.status,timestamp:e.startTimestamp,durationSeconds:e.isActive?void 0:sf(e.startTimestamp,e.endTimestamp),showElapsed:!0,details:n?void 0:e.messages,defaultExpanded:e.isActive&&!n,disablePreambleCollapse:e.isActive,className:y,onSendMessage:u,answeredToolApprovalRequestInputKeys:ve,resolvedToolApprovalKeys:_e},`work-${e.id}-${e.isActive?`active`:`done`}-${e.status}`)}if(e.type===`stopped`)return t(Jp,{message:e.message,startTimestamp:e.startTimestamp,endTimestamp:e.endTimestamp},yp(e.message,`stopped-summary`));let n=e.message;return xe(n)||Se(n)?null:rf(n)?t(Zp,{children:t(Nu,{message:n,batchData:n.details,isRunning:!n.details.completed_at,...g})},yp(n,`batch`)):t(Zp,{children:t(Rf,{message:n,onSendMessage:u,onSelectWorkstream:pe,requestInputAnswered:nu(n,ge),StoreLinkComponent:x,CollectionLinkComponent:S})},yp(n,`summary`))}),Fe.map(({id:e,data:n})=>t(qp,{text:n.text,workstreamId:n.workstreamId,artifactRunId:_},`streaming-incomplete-${e}`)),He&&!Ue&&t(Yp,{label:H,status:`running`,timestamp:qe,showElapsed:!0,className:y})]}),t(`div`,{ref:a,className:`h-2`})]})]})}const em=(e,t)=>{if(e.type!==t.type||e.message!==t.message)return!1;let n=e.details,r=t.details;if(n?.tool_status!==`completed`||r?.tool_status!==`completed`)return!1;let i=typeof e.timestamp==`number`?e.timestamp:new Date(e.timestamp).getTime();return(typeof t.timestamp==`number`?t.timestamp:new Date(t.timestamp).getTime())-i<2e3},tm=W.memo($p);function nm(e){return e?new Map(e.streamingMessages.map((e,t)=>[e.id??e.activityId??`stream-${t}`,e])):new Map}function rm(e,t){return e?.find(e=>e.cursor===t)}function im(e,t){if(t===0||e===`live`)return`live`;let n=Sa(e,t);return n>=t-1?`live`:n+1}function am(e){let t=0,n=e.length;for(;t<n&&e[t]===`-`;)t++;for(;n>t&&e[n-1]===`-`;)n--;return e.slice(t,n)}function om(e){return am(e.trim().replace(/[^a-z0-9-_]+/gi,`-`)).slice(0,80)}function sm(e,t){let n=new Blob([JSON.stringify(t,null,2)],{type:`application/json`}),r=URL.createObjectURL(n),i=document.createElement(`a`);i.href=r,i.download=e,document.body.appendChild(i),i.click(),i.remove(),URL.revokeObjectURL(r)}function cm({fixture:e,cursor:r,initialCursor:i,onCursorChange:a,autoStepMs:s,repeat:c=1,viewMode:l,className:u,title:d,showHeader:f=!0}){let{t:p}=X(),m=e.messages,h=i??(m.length>0?0:`live`),[g,_]=Y(()=>xa(h,m.length)),v=r??g,y=l??`sliding`,[b,x]=Y(!!s),[S,C]=Y(0),w=J(null),T=q(()=>Ta(m,v,!0),[v,m]),E=T.displayedMessages,D=q(()=>nm(rm(e.streamingFrames,T.cursor)),[e.streamingFrames,T.cursor]),O=G(e=>{let t=xa(e,m.length);r===void 0&&_(t),a?.(t)},[r,m.length,a]);K(()=>{let e=xa(v,m.length);e!==v&&O(e)},[v,m.length,O]),K(()=>{if(!s||s<=0||!b)return;let e=window.setInterval(()=>{let e=im(v,m.length);if(e===`live`&&v===`live`){C(e=>{let t=e+1;return c>0&&t>=c?(x(!1),t):(O(m.length>0?0:`live`),t)});return}O(e)},s);return()=>window.clearInterval(e)},[s,v,b,m.length,c,O]);let k=E.length>0&&!pl(E),A=q(()=>ru(E),[E]),j=d??e.metadata?.title??p(`agent.rewind.fixtureTitle`),M=G(()=>{let t={...e,metadata:{...e.metadata,title:j,exported_at:e.metadata?.exported_at??new Date().toISOString(),message_count:m.length}},n=e.metadata?.agent_run_id??`fixture`;sm(`${om(j)||`agent-chat`}-${om(n)}.json`,t)},[e,m.length,j]),N=G(()=>{O(im(T.cursor,m.length))},[m.length,T.cursor,O]);return n(`div`,{className:V(`flex h-full min-h-0 w-full flex-col bg-background text-foreground`,u),"data-agent-test-playback-enabled":!0,"data-agent-playback-cursor":T.cursor,"data-agent-live-message-count":m.length,"data-agent-rendered-message-count":T.renderedMessageCount,"data-agent-replay-playing":b||void 0,"data-agent-replay-loop":S,children:[f&&n(`div`,{className:`flex flex-wrap items-center justify-between gap-2 border-b border-border px-3 py-2`,children:[n(`div`,{className:`min-w-0`,children:[t(`div`,{className:`truncate text-sm font-medium`,children:j}),t(`div`,{className:`text-xs text-muted`,children:p(`agent.rewind.fixtureMeta`,{messageCount:m.length,loops:S})})]}),n(`div`,{className:`flex items-center gap-2`,children:[n(o,{type:`button`,variant:`secondary`,size:`sm`,onClick:M,children:[t(Rt,{className:`size-4`}),t(`span`,{className:`ms-1.5`,children:p(`agent.rewind.exportFixture`)})]}),s&&s>0&&n(o,{type:`button`,variant:`secondary`,size:`sm`,onClick:()=>x(e=>!e),children:[t(b?Tn:Dn,{className:`size-4`}),t(`span`,{className:`ms-1.5`,children:p(b?`agent.rewind.pause`:`agent.rewind.resume`)})]})]})]}),t(`div`,{className:`flex flex-shrink-0 justify-end px-2 py-1.5`,children:t(ja,{cursor:T.cursor,messages:m,onChangeCursor:O})}),t(tm,{messages:E,isCompleted:k,streamingMessages:D,bottomRef:w,artifactRunId:e.metadata?.agent_run_id??`agent-chat-fixture`,viewMode:y,renderRequestInputControls:!A}),A&&t(au,{message:A,onSendMessage:N,isLoading:!1})]})}function lm({className:e,inline:r=!1}){return n(`div`,{className:V(`flex items-center gap-1`,r?`inline-flex`:``,e),children:[t(`div`,{className:`w-2 h-2 bg-blue-500 rounded-full animate-[jumping_1s_infinite_ease-in-out] hover:bg-blue-600`,style:{transform:`translateY(0)`,animationRange:`0px -8px`}}),t(`div`,{className:`w-2 h-2 bg-blue-500 rounded-full animate-[jumping_1s_0.3s_infinite_ease-in-out] hover:bg-blue-600`,style:{transform:`translateY(0)`,animationRange:`0px -8px`}}),t(`div`,{className:`w-2 h-2 bg-blue-500 rounded-full animate-[jumping_1s_0.6s_infinite_ease-in-out] hover:bg-blue-600`,style:{transform:`translateY(0)`,animationRange:`0px -8px`}})]})}function um(){let{client:e}=Z(),[t,n]=Y([]),[r,i]=Y(!0),[a,o]=Y(!1),s=J(0),c=G(async()=>{let t=s.current+1;s.current=t,i(!0),o(!1);try{let r=await e.apps.getInstalledApps(`tools`),a=[];for(let e of r){let t=e,n=t.oauth_collection_ids??[],r=t.manifest.oauth_providers??{};if(!t.manifest.tool_collections)continue;let i=t.manifest.tool_collections.map(e=>Or(e)).filter(e=>e.type===`mcp`&&n.includes(e.id)),o=new Map,s=new Map,c=[];for(let e of i)if(e.oauth_provider){let t=o.get(e.oauth_provider)??[];t.push(e),o.set(e.oauth_provider,t)}else if(e.oauth_app){let t=s.get(e.oauth_app)??[];t.push(e),s.set(e.oauth_app,t)}else c.push(e);for(let[e,n]of o)a.push({key:`${t.id}:provider:${e}`,appId:t.id,appName:t.manifest.title||t.manifest.name,label:r[e]?.display_name||e,representativeId:n[0].id,memberIds:n.map(e=>e.id),memberNames:n.map(e=>e.name)});for(let[e,n]of s)a.push({key:`${t.id}:oauthapp:${e}`,appId:t.id,appName:t.manifest.title||t.manifest.name,label:e,representativeId:n[0].id,memberIds:n.map(e=>e.id),memberNames:n.map(e=>e.name)});for(let e of c)a.push({key:`${t.id}:individual:${e.id}`,appId:t.id,appName:t.manifest.title||t.manifest.name,label:e.name,representativeId:e.id,memberIds:[e.id],memberNames:[e.name]})}if(s.current!==t||(n(a),i(!1),a.length===0))return;o(!0);let c=new Map,l=await Promise.all(a.map(async t=>{try{let n=c.get(t.appId);n||(n=e.remoteMcpConnections.getStatus(t.appId),c.set(t.appId,n));let r=(await n).find(e=>e.collection_id===t.representativeId);return{...t,authStatus:r}}catch{return t}}));if(s.current!==t)return;n(l)}catch(e){s.current===t&&(console.error(`Failed to load MCP tool collections:`,e),n([]))}finally{s.current===t&&(i(!1),o(!1))}},[e]);return K(()=>{c()},[c]),{groups:t,loading:r,statusLoading:a,reload:c}}function dm(e,t){return t?.length?e.memberIds.every(e=>t.includes(e)):!1}function fm(e,t,n){let r=new Set(t??[]);if(n)for(let t of e.memberIds)r.delete(t);else for(let t of e.memberIds)r.add(t);return Array.from(r)}function pm(e,t){return e.filter(e=>e.authStatus?.authenticated===!0&&!dm(e,t)).length}function mm(e,t){return e.filter(e=>e.authStatus?.authenticated===!0&&!dm(e,t)).map(e=>e.label)}function hm({isOpen:e,onClose:r,groups:i,loading:a,statusLoading:o=!1,reload:s,disabledCollections:c,onChange:l,onConnectionChange:u,readOnly:d=!1}){let{t:f}=X(),p=()=>{s(),u?.()};return n(vo,{isOpen:e,onClose:r,size:`md`,className:`max-w-[92vw] sm:max-w-[620px] lg:max-w-[620px]`,children:[t(yo,{children:f(`mcpConnections.title`)}),n(bo,{children:[t(`p`,{className:`mb-4 text-sm text-muted`,children:f(`mcpConnections.subtitle`)}),a?t(`div`,{className:`flex items-center justify-center py-8`,children:t(fs,{className:`size-5`})}):i.length===0?t(`div`,{className:`py-8 text-center text-sm text-muted`,children:f(`mcpConnections.empty`)}):t(`div`,{className:`space-y-1`,children:i.map(e=>{let r=!dm(e,c),i=e.authStatus?.authenticated===!0;return n(`div`,{className:`flex items-center justify-between gap-3 py-3`,children:[n(`div`,{className:`flex min-w-0 items-center gap-2`,children:[t(i?un:dn,{className:`size-4 shrink-0 ${i?`text-success`:`text-muted`}`,"aria-hidden":`true`}),t(Ba,{description:n(`div`,{className:`space-y-0.5`,children:[t(`div`,{className:`font-medium`,children:e.appName}),e.memberNames.length>1&&t(`div`,{className:`text-xs text-muted`,children:e.memberNames.join(` · `)})]}),placement:`top`,asChild:!0,children:t(`span`,{className:`truncate ${r?`text-foreground`:`text-muted line-through`}`,children:e.label})})]}),n(`div`,{className:`flex shrink-0 items-center gap-3`,children:[o&&!e.authStatus?t(Wa,{variant:`outline`,size:`sm`,disabled:!0,className:`h-6 w-32 justify-center px-2 text-xs`,"aria-label":f(`mcpConnections.checkingStatus`),title:f(`mcpConnections.checkingStatus`),children:t(fs,{className:`size-3`})}):t(hs,{appId:e.appId,collectionId:e.representativeId,collectionName:e.label,authenticated:e.authStatus?.authenticated,onAuthChange:p,variant:`compact`,showDisconnect:!0,readOnly:d}),l&&t(is,{size:`sm`,value:r,onChange:t=>l(fm(e,c,t)),disabled:d,"aria-label":f(r?`mcpConnections.deactivateAria`:`mcpConnections.activateAria`,{name:e.label})})]})]},e.key)})})]})]})}function gm({disabledCollections:r,onChange:i,onConnectionChange:a,readOnly:o=!1,variant:s=`outline`,size:c=`sm`}){let{t:l}=X(),{groups:u,loading:d,statusLoading:f,reload:p}=um(),[m,h]=Y(!1);if(!d&&u.length===0)return null;let g=pm(u,r),_=mm(u,r),v=_.slice(0,2),y=_.length-v.length,b=v.length>0?`${v.join(`, `)}${y>0?` +${y}`:``}`:void 0;return n(e,{children:[n(`div`,{className:`flex min-w-0 items-center gap-2`,children:[b&&t(`span`,{className:`max-w-48 truncate text-muted`,title:_.join(`, `),children:b}),n(Wa,{variant:s,size:c,className:`shrink-0`,onClick:()=>h(!0),disabled:d,"aria-label":l(`mcpConnections.manage`),children:[t(`span`,{children:l(`mcpConnections.label`)}),g>0&&t(Ja,{variant:`success`,children:g})]})]}),t(hm,{isOpen:m,onClose:()=>h(!1),groups:u,loading:d,reload:p,statusLoading:f,disabledCollections:r,onChange:i,onConnectionChange:a,readOnly:o})]})}function _m({disabledCollections:e,onChange:r,onConnectionChange:i,readOnly:a=!1}){let{t:o}=X(),{groups:s,loading:c,statusLoading:l,reload:u}=um();if(!c&&s.length===0)return null;let d=()=>{u(),i?.()};return c&&s.length===0?n(`div`,{className:`flex items-center gap-2 border-y border-border/70 py-2 text-sm text-muted`,children:[t(fs,{className:`size-4`}),t(`span`,{children:o(`mcpConnections.label`)})]}):t(`div`,{className:`space-y-1`,children:s.map(i=>{let s=!dm(i,e),c=i.authStatus?.authenticated===!0;return n(`div`,{className:`flex flex-wrap items-center gap-x-3 gap-y-2 py-2 text-sm`,children:[n(`div`,{className:`flex min-w-36 flex-1 items-center gap-2`,children:[t(c?un:dn,{className:`size-4 shrink-0 ${c?`text-success`:`text-muted`}`,"aria-hidden":`true`}),t(Ba,{description:n(`div`,{className:`space-y-0.5`,children:[t(`div`,{className:`font-medium`,children:i.appName}),i.memberNames.length>1&&t(`div`,{className:`text-xs text-muted`,children:i.memberNames.join(` · `)})]}),placement:`top`,asChild:!0,children:t(`span`,{className:`block truncate ${s?`text-foreground`:`text-muted line-through`}`,children:i.label})})]}),l&&!i.authStatus?t(Wa,{variant:`outline`,size:`sm`,disabled:!0,className:`h-6 w-32 justify-center px-2 text-xs`,"aria-label":o(`mcpConnections.checkingStatus`),title:o(`mcpConnections.checkingStatus`),children:t(fs,{className:`size-3`})}):t(hs,{appId:i.appId,collectionId:i.representativeId,collectionName:i.label,authenticated:i.authStatus?.authenticated,onAuthChange:d,variant:`compact`,showDisconnect:!0,readOnly:a}),r&&n(`div`,{className:`flex min-w-24 items-center justify-end gap-2 text-xs`,children:[t(`span`,{className:s?`text-muted`:`text-attention`,children:o(s?`mcpConnections.enabled`:`mcpConnections.disabled`)}),t(is,{size:`sm`,value:s,onChange:t=>r(fm(i,e,t)),disabled:a,"aria-label":o(s?`mcpConnections.deactivateAria`:`mcpConnections.activateAria`,{name:i.label})})]})]},i.key)})})}function vm({disabledCollections:r,onChange:i,onConnectionChange:a,readOnly:o=!1}){let{t:s}=X(),{groups:c,loading:l,statusLoading:u,reload:d}=um(),[f,p]=Y(!1);if(!l&&c.length===0)return null;let m=pm(c,r);return n(e,{children:[t(Ho,{align:`left`,trigger:t(Wa,{variant:`ghost`,size:`icon`,className:`size-8 rounded-md text-muted hover:bg-muted`,"aria-label":s(`mcpConnections.settings`),title:s(`mcpConnections.settings`),disabled:l,children:t(`span`,{className:`flex size-5 items-center justify-center rounded-[3px] border border-muted text-sm font-semibold leading-none`,"aria-hidden":`true`,children:`/`})}),children:n(Uo,{onClick:()=>p(!0),isDisabled:l,children:[t(`span`,{children:s(`mcpConnections.title`)}),m>0&&t(Ja,{variant:`success`,children:m})]})}),t(hm,{isOpen:f,onClose:()=>p(!1),groups:c,loading:l,reload:d,statusLoading:u,disabledCollections:r,onChange:i,onConnectionChange:a,readOnly:o})]})}const ym=[/conversation\.json$/,/-conversation\.json$/,/^tools\.json$/];function bm(e){let t=e.split(`/`).pop()??e;return ym.some(e=>e.test(t))}function xm(e){let t={name:``,path:``,isDirectory:!0,children:[]};for(let n of e){let e=n.split(`/`),r=t,i=``;for(let t=0;t<e.length;t++){let n=e[t];i=i?`${i}/${n}`:n;let a=t===e.length-1,o=r.children.find(e=>e.name===n);o||(o={name:n,path:i,isDirectory:!a,children:[]},r.children.push(o)),r=o}}let n=e=>{e.children.sort((e,t)=>e.isDirectory===t.isDirectory?e.name.localeCompare(t.name):e.isDirectory?-1:1),e.children.forEach(n)};return n(t),t.children}function Sm(e,t){let n=`agents/${t}/`,r=e.indexOf(n);return r===-1?e.split(`/`).pop()??e:e.slice(r+n.length)}function Cm(e,t,n=0){let[r,i]=Y([]),[a,o]=Y(!1),[s,c]=Y(null),[l,u]=Y(0),d=J(0),f=G(async()=>{if(!t)return;let n=++d.current;o(!0),c(null);try{let r=await e.files.listArtifacts(t);if(n!==d.current)return;i(r.map(e=>Sm(e,t)).filter(e=>e&&!bm(e)))}catch(e){if(n!==d.current)return;c(e instanceof Error?e.message:`Failed to list artifacts`),i([])}finally{n===d.current&&o(!1)}},[e,t]);return K(()=>{f()},[f,n,l]),{tree:q(()=>xm(r),[r]),flatFiles:r,isLoading:a,error:s,refresh:G(()=>{u(e=>e+1)},[])}}function wm(e){return e.replace(/[_-]/g,` `).replace(/\b\w/g,e=>e.toUpperCase())}function Tm({node:e,depth:r,runId:i,onDownload:a,downloadingPath:s,forceExpanded:c=!1}){let[l,u]=Y(!1),d=c||l;if(e.isDirectory)return n(`div`,{className:`min-w-0`,children:[n(o,{variant:`unstyled`,className:`flex w-full max-w-full items-center justify-start gap-1.5 rounded px-1 py-1 text-start text-sm hover:bg-muted/30`,style:{paddingInlineStart:`${r*14+4}px`},onClick:()=>u(e=>!e),"aria-expanded":d,children:[d?t(bt,{className:`size-3.5 shrink-0 text-muted`}):t(Ct,{className:`size-3.5 shrink-0 text-muted cn-rtl-flip`}),t(d?Xt:Yt,{className:`size-4 shrink-0 text-info`}),t(`span`,{className:`min-w-0 truncate font-medium`,title:e.path,children:wm(e.name)})]}),d&&e.children.map(e=>t(Tm,{node:e,depth:r+1,runId:i,onDownload:a,downloadingPath:s,forceExpanded:c},`${i}:${e.path}`))]});let f=s===e.path;return t(`div`,{className:`min-w-0`,children:n(o,{variant:`unstyled`,className:`flex w-full max-w-full items-center justify-start gap-1.5 rounded px-1 py-1 text-start text-sm hover:bg-muted/30`,style:{paddingInlineStart:`${r*14+4}px`},onClick:()=>a(e.path),disabled:f,title:e.path,children:[f?t(pn,{className:`size-3.5 shrink-0 animate-spin text-info`}):t(`span`,{className:`size-3.5 shrink-0`}),t(Ut,{className:`size-4 shrink-0 text-muted`}),t(`span`,{className:`min-w-0 truncate`,children:e.name})]})})}function Em(e){return e.reduce((e,t)=>t.isDirectory?e+Em(t.children):e+1,0)}function Dm(e,t){let n=t.trim().toLocaleLowerCase();return n?e.flatMap(e=>{let t=`${e.name} ${e.path}`.toLocaleLowerCase().includes(n);if(!e.isDirectory)return t?[e]:[];let r=Dm(e.children,n);return t?[{...e}]:r.length>0?[{...e,children:r}]:[]}):e}function Om(e,t){let n=document.createElement(`a`);n.href=e,n.download=t,n.rel=`noopener noreferrer`,n.style.display=`none`,document.body.appendChild(n),n.click(),n.remove()}function km({icon:e,children:r,action:i}){return n(l,{className:`h-full min-h-[240px] flex-col text-center text-muted`,children:[e,t(`span`,{className:`text-sm`,children:r}),i]})}function Am({runId:r,refreshKey:i=0}){let{t:a}=X(),{client:s}=Z(),{tree:c,flatFiles:l,isLoading:u,error:d,refresh:f}=Cm(s,r,i),[p,m]=Y(null),[h,g]=Y(``),_=h.trim(),v=q(()=>Dm(c,_),[c,_]),y=q(()=>Em(v),[v]),b=$e(),x=G(async e=>{if(r){m(e);try{let{url:t}=await s.files.getArtifactDownloadUrl(r,e,`attachment`);Om(t,e.split(`/`).pop()||`artifact`)}catch(e){console.error(`Failed to get artifact download URL:`,e)}finally{m(null)}}},[s,r]);return r?u&&l.length===0?t(km,{icon:t(pn,{className:`mb-2 size-6 animate-spin`}),children:a(`agent.loadingArtifacts`)}):d?t(`div`,{className:`flex flex-col items-center justify-center p-4 text-muted w-full`,children:n(O,{title:`Fail to load Artifacts`,className:`w-full`,action:f,actionLabel:n(e,{children:[t(Nn,{className:`size-3.5 me-1.5`}),a(`agent.retry`)]}),children:[t(`span`,{className:`break-all text-muted`,children:d}),` `,t(`br`,{})]})}):l.length===0?t(km,{icon:t(Cn,{className:`mb-2 size-8`}),action:n(o,{variant:`ghost`,size:`sm`,className:`mt-2`,onClick:f,children:[t(Nn,{className:`size-3.5 me-1.5`}),a(`agent.refresh`)]}),children:a(`agent.noArtifactsYet`)}):n(`div`,{className:`flex flex-col h-full`,children:[n(`div`,{className:`flex shrink-0 flex-col gap-2 px-3 py-2`,children:[n(`div`,{className:`flex items-center justify-between gap-2 text-xs text-muted`,children:[t(`span`,{children:_?`${y} of ${l.length} file${l.length===1?``:`s`}`:`${l.length} file${l.length===1?``:`s`}`}),t(o,{variant:`ghost`,size:`sm`,onClick:f,disabled:u,className:`h-6 w-6 p-0`,children:t(Nn,{className:`size-3.5 ${u?`animate-spin`:``}`})})]}),t(`label`,{htmlFor:b,className:`sr-only`,children:a(`form.filter`)}),t(F,{id:b,type:`text`,role:`searchbox`,autoComplete:`off`,placeholder:a(`store.searchPlaceholder`),value:h,onChange:g,clearable:!0})]}),t(`div`,{className:`flex-1 overflow-y-auto px-3 pb-2`,children:v.length>0?t(`div`,{className:`min-w-0`,children:v.map(e=>t(Tm,{node:e,depth:0,runId:r,onDownload:x,downloadingPath:p,forceExpanded:!!_},`${r}:${e.path}`))}):t(`div`,{className:`px-1 py-6 text-sm text-muted`,children:a(`agent.noContentAvailable`)})})]}):t(km,{icon:t(Cn,{className:`mb-2 size-8`}),children:`No run selected`})}const jm=W.memo(Am);function Mm(e){return typeof e==`object`&&!!e&&!Array.isArray(e)}function Nm(e){if(!Mm(e))return;let t=e.browseruse??e.browser_use;if(!Mm(t))return;let n={widget:typeof t.widget==`string`?t.widget:void 0,browser_workflow_id:typeof t.browser_workflow_id==`string`?t.browser_workflow_id:void 0,workstream_id:typeof t.workstream_id==`string`?t.workstream_id:void 0,phase:typeof t.phase==`string`?t.phase:void 0,url:typeof t.url==`string`?t.url:void 0,title:typeof t.title==`string`?t.title:void 0,screenshot:typeof t.screenshot==`string`?t.screenshot:void 0,raw_screenshot:typeof t.raw_screenshot==`string`?t.raw_screenshot:void 0,prefer_raw_screenshot:typeof t.prefer_raw_screenshot==`boolean`?t.prefer_raw_screenshot:void 0,updated_at:typeof t.updated_at==`number`?t.updated_at:void 0};if(!(n.widget&&n.widget!==`browseruse`)&&!(!n.url&&!n.title&&!n.screenshot&&!n.raw_screenshot))return n}function Pm(e){let t=new Map;for(let n of e){let e=Nm(n.details);if(!e)continue;let r=e.workstream_id||n.workstream_id||`main`,i=e.updated_at??(typeof n.timestamp==`number`?n.timestamp:new Date(n.timestamp).getTime()),a=t.get(r);(!a||i>=a.timestamp)&&t.set(r,{state:{...e,workstream_id:r},timestamp:i})}return new Map(Array.from(t.entries()).map(([e,t])=>[e,t.state]))}function Fm(e){return e.replace(/^artifact:\/\//,``).replace(/^artifact:/,``).replace(/^\/+/,``)}function Im(e){return e?e.replace(/_/g,` `):`browser`}function Lm({state:e,runId:r,className:a,compact:o}){let{t:s}=X(),{client:c}=Z(),l=$i(),{openImage:u}=mu(),[d,f]=Y(),p=e.prefer_raw_screenshot===!1?e.screenshot||e.raw_screenshot:e.raw_screenshot||e.screenshot,m=e.title||e.url||s(`agent.browserUse`),h=q(()=>p&&Fm(p).split(`/`).pop()||s(`agent.browserScreenshot`),[p,s]);return K(()=>{if(!p){f(void 0);return}if(p.startsWith(`http://`)||p.startsWith(`https://`)){f(p);return}if(!r){f(void 0);return}let e=!1;return(async()=>{let t=Fm(p);try{let n=ta(r,t,`inline`),i=l?await l.getOrFetch(n,async()=>(await c.files.getArtifactDownloadUrl(r,t,`inline`)).url):(await c.files.getArtifactDownloadUrl(r,t,`inline`)).url;e||f(i)}catch(n){console.error(`Failed to resolve browser screenshot ${t}`,n),e||f(void 0)}})(),()=>{e=!0}},[c,r,p,l]),o?n(`div`,{className:V(`overflow-hidden rounded-md border border-border/70 bg-transparent`,a),children:[n(`div`,{className:`flex items-center gap-2 px-2 py-1.5`,children:[t(bn,{className:`size-3.5 shrink-0 text-info`}),n(`div`,{className:`min-w-0 flex-1`,children:[n(`div`,{className:`flex min-w-0 items-center gap-1`,children:[t(`span`,{className:`text-xs font-medium text-foreground`,children:s(`agent.browserPreview`)}),e.phase&&n(`span`,{className:`truncate text-[11px] capitalize text-muted`,children:[`· `,Im(e.phase)]})]}),t(`div`,{className:`truncate text-[11px] text-muted`,title:m,children:m})]}),e.url&&t(`a`,{href:e.url,target:`_blank`,rel:`noopener noreferrer`,title:s(`agent.openInNewTab`),className:V(`inline-flex h-6 w-6 shrink-0 items-center justify-center rounded-md`,`text-muted hover:bg-muted hover:text-foreground`),children:t(Vt,{className:`size-3`})})]}),p&&(d?t(`button`,{type:`button`,className:`block w-full bg-mixer-muted/20 text-start`,onClick:()=>u(d,h),title:s(`agent.clickToEnlarge`),children:t(`img`,{src:d,alt:h,className:`block max-h-32 w-full object-contain`})}):n(`div`,{className:`flex min-h-16 items-center justify-center gap-2 bg-mixer-muted/20 px-3 py-4 text-xs text-muted`,children:[t(nn,{className:`size-4`}),t(`span`,{children:s(`agent.browserScreenshotPending`)})]}))]}):n(`div`,{className:V(`overflow-hidden rounded-md border border-muted bg-mixer-muted/10`,a),children:[n(`div`,{className:`flex items-start justify-between gap-2 border-b border-muted px-2.5 py-2`,children:[n(`div`,{className:`flex min-w-0 items-start gap-2`,children:[t(bn,{className:`mt-0.5 size-4 shrink-0 text-info`}),n(`div`,{className:`min-w-0`,children:[t(`div`,{className:`text-xs font-medium text-foreground`,children:s(`agent.browserUse`)}),t(`div`,{className:`truncate text-xs text-muted`,title:m,children:m})]})]}),t(i,{variant:`info`,className:`shrink-0 capitalize`,children:Im(e.phase)})]}),d?t(`button`,{type:`button`,className:`block w-full bg-mixer-muted/20 text-start`,onClick:()=>u(d,h),title:s(`agent.clickToEnlarge`),children:t(`img`,{src:d,alt:h,className:`block max-h-56 w-full object-contain`})}):n(`div`,{className:`flex min-h-28 items-center justify-center gap-2 bg-mixer-muted/20 px-3 py-6 text-xs text-muted`,children:[t(nn,{className:`size-4`}),t(`span`,{children:s(`agent.browserScreenshotPending`)})]}),e.url&&n(`div`,{className:`flex items-center gap-2 border-t border-muted px-2.5 py-1.5`,children:[t(`a`,{href:e.url,target:`_blank`,rel:`noopener noreferrer`,className:`min-w-0 flex-1 truncate text-xs text-info hover:underline`,title:e.url,children:e.url}),t(`a`,{href:e.url,target:`_blank`,rel:`noopener noreferrer`,title:s(`agent.openInNewTab`),className:V(`inline-flex h-6 shrink-0 items-center justify-center rounded-md px-1.5`,`text-muted hover:bg-muted hover:text-foreground`),children:t(Vt,{className:`size-3`})})]})]})}function Rm({documents:e,activeId:n,onSelect:r}){return e.length===0?null:t(`div`,{className:`flex items-center gap-1 px-2 py-1.5`,children:t(b,{align:`right`,trigger:t(o,{variant:`ghost`,size:`xs`,title:`All opened documents`,className:`flex items-center gap-1.5 max-w-[220px] text-xs h-7 px-2`,children:t(bt,{className:`size-3 shrink-0`})}),children:e.map(e=>t(z,{onClick:()=>r(e.id),className:e.id===n?`font-medium`:``,children:t(`span`,{className:`truncate max-w-[200px]`,children:e.title})},e.id))})})}function zm({isOpen:e,documents:r,activeDocumentId:i,onSelectDocument:a,onCloseDocument:s,onUpdateDocumentTitle:c,refreshKey:l,runId:u}){let{client:d}=Z(),{t:f}=X(),[p,m]=Y(null),[h,g]=Y(!1),[_,v]=Y(null),[y,b]=Y(null),x=G(async e=>{g(!0),v(null);try{let[t,n]=await Promise.all([d.store.objects.getObjectText(e),d.store.objects.retrieve(e)]);m(t.text??null);let r=n.name;b(r),r&&c?.(e,r)}catch(e){v(e instanceof Error?e.message:f(`agent.failedToLoadDocument`)),m(null)}finally{g(!1)}},[d,c,f]);return K(()=>{i&&e&&x(i)},[i,l,e,x]),!e||r.length===0?null:n(`div`,{className:`h-full shadow-xl border border-muted/20 overflow-hidden flex flex-col`,children:[n(`div`,{className:`flex items-center justify-between px-3 py-2 border-b border-muted/20 shrink-0`,children:[n(`div`,{className:`flex items-center gap-2 min-w-0`,children:[t(Kt,{className:`size-4 text-muted shrink-0`}),t(`h3`,{className:`font-bold text-sm truncate`,children:y||f(`agent.document`)})]}),n(`div`,{className:`flex items-center gap-1`,children:[t(Rm,{documents:r,activeId:i,onSelect:a}),i&&t(oi,{href:`/store/objects/${i}#overview`,topLevelNav:!0,className:`inline-flex items-center justify-center rounded-md text-sm font-medium h-8 w-8 hover:bg-muted/20 text-muted hover:text-foreground`,children:t(Ne,{description:f(`agent.openDocument`),placement:`top`,size:`xs`,children:t(Vt,{className:`size-4`})})}),t(o,{variant:`ghost`,size:`sm`,onClick:()=>i&&s(i),title:f(`agent.close`),children:t(er,{className:`size-4`})})]})]}),t(`div`,{className:`flex-1 overflow-y-auto px-4 py-4`,children:h?n(`div`,{className:`flex items-center justify-center py-12`,children:[t(pn,{className:`size-5 animate-spin text-muted`}),t(`span`,{className:`ms-2 text-sm text-muted`,children:f(`agent.loadingDocument`)})]}):_?t(`div`,{className:`p-4 rounded-md bg-destructive/10 text-destructive text-sm`,children:_}):p?t(`div`,{className:`prose prose-sm dark:prose-invert max-w-none`,children:t(_i,{artifactRunId:u,children:p})}):n(`div`,{className:`flex flex-col items-center justify-center py-12 text-muted`,children:[t(Kt,{className:`size-8 mb-2`}),t(`span`,{className:`text-sm`,children:f(`agent.noContentAvailable`)})]})})]})}const Bm=W.memo(zm);function Vm({plan:e,workstreamStatus:r,isOpen:i,onClose:a,plans:s=[],activePlanIndex:c=0,onChangePlan:u=()=>{}}){let{t:d}=X();if(!i)return null;let f=e.plan||[],p=f.length,m=f.reduce((e,t)=>t?.id&&(r.get(t.id.toString())===`completed`||t.status===`completed`)?e+1:e,0),h=p>0?Math.round(m/p*100):0,g=s.length>0?s.length-c:1,_=s[c]?.timestamp;return f.length===0?t(`div`,{className:`h-full overflow-hidden`,children:n(l,{className:`h-full min-h-[240px] flex-col text-center text-muted`,children:[t(jt,{className:`mb-2 size-8`}),t(`span`,{className:`text-sm`,children:d(`agent.noPlanAvailable`)})]})}):t(`div`,{className:`h-full overflow-hidden`,children:n(`div`,{className:`flex h-full flex-col gap-4 overflow-y-auto px-2 py-3`,children:[n(`div`,{className:`space-y-2`,children:[n(`div`,{className:`flex items-start justify-between gap-3`,children:[n(`div`,{className:`min-w-0`,children:[t(`div`,{className:`text-sm font-medium text-foreground`,children:d(`agent.taskProgress`)}),t(`div`,{className:`text-xs text-muted`,children:d(`agent.tasksCompleted`,{completed:m,total:p})})]}),s.length>1&&n(`div`,{className:`flex shrink-0 items-center gap-1 text-xs text-muted`,children:[t(o,{variant:`ghost`,size:`icon`,className:`size-7`,onClick:()=>u(Math.min(s.length-1,c+1)),disabled:c>=s.length-1,"aria-label":d(`agent.olderPlan`),title:d(`agent.olderPlan`),children:t(xt,{className:`size-4`,"aria-hidden":`true`})}),n(`div`,{className:`min-w-20 text-center`,children:[n(`div`,{className:`font-medium text-foreground`,children:[g,`/`,s.length]}),t(`div`,{className:`truncate`,children:_?new Date(_).toLocaleTimeString():d(`agent.unknownTime`)})]}),t(o,{variant:`ghost`,size:`icon`,className:`size-7`,onClick:()=>u(Math.max(0,c-1)),disabled:c<=0,"aria-label":d(`agent.newerPlan`),title:d(`agent.newerPlan`),children:t(St,{className:`size-4`,"aria-hidden":`true`})})]})]}),t(`div`,{className:`h-2 overflow-hidden rounded-full bg-mixer-muted/20`,role:`progressbar`,"aria-valuemin":0,"aria-valuemax":p,"aria-valuenow":m,"aria-label":d(`agent.taskProgress`),children:t(`div`,{className:`h-full rounded-full bg-success transition-all duration-300`,style:{width:`${h}%`}})})]}),t(`ol`,{className:`divide-y divide-border/60`,children:f.map((e,i)=>{let a=e.id?e.id.toString():`task-${i}`,o=e.goal||`Task ${i+1}`,s=e.id?`task-${e.id.toString()}`:`task-${o}-${e.status||`pending`}`,c=e.status||`pending`,l=r.get(a);l!==void 0&&(c=l);let u=kt,f=`text-muted`;c===`in_progress`?(u=Mt,f=`text-info`):c===`completed`&&(u=ht,f=`text-success`);let p=d(c===`completed`?`agent.completed`:c===`in_progress`?`agent.inProgress`:`agent.pending`);return n(`li`,{className:`grid grid-cols-[auto_minmax(0,1fr)_auto] items-start gap-3 px-1 py-3`,children:[t(`span`,{className:`mt-0.5 min-w-5 text-center text-xs font-medium tabular-nums text-muted/80`,children:a}),t(`span`,{className:`min-w-0 text-sm leading-5 text-foreground/85`,children:o}),n(`span`,{className:V(`flex items-center gap-1.5 text-xs font-medium`,f),children:[t(u,{className:`size-3.5 shrink-0`,"aria-hidden":`true`}),t(`span`,{children:p})]})]},s)})}),(()=>{let e=new Set(f.filter(e=>e?.id).map(e=>e.id.toString())),i=Array.from(r.entries()).filter(([t])=>t!==`main`&&!e.has(t));return i.length>0?n(`div`,{className:`mt-1 px-1 py-2`,children:[t(`div`,{className:`mb-2 text-xs font-medium text-muted`,children:d(`agent.workstreams`)}),t(`div`,{className:`divide-y divide-border/60`,children:i.map(([e,r])=>{let i=kt,a=`text-muted`,o=d(`agent.pending`);return r===`in_progress`?(i=Mt,a=`text-info`,o=d(`agent.inProgress`)):r===`completed`&&(i=ht,a=`text-success`,o=d(`agent.completed`)),n(`div`,{className:`flex items-center gap-2 py-2`,children:[t(i,{className:V(`size-3.5 shrink-0`,a)}),t(`span`,{className:`min-w-0 flex-1 truncate text-xs font-medium text-foreground/80`,children:e}),t(`span`,{className:`text-xs font-medium text-muted`,children:o})]},e)})})]}):null})()]})})}const Hm=W.memo(Vm);function Um({icon:e,children:r}){return n(l,{className:`h-full min-h-[240px] flex-col text-center text-muted`,children:[e,t(`span`,{className:`text-sm`,children:r})]})}function Wm({files:e}){let{t:r}=X(),a=q(()=>e?Array.from(e.values()):[],[e]),o=e=>{switch(e){case pr.UPLOADING:case pr.PROCESSING:return t(pn,{className:`size-4 animate-spin text-info`});case pr.READY:return t(_t,{className:`size-4 text-success`});case pr.ERROR:return t(nr,{className:`size-4 text-destructive`});default:return t(Kt,{className:`size-4 text-muted`})}},s=e=>{switch(e){case pr.UPLOADING:return t(i,{variant:`info`,children:r(`agent.uploading`)});case pr.PROCESSING:return t(i,{variant:`info`,children:r(`agent.processing`)});case pr.READY:return t(i,{variant:`success`,children:r(`agent.ready`)});case pr.ERROR:return t(i,{variant:`destructive`,children:r(`agent.error`)});default:return null}};return t(`div`,{className:`h-full min-h-0`,children:a.length===0?t(Um,{icon:t(Kt,{className:`mb-2 size-8`}),children:r(`agent.noFilesUploadedYet`)}):t(`div`,{className:`space-y-2 p-2`,children:a.map(e=>n(`div`,{className:`flex items-start gap-2 p-2 border border-muted rounded-md`,children:[t(`div`,{className:`mt-0.5`,children:o(e.status)}),n(`div`,{className:`flex-1 min-w-0`,children:[n(`div`,{className:`flex items-center justify-between gap-2`,children:[t(`span`,{className:`text-sm font-medium truncate`,children:e.name}),s(e.status)]}),e.error&&t(`div`,{className:`text-xs text-destructive mt-1`,children:e.error})]})]},e.id))})})}var Gm=class extends W.Component{state={hasError:!1};static getDerivedStateFromError(e){return{hasError:!0,message:e instanceof Error?e.message:String(e)}}componentDidCatch(e,t){console.error(`Agent right panel section failed to render`,{error:e,componentStack:t.componentStack})}render(){return this.state.hasError?n(`div`,{className:V(`rounded-md border border-destructive bg-mixer-destructive/10 text-destructive`,this.props.compact?`p-2 text-xs`:`m-3 p-3 text-sm`),children:[t(`div`,{className:`font-medium`,children:this.props.title}),t(`div`,{className:`mt-1 text-xs text-muted`,children:this.props.description}),this.state.message&&t(`div`,{className:`mt-1 break-all text-[11px] text-muted`,children:this.state.message})]}):this.props.children}};function Km({workstreams:e,messages:r,runId:a}){let{t:s}=X(),{client:c}=Z(),l=H(),u=q(()=>Pm(r),[r]),d=s(`agent.panelRenderErrorDescription`),f=G(e=>{navigator.clipboard.writeText(e),l({status:`success`,title:s(`agent.runIdCopied`),duration:2e3})},[s,l]),p=G(async e=>{try{let t=await bl(c,e);t&&window.open(t,`_blank`)}catch{l({status:`error`,title:s(`agent.failedToDownload`)})}},[c,s,l]);return e.length===0?t(Um,{icon:t(cn,{className:`mb-2 size-8`}),children:s(`agent.noActiveParallelTasks`)}):n(`div`,{className:`h-full min-h-0 overflow-y-auto px-2 py-2`,children:[t(`div`,{className:`px-1 pb-2 text-xs text-muted`,children:s(`agent.parallelWorkDescription`)}),t(`div`,{className:`divide-y divide-border/60`,children:e.map(e=>{let r=e.status===`running`||e.status===`canceling`,c=Math.round(e.elapsed_ms/1e3),l=Math.max(0,Math.round(e.remaining_ms/1e3)),m=e.deadline_ms>0?Math.min(100,Math.round(e.elapsed_ms/e.deadline_ms*100)):0,h=u.get(e.workstream_id),g=e.deadline_ms>0,_=e.child_workflow_run_id,v=[e.phase?Xc(e.phase):void 0,c>0?s(`agent.elapsed`,{seconds:c}):void 0,g&&l>0?s(`agent.remaining`,{seconds:l}):void 0].filter(Boolean),y=(()=>{switch(e.status){case`running`:return t(i,{variant:`info`,children:s(`agent.running`)});case`canceling`:return t(i,{variant:`attention`,children:s(`agent.canceling`)});case`completed`:return t(i,{variant:`done`,children:s(`agent.completed`)});case`failed`:return t(i,{variant:`destructive`,children:s(`agent.failed`)});case`timeout`:return t(i,{variant:`destructive`,children:s(`agent.timeout`)});case`canceled`:return t(i,{variant:`destructive`,children:s(`agent.canceled`)})}})();return t(Gm,{title:s(`agent.workstreamRenderError`),description:d,compact:!0,children:t(`div`,{className:`py-3`,children:n(`div`,{className:`flex items-start gap-2`,children:[t(`span`,{className:V(`mt-2 size-2 shrink-0 rounded-full`,il(e.status)),"aria-hidden":`true`}),n(`div`,{className:`min-w-0 flex-1`,children:[n(`div`,{className:`flex min-w-0 items-center justify-between gap-2`,children:[t(`span`,{className:`min-w-0 truncate text-sm font-medium text-foreground`,title:e.workstream_id,children:Xc(e.workstream_id)}),y]}),v.length>0&&t(`div`,{className:`mt-0.5 truncate text-xs text-muted`,children:v.join(` · `)}),r&&g&&t(`div`,{className:`mt-2 h-1 rounded-full bg-muted`,role:`progressbar`,"aria-valuemin":0,"aria-valuemax":100,"aria-valuenow":m,"aria-valuetext":s(`agent.workstreamProgress`,{percent:m}),children:t(`div`,{className:`h-full rounded-full bg-info transition-all duration-500`,style:{width:`${m}%`}})}),h&&t(Gm,{title:s(`agent.browserWidgetRenderError`),description:d,compact:!0,children:t(Lm,{state:h,runId:a,compact:!0,className:`mt-2`})}),_&&n(`div`,{className:`mt-2 flex flex-wrap gap-1`,children:[n(o,{variant:`ghost`,size:`sm`,className:`h-7 px-2 text-xs text-muted hover:text-foreground`,onClick:()=>f(_),children:[t(At,{className:`size-3 me-1`}),s(`agent.copyRunId`)]}),n(o,{variant:`ghost`,size:`sm`,className:`h-7 px-2 text-xs text-muted hover:text-foreground`,onClick:()=>p(_),children:[t(Rt,{className:`size-3 me-1`}),s(`agent.download`)]})]})]})]})})},e.launch_id)})})]})}const qm=`flex items-center border-b-2 px-2 py-1.5 text-sm font-medium whitespace-nowrap cursor-pointer shrink-0`,Jm=`border-transparent text-muted-foreground hover:border-border hover:text-foreground`,Ym=`border-primary text-primary`;function Xm({tabs:e,current:r,onTabChange:i,label:a,active:o}){let[s,c]=Y(!1),l=J(null),u=J(!1),d=()=>{l.current&&=(clearTimeout(l.current),null)},f=()=>{d(),u.current=!0,c(!0)},p=()=>{d(),l.current=setTimeout(()=>c(!1),150)};return K(()=>()=>clearTimeout(l.current??void 0),[]),n(x,{modal:!1,open:s,onOpenChange:e=>{d(),e&&(u.current=!1),c(e)},children:[t(E,{asChild:!0,children:n(`button`,{type:`button`,onMouseEnter:f,onMouseLeave:p,className:V(qm,o?Ym:Jm),children:[a,t(bt,{className:`ms-1 size-4`})]})}),t(S,{align:`end`,className:`w-max`,onMouseEnter:d,onMouseLeave:p,onCloseAutoFocus:e=>{u.current&&e.preventDefault()},children:e.map(e=>t(C,{disabled:e.disabled,onClick:()=>i(e.name),className:V(e.name===r&&`text-primary`),children:e.label},e.name))})]})}function Zm({tabs:e,current:r,onTabChange:i,className:a}){let{t:o}=X(),s=J(null),c=J([]),l=J(null),[u,d]=Y({count:e.length,promote:!1}),f=()=>{let t=s.current;if(!t)return;let n=t.clientWidth,i=e.map((e,t)=>c.current[t]?.offsetWidth??0),a=i.reduce((e,t)=>e+t,0)+4*Math.max(0,e.length-1),o=(t,n)=>{let r=0,a=0;for(let o=0;o<e.length;o++){if(o===n)continue;let e=r+(a>0?4:0)+i[o];if(e>t)break;r=e,a+=1}return a},u;if(a<=n)u={count:e.length,promote:!1};else{let t=l.current?.offsetWidth??0,a=Math.max(1,o(n-t-4,-1)),s=e.findIndex(e=>e.name===r);u=s<0||s<a?{count:a,promote:!1}:{count:o(n-t-i[s]-8,s),promote:!0}}d(e=>e.count===u.count&&e.promote===u.promote?e:u)},p=J(f);p.current=f,et(()=>{p.current()}),K(()=>{let e=s.current;if(!e||typeof ResizeObserver>`u`)return;let t=new ResizeObserver(()=>p.current());return t.observe(e),()=>t.disconnect()},[]);let m=e.findIndex(e=>e.name===r),h,g;if(u.promote&&m>=0){let t=e.filter((e,t)=>t!==m);h=[...t.slice(0,u.count),e[m]],g=t.slice(u.count)}else h=e.slice(0,u.count),g=e.slice(u.count);let _=g.some(e=>e.name===r),v=o(`agent.moreTabs`);return n(`div`,{ref:s,className:V(`relative`,a),children:[n(`div`,{"aria-hidden":!0,className:`pointer-events-none invisible absolute start-0 top-0 flex w-max gap-1`,children:[e.map((e,n)=>t(`button`,{type:`button`,tabIndex:-1,ref:e=>{c.current[n]=e},className:V(qm,Jm),children:e.label},e.name)),n(`button`,{type:`button`,tabIndex:-1,ref:l,className:V(qm,Jm),children:[v,t(bt,{className:`ms-1 size-4`})]})]}),n(`div`,{className:`-mb-px flex gap-1 overflow-hidden border-b`,children:[h.map(e=>{let n=e.name===r;return t(`button`,{type:`button`,"aria-current":n?`page`:void 0,disabled:e.disabled,onClick:()=>i(e.name),className:V(qm,n?Ym:Jm,`disabled:pointer-events-none disabled:opacity-50`),children:e.label},e.name)}),g.length>0&&t(Xm,{tabs:g,current:r,onTabChange:i,label:v,active:_})]})]})}function Qm({plan:e,workstreamStatus:r,plans:i=[],activePlanIndex:a=0,onChangePlan:s,activeWorkstreams:c=[],messages:l=[],hideWorkstreams:u=!1,openDocuments:d=[],activeDocumentId:f,onSelectDocument:p,onCloseDocument:m,onUpdateDocumentTitle:h,docRefreshKey:g=0,runId:_,processingFiles:v,showArtifacts:y=!1,artifactRefreshKey:b=0,payloadContent:x,conversationContent:S,onClose:C,defaultTab:w,activeTab:T,onTabChange:E}){let{t:D}=X(),[O,k]=Y(w||`plan`),A=T??O,j=e=>{k(e),E?.(e)},M=!u&&c.length>0,N=d.length>0,P=v?v.size>0:!1,F=G((e,n)=>t(Gm,{title:D(`agent.panelRenderError`,{name:e}),description:D(`agent.panelRenderErrorDescription`),children:n}),[D]),I={name:`conversation`,label:`Conversation`,content:S?F(`Conversation`,t(`div`,{className:`flex flex-col h-full min-h-0`,children:S})):null,is_allowed:!!S},L=[...S?[I]:[],{name:`plan`,label:D(`agent.plan`),content:F(D(`agent.plan`),e?t(Hm,{plan:e,workstreamStatus:r||new Map,isOpen:!0,onClose:C,plans:i,activePlanIndex:a,onChangePlan:s}):t(Um,{icon:t(cn,{className:`mb-2 size-8`}),children:D(`agent.noPlanAvailable`)})),is_allowed:!0},{name:`workstreams`,label:M?n(`span`,{className:`inline-flex min-w-0 items-center gap-1 whitespace-nowrap`,children:[D(`agent.workstreams`),` `,t(`span`,{className:`inline-flex shrink-0 items-center justify-center rounded-full bg-info px-1.5 py-0.5 text-[10px] text-info`,children:c.length})]}):D(`agent.workstreams`),content:F(D(`agent.workstreams`),t(Km,{workstreams:c,messages:l,runId:_})),is_allowed:!u},{name:`documents`,label:N?n(`span`,{className:`inline-flex min-w-0 items-center gap-1 whitespace-nowrap`,children:[D(`agent.documents`),` `,t(`span`,{className:`inline-flex shrink-0 items-center justify-center rounded-full bg-info px-1.5 py-0.5 text-[10px] text-info`,children:d.length})]}):D(`agent.documents`),content:F(D(`agent.documents`),d.length>0&&p&&m?t(Bm,{isOpen:!0,documents:d,activeDocumentId:f??null,onSelectDocument:p,onCloseDocument:m,onUpdateDocumentTitle:h,refreshKey:g,runId:_}):t(Um,{icon:t(Kt,{className:`mb-2 size-8`}),children:D(`agent.noDocumentsOpen`)})),is_allowed:!0},{name:`uploads`,label:P?n(`span`,{className:`inline-flex min-w-0 items-center gap-1 whitespace-nowrap`,children:[D(`agent.uploads`),` `,t(`span`,{className:`inline-block w-1.5 h-1.5 rounded-full bg-info`})]}):D(`agent.uploads`),content:F(D(`agent.uploads`),t(Wm,{files:v})),is_allowed:!0},{name:`artifacts`,label:D(`agent.artifacts`),content:F(D(`agent.artifacts`),t(jm,{runId:_,refreshKey:b})),is_allowed:y},{name:`payload`,label:D(`agent.payload`),content:x?F(D(`agent.payload`),t(`div`,{className:`overflow-y-auto`,children:x})):null,is_allowed:!!x}];return n(Oe,{tabs:L,current:A,onTabChange:j,fullHeight:!0,className:`px-0`,children:[n(`div`,{className:`flex items-end justify-between shrink-0 px-1 py-1 gap-1`,children:[t(Zm,{tabs:L.filter(e=>e.is_allowed===void 0||e.is_allowed===!0),current:A,onTabChange:j,className:`min-w-0 flex-1`}),!S&&t(o,{variant:`ghost`,size:`sm`,className:`shrink-0 ms-1`,onClick:C,title:`Close Right Panel`,children:t(rr,{className:`size-4`})})]}),t(Ae,{className:`flex-1 min-h-0 pt-0 pb-0`})]})}const $m=W.memo(Qm);function eh(e){if(!e)return[];let t=[];for(let n=0;n<e.length;n++){let r=e[n];if(r.kind!==`file`)continue;let i=r.getAsFile();if(i)if(r.type.startsWith(`image/`)&&(!i.name||i.name===`image.png`)){let e=r.type.split(`/`)[1]||`png`;t.push(new File([i],`pasted-image-${Date.now()}.${e}`,{type:i.type}))}else t.push(i)}return t}function th(e,t,n=!1){let[r,i]=Y([]),[a,o]=Y(0),[s,c]=Y(new Map),[l,u]=Y(t),[d,f]=Y(!n),p=J(-1),m=J(new Set);K(()=>{e.length===0&&(i([]),o(0),c(new Map),f(!n),p.current=-1,m.current.clear())},[e.length,n]);let h=G(e=>{let n=e[e.length-1];n&&(n.type===Q.TERMINATED?u(!1):u(t?!0:n.type===Q.REQUEST_INPUT))},[t]);return K(()=>{if(e.length===0)return;let t=p.current+1;if(t>=e.length){h(e);return}let n=!1,r=[],a=[];for(let i=t;i<e.length;i++){let t=e[i];if(t.type===Q.PLAN)try{let e=null;if(t.details&&typeof t.details==`object`&&t.details.plan&&Array.isArray(t.details.plan)&&(e={plan:t.details.plan}),e){let i=typeof t.timestamp==`number`?t.timestamp:new Date(t.timestamp).getTime();if(!m.current.has(i)){m.current.add(i),n=!0,r.push({plan:e,timestamp:i});let t=new Map;t.set(`main`,`in_progress`),Array.isArray(e.plan)&&e.plan.forEach(e=>{if(e&&typeof e==`object`&&e.id){let n=e.id.toString();t.set(n,e.status||`pending`)}}),a.push({timestamp:i,statusMap:t})}}}catch(e){console.error(`Failed to parse plan from message:`,e)}}p.current=e.length-1,n&&r.length>0&&(i(e=>[...[...r].reverse(),...e]),o(0),f(!0),a.length>0&&c(e=>{let t=new Map(e);for(let e of a)t.set(e.timestamp,e.statusMap);return t})),h(e)},[e,h]),K(()=>{if(r.length===1&&!d&&!sessionStorage.getItem(`plan-panel-shown`)){let e=setTimeout(()=>{f(!0),sessionStorage.setItem(`plan-panel-shown`,`true`)},500);return()=>clearTimeout(e)}},[r.length,d]),{plans:r,activePlanIndex:a,setActivePlanIndex:o,workstreamStatusMap:s,showInput:l,showSlidingPanel:d,setShowSlidingPanel:f}}function nh(e,t){return{...e,details:{...e.details??{},_deliveryStatus:t}}}function rh(e){let t=e.details,n=t?._messageId;if(typeof n==`string`&&n)return n;let r=t?.ack;return typeof r==`string`&&r?r:void 0}function ih(e,t){let n=e?.[t];return typeof n==`string`&&n?n:void 0}function ah(e){return e?.streaming_id_scope===`workflow_run`}function oh(e){return[Q.COMPLETE,Q.IDLE,Q.TERMINATED,Q.REQUEST_INPUT].includes(e.type)}function sh(e){if(e.type===Q.STREAMING_CHUNK)return!1;if(e.type===Q.SYSTEM){let t=e.details;if(t?.system_type===`file_processing`&&t.files)return!1}return!!e.message||oh(e)}function ch(e){if(e)return{type:e.type,timestamp:e.timestamp,workstream_id:e.workstream_id,text:typeof e.message==`string`?e.message.slice(0,80):e.message?`[non-string]`:``,display_role:e.details?.display_role,source:e.details?.source}}function lh(e,t){if(e.find(e=>e.timestamp===t.timestamp))return e;if(!t.details?._optimistic&&(t.type===Q.QUESTION||ml(t))){let n=typeof t.details?.ack==`string`?t.details.ack:void 0,r=n?nh(t,`consumed`):t;if(n){let i=e.filter(e=>!((e.type===t.type||ml(e))&&e.details?._optimistic&&rh(e)===n));return dl(i,r),i}if(t.type===Q.QUESTION){let n=e.filter(e=>e.type===Q.QUESTION&&e.details?._optimistic&&e.message===t.message&&(e.workstream_id??`main`)===(t.workstream_id??`main`));if(n.length===1){let r=e.filter(e=>e!==n[0]);return dl(r,t),r}}}let n=[...e];return dl(n,t),n}function uh(e){let t=e.details,n=ih(t,`streaming_id`),r=ih(t,`activity_id`);return n&&ah(t)?n:r??n}function dh(e){let t=e.details,n=ih(t,`streaming_id`),r=ih(t,`activity_id`),i=[];return n&&ah(t)&&i.push(n),r&&i.push(r),[...new Set(i)]}function fh(e,t){let[n,r]=Y([]),[i,a]=Y(!1),[o,s]=Y(`loading`),[c,l]=Y(null),[u,d]=Y(null),[f,p]=Y(new Map),[m,h]=Y(0),g=G(()=>h(e=>e+1),[]),_=J(null),v=J(0),[y,b]=Y(new Map),x=J(new Map),S=J(null),[C,w]=Y(!1),T=J(null),E=G(()=>{let e=S.current;e&&(e.mode===`raf`?cancelAnimationFrame(e.id):clearTimeout(e.id),S.current=null)},[]),D=G(()=>{x.current.size>0&&(b(new Map(x.current)),w(!0),T.current&&clearTimeout(T.current),T.current=setTimeout(()=>w(!1),50)),S.current=null},[]);return K(()=>{a(!pl(n))},[n]),K(()=>{ul(`stream state`,{agentRunId:t,messageCount:n.length,streamingCount:y.size,initialHistoryStatus:o,isCompleted:i,lastDeliveredTs:v.current,first:ch(n[0]),last:ch(n[n.length-1])})},[t,o,i,n,y.size]),K(()=>{let n=_.current!==t;_.current=t,n&&(r([]),s(`loading`),l(null),d(null),b(new Map),p(new Map),v.current=0);let i=new AbortController,a=n?void 0:v.current||void 0;return ul(`stream start`,{agentRunId:t,isNewConversation:n,since:a,streamNonce:m}),e.agents.getInternals(t).then(e=>{i.signal.aborted||(ul(`internals loaded`,{agentRunId:t,status:e.status,first_workflow_run_id:e.first_workflow_run_id}),l(e.status?.toUpperCase()??null),d(e.first_workflow_run_id??null))}).catch(e=>{i.signal.aborted||console.error(`Failed to check agent run status:`,e)}),e.agents.streamMessages(t,e=>{if(!i.signal.aborted){if(ul(`stream message`,{agentRunId:t,type:e.type,timestamp:e.timestamp,workstream_id:e.workstream_id,hasMessage:!!e.message,display_role:e.details?.display_role,source:e.details?.source}),e.timestamp&&e.timestamp>v.current&&(v.current=e.timestamp),e.type===Q.STREAMING_CHUNK){let t=e.details,n=uh(e);if(!n)return;let r=x.current.get(n)||{text:``,workstreamId:e.workstream_id,startTimestamp:Date.now(),activityId:t?.activity_id,streamingId:t?.streaming_id},i=r.text+(e.message||``);x.current.set(n,{text:i,workstreamId:e.workstream_id,isComplete:t.is_final,startTimestamp:r.startTimestamp,activityId:t?.activity_id,streamingId:t?.streaming_id}),S.current===null&&(document.hidden?S.current={mode:`timeout`,id:window.setTimeout(D,16)}:S.current={mode:`raf`,id:requestAnimationFrame(D)});return}if(e.type===Q.SYSTEM){let t=e.details;if(t?.system_type===`file_processing`&&t.files){p(new Map(t.files.map(e=>[e.id,e])));return}}if(e.type===Q.THOUGHT||e.type===Q.ANSWER){let t=dh(e);if(t.length>0){for(let e of t)x.current.delete(e);b(e=>{let n=new Map(e),r=!1;for(let e of t)r=n.delete(e)||r;return r?n:e})}}(e.type===Q.COMPLETE||e.type===Q.IDLE)&&x.current.size>0&&D(),sh(e)&&r(t=>lh(t,e))}},a,i.signal,{onHistoryLoaded:e=>{if(i.signal.aborted)return;let n=e.filter(sh);ul(`history loaded`,{agentRunId:t,count:e.length,timelineCount:n.length,since:a,first:ch(e[0]),last:ch(e[e.length-1])}),s(e.length>0?`has_messages`:`empty`),n.length>0&&r(e=>n.reduce((e,t)=>(t.timestamp&&t.timestamp>v.current&&(v.current=t.timestamp),lh(e,t)),e))},onHistoryError:e=>{i.signal.aborted||(ul(`history error`,{agentRunId:t,error:e instanceof Error?e.message:String(e)}),s(`error`))}}).then(()=>{if(!i.signal.aborted)return ul(`stream resolved`,{agentRunId:t}),e.agents.getInternals(t).then(e=>{i.signal.aborted||(ul(`internals refreshed after stream end`,{agentRunId:t,status:e.status}),l(e.status?.toUpperCase()??null))}).catch(e=>{i.signal.aborted||console.error(`Failed to refresh agent run status on stream end:`,e)})}).catch(e=>{i.signal.aborted||(ul(`stream failed`,{agentRunId:t,error:e instanceof Error?e.message:String(e)}),console.error(`Failed to stream agent messages:`,e))}),()=>{ul(`stream cleanup`,{agentRunId:t,streamNonce:m}),i.abort(),E(),x.current.clear(),T.current&&=(clearTimeout(T.current),null)}},[t,m,e.agents,D,E]),K(()=>{let e=()=>{!document.hidden&&x.current.size>0&&(E(),D())};return document.addEventListener(`visibilitychange`,e),()=>{document.removeEventListener(`visibilitychange`,e)}},[D,E]),{messages:n,streamingMessages:y,isCompleted:i,initialHistoryStatus:o,debugChunkFlash:C,addOptimisticMessage:G(e=>{r(t=>{let n=[...t,e];return n.sort((e,t)=>(typeof e.timestamp==`number`?e.timestamp:new Date(e.timestamp).getTime())-(typeof t.timestamp==`number`?t.timestamp:new Date(t.timestamp).getTime())),n})},[]),updateOptimisticMessageStatus:G((e,t)=>{r(n=>n.map(n=>n.details?._optimistic&&rh(n)===e?nh(n,t):n))},[]),removeOptimisticMessages:G(e=>{r(t=>t.filter(t=>!e(t)))},[]),reconnect:g,agentRunStatus:c,workflowRunId:u,serverFileUpdates:f}}function ph(e){if(typeof e==`string`&&e.trim().length>0)return e}function mh(e,t){let n=ph(e.revision_root_id)||ph(e.revision_root)||ph(e.root_document_id)||ph(e.root_id);if(n)return n;let r=e.revision_info;if(r&&typeof r==`object`){let e=ph(r.root);if(e)return e}return t}function hh(e,t){return e.revisionRootId&&t.revisionRootId?e.revisionRootId===t.revisionRootId:t.revisionRootId?e.id===t.revisionRootId:e.revisionRootId?e.revisionRootId===t.id:e.id===t.id}function gh(e){let[t,n]=Y([]),[r,i]=Y(null),[a,o]=Y(!1),[s,c]=Y(0),l=J(-1);return K(()=>{e.length===0&&(n([]),i(null),o(!1),c(0),l.current=-1)},[e.length]),K(()=>{let t=l.current+1;if(!(t>=e.length)){for(let r=t;r<e.length;r++){let t=e[r];if(t.type===Q.UPDATE&&t.details){let e=t.details;if(e.event_class===`document_created`||e.event_class===`document_updated`){let t=ph(e.document_id),r=ph(e.updated_document_id)||t,a=e.title;if(r){let s=mh(e,t||r),l={id:r,title:a||`Document`,revisionRootId:s};n(e=>{let t=e.findIndex(e=>hh(e,l));if(t<0)return[...e,l];let n=e[t];if(n.id===l.id&&n.title===l.title&&n.revisionRootId===l.revisionRootId)return e;let r=[...e];return r[t]=l,r}),i(l.id),o(!0),e.event_class===`document_updated`&&c(e=>e+1)}}}}l.current=e.length-1}},[e]),{openDocuments:t,activeDocumentId:r,isDocPanelOpen:a,docRefreshKey:s,closeDocPanel:G(()=>{o(!1)},[]),closeDocument:G(e=>{n(t=>{let n=t.filter(t=>t.id!==e);return n.length===0?(o(!1),i(null)):i(t=>t===e?n[0].id:t),n})},[]),selectDocument:G(e=>{i(e)},[]),openDocInPanel:G(e=>{n(t=>t.some(t=>t.id===e)?t:[...t,{id:e,title:`Document`,revisionRootId:e}]),i(e),o(!0)},[]),updateDocumentTitle:G((e,t)=>{n(n=>n.map(n=>n.id===e?{...n,title:t}:n))},[])}}function _h(e){return e.type.startsWith(`image/`)}function vh(e){if(!(!_h(e)||typeof URL>`u`||!URL.createObjectURL))return URL.createObjectURL(e)}function yh(e){typeof URL<`u`&&URL.revokeObjectURL&&URL.revokeObjectURL(e)}function bh(e,t,n,r){let i=rt.getFixedT(null,nt),[a,o]=Y(new Map),[s,c]=Y(new Set),l=J(new Set),u=J(new Map),d=J(t),f=J(a);f.current=a;let p=J(n);p.current=n;let m=G(e=>{let t=u.current.get(e);t&&(yh(t),u.current.delete(e))},[]);K(()=>{if(d.current!==t){d.current=t,u.current.forEach(yh),u.current.clear(),o(new Map);let e=new Set;l.current=e,c(e)}},[t]),K(()=>()=>{u.current.forEach(yh),u.current.clear()},[]);let h=q(()=>{let e=new Map;return a.forEach((t,n)=>{s.has(n)||e.set(n,t)}),n.forEach((t,n)=>{if(!s.has(n)){let r=a.get(n);e.set(n,{...t,artifact_path:t.artifact_path??r?.artifact_path,reference:t.reference??r?.reference,...r?.preview_url?{preview_url:r.preview_url}:{}})}}),e},[a,s,n]);return{processingFiles:h,hasProcessingFiles:q(()=>Array.from(h.values()).some(e=>e.status===pr.UPLOADING||e.status===pr.PROCESSING),[h]),handleFileUpload:G(async n=>{for(let a of n){let n=`file-${Date.now()}-${Math.random().toString(36).substr(2,9)}`,s=`files/${a.name}`,c=vh(a);c&&u.current.set(n,c);let d={id:n,name:a.name,content_type:a.type||`application/octet-stream`,size:a.size,status:pr.UPLOADING,started_at:Date.now(),preview_url:c};o(e=>new Map(e).set(n,d));try{if(await e.agents.uploadArtifact(t,s,a),o(e=>{let t=new Map(e),r=t.get(n);return r&&(r.status=pr.PROCESSING,r.artifact_path=s,r.reference=`artifact:${s}`),t}),l.current.has(n))continue;await e.agents.sendSignal(t,`FileUploaded`,{id:n,name:a.name,content_type:a.type||`application/octet-stream`,reference:`artifact:${s}`,artifact_path:s})}catch(e){if(l.current.has(n))continue;o(t=>{let r=new Map(t),i=r.get(n);return i&&(i.status=pr.ERROR,i.error=e instanceof Error?e.message:`Upload failed`,i.completed_at=Date.now()),r}),r({status:`error`,title:i(`agent.uploadFailed`),description:e instanceof Error?e.message:`Failed to upload file`,duration:3e3})}}},[e,t,r,i]),removeProcessingFile:G(async n=>{c(e=>{if(e.has(n))return e;let t=new Set(e);return t.add(n),l.current=t,t}),o(e=>{if(!e.has(n))return e;let t=new Map(e);return t.delete(n),t}),m(n);try{await e.agents.sendSignal(t,`FileRemoved`,{id:n})}catch(e){r({status:`error`,title:i(`agent.removeFileFailed`),description:e instanceof Error?e.message:`Failed to remove file`,duration:3e3})}},[t,e,m,i,r]),clearProcessingFiles:G(()=>{u.current.forEach(yh),u.current.clear(),c(e=>{let t=new Set(e);for(let e of p.current.keys())t.add(e);for(let e of f.current.keys())t.add(e);return l.current=t,t}),o(new Map)},[])}}function xh({activeWorkstreams:e,className:r}){let{t:i}=X(),a=q(()=>e.filter(e=>e.status===`running`||e.status===`canceling`),[e]),o=a.slice(0,3),s=Math.max(0,a.length-o.length);return a.length===0?null:t(`div`,{className:V(`mx-auto mb-2 w-full max-w-3xl px-1`,r),"data-agent-active-workstreams":!0,children:n(`output`,{className:`flex flex-col gap-1.5 rounded-2xl border border-border/70 bg-background/95 p-2 text-xs text-muted shadow-lg shadow-black/5`,"aria-live":`polite`,children:[n(`div`,{className:`flex items-center gap-2 px-1 font-medium`,children:[t(dt,{className:`size-3.5 text-muted`,"aria-hidden":`true`}),t(`span`,{children:i(`agent.activeWorkstreams`,{count:a.length})})]}),n(`div`,{className:`flex flex-col gap-0.5`,children:[o.map(e=>{let r=Qc(e.workstream_id,e.interaction);return n(`span`,{className:`flex min-w-0 items-center gap-2 rounded-lg px-1 py-1 text-sm text-foreground/80`,title:r,children:[t(`span`,{className:V(`size-1.5 shrink-0 rounded-full`,il(e.status)),"aria-hidden":`true`}),t(`span`,{className:`truncate font-medium`,children:r}),e.phase&&t(`span`,{className:`truncate text-xs text-muted/75`,children:Xc(e.phase)})]},e.launch_id||e.workstream_id)}),s>0&&n(`span`,{className:`px-1 py-1 text-xs text-muted`,children:[`+`,s]})]})]})})}var Sh=class{_listeners=new Set;snapshot;constructor(e){this.snapshot=new Ch(e,this)}subscribe=e=>(this._listeners.add(e),()=>{this._listeners.delete(e)});getSnapshot=()=>this.snapshot;notify(){this._listeners.forEach(e=>{e()})}},Ch=class e{vertesia;_interactive=!0;_debug_mode=!1;_non_blocking_subagents=!0;_checkpoint_tokens;_visibility;_user_channels;_collection;_disabled_mcp_collections;_start=!1;_preserveRunValues=!1;_interaction;_environment;_model=``;_model_options;_tool_names=[];_data;_mode=`start`;_scheduledWorkflowConfig;_interactionParamsSchema;_schemaVersion=0;_inputValidator;_store;constructor(e,t){this.vertesia=e,this._store=t}onStateChanged(){let e=this.clone();this._store.snapshot=e,this._store.notify()}clone(){let t=new e(this.vertesia,this._store);return t._interactionParamsSchema=this._interactionParamsSchema,t._schemaVersion=this._schemaVersion,t._interaction=this._interaction,t._data=this._data,t._environment=this._environment,t._model=this._model,t._model_options=this._model_options?{...this._model_options}:void 0,t._tool_names=[...this._tool_names],t._interactive=this._interactive,t._debug_mode=this._debug_mode,t._non_blocking_subagents=this._non_blocking_subagents,t._checkpoint_tokens=this._checkpoint_tokens,t._visibility=this._visibility,t._user_channels=this._user_channels?[...this._user_channels]:void 0,t._inputValidator=this._inputValidator,t._start=this._start,t._collection=this._collection,t._disabled_mcp_collections=this._disabled_mcp_collections?[...this._disabled_mcp_collections]:void 0,t._preserveRunValues=this._preserveRunValues,t._mode=this._mode,t._scheduledWorkflowConfig=this._scheduledWorkflowConfig,t}set mode(e){e!==this._mode&&(this._mode=e,e===`schedule`&&!this._scheduledWorkflowConfig&&(this._scheduledWorkflowConfig={name:``,description:``,cron_expression:`0 9 * * *`,timezone:`UTC`}),this.onStateChanged())}get mode(){return this._mode}set scheduledWorkflowConfig(e){this._scheduledWorkflowConfig=e,this.onStateChanged()}get scheduledWorkflowConfig(){return this._scheduledWorkflowConfig}updateScheduledWorkflowConfig(e){this._scheduledWorkflowConfig={...this._scheduledWorkflowConfig,...e},this.onStateChanged()}get interactive(){return this._interactive}set interactive(e){e!==this._interactive&&(this._interactive=e,this.onStateChanged())}get debug_mode(){return this._debug_mode}set debug_mode(e){e!==this._debug_mode&&(this._debug_mode=e,this.onStateChanged())}get non_blocking_subagents(){return this._non_blocking_subagents}set non_blocking_subagents(e){e!==this._non_blocking_subagents&&(this._non_blocking_subagents=e,this.onStateChanged())}get checkpoint_tokens(){return this._checkpoint_tokens}set checkpoint_tokens(e){e!==this._checkpoint_tokens&&(this._checkpoint_tokens=e,this.onStateChanged())}get visibility(){return this._visibility}set visibility(e){e!==this._visibility&&(this._visibility=e,this.onStateChanged())}get user_channels(){return this._user_channels}set user_channels(e){this._user_channels=e,this.onStateChanged()}get collection(){return this._collection}set collection(e){e!==this._collection&&(this._collection=e,this.onStateChanged())}get disabled_mcp_collections(){return this._disabled_mcp_collections}set disabled_mcp_collections(e){this._disabled_mcp_collections=e&&e.length>0?e:void 0,this.onStateChanged()}get search_scope(){return this._collection?ur.Collection:void 0}async restoreConversation(e){let t=e.interaction;e.version&&(/^[a-fA-F0-9]{24}$/.test(t)||(t=`${t}@${e.version}`));let n=await this.vertesia.interactions.catalog.resolve(t),r=n.runtime?.environment||e.config?.environment,i=e.config?.model,a=await(r?this.vertesia.environments.retrieve(r).catch(()=>void 0):Promise.resolve(void 0));this._data=e.data,this.interaction=n,e.interactionParamsSchema!=null&&(this.interactionParamsSchema=e.interactionParamsSchema),this._tool_names=e.tool_names||[],this._interactive=e.interactive,this._debug_mode=e.debug_mode??!1,this._non_blocking_subagents=e.non_blocking_subagents??!0,this._checkpoint_tokens=e.checkpoint_tokens,this._user_channels=e.user_channels,this._disabled_mcp_collections=e.disabled_mcp_collections,this._model_options=e.config?.model_options,this.collection=e.collection_id??void 0,this._model_options=e.config?.model_options,this.environment=a,i&&(this._model=i),this.onStateChanged()}get interaction(){return this._interaction}set interaction(e){if(e?.id!==this._interaction?.id){if(this._interaction=e,this.interactionParamsSchema=e?Er(e.prompts):void 0,this._inputValidator=void 0,e&&!this._preserveRunValues&&(this._model_options=e.model_options,e.runtime?.environment)){let t=e.runtime.environment;this.vertesia.environments.retrieve(t).then(e=>this.environment=e)}this.onStateChanged()}}get environment(){return this._environment}set environment(e){if(e?.id!==this._environment?.id){if(this._environment=e,!this._preserveRunValues){let t=this.interaction?.runtime?.model;t&&e&&kr(t,e.provider)?this._model=t:this._model=e?.default_model&&kr(e.default_model,e.provider)?e.default_model:``}this.onStateChanged()}}get model(){return this._model}set model(e){e!==this._model&&(this._model=e||``,this.onStateChanged())}get model_options(){return this._model_options}set model_options(e){JSON.stringify(e)!==JSON.stringify(this._model_options)&&(this._model_options=e,this.onStateChanged())}get tool_names(){return this._tool_names}set tool_names(e){this._tool_names=e,this.onStateChanged()}get data(){return this._data}set data(e){this._data=e,this.onStateChanged()}set run(e){console.log(`run`,e),this.onStateChanged()}set start(e){this._start!==e&&(this._start=e,this.onStateChanged())}markStarted(){this.start=!0}setMode(e){this.mode=e}setInteraction(e){this.interaction=e}setEnvironment(e){this.environment=e}setModel(e){this.model=e}setModelOptions(e){this.model_options=e}setToolNames(e){this.tool_names=e}setCollection(e){this.collection=e}setDisabledMcpCollections(e){this.disabled_mcp_collections=e}setInteractive(e){this.interactive=e}setDebugMode(e){this.debug_mode=e}setUserChannels(e){this.user_channels=e}setCheckpointTokens(e){this.checkpoint_tokens=e}setVisibility(e){this.visibility=e}setData(e){this.data=e}setPreserveRunValues(e){this.preserveRunValues=e}get start(){return this._start}get preserveRunValues(){return this._preserveRunValues}set preserveRunValues(e){this._preserveRunValues=e}get schemaVersion(){return this._schemaVersion}get interactionParamsSchema(){return this._interactionParamsSchema}set interactionParamsSchema(e){this._interactionParamsSchema!==e&&(this._interactionParamsSchema=e,this._schemaVersion+=1,e&&(this._data=this.initializeBooleanDefaults(this._data||{},e)),this.onStateChanged())}initializeBooleanDefaults(e,t){if(!t.properties)return e;let n={...e};for(let[e,r]of Object.entries(t.properties)){let t=r;t.type===`boolean`&&n[e]===void 0?n[e]=!1:t.type===`object`&&t.properties&&(n[e]=this.initializeBooleanDefaults(n[e]||{},t))}return n}reset(){if(this._start=!1,this._interactive=!0,this._debug_mode=!1,this._non_blocking_subagents=!0,this._checkpoint_tokens=void 0,this._visibility=void 0,this._user_channels=void 0,this._collection=void 0,this._disabled_mcp_collections=void 0,this._preserveRunValues=!1,this._model=``,this._model_options=void 0,this._environment=void 0,this._tool_names=[],this._interaction=void 0,this._data=void 0,this._interactionParamsSchema=null,this._inputValidator=void 0,this.model=void 0,this.environment=void 0,this.onStateChanged(),location.hash){let e=window.location.origin+window.location.pathname+window.location.search;history.replaceState(null,``,e),location.hash=``}}validateInput(){if(!this._interactionParamsSchema)return{isValid:!0};if(!this._inputValidator||this._inputValidator.schema!==this._interactionParamsSchema){let e=new Ei({strict:!1});this._inputValidator={validate:e.compile(this._interactionParamsSchema),schema:this._interactionParamsSchema}}let e=this._data||{};return this._inputValidator.validate(e)?{isValid:!0}:{isValid:!1,errorMessage:this._inputValidator.validate.errors?this._inputValidator.validate.errors.map(e=>`${e.instancePath}: ${e.message}`).join(`, `):`Invalid payload data`}}};const wh=Ye(void 0);function Th({children:e}){let{client:n}=Z(),[r]=Y(()=>new Sh(n)),i=tt(r.subscribe,r.getSnapshot);return t(wh.Provider,{value:i,children:e})}function Eh(){let e=Qe(wh);if(!e)throw Error(`usePayloadBuilder must be used within a PayloadProvider`);return e}function Dh({title:e,variant:r=`full`,isTerminal:i=!1,onClose:a,isModal:s,agentRunId:c,workflowRunId:l,viewMode:u,onViewModeChange:d,showPlanPanel:f,showPlanButton:p=!0,onTogglePlanPanel:m,showPlaybackButton:h=!1,isPlaybackEnabled:g=!1,onTogglePlayback:_,onDownload:v,onExportFixture:y,resetWorkflow:b,onExportPdf:x,onShowDetails:S,allowWorkflowControl:C=!0,onClone:w,isReceivingChunks:T=!1,className:E}){let{t:D}=X(),O=r===`compact`,k=u===`sliding`?`stacked`:`sliding`,A=D(`agent.verbose`),j=D(`agent.summary`),M=k===`stacked`?A:j,N=n(`div`,{className:V(O?`flex flex-col items-center gap-1`:`flex justify-end items-center gap-2 ms-auto`),children:[p&&t(`div`,{className:`relative`,children:n(o,{size:r===`compact`?`icon`:`sm`,variant:f?`primary`:`ghost`,onClick:m,className:V(`transition-all duration-200 rounded-md`,r===`compact`&&`size-8 rounded-lg`),title:D(`agent.toggleRightSidebar`),children:[t(jt,{className:V(`size-4`,r===`full`&&`me-1.5`)}),r===`full`?t(`span`,{className:`font-medium text-xs`,children:D(f?`agent.hideSidebar`:`agent.showSidebar`)}):t(`span`,{className:`sr-only`,children:D(f?`agent.hideSidebar`:`agent.showSidebar`)})]})}),O?t(o,{variant:`ghost`,size:`icon`,onClick:()=>d(k),className:`size-8 rounded-lg`,title:M,"aria-label":M,children:t(k===`stacked`?Fn:_n,{className:`size-4`})}):n(`div`,{className:`flex items-center gap-1 bg-muted rounded p-0.5 mt-2 lg:mt-0`,children:[n(o,{variant:u===`stacked`?`outline`:`ghost`,size:`xs`,onClick:()=>d(`stacked`),"aria-pressed":u===`stacked`,className:`gap-1.5`,children:[t(Fn,{className:`size-3.5`}),A]}),n(o,{variant:u===`sliding`?`outline`:`ghost`,size:`xs`,onClick:()=>d(`sliding`),"aria-pressed":u===`sliding`,className:`gap-1.5`,children:[t(_n,{className:`size-3.5`}),j]})]}),h&&_&&n(o,{type:`button`,size:r===`compact`?`icon`:`sm`,variant:g?`primary`:`ghost`,onClick:_,"aria-pressed":g,"aria-label":D(`agent.rewind.label`),title:D(`agent.rewind.label`),className:V(`transition-all duration-200 rounded-md`,r===`compact`&&`size-8 rounded-lg`),children:[t(Pn,{className:V(`size-4`,r===`full`&&`me-1.5`)}),r===`full`?t(`span`,{className:`font-medium text-xs`,children:D(`agent.rewind.label`)}):t(`span`,{className:`sr-only`,children:D(`agent.rewind.label`)})]}),t(Oh,{compact:O,agentRunId:c,workflowRunId:l,isModal:s,isTerminal:i,onClose:a,onDownload:v,onExportFixture:y,resetWorkflow:b,onExportPdf:x,onShowDetails:S,allowWorkflowControl:C,onClone:w}),a&&!s&&t(o,{size:`xs`,variant:`ghost`,onClick:a,"aria-label":D(`agent.close`),children:t(rr,{className:`size-4`})})]});return r===`compact`?t(Th,{children:t(`div`,{className:V(`inline-flex items-center rounded-xl border border-border/70 bg-background/90 p-1 shadow-lg shadow-black/10 backdrop-blur`,E),children:N})}):t(Th,{children:n(`div`,{className:V(`flex flex-wrap items-end justify-between py-1.5 px-2 border-b shadow-sm flex-shrink-0`,E),children:[n(`div`,{className:`flex flex-wrap items-center gap-2`,children:[n(`div`,{className:`flex items-center gap-1`,children:[t(dt,{className:`size-5 text-muted`}),t(`span`,{className:`font-medium`,children:e})]}),n(`span`,{className:`text-xs text-muted ms-1 flex items-center gap-1.5`,children:[`(Agent Run ID: `,c,`)`,t(`span`,{className:V(`w-2 h-2 rounded-full transition-colors duration-200`,T?`bg-purple-500 shadow-[0_0_6px_2px_rgba(168,85,247,0.6)]`:`bg-gray-400`)})]})]}),N]})})}function Oh({compact:e=!1,agentRunId:r,workflowRunId:i,isModal:a,isTerminal:s,onClose:c,onDownload:l,onExportFixture:u,resetWorkflow:d,onExportPdf:f,onShowDetails:p,allowWorkflowControl:m=!0,onClone:h}){let{t:g}=X(),_=H(),{client:v}=Z(),y=Eh(),{router:x}=ci(),S=async()=>{try{return await v.agents.terminate(r,`cancel`),_({status:`success`,title:g(`agent.workflowCancelled`),duration:2e3}),y.reset(),d?.(),!0}catch{return _({status:`error`,title:g(`agent.failedToCancelWorkflow`),duration:2e3}),!1}},C=async()=>{try{let e=await v.agents.fork(r);_({status:`success`,title:g(`agent.conversationCloned`),duration:2e3}),h?.(e)}catch{_({status:`error`,title:g(`agent.failedToCloneConversation`),duration:2e3})}},w=e=>{let t=e.startsWith(`/`)?x.getTopRouter().navigator.addStickyParams(e):e;return window.open(t,`_blank`),t};return t(b,{align:`right`,trigger:t(o,{size:e?`icon`:`xs`,variant:`ghost`,title:g(`agent.moreActions`),"aria-label":g(`agent.moreActions`),className:e?`size-8 rounded-lg`:void 0,children:t(Sn,{className:`size-4`})}),children:n(R,{label:`Actions`,children:[a&&n(z,{onClick:()=>w(`/store/agent-runner/${r}`),children:[t(Bt,{className:`size-3.5 text-muted`}),` `,g(`agent.openInNewTab`)]}),n(z,{onClick:()=>{navigator.clipboard.writeText(r),_({status:`success`,title:g(`agent.agentRunIdCopied`),duration:2e3})},children:[t(Ft,{className:`size-3.5 text-muted`}),` `,g(`agent.copyAgentRunId`)]}),n(z,{onClick:()=>{navigator.clipboard.writeText(i),_({status:`success`,title:g(`agent.workflowRunIdCopied`),duration:2e3})},children:[t(Ft,{className:`size-3.5 text-muted`}),` `,g(`agent.copyWorkflowRunId`)]}),p&&n(z,{onClick:p,children:[t(an,{className:`size-3.5 text-muted`}),` `,g(`agent.details`)]}),n(z,{onClick:()=>{l?l():bl(v,r).then(e=>window.open(e,`_blank`))},children:[t(Rt,{className:`size-3.5 text-muted`}),` `,g(`agent.downloadConversation`)]}),f&&n(z,{onClick:f,children:[t(Rt,{className:`size-3.5 text-muted`}),` `,g(`agent.exportAsPdf`)]}),u&&n(z,{onClick:u,children:[t(Rt,{className:`size-3.5 text-muted`}),` `,g(`agent.rewind.exportFixture`)]}),c&&a&&n(z,{onClick:c,children:[t(rr,{className:`size-3.5 text-muted`}),` `,g(`agent.close`)]}),h&&n(z,{onClick:C,children:[t(Qt,{className:`size-3.5 text-muted`}),` `,g(`agent.cloneConversation`)]}),m&&!s&&n(z,{onClick:S,variant:`destructive`,children:[t(rr,{className:`size-3.5`}),` `,g(`agent.cancelWorkflow`)]})]})})}function kh(e){return typeof e==`object`&&!!e&&`value`in e}function Ah(e){return kh(e)?e.value:e}function jh(e){if(e.type===`stringList`)return e.value.map(e=>typeof e==`string`?e:Ah(e));if(e.multiple)return e.value.map(Ah);let t=e.value[0];return t===void 0?void 0:Ah(t)}function Mh(e,t,n){e.query[t]=n}function Nh({buckets:e,name:r,placeholder:a}){let o=e.map(e=>({label:`(${e.count})`,value:e._id}));return{name:r,placeholder:a||`${r.charAt(0).toUpperCase()+r.slice(1)}`,options:o,type:`select`,labelRenderer:r=>{let a=e.find(e=>e._id===r),o=a?.name||r,s=`success`;if(a?.status)switch(a.status){case hr.published:s=`success`;break;case hr.archived:s=`destructive`;break;case hr.code:s=`info`;break}let c=a?.version&&a?.status?`v${a.version} ${a.status===hr.unknown?``:a.status}`:a?.status||(a?.version?`v${a.version}`:``);return n(`div`,{className:`w-full flex items-center justify-between`,children:[n(`div`,{className:`flex flex-row flex-wrap items-center gap-2 min-w-0 flex-1`,children:[t(`span`,{className:`text-sm truncate`,children:o}),c&&t(i,{variant:s,className:`text-xs w-fit`,children:c})]}),(a?.count??0)>0&&n(`span`,{className:`ms-2 text-xs shrink-0`,children:[`(`,a?.count,`)`]})]})},filterBy:(t,n)=>(e.find(e=>e._id===t)?.name||t).toLowerCase().includes(n.toLowerCase())}}function Ph(e){return`${e._id} (${e.count})`}function Fh(e){return`${e.name} (${e.count})`}function Ih({buckets:e,name:t,placeholder:n,type:r=`select`,multiple:i=!1}){return{name:t,options:e.map(e=>({label:Ph(e),value:e._id})),type:r,multiple:i,placeholder:`${n??`${t.charAt(0).toUpperCase()+t.slice(1)}`}`,allowCreate:!1}}function Lh({buckets:e,name:t,placeholder:n,type:r,multiple:i}){return Ih({buckets:e,name:t,placeholder:n,type:r,multiple:i})}const Rh={},zh={},Bh={};function Vh(e){return typeof e==`object`&&!!e&&`status`in e&&e.status===404}function Hh(e,t,n){let r=e[t];return r||(r=n().catch(n=>{throw Vh(n)||delete e[t],n}),e[t]=r),r}function Uh(e){let{client:t}=Z();return Re(()=>Hh(Rh,e,()=>t.users.retrieve(e)),{deps:[e],condition:()=>!!e})}function Wh(e){let{client:t}=Z();return Re(()=>Hh(zh,e,()=>t.iam.groups.retrieve(e)),{deps:[e],condition:()=>!!e})}function Gh(e){let{client:t}=Z();return Re(()=>Hh(Bh,e,()=>t.apikeys.retrieve(e)),{deps:[e],condition:()=>!!e})}function Kh(){return t(`div`,{className:`size-8`})}function qh({showTitle:e=!1,size:i=`md`}){let{t:a}=X();return t(ag,{title:a(`user.systemUser`),description:a(`user.systemUserDescription`),children:n(`div`,{className:`flex gap-2 items-center`,children:[t(r,{src:`/icon.svg`,size:i}),e&&t(`div`,{className:`text-sm font-semibold ps-2`,children:a(`user.systemUser`)})]})})}function Jh({showTitle:e=!1,size:r=`md`}){let{t:i}=X();return t(ag,{title:i(`user.allProjectMembers`),description:i(`user.allProjectMembersDescription`),children:n(`div`,{className:`flex gap-2 items-center`,children:[t(Qn,{className:`size-4`,size:r}),e&&t(`div`,{className:`text-sm font-semibold ps-2`,children:i(`user.allProjectMembers`)})]})})}function Yh({accountId:i,showTitle:a=!1,size:o=`md`}){let{t:s}=X(),c=i.split(`:`)[0],l=i.split(`:`)[1],u=n(e,{children:[t(`div`,{children:s(`user.serviceAccountDescription`)}),n(`div`,{className:`text-muted text-sm`,children:[t(`span`,{className:`font-semibold`,children:`Type:`}),` `,c]}),n(`div`,{className:`text-muted text-sm`,children:[t(`span`,{className:`font-semibold`,children:`ID:`}),` `,l]})]});return t(ag,{title:s(`user.serviceAccount`),description:u,children:n(`div`,{className:`flex flex-row items-center gap-2`,children:[t(r,{src:`/cloud.svg`,name:`SA`,color:`bg-amber-500`,className:`px-[5px] text-white`,size:o}),a&&n(`div`,{className:`text-sm font-semibold ps-2 truncate`,children:[s(`user.serviceAccount`),` : ~`,l.slice(-6)]})]})})}function Xh({email:i,showTitle:a=!1,size:o=`md`}){let{t:s}=X();return t(ag,{title:`Email Agent`,description:n(e,{children:[t(`div`,{children:s(`user.serviceAccountDescription`)}),n(`div`,{className:`text-muted text-sm`,children:[t(`span`,{className:`font-semibold`,children:`Email:`}),` `,i]})]}),children:n(`div`,{className:`flex items-center gap-2`,children:[n(`div`,{className:`flex items-center -space-x-2`,children:[t(r,{src:`/cloud.svg`,color:`bg-amber-500`,className:`px-[5px] text-white border-2 border-white dark:border-gray-800`,size:o}),t(r,{name:i,size:o,className:`border-2 border-white dark:border-gray-800`})]}),a&&n(`div`,{className:`text-sm font-semibold truncate`,children:[s(`user.agentOnBehalfOf`),` : `,i]})]})})}function Zh({agentId:i,onBehalfOfType:a,onBehalfOfId:o,showTitle:s=!1,size:c=`md`,isScheduleAgent:l=!1}){let{t:u}=X(),d=a===`user`&&o,f=a===`apikey`&&o,p=Uh(o||``),m=Gh(o||``),h=d?p.data:void 0,g=f?m.data:void 0,_=i.slice(-6),v=h?u(`user.agentOnBehalfOf`):g?u(`user.agentOnBehalfOfApiKey`):`${u(`user.serviceAccount`)}~${_}`;return t(ag,{title:l?u(`user.schedule`,{title:v}):v,description:n(`div`,{className:`space-y-2`,children:[h&&n(`div`,{className:`flex items-center gap-2`,children:[t(r,{src:h.picture,name:h.name,size:`sm`}),n(`div`,{children:[t(`div`,{className:`font-medium`,children:h.name||h.email}),h.email&&h.name&&t(`div`,{className:`text-xs text-muted`,children:h.email})]})]}),g&&n(`div`,{children:[t(`div`,{className:`font-medium`,children:g.name}),n(`div`,{className:`text-xs text-muted-foreground`,children:[`Key ID: `,g.id]})]}),!h&&!g&&n(e,{children:[t(`div`,{children:u(`user.serviceAccountDescription`)}),n(`div`,{className:`text-gray-800 dark:text-gray-500 text-sm`,children:[t(`span`,{className:`font-semibold`,children:`ID:`}),` `,i]})]})]}),children:n(`div`,{className:`flex items-center gap-2`,children:[n(`div`,{className:`flex items-center -space-x-2`,children:[t(r,{src:`/cloud.svg`,color:`bg-amber-500`,className:`px-[5px] text-white border-2 border-white dark:border-gray-800`,size:c}),h&&t(r,{src:h.picture,name:h.name,size:c,className:`border-2 border-white dark:border-gray-800`}),g&&t(r,{name:`API`,color:`bg-gray-400`,size:c,className:`border-2 border-white dark:border-gray-800`})]}),s&&t(`div`,{className:`text-sm font-semibold truncate`,children:h?`Agent (${h.name||h.email})`:g?`Agent (${g.name})`:v})]})})}function Qh({title:e=`Error`,error:n,showTitle:r=!1,size:i=`md`}){return t(tg,{title:e,message:Pe(n),color:`bg-red-500`,showTitle:r,size:i})}function $h({showTitle:e=!1,size:n=`md`,color:r}){let{t:i}=X();return t(tg,{title:i(`user.unknownUser`),message:i(`user.unknownUserDescription`),color:r,showTitle:e,size:n})}function eg({userRef:e,showTitle:n=!1,size:r=`md`}){let{t:i}=X();if(!e)return t(tg,{title:i(`user.unknownUser`),message:i(`user.unknownUserDescription`),showTitle:n,size:r});let a=e.split(`:`),o=a[0];switch(o){case br.User:return t(rg,{userId:a[1],showTitle:n,size:r});case br.Group:return t(ng,{userId:a[1],showTitle:n,size:r});case`system`:return t(qh,{showTitle:n,size:r});case br.ServiceAccount:return t(Yh,{accountId:a.slice(1).join(`:`),showTitle:n,size:r});case br.Agent:{let e,i,o;return a[1]===`agent`?(e=a.slice(2,5).join(`:`),i=a[5],o=a[6]):(e=a.slice(1,4).join(`:`),i=a[4],o=a[5]),t(Zh,{agentId:e,onBehalfOfType:i,onBehalfOfId:o,showTitle:n,size:r})}case br.Schedule:{let e=a[2]===`agent`?a.slice(3,6).join(`:`):`unknown-agent`,i=a[6],o=a[7];return t(Zh,{agentId:e,onBehalfOfType:i,onBehalfOfId:o,showTitle:n,size:r,isScheduleAgent:!0})}case`email`:return t(Xh,{email:a[1],showTitle:n,size:r});case br.ApiKey:return t(ig,{keyId:a[1],size:r,showTitle:n});case`project`:if(a[1]===`*`)return t(Jh,{showTitle:n,size:r});break;default:return t(Qh,{title:i(`user.unknownUser`),error:`Invalid user ref type: ${o}`,showTitle:n,size:r})}}function tg({title:e,message:i,color:a,size:o=`md`,showTitle:s=!1}){return t(ag,{title:e,description:i,children:n(`div`,{className:`flex flex-row items-center gap-2`,children:[t(r,{color:a,size:o}),s&&t(`div`,{className:`text-sm font-semibold ps-1`,children:e})]})})}function ng({userId:e,showTitle:r=!1,size:i=`md`}){let{t:a}=X(),{data:o,error:s}=Wh(e);if(s)return Vh(s)?t($h,{showTitle:r,size:i,color:`bg-indigo-500`}):t(Qh,{title:a(`user.failedToFetchGroup`),error:s,showTitle:r,size:i});if(!o)return t(Kh,{});let c=n(`div`,{className:`space-y-1`,children:[o.description&&t(`div`,{className:`text-sm`,children:o.description}),t(`div`,{className:`text-xs text-muted-foreground`,children:a(`user.groupId`,{id:o.id})}),o.tags&&o.tags.length>0&&t(`div`,{className:`flex flex-wrap gap-1`,children:o.tags.map(e=>t(`span`,{className:`px-1.5 py-0.5 bg-muted rounded text-xs`,children:e},e))})]});return t(ag,{title:o.name||a(`user.unnamedGroup`),description:c,children:n(`div`,{className:`flex flex-row items-center gap-2`,children:[t(Zn,{className:`size-6 text-indigo-500`,size:i}),r&&t(`div`,{className:`text-sm font-semibold ps-2`,children:o.name||a(`user.unnamedGroup`)})]})})}function rg({userId:e,showTitle:i=!1,size:a=`md`}){let{t:o}=X(),{data:s,error:c}=Uh(e);if(c)return Vh(c)?t($h,{showTitle:i,size:a,color:`bg-indigo-500`}):t(Qh,{title:o(`user.failedToFetchUser`),error:c,showTitle:i,size:a});if(!s)return t(Kh,{});let l=t(`div`,{className:`truncate`,title:s.email,children:s.email});return t(ag,{title:s.name||s.email||s.username||o(`user.unknown`),description:l,children:n(`div`,{className:`flex flex-row items-center gap-2`,children:[t(r,{src:s.picture,name:s.name,color:`bg-indigo-500`,size:a}),i&&t(`div`,{className:`text-sm font-semibold ps-2`,children:s.name||s.email||s.username||o(`user.unknown`)})]})})}function ig({keyId:e,showTitle:i=!1,size:a=`md`}){let{t:o}=X(),{data:s,error:c}=Gh(e);if(c)return Vh(c)?t($h,{showTitle:i,size:a,color:`bg-pink-500`}):t(Qh,{title:o(`user.failedToFetchApiKey`),error:c,showTitle:i,size:a});if(!s)return t(Kh,{});let l=o(`user.privateKey`),u=t(r,{name:`PK`,color:`bg-pink-500`,size:a});return t(ag,{title:l,description:n(De,{className:`dark:bg-gray-800 dark:text-gray-200 table-fixed w-full`,children:[n(`tr`,{children:[t(`td`,{className:`font-semibold w-20`,children:o(`user.key`)}),t(`td`,{className:`truncate max-w-0`,children:s?.name})]}),n(`tr`,{children:[t(`td`,{className:`font-semibold w-20`,children:o(`user.account`)}),t(`td`,{className:`truncate max-w-0`,children:s?.account})]}),n(`tr`,{children:[t(`td`,{className:`font-semibold w-20`,children:o(`user.project`)}),t(`td`,{className:`truncate max-w-0`,children:s?.project.name})]})]}),children:n(`div`,{className:`flex flex-row items-center gap-2`,children:[u,i&&t(`div`,{className:`text-sm font-semibold`,children:s?.name||s?.account||s?.project.name||o(`user.unknown`)})]})})}function ag({title:e,description:r,children:i}){return n(se,{hover:!0,children:[t(le,{className:`cursor-pointer flex items-center inline-block`,children:t(`div`,{children:i})}),t(ce,{align:`center`,sideOffset:8,side:`right`,children:n(`div`,{className:`flex flex-col gap-1 rounded-md shadow-md p-2`,children:[t(`div`,{className:`text-md font-semibold`,children:e}),r]})})]})}function og({buckets:e,name:r,placeholder:i}){let a=e.map(e=>({value:e._id,label:`(${e.count})`}));return{name:r,placeholder:i||`${r.charAt(0).toUpperCase()+r.slice(1)}`,options:a,labelRenderer:r=>{if(r===`Unknown User`||!r)return`Unknown User (${e.find(e=>e._id===r)?.count||0})`;let i=e.find(e=>e._id===r);return n(`div`,{className:`flex items-center w-full gap-2`,children:[t(`div`,{className:`flex-1 min-w-0 flex items-center truncate`,children:t(eg,{userRef:r,showTitle:!0,size:`sm`})}),n(`span`,{className:`text-muted-foreground flex-shrink-0`,children:[`(`,i?.count||0,`)`]})]})}}}function sg({buckets:e,name:t,placeholder:n}){return og({buckets:e,name:t,placeholder:n})}function cg(e){let t=[];return t.push({name:`id`,placeholder:`Agent Run ID`,type:`text`,multiple:!1}),t.push(Nh({buckets:e.interactions||[],name:`interaction`,placeholder:`Interaction`})),t.push(Lh({buckets:e.statuses||[],name:`status`,placeholder:`Status`})),t.push(sg({buckets:e.initiated_by||[],name:`initiated_by`,placeholder:`Initiated By`})),t.push({name:`start`,placeholder:`Started After`,type:`date`,multiple:!1}),t.push({name:`end`,placeholder:`Started Before`,type:`date`,multiple:!1}),t}function lg(e){return t=>{e.clearFilters(!1,!1),t.forEach(t=>{if(t.value&&t.value.length>0){let n=t.name;Mh(e,n,jh(t))}}),e.search()}}function ug({facets:e,search:r,selectionCount:i,actions:a,filters:s,setFilters:c,filterGroups:l}){let[u,d]=Y([]),f=s??u,p=c??d,m=J(!1),h=J(typeof window<`u`&&!!new URLSearchParams(window.location.search).get(`filters`)),g=cg(e),_=l??g,v=q(()=>lg(r),[r]);return K(()=>{if(!m.current){m.current=!0;return}if(h.current){h.current=!1;return}v(f)},[f,v]),t(M,{filterGroups:_,filters:f,setFilters:p,children:n(`div`,{className:`gap-2 items-center w-full`,children:[n(`div`,{className:`flex justify-between mb-1`,children:[t(A,{}),n(`div`,{className:`flex justify-end`,children:[!i&&t(`div`,{className:`flex items-center justify-between px-2 py-1`,children:t(`div`,{className:`text-sm text-muted-foreground`,children:r.initialized?`${r.totalCount} agent runs`:`Loading agent runs...`})}),a&&a.length>0?t(`div`,{className:`flex items-center gap-2 mb-1 me-2`,children:a.map((e,n)=>t(`div`,{children:e},`action-${n}`))}):null,t(o,{onClick:()=>{r.search()},variant:`outline`,title:`Refresh`,children:t(Mn,{className:`size-5`})})]})]}),f.length>0&&n(`div`,{className:`flex items-center gap-2 mb-1`,children:[t(k,{}),t(j,{})]})]})})}var dg=class{types;map={};constructor(e){this.types=e,e.sort((e,t)=>e.name.localeCompare(t.name));for(let t of e)this.map[t.id]=t}getType(e){return this.map[e]}getTypeLayout(e){let t=this.map[e];return t?t.table_layout:void 0}getTypeName(e){let t=this.map[e];return t?t.name:void 0}};const fg=Ye({registry:void 0,isLoading:!1,load:()=>Promise.resolve(),reload:()=>Promise.resolve()});function pg({children:e}){let{store:n,project:r}=Z(),[i,a]=Y(),[o,s]=Y(!1),c=J(!1),l=J(r?.id),u=G(async()=>{if(!(!r||c.current)){c.current=!0,s(!0);try{a(new dg(await n.types.catalog.list({layout:!0})))}catch(e){console.error(`Failed to fetch types`,e)}finally{s(!1),c.current=!1}}},[n,r]),d=G(async()=>(c.current=!1,u()),[u]);return K(()=>{l.current!==r?.id&&(l.current=r?.id,a(void 0),c.current=!1)}),t(fg.Provider,{value:{registry:i,isLoading:o,load:u,reload:d},children:e})}function mg(){let e=Qe(fg);return K(()=>{!e.registry&&!e.isLoading&&e.load()},[e.registry,e.isLoading,e.load]),e}function hg(e){let{registry:t}=mg(),n=[];if(n.push({name:`name`,placeholder:`Name`,type:`text`,multiple:!1}),t){let e=t.types.map(e=>({label:e.name,value:e.id})),r={name:`types`,placeholder:`Type`,type:`select`,multiple:!0,options:e,filterBy:(t,n)=>e.find(e=>e.value===t)?.label?.toLowerCase().includes(n.toLowerCase())??!1};n.push(r)}return n}function gg(e){return t=>{if(t.length===0){e.clearFilters(!0);return}e.clearFilters(!1),t.forEach(t=>{if(t.value&&t.value.length>0){let n=t.name;Mh(e,n,jh(t))}}),e.search()}}function _g({facets:e,search:r,filters:i,setFilters:a,filterGroups:o}){let[s,c]=Y([]),l=hg(e),u=gg(r),d=i!==void 0&&a!==void 0;return t(M,{filterGroups:o??l,filters:d?i:s,setFilters:e=>{if(d){a(e);return}let t=typeof e==`function`?e(s):e;c(t),u(t)},children:n(`div`,{className:`flex gap-2 items-center`,children:[t(A,{}),t(k,{}),t(j,{})]})})}function vg({buckets:e,typeRegistry:r,type:i=`select`,multiple:a=!1}){let o=new Map;return r||console.warn(`Type names cannot be resolved`),e.forEach(e=>{let t,n=e._id;e._id==null?(n=`Document`,t=`Document`):(t=r?.getTypeName(e._id),t||=(console.warn(`Content Object Type not found`,e._id),e._id)),o.set(n,{name:t,count:e.count})}),{name:`types`,placeholder:`Types`,type:i,multiple:a,options:e.map(e=>{let t=e._id,n=t||`Document`,r=o.get(n);return{value:t,label:r?`${r.name} (${r.count})`:`Unknown (${e.count})`}}),labelRenderer:e=>{let r=o.get(e);return r?n(`div`,{className:`w-full flex items-center`,children:[t(`span`,{className:`text-sm truncate`,children:r.name}),n(`span`,{className:`ms-2 text-xs`,children:[`(`,r.count,`)`]})]}):(console.warn(`Type data not found for ${e}`),e)},filterBy:(e,t)=>{let n=o.get(e);return n?n.name.toLowerCase().includes(t.toLowerCase()):(console.warn(`Type name not found for ${e}`),!1)}}}function yg(e){return Array.isArray(e)?e:[]}function bg(e){let{registry:t}=mg(),n=[];if(n.push({placeholder:`ID`,name:`id`,type:`text`,options:[]}),n.push({placeholder:`Name`,name:`name`,type:`text`,options:[]}),e.type){let r=vg({buckets:yg(e.type),typeRegistry:t,type:`select`,multiple:!0});n.push(r)}if(e.status){let t=Lh({buckets:yg(e.status),name:`status`,placeholder:`Status`,type:`select`,multiple:!0});n.push(t)}return e.tags&&n.push({name:`tags`,placeholder:`Tags`,type:`stringList`,options:yg(e.tags).map(e=>({label:e._id,value:e._id}))}),n.push({name:`created_at`,placeholder:`Created Date`,type:`date`,multiple:!0,options:[]}),n.push({name:`updated_at`,placeholder:`Updated Date`,type:`date`,multiple:!0,options:[]}),n}function xg(e){return t=>{if(t.length===0){e.clearFilters();return}e.clearFilters(!1),t.forEach(t=>{if(t.value&&t.value.length>0){let n=t.name,r;if(t.type===`date`&&t.multiple){if(Array.isArray(t.value)&&t.value.length>0)if(t.value.length===1){let e=Ah(t.value[0]);r={gte:e,lte:e}}else t.value.length===2&&(r={gte:Ah(t.value[0]),lte:Ah(t.value[1])})}else r=jh(t);n===`name`?Mh(e,`name`,r):n===`id`?Mh(e,`id`,r):Mh(e,n,r)}}),e.search()}}function Sg({facets:e,search:r}){let[i,a]=Y([]),o=bg(e),s=xg(r);return t(M,{filterGroups:o,filters:i,setFilters:e=>{let t=typeof e==`function`?e(i):e;a(t),s(t)},inModal:Ve(),children:n(`div`,{className:`flex gap-2 items-center`,children:[t(A,{}),t(k,{}),t(j,{})]})})}function Cg({search:e,buckets:n,placeholder:r=`All Environments`,className:i}){let{client:a}=Z(),[o,s]=Y([]),c=e.getFilterValue(`environment`),l=t=>{e.setFilterValue(`environment`,t?._id)};K(()=>{if(a){let e=n.map(async e=>{let t;return await a.environments.retrieve(e._id).then(e=>{t=e.name}).catch(()=>{t=`${e._id} (deleted)`}),t||=e._id,{...e,name:t}});Promise.all(e).then(e=>{e.sort((e,t)=>e.name.localeCompare(t.name)),s(e)})}},[n,a]);let u=o?.find(e=>e._id===c);return t(B,{filterBy:`name`,className:i,isClearable:!0,optionLabel:Fh,options:o,value:u,onChange:l,by:`_id`,placeholder:r})}function wg(e){let t=[];return t.push({name:`name`,placeholder:`Name`,type:`text`,multiple:!1}),t.push({name:`prompt`,placeholder:`Prompt Name`,type:`text`,multiple:!1}),t.push({name:`model`,placeholder:`Model`,type:`text`,multiple:!1}),t.push({name:`tags`,placeholder:`Tags`,type:`stringList`,multiple:!0}),t}function Tg(e){return t=>{if(t.length===0){e.clearFilters(!0,!0);return}e.clearFilters(!1,!1),t.forEach(t=>{if(t.value&&t.value.length>0){let n=t.name;Mh(e,n,jh(t))}}),e.search(!0)}}function Eg({facets:e,search:r,filters:i,setFilters:a,filterGroups:o}){let[s,c]=Y([]),l=wg(e),u=Tg(r),d=i!==void 0&&a!==void 0;return t(M,{filterGroups:o??l,filters:d?i:s,setFilters:e=>{if(d){a(e);return}let t=typeof e==`function`?e(s):e;c(t),u(t)},children:n(`div`,{className:`flex gap-2 items-center`,children:[t(A,{}),t(k,{}),t(j,{})]})})}function Dg(e){let t=[];return t.push(Lh({buckets:e.statuses||[],name:`status`,placeholder:`Status`,multiple:!1})),t.push({name:`name`,placeholder:`Name`,type:`text`,multiple:!1}),t}function Og({facets:e,filters:r,setFilters:i}){return t(M,{filterGroups:Dg(e),filters:r,setFilters:i,children:n(`div`,{className:`flex items-center gap-2`,children:[t(A,{}),t(k,{}),t(j,{})]})})}function kg(e){let t=[];return t.push(Lh({buckets:e.statuses||[],name:`status`,placeholder:`Status`,multiple:!0})),t.push(sg({buckets:e.started_by||[],name:`started_by`,placeholder:`Started By`})),t.push(Lh({buckets:e.run_type||[],name:`run_type`,placeholder:`Mode`,multiple:!0})),t.push(Lh({buckets:e.processes||[],name:`process`,placeholder:`Process`,multiple:!0})),t.push({name:`start`,placeholder:`Started After`,type:`date`,multiple:!1}),t.push({name:`end`,placeholder:`Started Before`,type:`date`,multiple:!1}),t}function Ag({facets:e,filters:r,setFilters:i}){return t(M,{filterGroups:kg(e),filters:r,setFilters:i,children:n(`div`,{className:`flex items-center gap-2`,children:[t(A,{}),t(k,{}),t(j,{})]})})}function jg(e){let t=[];if(t.push({name:`name`,placeholder:`Name`,type:`text`,multiple:!1}),e.role&&e.role.length>0){let n={name:`role`,placeholder:`Role`,type:`select`,options:e.role.map(e=>({label:e._id,value:e._id,count:e.count}))};t.push(n)}let n={name:`tags`,placeholder:`Tags`,type:`stringList`,multiple:!0,options:(e.tags??[]).map(e=>({label:e._id,value:e._id}))};return t.push(n),t}function Mg(e){return t=>{if(t.length===0){e.clearFilters(!0,!1);return}e.clearFilters(!1,!1),t.forEach(t=>{if(t.value&&t.value.length>0){let n=t.name;Mh(e,n,jh(t))}}),e.search()}}function Ng({facets:e,search:r,filters:i,setFilters:a,filterGroups:o}){let[s,c]=Y([]),l=jg(e),u=Mg(r),d=i!==void 0&&a!==void 0;return t(M,{filterGroups:o??l,filters:d?i:s,setFilters:e=>{if(d){a(e);return}let t=typeof e==`function`?e(s):e;c(t),u(t)},children:n(`div`,{className:`flex gap-2 items-center`,children:[t(A,{}),t(k,{}),t(j,{})]})})}function Pg({buckets:e,name:r}){let i=e.map(e=>({label:`(${e.count})`,value:e._id}));return{name:`environment`,placeholder:r.charAt(0).toUpperCase()+r.slice(1),options:i,type:`select`,labelRenderer:r=>{let i=e.find(e=>e._id===r);return n(`div`,{className:`w-full flex items-center`,children:[t(`span`,{className:`text-sm truncate`,children:i?.name||r}),n(`span`,{className:`ms-2 text-xs`,children:[`(`,i?.count||0,`)`]})]})},filterBy:(t,n)=>(e.find(e=>e._id===t)?.name||t).toLowerCase().includes(n.toLowerCase())}}function Fg(e){let t=[];if(t.push({name:`run_ids`,placeholder:`Run ID`,type:`text`,multiple:!1}),e.interactions){let n=Nh({buckets:e.interactions||[],name:`interaction`,placeholder:`Interactions`});t.push(n)}if(e.environments){let n=Pg({buckets:e.environments||[],name:`environments`});t.push(n)}if(t.push({name:`tags`,placeholder:`Tags`,type:`stringList`,multiple:!0}),e.models){let n=Lh({buckets:e.models||[],name:`model`});t.push(n)}if(e.statuses){let n=Lh({buckets:e.statuses||[],name:`status`});t.push(n)}if(e.finish_reason){let n=Lh({buckets:e.finish_reason.map(e=>({...e,_id:e._id===null?`none`:e._id})),name:`finish_reason`,placeholder:`Finish Reason`});t.push(n)}if(e.created_by){let n=sg({buckets:e.created_by||[],name:`created_by`,placeholder:`Created By`});t.push(n)}return t.push({name:`start`,placeholder:`Date After`,type:`date`,multiple:!1}),t.push({name:`end`,placeholder:`Date Before`,type:`date`,multiple:!1}),t.push({name:`workflow_run_ids`,placeholder:`Workflow Run ID`,type:`text`,multiple:!1}),t.push({name:`workflow_ids`,placeholder:`Workflow ID`,type:`text`,multiple:!1}),t}function Ig(e){return t=>{if(t.length===0){e.clearFilters(!0,!1);return}e.clearFilters(!1,!1),t.forEach(t=>{if(t.value&&t.value.length>0){let n=t.name,r=jh(t);(n===`run_ids`||n===`workflow_run_ids`||n===`workflow_ids`)&&!Array.isArray(r)&&(r=[r]),Mh(e,n,r)}}),e.search()}}function Lg({facets:e,search:r,actions:i,selectionCount:a,filters:s,setFilters:c,filterGroups:l}){let[u,d]=Y([]),f=Fg(e),p=Ig(r),m=s!==void 0&&c!==void 0,h=m?s:u;return t(M,{filterGroups:l??f,filters:h,setFilters:e=>{if(m){c(e);return}let t=typeof e==`function`?e(u):e;d(t),p(t)},children:n(`div`,{className:`gap-2 items-center w-full`,children:[n(`div`,{className:`flex justify-between mb-1`,children:[t(A,{}),n(`div`,{className:`flex justify-end`,children:[!a&&t(`div`,{className:`flex items-center justify-between px-2 py-1`,children:t(`div`,{className:`text-sm text-muted`,children:r.initialized?`${r.totalCount} calls`:`Loading calls...`})}),i&&i.length>0?t(`div`,{className:`flex items-center gap-2 mb-1 me-2`,children:i.map((e,n)=>t(`div`,{children:e},`action-${n}`))}):null,t(o,{onClick:()=>{r.search()},variant:`outline`,title:`Refresh`,children:t(Mn,{className:`size-5`})})]})]}),h.length>0&&n(`div`,{className:`flex items-center gap-2 mb-1`,children:[t(k,{}),t(j,{})]})]})})}function Rg({search:e,buckets:n,name:r,placeholder:i,className:a}){let o=e.getFilterValue(r),s=t=>{e.setFilterValue(r,t?._id)},c=n?.find(e=>JSON.stringify(e._id)===JSON.stringify(o));return t(B,{filterBy:`_id`,className:a,isClearable:!0,optionLabel:Ph,options:n,value:c,onChange:s,by:`_id`,placeholder:i})}function zg({search:e,name:n,placeholder:r,className:i}){let[a,o]=Y([]);return K(()=>{e.setFilterValue(n,a)},[n,e,a]),t(I,{className:i,value:a,onChange:o,placeholder:r})}function Bg(e){return`${e.name} (${e.count})`}function Vg({search:e,buckets:n,placeholder:r=`Filter by Type`,className:i}){let[a,o]=Y([]),{registry:s}=mg(),c=e.getFilterValue(`type`),l=t=>{e.setFilterValue(`type`,t?._id)};K(()=>{if(s){let e=n.map(e=>{let t;return e._id==null?(e._id=`Document`,t=`Document`):(t=s.getTypeName(e._id),t||=(console.warn(`Content Object Type not found`,e._id),e._id)),{...e,name:t}});e.sort((e,t)=>e.name.localeCompare(t.name)),o(e)}},[n,s]);let u=a?.find(e=>e._id===c);return t(B,{filterBy:`name`,className:i,isClearable:!0,optionLabel:Bg,options:a,value:u,onChange:l,by:`_id`,placeholder:r})}function Hg(e){let t=[];return t.push(Lh({buckets:e.tags||[],name:`tags`,placeholder:`Tags`,multiple:!0})),t.push({name:`name`,placeholder:`Name`,type:`text`,multiple:!1}),t}function Ug({facets:e,filters:r,setFilters:i}){return t(M,{filterGroups:Hg(e),filters:r,setFilters:i,children:n(`div`,{className:`flex items-center gap-2`,children:[t(A,{}),t(k,{}),t(j,{})]})})}function Wg(e){let t=[];if(t.push({placeholder:`Workflow Name or Workflow Run ID`,name:`name`,type:`text`,options:[]}),e.status){let n=Lh({buckets:e.status||[],name:`status`,placeholder:`Status`});t.push(n)}if(e.initiated_by){let n=sg({buckets:e.initiated_by||[],name:`initiated_by`,placeholder:`Initiated By`});t.push(n)}return t.push({name:`start`,placeholder:`Date After`,type:`date`,multiple:!1}),t.push({name:`end`,placeholder:`Date Before`,type:`date`,multiple:!1}),t.push({name:`has_reported_errors`,placeholder:`Has Reported Errors`,type:`select`,multiple:!1,options:[{label:`Yes`,value:`true`},{label:`No`,value:`false`}]}),t}function Gg(e){return t=>{if(t.length===0){e.clearFilters();return}e.clearFilters(!1),t.forEach(t=>{if(t.value&&t.value.length>0){let n=t.name,r=jh(t);if(n===`name`)Mh(e,`search_term`,r),Mh(e,`name`,r);else if(n===`has_reported_errors`){let t=Array.isArray(r)?r[0]:r;(t===`true`||t===`false`)&&Mh(e,n,t===`true`)}else Mh(e,n,r)}}),e.search()}}function Kg({facets:e,search:r}){let[i,a]=Y([]),o=Wg(e),s=Gg(r);return t(M,{filterGroups:o,filters:i,setFilters:e=>{let t=typeof e==`function`?e(i):e;a(t),s(t)},children:n(`div`,{className:`flex gap-2 items-center`,children:[t(A,{}),t(k,{}),t(j,{})]})})}function qg(e){let t=[];return t.push({name:`name`,placeholder:`Name`,type:`text`,multiple:!1}),t}function Jg({facets:e,filters:r,setFilters:i}){return t(M,{filterGroups:qg(e),filters:r,setFilters:i,children:n(`div`,{className:`flex items-center gap-2`,children:[t(A,{}),t(k,{}),t(j,{})]})})}var Yg=class e{object;objects;setState;collectionId;singleSelection=!1;constructor(e,t,n,r){this.object=e,this.objects=n,this.setState=r,this.singleSelection=Object.keys(this.objects).length===0,this.collectionId=t}isSingleSelection(){return this.singleSelection}hasSelection(){return this.object!==void 0||this.size()!==0}size(){return Object.keys(this.objects).length}getObjectIds(){return Object.keys(this.objects)}getObjectId(){return this.object?.id}clone(){return new e(this.object,this.collectionId,this.objects,this.setState)}add(e){this.objects[e.id]=e,this.singleSelection=Object.keys(this.objects).length===0,this.setState(this.clone())}remove(e){delete this.objects[e],this.singleSelection=Object.keys(this.objects).length===0,this.setState(this.clone())}addAll(e){for(let t of e)this.objects[t.id]=t;this.setState(this.clone())}isSelected(e){return this.objects[e]!==void 0}removeAll(){this.objects={},this.singleSelection=!0,this.setState(this.clone())}};const Xg=Ye(void 0);function Zg(){let e=Qe(Xg);if(!e)throw Error(`useObjectSelection must be used within a ObjectSelectionProvider`);return e}function Qg(){return Qe(Xg)}function $g({value:e,collectionId:n,children:r}){let[i,a]=Y();return K(()=>{a(new Yg(e,n,{},a))},[n,e]),i&&t(Xg.Provider,{value:i,children:r})}const e_=Ye(void 0);function t_({onFilter:e,children:n}){return t(e_.Provider,{value:e,children:n})}function n_(){return Qe(e_)}const r_=`h-6 w-6 p-0 opacity-0 group-hover/field:opacity-100 text-muted hover:text-foreground transition-opacity shrink-0`;function i_({field:r,value:i,label:a,copyContent:s}){let c=n_(),l=Array.isArray(i)?i.length>0:i!==void 0&&i!==``;return n(e,{children:[s!==void 0&&s!==``&&t(_,{content:s,className:r_}),l&&i!==void 0&&t(Ne,{description:`Filter by ${a}`,asChild:!0,size:`xs`,children:t(o,{variant:`ghost`,size:`sm`,"aria-label":`Filter by ${a}`,className:r_,onClick:e=>{e.stopPropagation(),c?.(r,i)},children:t(qt,{className:`size-3`})})})]})}const a_=`text/csv`,o_=`image/`,s_=`application/pdf`,c_=`video/`,l_=[`application/vnd.openxmlformats-officedocument.wordprocessingml.document`,`application/msword`,`application/vnd.openxmlformats-officedocument.presentationml.presentation`,`application/vnd.ms-powerpoint`],u_=e=>e===a_||a_.includes(e),d_=e=>e.startsWith(o_)||o_.includes(e),f_=e=>e===s_||s_.includes(e),p_=e=>e.startsWith(c_)||c_.includes(e),m_=e=>l_.includes(e);function h_(e,t){if(typeof window>`u`||typeof document>`u`)return!1;let n=document.createElement(`iframe`);n.style.position=`fixed`,n.style.right=`0`,n.style.bottom=`0`,n.style.width=`0`,n.style.height=`0`,n.style.border=`0`,n.style.visibility=`hidden`,document.body.appendChild(n);let r=n.contentWindow;if(!r)return n.parentNode?.removeChild(n),!1;let i=r.document;i.open(),i.write(`<!doctype html><html><head><title></title></head><body></body></html>`),i.close(),i.title=t,document.querySelectorAll(`link[rel="stylesheet"], style`).forEach(e=>{i.head.appendChild(e.cloneNode(!0))});let a=i.createElement(`style`);return a.textContent=`
314
+ `}),s===`stacked`&&t(`div`,{className:H(`sticky top-0 z-10`,v&&`hidden`),children:t(nf,{workstreams:le,activeWorkstream:R,onSelectWorkstream:fe,count:me,completionStatus:U})}),V.length===0&&!we&&!(ie&&Ve)?R===`all`&&Be&&Pe.length===0?t(`div`,{className:`flex-1 px-2 py-6 sm:px-4`,children:t(Xf,{label:P(`agent.preparing`),timestamp:Ce.current,className:y})}):t(`div`,{className:`flex items-center justify-center h-full text-center py-8`,children:t(`div`,{className:`flex items-center px-3 py-2 text-sm text-muted`,children:P(R===`all`?`agent.waitingForAgentResponse`:`agent.noMessagesInWorkstream`)})}):n(`div`,{className:H(`flex-1 flex flex-col justify-start w-full max-w-full`,ie?`gap-6 px-2 py-6 sm:px-4`:`gap-3 pb-4`,b),children:[ie&&R!==`all`&&ue&&t(`div`,{className:`sticky top-0 z-20 -mx-2 bg-background/95 px-2 pb-2 pt-1 backdrop-blur sm:-mx-4 sm:px-4`,children:n(`div`,{className:`mx-auto flex w-full max-w-3xl items-center gap-2 border-b border-border/70 pb-3`,children:[t(Me,{description:P(`agent.backToMainAgent`),asChild:!0,children:t(o,{type:`button`,variant:`ghost`,size:`icon`,className:`size-8 shrink-0 text-muted hover:text-foreground`,"aria-label":P(`agent.backToMainAgent`),onClick:pe,children:t(ct,{className:`size-4`,"aria-hidden":`true`})})}),t(`div`,{className:`min-w-0 flex-1 truncate text-sm font-medium text-foreground`,children:ue})]})}),Ee&&t(Yf,{data:w,schema:T,title:E,template:D,prependFriendlyMessage:C,timestamp:V[0]?.timestamp??Date.now(),isSummaryView:ie,messageItemClassNames:d,messageStyleOverrides:f,StoreLinkComponent:x,CollectionLinkComponent:S},`initial-request`),Ue&&t(Xf,{label:He,timestamp:qe,className:y}),s===`stacked`?n(e,{children:[ze.map((e,n)=>{let r=n===ze.length-1;if(e.type===`tool_group`){let n=e.messages[e.messages.length-1],i=e.toolStatus===`completed`||e.toolStatus===`error`||e.toolStatus===`warning`,a=!c&&r&&!ml.includes(n.type)&&!i;return m?.includes(s)?null:t(Qp,{status:e.toolStatus,children:t($p,{children:t(Yd,{...p,messages:e.messages,showPulsatingCircle:a,toolRunId:e.toolRunId,toolStatus:e.toolStatus,preambleText:e.preambleText,preambleMessage:e.preambleMessage,rootClassName:H(`rounded-lg border border-border bg-background/60 shadow-none`,p?.rootClassName),headerClassName:H(`px-3 py-2`,p?.headerClassName),itemHeaderClassName:H(`hover:bg-mixer-muted/20`,p?.itemHeaderClassName)})})},Sp(e))}else if(e.type===`streaming`)return t(Qp,{children:t(od,{...h,text:e.text,workstreamId:e.workstreamId,isComplete:e.isComplete,timestamp:e.startTimestamp,artifactRunId:_,cardClassName:H(`rounded-lg border border-border bg-background/60 shadow-none`,h?.cardClassName)})},Sp(e));else{let i=e.message;if(be(i)||xe(i))return null;if(gl(i))return t(Qp,{children:t(Xp,{message:i,startTimestamp:Cp(ze,n)??i.timestamp,endTimestamp:i.timestamp})},xp(i,`stopped`));let a=!c&&r&&!ml.includes(i.type);return of(i)?t($p,{children:t(Fu,{message:i,batchData:i.details,isRunning:!i.details.completed_at,...g})},`batch-${i.details.batch_id}-${i.timestamp}`):t(Qp,{status:`message`,children:t($p,{children:t(id,{...d,message:i,showPulsatingCircle:a,onSendMessage:u,requestInputAnswered:iu(i,he),cardClassName:H(`rounded-lg border border-border bg-background/60 shadow-none`,d?.cardClassName),headerClassName:H(`px-3 py-2`,d?.headerClassName),contentClassName:H(`bg-transparent`,d?.contentClassName),messageStyleOverrides:f,StoreLinkComponent:x,CollectionLinkComponent:S})})},xp(i))}}),Pe.map(({id:e,data:n})=>t(Qp,{children:t(od,{...h,text:n.text,workstreamId:n.workstreamId,isComplete:n.isComplete,timestamp:n.startTimestamp,artifactRunId:_,cardClassName:H(`rounded-lg border border-border bg-background/60 shadow-none`,h?.cardClassName)})},`streaming-incomplete-${e}`)),Be&&Pe.length===0&&!Ue&&t(Qp,{children:n(`div`,{className:H(`flex items-center gap-2 py-2 text-sm text-muted`,y),children:[t(lu,{size:`sm`,color:`blue`}),t(`span`,{children:P(`agent.working`)})]})})]}):n(e,{children:[Re.map(e=>{if(e.type===`work`){if(m?.includes(s))return null;let n=hf(e.messages);return t(Zp,{label:gf(e.isActive),status:e.status,timestamp:e.startTimestamp,durationSeconds:e.isActive?void 0:lf(e.startTimestamp,e.endTimestamp),showElapsed:!0,details:n?void 0:e.messages,defaultExpanded:e.isActive&&!n,disablePreambleCollapse:e.isActive,className:y,onSendMessage:u,answeredToolApprovalRequestInputKeys:_e,resolvedToolApprovalKeys:ge},`work-${e.id}-${e.isActive?`active`:`done`}-${e.status}`)}if(e.type===`stopped`)return t(Xp,{message:e.message,startTimestamp:e.startTimestamp,endTimestamp:e.endTimestamp},xp(e.message,`stopped-summary`));let n=e.message;return be(n)||xe(n)?null:of(n)?t($p,{children:t(Fu,{message:n,batchData:n.details,isRunning:!n.details.completed_at,...g})},xp(n,`batch`)):t($p,{children:t(Bf,{message:n,onSendMessage:u,onSelectWorkstream:fe,requestInputAnswered:iu(n,he),StoreLinkComponent:x,CollectionLinkComponent:S})},xp(n,`summary`))}),Pe.map(({id:e,data:n})=>t(Yp,{text:n.text,workstreamId:n.workstreamId,artifactRunId:_},`streaming-incomplete-${e}`)),Ve&&!Ue&&t(Zp,{label:He,status:`running`,timestamp:qe,showElapsed:!0,className:y})]}),t(`div`,{ref:a,className:`h-2`})]})]})}const nm=(e,t)=>{if(e.type!==t.type||e.message!==t.message)return!1;let n=e.details,r=t.details;if(n?.tool_status!==`completed`||r?.tool_status!==`completed`)return!1;let i=typeof e.timestamp==`number`?e.timestamp:new Date(e.timestamp).getTime();return(typeof t.timestamp==`number`?t.timestamp:new Date(t.timestamp).getTime())-i<2e3},rm=W.memo(tm);function im(e){return e?new Map(e.streamingMessages.map((e,t)=>[e.id??e.activityId??`stream-${t}`,e])):new Map}function am(e,t){return e?.find(e=>e.cursor===t)}function om(e,t){if(t===0||e===`live`)return`live`;let n=wa(e,t);return n>=t-1?`live`:n+1}function sm(e){let t=0,n=e.length;for(;t<n&&e[t]===`-`;)t++;for(;n>t&&e[n-1]===`-`;)n--;return e.slice(t,n)}function cm(e){return sm(e.trim().replace(/[^a-z0-9-_]+/gi,`-`)).slice(0,80)}function lm(e,t){let n=new Blob([JSON.stringify(t,null,2)],{type:`application/json`}),r=URL.createObjectURL(n),i=document.createElement(`a`);i.href=r,i.download=e,document.body.appendChild(i),i.click(),i.remove(),URL.revokeObjectURL(r)}function um({fixture:e,cursor:r,initialCursor:i,onCursorChange:a,autoStepMs:s,repeat:c=1,viewMode:l,className:u,title:d,showHeader:f=!0}){let{t:p}=X(),m=e.messages,h=i??(m.length>0?0:`live`),[g,_]=Y(()=>Ca(h,m.length)),v=r??g,y=l??`sliding`,[b,x]=Y(!!s),[S,C]=Y(0),w=J(null),T=q(()=>Da(m,v,!0),[v,m]),E=T.displayedMessages,D=q(()=>im(am(e.streamingFrames,T.cursor)),[e.streamingFrames,T.cursor]),O=G(e=>{let t=Ca(e,m.length);r===void 0&&_(t),a?.(t)},[r,m.length,a]);K(()=>{let e=Ca(v,m.length);e!==v&&O(e)},[v,m.length,O]),K(()=>{if(!s||s<=0||!b)return;let e=window.setInterval(()=>{let e=om(v,m.length);if(e===`live`&&v===`live`){C(e=>{let t=e+1;return c>0&&t>=c?(x(!1),t):(O(m.length>0?0:`live`),t)});return}O(e)},s);return()=>window.clearInterval(e)},[s,v,b,m.length,c,O]);let k=E.length>0&&!hl(E),A=q(()=>au(E),[E]),j=d??e.metadata?.title??p(`agent.rewind.fixtureTitle`),M=G(()=>{let t={...e,metadata:{...e.metadata,title:j,exported_at:e.metadata?.exported_at??new Date().toISOString(),message_count:m.length}},n=e.metadata?.agent_run_id??`fixture`;lm(`${cm(j)||`agent-chat`}-${cm(n)}.json`,t)},[e,m.length,j]),N=G(()=>{O(om(T.cursor,m.length))},[m.length,T.cursor,O]);return n(`div`,{className:H(`flex h-full min-h-0 w-full flex-col bg-background text-foreground`,u),"data-agent-test-playback-enabled":!0,"data-agent-playback-cursor":T.cursor,"data-agent-live-message-count":m.length,"data-agent-rendered-message-count":T.renderedMessageCount,"data-agent-replay-playing":b||void 0,"data-agent-replay-loop":S,children:[f&&n(`div`,{className:`flex flex-wrap items-center justify-between gap-2 border-b border-border px-3 py-2`,children:[n(`div`,{className:`min-w-0`,children:[t(`div`,{className:`truncate text-sm font-medium`,children:j}),t(`div`,{className:`text-xs text-muted`,children:p(`agent.rewind.fixtureMeta`,{messageCount:m.length,loops:S})})]}),n(`div`,{className:`flex items-center gap-2`,children:[n(o,{type:`button`,variant:`secondary`,size:`sm`,onClick:M,children:[t(Rt,{className:`size-4`}),t(`span`,{className:`ms-1.5`,children:p(`agent.rewind.exportFixture`)})]}),s&&s>0&&n(o,{type:`button`,variant:`secondary`,size:`sm`,onClick:()=>x(e=>!e),children:[t(b?Dn:kn,{className:`size-4`}),t(`span`,{className:`ms-1.5`,children:p(b?`agent.rewind.pause`:`agent.rewind.resume`)})]})]})]}),t(`div`,{className:`flex flex-shrink-0 justify-end px-2 py-1.5`,children:t(Na,{cursor:T.cursor,messages:m,onChangeCursor:O})}),t(rm,{messages:E,isCompleted:k,streamingMessages:D,bottomRef:w,artifactRunId:e.metadata?.agent_run_id??`agent-chat-fixture`,viewMode:y,renderRequestInputControls:!A}),A&&t(su,{message:A,onSendMessage:N,isLoading:!1})]})}function dm({className:e,inline:r=!1}){return n(`div`,{className:H(`flex items-center gap-1`,r?`inline-flex`:``,e),children:[t(`div`,{className:`w-2 h-2 bg-blue-500 rounded-full animate-[jumping_1s_infinite_ease-in-out] hover:bg-blue-600`,style:{transform:`translateY(0)`,animationRange:`0px -8px`}}),t(`div`,{className:`w-2 h-2 bg-blue-500 rounded-full animate-[jumping_1s_0.3s_infinite_ease-in-out] hover:bg-blue-600`,style:{transform:`translateY(0)`,animationRange:`0px -8px`}}),t(`div`,{className:`w-2 h-2 bg-blue-500 rounded-full animate-[jumping_1s_0.6s_infinite_ease-in-out] hover:bg-blue-600`,style:{transform:`translateY(0)`,animationRange:`0px -8px`}})]})}function fm(){let{client:e}=Z(),[t,n]=Y([]),[r,i]=Y(!0),[a,o]=Y(!1),s=J(0),c=G(async()=>{let t=s.current+1;s.current=t,i(!0),o(!1);try{let r=await e.apps.getInstalledApps(`tools`),a=[];for(let e of r){let t=e,n=t.oauth_collection_ids??[],r=t.manifest.oauth_providers??{};if(!t.manifest.tool_collections)continue;let i=t.manifest.tool_collections.map(e=>Ar(e)).filter(e=>e.type===`mcp`&&n.includes(e.id)),o=new Map,s=new Map,c=[];for(let e of i)if(e.oauth_provider){let t=o.get(e.oauth_provider)??[];t.push(e),o.set(e.oauth_provider,t)}else if(e.oauth_app){let t=s.get(e.oauth_app)??[];t.push(e),s.set(e.oauth_app,t)}else c.push(e);for(let[e,n]of o)a.push({key:`${t.id}:provider:${e}`,appId:t.id,appName:t.manifest.title||t.manifest.name,label:r[e]?.display_name||e,representativeId:n[0].id,memberIds:n.map(e=>e.id),memberNames:n.map(e=>e.name)});for(let[e,n]of s)a.push({key:`${t.id}:oauthapp:${e}`,appId:t.id,appName:t.manifest.title||t.manifest.name,label:e,representativeId:n[0].id,memberIds:n.map(e=>e.id),memberNames:n.map(e=>e.name)});for(let e of c)a.push({key:`${t.id}:individual:${e.id}`,appId:t.id,appName:t.manifest.title||t.manifest.name,label:e.name,representativeId:e.id,memberIds:[e.id],memberNames:[e.name]})}if(s.current!==t||(n(a),i(!1),a.length===0))return;o(!0);let c=new Map,l=await Promise.all(a.map(async t=>{try{let n=c.get(t.appId);n||(n=e.remoteMcpConnections.getStatus(t.appId),c.set(t.appId,n));let r=(await n).find(e=>e.collection_id===t.representativeId);return{...t,authStatus:r}}catch{return t}}));if(s.current!==t)return;n(l)}catch(e){s.current===t&&(console.error(`Failed to load MCP tool collections:`,e),n([]))}finally{s.current===t&&(i(!1),o(!1))}},[e]);return K(()=>{c()},[c]),{groups:t,loading:r,statusLoading:a,reload:c}}function pm(e,t){return t?.length?e.memberIds.every(e=>t.includes(e)):!1}function mm(e,t,n){let r=new Set(t??[]);if(n)for(let t of e.memberIds)r.delete(t);else for(let t of e.memberIds)r.add(t);return Array.from(r)}function hm(e,t){return e.filter(e=>e.authStatus?.authenticated===!0&&!pm(e,t)).length}function gm(e,t){return e.filter(e=>e.authStatus?.authenticated===!0&&!pm(e,t)).map(e=>e.label)}function _m({isOpen:e,onClose:r,groups:i,loading:a,statusLoading:o=!1,reload:s,disabledCollections:c,onChange:l,onConnectionChange:u,readOnly:d=!1}){let{t:f}=X(),p=()=>{s(),u?.()};return n(bo,{isOpen:e,onClose:r,size:`md`,className:`max-w-[92vw] sm:max-w-[620px] lg:max-w-[620px]`,children:[t(xo,{children:f(`mcpConnections.title`)}),n(So,{children:[t(`p`,{className:`mb-4 text-sm text-muted`,children:f(`mcpConnections.subtitle`)}),a?t(`div`,{className:`flex items-center justify-center py-8`,children:t(ms,{className:`size-5`})}):i.length===0?t(`div`,{className:`py-8 text-center text-sm text-muted`,children:f(`mcpConnections.empty`)}):t(`div`,{className:`space-y-1`,children:i.map(e=>{let r=!pm(e,c),i=e.authStatus?.authenticated===!0;return n(`div`,{className:`flex items-center justify-between gap-3 py-3`,children:[n(`div`,{className:`flex min-w-0 items-center gap-2`,children:[t(i?fn:pn,{className:`size-4 shrink-0 ${i?`text-success`:`text-muted`}`,"aria-hidden":`true`}),t(Ha,{description:n(`div`,{className:`space-y-0.5`,children:[t(`div`,{className:`font-medium`,children:e.appName}),e.memberNames.length>1&&t(`div`,{className:`text-xs text-muted`,children:e.memberNames.join(` · `)})]}),placement:`top`,asChild:!0,children:t(`span`,{className:`truncate ${r?`text-foreground`:`text-muted line-through`}`,children:e.label})})]}),n(`div`,{className:`flex shrink-0 items-center gap-3`,children:[o&&!e.authStatus?t(Ka,{variant:`outline`,size:`sm`,disabled:!0,className:`h-6 w-32 justify-center px-2 text-xs`,"aria-label":f(`mcpConnections.checkingStatus`),title:f(`mcpConnections.checkingStatus`),children:t(ms,{className:`size-3`})}):t(_s,{appId:e.appId,collectionId:e.representativeId,collectionName:e.label,authenticated:e.authStatus?.authenticated,onAuthChange:p,variant:`compact`,showDisconnect:!0,readOnly:d}),l&&t(os,{size:`sm`,value:r,onChange:t=>l(mm(e,c,t)),disabled:d,"aria-label":f(r?`mcpConnections.deactivateAria`:`mcpConnections.activateAria`,{name:e.label})})]})]},e.key)})})]})]})}function vm({disabledCollections:r,onChange:i,onConnectionChange:a,readOnly:o=!1,variant:s=`outline`,size:c=`sm`}){let{t:l}=X(),{groups:u,loading:d,statusLoading:f,reload:p}=fm(),[m,h]=Y(!1);if(!d&&u.length===0)return null;let g=hm(u,r),_=gm(u,r),v=_.slice(0,2),y=_.length-v.length,b=v.length>0?`${v.join(`, `)}${y>0?` +${y}`:``}`:void 0;return n(e,{children:[n(`div`,{className:`flex min-w-0 items-center gap-2`,children:[b&&t(`span`,{className:`max-w-48 truncate text-muted`,title:_.join(`, `),children:b}),n(Ka,{variant:s,size:c,className:`shrink-0`,onClick:()=>h(!0),disabled:d,"aria-label":l(`mcpConnections.manage`),children:[t(`span`,{children:l(`mcpConnections.label`)}),g>0&&t(Xa,{variant:`success`,children:g})]})]}),t(_m,{isOpen:m,onClose:()=>h(!1),groups:u,loading:d,reload:p,statusLoading:f,disabledCollections:r,onChange:i,onConnectionChange:a,readOnly:o})]})}function ym({disabledCollections:e,onChange:r,onConnectionChange:i,readOnly:a=!1}){let{t:o}=X(),{groups:s,loading:c,statusLoading:l,reload:u}=fm();if(!c&&s.length===0)return null;let d=()=>{u(),i?.()};return c&&s.length===0?n(`div`,{className:`flex items-center gap-2 border-y border-border/70 py-2 text-sm text-muted`,children:[t(ms,{className:`size-4`}),t(`span`,{children:o(`mcpConnections.label`)})]}):t(`div`,{className:`space-y-1`,children:s.map(i=>{let s=!pm(i,e),c=i.authStatus?.authenticated===!0;return n(`div`,{className:`flex flex-wrap items-center gap-x-3 gap-y-2 py-2 text-sm`,children:[n(`div`,{className:`flex min-w-36 flex-1 items-center gap-2`,children:[t(c?fn:pn,{className:`size-4 shrink-0 ${c?`text-success`:`text-muted`}`,"aria-hidden":`true`}),t(Ha,{description:n(`div`,{className:`space-y-0.5`,children:[t(`div`,{className:`font-medium`,children:i.appName}),i.memberNames.length>1&&t(`div`,{className:`text-xs text-muted`,children:i.memberNames.join(` · `)})]}),placement:`top`,asChild:!0,children:t(`span`,{className:`block truncate ${s?`text-foreground`:`text-muted line-through`}`,children:i.label})})]}),l&&!i.authStatus?t(Ka,{variant:`outline`,size:`sm`,disabled:!0,className:`h-6 w-32 justify-center px-2 text-xs`,"aria-label":o(`mcpConnections.checkingStatus`),title:o(`mcpConnections.checkingStatus`),children:t(ms,{className:`size-3`})}):t(_s,{appId:i.appId,collectionId:i.representativeId,collectionName:i.label,authenticated:i.authStatus?.authenticated,onAuthChange:d,variant:`compact`,showDisconnect:!0,readOnly:a}),r&&n(`div`,{className:`flex min-w-24 items-center justify-end gap-2 text-xs`,children:[t(`span`,{className:s?`text-muted`:`text-attention`,children:o(s?`mcpConnections.enabled`:`mcpConnections.disabled`)}),t(os,{size:`sm`,value:s,onChange:t=>r(mm(i,e,t)),disabled:a,"aria-label":o(s?`mcpConnections.deactivateAria`:`mcpConnections.activateAria`,{name:i.label})})]})]},i.key)})})}function bm({disabledCollections:r,onChange:i,onConnectionChange:a,readOnly:o=!1}){let{t:s}=X(),{groups:c,loading:l,statusLoading:u,reload:d}=fm(),[f,p]=Y(!1);if(!l&&c.length===0)return null;let m=hm(c,r);return n(e,{children:[t(Wo,{align:`left`,trigger:t(Ka,{variant:`ghost`,size:`icon`,className:`size-8 rounded-md text-muted hover:bg-muted`,"aria-label":s(`mcpConnections.settings`),title:s(`mcpConnections.settings`),disabled:l,children:t(`span`,{className:`flex size-5 items-center justify-center rounded-[3px] border border-muted text-sm font-semibold leading-none`,"aria-hidden":`true`,children:`/`})}),children:n(Go,{onClick:()=>p(!0),isDisabled:l,children:[t(`span`,{children:s(`mcpConnections.title`)}),m>0&&t(Xa,{variant:`success`,children:m})]})}),t(_m,{isOpen:f,onClose:()=>p(!1),groups:c,loading:l,reload:d,statusLoading:u,disabledCollections:r,onChange:i,onConnectionChange:a,readOnly:o})]})}Ai.GlobalWorkerOptions.workerSrc=`//unpkg.com/pdfjs-dist@${Ai.version}/build/pdf.worker.min.mjs`;function xm({className:e,size:n=`md`}){return t(`div`,{className:`flex items-center justify-center ${e||``}`,children:t(mn,{className:`${{sm:`w-4 h-4`,md:`w-6 h-6`,lg:`w-8 h-8`}[n]} animate-spin text-muted-foreground`})})}function Sm({pdfUrl:e,pageNumber:r,width:i,className:a,renderTextLayer:o=!1,renderAnnotationLayer:s=!1,onLoadSuccess:c,onError:l}){let[u,d]=Y(!0),[f,p]=Y(null);return f?t(`div`,{className:`flex items-center justify-center text-destructive text-sm ${a||``}`,children:`Failed to load PDF`}):n(`div`,{className:a,children:[u&&t(xm,{className:`py-4`,size:`md`}),t(Oi,{file:e,onLoadSuccess:({numPages:e})=>{d(!1),c?.(e)},onLoadError:e=>{d(!1),p(e),l?.(e)},loading:null,children:t(ki,{pageNumber:r,width:i,renderTextLayer:o,renderAnnotationLayer:s,loading:t(xm,{className:`py-4`,size:`sm`})})})]})}const Cm=Ye(null);function wm({pdfUrl:e,urlLoading:n=!1,children:r,onLoadSuccess:i}){let[a,o]=Y(0),[s,c]=Y(!0),[l,u]=Y(null),[d,f]=Y(null),p=async e=>{o(e.numPages),i?.(e.numPages);try{let t=(await e.getPage(1)).getViewport({scale:1});f({width:t.width,height:t.height,aspectRatio:t.width/t.height})}catch(e){console.error(`Failed to get page dimensions:`,e)}c(!1)},m=e=>{c(!1),u(e)},h={pdfUrl:e,numPages:a,loading:n||(e?s:!0),error:l,pageDimensions:d};return l?t(`div`,{className:`flex items-center justify-center text-destructive text-sm py-4`,children:`Failed to load PDF`}):t(Cm.Provider,{value:h,children:e?t(Oi,{file:e,onLoadSuccess:p,onLoadError:m,loading:t(xm,{className:`py-4`,size:`md`}),children:r((e,n)=>t(ki,{pageNumber:e,width:n,renderTextLayer:!1,renderAnnotationLayer:!1,loading:t(xm,{className:`py-4`,size:`sm`})},e))}):t(xm,{className:`py-4`,size:`md`})})}function Tm(){return Qe(Cm)}const Em=210/297;function Dm({pageNumber:e,width:n,className:r}){let i=Tm(),a=i?.pageDimensions?.aspectRatio??Em,o=n?Math.round(n/a):200;return i?.loading?t(`div`,{className:`flex items-center justify-center bg-muted ${r||``}`,style:{height:o,width:n||`100%`},children:t(xm,{size:`md`})}):t(`div`,{className:r,children:t(ki,{pageNumber:e,width:n,renderTextLayer:!1,renderAnnotationLayer:!1,loading:t(xm,{className:`py-4`,size:`sm`})})})}function Om({pageNumber:e,width:n,isSelected:r,onSelect:i,renderThumbnail:a,aspectRatio:o=Em,rootMargin:s=`200px 0px`}){let c=J(null),[l,u]=Y(!1);K(()=>{let e=c.current;if(!e)return;let t=new IntersectionObserver(e=>{e[0]?.isIntersecting&&u(!0)},{rootMargin:s,threshold:0});return t.observe(e),()=>t.disconnect()},[s]);let d=n?Math.round(n/o):200;return t(`div`,{ref:c,children:a({pageNumber:e,isSelected:r,pageElement:l?t(ki,{pageNumber:e,width:n,renderTextLayer:!1,renderAnnotationLayer:!1,loading:t(`div`,{className:`flex items-center justify-center bg-muted`,style:{height:d},children:t(xm,{size:`sm`})})}):t(`div`,{className:`flex items-center justify-center bg-muted`,style:{height:d,width:n||`100%`},children:t(`span`,{className:`text-muted-foreground text-xs`,children:e})}),onSelect:i})})}function km(e){if(!e)return null;let t=e.parentElement;for(;t;){let e=window.getComputedStyle(t).overflowY;if(e===`auto`||e===`scroll`)return t;t=t.parentElement}return null}function Am({pdfUrl:r,urlLoading:i=!1,pageCount:a,currentPage:o,thumbnailWidth:s,onPageSelect:c,renderThumbnail:l,scrollContainerRef:u,onAspectRatioChange:d,onItemHeightChange:f,calculateItemHeight:p,onPageCountChange:m}){let[h,g]=Y(null),[_,v]=Y({start:0,end:Math.min(15,a)}),[y,b]=Y(null),x=J(null),S=G(e=>{g(e)},[]),C=G(async e=>{m?.(e.numPages);try{let t=(await e.getPage(1)).getViewport({scale:1}),n=t.width/t.height;b(n),d?.(n)}catch(e){console.error(`Failed to get page dimensions:`,e),b(Em),d?.(Em)}},[d,m]),w=y??Em,T=s?Math.round(s/w):200,E=p?p(T):T+16+24+8;if(K(()=>{E>0&&y!==null&&f?.(E)},[E,y,f]),K(()=>{let e=u?.current||km(x.current);if(!e)return;let t=()=>{let t=e.scrollTop,n=e.clientHeight,r=Math.floor(t/E),i=Math.ceil((t+n)/E),o=Math.max(0,r-5),s=Math.min(a,i+5);v(e=>e.start!==o||e.end!==s?{start:o,end:s}:e)};return t(),e.addEventListener(`scroll`,t,{passive:!0}),()=>e.removeEventListener(`scroll`,t)},[E,a,u]),h)return t(`div`,{className:`flex items-center justify-center text-destructive text-sm py-4`,children:`Failed to load PDF`});if(i||!r)return t(xm,{className:`py-4`,size:`md`});let D=_.start*E,O=(a-_.end)*E,k=y!==null;return t(`div`,{ref:x,children:t(Oi,{file:r,onLoadSuccess:C,onLoadError:S,loading:t(xm,{className:`py-4`,size:`md`}),children:k?n(e,{children:[D>0&&t(`div`,{style:{height:D}}),Array.from({length:_.end-_.start},(e,n)=>{let r=_.start+n+1;return t(`div`,{"data-page-index":r-1,style:{height:E,overflow:`hidden`},children:t(Om,{pageNumber:r,width:s,isSelected:r===o,onSelect:()=>c(r),renderThumbnail:l,aspectRatio:w})},r)}),O>0&&t(`div`,{style:{height:O}})]}):t(xm,{className:`py-4`,size:`md`})})})}function jm({pdfUrl:e,pageNumber:r,width:i,height:a,className:o,renderTextLayer:s=!1,renderAnnotationLayer:c=!1,onPageChange:l}){let[u,d]=Y(0),[f,p]=Y(!0),[m,h]=Y(null);return K(()=>{u>0&&l?.(r,u)},[r,u,l]),m?t(`div`,{className:`flex items-center justify-center text-destructive ${o||``}`,children:n(`span`,{children:[`Failed to load PDF: `,m.message]})}):n(`div`,{className:o,children:[f&&t(xm,{className:`py-8`,size:`lg`}),t(Oi,{file:e,onLoadSuccess:({numPages:e})=>{d(e),p(!1)},onLoadError:e=>{p(!1),h(e)},loading:null,children:t(ki,{pageNumber:Math.min(r,u||1),width:i,height:a,renderTextLayer:s,renderAnnotationLayer:c,loading:t(xm,{className:`py-8`,size:`md`})})})]})}const Mm=[50,75,100,125,150,200,300];function Nm({pdfUrl:r,pdfUrlLoading:i=!1,pageCount:a,currentPage:s,onChange:c,onPageCountChange:u,className:d,compact:f=!1,headerExtra:p}){let{t:m}=X(),h=J(null),g=J(null),[_,v]=Y(void 0),[y,b]=Y(100),[x,S]=Y(.7070707070707071),[C,w]=Y(null),T=J(null),E=_?Math.round(_*y/100):void 0,D=G(()=>{let e=Mm.findIndex(e=>e>=y);e===-1&&(e=Mm.length-1);let t=Math.min(e+1,Mm.length-1);b(Mm[t])},[y]),O=G(()=>{let e=Mm.findIndex(e=>e>=y);e===-1&&(e=Mm.length-1);let t=Math.max(e-1,0);b(Mm[t])},[y]),k=G(()=>{b(100)},[]),A=G(e=>e+(f?28:48),[f]),j=G((e,t)=>{let n=e?Math.round(e/t):200;return A(n)},[A]);K(()=>{let e=g.current;if(!e)return;let t=null,n=()=>e.clientWidth-16-16-4,r=()=>{let t=n();if(t<=0)return;let r=T.current;if(r&&r>0){let n=e.scrollTop,i=Math.round(n/r),a=j(t,x),o=i*a;v(t),requestAnimationFrame(()=>{e.scrollTo({top:o,behavior:`instant`})}),T.current=a}else v(t),T.current=j(t,x)},i=n();i>0&&(v(i),T.current=j(i,x));let a=new ResizeObserver(()=>{t&&clearTimeout(t),t=setTimeout(r,150)});return a.observe(e),()=>{t&&clearTimeout(t),a.disconnect()}},[x,j]);let M=J(!1),N=J(null),P=J(y);K(()=>{P.current!==y&&(P.current=y,N.current={targetPage:s},M.current=!0)},[y,s]),K(()=>{let e=g.current,t=N.current;if(t&&e&&C){N.current=null;let n=(t.targetPage-1)*C;requestAnimationFrame(()=>{e.scrollTo({top:n,behavior:`instant`}),requestAnimationFrame(()=>{M.current=!1})})}},[C]);let F=J(!1);K(()=>{let e=g.current;if(!(!e||!C||F.current))if(s>1){F.current=!0,M.current=!0;let t=(s-1)*C;e.scrollTo({top:t,behavior:`instant`}),requestAnimationFrame(()=>{M.current=!1})}else F.current=!0},[C,s]);let I=J(s);return K(()=>{let e=g.current;if(!(!e||!C)&&I.current!==s){I.current=s,M.current=!0;let t=(s-1)*C;e.scrollTo({top:t,behavior:`instant`}),requestAnimationFrame(()=>{M.current=!1})}},[s,C]),K(()=>{let e=g.current;if(!e||!C)return;let t=null,n=()=>{M.current||(t&&clearTimeout(t),t=setTimeout(()=>{let t=e.scrollTop,n=Math.round(t/C)+1,r=Math.max(1,Math.min(n,a));r!==s&&(I.current=r,c(r))},50))};return e.addEventListener(`scroll`,n,{passive:!0}),()=>{t&&clearTimeout(t),e.removeEventListener(`scroll`,n)}},[C,a,s,c]),n(`div`,{ref:h,className:We(`flex flex-col items-stretch`,f?`gap-y-1`:`gap-y-2`,d),children:[n(`div`,{className:We(`relative flex items-center justify-center px-2`,f?`h-6`:`h-9`),children:[t(o,{variant:`ghost`,size:`xs`,onClick:()=>{s>1&&c(s-1)},alt:m(`pdf.previousPage`),children:t(Dt,{className:`size-4`})}),n(`div`,{className:`absolute start-2 flex items-center gap-x-1`,children:[t(Fm,{zoom:y,onZoomIn:D,onZoomOut:O,onFitToView:k,canZoomIn:y<Mm[Mm.length-1],canZoomOut:y>Mm[0]}),p&&n(e,{children:[t(`div`,{className:`w-px h-4 bg-border mx-1`}),p]})]}),t(`div`,{className:`absolute end-2`,children:t(Pm,{currentPage:s,totalPages:a,onChange:c})})]}),t(`div`,{ref:g,className:We(`flex flex-col items-center flex-1 overflow-y-auto px-2`,f?`gap-1`:`gap-2`),children:t(Am,{pdfUrl:r,urlLoading:i,pageCount:a,currentPage:s,thumbnailWidth:E,onPageSelect:c,onPageCountChange:u,scrollContainerRef:g,onAspectRatioChange:S,onItemHeightChange:w,calculateItemHeight:A,renderThumbnail:({pageNumber:e,isSelected:r,pageElement:i,onSelect:a})=>n(`div`,{className:We(`hover:bg-muted rounded-md w-full`,f?`p-1`:`p-2`),children:[t(o,{variant:`unstyled`,size:`none`,"aria-pressed":r,"aria-label":`Page ${e}`,className:We(`relative border-[2px] cursor-pointer overflow-hidden`,r?`border-primary`:`border-border`),onClick:a,children:i}),t(l,{className:We(`text-muted-foreground font-semibold`,f?`text-xs pt-0.5`:`text-sm pt-1`),children:e})]},e)})}),t(`div`,{className:We(`flex items-center justify-center`,f?`h-6`:`h-9`),children:t(o,{variant:`ghost`,size:`xs`,onClick:()=>{s<a&&c(s+1)},alt:m(`pdf.nextPage`),children:t(wt,{className:`size-4`})})})]})}function Pm({currentPage:e,totalPages:r,onChange:i}){let{t:a}=X(),o=J(null),[s,c]=Y(String(e));K(()=>{c(String(e))},[e]);let l=()=>{let t=parseInt(s,10);!Number.isNaN(t)&&t>=1&&t<=r?i(t):c(String(e))};return n(`div`,{className:`flex items-center gap-1 text-xs text-muted-foreground`,children:[t(`span`,{children:a(`pdf.page`)}),t(`input`,{ref:o,type:`text`,value:s,onChange:e=>c(e.target.value),onKeyDown:t=>{t.key===`Enter`?(l(),o.current?.blur()):t.key===`Escape`&&(c(String(e)),o.current?.blur())},onBlur:()=>{l()},className:`w-8 h-5 text-center text-xs px-1 py-0 bg-background border border-border rounded focus:outline-none focus:border-primary`}),n(`span`,{children:[`/ `,r]})]})}function Fm({zoom:e,onZoomIn:r,onZoomOut:i,onFitToView:a,canZoomIn:s,canZoomOut:c}){let{t:l}=X();return n(`div`,{className:`flex items-center gap-x-0.5`,children:[t(o,{variant:`ghost`,size:`xs`,onClick:i,isDisabled:!c,alt:l(`pdf.zoomOut`),children:t(xn,{})}),n(`span`,{className:`text-xs text-muted-foreground min-w-[32px] text-center`,children:[e,`%`]}),t(o,{variant:`ghost`,size:`xs`,onClick:r,isDisabled:!s,alt:l(`pdf.zoomIn`),children:t(An,{})}),t(o,{variant:`ghost`,size:`xs`,onClick:a,alt:l(`pdf.fitToWidth`),className:e===100?`text-muted-foreground/40`:void 0,children:t(gn,{})})]})}function Im({object:e,url:r,source:i,className:a}){let{t:s}=X(),{client:c}=Z(),[l,u]=Y(1),[d,f]=Y(r||``),[p,m]=Y(!r),[h,g]=Y(0),[_,v]=Y(!1);K(()=>{if(r){f(r),m(!1);return}let t=i||e?.content?.source;if(!t){m(!1);return}m(!0),c.files.getDownloadUrl(t).then(e=>{f(e.url)}).catch(e=>{console.error(`Failed to get PDF URL:`,e)}).finally(()=>{m(!1)})},[r,i,e?.content?.source,c]),K(()=>{let t=e?.metadata,n=t?.pages||t?.page_count||0;n>0&&g(n)},[e?.metadata]);let y=e=>{g(e)};return p?t(`div`,{className:`flex items-center justify-center h-full`,children:t(be,{size:`lg`})}):d?_?n(`div`,{className:`fixed inset-0 bg-background z-50 flex flex-col overflow-hidden`,children:[t(`div`,{className:`flex h-9 items-center justify-end shrink-0 bg-sidebar px-2 border-b border-sidebar-border`,children:t(o,{variant:`ghost`,size:`xs`,onClick:()=>v(!1),alt:s(`pdf.closeFullscreen`),children:t(nr,{className:`size-4`})})}),t(Nm,{pdfUrl:d,pdfUrlLoading:p,pageCount:h||100,currentPage:l,onChange:u,onPageCountChange:y,className:`flex-1 min-h-0`})]}):t(`div`,{className:`relative h-full flex flex-col`,children:t(Nm,{pdfUrl:d,pdfUrlLoading:p,pageCount:h||100,currentPage:l,onChange:u,onPageCountChange:y,className:a,compact:!0,headerExtra:t(Me,{description:s(`pdf.fullscreen`),placement:`bottom`,size:`xs`,children:t(o,{variant:`unstyled`,className:`p-1 rounded cursor-pointer transition-colors text-muted-foreground hover:text-foreground hover:bg-muted`,onClick:()=>v(!0),"aria-label":s(`pdf.fullscreen`),children:t(_n,{className:`size-4`})})})})}):t(`div`,{className:`flex items-center justify-center h-full text-muted`,children:s(`pdf.noPdfAvailable`)})}function Lm(e){return e.fileName||e.title||e.artifact?.path.split(`/`).pop()||e.sourcePath?.split(`/`).pop()||`Document`}function Rm(e){let t=e.split(`?`)[0]||e;return t.includes(`.`)&&t.split(`.`).pop()?.toLowerCase()||``}function zm(e){return e.contentType===`application/pdf`||e.extension===`pdf`}function Bm(e){return[`md`,`markdown`].includes(e.extension)||[`text/markdown`,`text/x-markdown`].includes(e.contentType||``)}function Vm(e){return e.contentType?.startsWith(`image/`)||[`png`,`jpg`,`jpeg`,`gif`,`webp`,`svg`].includes(e.extension)}function Hm(e){return e.contentType===`text/html`||[`html`,`htm`].includes(e.extension)}function Um(e){return[`application/xml`,`text/xml`].includes(e.contentType||``)||e.extension===`xml`}function Wm(e){return e.contentType?.startsWith(`text/`)||[`css`,`csv`,`json`,`txt`,`tsx`,`ts`,`jsx`,`js`,`xml`,`yaml`,`yml`].includes(e.extension)}function Gm(e){return[`tsx`,`jsx`].includes(e.extension)}function Km(e){return[`doc`,`docx`,`ppt`,`pptx`].includes(e.extension)||[`application/msword`,`application/vnd.openxmlformats-officedocument.wordprocessingml.document`,`application/vnd.ms-powerpoint`,`application/vnd.openxmlformats-officedocument.presentationml.presentation`].includes(e.contentType||``)}function qm({content:e,extension:n}){return t(`pre`,{className:`h-full overflow-auto rounded-md bg-muted/10 p-3 text-xs leading-5`,children:t(`code`,{className:n?`language-${n}`:void 0,children:e||``})})}function Jm({message:e}){return n(`div`,{className:`flex h-full min-h-64 flex-col items-center justify-center gap-2 text-muted`,children:[t(Gt,{className:`size-8`}),t(`span`,{className:`text-sm`,children:e})]})}function Ym(e,n){if(e.Component){let r=e.Component;return t(r,{context:n})}return e.render?.(n)??null}function Xm(e,t){return e.includes(`.`)?e.replace(/\.[^/.]+$/,t):`${e}${t}`}function Zm(e){return e.split(`/`).pop()||e}function Qm(e){return typeof e==`object`&&e&&!Array.isArray(e)?e:void 0}function $m(e){return typeof e==`number`&&Number.isFinite(e)?e:void 0}function eh(e){if(e!==void 0)return e<1e3?`${Math.round(e)} ms`:`${(e/1e3).toFixed(+(e<1e4))} s`}function th(e){return Array.isArray(e)?e.length:0}function nh(e){try{let t=Qm(JSON.parse(e));if(!t)return;let n=Qm(t.viewport);return{ok:typeof t.ok==`boolean`?t.ok:void 0,source_artifact:typeof t.source_artifact==`string`?t.source_artifact:void 0,screenshot_artifact:typeof t.screenshot_artifact==`string`?t.screenshot_artifact:void 0,rendered_at:typeof t.rendered_at==`string`?t.rendered_at:void 0,viewport:n?{width:$m(n.width),height:$m(n.height)}:void 0,dependencies_reused:typeof t.dependencies_reused==`boolean`?t.dependencies_reused:void 0,status:$m(t.status),title:typeof t.title==`string`?t.title:void 0,console_errors:Array.isArray(t.console_errors)?t.console_errors:void 0,page_errors:Array.isArray(t.page_errors)?t.page_errors:void 0,failed_requests:Array.isArray(t.failed_requests)?t.failed_requests:void 0,bad_responses:Array.isArray(t.bad_responses)?t.bad_responses:void 0,timings_ms:Qm(t.timings_ms),error:t.error}}catch{return}}async function rh(e,t){let n=await fetch(e);if(!n.ok)throw Error(`Failed to load ${t}: ${n.statusText}`);return n.text()}function ih({metadata:e,sourcePath:t,fallbackPath:n,artifactMode:r}){let i=e?.screenshot_artifact?.replace(/^\/+/,``);if(!i)return n;if(r)return i;let a=e?.source_artifact?.replace(/^\/+/,``),o=t.replace(/^\/+/,``);if(a&&o.endsWith(a)){let e=o.slice(0,-a.length).replace(/\/+$/,``);return e?`${e}/${i}`:i}let s=o.includes(`/`)?o.slice(0,o.lastIndexOf(`/`)+1):``;return s?`${s}${Zm(i)}`:n}function ah({metadata:e}){if(!e)return null;let r=$m(e.timings_ms?.total_before_cleanup),a=th(e.console_errors)+th(e.page_errors)+th(e.failed_requests)+th(e.bad_responses);return n(`div`,{className:`grid gap-2 border-b p-3 text-xs`,children:[n(`div`,{className:`flex flex-wrap items-center gap-2`,children:[e.ok!==void 0&&t(i,{variant:e.ok?`success`:`destructive`,children:e.ok?`render ok`:`render failed`}),e.dependencies_reused!==void 0&&n(i,{variant:e.dependencies_reused?`info`:`secondary`,children:[`deps `,e.dependencies_reused?`reused`:`installed`]}),e.status&&n(i,{variant:`secondary`,children:[`HTTP `,e.status]}),a>0&&n(i,{variant:`attention`,children:[a,` browser issue(s)`]})]}),n(`div`,{className:`grid gap-1 text-muted sm:grid-cols-2`,children:[e.viewport?.width&&e.viewport.height&&n(`div`,{children:[`Viewport `,e.viewport.width,` x `,e.viewport.height]}),eh(r)&&n(`div`,{children:[`Total `,eh(r)]}),e.rendered_at&&n(`div`,{children:[`Rendered `,new Date(e.rendered_at).toLocaleString()]}),e.title&&n(`div`,{className:`truncate`,children:[`Title `,e.title]})]}),typeof e.error==`string`&&t(`div`,{className:`text-destructive`,children:e.error})]})}function oh({context:e}){let{client:r}=Z(),a=e.source.artifact,o=a?.path||e.source.sourcePath,s=!!a,c=e.content||``,[l,u]=Y({isLoading:!1}),d=G(async(e,t)=>a?(await r.files.getArtifactDownloadUrl(a.runId,e,t)).url:(await r.files.getDownloadUrl(e,Zm(e),t)).url,[a,r]);return K(()=>{if(!o){u({isLoading:!1,previewError:`No source path is available for this TSX artifact.`});return}let e=o,t=!1,n=Xm(e,`.png`),r=Xm(e,`.render.json`);async function i(){u({isLoading:!0});let i,a,o=n;try{i=nh(await rh(await d(r,`inline`),Zm(r))),o=ih({metadata:i,sourcePath:e,fallbackPath:n,artifactMode:s})}catch(e){a=e instanceof Error?e.message:`Render metadata is not available`}let c,l;try{c=await d(o,`inline`)}catch(e){l=e instanceof Error?e.message:`Sandbox render image is not available`}t||u({isLoading:!1,imageUrl:c,metadata:i,metadataError:a,previewError:l})}return i(),()=>{t=!0}},[s,d,o]),n(`div`,{className:`flex h-full min-h-0 flex-col`,children:[n(`div`,{className:`flex min-h-10 flex-wrap items-center gap-2 border-b px-3 py-2 text-sm`,children:[t(an,{className:`size-4 text-info`}),t(`span`,{className:`font-medium`,children:`Sandbox render`}),l.isLoading?t(i,{variant:`secondary`,children:`loading`}):l.imageUrl?t(i,{variant:`success`,children:`PNG preview`}):t(i,{variant:`attention`,children:`source only`}),l.metadata?.rendered_at&&t(`span`,{className:`text-xs text-muted`,children:new Date(l.metadata.rendered_at).toLocaleString()})]}),l.isLoading?n(`div`,{className:`flex h-full min-h-64 items-center justify-center gap-2 text-muted`,children:[t(hn,{className:`size-5 animate-spin`}),t(`span`,{className:`text-sm`,children:`Loading sandbox render...`})]}):l.imageUrl?n(`div`,{className:`grid min-h-0 flex-1 xl:grid-cols-[minmax(0,1fr)_minmax(24rem,0.7fr)]`,children:[t(`div`,{className:`flex min-h-0 items-center justify-center overflow-auto bg-muted/10 p-3`,children:t(`img`,{src:l.imageUrl,alt:`${e.fileName} sandbox render`,className:`max-h-full max-w-full rounded-md object-contain`})}),n(`div`,{className:`min-h-0 overflow-auto border-t xl:border-s xl:border-t-0`,children:[t(ah,{metadata:l.metadata}),t(`div`,{className:`p-3`,children:t(qm,{content:c,extension:e.extension})})]})]}):n(`div`,{className:`grid min-h-0 flex-1 grid-rows-[auto_minmax(0,1fr)]`,children:[n(`div`,{className:`border-b px-3 py-2 text-xs text-muted`,children:[`No sandbox-rendered PNG was found for this TSX artifact. Showing the source without executing it in Studio.`,l.previewError&&n(`span`,{className:`ms-1`,children:[`Preview lookup: `,l.previewError]}),!l.previewError&&l.metadataError&&n(`span`,{className:`ms-1`,children:[`Metadata lookup: `,l.metadataError]})]}),n(`div`,{className:`min-h-0 overflow-auto p-3`,children:[t(ah,{metadata:l.metadata}),t(qm,{content:c,extension:e.extension})]})]})]})}function sh({source:e,className:r,bodyClassName:i,renderers:a=[],converters:s=[],resolveUrl:c,loadText:l,createRendition:u,markdownComponents:d,showHeader:f=!0,onDownload:p}){let{client:m}=Z(),h=q(()=>Lm(e),[e]),g=q(()=>Rm(h),[h]),[_,v]=Y(e.url),[y,b]=Y(e.content),[x,S]=Y(null),[C,w]=Y(!1),[T,E]=Y(null),[D,O]=Y(0),k=[e.id,e.title,e.fileName,e.contentType,e.url,e.sourcePath,e.content,e.artifact?.runId,e.artifact?.path].join(`\0`),A=G(async(e,t)=>e.url?e.url:e.artifact?(await m.files.getArtifactDownloadUrl(e.artifact.runId,e.artifact.path,t)).url:e.sourcePath?(await m.files.getDownloadUrl(e.sourcePath,e.fileName,t)).url:``,[m]),j=c||A,M=G(async e=>{if(e.content!==void 0)return e.content;let t=await j(e,`inline`);if(!t)return``;let n=await fetch(t);if(!n.ok)throw Error(`Failed to load ${Lm(e)}: ${n.statusText}`);return n.text()},[j]),N=l||M,P={source:e,fileName:h,extension:g,contentType:e.contentType||x?.contentType,url:x?.url||_,content:x?.content||y,isLoading:C,error:T,reload:()=>O(e=>e+1)},F=a.find(e=>e.canRender(P)),I=!F&&(Bm(P)||Hm(P)||Um(P)||Wm(P)),L=!F&&(zm(P)||Vm(P)),R={source:e,fileName:h,extension:g,contentType:e.contentType,target:`pdf`},z=!F&&!P.url?s.find(e=>e.target===`pdf`&&e.canConvert(R)):void 0,ee=!F&&!P.url&&(Km(P)||!!z)&&(!!z||!!u);K(()=>{let t=!1,n=e;E(null),v(n.url),b(n.content),S(null);async function r(){if(!(!I&&!L&&!ee)){w(!0);try{if(ee){let e=z?await z.convert({source:n,fileName:h,extension:g,contentType:n.contentType,target:`pdf`}):await u?.(n,`pdf`);t||S(e??null);return}if(I){let e=await N(n);t||b(e);return}if(L){let e=await j(n,`inline`);t||v(e)}}catch(e){t||E(e instanceof Error?e.message:`Failed to load document`)}finally{t||w(!1)}}}return r(),()=>{t=!0}},[u,g,h,N,ee,I,L,D,j,z,e,k]);let B={...P,url:x?.url||_,content:x?.content||y,contentType:x?.contentType||e.contentType,isLoading:C,error:T},te;return te=C?n(`div`,{className:`flex h-full min-h-64 items-center justify-center gap-2 text-muted`,children:[t(hn,{className:`size-5 animate-spin`}),t(`span`,{className:`text-sm`,children:`Loading preview...`})]}):T?n(`div`,{className:`flex h-full min-h-64 flex-col items-center justify-center gap-2 text-destructive`,children:[t(ot,{className:`size-7`}),t(`span`,{className:`max-w-xl text-center text-sm`,children:T}),t(o,{variant:`outline`,size:`sm`,onClick:B.reload,children:`Retry`})]}):F?Ym(F,B):(zm(B)||x?.contentType===`application/pdf`)&&B.url?t(Im,{url:B.url,className:`h-full`}):Vm(B)&&B.url?t(`div`,{className:`flex h-full min-h-0 items-center justify-center overflow-auto bg-muted/10 p-3`,children:t(`img`,{src:B.url,alt:h,className:`max-h-full max-w-full rounded-md object-contain`})}):Bm(B)?t(`div`,{className:`prose prose-sm dark:prose-invert max-w-none px-5 py-4`,children:t(yi,{artifactRunId:e.artifact?.runId,components:d,children:B.content||``})}):Hm(B)?t(`iframe`,{title:h,className:`h-full min-h-96 w-full bg-white`,sandbox:``,srcDoc:B.content||``}):Um(B)?t(`div`,{className:`px-4 py-2`,children:t(wi,{xml:B.content||``,collapsible:!0})}):Gm(B)?t(oh,{context:B}):Wm(B)?t(qm,{content:B.content,extension:g}):Km(B)&&!z&&!u?t(Jm,{message:`This file needs a PDF rendition before it can be previewed.`}):t(Jm,{message:`Preview is not available for this file type.`}),n(`div`,{className:H(`flex h-full min-h-0 flex-col overflow-hidden`,r),children:[f&&n(`div`,{className:`flex min-h-10 items-center justify-between gap-3 border-b py-2 ps-3 pe-16`,children:[n(`div`,{className:`min-w-0`,children:[t(`div`,{className:`truncate text-sm font-medium`,title:h,children:h}),B.contentType&&t(`div`,{className:`truncate text-xs text-muted`,children:B.contentType})]}),p&&t(o,{variant:`outline`,size:`sm`,onClick:()=>p(e),children:`Download`})]}),t(`div`,{className:H(`min-h-0 flex-1 overflow-auto`,i),children:te})]})}const ch=/(^|\/)(tool-inputs|tool-results|archive)(\/|$)/,lh=/(^|\/)process\/(history|state)(\/|$)/,uh=[/conversation\.json$/,/^conversation-checkpoint-\d+\.json$/,/^tools\.json$/,/^tool-input-refs\.json$/,/^toolu[_-]/i];function dh(e){if(ch.test(e)||lh.test(e))return!0;let t=e.split(`/`).pop()??e;return uh.some(e=>e.test(t))}function fh(e){let t={name:``,path:``,isDirectory:!0,children:[]};for(let n of e){let e=n.split(`/`),r=t,i=``;for(let t=0;t<e.length;t++){let n=e[t];i=i?`${i}/${n}`:n;let a=t===e.length-1,o=r.children.find(e=>e.name===n);o||(o={name:n,path:i,isDirectory:!a,children:[]},r.children.push(o)),r=o}}let n=e=>{e.children.sort((e,t)=>e.isDirectory===t.isDirectory?e.name.localeCompare(t.name):e.isDirectory?-1:1),e.children.forEach(n)};return n(t),t.children}function ph(e,t){let n=`agents/${t}/`,r=e.indexOf(n);return r===-1?e.split(`/`).pop()??e:e.slice(r+n.length)}function mh(e,t,n=0,r=!1){let[i,a]=Y([]),[o,s]=Y(!1),[c,l]=Y(null),[u,d]=Y(0),f=J(0),p=G(async()=>{if(!t)return;let n=++f.current;s(!0),l(null);try{let r=await e.files.listArtifacts(t);if(n!==f.current)return;let i=r.map(e=>ph(e,t)).filter(e=>!!e);a(i)}catch(e){if(n!==f.current)return;l(e instanceof Error?e.message:`Failed to list artifacts`),a([])}finally{n===f.current&&s(!1)}},[e,t]);K(()=>{p()},[p,n,u]);let m=q(()=>r?i:i.filter(e=>!dh(e)),[i,r]),h=q(()=>fh(m),[m]),g=i.length-m.length,_=G(()=>{d(e=>e+1)},[]);return{tree:h,flatFiles:m,totalCount:i.length,systemHiddenCount:g,isLoading:o,error:c,refresh:_}}function hh(e){return e.replace(/[_-]/g,` `).replace(/\b\w/g,e=>e.toUpperCase())}function gh({node:e,depth:r,runId:i,onPreview:a,onDownload:s,downloadingPath:c,forceExpanded:l=!1}){let[u,d]=Y(!1),f=l||u;if(e.isDirectory)return n(`div`,{className:`min-w-0`,children:[n(o,{variant:`unstyled`,className:`flex w-full max-w-full items-center justify-start gap-1.5 rounded px-1 py-1 text-start text-sm hover:bg-muted/30`,style:{paddingInlineStart:`${r*14+4}px`},onClick:()=>d(e=>!e),"aria-expanded":f,children:[f?t(bt,{className:`size-3.5 shrink-0 text-muted`}):t(Ct,{className:`size-3.5 shrink-0 text-muted cn-rtl-flip`}),t(f?Qt:Zt,{className:`size-4 shrink-0 text-info`}),t(`span`,{className:`min-w-0 truncate font-medium`,title:e.path,children:hh(e.name)})]}),f&&e.children.map(e=>t(gh,{node:e,depth:r+1,runId:i,onPreview:a,onDownload:s,downloadingPath:c,forceExpanded:l},`${i}:${e.path}`))]});let p=c===e.path;return n(`div`,{className:`group flex min-w-0 items-center gap-1.5 rounded text-sm hover:bg-muted/30`,style:{paddingInlineStart:`${r*14+4}px`},children:[n(o,{variant:`unstyled`,className:`flex min-w-0 flex-1 items-center justify-start gap-1.5 px-1 py-1 text-start`,onClick:()=>a(e.path),title:e.path,children:[t(`span`,{className:`size-3.5 shrink-0`}),t(Gt,{className:`size-4 shrink-0 text-muted`}),t(`span`,{className:`min-w-0 truncate`,children:e.name})]}),n(`div`,{className:`flex shrink-0 items-center pe-1 opacity-0 transition-opacity group-hover:opacity-100 focus-within:opacity-100`,children:[t(o,{variant:`ghost`,size:`xs`,className:`h-6 w-6 p-0`,onClick:()=>a(e.path),"aria-label":`Preview artifact`,children:t(Wt,{className:`size-3.5`})}),t(o,{variant:`ghost`,size:`xs`,className:`h-6 w-6 p-0`,onClick:()=>s(e.path),disabled:p,"aria-label":`Download artifact`,children:p?t(hn,{className:`size-3.5 animate-spin text-info`}):t(zt,{className:`size-3.5`})})]})]})}function _h(e){return e.reduce((e,t)=>t.isDirectory?e+_h(t.children):e+1,0)}function vh(e,t){let n=t.trim().toLocaleLowerCase();return n?e.flatMap(e=>{let t=`${e.name} ${e.path}`.toLocaleLowerCase().includes(n);if(!e.isDirectory)return t?[e]:[];let r=vh(e.children,n);return t?[{...e}]:r.length>0?[{...e,children:r}]:[]}):e}function yh(e,t){let n=document.createElement(`a`);n.href=e,n.download=t,n.rel=`noopener noreferrer`,n.style.display=`none`,document.body.appendChild(n),n.click(),n.remove()}function bh(e){switch(e.split(`.`).pop()?.toLowerCase()){case`css`:return`text/css`;case`gif`:return`image/gif`;case`htm`:case`html`:return`text/html`;case`jpeg`:case`jpg`:return`image/jpeg`;case`json`:return`application/json`;case`md`:case`markdown`:return`text/markdown`;case`pdf`:return`application/pdf`;case`png`:return`image/png`;case`svg`:return`image/svg+xml`;case`ts`:case`tsx`:return`text/typescript`;case`txt`:return`text/plain`;case`webp`:return`image/webp`;default:return}}function xh({icon:e,children:r,action:i}){return n(l,{className:`h-full min-h-[240px] flex-col text-center text-muted`,children:[e,t(`span`,{className:`text-sm`,children:r}),i]})}function Sh({runId:r,refreshKey:i=0}){let{t:a}=X(),{client:s}=Z(),[c,l]=Y(!1),{tree:u,flatFiles:d,totalCount:f,systemHiddenCount:p,isLoading:m,error:h,refresh:g}=mh(s,r,i,c),[_,v]=Y(null),[y,b]=Y(null),[x,S]=Y(``),C=x.trim(),w=q(()=>vh(u,C),[u,C]),T=q(()=>_h(w),[w]),E=$e(),D=G(async e=>{if(r){v(e);try{let{url:t}=await s.files.getArtifactDownloadUrl(r,e,`attachment`);yh(t,e.split(`/`).pop()||`artifact`)}catch(e){console.error(`Failed to get artifact download URL:`,e)}finally{v(null)}}},[s,r]),k=G(e=>{b(e)},[]),A=r&&y?{title:y.split(`/`).pop()||y,fileName:y.split(`/`).pop()||y,contentType:bh(y),artifact:{runId:r,path:y}}:null;return r?m&&f===0?t(xh,{icon:t(hn,{className:`mb-2 size-6 animate-spin`}),children:a(`agent.loadingArtifacts`)}):h?t(`div`,{className:`flex flex-col items-center justify-center p-4 text-muted w-full`,children:n(O,{title:`Fail to load Artifacts`,className:`w-full`,action:g,actionLabel:n(e,{children:[t(Fn,{className:`size-3.5 me-1.5`}),a(`agent.retry`)]}),children:[t(`span`,{className:`break-all text-muted`,children:h}),` `,t(`br`,{})]})}):f===0?t(xh,{icon:t(Tn,{className:`mb-2 size-8`}),action:n(o,{variant:`ghost`,size:`sm`,className:`mt-2`,onClick:g,children:[t(Fn,{className:`size-3.5 me-1.5`}),a(`agent.refresh`)]}),children:a(`agent.noArtifactsYet`)}):n(`div`,{className:`flex flex-col h-full`,children:[n(`div`,{className:`flex shrink-0 flex-col gap-2 border-b px-3 py-2`,children:[n(`div`,{className:`flex items-center justify-between gap-2 text-xs text-muted`,children:[n(`span`,{children:[C?`${T} of ${d.length} file${d.length===1?``:`s`}`:`${d.length} file${d.length===1?``:`s`}`,!c&&p>0?` · ${p} hidden`:``]}),n(`div`,{className:`flex items-center gap-1`,children:[t(Se,{size:`sm`,value:c,onChange:l,children:t(`span`,{className:`text-xs text-muted`,children:a(`agent.showSystemArtifacts`)})}),t(o,{variant:`ghost`,size:`sm`,onClick:g,disabled:m,className:`h-6 w-6 p-0`,children:t(Fn,{className:`size-3.5 ${m?`animate-spin`:``}`})})]})]}),t(`label`,{htmlFor:E,className:`sr-only`,children:a(`form.filter`)}),t(F,{id:E,type:`text`,role:`searchbox`,autoComplete:`off`,placeholder:a(`store.searchPlaceholder`),value:x,onChange:S,clearable:!0})]}),t(`div`,{className:`flex-1 overflow-y-auto px-3 py-2`,children:w.length>0?t(`div`,{className:`min-w-0`,children:w.map(e=>t(gh,{node:e,depth:0,runId:r,onPreview:k,onDownload:D,downloadingPath:_,forceExpanded:!!C},`${r}:${e.path}`))}):t(`div`,{className:`px-1 py-6 text-sm text-muted`,children:a(!c&&p>0?`agent.onlySystemArtifacts`:`agent.noContentAvailable`)})}),A&&n(B,{isOpen:!!y,onClose:()=>b(null),size:`xl`,className:`h-[90vh] p-0`,description:`Artifact preview`,children:[t(re,{show:!1,children:A.fileName}),t(te,{className:`h-full max-h-none p-0`,children:t(sh,{source:A,className:`h-full`,onDownload:()=>y&&void D(y)})})]})]}):t(xh,{icon:t(Tn,{className:`mb-2 size-8`}),children:`No run selected`})}const Ch=W.memo(Sh);function wh(e){return typeof e==`object`&&!!e&&!Array.isArray(e)}function Th(e){if(!wh(e))return;let t=e.browseruse??e.browser_use;if(!wh(t))return;let n={widget:typeof t.widget==`string`?t.widget:void 0,browser_workflow_id:typeof t.browser_workflow_id==`string`?t.browser_workflow_id:void 0,workstream_id:typeof t.workstream_id==`string`?t.workstream_id:void 0,phase:typeof t.phase==`string`?t.phase:void 0,url:typeof t.url==`string`?t.url:void 0,title:typeof t.title==`string`?t.title:void 0,screenshot:typeof t.screenshot==`string`?t.screenshot:void 0,raw_screenshot:typeof t.raw_screenshot==`string`?t.raw_screenshot:void 0,prefer_raw_screenshot:typeof t.prefer_raw_screenshot==`boolean`?t.prefer_raw_screenshot:void 0,updated_at:typeof t.updated_at==`number`?t.updated_at:void 0};if(!(n.widget&&n.widget!==`browseruse`)&&!(!n.url&&!n.title&&!n.screenshot&&!n.raw_screenshot))return n}function Eh(e){let t=new Map;for(let n of e){let e=Th(n.details);if(!e)continue;let r=e.workstream_id||n.workstream_id||`main`,i=e.updated_at??(typeof n.timestamp==`number`?n.timestamp:new Date(n.timestamp).getTime()),a=t.get(r);(!a||i>=a.timestamp)&&t.set(r,{state:{...e,workstream_id:r},timestamp:i})}return new Map(Array.from(t.entries()).map(([e,t])=>[e,t.state]))}function Dh(e){return e.replace(/^artifact:\/\//,``).replace(/^artifact:/,``).replace(/^\/+/,``)}function Oh(e){return e?e.replace(/_/g,` `):`browser`}function kh({state:e,runId:r,className:a,compact:o}){let{t:s}=X(),{client:c}=Z(),l=ta(),{openImage:u}=gu(),[d,f]=Y(),p=e.prefer_raw_screenshot===!1?e.screenshot||e.raw_screenshot:e.raw_screenshot||e.screenshot,m=e.title||e.url||s(`agent.browserUse`),h=q(()=>p&&Dh(p).split(`/`).pop()||s(`agent.browserScreenshot`),[p,s]);return K(()=>{if(!p){f(void 0);return}if(p.startsWith(`http://`)||p.startsWith(`https://`)){f(p);return}if(!r){f(void 0);return}let e=!1;return(async()=>{let t=Dh(p);try{let n=ra(r,t,`inline`),i=l?await l.getOrFetch(n,async()=>(await c.files.getArtifactDownloadUrl(r,t,`inline`)).url):(await c.files.getArtifactDownloadUrl(r,t,`inline`)).url;e||f(i)}catch(n){console.error(`Failed to resolve browser screenshot ${t}`,n),e||f(void 0)}})(),()=>{e=!0}},[c,r,p,l]),o?n(`div`,{className:H(`overflow-hidden rounded-md border border-border/70 bg-transparent`,a),children:[n(`div`,{className:`flex items-center gap-2 px-2 py-1.5`,children:[t(Sn,{className:`size-3.5 shrink-0 text-info`}),n(`div`,{className:`min-w-0 flex-1`,children:[n(`div`,{className:`flex min-w-0 items-center gap-1`,children:[t(`span`,{className:`text-xs font-medium text-foreground`,children:s(`agent.browserPreview`)}),e.phase&&n(`span`,{className:`truncate text-[11px] capitalize text-muted`,children:[`· `,Oh(e.phase)]})]}),t(`div`,{className:`truncate text-[11px] text-muted`,title:m,children:m})]}),e.url&&t(`a`,{href:e.url,target:`_blank`,rel:`noopener noreferrer`,title:s(`agent.openInNewTab`),className:H(`inline-flex h-6 w-6 shrink-0 items-center justify-center rounded-md`,`text-muted hover:bg-muted hover:text-foreground`),children:t(Ht,{className:`size-3`})})]}),p&&(d?t(`button`,{type:`button`,className:`block w-full bg-mixer-muted/20 text-start`,onClick:()=>u(d,h),title:s(`agent.clickToEnlarge`),children:t(`img`,{src:d,alt:h,className:`block max-h-32 w-full object-contain`})}):n(`div`,{className:`flex min-h-16 items-center justify-center gap-2 bg-mixer-muted/20 px-3 py-4 text-xs text-muted`,children:[t(an,{className:`size-4`}),t(`span`,{children:s(`agent.browserScreenshotPending`)})]}))]}):n(`div`,{className:H(`overflow-hidden rounded-md border border-muted bg-mixer-muted/10`,a),children:[n(`div`,{className:`flex items-start justify-between gap-2 border-b border-muted px-2.5 py-2`,children:[n(`div`,{className:`flex min-w-0 items-start gap-2`,children:[t(Sn,{className:`mt-0.5 size-4 shrink-0 text-info`}),n(`div`,{className:`min-w-0`,children:[t(`div`,{className:`text-xs font-medium text-foreground`,children:s(`agent.browserUse`)}),t(`div`,{className:`truncate text-xs text-muted`,title:m,children:m})]})]}),t(i,{variant:`info`,className:`shrink-0 capitalize`,children:Oh(e.phase)})]}),d?t(`button`,{type:`button`,className:`block w-full bg-mixer-muted/20 text-start`,onClick:()=>u(d,h),title:s(`agent.clickToEnlarge`),children:t(`img`,{src:d,alt:h,className:`block max-h-56 w-full object-contain`})}):n(`div`,{className:`flex min-h-28 items-center justify-center gap-2 bg-mixer-muted/20 px-3 py-6 text-xs text-muted`,children:[t(an,{className:`size-4`}),t(`span`,{children:s(`agent.browserScreenshotPending`)})]}),e.url&&n(`div`,{className:`flex items-center gap-2 border-t border-muted px-2.5 py-1.5`,children:[t(`a`,{href:e.url,target:`_blank`,rel:`noopener noreferrer`,className:`min-w-0 flex-1 truncate text-xs text-info hover:underline`,title:e.url,children:e.url}),t(`a`,{href:e.url,target:`_blank`,rel:`noopener noreferrer`,title:s(`agent.openInNewTab`),className:H(`inline-flex h-6 shrink-0 items-center justify-center rounded-md px-1.5`,`text-muted hover:bg-muted hover:text-foreground`),children:t(Ht,{className:`size-3`})})]})]})}function Ah({documents:e,activeId:n,onSelect:r}){return e.length===0?null:t(`div`,{className:`flex items-center gap-1 px-2 py-1.5`,children:t(b,{align:`right`,trigger:t(o,{variant:`ghost`,size:`xs`,title:`All opened documents`,className:`flex items-center gap-1.5 max-w-[220px] text-xs h-7 px-2`,children:t(bt,{className:`size-3 shrink-0`})}),children:e.map(e=>t(z,{onClick:()=>r(e.id),className:e.id===n?`font-medium`:``,children:t(`span`,{className:`truncate max-w-[200px]`,children:e.title})},e.id))})})}function jh({isOpen:e,documents:r,activeDocumentId:i,onSelectDocument:a,onCloseDocument:s,onUpdateDocumentTitle:c,refreshKey:l,runId:u}){let{client:d}=Z(),{t:f}=X(),[p,m]=Y(null),[h,g]=Y(!1),[_,v]=Y(null),[y,b]=Y(null),x=G(async e=>{g(!0),v(null);try{let[t,n]=await Promise.all([d.store.objects.getObjectText(e),d.store.objects.retrieve(e)]);m(t.text??null);let r=n.name;b(r),r&&c?.(e,r)}catch(e){let t=e instanceof Error?e.message:f(`agent.failedToLoadDocument`);v(t),m(null)}finally{g(!1)}},[d,c,f]);return K(()=>{i&&e&&x(i)},[i,l,e,x]),!e||r.length===0?null:n(`div`,{className:`h-full shadow-xl border border-muted/20 overflow-hidden flex flex-col`,children:[n(`div`,{className:`flex items-center justify-between px-3 py-2 border-b border-muted/20 shrink-0`,children:[n(`div`,{className:`flex items-center gap-2 min-w-0`,children:[t(Jt,{className:`size-4 text-muted shrink-0`}),t(`h3`,{className:`font-bold text-sm truncate`,children:y||f(`agent.document`)})]}),n(`div`,{className:`flex items-center gap-1`,children:[t(Ah,{documents:r,activeId:i,onSelect:a}),i&&t(ci,{href:`/store/objects/${i}#overview`,topLevelNav:!0,className:`inline-flex items-center justify-center rounded-md text-sm font-medium h-8 w-8 hover:bg-muted/20 text-muted hover:text-foreground`,children:t(Me,{description:f(`agent.openDocument`),placement:`top`,size:`xs`,children:t(Ht,{className:`size-4`})})}),t(o,{variant:`ghost`,size:`sm`,onClick:()=>i&&s(i),title:f(`agent.close`),children:t(nr,{className:`size-4`})})]})]}),t(`div`,{className:`flex-1 overflow-y-auto px-4 py-4`,children:h?n(`div`,{className:`flex items-center justify-center py-12`,children:[t(hn,{className:`size-5 animate-spin text-muted`}),t(`span`,{className:`ms-2 text-sm text-muted`,children:f(`agent.loadingDocument`)})]}):_?t(`div`,{className:`p-4 rounded-md bg-destructive/10 text-destructive text-sm`,children:_}):p?t(`div`,{className:`prose prose-sm dark:prose-invert max-w-none`,children:t(yi,{artifactRunId:u,children:p})}):n(`div`,{className:`flex flex-col items-center justify-center py-12 text-muted`,children:[t(Jt,{className:`size-8 mb-2`}),t(`span`,{className:`text-sm`,children:f(`agent.noContentAvailable`)})]})})]})}const Mh=W.memo(jh);function Nh({plan:e,workstreamStatus:r,isOpen:i,onClose:a,plans:s=[],activePlanIndex:c=0,onChangePlan:u=()=>{}}){let{t:d}=X();if(!i)return null;let f=e.plan||[],p=f.length,m=f.reduce((e,t)=>t?.id&&(r.get(t.id.toString())===`completed`||t.status===`completed`)?e+1:e,0),h=p>0?Math.round(m/p*100):0,g=s.length>0?s.length-c:1,_=s[c]?.timestamp;return f.length===0?t(`div`,{className:`h-full overflow-hidden`,children:n(l,{className:`h-full min-h-[240px] flex-col text-center text-muted`,children:[t(jt,{className:`mb-2 size-8`}),t(`span`,{className:`text-sm`,children:d(`agent.noPlanAvailable`)})]})}):t(`div`,{className:`h-full overflow-hidden`,children:n(`div`,{className:`flex h-full flex-col gap-4 overflow-y-auto px-2 py-3`,children:[n(`div`,{className:`space-y-2`,children:[n(`div`,{className:`flex items-start justify-between gap-3`,children:[n(`div`,{className:`min-w-0`,children:[t(`div`,{className:`text-sm font-medium text-foreground`,children:d(`agent.taskProgress`)}),t(`div`,{className:`text-xs text-muted`,children:d(`agent.tasksCompleted`,{completed:m,total:p})})]}),s.length>1&&n(`div`,{className:`flex shrink-0 items-center gap-1 text-xs text-muted`,children:[t(o,{variant:`ghost`,size:`icon`,className:`size-7`,onClick:()=>u(Math.min(s.length-1,c+1)),disabled:c>=s.length-1,"aria-label":d(`agent.olderPlan`),title:d(`agent.olderPlan`),children:t(xt,{className:`size-4`,"aria-hidden":`true`})}),n(`div`,{className:`min-w-20 text-center`,children:[n(`div`,{className:`font-medium text-foreground`,children:[g,`/`,s.length]}),t(`div`,{className:`truncate`,children:_?new Date(_).toLocaleTimeString():d(`agent.unknownTime`)})]}),t(o,{variant:`ghost`,size:`icon`,className:`size-7`,onClick:()=>u(Math.max(0,c-1)),disabled:c<=0,"aria-label":d(`agent.newerPlan`),title:d(`agent.newerPlan`),children:t(St,{className:`size-4`,"aria-hidden":`true`})})]})]}),t(`div`,{className:`h-2 overflow-hidden rounded-full bg-mixer-muted/20`,role:`progressbar`,"aria-valuemin":0,"aria-valuemax":p,"aria-valuenow":m,"aria-label":d(`agent.taskProgress`),children:t(`div`,{className:`h-full rounded-full bg-success transition-all duration-300`,style:{width:`${h}%`}})})]}),t(`ol`,{className:`divide-y divide-border/60`,children:f.map((e,i)=>{let a=e.id?e.id.toString():`task-${i}`,o=e.goal||`Task ${i+1}`,s=e.id?`task-${e.id.toString()}`:`task-${o}-${e.status||`pending`}`,c=e.status||`pending`,l=r.get(a);l!==void 0&&(c=l);let u=kt,f=`text-muted`;c===`in_progress`?(u=Mt,f=`text-info`):c===`completed`&&(u=ht,f=`text-success`);let p=d(c===`completed`?`agent.completed`:c===`in_progress`?`agent.inProgress`:`agent.pending`);return n(`li`,{className:`grid grid-cols-[auto_minmax(0,1fr)_auto] items-start gap-3 px-1 py-3`,children:[t(`span`,{className:`mt-0.5 min-w-5 text-center text-xs font-medium tabular-nums text-muted/80`,children:a}),t(`span`,{className:`min-w-0 text-sm leading-5 text-foreground/85`,children:o}),n(`span`,{className:H(`flex items-center gap-1.5 text-xs font-medium`,f),children:[t(u,{className:`size-3.5 shrink-0`,"aria-hidden":`true`}),t(`span`,{children:p})]})]},s)})}),(()=>{let e=new Set(f.filter(e=>e?.id).map(e=>e.id.toString())),i=Array.from(r.entries()).filter(([t])=>t!==`main`&&!e.has(t));return i.length>0?n(`div`,{className:`mt-1 px-1 py-2`,children:[t(`div`,{className:`mb-2 text-xs font-medium text-muted`,children:d(`agent.workstreams`)}),t(`div`,{className:`divide-y divide-border/60`,children:i.map(([e,r])=>{let i=kt,a=`text-muted`,o=d(`agent.pending`);return r===`in_progress`?(i=Mt,a=`text-info`,o=d(`agent.inProgress`)):r===`completed`&&(i=ht,a=`text-success`,o=d(`agent.completed`)),n(`div`,{className:`flex items-center gap-2 py-2`,children:[t(i,{className:H(`size-3.5 shrink-0`,a)}),t(`span`,{className:`min-w-0 flex-1 truncate text-xs font-medium text-foreground/80`,children:e}),t(`span`,{className:`text-xs font-medium text-muted`,children:o})]},e)})})]}):null})()]})})}const Ph=W.memo(Nh);function Fh({icon:e,children:r}){return n(l,{className:`h-full min-h-[240px] flex-col text-center text-muted`,children:[e,t(`span`,{className:`text-sm`,children:r})]})}function Ih({files:e}){let{t:r}=X(),a=q(()=>e?Array.from(e.values()):[],[e]),o=e=>{switch(e){case hr.UPLOADING:case hr.PROCESSING:return t(hn,{className:`size-4 animate-spin text-info`});case hr.READY:return t(_t,{className:`size-4 text-success`});case hr.ERROR:return t(ir,{className:`size-4 text-destructive`});default:return t(Jt,{className:`size-4 text-muted`})}},s=e=>{switch(e){case hr.UPLOADING:return t(i,{variant:`info`,children:r(`agent.uploading`)});case hr.PROCESSING:return t(i,{variant:`info`,children:r(`agent.processing`)});case hr.READY:return t(i,{variant:`success`,children:r(`agent.ready`)});case hr.ERROR:return t(i,{variant:`destructive`,children:r(`agent.error`)});default:return null}};return t(`div`,{className:`h-full min-h-0`,children:a.length===0?t(Fh,{icon:t(Jt,{className:`mb-2 size-8`}),children:r(`agent.noFilesUploadedYet`)}):t(`div`,{className:`space-y-2 p-2`,children:a.map(e=>n(`div`,{className:`flex items-start gap-2 p-2 border border-muted rounded-md`,children:[t(`div`,{className:`mt-0.5`,children:o(e.status)}),n(`div`,{className:`flex-1 min-w-0`,children:[n(`div`,{className:`flex items-center justify-between gap-2`,children:[t(`span`,{className:`text-sm font-medium truncate`,children:e.name}),s(e.status)]}),e.error&&t(`div`,{className:`text-xs text-destructive mt-1`,children:e.error})]})]},e.id))})})}var Lh=class extends W.Component{state={hasError:!1};static getDerivedStateFromError(e){return{hasError:!0,message:e instanceof Error?e.message:String(e)}}componentDidCatch(e,t){console.error(`Agent right panel section failed to render`,{error:e,componentStack:t.componentStack})}render(){return this.state.hasError?n(`div`,{className:H(`rounded-md border border-destructive bg-mixer-destructive/10 text-destructive`,this.props.compact?`p-2 text-xs`:`m-3 p-3 text-sm`),children:[t(`div`,{className:`font-medium`,children:this.props.title}),t(`div`,{className:`mt-1 text-xs text-muted`,children:this.props.description}),this.state.message&&t(`div`,{className:`mt-1 break-all text-[11px] text-muted`,children:this.state.message})]}):this.props.children}};function Rh({workstreams:e,messages:r,runId:a}){let{t:s}=X(),{client:c}=Z(),l=He(),u=q(()=>Eh(r),[r]),d=s(`agent.panelRenderErrorDescription`),f=G(e=>{navigator.clipboard.writeText(e),l({status:`success`,title:s(`agent.runIdCopied`),duration:2e3})},[s,l]),p=G(async e=>{try{let t=await Sl(c,e);t&&window.open(t,`_blank`)}catch{l({status:`error`,title:s(`agent.failedToDownload`)})}},[c,s,l]);return e.length===0?t(Fh,{icon:t(un,{className:`mb-2 size-8`}),children:s(`agent.noActiveParallelTasks`)}):n(`div`,{className:`h-full min-h-0 overflow-y-auto px-2 py-2`,children:[t(`div`,{className:`px-1 pb-2 text-xs text-muted`,children:s(`agent.parallelWorkDescription`)}),t(`div`,{className:`divide-y divide-border/60`,children:e.map(e=>{let r=e.status===`running`||e.status===`canceling`,c=Math.round(e.elapsed_ms/1e3),l=Math.max(0,Math.round(e.remaining_ms/1e3)),m=e.deadline_ms>0?Math.min(100,Math.round(e.elapsed_ms/e.deadline_ms*100)):0,h=u.get(e.workstream_id),g=e.deadline_ms>0,_=e.child_workflow_run_id,v=[e.phase?Qc(e.phase):void 0,c>0?s(`agent.elapsed`,{seconds:c}):void 0,g&&l>0?s(`agent.remaining`,{seconds:l}):void 0].filter(Boolean),y=(()=>{switch(e.status){case`running`:return t(i,{variant:`info`,children:s(`agent.running`)});case`canceling`:return t(i,{variant:`attention`,children:s(`agent.canceling`)});case`completed`:return t(i,{variant:`done`,children:s(`agent.completed`)});case`failed`:return t(i,{variant:`destructive`,children:s(`agent.failed`)});case`timeout`:return t(i,{variant:`destructive`,children:s(`agent.timeout`)});case`canceled`:return t(i,{variant:`destructive`,children:s(`agent.canceled`)})}})();return t(Lh,{title:s(`agent.workstreamRenderError`),description:d,compact:!0,children:t(`div`,{className:`py-3`,children:n(`div`,{className:`flex items-start gap-2`,children:[t(`span`,{className:H(`mt-2 size-2 shrink-0 rounded-full`,ol(e.status)),"aria-hidden":`true`}),n(`div`,{className:`min-w-0 flex-1`,children:[n(`div`,{className:`flex min-w-0 items-center justify-between gap-2`,children:[t(`span`,{className:`min-w-0 truncate text-sm font-medium text-foreground`,title:e.workstream_id,children:Qc(e.workstream_id)}),y]}),v.length>0&&t(`div`,{className:`mt-0.5 truncate text-xs text-muted`,children:v.join(` · `)}),r&&g&&t(`div`,{className:`mt-2 h-1 rounded-full bg-muted`,role:`progressbar`,"aria-valuemin":0,"aria-valuemax":100,"aria-valuenow":m,"aria-valuetext":s(`agent.workstreamProgress`,{percent:m}),children:t(`div`,{className:`h-full rounded-full bg-info transition-all duration-500`,style:{width:`${m}%`}})}),h&&t(Lh,{title:s(`agent.browserWidgetRenderError`),description:d,compact:!0,children:t(kh,{state:h,runId:a,compact:!0,className:`mt-2`})}),_&&n(`div`,{className:`mt-2 flex flex-wrap gap-1`,children:[n(o,{variant:`ghost`,size:`sm`,className:`h-7 px-2 text-xs text-muted hover:text-foreground`,onClick:()=>f(_),children:[t(At,{className:`size-3 me-1`}),s(`agent.copyRunId`)]}),n(o,{variant:`ghost`,size:`sm`,className:`h-7 px-2 text-xs text-muted hover:text-foreground`,onClick:()=>p(_),children:[t(Rt,{className:`size-3 me-1`}),s(`agent.download`)]})]})]})]})})},e.launch_id)})})]})}const zh=`flex items-center border-b-2 px-2 py-1.5 text-sm font-medium whitespace-nowrap cursor-pointer shrink-0`,Bh=`border-transparent text-muted-foreground hover:border-border hover:text-foreground`,Vh=`border-primary text-primary`;function Hh({tabs:e,current:r,onTabChange:i,label:a,active:o}){let[s,c]=Y(!1),l=J(null),u=J(!1),d=()=>{l.current&&=(clearTimeout(l.current),null)},f=()=>{d(),u.current=!0,c(!0)},p=()=>{d(),l.current=setTimeout(()=>c(!1),150)};return K(()=>()=>clearTimeout(l.current??void 0),[]),n(x,{modal:!1,open:s,onOpenChange:e=>{d(),e&&(u.current=!1),c(e)},children:[t(E,{asChild:!0,children:n(`button`,{type:`button`,onMouseEnter:f,onMouseLeave:p,className:H(zh,o?Vh:Bh),children:[a,t(bt,{className:`ms-1 size-4`})]})}),t(S,{align:`end`,className:`w-max`,onMouseEnter:d,onMouseLeave:p,onCloseAutoFocus:e=>{u.current&&e.preventDefault()},children:e.map(e=>t(C,{disabled:e.disabled,onClick:()=>i(e.name),className:H(e.name===r&&`text-primary`),children:e.label},e.name))})]})}function Uh({tabs:e,current:r,onTabChange:i,className:a}){let{t:o}=X(),s=J(null),c=J([]),l=J(null),[u,d]=Y({count:e.length,promote:!1}),f=()=>{let t=s.current;if(!t)return;let n=t.clientWidth,i=e.map((e,t)=>c.current[t]?.offsetWidth??0),a=i.reduce((e,t)=>e+t,0)+4*Math.max(0,e.length-1),o=(t,n)=>{let r=0,a=0;for(let o=0;o<e.length;o++){if(o===n)continue;let e=r+(a>0?4:0)+i[o];if(e>t)break;r=e,a+=1}return a},u;if(a<=n)u={count:e.length,promote:!1};else{let t=l.current?.offsetWidth??0,a=Math.max(1,o(n-t-4,-1)),s=e.findIndex(e=>e.name===r);u=s<0||s<a?{count:a,promote:!1}:{count:o(n-t-i[s]-8,s),promote:!0}}d(e=>e.count===u.count&&e.promote===u.promote?e:u)},p=J(f);p.current=f,et(()=>{p.current()}),K(()=>{let e=s.current;if(!e||typeof ResizeObserver>`u`)return;let t=new ResizeObserver(()=>p.current());return t.observe(e),()=>t.disconnect()},[]);let m=e.findIndex(e=>e.name===r),h,g;if(u.promote&&m>=0){let t=e.filter((e,t)=>t!==m);h=[...t.slice(0,u.count),e[m]],g=t.slice(u.count)}else h=e.slice(0,u.count),g=e.slice(u.count);let _=g.some(e=>e.name===r),v=o(`agent.moreTabs`);return n(`div`,{ref:s,className:H(`relative`,a),children:[n(`div`,{"aria-hidden":!0,className:`pointer-events-none invisible absolute start-0 top-0 flex w-max gap-1`,children:[e.map((e,n)=>t(`button`,{type:`button`,tabIndex:-1,ref:e=>{c.current[n]=e},className:H(zh,Bh),children:e.label},e.name)),n(`button`,{type:`button`,tabIndex:-1,ref:l,className:H(zh,Bh),children:[v,t(bt,{className:`ms-1 size-4`})]})]}),n(`div`,{className:`-mb-px flex gap-1 overflow-hidden border-b`,children:[h.map(e=>{let n=e.name===r;return t(`button`,{type:`button`,"aria-current":n?`page`:void 0,disabled:e.disabled,onClick:()=>i(e.name),className:H(zh,n?Vh:Bh,`disabled:pointer-events-none disabled:opacity-50`),children:e.label},e.name)}),g.length>0&&t(Hh,{tabs:g,current:r,onTabChange:i,label:v,active:_})]})]})}function Wh({plan:e,workstreamStatus:r,plans:i=[],activePlanIndex:a=0,onChangePlan:s,activeWorkstreams:c=[],messages:l=[],hideWorkstreams:u=!1,openDocuments:d=[],activeDocumentId:f,onSelectDocument:p,onCloseDocument:m,onUpdateDocumentTitle:h,docRefreshKey:g=0,runId:_,processingFiles:v,showArtifacts:y=!1,artifactRefreshKey:b=0,payloadContent:x,conversationContent:S,onClose:C,defaultTab:w,activeTab:T,onTabChange:E}){let{t:D}=X(),[O,k]=Y(w||`plan`),A=T??O,j=e=>{k(e),E?.(e)},M=!u&&c.length>0,N=d.length>0,P=v?v.size>0:!1,F=G((e,n)=>t(Lh,{title:D(`agent.panelRenderError`,{name:e}),description:D(`agent.panelRenderErrorDescription`),children:n}),[D]),I={name:`conversation`,label:`Conversation`,content:S?F(`Conversation`,t(`div`,{className:`flex flex-col h-full min-h-0`,children:S})):null,is_allowed:!!S},L=[...S?[I]:[],{name:`plan`,label:D(`agent.plan`),content:F(D(`agent.plan`),e?t(Ph,{plan:e,workstreamStatus:r||new Map,isOpen:!0,onClose:C,plans:i,activePlanIndex:a,onChangePlan:s}):t(Fh,{icon:t(un,{className:`mb-2 size-8`}),children:D(`agent.noPlanAvailable`)})),is_allowed:!0},{name:`workstreams`,label:M?n(`span`,{className:`inline-flex min-w-0 items-center gap-1 whitespace-nowrap`,children:[D(`agent.workstreams`),` `,t(`span`,{className:`inline-flex shrink-0 items-center justify-center rounded-full bg-info px-1.5 py-0.5 text-[10px] text-info`,children:c.length})]}):D(`agent.workstreams`),content:F(D(`agent.workstreams`),t(Rh,{workstreams:c,messages:l,runId:_})),is_allowed:!u},{name:`documents`,label:N?n(`span`,{className:`inline-flex min-w-0 items-center gap-1 whitespace-nowrap`,children:[D(`agent.documents`),` `,t(`span`,{className:`inline-flex shrink-0 items-center justify-center rounded-full bg-info px-1.5 py-0.5 text-[10px] text-info`,children:d.length})]}):D(`agent.documents`),content:F(D(`agent.documents`),d.length>0&&p&&m?t(Mh,{isOpen:!0,documents:d,activeDocumentId:f??null,onSelectDocument:p,onCloseDocument:m,onUpdateDocumentTitle:h,refreshKey:g,runId:_}):t(Fh,{icon:t(Jt,{className:`mb-2 size-8`}),children:D(`agent.noDocumentsOpen`)})),is_allowed:!0},{name:`uploads`,label:P?n(`span`,{className:`inline-flex min-w-0 items-center gap-1 whitespace-nowrap`,children:[D(`agent.uploads`),` `,t(`span`,{className:`inline-block w-1.5 h-1.5 rounded-full bg-info`})]}):D(`agent.uploads`),content:F(D(`agent.uploads`),t(Ih,{files:v})),is_allowed:!0},{name:`artifacts`,label:D(`agent.artifacts`),content:F(D(`agent.artifacts`),t(Ch,{runId:_,refreshKey:b})),is_allowed:y},{name:`payload`,label:D(`agent.payload`),content:x?F(D(`agent.payload`),t(`div`,{className:`overflow-y-auto`,children:x})):null,is_allowed:!!x}];return n(De,{tabs:L,current:A,onTabChange:j,fullHeight:!0,className:`px-0`,children:[n(`div`,{className:`flex items-end justify-between shrink-0 px-1 py-1 gap-1`,children:[t(Uh,{tabs:L.filter(e=>e.is_allowed===void 0||e.is_allowed===!0),current:A,onTabChange:j,className:`min-w-0 flex-1`}),!S&&t(o,{variant:`ghost`,size:`sm`,className:`shrink-0 ms-1`,onClick:C,title:`Close Right Panel`,children:t(ar,{className:`size-4`})})]}),t(ke,{className:`flex-1 min-h-0 pt-0 pb-0`})]})}const Gh=W.memo(Wh);function Kh(e){if(!e)return[];let t=[];for(let n=0;n<e.length;n++){let r=e[n];if(r.kind!==`file`)continue;let i=r.getAsFile();if(i)if(r.type.startsWith(`image/`)&&(!i.name||i.name===`image.png`)){let e=r.type.split(`/`)[1]||`png`;t.push(new File([i],`pasted-image-${Date.now()}.${e}`,{type:i.type}))}else t.push(i)}return t}function qh(e,t,n=!1){let[r,i]=Y([]),[a,o]=Y(0),[s,c]=Y(new Map),[l,u]=Y(t),[d,f]=Y(!n),p=J(-1),m=J(new Set);K(()=>{e.length===0&&(i([]),o(0),c(new Map),f(!n),p.current=-1,m.current.clear())},[e.length,n]);let h=G(e=>{let n=e[e.length-1];n&&(n.type===Q.TERMINATED?u(!1):u(t?!0:n.type===Q.REQUEST_INPUT))},[t]);return K(()=>{if(e.length===0)return;let t=p.current+1;if(t>=e.length){h(e);return}let n=!1,r=[],a=[];for(let i=t;i<e.length;i++){let t=e[i];if(t.type===Q.PLAN)try{let e=null;if(t.details&&typeof t.details==`object`&&t.details.plan&&Array.isArray(t.details.plan)&&(e={plan:t.details.plan}),e){let i=typeof t.timestamp==`number`?t.timestamp:new Date(t.timestamp).getTime();if(!m.current.has(i)){m.current.add(i),n=!0,r.push({plan:e,timestamp:i});let t=new Map;t.set(`main`,`in_progress`),Array.isArray(e.plan)&&e.plan.forEach(e=>{if(e&&typeof e==`object`&&e.id){let n=e.id.toString();t.set(n,e.status||`pending`)}}),a.push({timestamp:i,statusMap:t})}}}catch(e){console.error(`Failed to parse plan from message:`,e)}}p.current=e.length-1,n&&r.length>0&&(i(e=>[...[...r].reverse(),...e]),o(0),f(!0),a.length>0&&c(e=>{let t=new Map(e);for(let e of a)t.set(e.timestamp,e.statusMap);return t})),h(e)},[e,h]),K(()=>{if(r.length===1&&!d&&!sessionStorage.getItem(`plan-panel-shown`)){let e=setTimeout(()=>{f(!0),sessionStorage.setItem(`plan-panel-shown`,`true`)},500);return()=>clearTimeout(e)}},[r.length,d]),{plans:r,activePlanIndex:a,setActivePlanIndex:o,workstreamStatusMap:s,showInput:l,showSlidingPanel:d,setShowSlidingPanel:f}}function Jh(e,t){return{...e,details:{...e.details??{},_deliveryStatus:t}}}function Yh(e){let t=e.details,n=t?._messageId;if(typeof n==`string`&&n)return n;let r=t?.ack;return typeof r==`string`&&r?r:void 0}function Xh(e,t){let n=e?.[t];return typeof n==`string`&&n?n:void 0}function Zh(e){return e?.streaming_id_scope===`workflow_run`}function Qh(e){return[Q.COMPLETE,Q.IDLE,Q.TERMINATED,Q.REQUEST_INPUT].includes(e.type)}function $h(e){if(e.type===Q.STREAMING_CHUNK)return!1;if(e.type===Q.SYSTEM){let t=e.details;if(t?.system_type===`file_processing`&&t.files)return!1}return!!e.message||Qh(e)}function eg(e){if(e)return{type:e.type,timestamp:e.timestamp,workstream_id:e.workstream_id,text:typeof e.message==`string`?e.message.slice(0,80):e.message?`[non-string]`:``,display_role:e.details?.display_role,source:e.details?.source}}function tg(e,t){if(e.find(e=>e.timestamp===t.timestamp))return e;if(!t.details?._optimistic&&(t.type===Q.QUESTION||gl(t))){let n=typeof t.details?.ack==`string`?t.details.ack:void 0,r=n?Jh(t,`consumed`):t;if(n){let i=e.filter(e=>!((e.type===t.type||gl(e))&&e.details?._optimistic&&Yh(e)===n));return pl(i,r),i}if(t.type===Q.QUESTION){let n=e.filter(e=>e.type===Q.QUESTION&&e.details?._optimistic&&e.message===t.message&&(e.workstream_id??`main`)===(t.workstream_id??`main`));if(n.length===1){let r=e.filter(e=>e!==n[0]);return pl(r,t),r}}}let n=[...e];return pl(n,t),n}function ng(e){let t=e.details,n=Xh(t,`streaming_id`),r=Xh(t,`activity_id`);return n&&Zh(t)?n:r??n}function rg(e){let t=e.details,n=Xh(t,`streaming_id`),r=Xh(t,`activity_id`),i=[];return n&&Zh(t)&&i.push(n),r&&i.push(r),[...new Set(i)]}function ig(e,t){let[n,r]=Y([]),[i,a]=Y(!1),[o,s]=Y(`loading`),[c,l]=Y(null),[u,d]=Y(null),[f,p]=Y(new Map),[m,h]=Y(0),g=G(()=>h(e=>e+1),[]),_=J(null),v=J(0),[y,b]=Y(new Map),x=J(new Map),S=J(null),[C,w]=Y(!1),T=J(null),E=G(()=>{let e=S.current;e&&(e.mode===`raf`?cancelAnimationFrame(e.id):clearTimeout(e.id),S.current=null)},[]),D=G(()=>{x.current.size>0&&(b(new Map(x.current)),w(!0),T.current&&clearTimeout(T.current),T.current=setTimeout(()=>w(!1),50)),S.current=null},[]);return K(()=>{a(!hl(n))},[n]),K(()=>{fl(`stream state`,{agentRunId:t,messageCount:n.length,streamingCount:y.size,initialHistoryStatus:o,isCompleted:i,lastDeliveredTs:v.current,first:eg(n[0]),last:eg(n[n.length-1])})},[t,o,i,n,y.size]),K(()=>{let n=_.current!==t;_.current=t,n&&(r([]),s(`loading`),l(null),d(null),b(new Map),p(new Map),v.current=0);let i=new AbortController,a=n?void 0:v.current||void 0;return fl(`stream start`,{agentRunId:t,isNewConversation:n,since:a,streamNonce:m}),e.agents.getInternals(t).then(e=>{i.signal.aborted||(fl(`internals loaded`,{agentRunId:t,status:e.status,first_workflow_run_id:e.first_workflow_run_id}),l(e.status?.toUpperCase()??null),d(e.first_workflow_run_id??null))}).catch(e=>{i.signal.aborted||console.error(`Failed to check agent run status:`,e)}),e.agents.streamMessages(t,e=>{if(!i.signal.aborted){if(fl(`stream message`,{agentRunId:t,type:e.type,timestamp:e.timestamp,workstream_id:e.workstream_id,hasMessage:!!e.message,display_role:e.details?.display_role,source:e.details?.source}),e.timestamp&&e.timestamp>v.current&&(v.current=e.timestamp),e.type===Q.STREAMING_CHUNK){let t=e.details,n=ng(e);if(!n)return;let r=x.current.get(n)||{text:``,workstreamId:e.workstream_id,startTimestamp:Date.now(),activityId:t?.activity_id,streamingId:t?.streaming_id},i=r.text+(e.message||``);x.current.set(n,{text:i,workstreamId:e.workstream_id,isComplete:t.is_final,startTimestamp:r.startTimestamp,activityId:t?.activity_id,streamingId:t?.streaming_id}),S.current===null&&(document.hidden?S.current={mode:`timeout`,id:window.setTimeout(D,16)}:S.current={mode:`raf`,id:requestAnimationFrame(D)});return}if(e.type===Q.SYSTEM){let t=e.details;if(t?.system_type===`file_processing`&&t.files){p(new Map(t.files.map(e=>[e.id,e])));return}}if(e.type===Q.THOUGHT||e.type===Q.ANSWER){let t=rg(e);if(t.length>0){for(let e of t)x.current.delete(e);b(e=>{let n=new Map(e),r=!1;for(let e of t)r=n.delete(e)||r;return r?n:e})}}(e.type===Q.COMPLETE||e.type===Q.IDLE)&&x.current.size>0&&D(),$h(e)&&r(t=>tg(t,e))}},a,i.signal,{onHistoryLoaded:e=>{if(i.signal.aborted)return;let n=e.filter($h);fl(`history loaded`,{agentRunId:t,count:e.length,timelineCount:n.length,since:a,first:eg(e[0]),last:eg(e[e.length-1])}),s(e.length>0?`has_messages`:`empty`),n.length>0&&r(e=>n.reduce((e,t)=>(t.timestamp&&t.timestamp>v.current&&(v.current=t.timestamp),tg(e,t)),e))},onHistoryError:e=>{i.signal.aborted||(fl(`history error`,{agentRunId:t,error:e instanceof Error?e.message:String(e)}),s(`error`))}}).then(()=>{if(!i.signal.aborted)return fl(`stream resolved`,{agentRunId:t}),e.agents.getInternals(t).then(e=>{i.signal.aborted||(fl(`internals refreshed after stream end`,{agentRunId:t,status:e.status}),l(e.status?.toUpperCase()??null))}).catch(e=>{i.signal.aborted||console.error(`Failed to refresh agent run status on stream end:`,e)})}).catch(e=>{i.signal.aborted||(fl(`stream failed`,{agentRunId:t,error:e instanceof Error?e.message:String(e)}),console.error(`Failed to stream agent messages:`,e))}),()=>{fl(`stream cleanup`,{agentRunId:t,streamNonce:m}),i.abort(),E(),x.current.clear(),T.current&&=(clearTimeout(T.current),null)}},[t,m,e.agents,D,E]),K(()=>{let e=()=>{!document.hidden&&x.current.size>0&&(E(),D())};return document.addEventListener(`visibilitychange`,e),()=>{document.removeEventListener(`visibilitychange`,e)}},[D,E]),{messages:n,streamingMessages:y,isCompleted:i,initialHistoryStatus:o,debugChunkFlash:C,addOptimisticMessage:G(e=>{r(t=>{let n=[...t,e];return n.sort((e,t)=>(typeof e.timestamp==`number`?e.timestamp:new Date(e.timestamp).getTime())-(typeof t.timestamp==`number`?t.timestamp:new Date(t.timestamp).getTime())),n})},[]),updateOptimisticMessageStatus:G((e,t)=>{r(n=>n.map(n=>n.details?._optimistic&&Yh(n)===e?Jh(n,t):n))},[]),removeOptimisticMessages:G(e=>{r(t=>t.filter(t=>!e(t)))},[]),reconnect:g,agentRunStatus:c,workflowRunId:u,serverFileUpdates:f}}function ag(e){if(typeof e==`string`&&e.trim().length>0)return e}function og(e,t){let n=ag(e.revision_root_id)||ag(e.revision_root)||ag(e.root_document_id)||ag(e.root_id);if(n)return n;let r=e.revision_info;if(r&&typeof r==`object`){let e=ag(r.root);if(e)return e}return t}function sg(e,t){return e.revisionRootId&&t.revisionRootId?e.revisionRootId===t.revisionRootId:t.revisionRootId?e.id===t.revisionRootId:e.revisionRootId?e.revisionRootId===t.id:e.id===t.id}function cg(e){let[t,n]=Y([]),[r,i]=Y(null),[a,o]=Y(!1),[s,c]=Y(0),l=J(-1);return K(()=>{e.length===0&&(n([]),i(null),o(!1),c(0),l.current=-1)},[e.length]),K(()=>{let t=l.current+1;if(!(t>=e.length)){for(let r=t;r<e.length;r++){let t=e[r];if(t.type===Q.UPDATE&&t.details){let e=t.details;if(e.event_class===`document_created`||e.event_class===`document_updated`){let t=ag(e.document_id),r=ag(e.updated_document_id)||t,a=e.title;if(r){let s=og(e,t||r),l={id:r,title:a||`Document`,revisionRootId:s};n(e=>{let t=e.findIndex(e=>sg(e,l));if(t<0)return[...e,l];let n=e[t];if(n.id===l.id&&n.title===l.title&&n.revisionRootId===l.revisionRootId)return e;let r=[...e];return r[t]=l,r}),i(l.id),o(!0),e.event_class===`document_updated`&&c(e=>e+1)}}}}l.current=e.length-1}},[e]),{openDocuments:t,activeDocumentId:r,isDocPanelOpen:a,docRefreshKey:s,closeDocPanel:G(()=>{o(!1)},[]),closeDocument:G(e=>{n(t=>{let n=t.filter(t=>t.id!==e);return n.length===0?(o(!1),i(null)):i(t=>t===e?n[0].id:t),n})},[]),selectDocument:G(e=>{i(e)},[]),openDocInPanel:G(e=>{n(t=>t.some(t=>t.id===e)?t:[...t,{id:e,title:`Document`,revisionRootId:e}]),i(e),o(!0)},[]),updateDocumentTitle:G((e,t)=>{n(n=>n.map(n=>n.id===e?{...n,title:t}:n))},[])}}function lg(e){return e.type.startsWith(`image/`)}function ug(e){if(!(!lg(e)||typeof URL>`u`||!URL.createObjectURL))return URL.createObjectURL(e)}function dg(e){typeof URL<`u`&&URL.revokeObjectURL&&URL.revokeObjectURL(e)}function fg(e,t,n,r){let i=rt.getFixedT(null,nt),[a,o]=Y(new Map),[s,c]=Y(new Set),l=J(new Set),u=J(new Map),d=J(t),f=J(a);f.current=a;let p=J(n);p.current=n;let m=G(e=>{let t=u.current.get(e);t&&(dg(t),u.current.delete(e))},[]);K(()=>{if(d.current!==t){d.current=t,u.current.forEach(dg),u.current.clear(),o(new Map);let e=new Set;l.current=e,c(e)}},[t]),K(()=>()=>{u.current.forEach(dg),u.current.clear()},[]);let h=q(()=>{let e=new Map;return a.forEach((t,n)=>{s.has(n)||e.set(n,t)}),n.forEach((t,n)=>{if(!s.has(n)){let r=a.get(n);e.set(n,{...t,artifact_path:t.artifact_path??r?.artifact_path,reference:t.reference??r?.reference,...r?.preview_url?{preview_url:r.preview_url}:{}})}}),e},[a,s,n]);return{processingFiles:h,hasProcessingFiles:q(()=>Array.from(h.values()).some(e=>e.status===hr.UPLOADING||e.status===hr.PROCESSING),[h]),handleFileUpload:G(async n=>{for(let a of n){let n=`file-${Date.now()}-${Math.random().toString(36).substr(2,9)}`,s=`files/${a.name}`,c=ug(a);c&&u.current.set(n,c);let d={id:n,name:a.name,content_type:a.type||`application/octet-stream`,size:a.size,status:hr.UPLOADING,started_at:Date.now(),preview_url:c};o(e=>new Map(e).set(n,d));try{if(await e.agents.uploadArtifact(t,s,a),o(e=>{let t=new Map(e),r=t.get(n);return r&&(r.status=hr.PROCESSING,r.artifact_path=s,r.reference=`artifact:${s}`),t}),l.current.has(n))continue;await e.agents.sendSignal(t,`FileUploaded`,{id:n,name:a.name,content_type:a.type||`application/octet-stream`,reference:`artifact:${s}`,artifact_path:s})}catch(e){if(l.current.has(n))continue;o(t=>{let r=new Map(t),i=r.get(n);return i&&(i.status=hr.ERROR,i.error=e instanceof Error?e.message:`Upload failed`,i.completed_at=Date.now()),r}),r({status:`error`,title:i(`agent.uploadFailed`),description:e instanceof Error?e.message:`Failed to upload file`,duration:3e3})}}},[e,t,r,i]),removeProcessingFile:G(async n=>{c(e=>{if(e.has(n))return e;let t=new Set(e);return t.add(n),l.current=t,t}),o(e=>{if(!e.has(n))return e;let t=new Map(e);return t.delete(n),t}),m(n);try{await e.agents.sendSignal(t,`FileRemoved`,{id:n})}catch(e){r({status:`error`,title:i(`agent.removeFileFailed`),description:e instanceof Error?e.message:`Failed to remove file`,duration:3e3})}},[t,e,m,i,r]),clearProcessingFiles:G(()=>{u.current.forEach(dg),u.current.clear(),c(e=>{let t=new Set(e);for(let e of p.current.keys())t.add(e);for(let e of f.current.keys())t.add(e);return l.current=t,t}),o(new Map)},[])}}function pg({activeWorkstreams:e,className:r}){let{t:i}=X(),a=q(()=>e.filter(e=>e.status===`running`||e.status===`canceling`),[e]),o=a.slice(0,3),s=Math.max(0,a.length-o.length);return a.length===0?null:t(`div`,{className:H(`mx-auto mb-2 w-full max-w-3xl px-1`,r),"data-agent-active-workstreams":!0,children:n(`output`,{className:`flex flex-col gap-1.5 rounded-2xl border border-border/70 bg-background/95 p-2 text-xs text-muted shadow-lg shadow-black/5`,"aria-live":`polite`,children:[n(`div`,{className:`flex items-center gap-2 px-1 font-medium`,children:[t(dt,{className:`size-3.5 text-muted`,"aria-hidden":`true`}),t(`span`,{children:i(`agent.activeWorkstreams`,{count:a.length})})]}),n(`div`,{className:`flex flex-col gap-0.5`,children:[o.map(e=>{let r=el(e.workstream_id,e.interaction);return n(`span`,{className:`flex min-w-0 items-center gap-2 rounded-lg px-1 py-1 text-sm text-foreground/80`,title:r,children:[t(`span`,{className:H(`size-1.5 shrink-0 rounded-full`,ol(e.status)),"aria-hidden":`true`}),t(`span`,{className:`truncate font-medium`,children:r}),e.phase&&t(`span`,{className:`truncate text-xs text-muted/75`,children:Qc(e.phase)})]},e.launch_id||e.workstream_id)}),s>0&&n(`span`,{className:`px-1 py-1 text-xs text-muted`,children:[`+`,s]})]})]})})}var mg=class{_listeners=new Set;snapshot;constructor(e){this.snapshot=new hg(e,this)}subscribe=e=>(this._listeners.add(e),()=>{this._listeners.delete(e)});getSnapshot=()=>this.snapshot;notify(){this._listeners.forEach(e=>{e()})}},hg=class e{vertesia;_interactive=!0;_debug_mode=!1;_non_blocking_subagents=!0;_checkpoint_tokens;_visibility;_user_channels;_collection;_disabled_mcp_collections;_start=!1;_preserveRunValues=!1;_interaction;_environment;_model=``;_model_options;_tool_names=[];_data;_mode=`start`;_scheduledWorkflowConfig;_interactionParamsSchema;_schemaVersion=0;_inputValidator;_store;constructor(e,t){this.vertesia=e,this._store=t}onStateChanged(){let e=this.clone();this._store.snapshot=e,this._store.notify()}clone(){let t=new e(this.vertesia,this._store);return t._interactionParamsSchema=this._interactionParamsSchema,t._schemaVersion=this._schemaVersion,t._interaction=this._interaction,t._data=this._data,t._environment=this._environment,t._model=this._model,t._model_options=this._model_options?{...this._model_options}:void 0,t._tool_names=[...this._tool_names],t._interactive=this._interactive,t._debug_mode=this._debug_mode,t._non_blocking_subagents=this._non_blocking_subagents,t._checkpoint_tokens=this._checkpoint_tokens,t._visibility=this._visibility,t._user_channels=this._user_channels?[...this._user_channels]:void 0,t._inputValidator=this._inputValidator,t._start=this._start,t._collection=this._collection,t._disabled_mcp_collections=this._disabled_mcp_collections?[...this._disabled_mcp_collections]:void 0,t._preserveRunValues=this._preserveRunValues,t._mode=this._mode,t._scheduledWorkflowConfig=this._scheduledWorkflowConfig,t}set mode(e){e!==this._mode&&(this._mode=e,e===`schedule`&&!this._scheduledWorkflowConfig&&(this._scheduledWorkflowConfig={name:``,description:``,cron_expression:`0 9 * * *`,timezone:`UTC`}),this.onStateChanged())}get mode(){return this._mode}set scheduledWorkflowConfig(e){this._scheduledWorkflowConfig=e,this.onStateChanged()}get scheduledWorkflowConfig(){return this._scheduledWorkflowConfig}updateScheduledWorkflowConfig(e){this._scheduledWorkflowConfig={...this._scheduledWorkflowConfig,...e},this.onStateChanged()}get interactive(){return this._interactive}set interactive(e){e!==this._interactive&&(this._interactive=e,this.onStateChanged())}get debug_mode(){return this._debug_mode}set debug_mode(e){e!==this._debug_mode&&(this._debug_mode=e,this.onStateChanged())}get non_blocking_subagents(){return this._non_blocking_subagents}set non_blocking_subagents(e){e!==this._non_blocking_subagents&&(this._non_blocking_subagents=e,this.onStateChanged())}get checkpoint_tokens(){return this._checkpoint_tokens}set checkpoint_tokens(e){e!==this._checkpoint_tokens&&(this._checkpoint_tokens=e,this.onStateChanged())}get visibility(){return this._visibility}set visibility(e){e!==this._visibility&&(this._visibility=e,this.onStateChanged())}get user_channels(){return this._user_channels}set user_channels(e){this._user_channels=e,this.onStateChanged()}get collection(){return this._collection}set collection(e){e!==this._collection&&(this._collection=e,this.onStateChanged())}get disabled_mcp_collections(){return this._disabled_mcp_collections}set disabled_mcp_collections(e){this._disabled_mcp_collections=e&&e.length>0?e:void 0,this.onStateChanged()}get search_scope(){return this._collection?fr.Collection:void 0}async restoreConversation(e){let t=e.interaction;e.version&&(/^[a-fA-F0-9]{24}$/.test(t)||(t=`${t}@${e.version}`));let n=await this.vertesia.interactions.catalog.resolve(t),r=n.runtime?.environment||e.config?.environment,i=e.config?.model,a=await(r?this.vertesia.environments.retrieve(r).catch(()=>void 0):Promise.resolve(void 0));this._data=e.data,this.interaction=n,e.interactionParamsSchema!=null&&(this.interactionParamsSchema=e.interactionParamsSchema),this._tool_names=e.tool_names||[],this._interactive=e.interactive,this._debug_mode=e.debug_mode??!1,this._non_blocking_subagents=e.non_blocking_subagents??!0,this._checkpoint_tokens=e.checkpoint_tokens,this._user_channels=e.user_channels,this._disabled_mcp_collections=e.disabled_mcp_collections,this._model_options=e.config?.model_options,this.collection=e.collection_id??void 0,this._model_options=e.config?.model_options,this.environment=a,i&&(this._model=i),this.onStateChanged()}get interaction(){return this._interaction}set interaction(e){if(e?.id!==this._interaction?.id){if(this._interaction=e,this.interactionParamsSchema=e?Or(e.prompts):void 0,this._inputValidator=void 0,e&&!this._preserveRunValues&&(this._model_options=e.model_options,e.runtime?.environment)){let t=e.runtime.environment;this.vertesia.environments.retrieve(t).then(e=>this.environment=e)}this.onStateChanged()}}get environment(){return this._environment}set environment(e){if(e?.id!==this._environment?.id){if(this._environment=e,!this._preserveRunValues){let t=this.interaction?.runtime?.model;t&&e&&jr(t,e.provider)?this._model=t:this._model=e?.default_model&&jr(e.default_model,e.provider)?e.default_model:``}this.onStateChanged()}}get model(){return this._model}set model(e){e!==this._model&&(this._model=e||``,this.onStateChanged())}get model_options(){return this._model_options}set model_options(e){JSON.stringify(e)!==JSON.stringify(this._model_options)&&(this._model_options=e,this.onStateChanged())}get tool_names(){return this._tool_names}set tool_names(e){this._tool_names=e,this.onStateChanged()}get data(){return this._data}set data(e){this._data=e,this.onStateChanged()}set run(e){console.log(`run`,e),this.onStateChanged()}set start(e){this._start!==e&&(this._start=e,this.onStateChanged())}markStarted(){this.start=!0}setMode(e){this.mode=e}setInteraction(e){this.interaction=e}setEnvironment(e){this.environment=e}setModel(e){this.model=e}setModelOptions(e){this.model_options=e}setToolNames(e){this.tool_names=e}setCollection(e){this.collection=e}setDisabledMcpCollections(e){this.disabled_mcp_collections=e}setInteractive(e){this.interactive=e}setDebugMode(e){this.debug_mode=e}setUserChannels(e){this.user_channels=e}setCheckpointTokens(e){this.checkpoint_tokens=e}setVisibility(e){this.visibility=e}setData(e){this.data=e}setPreserveRunValues(e){this.preserveRunValues=e}get start(){return this._start}get preserveRunValues(){return this._preserveRunValues}set preserveRunValues(e){this._preserveRunValues=e}get schemaVersion(){return this._schemaVersion}get interactionParamsSchema(){return this._interactionParamsSchema}set interactionParamsSchema(e){this._interactionParamsSchema!==e&&(this._interactionParamsSchema=e,this._schemaVersion+=1,e&&(this._data=this.initializeBooleanDefaults(this._data||{},e)),this.onStateChanged())}initializeBooleanDefaults(e,t){if(!t.properties)return e;let n={...e};for(let[e,r]of Object.entries(t.properties)){let t=r;t.type===`boolean`&&n[e]===void 0?n[e]=!1:t.type===`object`&&t.properties&&(n[e]=this.initializeBooleanDefaults(n[e]||{},t))}return n}reset(){if(this._start=!1,this._interactive=!0,this._debug_mode=!1,this._non_blocking_subagents=!0,this._checkpoint_tokens=void 0,this._visibility=void 0,this._user_channels=void 0,this._collection=void 0,this._disabled_mcp_collections=void 0,this._preserveRunValues=!1,this._model=``,this._model_options=void 0,this._environment=void 0,this._tool_names=[],this._interaction=void 0,this._data=void 0,this._interactionParamsSchema=null,this._inputValidator=void 0,this.model=void 0,this.environment=void 0,this.onStateChanged(),location.hash){let e=window.location.origin+window.location.pathname+window.location.search;history.replaceState(null,``,e),location.hash=``}}validateInput(){if(!this._interactionParamsSchema)return{isValid:!0};if(!this._inputValidator||this._inputValidator.schema!==this._interactionParamsSchema){let e=new ji({strict:!1});this._inputValidator={validate:e.compile(this._interactionParamsSchema),schema:this._interactionParamsSchema}}let e=this._data||{};return this._inputValidator.validate(e)?{isValid:!0}:{isValid:!1,errorMessage:this._inputValidator.validate.errors?this._inputValidator.validate.errors.map(e=>`${e.instancePath}: ${e.message}`).join(`, `):`Invalid payload data`}}};const gg=Ye(void 0);function _g({children:e}){let{client:n}=Z(),[r]=Y(()=>new mg(n)),i=tt(r.subscribe,r.getSnapshot);return t(gg.Provider,{value:i,children:e})}function vg(){let e=Qe(gg);if(!e)throw Error(`usePayloadBuilder must be used within a PayloadProvider`);return e}function yg({title:e,variant:r=`full`,isTerminal:i=!1,onClose:a,isModal:s,agentRunId:c,workflowRunId:l,viewMode:u,onViewModeChange:d,showPlanPanel:f,showPlanButton:p=!0,onTogglePlanPanel:m,showPlaybackButton:h=!1,isPlaybackEnabled:g=!1,onTogglePlayback:_,onDownload:v,onExportFixture:y,resetWorkflow:b,onExportPdf:x,onShowDetails:S,allowWorkflowControl:C=!0,onClone:w,isReceivingChunks:T=!1,className:E}){let{t:D}=X(),O=r===`compact`,k=u===`sliding`?`stacked`:`sliding`,A=D(`agent.verbose`),j=D(`agent.summary`),M=k===`stacked`?A:j,N=n(`div`,{className:H(O?`flex flex-col items-center gap-1`:`flex justify-end items-center gap-2 ms-auto`),children:[p&&t(`div`,{className:`relative`,children:n(o,{size:r===`compact`?`icon`:`sm`,variant:f?`primary`:`ghost`,onClick:m,className:H(`transition-all duration-200 rounded-md`,r===`compact`&&`size-8 rounded-lg`),title:D(`agent.toggleRightSidebar`),children:[t(jt,{className:H(`size-4`,r===`full`&&`me-1.5`)}),r===`full`?t(`span`,{className:`font-medium text-xs`,children:D(f?`agent.hideSidebar`:`agent.showSidebar`)}):t(`span`,{className:`sr-only`,children:D(f?`agent.hideSidebar`:`agent.showSidebar`)})]})}),O?t(o,{variant:`ghost`,size:`icon`,onClick:()=>d(k),className:`size-8 rounded-lg`,title:M,"aria-label":M,children:t(k===`stacked`?Ln:yn,{className:`size-4`})}):n(`div`,{className:`flex items-center gap-1 bg-muted rounded p-0.5 mt-2 lg:mt-0`,children:[n(o,{variant:u===`stacked`?`outline`:`ghost`,size:`xs`,onClick:()=>d(`stacked`),"aria-pressed":u===`stacked`,className:`gap-1.5`,children:[t(Ln,{className:`size-3.5`}),A]}),n(o,{variant:u===`sliding`?`outline`:`ghost`,size:`xs`,onClick:()=>d(`sliding`),"aria-pressed":u===`sliding`,className:`gap-1.5`,children:[t(yn,{className:`size-3.5`}),j]})]}),h&&_&&n(o,{type:`button`,size:r===`compact`?`icon`:`sm`,variant:g?`primary`:`ghost`,onClick:_,"aria-pressed":g,"aria-label":D(`agent.rewind.label`),title:D(`agent.rewind.label`),className:H(`transition-all duration-200 rounded-md`,r===`compact`&&`size-8 rounded-lg`),children:[t(In,{className:H(`size-4`,r===`full`&&`me-1.5`)}),r===`full`?t(`span`,{className:`font-medium text-xs`,children:D(`agent.rewind.label`)}):t(`span`,{className:`sr-only`,children:D(`agent.rewind.label`)})]}),t(bg,{compact:O,agentRunId:c,workflowRunId:l,isModal:s,isTerminal:i,onClose:a,onDownload:v,onExportFixture:y,resetWorkflow:b,onExportPdf:x,onShowDetails:S,allowWorkflowControl:C,onClone:w}),a&&!s&&t(o,{size:`xs`,variant:`ghost`,onClick:a,"aria-label":D(`agent.close`),children:t(ar,{className:`size-4`})})]});return r===`compact`?t(_g,{children:t(`div`,{className:H(`inline-flex items-center rounded-xl border border-border/70 bg-background/90 p-1 shadow-lg shadow-black/10 backdrop-blur`,E),children:N})}):t(_g,{children:n(`div`,{className:H(`flex flex-wrap items-end justify-between py-1.5 px-2 border-b shadow-sm flex-shrink-0`,E),children:[n(`div`,{className:`flex flex-wrap items-center gap-2`,children:[n(`div`,{className:`flex items-center gap-1`,children:[t(dt,{className:`size-5 text-muted`}),t(`span`,{className:`font-medium`,children:e})]}),n(`span`,{className:`text-xs text-muted ms-1 flex items-center gap-1.5`,children:[`(Agent Run ID: `,c,`)`,t(`span`,{className:H(`w-2 h-2 rounded-full transition-colors duration-200`,T?`bg-purple-500 shadow-[0_0_6px_2px_rgba(168,85,247,0.6)]`:`bg-gray-400`)})]})]}),N]})})}function bg({compact:e=!1,agentRunId:r,workflowRunId:i,isModal:a,isTerminal:s,onClose:c,onDownload:l,onExportFixture:u,resetWorkflow:d,onExportPdf:f,onShowDetails:p,allowWorkflowControl:m=!0,onClone:h}){let{t:g}=X(),_=He(),{client:v}=Z(),y=vg(),{router:x}=ui(),S=async()=>{try{return await v.agents.terminate(r,`cancel`),_({status:`success`,title:g(`agent.workflowCancelled`),duration:2e3}),y.reset(),d?.(),!0}catch{return _({status:`error`,title:g(`agent.failedToCancelWorkflow`),duration:2e3}),!1}},C=async()=>{try{let e=await v.agents.fork(r);_({status:`success`,title:g(`agent.conversationCloned`),duration:2e3}),h?.(e)}catch{_({status:`error`,title:g(`agent.failedToCloneConversation`),duration:2e3})}},w=e=>{let t=e.startsWith(`/`)?x.getTopRouter().navigator.addStickyParams(e):e;return window.open(t,`_blank`),t};return t(b,{align:`right`,trigger:t(o,{size:e?`icon`:`xs`,variant:`ghost`,title:g(`agent.moreActions`),"aria-label":g(`agent.moreActions`),className:e?`size-8 rounded-lg`:void 0,children:t(wn,{className:`size-4`})}),children:n(R,{label:`Actions`,children:[a&&n(z,{onClick:()=>w(`/store/agent-runner/${r}`),children:[t(Vt,{className:`size-3.5 text-muted`}),` `,g(`agent.openInNewTab`)]}),n(z,{onClick:()=>{navigator.clipboard.writeText(r),_({status:`success`,title:g(`agent.agentRunIdCopied`),duration:2e3})},children:[t(Ft,{className:`size-3.5 text-muted`}),` `,g(`agent.copyAgentRunId`)]}),n(z,{onClick:()=>{navigator.clipboard.writeText(i),_({status:`success`,title:g(`agent.workflowRunIdCopied`),duration:2e3})},children:[t(Ft,{className:`size-3.5 text-muted`}),` `,g(`agent.copyWorkflowRunId`)]}),p&&n(z,{onClick:p,children:[t(sn,{className:`size-3.5 text-muted`}),` `,g(`agent.details`)]}),n(z,{onClick:()=>{l?l():Sl(v,r).then(e=>window.open(e,`_blank`))},children:[t(Rt,{className:`size-3.5 text-muted`}),` `,g(`agent.downloadConversation`)]}),f&&n(z,{onClick:f,children:[t(Rt,{className:`size-3.5 text-muted`}),` `,g(`agent.exportAsPdf`)]}),u&&n(z,{onClick:u,children:[t(Rt,{className:`size-3.5 text-muted`}),` `,g(`agent.rewind.exportFixture`)]}),c&&a&&n(z,{onClick:c,children:[t(ar,{className:`size-3.5 text-muted`}),` `,g(`agent.close`)]}),h&&n(z,{onClick:C,children:[t(en,{className:`size-3.5 text-muted`}),` `,g(`agent.cloneConversation`)]}),m&&!s&&n(z,{onClick:S,variant:`destructive`,children:[t(ar,{className:`size-3.5`}),` `,g(`agent.cancelWorkflow`)]})]})})}function xg(e){return typeof e==`object`&&!!e&&`value`in e}function Sg(e){return xg(e)?e.value:e}function Cg(e){if(e.type===`stringList`)return e.value.map(e=>typeof e==`string`?e:Sg(e));if(e.multiple)return e.value.map(Sg);let t=e.value[0];return t===void 0?void 0:Sg(t)}function wg(e,t,n){e.query[t]=n}function Tg({buckets:e,name:r,placeholder:a}){let o=e.map(e=>({label:`(${e.count})`,value:e._id}));return{name:r,placeholder:a||`${r.charAt(0).toUpperCase()+r.slice(1)}`,options:o,type:`select`,labelRenderer:r=>{let a=e.find(e=>e._id===r),o=a?.name||r,s=`success`;if(a?.status)switch(a.status){case _r.published:s=`success`;break;case _r.archived:s=`destructive`;break;case _r.code:s=`info`;break}let c=a?.version&&a?.status?`v${a.version} ${a.status===_r.unknown?``:a.status}`:a?.status||(a?.version?`v${a.version}`:``);return n(`div`,{className:`w-full flex items-center justify-between`,children:[n(`div`,{className:`flex flex-row flex-wrap items-center gap-2 min-w-0 flex-1`,children:[t(`span`,{className:`text-sm truncate`,children:o}),c&&t(i,{variant:s,className:`text-xs w-fit`,children:c})]}),(a?.count??0)>0&&n(`span`,{className:`ms-2 text-xs shrink-0`,children:[`(`,a?.count,`)`]})]})},filterBy:(t,n)=>(e.find(e=>e._id===t)?.name||t).toLowerCase().includes(n.toLowerCase())}}function Eg(e){return`${e._id} (${e.count})`}function Dg(e){return`${e.name} (${e.count})`}function Og({buckets:e,name:t,placeholder:n,type:r=`select`,multiple:i=!1}){return{name:t,options:e.map(e=>({label:Eg(e),value:e._id})),type:r,multiple:i,placeholder:`${n??`${t.charAt(0).toUpperCase()+t.slice(1)}`}`,allowCreate:!1}}function kg({buckets:e,name:t,placeholder:n,type:r,multiple:i}){return Og({buckets:e,name:t,placeholder:n,type:r,multiple:i})}const Ag={},jg={},Mg={};function Ng(e){return typeof e==`object`&&!!e&&`status`in e&&e.status===404}function Pg(e,t,n){let r=e[t];return r||(r=n().catch(n=>{throw Ng(n)||delete e[t],n}),e[t]=r),r}function Fg(e){let{client:t}=Z();return Le(()=>Pg(Ag,e,()=>t.users.retrieve(e)),{deps:[e],condition:()=>!!e})}function Ig(e){let{client:t}=Z();return Le(()=>Pg(jg,e,()=>t.iam.groups.retrieve(e)),{deps:[e],condition:()=>!!e})}function Lg(e){let{client:t}=Z();return Le(()=>Pg(Mg,e,()=>t.apikeys.retrieve(e)),{deps:[e],condition:()=>!!e})}function Rg(){return t(`div`,{className:`size-8`})}function zg({showTitle:e=!1,size:i=`md`}){let{t:a}=X();return t(Zg,{title:a(`user.systemUser`),description:a(`user.systemUserDescription`),children:n(`div`,{className:`flex gap-2 items-center`,children:[t(r,{src:`/icon.svg`,size:i}),e&&t(`div`,{className:`text-sm font-semibold ps-2`,children:a(`user.systemUser`)})]})})}function Bg({showTitle:e=!1,size:r=`md`}){let{t:i}=X();return t(Zg,{title:i(`user.allProjectMembers`),description:i(`user.allProjectMembersDescription`),children:n(`div`,{className:`flex gap-2 items-center`,children:[t(er,{className:`size-4`,size:r}),e&&t(`div`,{className:`text-sm font-semibold ps-2`,children:i(`user.allProjectMembers`)})]})})}function Vg({accountId:i,showTitle:a=!1,size:o=`md`}){let{t:s}=X(),c=i.split(`:`)[0],l=i.split(`:`)[1],u=n(e,{children:[t(`div`,{children:s(`user.serviceAccountDescription`)}),n(`div`,{className:`text-muted text-sm`,children:[t(`span`,{className:`font-semibold`,children:`Type:`}),` `,c]}),n(`div`,{className:`text-muted text-sm`,children:[t(`span`,{className:`font-semibold`,children:`ID:`}),` `,l]})]});return t(Zg,{title:s(`user.serviceAccount`),description:u,children:n(`div`,{className:`flex flex-row items-center gap-2`,children:[t(r,{src:`/cloud.svg`,name:`SA`,color:`bg-amber-500`,className:`px-[5px] text-white`,size:o}),a&&n(`div`,{className:`text-sm font-semibold ps-2 truncate`,children:[s(`user.serviceAccount`),` : ~`,l.slice(-6)]})]})})}function Hg({email:i,showTitle:a=!1,size:o=`md`}){let{t:s}=X();return t(Zg,{title:`Email Agent`,description:n(e,{children:[t(`div`,{children:s(`user.serviceAccountDescription`)}),n(`div`,{className:`text-muted text-sm`,children:[t(`span`,{className:`font-semibold`,children:`Email:`}),` `,i]})]}),children:n(`div`,{className:`flex items-center gap-2`,children:[n(`div`,{className:`flex items-center -space-x-2`,children:[t(r,{src:`/cloud.svg`,color:`bg-amber-500`,className:`px-[5px] text-white border-2 border-white dark:border-gray-800`,size:o}),t(r,{name:i,size:o,className:`border-2 border-white dark:border-gray-800`})]}),a&&n(`div`,{className:`text-sm font-semibold truncate`,children:[s(`user.agentOnBehalfOf`),` : `,i]})]})})}function Ug({agentId:i,onBehalfOfType:a,onBehalfOfId:o,showTitle:s=!1,size:c=`md`,isScheduleAgent:l=!1}){let{t:u}=X(),d=a===`user`&&o,f=a===`apikey`&&o,p=Fg(o||``),m=Lg(o||``),h=d?p.data:void 0,g=f?m.data:void 0,_=i.slice(-6),v=h?u(`user.agentOnBehalfOf`):g?u(`user.agentOnBehalfOfApiKey`):`${u(`user.serviceAccount`)}~${_}`;return t(Zg,{title:l?u(`user.schedule`,{title:v}):v,description:n(`div`,{className:`space-y-2`,children:[h&&n(`div`,{className:`flex items-center gap-2`,children:[t(r,{src:h.picture,name:h.name,size:`sm`}),n(`div`,{children:[t(`div`,{className:`font-medium`,children:h.name||h.email}),h.email&&h.name&&t(`div`,{className:`text-xs text-muted`,children:h.email})]})]}),g&&n(`div`,{children:[t(`div`,{className:`font-medium`,children:g.name}),n(`div`,{className:`text-xs text-muted-foreground`,children:[`Key ID: `,g.id]})]}),!h&&!g&&n(e,{children:[t(`div`,{children:u(`user.serviceAccountDescription`)}),n(`div`,{className:`text-gray-800 dark:text-gray-500 text-sm`,children:[t(`span`,{className:`font-semibold`,children:`ID:`}),` `,i]})]})]}),children:n(`div`,{className:`flex items-center gap-2`,children:[n(`div`,{className:`flex items-center -space-x-2`,children:[t(r,{src:`/cloud.svg`,color:`bg-amber-500`,className:`px-[5px] text-white border-2 border-white dark:border-gray-800`,size:c}),h&&t(r,{src:h.picture,name:h.name,size:c,className:`border-2 border-white dark:border-gray-800`}),g&&t(r,{name:`API`,color:`bg-gray-400`,size:c,className:`border-2 border-white dark:border-gray-800`})]}),s&&t(`div`,{className:`text-sm font-semibold truncate`,children:h?`Agent (${h.name||h.email})`:g?`Agent (${g.name})`:v})]})})}function Wg({title:e=`Error`,error:n,showTitle:r=!1,size:i=`md`}){return t(qg,{title:e,message:Ne(n),color:`bg-red-500`,showTitle:r,size:i})}function Gg({showTitle:e=!1,size:n=`md`,color:r}){let{t:i}=X();return t(qg,{title:i(`user.unknownUser`),message:i(`user.unknownUserDescription`),color:r,showTitle:e,size:n})}function Kg({userRef:e,showTitle:n=!1,size:r=`md`}){let{t:i}=X();if(!e)return t(qg,{title:i(`user.unknownUser`),message:i(`user.unknownUserDescription`),showTitle:n,size:r});let a=e.split(`:`),o=a[0];switch(o){case Sr.User:return t(Yg,{userId:a[1],showTitle:n,size:r});case Sr.Group:return t(Jg,{userId:a[1],showTitle:n,size:r});case`system`:return t(zg,{showTitle:n,size:r});case Sr.ServiceAccount:return t(Vg,{accountId:a.slice(1).join(`:`),showTitle:n,size:r});case Sr.Agent:{let e,i,o;return a[1]===`agent`?(e=a.slice(2,5).join(`:`),i=a[5],o=a[6]):(e=a.slice(1,4).join(`:`),i=a[4],o=a[5]),t(Ug,{agentId:e,onBehalfOfType:i,onBehalfOfId:o,showTitle:n,size:r})}case Sr.Schedule:{let e=a[2]===`agent`?a.slice(3,6).join(`:`):`unknown-agent`,i=a[6],o=a[7];return t(Ug,{agentId:e,onBehalfOfType:i,onBehalfOfId:o,showTitle:n,size:r,isScheduleAgent:!0})}case`email`:return t(Hg,{email:a[1],showTitle:n,size:r});case Sr.ApiKey:return t(Xg,{keyId:a[1],size:r,showTitle:n});case`project`:if(a[1]===`*`)return t(Bg,{showTitle:n,size:r});break;default:return t(Wg,{title:i(`user.unknownUser`),error:`Invalid user ref type: ${o}`,showTitle:n,size:r})}}function qg({title:e,message:i,color:a,size:o=`md`,showTitle:s=!1}){return t(Zg,{title:e,description:i,children:n(`div`,{className:`flex flex-row items-center gap-2`,children:[t(r,{color:a,size:o}),s&&t(`div`,{className:`text-sm font-semibold ps-1`,children:e})]})})}function Jg({userId:e,showTitle:r=!1,size:i=`md`}){let{t:a}=X(),{data:o,error:s}=Ig(e);if(s)return Ng(s)?t(Gg,{showTitle:r,size:i,color:`bg-indigo-500`}):t(Wg,{title:a(`user.failedToFetchGroup`),error:s,showTitle:r,size:i});if(!o)return t(Rg,{});let c=n(`div`,{className:`space-y-1`,children:[o.description&&t(`div`,{className:`text-sm`,children:o.description}),t(`div`,{className:`text-xs text-muted-foreground`,children:a(`user.groupId`,{id:o.id})}),o.tags&&o.tags.length>0&&t(`div`,{className:`flex flex-wrap gap-1`,children:o.tags.map(e=>t(`span`,{className:`px-1.5 py-0.5 bg-muted rounded text-xs`,children:e},e))})]});return t(Zg,{title:o.name||a(`user.unnamedGroup`),description:c,children:n(`div`,{className:`flex flex-row items-center gap-2`,children:[t($n,{className:`size-6 text-indigo-500`,size:i}),r&&t(`div`,{className:`text-sm font-semibold ps-2`,children:o.name||a(`user.unnamedGroup`)})]})})}function Yg({userId:e,showTitle:i=!1,size:a=`md`}){let{t:o}=X(),{data:s,error:c}=Fg(e);if(c)return Ng(c)?t(Gg,{showTitle:i,size:a,color:`bg-indigo-500`}):t(Wg,{title:o(`user.failedToFetchUser`),error:c,showTitle:i,size:a});if(!s)return t(Rg,{});let l=t(`div`,{className:`truncate`,title:s.email,children:s.email});return t(Zg,{title:s.name||s.email||s.username||o(`user.unknown`),description:l,children:n(`div`,{className:`flex flex-row items-center gap-2`,children:[t(r,{src:s.picture,name:s.name,color:`bg-indigo-500`,size:a}),i&&t(`div`,{className:`text-sm font-semibold ps-2`,children:s.name||s.email||s.username||o(`user.unknown`)})]})})}function Xg({keyId:e,showTitle:i=!1,size:a=`md`}){let{t:o}=X(),{data:s,error:c}=Lg(e);if(c)return Ng(c)?t(Gg,{showTitle:i,size:a,color:`bg-pink-500`}):t(Wg,{title:o(`user.failedToFetchApiKey`),error:c,showTitle:i,size:a});if(!s)return t(Rg,{});let l=o(`user.privateKey`),u=t(r,{name:`PK`,color:`bg-pink-500`,size:a});return t(Zg,{title:l,description:n(Ee,{className:`dark:bg-gray-800 dark:text-gray-200 table-fixed w-full`,children:[n(`tr`,{children:[t(`td`,{className:`font-semibold w-20`,children:o(`user.key`)}),t(`td`,{className:`truncate max-w-0`,children:s?.name})]}),n(`tr`,{children:[t(`td`,{className:`font-semibold w-20`,children:o(`user.account`)}),t(`td`,{className:`truncate max-w-0`,children:s?.account})]}),n(`tr`,{children:[t(`td`,{className:`font-semibold w-20`,children:o(`user.project`)}),t(`td`,{className:`truncate max-w-0`,children:s?.project.name})]})]}),children:n(`div`,{className:`flex flex-row items-center gap-2`,children:[u,i&&t(`div`,{className:`text-sm font-semibold`,children:s?.name||s?.account||s?.project.name||o(`user.unknown`)})]})})}function Zg({title:e,description:r,children:i}){return n(oe,{hover:!0,children:[t(ce,{className:`cursor-pointer flex items-center inline-block`,children:t(`div`,{children:i})}),t(se,{align:`center`,sideOffset:8,side:`right`,children:n(`div`,{className:`flex flex-col gap-1 rounded-md shadow-md p-2`,children:[t(`div`,{className:`text-md font-semibold`,children:e}),r]})})]})}function Qg({buckets:e,name:r,placeholder:i}){let a=e.map(e=>({value:e._id,label:`(${e.count})`}));return{name:r,placeholder:i||`${r.charAt(0).toUpperCase()+r.slice(1)}`,options:a,labelRenderer:r=>{if(r===`Unknown User`||!r)return`Unknown User (${e.find(e=>e._id===r)?.count||0})`;let i=e.find(e=>e._id===r);return n(`div`,{className:`flex items-center w-full gap-2`,children:[t(`div`,{className:`flex-1 min-w-0 flex items-center truncate`,children:t(Kg,{userRef:r,showTitle:!0,size:`sm`})}),n(`span`,{className:`text-muted-foreground flex-shrink-0`,children:[`(`,i?.count||0,`)`]})]})}}}function $g({buckets:e,name:t,placeholder:n}){return Qg({buckets:e,name:t,placeholder:n})}function e_(e){let t=[];return t.push({name:`id`,placeholder:`Agent Run ID`,type:`text`,multiple:!1}),t.push(Tg({buckets:e.interactions||[],name:`interaction`,placeholder:`Interaction`})),t.push(kg({buckets:e.statuses||[],name:`status`,placeholder:`Status`})),t.push($g({buckets:e.initiated_by||[],name:`initiated_by`,placeholder:`Initiated By`})),t.push({name:`start`,placeholder:`Started After`,type:`date`,multiple:!1}),t.push({name:`end`,placeholder:`Started Before`,type:`date`,multiple:!1}),t}function t_(e){return t=>{e.clearFilters(!1,!1),t.forEach(t=>{if(t.value&&t.value.length>0){let n=t.name;wg(e,n,Cg(t))}}),e.search()}}function n_({facets:e,search:r,selectionCount:i,actions:a,filters:s,setFilters:c,filterGroups:l}){let[u,d]=Y([]),f=s??u,p=c??d,m=J(!1),h=J(typeof window<`u`&&!!new URLSearchParams(window.location.search).get(`filters`)),g=e_(e),_=l??g,v=q(()=>t_(r),[r]);return K(()=>{if(!m.current){m.current=!0;return}if(h.current){h.current=!1;return}v(f)},[f,v]),t(M,{filterGroups:_,filters:f,setFilters:p,children:n(`div`,{className:`gap-2 items-center w-full`,children:[n(`div`,{className:`flex justify-between mb-1`,children:[t(A,{}),n(`div`,{className:`flex justify-end`,children:[!i&&t(`div`,{className:`flex items-center justify-between px-2 py-1`,children:t(`div`,{className:`text-sm text-muted-foreground`,children:r.initialized?`${r.totalCount} agent runs`:`Loading agent runs...`})}),a&&a.length>0?t(`div`,{className:`flex items-center gap-2 mb-1 me-2`,children:a.map((e,n)=>t(`div`,{children:e},`action-${n}`))}):null,t(o,{onClick:()=>{r.search()},variant:`outline`,title:`Refresh`,children:t(Pn,{className:`size-5`})})]})]}),f.length>0&&n(`div`,{className:`flex items-center gap-2 mb-1`,children:[t(k,{}),t(j,{})]})]})})}var r_=class{types;map={};constructor(e){this.types=e,e.sort((e,t)=>e.name.localeCompare(t.name));for(let t of e)this.map[t.id]=t}getType(e){return this.map[e]}getTypeLayout(e){let t=this.map[e];return t?t.table_layout:void 0}getTypeName(e){let t=this.map[e];return t?t.name:void 0}};const i_=Ye({registry:void 0,isLoading:!1,load:()=>Promise.resolve(),reload:()=>Promise.resolve()});function a_({children:e}){let{store:n,project:r}=Z(),[i,a]=Y(),[o,s]=Y(!1),c=J(!1),l=J(r?.id),u=G(async()=>{if(!(!r||c.current)){c.current=!0,s(!0);try{let e=await n.types.catalog.list({layout:!0});a(new r_(e))}catch(e){console.error(`Failed to fetch types`,e)}finally{s(!1),c.current=!1}}},[n,r]),d=G(async()=>(c.current=!1,u()),[u]);return K(()=>{l.current!==r?.id&&(l.current=r?.id,a(void 0),c.current=!1)}),t(i_.Provider,{value:{registry:i,isLoading:o,load:u,reload:d},children:e})}function o_(){let e=Qe(i_);return K(()=>{!e.registry&&!e.isLoading&&e.load()},[e.registry,e.isLoading,e.load]),e}function s_(e){let{registry:t}=o_(),n=[];if(n.push({name:`name`,placeholder:`Name`,type:`text`,multiple:!1}),t){let e=t.types.map(e=>({label:e.name,value:e.id})),r={name:`types`,placeholder:`Type`,type:`select`,multiple:!0,options:e,filterBy:(t,n)=>e.find(e=>e.value===t)?.label?.toLowerCase().includes(n.toLowerCase())??!1};n.push(r)}return n}function c_(e){return t=>{if(t.length===0){e.clearFilters(!0);return}e.clearFilters(!1),t.forEach(t=>{if(t.value&&t.value.length>0){let n=t.name;wg(e,n,Cg(t))}}),e.search()}}function l_({facets:e,search:r,filters:i,setFilters:a,filterGroups:o}){let[s,c]=Y([]),l=s_(e),u=c_(r),d=i!==void 0&&a!==void 0;return t(M,{filterGroups:o??l,filters:d?i:s,setFilters:e=>{if(d){a(e);return}let t=typeof e==`function`?e(s):e;c(t),u(t)},children:n(`div`,{className:`flex gap-2 items-center`,children:[t(A,{}),t(k,{}),t(j,{})]})})}function u_({buckets:e,typeRegistry:r,type:i=`select`,multiple:a=!1}){let o=new Map;return r||console.warn(`Type names cannot be resolved`),e.forEach(e=>{let t,n=e._id;e._id==null?(n=`Document`,t=`Document`):(t=r?.getTypeName(e._id),t||=(console.warn(`Content Object Type not found`,e._id),e._id)),o.set(n,{name:t,count:e.count})}),{name:`types`,placeholder:`Types`,type:i,multiple:a,options:e.map(e=>{let t=e._id,n=t||`Document`,r=o.get(n);return{value:t,label:r?`${r.name} (${r.count})`:`Unknown (${e.count})`}}),labelRenderer:e=>{let r=o.get(e);return r?n(`div`,{className:`w-full flex items-center`,children:[t(`span`,{className:`text-sm truncate`,children:r.name}),n(`span`,{className:`ms-2 text-xs`,children:[`(`,r.count,`)`]})]}):(console.warn(`Type data not found for ${e}`),e)},filterBy:(e,t)=>{let n=o.get(e);return n?n.name.toLowerCase().includes(t.toLowerCase()):(console.warn(`Type name not found for ${e}`),!1)}}}function d_(e){return Array.isArray(e)?e:[]}function f_(e){let{registry:t}=o_(),n=[];if(n.push({placeholder:`ID`,name:`id`,type:`text`,options:[]}),n.push({placeholder:`Name`,name:`name`,type:`text`,options:[]}),e.type){let r=u_({buckets:d_(e.type),typeRegistry:t,type:`select`,multiple:!0});n.push(r)}if(e.status){let t=kg({buckets:d_(e.status),name:`status`,placeholder:`Status`,type:`select`,multiple:!0});n.push(t)}return e.tags&&n.push({name:`tags`,placeholder:`Tags`,type:`stringList`,options:d_(e.tags).map(e=>({label:e._id,value:e._id}))}),n.push({name:`created_at`,placeholder:`Created Date`,type:`date`,multiple:!0,options:[]}),n.push({name:`updated_at`,placeholder:`Updated Date`,type:`date`,multiple:!0,options:[]}),n}function p_(e){return t=>{if(t.length===0){e.clearFilters();return}e.clearFilters(!1),t.forEach(t=>{if(t.value&&t.value.length>0){let n=t.name,r;if(t.type===`date`&&t.multiple){if(Array.isArray(t.value)&&t.value.length>0)if(t.value.length===1){let e=Sg(t.value[0]);r={gte:e,lte:e}}else t.value.length===2&&(r={gte:Sg(t.value[0]),lte:Sg(t.value[1])})}else r=Cg(t);n===`name`?wg(e,`name`,r):n===`id`?wg(e,`id`,r):wg(e,n,r)}}),e.search()}}function m_({facets:e,search:r}){let[i,a]=Y([]),o=f_(e),s=p_(r);return t(M,{filterGroups:o,filters:i,setFilters:e=>{let t=typeof e==`function`?e(i):e;a(t),s(t)},inModal:Be(),children:n(`div`,{className:`flex gap-2 items-center`,children:[t(A,{}),t(k,{}),t(j,{})]})})}function h_({search:e,buckets:n,placeholder:r=`All Environments`,className:i}){let{client:a}=Z(),[o,s]=Y([]),c=e.getFilterValue(`environment`),l=t=>{e.setFilterValue(`environment`,t?._id)};K(()=>{if(a){let e=n.map(async e=>{let t;return await a.environments.retrieve(e._id).then(e=>{t=e.name}).catch(()=>{t=`${e._id} (deleted)`}),t||=e._id,{...e,name:t}});Promise.all(e).then(e=>{e.sort((e,t)=>e.name.localeCompare(t.name)),s(e)})}},[n,a]);let u=o?.find(e=>e._id===c);return t(V,{filterBy:`name`,className:i,isClearable:!0,optionLabel:Dg,options:o,value:u,onChange:l,by:`_id`,placeholder:r})}function g_(e){let t=[];return t.push({name:`name`,placeholder:`Name`,type:`text`,multiple:!1}),t.push({name:`prompt`,placeholder:`Prompt Name`,type:`text`,multiple:!1}),t.push({name:`model`,placeholder:`Model`,type:`text`,multiple:!1}),t.push({name:`tags`,placeholder:`Tags`,type:`stringList`,multiple:!0}),t}function __(e){return t=>{if(t.length===0){e.clearFilters(!0,!0);return}e.clearFilters(!1,!1),t.forEach(t=>{if(t.value&&t.value.length>0){let n=t.name;wg(e,n,Cg(t))}}),e.search(!0)}}function v_({facets:e,search:r,filters:i,setFilters:a,filterGroups:o}){let[s,c]=Y([]),l=g_(e),u=__(r),d=i!==void 0&&a!==void 0;return t(M,{filterGroups:o??l,filters:d?i:s,setFilters:e=>{if(d){a(e);return}let t=typeof e==`function`?e(s):e;c(t),u(t)},children:n(`div`,{className:`flex gap-2 items-center`,children:[t(A,{}),t(k,{}),t(j,{})]})})}function y_(e){let t=[];return t.push(kg({buckets:e.statuses||[],name:`status`,placeholder:`Status`,multiple:!1})),t.push({name:`name`,placeholder:`Name`,type:`text`,multiple:!1}),t}function b_({facets:e,filters:r,setFilters:i}){return t(M,{filterGroups:y_(e),filters:r,setFilters:i,children:n(`div`,{className:`flex items-center gap-2`,children:[t(A,{}),t(k,{}),t(j,{})]})})}function x_(e){let t=[];return t.push(kg({buckets:e.statuses||[],name:`status`,placeholder:`Status`,multiple:!0})),t.push($g({buckets:e.started_by||[],name:`started_by`,placeholder:`Started By`})),t.push(kg({buckets:e.run_type||[],name:`run_type`,placeholder:`Mode`,multiple:!0})),t.push(kg({buckets:e.processes||[],name:`process`,placeholder:`Process`,multiple:!0})),t.push({name:`start`,placeholder:`Started After`,type:`date`,multiple:!1}),t.push({name:`end`,placeholder:`Started Before`,type:`date`,multiple:!1}),t}function S_({facets:e,filters:r,setFilters:i}){return t(M,{filterGroups:x_(e),filters:r,setFilters:i,children:n(`div`,{className:`flex items-center gap-2`,children:[t(A,{}),t(k,{}),t(j,{})]})})}function C_(e){let t=[];if(t.push({name:`name`,placeholder:`Name`,type:`text`,multiple:!1}),e.role&&e.role.length>0){let n={name:`role`,placeholder:`Role`,type:`select`,options:e.role.map(e=>({label:e._id,value:e._id,count:e.count}))};t.push(n)}let n={name:`tags`,placeholder:`Tags`,type:`stringList`,multiple:!0,options:(e.tags??[]).map(e=>({label:e._id,value:e._id}))};return t.push(n),t}function w_(e){return t=>{if(t.length===0){e.clearFilters(!0,!1);return}e.clearFilters(!1,!1),t.forEach(t=>{if(t.value&&t.value.length>0){let n=t.name;wg(e,n,Cg(t))}}),e.search()}}function T_({facets:e,search:r,filters:i,setFilters:a,filterGroups:o}){let[s,c]=Y([]),l=C_(e),u=w_(r),d=i!==void 0&&a!==void 0;return t(M,{filterGroups:o??l,filters:d?i:s,setFilters:e=>{if(d){a(e);return}let t=typeof e==`function`?e(s):e;c(t),u(t)},children:n(`div`,{className:`flex gap-2 items-center`,children:[t(A,{}),t(k,{}),t(j,{})]})})}function E_({buckets:e,name:r}){let i=e.map(e=>({label:`(${e.count})`,value:e._id}));return{name:`environment`,placeholder:r.charAt(0).toUpperCase()+r.slice(1),options:i,type:`select`,labelRenderer:r=>{let i=e.find(e=>e._id===r);return n(`div`,{className:`w-full flex items-center`,children:[t(`span`,{className:`text-sm truncate`,children:i?.name||r}),n(`span`,{className:`ms-2 text-xs`,children:[`(`,i?.count||0,`)`]})]})},filterBy:(t,n)=>(e.find(e=>e._id===t)?.name||t).toLowerCase().includes(n.toLowerCase())}}function D_(e){let t=[];if(t.push({name:`run_ids`,placeholder:`Run ID`,type:`text`,multiple:!1}),e.interactions){let n=Tg({buckets:e.interactions||[],name:`interaction`,placeholder:`Interactions`});t.push(n)}if(e.environments){let n=E_({buckets:e.environments||[],name:`environments`});t.push(n)}if(t.push({name:`tags`,placeholder:`Tags`,type:`stringList`,multiple:!0}),e.models){let n=kg({buckets:e.models||[],name:`model`});t.push(n)}if(e.statuses){let n=kg({buckets:e.statuses||[],name:`status`});t.push(n)}if(e.finish_reason){let n=kg({buckets:e.finish_reason.map(e=>({...e,_id:e._id===null?`none`:e._id})),name:`finish_reason`,placeholder:`Finish Reason`});t.push(n)}if(e.created_by){let n=$g({buckets:e.created_by||[],name:`created_by`,placeholder:`Created By`});t.push(n)}return t.push({name:`start`,placeholder:`Date After`,type:`date`,multiple:!1}),t.push({name:`end`,placeholder:`Date Before`,type:`date`,multiple:!1}),t.push({name:`workflow_run_ids`,placeholder:`Workflow Run ID`,type:`text`,multiple:!1}),t.push({name:`workflow_ids`,placeholder:`Workflow ID`,type:`text`,multiple:!1}),t}function O_(e){return t=>{if(t.length===0){e.clearFilters(!0,!1);return}e.clearFilters(!1,!1),t.forEach(t=>{if(t.value&&t.value.length>0){let n=t.name,r=Cg(t);(n===`run_ids`||n===`workflow_run_ids`||n===`workflow_ids`)&&!Array.isArray(r)&&(r=[r]),wg(e,n,r)}}),e.search()}}function k_({facets:e,search:r,actions:i,selectionCount:a,filters:s,setFilters:c,filterGroups:l}){let[u,d]=Y([]),f=D_(e),p=O_(r),m=s!==void 0&&c!==void 0,h=m?s:u;return t(M,{filterGroups:l??f,filters:h,setFilters:e=>{if(m){c(e);return}let t=typeof e==`function`?e(u):e;d(t),p(t)},children:n(`div`,{className:`gap-2 items-center w-full`,children:[n(`div`,{className:`flex justify-between mb-1`,children:[t(A,{}),n(`div`,{className:`flex justify-end`,children:[!a&&t(`div`,{className:`flex items-center justify-between px-2 py-1`,children:t(`div`,{className:`text-sm text-muted`,children:r.initialized?`${r.totalCount} calls`:`Loading calls...`})}),i&&i.length>0?t(`div`,{className:`flex items-center gap-2 mb-1 me-2`,children:i.map((e,n)=>t(`div`,{children:e},`action-${n}`))}):null,t(o,{onClick:()=>{r.search()},variant:`outline`,title:`Refresh`,children:t(Pn,{className:`size-5`})})]})]}),h.length>0&&n(`div`,{className:`flex items-center gap-2 mb-1`,children:[t(k,{}),t(j,{})]})]})})}function A_({search:e,buckets:n,name:r,placeholder:i,className:a}){let o=e.getFilterValue(r),s=t=>{e.setFilterValue(r,t?._id)},c=n?.find(e=>JSON.stringify(e._id)===JSON.stringify(o));return t(V,{filterBy:`_id`,className:a,isClearable:!0,optionLabel:Eg,options:n,value:c,onChange:s,by:`_id`,placeholder:i})}function j_({search:e,name:n,placeholder:r,className:i}){let[a,o]=Y([]);return K(()=>{e.setFilterValue(n,a)},[n,e,a]),t(I,{className:i,value:a,onChange:o,placeholder:r})}function M_(e){return`${e.name} (${e.count})`}function N_({search:e,buckets:n,placeholder:r=`Filter by Type`,className:i}){let[a,o]=Y([]),{registry:s}=o_(),c=e.getFilterValue(`type`),l=t=>{e.setFilterValue(`type`,t?._id)};K(()=>{if(s){let e=n.map(e=>{let t;return e._id==null?(e._id=`Document`,t=`Document`):(t=s.getTypeName(e._id),t||=(console.warn(`Content Object Type not found`,e._id),e._id)),{...e,name:t}});e.sort((e,t)=>e.name.localeCompare(t.name)),o(e)}},[n,s]);let u=a?.find(e=>e._id===c);return t(V,{filterBy:`name`,className:i,isClearable:!0,optionLabel:M_,options:a,value:u,onChange:l,by:`_id`,placeholder:r})}function P_(e){let t=[];return t.push(kg({buckets:e.tags||[],name:`tags`,placeholder:`Tags`,multiple:!0})),t.push({name:`name`,placeholder:`Name`,type:`text`,multiple:!1}),t}function F_({facets:e,filters:r,setFilters:i}){return t(M,{filterGroups:P_(e),filters:r,setFilters:i,children:n(`div`,{className:`flex items-center gap-2`,children:[t(A,{}),t(k,{}),t(j,{})]})})}function I_(e){let t=[];if(t.push({placeholder:`Workflow Name or Workflow Run ID`,name:`name`,type:`text`,options:[]}),e.status){let n=kg({buckets:e.status||[],name:`status`,placeholder:`Status`});t.push(n)}if(e.initiated_by){let n=$g({buckets:e.initiated_by||[],name:`initiated_by`,placeholder:`Initiated By`});t.push(n)}return t.push({name:`start`,placeholder:`Date After`,type:`date`,multiple:!1}),t.push({name:`end`,placeholder:`Date Before`,type:`date`,multiple:!1}),t.push({name:`has_reported_errors`,placeholder:`Has Reported Errors`,type:`select`,multiple:!1,options:[{label:`Yes`,value:`true`},{label:`No`,value:`false`}]}),t}function L_(e){return t=>{if(t.length===0){e.clearFilters();return}e.clearFilters(!1),t.forEach(t=>{if(t.value&&t.value.length>0){let n=t.name,r=Cg(t);if(n===`name`)wg(e,`search_term`,r),wg(e,`name`,r);else if(n===`has_reported_errors`){let t=Array.isArray(r)?r[0]:r;(t===`true`||t===`false`)&&wg(e,n,t===`true`)}else wg(e,n,r)}}),e.search()}}function R_({facets:e,search:r}){let[i,a]=Y([]),o=I_(e),s=L_(r);return t(M,{filterGroups:o,filters:i,setFilters:e=>{let t=typeof e==`function`?e(i):e;a(t),s(t)},children:n(`div`,{className:`flex gap-2 items-center`,children:[t(A,{}),t(k,{}),t(j,{})]})})}function z_(e){let t=[];return t.push({name:`name`,placeholder:`Name`,type:`text`,multiple:!1}),t}function B_({facets:e,filters:r,setFilters:i}){return t(M,{filterGroups:z_(e),filters:r,setFilters:i,children:n(`div`,{className:`flex items-center gap-2`,children:[t(A,{}),t(k,{}),t(j,{})]})})}var V_=class e{object;objects;setState;collectionId;singleSelection=!1;constructor(e,t,n,r){this.object=e,this.objects=n,this.setState=r,this.singleSelection=Object.keys(this.objects).length===0,this.collectionId=t}isSingleSelection(){return this.singleSelection}hasSelection(){return this.object!==void 0||this.size()!==0}size(){return Object.keys(this.objects).length}getObjectIds(){return Object.keys(this.objects)}getObjectId(){return this.object?.id}clone(){return new e(this.object,this.collectionId,this.objects,this.setState)}add(e){this.objects[e.id]=e,this.singleSelection=Object.keys(this.objects).length===0,this.setState(this.clone())}remove(e){delete this.objects[e],this.singleSelection=Object.keys(this.objects).length===0,this.setState(this.clone())}addAll(e){for(let t of e)this.objects[t.id]=t;this.setState(this.clone())}isSelected(e){return this.objects[e]!==void 0}removeAll(){this.objects={},this.singleSelection=!0,this.setState(this.clone())}};const H_=Ye(void 0);function U_(){let e=Qe(H_);if(!e)throw Error(`useObjectSelection must be used within a ObjectSelectionProvider`);return e}function W_(){return Qe(H_)}function G_({value:e,collectionId:n,children:r}){let[i,a]=Y();return K(()=>{let t=new V_(e,n,{},a);a(t)},[n,e]),i&&t(H_.Provider,{value:i,children:r})}const K_=Ye(void 0);function q_({onFilter:e,children:n}){return t(K_.Provider,{value:e,children:n})}function J_(){return Qe(K_)}const Y_=`h-6 w-6 p-0 opacity-0 group-hover/field:opacity-100 text-muted hover:text-foreground transition-opacity shrink-0`;function X_({field:r,value:i,label:a,copyContent:s}){let c=J_(),l=Array.isArray(i)?i.length>0:i!==void 0&&i!==``;return n(e,{children:[s!==void 0&&s!==``&&t(_,{content:s,className:Y_}),l&&i!==void 0&&t(Me,{description:`Filter by ${a}`,asChild:!0,size:`xs`,children:t(o,{variant:`ghost`,size:`sm`,"aria-label":`Filter by ${a}`,className:Y_,onClick:e=>{e.stopPropagation(),c?.(r,i)},children:t(Yt,{className:`size-3`})})})]})}const Z_=`text/csv`,Q_=`image/`,$_=`application/pdf`,ev=`video/`,tv=[`application/vnd.openxmlformats-officedocument.wordprocessingml.document`,`application/msword`,`application/vnd.openxmlformats-officedocument.presentationml.presentation`,`application/vnd.ms-powerpoint`],nv=e=>e===Z_||Z_.includes(e),rv=e=>e.startsWith(Q_)||Q_.includes(e),iv=e=>e===$_||$_.includes(e),av=e=>e.startsWith(ev)||ev.includes(e),ov=e=>tv.includes(e);function sv(e,t){if(typeof window>`u`||typeof document>`u`)return!1;let n=document.createElement(`iframe`);n.style.position=`fixed`,n.style.right=`0`,n.style.bottom=`0`,n.style.width=`0`,n.style.height=`0`,n.style.border=`0`,n.style.visibility=`hidden`,document.body.appendChild(n);let r=n.contentWindow;if(!r)return n.parentNode?.removeChild(n),!1;let i=r.document;i.open(),i.write(`<!doctype html><html><head><title></title></head><body></body></html>`),i.close(),i.title=t,document.querySelectorAll(`link[rel="stylesheet"], style`).forEach(e=>{i.head.appendChild(e.cloneNode(!0))});let a=i.createElement(`style`);return a.textContent=`
315
315
  @media print {
316
316
  body {
317
317
  margin: 24px;
@@ -436,19 +436,19 @@ $&`)),t.includes(` - `)&&(t=t.replace(/(^|\S)\s+-\s+/g,`$1
436
436
  page-break-inside: avoid;
437
437
  }
438
438
  }
439
- `,i.head.appendChild(a),i.body.innerHTML=e.innerHTML,r.focus(),r.print(),setTimeout(()=>{n.parentNode?.removeChild(n)},1e3),!0}const g_={max_hw:import.meta.env?.VITE_RENDITION_HW||256,format:mr.jpeg,generate_if_missing:!0},__=`vertesia.content_store.renditionId`;async function v_(e,t,n,r,i){if(!t?.content?.type||!(d_(t.content.type)||p_(t.content.type)||f_(t.content.type))){i(`No preview available`);return}i(`Preparing preview...`);let a=Date.now()/1e3,o=localStorage.getItem(`${__}_${t.id}_${g_.max_hw}`),s=localStorage.getItem(`${__}_${t.id}_${g_.max_hw}_time`);if(o?.length&&s&&Math.abs(a-parseInt(s,10))<=900)return n(o),r(`${t.name} Rendition`),i(`ready`),o;i(`Preparing preview...`),e.objects.getRendition(t.id,g_).then(a=>{if(a.status===`generating`)i(`Preparing preview...`),n(``),r(``),setTimeout(()=>v_(e,t,n,r,i),6e4);else if(a.status===`failed`){i(`No preview available`),n(``),r(``);return}else{if(!a?.renditions?.length){i(`No preview available`),n(``),r(``);return}let e=a.renditions[0];localStorage.setItem(`${__}_${t.id}_${g_.max_hw}`,e),localStorage.setItem(`${__}_${t.id}_${g_.max_hw}_time`,(Date.now()/1e3).toString()),n(e),r(`${t.name} Rendition`),i(`ready`),console.log(`Rendition for document ${t.id} retrieved successfully: ${e}`)}}).catch(e=>{i(`No preview available`),console.warn(`Failed to retrieve rendition:`,e),n(``),r(``)})}function y_(e,t=7){return e?`~${e.slice(-t)}`:``}function b_(e,t){return e.length>t?`${e.substring(0,t)}...`:e}function x_(e){switch(e){case wr.RUNNING:return`text-info`;case wr.COMPLETED:return`text-success`;case wr.FAILED:return`text-destructive`;case wr.TERMINATED:case wr.CANCELED:return`text-attention`;default:return`text-muted`}}function S_(e){switch(e){case wr.RUNNING:return`Running`;case wr.COMPLETED:return`Completed`;case wr.FAILED:return`Failed`;case wr.CONTINUED_AS_NEW:return`Continued As New`;case wr.TERMINATED:return`Terminated`;case wr.TIMED_OUT:return`Timed Out`;case wr.CANCELED:return`Canceled`;default:return`Unknown`}}Ir.extend(ki),Ir.extend(Oi);function C_(e){return typeof e==`object`&&!!e}function w_(e,t){if(!C_(e))return;let n=e[t];return typeof n==`string`?n:void 0}function T_(e){return typeof e==`string`?e:w_(e,`id`)||``}function E_(e){return e==null||typeof e==`string`||typeof e==`number`||typeof e==`boolean`?e:String(e)}const D_={string(e,r){let i=[];if(e){let t=e.get(`slice`);t&&i.push(e=>e.slice(parseInt(t,10)));let n=e.get(`max_length`);n&&i.push(e=>e.slice(0,parseInt(n,10))),e.has(`upper`)&&i.push(e=>e.toUpperCase()),e.has(`lower`)&&i.push(e=>e.toLowerCase()),e.has(`capitalize`)&&i.push(e=>e[0].toUpperCase()+e.substring(1)),e.has(`ellipsis`)&&i.push(e=>`${e}...`)}return(e,r,a)=>{let o;if(e){if(o=String(e),i.length>0)for(let e of i)o=e(o)}else o=``;return t(`td`,{className:`group/field`,children:a?n(`div`,{className:`flex items-center gap-2 min-w-0`,children:[t(`span`,{className:`truncate`,children:o}),a]}):o},r)}},fileSize(e,n){return(e,n)=>{let r=``;if(e){let t=Number(e);if(Number.isNaN(t))r=String(e);else{let e=[`Bytes`,`KB`,`MB`,`GB`,`TB`];if(t===0)r=`0 Bytes`;else{let n=Math.floor(Math.log(t)/Math.log(1024));r=`${(t/1024**n).toFixed(2)} ${e[n]}`}}}return t(`td`,{className:`group/field`,children:r},n)}},number(e,n){let r,i;e&&(r=e.get(`currency`)||void 0,i=e.get(`decimals`)||void 0);let a=i?parseInt(i,10):2;return(e,n)=>{let i=Number(e);return t(`td`,{className:`group/field`,children:new Intl.NumberFormat(`en-US`,{style:r?`currency`:`decimal`,currency:r,maximumFractionDigits:a}).format(Number.isFinite(i)?i:0)},n)}},objectId(e,r){let i=[],a=!1;if(e){let t=e.get(`slice`);t&&(a=!0,i.push(e=>e.slice(parseInt(t,10))))}return(e,s,c)=>{let l=T_(e),u=i.reduce((e,t)=>t(e),l);return n(`td`,{className:`flex justify-start items-center gap-2 group/field`,children:[t(o,{variant:`ghost`,"aria-label":`Preview Object`,title:`Preview Object`,onClick:e=>{e.stopPropagation(),r?.(l)},children:t(Ht,{className:`size-4`})}),a?`~`:``,u,c]},s)}},objectName(e,r){let i=`title`;return e&&(i=e.get(`title`)||`title`),(e,r,a)=>{let o=(C_(e)&&C_(e.properties)?e.properties:void 0)?.[i],s=E_(o),c=w_(e,`name`),l=w_(e,`id`),u=s||c||(l?y_(l):``);return t(`td`,{className:`group/field`,children:a?n(`div`,{className:`flex items-center gap-2 min-w-0`,children:[t(`span`,{className:`truncate`,children:u}),a]}):u},r)}},objectLink(e,r){let i=[];return i.push(e=>e.slice(-7)),(e,a)=>{let s=T_(e);return n(`td`,{className:`flex justify-between items-center gap-2 max-w-48 group/field`,children:[`~`,i.reduce((e,t)=>t(e),s),t(o,{variant:`ghost`,alt:`Preview Object`,onClick:e=>{e.stopPropagation(),r?.(s)},children:t(Ht,{className:`size-4`})})]},a)}},typeLink(e,r){return(e,r,i)=>{let a=w_(e,`name`)||`n/a`;return t(`td`,{className:`group/field`,children:i?n(`div`,{className:`flex items-center gap-2 min-w-0`,children:[t(`span`,{className:`truncate`,children:a}),i]}):a},r)}},revision(e,r){return(e,r)=>{let i=C_(e)&&C_(e.revision)?e.revision:void 0;if(!i)return t(`td`,{},r);let a=w_(i,`root`),o=w_(i,`label`);return t(`td`,{className:`group/field`,children:n(`div`,{className:`flex flex-col gap-0.5`,children:[a&&n(`div`,{className:`flex items-center gap-1`,children:[n(`span`,{className:`text-xs text-muted font-mono`,children:[`root: ~`,a.slice(-7)]}),t(`a`,{href:`/store/objects/${a}`,onClick:e=>e.stopPropagation(),children:t(Bt,{className:`size-3 text-muted`})})]}),o&&n(`span`,{className:`text-xs text-muted`,children:[`label: `,o]})]})},r)}},date(e,r){let i=`fromNow`,a;if(e){let t=e.get(`localized`);if(t)i=`format`,a=t;else{let t=e.get(`relative`);t&&(i=t)}}return(e,r,o)=>{let s=typeof e==`string`||typeof e==`number`||e instanceof Date?e:void 0;if(s===void 0)return t(`td`,{children:o},r);let c=Ir(s),l=i===`format`?c.format(a):i===`toNow`?c.toNow():c.fromNow();return t(`td`,{className:`group/field`,children:n(`div`,{className:`flex items-center gap-2`,children:[t(Ne,{description:c.format(`LLL`),children:l}),o]})},r)}}},O_=D_.string();function k_(e){return typeof e==`object`&&!!e}function A_(e,t){let n=e;if(!n)return;if(!t.length)return n;let r=t.length-1;for(let e=0;e<r;e++)if(!k_(n)||(n=n[t[e]],!n))return;if(k_(n))return n[t[r]]}function j_(e){return!e||e===`.`?[]:e.split(`.`)}var M_=class{layout;renderer=O_;path;fallbackPath;previewObject;constructor(e,t){if(this.layout=e,this.path=j_(e.field||``),this.fallbackPath=e.fallback?j_(e.fallback):void 0,this.previewObject=t,e.render)this.renderer=(e,t)=>null;else{let t=e.type||`string`,n=t.indexOf(`?`);if(n>0){let e=t.substring(0,n),r=new URLSearchParams(t.substring(n+1));this.renderer=D_[e](r)}else this.renderer=D_[t]()}}get name(){return this.layout.name}resolveValue(e){let t=A_(e,this.path);return t===void 0&&this.fallbackPath&&(t=A_(e,this.fallbackPath)),t===void 0&&(t=this.layout.default),t}render(e,n){if(this.layout.render)return t(`td`,{className:`whitespace-nowrap px-3 py-4 text-sm group`,children:this.layout.render(e)},n);let r=this.layout.type||`string`,i=r.indexOf(`?`)>0?r.substring(0,r.indexOf(`?`)):r,a=this.buildActions(e,i);if((i===`objectId`||i===`objectLink`)&&this.previewObject){let t=r.indexOf(`?`),o=t>0?new URLSearchParams(r.substring(t+1)):void 0;return D_[i](o,t=>{this.previewObject?.(e.id)})(e,n,a)}return this.renderer(this.resolveValue(e),n,a)}buildActions(e,n){let r=this.layout.field;if(n===`objectId`||n===`objectLink`||r===`id`)return t(i_,{field:`id`,value:e.id,label:e.id,copyContent:e.id});if(n===`objectName`||r===`name`)return t(i_,{field:`name`,value:e.name,label:e.name??e.id});if(n===`typeLink`||r===`type.name`||r===`type`){let n=e.type?.id;return t(i_,{field:`type`,value:n,label:e.type?.name??n??`type`})}if(r===`status`)return t(i_,{field:`status`,value:e.status,label:e.status})}};function N_({isLoading:e=!1,counts:r=6}){return e?t(`div`,{className:`flex flex-wrap gap-2 justify-between`,children:Array(r).fill(0).map((e,r)=>t(`div`,{className:`w-[15vw] animate-pulse`,children:n(s,{className:`relative flex flex-col border h-fit`,children:[t(`div`,{className:`h-48 bg-muted rounded-t-xl flex items-center justify-center text-muted`,children:`\xA0`}),t(_e,{className:`bg-muted h-[2px]`}),n(c,{className:`p-2 flex flex-col`,children:[n(`div`,{className:`flex flex-col overflow-hidden`,children:[t(`div`,{className:`h-5 bg-muted rounded w-3/4 mb-2`}),t(`div`,{className:`h-4 bg-muted rounded w-1/2`})]}),t(`div`,{className:`text-xs text-muted w-full flex justify-end mt-2`,children:t(`div`,{className:`h-3 bg-muted rounded w-1/4`})})]})]})},`skeleton-${r}`))}):null}function P_({selection:e,document:r,onSelectionChange:i,onRowClick:a,highlightRow:l,previewObject:u,selectedObject:d}){let{client:f}=Z(),[p,m]=Y(void 0),[h,g]=Y(void 0),[_,v]=Y(void 0),y=typeof r.properties?.title==`string`?r.properties.title:r.name,b=e=>{e.stopPropagation(),i(r,e)};K(()=>{r?.content&&v_(f,r,m,g,v)},[f,r]);let x=l?.(r);return n(s,{className:`relative flex flex-col border h-fit w-full ${d?.id===r.id?`border-attention border-4`:``} ${x?`border-blue-400 dark:border-blue-500 bg-blue-50/50 dark:bg-blue-900/20`:``}`,onClick:()=>a?.(r),children:[x&&t(`div`,{className:`absolute top-2 end-8 z-10`,children:t(vt,{className:`size-4 text-blue-600 dark:text-blue-400`})}),e&&t(`div`,{className:`absolute top-2 start-2 z-10 flex flex-col items-center gap-1`,children:t(`input`,{checked:e.isSelected(r.id),type:`checkbox`,onChange:b,onClick:e=>e.stopPropagation()})}),t(`div`,{className:`absolute top-1 end-1 z-10 flex flex-col items-center`,children:t(o,{variant:`ghost`,size:`sm`,title:`Preivew Object`,onClick:e=>{e.stopPropagation(),u?.(r.id)},children:t(Ht,{className:`size-4 ${_===`ready`?`text-muted`:`text-white`}`})})}),p&&_===`ready`?t(`img`,{src:p,alt:h,className:`w-auto h-48 object-cover rounded-t-xl`}):t(`div`,{className:`h-48 bg-gray-700 rounded-t-xl flex items-center justify-center text-muted`,children:_}),t(_e,{className:`bg-gray-200 h-[2px]`}),n(c,{className:`p-2 flex flex-col`,children:[n(`div`,{className:`flex flex-col overflow-hidden`,children:[t(Ne,{placement:`top`,description:y,children:t(`h3`,{className:`text-start font-medium leading-none truncate`,children:y})}),r?.type?.name?t(Ne,{placement:`bottom`,size:`xs`,description:r?.type?.name,children:t(`p`,{className:`text-start text-xs text-muted truncate`,children:r?.type?.name})}):t(`p`,{className:`text-xs text-muted`,children:` `})]}),r.score&&n(`div`,{className:`text-xs text-muted w-full flex justify-end`,children:[`Score: `,r.score.toFixed(4)??`-`]})]})]})}function F_({objects:e,selection:r,isLoading:i,columns:a,onRowClick:o,highlightRow:s,selectedObject:c,toggleAll:l,onSelectionChange:u}){let{t:d}=X();return n(De,{className:`w-full`,children:[t(Te,{children:n(`tr`,{children:[r&&t(`th`,{children:t(`input`,{type:`checkbox`,onChange:l})}),a.map(e=>t(`th`,{children:e.name},e.name))]})}),n(we,{isLoading:i,columns:a.length+1,children:[e?.map(e=>{let i=s?.(e);return n(`tr`,{className:`group cursor-pointer hover:bg-muted ${c?.id===e.id?`bg-muted`:``} ${i?`bg-blue-50 dark:bg-blue-900/20`:``}`,onClick:()=>{o?.(e)},children:[r&&t(`td`,{onClick:e=>e.stopPropagation(),children:t(`input`,{checked:r.isSelected(e.id),type:`checkbox`,className:`${r.isSelected(e.id)?``:`hidden group-hover:block`}`,onChange:t=>u(e,t)})}),a.map((t,n)=>t.render(e,n)),t(`td`,{className:`w-8 text-center`,children:i&&t(vt,{className:`size-4 text-blue-600 dark:text-blue-400 inline-block`})})]},e.id)}),e.length===0&&t(`tr`,{children:t(`td`,{colSpan:a.length+ +!!r,className:`text-center`,children:d(`store.noObjectsDragAndDrop`)})})]})]})}function I_({objects:r,selection:i,isLoading:a,onSelectionChange:o,onRowClick:s,highlightRow:c,previewObject:l,selectedObject:u}){return n(e,{children:[t(N_,{isLoading:a}),t(`div`,{className:`w-full gap-2 grid xs:grid-cols-1 sm:grid-cols-2 md:grid-cols-4 lg:grid-cols-6 @xs:grid-cols-1 @sm:grid-cols-2 @md:grid-cols-3 @lg:grid-cols-4`,children:r.map(e=>t(P_,{document:e,selection:i,onSelectionChange:o,onRowClick:s,highlightRow:c,previewObject:l,selectedObject:u},e.id))})]})}var L_=class{client;limit;collectionId;facets=new ve({});result=new ve({objects:[],isLoading:!1});initialized=!1;facetSpecs=[];query={};constructor(e,t=100){this.client=e,this.limit=t}withFacets(e){return this.facetSpecs=e,this}get objects(){return this.result.value.objects}get error(){return this.result.value.error}get isRunning(){return this.result.value.isLoading}get hasMore(){return this.result.value.hasMore||!1}getFilterValue(e){return this.query[e]}setFilterValue(e,t){this.query[e]=t,this.search()}setDefaultKeys(e){}clearFilters(e=!0){let{parent:t,full_text:n,vector:r,weights:i,score_aggregation:a,dynamic_scaling:o,limit:s,all_revisions:c}=this.query;this.query={parent:t,...n!==void 0&&{full_text:n},...r!==void 0&&{vector:r},...i!==void 0&&{weights:i},...a!==void 0&&{score_aggregation:a},...o!==void 0&&{dynamic_scaling:o},...s!==void 0&&{limit:s},...c!==void 0&&{all_revisions:c}},e&&this.search()}getFacetBuckets(e){let t=this.facets.value[e];return Array.isArray(t)?t:[]}resetFacets(){this.query={}}reset(e=!1){this.initialized=!1,this.result.value={objects:[],isLoading:e,hasMore:!0}}_updateRunningState(e){let t=this.result.value;this.result.value={objects:t.objects,isLoading:e,error:t.error,hasMore:t.hasMore}}_searchRequest(e,t,n,r=!0){let i={limit:t,offset:n,query:e,facets:r?this.facetSpecs:void 0};return this.collectionId?this.client.collections.searchMembers(this.collectionId,i):this.client.objects.search(i)}_facetsRequest(){let e={facets:this.facetSpecs,query:this.query};return this.collectionId?this.client.collections.computeFacets(this.collectionId,e):this.client.objects.computeFacets(e)}computeFacets(e){this._facetsRequest().then(e=>{this.facets.value=e})}async _search(e=!1,t=!1){if(this.isRunning&&e)return!1;let n=this.result.value;e||(this.initialized=!0),this.result.value={isLoading:!0,objects:e?this.objects:[],hasMore:e?this.result.value.hasMore:!0};let r=this.limit,i=e?this.objects.length:0;try{let n=await this._searchRequest(this.query,r,i,!t),a=n.results||[],o=n.facets||{};return this.result.value={isLoading:!1,objects:e?this.objects.concat(a):a,hasMore:a.length===r},!t&&o&&Object.keys(o).length>0&&(this.facets.value=o),!0}catch(e){if(typeof e==`object`&&e&&`status`in e&&e.status===404)return this.result.value={isLoading:!1,objects:[],hasMore:!1},!1;let t=e instanceof Error?e:Error(String(e));return this.result.value={error:t,isLoading:!1,objects:n.objects,hasMore:!1},!1}}search(e=!1){return this.isRunning?Promise.resolve(!1):this._search(!1,e)}loadMore(e=!1){return this.isRunning||!this.hasMore||this.query.vector?Promise.resolve(!1):(this.objects.length>0&&(e=!0),this._search(!0,e))}};const R_=Ye(void 0);function z_(){return Qe(R_)}function B_(){return Ue(z_().facets)}function V_(){let e=z_();return{...Ue(e.result),search:e}}function H_(){return Ue(z_().facets).total}const U_=rt.getFixedT(null,nt);var W_;(function(e){e.CREATE=`create`,e.SKIP=`skip`,e.UPDATE=`update`})(W_||={});async function G_(e){try{let t=await e.arrayBuffer(),n=new Ai;return n.appendByteArray(new Uint8Array(t)),n.end()?.toString()}catch(e){console.error(`Error calculating file hash:`,e);return}}async function K_(e,t){let n=[];for(let r=0;r<e.length;r+=5){let i=e.slice(r,r+5),a=await Promise.all(i.map(async e=>{let n=t||`/`;if(e.webkitRelativePath){let r=e.webkitRelativePath.split(`/`);if(r.length>1){let e=r.slice(0,-1).join(`/`);n=t?`${t}/${e}`:e}}return{file:e,hash:await G_(e),name:e.name,size:e.size,location:n}}));n.push(...a)}return n}function q_(){let{client:e}=Z(),t=H();return{checkDocumentProcessing:G(async(n,r,i)=>{try{console.log(`Preparing metadata for ${n.length} files...`);let t=await K_(n,r);return await(async()=>{let n=t.map(e=>e.hash).filter(Boolean);if(n.length===0)return;let r={"content.etag":{$in:n}},a;if(i){let t={query:{match:r},select:`id content.etag`};a=(await e.store.collections.searchMembers(i,t)).results}else{let t={query:r,select:`id content.etag`};a=await e.store.objects.find(t)}for(let e of a){let n=t.find(t=>t.hash===e.content?.etag);n&&(n.existingId=e.id,n.action=W_.SKIP)}})(),await(async()=>{let n=t.filter(e=>e.action!==W_.SKIP),r=n.map(e=>e.location),a=Array.from(new Set(r)),o=[];for(let t of a){let r={"content.name":{$in:n.filter(e=>e.location===t).map(e=>e.name)},location:t||`/`};if(i){let t=e.store.collections.searchMembers(i,{query:{match:r},select:`id content.name location`}).then(e=>e.results);o.push(t)}else{let t=e.store.objects.find({query:r,select:`id content.name location`});o.push(t)}}let s=(await Promise.all(o)).flat();console.log(`Found ${s.length} document to update`,s);for(let e of s){let n=t.find(t=>t.name===e.content?.name&&(t.location?t.location===e.location:e.location===`/`));n&&(n.existingId=e.id,n.action=W_.UPDATE)}console.log(`Reconciled ${t.filter(e=>e.action===W_.UPDATE).length}`)})(),t.forEach(e=>{e.action||=W_.CREATE}),console.log(`Document processing check results:`,{totalFiles:n.length,toCreate:t.filter(e=>e.action===W_.CREATE).length,toUpdate:t.filter(e=>e.action===W_.UPDATE).length,toSkip:t.filter(e=>e.action===W_.SKIP).length}),t}catch(e){throw t({title:U_(`store.errorInUploadProcessingCheck`),status:`error`,description:Pe(e)}),console.log(`Error in file upload processing check`,e),Error(`Error in file upload processing check: ${Pe(e)}`,{cause:e})}},[e,t])}}function J_({isOpen:r,onClose:i,files:a,collectionId:s,selectedFolder:c,title:l,children:u,onUploadComplete:d,hideFileSelection:f=!1,showTypeSelectionOnly:p=!1,allowFolders:m=!0}){let{client:h}=Z(),{registry:g}=mg(),_=H(),{t:v}=X(),y=l??v(`upload.uploadFiles`),[b,x]=Y([]),[S,C]=Y([]),[w,T]=Y(!1),[E,D]=Y(null),[O,k]=Y([]),[A,j]=Y(!1),[M,N]=Y(!1),[P,F]=Y(0),[I,L]=Y(Date.now()),[R,z]=Y(void 0),[ae,oe]=Y(null),[se,ce]=Y(y),[le,ue]=Y(``);K(()=>{s&&h.store.collections.retrieve(s).then(z)},[h.store.collections.retrieve,s]),K(()=>{A?(ce(v(`upload.uploadingFiles`)),ue(`${Math.round(P)}% complete`)):M?(ce(v(`upload.uploadComplete`)),ue(``)):w?(ce(v(`upload.fileAnalysisResults`)),ue(`${b.length} file${b.length===1?``:`s`}`)):b.length>0?(ce(y),ue(v(`upload.checkingForDuplicates`))):(ce(y),ue(``))},[A,M,w,y,P,b.length,v]);let de=()=>!R&&!c?null:n(ee,{className:`mb-4`,status:`default`,icon:t(Yt,{className:`size-5`}),children:[t(`div`,{className:`flex items-center`,children:t(`span`,{className:`font-medium`,children:v(`upload.uploadLocation`)})}),n(`div`,{className:`text-sm mt-1`,children:[R&&n(`div`,{className:`flex items-center`,children:[t(`span`,{className:`me-1`,children:v(`upload.collectionLabel`)}),t(`span`,{className:`font-medium`,children:R.name})]}),c&&n(`div`,{className:`flex items-center mt-1`,children:[t(`span`,{className:`me-1`,children:v(`upload.folderLabel`)}),t(`span`,{className:`font-medium`,children:c})]})]})]}),[fe,pe]=Y({toCreate:0,toUpdate:0,toSkip:0}),{checkDocumentProcessing:me}=q_(),he=q(()=>g?.types||[],[g?.types]),ge=G(async e=>{if(e.length)try{console.log(`Processing ${e.length} files to determine required actions...`);let t=await me(e,c,s);C(t);let n=t.filter(e=>e.action===W_.CREATE).length,r=t.filter(e=>e.action===W_.UPDATE).length,i=t.filter(e=>e.action===W_.SKIP).length;pe({toCreate:n,toUpdate:r,toSkip:i}),_({title:v(`upload.filesAnalyzed`),description:`${e.length} file(s): ${n} new, ${r} to update, ${i} to skip`,status:`info`,duration:4e3}),T(!0)}catch(e){console.error(`Error processing files:`,e),_({title:v(`agent.error`),description:v(`upload.errorAnalyzingFiles`),status:`error`,duration:5e3})}},[me,s,c,v,_]);K(()=>{r&&(C([]),T(!1),D(null),k([]),j(!1),N(!1),F(0),pe({toCreate:0,toUpdate:0,toSkip:0}),oe(null),ce(y),ue(``),a&&a.length>0?(x(a),ge(a)):x([]),L(Date.now()))},[r,a,ge,y]);let _e=()=>{x([]),C([]),T(!1),D(null),k([]),j(!1),N(!1),F(0),pe({toCreate:0,toUpdate:0,toSkip:0}),oe(null),ce(y),ue(``),L(Date.now()),i()},ve=e=>{e&&e.length>0&&(x(e),ge(e))},ye=async()=>{if(!S.length)return;let e=E?.id||null;k(S.map(e=>({file:e.file,status:`pending`,progress:0,action:e.action===W_.CREATE?`create`:e.action===W_.UPDATE?`update`:`skip`}))),j(!0),N(!1);let t=S.filter(e=>e.action===W_.SKIP),n=S.filter(e=>e.action===W_.UPDATE),r=S.filter(e=>e.action===W_.CREATE),i={success:!0,objectIds:[],uploadedFiles:[],skippedFiles:[],failedFiles:[]};for(let n of t)n.existingId&&(i.objectIds.push(n.existingId),i.skippedFiles.push({id:n.existingId,name:n.name,type:e,status:`skipped`,location:n.location}),k(e=>e.map(e=>e.file===n.file?{...e,status:`success`,progress:100,id:n.existingId}:e)));let a=async(t,n)=>{let r=[];for(let e=0;e<t.length;e+=50)r.push(t.slice(e,e+50));for(let a=0;a<r.length;a++){let o=r[a];if(console.log(`Processing ${n} batch ${a+1}/${r.length} (${o.length} files)`),t.length>50){let e=a*50;_({title:v(`upload.processingFilesAction`,{action:n}),description:v(`upload.processedCount`,{processed:e,total:t.length}),status:`info`,duration:2e3})}let c=0;await Promise.all(o.map(async t=>{try{if(k(e=>e.map(e=>e.file===t.file?{...e,status:`uploading`,progress:20}:e)),n===`update`&&t.existingId)await h.store.objects.update(t.existingId,{type:e||void 0,content:t.file,location:t.location,name:t.name},{createRevision:!0,revisionLabel:`upload on ${new Date().toISOString()}`}),k(e=>e.map(e=>e.file===t.file?{...e,status:`success`,progress:100,id:t.existingId}:e)),i.objectIds.push(t.existingId),i.uploadedFiles.push({id:t.existingId,name:t.name,type:e,status:`updated`,location:t.location});else{let n=await h.store.objects.create({type:e||void 0,content:t.file,location:t.location||t.file.webkitRelativePath||t.name},{collection_id:s});k(e=>e.map(e=>e.file===t.file?{...e,status:`success`,progress:100,id:n.id}:e)),i.objectIds.push(n.id),i.uploadedFiles.push({id:n.id,name:t.name,type:e,status:`created`,location:t.location})}}catch(n){console.error(`Failed to process file ${t.name}:`,n),k(e=>e.map(e=>e.file===t.file?{...e,status:`error`,progress:100,message:Pe(n,`Unknown error`)}:e)),i.failedFiles.push({name:t.name,error:Pe(n,`Unknown error`),status:`failed`,location:t.location,type:e}),i.success=!1}c++,(c%5==0||c===o.length)&&k(e=>{let t=e.filter(e=>e.status===`success`||e.status===`error`).length,n=e.length;return F(n>0?Math.round(t/n*100):0),e})}))}};n.length>0&&await a(n,`update`),r.length>0&&await a(r,`create`),k(e=>{let t=e.filter(e=>e.status===`pending`).map(e=>({...e,status:`error`,progress:100,message:v(`upload.uploadProcessInterrupted`)}));return t.length>0?(t.forEach(e=>{i.failedFiles.push({name:e.file.name,error:v(`upload.uploadProcessInterrupted`),status:`failed`,type:E?.id||null})}),i.success=!1,e.map(e=>e.status===`pending`?{...e,status:`error`,progress:100,message:v(`upload.uploadProcessInterrupted`)}:e)):e}),j(!1),N(!0);let o=i.uploadedFiles.filter(e=>e.status===`created`).length,c=i.uploadedFiles.filter(e=>e.status===`updated`).length,l=i.skippedFiles.length,u=i.failedFiles.length,d=``;o>0&&(d+=`${o} file${o===1?``:`s`} uploaded`),c>0&&(d+=d?`, `:``,d+=`${c} file${c===1?``:`s`} updated`),l>0&&(d+=d?`, `:``,d+=`${l} file${l===1?``:`s`} skipped`),u>0&&(d+=d?`, `:``,d+=`${u} file${u===1?``:`s`} failed`),_({title:v(`upload.uploadComplete`),description:d,status:u>0?`warning`:`success`,duration:5e3}),oe(i)},be=()=>n(`div`,{className:`mb-4`,children:[n(`div`,{className:`block text-sm font-medium mb-2`,children:[v(`store.contentType`),` `,t(`span`,{className:`text-muted font-normal`,children:v(`store.optional`)}),t(Ne,{description:v(`upload.contentTypeTooltip`),placement:`top`,size:`xs`,children:t(rn,{className:`size-3 ms-2`})})]}),t(B,{options:he,value:E,optionLabel:e=>e?e.name:v(`store.selectContentTypeLabel`),placeholder:v(`store.selectContentTypeAuto`),onChange:e=>D(e===void 0?null:e),filterBy:`name`,isClearable:!0}),!E&&t(`div`,{className:`p-2 rounded-md`,children:n(`div`,{className:`flex items-center text-attention`,children:[t(_t,{className:`size-4 me-1`}),v(`store.automaticTypeDetection`),t(Ne,{description:v(`store.automaticTypeDetectionDescription`),placement:`top`,size:`xs`,children:t(rn,{className:`size-3 ms-2`})})]})})]});return n(te,{isOpen:r,onClose:_e,className:`mx-auto`,disableCloseOnClickOutside:!0,children:[t(ie,{description:le,children:se}),p?n(ne,{children:[u,de(),be()]}):b.length===0&&!f?n(ne,{className:`flex flex-col items-center justify-center p-8`,children:[de(),t(fi,{onDrop:ve,message:v(`upload.dragAndDrop`),buttonLabel:v(`upload.selectFiles`),className:`w-full h-64`,allowFolders:m}),u]}):!A&&!M?t(ne,{children:w?n(e,{children:[de(),t(`div`,{className:`mb-4`,children:t(`div`,{className:`p-4 rounded-md mb-4`,children:n(`div`,{className:`grid grid-cols-3 gap-4`,children:[n(`div`,{className:`flex flex-col items-center`,children:[n(`div`,{className:`flex items-center gap-2`,children:[t(Yn,{className:`size-5 text-primary`}),t(`span`,{className:`font-medium`,children:v(`upload.new`)})]}),t(`div`,{className:`text-2xl font-semibold`,children:fe.toCreate})]}),n(`div`,{className:`flex flex-col items-center`,children:[n(`div`,{className:`flex items-center gap-2`,children:[t(_t,{className:`size-5 text-success`}),t(`span`,{className:`font-medium`,children:v(`upload.update`)})]}),t(`div`,{className:`text-2xl font-semibold`,children:fe.toUpdate})]}),n(`div`,{className:`flex flex-col items-center`,children:[n(`div`,{className:`flex items-center gap-2`,children:[t(ot,{className:`size-5 text-mixer-attention/40`}),t(`span`,{className:`font-medium`,children:v(`upload.skip`)})]}),t(`div`,{className:`text-2xl font-semibold`,children:fe.toSkip})]})]})})}),be(),t(ee,{className:`mb-4`,status:`info`,children:fe.toCreate+fe.toUpdate>0?n(`div`,{className:`space-y-1`,children:[t(`p`,{children:v(`upload.filesReadyToProcess`,{count:fe.toCreate+fe.toUpdate})}),t(`p`,{children:fe.toSkip>0&&v(`upload.filesToSkip`,{count:fe.toSkip})})]}):fe.toSkip>0?t(`span`,{children:v(`upload.allFilesExist`,{count:fe.toSkip})}):t(`span`,{children:v(`upload.noFilesToProcess`)})})]}):n(`div`,{className:`flex flex-col items-center justify-center py-4`,children:[t(xe,{size:`lg`,className:`mb-4`}),t(`div`,{className:`text-lg font-medium`,children:v(`upload.analyzingFiles`)})]})}):A?n(ne,{children:[de(),t(`div`,{className:`mb-4`,children:t(`div`,{className:`h-2 bg-muted/20 rounded-full overflow-hidden`,children:t(`div`,{className:`h-full bg-primary rounded-full`,style:{width:`${P}%`}})})}),t(`div`,{className:`max-h-96 overflow-y-auto`,children:O.map((e,r)=>n(`div`,{className:`flex items-center py-2 border-b border-border last:border-b-0`,children:[n(`div`,{className:`me-3`,children:[e.status===`pending`&&t(Ut,{className:`size-5 text-muted`}),e.status===`uploading`&&t(xe,{size:`sm`}),e.status===`success`&&t(_t,{className:`size-5 text-success`}),e.status===`error`&&t(nr,{className:`size-5 text-destructive`})]}),n(`div`,{className:`flex-1 min-w-0`,children:[t(`div`,{className:`truncate font-medium`,children:e.file.name}),n(`div`,{className:`text-xs text-muted`,children:[e.status===`pending`&&v(`agent.waiting`),e.status===`uploading`&&v(`agent.uploading`),e.status===`success`&&(e.action===`create`?v(`store.created`):e.action===`update`?v(`store.updated`):v(`upload.skip`)),e.status===`error`&&e.message]})]})]},`${e.file.name}-${e.file.size}-${e.file.lastModified}`))})]}):t(ne,{children:n(`div`,{className:`mb-4`,children:[de(),t(xi,{files:O.map(e=>{let t;return t=e.status===`success`?e.action===`create`?`success`:e.action===`update`?`updated`:`skipped`:`failed`,{name:e.file.name,status:t,error:e.status===`error`?e.message:void 0}}),location:c||void 0,collection:R?.name})]})}),(()=>{if(p)return n(re,{children:[t(o,{variant:`ghost`,onClick:_e,children:v(`modal.cancel`)}),t(o,{onClick:()=>{let e={success:!0,objectIds:[],uploadedFiles:[{name:`type-selection`,type:E?.id||null,status:`created`}],skippedFiles:[],failedFiles:[]};d&&d(e),_e()},children:E?v(`upload.useTypeName`,{typeName:E.name}):v(`upload.useAutoDetection`)})]});if(b.length===0&&!f)return t(re,{children:t(o,{variant:`ghost`,onClick:_e,children:v(`modal.cancel`)})});if(!A&&!M){let e=w;return n(re,{children:[t(o,{variant:`ghost`,onClick:_e,children:v(`modal.cancel`)}),t(o,{disabled:!e,onClick:ye,children:fe.toCreate+fe.toUpdate>0?v(`agent.upload`):v(`upload.continue`)})]})}return A?t(re,{children:t(o,{variant:`ghost`,disabled:!0,children:v(`agent.uploading`)})}):n(re,{children:[t(o,{variant:`ghost`,onClick:()=>{x([]),C([]),T(!1),D(null),k([]),j(!1),N(!1),F(0),pe({toCreate:0,toUpdate:0,toSkip:0})},children:v(`upload.uploadMore`)}),t(o,{onClick:()=>{d&&ae&&d(ae),_e()},children:v(`agent.close`)})]})})()]},I)}function Y_(e){let t=typeof e==`function`?e:e.onUploadDone,{client:n,project:r,store:i}=Z(),a=z_(),o=H(),s=rt.getFixedT(null,nt),{checkDocumentProcessing:c}=q_();return async(e,l,u)=>{let d={success:!1,objectIds:[],uploadedFiles:[],skippedFiles:[],failedFiles:[]};if(!r)return o({status:`error`,title:s(`store.noProjectSelected`),duration:3e3}),d;if(!e||e.length===0)return o({status:`warning`,title:s(`store.noFilesSelected`),duration:3e3}),d;let f=Array.from(e).filter(e=>e.size>0);if(f.length===0)return o({status:`error`,title:s(`store.noValidFilesSelected`),description:s(`store.pleaseSelectValidFiles`),duration:5e3}),d;let p=[],m=[],h=[];console.log(`Processing ${f.length} files with smart file processing...`);let g=await c(f,null,u),_=g.filter(e=>e.action===W_.CREATE).length,v=g.filter(e=>e.action===W_.UPDATE).length,y=g.filter(e=>e.action===W_.SKIP).length;o({title:s(`store.filesAnalyzedTitle`),description:`${f.length} file(s): ${_} new, ${v} to update, ${y} to skip`,status:`info`,duration:4e3});for(let e of g.filter(e=>e.action===W_.SKIP&&e.existingId))p.push({id:e.existingId,name:e.name,type:l,status:`skipped`,location:e.location});let b=g.filter(e=>(e.action===W_.CREATE||e.action===W_.UPDATE)&&e.file);if(b.length>0){console.log(`Processing ${b.length} files (${b.filter(e=>e.action===W_.CREATE).length} create, ${b.filter(e=>e.action===W_.UPDATE).length} update)...`);let e=[];for(let t=0;t<b.length;t+=50)e.push(b.slice(t,t+50));for(let t=0;t<e.length;t++){let r=e[t],a=t*50;console.log(`Processing batch ${t+1}/${e.length} (${r.length} files)`),b.length>50&&o({title:s(`store.processingFiles`),description:`Processed ${a}/${b.length} files...`,status:`info`,duration:2e3});let c=await Promise.all(r.map(async e=>{try{if(e.action===W_.UPDATE&&e.existingId){let t=await n.store.objects.update(e.existingId,{type:l||void 0,content:e.file,location:e.location,name:e.name},{createRevision:!0,revisionLabel:`upload on ${new Date().toISOString()}`});return m.push({id:e.existingId,name:e.name,type:l,status:`updated`,location:e.location}),d.objectIds.push(e.existingId),{success:!0,id:t.id,name:e.name,action:`update`}}else{let t=u?{collection_id:u}:void 0,n=await i.objects.create({type:l||void 0,content:e.file,location:e.location||e.file.webkitRelativePath||e.name},t);m.push({id:n.id,name:e.name,type:l,status:`created`,location:e.location})}}catch(t){console.error(`Failed to process file ${e.name}:`,t),h.push({name:e.name,error:Pe(t,`Unknown error`),status:`failed`,location:e.location,type:l}),o({status:`error`,title:s(`store.processingFailedFor`,{name:e.name}),description:Pe(t),duration:4e3})}})),f=m.filter(e=>e.status===`created`),p=m.filter(e=>e.status===`updated`),g=m.filter(e=>e.status===`failed`);console.log(`Batch ${t+1} results:`,{creates:f,updates:p,failures:g,total:c.length})}}let x=m.filter(e=>e.status===`created`).length,S=m.filter(e=>e.status===`updated`).length,C=m.filter(e=>e.status===`failed`).length,w=m.filter(e=>e.status===`skipped`).length;t&&(console.log(`Upload complete:`,{totalObjectIds:d.objectIds.length,uploadedFiles:x,updatedFiles:S,skippedFiles:w,failedFiles:C}),await t(d.objectIds));let T=``;return x>0&&(T+=`${x} file${x===1?``:`s`} uploaded`),S>0&&(T+=T?`, `:``,T+=`${S} file${S===1?``:`s`} updated`),w>0&&(T+=T?`, `:``,T+=`${w} file${w===1?``:`s`} skipped (already existed)`),C>0&&(T+=T?`, `:``,T+=`${C} file${C===1?``:`s`} failed`),T&&o({status:C>0?`warning`:`success`,title:T,duration:4e3}),a.search(),d}}const X_=[{name:`ID`,field:`id`,type:`objectId?slice=-7`},{name:`Name`,field:`.`,type:`objectName`},{name:`Type`,field:`type.name`,type:`string`},{name:`Status`,field:`status`,type:`string`},{name:`Updated At`,field:`updated_at`,type:`date`}];function Z_({isGridView:e=!1,onUpload:n,collectionId:r,...i}){return n?t(Q_,{...i,onUpload:n,isGridView:e,collectionId:r}):t($_,{...i,isGridView:e})}function Q_({isGridView:e,onUpload:r,collectionId:i,skipTypeModal:a=!1,...o}){let[s,c]=Y(!1),[l,u]=Y([]),[d,f]=Y(!1),[p,m]=Y(null),[h,g]=Y(!1),_=z_(),v=H(),{t:y}=X(),{checkDocumentProcessing:b}=q_(),x=async(e,t)=>{console.log(`Files dropped on ObjectTable:`,e.length,t),c(!0);try{if(i){let t=await b(e,null,i);m(t);let n=t.filter(e=>e.action===`create`).length,r=t.filter(e=>e.action===`update`).length,a=t.filter(e=>e.action===`skip`).length;v({title:y(`store.filesReadyToProcess`),description:`${e.length} file(s): ${n} new, ${r} to update, ${a} to skip`,status:`info`,duration:4e3})}else m(null)}catch(e){console.error(`Error processing files:`,e),v({title:y(`store.errorProcessingFiles`),description:y(`store.errorCheckingDuplicates`),status:`error`,duration:4e3}),m(null)}finally{if(c(!1),u(e),f(!1),a){console.log(`Skipping type modal and calling onUpload directly`,{filesLength:e.length,processedFilesLength:p?.length});let t=r(e,null,i);t&&typeof t==`object`&&(t.processedFiles=p)}else console.log(`Setting typeSelectionOpen to true`,{filesLength:e.length}),g(!0)}},S=e=>{let t=[...l];u([]),m(null),g(!1),t.length>0&&e!==void 0&&(c(!0),console.log(`Starting upload with`,{typeId:e,filesCount:t.length,hasProcessingResults:!!p,collectionId:i}),r(t,e,i).finally(()=>{c(!1),_.search()}))},C=e=>{e.preventDefault(),e.stopPropagation(),f(!0)};return n(`div`,{className:`min-h-[400px] relative`,onDragOver:C,onDragEnter:C,onDragLeave:e=>{e.preventDefault(),e.stopPropagation(),!e.currentTarget.contains(e.relatedTarget)&&f(!1)},onDrop:e=>{if(e.preventDefault(),e.stopPropagation(),f(!1),e.dataTransfer.items){let t=[];for(let n=0;n<e.dataTransfer.items.length;n++){let r=e.dataTransfer.items[n];if(r.kind===`file`){let e=r.getAsFile();e&&t.push(e)}}t.length>0&&x(t,{count:t.length,message:`Preparing to upload ${t.length} file${t.length===1?``:`s`}...`})}},children:[t(`div`,{className:We(`bg-white dark:bg-gray-800 opacity-40 absolute inset-0 z-50 flex justify-center items-center`,s?`block`:`hidden`),children:t(xe,{size:`xl`})}),t($_,{...o,isGridView:e}),t(`div`,{className:We(`absolute inset-0 pointer-events-none`,d?`z-40`:`-z-10`),children:t(`div`,{className:`w-full h-full relative`,children:t(fi,{onDrop:x,message:`Drop files or folders here to upload`,className:We(`absolute inset-0 bg-white/90 dark:bg-gray-800/90 pointer-events-auto`,d?`flex`:`hidden`),buttonLabel:`Select Files or Folders`,allowFolders:!0})})}),t(J_,{isOpen:h&&l.length>0,onClose:()=>{u([]),m(null),g(!1),S(void 0)},files:l,collectionId:i,selectedFolder:null,title:`Upload Files`,onUploadComplete:e=>{if(e){if(e.failedFiles&&e.failedFiles.length>0&&v({title:y(`store.uploadIssues`),description:`${e.failedFiles.length} file(s) failed to upload`,status:`warning`,duration:5e3}),e.success){let t=e.uploadedFiles.filter(e=>e.status===`created`).length,n=e.uploadedFiles.filter(e=>e.status===`updated`).length,r=e.skippedFiles.length;(t>0||n>0)&&v({title:y(`store.uploadComplete`),description:`${t>0?`${t} created`:``}${t>0&&n>0?`, `:``}${n>0?`${n} updated`:``}${r>0?`, ${r} skipped`:``}`,status:`success`,duration:5e3})}_.search()}u([]),m(null),g(!1),e?.success&&e.objectIds.length>0?S(null):S(void 0)}})]})}function $_({objects:e,layout:n=X_,isLoading:r,onRowClick:i,onSelectionChange:a,highlightRow:o,previewObject:s,selectedObject:c,isGridView:l}){let u=Qg(),d=(t,n)=>{if(u){let r=n.nativeEvent instanceof MouseEvent&&n.nativeEvent.shiftKey;if(!n.target.checked)u.remove(t.id);else if(u.add(t),r){let n=e.findIndex(e=>e.id===t.id),r=ev(e,n,u);if(r>-1&&r<n-1){let t=[];for(let i=r+1;i<n;i++)t.push(e[i]);u.addAll(t)}else{let t=tv(e,n,u);if(t>-1&&t>n+1){let r=[];for(let i=n+1;i<t;i++)r.push(e[i]);u.addAll(r)}}}a?.(u)}},f=t=>{u&&(t.target.checked?u.addAll(e):u.removeAll())},p=q(()=>{let e=n.length>0?n:X_;return console.log(`Using layout with columns:`,e.map(e=>e.name).join(`, `)),e.map(e=>new M_(e,s))},[n,s]);return t(l?I_:F_,{objects:e,isLoading:r,columns:p,onRowClick:i,highlightRow:o,previewObject:s,selectedObject:c,selection:u,toggleAll:f,onSelectionChange:d})}function ev(e,t,n){for(let r=t-1;r>=0;r--)if(n.isSelected(e[r].id))return r;return-1}function tv(e,t,n){let r=e.length;for(let i=t+1;i<r;i++)if(n.isSelected(e[i].id))return i;return-1}function nv({children:e,limit:n,parent:r,typeId:i,facets:a,name:o,collectionId:s}){let{store:c}=Z(),l=q(()=>{let e;a?e=a:(e=[{name:`status`,field:`status`},{name:`location`,field:`location`}],i||e.unshift({name:`type`,field:`type`}));let t=new L_(c,n).withFacets(e);return t.collectionId=s,t.query.type=i,t.query.parent=r,t.query.name=o,s&&(t.query.all_revisions=!0),t},[s,a,n,o,r,c,i]);return t(R_.Provider,{value:l,children:e})}const rv=`vertesia.content_store.lastDisplayedView`;function iv({onUpdate:e}){let{t:n}=X(),[r,i]=Y(localStorage.getItem(rv)===`grid`),a=()=>{r?c():s()},s=()=>{localStorage.setItem(rv,`grid`),i(!0),e(!0)},c=()=>{localStorage.setItem(rv,`table`),i(!1),e(!1)};return t(o,{variant:`outline`,onClick:a,alt:n(r?`misc.tableView`:`misc.thumbnailView`),children:t(r?Gn:sn,{})})}iv.LAST_DISPLAYED_VIEW=rv;const av=[{name:`Name`,field:`properties.title`,type:`string`,fallback:`name`},{name:`Type`,field:`type.name`,type:`string`},{name:`Status`,field:`status`,type:`string`},{name:`Created At`,field:`created_at`,type:`date`}];function ov({onChange:e,selectedIds:n}){return t(nv,{children:t(sv,{onRowClick:t=>{e(t||void 0)},selectedIds:n})})}function sv({onRowClick:e,selectedIds:r}){let{t:i}=X(),a=G(e=>!!r?.has(e.id),[r]),[s,c]=Y(!1),[l,u]=Y(localStorage.getItem(`vertesia.content_store.lastDisplayedView`)===`grid`),{search:d,isLoading:f,error:p,objects:m,hasMore:h}=V_(),g=J(null);Be(g,()=>{s&&h&&!f&&(c(!1),d.loadMore(!0).finally(()=>{c(!0)}))},{threshold:.1,deps:[s,h,f]}),K(()=>{d.search().finally(()=>{c(!0)})},[d]);let _=B_(),v=z_();return p?t(O,{title:i(`store.searchFailed`),children:p.message}):n(`div`,{className:`flex flex-col gap-2 h-full w-full`,children:[n(`div`,{className:`flex justify-between items-center flex-shrink-0`,children:[t(Sg,{facets:_,search:v}),n(`div`,{className:`flex items-center gap-2`,children:[t(o,{variant:`outline`,onClick:()=>{c(!1),d.search().then(()=>c(!0))},"aria-label":`Refresh`,children:t(Mn,{size:16})}),t(iv,{onUpdate:u})]})]}),n(`div`,{className:`@container relative flex-1 overflow-y-auto`,children:[t(Z_,{objects:m||[],isLoading:!m.length&&f,layout:av,onRowClick:e,highlightRow:r?.size?a:void 0,isGridView:l}),t(`div`,{ref:g,className:`h-4 w-full`})]})]})}function cv(e){let t=Math.max(0,e)/1e3,n=+(t>0&&t<10&&!Number.isInteger(t));return`${new Intl.NumberFormat(void 0,{maximumFractionDigits:n}).format(t)}K`}function lv({onSend:e,onStop:r,approvalModeSlot:i,mcpSlot:a,disabled:s=!1,isSending:c=!1,isStopping:l=!1,isStreaming:u=!1,isCompleted:d=!1,contextWindowUsage:f,onCompactContext:p,isCompactingContext:m=!1,activeTaskCount:h=0,activeWorkstreams:g=[],placeholder:_,onFilesSelected:v,uploadedFiles:y=[],onRemoveFile:x,onRemoveProcessingFile:S,acceptedFileTypes:C,maxFiles:w=5,processingFiles:T,artifactRunId:E,hasProcessingFiles:D=!1,renderDocumentSearch:O,selectedDocuments:k=[],onRemoveDocument:A,hideObjectLinking:j=!1,hideFileUpload:M=!1,disableDropZone:N=!1,className:P,inputClassName:F}){let{t:I}=X(),L=_??I(`agent.typeYourMessage`),R=J(null),ee=J(null),[re,ae]=Y(``),[oe,se]=Y(!1),[ce,le]=Y(!1),[ue,de]=Y(!1),fe=!!(v&&!M),pe=fe&&!N,me=!j||fe||!!O,he=y.length>=w,B=S??x,ge=q(()=>g.filter(e=>e.status===`running`||e.status===`canceling`),[g]),_e=ge.length||h,ve=f?I(`agent.contextUsageCompactLabel`,{percent:f.usedPercent}):void 0,ye=f?I(`agent.contextTokenUsage`,{used:cv(f.usedTokens),limit:cv(f.checkpointTokens)}):void 0,be=q(()=>{let e=[];if(!M&&T)for(let t of T.values()){let n=t.preview_url,r=t.status===pr.UPLOADING?I(`agent.uploading`):t.status===pr.PROCESSING?I(`agent.processing`):t.status===pr.ERROR?I(`agent.error`):t.status===pr.READY?I(`agent.ready`):t.status;e.push({id:t.id,name:t.name,contentType:t.content_type,artifactPath:t.artifact_path,previewUrl:n,removable:!!B,statusLabel:r,statusTone:t.status===pr.ERROR?`destructive`:t.status===pr.READY?`success`:`attention`})}if(!M)for(let t of y)e.push({id:t.id,name:t.name,contentType:t.type,artifactPath:t.artifact_path,previewUrl:t.previewUrl,removable:!!x,statusLabel:I(`agent.ready`),statusTone:`success`});for(let t of k)e.push({id:t.id,name:t.name,href:`/store/objects/${t.id}`,removable:!!A,statusTone:`info`});return e},[B,M,A,x,T,k,I,y]);K(()=>{!s&&d&&R.current?.focus()},[s,d]);let Se=G(e=>{if(!fe||!v)return;let t=Array.from(e),n=w-y.length,r=t.slice(0,n);r.length>0&&v(r)},[fe,v,w,y.length]),Ce=G(e=>{e.preventDefault(),e.stopPropagation(),pe&&de(!0)},[pe]),we=G(e=>{e.preventDefault(),e.stopPropagation(),de(!1)},[]),Te=G(e=>{e.preventDefault(),e.stopPropagation(),de(!1),pe&&e.dataTransfer?.files&&e.dataTransfer.files.length>0&&Se(e.dataTransfer.files)},[pe,Se]),Ee=G(e=>{if(!fe)return;let t=eh(e.clipboardData?.items);t.length>0&&Se(t)},[fe,Se]),De=G(e=>{fe&&e.target.files&&e.target.files.length>0&&(Se(e.target.files),e.target.value=``)},[fe,Se]),Oe=G(()=>{ee.current?.click()},[]),ke=G(()=>le(!1),[]),Ae=G(e=>le(!1),[]),je=()=>{let t=re.trim();!t||s||c||D||(e(t),ae(``))},Pe=()=>{r&&!l&&r()},Ie=J(0),Le=e=>{if(e.key===`Enter`){if(!(e.metaKey||e.ctrlKey||e.altKey||e.shiftKey)){e.preventDefault(),re.trim().length>0&&je();return}e.shiftKey||(e.preventDefault(),Fe(e.currentTarget,ae));return}if(e.key===`Escape`&&u&&r){let e=Date.now();e-Ie.current<500?(Pe(),Ie.current=0):Ie.current=e}},Re=G(()=>{let e=R.current;e&&(e.style.height=`auto`,e.style.height=`${Math.min(e.scrollHeight,200)}px`)},[]);return K(()=>{Re()},[re,Re]),n(`div`,{className:V(`px-3 py-3 flex-shrink-0 transition-all fixed lg:sticky bottom-0 start-0 end-0 lg:start-auto lg:end-auto w-full bg-background/95 backdrop-blur z-10`,ue&&pe&&`bg-info/10 border-info`,P),onDragOver:pe?Ce:void 0,onDragLeave:pe?we:void 0,onDrop:pe?Te:void 0,children:[ue&&pe&&t(`div`,{className:`absolute inset-0 flex items-center justify-center bg-blue-100/80 dark:bg-blue-900/40 rounded-lg z-10 pointer-events-none`,children:n(`div`,{className:`text-blue-600 dark:text-blue-400 font-medium flex items-center gap-2`,children:[t(Yn,{className:`size-5`}),I(`agent.dropFilesToUpload`)]})}),fe&&t(`input`,{ref:ee,type:`file`,multiple:!0,accept:C,onChange:De,className:`hidden`}),t(xh,{activeWorkstreams:g}),n(`div`,{className:`mx-auto flex max-w-3xl flex-col gap-2 rounded-2xl border border-border/70 bg-mixer-muted/15 p-2.5 shadow-lg shadow-black/5`,children:[be.length>0&&t(Ou,{items:be,artifactRunId:E,variant:`composer`,onRemove:e=>{T?.has(e)?B?.(e):y.some(t=>t.id===e)?x?.(e):A?.(e)},className:`gap-1.5`}),t(`div`,{className:`flex min-w-0 flex-1`,children:t(Me,{ref:R,value:re,onKeyDown:Le,onChange:e=>ae(e.target.value),onPaste:Ee,disabled:s,"aria-label":L,placeholder:L,rows:1,style:{maxHeight:`160px`},className:V(`min-h-[44px] resize-none border-0 bg-transparent px-0 py-0 text-sm leading-6 shadow-none focus-visible:ring-0`,F)})}),n(`div`,{className:`flex items-center justify-between gap-3`,children:[n(`div`,{className:`flex min-w-0 flex-wrap items-center gap-1.5`,children:[me&&n(b,{align:`left`,trigger:t(o,{variant:`ghost`,size:`icon`,className:`size-8 rounded-full text-muted hover:bg-muted`,"aria-label":I(`agent.addAttachment`),title:I(`agent.addAttachment`),children:t(kn,{className:`size-4`})}),children:[!j&&n(z,{onClick:()=>se(!0),isDisabled:!d,children:[t(wn,{className:`size-4`}),I(`agent.linkObject`)]}),fe&&n(z,{onClick:Oe,isDisabled:he,children:[t(Yn,{className:`size-4`}),I(`agent.upload`)]}),O&&n(z,{onClick:()=>le(!0),children:[t(Kt,{className:`size-4`}),t(`span`,{children:I(`agent.searchDocuments`)}),k.length>0&&t(`span`,{className:`ms-auto inline-flex items-center justify-center rounded-full bg-info/20 px-1.5 py-0.5 text-[10px] font-medium text-info`,children:k.length})]})]}),i,a,f&&t(Ne,{asChild:!0,placement:`top`,size:`md`,className:`text-foreground shadow-lg`,description:n(`span`,{className:`block max-w-56 text-start text-sm leading-6`,children:[t(`span`,{className:`block`,children:I(`agent.contextRemainingUntilCompact`,{percent:f.remainingPercent})}),ye&&t(`span`,{className:`mt-1 block text-foreground/80`,children:ye})]}),children:t(o,{type:`button`,variant:`ghost`,size:`icon`,className:V(`size-8 rounded-lg text-info hover:bg-muted hover:text-info disabled:opacity-60`,`focus-visible:ring-2 focus-visible:ring-info/40`),"aria-label":ve,onClick:p,disabled:!p||m,children:m?t(xe,{size:`sm`}):n(`svg`,{viewBox:`0 0 24 24`,className:V(`size-8 -rotate-90`,f.usedPercent>=90?`text-destructive`:f.usedPercent>=70?`text-attention`:`text-info`),"aria-hidden":`true`,children:[t(`circle`,{cx:`12`,cy:`12`,r:`9.75`,fill:`none`,strokeWidth:`4.5`,className:`stroke-current text-muted/50`}),t(`circle`,{cx:`12`,cy:`12`,r:`9.75`,fill:`none`,pathLength:100,strokeWidth:`4.5`,strokeLinecap:`round`,strokeDasharray:100,style:{strokeDashoffset:100-f.usedPercent},className:`stroke-current`})]})})}),ge.length===0&&_e>0&&t(`output`,{className:`flex min-w-0 flex-wrap items-center gap-1.5`,"aria-live":`polite`,children:n(`span`,{className:`inline-flex h-8 items-center gap-1 rounded-full px-2 text-xs text-muted`,children:[t(it,{className:`size-3 text-attention`}),I(`agent.activeWorkstreams`,{count:_e})]})})]}),u&&r&&!re.trim()?t(o,{onClick:Pe,disabled:l,variant:`ghost`,size:`icon`,className:V(`size-9 rounded-full border border-border/60 bg-foreground text-background shadow-sm`,`hover:bg-foreground/90 hover:text-background`,`disabled:bg-mixer-muted/25 disabled:text-muted disabled:opacity-100`,`[&_svg]:text-destructive disabled:[&_svg]:text-muted`),title:I(`agent.stopTooltip`),"aria-label":I(`agent.stopTooltip`),children:l?t(xe,{size:`sm`}):t(Hn,{className:`size-3 fill-current stroke-current`})}):t(o,{onClick:je,disabled:s||c||!re.trim()||D,variant:`ghost`,size:`icon`,className:V(`size-9 rounded-full border border-border/60 bg-foreground text-background shadow-sm`,`hover:bg-foreground/90 hover:text-background`,`disabled:bg-mixer-muted/25 disabled:text-muted disabled:opacity-100`),title:I(D?`agent.waitForFiles`:`agent.sendTooltip`),"aria-label":I(D?`agent.waitForFiles`:`agent.send`),children:c?t(xe,{size:`sm`}):t(lt,{className:`size-4`})})]})]}),n(te,{isOpen:oe,onClose:()=>se(!1),className:`min-w-[60vw]`,children:[t(ie,{children:I(`agent.linkObject`)}),t(ne,{className:`pb-6`,children:t(ov,{onChange:e=>{let t=`[${e.properties?.title||e.name||`Object`}](store:${e.id})`,n=re||``,r=R.current?.selectionStart||n.length;ae(n.substring(0,r)+t+n.substring(r)),se(!1),setTimeout(()=>{if(R.current){R.current.focus();let e=r+t.length;R.current.setSelectionRange(e,e)}},100)}})})]}),O?.({isOpen:ce,onClose:ke,onSelect:Ae})]})}function uv({code:e}){let{onProposalSelect:n,onProposalSubmit:r}=wi(),i=q(()=>Ci(e),[e]),a=q(()=>{if(i)return null;try{let t=e.trim(),i=JSON.parse(t);if(!i.options||!i.question&&!i.title)return null;let a={question:i.question||i.title||``,description:i.description,options:Array.isArray(i.options)?i.options.map(e=>({id:e.id||e.value||``,label:e.label||``,description:e.description})):void 0,allowFreeResponse:i.allowFreeResponse??i.multiple,variant:i.variant,onSelect:n,onSubmit:r};return!a.question||!a.options?.length?null:a}catch{return null}},[e,n,r,i]);return i?t(ui,{type:`proposal`,message:`Loading options...`}):a?t(li,{type:`proposal`,fallbackCode:e,children:t(Jc,{...a})}):t(ui,{type:`proposal`,error:`Invalid proposal specification`})}const dv=Ze(function({code:e}){let n=q(()=>{try{let t=JSON.parse(e);return t?.library===`vega-lite`&&t?.spec&&typeof t.spec==`object`?t:typeof t?.$schema==`string`&&t.$schema.includes(`vega`)?{library:`vega-lite`,spec:t}:null}catch{return null}},[e]);return n?t(ga,{spec:n}):null}),fv=Ze(function({code:e}){let n=q(()=>{try{return{library:`vega-lite`,spec:JSON.parse(e)}}catch{return null}},[e]);return n?t(ga,{spec:n}):null}),pv={chart:dv,"vega-lite":fv,vegalite:fv,"fusion-fragment":ni,proposal:uv,askuser:uv};function mv({url:e,code:n}){let[r,i]=Y(null);return K(()=>{import(e).then(e=>{i(()=>e.default)}).catch(t=>{console.error(`Failed to load remote widget component from `,e,t)})},[e]),r?t(r,{code:n}):null}async function hv(e){let n=await e.apps.getInstalledApps(`tools`),r=new Set;for(let e of n){if(e.manifest.tool_collections&&e.manifest.tool_collections.length>0)for(let t of e.manifest.tool_collections||[]){let e=Or(t).url;if(e.startsWith(`http://`)||e.startsWith(`https://`)){let t=e.indexOf(`/api/`);if(t>0){let n=e.substring(0,t);r.add(`${n}/api/widgets`)}}}e.manifest.endpoint&&e.manifest.capabilities?.includes(`tools`)&&r.add(new URL(`/api/widgets`,e.manifest.endpoint).toString())}let i=await Promise.all(Array.from(r).map(e=>fetch(e).then(e=>{if(!e.ok)throw Error(`Failed to fetch widgets: ${e.status} ${e.statusText}`);return e.json()}).then(e=>{let n=[],r=e.widgets;for(let[e,i]of Object.entries(r))n.push({name:e,component:e=>t(mv,{url:i.url,code:e.code})});return n}).catch(()=>(console.error(`Failed to fetch skill widgets from `,e),null)))),a={};for(let e of i.flat())e&&(a[e.name]=e.component);return a}function gv({children:e}){let{client:n}=Z(),[r,i]=Y(pv);return K(()=>{hv(n).then(e=>{i({...pv,...e})})},[n]),t(di,{components:r,children:e})}const _v=new Map;function vv(e){if(typeof e==`number`)return e;if(!e)return Date.now();let t=new Date(e).getTime();return Number.isFinite(t)?t:Date.now()}function yv(e){return e===`running`||e===`canceling`}function bv(e){return!yv(e)}function xv(e){return typeof e==`number`&&Number.isFinite(e)?e:void 0}function Sv(e){for(let t=e.length-1;t>=0;t--){let n=e[t].details;if(!n)continue;let r=n.token_usage,i=xv(r?.total),a=xv(n.checkpoint_threshold)??xv(n.checkpoint_at);if(typeof i!=`number`||typeof a!=`number`||a<=0)continue;let o=Math.max(0,Math.min(100,Math.round(i/a*100)));return{usedTokens:i,checkpointTokens:a,usedPercent:o,remainingPercent:Math.max(0,100-o)}}}function Cv(e,t){return!bv(e.status)||!yv(t.status)?{...e,...t}:{...e,interaction:e.interaction??t.interaction,elapsed_ms:Math.max(e.elapsed_ms,t.elapsed_ms),deadline_ms:Math.max(e.deadline_ms,t.deadline_ms),remaining_ms:0,phase:e.phase??t.phase,child_workflow_id:e.child_workflow_id??t.child_workflow_id,child_workflow_run_id:e.child_workflow_run_id??t.child_workflow_run_id}}function wv(e){let t=e.details,n=typeof t?.workstream_id==`string`&&t.workstream_id.trim()?t.workstream_id:gl(e);return n===`main`||n===`all`?null:{workstreamId:n,launchId:typeof t?.launch_id==`string`?t.launch_id:void 0,interaction:typeof t?.interaction==`string`?t.interaction:void 0,childWorkflowId:typeof t?.child_workflow_id==`string`?t.child_workflow_id:void 0,childWorkflowRunId:typeof t?.child_workflow_run_id==`string`?t.child_workflow_run_id:void 0}}function Tv(e){if(e.type!==Q.ERROR)return!1;let t=e.details;return t?.event_class!==`activity`||t.workstream_event?!1:!(t.tool||t.tool_status||t.tool_run_id||t.activity_group_id||t.tool_event)}function Ev(e,t,n,r,i,a){if(r){let a=t.get(n);if(a?.startsWith(`message-derived:`)){let t=e.get(a);t&&(e.delete(a),e.set(r,{...t,launch_id:r,updated_at:Math.max(t.updated_at,i)}))}t.set(n,r)}let o=r??t.get(n)??`message-derived:${n}`,s=e.get(o);if(s)return s;let c={workstream_id:n,launch_id:o,elapsed_ms:0,deadline_ms:0,remaining_ms:0,status:`running`,started_at:i,updated_at:i,order:a};return e.set(o,c),t.has(n)||t.set(n,o),c}function Dv(e){let t=new Map,n=new Map;return e.forEach((e,r)=>{let i=vv(e.timestamp),a=wv(e),o=ol(e),s=o?.workstreamId??a?.workstreamId;if(!s)return;let c=o?.launchId??a?.launchId,l=rl(e);if(!o&&!c&&l&&!n.has(s))return;let u=Ev(t,n,s,c,i,r);o?(u.interaction=o.interaction??u.interaction,u.child_workflow_id=o.childWorkflowId??u.child_workflow_id,u.child_workflow_run_id=o.childWorkflowRunId??u.child_workflow_run_id,u.status=`running`):(u.interaction=a?.interaction??u.interaction,u.child_workflow_id=a?.childWorkflowId??u.child_workflow_id,u.child_workflow_run_id=a?.childWorkflowRunId??u.child_workflow_run_id);let d=al(e);d?u.status=d:l||(Tv(e)?u.status=`failed`:(e.type===Q.COMPLETE||e.type===Q.IDLE)&&(u.status=`completed`)),!l&&(u.updated_at=Math.max(u.updated_at,i),yv(u.status)?u.elapsed_ms=Math.max(u.elapsed_ms,i-u.started_at):(u.elapsed_ms=Math.max(u.elapsed_ms,i-u.started_at),u.remaining_ms=0))}),Array.from(t.values()).sort((e,t)=>{let n=Number(!yv(e.status))-Number(!yv(t.status));return n===0?yv(e.status)?e.order-t.order:t.updated_at-e.updated_at||e.order-t.order:n}).map(({started_at:e,updated_at:t,order:n,...r})=>r)}function Ov(e){return{workstream_id:e.workstream_id,launch_id:e.launch_id,interaction:e.interaction,elapsed_ms:e.elapsed_ms,deadline_ms:e.deadline_ms,remaining_ms:Math.max(0,e.deadline_ms-e.elapsed_ms),status:e.status,phase:e.latest_progress?.phase,child_workflow_id:e.child_workflow_id,child_workflow_run_id:e.child_workflow_run_id}}function kv(e){return{workstream_id:e.workstream_id,launch_id:e.launch_id,interaction:e.interaction,elapsed_ms:e.duration_ms??0,deadline_ms:0,remaining_ms:0,status:e.status,phase:e.last_progress?.phase,child_workflow_id:e.child_workflow_id,child_workflow_run_id:e.child_workflow_run_id}}function Av(e,t){let n=e.findIndex(e=>e.launch_id===t.launch_id);if(n>=0){e[n]=Cv(e[n],t);return}let r=e.findIndex(e=>e.workstream_id===t.workstream_id&&e.launch_id.startsWith(`message-derived:`));if(r>=0&&!t.launch_id.startsWith(`message-derived:`)){e[r]=Cv(e[r],t);return}e.push(t)}function jv(e){if(e<60)return`${e}s`;let t=Math.floor(e/60),n=e%60;return n>0?`${t}m ${n}s`:`${t}m`}function Mv(e,t=!0){let[n,r]=Y(()=>Math.max(0,Math.floor((Date.now()-vv(e))/1e3)));return K(()=>{if(!t)return;let n=()=>{r(Math.max(0,Math.floor((Date.now()-vv(e))/1e3)))};n();let i=window.setInterval(n,1e3);return()=>window.clearInterval(i)},[t,e]),n}function Nv(e=!0){let[t,n]=Y(0);return K(()=>{if(!e)return;let t=window.setInterval(()=>{n(()=>Math.floor(Math.random()*fu.length))},4e3);return()=>window.clearInterval(t)},[e]),t}function Pv({message:e,startedAt:r}){let{t:i}=X(),a=Mv(r),o=Nv();return n(`div`,{className:`mx-auto flex min-h-full w-full max-w-3xl flex-col justify-end gap-6 px-1 py-8`,children:[t(`div`,{className:`flex w-full justify-end`,children:t(`div`,{className:V(`max-w-[min(44rem,82%)] rounded-[1.35rem] bg-mixer-muted/35 px-4 py-2.5`,`break-words text-sm font-normal leading-6 text-foreground/90 shadow-sm shadow-black/5`,`dark:bg-mixer-muted/15 dark:text-foreground/88 dark:shadow-none [overflow-wrap:anywhere]`),children:t(`div`,{className:`whitespace-pre-wrap`,children:e})})}),n(`div`,{className:`border-b border-border/70 pb-4 text-sm text-muted`,children:[n(`div`,{className:`flex items-center gap-3`,children:[t(su,{size:`sm`,color:`blue`}),n(`div`,{className:`min-w-0`,children:[n(`div`,{children:[t(`span`,{className:`font-medium`,children:i(`agent.preparing`)}),n(`span`,{className:`ms-2 text-muted/75`,children:[`for `,jv(a)]})]}),t(`div`,{className:`mt-1 truncate text-muted/80`,children:fu[o]})]})]}),t(`div`,{className:`mt-3 ps-6`,children:t(ou,{color:`blue`})})]})]})}function Fv(e,t){if(typeof window>`u`||typeof document>`u`)return!1;let n=document.createElement(`iframe`);n.style.position=`fixed`,n.style.right=`0`,n.style.bottom=`0`,n.style.width=`0`,n.style.height=`0`,n.style.border=`0`,n.style.visibility=`hidden`,document.body.appendChild(n);let r=n.contentWindow;if(!r)return n.parentNode?.removeChild(n),!1;let i=r.document;return i.open(),i.write(`<!doctype html><html><head><title></title></head><body></body></html>`),i.close(),i.title=t,document.querySelectorAll(`link[rel="stylesheet"], style`).forEach(e=>{i.head.appendChild(e.cloneNode(!0))}),i.body.innerHTML=e.innerHTML,r.focus(),r.print(),setTimeout(()=>{n.parentNode?.removeChild(n)},1e3),!0}function Iv(e){let t=0,n=e.length;for(;t<n&&e[t]===`-`;)t++;for(;n>t&&e[n-1]===`-`;)n--;return e.slice(t,n)}function Lv(e){return Iv(e.trim().replace(/[^a-z0-9-_]+/gi,`-`)).slice(0,80)}function Rv(e,t){let n=new Blob([JSON.stringify(t,null,2)],{type:`application/json`}),r=URL.createObjectURL(n),i=document.createElement(`a`);i.href=r,i.download=e,document.body.appendChild(i),i.click(),i.remove(),URL.revokeObjectURL(r)}function zv(e){let{agentRunId:n,startWorkflow:r}=e;return n?t(gv,{children:t(Hv,{...e,agentRunId:n})}):r?t(Vv,{...e}):t(Bv,{})}function Bv(){let{t:e}=X();return n(ee,{status:`info`,icon:t(dt,{className:`size-16 text-muted mb-4`}),children:[t(`div`,{className:`text-base font-medium text-muted`,children:e(`agent.noAgentRunning`)}),t(`div`,{className:`mt-3 text-sm text-muted`,children:e(`agent.selectInteraction`)})]})}function Vv({initialMessage:e,interactive:r=!0,startWorkflow:i,onClose:a,isModal:s=!1,fullWidth:c=!1,placeholder:l,startButtonText:u,title:d,getAttachedDocs:f,onAttachmentsSent:p,acceptedFileTypes:m,maxFiles:h=5,hideHeader:g=!1,hideFileUpload:_=!1,hideObjectLinking:v,headerVariant:y,inputContainerClassName:b,inputClassName:x,className:S,allowWorkflowControl:C,initialToolApprovalMode:w}){let{t:T}=X(),E=!_,D=l??T(`agent.typeYourMessage`),O=u??T(`agent.startAgent`),k=d??T(`agent.startNewConversation`),{client:A}=Z(),[j,M]=Y(``),[N,P]=Y(!1),[F,I]=Y(null),[L,R]=Y(null),[z,ee]=Y(null),[te,ne]=Y(()=>Dr(w,r)),re=H(),ie=J(null),ae=J(null),[oe,se]=Y([]),[ce,le]=Y(!1),ue=J(0),de=G(e=>{E&&(e.preventDefault(),e.stopPropagation(),ue.current++,e.dataTransfer?.types?.includes(`Files`)&&le(!0))},[E]),fe=G(e=>{E&&(e.preventDefault(),e.stopPropagation())},[E]),pe=G(e=>{E&&(e.preventDefault(),e.stopPropagation(),ue.current--,ue.current===0&&le(!1))},[E]),me=G(e=>{if(E&&(e.preventDefault(),e.stopPropagation(),ue.current=0,le(!1),e.dataTransfer?.files&&e.dataTransfer.files.length>0)){let t=Array.from(e.dataTransfer.files);se(e=>[...e,...t].slice(0,h))}},[h,E]),he=G(e=>{if(!E)return;let t=eh(e.clipboardData?.items);t.length>0&&se(e=>[...e,...t].slice(0,h))},[E,h]),B=G(e=>{if(e.target.files&&e.target.files.length>0){let t=Array.from(e.target.files);se(e=>[...e,...t].slice(0,h))}e.target.value=``},[h]),ge=G(e=>{se(t=>t.filter((t,n)=>n!==e))},[]);K(()=>{ie.current&&ie.current.focus()},[]);let _e=async()=>{if(!i)return;let e=j.trim();if(!(!e||N)){P(!0);try{sessionStorage.removeItem(`plan-panel-shown`),re({title:E&&oe.length>0?T(`agent.startingAgentUploading`):T(`agent.startingAgent`),status:`info`,duration:3e3});let t=f?.()||[],n=e;if(t.length>0&&!/store:\S+/.test(e)&&(n=[e,``,`Attachments:`,...t.map(e=>`[${e.name}](/store/objects/${e.id})`)].join(`
440
- `)),E&&oe.length>0){let e=oe.map(e=>e.name).join(`, `);n=[n,``,`[System: ${oe.length} file(s) are being uploaded: ${e}. Please wait for the "Files Ready" notification before processing them.]`].join(`
441
- `)}R(n),ee(Date.now());let r=await i(n,{tool_approval_mode:te});if(r){let e=r.agent_run_id,t=[];if(E&&oe.length>0){for(let n of oe)try{let r=`files/${n.name}`;await A.agents.uploadArtifact(e,r,n),await A.agents.sendSignal(e,`FileUploaded`,{id:`file-${Date.now()}-${Math.random().toString(36).substr(2,9)}`,name:n.name,content_type:n.type||`application/octet-stream`,reference:`artifact:${r}`,artifact_path:r}),t.push(n.name)}catch(e){console.error(`Failed to upload staged file ${n.name}:`,e)}if(t.length>0)try{await A.agents.sendSignal(e,`UserInput`,{message:`[Files Ready] All ${t.length} file(s) have been uploaded and are now available: ${t.join(`, `)}. You can now process them.`,metadata:{type:`files_ready`,files:t}})}catch(e){console.error(`Failed to send files ready signal:`,e)}se([])}p?.(),I(e),M(``),re({title:T(`agent.agentStarted`),status:`success`,duration:3e3})}}catch(e){R(null),ee(null),re({title:T(`agent.errorStarting`),status:`error`,duration:3e3,description:e instanceof Error?e.message:T(`agent.unknownError`)})}finally{P(!1)}}},ve=e=>{if(e.key===`Enter`){if(!(e.metaKey||e.ctrlKey||e.altKey||e.shiftKey)){e.preventDefault(),_e();return}e.shiftKey||(e.preventDefault(),Fe(e.currentTarget,M))}},ye=G(()=>{let e=ie.current;e&&(e.style.height=`auto`,e.style.height=`${Math.min(e.scrollHeight,200)}px`)},[]);return K(()=>{ye()},[j,ye]),F?t(Hv,{onClose:a,isModal:s,initialMessage:e,placeholder:l,fullWidth:c,hideHeader:g,headerVariant:y,hideFileUpload:_,hideObjectLinking:v,inputContainerClassName:b,inputClassName:x,className:S,allowWorkflowControl:C,agentRunId:F,title:d,pendingStartMessage:L??void 0,pendingStartTimestamp:z??void 0,initialToolApprovalMode:te}):t(`div`,{className:V(`flex h-full flex-col items-center bg-background`,S),children:n(`div`,{className:V(`relative flex h-full w-full flex-col overflow-hidden border-0`,c?``:`max-w-4xl`),onDragEnter:E?de:void 0,onDragOver:E?fe:void 0,onDragLeave:E?pe:void 0,onDrop:E?me:void 0,children:[E&&ce&&t(`div`,{className:`absolute inset-0 flex items-center justify-center bg-info-background z-50 pointer-events-none rounded-lg`,children:n(`div`,{className:`text-info font-medium flex items-center gap-2 text-lg`,children:[t(Yn,{className:`size-6`}),`Drop files to stage for upload`]})}),E&&t(`input`,{ref:ae,type:`file`,multiple:!0,accept:m,onChange:B,className:`hidden`}),!g&&n(`div`,{className:`flex items-center justify-between border-b border-border/60 bg-background px-3 py-2`,children:[n(`div`,{className:`flex items-center gap-2`,children:[t(`div`,{className:`p-1`,children:t(It,{className:`size-3.5 text-muted`})}),t(`span`,{className:`text-sm font-medium text-foreground`,children:k})]}),a&&!s&&t(o,{size:`xs`,variant:`ghost`,onClick:a,"aria-label":T(`agent.close`),title:T(`agent.close`),className:`text-muted hover:text-foreground`,children:t(rr,{className:`size-4`})})]}),t(`div`,{className:`flex flex-1 flex-col items-center justify-end overflow-y-auto bg-background px-4`,children:L&&z?t(Pv,{message:L,startedAt:z}):t(`div`,{className:`mx-auto flex min-h-full w-full max-w-3xl flex-col justify-end py-8`,children:e&&t(`div`,{className:`text-[15px] leading-relaxed text-foreground/80`,children:e})})}),t(`div`,{className:`shrink-0 bg-background px-4 pb-safe-area-4 pt-2`,children:n(`div`,{className:V(`mx-auto flex max-w-3xl flex-col gap-3 rounded-2xl border border-border/70 bg-mixer-muted/15 p-3 shadow-lg shadow-black/5`,b),children:[E&&oe.length>0&&t(`div`,{className:`flex flex-wrap gap-2`,children:oe.map((e,r)=>n(`div`,{className:`flex items-center gap-1.5 rounded-md bg-attention/10 px-2 py-1 text-sm text-attention`,title:T(`agent.fileStagedTooltip`),children:[t(Kt,{className:`size-3.5`}),t(`span`,{className:`max-w-[120px] truncate`,children:e.name}),t(`span`,{className:`text-xs opacity-70`,children:T(`agent.staged`)}),t(o,{variant:`unstyled`,"aria-label":`Remove staged file ${e.name}`,onClick:()=>ge(r),className:`ms-1 rounded p-0.5 hover:bg-attention/20`,children:t(rr,{className:`size-3`})})]},`${e.name}-${e.size}-${e.lastModified}`))}),t(Me,{ref:ie,value:j,onChange:e=>M(e.target.value),onKeyDown:ve,onPaste:he,placeholder:D,disabled:N,rows:2,className:V(`min-h-[72px] resize-none overflow-hidden border-0 bg-transparent px-0 py-0 text-sm leading-6 shadow-none focus-visible:ring-0`,x),style:{minHeight:`72px`,maxHeight:`200px`}}),n(`div`,{className:`flex items-center justify-between gap-3`,children:[n(`div`,{className:`flex min-w-0 items-center gap-2`,children:[E&&t(o,{variant:`ghost`,size:`icon`,onClick:()=>ae.current?.click(),disabled:N||oe.length>=h,"aria-label":T(`agent.upload`),className:`rounded-full text-muted`,title:T(`agent.upload`),children:t(Yn,{className:`size-4`})}),r&&t(Xi,{mode:te,onChange:ne,disabled:N})]}),t(o,{onClick:_e,disabled:!j.trim()||N,variant:`ghost`,size:`icon`,className:V(`size-9 rounded-full border border-border/60 bg-foreground text-background shadow-sm`,`hover:bg-foreground/90 hover:text-background`,`disabled:bg-mixer-muted/25 disabled:text-muted disabled:opacity-100`),title:O,"aria-label":O,children:N?t(xe,{size:`sm`}):t(lt,{className:`size-4`})})]})]})})]})})}function Hv({agentRunId:r,title:i,interactive:a=!0,onClose:s,isModal:c=!1,fullWidth:l=!1,placeholder:u,resetWorkflow:d,onRestart:f,onClone:p,onShowDetails:m,allowWorkflowControl:h=!0,uploadedFiles:g,onRemoveFile:_,acceptedFileTypes:v,maxFiles:y,renderDocumentSearch:b,selectedDocuments:x,onRemoveDocument:S,hideObjectLinking:C,hideHeader:w,headerVariant:T=`full`,hideMessageInput:E,failedAction:D,hidePlanPanel:O,hideWorkstreamTabs:k,showRightPanel:A=!0,hideFileUpload:j,showArtifacts:M=!1,hideDocumentPanel:N,hiddenMessageTypes:P,getAttachedDocs:F,onAttachmentsSent:I,isUploading:L=!1,getMessageContext:R,className:z,inputContainerClassName:ae,inputClassName:oe,fusionData:se,fileUploadRef:ce,onProcessingFilesChange:le,processingFiles:ue,onPlansChange:de,onWorkstreamStatusChange:fe,viewMode:pe,onViewModeChange:me,onShowInputChange:he,stopRef:B,onStoppingChange:ge,messageItemClassNames:_e,messageStyleOverrides:ve,toolCallGroupClassNames:ye,hideToolCallsInViewMode:be,streamingMessageClassNames:xe,batchProgressPanelClassNames:Se,workingIndicatorClassName:Ce,messageListClassName:we,StoreLinkComponent:Te,CollectionLinkComponent:Ee,prependFriendlyMessage:De,initialRequestData:Oe,initialRequestSchema:ke,initialRequestTitle:Ae,initialRequestTemplate:je,payloadContent:Me,conversationContent:Ne,conversationTab:Pe=!1,pendingStartMessage:Fe,pendingStartTimestamp:Ie,initialToolApprovalMode:Le,enablePlayback:Re,showPlaybackToggle:ze=!0}){let{t:Be}=X(),{client:Ve}=Z(),He=H(),{messages:Ue,streamingMessages:We,isCompleted:Ge,initialHistoryStatus:Ke,debugChunkFlash:qe,addOptimisticMessage:U,updateOptimisticMessageStatus:W,reconnect:Je,agentRunStatus:Ye,workflowRunId:Xe,serverFileUpdates:Ze}=fh(Ve,r),{plans:Qe,activePlanIndex:$e,setActivePlanIndex:et,workstreamStatusMap:tt,showInput:nt,showSlidingPanel:rt,setShowSlidingPanel:it}=th(Ue,a,c),{openDocuments:at,activeDocumentId:ot,isDocPanelOpen:st,docRefreshKey:ct,closeDocPanel:lt,closeDocument:ut,selectDocument:dt,openDocInPanel:ft,updateDocumentTitle:pt}=gh(Ue),{processingFiles:mt,hasProcessingFiles:gt,handleFileUpload:_t,removeProcessingFile:vt,clearProcessingFiles:yt}=bh(Ve,r,Ze,He),bt=a&&!j,xt=G(e=>{vt(e)},[vt]),St=J(null),Ct=J(null),wt=J(null),[Tt,Et]=Y(!1),[Dt,Ot]=Y(!1),[kt,At]=Y(`sliding`),jt=pe??kt,Mt=G(e=>{me?me(e):At(e)},[me]),[Nt,Pt]=Y(!1),[Ft,It]=Y(!1),[Lt,Rt]=Y(`all`),[zt,Bt]=Y(`live`),[Vt,Ht]=Y(!1),[Ut,Wt]=Y(0),[Gt,Kt]=Y([]),[qt,Jt]=Y([]),[Yt,Xt]=Y(!1),Zt=q(()=>Le===void 0&&a?void 0:Dr(Le,a),[Le,a]),[Qt,$t]=Y(Zt),en=J(!1),tn=J(0),nn=J(!1),rn=J(0),an=J(null);K(()=>{$t(Zt)},[Zt]);let on=J(Tt);on.current=Tt;let sn=J(gt);sn.current=gt;let cn=J(mt);cn.current=mt;let ln=q(()=>{let e=Ue.filter(e=>(e.workstream_id||`main`)===`main`);return e[e.length-1]},[Ue]),un=q(()=>ln?.type===Q.TERMINATED?`TERMINATED`:ln?.type===Q.COMPLETE&&(!Ye||Ye===`RUNNING`)?`COMPLETED`:Ye,[ln,Ye]),dn=q(()=>{let e=un?.toUpperCase();return e===`COMPLETED`||e===`FAILED`||e===`CANCELED`||e===`CANCELLED`||e===`TERMINATED`||e===`TIMED_OUT`},[un]),fn=q(()=>dn&&un?.toUpperCase()!==`FAILED`&&!!f,[dn,un,f]),pn=!E||fn,mn=q(()=>un?.toUpperCase()===`FAILED`||Ye?.toUpperCase()===`FAILED`,[un,Ye]),hn=J(dn);hn.current=dn;let gn=J(fn);gn.current=fn;let _n=q(()=>{let e=Qe[$e]||{plan:{plan:[]},timestamp:0},t=tt.get(e.timestamp)||new Map;return{plan:e.plan,workstreamStatus:t}},[Qe,$e,tt]),vn=q(()=>Dv(Ue),[Ue]),yn=q(()=>{let e=[...vn];for(let t of qt)Av(e,kv(t));for(let t of Gt)Av(e,Ov(t));return e.map((e,t)=>({workstream:e,index:t})).sort((e,t)=>Number(!yv(e.workstream.status))-Number(!yv(t.workstream.status))||e.index-t.index).map(({workstream:e})=>e)},[vn,Gt,qt]),bn=q(()=>yn.filter(e=>yv(e.status)),[yn]),xn=q(()=>bn.filter(e=>e.status===`running`).length,[bn]),Sn=q(()=>{if(Lt===`all`)return;let e=yn.find(e=>e.workstream_id===Lt||e.launch_id===Lt);return e?Qc(e.workstream_id,e.interaction):Qc(Lt)},[Lt,yn]),Cn=q(()=>{if(u)return u;if(Sn)return Be(`agent.messageMainAgentWhileViewingWorkstream`,{workstream:Sn})},[Sn,u,Be]),wn=ze&&Re===void 0&&Da(),Tn=Re??(Oa()||Vt),En=q(()=>yl(P?.length?Ue.filter(e=>!P.includes(e.type)):Ue,Lt),[Lt,P,Ue]),Dn=q(()=>Ta(En,zt,Tn),[Tn,zt,En]),On=Dn.cursor,kn=Dn.isLive,An=Tn&&!kn&&Dn.cursorIndex===En.length-1,jn=Dn.displayedMessages,Mn=kn?We:_v,Nn=q(()=>Dv(jn),[jn]),Pn=q(()=>Nn.filter(e=>yv(e.status)),[Nn]),Fn=q(()=>Ge||!pl(Ue),[Ge,Ue]),In=kn||An?Fn:!1,Ln=q(()=>ru(jn),[jn]),Rn=!!Ln&&!mn,zn=Tn&&!kn,Bn=pn&&!zn,Vn=q(()=>Sv(Ue),[Ue]),Hn=h&&!dn&&kn&&!!Vn;K(()=>{ul(`conversation render state`,{agentRunId:r,messageCount:Ue.length,playbackMessageCount:En.length,displayedMessageCount:jn.length,streamingCount:We.size,displayedStreamingCount:Mn.size,initialHistoryStatus:Ke,isCompleted:Ge,effectiveIsCompleted:Fn,displayedIsCompleted:In,agentRunStatus:Ye,effectiveWorkflowStatus:un,isWorkflowTerminal:dn,playbackCursor:On,isPlaybackEnabled:Tn,isPlaybackLive:kn,isPlaybackAtLatest:An,activeWorkstream:Lt,showInitialRequest:Ke===`empty`&&Ue.length===0,pendingStartVisible:Ue.length===0&&!Fn&&!!Fe})},[Lt,r,Ye,On,In,jn.length,Mn.size,Fn,un,Ke,Ge,An,Tn,kn,dn,Ue.length,Fe,En.length,We.size]);let Un=G(()=>{Ht(e=>!e)},[]),Wn=G(e=>{let t=Sa(On,En.length),n=Sa(e,En.length);Tn&&(n>t||e===`live`&&On!==`live`)&&(nn.current=!0,Wt(e=>e+1)),Bt(e)},[On,Tn,En.length]);K(()=>{if(!Tn){zt!==`live`&&Bt(`live`);return}On!==zt&&Bt(On)},[On,Tn,zt]),K(()=>{if(!Tn||!nn.current)return;nn.current=!1;let e=window.requestAnimationFrame(()=>{St.current?.scrollIntoView({behavior:`smooth`,block:`end`})});return()=>window.cancelAnimationFrame(e)},[Tn,Ut]);let Gn=G(()=>{it(e=>(e||sessionStorage.setItem(`plan-panel-shown`,`true`),!e))},[it]),Kn=G(e=>{et(e)},[et]),[qn,Jn]=Y(Ne||Pe?`conversation`:`plan`),[Xn,Zn]=Y(400),[Qn,$n]=Y(!1),er=A&&(rt||st||!k&&yn.length>0||!!Ne||Pe);K(()=>{!er&&Qn&&$n(!1)},[er,Qn]),K(()=>{if(!Qn)return;let e=e=>{let t=wt.current;if(!t)return;let n=t.getBoundingClientRect(),r=Math.max(300,n.width-420),i=n.right-e.clientX;Zn(Math.min(Math.max(i,300),r))},t=()=>{$n(!1)};return window.addEventListener(`mousemove`,e),window.addEventListener(`mouseup`,t),document.body.style.cursor=`col-resize`,document.body.style.userSelect=`none`,()=>{window.removeEventListener(`mousemove`,e),window.removeEventListener(`mouseup`,t),document.body.style.cursor=``,document.body.style.userSelect=``}},[Qn]);let tr=G(()=>{it(!1),lt()},[it,lt]),nr=G(({href:e,documentId:n,children:r})=>t(`a`,{href:e,className:`text-info underline cursor-pointer hover:text-info/80`,onClick:e=>{e.preventDefault(),e.stopPropagation(),ft(n),Jn(`documents`)},children:r}),[ft]),rr=Te??nr;K(()=>(ce&&(ce.current=bt?_t:null),()=>{ce&&(ce.current=null)}),[ce,_t,bt]),K(()=>{le?.(mt)},[mt,le]),K(()=>{de?.(Qe,$e)},[Qe,$e,de]),K(()=>{fe?.(tt)},[tt,fe]),K(()=>{en.current=!1,Xt(!1),Kt([]),Jt([])},[r]),K(()=>{let e=Ke!==`loading`&&!Fn&&!dn&&!Yt;if(ul(`active workstreams poll state`,{agentRunId:r,shouldPoll:e,initialHistoryStatus:Ke,effectiveIsCompleted:Fn,isWorkflowTerminal:dn,isWorkstreamQueryUnavailable:Yt}),!e){Kt(e=>e.length===0?e:[]);return}let t=!1,n=!1,i=async()=>{if(n){ul(`active workstreams fetch skipped while previous request is pending`,{agentRunId:r});return}n=!0;try{ul(`active workstreams fetch start`,{agentRunId:r});let e=await Ve.agents.getActiveWorkstreams(r);if(t)return;if(ul(`active workstreams fetch success`,{agentRunId:r,runningCount:e.running?.length??0,completedCount:e.completed?.length??0,unavailable:e.unavailable===!0}),Kt(e.running??[]),Jt(e.completed??[]),e.unavailable){Xt(!0);return}en.current=!1}catch(e){if(t)return;Kt(e=>e.length===0?e:[]),Xt(!0),ul(`active workstreams fetch failed`,{agentRunId:r,error:e instanceof Error?e.message:String(e)}),en.current||=(console.warn(`Failed to fetch active workstreams:`,e),!0)}finally{n=!1}};i();let a=window.setInterval(i,1e4);return()=>{t=!0,window.clearInterval(a)}},[Ve.agents,r,Fn,Ke,dn,Yt]),K(()=>{if(Ue.length!==0){if(fn){he?.(!0);return}if(!nt){he?.(!1);return}if(un&&un!==`RUNNING`){he?.(!1);return}un!==null&&he?.(!0)}},[nt,un,Ue.length,he,fn]);let ir=G(async()=>{let e=an.current;e&&await e},[]),ar=G((e,t)=>{let n=e.trim();if(!n||on.current||hn.current&&!gn.current)return;if(sn.current){He({status:`warning`,title:Be(`agent.filesProcessing`),description:Be(`agent.waitForFilesProcessing`),duration:3e3});return}Et(!0);let i=F?.()||[],a=R?.()||{},o=n;i.length>0&&!/store:\S+/.test(n)&&(o=[n,``,`Attachments:`,...i.map(e=>`[${e.name}](/store/objects/${e.id})`)].join(`
442
- `));let s=Array.from(cn.current.values()).filter(e=>e.status===pr.READY).map(e=>{let t=e.reference?.startsWith(`artifact:`)?e.reference:e.artifact_path?`artifact:${e.artifact_path}`:void 0;return t?`[${e.name}](${t})`:void 0}).filter(e=>!!e);s.length>0&&(o=[o,``,`Uploaded artifacts:`,...s].join(`
443
- `));let c=`msg-${Date.now()}-${Math.random().toString(36).substr(2,9)}`;U({timestamp:Date.now(),workflow_run_id:r,type:Q.QUESTION,message:o,workstream_id:`main`,details:{_optimistic:!0,_messageId:c,_deliveryStatus:`sending`}});let l={...i.length>0?{attached_docs:i.map(e=>e.id)}:{},...a,...t,id:c,_messageId:c},u=()=>Ve.agents.sendSignal(r,`UserInput`,{message:o,client_message_id:c,metadata:l}),d=()=>{W(c,`received`),I?.(),yt()};(async()=>{await ir(),hn.current&&(await Ve.agents.restart(r),Je()),await u(),d()})().catch(e=>{W(c,`failed`),He({status:`error`,title:Be(`agent.failedToSend`),description:e instanceof Error?e.message:Be(`agent.unknownError`),duration:3e3})}).finally(()=>{Et(!1)})},[r,Ve,He,F,R,I,yt,Je,U,W,Be,ir]),or=G(async e=>{try{await Ve.agents.sendSignal(r,`McpConfigChanged`,{})}catch(e){console.error(`Failed to signal MCP config change`,e)}ar(Be(`agent.mcpConnectedMessage`,{name:e.name}))},[Ve,r,ar,Be]),[sr,cr]=Y(void 0);K(()=>{let e=!1,t=rn.current;return Ve.agents.retrieve(r).then(n=>{e||(cr(n.disabled_mcp_collections),rn.current===t&&(n.tool_approval_mode!==void 0||n.interactive!==void 0)&&$t(Dr(n.tool_approval_mode,n.interactive)))}).catch(()=>{}),()=>{e=!0}},[Ve,r]);let lr=G(e=>{cr(e.length>0?e:void 0),Ve.agents.sendSignal(r,`McpConfigChanged`,{disabled_mcp_collections:e}).catch(e=>console.error(`Failed to signal MCP config change`,e))},[Ve,r]),ur=G(()=>{Ve.agents.sendSignal(r,`McpConfigChanged`,{}).catch(e=>console.error(`Failed to signal MCP config change`,e))},[Ve,r]),dr=G(e=>{let t=Dr(e,a),n=Qt;rn.current+=1,$t(t);let i=Ve.agents.sendSignal(r,`ToolApprovalModeChanged`,{mode:t}).then(()=>void 0).catch(e=>{$t(e=>e===t?n:e),He({status:`error`,title:Be(`agent.approvalMode.changeFailed`),description:e instanceof Error?e.message:Be(`agent.unknownError`),duration:3e3})});an.current=i,i.finally(()=>{an.current===i&&(an.current=null)})},[r,Ve,a,Be,He,Qt]),fr=G(e=>{bt&&(e.preventDefault(),e.stopPropagation(),tn.current++,e.dataTransfer?.types?.includes(`Files`)&&It(!0))},[bt]),mr=G(e=>{bt&&(e.preventDefault(),e.stopPropagation())},[bt]),hr=G(e=>{bt&&(e.preventDefault(),e.stopPropagation(),tn.current--,tn.current===0&&It(!1))},[bt]),gr=G(e=>{bt&&(e.preventDefault(),e.stopPropagation(),tn.current=0,It(!1),e.dataTransfer?.files&&e.dataTransfer.files.length>0&&_t(Array.from(e.dataTransfer.files)))},[_t,bt]),_r=G(async()=>{if(Nt)return;let e=`stop-${Date.now()}-${Math.random().toString(36).substr(2,9)}`;U({timestamp:Date.now(),workflow_run_id:r,type:Q.IDLE,message:`Stopped. Waiting for your command...`,workstream_id:`main`,details:{_optimistic:!0,_messageId:e,_deliveryStatus:`sending`,display_role:`user_stopped`,status_reason:`user_stopped`}}),Pt(!0);try{await Ve.agents.sendSignal(r,`Stop`,{message:`User requested stop`,client_message_id:e,metadata:{id:e,_messageId:e}}),W(e,`received`)}catch(t){He({status:`error`,title:Be(`agent.failedToInterrupt`),description:t instanceof Error?t.message:Be(`agent.unknownError`),duration:3e3}),W(e,`failed`)}finally{Pt(!1)}},[Nt,r,U,Ve.agents,He,Be,W]),vr=G(async()=>{if(!(Dt||Fn||!kn)){Ot(!0);try{await Ve.agents.sendSignal(r,`TriggerCheckpoint`,{reason:`manual user request`})}catch(e){He({status:`error`,title:Be(`agent.failedToCompactContext`),description:e instanceof Error?e.message:Be(`agent.unknownError`),duration:3e3})}finally{Ot(!1)}}},[r,Ve.agents,Fn,Dt,kn,Be,He]);K(()=>(B&&(B.current=h&&!Fn?_r:null),()=>{B&&(B.current=null)}),[B,Fn,_r,h]),K(()=>{ge?.(Nt)},[Nt,ge]);let yr=i||Be(`agent.agentConversation`),br=async()=>{try{let e=await bl(Ve,r);e&&window.open(e,`_blank`)}catch(e){console.error(`Failed to download conversation`,e),He({status:`error`,title:Be(`agent.failedToDownload`),duration:3e3})}},xr=G(()=>{let e=new Date().toISOString(),t=We.size>0?[{cursor:`live`,streamingMessages:Array.from(We,([e,t])=>({id:e,...t}))}]:void 0,n={metadata:{title:yr,agent_run_id:r,exported_at:e,message_count:Ue.length},messages:Ue,...t?{streamingFrames:t}:{}};Rv(`${Lv(yr)||`agent-chat`}-${Lv(r)}.json`,n),He({status:`success`,title:Be(`agent.rewind.fixtureExported`),duration:2e3})},[yr,r,Ue,We,Be,He]),[Sr,Cr]=Y(!1),wr=()=>{if(!Ct.current){He({status:`error`,title:Be(`agent.pdfExportFailed`),description:Be(`agent.noConversationContent`),duration:3e3});return}Cr(!0)},Tr=()=>{if(!Ct.current){He({status:`error`,title:Be(`agent.pdfExportFailed`),description:Be(`agent.noConversationContent`),duration:3e3});return}let e=`${yr} - ${r}`;if(!Fv(Ct.current,e)){He({status:`error`,title:Be(`agent.pdfExportFailed`),description:Be(`agent.unableToOpenPrint`),duration:4e3});return}He({status:`success`,title:Be(`agent.pdfExportReady`),description:Be(`agent.printDialogDescription`),duration:4e3}),Cr(!1)},Er=q(()=>Ue.filter(e=>e.type===Q.COMPLETE?!0:e.type===Q.THOUGHT?e.details?.tool_status===`completed`:!1).length,[Ue]),Or=q(()=>_n.plan.plan?.reduce((e,t)=>(t.id&&t.goal&&e.set(t.id.toString(),t.goal),e),new Map),[_n.plan]),kr=e=>t(Dh,{title:yr,variant:e,isCompleted:Fn,isTerminal:dn,onClose:s,isModal:c,agentRunId:r,workflowRunId:Xe||``,viewMode:jt,onViewModeChange:Mt,showPlanPanel:A&&rt,hasPlan:A&&Qe.length>0,showPlanButton:A&&!Pe,onTogglePlanPanel:Gn,showPlaybackButton:wn,isPlaybackEnabled:Tn,onTogglePlayback:Un,onDownload:br,onExportFixture:xr,resetWorkflow:d,onClone:p,onShowDetails:m,allowWorkflowControl:h,onExportPdf:wr,isReceivingChunks:qe}),Ar=n(`div`,{ref:Ct,"data-agent-playback-enabled":Tn||void 0,"data-agent-playback-cursor":Tn?On:void 0,"data-agent-live-message-count":Ue.length,"data-agent-rendered-message-count":jn.length,className:V(`flex flex-col min-h-0 min-w-0 border-0`,Pe?`flex-1 h-full`:er?`w-full flex-1 min-h-[50vh]`:l?`flex-1 w-full`:`flex-1 mx-auto ${c?``:`max-w-4xl`}`),children:[!w&&T===`compact`&&t(`div`,{className:`flex flex-shrink-0 justify-end border-b border-border/60 px-2 py-1 lg:hidden`,children:kr(`compact`)}),!w&&T!==`compact`&&t(`div`,{className:`flex-shrink-0`,children:kr(T)}),Tn&&t(`div`,{className:`flex flex-shrink-0 justify-end px-2 py-1.5`,children:t(ja,{cursor:On,messages:En,onChangeCursor:Wn})}),Ue.length===0&&!Fn&&Fe&&Ie?t(Pv,{message:Fe,startedAt:Ie}):t(tm,{messages:jn,workstreamSourceMessages:Ue,bottomRef:St,isCompleted:In,plan:_n.plan,workstreamStatus:_n.workstreamStatus,showPlanPanel:A&&rt,onTogglePlanPanel:Gn,plans:Qe,activePlanIndex:$e,onChangePlan:Kn,taskLabels:Or,streamingMessages:Mn,onSendMessage:kn?ar:void 0,messageItemClassNames:_e,messageStyleOverrides:ve,toolCallGroupClassNames:ye,hideToolCallsInViewMode:be,streamingMessageClassNames:xe,batchProgressPanelClassNames:Se,artifactRunId:r,viewMode:jt,hideWorkstreamTabs:k,workingIndicatorClassName:Ce,messageListClassName:we,StoreLinkComponent:rr,CollectionLinkComponent:Ee,prependFriendlyMessage:De,initialRequestData:Oe,initialRequestSchema:ke,initialRequestTitle:Ae,initialRequestTemplate:je,showInitialRequest:Ke===`empty`&&Ue.length===0,hiddenMessageTypes:P,disableAutoScroll:!kn,renderRequestInputControls:!Rn,activeWorkstream:Lt,onActiveWorkstreamChange:Rt}),Rn?t(au,{message:Ln,onSendMessage:kn?ar:void 0,onMcpConnected:kn?or:void 0,disabled:L||!kn,isLoading:Tt||L}):zn&&Pn.length>0?t(`div`,{className:`flex-shrink-0 pb-safe-area`,children:t(xh,{activeWorkstreams:Pn})}):Bn&&t(`div`,{className:`flex-shrink-0 pb-safe-area`,children:mn?D??t(ee,{status:`error`,icon:null,className:`m-2`,children:`This Workflow is FAILED`}):un&&un!==`RUNNING`&&!fn?jt===`sliding`&&un===`COMPLETED`?t(`div`,{className:`mx-auto w-full max-w-3xl px-4 py-3 text-sm text-muted`,children:n(`div`,{className:`flex items-center gap-2 border-t border-success/25 pt-3 text-success`,children:[t(ht,{className:`size-4`}),t(`span`,{className:`font-medium`,children:`Workflow completed`})]})}):n(ee,{status:un===`COMPLETED`?`success`:`done`,icon:null,className:`m-2`,children:[`This Workflow is `,un]}):(nt||fn)&&t(lv,{onSend:ar,onStop:h?_r:void 0,approvalModeSlot:a&&Qt?t(Xi,{mode:Qt,onChange:dr,disabled:!kn||dn||!h}):void 0,mcpSlot:t(vm,{disabledCollections:sr,onChange:lr,onConnectionChange:ur}),disabled:L||!kn,isSending:Tt||L,isStopping:Nt,isStreaming:!Fn,isCompleted:Fn,contextWindowUsage:Hn?Vn:void 0,onCompactContext:Hn?vr:void 0,isCompactingContext:Dt,activeTaskCount:xn,activeWorkstreams:bn,placeholder:Cn,onFilesSelected:bt?_t:void 0,uploadedFiles:g,onRemoveFile:_,onRemoveProcessingFile:xt,acceptedFileTypes:v,maxFiles:y,processingFiles:mt,artifactRunId:r,hasProcessingFiles:gt,renderDocumentSearch:b,selectedDocuments:x,onRemoveDocument:S,hideObjectLinking:C,hideFileUpload:!bt,disableDropZone:bt,className:ae,inputClassName:oe})})]}),jr=t(Qi,{children:t(hu,{children:n(`div`,{ref:wt,className:V(`flex flex-col lg:flex-row gap-2 w-full h-full relative overflow-hidden`,bt&&Ft&&`ring-2 ring-blue-400 ring-inset`,z),onDragEnter:bt?fr:void 0,onDragOver:bt?mr:void 0,onDragLeave:bt?hr:void 0,onDrop:bt?gr:void 0,children:[bt&&Ft&&t(`div`,{className:`absolute inset-0 flex items-center justify-center bg-blue-100/80 dark:bg-blue-900/40 z-50 pointer-events-none rounded-lg`,children:n(`div`,{className:`text-blue-600 dark:text-blue-400 font-medium flex items-center gap-2 text-lg`,children:[t(Yn,{className:`size-6`}),`Drop files to upload`]})}),!Pe&&Ar,!Pe&&T===`compact`&&!w&&t(`div`,{className:`hidden h-full w-12 shrink-0 items-start justify-center px-1 pt-2 lg:flex`,children:kr(`compact`)}),er&&n(e,{children:[!Pe&&t(`div`,{role:`separator`,"aria-orientation":`vertical`,"aria-label":`Resize right panel`,"aria-valuenow":Math.round(Xn),"aria-valuemin":300,"aria-valuetext":`${Math.round(Xn)} pixels`,tabIndex:0,className:`hidden lg:block lg:w-1 lg:shrink-0 cursor-col-resize bg-border/70 hover:bg-border transition-colors`,onMouseDown:()=>$n(!0),onKeyDown:e=>{if(e.key!==`ArrowLeft`&&e.key!==`ArrowRight`)return;e.preventDefault();let t=e.shiftKey?32:16,n=e.key===`ArrowLeft`?t:-t,r=wt.current,i=r?Math.max(300,r.getBoundingClientRect().width-420):900;Zn(e=>Math.min(Math.max(e+n,300),i))}}),t(`div`,{className:Pe?`w-full h-full overflow-auto`:`w-full lg:w-[var(--agent-right-panel-width)] lg:shrink-0 min-h-[50vh] lg:h-full border-t lg:border-t-0`,style:Pe?void 0:{"--agent-right-panel-width":`${Xn}px`},children:t($m,{plan:_n.plan,workstreamStatus:_n.workstreamStatus,plans:Qe,activePlanIndex:$e,onChangePlan:Kn,showPlan:!O&&rt,activeWorkstreams:yn,hideWorkstreams:k,openDocuments:at,activeDocumentId:ot,onSelectDocument:dt,onCloseDocument:ut,onUpdateDocumentTitle:pt,docRefreshKey:ct,runId:r,processingFiles:ue??mt,showArtifacts:M,artifactRefreshKey:Er,messages:Ue,payloadContent:Me,conversationContent:Pe?Ar:Ne,onClose:tr,defaultTab:qn,activeTab:qn,onTabChange:Jn})})]}),n(te,{isOpen:Sr,onClose:()=>Cr(!1),children:[t(ie,{children:`Export conversation as PDF`}),n(ne,{children:[t(`p`,{className:`mb-2`,children:`This will open your browser's print dialog with the current conversation.`}),t(`p`,{className:`text-sm text-muted`,children:`To save a PDF, choose "Save as PDF" or a similar option in the print dialog.`})]}),n(re,{align:`right`,children:[t(o,{variant:`ghost`,size:`sm`,onClick:()=>Cr(!1),children:`Cancel`}),t(o,{size:`sm`,onClick:Tr,children:`Open print dialog`})]})]})]})})});return se?t(ri,{data:se,sendMessage:ar,ChartComponent:ga,artifactRunId:r,children:jr}):jr}function Uv({messages:e}){return t(`div`,{className:`flex flex-col overflow-y-auto space-y-6 py-4`,children:W.useMemo(()=>[...e].sort((e,t)=>(typeof e.timestamp==`number`?e.timestamp:new Date(e.timestamp).getTime())-(typeof t.timestamp==`number`?t.timestamp:new Date(t.timestamp).getTime())),[e]).map(e=>t(nd,{message:e,showPulsatingCircle:!1},`${e.workstream_id??`main`}-${e.timestamp}-${e.type}`))})}function Wv({messages:e,bottomRef:n,className:r,messagesClassName:i,emptyClassName:a}){let o=W.useRef(null);K(()=>{n.current&&n.current.scrollIntoView({behavior:`smooth`})},[e,n]);let s=W.useMemo(()=>[...e].sort((e,t)=>(typeof e.timestamp==`number`?e.timestamp:new Date(e.timestamp).getTime())-(typeof t.timestamp==`number`?t.timestamp:new Date(t.timestamp).getTime())),[e]);return t(`div`,{ref:o,className:`flex-1 min-h-0 h-full overflow-y-auto py-4 px-4 sm:px-6 lg:px-8 bg-white flex flex-col ${r||``}`,"data-testid":`messages-container`,children:s.length===0?t(`div`,{className:`flex items-center justify-center h-full text-center py-8 ${a||``}`,children:t(`div`,{className:`flex items-center px-4 py-3 text-gray-500`,children:`Waiting for agent response...`})}):t(`div`,{className:`flex-1 flex flex-col justify-start h-full min-h-0 ${i||``}`,children:t(Uv,{messages:s,isCompleted:!1})})})}function Gv({children:e,fallback:n}){return Kv?t(Kv,{fallback:n,children:e}):t(ji,{FallbackComponent:n,children:e})}let Kv=null;function qv(e){Kv=e}function Jv({children:e}){return t(Gv,{fallback:Yv,children:e})}function Yv({error:e}){let{t:r}=X(),i=e instanceof Error?e.message:void 0;return n(ee,{status:`error`,title:r(`errors.somethingWentWrong`),children:[n(`div`,{className:`mb-4`,children:[r(`errors.teamNotifiedLine1`),` `,r(`errors.teamNotifiedLine2`),`\xA0`,t(`a`,{className:`text-info`,href:`mailto:support@vertesiahq.com`,children:`support@vertesiahq.com`}),`.`]}),i&&t(`code`,{className:`w-full mt-4 text-sm text-muted break-words`,children:i})]})}function Xv({children:e}){return t(Gv,{fallback:Zv,children:e})}function Zv({error:e}){let r=e instanceof Error?e.message:void 0;return t(`tr`,{children:n(`td`,{colSpan:100,children:[t(`span`,{className:`text-xs`,children:` Cannot display row`}),t(`br`,{}),t(`span`,{className:`bg-gray-400`,children:r})]})})}function Qv({children:e}){return t(Gv,{fallback:$v,children:e})}function $v({error:e}){let r=e instanceof Error?e.message:void 0;return console.log(`WidgetError`,e),n(`div`,{className:`text-sm`,children:[`Sorry, this area cannot be loaded or rendered.`,r&&t(`pre`,{children:r})]})}const ey=/^[a-f0-9]{24}$|^[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}$|^(?=.*\d)(?=.*[a-zA-Z])[a-zA-Z0-9_-]{8,}$/i;function ty(e){return ey.test(e)}function ny({className:e,children:r,title:i,description:o,actions:s,breadcrumbs:c,useDynamicBreadcrumbs:l=!0}){let u=si();function d(e){return e.replace(/[-_]/g,` `).split(` `).map(e=>Rr(e)).join(` `)}let f=e=>{if(e?.title)return e.title;let t=e?.href||``;if(!t)return`Page`;let n=t.split(`#`)[0].split(`?`)[0].split(`/`).filter(e=>e.length>0);return n.length>=1?d(n[n.length-1]):`Page`},p=(()=>{let e=[];if(l&&typeof window<`u`){let t=window.history.state?.historyChain;if(Array.isArray(t))t.forEach((n,r)=>{let i=t.length-r;e.push({label:f(n),href:n.href,onClick:()=>u(n.href,{stepsBack:i})})});else{let t=window.location.pathname.split(`/`).filter(e=>e.length>0);for(let n=0;n<t.length;n++)if(ty(t[n])){let r=`/${t.slice(0,n).join(`/`)}`;e.push({label:d(t[n-1]||r),href:r,onClick:()=>u(r,{isBasePathNested:!1})})}}}return c&&c.length>0&&c.forEach(t=>{let n=t.props?.children||t,r=t.props?.href;e.push(r?{href:r,label:n,onClick:()=>u(r,{replace:t.props.clearBreadcrumbs})}:{label:n})}),e})();return n(`div`,{className:We(`pb-0 ps-4 pe-2 py-2 flex flex-col`,e),children:[n(`div`,{className:`flex items-start gap-4`,children:[n(`div`,{className:`w-full flex place-content-between h-auto min-h-8 flex-col items-start justify-center`,children:[n(`nav`,{className:`flex-1 flex justify-start text-sm`,children:[p.length>0&&t(a,{path:p,separator:t(St,{className:`size-3.5 cn-rtl-flip`}),maxItems:4}),o&&t(Ne,{description:o,children:t(rn,{className:`size-4 text-muted ms-4`})})]}),i&&t(`div`,{className:`flex gap-2 items-center`,children:t(`h1`,{className:`text-xl font-semibold break-all`,children:i})})]}),t(`div`,{className:`flex gap-x-2 shrink-0 items-center`,children:s})]}),r&&t(`div`,{className:`w-full flex items-center`,children:r})]})}function ry(){let{t:e}=X();return n(`div`,{className:`text-center pt-32`,children:[t(`h1`,{className:`text-3xl font-bold text-red-500`,children:`404`}),t(`p`,{className:`text-2xl`,children:e(`layout.pageNotFound`)})]})}Pi.GlobalWorkerOptions.workerSrc=`//unpkg.com/pdfjs-dist@${Pi.version}/build/pdf.worker.min.mjs`;function iy({className:e,size:n=`md`}){return t(`div`,{className:`flex items-center justify-center ${e||``}`,children:t(fn,{className:`${{sm:`w-4 h-4`,md:`w-6 h-6`,lg:`w-8 h-8`}[n]} animate-spin text-muted-foreground`})})}function ay({pdfUrl:e,pageNumber:r,width:i,className:a,renderTextLayer:o=!1,renderAnnotationLayer:s=!1,onLoadSuccess:c,onError:l}){let[u,d]=Y(!0),[f,p]=Y(null);return f?t(`div`,{className:`flex items-center justify-center text-destructive text-sm ${a||``}`,children:`Failed to load PDF`}):n(`div`,{className:a,children:[u&&t(iy,{className:`py-4`,size:`md`}),t(Mi,{file:e,onLoadSuccess:({numPages:e})=>{d(!1),c?.(e)},onLoadError:e=>{d(!1),p(e),l?.(e)},loading:null,children:t(Ni,{pageNumber:r,width:i,renderTextLayer:o,renderAnnotationLayer:s,loading:t(iy,{className:`py-4`,size:`sm`})})})]})}const oy=Ye(null);function sy({pdfUrl:e,urlLoading:n=!1,children:r,onLoadSuccess:i}){let[a,o]=Y(0),[s,c]=Y(!0),[l,u]=Y(null),[d,f]=Y(null),p=async e=>{o(e.numPages),i?.(e.numPages);try{let t=(await e.getPage(1)).getViewport({scale:1});f({width:t.width,height:t.height,aspectRatio:t.width/t.height})}catch(e){console.error(`Failed to get page dimensions:`,e)}c(!1)},m=e=>{c(!1),u(e)},h={pdfUrl:e,numPages:a,loading:n||(e?s:!0),error:l,pageDimensions:d};return l?t(`div`,{className:`flex items-center justify-center text-destructive text-sm py-4`,children:`Failed to load PDF`}):t(oy.Provider,{value:h,children:e?t(Mi,{file:e,onLoadSuccess:p,onLoadError:m,loading:t(iy,{className:`py-4`,size:`md`}),children:r((e,n)=>t(Ni,{pageNumber:e,width:n,renderTextLayer:!1,renderAnnotationLayer:!1,loading:t(iy,{className:`py-4`,size:`sm`})},e))}):t(iy,{className:`py-4`,size:`md`})})}function cy(){return Qe(oy)}const ly=210/297;function uy({pageNumber:e,width:n,className:r}){let i=cy(),a=i?.pageDimensions?.aspectRatio??ly,o=n?Math.round(n/a):200;return i?.loading?t(`div`,{className:`flex items-center justify-center bg-muted ${r||``}`,style:{height:o,width:n||`100%`},children:t(iy,{size:`md`})}):t(`div`,{className:r,children:t(Ni,{pageNumber:e,width:n,renderTextLayer:!1,renderAnnotationLayer:!1,loading:t(iy,{className:`py-4`,size:`sm`})})})}function dy({pageNumber:e,width:n,isSelected:r,onSelect:i,renderThumbnail:a,aspectRatio:o=ly,rootMargin:s=`200px 0px`}){let c=J(null),[l,u]=Y(!1);K(()=>{let e=c.current;if(!e)return;let t=new IntersectionObserver(e=>{e[0]?.isIntersecting&&u(!0)},{rootMargin:s,threshold:0});return t.observe(e),()=>t.disconnect()},[s]);let d=n?Math.round(n/o):200;return t(`div`,{ref:c,children:a({pageNumber:e,isSelected:r,pageElement:l?t(Ni,{pageNumber:e,width:n,renderTextLayer:!1,renderAnnotationLayer:!1,loading:t(`div`,{className:`flex items-center justify-center bg-muted`,style:{height:d},children:t(iy,{size:`sm`})})}):t(`div`,{className:`flex items-center justify-center bg-muted`,style:{height:d,width:n||`100%`},children:t(`span`,{className:`text-muted-foreground text-xs`,children:e})}),onSelect:i})})}function fy(e){if(!e)return null;let t=e.parentElement;for(;t;){let e=window.getComputedStyle(t).overflowY;if(e===`auto`||e===`scroll`)return t;t=t.parentElement}return null}function py({pdfUrl:r,urlLoading:i=!1,pageCount:a,currentPage:o,thumbnailWidth:s,onPageSelect:c,renderThumbnail:l,scrollContainerRef:u,onAspectRatioChange:d,onItemHeightChange:f,calculateItemHeight:p,onPageCountChange:m}){let[h,g]=Y(null),[_,v]=Y({start:0,end:Math.min(15,a)}),[y,b]=Y(null),x=J(null),S=G(e=>{g(e)},[]),C=G(async e=>{m?.(e.numPages);try{let t=(await e.getPage(1)).getViewport({scale:1}),n=t.width/t.height;b(n),d?.(n)}catch(e){console.error(`Failed to get page dimensions:`,e),b(ly),d?.(ly)}},[d,m]),w=y??ly,T=s?Math.round(s/w):200,E=p?p(T):T+16+24+8;if(K(()=>{E>0&&y!==null&&f?.(E)},[E,y,f]),K(()=>{let e=u?.current||fy(x.current);if(!e)return;let t=()=>{let t=e.scrollTop,n=e.clientHeight,r=Math.floor(t/E),i=Math.ceil((t+n)/E),o=Math.max(0,r-5),s=Math.min(a,i+5);v(e=>e.start!==o||e.end!==s?{start:o,end:s}:e)};return t(),e.addEventListener(`scroll`,t,{passive:!0}),()=>e.removeEventListener(`scroll`,t)},[E,a,u]),h)return t(`div`,{className:`flex items-center justify-center text-destructive text-sm py-4`,children:`Failed to load PDF`});if(i||!r)return t(iy,{className:`py-4`,size:`md`});let D=_.start*E,O=(a-_.end)*E,k=y!==null;return t(`div`,{ref:x,children:t(Mi,{file:r,onLoadSuccess:C,onLoadError:S,loading:t(iy,{className:`py-4`,size:`md`}),children:k?n(e,{children:[D>0&&t(`div`,{style:{height:D}}),Array.from({length:_.end-_.start},(e,n)=>{let r=_.start+n+1;return t(`div`,{"data-page-index":r-1,style:{height:E,overflow:`hidden`},children:t(dy,{pageNumber:r,width:s,isSelected:r===o,onSelect:()=>c(r),renderThumbnail:l,aspectRatio:w})},r)}),O>0&&t(`div`,{style:{height:O}})]}):t(iy,{className:`py-4`,size:`md`})})})}function my({pdfUrl:e,pageNumber:r,width:i,height:a,className:o,renderTextLayer:s=!1,renderAnnotationLayer:c=!1,onPageChange:l}){let[u,d]=Y(0),[f,p]=Y(!0),[m,h]=Y(null);return K(()=>{u>0&&l?.(r,u)},[r,u,l]),m?t(`div`,{className:`flex items-center justify-center text-destructive ${o||``}`,children:n(`span`,{children:[`Failed to load PDF: `,m.message]})}):n(`div`,{className:o,children:[f&&t(iy,{className:`py-8`,size:`lg`}),t(Mi,{file:e,onLoadSuccess:({numPages:e})=>{d(e),p(!1)},onLoadError:e=>{p(!1),h(e)},loading:null,children:t(Ni,{pageNumber:Math.min(r,u||1),width:i,height:a,renderTextLayer:s,renderAnnotationLayer:c,loading:t(iy,{className:`py-8`,size:`md`})})})]})}const hy=[50,75,100,125,150,200,300];function gy({pdfUrl:r,pdfUrlLoading:i=!1,pageCount:a,currentPage:s,onChange:c,onPageCountChange:u,className:d,compact:f=!1,headerExtra:p}){let{t:m}=X(),h=J(null),g=J(null),[_,v]=Y(void 0),[y,b]=Y(100),[x,S]=Y(.7070707070707071),[C,w]=Y(null),T=J(null),E=_?Math.round(_*y/100):void 0,D=G(()=>{let e=hy.findIndex(e=>e>=y);e===-1&&(e=hy.length-1),b(hy[Math.min(e+1,hy.length-1)])},[y]),O=G(()=>{let e=hy.findIndex(e=>e>=y);e===-1&&(e=hy.length-1),b(hy[Math.max(e-1,0)])},[y]),k=G(()=>{b(100)},[]),A=G(e=>e+(f?28:48),[f]),j=G((e,t)=>A(e?Math.round(e/t):200),[A]);K(()=>{let e=g.current;if(!e)return;let t=null,n=()=>e.clientWidth-16-16-4,r=()=>{let t=n();if(t<=0)return;let r=T.current;if(r&&r>0){let n=e.scrollTop,i=Math.round(n/r),a=j(t,x),o=i*a;v(t),requestAnimationFrame(()=>{e.scrollTo({top:o,behavior:`instant`})}),T.current=a}else v(t),T.current=j(t,x)},i=n();i>0&&(v(i),T.current=j(i,x));let a=new ResizeObserver(()=>{t&&clearTimeout(t),t=setTimeout(r,150)});return a.observe(e),()=>{t&&clearTimeout(t),a.disconnect()}},[x,j]);let M=J(!1),N=J(null),P=J(y);K(()=>{P.current!==y&&(P.current=y,N.current={targetPage:s},M.current=!0)},[y,s]),K(()=>{let e=g.current,t=N.current;if(t&&e&&C){N.current=null;let n=(t.targetPage-1)*C;requestAnimationFrame(()=>{e.scrollTo({top:n,behavior:`instant`}),requestAnimationFrame(()=>{M.current=!1})})}},[C]);let F=J(!1);K(()=>{let e=g.current;if(!(!e||!C||F.current))if(s>1){F.current=!0,M.current=!0;let t=(s-1)*C;e.scrollTo({top:t,behavior:`instant`}),requestAnimationFrame(()=>{M.current=!1})}else F.current=!0},[C,s]);let I=J(s);return K(()=>{let e=g.current;if(!(!e||!C)&&I.current!==s){I.current=s,M.current=!0;let t=(s-1)*C;e.scrollTo({top:t,behavior:`instant`}),requestAnimationFrame(()=>{M.current=!1})}},[s,C]),K(()=>{let e=g.current;if(!e||!C)return;let t=null,n=()=>{M.current||(t&&clearTimeout(t),t=setTimeout(()=>{let t=e.scrollTop,n=Math.round(t/C)+1,r=Math.max(1,Math.min(n,a));r!==s&&(I.current=r,c(r))},50))};return e.addEventListener(`scroll`,n,{passive:!0}),()=>{t&&clearTimeout(t),e.removeEventListener(`scroll`,n)}},[C,a,s,c]),n(`div`,{ref:h,className:We(`flex flex-col items-stretch`,f?`gap-y-1`:`gap-y-2`,d),children:[n(`div`,{className:We(`relative flex items-center justify-center px-2`,f?`h-6`:`h-9`),children:[t(o,{variant:`ghost`,size:`xs`,onClick:()=>{s>1&&c(s-1)},alt:m(`pdf.previousPage`),children:t(Dt,{className:`size-4`})}),n(`div`,{className:`absolute start-2 flex items-center gap-x-1`,children:[t(vy,{zoom:y,onZoomIn:D,onZoomOut:O,onFitToView:k,canZoomIn:y<hy[hy.length-1],canZoomOut:y>hy[0]}),p&&n(e,{children:[t(`div`,{className:`w-px h-4 bg-border mx-1`}),p]})]}),t(`div`,{className:`absolute end-2`,children:t(_y,{currentPage:s,totalPages:a,onChange:c})})]}),t(`div`,{ref:g,className:We(`flex flex-col items-center flex-1 overflow-y-auto px-2`,f?`gap-1`:`gap-2`),children:t(py,{pdfUrl:r,urlLoading:i,pageCount:a,currentPage:s,thumbnailWidth:E,onPageSelect:c,onPageCountChange:u,scrollContainerRef:g,onAspectRatioChange:S,onItemHeightChange:w,calculateItemHeight:A,renderThumbnail:({pageNumber:e,isSelected:r,pageElement:i,onSelect:a})=>n(`div`,{className:We(`hover:bg-muted rounded-md w-full`,f?`p-1`:`p-2`),children:[t(o,{variant:`unstyled`,size:`none`,"aria-pressed":r,"aria-label":`Page ${e}`,className:We(`relative border-[2px] cursor-pointer overflow-hidden`,r?`border-primary`:`border-border`),onClick:a,children:i}),t(l,{className:We(`text-muted-foreground font-semibold`,f?`text-xs pt-0.5`:`text-sm pt-1`),children:e})]},e)})}),t(`div`,{className:We(`flex items-center justify-center`,f?`h-6`:`h-9`),children:t(o,{variant:`ghost`,size:`xs`,onClick:()=>{s<a&&c(s+1)},alt:m(`pdf.nextPage`),children:t(wt,{className:`size-4`})})})]})}function _y({currentPage:e,totalPages:r,onChange:i}){let{t:a}=X(),o=J(null),[s,c]=Y(String(e));K(()=>{c(String(e))},[e]);let l=()=>{let t=parseInt(s,10);!Number.isNaN(t)&&t>=1&&t<=r?i(t):c(String(e))};return n(`div`,{className:`flex items-center gap-1 text-xs text-muted-foreground`,children:[t(`span`,{children:a(`pdf.page`)}),t(`input`,{ref:o,type:`text`,value:s,onChange:e=>c(e.target.value),onKeyDown:t=>{t.key===`Enter`?(l(),o.current?.blur()):t.key===`Escape`&&(c(String(e)),o.current?.blur())},onBlur:()=>{l()},className:`w-8 h-5 text-center text-xs px-1 py-0 bg-background border border-border rounded focus:outline-none focus:border-primary`}),n(`span`,{children:[`/ `,r]})]})}function vy({zoom:e,onZoomIn:r,onZoomOut:i,onFitToView:a,canZoomIn:s,canZoomOut:c}){let{t:l}=X();return n(`div`,{className:`flex items-center gap-x-0.5`,children:[t(o,{variant:`ghost`,size:`xs`,onClick:i,isDisabled:!c,alt:l(`pdf.zoomOut`),children:t(yn,{})}),n(`span`,{className:`text-xs text-muted-foreground min-w-[32px] text-center`,children:[e,`%`]}),t(o,{variant:`ghost`,size:`xs`,onClick:r,isDisabled:!s,alt:l(`pdf.zoomIn`),children:t(On,{})}),t(o,{variant:`ghost`,size:`xs`,onClick:a,alt:l(`pdf.fitToWidth`),className:e===100?`text-muted-foreground/40`:void 0,children:t(mn,{})})]})}const yy=`magic-pdf`;var by;(function(e){e.original=`original`,e.instrumented=`instrumented`})(by||={});var xy=class{client;objectId;totalPages;cache=new Map;pending=new Map;constructor(e,t,n){this.client=e,this.objectId=t,this.totalPages=n}getCacheKey(e,t){return`${t}-${e}`}async getPageImageUrl(e,t){let n=this.getCacheKey(e,t),r=this.cache.get(n);if(r)return r;let i=this.pending.get(n);if(i)return i;let a=this.fetchImageUrl(e,t);this.pending.set(n,a);try{let e=await a;return this.cache.set(n,e),e}finally{this.pending.delete(n)}}async fetchImageUrl(e,t){let n=this.getImagePath(e,t);return(await this.client.files.getDownloadUrl(n)).url}getImagePath(e,t){let n=`${yy}/${this.objectId}/pages`;switch(t){case by.original:return`${n}/page-${e}.original.jpg`;case by.instrumented:return`${n}/page-${e}.instrumented.jpg`}}},Sy=class{client;objectId;totalPages;cache=new Map;pending=new Map;constructor(e,t,n){this.client=e,this.objectId=t,this.totalPages=n}async getPageLayout(e){let t=this.cache.get(e);if(t!==void 0)return t;let n=this.pending.get(e);if(n)return n;let r=this.fetchPageLayout(e);this.pending.set(e,r);try{let t=await r;return this.cache.set(e,t),t}finally{this.pending.delete(e)}}async fetchPageLayout(e){let t=`${yy}/${this.objectId}/pages/page-${e}.layout.json`,n=await this.client.files.getDownloadUrl(t),r=await fetch(n.url,{method:`GET`});if(!r.ok)throw Error(`Failed to fetch json layout: ${r.statusText}`);return r.text()}},Cy=class{totalPages;pages=[];constructor(e){this.totalPages=e}initFromContent(e){this.pages=wy(e,this.totalPages)}async loadUrls(e,t){}async getPageMarkdown(e){let t=e-1;return t<0||t>=this.pages.length?``:this.pages[t]}};function wy(e,t){let n=Array(t).fill(``),r=/<!--\s*\{\s*"page"\s*:\s*(\d+)\s*\}\s*-->/g,i=[];for(let t of e.matchAll(r))i.push({page:parseInt(t[1],10),index:t.index+t[0].length});for(let r=0;r<i.length;r++){let a=i[r],o=a.page-1;if(o<0||o>=t)continue;let s=a.index,c=e.slice(s).match(/<!--\s*\{\s*"page"\s*:\s*\d+\s*\}\s*-->/),l=c&&c.index!==void 0?s+c.index:e.length,u=e.slice(s,l).trim();u=u.replace(/\n---\s*$/,``).trim(),n[o]=u}return n}const Ty=Ye(void 0);function Ey({children:e,object:n}){let{client:r}=Z(),i=n.metadata.page_count||10,a=n.metadata?.content_processor?.type===`markdown`,[o,s]=Y(()=>{let e=new Cy(i);a&&n.text&&e.initFromContent(n.text);let t=n.text?Ay(n.text):``;return{count:i,layoutProvider:new Sy(r,n.id,i),markdownProvider:e,imageProvider:new xy(r,n.id,i),xml:t,xmlPages:n.text?ky(t):[],pdfUrl:``,pdfUrlLoading:!0}});return K(()=>{if(a){let e=n.metadata?.renditions?.find(e=>e.name===_r),t=n.content?.type===`application/pdf`,i=e?.content?.source||(t?n.content?.source:void 0);i?r.store.objects.getDownloadUrl(i,void 0,`inline`).then(e=>{s(t=>({...t,pdfUrl:e.url,pdfUrlLoading:!1}))}).catch(e=>{console.warn(`Failed to get PDF URL:`,e),s(e=>({...e,pdfUrlLoading:!1}))}):s(e=>({...e,pdfUrlLoading:!1}))}else s(e=>({...e,pdfUrlLoading:!1}))},[r,a,n.metadata,n.content?.type,n.content?.source]),t(Ty.Provider,{value:o,children:e})}function Dy(e,t,n){return e.files.getDownloadUrl(`${yy}/${t}/${n}`).then(e=>e.url)}function Oy(){let e=W.useContext(Ty);if(!e)throw Error(`useMagicPdfContext must be used within a MagicPdfProvider`);return e}function ky(e){let t=new DOMParser().parseFromString(Ay(e),`text/xml`).getElementsByTagName(`page`),n=new XMLSerializer;return Array.from(t).map(e=>n.serializeToString(e))}function Ay(e){return e.replace(/[\x00-\x08\x0B\x0C\x0E-\x1F\x7F]/g,``).replace(/<\?xml.*?\?>/g,``)}const jy=[50,75,100,125,150,200,300];function My(e,t){let n=[e],r=1;for(;n.length<t;){let i=e+r,a=e-r;i<=t&&n.push(i),a>=1&&n.push(a),r++}return n}function Ny({className:e,currentPage:r,onChange:i}){let{t:a}=X(),[s,c]=Y(by.instrumented),[l,u]=Y(1.2941176470588236),[d,f]=Y(new Map),[p,m]=Y(100),h=J(new Set),g=J(null),_=J(null),v=J(!1),{imageProvider:y,count:b}=Oy(),x=G(()=>{let e=jy.findIndex(e=>e>=p);e===-1&&(e=jy.length-1),m(jy[Math.min(e+1,jy.length-1)])},[p]),S=G(()=>{let e=jy.findIndex(e=>e>=p);e===-1&&(e=jy.length-1),m(jy[Math.max(e-1,0)])},[p]),C=G(()=>{m(100)},[]);K(()=>{y.getPageImageUrl(1,s).then(e=>{let t=new window.Image;t.onload=()=>{t.width>0&&t.height>0&&u(t.height/t.width)},t.src=e}).catch(()=>{})},[y,s]);let w=J(s);K(()=>{let e=!1;w.current!==s&&(w.current=s,h.current=new Set,f(new Map));let t=My(r,b),n=async t=>{if(!(e||h.current.has(t)))try{let n=await y.getPageImageUrl(t,s);e||(h.current.add(t),f(e=>new Map(e).set(t,n)))}catch{}};return t.forEach(e=>{n(e)}),()=>{e=!0}},[r,b,s,y]);let T=J(p);K(()=>{if(T.current!==p&&_.current){T.current=p,v.current=!0;let e=_.current.querySelector(`[data-page="${r}"]`);e?requestAnimationFrame(()=>{e.scrollIntoView({behavior:`instant`,block:`center`}),requestAnimationFrame(()=>{v.current=!1})}):v.current=!1}},[p,r]);let E=J(r);return K(()=>{if(E.current!==r&&_.current){E.current=r,v.current=!0;let e=_.current.querySelector(`[data-page="${r}"]`);e&&e.scrollIntoView({behavior:`instant`,block:`nearest`}),requestAnimationFrame(()=>{v.current=!1})}},[r]),K(()=>{let e=_.current;if(!e)return;let t=null,n=()=>{v.current||(t&&clearTimeout(t),t=setTimeout(()=>{let t=e.getBoundingClientRect(),n=t.top+t.height/2,a=r,o=1/0;for(let t=1;t<=b;t++){let r=e.querySelector(`[data-page="${t}"]`);if(r){let e=r.getBoundingClientRect(),i=e.top+e.height/2,s=Math.abs(i-n);s<o&&(o=s,a=t)}}a!==r&&(E.current=a,i(a))},50))};return e.addEventListener(`scroll`,n,{passive:!0}),()=>{t&&clearTimeout(t),e.removeEventListener(`scroll`,n)}},[b,r,i]),n(`div`,{ref:g,className:We(`flex flex-col items-stretch gap-y-2`,e),children:[n(`div`,{className:`relative flex items-center justify-center px-2 h-9`,children:[t(o,{variant:`ghost`,size:`xs`,onClick:()=>{r>1&&i(r-1)},alt:a(`pdf.previousPage`),children:t(Dt,{className:`size-4`})}),n(`div`,{className:`absolute start-2 flex items-center gap-x-1`,children:[t(Py,{type:by.original,currentType:s,onClick:()=>c(by.original),icon:t(tn,{className:`size-4`}),tooltip:a(`pdf.originalImages`)}),t(Py,{type:by.instrumented,currentType:s,onClick:()=>c(by.instrumented),icon:t(In,{className:`size-4`}),tooltip:a(`pdf.instrumentedImages`)}),t(`div`,{className:`w-px h-4 bg-border mx-1`}),t(Fy,{zoom:p,onZoomIn:x,onZoomOut:S,onFitToView:C,canZoomIn:p<jy[jy.length-1],canZoomOut:p>jy[0]})]}),t(`div`,{className:`absolute end-2`,children:t(Ly,{currentPage:r,totalPages:b,onChange:i})})]}),t(`div`,{ref:_,className:`flex flex-col items-center gap-2 flex-1 overflow-y-auto px-2`,children:Array.from({length:b},(e,n)=>t(Iy,{currentPage:r,pageNumber:n+1,aspectRatio:l,zoom:p,url:d.get(n+1),onSelect:()=>i(n+1)},`page-thumb-${n}`))}),t(`div`,{className:`flex items-center justify-center h-9`,children:t(o,{variant:`ghost`,size:`xs`,onClick:()=>{r<b&&i(r+1)},alt:a(`pdf.nextPage`),children:t(wt,{className:`size-4`})})})]})}function Py({type:e,currentType:n,onClick:r,icon:i,tooltip:a}){let s=e===n;return t(Ne,{description:a,placement:`bottom`,size:`xs`,children:t(o,{variant:`unstyled`,"aria-label":a,"aria-pressed":s,className:We(`p-1 rounded cursor-pointer transition-colors`,s?`text-primary bg-primary/10`:`text-muted-foreground hover:text-foreground hover:bg-muted`),onClick:r,children:i})})}function Fy({zoom:e,onZoomIn:r,onZoomOut:i,onFitToView:a,canZoomIn:s,canZoomOut:c}){let{t:l}=X();return n(`div`,{className:`flex items-center gap-x-0.5`,children:[t(Ne,{description:l(`pdf.zoomOut`),placement:`bottom`,size:`xs`,children:t(o,{variant:`unstyled`,"aria-label":l(`pdf.zoomOut`),className:We(`p-1 rounded cursor-pointer transition-colors`,c?`text-muted-foreground hover:text-foreground hover:bg-muted`:`text-muted-foreground/40 cursor-not-allowed`),onClick:i,disabled:!c,children:t(yn,{className:`size-4`})})}),n(`span`,{className:`text-xs text-muted-foreground min-w-[32px] text-center`,children:[e,`%`]}),t(Ne,{description:l(`pdf.zoomIn`),placement:`bottom`,size:`xs`,children:t(o,{variant:`unstyled`,"aria-label":l(`pdf.zoomIn`),className:We(`p-1 rounded cursor-pointer transition-colors`,s?`text-muted-foreground hover:text-foreground hover:bg-muted`:`text-muted-foreground/40 cursor-not-allowed`),onClick:r,disabled:!s,children:t(On,{className:`size-4`})})}),t(Ne,{description:l(`pdf.fitToWidth`),placement:`bottom`,size:`xs`,children:t(o,{variant:`unstyled`,"aria-label":l(`pdf.fitToWidth`),className:We(`p-1 rounded cursor-pointer transition-colors`,e===100?`text-muted-foreground/40`:`text-muted-foreground hover:text-foreground hover:bg-muted`),onClick:a,children:t(mn,{className:`size-4`})})})]})}function Iy({pageNumber:e,currentPage:r,aspectRatio:i,zoom:a,url:s,onSelect:c}){let u=e===r;return n(`div`,{className:`p-2 hover:bg-muted rounded-md flex flex-col items-center`,"data-page":e,style:{width:`${a}%`},children:[t(o,{variant:`unstyled`,size:`none`,"aria-pressed":u,"aria-label":`Page ${e}`,className:We(`relative border-[2px] cursor-pointer overflow-hidden !flex items-center justify-center bg-muted/50 w-full`,u?`border-primary`:`border-border`),style:{aspectRatio:`1 / ${i}`},onClick:c,children:s?t(`img`,{src:s,alt:`Page ${e}`,className:`w-full`}):t(fn,{className:`w-6 h-6 animate-spin text-muted-foreground`})}),t(l,{className:`text-sm text-muted-foreground pt-1 font-semibold`,children:e})]})}function Ly({currentPage:e,totalPages:r,onChange:i}){let{t:a}=X(),o=J(null),[s,c]=Y(String(e));K(()=>{c(String(e))},[e]);let l=()=>{let t=parseInt(s,10);!Number.isNaN(t)&&t>=1&&t<=r?i(t):c(String(e))};return n(`div`,{className:`flex items-center gap-1 text-xs text-muted-foreground`,children:[t(`span`,{children:a(`pdf.page`)}),t(`input`,{ref:o,type:`text`,value:s,onChange:e=>c(e.target.value),onKeyDown:t=>{t.key===`Enter`?(l(),o.current?.blur()):t.key===`Escape`&&(c(String(e)),o.current?.blur())},onBlur:()=>{l()},className:`w-8 h-5 text-center text-xs px-1 py-0 bg-background border border-border rounded focus:outline-none focus:border-primary`}),n(`span`,{children:[`/ `,r]})]})}function Ry({object:e}){let{t:r}=X(),{client:i}=Z(),a=t=>{Dy(i,e.id,t).then(e=>window.open(e,`_blank`))},s=e.metadata?.type===`document`&&e.metadata.content_processor?.type||`xml`,c=`p-2 cursor-pointer hover:bg-muted text-start text-sm`;return s===`markdown`?t(o,{variant:`ghost`,size:`xs`,onClick:()=>a(`document.md`),alt:r(`pdf.download`),children:t(Lt,{className:`size-4`})}):n(se,{children:[t(le,{children:t(o,{variant:`ghost`,size:`xs`,alt:r(`pdf.download`),children:t(Lt,{className:`size-4`})})}),t(ce,{align:`start`,className:`p-0 w-auto`,children:n(`div`,{className:`min-w-[200px] flex flex-col divide-y divide-border`,children:[t(o,{variant:`unstyled`,className:c,onClick:()=>a(`annotated.pdf`),children:`annotated.pdf`}),t(o,{variant:`unstyled`,className:c,onClick:()=>a(`document.xml`),children:`document.xml`}),t(o,{variant:`unstyled`,className:c,onClick:()=>a(`analyzed-pages.json`),children:`analyzed-pages.json`})]})})]})}function zy({className:e}){return t(`div`,{className:`flex items-center justify-center ${e||``}`,children:t(fn,{className:`w-6 h-6 animate-spin text-gray-400`})})}function By({viewType:e,pageNumber:n}){switch(e){case`json`:return t(Hy,{pageNumber:n});case`markdown`:return t(Uy,{pageNumber:n});default:return t(Vy,{pageNumber:n})}}function Vy({pageNumber:e}){let{xmlPages:n}=Oy();return t(`div`,{className:`px-4 py-2`,children:t(Si,{xml:n[e-1],collapsible:!0})})}function Hy({pageNumber:e}){let[n,r]=Y(null),[i,a]=Y(!0),[o,s]=Y(null),{layoutProvider:c}=Oy();return K(()=>{a(!0),s(null),c.getPageLayout(e).then(e=>{r(e?JSON.parse(e):null),a(!1)}).catch(e=>{console.error(e),s(e.message||`Failed to load layout`),a(!1)})},[e,c]),i?t(`div`,{className:`px-4 py-8`,children:t(zy,{})}):o?t(`div`,{className:`px-4 py-2 text-red-500 text-sm`,children:o}):n?t(mi,{className:`w-full`,data:n}):null}function Uy({pageNumber:e}){let[r,i]=Y(null),[a,o]=Y(!0),[s,c]=Y(null),{markdownProvider:l}=Oy();return K(()=>{o(!0),c(null),l.getPageMarkdown(e).then(e=>{i(e),o(!1)}).catch(e=>{console.error(e),c(e.message||`Failed to load markdown`),o(!1)})},[e,l]),a?n(`div`,{className:`h-full flex flex-col items-center justify-center gap-2`,children:[t(zy,{}),t(`span`,{className:`text-sm text-muted-foreground`,children:`Loading...`})]}):s?t(`div`,{className:`px-4 py-2 text-red-500 text-sm`,children:s}):t(`div`,{className:`px-4 py-2 prose prose-sm max-w-none dark:prose-invert`,children:r?t(_i,{children:r}):t(`div`,{children:`No markdown content available`})})}var Wy=class extends Je{constructor(e){super(e),this.state={hasError:!1,error:null}}static getDerivedStateFromError(e){return{hasError:!0,error:e}}componentDidCatch(e,t){console.error(`PDF View error:`,e,t)}render(){return this.state.hasError?t(`div`,{className:`fixed inset-0 bg-background z-50 flex items-center justify-center`,children:n(`div`,{className:`flex flex-col items-center gap-4 p-8 max-w-md`,children:[t(O,{title:rt.t(`pdf.failedToLoadViewer`,{ns:nt}),children:this.state.error?.message||`An unexpected error occurred`}),this.props.onClose&&t(o,{variant:`outline`,onClick:this.props.onClose,children:`Close`})]})}):this.props.children}};function Gy({objectId:e,onClose:r}){let{t:i}=X(),{client:a}=Z(),{data:s,error:c}=Re(()=>a.store.objects.retrieve(e,`+text`),[e]);return c?t(`div`,{className:`fixed inset-0 bg-background z-50 flex items-center justify-center`,children:n(`div`,{className:`flex flex-col items-center gap-4 p-8 max-w-md`,children:[t(O,{title:i(`pdf.fetchingDocumentFailed`),children:Pe(c)}),r&&t(o,{variant:`outline`,onClick:r,children:`Close`})]})}):s?t(Wy,{onClose:r,children:t(`div`,{className:`fixed inset-0 bg-background z-50 flex items-center justify-center`,children:t(Ey,{object:s,children:t(Ky,{object:s,onClose:r})})})}):n(`div`,{className:`fixed inset-0 bg-background z-50 flex flex-col`,children:[t(`div`,{className:`flex h-9 items-center justify-end shrink-0 bg-sidebar px-2 border-b border-sidebar-border`,children:r&&t(o,{variant:`ghost`,size:`xs`,onClick:r,alt:i(`pdf.close`),children:t(er,{className:`size-4`})})}),t(`div`,{className:`flex-1 flex items-center justify-center`,children:t(`div`,{className:`animate-spin rounded-full h-8 w-8 border-b-2 border-primary`})})]})}function Ky({object:e,onClose:r}){let{t:i}=X(),{count:a,pdfUrl:s,pdfUrlLoading:c}=Oy(),l=()=>e.metadata?.type===`document`&&e.metadata.content_processor?.type===`markdown`?`markdown`:`xml`,[u,d]=Y(1);return l()===`xml`?n(he,{direction:`horizontal`,className:`absolute inset-0`,children:[t(me,{defaultSize:50,minSize:20,maxSize:80,className:`bg-muted`,children:t(Ny,{className:`h-full`,currentPage:u,onChange:d})}),t(pe,{className:`w-[4px] bg-border cursor-ew-resize`}),n(me,{defaultSize:50,minSize:20,className:`flex flex-col`,children:[n(`div`,{className:`flex h-9 items-center justify-between shrink-0 bg-sidebar px-2 border-b border-sidebar-border`,children:[t(`div`,{className:`flex items-center gap-x-2`,children:t(Ry,{object:e})}),t(`span`,{className:`text-xs text-muted-foreground`,children:i(`pdf.pageOf`,{pageNumber:u,totalPages:a})}),t(`div`,{className:`flex items-center gap-x-2`,children:!!r&&t(o,{variant:`ghost`,size:`xs`,onClick:r,alt:i(`pdf.close`),children:t(er,{className:`size-4`})})})]}),t(`div`,{className:`flex-1 overflow-auto px-2`,children:t(By,{pageNumber:u,viewType:`xml`})})]})]}):n(he,{direction:`horizontal`,className:`absolute inset-0`,children:[t(me,{defaultSize:50,minSize:20,maxSize:80,className:`bg-muted`,children:t(gy,{pdfUrl:s,pdfUrlLoading:c,pageCount:a,className:`h-full`,currentPage:u,onChange:d})}),t(pe,{className:`w-[4px] bg-border cursor-ew-resize`}),n(me,{defaultSize:50,minSize:20,className:`flex flex-col`,children:[n(`div`,{className:`flex h-9 items-center justify-between shrink-0 bg-sidebar px-2 border-b border-sidebar-border`,children:[t(`div`,{className:`flex items-center gap-x-2`,children:t(Ry,{object:e})}),t(`span`,{className:`text-xs text-muted-foreground`,children:i(`pdf.pageOf`,{pageNumber:u,totalPages:a})}),t(`div`,{className:`flex items-center gap-x-2`,children:!!r&&t(o,{variant:`ghost`,size:`xs`,onClick:r,alt:i(`pdf.close`),children:t(er,{className:`size-4`})})})]}),t(`div`,{className:`flex-1 overflow-auto px-2`,children:t(By,{pageNumber:u,viewType:`markdown`})})]})]})}const qy=[`image/jpeg`,`image/jpg`,`image/png`,`image/gif`,`image/webp`,`image/svg+xml`],Jy=[`video/mp4`,`video/webm`],Yy=[`audio/mp4`,`audio/m4a`,`audio/x-m4a`,`audio/mpeg`,`audio/ogg`,`audio/wav`,`audio/webm`];function Xy(e){let t=Math.floor(e/3600),n=Math.floor(e%3600/60),r=Math.floor(e%60);return t>0?`${t}:${n.toString().padStart(2,`0`)}:${r.toString().padStart(2,`0`)}`:`${n}:${r.toString().padStart(2,`0`)}`}function Zy({url:e,source:r,object:i,className:a}){let{t:o}=X(),{client:s}=Z(),[c,l]=Y(e),[u,d]=Y(!e&&(!!r||!!i)),f=i?.metadata,p=(f?.renditions||[]).find(e=>e.name===lr),m=i?.content?.type&&Yy.includes(i.content.type),h=!!i&&i.metadata?.type===dr.Audio&&!p&&!m;return K(()=>{if(e){l(e),d(!1);return}l(void 0),r||i?(d(!0),(async()=>{try{if(r){l((await s.files.getDownloadUrl(r)).url);return}if(!i||i.metadata?.type!==dr.Audio)return;let e;p?.content?.source?e=await s.files.getDownloadUrl(p.content.source):m&&i.content?.source&&(e=await s.files.getDownloadUrl(i.content.source)),e&&l(e.url)}catch(e){console.error(`Failed to get audio URL`,e)}finally{d(!1)}})()):d(!1)},[e,r,i,p,m,s]),h?t(`div`,{className:`flex justify-center items-center h-[200px] text-muted ${a??``}`.trim(),children:n(`div`,{className:`text-center`,children:[t(`p`,{children:o(`store.noAudioRendition`)}),t(`p`,{className:`text-sm mt-2`,children:o(`store.audioFormatRequired`)})]})}):u?t(`div`,{className:`flex justify-center items-center h-[200px] ${a??``}`.trim(),children:t(xe,{size:`md`})}):c?n(`div`,{className:`flex flex-col items-center gap-4 ${a??``}`.trim(),children:[t(`audio`,{src:c,controls:!0,className:`w-full max-w-2xl`,children:`Your browser does not support the audio tag.`}),f?.duration&&n(`div`,{className:`text-sm text-muted`,children:[`Duration: `,Xy(f.duration)]})]}):t(`div`,{className:`flex justify-center items-center h-[200px] text-muted ${a??``}`.trim(),children:`Failed to load audio`})}function Qy({url:e,source:n,object:r,className:i}){let{client:a}=Z(),[o,s]=Y(e),[c,l]=Y(!e&&(!!n||!!r));return K(()=>{if(e){s(e),l(!1);return}s(void 0),n||r?(l(!0),(async()=>{try{if(n){s((await a.files.getDownloadUrl(n)).url);return}if(!r||r.metadata?.type!==dr.Image)return;let e=r.content?.type&&qy.includes(r.content.type);try{let e=await a.objects.getRendition(r.id,{format:mr.jpeg,generate_if_missing:!1,sign_url:!0});if(e.status===`found`&&e.renditions?.length){s(e.renditions[0]);return}}catch{}e&&r.content?.source&&s((await a.files.getDownloadUrl(r.content.source)).url)}finally{l(!1)}})()):l(!1)},[e,n,r,a]),c?t(`div`,{className:i,children:t(xe,{size:`md`})}):o?t(`img`,{src:o,alt:r?.name,className:`w-full object-contain ${i??``}`.trim()}):null}function $y({url:e,source:r,object:i,className:a}){let{t:o}=X(),{client:s}=Z(),[c,l]=Y(e),[u,d]=Y(),[f,p]=Y(!e&&(!!r||!!i)),m=i?.metadata?.renditions||[],h=m.find(e=>e.content.type===`video/mp4`)||m.find(e=>e.content.type===`video/webm`),g=i?.content?.type&&Jy.includes(i.content.type),_=m.find(e=>e.name===vr),v=!!i&&i.metadata?.type===dr.Video&&!h&&!g;return K(()=>{if(e){l(e),p(!1);return}l(void 0),d(void 0),r||i?(p(!0),(async()=>{try{if(r){l((await s.files.getDownloadUrl(r)).url);return}if(!i||i.metadata?.type!==dr.Video)return;let e;h?.content?.source?e=await s.files.getDownloadUrl(h.content.source):g&&i.content?.source&&(e=await s.files.getDownloadUrl(i.content.source)),e&&l(e.url)}catch(e){console.error(`Failed to get video URL`,e)}finally{p(!1)}})()):p(!1)},[e,r,i,h,g,s]),K(()=>{_?.content?.source&&s.files.getDownloadUrl(_.content.source).then(e=>d(e.url)).catch(e=>console.error(`Failed to load poster image`,e))},[_,s]),v?t(`div`,{className:`flex justify-center items-center h-[400px] text-muted ${a??``}`.trim(),children:n(`div`,{className:`text-center`,children:[t(`p`,{children:o(`store.noVideoRendition`)}),t(`p`,{className:`text-sm mt-2`,children:o(`store.videoFormatRequired`)})]})}):f?t(`div`,{className:`flex justify-center items-center h-[400px] ${a??``}`.trim(),children:t(xe,{size:`md`})}):c?t(`video`,{src:c,poster:u,controls:!0,className:`w-full h-full object-contain ${a??``}`.trim(),children:`Your browser does not support the video tag.`}):t(`div`,{className:`flex justify-center items-center h-[400px] text-muted ${a??``}`.trim(),children:`Failed to load video`})}function eb({oauthProviderId:r,onAuthChange:i}){let{client:a}=Z(),{t:o}=X(),[s,c]=Y(null),[l,u]=Y(!0),[d,f]=Y(!1),[p,m]=Y(!1),h=G(async()=>{try{u(!0),c(await a.oauthProviders.getStatus(r))}catch(e){console.error(`Failed to load OAuth provider status:`,e)}finally{u(!1)}},[a,r]);K(()=>{h()},[h]);let{openOAuthPopup:g}=ms({onComplete:()=>{f(!1),h(),i?.()},onError:e=>{console.error(`OAuth provider auth failed:`,e),f(!1)}});return l?t(fs,{className:`size-4`}):s?.authenticated?n(`div`,{className:`flex items-center gap-2`,children:[n(`div`,{className:`flex items-center gap-1 text-success text-sm`,children:[t(gt,{className:`size-4`}),t(`span`,{children:o(`oauthProvider.connected`)})]}),t(Wa,{variant:`outline`,size:`sm`,onClick:async()=>{if(!p)try{m(!0),await a.oauthProviders.disconnect(r),await h(),i?.()}catch(e){console.error(`Failed to disconnect OAuth provider:`,e)}finally{m(!1)}},disabled:p,children:p?t(fs,{className:`size-3`}):o(`oauthProvider.disconnect`)})]}):t(Wa,{variant:`outline`,size:`sm`,onClick:async()=>{if(!d)try{f(!0);let e=await a.oauthProviders.authorize(r);e.authorization_url&&g(e.authorization_url)}catch(e){console.error(`Failed to authorize OAuth provider:`,e),f(!1)}},disabled:d,children:d?n(e,{children:[t(fs,{className:`size-4`}),t(`span`,{children:o(`oauthProvider.authenticating`)})]}):n(e,{children:[t(Bt,{className:`size-4 me-1`}),t(`span`,{children:o(`oauthProvider.authenticate`)})]})})}function tb({object:e,url:r,source:i,className:a}){let{t:s}=X(),{client:c}=Z(),[l,u]=Y(1),[d,f]=Y(r||``),[p,m]=Y(!r),[h,g]=Y(0),[_,v]=Y(!1);K(()=>{if(r){f(r),m(!1);return}let t=i||e?.content?.source;if(!t){m(!1);return}m(!0),c.files.getDownloadUrl(t).then(e=>{f(e.url)}).catch(e=>{console.error(`Failed to get PDF URL:`,e)}).finally(()=>{m(!1)})},[r,i,e?.content?.source,c]),K(()=>{let t=e?.metadata,n=t?.pages||t?.page_count||0;n>0&&g(n)},[e?.metadata]);let y=e=>{g(e)};return p?t(`div`,{className:`flex items-center justify-center h-full`,children:t(xe,{size:`lg`})}):d?_?n(`div`,{className:`fixed inset-0 bg-background z-50 flex flex-col overflow-hidden`,children:[t(`div`,{className:`flex h-9 items-center justify-end shrink-0 bg-sidebar px-2 border-b border-sidebar-border`,children:t(o,{variant:`ghost`,size:`xs`,onClick:()=>v(!1),alt:s(`pdf.closeFullscreen`),children:t(er,{className:`size-4`})})}),t(gy,{pdfUrl:d,pdfUrlLoading:p,pageCount:h||100,currentPage:l,onChange:u,onPageCountChange:y,className:`flex-1 min-h-0`})]}):t(`div`,{className:`relative h-full flex flex-col`,children:t(gy,{pdfUrl:d,pdfUrlLoading:p,pageCount:h||100,currentPage:l,onChange:u,onPageCountChange:y,className:a,compact:!0,headerExtra:t(Ne,{description:s(`pdf.fullscreen`),placement:`bottom`,size:`xs`,children:t(o,{variant:`unstyled`,className:`p-1 rounded cursor-pointer transition-colors text-muted-foreground hover:text-foreground hover:bg-muted`,onClick:()=>v(!0),"aria-label":s(`pdf.fullscreen`),children:t(hn,{className:`size-4`})})})})}):t(`div`,{className:`flex items-center justify-center h-full text-muted`,children:s(`pdf.noPdfAvailable`)})}function nb(...e){let t=Array.from(e);return t.__AnyOf__=!0,t}function rb(...e){return Array.from(e)}function ib(e){return e.__AnyOf__===!0}var ab=class{system_roles;roles;permissions;constructor(e,t){if(!e.authToken)throw Error(`No auth token found in user session`);this.system_roles=t;let n=new Set(e.authToken.account_roles||[]);if(e.authToken.project_roles)for(let t of e.authToken.project_roles)n.add(t);this.roles=n;let r={};for(let e of t)r[e.name]=e.permissions;let i=e.authToken.type===br.OAuthAccess?new Set(e.authToken.permissions??[]):void 0,a=new Set;for(let e of n){let t=r[e];if(t)for(let e of t)(!i||i.has(e))&&a.add(e)}this.permissions=a}hasPermission(e){if(typeof e==`string`)return this.permissions.has(e);if(ib(e))return e.some(e=>this.permissions.has(e));for(let t of e)if(!this.permissions.has(t))return!1;return!0}};const ob=Ye(void 0);function sb(){let e=Qe(ob);if(!e)throw Error(`UserPermissionContext cannot be used outside UserPermissionProvider`);return e}function cb({children:e}){let{t:n}=X(),r=Z(),{data:i,error:a,isLoading:o}=Re(()=>r.user?r.client.iam.roles.listSystem():Promise.resolve(void 0),[r.user]),s=q(()=>{if(r.authToken&&i&&!o)return new ab(r,i)},[r,i,o]);return a?t(O,{title:n(`store.failedToFetchRoleMappings`),children:Pe(a)}):s&&t(ob.Provider,{value:s,children:e})}function lb({permission:e,isDisabled:n,title:r,children:i,...a}){return sb().hasPermission(e)?t(o,{isDisabled:n,title:r,...a,children:i}):null}function ub({permission:e,...n}){return sb().hasPermission(e)?t(Fi,{...n}):null}var db=class extends fe{idOf(e){return e.id}labelOf(e){return e.label}descriptionOf(e){return e.description}selectedClassName(e){return`border-3 border-primary`}};function fb({isOpen:e,onClose:r,onConfirm:i,isLoading:a,uploadedFileName:s}){let{t:c}=X(),l=q(()=>[{id:`update`,label:c(`modal.saveVersion.updateCurrent`),description:c(s?`modal.saveVersion.updateWithFileDescription`:`modal.saveVersion.updateDescription`)},{id:`new-version`,label:c(`modal.saveVersion.createNew`),description:c(s?`modal.saveVersion.createWithFileDescription`:`modal.saveVersion.createDescription`)}],[c,s]),u=s?l[1]:l[0],[d,f]=Y(u),[p,m]=Y(``),h=new db;K(()=>{e&&(f(u),m(``))},[u,e]);let g=d?.id===`new-version`;return n(te,{isOpen:e,onClose:r,className:`sm:max-w-md`,children:[t(ie,{children:c(`modal.saveChanges`)}),t(ne,{children:n(`div`,{className:`space-y-4`,children:[s&&t(`div`,{className:`mb-4 p-3 bg-blue-50 dark:bg-blue-900/20 rounded-md`,children:n(`p`,{className:`text-sm text-blue-700 dark:text-blue-300 font-medium`,children:[c(`modal.saveVersion.replaceFile`),` `,t(`span`,{className:`font-bold`,children:s})]})}),t(`p`,{className:`text-sm text-mixer-muted/5`,children:c(`modal.saveVersion.howToSave`)}),t(de,{adapter:h,options:l,selected:d,onSelect:e=>{f(e)}}),g&&t(N,{label:c(`modal.saveVersion.versionLabel`),description:c(`modal.saveVersion.versionLabelDescription`),className:`mt-3 ps-8`,children:t(F,{value:p,onChange:m,placeholder:c(`modal.saveVersion.versionLabelPlaceholder`),className:`w-full`})})]})}),n(re,{children:[t(o,{variant:`secondary`,onClick:r,disabled:a,children:c(`modal.cancel`)}),t(o,{variant:`primary`,onClick:async()=>{await i(g,g?p:void 0)},isLoading:a,children:c(`modal.save`)})]})]})}function pb({isOpen:r,onClose:i,object:a,refetch:s}){let{client:c,store:l}=Z(),u=H(),{t:d}=X(),{theme:f}=He(),p=si(),[m,h]=Y(!1),[g,_]=Y(``),[v,y]=Y(!1),[b,x]=Y(null),S=J(void 0),[C,w]=Y(null),[T,E]=Y(null),D=G(async e=>{try{let t=await l.types.retrieve(e);t.object_schema&&w(t.object_schema)}catch(e){console.error(`Failed to fetch JSON schema:`,e)}},[l.types]);K(()=>{r&&(_(JSON.stringify(a.properties||{},null,2)),a.type?.id&&D(a.type.id))},[r,a,D]);let O=e=>{C&&e.json.jsonDefaults.setDiagnosticsOptions({validate:!0,schemas:[{uri:`http://myserver/object-schema.json`,fileMatch:[`*`],schema:C}]})};function k(){if(!S.current)return;let e=S.current.getValue();try{x(JSON.parse(e)),y(!0)}catch{u({status:`error`,title:d(`store.invalidJson`),description:d(`store.pleaseFixJsonSyntax`),duration:5e3})}}let A=e=>{_(e)};async function j(e,t){try{h(!0);let n=b||JSON.parse(g);if(e){let e=await c.objects.update(a.id,{properties:n},{createRevision:!0,revisionLabel:t});e.id!==a.id&&E(e.id),u({status:`success`,title:d(`store.newVersionCreated`),description:d(`store.newVersionCreatedDesc`),duration:2e3}),y(!1),i(),e.id!==a.id&&setTimeout(()=>{p(`/objects/${e.id}`),u({status:`info`,title:d(`store.viewingNewVersion`),description:t?d(`store.viewingVersionLabel`,{label:t}):d(`store.viewingNewVersionDefault`),duration:3e3})},100)}else await l.objects.update(a.id,{properties:n}),u({status:`success`,title:d(`store.propertiesUpdated`),description:d(`store.propertiesUpdatedDesc`),duration:2e3}),s&&await s(),y(!1),i()}catch(e){u({status:`error`,title:d(`store.errorUpdatingProperties`),description:Pe(e,d(`store.errorUpdatingPropertiesDefault`)),duration:5e3}),h(!1)}}function M(){y(!1)}return n(e,{children:[n(te,{isOpen:r,onClose:i,className:`sm:max-w-[90%] md:max-w-[80%] lg:max-w-[75%] xl:max-w-[70%]`,children:[t(ie,{children:d(`store.editProperties`)}),n(ne,{children:[n(`div`,{className:`mb-2 text-sm text-gray-500`,children:[a.type?.name?n(`span`,{children:[`Editing properties for object type: `,t(`strong`,{children:a.type.name})]}):t(`span`,{children:d(`store.editingGenericDocument`)}),C!==null&&t(`span`,{className:`ms-2 text-green-600`,children:`(JSON schema validation enabled)`})]}),t(`div`,{className:`h-[75vh] border rounded-md overflow-hidden`,children:t(vi,{value:g,language:`json`,editorRef:S,onChange:e=>A(e.state.doc.toString()),beforeMount:O,theme:f===`dark`?`vs-dark`:`vs`})})]}),n(re,{children:[t(o,{variant:`secondary`,onClick:i,children:`Cancel`}),t(o,{variant:`primary`,onClick:k,children:`Save Changes`})]})]}),t(fb,{isOpen:v,onClose:M,onConfirm:j,isLoading:m})]})}function mb(e){switch(e){case`text/markdown`:return`markdown`;case`application/json`:return`json`;case`application/xml`:case`text/xml`:return`xml`;default:return`plaintext`}}function hb({object:r,text:i,onClose:a,onSaved:s}){let{store:c}=Z(),l=H(),{t:u}=X(),{theme:d}=He(),f=si(),p=J(void 0),[m,h]=Y(!1),[g,_]=Y(!1),[v,y]=Y(!1),b=mb(r.content?.type);console.log(`Determined language for Monaco Editor:`,b),console.log(`TextEditorPanel rendered with object:`,r,i);let x=G(()=>{m||h(!0)},[m]);function S(){p.current&&y(!0)}async function C(e,t){if(!p.current)return;let n=p.current.getValue(),i=r.content?.type||`text/plain`,o=r.content?.name||`content.txt`;try{_(!0);let d=new Blob([n],{type:i}),p=new File([d],o,{type:i}),m=await c.objects.update(r.id,{content:p},{createRevision:e,revisionLabel:t,ifMatch:r.content?.etag});l({status:`success`,title:u(`store.textSaved`),duration:2e3}),y(!1),e&&m.id!==r.id?(a(),setTimeout(()=>{f(`/objects/${m.id}`)},100)):s()}catch(e){let t=Pe(e,u(`store.errorSavingTextDefault`)),n=(typeof e==`object`&&e&&`status`in e?e.status:void 0)===412||t.includes(`412`);l({status:`error`,title:u(`store.errorSavingText`),description:n?u(`store.textConflict`):t,duration:5e3})}finally{_(!1)}}return n(e,{children:[n(`div`,{className:`flex items-center gap-2 px-2 py-1 shrink-0`,children:[m&&t(`span`,{className:`text-xs text-attention`,children:u(`store.unsavedChanges`)}),t(`div`,{className:`flex-1`}),t(o,{variant:`ghost`,size:`sm`,onClick:a,disabled:g,children:u(`store.cancelEdit`)}),t(o,{variant:`secondary`,size:`sm`,onClick:S,disabled:!m,isLoading:g,children:u(`store.saveText`)})]}),t(`div`,{className:`flex-1 min-h-0 border rounded-md overflow-hidden mx-2 mb-2`,children:t(vi,{value:i,language:b,editorRef:p,onChange:x,theme:d===`dark`?`vs-dark`:`vs`,options:{wordWrap:`on`,minimap:{enabled:!1},lineNumbers:`on`,scrollBeyondLastLine:!1}})}),t(fb,{isOpen:v,onClose:()=>y(!1),onConfirm:C,isLoading:g})]})}const gb=128*1024;function _b(e,t,n=!1){let{store:r}=Z(),[i,a]=Y(t),[o,s]=Y(()=>t&&t.length>gb?t.substring(0,gb):t),[c,l]=Y(!1),[u,d]=Y(()=>!!t&&t.length>gb),f=G(()=>{l(!0),r.objects.getObjectText(e).then(e=>{a(e.text),e.text&&e.text.length>gb?(s(e.text.substring(0,gb)),d(!0)):(s(e.text),d(!1))}).catch(e=>{console.error(`Failed to load text`,e),a(void 0),s(void 0),d(!1)}).finally(()=>{l(!1)})},[e,r]);return K(()=>{t&&t.length>gb?(a(t),s(t.substring(0,gb)),d(!0)):(a(t),s(t),d(!1)),n&&!t&&f()},[t,n,f]),{fullText:i,displayText:o,isLoading:c,isCropped:u,loadText:f}}function vb(e,t){let{client:n}=Z(),[r,i]=Y({isComplete:!1});return K(()=>{if(!t)return;let r=!1,a,o=(e,t,n,r)=>{i(i=>{let a=JSON.stringify(i.progress??null),o=JSON.stringify(e??null);return i.status===t&&i.outputFormat===n&&i.isComplete===r&&a===o?i:{progress:e,status:t,outputFormat:n,isComplete:r}})};function s(){r||n.objects.analyze(e).getStatus().then(e=>{let t=e.output_format??e.progress?.output_format;e.status===wr.RUNNING?(o(e.progress,e.status,t,!1),r||(a=setTimeout(s,2e3))):o(e.progress,e.status,t,!0)}).catch(()=>{r||(a=setTimeout(s,1e4))})}return s(),()=>{r=!0,a&&clearTimeout(a)}},[t,e,n]),{progress:r.progress,status:r.status,outputFormat:r.outputFormat,isComplete:r.isComplete}}function yb(e,t){let{client:n}=Z(),r=rt.getFixedT(null,nt),[i,a]=Y(),[o,s]=Y(!1),[c,l]=Y();return{pdfUrl:i,isConverting:o,error:c,triggerConversion:G(async()=>{if(!t||o)return;s(!0),l(void 0);let i=async t=>{try{let o=await n.objects.getRendition(e,{format:gr.pdf,generate_if_missing:t,sign_url:!0,block_on_generation:!1});o.status===`generating`?setTimeout(()=>i(!1),5e3):o.status===`found`&&o.renditions?.length?(a(o.renditions[0]),s(!1)):o.status===`failed`&&(l(r(`store.pdfConversionFailed`)),s(!1))}catch(e){console.error(`Failed to convert Office document to PDF:`,e),l(r(`store.failedToConvertToPdf`)),s(!1)}};await i(!0)},[e,t,o,n,r])}}const bb=()=>({a:({node:e,...n})=>{let r=n.href||``;return r.includes(`/store/objects/`)?t(oi,{topLevelNav:!0,href:r,className:`text-info`,children:n.children}):t(`a`,{...n,target:`_blank`,rel:`noopener noreferrer`})},p:({node:e,...n})=>t(`p`,{...n,className:`my-0`}),pre:({node:e,...n})=>t(`pre`,{...n,className:`my-2 p-2 rounded`}),code:({node:e,className:n,children:r,...i})=>{let a=!/language-(\w+)/.exec(n||``);return t(`code`,{...i,className:a?`px-1.5 py-0.5 rounded`:`text-muted`,children:r})},h1:({node:e,...n})=>t(`h1`,{...n,className:`font-bold text-2xl my-2`}),h2:({node:e,...n})=>t(`h2`,{...n,className:`font-bold text-xl my-2`}),h3:({node:e,...n})=>t(`h3`,{...n,className:`font-bold text-lg my-2`}),li:({node:e,...n})=>t(`li`,{...n})});function xb(e){return e===fr.created||e===fr.processing}function Sb(e){return e.metadata?.content_processor?.type}function Cb(e){return e?e.includes(`
439
+ `,i.head.appendChild(a),i.body.innerHTML=e.innerHTML,r.focus(),r.print(),setTimeout(()=>{n.parentNode?.removeChild(n)},1e3),!0}const cv={max_hw:import.meta.env?.VITE_RENDITION_HW||256,format:gr.jpeg,generate_if_missing:!0},lv=`vertesia.content_store.renditionId`;async function uv(e,t,n,r,i){if(!t?.content?.type||!(rv(t.content.type)||av(t.content.type)||iv(t.content.type))){i(`No preview available`);return}i(`Preparing preview...`);let a=Date.now()/1e3,o=localStorage.getItem(`${lv}_${t.id}_${cv.max_hw}`),s=localStorage.getItem(`${lv}_${t.id}_${cv.max_hw}_time`);if(o?.length&&s&&Math.abs(a-parseInt(s,10))<=900)return n(o),r(`${t.name} Rendition`),i(`ready`),o;i(`Preparing preview...`),e.objects.getRendition(t.id,cv).then(a=>{if(a.status===`generating`)i(`Preparing preview...`),n(``),r(``),setTimeout(()=>uv(e,t,n,r,i),6e4);else if(a.status===`failed`){i(`No preview available`),n(``),r(``);return}else{if(!a?.renditions?.length){i(`No preview available`),n(``),r(``);return}let e=a.renditions[0];localStorage.setItem(`${lv}_${t.id}_${cv.max_hw}`,e),localStorage.setItem(`${lv}_${t.id}_${cv.max_hw}_time`,(Date.now()/1e3).toString()),n(e),r(`${t.name} Rendition`),i(`ready`),console.log(`Rendition for document ${t.id} retrieved successfully: ${e}`)}}).catch(e=>{i(`No preview available`),console.warn(`Failed to retrieve rendition:`,e),n(``),r(``)})}function dv(e,t=7){return e?`~${e.slice(-t)}`:``}function fv(e,t){return e.length>t?`${e.substring(0,t)}...`:e}function pv(e){switch(e){case Er.RUNNING:return`text-info`;case Er.COMPLETED:return`text-success`;case Er.FAILED:return`text-destructive`;case Er.TERMINATED:case Er.CANCELED:return`text-attention`;default:return`text-muted`}}function mv(e){switch(e){case Er.RUNNING:return`Running`;case Er.COMPLETED:return`Completed`;case Er.FAILED:return`Failed`;case Er.CONTINUED_AS_NEW:return`Continued As New`;case Er.TERMINATED:return`Terminated`;case Er.TIMED_OUT:return`Timed Out`;case Er.CANCELED:return`Canceled`;default:return`Unknown`}}Rr.extend(Pi),Rr.extend(Ni);function hv(e){return typeof e==`object`&&!!e}function gv(e,t){if(!hv(e))return;let n=e[t];return typeof n==`string`?n:void 0}function _v(e){return typeof e==`string`?e:gv(e,`id`)||``}function vv(e){return e==null||typeof e==`string`||typeof e==`number`||typeof e==`boolean`?e:String(e)}const yv={string(e,r){let i=[];if(e){let t=e.get(`slice`);t&&i.push(e=>e.slice(parseInt(t,10)));let n=e.get(`max_length`);n&&i.push(e=>e.slice(0,parseInt(n,10))),e.has(`upper`)&&i.push(e=>e.toUpperCase()),e.has(`lower`)&&i.push(e=>e.toLowerCase()),e.has(`capitalize`)&&i.push(e=>e[0].toUpperCase()+e.substring(1)),e.has(`ellipsis`)&&i.push(e=>`${e}...`)}return(e,r,a)=>{let o;if(e){if(o=String(e),i.length>0)for(let e of i)o=e(o)}else o=``;return t(`td`,{className:`group/field`,children:a?n(`div`,{className:`flex items-center gap-2 min-w-0`,children:[t(`span`,{className:`truncate`,children:o}),a]}):o},r)}},fileSize(e,n){return(e,n)=>{let r=``;if(e){let t=Number(e);if(Number.isNaN(t))r=String(e);else{let e=[`Bytes`,`KB`,`MB`,`GB`,`TB`];if(t===0)r=`0 Bytes`;else{let n=Math.floor(Math.log(t)/Math.log(1024));r=`${(t/1024**n).toFixed(2)} ${e[n]}`}}}return t(`td`,{className:`group/field`,children:r},n)}},number(e,n){let r,i;e&&(r=e.get(`currency`)||void 0,i=e.get(`decimals`)||void 0);let a=i?parseInt(i,10):2;return(e,n)=>{let i=Number(e);return t(`td`,{className:`group/field`,children:new Intl.NumberFormat(`en-US`,{style:r?`currency`:`decimal`,currency:r,maximumFractionDigits:a}).format(Number.isFinite(i)?i:0)},n)}},objectId(e,r){let i=[],a=!1;if(e){let t=e.get(`slice`);t&&(a=!0,i.push(e=>e.slice(parseInt(t,10))))}return(e,s,c)=>{let l=_v(e),u=i.reduce((e,t)=>t(e),l);return n(`td`,{className:`flex justify-start items-center gap-2 group/field`,children:[t(o,{variant:`ghost`,"aria-label":`Preview Object`,title:`Preview Object`,onClick:e=>{e.stopPropagation(),r?.(l)},children:t(Ut,{className:`size-4`})}),a?`~`:``,u,c]},s)}},objectName(e,r){let i=`title`;return e&&(i=e.get(`title`)||`title`),(e,r,a)=>{let o=(hv(e)&&hv(e.properties)?e.properties:void 0)?.[i],s=vv(o),c=gv(e,`name`),l=gv(e,`id`),u=s||c||(l?dv(l):``);return t(`td`,{className:`group/field`,children:a?n(`div`,{className:`flex items-center gap-2 min-w-0`,children:[t(`span`,{className:`truncate`,children:u}),a]}):u},r)}},objectLink(e,r){let i=[];return i.push(e=>e.slice(-7)),(e,a)=>{let s=_v(e);return n(`td`,{className:`flex justify-between items-center gap-2 max-w-48 group/field`,children:[`~`,i.reduce((e,t)=>t(e),s),t(o,{variant:`ghost`,alt:`Preview Object`,onClick:e=>{e.stopPropagation(),r?.(s)},children:t(Ut,{className:`size-4`})})]},a)}},typeLink(e,r){return(e,r,i)=>{let a=gv(e,`name`)||`n/a`;return t(`td`,{className:`group/field`,children:i?n(`div`,{className:`flex items-center gap-2 min-w-0`,children:[t(`span`,{className:`truncate`,children:a}),i]}):a},r)}},revision(e,r){return(e,r)=>{let i=hv(e)&&hv(e.revision)?e.revision:void 0;if(!i)return t(`td`,{},r);let a=gv(i,`root`),o=gv(i,`label`);return t(`td`,{className:`group/field`,children:n(`div`,{className:`flex flex-col gap-0.5`,children:[a&&n(`div`,{className:`flex items-center gap-1`,children:[n(`span`,{className:`text-xs text-muted font-mono`,children:[`root: ~`,a.slice(-7)]}),t(`a`,{href:`/store/objects/${a}`,onClick:e=>e.stopPropagation(),children:t(Vt,{className:`size-3 text-muted`})})]}),o&&n(`span`,{className:`text-xs text-muted`,children:[`label: `,o]})]})},r)}},date(e,r){let i=`fromNow`,a;if(e){let t=e.get(`localized`);if(t)i=`format`,a=t;else{let t=e.get(`relative`);t&&(i=t)}}return(e,r,o)=>{let s=typeof e==`string`||typeof e==`number`||e instanceof Date?e:void 0;if(s===void 0)return t(`td`,{children:o},r);let c=Rr(s),l=i===`format`?c.format(a):i===`toNow`?c.toNow():c.fromNow();return t(`td`,{className:`group/field`,children:n(`div`,{className:`flex items-center gap-2`,children:[t(Me,{description:c.format(`LLL`),children:l}),o]})},r)}}},bv=yv.string();function xv(e){return typeof e==`object`&&!!e}function Sv(e,t){let n=e;if(!n)return;if(!t.length)return n;let r=t.length-1;for(let e=0;e<r;e++)if(!xv(n)||(n=n[t[e]],!n))return;if(xv(n))return n[t[r]]}function Cv(e){return!e||e===`.`?[]:e.split(`.`)}var wv=class{layout;renderer=bv;path;fallbackPath;previewObject;constructor(e,t){if(this.layout=e,this.path=Cv(e.field||``),this.fallbackPath=e.fallback?Cv(e.fallback):void 0,this.previewObject=t,e.render)this.renderer=(e,t)=>null;else{let t=e.type||`string`,n=t.indexOf(`?`);if(n>0){let e=t.substring(0,n),r=new URLSearchParams(t.substring(n+1));this.renderer=yv[e](r)}else this.renderer=yv[t]()}}get name(){return this.layout.name}resolveValue(e){let t=Sv(e,this.path);return t===void 0&&this.fallbackPath&&(t=Sv(e,this.fallbackPath)),t===void 0&&(t=this.layout.default),t}render(e,n){if(this.layout.render)return t(`td`,{className:`whitespace-nowrap px-3 py-4 text-sm group`,children:this.layout.render(e)},n);let r=this.layout.type||`string`,i=r.indexOf(`?`)>0?r.substring(0,r.indexOf(`?`)):r,a=this.buildActions(e,i);if((i===`objectId`||i===`objectLink`)&&this.previewObject){let t=r.indexOf(`?`),o=t>0?new URLSearchParams(r.substring(t+1)):void 0;return yv[i](o,t=>{this.previewObject?.(e.id)})(e,n,a)}return this.renderer(this.resolveValue(e),n,a)}buildActions(e,n){let r=this.layout.field;if(n===`objectId`||n===`objectLink`||r===`id`)return t(X_,{field:`id`,value:e.id,label:e.id,copyContent:e.id});if(n===`objectName`||r===`name`)return t(X_,{field:`name`,value:e.name,label:e.name??e.id});if(n===`typeLink`||r===`type.name`||r===`type`){let n=e.type?.id;return t(X_,{field:`type`,value:n,label:e.type?.name??n??`type`})}if(r===`status`)return t(X_,{field:`status`,value:e.status,label:e.status})}};function Tv({isLoading:e=!1,counts:r=6}){return e?t(`div`,{className:`flex flex-wrap gap-2 justify-between`,children:Array(r).fill(0).map((e,r)=>t(`div`,{className:`w-[15vw] animate-pulse`,children:n(s,{className:`relative flex flex-col border h-fit`,children:[t(`div`,{className:`h-48 bg-muted rounded-t-xl flex items-center justify-center text-muted`,children:`\xA0`}),t(ge,{className:`bg-muted h-[2px]`}),n(c,{className:`p-2 flex flex-col`,children:[n(`div`,{className:`flex flex-col overflow-hidden`,children:[t(`div`,{className:`h-5 bg-muted rounded w-3/4 mb-2`}),t(`div`,{className:`h-4 bg-muted rounded w-1/2`})]}),t(`div`,{className:`text-xs text-muted w-full flex justify-end mt-2`,children:t(`div`,{className:`h-3 bg-muted rounded w-1/4`})})]})]})},`skeleton-${r}`))}):null}function Ev({selection:e,document:r,onSelectionChange:i,onRowClick:a,highlightRow:l,previewObject:u,selectedObject:d}){let{client:f}=Z(),[p,m]=Y(void 0),[h,g]=Y(void 0),[_,v]=Y(void 0),y=typeof r.properties?.title==`string`?r.properties.title:r.name,b=e=>{e.stopPropagation(),i(r,e)};K(()=>{r?.content&&uv(f,r,m,g,v)},[f,r]);let x=l?.(r);return n(s,{className:`relative flex flex-col border h-fit w-full ${d?.id===r.id?`border-attention border-4`:``} ${x?`border-blue-400 dark:border-blue-500 bg-blue-50/50 dark:bg-blue-900/20`:``}`,onClick:()=>a?.(r),children:[x&&t(`div`,{className:`absolute top-2 end-8 z-10`,children:t(vt,{className:`size-4 text-blue-600 dark:text-blue-400`})}),e&&t(`div`,{className:`absolute top-2 start-2 z-10 flex flex-col items-center gap-1`,children:t(`input`,{checked:e.isSelected(r.id),type:`checkbox`,onChange:b,onClick:e=>e.stopPropagation()})}),t(`div`,{className:`absolute top-1 end-1 z-10 flex flex-col items-center`,children:t(o,{variant:`ghost`,size:`sm`,title:`Preivew Object`,onClick:e=>{e.stopPropagation(),u?.(r.id)},children:t(Ut,{className:`size-4 ${_===`ready`?`text-muted`:`text-white`}`})})}),p&&_===`ready`?t(`img`,{src:p,alt:h,className:`w-auto h-48 object-cover rounded-t-xl`}):t(`div`,{className:`h-48 bg-gray-700 rounded-t-xl flex items-center justify-center text-muted`,children:_}),t(ge,{className:`bg-gray-200 h-[2px]`}),n(c,{className:`p-2 flex flex-col`,children:[n(`div`,{className:`flex flex-col overflow-hidden`,children:[t(Me,{placement:`top`,description:y,children:t(`h3`,{className:`text-start font-medium leading-none truncate`,children:y})}),r?.type?.name?t(Me,{placement:`bottom`,size:`xs`,description:r?.type?.name,children:t(`p`,{className:`text-start text-xs text-muted truncate`,children:r?.type?.name})}):t(`p`,{className:`text-xs text-muted`,children:` `})]}),r.score&&n(`div`,{className:`text-xs text-muted w-full flex justify-end`,children:[`Score: `,r.score.toFixed(4)??`-`]})]})]})}function Dv({objects:e,selection:r,isLoading:i,columns:a,onRowClick:o,highlightRow:s,selectedObject:c,toggleAll:l,onSelectionChange:u}){let{t:d}=X();return n(Ee,{className:`w-full`,children:[t(we,{children:n(`tr`,{children:[r&&t(`th`,{children:t(`input`,{type:`checkbox`,onChange:l})}),a.map(e=>t(`th`,{children:e.name},e.name))]})}),n(Ce,{isLoading:i,columns:a.length+1,children:[e?.map(e=>{let i=s?.(e);return n(`tr`,{className:`group cursor-pointer hover:bg-muted ${c?.id===e.id?`bg-muted`:``} ${i?`bg-blue-50 dark:bg-blue-900/20`:``}`,onClick:()=>{o?.(e)},children:[r&&t(`td`,{onClick:e=>e.stopPropagation(),children:t(`input`,{checked:r.isSelected(e.id),type:`checkbox`,className:`${r.isSelected(e.id)?``:`hidden group-hover:block`}`,onChange:t=>u(e,t)})}),a.map((t,n)=>t.render(e,n)),t(`td`,{className:`w-8 text-center`,children:i&&t(vt,{className:`size-4 text-blue-600 dark:text-blue-400 inline-block`})})]},e.id)}),e.length===0&&t(`tr`,{children:t(`td`,{colSpan:a.length+ +!!r,className:`text-center`,children:d(`store.noObjectsDragAndDrop`)})})]})]})}function Ov({objects:r,selection:i,isLoading:a,onSelectionChange:o,onRowClick:s,highlightRow:c,previewObject:l,selectedObject:u}){return n(e,{children:[t(Tv,{isLoading:a}),t(`div`,{className:`w-full gap-2 grid xs:grid-cols-1 sm:grid-cols-2 md:grid-cols-4 lg:grid-cols-6 @xs:grid-cols-1 @sm:grid-cols-2 @md:grid-cols-3 @lg:grid-cols-4`,children:r.map(e=>t(Ev,{document:e,selection:i,onSelectionChange:o,onRowClick:s,highlightRow:c,previewObject:l,selectedObject:u},e.id))})]})}var kv=class{client;limit;collectionId;facets=new _e({});result=new _e({objects:[],isLoading:!1});initialized=!1;facetSpecs=[];query={};constructor(e,t=100){this.client=e,this.limit=t}withFacets(e){return this.facetSpecs=e,this}get objects(){return this.result.value.objects}get error(){return this.result.value.error}get isRunning(){return this.result.value.isLoading}get hasMore(){return this.result.value.hasMore||!1}getFilterValue(e){return this.query[e]}setFilterValue(e,t){this.query[e]=t,this.search()}setDefaultKeys(e){}clearFilters(e=!0){let{parent:t,full_text:n,vector:r,weights:i,score_aggregation:a,dynamic_scaling:o,limit:s,all_revisions:c}=this.query;this.query={parent:t,...n!==void 0&&{full_text:n},...r!==void 0&&{vector:r},...i!==void 0&&{weights:i},...a!==void 0&&{score_aggregation:a},...o!==void 0&&{dynamic_scaling:o},...s!==void 0&&{limit:s},...c!==void 0&&{all_revisions:c}},e&&this.search()}getFacetBuckets(e){let t=this.facets.value[e];return Array.isArray(t)?t:[]}resetFacets(){this.query={}}reset(e=!1){this.initialized=!1,this.result.value={objects:[],isLoading:e,hasMore:!0}}_updateRunningState(e){let t=this.result.value;this.result.value={objects:t.objects,isLoading:e,error:t.error,hasMore:t.hasMore}}_searchRequest(e,t,n,r=!0){let i={limit:t,offset:n,query:e,facets:r?this.facetSpecs:void 0};return this.collectionId?this.client.collections.searchMembers(this.collectionId,i):this.client.objects.search(i)}_facetsRequest(){let e={facets:this.facetSpecs,query:this.query};return this.collectionId?this.client.collections.computeFacets(this.collectionId,e):this.client.objects.computeFacets(e)}computeFacets(e){this._facetsRequest().then(e=>{this.facets.value=e})}async _search(e=!1,t=!1){if(this.isRunning&&e)return!1;let n=this.result.value;e||(this.initialized=!0),this.result.value={isLoading:!0,objects:e?this.objects:[],hasMore:e?this.result.value.hasMore:!0};let r=this.limit,i=e?this.objects.length:0;try{let n=await this._searchRequest(this.query,r,i,!t),a=n.results||[],o=n.facets||{};return this.result.value={isLoading:!1,objects:e?this.objects.concat(a):a,hasMore:a.length===r},!t&&o&&Object.keys(o).length>0&&(this.facets.value=o),!0}catch(e){if(typeof e==`object`&&e&&`status`in e&&e.status===404)return this.result.value={isLoading:!1,objects:[],hasMore:!1},!1;let t=e instanceof Error?e:Error(String(e));return this.result.value={error:t,isLoading:!1,objects:n.objects,hasMore:!1},!1}}search(e=!1){return this.isRunning?Promise.resolve(!1):this._search(!1,e)}loadMore(e=!1){return this.isRunning||!this.hasMore||this.query.vector?Promise.resolve(!1):(this.objects.length>0&&(e=!0),this._search(!0,e))}};const Av=Ye(void 0);function jv(){return Qe(Av)}function Mv(){return Ue(jv().facets)}function Nv(){let e=jv();return{...Ue(e.result),search:e}}function Pv(){return Ue(jv().facets).total}const Fv=rt.getFixedT(null,nt);var Iv;(function(e){e.CREATE=`create`,e.SKIP=`skip`,e.UPDATE=`update`})(Iv||={});async function Lv(e){try{let t=await e.arrayBuffer(),n=new Fi;return n.appendByteArray(new Uint8Array(t)),n.end()?.toString()}catch(e){console.error(`Error calculating file hash:`,e);return}}async function Rv(e,t){let n=[];for(let r=0;r<e.length;r+=5){let i=e.slice(r,r+5),a=await Promise.all(i.map(async e=>{let n=t||`/`;if(e.webkitRelativePath){let r=e.webkitRelativePath.split(`/`);if(r.length>1){let e=r.slice(0,-1).join(`/`);n=t?`${t}/${e}`:e}}return{file:e,hash:await Lv(e),name:e.name,size:e.size,location:n}}));n.push(...a)}return n}function zv(){let{client:e}=Z(),t=He();return{checkDocumentProcessing:G(async(n,r,i)=>{try{console.log(`Preparing metadata for ${n.length} files...`);let t=await Rv(n,r);return await(async()=>{let n=t.map(e=>e.hash).filter(Boolean);if(n.length===0)return;let r={"content.etag":{$in:n}},a;if(i){let t={query:{match:r},select:`id content.etag`};a=(await e.store.collections.searchMembers(i,t)).results}else{let t={query:r,select:`id content.etag`};a=await e.store.objects.find(t)}for(let e of a){let n=t.find(t=>t.hash===e.content?.etag);n&&(n.existingId=e.id,n.action=Iv.SKIP)}})(),await(async()=>{let n=t.filter(e=>e.action!==Iv.SKIP),r=n.map(e=>e.location),a=Array.from(new Set(r)),o=[];for(let t of a){let r={"content.name":{$in:n.filter(e=>e.location===t).map(e=>e.name)},location:t||`/`};if(i){let t=e.store.collections.searchMembers(i,{query:{match:r},select:`id content.name location`}).then(e=>e.results);o.push(t)}else{let t=e.store.objects.find({query:r,select:`id content.name location`});o.push(t)}}let s=(await Promise.all(o)).flat();console.log(`Found ${s.length} document to update`,s);for(let e of s){let n=t.find(t=>t.name===e.content?.name&&(t.location?t.location===e.location:e.location===`/`));n&&(n.existingId=e.id,n.action=Iv.UPDATE)}console.log(`Reconciled ${t.filter(e=>e.action===Iv.UPDATE).length}`)})(),t.forEach(e=>{e.action||=Iv.CREATE}),console.log(`Document processing check results:`,{totalFiles:n.length,toCreate:t.filter(e=>e.action===Iv.CREATE).length,toUpdate:t.filter(e=>e.action===Iv.UPDATE).length,toSkip:t.filter(e=>e.action===Iv.SKIP).length}),t}catch(e){throw t({title:Fv(`store.errorInUploadProcessingCheck`),status:`error`,description:Ne(e)}),console.log(`Error in file upload processing check`,e),Error(`Error in file upload processing check: ${Ne(e)}`,{cause:e})}},[e,t])}}function Bv({isOpen:r,onClose:i,files:a,collectionId:s,selectedFolder:c,title:l,children:u,onUploadComplete:d,hideFileSelection:f=!1,showTypeSelectionOnly:p=!1,allowFolders:m=!0}){let{client:h}=Z(),{registry:g}=o_(),_=He(),{t:v}=X(),y=l??v(`upload.uploadFiles`),[b,x]=Y([]),[S,C]=Y([]),[w,T]=Y(!1),[E,D]=Y(null),[O,k]=Y([]),[A,j]=Y(!1),[M,N]=Y(!1),[P,F]=Y(0),[I,L]=Y(Date.now()),[R,z]=Y(void 0),[ie,ae]=Y(null),[oe,se]=Y(y),[ce,le]=Y(``);K(()=>{s&&h.store.collections.retrieve(s).then(z)},[h.store.collections.retrieve,s]),K(()=>{A?(se(v(`upload.uploadingFiles`)),le(`${Math.round(P)}% complete`)):M?(se(v(`upload.uploadComplete`)),le(``)):w?(se(v(`upload.fileAnalysisResults`)),le(`${b.length} file${b.length===1?``:`s`}`)):b.length>0?(se(y),le(v(`upload.checkingForDuplicates`))):(se(y),le(``))},[A,M,w,y,P,b.length,v]);let ue=()=>!R&&!c?null:n(ee,{className:`mb-4`,status:`default`,icon:t(Zt,{className:`size-5`}),children:[t(`div`,{className:`flex items-center`,children:t(`span`,{className:`font-medium`,children:v(`upload.uploadLocation`)})}),n(`div`,{className:`text-sm mt-1`,children:[R&&n(`div`,{className:`flex items-center`,children:[t(`span`,{className:`me-1`,children:v(`upload.collectionLabel`)}),t(`span`,{className:`font-medium`,children:R.name})]}),c&&n(`div`,{className:`flex items-center mt-1`,children:[t(`span`,{className:`me-1`,children:v(`upload.folderLabel`)}),t(`span`,{className:`font-medium`,children:c})]})]})]}),[de,fe]=Y({toCreate:0,toUpdate:0,toSkip:0}),{checkDocumentProcessing:pe}=zv(),me=q(()=>g?.types||[],[g?.types]),he=G(async e=>{if(e.length)try{console.log(`Processing ${e.length} files to determine required actions...`);let t=await pe(e,c,s);C(t);let n=t.filter(e=>e.action===Iv.CREATE).length,r=t.filter(e=>e.action===Iv.UPDATE).length,i=t.filter(e=>e.action===Iv.SKIP).length;fe({toCreate:n,toUpdate:r,toSkip:i}),_({title:v(`upload.filesAnalyzed`),description:`${e.length} file(s): ${n} new, ${r} to update, ${i} to skip`,status:`info`,duration:4e3}),T(!0)}catch(e){console.error(`Error processing files:`,e),_({title:v(`agent.error`),description:v(`upload.errorAnalyzingFiles`),status:`error`,duration:5e3})}},[pe,s,c,v,_]);K(()=>{r&&(C([]),T(!1),D(null),k([]),j(!1),N(!1),F(0),fe({toCreate:0,toUpdate:0,toSkip:0}),ae(null),se(y),le(``),a&&a.length>0?(x(a),he(a)):x([]),L(Date.now()))},[r,a,he,y]);let ge=()=>{x([]),C([]),T(!1),D(null),k([]),j(!1),N(!1),F(0),fe({toCreate:0,toUpdate:0,toSkip:0}),ae(null),se(y),le(``),L(Date.now()),i()},_e=e=>{e&&e.length>0&&(x(e),he(e))},ve=async()=>{if(!S.length)return;let e=E?.id||null,t=S.map(e=>({file:e.file,status:`pending`,progress:0,action:e.action===Iv.CREATE?`create`:e.action===Iv.UPDATE?`update`:`skip`}));k(t),j(!0),N(!1);let n=S.filter(e=>e.action===Iv.SKIP),r=S.filter(e=>e.action===Iv.UPDATE),i=S.filter(e=>e.action===Iv.CREATE),a={success:!0,objectIds:[],uploadedFiles:[],skippedFiles:[],failedFiles:[]};for(let t of n)t.existingId&&(a.objectIds.push(t.existingId),a.skippedFiles.push({id:t.existingId,name:t.name,type:e,status:`skipped`,location:t.location}),k(e=>e.map(e=>e.file===t.file?{...e,status:`success`,progress:100,id:t.existingId}:e)));let o=async(t,n)=>{let r=[];for(let e=0;e<t.length;e+=50)r.push(t.slice(e,e+50));for(let i=0;i<r.length;i++){let o=r[i];if(console.log(`Processing ${n} batch ${i+1}/${r.length} (${o.length} files)`),t.length>50){let e=i*50;_({title:v(`upload.processingFilesAction`,{action:n}),description:v(`upload.processedCount`,{processed:e,total:t.length}),status:`info`,duration:2e3})}let c=0;await Promise.all(o.map(async t=>{try{if(k(e=>e.map(e=>e.file===t.file?{...e,status:`uploading`,progress:20}:e)),n===`update`&&t.existingId)await h.store.objects.update(t.existingId,{type:e||void 0,content:t.file,location:t.location,name:t.name},{createRevision:!0,revisionLabel:`upload on ${new Date().toISOString()}`}),k(e=>e.map(e=>e.file===t.file?{...e,status:`success`,progress:100,id:t.existingId}:e)),a.objectIds.push(t.existingId),a.uploadedFiles.push({id:t.existingId,name:t.name,type:e,status:`updated`,location:t.location});else{let n=await h.store.objects.create({type:e||void 0,content:t.file,location:t.location||t.file.webkitRelativePath||t.name},{collection_id:s});k(e=>e.map(e=>e.file===t.file?{...e,status:`success`,progress:100,id:n.id}:e)),a.objectIds.push(n.id),a.uploadedFiles.push({id:n.id,name:t.name,type:e,status:`created`,location:t.location})}}catch(n){console.error(`Failed to process file ${t.name}:`,n),k(e=>e.map(e=>e.file===t.file?{...e,status:`error`,progress:100,message:Ne(n,`Unknown error`)}:e)),a.failedFiles.push({name:t.name,error:Ne(n,`Unknown error`),status:`failed`,location:t.location,type:e}),a.success=!1}c++,(c%5==0||c===o.length)&&k(e=>{let t=e.filter(e=>e.status===`success`||e.status===`error`).length,n=e.length,r=n>0?Math.round(t/n*100):0;return F(r),e})}))}};r.length>0&&await o(r,`update`),i.length>0&&await o(i,`create`),k(e=>{let t=e.filter(e=>e.status===`pending`).map(e=>({...e,status:`error`,progress:100,message:v(`upload.uploadProcessInterrupted`)}));return t.length>0?(t.forEach(e=>{a.failedFiles.push({name:e.file.name,error:v(`upload.uploadProcessInterrupted`),status:`failed`,type:E?.id||null})}),a.success=!1,e.map(e=>e.status===`pending`?{...e,status:`error`,progress:100,message:v(`upload.uploadProcessInterrupted`)}:e)):e}),j(!1),N(!0);let c=a.uploadedFiles.filter(e=>e.status===`created`).length,l=a.uploadedFiles.filter(e=>e.status===`updated`).length,u=a.skippedFiles.length,d=a.failedFiles.length,f=``;c>0&&(f+=`${c} file${c===1?``:`s`} uploaded`),l>0&&(f+=f?`, `:``,f+=`${l} file${l===1?``:`s`} updated`),u>0&&(f+=f?`, `:``,f+=`${u} file${u===1?``:`s`} skipped`),d>0&&(f+=f?`, `:``,f+=`${d} file${d===1?``:`s`} failed`),_({title:v(`upload.uploadComplete`),description:f,status:d>0?`warning`:`success`,duration:5e3}),ae(a)},ye=()=>n(`div`,{className:`mb-4`,children:[n(`div`,{className:`block text-sm font-medium mb-2`,children:[v(`store.contentType`),` `,t(`span`,{className:`text-muted font-normal`,children:v(`store.optional`)}),t(Me,{description:v(`upload.contentTypeTooltip`),placement:`top`,size:`xs`,children:t(on,{className:`size-3 ms-2`})})]}),t(V,{options:me,value:E,optionLabel:e=>e?e.name:v(`store.selectContentTypeLabel`),placeholder:v(`store.selectContentTypeAuto`),onChange:e=>D(e===void 0?null:e),filterBy:`name`,isClearable:!0}),!E&&t(`div`,{className:`p-2 rounded-md`,children:n(`div`,{className:`flex items-center text-attention`,children:[t(_t,{className:`size-4 me-1`}),v(`store.automaticTypeDetection`),t(Me,{description:v(`store.automaticTypeDetectionDescription`),placement:`top`,size:`xs`,children:t(on,{className:`size-3 ms-2`})})]})})]});return n(B,{isOpen:r,onClose:ge,className:`mx-auto`,disableCloseOnClickOutside:!0,children:[t(re,{description:ce,children:oe}),p?n(te,{children:[u,ue(),ye()]}):b.length===0&&!f?n(te,{className:`flex flex-col items-center justify-center p-8`,children:[ue(),t(mi,{onDrop:_e,message:v(`upload.dragAndDrop`),buttonLabel:v(`upload.selectFiles`),className:`w-full h-64`,allowFolders:m}),u]}):!A&&!M?t(te,{children:w?n(e,{children:[ue(),t(`div`,{className:`mb-4`,children:t(`div`,{className:`p-4 rounded-md mb-4`,children:n(`div`,{className:`grid grid-cols-3 gap-4`,children:[n(`div`,{className:`flex flex-col items-center`,children:[n(`div`,{className:`flex items-center gap-2`,children:[t(Zn,{className:`size-5 text-primary`}),t(`span`,{className:`font-medium`,children:v(`upload.new`)})]}),t(`div`,{className:`text-2xl font-semibold`,children:de.toCreate})]}),n(`div`,{className:`flex flex-col items-center`,children:[n(`div`,{className:`flex items-center gap-2`,children:[t(_t,{className:`size-5 text-success`}),t(`span`,{className:`font-medium`,children:v(`upload.update`)})]}),t(`div`,{className:`text-2xl font-semibold`,children:de.toUpdate})]}),n(`div`,{className:`flex flex-col items-center`,children:[n(`div`,{className:`flex items-center gap-2`,children:[t(ot,{className:`size-5 text-mixer-attention/40`}),t(`span`,{className:`font-medium`,children:v(`upload.skip`)})]}),t(`div`,{className:`text-2xl font-semibold`,children:de.toSkip})]})]})})}),ye(),t(ee,{className:`mb-4`,status:`info`,children:de.toCreate+de.toUpdate>0?n(`div`,{className:`space-y-1`,children:[t(`p`,{children:v(`upload.filesReadyToProcess`,{count:de.toCreate+de.toUpdate})}),t(`p`,{children:de.toSkip>0&&v(`upload.filesToSkip`,{count:de.toSkip})})]}):de.toSkip>0?t(`span`,{children:v(`upload.allFilesExist`,{count:de.toSkip})}):t(`span`,{children:v(`upload.noFilesToProcess`)})})]}):n(`div`,{className:`flex flex-col items-center justify-center py-4`,children:[t(be,{size:`lg`,className:`mb-4`}),t(`div`,{className:`text-lg font-medium`,children:v(`upload.analyzingFiles`)})]})}):A?n(te,{children:[ue(),t(`div`,{className:`mb-4`,children:t(`div`,{className:`h-2 bg-muted/20 rounded-full overflow-hidden`,children:t(`div`,{className:`h-full bg-primary rounded-full`,style:{width:`${P}%`}})})}),t(`div`,{className:`max-h-96 overflow-y-auto`,children:O.map((e,r)=>n(`div`,{className:`flex items-center py-2 border-b border-border last:border-b-0`,children:[n(`div`,{className:`me-3`,children:[e.status===`pending`&&t(Gt,{className:`size-5 text-muted`}),e.status===`uploading`&&t(be,{size:`sm`}),e.status===`success`&&t(_t,{className:`size-5 text-success`}),e.status===`error`&&t(ir,{className:`size-5 text-destructive`})]}),n(`div`,{className:`flex-1 min-w-0`,children:[t(`div`,{className:`truncate font-medium`,children:e.file.name}),n(`div`,{className:`text-xs text-muted`,children:[e.status===`pending`&&v(`agent.waiting`),e.status===`uploading`&&v(`agent.uploading`),e.status===`success`&&(e.action===`create`?v(`store.created`):e.action===`update`?v(`store.updated`):v(`upload.skip`)),e.status===`error`&&e.message]})]})]},`${e.file.name}-${e.file.size}-${e.file.lastModified}`))})]}):t(te,{children:n(`div`,{className:`mb-4`,children:[ue(),t(Ci,{files:O.map(e=>{let t;return t=e.status===`success`?e.action===`create`?`success`:e.action===`update`?`updated`:`skipped`:`failed`,{name:e.file.name,status:t,error:e.status===`error`?e.message:void 0}}),location:c||void 0,collection:R?.name})]})}),(()=>{if(p)return n(ne,{children:[t(o,{variant:`ghost`,onClick:ge,children:v(`modal.cancel`)}),t(o,{onClick:()=>{let e={success:!0,objectIds:[],uploadedFiles:[{name:`type-selection`,type:E?.id||null,status:`created`}],skippedFiles:[],failedFiles:[]};d&&d(e),ge()},children:E?v(`upload.useTypeName`,{typeName:E.name}):v(`upload.useAutoDetection`)})]});if(b.length===0&&!f)return t(ne,{children:t(o,{variant:`ghost`,onClick:ge,children:v(`modal.cancel`)})});if(!A&&!M){let e=w;return n(ne,{children:[t(o,{variant:`ghost`,onClick:ge,children:v(`modal.cancel`)}),t(o,{disabled:!e,onClick:ve,children:de.toCreate+de.toUpdate>0?v(`agent.upload`):v(`upload.continue`)})]})}return A?t(ne,{children:t(o,{variant:`ghost`,disabled:!0,children:v(`agent.uploading`)})}):n(ne,{children:[t(o,{variant:`ghost`,onClick:()=>{x([]),C([]),T(!1),D(null),k([]),j(!1),N(!1),F(0),fe({toCreate:0,toUpdate:0,toSkip:0})},children:v(`upload.uploadMore`)}),t(o,{onClick:()=>{d&&ie&&d(ie),ge()},children:v(`agent.close`)})]})})()]},I)}function Vv(e){let t=typeof e==`function`?e:e.onUploadDone,{client:n,project:r,store:i}=Z(),a=jv(),o=He(),s=rt.getFixedT(null,nt),{checkDocumentProcessing:c}=zv();return async(e,l,u)=>{let d={success:!1,objectIds:[],uploadedFiles:[],skippedFiles:[],failedFiles:[]};if(!r)return o({status:`error`,title:s(`store.noProjectSelected`),duration:3e3}),d;if(!e||e.length===0)return o({status:`warning`,title:s(`store.noFilesSelected`),duration:3e3}),d;let f=Array.from(e).filter(e=>e.size>0);if(f.length===0)return o({status:`error`,title:s(`store.noValidFilesSelected`),description:s(`store.pleaseSelectValidFiles`),duration:5e3}),d;let p=[],m=[],h=[];console.log(`Processing ${f.length} files with smart file processing...`);let g=await c(f,null,u),_=g.filter(e=>e.action===Iv.CREATE).length,v=g.filter(e=>e.action===Iv.UPDATE).length,y=g.filter(e=>e.action===Iv.SKIP).length;o({title:s(`store.filesAnalyzedTitle`),description:`${f.length} file(s): ${_} new, ${v} to update, ${y} to skip`,status:`info`,duration:4e3});for(let e of g.filter(e=>e.action===Iv.SKIP&&e.existingId))p.push({id:e.existingId,name:e.name,type:l,status:`skipped`,location:e.location});let b=g.filter(e=>(e.action===Iv.CREATE||e.action===Iv.UPDATE)&&e.file);if(b.length>0){console.log(`Processing ${b.length} files (${b.filter(e=>e.action===Iv.CREATE).length} create, ${b.filter(e=>e.action===Iv.UPDATE).length} update)...`);let e=[];for(let t=0;t<b.length;t+=50)e.push(b.slice(t,t+50));for(let t=0;t<e.length;t++){let r=e[t],a=t*50;console.log(`Processing batch ${t+1}/${e.length} (${r.length} files)`),b.length>50&&o({title:s(`store.processingFiles`),description:`Processed ${a}/${b.length} files...`,status:`info`,duration:2e3});let c=await Promise.all(r.map(async e=>{try{if(e.action===Iv.UPDATE&&e.existingId){let t=await n.store.objects.update(e.existingId,{type:l||void 0,content:e.file,location:e.location,name:e.name},{createRevision:!0,revisionLabel:`upload on ${new Date().toISOString()}`});return m.push({id:e.existingId,name:e.name,type:l,status:`updated`,location:e.location}),d.objectIds.push(e.existingId),{success:!0,id:t.id,name:e.name,action:`update`}}else{let t=u?{collection_id:u}:void 0,n=await i.objects.create({type:l||void 0,content:e.file,location:e.location||e.file.webkitRelativePath||e.name},t);m.push({id:n.id,name:e.name,type:l,status:`created`,location:e.location})}}catch(t){console.error(`Failed to process file ${e.name}:`,t),h.push({name:e.name,error:Ne(t,`Unknown error`),status:`failed`,location:e.location,type:l}),o({status:`error`,title:s(`store.processingFailedFor`,{name:e.name}),description:Ne(t),duration:4e3})}})),f=m.filter(e=>e.status===`created`),p=m.filter(e=>e.status===`updated`),g=m.filter(e=>e.status===`failed`);console.log(`Batch ${t+1} results:`,{creates:f,updates:p,failures:g,total:c.length})}}let x=m.filter(e=>e.status===`created`).length,S=m.filter(e=>e.status===`updated`).length,C=m.filter(e=>e.status===`failed`).length,w=m.filter(e=>e.status===`skipped`).length;t&&(console.log(`Upload complete:`,{totalObjectIds:d.objectIds.length,uploadedFiles:x,updatedFiles:S,skippedFiles:w,failedFiles:C}),await t(d.objectIds));let T=``;return x>0&&(T+=`${x} file${x===1?``:`s`} uploaded`),S>0&&(T+=T?`, `:``,T+=`${S} file${S===1?``:`s`} updated`),w>0&&(T+=T?`, `:``,T+=`${w} file${w===1?``:`s`} skipped (already existed)`),C>0&&(T+=T?`, `:``,T+=`${C} file${C===1?``:`s`} failed`),T&&o({status:C>0?`warning`:`success`,title:T,duration:4e3}),a.search(),d}}const Hv=[{name:`ID`,field:`id`,type:`objectId?slice=-7`},{name:`Name`,field:`.`,type:`objectName`},{name:`Type`,field:`type.name`,type:`string`},{name:`Status`,field:`status`,type:`string`},{name:`Updated At`,field:`updated_at`,type:`date`}];function Uv({isGridView:e=!1,onUpload:n,collectionId:r,...i}){return n?t(Wv,{...i,onUpload:n,isGridView:e,collectionId:r}):t(Gv,{...i,isGridView:e})}function Wv({isGridView:e,onUpload:r,collectionId:i,skipTypeModal:a=!1,...o}){let[s,c]=Y(!1),[l,u]=Y([]),[d,f]=Y(!1),[p,m]=Y(null),[h,g]=Y(!1),_=jv(),v=He(),{t:y}=X(),{checkDocumentProcessing:b}=zv(),x=async(e,t)=>{console.log(`Files dropped on ObjectTable:`,e.length,t),c(!0);try{if(i){let t=await b(e,null,i);m(t);let n=t.filter(e=>e.action===`create`).length,r=t.filter(e=>e.action===`update`).length,a=t.filter(e=>e.action===`skip`).length;v({title:y(`store.filesReadyToProcess`),description:`${e.length} file(s): ${n} new, ${r} to update, ${a} to skip`,status:`info`,duration:4e3})}else m(null)}catch(e){console.error(`Error processing files:`,e),v({title:y(`store.errorProcessingFiles`),description:y(`store.errorCheckingDuplicates`),status:`error`,duration:4e3}),m(null)}finally{if(c(!1),u(e),f(!1),a){console.log(`Skipping type modal and calling onUpload directly`,{filesLength:e.length,processedFilesLength:p?.length});let t=r(e,null,i);t&&typeof t==`object`&&(t.processedFiles=p)}else console.log(`Setting typeSelectionOpen to true`,{filesLength:e.length}),g(!0)}},S=e=>{let t=[...l];u([]),m(null),g(!1),t.length>0&&e!==void 0&&(c(!0),console.log(`Starting upload with`,{typeId:e,filesCount:t.length,hasProcessingResults:!!p,collectionId:i}),r(t,e,i).finally(()=>{c(!1),_.search()}))},C=e=>{e.preventDefault(),e.stopPropagation(),f(!0)};return n(`div`,{className:`min-h-[400px] relative`,onDragOver:C,onDragEnter:C,onDragLeave:e=>{e.preventDefault(),e.stopPropagation(),!e.currentTarget.contains(e.relatedTarget)&&f(!1)},onDrop:e=>{if(e.preventDefault(),e.stopPropagation(),f(!1),e.dataTransfer.items){let t=[];for(let n=0;n<e.dataTransfer.items.length;n++){let r=e.dataTransfer.items[n];if(r.kind===`file`){let e=r.getAsFile();e&&t.push(e)}}if(t.length>0){let e={count:t.length,message:`Preparing to upload ${t.length} file${t.length===1?``:`s`}...`};x(t,e)}}},children:[t(`div`,{className:We(`bg-white dark:bg-gray-800 opacity-40 absolute inset-0 z-50 flex justify-center items-center`,s?`block`:`hidden`),children:t(be,{size:`xl`})}),t(Gv,{...o,isGridView:e}),t(`div`,{className:We(`absolute inset-0 pointer-events-none`,d?`z-40`:`-z-10`),children:t(`div`,{className:`w-full h-full relative`,children:t(mi,{onDrop:x,message:`Drop files or folders here to upload`,className:We(`absolute inset-0 bg-white/90 dark:bg-gray-800/90 pointer-events-auto`,d?`flex`:`hidden`),buttonLabel:`Select Files or Folders`,allowFolders:!0})})}),t(Bv,{isOpen:h&&l.length>0,onClose:()=>{u([]),m(null),g(!1),S(void 0)},files:l,collectionId:i,selectedFolder:null,title:`Upload Files`,onUploadComplete:e=>{if(e){if(e.failedFiles&&e.failedFiles.length>0&&v({title:y(`store.uploadIssues`),description:`${e.failedFiles.length} file(s) failed to upload`,status:`warning`,duration:5e3}),e.success){let t=e.uploadedFiles.filter(e=>e.status===`created`).length,n=e.uploadedFiles.filter(e=>e.status===`updated`).length,r=e.skippedFiles.length;(t>0||n>0)&&v({title:y(`store.uploadComplete`),description:`${t>0?`${t} created`:``}${t>0&&n>0?`, `:``}${n>0?`${n} updated`:``}${r>0?`, ${r} skipped`:``}`,status:`success`,duration:5e3})}_.search()}u([]),m(null),g(!1),e?.success&&e.objectIds.length>0?S(null):S(void 0)}})]})}function Gv({objects:e,layout:n=Hv,isLoading:r,onRowClick:i,onSelectionChange:a,highlightRow:o,previewObject:s,selectedObject:c,isGridView:l}){let u=W_(),d=(t,n)=>{if(u){let r=n.nativeEvent instanceof MouseEvent&&n.nativeEvent.shiftKey;if(!n.target.checked)u.remove(t.id);else if(u.add(t),r){let n=e.findIndex(e=>e.id===t.id),r=Kv(e,n,u);if(r>-1&&r<n-1){let t=[];for(let i=r+1;i<n;i++)t.push(e[i]);u.addAll(t)}else{let t=qv(e,n,u);if(t>-1&&t>n+1){let r=[];for(let i=n+1;i<t;i++)r.push(e[i]);u.addAll(r)}}}a?.(u)}},f=t=>{u&&(t.target.checked?u.addAll(e):u.removeAll())},p=q(()=>{let e=n.length>0?n:Hv;return console.log(`Using layout with columns:`,e.map(e=>e.name).join(`, `)),e.map(e=>new wv(e,s))},[n,s]);return t(l?Ov:Dv,{objects:e,isLoading:r,columns:p,onRowClick:i,highlightRow:o,previewObject:s,selectedObject:c,selection:u,toggleAll:f,onSelectionChange:d})}function Kv(e,t,n){for(let r=t-1;r>=0;r--)if(n.isSelected(e[r].id))return r;return-1}function qv(e,t,n){let r=e.length;for(let i=t+1;i<r;i++)if(n.isSelected(e[i].id))return i;return-1}function Jv({children:e,limit:n,parent:r,typeId:i,facets:a,name:o,collectionId:s}){let{store:c}=Z(),l=q(()=>{let e;a?e=a:(e=[{name:`status`,field:`status`},{name:`location`,field:`location`}],i||e.unshift({name:`type`,field:`type`}));let t=new kv(c,n).withFacets(e);return t.collectionId=s,t.query.type=i,t.query.parent=r,t.query.name=o,s&&(t.query.all_revisions=!0),t},[s,a,n,o,r,c,i]);return t(Av.Provider,{value:l,children:e})}const Yv=`vertesia.content_store.lastDisplayedView`;function Xv({onUpdate:e}){let{t:n}=X(),[r,i]=Y(localStorage.getItem(Yv)===`grid`),a=()=>{r?c():s()},s=()=>{localStorage.setItem(Yv,`grid`),i(!0),e(!0)},c=()=>{localStorage.setItem(Yv,`table`),i(!1),e(!1)};return t(o,{variant:`outline`,onClick:a,alt:n(r?`misc.tableView`:`misc.thumbnailView`),children:t(r?qn:ln,{})})}Xv.LAST_DISPLAYED_VIEW=Yv;const Zv=[{name:`Name`,field:`properties.title`,type:`string`,fallback:`name`},{name:`Type`,field:`type.name`,type:`string`},{name:`Status`,field:`status`,type:`string`},{name:`Created At`,field:`created_at`,type:`date`}];function Qv({onChange:e,selectedIds:n}){return t(Jv,{children:t($v,{onRowClick:t=>{e(t||void 0)},selectedIds:n})})}function $v({onRowClick:e,selectedIds:r}){let{t:i}=X(),a=G(e=>!!r?.has(e.id),[r]),[s,c]=Y(!1),[l,u]=Y(localStorage.getItem(`vertesia.content_store.lastDisplayedView`)===`grid`),{search:d,isLoading:f,error:p,objects:m,hasMore:h}=Nv(),g=J(null);ze(g,()=>{s&&h&&!f&&(c(!1),d.loadMore(!0).finally(()=>{c(!0)}))},{threshold:.1,deps:[s,h,f]}),K(()=>{d.search().finally(()=>{c(!0)})},[d]);let _=Mv(),v=jv();return p?t(O,{title:i(`store.searchFailed`),children:p.message}):n(`div`,{className:`flex flex-col gap-2 h-full w-full`,children:[n(`div`,{className:`flex justify-between items-center flex-shrink-0`,children:[t(m_,{facets:_,search:v}),n(`div`,{className:`flex items-center gap-2`,children:[t(o,{variant:`outline`,onClick:()=>{c(!1),d.search().then(()=>c(!0))},"aria-label":`Refresh`,children:t(Pn,{size:16})}),t(Xv,{onUpdate:u})]})]}),n(`div`,{className:`@container relative flex-1 overflow-y-auto`,children:[t(Uv,{objects:m||[],isLoading:!m.length&&f,layout:Zv,onRowClick:e,highlightRow:r?.size?a:void 0,isGridView:l}),t(`div`,{ref:g,className:`h-4 w-full`})]})]})}function ey(e){let t=Math.max(0,e)/1e3,n=+(t>0&&t<10&&!Number.isInteger(t));return`${new Intl.NumberFormat(void 0,{maximumFractionDigits:n}).format(t)}K`}function ty({onSend:e,onStop:r,approvalModeSlot:i,mcpSlot:a,disabled:s=!1,isSending:c=!1,isStopping:l=!1,isStreaming:u=!1,isCompleted:d=!1,contextWindowUsage:f,onCompactContext:p,isCompactingContext:m=!1,activeTaskCount:h=0,activeWorkstreams:g=[],placeholder:_,onFilesSelected:v,uploadedFiles:y=[],onRemoveFile:x,onRemoveProcessingFile:S,acceptedFileTypes:C,maxFiles:w=5,processingFiles:T,artifactRunId:E,hasProcessingFiles:D=!1,renderDocumentSearch:O,selectedDocuments:k=[],onRemoveDocument:A,hideObjectLinking:j=!1,hideFileUpload:M=!1,disableDropZone:N=!1,className:P,inputClassName:F}){let{t:I}=X(),L=_??I(`agent.typeYourMessage`),R=J(null),ee=J(null),[ne,ie]=Y(``),[ae,oe]=Y(!1),[se,ce]=Y(!1),[le,ue]=Y(!1),de=!!(v&&!M),fe=de&&!N,pe=!j||de||!!O,me=y.length>=w,V=S??x,he=q(()=>g.filter(e=>e.status===`running`||e.status===`canceling`),[g]),ge=he.length||h,_e=f?I(`agent.contextUsageCompactLabel`,{percent:f.usedPercent}):void 0,ve=f?I(`agent.contextTokenUsage`,{used:ey(f.usedTokens),limit:ey(f.checkpointTokens)}):void 0,ye=q(()=>{let e=[];if(!M&&T)for(let t of T.values()){let n=t.preview_url,r=t.status===hr.UPLOADING?I(`agent.uploading`):t.status===hr.PROCESSING?I(`agent.processing`):t.status===hr.ERROR?I(`agent.error`):t.status===hr.READY?I(`agent.ready`):t.status;e.push({id:t.id,name:t.name,contentType:t.content_type,artifactPath:t.artifact_path,previewUrl:n,removable:!!V,statusLabel:r,statusTone:t.status===hr.ERROR?`destructive`:t.status===hr.READY?`success`:`attention`})}if(!M)for(let t of y)e.push({id:t.id,name:t.name,contentType:t.type,artifactPath:t.artifact_path,previewUrl:t.previewUrl,removable:!!x,statusLabel:I(`agent.ready`),statusTone:`success`});for(let t of k)e.push({id:t.id,name:t.name,href:`/store/objects/${t.id}`,removable:!!A,statusTone:`info`});return e},[V,M,A,x,T,k,I,y]);K(()=>{!s&&d&&R.current?.focus()},[s,d]);let xe=G(e=>{if(!de||!v)return;let t=Array.from(e),n=w-y.length,r=t.slice(0,n);r.length>0&&v(r)},[de,v,w,y.length]),Se=G(e=>{e.preventDefault(),e.stopPropagation(),fe&&ue(!0)},[fe]),Ce=G(e=>{e.preventDefault(),e.stopPropagation(),ue(!1)},[]),we=G(e=>{e.preventDefault(),e.stopPropagation(),ue(!1),fe&&e.dataTransfer?.files&&e.dataTransfer.files.length>0&&xe(e.dataTransfer.files)},[fe,xe]),Te=G(e=>{if(!de)return;let t=Kh(e.clipboardData?.items);t.length>0&&xe(t)},[de,xe]),Ee=G(e=>{de&&e.target.files&&e.target.files.length>0&&(xe(e.target.files),e.target.value=``)},[de,xe]),De=G(()=>{ee.current?.click()},[]),Oe=G(()=>ce(!1),[]),ke=G(e=>ce(!1),[]),Ae=()=>{let t=ne.trim();!t||s||c||D||(e(t),ie(``))},Ne=()=>{r&&!l&&r()},Fe=J(0),Ie=e=>{if(e.key===`Enter`){if(!(e.metaKey||e.ctrlKey||e.altKey||e.shiftKey)){e.preventDefault(),ne.trim().length>0&&Ae();return}e.shiftKey||(e.preventDefault(),Pe(e.currentTarget,ie));return}if(e.key===`Escape`&&u&&r){let e=Date.now();e-Fe.current<500?(Ne(),Fe.current=0):Fe.current=e}},Le=G(()=>{let e=R.current;e&&(e.style.height=`auto`,e.style.height=`${Math.min(e.scrollHeight,200)}px`)},[]);return K(()=>{Le()},[ne,Le]),n(`div`,{className:H(`px-3 py-3 flex-shrink-0 transition-all fixed lg:sticky bottom-0 start-0 end-0 lg:start-auto lg:end-auto w-full bg-background/95 backdrop-blur z-10`,le&&fe&&`bg-info/10 border-info`,P),onDragOver:fe?Se:void 0,onDragLeave:fe?Ce:void 0,onDrop:fe?we:void 0,children:[le&&fe&&t(`div`,{className:`absolute inset-0 flex items-center justify-center bg-blue-100/80 dark:bg-blue-900/40 rounded-lg z-10 pointer-events-none`,children:n(`div`,{className:`text-blue-600 dark:text-blue-400 font-medium flex items-center gap-2`,children:[t(Zn,{className:`size-5`}),I(`agent.dropFilesToUpload`)]})}),de&&t(`input`,{ref:ee,type:`file`,multiple:!0,accept:C,onChange:Ee,className:`hidden`}),t(pg,{activeWorkstreams:g}),n(`div`,{className:`mx-auto flex max-w-3xl flex-col gap-2 rounded-2xl border border-border/70 bg-mixer-muted/15 p-2.5 shadow-lg shadow-black/5`,children:[ye.length>0&&t(Au,{items:ye,artifactRunId:E,variant:`composer`,onRemove:e=>{T?.has(e)?V?.(e):y.some(t=>t.id===e)?x?.(e):A?.(e)},className:`gap-1.5`}),t(`div`,{className:`flex min-w-0 flex-1`,children:t(je,{ref:R,value:ne,onKeyDown:Ie,onChange:e=>ie(e.target.value),onPaste:Te,disabled:s,"aria-label":L,placeholder:L,rows:1,style:{maxHeight:`160px`},className:H(`min-h-[44px] resize-none border-0 bg-transparent px-0 py-0 text-sm leading-6 shadow-none focus-visible:ring-0`,F)})}),n(`div`,{className:`flex items-center justify-between gap-3`,children:[n(`div`,{className:`flex min-w-0 flex-wrap items-center gap-1.5`,children:[pe&&n(b,{align:`left`,trigger:t(o,{variant:`ghost`,size:`icon`,className:`size-8 rounded-full text-muted hover:bg-muted`,"aria-label":I(`agent.addAttachment`),title:I(`agent.addAttachment`),children:t(jn,{className:`size-4`})}),children:[!j&&n(z,{onClick:()=>oe(!0),isDisabled:!d,children:[t(En,{className:`size-4`}),I(`agent.linkObject`)]}),de&&n(z,{onClick:De,isDisabled:me,children:[t(Zn,{className:`size-4`}),I(`agent.upload`)]}),O&&n(z,{onClick:()=>ce(!0),children:[t(Jt,{className:`size-4`}),t(`span`,{children:I(`agent.searchDocuments`)}),k.length>0&&t(`span`,{className:`ms-auto inline-flex items-center justify-center rounded-full bg-info/20 px-1.5 py-0.5 text-[10px] font-medium text-info`,children:k.length})]})]}),i,a,f&&t(Me,{asChild:!0,placement:`top`,size:`md`,className:`text-foreground shadow-lg`,description:n(`span`,{className:`block max-w-56 text-start text-sm leading-6`,children:[t(`span`,{className:`block`,children:I(`agent.contextRemainingUntilCompact`,{percent:f.remainingPercent})}),ve&&t(`span`,{className:`mt-1 block text-foreground/80`,children:ve})]}),children:t(o,{type:`button`,variant:`ghost`,size:`icon`,className:H(`size-8 rounded-lg text-info hover:bg-muted hover:text-info disabled:opacity-60`,`focus-visible:ring-2 focus-visible:ring-info/40`),"aria-label":_e,onClick:p,disabled:!p||m,children:m?t(be,{size:`sm`}):n(`svg`,{viewBox:`0 0 24 24`,className:H(`size-8 -rotate-90`,f.usedPercent>=90?`text-destructive`:f.usedPercent>=70?`text-attention`:`text-info`),"aria-hidden":`true`,children:[t(`circle`,{cx:`12`,cy:`12`,r:`9.75`,fill:`none`,strokeWidth:`4.5`,className:`stroke-current text-muted/50`}),t(`circle`,{cx:`12`,cy:`12`,r:`9.75`,fill:`none`,pathLength:100,strokeWidth:`4.5`,strokeLinecap:`round`,strokeDasharray:100,style:{strokeDashoffset:100-f.usedPercent},className:`stroke-current`})]})})}),he.length===0&&ge>0&&t(`output`,{className:`flex min-w-0 flex-wrap items-center gap-1.5`,"aria-live":`polite`,children:n(`span`,{className:`inline-flex h-8 items-center gap-1 rounded-full px-2 text-xs text-muted`,children:[t(it,{className:`size-3 text-attention`}),I(`agent.activeWorkstreams`,{count:ge})]})})]}),u&&r&&!ne.trim()?t(o,{onClick:Ne,disabled:l,variant:`ghost`,size:`icon`,className:H(`size-9 rounded-full border border-border/60 bg-foreground text-background shadow-sm`,`hover:bg-foreground/90 hover:text-background`,`disabled:bg-mixer-muted/25 disabled:text-muted disabled:opacity-100`,`[&_svg]:text-destructive disabled:[&_svg]:text-muted`),title:I(`agent.stopTooltip`),"aria-label":I(`agent.stopTooltip`),children:l?t(be,{size:`sm`}):t(Wn,{className:`size-3 fill-current stroke-current`})}):t(o,{onClick:Ae,disabled:s||c||!ne.trim()||D,variant:`ghost`,size:`icon`,className:H(`size-9 rounded-full border border-border/60 bg-foreground text-background shadow-sm`,`hover:bg-foreground/90 hover:text-background`,`disabled:bg-mixer-muted/25 disabled:text-muted disabled:opacity-100`),title:I(D?`agent.waitForFiles`:`agent.sendTooltip`),"aria-label":I(D?`agent.waitForFiles`:`agent.send`),children:c?t(be,{size:`sm`}):t(lt,{className:`size-4`})})]})]}),n(B,{isOpen:ae,onClose:()=>oe(!1),className:`min-w-[60vw]`,children:[t(re,{children:I(`agent.linkObject`)}),t(te,{className:`pb-6`,children:t(Qv,{onChange:e=>{let t=`[${e.properties?.title||e.name||`Object`}](store:${e.id})`,n=ne||``,r=R.current?.selectionStart||n.length,i=n.substring(0,r)+t+n.substring(r);ie(i),oe(!1),setTimeout(()=>{if(R.current){R.current.focus();let e=r+t.length;R.current.setSelectionRange(e,e)}},100)}})})]}),O?.({isOpen:se,onClose:Oe,onSelect:ke})]})}function ny({code:e}){let{onProposalSelect:n,onProposalSubmit:r}=Ei(),i=q(()=>Ti(e),[e]),a=q(()=>{if(i)return null;try{let t=e.trim(),i=JSON.parse(t);if(!i.options||!i.question&&!i.title)return null;let a={question:i.question||i.title||``,description:i.description,options:Array.isArray(i.options)?i.options.map(e=>({id:e.id||e.value||``,label:e.label||``,description:e.description})):void 0,allowFreeResponse:i.allowFreeResponse??i.multiple,variant:i.variant,onSelect:n,onSubmit:r};return!a.question||!a.options?.length?null:a}catch{return null}},[e,n,r,i]);return i?t(fi,{type:`proposal`,message:`Loading options...`}):a?t(di,{type:`proposal`,fallbackCode:e,children:t(Xc,{...a})}):t(fi,{type:`proposal`,error:`Invalid proposal specification`})}const ry=Ze(function({code:e}){let n=q(()=>{try{let t=JSON.parse(e);return t?.library===`vega-lite`&&t?.spec&&typeof t.spec==`object`?t:typeof t?.$schema==`string`&&t.$schema.includes(`vega`)?{library:`vega-lite`,spec:t}:null}catch{return null}},[e]);return n?t(va,{spec:n}):null}),iy=Ze(function({code:e}){let n=q(()=>{try{return{library:`vega-lite`,spec:JSON.parse(e)}}catch{return null}},[e]);return n?t(va,{spec:n}):null}),ay={chart:ry,"vega-lite":iy,vegalite:iy,"fusion-fragment":ii,proposal:ny,askuser:ny};function oy({url:e,code:n}){let[r,i]=Y(null);return K(()=>{import(e).then(e=>{i(()=>e.default)}).catch(t=>{console.error(`Failed to load remote widget component from `,e,t)})},[e]),r?t(r,{code:n}):null}async function sy(e){let n=await e.apps.getInstalledApps(`tools`),r=new Set;for(let e of n){if(e.manifest.tool_collections&&e.manifest.tool_collections.length>0)for(let t of e.manifest.tool_collections||[]){let e=Ar(t).url;if(e.startsWith(`http://`)||e.startsWith(`https://`)){let t=e.indexOf(`/api/`);if(t>0){let n=e.substring(0,t);r.add(`${n}/api/widgets`)}}}e.manifest.endpoint&&e.manifest.capabilities?.includes(`tools`)&&r.add(new URL(`/api/widgets`,e.manifest.endpoint).toString())}let i=await Promise.all(Array.from(r).map(e=>fetch(e).then(e=>{if(!e.ok)throw Error(`Failed to fetch widgets: ${e.status} ${e.statusText}`);return e.json()}).then(e=>{let n=[],r=e.widgets;for(let[e,i]of Object.entries(r))n.push({name:e,component:e=>t(oy,{url:i.url,code:e.code})});return n}).catch(()=>(console.error(`Failed to fetch skill widgets from `,e),null)))),a={};for(let e of i.flat())e&&(a[e.name]=e.component);return a}function cy({children:e}){let{client:n}=Z(),[r,i]=Y(ay);return K(()=>{sy(n).then(e=>{i({...ay,...e})})},[n]),t(pi,{components:r,children:e})}const ly=new Map;function uy(e){if(typeof e==`number`)return e;if(!e)return Date.now();let t=new Date(e).getTime();return Number.isFinite(t)?t:Date.now()}function dy(e){return e===`running`||e===`canceling`}function fy(e){return!dy(e)}function py(e){return typeof e==`number`&&Number.isFinite(e)?e:void 0}function my(e){for(let t=e.length-1;t>=0;t--){let n=e[t].details;if(!n)continue;let r=n.token_usage,i=py(r?.total),a=py(n.checkpoint_threshold)??py(n.checkpoint_at);if(typeof i!=`number`||typeof a!=`number`||a<=0)continue;let o=Math.max(0,Math.min(100,Math.round(i/a*100)));return{usedTokens:i,checkpointTokens:a,usedPercent:o,remainingPercent:Math.max(0,100-o)}}}function hy(e,t){return!fy(e.status)||!dy(t.status)?{...e,...t}:{...e,interaction:e.interaction??t.interaction,elapsed_ms:Math.max(e.elapsed_ms,t.elapsed_ms),deadline_ms:Math.max(e.deadline_ms,t.deadline_ms),remaining_ms:0,phase:e.phase??t.phase,child_workflow_id:e.child_workflow_id??t.child_workflow_id,child_workflow_run_id:e.child_workflow_run_id??t.child_workflow_run_id}}function gy(e){let t=e.details,n=typeof t?.workstream_id==`string`&&t.workstream_id.trim()?t.workstream_id:vl(e);return n===`main`||n===`all`?null:{workstreamId:n,launchId:typeof t?.launch_id==`string`?t.launch_id:void 0,interaction:typeof t?.interaction==`string`?t.interaction:void 0,childWorkflowId:typeof t?.child_workflow_id==`string`?t.child_workflow_id:void 0,childWorkflowRunId:typeof t?.child_workflow_run_id==`string`?t.child_workflow_run_id:void 0}}function _y(e){if(e.type!==Q.ERROR)return!1;let t=e.details;return t?.event_class!==`activity`||t.workstream_event?!1:!(t.tool||t.tool_status||t.tool_run_id||t.activity_group_id||t.tool_event)}function vy(e,t,n,r,i,a){if(r){let a=t.get(n);if(a?.startsWith(`message-derived:`)){let t=e.get(a);t&&(e.delete(a),e.set(r,{...t,launch_id:r,updated_at:Math.max(t.updated_at,i)}))}t.set(n,r)}let o=r??t.get(n)??`message-derived:${n}`,s=e.get(o);if(s)return s;let c={workstream_id:n,launch_id:o,elapsed_ms:0,deadline_ms:0,remaining_ms:0,status:`running`,started_at:i,updated_at:i,order:a};return e.set(o,c),t.has(n)||t.set(n,o),c}function yy(e){let t=new Map,n=new Map;return e.forEach((e,r)=>{let i=uy(e.timestamp),a=gy(e),o=cl(e),s=o?.workstreamId??a?.workstreamId;if(!s)return;let c=o?.launchId??a?.launchId,l=al(e);if(!o&&!c&&l&&!n.has(s))return;let u=vy(t,n,s,c,i,r);o?(u.interaction=o.interaction??u.interaction,u.child_workflow_id=o.childWorkflowId??u.child_workflow_id,u.child_workflow_run_id=o.childWorkflowRunId??u.child_workflow_run_id,u.status=`running`):(u.interaction=a?.interaction??u.interaction,u.child_workflow_id=a?.childWorkflowId??u.child_workflow_id,u.child_workflow_run_id=a?.childWorkflowRunId??u.child_workflow_run_id);let d=sl(e);d?u.status=d:l||(_y(e)?u.status=`failed`:(e.type===Q.COMPLETE||e.type===Q.IDLE)&&(u.status=`completed`)),!l&&(u.updated_at=Math.max(u.updated_at,i),dy(u.status)?u.elapsed_ms=Math.max(u.elapsed_ms,i-u.started_at):(u.elapsed_ms=Math.max(u.elapsed_ms,i-u.started_at),u.remaining_ms=0))}),Array.from(t.values()).sort((e,t)=>{let n=Number(!dy(e.status))-Number(!dy(t.status));return n===0?dy(e.status)?e.order-t.order:t.updated_at-e.updated_at||e.order-t.order:n}).map(({started_at:e,updated_at:t,order:n,...r})=>r)}function by(e){return{workstream_id:e.workstream_id,launch_id:e.launch_id,interaction:e.interaction,elapsed_ms:e.elapsed_ms,deadline_ms:e.deadline_ms,remaining_ms:Math.max(0,e.deadline_ms-e.elapsed_ms),status:e.status,phase:e.latest_progress?.phase,child_workflow_id:e.child_workflow_id,child_workflow_run_id:e.child_workflow_run_id}}function xy(e){return{workstream_id:e.workstream_id,launch_id:e.launch_id,interaction:e.interaction,elapsed_ms:e.duration_ms??0,deadline_ms:0,remaining_ms:0,status:e.status,phase:e.last_progress?.phase,child_workflow_id:e.child_workflow_id,child_workflow_run_id:e.child_workflow_run_id}}function Sy(e,t){let n=e.findIndex(e=>e.launch_id===t.launch_id);if(n>=0){e[n]=hy(e[n],t);return}let r=e.findIndex(e=>e.workstream_id===t.workstream_id&&e.launch_id.startsWith(`message-derived:`));if(r>=0&&!t.launch_id.startsWith(`message-derived:`)){e[r]=hy(e[r],t);return}e.push(t)}function Cy(e){if(e<60)return`${e}s`;let t=Math.floor(e/60),n=e%60;return n>0?`${t}m ${n}s`:`${t}m`}function wy(e,t=!0){let[n,r]=Y(()=>Math.max(0,Math.floor((Date.now()-uy(e))/1e3)));return K(()=>{if(!t)return;let n=()=>{r(Math.max(0,Math.floor((Date.now()-uy(e))/1e3)))};n();let i=window.setInterval(n,1e3);return()=>window.clearInterval(i)},[t,e]),n}function Ty(e=!0){let[t,n]=Y(0);return K(()=>{if(!e)return;let t=window.setInterval(()=>{n(()=>Math.floor(Math.random()*mu.length))},4e3);return()=>window.clearInterval(t)},[e]),t}function Ey({message:e,startedAt:r}){let{t:i}=X(),a=wy(r),o=Ty();return n(`div`,{className:`mx-auto flex min-h-full w-full max-w-3xl flex-col justify-end gap-6 px-1 py-8`,children:[t(`div`,{className:`flex w-full justify-end`,children:t(`div`,{className:H(`max-w-[min(44rem,82%)] rounded-[1.35rem] bg-mixer-muted/35 px-4 py-2.5`,`break-words text-sm font-normal leading-6 text-foreground/90 shadow-sm shadow-black/5`,`dark:bg-mixer-muted/15 dark:text-foreground/88 dark:shadow-none [overflow-wrap:anywhere]`),children:t(`div`,{className:`whitespace-pre-wrap`,children:e})})}),n(`div`,{className:`border-b border-border/70 pb-4 text-sm text-muted`,children:[n(`div`,{className:`flex items-center gap-3`,children:[t(lu,{size:`sm`,color:`blue`}),n(`div`,{className:`min-w-0`,children:[n(`div`,{children:[t(`span`,{className:`font-medium`,children:i(`agent.preparing`)}),n(`span`,{className:`ms-2 text-muted/75`,children:[`for `,Cy(a)]})]}),t(`div`,{className:`mt-1 truncate text-muted/80`,children:mu[o]})]})]}),t(`div`,{className:`mt-3 ps-6`,children:t(cu,{color:`blue`})})]})]})}function Dy(e,t){if(typeof window>`u`||typeof document>`u`)return!1;let n=document.createElement(`iframe`);n.style.position=`fixed`,n.style.right=`0`,n.style.bottom=`0`,n.style.width=`0`,n.style.height=`0`,n.style.border=`0`,n.style.visibility=`hidden`,document.body.appendChild(n);let r=n.contentWindow;if(!r)return n.parentNode?.removeChild(n),!1;let i=r.document;return i.open(),i.write(`<!doctype html><html><head><title></title></head><body></body></html>`),i.close(),i.title=t,document.querySelectorAll(`link[rel="stylesheet"], style`).forEach(e=>{i.head.appendChild(e.cloneNode(!0))}),i.body.innerHTML=e.innerHTML,r.focus(),r.print(),setTimeout(()=>{n.parentNode?.removeChild(n)},1e3),!0}function Oy(e){let t=0,n=e.length;for(;t<n&&e[t]===`-`;)t++;for(;n>t&&e[n-1]===`-`;)n--;return e.slice(t,n)}function ky(e){return Oy(e.trim().replace(/[^a-z0-9-_]+/gi,`-`)).slice(0,80)}function Ay(e,t){let n=new Blob([JSON.stringify(t,null,2)],{type:`application/json`}),r=URL.createObjectURL(n),i=document.createElement(`a`);i.href=r,i.download=e,document.body.appendChild(i),i.click(),i.remove(),URL.revokeObjectURL(r)}function jy(e){let{agentRunId:n,startWorkflow:r}=e;return n?t(cy,{children:t(Py,{...e,agentRunId:n})}):r?t(Ny,{...e}):t(My,{})}function My(){let{t:e}=X();return n(ee,{status:`info`,icon:t(dt,{className:`size-16 text-muted mb-4`}),children:[t(`div`,{className:`text-base font-medium text-muted`,children:e(`agent.noAgentRunning`)}),t(`div`,{className:`mt-3 text-sm text-muted`,children:e(`agent.selectInteraction`)})]})}function Ny({initialMessage:e,interactive:r=!0,startWorkflow:i,onClose:a,isModal:s=!1,fullWidth:c=!1,placeholder:l,startButtonText:u,title:d,getAttachedDocs:f,onAttachmentsSent:p,acceptedFileTypes:m,maxFiles:h=5,hideHeader:g=!1,hideFileUpload:_=!1,hideObjectLinking:v,headerVariant:y,inputContainerClassName:b,inputClassName:x,className:S,allowWorkflowControl:C,initialToolApprovalMode:w}){let{t:T}=X(),E=!_,D=l??T(`agent.typeYourMessage`),O=u??T(`agent.startAgent`),k=d??T(`agent.startNewConversation`),{client:A}=Z(),[j,M]=Y(``),[N,P]=Y(!1),[F,I]=Y(null),[L,R]=Y(null),[z,ee]=Y(null),[B,te]=Y(()=>kr(w,r)),ne=He(),re=J(null),ie=J(null),[ae,oe]=Y([]),[se,ce]=Y(!1),le=J(0),ue=G(e=>{E&&(e.preventDefault(),e.stopPropagation(),le.current++,e.dataTransfer?.types?.includes(`Files`)&&ce(!0))},[E]),de=G(e=>{E&&(e.preventDefault(),e.stopPropagation())},[E]),fe=G(e=>{E&&(e.preventDefault(),e.stopPropagation(),le.current--,le.current===0&&ce(!1))},[E]),pe=G(e=>{if(E&&(e.preventDefault(),e.stopPropagation(),le.current=0,ce(!1),e.dataTransfer?.files&&e.dataTransfer.files.length>0)){let t=Array.from(e.dataTransfer.files);oe(e=>[...e,...t].slice(0,h))}},[h,E]),me=G(e=>{if(!E)return;let t=Kh(e.clipboardData?.items);t.length>0&&oe(e=>[...e,...t].slice(0,h))},[E,h]),V=G(e=>{if(e.target.files&&e.target.files.length>0){let t=Array.from(e.target.files);oe(e=>[...e,...t].slice(0,h))}e.target.value=``},[h]),he=G(e=>{oe(t=>t.filter((t,n)=>n!==e))},[]);K(()=>{re.current&&re.current.focus()},[]);let ge=async()=>{if(!i)return;let e=j.trim();if(!(!e||N)){P(!0);try{sessionStorage.removeItem(`plan-panel-shown`),ne({title:E&&ae.length>0?T(`agent.startingAgentUploading`):T(`agent.startingAgent`),status:`info`,duration:3e3});let t=f?.()||[],n=e;if(t.length>0&&!/store:\S+/.test(e)&&(n=[e,``,`Attachments:`,...t.map(e=>`[${e.name}](/store/objects/${e.id})`)].join(`
440
+ `)),E&&ae.length>0){let e=ae.map(e=>e.name).join(`, `);n=[n,``,`[System: ${ae.length} file(s) are being uploaded: ${e}. Please wait for the "Files Ready" notification before processing them.]`].join(`
441
+ `)}let r=await i(n,{tool_approval_mode:B});if(!r){R(null),ee(null);return}R(n),ee(Date.now());let a=r.agent_run_id,o=[];if(E&&ae.length>0){for(let e of ae)try{let t=`files/${e.name}`;await A.agents.uploadArtifact(a,t,e),await A.agents.sendSignal(a,`FileUploaded`,{id:`file-${Date.now()}-${Math.random().toString(36).substr(2,9)}`,name:e.name,content_type:e.type||`application/octet-stream`,reference:`artifact:${t}`,artifact_path:t}),o.push(e.name)}catch(t){console.error(`Failed to upload staged file ${e.name}:`,t)}if(o.length>0)try{await A.agents.sendSignal(a,`UserInput`,{message:`[Files Ready] All ${o.length} file(s) have been uploaded and are now available: ${o.join(`, `)}. You can now process them.`,metadata:{type:`files_ready`,files:o}})}catch(e){console.error(`Failed to send files ready signal:`,e)}oe([])}p?.(),I(a),M(``),ne({title:T(`agent.agentStarted`),status:`success`,duration:3e3})}catch(e){R(null),ee(null),ne({title:T(`agent.errorStarting`),status:`error`,duration:3e3,description:e instanceof Error?e.message:T(`agent.unknownError`)})}finally{P(!1)}}},_e=e=>{if(e.key===`Enter`){if(!(e.metaKey||e.ctrlKey||e.altKey||e.shiftKey)){e.preventDefault(),ge();return}e.shiftKey||(e.preventDefault(),Pe(e.currentTarget,M))}},ve=G(()=>{let e=re.current;e&&(e.style.height=`auto`,e.style.height=`${Math.min(e.scrollHeight,200)}px`)},[]);return K(()=>{ve()},[j,ve]),F?t(Py,{onClose:a,isModal:s,initialMessage:e,placeholder:l,fullWidth:c,hideHeader:g,headerVariant:y,hideFileUpload:_,hideObjectLinking:v,inputContainerClassName:b,inputClassName:x,className:S,allowWorkflowControl:C,agentRunId:F,title:d,pendingStartMessage:L??void 0,pendingStartTimestamp:z??void 0,initialToolApprovalMode:B}):t(`div`,{className:H(`flex h-full flex-col items-center bg-background`,S),children:n(`div`,{className:H(`relative flex h-full w-full flex-col overflow-hidden border-0`,c?``:`max-w-4xl`),onDragEnter:E?ue:void 0,onDragOver:E?de:void 0,onDragLeave:E?fe:void 0,onDrop:E?pe:void 0,children:[E&&se&&t(`div`,{className:`absolute inset-0 flex items-center justify-center bg-info-background z-50 pointer-events-none rounded-lg`,children:n(`div`,{className:`text-info font-medium flex items-center gap-2 text-lg`,children:[t(Zn,{className:`size-6`}),`Drop files to stage for upload`]})}),E&&t(`input`,{ref:ie,type:`file`,multiple:!0,accept:m,onChange:V,className:`hidden`}),!g&&n(`div`,{className:`flex items-center justify-between border-b border-border/60 bg-background px-3 py-2`,children:[n(`div`,{className:`flex items-center gap-2`,children:[t(`div`,{className:`p-1`,children:t(It,{className:`size-3.5 text-muted`})}),t(`span`,{className:`text-sm font-medium text-foreground`,children:k})]}),a&&!s&&t(o,{size:`xs`,variant:`ghost`,onClick:a,"aria-label":T(`agent.close`),title:T(`agent.close`),className:`text-muted hover:text-foreground`,children:t(ar,{className:`size-4`})})]}),t(`div`,{className:`flex flex-1 flex-col items-center justify-end overflow-y-auto bg-background px-4`,children:L&&z?t(Ey,{message:L,startedAt:z}):t(`div`,{className:`mx-auto flex min-h-full w-full max-w-3xl flex-col justify-end py-8`,children:e&&t(`div`,{className:`text-[15px] leading-relaxed text-foreground/80`,children:e})})}),t(`div`,{className:`shrink-0 bg-background px-4 pb-safe-area-4 pt-2`,children:n(`div`,{className:H(`mx-auto flex max-w-3xl flex-col gap-3 rounded-2xl border border-border/70 bg-mixer-muted/15 p-3 shadow-lg shadow-black/5`,b),children:[E&&ae.length>0&&t(`div`,{className:`flex flex-wrap gap-2`,children:ae.map((e,r)=>n(`div`,{className:`flex items-center gap-1.5 rounded-md bg-attention/10 px-2 py-1 text-sm text-attention`,title:T(`agent.fileStagedTooltip`),children:[t(Jt,{className:`size-3.5`}),t(`span`,{className:`max-w-[120px] truncate`,children:e.name}),t(`span`,{className:`text-xs opacity-70`,children:T(`agent.staged`)}),t(o,{variant:`unstyled`,"aria-label":`Remove staged file ${e.name}`,onClick:()=>he(r),className:`ms-1 rounded p-0.5 hover:bg-attention/20`,children:t(ar,{className:`size-3`})})]},`${e.name}-${e.size}-${e.lastModified}`))}),t(je,{ref:re,value:j,onChange:e=>M(e.target.value),onKeyDown:_e,onPaste:me,placeholder:D,disabled:N,rows:2,className:H(`min-h-[72px] resize-none overflow-hidden border-0 bg-transparent px-0 py-0 text-sm leading-6 shadow-none focus-visible:ring-0`,x),style:{minHeight:`72px`,maxHeight:`200px`}}),n(`div`,{className:`flex items-center justify-between gap-3`,children:[n(`div`,{className:`flex min-w-0 items-center gap-2`,children:[E&&t(o,{variant:`ghost`,size:`icon`,onClick:()=>ie.current?.click(),disabled:N||ae.length>=h,"aria-label":T(`agent.upload`),className:`rounded-full text-muted`,title:T(`agent.upload`),children:t(Zn,{className:`size-4`})}),r&&t(Qi,{mode:B,onChange:te,disabled:N})]}),t(o,{onClick:ge,disabled:!j.trim()||N,variant:`ghost`,size:`icon`,className:H(`size-9 rounded-full border border-border/60 bg-foreground text-background shadow-sm`,`hover:bg-foreground/90 hover:text-background`,`disabled:bg-mixer-muted/25 disabled:text-muted disabled:opacity-100`),title:O,"aria-label":O,children:N?t(be,{size:`sm`}):t(lt,{className:`size-4`})})]})]})})]})})}function Py({agentRunId:r,title:i,interactive:a=!0,onClose:s,isModal:c=!1,fullWidth:l=!1,placeholder:u,resetWorkflow:d,onRestart:f,onClone:p,onShowDetails:m,allowWorkflowControl:h=!0,uploadedFiles:g,onRemoveFile:_,acceptedFileTypes:v,maxFiles:y,renderDocumentSearch:b,selectedDocuments:x,onRemoveDocument:S,hideObjectLinking:C,hideHeader:w,headerVariant:T=`full`,hideMessageInput:E,failedAction:D,hidePlanPanel:O,hideWorkstreamTabs:k,showRightPanel:A=!0,hideFileUpload:j,showArtifacts:M=!1,hideDocumentPanel:N,hiddenMessageTypes:P,getAttachedDocs:F,onAttachmentsSent:I,isUploading:L=!1,getMessageContext:R,className:z,inputContainerClassName:ie,inputClassName:ae,fusionData:oe,fileUploadRef:se,onProcessingFilesChange:ce,processingFiles:le,onPlansChange:ue,onWorkstreamStatusChange:de,viewMode:fe,onViewModeChange:pe,onShowInputChange:me,stopRef:V,onStoppingChange:he,messageItemClassNames:ge,messageStyleOverrides:_e,toolCallGroupClassNames:ve,hideToolCallsInViewMode:ye,streamingMessageClassNames:be,batchProgressPanelClassNames:xe,workingIndicatorClassName:Se,messageListClassName:Ce,StoreLinkComponent:we,CollectionLinkComponent:Te,prependFriendlyMessage:Ee,initialRequestData:De,initialRequestSchema:Oe,initialRequestTitle:ke,initialRequestTemplate:Ae,payloadContent:je,conversationContent:Me,conversationTab:Ne=!1,pendingStartMessage:Pe,pendingStartTimestamp:Fe,initialToolApprovalMode:Ie,enablePlayback:Le,showPlaybackToggle:Re=!0}){let{t:ze}=X(),{client:Be}=Z(),Ve=He(),{messages:Ue,streamingMessages:We,isCompleted:Ge,initialHistoryStatus:Ke,debugChunkFlash:qe,addOptimisticMessage:U,updateOptimisticMessageStatus:W,reconnect:Je,agentRunStatus:Ye,workflowRunId:Xe,serverFileUpdates:Ze}=ig(Be,r),{plans:Qe,activePlanIndex:$e,setActivePlanIndex:et,workstreamStatusMap:tt,showInput:nt,showSlidingPanel:rt,setShowSlidingPanel:it}=qh(Ue,a,c),{openDocuments:at,activeDocumentId:ot,isDocPanelOpen:st,docRefreshKey:ct,closeDocPanel:lt,closeDocument:ut,selectDocument:dt,openDocInPanel:ft,updateDocumentTitle:pt}=cg(Ue),{processingFiles:mt,hasProcessingFiles:gt,handleFileUpload:_t,removeProcessingFile:vt,clearProcessingFiles:yt}=fg(Be,r,Ze,Ve),bt=a&&!j,xt=G(e=>{vt(e)},[vt]),St=J(null),Ct=J(null),wt=J(null),[Tt,Et]=Y(!1),[Dt,Ot]=Y(!1),[kt,At]=Y(`sliding`),jt=fe??kt,Mt=G(e=>{pe?pe(e):At(e)},[pe]),[Nt,Pt]=Y(!1),[Ft,It]=Y(!1),[Lt,Rt]=Y(`all`),[zt,Bt]=Y(`live`),[Vt,Ht]=Y(!1),[Ut,Wt]=Y(0),[Gt,Kt]=Y([]),[qt,Jt]=Y([]),[Yt,Xt]=Y(!1),Zt=q(()=>Ie===void 0&&a?void 0:kr(Ie,a),[Ie,a]),[Qt,$t]=Y(Zt),en=J(!1),tn=J(0),nn=J(!1),rn=J(0),an=J(null);K(()=>{$t(Zt)},[Zt]);let on=J(Tt);on.current=Tt;let sn=J(gt);sn.current=gt;let cn=J(mt);cn.current=mt;let ln=q(()=>{let e=Ue.filter(e=>(e.workstream_id||`main`)===`main`);return e[e.length-1]},[Ue]),un=q(()=>ln?.type===Q.TERMINATED?`TERMINATED`:ln?.type===Q.COMPLETE&&(!Ye||Ye===`RUNNING`)?`COMPLETED`:Ye,[ln,Ye]),dn=q(()=>{let e=un?.toUpperCase();return e===`COMPLETED`||e===`FAILED`||e===`CANCELED`||e===`CANCELLED`||e===`TERMINATED`||e===`TIMED_OUT`},[un]),fn=q(()=>dn&&un?.toUpperCase()!==`FAILED`&&!!f,[dn,un,f]),pn=!E||fn,mn=q(()=>un?.toUpperCase()===`FAILED`||Ye?.toUpperCase()===`FAILED`,[un,Ye]),hn=J(dn);hn.current=dn;let gn=J(fn);gn.current=fn;let _n=q(()=>{let e=Qe[$e]||{plan:{plan:[]},timestamp:0},t=tt.get(e.timestamp)||new Map;return{plan:e.plan,workstreamStatus:t}},[Qe,$e,tt]),vn=q(()=>yy(Ue),[Ue]),yn=q(()=>{let e=[...vn];for(let t of qt)Sy(e,xy(t));for(let t of Gt)Sy(e,by(t));return e.map((e,t)=>({workstream:e,index:t})).sort((e,t)=>Number(!dy(e.workstream.status))-Number(!dy(t.workstream.status))||e.index-t.index).map(({workstream:e})=>e)},[vn,Gt,qt]),bn=q(()=>yn.filter(e=>dy(e.status)),[yn]),xn=q(()=>bn.filter(e=>e.status===`running`).length,[bn]),Sn=q(()=>{if(Lt===`all`)return;let e=yn.find(e=>e.workstream_id===Lt||e.launch_id===Lt);return e?el(e.workstream_id,e.interaction):el(Lt)},[Lt,yn]),Cn=q(()=>{if(u)return u;if(Sn)return ze(`agent.messageMainAgentWhileViewingWorkstream`,{workstream:Sn})},[Sn,u,ze]),wn=Re&&Le===void 0&&ka(),Tn=Le??(Aa()||Vt),En=q(()=>xl(P?.length?Ue.filter(e=>!P.includes(e.type)):Ue,Lt),[Lt,P,Ue]),Dn=q(()=>Da(En,zt,Tn),[Tn,zt,En]),On=Dn.cursor,kn=Dn.isLive,An=Tn&&!kn&&Dn.cursorIndex===En.length-1,jn=Dn.displayedMessages,Mn=kn?We:ly,Nn=q(()=>yy(jn),[jn]),Pn=q(()=>Nn.filter(e=>dy(e.status)),[Nn]),Fn=q(()=>Ge||!hl(Ue),[Ge,Ue]),In=kn||An?Fn:!1,Ln=q(()=>au(jn),[jn]),Rn=!!Ln&&!mn,zn=Tn&&!kn,Bn=pn&&!zn,Vn=q(()=>my(Ue),[Ue]),Hn=h&&!dn&&kn&&!!Vn;K(()=>{fl(`conversation render state`,{agentRunId:r,messageCount:Ue.length,playbackMessageCount:En.length,displayedMessageCount:jn.length,streamingCount:We.size,displayedStreamingCount:Mn.size,initialHistoryStatus:Ke,isCompleted:Ge,effectiveIsCompleted:Fn,displayedIsCompleted:In,agentRunStatus:Ye,effectiveWorkflowStatus:un,isWorkflowTerminal:dn,playbackCursor:On,isPlaybackEnabled:Tn,isPlaybackLive:kn,isPlaybackAtLatest:An,activeWorkstream:Lt,showInitialRequest:Ke===`empty`&&Ue.length===0,pendingStartVisible:Ue.length===0&&!Fn&&!!Pe})},[Lt,r,Ye,On,In,jn.length,Mn.size,Fn,un,Ke,Ge,An,Tn,kn,dn,Ue.length,Pe,En.length,We.size]);let Un=G(()=>{Ht(e=>!e)},[]),Wn=G(e=>{let t=wa(On,En.length),n=wa(e,En.length);Tn&&(n>t||e===`live`&&On!==`live`)&&(nn.current=!0,Wt(e=>e+1)),Bt(e)},[On,Tn,En.length]);K(()=>{if(!Tn){zt!==`live`&&Bt(`live`);return}On!==zt&&Bt(On)},[On,Tn,zt]),K(()=>{if(!Tn||!nn.current)return;nn.current=!1;let e=window.requestAnimationFrame(()=>{St.current?.scrollIntoView({behavior:`smooth`,block:`end`})});return()=>window.cancelAnimationFrame(e)},[Tn,Ut]);let Gn=G(()=>{it(e=>(e||sessionStorage.setItem(`plan-panel-shown`,`true`),!e))},[it]),Kn=G(e=>{et(e)},[et]),[qn,Jn]=Y(Me||Ne?`conversation`:`plan`),[Yn,Xn]=Y(400),[Qn,$n]=Y(!1),er=A&&(rt||st||!k&&yn.length>0||!!Me||Ne);K(()=>{!er&&Qn&&$n(!1)},[er,Qn]),K(()=>{if(!Qn)return;let e=e=>{let t=wt.current;if(!t)return;let n=t.getBoundingClientRect(),r=Math.max(300,n.width-420),i=n.right-e.clientX;Xn(Math.min(Math.max(i,300),r))},t=()=>{$n(!1)};return window.addEventListener(`mousemove`,e),window.addEventListener(`mouseup`,t),document.body.style.cursor=`col-resize`,document.body.style.userSelect=`none`,()=>{window.removeEventListener(`mousemove`,e),window.removeEventListener(`mouseup`,t),document.body.style.cursor=``,document.body.style.userSelect=``}},[Qn]);let tr=G(()=>{it(!1),lt()},[it,lt]),nr=G(({href:e,documentId:n,children:r})=>t(`a`,{href:e,className:`text-info underline cursor-pointer hover:text-info/80`,onClick:e=>{e.preventDefault(),e.stopPropagation(),ft(n),Jn(`documents`)},children:r}),[ft]),rr=we??nr;K(()=>(se&&(se.current=bt?_t:null),()=>{se&&(se.current=null)}),[se,_t,bt]),K(()=>{ce?.(mt)},[mt,ce]),K(()=>{ue?.(Qe,$e)},[Qe,$e,ue]),K(()=>{de?.(tt)},[tt,de]),K(()=>{en.current=!1,Xt(!1),Kt([]),Jt([])},[r]),K(()=>{let e=Ke!==`loading`&&!Fn&&!dn&&!Yt;if(fl(`active workstreams poll state`,{agentRunId:r,shouldPoll:e,initialHistoryStatus:Ke,effectiveIsCompleted:Fn,isWorkflowTerminal:dn,isWorkstreamQueryUnavailable:Yt}),!e){Kt(e=>e.length===0?e:[]);return}let t=!1,n=!1,i=async()=>{if(n){fl(`active workstreams fetch skipped while previous request is pending`,{agentRunId:r});return}n=!0;try{fl(`active workstreams fetch start`,{agentRunId:r});let e=await Be.agents.getActiveWorkstreams(r);if(t)return;if(fl(`active workstreams fetch success`,{agentRunId:r,runningCount:e.running?.length??0,completedCount:e.completed?.length??0,unavailable:e.unavailable===!0}),Kt(e.running??[]),Jt(e.completed??[]),e.unavailable){Xt(!0);return}en.current=!1}catch(e){if(t)return;Kt(e=>e.length===0?e:[]),Xt(!0),fl(`active workstreams fetch failed`,{agentRunId:r,error:e instanceof Error?e.message:String(e)}),en.current||=(console.warn(`Failed to fetch active workstreams:`,e),!0)}finally{n=!1}};i();let a=window.setInterval(i,1e4);return()=>{t=!0,window.clearInterval(a)}},[Be.agents,r,Fn,Ke,dn,Yt]),K(()=>{if(Ue.length!==0){if(fn){me?.(!0);return}if(!nt){me?.(!1);return}if(un&&un!==`RUNNING`){me?.(!1);return}un!==null&&me?.(!0)}},[nt,un,Ue.length,me,fn]);let ir=G(async()=>{let e=an.current;e&&await e},[]),ar=G((e,t)=>{let n=e.trim();if(!n||on.current||hn.current&&!gn.current)return;if(sn.current){Ve({status:`warning`,title:ze(`agent.filesProcessing`),description:ze(`agent.waitForFilesProcessing`),duration:3e3});return}Et(!0);let i=F?.()||[],a=R?.()||{},o=n;i.length>0&&!/store:\S+/.test(n)&&(o=[n,``,`Attachments:`,...i.map(e=>`[${e.name}](/store/objects/${e.id})`)].join(`
442
+ `));let s=Array.from(cn.current.values()).filter(e=>e.status===hr.READY).map(e=>{let t=e.reference?.startsWith(`artifact:`)?e.reference:e.artifact_path?`artifact:${e.artifact_path}`:void 0;return t?`[${e.name}](${t})`:void 0}).filter(e=>!!e);s.length>0&&(o=[o,``,`Uploaded artifacts:`,...s].join(`
443
+ `));let c=`msg-${Date.now()}-${Math.random().toString(36).substr(2,9)}`,l={timestamp:Date.now(),workflow_run_id:r,type:Q.QUESTION,message:o,workstream_id:`main`,details:{_optimistic:!0,_messageId:c,_deliveryStatus:`sending`}};U(l);let u={...i.length>0?{attached_docs:i.map(e=>e.id)}:{},...a,...t,id:c,_messageId:c},d=()=>Be.agents.sendSignal(r,`UserInput`,{message:o,client_message_id:c,metadata:u}),f=()=>{W(c,`received`),I?.(),yt()};(async()=>{await ir(),hn.current&&(await Be.agents.restart(r),Je()),await d(),f()})().catch(e=>{W(c,`failed`),Ve({status:`error`,title:ze(`agent.failedToSend`),description:e instanceof Error?e.message:ze(`agent.unknownError`),duration:3e3})}).finally(()=>{Et(!1)})},[r,Be,Ve,F,R,I,yt,Je,U,W,ze,ir]),or=G(async e=>{try{await Be.agents.sendSignal(r,`McpConfigChanged`,{})}catch(e){console.error(`Failed to signal MCP config change`,e)}ar(ze(`agent.mcpConnectedMessage`,{name:e.name}))},[Be,r,ar,ze]),[sr,cr]=Y(void 0);K(()=>{let e=!1,t=rn.current;return Be.agents.retrieve(r).then(n=>{e||(cr(n.disabled_mcp_collections),rn.current===t&&(n.tool_approval_mode!==void 0||n.interactive!==void 0)&&$t(kr(n.tool_approval_mode,n.interactive)))}).catch(()=>{}),()=>{e=!0}},[Be,r]);let lr=G(e=>{let t=e.length>0?e:void 0;cr(t),Be.agents.sendSignal(r,`McpConfigChanged`,{disabled_mcp_collections:e}).catch(e=>console.error(`Failed to signal MCP config change`,e))},[Be,r]),ur=G(()=>{Be.agents.sendSignal(r,`McpConfigChanged`,{}).catch(e=>console.error(`Failed to signal MCP config change`,e))},[Be,r]),dr=G(e=>{let t=kr(e,a),n=Qt;rn.current+=1,$t(t);let i=Be.agents.sendSignal(r,`ToolApprovalModeChanged`,{mode:t}).then(()=>void 0).catch(e=>{$t(e=>e===t?n:e),Ve({status:`error`,title:ze(`agent.approvalMode.changeFailed`),description:e instanceof Error?e.message:ze(`agent.unknownError`),duration:3e3})});an.current=i,i.finally(()=>{an.current===i&&(an.current=null)})},[r,Be,a,ze,Ve,Qt]),fr=G(e=>{bt&&(e.preventDefault(),e.stopPropagation(),tn.current++,e.dataTransfer?.types?.includes(`Files`)&&It(!0))},[bt]),pr=G(e=>{bt&&(e.preventDefault(),e.stopPropagation())},[bt]),mr=G(e=>{bt&&(e.preventDefault(),e.stopPropagation(),tn.current--,tn.current===0&&It(!1))},[bt]),gr=G(e=>{if(bt&&(e.preventDefault(),e.stopPropagation(),tn.current=0,It(!1),e.dataTransfer?.files&&e.dataTransfer.files.length>0)){let t=Array.from(e.dataTransfer.files);_t(t)}},[_t,bt]),_r=G(async()=>{if(Nt)return;let e=`stop-${Date.now()}-${Math.random().toString(36).substr(2,9)}`,t={timestamp:Date.now(),workflow_run_id:r,type:Q.IDLE,message:`Stopped. Waiting for your command...`,workstream_id:`main`,details:{_optimistic:!0,_messageId:e,_deliveryStatus:`sending`,display_role:`user_stopped`,status_reason:`user_stopped`}};U(t),Pt(!0);try{await Be.agents.sendSignal(r,`Stop`,{message:`User requested stop`,client_message_id:e,metadata:{id:e,_messageId:e}}),W(e,`received`)}catch(t){Ve({status:`error`,title:ze(`agent.failedToInterrupt`),description:t instanceof Error?t.message:ze(`agent.unknownError`),duration:3e3}),W(e,`failed`)}finally{Pt(!1)}},[Nt,r,U,Be.agents,Ve,ze,W]),vr=G(async()=>{if(!(Dt||Fn||!kn)){Ot(!0);try{await Be.agents.sendSignal(r,`TriggerCheckpoint`,{reason:`manual user request`})}catch(e){Ve({status:`error`,title:ze(`agent.failedToCompactContext`),description:e instanceof Error?e.message:ze(`agent.unknownError`),duration:3e3})}finally{Ot(!1)}}},[r,Be.agents,Fn,Dt,kn,ze,Ve]);K(()=>(V&&(V.current=h&&!Fn?_r:null),()=>{V&&(V.current=null)}),[V,Fn,_r,h]),K(()=>{he?.(Nt)},[Nt,he]);let yr=i||ze(`agent.agentConversation`),br=async()=>{try{let e=await Sl(Be,r);e&&window.open(e,`_blank`)}catch(e){console.error(`Failed to download conversation`,e),Ve({status:`error`,title:ze(`agent.failedToDownload`),duration:3e3})}},xr=G(()=>{let e=new Date().toISOString(),t=We.size>0?[{cursor:`live`,streamingMessages:Array.from(We,([e,t])=>({id:e,...t}))}]:void 0,n={metadata:{title:yr,agent_run_id:r,exported_at:e,message_count:Ue.length},messages:Ue,...t?{streamingFrames:t}:{}};Ay(`${ky(yr)||`agent-chat`}-${ky(r)}.json`,n),Ve({status:`success`,title:ze(`agent.rewind.fixtureExported`),duration:2e3})},[yr,r,Ue,We,ze,Ve]),[Sr,Cr]=Y(!1),wr=()=>{if(!Ct.current){Ve({status:`error`,title:ze(`agent.pdfExportFailed`),description:ze(`agent.noConversationContent`),duration:3e3});return}Cr(!0)},Tr=()=>{if(!Ct.current){Ve({status:`error`,title:ze(`agent.pdfExportFailed`),description:ze(`agent.noConversationContent`),duration:3e3});return}let e=`${yr} - ${r}`;if(!Dy(Ct.current,e)){Ve({status:`error`,title:ze(`agent.pdfExportFailed`),description:ze(`agent.unableToOpenPrint`),duration:4e3});return}Ve({status:`success`,title:ze(`agent.pdfExportReady`),description:ze(`agent.printDialogDescription`),duration:4e3}),Cr(!1)},Er=q(()=>Ue.filter(e=>e.type===Q.COMPLETE?!0:e.type===Q.THOUGHT?e.details?.tool_status===`completed`:!1).length,[Ue]),Dr=q(()=>_n.plan.plan?.reduce((e,t)=>(t.id&&t.goal&&e.set(t.id.toString(),t.goal),e),new Map),[_n.plan]),Or=e=>t(yg,{title:yr,variant:e,isCompleted:Fn,isTerminal:dn,onClose:s,isModal:c,agentRunId:r,workflowRunId:Xe||``,viewMode:jt,onViewModeChange:Mt,showPlanPanel:A&&rt,hasPlan:A&&Qe.length>0,showPlanButton:A&&!Ne,onTogglePlanPanel:Gn,showPlaybackButton:wn,isPlaybackEnabled:Tn,onTogglePlayback:Un,onDownload:br,onExportFixture:xr,resetWorkflow:d,onClone:p,onShowDetails:m,allowWorkflowControl:h,onExportPdf:wr,isReceivingChunks:qe}),Ar=n(`div`,{ref:Ct,"data-agent-playback-enabled":Tn||void 0,"data-agent-playback-cursor":Tn?On:void 0,"data-agent-live-message-count":Ue.length,"data-agent-rendered-message-count":jn.length,className:H(`flex flex-col min-h-0 min-w-0 border-0`,Ne?`flex-1 h-full`:er?`w-full flex-1 min-h-[50vh]`:l?`flex-1 w-full`:`flex-1 mx-auto ${c?``:`max-w-4xl`}`),children:[!w&&T===`compact`&&t(`div`,{className:`flex flex-shrink-0 justify-end border-b border-border/60 px-2 py-1 lg:hidden`,children:Or(`compact`)}),!w&&T!==`compact`&&t(`div`,{className:`flex-shrink-0`,children:Or(T)}),Tn&&t(`div`,{className:`flex flex-shrink-0 justify-end px-2 py-1.5`,children:t(Na,{cursor:On,messages:En,onChangeCursor:Wn})}),Ue.length===0&&!Fn&&Pe&&Fe?t(Ey,{message:Pe,startedAt:Fe}):t(rm,{messages:jn,workstreamSourceMessages:Ue,bottomRef:St,isCompleted:In,plan:_n.plan,workstreamStatus:_n.workstreamStatus,showPlanPanel:A&&rt,onTogglePlanPanel:Gn,plans:Qe,activePlanIndex:$e,onChangePlan:Kn,taskLabels:Dr,streamingMessages:Mn,onSendMessage:kn?ar:void 0,messageItemClassNames:ge,messageStyleOverrides:_e,toolCallGroupClassNames:ve,hideToolCallsInViewMode:ye,streamingMessageClassNames:be,batchProgressPanelClassNames:xe,artifactRunId:r,viewMode:jt,hideWorkstreamTabs:k,workingIndicatorClassName:Se,messageListClassName:Ce,StoreLinkComponent:rr,CollectionLinkComponent:Te,prependFriendlyMessage:Ee,initialRequestData:De,initialRequestSchema:Oe,initialRequestTitle:ke,initialRequestTemplate:Ae,showInitialRequest:Ke===`empty`&&Ue.length===0,hiddenMessageTypes:P,disableAutoScroll:!kn,renderRequestInputControls:!Rn,activeWorkstream:Lt,onActiveWorkstreamChange:Rt}),Rn?t(su,{message:Ln,onSendMessage:kn?ar:void 0,onMcpConnected:kn?or:void 0,disabled:L||!kn,isLoading:Tt||L}):zn&&Pn.length>0?t(`div`,{className:`flex-shrink-0 pb-safe-area`,children:t(pg,{activeWorkstreams:Pn})}):Bn&&t(`div`,{className:`flex-shrink-0 pb-safe-area`,children:mn?D??t(ee,{status:`error`,icon:null,className:`m-2`,children:`This Workflow is FAILED`}):un&&un!==`RUNNING`&&!fn?jt===`sliding`&&un===`COMPLETED`?t(`div`,{className:`mx-auto w-full max-w-3xl px-4 py-3 text-sm text-muted`,children:n(`div`,{className:`flex items-center gap-2 border-t border-success/25 pt-3 text-success`,children:[t(ht,{className:`size-4`}),t(`span`,{className:`font-medium`,children:`Workflow completed`})]})}):n(ee,{status:un===`COMPLETED`?`success`:`done`,icon:null,className:`m-2`,children:[`This Workflow is `,un]}):(nt||fn)&&t(ty,{onSend:ar,onStop:h?_r:void 0,approvalModeSlot:a&&Qt?t(Qi,{mode:Qt,onChange:dr,disabled:!kn||dn||!h}):void 0,mcpSlot:t(bm,{disabledCollections:sr,onChange:lr,onConnectionChange:ur}),disabled:L||!kn,isSending:Tt||L,isStopping:Nt,isStreaming:!Fn,isCompleted:Fn,contextWindowUsage:Hn?Vn:void 0,onCompactContext:Hn?vr:void 0,isCompactingContext:Dt,activeTaskCount:xn,activeWorkstreams:bn,placeholder:Cn,onFilesSelected:bt?_t:void 0,uploadedFiles:g,onRemoveFile:_,onRemoveProcessingFile:xt,acceptedFileTypes:v,maxFiles:y,processingFiles:mt,artifactRunId:r,hasProcessingFiles:gt,renderDocumentSearch:b,selectedDocuments:x,onRemoveDocument:S,hideObjectLinking:C,hideFileUpload:!bt,disableDropZone:bt,className:ie,inputClassName:ae})})]}),jr=t(ea,{children:t(_u,{children:n(`div`,{ref:wt,className:H(`flex flex-col lg:flex-row gap-2 w-full h-full relative overflow-hidden`,bt&&Ft&&`ring-2 ring-blue-400 ring-inset`,z),onDragEnter:bt?fr:void 0,onDragOver:bt?pr:void 0,onDragLeave:bt?mr:void 0,onDrop:bt?gr:void 0,children:[bt&&Ft&&t(`div`,{className:`absolute inset-0 flex items-center justify-center bg-blue-100/80 dark:bg-blue-900/40 z-50 pointer-events-none rounded-lg`,children:n(`div`,{className:`text-blue-600 dark:text-blue-400 font-medium flex items-center gap-2 text-lg`,children:[t(Zn,{className:`size-6`}),`Drop files to upload`]})}),!Ne&&Ar,!Ne&&T===`compact`&&!w&&t(`div`,{className:`hidden h-full w-12 shrink-0 items-start justify-center px-1 pt-2 lg:flex`,children:Or(`compact`)}),er&&n(e,{children:[!Ne&&t(`div`,{role:`separator`,"aria-orientation":`vertical`,"aria-label":`Resize right panel`,"aria-valuenow":Math.round(Yn),"aria-valuemin":300,"aria-valuetext":`${Math.round(Yn)} pixels`,tabIndex:0,className:`hidden lg:block lg:w-1 lg:shrink-0 cursor-col-resize bg-border/70 hover:bg-border transition-colors`,onMouseDown:()=>$n(!0),onKeyDown:e=>{if(e.key!==`ArrowLeft`&&e.key!==`ArrowRight`)return;e.preventDefault();let t=e.shiftKey?32:16,n=e.key===`ArrowLeft`?t:-t,r=wt.current,i=r?Math.max(300,r.getBoundingClientRect().width-420):900;Xn(e=>Math.min(Math.max(e+n,300),i))}}),t(`div`,{className:Ne?`w-full h-full overflow-auto`:`w-full lg:w-[var(--agent-right-panel-width)] lg:shrink-0 min-h-[50vh] lg:h-full border-t lg:border-t-0`,style:Ne?void 0:{"--agent-right-panel-width":`${Yn}px`},children:t(Gh,{plan:_n.plan,workstreamStatus:_n.workstreamStatus,plans:Qe,activePlanIndex:$e,onChangePlan:Kn,showPlan:!O&&rt,activeWorkstreams:yn,hideWorkstreams:k,openDocuments:at,activeDocumentId:ot,onSelectDocument:dt,onCloseDocument:ut,onUpdateDocumentTitle:pt,docRefreshKey:ct,runId:r,processingFiles:le??mt,showArtifacts:M,artifactRefreshKey:Er,messages:Ue,payloadContent:je,conversationContent:Ne?Ar:Me,onClose:tr,defaultTab:qn,activeTab:qn,onTabChange:Jn})})]}),n(B,{isOpen:Sr,onClose:()=>Cr(!1),children:[t(re,{children:`Export conversation as PDF`}),n(te,{children:[t(`p`,{className:`mb-2`,children:`This will open your browser's print dialog with the current conversation.`}),t(`p`,{className:`text-sm text-muted`,children:`To save a PDF, choose "Save as PDF" or a similar option in the print dialog.`})]}),n(ne,{align:`right`,children:[t(o,{variant:`ghost`,size:`sm`,onClick:()=>Cr(!1),children:`Cancel`}),t(o,{size:`sm`,onClick:Tr,children:`Open print dialog`})]})]})]})})});return oe?t(ai,{data:oe,sendMessage:ar,ChartComponent:va,artifactRunId:r,children:jr}):jr}function Fy({messages:e}){return t(`div`,{className:`flex flex-col overflow-y-auto space-y-6 py-4`,children:W.useMemo(()=>[...e].sort((e,t)=>(typeof e.timestamp==`number`?e.timestamp:new Date(e.timestamp).getTime())-(typeof t.timestamp==`number`?t.timestamp:new Date(t.timestamp).getTime())),[e]).map(e=>t(id,{message:e,showPulsatingCircle:!1},`${e.workstream_id??`main`}-${e.timestamp}-${e.type}`))})}function Iy({messages:e,bottomRef:n,className:r,messagesClassName:i,emptyClassName:a}){let o=W.useRef(null);K(()=>{n.current&&n.current.scrollIntoView({behavior:`smooth`})},[e,n]);let s=W.useMemo(()=>[...e].sort((e,t)=>(typeof e.timestamp==`number`?e.timestamp:new Date(e.timestamp).getTime())-(typeof t.timestamp==`number`?t.timestamp:new Date(t.timestamp).getTime())),[e]);return t(`div`,{ref:o,className:`flex-1 min-h-0 h-full overflow-y-auto py-4 px-4 sm:px-6 lg:px-8 bg-white flex flex-col ${r||``}`,"data-testid":`messages-container`,children:s.length===0?t(`div`,{className:`flex items-center justify-center h-full text-center py-8 ${a||``}`,children:t(`div`,{className:`flex items-center px-4 py-3 text-gray-500`,children:`Waiting for agent response...`})}):t(`div`,{className:`flex-1 flex flex-col justify-start h-full min-h-0 ${i||``}`,children:t(Fy,{messages:s,isCompleted:!1})})})}function Ly({children:e,fallback:n}){return Ry?t(Ry,{fallback:n,children:e}):t(Ii,{FallbackComponent:n,children:e})}let Ry=null;function zy(e){Ry=e}function By({children:e}){return t(Ly,{fallback:Vy,children:e})}function Vy({error:e}){let{t:r}=X(),i=e instanceof Error?e.message:void 0;return n(ee,{status:`error`,title:r(`errors.somethingWentWrong`),children:[n(`div`,{className:`mb-4`,children:[r(`errors.teamNotifiedLine1`),` `,r(`errors.teamNotifiedLine2`),`\xA0`,t(`a`,{className:`text-info`,href:`mailto:support@vertesiahq.com`,children:`support@vertesiahq.com`}),`.`]}),i&&t(`code`,{className:`w-full mt-4 text-sm text-muted break-words`,children:i})]})}function Hy({children:e}){return t(Ly,{fallback:Uy,children:e})}function Uy({error:e}){let r=e instanceof Error?e.message:void 0;return t(`tr`,{children:n(`td`,{colSpan:100,children:[t(`span`,{className:`text-xs`,children:` Cannot display row`}),t(`br`,{}),t(`span`,{className:`bg-gray-400`,children:r})]})})}function Wy({children:e}){return t(Ly,{fallback:Gy,children:e})}function Gy({error:e}){let r=e instanceof Error?e.message:void 0;return console.log(`WidgetError`,e),n(`div`,{className:`text-sm`,children:[`Sorry, this area cannot be loaded or rendered.`,r&&t(`pre`,{children:r})]})}const Ky=/^[a-f0-9]{24}$|^[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}$|^(?=.*\d)(?=.*[a-zA-Z])[a-zA-Z0-9_-]{8,}$/i;function qy(e){return Ky.test(e)}function Jy({className:e,children:r,title:i,description:o,actions:s,breadcrumbs:c,useDynamicBreadcrumbs:l=!0}){let u=li();function d(e){return e.replace(/[-_]/g,` `).split(` `).map(e=>Br(e)).join(` `)}let f=e=>{if(e?.title)return e.title;let t=e?.href||``;if(!t)return`Page`;let n=t.split(`#`)[0].split(`?`)[0].split(`/`).filter(e=>e.length>0);return n.length>=1?d(n[n.length-1]):`Page`},p=(()=>{let e=[];if(l&&typeof window<`u`){let t=window.history.state?.historyChain;if(Array.isArray(t))t.forEach((n,r)=>{let i=t.length-r;e.push({label:f(n),href:n.href,onClick:()=>u(n.href,{stepsBack:i})})});else{let t=window.location.pathname.split(`/`).filter(e=>e.length>0);for(let n=0;n<t.length;n++)if(qy(t[n])){let r=`/${t.slice(0,n).join(`/`)}`;e.push({label:d(t[n-1]||r),href:r,onClick:()=>u(r,{isBasePathNested:!1})})}}}return c&&c.length>0&&c.forEach(t=>{let n=t.props?.children||t,r=t.props?.href;e.push(r?{href:r,label:n,onClick:()=>u(r,{replace:t.props.clearBreadcrumbs})}:{label:n})}),e})();return n(`div`,{className:We(`pb-0 ps-4 pe-2 py-2 flex flex-col`,e),children:[n(`div`,{className:`flex items-start gap-4`,children:[n(`div`,{className:`w-full flex place-content-between h-auto min-h-8 flex-col items-start justify-center`,children:[n(`nav`,{className:`flex-1 flex justify-start text-sm`,children:[p.length>0&&t(a,{path:p,separator:t(St,{className:`size-3.5 cn-rtl-flip`}),maxItems:4}),o&&t(Me,{description:o,children:t(on,{className:`size-4 text-muted ms-4`})})]}),i&&t(`div`,{className:`flex gap-2 items-center`,children:t(`h1`,{className:`text-xl font-semibold break-all`,children:i})})]}),t(`div`,{className:`flex gap-x-2 shrink-0 items-center`,children:s})]}),r&&t(`div`,{className:`w-full flex items-center`,children:r})]})}function Yy(){let{t:e}=X();return n(`div`,{className:`text-center pt-32`,children:[t(`h1`,{className:`text-3xl font-bold text-red-500`,children:`404`}),t(`p`,{className:`text-2xl`,children:e(`layout.pageNotFound`)})]})}const Xy=`magic-pdf`;var Zy;(function(e){e.original=`original`,e.instrumented=`instrumented`})(Zy||={});var Qy=class{client;objectId;totalPages;cache=new Map;pending=new Map;constructor(e,t,n){this.client=e,this.objectId=t,this.totalPages=n}getCacheKey(e,t){return`${t}-${e}`}async getPageImageUrl(e,t){let n=this.getCacheKey(e,t),r=this.cache.get(n);if(r)return r;let i=this.pending.get(n);if(i)return i;let a=this.fetchImageUrl(e,t);this.pending.set(n,a);try{let e=await a;return this.cache.set(n,e),e}finally{this.pending.delete(n)}}async fetchImageUrl(e,t){let n=this.getImagePath(e,t);return(await this.client.files.getDownloadUrl(n)).url}getImagePath(e,t){let n=`${Xy}/${this.objectId}/pages`;switch(t){case Zy.original:return`${n}/page-${e}.original.jpg`;case Zy.instrumented:return`${n}/page-${e}.instrumented.jpg`}}},$y=class{client;objectId;totalPages;cache=new Map;pending=new Map;constructor(e,t,n){this.client=e,this.objectId=t,this.totalPages=n}async getPageLayout(e){let t=this.cache.get(e);if(t!==void 0)return t;let n=this.pending.get(e);if(n)return n;let r=this.fetchPageLayout(e);this.pending.set(e,r);try{let t=await r;return this.cache.set(e,t),t}finally{this.pending.delete(e)}}async fetchPageLayout(e){let t=`${Xy}/${this.objectId}/pages/page-${e}.layout.json`,n=await this.client.files.getDownloadUrl(t),r=await fetch(n.url,{method:`GET`});if(!r.ok)throw Error(`Failed to fetch json layout: ${r.statusText}`);return r.text()}},eb=class{totalPages;pages=[];constructor(e){this.totalPages=e}initFromContent(e){this.pages=tb(e,this.totalPages)}async loadUrls(e,t){}async getPageMarkdown(e){let t=e-1;return t<0||t>=this.pages.length?``:this.pages[t]}};function tb(e,t){let n=Array(t).fill(``),r=/<!--\s*\{\s*"page"\s*:\s*(\d+)\s*\}\s*-->/g,i=[];for(let t of e.matchAll(r))i.push({page:parseInt(t[1],10),index:t.index+t[0].length});for(let r=0;r<i.length;r++){let a=i[r],o=a.page-1;if(o<0||o>=t)continue;let s=a.index,c=e.slice(s).match(/<!--\s*\{\s*"page"\s*:\s*\d+\s*\}\s*-->/),l=c&&c.index!==void 0?s+c.index:e.length,u=e.slice(s,l).trim();u=u.replace(/\n---\s*$/,``).trim(),n[o]=u}return n}const nb=Ye(void 0);function rb({children:e,object:n}){let{client:r}=Z(),i=n.metadata.page_count||10,a=n.metadata?.content_processor?.type===`markdown`,[o,s]=Y(()=>{let e=new eb(i);a&&n.text&&e.initFromContent(n.text);let t=n.text?sb(n.text):``;return{count:i,layoutProvider:new $y(r,n.id,i),markdownProvider:e,imageProvider:new Qy(r,n.id,i),xml:t,xmlPages:n.text?ob(t):[],pdfUrl:``,pdfUrlLoading:!0}});return K(()=>{if(a){let e=n.metadata?.renditions?.find(e=>e.name===yr),t=n.content?.type===`application/pdf`,i=e?.content?.source||(t?n.content?.source:void 0);i?r.store.objects.getDownloadUrl(i,void 0,`inline`).then(e=>{s(t=>({...t,pdfUrl:e.url,pdfUrlLoading:!1}))}).catch(e=>{console.warn(`Failed to get PDF URL:`,e),s(e=>({...e,pdfUrlLoading:!1}))}):s(e=>({...e,pdfUrlLoading:!1}))}else s(e=>({...e,pdfUrlLoading:!1}))},[r,a,n.metadata,n.content?.type,n.content?.source]),t(nb.Provider,{value:o,children:e})}function ib(e,t,n){return e.files.getDownloadUrl(`${Xy}/${t}/${n}`).then(e=>e.url)}function ab(){let e=W.useContext(nb);if(!e)throw Error(`useMagicPdfContext must be used within a MagicPdfProvider`);return e}function ob(e){let t=new DOMParser().parseFromString(sb(e),`text/xml`).getElementsByTagName(`page`),n=new XMLSerializer;return Array.from(t).map(e=>n.serializeToString(e))}function sb(e){return e.replace(/[\x00-\x08\x0B\x0C\x0E-\x1F\x7F]/g,``).replace(/<\?xml.*?\?>/g,``)}const cb=[50,75,100,125,150,200,300];function lb(e,t){let n=[e],r=1;for(;n.length<t;){let i=e+r,a=e-r;i<=t&&n.push(i),a>=1&&n.push(a),r++}return n}function ub({className:e,currentPage:r,onChange:i}){let{t:a}=X(),[s,c]=Y(Zy.instrumented),[l,u]=Y(1.2941176470588236),[d,f]=Y(new Map),[p,m]=Y(100),h=J(new Set),g=J(null),_=J(null),v=J(!1),{imageProvider:y,count:b}=ab(),x=G(()=>{let e=cb.findIndex(e=>e>=p);e===-1&&(e=cb.length-1);let t=Math.min(e+1,cb.length-1);m(cb[t])},[p]),S=G(()=>{let e=cb.findIndex(e=>e>=p);e===-1&&(e=cb.length-1);let t=Math.max(e-1,0);m(cb[t])},[p]),C=G(()=>{m(100)},[]);K(()=>{y.getPageImageUrl(1,s).then(e=>{let t=new window.Image;t.onload=()=>{t.width>0&&t.height>0&&u(t.height/t.width)},t.src=e}).catch(()=>{})},[y,s]);let w=J(s);K(()=>{let e=!1;w.current!==s&&(w.current=s,h.current=new Set,f(new Map));let t=lb(r,b),n=async t=>{if(!(e||h.current.has(t)))try{let n=await y.getPageImageUrl(t,s);e||(h.current.add(t),f(e=>new Map(e).set(t,n)))}catch{}};return t.forEach(e=>{n(e)}),()=>{e=!0}},[r,b,s,y]);let T=J(p);K(()=>{if(T.current!==p&&_.current){T.current=p,v.current=!0;let e=_.current.querySelector(`[data-page="${r}"]`);e?requestAnimationFrame(()=>{e.scrollIntoView({behavior:`instant`,block:`center`}),requestAnimationFrame(()=>{v.current=!1})}):v.current=!1}},[p,r]);let E=J(r);return K(()=>{if(E.current!==r&&_.current){E.current=r,v.current=!0;let e=_.current.querySelector(`[data-page="${r}"]`);e&&e.scrollIntoView({behavior:`instant`,block:`nearest`}),requestAnimationFrame(()=>{v.current=!1})}},[r]),K(()=>{let e=_.current;if(!e)return;let t=null,n=()=>{v.current||(t&&clearTimeout(t),t=setTimeout(()=>{let t=e.getBoundingClientRect(),n=t.top+t.height/2,a=r,o=1/0;for(let t=1;t<=b;t++){let r=e.querySelector(`[data-page="${t}"]`);if(r){let e=r.getBoundingClientRect(),i=e.top+e.height/2,s=Math.abs(i-n);s<o&&(o=s,a=t)}}a!==r&&(E.current=a,i(a))},50))};return e.addEventListener(`scroll`,n,{passive:!0}),()=>{t&&clearTimeout(t),e.removeEventListener(`scroll`,n)}},[b,r,i]),n(`div`,{ref:g,className:We(`flex flex-col items-stretch gap-y-2`,e),children:[n(`div`,{className:`relative flex items-center justify-center px-2 h-9`,children:[t(o,{variant:`ghost`,size:`xs`,onClick:()=>{r>1&&i(r-1)},alt:a(`pdf.previousPage`),children:t(Dt,{className:`size-4`})}),n(`div`,{className:`absolute start-2 flex items-center gap-x-1`,children:[t(db,{type:Zy.original,currentType:s,onClick:()=>c(Zy.original),icon:t(rn,{className:`size-4`}),tooltip:a(`pdf.originalImages`)}),t(db,{type:Zy.instrumented,currentType:s,onClick:()=>c(Zy.instrumented),icon:t(Rn,{className:`size-4`}),tooltip:a(`pdf.instrumentedImages`)}),t(`div`,{className:`w-px h-4 bg-border mx-1`}),t(fb,{zoom:p,onZoomIn:x,onZoomOut:S,onFitToView:C,canZoomIn:p<cb[cb.length-1],canZoomOut:p>cb[0]})]}),t(`div`,{className:`absolute end-2`,children:t(mb,{currentPage:r,totalPages:b,onChange:i})})]}),t(`div`,{ref:_,className:`flex flex-col items-center gap-2 flex-1 overflow-y-auto px-2`,children:Array.from({length:b},(e,n)=>t(pb,{currentPage:r,pageNumber:n+1,aspectRatio:l,zoom:p,url:d.get(n+1),onSelect:()=>i(n+1)},`page-thumb-${n}`))}),t(`div`,{className:`flex items-center justify-center h-9`,children:t(o,{variant:`ghost`,size:`xs`,onClick:()=>{r<b&&i(r+1)},alt:a(`pdf.nextPage`),children:t(wt,{className:`size-4`})})})]})}function db({type:e,currentType:n,onClick:r,icon:i,tooltip:a}){let s=e===n;return t(Me,{description:a,placement:`bottom`,size:`xs`,children:t(o,{variant:`unstyled`,"aria-label":a,"aria-pressed":s,className:We(`p-1 rounded cursor-pointer transition-colors`,s?`text-primary bg-primary/10`:`text-muted-foreground hover:text-foreground hover:bg-muted`),onClick:r,children:i})})}function fb({zoom:e,onZoomIn:r,onZoomOut:i,onFitToView:a,canZoomIn:s,canZoomOut:c}){let{t:l}=X();return n(`div`,{className:`flex items-center gap-x-0.5`,children:[t(Me,{description:l(`pdf.zoomOut`),placement:`bottom`,size:`xs`,children:t(o,{variant:`unstyled`,"aria-label":l(`pdf.zoomOut`),className:We(`p-1 rounded cursor-pointer transition-colors`,c?`text-muted-foreground hover:text-foreground hover:bg-muted`:`text-muted-foreground/40 cursor-not-allowed`),onClick:i,disabled:!c,children:t(xn,{className:`size-4`})})}),n(`span`,{className:`text-xs text-muted-foreground min-w-[32px] text-center`,children:[e,`%`]}),t(Me,{description:l(`pdf.zoomIn`),placement:`bottom`,size:`xs`,children:t(o,{variant:`unstyled`,"aria-label":l(`pdf.zoomIn`),className:We(`p-1 rounded cursor-pointer transition-colors`,s?`text-muted-foreground hover:text-foreground hover:bg-muted`:`text-muted-foreground/40 cursor-not-allowed`),onClick:r,disabled:!s,children:t(An,{className:`size-4`})})}),t(Me,{description:l(`pdf.fitToWidth`),placement:`bottom`,size:`xs`,children:t(o,{variant:`unstyled`,"aria-label":l(`pdf.fitToWidth`),className:We(`p-1 rounded cursor-pointer transition-colors`,e===100?`text-muted-foreground/40`:`text-muted-foreground hover:text-foreground hover:bg-muted`),onClick:a,children:t(gn,{className:`size-4`})})})]})}function pb({pageNumber:e,currentPage:r,aspectRatio:i,zoom:a,url:s,onSelect:c}){let u=e===r;return n(`div`,{className:`p-2 hover:bg-muted rounded-md flex flex-col items-center`,"data-page":e,style:{width:`${a}%`},children:[t(o,{variant:`unstyled`,size:`none`,"aria-pressed":u,"aria-label":`Page ${e}`,className:We(`relative border-[2px] cursor-pointer overflow-hidden !flex items-center justify-center bg-muted/50 w-full`,u?`border-primary`:`border-border`),style:{aspectRatio:`1 / ${i}`},onClick:c,children:s?t(`img`,{src:s,alt:`Page ${e}`,className:`w-full`}):t(mn,{className:`w-6 h-6 animate-spin text-muted-foreground`})}),t(l,{className:`text-sm text-muted-foreground pt-1 font-semibold`,children:e})]})}function mb({currentPage:e,totalPages:r,onChange:i}){let{t:a}=X(),o=J(null),[s,c]=Y(String(e));K(()=>{c(String(e))},[e]);let l=()=>{let t=parseInt(s,10);!Number.isNaN(t)&&t>=1&&t<=r?i(t):c(String(e))};return n(`div`,{className:`flex items-center gap-1 text-xs text-muted-foreground`,children:[t(`span`,{children:a(`pdf.page`)}),t(`input`,{ref:o,type:`text`,value:s,onChange:e=>c(e.target.value),onKeyDown:t=>{t.key===`Enter`?(l(),o.current?.blur()):t.key===`Escape`&&(c(String(e)),o.current?.blur())},onBlur:()=>{l()},className:`w-8 h-5 text-center text-xs px-1 py-0 bg-background border border-border rounded focus:outline-none focus:border-primary`}),n(`span`,{children:[`/ `,r]})]})}function hb({object:e}){let{t:r}=X(),{client:i}=Z(),a=t=>{ib(i,e.id,t).then(e=>window.open(e,`_blank`))},s=e.metadata?.type===`document`&&e.metadata.content_processor?.type||`xml`,c=`p-2 cursor-pointer hover:bg-muted text-start text-sm`;return s===`markdown`?t(o,{variant:`ghost`,size:`xs`,onClick:()=>a(`document.md`),alt:r(`pdf.download`),children:t(Lt,{className:`size-4`})}):n(oe,{children:[t(ce,{children:t(o,{variant:`ghost`,size:`xs`,alt:r(`pdf.download`),children:t(Lt,{className:`size-4`})})}),t(se,{align:`start`,className:`p-0 w-auto`,children:n(`div`,{className:`min-w-[200px] flex flex-col divide-y divide-border`,children:[t(o,{variant:`unstyled`,className:c,onClick:()=>a(`annotated.pdf`),children:`annotated.pdf`}),t(o,{variant:`unstyled`,className:c,onClick:()=>a(`document.xml`),children:`document.xml`}),t(o,{variant:`unstyled`,className:c,onClick:()=>a(`analyzed-pages.json`),children:`analyzed-pages.json`})]})})]})}function gb({className:e}){return t(`div`,{className:`flex items-center justify-center ${e||``}`,children:t(mn,{className:`w-6 h-6 animate-spin text-gray-400`})})}function _b({viewType:e,pageNumber:n}){switch(e){case`json`:return t(yb,{pageNumber:n});case`markdown`:return t(bb,{pageNumber:n});default:return t(vb,{pageNumber:n})}}function vb({pageNumber:e}){let{xmlPages:n}=ab();return t(`div`,{className:`px-4 py-2`,children:t(wi,{xml:n[e-1],collapsible:!0})})}function yb({pageNumber:e}){let[n,r]=Y(null),[i,a]=Y(!0),[o,s]=Y(null),{layoutProvider:c}=ab();return K(()=>{a(!0),s(null),c.getPageLayout(e).then(e=>{r(e?JSON.parse(e):null),a(!1)}).catch(e=>{console.error(e),s(e.message||`Failed to load layout`),a(!1)})},[e,c]),i?t(`div`,{className:`px-4 py-8`,children:t(gb,{})}):o?t(`div`,{className:`px-4 py-2 text-red-500 text-sm`,children:o}):n?t(gi,{className:`w-full`,data:n}):null}function bb({pageNumber:e}){let[r,i]=Y(null),[a,o]=Y(!0),[s,c]=Y(null),{markdownProvider:l}=ab();return K(()=>{o(!0),c(null),l.getPageMarkdown(e).then(e=>{i(e),o(!1)}).catch(e=>{console.error(e),c(e.message||`Failed to load markdown`),o(!1)})},[e,l]),a?n(`div`,{className:`h-full flex flex-col items-center justify-center gap-2`,children:[t(gb,{}),t(`span`,{className:`text-sm text-muted-foreground`,children:`Loading...`})]}):s?t(`div`,{className:`px-4 py-2 text-red-500 text-sm`,children:s}):t(`div`,{className:`px-4 py-2 prose prose-sm max-w-none dark:prose-invert`,children:r?t(yi,{children:r}):t(`div`,{children:`No markdown content available`})})}var xb=class extends Je{constructor(e){super(e),this.state={hasError:!1,error:null}}static getDerivedStateFromError(e){return{hasError:!0,error:e}}componentDidCatch(e,t){console.error(`PDF View error:`,e,t)}render(){return this.state.hasError?t(`div`,{className:`fixed inset-0 bg-background z-50 flex items-center justify-center`,children:n(`div`,{className:`flex flex-col items-center gap-4 p-8 max-w-md`,children:[t(O,{title:rt.t(`pdf.failedToLoadViewer`,{ns:nt}),children:this.state.error?.message||`An unexpected error occurred`}),this.props.onClose&&t(o,{variant:`outline`,onClick:this.props.onClose,children:`Close`})]})}):this.props.children}};function Sb({objectId:e,onClose:r}){let{t:i}=X(),{client:a}=Z(),{data:s,error:c}=Le(()=>a.store.objects.retrieve(e,`+text`),[e]);return c?t(`div`,{className:`fixed inset-0 bg-background z-50 flex items-center justify-center`,children:n(`div`,{className:`flex flex-col items-center gap-4 p-8 max-w-md`,children:[t(O,{title:i(`pdf.fetchingDocumentFailed`),children:Ne(c)}),r&&t(o,{variant:`outline`,onClick:r,children:`Close`})]})}):s?t(xb,{onClose:r,children:t(`div`,{className:`fixed inset-0 bg-background z-50 flex items-center justify-center`,children:t(rb,{object:s,children:t(Cb,{object:s,onClose:r})})})}):n(`div`,{className:`fixed inset-0 bg-background z-50 flex flex-col`,children:[t(`div`,{className:`flex h-9 items-center justify-end shrink-0 bg-sidebar px-2 border-b border-sidebar-border`,children:r&&t(o,{variant:`ghost`,size:`xs`,onClick:r,alt:i(`pdf.close`),children:t(nr,{className:`size-4`})})}),t(`div`,{className:`flex-1 flex items-center justify-center`,children:t(`div`,{className:`animate-spin rounded-full h-8 w-8 border-b-2 border-primary`})})]})}function Cb({object:e,onClose:r}){let{t:i}=X(),{count:a,pdfUrl:s,pdfUrlLoading:c}=ab(),l=()=>e.metadata?.type===`document`&&e.metadata.content_processor?.type===`markdown`?`markdown`:`xml`,[u,d]=Y(1);return l()===`xml`?n(me,{direction:`horizontal`,className:`absolute inset-0`,children:[t(pe,{defaultSize:50,minSize:20,maxSize:80,className:`bg-muted`,children:t(ub,{className:`h-full`,currentPage:u,onChange:d})}),t(fe,{className:`w-[4px] bg-border cursor-ew-resize`}),n(pe,{defaultSize:50,minSize:20,className:`flex flex-col`,children:[n(`div`,{className:`flex h-9 items-center justify-between shrink-0 bg-sidebar px-2 border-b border-sidebar-border`,children:[t(`div`,{className:`flex items-center gap-x-2`,children:t(hb,{object:e})}),t(`span`,{className:`text-xs text-muted-foreground`,children:i(`pdf.pageOf`,{pageNumber:u,totalPages:a})}),t(`div`,{className:`flex items-center gap-x-2`,children:!!r&&t(o,{variant:`ghost`,size:`xs`,onClick:r,alt:i(`pdf.close`),children:t(nr,{className:`size-4`})})})]}),t(`div`,{className:`flex-1 overflow-auto px-2`,children:t(_b,{pageNumber:u,viewType:`xml`})})]})]}):n(me,{direction:`horizontal`,className:`absolute inset-0`,children:[t(pe,{defaultSize:50,minSize:20,maxSize:80,className:`bg-muted`,children:t(Nm,{pdfUrl:s,pdfUrlLoading:c,pageCount:a,className:`h-full`,currentPage:u,onChange:d})}),t(fe,{className:`w-[4px] bg-border cursor-ew-resize`}),n(pe,{defaultSize:50,minSize:20,className:`flex flex-col`,children:[n(`div`,{className:`flex h-9 items-center justify-between shrink-0 bg-sidebar px-2 border-b border-sidebar-border`,children:[t(`div`,{className:`flex items-center gap-x-2`,children:t(hb,{object:e})}),t(`span`,{className:`text-xs text-muted-foreground`,children:i(`pdf.pageOf`,{pageNumber:u,totalPages:a})}),t(`div`,{className:`flex items-center gap-x-2`,children:!!r&&t(o,{variant:`ghost`,size:`xs`,onClick:r,alt:i(`pdf.close`),children:t(nr,{className:`size-4`})})})]}),t(`div`,{className:`flex-1 overflow-auto px-2`,children:t(_b,{pageNumber:u,viewType:`markdown`})})]})]})}const wb=[`image/jpeg`,`image/jpg`,`image/png`,`image/gif`,`image/webp`,`image/svg+xml`],Tb=[`video/mp4`,`video/webm`],Eb=[`audio/mp4`,`audio/m4a`,`audio/x-m4a`,`audio/mpeg`,`audio/ogg`,`audio/wav`,`audio/webm`];function Db(e){let t=Math.floor(e/3600),n=Math.floor(e%3600/60),r=Math.floor(e%60);return t>0?`${t}:${n.toString().padStart(2,`0`)}:${r.toString().padStart(2,`0`)}`:`${n}:${r.toString().padStart(2,`0`)}`}function Ob({url:e,source:r,object:i,className:a}){let{t:o}=X(),{client:s}=Z(),[c,l]=Y(e),[u,d]=Y(!e&&(!!r||!!i)),f=i?.metadata,p=(f?.renditions||[]).find(e=>e.name===dr),m=i?.content?.type&&Eb.includes(i.content.type),h=!!i&&i.metadata?.type===pr.Audio&&!p&&!m;return K(()=>{if(e){l(e),d(!1);return}l(void 0),r||i?(d(!0),(async()=>{try{if(r){let e=await s.files.getDownloadUrl(r);l(e.url);return}if(!i||i.metadata?.type!==pr.Audio)return;let e;p?.content?.source?e=await s.files.getDownloadUrl(p.content.source):m&&i.content?.source&&(e=await s.files.getDownloadUrl(i.content.source)),e&&l(e.url)}catch(e){console.error(`Failed to get audio URL`,e)}finally{d(!1)}})()):d(!1)},[e,r,i,p,m,s]),h?t(`div`,{className:`flex justify-center items-center h-[200px] text-muted ${a??``}`.trim(),children:n(`div`,{className:`text-center`,children:[t(`p`,{children:o(`store.noAudioRendition`)}),t(`p`,{className:`text-sm mt-2`,children:o(`store.audioFormatRequired`)})]})}):u?t(`div`,{className:`flex justify-center items-center h-[200px] ${a??``}`.trim(),children:t(be,{size:`md`})}):c?n(`div`,{className:`flex flex-col items-center gap-4 ${a??``}`.trim(),children:[t(`audio`,{src:c,controls:!0,className:`w-full max-w-2xl`,children:`Your browser does not support the audio tag.`}),f?.duration&&n(`div`,{className:`text-sm text-muted`,children:[`Duration: `,Db(f.duration)]})]}):t(`div`,{className:`flex justify-center items-center h-[200px] text-muted ${a??``}`.trim(),children:`Failed to load audio`})}function kb({url:e,source:n,object:r,className:i}){let{client:a}=Z(),[o,s]=Y(e),[c,l]=Y(!e&&(!!n||!!r));return K(()=>{if(e){s(e),l(!1);return}s(void 0),n||r?(l(!0),(async()=>{try{if(n){let e=await a.files.getDownloadUrl(n);s(e.url);return}if(!r||r.metadata?.type!==pr.Image)return;let e=r.content?.type&&wb.includes(r.content.type);try{let e=await a.objects.getRendition(r.id,{format:gr.jpeg,generate_if_missing:!1,sign_url:!0});if(e.status===`found`&&e.renditions?.length){s(e.renditions[0]);return}}catch{}if(e&&r.content?.source){let e=await a.files.getDownloadUrl(r.content.source);s(e.url)}}finally{l(!1)}})()):l(!1)},[e,n,r,a]),c?t(`div`,{className:i,children:t(be,{size:`md`})}):o?t(`img`,{src:o,alt:r?.name,className:`w-full object-contain ${i??``}`.trim()}):null}function Ab({url:e,source:r,object:i,className:a}){let{t:o}=X(),{client:s}=Z(),[c,l]=Y(e),[u,d]=Y(),[f,p]=Y(!e&&(!!r||!!i)),m=i?.metadata?.renditions||[],h=m.find(e=>e.content.type===`video/mp4`)||m.find(e=>e.content.type===`video/webm`),g=i?.content?.type&&Tb.includes(i.content.type),_=m.find(e=>e.name===br),v=!!i&&i.metadata?.type===pr.Video&&!h&&!g;return K(()=>{if(e){l(e),p(!1);return}l(void 0),d(void 0),r||i?(p(!0),(async()=>{try{if(r){let e=await s.files.getDownloadUrl(r);l(e.url);return}if(!i||i.metadata?.type!==pr.Video)return;let e;h?.content?.source?e=await s.files.getDownloadUrl(h.content.source):g&&i.content?.source&&(e=await s.files.getDownloadUrl(i.content.source)),e&&l(e.url)}catch(e){console.error(`Failed to get video URL`,e)}finally{p(!1)}})()):p(!1)},[e,r,i,h,g,s]),K(()=>{_?.content?.source&&s.files.getDownloadUrl(_.content.source).then(e=>d(e.url)).catch(e=>console.error(`Failed to load poster image`,e))},[_,s]),v?t(`div`,{className:`flex justify-center items-center h-[400px] text-muted ${a??``}`.trim(),children:n(`div`,{className:`text-center`,children:[t(`p`,{children:o(`store.noVideoRendition`)}),t(`p`,{className:`text-sm mt-2`,children:o(`store.videoFormatRequired`)})]})}):f?t(`div`,{className:`flex justify-center items-center h-[400px] ${a??``}`.trim(),children:t(be,{size:`md`})}):c?t(`video`,{src:c,poster:u,controls:!0,className:`w-full h-full object-contain ${a??``}`.trim(),children:`Your browser does not support the video tag.`}):t(`div`,{className:`flex justify-center items-center h-[400px] text-muted ${a??``}`.trim(),children:`Failed to load video`})}function jb({oauthProviderId:r,onAuthChange:i}){let{client:a}=Z(),{t:o}=X(),[s,c]=Y(null),[l,u]=Y(!0),[d,f]=Y(!1),[p,m]=Y(!1),h=G(async()=>{try{u(!0);let e=await a.oauthProviders.getStatus(r);c(e)}catch(e){console.error(`Failed to load OAuth provider status:`,e)}finally{u(!1)}},[a,r]);K(()=>{h()},[h]);let{openOAuthPopup:g}=gs({onComplete:()=>{f(!1),h(),i?.()},onError:e=>{console.error(`OAuth provider auth failed:`,e),f(!1)}});return l?t(ms,{className:`size-4`}):s?.authenticated?n(`div`,{className:`flex items-center gap-2`,children:[n(`div`,{className:`flex items-center gap-1 text-success text-sm`,children:[t(gt,{className:`size-4`}),t(`span`,{children:o(`oauthProvider.connected`)})]}),t(Ka,{variant:`outline`,size:`sm`,onClick:async()=>{if(!p)try{m(!0),await a.oauthProviders.disconnect(r),await h(),i?.()}catch(e){console.error(`Failed to disconnect OAuth provider:`,e)}finally{m(!1)}},disabled:p,children:p?t(ms,{className:`size-3`}):o(`oauthProvider.disconnect`)})]}):t(Ka,{variant:`outline`,size:`sm`,onClick:async()=>{if(!d)try{f(!0);let e=await a.oauthProviders.authorize(r);e.authorization_url&&g(e.authorization_url)}catch(e){console.error(`Failed to authorize OAuth provider:`,e),f(!1)}},disabled:d,children:d?n(e,{children:[t(ms,{className:`size-4`}),t(`span`,{children:o(`oauthProvider.authenticating`)})]}):n(e,{children:[t(Vt,{className:`size-4 me-1`}),t(`span`,{children:o(`oauthProvider.authenticate`)})]})})}function Mb(...e){let t=Array.from(e);return t.__AnyOf__=!0,t}function Nb(...e){return Array.from(e)}function Pb(e){return e.__AnyOf__===!0}var Fb=class{system_roles;roles;permissions;constructor(e,t=[]){this.system_roles=t;let n=[...e.account_roles||[],...e.project_roles||[]],r=new Set(n);this.roles=r;let i=e.permissions??Ib(n,t),a=e.type===Sr.OAuthAccess?new Set(e.permissions??[]):void 0;this.permissions=new Set(a?i.filter(e=>a.has(e)):i)}hasPermission(e){if(typeof e==`string`)return this.permissions.has(e);if(Pb(e))return e.some(e=>this.permissions.has(e));for(let t of e)if(!this.permissions.has(t))return!1;return!0}};function Ib(e,t){let n=new Map(t.map(e=>[e.name,e.permissions])),r=new Set;for(let t of e)for(let e of n.get(t)??[])r.add(e);return Array.from(r)}const Lb=Ye(void 0);function Rb(){let e=Qe(Lb);if(!e)throw Error(`UserPermissionContext cannot be used outside UserPermissionProvider`);return e}function zb({children:e}){let{t:n}=X(),r=Z(),i=r.authToken,a=!!(i&&!i.permissions),{data:o,error:s,isLoading:c}=Le(()=>a?r.client.iam.roles.listSystem():Promise.resolve(void 0),[r,a]),l=q(()=>{if(i){if(i.permissions||!a)return new Fb(i);if(o&&!c)return new Fb(i,o)}else return},[i,o,c,a]);return s?t(O,{title:n(`store.failedToFetchRoleMappings`),children:Ne(s)}):l&&t(Lb.Provider,{value:l,children:e})}function Bb({permission:e,isDisabled:n,title:r,children:i,...a}){return Rb().hasPermission(e)?t(o,{isDisabled:n,title:r,...a,children:i}):null}function Vb({permission:e,...n}){return Rb().hasPermission(e)?t(Li,{...n}):null}var Hb=class extends de{idOf(e){return e.id}labelOf(e){return e.label}descriptionOf(e){return e.description}selectedClassName(e){return`border-3 border-primary`}};function Ub({isOpen:e,onClose:r,onConfirm:i,isLoading:a,uploadedFileName:s}){let{t:c}=X(),l=q(()=>[{id:`update`,label:c(`modal.saveVersion.updateCurrent`),description:c(s?`modal.saveVersion.updateWithFileDescription`:`modal.saveVersion.updateDescription`)},{id:`new-version`,label:c(`modal.saveVersion.createNew`),description:c(s?`modal.saveVersion.createWithFileDescription`:`modal.saveVersion.createDescription`)}],[c,s]),u=s?l[1]:l[0],[d,f]=Y(u),[p,m]=Y(``),h=new Hb;K(()=>{e&&(f(u),m(``))},[u,e]);let g=d?.id===`new-version`;return n(B,{isOpen:e,onClose:r,className:`sm:max-w-md`,children:[t(re,{children:c(`modal.saveChanges`)}),t(te,{children:n(`div`,{className:`space-y-4`,children:[s&&t(`div`,{className:`mb-4 p-3 bg-blue-50 dark:bg-blue-900/20 rounded-md`,children:n(`p`,{className:`text-sm text-blue-700 dark:text-blue-300 font-medium`,children:[c(`modal.saveVersion.replaceFile`),` `,t(`span`,{className:`font-bold`,children:s})]})}),t(`p`,{className:`text-sm text-mixer-muted/5`,children:c(`modal.saveVersion.howToSave`)}),t(ue,{adapter:h,options:l,selected:d,onSelect:e=>{f(e)}}),g&&t(N,{label:c(`modal.saveVersion.versionLabel`),description:c(`modal.saveVersion.versionLabelDescription`),className:`mt-3 ps-8`,children:t(F,{value:p,onChange:m,placeholder:c(`modal.saveVersion.versionLabelPlaceholder`),className:`w-full`})})]})}),n(ne,{children:[t(o,{variant:`secondary`,onClick:r,disabled:a,children:c(`modal.cancel`)}),t(o,{variant:`primary`,onClick:async()=>{await i(g,g?p:void 0)},isLoading:a,children:c(`modal.save`)})]})]})}function Wb({isOpen:r,onClose:i,object:a,refetch:s}){let{client:c,store:l}=Z(),u=He(),{t:d}=X(),{theme:f}=Ve(),p=li(),[m,h]=Y(!1),[g,_]=Y(``),[v,y]=Y(!1),[b,x]=Y(null),S=J(void 0),[C,w]=Y(null),[T,E]=Y(null),D=G(async e=>{try{let t=await l.types.retrieve(e);t.object_schema&&w(t.object_schema)}catch(e){console.error(`Failed to fetch JSON schema:`,e)}},[l.types]);K(()=>{r&&(_(JSON.stringify(a.properties||{},null,2)),a.type?.id&&D(a.type.id))},[r,a,D]);let O=e=>{C&&e.json.jsonDefaults.setDiagnosticsOptions({validate:!0,schemas:[{uri:`http://myserver/object-schema.json`,fileMatch:[`*`],schema:C}]})};function k(){if(!S.current)return;let e=S.current.getValue();try{let t=JSON.parse(e);x(t),y(!0)}catch{u({status:`error`,title:d(`store.invalidJson`),description:d(`store.pleaseFixJsonSyntax`),duration:5e3})}}let A=e=>{_(e)};async function j(e,t){try{h(!0);let n=b||JSON.parse(g);if(e){let e=await c.objects.update(a.id,{properties:n},{createRevision:!0,revisionLabel:t});e.id!==a.id&&E(e.id),u({status:`success`,title:d(`store.newVersionCreated`),description:d(`store.newVersionCreatedDesc`),duration:2e3}),y(!1),i(),e.id!==a.id&&setTimeout(()=>{p(`/objects/${e.id}`),u({status:`info`,title:d(`store.viewingNewVersion`),description:t?d(`store.viewingVersionLabel`,{label:t}):d(`store.viewingNewVersionDefault`),duration:3e3})},100)}else await l.objects.update(a.id,{properties:n}),u({status:`success`,title:d(`store.propertiesUpdated`),description:d(`store.propertiesUpdatedDesc`),duration:2e3}),s&&await s(),y(!1),i()}catch(e){u({status:`error`,title:d(`store.errorUpdatingProperties`),description:Ne(e,d(`store.errorUpdatingPropertiesDefault`)),duration:5e3}),h(!1)}}function M(){y(!1)}return n(e,{children:[n(B,{isOpen:r,onClose:i,className:`sm:max-w-[90%] md:max-w-[80%] lg:max-w-[75%] xl:max-w-[70%]`,children:[t(re,{children:d(`store.editProperties`)}),n(te,{children:[n(`div`,{className:`mb-2 text-sm text-gray-500`,children:[a.type?.name?n(`span`,{children:[`Editing properties for object type: `,t(`strong`,{children:a.type.name})]}):t(`span`,{children:d(`store.editingGenericDocument`)}),C!==null&&t(`span`,{className:`ms-2 text-green-600`,children:`(JSON schema validation enabled)`})]}),t(`div`,{className:`h-[75vh] border rounded-md overflow-hidden`,children:t(bi,{value:g,language:`json`,editorRef:S,onChange:e=>A(e.state.doc.toString()),beforeMount:O,theme:f===`dark`?`vs-dark`:`vs`})})]}),n(ne,{children:[t(o,{variant:`secondary`,onClick:i,children:`Cancel`}),t(o,{variant:`primary`,onClick:k,children:`Save Changes`})]})]}),t(Ub,{isOpen:v,onClose:M,onConfirm:j,isLoading:m})]})}function Gb(e){switch(e){case`text/markdown`:return`markdown`;case`application/json`:return`json`;case`application/xml`:case`text/xml`:return`xml`;default:return`plaintext`}}function Kb({object:r,text:i,onClose:a,onSaved:s}){let{store:c}=Z(),l=He(),{t:u}=X(),{theme:d}=Ve(),f=li(),p=J(void 0),[m,h]=Y(!1),[g,_]=Y(!1),[v,y]=Y(!1),b=Gb(r.content?.type);console.log(`Determined language for Monaco Editor:`,b),console.log(`TextEditorPanel rendered with object:`,r,i);let x=G(()=>{m||h(!0)},[m]);function S(){p.current&&y(!0)}async function C(e,t){if(!p.current)return;let n=p.current.getValue(),i=r.content?.type||`text/plain`,o=r.content?.name||`content.txt`;try{_(!0);let d=new Blob([n],{type:i}),p=new File([d],o,{type:i}),m=await c.objects.update(r.id,{content:p},{createRevision:e,revisionLabel:t,ifMatch:r.content?.etag});l({status:`success`,title:u(`store.textSaved`),duration:2e3}),y(!1),e&&m.id!==r.id?(a(),setTimeout(()=>{f(`/objects/${m.id}`)},100)):s()}catch(e){let t=Ne(e,u(`store.errorSavingTextDefault`)),n=(typeof e==`object`&&e&&`status`in e?e.status:void 0)===412||t.includes(`412`);l({status:`error`,title:u(`store.errorSavingText`),description:n?u(`store.textConflict`):t,duration:5e3})}finally{_(!1)}}return n(e,{children:[n(`div`,{className:`flex items-center gap-2 px-2 py-1 shrink-0`,children:[m&&t(`span`,{className:`text-xs text-attention`,children:u(`store.unsavedChanges`)}),t(`div`,{className:`flex-1`}),t(o,{variant:`ghost`,size:`sm`,onClick:a,disabled:g,children:u(`store.cancelEdit`)}),t(o,{variant:`secondary`,size:`sm`,onClick:S,disabled:!m,isLoading:g,children:u(`store.saveText`)})]}),t(`div`,{className:`flex-1 min-h-0 border rounded-md overflow-hidden mx-2 mb-2`,children:t(bi,{value:i,language:b,editorRef:p,onChange:x,theme:d===`dark`?`vs-dark`:`vs`,options:{wordWrap:`on`,minimap:{enabled:!1},lineNumbers:`on`,scrollBeyondLastLine:!1}})}),t(Ub,{isOpen:v,onClose:()=>y(!1),onConfirm:C,isLoading:g})]})}const qb=128*1024;function Jb(e,t,n=!1){let{store:r}=Z(),[i,a]=Y(t),[o,s]=Y(()=>t&&t.length>qb?t.substring(0,qb):t),[c,l]=Y(!1),[u,d]=Y(()=>!!t&&t.length>qb),f=G(()=>{l(!0),r.objects.getObjectText(e).then(e=>{a(e.text),e.text&&e.text.length>qb?(s(e.text.substring(0,qb)),d(!0)):(s(e.text),d(!1))}).catch(e=>{console.error(`Failed to load text`,e),a(void 0),s(void 0),d(!1)}).finally(()=>{l(!1)})},[e,r]);return K(()=>{t&&t.length>qb?(a(t),s(t.substring(0,qb)),d(!0)):(a(t),s(t),d(!1)),n&&!t&&f()},[t,n,f]),{fullText:i,displayText:o,isLoading:c,isCropped:u,loadText:f}}function Yb(e,t){let{client:n}=Z(),[r,i]=Y({isComplete:!1});return K(()=>{if(!t)return;let r=!1,a,o=(e,t,n,r)=>{i(i=>{let a=JSON.stringify(i.progress??null),o=JSON.stringify(e??null);return i.status===t&&i.outputFormat===n&&i.isComplete===r&&a===o?i:{progress:e,status:t,outputFormat:n,isComplete:r}})};function s(){r||n.objects.analyze(e).getStatus().then(e=>{let t=e.output_format??e.progress?.output_format;e.status===Er.RUNNING?(o(e.progress,e.status,t,!1),r||(a=setTimeout(s,2e3))):o(e.progress,e.status,t,!0)}).catch(()=>{r||(a=setTimeout(s,1e4))})}return s(),()=>{r=!0,a&&clearTimeout(a)}},[t,e,n]),{progress:r.progress,status:r.status,outputFormat:r.outputFormat,isComplete:r.isComplete}}function Xb(e,t){let{client:n}=Z(),r=rt.getFixedT(null,nt),[i,a]=Y(),[o,s]=Y(!1),[c,l]=Y();return{pdfUrl:i,isConverting:o,error:c,triggerConversion:G(async()=>{if(!t||o)return;s(!0),l(void 0);let i=async t=>{try{let o=await n.objects.getRendition(e,{format:vr.pdf,generate_if_missing:t,sign_url:!0,block_on_generation:!1});o.status===`generating`?setTimeout(()=>i(!1),5e3):o.status===`found`&&o.renditions?.length?(a(o.renditions[0]),s(!1)):o.status===`failed`&&(l(r(`store.pdfConversionFailed`)),s(!1))}catch(e){console.error(`Failed to convert Office document to PDF:`,e),l(r(`store.failedToConvertToPdf`)),s(!1)}};await i(!0)},[e,t,o,n,r])}}const Zb=()=>({a:({node:e,...n})=>{let r=n.href||``;return r.includes(`/store/objects/`)?t(ci,{topLevelNav:!0,href:r,className:`text-info`,children:n.children}):t(`a`,{...n,target:`_blank`,rel:`noopener noreferrer`})},p:({node:e,...n})=>t(`p`,{...n,className:`my-0`}),pre:({node:e,...n})=>t(`pre`,{...n,className:`my-2 p-2 rounded`}),code:({node:e,className:n,children:r,...i})=>{let a=!/language-(\w+)/.exec(n||``);return t(`code`,{...i,className:a?`px-1.5 py-0.5 rounded`:`text-muted`,children:r})},h1:({node:e,...n})=>t(`h1`,{...n,className:`font-bold text-2xl my-2`}),h2:({node:e,...n})=>t(`h2`,{...n,className:`font-bold text-xl my-2`}),h3:({node:e,...n})=>t(`h3`,{...n,className:`font-bold text-lg my-2`}),li:({node:e,...n})=>t(`li`,{...n})});function Qb(e){return e===mr.created||e===mr.processing}function $b(e){return e.metadata?.content_processor?.type}function ex(e){return e?e.includes(`
444
444
  # `)||e.includes(`
445
445
  ## `)||e.includes(`
446
446
  ### `)||e.includes(`
447
447
  * `)||e.includes(`
448
448
  - `)||e.includes(`
449
- + `)||e.includes(`![`)||e.includes(`](`):!1}function wb(e){return e?`h-full overflow-auto`:`hidden`}var Tb;(function(e){e.Text=`text`,e.Image=`image`,e.Video=`video`,e.Audio=`audio`,e.Pdf=`pdf`,e.Transcript=`transcript`})(Tb||={});function Eb({object:e,loadText:r,refetch:i,canEditProperties:a=!0}){let o=H(),{t:s}=X(),c=async(e,t)=>{try{await navigator.clipboard.writeText(e),o({status:`success`,title:s(`store.contentCopied`,{type:s(t===`text`?`store.contentType`:`store.properties`)}),description:s(`store.successfullyCopied`,{type:t}),duration:2e3})}catch(e){console.error(`Failed to copy ${t}:`,e),o({status:`error`,title:s(`store.copyFailed`),description:s(`store.failedToCopy`,{type:t}),duration:5e3})}};return n(he,{direction:`horizontal`,className:`h-full`,children:[t(me,{defaultSize:67,className:`min-w-[100px]`,children:t(Ob,{object:e,loadText:r??!1,handleCopyContent:c,refetch:i})}),t(pe,{withHandle:!0}),t(me,{defaultSize:33,className:`min-w-[100px]`,children:t(Db,{object:e,refetch:i??(()=>Promise.resolve()),handleCopyContent:c,canEditProperties:a})})]})}function Db({object:r,refetch:i,handleCopyContent:a,canEditProperties:s}){let{t:c}=X(),[l,u]=Y(!1),[d,f]=Y(!1);return n(e,{children:[n(`div`,{className:`flex flex-col h-full`,children:[n(`div`,{className:`flex justify-between items-center px-2`,children:[n(`div`,{className:`flex items-center gap-1 bg-muted mb-2 p-1 rounded`,children:[t(o,{variant:`${l?`ghost`:`primary`}`,size:`sm`,alt:c(`store.previewProperties`),onClick:()=>u(!l),children:`Properties`}),t(o,{variant:`${l?`primary`:`ghost`}`,size:`sm`,alt:c(`store.viewInJsonFormat`),onClick:()=>u(!l),children:`JSON`})]}),n(`div`,{className:`flex items-center gap-2`,children:[r.properties&&t(o,{variant:`ghost`,size:`sm`,title:`Copy properties`,onClick:()=>a(JSON.stringify(r.properties,null,2),`properties`),children:t(Pt,{className:`size-4`})}),s&&t(lb,{permission:yr.content_write,variant:`ghost`,size:`sm`,onClick:()=>{f(!0)},title:`Edit properties`,className:`flex items-center gap-2`,children:t(Un,{className:`size-4`})})]})]}),r.properties?t(`div`,{className:`flex-1 min-h-0 px-2`,children:t(hi,{value:r.properties,viewCode:l})}):t(`div`,{className:`flex-1 min-h-0 px-2`,children:t(`div`,{children:c(`store.noPropertiesDefined`)})})]}),t(pb,{isOpen:d,onClose:()=>{f(!1)},object:r,refetch:i})]})}function Ob({object:e,loadText:r,handleCopyContent:i,refetch:a}){let{t:s}=X(),c=e?.metadata?.type===dr.Image,l=e?.metadata?.type===dr.Video,u=e?.metadata?.type===dr.Audio,d=e?.content?.type===`application/pdf`,f=e?.content?.type?m_(e.content.type):!1,p=xb(e?.status),m=!!(e.transcript&&(l||u)),h=e.metadata?.renditions?.find(e=>e.name===_r),[g,_]=Y(l?Tb.Video:u?Tb.Audio:c?Tb.Image:Tb.Text),[v,y]=Y(g===Tb.Pdf);K(()=>{g===Tb.Pdf&&y(!0)},[g]);let[b,x]=Y(!1),S=!!(e.content?.source&&e.content?.type&&!p&&!e.is_locked&&e.user_permissions?.can_write!==!1&&(e.content.type.startsWith(`text/`)||e.content.type===`application/json`||e.content.type===`application/xml`)),{fullText:C,displayText:w,isLoading:T,isCropped:E,loadText:D}=_b(e.id,e.text,r),O=(d||f)&&p&&(g===Tb.Text||g===Tb.Pdf),{progress:k,status:A,outputFormat:j,isComplete:M}=vb(e.id,O),{pdfUrl:N,isConverting:P,error:F,triggerConversion:I}=yb(e.id,f);K(()=>{M&&A===wr.COMPLETED&&D()},[M,A,D]);let L=(d||f)&&p&&!M&&A===wr.RUNNING,R=g===Tb.Pdf&&!L,z=L&&(g===Tb.Text||g===Tb.Pdf),ee=v&&!L,te=J(null);return n(`div`,{className:`flex flex-col h-full`,children:[n(`div`,{className:`flex justify-between items-center px-2 shrink-0`,children:[n(`div`,{className:`flex items-center gap-2 mb-2`,children:[n(`div`,{className:`flex items-center gap-1 bg-muted p-1 rounded`,children:[c&&t(o,{variant:g===Tb.Image?`primary`:`ghost`,size:`sm`,alt:s(`store.viewImage`),onClick:()=>_(Tb.Image),children:`Image`}),l&&t(o,{variant:g===Tb.Video?`primary`:`ghost`,size:`sm`,alt:s(`store.viewVideo`),onClick:()=>_(Tb.Video),children:`Video`}),u&&t(o,{variant:g===Tb.Audio?`primary`:`ghost`,size:`sm`,alt:s(`store.viewAudio`),onClick:()=>_(Tb.Audio),children:`Audio`}),m&&t(o,{variant:g===Tb.Transcript?`primary`:`ghost`,size:`sm`,alt:s(`store.viewTranscript`),onClick:()=>_(Tb.Transcript),children:`Transcript`}),t(o,{variant:g===Tb.Text?`primary`:`ghost`,size:`sm`,alt:s(`store.viewText`),onClick:()=>_(Tb.Text),children:`Text`}),d&&t(o,{variant:g===Tb.Pdf?`primary`:`ghost`,size:`sm`,alt:s(`store.viewPdf`),onClick:()=>_(Tb.Pdf),children:`PDF`}),f&&t(o,{variant:g===Tb.Pdf?`primary`:`ghost`,size:`sm`,alt:s(`store.viewAsPdf`),onClick:()=>{_(Tb.Pdf),!h&&!N&&!P&&I()},disabled:P,children:P?t(xe,{size:`sm`}):`PDF`})]}),t(Mb,{object:e})]}),g===Tb.Text&&!L&&!b&&t(kb,{object:e,text:w,fullText:C,handleCopyContent:i,textContainerRef:te,isEditing:b,onToggleEdit:()=>x(!0),canEdit:S}),g===Tb.Pdf&&f&&(h||N)&&t(Nb,{object:e,pdfRendition:h,officePdfUrl:N})]}),g===Tb.Image&&t(`div`,{className:wb(!0),children:t(Qy,{object:e})}),g===Tb.Video&&t(`div`,{className:wb(!0),children:t($y,{object:e})}),g===Tb.Audio&&t(`div`,{className:wb(!0),children:t(Zy,{object:e})}),m&&g===Tb.Transcript&&t(`div`,{className:wb(!0),children:t(jb,{object:e,handleCopyContent:i})}),d&&ee&&t(`div`,{className:wb(R),children:t(Pb,{object:e})}),f&&ee&&t(`div`,{className:wb(R),children:t(Fb,{pdfRendition:h,officePdfUrl:N,officePdfConverting:P,officePdfError:F,onConvert:I})}),z&&t(`div`,{className:wb(!0),children:t(Ib,{progress:k,status:A,outputFormat:j})}),g===Tb.Text&&!L&&!b&&T&&t(`div`,{className:wb(!0),children:t(`div`,{className:`flex justify-center items-center flex-1`,children:t(xe,{size:`lg`})})}),g===Tb.Text&&!L&&!b&&!T&&t(`div`,{className:wb(!0),children:t(Ab,{object:e,text:w,isTextCropped:E,textContainerRef:te})}),b&&g===Tb.Text&&C!=null&&t(hb,{object:e,text:C,onClose:()=>x(!1),onSaved:()=>{x(!1),D(),a?.()}})]})}function kb({object:r,text:i,fullText:a,handleCopyContent:s,onToggleEdit:c,canEdit:l}){let{client:u,project:d}=Z(),f=H(),{t:p}=X(),m=r.content,{renderDocument:h,isDownloading:g}=zu({client:u,toast:f}),{data:_}=Re(()=>d?u.projects.retrieve(d.id):Promise.resolve(void 0),[d?.id]),v=_?.configuration?.pdf_template_object_id,y=m?.type&&m.type===`text/markdown`,x=Sb(r),S=async(e,t)=>{if(g)return;f({status:`info`,title:`Preparing ${e.toUpperCase()}`,description:p(`store.renderingDocument`),duration:2e3});let n=t===!1?void 0:v;await h(r.id,{format:e,title:r.name||`document`,useDefaultTemplate:t,templateObjectId:n})};return t(`div`,{className:`h-[41px] text-lg font-semibold flex justify-between items-center px-2`,children:n(`div`,{className:`flex items-center gap-2`,children:[a&&n(e,{children:[t(o,{variant:`ghost`,size:`sm`,title:`Copy text`,onClick:()=>s(a,`text`),children:t(Pt,{className:`size-4`})}),l&&c&&t(lb,{permission:yr.content_write,variant:`ghost`,size:`sm`,onClick:c,title:p(`store.editText`),className:`flex items-center gap-2`,children:t(Un,{className:`size-4`})})]}),g?t(o,{variant:`ghost`,size:`sm`,disabled:!0,className:`flex items-center gap-2`,alt:`download`,children:t(xe,{size:`sm`})}):n(b,{trigger:t(o,{variant:`ghost`,size:`sm`,disabled:!i,className:`flex items-center gap-2`,alt:`download`,children:t(Lt,{className:`size-4`})}),children:[a&&t(z,{onClick:e=>{if(e.preventDefault(),e.stopPropagation(),!a)return;let t=`txt`,n=`text/plain`;x===`xml`?(t=`xml`,n=`text/xml`):(x===`markdown`||y)&&(t=`md`,n=`text/markdown`);let i=new Blob([a],{type:n}),o=URL.createObjectURL(i),s=`${r.name||`document`}.${t}`,c=document.createElement(`a`);c.href=o,c.download=s,c.style.display=`none`,setTimeout(()=>{c.click(),URL.revokeObjectURL(o)},0)},children:n(`div`,{className:`flex items-center gap-2`,children:[t(Lt,{className:`size-4`}),`Download Text`]})}),y&&i&&n(e,{children:[t(z,{onClick:()=>S(gr.docx),children:n(`div`,{className:`flex items-center gap-2`,children:[t(Lt,{className:`size-4`}),`Export as DOCX`]})}),t(z,{onClick:()=>S(gr.pdf,!1),children:n(`div`,{className:`flex items-center gap-2`,children:[t(Lt,{className:`size-4`}),`Export as PDF`]})}),t(z,{onClick:()=>S(gr.pdf),children:n(`div`,{className:`flex items-center gap-2`,children:[t(Lt,{className:`size-4`}),`Export as Branded PDF`]})})]})]})]})})}const Ab=Ze(({object:r,text:i,isTextCropped:a,textContainerRef:o})=>{let{t:s}=X(),c=r.content,l=xb(r?.status),u=Sb(r)===`xml`,d=c?.type&&(c.type===`text/markdown`||c.type===`text/plain`),f=!u&&(d||Cb(i));return i?n(e,{children:[a&&t(`div`,{className:`px-2 py-2 bg-attention/10 border-s-4 border-attention mx-2 mb-2 rounded`,children:n(`div`,{className:`flex items-center gap-2 text-attention`,children:[t(st,{className:`size-4`}),t(`span`,{className:`text-sm font-semibold`,children:s(`store.showingFirst128K`)})]})}),t(`div`,{className:`max-w-7xl px-2 h-full overflow-auto`,ref:o,children:u?t(`div`,{className:`px-4 py-2`,children:t(Si,{xml:i,collapsible:!0})}):f?t(`div`,{className:`vprose prose-sm p-1`,children:t(_i,{components:bb(),children:i})}):t(`pre`,{className:`text-wrap bg-muted text-muted p-2`,children:i})})]}):t(`div`,{className:`px-2`,children:t(`div`,{children:l?`Extracting content...`:`No content`})})});function jb({object:e,handleCopyContent:r}){let{t:i}=X(),a=e.transcript,s=a?.text,c=a?.segments,l=s||(c?c.map(e=>e.text).join(` `):``),u=e=>{let t=Math.floor(e/3600),n=Math.floor(e%3600/60),r=Math.floor(e%60);return t>0?`${t}:${n.toString().padStart(2,`0`)}:${r.toString().padStart(2,`0`)}`:`${n}:${r.toString().padStart(2,`0`)}`};return n(`div`,{className:`flex flex-col h-full`,children:[t(`div`,{className:`flex justify-end items-center px-2 mb-2`,children:l&&t(o,{variant:`ghost`,size:`sm`,title:`Copy transcript`,onClick:()=>r(l,`text`),children:t(Pt,{className:`size-4`})})}),t(`div`,{className:`h-full} overflow-auto px-2`,children:c&&c.length>0?t(`div`,{className:`space-y-2`,children:c.map((e,r)=>n(`div`,{className:`flex gap-3 text-sm`,children:[n(`span`,{className:`text-muted font-mono text-xs shrink-0 pt-0.5`,children:[u(e.start),e.end&&` - ${u(e.end)}`]}),t(`span`,{className:`flex-1`,children:e.text})]},`segment-${r}`))}):s?t(`pre`,{className:`text-wrap bg-muted text-muted p-2 whitespace-pre-wrap`,children:s}):t(`div`,{className:`text-muted`,children:i(`store.noTranscriptAvailable`)})})]})}function Mb({object:r}){let[i,a]=Y(!1),s=Sb(r);return s===`xml`||s===`markdown`?n(e,{children:[t(o,{variant:`ghost`,size:`sm`,onClick:()=>a(!0),title:`Side by side view`,children:t(Wt,{className:`size-4`})}),i&&t(ue,{children:t(Gy,{objectId:r.id,onClose:()=>a(!1)})})]}):null}function Nb({object:e,pdfRendition:n,officePdfUrl:r}){let{client:i}=Z(),a=H(),{t:s}=X(),[c,l]=Y(!1);return t(`div`,{className:`flex items-center gap-2`,children:t(o,{variant:`ghost`,size:`sm`,onClick:async()=>{l(!0);try{let t=r;!t&&n?.content?.source&&(t=(await i.files.getDownloadUrl(n.content.source,`${e.name||`document`}.pdf`,`attachment`)).url),t&&window.open(t,`_blank`)}catch(e){console.error(`Failed to download PDF:`,e),a({status:`error`,title:s(`store.downloadFailed`),description:s(`store.failedToDownloadPdf`),duration:5e3})}finally{l(!1)}},disabled:c,title:`Download PDF`,children:c?t(xe,{size:`sm`}):t(Lt,{className:`size-4`})})})}function Pb({object:e}){return t(`div`,{className:`h-full`,children:t(tb,{object:e,className:`h-full`})})}function Fb({pdfRendition:e,officePdfUrl:r,officePdfConverting:i,officePdfError:a,onConvert:s}){let{t:c}=X();return i?n(`div`,{className:`flex flex-col justify-center items-center flex-1 gap-2`,children:[t(xe,{size:`lg`}),t(`span`,{className:`text-muted`,children:c(`store.convertingToPdf`)})]}):a?n(`div`,{className:`flex flex-col justify-center items-center flex-1 gap-2 text-destructive`,children:[t(st,{className:`size-8`}),t(`span`,{children:a})]}):e?.content?.source?t(`div`,{className:`h-full`,children:t(tb,{source:e.content.source,className:`h-full`})}):r?t(`div`,{className:`h-full`,children:t(tb,{url:r,className:`h-full`})}):t(`div`,{className:`flex flex-col justify-center items-center flex-1 gap-2`,children:t(o,{onClick:s,children:`Convert to PDF`})})}function Ib({progress:r,status:i,outputFormat:a}){let{t:o}=X(),s=x_(i),c=S_(i),l=a===`xml`,u=r?.percent!=null&&!Number.isNaN(r.percent)?r.percent:0;return n(`div`,{className:`px-4 py-4`,children:[r&&n(`div`,{className:`space-y-2`,children:[n(`div`,{className:`flex flex-col gap-1`,children:[t(Lb,{name:l?`Analyze Layouts`:`Analyze Page`,progress:r.pages}),l&&n(e,{children:[t(Lb,{name:`Extract Tables`,progress:r.tables}),t(Lb,{name:`Describe Images`,progress:r.images}),t(Lb,{name:`Process Visually`,progress:r.visuals})]})]}),n(`div`,{className:`pt-2 text-sm text-muted`,children:[`Progress: `,u,`%`,t(`span`,{className:`px-2`,children:`•`}),t(`span`,{className:s,children:c}),r.started_at&&n(e,{children:[t(`span`,{className:`px-2`,children:`•`}),n(`span`,{children:[((Date.now()-r.started_at)/1e3).toFixed(0),` sec. elapsed`]})]})]}),t(yi,{percent:u})]}),!r&&n(`div`,{className:`flex items-center gap-2 text-muted`,children:[t(xe,{size:`sm`}),t(`span`,{children:o(`store.loadingProcessingStatus`)})]})]})}function Lb({name:e,progress:t}){return n(`div`,{className:`flex gap-2 text-sm`,children:[n(`span`,{className:`text-muted min-w-36`,children:[e,`:`]}),n(`span`,{children:[t.processed,` of `,t.total]})]})}const Rb=Object.values(xr),zb=Object.values(Cr);function Bb({onChange:e,isLoading:r,refresh:i,searchTypes:a}){let{client:s,project:c}=Z(),{t:l}=X(),d=H(),[f,p]=Y(void 0),[m,h]=Y(void 0),g=!!c&&(!!m?.embeddings.text||!!m?.embeddings.image),[_,v]=Y(void 0),y=J(i),b=J(void 0),[x,S]=Y(!1),[C,w]=Y(a||Rb),[T,E]=Y(100);K(()=>{a&&w(a)},[a]);let D={},O=!1,k=!1;C.forEach(e=>{e===xr.full_text?O=!0:k=!0,zb.includes(e)&&(D[e]=!0)}),K(()=>{y.current!==i&&(y.current=i,p(void 0),v(void 0))}),K(()=>{c&&s.projects.retrieve(c.id).then(e=>{h(e.configuration)})},[s.projects.retrieve,c]),K(()=>{_&&d({title:_,status:`success`,duration:2e3})},[_,d]),K(()=>{let t=b.current;b.current=f,t&&(!f||f.length===0)&&e(void 0)},[e,f]);let A=()=>{!g||!f||(e({vector:k?{text:f,config:D}:void 0,full_text:O?f:void 0,limit:T}),v(`Searching...`))},j=e=>{e.key===`Enter`&&A()},M=e=>t=>{w(t?t=>Array.from(new Set([...t,e])):t=>t.filter(t=>t!==e))};return n(`div`,{className:`flex gap-1 items-center`,children:[t(F,{placeholder:l(`store.searchPlaceholder`),value:f,onChange:p,onKeyDown:j,className:`min-w-[200px]`}),t(o,{variant:`ghost`,onClick:()=>S(!0),alt:l(`store.semanticSearchSettings`),className:`ms-1`,children:t(zn,{size:18})}),n(te,{isOpen:x,onClose:()=>S(!1),children:[t(ie,{children:l(`store.searchTypes`)}),t(ne,{children:n(`div`,{className:`flex flex-col gap-2`,children:[n(`div`,{className:`flex items-center gap-2`,children:[t(u,{id:`search-type-full_text`,checked:C.includes(xr.full_text),onCheckedChange:M(xr.full_text)}),t(L,{htmlFor:`search-type-full_text`,children:l(`store.fullText`)})]}),t(`div`,{className:`font-semibold mt-2 mb-1`,children:l(`store.embeddings`)}),zb.map(e=>n(`div`,{className:`flex items-center gap-2`,children:[t(u,{id:`search-type-${e}`,checked:C.includes(e),onCheckedChange:M(e)}),t(L,{htmlFor:`search-type-${e}`,children:e.charAt(0).toUpperCase()+e.slice(1)})]},e)),n(`div`,{className:`mt-3`,children:[t(`span`,{className:`me-2`,children:l(`store.limit`)}),t(ae,{type:`number`,min:1,value:T,onChange:e=>E(Number(e??100)),style:{width:80}})]})]})}),t(re,{children:t(o,{variant:`outline`,onClick:()=>S(!1),children:l(`store.close`)})})]}),t(o,{variant:`secondary`,isLoading:r,onClick:A,isDisabled:!g,alt:l(`store.semanticSearch`),children:l(`store.search`)})]})}const Vb=[{name:`ID`,field:`id`,type:`objectId?slice=-7`},{name:`Name`,field:`.`,type:`objectName`},{name:`Type`,field:`type.name`,type:`string`},{name:`Status`,field:`status`,type:`string`},{name:`Updated At`,field:`updated_at`,type:`date`}];function Hb(e,t){return(t?e.getTypeLayout(t):Vb)??Vb}function Ub({onUploadDone:e=async()=>{},layout:n,toolbarActions:r}){let i=z_(),a=H(),{t:o}=X(),s=Y_(G(async t=>{await e(t),setTimeout(()=>{console.log(`Delayed refresh after upload to ensure backend consistency`),i.search().then(e=>{e&&a({title:o(`store.documentListRefreshed`),description:o(`store.documentListRefreshedDesc`),status:`info`,duration:3e3})}).catch(e=>{console.error(`Failed to refresh search results:`,e)})},1e3)},[e,i,o,a]));return t(Wb,{layout:n,onUpload:G((e,t)=>{let n=i.collectionId;return s(e,t,n)},[i,s]),toolbarActions:r})}function Wb({layout:e,onUpload:r,allowFilter:i=!0,allowSearch:a=!0,toolbarActions:o}){let{t:s}=X(),c=z_(),[l,u]=Y(!1),[d,f]=Y(null),{registry:p}=mg(),{search:m,isLoading:h,error:g,objects:_,hasMore:v}=V_(),[y,b]=Y(p?e||Hb(p,m.query.type):Vb);K(()=>{e&&b(e)},[e]);let[x,S]=Y(0),[C,w]=Y(0),[T,E]=Y(localStorage.getItem(iv.LAST_DISPLAYED_VIEW)===`grid`),[D,k]=Y([]),A=J(null),j=J(null),M=G((e,t)=>{u(!1),e.catch(e=>{console.error(t,e)}).finally(()=>{u(!0)})},[]);K(()=>{let e=!1;return m.initialized?(u(!0),()=>{e=!0}):(u(!1),w(0),m.search().catch(t=>{e||console.error(`Initial search failed:`,t)}).finally(()=>{e||u(!0)}),()=>{e=!0})},[m]),K(()=>{_.length<C&&w(_.length)},[_.length,C]),Be(A,()=>{l&&_.length>0&&_.length!==C&&(u(!1),m.loadMore().catch(e=>{console.error(`Failed to load more search results:`,e)}).finally(()=>{w(_.length),u(!0)}))},{deps:[l,_.length]});let N=e=>{e?.vector?(m.query.vector=e.vector,m.query.full_text=e.full_text,m.query.weights=e.weights,m.query.score_aggregation=e.score_aggregation,m.query.dynamic_scaling=e.dynamic_scaling,e.limit!==void 0&&(m.limit=e.limit,m.query.limit=e.limit),y.find(e=>e.name===`Search Score`)||b([...y,{name:`Search Score`,field:`score`,render:e=>typeof e.score==`number`?e.score.toFixed(4):`0.0000`}]),M(m.search(),`Vector search failed:`)):e?.full_text?(m.query.full_text=e.full_text,e.limit!==void 0&&(m.limit=e.limit,m.query.limit=e.limit),M(m.search(),`Text search failed:`)):e===void 0&&l&&(delete m.query.vector,delete m.query.full_text,M(m.search(),`Search reset failed:`))},P=B_(),F=z_(),I=()=>{M(m.search(),`Search refresh failed:`)},L=bg(P),R=xg(F),z=e=>{let t=typeof e==`function`?e(D):e;k(t),R(t)},ee=(e,t)=>{let n=L.find(t=>t.name===e),r={name:e,type:n?.type,placeholder:n?.placeholder,multiple:n?.multiple};z(i=>{let a=i.filter(t=>t.name!==e);if(n?.type===`stringList`||Array.isArray(t)){let n=Array.isArray(t)?t:[t],o=i.find(t=>t.name===e)?.value??[];return[...a,{...r,value:Array.from(new Set([...o,...n]))}]}return[...a,{...r,value:[{value:t,label:t}]}]})},te=new URL(window.location.href),ne=te.searchParams.get(`filters`);if(ne)try{let e=ne.split(`;`),t=e.filter(e=>{let[t]=e.split(`:`),n=decodeURIComponent(t);return n!==`start`&&n!==`end`});if(t.length!==e.length){let e=t.length>0?t.join(`;`):``;e?te.searchParams.set(`filters`,e):te.searchParams.delete(`filters`),window.history.replaceState(window.history.state||{},``,te.toString())}}catch(e){console.error(`Failed to clean start/end filters from URL:`,e)}let re=si();return n(`div`,{className:`flex flex-col gap-y-2 flex-1 min-h-0 `,children:[t(Kb,{object:d,onClose:()=>f(null)}),g&&t(O,{title:s(`store.error`),children:g.message}),t(Gb,{isLoading:h,refreshTrigger:x,allowFilter:i,allowSearch:a,filterGroups:L,filters:D,handleFilterChange:z,handleVectorSearch:N,handleRefetch:I,setIsGridView:E,toolbarActions:o}),t(`div`,{className:`flex flex-col w-full flex-1 min-h-0 border rounded-md mb-2`,children:n(`div`,{ref:j,className:`flex-1 min-h-0 overflow-y-auto`,children:[t(t_,{onFilter:ee,children:t(Z_,{objects:_,isLoading:!_.length&&h,layout:y,onRowClick:e=>{re(`/objects/${e.id}`)},previewObject:e=>{f(_.find(t=>t.id===e)||null)},selectedObject:d,onUpload:r,isGridView:T,collectionId:c.collectionId})}),v?t(`div`,{ref:A,className:`w-full flex justify-center`,children:t(xe,{size:`xl`})}):t(`div`,{className:`text-muted text-center text-sm py-1`,children:`All ${_.length} objects loaded.`})]})})]})}function Gb(e){let{t:r}=X(),{isLoading:i,refreshTrigger:a,allowFilter:s,allowSearch:c,filterGroups:l,filters:u,handleFilterChange:d,handleVectorSearch:f,handleRefetch:p,setIsGridView:m,toolbarActions:h}=e;return n(`div`,{className:`sticky top-0 z-10 bg-background py-2 flex justify-between items-center`,children:[s?t(M,{filterGroups:l,filters:u,setFilters:d,children:n(`div`,{children:[t(`div`,{className:`flex flex-row gap-4 items-center justify-between w-full`,children:n(`div`,{className:`flex gap-2 items-center w-2/3`,children:[c&&t(Bb,{onChange:f,isLoading:i,refresh:a,className:`w-full`}),t(A,{})]})}),n(`div`,{className:`flex gap-2 items-center pt-2`,children:[t(k,{}),t(j,{})]})]})}):t(`div`,{className:`flex flex-row gap-4 items-center justify-between w-full`,children:t(`div`,{className:`flex gap-2 items-center w-2/3`,children:c&&t(Bb,{onChange:f,isLoading:i,refresh:a})})}),n(`div`,{className:`flex gap-1 items-center`,children:[h,t(Ne,{description:r(`store.refresh`),asChild:!0,size:`xs`,placement:`top`,children:t(o,{variant:`outline`,onClick:p,"aria-label":r(`store.refresh`),children:t(Mn,{size:16})})}),t(iv,{onUpdate:m})]})]})}function Kb({object:e,onClose:r}){let{store:i}=Z(),a=H(),s=si(),{downloadFromContentSource:c}=zu({client:i,toast:a}),l=e?.content?.source,u=typeof e?.properties?.title==`string`?e.properties.title:e?.name;return e?n(ye,{title:u,isOpen:!0,onClose:r,children:[n(`div`,{className:`flex items-center gap-x-2`,children:[t(o,{variant:`ghost`,size:`sm`,title:`Open Object`,onClick:()=>s(`/objects/${e.id}`),children:t(Bt,{className:`size-4`})}),l&&t(o,{variant:`ghost`,size:`sm`,title:`Download`,onClick:()=>c(l,e.name||e.content?.name),children:t(Lt,{className:`size-4`})})]}),t(y,{className:`my-2`}),t(`div`,{className:`pt-2`,children:t(Eb,{object:e,loadText:!0},e.id)})]}):null}const qb=[{name:`ID`,field:`id`,type:`objectId?slice=-7`},{name:`Name`,field:`.`,type:`objectName`},{name:`Revision`,field:`.`,type:`revision`},{name:`Type`,field:`type.name`,type:`string`},{name:`Status`,field:`status`,type:`string`},{name:`Updated At`,field:`updated_at`,type:`date`}];function Jb({collection:e}){let n=H(),{client:r}=Z(),{registry:i}=mg(),a=async t=>{t.length>0&&await r.store.collections.addMembers(e.id,t).catch(e=>{n({title:`Failed to add objects to collection`,description:e.message,status:`error`})})},o=Yb(e,i);return t(`div`,{className:`flex flex-col h-full`,children:e.dynamic?t(Wb,{layout:o}):t(Ub,{onUploadDone:a,layout:o})})}function Yb(e,t){let n=e.table_layout;return n&&n.length>0||(e.type&&t&&(n=t?.getTypeLayout(Tr(e.type))),n&&n.length>0)?n:qb}function Xb({className:e,defaultValue:r,onChange:i,isClearable:a,multiple:o}){let{t:s}=X(),{registry:c}=mg(),[l,u]=Y(!1),d=e=>e===null?s(`store.none`):n(`div`,{children:[t(`div`,{className:`text-sm`,children:e.name}),t(`div`,{className:`text-xs text-muted truncate`,children:e.description})]}),[f,p]=Y(),[m,h]=Y([]);return K(()=>{if(!l&&(u(!0),c&&r)){o&&Array.isArray(r)&&h(c.types.filter(e=>r.includes(e.id)));let e=c.types.find(e=>e.id===r);e&&p(e)}},[l,c,r,o]),o?t(`div`,{className:`flex flex-col gap-4 content-between`,children:t(B,{options:c?.types||[],value:m,onChange:e=>{h(e),i(e)},placeholder:s(`store.chooseContentTypes`),optionLabel:d,className:e||`text-sm bg-background`,filterBy:`name`,isClearable:a||!1,multiple:!0})}):t(`div`,{className:`flex flex-col gap-4 content-between`,children:t(B,{options:c?.types||[],value:f,onChange:e=>{p(e||void 0),i(e)},placeholder:s(`store.chooseContentType`),optionLabel:d,className:e||`text-sm bg-background`,filterBy:`name`,isClearable:a||!1})})}function Zb({onClose:r,redirect:i=!0,onAddToCollection:a}){let s=si(),c=H(),{t:l}=X(),[u,d]=Y(!1),{client:f}=Z(),[p,m]=Y({dynamic:!1,name:``,description:``});function h(e,t){m({...p,[e]:t})}return n(e,{children:[t(ne,{children:n(`form`,{onSubmit:e=>e.preventDefault(),children:[t(N,{label:l(`type.name`),required:!0,children:t(F,{type:`text`,value:p.name||``,onChange:e=>h(`name`,e)})}),t(N,{label:l(`type.description`),className:`mt-2`,children:t(Me,{value:p.description||``,onChange:e=>h(`description`,e.target.value)})}),t(N,{label:l(`store.dynamicCollection`),className:`mt-2`,direction:`row`,description:l(`store.dynamicCollectionDescription`),children:t(Ce,{value:p.dynamic||!1,onChange:e=>h(`dynamic`,e)})}),!p.dynamic&&t(N,{label:l(`store.allowedContentTypes`),className:`mt-4`,description:l(`store.allowedContentTypesOptionalDescription`),children:t(Xb,{defaultValue:p.allowed_types||null,onChange:e=>{Array.isArray(e)?h(`allowed_types`,e.map(e=>e.id)):h(`allowed_types`,e?[e.id]:[])},isClearable:!0,multiple:!0})}),t(N,{label:l(`store.contentType`),className:`mt-2`,description:l(`store.typeDescription`),children:t(Xb,{defaultValue:p.type||null,onChange:e=>{Array.isArray(e)?h(`type`,e.length>0?e[0].id:null):h(`type`,e?.id||null)},isClearable:!0})})]})}),t(re,{children:t(o,{isDisabled:u,onClick:()=>{if(!p?.name?.trim()){c({title:l(`type.nameRequired`),description:l(`store.pleaseProvideName`),status:`error`,duration:5e3});return}p.name=p.name.trim(),p.description&&=p.description.trim(),p.dynamic??=!1,d(!0),f.store.collections.create(p).then(e=>{r(),c({title:l(`store.collectionCreated`),description:`Collection "${e.name}" created successfully`,status:`success`,duration:3e3}),i&&s(`/collections/${e.id}`),a&&a(e.id)}).catch(e=>{c({title:l(`store.failedToCreateCollection`),description:e.message,status:`error`,duration:5e3})}).finally(()=>d(!1))},children:l(`store.createCollection`)})})]})}function Qb({isOpen:e,onClose:r}){let{t:i}=X();return n(te,{onClose:r,isOpen:e,children:[t(ie,{children:i(`store.createACollection`)}),t(Zb,{onClose:r})]})}Ir.extend(ki);function $b(){let{client:r}=Z(),i=H(),{t:a}=X(),[s,c]=Y(),[l,u]=Y(!0),[d,f]=Y(!1),{data:p,error:m,refetch:h}=Re(()=>r.store.collections.search({}),[]);return K(()=>{(p||m)&&u(!1)},[p,m]),m?t(O,{title:a(`store.collectionFetchFailed`),children:Pe(m)}):n(e,{children:[p&&(p.length>0?n(De,{className:`w-full`,children:[t(`thead`,{children:n(`tr`,{children:[t(`th`,{children:a(`type.name`)}),t(`th`,{children:a(`type.type`)}),t(`th`,{children:a(`store.created`)}),t(`th`,{})]})}),t(we,{columns:4,isLoading:l,children:p.map(e=>n(Ee,{children:[t(`td`,{children:n(`div`,{className:`flex items-center gap-2`,children:[t(ex,{isDynamic:e.dynamic}),t(oi,{href:`/collections/${e.id}`,children:e.name})]})}),t(`td`,{children:e.type?.name||`-`}),t(`td`,{children:Ir(e.created_at).fromNow()}),t(`td`,{className:`text-end`,children:t(o,{variant:`destructive`,size:`sm`,onClick:()=>c(e.id),children:t(qn,{className:`size-4`})})})]},e.id))})]}):t(D,{title:a(`store.noCollections`),buttonLabel:a(`store.newCollections`),onClick:()=>f(!0),children:a(`store.getStartedCollections`)})),t(Qb,{isOpen:d,onClose:()=>f(!1)}),t(g,{isOpen:!!s,title:a(`store.deleteCollection`),content:a(`store.areYouSureDeleteCollection`),onConfirm:async()=>{if(s)try{await r.store.collections.delete(s),i({title:a(`store.collectionDeleted`),status:`success`,duration:3e3}),h()}catch(e){console.error(`Failed to delete collection:`,e),i({title:a(`store.failedToDeleteCollection`),description:Pe(e),status:`error`,duration:5e3})}finally{c(void 0)}},onCancel:()=>c(void 0)})]})}function ex({isDynamic:e}){let{t:n}=X();return t(Ne,{description:n(e?`store.dynamicCollection`:`store.staticCollection`),className:`me-2`,children:t(e?Ln:Jt,{className:`size-5`})})}Ir.extend(ki);const tx=`h-6 w-6 p-0 opacity-0 group-hover/field:opacity-100 text-muted hover:text-foreground transition-opacity shrink-0`;function nx({objects:e,isLoading:r,onFilter:i,selectedIds:a,onToggleOne:s,allSelected:c,onToggleAll:l}){let{t:u}=X(),d=si(),f=!!s;return n(De,{className:`w-full`,children:[t(Te,{children:n(`tr`,{children:[f&&t(`th`,{className:`w-[5%]`,children:t(`input`,{type:`checkbox`,checked:!!c,"aria-label":u(`store.actions.selectAllTypes`),onChange:e=>l?.(e.target.checked)})}),t(`th`,{children:u(`store.name`)}),t(`th`,{children:u(`store.strictMode`)}),t(`th`,{children:u(`store.semanticChunking`)}),t(`th`,{children:u(`store.updatedAt`)})]})}),t(we,{isLoading:r&&(!e||e.length===0),columns:f?5:4,children:e?.map(e=>n(`tr`,{onClick:()=>d(`/types/${e.id}`),className:`group cursor-pointer hover:bg-muted`,children:[f&&t(`td`,{className:`w-[5%]`,children:t(`input`,{type:`checkbox`,className:We(`checkbox group-hover:inline-block`,a?.includes(e.id)?`inline-block`:`hidden`),checked:a?.includes(e.id)??!1,"aria-label":u(`store.actions.selectType`,{name:e.name}),onClick:e=>e.stopPropagation(),onChange:t=>s?.(e.id,t.target.checked)})}),t(`td`,{className:`group/field`,children:n(`div`,{className:`flex items-center gap-2 min-w-0`,children:[t(`span`,{className:`truncate`,children:e.name}),t(_,{content:e.id,className:tx}),i&&t(Ne,{description:`Filter by ${e.name}`,asChild:!0,size:`xs`,children:t(o,{variant:`ghost`,size:`sm`,"aria-label":`Filter by ${e.name}`,className:tx,onClick:t=>{t.stopPropagation(),i(`name`,e.name)},children:t(qt,{className:`size-3`})})})]})}),t(`td`,{children:e.strict_mode?`Yes`:`No`}),t(`td`,{children:e.is_chunkable?`Yes`:`No`}),t(`td`,{children:t(Ne,{description:Ir(e.updated_at).format(`YYYY-MM-DD HH:mm:ss`),children:Ir(e.updated_at).fromNow()})})]},e.id))})]})}function rx({title:e,isOpen:r,onClose:i,okLabel:a,initialPayload:s,isLoading:c}){let{t:l}=X(),u=H(),[d,f]=Y(s?.name),[p,m]=Y(s?.description),h=s?.strict_mode??!1,g=()=>{if(!d){u({status:`error`,title:l(`type.nameRequired`),duration:5e3});return}i({name:d,description:p,strict_mode:h}).then(()=>i())};return n(te,{isOpen:r,onClose:()=>i(),children:[t(ie,{children:e}),t(ne,{className:`pt-0`,children:n(`div`,{className:`h-full flex flex-col gap-4 content-between`,children:[n(`div`,{children:[t(`div`,{className:`block text-sm font-medium text-muted`,children:l(`type.name`)}),t(F,{value:d,onChange:f})]}),n(`div`,{children:[t(`div`,{className:`block text-sm font-medium text-muted`,children:l(`type.description`)}),t(Me,{value:p,onChange:e=>m(e.target.value),minLines:5})]})]})}),t(re,{children:n(`div`,{className:`flex justify-end gap-4`,children:[t(o,{variant:`secondary`,onClick:()=>i(),children:l(`modal.cancel`)}),t(o,{variant:`primary`,onClick:()=>g(),isLoading:c,children:a})]})})]})}var ix=class{client;limit;result=new ve({objects:[],isLoading:!1});query={};constructor(e,t=100){this.client=e,this.limit=t}get objects(){return this.result.value.objects}get error(){return this.result.value.error}get isRunning(){return this.result.value.isLoading}getFilterValue(e){return this.query[e]}setFilterValue(e,t){this.query[e]=t,this.search()}reset(e=!1){this.result.value={objects:[],isLoading:e}}_updateRunningState(e){let t=this.result.value;this.result.value={objects:t.objects,isLoading:e,error:t.error}}async _search(e=!1){if(this.isRunning)return Promise.resolve(!1);this.result.value={isLoading:!0,objects:e?this.objects:[]};let t=this.limit,n=this.objects.length;return this.client.types.list({limit:t,offset:n,query:this.query}).then(async e=>(this.result.value={isLoading:!1,objects:this.objects.concat(e)},!0)).catch(e=>{throw this.result.value={error:e,isLoading:!1,objects:this.objects},e})}search(){return this.isRunning?Promise.resolve(!1):this._search(!1)}loadMore(){return this.isRunning?Promise.resolve(!1):this._search(!0)}};const ax=Ye(void 0);function ox(){return Qe(ax)}function sx(){let e=ox();return{...Ue(e.result),search:e}}function cx(){return ox().objects.length}var lx;(function(e){e.true=`Yes`,e.false=`No`})(lx||={});function ux({isDirty:r=!1}){let{store:i}=Z(),{reload:a}=mg(),{t:s}=X(),c=H(),[l,u]=Y(!1),{search:d,isLoading:f,error:p,objects:m}=sx(),[h,_]=Y([]),[v,y]=Y(!1),[b,x]=Y(!1),S=h.length,C=!!m&&m.length>0&&m.every(e=>h.includes(e.id)),w=m?.filter(e=>h.includes(e.id))??[],T=(e,t)=>{_(n=>t?n.includes(e)?n:[...n,e]:n.filter(t=>t!==e))},E=e=>{_(e&&m?m.map(e=>e.id):[])},k=async()=>{if(!b){x(!0);try{let e=await Promise.allSettled(h.map(e=>i.types.delete(e))),t=e.filter(e=>e.status===`rejected`).length,n=e.length-t;y(!1),_([]),a(),await d.search(),c(t===0?{status:`success`,title:s(`store.actions.typeDeleted`,{count:n}),duration:3e3}:{status:`error`,title:s(`store.actions.typeDeletePartial`,{succeeded:n,failed:t}),duration:5e3})}catch(e){c({status:`error`,title:s(`store.actions.failedToDeleteTypes`),description:e instanceof Error?e.message:void 0,duration:5e3})}finally{x(!1)}}},[A,j]=Y(``),M=Le(A,500),N=J(null);Be(N,()=>{l&&d.loadMore()},{deps:[l,d]}),K(()=>{d.search().then(()=>u(!0))},[d]),K(()=>{d.query.name=M,d.search().then(()=>u(!0))},[M,d]);let[P,I]=Y(void 0),L=e=>{I(e)};K(()=>{d.query.chunkable=P?P===`Yes`:void 0,d.search().then(()=>u(!0))},[P,d]),K(()=>{r&&l&&d.search().then(()=>u(!0))},[r,l,d]);let[R,z]=Y(!1);return p?t(O,{title:s(`store.failedToFetchTypes`),children:p.message}):n(`div`,{className:`flex flex-col flex-1 min-h-0`,children:[n(`div`,{className:`flex flex-shrink-0 gap-4 items-center`,children:[t(F,{placeholder:s(`store.filterByName`),value:A,onChange:j}),t(B,{className:`w-60`,isClearable:!0,options:Object.values(lx),value:P,onChange:L,placeholder:s(`store.isChunkable`)}),S>0&&n(`div`,{className:`flex items-center gap-2 ms-auto`,children:[t(`span`,{className:`text-sm font-medium whitespace-nowrap`,children:s(`store.actions.selectedCount`,{n:S})}),t(Ne,{description:s(`store.actions.clearSelection`),asChild:!0,children:t(o,{variant:`ghost`,"aria-label":s(`store.actions.clearSelection`),onClick:()=>_([]),children:t(er,{className:`size-4`})})}),t(o,{variant:`destructive`,isDisabled:b,onClick:()=>y(!0),children:s(b?`store.actions.deleting`:`store.actions.deleteSelected`)})]})]}),t(`div`,{className:`flex flex-col w-full flex-1 min-h-0 border rounded-md my-2`,children:n(`div`,{className:`flex-1 min-h-0 overflow-y-auto`,children:[!f&&m?.length===0?t(D,{title:s(`store.noType`),buttonLabel:s(`store.createType`),onClick:()=>{z(!0)},children:s(`store.getStartedTypes`)}):n(e,{children:[t(nx,{objects:m,isLoading:f,onFilter:(e,t)=>{e===`name`&&j(t)},selectedIds:h,onToggleOne:T,allSelected:C,onToggleAll:E}),t(`div`,{ref:N,className:`h-4 w-full`})]}),t(rx,{okLabel:`Create`,title:s(`store.createType`),isOpen:R,onClose:async e=>e?i.types.create(e).then(async()=>{c({status:`success`,title:s(`store.typeCreated`),duration:2e3}),a(),d.search().then(()=>u(!0))}).catch(e=>{c({status:`error`,title:s(`store.errorCreatingType`),description:e.message,duration:5e3})}):(z(!1),Promise.resolve())}),t(g,{isOpen:v,title:s(`store.actions.deleteType`,{count:S}),content:n(`div`,{children:[t(`p`,{children:s(`store.actions.deleteTypeConfirm`,{count:S})}),w.length>0&&n(e,{children:[t(`div`,{className:`mt-2`,children:s(`store.actions.affectedItems`)}),t(`ul`,{className:`mt-1 max-h-40 overflow-y-auto rounded-md border p-2 text-sm`,children:w.map(e=>t(`li`,{className:`truncate py-0.5`,children:e.name||e.id},e.id))})]})]}),onConfirm:k,onCancel:()=>y(!1),confirmationValue:`delete`,confirmationLabel:s(`store.actions.typeToConfirmDelete`),confirmationPlaceholder:`delete`})]})})]})}function dx({objectType:e,onSchemaUpdate:r,readonly:i=!1}){let{store:a}=Z(),{t:s}=X(),c=H(),{theme:l}=He(),[u,d]=Y(!1),f=Ti(e.object_schema),p=J(void 0),[m,h]=Y(!1),g=q(()=>fx(f.schema),[f]),_=()=>{m&&!y()||(d(!0),a.types.update(e.id,{object_schema:f.schema}).then(()=>{r(f),c({status:`success`,title:s(`store.schemaUpdated`),description:s(`store.schemaUpdatedSuccess`),duration:2e3})}).catch(e=>{c({status:`error`,title:s(`store.failedToUpdateSchema`),description:e.message,duration:5e3})}).finally(()=>{d(!1)}))},v=()=>{m&&!y()||h(e=>!e)},y=()=>{if(p.current){let e=p.current.getValue();try{let t=px(e);mx(t),f.replaceSchema(t)}catch(e){return c({status:`error`,title:s(`store.invalidJsonSchema`),description:Pe(e),duration:5e3}),!1}}return!0};return t(oe,{title:n(`div`,{className:`flex gap-2 items-center`,children:[t(`div`,{className:`text-base font-semibold`,children:s(`store.schemaEditor`)}),!i&&t(`div`,{children:t(o,{variant:`outline`,size:`sm`,onClick:v,children:s(m?`store.editSchema`:`store.editJson`)})})]}),className:`bg-background! h-full`,action:i?void 0:t(o,{isLoading:u,variant:`outline`,size:`sm`,onClick:_,children:s(`modal.saveChanges`)}),children:m?t(vi,{value:g,language:`json`,editorRef:p,theme:l===`dark`?`vs-dark`:`vs`,options:{readOnly:i}}):t(bi,{schema:f,readonly:i})})}function fx(e){return e?JSON.stringify(e,null,2):``}function px(e){if(e?.trim())return JSON.parse(e.trim())}const mx=e=>{try{new Di({strict:!1}).compile(e)}catch(e){throw Error(`Invalid JSON Schema definition: ${Pe(e)}`,{cause:e})}};function hx({isOpen:e,onClose:r,title:i,children:a,initialSelectedType:s=null,allowNone:c=!0}){let{t:l}=X(),u=i??l(`store.selectContentType`),{registry:d}=mg(),[f,p]=Y(s),m=d?.types||[],h=()=>{r(void 0)};return n(te,{isOpen:e,onClose:h,className:`w-full max-w-xl mx-auto`,children:[t(ie,{children:u}),n(ne,{children:[a,n(`div`,{className:`mb-4 mt-4`,children:[n(`div`,{className:`block text-sm font-medium mb-2`,children:[l(`store.contentType`),` `,c&&t(`span`,{className:`text-gray-500 font-normal`,children:l(`store.optional`)})]}),c?t(B,{options:m,value:f,optionLabel:e=>e?e.name:l(`store.selectContentTypeLabel`),placeholder:l(`store.selectContentTypeAuto`),onChange:e=>p(e||null),filterBy:`name`,isClearable:!0}):t(B,{options:m,value:f,optionLabel:e=>e?e.name:l(`store.selectContentTypeLabel`),placeholder:l(`store.selectContentTypeLabel`),onChange:e=>p(e||null),filterBy:`name`})]}),!f&&n(`div`,{className:`flex items-center text-attention`,children:[t(_t,{className:`size-4 me-1`}),l(`store.automaticTypeDetection`),t(Ne,{description:l(`store.automaticTypeDetectionDescription`),placement:`top`,size:`xs`,children:t(rn,{className:`size-3 ms-2`})})]})]}),n(re,{children:[t(o,{variant:`ghost`,onClick:h,alt:l(`modal.cancel`),children:l(`modal.cancel`)}),t(o,{onClick:()=>{r(f?.id??null),p(null)},alt:l(`store.confirmSelection`),children:l(`modal.confirm`)})]})]})}function gx({children:e,limit:n,name:r,chunkable:i}){let{store:a}=Z(),o=q(()=>{let e=new ix(a,n);return e.query.name=r,e.query.chunkable=i,e},[i,n,r,a]);return t(ax.Provider,{value:o,children:e})}function _x({objectType:e,onLayoutUpdate:n,readonly:r=!1}){let i=H(),{theme:a}=He(),{t:s}=X(),[c,l]=Y(!1),{store:u}=Z(),d=J(void 0),f=q(()=>vx(e.table_layout),[e.table_layout]),p=(e,t)=>{i({status:`error`,title:e,description:t,duration:5e3})};return t(oe,{title:`Table Layout Editor`,className:`bg-background! h-full`,action:r?void 0:t(o,{isLoading:c,variant:`outline`,size:`sm`,onClick:()=>{if(!d.current)return;let t=d.current.getValue(),r;if(!t)r=null;else try{r=JSON.parse(t)}catch(e){return p(`Invalid JSON`,Pe(e))}if(!Array.isArray(r))return p(`Invalid JSON`,`The table layout must be an array`);if(r.some(e=>!e?.name||!e.field))return p(`Invalid JSON`,`A table layout entry must contain the following properties:] {field, name, converter?}`);l(!0),u.types.update(e.id,{table_layout:r}).then(e=>{i({status:`success`,title:s(`store.tableLayoutUpdated`),description:s(`store.tableLayoutUpdatedDesc`),duration:2e3}),n(e.table_layout)}).catch(e=>{i({status:`error`,title:s(`store.failedToUpdateTableLayout`),description:e.message,duration:5e3})}).finally(()=>{l(!1)})},children:s(`store.saveChanges`)}),children:t(`div`,{className:`h-full`,children:t(vi,{value:f,language:`json`,editorRef:d,theme:a===`dark`?`vs-dark`:`vs`,options:{readOnly:r}})})})}function vx(e){return e?JSON.stringify(e,null,2):`[
449
+ + `)||e.includes(`![`)||e.includes(`](`):!1}function tx(e){return e?`h-full overflow-auto`:`hidden`}var nx;(function(e){e.Text=`text`,e.Image=`image`,e.Video=`video`,e.Audio=`audio`,e.Pdf=`pdf`,e.Transcript=`transcript`})(nx||={});function rx({object:e,loadText:r,refetch:i,canEditProperties:a=!0}){let o=He(),{t:s}=X(),c=async(e,t)=>{try{await navigator.clipboard.writeText(e),o({status:`success`,title:s(`store.contentCopied`,{type:s(t===`text`?`store.contentType`:`store.properties`)}),description:s(`store.successfullyCopied`,{type:t}),duration:2e3})}catch(e){console.error(`Failed to copy ${t}:`,e),o({status:`error`,title:s(`store.copyFailed`),description:s(`store.failedToCopy`,{type:t}),duration:5e3})}};return n(me,{direction:`horizontal`,className:`h-full`,children:[t(pe,{defaultSize:67,className:`min-w-[100px]`,children:t(ax,{object:e,loadText:r??!1,handleCopyContent:c,refetch:i})}),t(fe,{withHandle:!0}),t(pe,{defaultSize:33,className:`min-w-[100px]`,children:t(ix,{object:e,refetch:i??(()=>Promise.resolve()),handleCopyContent:c,canEditProperties:a})})]})}function ix({object:r,refetch:i,handleCopyContent:a,canEditProperties:s}){let{t:c}=X(),[l,u]=Y(!1),[d,f]=Y(!1);return n(e,{children:[n(`div`,{className:`flex flex-col h-full`,children:[n(`div`,{className:`flex justify-between items-center px-2`,children:[n(`div`,{className:`flex items-center gap-1 bg-muted mb-2 p-1 rounded`,children:[t(o,{variant:`${l?`ghost`:`primary`}`,size:`sm`,alt:c(`store.previewProperties`),onClick:()=>u(!l),children:`Properties`}),t(o,{variant:`${l?`primary`:`ghost`}`,size:`sm`,alt:c(`store.viewInJsonFormat`),onClick:()=>u(!l),children:`JSON`})]}),n(`div`,{className:`flex items-center gap-2`,children:[r.properties&&t(o,{variant:`ghost`,size:`sm`,title:`Copy properties`,onClick:()=>a(JSON.stringify(r.properties,null,2),`properties`),children:t(Pt,{className:`size-4`})}),s&&t(Bb,{permission:xr.content_write,variant:`ghost`,size:`sm`,onClick:()=>{f(!0)},title:`Edit properties`,className:`flex items-center gap-2`,children:t(Gn,{className:`size-4`})})]})]}),r.properties?t(`div`,{className:`flex-1 min-h-0 px-2`,children:t(_i,{value:r.properties,viewCode:l})}):t(`div`,{className:`flex-1 min-h-0 px-2`,children:t(`div`,{children:c(`store.noPropertiesDefined`)})})]}),t(Wb,{isOpen:d,onClose:()=>{f(!1)},object:r,refetch:i})]})}function ax({object:e,loadText:r,handleCopyContent:i,refetch:a}){let{client:s}=Z(),{t:c}=X(),l=e?.metadata?.type===pr.Image,u=e?.metadata?.type===pr.Video,d=e?.metadata?.type===pr.Audio,f=e?.content?.type===`application/pdf`,p=e?.content?.type?ov(e.content.type):!1,m=Qb(e?.status),h=!!(e.transcript&&(u||d)),g=e.metadata?.renditions?.find(e=>e.name===yr),[_,v]=Y(u?nx.Video:d?nx.Audio:l?nx.Image:nx.Text),[y,b]=Y(_===nx.Pdf);K(()=>{_===nx.Pdf&&b(!0)},[_]);let[x,S]=Y(!1),C=!!(e.content?.source&&e.content?.type&&!m&&!e.is_locked&&e.user_permissions?.can_write!==!1&&(e.content.type.startsWith(`text/`)||e.content.type===`application/json`||e.content.type===`application/xml`)),{fullText:w,displayText:T,isLoading:E,isCropped:D,loadText:O}=Jb(e.id,e.text,r),k=(f||p)&&m&&(_===nx.Text||_===nx.Pdf),{progress:A,status:j,outputFormat:M,isComplete:N}=Yb(e.id,k),{pdfUrl:P,isConverting:F,error:I,triggerConversion:L}=Xb(e.id,p),R=q(()=>[{id:`office-pdf-rendition`,target:`pdf`,canConvert:({contentType:e,extension:t})=>p||(e?ov(e):!1)||[`doc`,`docx`,`ppt`,`pptx`].includes(t),convert:async()=>{let t=await s.objects.getRendition(e.id,{format:vr.pdf,generate_if_missing:!0,sign_url:!0,block_on_generation:!0});return t.status===`found`&&t.renditions?.length?{url:t.renditions[0],contentType:`application/pdf`,fileName:`${e.name||`document`}.pdf`}:null}}],[s,p,e.id,e.name]);K(()=>{N&&j===Er.COMPLETED&&O()},[N,j,O]);let z=(f||p)&&m&&!N&&j===Er.RUNNING,ee=_===nx.Pdf&&!z,B=z&&(_===nx.Text||_===nx.Pdf),te=y&&!z,ne=J(null);return n(`div`,{className:`flex flex-col h-full`,children:[n(`div`,{className:`flex justify-between items-center px-2 shrink-0`,children:[n(`div`,{className:`flex items-center gap-2 mb-2`,children:[n(`div`,{className:`flex items-center gap-1 bg-muted p-1 rounded`,children:[l&&t(o,{variant:_===nx.Image?`primary`:`ghost`,size:`sm`,alt:c(`store.viewImage`),onClick:()=>v(nx.Image),children:`Image`}),u&&t(o,{variant:_===nx.Video?`primary`:`ghost`,size:`sm`,alt:c(`store.viewVideo`),onClick:()=>v(nx.Video),children:`Video`}),d&&t(o,{variant:_===nx.Audio?`primary`:`ghost`,size:`sm`,alt:c(`store.viewAudio`),onClick:()=>v(nx.Audio),children:`Audio`}),h&&t(o,{variant:_===nx.Transcript?`primary`:`ghost`,size:`sm`,alt:c(`store.viewTranscript`),onClick:()=>v(nx.Transcript),children:`Transcript`}),t(o,{variant:_===nx.Text?`primary`:`ghost`,size:`sm`,alt:c(`store.viewText`),onClick:()=>v(nx.Text),children:`Text`}),f&&t(o,{variant:_===nx.Pdf?`primary`:`ghost`,size:`sm`,alt:c(`store.viewPdf`),onClick:()=>v(nx.Pdf),children:`PDF`}),p&&t(o,{variant:_===nx.Pdf?`primary`:`ghost`,size:`sm`,alt:c(`store.viewAsPdf`),onClick:()=>{v(nx.Pdf),!g&&!P&&!F&&L()},disabled:F,children:F?t(be,{size:`sm`}):`PDF`})]}),t(lx,{object:e})]}),_===nx.Text&&!z&&!x&&t(ox,{object:e,text:T,fullText:w,handleCopyContent:i,textContainerRef:ne,isEditing:x,onToggleEdit:()=>S(!0),canEdit:C}),_===nx.Pdf&&p&&(g||P)&&t(ux,{object:e,pdfRendition:g,officePdfUrl:P})]}),_===nx.Image&&t(`div`,{className:tx(!0),children:t(kb,{object:e})}),_===nx.Video&&t(`div`,{className:tx(!0),children:t(Ab,{object:e})}),_===nx.Audio&&t(`div`,{className:tx(!0),children:t(Ob,{object:e})}),h&&_===nx.Transcript&&t(`div`,{className:tx(!0),children:t(cx,{object:e,handleCopyContent:i})}),f&&te&&t(`div`,{className:tx(ee),children:t(dx,{object:e})}),p&&te&&t(`div`,{className:tx(ee),children:t(fx,{object:e,pdfRendition:g,officePdfUrl:P,converters:R,officePdfConverting:F,officePdfError:I})}),B&&t(`div`,{className:tx(!0),children:t(px,{progress:A,status:j,outputFormat:M})}),_===nx.Text&&!z&&!x&&E&&t(`div`,{className:tx(!0),children:t(`div`,{className:`flex justify-center items-center flex-1`,children:t(be,{size:`lg`})})}),_===nx.Text&&!z&&!x&&!E&&t(`div`,{className:tx(!0),children:t(sx,{object:e,text:T,isTextCropped:D,textContainerRef:ne})}),x&&_===nx.Text&&w!=null&&t(Kb,{object:e,text:w,onClose:()=>S(!1),onSaved:()=>{S(!1),O(),a?.()}})]})}function ox({object:r,text:i,fullText:a,handleCopyContent:s,onToggleEdit:c,canEdit:l}){let{client:u,project:d}=Z(),f=He(),{t:p}=X(),m=r.content,{renderDocument:h,isDownloading:g}=Vu({client:u,toast:f}),{data:_}=Le(()=>d?u.projects.retrieve(d.id):Promise.resolve(void 0),[d?.id]),v=_?.configuration?.pdf_template_object_id,y=m?.type&&m.type===`text/markdown`,x=$b(r),S=async(e,t)=>{if(g)return;f({status:`info`,title:`Preparing ${e.toUpperCase()}`,description:p(`store.renderingDocument`),duration:2e3});let n=t===!1?void 0:v;await h(r.id,{format:e,title:r.name||`document`,useDefaultTemplate:t,templateObjectId:n})};return t(`div`,{className:`h-[41px] text-lg font-semibold flex justify-between items-center px-2`,children:n(`div`,{className:`flex items-center gap-2`,children:[a&&n(e,{children:[t(o,{variant:`ghost`,size:`sm`,title:`Copy text`,onClick:()=>s(a,`text`),children:t(Pt,{className:`size-4`})}),l&&c&&t(Bb,{permission:xr.content_write,variant:`ghost`,size:`sm`,onClick:c,title:p(`store.editText`),className:`flex items-center gap-2`,children:t(Gn,{className:`size-4`})})]}),g?t(o,{variant:`ghost`,size:`sm`,disabled:!0,className:`flex items-center gap-2`,alt:`download`,children:t(be,{size:`sm`})}):n(b,{trigger:t(o,{variant:`ghost`,size:`sm`,disabled:!i,className:`flex items-center gap-2`,alt:`download`,children:t(Lt,{className:`size-4`})}),children:[a&&t(z,{onClick:e=>{if(e.preventDefault(),e.stopPropagation(),!a)return;let t=`txt`,n=`text/plain`;x===`xml`?(t=`xml`,n=`text/xml`):(x===`markdown`||y)&&(t=`md`,n=`text/markdown`);let i=new Blob([a],{type:n}),o=URL.createObjectURL(i),s=`${r.name||`document`}.${t}`,c=document.createElement(`a`);c.href=o,c.download=s,c.style.display=`none`,setTimeout(()=>{c.click(),URL.revokeObjectURL(o)},0)},children:n(`div`,{className:`flex items-center gap-2`,children:[t(Lt,{className:`size-4`}),`Download Text`]})}),y&&i&&n(e,{children:[t(z,{onClick:()=>S(vr.docx),children:n(`div`,{className:`flex items-center gap-2`,children:[t(Lt,{className:`size-4`}),`Export as DOCX`]})}),t(z,{onClick:()=>S(vr.pdf,!1),children:n(`div`,{className:`flex items-center gap-2`,children:[t(Lt,{className:`size-4`}),`Export as PDF`]})}),t(z,{onClick:()=>S(vr.pdf),children:n(`div`,{className:`flex items-center gap-2`,children:[t(Lt,{className:`size-4`}),`Export as Branded PDF`]})})]})]})]})})}const sx=Ze(({object:r,text:i,isTextCropped:a,textContainerRef:o})=>{let{t:s}=X(),c=Qb(r?.status),l=$b(r)===`xml`,u=r.content?.type&&(r.content.type===`text/markdown`||r.content.type===`text/plain`),d=!l&&(u||ex(i)),f={id:r.id,title:r.name,fileName:r.content?.name||r.name,contentType:l?`text/xml`:d?`text/markdown`:r.content?.type,content:i,sourcePath:r.content?.source};return i?n(e,{children:[a&&t(`div`,{className:`px-2 py-2 bg-attention/10 border-s-4 border-attention mx-2 mb-2 rounded`,children:n(`div`,{className:`flex items-center gap-2 text-attention`,children:[t(st,{className:`size-4`}),t(`span`,{className:`text-sm font-semibold`,children:s(`store.showingFirst128K`)})]})}),t(`div`,{className:`max-w-7xl px-2 h-full overflow-auto`,ref:o,children:t(sh,{source:f,className:`h-full`,bodyClassName:`overflow-auto`,markdownComponents:Zb()})})]}):t(`div`,{className:`px-2`,children:t(`div`,{children:c?`Extracting content...`:`No content`})})});function cx({object:e,handleCopyContent:r}){let{t:i}=X(),a=e.transcript,s=a?.text,c=a?.segments,l=s||(c?c.map(e=>e.text).join(` `):``),u=e=>{let t=Math.floor(e/3600),n=Math.floor(e%3600/60),r=Math.floor(e%60);return t>0?`${t}:${n.toString().padStart(2,`0`)}:${r.toString().padStart(2,`0`)}`:`${n}:${r.toString().padStart(2,`0`)}`};return n(`div`,{className:`flex flex-col h-full`,children:[t(`div`,{className:`flex justify-end items-center px-2 mb-2`,children:l&&t(o,{variant:`ghost`,size:`sm`,title:`Copy transcript`,onClick:()=>r(l,`text`),children:t(Pt,{className:`size-4`})})}),t(`div`,{className:`h-full} overflow-auto px-2`,children:c&&c.length>0?t(`div`,{className:`space-y-2`,children:c.map((e,r)=>n(`div`,{className:`flex gap-3 text-sm`,children:[n(`span`,{className:`text-muted font-mono text-xs shrink-0 pt-0.5`,children:[u(e.start),e.end&&` - ${u(e.end)}`]}),t(`span`,{className:`flex-1`,children:e.text})]},`segment-${r}`))}):s?t(`pre`,{className:`text-wrap bg-muted text-muted p-2 whitespace-pre-wrap`,children:s}):t(`div`,{className:`text-muted`,children:i(`store.noTranscriptAvailable`)})})]})}function lx({object:r}){let[i,a]=Y(!1),s=$b(r);return s===`xml`||s===`markdown`?n(e,{children:[t(o,{variant:`ghost`,size:`sm`,onClick:()=>a(!0),title:`Side by side view`,children:t(Kt,{className:`size-4`})}),i&&t(le,{children:t(Sb,{objectId:r.id,onClose:()=>a(!1)})})]}):null}function ux({object:e,pdfRendition:n,officePdfUrl:r}){let{client:i}=Z(),a=He(),{t:s}=X(),[c,l]=Y(!1);return t(`div`,{className:`flex items-center gap-2`,children:t(o,{variant:`ghost`,size:`sm`,onClick:async()=>{l(!0);try{let t=r;!t&&n?.content?.source&&(t=(await i.files.getDownloadUrl(n.content.source,`${e.name||`document`}.pdf`,`attachment`)).url),t&&window.open(t,`_blank`)}catch(e){console.error(`Failed to download PDF:`,e),a({status:`error`,title:s(`store.downloadFailed`),description:s(`store.failedToDownloadPdf`),duration:5e3})}finally{l(!1)}},disabled:c,title:`Download PDF`,children:c?t(be,{size:`sm`}):t(Lt,{className:`size-4`})})})}function dx({object:e}){return t(`div`,{className:`h-full`,children:t(sh,{source:{id:e.id,title:e.name,fileName:e.content?.name||e.name,contentType:e.content?.type,sourcePath:e.content?.source},className:`h-full`})})}function fx({object:e,pdfRendition:r,officePdfUrl:i,converters:a,officePdfConverting:o,officePdfError:s}){let{t:c}=X();return o?n(`div`,{className:`flex flex-col justify-center items-center flex-1 gap-2`,children:[t(be,{size:`lg`}),t(`span`,{className:`text-muted`,children:c(`store.convertingToPdf`)})]}):s?n(`div`,{className:`flex flex-col justify-center items-center flex-1 gap-2 text-destructive`,children:[t(st,{className:`size-8`}),t(`span`,{children:s})]}):r?.content?.source?t(`div`,{className:`h-full`,children:t(sh,{source:{id:e.id,title:e.name,fileName:`${e.name||`document`}.pdf`,contentType:`application/pdf`,sourcePath:r.content.source},className:`h-full`})}):i?t(`div`,{className:`h-full`,children:t(sh,{source:{id:e.id,title:e.name,fileName:`${e.name||`document`}.pdf`,contentType:`application/pdf`,url:i},className:`h-full`})}):t(`div`,{className:`h-full`,children:t(sh,{source:{id:e.id,title:e.name,fileName:e.content?.name||e.name,contentType:e.content?.type,sourcePath:e.content?.source},converters:a,className:`h-full`})})}function px({progress:r,status:i,outputFormat:a}){let{t:o}=X(),s=pv(i),c=mv(i),l=a===`xml`,u=r?.percent!=null&&!Number.isNaN(r.percent)?r.percent:0;return n(`div`,{className:`px-4 py-4`,children:[r&&n(`div`,{className:`space-y-2`,children:[n(`div`,{className:`flex flex-col gap-1`,children:[t(mx,{name:l?`Analyze Layouts`:`Analyze Page`,progress:r.pages}),l&&n(e,{children:[t(mx,{name:`Extract Tables`,progress:r.tables}),t(mx,{name:`Describe Images`,progress:r.images}),t(mx,{name:`Process Visually`,progress:r.visuals})]})]}),n(`div`,{className:`pt-2 text-sm text-muted`,children:[`Progress: `,u,`%`,t(`span`,{className:`px-2`,children:`•`}),t(`span`,{className:s,children:c}),r.started_at&&n(e,{children:[t(`span`,{className:`px-2`,children:`•`}),n(`span`,{children:[((Date.now()-r.started_at)/1e3).toFixed(0),` sec. elapsed`]})]})]}),t(xi,{percent:u})]}),!r&&n(`div`,{className:`flex items-center gap-2 text-muted`,children:[t(be,{size:`sm`}),t(`span`,{children:o(`store.loadingProcessingStatus`)})]})]})}function mx({name:e,progress:t}){return n(`div`,{className:`flex gap-2 text-sm`,children:[n(`span`,{className:`text-muted min-w-36`,children:[e,`:`]}),n(`span`,{children:[t.processed,` of `,t.total]})]})}const hx=Object.values(Cr),gx=Object.values(Tr);function _x({onChange:e,isLoading:r,refresh:i,searchTypes:a}){let{client:s,project:c}=Z(),{t:l}=X(),d=He(),[f,p]=Y(void 0),[m,h]=Y(void 0),g=!!c&&(!!m?.embeddings.text||!!m?.embeddings.image),[_,v]=Y(void 0),y=J(i),b=J(void 0),[x,S]=Y(!1),[C,w]=Y(a||hx),[T,E]=Y(100);K(()=>{a&&w(a)},[a]);let D={},O=!1,k=!1;C.forEach(e=>{e===Cr.full_text?O=!0:k=!0,gx.includes(e)&&(D[e]=!0)}),K(()=>{y.current!==i&&(y.current=i,p(void 0),v(void 0))}),K(()=>{c&&s.projects.retrieve(c.id).then(e=>{h(e.configuration)})},[s.projects.retrieve,c]),K(()=>{_&&d({title:_,status:`success`,duration:2e3})},[_,d]),K(()=>{let t=b.current;b.current=f,t&&(!f||f.length===0)&&e(void 0)},[e,f]);let A=()=>{!g||!f||(e({vector:k?{text:f,config:D}:void 0,full_text:O?f:void 0,limit:T}),v(`Searching...`))},j=e=>{e.key===`Enter`&&A()},M=e=>t=>{w(t?t=>Array.from(new Set([...t,e])):t=>t.filter(t=>t!==e))};return n(`div`,{className:`flex gap-1 items-center`,children:[t(F,{placeholder:l(`store.searchPlaceholder`),value:f,onChange:p,onKeyDown:j,className:`min-w-[200px]`}),t(o,{variant:`ghost`,onClick:()=>S(!0),alt:l(`store.semanticSearchSettings`),className:`ms-1`,children:t(Vn,{size:18})}),n(B,{isOpen:x,onClose:()=>S(!1),children:[t(re,{children:l(`store.searchTypes`)}),t(te,{children:n(`div`,{className:`flex flex-col gap-2`,children:[n(`div`,{className:`flex items-center gap-2`,children:[t(u,{id:`search-type-full_text`,checked:C.includes(Cr.full_text),onCheckedChange:M(Cr.full_text)}),t(L,{htmlFor:`search-type-full_text`,children:l(`store.fullText`)})]}),t(`div`,{className:`font-semibold mt-2 mb-1`,children:l(`store.embeddings`)}),gx.map(e=>n(`div`,{className:`flex items-center gap-2`,children:[t(u,{id:`search-type-${e}`,checked:C.includes(e),onCheckedChange:M(e)}),t(L,{htmlFor:`search-type-${e}`,children:e.charAt(0).toUpperCase()+e.slice(1)})]},e)),n(`div`,{className:`mt-3`,children:[t(`span`,{className:`me-2`,children:l(`store.limit`)}),t(ie,{type:`number`,min:1,value:T,onChange:e=>E(Number(e??100)),style:{width:80}})]})]})}),t(ne,{children:t(o,{variant:`outline`,onClick:()=>S(!1),children:l(`store.close`)})})]}),t(o,{variant:`secondary`,isLoading:r,onClick:A,isDisabled:!g,alt:l(`store.semanticSearch`),children:l(`store.search`)})]})}const vx=[{name:`ID`,field:`id`,type:`objectId?slice=-7`},{name:`Name`,field:`.`,type:`objectName`},{name:`Type`,field:`type.name`,type:`string`},{name:`Status`,field:`status`,type:`string`},{name:`Updated At`,field:`updated_at`,type:`date`}];function yx(e,t){return(t?e.getTypeLayout(t):vx)??vx}function bx({onUploadDone:e=async()=>{},layout:n,toolbarActions:r}){let i=jv(),a=He(),{t:o}=X(),s=Vv(G(async t=>{await e(t),setTimeout(()=>{console.log(`Delayed refresh after upload to ensure backend consistency`),i.search().then(e=>{e&&a({title:o(`store.documentListRefreshed`),description:o(`store.documentListRefreshedDesc`),status:`info`,duration:3e3})}).catch(e=>{console.error(`Failed to refresh search results:`,e)})},1e3)},[e,i,o,a]));return t(xx,{layout:n,onUpload:G((e,t)=>{let n=i.collectionId;return s(e,t,n)},[i,s]),toolbarActions:r})}function xx({layout:e,onUpload:r,allowFilter:i=!0,allowSearch:a=!0,toolbarActions:o}){let{t:s}=X(),c=jv(),[l,u]=Y(!1),[d,f]=Y(null),{registry:p}=o_(),{search:m,isLoading:h,error:g,objects:_,hasMore:v}=Nv(),[y,b]=Y(p?e||yx(p,m.query.type):vx);K(()=>{e&&b(e)},[e]);let[x,S]=Y(0),[C,w]=Y(0),[T,E]=Y(localStorage.getItem(Xv.LAST_DISPLAYED_VIEW)===`grid`),[D,k]=Y([]),A=J(null),j=J(null),M=G((e,t)=>{u(!1),e.catch(e=>{console.error(t,e)}).finally(()=>{u(!0)})},[]);K(()=>{let e=!1;return m.initialized?(u(!0),()=>{e=!0}):(u(!1),w(0),m.search().catch(t=>{e||console.error(`Initial search failed:`,t)}).finally(()=>{e||u(!0)}),()=>{e=!0})},[m]),K(()=>{_.length<C&&w(_.length)},[_.length,C]),ze(A,()=>{l&&_.length>0&&_.length!==C&&(u(!1),m.loadMore().catch(e=>{console.error(`Failed to load more search results:`,e)}).finally(()=>{w(_.length),u(!0)}))},{deps:[l,_.length]});let N=e=>{if(e?.vector){if(m.query.vector=e.vector,m.query.full_text=e.full_text,m.query.weights=e.weights,m.query.score_aggregation=e.score_aggregation,m.query.dynamic_scaling=e.dynamic_scaling,e.limit!==void 0&&(m.limit=e.limit,m.query.limit=e.limit),!y.find(e=>e.name===`Search Score`)){let e=[...y,{name:`Search Score`,field:`score`,render:e=>typeof e.score==`number`?e.score.toFixed(4):`0.0000`}];b(e)}M(m.search(),`Vector search failed:`)}else e?.full_text?(m.query.full_text=e.full_text,e.limit!==void 0&&(m.limit=e.limit,m.query.limit=e.limit),M(m.search(),`Text search failed:`)):e===void 0&&l&&(delete m.query.vector,delete m.query.full_text,M(m.search(),`Search reset failed:`))},P=Mv(),F=jv(),I=()=>{M(m.search(),`Search refresh failed:`)},L=f_(P),R=p_(F),z=e=>{let t=typeof e==`function`?e(D):e;k(t),R(t)},ee=(e,t)=>{let n=L.find(t=>t.name===e),r={name:e,type:n?.type,placeholder:n?.placeholder,multiple:n?.multiple};z(i=>{let a=i.filter(t=>t.name!==e);if(n?.type===`stringList`||Array.isArray(t)){let n=Array.isArray(t)?t:[t],o=i.find(t=>t.name===e)?.value??[];return[...a,{...r,value:Array.from(new Set([...o,...n]))}]}return[...a,{...r,value:[{value:t,label:t}]}]})},B=new URL(window.location.href),te=B.searchParams.get(`filters`);if(te)try{let e=te.split(`;`),t=e.filter(e=>{let[t]=e.split(`:`),n=decodeURIComponent(t);return n!==`start`&&n!==`end`});if(t.length!==e.length){let e=t.length>0?t.join(`;`):``;e?B.searchParams.set(`filters`,e):B.searchParams.delete(`filters`),window.history.replaceState(window.history.state||{},``,B.toString())}}catch(e){console.error(`Failed to clean start/end filters from URL:`,e)}let ne=li();return n(`div`,{className:`flex flex-col gap-y-2 flex-1 min-h-0 `,children:[t(Cx,{object:d,onClose:()=>f(null)}),g&&t(O,{title:s(`store.error`),children:g.message}),t(Sx,{isLoading:h,refreshTrigger:x,allowFilter:i,allowSearch:a,filterGroups:L,filters:D,handleFilterChange:z,handleVectorSearch:N,handleRefetch:I,setIsGridView:E,toolbarActions:o}),t(`div`,{className:`flex flex-col w-full flex-1 min-h-0 border rounded-md mb-2`,children:n(`div`,{ref:j,className:`flex-1 min-h-0 overflow-y-auto`,children:[t(q_,{onFilter:ee,children:t(Uv,{objects:_,isLoading:!_.length&&h,layout:y,onRowClick:e=>{ne(`/objects/${e.id}`)},previewObject:e=>{let t=_.find(t=>t.id===e)||null;f(t)},selectedObject:d,onUpload:r,isGridView:T,collectionId:c.collectionId})}),v?t(`div`,{ref:A,className:`w-full flex justify-center`,children:t(be,{size:`xl`})}):t(`div`,{className:`text-muted text-center text-sm py-1`,children:`All ${_.length} objects loaded.`})]})})]})}function Sx(e){let{t:r}=X(),{isLoading:i,refreshTrigger:a,allowFilter:s,allowSearch:c,filterGroups:l,filters:u,handleFilterChange:d,handleVectorSearch:f,handleRefetch:p,setIsGridView:m,toolbarActions:h}=e;return n(`div`,{className:`sticky top-0 z-10 bg-background py-2 flex justify-between items-center`,children:[s?t(M,{filterGroups:l,filters:u,setFilters:d,children:n(`div`,{children:[t(`div`,{className:`flex flex-row gap-4 items-center justify-between w-full`,children:n(`div`,{className:`flex gap-2 items-center w-2/3`,children:[c&&t(_x,{onChange:f,isLoading:i,refresh:a,className:`w-full`}),t(A,{})]})}),n(`div`,{className:`flex gap-2 items-center pt-2`,children:[t(k,{}),t(j,{})]})]})}):t(`div`,{className:`flex flex-row gap-4 items-center justify-between w-full`,children:t(`div`,{className:`flex gap-2 items-center w-2/3`,children:c&&t(_x,{onChange:f,isLoading:i,refresh:a})})}),n(`div`,{className:`flex gap-1 items-center`,children:[h,t(Me,{description:r(`store.refresh`),asChild:!0,size:`xs`,placement:`top`,children:t(o,{variant:`outline`,onClick:p,"aria-label":r(`store.refresh`),children:t(Pn,{size:16})})}),t(Xv,{onUpdate:m})]})]})}function Cx({object:e,onClose:r}){let{store:i}=Z(),a=He(),s=li(),{downloadFromContentSource:c}=Vu({client:i,toast:a}),l=e?.content?.source,u=typeof e?.properties?.title==`string`?e.properties.title:e?.name;return e?n(ve,{title:u,isOpen:!0,onClose:r,children:[n(`div`,{className:`flex items-center gap-x-2`,children:[t(o,{variant:`ghost`,size:`sm`,title:`Open Object`,onClick:()=>s(`/objects/${e.id}`),children:t(Vt,{className:`size-4`})}),l&&t(o,{variant:`ghost`,size:`sm`,title:`Download`,onClick:()=>c(l,e.name||e.content?.name),children:t(Lt,{className:`size-4`})})]}),t(y,{className:`my-2`}),t(`div`,{className:`pt-2`,children:t(rx,{object:e,loadText:!0},e.id)})]}):null}const wx=[{name:`ID`,field:`id`,type:`objectId?slice=-7`},{name:`Name`,field:`.`,type:`objectName`},{name:`Revision`,field:`.`,type:`revision`},{name:`Type`,field:`type.name`,type:`string`},{name:`Status`,field:`status`,type:`string`},{name:`Updated At`,field:`updated_at`,type:`date`}];function Tx({collection:e}){let n=He(),{client:r}=Z(),{registry:i}=o_(),a=async t=>{t.length>0&&await r.store.collections.addMembers(e.id,t).catch(e=>{n({title:`Failed to add objects to collection`,description:e.message,status:`error`})})},o=Ex(e,i);return t(`div`,{className:`flex flex-col h-full`,children:e.dynamic?t(xx,{layout:o}):t(bx,{onUploadDone:a,layout:o})})}function Ex(e,t){let n=e.table_layout;return n&&n.length>0||(e.type&&t&&(n=t?.getTypeLayout(Dr(e.type))),n&&n.length>0)?n:wx}function Dx({className:e,defaultValue:r,onChange:i,isClearable:a,multiple:o}){let{t:s}=X(),{registry:c}=o_(),[l,u]=Y(!1),d=e=>e===null?s(`store.none`):n(`div`,{children:[t(`div`,{className:`text-sm`,children:e.name}),t(`div`,{className:`text-xs text-muted truncate`,children:e.description})]}),[f,p]=Y(),[m,h]=Y([]);return K(()=>{if(!l&&(u(!0),c&&r)){if(o&&Array.isArray(r)){let e=c.types.filter(e=>r.includes(e.id));h(e)}let e=c.types.find(e=>e.id===r);e&&p(e)}},[l,c,r,o]),o?t(`div`,{className:`flex flex-col gap-4 content-between`,children:t(V,{options:c?.types||[],value:m,onChange:e=>{h(e),i(e)},placeholder:s(`store.chooseContentTypes`),optionLabel:d,className:e||`text-sm bg-background`,filterBy:`name`,isClearable:a||!1,multiple:!0})}):t(`div`,{className:`flex flex-col gap-4 content-between`,children:t(V,{options:c?.types||[],value:f,onChange:e=>{p(e||void 0),i(e)},placeholder:s(`store.chooseContentType`),optionLabel:d,className:e||`text-sm bg-background`,filterBy:`name`,isClearable:a||!1})})}function Ox({onClose:r,redirect:i=!0,onAddToCollection:a}){let s=li(),c=He(),{t:l}=X(),[u,d]=Y(!1),{client:f}=Z(),[p,m]=Y({dynamic:!1,name:``,description:``});function h(e,t){m({...p,[e]:t})}return n(e,{children:[t(te,{children:n(`form`,{onSubmit:e=>e.preventDefault(),children:[t(N,{label:l(`type.name`),required:!0,children:t(F,{type:`text`,value:p.name||``,onChange:e=>h(`name`,e)})}),t(N,{label:l(`type.description`),className:`mt-2`,children:t(je,{value:p.description||``,onChange:e=>h(`description`,e.target.value)})}),t(N,{label:l(`store.dynamicCollection`),className:`mt-2`,direction:`row`,description:l(`store.dynamicCollectionDescription`),children:t(Se,{value:p.dynamic||!1,onChange:e=>h(`dynamic`,e)})}),!p.dynamic&&t(N,{label:l(`store.allowedContentTypes`),className:`mt-4`,description:l(`store.allowedContentTypesOptionalDescription`),children:t(Dx,{defaultValue:p.allowed_types||null,onChange:e=>{Array.isArray(e)?h(`allowed_types`,e.map(e=>e.id)):h(`allowed_types`,e?[e.id]:[])},isClearable:!0,multiple:!0})}),t(N,{label:l(`store.contentType`),className:`mt-2`,description:l(`store.typeDescription`),children:t(Dx,{defaultValue:p.type||null,onChange:e=>{Array.isArray(e)?h(`type`,e.length>0?e[0].id:null):h(`type`,e?.id||null)},isClearable:!0})})]})}),t(ne,{children:t(o,{isDisabled:u,onClick:()=>{if(!p?.name?.trim()){c({title:l(`type.nameRequired`),description:l(`store.pleaseProvideName`),status:`error`,duration:5e3});return}p.name=p.name.trim(),p.description&&=p.description.trim(),p.dynamic??=!1,d(!0),f.store.collections.create(p).then(e=>{r(),c({title:l(`store.collectionCreated`),description:`Collection "${e.name}" created successfully`,status:`success`,duration:3e3}),i&&s(`/collections/${e.id}`),a&&a(e.id)}).catch(e=>{c({title:l(`store.failedToCreateCollection`),description:e.message,status:`error`,duration:5e3})}).finally(()=>d(!1))},children:l(`store.createCollection`)})})]})}function kx({isOpen:e,onClose:r}){let{t:i}=X();return n(B,{onClose:r,isOpen:e,children:[t(re,{children:i(`store.createACollection`)}),t(Ox,{onClose:r})]})}Rr.extend(Pi);function Ax(){let{client:r}=Z(),i=He(),{t:a}=X(),[s,c]=Y(),[l,u]=Y(!0),[d,f]=Y(!1),{data:p,error:m,refetch:h}=Le(()=>r.store.collections.search({}),[]);return K(()=>{(p||m)&&u(!1)},[p,m]),m?t(O,{title:a(`store.collectionFetchFailed`),children:Ne(m)}):n(e,{children:[p&&(p.length>0?n(Ee,{className:`w-full`,children:[t(`thead`,{children:n(`tr`,{children:[t(`th`,{children:a(`type.name`)}),t(`th`,{children:a(`type.type`)}),t(`th`,{children:a(`store.created`)}),t(`th`,{})]})}),t(Ce,{columns:4,isLoading:l,children:p.map(e=>n(Te,{children:[t(`td`,{children:n(`div`,{className:`flex items-center gap-2`,children:[t(jx,{isDynamic:e.dynamic}),t(ci,{href:`/collections/${e.id}`,children:e.name})]})}),t(`td`,{children:e.type?.name||`-`}),t(`td`,{children:Rr(e.created_at).fromNow()}),t(`td`,{className:`text-end`,children:t(o,{variant:`destructive`,size:`sm`,onClick:()=>c(e.id),children:t(Yn,{className:`size-4`})})})]},e.id))})]}):t(D,{title:a(`store.noCollections`),buttonLabel:a(`store.newCollections`),onClick:()=>f(!0),children:a(`store.getStartedCollections`)})),t(kx,{isOpen:d,onClose:()=>f(!1)}),t(g,{isOpen:!!s,title:a(`store.deleteCollection`),content:a(`store.areYouSureDeleteCollection`),onConfirm:async()=>{if(s)try{await r.store.collections.delete(s),i({title:a(`store.collectionDeleted`),status:`success`,duration:3e3}),h()}catch(e){console.error(`Failed to delete collection:`,e),i({title:a(`store.failedToDeleteCollection`),description:Ne(e),status:`error`,duration:5e3})}finally{c(void 0)}},onCancel:()=>c(void 0)})]})}function jx({isDynamic:e}){let{t:n}=X();return t(Me,{description:n(e?`store.dynamicCollection`:`store.staticCollection`),className:`me-2`,children:t(e?zn:Xt,{className:`size-5`})})}Rr.extend(Pi);const Mx=`h-6 w-6 p-0 opacity-0 group-hover/field:opacity-100 text-muted hover:text-foreground transition-opacity shrink-0`;function Nx({objects:e,isLoading:r,onFilter:i,selectedIds:a,onToggleOne:s,allSelected:c,onToggleAll:l}){let{t:u}=X(),d=li(),f=!!s;return n(Ee,{className:`w-full`,children:[t(we,{children:n(`tr`,{children:[f&&t(`th`,{className:`w-[5%]`,children:t(`input`,{type:`checkbox`,checked:!!c,"aria-label":u(`store.actions.selectAllTypes`),onChange:e=>l?.(e.target.checked)})}),t(`th`,{children:u(`store.name`)}),t(`th`,{children:u(`store.strictMode`)}),t(`th`,{children:u(`store.semanticChunking`)}),t(`th`,{children:u(`store.updatedAt`)})]})}),t(Ce,{isLoading:r&&(!e||e.length===0),columns:f?5:4,children:e?.map(e=>n(`tr`,{onClick:()=>d(`/types/${e.id}`),className:`group cursor-pointer hover:bg-muted`,children:[f&&t(`td`,{className:`w-[5%]`,children:t(`input`,{type:`checkbox`,className:We(`checkbox group-hover:inline-block`,a?.includes(e.id)?`inline-block`:`hidden`),checked:a?.includes(e.id)??!1,"aria-label":u(`store.actions.selectType`,{name:e.name}),onClick:e=>e.stopPropagation(),onChange:t=>s?.(e.id,t.target.checked)})}),t(`td`,{className:`group/field`,children:n(`div`,{className:`flex items-center gap-2 min-w-0`,children:[t(`span`,{className:`truncate`,children:e.name}),t(_,{content:e.id,className:Mx}),i&&t(Me,{description:`Filter by ${e.name}`,asChild:!0,size:`xs`,children:t(o,{variant:`ghost`,size:`sm`,"aria-label":`Filter by ${e.name}`,className:Mx,onClick:t=>{t.stopPropagation(),i(`name`,e.name)},children:t(Yt,{className:`size-3`})})})]})}),t(`td`,{children:e.strict_mode?`Yes`:`No`}),t(`td`,{children:e.is_chunkable?`Yes`:`No`}),t(`td`,{children:t(Me,{description:Rr(e.updated_at).format(`YYYY-MM-DD HH:mm:ss`),children:Rr(e.updated_at).fromNow()})})]},e.id))})]})}function Px({title:e,isOpen:r,onClose:i,okLabel:a,initialPayload:s,isLoading:c}){let{t:l}=X(),u=He(),[d,f]=Y(s?.name),[p,m]=Y(s?.description),h=s?.strict_mode??!1,g=()=>{if(!d){u({status:`error`,title:l(`type.nameRequired`),duration:5e3});return}i({name:d,description:p,strict_mode:h}).then(()=>i())};return n(B,{isOpen:r,onClose:()=>i(),children:[t(re,{children:e}),t(te,{className:`pt-0`,children:n(`div`,{className:`h-full flex flex-col gap-4 content-between`,children:[n(`div`,{children:[t(`div`,{className:`block text-sm font-medium text-muted`,children:l(`type.name`)}),t(F,{value:d,onChange:f})]}),n(`div`,{children:[t(`div`,{className:`block text-sm font-medium text-muted`,children:l(`type.description`)}),t(je,{value:p,onChange:e=>m(e.target.value),minLines:5})]})]})}),t(ne,{children:n(`div`,{className:`flex justify-end gap-4`,children:[t(o,{variant:`secondary`,onClick:()=>i(),children:l(`modal.cancel`)}),t(o,{variant:`primary`,onClick:()=>g(),isLoading:c,children:a})]})})]})}var Fx=class{client;limit;result=new _e({objects:[],isLoading:!1});query={};constructor(e,t=100){this.client=e,this.limit=t}get objects(){return this.result.value.objects}get error(){return this.result.value.error}get isRunning(){return this.result.value.isLoading}getFilterValue(e){return this.query[e]}setFilterValue(e,t){this.query[e]=t,this.search()}reset(e=!1){this.result.value={objects:[],isLoading:e}}_updateRunningState(e){let t=this.result.value;this.result.value={objects:t.objects,isLoading:e,error:t.error}}async _search(e=!1){if(this.isRunning)return Promise.resolve(!1);this.result.value={isLoading:!0,objects:e?this.objects:[]};let t=this.limit,n=this.objects.length;return this.client.types.list({limit:t,offset:n,query:this.query}).then(async e=>(this.result.value={isLoading:!1,objects:this.objects.concat(e)},!0)).catch(e=>{throw this.result.value={error:e,isLoading:!1,objects:this.objects},e})}search(){return this.isRunning?Promise.resolve(!1):this._search(!1)}loadMore(){return this.isRunning?Promise.resolve(!1):this._search(!0)}};const Ix=Ye(void 0);function Lx(){return Qe(Ix)}function Rx(){let e=Lx();return{...Ue(e.result),search:e}}function zx(){return Lx().objects.length}var Bx;(function(e){e.true=`Yes`,e.false=`No`})(Bx||={});function Vx({isDirty:r=!1}){let{store:i}=Z(),{reload:a}=o_(),{t:s}=X(),c=He(),[l,u]=Y(!1),{search:d,isLoading:f,error:p,objects:m}=Rx(),[h,_]=Y([]),[v,y]=Y(!1),[b,x]=Y(!1),S=h.length,C=!!m&&m.length>0&&m.every(e=>h.includes(e.id)),w=m?.filter(e=>h.includes(e.id))??[],T=(e,t)=>{_(n=>t?n.includes(e)?n:[...n,e]:n.filter(t=>t!==e))},E=e=>{_(e&&m?m.map(e=>e.id):[])},k=async()=>{if(!b){x(!0);try{let e=await Promise.allSettled(h.map(e=>i.types.delete(e))),t=e.filter(e=>e.status===`rejected`).length,n=e.length-t;y(!1),_([]),a(),await d.search(),c(t===0?{status:`success`,title:s(`store.actions.typeDeleted`,{count:n}),duration:3e3}:{status:`error`,title:s(`store.actions.typeDeletePartial`,{succeeded:n,failed:t}),duration:5e3})}catch(e){c({status:`error`,title:s(`store.actions.failedToDeleteTypes`),description:e instanceof Error?e.message:void 0,duration:5e3})}finally{x(!1)}}},[A,j]=Y(``),M=Ie(A,500),N=J(null);ze(N,()=>{l&&d.loadMore()},{deps:[l,d]}),K(()=>{d.search().then(()=>u(!0))},[d]),K(()=>{d.query.name=M,d.search().then(()=>u(!0))},[M,d]);let[P,I]=Y(void 0),L=e=>{I(e)};K(()=>{d.query.chunkable=P?P===`Yes`:void 0,d.search().then(()=>u(!0))},[P,d]),K(()=>{r&&l&&d.search().then(()=>u(!0))},[r,l,d]);let[R,z]=Y(!1);return p?t(O,{title:s(`store.failedToFetchTypes`),children:p.message}):n(`div`,{className:`flex flex-col flex-1 min-h-0`,children:[n(`div`,{className:`flex flex-shrink-0 gap-4 items-center`,children:[t(F,{placeholder:s(`store.filterByName`),value:A,onChange:j}),t(V,{className:`w-60`,isClearable:!0,options:Object.values(Bx),value:P,onChange:L,placeholder:s(`store.isChunkable`)}),S>0&&n(`div`,{className:`flex items-center gap-2 ms-auto`,children:[t(`span`,{className:`text-sm font-medium whitespace-nowrap`,children:s(`store.actions.selectedCount`,{n:S})}),t(Me,{description:s(`store.actions.clearSelection`),asChild:!0,children:t(o,{variant:`ghost`,"aria-label":s(`store.actions.clearSelection`),onClick:()=>_([]),children:t(nr,{className:`size-4`})})}),t(o,{variant:`destructive`,isDisabled:b,onClick:()=>y(!0),children:s(b?`store.actions.deleting`:`store.actions.deleteSelected`)})]})]}),t(`div`,{className:`flex flex-col w-full flex-1 min-h-0 border rounded-md my-2`,children:n(`div`,{className:`flex-1 min-h-0 overflow-y-auto`,children:[!f&&m?.length===0?t(D,{title:s(`store.noType`),buttonLabel:s(`store.createType`),onClick:()=>{z(!0)},children:s(`store.getStartedTypes`)}):n(e,{children:[t(Nx,{objects:m,isLoading:f,onFilter:(e,t)=>{e===`name`&&j(t)},selectedIds:h,onToggleOne:T,allSelected:C,onToggleAll:E}),t(`div`,{ref:N,className:`h-4 w-full`})]}),t(Px,{okLabel:`Create`,title:s(`store.createType`),isOpen:R,onClose:async e=>e?i.types.create(e).then(async()=>{c({status:`success`,title:s(`store.typeCreated`),duration:2e3}),a(),d.search().then(()=>u(!0))}).catch(e=>{c({status:`error`,title:s(`store.errorCreatingType`),description:e.message,duration:5e3})}):(z(!1),Promise.resolve())}),t(g,{isOpen:v,title:s(`store.actions.deleteType`,{count:S}),content:n(`div`,{children:[t(`p`,{children:s(`store.actions.deleteTypeConfirm`,{count:S})}),w.length>0&&n(e,{children:[t(`div`,{className:`mt-2`,children:s(`store.actions.affectedItems`)}),t(`ul`,{className:`mt-1 max-h-40 overflow-y-auto rounded-md border p-2 text-sm`,children:w.map(e=>t(`li`,{className:`truncate py-0.5`,children:e.name||e.id},e.id))})]})]}),onConfirm:k,onCancel:()=>y(!1),confirmationValue:`delete`,confirmationLabel:s(`store.actions.typeToConfirmDelete`),confirmationPlaceholder:`delete`})]})})]})}function Hx({objectType:e,onSchemaUpdate:r,readonly:i=!1}){let{store:a}=Z(),{t:s}=X(),c=He(),{theme:l}=Ve(),[u,d]=Y(!1),f=Di(e.object_schema),p=J(void 0),[m,h]=Y(!1),g=q(()=>Ux(f.schema),[f]),_=()=>{m&&!y()||(d(!0),a.types.update(e.id,{object_schema:f.schema}).then(()=>{r(f),c({status:`success`,title:s(`store.schemaUpdated`),description:s(`store.schemaUpdatedSuccess`),duration:2e3})}).catch(e=>{c({status:`error`,title:s(`store.failedToUpdateSchema`),description:e.message,duration:5e3})}).finally(()=>{d(!1)}))},v=()=>{m&&!y()||h(e=>!e)},y=()=>{if(p.current){let e=p.current.getValue();try{let t=Wx(e);Gx(t),f.replaceSchema(t)}catch(e){return c({status:`error`,title:s(`store.invalidJsonSchema`),description:Ne(e),duration:5e3}),!1}}return!0};return t(ae,{title:n(`div`,{className:`flex gap-2 items-center`,children:[t(`div`,{className:`text-base font-semibold`,children:s(`store.schemaEditor`)}),!i&&t(`div`,{children:t(o,{variant:`outline`,size:`sm`,onClick:v,children:s(m?`store.editSchema`:`store.editJson`)})})]}),className:`bg-background! h-full`,action:i?void 0:t(o,{isLoading:u,variant:`outline`,size:`sm`,onClick:_,children:s(`modal.saveChanges`)}),children:m?t(bi,{value:g,language:`json`,editorRef:p,theme:l===`dark`?`vs-dark`:`vs`,options:{readOnly:i}}):t(Si,{schema:f,readonly:i})})}function Ux(e){return e?JSON.stringify(e,null,2):``}function Wx(e){if(e?.trim())return JSON.parse(e.trim())}const Gx=e=>{try{new Mi({strict:!1}).compile(e)}catch(e){throw Error(`Invalid JSON Schema definition: ${Ne(e)}`,{cause:e})}};function Kx({isOpen:e,onClose:r,title:i,children:a,initialSelectedType:s=null,allowNone:c=!0}){let{t:l}=X(),u=i??l(`store.selectContentType`),{registry:d}=o_(),[f,p]=Y(s),m=d?.types||[],h=()=>{r(void 0)};return n(B,{isOpen:e,onClose:h,className:`w-full max-w-xl mx-auto`,children:[t(re,{children:u}),n(te,{children:[a,n(`div`,{className:`mb-4 mt-4`,children:[n(`div`,{className:`block text-sm font-medium mb-2`,children:[l(`store.contentType`),` `,c&&t(`span`,{className:`text-gray-500 font-normal`,children:l(`store.optional`)})]}),c?t(V,{options:m,value:f,optionLabel:e=>e?e.name:l(`store.selectContentTypeLabel`),placeholder:l(`store.selectContentTypeAuto`),onChange:e=>p(e||null),filterBy:`name`,isClearable:!0}):t(V,{options:m,value:f,optionLabel:e=>e?e.name:l(`store.selectContentTypeLabel`),placeholder:l(`store.selectContentTypeLabel`),onChange:e=>p(e||null),filterBy:`name`})]}),!f&&n(`div`,{className:`flex items-center text-attention`,children:[t(_t,{className:`size-4 me-1`}),l(`store.automaticTypeDetection`),t(Me,{description:l(`store.automaticTypeDetectionDescription`),placement:`top`,size:`xs`,children:t(on,{className:`size-3 ms-2`})})]})]}),n(ne,{children:[t(o,{variant:`ghost`,onClick:h,alt:l(`modal.cancel`),children:l(`modal.cancel`)}),t(o,{onClick:()=>{r(f?.id??null),p(null)},alt:l(`store.confirmSelection`),children:l(`modal.confirm`)})]})]})}function qx({children:e,limit:n,name:r,chunkable:i}){let{store:a}=Z(),o=q(()=>{let e=new Fx(a,n);return e.query.name=r,e.query.chunkable=i,e},[i,n,r,a]);return t(Ix.Provider,{value:o,children:e})}function Jx({objectType:e,onLayoutUpdate:n,readonly:r=!1}){let i=He(),{theme:a}=Ve(),{t:s}=X(),[c,l]=Y(!1),{store:u}=Z(),d=J(void 0),f=q(()=>Yx(e.table_layout),[e.table_layout]),p=(e,t)=>{i({status:`error`,title:e,description:t,duration:5e3})};return t(ae,{title:`Table Layout Editor`,className:`bg-background! h-full`,action:r?void 0:t(o,{isLoading:c,variant:`outline`,size:`sm`,onClick:()=>{if(!d.current)return;let t=d.current.getValue(),r;if(!t)r=null;else try{r=JSON.parse(t)}catch(e){return p(`Invalid JSON`,Ne(e))}if(!Array.isArray(r))return p(`Invalid JSON`,`The table layout must be an array`);if(r.some(e=>!e?.name||!e.field))return p(`Invalid JSON`,`A table layout entry must contain the following properties:] {field, name, converter?}`);l(!0),u.types.update(e.id,{table_layout:r}).then(e=>{i({status:`success`,title:s(`store.tableLayoutUpdated`),description:s(`store.tableLayoutUpdatedDesc`),duration:2e3}),n(e.table_layout)}).catch(e=>{i({status:`error`,title:s(`store.failedToUpdateTableLayout`),description:e.message,duration:5e3})}).finally(()=>{l(!1)})},children:s(`store.saveChanges`)}),children:t(`div`,{className:`h-full`,children:t(bi,{value:f,language:`json`,editorRef:d,theme:a===`dark`?`vs-dark`:`vs`,options:{readOnly:r}})})})}function Yx(e){return e?JSON.stringify(e,null,2):`[
450
450
 
451
- ]`}function yx({collection:e}){let{client:n}=Z(),{t:r}=X(),[i,a]=Y(void 0),[s,c]=Y(e.shared_properties||[]),l=H();K(()=>{e.type?.id&&n.store.types.retrieve(e.type.id).then(a)},[n.store.types.retrieve,e.type?.id]);let u=i?Object.keys(i.object_schema?.properties||{}):[];return t(oe,{title:r(`store.sharedProperties`),description:r(`store.sharedPropertiesDescription`),action:t(o,{size:`lg`,isLoading:!1,onClick:()=>{n.store.collections.update(e.id,{shared_properties:s}).then(()=>{l({title:r(`store.updatedSharedProperties`),status:`success`})}).catch(e=>{l({title:r(`store.failedToUpdateSharedProperties`),description:e.message,status:`error`})})},children:r(`modal.save`)}),children:t(`div`,{className:``,children:t(je,{value:s,onChange:e=>{c(e)},options:u,placeholder:r(`store.selectPropertiesToShare`)})})})}function bx({collection:e}){let{client:n}=Z(),{t:r}=X(),[i,a]=Y(e.skip_head_sync??!1),[o,s]=Y(!1),c=H();return t(oe,{title:r(`store.syncMemberHeads`),description:r(`store.syncMemberHeadsDescription`),children:t(Ce,{disabled:o,value:!i,onChange:t=>{let i=!t;s(!0),n.store.collections.update(e.id,{skip_head_sync:i}).then(()=>{c({title:r(`store.updatedSkipHeadSync`),status:`success`}),a(i)}).catch(e=>{c({title:r(`store.failedToUpdateSkipHeadSync`),description:e.message,status:`error`})}).finally(()=>{s(!1)})},children:r(`store.enableSyncMemberHeads`)})})}function xx(e){return typeof e==`object`&&!!e&&!Array.isArray(e)}function Sx({refetch:r,collection:a}){let{t:s}=X(),c=a.type?Tr(a.type):void 0,l=J(void 0),u=H(),{theme:d}=He(),{client:f}=Z(),p=Qe(R_),[m,h]=Y(!1),[g,_]=Y({name:a.name,description:a.description||``,query:a.query?JSON.stringify(a.query,null,2):``,tags:a.tags||[],type:a.type?Tr(a.type):``,allowed_types:a.allowed_types||[],sensitivity:a.sensitivity,compartments:a.compartments||[]}),[v,y]=Y(``),b=q(()=>vx(a.table_layout),[a.table_layout]),x=()=>{let e;try{let t=g.query?JSON.parse(g.query):void 0;if(t!==void 0&&!xx(t))throw Error(s(`store.invalidQueryJson`));e=t}catch(e){u({title:s(`store.invalidQueryJson`),description:Pe(e),status:`error`,duration:5e3});return}let t={name:g.name,description:g.description,query:e,tags:g.tags,type:g.type,allowed_types:g.allowed_types,sensitivity:g.sensitivity,compartments:g.compartments},n;if(t.name||(n=s(`type.nameRequired`)),t.type||=null,n){u({title:s(`store.validationFailed`),description:n,status:`error`,duration:5e3});return}if(l.current){let e=l.current.getValue();if(e)try{t.table_layout=JSON.parse(e)}catch(e){u({title:s(`store.invalidTableLayout`),description:Pe(e),status:`error`,duration:5e3});return}else t.table_layout=null}h(!0),f.store.collections.update(a.id,t).then(()=>{r(),a.dynamic&&p&&(p.reset(),p.search()),u({title:s(`store.collectionUpdated`),description:s(`store.collectionUpdatedSuccess`),status:`success`,duration:3e3})}).catch(e=>{u({title:s(`store.failedToUpdateCollection`),description:Pe(e),status:`error`,duration:5e3})}).finally(()=>{h(!1)})},S=(e,t)=>{_({...g,[e]:t})};return n(`div`,{className:`flex flex-col gap-4 py-2`,children:[n(oe,{title:s(`store.configuration`),action:t(o,{size:`lg`,isDisabled:m,onClick:x,children:s(`modal.save`)}),children:[n(`div`,{className:`flex justify-between mb-2`,children:[n(`div`,{className:`w-1/2 gap-2 flex flex-col`,children:[t(`div`,{className:`text-sm font-medium mb-1`,children:s(`store.createdBy`)}),n(`div`,{className:`gap-2 flex items-center`,children:[t(eg,{userRef:a.created_by,showTitle:!0}),n(`span`,{children:[`at `,Ir(a.created_at).format(`YYYY-MM-DD HH:mm:ss`)]})]})]}),n(`div`,{className:`w-1/2 gap-2 flex flex-col`,children:[t(`div`,{className:`text-sm font-medium mb-1`,children:s(`store.updatedBy`)}),n(`div`,{className:`gap-2 flex items-center`,children:[t(eg,{userRef:a.updated_by,showTitle:!0}),n(`span`,{children:[`at `,Ir(a.updated_at).format(`YYYY-MM-DD HH:mm:ss`)]})]})]})]}),t(N,{label:s(`type.name`),required:!0,children:t(F,{value:g.name,onChange:e=>S(`name`,e)})}),t(N,{label:s(`type.description`),children:t(Me,{value:g.description,onChange:e=>S(`description`,e.target.value)})}),!a.dynamic&&t(N,{label:s(`store.allowedContentTypes`),description:s(`store.allowedContentTypesSelectDescription`),children:t(Xb,{defaultValue:g.allowed_types||null,onChange:e=>{Array.isArray(e)?S(`allowed_types`,e.map(e=>e.id)):S(`allowed_types`,e?[e.id]:[])},isClearable:!0,multiple:!0})}),a.dynamic&&t(N,{label:s(`store.query`),description:s(`store.queryDescription`),children:t(Me,{className:Se.INPUT,minLines:1,maxLines:12,value:g.query,onChange:e=>S(`query`,e.target.value)})}),t(N,{label:s(`store.tableLayout`),description:s(`store.tableLayoutDescription`),className:`h-[200px]`,children:t(vi,{className:`border-1 rounded-md border-border`,value:b,language:`json`,editorRef:l,theme:d===`dark`?`vs-dark`:`vs`})}),t(N,{label:s(`store.contentType`),description:s(`store.typeSelectDescription`),children:t(Xb,{defaultValue:g.type||null,onChange:e=>{Array.isArray(e)?S(`type`,e.length>0?e[0].id:null):S(`type`,e?.id||null)},isClearable:!0})}),t(N,{label:`Sensitivity`,description:`BLP sensitivity level — propagated to member documents (max across collections)`,children:t(B,{options:Sr.map((e,t)=>({label:`${t} — ${e}`,value:t})),value:g.sensitivity===void 0?void 0:{label:`${g.sensitivity} — ${Sr[g.sensitivity]??`Unknown`}`,value:g.sensitivity},onChange:e=>S(`sensitivity`,e.value),optionLabel:e=>e.label,by:`value`,placeholder:`Not set`})}),n(N,{label:`Compartments`,description:`Security compartments — propagated to member documents (union across collections)`,children:[n(`div`,{className:`flex gap-2`,children:[t(F,{value:v,onChange:y,placeholder:`Add a compartment`,onKeyDown:e=>{if(e.key===`Enter`){e.preventDefault();let t=v.trim();t&&!g.compartments.includes(t)&&(S(`compartments`,[...g.compartments,t]),y(``))}}}),t(o,{type:`button`,variant:`outline`,onClick:()=>{let e=v.trim();e&&!g.compartments.includes(e)&&(S(`compartments`,[...g.compartments,e]),y(``))},children:`Add`})]}),t(`div`,{className:`flex gap-1 flex-wrap mt-2`,children:g.compartments.map(e=>n(i,{variant:`secondary`,className:`cursor-pointer`,onClick:()=>S(`compartments`,g.compartments.filter(t=>t!==e)),children:[e,` ×`]},e))})]})]}),c&&t(Cx,{typeId:c,collection:a}),!a.dynamic&&n(e,{children:[t(bx,{collection:a}),t(yx,{collection:a})]})]})}function Cx({typeId:e,collection:n}){let{t:r}=X(),[i,a]=Y({}),s=H(),{client:c}=Z(),[l,u]=Y(!1),{data:d,error:f}=Re(()=>c.store.types.catalog.resolve(e),[e]),p=d?.object_schema||{},m=q(()=>new gi(p,n.properties||{}),[p,n.properties]);if(f)return t(O,{title:r(`store.failedToLoadType`),children:Pe(f)});if(!d)return null;let h=e=>{if(!e||!Object.keys(e).length)return;let t={properties:e||{}};u(!0),c.store.collections.update(n.id,t).then(()=>{s({title:r(`store.collectionPropertiesUpdated`),description:r(`store.collectionUpdatedSuccess`),status:`success`,duration:3e3})}).catch(e=>{s({title:r(`store.failedToUpdateCollectionProperties`),description:Pe(e),status:`error`,duration:5e3})}).finally(()=>{u(!1)})};return t(oe,{title:r(`store.properties`),action:t(o,{size:`lg`,isLoading:l,type:`submit`,onClick:()=>h(i),children:r(`modal.save`)}),children:t(pi,{object:m,onChange:e=>{e instanceof gi&&a(e.value)}})})}function wx({onChange:e,value:r,disabled:i=!1,placeholder:a,searchPlaceholder:s,filterOut:c,allowDynamic:l=!0,multiple:u=!1}){let{client:g}=Z(),{t:_}=X(),v=a??_(`store.selectACollection`),y=s??_(`store.searchCollections`),[b,x]=Y(``),[S,C]=Y(!1),[w,T]=Y(!1),E=Le(b,300),D=G(async e=>{C(!0);let t=e.trim(),n=await g.store.collections.search({dynamic:l?void 0:!1,name:w&&t||void 0});return C(!1),!w&&n.length>=1e3&&T(!0),c&&c.length>0?n.filter(e=>!c.includes(e.id)):n},[g,l,c,w]),{data:k,error:A}=Re(()=>D(w?E:``),[w?E:``,D]),j=q(()=>k?u&&Array.isArray(r)?k.filter(e=>r.includes(e.id)):!u&&typeof r==`string`?k.find(e=>e.id===r):u?[]:void 0:u?[]:void 0,[k,r,u]),M=G(t=>{if(u){let n=Array.isArray(r)?r:[];if(n.includes(t.id)){let r=n.filter(e=>e!==t.id);e(r,k?.filter(e=>r.includes(e.id))||[])}else{let r=[...n,t.id];e(r,k?.filter(e=>r.includes(e.id))||[])}}else e(t.id,t)},[e,r,k,u]),N=G(()=>{e(void 0,void 0)},[e]),P=G(e=>{x(e)},[]),F=b.trim().length>0,I=q(()=>{if(!k)return[];if(w||!F)return k;let e=b.toLowerCase();return k.filter(t=>t.name.toLowerCase().includes(e))},[k,w,F,b]),L=u?Array.isArray(j)&&j.length>0:!!j;return A?t(O,{title:_(`store.collectionFetchFailed`),children:Pe(A)}):n(se,{children:[t(le,{asChild:!0,children:n(o,{variant:`outline`,role:`combobox`,"aria-haspopup":`listbox`,className:V(`w-full justify-between min-w-0`),disabled:i,children:[t(`span`,{className:`truncate flex-1 text-start min-w-0`,children:u&&Array.isArray(j)&&j.length>0?j.length===1?j[0].name:_(`store.collectionsSelected`,{count:j.length}):!u&&j&&!Array.isArray(j)?j.name:v}),L&&!i?t(o,{variant:`unstyled`,"aria-label":`Clear selection`,className:`ms-2 shrink-0 opacity-50 hover:opacity-100 hover:text-destructive cursor-pointer`,onClick:e=>{e.stopPropagation(),N()},children:t(er,{className:`h-4 w-4`})}):t(Ot,{className:`ms-2 h-4 w-4 shrink-0 opacity-50`})]})}),t(ce,{className:`mt-2 mb-2 w-[var(--radix-popover-trigger-width)] p-0`,align:`start`,children:n(d,{shouldFilter:!1,children:[n(`div`,{className:`flex justify-between items-center border-b px-3`,"cmdk-input-wrapper":``,children:[t(m,{placeholder:y,value:b,onValueChange:P,className:`flex h-11 w-full rounded-md bg-transparent py-3 text-sm outline-none placeholder:text-muted-foreground disabled:cursor-not-allowed disabled:opacity-50`}),S&&t(`div`,{className:`me-2 h-4 w-4 animate-spin rounded-full border-2 border-current border-t-transparent`})]}),t(f,{children:_(S?`store.searching`:F?`store.noCollectionsFound`:`store.noCollectionsAvailable`)}),n(p,{className:`max-h-[300px] overflow-auto`,children:[L&&!F&&t(h,{value:`__clear__`,onSelect:N,className:`text-destructive`,children:`Remove collection selection(s)`}),F&&t(h,{value:`__clear_search__`,onSelect:()=>x(``),className:`text-muted`,children:_(`store.clearSelection`)}),I.map(e=>{let i=u&&Array.isArray(r)?r.includes(e.id):r===e.id;return n(h,{value:e.id,onSelect:()=>M(e),className:`flex items-center justify-between`,children:[t(`span`,{className:`truncate`,children:e.name}),i&&t(pt,{className:`ms-2 h-4 w-4 shrink-0`})]},e.id)})]})]})})]})}function Tx({isOpen:e,onClose:r}){return n(te,{onClose:()=>r(),isOpen:!!e,className:`min-w-[60vw]`,children:[t(ie,{children:`Select Content`}),t(ne,{className:`pt-0 overflow-y-auto max-h-[80vh] min-h-[80vh]`,children:e&&t(ov,{onChange:r})})]})}const Ex=/store:([a-f0-9]+)/;function Dx({object:e}){let{client:r}=Z(),{off:i,on:a,isOn:s}=ze(),[c,l]=Y(e.value==null?``:String(e.value)),[u,d]=Y(void 0),f=t=>{let n=t.target.value;l(n),e.value=n},p=G(()=>{l(``),e.value=``,d(void 0)},[e]);return K(()=>{if(!c||u)return;let e=c.match(Ex);e&&r.objects.retrieve(e[1]).then(e=>{d(e)}).catch(()=>{p()})},[c,r.objects.retrieve,p,u]),n(`div`,{children:[n(`div`,{className:`relative`,children:[t(`input`,{value:c,onChange:f,className:We(Se.INPUT,`pe-10 w-full`)}),u&&t(`div`,{className:`absolute inset-y-0 end-10 flex items-center justify-center `,children:t(o,{onClick:p,variant:`unstyled`,className:`hover:text-red-500 hover:bg-gray-100 dark:hover:bg-gray-600`,children:t(er,{className:`size-5`})})}),t(`div`,{className:`absolute inset-y-0 end-0 flex items-center justify-center`,children:t(o,{onClick:a,variant:`unstyled`,className:`hover:bg-gray-100 dark:hover:bg-gray-600`,children:t(Ot,{className:`size-5`})})}),t(Tx,{value:c,isOpen:s,onClose:t=>{if(t){let n=`store:${t.id}`;l(n),d(t||void 0),e.value=n}i()}})]}),u&&t(`div`,{className:`p-1 semibold text-sm text-gray-600 dark:text-slate-300`,children:typeof u.properties?.title==`string`?u.properties.title:u.name})]})}function Ox({objectId:e,isOpen:r,onClose:i}){let a=si(),{client:s,store:c}=Z(),[l,u]=Y(null),[d,f]=Y(!1),[p,m]=Y(!1),[h,g]=Y(),[_,v]=Y(),[y,b]=Y(`preview`),{t:x}=X(),S=H(),C=G(async e=>{m(!0);try{g((await c.objects.getObjectText(e)).text)}catch(e){console.error(`Error loading text:`,e)}finally{m(!1)}},[c.objects]),w=G(async e=>{if(e.content?.source)try{(await s.objects.getRendition(e.id,{format:mr.jpeg,generate_if_missing:!1})).status===`found`&&console.log(`Found rendition`),v((await s.files.getDownloadUrl(e.content.source)).url)}catch(e){console.error(`Error loading image:`,e)}},[s.files,s.objects]);K(()=>{e&&r?(f(!0),c.objects.retrieve(e,`+embeddings`).then(e=>{u(e),e.text?g(e.text):C(e.id);let t=e.content;t?.source&&t.type?.startsWith(`image/`)&&w(e)}).catch(e=>{console.error(`Error loading object:`,e),S({title:x(`agent.error`),description:x(`store.failedToLoadDocument`),status:`error`,duration:3e3})}).finally(()=>{f(!1)})):(u(null),g(void 0),v(void 0))},[e,r,c.objects,C,w,x,S]);let T=()=>{l&&(a(`/legal/objects/${l.id}`),i())},E=h&&(h.startsWith(`#`)||h.includes(`
451
+ ]`}function Xx({collection:e}){let{client:n}=Z(),{t:r}=X(),[i,a]=Y(void 0),[s,c]=Y(e.shared_properties||[]),l=He();K(()=>{e.type?.id&&n.store.types.retrieve(e.type.id).then(a)},[n.store.types.retrieve,e.type?.id]);let u=i?Object.keys(i.object_schema?.properties||{}):[];return t(ae,{title:r(`store.sharedProperties`),description:r(`store.sharedPropertiesDescription`),action:t(o,{size:`lg`,isLoading:!1,onClick:()=>{n.store.collections.update(e.id,{shared_properties:s}).then(()=>{l({title:r(`store.updatedSharedProperties`),status:`success`})}).catch(e=>{l({title:r(`store.failedToUpdateSharedProperties`),description:e.message,status:`error`})})},children:r(`modal.save`)}),children:t(`div`,{className:``,children:t(Ae,{value:s,onChange:e=>{c(e)},options:u,placeholder:r(`store.selectPropertiesToShare`)})})})}function Zx({collection:e}){let{client:n}=Z(),{t:r}=X(),[i,a]=Y(e.skip_head_sync??!1),[o,s]=Y(!1),c=He();return t(ae,{title:r(`store.syncMemberHeads`),description:r(`store.syncMemberHeadsDescription`),children:t(Se,{disabled:o,value:!i,onChange:t=>{let i=!t;s(!0),n.store.collections.update(e.id,{skip_head_sync:i}).then(()=>{c({title:r(`store.updatedSkipHeadSync`),status:`success`}),a(i)}).catch(e=>{c({title:r(`store.failedToUpdateSkipHeadSync`),description:e.message,status:`error`})}).finally(()=>{s(!1)})},children:r(`store.enableSyncMemberHeads`)})})}function Qx(e){return typeof e==`object`&&!!e&&!Array.isArray(e)}function $x({refetch:r,collection:a}){let{t:s}=X(),c=a.type?Dr(a.type):void 0,l=J(void 0),u=He(),{theme:d}=Ve(),{client:f}=Z(),p=Qe(Av),[m,h]=Y(!1),[g,_]=Y({name:a.name,description:a.description||``,query:a.query?JSON.stringify(a.query,null,2):``,tags:a.tags||[],type:a.type?Dr(a.type):``,allowed_types:a.allowed_types||[],sensitivity:a.sensitivity,compartments:a.compartments||[]}),[v,y]=Y(``),b=q(()=>Yx(a.table_layout),[a.table_layout]),x=()=>{let e;try{let t=g.query?JSON.parse(g.query):void 0;if(t!==void 0&&!Qx(t))throw Error(s(`store.invalidQueryJson`));e=t}catch(e){u({title:s(`store.invalidQueryJson`),description:Ne(e),status:`error`,duration:5e3});return}let t={name:g.name,description:g.description,query:e,tags:g.tags,type:g.type,allowed_types:g.allowed_types,sensitivity:g.sensitivity,compartments:g.compartments},n;if(t.name||(n=s(`type.nameRequired`)),t.type||=null,n){u({title:s(`store.validationFailed`),description:n,status:`error`,duration:5e3});return}if(l.current){let e=l.current.getValue();if(e)try{t.table_layout=JSON.parse(e)}catch(e){u({title:s(`store.invalidTableLayout`),description:Ne(e),status:`error`,duration:5e3});return}else t.table_layout=null}h(!0),f.store.collections.update(a.id,t).then(()=>{r(),a.dynamic&&p&&(p.reset(),p.search()),u({title:s(`store.collectionUpdated`),description:s(`store.collectionUpdatedSuccess`),status:`success`,duration:3e3})}).catch(e=>{u({title:s(`store.failedToUpdateCollection`),description:Ne(e),status:`error`,duration:5e3})}).finally(()=>{h(!1)})},S=(e,t)=>{_({...g,[e]:t})};return n(`div`,{className:`flex flex-col gap-4 py-2`,children:[n(ae,{title:s(`store.configuration`),action:t(o,{size:`lg`,isDisabled:m,onClick:x,children:s(`modal.save`)}),children:[n(`div`,{className:`flex justify-between mb-2`,children:[n(`div`,{className:`w-1/2 gap-2 flex flex-col`,children:[t(`div`,{className:`text-sm font-medium mb-1`,children:s(`store.createdBy`)}),n(`div`,{className:`gap-2 flex items-center`,children:[t(Kg,{userRef:a.created_by,showTitle:!0}),n(`span`,{children:[`at `,Rr(a.created_at).format(`YYYY-MM-DD HH:mm:ss`)]})]})]}),n(`div`,{className:`w-1/2 gap-2 flex flex-col`,children:[t(`div`,{className:`text-sm font-medium mb-1`,children:s(`store.updatedBy`)}),n(`div`,{className:`gap-2 flex items-center`,children:[t(Kg,{userRef:a.updated_by,showTitle:!0}),n(`span`,{children:[`at `,Rr(a.updated_at).format(`YYYY-MM-DD HH:mm:ss`)]})]})]})]}),t(N,{label:s(`type.name`),required:!0,children:t(F,{value:g.name,onChange:e=>S(`name`,e)})}),t(N,{label:s(`type.description`),children:t(je,{value:g.description,onChange:e=>S(`description`,e.target.value)})}),!a.dynamic&&t(N,{label:s(`store.allowedContentTypes`),description:s(`store.allowedContentTypesSelectDescription`),children:t(Dx,{defaultValue:g.allowed_types||null,onChange:e=>{Array.isArray(e)?S(`allowed_types`,e.map(e=>e.id)):S(`allowed_types`,e?[e.id]:[])},isClearable:!0,multiple:!0})}),a.dynamic&&t(N,{label:s(`store.query`),description:s(`store.queryDescription`),children:t(je,{className:xe.INPUT,minLines:1,maxLines:12,value:g.query,onChange:e=>S(`query`,e.target.value)})}),t(N,{label:s(`store.tableLayout`),description:s(`store.tableLayoutDescription`),className:`h-[200px]`,children:t(bi,{className:`border-1 rounded-md border-border`,value:b,language:`json`,editorRef:l,theme:d===`dark`?`vs-dark`:`vs`})}),t(N,{label:s(`store.contentType`),description:s(`store.typeSelectDescription`),children:t(Dx,{defaultValue:g.type||null,onChange:e=>{Array.isArray(e)?S(`type`,e.length>0?e[0].id:null):S(`type`,e?.id||null)},isClearable:!0})}),t(N,{label:`Sensitivity`,description:`BLP sensitivity level — propagated to member documents (max across collections)`,children:t(V,{options:wr.map((e,t)=>({label:`${t} — ${e}`,value:t})),value:g.sensitivity===void 0?void 0:{label:`${g.sensitivity} — ${wr[g.sensitivity]??`Unknown`}`,value:g.sensitivity},onChange:e=>S(`sensitivity`,e.value),optionLabel:e=>e.label,by:`value`,placeholder:`Not set`})}),n(N,{label:`Compartments`,description:`Security compartments — propagated to member documents (union across collections)`,children:[n(`div`,{className:`flex gap-2`,children:[t(F,{value:v,onChange:y,placeholder:`Add a compartment`,onKeyDown:e=>{if(e.key===`Enter`){e.preventDefault();let t=v.trim();t&&!g.compartments.includes(t)&&(S(`compartments`,[...g.compartments,t]),y(``))}}}),t(o,{type:`button`,variant:`outline`,onClick:()=>{let e=v.trim();e&&!g.compartments.includes(e)&&(S(`compartments`,[...g.compartments,e]),y(``))},children:`Add`})]}),t(`div`,{className:`flex gap-1 flex-wrap mt-2`,children:g.compartments.map(e=>n(i,{variant:`secondary`,className:`cursor-pointer`,onClick:()=>S(`compartments`,g.compartments.filter(t=>t!==e)),children:[e,` ×`]},e))})]})]}),c&&t(eS,{typeId:c,collection:a}),!a.dynamic&&n(e,{children:[t(Zx,{collection:a}),t(Xx,{collection:a})]})]})}function eS({typeId:e,collection:n}){let{t:r}=X(),[i,a]=Y({}),s=He(),{client:c}=Z(),[l,u]=Y(!1),{data:d,error:f}=Le(()=>c.store.types.catalog.resolve(e),[e]),p=d?.object_schema||{},m=q(()=>new vi(p,n.properties||{}),[p,n.properties]);if(f)return t(O,{title:r(`store.failedToLoadType`),children:Ne(f)});if(!d)return null;let h=e=>{if(!e||!Object.keys(e).length)return;let t={properties:e||{}};u(!0),c.store.collections.update(n.id,t).then(()=>{s({title:r(`store.collectionPropertiesUpdated`),description:r(`store.collectionUpdatedSuccess`),status:`success`,duration:3e3})}).catch(e=>{s({title:r(`store.failedToUpdateCollectionProperties`),description:Ne(e),status:`error`,duration:5e3})}).finally(()=>{u(!1)})};return t(ae,{title:r(`store.properties`),action:t(o,{size:`lg`,isLoading:l,type:`submit`,onClick:()=>h(i),children:r(`modal.save`)}),children:t(hi,{object:m,onChange:e=>{e instanceof vi&&a(e.value)}})})}function tS({onChange:e,value:r,disabled:i=!1,placeholder:a,searchPlaceholder:s,filterOut:c,allowDynamic:l=!0,multiple:u=!1}){let{client:g}=Z(),{t:_}=X(),v=a??_(`store.selectACollection`),y=s??_(`store.searchCollections`),[b,x]=Y(``),[S,C]=Y(!1),[w,T]=Y(!1),E=Ie(b,300),D=G(async e=>{C(!0);let t=e.trim(),n=await g.store.collections.search({dynamic:l?void 0:!1,name:w&&t||void 0});return C(!1),!w&&n.length>=1e3&&T(!0),c&&c.length>0?n.filter(e=>!c.includes(e.id)):n},[g,l,c,w]),{data:k,error:A}=Le(()=>D(w?E:``),[w?E:``,D]),j=q(()=>k?u&&Array.isArray(r)?k.filter(e=>r.includes(e.id)):!u&&typeof r==`string`?k.find(e=>e.id===r):u?[]:void 0:u?[]:void 0,[k,r,u]),M=G(t=>{if(u){let n=Array.isArray(r)?r:[];if(n.includes(t.id)){let r=n.filter(e=>e!==t.id);e(r,k?.filter(e=>r.includes(e.id))||[])}else{let r=[...n,t.id];e(r,k?.filter(e=>r.includes(e.id))||[])}}else e(t.id,t)},[e,r,k,u]),N=G(()=>{e(void 0,void 0)},[e]),P=G(e=>{x(e)},[]),F=b.trim().length>0,I=q(()=>{if(!k)return[];if(w||!F)return k;let e=b.toLowerCase();return k.filter(t=>t.name.toLowerCase().includes(e))},[k,w,F,b]),L=u?Array.isArray(j)&&j.length>0:!!j;return A?t(O,{title:_(`store.collectionFetchFailed`),children:Ne(A)}):n(oe,{children:[t(ce,{asChild:!0,children:n(o,{variant:`outline`,role:`combobox`,"aria-haspopup":`listbox`,className:H(`w-full justify-between min-w-0`),disabled:i,children:[t(`span`,{className:`truncate flex-1 text-start min-w-0`,children:u&&Array.isArray(j)&&j.length>0?j.length===1?j[0].name:_(`store.collectionsSelected`,{count:j.length}):!u&&j&&!Array.isArray(j)?j.name:v}),L&&!i?t(o,{variant:`unstyled`,"aria-label":`Clear selection`,className:`ms-2 shrink-0 opacity-50 hover:opacity-100 hover:text-destructive cursor-pointer`,onClick:e=>{e.stopPropagation(),N()},children:t(nr,{className:`h-4 w-4`})}):t(Ot,{className:`ms-2 h-4 w-4 shrink-0 opacity-50`})]})}),t(se,{className:`mt-2 mb-2 w-[var(--radix-popover-trigger-width)] p-0`,align:`start`,children:n(d,{shouldFilter:!1,children:[n(`div`,{className:`flex justify-between items-center border-b px-3`,"cmdk-input-wrapper":``,children:[t(m,{placeholder:y,value:b,onValueChange:P,className:`flex h-11 w-full rounded-md bg-transparent py-3 text-sm outline-none placeholder:text-muted-foreground disabled:cursor-not-allowed disabled:opacity-50`}),S&&t(`div`,{className:`me-2 h-4 w-4 animate-spin rounded-full border-2 border-current border-t-transparent`})]}),t(f,{children:_(S?`store.searching`:F?`store.noCollectionsFound`:`store.noCollectionsAvailable`)}),n(p,{className:`max-h-[300px] overflow-auto`,children:[L&&!F&&t(h,{value:`__clear__`,onSelect:N,className:`text-destructive`,children:`Remove collection selection(s)`}),F&&t(h,{value:`__clear_search__`,onSelect:()=>x(``),className:`text-muted`,children:_(`store.clearSelection`)}),I.map(e=>{let i=u&&Array.isArray(r)?r.includes(e.id):r===e.id;return n(h,{value:e.id,onSelect:()=>M(e),className:`flex items-center justify-between`,children:[t(`span`,{className:`truncate`,children:e.name}),i&&t(pt,{className:`ms-2 h-4 w-4 shrink-0`})]},e.id)})]})]})})]})}function nS({isOpen:e,onClose:r}){return n(B,{onClose:()=>r(),isOpen:!!e,className:`min-w-[60vw]`,children:[t(re,{children:`Select Content`}),t(te,{className:`pt-0 overflow-y-auto max-h-[80vh] min-h-[80vh]`,children:e&&t(Qv,{onChange:r})})]})}const rS=/store:([a-f0-9]+)/;function iS({object:e}){let{client:r}=Z(),{off:i,on:a,isOn:s}=Re(),[c,l]=Y(e.value==null?``:String(e.value)),[u,d]=Y(void 0),f=t=>{let n=t.target.value;l(n),e.value=n},p=G(()=>{l(``),e.value=``,d(void 0)},[e]);return K(()=>{if(!c||u)return;let e=c.match(rS);e&&r.objects.retrieve(e[1]).then(e=>{d(e)}).catch(()=>{p()})},[c,r.objects.retrieve,p,u]),n(`div`,{children:[n(`div`,{className:`relative`,children:[t(`input`,{value:c,onChange:f,className:We(xe.INPUT,`pe-10 w-full`)}),u&&t(`div`,{className:`absolute inset-y-0 end-10 flex items-center justify-center `,children:t(o,{onClick:p,variant:`unstyled`,className:`hover:text-red-500 hover:bg-gray-100 dark:hover:bg-gray-600`,children:t(nr,{className:`size-5`})})}),t(`div`,{className:`absolute inset-y-0 end-0 flex items-center justify-center`,children:t(o,{onClick:a,variant:`unstyled`,className:`hover:bg-gray-100 dark:hover:bg-gray-600`,children:t(Ot,{className:`size-5`})})}),t(nS,{value:c,isOpen:s,onClose:t=>{if(t){let n=`store:${t.id}`;l(n),d(t||void 0),e.value=n}i()}})]}),u&&t(`div`,{className:`p-1 semibold text-sm text-gray-600 dark:text-slate-300`,children:typeof u.properties?.title==`string`?u.properties.title:u.name})]})}function aS({objectId:e,isOpen:r,onClose:i}){let a=li(),{client:s,store:c}=Z(),[l,u]=Y(null),[d,f]=Y(!1),[p,m]=Y(!1),[h,g]=Y(),[_,v]=Y(),[y,b]=Y(`preview`),{t:x}=X(),S=He(),C=G(async e=>{m(!0);try{let t=await c.objects.getObjectText(e);g(t.text)}catch(e){console.error(`Error loading text:`,e)}finally{m(!1)}},[c.objects]),w=G(async e=>{if(e.content?.source)try{(await s.objects.getRendition(e.id,{format:gr.jpeg,generate_if_missing:!1})).status===`found`&&console.log(`Found rendition`);let t=await s.files.getDownloadUrl(e.content.source);v(t.url)}catch(e){console.error(`Error loading image:`,e)}},[s.files,s.objects]);K(()=>{e&&r?(f(!0),c.objects.retrieve(e,`+embeddings`).then(e=>{u(e),e.text?g(e.text):C(e.id);let t=e.content;t?.source&&t.type?.startsWith(`image/`)&&w(e)}).catch(e=>{console.error(`Error loading object:`,e),S({title:x(`agent.error`),description:x(`store.failedToLoadDocument`),status:`error`,duration:3e3})}).finally(()=>{f(!1)})):(u(null),g(void 0),v(void 0))},[e,r,c.objects,C,w,x,S]);let T=()=>{l&&(a(`/legal/objects/${l.id}`),i())},E=h&&(h.startsWith(`#`)||h.includes(`
452
452
  #`)||h.includes(`
453
- *`)),D=l?.content?.type?.startsWith(`image/`),O=l?.content?.type===`application/pdf`;return r?n(`div`,{className:`fixed inset-y-0 end-0 w-2/5 dark:bg-slate-900 shadow-xl z-50 flex flex-col transition-transform duration-300 transform ${r?`translate-x-0`:`translate-x-full rtl:-translate-x-full`}`,children:[n(`div`,{className:`flex items-center justify-between px-4 py-3 border-b dark:border-gray-700 bg-gradient-to-r from-indigo-50 to-gray-50 dark:from-gray-800 dark:to-gray-900`,children:[n(`div`,{className:`flex items-center`,children:[t(Gt,{className:`h-5 w-5 text-indigo-600 me-2`}),t(`h2`,{className:`text-lg font-semibold text-gray-800 dark:text-gray-200 truncate`,children:d?x(`store.loadingDocument`):l?.name||x(`store.documentPreview`)})]}),n(`div`,{className:`flex items-center gap-2`,children:[n(o,{variant:`ghost`,size:`sm`,onClick:T,className:`flex items-center gap-1 text-indigo-600 hover:text-indigo-800`,children:[t(hn,{className:`h-4 w-4`}),t(`span`,{children:x(`store.fullView`)})]}),t(o,{variant:`ghost`,size:`sm`,onClick:i,className:`flex items-center text-gray-600 hover:text-gray-800 dark:text-gray-300 dark:hover:text-gray-100`,children:t(er,{className:`h-5 w-5`})})]})]}),d?t(`div`,{className:`flex-1 flex items-center justify-center`,children:n(`div`,{className:`text-center`,children:[t(xe,{size:`lg`,className:`text-indigo-600 dark:text-indigo-400 mb-2`}),t(`p`,{className:`text-gray-600 dark:text-gray-400`,children:x(`store.loadingDocument`)})]})}):n(`div`,{className:`flex-1 flex flex-col h-full`,children:[t(`div`,{className:`border-b`,children:n(`div`,{className:`flex px-4`,children:[t(o,{variant:`unstyled`,className:`py-2 px-4 font-medium border-b-2 ${y===`preview`?`border-indigo-600 text-indigo-700 dark:text-indigo-300`:`border-transparent text-gray-500 hover:text-gray-700 dark:text-gray-400 dark:hover:text-gray-200`}`,onClick:()=>b(`preview`),children:n(`div`,{className:`flex items-center gap-1`,children:[t(sn,{className:`h-4 w-4`}),t(`span`,{children:x(`store.preview`)})]})}),t(o,{variant:`unstyled`,className:`py-2 px-4 font-medium border-b-2 ${y===`properties`?`border-indigo-600 text-indigo-700 dark:text-indigo-300`:`border-transparent text-gray-500 hover:text-gray-700 dark:text-gray-400 dark:hover:text-gray-200`}`,onClick:()=>b(`properties`),children:n(`div`,{className:`flex items-center gap-1`,children:[t(rn,{className:`h-4 w-4`}),t(`span`,{children:x(`store.properties`)})]})})]})}),n(`div`,{className:`flex-1 overflow-auto p-4`,children:[y===`preview`&&n(`div`,{className:`h-full`,children:[p?t(`div`,{className:`flex items-center justify-center h-40`,children:t(xe,{size:`md`,className:`text-indigo-600 dark:text-indigo-400`})}):h?t(`div`,{className:`shadow rounded-md p-4 border border-gray-200 dark:border-gray-700 bg-white dark:bg-gray-800`,children:E?t(`div`,{className:`prose prose-sm max-w-none prose-p:my-2 prose-pre:bg-gray-800 prose-pre:my-2 prose-headings:text-indigo-700 dark:prose-invert dark:prose-headings:text-indigo-300`,children:t(_i,{children:h})}):t(`pre`,{className:`text-wrap whitespace-pre-wrap dark:text-gray-200`,children:h})}):null,D&&t(`div`,{className:`mt-4`,children:_?t(`div`,{className:`border border-gray-200 dark:border-gray-700 rounded-md p-2 bg-white dark:bg-gray-800`,children:t(`img`,{src:_,alt:l?.name,className:`mx-auto max-h-[70vh] object-contain`})}):t(`div`,{className:`flex items-center justify-center h-40`,children:t(xe,{size:`md`,className:`text-indigo-600 dark:text-indigo-400`})})}),O&&n(`div`,{className:`flex flex-col items-center justify-center h-64 border border-gray-200 dark:border-gray-700 rounded-md p-4 bg-gray-50 dark:bg-gray-800`,children:[t(Gt,{className:`h-16 w-16 text-indigo-300 dark:text-indigo-400 mb-4`}),t(`p`,{className:`text-gray-600 dark:text-gray-400 text-center mb-4`,children:x(`store.pdfPreviewFullView`)}),t(o,{onClick:T,className:`bg-indigo-600 hover:bg-indigo-700 text-white`,children:x(`store.openFullDocumentView`)})]}),!D&&!h&&!O&&!p&&n(`div`,{className:`flex flex-col items-center justify-center h-64 border border-gray-200 dark:border-gray-700 rounded-md p-4 bg-gray-50 dark:bg-gray-800`,children:[t(Gt,{className:`h-16 w-16 text-gray-300 dark:text-gray-600 mb-4`}),t(`p`,{className:`text-gray-600 dark:text-gray-400 text-center`,children:x(`store.noPreviewAvailable`)})]})]}),y===`properties`&&l&&n(`div`,{className:`h-full`,children:[l.properties?t(`div`,{className:`shadow rounded-md p-4 border border-gray-200 dark:border-gray-700 bg-white dark:bg-gray-800`,children:t(hi,{value:l.properties})}):n(`div`,{className:`flex flex-col items-center justify-center h-64 border border-gray-200 dark:border-gray-700 rounded-md p-4 bg-gray-50 dark:bg-gray-800`,children:[t(rn,{className:`h-16 w-16 text-gray-300 dark:text-gray-600 mb-4`}),t(`p`,{className:`text-gray-600 dark:text-gray-400 text-center`,children:x(`store.noPropertiesAvailable`)})]}),n(`div`,{className:`mt-4`,children:[t(`h3`,{className:`text-sm font-semibold text-gray-700 dark:text-gray-300 mb-2`,children:x(`store.documentInformation`)}),t(`div`,{className:`shadow rounded-md p-4 border border-gray-200 dark:border-gray-700 bg-white dark:bg-gray-800`,children:n(`div`,{className:`grid grid-cols-2 gap-y-2 gap-x-4 text-sm`,children:[t(`div`,{className:`text-gray-500 dark:text-gray-400`,children:x(`store.id`)}),t(`div`,{className:`font-medium dark:text-gray-200`,children:l.id}),t(`div`,{className:`text-gray-500 dark:text-gray-400`,children:x(`store.contentType`)}),t(`div`,{className:`font-medium dark:text-gray-200`,children:l.type?.name||x(`store.unknown`)}),t(`div`,{className:`text-gray-500 dark:text-gray-400`,children:x(`store.contentType`)}),t(`div`,{className:`font-medium dark:text-gray-200`,children:l.content?.type||x(`store.na`)}),t(`div`,{className:`text-gray-500`,children:x(`store.size`)}),t(`div`,{className:`font-medium`,children:l.content&&`size`in l.content?kx(l.content.size):x(`store.unknown`)}),t(`div`,{className:`text-gray-500`,children:x(`store.created`)}),t(`div`,{className:`font-medium`,children:l.created_at?new Date(l.created_at).toLocaleString():x(`store.na`)}),t(`div`,{className:`text-gray-500`,children:x(`store.updated`)}),t(`div`,{className:`font-medium`,children:l.updated_at?new Date(l.updated_at).toLocaleString():x(`store.na`)})]})})]})]})]})]}),n(`div`,{className:`flex items-center justify-between p-4 border-t bg-gray-50 dark:bg-gray-800 dark:border-gray-700`,children:[t(`div`,{children:l?.content?.source&&n(o,{onClick:()=>{l?.content?.source&&s.files.getDownloadUrl(l.content.source).then(e=>{window.open(e.url,`_blank`)}).catch(e=>{console.error(`Error getting download URL:`,e),S({title:x(`agent.error`),description:x(`store.failedToDownloadFile`),status:`error`,duration:3e3})})},variant:`outline`,className:`text-indigo-600 border-indigo-300 hover:bg-indigo-50`,children:[t(Lt,{className:`h-4 w-4 me-2`}),x(`pdf.download`)]})}),n(o,{onClick:T,className:`bg-indigo-600 hover:bg-indigo-700 text-white`,children:[x(`store.openFullDocument`),t(St,{className:`h-4 w-4 ms-2 cn-rtl-flip`})]})]})]}):null}function kx(e){if(e===0)return`0 Bytes`;let t=1024,n=[`Bytes`,`KB`,`MB`,`GB`,`TB`],r=Math.floor(Math.log(e)/Math.log(t));return`${parseFloat((e/t**r).toFixed(2))} ${n[r]}`}var Ax;(function(e){e.CSV=`CSV`,e.JSON=`JSON`})(Ax||={});function jx({isExporting:e,isOpen:r,onClose:i}){return n(te,{onClose:()=>i(void 0),isOpen:r,children:[t(ie,{children:`Export Object Properties`}),n(ne,{children:[!e&&t(Mx,{onClose:i}),e&&t(Nx,{})]})]})}function Mx({onClose:e}){let{t:r}=X(),[i,a]=Y(void 0),[s,c]=Y(void 0),l=[`Export selected objects`,`Export all objects`],u=e=>e===l[1];return n(ne,{className:`min-h-[104px] pt-0 flex flex-col gap-y-4`,children:[t(`div`,{className:`h-1/3`,children:t(B,{options:l,value:s,onChange:c,placeholder:r(`store.chooseWhatToExport`),className:`h-full w-full text-sm`,filterBy:`name`,isClearable:!0})}),n(`div`,{className:`h-1/2 flex flex-col gap-y-8 content-between`,children:[t(B,{options:Object.values(Ax),value:i,onChange:a,placeholder:r(`store.chooseAFormat`),className:`h-full w-full text-sm`,filterBy:`name`,isClearable:!0}),t(o,{className:`w-full`,isDisabled:!i||!s,onClick:()=>{e(i,u(s))},children:r(`store.actions.exportProperties`)})]})]})}function Nx(){let{t:e}=X();return t(ne,{className:`min-h-[84px] pt-0`,children:n(`div`,{className:`h-full grid flex-col gap-y-2 content-between justify-items-center`,children:[n(`div`,{className:`text-sm flex flex-col gap-x-2`,children:[t(`p`,{children:e(`store.exportInProgress`)}),t(`p`,{className:`pt-2 grid justify-items-center`,children:e(`store.pleaseWait`)})]}),t(xe,{size:`lg`})]})})}const Px=Ye(void 0);function Fx(){let e=Qe(Px);if(!e)throw Error(`You cannot use useActionContext outside an ActionProvider`);return e}function Ix(e,t){let n=Fx();return K(()=>n.registerCallback(e,t),[n,e,t]),n}function Lx({action:e,objectIds:n}){let[r,i]=Y(!1),a=G(()=>(n.length>0&&i(!0),Promise.resolve(!0)),[n]);return Ix(e.id,a),r&&t(ue,{children:t(Bx,{objectIds:n,isOpen:r,onClose:()=>{i(!1)}})})}const Rx=rt.getFixedT(null,nt),zx={id:`addToCollection`,name:Rx(`store.actions.addToCollection`),description:Rx(`store.actions.addToCollectionDesc`),confirm:!1,component:Lx};function Bx({isOpen:e,onClose:r,objectIds:i}){let{t:a}=X();return n(te,{isOpen:e,onClose:r,className:`max-w-lg w-full min-w-0 overflow-hidden`,children:[t(ie,{className:`flex flex-col min-w-0 overflow-hidden`,children:a(`store.actions.addToCollectionTitle`)}),t(v,{className:`min-w-0 overflow-hidden`,children:a(`store.actions.addToCollectionBody`)}),t(`div`,{className:`min-w-0 max-w-full overflow-hidden`,children:t(Vx,{onClose:r,objectIds:i})})]})}function Vx({onClose:e,objectIds:r}){let{t:i}=X(),a=H(),{client:s}=Z(),[c,l]=Y(),u=({collectionId:t})=>{!t||!r?.length||s.store.collections.addMembers(t,r).then(()=>{a({title:i(`store.actions.addToCollectionSuccess`),status:`success`,description:i(`store.actions.addToCollectionSuccessDesc`,{count:r.length}),duration:3e3}),e()}).catch(()=>{a({title:i(`store.actions.addToCollectionFailure`),status:`error`,description:i(`store.actions.addToCollectionFailureDesc`),duration:5e3})})};return n(Oe,{defaultValue:`select`,tabs:[{name:`select`,label:i(`store.actions.selectCollection`),content:n(`div`,{className:`p-4 min-w-0 max-w-full overflow-hidden`,children:[t(P,{level:5,children:i(`store.actions.chooseExistingCollections`)}),t(ne,{className:`min-w-0 max-w-full overflow-hidden`,children:t(`div`,{className:`mb-4 min-w-0 max-w-full overflow-hidden`,children:t(wx,{onChange:(e,t)=>{typeof e==`string`||e===void 0?l(e):Array.isArray(e)&&e.length>0?l(e[0]):l(void 0)},value:c})})}),t(re,{children:t(o,{isDisabled:!c,onClick:()=>c&&u({collectionId:c}),children:i(`store.actions.addToCollectionButton`)})})]})},{name:`create`,label:i(`store.actions.createNew`),content:t(`div`,{className:`p-4`,children:t(Zb,{onClose:e,onAddToCollection:e=>u({collectionId:e}),redirect:!1})})}],fullWidth:!0,children:[t(ke,{}),t(Ae,{})]})}function Hx({action:e,objectIds:r,children:i}){let{t:a}=X(),{store:o}=Z(),s=H(),[c,l]=Y(!1),u=G(()=>(l(!0),Promise.resolve(!0)),[]);return Ix(e.id,u),n(`div`,{children:[i,t(hx,{isOpen:c,onClose:e=>{l(!1),e!==void 0&&o.runOperation({name:`change_type`,ids:r,params:{typeId:e}}).then(e=>{s({status:`success`,title:a(`store.actions.changeType`),description:`Change the type of ${r.length} objects is ${e.status===`in_progress`?`in progress`:`completed`}`,duration:2e3})}).catch(e=>{s({status:`error`,title:a(`store.actions.errorChangingType`),description:e.message,duration:5e3})})},title:`Change Content Type`,confirmLabel:`Change Type`,children:n(`p`,{className:`pt-2 text-xs`,children:[`Note: This action will raise the `,t(`code`,{children:`change_type`}),` event and will trigger the standard intake workflows which may reset the object properties.`]})})]})}const Ux=rt.getFixedT(null,nt),Wx={id:`changeType`,name:Ux(`store.actions.changeContentType`),description:Ux(`store.actions.changeContentTypeDesc`),confirm:!1,component:Hx};function Gx({action:r,callback:i,children:a}){let{t:o}=X(),[s,c]=Y(!1),l=r.confirmationText||`Are you sure you want to ${r.name}?`,u=G(e=>r.confirm?(c(!0),Promise.resolve(!0)):i(e),[r.confirm,i]),d=Ix(r.id,u);return n(e,{children:[a,t(g,{onConfirm:()=>{c(!1),i({...d.params,action:r})},onCancel:()=>c(!1),title:o(`store.actions.areYouSure`),content:l,isOpen:s})]})}function Kx({action:r,objectIds:i,children:a}){let{t:o}=X(),s=Fx(),c=H(),{client:l}=Z(),u=z_(),d=si(),[f,p]=Y(!1),m=i?.length??0,h=s.params?.type?.name??`object`,_=G(()=>(p(!0),Promise.resolve(!0)),[]);Ix(r.id,_);let v=G(()=>(p(!1),i?.length?l.store.objects.delete(i).then(e=>{let t=e.deleted>1?`s`:``;if(c({status:`success`,title:`${e.deleted} object${t} deleted`,duration:2e3}),e.failed.length>0&&c({status:`warning`,title:`${e.failed.length} object(s) could not be deleted`,duration:3e3}),u){s.params?.selection?.removeAll();let e=JSON.parse(JSON.stringify(u.facets));i.length===e._value.total&&u.resetFacets(),u.search()}else d(`/objects`)}).catch(e=>{c({status:`error`,title:o(`store.actions.errorDeletingObjects`),description:e.message,duration:5e3})}):(c({status:`error`,title:o(`store.actions.noObjectsSelected`),description:o(`store.actions.pleaseSelectObjectsToDelete`),duration:3e3}),Promise.resolve(!1))),[l.store.objects.delete,s.params?.selection?.removeAll,d,i,u,u?.facets,u?.resetFacets,u?.search,o,c]);return n(e,{children:[a,t(g,{isOpen:f,title:m===1?`Delete ${h}`:`Delete ${h}s`,content:n(`div`,{children:[n(`p`,{children:[`Delete `,m,` selected `,h,m===1?``:`s`,`? `,m===1?`This ${h}`:`These ${h}s`,` will be permanently removed.`]}),t(`p`,{children:t(`span`,{className:`text-destructive`,children:`This action cannot be undone.`})})]}),onConfirm:v,onCancel:()=>p(!1),confirmationValue:`delete`,confirmationLabel:`Type "delete" to confirm`,confirmationPlaceholder:`delete`})]})}const qx=rt.getFixedT(null,nt),Jx={id:`delete`,name:qx(`store.actions.delete`),description:qx(`store.actions.deleteTheSelectedObjects`),confirm:!0,confirmationText:qx(`store.actions.confirmDeleteAll`),component:Kx,destructive:!0},Yx={id:`deleteFromCollections`,name:qx(`store.actions.deleteObjects`),description:qx(`store.actions.deleteTheSelectedObjects`),confirm:!0,confirmationText:qx(`store.actions.confirmDeleteSelected`),component:Kx,destructive:!0};function Xx({action:e,objectIds:n}){let{t:r}=X(),{store:i}=Z(),a=H(),[o,s]=Y(!1),[c,l]=Y(!1),u=G(()=>(s(!0),Promise.resolve(!0)),[]),d=Ix(e.id,u);return t(jx,{isExporting:c,isOpen:o,onClose:(e,t)=>{if(e&&(t||n.length>0)){l(!0);let o=d.params?.search?.query||{},c=d.params?.search?.result?.value?.objects?.map(e=>e.id)||void 0,u=async e=>i.objects.list({query:{parent:e}}).then(e=>e.map(e=>e.id)),f=async()=>t?c?o.vector?c:[]:n.length===0?[]:(await u(n[0])).concat(n):n,p=d.params?.type?.id??o.type,m=d.params?.type?.table_layout??void 0;f().then(c=>{i.objects.exportProperties({objectIds:c,type:e,query:t&&!o.vector?{...o,type:p}:{type:p},table_layout:m}).then(e=>{let i=new Blob([e.data],{type:e.type}),o=window.URL.createObjectURL(i),s=document.createElement(`a`);s.download=e.name,s.href=o,s.click(),a({status:`success`,title:r(`store.actions.exportProperties`),description:t?`Export the properties of all objects completed`:`Export the properties of ${n.length} object${n.length>1?`s`:``} is completed`,duration:2e3})}).catch(e=>{a({status:`error`,title:r(`store.actions.errorExportProperties`),description:e.message,duration:5e3})}).finally(()=>{l(!1),s(!1)})})}else s(!1),a({status:`error`,title:r(`store.actions.errorExportProperties`),description:`No objects selected for export`,duration:5e3})}})}const Zx=rt.getFixedT(null,nt),Qx={id:`exportProperties`,name:Zx(`store.actions.exportProperties`),description:Zx(`store.actions.exportAllObjectProperties`),confirm:!1,component:Xx};function $x({action:e,objectIds:n,collectionId:r}){let{t:i}=X(),a=Fx(),o=H(),{client:s}=Z(),c=z_();return t(Gx,{action:e,callback:G(()=>n?.length?r?s.store.collections.deleteMembers(r,n).then(()=>{let e=n.length>1?`s`:``;o({status:`success`,title:`${n.length} object${e} removed from collection`,description:`Objects have been removed from the collection`,duration:2e3}),c&&(a.params?.selection?.removeAll(),c.search())}).catch(e=>{o({status:`error`,title:i(`store.actions.errorRemovingObjects`),description:Pe(e),duration:5e3})}):(o({status:`error`,title:i(`store.actions.noCollectionContext`),description:i(`store.actions.cannotRemoveNoCollection`),duration:3e3}),Promise.resolve(!1)):(o({status:`error`,title:i(`store.actions.noObjectsSelected`),description:i(`store.actions.pleaseSelectObjectsToRemove`),duration:3e3}),Promise.resolve(!1)),[s.store.collections.deleteMembers,r,a.params?.selection?.removeAll,n,c,c?.search,i,o])})}const eS=rt.getFixedT(null,nt),tS={id:`removeFromCollection`,name:eS(`store.actions.removeFromCollection`),description:eS(`store.actions.removeFromCollectionDesc`),confirm:!0,confirmationText:eS(`store.actions.confirmRemoveFromCollection`),component:$x,destructive:!0};var nS=class{params;allActions=[];callbacks={};constructor(e){this.params=e}get actions(){return this.params.selection?.collectionId?this.allActions.filter(e=>e.id!==`addToCollection`&&e.id!==`delete`):this.allActions.filter(e=>e.id!==`removeFromCollection`&&e.id!==`deleteFromCollections`)}registerCallback(e,t){return this.callbacks[e]=t,()=>{delete this.callbacks[e]}}unregisterCallback(e){delete this.callbacks[e]}findAction(e){return this.allActions.find(t=>t.id===e)}async run(e){let t=this.findAction(e);if(!t)throw Error(`Action ${e} not found`);let n={...this.params,action:t},r=this.callbacks[e];if(r)return r(n);throw Error(`No action callback set`)}};const rS=[Qx,Wx,zx,Jx,tS,Yx];function iS({children:e,type:r}){let i=Zg(),a=H(),{client:o}=Z(),s=z_(),c=q(()=>{let e=new nS({selection:i,toast:a,client:o,search:s,type:r});return e.allActions=rS,e},[o,s,i,a,r]);return c&&n(Px.Provider,{value:c,children:[t(aS,{}),e]})}function aS(){let e=Fx(),n=e.params.selection,r=n.getObjectId(),i=n.isSingleSelection()&&r?[r]:n.getObjectIds();return t(`div`,{style:{display:`none`},children:e.allActions.map(e=>t(e.component,{action:e,objectIds:i,collectionId:n.collectionId},e.id))})}function oS(){let{t:r}=X(),i=Zg(),[a,s]=Y(!1);return i?.hasSelection()?n(e,{children:[t(o,{onClick:()=>s(!0),children:r(`store.actions.startWorkflow`)}),a&&t(sS,{objectIds:i.getObjectIds(),onClose:()=>s(!1)})]}):null}function sS({objectIds:e,onClose:r}){let{t:i}=X(),{client:a}=Z(),s=H(),[c,l]=Y(void 0),[u,d]=Y(!1),{data:f,isLoading:p}=Re(()=>a.store.workflows.rules.list(),[]);return n(te,{isOpen:!0,onClose:r,children:[t(ie,{children:i(`store.actions.startWorkflowByRule`)}),n(ne,{children:[t(`div`,{className:`pb-2`,children:i(`store.actions.chooseWorkflowRule`)}),p?t(`div`,{className:`flex justify-center py-4`,children:t(xe,{})}):t(`div`,{className:`max-h-[420px] overflow-y-auto border-border border rounded-md`,children:t(ge,{className:`text-start`,options:f??[],value:c,onChange:l,optionLayout:e=>({label:e.name})})})]}),n(re,{align:`right`,children:[t(o,{variant:`outline`,onClick:r,disabled:u,children:`Cancel`}),t(o,{onClick:async()=>{if(!(!c||u)){d(!0);try{await a.store.workflows.rules.execute(c.id,e),s({title:i(`store.actions.workflowStarted`),status:`success`,duration:3e3}),r()}catch(e){s({title:i(`store.actions.errorStartingWorkflow`),description:e instanceof Error?e.message:void 0,status:`error`,duration:9e3})}finally{d(!1)}}},isDisabled:!c||u,isLoading:u,children:`Start`})]})]})}function cS({type:e,allowMutations:r=!0,allowDelete:i=!0,allowWorkflowRun:a=!1}){let s=Zg(),c=s.size(),l=c>1?`s`:``,u=s?.hasSelection(),d=s?.isSingleSelection();return t(iS,{type:e,children:n(`div`,{className:`flex items-center gap-x-2`,children:[u&&!d&&n(`div`,{className:`flex items-center gap-x-1 shrink-0`,children:[n(`div`,{className:`text-sm nowrap`,children:[c,` document`,l,` selected`]}),t(o,{title:`Clear selection`,variant:`ghost`,onClick:()=>{s?.removeAll()},children:t(er,{className:`size-4`})})]}),a&&t(oS,{}),t(dS,{selection:s,allowMutations:r,allowDelete:i,children:e=>e.length>0?t(o,{variant:`ghost`,alt:`More action`,size:`sm`,children:t(zt,{size:16})}):null})]})})}function lS({collectionId:r,allowFolders:i=!0}){let{t:a}=X(),[s,c]=Y([]),[l,u]=Y(!1);return n(e,{children:[t(o,{onClick:()=>u(!0),children:a(`store.upload`)}),t(J_,{collectionId:r??``,isOpen:l,onClose:()=>{u(!1),c([])},files:s,title:`Upload Files`,onUploadComplete:e=>{e?.success&&c([])},allowFolders:i})]})}function uS(e){return{label:e.name,className:We(`flex-1 px-2 py-2 hover:bg-accent nowrap`,e.destructive?`text-destructive`:``)}}function dS({selection:e,children:r,allowMutations:i=!0,allowDelete:a=!0}){let o=Fx(),s=e=>{o.run(e.id)},c=pS(o.actions,e,{allowMutations:i,allowDelete:a}),l=r(c);return l?n(se,{hover:!0,children:[t(le,{children:l}),t(ce,{className:`p-0 w-50`,align:`end`,sideOffset:6,children:t(fS,{executeAction:s,actions:c})})]}):null}function fS({executeAction:e,actions:n}){return t(`div`,{className:`rounded-md shadow-md py-2`,children:t(`div`,{className:`px-1 text-sm`,children:t(ge,{options:n,optionLayout:uS,onChange:t=>{e(t)},noCheck:!0})})})}function pS(e,t,n){return t?.hasSelection()?e.filter(e=>e.hideInList?!1:e.id===`delete`||e.id===`deleteFromCollections`?n.allowDelete:e.id===`changeType`||e.id===`addToCollection`||e.id===`removeFromCollection`?n.allowMutations:!0):[Qx]}function mS({user:e}){return n(`div`,{className:`flex items-center`,children:[t(`div`,{className:`w-9 h-9`,children:e.picture?t(`img`,{className:`inline-block h-9 w-9 rounded-full`,src:e.picture,alt:e.name}):t(`span`,{className:`inline-flex h-8 w-8 items-center justify-center rounded-full bg-indigo-600`,children:t(`span`,{className:`text-sm font-medium leading-none text-white`,children:e.name.split(` `).map(e=>e[0]).join(``)})})}),n(`div`,{className:`ms-3`,children:[t(`p`,{className:`text-sm font-medium text-gray-700 dark:text-slate-50 group-hover:text-gray-900`,children:e.name??`Deleted User`}),t(`p`,{className:`text-xs font-medium text-gray-500 dark:text-slate-300 group-hover:text-gray-700`,children:e.email??`Deleted User`})]})]})}export{zi as ActivitiesDoc,Vi as ActivityDoc,zx as AddToCollectionAction,Lx as AddToCollectionActionComponent,Xi as AgentApprovalModeSelector,ba as AgentChart,cm as AgentChatFixtureReplay,ja as AgentChatPlaybackControls,ug as AgentRunnerFacetsNav,rb as AllOf,ou as AnimatedThinkingDots,nb as AnyOf,ig as ApiKeyAvatar,Jc as AskUserWidget,Zy as AudioPanel,Jb as BrowseCollectionView,Wx as ChangeTypeAction,Hx as ChangeTypeActionComponent,ex as CollectionIcon,_g as CollectionsFacetsNav,$b as CollectionsTable,Yc as ConfirmationWidget,iv as ContentDispositionButton,ux as ContentObjectTypesSearch,nx as ContentObjectTypesTable,Eb as ContentOverview,Zb as CreateCollectionForm,Qb as CreateCollectionModal,rx as CreateOrUpdateTypeModal,Jx as DeleteObjectsAction,Kx as DeleteObjectsActionComponent,Yx as DeleteObjectsFromCollectionsAction,I_ as DocumentGridView,P_ as DocumentIcon,N_ as DocumentIconSkeleton,Dx as DocumentInput,Ox as DocumentPreviewPanel,L_ as DocumentSearch,nv as DocumentSearchProvider,Wb as DocumentSearchResults,Ub as DocumentSearchResultsWithDropZone,Yg as DocumentSelection,$g as DocumentSelectionProvider,Z_ as DocumentTable,M_ as DocumentTableColumn,F_ as DocumentTableView,J_ as DocumentUploadModal,Sg as DocumentsFacetsNav,Sx as EditCollectionView,Cg as EnvironmentFacet,Qx as ExportPropertiesAction,Xx as ExportPropertiesComponent,jx as ExportPropertiesModal,Ax as ExportTypes,W_ as FileUploadAction,ny as GenericPageNavHeader,Dh as Header,Qy as ImagePanel,Eg as InteractionsFacetsNav,lm as JumpingDots,ed as MESSAGE_STYLES,Gy as MagicPdfView,vm as McpConnectionsActionMenu,gm as McpConnectionsButton,hm as McpConnectionsDialog,_m as McpConnectionsInlineList,nd as MessageItem,Wv as MessagesContainer,zv as ModernAgentConversation,ry as NotFoundView,eb as OAuthProviderConnectButton,dx as ObjectSchemaEditor,ix as ObjectTypeSearch,ax as ObjectTypeSearchContext,gx as ObjectTypeSearchProvider,iS as ObjectsActionContextProvider,Jv as PanelErrorBoundary,Ch as PayloadBuilder,Th as PayloadBuilderProvider,Sh as PayloadBuilderStore,wh as PayloadContext,my as PdfDocumentRenderer,ay as PdfPageRenderer,gy as PdfPageSlider,py as PdfThumbnailList,Og as ProcessDefinitionsFacetsNav,Ag as ProcessRunsFacetsNav,Ng as PromptsFacetsNav,pb as PropertiesEditorModal,su as PulsatingCircle,lu as PulsingMessageLoader,hs as RemoteMcpConnectionButton,tS as RemoveFromCollectionAction,$x as RemoveFromCollectionActionComponent,Xv as RowErrorBoundary,Lg as RunsFacetsNav,fb as SaveVersionConfirmModal,R_ as SearchContext,lb as SecureButton,ub as SecureSidebarItem,wx as SelectCollection,Xb as SelectContentType,hx as SelectContentTypeModal,ov as SelectDocument,Tx as SelectDocumentModal,cS as SelectionActions,sy as SharedPdfProvider,yx as SharedPropsEditor,uy as SimplePdfPage,tb as SimplePdfViewer,gv as SkillWidgetProvider,id as StreamingMessage,Rg as StringFacet,zg as StringListFacet,bx as SyncMemberHeadsToggle,_x as TableLayoutEditor,uu as ThinkingBar,fu as ThinkingMessages,Vg as TypeFacet,dg as TypeRegistry,pg as TypeRegistryProvider,cu as TypedDots,lS as UploadObjectsButton,mS as UserAvatar,eg as UserInfo,cb as UserPermissionProvider,ab as UserPermissions,ob as UserPermissionsContext,Nh as VInteractionFacet,Lh as VStringFacet,vg as VTypeFacet,sg as VUserFacet,ga as VegaLiteChart,Gv as VertesiaErrorBoundary,$y as VideoPanel,Yy as WEB_SUPPORTED_AUDIO_FORMATS,qy as WEB_SUPPORTED_IMAGE_FORMATS,Jy as WEB_SUPPORTED_VIDEO_FORMATS,du as WavyThinking,Qv as WidgetErrorBoundary,Ug as WorkflowDefinitionsFacetsNav,Kg as WorkflowExecutionsFacetsNav,Jg as WorkflowRulesFacetsNav,xa as clampPlaybackCursor,pm as countConnectedActiveGroups,lg as createAgentRunnerFilterHandler,Ta as createPlaybackState,jh as filterValueToQueryValue,Xy as formatDuration,mm as getConnectedActiveGroupLabels,wa as getNextUserTurnIndex,Sa as getPlaybackCursorIndex,Ca as getPreviousUserTurnIndex,x_ as getWorkflowStatusColor,S_ as getWorkflowStatusName,Da as isAgentChatPlaybackAvailable,Oa as isAgentChatPlaybackEnabled,ib as isAnyOf,u_ as isCsv,dm as isGroupDisabled,d_ as isImage,ka as isLocalhostAgentChatPlaybackAvailable,Aa as isLocalhostAgentChatPlaybackEnabled,f_ as isPdf,m_ as isPreviewableAsPdf,va as isRechartsSpec,_a as isVegaLiteSpec,p_ as isVideo,h_ as printElementToPdf,v_ as retrieveRendition,qv as setErrorBoundaryComponent,Mh as setSearchQueryValue,y_ as shortId,b_ as shortenString,vx as stringifyTableLayout,fm as toggleGroupDisabled,Ah as unwrapFilterOptionValue,cg as useAgentRunnerFilterGroups,hg as useCollectionsFilterGroups,gg as useCollectionsFilterHandler,bg as useDocumentFilterGroups,xg as useDocumentFilterHandler,z_ as useDocumentSearch,H_ as useDocumentSearchCount,Zg as useDocumentSelection,Y_ as useDocumentUploadHandler,zu as useDownloadFile,Gh as useFetchApiKeyInfo,Wh as useFetchGroupInfo,Uh as useFetchUserInfo,wg as useInteractionsFilterGroups,Tg as useInteractionsFilterHandler,um as useMcpConnections,ms as useOAuthPopup,Qg as useOptionalDocumentSelection,Eh as usePayloadBuilder,Dg as useProcessDefinitionsFilterGroups,kg as useProcessRunsFilterGroups,jg as usePromptsFilterGroups,Mg as usePromptsFilterHandler,Fg as useRunsFilterGroups,Ig as useRunsFilterHandler,ox as useSearch,cx as useSearchCount,cy as useSharedPdf,q_ as useSmartFileUploadProcessing,mg as useTypeRegistry,sb as useUserPermissions,B_ as useWatchDocumentSearchFacets,V_ as useWatchDocumentSearchResult,sx as useWatchSearchResult,Hg as useWorkflowDefinitionsFilterGroups,Wg as useWorkflowExecutionsFilterGroups,Gg as useWorkflowExecutionsFilterHandler,qg as useWorkflowRulesFilterGroups};
453
+ *`)),D=l?.content?.type?.startsWith(`image/`),O=l?.content?.type===`application/pdf`;return r?n(`div`,{className:`fixed inset-y-0 end-0 w-2/5 dark:bg-slate-900 shadow-xl z-50 flex flex-col transition-transform duration-300 transform ${r?`translate-x-0`:`translate-x-full rtl:-translate-x-full`}`,children:[n(`div`,{className:`flex items-center justify-between px-4 py-3 border-b dark:border-gray-700 bg-gradient-to-r from-indigo-50 to-gray-50 dark:from-gray-800 dark:to-gray-900`,children:[n(`div`,{className:`flex items-center`,children:[t(qt,{className:`h-5 w-5 text-indigo-600 me-2`}),t(`h2`,{className:`text-lg font-semibold text-gray-800 dark:text-gray-200 truncate`,children:d?x(`store.loadingDocument`):l?.name||x(`store.documentPreview`)})]}),n(`div`,{className:`flex items-center gap-2`,children:[n(o,{variant:`ghost`,size:`sm`,onClick:T,className:`flex items-center gap-1 text-indigo-600 hover:text-indigo-800`,children:[t(_n,{className:`h-4 w-4`}),t(`span`,{children:x(`store.fullView`)})]}),t(o,{variant:`ghost`,size:`sm`,onClick:i,className:`flex items-center text-gray-600 hover:text-gray-800 dark:text-gray-300 dark:hover:text-gray-100`,children:t(nr,{className:`h-5 w-5`})})]})]}),d?t(`div`,{className:`flex-1 flex items-center justify-center`,children:n(`div`,{className:`text-center`,children:[t(be,{size:`lg`,className:`text-indigo-600 dark:text-indigo-400 mb-2`}),t(`p`,{className:`text-gray-600 dark:text-gray-400`,children:x(`store.loadingDocument`)})]})}):n(`div`,{className:`flex-1 flex flex-col h-full`,children:[t(`div`,{className:`border-b`,children:n(`div`,{className:`flex px-4`,children:[t(o,{variant:`unstyled`,className:`py-2 px-4 font-medium border-b-2 ${y===`preview`?`border-indigo-600 text-indigo-700 dark:text-indigo-300`:`border-transparent text-gray-500 hover:text-gray-700 dark:text-gray-400 dark:hover:text-gray-200`}`,onClick:()=>b(`preview`),children:n(`div`,{className:`flex items-center gap-1`,children:[t(ln,{className:`h-4 w-4`}),t(`span`,{children:x(`store.preview`)})]})}),t(o,{variant:`unstyled`,className:`py-2 px-4 font-medium border-b-2 ${y===`properties`?`border-indigo-600 text-indigo-700 dark:text-indigo-300`:`border-transparent text-gray-500 hover:text-gray-700 dark:text-gray-400 dark:hover:text-gray-200`}`,onClick:()=>b(`properties`),children:n(`div`,{className:`flex items-center gap-1`,children:[t(on,{className:`h-4 w-4`}),t(`span`,{children:x(`store.properties`)})]})})]})}),n(`div`,{className:`flex-1 overflow-auto p-4`,children:[y===`preview`&&n(`div`,{className:`h-full`,children:[p?t(`div`,{className:`flex items-center justify-center h-40`,children:t(be,{size:`md`,className:`text-indigo-600 dark:text-indigo-400`})}):h?t(`div`,{className:`shadow rounded-md p-4 border border-gray-200 dark:border-gray-700 bg-white dark:bg-gray-800`,children:E?t(`div`,{className:`prose prose-sm max-w-none prose-p:my-2 prose-pre:bg-gray-800 prose-pre:my-2 prose-headings:text-indigo-700 dark:prose-invert dark:prose-headings:text-indigo-300`,children:t(yi,{children:h})}):t(`pre`,{className:`text-wrap whitespace-pre-wrap dark:text-gray-200`,children:h})}):null,D&&t(`div`,{className:`mt-4`,children:_?t(`div`,{className:`border border-gray-200 dark:border-gray-700 rounded-md p-2 bg-white dark:bg-gray-800`,children:t(`img`,{src:_,alt:l?.name,className:`mx-auto max-h-[70vh] object-contain`})}):t(`div`,{className:`flex items-center justify-center h-40`,children:t(be,{size:`md`,className:`text-indigo-600 dark:text-indigo-400`})})}),O&&n(`div`,{className:`flex flex-col items-center justify-center h-64 border border-gray-200 dark:border-gray-700 rounded-md p-4 bg-gray-50 dark:bg-gray-800`,children:[t(qt,{className:`h-16 w-16 text-indigo-300 dark:text-indigo-400 mb-4`}),t(`p`,{className:`text-gray-600 dark:text-gray-400 text-center mb-4`,children:x(`store.pdfPreviewFullView`)}),t(o,{onClick:T,className:`bg-indigo-600 hover:bg-indigo-700 text-white`,children:x(`store.openFullDocumentView`)})]}),!D&&!h&&!O&&!p&&n(`div`,{className:`flex flex-col items-center justify-center h-64 border border-gray-200 dark:border-gray-700 rounded-md p-4 bg-gray-50 dark:bg-gray-800`,children:[t(qt,{className:`h-16 w-16 text-gray-300 dark:text-gray-600 mb-4`}),t(`p`,{className:`text-gray-600 dark:text-gray-400 text-center`,children:x(`store.noPreviewAvailable`)})]})]}),y===`properties`&&l&&n(`div`,{className:`h-full`,children:[l.properties?t(`div`,{className:`shadow rounded-md p-4 border border-gray-200 dark:border-gray-700 bg-white dark:bg-gray-800`,children:t(_i,{value:l.properties})}):n(`div`,{className:`flex flex-col items-center justify-center h-64 border border-gray-200 dark:border-gray-700 rounded-md p-4 bg-gray-50 dark:bg-gray-800`,children:[t(on,{className:`h-16 w-16 text-gray-300 dark:text-gray-600 mb-4`}),t(`p`,{className:`text-gray-600 dark:text-gray-400 text-center`,children:x(`store.noPropertiesAvailable`)})]}),n(`div`,{className:`mt-4`,children:[t(`h3`,{className:`text-sm font-semibold text-gray-700 dark:text-gray-300 mb-2`,children:x(`store.documentInformation`)}),t(`div`,{className:`shadow rounded-md p-4 border border-gray-200 dark:border-gray-700 bg-white dark:bg-gray-800`,children:n(`div`,{className:`grid grid-cols-2 gap-y-2 gap-x-4 text-sm`,children:[t(`div`,{className:`text-gray-500 dark:text-gray-400`,children:x(`store.id`)}),t(`div`,{className:`font-medium dark:text-gray-200`,children:l.id}),t(`div`,{className:`text-gray-500 dark:text-gray-400`,children:x(`store.contentType`)}),t(`div`,{className:`font-medium dark:text-gray-200`,children:l.type?.name||x(`store.unknown`)}),t(`div`,{className:`text-gray-500 dark:text-gray-400`,children:x(`store.contentType`)}),t(`div`,{className:`font-medium dark:text-gray-200`,children:l.content?.type||x(`store.na`)}),t(`div`,{className:`text-gray-500`,children:x(`store.size`)}),t(`div`,{className:`font-medium`,children:l.content&&`size`in l.content?oS(l.content.size):x(`store.unknown`)}),t(`div`,{className:`text-gray-500`,children:x(`store.created`)}),t(`div`,{className:`font-medium`,children:l.created_at?new Date(l.created_at).toLocaleString():x(`store.na`)}),t(`div`,{className:`text-gray-500`,children:x(`store.updated`)}),t(`div`,{className:`font-medium`,children:l.updated_at?new Date(l.updated_at).toLocaleString():x(`store.na`)})]})})]})]})]})]}),n(`div`,{className:`flex items-center justify-between p-4 border-t bg-gray-50 dark:bg-gray-800 dark:border-gray-700`,children:[t(`div`,{children:l?.content?.source&&n(o,{onClick:()=>{l?.content?.source&&s.files.getDownloadUrl(l.content.source).then(e=>{window.open(e.url,`_blank`)}).catch(e=>{console.error(`Error getting download URL:`,e),S({title:x(`agent.error`),description:x(`store.failedToDownloadFile`),status:`error`,duration:3e3})})},variant:`outline`,className:`text-indigo-600 border-indigo-300 hover:bg-indigo-50`,children:[t(Lt,{className:`h-4 w-4 me-2`}),x(`pdf.download`)]})}),n(o,{onClick:T,className:`bg-indigo-600 hover:bg-indigo-700 text-white`,children:[x(`store.openFullDocument`),t(St,{className:`h-4 w-4 ms-2 cn-rtl-flip`})]})]})]}):null}function oS(e){if(e===0)return`0 Bytes`;let t=1024,n=[`Bytes`,`KB`,`MB`,`GB`,`TB`],r=Math.floor(Math.log(e)/Math.log(t));return`${parseFloat((e/t**r).toFixed(2))} ${n[r]}`}var sS;(function(e){e.CSV=`CSV`,e.JSON=`JSON`})(sS||={});function cS({isExporting:e,isOpen:r,onClose:i}){return n(B,{onClose:()=>i(void 0),isOpen:r,children:[t(re,{children:`Export Object Properties`}),n(te,{children:[!e&&t(lS,{onClose:i}),e&&t(uS,{})]})]})}function lS({onClose:e}){let{t:r}=X(),[i,a]=Y(void 0),[s,c]=Y(void 0),l=[`Export selected objects`,`Export all objects`],u=e=>e===l[1];return n(te,{className:`min-h-[104px] pt-0 flex flex-col gap-y-4`,children:[t(`div`,{className:`h-1/3`,children:t(V,{options:l,value:s,onChange:c,placeholder:r(`store.chooseWhatToExport`),className:`h-full w-full text-sm`,filterBy:`name`,isClearable:!0})}),n(`div`,{className:`h-1/2 flex flex-col gap-y-8 content-between`,children:[t(V,{options:Object.values(sS),value:i,onChange:a,placeholder:r(`store.chooseAFormat`),className:`h-full w-full text-sm`,filterBy:`name`,isClearable:!0}),t(o,{className:`w-full`,isDisabled:!i||!s,onClick:()=>{e(i,u(s))},children:r(`store.actions.exportProperties`)})]})]})}function uS(){let{t:e}=X();return t(te,{className:`min-h-[84px] pt-0`,children:n(`div`,{className:`h-full grid flex-col gap-y-2 content-between justify-items-center`,children:[n(`div`,{className:`text-sm flex flex-col gap-x-2`,children:[t(`p`,{children:e(`store.exportInProgress`)}),t(`p`,{className:`pt-2 grid justify-items-center`,children:e(`store.pleaseWait`)})]}),t(be,{size:`lg`})]})})}const dS=Ye(void 0);function fS(){let e=Qe(dS);if(!e)throw Error(`You cannot use useActionContext outside an ActionProvider`);return e}function pS(e,t){let n=fS();return K(()=>n.registerCallback(e,t),[n,e,t]),n}function mS({action:e,objectIds:n}){let[r,i]=Y(!1),a=G(()=>(n.length>0&&i(!0),Promise.resolve(!0)),[n]);return pS(e.id,a),r&&t(le,{children:t(_S,{objectIds:n,isOpen:r,onClose:()=>{i(!1)}})})}const hS=rt.getFixedT(null,nt),gS={id:`addToCollection`,name:hS(`store.actions.addToCollection`),description:hS(`store.actions.addToCollectionDesc`),confirm:!1,component:mS};function _S({isOpen:e,onClose:r,objectIds:i}){let{t:a}=X();return n(B,{isOpen:e,onClose:r,className:`max-w-lg w-full min-w-0 overflow-hidden`,children:[t(re,{className:`flex flex-col min-w-0 overflow-hidden`,children:a(`store.actions.addToCollectionTitle`)}),t(v,{className:`min-w-0 overflow-hidden`,children:a(`store.actions.addToCollectionBody`)}),t(`div`,{className:`min-w-0 max-w-full overflow-hidden`,children:t(vS,{onClose:r,objectIds:i})})]})}function vS({onClose:e,objectIds:r}){let{t:i}=X(),a=He(),{client:s}=Z(),[c,l]=Y(),u=({collectionId:t})=>{!t||!r?.length||s.store.collections.addMembers(t,r).then(()=>{a({title:i(`store.actions.addToCollectionSuccess`),status:`success`,description:i(`store.actions.addToCollectionSuccessDesc`,{count:r.length}),duration:3e3}),e()}).catch(()=>{a({title:i(`store.actions.addToCollectionFailure`),status:`error`,description:i(`store.actions.addToCollectionFailureDesc`),duration:5e3})})};return n(De,{defaultValue:`select`,tabs:[{name:`select`,label:i(`store.actions.selectCollection`),content:n(`div`,{className:`p-4 min-w-0 max-w-full overflow-hidden`,children:[t(P,{level:5,children:i(`store.actions.chooseExistingCollections`)}),t(te,{className:`min-w-0 max-w-full overflow-hidden`,children:t(`div`,{className:`mb-4 min-w-0 max-w-full overflow-hidden`,children:t(tS,{onChange:(e,t)=>{typeof e==`string`||e===void 0?l(e):Array.isArray(e)&&e.length>0?l(e[0]):l(void 0)},value:c})})}),t(ne,{children:t(o,{isDisabled:!c,onClick:()=>c&&u({collectionId:c}),children:i(`store.actions.addToCollectionButton`)})})]})},{name:`create`,label:i(`store.actions.createNew`),content:t(`div`,{className:`p-4`,children:t(Ox,{onClose:e,onAddToCollection:e=>u({collectionId:e}),redirect:!1})})}],fullWidth:!0,children:[t(Oe,{}),t(ke,{})]})}function yS({action:e,objectIds:r,children:i}){let{t:a}=X(),{store:o}=Z(),s=He(),[c,l]=Y(!1),u=G(()=>(l(!0),Promise.resolve(!0)),[]);return pS(e.id,u),n(`div`,{children:[i,t(Kx,{isOpen:c,onClose:e=>{l(!1),e!==void 0&&o.runOperation({name:`change_type`,ids:r,params:{typeId:e}}).then(e=>{s({status:`success`,title:a(`store.actions.changeType`),description:`Change the type of ${r.length} objects is ${e.status===`in_progress`?`in progress`:`completed`}`,duration:2e3})}).catch(e=>{s({status:`error`,title:a(`store.actions.errorChangingType`),description:e.message,duration:5e3})})},title:`Change Content Type`,confirmLabel:`Change Type`,children:n(`p`,{className:`pt-2 text-xs`,children:[`Note: This action will raise the `,t(`code`,{children:`change_type`}),` event and will trigger the standard intake workflows which may reset the object properties.`]})})]})}const bS=rt.getFixedT(null,nt),xS={id:`changeType`,name:bS(`store.actions.changeContentType`),description:bS(`store.actions.changeContentTypeDesc`),confirm:!1,component:yS};function SS({action:r,callback:i,children:a}){let{t:o}=X(),[s,c]=Y(!1),l=r.confirmationText||`Are you sure you want to ${r.name}?`,u=G(e=>r.confirm?(c(!0),Promise.resolve(!0)):i(e),[r.confirm,i]),d=pS(r.id,u);return n(e,{children:[a,t(g,{onConfirm:()=>{c(!1),i({...d.params,action:r})},onCancel:()=>c(!1),title:o(`store.actions.areYouSure`),content:l,isOpen:s})]})}function CS({action:r,objectIds:i,children:a}){let{t:o}=X(),s=fS(),c=He(),{client:l}=Z(),u=jv(),d=li(),[f,p]=Y(!1),m=i?.length??0,h=s.params?.type?.name??`object`,_=G(()=>(p(!0),Promise.resolve(!0)),[]);pS(r.id,_);let v=G(()=>(p(!1),i?.length?l.store.objects.delete(i).then(e=>{let t=e.deleted>1?`s`:``;if(c({status:`success`,title:`${e.deleted} object${t} deleted`,duration:2e3}),e.failed.length>0&&c({status:`warning`,title:`${e.failed.length} object(s) could not be deleted`,duration:3e3}),u){s.params?.selection?.removeAll();let e=JSON.parse(JSON.stringify(u.facets));i.length===e._value.total&&u.resetFacets(),u.search()}else d(`/objects`)}).catch(e=>{c({status:`error`,title:o(`store.actions.errorDeletingObjects`),description:e.message,duration:5e3})}):(c({status:`error`,title:o(`store.actions.noObjectsSelected`),description:o(`store.actions.pleaseSelectObjectsToDelete`),duration:3e3}),Promise.resolve(!1))),[l.store.objects.delete,s.params?.selection?.removeAll,d,i,u,u?.facets,u?.resetFacets,u?.search,o,c]);return n(e,{children:[a,t(g,{isOpen:f,title:m===1?`Delete ${h}`:`Delete ${h}s`,content:n(`div`,{children:[n(`p`,{children:[`Delete `,m,` selected `,h,m===1?``:`s`,`? `,m===1?`This ${h}`:`These ${h}s`,` will be permanently removed.`]}),t(`p`,{children:t(`span`,{className:`text-destructive`,children:`This action cannot be undone.`})})]}),onConfirm:v,onCancel:()=>p(!1),confirmationValue:`delete`,confirmationLabel:`Type "delete" to confirm`,confirmationPlaceholder:`delete`})]})}const wS=rt.getFixedT(null,nt),TS={id:`delete`,name:wS(`store.actions.delete`),description:wS(`store.actions.deleteTheSelectedObjects`),confirm:!0,confirmationText:wS(`store.actions.confirmDeleteAll`),component:CS,destructive:!0},ES={id:`deleteFromCollections`,name:wS(`store.actions.deleteObjects`),description:wS(`store.actions.deleteTheSelectedObjects`),confirm:!0,confirmationText:wS(`store.actions.confirmDeleteSelected`),component:CS,destructive:!0};function DS({action:e,objectIds:n}){let{t:r}=X(),{store:i}=Z(),a=He(),[o,s]=Y(!1),[c,l]=Y(!1),u=G(()=>(s(!0),Promise.resolve(!0)),[]),d=pS(e.id,u);return t(cS,{isExporting:c,isOpen:o,onClose:(e,t)=>{if(e&&(t||n.length>0)){l(!0);let o=d.params?.search?.query||{},c=d.params?.search?.result?.value?.objects?.map(e=>e.id)||void 0,u=async e=>i.objects.list({query:{parent:e}}).then(e=>e.map(e=>e.id)),f=async()=>t?c?o.vector?c:[]:n.length===0?[]:(await u(n[0])).concat(n):n,p=d.params?.type?.id??o.type,m=d.params?.type?.table_layout??void 0;f().then(c=>{i.objects.exportProperties({objectIds:c,type:e,query:t&&!o.vector?{...o,type:p}:{type:p},table_layout:m}).then(e=>{let i=new Blob([e.data],{type:e.type}),o=window.URL.createObjectURL(i),s=document.createElement(`a`);s.download=e.name,s.href=o,s.click(),a({status:`success`,title:r(`store.actions.exportProperties`),description:t?`Export the properties of all objects completed`:`Export the properties of ${n.length} object${n.length>1?`s`:``} is completed`,duration:2e3})}).catch(e=>{a({status:`error`,title:r(`store.actions.errorExportProperties`),description:e.message,duration:5e3})}).finally(()=>{l(!1),s(!1)})})}else s(!1),a({status:`error`,title:r(`store.actions.errorExportProperties`),description:`No objects selected for export`,duration:5e3})}})}const OS=rt.getFixedT(null,nt),kS={id:`exportProperties`,name:OS(`store.actions.exportProperties`),description:OS(`store.actions.exportAllObjectProperties`),confirm:!1,component:DS};function AS({action:e,objectIds:n,collectionId:r}){let{t:i}=X(),a=fS(),o=He(),{client:s}=Z(),c=jv();return t(SS,{action:e,callback:G(()=>n?.length?r?s.store.collections.deleteMembers(r,n).then(()=>{let e=n.length>1?`s`:``;o({status:`success`,title:`${n.length} object${e} removed from collection`,description:`Objects have been removed from the collection`,duration:2e3}),c&&(a.params?.selection?.removeAll(),c.search())}).catch(e=>{o({status:`error`,title:i(`store.actions.errorRemovingObjects`),description:Ne(e),duration:5e3})}):(o({status:`error`,title:i(`store.actions.noCollectionContext`),description:i(`store.actions.cannotRemoveNoCollection`),duration:3e3}),Promise.resolve(!1)):(o({status:`error`,title:i(`store.actions.noObjectsSelected`),description:i(`store.actions.pleaseSelectObjectsToRemove`),duration:3e3}),Promise.resolve(!1)),[s.store.collections.deleteMembers,r,a.params?.selection?.removeAll,n,c,c?.search,i,o])})}const jS=rt.getFixedT(null,nt),MS={id:`removeFromCollection`,name:jS(`store.actions.removeFromCollection`),description:jS(`store.actions.removeFromCollectionDesc`),confirm:!0,confirmationText:jS(`store.actions.confirmRemoveFromCollection`),component:AS,destructive:!0};var NS=class{params;allActions=[];callbacks={};constructor(e){this.params=e}get actions(){return this.params.selection?.collectionId?this.allActions.filter(e=>e.id!==`addToCollection`&&e.id!==`delete`):this.allActions.filter(e=>e.id!==`removeFromCollection`&&e.id!==`deleteFromCollections`)}registerCallback(e,t){return this.callbacks[e]=t,()=>{delete this.callbacks[e]}}unregisterCallback(e){delete this.callbacks[e]}findAction(e){return this.allActions.find(t=>t.id===e)}async run(e){let t=this.findAction(e);if(!t)throw Error(`Action ${e} not found`);let n={...this.params,action:t},r=this.callbacks[e];if(r)return r(n);throw Error(`No action callback set`)}};const PS=[kS,xS,gS,TS,MS,ES];function FS({children:e,type:r}){let i=U_(),a=He(),{client:o}=Z(),s=jv(),c=q(()=>{let e=new NS({selection:i,toast:a,client:o,search:s,type:r});return e.allActions=PS,e},[o,s,i,a,r]);return c&&n(dS.Provider,{value:c,children:[t(IS,{}),e]})}function IS(){let e=fS(),n=e.params.selection,r=n.getObjectId(),i=n.isSingleSelection()&&r?[r]:n.getObjectIds();return t(`div`,{style:{display:`none`},children:e.allActions.map(e=>t(e.component,{action:e,objectIds:i,collectionId:n.collectionId},e.id))})}function LS(){let{t:r}=X(),i=U_(),[a,s]=Y(!1);return i?.hasSelection()?n(e,{children:[t(o,{onClick:()=>s(!0),children:r(`store.actions.startWorkflow`)}),a&&t(RS,{objectIds:i.getObjectIds(),onClose:()=>s(!1)})]}):null}function RS({objectIds:e,onClose:r}){let{t:i}=X(),{client:a}=Z(),s=He(),[c,l]=Y(void 0),[u,d]=Y(!1),{data:f,isLoading:p}=Le(()=>a.store.workflows.rules.list(),[]);return n(B,{isOpen:!0,onClose:r,children:[t(re,{children:i(`store.actions.startWorkflowByRule`)}),n(te,{children:[t(`div`,{className:`pb-2`,children:i(`store.actions.chooseWorkflowRule`)}),p?t(`div`,{className:`flex justify-center py-4`,children:t(be,{})}):t(`div`,{className:`max-h-[420px] overflow-y-auto border-border border rounded-md`,children:t(he,{className:`text-start`,options:f??[],value:c,onChange:l,optionLayout:e=>({label:e.name})})})]}),n(ne,{align:`right`,children:[t(o,{variant:`outline`,onClick:r,disabled:u,children:`Cancel`}),t(o,{onClick:async()=>{if(!(!c||u)){d(!0);try{await a.store.workflows.rules.execute(c.id,e),s({title:i(`store.actions.workflowStarted`),status:`success`,duration:3e3}),r()}catch(e){s({title:i(`store.actions.errorStartingWorkflow`),description:e instanceof Error?e.message:void 0,status:`error`,duration:9e3})}finally{d(!1)}}},isDisabled:!c||u,isLoading:u,children:`Start`})]})]})}function zS({type:e,allowMutations:r=!0,allowDelete:i=!0,allowWorkflowRun:a=!1}){let s=U_(),c=s.size(),l=c>1?`s`:``,u=s?.hasSelection(),d=s?.isSingleSelection();return t(FS,{type:e,children:n(`div`,{className:`flex items-center gap-x-2`,children:[u&&!d&&n(`div`,{className:`flex items-center gap-x-1 shrink-0`,children:[n(`div`,{className:`text-sm nowrap`,children:[c,` document`,l,` selected`]}),t(o,{title:`Clear selection`,variant:`ghost`,onClick:()=>{s?.removeAll()},children:t(nr,{className:`size-4`})})]}),a&&t(LS,{}),t(HS,{selection:s,allowMutations:r,allowDelete:i,children:e=>e.length>0?t(o,{variant:`ghost`,alt:`More action`,size:`sm`,children:t(Bt,{size:16})}):null})]})})}function BS({collectionId:r,allowFolders:i=!0}){let{t:a}=X(),[s,c]=Y([]),[l,u]=Y(!1);return n(e,{children:[t(o,{onClick:()=>u(!0),children:a(`store.upload`)}),t(Bv,{collectionId:r??``,isOpen:l,onClose:()=>{u(!1),c([])},files:s,title:`Upload Files`,onUploadComplete:e=>{e?.success&&c([])},allowFolders:i})]})}function VS(e){return{label:e.name,className:We(`flex-1 px-2 py-2 hover:bg-accent nowrap`,e.destructive?`text-destructive`:``)}}function HS({selection:e,children:r,allowMutations:i=!0,allowDelete:a=!0}){let o=fS(),s=e=>{o.run(e.id)},c=WS(o.actions,e,{allowMutations:i,allowDelete:a}),l=r(c);return l?n(oe,{hover:!0,children:[t(ce,{children:l}),t(se,{className:`p-0 w-50`,align:`end`,sideOffset:6,children:t(US,{executeAction:s,actions:c})})]}):null}function US({executeAction:e,actions:n}){return t(`div`,{className:`rounded-md shadow-md py-2`,children:t(`div`,{className:`px-1 text-sm`,children:t(he,{options:n,optionLayout:VS,onChange:t=>{e(t)},noCheck:!0})})})}function WS(e,t,n){return t?.hasSelection()?e.filter(e=>e.hideInList?!1:e.id===`delete`||e.id===`deleteFromCollections`?n.allowDelete:e.id===`changeType`||e.id===`addToCollection`||e.id===`removeFromCollection`?n.allowMutations:!0):[kS]}function GS({user:e}){return n(`div`,{className:`flex items-center`,children:[t(`div`,{className:`w-9 h-9`,children:e.picture?t(`img`,{className:`inline-block h-9 w-9 rounded-full`,src:e.picture,alt:e.name}):t(`span`,{className:`inline-flex h-8 w-8 items-center justify-center rounded-full bg-indigo-600`,children:t(`span`,{className:`text-sm font-medium leading-none text-white`,children:e.name.split(` `).map(e=>e[0]).join(``)})})}),n(`div`,{className:`ms-3`,children:[t(`p`,{className:`text-sm font-medium text-gray-700 dark:text-slate-50 group-hover:text-gray-900`,children:e.name??`Deleted User`}),t(`p`,{className:`text-xs font-medium text-gray-500 dark:text-slate-300 group-hover:text-gray-700`,children:e.email??`Deleted User`})]})]})}export{Vi as ActivitiesDoc,Ui as ActivityDoc,gS as AddToCollectionAction,mS as AddToCollectionActionComponent,Qi as AgentApprovalModeSelector,Sa as AgentChart,um as AgentChatFixtureReplay,Na as AgentChatPlaybackControls,n_ as AgentRunnerFacetsNav,Nb as AllOf,cu as AnimatedThinkingDots,Mb as AnyOf,Xg as ApiKeyAvatar,Xc as AskUserWidget,Ob as AudioPanel,Tx as BrowseCollectionView,xS as ChangeTypeAction,yS as ChangeTypeActionComponent,jx as CollectionIcon,l_ as CollectionsFacetsNav,Ax as CollectionsTable,Zc as ConfirmationWidget,Xv as ContentDispositionButton,Vx as ContentObjectTypesSearch,Nx as ContentObjectTypesTable,rx as ContentOverview,Ox as CreateCollectionForm,kx as CreateCollectionModal,Px as CreateOrUpdateTypeModal,TS as DeleteObjectsAction,CS as DeleteObjectsActionComponent,ES as DeleteObjectsFromCollectionsAction,Ov as DocumentGridView,Ev as DocumentIcon,Tv as DocumentIconSkeleton,iS as DocumentInput,aS as DocumentPreviewPanel,kv as DocumentSearch,Jv as DocumentSearchProvider,xx as DocumentSearchResults,bx as DocumentSearchResultsWithDropZone,V_ as DocumentSelection,G_ as DocumentSelectionProvider,Uv as DocumentTable,wv as DocumentTableColumn,Dv as DocumentTableView,Bv as DocumentUploadModal,m_ as DocumentsFacetsNav,$x as EditCollectionView,h_ as EnvironmentFacet,kS as ExportPropertiesAction,DS as ExportPropertiesComponent,cS as ExportPropertiesModal,sS as ExportTypes,Iv as FileUploadAction,Jy as GenericPageNavHeader,yg as Header,kb as ImagePanel,v_ as InteractionsFacetsNav,dm as JumpingDots,nd as MESSAGE_STYLES,Sb as MagicPdfView,bm as McpConnectionsActionMenu,vm as McpConnectionsButton,_m as McpConnectionsDialog,ym as McpConnectionsInlineList,id as MessageItem,Iy as MessagesContainer,jy as ModernAgentConversation,Yy as NotFoundView,jb as OAuthProviderConnectButton,Hx as ObjectSchemaEditor,Fx as ObjectTypeSearch,Ix as ObjectTypeSearchContext,qx as ObjectTypeSearchProvider,FS as ObjectsActionContextProvider,By as PanelErrorBoundary,hg as PayloadBuilder,_g as PayloadBuilderProvider,mg as PayloadBuilderStore,gg as PayloadContext,jm as PdfDocumentRenderer,Sm as PdfPageRenderer,Nm as PdfPageSlider,Am as PdfThumbnailList,b_ as ProcessDefinitionsFacetsNav,S_ as ProcessRunsFacetsNav,T_ as PromptsFacetsNav,Wb as PropertiesEditorModal,lu as PulsatingCircle,du as PulsingMessageLoader,_s as RemoteMcpConnectionButton,MS as RemoveFromCollectionAction,AS as RemoveFromCollectionActionComponent,Hy as RowErrorBoundary,k_ as RunsFacetsNav,Ub as SaveVersionConfirmModal,Av as SearchContext,Bb as SecureButton,Vb as SecureSidebarItem,tS as SelectCollection,Dx as SelectContentType,Kx as SelectContentTypeModal,Qv as SelectDocument,nS as SelectDocumentModal,zS as SelectionActions,wm as SharedPdfProvider,Xx as SharedPropsEditor,Dm as SimplePdfPage,Im as SimplePdfViewer,cy as SkillWidgetProvider,od as StreamingMessage,A_ as StringFacet,j_ as StringListFacet,Zx as SyncMemberHeadsToggle,Jx as TableLayoutEditor,fu as ThinkingBar,mu as ThinkingMessages,N_ as TypeFacet,r_ as TypeRegistry,a_ as TypeRegistryProvider,uu as TypedDots,sh as UniversalDocumentViewer,BS as UploadObjectsButton,GS as UserAvatar,Kg as UserInfo,zb as UserPermissionProvider,Fb as UserPermissions,Lb as UserPermissionsContext,Tg as VInteractionFacet,kg as VStringFacet,u_ as VTypeFacet,$g as VUserFacet,va as VegaLiteChart,Ly as VertesiaErrorBoundary,Ab as VideoPanel,Eb as WEB_SUPPORTED_AUDIO_FORMATS,wb as WEB_SUPPORTED_IMAGE_FORMATS,Tb as WEB_SUPPORTED_VIDEO_FORMATS,pu as WavyThinking,Wy as WidgetErrorBoundary,F_ as WorkflowDefinitionsFacetsNav,R_ as WorkflowExecutionsFacetsNav,B_ as WorkflowRulesFacetsNav,Ca as clampPlaybackCursor,hm as countConnectedActiveGroups,t_ as createAgentRunnerFilterHandler,Da as createPlaybackState,Cg as filterValueToQueryValue,Db as formatDuration,gm as getConnectedActiveGroupLabels,Ea as getNextUserTurnIndex,wa as getPlaybackCursorIndex,Ta as getPreviousUserTurnIndex,pv as getWorkflowStatusColor,mv as getWorkflowStatusName,ka as isAgentChatPlaybackAvailable,Aa as isAgentChatPlaybackEnabled,Pb as isAnyOf,nv as isCsv,pm as isGroupDisabled,rv as isImage,ja as isLocalhostAgentChatPlaybackAvailable,Ma as isLocalhostAgentChatPlaybackEnabled,iv as isPdf,ov as isPreviewableAsPdf,ba as isRechartsSpec,ya as isVegaLiteSpec,av as isVideo,sv as printElementToPdf,uv as retrieveRendition,zy as setErrorBoundaryComponent,wg as setSearchQueryValue,dv as shortId,fv as shortenString,Yx as stringifyTableLayout,mm as toggleGroupDisabled,Sg as unwrapFilterOptionValue,e_ as useAgentRunnerFilterGroups,s_ as useCollectionsFilterGroups,c_ as useCollectionsFilterHandler,f_ as useDocumentFilterGroups,p_ as useDocumentFilterHandler,jv as useDocumentSearch,Pv as useDocumentSearchCount,U_ as useDocumentSelection,Vv as useDocumentUploadHandler,Vu as useDownloadFile,Lg as useFetchApiKeyInfo,Ig as useFetchGroupInfo,Fg as useFetchUserInfo,g_ as useInteractionsFilterGroups,__ as useInteractionsFilterHandler,fm as useMcpConnections,gs as useOAuthPopup,W_ as useOptionalDocumentSelection,vg as usePayloadBuilder,y_ as useProcessDefinitionsFilterGroups,x_ as useProcessRunsFilterGroups,C_ as usePromptsFilterGroups,w_ as usePromptsFilterHandler,D_ as useRunsFilterGroups,O_ as useRunsFilterHandler,Lx as useSearch,zx as useSearchCount,Tm as useSharedPdf,zv as useSmartFileUploadProcessing,o_ as useTypeRegistry,Rb as useUserPermissions,Mv as useWatchDocumentSearchFacets,Nv as useWatchDocumentSearchResult,Rx as useWatchSearchResult,P_ as useWorkflowDefinitionsFilterGroups,I_ as useWorkflowExecutionsFilterGroups,L_ as useWorkflowExecutionsFilterHandler,z_ as useWorkflowRulesFilterGroups};
454
454
  //# sourceMappingURL=vertesia-ui-features.js.map