@runtypelabs/persona 4.6.0 → 4.7.0

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.
@@ -1,23 +1,23 @@
1
- "use strict";var AgentWidget=(()=>{var Uy=Object.create;var Js=Object.defineProperty;var qy=Object.getOwnPropertyDescriptor;var Vy=Object.getOwnPropertyNames;var zy=Object.getPrototypeOf,$y=Object.prototype.hasOwnProperty;var Pl=(e=>typeof require!="undefined"?require:typeof Proxy!="undefined"?new Proxy(e,{get:(t,r)=>(typeof require!="undefined"?require:t)[r]}):e)(function(e){if(typeof require!="undefined")return require.apply(this,arguments);throw Error('Dynamic require of "'+e+'" is not supported')});var jy=(e,t)=>()=>(e&&(t=e(e=0)),t);var Eg=(e,t)=>()=>(t||e((t={exports:{}}).exports,t),t.exports),kg=(e,t)=>{for(var r in t)Js(e,r,{get:t[r],enumerable:!0})},Lg=(e,t,r,o)=>{if(t&&typeof t=="object"||typeof t=="function")for(let n of Vy(t))!$y.call(e,n)&&n!==r&&Js(e,n,{get:()=>t[n],enumerable:!(o=qy(t,n))||o.enumerable});return e};var La=(e,t,r)=>(r=e!=null?Uy(zy(e)):{},Lg(t||!e||!e.__esModule?Js(r,"default",{value:e,enumerable:!0}):r,e)),Gy=e=>Lg(Js({},"__esModule",{value:!0}),e);var Dl=Eg(_e=>{"use strict";Object.defineProperty(_e,"__esModule",{value:!0});_e.Allow=_e.ALL=_e.COLLECTION=_e.ATOM=_e.SPECIAL=_e.INF=_e._INFINITY=_e.INFINITY=_e.NAN=_e.BOOL=_e.NULL=_e.OBJ=_e.ARR=_e.NUM=_e.STR=void 0;_e.STR=1;_e.NUM=2;_e.ARR=4;_e.OBJ=8;_e.NULL=16;_e.BOOL=32;_e.NAN=64;_e.INFINITY=128;_e._INFINITY=256;_e.INF=_e.INFINITY|_e._INFINITY;_e.SPECIAL=_e.NULL|_e.BOOL|_e.INF|_e.NAN;_e.ATOM=_e.STR|_e.NUM|_e.SPECIAL;_e.COLLECTION=_e.ARR|_e.OBJ;_e.ALL=_e.ATOM|_e.COLLECTION;_e.Allow={STR:_e.STR,NUM:_e.NUM,ARR:_e.ARR,OBJ:_e.OBJ,NULL:_e.NULL,BOOL:_e.BOOL,NAN:_e.NAN,INFINITY:_e.INFINITY,_INFINITY:_e._INFINITY,INF:_e.INF,SPECIAL:_e.SPECIAL,ATOM:_e.ATOM,COLLECTION:_e.COLLECTION,ALL:_e.ALL};_e.default=_e.Allow});var oi=Eg(hr=>{"use strict";var pb=hr&&hr.__createBinding||(Object.create?(function(e,t,r,o){o===void 0&&(o=r);var n=Object.getOwnPropertyDescriptor(t,r);(!n||("get"in n?!t.__esModule:n.writable||n.configurable))&&(n={enumerable:!0,get:function(){return t[r]}}),Object.defineProperty(e,o,n)}):(function(e,t,r,o){o===void 0&&(o=r),e[o]=t[r]})),ub=hr&&hr.__exportStar||function(e,t){for(var r in e)r!=="default"&&!Object.prototype.hasOwnProperty.call(t,r)&&pb(t,e,r)};Object.defineProperty(hr,"__esModule",{value:!0});hr.Allow=hr.MalformedJSON=hr.PartialJSON=hr.parseJSON=hr.parse=void 0;var Lr=Dl();Object.defineProperty(hr,"Allow",{enumerable:!0,get:function(){return Lr.Allow}});ub(Dl(),hr);var ti=class extends Error{};hr.PartialJSON=ti;var ri=class extends Error{};hr.MalformedJSON=ri;function jg(e,t=Lr.Allow.ALL){if(typeof e!="string")throw new TypeError(`expecting str, got ${typeof e}`);if(!e.trim())throw new Error(`${e} is empty`);return fb(e.trim(),t)}hr.parseJSON=jg;var fb=(e,t)=>{let r=e.length,o=0,n=g=>{throw new ti(`${g} at position ${o}`)},a=g=>{throw new ri(`${g} at position ${o}`)},s=()=>(u(),o>=r&&n("Unexpected end of input"),e[o]==='"'?i():e[o]==="{"?c():e[o]==="["?d():e.substring(o,o+4)==="null"||Lr.Allow.NULL&t&&r-o<4&&"null".startsWith(e.substring(o))?(o+=4,null):e.substring(o,o+4)==="true"||Lr.Allow.BOOL&t&&r-o<4&&"true".startsWith(e.substring(o))?(o+=4,!0):e.substring(o,o+5)==="false"||Lr.Allow.BOOL&t&&r-o<5&&"false".startsWith(e.substring(o))?(o+=5,!1):e.substring(o,o+8)==="Infinity"||Lr.Allow.INFINITY&t&&r-o<8&&"Infinity".startsWith(e.substring(o))?(o+=8,1/0):e.substring(o,o+9)==="-Infinity"||Lr.Allow._INFINITY&t&&1<r-o&&r-o<9&&"-Infinity".startsWith(e.substring(o))?(o+=9,-1/0):e.substring(o,o+3)==="NaN"||Lr.Allow.NAN&t&&r-o<3&&"NaN".startsWith(e.substring(o))?(o+=3,NaN):p()),i=()=>{let g=o,f=!1;for(o++;o<r&&(e[o]!=='"'||f&&e[o-1]==="\\");)f=e[o]==="\\"?!f:!1,o++;if(e.charAt(o)=='"')try{return JSON.parse(e.substring(g,++o-Number(f)))}catch(h){a(String(h))}else if(Lr.Allow.STR&t)try{return JSON.parse(e.substring(g,o-Number(f))+'"')}catch{return JSON.parse(e.substring(g,e.lastIndexOf("\\"))+'"')}n("Unterminated string literal")},c=()=>{o++,u();let g={};try{for(;e[o]!=="}";){if(u(),o>=r&&Lr.Allow.OBJ&t)return g;let f=i();u(),o++;try{let h=s();g[f]=h}catch(h){if(Lr.Allow.OBJ&t)return g;throw h}u(),e[o]===","&&o++}}catch{if(Lr.Allow.OBJ&t)return g;n("Expected '}' at end of object")}return o++,g},d=()=>{o++;let g=[];try{for(;e[o]!=="]";)g.push(s()),u(),e[o]===","&&o++}catch{if(Lr.Allow.ARR&t)return g;n("Expected ']' at end of array")}return o++,g},p=()=>{if(o===0){e==="-"&&a("Not sure what '-' is");try{return JSON.parse(e)}catch(f){if(Lr.Allow.NUM&t)try{return JSON.parse(e.substring(0,e.lastIndexOf("e")))}catch{}a(String(f))}}let g=o;for(e[o]==="-"&&o++;e[o]&&",]}".indexOf(e[o])===-1;)o++;o==r&&!(Lr.Allow.NUM&t)&&n("Unterminated number literal");try{return JSON.parse(e.substring(g,o))}catch{e.substring(g,o)==="-"&&n("Not sure what '-' is");try{return JSON.parse(e.substring(g,e.lastIndexOf("e")))}catch(h){a(String(h))}}},u=()=>{for(;o<r&&`
2
- \r `.includes(e[o]);)o++};return s()},mb=jg;hr.parse=mb});var Eh={};kg(Eh,{createReconnectController:()=>ev});function ev(e){let t=0,r=null,o=null,n=!1,a=()=>{if(o&&(clearTimeout(o),o=null),r){let h=r;r=null,h()}},s=()=>{let h=e.getStatus();h!=="resuming"&&h!=="paused"||a()},i=()=>{typeof document!="undefined"&&document.visibilityState==="hidden"||s()},c=()=>{s()},d=()=>{n||(typeof document!="undefined"&&document.addEventListener("visibilitychange",i),typeof window!="undefined"&&window.addEventListener("online",c),n=!0)},p=()=>{n&&(typeof document!="undefined"&&document.removeEventListener("visibilitychange",i),typeof window!="undefined"&&window.removeEventListener("online",c),n=!1)},u=h=>new Promise(b=>{r=b,o=setTimeout(()=>{o=null,r=null,b()},h)}),g=()=>{var E;let h=e.getResumable();e.clearResumable(),e.setReconnecting(!1),t=0,p(),e.setAbortController(null);let b=!1;for(let A of e.getMessages())A.streaming&&(A.streaming=!1,b=!0);let k=e.buildErrorContent("Connection lost and the response could not be resumed.");k?e.appendMessage({id:`reconnect-failed-${(E=h==null?void 0:h.executionId)!=null?E:e.nextSequence()}`,role:"assistant",content:k,createdAt:new Date().toISOString(),streaming:!1,sequence:e.nextSequence()}):b&&e.notifyMessagesChanged(),e.setStreaming(!1),e.setStatus("idle"),e.onError(new Error("Durable session reconnect failed."))},f=async()=>{var E,A,T,y,w,v;let h=(A=(E=e.config.reconnect)==null?void 0:E.backoffMs)!=null?A:Zb,b=(y=(T=e.config.reconnect)==null?void 0:T.maxAttempts)!=null?y:h.length,k=e.config.reconnectStream;if(!k){e.setReconnecting(!1);return}for(;e.getResumable()&&t<b;){t+=1,e.setStatus("resuming");let M=e.getResumable(),H=M.lastEventId,I=new AbortController;e.setAbortController(I),e.emitReconnect({phase:"resuming",handle:M,attempt:t});let P=null;try{let B=await k({executionId:M.executionId,after:M.lastEventId,signal:I.signal});B&&B.ok&&B.body&&(P=B.body)}catch{P=null}if(I.signal.aborted)return;if(P){let B=(w=e.getMessages().find(Q=>Q.id===M.assistantMessageId))==null?void 0:w.content,O=typeof B=="string"?B:"";try{await e.resumeConnect(P,M.assistantMessageId,O)}catch{}if(I.signal.aborted)return;if(!e.getResumable()){e.setReconnecting(!1),t=0,p(),e.emitReconnect({phase:"resumed",handle:M});return}e.getResumable().lastEventId!==H&&(t=0)}if(e.getResumable()&&t<b&&(e.setStatus("paused"),await u((v=h[Math.min(t-1,h.length-1)])!=null?v:1e3),I.signal.aborted))return}e.getResumable()&&g()};return{begin(){t=0,d(),f()},teardown(){o&&(clearTimeout(o),o=null),r=null,t=0,p()},wake:a}}var Zb,kh=jy(()=>{"use strict";Zb=[1e3,2e3,4e3,8e3,8e3]});var Iw={};kg(Iw,{ASK_USER_QUESTION_CLIENT_TOOL:()=>jl,ASK_USER_QUESTION_PARAMETERS_SCHEMA:()=>$l,ASK_USER_QUESTION_TOOL_NAME:()=>xs,AgentWidgetClient:()=>sa,AgentWidgetSession:()=>Na,AttachmentManager:()=>da,BrowserSpeechEngine:()=>In,DEFAULT_COMPONENTS:()=>Qc,DEFAULT_FLOATING_LAUNCHER_MAX_WIDTH:()=>Hi,DEFAULT_FLOATING_LAUNCHER_WIDTH:()=>Gr,DEFAULT_PALETTE:()=>Kc,DEFAULT_SEMANTIC:()=>Xc,DEFAULT_WIDGET_CONFIG:()=>Ht,PRESETS:()=>Np,PRESET_FULLSCREEN:()=>Fp,PRESET_MINIMAL:()=>Dp,PRESET_SHOP:()=>Bp,ReadAloudController:()=>la,SUGGEST_REPLIES_CLIENT_TOOL:()=>ii,SUGGEST_REPLIES_PARAMETERS_SCHEMA:()=>ql,SUGGEST_REPLIES_TOOL_NAME:()=>vo,THEME_ZONES:()=>Wh,VERSION:()=>aa,WEBMCP_TOOL_PREFIX:()=>bo,WebMcpBridge:()=>Ia,accessibilityPlugin:()=>ey,animationsPlugin:()=>ty,applyThemeVariables:()=>Hn,attachHeaderToContainer:()=>pa,brandPlugin:()=>ry,buildComposer:()=>za,buildDefaultHeader:()=>ap,buildHeader:()=>tn,buildHeaderWithLayout:()=>Va,buildMinimalHeader:()=>sp,builtInClientToolsForDispatch:()=>vs,collectEnrichedPageContext:()=>Yx,componentRegistry:()=>rn,createActionManager:()=>qs,createAgentExperience:()=>hl,createAskUserQuestionBubble:()=>ah,createBestAvailableVoiceProvider:()=>wi,createBubbleWithLayout:()=>nx,createCSATFeedback:()=>fl,createComboButton:()=>Xi,createComponentMiddleware:()=>Ix,createComponentStreamParser:()=>dl,createDefaultSanitizer:()=>Hl,createDirectivePostprocessor:()=>Wg,createDropdownMenu:()=>Nn,createFlexibleJsonStreamParser:()=>dh,createIconButton:()=>pr,createImagePart:()=>xh,createJsonStreamParser:()=>gi,createLabelButton:()=>Ds,createLocalStorageAdapter:()=>ll,createMarkdownProcessor:()=>fs,createMarkdownProcessorFromConfig:()=>oa,createMessageActions:()=>fp,createNPSFeedback:()=>ml,createPlainTextParser:()=>fi,createPlugin:()=>ay,createRegexJsonParser:()=>mi,createStandardBubble:()=>$a,createTextPart:()=>As,createTheme:()=>_a,createThemeObserver:()=>Fi,createToggleGroup:()=>Qh,createTypingIndicator:()=>ua,createVoiceProvider:()=>Rn,createWidgetHostLayout:()=>Vs,createXmlParser:()=>hi,defaultActionHandlers:()=>ha,defaultJsonActionParser:()=>Us,defaultParseRules:()=>Hp,detectColorScheme:()=>Ls,directivePostprocessor:()=>Bg,ensureAskUserQuestionSheet:()=>Ba,escapeHtml:()=>Fo,extractComponentDirectiveFromMessage:()=>ul,fileToImagePart:()=>yh,formatEnrichedContext:()=>Zx,generateAssistantMessageId:()=>Pn,generateMessageId:()=>uh,generateStableSelector:()=>Wp,generateUserMessageId:()=>Da,getActiveTheme:()=>Ua,getColorScheme:()=>Yc,getDisplayText:()=>mh,getHeaderLayout:()=>ip,getImageParts:()=>hh,getPreset:()=>iy,hasComponentDirective:()=>pl,hasImages:()=>gh,headerLayouts:()=>Qi,highContrastPlugin:()=>ny,initAgentWidget:()=>Ux,isAskUserQuestionMessage:()=>Jo,isComponentDirectiveType:()=>Rx,isDockedMountMode:()=>nr,isSuggestRepliesMessage:()=>bs,isVoiceSupported:()=>Ts,isWebMcpToolName:()=>An,latestAgentSuggestions:()=>li,listRegisteredStreamAnimations:()=>rp,markdownPostprocessor:()=>Il,mergeWithDefaults:()=>Wi,normalizeContent:()=>fh,parseAskUserQuestionPayload:()=>Yo,parseSuggestRepliesPayload:()=>zl,pickBestVoice:()=>Fa,pluginRegistry:()=>_s,reducedMotionPlugin:()=>oy,registerStreamAnimationPlugin:()=>ca,removeAskUserQuestionSheet:()=>En,renderComponentDirective:()=>cl,renderLoadingIndicatorWithFallback:()=>up,renderLucideIcon:()=>he,resolveDockConfig:()=>Kr,resolveSanitizer:()=>Ra,resolveTokens:()=>Bi,stripWebMcpPrefix:()=>ei,themeToCssVariables:()=>Di,unregisterStreamAnimationPlugin:()=>tp,validateImageFile:()=>bh,validateTheme:()=>Jc});var Rl=null,us=null,Pa=null,Pg=e=>{Rl=e};var Ys=()=>us?Promise.resolve(us):Pa||(Rl?(Pa=Rl().then(e=>(us=e,e)),Pa):(Pa=import("./markdown-parsers-entry").then(e=>(us=e,e)),Pa)),ra=()=>us;var Ky=e=>{if(e)return e},fs=e=>{let t=null;return r=>{var n,a;let o=ra();if(!o)return Fo(r);if(!t){let{Marked:s}=o,i=e==null?void 0:e.markedOptions;t=new s({gfm:(n=i==null?void 0:i.gfm)!=null?n:!0,breaks:(a=i==null?void 0:i.breaks)!=null?a:!0,pedantic:i==null?void 0:i.pedantic,silent:i==null?void 0:i.silent});let c=Ky(e==null?void 0:e.renderer);c&&t.use({renderer:c})}return t.parse(r)}},oa=e=>e?fs({markedOptions:e.options,renderer:e.renderer}):fs(),Xy=fs(),Il=e=>Xy(e),Fo=e=>e.replace(/&/g,"&amp;").replace(/</g,"&lt;").replace(/>/g,"&gt;").replace(/"/g,"&quot;").replace(/'/g,"&#39;"),Ig=e=>e.replace(/"/g,"&quot;").replace(/</g,"&lt;").replace(/>/g,"&gt;"),Rg=e=>`%%FORM_PLACEHOLDER_${e}%%`,Hg=(e,t)=>{let r=e;return r=r.replace(/<Directive>([\s\S]*?)<\/Directive>/gi,(o,n)=>{try{let a=JSON.parse(n.trim());if(a&&typeof a=="object"&&a.component==="form"&&a.type){let s=Rg(t.length);return t.push({token:s,type:String(a.type)}),s}}catch{return o}return o}),r=r.replace(/<Form\s+type="([^"]+)"\s*\/>/gi,(o,n)=>{let a=Rg(t.length);return t.push({token:a,type:n}),a}),r},Wg=e=>{let t=oa(e);return r=>{let o=[],n=Hg(r,o),a=t(n);return o.forEach(({token:s,type:i})=>{let c=new RegExp(s.replace(/[.*+?^${}()|[\]\\]/g,"\\$&"),"g"),p=`<div class="persona-form-directive" data-tv-form="${Ig(i)}"></div>`;a=a.replace(c,p)}),a}},Bg=e=>{let t=[],r=Hg(e,t),o=Il(r);return t.forEach(({token:n,type:a})=>{let s=new RegExp(n.replace(/[.*+?^${}()|[\]\\]/g,"\\$&"),"g"),c=`<div class="persona-form-directive" data-tv-form="${Ig(a)}"></div>`;o=o.replace(s,c)}),o};var Qy={ALLOWED_TAGS:["h1","h2","h3","h4","h5","h6","p","br","hr","div","span","ul","ol","li","dl","dt","dd","strong","em","b","i","u","s","del","ins","mark","small","sub","sup","abbr","kbd","var","samp","code","a","img","blockquote","pre","details","summary","table","thead","tbody","tfoot","tr","th","td","caption","colgroup","col","input","label","select","option","textarea","button"],ALLOWED_ATTR:["href","src","alt","title","target","rel","loading","width","height","colspan","rowspan","scope","class","id","type","name","value","placeholder","disabled","checked","for","aria-label","aria-hidden","aria-expanded","role","tabindex","data-tv-form","data-message-id","data-persona-component-directive","data-preserve-animation","data-persona-instance"]},Jy=/^data:image\/(?:png|jpe?g|gif|webp|bmp|x-icon|avif)/i,Hl=()=>{let e=null;return t=>{let r=ra();if(!r)return Fo(t);if(!e){let{DOMPurify:o}=r;e=o(typeof window!="undefined"?window:void 0),e.addHook("uponSanitizeAttribute",(n,a)=>{if(a.attrName==="src"||a.attrName==="href"){let s=a.attrValue;s.toLowerCase().startsWith("data:")&&!Jy.test(s)&&(a.attrValue="",a.keepAttr=!1)}})}return e.sanitize(t,Qy)}},Ra=e=>e===!1?null:typeof e=="function"?e:Hl();var Dg=/^\s*\|?[\s:|-]*-[\s:|-]*$/,Fg=e=>e.includes("|"),Ng=e=>{let t=e.trim();return t.startsWith("|")&&(t=t.slice(1)),t.endsWith("|")&&(t=t.slice(0,-1)),t.split("|").map(r=>r.trim())},Yy=e=>`| ${e.join(" | ")} |`,Zy=e=>`| ${Array.from({length:e},()=>"---").join(" | ")} |`,eb=(e,t)=>e.length>=t?e.slice(0,t):e.concat(Array.from({length:t-e.length},()=>"")),Og=e=>{if(!e||!e.includes("|"))return e;let t=e.split(`
3
- `),r=!1;for(let o=0;o<t.length-1;o++){let n=t[o],a=t[o+1];if(!Fg(n)||Dg.test(n)||!Dg.test(a))continue;let s=Ng(n).length;if(s<1)continue;let i=Zy(s);t[o+1]!==i&&(t[o+1]=i,r=!0);let c=o+2;for(;c<t.length;c++){let d=t[c];if(d.trim()===""||!Fg(d))break;let p=Yy(eb(Ng(d),s));t[c]!==p&&(t[c]=p,r=!0)}o=c-1}return r?t.join(`
4
- `):e};var bo="webmcp:",Wl=new Map,_g=e=>{var t;Wl.clear();for(let r of e){let o=(t=r.title)==null?void 0:t.trim();o&&Wl.set(r.name,o)}},ms=e=>Wl.get(ei(e)),Zs={warn(e,...t){typeof console!="undefined"&&typeof console.warn=="function"&&console.warn(`[Persona/WebMCP] ${e}`,...t)}},Bl=null,qg=e=>{Bl=e};function Vg(e){if(e.length===0)return"0:empty";let t=e.map(r=>{var o,n;return[r.name,(o=r.description)!=null?o:"",r.parametersSchema?JSON.stringify(r.parametersSchema):"",(n=r.origin)!=null?n:"",r.annotations?JSON.stringify(r.annotations):""].join("")}).sort();return`${e.length}:${tb(t.join(""))}`}function Ug(e,t){let r=3735928559^t,o=1103547991^t;for(let n=0;n<e.length;n++){let a=e.charCodeAt(n);r=Math.imul(r^a,2654435761),o=Math.imul(o^a,1597334677)}return r=Math.imul(r^r>>>16,2246822507),r^=Math.imul(o^o>>>13,3266489909),o=Math.imul(o^o>>>16,2246822507),o^=Math.imul(r^r>>>13,3266489909),4294967296*(2097151&o)+(r>>>0)}function tb(e){let t=Ug(e,0).toString(36),r=Ug(e,2654435761).toString(36);return`${t}.${r}`}var Ia=class{constructor(t){this.config=t;this.installed=!1;this.readyPromise=null;this.incompatibleContextWarned=!1;var r;this.confirmHandler=(r=t.onConfirm)!=null?r:null,this.timeoutMs=3e4}setConfirmHandler(t){this.confirmHandler=t}isOperational(){return this.config.enabled!==!0||!this.installed?!1:this.getModelContext()!==null}async snapshotForDispatch(){if(await this.ensureReady(),this.config.enabled!==!0)return[];let t=this.getModelContext();if(!t)return[];let r;try{r=await t.getTools()}catch(n){return Zs.warn("getTools() threw: shipping an empty WebMCP snapshot.",n),[]}_g(r);let o=typeof location!="undefined"?location.origin:"";return r.filter(n=>this.passesClientAllowlist(n.name)).map(n=>{let a={name:n.name,description:n.description,origin:"webmcp",...o?{pageOrigin:o}:{}},s=ob(n.inputSchema);return s&&(a.parametersSchema=s),a})}async executeToolCall(t,r,o){if(await this.ensureReady(),this.config.enabled!==!0)return yo("WebMCP is not enabled on this widget.");let n=this.getModelContext();if(!n){let h=typeof document!="undefined"&&!!document.modelContext;return yo(h?"WebMCP is not operational: document.modelContext is present but does not expose the strict getTools()/executeTool() surface (likely a different or older WebMCP polyfill).":"WebMCP bridge is not operational on this page (document.modelContext not available).")}let a=ei(t),s;try{s=await n.getTools()}catch(h){let b=h instanceof Error?h.message:String(h);return yo(`Failed to read WebMCP registry: ${b}`)}_g(s);let i=s.find(h=>h.name===a);if(!i)return yo(`WebMCP tool not registered on this page: ${a}`);if(!this.passesClientAllowlist(a))return yo(`WebMCP tool not allowed by client allowlist: ${a}`);if(o!=null&&o.aborted)return yo("Aborted by cancel()");let c=ms(a),d={toolName:a,args:r,description:i.description,...c?{title:c}:{},reason:"gate"};if(!await this.requestConfirm(d))return yo("User declined the tool call.");if(o!=null&&o.aborted)return yo("Aborted by cancel()");let p=new AbortController,u=!1,g=setTimeout(()=>{u=!0,p.abort()},this.timeoutMs),f=()=>p.abort();o&&(o.aborted?p.abort():o.addEventListener("abort",f,{once:!0}));try{let h=await n.executeTool(i,ib(r),{signal:p.signal});return nb(h)}catch(h){if(u)return yo(`WebMCP tool '${a}' timed out after ${this.timeoutMs}ms`);if(o!=null&&o.aborted)return yo("Aborted by cancel()");let b=h instanceof Error?h.message:String(h);return yo(b)}finally{clearTimeout(g),o&&o.removeEventListener("abort",f)}}ensureReady(){return this.config.enabled!==!0?Promise.resolve():(this.readyPromise||(this.readyPromise=this.install()),this.readyPromise)}async install(){try{if(this.getModelContext()){this.installed=!0;return}(Bl?await Bl():await import("@mcp-b/webmcp-polyfill")).initializeWebMCPPolyfill(),this.installed=!0}catch(t){Zs.warn("Failed to load @mcp-b/webmcp-polyfill: WebMCP consumption disabled.",t),this.installed=!1}}getModelContext(){if(typeof document=="undefined")return null;let t=document.modelContext;if(!t||typeof t!="object")return null;let r=t;return typeof r.getTools!="function"||typeof r.executeTool!="function"?(this.incompatibleContextWarned||(this.incompatibleContextWarned=!0,Zs.warn("document.modelContext is present but does not expose getTools()/executeTool(): WebMCP consumption is disabled. Another (incompatible or older) WebMCP polyfill likely installed document.modelContext before Persona. Remove it, or use a polyfill implementing the strict standard surface (e.g. @mcp-b/webmcp-polyfill).")),null):t}async requestConfirm(t){var o;let r=(o=this.confirmHandler)!=null?o:ab;try{return await r(t)}catch(n){return Zs.warn(`Confirm handler threw for WebMCP tool '${t.toolName}'; declining.`,n),!1}}passesClientAllowlist(t){let r=this.config.allowlist;return!r||r.length===0?!0:r.some(o=>rb(t,o))}},ei=e=>e.startsWith(bo)?e.slice(bo.length):e,An=e=>e.startsWith(bo),rb=(e,t)=>{if(t==="*")return!0;let r=t.replace(/[.+?^${}()|[\]\\]/g,"\\$&");return new RegExp("^"+r.replace(/\*/g,".*")+"$").test(e)},ob=e=>{if(!(e===void 0||e===""))try{let t=JSON.parse(e);return t!==null&&typeof t=="object"?t:void 0}catch{return}},nb=e=>{if(e==null)return{content:[{type:"text",text:""}]};let t;try{t=JSON.parse(e)}catch{return{content:[{type:"text",text:e}]}}return t!==null&&typeof t=="object"&&Array.isArray(t.content)?t:{content:[{type:"text",text:typeof t=="string"?t:lb(t)}]}},yo=e=>({isError:!0,content:[{type:"text",text:e}]}),ab=async e=>{if(typeof window=="undefined"||typeof window.confirm!="function")return!1;let t=sb(e.args),r=`Allow the AI to call ${e.toolName}`+(t?`
1
+ "use strict";var AgentWidget=(()=>{var rb=Object.create;var ri=Object.defineProperty;var ob=Object.getOwnPropertyDescriptor;var nb=Object.getOwnPropertyNames;var ab=Object.getPrototypeOf,sb=Object.prototype.hasOwnProperty;var Nl=(e=>typeof require!="undefined"?require:typeof Proxy!="undefined"?new Proxy(e,{get:(t,r)=>(typeof require!="undefined"?require:t)[r]}):e)(function(e){if(typeof require!="undefined")return require.apply(this,arguments);throw Error('Dynamic require of "'+e+'" is not supported')});var ib=(e,t)=>()=>(e&&(t=e(e=0)),t);var Og=(e,t)=>()=>(t||e((t={exports:{}}).exports,t),t.exports),_g=(e,t)=>{for(var r in t)ri(e,r,{get:t[r],enumerable:!0})},Ug=(e,t,r,o)=>{if(t&&typeof t=="object"||typeof t=="function")for(let n of nb(t))!sb.call(e,n)&&n!==r&&ri(e,n,{get:()=>t[n],enumerable:!(o=ob(t,n))||o.enumerable});return e};var Ia=(e,t,r)=>(r=e!=null?rb(ab(e)):{},Ug(t||!e||!e.__esModule?ri(r,"default",{value:e,enumerable:!0}):r,e)),lb=e=>Ug(ri({},"__esModule",{value:!0}),e);var zl=Og(_e=>{"use strict";Object.defineProperty(_e,"__esModule",{value:!0});_e.Allow=_e.ALL=_e.COLLECTION=_e.ATOM=_e.SPECIAL=_e.INF=_e._INFINITY=_e.INFINITY=_e.NAN=_e.BOOL=_e.NULL=_e.OBJ=_e.ARR=_e.NUM=_e.STR=void 0;_e.STR=1;_e.NUM=2;_e.ARR=4;_e.OBJ=8;_e.NULL=16;_e.BOOL=32;_e.NAN=64;_e.INFINITY=128;_e._INFINITY=256;_e.INF=_e.INFINITY|_e._INFINITY;_e.SPECIAL=_e.NULL|_e.BOOL|_e.INF|_e.NAN;_e.ATOM=_e.STR|_e.NUM|_e.SPECIAL;_e.COLLECTION=_e.ARR|_e.OBJ;_e.ALL=_e.ATOM|_e.COLLECTION;_e.Allow={STR:_e.STR,NUM:_e.NUM,ARR:_e.ARR,OBJ:_e.OBJ,NULL:_e.NULL,BOOL:_e.BOOL,NAN:_e.NAN,INFINITY:_e.INFINITY,_INFINITY:_e._INFINITY,INF:_e.INF,SPECIAL:_e.SPECIAL,ATOM:_e.ATOM,COLLECTION:_e.COLLECTION,ALL:_e.ALL};_e.default=_e.Allow});var li=Og(yr=>{"use strict";var Tb=yr&&yr.__createBinding||(Object.create?(function(e,t,r,o){o===void 0&&(o=r);var n=Object.getOwnPropertyDescriptor(t,r);(!n||("get"in n?!t.__esModule:n.writable||n.configurable))&&(n={enumerable:!0,get:function(){return t[r]}}),Object.defineProperty(e,o,n)}):(function(e,t,r,o){o===void 0&&(o=r),e[o]=t[r]})),Eb=yr&&yr.__exportStar||function(e,t){for(var r in e)r!=="default"&&!Object.prototype.hasOwnProperty.call(t,r)&&Tb(t,e,r)};Object.defineProperty(yr,"__esModule",{value:!0});yr.Allow=yr.MalformedJSON=yr.PartialJSON=yr.parseJSON=yr.parse=void 0;var Rr=zl();Object.defineProperty(yr,"Allow",{enumerable:!0,get:function(){return Rr.Allow}});Eb(zl(),yr);var si=class extends Error{};yr.PartialJSON=si;var ii=class extends Error{};yr.MalformedJSON=ii;function nh(e,t=Rr.Allow.ALL){if(typeof e!="string")throw new TypeError(`expecting str, got ${typeof e}`);if(!e.trim())throw new Error(`${e} is empty`);return kb(e.trim(),t)}yr.parseJSON=nh;var kb=(e,t)=>{let r=e.length,o=0,n=g=>{throw new si(`${g} at position ${o}`)},a=g=>{throw new ii(`${g} at position ${o}`)},s=()=>(m(),o>=r&&n("Unexpected end of input"),e[o]==='"'?i():e[o]==="{"?c():e[o]==="["?d():e.substring(o,o+4)==="null"||Rr.Allow.NULL&t&&r-o<4&&"null".startsWith(e.substring(o))?(o+=4,null):e.substring(o,o+4)==="true"||Rr.Allow.BOOL&t&&r-o<4&&"true".startsWith(e.substring(o))?(o+=4,!0):e.substring(o,o+5)==="false"||Rr.Allow.BOOL&t&&r-o<5&&"false".startsWith(e.substring(o))?(o+=5,!1):e.substring(o,o+8)==="Infinity"||Rr.Allow.INFINITY&t&&r-o<8&&"Infinity".startsWith(e.substring(o))?(o+=8,1/0):e.substring(o,o+9)==="-Infinity"||Rr.Allow._INFINITY&t&&1<r-o&&r-o<9&&"-Infinity".startsWith(e.substring(o))?(o+=9,-1/0):e.substring(o,o+3)==="NaN"||Rr.Allow.NAN&t&&r-o<3&&"NaN".startsWith(e.substring(o))?(o+=3,NaN):p()),i=()=>{let g=o,u=!1;for(o++;o<r&&(e[o]!=='"'||u&&e[o-1]==="\\");)u=e[o]==="\\"?!u:!1,o++;if(e.charAt(o)=='"')try{return JSON.parse(e.substring(g,++o-Number(u)))}catch(h){a(String(h))}else if(Rr.Allow.STR&t)try{return JSON.parse(e.substring(g,o-Number(u))+'"')}catch{return JSON.parse(e.substring(g,e.lastIndexOf("\\"))+'"')}n("Unterminated string literal")},c=()=>{o++,m();let g={};try{for(;e[o]!=="}";){if(m(),o>=r&&Rr.Allow.OBJ&t)return g;let u=i();m(),o++;try{let h=s();g[u]=h}catch(h){if(Rr.Allow.OBJ&t)return g;throw h}m(),e[o]===","&&o++}}catch{if(Rr.Allow.OBJ&t)return g;n("Expected '}' at end of object")}return o++,g},d=()=>{o++;let g=[];try{for(;e[o]!=="]";)g.push(s()),m(),e[o]===","&&o++}catch{if(Rr.Allow.ARR&t)return g;n("Expected ']' at end of array")}return o++,g},p=()=>{if(o===0){e==="-"&&a("Not sure what '-' is");try{return JSON.parse(e)}catch(u){if(Rr.Allow.NUM&t)try{return JSON.parse(e.substring(0,e.lastIndexOf("e")))}catch{}a(String(u))}}let g=o;for(e[o]==="-"&&o++;e[o]&&",]}".indexOf(e[o])===-1;)o++;o==r&&!(Rr.Allow.NUM&t)&&n("Unterminated number literal");try{return JSON.parse(e.substring(g,o))}catch{e.substring(g,o)==="-"&&n("Not sure what '-' is");try{return JSON.parse(e.substring(g,e.lastIndexOf("e")))}catch(h){a(String(h))}}},m=()=>{for(;o<r&&`
2
+ \r `.includes(e[o]);)o++};return s()},Lb=nh;yr.parse=Lb});var Oh={};_g(Oh,{createReconnectController:()=>gv});function gv(e){let t=0,r=null,o=null,n=!1,a=()=>{if(o&&(clearTimeout(o),o=null),r){let h=r;r=null,h()}},s=()=>{let h=e.getStatus();h!=="resuming"&&h!=="paused"||a()},i=()=>{typeof document!="undefined"&&document.visibilityState==="hidden"||s()},c=()=>{s()},d=()=>{n||(typeof document!="undefined"&&document.addEventListener("visibilitychange",i),typeof window!="undefined"&&window.addEventListener("online",c),n=!0)},p=()=>{n&&(typeof document!="undefined"&&document.removeEventListener("visibilitychange",i),typeof window!="undefined"&&window.removeEventListener("online",c),n=!1)},m=h=>new Promise(y=>{r=y,o=setTimeout(()=>{o=null,r=null,y()},h)}),g=()=>{var T;let h=e.getResumable();e.clearResumable(),e.setReconnecting(!1),t=0,p(),e.setAbortController(null);let y=!1;for(let A of e.getMessages())A.streaming&&(A.streaming=!1,y=!0);let E=e.buildErrorContent("Connection lost and the response could not be resumed.");E?e.appendMessage({id:`reconnect-failed-${(T=h==null?void 0:h.executionId)!=null?T:e.nextSequence()}`,role:"assistant",content:E,createdAt:new Date().toISOString(),streaming:!1,sequence:e.nextSequence()}):y&&e.notifyMessagesChanged(),e.setStreaming(!1),e.setStatus("idle"),e.onError(new Error("Durable session reconnect failed."))},u=async()=>{var T,A,k,w,C,S;let h=(A=(T=e.config.reconnect)==null?void 0:T.backoffMs)!=null?A:mv,y=(w=(k=e.config.reconnect)==null?void 0:k.maxAttempts)!=null?w:h.length,E=e.config.reconnectStream;if(!E){e.setReconnecting(!1);return}for(;e.getResumable()&&t<y;){t+=1,e.setStatus("resuming");let M=e.getResumable(),W=M.lastEventId,I=new AbortController;e.setAbortController(I),e.emitReconnect({phase:"resuming",handle:M,attempt:t});let R=null;try{let D=await E({executionId:M.executionId,after:M.lastEventId,signal:I.signal});D&&D.ok&&D.body&&(R=D.body)}catch{R=null}if(I.signal.aborted)return;if(R){let D=(C=e.getMessages().find(Q=>Q.id===M.assistantMessageId))==null?void 0:C.content,O=typeof D=="string"?D:"";try{await e.resumeConnect(R,M.assistantMessageId,O)}catch{}if(I.signal.aborted)return;if(!e.getResumable()){e.setReconnecting(!1),t=0,p(),e.emitReconnect({phase:"resumed",handle:M});return}e.getResumable().lastEventId!==W&&(t=0)}if(e.getResumable()&&t<y&&(e.setStatus("paused"),await m((S=h[Math.min(t-1,h.length-1)])!=null?S:1e3),I.signal.aborted))return}e.getResumable()&&g()};return{begin(){t=0,d(),u()},teardown(){o&&(clearTimeout(o),o=null),r=null,t=0,p()},wake:a}}var mv,_h=ib(()=>{"use strict";mv=[1e3,2e3,4e3,8e3,8e3]});var Gw={};_g(Gw,{ASK_USER_QUESTION_CLIENT_TOOL:()=>ed,ASK_USER_QUESTION_PARAMETERS_SCHEMA:()=>Zl,ASK_USER_QUESTION_TOOL_NAME:()=>ws,AgentWidgetClient:()=>la,AgentWidgetSession:()=>qa,AttachmentManager:()=>pa,BrowserSpeechEngine:()=>Hn,DEFAULT_COMPONENTS:()=>np,DEFAULT_FLOATING_LAUNCHER_MAX_WIDTH:()=>Ni,DEFAULT_FLOATING_LAUNCHER_WIDTH:()=>Gr,DEFAULT_PALETTE:()=>rp,DEFAULT_SEMANTIC:()=>op,DEFAULT_WIDGET_CONFIG:()=>Wt,PRESETS:()=>jp,PRESET_FULLSCREEN:()=>$p,PRESET_MINIMAL:()=>zp,PRESET_SHOP:()=>Vp,ReadAloudController:()=>ca,SUGGEST_REPLIES_CLIENT_TOOL:()=>ui,SUGGEST_REPLIES_PARAMETERS_SCHEMA:()=>Ql,SUGGEST_REPLIES_TOOL_NAME:()=>bo,THEME_ZONES:()=>jh,VERSION:()=>ia,WEBMCP_TOOL_PREFIX:()=>yo,WebMcpBridge:()=>Ba,accessibilityPlugin:()=>uy,animationsPlugin:()=>fy,applyThemeVariables:()=>Bn,attachHeaderToContainer:()=>fa,brandPlugin:()=>my,buildComposer:()=>Ka,buildDefaultHeader:()=>fp,buildHeader:()=>nn,buildHeaderWithLayout:()=>Ga,buildMinimalHeader:()=>mp,builtInClientToolsForDispatch:()=>Oa,collectEnrichedPageContext:()=>cy,componentRegistry:()=>an,createActionManager:()=>$s,createAgentExperience:()=>vl,createAskUserQuestionBubble:()=>xh,createBestAvailableVoiceProvider:()=>Ti,createBubbleWithLayout:()=>hx,createCSATFeedback:()=>xl,createComboButton:()=>el,createComponentMiddleware:()=>zx,createComponentStreamParser:()=>ml,createDefaultSanitizer:()=>Ul,createDirectivePostprocessor:()=>jg,createDropdownMenu:()=>_n,createFlexibleJsonStreamParser:()=>wh,createIconButton:()=>pr,createImagePart:()=>Lh,createJsonStreamParser:()=>vi,createLabelButton:()=>Os,createLocalStorageAdapter:()=>fl,createMarkdownProcessor:()=>xs,createMarkdownProcessorFromConfig:()=>aa,createMessageActions:()=>wp,createNPSFeedback:()=>yl,createPlainTextParser:()=>yi,createPlugin:()=>xy,createRegexJsonParser:()=>bi,createStandardBubble:()=>Xa,createTextPart:()=>Es,createTheme:()=>za,createThemeObserver:()=>qi,createToggleGroup:()=>lx,createTypingIndicator:()=>ma,createVoiceProvider:()=>Wn,createWidgetHostLayout:()=>Gs,createXmlParser:()=>wi,defaultActionHandlers:()=>ya,defaultJsonActionParser:()=>zs,defaultParseRules:()=>Up,detectColorScheme:()=>Is,directivePostprocessor:()=>Gg,ensureAskUserQuestionSheet:()=>Na,escapeHtml:()=>Fo,extractComponentDirectiveFromMessage:()=>hl,fileToImagePart:()=>Ph,formatEnrichedContext:()=>py,generateAssistantMessageId:()=>In,generateMessageId:()=>Ah,generateStableSelector:()=>qp,generateUserMessageId:()=>_a,getActiveTheme:()=>$a,getColorScheme:()=>sp,getDisplayText:()=>Th,getHeaderLayout:()=>gp,getImageParts:()=>kh,getPreset:()=>by,hasComponentDirective:()=>js,hasImages:()=>Eh,headerLayouts:()=>tl,highContrastPlugin:()=>hy,initAgentWidget:()=>Zx,isAskUserQuestionMessage:()=>en,isComponentDirectiveType:()=>Vx,isDockedMountMode:()=>or,isSuggestRepliesMessage:()=>Ss,isVoiceSupported:()=>Ls,isWebMcpToolName:()=>Tn,latestAgentSuggestions:()=>fi,listRegisteredStreamAnimations:()=>cp,markdownPostprocessor:()=>_l,mergeWithDefaults:()=>Oi,normalizeContent:()=>Mh,parseAskUserQuestionPayload:()=>tn,parseSuggestRepliesPayload:()=>Yl,pickBestVoice:()=>Ua,pluginRegistry:()=>Vs,reducedMotionPlugin:()=>gy,registerStreamAnimationPlugin:()=>ua,removeAskUserQuestionSheet:()=>Ln,renderComponentDirective:()=>gl,renderLoadingIndicatorWithFallback:()=>vp,renderLucideIcon:()=>he,resolveDockConfig:()=>Kr,resolveSanitizer:()=>Ha,resolveTokens:()=>_i,stripWebMcpPrefix:()=>ai,themeToCssVariables:()=>Ui,unregisterStreamAnimationPlugin:()=>dp,validateImageFile:()=>Rh,validateTheme:()=>ap});var Ol=null,hs=null,Wa=null,qg=e=>{Ol=e};var oi=()=>hs?Promise.resolve(hs):Wa||(Ol?(Wa=Ol().then(e=>(hs=e,e)),Wa):(Wa=import("./markdown-parsers-entry").then(e=>(hs=e,e)),Wa)),na=()=>hs;var db=e=>{if(e)return e},xs=e=>{let t=null;return r=>{var n,a;let o=na();if(!o)return Fo(r);if(!t){let{Marked:s}=o,i=e==null?void 0:e.markedOptions;t=new s({gfm:(n=i==null?void 0:i.gfm)!=null?n:!0,breaks:(a=i==null?void 0:i.breaks)!=null?a:!0,pedantic:i==null?void 0:i.pedantic,silent:i==null?void 0:i.silent});let c=db(e==null?void 0:e.renderer);c&&t.use({renderer:c})}return t.parse(r)}},aa=e=>e?xs({markedOptions:e.options,renderer:e.renderer}):xs(),cb=xs(),_l=e=>cb(e),Fo=e=>e.replace(/&/g,"&amp;").replace(/</g,"&lt;").replace(/>/g,"&gt;").replace(/"/g,"&quot;").replace(/'/g,"&#39;"),zg=e=>e.replace(/"/g,"&quot;").replace(/</g,"&lt;").replace(/>/g,"&gt;"),Vg=e=>`%%FORM_PLACEHOLDER_${e}%%`,$g=(e,t)=>{let r=e;return r=r.replace(/<Directive>([\s\S]*?)<\/Directive>/gi,(o,n)=>{try{let a=JSON.parse(n.trim());if(a&&typeof a=="object"&&a.component==="form"&&a.type){let s=Vg(t.length);return t.push({token:s,type:String(a.type)}),s}}catch{return o}return o}),r=r.replace(/<Form\s+type="([^"]+)"\s*\/>/gi,(o,n)=>{let a=Vg(t.length);return t.push({token:a,type:n}),a}),r},jg=e=>{let t=aa(e);return r=>{let o=[],n=$g(r,o),a=t(n);return o.forEach(({token:s,type:i})=>{let c=new RegExp(s.replace(/[.*+?^${}()|[\]\\]/g,"\\$&"),"g"),p=`<div class="persona-form-directive" data-tv-form="${zg(i)}"></div>`;a=a.replace(c,p)}),a}},Gg=e=>{let t=[],r=$g(e,t),o=_l(r);return t.forEach(({token:n,type:a})=>{let s=new RegExp(n.replace(/[.*+?^${}()|[\]\\]/g,"\\$&"),"g"),c=`<div class="persona-form-directive" data-tv-form="${zg(a)}"></div>`;o=o.replace(s,c)}),o};var pb={ALLOWED_TAGS:["h1","h2","h3","h4","h5","h6","p","br","hr","div","span","ul","ol","li","dl","dt","dd","strong","em","b","i","u","s","del","ins","mark","small","sub","sup","abbr","kbd","var","samp","code","a","img","blockquote","pre","details","summary","table","thead","tbody","tfoot","tr","th","td","caption","colgroup","col","input","label","select","option","textarea","button"],ALLOWED_ATTR:["href","src","alt","title","target","rel","loading","width","height","colspan","rowspan","scope","class","id","type","name","value","placeholder","disabled","checked","for","aria-label","aria-hidden","aria-expanded","role","tabindex","data-tv-form","data-message-id","data-persona-component-directive","data-preserve-animation","data-persona-instance"]},ub=/^data:image\/(?:png|jpe?g|gif|webp|bmp|x-icon|avif)/i,Ul=()=>{let e=null;return t=>{let r=na();if(!r)return Fo(t);if(!e){let{DOMPurify:o}=r;e=o(typeof window!="undefined"?window:void 0),e.addHook("uponSanitizeAttribute",(n,a)=>{if(a.attrName==="src"||a.attrName==="href"){let s=a.attrValue;s.toLowerCase().startsWith("data:")&&!ub.test(s)&&(a.attrValue="",a.keepAttr=!1)}})}return e.sanitize(t,pb)}},Ha=e=>e===!1?null:typeof e=="function"?e:Ul();var Kg=/^\s*\|?[\s:|-]*-[\s:|-]*$/,Xg=e=>e.includes("|"),Qg=e=>{let t=e.trim();return t.startsWith("|")&&(t=t.slice(1)),t.endsWith("|")&&(t=t.slice(0,-1)),t.split("|").map(r=>r.trim())},fb=e=>`| ${e.join(" | ")} |`,mb=e=>`| ${Array.from({length:e},()=>"---").join(" | ")} |`,gb=(e,t)=>e.length>=t?e.slice(0,t):e.concat(Array.from({length:t-e.length},()=>"")),Jg=e=>{if(!e||!e.includes("|"))return e;let t=e.split(`
3
+ `),r=!1;for(let o=0;o<t.length-1;o++){let n=t[o],a=t[o+1];if(!Xg(n)||Kg.test(n)||!Kg.test(a))continue;let s=Qg(n).length;if(s<1)continue;let i=mb(s);t[o+1]!==i&&(t[o+1]=i,r=!0);let c=o+2;for(;c<t.length;c++){let d=t[c];if(d.trim()===""||!Xg(d))break;let p=fb(gb(Qg(d),s));t[c]!==p&&(t[c]=p,r=!0)}o=c-1}return r?t.join(`
4
+ `):e};var yo="webmcp:",ql=new Map,Yg=e=>{var t;ql.clear();for(let r of e){let o=(t=r.title)==null?void 0:t.trim();o&&ql.set(r.name,o)}},ys=e=>ql.get(ai(e)),ni={warn(e,...t){typeof console!="undefined"&&typeof console.warn=="function"&&console.warn(`[Persona/WebMCP] ${e}`,...t)}},Vl=null,eh=e=>{Vl=e};function th(e){if(e.length===0)return"0:empty";let t=e.map(r=>{var o,n;return[r.name,(o=r.description)!=null?o:"",r.parametersSchema?JSON.stringify(r.parametersSchema):"",(n=r.origin)!=null?n:"",r.annotations?JSON.stringify(r.annotations):""].join("")}).sort();return`${e.length}:${hb(t.join(""))}`}function Zg(e,t){let r=3735928559^t,o=1103547991^t;for(let n=0;n<e.length;n++){let a=e.charCodeAt(n);r=Math.imul(r^a,2654435761),o=Math.imul(o^a,1597334677)}return r=Math.imul(r^r>>>16,2246822507),r^=Math.imul(o^o>>>13,3266489909),o=Math.imul(o^o>>>16,2246822507),o^=Math.imul(r^r>>>13,3266489909),4294967296*(2097151&o)+(r>>>0)}function hb(e){let t=Zg(e,0).toString(36),r=Zg(e,2654435761).toString(36);return`${t}.${r}`}var Ba=class{constructor(t){this.config=t;this.installed=!1;this.readyPromise=null;this.incompatibleContextWarned=!1;var r;this.confirmHandler=(r=t.onConfirm)!=null?r:null,this.timeoutMs=3e4}setConfirmHandler(t){this.confirmHandler=t}isOperational(){return this.config.enabled!==!0||!this.installed?!1:this.getModelContext()!==null}async snapshotForDispatch(){if(await this.ensureReady(),this.config.enabled!==!0)return[];let t=this.getModelContext();if(!t)return[];let r;try{r=await t.getTools()}catch(n){return ni.warn("getTools() threw: shipping an empty WebMCP snapshot.",n),[]}Yg(r);let o=typeof location!="undefined"?location.origin:"";return r.filter(n=>this.passesClientAllowlist(n.name)).map(n=>{let a={name:n.name,description:n.description,origin:"webmcp",...o?{pageOrigin:o}:{}},s=yb(n.inputSchema);return s&&(a.parametersSchema=s),a})}async executeToolCall(t,r,o){if(await this.ensureReady(),this.config.enabled!==!0)return xo("WebMCP is not enabled on this widget.");let n=this.getModelContext();if(!n){let h=typeof document!="undefined"&&!!document.modelContext;return xo(h?"WebMCP is not operational: document.modelContext is present but does not expose the strict getTools()/executeTool() surface (likely a different or older WebMCP polyfill).":"WebMCP bridge is not operational on this page (document.modelContext not available).")}let a=ai(t),s;try{s=await n.getTools()}catch(h){let y=h instanceof Error?h.message:String(h);return xo(`Failed to read WebMCP registry: ${y}`)}Yg(s);let i=s.find(h=>h.name===a);if(!i)return xo(`WebMCP tool not registered on this page: ${a}`);if(!this.passesClientAllowlist(a))return xo(`WebMCP tool not allowed by client allowlist: ${a}`);if(o!=null&&o.aborted)return xo("Aborted by cancel()");let c=ys(a),d={toolName:a,args:r,description:i.description,...c?{title:c}:{},reason:"gate"};if(!await this.requestConfirm(d))return xo("User declined the tool call.");if(o!=null&&o.aborted)return xo("Aborted by cancel()");let p=new AbortController,m=!1,g=setTimeout(()=>{m=!0,p.abort()},this.timeoutMs),u=()=>p.abort();o&&(o.aborted?p.abort():o.addEventListener("abort",u,{once:!0}));try{let h=await n.executeTool(i,Cb(r),{signal:p.signal});return bb(h)}catch(h){if(m)return xo(`WebMCP tool '${a}' timed out after ${this.timeoutMs}ms`);if(o!=null&&o.aborted)return xo("Aborted by cancel()");let y=h instanceof Error?h.message:String(h);return xo(y)}finally{clearTimeout(g),o&&o.removeEventListener("abort",u)}}ensureReady(){return this.config.enabled!==!0?Promise.resolve():(this.readyPromise||(this.readyPromise=this.install()),this.readyPromise)}async install(){try{if(this.getModelContext()){this.installed=!0;return}(Vl?await Vl():await import("@mcp-b/webmcp-polyfill")).initializeWebMCPPolyfill(),this.installed=!0}catch(t){ni.warn("Failed to load @mcp-b/webmcp-polyfill: WebMCP consumption disabled.",t),this.installed=!1}}getModelContext(){if(typeof document=="undefined")return null;let t=document.modelContext;if(!t||typeof t!="object")return null;let r=t;return typeof r.getTools!="function"||typeof r.executeTool!="function"?(this.incompatibleContextWarned||(this.incompatibleContextWarned=!0,ni.warn("document.modelContext is present but does not expose getTools()/executeTool(): WebMCP consumption is disabled. Another (incompatible or older) WebMCP polyfill likely installed document.modelContext before Persona. Remove it, or use a polyfill implementing the strict standard surface (e.g. @mcp-b/webmcp-polyfill).")),null):t}async requestConfirm(t){var o;let r=(o=this.confirmHandler)!=null?o:vb;try{return await r(t)}catch(n){return ni.warn(`Confirm handler threw for WebMCP tool '${t.toolName}'; declining.`,n),!1}}passesClientAllowlist(t){let r=this.config.allowlist;return!r||r.length===0?!0:r.some(o=>xb(t,o))}},ai=e=>e.startsWith(yo)?e.slice(yo.length):e,Tn=e=>e.startsWith(yo),xb=(e,t)=>{if(t==="*")return!0;let r=t.replace(/[.+?^${}()|[\]\\]/g,"\\$&");return new RegExp("^"+r.replace(/\*/g,".*")+"$").test(e)},yb=e=>{if(!(e===void 0||e===""))try{let t=JSON.parse(e);return t!==null&&typeof t=="object"?t:void 0}catch{return}},bb=e=>{if(e==null)return{content:[{type:"text",text:""}]};let t;try{t=JSON.parse(e)}catch{return{content:[{type:"text",text:e}]}}return t!==null&&typeof t=="object"&&Array.isArray(t.content)?t:{content:[{type:"text",text:typeof t=="string"?t:Sb(t)}]}},xo=e=>({isError:!0,content:[{type:"text",text:e}]}),vb=async e=>{if(typeof window=="undefined"||typeof window.confirm!="function")return!1;let t=wb(e.args),r=`Allow the AI to call ${e.toolName}`+(t?`
5
5
 
6
6
  Arguments:
7
7
  ${t}`:"")+(e.description?`
8
8
 
9
- ${e.description}`:"");return window.confirm(r)},sb=e=>{if(e==null)return"";try{let t=JSON.stringify(e,null,2);return t.length>500?t.slice(0,500)+"\u2026":t}catch{return String(e)}},ib=e=>{if(e===void 0)return"{}";try{let t=JSON.stringify(e);return t===void 0?"{}":t}catch{return"{}"}},lb=e=>{if(e===void 0)return"";try{return JSON.stringify(e)}catch{return String(e)}};var db="agent_",cb="flow_";function zg(e){return e.startsWith(db)?{kind:"agentId",agentId:e}:e.startsWith(cb)?{kind:"flowId",flowId:e}:null}function $g(e,t){let r=e.trim();if(!r)throw new Error("[Persona] `target` is empty.");let o=r.indexOf(":");if(o>0){let s=r.slice(0,o),i=r.slice(o+1);if(s==="runtype"){let d=zg(i);if(d)return d;throw new Error(`[Persona] target "runtype:${i}" is not a valid Runtype agent_/flow_ id.`)}let c=t==null?void 0:t[s];if(!c)throw new Error(`[Persona] No target provider registered for "${s}". Add a \`targetProviders.${s}\` resolver, or use a Runtype agent_/flow_ id.`);return{kind:"payload",payload:c(i).payload}}let n=zg(r);if(n)return n;let a=t==null?void 0:t.default;if(a)return{kind:"payload",payload:a(r).payload};throw new Error(`[Persona] target "${r}" has no provider prefix and is not a Runtype agent_/flow_ id. Use "<provider>:${r}", a Runtype TypeID, or register a \`targetProviders.default\` resolver.`)}var Mn=La(oi(),1);var S=(e,t)=>{let r=document.createElement(e);return t&&(r.className=t),r},No=(e,t,r)=>{let o=e.createElement(t);return r&&(o.className=r),o};var Tt=(e,t={},...r)=>{let o=document.createElement(e);if(t.className&&(o.className=t.className),t.text!==void 0&&(o.textContent=t.text),t.attrs)for(let[a,s]of Object.entries(t.attrs))o.setAttribute(a,s);if(t.style){let a=o.style,s=t.style;for(let i of Object.keys(s)){let c=s[i];c!=null&&(a[i]=c)}}let n=r.filter(a=>a!=null);return n.length>0&&o.append(...n),o},gs=(...e)=>e.filter(Boolean).join(" ");var xs="ask_user_question",hs=8,Ha="data-persona-ask-sheet-for",gb="Other",hb="Other\u2026",Kg="Type your own answer here",Xg="Send",xb="Next",yb="Back",bb="Submit all",vb="Skip",wb=3,Fl="data-ask-current-index",Nl="data-ask-question-count",Qg="data-ask-answers",Ol="data-ask-grouped",Jg="data-ask-layout",Cb=e=>e.layout==="pills"?"pills":"rows",Sb=e=>e.getAttribute(Jg)==="pills"?"pills":"rows",Gg=!1,Yg=e=>e.replace(/["\\]/g,"\\$&"),Jo=e=>e.variant==="tool"&&!!e.toolCall&&e.toolCall.name===xs,ni=e=>{var t,r;return(r=(t=e==null?void 0:e.features)==null?void 0:t.askUserQuestion)!=null?r:{}},Yo=e=>{let t=e.toolCall;if(!t)return{payload:null,complete:!1};let r=t.status==="complete";if(t.args&&typeof t.args=="object")return{payload:t.args,complete:r};let o=t.chunks;if(!o||o.length===0)return{payload:null,complete:r};try{let n=o.join(""),a=(0,Mn.parse)(n,Mn.STR|Mn.OBJ|Mn.ARR);if(a&&typeof a=="object")return{payload:a,complete:r}}catch{}return{payload:null,complete:r}},ys=e=>{let t=Array.isArray(e==null?void 0:e.questions)?e.questions:[];return t.length>hs&&!Gg&&(Gg=!0,typeof console!="undefined"&&console.warn(`[AgentWidget] ask_user_question received ${t.length} questions; truncating to ${hs}.`)),t.slice(0,hs)},Ab=e=>{var t;return(t=ys(e)[0])!=null?t:null},Mb=(e,t)=>{var r;return(r=ys(e)[t])!=null?r:null},Zg=(e,t)=>{let r=t.styles;r&&(r.sheetBackground&&e.style.setProperty("--persona-ask-sheet-bg",r.sheetBackground),r.sheetBorder&&e.style.setProperty("--persona-ask-sheet-border",r.sheetBorder),r.sheetShadow&&e.style.setProperty("--persona-ask-sheet-shadow",r.sheetShadow),r.pillBackground&&e.style.setProperty("--persona-ask-pill-bg",r.pillBackground),r.pillBackgroundSelected&&e.style.setProperty("--persona-ask-pill-bg-selected",r.pillBackgroundSelected),r.pillTextColor&&e.style.setProperty("--persona-ask-pill-fg",r.pillTextColor),r.pillTextColorSelected&&e.style.setProperty("--persona-ask-pill-fg-selected",r.pillTextColorSelected),r.pillBorderRadius&&e.style.setProperty("--persona-ask-pill-radius",r.pillBorderRadius),r.customInputBackground&&e.style.setProperty("--persona-ask-input-bg",r.customInputBackground))},eh=(e,t,r)=>{if(e!=="rows")return null;let o=S("span","persona-ask-row-affordance");if(o.setAttribute("aria-hidden","true"),t){let n=S("span","persona-ask-row-check");o.appendChild(n)}else{let n=S("span","persona-ask-row-badge");n.textContent=String(r+1),o.appendChild(n)}return o},Tb=(e,t,r,o)=>{let a=S("button",r==="rows"?"persona-ask-pill persona-ask-row persona-pointer-events-auto":"persona-ask-pill persona-pointer-events-auto");if(a.type="button",a.setAttribute("role",o?"checkbox":"button"),a.setAttribute("aria-pressed","false"),a.setAttribute("data-ask-user-action","pick"),a.setAttribute("data-option-index",String(t)),a.setAttribute("data-option-label",e.label),r==="rows"){let s=S("span","persona-ask-row-content"),i=S("span","persona-ask-row-label");if(i.textContent=e.label,s.appendChild(i),e.description){let d=S("span","persona-ask-row-description");d.textContent=e.description,s.appendChild(d)}a.appendChild(s);let c=eh(r,o,t);c&&a.appendChild(c)}else a.textContent=e.label,e.description&&(a.title=e.description);return a},Eb=e=>{let r=S("span",e==="rows"?"persona-ask-pill persona-ask-row persona-ask-pill-skeleton persona-pointer-events-none":"persona-ask-pill persona-ask-pill-skeleton persona-pointer-events-none");return r.setAttribute("aria-hidden","true"),r},kb=(e,t,r,o)=>{var p,u,g;let a=S("div",o==="rows"?"persona-ask-pills persona-ask-pills--rows persona-flex persona-flex-col persona-gap-2":"persona-ask-pills persona-flex persona-flex-wrap persona-gap-2");a.setAttribute("role","group"),a.setAttribute("data-ask-pill-list","true");let s=!!(e!=null&&e.multiSelect),c=(Array.isArray(e==null?void 0:e.options)?e.options:[]).filter(f=>f&&typeof f.label=="string"&&f.label.length>0);if(c.length===0&&!r){for(let f=0;f<wb;f++)a.appendChild(Eb(o));return a}if(c.forEach((f,h)=>{a.appendChild(Tb(f,h,o,s))}),(e==null?void 0:e.allowFreeText)!==!1){let f=o==="rows"?gb:hb;if(o==="rows"){let h=S("div","persona-ask-pill persona-ask-row persona-ask-row--other persona-ask-pill-custom persona-pointer-events-auto");h.setAttribute("data-ask-user-action","focus-free-text"),h.setAttribute("data-option-index",String(c.length)),h.setAttribute("data-ask-other-row","true");let b=S("span","persona-ask-row-content"),k=document.createElement("input");k.type="text",k.className="persona-ask-row-input persona-flex-1 persona-pointer-events-auto",k.placeholder=(p=t.freeTextPlaceholder)!=null?p:Kg,k.setAttribute("data-ask-free-text-input","true"),k.setAttribute("aria-label",(u=t.freeTextLabel)!=null?u:f),b.appendChild(k),h.appendChild(b);let E=eh(o,s,c.length);E&&h.appendChild(E),a.appendChild(h)}else{let h=S("button","persona-ask-pill persona-ask-pill-custom persona-pointer-events-auto");h.type="button",h.setAttribute("data-ask-user-action","open-free-text"),h.textContent=(g=t.freeTextLabel)!=null?g:f,a.appendChild(h)}}return a},th=(e,t)=>{var a,s;let o=S("div",t==="rows"?"persona-ask-free-text persona-ask-free-text--rows persona-flex persona-gap-2 persona-mt-2":"persona-ask-free-text persona-hidden persona-flex persona-gap-2 persona-mt-2");o.setAttribute("data-ask-free-text-row","true");let n=document.createElement("input");if(n.type="text",n.className="persona-ask-free-text-input persona-flex-1 persona-pointer-events-auto",n.placeholder=(a=e.freeTextPlaceholder)!=null?a:Kg,n.setAttribute("data-ask-free-text-input","true"),o.appendChild(n),t!=="rows"){let i=S("button","persona-ask-free-text-submit persona-pointer-events-auto");i.type="button",i.textContent=(s=e.submitLabel)!=null?s:Xg,i.setAttribute("data-ask-user-action","submit-free-text"),o.appendChild(i)}return o},Lb=e=>{var o;let t=S("div","persona-ask-multi-actions persona-flex persona-justify-end persona-mt-2");t.setAttribute("data-ask-multi-actions","true");let r=S("button","persona-ask-multi-submit persona-pointer-events-auto");return r.type="button",r.textContent=(o=e.submitLabel)!=null?o:Xg,r.setAttribute("data-ask-user-action","submit-multi"),r.disabled=!0,t.appendChild(r),t},Pb=(e,t,r)=>{var d,p,u,g;let o=S("div","persona-ask-nav persona-flex persona-justify-between persona-items-center persona-gap-2 persona-mt-2");o.setAttribute("data-ask-nav-row","true");let n=S("button","persona-ask-nav-back persona-pointer-events-auto");n.type="button",n.textContent=(d=r.backLabel)!=null?d:yb,n.setAttribute("data-ask-user-action","back"),n.disabled=e===0,o.appendChild(n);let a=S("div","persona-ask-nav-right persona-flex persona-items-center persona-gap-2"),s=S("button","persona-ask-nav-skip persona-pointer-events-auto");s.type="button",s.textContent=(p=r.skipLabel)!=null?p:vb,s.setAttribute("data-ask-user-action","skip"),a.appendChild(s);let i=S("button","persona-ask-nav-next persona-pointer-events-auto");i.type="button";let c=e===t-1;return i.textContent=c?(u=r.submitAllLabel)!=null?u:bb:(g=r.nextLabel)!=null?g:xb,i.setAttribute("data-ask-user-action",c?"submit-all":"next"),i.disabled=!0,a.appendChild(i),o.appendChild(a),o},na=e=>{let t=e.getAttribute(Qg);if(!t)return{};try{let r=JSON.parse(t);return r&&typeof r=="object"?r:{}}catch{return{}}},rh=(e,t)=>{e.setAttribute(Qg,JSON.stringify(t))},ao=e=>{var r;let t=Number((r=e.getAttribute(Fl))!=null?r:"0");return Number.isFinite(t)?Math.max(0,Math.floor(t)):0},Rb=(e,t)=>{e.setAttribute(Fl,String(Math.max(0,Math.floor(t))))},Wa=e=>{var r;let t=Number((r=e.getAttribute(Nl))!=null?r:"1");return Number.isFinite(t)?Math.max(1,Math.floor(t)):1},Tn=e=>e.getAttribute(Ol)==="true",Ib=(e,t)=>{var n;let r=(n=e.agentMetadata)==null?void 0:n.askUserQuestionAnswers;if(!r||typeof r!="object")return{};let o={};return t.forEach((a,s)=>{let i=typeof(a==null?void 0:a.question)=="string"?a.question:"";if(i&&Object.prototype.hasOwnProperty.call(r,i)){let c=r[i];(typeof c=="string"||Array.isArray(c))&&(o[s]=c)}}),o},Hb=(e,t)=>{var o;let r=(o=e.agentMetadata)==null?void 0:o.askUserQuestionIndex;return typeof r!="number"||!Number.isFinite(r)?0:Math.max(0,Math.min(t-1,Math.floor(r)))},ai=(e,t)=>{let{payload:r}=Yo(t),o=ys(r),n=na(e),a={},s=new Set;return o.forEach((i,c)=>{let d=typeof(i==null?void 0:i.question)=="string"?i.question:"";d&&(s.has(d)&&typeof console!="undefined"&&console.warn(`[AgentWidget] ask_user_question has duplicate question text "${d}"; later answer wins.`),s.add(d),Object.prototype.hasOwnProperty.call(n,c)&&(a[d]=n[c]))}),a},oh=e=>{let t=na(e),r=ao(e),o=t[r],n=new Set;typeof o=="string"?n.add(o):Array.isArray(o)&&o.forEach(c=>n.add(c));let a=e.querySelectorAll('[data-ask-user-action="pick"][data-option-label]');a.forEach(c=>{var u;let d=(u=c.getAttribute("data-option-label"))!=null?u:"",p=n.has(d);c.setAttribute("aria-pressed",p?"true":"false"),c.classList.toggle("persona-ask-pill-selected",p)});let s=new Set(Array.from(a).map(c=>{var d;return(d=c.getAttribute("data-option-label"))!=null?d:""})),i=e.querySelector('[data-ask-free-text-input="true"]');if(i)if(typeof o=="string"&&o.length>0&&!s.has(o)){i.value=o;let c=i.closest('[data-ask-free-text-row="true"]');c==null||c.classList.remove("persona-hidden")}else i.value=""},nh=e=>{if(!Tn(e))return;let t=na(e),r=ao(e),o=t[r],n=typeof o=="string"&&o.length>0||Array.isArray(o)&&o.length>0,a=e.querySelector('[data-ask-user-action="next"], [data-ask-user-action="submit-all"]');a&&(a.disabled=!n);let s=e.querySelector('[data-ask-user-action="submit-multi"]');if(s){let i=Array.from(e.querySelectorAll('[aria-pressed="true"][data-option-label]'));s.disabled=i.length===0}},_l=(e,t,r)=>{let o=ni(r),n=Sb(e),{payload:a,complete:s}=Yo(t),i=Tn(e),c=ao(e),d=Wa(e),p=i?Mb(a,c):Ab(a),u=!!(p!=null&&p.multiSelect),g=e.querySelector('[data-ask-step-inline="true"]');g&&(g.textContent=i?`${c+1}/${d}`:"");let f=e.querySelector('[data-ask-stepper="true"]');f&&f.remove();let h=e.querySelector('[data-ask-question="true"]');if(h){let A=typeof(p==null?void 0:p.question)=="string"?p.question:"";h.textContent=A,h.classList.toggle("persona-ask-question-skeleton",!A&&!s)}let b=e.querySelector('[data-ask-pill-list="true"]');if(b){let A=kb(p,o,s,n);b.replaceWith(A)}if(n!=="rows"){let A=e.querySelector('[data-ask-free-text-row="true"]');A&&A.replaceWith(th(o,n))}let k=e.querySelector('[data-ask-multi-actions="true"]');!i&&u&&!k?e.appendChild(Lb(o)):(!u||i)&&k&&k.remove(),e.setAttribute("data-multi-select",u?"true":"false");let E=e.querySelector('[data-ask-nav-row="true"]');if(i){let A=Pb(c,d,o);E?E.replaceWith(A):e.appendChild(A)}else E&&E.remove();oh(e),nh(e)},Wb=(e,t,r)=>{let o=ni(t),n=Cb(o),a=e.toolCall.id,s=ys(r),i=Math.max(1,s.length),c=i>1,d=Ib(e,s),p=c?Hb(e,i):0,u=S("div",["persona-ask-sheet",`persona-ask-sheet--${n}`,"persona-pointer-events-auto","persona-ask-sheet-enter"].join(" "));u.setAttribute(Ha,a),u.setAttribute("data-tool-call-id",a),u.setAttribute("data-message-id",e.id),u.setAttribute(Nl,String(i)),u.setAttribute(Fl,String(p)),u.setAttribute(Ol,c?"true":"false"),u.setAttribute(Jg,n),rh(u,d),u.setAttribute("role","group"),u.setAttribute("aria-label","Suggested answers"),o.slideInMs!==void 0&&u.style.setProperty("--persona-ask-sheet-duration",`${o.slideInMs}ms`),Zg(u,o);let g=S("div","persona-ask-sheet-header persona-flex persona-items-center persona-gap-3"),f=S("div","persona-ask-sheet-question persona-flex-1");f.setAttribute("data-ask-question","true"),f.textContent="",g.appendChild(f);let h=S("span","persona-ask-sheet-step-inline");h.setAttribute("data-ask-step-inline","true"),h.textContent="",g.appendChild(h),u.appendChild(g);let k=S("div",n==="rows"?"persona-ask-pills persona-ask-pills--rows persona-flex persona-flex-col persona-gap-2":"persona-ask-pills persona-flex persona-flex-wrap persona-gap-2");return k.setAttribute("data-ask-pill-list","true"),k.setAttribute("role","group"),u.appendChild(k),n!=="rows"&&u.appendChild(th(o,n)),_l(u,e,t),requestAnimationFrame(()=>{requestAnimationFrame(()=>u.classList.remove("persona-ask-sheet-enter"))}),u},Bb=(e,t,r)=>{let{payload:o}=Yo(t),n=Math.max(1,ys(o).length);n>Wa(e)&&(e.setAttribute(Nl,String(n)),n>1&&!Tn(e)&&e.setAttribute(Ol,"true")),_l(e,t,r)},ah=(e,t)=>{let r=S("div","persona-ask-stub persona-inline-flex persona-items-center persona-gap-2");r.id=`bubble-${e.id}`,r.setAttribute("data-message-id",e.id),r.setAttribute("data-bubble-type","ask-user-question");let o=ni(t);Zg(r,o);let n=S("span","persona-ask-stub-label"),{complete:a}=Yo(e);return n.textContent=a?"Awaiting your response\u2026":"Preparing options\u2026",r.appendChild(n),r},Ba=(e,t,r)=>{if(!r||!Jo(e)||ni(t).enabled===!1)return;let n=e.toolCall.id;r.querySelectorAll(`[${Ha}]`).forEach(d=>{d.getAttribute(Ha)!==n&&d.remove()});let s=r.querySelector(`[${Ha}="${Yg(n)}"]`);if(s){Bb(s,e,t);return}let{payload:i}=Yo(e),c=Wb(e,t,i);r.appendChild(c)},En=(e,t)=>{if(!e)return;let r=t?`[${Ha}="${Yg(t)}"]`:`[${Ha}]`;e.querySelectorAll(r).forEach(n=>{n.classList.add("persona-ask-sheet-leave");let a=Number.parseInt(getComputedStyle(n).getPropertyValue("--persona-ask-sheet-duration")||"180",10);setTimeout(()=>n.remove(),Number.isFinite(a)?a:180)})},Ul=e=>Array.from(e.querySelectorAll('[aria-pressed="true"][data-option-label]')).map(t=>t.getAttribute("data-option-label")).filter(t=>typeof t=="string"&&t.length>0),kn=(e,t)=>{let r=na(e),o=ao(e);typeof t=="string"&&t.length===0||Array.isArray(t)&&t.length===0?delete r[o]:r[o]=t,rh(e,r),oh(e),nh(e)},si=(e,t,r,o)=>{let n=Wa(e),a=Math.max(0,Math.min(n-1,o));Rb(e,a),_l(e,t,r)};var vo="suggest_replies";var ql={type:"object",properties:{suggestions:{type:"array",minItems:1,maxItems:4,description:"1-4 short, distinct follow-up replies, phrased in the user's voice.",items:{type:"string",minLength:1,maxLength:60}}},required:["suggestions"],additionalProperties:!1},ii={name:vo,description:`Offer the user tappable quick-reply suggestions for their next message. Call at most once per turn, as the LAST action after your reply text is complete. Each suggestion is sent verbatim as the user's next message, so phrase suggestions in the user's voice (e.g. "Tell me more about pricing"). Keep them short and distinct. The result only confirms the suggestions were shown: do not add further commentary after calling this tool; end your turn.`,parametersSchema:ql,origin:"sdk",annotations:{readOnlyHint:!0}},Vl=()=>({content:[{type:"text",text:"Suggestions shown to the user."}]}),bs=e=>{var t;return e.variant==="tool"&&((t=e.toolCall)==null?void 0:t.name)===vo},zl=e=>{let t=e;if(typeof t=="string")try{t=JSON.parse(t)}catch{return[]}let r=t==null?void 0:t.suggestions;if(!Array.isArray(r))return[];let o=r.filter(n=>typeof n=="string").map(n=>n.trim()).filter(n=>n.length>0);return o.length>4?(console.warn(`[persona] suggest_replies: ${o.length} suggestions exceeds the cap of 4; extra suggestions dropped.`),o.slice(0,4)):o},li=e=>{var t;for(let r=e.length-1;r>=0;r--){let o=e[r];if(o.role==="user")return null;if(!bs(o))continue;let n=zl((t=o.toolCall)==null?void 0:t.args);return n.length>0?n:null}return null},sh=e=>{var r;let t=(r=e==null?void 0:e.features)==null?void 0:r.suggestReplies;return(t==null?void 0:t.expose)===!0&&t.enabled!==!1};var $l={type:"object",properties:{questions:{type:"array",minItems:1,maxItems:hs,description:"Questions to ask the user. Prefer a single question.",items:{type:"object",properties:{question:{type:"string",description:"The complete question, ending with a question mark."},header:{type:"string",maxLength:12,description:'Short topic label, e.g. "Auth method".'},options:{type:"array",minItems:2,maxItems:4,description:'2-4 distinct choices. Do NOT add an "Other" option: free text is automatic.',items:{type:"object",properties:{label:{type:"string",description:"Concise choice text (1-5 words)."},description:{type:"string",description:"What the option means or implies."}},required:["label"],additionalProperties:!1}},multiSelect:{type:"boolean",description:"Allow selecting multiple options. Default false."},allowFreeText:{type:"boolean",description:"Show a free-text input. Default true."}},required:["question","options"],additionalProperties:!1}}},required:["questions"],additionalProperties:!1},jl={name:xs,description:"Ask the user multiple-choice questions and wait for their answers. Use only when blocked on a decision that is the user's to make: a preference, a choice between valid approaches, or information you cannot infer. Each question offers 2-4 options plus an automatic free-text input. The result maps each question to its answer (an array when multiSelect); a question absent from the result was skipped.",parametersSchema:$l,origin:"sdk",annotations:{readOnlyHint:!0}},vs=e=>{var o;let t=[],r=(o=e==null?void 0:e.features)==null?void 0:o.askUserQuestion;return(r==null?void 0:r.expose)===!0&&r.enabled!==!1&&t.push(jl),sh(e)&&t.push(ii),t};var Zo=La(oi(),1),di=e=>e.replace(/\\n/g,`
10
- `).replace(/\\r/g,"\r").replace(/\\t/g," ").replace(/\\"/g,'"').replace(/\\\\/g,"\\"),Ln=e=>{if(e===null)return"null";if(e===void 0)return"";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)}},Db=e=>{var s,i;let t=(s=e.completedAt)!=null?s:Date.now(),r=(i=e.startedAt)!=null?i:t,n=(e.durationMs!==void 0?e.durationMs:Math.max(0,t-r))/1e3;return n<.1?"Thought for <0.1 seconds":`Thought for ${n>=10?Math.round(n).toString():n.toFixed(1).replace(/\.0$/,"")} seconds`},ih=e=>e.status==="complete"?Db(e):e.status==="pending"?"Waiting":"",Fb=e=>{var n,a,s;let r=(typeof e.duration=="number"?e.duration:typeof e.durationMs=="number"?e.durationMs:Math.max(0,((n=e.completedAt)!=null?n:Date.now())-((s=(a=e.startedAt)!=null?a:e.completedAt)!=null?s:Date.now())))/1e3;return r<.1?"Used tool for <0.1 seconds":`Used tool for ${r>=10?Math.round(r).toString():r.toFixed(1).replace(/\.0$/,"")} seconds`};var lh=e=>e.status==="complete"?Fb(e):"Using tool...",ci=e=>{let t=e/1e3;return t<.1?"<0.1s":t>=10?`${Math.round(t)}s`:`${t.toFixed(1).replace(/\.0$/,"")}s`},Cs=e=>{var r,o,n;let t=typeof e.duration=="number"?e.duration:typeof e.durationMs=="number"?e.durationMs:Math.max(0,((r=e.completedAt)!=null?r:Date.now())-((n=(o=e.startedAt)!=null?o:e.completedAt)!=null?n:Date.now()));return ci(t)},pi=e=>{var r,o,n;let t=e.durationMs!==void 0?e.durationMs:Math.max(0,((r=e.completedAt)!=null?r:Date.now())-((n=(o=e.startedAt)!=null?o:e.completedAt)!=null?n:Date.now()));return ci(t)},Gl=(e,t,r)=>{var a;if(!t)return r;let o=((a=e.name)==null?void 0:a.trim())||"tool",n=Cs(e);return t.replace(/\{toolName\}/g,o).replace(/\{duration\}/g,n)},ui=(e,t)=>{let r=e.replace(/\{toolName\}/g,t),o=[],n=/\*\*(.+?)\*\*|\*(.+?)\*|~(.+?)~/g,a=0,s;for(;(s=n.exec(r))!==null;)s.index>a&&ws(o,r.slice(a,s.index),[]),s[1]!==void 0?ws(o,s[1],["bold"]):s[2]!==void 0?ws(o,s[2],["italic"]):s[3]!==void 0&&ws(o,s[3],["dim"]),a=s.index+s[0].length;return a<r.length&&ws(o,r.slice(a),[]),o},ws=(e,t,r)=>{let o=t.split("{duration}");for(let n=0;n<o.length;n++)o[n]&&e.push({text:o[n],styles:r}),n<o.length-1&&e.push({text:"{duration}",styles:r,isDuration:!0})},Nb=()=>{let e=null,t=0,r=o=>{let n=/"text"\s*:\s*"((?:[^"\\]|\\.|")*?)"/,a=o.match(n);if(a&&a[1])try{return a[1].replace(/\\n/g,`
9
+ ${e.description}`:"");return window.confirm(r)},wb=e=>{if(e==null)return"";try{let t=JSON.stringify(e,null,2);return t.length>500?t.slice(0,500)+"\u2026":t}catch{return String(e)}},Cb=e=>{if(e===void 0)return"{}";try{let t=JSON.stringify(e);return t===void 0?"{}":t}catch{return"{}"}},Sb=e=>{if(e===void 0)return"";try{return JSON.stringify(e)}catch{return String(e)}};var Ab="agent_",Mb="flow_";function rh(e){return e.startsWith(Ab)?{kind:"agentId",agentId:e}:e.startsWith(Mb)?{kind:"flowId",flowId:e}:null}function oh(e,t){let r=e.trim();if(!r)throw new Error("[Persona] `target` is empty.");let o=r.indexOf(":");if(o>0){let s=r.slice(0,o),i=r.slice(o+1);if(s==="runtype"){let d=rh(i);if(d)return d;throw new Error(`[Persona] target "runtype:${i}" is not a valid Runtype agent_/flow_ id.`)}let c=t==null?void 0:t[s];if(!c)throw new Error(`[Persona] No target provider registered for "${s}". Add a \`targetProviders.${s}\` resolver, or use a Runtype agent_/flow_ id.`);return{kind:"payload",payload:c(i).payload}}let n=rh(r);if(n)return n;let a=t==null?void 0:t.default;if(a)return{kind:"payload",payload:a(r).payload};throw new Error(`[Persona] target "${r}" has no provider prefix and is not a Runtype agent_/flow_ id. Use "<provider>:${r}", a Runtype TypeID, or register a \`targetProviders.default\` resolver.`)}var En=Ia(li(),1);var v=(e,t)=>{let r=document.createElement(e);return t&&(r.className=t),r},No=(e,t,r)=>{let o=e.createElement(t);return r&&(o.className=r),o};var Tt=(e,t={},...r)=>{let o=document.createElement(e);if(t.className&&(o.className=t.className),t.text!==void 0&&(o.textContent=t.text),t.attrs)for(let[a,s]of Object.entries(t.attrs))o.setAttribute(a,s);if(t.style){let a=o.style,s=t.style;for(let i of Object.keys(s)){let c=s[i];c!=null&&(a[i]=c)}}let n=r.filter(a=>a!=null);return n.length>0&&o.append(...n),o},bs=(...e)=>e.filter(Boolean).join(" ");var ws="ask_user_question",vs=8,Da="data-persona-ask-sheet-for",Pb="Other",Rb="Other\u2026",sh="Type your own answer here",ih="Send",Ib="Next",Wb="Back",Hb="Submit all",Bb="Skip",Db=3,$l="data-ask-current-index",jl="data-ask-question-count",lh="data-ask-answers",Gl="data-ask-grouped",dh="data-ask-layout",Fb=e=>e.layout==="pills"?"pills":"rows",Nb=e=>e.getAttribute(dh)==="pills"?"pills":"rows",ah=!1,ch=e=>e.replace(/["\\]/g,"\\$&"),en=e=>e.variant==="tool"&&!!e.toolCall&&e.toolCall.name===ws,di=e=>{var t,r;return(r=(t=e==null?void 0:e.features)==null?void 0:t.askUserQuestion)!=null?r:{}},tn=e=>{let t=e.toolCall;if(!t)return{payload:null,complete:!1};let r=t.status==="complete";if(t.args&&typeof t.args=="object")return{payload:t.args,complete:r};let o=t.chunks;if(!o||o.length===0)return{payload:null,complete:r};try{let n=o.join(""),a=(0,En.parse)(n,En.STR|En.OBJ|En.ARR);if(a&&typeof a=="object")return{payload:a,complete:r}}catch{}return{payload:null,complete:r}},Cs=e=>{let t=Array.isArray(e==null?void 0:e.questions)?e.questions:[];return t.length>vs&&!ah&&(ah=!0,typeof console!="undefined"&&console.warn(`[AgentWidget] ask_user_question received ${t.length} questions; truncating to ${vs}.`)),t.slice(0,vs)},Ob=e=>{var t;return(t=Cs(e)[0])!=null?t:null},_b=(e,t)=>{var r;return(r=Cs(e)[t])!=null?r:null},ph=(e,t)=>{let r=t.styles;r&&(r.sheetBackground&&e.style.setProperty("--persona-ask-sheet-bg",r.sheetBackground),r.sheetBorder&&e.style.setProperty("--persona-ask-sheet-border",r.sheetBorder),r.sheetShadow&&e.style.setProperty("--persona-ask-sheet-shadow",r.sheetShadow),r.pillBackground&&e.style.setProperty("--persona-ask-pill-bg",r.pillBackground),r.pillBackgroundSelected&&e.style.setProperty("--persona-ask-pill-bg-selected",r.pillBackgroundSelected),r.pillTextColor&&e.style.setProperty("--persona-ask-pill-fg",r.pillTextColor),r.pillTextColorSelected&&e.style.setProperty("--persona-ask-pill-fg-selected",r.pillTextColorSelected),r.pillBorderRadius&&e.style.setProperty("--persona-ask-pill-radius",r.pillBorderRadius),r.customInputBackground&&e.style.setProperty("--persona-ask-input-bg",r.customInputBackground))},uh=(e,t,r)=>{if(e!=="rows")return null;let o=v("span","persona-ask-row-affordance");if(o.setAttribute("aria-hidden","true"),t){let n=v("span","persona-ask-row-check");o.appendChild(n)}else{let n=v("span","persona-ask-row-badge");n.textContent=String(r+1),o.appendChild(n)}return o},Ub=(e,t,r,o)=>{let a=v("button",r==="rows"?"persona-ask-pill persona-ask-row persona-pointer-events-auto":"persona-ask-pill persona-pointer-events-auto");if(a.type="button",a.setAttribute("role",o?"checkbox":"button"),a.setAttribute("aria-pressed","false"),a.setAttribute("data-ask-user-action","pick"),a.setAttribute("data-option-index",String(t)),a.setAttribute("data-option-label",e.label),r==="rows"){let s=v("span","persona-ask-row-content"),i=v("span","persona-ask-row-label");if(i.textContent=e.label,s.appendChild(i),e.description){let d=v("span","persona-ask-row-description");d.textContent=e.description,s.appendChild(d)}a.appendChild(s);let c=uh(r,o,t);c&&a.appendChild(c)}else a.textContent=e.label,e.description&&(a.title=e.description);return a},qb=e=>{let r=v("span",e==="rows"?"persona-ask-pill persona-ask-row persona-ask-pill-skeleton persona-pointer-events-none":"persona-ask-pill persona-ask-pill-skeleton persona-pointer-events-none");return r.setAttribute("aria-hidden","true"),r},Vb=(e,t,r,o)=>{var p,m,g;let a=v("div",o==="rows"?"persona-ask-pills persona-ask-pills--rows persona-flex persona-flex-col persona-gap-2":"persona-ask-pills persona-flex persona-flex-wrap persona-gap-2");a.setAttribute("role","group"),a.setAttribute("data-ask-pill-list","true");let s=!!(e!=null&&e.multiSelect),c=(Array.isArray(e==null?void 0:e.options)?e.options:[]).filter(u=>u&&typeof u.label=="string"&&u.label.length>0);if(c.length===0&&!r){for(let u=0;u<Db;u++)a.appendChild(qb(o));return a}if(c.forEach((u,h)=>{a.appendChild(Ub(u,h,o,s))}),(e==null?void 0:e.allowFreeText)!==!1){let u=o==="rows"?Pb:Rb;if(o==="rows"){let h=v("div","persona-ask-pill persona-ask-row persona-ask-row--other persona-ask-pill-custom persona-pointer-events-auto");h.setAttribute("data-ask-user-action","focus-free-text"),h.setAttribute("data-option-index",String(c.length)),h.setAttribute("data-ask-other-row","true");let y=v("span","persona-ask-row-content"),E=document.createElement("input");E.type="text",E.className="persona-ask-row-input persona-flex-1 persona-pointer-events-auto",E.placeholder=(p=t.freeTextPlaceholder)!=null?p:sh,E.setAttribute("data-ask-free-text-input","true"),E.setAttribute("aria-label",(m=t.freeTextLabel)!=null?m:u),y.appendChild(E),h.appendChild(y);let T=uh(o,s,c.length);T&&h.appendChild(T),a.appendChild(h)}else{let h=v("button","persona-ask-pill persona-ask-pill-custom persona-pointer-events-auto");h.type="button",h.setAttribute("data-ask-user-action","open-free-text"),h.textContent=(g=t.freeTextLabel)!=null?g:u,a.appendChild(h)}}return a},fh=(e,t)=>{var a,s;let o=v("div",t==="rows"?"persona-ask-free-text persona-ask-free-text--rows persona-flex persona-gap-2 persona-mt-2":"persona-ask-free-text persona-hidden persona-flex persona-gap-2 persona-mt-2");o.setAttribute("data-ask-free-text-row","true");let n=document.createElement("input");if(n.type="text",n.className="persona-ask-free-text-input persona-flex-1 persona-pointer-events-auto",n.placeholder=(a=e.freeTextPlaceholder)!=null?a:sh,n.setAttribute("data-ask-free-text-input","true"),o.appendChild(n),t!=="rows"){let i=v("button","persona-ask-free-text-submit persona-pointer-events-auto");i.type="button",i.textContent=(s=e.submitLabel)!=null?s:ih,i.setAttribute("data-ask-user-action","submit-free-text"),o.appendChild(i)}return o},zb=e=>{var o;let t=v("div","persona-ask-multi-actions persona-flex persona-justify-end persona-mt-2");t.setAttribute("data-ask-multi-actions","true");let r=v("button","persona-ask-multi-submit persona-pointer-events-auto");return r.type="button",r.textContent=(o=e.submitLabel)!=null?o:ih,r.setAttribute("data-ask-user-action","submit-multi"),r.disabled=!0,t.appendChild(r),t},$b=(e,t,r)=>{var d,p,m,g;let o=v("div","persona-ask-nav persona-flex persona-justify-between persona-items-center persona-gap-2 persona-mt-2");o.setAttribute("data-ask-nav-row","true");let n=v("button","persona-ask-nav-back persona-pointer-events-auto");n.type="button",n.textContent=(d=r.backLabel)!=null?d:Wb,n.setAttribute("data-ask-user-action","back"),n.disabled=e===0,o.appendChild(n);let a=v("div","persona-ask-nav-right persona-flex persona-items-center persona-gap-2"),s=v("button","persona-ask-nav-skip persona-pointer-events-auto");s.type="button",s.textContent=(p=r.skipLabel)!=null?p:Bb,s.setAttribute("data-ask-user-action","skip"),a.appendChild(s);let i=v("button","persona-ask-nav-next persona-pointer-events-auto");i.type="button";let c=e===t-1;return i.textContent=c?(m=r.submitAllLabel)!=null?m:Hb:(g=r.nextLabel)!=null?g:Ib,i.setAttribute("data-ask-user-action",c?"submit-all":"next"),i.disabled=!0,a.appendChild(i),o.appendChild(a),o},sa=e=>{let t=e.getAttribute(lh);if(!t)return{};try{let r=JSON.parse(t);return r&&typeof r=="object"?r:{}}catch{return{}}},mh=(e,t)=>{e.setAttribute(lh,JSON.stringify(t))},ao=e=>{var r;let t=Number((r=e.getAttribute($l))!=null?r:"0");return Number.isFinite(t)?Math.max(0,Math.floor(t)):0},jb=(e,t)=>{e.setAttribute($l,String(Math.max(0,Math.floor(t))))},Fa=e=>{var r;let t=Number((r=e.getAttribute(jl))!=null?r:"1");return Number.isFinite(t)?Math.max(1,Math.floor(t)):1},kn=e=>e.getAttribute(Gl)==="true",Gb=(e,t)=>{var n;let r=(n=e.agentMetadata)==null?void 0:n.askUserQuestionAnswers;if(!r||typeof r!="object")return{};let o={};return t.forEach((a,s)=>{let i=typeof(a==null?void 0:a.question)=="string"?a.question:"";if(i&&Object.prototype.hasOwnProperty.call(r,i)){let c=r[i];(typeof c=="string"||Array.isArray(c))&&(o[s]=c)}}),o},Kb=(e,t)=>{var o;let r=(o=e.agentMetadata)==null?void 0:o.askUserQuestionIndex;return typeof r!="number"||!Number.isFinite(r)?0:Math.max(0,Math.min(t-1,Math.floor(r)))},ci=(e,t)=>{let{payload:r}=tn(t),o=Cs(r),n=sa(e),a={},s=new Set;return o.forEach((i,c)=>{let d=typeof(i==null?void 0:i.question)=="string"?i.question:"";d&&(s.has(d)&&typeof console!="undefined"&&console.warn(`[AgentWidget] ask_user_question has duplicate question text "${d}"; later answer wins.`),s.add(d),Object.prototype.hasOwnProperty.call(n,c)&&(a[d]=n[c]))}),a},gh=e=>{let t=sa(e),r=ao(e),o=t[r],n=new Set;typeof o=="string"?n.add(o):Array.isArray(o)&&o.forEach(c=>n.add(c));let a=e.querySelectorAll('[data-ask-user-action="pick"][data-option-label]');a.forEach(c=>{var m;let d=(m=c.getAttribute("data-option-label"))!=null?m:"",p=n.has(d);c.setAttribute("aria-pressed",p?"true":"false"),c.classList.toggle("persona-ask-pill-selected",p)});let s=new Set(Array.from(a).map(c=>{var d;return(d=c.getAttribute("data-option-label"))!=null?d:""})),i=e.querySelector('[data-ask-free-text-input="true"]');if(i)if(typeof o=="string"&&o.length>0&&!s.has(o)){i.value=o;let c=i.closest('[data-ask-free-text-row="true"]');c==null||c.classList.remove("persona-hidden")}else i.value=""},hh=e=>{if(!kn(e))return;let t=sa(e),r=ao(e),o=t[r],n=typeof o=="string"&&o.length>0||Array.isArray(o)&&o.length>0,a=e.querySelector('[data-ask-user-action="next"], [data-ask-user-action="submit-all"]');a&&(a.disabled=!n);let s=e.querySelector('[data-ask-user-action="submit-multi"]');if(s){let i=Array.from(e.querySelectorAll('[aria-pressed="true"][data-option-label]'));s.disabled=i.length===0}},Kl=(e,t,r)=>{let o=di(r),n=Nb(e),{payload:a,complete:s}=tn(t),i=kn(e),c=ao(e),d=Fa(e),p=i?_b(a,c):Ob(a),m=!!(p!=null&&p.multiSelect),g=e.querySelector('[data-ask-step-inline="true"]');g&&(g.textContent=i?`${c+1}/${d}`:"");let u=e.querySelector('[data-ask-stepper="true"]');u&&u.remove();let h=e.querySelector('[data-ask-question="true"]');if(h){let A=typeof(p==null?void 0:p.question)=="string"?p.question:"";h.textContent=A,h.classList.toggle("persona-ask-question-skeleton",!A&&!s)}let y=e.querySelector('[data-ask-pill-list="true"]');if(y){let A=Vb(p,o,s,n);y.replaceWith(A)}if(n!=="rows"){let A=e.querySelector('[data-ask-free-text-row="true"]');A&&A.replaceWith(fh(o,n))}let E=e.querySelector('[data-ask-multi-actions="true"]');!i&&m&&!E?e.appendChild(zb(o)):(!m||i)&&E&&E.remove(),e.setAttribute("data-multi-select",m?"true":"false");let T=e.querySelector('[data-ask-nav-row="true"]');if(i){let A=$b(c,d,o);T?T.replaceWith(A):e.appendChild(A)}else T&&T.remove();gh(e),hh(e)},Xb=(e,t,r)=>{let o=di(t),n=Fb(o),a=e.toolCall.id,s=Cs(r),i=Math.max(1,s.length),c=i>1,d=Gb(e,s),p=c?Kb(e,i):0,m=v("div",["persona-ask-sheet",`persona-ask-sheet--${n}`,"persona-pointer-events-auto","persona-ask-sheet-enter"].join(" "));m.setAttribute(Da,a),m.setAttribute("data-tool-call-id",a),m.setAttribute("data-message-id",e.id),m.setAttribute(jl,String(i)),m.setAttribute($l,String(p)),m.setAttribute(Gl,c?"true":"false"),m.setAttribute(dh,n),mh(m,d),m.setAttribute("role","group"),m.setAttribute("aria-label","Suggested answers"),o.slideInMs!==void 0&&m.style.setProperty("--persona-ask-sheet-duration",`${o.slideInMs}ms`),ph(m,o);let g=v("div","persona-ask-sheet-header persona-flex persona-items-center persona-gap-3"),u=v("div","persona-ask-sheet-question persona-flex-1");u.setAttribute("data-ask-question","true"),u.textContent="",g.appendChild(u);let h=v("span","persona-ask-sheet-step-inline");h.setAttribute("data-ask-step-inline","true"),h.textContent="",g.appendChild(h),m.appendChild(g);let E=v("div",n==="rows"?"persona-ask-pills persona-ask-pills--rows persona-flex persona-flex-col persona-gap-2":"persona-ask-pills persona-flex persona-flex-wrap persona-gap-2");return E.setAttribute("data-ask-pill-list","true"),E.setAttribute("role","group"),m.appendChild(E),n!=="rows"&&m.appendChild(fh(o,n)),Kl(m,e,t),requestAnimationFrame(()=>{requestAnimationFrame(()=>m.classList.remove("persona-ask-sheet-enter"))}),m},Qb=(e,t,r)=>{let{payload:o}=tn(t),n=Math.max(1,Cs(o).length);n>Fa(e)&&(e.setAttribute(jl,String(n)),n>1&&!kn(e)&&e.setAttribute(Gl,"true")),Kl(e,t,r)},xh=(e,t)=>{let r=v("div","persona-ask-stub persona-inline-flex persona-items-center persona-gap-2");r.id=`bubble-${e.id}`,r.setAttribute("data-message-id",e.id),r.setAttribute("data-bubble-type","ask-user-question");let o=di(t);ph(r,o);let n=v("span","persona-ask-stub-label"),{complete:a}=tn(e);return n.textContent=a?"Awaiting your response\u2026":"Preparing options\u2026",r.appendChild(n),r},Na=(e,t,r)=>{if(!r||!en(e)||di(t).enabled===!1)return;let n=e.toolCall.id;r.querySelectorAll(`[${Da}]`).forEach(d=>{d.getAttribute(Da)!==n&&d.remove()});let s=r.querySelector(`[${Da}="${ch(n)}"]`);if(s){Qb(s,e,t);return}let{payload:i}=tn(e),c=Xb(e,t,i);r.appendChild(c)},Ln=(e,t)=>{if(!e)return;let r=t?`[${Da}="${ch(t)}"]`:`[${Da}]`;e.querySelectorAll(r).forEach(n=>{n.classList.add("persona-ask-sheet-leave");let a=Number.parseInt(getComputedStyle(n).getPropertyValue("--persona-ask-sheet-duration")||"180",10);setTimeout(()=>n.remove(),Number.isFinite(a)?a:180)})},Xl=e=>Array.from(e.querySelectorAll('[aria-pressed="true"][data-option-label]')).map(t=>t.getAttribute("data-option-label")).filter(t=>typeof t=="string"&&t.length>0),Pn=(e,t)=>{let r=sa(e),o=ao(e);typeof t=="string"&&t.length===0||Array.isArray(t)&&t.length===0?delete r[o]:r[o]=t,mh(e,r),gh(e),hh(e)},pi=(e,t,r,o)=>{let n=Fa(e),a=Math.max(0,Math.min(n-1,o));jb(e,a),Kl(e,t,r)};var bo="suggest_replies";var Ql={type:"object",properties:{suggestions:{type:"array",minItems:1,maxItems:4,description:"1-4 short, distinct follow-up replies, phrased in the user's voice.",items:{type:"string",minLength:1,maxLength:60}}},required:["suggestions"],additionalProperties:!1},ui={name:bo,description:`Offer the user tappable quick-reply suggestions for their next message. Call at most once per turn, as the LAST action after your reply text is complete. Each suggestion is sent verbatim as the user's next message, so phrase suggestions in the user's voice (e.g. "Tell me more about pricing"). Keep them short and distinct. The result only confirms the suggestions were shown: do not add further commentary after calling this tool; end your turn.`,parametersSchema:Ql,origin:"sdk",annotations:{readOnlyHint:!0}},Jl=()=>({content:[{type:"text",text:"Suggestions shown to the user."}]}),Ss=e=>{var t;return e.variant==="tool"&&((t=e.toolCall)==null?void 0:t.name)===bo},Yl=e=>{let t=e;if(typeof t=="string")try{t=JSON.parse(t)}catch{return[]}let r=t==null?void 0:t.suggestions;if(!Array.isArray(r))return[];let o=r.filter(n=>typeof n=="string").map(n=>n.trim()).filter(n=>n.length>0);return o.length>4?(console.warn(`[persona] suggest_replies: ${o.length} suggestions exceeds the cap of 4; extra suggestions dropped.`),o.slice(0,4)):o},fi=e=>{var t;for(let r=e.length-1;r>=0;r--){let o=e[r];if(o.role==="user")return null;if(!Ss(o))continue;let n=Yl((t=o.toolCall)==null?void 0:t.args);return n.length>0?n:null}return null},yh=e=>{var r;let t=(r=e==null?void 0:e.features)==null?void 0:r.suggestReplies;return(t==null?void 0:t.expose)===!0&&t.enabled!==!1};var Zl={type:"object",properties:{questions:{type:"array",minItems:1,maxItems:vs,description:"Questions to ask the user. Prefer a single question.",items:{type:"object",properties:{question:{type:"string",description:"The complete question, ending with a question mark."},header:{type:"string",maxLength:12,description:'Short topic label, e.g. "Auth method".'},options:{type:"array",minItems:2,maxItems:4,description:'2-4 distinct choices. Do NOT add an "Other" option: free text is automatic.',items:{type:"object",properties:{label:{type:"string",description:"Concise choice text (1-5 words)."},description:{type:"string",description:"What the option means or implies."}},required:["label"],additionalProperties:!1}},multiSelect:{type:"boolean",description:"Allow selecting multiple options. Default false."},allowFreeText:{type:"boolean",description:"Show a free-text input. Default true."}},required:["question","options"],additionalProperties:!1}}},required:["questions"],additionalProperties:!1},ed={name:ws,description:"Ask the user multiple-choice questions and wait for their answers. Use only when blocked on a decision that is the user's to make: a preference, a choice between valid approaches, or information you cannot infer. Each question offers 2-4 options plus an automatic free-text input. The result maps each question to its answer (an array when multiSelect); a question absent from the result was skipped.",parametersSchema:Zl,origin:"sdk",annotations:{readOnlyHint:!0}},Oa=e=>{var o;let t=[],r=(o=e==null?void 0:e.features)==null?void 0:o.askUserQuestion;return(r==null?void 0:r.expose)===!0&&r.enabled!==!1&&t.push(ed),yh(e)&&t.push(ui),t};var rn=Ia(li(),1),mi=e=>e.replace(/\\n/g,`
10
+ `).replace(/\\r/g,"\r").replace(/\\t/g," ").replace(/\\"/g,'"').replace(/\\\\/g,"\\"),Rn=e=>{if(e===null)return"null";if(e===void 0)return"";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)}},Jb=e=>{var s,i;let t=(s=e.completedAt)!=null?s:Date.now(),r=(i=e.startedAt)!=null?i:t,n=(e.durationMs!==void 0?e.durationMs:Math.max(0,t-r))/1e3;return n<.1?"Thought for <0.1 seconds":`Thought for ${n>=10?Math.round(n).toString():n.toFixed(1).replace(/\.0$/,"")} seconds`},bh=e=>e.status==="complete"?Jb(e):e.status==="pending"?"Waiting":"",Yb=e=>{var n,a,s;let r=(typeof e.duration=="number"?e.duration:typeof e.durationMs=="number"?e.durationMs:Math.max(0,((n=e.completedAt)!=null?n:Date.now())-((s=(a=e.startedAt)!=null?a:e.completedAt)!=null?s:Date.now())))/1e3;return r<.1?"Used tool for <0.1 seconds":`Used tool for ${r>=10?Math.round(r).toString():r.toFixed(1).replace(/\.0$/,"")} seconds`};var vh=e=>e.status==="complete"?Yb(e):"Using tool...",gi=e=>{let t=e/1e3;return t<.1?"<0.1s":t>=10?`${Math.round(t)}s`:`${t.toFixed(1).replace(/\.0$/,"")}s`},Ms=e=>{var r,o,n;let t=typeof e.duration=="number"?e.duration:typeof e.durationMs=="number"?e.durationMs:Math.max(0,((r=e.completedAt)!=null?r:Date.now())-((n=(o=e.startedAt)!=null?o:e.completedAt)!=null?n:Date.now()));return gi(t)},hi=e=>{var r,o,n;let t=e.durationMs!==void 0?e.durationMs:Math.max(0,((r=e.completedAt)!=null?r:Date.now())-((n=(o=e.startedAt)!=null?o:e.completedAt)!=null?n:Date.now()));return gi(t)},td=(e,t,r)=>{var a;if(!t)return r;let o=((a=e.name)==null?void 0:a.trim())||"tool",n=Ms(e);return t.replace(/\{toolName\}/g,o).replace(/\{duration\}/g,n)},xi=(e,t)=>{let r=e.replace(/\{toolName\}/g,t),o=[],n=/\*\*(.+?)\*\*|\*(.+?)\*|~(.+?)~/g,a=0,s;for(;(s=n.exec(r))!==null;)s.index>a&&As(o,r.slice(a,s.index),[]),s[1]!==void 0?As(o,s[1],["bold"]):s[2]!==void 0?As(o,s[2],["italic"]):s[3]!==void 0&&As(o,s[3],["dim"]),a=s.index+s[0].length;return a<r.length&&As(o,r.slice(a),[]),o},As=(e,t,r)=>{let o=t.split("{duration}");for(let n=0;n<o.length;n++)o[n]&&e.push({text:o[n],styles:r}),n<o.length-1&&e.push({text:"{duration}",styles:r,isDuration:!0})},Zb=()=>{let e=null,t=0,r=o=>{let n=/"text"\s*:\s*"((?:[^"\\]|\\.|")*?)"/,a=o.match(n);if(a&&a[1])try{return a[1].replace(/\\n/g,`
11
11
  `).replace(/\\r/g,"\r").replace(/\\t/g," ").replace(/\\"/g,'"').replace(/\\\\/g,"\\")}catch{return a[1]}let s=/"text"\s*:\s*"((?:[^"\\]|\\.)*)/,i=o.match(s);if(i&&i[1])try{return i[1].replace(/\\n/g,`
12
- `).replace(/\\r/g,"\r").replace(/\\t/g," ").replace(/\\"/g,'"').replace(/\\\\/g,"\\")}catch{return i[1]}return null};return{getExtractedText:()=>e,processChunk:async o=>{if(o.length<=t)return e!==null?{text:e,raw:o}:null;let n=o.trim();if(!n.startsWith("{")&&!n.startsWith("["))return null;let a=r(o);return a!==null&&(e=a),t=o.length,e!==null?{text:e,raw:o}:null},close:async()=>{}}},Ss=e=>{try{let t=JSON.parse(e);if(t&&typeof t=="object"&&typeof t.text=="string")return t.text}catch{return null}return null},fi=()=>{let e={processChunk:t=>null,getExtractedText:()=>null};return e.__isPlainTextParser=!0,e},mi=()=>{var t;let e=Nb();return{processChunk:async r=>{let o=r.trim();return!o.startsWith("{")&&!o.startsWith("[")?null:e.processChunk(r)},getExtractedText:e.getExtractedText.bind(e),close:(t=e.close)==null?void 0:t.bind(e)}},gi=()=>{let e=null,t=0;return{getExtractedText:()=>e,processChunk:r=>{let o=r.trim();if(!o.startsWith("{")&&!o.startsWith("["))return null;if(r.length<=t)return e!==null||e===""?{text:e||"",raw:r}:null;try{let n=(0,Zo.parse)(r,Zo.STR|Zo.OBJ);n&&typeof n=="object"&&(n.component&&typeof n.component=="string"?e=typeof n.text=="string"?di(n.text):"":n.type==="init"&&n.form?e="":typeof n.text=="string"&&(e=di(n.text)))}catch{}return t=r.length,e!==null?{text:e,raw:r}:null},close:()=>{}}},dh=e=>{let t=null,r=0,n=e||(a=>{if(!a||typeof a!="object")return null;let s=i=>typeof i=="string"?di(i):null;if(a.component&&typeof a.component=="string")return typeof a.text=="string"?di(a.text):"";if(a.type==="init"&&a.form)return"";if(a.action)switch(a.action){case"nav_then_click":return s(a.on_load_text)||s(a.text)||null;case"message":case"message_and_click":case"checkout":return s(a.text)||null;default:return s(a.text)||s(a.display_text)||s(a.message)||null}return s(a.text)||s(a.display_text)||s(a.message)||s(a.content)||null});return{getExtractedText:()=>t,processChunk:a=>{let s=a.trim();if(!s.startsWith("{")&&!s.startsWith("["))return null;if(a.length<=r)return t!==null?{text:t,raw:a}:null;try{let i=(0,Zo.parse)(a,Zo.STR|Zo.OBJ),c=n(i);c!==null&&(t=c)}catch{}return r=a.length,{text:t||"",raw:a}},close:()=>{}}},hi=()=>{let e=null;return{processChunk:t=>{if(!t.trim().startsWith("<"))return null;let o=t.match(/<text[^>]*>([\s\S]*?)<\/text>/);return o&&o[1]?(e=o[1],{text:e,raw:t}):null},getExtractedText:()=>e}};var ch="4.6.0";var aa=ch;var _b="https://api.runtype.com/v1/dispatch",xi="https://api.runtype.com";function Ub(e){var a,s;let t=e.toLowerCase(),o={"application/pdf":"pdf","application/json":"json","application/zip":"zip","text/plain":"txt","text/csv":"csv","text/markdown":"md"}[t];if(o)return`attachment.${o}`;let n=t.indexOf("/");if(n>0){let i=(s=(a=t.slice(n+1).split(";")[0])==null?void 0:a.trim())!=null?s:"";if(i&&i!=="octet-stream"&&/^[a-z0-9.+-]+$/i.test(i))return`attachment.${i}`}return"attachment"}var Kl=e=>!!(e.contentParts&&e.contentParts.length>0||e.llmContent&&e.llmContent.trim().length>0||e.rawContent&&e.rawContent.trim().length>0||e.content&&e.content.trim().length>0);function qb(e){switch(e){case"json":return gi;case"regex-json":return mi;case"xml":return hi;default:return fi}}var ph=e=>e.startsWith("{")||e.startsWith("[")||e.startsWith("<");function Vb(e,t){if(!e)return t;let r=e.trim(),o=t.trim();if(r.length===0)return t;if(o.length===0)return e;let n=ph(r);if(!ph(o))return e;if(!n||o===r||o.startsWith(r))return t;let s=Ss(e);return Ss(t)!==null&&s===null?t:e}var sa=class{constructor(t={}){this.config=t;this.clientSession=null;this.sessionInitPromise=null;this.lastSentClientToolsFingerprint=null;this.clientToolsFingerprintSessionId=null;var r,o,n,a;if(t.target&&(t.agentId||t.flowId||t.agent))throw new Error("[Persona] `target` is mutually exclusive with `agentId`, `flowId`, and `agent`. Set only one routing field.");this.apiUrl=(r=t.apiUrl)!=null?r:_b,this.headers={"Content-Type":"application/json","X-Persona-Version":aa,...t.headers},this.debug=!!t.debug,this.createStreamParser=(o=t.streamParser)!=null?o:qb(t.parserType),this.contextProviders=(n=t.contextProviders)!=null?n:[],this.requestMiddleware=t.requestMiddleware,this.customFetch=t.customFetch,this.parseSSEEvent=t.parseSSEEvent,this.getHeaders=t.getHeaders,this.webMcpBridge=((a=t.webmcp)==null?void 0:a.enabled)===!0?new Ia(t.webmcp):null}updateConfig(t){this.config=t}setSSEEventCallback(t){this.onSSEEvent=t}setWebMcpConfirmHandler(t){var r;(r=this.webMcpBridge)==null||r.setConfirmHandler(t)}isWebMcpOperational(){var t;return((t=this.webMcpBridge)==null?void 0:t.isOperational())===!0}executeWebMcpToolCall(t,r,o){return this.webMcpBridge?this.webMcpBridge.executeToolCall(t,r,o):null}getSSEEventCallback(){return this.onSSEEvent}isClientTokenMode(){return!!this.config.clientToken}routing(){let{agentId:t,flowId:r,target:o,targetProviders:n}=this.config;if(!o)return{agentId:t,flowId:r};let a=$g(o,n);return a.kind==="agentId"?{agentId:a.agentId}:a.kind==="flowId"?{flowId:a.flowId}:{targetPayload:a.payload}}isAgentMode(){return!!(this.config.agent||this.routing().agentId)}getClientApiUrl(t){var o;return`${((o=this.config.apiUrl)==null?void 0:o.replace(/\/+$/,"").replace(/\/v1\/dispatch$/,""))||xi}/v1/client/${t}`}getClientSession(){return this.clientSession}async initSession(){var t,r;if(!this.isClientTokenMode())throw new Error("initSession() only available in client token mode");if(this.clientSession&&new Date<this.clientSession.expiresAt)return this.clientSession;if(this.sessionInitPromise)return this.sessionInitPromise;this.sessionInitPromise=this._doInitSession();try{let o=await this.sessionInitPromise;return this.clientSession=o,this.resetClientToolsFingerprint(),(r=(t=this.config).onSessionInit)==null||r.call(t,o),o}finally{this.sessionInitPromise=null}}async _doInitSession(){var i,c,d;let t=((c=(i=this.config).getStoredSessionId)==null?void 0:c.call(i))||null,r=this.routing(),o=(d=r.agentId)!=null?d:r.flowId,n={token:this.config.clientToken,...o&&{flowId:o},...t&&{sessionId:t}},a=await fetch(this.getClientApiUrl("init"),{method:"POST",headers:{"Content-Type":"application/json","X-Persona-Version":aa},body:JSON.stringify(n)});if(!a.ok){let p=await a.json().catch(()=>({error:"Session initialization failed"}));throw a.status===401?new Error(`Invalid client token: ${p.hint||p.error}`):a.status===403?new Error(`Origin not allowed: ${p.hint||p.error}`):new Error(p.error||"Failed to initialize session")}let s=await a.json();return this.config.setStoredSessionId&&this.config.setStoredSessionId(s.sessionId),{sessionId:s.sessionId,expiresAt:new Date(s.expiresAt),flow:s.flow,config:{welcomeMessage:s.config.welcomeMessage,placeholder:s.config.placeholder,theme:s.config.theme}}}clearClientSession(){this.clientSession=null,this.sessionInitPromise=null,this.resetClientToolsFingerprint()}resetClientToolsFingerprint(){this.lastSentClientToolsFingerprint=null,this.clientToolsFingerprintSessionId=null}getFeedbackApiUrl(){var r;return`${((r=this.config.apiUrl)==null?void 0:r.replace(/\/+$/,"").replace(/\/v1\/dispatch$/,""))||xi}/v1/client/feedback`}async sendFeedback(t){var s,i;if(!this.isClientTokenMode())throw new Error("sendFeedback() only available in client token mode");if(!this.getClientSession())throw new Error("No active session. Please initialize session first.");if(["upvote","downvote","copy"].includes(t.type)&&!t.messageId)throw new Error(`messageId is required for ${t.type} feedback type`);if(t.type==="csat"&&(t.rating===void 0||t.rating<1||t.rating>5))throw new Error("CSAT rating must be between 1 and 5");if(t.type==="nps"&&(t.rating===void 0||t.rating<0||t.rating>10))throw new Error("NPS rating must be between 0 and 10");this.debug&&console.debug("[AgentWidgetClient] sending feedback",t);let n={...t,...this.config.clientToken&&{token:this.config.clientToken}},a=await fetch(this.getFeedbackApiUrl(),{method:"POST",headers:{"Content-Type":"application/json","X-Persona-Version":aa},body:JSON.stringify(n)});if(!a.ok){let c=await a.json().catch(()=>({error:"Feedback submission failed"}));throw a.status===401?(this.clientSession=null,(i=(s=this.config).onSessionExpired)==null||i.call(s),new Error("Session expired. Please refresh to continue.")):new Error(c.error||"Failed to submit feedback")}}async submitMessageFeedback(t,r){let o=this.getClientSession();if(!o)throw new Error("No active session. Please initialize session first.");return this.sendFeedback({sessionId:o.sessionId,messageId:t,type:r})}async submitCSATFeedback(t,r){let o=this.getClientSession();if(!o)throw new Error("No active session. Please initialize session first.");return this.sendFeedback({sessionId:o.sessionId,type:"csat",rating:t,comment:r})}async submitNPSFeedback(t,r){let o=this.getClientSession();if(!o)throw new Error("No active session. Please initialize session first.");return this.sendFeedback({sessionId:o.sessionId,type:"nps",rating:t,comment:r})}async dispatch(t,r){return this.isClientTokenMode()?this.dispatchClientToken(t,r):this.isAgentMode()?this.dispatchAgent(t,r):this.dispatchProxy(t,r)}async dispatchClientToken(t,r){var n,a,s,i;let o=new AbortController;t.signal&&t.signal.addEventListener("abort",()=>o.abort()),r({type:"status",status:"connecting"});try{let c=await this.initSession();if(new Date>=new Date(c.expiresAt.getTime()-6e4)){this.clearClientSession(),(a=(n=this.config).onSessionExpired)==null||a.call(n);let y=new Error("Session expired. Please refresh to continue.");throw r({type:"error",error:y}),y}let d=await this.buildPayload(t.messages),p=d.metadata?Object.fromEntries(Object.entries(d.metadata).filter(([y])=>y!=="sessionId"&&y!=="session_id")):void 0,u={sessionId:c.sessionId,messages:t.messages.filter(Kl).map(y=>{var w,v,M;return{id:y.id,role:y.role,content:(M=(v=(w=y.contentParts)!=null?w:y.llmContent)!=null?v:y.rawContent)!=null?M:y.content}}),...t.assistantMessageId&&{assistantMessageId:t.assistantMessageId},...p&&Object.keys(p).length>0&&{metadata:p},...d.inputs&&Object.keys(d.inputs).length>0&&{inputs:d.inputs},...d.context&&{context:d.context}},g=d.clientTools,f=!!(g&&g.length>0),h=f?Vg(g):void 0,b=this.clientToolsFingerprintSessionId===c.sessionId,k=f&&b&&this.lastSentClientToolsFingerprint===h,E=!1,A=null,T;for(let y=0;;y++){let v={...u,...f&&(E||!k)&&g?{clientTools:g}:{},...h?{clientToolsFingerprint:h}:{}};if(this.debug&&console.debug("[AgentWidgetClient] client token dispatch",v),T=await fetch(this.getClientApiUrl("chat"),{method:"POST",headers:{"Content-Type":"application/json","X-Persona-Version":aa},body:JSON.stringify(v),signal:o.signal}),T.status===409&&y===0&&f){let M=await T.json().catch(()=>null);if((M==null?void 0:M.error)==="client_tools_resend_required"){E=!0,this.lastSentClientToolsFingerprint=null;continue}A=M!=null?M:{error:"Chat request failed"}}break}if(!T.ok){let y=A!=null?A:await T.json().catch(()=>({error:"Chat request failed"}));if(T.status===401){this.clearClientSession(),(i=(s=this.config).onSessionExpired)==null||i.call(s);let v=new Error("Session expired. Please refresh to continue.");throw r({type:"error",error:v}),v}if(T.status===429){let v=new Error(y.hint||"Message limit reached for this session.");throw r({type:"error",error:v}),v}let w=new Error(y.error||"Failed to send message");throw r({type:"error",error:w}),w}if(!T.body){let y=new Error("No response body received");throw r({type:"error",error:y}),y}this.lastSentClientToolsFingerprint=h!=null?h:null,this.clientToolsFingerprintSessionId=c.sessionId,r({type:"status",status:"connected"});try{await this.streamResponse(T.body,r,t.assistantMessageId)}finally{r({type:"status",status:"idle"})}}catch(c){let d=c instanceof Error?c:new Error(String(c));throw!d.message.includes("Session expired")&&!d.message.includes("Message limit")&&r({type:"error",error:d}),d}}async dispatchProxy(t,r){let o=new AbortController;t.signal&&t.signal.addEventListener("abort",()=>o.abort()),r({type:"status",status:"connecting"});let n=await this.buildPayload(t.messages);this.debug&&console.debug("[AgentWidgetClient] dispatch payload",n);let a={...this.headers};if(this.getHeaders)try{let i=await this.getHeaders();a={...a,...i}}catch(i){typeof console!="undefined"&&console.error("[AgentWidget] getHeaders error:",i)}let s;if(this.customFetch)try{s=await this.customFetch(this.apiUrl,{method:"POST",headers:a,body:JSON.stringify(n),signal:o.signal},n)}catch(i){let c=i instanceof Error?i:new Error(String(i));throw r({type:"error",error:c}),c}else s=await fetch(this.apiUrl,{method:"POST",headers:a,body:JSON.stringify(n),signal:o.signal});if(!s.ok||!s.body){let i=new Error(`Chat backend request failed: ${s.status} ${s.statusText}`);throw r({type:"error",error:i}),i}r({type:"status",status:"connected"});try{await this.streamResponse(s.body,r)}finally{r({type:"status",status:"idle"})}}async dispatchAgent(t,r){let o=new AbortController;t.signal&&t.signal.addEventListener("abort",()=>o.abort()),r({type:"status",status:"connecting"});let n=await this.buildAgentPayload(t.messages);this.debug&&console.debug("[AgentWidgetClient] agent dispatch payload",n);let a={...this.headers};if(this.getHeaders)try{let i=await this.getHeaders();a={...a,...i}}catch(i){typeof console!="undefined"&&console.error("[AgentWidget] getHeaders error:",i)}let s;if(this.customFetch)try{s=await this.customFetch(this.apiUrl,{method:"POST",headers:a,body:JSON.stringify(n),signal:o.signal},n)}catch(i){let c=i instanceof Error?i:new Error(String(i));throw r({type:"error",error:c}),c}else s=await fetch(this.apiUrl,{method:"POST",headers:a,body:JSON.stringify(n),signal:o.signal});if(!s.ok||!s.body){let i=new Error(`Agent execution request failed: ${s.status} ${s.statusText}`);throw r({type:"error",error:i}),i}r({type:"status",status:"connected"});try{await this.streamResponse(s.body,r,t.assistantMessageId)}finally{r({type:"status",status:"idle"})}}async processStream(t,r,o,n){r({type:"status",status:"connected"});try{await this.streamResponse(t,r,o,n)}finally{r({type:"status",status:"idle"})}}async resolveApproval(t,r){var s;let n=`${((s=this.config.apiUrl)==null?void 0:s.replace(/\/+$/,"").replace(/\/v1\/dispatch$/,""))||xi}/v1/agents/${t.agentId}/approve`,a={"Content-Type":"application/json",...this.headers};return this.getHeaders&&Object.assign(a,await this.getHeaders()),fetch(n,{method:"POST",headers:a,body:JSON.stringify({executionId:t.executionId,approvalId:t.approvalId,decision:r,streamResponse:!0})})}async resumeFlow(t,r,o){var d,p;let n=this.isClientTokenMode(),a=n?this.getClientApiUrl("resume"):`${((d=this.config.apiUrl)==null?void 0:d.replace(/\/+$/,""))||xi}/resume`,s;n&&(s=(await this.initSession()).sessionId);let i={"Content-Type":"application/json",...this.headers};this.getHeaders&&Object.assign(i,await this.getHeaders());let c={executionId:t,toolOutputs:r,streamResponse:(p=o==null?void 0:o.streamResponse)!=null?p:!0};return s&&(c.sessionId=s),fetch(a,{method:"POST",headers:i,body:JSON.stringify(c),signal:o==null?void 0:o.signal})}async buildAgentPayload(t){var s,i,c;let r=this.routing().agentId;if(!this.config.agent&&!r)throw new Error("Agent configuration required for agent mode");let o=t.slice().filter(Kl).filter(d=>d.role==="user"||d.role==="assistant"||d.role==="system").filter(d=>!d.variant||d.variant==="assistant").sort((d,p)=>{let u=new Date(d.createdAt).getTime(),g=new Date(p.createdAt).getTime();return u-g}).map(d=>{var p,u,g;return{role:d.role,content:(g=(u=(p=d.contentParts)!=null?p:d.llmContent)!=null?u:d.rawContent)!=null?g:d.content,createdAt:d.createdAt}}),n={agent:(s=this.config.agent)!=null?s:{agentId:r},messages:o,options:{streamResponse:!0,recordMode:"virtual",...this.config.agentOptions}},a=[...vs(this.config),...(c=await((i=this.webMcpBridge)==null?void 0:i.snapshotForDispatch()))!=null?c:[]];if(a.length>0&&(n.clientTools=a),this.contextProviders.length){let d={};await Promise.all(this.contextProviders.map(async p=>{try{let u=await p({messages:t,config:this.config});u&&typeof u=="object"&&Object.assign(d,u)}catch(u){typeof console!="undefined"&&console.warn("[AgentWidget] Context provider failed:",u)}})),Object.keys(d).length&&(n.context=d)}return n}async buildPayload(t){var s,i;let r=t.slice().filter(Kl).sort((c,d)=>{let p=new Date(c.createdAt).getTime(),u=new Date(d.createdAt).getTime();return p-u}).map(c=>{var d,p,u;return{role:c.role,content:(u=(p=(d=c.contentParts)!=null?d:c.llmContent)!=null?p:c.rawContent)!=null?u:c.content,createdAt:c.createdAt}}),o=this.routing(),n={messages:r,...o.agentId?{agent:{agentId:o.agentId}}:o.flowId?{flowId:o.flowId}:{}};if(o.targetPayload)for(let[c,d]of Object.entries(o.targetPayload))c!=="messages"&&(n[c]=d);let a=[...vs(this.config),...(i=await((s=this.webMcpBridge)==null?void 0:s.snapshotForDispatch()))!=null?i:[]];if(a.length>0&&(n.clientTools=a),this.contextProviders.length){let c={};await Promise.all(this.contextProviders.map(async d=>{try{let p=await d({messages:t,config:this.config});p&&typeof p=="object"&&Object.assign(c,p)}catch(p){typeof console!="undefined"&&console.warn("[AgentWidget] Context provider failed:",p)}})),Object.keys(c).length&&(n.context=c)}if(this.requestMiddleware)try{let c=await this.requestMiddleware({payload:{...n},config:this.config});if(c&&typeof c=="object"){let d=c;return n.clientTools!==void 0&&!("clientTools"in d)&&(d.clientTools=n.clientTools),d}}catch(c){typeof console!="undefined"&&console.error("[AgentWidget] Request middleware error:",c)}return n}async handleCustomSSEEvent(t,r,o,n,a,s){if(!this.parseSSEEvent)return!1;try{let i=await this.parseSSEEvent(t);if(i===null)return!1;let c=p=>{let u={id:`assistant-${Date.now()}-${Math.random().toString(16).slice(2)}`,role:"assistant",content:"",createdAt:new Date().toISOString(),streaming:!0,variant:"assistant",sequence:a(),...p!==void 0&&{partId:p}};return o.current=u,n(u),u},d=p=>o.current?o.current:c(p);if(i.text!==void 0){i.partId!==void 0&&s.current!==null&&i.partId!==s.current&&(o.current&&(o.current.streaming=!1,n(o.current)),c(i.partId)),i.partId!==void 0&&(s.current=i.partId);let p=d(i.partId);i.partId!==void 0&&!p.partId&&(p.partId=i.partId),p.content+=i.text,n(p)}return i.done&&(o.current&&(o.current.streaming=!1,n(o.current)),s.current=null,r({type:"status",status:"idle"})),i.error&&(s.current=null,r({type:"error",error:new Error(i.error)})),!0}catch(i){return typeof console!="undefined"&&console.error("[AgentWidget] parseSSEEvent error:",i),!1}}async streamResponse(t,r,o,n){var xr,Co,So,Ve;let a=t.getReader(),s=new TextDecoder,i="",c=Date.now(),d=0,p=()=>c+d++,u=W=>{let ce=W.reasoning?{...W.reasoning,chunks:[...W.reasoning.chunks]}:void 0,Se=W.toolCall?{...W.toolCall,chunks:W.toolCall.chunks?[...W.toolCall.chunks]:void 0}:void 0,Ae=W.tools?W.tools.map(Ie=>({...Ie,chunks:Ie.chunks?[...Ie.chunks]:void 0})):void 0;return{...W,reasoning:ce,toolCall:Se,tools:Ae}},g=W=>{if(W.role!=="assistant"||W.variant)return!0;let ce=Array.isArray(W.contentParts)&&W.contentParts.length>0,Se=typeof W.rawContent=="string"&&W.rawContent.trim()!=="";return typeof W.content=="string"&&W.content.trim()!==""||ce||Se||!!W.stopReason},f=W=>{g(W)&&r({type:"message",message:u(W)})},h=null,b=null,k={current:null},E={current:null},A=null,T="",y=new Map,w=new Map,v=new Map,M=new Map,H=new Map,I={lastId:null,byStep:new Map},P={lastId:null,byCall:new Map},B=W=>{if(W==null)return null;try{return String(W)}catch{return null}},O=W=>{var ce,Se,Ae,Ie,et;return B((et=(Ie=(Ae=(Se=(ce=W.stepId)!=null?ce:W.step_id)!=null?Se:W.step)!=null?Ae:W.parentId)!=null?Ie:W.flowStepId)!=null?et:W.flow_step_id)},Q=W=>{var ce,Se,Ae,Ie,et,Qe,gt;return B((gt=(Qe=(et=(Ie=(Ae=(Se=(ce=W.callId)!=null?ce:W.call_id)!=null?Se:W.requestId)!=null?Ae:W.request_id)!=null?Ie:W.toolCallId)!=null?et:W.tool_call_id)!=null?Qe:W.stepId)!=null?gt:W.step_id)},me=o,ue=!1,Z=()=>{if(h)return h;let W,ce="",Se=A;return!ue&&me?(W=me,ue=!0,ce=n!=null?n:""):me&&Se?W=`${me}_${Se}`:W=`assistant-${Date.now()}-${Math.random().toString(16).slice(2)}`,h={id:W,role:"assistant",content:ce,createdAt:new Date().toISOString(),streaming:!0,sequence:p()},f(h),h},Le=(W,ce)=>{I.lastId=ce,W&&I.byStep.set(W,ce)},We=(W,ce)=>{var et;let Se=(et=W.reasoningId)!=null?et:W.id,Ae=O(W);if(Se){let Qe=String(Se);return Le(Ae,Qe),Qe}if(Ae){let Qe=I.byStep.get(Ae);if(Qe)return I.lastId=Qe,Qe}if(I.lastId&&!ce)return I.lastId;if(!ce)return null;let Ie=`reason-${p()}`;return Le(Ae,Ie),Ie},ie=W=>{let ce=M.get(W);if(ce)return ce;let Se={id:`reason-${W}`,role:"assistant",content:"",createdAt:new Date().toISOString(),streaming:!0,variant:"reasoning",sequence:p(),reasoning:{id:W,status:"streaming",chunks:[]}};return M.set(W,Se),f(Se),Se},Me=(W,ce)=>{P.lastId=ce,W&&P.byCall.set(W,ce)},oe=new Set,se=new Map,ge=new Set,Te=new Map,qe=W=>{if(!W)return!1;let ce=W.replace(/_+/g,"_").replace(/^_|_$/g,"");return ce==="emit_artifact_markdown"||ce==="emit_artifact_component"},j=(W,ce)=>{var et;let Se=(et=W.toolId)!=null?et:W.id,Ae=Q(W);if(Se){let Qe=String(Se);return Me(Ae,Qe),Qe}if(Ae){let Qe=P.byCall.get(Ae);if(Qe)return P.lastId=Qe,Qe}if(P.lastId&&!ce)return P.lastId;if(!ce)return null;let Ie=`tool-${p()}`;return Me(Ae,Ie),Ie},ee=W=>{let ce=H.get(W);if(ce)return ce;let Se={id:`tool-${W}`,role:"assistant",content:"",createdAt:new Date().toISOString(),streaming:!0,variant:"tool",sequence:p(),toolCall:{id:W,status:"pending"}};return H.set(W,Se),f(Se),Se},Ee=W=>{if(typeof W=="number"&&Number.isFinite(W))return W;if(typeof W=="string"){let ce=Number(W);if(!Number.isNaN(ce)&&Number.isFinite(ce))return ce;let Se=Date.parse(W);if(!Number.isNaN(Se))return Se}return Date.now()},te=W=>{if(typeof W=="string")return W;if(W==null)return"";try{return JSON.stringify(W)}catch{return String(W)}},le=new Map,ke=new Map,nt=new Map,yt=(W,ce,Se)=>{var gt;let Ae=nt.get(W);Ae||(Ae=[],nt.set(W,Ae));let Ie=0,et=Ae.length;for(;Ie<et;){let pe=Ie+et>>>1;Ae[pe].seq<ce?Ie=pe+1:et=pe}((gt=Ae[Ie])==null?void 0:gt.seq)===ce?Ae[Ie]={seq:ce,text:Se}:Ae.splice(Ie,0,{seq:ce,text:Se});let Qe="";for(let pe=0;pe<Ae.length;pe++)Qe+=Ae[pe].text;return Qe},Kt=(W,ce)=>{let Se=te(ce),Ae=ke.get(W.id),Ie=Vb(Ae,Se);W.rawContent=Ie;let et=le.get(W.id),Qe=ae=>{var Ke;let mt=(Ke=W.content)!=null?Ke:"";ae.trim()!==""&&(mt.trim().length===0||ae.startsWith(mt)||ae.trimStart().startsWith(mt.trim()))&&(W.content=ae)},gt=()=>{var ae;if(et){let mt=(ae=et.close)==null?void 0:ae.call(et);mt instanceof Promise&&mt.catch(()=>{})}le.delete(W.id),ke.delete(W.id),W.streaming=!1,f(W)};if(!et){Qe(Se),gt();return}let pe=Ss(Ie);if(pe!==null&&pe.trim()!==""){Qe(pe),gt();return}let N=ae=>{var Lt;let mt=typeof ae=="string"?ae:(Lt=ae==null?void 0:ae.text)!=null?Lt:null;if(mt!==null&&mt.trim()!=="")return mt;let Ke=et.getExtractedText();return Ke!==null&&Ke.trim()!==""?Ke:Se},ye;try{ye=et.processChunk(Ie)}catch{Qe(Se),gt();return}if(ye instanceof Promise){ye.then(ae=>{Qe(N(ae)),gt()}).catch(()=>{Qe(Se),gt()});return}Qe(N(ye)),gt()},jt=null,ct=(W,ce,Se,Ae)=>{var pe;W.rawContent=ce,le.has(W.id)||le.set(W.id,this.createStreamParser());let Ie=le.get(W.id),et=ce.trim().startsWith("{")||ce.trim().startsWith("[");if(et&&ke.set(W.id,ce),Ie.__isPlainTextParser===!0){W.content=Ae!==void 0?ce:W.content+Se,ke.delete(W.id),le.delete(W.id),W.rawContent=void 0,f(W);return}let gt=Ie.processChunk(ce);if(gt instanceof Promise)gt.then(N=>{var ae;let ye=typeof N=="string"?N:(ae=N==null?void 0:N.text)!=null?ae:null;ye!==null&&ye.trim()!==""?(W.content=ye,f(W)):!et&&!ce.trim().startsWith("<")&&(W.content=Ae!==void 0?ce:W.content+Se,ke.delete(W.id),le.delete(W.id),W.rawContent=void 0,f(W))}).catch(()=>{W.content=Ae!==void 0?ce:W.content+Se,ke.delete(W.id),le.delete(W.id),W.rawContent=void 0,f(W)});else{let N=typeof gt=="string"?gt:(pe=gt==null?void 0:gt.text)!=null?pe:null;N!==null&&N.trim()!==""?(W.content=N,f(W)):!et&&!ce.trim().startsWith("<")&&(W.content=Ae!==void 0?ce:W.content+Se,ke.delete(W.id),le.delete(W.id),W.rawContent=void 0,f(W))}},fe=(W,ce)=>{var pe,N;let Se=ce!=null?ce:W.content;if(Se==null||Se===""){W.streaming=!1,f(W);return}let Ae=ke.get(W.id),Ie=Ae!=null?Ae:te(Se);W.rawContent=Ie;let et=le.get(W.id),Qe=null,gt=!1;if(et&&(Qe=et.getExtractedText(),Qe===null&&(Qe=Ss(Ie)),Qe===null)){let ye=et.processChunk(Ie);ye instanceof Promise?(gt=!0,ye.then(ae=>{var Ke;let mt=typeof ae=="string"?ae:(Ke=ae==null?void 0:ae.text)!=null?Ke:null;mt!==null&&(W.content=mt,W.streaming=!1,le.delete(W.id),ke.delete(W.id),f(W))}).catch(()=>{})):Qe=typeof ye=="string"?ye:(pe=ye==null?void 0:ye.text)!=null?pe:null}if(!gt){Qe!==null&&Qe.trim()!==""?W.content=Qe:ke.has(W.id)||(W.content=te(Se));let ye=le.get(W.id);if(ye){let ae=(N=ye.close)==null?void 0:N.call(ye);ae instanceof Promise&&ae.catch(()=>{}),le.delete(W.id)}ke.delete(W.id),W.streaming=!1,f(W)}},X=(W,ce,Se)=>{let Ae=w.get(W);if(Ae)return Ae;let Ie={id:`nested-${ce}-${W}`,role:"assistant",content:"",createdAt:new Date().toISOString(),streaming:!0,sequence:p(),...Se?{variant:Se}:{},...Se==="reasoning"?{reasoning:{id:W,status:"streaming",chunks:[]}}:{},agentMetadata:{parentToolId:ce}};return w.set(W,Ie),f(Ie),Ie},st=[],je,Ce=new Map,ve=0,Ye="agent",Vt=!1,xe=null,de=null,Cr=new Map,Ct=(xr=this.config.iterationDisplay)!=null?xr:"separate";for(je=()=>{var W,ce,Se,Ae,Ie,et,Qe,gt,pe,N,ye,ae,mt,Ke,Lt,Et,bt,It,Qt,Ft,tr,Ao,Uo,io,lo,on,zt,co,qo,Fr,Rr,Nr,po,Mo,nn,Qr,an,St,To,Eo,Vo,uo,ht,On,ko,_n,Ir,xa,sn,zo,ln,dn,Un,qn,cn,vt,Or,_r,Sr,At,Jr,Yr,Ur,pn,we,$o,Zr,Nt,eo,jo,Ya,ya,Za,Vn,Lo,un,it,ar,sr,Po,es,Go,zn,Ro,U,ba,fo,Io,Ko,Ho,mo,va,$s,yr,Ar,go,Mr,$n,ho,br,Wo,wa,jn,Ca,fn;for(let mn=0;mn<st.length;mn++){let rt=st[mn].payloadType,L=st[mn].payload;if(!Vt&&Ye!=="flow"&&typeof L.stepType=="string"&&(Ye="flow"),rt==="reasoning_start"){let $=typeof L.id=="string"?L.id:null,z=typeof L.parentToolCallId=="string"&&L.parentToolCallId?L.parentToolCallId:null;if($&&z){y.set($,z),X($,z,"reasoning");continue}let K=(W=We(L,!0))!=null?W:`reason-${p()}`,G=ie(K);G.reasoning=(ce=G.reasoning)!=null?ce:{id:K,status:"streaming",chunks:[]},G.reasoning.startedAt=(Ae=G.reasoning.startedAt)!=null?Ae:Ee((Se=L.startedAt)!=null?Se:L.timestamp),G.reasoning.completedAt=void 0,G.reasoning.durationMs=void 0,(L.scope==="loop"||L.scope==="turn")&&(G.reasoning.scope=L.scope),G.streaming=!0,G.reasoning.status="streaming",f(G)}else if(rt==="reasoning_delta"){let $=typeof L.id=="string"?L.id:null;if($&&y.has($)&&w.has($)){let De=w.get($),tt=(Qe=(et=(Ie=L.reasoningText)!=null?Ie:L.text)!=null?et:L.delta)!=null?Qe:"";tt&&L.hidden!==!0&&De.reasoning&&(De.reasoning.chunks.push(String(tt)),f(De));continue}let z=(pe=(gt=We(L,!1))!=null?gt:We(L,!0))!=null?pe:`reason-${p()}`,K=ie(z);K.reasoning=(N=K.reasoning)!=null?N:{id:z,status:"streaming",chunks:[]},K.reasoning.startedAt=(ae=K.reasoning.startedAt)!=null?ae:Ee((ye=L.startedAt)!=null?ye:L.timestamp);let G=(Lt=(Ke=(mt=L.reasoningText)!=null?mt:L.text)!=null?Ke:L.delta)!=null?Lt:"";if(G&&L.hidden!==!0){let De=typeof L.sequenceIndex=="number"?L.sequenceIndex:void 0;if(De!==void 0){let tt=yt(z,De,String(G));K.reasoning.chunks=[tt]}else K.reasoning.chunks.push(String(G))}if(K.reasoning.status=L.done?"complete":"streaming",L.done){K.reasoning.completedAt=Ee((Et=L.completedAt)!=null?Et:L.timestamp);let De=(bt=K.reasoning.startedAt)!=null?bt:Date.now();K.reasoning.durationMs=Math.max(0,((It=K.reasoning.completedAt)!=null?It:Date.now())-De)}K.streaming=K.reasoning.status!=="complete",f(K)}else if(rt==="reasoning_complete"){let $=typeof L.id=="string"?L.id:null;if($&&y.has($)&&w.has($)){let tt=w.get($);if(tt.reasoning){let lt=typeof L.text=="string"?L.text:"";lt&&tt.reasoning.chunks.length===0&&tt.reasoning.chunks.push(lt),tt.reasoning.status="complete",tt.streaming=!1,f(tt)}y.delete($),w.delete($);continue}let z=(Ft=(Qt=We(L,!1))!=null?Qt:We(L,!0))!=null?Ft:`reason-${p()}`,K=typeof L.text=="string"?L.text:"";!M.get(z)&&(K||L.scope==="loop")&&ie(z);let G=M.get(z);if(G!=null&&G.reasoning){(L.scope==="loop"||L.scope==="turn")&&(G.reasoning.scope=L.scope),K&&G.reasoning.chunks.length===0&&G.reasoning.chunks.push(K),G.reasoning.status="complete",G.reasoning.completedAt=Ee((tr=L.completedAt)!=null?tr:L.timestamp);let tt=(Ao=G.reasoning.startedAt)!=null?Ao:Date.now();G.reasoning.durationMs=Math.max(0,((Uo=G.reasoning.completedAt)!=null?Uo:Date.now())-tt),G.streaming=!1,f(G)}let De=O(L);De&&I.byStep.delete(De)}else if(rt==="tool_start"){h&&(h.streaming=!1,f(h),h=null),typeof L.iteration=="number"&&(ve=L.iteration);let $=(lo=(io=typeof L.toolCallId=="string"?L.toolCallId:void 0)!=null?io:j(L,!0))!=null?lo:`tool-${p()}`,z=(on=L.toolName)!=null?on:L.name;if(qe(z)){oe.add($);continue}Me(Q(L),$);let K=ee($),G=(zt=K.toolCall)!=null?zt:{id:$,status:"pending"};G.name=z!=null?z:G.name,G.status="running",L.parameters!==void 0?G.args=L.parameters:L.args!==void 0&&(G.args=L.args),G.startedAt=(qo=G.startedAt)!=null?qo:Ee((co=L.startedAt)!=null?co:L.timestamp),G.completedAt=void 0,G.durationMs=void 0,K.toolCall=G,K.streaming=!0,L.executionId&&(K.agentMetadata={executionId:L.executionId,iteration:L.iteration}),f(K)}else if(rt==="tool_output_delta"){let $=(Rr=(Fr=j(L,!1))!=null?Fr:j(L,!0))!=null?Rr:`tool-${p()}`;if(oe.has($))continue;let z=ee($),K=(Nr=z.toolCall)!=null?Nr:{id:$,status:"running"};K.startedAt=(Mo=K.startedAt)!=null?Mo:Ee((po=L.startedAt)!=null?po:L.timestamp);let G=(an=(Qr=(nn=L.text)!=null?nn:L.delta)!=null?Qr:L.message)!=null?an:"";G&&(K.chunks=(St=K.chunks)!=null?St:[],K.chunks.push(String(G))),K.status="running",z.toolCall=K,z.streaming=!0;let De=L.agentContext;(De||L.executionId)&&(z.agentMetadata=(Vo=z.agentMetadata)!=null?Vo:{executionId:(To=De==null?void 0:De.executionId)!=null?To:L.executionId,iteration:(Eo=De==null?void 0:De.iteration)!=null?Eo:L.iteration}),f(z)}else if(rt==="tool_complete"){let $=(ht=(uo=j(L,!1))!=null?uo:j(L,!0))!=null?ht:`tool-${p()}`;if(oe.has($)){oe.delete($);continue}let z=ee($),K=(On=z.toolCall)!=null?On:{id:$,status:"running"};K.status="complete",L.result!==void 0&&(K.result=L.result),typeof L.duration=="number"&&(K.duration=L.duration),K.completedAt=Ee((ko=L.completedAt)!=null?ko:L.timestamp);let G=(_n=L.duration)!=null?_n:L.executionTime;if(typeof G=="number")K.durationMs=G;else{let lt=(Ir=K.startedAt)!=null?Ir:Date.now();K.durationMs=Math.max(0,((xa=K.completedAt)!=null?xa:Date.now())-lt)}z.toolCall=K,z.streaming=!1;let De=L.agentContext;(De||L.executionId)&&(z.agentMetadata=(ln=z.agentMetadata)!=null?ln:{executionId:(sn=De==null?void 0:De.executionId)!=null?sn:L.executionId,iteration:(zo=De==null?void 0:De.iteration)!=null?zo:L.iteration}),f(z);let tt=Q(L);tt&&P.byCall.delete(tt)}else if(rt==="await"&&L.toolName){let $=typeof L.toolCallId=="string"&&L.toolCallId.length>0?L.toolCallId:void 0,z=(dn=$!=null?$:L.toolId)!=null?dn:`local-${p()}`,K=ee(z),G=L.toolName,De=L.origin==="webmcp"&&!An(G)?`webmcp:${G}`:G,tt=An(De),lt=(Un=K.toolCall)!=null?Un:{id:z,status:"pending"};lt.name=De,lt.args=L.parameters,lt.status=tt?"running":"complete",lt.chunks=(qn=lt.chunks)!=null?qn:[],lt.startedAt=(Or=lt.startedAt)!=null?Or:Ee((vt=(cn=L.startedAt)!=null?cn:L.timestamp)!=null?vt:L.awaitedAt),tt?(lt.completedAt=void 0,lt.duration=void 0,lt.durationMs=void 0):lt.completedAt=(_r=lt.completedAt)!=null?_r:lt.startedAt,K.toolCall=lt,K.streaming=!1,K.agentMetadata={...K.agentMetadata,executionId:(At=L.executionId)!=null?At:(Sr=K.agentMetadata)==null?void 0:Sr.executionId,awaitingLocalTool:!0,...$?{webMcpToolCallId:$}:{}},f(K)}else if(rt==="text_start"){let $=typeof L.id=="string"?L.id:null,z=typeof L.parentToolCallId=="string"&&L.parentToolCallId?L.parentToolCallId:null;if($&&z){y.set($,z);continue}let K=h;K&&(Ye==="flow"?(fe(K),jt=K):(K.streaming=!1,f(K)),h=null),A=typeof L.id=="string"?L.id:A,T=""}else if(rt==="text_delta"){let $=typeof L.id=="string"?L.id:null,z=$?y.get($):void 0;if($&&z){let G=typeof L.delta=="string"?L.delta:"",De=((Jr=v.get($))!=null?Jr:"")+G;if(v.set($,De),De.trim()==="")continue;let tt=X($,z);tt.agentMetadata={...tt.agentMetadata,executionId:L.executionId,parentToolId:z},ct(tt,De,G,void 0);continue}if(A=typeof L.id=="string"?L.id:A,Ye==="flow"){let G=typeof L.delta=="string"?L.delta:"";if(T+=G,T.trim()==="")continue;let De=Z();De.agentMetadata={executionId:L.executionId,iteration:L.iteration},ct(De,T,G,void 0),b=De;continue}let K=Z();K.content+=(Yr=L.delta)!=null?Yr:"",K.agentMetadata={executionId:L.executionId,iteration:L.iteration,turnId:xe!=null?xe:void 0,agentName:de==null?void 0:de.agentName},b=K,f(K)}else if(rt==="text_complete"){let $=typeof L.id=="string"?L.id:null;if($&&y.has($)){let K=w.get($);K&&fe(K),y.delete($),v.delete($),w.delete($);continue}let z=h;z&&(Ye==="flow"?(fe(z),jt=z):(((Ur=z.content)!=null?Ur:"")===""&&typeof L.text=="string"&&(z.content=L.text),z.streaming=!1,f(z)),h=null),A=null,T=""}else if(rt==="step_complete"){let $=L.stepType,z=L.executionType;if($==="tool"||z==="context")continue;if(L.success===!1){let K=L.error,G=typeof K=="string"&&K!==""?K:K!=null&&typeof K=="object"&&"message"in K?String((pn=K.message)!=null?pn:"Step failed"):"Step failed";r({type:"error",error:new Error(G)});let De=h;De&&De.streaming&&(De.streaming=!1,f(De)),r({type:"status",status:"idle"});continue}{let K=jt;jt=null;let G=L.stopReason,De=(we=L.result)==null?void 0:we.response;if(K)G&&(K.stopReason=G),De!=null?Kt(K,De):K.streaming!==!1&&(le.delete(K.id),ke.delete(K.id),K.streaming=!1,f(K));else{let tt=De!=null&&De!=="";if(tt||G){let lt=Z();G&&(lt.stopReason=G),tt?fe(lt,De):(lt.streaming=!1,f(lt))}}continue}}else if(rt==="execution_start")Ye=L.kind==="flow"?"flow":"agent",Vt=!0,Ye==="agent"&&(de={executionId:L.executionId,agentId:($o=L.agentId)!=null?$o:"virtual",agentName:(Zr=L.agentName)!=null?Zr:"",status:"running",currentIteration:0,maxTurns:(Nt=L.maxTurns)!=null?Nt:1,startedAt:Ee(L.startedAt)});else if(rt==="turn_start"){let $=typeof L.iteration=="number"?L.iteration:ve;if($!==ve){if(de&&(de.currentIteration=$),Ct==="separate"&&$>1){let z=h;z&&(z.streaming=!1,f(z),Cr.set($-1,z),h=null)}ve=$}xe=typeof L.id=="string"?L.id:null,b=null}else if(rt==="tool_input_delta"){let $=(eo=L.toolCallId)!=null?eo:P.lastId;if($){let z=H.get($);z!=null&&z.toolCall&&(z.toolCall.chunks=(jo=z.toolCall.chunks)!=null?jo:[],z.toolCall.chunks.push((Ya=L.delta)!=null?Ya:""),f(z))}}else{if(rt==="tool_input_complete")continue;if(rt==="turn_complete"){let $=L.stopReason,z=h!=null?h:b;if($&&z!==null){let K=L.id;(!K||((ya=z.agentMetadata)==null?void 0:ya.turnId)===K)&&(z.stopReason=$,f(z))}xe===L.id&&(xe=null)}else if(rt==="media_start"){let $=String(L.id);Ce.set($,{mediaType:typeof L.mediaType=="string"?L.mediaType:void 0,role:typeof L.role=="string"?L.role:void 0,toolCallId:L.toolCallId,parts:[]})}else if(rt==="media_delta"){let $=Ce.get(String(L.id));$&&typeof L.delta=="string"&&$.parts.push(L.delta)}else if(rt==="media_complete"){let $=String(L.id),z=Ce.get($);Ce.delete($);let K=(Vn=(Za=typeof L.mediaType=="string"?L.mediaType:void 0)!=null?Za:z==null?void 0:z.mediaType)!=null?Vn:"application/octet-stream",G=typeof L.data=="string"?L.data:void 0,De=typeof L.url=="string"?L.url:z&&z.parts.length>0?z.parts.join(""):void 0,tt=null;if(G)tt={type:"media",data:G,mediaType:K};else if(De){let Hr=K.toLowerCase();tt={type:Hr==="image"||Hr.startsWith("image/")?"image-url":"file-url",url:De,mediaType:K}}let lt=(Lo=L.toolCallId)!=null?Lo:z==null?void 0:z.toolCallId,bl=tt?[tt]:[],gn=[];for(let Hr of bl){if(!Hr||typeof Hr!="object")continue;let Jt=Hr,hn=typeof Jt.type=="string"?Jt.type:void 0,to=typeof Jt.mediaType=="string"?Jt.mediaType.toLowerCase():"",Tr=null,Wr="";if(hn==="media"){let Er=typeof Jt.data=="string"?Jt.data:void 0;if(!Er)continue;Wr=to.length>0?to:"application/octet-stream",Tr=`data:${Wr};base64,${Er}`}else if(hn==="image-url"){let Er=typeof Jt.url=="string"?Jt.url:void 0;if(!Er)continue;Wr=to,Tr=Er}else if(hn==="file-url"){let Er=typeof Jt.url=="string"?Jt.url:void 0;if(!Er)continue;Wr=to,Tr=Er}else continue;if(Tr)if(hn==="image-url"||Wr.startsWith("image/"))gn.push({type:"image",image:Tr,...Wr.includes("/")?{mimeType:Wr}:{}});else if(Wr.startsWith("audio/"))gn.push({type:"audio",audio:Tr,mimeType:Wr});else if(Wr.startsWith("video/"))gn.push({type:"video",video:Tr,mimeType:Wr});else{let Er=Wr||"application/octet-stream";gn.push({type:"file",data:Tr,mimeType:Er,filename:Ub(Er)})}}if(gn.length>0){let Hr=p(),Jt=lt,to={id:`agent-media-${typeof Jt=="string"&&Jt.length>0?`${Jt}-${Hr}`:String(Hr)}`,role:"assistant",content:"",contentParts:gn,createdAt:new Date().toISOString(),streaming:!1,sequence:Hr,agentMetadata:{executionId:L.executionId,iteration:typeof L.iteration=="number"?L.iteration:ve}};f(to);let Tr=h;Tr&&(Tr.streaming=!1,f(Tr)),h=null,k.current=null}}else if(rt==="execution_complete"){let $=(un=L.kind)!=null?un:Ye;$==="agent"&&de&&(de.status=L.success?"complete":"error",de.completedAt=Ee(L.completedAt),de.stopReason=L.stopReason);let z=h;z&&($==="flow"&&z.streaming!==!1?fe(z):(z.streaming=!1,f(z)),h=null),A=null,T="",jt=null,r({type:"status",status:"idle",terminal:!0})}else if(rt==="execution_error"){let $=typeof L.error=="string"?L.error:(ar=(it=L.error)==null?void 0:it.message)!=null?ar:"Execution error";r({type:"error",error:new Error($)})}else if(rt!=="ping"){if(rt==="approval_start"){let $=(sr=L.approvalId)!=null?sr:`approval-${p()}`,z={id:`approval-${$}`,role:"assistant",content:"",createdAt:new Date().toISOString(),streaming:!1,variant:"approval",sequence:p(),approval:{id:$,status:"pending",agentId:(Po=de==null?void 0:de.agentId)!=null?Po:"virtual",executionId:(Go=(es=L.executionId)!=null?es:de==null?void 0:de.executionId)!=null?Go:"",toolName:(zn=L.toolName)!=null?zn:"",toolType:L.toolType,description:(U=L.description)!=null?U:`Execute ${(Ro=L.toolName)!=null?Ro:"tool"}`,...typeof L.reason=="string"&&L.reason?{reason:L.reason}:{},parameters:L.parameters}};f(z)}else if(rt==="step_await"&&L.awaitReason==="approval_required"){let $=(ba=L.approvalId)!=null?ba:`approval-${p()}`,z={id:`approval-${$}`,role:"assistant",content:"",createdAt:new Date().toISOString(),streaming:!1,variant:"approval",sequence:p(),approval:{id:$,status:"pending",agentId:(fo=de==null?void 0:de.agentId)!=null?fo:"virtual",executionId:(Ko=(Io=L.executionId)!=null?Io:de==null?void 0:de.executionId)!=null?Ko:"",toolName:(Ho=L.toolName)!=null?Ho:"",toolType:L.toolType,description:(va=L.description)!=null?va:`Execute ${(mo=L.toolName)!=null?mo:"tool"}`,...typeof L.reason=="string"&&L.reason?{reason:L.reason}:{},parameters:L.parameters}};f(z)}else if(rt==="approval_complete"){let $=L.approvalId;if($){let K={id:`approval-${$}`,role:"assistant",content:"",createdAt:new Date().toISOString(),streaming:!1,variant:"approval",sequence:p(),approval:{id:$,status:($s=L.decision)!=null?$s:"approved",agentId:(yr=de==null?void 0:de.agentId)!=null?yr:"virtual",executionId:(go=(Ar=L.executionId)!=null?Ar:de==null?void 0:de.executionId)!=null?go:"",toolName:(Mr=L.toolName)!=null?Mr:"",description:($n=L.description)!=null?$n:"",resolvedAt:Date.now()}};f(K)}}else if(rt==="artifact_start"||rt==="artifact_delta"||rt==="artifact_update"||rt==="artifact_complete"){if(rt==="artifact_start"){let $=L.artifactType,z=String(L.id),K=typeof L.title=="string"?L.title:void 0;if(r({type:"artifact_start",id:z,artifactType:$,title:K,component:typeof L.component=="string"?L.component:void 0}),Te.set(z,{markdown:"",title:K}),!ge.has(z)){ge.add(z);let G={id:`artifact-ref-${z}`,role:"assistant",content:"",createdAt:new Date().toISOString(),streaming:!0,sequence:p(),rawContent:JSON.stringify({component:"PersonaArtifactCard",props:{artifactId:z,title:K,artifactType:$,status:"streaming"}})};se.set(z,G),f(G)}}else if(rt==="artifact_delta"){let $=String(L.id),z=typeof L.delta=="string"?L.delta:String((ho=L.delta)!=null?ho:"");r({type:"artifact_delta",id:$,artDelta:z});let K=Te.get($);K&&(K.markdown+=z)}else if(rt==="artifact_update"){let $=L.props&&typeof L.props=="object"&&!Array.isArray(L.props)?L.props:{};r({type:"artifact_update",id:String(L.id),props:$,component:typeof L.component=="string"?L.component:void 0})}else if(rt==="artifact_complete"){let $=String(L.id);r({type:"artifact_complete",id:$});let z=se.get($);if(z){z.streaming=!1;try{let K=JSON.parse((br=z.rawContent)!=null?br:"{}");if(K.props){K.props.status="complete";let G=Te.get($);G!=null&&G.markdown&&(K.props.markdown=G.markdown)}z.rawContent=JSON.stringify(K)}catch{}Te.delete($),f(z),se.delete($)}}}else if(rt==="transcript_insert"){let $=L.message;if(!$||typeof $!="object")continue;let z=String((Wo=$.id)!=null?Wo:`msg-${p()}`),K=$.role,De={id:z,role:K==="user"?"user":K==="system"?"system":"assistant",content:typeof $.content=="string"?$.content:"",rawContent:typeof $.rawContent=="string"?$.rawContent:void 0,createdAt:typeof $.createdAt=="string"?$.createdAt:new Date().toISOString(),streaming:$.streaming===!0,...typeof $.variant=="string"?{variant:$.variant}:{},sequence:p()};if(f(De),De.rawContent)try{let tt=JSON.parse(De.rawContent),lt=(wa=tt==null?void 0:tt.props)==null?void 0:wa.artifactId;typeof lt=="string"&&ge.add(lt)}catch{}h=null,k.current=null,le.delete(z),ke.delete(z)}else if(rt==="error"){if(L.recoverable===!1&&L.error!=null&&L.error!==""){let $=typeof L.error=="string"?L.error:((jn=L.error)==null?void 0:jn.message)!=null?String(L.error.message):"Execution error";r({type:"error",error:new Error($)});let z=h;z&&z.streaming&&(z.streaming=!1,f(z)),r({type:"status",status:"idle"})}}else if(rt==="step_error"||rt==="dispatch_error"||rt==="flow_error"){let $=null;if(L.error instanceof Error)$=L.error;else if(rt==="dispatch_error"){let z=(Ca=L.message)!=null?Ca:L.error;z!=null&&z!==""&&($=new Error(String(z)))}else{let z=L.error;typeof z=="string"&&z!==""?$=new Error(z):z!=null&&typeof z=="object"&&"message"in z&&($=new Error(String((fn=z.message)!=null?fn:z)))}if($){r({type:"error",error:$});let z=h;z&&z.streaming&&(z.streaming=!1,f(z)),r({type:"status",status:"idle"})}}}}}st.length=0};;){let{done:W,value:ce}=await a.read();if(W)break;i+=s.decode(ce,{stream:!0});let Se=i.split(`
12
+ `).replace(/\\r/g,"\r").replace(/\\t/g," ").replace(/\\"/g,'"').replace(/\\\\/g,"\\")}catch{return i[1]}return null};return{getExtractedText:()=>e,processChunk:async o=>{if(o.length<=t)return e!==null?{text:e,raw:o}:null;let n=o.trim();if(!n.startsWith("{")&&!n.startsWith("["))return null;let a=r(o);return a!==null&&(e=a),t=o.length,e!==null?{text:e,raw:o}:null},close:async()=>{}}},Ts=e=>{try{let t=JSON.parse(e);if(t&&typeof t=="object"&&typeof t.text=="string")return t.text}catch{return null}return null},yi=()=>{let e={processChunk:t=>null,getExtractedText:()=>null};return e.__isPlainTextParser=!0,e},bi=()=>{var t;let e=Zb();return{processChunk:async r=>{let o=r.trim();return!o.startsWith("{")&&!o.startsWith("[")?null:e.processChunk(r)},getExtractedText:e.getExtractedText.bind(e),close:(t=e.close)==null?void 0:t.bind(e)}},vi=()=>{let e=null,t=0;return{getExtractedText:()=>e,processChunk:r=>{let o=r.trim();if(!o.startsWith("{")&&!o.startsWith("["))return null;if(r.length<=t)return e!==null||e===""?{text:e||"",raw:r}:null;try{let n=(0,rn.parse)(r,rn.STR|rn.OBJ);n&&typeof n=="object"&&(n.component&&typeof n.component=="string"?e=typeof n.text=="string"?mi(n.text):"":n.type==="init"&&n.form?e="":typeof n.text=="string"&&(e=mi(n.text)))}catch{}return t=r.length,e!==null?{text:e,raw:r}:null},close:()=>{}}},wh=e=>{let t=null,r=0,n=e||(a=>{if(!a||typeof a!="object")return null;let s=i=>typeof i=="string"?mi(i):null;if(a.component&&typeof a.component=="string")return typeof a.text=="string"?mi(a.text):"";if(a.type==="init"&&a.form)return"";if(a.action)switch(a.action){case"nav_then_click":return s(a.on_load_text)||s(a.text)||null;case"message":case"message_and_click":case"checkout":return s(a.text)||null;default:return s(a.text)||s(a.display_text)||s(a.message)||null}return s(a.text)||s(a.display_text)||s(a.message)||s(a.content)||null});return{getExtractedText:()=>t,processChunk:a=>{let s=a.trim();if(!s.startsWith("{")&&!s.startsWith("["))return null;if(a.length<=r)return t!==null?{text:t,raw:a}:null;try{let i=(0,rn.parse)(a,rn.STR|rn.OBJ),c=n(i);c!==null&&(t=c)}catch{}return r=a.length,{text:t||"",raw:a}},close:()=>{}}},wi=()=>{let e=null;return{processChunk:t=>{if(!t.trim().startsWith("<"))return null;let o=t.match(/<text[^>]*>([\s\S]*?)<\/text>/);return o&&o[1]?(e=o[1],{text:e,raw:t}):null},getExtractedText:()=>e}};var Ch="4.7.0";var ia=Ch;var tv="https://api.runtype.com/v1/dispatch",Ci="https://api.runtype.com";function rv(e){var a,s;let t=e.toLowerCase(),o={"application/pdf":"pdf","application/json":"json","application/zip":"zip","text/plain":"txt","text/csv":"csv","text/markdown":"md"}[t];if(o)return`attachment.${o}`;let n=t.indexOf("/");if(n>0){let i=(s=(a=t.slice(n+1).split(";")[0])==null?void 0:a.trim())!=null?s:"";if(i&&i!=="octet-stream"&&/^[a-z0-9.+-]+$/i.test(i))return`attachment.${i}`}return"attachment"}var rd=e=>!!(e.contentParts&&e.contentParts.length>0||e.llmContent&&e.llmContent.trim().length>0||e.rawContent&&e.rawContent.trim().length>0||e.content&&e.content.trim().length>0);function ov(e){switch(e){case"json":return vi;case"regex-json":return bi;case"xml":return wi;default:return yi}}var Sh=e=>e.startsWith("{")||e.startsWith("[")||e.startsWith("<");function nv(e,t){if(!e)return t;let r=e.trim(),o=t.trim();if(r.length===0)return t;if(o.length===0)return e;let n=Sh(r);if(!Sh(o))return e;if(!n||o===r||o.startsWith(r))return t;let s=Ts(e);return Ts(t)!==null&&s===null?t:e}var la=class{constructor(t={}){this.config=t;this.clientSession=null;this.sessionInitPromise=null;this.lastSentClientToolsFingerprint=null;this.clientToolsFingerprintSessionId=null;this.sentNonEmptyClientToolsSessionId=null;var r,o,n,a;if(t.target&&(t.agentId||t.flowId||t.agent))throw new Error("[Persona] `target` is mutually exclusive with `agentId`, `flowId`, and `agent`. Set only one routing field.");this.apiUrl=(r=t.apiUrl)!=null?r:tv,this.headers={"Content-Type":"application/json","X-Persona-Version":ia,...t.headers},this.debug=!!t.debug,this.createStreamParser=(o=t.streamParser)!=null?o:ov(t.parserType),this.contextProviders=(n=t.contextProviders)!=null?n:[],this.requestMiddleware=t.requestMiddleware,this.customFetch=t.customFetch,this.parseSSEEvent=t.parseSSEEvent,this.getHeaders=t.getHeaders,this.webMcpBridge=((a=t.webmcp)==null?void 0:a.enabled)===!0?new Ba(t.webmcp):null}updateConfig(t){this.config=t}setSSEEventCallback(t){this.onSSEEvent=t}setWebMcpConfirmHandler(t){var r;(r=this.webMcpBridge)==null||r.setConfirmHandler(t)}isWebMcpOperational(){var t;return((t=this.webMcpBridge)==null?void 0:t.isOperational())===!0}executeWebMcpToolCall(t,r,o){return this.webMcpBridge?this.webMcpBridge.executeToolCall(t,r,o):null}getSSEEventCallback(){return this.onSSEEvent}isClientTokenMode(){return!!this.config.clientToken}routing(){let{agentId:t,flowId:r,target:o,targetProviders:n}=this.config;if(!o)return{agentId:t,flowId:r};let a=oh(o,n);return a.kind==="agentId"?{agentId:a.agentId}:a.kind==="flowId"?{flowId:a.flowId}:{targetPayload:a.payload}}isAgentMode(){return!!(this.config.agent||this.routing().agentId)}getClientApiUrl(t){var o;return`${((o=this.config.apiUrl)==null?void 0:o.replace(/\/+$/,"").replace(/\/v1\/dispatch$/,""))||Ci}/v1/client/${t}`}getClientSession(){return this.clientSession}async initSession(){var t,r;if(!this.isClientTokenMode())throw new Error("initSession() only available in client token mode");if(this.clientSession&&new Date<this.clientSession.expiresAt)return this.clientSession;if(this.sessionInitPromise)return this.sessionInitPromise;this.sessionInitPromise=this._doInitSession();try{let o=await this.sessionInitPromise;return this.clientSession=o,this.resetClientToolsFingerprint(),(r=(t=this.config).onSessionInit)==null||r.call(t,o),o}finally{this.sessionInitPromise=null}}async _doInitSession(){var i,c,d;let t=((c=(i=this.config).getStoredSessionId)==null?void 0:c.call(i))||null,r=this.routing(),o=(d=r.agentId)!=null?d:r.flowId,n={token:this.config.clientToken,...o&&{flowId:o},...t&&{sessionId:t}},a=await fetch(this.getClientApiUrl("init"),{method:"POST",headers:{"Content-Type":"application/json","X-Persona-Version":ia},body:JSON.stringify(n)});if(!a.ok){let p=await a.json().catch(()=>({error:"Session initialization failed"}));throw a.status===401?new Error(`Invalid client token: ${p.hint||p.error}`):a.status===403?new Error(`Origin not allowed: ${p.hint||p.error}`):new Error(p.error||"Failed to initialize session")}let s=await a.json();return this.config.setStoredSessionId&&this.config.setStoredSessionId(s.sessionId),{sessionId:s.sessionId,expiresAt:new Date(s.expiresAt),flow:s.flow,config:{welcomeMessage:s.config.welcomeMessage,placeholder:s.config.placeholder,theme:s.config.theme}}}clearClientSession(){this.clientSession=null,this.sessionInitPromise=null,this.resetClientToolsFingerprint()}resetClientToolsFingerprint(){this.lastSentClientToolsFingerprint=null,this.clientToolsFingerprintSessionId=null,this.sentNonEmptyClientToolsSessionId=null}getFeedbackApiUrl(){var r;return`${((r=this.config.apiUrl)==null?void 0:r.replace(/\/+$/,"").replace(/\/v1\/dispatch$/,""))||Ci}/v1/client/feedback`}async sendFeedback(t){var s,i;if(!this.isClientTokenMode())throw new Error("sendFeedback() only available in client token mode");if(!this.getClientSession())throw new Error("No active session. Please initialize session first.");if(["upvote","downvote","copy"].includes(t.type)&&!t.messageId)throw new Error(`messageId is required for ${t.type} feedback type`);if(t.type==="csat"&&(t.rating===void 0||t.rating<1||t.rating>5))throw new Error("CSAT rating must be between 1 and 5");if(t.type==="nps"&&(t.rating===void 0||t.rating<0||t.rating>10))throw new Error("NPS rating must be between 0 and 10");this.debug&&console.debug("[AgentWidgetClient] sending feedback",t);let n={...t,...this.config.clientToken&&{token:this.config.clientToken}},a=await fetch(this.getFeedbackApiUrl(),{method:"POST",headers:{"Content-Type":"application/json","X-Persona-Version":ia},body:JSON.stringify(n)});if(!a.ok){let c=await a.json().catch(()=>({error:"Feedback submission failed"}));throw a.status===401?(this.clientSession=null,(i=(s=this.config).onSessionExpired)==null||i.call(s),new Error("Session expired. Please refresh to continue.")):new Error(c.error||"Failed to submit feedback")}}async submitMessageFeedback(t,r){let o=this.getClientSession();if(!o)throw new Error("No active session. Please initialize session first.");return this.sendFeedback({sessionId:o.sessionId,messageId:t,type:r})}async submitCSATFeedback(t,r){let o=this.getClientSession();if(!o)throw new Error("No active session. Please initialize session first.");return this.sendFeedback({sessionId:o.sessionId,type:"csat",rating:t,comment:r})}async submitNPSFeedback(t,r){let o=this.getClientSession();if(!o)throw new Error("No active session. Please initialize session first.");return this.sendFeedback({sessionId:o.sessionId,type:"nps",rating:t,comment:r})}async dispatch(t,r){var o;return(o=t.signal)==null||o.throwIfAborted(),this.isClientTokenMode()?this.dispatchClientToken(t,r):this.isAgentMode()?this.dispatchAgent(t,r):this.dispatchProxy(t,r)}async dispatchClientToken(t,r){var o,n,a,s;r({type:"status",status:"connecting"});try{let i=await this.initSession();if(new Date>=new Date(i.expiresAt.getTime()-6e4)){this.clearClientSession(),(n=(o=this.config).onSessionExpired)==null||n.call(o);let u=new Error("Session expired. Please refresh to continue.");throw r({type:"error",error:u}),u}let c=await this.buildPayload(t.messages),d=c.metadata?Object.fromEntries(Object.entries(c.metadata).filter(([u])=>u!=="sessionId"&&u!=="session_id")):void 0,p={sessionId:i.sessionId,messages:t.messages.filter(rd).map(u=>{var h,y,E;return{id:u.id,role:u.role,content:(E=(y=(h=u.contentParts)!=null?h:u.llmContent)!=null?y:u.rawContent)!=null?E:u.content}}),...t.assistantMessageId&&{assistantMessageId:t.assistantMessageId},...d&&Object.keys(d).length>0&&{metadata:d},...c.inputs&&Object.keys(c.inputs).length>0&&{inputs:c.inputs},...c.context&&{context:c.context}},{response:m,commit:g}=await this.sendWithClientToolsDiff(i.sessionId,c.clientTools,u=>{let h={...p,...u};return this.debug&&console.debug("[AgentWidgetClient] client token dispatch",h),fetch(this.getClientApiUrl("chat"),{method:"POST",headers:{"Content-Type":"application/json","X-Persona-Version":ia},body:JSON.stringify(h),signal:t.signal})});if(!m.ok){let u=await m.json().catch(()=>({error:"Chat request failed"}));if(m.status===401){this.clearClientSession(),(s=(a=this.config).onSessionExpired)==null||s.call(a);let y=new Error("Session expired. Please refresh to continue.");throw r({type:"error",error:y}),y}if(m.status===429){let y=new Error(u.hint||"Message limit reached for this session.");throw r({type:"error",error:y}),y}let h=new Error(u.error||"Failed to send message");throw r({type:"error",error:h}),h}if(!m.body){let u=new Error("No response body received");throw r({type:"error",error:u}),u}g(),r({type:"status",status:"connected"});try{await this.streamResponse(m.body,r,t.assistantMessageId)}finally{r({type:"status",status:"idle"})}}catch(i){let c=i instanceof Error?i:new Error(String(i));throw!c.message.includes("Session expired")&&!c.message.includes("Message limit")&&r({type:"error",error:c}),c}}async dispatchProxy(t,r){r({type:"status",status:"connecting"});let o=await this.buildPayload(t.messages);this.debug&&console.debug("[AgentWidgetClient] dispatch payload",o);let n={...this.headers};if(this.getHeaders)try{let s=await this.getHeaders();n={...n,...s}}catch(s){typeof console!="undefined"&&console.error("[AgentWidget] getHeaders error:",s)}let a;if(this.customFetch)try{a=await this.customFetch(this.apiUrl,{method:"POST",headers:n,body:JSON.stringify(o),signal:t.signal},o)}catch(s){let i=s instanceof Error?s:new Error(String(s));throw r({type:"error",error:i}),i}else a=await fetch(this.apiUrl,{method:"POST",headers:n,body:JSON.stringify(o),signal:t.signal});if(!a.ok||!a.body){let s=new Error(`Chat backend request failed: ${a.status} ${a.statusText}`);throw r({type:"error",error:s}),s}r({type:"status",status:"connected"});try{await this.streamResponse(a.body,r)}finally{r({type:"status",status:"idle"})}}async dispatchAgent(t,r){r({type:"status",status:"connecting"});let o=await this.buildAgentPayload(t.messages);this.debug&&console.debug("[AgentWidgetClient] agent dispatch payload",o);let n={...this.headers};if(this.getHeaders)try{let s=await this.getHeaders();n={...n,...s}}catch(s){typeof console!="undefined"&&console.error("[AgentWidget] getHeaders error:",s)}let a;if(this.customFetch)try{a=await this.customFetch(this.apiUrl,{method:"POST",headers:n,body:JSON.stringify(o),signal:t.signal},o)}catch(s){let i=s instanceof Error?s:new Error(String(s));throw r({type:"error",error:i}),i}else a=await fetch(this.apiUrl,{method:"POST",headers:n,body:JSON.stringify(o),signal:t.signal});if(!a.ok||!a.body){let s=new Error(`Agent execution request failed: ${a.status} ${a.statusText}`);throw r({type:"error",error:s}),s}r({type:"status",status:"connected"});try{await this.streamResponse(a.body,r,t.assistantMessageId)}finally{r({type:"status",status:"idle"})}}async processStream(t,r,o,n){r({type:"status",status:"connected"});try{await this.streamResponse(t,r,o,n)}finally{r({type:"status",status:"idle"})}}async resolveApproval(t,r){var s;let n=`${((s=this.config.apiUrl)==null?void 0:s.replace(/\/+$/,"").replace(/\/v1\/dispatch$/,""))||Ci}/v1/agents/${t.agentId}/approve`,a={"Content-Type":"application/json",...this.headers};return this.getHeaders&&Object.assign(a,await this.getHeaders()),fetch(n,{method:"POST",headers:a,body:JSON.stringify({executionId:t.executionId,approvalId:t.approvalId,decision:r,streamResponse:!0})})}async sendWithClientToolsDiff(t,r,o,n){let a=!!(r&&r.length>0),s=a?th(r):void 0,i=this.clientToolsFingerprintSessionId===t,c=a&&i&&this.lastSentClientToolsFingerprint===s,d=!a&&(n==null?void 0:n.emptyMeansReplace)===!0&&this.sentNonEmptyClientToolsSessionId===t,p=!1,m;for(let g=0;;g++){if(m=await o({...a&&(p||!c)&&r?{clientTools:r}:{},...d?{clientTools:[]}:{},...s?{clientToolsFingerprint:s}:{}}),m.status===409&&g===0&&a){let h=await m.clone().json().catch(()=>null);if((h==null?void 0:h.error)==="client_tools_resend_required"){p=!0,this.lastSentClientToolsFingerprint=null;continue}}break}return{response:m,commit:()=>{this.lastSentClientToolsFingerprint=s!=null?s:null,this.clientToolsFingerprintSessionId=t,a?this.sentNonEmptyClientToolsSessionId=t:d&&(this.sentNonEmptyClientToolsSessionId=null)}}}async resumeFlow(t,r,o){var d,p,m,g;let n=this.isClientTokenMode(),a=n?this.getClientApiUrl("resume"):`${((d=this.config.apiUrl)==null?void 0:d.replace(/\/+$/,""))||Ci}/resume`,s;n&&(s=(await this.initSession()).sessionId);let i={"Content-Type":"application/json",...this.headers};this.getHeaders&&Object.assign(i,await this.getHeaders());let c={executionId:t,toolOutputs:r,streamResponse:(p=o==null?void 0:o.streamResponse)!=null?p:!0};if(s&&(c.sessionId=s),n&&s){let u=[...Oa(this.config),...(g=await((m=this.webMcpBridge)==null?void 0:m.snapshotForDispatch()))!=null?g:[]],{response:h,commit:y}=await this.sendWithClientToolsDiff(s,u,E=>{let T={...c,...E};return this.debug&&console.debug("[AgentWidgetClient] client token resume",T),fetch(a,{method:"POST",headers:i,body:JSON.stringify(T),signal:o==null?void 0:o.signal})},{emptyMeansReplace:!0});return h.ok&&y(),h}return fetch(a,{method:"POST",headers:i,body:JSON.stringify(c),signal:o==null?void 0:o.signal})}async buildAgentPayload(t){var s,i,c;let r=this.routing().agentId;if(!this.config.agent&&!r)throw new Error("Agent configuration required for agent mode");let o=t.slice().filter(rd).filter(d=>d.role==="user"||d.role==="assistant"||d.role==="system").filter(d=>!d.variant||d.variant==="assistant").sort((d,p)=>{let m=new Date(d.createdAt).getTime(),g=new Date(p.createdAt).getTime();return m-g}).map(d=>{var p,m,g;return{role:d.role,content:(g=(m=(p=d.contentParts)!=null?p:d.llmContent)!=null?m:d.rawContent)!=null?g:d.content,createdAt:d.createdAt}}),n={agent:(s=this.config.agent)!=null?s:{agentId:r},messages:o,options:{streamResponse:!0,recordMode:"virtual",...this.config.agentOptions}},a=[...Oa(this.config),...(c=await((i=this.webMcpBridge)==null?void 0:i.snapshotForDispatch()))!=null?c:[]];if(a.length>0&&(n.clientTools=a),this.contextProviders.length){let d={};await Promise.all(this.contextProviders.map(async p=>{try{let m=await p({messages:t,config:this.config});m&&typeof m=="object"&&Object.assign(d,m)}catch(m){typeof console!="undefined"&&console.warn("[AgentWidget] Context provider failed:",m)}})),Object.keys(d).length&&(n.context=d)}return n}async buildPayload(t){var s,i;let r=t.slice().filter(rd).sort((c,d)=>{let p=new Date(c.createdAt).getTime(),m=new Date(d.createdAt).getTime();return p-m}).map(c=>{var d,p,m;return{role:c.role,content:(m=(p=(d=c.contentParts)!=null?d:c.llmContent)!=null?p:c.rawContent)!=null?m:c.content,createdAt:c.createdAt}}),o=this.routing(),n={messages:r,...o.agentId?{agent:{agentId:o.agentId}}:o.flowId?{flowId:o.flowId}:{}};if(o.targetPayload)for(let[c,d]of Object.entries(o.targetPayload))c!=="messages"&&(n[c]=d);let a=[...Oa(this.config),...(i=await((s=this.webMcpBridge)==null?void 0:s.snapshotForDispatch()))!=null?i:[]];if(a.length>0&&(n.clientTools=a),this.contextProviders.length){let c={};await Promise.all(this.contextProviders.map(async d=>{try{let p=await d({messages:t,config:this.config});p&&typeof p=="object"&&Object.assign(c,p)}catch(p){typeof console!="undefined"&&console.warn("[AgentWidget] Context provider failed:",p)}})),Object.keys(c).length&&(n.context=c)}if(this.requestMiddleware)try{let c=await this.requestMiddleware({payload:{...n},config:this.config});if(c&&typeof c=="object"){let d=c;return n.clientTools!==void 0&&!("clientTools"in d)&&(d.clientTools=n.clientTools),d}}catch(c){typeof console!="undefined"&&console.error("[AgentWidget] Request middleware error:",c)}return n}async handleCustomSSEEvent(t,r,o,n,a,s){if(!this.parseSSEEvent)return!1;try{let i=await this.parseSSEEvent(t);if(i===null)return!1;let c=p=>{let m={id:`assistant-${Date.now()}-${Math.random().toString(16).slice(2)}`,role:"assistant",content:"",createdAt:new Date().toISOString(),streaming:!0,variant:"assistant",sequence:a(),...p!==void 0&&{partId:p}};return o.current=m,n(m),m},d=p=>o.current?o.current:c(p);if(i.text!==void 0){i.partId!==void 0&&s.current!==null&&i.partId!==s.current&&(o.current&&(o.current.streaming=!1,n(o.current)),c(i.partId)),i.partId!==void 0&&(s.current=i.partId);let p=d(i.partId);i.partId!==void 0&&!p.partId&&(p.partId=i.partId),p.content+=i.text,n(p)}return i.done&&(o.current&&(o.current.streaming=!1,n(o.current)),s.current=null,r({type:"status",status:"idle"})),i.error&&(s.current=null,r({type:"error",error:new Error(i.error)})),!0}catch(i){return typeof console!="undefined"&&console.error("[AgentWidget] parseSSEEvent error:",i),!1}}async streamResponse(t,r,o,n){var br,wo,Co,Ve;let a=t.getReader(),s=new TextDecoder,i="",c=Date.now(),d=0,p=()=>c+d++,m=H=>{let ce=H.reasoning?{...H.reasoning,chunks:[...H.reasoning.chunks]}:void 0,Se=H.toolCall?{...H.toolCall,chunks:H.toolCall.chunks?[...H.toolCall.chunks]:void 0}:void 0,Ae=H.tools?H.tools.map(Ie=>({...Ie,chunks:Ie.chunks?[...Ie.chunks]:void 0})):void 0;return{...H,reasoning:ce,toolCall:Se,tools:Ae}},g=H=>{if(H.role!=="assistant"||H.variant)return!0;let ce=Array.isArray(H.contentParts)&&H.contentParts.length>0,Se=typeof H.rawContent=="string"&&H.rawContent.trim()!=="";return typeof H.content=="string"&&H.content.trim()!==""||ce||Se||!!H.stopReason},u=H=>{g(H)&&r({type:"message",message:m(H)})},h=null,y=null,E={current:null},T={current:null},A=null,k="",w=new Map,C=new Map,S=new Map,M=new Map,W=new Map,I={lastId:null,byStep:new Map},R={lastId:null,byCall:new Map},D=H=>{if(H==null)return null;try{return String(H)}catch{return null}},O=H=>{var ce,Se,Ae,Ie,et;return D((et=(Ie=(Ae=(Se=(ce=H.stepId)!=null?ce:H.step_id)!=null?Se:H.step)!=null?Ae:H.parentId)!=null?Ie:H.flowStepId)!=null?et:H.flow_step_id)},Q=H=>{var ce,Se,Ae,Ie,et,Qe,gt;return D((gt=(Qe=(et=(Ie=(Ae=(Se=(ce=H.callId)!=null?ce:H.call_id)!=null?Se:H.requestId)!=null?Ae:H.request_id)!=null?Ie:H.toolCallId)!=null?et:H.tool_call_id)!=null?Qe:H.stepId)!=null?gt:H.step_id)},me=o,ue=!1,Z=()=>{if(h)return h;let H,ce="",Se=A;return!ue&&me?(H=me,ue=!0,ce=n!=null?n:""):me&&Se?H=`${me}_${Se}`:H=`assistant-${Date.now()}-${Math.random().toString(16).slice(2)}`,h={id:H,role:"assistant",content:ce,createdAt:new Date().toISOString(),streaming:!0,sequence:p()},u(h),h},Le=(H,ce)=>{I.lastId=ce,H&&I.byStep.set(H,ce)},He=(H,ce)=>{var et;let Se=(et=H.reasoningId)!=null?et:H.id,Ae=O(H);if(Se){let Qe=String(Se);return Le(Ae,Qe),Qe}if(Ae){let Qe=I.byStep.get(Ae);if(Qe)return I.lastId=Qe,Qe}if(I.lastId&&!ce)return I.lastId;if(!ce)return null;let Ie=`reason-${p()}`;return Le(Ae,Ie),Ie},ie=H=>{let ce=M.get(H);if(ce)return ce;let Se={id:`reason-${H}`,role:"assistant",content:"",createdAt:new Date().toISOString(),streaming:!0,variant:"reasoning",sequence:p(),reasoning:{id:H,status:"streaming",chunks:[]}};return M.set(H,Se),u(Se),Se},Me=(H,ce)=>{R.lastId=ce,H&&R.byCall.set(H,ce)},oe=new Set,se=new Map,ge=new Set,Te=new Map,qe=H=>{if(!H)return!1;let ce=H.replace(/_+/g,"_").replace(/^_|_$/g,"");return ce==="emit_artifact_markdown"||ce==="emit_artifact_component"},j=(H,ce)=>{var et;let Se=(et=H.toolId)!=null?et:H.id,Ae=Q(H);if(Se){let Qe=String(Se);return Me(Ae,Qe),Qe}if(Ae){let Qe=R.byCall.get(Ae);if(Qe)return R.lastId=Qe,Qe}if(R.lastId&&!ce)return R.lastId;if(!ce)return null;let Ie=`tool-${p()}`;return Me(Ae,Ie),Ie},ee=H=>{let ce=W.get(H);if(ce)return ce;let Se={id:`tool-${H}`,role:"assistant",content:"",createdAt:new Date().toISOString(),streaming:!0,variant:"tool",sequence:p(),toolCall:{id:H,status:"pending"}};return W.set(H,Se),u(Se),Se},Ee=H=>{if(typeof H=="number"&&Number.isFinite(H))return H;if(typeof H=="string"){let ce=Number(H);if(!Number.isNaN(ce)&&Number.isFinite(ce))return ce;let Se=Date.parse(H);if(!Number.isNaN(Se))return Se}return Date.now()},te=H=>{if(typeof H=="string")return H;if(H==null)return"";try{return JSON.stringify(H)}catch{return String(H)}},le=new Map,ke=new Map,nt=new Map,yt=(H,ce,Se)=>{var gt;let Ae=nt.get(H);Ae||(Ae=[],nt.set(H,Ae));let Ie=0,et=Ae.length;for(;Ie<et;){let pe=Ie+et>>>1;Ae[pe].seq<ce?Ie=pe+1:et=pe}((gt=Ae[Ie])==null?void 0:gt.seq)===ce?Ae[Ie]={seq:ce,text:Se}:Ae.splice(Ie,0,{seq:ce,text:Se});let Qe="";for(let pe=0;pe<Ae.length;pe++)Qe+=Ae[pe].text;return Qe},Kt=(H,ce)=>{let Se=te(ce),Ae=ke.get(H.id),Ie=nv(Ae,Se);H.rawContent=Ie;let et=le.get(H.id),Qe=ae=>{var Ke;let mt=(Ke=H.content)!=null?Ke:"";ae.trim()!==""&&(mt.trim().length===0||ae.startsWith(mt)||ae.trimStart().startsWith(mt.trim()))&&(H.content=ae)},gt=()=>{var ae;if(et){let mt=(ae=et.close)==null?void 0:ae.call(et);mt instanceof Promise&&mt.catch(()=>{})}le.delete(H.id),ke.delete(H.id),H.streaming=!1,u(H)};if(!et){Qe(Se),gt();return}let pe=Ts(Ie);if(pe!==null&&pe.trim()!==""){Qe(pe),gt();return}let N=ae=>{var Lt;let mt=typeof ae=="string"?ae:(Lt=ae==null?void 0:ae.text)!=null?Lt:null;if(mt!==null&&mt.trim()!=="")return mt;let Ke=et.getExtractedText();return Ke!==null&&Ke.trim()!==""?Ke:Se},ye;try{ye=et.processChunk(Ie)}catch{Qe(Se),gt();return}if(ye instanceof Promise){ye.then(ae=>{Qe(N(ae)),gt()}).catch(()=>{Qe(Se),gt()});return}Qe(N(ye)),gt()},jt=null,ct=(H,ce,Se,Ae)=>{var pe;H.rawContent=ce,le.has(H.id)||le.set(H.id,this.createStreamParser());let Ie=le.get(H.id),et=ce.trim().startsWith("{")||ce.trim().startsWith("[");if(et&&ke.set(H.id,ce),Ie.__isPlainTextParser===!0){H.content=Ae!==void 0?ce:H.content+Se,ke.delete(H.id),le.delete(H.id),H.rawContent=void 0,u(H);return}let gt=Ie.processChunk(ce);if(gt instanceof Promise)gt.then(N=>{var ae;let ye=typeof N=="string"?N:(ae=N==null?void 0:N.text)!=null?ae:null;ye!==null&&ye.trim()!==""?(H.content=ye,u(H)):!et&&!ce.trim().startsWith("<")&&(H.content=Ae!==void 0?ce:H.content+Se,ke.delete(H.id),le.delete(H.id),H.rawContent=void 0,u(H))}).catch(()=>{H.content=Ae!==void 0?ce:H.content+Se,ke.delete(H.id),le.delete(H.id),H.rawContent=void 0,u(H)});else{let N=typeof gt=="string"?gt:(pe=gt==null?void 0:gt.text)!=null?pe:null;N!==null&&N.trim()!==""?(H.content=N,u(H)):!et&&!ce.trim().startsWith("<")&&(H.content=Ae!==void 0?ce:H.content+Se,ke.delete(H.id),le.delete(H.id),H.rawContent=void 0,u(H))}},fe=(H,ce)=>{var pe,N;let Se=ce!=null?ce:H.content;if(Se==null||Se===""){H.streaming=!1,u(H);return}let Ae=ke.get(H.id),Ie=Ae!=null?Ae:te(Se);H.rawContent=Ie;let et=le.get(H.id),Qe=null,gt=!1;if(et&&(Qe=et.getExtractedText(),Qe===null&&(Qe=Ts(Ie)),Qe===null)){let ye=et.processChunk(Ie);ye instanceof Promise?(gt=!0,ye.then(ae=>{var Ke;let mt=typeof ae=="string"?ae:(Ke=ae==null?void 0:ae.text)!=null?Ke:null;mt!==null&&(H.content=mt,H.streaming=!1,le.delete(H.id),ke.delete(H.id),u(H))}).catch(()=>{})):Qe=typeof ye=="string"?ye:(pe=ye==null?void 0:ye.text)!=null?pe:null}if(!gt){Qe!==null&&Qe.trim()!==""?H.content=Qe:ke.has(H.id)||(H.content=te(Se));let ye=le.get(H.id);if(ye){let ae=(N=ye.close)==null?void 0:N.call(ye);ae instanceof Promise&&ae.catch(()=>{}),le.delete(H.id)}ke.delete(H.id),H.streaming=!1,u(H)}},X=(H,ce,Se)=>{let Ae=C.get(H);if(Ae)return Ae;let Ie={id:`nested-${ce}-${H}`,role:"assistant",content:"",createdAt:new Date().toISOString(),streaming:!0,sequence:p(),...Se?{variant:Se}:{},...Se==="reasoning"?{reasoning:{id:H,status:"streaming",chunks:[]}}:{},agentMetadata:{parentToolId:ce}};return C.set(H,Ie),u(Ie),Ie},st=[],je,Ce=new Map,ve=0,Ye="agent",Vt=!1,xe=null,de=null,Ar=new Map,Ct=(br=this.config.iterationDisplay)!=null?br:"separate";for(je=()=>{var H,ce,Se,Ae,Ie,et,Qe,gt,pe,N,ye,ae,mt,Ke,Lt,Et,bt,It,Qt,Ft,er,So,Uo,io,lo,sn,zt,co,qo,Fr,Wr,Nr,po,Ao,ln,Qr,dn,St,Mo,To,Vo,uo,ht,Un,Eo,qn,Hr,ba,cn,zo,pn,un,Vn,zn,fn,vt,Or,_r,Mr,At,Jr,Yr,Ur,mn,we,$o,Zr,Nt,eo,jo,rs,va,os,$n,ko,gn,it,nr,ar,Lo,ns,Go,jn,Po,q,wa,to,Ro,Ko,Io,fo,Ca,Xs,vr,Tr,mo,Er,Gn,go,wr,Wo,Sa,Kn,Aa,hn;for(let xn=0;xn<st.length;xn++){let rt=st[xn].payloadType,L=st[xn].payload;if(!Vt&&Ye!=="flow"&&typeof L.stepType=="string"&&(Ye="flow"),rt==="reasoning_start"){let $=typeof L.id=="string"?L.id:null,z=typeof L.parentToolCallId=="string"&&L.parentToolCallId?L.parentToolCallId:null;if($&&z){w.set($,z),X($,z,"reasoning");continue}let K=(H=He(L,!0))!=null?H:`reason-${p()}`,G=ie(K);G.reasoning=(ce=G.reasoning)!=null?ce:{id:K,status:"streaming",chunks:[]},G.reasoning.startedAt=(Ae=G.reasoning.startedAt)!=null?Ae:Ee((Se=L.startedAt)!=null?Se:L.timestamp),G.reasoning.completedAt=void 0,G.reasoning.durationMs=void 0,(L.scope==="loop"||L.scope==="turn")&&(G.reasoning.scope=L.scope),G.streaming=!0,G.reasoning.status="streaming",u(G)}else if(rt==="reasoning_delta"){let $=typeof L.id=="string"?L.id:null;if($&&w.has($)&&C.has($)){let De=C.get($),tt=(Qe=(et=(Ie=L.reasoningText)!=null?Ie:L.text)!=null?et:L.delta)!=null?Qe:"";tt&&L.hidden!==!0&&De.reasoning&&(De.reasoning.chunks.push(String(tt)),u(De));continue}let z=(pe=(gt=He(L,!1))!=null?gt:He(L,!0))!=null?pe:`reason-${p()}`,K=ie(z);K.reasoning=(N=K.reasoning)!=null?N:{id:z,status:"streaming",chunks:[]},K.reasoning.startedAt=(ae=K.reasoning.startedAt)!=null?ae:Ee((ye=L.startedAt)!=null?ye:L.timestamp);let G=(Lt=(Ke=(mt=L.reasoningText)!=null?mt:L.text)!=null?Ke:L.delta)!=null?Lt:"";if(G&&L.hidden!==!0){let De=typeof L.sequenceIndex=="number"?L.sequenceIndex:void 0;if(De!==void 0){let tt=yt(z,De,String(G));K.reasoning.chunks=[tt]}else K.reasoning.chunks.push(String(G))}if(K.reasoning.status=L.done?"complete":"streaming",L.done){K.reasoning.completedAt=Ee((Et=L.completedAt)!=null?Et:L.timestamp);let De=(bt=K.reasoning.startedAt)!=null?bt:Date.now();K.reasoning.durationMs=Math.max(0,((It=K.reasoning.completedAt)!=null?It:Date.now())-De)}K.streaming=K.reasoning.status!=="complete",u(K)}else if(rt==="reasoning_complete"){let $=typeof L.id=="string"?L.id:null;if($&&w.has($)&&C.has($)){let tt=C.get($);if(tt.reasoning){let lt=typeof L.text=="string"?L.text:"";lt&&tt.reasoning.chunks.length===0&&tt.reasoning.chunks.push(lt),tt.reasoning.status="complete",tt.streaming=!1,u(tt)}w.delete($),C.delete($);continue}let z=(Ft=(Qt=He(L,!1))!=null?Qt:He(L,!0))!=null?Ft:`reason-${p()}`,K=typeof L.text=="string"?L.text:"";!M.get(z)&&(K||L.scope==="loop")&&ie(z);let G=M.get(z);if(G!=null&&G.reasoning){(L.scope==="loop"||L.scope==="turn")&&(G.reasoning.scope=L.scope),K&&G.reasoning.chunks.length===0&&G.reasoning.chunks.push(K),G.reasoning.status="complete",G.reasoning.completedAt=Ee((er=L.completedAt)!=null?er:L.timestamp);let tt=(So=G.reasoning.startedAt)!=null?So:Date.now();G.reasoning.durationMs=Math.max(0,((Uo=G.reasoning.completedAt)!=null?Uo:Date.now())-tt),G.streaming=!1,u(G)}let De=O(L);De&&I.byStep.delete(De)}else if(rt==="tool_start"){h&&(h.streaming=!1,u(h),h=null),typeof L.iteration=="number"&&(ve=L.iteration);let $=(lo=(io=typeof L.toolCallId=="string"?L.toolCallId:void 0)!=null?io:j(L,!0))!=null?lo:`tool-${p()}`,z=(sn=L.toolName)!=null?sn:L.name;if(qe(z)){oe.add($);continue}Me(Q(L),$);let K=ee($),G=(zt=K.toolCall)!=null?zt:{id:$,status:"pending"};G.name=z!=null?z:G.name,G.status="running",L.parameters!==void 0?G.args=L.parameters:L.args!==void 0&&(G.args=L.args),G.startedAt=(qo=G.startedAt)!=null?qo:Ee((co=L.startedAt)!=null?co:L.timestamp),G.completedAt=void 0,G.durationMs=void 0,K.toolCall=G,K.streaming=!0,L.executionId&&(K.agentMetadata={executionId:L.executionId,iteration:L.iteration}),u(K)}else if(rt==="tool_output_delta"){let $=(Wr=(Fr=j(L,!1))!=null?Fr:j(L,!0))!=null?Wr:`tool-${p()}`;if(oe.has($))continue;let z=ee($),K=(Nr=z.toolCall)!=null?Nr:{id:$,status:"running"};K.startedAt=(Ao=K.startedAt)!=null?Ao:Ee((po=L.startedAt)!=null?po:L.timestamp);let G=(dn=(Qr=(ln=L.text)!=null?ln:L.delta)!=null?Qr:L.message)!=null?dn:"";G&&(K.chunks=(St=K.chunks)!=null?St:[],K.chunks.push(String(G))),K.status="running",z.toolCall=K,z.streaming=!0;let De=L.agentContext;(De||L.executionId)&&(z.agentMetadata=(Vo=z.agentMetadata)!=null?Vo:{executionId:(Mo=De==null?void 0:De.executionId)!=null?Mo:L.executionId,iteration:(To=De==null?void 0:De.iteration)!=null?To:L.iteration}),u(z)}else if(rt==="tool_complete"){let $=(ht=(uo=j(L,!1))!=null?uo:j(L,!0))!=null?ht:`tool-${p()}`;if(oe.has($)){oe.delete($);continue}let z=ee($),K=(Un=z.toolCall)!=null?Un:{id:$,status:"running"};K.status="complete",L.result!==void 0&&(K.result=L.result),typeof L.duration=="number"&&(K.duration=L.duration),K.completedAt=Ee((Eo=L.completedAt)!=null?Eo:L.timestamp);let G=(qn=L.duration)!=null?qn:L.executionTime;if(typeof G=="number")K.durationMs=G;else{let lt=(Hr=K.startedAt)!=null?Hr:Date.now();K.durationMs=Math.max(0,((ba=K.completedAt)!=null?ba:Date.now())-lt)}z.toolCall=K,z.streaming=!1;let De=L.agentContext;(De||L.executionId)&&(z.agentMetadata=(pn=z.agentMetadata)!=null?pn:{executionId:(cn=De==null?void 0:De.executionId)!=null?cn:L.executionId,iteration:(zo=De==null?void 0:De.iteration)!=null?zo:L.iteration}),u(z);let tt=Q(L);tt&&R.byCall.delete(tt)}else if(rt==="await"&&L.toolName){let $=typeof L.toolCallId=="string"&&L.toolCallId.length>0?L.toolCallId:void 0,z=(un=$!=null?$:L.toolId)!=null?un:`local-${p()}`,K=ee(z),G=L.toolName,De=L.origin==="webmcp"&&!Tn(G)?`webmcp:${G}`:G,tt=Tn(De),lt=(Vn=K.toolCall)!=null?Vn:{id:z,status:"pending"};lt.name=De,lt.args=L.parameters,lt.status=tt?"running":"complete",lt.chunks=(zn=lt.chunks)!=null?zn:[],lt.startedAt=(Or=lt.startedAt)!=null?Or:Ee((vt=(fn=L.startedAt)!=null?fn:L.timestamp)!=null?vt:L.awaitedAt),tt?(lt.completedAt=void 0,lt.duration=void 0,lt.durationMs=void 0):lt.completedAt=(_r=lt.completedAt)!=null?_r:lt.startedAt,K.toolCall=lt,K.streaming=!1,K.agentMetadata={...K.agentMetadata,executionId:(At=L.executionId)!=null?At:(Mr=K.agentMetadata)==null?void 0:Mr.executionId,awaitingLocalTool:!0,...$?{webMcpToolCallId:$}:{}},u(K)}else if(rt==="text_start"){let $=typeof L.id=="string"?L.id:null,z=typeof L.parentToolCallId=="string"&&L.parentToolCallId?L.parentToolCallId:null;if($&&z){w.set($,z);continue}let K=h;K&&(Ye==="flow"?(fe(K),jt=K):(K.streaming=!1,u(K)),h=null),A=typeof L.id=="string"?L.id:A,k=""}else if(rt==="text_delta"){let $=typeof L.id=="string"?L.id:null,z=$?w.get($):void 0;if($&&z){let G=typeof L.delta=="string"?L.delta:"",De=((Jr=S.get($))!=null?Jr:"")+G;if(S.set($,De),De.trim()==="")continue;let tt=X($,z);tt.agentMetadata={...tt.agentMetadata,executionId:L.executionId,parentToolId:z},ct(tt,De,G,void 0);continue}if(A=typeof L.id=="string"?L.id:A,Ye==="flow"){let G=typeof L.delta=="string"?L.delta:"";if(k+=G,k.trim()==="")continue;let De=Z();De.agentMetadata={executionId:L.executionId,iteration:L.iteration},ct(De,k,G,void 0),y=De;continue}let K=Z();K.content+=(Yr=L.delta)!=null?Yr:"",K.agentMetadata={executionId:L.executionId,iteration:L.iteration,turnId:xe!=null?xe:void 0,agentName:de==null?void 0:de.agentName},y=K,u(K)}else if(rt==="text_complete"){let $=typeof L.id=="string"?L.id:null;if($&&w.has($)){let K=C.get($);K&&fe(K),w.delete($),S.delete($),C.delete($);continue}let z=h;z&&(Ye==="flow"?(fe(z),jt=z):(((Ur=z.content)!=null?Ur:"")===""&&typeof L.text=="string"&&(z.content=L.text),z.streaming=!1,u(z)),h=null),A=null,k=""}else if(rt==="step_complete"){let $=L.stepType,z=L.executionType;if($==="tool"||z==="context")continue;if(L.success===!1){let K=L.error,G=typeof K=="string"&&K!==""?K:K!=null&&typeof K=="object"&&Reflect.has(K,"message")?String((mn=K.message)!=null?mn:"Step failed"):"Step failed";r({type:"error",error:new Error(G)});let De=h;De&&De.streaming&&(De.streaming=!1,u(De)),r({type:"status",status:"idle"});continue}{let K=jt;jt=null;let G=L.stopReason,De=(we=L.result)==null?void 0:we.response;if(K)G&&(K.stopReason=G),De!=null?Kt(K,De):K.streaming!==!1&&(le.delete(K.id),ke.delete(K.id),K.streaming=!1,u(K));else{let tt=De!=null&&De!=="";if(tt||G){let lt=Z();G&&(lt.stopReason=G),tt?fe(lt,De):(lt.streaming=!1,u(lt))}}continue}}else if(rt==="execution_start")Ye=L.kind==="flow"?"flow":"agent",Vt=!0,Ye==="agent"&&(de={executionId:L.executionId,agentId:($o=L.agentId)!=null?$o:"virtual",agentName:(Zr=L.agentName)!=null?Zr:"",status:"running",currentIteration:0,maxTurns:(Nt=L.maxTurns)!=null?Nt:1,startedAt:Ee(L.startedAt)});else if(rt==="turn_start"){let $=typeof L.iteration=="number"?L.iteration:ve;if($!==ve){if(de&&(de.currentIteration=$),Ct==="separate"&&$>1){let z=h;z&&(z.streaming=!1,u(z),Ar.set($-1,z),h=null)}ve=$}xe=typeof L.id=="string"?L.id:null,y=null}else if(rt==="tool_input_delta"){let $=(eo=L.toolCallId)!=null?eo:R.lastId;if($){let z=W.get($);z!=null&&z.toolCall&&(z.toolCall.chunks=(jo=z.toolCall.chunks)!=null?jo:[],z.toolCall.chunks.push((rs=L.delta)!=null?rs:""),u(z))}}else{if(rt==="tool_input_complete")continue;if(rt==="turn_complete"){let $=L.stopReason,z=h!=null?h:y;if($&&z!==null){let K=L.id;(!K||((va=z.agentMetadata)==null?void 0:va.turnId)===K)&&(z.stopReason=$,u(z))}xe===L.id&&(xe=null)}else if(rt==="media_start"){let $=String(L.id);Ce.set($,{mediaType:typeof L.mediaType=="string"?L.mediaType:void 0,role:typeof L.role=="string"?L.role:void 0,toolCallId:L.toolCallId,parts:[]})}else if(rt==="media_delta"){let $=Ce.get(String(L.id));$&&typeof L.delta=="string"&&$.parts.push(L.delta)}else if(rt==="media_complete"){let $=String(L.id),z=Ce.get($);Ce.delete($);let K=($n=(os=typeof L.mediaType=="string"?L.mediaType:void 0)!=null?os:z==null?void 0:z.mediaType)!=null?$n:"application/octet-stream",G=typeof L.data=="string"?L.data:void 0,De=typeof L.url=="string"?L.url:z&&z.parts.length>0?z.parts.join(""):void 0,tt=null;if(G)tt={type:"media",data:G,mediaType:K};else if(De){let kr=K.toLowerCase();tt={type:kr==="image"||kr.startsWith("image/")?"image-url":"file-url",url:De,mediaType:K}}let lt=(ko=L.toolCallId)!=null?ko:z==null?void 0:z.toolCallId,Sl=tt?[tt]:[],yn=[];for(let kr of Sl){if(!kr||typeof kr!="object")continue;let ur=kr,Xo=typeof ur.type=="string"?ur.type:void 0,Ho=typeof ur.mediaType=="string"?ur.mediaType.toLowerCase():"",sr=null,Lr="";if(Xo==="media"){let gr=typeof ur.data=="string"?ur.data:void 0;if(!gr)continue;Lr=Ho.length>0?Ho:"application/octet-stream",sr=`data:${Lr};base64,${gr}`}else if(Xo==="image-url"){let gr=typeof ur.url=="string"?ur.url:void 0;if(!gr)continue;Lr=Ho,sr=gr}else if(Xo==="file-url"){let gr=typeof ur.url=="string"?ur.url:void 0;if(!gr)continue;Lr=Ho,sr=gr}else continue;if(sr)if(Xo==="image-url"||Lr.startsWith("image/"))yn.push({type:"image",image:sr,...Lr.includes("/")?{mimeType:Lr}:{}});else if(Lr.startsWith("audio/"))yn.push({type:"audio",audio:sr,mimeType:Lr});else if(Lr.startsWith("video/"))yn.push({type:"video",video:sr,mimeType:Lr});else{let gr=Lr||"application/octet-stream";yn.push({type:"file",data:sr,mimeType:gr,filename:rv(gr)})}}if(yn.length>0){let kr=p(),ur=lt,Ho={id:`agent-media-${typeof ur=="string"&&ur.length>0?`${ur}-${kr}`:String(kr)}`,role:"assistant",content:"",contentParts:yn,createdAt:new Date().toISOString(),streaming:!1,sequence:kr,agentMetadata:{executionId:L.executionId,iteration:typeof L.iteration=="number"?L.iteration:ve}};u(Ho);let sr=h;sr&&(sr.streaming=!1,u(sr)),h=null,E.current=null}}else if(rt==="execution_complete"){let $=(gn=L.kind)!=null?gn:Ye;$==="agent"&&de&&(de.status=L.success?"complete":"error",de.completedAt=Ee(L.completedAt),de.stopReason=L.stopReason);let z=h;z&&($==="flow"&&z.streaming!==!1?fe(z):(z.streaming=!1,u(z)),h=null),A=null,k="",jt=null,r({type:"status",status:"idle",terminal:!0})}else if(rt==="execution_error"){let $=typeof L.error=="string"?L.error:(nr=(it=L.error)==null?void 0:it.message)!=null?nr:"Execution error";r({type:"error",error:new Error($)})}else if(rt!=="ping"){if(rt==="approval_start"){let $=(ar=L.approvalId)!=null?ar:`approval-${p()}`,z={id:`approval-${$}`,role:"assistant",content:"",createdAt:new Date().toISOString(),streaming:!1,variant:"approval",sequence:p(),approval:{id:$,status:"pending",agentId:(Lo=de==null?void 0:de.agentId)!=null?Lo:"virtual",executionId:(Go=(ns=L.executionId)!=null?ns:de==null?void 0:de.executionId)!=null?Go:"",toolName:(jn=L.toolName)!=null?jn:"",toolType:L.toolType,description:(q=L.description)!=null?q:`Execute ${(Po=L.toolName)!=null?Po:"tool"}`,...typeof L.reason=="string"&&L.reason?{reason:L.reason}:{},parameters:L.parameters}};u(z)}else if(rt==="step_await"&&L.awaitReason==="approval_required"){let $=(wa=L.approvalId)!=null?wa:`approval-${p()}`,z={id:`approval-${$}`,role:"assistant",content:"",createdAt:new Date().toISOString(),streaming:!1,variant:"approval",sequence:p(),approval:{id:$,status:"pending",agentId:(to=de==null?void 0:de.agentId)!=null?to:"virtual",executionId:(Ko=(Ro=L.executionId)!=null?Ro:de==null?void 0:de.executionId)!=null?Ko:"",toolName:(Io=L.toolName)!=null?Io:"",toolType:L.toolType,description:(Ca=L.description)!=null?Ca:`Execute ${(fo=L.toolName)!=null?fo:"tool"}`,...typeof L.reason=="string"&&L.reason?{reason:L.reason}:{},parameters:L.parameters}};u(z)}else if(rt==="approval_complete"){let $=L.approvalId;if($){let K={id:`approval-${$}`,role:"assistant",content:"",createdAt:new Date().toISOString(),streaming:!1,variant:"approval",sequence:p(),approval:{id:$,status:(Xs=L.decision)!=null?Xs:"approved",agentId:(vr=de==null?void 0:de.agentId)!=null?vr:"virtual",executionId:(mo=(Tr=L.executionId)!=null?Tr:de==null?void 0:de.executionId)!=null?mo:"",toolName:(Er=L.toolName)!=null?Er:"",description:(Gn=L.description)!=null?Gn:"",resolvedAt:Date.now()}};u(K)}}else if(rt==="artifact_start"||rt==="artifact_delta"||rt==="artifact_update"||rt==="artifact_complete"){if(rt==="artifact_start"){let $=L.artifactType,z=String(L.id),K=typeof L.title=="string"?L.title:void 0;if(r({type:"artifact_start",id:z,artifactType:$,title:K,component:typeof L.component=="string"?L.component:void 0}),Te.set(z,{markdown:"",title:K}),!ge.has(z)){ge.add(z);let G={id:`artifact-ref-${z}`,role:"assistant",content:"",createdAt:new Date().toISOString(),streaming:!0,sequence:p(),rawContent:JSON.stringify({component:"PersonaArtifactCard",props:{artifactId:z,title:K,artifactType:$,status:"streaming"}})};se.set(z,G),u(G)}}else if(rt==="artifact_delta"){let $=String(L.id),z=typeof L.delta=="string"?L.delta:String((go=L.delta)!=null?go:"");r({type:"artifact_delta",id:$,artDelta:z});let K=Te.get($);K&&(K.markdown+=z)}else if(rt==="artifact_update"){let $=L.props&&typeof L.props=="object"&&!Array.isArray(L.props)?L.props:{};r({type:"artifact_update",id:String(L.id),props:$,component:typeof L.component=="string"?L.component:void 0})}else if(rt==="artifact_complete"){let $=String(L.id);r({type:"artifact_complete",id:$});let z=se.get($);if(z){z.streaming=!1;try{let K=JSON.parse((wr=z.rawContent)!=null?wr:"{}");if(K.props){K.props.status="complete";let G=Te.get($);G!=null&&G.markdown&&(K.props.markdown=G.markdown)}z.rawContent=JSON.stringify(K)}catch{}Te.delete($),u(z),se.delete($)}}}else if(rt==="transcript_insert"){let $=L.message;if(!$||typeof $!="object")continue;let z=String((Wo=$.id)!=null?Wo:`msg-${p()}`),K=$.role,De={id:z,role:K==="user"?"user":K==="system"?"system":"assistant",content:typeof $.content=="string"?$.content:"",rawContent:typeof $.rawContent=="string"?$.rawContent:void 0,createdAt:typeof $.createdAt=="string"?$.createdAt:new Date().toISOString(),streaming:$.streaming===!0,...typeof $.variant=="string"?{variant:$.variant}:{},sequence:p()};if(u(De),De.rawContent)try{let tt=JSON.parse(De.rawContent),lt=(Sa=tt==null?void 0:tt.props)==null?void 0:Sa.artifactId;typeof lt=="string"&&ge.add(lt)}catch{}h=null,E.current=null,le.delete(z),ke.delete(z)}else if(rt==="error"){if(L.recoverable===!1&&L.error!=null&&L.error!==""){let $=typeof L.error=="string"?L.error:((Kn=L.error)==null?void 0:Kn.message)!=null?String(L.error.message):"Execution error";r({type:"error",error:new Error($)});let z=h;z&&z.streaming&&(z.streaming=!1,u(z)),r({type:"status",status:"idle"})}}else if(rt==="step_error"||rt==="dispatch_error"||rt==="flow_error"){let $=null;if(L.error instanceof Error)$=L.error;else if(rt==="dispatch_error"){let z=(Aa=L.message)!=null?Aa:L.error;z!=null&&z!==""&&($=new Error(String(z)))}else{let z=L.error;typeof z=="string"&&z!==""?$=new Error(z):z!=null&&typeof z=="object"&&Reflect.has(z,"message")&&($=new Error(String((hn=z.message)!=null?hn:z)))}if($){r({type:"error",error:$});let z=h;z&&z.streaming&&(z.streaming=!1,u(z)),r({type:"status",status:"idle"})}}}}}st.length=0};;){let{done:H,value:ce}=await a.read();if(H)break;i+=s.decode(ce,{stream:!0});let Se=i.split(`
13
13
 
14
- `);i=(Co=Se.pop())!=null?Co:"";for(let Ae of Se){let Ie=Ae.split(`
15
- `),et="message",Qe="",gt=null;for(let ae of Ie)ae.startsWith("event:")?et=ae.replace("event:","").trim():ae.startsWith("data:")?Qe+=ae.replace("data:","").trim():ae.startsWith("id:")&&(gt=ae.slice(3).trim());let pe=()=>{gt!==null&&gt!==""&&r({type:"cursor",id:gt})};if(!Qe){pe();continue}let N;try{N=JSON.parse(Qe)}catch(ae){r({type:"error",error:ae instanceof Error?ae:new Error("Failed to parse chat stream payload")});continue}let ye=et!=="message"?et:(So=N.type)!=null?So:"message";if((Ve=this.onSSEEvent)==null||Ve.call(this,ye,N),this.parseSSEEvent){k.current=h;let ae=await this.handleCustomSSEEvent(N,r,k,f,p,E);if(k.current&&k.current!==h&&(h=k.current),ae){pe();continue}}st.push({payloadType:ye,payload:N}),je(),pe()}}je()}};function uh(){let e=Date.now().toString(36),t=Math.random().toString(36).substring(2,10);return`msg_${e}_${t}`}function Da(){let e=Date.now().toString(36),t=Math.random().toString(36).substring(2,10);return`usr_${e}_${t}`}function Pn(){let e=Date.now().toString(36),t=Math.random().toString(36).substring(2,10);return`ast_${e}_${t}`}var yi="[Image]";function fh(e){return typeof e=="string"?[{type:"text",text:e}]:e}function mh(e){return typeof e=="string"?e:e.filter(t=>t.type==="text").map(t=>t.text).join("")}function gh(e){return typeof e=="string"?!1:e.some(t=>t.type==="image")}function hh(e){return typeof e=="string"?[]:e.filter(t=>t.type==="image")}function As(e){return{type:"text",text:e}}function xh(e,t){return{type:"image",image:e,...(t==null?void 0:t.mimeType)&&{mimeType:t.mimeType},...(t==null?void 0:t.alt)&&{alt:t.alt}}}async function yh(e){return new Promise((t,r)=>{let o=new FileReader;o.onload=()=>{let n=o.result;t({type:"image",image:n,mimeType:e.type,alt:e.name})},o.onerror=()=>r(new Error("Failed to read file")),o.readAsDataURL(e)})}function bh(e,t=["image/png","image/jpeg","image/gif","image/webp"],r=10*1024*1024){return t.includes(e.type)?e.size>r?{valid:!1,error:`File too large. Maximum size: ${Math.round(r/1048576)}MB`}:{valid:!0}:{valid:!1,error:`Invalid file type. Accepted types: ${t.join(", ")}`}}var vh=["image/png","image/jpeg","image/gif","image/webp","image/svg+xml","image/bmp"],zb=["application/pdf","text/plain","text/markdown","text/csv","application/msword","application/vnd.openxmlformats-officedocument.wordprocessingml.document","application/vnd.ms-excel","application/vnd.openxmlformats-officedocument.spreadsheetml.sheet","application/json"],en=[...vh,...zb];function $b(e){return vh.includes(e)||e.startsWith("image/")}function bi(e){return $b(e.type)}async function wh(e){return new Promise((t,r)=>{let o=new FileReader;o.onload=()=>{let n=o.result;bi(e)?t({type:"image",image:n,mimeType:e.type,alt:e.name}):t({type:"file",data:n,mimeType:e.type,filename:e.name})},o.onerror=()=>r(new Error("Failed to read file")),o.readAsDataURL(e)})}function Ch(e,t=en,r=10*1024*1024){return t.includes(e.type)?e.size>r?{valid:!1,error:`File too large. Maximum size: ${Math.round(r/1048576)}MB`}:{valid:!0}:{valid:!1,error:`Invalid file type "${e.type}". Accepted types: ${t.join(", ")}`}}function jb(e){let t=e.split(".");return t.length>1?t.pop().toLowerCase():""}function Sh(e,t){let r=jb(t).toUpperCase();return{"application/pdf":"PDF","text/plain":"TXT","text/markdown":"MD","text/csv":"CSV","application/msword":"DOC","application/vnd.openxmlformats-officedocument.wordprocessingml.document":"DOCX","application/vnd.ms-excel":"XLS","application/vnd.openxmlformats-officedocument.spreadsheetml.sheet":"XLSX","application/json":"JSON"}[e]||r||"FILE"}var vi=class{constructor(t=24e3,r={}){this.ctx=null;this.nextStartTime=0;this.activeSources=[];this.finishedCallbacks=[];this.startedCallbacks=[];this.playing=!1;this.streamEnded=!1;this.pendingCount=0;this.started=!1;this.userPaused=!1;this.pendingBuffers=[];this.pendingSamples=0;this.remainder=null;var n;this.sampleRate=t;let o=Math.max(0,(n=r.prebufferMs)!=null?n:0);this.waterlineSamples=Math.round(t*o/1e3),this.buffering=this.waterlineSamples>0}ensureContext(){if(!this.ctx){let r=typeof window!="undefined"?window:void 0;if(!r)throw new Error("AudioPlaybackManager requires a browser environment");let o=r.AudioContext||r.webkitAudioContext;this.ctx=new o({sampleRate:this.sampleRate})}let t=this.ctx;return t.state==="suspended"&&!this.userPaused&&t.resume(),t}enqueue(t){if(t.length===0)return;let r=t;if(this.remainder){let n=new Uint8Array(this.remainder.length+t.length);n.set(this.remainder),n.set(t,this.remainder.length),r=n,this.remainder=null}if(r.length%2!==0&&(this.remainder=new Uint8Array([r[r.length-1]]),r=r.subarray(0,r.length-1)),r.length===0)return;let o=this.pcmToFloat32(r);o.length!==0&&(this.buffering?(this.pendingBuffers.push(o),this.pendingSamples+=o.length,this.pendingSamples>=this.waterlineSamples&&this.releaseBuffer()):this.scheduleSamples(o))}markStreamEnd(){this.pendingBuffers.length>0&&this.releaseBuffer(),this.streamEnded=!0,this.checkFinished()}flush(){for(let t of this.activeSources)try{t.stop(),t.disconnect()}catch{}this.activeSources=[],this.pendingCount=0,this.nextStartTime=0,this.playing=!1,this.streamEnded=!1,this.finishedCallbacks=[],this.startedCallbacks=[],this.remainder=null,this.pendingBuffers=[],this.pendingSamples=0,this.buffering=this.waterlineSamples>0,this.started=!1}isPlaying(){return this.playing}onFinished(t){this.finishedCallbacks.push(t)}onStarted(t){this.startedCallbacks.push(t)}pause(){this.userPaused=!0,this.ctx&&this.ctx.state==="running"&&this.ctx.suspend()}resume(){this.userPaused=!1,this.ctx&&this.ctx.state==="suspended"&&this.ctx.resume()}async destroy(){this.flush(),this.ctx&&(await this.ctx.close(),this.ctx=null)}releaseBuffer(){this.buffering=!1;let t=this.pendingBuffers;this.pendingBuffers=[],this.pendingSamples=0;for(let r of t)this.scheduleSamples(r)}scheduleSamples(t){if(t.length===0)return;let r=this.ensureContext(),o=r.createBuffer(1,t.length,this.sampleRate);o.getChannelData(0).set(t);let n=r.createBufferSource();n.buffer=o,n.connect(r.destination);let a=r.currentTime;if(this.nextStartTime===0?this.nextStartTime=a:this.nextStartTime<a&&(this.nextStartTime=a,this.waterlineSamples>0&&(this.buffering=!0)),n.start(this.nextStartTime),this.nextStartTime+=o.duration,this.activeSources.push(n),this.pendingCount++,this.playing=!0,!this.started){this.started=!0;let s=this.startedCallbacks.slice();this.startedCallbacks=[];for(let i of s)i()}n.onended=()=>{let s=this.activeSources.indexOf(n);s!==-1&&this.activeSources.splice(s,1),this.pendingCount--,this.checkFinished()}}checkFinished(){if(this.streamEnded&&this.pendingCount<=0&&this.pendingBuffers.length===0){this.playing=!1,this.streamEnded=!1;let t=this.finishedCallbacks.slice();this.finishedCallbacks=[];for(let r of t)r()}}pcmToFloat32(t){let r=Math.floor(t.length/2),o=new Float32Array(r),n=new DataView(t.buffer,t.byteOffset,t.byteLength);for(let a=0;a<r;a++){let s=n.getInt16(a*2,!0);o[a]=s/32768}return o}};var Ah=16e3,Gb=24e3,Kb=4096,Xb=1380533830;function Qb(e){return e.byteLength>=44&&new DataView(e).getUint32(0,!1)===Xb?new Uint8Array(e,44):new Uint8Array(e)}function Jb(e){var o;let t=e.replace(/\/+$/,"");return/^wss?:\/\//i.test(t)?t:/^https?:\/\//i.test(t)?t.replace(/^http/i,"ws"):`${typeof window!="undefined"&&((o=window.location)==null?void 0:o.protocol)==="https:"?"wss:":"ws:"}//${t}`}var Ms=class{constructor(t){this.config=t;this.type="runtype";this.ws=null;this.captureContext=null;this.mediaStream=null;this.sourceNode=null;this.processor=null;this.playback=null;this.callLive=!1;this.isSpeaking=!1;this.callGeneration=0;this.intentionalClose=!1;this.resultCallbacks=[];this.errorCallbacks=[];this.statusCallbacks=[];this.transcriptCallbacks=[];this.metricsCallbacks=[]}async connect(){}async startListening(){var a,s,i,c;if(this.callLive)return;let t=(a=this.config)==null?void 0:a.agentId,r=(s=this.config)==null?void 0:s.clientToken,o=(i=this.config)==null?void 0:i.host;if(!t)throw new Error("Runtype voice requires an agentId");if(!r)throw new Error("Runtype voice requires a clientToken");if(!o)throw new Error("Runtype voice requires a host (or widget apiUrl)");let n=++this.callGeneration;this.intentionalClose=!1,this.callLive=!0;try{let d=await navigator.mediaDevices.getUserMedia({audio:{sampleRate:Ah,channelCount:1,echoCancellation:!0}});if(n!==this.callGeneration){d.getTracks().forEach(b=>b.stop());return}this.mediaStream=d;let p=window.AudioContext||window.webkitAudioContext,u=new p({sampleRate:Ah});u.state==="suspended"&&await u.resume().catch(()=>{}),this.captureContext=u;let g=(c=this.config)!=null&&c.createPlaybackEngine?await this.config.createPlaybackEngine():new vi(Gb);if(n!==this.callGeneration){g.destroy(),d.getTracks().forEach(b=>b.stop()),u.close().catch(()=>{});return}this.playback=g,g.onFinished(()=>{n===this.callGeneration&&(this.isSpeaking=!1,this.ws&&this.ws.readyState===WebSocket.OPEN&&this.emitStatus("listening"))});let f=`${Jb(o)}/ws/agents/${encodeURIComponent(t)}/voice`,h=new WebSocket(f,["runtype.bearer",r]);h.binaryType="arraybuffer",this.ws=h,h.onopen=()=>{n===this.callGeneration&&(this.emitStatus("listening"),this.startCapture(u,d,h,n))},h.onmessage=b=>this.handleMessage(b,n),h.onerror=()=>{n===this.callGeneration&&(this.emitError(new Error("Voice connection failed")),this.emitStatus("error"),this.cleanup())},h.onclose=b=>{if(this.intentionalClose){this.intentionalClose=!1;return}if(n===this.callGeneration){if(b.code!==1e3){let k=b.code?` (code ${b.code})`:"";this.emitError(new Error(`Voice connection closed${k}`)),this.emitStatus("error")}else this.emitStatus("idle");this.cleanup()}}}catch(d){throw this.cleanup(),this.emitError(d),this.emitStatus("error"),d}}async stopListening(){this.cleanup(),this.emitStatus("idle")}async disconnect(){this.cleanup(),this.emitStatus("disconnected"),this.resultCallbacks=[],this.errorCallbacks=[],this.statusCallbacks=[],this.transcriptCallbacks=[],this.metricsCallbacks=[]}stopPlayback(){this.playback&&this.playback.flush(),this.isSpeaking=!1,this.ws&&this.ws.readyState===WebSocket.OPEN&&this.emitStatus("listening")}getInterruptionMode(){return"barge-in"}isBargeInActive(){return this.callLive}async deactivateBargeIn(){this.cleanup(),this.emitStatus("idle")}startCapture(t,r,o,n){let a=t.createMediaStreamSource(r);this.sourceNode=a;let s=t.createScriptProcessor(Kb,1,1);this.processor=s,s.onaudioprocess=i=>{if(n!==this.callGeneration||o.readyState!==WebSocket.OPEN)return;let c=i.inputBuffer.getChannelData(0),d=new Int16Array(c.length);for(let p=0;p<c.length;p++){let u=Math.max(-1,Math.min(1,c[p]));d[p]=u<0?u*32768:u*32767}o.send(d.buffer)},a.connect(s),s.connect(t.destination)}handleMessage(t,r){var n,a;if(r!==this.callGeneration)return;if(t.data instanceof ArrayBuffer){this.handleAudioFrame(t.data,r);return}let o;try{o=JSON.parse(t.data)}catch{return}switch(o.type){case"transcript_interim":this.emitStatus("listening"),this.emitTranscript("user",(n=o.text)!=null?n:"",!1);break;case"transcript_final":{let s=o.role==="assistant"?"assistant":"user";this.emitStatus(s==="user"?"processing":"speaking"),this.emitTranscript(s,(a=o.text)!=null?a:"",!0);break}case"audio_end":this.playback?this.playback.markStreamEnd():(this.isSpeaking=!1,this.emitStatus("listening"));break;case"metrics":this.emitMetrics({llmMs:o.llm_ms,ttsMs:o.tts_ms,firstAudioMs:o.first_audio_ms,totalMs:o.total_ms});break;case"error":this.emitError(new Error(o.error||"Voice error")),this.emitStatus("error");break}}handleAudioFrame(t,r){if(r!==this.callGeneration||!this.playback)return;let o=Qb(t);o.length!==0&&(this.isSpeaking||(this.isSpeaking=!0,this.emitStatus("speaking")),this.playback.enqueue(o))}cleanup(){if(this.callGeneration+=1,this.callLive=!1,this.isSpeaking=!1,this.processor&&(this.processor.onaudioprocess=null,this.processor.disconnect(),this.processor=null),this.sourceNode&&(this.sourceNode.disconnect(),this.sourceNode=null),this.mediaStream&&(this.mediaStream.getTracks().forEach(t=>t.stop()),this.mediaStream=null),this.captureContext&&(this.captureContext.close().catch(()=>{}),this.captureContext=null),this.playback&&(this.playback.destroy(),this.playback=null),this.ws){this.intentionalClose=!0;try{this.ws.close(1e3,"client ended call")}catch{}this.ws=null}}onResult(t){this.resultCallbacks.push(t)}onError(t){this.errorCallbacks.push(t)}onStatusChange(t){this.statusCallbacks.push(t)}onTranscript(t){this.transcriptCallbacks.push(t)}onMetrics(t){this.metricsCallbacks.push(t)}emitStatus(t){this.statusCallbacks.forEach(r=>r(t))}emitError(t){this.errorCallbacks.forEach(r=>r(t))}emitTranscript(t,r,o){this.transcriptCallbacks.forEach(n=>n(t,r,o))}emitMetrics(t){this.metricsCallbacks.forEach(r=>r(t))}};var ia=class{constructor(t={}){this.config=t;this.type="browser";this.recognition=null;this.resultCallbacks=[];this.errorCallbacks=[];this.statusCallbacks=[];this.isListening=!1;this.w=typeof window!="undefined"?window:void 0}async connect(){this.statusCallbacks.forEach(t=>t("connected"))}async startListening(){var t,r;try{if(this.isListening)throw new Error("Already listening");if(!this.w)throw new Error("Window object not available");let o=this.w.SpeechRecognition||this.w.webkitSpeechRecognition;if(!o)throw new Error("Browser speech recognition not supported");this.recognition=new o,this.recognition.lang=((t=this.config)==null?void 0:t.language)||"en-US",this.recognition.continuous=((r=this.config)==null?void 0:r.continuous)||!1,this.recognition.interimResults=!0,this.recognition.onresult=n=>{var i;let a=Array.from(n.results).map(c=>c[0]).map(c=>c.transcript).join(""),s=n.results[n.results.length-1].isFinal;this.resultCallbacks.forEach(c=>c({text:a,confidence:s?.8:.5,provider:"browser"})),s&&!((i=this.config)!=null&&i.continuous)&&this.stopListening()},this.recognition.onerror=n=>{this.errorCallbacks.forEach(a=>a(new Error(n.error))),this.statusCallbacks.forEach(a=>a("error"))},this.recognition.onstart=()=>{this.isListening=!0,this.statusCallbacks.forEach(n=>n("listening"))},this.recognition.onend=()=>{this.isListening=!1,this.statusCallbacks.forEach(n=>n("idle"))},this.recognition.start()}catch(o){throw this.errorCallbacks.forEach(n=>n(o)),this.statusCallbacks.forEach(n=>n("error")),o}}async stopListening(){this.recognition&&(this.recognition.stop(),this.recognition=null),this.isListening=!1,this.statusCallbacks.forEach(t=>t("idle"))}onResult(t){this.resultCallbacks.push(t)}onError(t){this.errorCallbacks.push(t)}onStatusChange(t){this.statusCallbacks.push(t)}async disconnect(){await this.stopListening(),this.statusCallbacks.forEach(t=>t("disconnected"))}static isSupported(){return"SpeechRecognition"in window||"webkitSpeechRecognition"in window}};function Rn(e){switch(e.type){case"runtype":if(!e.runtype)throw new Error("Runtype voice provider requires configuration");return new Ms(e.runtype);case"browser":if(!ia.isSupported())throw new Error("Browser speech recognition not supported");return new ia(e.browser||{});case"custom":{let t=e.custom;if(!t)throw new Error("Custom voice provider requires a `custom` provider instance or factory");let r=typeof t=="function"?t():t;if(!r||typeof r.startListening!="function")throw new Error("Custom voice provider `custom` must be a VoiceProvider (or a factory returning one)");return r}default:throw new Error(`Unknown voice provider type: ${e.type}`)}}function wi(e){if((e==null?void 0:e.type)==="custom"&&e.custom)return Rn({type:"custom",custom:e.custom});if((e==null?void 0:e.type)==="runtype"&&e.runtype)return Rn({type:"runtype",runtype:e.runtype});if(ia.isSupported())return Rn({type:"browser",browser:(e==null?void 0:e.browser)||{language:"en-US"}});throw new Error("No supported voice providers available")}function Ts(e){try{return wi(e),!0}catch{return!1}}function Fa(e){var r;let t=["Microsoft Jenny Online (Natural) - English (United States)","Microsoft Aria Online (Natural) - English (United States)","Microsoft Guy Online (Natural) - English (United States)","Google US English","Google UK English Female","Ava (Premium)","Evan (Enhanced)","Samantha (Enhanced)","Samantha","Daniel","Karen","Microsoft David Desktop - English (United States)","Microsoft Zira Desktop - English (United States)"];for(let o of t){let n=e.find(a=>a.name===o);if(n)return n}return(r=e.find(o=>o.lang.startsWith("en")))!=null?r:e[0]}var In=class e{constructor(t={}){this.options=t;this.id="browser";this.supportsPause=!0}static isSupported(){return typeof window!="undefined"&&"speechSynthesis"in window}speak(t,r){var s;if(!e.isSupported()){(s=r.onError)==null||s.call(r,new Error("Web Speech API is unavailable"));return}let o=window.speechSynthesis;o.cancel();let n=new SpeechSynthesisUtterance(t.text),a=o.getVoices();if(t.voice){let i=a.find(c=>c.name===t.voice);i&&(n.voice=i)}else a.length>0&&(n.voice=this.options.pickVoice?this.options.pickVoice(a):Fa(a));t.rate!==void 0&&(n.rate=t.rate),t.pitch!==void 0&&(n.pitch=t.pitch),n.onend=()=>{var i;return(i=r.onEnd)==null?void 0:i.call(r)},n.onerror=i=>{var d,p;let c=i.error;c==="canceled"||c==="interrupted"?(d=r.onEnd)==null||d.call(r):(p=r.onError)==null||p.call(r,new Error(c||"Speech synthesis failed"))},setTimeout(()=>{var i;o.speak(n),(i=r.onStart)==null||i.call(r)},50)}pause(){e.isSupported()&&window.speechSynthesis.pause()}resume(){e.isSupported()&&window.speechSynthesis.resume()}stop(){e.isSupported()&&window.speechSynthesis.cancel()}};var la=class{constructor(t){this.resolveEngine=t;this.engine=null;this.activeId=null;this.state="idle";this.listeners=new Set;this.generation=0}get supportsPause(){var t,r;return(r=(t=this.engine)==null?void 0:t.supportsPause)!=null?r:!0}stateFor(t){return this.activeId===t?this.state:"idle"}activeMessageId(){return this.activeId}onChange(t){return this.listeners.add(t),()=>this.listeners.delete(t)}toggle(t,r){var o,n;if(this.activeId===t){if(this.state==="playing"){(o=this.engine)!=null&&o.supportsPause?(this.engine.pause(),this.set(t,"paused")):this.stop();return}if(this.state==="paused"){(n=this.engine)==null||n.resume(),this.set(t,"playing");return}if(this.state==="loading"){this.stop();return}}this.play(t,r)}async play(t,r){var n;let o=++this.generation;(n=this.engine)==null||n.stop(),this.set(t,"loading");try{if(!this.engine){let a=await this.resolveEngine();if(o!==this.generation)return;if(!a){this.set(null,"idle");return}this.engine=a}this.engine.speak(r,{onStart:()=>{o===this.generation&&this.set(t,"playing")},onEnd:()=>{o===this.generation&&this.set(null,"idle")},onError:()=>{o===this.generation&&this.set(null,"idle")}})}catch{o===this.generation&&this.set(null,"idle")}}stop(){var t;this.generation++,(t=this.engine)==null||t.stop(),this.set(null,"idle")}destroy(){var t,r;this.stop(),(r=(t=this.engine)==null?void 0:t.destroy)==null||r.call(t),this.engine=null,this.listeners.clear()}set(t,r){this.activeId=r==="idle"?null:t,this.state=r;for(let o of this.listeners)o(this.activeId,this.state)}};function Xl(e){if(!e)return"";let t=Yb(e);return Mh(t!==null?t:e)}function Yb(e){let t=e.trim(),r=t.match(/^```(?:json)?\s*([\s\S]*?)\s*```$/i);if(r&&(t=r[1].trim()),!t.startsWith("{"))return null;try{let o=JSON.parse(t);if(o&&typeof o=="object"&&typeof o.text=="string")return o.text}catch{}return null}function Mh(e){if(!e)return"";let t=e;return t=t.replace(/```[\s\S]*?```/g," "),t=t.replace(/~~~[\s\S]*?~~~/g," "),t=t.replace(/`([^`]+)`/g,"$1"),t=t.replace(/!\[([^\]]*)\]\([^)]*\)/g,"$1"),t=t.replace(/\[([^\]]+)\]\([^)]*\)/g,"$1"),t=t.replace(/\[([^\]]+)\]\[[^\]]*\]/g,"$1"),t=t.replace(/<\/?[a-zA-Z][^>]*>/g," "),t=t.replace(/^[ \t]*#{1,6}[ \t]+/gm,""),t=t.replace(/^[ \t]*>[ \t]?/gm,""),t=t.replace(/^[ \t]*[-*+][ \t]+/gm,""),t=t.replace(/^[ \t]*\d+\.[ \t]+/gm,""),t=t.replace(/^[ \t]*([-*_])([ \t]*\1){2,}[ \t]*$/gm," "),t=t.replace(/(\*\*|__)(.*?)\1/g,"$2"),t=t.replace(/(\*|_)(.*?)\1/g,"$2"),t=t.replace(/~~(.*?)~~/g,"$1"),t=t.replace(/&amp;/g,"&").replace(/&lt;/g,"<").replace(/&gt;/g,">").replace(/&quot;/g,'"').replace(/&#39;/g,"'").replace(/&nbsp;/g," "),t=t.replace(/[ \t]+/g," "),t=t.replace(/[ \t]*\n[ \t]*/g,`
14
+ `);i=(wo=Se.pop())!=null?wo:"";for(let Ae of Se){let Ie=Ae.split(`
15
+ `),et="message",Qe="",gt=null;for(let ae of Ie)ae.startsWith("event:")?et=ae.replace("event:","").trim():ae.startsWith("data:")?Qe+=ae.replace("data:","").trim():ae.startsWith("id:")&&(gt=ae.slice(3).trim());let pe=()=>{gt!==null&&gt!==""&&r({type:"cursor",id:gt})};if(!Qe){pe();continue}let N;try{N=JSON.parse(Qe)}catch(ae){r({type:"error",error:ae instanceof Error?ae:new Error("Failed to parse chat stream payload")});continue}let ye=et!=="message"?et:(Co=N.type)!=null?Co:"message";if((Ve=this.onSSEEvent)==null||Ve.call(this,ye,N),this.parseSSEEvent){E.current=h;let ae=await this.handleCustomSSEEvent(N,r,E,u,p,T);if(E.current&&E.current!==h&&(h=E.current),ae){pe();continue}}st.push({payloadType:ye,payload:N}),je(),pe()}}je()}};function Ah(){let e=Date.now().toString(36),t=Math.random().toString(36).substring(2,10);return`msg_${e}_${t}`}function _a(){let e=Date.now().toString(36),t=Math.random().toString(36).substring(2,10);return`usr_${e}_${t}`}function In(){let e=Date.now().toString(36),t=Math.random().toString(36).substring(2,10);return`ast_${e}_${t}`}var Si="[Image]";function Mh(e){return typeof e=="string"?[{type:"text",text:e}]:e}function Th(e){return typeof e=="string"?e:e.filter(t=>t.type==="text").map(t=>t.text).join("")}function Eh(e){return typeof e=="string"?!1:e.some(t=>t.type==="image")}function kh(e){return typeof e=="string"?[]:e.filter(t=>t.type==="image")}function Es(e){return{type:"text",text:e}}function Lh(e,t){return{type:"image",image:e,...(t==null?void 0:t.mimeType)&&{mimeType:t.mimeType},...(t==null?void 0:t.alt)&&{alt:t.alt}}}async function Ph(e){return new Promise((t,r)=>{let o=new FileReader;o.onload=()=>{let n=o.result;t({type:"image",image:n,mimeType:e.type,alt:e.name})},o.onerror=()=>r(new Error("Failed to read file")),o.readAsDataURL(e)})}function Rh(e,t=["image/png","image/jpeg","image/gif","image/webp"],r=10*1024*1024){return t.includes(e.type)?e.size>r?{valid:!1,error:`File too large. Maximum size: ${Math.round(r/1048576)}MB`}:{valid:!0}:{valid:!1,error:`Invalid file type. Accepted types: ${t.join(", ")}`}}var Ih=["image/png","image/jpeg","image/gif","image/webp","image/svg+xml","image/bmp"],av=["application/pdf","text/plain","text/markdown","text/csv","application/msword","application/vnd.openxmlformats-officedocument.wordprocessingml.document","application/vnd.ms-excel","application/vnd.openxmlformats-officedocument.spreadsheetml.sheet","application/json"],on=[...Ih,...av];function sv(e){return Ih.includes(e)||e.startsWith("image/")}function Ai(e){return sv(e.type)}async function Wh(e){return new Promise((t,r)=>{let o=new FileReader;o.onload=()=>{let n=o.result;Ai(e)?t({type:"image",image:n,mimeType:e.type,alt:e.name}):t({type:"file",data:n,mimeType:e.type,filename:e.name})},o.onerror=()=>r(new Error("Failed to read file")),o.readAsDataURL(e)})}function Hh(e,t=on,r=10*1024*1024){return t.includes(e.type)?e.size>r?{valid:!1,error:`File too large. Maximum size: ${Math.round(r/1048576)}MB`}:{valid:!0}:{valid:!1,error:`Invalid file type "${e.type}". Accepted types: ${t.join(", ")}`}}function iv(e){let t=e.split(".");return t.length>1?t.pop().toLowerCase():""}function Bh(e,t){let r=iv(t).toUpperCase();return{"application/pdf":"PDF","text/plain":"TXT","text/markdown":"MD","text/csv":"CSV","application/msword":"DOC","application/vnd.openxmlformats-officedocument.wordprocessingml.document":"DOCX","application/vnd.ms-excel":"XLS","application/vnd.openxmlformats-officedocument.spreadsheetml.sheet":"XLSX","application/json":"JSON"}[e]||r||"FILE"}var Mi=class{constructor(t=24e3,r={}){this.ctx=null;this.nextStartTime=0;this.activeSources=[];this.finishedCallbacks=[];this.startedCallbacks=[];this.playing=!1;this.streamEnded=!1;this.pendingCount=0;this.started=!1;this.userPaused=!1;this.pendingBuffers=[];this.pendingSamples=0;this.remainder=null;var n;this.sampleRate=t;let o=Math.max(0,(n=r.prebufferMs)!=null?n:0);this.waterlineSamples=Math.round(t*o/1e3),this.buffering=this.waterlineSamples>0}ensureContext(){if(!this.ctx){let r=typeof window!="undefined"?window:void 0;if(!r)throw new Error("AudioPlaybackManager requires a browser environment");let o=r.AudioContext||r.webkitAudioContext;this.ctx=new o({sampleRate:this.sampleRate})}let t=this.ctx;return t.state==="suspended"&&!this.userPaused&&t.resume(),t}enqueue(t){if(t.length===0)return;let r=t;if(this.remainder){let n=new Uint8Array(this.remainder.length+t.length);n.set(this.remainder),n.set(t,this.remainder.length),r=n,this.remainder=null}if(r.length%2!==0&&(this.remainder=new Uint8Array([r[r.length-1]]),r=r.subarray(0,r.length-1)),r.length===0)return;let o=this.pcmToFloat32(r);o.length!==0&&(this.buffering?(this.pendingBuffers.push(o),this.pendingSamples+=o.length,this.pendingSamples>=this.waterlineSamples&&this.releaseBuffer()):this.scheduleSamples(o))}markStreamEnd(){this.pendingBuffers.length>0&&this.releaseBuffer(),this.streamEnded=!0,this.checkFinished()}flush(){for(let t of this.activeSources)try{t.stop(),t.disconnect()}catch{}this.activeSources=[],this.pendingCount=0,this.nextStartTime=0,this.playing=!1,this.streamEnded=!1,this.finishedCallbacks=[],this.startedCallbacks=[],this.remainder=null,this.pendingBuffers=[],this.pendingSamples=0,this.buffering=this.waterlineSamples>0,this.started=!1}isPlaying(){return this.playing}onFinished(t){this.finishedCallbacks.push(t)}onStarted(t){this.startedCallbacks.push(t)}pause(){this.userPaused=!0,this.ctx&&this.ctx.state==="running"&&this.ctx.suspend()}resume(){this.userPaused=!1,this.ctx&&this.ctx.state==="suspended"&&this.ctx.resume()}async destroy(){this.flush(),this.ctx&&(await this.ctx.close(),this.ctx=null)}releaseBuffer(){this.buffering=!1;let t=this.pendingBuffers;this.pendingBuffers=[],this.pendingSamples=0;for(let r of t)this.scheduleSamples(r)}scheduleSamples(t){if(t.length===0)return;let r=this.ensureContext(),o=r.createBuffer(1,t.length,this.sampleRate);o.getChannelData(0).set(t);let n=r.createBufferSource();n.buffer=o,n.connect(r.destination);let a=r.currentTime;if(this.nextStartTime===0?this.nextStartTime=a:this.nextStartTime<a&&(this.nextStartTime=a,this.waterlineSamples>0&&(this.buffering=!0)),n.start(this.nextStartTime),this.nextStartTime+=o.duration,this.activeSources.push(n),this.pendingCount++,this.playing=!0,!this.started){this.started=!0;let s=this.startedCallbacks.slice();this.startedCallbacks=[];for(let i of s)i()}n.onended=()=>{let s=this.activeSources.indexOf(n);s!==-1&&this.activeSources.splice(s,1),this.pendingCount--,this.checkFinished()}}checkFinished(){if(this.streamEnded&&this.pendingCount<=0&&this.pendingBuffers.length===0){this.playing=!1,this.streamEnded=!1;let t=this.finishedCallbacks.slice();this.finishedCallbacks=[];for(let r of t)r()}}pcmToFloat32(t){let r=Math.floor(t.length/2),o=new Float32Array(r),n=new DataView(t.buffer,t.byteOffset,t.byteLength);for(let a=0;a<r;a++){let s=n.getInt16(a*2,!0);o[a]=s/32768}return o}};var Dh=16e3,lv=24e3,dv=4096,cv=1380533830;function pv(e){return e.byteLength>=44&&new DataView(e).getUint32(0,!1)===cv?new Uint8Array(e,44):new Uint8Array(e)}function uv(e){var o;let t=e.replace(/\/+$/,"");return/^wss?:\/\//i.test(t)?t:/^https?:\/\//i.test(t)?t.replace(/^http/i,"ws"):`${typeof window!="undefined"&&((o=window.location)==null?void 0:o.protocol)==="https:"?"wss:":"ws:"}//${t}`}var ks=class{constructor(t){this.config=t;this.type="runtype";this.ws=null;this.captureContext=null;this.mediaStream=null;this.sourceNode=null;this.processor=null;this.playback=null;this.callLive=!1;this.isSpeaking=!1;this.callGeneration=0;this.intentionalClose=!1;this.resultCallbacks=[];this.errorCallbacks=[];this.statusCallbacks=[];this.transcriptCallbacks=[];this.metricsCallbacks=[]}async connect(){}async startListening(){var a,s,i,c;if(this.callLive)return;let t=(a=this.config)==null?void 0:a.agentId,r=(s=this.config)==null?void 0:s.clientToken,o=(i=this.config)==null?void 0:i.host;if(!t)throw new Error("Runtype voice requires an agentId");if(!r)throw new Error("Runtype voice requires a clientToken");if(!o)throw new Error("Runtype voice requires a host (or widget apiUrl)");let n=++this.callGeneration;this.intentionalClose=!1,this.callLive=!0;try{let d=await navigator.mediaDevices.getUserMedia({audio:{sampleRate:Dh,channelCount:1,echoCancellation:!0}});if(n!==this.callGeneration){d.getTracks().forEach(y=>y.stop());return}this.mediaStream=d;let p=window.AudioContext||window.webkitAudioContext,m=new p({sampleRate:Dh});m.state==="suspended"&&await m.resume().catch(()=>{}),this.captureContext=m;let g=(c=this.config)!=null&&c.createPlaybackEngine?await this.config.createPlaybackEngine():new Mi(lv);if(n!==this.callGeneration){g.destroy(),d.getTracks().forEach(y=>y.stop()),m.close().catch(()=>{});return}this.playback=g,g.onFinished(()=>{n===this.callGeneration&&(this.isSpeaking=!1,this.ws&&this.ws.readyState===WebSocket.OPEN&&this.emitStatus("listening"))});let u=`${uv(o)}/ws/agents/${encodeURIComponent(t)}/voice`,h=new WebSocket(u,["runtype.bearer",r]);h.binaryType="arraybuffer",this.ws=h,h.onopen=()=>{n===this.callGeneration&&(this.emitStatus("listening"),this.startCapture(m,d,h,n))},h.onmessage=y=>this.handleMessage(y,n),h.onerror=()=>{n===this.callGeneration&&(this.emitError(new Error("Voice connection failed")),this.emitStatus("error"),this.cleanup())},h.onclose=y=>{if(this.intentionalClose){this.intentionalClose=!1;return}if(n===this.callGeneration){if(y.code!==1e3){let E=y.code?` (code ${y.code})`:"";this.emitError(new Error(`Voice connection closed${E}`)),this.emitStatus("error")}else this.emitStatus("idle");this.cleanup()}}}catch(d){throw this.cleanup(),this.emitError(d),this.emitStatus("error"),d}}async stopListening(){this.cleanup(),this.emitStatus("idle")}async disconnect(){this.cleanup(),this.emitStatus("disconnected"),this.resultCallbacks=[],this.errorCallbacks=[],this.statusCallbacks=[],this.transcriptCallbacks=[],this.metricsCallbacks=[]}stopPlayback(){this.playback&&this.playback.flush(),this.isSpeaking=!1,this.ws&&this.ws.readyState===WebSocket.OPEN&&this.emitStatus("listening")}getInterruptionMode(){return"barge-in"}isBargeInActive(){return this.callLive}async deactivateBargeIn(){this.cleanup(),this.emitStatus("idle")}startCapture(t,r,o,n){let a=t.createMediaStreamSource(r);this.sourceNode=a;let s=t.createScriptProcessor(dv,1,1);this.processor=s,s.onaudioprocess=i=>{if(n!==this.callGeneration||o.readyState!==WebSocket.OPEN)return;let c=i.inputBuffer.getChannelData(0),d=new Int16Array(c.length);for(let p=0;p<c.length;p++){let m=Math.max(-1,Math.min(1,c[p]));d[p]=m<0?m*32768:m*32767}o.send(d.buffer)},a.connect(s),s.connect(t.destination)}handleMessage(t,r){var n,a;if(r!==this.callGeneration)return;if(t.data instanceof ArrayBuffer){this.handleAudioFrame(t.data,r);return}let o;try{o=JSON.parse(t.data)}catch{return}switch(o.type){case"transcript_interim":this.emitStatus("listening"),this.emitTranscript("user",(n=o.text)!=null?n:"",!1);break;case"transcript_final":{let s=o.role==="assistant"?"assistant":"user";this.emitStatus(s==="user"?"processing":"speaking"),this.emitTranscript(s,(a=o.text)!=null?a:"",!0);break}case"audio_end":this.playback?this.playback.markStreamEnd():(this.isSpeaking=!1,this.emitStatus("listening"));break;case"metrics":this.emitMetrics({llmMs:o.llm_ms,ttsMs:o.tts_ms,firstAudioMs:o.first_audio_ms,totalMs:o.total_ms});break;case"error":this.emitError(new Error(o.error||"Voice error")),this.emitStatus("error");break}}handleAudioFrame(t,r){if(r!==this.callGeneration||!this.playback)return;let o=pv(t);o.length!==0&&(this.isSpeaking||(this.isSpeaking=!0,this.emitStatus("speaking")),this.playback.enqueue(o))}cleanup(){if(this.callGeneration+=1,this.callLive=!1,this.isSpeaking=!1,this.processor&&(this.processor.onaudioprocess=null,this.processor.disconnect(),this.processor=null),this.sourceNode&&(this.sourceNode.disconnect(),this.sourceNode=null),this.mediaStream&&(this.mediaStream.getTracks().forEach(t=>t.stop()),this.mediaStream=null),this.captureContext&&(this.captureContext.close().catch(()=>{}),this.captureContext=null),this.playback&&(this.playback.destroy(),this.playback=null),this.ws){this.intentionalClose=!0;try{this.ws.close(1e3,"client ended call")}catch{}this.ws=null}}onResult(t){this.resultCallbacks.push(t)}onError(t){this.errorCallbacks.push(t)}onStatusChange(t){this.statusCallbacks.push(t)}onTranscript(t){this.transcriptCallbacks.push(t)}onMetrics(t){this.metricsCallbacks.push(t)}emitStatus(t){this.statusCallbacks.forEach(r=>r(t))}emitError(t){this.errorCallbacks.forEach(r=>r(t))}emitTranscript(t,r,o){this.transcriptCallbacks.forEach(n=>n(t,r,o))}emitMetrics(t){this.metricsCallbacks.forEach(r=>r(t))}};var da=class{constructor(t={}){this.config=t;this.type="browser";this.recognition=null;this.resultCallbacks=[];this.errorCallbacks=[];this.statusCallbacks=[];this.isListening=!1;this.w=typeof window!="undefined"?window:void 0}async connect(){this.statusCallbacks.forEach(t=>t("connected"))}async startListening(){var t,r;try{if(this.isListening)throw new Error("Already listening");if(!this.w)throw new Error("Window object not available");let o=this.w.SpeechRecognition||this.w.webkitSpeechRecognition;if(!o)throw new Error("Browser speech recognition not supported");this.recognition=new o,this.recognition.lang=((t=this.config)==null?void 0:t.language)||"en-US",this.recognition.continuous=((r=this.config)==null?void 0:r.continuous)||!1,this.recognition.interimResults=!0,this.recognition.onresult=n=>{var i;let a=Array.from(n.results).map(c=>c[0]).map(c=>c.transcript).join(""),s=n.results[n.results.length-1].isFinal;this.resultCallbacks.forEach(c=>c({text:a,confidence:s?.8:.5,provider:"browser"})),s&&!((i=this.config)!=null&&i.continuous)&&this.stopListening()},this.recognition.onerror=n=>{this.errorCallbacks.forEach(a=>a(new Error(n.error))),this.statusCallbacks.forEach(a=>a("error"))},this.recognition.onstart=()=>{this.isListening=!0,this.statusCallbacks.forEach(n=>n("listening"))},this.recognition.onend=()=>{this.isListening=!1,this.statusCallbacks.forEach(n=>n("idle"))},this.recognition.start()}catch(o){throw this.errorCallbacks.forEach(n=>n(o)),this.statusCallbacks.forEach(n=>n("error")),o}}async stopListening(){this.recognition&&(this.recognition.stop(),this.recognition=null),this.isListening=!1,this.statusCallbacks.forEach(t=>t("idle"))}onResult(t){this.resultCallbacks.push(t)}onError(t){this.errorCallbacks.push(t)}onStatusChange(t){this.statusCallbacks.push(t)}async disconnect(){await this.stopListening(),this.statusCallbacks.forEach(t=>t("disconnected"))}static isSupported(){return"SpeechRecognition"in window||"webkitSpeechRecognition"in window}};function Wn(e){switch(e.type){case"runtype":if(!e.runtype)throw new Error("Runtype voice provider requires configuration");return new ks(e.runtype);case"browser":if(!da.isSupported())throw new Error("Browser speech recognition not supported");return new da(e.browser||{});case"custom":{let t=e.custom;if(!t)throw new Error("Custom voice provider requires a `custom` provider instance or factory");let r=typeof t=="function"?t():t;if(!r||typeof r.startListening!="function")throw new Error("Custom voice provider `custom` must be a VoiceProvider (or a factory returning one)");return r}default:throw new Error(`Unknown voice provider type: ${e.type}`)}}function Ti(e){if((e==null?void 0:e.type)==="custom"&&e.custom)return Wn({type:"custom",custom:e.custom});if((e==null?void 0:e.type)==="runtype"&&e.runtype)return Wn({type:"runtype",runtype:e.runtype});if(da.isSupported())return Wn({type:"browser",browser:(e==null?void 0:e.browser)||{language:"en-US"}});throw new Error("No supported voice providers available")}function Ls(e){try{return Ti(e),!0}catch{return!1}}function Ua(e){var r;let t=["Microsoft Jenny Online (Natural) - English (United States)","Microsoft Aria Online (Natural) - English (United States)","Microsoft Guy Online (Natural) - English (United States)","Google US English","Google UK English Female","Ava (Premium)","Evan (Enhanced)","Samantha (Enhanced)","Samantha","Daniel","Karen","Microsoft David Desktop - English (United States)","Microsoft Zira Desktop - English (United States)"];for(let o of t){let n=e.find(a=>a.name===o);if(n)return n}return(r=e.find(o=>o.lang.startsWith("en")))!=null?r:e[0]}var Hn=class e{constructor(t={}){this.options=t;this.id="browser";this.supportsPause=!0}static isSupported(){return typeof window!="undefined"&&"speechSynthesis"in window}speak(t,r){var s;if(!e.isSupported()){(s=r.onError)==null||s.call(r,new Error("Web Speech API is unavailable"));return}let o=window.speechSynthesis;o.cancel();let n=new SpeechSynthesisUtterance(t.text),a=o.getVoices();if(t.voice){let i=a.find(c=>c.name===t.voice);i&&(n.voice=i)}else a.length>0&&(n.voice=this.options.pickVoice?this.options.pickVoice(a):Ua(a));t.rate!==void 0&&(n.rate=t.rate),t.pitch!==void 0&&(n.pitch=t.pitch),n.onend=()=>{var i;return(i=r.onEnd)==null?void 0:i.call(r)},n.onerror=i=>{var d,p;let c=i.error;c==="canceled"||c==="interrupted"?(d=r.onEnd)==null||d.call(r):(p=r.onError)==null||p.call(r,new Error(c||"Speech synthesis failed"))},setTimeout(()=>{var i;o.speak(n),(i=r.onStart)==null||i.call(r)},50)}pause(){e.isSupported()&&window.speechSynthesis.pause()}resume(){e.isSupported()&&window.speechSynthesis.resume()}stop(){e.isSupported()&&window.speechSynthesis.cancel()}};var ca=class{constructor(t){this.resolveEngine=t;this.engine=null;this.activeId=null;this.state="idle";this.listeners=new Set;this.generation=0}get supportsPause(){var t,r;return(r=(t=this.engine)==null?void 0:t.supportsPause)!=null?r:!0}stateFor(t){return this.activeId===t?this.state:"idle"}activeMessageId(){return this.activeId}onChange(t){return this.listeners.add(t),()=>this.listeners.delete(t)}toggle(t,r){var o,n;if(this.activeId===t){if(this.state==="playing"){(o=this.engine)!=null&&o.supportsPause?(this.engine.pause(),this.set(t,"paused")):this.stop();return}if(this.state==="paused"){(n=this.engine)==null||n.resume(),this.set(t,"playing");return}if(this.state==="loading"){this.stop();return}}this.play(t,r)}async play(t,r){var n;let o=++this.generation;(n=this.engine)==null||n.stop(),this.set(t,"loading");try{if(!this.engine){let a=await this.resolveEngine();if(o!==this.generation)return;if(!a){this.set(null,"idle");return}this.engine=a}this.engine.speak(r,{onStart:()=>{o===this.generation&&this.set(t,"playing")},onEnd:()=>{o===this.generation&&this.set(null,"idle")},onError:()=>{o===this.generation&&this.set(null,"idle")}})}catch{o===this.generation&&this.set(null,"idle")}}stop(){var t;this.generation++,(t=this.engine)==null||t.stop(),this.set(null,"idle")}destroy(){var t,r;this.stop(),(r=(t=this.engine)==null?void 0:t.destroy)==null||r.call(t),this.engine=null,this.listeners.clear()}set(t,r){this.activeId=r==="idle"?null:t,this.state=r;for(let o of this.listeners)o(this.activeId,this.state)}};function od(e){if(!e)return"";let t=fv(e);return Fh(t!==null?t:e)}function fv(e){let t=e.trim(),r=t.match(/^```(?:json)?\s*([\s\S]*?)\s*```$/i);if(r&&(t=r[1].trim()),!t.startsWith("{"))return null;try{let o=JSON.parse(t);if(o&&typeof o=="object"&&typeof o.text=="string")return o.text}catch{}return null}function Fh(e){if(!e)return"";let t=e;return t=t.replace(/```[\s\S]*?```/g," "),t=t.replace(/~~~[\s\S]*?~~~/g," "),t=t.replace(/`([^`]+)`/g,"$1"),t=t.replace(/!\[([^\]]*)\]\([^)]*\)/g,"$1"),t=t.replace(/\[([^\]]+)\]\([^)]*\)/g,"$1"),t=t.replace(/\[([^\]]+)\]\[[^\]]*\]/g,"$1"),t=t.replace(/<\/?[a-zA-Z][^>]*>/g," "),t=t.replace(/^[ \t]*#{1,6}[ \t]+/gm,""),t=t.replace(/^[ \t]*>[ \t]?/gm,""),t=t.replace(/^[ \t]*[-*+][ \t]+/gm,""),t=t.replace(/^[ \t]*\d+\.[ \t]+/gm,""),t=t.replace(/^[ \t]*([-*_])([ \t]*\1){2,}[ \t]*$/gm," "),t=t.replace(/(\*\*|__)(.*?)\1/g,"$2"),t=t.replace(/(\*|_)(.*?)\1/g,"$2"),t=t.replace(/~~(.*?)~~/g,"$1"),t=t.replace(/&amp;/g,"&").replace(/&lt;/g,"<").replace(/&gt;/g,">").replace(/&quot;/g,'"').replace(/&#39;/g,"'").replace(/&nbsp;/g," "),t=t.replace(/[ \t]+/g," "),t=t.replace(/[ \t]*\n[ \t]*/g,`
16
16
  `),t=t.replace(/\n{2,}/g,`
17
- `),t.trim()}var Ql=null,Th=e=>{Ql=e},Jl=()=>Ql?Ql():import("./runtype-tts-entry");var tv=["apiUrl","clientToken","flowId","agentId","target","targetProviders","agent","agentOptions","headers","getHeaders","webmcp","streamParser","parserType","contextProviders","requestMiddleware","customFetch","parseSSEEvent","onSessionInit","onSessionExpired","getStoredSessionId","setStoredSessionId"];function rv(e,t){return tv.some(r=>e[r]!==t[r])}function Yl(e,t){let r=e instanceof Error?e:new Error(String(e));if(typeof t=="string")return t;if(typeof t=="function")return t(r);let o="Sorry: I couldn't reach the assistant. The chat service didn't respond. Please check that your proxy or backend is running and reachable, then try again.";return r.message?`${o}
17
+ `),t.trim()}var nd=null,Nh=e=>{nd=e},ad=()=>nd?nd():import("./runtype-tts-entry");var hv=["apiUrl","clientToken","flowId","agentId","target","targetProviders","agent","agentOptions","headers","getHeaders","webmcp","streamParser","parserType","contextProviders","requestMiddleware","customFetch","parseSSEEvent","onSessionInit","onSessionExpired","getStoredSessionId","setStoredSessionId"];function xv(e,t){return hv.some(r=>e[r]!==t[r])}function sd(e,t){let r=e instanceof Error?e:new Error(String(e));if(typeof t=="string")return t;if(typeof t=="function")return t(r);let o="Sorry: I couldn't reach the assistant. The chat service didn't respond. Please check that your proxy or backend is running and reachable, then try again.";return r.message?`${o}
18
18
 
19
- _Details: ${r.message}_`:o}var Es=e=>({isError:!0,content:[{type:"text",text:e}]}),Lh=(e,t="WebMCP tool execution failed.")=>e instanceof Error&&e.message?e.message:typeof e=="string"&&e?e:t,Ph=e=>An(e)||e===vo,Na=class{constructor(t={},r){this.config=t;this.callbacks=r;this.status="idle";this.streaming=!1;this.abortController=null;this.sequenceCounter=Date.now();this.clientSession=null;this.agentExecution=null;this.resumable=null;this.activeAssistantMessageId=null;this.reconnecting=!1;this.reconnectController=null;this.reconnectControllerPromise=null;this.executionStateTimer=null;this.artifacts=new Map;this.selectedArtifactId=null;this.webMcpInflightKeys=new Set;this.webMcpResolvedKeys=new Set;this.webMcpResolveControllers=new Set;this.webMcpEpoch=0;this.webMcpApprovalResolvers=new Map;this.webMcpApprovalSeq=0;this.webMcpAwaitBatches=new Map;this.voiceProvider=null;this.voiceActive=!1;this.voiceStatus="disconnected";this.pendingVoiceUserMessageId=null;this.pendingVoiceAssistantMessageId=null;this.ttsSpokenMessageIds=new Set;this.readAloud=new la(()=>this.createSpeechEngine());this.handleEvent=t=>{var r,o,n,a,s,i,c,d,p,u;if(t.type==="message"){this.upsertMessage(t.message),t.message.role==="assistant"&&!t.message.variant&&t.message.streaming&&(this.activeAssistantMessageId=t.message.id);let g=t.message.toolCall,f=!!(g!=null&&g.name)&&(An(g.name)||g.name===vo&&((o=(r=this.config.features)==null?void 0:r.suggestReplies)==null?void 0:o.enabled)!==!1);((n=t.message.agentMetadata)==null?void 0:n.awaitingLocalTool)===!0&&f&&this.enqueueWebMcpAwait(t.message),(a=t.message.agentMetadata)!=null&&a.executionId&&(this.agentExecution?t.message.agentMetadata.iteration!==void 0&&(this.agentExecution.currentIteration=t.message.agentMetadata.iteration):this.agentExecution={executionId:t.message.agentMetadata.executionId,agentId:"",agentName:(s=t.message.agentMetadata.agentName)!=null?s:"",status:"running",currentIteration:(i=t.message.agentMetadata.iteration)!=null?i:0,maxTurns:0})}else if(t.type==="cursor")this.trackCursor(t.id);else if(t.type==="status"){if(t.status==="idle"&&!t.terminal&&this.isDurableDrop()){this.beginReconnect();return}if(this.setStatus(t.status),t.status==="connecting")this.setStreaming(!0);else if(t.status==="idle"||t.status==="error"){this.clearResumable(),this.webMcpResolveControllers.size===0&&(this.setStreaming(!1),this.abortController=null);let g=this.webMcpAwaitBatches.size>0||this.webMcpResolveControllers.size>0;((c=this.agentExecution)==null?void 0:c.status)==="running"&&(t.status==="error"?this.agentExecution.status="error":g||(this.agentExecution.status="complete")),this.scheduleWebMcpBatchFlush()}}else t.type==="error"?(this.setStatus("error"),this.clearResumable(),this.webMcpResolveControllers.size===0&&(this.setStreaming(!1),this.abortController=null),((d=this.agentExecution)==null?void 0:d.status)==="running"&&(this.agentExecution.status="error"),(u=(p=this.callbacks).onError)==null||u.call(p,t.error)):(t.type==="artifact_start"||t.type==="artifact_delta"||t.type==="artifact_update"||t.type==="artifact_complete")&&this.applyArtifactStreamEvent(t)};var o,n;this.messages=[...(o=t.initialMessages)!=null?o:[]].map(a=>{var s;return{...a,sequence:(s=a.sequence)!=null?s:this.nextSequence()}}),this.messages=this.sortMessages(this.messages),this.client=new sa(t),this.wireDefaultWebMcpConfirm();for(let a of(n=t.initialArtifacts)!=null?n:[])this.artifacts.set(a.id,{...a,status:"complete"});t.initialSelectedArtifactId!=null&&(this.selectedArtifactId=t.initialSelectedArtifactId),this.messages.length&&this.callbacks.onMessagesChanged([...this.messages]),this.artifacts.size>0&&this.emitArtifactsState(),this.callbacks.onStatusChanged(this.status),this.prefetchRuntypeTts()}prefetchRuntypeTts(){var n,a,s,i,c,d;let t=this.config.textToSpeech;if((t==null?void 0:t.provider)!=="runtype"||t.createEngine)return;let r=(n=t.host)!=null?n:this.config.apiUrl,o=(d=(c=t.agentId)!=null?c:(i=(s=(a=this.config.voiceRecognition)==null?void 0:a.provider)==null?void 0:s.runtype)==null?void 0:i.agentId)!=null?d:this.config.agentId;!r||!o||!this.config.clientToken||Jl().catch(()=>{})}setSSEEventCallback(t){this.client.setSSEEventCallback(t)}isClientTokenMode(){return this.client.isClientTokenMode()}isAgentMode(){return this.client.isAgentMode()}getAgentExecution(){return this.agentExecution}isAgentExecuting(){var t;return((t=this.agentExecution)==null?void 0:t.status)==="running"}isVoiceSupported(){var t;return Ts((t=this.config.voiceRecognition)==null?void 0:t.provider)}isVoiceActive(){return this.voiceActive}getVoiceStatus(){return this.voiceStatus}getVoiceInterruptionMode(){var t;return(t=this.voiceProvider)!=null&&t.getInterruptionMode?this.voiceProvider.getInterruptionMode():"none"}stopVoicePlayback(){var t;(t=this.voiceProvider)!=null&&t.stopPlayback&&this.voiceProvider.stopPlayback()}isBargeInActive(){var t,r,o;return(o=(r=(t=this.voiceProvider)==null?void 0:t.isBargeInActive)==null?void 0:r.call(t))!=null?o:!1}async deactivateBargeIn(){var t;(t=this.voiceProvider)!=null&&t.deactivateBargeIn&&await this.voiceProvider.deactivateBargeIn()}createSpeechEngine(){var o,n,a,s,i,c;let t=this.config.textToSpeech;if(t!=null&&t.createEngine)return t.createEngine();let r=In.isSupported()?new In({pickVoice:t==null?void 0:t.pickVoice}):null;if((t==null?void 0:t.provider)==="runtype"){let d=(o=t.host)!=null?o:this.config.apiUrl,p=(c=(i=t.agentId)!=null?i:(s=(a=(n=this.config.voiceRecognition)==null?void 0:n.provider)==null?void 0:a.runtype)==null?void 0:s.agentId)!=null?c:this.config.agentId,u=this.config.clientToken,g=t.browserFallback!==!1;if(d&&p&&u)return Jl().then(({RuntypeSpeechEngine:f,FallbackSpeechEngine:h})=>{let b=new f({host:d,agentId:p,clientToken:u,voice:t.voice,prebufferMs:t.prebufferMs,createPlaybackEngine:t.createPlaybackEngine});return g&&r?new h(b,r,{onFallback:k=>console.warn(`[persona] Runtype read-aloud failed; using browser voice. ${k.message}`)}):b});if(g&&r)return u&&console.warn("[persona] textToSpeech.provider 'runtype' is missing an agentId; using the browser voice. Set textToSpeech.agentId (or voiceRecognition.provider.runtype.agentId)."),r}return r}setupVoice(t){var r,o;try{let n=t||this.getVoiceConfigFromConfig();if(!n)throw new Error("Voice configuration not provided");this.voiceProvider=Rn(n);let s=(o=((r=this.config.voiceRecognition)!=null?r:{}).processingErrorText)!=null?o:"Voice processing failed. Please try again.";this.voiceProvider.onResult(i=>{i.provider!=="runtype"&&i.text&&i.text.trim()&&this.sendMessage(i.text,{viaVoice:!0})}),this.voiceProvider.onTranscript&&this.voiceProvider.onTranscript((i,c,d)=>{if(i==="user"){if(this.pendingVoiceUserMessageId)this.upsertMessage({id:this.pendingVoiceUserMessageId,role:"user",content:c,createdAt:new Date().toISOString(),streaming:!1,voiceProcessing:!d});else{let p=this.injectMessage({role:"user",content:c,streaming:!1,voiceProcessing:!d});this.pendingVoiceUserMessageId=p.id}if(d){this.pendingVoiceUserMessageId=null;let p=this.injectMessage({role:"assistant",content:"",streaming:!0,voiceProcessing:!0});this.pendingVoiceAssistantMessageId=p.id,this.setStreaming(!0)}}else{if(this.pendingVoiceAssistantMessageId)this.upsertMessage({id:this.pendingVoiceAssistantMessageId,role:"assistant",content:c,createdAt:new Date().toISOString(),streaming:!d,voiceProcessing:!d});else{let p=this.injectMessage({role:"assistant",content:c,streaming:!d,voiceProcessing:!d});this.pendingVoiceAssistantMessageId=p.id}d&&(this.pendingVoiceAssistantMessageId&&this.ttsSpokenMessageIds.add(this.pendingVoiceAssistantMessageId),this.setStreaming(!1),this.pendingVoiceAssistantMessageId=null)}}),this.voiceProvider.onMetrics&&this.voiceProvider.onMetrics(i=>{var c,d;(d=(c=this.config.voiceRecognition)==null?void 0:c.onMetrics)==null||d.call(c,i)}),this.voiceProvider.onError(i=>{console.error("Voice error:",i),this.pendingVoiceAssistantMessageId&&(this.upsertMessage({id:this.pendingVoiceAssistantMessageId,role:"assistant",content:s,createdAt:new Date().toISOString(),streaming:!1,voiceProcessing:!1}),this.setStreaming(!1),this.pendingVoiceUserMessageId=null,this.pendingVoiceAssistantMessageId=null)}),this.voiceProvider.onStatusChange(i=>{var c,d;this.voiceStatus=i,this.voiceActive=i==="listening",(d=(c=this.callbacks).onVoiceStatusChanged)==null||d.call(c,i)}),this.voiceProvider.connect()}catch(n){console.error("Failed to setup voice:",n)}}async toggleVoice(){if(!this.voiceProvider){console.error("Voice not configured");return}if(this.voiceActive)await this.voiceProvider.stopListening();else{this.stopSpeaking();try{await this.voiceProvider.startListening()}catch(t){console.error("Failed to start voice:",t)}}}cleanupVoice(){this.voiceProvider&&(this.voiceProvider.disconnect(),this.voiceProvider=null),this.voiceActive=!1,this.voiceStatus="disconnected"}getVoiceConfigFromConfig(){var r,o,n,a,s,i,c,d,p,u,g,f;if(!((r=this.config.voiceRecognition)!=null&&r.provider))return;let t=this.config.voiceRecognition.provider;switch(t.type){case"runtype":return{type:"runtype",runtype:{agentId:(a=(n=(o=t.runtype)==null?void 0:o.agentId)!=null?n:this.config.agentId)!=null?a:"",clientToken:(i=(s=t.runtype)==null?void 0:s.clientToken)!=null?i:this.config.clientToken,host:(d=(c=t.runtype)==null?void 0:c.host)!=null?d:this.config.apiUrl,voiceId:(p=t.runtype)==null?void 0:p.voiceId,createPlaybackEngine:(u=t.runtype)==null?void 0:u.createPlaybackEngine}};case"browser":return{type:"browser",browser:{language:((g=t.browser)==null?void 0:g.language)||"en-US",continuous:(f=t.browser)==null?void 0:f.continuous}};case"custom":return{type:"custom",custom:t.custom};default:return}}async initClientSession(){var t,r;if(!this.isClientTokenMode())return null;try{let o=await this.client.initSession();return this.setClientSession(o),o}catch(o){return(r=(t=this.callbacks).onError)==null||r.call(t,o instanceof Error?o:new Error(String(o))),null}}setClientSession(t){if(this.clientSession=t,t.config.welcomeMessage&&this.messages.length===0){let r={id:`welcome-${Date.now()}`,role:"assistant",content:t.config.welcomeMessage,createdAt:new Date().toISOString(),sequence:this.nextSequence()};this.appendMessage(r)}}getClientSession(){var t;return(t=this.clientSession)!=null?t:this.client.getClientSession()}isSessionValid(){let t=this.getClientSession();return t?new Date<t.expiresAt:!1}clearClientSession(){this.clientSession=null,this.client.clearClientSession()}getClient(){return this.client}async submitMessageFeedback(t,r){return this.client.submitMessageFeedback(t,r)}async submitCSATFeedback(t,r){return this.client.submitCSATFeedback(t,r)}async submitNPSFeedback(t,r){return this.client.submitNPSFeedback(t,r)}updateConfig(t){let r={...this.config,...t};if(!rv(this.config,r)){this.config=r,this.client.updateConfig(r);return}this.abortWebMcpResolves(),this.webMcpInflightKeys.clear(),this.webMcpResolvedKeys.clear();let o=this.client.getSSEEventCallback();this.config=r,this.client=new sa(this.config),this.wireDefaultWebMcpConfirm(),o&&this.client.setSSEEventCallback(o)}getMessages(){return[...this.messages]}getStatus(){return this.status}isStreaming(){return this.streaming}injectTestEvent(t){this.handleEvent(t)}injectMessage(t){let{role:r,content:o,llmContent:n,contentParts:a,id:s,createdAt:i,sequence:c,streaming:d=!1,voiceProcessing:p,rawContent:u}=t,f={id:s!=null?s:r==="user"?Da():r==="assistant"?Pn():`system-${Date.now()}-${Math.random().toString(16).slice(2)}`,role:r,content:o,createdAt:i!=null?i:new Date().toISOString(),sequence:c!=null?c:this.nextSequence(),streaming:d,...n!==void 0&&{llmContent:n},...a!==void 0&&{contentParts:a},...p!==void 0&&{voiceProcessing:p},...u!==void 0&&{rawContent:u}};return this.upsertMessage(f),f}injectAssistantMessage(t){return this.injectMessage({...t,role:"assistant"})}injectUserMessage(t){return this.injectMessage({...t,role:"user"})}injectSystemMessage(t){return this.injectMessage({...t,role:"system"})}injectMessageBatch(t){let r=[];for(let o of t){let{role:n,content:a,llmContent:s,contentParts:i,id:c,createdAt:d,sequence:p,streaming:u=!1,voiceProcessing:g,rawContent:f}=o,b={id:c!=null?c:n==="user"?Da():n==="assistant"?Pn():`system-${Date.now()}-${Math.random().toString(16).slice(2)}`,role:n,content:a,createdAt:d!=null?d:new Date().toISOString(),sequence:p!=null?p:this.nextSequence(),streaming:u,...s!==void 0&&{llmContent:s},...i!==void 0&&{contentParts:i},...g!==void 0&&{voiceProcessing:g},...f!==void 0&&{rawContent:f}};r.push(b)}return this.messages=this.sortMessages([...this.messages,...r]),this.callbacks.onMessagesChanged([...this.messages]),r}injectComponentDirective(t){let{component:r,props:o={},text:n="",llmContent:a,id:s,createdAt:i,sequence:c}=t,d={text:n,component:r,props:o};return this.injectMessage({role:"assistant",content:n,rawContent:JSON.stringify(d),...a!==void 0&&{llmContent:a},...s!==void 0&&{id:s},...i!==void 0&&{createdAt:i},...c!==void 0&&{sequence:c}})}async sendMessage(t,r){var d,p,u,g,f;let o=t.trim();if(!o&&(!(r!=null&&r.contentParts)||r.contentParts.length===0))return;this.stopSpeaking(),(d=this.abortController)==null||d.abort(),this.abortWebMcpResolves(),this.teardownReconnect();let n=Da(),a=Pn();this.activeAssistantMessageId=null;let s={id:n,role:"user",content:o||yi,createdAt:new Date().toISOString(),sequence:this.nextSequence(),viaVoice:(r==null?void 0:r.viaVoice)||!1,...(r==null?void 0:r.contentParts)&&r.contentParts.length>0&&{contentParts:r.contentParts}};this.appendMessage(s),this.setStreaming(!0);let i=new AbortController;this.abortController=i;let c=[...this.messages];try{await this.client.dispatch({messages:c,signal:i.signal,assistantMessageId:a},this.handleEvent)}catch(h){if(this.status==="resuming"||this.reconnecting)return;let b=h instanceof Error&&(h.name==="AbortError"||h.message.includes("aborted")||h.message.includes("abort"));if(!b){let k=Yl(h,this.config.errorMessage);if(k){let E={id:a,role:"assistant",createdAt:new Date().toISOString(),content:k,sequence:this.nextSequence()};this.appendMessage(E)}}this.setStatus("idle"),this.setStreaming(!1),this.abortController=null,b||(h instanceof Error?(u=(p=this.callbacks).onError)==null||u.call(p,h):(f=(g=this.callbacks).onError)==null||f.call(g,new Error(String(h))))}}async continueConversation(){var n,a,s,i,c;if(this.streaming)return;(n=this.abortController)==null||n.abort(),this.teardownReconnect();let t=Pn();this.activeAssistantMessageId=null,this.setStreaming(!0);let r=new AbortController;this.abortController=r;let o=[...this.messages];try{await this.client.dispatch({messages:o,signal:r.signal,assistantMessageId:t},this.handleEvent)}catch(d){if(this.status==="resuming"||this.reconnecting)return;let p=d instanceof Error&&(d.name==="AbortError"||d.message.includes("aborted")||d.message.includes("abort"));if(!p){let u=Yl(d,this.config.errorMessage);if(u){let g={id:t,role:"assistant",createdAt:new Date().toISOString(),content:u,sequence:this.nextSequence()};this.appendMessage(g)}}this.setStatus("idle"),this.setStreaming(!1),this.abortController=null,p||(d instanceof Error?(s=(a=this.callbacks).onError)==null||s.call(a,d):(c=(i=this.callbacks).onError)==null||c.call(i,new Error(String(d))))}}async connectStream(t,r){var a,s,i;if(this.streaming&&!(r!=null&&r.allowReentry))return;r!=null&&r.allowReentry||(a=this.abortController)==null||a.abort(),r!=null&&r.preserveAssistantId&&r.assistantMessageId&&(this.activeAssistantMessageId=r.assistantMessageId);let o=r!=null&&r.preserveAssistantId?r.assistantMessageId:void 0,n=!1;for(let c of this.messages)c.streaming&&c.id!==o&&(c.streaming=!1,n=!0);n&&this.callbacks.onMessagesChanged([...this.messages]),this.setStreaming(!0);try{await this.client.processStream(t,this.handleEvent,r==null?void 0:r.assistantMessageId,r==null?void 0:r.seedContent)}catch(c){if(this.status==="resuming"||this.reconnecting)return;this.setStatus("error"),this.webMcpResolveControllers.size===0&&(this.setStreaming(!1),this.abortController=null),(i=(s=this.callbacks).onError)==null||i.call(s,c instanceof Error?c:new Error(String(c)))}}wireDefaultWebMcpConfirm(){let t=this.config.webmcp;(t==null?void 0:t.enabled)===!0&&!t.onConfirm&&this.client.setWebMcpConfirmHandler(r=>this.requestWebMcpApproval(r))}requestWebMcpApproval(t){var n,a,s;try{if(((a=(n=this.config.webmcp)==null?void 0:n.autoApprove)==null?void 0:a.call(n,t))===!0)return Promise.resolve(!0)}catch{}let r={id:`webmcp-${++this.webMcpApprovalSeq}`,status:"pending",agentId:"",executionId:"",toolName:t.toolName,toolType:"webmcp",description:(s=t.description)!=null?s:`Allow the assistant to run ${t.toolName}?`,parameters:t.args},o=`approval-${r.id}`;return this.upsertMessage({id:o,role:"assistant",content:"",createdAt:new Date().toISOString(),streaming:!1,variant:"approval",approval:r}),new Promise(i=>{this.webMcpApprovalResolvers.set(o,i)})}resolveWebMcpApproval(t,r){let o=this.webMcpApprovalResolvers.get(t);if(!o)return;this.webMcpApprovalResolvers.delete(t);let n=this.messages.find(a=>a.id===t);n!=null&&n.approval&&this.upsertMessage({...n,approval:{...n.approval,status:r,resolvedAt:Date.now()}}),o(r==="approved")}async resolveApproval(t,r,o){var p,u,g,f,h;let n=`approval-${t.id}`,a={...t,status:r,resolvedAt:Date.now()},s=this.messages.find(b=>b.id===n),i={id:n,role:"assistant",content:"",createdAt:(p=s==null?void 0:s.createdAt)!=null?p:new Date().toISOString(),...(s==null?void 0:s.sequence)!==void 0?{sequence:s.sequence}:{},streaming:!1,variant:"approval",approval:a};this.upsertMessage(i),(u=this.abortController)==null||u.abort(),this.abortController=new AbortController,this.setStreaming(!0);let c=this.config.approval,d=c&&typeof c=="object"?c.onDecision:void 0;try{let b;if(d?b=await d({approvalId:t.id,executionId:t.executionId,agentId:t.agentId,toolName:t.toolName},r,o):b=await this.client.resolveApproval({agentId:t.agentId,executionId:t.executionId,approvalId:t.id},r),b){let k=null;if(b instanceof Response){if(!b.ok){let E=await b.json().catch(()=>null);throw new Error((g=E==null?void 0:E.error)!=null?g:`Approval request failed: ${b.status}`)}k=b.body}else b instanceof ReadableStream&&(k=b);k?await this.connectStream(k,{allowReentry:!0}):(r==="denied"&&this.appendMessage({id:`denial-${t.id}`,role:"assistant",content:"Tool execution was denied by user.",createdAt:new Date().toISOString(),streaming:!1,sequence:this.nextSequence()}),this.setStreaming(!1),this.abortController=null)}else this.setStreaming(!1),this.abortController=null}catch(b){let k=b instanceof Error&&(b.name==="AbortError"||b.message.includes("aborted")||b.message.includes("abort"));this.setStreaming(!1),this.abortController=null,k||(h=(f=this.callbacks).onError)==null||h.call(f,b instanceof Error?b:new Error(String(b)))}}persistAskUserQuestionProgress(t,r){let o=this.messages.find(n=>n.id===t.id);o&&this.upsertMessage({...o,agentMetadata:{...o.agentMetadata,askUserQuestionAnswers:r.answers,askUserQuestionIndex:r.currentIndex}})}markAskUserQuestionResolved(t,r){let o=this.messages.find(n=>n.id===t.id);o&&this.upsertMessage({...o,agentMetadata:{...o.agentMetadata,awaitingLocalTool:!1,askUserQuestionAnswered:!0,...r?{askUserQuestionAnswers:r}:{}}})}async resolveAskUserQuestion(t,r){var p,u,g,f,h,b,k,E,A,T,y,w;let o=this.messages.find(v=>v.id===t.id);if(((p=o==null?void 0:o.agentMetadata)==null?void 0:p.askUserQuestionAnswered)===!0)return;let n=(u=t.agentMetadata)==null?void 0:u.executionId,a=(g=t.toolCall)==null?void 0:g.name;if(!n||!a){(h=(f=this.callbacks).onError)==null||h.call(f,new Error("resolveAskUserQuestion: message is missing executionId or toolCall.name"));return}let s=typeof r=="string"?void 0:r;if(s===void 0&&typeof r=="string"){let v=(b=t.toolCall)==null?void 0:b.args,M=Array.isArray(v==null?void 0:v.questions)?v.questions:[];if(M.length===1){let H=typeof((k=M[0])==null?void 0:k.question)=="string"?M[0].question:"";H&&(s={[H]:r})}}this.markAskUserQuestionResolved(t,s),(E=this.abortController)==null||E.abort(),this.abortController=new AbortController,this.setStreaming(!0);let i=t.toolCall.id,c=(A=t.toolCall)==null?void 0:A.args,d=Array.isArray(c==null?void 0:c.questions)?c.questions:[];if(d.length===0){let v=typeof r=="string"?r:Object.entries(r).map(([M,H])=>`${M}: ${Array.isArray(H)?H.join(", "):H}`).join(" | ");this.appendMessage({id:`ask-user-answer-${i}`,role:"user",content:v,createdAt:new Date().toISOString(),streaming:!1,sequence:this.nextSequence()})}else{let v=s!=null?s:{};d.forEach((M,H)=>{let I=typeof(M==null?void 0:M.question)=="string"?M.question:"";if(!I)return;let P=v[I],B=Array.isArray(P)?P.join(", "):typeof P=="string"?P:"";this.appendMessage({id:`ask-user-q-${i}-${H}`,role:"assistant",content:I,createdAt:new Date().toISOString(),streaming:!1,sequence:this.nextSequence()}),this.appendMessage({id:`ask-user-a-${i}-${H}`,role:"user",content:B||"*Skipped*",createdAt:new Date().toISOString(),streaming:!1,sequence:this.nextSequence()})})}try{let v=await this.client.resumeFlow(n,{[a]:r});if(!v.ok){let M=await v.json().catch(()=>null);throw new Error((T=M==null?void 0:M.error)!=null?T:`Resume failed: ${v.status}`)}v.body?await this.connectStream(v.body,{allowReentry:!0}):(this.setStreaming(!1),this.abortController=null)}catch(v){let M=v instanceof Error&&(v.name==="AbortError"||v.message.includes("aborted")||v.message.includes("abort"));this.setStreaming(!1),this.abortController=null,M||(w=(y=this.callbacks).onError)==null||w.call(y,v instanceof Error?v:new Error(String(v)))}}enqueueWebMcpAwait(t){var a,s;let r=(a=t.agentMetadata)==null?void 0:a.executionId,o=(s=t.toolCall)==null?void 0:s.id;if(!r||!o){let i=this.webMcpEpoch;queueMicrotask(()=>{i===this.webMcpEpoch&&this.resolveWebMcpToolCall(t)});return}let n=this.webMcpAwaitBatches.get(r);n||(n={snapshots:[],seen:new Set},this.webMcpAwaitBatches.set(r,n)),!n.seen.has(o)&&(n.seen.add(o),n.snapshots.push(t))}scheduleWebMcpBatchFlush(){if(this.webMcpAwaitBatches.size===0)return;let t=this.webMcpEpoch;queueMicrotask(()=>{if(t===this.webMcpEpoch)for(let r of[...this.webMcpAwaitBatches.keys()])this.flushWebMcpAwaitBatch(r)})}flushWebMcpAwaitBatch(t){let r=this.webMcpAwaitBatches.get(t);if(!r)return;this.webMcpAwaitBatches.delete(t);let{snapshots:o}=r;o.length===1?this.resolveWebMcpToolCall(o[0]):o.length>1&&this.resolveWebMcpToolCallBatch(t,o)}resolveWebMcpToolStartedAt(t){var n,a;let r=this.messages.find(s=>s.id===t.id),o=[(n=r==null?void 0:r.toolCall)==null?void 0:n.startedAt,(a=t.toolCall)==null?void 0:a.startedAt];for(let s of o)if(typeof s=="number"&&Number.isFinite(s))return s;return Date.now()}isSuggestRepliesAlreadyResolved(t){var o,n;if(((o=t.toolCall)==null?void 0:o.name)!==vo)return!1;let r=this.messages.find(a=>a.id===t.id);return((n=(r!=null?r:t).agentMetadata)==null?void 0:n.suggestRepliesResolved)===!0}markWebMcpToolRunning(t){let r=this.resolveWebMcpToolStartedAt(t);return this.upsertMessage({...t,streaming:!0,agentMetadata:{...t.agentMetadata,awaitingLocalTool:!1},toolCall:t.toolCall?{...t.toolCall,status:"running",startedAt:r,completedAt:void 0,duration:void 0,durationMs:void 0}:t.toolCall}),r}markWebMcpToolComplete(t,r,o,n=Date.now(),a){this.messages.some(s=>s.id===t.id)&&this.upsertMessage({...t,streaming:!1,agentMetadata:{...t.agentMetadata,awaitingLocalTool:!1,...a},toolCall:t.toolCall?{...t.toolCall,status:"complete",result:r,startedAt:o,completedAt:n,duration:void 0,durationMs:Math.max(0,n-o)}:t.toolCall})}async resolveWebMcpToolCallBatch(t,r){var c,d,p,u;let o=[],n=[],a=new AbortController;this.webMcpResolveControllers.add(a),this.setStreaming(!0);let s=await Promise.all(r.map(async g=>{var w,v,M,H,I,P,B;let f=(w=g.toolCall)==null?void 0:w.name,h=(v=g.toolCall)==null?void 0:v.id;if(!f||!h)return null;let b=`${t}:${h}`;if(this.webMcpInflightKeys.has(b)||this.webMcpResolvedKeys.has(b)||this.isSuggestRepliesAlreadyResolved(g))return null;this.webMcpInflightKeys.add(b),o.push(b);let k=this.markWebMcpToolRunning(g),E=(H=(M=g.agentMetadata)==null?void 0:M.webMcpToolCallId)!=null?H:f;if(f===vo)return{dedupeKey:b,resumeKey:E,output:Vl(),toolMessage:g,startedAt:k,completedAt:Date.now()};let A=new AbortController;this.webMcpResolveControllers.add(A),n.push(A);let T=this.client.executeWebMcpToolCall(f,(I=g.toolCall)==null?void 0:I.args,A.signal),y;if(!T)y={isError:!0,content:[{type:"text",text:"WebMCP not enabled on this widget."}]};else try{y=await T}catch(O){let Q=O instanceof Error&&(O.name==="AbortError"||O.message.includes("aborted")||O.message.includes("abort"));return Q||(B=(P=this.callbacks).onError)==null||B.call(P,O instanceof Error?O:new Error(String(O))),this.markWebMcpToolComplete(g,Es(Q?"Aborted by cancel()":Lh(O)),k),this.webMcpInflightKeys.delete(b),null}return A.signal.aborted?(this.markWebMcpToolComplete(g,Es("Aborted by cancel()"),k),this.webMcpInflightKeys.delete(b),null):{dedupeKey:b,resumeKey:E,output:y,toolMessage:g,startedAt:k,completedAt:Date.now()}})),i=[];try{if(i=s.filter(h=>h!==null),i.length===0)return;let g={};for(let h of i)g[h.resumeKey]=h.output;let f=await this.client.resumeFlow(t,g,{signal:a.signal});if(!f.ok){let h=await f.json().catch(()=>null);throw new Error((c=h==null?void 0:h.error)!=null?c:`Resume failed: ${f.status}`)}for(let h of i)this.webMcpResolvedKeys.add(h.dedupeKey),this.markWebMcpToolComplete(h.toolMessage,h.output,h.startedAt,h.completedAt,((d=h.toolMessage.toolCall)==null?void 0:d.name)===vo?{suggestRepliesResolved:!0}:void 0);f.body&&await this.connectStream(f.body,{allowReentry:!0})}catch(g){if(!(g instanceof Error&&(g.name==="AbortError"||g.message.includes("aborted")||g.message.includes("abort"))))(u=(p=this.callbacks).onError)==null||u.call(p,g instanceof Error?g:new Error(String(g)));else for(let h of i)this.markWebMcpToolComplete(h.toolMessage,Es("Aborted by cancel()"),h.startedAt)}finally{for(let g of o)this.webMcpInflightKeys.delete(g);for(let g of n)this.webMcpResolveControllers.delete(g);this.webMcpResolveControllers.delete(a),this.webMcpResolveControllers.size===0&&!this.abortController&&this.setStreaming(!1)}}async resolveWebMcpToolCall(t){var h,b,k,E,A,T,y,w,v,M,H,I;let r=(h=t.agentMetadata)==null?void 0:h.executionId,o=(b=t.toolCall)==null?void 0:b.name,n=(k=t.toolCall)==null?void 0:k.id;if(!r){(A=(E=this.callbacks).onError)==null||A.call(E,new Error("WebMCP step_await missing executionId: dispatch left paused."));return}if(!o)return;if(!n){let P=`${r}:__no_tool_id__:${o}`;if(this.webMcpInflightKeys.has(P)||this.webMcpResolvedKeys.has(P))return;this.webMcpInflightKeys.add(P);try{await this.resumeWithToolOutput(r,o,{isError:!0,content:[{type:"text",text:"WebMCP step_await missing toolCall.id: cannot execute the page tool."}]}),this.webMcpResolvedKeys.add(P)}catch(B){(y=(T=this.callbacks).onError)==null||y.call(T,B instanceof Error?B:new Error(String(B)))}finally{this.webMcpInflightKeys.delete(P)}return}let a=`${r}:${n}`;if(this.webMcpInflightKeys.has(a)||this.webMcpResolvedKeys.has(a)||this.isSuggestRepliesAlreadyResolved(t))return;this.webMcpInflightKeys.add(a);let s=this.markWebMcpToolRunning(t),i=new AbortController;this.webMcpResolveControllers.add(i);let{signal:c}=i;this.setStreaming(!0);let d=o===vo,p=(w=t.toolCall)==null?void 0:w.args,u=d?null:this.client.executeWebMcpToolCall(o,p,c),g="execute",f=s;try{let P;if(d?P=Vl():u?P=await u:P={isError:!0,content:[{type:"text",text:"WebMCP not enabled on this widget."}]},f=Date.now(),c.aborted){this.markWebMcpToolComplete(t,Es("Aborted by cancel()"),s);return}let B=(M=(v=t.agentMetadata)==null?void 0:v.webMcpToolCallId)!=null?M:o;g="resume",await this.resumeWithToolOutput(r,B,P,{onHttpOk:()=>{this.webMcpResolvedKeys.add(a),this.markWebMcpToolComplete(t,P,s,f,d?{suggestRepliesResolved:!0}:void 0)},signal:c})}catch(P){let B=P instanceof Error&&(P.name==="AbortError"||P.message.includes("aborted")||P.message.includes("abort"));(g==="execute"||B||c.aborted)&&this.markWebMcpToolComplete(t,Es(B||c.aborted?"Aborted by cancel()":Lh(P)),s),B||(I=(H=this.callbacks).onError)==null||I.call(H,P instanceof Error?P:new Error(String(P)))}finally{this.webMcpInflightKeys.delete(a),this.webMcpResolveControllers.delete(i),this.webMcpResolveControllers.size===0&&!this.abortController&&this.setStreaming(!1)}}async resumeWithToolOutput(t,r,o,n){var s,i;let a=await this.client.resumeFlow(t,{[r]:o},{signal:n==null?void 0:n.signal});if(!a.ok){let c=await a.json().catch(()=>null);throw new Error((s=c==null?void 0:c.error)!=null?s:`Resume failed: ${a.status}`)}(i=n==null?void 0:n.onHttpOk)==null||i.call(n),a.body?await this.connectStream(a.body,{allowReentry:!0}):this.webMcpResolveControllers.size===0&&(this.setStreaming(!1),this.abortController=null)}abortWebMcpResolves(){for(let t of this.webMcpResolveControllers)t.abort();this.webMcpResolveControllers.clear();for(let t of[...this.webMcpApprovalResolvers.keys()])this.resolveWebMcpApproval(t,"denied");this.webMcpAwaitBatches.clear(),this.webMcpEpoch++}cancel(){var t;(t=this.abortController)==null||t.abort(),this.abortController=null,this.teardownReconnect(),this.abortWebMcpResolves(),this.webMcpInflightKeys.clear(),this.stopSpeaking(),this.stopVoicePlayback(),this.setStreaming(!1),this.setStatus("idle")}clearMessages(){var t;this.stopSpeaking(),(t=this.abortController)==null||t.abort(),this.abortController=null,this.teardownReconnect(),this.abortWebMcpResolves(),this.messages=[],this.agentExecution=null,this.clearArtifactState(),this.webMcpInflightKeys.clear(),this.webMcpResolvedKeys.clear(),this.client.resetClientToolsFingerprint(),this.setStreaming(!1),this.setStatus("idle"),this.callbacks.onMessagesChanged([...this.messages])}getArtifacts(){return[...this.artifacts.values()]}getArtifactById(t){return this.artifacts.get(t)}getSelectedArtifactId(){return this.selectedArtifactId}selectArtifact(t){this.selectedArtifactId=t,this.emitArtifactsState()}clearArtifacts(){this.clearArtifactState()}upsertArtifact(t){var n;let r=t.id||`art_${Date.now().toString(36)}_${Math.random().toString(36).slice(2,9)}`;if(t.artifactType==="markdown"){let a={id:r,artifactType:"markdown",title:t.title,status:"complete",markdown:t.content};return this.artifacts.set(r,a),this.selectedArtifactId=r,this.emitArtifactsState(),a}let o={id:r,artifactType:"component",title:t.title,status:"complete",component:t.component,props:(n=t.props)!=null?n:{}};return this.artifacts.set(r,o),this.selectedArtifactId=r,this.emitArtifactsState(),o}clearArtifactState(){this.artifacts.size===0&&this.selectedArtifactId===null||(this.artifacts.clear(),this.selectedArtifactId=null,this.emitArtifactsState())}emitArtifactsState(){var t,r;(r=(t=this.callbacks).onArtifactsState)==null||r.call(t,{artifacts:[...this.artifacts.values()],selectedId:this.selectedArtifactId})}applyArtifactStreamEvent(t){var r,o;switch(t.type){case"artifact_start":{t.artifactType==="markdown"?this.artifacts.set(t.id,{id:t.id,artifactType:"markdown",title:t.title,status:"streaming",markdown:""}):this.artifacts.set(t.id,{id:t.id,artifactType:"component",title:t.title,status:"streaming",component:(r=t.component)!=null?r:"",props:{}}),this.selectedArtifactId=t.id;break}case"artifact_delta":{let n=this.artifacts.get(t.id);(n==null?void 0:n.artifactType)==="markdown"&&(n.markdown=((o=n.markdown)!=null?o:"")+t.artDelta);break}case"artifact_update":{let n=this.artifacts.get(t.id);(n==null?void 0:n.artifactType)==="component"&&(n.props={...n.props,...t.props},t.component&&(n.component=t.component));break}case"artifact_complete":{let n=this.artifacts.get(t.id);n&&(n.status="complete");break}default:return}this.emitArtifactsState()}hydrateMessages(t){var r;(r=this.abortController)==null||r.abort(),this.abortController=null,this.teardownReconnect(),this.abortWebMcpResolves(),this.webMcpInflightKeys.clear(),this.webMcpResolvedKeys.clear(),this.messages=this.sortMessages(t.map(o=>{var n;return{...o,streaming:!1,sequence:(n=o.sequence)!=null?n:this.nextSequence()}})),this.setStreaming(!1),this.setStatus("idle"),this.callbacks.onMessagesChanged([...this.messages])}hydrateArtifacts(t,r=null){this.artifacts.clear();for(let o of t)this.artifacts.set(o.id,{...o,status:"complete"});this.selectedArtifactId=r,this.emitArtifactsState()}trackCursor(t){var n,a;let r=(n=this.agentExecution)==null?void 0:n.executionId;if(!r||!this.activeAssistantMessageId||((a=this.agentExecution)==null?void 0:a.status)!=="running")return;let o=this.resumable===null;this.resumable={executionId:r,lastEventId:t,assistantMessageId:this.activeAssistantMessageId,status:"running"},this.notifyExecutionState(o)}isDurableDrop(){var t;return this.resumable!==null&&typeof this.config.reconnectStream=="function"&&((t=this.abortController)==null?void 0:t.signal.aborted)!==!0&&this.webMcpResolveControllers.size===0&&this.webMcpAwaitBatches.size===0&&!this.isAwaitPending()}isAwaitPending(){return this.messages.some(t=>{var r,o,n;return((r=t.agentMetadata)==null?void 0:r.awaitingLocalTool)===!0&&((o=t.agentMetadata)==null?void 0:o.askUserQuestionAnswered)!==!0||t.variant==="approval"&&((n=t.approval)==null?void 0:n.status)==="pending"})}beginReconnect(){var t,r;this.reconnecting||!this.resumable||typeof this.config.reconnectStream!="function"||(this.reconnecting=!0,(r=(t=this.callbacks).onReconnect)==null||r.call(t,{phase:"paused",handle:this.resumable}),this.setStreaming(!0),this.setStatus("resuming"),this.loadReconnectController().then(o=>{this.reconnecting&&this.resumable&&o.begin()}))}loadReconnectController(){return this.reconnectController?Promise.resolve(this.reconnectController):(this.reconnectControllerPromise||(this.reconnectControllerPromise=Promise.resolve().then(()=>(kh(),Eh)).then(({createReconnectController:t})=>{let r=t(this.buildReconnectHost());return this.reconnectController=r,r})),this.reconnectControllerPromise)}buildReconnectHost(){let t=this;return{get config(){return t.config},getResumable:()=>t.resumable,clearResumable:()=>t.clearResumable(),getStatus:()=>t.status,setStatus:r=>t.setStatus(r),setStreaming:r=>t.setStreaming(r),setReconnecting:r=>{t.reconnecting=r},setAbortController:r=>{t.abortController=r},getMessages:()=>t.messages,notifyMessagesChanged:()=>t.callbacks.onMessagesChanged([...t.messages]),resumeConnect:(r,o,n)=>t.connectStream(r,{assistantMessageId:o,allowReentry:!0,preserveAssistantId:!0,seedContent:n}),appendMessage:r=>t.appendMessage(r),nextSequence:()=>t.nextSequence(),emitReconnect:r=>{var o,n;return(n=(o=t.callbacks).onReconnect)==null?void 0:n.call(o,r)},buildErrorContent:r=>Yl(new Error(r),t.config.errorMessage),onError:r=>{var o,n;return(n=(o=t.callbacks).onError)==null?void 0:n.call(o,r)}}}reconnectNow(){var t;if(this.reconnecting){(t=this.reconnectController)==null||t.wake();return}this.beginReconnect()}resumeFromHandle(t){if(typeof this.config.reconnectStream!="function"||this.reconnecting)return;let r=this.reopenTrailingAssistant();r||(r=Pn(),this.appendMessage({id:r,role:"assistant",content:"",createdAt:new Date().toISOString(),streaming:!0,sequence:this.nextSequence()})),this.activeAssistantMessageId=r,this.agentExecution||(this.agentExecution={executionId:t.executionId,agentId:"",agentName:"",status:"running",currentIteration:0,maxTurns:0}),this.resumable={executionId:t.executionId,lastEventId:t.after,assistantMessageId:r,status:"running"},this.beginReconnect()}reopenTrailingAssistant(){for(let t=this.messages.length-1;t>=0;t--){let r=this.messages[t];if(r.role==="assistant"&&!r.variant)return r.streaming=!0,this.callbacks.onMessagesChanged([...this.messages]),r.id;if(r.role==="user")break}return null}teardownReconnect(){var t;this.reconnecting=!1,(t=this.reconnectController)==null||t.teardown(),this.clearResumable()}clearResumable(){var r,o;this.executionStateTimer&&(clearTimeout(this.executionStateTimer),this.executionStateTimer=null);let t=this.resumable!==null;this.resumable=null,t&&((o=(r=this.config).onExecutionState)==null||o.call(r,null))}notifyExecutionState(t){let r=this.config.onExecutionState;if(r){if(t){this.executionStateTimer&&(clearTimeout(this.executionStateTimer),this.executionStateTimer=null),r(this.resumable);return}this.executionStateTimer||(this.executionStateTimer=setTimeout(()=>{var o,n;this.executionStateTimer=null,(n=(o=this.config).onExecutionState)==null||n.call(o,this.resumable)},500))}}getResumableHandle(){return this.resumable}setStatus(t){this.status!==t&&(this.status=t,this.callbacks.onStatusChanged(t))}setStreaming(t){if(this.streaming===t)return;let r=this.streaming;this.streaming=t,this.callbacks.onStreamingChanged(t),r&&!t&&this.speakLatestAssistantMessage()}speakLatestAssistantMessage(){let t=this.config.textToSpeech;if(!(t!=null&&t.enabled)||!(!t.provider||t.provider==="browser"||t.provider==="runtype"&&t.browserFallback))return;let o=[...this.messages].reverse().find(a=>a.role==="assistant"&&a.content&&!a.voiceProcessing);if(!o)return;if(this.ttsSpokenMessageIds.has(o.id)){this.ttsSpokenMessageIds.delete(o.id);return}let n=Xl(o.content);n.trim()&&this.readAloud.play(o.id,{text:n,voice:t.voice,rate:t.rate,pitch:t.pitch})}static pickBestVoice(t){return Fa(t)}toggleReadAloud(t){let r=this.messages.find(a=>a.id===t);if(!r||r.role!=="assistant")return;let o=Xl(r.content||"");if(!o.trim())return;let n=this.config.textToSpeech;this.readAloud.toggle(t,{text:o,voice:n==null?void 0:n.voice,rate:n==null?void 0:n.rate,pitch:n==null?void 0:n.pitch})}getReadAloudState(t){return this.readAloud.stateFor(t)}onReadAloudChange(t){return this.readAloud.onChange(t)}stopSpeaking(){this.readAloud.stop(),typeof window!="undefined"&&"speechSynthesis"in window&&window.speechSynthesis.cancel()}appendMessage(t){let r=this.ensureSequence(t);this.messages=this.sortMessages([...this.messages,r]),this.callbacks.onMessagesChanged([...this.messages])}upsertMessage(t){let r=this.ensureSequence(t),o=this.messages.findIndex(n=>n.id===r.id);if(o===-1){this.appendMessage(r);return}this.messages=this.messages.map((n,a)=>{var p,u,g,f,h,b,k,E,A,T,y,w,v,M,H;if(a!==o)return n;let s={...n,...r};if(((p=n.agentMetadata)==null?void 0:p.askUserQuestionAnswered)===!0&&r.agentMetadata&&(s.agentMetadata={...r.agentMetadata,askUserQuestionAnswered:!0,...n.agentMetadata.askUserQuestionAnswers?{askUserQuestionAnswers:n.agentMetadata.askUserQuestionAnswers}:{},awaitingLocalTool:!1}),((u=n.agentMetadata)==null?void 0:u.suggestRepliesResolved)===!0&&r.agentMetadata&&(s.agentMetadata={...(g=s.agentMetadata)!=null?g:r.agentMetadata,suggestRepliesResolved:!0,awaitingLocalTool:!1}),n.approval&&r.approval&&n.approval.id===r.approval.id){let I=n.approval,P=r.approval;s.approval={...I,...P,executionId:P.executionId||I.executionId,toolName:P.toolName||I.toolName,description:P.description||I.description,toolType:(f=P.toolType)!=null?f:I.toolType,reason:(h=P.reason)!=null?h:I.reason,parameters:(b=P.parameters)!=null?b:I.parameters}}let i=(k=r.toolCall)==null?void 0:k.name,c=(E=r.agentMetadata)==null?void 0:E.executionId,d=(A=r.toolCall)==null?void 0:A.id;if(i&&Ph(i)&&c&&d&&((T=r.agentMetadata)==null?void 0:T.awaitingLocalTool)===!0){let I=`${c}:${d}`,P=this.webMcpInflightKeys.has(I),B=this.webMcpResolvedKeys.has(I),O=(y=n.toolCall)==null?void 0:y.name,Q=((w=n.agentMetadata)==null?void 0:w.executionId)===c&&((v=n.toolCall)==null?void 0:v.id)===d&&O!==void 0&&Ph(O)&&((M=n.toolCall)==null?void 0:M.status)==="complete";(P||B||Q)&&(s.agentMetadata={...(H=s.agentMetadata)!=null?H:{},awaitingLocalTool:!1},s.toolCall=n.toolCall,s.streaming=n.streaming)}return s}),this.messages=this.sortMessages(this.messages),this.callbacks.onMessagesChanged([...this.messages])}ensureSequence(t){return t.sequence!==void 0?{...t}:{...t,sequence:this.nextSequence()}}nextSequence(){return this.sequenceCounter++}sortMessages(t){return[...t].sort((r,o)=>{var c,d;let n=new Date(r.createdAt).getTime(),a=new Date(o.createdAt).getTime();if(!Number.isNaN(n)&&!Number.isNaN(a)&&n!==a)return n-a;let s=(c=r.sequence)!=null?c:0,i=(d=o.sequence)!=null?d:0;return s!==i?s-i:r.id.localeCompare(o.id)})}};var Zl=[["path",{d:"M22 12h-2.48a2 2 0 0 0-1.93 1.46l-2.35 8.36a.25.25 0 0 1-.48 0L9.24 2.18a.25.25 0 0 0-.48 0l-2.35 8.36A2 2 0 0 1 4.49 12H2"}]];var ed=[["path",{d:"M12 5v14"}],["path",{d:"m19 12-7 7-7-7"}]];var td=[["path",{d:"m12 19-7-7 7-7"}],["path",{d:"M19 12H5"}]];var rd=[["path",{d:"M5 12h14"}],["path",{d:"m12 5 7 7-7 7"}]];var od=[["path",{d:"M7 7h10v10"}],["path",{d:"M7 17 17 7"}]];var nd=[["path",{d:"m5 12 7-7 7 7"}],["path",{d:"M12 19V5"}]];var ad=[["circle",{cx:"12",cy:"12",r:"4"}],["path",{d:"M16 8v5a3 3 0 0 0 6 0v-1a10 10 0 1 0-4 8"}]];var sd=[["circle",{cx:"12",cy:"12",r:"10"}],["path",{d:"M4.929 4.929 19.07 19.071"}]];var id=[["path",{d:"M10.268 21a2 2 0 0 0 3.464 0"}],["path",{d:"M3.262 15.326A1 1 0 0 0 4 17h16a1 1 0 0 0 .74-1.673C19.41 13.956 18 12.499 18 8A6 6 0 0 0 6 8c0 4.499-1.411 5.956-2.738 7.326"}]];var ld=[["path",{d:"M17 3a2 2 0 0 1 2 2v15a1 1 0 0 1-1.496.868l-4.512-2.578a2 2 0 0 0-1.984 0l-4.512 2.578A1 1 0 0 1 5 20V5a2 2 0 0 1 2-2z"}]];var dd=[["path",{d:"M12 8V4H8"}],["rect",{width:"16",height:"12",x:"4",y:"8",rx:"2"}],["path",{d:"M2 14h2"}],["path",{d:"M20 14h2"}],["path",{d:"M15 13v2"}],["path",{d:"M9 13v2"}]];var cd=[["path",{d:"M12 10h.01"}],["path",{d:"M12 14h.01"}],["path",{d:"M12 6h.01"}],["path",{d:"M16 10h.01"}],["path",{d:"M16 14h.01"}],["path",{d:"M16 6h.01"}],["path",{d:"M8 10h.01"}],["path",{d:"M8 14h.01"}],["path",{d:"M8 6h.01"}],["path",{d:"M9 22v-3a1 1 0 0 1 1-1h4a1 1 0 0 1 1 1v3"}],["rect",{x:"4",y:"2",width:"16",height:"20",rx:"2"}]];var pd=[["path",{d:"M8 2v4"}],["path",{d:"M16 2v4"}],["rect",{width:"18",height:"18",x:"3",y:"4",rx:"2"}],["path",{d:"M3 10h18"}],["path",{d:"M8 14h.01"}],["path",{d:"M12 14h.01"}],["path",{d:"M16 14h.01"}],["path",{d:"M8 18h.01"}],["path",{d:"M12 18h.01"}],["path",{d:"M16 18h.01"}]];var ud=[["path",{d:"M8 2v4"}],["path",{d:"M16 2v4"}],["rect",{width:"18",height:"18",x:"3",y:"4",rx:"2"}],["path",{d:"M3 10h18"}]];var fd=[["path",{d:"M13.997 4a2 2 0 0 1 1.76 1.05l.486.9A2 2 0 0 0 18.003 7H20a2 2 0 0 1 2 2v9a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2V9a2 2 0 0 1 2-2h1.997a2 2 0 0 0 1.759-1.048l.489-.904A2 2 0 0 1 10.004 4z"}],["circle",{cx:"12",cy:"13",r:"3"}]];var md=[["path",{d:"M20 6 9 17l-5-5"}]];var gd=[["path",{d:"m6 9 6 6 6-6"}]];var hd=[["path",{d:"m15 18-6-6 6-6"}]];var xd=[["path",{d:"m9 18 6-6-6-6"}]];var yd=[["path",{d:"m18 15-6-6-6 6"}]];var Ci=[["circle",{cx:"12",cy:"12",r:"10"}],["path",{d:"m9 12 2 2 4-4"}]];var Si=[["circle",{cx:"12",cy:"12",r:"10"}],["path",{d:"m15 9-6 6"}],["path",{d:"m9 9 6 6"}]];var bd=[["rect",{width:"8",height:"4",x:"8",y:"2",rx:"1",ry:"1"}],["path",{d:"M8 4H6a2 2 0 0 0-2 2v14a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2v-2"}],["path",{d:"M16 4h2a2 2 0 0 1 2 2v4"}],["path",{d:"M21 14H11"}],["path",{d:"m15 10-4 4 4 4"}]];var vd=[["rect",{width:"8",height:"4",x:"8",y:"2",rx:"1",ry:"1"}],["path",{d:"M16 4h2a2 2 0 0 1 2 2v14a2 2 0 0 1-2 2H6a2 2 0 0 1-2-2V6a2 2 0 0 1 2-2h2"}]];var wd=[["circle",{cx:"12",cy:"12",r:"10"}],["path",{d:"M12 6v6l4 2"}]];var Cd=[["rect",{width:"14",height:"14",x:"8",y:"8",rx:"2",ry:"2"}],["path",{d:"M4 16c-1.1 0-2-.9-2-2V4c0-1.1.9-2 2-2h10c1.1 0 2 .9 2 2"}]];var Sd=[["rect",{width:"20",height:"14",x:"2",y:"5",rx:"2"}],["line",{x1:"2",x2:"22",y1:"10",y2:"10"}]];var Ad=[["line",{x1:"12",x2:"12",y1:"2",y2:"22"}],["path",{d:"M17 5H9.5a3.5 3.5 0 0 0 0 7h5a3.5 3.5 0 0 1 0 7H6"}]];var Md=[["path",{d:"M12 15V3"}],["path",{d:"M21 15v4a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-4"}],["path",{d:"m7 10 5 5 5-5"}]];var Ai=[["circle",{cx:"12",cy:"12",r:"1"}],["circle",{cx:"12",cy:"5",r:"1"}],["circle",{cx:"12",cy:"19",r:"1"}]];var Mi=[["circle",{cx:"12",cy:"12",r:"1"}],["circle",{cx:"19",cy:"12",r:"1"}],["circle",{cx:"5",cy:"12",r:"1"}]];var Td=[["path",{d:"M10.733 5.076a10.744 10.744 0 0 1 11.205 6.575 1 1 0 0 1 0 .696 10.747 10.747 0 0 1-1.444 2.49"}],["path",{d:"M14.084 14.158a3 3 0 0 1-4.242-4.242"}],["path",{d:"M17.479 17.499a10.75 10.75 0 0 1-15.417-5.151 1 1 0 0 1 0-.696 10.75 10.75 0 0 1 4.446-5.143"}],["path",{d:"m2 2 20 20"}]];var Ed=[["path",{d:"M15 3h6v6"}],["path",{d:"M10 14 21 3"}],["path",{d:"M18 13v6a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V8a2 2 0 0 1 2-2h6"}]];var kd=[["path",{d:"M2.062 12.348a1 1 0 0 1 0-.696 10.75 10.75 0 0 1 19.876 0 1 1 0 0 1 0 .696 10.75 10.75 0 0 1-19.876 0"}],["circle",{cx:"12",cy:"12",r:"3"}]];var Ld=[["path",{d:"M6 22a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2h8a2.4 2.4 0 0 1 1.704.706l3.588 3.588A2.4 2.4 0 0 1 20 8v12a2 2 0 0 1-2 2z"}],["path",{d:"M14 2v5a1 1 0 0 0 1 1h5"}],["path",{d:"M10 12.5 8 15l2 2.5"}],["path",{d:"m14 12.5 2 2.5-2 2.5"}]];var Pd=[["path",{d:"M6 22a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2h8a2.4 2.4 0 0 1 1.704.706l3.588 3.588A2.4 2.4 0 0 1 20 8v12a2 2 0 0 1-2 2z"}],["path",{d:"M14 2v5a1 1 0 0 0 1 1h5"}],["path",{d:"M8 13h2"}],["path",{d:"M14 13h2"}],["path",{d:"M8 17h2"}],["path",{d:"M14 17h2"}]];var Rd=[["path",{d:"M6 22a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2h8a2.4 2.4 0 0 1 1.704.706l3.588 3.588A2.4 2.4 0 0 1 20 8v12a2 2 0 0 1-2 2z"}],["path",{d:"M14 2v5a1 1 0 0 0 1 1h5"}],["path",{d:"M10 9H8"}],["path",{d:"M16 13H8"}],["path",{d:"M16 17H8"}]];var Id=[["path",{d:"M6 22a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2h8a2.4 2.4 0 0 1 1.704.706l3.588 3.588A2.4 2.4 0 0 1 20 8v12a2 2 0 0 1-2 2z"}],["path",{d:"M14 2v5a1 1 0 0 0 1 1h5"}]];var Hd=[["path",{d:"M15 2h-4a2 2 0 0 0-2 2v11a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2V8"}],["path",{d:"M16.706 2.706A2.4 2.4 0 0 0 15 2v5a1 1 0 0 0 1 1h5a2.4 2.4 0 0 0-.706-1.706z"}],["path",{d:"M5 7a2 2 0 0 0-2 2v11a2 2 0 0 0 2 2h8a2 2 0 0 0 1.732-1"}]];var Wd=[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2"}],["path",{d:"M7 3v18"}],["path",{d:"M3 7.5h4"}],["path",{d:"M3 12h18"}],["path",{d:"M3 16.5h4"}],["path",{d:"M17 3v18"}],["path",{d:"M17 7.5h4"}],["path",{d:"M17 16.5h4"}]];var Bd=[["path",{d:"M4 22V4a1 1 0 0 1 .4-.8A6 6 0 0 1 8 2c3 0 5 2 7.333 2q2 0 3.067-.8A1 1 0 0 1 20 4v10a1 1 0 0 1-.4.8A6 6 0 0 1 16 16c-3 0-5-2-8-2a6 6 0 0 0-4 1.528"}]];var Dd=[["path",{d:"m6 14 1.5-2.9A2 2 0 0 1 9.24 10H20a2 2 0 0 1 1.94 2.5l-1.54 6a2 2 0 0 1-1.95 1.5H4a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h3.9a2 2 0 0 1 1.69.9l.81 1.2a2 2 0 0 0 1.67.9H18a2 2 0 0 1 2 2v2"}]];var Fd=[["path",{d:"M20 20a2 2 0 0 0 2-2V8a2 2 0 0 0-2-2h-7.9a2 2 0 0 1-1.69-.9L9.6 3.9A2 2 0 0 0 7.93 3H4a2 2 0 0 0-2 2v13a2 2 0 0 0 2 2Z"}]];var Ti=[["path",{d:"M10 20a1 1 0 0 0 .553.895l2 1A1 1 0 0 0 14 21v-7a2 2 0 0 1 .517-1.341L21.74 4.67A1 1 0 0 0 21 3H3a1 1 0 0 0-.742 1.67l7.225 7.989A2 2 0 0 1 10 14z"}]];var Nd=[["path",{d:"M12 7v14"}],["path",{d:"M20 11v8a2 2 0 0 1-2 2H6a2 2 0 0 1-2-2v-8"}],["path",{d:"M7.5 7a1 1 0 0 1 0-5A4.8 8 0 0 1 12 7a4.8 8 0 0 1 4.5-5 1 1 0 0 1 0 5"}],["rect",{x:"3",y:"7",width:"18",height:"4",rx:"1"}]];var Od=[["circle",{cx:"12",cy:"12",r:"10"}],["path",{d:"M12 2a14.5 14.5 0 0 0 0 20 14.5 14.5 0 0 0 0-20"}],["path",{d:"M2 12h20"}]];var _d=[["line",{x1:"4",x2:"20",y1:"9",y2:"9"}],["line",{x1:"4",x2:"20",y1:"15",y2:"15"}],["line",{x1:"10",x2:"8",y1:"3",y2:"21"}],["line",{x1:"16",x2:"14",y1:"3",y2:"21"}]];var Ud=[["path",{d:"M3 14h3a2 2 0 0 1 2 2v3a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-7a9 9 0 0 1 18 0v7a2 2 0 0 1-2 2h-1a2 2 0 0 1-2-2v-3a2 2 0 0 1 2-2h3"}]];var qd=[["path",{d:"M2 9.5a5.5 5.5 0 0 1 9.591-3.676.56.56 0 0 0 .818 0A5.49 5.49 0 0 1 22 9.5c0 2.29-1.5 4-3 5.5l-5.492 5.313a2 2 0 0 1-3 .019L5 15c-1.5-1.5-3-3.2-3-5.5"}]];var Vd=[["path",{d:"M3 12a9 9 0 1 0 9-9 9.75 9.75 0 0 0-6.74 2.74L3 8"}],["path",{d:"M3 3v5h5"}],["path",{d:"M12 7v5l4 2"}]];var Ei=[["path",{d:"M15 21v-8a1 1 0 0 0-1-1h-4a1 1 0 0 0-1 1v8"}],["path",{d:"M3 10a2 2 0 0 1 .709-1.528l7-6a2 2 0 0 1 2.582 0l7 6A2 2 0 0 1 21 10v9a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2z"}]];var zd=[["path",{d:"M16 5h6"}],["path",{d:"M19 2v6"}],["path",{d:"M21 11.5V19a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h7.5"}],["path",{d:"m21 15-3.086-3.086a2 2 0 0 0-2.828 0L6 21"}],["circle",{cx:"9",cy:"9",r:"2"}]];var $d=[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2",ry:"2"}],["circle",{cx:"9",cy:"9",r:"2"}],["path",{d:"m21 15-3.086-3.086a2 2 0 0 0-2.828 0L6 21"}]];var jd=[["circle",{cx:"12",cy:"12",r:"10"}],["path",{d:"M12 16v-4"}],["path",{d:"M12 8h.01"}]];var Gd=[["path",{d:"m15.5 7.5 2.3 2.3a1 1 0 0 0 1.4 0l2.1-2.1a1 1 0 0 0 0-1.4L19 4"}],["path",{d:"m21 2-9.6 9.6"}],["circle",{cx:"7.5",cy:"15.5",r:"5.5"}]];var Kd=[["path",{d:"M10 13a5 5 0 0 0 7.54.54l3-3a5 5 0 0 0-7.07-7.07l-1.72 1.71"}],["path",{d:"M14 11a5 5 0 0 0-7.54-.54l-3 3a5 5 0 0 0 7.07 7.07l1.71-1.71"}]];var ki=[["path",{d:"M21 12a9 9 0 1 1-6.219-8.56"}]];var Xd=[["path",{d:"M12 2v4"}],["path",{d:"m16.2 7.8 2.9-2.9"}],["path",{d:"M18 12h4"}],["path",{d:"m16.2 16.2 2.9 2.9"}],["path",{d:"M12 18v4"}],["path",{d:"m4.9 19.1 2.9-2.9"}],["path",{d:"M2 12h4"}],["path",{d:"m4.9 4.9 2.9 2.9"}]];var Qd=[["rect",{width:"18",height:"11",x:"3",y:"11",rx:"2",ry:"2"}],["path",{d:"M7 11V7a5 5 0 0 1 10 0v4"}]];var Jd=[["path",{d:"m22 7-8.991 5.727a2 2 0 0 1-2.009 0L2 7"}],["rect",{x:"2",y:"4",width:"20",height:"16",rx:"2"}]];var Yd=[["path",{d:"M20 10c0 4.993-5.539 10.193-7.399 11.799a1 1 0 0 1-1.202 0C9.539 20.193 4 14.993 4 10a8 8 0 0 1 16 0"}],["circle",{cx:"12",cy:"10",r:"3"}]];var Zd=[["path",{d:"M8 3H5a2 2 0 0 0-2 2v3"}],["path",{d:"M21 8V5a2 2 0 0 0-2-2h-3"}],["path",{d:"M3 16v3a2 2 0 0 0 2 2h3"}],["path",{d:"M16 21h3a2 2 0 0 0 2-2v-3"}]];var ec=[["path",{d:"M4 5h16"}],["path",{d:"M4 12h16"}],["path",{d:"M4 19h16"}]];var tc=[["path",{d:"M2.992 16.342a2 2 0 0 1 .094 1.167l-1.065 3.29a1 1 0 0 0 1.236 1.168l3.413-.998a2 2 0 0 1 1.099.092 10 10 0 1 0-4.777-4.719"}]];var rc=[["path",{d:"M22 17a2 2 0 0 1-2 2H6.828a2 2 0 0 0-1.414.586l-2.202 2.202A.71.71 0 0 1 2 21.286V5a2 2 0 0 1 2-2h16a2 2 0 0 1 2 2z"}]];var oc=[["path",{d:"M12 19v3"}],["path",{d:"M19 10v2a7 7 0 0 1-14 0v-2"}],["rect",{x:"9",y:"2",width:"6",height:"13",rx:"3"}]];var nc=[["path",{d:"M8 3v3a2 2 0 0 1-2 2H3"}],["path",{d:"M21 8h-3a2 2 0 0 1-2-2V3"}],["path",{d:"M3 16h3a2 2 0 0 1 2 2v3"}],["path",{d:"M16 21v-3a2 2 0 0 1 2-2h3"}]];var ac=[["path",{d:"M5 12h14"}]];var sc=[["rect",{width:"20",height:"14",x:"2",y:"3",rx:"2"}],["line",{x1:"8",x2:"16",y1:"21",y2:"21"}],["line",{x1:"12",x2:"12",y1:"17",y2:"21"}]];var ic=[["path",{d:"M20.985 12.486a9 9 0 1 1-9.473-9.472c.405-.022.617.46.402.803a6 6 0 0 0 8.268 8.268c.344-.215.825-.004.803.401"}]];var lc=[["path",{d:"M11 21.73a2 2 0 0 0 2 0l7-4A2 2 0 0 0 21 16V8a2 2 0 0 0-1-1.73l-7-4a2 2 0 0 0-2 0l-7 4A2 2 0 0 0 3 8v8a2 2 0 0 0 1 1.73z"}],["path",{d:"M12 22V12"}],["polyline",{points:"3.29 7 12 12 20.71 7"}],["path",{d:"m7.5 4.27 9 5.15"}]];var dc=[["path",{d:"m16 6-8.414 8.586a2 2 0 0 0 2.829 2.829l8.414-8.586a4 4 0 1 0-5.657-5.657l-8.379 8.551a6 6 0 1 0 8.485 8.485l8.379-8.551"}]];var cc=[["rect",{x:"14",y:"3",width:"5",height:"18",rx:"1"}],["rect",{x:"5",y:"3",width:"5",height:"18",rx:"1"}]];var pc=[["path",{d:"M21.174 6.812a1 1 0 0 0-3.986-3.987L3.842 16.174a2 2 0 0 0-.5.83l-1.321 4.352a.5.5 0 0 0 .623.622l4.353-1.32a2 2 0 0 0 .83-.497z"}],["path",{d:"m15 5 4 4"}]];var uc=[["line",{x1:"19",x2:"5",y1:"5",y2:"19"}],["circle",{cx:"6.5",cy:"6.5",r:"2.5"}],["circle",{cx:"17.5",cy:"17.5",r:"2.5"}]];var fc=[["path",{d:"M13.832 16.568a1 1 0 0 0 1.213-.303l.355-.465A2 2 0 0 1 17 15h3a2 2 0 0 1 2 2v3a2 2 0 0 1-2 2A18 18 0 0 1 2 4a2 2 0 0 1 2-2h3a2 2 0 0 1 2 2v3a2 2 0 0 1-.8 1.6l-.468.351a1 1 0 0 0-.292 1.233 14 14 0 0 0 6.392 6.384"}]];var mc=[["path",{d:"M5 5a2 2 0 0 1 3.008-1.728l11.997 6.998a2 2 0 0 1 .003 3.458l-12 7A2 2 0 0 1 5 19z"}]];var gc=[["path",{d:"M5 12h14"}],["path",{d:"M12 5v14"}]];var hc=[["path",{d:"M12 17V7"}],["path",{d:"M16 8h-6a2 2 0 0 0 0 4h4a2 2 0 0 1 0 4H8"}],["path",{d:"M4 3a1 1 0 0 1 1-1 1.3 1.3 0 0 1 .7.2l.933.6a1.3 1.3 0 0 0 1.4 0l.934-.6a1.3 1.3 0 0 1 1.4 0l.933.6a1.3 1.3 0 0 0 1.4 0l.933-.6a1.3 1.3 0 0 1 1.4 0l.934.6a1.3 1.3 0 0 0 1.4 0l.933-.6A1.3 1.3 0 0 1 19 2a1 1 0 0 1 1 1v18a1 1 0 0 1-1 1 1.3 1.3 0 0 1-.7-.2l-.933-.6a1.3 1.3 0 0 0-1.4 0l-.934.6a1.3 1.3 0 0 1-1.4 0l-.933-.6a1.3 1.3 0 0 0-1.4 0l-.933.6a1.3 1.3 0 0 1-1.4 0l-.934-.6a1.3 1.3 0 0 0-1.4 0l-.933.6a1.3 1.3 0 0 1-.7.2 1 1 0 0 1-1-1z"}]];var xc=[["path",{d:"M3 12a9 9 0 0 1 9-9 9.75 9.75 0 0 1 6.74 2.74L21 8"}],["path",{d:"M21 3v5h-5"}],["path",{d:"M21 12a9 9 0 0 1-9 9 9.75 9.75 0 0 1-6.74-2.74L3 16"}],["path",{d:"M8 16H3v5"}]];var yc=[["path",{d:"M21 12a9 9 0 1 1-9-9c2.52 0 4.93 1 6.74 2.74L21 8"}],["path",{d:"M21 3v5h-5"}]];var bc=[["path",{d:"M15.2 3a2 2 0 0 1 1.4.6l3.8 3.8a2 2 0 0 1 .6 1.4V19a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2z"}],["path",{d:"M17 21v-7a1 1 0 0 0-1-1H8a1 1 0 0 0-1 1v7"}],["path",{d:"M7 3v4a1 1 0 0 0 1 1h7"}]];var vc=[["path",{d:"m21 21-4.34-4.34"}],["circle",{cx:"11",cy:"11",r:"8"}]];var wc=[["path",{d:"M14.536 21.686a.5.5 0 0 0 .937-.024l6.5-19a.496.496 0 0 0-.635-.635l-19 6.5a.5.5 0 0 0-.024.937l7.93 3.18a2 2 0 0 1 1.112 1.11z"}],["path",{d:"m21.854 2.147-10.94 10.939"}]];var Cc=[["path",{d:"M9.671 4.136a2.34 2.34 0 0 1 4.659 0 2.34 2.34 0 0 0 3.319 1.915 2.34 2.34 0 0 1 2.33 4.033 2.34 2.34 0 0 0 0 3.831 2.34 2.34 0 0 1-2.33 4.033 2.34 2.34 0 0 0-3.319 1.915 2.34 2.34 0 0 1-4.659 0 2.34 2.34 0 0 0-3.32-1.915 2.34 2.34 0 0 1-2.33-4.033 2.34 2.34 0 0 0 0-3.831A2.34 2.34 0 0 1 6.35 6.051a2.34 2.34 0 0 0 3.319-1.915"}],["circle",{cx:"12",cy:"12",r:"3"}]];var Sc=[["path",{d:"M12 2v13"}],["path",{d:"m16 6-4-4-4 4"}],["path",{d:"M4 12v8a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2v-8"}]];var Ac=[["path",{d:"M20 13c0 5-3.5 7.5-7.66 8.95a1 1 0 0 1-.67-.01C7.5 20.5 4 18 4 13V6a1 1 0 0 1 1-1c2 0 4.5-1.2 6.24-2.72a1.17 1.17 0 0 1 1.52 0C14.51 3.81 17 5 19 5a1 1 0 0 1 1 1z"}],["path",{d:"M12 8v4"}],["path",{d:"M12 16h.01"}]];var Mc=[["path",{d:"M20 13c0 5-3.5 7.5-7.66 8.95a1 1 0 0 1-.67-.01C7.5 20.5 4 18 4 13V6a1 1 0 0 1 1-1c2 0 4.5-1.2 6.24-2.72a1.17 1.17 0 0 1 1.52 0C14.51 3.81 17 5 19 5a1 1 0 0 1 1 1z"}],["path",{d:"m9 12 2 2 4-4"}]];var Li=[["path",{d:"M20 13c0 5-3.5 7.5-7.66 8.95a1 1 0 0 1-.67-.01C7.5 20.5 4 18 4 13V6a1 1 0 0 1 1-1c2 0 4.5-1.2 6.24-2.72a1.17 1.17 0 0 1 1.52 0C14.51 3.81 17 5 19 5a1 1 0 0 1 1 1z"}],["path",{d:"m14.5 9.5-5 5"}],["path",{d:"m9.5 9.5 5 5"}]];var Tc=[["path",{d:"M20 13c0 5-3.5 7.5-7.66 8.95a1 1 0 0 1-.67-.01C7.5 20.5 4 18 4 13V6a1 1 0 0 1 1-1c2 0 4.5-1.2 6.24-2.72a1.17 1.17 0 0 1 1.52 0C14.51 3.81 17 5 19 5a1 1 0 0 1 1 1z"}]];var Ec=[["path",{d:"M16 10a4 4 0 0 1-8 0"}],["path",{d:"M3.103 6.034h17.794"}],["path",{d:"M3.4 5.467a2 2 0 0 0-.4 1.2V20a2 2 0 0 0 2 2h14a2 2 0 0 0 2-2V6.667a2 2 0 0 0-.4-1.2l-2-2.667A2 2 0 0 0 17 2H7a2 2 0 0 0-1.6.8z"}]];var kc=[["circle",{cx:"8",cy:"21",r:"1"}],["circle",{cx:"19",cy:"21",r:"1"}],["path",{d:"M2.05 2.05h2l2.66 12.42a2 2 0 0 0 2 1.58h9.78a2 2 0 0 0 1.95-1.57l1.65-7.43H5.12"}]];var Lc=[["rect",{width:"14",height:"20",x:"5",y:"2",rx:"2",ry:"2"}],["path",{d:"M12 18h.01"}]];var Pi=[["path",{d:"M11.017 2.814a1 1 0 0 1 1.966 0l1.051 5.558a2 2 0 0 0 1.594 1.594l5.558 1.051a1 1 0 0 1 0 1.966l-5.558 1.051a2 2 0 0 0-1.594 1.594l-1.051 5.558a1 1 0 0 1-1.966 0l-1.051-5.558a2 2 0 0 0-1.594-1.594l-5.558-1.051a1 1 0 0 1 0-1.966l5.558-1.051a2 2 0 0 0 1.594-1.594z"}],["path",{d:"M20 2v4"}],["path",{d:"M22 4h-4"}],["circle",{cx:"4",cy:"20",r:"2"}]];var Pc=[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2"}]];var Rc=[["path",{d:"M11.525 2.295a.53.53 0 0 1 .95 0l2.31 4.679a2.123 2.123 0 0 0 1.595 1.16l5.166.756a.53.53 0 0 1 .294.904l-3.736 3.638a2.123 2.123 0 0 0-.611 1.878l.882 5.14a.53.53 0 0 1-.771.56l-4.618-2.428a2.122 2.122 0 0 0-1.973 0L6.396 21.01a.53.53 0 0 1-.77-.56l.881-5.139a2.122 2.122 0 0 0-.611-1.879L2.16 9.795a.53.53 0 0 1 .294-.906l5.165-.755a2.122 2.122 0 0 0 1.597-1.16z"}]];var Ic=[["path",{d:"M15 21v-5a1 1 0 0 0-1-1h-4a1 1 0 0 0-1 1v5"}],["path",{d:"M17.774 10.31a1.12 1.12 0 0 0-1.549 0 2.5 2.5 0 0 1-3.451 0 1.12 1.12 0 0 0-1.548 0 2.5 2.5 0 0 1-3.452 0 1.12 1.12 0 0 0-1.549 0 2.5 2.5 0 0 1-3.77-3.248l2.889-4.184A2 2 0 0 1 7 2h10a2 2 0 0 1 1.653.873l2.895 4.192a2.5 2.5 0 0 1-3.774 3.244"}],["path",{d:"M4 10.95V19a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2v-8.05"}]];var Hc=[["circle",{cx:"12",cy:"12",r:"4"}],["path",{d:"M12 2v2"}],["path",{d:"M12 20v2"}],["path",{d:"m4.93 4.93 1.41 1.41"}],["path",{d:"m17.66 17.66 1.41 1.41"}],["path",{d:"M2 12h2"}],["path",{d:"M20 12h2"}],["path",{d:"m6.34 17.66-1.41 1.41"}],["path",{d:"m19.07 4.93-1.41 1.41"}]];var Wc=[["path",{d:"M12.586 2.586A2 2 0 0 0 11.172 2H4a2 2 0 0 0-2 2v7.172a2 2 0 0 0 .586 1.414l8.704 8.704a2.426 2.426 0 0 0 3.42 0l6.58-6.58a2.426 2.426 0 0 0 0-3.42z"}],["circle",{cx:"7.5",cy:"7.5",r:".5",fill:"currentColor"}]];var Bc=[["path",{d:"M9 18.12 10 14H4.17a2 2 0 0 1-1.92-2.56l2.33-8A2 2 0 0 1 6.5 2H20a2 2 0 0 1 2 2v8a2 2 0 0 1-2 2h-2.76a2 2 0 0 0-1.79 1.11L12 22a3.13 3.13 0 0 1-3-3.88Z"}],["path",{d:"M17 14V2"}]];var Dc=[["path",{d:"M15 5.88 14 10h5.83a2 2 0 0 1 1.92 2.56l-2.33 8A2 2 0 0 1 17.5 22H4a2 2 0 0 1-2-2v-8a2 2 0 0 1 2-2h2.76a2 2 0 0 0 1.79-1.11L12 2a3.13 3.13 0 0 1 3 3.88Z"}],["path",{d:"M7 10v12"}]];var Fc=[["line",{x1:"10",x2:"14",y1:"2",y2:"2"}],["line",{x1:"12",x2:"15",y1:"14",y2:"11"}],["circle",{cx:"12",cy:"14",r:"8"}]];var Nc=[["path",{d:"M10 11v6"}],["path",{d:"M14 11v6"}],["path",{d:"M19 6v14a2 2 0 0 1-2 2H7a2 2 0 0 1-2-2V6"}],["path",{d:"M3 6h18"}],["path",{d:"M8 6V4a2 2 0 0 1 2-2h4a2 2 0 0 1 2 2v2"}]];var Oc=[["path",{d:"M19 6v14a2 2 0 0 1-2 2H7a2 2 0 0 1-2-2V6"}],["path",{d:"M3 6h18"}],["path",{d:"M8 6V4a2 2 0 0 1 2-2h4a2 2 0 0 1 2 2v2"}]];var Ri=[["path",{d:"m21.73 18-8-14a2 2 0 0 0-3.48 0l-8 14A2 2 0 0 0 4 21h16a2 2 0 0 0 1.73-3"}],["path",{d:"M12 9v4"}],["path",{d:"M12 17h.01"}]];var _c=[["path",{d:"M14 18V6a2 2 0 0 0-2-2H4a2 2 0 0 0-2 2v11a1 1 0 0 0 1 1h2"}],["path",{d:"M15 18H9"}],["path",{d:"M19 18h2a1 1 0 0 0 1-1v-3.65a1 1 0 0 0-.22-.624l-3.48-4.35A1 1 0 0 0 17.52 8H14"}],["circle",{cx:"17",cy:"18",r:"2"}],["circle",{cx:"7",cy:"18",r:"2"}]];var Uc=[["path",{d:"M12 3v12"}],["path",{d:"m17 8-5-5-5 5"}],["path",{d:"M21 15v4a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-4"}]];var qc=[["path",{d:"M19 21v-2a4 4 0 0 0-4-4H9a4 4 0 0 0-4 4v2"}],["circle",{cx:"12",cy:"7",r:"4"}]];var Vc=[["path",{d:"M11 4.702a.705.705 0 0 0-1.203-.498L6.413 7.587A1.4 1.4 0 0 1 5.416 8H3a1 1 0 0 0-1 1v6a1 1 0 0 0 1 1h2.416a1.4 1.4 0 0 1 .997.413l3.383 3.384A.705.705 0 0 0 11 19.298z"}],["path",{d:"M16 9a5 5 0 0 1 0 6"}],["path",{d:"M19.364 18.364a9 9 0 0 0 0-12.728"}]];var zc=[["path",{d:"M11 4.702a.705.705 0 0 0-1.203-.498L6.413 7.587A1.4 1.4 0 0 1 5.416 8H3a1 1 0 0 0-1 1v6a1 1 0 0 0 1 1h2.416a1.4 1.4 0 0 1 .997.413l3.383 3.384A.705.705 0 0 0 11 19.298z"}],["line",{x1:"22",x2:"16",y1:"9",y2:"15"}],["line",{x1:"16",x2:"22",y1:"9",y2:"15"}]];var $c=[["path",{d:"M19 7V4a1 1 0 0 0-1-1H5a2 2 0 0 0 0 4h15a1 1 0 0 1 1 1v4h-3a2 2 0 0 0 0 4h3a1 1 0 0 0 1-1v-2a1 1 0 0 0-1-1"}],["path",{d:"M3 5v14a2 2 0 0 0 2 2h15a1 1 0 0 0 1-1v-4"}]];var jc=[["path",{d:"M18 6 6 18"}],["path",{d:"m6 6 12 12"}]];var Gc=[["path",{d:"M4 14a1 1 0 0 1-.78-1.63l9.9-10.2a.5.5 0 0 1 .86.46l-1.92 6.02A1 1 0 0 0 13 10h7a1 1 0 0 1 .78 1.63l-9.9 10.2a.5.5 0 0 1-.86-.46l1.92-6.02A1 1 0 0 0 11 14z"}]];var ov={activity:Zl,"arrow-down":ed,"arrow-up":nd,"arrow-up-right":od,bot:dd,"chevron-down":gd,"chevron-up":yd,"chevron-right":xd,"chevron-left":hd,check:md,clipboard:vd,"clipboard-copy":bd,copy:Cd,file:Id,"file-code":Ld,"file-spreadsheet":Pd,"file-text":Rd,"image-plus":zd,loader:Xd,"loader-circle":ki,mic:oc,paperclip:dc,"refresh-cw":xc,search:vc,send:wc,"shield-alert":Ac,"shield-check":Mc,"shield-x":Li,square:Pc,"thumbs-down":Bc,"thumbs-up":Dc,upload:Uc,"volume-2":Vc,x:jc,user:qc,mail:Jd,phone:fc,calendar:ud,clock:wd,building:cd,"map-pin":Yd,lock:Qd,key:Gd,"credit-card":Sd,"at-sign":ad,hash:_d,globe:Od,link:Kd,"circle-check":Ci,"circle-x":Si,"triangle-alert":Ri,info:jd,ban:sd,shield:Tc,"arrow-left":td,"arrow-right":rd,"external-link":Ed,ellipsis:Mi,"ellipsis-vertical":Ai,menu:ec,house:Ei,plus:gc,minus:ac,pencil:pc,trash:Oc,"trash-2":Nc,save:bc,download:Md,share:Sc,funnel:Ti,settings:Cc,"rotate-cw":yc,maximize:Zd,minimize:nc,"shopping-cart":kc,"shopping-bag":Ec,package:lc,truck:_c,tag:Wc,gift:Nd,receipt:hc,wallet:$c,store:Ic,"dollar-sign":Ad,percent:uc,play:mc,pause:cc,"volume-x":zc,camera:fd,image:$d,film:Wd,headphones:Ud,"message-circle":tc,"message-square":rc,bell:id,heart:qd,star:Rc,eye:kd,"eye-off":Td,bookmark:ld,"calendar-days":pd,history:Vd,timer:Fc,folder:Fd,"folder-open":Dd,files:Hd,sparkles:Pi,zap:Gc,sun:Hc,moon:ic,flag:Bd,monitor:sc,smartphone:Lc},he=(e,t=24,r="currentColor",o=2)=>{let n=ov[e];return n?nv(n,t,r,o):(console.warn(`Lucide icon "${e}" is not in the Persona registry. Add it to packages/widget/src/utils/icons.ts (see docs/icon-registry-shortlist.md).`),null)};function nv(e,t,r,o){if(!Array.isArray(e))return null;let n=document.createElementNS("http://www.w3.org/2000/svg","svg");return n.setAttribute("width",String(t)),n.setAttribute("height",String(t)),n.setAttribute("viewBox","0 0 24 24"),n.setAttribute("fill","none"),n.setAttribute("stroke",r),n.setAttribute("stroke-width",String(o)),n.setAttribute("stroke-linecap","round"),n.setAttribute("stroke-linejoin","round"),n.setAttribute("aria-hidden","true"),e.forEach(a=>{if(!Array.isArray(a)||a.length<2)return;let s=a[0],i=a[1];if(!i)return;let c=document.createElementNS("http://www.w3.org/2000/svg",s);Object.entries(i).forEach(([d,p])=>{d!=="stroke"&&c.setAttribute(d,String(p))}),n.appendChild(c)}),n}var Ii={allowedTypes:en,maxFileSize:10*1024*1024,maxFiles:4};function av(){return`attach_${Date.now()}_${Math.random().toString(36).substring(2,9)}`}function sv(e){return e==="application/pdf"||e.startsWith("text/")||e.includes("word")?"file-text":e.includes("excel")||e.includes("spreadsheet")?"file-spreadsheet":e==="application/json"?"file-code":"file"}var da=class e{constructor(t={}){this.attachments=[];this.previewsContainer=null;var r,o,n;this.config={allowedTypes:(r=t.allowedTypes)!=null?r:Ii.allowedTypes,maxFileSize:(o=t.maxFileSize)!=null?o:Ii.maxFileSize,maxFiles:(n=t.maxFiles)!=null?n:Ii.maxFiles,onFileRejected:t.onFileRejected,onAttachmentsChange:t.onAttachmentsChange}}setPreviewsContainer(t){this.previewsContainer=t}updateConfig(t){t.allowedTypes!==void 0&&(this.config.allowedTypes=t.allowedTypes.length>0?t.allowedTypes:Ii.allowedTypes),t.maxFileSize!==void 0&&(this.config.maxFileSize=t.maxFileSize),t.maxFiles!==void 0&&(this.config.maxFiles=t.maxFiles),t.onFileRejected!==void 0&&(this.config.onFileRejected=t.onFileRejected),t.onAttachmentsChange!==void 0&&(this.config.onAttachmentsChange=t.onAttachmentsChange)}getAttachments(){return[...this.attachments]}getContentParts(){return this.attachments.map(t=>t.contentPart)}hasAttachments(){return this.attachments.length>0}count(){return this.attachments.length}async handleFileSelect(t){!t||t.length===0||await this.handleFiles(Array.from(t))}async handleFiles(t){var r,o,n,a,s,i,c;if(t.length){for(let d of t){if(this.attachments.length>=this.config.maxFiles){(o=(r=this.config).onFileRejected)==null||o.call(r,d,"count");continue}let p=Ch(d,this.config.allowedTypes,this.config.maxFileSize);if(!p.valid){let u=(n=p.error)!=null&&n.includes("type")?"type":"size";(s=(a=this.config).onFileRejected)==null||s.call(a,d,u);continue}try{let u=await wh(d),g=bi(d)?URL.createObjectURL(d):null,f={id:av(),file:d,previewUrl:g,contentPart:u};this.attachments.push(f),this.renderPreview(f)}catch(u){console.error("[AttachmentManager] Failed to process file:",u)}}this.updatePreviewsVisibility(),(c=(i=this.config).onAttachmentsChange)==null||c.call(i,this.getAttachments())}}removeAttachment(t){var a,s,i;let r=this.attachments.findIndex(c=>c.id===t);if(r===-1)return;let o=this.attachments[r];o.previewUrl&&URL.revokeObjectURL(o.previewUrl),this.attachments.splice(r,1);let n=(a=this.previewsContainer)==null?void 0:a.querySelector(`[data-attachment-id="${t}"]`);n&&n.remove(),this.updatePreviewsVisibility(),(i=(s=this.config).onAttachmentsChange)==null||i.call(s,this.getAttachments())}clearAttachments(){var t,r;for(let o of this.attachments)o.previewUrl&&URL.revokeObjectURL(o.previewUrl);this.attachments=[],this.previewsContainer&&(this.previewsContainer.innerHTML=""),this.updatePreviewsVisibility(),(r=(t=this.config).onAttachmentsChange)==null||r.call(t,this.getAttachments())}renderPreview(t){if(!this.previewsContainer)return;let r=bi(t.file),o=S("div","persona-attachment-preview persona-relative persona-inline-block");if(o.setAttribute("data-attachment-id",t.id),o.style.width="48px",o.style.height="48px",r&&t.previewUrl){let s=S("img");s.src=t.previewUrl,s.alt=t.file.name,s.className="persona-w-full persona-h-full persona-object-cover persona-rounded-lg persona-border persona-border-gray-200",s.style.width="48px",s.style.height="48px",s.style.objectFit="cover",s.style.borderRadius="8px",o.appendChild(s)}else{let s=S("div");s.style.width="48px",s.style.height="48px",s.style.borderRadius="8px",s.style.backgroundColor="var(--persona-container, #f3f4f6)",s.style.border="1px solid var(--persona-border, #e5e7eb)",s.style.display="flex",s.style.flexDirection="column",s.style.alignItems="center",s.style.justifyContent="center",s.style.gap="2px",s.style.overflow="hidden";let i=sv(t.file.type),c=he(i,20,"var(--persona-muted, #6b7280)",1.5);c&&s.appendChild(c);let d=S("span");d.textContent=Sh(t.file.type,t.file.name),d.style.fontSize="8px",d.style.fontWeight="600",d.style.color="var(--persona-muted, #6b7280)",d.style.textTransform="uppercase",d.style.lineHeight="1",s.appendChild(d),o.appendChild(s)}let n=S("button","persona-attachment-remove persona-absolute persona-flex persona-items-center persona-justify-center");n.type="button",n.setAttribute("aria-label","Remove attachment"),n.style.position="absolute",n.style.top="-4px",n.style.right="-4px",n.style.width="18px",n.style.height="18px",n.style.borderRadius="50%",n.style.backgroundColor="var(--persona-palette-colors-black-alpha-60, rgba(0, 0, 0, 0.6))",n.style.border="none",n.style.cursor="pointer",n.style.display="flex",n.style.alignItems="center",n.style.justifyContent="center",n.style.padding="0";let a=he("x",10,"var(--persona-text-inverse, #ffffff)",2);a?n.appendChild(a):(n.textContent="\xD7",n.style.color="var(--persona-text-inverse, #ffffff)",n.style.fontSize="14px",n.style.lineHeight="1"),n.addEventListener("click",s=>{s.preventDefault(),s.stopPropagation(),this.removeAttachment(t.id)}),o.appendChild(n),this.previewsContainer.appendChild(o)}updatePreviewsVisibility(){this.previewsContainer&&(this.previewsContainer.style.display=this.attachments.length>0?"flex":"none")}static fromConfig(t,r){return new e({allowedTypes:t==null?void 0:t.allowedTypes,maxFileSize:t==null?void 0:t.maxFileSize,maxFiles:t==null?void 0:t.maxFiles,onFileRejected:t==null?void 0:t.onFileRejected,onAttachmentsChange:r})}};var Rh=e=>typeof e=="object"&&e!==null&&!Array.isArray(e);function ks(e,t){if(!e)return t;if(!t)return e;let r={...e};for(let[o,n]of Object.entries(t)){let a=r[o];Rh(a)&&Rh(n)?r[o]=ks(a,n):r[o]=n}return r}var Gr="min(440px, calc(100vw - 24px))",Hi="440px",iv={enabled:!0,mountMode:"floating",dock:{side:"right",width:"420px"},title:"Chat Assistant",subtitle:"Here to help you get answers fast",agentIconText:"\u{1F4AC}",agentIconName:"bot",headerIconName:"bot",position:"bottom-right",width:Gr,heightOffset:0,autoExpand:!1,callToActionIconHidden:!1,agentIconSize:"40px",headerIconSize:"40px",closeButtonSize:"32px",closeButtonPaddingX:"0px",closeButtonPaddingY:"0px",callToActionIconName:"arrow-up-right",callToActionIconText:"",callToActionIconSize:"32px",callToActionIconPadding:"5px",callToActionIconColor:void 0,callToActionIconBackgroundColor:void 0,closeButtonBackgroundColor:"transparent",clearChat:{backgroundColor:"transparent",borderColor:"transparent",enabled:!0,placement:"inline",iconName:"refresh-cw",size:"32px",showTooltip:!0,tooltipText:"Clear chat",paddingX:"0px",paddingY:"0px"},headerIconHidden:!1,border:void 0,shadow:"0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -4px rgba(0, 0, 0, 0.1)"},Ht={apiUrl:"https://api.runtype.com/api/chat/dispatch",clientToken:void 0,agentId:void 0,target:void 0,theme:void 0,darkTheme:void 0,colorScheme:"light",launcher:iv,copy:{welcomeTitle:"Hello \u{1F44B}",welcomeSubtitle:"Ask anything about your account or products.",inputPlaceholder:"How can I help...",sendButtonLabel:"Send"},sendButton:{borderWidth:"0px",paddingX:"12px",paddingY:"10px",borderColor:void 0,useIcon:!0,iconText:"\u2191",size:"40px",showTooltip:!0,tooltipText:"Send message",iconName:"send"},statusIndicator:{visible:!0,idleText:"Online",connectingText:"Connecting\u2026",connectedText:"Streaming\u2026",errorText:"Offline"},voiceRecognition:{enabled:!0,pauseDuration:2e3,iconName:"mic",iconSize:"39px",borderWidth:"0px",paddingX:"9px",paddingY:"14px",iconColor:void 0,backgroundColor:"transparent",borderColor:"transparent",recordingIconColor:void 0,recordingBackgroundColor:void 0,recordingBorderColor:"transparent",showTooltip:!0,tooltipText:"Start voice recognition"},features:{showReasoning:!0,showToolCalls:!0,scrollToBottom:{enabled:!0,iconName:"arrow-down",label:""},scrollBehavior:{mode:"anchor-top",anchorTopOffset:16,showActivityWhilePinned:!0},toolCallDisplay:{collapsedMode:"tool-call",activePreview:!1,grouped:!1,previewMaxLines:3,expandable:!0,loadingAnimation:"none"},reasoningDisplay:{activePreview:!1,previewMaxLines:3,expandable:!0,loadingAnimation:"none"},streamAnimation:{type:"none",placeholder:"none",speed:120,duration:1800},askUserQuestion:{enabled:!0,slideInMs:180,freeTextLabel:"Other\u2026",freeTextPlaceholder:"Type your answer\u2026",submitLabel:"Send"}},suggestionChips:["What can you help me with?","Tell me about your features","How does this work?"],suggestionChipsConfig:{fontFamily:"sans-serif",fontWeight:"500",paddingX:"12px",paddingY:"6px"},layout:{header:{layout:"default",showIcon:!0,showTitle:!0,showSubtitle:!0,showCloseButton:!0,showClearChat:!0},messages:{layout:"bubble",avatar:{show:!1,position:"left"},timestamp:{show:!1,position:"below"},groupConsecutive:!1},slots:{}},markdown:{options:{gfm:!0,breaks:!0},disableDefaultStyles:!1},messageActions:{enabled:!0,showCopy:!0,showUpvote:!1,showDownvote:!1,visibility:"hover",align:"right",layout:"pill-inside"},debug:!1};function Ih(e,t){if(!(!e&&!t))return e?t?ks(e,t):e:t}function Wi(e){var t,r,o,n,a,s,i,c,d,p,u,g,f,h,b,k,E,A,T,y,w;return e?{...Ht,...e,theme:Ih(Ht.theme,e.theme),darkTheme:Ih(Ht.darkTheme,e.darkTheme),launcher:{...Ht.launcher,...e.launcher,dock:{...(t=Ht.launcher)==null?void 0:t.dock,...(r=e.launcher)==null?void 0:r.dock},clearChat:{...(o=Ht.launcher)==null?void 0:o.clearChat,...(n=e.launcher)==null?void 0:n.clearChat}},copy:{...Ht.copy,...e.copy},sendButton:{...Ht.sendButton,...e.sendButton},statusIndicator:{...Ht.statusIndicator,...e.statusIndicator},voiceRecognition:{...Ht.voiceRecognition,...e.voiceRecognition},features:(()=>{var oe,se,ge,Te,qe,j,ee,Ee,te,le;let v=(oe=Ht.features)==null?void 0:oe.artifacts,M=(se=e.features)==null?void 0:se.artifacts,H=(ge=Ht.features)==null?void 0:ge.scrollToBottom,I=(Te=e.features)==null?void 0:Te.scrollToBottom,P=(qe=Ht.features)==null?void 0:qe.scrollBehavior,B=(j=e.features)==null?void 0:j.scrollBehavior,O=(ee=Ht.features)==null?void 0:ee.streamAnimation,Q=(Ee=e.features)==null?void 0:Ee.streamAnimation,me=(te=Ht.features)==null?void 0:te.askUserQuestion,ue=(le=e.features)==null?void 0:le.askUserQuestion,Z=v===void 0&&M===void 0?void 0:{...v,...M,layout:{...v==null?void 0:v.layout,...M==null?void 0:M.layout}},Le=H===void 0&&I===void 0?void 0:{...H,...I},We=P===void 0&&B===void 0?void 0:{...P,...B},ie=O===void 0&&Q===void 0?void 0:{...O,...Q},Me=me===void 0&&ue===void 0?void 0:{...me,...ue,styles:{...me==null?void 0:me.styles,...ue==null?void 0:ue.styles}};return{...Ht.features,...e.features,...Le!==void 0?{scrollToBottom:Le}:{},...We!==void 0?{scrollBehavior:We}:{},...Z!==void 0?{artifacts:Z}:{},...ie!==void 0?{streamAnimation:ie}:{},...Me!==void 0?{askUserQuestion:Me}:{}}})(),suggestionChips:(a=e.suggestionChips)!=null?a:Ht.suggestionChips,suggestionChipsConfig:{...Ht.suggestionChipsConfig,...e.suggestionChipsConfig},layout:{...Ht.layout,...e.layout,header:{...(s=Ht.layout)==null?void 0:s.header,...(i=e.layout)==null?void 0:i.header},messages:{...(c=Ht.layout)==null?void 0:c.messages,...(d=e.layout)==null?void 0:d.messages,avatar:{...(u=(p=Ht.layout)==null?void 0:p.messages)==null?void 0:u.avatar,...(f=(g=e.layout)==null?void 0:g.messages)==null?void 0:f.avatar},timestamp:{...(b=(h=Ht.layout)==null?void 0:h.messages)==null?void 0:b.timestamp,...(E=(k=e.layout)==null?void 0:k.messages)==null?void 0:E.timestamp}},slots:{...(A=Ht.layout)==null?void 0:A.slots,...(T=e.layout)==null?void 0:T.slots}},markdown:{...Ht.markdown,...e.markdown,options:{...(y=Ht.markdown)==null?void 0:y.options,...(w=e.markdown)==null?void 0:w.options}},messageActions:{...Ht.messageActions,...e.messageActions}}:Ht}var Kc={colors:{primary:{50:"#ffffff",100:"#f5f5f5",200:"#d4d4d4",300:"#a3a3a3",400:"#737373",500:"#171717",600:"#0f0f0f",700:"#0a0a0a",800:"#050505",900:"#030303",950:"#000000"},secondary:{50:"#f5f3ff",100:"#ede9fe",200:"#ddd6fe",300:"#c4b5fd",400:"#a78bfa",500:"#8b5cf6",600:"#7c3aed",700:"#6d28d9",800:"#5b21b6",900:"#4c1d95",950:"#2e1065"},accent:{50:"#ecfeff",100:"#cffafe",200:"#a5f3fc",300:"#67e8f9",400:"#22d3ee",500:"#06b6d4",600:"#0891b2",700:"#0e7490",800:"#155e75",900:"#164e63",950:"#083344"},gray:{50:"#f9fafb",100:"#f3f4f6",200:"#e5e7eb",300:"#d1d5db",400:"#9ca3af",500:"#6b7280",600:"#4b5563",700:"#374151",800:"#1f2937",900:"#111827",950:"#030712"},success:{50:"#f0fdf4",100:"#dcfce7",200:"#bbf7d0",300:"#86efac",400:"#4ade80",500:"#22c55e",600:"#16a34a",700:"#15803d",800:"#166534",900:"#14532d"},warning:{50:"#fefce8",100:"#fef9c3",200:"#fef08a",300:"#fde047",400:"#facc15",500:"#eab308",600:"#ca8a04",700:"#a16207",800:"#854d0e",900:"#713f12"},error:{50:"#fef2f2",100:"#fee2e2",200:"#fecaca",300:"#fca5a5",400:"#f87171",500:"#ef4444",600:"#dc2626",700:"#b91c1c",800:"#991b1b",900:"#7f1d1d"},info:{50:"#eff6ff",100:"#dbeafe",200:"#bfdbfe",300:"#93c5fd",400:"#60a5fa",500:"#3b82f6",600:"#2563eb",700:"#1d4ed8",800:"#1e40af",900:"#1e3a8a",950:"#172554"}},spacing:{0:"0px",1:"0.25rem",2:"0.5rem",3:"0.75rem",4:"1rem",5:"1.25rem",6:"1.5rem",8:"2rem",10:"2.5rem",12:"3rem",16:"4rem",20:"5rem",24:"6rem",32:"8rem",40:"10rem",48:"12rem",56:"14rem",64:"16rem"},typography:{fontFamily:{sans:'system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif',serif:'Georgia, Cambria, "Times New Roman", Times, serif',mono:"ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace"},fontSize:{xs:"0.75rem",sm:"0.875rem",base:"1rem",lg:"1.125rem",xl:"1.25rem","2xl":"1.5rem","3xl":"1.875rem","4xl":"2.25rem"},fontWeight:{normal:"400",medium:"500",semibold:"600",bold:"700"},lineHeight:{tight:"1.25",normal:"1.5",relaxed:"1.625"}},shadows:{none:"none",sm:"0 1px 2px 0 rgb(0 0 0 / 0.05)",md:"0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1)",lg:"0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1)",xl:"0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1)","2xl":"0 25px 50px -12px rgb(0 0 0 / 0.25)"},borders:{none:"none",sm:"1px solid",md:"2px solid",lg:"4px solid"},radius:{none:"0px",sm:"0.125rem",md:"0.375rem",lg:"0.5rem",xl:"0.75rem","2xl":"1rem",full:"9999px"}},Xc={colors:{primary:"palette.colors.primary.500",secondary:"palette.colors.secondary.500",accent:"palette.colors.primary.600",surface:"palette.colors.gray.50",background:"palette.colors.gray.50",container:"palette.colors.gray.50",text:"palette.colors.gray.900",textMuted:"palette.colors.gray.500",textInverse:"palette.colors.gray.50",border:"palette.colors.gray.200",divider:"palette.colors.gray.200",interactive:{default:"palette.colors.primary.600",hover:"palette.colors.primary.700",focus:"palette.colors.primary.600",active:"palette.colors.primary.600",disabled:"palette.colors.gray.300"},feedback:{success:"palette.colors.success.500",warning:"palette.colors.warning.500",error:"palette.colors.error.500",info:"palette.colors.info.500"}},spacing:{xs:"palette.spacing.1",sm:"palette.spacing.2",md:"palette.spacing.4",lg:"palette.spacing.6",xl:"palette.spacing.8","2xl":"palette.spacing.10"},typography:{fontFamily:"palette.typography.fontFamily.sans",fontSize:"palette.typography.fontSize.base",fontWeight:"palette.typography.fontWeight.normal",lineHeight:"palette.typography.lineHeight.normal"}},Qc={button:{primary:{background:"palette.colors.primary.500",foreground:"palette.colors.primary.50",borderRadius:"palette.radius.lg",padding:"semantic.spacing.md"},secondary:{background:"semantic.colors.surface",foreground:"semantic.colors.secondary",borderRadius:"palette.radius.lg",padding:"semantic.spacing.md"},ghost:{background:"transparent",foreground:"semantic.colors.text",borderRadius:"palette.radius.md",padding:"semantic.spacing.sm"}},input:{background:"palette.colors.gray.50",placeholder:"palette.colors.gray.400",borderRadius:"palette.radius.lg",padding:"semantic.spacing.md",focus:{border:"palette.colors.gray.400",ring:"palette.colors.gray.400"}},launcher:{background:"palette.colors.primary.500",foreground:"palette.colors.primary.50",border:"palette.colors.gray.200",size:"60px",iconSize:"28px",borderRadius:"palette.radius.full",shadow:"palette.shadows.lg"},panel:{width:Gr,maxWidth:Hi,height:"600px",maxHeight:"calc(100vh - 80px)",borderRadius:"palette.radius.xl",shadow:"palette.shadows.xl"},header:{background:"palette.colors.primary.500",border:"palette.colors.primary.600",borderRadius:"palette.radius.xl palette.radius.xl 0 0",padding:"semantic.spacing.md",iconBackground:"palette.colors.primary.600",iconForeground:"palette.colors.primary.50",titleForeground:"palette.colors.primary.50",subtitleForeground:"palette.colors.primary.200",actionIconForeground:"palette.colors.primary.200"},message:{user:{background:"palette.colors.primary.500",text:"palette.colors.primary.50",borderRadius:"palette.radius.lg",shadow:"palette.shadows.sm"},assistant:{background:"palette.colors.gray.50",text:"palette.colors.gray.900",borderRadius:"palette.radius.lg",border:"palette.colors.gray.200",shadow:"palette.shadows.sm"},border:"semantic.colors.border"},introCard:{background:"semantic.colors.surface",borderRadius:"palette.radius.2xl",padding:"semantic.spacing.lg",shadow:"0 5px 15px rgba(15, 23, 42, 0.08)"},toolBubble:{shadow:"palette.shadows.sm"},reasoningBubble:{shadow:"palette.shadows.sm"},composer:{shadow:"palette.shadows.none"},markdown:{inlineCode:{background:"palette.colors.gray.50",foreground:"palette.colors.gray.900"},link:{foreground:"palette.colors.primary.600"},prose:{fontFamily:"inherit"},codeBlock:{background:"semantic.colors.container",borderColor:"semantic.colors.border",textColor:"inherit"},table:{headerBackground:"semantic.colors.container",borderColor:"semantic.colors.border"},hr:{color:"semantic.colors.divider"},blockquote:{borderColor:"palette.colors.gray.900",background:"transparent",textColor:"palette.colors.gray.500"}},collapsibleWidget:{container:"palette.colors.gray.50",surface:"semantic.colors.surface",border:"semantic.colors.border"},voice:{recording:{indicator:"palette.colors.error.500",background:"palette.colors.error.50",border:"palette.colors.error.200"},processing:{icon:"palette.colors.primary.500",background:"palette.colors.primary.50"},speaking:{icon:"palette.colors.success.500"}},approval:{requested:{background:"semantic.colors.surface",border:"semantic.colors.border",text:"palette.colors.gray.900",shadow:"0 1px 2px 0 rgba(11, 11, 11, 0.06), 0 2px 8px 0 rgba(11, 11, 11, 0.04)"},approve:{background:"semantic.colors.primary",foreground:"semantic.colors.textInverse",borderRadius:"palette.radius.md",padding:"semantic.spacing.sm"},deny:{background:"semantic.colors.container",foreground:"semantic.colors.text",borderRadius:"palette.radius.md",padding:"semantic.spacing.sm"}},attachment:{image:{background:"palette.colors.gray.100",border:"palette.colors.gray.200"}},scrollToBottom:{background:"components.button.primary.background",foreground:"components.button.primary.foreground",border:"semantic.colors.primary",size:"40px",borderRadius:"palette.radius.full",shadow:"palette.shadows.sm",padding:"0.5rem 0.875rem",gap:"0.5rem",fontSize:"0.875rem",iconSize:"14px"},artifact:{pane:{background:"semantic.colors.container",toolbarBackground:"semantic.colors.container"}}};function Oa(e,t){if(!t.startsWith("palette.")&&!t.startsWith("semantic.")&&!t.startsWith("components."))return t;let r=t.split("."),o=e;for(let n of r){if(o==null)return;o=o[n]}return typeof o=="string"&&(o.startsWith("palette.")||o.startsWith("semantic.")||o.startsWith("components."))?Oa(e,o):o}function Bi(e){let t={};function r(o,n){for(let[a,s]of Object.entries(o)){let i=`${n}.${a}`;if(typeof s=="string"){let c=Oa(e,s);c!==void 0&&(t[i]={path:i,value:c,type:n.includes("color")?"color":n.includes("spacing")?"spacing":n.includes("typography")?"typography":n.includes("shadow")?"shadow":n.includes("border")?"border":"color"})}else typeof s=="object"&&s!==null&&r(s,i)}}return r(e.palette,"palette"),r(e.semantic,"semantic"),r(e.components,"components"),t}function Jc(e){let t=[],r=[];return e.palette||t.push({path:"palette",message:"Theme must include a palette",severity:"error"}),e.semantic||r.push({path:"semantic",message:"No semantic tokens defined - defaults will be used",severity:"warning"}),e.components||r.push({path:"components",message:"No component tokens defined - defaults will be used",severity:"warning"}),{valid:t.length===0,errors:t,warnings:r}}function Hh(e,t){let r={...e};for(let[o,n]of Object.entries(t)){let a=r[o];a&&typeof a=="object"&&!Array.isArray(a)&&n&&typeof n=="object"&&!Array.isArray(n)?r[o]=Hh(a,n):r[o]=n}return r}function lv(e,t){return t?Hh(e,t):e}function _a(e,t={}){var n,a,s,i,c,d,p,u,g,f,h,b,k;let r={palette:Kc,semantic:Xc,components:Qc},o={palette:{...r.palette,...e==null?void 0:e.palette,colors:{...r.palette.colors,...(n=e==null?void 0:e.palette)==null?void 0:n.colors},spacing:{...r.palette.spacing,...(a=e==null?void 0:e.palette)==null?void 0:a.spacing},typography:{...r.palette.typography,...(s=e==null?void 0:e.palette)==null?void 0:s.typography},shadows:{...r.palette.shadows,...(i=e==null?void 0:e.palette)==null?void 0:i.shadows},borders:{...r.palette.borders,...(c=e==null?void 0:e.palette)==null?void 0:c.borders},radius:{...r.palette.radius,...(d=e==null?void 0:e.palette)==null?void 0:d.radius}},semantic:{...r.semantic,...e==null?void 0:e.semantic,colors:{...r.semantic.colors,...(p=e==null?void 0:e.semantic)==null?void 0:p.colors,interactive:{...r.semantic.colors.interactive,...(g=(u=e==null?void 0:e.semantic)==null?void 0:u.colors)==null?void 0:g.interactive},feedback:{...r.semantic.colors.feedback,...(h=(f=e==null?void 0:e.semantic)==null?void 0:f.colors)==null?void 0:h.feedback}},spacing:{...r.semantic.spacing,...(b=e==null?void 0:e.semantic)==null?void 0:b.spacing},typography:{...r.semantic.typography,...(k=e==null?void 0:e.semantic)==null?void 0:k.typography}},components:lv(r.components,e==null?void 0:e.components)};if(t.validate!==!1){let E=Jc(o);if(!E.valid)throw new Error(`Theme validation failed: ${E.errors.map(A=>A.message).join(", ")}`)}if(t.plugins)for(let E of t.plugins)o=E.transform(o);return o}function Di(e){var b,k,E,A,T,y,w,v,M,H,I,P,B,O,Q,me,ue,Z,Le,We,ie,Me,oe,se,ge,Te,qe,j,ee,Ee,te,le,ke,nt,yt,Kt,jt,ct,fe,X,st,je,Ce,ve,Ye,Vt,xe,de,Cr,Ct,xr,Co,So,Ve,W,ce,Se,Ae,Ie,et,Qe,gt,pe,N,ye,ae,mt,Ke,Lt,Et,bt,It,Qt,Ft,tr,Ao,Uo,io,lo,on,zt,co,qo,Fr,Rr,Nr,po,Mo,nn,Qr,an,St,To,Eo,Vo,uo,ht,On,ko,_n,Ir,xa,sn,zo,ln,dn,Un,qn,cn,vt,Or,_r,Sr,At,Jr,Yr,Ur,pn;let t=Bi(e),r={};for(let[we,$o]of Object.entries(t)){let Zr=we.replace(/\./g,"-");r[`--persona-${Zr}`]=$o.value}r["--persona-primary"]=(b=r["--persona-semantic-colors-primary"])!=null?b:r["--persona-palette-colors-primary-500"],r["--persona-secondary"]=(k=r["--persona-semantic-colors-secondary"])!=null?k:r["--persona-palette-colors-secondary-500"],r["--persona-accent"]=(E=r["--persona-semantic-colors-accent"])!=null?E:r["--persona-palette-colors-accent-500"],r["--persona-surface"]=(A=r["--persona-semantic-colors-surface"])!=null?A:r["--persona-palette-colors-gray-50"],r["--persona-background"]=(T=r["--persona-semantic-colors-background"])!=null?T:r["--persona-palette-colors-gray-50"],r["--persona-container"]=(y=r["--persona-semantic-colors-container"])!=null?y:r["--persona-palette-colors-gray-100"],r["--persona-text"]=(w=r["--persona-semantic-colors-text"])!=null?w:r["--persona-palette-colors-gray-900"],r["--persona-text-muted"]=(v=r["--persona-semantic-colors-text-muted"])!=null?v:r["--persona-palette-colors-gray-500"],r["--persona-text-inverse"]=(M=r["--persona-semantic-colors-text-inverse"])!=null?M:r["--persona-palette-colors-gray-50"],r["--persona-border"]=(H=r["--persona-semantic-colors-border"])!=null?H:r["--persona-palette-colors-gray-200"],r["--persona-divider"]=(I=r["--persona-semantic-colors-divider"])!=null?I:r["--persona-palette-colors-gray-200"],r["--persona-muted"]=r["--persona-text-muted"],r["--persona-voice-recording-indicator"]=(P=r["--persona-components-voice-recording-indicator"])!=null?P:r["--persona-palette-colors-error-500"],r["--persona-voice-recording-bg"]=(B=r["--persona-components-voice-recording-background"])!=null?B:r["--persona-palette-colors-error-50"],r["--persona-voice-processing-icon"]=(O=r["--persona-components-voice-processing-icon"])!=null?O:r["--persona-palette-colors-primary-500"],r["--persona-voice-speaking-icon"]=(Q=r["--persona-components-voice-speaking-icon"])!=null?Q:r["--persona-palette-colors-success-500"],r["--persona-approval-bg"]=(me=r["--persona-components-approval-requested-background"])!=null?me:r["--persona-surface"],r["--persona-approval-border"]=(ue=r["--persona-components-approval-requested-border"])!=null?ue:r["--persona-border"],r["--persona-approval-text"]=(Z=r["--persona-components-approval-requested-text"])!=null?Z:r["--persona-palette-colors-gray-900"],r["--persona-approval-shadow"]=(Le=r["--persona-components-approval-requested-shadow"])!=null?Le:"0 1px 2px 0 rgba(11, 11, 11, 0.06), 0 2px 8px 0 rgba(11, 11, 11, 0.04)",r["--persona-approval-approve-bg"]=(We=r["--persona-components-approval-approve-background"])!=null?We:r["--persona-button-primary-bg"],r["--persona-approval-deny-bg"]=(ie=r["--persona-components-approval-deny-background"])!=null?ie:r["--persona-container"],r["--persona-attachment-image-bg"]=(Me=r["--persona-components-attachment-image-background"])!=null?Me:r["--persona-palette-colors-gray-100"],r["--persona-attachment-image-border"]=(oe=r["--persona-components-attachment-image-border"])!=null?oe:r["--persona-palette-colors-gray-200"],r["--persona-font-family"]=(se=r["--persona-semantic-typography-fontFamily"])!=null?se:r["--persona-palette-typography-fontFamily-sans"],r["--persona-font-size"]=(ge=r["--persona-semantic-typography-fontSize"])!=null?ge:r["--persona-palette-typography-fontSize-base"],r["--persona-font-weight"]=(Te=r["--persona-semantic-typography-fontWeight"])!=null?Te:r["--persona-palette-typography-fontWeight-normal"],r["--persona-line-height"]=(qe=r["--persona-semantic-typography-lineHeight"])!=null?qe:r["--persona-palette-typography-lineHeight-normal"],r["--persona-input-font-family"]=r["--persona-font-family"],r["--persona-input-font-weight"]=r["--persona-font-weight"],r["--persona-radius-sm"]=(j=r["--persona-palette-radius-sm"])!=null?j:"0.125rem",r["--persona-radius-md"]=(ee=r["--persona-palette-radius-md"])!=null?ee:"0.375rem",r["--persona-radius-lg"]=(Ee=r["--persona-palette-radius-lg"])!=null?Ee:"0.5rem",r["--persona-radius-xl"]=(te=r["--persona-palette-radius-xl"])!=null?te:"0.75rem",r["--persona-radius-full"]=(le=r["--persona-palette-radius-full"])!=null?le:"9999px",r["--persona-launcher-radius"]=(nt=(ke=r["--persona-components-launcher-borderRadius"])!=null?ke:r["--persona-palette-radius-full"])!=null?nt:"9999px",r["--persona-launcher-bg"]=(yt=r["--persona-components-launcher-background"])!=null?yt:r["--persona-primary"],r["--persona-launcher-fg"]=(Kt=r["--persona-components-launcher-foreground"])!=null?Kt:r["--persona-text-inverse"],r["--persona-launcher-border"]=(jt=r["--persona-components-launcher-border"])!=null?jt:r["--persona-border"],r["--persona-button-primary-bg"]=(ct=r["--persona-components-button-primary-background"])!=null?ct:r["--persona-primary"],r["--persona-button-primary-fg"]=(fe=r["--persona-components-button-primary-foreground"])!=null?fe:r["--persona-text-inverse"],r["--persona-button-radius"]=(st=(X=r["--persona-components-button-primary-borderRadius"])!=null?X:r["--persona-palette-radius-full"])!=null?st:"9999px",r["--persona-panel-radius"]=(Ce=(je=r["--persona-components-panel-borderRadius"])!=null?je:r["--persona-radius-xl"])!=null?Ce:"0.75rem",r["--persona-panel-border"]=(ve=r["--persona-components-panel-border"])!=null?ve:`1px solid ${r["--persona-border"]}`,r["--persona-panel-shadow"]=(Vt=(Ye=r["--persona-components-panel-shadow"])!=null?Ye:r["--persona-palette-shadows-xl"])!=null?Vt:"0 25px 50px -12px rgba(0, 0, 0, 0.25)",r["--persona-launcher-shadow"]=(xe=r["--persona-components-launcher-shadow"])!=null?xe:"0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -4px rgba(0, 0, 0, 0.1)",r["--persona-input-radius"]=(Cr=(de=r["--persona-components-input-borderRadius"])!=null?de:r["--persona-radius-lg"])!=null?Cr:"0.5rem",r["--persona-message-user-radius"]=(xr=(Ct=r["--persona-components-message-user-borderRadius"])!=null?Ct:r["--persona-radius-lg"])!=null?xr:"0.5rem",r["--persona-message-assistant-radius"]=(So=(Co=r["--persona-components-message-assistant-borderRadius"])!=null?Co:r["--persona-radius-lg"])!=null?So:"0.5rem",r["--persona-header-bg"]=(Ve=r["--persona-components-header-background"])!=null?Ve:r["--persona-surface"],r["--persona-header-border"]=(W=r["--persona-components-header-border"])!=null?W:r["--persona-divider"],r["--persona-header-icon-bg"]=(ce=r["--persona-components-header-iconBackground"])!=null?ce:r["--persona-primary"],r["--persona-header-icon-fg"]=(Se=r["--persona-components-header-iconForeground"])!=null?Se:r["--persona-text-inverse"],r["--persona-header-title-fg"]=(Ae=r["--persona-components-header-titleForeground"])!=null?Ae:r["--persona-primary"],r["--persona-header-subtitle-fg"]=(Ie=r["--persona-components-header-subtitleForeground"])!=null?Ie:r["--persona-text-muted"],r["--persona-header-action-icon-fg"]=(et=r["--persona-components-header-actionIconForeground"])!=null?et:r["--persona-muted"];let o=(Qe=e.components)==null?void 0:Qe.header;o!=null&&o.shadow&&(r["--persona-header-shadow"]=o.shadow),o!=null&&o.borderBottom&&(r["--persona-header-border-bottom"]=o.borderBottom);let n=(gt=e.components)==null?void 0:gt.introCard;r["--persona-intro-card-bg"]=(pe=r["--persona-components-introCard-background"])!=null?pe:r["--persona-surface"],r["--persona-intro-card-radius"]=(N=r["--persona-components-introCard-borderRadius"])!=null?N:"1rem",r["--persona-intro-card-padding"]=(ye=r["--persona-components-introCard-padding"])!=null?ye:"1.5rem",r["--persona-intro-card-shadow"]=(mt=(ae=n==null?void 0:n.shadow)!=null?ae:r["--persona-components-introCard-shadow"])!=null?mt:"0 5px 15px rgba(15, 23, 42, 0.08)",r["--persona-input-background"]=(Ke=r["--persona-components-input-background"])!=null?Ke:r["--persona-surface"],r["--persona-input-placeholder"]=(Lt=r["--persona-components-input-placeholder"])!=null?Lt:r["--persona-text-muted"],r["--persona-message-user-bg"]=(Et=r["--persona-components-message-user-background"])!=null?Et:r["--persona-accent"],r["--persona-message-user-text"]=(bt=r["--persona-components-message-user-text"])!=null?bt:r["--persona-text-inverse"],r["--persona-message-user-shadow"]=(It=r["--persona-components-message-user-shadow"])!=null?It:"0 5px 15px rgba(15, 23, 42, 0.08)",r["--persona-message-assistant-bg"]=(Qt=r["--persona-components-message-assistant-background"])!=null?Qt:r["--persona-surface"],r["--persona-message-assistant-text"]=(Ft=r["--persona-components-message-assistant-text"])!=null?Ft:r["--persona-text"],r["--persona-message-assistant-border"]=(tr=r["--persona-components-message-assistant-border"])!=null?tr:r["--persona-border"],r["--persona-message-assistant-shadow"]=(Ao=r["--persona-components-message-assistant-shadow"])!=null?Ao:"0 1px 2px 0 rgb(0 0 0 / 0.05)",r["--persona-scroll-to-bottom-bg"]=(io=(Uo=r["--persona-components-scrollToBottom-background"])!=null?Uo:r["--persona-button-primary-bg"])!=null?io:r["--persona-accent"],r["--persona-scroll-to-bottom-fg"]=(on=(lo=r["--persona-components-scrollToBottom-foreground"])!=null?lo:r["--persona-button-primary-fg"])!=null?on:r["--persona-text-inverse"],r["--persona-scroll-to-bottom-border"]=(zt=r["--persona-components-scrollToBottom-border"])!=null?zt:r["--persona-primary"],r["--persona-scroll-to-bottom-size"]=(co=r["--persona-components-scrollToBottom-size"])!=null?co:"40px",r["--persona-scroll-to-bottom-radius"]=(Rr=(Fr=(qo=r["--persona-components-scrollToBottom-borderRadius"])!=null?qo:r["--persona-button-radius"])!=null?Fr:r["--persona-radius-full"])!=null?Rr:"9999px",r["--persona-scroll-to-bottom-shadow"]=(po=(Nr=r["--persona-components-scrollToBottom-shadow"])!=null?Nr:r["--persona-palette-shadows-sm"])!=null?po:"0 1px 2px 0 rgb(0 0 0 / 0.05)",r["--persona-scroll-to-bottom-padding"]=(Mo=r["--persona-components-scrollToBottom-padding"])!=null?Mo:"0.5rem 0.875rem",r["--persona-scroll-to-bottom-gap"]=(nn=r["--persona-components-scrollToBottom-gap"])!=null?nn:"0.5rem",r["--persona-scroll-to-bottom-font-size"]=(an=(Qr=r["--persona-components-scrollToBottom-fontSize"])!=null?Qr:r["--persona-palette-typography-fontSize-sm"])!=null?an:"0.875rem",r["--persona-scroll-to-bottom-icon-size"]=(St=r["--persona-components-scrollToBottom-iconSize"])!=null?St:"14px",r["--persona-tool-bubble-shadow"]=(To=r["--persona-components-toolBubble-shadow"])!=null?To:"0 5px 15px rgba(15, 23, 42, 0.08)",r["--persona-reasoning-bubble-shadow"]=(Eo=r["--persona-components-reasoningBubble-shadow"])!=null?Eo:"0 5px 15px rgba(15, 23, 42, 0.08)",r["--persona-composer-shadow"]=(Vo=r["--persona-components-composer-shadow"])!=null?Vo:"none",r["--persona-md-inline-code-bg"]=(uo=r["--persona-components-markdown-inlineCode-background"])!=null?uo:r["--persona-container"],r["--persona-md-inline-code-color"]=(ht=r["--persona-components-markdown-inlineCode-foreground"])!=null?ht:r["--persona-text"],r["--persona-md-link-color"]=(ko=(On=r["--persona-components-markdown-link-foreground"])!=null?On:r["--persona-accent"])!=null?ko:"#0f0f0f";let a=r["--persona-components-markdown-heading-h1-fontSize"];a&&(r["--persona-md-h1-size"]=a);let s=r["--persona-components-markdown-heading-h1-fontWeight"];s&&(r["--persona-md-h1-weight"]=s);let i=r["--persona-components-markdown-heading-h2-fontSize"];i&&(r["--persona-md-h2-size"]=i);let c=r["--persona-components-markdown-heading-h2-fontWeight"];c&&(r["--persona-md-h2-weight"]=c);let d=r["--persona-components-markdown-prose-fontFamily"];d&&d!=="inherit"&&(r["--persona-md-prose-font-family"]=d),r["--persona-md-code-block-bg"]=(_n=r["--persona-components-markdown-codeBlock-background"])!=null?_n:r["--persona-container"],r["--persona-md-code-block-border-color"]=(Ir=r["--persona-components-markdown-codeBlock-borderColor"])!=null?Ir:r["--persona-border"],r["--persona-md-code-block-text-color"]=(xa=r["--persona-components-markdown-codeBlock-textColor"])!=null?xa:"inherit",r["--persona-md-table-header-bg"]=(sn=r["--persona-components-markdown-table-headerBackground"])!=null?sn:r["--persona-container"],r["--persona-md-table-border-color"]=(zo=r["--persona-components-markdown-table-borderColor"])!=null?zo:r["--persona-border"],r["--persona-md-hr-color"]=(ln=r["--persona-components-markdown-hr-color"])!=null?ln:r["--persona-divider"],r["--persona-md-blockquote-border-color"]=(dn=r["--persona-components-markdown-blockquote-borderColor"])!=null?dn:r["--persona-palette-colors-gray-900"],r["--persona-md-blockquote-bg"]=(Un=r["--persona-components-markdown-blockquote-background"])!=null?Un:"transparent",r["--persona-md-blockquote-text-color"]=(qn=r["--persona-components-markdown-blockquote-textColor"])!=null?qn:r["--persona-palette-colors-gray-500"],r["--cw-container"]=(cn=r["--persona-components-collapsibleWidget-container"])!=null?cn:r["--persona-surface"],r["--cw-surface"]=(vt=r["--persona-components-collapsibleWidget-surface"])!=null?vt:r["--persona-surface"],r["--cw-border"]=(Or=r["--persona-components-collapsibleWidget-border"])!=null?Or:r["--persona-border"],r["--persona-message-border"]=(_r=r["--persona-components-message-border"])!=null?_r:r["--persona-border"];let p=e.components,u=p==null?void 0:p.iconButton;u&&(u.background&&(r["--persona-icon-btn-bg"]=u.background),u.border&&(r["--persona-icon-btn-border"]=u.border),u.color&&(r["--persona-icon-btn-color"]=u.color),u.padding&&(r["--persona-icon-btn-padding"]=u.padding),u.borderRadius&&(r["--persona-icon-btn-radius"]=u.borderRadius),u.hoverBackground&&(r["--persona-icon-btn-hover-bg"]=u.hoverBackground),u.hoverColor&&(r["--persona-icon-btn-hover-color"]=u.hoverColor),u.activeBackground&&(r["--persona-icon-btn-active-bg"]=u.activeBackground),u.activeBorder&&(r["--persona-icon-btn-active-border"]=u.activeBorder));let g=p==null?void 0:p.labelButton;g&&(g.background&&(r["--persona-label-btn-bg"]=g.background),g.border&&(r["--persona-label-btn-border"]=g.border),g.color&&(r["--persona-label-btn-color"]=g.color),g.padding&&(r["--persona-label-btn-padding"]=g.padding),g.borderRadius&&(r["--persona-label-btn-radius"]=g.borderRadius),g.hoverBackground&&(r["--persona-label-btn-hover-bg"]=g.hoverBackground),g.fontSize&&(r["--persona-label-btn-font-size"]=g.fontSize),g.gap&&(r["--persona-label-btn-gap"]=g.gap));let f=p==null?void 0:p.toggleGroup;f&&(f.gap&&(r["--persona-toggle-group-gap"]=f.gap),f.borderRadius&&(r["--persona-toggle-group-radius"]=f.borderRadius));let h=p==null?void 0:p.artifact;if(h!=null&&h.toolbar){let we=h.toolbar;we.iconHoverColor&&(r["--persona-artifact-toolbar-icon-hover-color"]=we.iconHoverColor),we.iconHoverBackground&&(r["--persona-artifact-toolbar-icon-hover-bg"]=we.iconHoverBackground),we.iconPadding&&(r["--persona-artifact-toolbar-icon-padding"]=we.iconPadding),we.iconBorderRadius&&(r["--persona-artifact-toolbar-icon-radius"]=we.iconBorderRadius),we.iconBorder&&(r["--persona-artifact-toolbar-icon-border"]=we.iconBorder),we.toggleGroupGap&&(r["--persona-artifact-toolbar-toggle-group-gap"]=we.toggleGroupGap),we.toggleBorderRadius&&(r["--persona-artifact-toolbar-toggle-radius"]=we.toggleBorderRadius),we.copyBackground&&(r["--persona-artifact-toolbar-copy-bg"]=we.copyBackground),we.copyBorder&&(r["--persona-artifact-toolbar-copy-border"]=we.copyBorder),we.copyColor&&(r["--persona-artifact-toolbar-copy-color"]=we.copyColor),we.copyBorderRadius&&(r["--persona-artifact-toolbar-copy-radius"]=we.copyBorderRadius),we.copyPadding&&(r["--persona-artifact-toolbar-copy-padding"]=we.copyPadding),we.copyMenuBackground&&(r["--persona-artifact-toolbar-copy-menu-bg"]=we.copyMenuBackground,r["--persona-dropdown-bg"]=(Sr=r["--persona-dropdown-bg"])!=null?Sr:we.copyMenuBackground),we.copyMenuBorder&&(r["--persona-artifact-toolbar-copy-menu-border"]=we.copyMenuBorder,r["--persona-dropdown-border"]=(At=r["--persona-dropdown-border"])!=null?At:we.copyMenuBorder),we.copyMenuShadow&&(r["--persona-artifact-toolbar-copy-menu-shadow"]=we.copyMenuShadow,r["--persona-dropdown-shadow"]=(Jr=r["--persona-dropdown-shadow"])!=null?Jr:we.copyMenuShadow),we.copyMenuBorderRadius&&(r["--persona-artifact-toolbar-copy-menu-radius"]=we.copyMenuBorderRadius,r["--persona-dropdown-radius"]=(Yr=r["--persona-dropdown-radius"])!=null?Yr:we.copyMenuBorderRadius),we.copyMenuItemHoverBackground&&(r["--persona-artifact-toolbar-copy-menu-item-hover-bg"]=we.copyMenuItemHoverBackground,r["--persona-dropdown-item-hover-bg"]=(Ur=r["--persona-dropdown-item-hover-bg"])!=null?Ur:we.copyMenuItemHoverBackground),we.iconBackground&&(r["--persona-artifact-toolbar-icon-bg"]=we.iconBackground),we.toolbarBorder&&(r["--persona-artifact-toolbar-border"]=we.toolbarBorder)}if(h!=null&&h.tab){let we=h.tab;we.background&&(r["--persona-artifact-tab-bg"]=we.background),we.activeBackground&&(r["--persona-artifact-tab-active-bg"]=we.activeBackground),we.activeBorder&&(r["--persona-artifact-tab-active-border"]=we.activeBorder),we.borderRadius&&(r["--persona-artifact-tab-radius"]=we.borderRadius),we.textColor&&(r["--persona-artifact-tab-color"]=we.textColor),we.hoverBackground&&(r["--persona-artifact-tab-hover-bg"]=we.hoverBackground),we.listBackground&&(r["--persona-artifact-tab-list-bg"]=we.listBackground),we.listBorderColor&&(r["--persona-artifact-tab-list-border-color"]=we.listBorderColor),we.listPadding&&(r["--persona-artifact-tab-list-padding"]=we.listPadding)}if(h!=null&&h.pane){let we=h.pane;if(we.toolbarBackground){let $o=(pn=Oa(e,we.toolbarBackground))!=null?pn:we.toolbarBackground;r["--persona-artifact-toolbar-bg"]=$o}}return r}var Wh={header:"Widget header bar",messages:"Message list area","user-message":"User message bubble","assistant-message":"Assistant message bubble",composer:"Footer / composer area",container:"Main widget container","artifact-pane":"Artifact sidebar","artifact-toolbar":"Artifact toolbar"};var dv={colors:{primary:{50:"#ffffff",100:"#f5f5f5",200:"#d4d4d4",300:"#a3a3a3",400:"#737373",500:"#171717",600:"#0f0f0f",700:"#0a0a0a",800:"#050505",900:"#030303",950:"#000000"},secondary:{50:"#f5f3ff",100:"#ede9fe",200:"#ddd6fe",300:"#c4b5fd",400:"#a78bfa",500:"#8b5cf6",600:"#7c3aed",700:"#6d28d9",800:"#5b21b6",900:"#4c1d95",950:"#2e1065"},accent:{50:"#ecfeff",100:"#cffafe",200:"#a5f3fc",300:"#67e8f9",400:"#22d3ee",500:"#06b6d4",600:"#0891b2",700:"#0e7490",800:"#155e75",900:"#164e63",950:"#083344"},gray:{50:"#f9fafb",100:"#f3f4f6",200:"#e5e7eb",300:"#d1d5db",400:"#9ca3af",500:"#6b7280",600:"#4b5563",700:"#374151",800:"#1f2937",900:"#111827",950:"#030712"},success:{50:"#f0fdf4",100:"#dcfce7",200:"#bbf7d0",300:"#86efac",400:"#4ade80",500:"#22c55e",600:"#16a34a",700:"#15803d",800:"#166534",900:"#14532d"},warning:{50:"#fefce8",100:"#fef9c3",200:"#fef08a",300:"#fde047",400:"#facc15",500:"#eab308",600:"#ca8a04",700:"#a16207",800:"#854d0e",900:"#713f12"},error:{50:"#fef2f2",100:"#fee2e2",200:"#fecaca",300:"#fca5a5",400:"#f87171",500:"#ef4444",600:"#dc2626",700:"#b91c1c",800:"#991b1b",900:"#7f1d1d"}}},Bh=e=>{if(!(!e||typeof e!="object"||Array.isArray(e)))return e},Ls=()=>{var e;return typeof document!="undefined"&&document.documentElement.classList.contains("dark")||typeof window!="undefined"&&((e=window.matchMedia)!=null&&e.call(window,"(prefers-color-scheme: dark)").matches)?"dark":"light"},cv=e=>{var r;let t=(r=e==null?void 0:e.colorScheme)!=null?r:"light";return t==="light"?"light":t==="dark"?"dark":Ls()},Yc=e=>cv(e),pv=e=>_a(e),uv=e=>{var r;let t=_a(void 0,{validate:!1});return _a({...e,palette:{...t.palette,colors:{...dv.colors,...(r=e==null?void 0:e.palette)==null?void 0:r.colors}}},{validate:!1})},Ua=e=>{let t=Yc(e),r=Bh(e==null?void 0:e.theme),o=Bh(e==null?void 0:e.darkTheme);return t==="dark"?uv(ks(r!=null?r:{},o!=null?o:{})):pv(r)},fv=e=>Di(e),Hn=(e,t)=>{let r=Ua(t),o=fv(r);for(let[n,a]of Object.entries(o))e.style.setProperty(n,a)},Fi=e=>{let t=[];if(typeof document!="undefined"&&typeof MutationObserver!="undefined"){let r=new MutationObserver(()=>{e(Ls())});r.observe(document.documentElement,{attributes:!0,attributeFilter:["class"]}),t.push(()=>r.disconnect())}if(typeof window!="undefined"&&window.matchMedia){let r=window.matchMedia("(prefers-color-scheme: dark)"),o=()=>e(Ls());r.addEventListener?(r.addEventListener("change",o),t.push(()=>r.removeEventListener("change",o))):r.addListener&&(r.addListener(o),t.push(()=>r.removeListener(o)))}return()=>{t.forEach(r=>r())}};var Dh=(function(){"use strict";let e=()=>{},t={morphStyle:"outerHTML",callbacks:{beforeNodeAdded:e,afterNodeAdded:e,beforeNodeMorphed:e,afterNodeMorphed:e,beforeNodeRemoved:e,afterNodeRemoved:e,beforeAttributeUpdated:e},head:{style:"merge",shouldPreserve:g=>g.getAttribute("im-preserve")==="true",shouldReAppend:g=>g.getAttribute("im-re-append")==="true",shouldRemove:e,afterHeadMorphed:e},restoreFocus:!0};function r(g,f,h={}){g=p(g);let b=u(f),k=d(g,b,h),E=n(k,()=>i(k,g,b,A=>A.morphStyle==="innerHTML"?(a(A,g,b),Array.from(g.childNodes)):o(A,g,b)));return k.pantry.remove(),E}function o(g,f,h){let b=u(f);return a(g,b,h,f,f.nextSibling),Array.from(b.childNodes)}function n(g,f){var T;if(!g.config.restoreFocus)return f();let h=document.activeElement;if(!(h instanceof HTMLInputElement||h instanceof HTMLTextAreaElement))return f();let{id:b,selectionStart:k,selectionEnd:E}=h,A=f();return b&&b!==((T=document.activeElement)==null?void 0:T.getAttribute("id"))&&(h=g.target.querySelector(`[id="${b}"]`),h==null||h.focus()),h&&!h.selectionEnd&&E&&h.setSelectionRange(k,E),A}let a=(function(){function g(y,w,v,M=null,H=null){w instanceof HTMLTemplateElement&&v instanceof HTMLTemplateElement&&(w=w.content,v=v.content),M||(M=w.firstChild);for(let I of v.childNodes){if(M&&M!=H){let B=h(y,I,M,H);if(B){B!==M&&k(y,M,B),s(B,I,y),M=B.nextSibling;continue}}if(I instanceof Element){let B=I.getAttribute("id");if(y.persistentIds.has(B)){let O=E(w,B,M,y);s(O,I,y),M=O.nextSibling;continue}}let P=f(w,I,M,y);P&&(M=P.nextSibling)}for(;M&&M!=H;){let I=M;M=M.nextSibling,b(y,I)}}function f(y,w,v,M){if(M.callbacks.beforeNodeAdded(w)===!1)return null;if(M.idMap.has(w)){let H=document.createElement(w.tagName);return y.insertBefore(H,v),s(H,w,M),M.callbacks.afterNodeAdded(H),H}else{let H=document.importNode(w,!0);return y.insertBefore(H,v),M.callbacks.afterNodeAdded(H),H}}let h=(function(){function y(M,H,I,P){let B=null,O=H.nextSibling,Q=0,me=I;for(;me&&me!=P;){if(v(me,H)){if(w(M,me,H))return me;B===null&&(M.idMap.has(me)||(B=me))}if(B===null&&O&&v(me,O)&&(Q++,O=O.nextSibling,Q>=2&&(B=void 0)),M.activeElementAndParents.includes(me))break;me=me.nextSibling}return B||null}function w(M,H,I){let P=M.idMap.get(H),B=M.idMap.get(I);if(!B||!P)return!1;for(let O of P)if(B.has(O))return!0;return!1}function v(M,H){var B,O,Q;let I=M,P=H;return I.nodeType===P.nodeType&&I.tagName===P.tagName&&(!((B=I.getAttribute)!=null&&B.call(I,"id"))||((O=I.getAttribute)==null?void 0:O.call(I,"id"))===((Q=P.getAttribute)==null?void 0:Q.call(P,"id")))}return y})();function b(y,w){var v;if(y.idMap.has(w))T(y.pantry,w,null);else{if(y.callbacks.beforeNodeRemoved(w)===!1)return;(v=w.parentNode)==null||v.removeChild(w),y.callbacks.afterNodeRemoved(w)}}function k(y,w,v){let M=w;for(;M&&M!==v;){let H=M;M=M.nextSibling,b(y,H)}return M}function E(y,w,v,M){var I,P;let H=((P=(I=M.target).getAttribute)==null?void 0:P.call(I,"id"))===w&&M.target||M.target.querySelector(`[id="${w}"]`)||M.pantry.querySelector(`[id="${w}"]`);return A(H,M),T(y,H,v),H}function A(y,w){let v=y.getAttribute("id");for(;y=y.parentNode;){let M=w.idMap.get(y);M&&(M.delete(v),M.size||w.idMap.delete(y))}}function T(y,w,v){if(y.moveBefore)try{y.moveBefore(w,v)}catch{y.insertBefore(w,v)}else y.insertBefore(w,v)}return g})(),s=(function(){function g(A,T,y){return y.ignoreActive&&A===document.activeElement?null:(y.callbacks.beforeNodeMorphed(A,T)===!1||(A instanceof HTMLHeadElement&&y.head.ignore||(A instanceof HTMLHeadElement&&y.head.style!=="morph"?c(A,T,y):(f(A,T,y),E(A,y)||a(y,A,T))),y.callbacks.afterNodeMorphed(A,T)),A)}function f(A,T,y){let w=T.nodeType;if(w===1){let v=A,M=T,H=v.attributes,I=M.attributes;for(let P of I)k(P.name,v,"update",y)||v.getAttribute(P.name)!==P.value&&v.setAttribute(P.name,P.value);for(let P=H.length-1;0<=P;P--){let B=H[P];if(B&&!M.hasAttribute(B.name)){if(k(B.name,v,"remove",y))continue;v.removeAttribute(B.name)}}E(v,y)||h(v,M,y)}(w===8||w===3)&&A.nodeValue!==T.nodeValue&&(A.nodeValue=T.nodeValue)}function h(A,T,y){if(A instanceof HTMLInputElement&&T instanceof HTMLInputElement&&T.type!=="file"){let w=T.value,v=A.value;b(A,T,"checked",y),b(A,T,"disabled",y),T.hasAttribute("value")?v!==w&&(k("value",A,"update",y)||(A.setAttribute("value",w),A.value=w)):k("value",A,"remove",y)||(A.value="",A.removeAttribute("value"))}else if(A instanceof HTMLOptionElement&&T instanceof HTMLOptionElement)b(A,T,"selected",y);else if(A instanceof HTMLTextAreaElement&&T instanceof HTMLTextAreaElement){let w=T.value,v=A.value;if(k("value",A,"update",y))return;w!==v&&(A.value=w),A.firstChild&&A.firstChild.nodeValue!==w&&(A.firstChild.nodeValue=w)}}function b(A,T,y,w){let v=T[y],M=A[y];if(v!==M){let H=k(y,A,"update",w);H||(A[y]=T[y]),v?H||A.setAttribute(y,""):k(y,A,"remove",w)||A.removeAttribute(y)}}function k(A,T,y,w){return A==="value"&&w.ignoreActiveValue&&T===document.activeElement?!0:w.callbacks.beforeAttributeUpdated(A,T,y)===!1}function E(A,T){return!!T.ignoreActiveValue&&A===document.activeElement&&A!==document.body}return g})();function i(g,f,h,b){if(g.head.block){let k=f.querySelector("head"),E=h.querySelector("head");if(k&&E){let A=c(k,E,g);return Promise.all(A).then(()=>{let T=Object.assign(g,{head:{block:!1,ignore:!0}});return b(T)})}}return b(g)}function c(g,f,h){let b=[],k=[],E=[],A=[],T=new Map;for(let w of f.children)T.set(w.outerHTML,w);for(let w of g.children){let v=T.has(w.outerHTML),M=h.head.shouldReAppend(w),H=h.head.shouldPreserve(w);v||H?M?k.push(w):(T.delete(w.outerHTML),E.push(w)):h.head.style==="append"?M&&(k.push(w),A.push(w)):h.head.shouldRemove(w)!==!1&&k.push(w)}A.push(...T.values());let y=[];for(let w of A){let v=document.createRange().createContextualFragment(w.outerHTML).firstChild;if(h.callbacks.beforeNodeAdded(v)!==!1){if("href"in v&&v.href||"src"in v&&v.src){let M,H=new Promise(function(I){M=I});v.addEventListener("load",function(){M()}),y.push(H)}g.appendChild(v),h.callbacks.afterNodeAdded(v),b.push(v)}}for(let w of k)h.callbacks.beforeNodeRemoved(w)!==!1&&(g.removeChild(w),h.callbacks.afterNodeRemoved(w));return h.head.afterHeadMorphed(g,{added:b,kept:E,removed:k}),y}let d=(function(){function g(y,w,v){let{persistentIds:M,idMap:H}=A(y,w),I=f(v),P=I.morphStyle||"outerHTML";if(!["innerHTML","outerHTML"].includes(P))throw`Do not understand how to morph style ${P}`;return{target:y,newContent:w,config:I,morphStyle:P,ignoreActive:I.ignoreActive,ignoreActiveValue:I.ignoreActiveValue,restoreFocus:I.restoreFocus,idMap:H,persistentIds:M,pantry:h(),activeElementAndParents:b(y),callbacks:I.callbacks,head:I.head}}function f(y){let w=Object.assign({},t);return Object.assign(w,y),w.callbacks=Object.assign({},t.callbacks,y.callbacks),w.head=Object.assign({},t.head,y.head),w}function h(){let y=document.createElement("div");return y.hidden=!0,document.body.insertAdjacentElement("afterend",y),y}function b(y){let w=[],v=document.activeElement;if((v==null?void 0:v.tagName)!=="BODY"&&y.contains(v))for(;v&&(w.push(v),v!==y);)v=v.parentElement;return w}function k(y){var v;let w=Array.from(y.querySelectorAll("[id]"));return(v=y.getAttribute)!=null&&v.call(y,"id")&&w.push(y),w}function E(y,w,v,M){for(let H of M){let I=H.getAttribute("id");if(w.has(I)){let P=H;for(;P;){let B=y.get(P);if(B==null&&(B=new Set,y.set(P,B)),B.add(I),P===v)break;P=P.parentElement}}}}function A(y,w){let v=k(y),M=k(w),H=T(v,M),I=new Map;E(I,H,y,v);let P=w.__idiomorphRoot||w;return E(I,H,P,M),{persistentIds:H,idMap:I}}function T(y,w){let v=new Set,M=new Map;for(let{id:I,tagName:P}of y)M.has(I)?v.add(I):M.set(I,P);let H=new Set;for(let{id:I,tagName:P}of w)H.has(I)?v.add(I):M.get(I)===P&&H.add(I);for(let I of v)H.delete(I);return H}return g})(),{normalizeElement:p,normalizeParent:u}=(function(){let g=new WeakSet;function f(E){return E instanceof Document?E.documentElement:E}function h(E){if(E==null)return document.createElement("div");if(typeof E=="string")return h(k(E));if(g.has(E))return E;if(E instanceof Node){if(E.parentNode)return new b(E);{let A=document.createElement("div");return A.append(E),A}}else{let A=document.createElement("div");for(let T of[...E])A.append(T);return A}}class b{constructor(A){this.originalNode=A,this.realParentNode=A.parentNode,this.previousSibling=A.previousSibling,this.nextSibling=A.nextSibling}get childNodes(){let A=[],T=this.previousSibling?this.previousSibling.nextSibling:this.realParentNode.firstChild;for(;T&&T!=this.nextSibling;)A.push(T),T=T.nextSibling;return A}querySelectorAll(A){return this.childNodes.reduce((T,y)=>{if(y instanceof Element){y.matches(A)&&T.push(y);let w=y.querySelectorAll(A);for(let v=0;v<w.length;v++)T.push(w[v])}return T},[])}insertBefore(A,T){return this.realParentNode.insertBefore(A,T)}moveBefore(A,T){return this.realParentNode.moveBefore(A,T)}get __idiomorphRoot(){return this.originalNode}}function k(E){let A=new DOMParser,T=E.replace(/<svg(\s[^>]*>|>)([\s\S]*?)<\/svg>/gim,"");if(T.match(/<\/html>/)||T.match(/<\/head>/)||T.match(/<\/body>/)){let y=A.parseFromString(E,"text/html");if(T.match(/<\/html>/))return g.add(y),y;{let w=y.firstChild;return w&&g.add(w),w}}else{let w=A.parseFromString("<body><template>"+E+"</template></body>","text/html").body.querySelector("template").content;return g.add(w),w}}return{normalizeElement:f,normalizeParent:h}})();return{morph:r,defaults:t}})();var Ni=(e,t,r={})=>{let{preserveTypingAnimation:o=!0}=r;Dh.morph(e,t.innerHTML,{morphStyle:"innerHTML",callbacks:{beforeNodeMorphed(n,a){var s,i;if(n instanceof HTMLElement&&o){if(n.classList.contains("persona-animate-typing")||n.hasAttribute("data-preserve-runtime"))return!1;if(n.hasAttribute("data-preserve-animation")){if(a instanceof HTMLElement&&!a.hasAttribute("data-preserve-animation"))return;if(a instanceof HTMLElement&&a.hasAttribute("data-preserve-animation")){let c=(s=n.textContent)!=null?s:"",d=(i=a.textContent)!=null?i:"";if(c!==d)return}return!1}}}}})};var Fh=e=>e.replace(/^\n+/,"").replace(/\s+$/,"");var Oi={index:-1,draft:""};function Nh(e){let{direction:t,history:r,currentValue:o,atStart:n,state:a}=e,s=a.index!==-1;if(r.length===0)return{handled:!1,state:a};if(t==="up"){if(!s&&!n)return{handled:!1,state:a};if(!s){let i=r.length-1;return{handled:!0,value:r[i],state:{index:i,draft:o}}}if(a.index>0){let i=a.index-1;return{handled:!0,value:r[i],state:{index:i,draft:a.draft}}}return{handled:!0,state:a}}if(!s)return{handled:!1,state:a};if(a.index<r.length-1){let i=a.index+1;return{handled:!0,value:r[i],state:{index:i,draft:a.draft}}}return{handled:!0,value:a.draft,state:{...Oi}}}function Oh(e,t){var r,o,n,a,s,i,c,d,p,u,g,f,h,b,k,E,A,T,y,w,v,M,H,I,P,B,O,Q,me,ue,Z,Le,We,ie,Me,oe,se,ge;return[e.id,e.role,(o=(r=e.content)==null?void 0:r.length)!=null?o:0,(a=(n=e.content)==null?void 0:n.slice(-32))!=null?a:"",e.streaming?"1":"0",e.voiceProcessing?"1":"0",(s=e.variant)!=null?s:"",(c=(i=e.rawContent)==null?void 0:i.length)!=null?c:0,(p=(d=e.llmContent)==null?void 0:d.length)!=null?p:0,(g=(u=e.approval)==null?void 0:u.status)!=null?g:"",(h=(f=e.toolCall)==null?void 0:f.status)!=null?h:"",(k=(b=e.toolCall)==null?void 0:b.name)!=null?k:"",(T=(A=(E=e.toolCall)==null?void 0:E.chunks)==null?void 0:A.length)!=null?T:0,(M=(v=(w=(y=e.toolCall)==null?void 0:y.chunks)==null?void 0:w[e.toolCall.chunks.length-1])==null?void 0:v.slice(-32))!=null?M:"",typeof((H=e.toolCall)==null?void 0:H.args)=="string"?e.toolCall.args.length:(I=e.toolCall)!=null&&I.args?JSON.stringify(e.toolCall.args).length:0,(O=(B=(P=e.reasoning)==null?void 0:P.chunks)==null?void 0:B.length)!=null?O:0,(Z=(ue=(me=(Q=e.reasoning)==null?void 0:Q.chunks)==null?void 0:me[e.reasoning.chunks.length-1])==null?void 0:ue.length)!=null?Z:0,(Me=(ie=(We=(Le=e.reasoning)==null?void 0:Le.chunks)==null?void 0:We[e.reasoning.chunks.length-1])==null?void 0:ie.slice(-32))!=null?Me:"",(se=(oe=e.contentParts)==null?void 0:oe.length)!=null?se:0,(ge=e.stopReason)!=null?ge:"",t].join("\0")}function _h(){return new Map}function Uh(e,t,r){let o=e.get(t);return o&&o.fingerprint===r?o.wrapper:null}function qh(e,t,r,o){e.set(t,{fingerprint:r,wrapper:o})}function Vh(e,t){for(let r of e.keys())t.has(r)||e.delete(r)}function _i(e=!0){let t=e;return{isFollowing:()=>t,pause:()=>t?(t=!1,!0):!1,resume:()=>t?!1:(t=!0,!0)}}function Oo(e){return Math.max(0,e.scrollHeight-e.clientHeight)}function Wn(e,t){return Oo(e)-e.scrollTop<=t}function Ui(e){let{following:t,currentScrollTop:r,lastScrollTop:o,nearBottom:n,userScrollThreshold:a,isAutoScrolling:s=!1,pauseOnUpwardScroll:i=!1,pauseWhenAwayFromBottom:c=!0,resumeRequiresDownwardScroll:d=!1}=e,p=r-o;return s||Math.abs(p)<a?{action:"none",delta:p,nextLastScrollTop:r}:!t&&n&&(!d||p>0)?{action:"resume",delta:p,nextLastScrollTop:r}:t&&i&&p<0?{action:"pause",delta:p,nextLastScrollTop:r}:t&&c&&!n?{action:"pause",delta:p,nextLastScrollTop:r}:{action:"none",delta:p,nextLastScrollTop:r}}function qi(e){let{following:t,deltaY:r,nearBottom:o=!1,resumeWhenNearBottom:n=!1}=e;return t&&r<0?"pause":!t&&n&&r>0&&o?"resume":"none"}function zh(e,t){return!e||e.isCollapsed?!1:t.contains(e.anchorNode)||t.contains(e.focusNode)}function $h(e){let t=Math.max(0,e.anchorOffsetTop-e.topOffset),r=Math.max(0,t+e.viewportHeight-e.contentHeight);return{targetScrollTop:t,spacerHeight:r}}function jh(e){let t=Math.max(0,e.currentContentHeight-e.contentHeightAtAnchor);return Math.max(0,e.initialSpacerHeight-t)}var or={idle:"Online",connecting:"Connecting\u2026",connected:"Streaming\u2026",error:"Offline",paused:"Connection lost\u2026",resuming:"Reconnecting\u2026"},wr=1e5,Bn=wr+1;var Ps={type:"none",placeholder:"none",speed:120,duration:1800,buffer:"none"},mv=["pre","code","a","script","style"],Vi=e=>{var t,r,o,n,a;return{type:(t=e==null?void 0:e.type)!=null?t:Ps.type,placeholder:(r=e==null?void 0:e.placeholder)!=null?r:Ps.placeholder,speed:(o=e==null?void 0:e.speed)!=null?o:Ps.speed,duration:(n=e==null?void 0:e.duration)!=null?n:Ps.duration,buffer:(a=e==null?void 0:e.buffer)!=null?a:Ps.buffer}},Kh=[{name:"typewriter",containerClass:"persona-stream-typewriter",wrap:"char",useCaret:!0},{name:"pop-bubble",bubbleClass:"persona-stream-pop",wrap:"none"},{name:"letter-rise",containerClass:"persona-stream-letter-rise",wrap:"char"},{name:"word-fade",containerClass:"persona-stream-word-fade",wrap:"word"}],Rs=new Map;for(let e of Kh)Rs.set(e.name,e);var ca=e=>{Rs.set(e.name,e)},tp=e=>{Kh.some(t=>t.name===e)||Rs.delete(e)},rp=()=>Array.from(Rs.keys()),qa=(e,t)=>{var r,o;return e==="none"?null:t&&Object.prototype.hasOwnProperty.call(t,e)?(r=t[e])!=null?r:null:(o=Rs.get(e))!=null?o:null},zi=(e,t,r,o,n)=>{if(!n)return e;if(r!=null&&r.bufferContent)return r.bufferContent(e,o);if(!e)return e;if(t==="word"){let a=e.search(/\s(?=\S*$)/);return a<0?"":e.slice(0,a)}if(t==="line"){let a=e.lastIndexOf(`
20
- `);return a<0?"":e.slice(0,a)}return e},gv=(e,t,r,o)=>{let n=e.createElement("span");return n.className="persona-stream-char",n.id=`stream-c-${r}-${o}`,n.style.setProperty("--char-index",String(o)),n.textContent=t,n},hv=(e,t,r,o)=>{let n=e.createElement("span");return n.className="persona-stream-word",n.id=`stream-w-${r}-${o}`,n.style.setProperty("--word-index",String(o)),n.textContent=t,n},Zc=/\s/,xv=(e,t)=>{let r=e.parentNode;for(;r;){if(r.nodeType===1){let o=r;if(t.has(o.tagName.toLowerCase()))return!0}r=r.parentNode}return!1},yv=(e,t,r)=>{var c;let o=e.ownerDocument,n=e.parentNode;if(!o||!n)return;let a=(c=e.nodeValue)!=null?c:"";if(!a)return;let s=o.createDocumentFragment(),i=0;for(;i<a.length;)if(Zc.test(a[i])){let d=i;for(;d<a.length&&Zc.test(a[d]);)d+=1;s.appendChild(o.createTextNode(a.slice(i,d))),i=d}else{let d=o.createElement("span");d.className="persona-stream-word-group";let p=i;for(;p<a.length&&!Zc.test(a[p]);)d.appendChild(gv(o,a[p],t,r.value)),r.value+=1,p+=1;s.appendChild(d),i=p}n.replaceChild(s,e)},bv=(e,t,r)=>{var c;let o=e.ownerDocument,n=e.parentNode;if(!o||!n)return;let a=(c=e.nodeValue)!=null?c:"";if(!a)return;let s=o.createDocumentFragment(),i=a.split(/(\s+)/);for(let d of i)d&&(/^\s+$/.test(d)?s.appendChild(o.createTextNode(d)):(s.appendChild(hv(o,d,t,r.value)),r.value+=1));n.replaceChild(s,e)},Is=(e,t,r,o)=>{var u,g;if(!e||typeof document=="undefined")return e;let n=document.createElement("div");n.innerHTML=e;let a=new Set(((u=o==null?void 0:o.skipTags)!=null?u:mv).map(f=>f.toLowerCase())),s=document.createTreeWalker(n,NodeFilter.SHOW_TEXT,null),i=[],c=s.nextNode();for(;c;)xv(c,a)||i.push(c),c=s.nextNode();let d={value:(g=o==null?void 0:o.startIndex)!=null?g:0},p=t==="char"?yv:bv;for(let f of i)p(f,r,d);return n.innerHTML},$i=(e=document)=>{let t=e.createElement("span");return t.className="persona-stream-caret",t.setAttribute("aria-hidden","true"),t.setAttribute("data-preserve-animation","stream-caret"),t},Hs=(e=document)=>{let t=e.createElement("div");t.className="persona-stream-skeleton",t.setAttribute("data-preserve-animation","stream-skeleton"),t.setAttribute("aria-hidden","true");let r=e.createElement("div");return r.className="persona-stream-skeleton-line",t.appendChild(r),t},Gh=new WeakMap,vv=(e,t)=>{var a;if(!e.styles)return;let r=Gh.get(t);if(r||(r=new Set,Gh.set(t,r)),r.has(e.name)){let s=e.name.replace(/["\\]/g,"\\$&");if(t.querySelector(`style[data-persona-animation="${s}"]`))return;r.delete(e.name)}r.add(e.name);let n=(t instanceof ShadowRoot?t.ownerDocument:(a=t.ownerDocument)!=null?a:document).createElement("style");n.setAttribute("data-persona-animation",e.name),n.textContent=e.styles,t.appendChild(n)},ep=new WeakMap,wv=(e,t)=>{if(!e.onAttach)return;let r=ep.get(t);if(r||(r=new Map,ep.set(t,r)),r.has(e.name))return;let o=e.onAttach(t);r.set(e.name,o)},Xh=e=>{let t=ep.get(e);if(t){for(let r of t.values())typeof r=="function"&&r();t.clear()}},ji=(e,t)=>{vv(e,t),wv(e,t)};function op(e,t=wr){let r=e.style.position,o=e.style.zIndex,n=e.style.isolation,a=getComputedStyle(e),s=a.position==="static"||a.position==="";return s&&(e.style.position="relative"),e.style.zIndex=String(t),e.style.isolation="isolate",()=>{s&&(e.style.position=r),e.style.zIndex=o,e.style.isolation=n}}var Ws=0,Dn=null;function np(e=document){var r;if(Ws++,Ws===1){let o=e.body,a=((r=e.defaultView)!=null?r:window).scrollY||e.documentElement.scrollTop;Dn={originalOverflow:o.style.overflow,originalPosition:o.style.position,originalTop:o.style.top,originalWidth:o.style.width,scrollY:a},o.style.overflow="hidden",o.style.position="fixed",o.style.top=`-${a}px`,o.style.width="100%"}let t=!1;return()=>{var o;if(!t&&(t=!0,Ws=Math.max(0,Ws-1),Ws===0&&Dn)){let n=e.body,a=(o=e.defaultView)!=null?o:window;n.style.overflow=Dn.originalOverflow,n.style.position=Dn.originalPosition,n.style.top=Dn.originalTop,n.style.width=Dn.originalWidth,a.scrollTo(0,Dn.scrollY),Dn=null}}}var Bs={side:"right",width:"420px",animate:!0,reveal:"resize",maxHeight:"100dvh"},nr=e=>{var t,r;return((r=(t=e==null?void 0:e.launcher)==null?void 0:t.mountMode)!=null?r:"floating")==="docked"},Fn=e=>{var t,r;return((r=(t=e==null?void 0:e.launcher)==null?void 0:t.mountMode)!=null?r:"floating")==="composer-bar"},Kr=e=>{var r,o,n,a,s,i;let t=(r=e==null?void 0:e.launcher)==null?void 0:r.dock;return{side:(o=t==null?void 0:t.side)!=null?o:Bs.side,width:(n=t==null?void 0:t.width)!=null?n:Bs.width,animate:(a=t==null?void 0:t.animate)!=null?a:Bs.animate,reveal:(s=t==null?void 0:t.reveal)!=null?s:Bs.reveal,maxHeight:(i=t==null?void 0:t.maxHeight)!=null?i:Bs.maxHeight}};var wo={"bottom-right":"persona-bottom-6 persona-right-6","bottom-left":"persona-bottom-6 persona-left-6","top-right":"persona-top-6 persona-right-6","top-left":"persona-top-6 persona-left-6"};var Cv="persona-relative persona-ml-auto persona-inline-flex persona-items-center persona-justify-center",Gi=(e,t={})=>{var k,E,A,T,y,w;let{showClose:r=!0,wrapperClassName:o=Cv,buttonSize:n,iconSize:a="28px"}=t,s=(k=e==null?void 0:e.launcher)!=null?k:{},i=(E=n!=null?n:s.closeButtonSize)!=null?E:"32px",c=S("div",o),d=(A=s.closeButtonTooltipText)!=null?A:"Close chat",p=(T=s.closeButtonShowTooltip)!=null?T:!0,u=(y=s.closeButtonIconName)!=null?y:"x",g=(w=s.closeButtonIconText)!=null?w:"\xD7",f=!!(s.closeButtonBorderWidth||s.closeButtonBorderColor),h=Tt("button",{className:gs("persona-inline-flex persona-items-center persona-justify-center persona-cursor-pointer",!s.closeButtonBackgroundColor&&"hover:persona-bg-gray-100",!f&&"persona-border-none",!s.closeButtonBorderRadius&&"persona-rounded-full"),attrs:{type:"button","aria-label":d},style:{height:i,width:i,display:r?void 0:"none",color:s.closeButtonColor||Pr.actionIconColor,backgroundColor:s.closeButtonBackgroundColor||void 0,border:f?`${s.closeButtonBorderWidth||"0px"} solid ${s.closeButtonBorderColor||"transparent"}`:void 0,borderRadius:s.closeButtonBorderRadius||void 0,paddingLeft:s.closeButtonPaddingX||void 0,paddingRight:s.closeButtonPaddingX||void 0,paddingTop:s.closeButtonPaddingY||void 0,paddingBottom:s.closeButtonPaddingY||void 0}}),b=he(u,a,"currentColor",1);if(b?(b.style.display="block",h.appendChild(b)):h.textContent=g,c.appendChild(h),p&&d){let v=null,M=()=>{if(v)return;let I=h.ownerDocument,P=I.body;if(!P)return;v=No(I,"div","persona-clear-chat-tooltip"),v.textContent=d;let B=No(I,"div");B.className="persona-clear-chat-tooltip-arrow",v.appendChild(B);let O=h.getBoundingClientRect();v.style.position="fixed",v.style.zIndex=String(Bn),v.style.left=`${O.left+O.width/2}px`,v.style.top=`${O.top-8}px`,v.style.transform="translate(-50%, -100%)",P.appendChild(v)},H=()=>{v&&v.parentNode&&(v.parentNode.removeChild(v),v=null)};c.addEventListener("mouseenter",M),c.addEventListener("mouseleave",H),h.addEventListener("focus",M),h.addEventListener("blur",H),c._cleanupTooltip=()=>{H(),c.removeEventListener("mouseenter",M),c.removeEventListener("mouseleave",H),h.removeEventListener("focus",M),h.removeEventListener("blur",H)}}return{button:h,wrapper:c}},Sv="persona-relative persona-ml-auto persona-clear-chat-button-wrapper",Ki=(e,t={})=>{var v,M,H,I,P,B,O,Q,me,ue,Z,Le,We;let{wrapperClassName:r=Sv,buttonSize:o,iconSize:n="20px"}=t,s=(M=((v=e==null?void 0:e.launcher)!=null?v:{}).clearChat)!=null?M:{},i=(H=o!=null?o:s.size)!=null?H:"32px",c=(I=s.iconName)!=null?I:"refresh-cw",d=(P=s.iconColor)!=null?P:"",p=(B=s.backgroundColor)!=null?B:"",u=(O=s.borderWidth)!=null?O:"",g=(Q=s.borderColor)!=null?Q:"",f=(me=s.borderRadius)!=null?me:"",h=(ue=s.paddingX)!=null?ue:"",b=(Z=s.paddingY)!=null?Z:"",k=(Le=s.tooltipText)!=null?Le:"Clear chat",E=(We=s.showTooltip)!=null?We:!0,A=S("div",r),T=!!(u||g),y=Tt("button",{className:gs("persona-inline-flex persona-items-center persona-justify-center persona-cursor-pointer",!p&&"hover:persona-bg-gray-100",!T&&"persona-border-none",!f&&"persona-rounded-full"),attrs:{type:"button","aria-label":k},style:{height:i,width:i,color:d||Pr.actionIconColor,backgroundColor:p||void 0,border:T?`${u||"0px"} solid ${g||"transparent"}`:void 0,borderRadius:f||void 0,paddingLeft:h||void 0,paddingRight:h||void 0,paddingTop:b||void 0,paddingBottom:b||void 0}}),w=he(c,n,"currentColor",1);if(w&&(w.style.display="block",y.appendChild(w)),A.appendChild(y),E&&k){let ie=null,Me=()=>{if(ie)return;let se=y.ownerDocument,ge=se.body;if(!ge)return;ie=No(se,"div","persona-clear-chat-tooltip"),ie.textContent=k;let Te=No(se,"div");Te.className="persona-clear-chat-tooltip-arrow",ie.appendChild(Te);let qe=y.getBoundingClientRect();ie.style.position="fixed",ie.style.zIndex=String(Bn),ie.style.left=`${qe.left+qe.width/2}px`,ie.style.top=`${qe.top-8}px`,ie.style.transform="translate(-50%, -100%)",ge.appendChild(ie)},oe=()=>{ie&&ie.parentNode&&(ie.parentNode.removeChild(ie),ie=null)};A.addEventListener("mouseenter",Me),A.addEventListener("mouseleave",oe),y.addEventListener("focus",Me),y.addEventListener("blur",oe),A._cleanupTooltip=()=>{oe(),A.removeEventListener("mouseenter",Me),A.removeEventListener("mouseleave",oe),y.removeEventListener("focus",Me),y.removeEventListener("blur",oe)}}return{button:y,wrapper:A}};var Pr={titleColor:"var(--persona-header-title-fg, var(--persona-primary, #0f0f0f))",subtitleColor:"var(--persona-header-subtitle-fg, var(--persona-text-muted, var(--persona-muted, #9ca3af)))",actionIconColor:"var(--persona-header-action-icon-fg, var(--persona-muted, #9ca3af))"},tn=e=>{var w,v,M,H,I,P,B,O,Q,me,ue,Z,Le,We,ie,Me;let{config:t,showClose:r=!0}=e,o=Tt("div",{className:"persona-widget-header persona-flex persona-items-center persona-gap-3 persona-px-6 persona-py-5",attrs:{"data-persona-theme-zone":"header"},style:{backgroundColor:"var(--persona-header-bg, var(--persona-surface, #ffffff))",borderBottomColor:"var(--persona-header-border, var(--persona-divider, #f1f5f9))",boxShadow:"var(--persona-header-shadow, none)",borderBottom:"var(--persona-header-border-bottom, 1px solid var(--persona-header-border, var(--persona-divider, #f1f5f9)))"}}),n=(w=t==null?void 0:t.launcher)!=null?w:{},a=(v=n.headerIconSize)!=null?v:"48px",s=(M=n.closeButtonPlacement)!=null?M:"inline",i=(H=n.headerIconHidden)!=null?H:!1,c=n.headerIconName,d=Tt("div",{className:"persona-flex persona-items-center persona-justify-center persona-rounded-xl persona-text-xl",style:{height:a,width:a,backgroundColor:"var(--persona-header-icon-bg, var(--persona-primary, #0f0f0f))",color:"var(--persona-header-icon-fg, var(--persona-text-inverse, #ffffff))"}});if(!i)if(c){let oe=parseFloat(a)||24,se=he(c,oe*.6,"currentColor",1);se?d.replaceChildren(se):d.textContent=(P=(I=t==null?void 0:t.launcher)==null?void 0:I.agentIconText)!=null?P:"\u{1F4AC}"}else if((B=t==null?void 0:t.launcher)!=null&&B.iconUrl){let oe=S("img");oe.src=t.launcher.iconUrl,oe.alt="",oe.className="persona-rounded-xl persona-object-cover",oe.style.height=a,oe.style.width=a,d.replaceChildren(oe)}else d.textContent=(Q=(O=t==null?void 0:t.launcher)==null?void 0:O.agentIconText)!=null?Q:"\u{1F4AC}";let p=S("div","persona-flex persona-flex-col persona-flex-1 persona-min-w-0"),u=Tt("span",{className:"persona-text-base persona-font-semibold",text:(ue=(me=t==null?void 0:t.launcher)==null?void 0:me.title)!=null?ue:"Chat Assistant",style:{color:Pr.titleColor}}),g=Tt("span",{className:"persona-text-xs",text:(Le=(Z=t==null?void 0:t.launcher)==null?void 0:Z.subtitle)!=null?Le:"Here to help you get answers fast",style:{color:Pr.subtitleColor}});p.append(u,g),i?o.append(p):o.append(d,p);let f=(We=n.clearChat)!=null?We:{},h=(ie=f.enabled)!=null?ie:!0,b=(Me=f.placement)!=null?Me:"inline",k=null,E=null;if(h){let se=Ki(t,{wrapperClassName:b==="top-right"?"persona-absolute persona-top-4 persona-z-50":"persona-relative persona-ml-auto persona-clear-chat-button-wrapper"});k=se.button,E=se.wrapper,b==="top-right"&&(E.style.right="48px"),b==="inline"&&o.appendChild(E)}let A=s==="top-right"?"persona-absolute persona-top-4 persona-right-4 persona-z-50":h&&b==="inline"?"persona-relative persona-inline-flex persona-items-center persona-justify-center":"persona-relative persona-ml-auto persona-inline-flex persona-items-center persona-justify-center",{button:T,wrapper:y}=Gi(t,{showClose:r,wrapperClassName:A});return s!=="top-right"&&o.appendChild(y),{header:o,iconHolder:d,headerTitle:u,headerSubtitle:g,closeButton:T,closeButtonWrapper:y,clearChatButton:k,clearChatButtonWrapper:E}},pa=(e,t,r)=>{var s,i,c,d;let o=(s=r==null?void 0:r.launcher)!=null?s:{},n=(i=o.closeButtonPlacement)!=null?i:"inline",a=(d=(c=o.clearChat)==null?void 0:c.placement)!=null?d:"inline";e.appendChild(t.header),n==="top-right"&&(e.style.position="relative",e.appendChild(t.closeButtonWrapper)),t.clearChatButtonWrapper&&a==="top-right"&&(e.style.position="relative",e.appendChild(t.clearChatButtonWrapper))};function Nn(e){let{items:t,onSelect:r,anchor:o,position:n="bottom-left",portal:a}=e,s=S("div","persona-dropdown-menu persona-hidden");s.setAttribute("role","menu"),s.setAttribute("data-persona-theme-zone","dropdown"),a?(s.style.position="fixed",s.style.zIndex=String(Bn)):(s.style.position="absolute",s.style.top="100%",s.style.marginTop="4px",n==="bottom-right"?s.style.right="0":s.style.left="0");for(let f of t){if(f.dividerBefore){let k=document.createElement("hr");s.appendChild(k)}let h=document.createElement("button");if(h.type="button",h.setAttribute("role","menuitem"),h.setAttribute("data-dropdown-item-id",f.id),f.destructive&&h.setAttribute("data-destructive",""),f.icon){let k=he(f.icon,16,"currentColor",1.5);k&&h.appendChild(k)}let b=document.createElement("span");b.textContent=f.label,h.appendChild(b),h.addEventListener("click",k=>{k.stopPropagation(),p(),r(f.id)}),s.appendChild(h)}let i=null;function c(){if(!a)return;let f=o.getBoundingClientRect();s.style.top=`${f.bottom+4}px`,n==="bottom-right"?(s.style.right=`${window.innerWidth-f.right}px`,s.style.left="auto"):(s.style.left=`${f.left}px`,s.style.right="auto")}function d(){c(),s.classList.remove("persona-hidden"),requestAnimationFrame(()=>{let f=h=>{!s.contains(h.target)&&!o.contains(h.target)&&p()};document.addEventListener("click",f,!0),i=()=>document.removeEventListener("click",f,!0)})}function p(){s.classList.add("persona-hidden"),i==null||i(),i=null}function u(){s.classList.contains("persona-hidden")?d():p()}function g(){p(),s.remove()}return a&&a.appendChild(s),{element:s,show:d,hide:p,toggle:u,destroy:g}}function pr(e){let{icon:t,label:r,size:o,strokeWidth:n,className:a,onClick:s,aria:i}=e,c=S("button","persona-icon-btn"+(a?" "+a:""));c.type="button",c.setAttribute("aria-label",r),c.title=r;let d=he(t,o!=null?o:16,"currentColor",n!=null?n:2);if(d&&c.appendChild(d),s&&c.addEventListener("click",s),i)for(let[p,u]of Object.entries(i))c.setAttribute(p,u);return c}function Ds(e){let{icon:t,label:r,variant:o="default",size:n="sm",iconSize:a,className:s,onClick:i,aria:c}=e,d="persona-label-btn";o!=="default"&&(d+=" persona-label-btn--"+o),d+=" persona-label-btn--"+n,s&&(d+=" "+s);let p=S("button",d);if(p.type="button",p.setAttribute("aria-label",r),t){let g=he(t,a!=null?a:14,"currentColor",2);g&&p.appendChild(g)}let u=S("span");if(u.textContent=r,p.appendChild(u),i&&p.addEventListener("click",i),c)for(let[g,f]of Object.entries(c))p.setAttribute(g,f);return p}function Qh(e){let{items:t,selectedId:r,onSelect:o,className:n}=e,a=S("div","persona-toggle-group"+(n?" "+n:""));a.setAttribute("role","group");let s=r,i=[];function c(){for(let p of i)p.btn.setAttribute("aria-pressed",p.id===s?"true":"false")}for(let p of t){let u;p.icon?u=pr({icon:p.icon,label:p.label,onClick:()=>{s=p.id,c(),o(p.id)}}):(u=S("button","persona-icon-btn"),u.type="button",u.setAttribute("aria-label",p.label),u.title=p.label,u.textContent=p.label,u.addEventListener("click",()=>{s=p.id,c(),o(p.id)})),u.setAttribute("aria-pressed",p.id===s?"true":"false"),i.push({id:p.id,btn:u}),a.appendChild(u)}function d(p){s=p,c()}return{element:a,setSelected:d}}function Xi(e){var f,h;let{label:t,icon:r="chevron-down",menuItems:o,onSelect:n,position:a="bottom-left",portal:s,className:i,hover:c}=e,d=S("div","persona-combo-btn"+(i?" "+i:""));d.style.position="relative",d.style.display="inline-flex",d.style.alignItems="center",d.style.cursor="pointer",d.setAttribute("role","button"),d.setAttribute("tabindex","0"),d.setAttribute("aria-haspopup","true"),d.setAttribute("aria-expanded","false"),d.setAttribute("aria-label",t);let p=S("span","persona-combo-btn-label");p.textContent=t,d.appendChild(p);let u=he(r,14,"currentColor",2);u&&(u.style.marginLeft="4px",u.style.opacity="0.6",d.appendChild(u)),c&&(d.style.borderRadius=(f=c.borderRadius)!=null?f:"10px",d.style.padding=(h=c.padding)!=null?h:"6px 4px 6px 12px",d.style.border="1px solid transparent",d.style.transition="background-color 0.15s ease, border-color 0.15s ease",d.addEventListener("mouseenter",()=>{var b,k;d.style.backgroundColor=(b=c.background)!=null?b:"",d.style.borderColor=(k=c.border)!=null?k:""}),d.addEventListener("mouseleave",()=>{d.style.backgroundColor="",d.style.borderColor="transparent"}));let g=Nn({items:o,onSelect:b=>{d.setAttribute("aria-expanded","false"),n(b)},anchor:d,position:a,portal:s});return s||d.appendChild(g.element),d.addEventListener("click",b=>{b.stopPropagation();let k=!g.element.classList.contains("persona-hidden");d.setAttribute("aria-expanded",k?"false":"true"),g.toggle()}),d.addEventListener("keydown",b=>{(b.key==="Enter"||b.key===" ")&&(b.preventDefault(),d.click())}),{element:d,setLabel:b=>{p.textContent=b,d.setAttribute("aria-label",b)},open:()=>{d.setAttribute("aria-expanded","true"),g.show()},close:()=>{d.setAttribute("aria-expanded","false"),g.hide()},toggle:()=>{let b=!g.element.classList.contains("persona-hidden");d.setAttribute("aria-expanded",b?"false":"true"),g.toggle()},destroy:()=>{g.destroy(),d.remove()}}}var ap=e=>{var o;let t=tn({config:e.config,showClose:e.showClose,onClose:e.onClose,onClearChat:e.onClearChat}),r=(o=e.layoutHeaderConfig)==null?void 0:o.onTitleClick;if(r){let n=t.headerTitle.parentElement;n&&(n.style.cursor="pointer",n.setAttribute("role","button"),n.setAttribute("tabindex","0"),n.addEventListener("click",()=>r()),n.addEventListener("keydown",a=>{(a.key==="Enter"||a.key===" ")&&(a.preventDefault(),r())}))}return t};function Av(e,t,r){var o,n,a;if(t!=null&&t.length)for(let s of t){let i=S("button","persona-inline-flex persona-items-center persona-justify-center persona-rounded-md persona-border-none persona-bg-transparent persona-p-0 persona-text-persona-muted hover:persona-opacity-80");if(i.type="button",i.setAttribute("aria-label",(n=(o=s.ariaLabel)!=null?o:s.label)!=null?n:s.id),s.icon){let c=he(s.icon,14,"currentColor",2);c&&i.appendChild(c)}else s.label&&(i.textContent=s.label);if((a=s.menuItems)!=null&&a.length){let c=S("div","persona-relative");c.appendChild(i);let d=Nn({items:s.menuItems,onSelect:p=>r==null?void 0:r(p),anchor:c,position:"bottom-left"});c.appendChild(d.element),i.addEventListener("click",p=>{p.stopPropagation(),d.toggle()}),e.appendChild(c)}else i.addEventListener("click",()=>r==null?void 0:r(s.id)),e.appendChild(i)}}var sp=e=>{var A,T,y,w,v,M,H,I,P;let{config:t,showClose:r=!0,onClose:o,layoutHeaderConfig:n,onHeaderAction:a}=e,s=(A=t==null?void 0:t.launcher)!=null?A:{},i=S("div","persona-flex persona-items-center persona-justify-between persona-px-6 persona-py-4");i.setAttribute("data-persona-theme-zone","header"),i.style.backgroundColor="var(--persona-header-bg, var(--persona-surface, #ffffff))",i.style.borderBottomColor="var(--persona-header-border, var(--persona-divider, #f1f5f9))",i.style.boxShadow="var(--persona-header-shadow, none)",i.style.borderBottom="var(--persona-header-border-bottom, 1px solid var(--persona-header-border, var(--persona-divider, #f1f5f9)))";let c=n==null?void 0:n.titleMenu,d,p;if(c)d=Xi({label:(T=s.title)!=null?T:"Chat Assistant",menuItems:c.menuItems,onSelect:c.onSelect,hover:c.hover,className:""}).element,d.style.color=Pr.titleColor,p=(y=d.querySelector(".persona-combo-btn-label"))!=null?y:d;else{if(d=S("div","persona-flex persona-min-w-0 persona-flex-1 persona-items-center persona-gap-1"),p=S("span","persona-text-base persona-font-semibold persona-truncate"),p.style.color=Pr.titleColor,p.textContent=(w=s.title)!=null?w:"Chat Assistant",d.appendChild(p),Av(d,n==null?void 0:n.trailingActions,(v=n==null?void 0:n.onAction)!=null?v:a),n!=null&&n.onTitleClick){d.style.cursor="pointer",d.setAttribute("role","button"),d.setAttribute("tabindex","0");let O=n.onTitleClick;d.addEventListener("click",Q=>{Q.target.closest("button")||O()}),d.addEventListener("keydown",Q=>{(Q.key==="Enter"||Q.key===" ")&&(Q.preventDefault(),O())})}let B=n==null?void 0:n.titleRowHover;B&&(d.style.borderRadius=(M=B.borderRadius)!=null?M:"10px",d.style.padding=(H=B.padding)!=null?H:"6px 4px 6px 12px",d.style.margin="-6px 0 -6px -12px",d.style.border="1px solid transparent",d.style.transition="background-color 0.15s ease, border-color 0.15s ease",d.style.width="fit-content",d.style.flex="none",d.addEventListener("mouseenter",()=>{var O,Q;d.style.backgroundColor=(O=B.background)!=null?O:"",d.style.borderColor=(Q=B.border)!=null?Q:""}),d.addEventListener("mouseleave",()=>{d.style.backgroundColor="",d.style.borderColor="transparent"}))}i.appendChild(d);let u=(I=s.closeButtonSize)!=null?I:"32px",g=S("div",""),f=S("button","persona-inline-flex persona-items-center persona-justify-center persona-rounded-full hover:persona-bg-gray-100 persona-cursor-pointer persona-border-none");f.style.height=u,f.style.width=u,f.type="button",f.setAttribute("aria-label","Close chat"),f.style.display=r?"":"none",f.style.color=s.closeButtonColor||Pr.actionIconColor;let h=(P=s.closeButtonIconName)!=null?P:"x",b=he(h,"28px","currentColor",1);b?f.appendChild(b):f.textContent="\xD7",o&&f.addEventListener("click",o),g.appendChild(f),i.appendChild(g);let k=S("div");k.style.display="none";let E=S("span");return E.style.display="none",{header:i,iconHolder:k,headerTitle:p,headerSubtitle:E,closeButton:f,closeButtonWrapper:g,clearChatButton:null,clearChatButtonWrapper:null}},Qi={default:ap,minimal:sp},ip=e=>{var t;return(t=Qi[e])!=null?t:Qi.default},Va=(e,t,r)=>{var s,i,c;if(t!=null&&t.render){let d=t.render({config:e,onClose:r==null?void 0:r.onClose,onClearChat:r==null?void 0:r.onClearChat,trailingActions:t.trailingActions,onAction:t.onAction}),p=S("div");p.style.display="none";let u=S("span"),g=S("span"),f=S("button");f.style.display="none";let h=S("div");return h.style.display="none",{header:d,iconHolder:p,headerTitle:u,headerSubtitle:g,closeButton:f,closeButtonWrapper:h,clearChatButton:null,clearChatButtonWrapper:null}}let o=(s=t==null?void 0:t.layout)!=null?s:"default",a=ip(o)({config:e,showClose:(c=(i=t==null?void 0:t.showCloseButton)!=null?i:r==null?void 0:r.showClose)!=null?c:!0,onClose:r==null?void 0:r.onClose,onClearChat:r==null?void 0:r.onClearChat,layoutHeaderConfig:t,onHeaderAction:t==null?void 0:t.onAction});return t&&(t.showIcon===!1&&(a.iconHolder.style.display="none"),t.showTitle===!1&&(a.headerTitle.style.display="none"),t.showSubtitle===!1&&(a.headerSubtitle.style.display="none"),t.showCloseButton===!1&&(a.closeButton.style.display="none"),t.showClearChat===!1&&a.clearChatButtonWrapper&&(a.clearChatButtonWrapper.style.display="none")),a};var Ji=e=>{var s,i;let t=S("textarea");t.setAttribute("data-persona-composer-input",""),t.placeholder=(i=(s=e==null?void 0:e.copy)==null?void 0:s.inputPlaceholder)!=null?i:"Type your message\u2026",t.className="persona-w-full persona-min-h-[24px] persona-resize-none persona-border-none persona-bg-transparent persona-text-sm persona-text-persona-primary focus:persona-outline-none focus:persona-border-none persona-composer-textarea",t.rows=1,t.style.fontFamily='var(--persona-input-font-family, var(--persona-font-family, -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", Arial, sans-serif))',t.style.fontWeight="var(--persona-input-font-weight, var(--persona-font-weight, 400))";let r=3,o=20;t.style.maxHeight=`${r*o}px`,t.style.overflowY="auto";let n=()=>{let c=parseFloat(t.style.maxHeight);return Number.isFinite(c)&&c>0?c:r*o},a=()=>{t.addEventListener("input",()=>{t.style.height="auto";let c=Math.min(t.scrollHeight,n());t.style.height=`${c}px`})};return t.style.border="none",t.style.outline="none",t.style.borderWidth="0",t.style.borderStyle="none",t.style.borderColor="transparent",t.addEventListener("focus",()=>{t.style.border="none",t.style.outline="none",t.style.borderWidth="0",t.style.borderStyle="none",t.style.borderColor="transparent",t.style.boxShadow="none"}),t.addEventListener("blur",()=>{t.style.border="none",t.style.outline="none"}),{textarea:t,attachAutoResize:a}},Yi=e=>{var w,v,M,H,I,P,B,O,Q,me,ue,Z;let t=(w=e==null?void 0:e.sendButton)!=null?w:{},r=(v=t.useIcon)!=null?v:!1,o=(M=t.iconText)!=null?M:"\u2191",n=t.iconName,a=(H=t.stopIconName)!=null?H:"square",s=(I=t.tooltipText)!=null?I:"Send message",i=(P=t.stopTooltipText)!=null?P:"Stop generating",c=(O=(B=e==null?void 0:e.copy)==null?void 0:B.sendButtonLabel)!=null?O:"Send",d=(me=(Q=e==null?void 0:e.copy)==null?void 0:Q.stopButtonLabel)!=null?me:"Stop",p=(ue=t.showTooltip)!=null?ue:!1,u=(Z=t.size)!=null?Z:"40px",g=t.backgroundColor,f=t.textColor,h=S("div","persona-send-button-wrapper"),b=Tt("button",{className:gs("persona-rounded-button disabled:persona-opacity-50 persona-cursor-pointer",r?"persona-flex persona-items-center persona-justify-center":"persona-bg-persona-accent persona-px-4 persona-py-2 persona-text-sm persona-font-semibold",r&&!g&&"persona-bg-persona-primary",!r&&!f&&"persona-text-white"),attrs:{type:"submit","data-persona-composer-submit":""},style:{width:r?u:void 0,height:r?u:void 0,minWidth:r?u:void 0,minHeight:r?u:void 0,fontSize:r?"18px":void 0,lineHeight:r?"1":void 0,color:r?f||"var(--persona-button-primary-fg, #ffffff)":f||void 0,backgroundColor:r&&g||void 0,borderWidth:t.borderWidth||void 0,borderStyle:t.borderWidth?"solid":void 0,borderColor:t.borderColor||void 0,paddingLeft:t.paddingX||void 0,paddingRight:t.paddingX||void 0,paddingTop:t.paddingY||void 0,paddingBottom:t.paddingY||void 0}}),k=null,E=null;if(r){let Le=parseFloat(u)||24,We=(f==null?void 0:f.trim())||"currentColor";n?(k=he(n,Le,We,2),k?b.appendChild(k):b.textContent=o):b.textContent=o,E=he(a,Le,We,2)}else b.textContent=c;let A=null;p&&s&&(A=S("div","persona-send-button-tooltip"),A.textContent=s,h.appendChild(A)),b.setAttribute("aria-label",s),h.appendChild(b);let T="send";return{button:b,wrapper:h,setMode:Le=>{if(Le===T)return;T=Le;let We=Le==="stop"?i:s;if(b.setAttribute("aria-label",We),A&&(A.textContent=We),r){if(k&&E){let ie=Le==="stop"?E:k;b.replaceChildren(ie)}}else b.textContent=Le==="stop"?d:c}}},Zi=e=>{var A,T,y,w,v,M,H,I,P,B,O,Q;let t=(A=e==null?void 0:e.voiceRecognition)!=null?A:{};if(!(t.enabled===!0))return null;let o=typeof window!="undefined"&&(typeof window.webkitSpeechRecognition!="undefined"||typeof window.SpeechRecognition!="undefined"),n=((T=t.provider)==null?void 0:T.type)==="runtype";if(!(o||n))return null;let s=(w=(y=e==null?void 0:e.sendButton)==null?void 0:y.size)!=null?w:"40px",i=(v=t.iconName)!=null?v:"mic",c=(M=t.iconSize)!=null?M:s,d=parseFloat(c)||24,p=(I=t.backgroundColor)!=null?I:(H=e==null?void 0:e.sendButton)==null?void 0:H.backgroundColor,u=(B=t.iconColor)!=null?B:(P=e==null?void 0:e.sendButton)==null?void 0:P.textColor,g=S("div","persona-send-button-wrapper"),f=Tt("button",{className:"persona-rounded-button persona-flex persona-items-center persona-justify-center disabled:persona-opacity-50 persona-cursor-pointer",attrs:{type:"button","data-persona-composer-mic":"","aria-label":"Start voice recognition"},style:{width:c,height:c,minWidth:c,minHeight:c,fontSize:"18px",lineHeight:"1",color:u||"var(--persona-text, #111827)",backgroundColor:p||void 0,borderWidth:t.borderWidth||void 0,borderStyle:t.borderWidth?"solid":void 0,borderColor:t.borderColor||void 0,paddingLeft:t.paddingX||void 0,paddingRight:t.paddingX||void 0,paddingTop:t.paddingY||void 0,paddingBottom:t.paddingY||void 0}}),b=he(i,d,u||"currentColor",1.5);b?f.appendChild(b):f.textContent="\u{1F3A4}",g.appendChild(f);let k=(O=t.tooltipText)!=null?O:"Start voice recognition";if(((Q=t.showTooltip)!=null?Q:!1)&&k){let me=S("div","persona-send-button-tooltip");me.textContent=k,g.appendChild(me)}return{button:f,wrapper:g}},el=e=>{var h,b,k,E,A,T,y,w;let t=(h=e==null?void 0:e.attachments)!=null?h:{};if(t.enabled!==!0)return null;let r=(k=(b=e==null?void 0:e.sendButton)==null?void 0:b.size)!=null?k:"40px",o=S("div","persona-attachment-previews persona-flex persona-flex-wrap persona-gap-2 persona-mb-2");o.setAttribute("data-persona-composer-attachment-previews",""),o.style.display="none";let n=S("input");n.type="file",n.setAttribute("data-persona-composer-attachment-input",""),n.accept=((E=t.allowedTypes)!=null?E:en).join(","),n.multiple=((A=t.maxFiles)!=null?A:4)>1,n.style.display="none",n.setAttribute("aria-label","Attach files");let a=(T=t.buttonIconName)!=null?T:"paperclip",s=r,i=parseFloat(s)||40,c=Math.round(i*.6),d=S("div","persona-send-button-wrapper"),p=Tt("button",{className:"persona-rounded-button persona-flex persona-items-center persona-justify-center disabled:persona-opacity-50 persona-cursor-pointer persona-attachment-button",attrs:{type:"button","data-persona-composer-attachment-button":"","aria-label":(y=t.buttonTooltipText)!=null?y:"Attach file"},style:{width:s,height:s,minWidth:s,minHeight:s,fontSize:"18px",lineHeight:"1",backgroundColor:"transparent",color:"var(--persona-primary, #111827)",border:"none",borderRadius:"6px",transition:"background-color 0.15s ease"}});p.addEventListener("mouseenter",()=>{p.style.backgroundColor="var(--persona-palette-colors-black-alpha-50, rgba(0, 0, 0, 0.05))"}),p.addEventListener("mouseleave",()=>{p.style.backgroundColor="transparent"});let u=he(a,c,"currentColor",1.5);u?p.appendChild(u):p.textContent="\u{1F4CE}",p.addEventListener("click",v=>{v.preventDefault(),n.click()}),d.appendChild(p);let g=(w=t.buttonTooltipText)!=null?w:"Attach file",f=S("div","persona-send-button-tooltip");return f.textContent=g,d.appendChild(f),{button:p,wrapper:d,input:n,previewsContainer:o}},tl=e=>{var s,i,c;let t=(s=e==null?void 0:e.statusIndicator)!=null?s:{},r=t.align==="left"?"persona-text-left":t.align==="center"?"persona-text-center":"persona-text-right",o=S("div",`persona-mt-2 ${r} persona-text-xs persona-text-persona-muted`);o.setAttribute("data-persona-composer-status","");let n=(i=t.visible)!=null?i:!0;o.style.display=n?"":"none";let a=(c=t.idleText)!=null?c:"Online";if(t.idleLink){let d=S("a");d.href=t.idleLink,d.target="_blank",d.rel="noopener noreferrer",d.textContent=a,d.style.color="inherit",d.style.textDecoration="none",o.appendChild(d)}else o.textContent=a;return o},rl=()=>Tt("div",{className:"persona-mb-3 persona-flex persona-flex-wrap persona-gap-2",attrs:{"data-persona-composer-suggestions":""}});var za=e=>{var h,b,k,E,A,T;let{config:t}=e,r=Tt("div",{className:"persona-widget-footer persona-border-t-persona-divider persona-bg-persona-surface persona-px-6 persona-py-4",attrs:{"data-persona-theme-zone":"composer"}}),o=rl(),n=Tt("form",{className:"persona-widget-composer persona-flex persona-flex-col persona-gap-2 persona-rounded-2xl persona-border persona-border-gray-200 persona-bg-persona-input-background persona-px-4 persona-py-3",attrs:{"data-persona-composer-form":""},style:{outline:"none"}}),{textarea:a,attachAutoResize:s}=Ji(t);s();let i=Yi(t),c=Zi(t),d=el(t),p=tl(t);d&&(d.previewsContainer.style.gap="8px",n.append(d.previewsContainer,d.input)),n.append(a);let u=Tt("div",{className:"persona-widget-composer__actions persona-flex persona-items-center persona-justify-between persona-w-full",attrs:{"data-persona-composer-actions":""}}),g=S("div","persona-widget-composer__left-actions persona-flex persona-items-center persona-gap-2"),f=S("div","persona-widget-composer__right-actions persona-flex persona-items-center persona-gap-1");return d&&g.append(d.wrapper),c&&f.append(c.wrapper),f.append(i.wrapper),u.append(g,f),n.append(u),n.addEventListener("click",y=>{y.target!==i.button&&y.target!==i.wrapper&&y.target!==(c==null?void 0:c.button)&&y.target!==(c==null?void 0:c.wrapper)&&y.target!==(d==null?void 0:d.button)&&y.target!==(d==null?void 0:d.wrapper)&&a.focus()}),r.append(o,n,p),{footer:r,suggestions:o,composerForm:n,textarea:a,sendButton:i.button,sendButtonWrapper:i.wrapper,micButton:(h=c==null?void 0:c.button)!=null?h:null,micButtonWrapper:(b=c==null?void 0:c.wrapper)!=null?b:null,statusText:p,attachmentButton:(k=d==null?void 0:d.button)!=null?k:null,attachmentButtonWrapper:(E=d==null?void 0:d.wrapper)!=null?E:null,attachmentInput:(A=d==null?void 0:d.input)!=null?A:null,attachmentPreviewsContainer:(T=d==null?void 0:d.previewsContainer)!=null?T:null,actionsRow:u,leftActions:g,rightActions:f,setSendButtonMode:i.setMode}};var Jh=()=>{let e=Tt("button",{className:"persona-pill-peek",attrs:{type:"button","data-persona-pill-peek":"","aria-label":"Show conversation",tabindex:"-1"}}),t=S("span","persona-pill-peek__icon"),r=he("message-square",16,"currentColor",1.5);r&&t.appendChild(r);let o=S("span","persona-pill-peek__text"),n=S("span","persona-pill-peek__caret"),a=he("chevron-up",16,"currentColor",1.5);return a&&n.appendChild(a),e.append(t,o,n),{root:e,textNode:o}},Yh=e=>{var h,b,k,E,A,T;let{config:t}=e,r=Tt("div",{className:"persona-widget-footer persona-widget-footer--pill",attrs:{"data-persona-theme-zone":"composer"}}),o=rl();o.style.display="none";let n=tl(t);n.style.display="none";let{textarea:a,attachAutoResize:s}=Ji(t);a.style.maxHeight="100px",s();let i=Yi(t),c=Zi(t),d=el(t);d&&d.previewsContainer.classList.add("persona-pill-composer__previews");let p=Tt("form",{className:"persona-widget-composer persona-pill-composer",attrs:{"data-persona-composer-form":""},style:{outline:"none"}}),u=S("div","persona-widget-composer__left-actions persona-pill-composer__left");d&&u.append(d.wrapper);let g=S("div","persona-widget-composer__right-actions persona-pill-composer__right");c&&g.append(c.wrapper),g.append(i.wrapper),p.addEventListener("click",y=>{y.target!==i.button&&y.target!==i.wrapper&&y.target!==(c==null?void 0:c.button)&&y.target!==(c==null?void 0:c.wrapper)&&y.target!==(d==null?void 0:d.button)&&y.target!==(d==null?void 0:d.wrapper)&&a.focus()}),d&&p.append(d.input),p.append(u,a,g),d&&r.append(d.previewsContainer),r.append(p,o,n);let f=p;return{footer:r,suggestions:o,composerForm:p,textarea:a,sendButton:i.button,sendButtonWrapper:i.wrapper,micButton:(h=c==null?void 0:c.button)!=null?h:null,micButtonWrapper:(b=c==null?void 0:c.wrapper)!=null?b:null,statusText:n,attachmentButton:(k=d==null?void 0:d.button)!=null?k:null,attachmentButtonWrapper:(E=d==null?void 0:d.wrapper)!=null?E:null,attachmentInput:(A=d==null?void 0:d.input)!=null?A:null,attachmentPreviewsContainer:(T=d==null?void 0:d.previewsContainer)!=null?T:null,actionsRow:f,leftActions:u,rightActions:g,setSendButtonMode:i.setMode}};var Zh=e=>{var p,u,g,f,h,b,k,E,A,T,y,w,v,M,H,I,P;let t=(u=(p=e==null?void 0:e.launcher)==null?void 0:p.enabled)!=null?u:!0,r=nr(e);if(Fn(e)){let B=(f=(g=e==null?void 0:e.launcher)==null?void 0:g.composerBar)!=null?f:{},O=S("div","persona-widget-wrapper persona-fixed persona-transition");O.setAttribute("data-persona-composer-bar",""),O.dataset.state="collapsed",O.dataset.expandedSize=(h=B.expandedSize)!=null?h:"anchored",O.style.zIndex=String((k=(b=e==null?void 0:e.launcher)==null?void 0:b.zIndex)!=null?k:wr);let Q=S("div","persona-widget-panel persona-relative persona-flex persona-flex-1 persona-min-h-0 persona-flex-col");Q.style.width="100%",O.appendChild(Q);let me=S("div","persona-widget-pill-root");return me.setAttribute("data-persona-composer-bar",""),me.dataset.state="collapsed",me.dataset.expandedSize=(E=B.expandedSize)!=null?E:"anchored",me.style.zIndex=String((T=(A=e==null?void 0:e.launcher)==null?void 0:A.zIndex)!=null?T:wr),{wrapper:O,panel:Q,pillRoot:me}}if(r){let B=S("div","persona-relative persona-h-full persona-w-full persona-flex persona-flex-1 persona-min-h-0 persona-flex-col"),O=S("div","persona-relative persona-h-full persona-w-full persona-flex persona-flex-1 persona-min-h-0 persona-flex-col");return B.appendChild(O),{wrapper:B,panel:O}}if(!t){let B=S("div","persona-relative persona-h-full persona-flex persona-flex-col persona-flex-1 persona-min-h-0"),O=S("div","persona-relative persona-flex-1 persona-flex persona-flex-col persona-min-h-0"),Q=(w=(y=e==null?void 0:e.launcher)==null?void 0:y.width)!=null?w:"100%";return B.style.width=Q,O.style.width="100%",B.appendChild(O),{wrapper:B,panel:O}}let n=(v=e==null?void 0:e.launcher)!=null?v:{},a=n.position&&wo[n.position]?wo[n.position]:wo["bottom-right"],s=S("div",`persona-widget-wrapper persona-fixed ${a} persona-transition`);s.style.zIndex=String((H=(M=e==null?void 0:e.launcher)==null?void 0:M.zIndex)!=null?H:wr);let i=S("div","persona-widget-panel persona-relative persona-min-h-[320px]"),c=(P=(I=e==null?void 0:e.launcher)==null?void 0:I.width)!=null?P:e==null?void 0:e.launcherWidth,d=c!=null?c:Gr;return i.style.width=d,i.style.maxWidth=d,s.appendChild(i),{wrapper:s,panel:i}},Mv=(e,t)=>{var y,w,v,M,H,I,P,B,O;let r=S("div","persona-widget-container persona-relative persona-flex persona-flex-1 persona-min-h-0 persona-flex-col persona-text-persona-primary");r.setAttribute("data-persona-theme-zone","container");let{button:o,wrapper:n}=Gi(e,{showClose:t,wrapperClassName:"persona-composer-bar-close",buttonSize:"16px",iconSize:"14px"});n.style.position="absolute",n.style.top="8px",n.style.right="8px",n.style.zIndex="10";let a=(v=(w=(y=e==null?void 0:e.launcher)==null?void 0:y.clearChat)==null?void 0:w.enabled)!=null?v:!0,s=null,i=null;if(a){let Q=Ki(e,{wrapperClassName:"persona-composer-bar-clear-chat",buttonSize:"16px",iconSize:"14px"});s=Q.button,i=Q.wrapper,i.style.position="absolute",i.style.top="8px",i.style.right="32px",i.style.zIndex="10"}let c=Tt("span",{className:"persona-widget-header",attrs:{"data-persona-theme-zone":"header"},style:{display:"none"}}),d=Tt("div",{className:"persona-widget-body persona-flex persona-flex-1 persona-min-h-0 persona-flex-col persona-gap-6 persona-overflow-y-auto persona-bg-persona-container persona-px-6 persona-py-6",attrs:{id:"persona-scroll-container","data-persona-theme-zone":"messages"},style:{paddingTop:"48px"}});d.style.setProperty("scrollbar-gutter","stable");let p=Tt("h2",{className:"persona-text-lg persona-font-semibold persona-text-persona-primary",text:(H=(M=e==null?void 0:e.copy)==null?void 0:M.welcomeTitle)!=null?H:"Hello \u{1F44B}"}),u=Tt("p",{className:"persona-mt-2 persona-text-sm persona-text-persona-muted",text:(P=(I=e==null?void 0:e.copy)==null?void 0:I.welcomeSubtitle)!=null?P:"Ask anything about your account or products."}),g=Tt("div",{className:"persona-rounded-2xl persona-p-6",attrs:{"data-persona-intro-card":""},style:{background:"var(--persona-intro-card-bg, var(--persona-surface, #ffffff))",boxShadow:"var(--persona-intro-card-shadow, 0 5px 15px rgba(15, 23, 42, 0.08))"}},p,u),f=S("div","persona-flex persona-flex-col persona-gap-3"),h=(B=e==null?void 0:e.layout)==null?void 0:B.contentMaxWidth;h&&(f.style.maxWidth=h,f.style.marginLeft="auto",f.style.marginRight="auto",f.style.width="100%"),((O=e==null?void 0:e.copy)==null?void 0:O.showWelcomeCard)!==!1||(g.style.display="none",d.classList.remove("persona-gap-6"),d.classList.add("persona-gap-3")),d.append(g,f);let k=Tt("div",{className:"persona-composer-overlay persona-pointer-events-none",attrs:{"data-persona-composer-overlay":""},style:{position:"absolute",left:"0",right:"0",bottom:"0",zIndex:"20"}}),E=Yh({config:e}),{root:A,textNode:T}=Jh();return r.append(c,n,d,k),i&&r.appendChild(i),{container:r,body:d,messagesWrapper:f,composerOverlay:k,suggestions:E.suggestions,textarea:E.textarea,sendButton:E.sendButton,sendButtonWrapper:E.sendButtonWrapper,micButton:E.micButton,micButtonWrapper:E.micButtonWrapper,composerForm:E.composerForm,statusText:E.statusText,introTitle:p,introSubtitle:u,closeButton:o,closeButtonWrapper:n,clearChatButton:s,clearChatButtonWrapper:i,iconHolder:S("span"),headerTitle:S("span"),headerSubtitle:S("span"),header:c,footer:E.footer,attachmentButton:E.attachmentButton,attachmentButtonWrapper:E.attachmentButtonWrapper,attachmentInput:E.attachmentInput,attachmentPreviewsContainer:E.attachmentPreviewsContainer,actionsRow:E.actionsRow,leftActions:E.leftActions,rightActions:E.rightActions,setSendButtonMode:E.setSendButtonMode,peekBanner:A,peekTextNode:T}},ex=(e,t=!0)=>{var k,E,A,T,y,w,v,M,H;if(Fn(e))return Mv(e,t);let r=Tt("div",{className:"persona-widget-container persona-flex persona-h-full persona-w-full persona-flex-1 persona-min-h-0 persona-flex-col persona-text-persona-primary persona-bg-persona-surface persona-rounded-2xl persona-overflow-hidden persona-border persona-border-persona-border",attrs:{"data-persona-theme-zone":"container"}}),o=(k=e==null?void 0:e.layout)==null?void 0:k.header,n=((E=e==null?void 0:e.layout)==null?void 0:E.showHeader)!==!1,a=o?Va(e,o,{showClose:t}):tn({config:e,showClose:t}),s=Tt("div",{className:"persona-widget-body persona-flex persona-flex-1 persona-min-h-0 persona-flex-col persona-gap-6 persona-overflow-y-auto persona-bg-persona-container persona-px-6 persona-py-6",attrs:{id:"persona-scroll-container","data-persona-theme-zone":"messages"}});s.style.setProperty("scrollbar-gutter","stable");let i=Tt("h2",{className:"persona-text-lg persona-font-semibold persona-text-persona-primary",text:(T=(A=e==null?void 0:e.copy)==null?void 0:A.welcomeTitle)!=null?T:"Hello \u{1F44B}"}),c=Tt("p",{className:"persona-mt-2 persona-text-sm persona-text-persona-muted",text:(w=(y=e==null?void 0:e.copy)==null?void 0:y.welcomeSubtitle)!=null?w:"Ask anything about your account or products."}),d=Tt("div",{className:"persona-rounded-2xl persona-p-6",attrs:{"data-persona-intro-card":""},style:{background:"var(--persona-intro-card-bg, var(--persona-surface, #ffffff))",boxShadow:nr(e)?"none":"var(--persona-intro-card-shadow, 0 5px 15px rgba(15, 23, 42, 0.08))"}},i,c),p=S("div","persona-flex persona-flex-col persona-gap-3"),u=(v=e==null?void 0:e.layout)==null?void 0:v.contentMaxWidth;u&&(p.style.maxWidth=u,p.style.marginLeft="auto",p.style.marginRight="auto",p.style.width="100%"),((M=e==null?void 0:e.copy)==null?void 0:M.showWelcomeCard)!==!1||(d.style.display="none",s.classList.remove("persona-gap-6"),s.classList.add("persona-gap-3")),s.append(d,p);let f=za({config:e}),h=((H=e==null?void 0:e.layout)==null?void 0:H.showFooter)!==!1;n?pa(r,a,e):(a.header.style.display="none",pa(r,a,e)),r.append(s);let b=Tt("div",{className:"persona-composer-overlay persona-pointer-events-none",attrs:{"data-persona-composer-overlay":""},style:{position:"absolute",left:"0",right:"0",bottom:"0",zIndex:"20"}});return h||(f.footer.style.display="none"),r.append(f.footer),r.append(b),{container:r,body:s,messagesWrapper:p,composerOverlay:b,suggestions:f.suggestions,textarea:f.textarea,sendButton:f.sendButton,sendButtonWrapper:f.sendButtonWrapper,micButton:f.micButton,micButtonWrapper:f.micButtonWrapper,composerForm:f.composerForm,statusText:f.statusText,introTitle:i,introSubtitle:c,closeButton:a.closeButton,closeButtonWrapper:a.closeButtonWrapper,clearChatButton:a.clearChatButton,clearChatButtonWrapper:a.clearChatButtonWrapper,iconHolder:a.iconHolder,headerTitle:a.headerTitle,headerSubtitle:a.headerSubtitle,header:a.header,footer:f.footer,attachmentButton:f.attachmentButton,attachmentButtonWrapper:f.attachmentButtonWrapper,attachmentInput:f.attachmentInput,attachmentPreviewsContainer:f.attachmentPreviewsContainer,actionsRow:f.actionsRow,leftActions:f.leftActions,rightActions:f.rightActions,setSendButtonMode:f.setSendButtonMode}};var lp=(e,t)=>{let r=S("button");r.type="button",r.innerHTML=`
19
+ _Details: ${r.message}_`:o}var Ps=e=>({isError:!0,content:[{type:"text",text:e}]}),Uh=(e,t="WebMCP tool execution failed.")=>e instanceof Error&&e.message?e.message:typeof e=="string"&&e?e:t,qh=e=>Tn(e)||e===bo,qa=class{constructor(t={},r){this.config=t;this.callbacks=r;this.status="idle";this.streaming=!1;this.abortController=null;this.sequenceCounter=Date.now();this.clientSession=null;this.agentExecution=null;this.resumable=null;this.activeAssistantMessageId=null;this.reconnecting=!1;this.reconnectController=null;this.reconnectControllerPromise=null;this.executionStateTimer=null;this.artifacts=new Map;this.selectedArtifactId=null;this.webMcpInflightKeys=new Set;this.webMcpResolvedKeys=new Set;this.webMcpResolveControllers=new Set;this.webMcpEpoch=0;this.webMcpApprovalResolvers=new Map;this.webMcpApprovalSeq=0;this.webMcpAwaitBatches=new Map;this.voiceProvider=null;this.voiceActive=!1;this.voiceStatus="disconnected";this.pendingVoiceUserMessageId=null;this.pendingVoiceAssistantMessageId=null;this.ttsSpokenMessageIds=new Set;this.readAloud=new ca(()=>this.createSpeechEngine());this.handleEvent=t=>{var r,o,n,a,s,i,c,d,p,m;if(t.type==="message"){this.upsertMessage(t.message),t.message.role==="assistant"&&!t.message.variant&&t.message.streaming&&(this.activeAssistantMessageId=t.message.id);let g=t.message.toolCall,u=!!(g!=null&&g.name)&&(Tn(g.name)||g.name===bo&&((o=(r=this.config.features)==null?void 0:r.suggestReplies)==null?void 0:o.enabled)!==!1);((n=t.message.agentMetadata)==null?void 0:n.awaitingLocalTool)===!0&&u&&this.enqueueWebMcpAwait(t.message),(a=t.message.agentMetadata)!=null&&a.executionId&&(this.agentExecution?t.message.agentMetadata.iteration!==void 0&&(this.agentExecution.currentIteration=t.message.agentMetadata.iteration):this.agentExecution={executionId:t.message.agentMetadata.executionId,agentId:"",agentName:(s=t.message.agentMetadata.agentName)!=null?s:"",status:"running",currentIteration:(i=t.message.agentMetadata.iteration)!=null?i:0,maxTurns:0})}else if(t.type==="cursor")this.trackCursor(t.id);else if(t.type==="status"){if(t.status==="idle"&&!t.terminal&&this.isDurableDrop()){this.beginReconnect();return}if(this.setStatus(t.status),t.status==="connecting")this.setStreaming(!0);else if(t.status==="idle"||t.status==="error"){this.clearResumable(),this.webMcpResolveControllers.size===0&&(this.setStreaming(!1),this.abortController=null);let g=this.webMcpAwaitBatches.size>0||this.webMcpResolveControllers.size>0;((c=this.agentExecution)==null?void 0:c.status)==="running"&&(t.status==="error"?this.agentExecution.status="error":g||(this.agentExecution.status="complete")),this.scheduleWebMcpBatchFlush()}}else t.type==="error"?(this.setStatus("error"),this.clearResumable(),this.webMcpResolveControllers.size===0&&(this.setStreaming(!1),this.abortController=null),((d=this.agentExecution)==null?void 0:d.status)==="running"&&(this.agentExecution.status="error"),(m=(p=this.callbacks).onError)==null||m.call(p,t.error)):(t.type==="artifact_start"||t.type==="artifact_delta"||t.type==="artifact_update"||t.type==="artifact_complete")&&this.applyArtifactStreamEvent(t)};var o,n;this.messages=[...(o=t.initialMessages)!=null?o:[]].map(a=>{var s;return{...a,sequence:(s=a.sequence)!=null?s:this.nextSequence()}}),this.messages=this.sortMessages(this.messages),this.client=new la(t),this.wireDefaultWebMcpConfirm();for(let a of(n=t.initialArtifacts)!=null?n:[])this.artifacts.set(a.id,{...a,status:"complete"});t.initialSelectedArtifactId!=null&&(this.selectedArtifactId=t.initialSelectedArtifactId),this.messages.length&&this.callbacks.onMessagesChanged([...this.messages]),this.artifacts.size>0&&this.emitArtifactsState(),this.callbacks.onStatusChanged(this.status),this.prefetchRuntypeTts()}prefetchRuntypeTts(){var n,a,s,i,c,d;let t=this.config.textToSpeech;if((t==null?void 0:t.provider)!=="runtype"||t.createEngine)return;let r=(n=t.host)!=null?n:this.config.apiUrl,o=(d=(c=t.agentId)!=null?c:(i=(s=(a=this.config.voiceRecognition)==null?void 0:a.provider)==null?void 0:s.runtype)==null?void 0:i.agentId)!=null?d:this.config.agentId;!r||!o||!this.config.clientToken||ad().catch(()=>{})}setSSEEventCallback(t){this.client.setSSEEventCallback(t)}isClientTokenMode(){return this.client.isClientTokenMode()}isAgentMode(){return this.client.isAgentMode()}getAgentExecution(){return this.agentExecution}isAgentExecuting(){var t;return((t=this.agentExecution)==null?void 0:t.status)==="running"}isVoiceSupported(){var t;return Ls((t=this.config.voiceRecognition)==null?void 0:t.provider)}isVoiceActive(){return this.voiceActive}getVoiceStatus(){return this.voiceStatus}getVoiceInterruptionMode(){var t;return(t=this.voiceProvider)!=null&&t.getInterruptionMode?this.voiceProvider.getInterruptionMode():"none"}stopVoicePlayback(){var t;(t=this.voiceProvider)!=null&&t.stopPlayback&&this.voiceProvider.stopPlayback()}isBargeInActive(){var t,r,o;return(o=(r=(t=this.voiceProvider)==null?void 0:t.isBargeInActive)==null?void 0:r.call(t))!=null?o:!1}async deactivateBargeIn(){var t;(t=this.voiceProvider)!=null&&t.deactivateBargeIn&&await this.voiceProvider.deactivateBargeIn()}createSpeechEngine(){var o,n,a,s,i,c;let t=this.config.textToSpeech;if(t!=null&&t.createEngine)return t.createEngine();let r=Hn.isSupported()?new Hn({pickVoice:t==null?void 0:t.pickVoice}):null;if((t==null?void 0:t.provider)==="runtype"){let d=(o=t.host)!=null?o:this.config.apiUrl,p=(c=(i=t.agentId)!=null?i:(s=(a=(n=this.config.voiceRecognition)==null?void 0:n.provider)==null?void 0:a.runtype)==null?void 0:s.agentId)!=null?c:this.config.agentId,m=this.config.clientToken,g=t.browserFallback!==!1;if(d&&p&&m)return ad().then(({RuntypeSpeechEngine:u,FallbackSpeechEngine:h})=>{let y=new u({host:d,agentId:p,clientToken:m,voice:t.voice,prebufferMs:t.prebufferMs,createPlaybackEngine:t.createPlaybackEngine});return g&&r?new h(y,r,{onFallback:E=>console.warn(`[persona] Runtype read-aloud failed; using browser voice. ${E.message}`)}):y});if(g&&r)return m&&console.warn("[persona] textToSpeech.provider 'runtype' is missing an agentId; using the browser voice. Set textToSpeech.agentId (or voiceRecognition.provider.runtype.agentId)."),r}return r}setupVoice(t){var r,o;try{let n=t||this.getVoiceConfigFromConfig();if(!n)throw new Error("Voice configuration not provided");this.voiceProvider=Wn(n);let s=(o=((r=this.config.voiceRecognition)!=null?r:{}).processingErrorText)!=null?o:"Voice processing failed. Please try again.";this.voiceProvider.onResult(i=>{i.provider!=="runtype"&&i.text&&i.text.trim()&&this.sendMessage(i.text,{viaVoice:!0})}),this.voiceProvider.onTranscript&&this.voiceProvider.onTranscript((i,c,d)=>{if(i==="user"){if(this.pendingVoiceUserMessageId)this.upsertMessage({id:this.pendingVoiceUserMessageId,role:"user",content:c,createdAt:new Date().toISOString(),streaming:!1,voiceProcessing:!d});else{let p=this.injectMessage({role:"user",content:c,streaming:!1,voiceProcessing:!d});this.pendingVoiceUserMessageId=p.id}if(d){this.pendingVoiceUserMessageId=null;let p=this.injectMessage({role:"assistant",content:"",streaming:!0,voiceProcessing:!0});this.pendingVoiceAssistantMessageId=p.id,this.setStreaming(!0)}}else{if(this.pendingVoiceAssistantMessageId)this.upsertMessage({id:this.pendingVoiceAssistantMessageId,role:"assistant",content:c,createdAt:new Date().toISOString(),streaming:!d,voiceProcessing:!d});else{let p=this.injectMessage({role:"assistant",content:c,streaming:!d,voiceProcessing:!d});this.pendingVoiceAssistantMessageId=p.id}d&&(this.pendingVoiceAssistantMessageId&&this.ttsSpokenMessageIds.add(this.pendingVoiceAssistantMessageId),this.setStreaming(!1),this.pendingVoiceAssistantMessageId=null)}}),this.voiceProvider.onMetrics&&this.voiceProvider.onMetrics(i=>{var c,d;(d=(c=this.config.voiceRecognition)==null?void 0:c.onMetrics)==null||d.call(c,i)}),this.voiceProvider.onError(i=>{console.error("Voice error:",i),this.pendingVoiceAssistantMessageId&&(this.upsertMessage({id:this.pendingVoiceAssistantMessageId,role:"assistant",content:s,createdAt:new Date().toISOString(),streaming:!1,voiceProcessing:!1}),this.setStreaming(!1),this.pendingVoiceUserMessageId=null,this.pendingVoiceAssistantMessageId=null)}),this.voiceProvider.onStatusChange(i=>{var c,d;this.voiceStatus=i,this.voiceActive=i==="listening",(d=(c=this.callbacks).onVoiceStatusChanged)==null||d.call(c,i)}),this.voiceProvider.connect()}catch(n){console.error("Failed to setup voice:",n)}}async toggleVoice(){if(!this.voiceProvider){console.error("Voice not configured");return}if(this.voiceActive)await this.voiceProvider.stopListening();else{this.stopSpeaking();try{await this.voiceProvider.startListening()}catch(t){console.error("Failed to start voice:",t)}}}cleanupVoice(){this.voiceProvider&&(this.voiceProvider.disconnect(),this.voiceProvider=null),this.voiceActive=!1,this.voiceStatus="disconnected"}getVoiceConfigFromConfig(){var r,o,n,a,s,i,c,d,p,m,g,u;if(!((r=this.config.voiceRecognition)!=null&&r.provider))return;let t=this.config.voiceRecognition.provider;switch(t.type){case"runtype":return{type:"runtype",runtype:{agentId:(a=(n=(o=t.runtype)==null?void 0:o.agentId)!=null?n:this.config.agentId)!=null?a:"",clientToken:(i=(s=t.runtype)==null?void 0:s.clientToken)!=null?i:this.config.clientToken,host:(d=(c=t.runtype)==null?void 0:c.host)!=null?d:this.config.apiUrl,voiceId:(p=t.runtype)==null?void 0:p.voiceId,createPlaybackEngine:(m=t.runtype)==null?void 0:m.createPlaybackEngine}};case"browser":return{type:"browser",browser:{language:((g=t.browser)==null?void 0:g.language)||"en-US",continuous:(u=t.browser)==null?void 0:u.continuous}};case"custom":return{type:"custom",custom:t.custom};default:return}}async initClientSession(){var t,r;if(!this.isClientTokenMode())return null;try{let o=await this.client.initSession();return this.setClientSession(o),o}catch(o){return(r=(t=this.callbacks).onError)==null||r.call(t,o instanceof Error?o:new Error(String(o))),null}}setClientSession(t){if(this.clientSession=t,t.config.welcomeMessage&&this.messages.length===0){let r={id:`welcome-${Date.now()}`,role:"assistant",content:t.config.welcomeMessage,createdAt:new Date().toISOString(),sequence:this.nextSequence()};this.appendMessage(r)}}getClientSession(){var t;return(t=this.clientSession)!=null?t:this.client.getClientSession()}isSessionValid(){let t=this.getClientSession();return t?new Date<t.expiresAt:!1}clearClientSession(){this.clientSession=null,this.client.clearClientSession()}getClient(){return this.client}async submitMessageFeedback(t,r){return this.client.submitMessageFeedback(t,r)}async submitCSATFeedback(t,r){return this.client.submitCSATFeedback(t,r)}async submitNPSFeedback(t,r){return this.client.submitNPSFeedback(t,r)}updateConfig(t){let r={...this.config,...t};if(!xv(this.config,r)){this.config=r,this.client.updateConfig(r);return}this.abortWebMcpResolves(),this.webMcpInflightKeys.clear(),this.webMcpResolvedKeys.clear();let o=this.client.getSSEEventCallback();this.config=r,this.client=new la(this.config),this.wireDefaultWebMcpConfirm(),o&&this.client.setSSEEventCallback(o)}getMessages(){return[...this.messages]}getStatus(){return this.status}isStreaming(){return this.streaming}injectTestEvent(t){this.handleEvent(t)}injectMessage(t){let{role:r,content:o,llmContent:n,contentParts:a,id:s,createdAt:i,sequence:c,streaming:d=!1,voiceProcessing:p,rawContent:m}=t,u={id:s!=null?s:r==="user"?_a():r==="assistant"?In():`system-${Date.now()}-${Math.random().toString(16).slice(2)}`,role:r,content:o,createdAt:i!=null?i:new Date().toISOString(),sequence:c!=null?c:this.nextSequence(),streaming:d,...n!==void 0&&{llmContent:n},...a!==void 0&&{contentParts:a},...p!==void 0&&{voiceProcessing:p},...m!==void 0&&{rawContent:m}};return this.upsertMessage(u),u}injectAssistantMessage(t){return this.injectMessage({...t,role:"assistant"})}injectUserMessage(t){return this.injectMessage({...t,role:"user"})}injectSystemMessage(t){return this.injectMessage({...t,role:"system"})}injectMessageBatch(t){let r=[];for(let o of t){let{role:n,content:a,llmContent:s,contentParts:i,id:c,createdAt:d,sequence:p,streaming:m=!1,voiceProcessing:g,rawContent:u}=o,y={id:c!=null?c:n==="user"?_a():n==="assistant"?In():`system-${Date.now()}-${Math.random().toString(16).slice(2)}`,role:n,content:a,createdAt:d!=null?d:new Date().toISOString(),sequence:p!=null?p:this.nextSequence(),streaming:m,...s!==void 0&&{llmContent:s},...i!==void 0&&{contentParts:i},...g!==void 0&&{voiceProcessing:g},...u!==void 0&&{rawContent:u}};r.push(y)}return this.messages=this.sortMessages([...this.messages,...r]),this.callbacks.onMessagesChanged([...this.messages]),r}injectComponentDirective(t){let{component:r,props:o={},text:n="",llmContent:a,id:s,createdAt:i,sequence:c}=t,d={text:n,component:r,props:o};return this.injectMessage({role:"assistant",content:n,rawContent:JSON.stringify(d),...a!==void 0&&{llmContent:a},...s!==void 0&&{id:s},...i!==void 0&&{createdAt:i},...c!==void 0&&{sequence:c}})}async sendMessage(t,r){var d,p,m,g,u;let o=t.trim();if(!o&&(!(r!=null&&r.contentParts)||r.contentParts.length===0))return;this.stopSpeaking(),(d=this.abortController)==null||d.abort(),this.abortWebMcpResolves(),this.teardownReconnect();let n=_a(),a=In();this.activeAssistantMessageId=null;let s={id:n,role:"user",content:o||Si,createdAt:new Date().toISOString(),sequence:this.nextSequence(),viaVoice:(r==null?void 0:r.viaVoice)||!1,...(r==null?void 0:r.contentParts)&&r.contentParts.length>0&&{contentParts:r.contentParts}};this.appendMessage(s),this.setStreaming(!0);let i=new AbortController;this.abortController=i;let c=[...this.messages];try{await this.client.dispatch({messages:c,signal:i.signal,assistantMessageId:a},this.handleEvent)}catch(h){if(this.status==="resuming"||this.reconnecting)return;let y=h instanceof Error&&(h.name==="AbortError"||h.message.includes("aborted")||h.message.includes("abort"));if(!y){let E=sd(h,this.config.errorMessage);if(E){let T={id:a,role:"assistant",createdAt:new Date().toISOString(),content:E,sequence:this.nextSequence()};this.appendMessage(T)}}this.setStatus("idle"),this.setStreaming(!1),this.abortController=null,y||(h instanceof Error?(m=(p=this.callbacks).onError)==null||m.call(p,h):(u=(g=this.callbacks).onError)==null||u.call(g,new Error(String(h))))}}async continueConversation(){var n,a,s,i,c;if(this.streaming)return;(n=this.abortController)==null||n.abort(),this.teardownReconnect();let t=In();this.activeAssistantMessageId=null,this.setStreaming(!0);let r=new AbortController;this.abortController=r;let o=[...this.messages];try{await this.client.dispatch({messages:o,signal:r.signal,assistantMessageId:t},this.handleEvent)}catch(d){if(this.status==="resuming"||this.reconnecting)return;let p=d instanceof Error&&(d.name==="AbortError"||d.message.includes("aborted")||d.message.includes("abort"));if(!p){let m=sd(d,this.config.errorMessage);if(m){let g={id:t,role:"assistant",createdAt:new Date().toISOString(),content:m,sequence:this.nextSequence()};this.appendMessage(g)}}this.setStatus("idle"),this.setStreaming(!1),this.abortController=null,p||(d instanceof Error?(s=(a=this.callbacks).onError)==null||s.call(a,d):(c=(i=this.callbacks).onError)==null||c.call(i,new Error(String(d))))}}async connectStream(t,r){var a,s,i;if(this.streaming&&!(r!=null&&r.allowReentry))return;r!=null&&r.allowReentry||(a=this.abortController)==null||a.abort(),r!=null&&r.preserveAssistantId&&r.assistantMessageId&&(this.activeAssistantMessageId=r.assistantMessageId);let o=r!=null&&r.preserveAssistantId?r.assistantMessageId:void 0,n=!1;for(let c of this.messages)c.streaming&&c.id!==o&&(c.streaming=!1,n=!0);n&&this.callbacks.onMessagesChanged([...this.messages]),this.setStreaming(!0);try{await this.client.processStream(t,this.handleEvent,r==null?void 0:r.assistantMessageId,r==null?void 0:r.seedContent)}catch(c){if(this.status==="resuming"||this.reconnecting)return;this.setStatus("error"),this.webMcpResolveControllers.size===0&&(this.setStreaming(!1),this.abortController=null),(i=(s=this.callbacks).onError)==null||i.call(s,c instanceof Error?c:new Error(String(c)))}}wireDefaultWebMcpConfirm(){let t=this.config.webmcp;(t==null?void 0:t.enabled)===!0&&!t.onConfirm&&this.client.setWebMcpConfirmHandler(r=>this.requestWebMcpApproval(r))}requestWebMcpApproval(t){var n,a,s;try{if(((a=(n=this.config.webmcp)==null?void 0:n.autoApprove)==null?void 0:a.call(n,t))===!0)return Promise.resolve(!0)}catch{}let r={id:`webmcp-${++this.webMcpApprovalSeq}`,status:"pending",agentId:"",executionId:"",toolName:t.toolName,toolType:"webmcp",description:(s=t.description)!=null?s:`Allow the assistant to run ${t.toolName}?`,parameters:t.args},o=`approval-${r.id}`;return this.upsertMessage({id:o,role:"assistant",content:"",createdAt:new Date().toISOString(),streaming:!1,variant:"approval",approval:r}),new Promise(i=>{this.webMcpApprovalResolvers.set(o,i)})}resolveWebMcpApproval(t,r){let o=this.webMcpApprovalResolvers.get(t);if(!o)return;this.webMcpApprovalResolvers.delete(t);let n=this.messages.find(a=>a.id===t);n!=null&&n.approval&&this.upsertMessage({...n,approval:{...n.approval,status:r,resolvedAt:Date.now()}}),o(r==="approved")}async resolveApproval(t,r,o){var p,m,g,u,h;let n=`approval-${t.id}`,a={...t,status:r,resolvedAt:Date.now()},s=this.messages.find(y=>y.id===n),i={id:n,role:"assistant",content:"",createdAt:(p=s==null?void 0:s.createdAt)!=null?p:new Date().toISOString(),...(s==null?void 0:s.sequence)!==void 0?{sequence:s.sequence}:{},streaming:!1,variant:"approval",approval:a};this.upsertMessage(i),(m=this.abortController)==null||m.abort(),this.abortController=new AbortController,this.setStreaming(!0);let c=this.config.approval,d=c&&typeof c=="object"?c.onDecision:void 0;try{let y;if(d?y=await d({approvalId:t.id,executionId:t.executionId,agentId:t.agentId,toolName:t.toolName},r,o):y=await this.client.resolveApproval({agentId:t.agentId,executionId:t.executionId,approvalId:t.id},r),y){let E=null;if(y instanceof Response){if(!y.ok){let T=await y.json().catch(()=>null);throw new Error((g=T==null?void 0:T.error)!=null?g:`Approval request failed: ${y.status}`)}E=y.body}else y instanceof ReadableStream&&(E=y);E?await this.connectStream(E,{allowReentry:!0}):(r==="denied"&&this.appendMessage({id:`denial-${t.id}`,role:"assistant",content:"Tool execution was denied by user.",createdAt:new Date().toISOString(),streaming:!1,sequence:this.nextSequence()}),this.setStreaming(!1),this.abortController=null)}else this.setStreaming(!1),this.abortController=null}catch(y){let E=y instanceof Error&&(y.name==="AbortError"||y.message.includes("aborted")||y.message.includes("abort"));this.setStreaming(!1),this.abortController=null,E||(h=(u=this.callbacks).onError)==null||h.call(u,y instanceof Error?y:new Error(String(y)))}}persistAskUserQuestionProgress(t,r){let o=this.messages.find(n=>n.id===t.id);o&&this.upsertMessage({...o,agentMetadata:{...o.agentMetadata,askUserQuestionAnswers:r.answers,askUserQuestionIndex:r.currentIndex}})}markAskUserQuestionResolved(t,r){let o=this.messages.find(n=>n.id===t.id);o&&this.upsertMessage({...o,agentMetadata:{...o.agentMetadata,awaitingLocalTool:!1,askUserQuestionAnswered:!0,...r?{askUserQuestionAnswers:r}:{}}})}async resolveAskUserQuestion(t,r){var p,m,g,u,h,y,E,T,A,k,w,C;let o=this.messages.find(S=>S.id===t.id);if(((p=o==null?void 0:o.agentMetadata)==null?void 0:p.askUserQuestionAnswered)===!0)return;let n=(m=t.agentMetadata)==null?void 0:m.executionId,a=(g=t.toolCall)==null?void 0:g.name;if(!n||!a){(h=(u=this.callbacks).onError)==null||h.call(u,new Error("resolveAskUserQuestion: message is missing executionId or toolCall.name"));return}let s=typeof r=="string"?void 0:r;if(s===void 0&&typeof r=="string"){let S=(y=t.toolCall)==null?void 0:y.args,M=Array.isArray(S==null?void 0:S.questions)?S.questions:[];if(M.length===1){let W=typeof((E=M[0])==null?void 0:E.question)=="string"?M[0].question:"";W&&(s={[W]:r})}}this.markAskUserQuestionResolved(t,s),(T=this.abortController)==null||T.abort(),this.abortController=new AbortController,this.setStreaming(!0);let i=t.toolCall.id,c=(A=t.toolCall)==null?void 0:A.args,d=Array.isArray(c==null?void 0:c.questions)?c.questions:[];if(d.length===0){let S=typeof r=="string"?r:Object.entries(r).map(([M,W])=>`${M}: ${Array.isArray(W)?W.join(", "):W}`).join(" | ");this.appendMessage({id:`ask-user-answer-${i}`,role:"user",content:S,createdAt:new Date().toISOString(),streaming:!1,sequence:this.nextSequence()})}else{let S=s!=null?s:{};d.forEach((M,W)=>{let I=typeof(M==null?void 0:M.question)=="string"?M.question:"";if(!I)return;let R=S[I],D=Array.isArray(R)?R.join(", "):typeof R=="string"?R:"";this.appendMessage({id:`ask-user-q-${i}-${W}`,role:"assistant",content:I,createdAt:new Date().toISOString(),streaming:!1,sequence:this.nextSequence()}),this.appendMessage({id:`ask-user-a-${i}-${W}`,role:"user",content:D||"*Skipped*",createdAt:new Date().toISOString(),streaming:!1,sequence:this.nextSequence()})})}try{let S=await this.client.resumeFlow(n,{[a]:r});if(!S.ok){let M=await S.json().catch(()=>null);throw new Error((k=M==null?void 0:M.error)!=null?k:`Resume failed: ${S.status}`)}S.body?await this.connectStream(S.body,{allowReentry:!0}):(this.setStreaming(!1),this.abortController=null)}catch(S){let M=S instanceof Error&&(S.name==="AbortError"||S.message.includes("aborted")||S.message.includes("abort"));this.setStreaming(!1),this.abortController=null,M||(C=(w=this.callbacks).onError)==null||C.call(w,S instanceof Error?S:new Error(String(S)))}}enqueueWebMcpAwait(t){var a,s;let r=(a=t.agentMetadata)==null?void 0:a.executionId,o=(s=t.toolCall)==null?void 0:s.id;if(!r||!o){let i=this.webMcpEpoch;queueMicrotask(()=>{i===this.webMcpEpoch&&this.resolveWebMcpToolCall(t)});return}let n=this.webMcpAwaitBatches.get(r);n||(n={snapshots:[],seen:new Set},this.webMcpAwaitBatches.set(r,n)),!n.seen.has(o)&&(n.seen.add(o),n.snapshots.push(t))}scheduleWebMcpBatchFlush(){if(this.webMcpAwaitBatches.size===0)return;let t=this.webMcpEpoch;queueMicrotask(()=>{if(t===this.webMcpEpoch)for(let r of[...this.webMcpAwaitBatches.keys()])this.flushWebMcpAwaitBatch(r)})}flushWebMcpAwaitBatch(t){let r=this.webMcpAwaitBatches.get(t);if(!r)return;this.webMcpAwaitBatches.delete(t);let{snapshots:o}=r;o.length===1?this.resolveWebMcpToolCall(o[0]):o.length>1&&this.resolveWebMcpToolCallBatch(t,o)}resolveWebMcpToolStartedAt(t){var n,a;let r=this.messages.find(s=>s.id===t.id),o=[(n=r==null?void 0:r.toolCall)==null?void 0:n.startedAt,(a=t.toolCall)==null?void 0:a.startedAt];for(let s of o)if(typeof s=="number"&&Number.isFinite(s))return s;return Date.now()}isSuggestRepliesAlreadyResolved(t){var o,n;if(((o=t.toolCall)==null?void 0:o.name)!==bo)return!1;let r=this.messages.find(a=>a.id===t.id);return((n=(r!=null?r:t).agentMetadata)==null?void 0:n.suggestRepliesResolved)===!0}markWebMcpToolRunning(t){let r=this.resolveWebMcpToolStartedAt(t);return this.upsertMessage({...t,streaming:!0,agentMetadata:{...t.agentMetadata,awaitingLocalTool:!1},toolCall:t.toolCall?{...t.toolCall,status:"running",startedAt:r,completedAt:void 0,duration:void 0,durationMs:void 0}:t.toolCall}),r}markWebMcpToolComplete(t,r,o,n=Date.now(),a){this.messages.some(s=>s.id===t.id)&&this.upsertMessage({...t,streaming:!1,agentMetadata:{...t.agentMetadata,awaitingLocalTool:!1,...a},toolCall:t.toolCall?{...t.toolCall,status:"complete",result:r,startedAt:o,completedAt:n,duration:void 0,durationMs:Math.max(0,n-o)}:t.toolCall})}async resolveWebMcpToolCallBatch(t,r){var c,d,p,m;let o=[],n=[],a=new AbortController;this.webMcpResolveControllers.add(a),this.setStreaming(!0);let s=await Promise.all(r.map(async g=>{var C,S,M,W,I,R,D;let u=(C=g.toolCall)==null?void 0:C.name,h=(S=g.toolCall)==null?void 0:S.id;if(!u||!h)return null;let y=`${t}:${h}`;if(this.webMcpInflightKeys.has(y)||this.webMcpResolvedKeys.has(y)||this.isSuggestRepliesAlreadyResolved(g))return null;this.webMcpInflightKeys.add(y),o.push(y);let E=this.markWebMcpToolRunning(g),T=(W=(M=g.agentMetadata)==null?void 0:M.webMcpToolCallId)!=null?W:u;if(u===bo)return{dedupeKey:y,resumeKey:T,output:Jl(),toolMessage:g,startedAt:E,completedAt:Date.now()};let A=new AbortController;this.webMcpResolveControllers.add(A),n.push(A);let k=this.client.executeWebMcpToolCall(u,(I=g.toolCall)==null?void 0:I.args,A.signal),w;if(!k)w={isError:!0,content:[{type:"text",text:"WebMCP not enabled on this widget."}]};else try{w=await k}catch(O){let Q=O instanceof Error&&(O.name==="AbortError"||O.message.includes("aborted")||O.message.includes("abort"));return Q||(D=(R=this.callbacks).onError)==null||D.call(R,O instanceof Error?O:new Error(String(O))),this.markWebMcpToolComplete(g,Ps(Q?"Aborted by cancel()":Uh(O)),E),this.webMcpInflightKeys.delete(y),null}return A.signal.aborted?(this.markWebMcpToolComplete(g,Ps("Aborted by cancel()"),E),this.webMcpInflightKeys.delete(y),null):{dedupeKey:y,resumeKey:T,output:w,toolMessage:g,startedAt:E,completedAt:Date.now()}})),i=[];try{if(i=s.filter(h=>h!==null),i.length===0)return;let g={};for(let h of i)g[h.resumeKey]=h.output;let u=await this.client.resumeFlow(t,g,{signal:a.signal});if(!u.ok){let h=await u.json().catch(()=>null);throw new Error((c=h==null?void 0:h.error)!=null?c:`Resume failed: ${u.status}`)}for(let h of i)this.webMcpResolvedKeys.add(h.dedupeKey),this.markWebMcpToolComplete(h.toolMessage,h.output,h.startedAt,h.completedAt,((d=h.toolMessage.toolCall)==null?void 0:d.name)===bo?{suggestRepliesResolved:!0}:void 0);u.body&&await this.connectStream(u.body,{allowReentry:!0})}catch(g){if(!(g instanceof Error&&(g.name==="AbortError"||g.message.includes("aborted")||g.message.includes("abort"))))(m=(p=this.callbacks).onError)==null||m.call(p,g instanceof Error?g:new Error(String(g)));else for(let h of i)this.markWebMcpToolComplete(h.toolMessage,Ps("Aborted by cancel()"),h.startedAt)}finally{for(let g of o)this.webMcpInflightKeys.delete(g);for(let g of n)this.webMcpResolveControllers.delete(g);this.webMcpResolveControllers.delete(a),this.webMcpResolveControllers.size===0&&!this.abortController&&this.setStreaming(!1)}}async resolveWebMcpToolCall(t){var h,y,E,T,A,k,w,C,S,M,W,I;let r=(h=t.agentMetadata)==null?void 0:h.executionId,o=(y=t.toolCall)==null?void 0:y.name,n=(E=t.toolCall)==null?void 0:E.id;if(!r){(A=(T=this.callbacks).onError)==null||A.call(T,new Error("WebMCP step_await missing executionId: dispatch left paused."));return}if(!o)return;if(!n){let R=`${r}:__no_tool_id__:${o}`;if(this.webMcpInflightKeys.has(R)||this.webMcpResolvedKeys.has(R))return;this.webMcpInflightKeys.add(R);try{await this.resumeWithToolOutput(r,o,{isError:!0,content:[{type:"text",text:"WebMCP step_await missing toolCall.id: cannot execute the page tool."}]}),this.webMcpResolvedKeys.add(R)}catch(D){(w=(k=this.callbacks).onError)==null||w.call(k,D instanceof Error?D:new Error(String(D)))}finally{this.webMcpInflightKeys.delete(R)}return}let a=`${r}:${n}`;if(this.webMcpInflightKeys.has(a)||this.webMcpResolvedKeys.has(a)||this.isSuggestRepliesAlreadyResolved(t))return;this.webMcpInflightKeys.add(a);let s=this.markWebMcpToolRunning(t),i=new AbortController;this.webMcpResolveControllers.add(i);let{signal:c}=i;this.setStreaming(!0);let d=o===bo,p=(C=t.toolCall)==null?void 0:C.args,m=d?null:this.client.executeWebMcpToolCall(o,p,c),g="execute",u=s;try{let R;if(d?R=Jl():m?R=await m:R={isError:!0,content:[{type:"text",text:"WebMCP not enabled on this widget."}]},u=Date.now(),c.aborted){this.markWebMcpToolComplete(t,Ps("Aborted by cancel()"),s);return}let D=(M=(S=t.agentMetadata)==null?void 0:S.webMcpToolCallId)!=null?M:o;g="resume",await this.resumeWithToolOutput(r,D,R,{onHttpOk:()=>{this.webMcpResolvedKeys.add(a),this.markWebMcpToolComplete(t,R,s,u,d?{suggestRepliesResolved:!0}:void 0)},signal:c})}catch(R){let D=R instanceof Error&&(R.name==="AbortError"||R.message.includes("aborted")||R.message.includes("abort"));(g==="execute"||D||c.aborted)&&this.markWebMcpToolComplete(t,Ps(D||c.aborted?"Aborted by cancel()":Uh(R)),s),D||(I=(W=this.callbacks).onError)==null||I.call(W,R instanceof Error?R:new Error(String(R)))}finally{this.webMcpInflightKeys.delete(a),this.webMcpResolveControllers.delete(i),this.webMcpResolveControllers.size===0&&!this.abortController&&this.setStreaming(!1)}}async resumeWithToolOutput(t,r,o,n){var s,i;let a=await this.client.resumeFlow(t,{[r]:o},{signal:n==null?void 0:n.signal});if(!a.ok){let c=await a.json().catch(()=>null);throw new Error((s=c==null?void 0:c.error)!=null?s:`Resume failed: ${a.status}`)}(i=n==null?void 0:n.onHttpOk)==null||i.call(n),a.body?await this.connectStream(a.body,{allowReentry:!0}):this.webMcpResolveControllers.size===0&&(this.setStreaming(!1),this.abortController=null)}abortWebMcpResolves(){for(let t of this.webMcpResolveControllers)t.abort();this.webMcpResolveControllers.clear();for(let t of[...this.webMcpApprovalResolvers.keys()])this.resolveWebMcpApproval(t,"denied");this.webMcpAwaitBatches.clear(),this.webMcpEpoch++}cancel(){var t;(t=this.abortController)==null||t.abort(),this.abortController=null,this.teardownReconnect(),this.abortWebMcpResolves(),this.webMcpInflightKeys.clear(),this.stopSpeaking(),this.stopVoicePlayback(),this.setStreaming(!1),this.setStatus("idle")}clearMessages(){var t;this.stopSpeaking(),(t=this.abortController)==null||t.abort(),this.abortController=null,this.teardownReconnect(),this.abortWebMcpResolves(),this.messages=[],this.agentExecution=null,this.clearArtifactState(),this.webMcpInflightKeys.clear(),this.webMcpResolvedKeys.clear(),this.client.resetClientToolsFingerprint(),this.setStreaming(!1),this.setStatus("idle"),this.callbacks.onMessagesChanged([...this.messages])}getArtifacts(){return[...this.artifacts.values()]}getArtifactById(t){return this.artifacts.get(t)}getSelectedArtifactId(){return this.selectedArtifactId}selectArtifact(t){this.selectedArtifactId=t,this.emitArtifactsState()}clearArtifacts(){this.clearArtifactState()}upsertArtifact(t){var n;let r=t.id||`art_${Date.now().toString(36)}_${Math.random().toString(36).slice(2,9)}`;if(t.artifactType==="markdown"){let a={id:r,artifactType:"markdown",title:t.title,status:"complete",markdown:t.content};return this.artifacts.set(r,a),this.selectedArtifactId=r,this.emitArtifactsState(),a}let o={id:r,artifactType:"component",title:t.title,status:"complete",component:t.component,props:(n=t.props)!=null?n:{}};return this.artifacts.set(r,o),this.selectedArtifactId=r,this.emitArtifactsState(),o}clearArtifactState(){this.artifacts.size===0&&this.selectedArtifactId===null||(this.artifacts.clear(),this.selectedArtifactId=null,this.emitArtifactsState())}emitArtifactsState(){var t,r;(r=(t=this.callbacks).onArtifactsState)==null||r.call(t,{artifacts:[...this.artifacts.values()],selectedId:this.selectedArtifactId})}applyArtifactStreamEvent(t){var r,o;switch(t.type){case"artifact_start":{t.artifactType==="markdown"?this.artifacts.set(t.id,{id:t.id,artifactType:"markdown",title:t.title,status:"streaming",markdown:""}):this.artifacts.set(t.id,{id:t.id,artifactType:"component",title:t.title,status:"streaming",component:(r=t.component)!=null?r:"",props:{}}),this.selectedArtifactId=t.id;break}case"artifact_delta":{let n=this.artifacts.get(t.id);(n==null?void 0:n.artifactType)==="markdown"&&(n.markdown=((o=n.markdown)!=null?o:"")+t.artDelta);break}case"artifact_update":{let n=this.artifacts.get(t.id);(n==null?void 0:n.artifactType)==="component"&&(n.props={...n.props,...t.props},t.component&&(n.component=t.component));break}case"artifact_complete":{let n=this.artifacts.get(t.id);n&&(n.status="complete");break}default:return}this.emitArtifactsState()}hydrateMessages(t){var r;(r=this.abortController)==null||r.abort(),this.abortController=null,this.teardownReconnect(),this.abortWebMcpResolves(),this.webMcpInflightKeys.clear(),this.webMcpResolvedKeys.clear(),this.messages=this.sortMessages(t.map(o=>{var n;return{...o,streaming:!1,sequence:(n=o.sequence)!=null?n:this.nextSequence()}})),this.setStreaming(!1),this.setStatus("idle"),this.callbacks.onMessagesChanged([...this.messages])}hydrateArtifacts(t,r=null){this.artifacts.clear();for(let o of t)this.artifacts.set(o.id,{...o,status:"complete"});this.selectedArtifactId=r,this.emitArtifactsState()}trackCursor(t){var n,a;let r=(n=this.agentExecution)==null?void 0:n.executionId;if(!r||!this.activeAssistantMessageId||((a=this.agentExecution)==null?void 0:a.status)!=="running")return;let o=this.resumable===null;this.resumable={executionId:r,lastEventId:t,assistantMessageId:this.activeAssistantMessageId,status:"running"},this.notifyExecutionState(o)}isDurableDrop(){var t;return this.resumable!==null&&typeof this.config.reconnectStream=="function"&&((t=this.abortController)==null?void 0:t.signal.aborted)!==!0&&this.webMcpResolveControllers.size===0&&this.webMcpAwaitBatches.size===0&&!this.isAwaitPending()}isAwaitPending(){return this.messages.some(t=>{var r,o,n;return((r=t.agentMetadata)==null?void 0:r.awaitingLocalTool)===!0&&((o=t.agentMetadata)==null?void 0:o.askUserQuestionAnswered)!==!0||t.variant==="approval"&&((n=t.approval)==null?void 0:n.status)==="pending"})}beginReconnect(){var t,r;this.reconnecting||!this.resumable||typeof this.config.reconnectStream!="function"||(this.reconnecting=!0,(r=(t=this.callbacks).onReconnect)==null||r.call(t,{phase:"paused",handle:this.resumable}),this.setStreaming(!0),this.setStatus("resuming"),this.loadReconnectController().then(o=>{this.reconnecting&&this.resumable&&o.begin()}))}loadReconnectController(){return this.reconnectController?Promise.resolve(this.reconnectController):(this.reconnectControllerPromise||(this.reconnectControllerPromise=Promise.resolve().then(()=>(_h(),Oh)).then(({createReconnectController:t})=>{let r=t(this.buildReconnectHost());return this.reconnectController=r,r})),this.reconnectControllerPromise)}buildReconnectHost(){let t=this;return{get config(){return t.config},getResumable:()=>t.resumable,clearResumable:()=>t.clearResumable(),getStatus:()=>t.status,setStatus:r=>t.setStatus(r),setStreaming:r=>t.setStreaming(r),setReconnecting:r=>{t.reconnecting=r},setAbortController:r=>{t.abortController=r},getMessages:()=>t.messages,notifyMessagesChanged:()=>t.callbacks.onMessagesChanged([...t.messages]),resumeConnect:(r,o,n)=>t.connectStream(r,{assistantMessageId:o,allowReentry:!0,preserveAssistantId:!0,seedContent:n}),appendMessage:r=>t.appendMessage(r),nextSequence:()=>t.nextSequence(),emitReconnect:r=>{var o,n;return(n=(o=t.callbacks).onReconnect)==null?void 0:n.call(o,r)},buildErrorContent:r=>sd(new Error(r),t.config.errorMessage),onError:r=>{var o,n;return(n=(o=t.callbacks).onError)==null?void 0:n.call(o,r)}}}reconnectNow(){var t;if(this.reconnecting){(t=this.reconnectController)==null||t.wake();return}this.beginReconnect()}resumeFromHandle(t){if(typeof this.config.reconnectStream!="function"||this.reconnecting)return;let r=this.reopenTrailingAssistant();r||(r=In(),this.appendMessage({id:r,role:"assistant",content:"",createdAt:new Date().toISOString(),streaming:!0,sequence:this.nextSequence()})),this.activeAssistantMessageId=r,this.agentExecution||(this.agentExecution={executionId:t.executionId,agentId:"",agentName:"",status:"running",currentIteration:0,maxTurns:0}),this.resumable={executionId:t.executionId,lastEventId:t.after,assistantMessageId:r,status:"running"},this.beginReconnect()}reopenTrailingAssistant(){for(let t=this.messages.length-1;t>=0;t--){let r=this.messages[t];if(r.role==="assistant"&&!r.variant)return r.streaming=!0,this.callbacks.onMessagesChanged([...this.messages]),r.id;if(r.role==="user")break}return null}teardownReconnect(){var t;this.reconnecting=!1,(t=this.reconnectController)==null||t.teardown(),this.clearResumable()}clearResumable(){var r,o;this.executionStateTimer&&(clearTimeout(this.executionStateTimer),this.executionStateTimer=null);let t=this.resumable!==null;this.resumable=null,t&&((o=(r=this.config).onExecutionState)==null||o.call(r,null))}notifyExecutionState(t){let r=this.config.onExecutionState;if(r){if(t){this.executionStateTimer&&(clearTimeout(this.executionStateTimer),this.executionStateTimer=null),r(this.resumable);return}this.executionStateTimer||(this.executionStateTimer=setTimeout(()=>{var o,n;this.executionStateTimer=null,(n=(o=this.config).onExecutionState)==null||n.call(o,this.resumable)},500))}}getResumableHandle(){return this.resumable}setStatus(t){this.status!==t&&(this.status=t,this.callbacks.onStatusChanged(t))}setStreaming(t){if(this.streaming===t)return;let r=this.streaming;this.streaming=t,this.callbacks.onStreamingChanged(t),r&&!t&&this.speakLatestAssistantMessage()}speakLatestAssistantMessage(){let t=this.config.textToSpeech;if(!(t!=null&&t.enabled)||!(!t.provider||t.provider==="browser"||t.provider==="runtype"&&t.browserFallback))return;let o=[...this.messages].reverse().find(a=>a.role==="assistant"&&a.content&&!a.voiceProcessing);if(!o)return;if(this.ttsSpokenMessageIds.has(o.id)){this.ttsSpokenMessageIds.delete(o.id);return}let n=od(o.content);n.trim()&&this.readAloud.play(o.id,{text:n,voice:t.voice,rate:t.rate,pitch:t.pitch})}static pickBestVoice(t){return Ua(t)}toggleReadAloud(t){let r=this.messages.find(a=>a.id===t);if(!r||r.role!=="assistant")return;let o=od(r.content||"");if(!o.trim())return;let n=this.config.textToSpeech;this.readAloud.toggle(t,{text:o,voice:n==null?void 0:n.voice,rate:n==null?void 0:n.rate,pitch:n==null?void 0:n.pitch})}getReadAloudState(t){return this.readAloud.stateFor(t)}onReadAloudChange(t){return this.readAloud.onChange(t)}stopSpeaking(){this.readAloud.stop(),typeof window!="undefined"&&"speechSynthesis"in window&&window.speechSynthesis.cancel()}appendMessage(t){let r=this.ensureSequence(t);this.messages=this.sortMessages([...this.messages,r]),this.callbacks.onMessagesChanged([...this.messages])}upsertMessage(t){let r=this.ensureSequence(t),o=this.messages.findIndex(n=>n.id===r.id);if(o===-1){this.appendMessage(r);return}this.messages=this.messages.map((n,a)=>{var p,m,g,u,h,y,E,T,A,k,w,C,S,M,W;if(a!==o)return n;let s={...n,...r};if(((p=n.agentMetadata)==null?void 0:p.askUserQuestionAnswered)===!0&&r.agentMetadata&&(s.agentMetadata={...r.agentMetadata,askUserQuestionAnswered:!0,...n.agentMetadata.askUserQuestionAnswers?{askUserQuestionAnswers:n.agentMetadata.askUserQuestionAnswers}:{},awaitingLocalTool:!1}),((m=n.agentMetadata)==null?void 0:m.suggestRepliesResolved)===!0&&r.agentMetadata&&(s.agentMetadata={...(g=s.agentMetadata)!=null?g:r.agentMetadata,suggestRepliesResolved:!0,awaitingLocalTool:!1}),n.approval&&r.approval&&n.approval.id===r.approval.id){let I=n.approval,R=r.approval;s.approval={...I,...R,executionId:R.executionId||I.executionId,toolName:R.toolName||I.toolName,description:R.description||I.description,toolType:(u=R.toolType)!=null?u:I.toolType,reason:(h=R.reason)!=null?h:I.reason,parameters:(y=R.parameters)!=null?y:I.parameters}}let i=(E=r.toolCall)==null?void 0:E.name,c=(T=r.agentMetadata)==null?void 0:T.executionId,d=(A=r.toolCall)==null?void 0:A.id;if(i&&qh(i)&&c&&d&&((k=r.agentMetadata)==null?void 0:k.awaitingLocalTool)===!0){let I=`${c}:${d}`,R=this.webMcpInflightKeys.has(I),D=this.webMcpResolvedKeys.has(I),O=(w=n.toolCall)==null?void 0:w.name,Q=((C=n.agentMetadata)==null?void 0:C.executionId)===c&&((S=n.toolCall)==null?void 0:S.id)===d&&O!==void 0&&qh(O)&&((M=n.toolCall)==null?void 0:M.status)==="complete";(R||D||Q)&&(s.agentMetadata={...(W=s.agentMetadata)!=null?W:{},awaitingLocalTool:!1},s.toolCall=n.toolCall,s.streaming=n.streaming)}return s}),this.messages=this.sortMessages(this.messages),this.callbacks.onMessagesChanged([...this.messages])}ensureSequence(t){return t.sequence!==void 0?{...t}:{...t,sequence:this.nextSequence()}}nextSequence(){return this.sequenceCounter++}sortMessages(t){return[...t].sort((r,o)=>{var c,d;let n=new Date(r.createdAt).getTime(),a=new Date(o.createdAt).getTime();if(!Number.isNaN(n)&&!Number.isNaN(a)&&n!==a)return n-a;let s=(c=r.sequence)!=null?c:0,i=(d=o.sequence)!=null?d:0;return s!==i?s-i:r.id.localeCompare(o.id)})}};var id=[["path",{d:"M22 12h-2.48a2 2 0 0 0-1.93 1.46l-2.35 8.36a.25.25 0 0 1-.48 0L9.24 2.18a.25.25 0 0 0-.48 0l-2.35 8.36A2 2 0 0 1 4.49 12H2"}]];var ld=[["path",{d:"M12 5v14"}],["path",{d:"m19 12-7 7-7-7"}]];var dd=[["path",{d:"m12 19-7-7 7-7"}],["path",{d:"M19 12H5"}]];var cd=[["path",{d:"M5 12h14"}],["path",{d:"m12 5 7 7-7 7"}]];var pd=[["path",{d:"M7 7h10v10"}],["path",{d:"M7 17 17 7"}]];var ud=[["path",{d:"m5 12 7-7 7 7"}],["path",{d:"M12 19V5"}]];var fd=[["circle",{cx:"12",cy:"12",r:"4"}],["path",{d:"M16 8v5a3 3 0 0 0 6 0v-1a10 10 0 1 0-4 8"}]];var md=[["circle",{cx:"12",cy:"12",r:"10"}],["path",{d:"M4.929 4.929 19.07 19.071"}]];var gd=[["path",{d:"M10.268 21a2 2 0 0 0 3.464 0"}],["path",{d:"M3.262 15.326A1 1 0 0 0 4 17h16a1 1 0 0 0 .74-1.673C19.41 13.956 18 12.499 18 8A6 6 0 0 0 6 8c0 4.499-1.411 5.956-2.738 7.326"}]];var hd=[["path",{d:"M17 3a2 2 0 0 1 2 2v15a1 1 0 0 1-1.496.868l-4.512-2.578a2 2 0 0 0-1.984 0l-4.512 2.578A1 1 0 0 1 5 20V5a2 2 0 0 1 2-2z"}]];var xd=[["path",{d:"M12 8V4H8"}],["rect",{width:"16",height:"12",x:"4",y:"8",rx:"2"}],["path",{d:"M2 14h2"}],["path",{d:"M20 14h2"}],["path",{d:"M15 13v2"}],["path",{d:"M9 13v2"}]];var yd=[["path",{d:"M12 10h.01"}],["path",{d:"M12 14h.01"}],["path",{d:"M12 6h.01"}],["path",{d:"M16 10h.01"}],["path",{d:"M16 14h.01"}],["path",{d:"M16 6h.01"}],["path",{d:"M8 10h.01"}],["path",{d:"M8 14h.01"}],["path",{d:"M8 6h.01"}],["path",{d:"M9 22v-3a1 1 0 0 1 1-1h4a1 1 0 0 1 1 1v3"}],["rect",{x:"4",y:"2",width:"16",height:"20",rx:"2"}]];var bd=[["path",{d:"M8 2v4"}],["path",{d:"M16 2v4"}],["rect",{width:"18",height:"18",x:"3",y:"4",rx:"2"}],["path",{d:"M3 10h18"}],["path",{d:"M8 14h.01"}],["path",{d:"M12 14h.01"}],["path",{d:"M16 14h.01"}],["path",{d:"M8 18h.01"}],["path",{d:"M12 18h.01"}],["path",{d:"M16 18h.01"}]];var vd=[["path",{d:"M8 2v4"}],["path",{d:"M16 2v4"}],["rect",{width:"18",height:"18",x:"3",y:"4",rx:"2"}],["path",{d:"M3 10h18"}]];var wd=[["path",{d:"M13.997 4a2 2 0 0 1 1.76 1.05l.486.9A2 2 0 0 0 18.003 7H20a2 2 0 0 1 2 2v9a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2V9a2 2 0 0 1 2-2h1.997a2 2 0 0 0 1.759-1.048l.489-.904A2 2 0 0 1 10.004 4z"}],["circle",{cx:"12",cy:"13",r:"3"}]];var Cd=[["path",{d:"M20 6 9 17l-5-5"}]];var Sd=[["path",{d:"m6 9 6 6 6-6"}]];var Ad=[["path",{d:"m15 18-6-6 6-6"}]];var Md=[["path",{d:"m9 18 6-6-6-6"}]];var Td=[["path",{d:"m18 15-6-6-6 6"}]];var Ei=[["circle",{cx:"12",cy:"12",r:"10"}],["path",{d:"m9 12 2 2 4-4"}]];var ki=[["circle",{cx:"12",cy:"12",r:"10"}],["path",{d:"m15 9-6 6"}],["path",{d:"m9 9 6 6"}]];var Ed=[["rect",{width:"8",height:"4",x:"8",y:"2",rx:"1",ry:"1"}],["path",{d:"M8 4H6a2 2 0 0 0-2 2v14a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2v-2"}],["path",{d:"M16 4h2a2 2 0 0 1 2 2v4"}],["path",{d:"M21 14H11"}],["path",{d:"m15 10-4 4 4 4"}]];var kd=[["rect",{width:"8",height:"4",x:"8",y:"2",rx:"1",ry:"1"}],["path",{d:"M16 4h2a2 2 0 0 1 2 2v14a2 2 0 0 1-2 2H6a2 2 0 0 1-2-2V6a2 2 0 0 1 2-2h2"}]];var Ld=[["circle",{cx:"12",cy:"12",r:"10"}],["path",{d:"M12 6v6l4 2"}]];var Pd=[["rect",{width:"14",height:"14",x:"8",y:"8",rx:"2",ry:"2"}],["path",{d:"M4 16c-1.1 0-2-.9-2-2V4c0-1.1.9-2 2-2h10c1.1 0 2 .9 2 2"}]];var Rd=[["rect",{width:"20",height:"14",x:"2",y:"5",rx:"2"}],["line",{x1:"2",x2:"22",y1:"10",y2:"10"}]];var Id=[["line",{x1:"12",x2:"12",y1:"2",y2:"22"}],["path",{d:"M17 5H9.5a3.5 3.5 0 0 0 0 7h5a3.5 3.5 0 0 1 0 7H6"}]];var Wd=[["path",{d:"M12 15V3"}],["path",{d:"M21 15v4a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-4"}],["path",{d:"m7 10 5 5 5-5"}]];var Li=[["circle",{cx:"12",cy:"12",r:"1"}],["circle",{cx:"12",cy:"5",r:"1"}],["circle",{cx:"12",cy:"19",r:"1"}]];var Pi=[["circle",{cx:"12",cy:"12",r:"1"}],["circle",{cx:"19",cy:"12",r:"1"}],["circle",{cx:"5",cy:"12",r:"1"}]];var Hd=[["path",{d:"M10.733 5.076a10.744 10.744 0 0 1 11.205 6.575 1 1 0 0 1 0 .696 10.747 10.747 0 0 1-1.444 2.49"}],["path",{d:"M14.084 14.158a3 3 0 0 1-4.242-4.242"}],["path",{d:"M17.479 17.499a10.75 10.75 0 0 1-15.417-5.151 1 1 0 0 1 0-.696 10.75 10.75 0 0 1 4.446-5.143"}],["path",{d:"m2 2 20 20"}]];var Bd=[["path",{d:"M15 3h6v6"}],["path",{d:"M10 14 21 3"}],["path",{d:"M18 13v6a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V8a2 2 0 0 1 2-2h6"}]];var Dd=[["path",{d:"M2.062 12.348a1 1 0 0 1 0-.696 10.75 10.75 0 0 1 19.876 0 1 1 0 0 1 0 .696 10.75 10.75 0 0 1-19.876 0"}],["circle",{cx:"12",cy:"12",r:"3"}]];var Fd=[["path",{d:"M6 22a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2h8a2.4 2.4 0 0 1 1.704.706l3.588 3.588A2.4 2.4 0 0 1 20 8v12a2 2 0 0 1-2 2z"}],["path",{d:"M14 2v5a1 1 0 0 0 1 1h5"}],["path",{d:"M10 12.5 8 15l2 2.5"}],["path",{d:"m14 12.5 2 2.5-2 2.5"}]];var Nd=[["path",{d:"M6 22a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2h8a2.4 2.4 0 0 1 1.704.706l3.588 3.588A2.4 2.4 0 0 1 20 8v12a2 2 0 0 1-2 2z"}],["path",{d:"M14 2v5a1 1 0 0 0 1 1h5"}],["path",{d:"M8 13h2"}],["path",{d:"M14 13h2"}],["path",{d:"M8 17h2"}],["path",{d:"M14 17h2"}]];var Od=[["path",{d:"M6 22a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2h8a2.4 2.4 0 0 1 1.704.706l3.588 3.588A2.4 2.4 0 0 1 20 8v12a2 2 0 0 1-2 2z"}],["path",{d:"M14 2v5a1 1 0 0 0 1 1h5"}],["path",{d:"M10 9H8"}],["path",{d:"M16 13H8"}],["path",{d:"M16 17H8"}]];var _d=[["path",{d:"M6 22a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2h8a2.4 2.4 0 0 1 1.704.706l3.588 3.588A2.4 2.4 0 0 1 20 8v12a2 2 0 0 1-2 2z"}],["path",{d:"M14 2v5a1 1 0 0 0 1 1h5"}]];var Ud=[["path",{d:"M15 2h-4a2 2 0 0 0-2 2v11a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2V8"}],["path",{d:"M16.706 2.706A2.4 2.4 0 0 0 15 2v5a1 1 0 0 0 1 1h5a2.4 2.4 0 0 0-.706-1.706z"}],["path",{d:"M5 7a2 2 0 0 0-2 2v11a2 2 0 0 0 2 2h8a2 2 0 0 0 1.732-1"}]];var qd=[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2"}],["path",{d:"M7 3v18"}],["path",{d:"M3 7.5h4"}],["path",{d:"M3 12h18"}],["path",{d:"M3 16.5h4"}],["path",{d:"M17 3v18"}],["path",{d:"M17 7.5h4"}],["path",{d:"M17 16.5h4"}]];var Vd=[["path",{d:"M4 22V4a1 1 0 0 1 .4-.8A6 6 0 0 1 8 2c3 0 5 2 7.333 2q2 0 3.067-.8A1 1 0 0 1 20 4v10a1 1 0 0 1-.4.8A6 6 0 0 1 16 16c-3 0-5-2-8-2a6 6 0 0 0-4 1.528"}]];var zd=[["path",{d:"m6 14 1.5-2.9A2 2 0 0 1 9.24 10H20a2 2 0 0 1 1.94 2.5l-1.54 6a2 2 0 0 1-1.95 1.5H4a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h3.9a2 2 0 0 1 1.69.9l.81 1.2a2 2 0 0 0 1.67.9H18a2 2 0 0 1 2 2v2"}]];var $d=[["path",{d:"M20 20a2 2 0 0 0 2-2V8a2 2 0 0 0-2-2h-7.9a2 2 0 0 1-1.69-.9L9.6 3.9A2 2 0 0 0 7.93 3H4a2 2 0 0 0-2 2v13a2 2 0 0 0 2 2Z"}]];var Ri=[["path",{d:"M10 20a1 1 0 0 0 .553.895l2 1A1 1 0 0 0 14 21v-7a2 2 0 0 1 .517-1.341L21.74 4.67A1 1 0 0 0 21 3H3a1 1 0 0 0-.742 1.67l7.225 7.989A2 2 0 0 1 10 14z"}]];var jd=[["path",{d:"M12 7v14"}],["path",{d:"M20 11v8a2 2 0 0 1-2 2H6a2 2 0 0 1-2-2v-8"}],["path",{d:"M7.5 7a1 1 0 0 1 0-5A4.8 8 0 0 1 12 7a4.8 8 0 0 1 4.5-5 1 1 0 0 1 0 5"}],["rect",{x:"3",y:"7",width:"18",height:"4",rx:"1"}]];var Gd=[["circle",{cx:"12",cy:"12",r:"10"}],["path",{d:"M12 2a14.5 14.5 0 0 0 0 20 14.5 14.5 0 0 0 0-20"}],["path",{d:"M2 12h20"}]];var Kd=[["line",{x1:"4",x2:"20",y1:"9",y2:"9"}],["line",{x1:"4",x2:"20",y1:"15",y2:"15"}],["line",{x1:"10",x2:"8",y1:"3",y2:"21"}],["line",{x1:"16",x2:"14",y1:"3",y2:"21"}]];var Xd=[["path",{d:"M3 14h3a2 2 0 0 1 2 2v3a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-7a9 9 0 0 1 18 0v7a2 2 0 0 1-2 2h-1a2 2 0 0 1-2-2v-3a2 2 0 0 1 2-2h3"}]];var Qd=[["path",{d:"M2 9.5a5.5 5.5 0 0 1 9.591-3.676.56.56 0 0 0 .818 0A5.49 5.49 0 0 1 22 9.5c0 2.29-1.5 4-3 5.5l-5.492 5.313a2 2 0 0 1-3 .019L5 15c-1.5-1.5-3-3.2-3-5.5"}]];var Jd=[["path",{d:"M3 12a9 9 0 1 0 9-9 9.75 9.75 0 0 0-6.74 2.74L3 8"}],["path",{d:"M3 3v5h5"}],["path",{d:"M12 7v5l4 2"}]];var Ii=[["path",{d:"M15 21v-8a1 1 0 0 0-1-1h-4a1 1 0 0 0-1 1v8"}],["path",{d:"M3 10a2 2 0 0 1 .709-1.528l7-6a2 2 0 0 1 2.582 0l7 6A2 2 0 0 1 21 10v9a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2z"}]];var Yd=[["path",{d:"M16 5h6"}],["path",{d:"M19 2v6"}],["path",{d:"M21 11.5V19a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h7.5"}],["path",{d:"m21 15-3.086-3.086a2 2 0 0 0-2.828 0L6 21"}],["circle",{cx:"9",cy:"9",r:"2"}]];var Zd=[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2",ry:"2"}],["circle",{cx:"9",cy:"9",r:"2"}],["path",{d:"m21 15-3.086-3.086a2 2 0 0 0-2.828 0L6 21"}]];var ec=[["circle",{cx:"12",cy:"12",r:"10"}],["path",{d:"M12 16v-4"}],["path",{d:"M12 8h.01"}]];var tc=[["path",{d:"m15.5 7.5 2.3 2.3a1 1 0 0 0 1.4 0l2.1-2.1a1 1 0 0 0 0-1.4L19 4"}],["path",{d:"m21 2-9.6 9.6"}],["circle",{cx:"7.5",cy:"15.5",r:"5.5"}]];var rc=[["path",{d:"M10 13a5 5 0 0 0 7.54.54l3-3a5 5 0 0 0-7.07-7.07l-1.72 1.71"}],["path",{d:"M14 11a5 5 0 0 0-7.54-.54l-3 3a5 5 0 0 0 7.07 7.07l1.71-1.71"}]];var Wi=[["path",{d:"M21 12a9 9 0 1 1-6.219-8.56"}]];var oc=[["path",{d:"M12 2v4"}],["path",{d:"m16.2 7.8 2.9-2.9"}],["path",{d:"M18 12h4"}],["path",{d:"m16.2 16.2 2.9 2.9"}],["path",{d:"M12 18v4"}],["path",{d:"m4.9 19.1 2.9-2.9"}],["path",{d:"M2 12h4"}],["path",{d:"m4.9 4.9 2.9 2.9"}]];var nc=[["rect",{width:"18",height:"11",x:"3",y:"11",rx:"2",ry:"2"}],["path",{d:"M7 11V7a5 5 0 0 1 10 0v4"}]];var ac=[["path",{d:"m22 7-8.991 5.727a2 2 0 0 1-2.009 0L2 7"}],["rect",{x:"2",y:"4",width:"20",height:"16",rx:"2"}]];var sc=[["path",{d:"M20 10c0 4.993-5.539 10.193-7.399 11.799a1 1 0 0 1-1.202 0C9.539 20.193 4 14.993 4 10a8 8 0 0 1 16 0"}],["circle",{cx:"12",cy:"10",r:"3"}]];var ic=[["path",{d:"M8 3H5a2 2 0 0 0-2 2v3"}],["path",{d:"M21 8V5a2 2 0 0 0-2-2h-3"}],["path",{d:"M3 16v3a2 2 0 0 0 2 2h3"}],["path",{d:"M16 21h3a2 2 0 0 0 2-2v-3"}]];var lc=[["path",{d:"M4 5h16"}],["path",{d:"M4 12h16"}],["path",{d:"M4 19h16"}]];var dc=[["path",{d:"M2.992 16.342a2 2 0 0 1 .094 1.167l-1.065 3.29a1 1 0 0 0 1.236 1.168l3.413-.998a2 2 0 0 1 1.099.092 10 10 0 1 0-4.777-4.719"}]];var cc=[["path",{d:"M22 17a2 2 0 0 1-2 2H6.828a2 2 0 0 0-1.414.586l-2.202 2.202A.71.71 0 0 1 2 21.286V5a2 2 0 0 1 2-2h16a2 2 0 0 1 2 2z"}]];var pc=[["path",{d:"M12 19v3"}],["path",{d:"M19 10v2a7 7 0 0 1-14 0v-2"}],["rect",{x:"9",y:"2",width:"6",height:"13",rx:"3"}]];var uc=[["path",{d:"M8 3v3a2 2 0 0 1-2 2H3"}],["path",{d:"M21 8h-3a2 2 0 0 1-2-2V3"}],["path",{d:"M3 16h3a2 2 0 0 1 2 2v3"}],["path",{d:"M16 21v-3a2 2 0 0 1 2-2h3"}]];var fc=[["path",{d:"M5 12h14"}]];var mc=[["rect",{width:"20",height:"14",x:"2",y:"3",rx:"2"}],["line",{x1:"8",x2:"16",y1:"21",y2:"21"}],["line",{x1:"12",x2:"12",y1:"17",y2:"21"}]];var gc=[["path",{d:"M20.985 12.486a9 9 0 1 1-9.473-9.472c.405-.022.617.46.402.803a6 6 0 0 0 8.268 8.268c.344-.215.825-.004.803.401"}]];var hc=[["path",{d:"M11 21.73a2 2 0 0 0 2 0l7-4A2 2 0 0 0 21 16V8a2 2 0 0 0-1-1.73l-7-4a2 2 0 0 0-2 0l-7 4A2 2 0 0 0 3 8v8a2 2 0 0 0 1 1.73z"}],["path",{d:"M12 22V12"}],["polyline",{points:"3.29 7 12 12 20.71 7"}],["path",{d:"m7.5 4.27 9 5.15"}]];var xc=[["path",{d:"m16 6-8.414 8.586a2 2 0 0 0 2.829 2.829l8.414-8.586a4 4 0 1 0-5.657-5.657l-8.379 8.551a6 6 0 1 0 8.485 8.485l8.379-8.551"}]];var yc=[["rect",{x:"14",y:"3",width:"5",height:"18",rx:"1"}],["rect",{x:"5",y:"3",width:"5",height:"18",rx:"1"}]];var bc=[["path",{d:"M21.174 6.812a1 1 0 0 0-3.986-3.987L3.842 16.174a2 2 0 0 0-.5.83l-1.321 4.352a.5.5 0 0 0 .623.622l4.353-1.32a2 2 0 0 0 .83-.497z"}],["path",{d:"m15 5 4 4"}]];var vc=[["line",{x1:"19",x2:"5",y1:"5",y2:"19"}],["circle",{cx:"6.5",cy:"6.5",r:"2.5"}],["circle",{cx:"17.5",cy:"17.5",r:"2.5"}]];var wc=[["path",{d:"M13.832 16.568a1 1 0 0 0 1.213-.303l.355-.465A2 2 0 0 1 17 15h3a2 2 0 0 1 2 2v3a2 2 0 0 1-2 2A18 18 0 0 1 2 4a2 2 0 0 1 2-2h3a2 2 0 0 1 2 2v3a2 2 0 0 1-.8 1.6l-.468.351a1 1 0 0 0-.292 1.233 14 14 0 0 0 6.392 6.384"}]];var Cc=[["path",{d:"M5 5a2 2 0 0 1 3.008-1.728l11.997 6.998a2 2 0 0 1 .003 3.458l-12 7A2 2 0 0 1 5 19z"}]];var Sc=[["path",{d:"M5 12h14"}],["path",{d:"M12 5v14"}]];var Ac=[["path",{d:"M12 17V7"}],["path",{d:"M16 8h-6a2 2 0 0 0 0 4h4a2 2 0 0 1 0 4H8"}],["path",{d:"M4 3a1 1 0 0 1 1-1 1.3 1.3 0 0 1 .7.2l.933.6a1.3 1.3 0 0 0 1.4 0l.934-.6a1.3 1.3 0 0 1 1.4 0l.933.6a1.3 1.3 0 0 0 1.4 0l.933-.6a1.3 1.3 0 0 1 1.4 0l.934.6a1.3 1.3 0 0 0 1.4 0l.933-.6A1.3 1.3 0 0 1 19 2a1 1 0 0 1 1 1v18a1 1 0 0 1-1 1 1.3 1.3 0 0 1-.7-.2l-.933-.6a1.3 1.3 0 0 0-1.4 0l-.934.6a1.3 1.3 0 0 1-1.4 0l-.933-.6a1.3 1.3 0 0 0-1.4 0l-.933.6a1.3 1.3 0 0 1-1.4 0l-.934-.6a1.3 1.3 0 0 0-1.4 0l-.933.6a1.3 1.3 0 0 1-.7.2 1 1 0 0 1-1-1z"}]];var Mc=[["path",{d:"M3 12a9 9 0 0 1 9-9 9.75 9.75 0 0 1 6.74 2.74L21 8"}],["path",{d:"M21 3v5h-5"}],["path",{d:"M21 12a9 9 0 0 1-9 9 9.75 9.75 0 0 1-6.74-2.74L3 16"}],["path",{d:"M8 16H3v5"}]];var Tc=[["path",{d:"M21 12a9 9 0 1 1-9-9c2.52 0 4.93 1 6.74 2.74L21 8"}],["path",{d:"M21 3v5h-5"}]];var Ec=[["path",{d:"M15.2 3a2 2 0 0 1 1.4.6l3.8 3.8a2 2 0 0 1 .6 1.4V19a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2z"}],["path",{d:"M17 21v-7a1 1 0 0 0-1-1H8a1 1 0 0 0-1 1v7"}],["path",{d:"M7 3v4a1 1 0 0 0 1 1h7"}]];var kc=[["path",{d:"m21 21-4.34-4.34"}],["circle",{cx:"11",cy:"11",r:"8"}]];var Lc=[["path",{d:"M14.536 21.686a.5.5 0 0 0 .937-.024l6.5-19a.496.496 0 0 0-.635-.635l-19 6.5a.5.5 0 0 0-.024.937l7.93 3.18a2 2 0 0 1 1.112 1.11z"}],["path",{d:"m21.854 2.147-10.94 10.939"}]];var Pc=[["path",{d:"M9.671 4.136a2.34 2.34 0 0 1 4.659 0 2.34 2.34 0 0 0 3.319 1.915 2.34 2.34 0 0 1 2.33 4.033 2.34 2.34 0 0 0 0 3.831 2.34 2.34 0 0 1-2.33 4.033 2.34 2.34 0 0 0-3.319 1.915 2.34 2.34 0 0 1-4.659 0 2.34 2.34 0 0 0-3.32-1.915 2.34 2.34 0 0 1-2.33-4.033 2.34 2.34 0 0 0 0-3.831A2.34 2.34 0 0 1 6.35 6.051a2.34 2.34 0 0 0 3.319-1.915"}],["circle",{cx:"12",cy:"12",r:"3"}]];var Rc=[["path",{d:"M12 2v13"}],["path",{d:"m16 6-4-4-4 4"}],["path",{d:"M4 12v8a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2v-8"}]];var Ic=[["path",{d:"M20 13c0 5-3.5 7.5-7.66 8.95a1 1 0 0 1-.67-.01C7.5 20.5 4 18 4 13V6a1 1 0 0 1 1-1c2 0 4.5-1.2 6.24-2.72a1.17 1.17 0 0 1 1.52 0C14.51 3.81 17 5 19 5a1 1 0 0 1 1 1z"}],["path",{d:"M12 8v4"}],["path",{d:"M12 16h.01"}]];var Wc=[["path",{d:"M20 13c0 5-3.5 7.5-7.66 8.95a1 1 0 0 1-.67-.01C7.5 20.5 4 18 4 13V6a1 1 0 0 1 1-1c2 0 4.5-1.2 6.24-2.72a1.17 1.17 0 0 1 1.52 0C14.51 3.81 17 5 19 5a1 1 0 0 1 1 1z"}],["path",{d:"m9 12 2 2 4-4"}]];var Hi=[["path",{d:"M20 13c0 5-3.5 7.5-7.66 8.95a1 1 0 0 1-.67-.01C7.5 20.5 4 18 4 13V6a1 1 0 0 1 1-1c2 0 4.5-1.2 6.24-2.72a1.17 1.17 0 0 1 1.52 0C14.51 3.81 17 5 19 5a1 1 0 0 1 1 1z"}],["path",{d:"m14.5 9.5-5 5"}],["path",{d:"m9.5 9.5 5 5"}]];var Hc=[["path",{d:"M20 13c0 5-3.5 7.5-7.66 8.95a1 1 0 0 1-.67-.01C7.5 20.5 4 18 4 13V6a1 1 0 0 1 1-1c2 0 4.5-1.2 6.24-2.72a1.17 1.17 0 0 1 1.52 0C14.51 3.81 17 5 19 5a1 1 0 0 1 1 1z"}]];var Bc=[["path",{d:"M16 10a4 4 0 0 1-8 0"}],["path",{d:"M3.103 6.034h17.794"}],["path",{d:"M3.4 5.467a2 2 0 0 0-.4 1.2V20a2 2 0 0 0 2 2h14a2 2 0 0 0 2-2V6.667a2 2 0 0 0-.4-1.2l-2-2.667A2 2 0 0 0 17 2H7a2 2 0 0 0-1.6.8z"}]];var Dc=[["circle",{cx:"8",cy:"21",r:"1"}],["circle",{cx:"19",cy:"21",r:"1"}],["path",{d:"M2.05 2.05h2l2.66 12.42a2 2 0 0 0 2 1.58h9.78a2 2 0 0 0 1.95-1.57l1.65-7.43H5.12"}]];var Fc=[["rect",{width:"14",height:"20",x:"5",y:"2",rx:"2",ry:"2"}],["path",{d:"M12 18h.01"}]];var Bi=[["path",{d:"M11.017 2.814a1 1 0 0 1 1.966 0l1.051 5.558a2 2 0 0 0 1.594 1.594l5.558 1.051a1 1 0 0 1 0 1.966l-5.558 1.051a2 2 0 0 0-1.594 1.594l-1.051 5.558a1 1 0 0 1-1.966 0l-1.051-5.558a2 2 0 0 0-1.594-1.594l-5.558-1.051a1 1 0 0 1 0-1.966l5.558-1.051a2 2 0 0 0 1.594-1.594z"}],["path",{d:"M20 2v4"}],["path",{d:"M22 4h-4"}],["circle",{cx:"4",cy:"20",r:"2"}]];var Nc=[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2"}]];var Oc=[["path",{d:"M11.525 2.295a.53.53 0 0 1 .95 0l2.31 4.679a2.123 2.123 0 0 0 1.595 1.16l5.166.756a.53.53 0 0 1 .294.904l-3.736 3.638a2.123 2.123 0 0 0-.611 1.878l.882 5.14a.53.53 0 0 1-.771.56l-4.618-2.428a2.122 2.122 0 0 0-1.973 0L6.396 21.01a.53.53 0 0 1-.77-.56l.881-5.139a2.122 2.122 0 0 0-.611-1.879L2.16 9.795a.53.53 0 0 1 .294-.906l5.165-.755a2.122 2.122 0 0 0 1.597-1.16z"}]];var _c=[["path",{d:"M15 21v-5a1 1 0 0 0-1-1h-4a1 1 0 0 0-1 1v5"}],["path",{d:"M17.774 10.31a1.12 1.12 0 0 0-1.549 0 2.5 2.5 0 0 1-3.451 0 1.12 1.12 0 0 0-1.548 0 2.5 2.5 0 0 1-3.452 0 1.12 1.12 0 0 0-1.549 0 2.5 2.5 0 0 1-3.77-3.248l2.889-4.184A2 2 0 0 1 7 2h10a2 2 0 0 1 1.653.873l2.895 4.192a2.5 2.5 0 0 1-3.774 3.244"}],["path",{d:"M4 10.95V19a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2v-8.05"}]];var Uc=[["circle",{cx:"12",cy:"12",r:"4"}],["path",{d:"M12 2v2"}],["path",{d:"M12 20v2"}],["path",{d:"m4.93 4.93 1.41 1.41"}],["path",{d:"m17.66 17.66 1.41 1.41"}],["path",{d:"M2 12h2"}],["path",{d:"M20 12h2"}],["path",{d:"m6.34 17.66-1.41 1.41"}],["path",{d:"m19.07 4.93-1.41 1.41"}]];var qc=[["path",{d:"M12.586 2.586A2 2 0 0 0 11.172 2H4a2 2 0 0 0-2 2v7.172a2 2 0 0 0 .586 1.414l8.704 8.704a2.426 2.426 0 0 0 3.42 0l6.58-6.58a2.426 2.426 0 0 0 0-3.42z"}],["circle",{cx:"7.5",cy:"7.5",r:".5",fill:"currentColor"}]];var Vc=[["path",{d:"M9 18.12 10 14H4.17a2 2 0 0 1-1.92-2.56l2.33-8A2 2 0 0 1 6.5 2H20a2 2 0 0 1 2 2v8a2 2 0 0 1-2 2h-2.76a2 2 0 0 0-1.79 1.11L12 22a3.13 3.13 0 0 1-3-3.88Z"}],["path",{d:"M17 14V2"}]];var zc=[["path",{d:"M15 5.88 14 10h5.83a2 2 0 0 1 1.92 2.56l-2.33 8A2 2 0 0 1 17.5 22H4a2 2 0 0 1-2-2v-8a2 2 0 0 1 2-2h2.76a2 2 0 0 0 1.79-1.11L12 2a3.13 3.13 0 0 1 3 3.88Z"}],["path",{d:"M7 10v12"}]];var $c=[["line",{x1:"10",x2:"14",y1:"2",y2:"2"}],["line",{x1:"12",x2:"15",y1:"14",y2:"11"}],["circle",{cx:"12",cy:"14",r:"8"}]];var jc=[["path",{d:"M10 11v6"}],["path",{d:"M14 11v6"}],["path",{d:"M19 6v14a2 2 0 0 1-2 2H7a2 2 0 0 1-2-2V6"}],["path",{d:"M3 6h18"}],["path",{d:"M8 6V4a2 2 0 0 1 2-2h4a2 2 0 0 1 2 2v2"}]];var Gc=[["path",{d:"M19 6v14a2 2 0 0 1-2 2H7a2 2 0 0 1-2-2V6"}],["path",{d:"M3 6h18"}],["path",{d:"M8 6V4a2 2 0 0 1 2-2h4a2 2 0 0 1 2 2v2"}]];var Di=[["path",{d:"m21.73 18-8-14a2 2 0 0 0-3.48 0l-8 14A2 2 0 0 0 4 21h16a2 2 0 0 0 1.73-3"}],["path",{d:"M12 9v4"}],["path",{d:"M12 17h.01"}]];var Kc=[["path",{d:"M14 18V6a2 2 0 0 0-2-2H4a2 2 0 0 0-2 2v11a1 1 0 0 0 1 1h2"}],["path",{d:"M15 18H9"}],["path",{d:"M19 18h2a1 1 0 0 0 1-1v-3.65a1 1 0 0 0-.22-.624l-3.48-4.35A1 1 0 0 0 17.52 8H14"}],["circle",{cx:"17",cy:"18",r:"2"}],["circle",{cx:"7",cy:"18",r:"2"}]];var Xc=[["path",{d:"M12 3v12"}],["path",{d:"m17 8-5-5-5 5"}],["path",{d:"M21 15v4a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-4"}]];var Qc=[["path",{d:"M19 21v-2a4 4 0 0 0-4-4H9a4 4 0 0 0-4 4v2"}],["circle",{cx:"12",cy:"7",r:"4"}]];var Jc=[["path",{d:"M11 4.702a.705.705 0 0 0-1.203-.498L6.413 7.587A1.4 1.4 0 0 1 5.416 8H3a1 1 0 0 0-1 1v6a1 1 0 0 0 1 1h2.416a1.4 1.4 0 0 1 .997.413l3.383 3.384A.705.705 0 0 0 11 19.298z"}],["path",{d:"M16 9a5 5 0 0 1 0 6"}],["path",{d:"M19.364 18.364a9 9 0 0 0 0-12.728"}]];var Yc=[["path",{d:"M11 4.702a.705.705 0 0 0-1.203-.498L6.413 7.587A1.4 1.4 0 0 1 5.416 8H3a1 1 0 0 0-1 1v6a1 1 0 0 0 1 1h2.416a1.4 1.4 0 0 1 .997.413l3.383 3.384A.705.705 0 0 0 11 19.298z"}],["line",{x1:"22",x2:"16",y1:"9",y2:"15"}],["line",{x1:"16",x2:"22",y1:"9",y2:"15"}]];var Zc=[["path",{d:"M19 7V4a1 1 0 0 0-1-1H5a2 2 0 0 0 0 4h15a1 1 0 0 1 1 1v4h-3a2 2 0 0 0 0 4h3a1 1 0 0 0 1-1v-2a1 1 0 0 0-1-1"}],["path",{d:"M3 5v14a2 2 0 0 0 2 2h15a1 1 0 0 0 1-1v-4"}]];var ep=[["path",{d:"M18 6 6 18"}],["path",{d:"m6 6 12 12"}]];var tp=[["path",{d:"M4 14a1 1 0 0 1-.78-1.63l9.9-10.2a.5.5 0 0 1 .86.46l-1.92 6.02A1 1 0 0 0 13 10h7a1 1 0 0 1 .78 1.63l-9.9 10.2a.5.5 0 0 1-.86-.46l1.92-6.02A1 1 0 0 0 11 14z"}]];var yv={activity:id,"arrow-down":ld,"arrow-up":ud,"arrow-up-right":pd,bot:xd,"chevron-down":Sd,"chevron-up":Td,"chevron-right":Md,"chevron-left":Ad,check:Cd,clipboard:kd,"clipboard-copy":Ed,copy:Pd,file:_d,"file-code":Fd,"file-spreadsheet":Nd,"file-text":Od,"image-plus":Yd,loader:oc,"loader-circle":Wi,mic:pc,paperclip:xc,"refresh-cw":Mc,search:kc,send:Lc,"shield-alert":Ic,"shield-check":Wc,"shield-x":Hi,square:Nc,"thumbs-down":Vc,"thumbs-up":zc,upload:Xc,"volume-2":Jc,x:ep,user:Qc,mail:ac,phone:wc,calendar:vd,clock:Ld,building:yd,"map-pin":sc,lock:nc,key:tc,"credit-card":Rd,"at-sign":fd,hash:Kd,globe:Gd,link:rc,"circle-check":Ei,"circle-x":ki,"triangle-alert":Di,info:ec,ban:md,shield:Hc,"arrow-left":dd,"arrow-right":cd,"external-link":Bd,ellipsis:Pi,"ellipsis-vertical":Li,menu:lc,house:Ii,plus:Sc,minus:fc,pencil:bc,trash:Gc,"trash-2":jc,save:Ec,download:Wd,share:Rc,funnel:Ri,settings:Pc,"rotate-cw":Tc,maximize:ic,minimize:uc,"shopping-cart":Dc,"shopping-bag":Bc,package:hc,truck:Kc,tag:qc,gift:jd,receipt:Ac,wallet:Zc,store:_c,"dollar-sign":Id,percent:vc,play:Cc,pause:yc,"volume-x":Yc,camera:wd,image:Zd,film:qd,headphones:Xd,"message-circle":dc,"message-square":cc,bell:gd,heart:Qd,star:Oc,eye:Dd,"eye-off":Hd,bookmark:hd,"calendar-days":bd,history:Jd,timer:$c,folder:$d,"folder-open":zd,files:Ud,sparkles:Bi,zap:tp,sun:Uc,moon:gc,flag:Vd,monitor:mc,smartphone:Fc},he=(e,t=24,r="currentColor",o=2)=>{let n=yv[e];return n?bv(n,t,r,o):(console.warn(`Lucide icon "${e}" is not in the Persona registry. Add it to packages/widget/src/utils/icons.ts (see docs/icon-registry-shortlist.md).`),null)};function bv(e,t,r,o){if(!Array.isArray(e))return null;let n=document.createElementNS("http://www.w3.org/2000/svg","svg");return n.setAttribute("width",String(t)),n.setAttribute("height",String(t)),n.setAttribute("viewBox","0 0 24 24"),n.setAttribute("fill","none"),n.setAttribute("stroke",r),n.setAttribute("stroke-width",String(o)),n.setAttribute("stroke-linecap","round"),n.setAttribute("stroke-linejoin","round"),n.setAttribute("aria-hidden","true"),e.forEach(a=>{if(!Array.isArray(a)||a.length<2)return;let s=a[0],i=a[1];if(!i)return;let c=document.createElementNS("http://www.w3.org/2000/svg",s);Object.entries(i).forEach(([d,p])=>{d!=="stroke"&&c.setAttribute(d,String(p))}),n.appendChild(c)}),n}var Fi={allowedTypes:on,maxFileSize:10*1024*1024,maxFiles:4};function vv(){return`attach_${Date.now()}_${Math.random().toString(36).substring(2,9)}`}function wv(e){return e==="application/pdf"||e.startsWith("text/")||e.includes("word")?"file-text":e.includes("excel")||e.includes("spreadsheet")?"file-spreadsheet":e==="application/json"?"file-code":"file"}var pa=class e{constructor(t={}){this.attachments=[];this.previewsContainer=null;var r,o,n;this.config={allowedTypes:(r=t.allowedTypes)!=null?r:Fi.allowedTypes,maxFileSize:(o=t.maxFileSize)!=null?o:Fi.maxFileSize,maxFiles:(n=t.maxFiles)!=null?n:Fi.maxFiles,onFileRejected:t.onFileRejected,onAttachmentsChange:t.onAttachmentsChange}}setPreviewsContainer(t){this.previewsContainer=t}updateConfig(t){t.allowedTypes!==void 0&&(this.config.allowedTypes=t.allowedTypes.length>0?t.allowedTypes:Fi.allowedTypes),t.maxFileSize!==void 0&&(this.config.maxFileSize=t.maxFileSize),t.maxFiles!==void 0&&(this.config.maxFiles=t.maxFiles),t.onFileRejected!==void 0&&(this.config.onFileRejected=t.onFileRejected),t.onAttachmentsChange!==void 0&&(this.config.onAttachmentsChange=t.onAttachmentsChange)}getAttachments(){return[...this.attachments]}getContentParts(){return this.attachments.map(t=>t.contentPart)}hasAttachments(){return this.attachments.length>0}count(){return this.attachments.length}async handleFileSelect(t){!t||t.length===0||await this.handleFiles(Array.from(t))}async handleFiles(t){var r,o,n,a,s,i,c;if(t.length){for(let d of t){if(this.attachments.length>=this.config.maxFiles){(o=(r=this.config).onFileRejected)==null||o.call(r,d,"count");continue}let p=Hh(d,this.config.allowedTypes,this.config.maxFileSize);if(!p.valid){let m=(n=p.error)!=null&&n.includes("type")?"type":"size";(s=(a=this.config).onFileRejected)==null||s.call(a,d,m);continue}try{let m=await Wh(d),g=Ai(d)?URL.createObjectURL(d):null,u={id:vv(),file:d,previewUrl:g,contentPart:m};this.attachments.push(u),this.renderPreview(u)}catch(m){console.error("[AttachmentManager] Failed to process file:",m)}}this.updatePreviewsVisibility(),(c=(i=this.config).onAttachmentsChange)==null||c.call(i,this.getAttachments())}}removeAttachment(t){var a,s,i;let r=this.attachments.findIndex(c=>c.id===t);if(r===-1)return;let o=this.attachments[r];o.previewUrl&&URL.revokeObjectURL(o.previewUrl),this.attachments.splice(r,1);let n=(a=this.previewsContainer)==null?void 0:a.querySelector(`[data-attachment-id="${t}"]`);n&&n.remove(),this.updatePreviewsVisibility(),(i=(s=this.config).onAttachmentsChange)==null||i.call(s,this.getAttachments())}clearAttachments(){var t,r;for(let o of this.attachments)o.previewUrl&&URL.revokeObjectURL(o.previewUrl);this.attachments=[],this.previewsContainer&&(this.previewsContainer.innerHTML=""),this.updatePreviewsVisibility(),(r=(t=this.config).onAttachmentsChange)==null||r.call(t,this.getAttachments())}renderPreview(t){if(!this.previewsContainer)return;let r=Ai(t.file),o=v("div","persona-attachment-preview persona-relative persona-inline-block");if(o.setAttribute("data-attachment-id",t.id),o.style.width="48px",o.style.height="48px",r&&t.previewUrl){let s=v("img");s.src=t.previewUrl,s.alt=t.file.name,s.className="persona-w-full persona-h-full persona-object-cover persona-rounded-lg persona-border persona-border-gray-200",s.style.width="48px",s.style.height="48px",s.style.objectFit="cover",s.style.borderRadius="8px",o.appendChild(s)}else{let s=v("div");s.style.width="48px",s.style.height="48px",s.style.borderRadius="8px",s.style.backgroundColor="var(--persona-container, #f3f4f6)",s.style.border="1px solid var(--persona-border, #e5e7eb)",s.style.display="flex",s.style.flexDirection="column",s.style.alignItems="center",s.style.justifyContent="center",s.style.gap="2px",s.style.overflow="hidden";let i=wv(t.file.type),c=he(i,20,"var(--persona-muted, #6b7280)",1.5);c&&s.appendChild(c);let d=v("span");d.textContent=Bh(t.file.type,t.file.name),d.style.fontSize="8px",d.style.fontWeight="600",d.style.color="var(--persona-muted, #6b7280)",d.style.textTransform="uppercase",d.style.lineHeight="1",s.appendChild(d),o.appendChild(s)}let n=v("button","persona-attachment-remove persona-absolute persona-flex persona-items-center persona-justify-center");n.type="button",n.setAttribute("aria-label","Remove attachment"),n.style.position="absolute",n.style.top="-4px",n.style.right="-4px",n.style.width="18px",n.style.height="18px",n.style.borderRadius="50%",n.style.backgroundColor="var(--persona-palette-colors-black-alpha-60, rgba(0, 0, 0, 0.6))",n.style.border="none",n.style.cursor="pointer",n.style.display="flex",n.style.alignItems="center",n.style.justifyContent="center",n.style.padding="0";let a=he("x",10,"var(--persona-text-inverse, #ffffff)",2);a?n.appendChild(a):(n.textContent="\xD7",n.style.color="var(--persona-text-inverse, #ffffff)",n.style.fontSize="14px",n.style.lineHeight="1"),n.addEventListener("click",s=>{s.preventDefault(),s.stopPropagation(),this.removeAttachment(t.id)}),o.appendChild(n),this.previewsContainer.appendChild(o)}updatePreviewsVisibility(){this.previewsContainer&&(this.previewsContainer.style.display=this.attachments.length>0?"flex":"none")}static fromConfig(t,r){return new e({allowedTypes:t==null?void 0:t.allowedTypes,maxFileSize:t==null?void 0:t.maxFileSize,maxFiles:t==null?void 0:t.maxFiles,onFileRejected:t==null?void 0:t.onFileRejected,onAttachmentsChange:r})}};var Vh=e=>typeof e=="object"&&e!==null&&!Array.isArray(e);function Rs(e,t){if(!e)return t;if(!t)return e;let r={...e};for(let[o,n]of Object.entries(t)){let a=r[o];Vh(a)&&Vh(n)?r[o]=Rs(a,n):r[o]=n}return r}var Gr="min(440px, calc(100vw - 24px))",Ni="440px",Cv={enabled:!0,mountMode:"floating",dock:{side:"right",width:"420px"},title:"Chat Assistant",subtitle:"Here to help you get answers fast",agentIconText:"\u{1F4AC}",agentIconName:"bot",headerIconName:"bot",position:"bottom-right",width:Gr,heightOffset:0,autoExpand:!1,callToActionIconHidden:!1,agentIconSize:"40px",headerIconSize:"40px",closeButtonSize:"32px",closeButtonPaddingX:"0px",closeButtonPaddingY:"0px",callToActionIconName:"arrow-up-right",callToActionIconText:"",callToActionIconSize:"32px",callToActionIconPadding:"5px",callToActionIconColor:void 0,callToActionIconBackgroundColor:void 0,closeButtonBackgroundColor:"transparent",clearChat:{backgroundColor:"transparent",borderColor:"transparent",enabled:!0,placement:"inline",iconName:"refresh-cw",size:"32px",showTooltip:!0,tooltipText:"Clear chat",paddingX:"0px",paddingY:"0px"},headerIconHidden:!1,border:void 0,shadow:"0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -4px rgba(0, 0, 0, 0.1)"},Wt={apiUrl:"https://api.runtype.com/api/chat/dispatch",clientToken:void 0,agentId:void 0,target:void 0,theme:void 0,darkTheme:void 0,colorScheme:"light",launcher:Cv,copy:{welcomeTitle:"Hello \u{1F44B}",welcomeSubtitle:"Ask anything about your account or products.",inputPlaceholder:"How can I help...",sendButtonLabel:"Send"},sendButton:{borderWidth:"0px",paddingX:"12px",paddingY:"10px",borderColor:void 0,useIcon:!0,iconText:"\u2191",size:"40px",showTooltip:!0,tooltipText:"Send message",iconName:"send"},statusIndicator:{visible:!0,idleText:"Online",connectingText:"Connecting\u2026",connectedText:"Streaming\u2026",errorText:"Offline"},voiceRecognition:{enabled:!0,pauseDuration:2e3,iconName:"mic",iconSize:"39px",borderWidth:"0px",paddingX:"9px",paddingY:"14px",iconColor:void 0,backgroundColor:"transparent",borderColor:"transparent",recordingIconColor:void 0,recordingBackgroundColor:void 0,recordingBorderColor:"transparent",showTooltip:!0,tooltipText:"Start voice recognition"},features:{showReasoning:!0,showToolCalls:!0,scrollToBottom:{enabled:!0,iconName:"arrow-down",label:""},scrollBehavior:{mode:"anchor-top",anchorTopOffset:16,showActivityWhilePinned:!0},toolCallDisplay:{collapsedMode:"tool-call",activePreview:!1,grouped:!1,previewMaxLines:3,expandable:!0,loadingAnimation:"none"},reasoningDisplay:{activePreview:!1,previewMaxLines:3,expandable:!0,loadingAnimation:"none"},streamAnimation:{type:"none",placeholder:"none",speed:120,duration:1800},askUserQuestion:{enabled:!0,slideInMs:180,freeTextLabel:"Other\u2026",freeTextPlaceholder:"Type your answer\u2026",submitLabel:"Send"}},suggestionChips:["What can you help me with?","Tell me about your features","How does this work?"],suggestionChipsConfig:{fontFamily:"sans-serif",fontWeight:"500",paddingX:"12px",paddingY:"6px"},layout:{header:{layout:"default",showIcon:!0,showTitle:!0,showSubtitle:!0,showCloseButton:!0,showClearChat:!0},messages:{layout:"bubble",avatar:{show:!1,position:"left"},timestamp:{show:!1,position:"below"},groupConsecutive:!1},slots:{}},markdown:{options:{gfm:!0,breaks:!0},disableDefaultStyles:!1},messageActions:{enabled:!0,showCopy:!0,showUpvote:!1,showDownvote:!1,visibility:"hover",align:"right",layout:"pill-inside"},debug:!1};function zh(e,t){if(!(!e&&!t))return e?t?Rs(e,t):e:t}function Oi(e){var t,r,o,n,a,s,i,c,d,p,m,g,u,h,y,E,T,A,k,w,C;return e?{...Wt,...e,theme:zh(Wt.theme,e.theme),darkTheme:zh(Wt.darkTheme,e.darkTheme),launcher:{...Wt.launcher,...e.launcher,dock:{...(t=Wt.launcher)==null?void 0:t.dock,...(r=e.launcher)==null?void 0:r.dock},clearChat:{...(o=Wt.launcher)==null?void 0:o.clearChat,...(n=e.launcher)==null?void 0:n.clearChat}},copy:{...Wt.copy,...e.copy},sendButton:{...Wt.sendButton,...e.sendButton},statusIndicator:{...Wt.statusIndicator,...e.statusIndicator},voiceRecognition:{...Wt.voiceRecognition,...e.voiceRecognition},features:(()=>{var oe,se,ge,Te,qe,j,ee,Ee,te,le;let S=(oe=Wt.features)==null?void 0:oe.artifacts,M=(se=e.features)==null?void 0:se.artifacts,W=(ge=Wt.features)==null?void 0:ge.scrollToBottom,I=(Te=e.features)==null?void 0:Te.scrollToBottom,R=(qe=Wt.features)==null?void 0:qe.scrollBehavior,D=(j=e.features)==null?void 0:j.scrollBehavior,O=(ee=Wt.features)==null?void 0:ee.streamAnimation,Q=(Ee=e.features)==null?void 0:Ee.streamAnimation,me=(te=Wt.features)==null?void 0:te.askUserQuestion,ue=(le=e.features)==null?void 0:le.askUserQuestion,Z=S===void 0&&M===void 0?void 0:{...S,...M,layout:{...S==null?void 0:S.layout,...M==null?void 0:M.layout}},Le=W===void 0&&I===void 0?void 0:{...W,...I},He=R===void 0&&D===void 0?void 0:{...R,...D},ie=O===void 0&&Q===void 0?void 0:{...O,...Q},Me=me===void 0&&ue===void 0?void 0:{...me,...ue,styles:{...me==null?void 0:me.styles,...ue==null?void 0:ue.styles}};return{...Wt.features,...e.features,...Le!==void 0?{scrollToBottom:Le}:{},...He!==void 0?{scrollBehavior:He}:{},...Z!==void 0?{artifacts:Z}:{},...ie!==void 0?{streamAnimation:ie}:{},...Me!==void 0?{askUserQuestion:Me}:{}}})(),suggestionChips:(a=e.suggestionChips)!=null?a:Wt.suggestionChips,suggestionChipsConfig:{...Wt.suggestionChipsConfig,...e.suggestionChipsConfig},layout:{...Wt.layout,...e.layout,header:{...(s=Wt.layout)==null?void 0:s.header,...(i=e.layout)==null?void 0:i.header},messages:{...(c=Wt.layout)==null?void 0:c.messages,...(d=e.layout)==null?void 0:d.messages,avatar:{...(m=(p=Wt.layout)==null?void 0:p.messages)==null?void 0:m.avatar,...(u=(g=e.layout)==null?void 0:g.messages)==null?void 0:u.avatar},timestamp:{...(y=(h=Wt.layout)==null?void 0:h.messages)==null?void 0:y.timestamp,...(T=(E=e.layout)==null?void 0:E.messages)==null?void 0:T.timestamp}},slots:{...(A=Wt.layout)==null?void 0:A.slots,...(k=e.layout)==null?void 0:k.slots}},markdown:{...Wt.markdown,...e.markdown,options:{...(w=Wt.markdown)==null?void 0:w.options,...(C=e.markdown)==null?void 0:C.options}},messageActions:{...Wt.messageActions,...e.messageActions}}:Wt}var rp={colors:{primary:{50:"#ffffff",100:"#f5f5f5",200:"#d4d4d4",300:"#a3a3a3",400:"#737373",500:"#171717",600:"#0f0f0f",700:"#0a0a0a",800:"#050505",900:"#030303",950:"#000000"},secondary:{50:"#f5f3ff",100:"#ede9fe",200:"#ddd6fe",300:"#c4b5fd",400:"#a78bfa",500:"#8b5cf6",600:"#7c3aed",700:"#6d28d9",800:"#5b21b6",900:"#4c1d95",950:"#2e1065"},accent:{50:"#ecfeff",100:"#cffafe",200:"#a5f3fc",300:"#67e8f9",400:"#22d3ee",500:"#06b6d4",600:"#0891b2",700:"#0e7490",800:"#155e75",900:"#164e63",950:"#083344"},gray:{50:"#f9fafb",100:"#f3f4f6",200:"#e5e7eb",300:"#d1d5db",400:"#9ca3af",500:"#6b7280",600:"#4b5563",700:"#374151",800:"#1f2937",900:"#111827",950:"#030712"},success:{50:"#f0fdf4",100:"#dcfce7",200:"#bbf7d0",300:"#86efac",400:"#4ade80",500:"#22c55e",600:"#16a34a",700:"#15803d",800:"#166534",900:"#14532d"},warning:{50:"#fefce8",100:"#fef9c3",200:"#fef08a",300:"#fde047",400:"#facc15",500:"#eab308",600:"#ca8a04",700:"#a16207",800:"#854d0e",900:"#713f12"},error:{50:"#fef2f2",100:"#fee2e2",200:"#fecaca",300:"#fca5a5",400:"#f87171",500:"#ef4444",600:"#dc2626",700:"#b91c1c",800:"#991b1b",900:"#7f1d1d"},info:{50:"#eff6ff",100:"#dbeafe",200:"#bfdbfe",300:"#93c5fd",400:"#60a5fa",500:"#3b82f6",600:"#2563eb",700:"#1d4ed8",800:"#1e40af",900:"#1e3a8a",950:"#172554"}},spacing:{0:"0px",1:"0.25rem",2:"0.5rem",3:"0.75rem",4:"1rem",5:"1.25rem",6:"1.5rem",8:"2rem",10:"2.5rem",12:"3rem",16:"4rem",20:"5rem",24:"6rem",32:"8rem",40:"10rem",48:"12rem",56:"14rem",64:"16rem"},typography:{fontFamily:{sans:'system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif',serif:'Georgia, Cambria, "Times New Roman", Times, serif',mono:"ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace"},fontSize:{xs:"0.75rem",sm:"0.875rem",base:"1rem",lg:"1.125rem",xl:"1.25rem","2xl":"1.5rem","3xl":"1.875rem","4xl":"2.25rem"},fontWeight:{normal:"400",medium:"500",semibold:"600",bold:"700"},lineHeight:{tight:"1.25",normal:"1.5",relaxed:"1.625"}},shadows:{none:"none",sm:"0 1px 2px 0 rgb(0 0 0 / 0.05)",md:"0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1)",lg:"0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1)",xl:"0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1)","2xl":"0 25px 50px -12px rgb(0 0 0 / 0.25)"},borders:{none:"none",sm:"1px solid",md:"2px solid",lg:"4px solid"},radius:{none:"0px",sm:"0.125rem",md:"0.375rem",lg:"0.5rem",xl:"0.75rem","2xl":"1rem",full:"9999px"}},op={colors:{primary:"palette.colors.primary.500",secondary:"palette.colors.secondary.500",accent:"palette.colors.primary.600",surface:"palette.colors.gray.50",background:"palette.colors.gray.50",container:"palette.colors.gray.50",text:"palette.colors.gray.900",textMuted:"palette.colors.gray.500",textInverse:"palette.colors.gray.50",border:"palette.colors.gray.200",divider:"palette.colors.gray.200",interactive:{default:"palette.colors.primary.600",hover:"palette.colors.primary.700",focus:"palette.colors.primary.600",active:"palette.colors.primary.600",disabled:"palette.colors.gray.300"},feedback:{success:"palette.colors.success.500",warning:"palette.colors.warning.500",error:"palette.colors.error.500",info:"palette.colors.info.500"}},spacing:{xs:"palette.spacing.1",sm:"palette.spacing.2",md:"palette.spacing.4",lg:"palette.spacing.6",xl:"palette.spacing.8","2xl":"palette.spacing.10"},typography:{fontFamily:"palette.typography.fontFamily.sans",fontSize:"palette.typography.fontSize.base",fontWeight:"palette.typography.fontWeight.normal",lineHeight:"palette.typography.lineHeight.normal"}},np={button:{primary:{background:"palette.colors.primary.500",foreground:"palette.colors.primary.50",borderRadius:"palette.radius.lg",padding:"semantic.spacing.md"},secondary:{background:"semantic.colors.surface",foreground:"semantic.colors.secondary",borderRadius:"palette.radius.lg",padding:"semantic.spacing.md"},ghost:{background:"transparent",foreground:"semantic.colors.text",borderRadius:"palette.radius.md",padding:"semantic.spacing.sm"}},input:{background:"palette.colors.gray.50",placeholder:"palette.colors.gray.400",borderRadius:"palette.radius.lg",padding:"semantic.spacing.md",focus:{border:"palette.colors.gray.400",ring:"palette.colors.gray.400"}},launcher:{background:"palette.colors.primary.500",foreground:"palette.colors.primary.50",border:"palette.colors.gray.200",size:"60px",iconSize:"28px",borderRadius:"palette.radius.full",shadow:"palette.shadows.lg"},panel:{width:Gr,maxWidth:Ni,height:"600px",maxHeight:"calc(100vh - 80px)",borderRadius:"palette.radius.xl",shadow:"palette.shadows.xl"},header:{background:"palette.colors.primary.500",border:"palette.colors.primary.600",borderRadius:"palette.radius.xl palette.radius.xl 0 0",padding:"semantic.spacing.md",iconBackground:"palette.colors.primary.600",iconForeground:"palette.colors.primary.50",titleForeground:"palette.colors.primary.50",subtitleForeground:"palette.colors.primary.200",actionIconForeground:"palette.colors.primary.200"},message:{user:{background:"palette.colors.primary.500",text:"palette.colors.primary.50",borderRadius:"palette.radius.lg",shadow:"palette.shadows.sm"},assistant:{background:"palette.colors.gray.50",text:"palette.colors.gray.900",borderRadius:"palette.radius.lg",border:"palette.colors.gray.200",shadow:"palette.shadows.sm"},border:"semantic.colors.border"},introCard:{background:"semantic.colors.surface",borderRadius:"palette.radius.2xl",padding:"semantic.spacing.lg",shadow:"0 5px 15px rgba(15, 23, 42, 0.08)"},toolBubble:{shadow:"palette.shadows.sm"},reasoningBubble:{shadow:"palette.shadows.sm"},composer:{shadow:"palette.shadows.none"},markdown:{inlineCode:{background:"palette.colors.gray.50",foreground:"palette.colors.gray.900"},link:{foreground:"palette.colors.primary.600"},prose:{fontFamily:"inherit"},codeBlock:{background:"semantic.colors.container",borderColor:"semantic.colors.border",textColor:"inherit"},table:{headerBackground:"semantic.colors.container",borderColor:"semantic.colors.border"},hr:{color:"semantic.colors.divider"},blockquote:{borderColor:"palette.colors.gray.900",background:"transparent",textColor:"palette.colors.gray.500"}},collapsibleWidget:{container:"palette.colors.gray.50",surface:"semantic.colors.surface",border:"semantic.colors.border"},voice:{recording:{indicator:"palette.colors.error.500",background:"palette.colors.error.50",border:"palette.colors.error.200"},processing:{icon:"palette.colors.primary.500",background:"palette.colors.primary.50"},speaking:{icon:"palette.colors.success.500"}},approval:{requested:{background:"semantic.colors.surface",border:"semantic.colors.border",text:"palette.colors.gray.900",shadow:"0 1px 2px 0 rgba(11, 11, 11, 0.06), 0 2px 8px 0 rgba(11, 11, 11, 0.04)"},approve:{background:"semantic.colors.primary",foreground:"semantic.colors.textInverse",borderRadius:"palette.radius.md",padding:"semantic.spacing.sm"},deny:{background:"semantic.colors.container",foreground:"semantic.colors.text",borderRadius:"palette.radius.md",padding:"semantic.spacing.sm"}},attachment:{image:{background:"palette.colors.gray.100",border:"palette.colors.gray.200"}},scrollToBottom:{background:"components.button.primary.background",foreground:"components.button.primary.foreground",border:"semantic.colors.primary",size:"40px",borderRadius:"palette.radius.full",shadow:"palette.shadows.sm",padding:"0.5rem 0.875rem",gap:"0.5rem",fontSize:"0.875rem",iconSize:"14px"},artifact:{pane:{background:"semantic.colors.container",toolbarBackground:"semantic.colors.container"}}};function Va(e,t){if(!t.startsWith("palette.")&&!t.startsWith("semantic.")&&!t.startsWith("components."))return t;let r=t.split("."),o=e;for(let n of r){if(o==null)return;o=o[n]}return typeof o=="string"&&(o.startsWith("palette.")||o.startsWith("semantic.")||o.startsWith("components."))?Va(e,o):o}function _i(e){let t={};function r(o,n){for(let[a,s]of Object.entries(o)){let i=`${n}.${a}`;if(typeof s=="string"){let c=Va(e,s);c!==void 0&&(t[i]={path:i,value:c,type:n.includes("color")?"color":n.includes("spacing")?"spacing":n.includes("typography")?"typography":n.includes("shadow")?"shadow":n.includes("border")?"border":"color"})}else typeof s=="object"&&s!==null&&r(s,i)}}return r(e.palette,"palette"),r(e.semantic,"semantic"),r(e.components,"components"),t}function ap(e){let t=[],r=[];return e.palette||t.push({path:"palette",message:"Theme must include a palette",severity:"error"}),e.semantic||r.push({path:"semantic",message:"No semantic tokens defined - defaults will be used",severity:"warning"}),e.components||r.push({path:"components",message:"No component tokens defined - defaults will be used",severity:"warning"}),{valid:t.length===0,errors:t,warnings:r}}function $h(e,t){let r={...e};for(let[o,n]of Object.entries(t)){let a=r[o];a&&typeof a=="object"&&!Array.isArray(a)&&n&&typeof n=="object"&&!Array.isArray(n)?r[o]=$h(a,n):r[o]=n}return r}function Sv(e,t){return t?$h(e,t):e}function za(e,t={}){var n,a,s,i,c,d,p,m,g,u,h,y,E;let r={palette:rp,semantic:op,components:np},o={palette:{...r.palette,...e==null?void 0:e.palette,colors:{...r.palette.colors,...(n=e==null?void 0:e.palette)==null?void 0:n.colors},spacing:{...r.palette.spacing,...(a=e==null?void 0:e.palette)==null?void 0:a.spacing},typography:{...r.palette.typography,...(s=e==null?void 0:e.palette)==null?void 0:s.typography},shadows:{...r.palette.shadows,...(i=e==null?void 0:e.palette)==null?void 0:i.shadows},borders:{...r.palette.borders,...(c=e==null?void 0:e.palette)==null?void 0:c.borders},radius:{...r.palette.radius,...(d=e==null?void 0:e.palette)==null?void 0:d.radius}},semantic:{...r.semantic,...e==null?void 0:e.semantic,colors:{...r.semantic.colors,...(p=e==null?void 0:e.semantic)==null?void 0:p.colors,interactive:{...r.semantic.colors.interactive,...(g=(m=e==null?void 0:e.semantic)==null?void 0:m.colors)==null?void 0:g.interactive},feedback:{...r.semantic.colors.feedback,...(h=(u=e==null?void 0:e.semantic)==null?void 0:u.colors)==null?void 0:h.feedback}},spacing:{...r.semantic.spacing,...(y=e==null?void 0:e.semantic)==null?void 0:y.spacing},typography:{...r.semantic.typography,...(E=e==null?void 0:e.semantic)==null?void 0:E.typography}},components:Sv(r.components,e==null?void 0:e.components)};if(t.validate!==!1){let T=ap(o);if(!T.valid)throw new Error(`Theme validation failed: ${T.errors.map(A=>A.message).join(", ")}`)}if(t.plugins)for(let T of t.plugins)o=T.transform(o);return o}function Ui(e){var y,E,T,A,k,w,C,S,M,W,I,R,D,O,Q,me,ue,Z,Le,He,ie,Me,oe,se,ge,Te,qe,j,ee,Ee,te,le,ke,nt,yt,Kt,jt,ct,fe,X,st,je,Ce,ve,Ye,Vt,xe,de,Ar,Ct,br,wo,Co,Ve,H,ce,Se,Ae,Ie,et,Qe,gt,pe,N,ye,ae,mt,Ke,Lt,Et,bt,It,Qt,Ft,er,So,Uo,io,lo,sn,zt,co,qo,Fr,Wr,Nr,po,Ao,ln,Qr,dn,St,Mo,To,Vo,uo,ht,Un,Eo,qn,Hr,ba,cn,zo,pn,un,Vn,zn,fn,vt,Or,_r,Mr,At,Jr,Yr,Ur,mn;let t=_i(e),r={};for(let[we,$o]of Object.entries(t)){let Zr=we.replace(/\./g,"-");r[`--persona-${Zr}`]=$o.value}r["--persona-primary"]=(y=r["--persona-semantic-colors-primary"])!=null?y:r["--persona-palette-colors-primary-500"],r["--persona-secondary"]=(E=r["--persona-semantic-colors-secondary"])!=null?E:r["--persona-palette-colors-secondary-500"],r["--persona-accent"]=(T=r["--persona-semantic-colors-accent"])!=null?T:r["--persona-palette-colors-accent-500"],r["--persona-surface"]=(A=r["--persona-semantic-colors-surface"])!=null?A:r["--persona-palette-colors-gray-50"],r["--persona-background"]=(k=r["--persona-semantic-colors-background"])!=null?k:r["--persona-palette-colors-gray-50"],r["--persona-container"]=(w=r["--persona-semantic-colors-container"])!=null?w:r["--persona-palette-colors-gray-100"],r["--persona-text"]=(C=r["--persona-semantic-colors-text"])!=null?C:r["--persona-palette-colors-gray-900"],r["--persona-text-muted"]=(S=r["--persona-semantic-colors-text-muted"])!=null?S:r["--persona-palette-colors-gray-500"],r["--persona-text-inverse"]=(M=r["--persona-semantic-colors-text-inverse"])!=null?M:r["--persona-palette-colors-gray-50"],r["--persona-border"]=(W=r["--persona-semantic-colors-border"])!=null?W:r["--persona-palette-colors-gray-200"],r["--persona-divider"]=(I=r["--persona-semantic-colors-divider"])!=null?I:r["--persona-palette-colors-gray-200"],r["--persona-muted"]=r["--persona-text-muted"],r["--persona-voice-recording-indicator"]=(R=r["--persona-components-voice-recording-indicator"])!=null?R:r["--persona-palette-colors-error-500"],r["--persona-voice-recording-bg"]=(D=r["--persona-components-voice-recording-background"])!=null?D:r["--persona-palette-colors-error-50"],r["--persona-voice-processing-icon"]=(O=r["--persona-components-voice-processing-icon"])!=null?O:r["--persona-palette-colors-primary-500"],r["--persona-voice-speaking-icon"]=(Q=r["--persona-components-voice-speaking-icon"])!=null?Q:r["--persona-palette-colors-success-500"],r["--persona-approval-bg"]=(me=r["--persona-components-approval-requested-background"])!=null?me:r["--persona-surface"],r["--persona-approval-border"]=(ue=r["--persona-components-approval-requested-border"])!=null?ue:r["--persona-border"],r["--persona-approval-text"]=(Z=r["--persona-components-approval-requested-text"])!=null?Z:r["--persona-palette-colors-gray-900"],r["--persona-approval-shadow"]=(Le=r["--persona-components-approval-requested-shadow"])!=null?Le:"0 1px 2px 0 rgba(11, 11, 11, 0.06), 0 2px 8px 0 rgba(11, 11, 11, 0.04)",r["--persona-approval-approve-bg"]=(He=r["--persona-components-approval-approve-background"])!=null?He:r["--persona-button-primary-bg"],r["--persona-approval-deny-bg"]=(ie=r["--persona-components-approval-deny-background"])!=null?ie:r["--persona-container"],r["--persona-attachment-image-bg"]=(Me=r["--persona-components-attachment-image-background"])!=null?Me:r["--persona-palette-colors-gray-100"],r["--persona-attachment-image-border"]=(oe=r["--persona-components-attachment-image-border"])!=null?oe:r["--persona-palette-colors-gray-200"],r["--persona-font-family"]=(se=r["--persona-semantic-typography-fontFamily"])!=null?se:r["--persona-palette-typography-fontFamily-sans"],r["--persona-font-size"]=(ge=r["--persona-semantic-typography-fontSize"])!=null?ge:r["--persona-palette-typography-fontSize-base"],r["--persona-font-weight"]=(Te=r["--persona-semantic-typography-fontWeight"])!=null?Te:r["--persona-palette-typography-fontWeight-normal"],r["--persona-line-height"]=(qe=r["--persona-semantic-typography-lineHeight"])!=null?qe:r["--persona-palette-typography-lineHeight-normal"],r["--persona-input-font-family"]=r["--persona-font-family"],r["--persona-input-font-weight"]=r["--persona-font-weight"],r["--persona-radius-sm"]=(j=r["--persona-palette-radius-sm"])!=null?j:"0.125rem",r["--persona-radius-md"]=(ee=r["--persona-palette-radius-md"])!=null?ee:"0.375rem",r["--persona-radius-lg"]=(Ee=r["--persona-palette-radius-lg"])!=null?Ee:"0.5rem",r["--persona-radius-xl"]=(te=r["--persona-palette-radius-xl"])!=null?te:"0.75rem",r["--persona-radius-full"]=(le=r["--persona-palette-radius-full"])!=null?le:"9999px",r["--persona-launcher-radius"]=(nt=(ke=r["--persona-components-launcher-borderRadius"])!=null?ke:r["--persona-palette-radius-full"])!=null?nt:"9999px",r["--persona-launcher-bg"]=(yt=r["--persona-components-launcher-background"])!=null?yt:r["--persona-primary"],r["--persona-launcher-fg"]=(Kt=r["--persona-components-launcher-foreground"])!=null?Kt:r["--persona-text-inverse"],r["--persona-launcher-border"]=(jt=r["--persona-components-launcher-border"])!=null?jt:r["--persona-border"],r["--persona-button-primary-bg"]=(ct=r["--persona-components-button-primary-background"])!=null?ct:r["--persona-primary"],r["--persona-button-primary-fg"]=(fe=r["--persona-components-button-primary-foreground"])!=null?fe:r["--persona-text-inverse"],r["--persona-button-radius"]=(st=(X=r["--persona-components-button-primary-borderRadius"])!=null?X:r["--persona-palette-radius-full"])!=null?st:"9999px",r["--persona-panel-radius"]=(Ce=(je=r["--persona-components-panel-borderRadius"])!=null?je:r["--persona-radius-xl"])!=null?Ce:"0.75rem",r["--persona-panel-border"]=(ve=r["--persona-components-panel-border"])!=null?ve:`1px solid ${r["--persona-border"]}`,r["--persona-panel-shadow"]=(Vt=(Ye=r["--persona-components-panel-shadow"])!=null?Ye:r["--persona-palette-shadows-xl"])!=null?Vt:"0 25px 50px -12px rgba(0, 0, 0, 0.25)",r["--persona-launcher-shadow"]=(xe=r["--persona-components-launcher-shadow"])!=null?xe:"0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -4px rgba(0, 0, 0, 0.1)",r["--persona-input-radius"]=(Ar=(de=r["--persona-components-input-borderRadius"])!=null?de:r["--persona-radius-lg"])!=null?Ar:"0.5rem",r["--persona-message-user-radius"]=(br=(Ct=r["--persona-components-message-user-borderRadius"])!=null?Ct:r["--persona-radius-lg"])!=null?br:"0.5rem",r["--persona-message-assistant-radius"]=(Co=(wo=r["--persona-components-message-assistant-borderRadius"])!=null?wo:r["--persona-radius-lg"])!=null?Co:"0.5rem",r["--persona-header-bg"]=(Ve=r["--persona-components-header-background"])!=null?Ve:r["--persona-surface"],r["--persona-header-border"]=(H=r["--persona-components-header-border"])!=null?H:r["--persona-divider"],r["--persona-header-icon-bg"]=(ce=r["--persona-components-header-iconBackground"])!=null?ce:r["--persona-primary"],r["--persona-header-icon-fg"]=(Se=r["--persona-components-header-iconForeground"])!=null?Se:r["--persona-text-inverse"],r["--persona-header-title-fg"]=(Ae=r["--persona-components-header-titleForeground"])!=null?Ae:r["--persona-primary"],r["--persona-header-subtitle-fg"]=(Ie=r["--persona-components-header-subtitleForeground"])!=null?Ie:r["--persona-text-muted"],r["--persona-header-action-icon-fg"]=(et=r["--persona-components-header-actionIconForeground"])!=null?et:r["--persona-muted"];let o=(Qe=e.components)==null?void 0:Qe.header;o!=null&&o.shadow&&(r["--persona-header-shadow"]=o.shadow),o!=null&&o.borderBottom&&(r["--persona-header-border-bottom"]=o.borderBottom);let n=(gt=e.components)==null?void 0:gt.introCard;r["--persona-intro-card-bg"]=(pe=r["--persona-components-introCard-background"])!=null?pe:r["--persona-surface"],r["--persona-intro-card-radius"]=(N=r["--persona-components-introCard-borderRadius"])!=null?N:"1rem",r["--persona-intro-card-padding"]=(ye=r["--persona-components-introCard-padding"])!=null?ye:"1.5rem",r["--persona-intro-card-shadow"]=(mt=(ae=n==null?void 0:n.shadow)!=null?ae:r["--persona-components-introCard-shadow"])!=null?mt:"0 5px 15px rgba(15, 23, 42, 0.08)",r["--persona-input-background"]=(Ke=r["--persona-components-input-background"])!=null?Ke:r["--persona-surface"],r["--persona-input-placeholder"]=(Lt=r["--persona-components-input-placeholder"])!=null?Lt:r["--persona-text-muted"],r["--persona-message-user-bg"]=(Et=r["--persona-components-message-user-background"])!=null?Et:r["--persona-accent"],r["--persona-message-user-text"]=(bt=r["--persona-components-message-user-text"])!=null?bt:r["--persona-text-inverse"],r["--persona-message-user-shadow"]=(It=r["--persona-components-message-user-shadow"])!=null?It:"0 5px 15px rgba(15, 23, 42, 0.08)",r["--persona-message-assistant-bg"]=(Qt=r["--persona-components-message-assistant-background"])!=null?Qt:r["--persona-surface"],r["--persona-message-assistant-text"]=(Ft=r["--persona-components-message-assistant-text"])!=null?Ft:r["--persona-text"],r["--persona-message-assistant-border"]=(er=r["--persona-components-message-assistant-border"])!=null?er:r["--persona-border"],r["--persona-message-assistant-shadow"]=(So=r["--persona-components-message-assistant-shadow"])!=null?So:"0 1px 2px 0 rgb(0 0 0 / 0.05)",r["--persona-scroll-to-bottom-bg"]=(io=(Uo=r["--persona-components-scrollToBottom-background"])!=null?Uo:r["--persona-button-primary-bg"])!=null?io:r["--persona-accent"],r["--persona-scroll-to-bottom-fg"]=(sn=(lo=r["--persona-components-scrollToBottom-foreground"])!=null?lo:r["--persona-button-primary-fg"])!=null?sn:r["--persona-text-inverse"],r["--persona-scroll-to-bottom-border"]=(zt=r["--persona-components-scrollToBottom-border"])!=null?zt:r["--persona-primary"],r["--persona-scroll-to-bottom-size"]=(co=r["--persona-components-scrollToBottom-size"])!=null?co:"40px",r["--persona-scroll-to-bottom-radius"]=(Wr=(Fr=(qo=r["--persona-components-scrollToBottom-borderRadius"])!=null?qo:r["--persona-button-radius"])!=null?Fr:r["--persona-radius-full"])!=null?Wr:"9999px",r["--persona-scroll-to-bottom-shadow"]=(po=(Nr=r["--persona-components-scrollToBottom-shadow"])!=null?Nr:r["--persona-palette-shadows-sm"])!=null?po:"0 1px 2px 0 rgb(0 0 0 / 0.05)",r["--persona-scroll-to-bottom-padding"]=(Ao=r["--persona-components-scrollToBottom-padding"])!=null?Ao:"0.5rem 0.875rem",r["--persona-scroll-to-bottom-gap"]=(ln=r["--persona-components-scrollToBottom-gap"])!=null?ln:"0.5rem",r["--persona-scroll-to-bottom-font-size"]=(dn=(Qr=r["--persona-components-scrollToBottom-fontSize"])!=null?Qr:r["--persona-palette-typography-fontSize-sm"])!=null?dn:"0.875rem",r["--persona-scroll-to-bottom-icon-size"]=(St=r["--persona-components-scrollToBottom-iconSize"])!=null?St:"14px",r["--persona-tool-bubble-shadow"]=(Mo=r["--persona-components-toolBubble-shadow"])!=null?Mo:"0 5px 15px rgba(15, 23, 42, 0.08)",r["--persona-reasoning-bubble-shadow"]=(To=r["--persona-components-reasoningBubble-shadow"])!=null?To:"0 5px 15px rgba(15, 23, 42, 0.08)",r["--persona-composer-shadow"]=(Vo=r["--persona-components-composer-shadow"])!=null?Vo:"none",r["--persona-md-inline-code-bg"]=(uo=r["--persona-components-markdown-inlineCode-background"])!=null?uo:r["--persona-container"],r["--persona-md-inline-code-color"]=(ht=r["--persona-components-markdown-inlineCode-foreground"])!=null?ht:r["--persona-text"],r["--persona-md-link-color"]=(Eo=(Un=r["--persona-components-markdown-link-foreground"])!=null?Un:r["--persona-accent"])!=null?Eo:"#0f0f0f";let a=r["--persona-components-markdown-heading-h1-fontSize"];a&&(r["--persona-md-h1-size"]=a);let s=r["--persona-components-markdown-heading-h1-fontWeight"];s&&(r["--persona-md-h1-weight"]=s);let i=r["--persona-components-markdown-heading-h2-fontSize"];i&&(r["--persona-md-h2-size"]=i);let c=r["--persona-components-markdown-heading-h2-fontWeight"];c&&(r["--persona-md-h2-weight"]=c);let d=r["--persona-components-markdown-prose-fontFamily"];d&&d!=="inherit"&&(r["--persona-md-prose-font-family"]=d),r["--persona-md-code-block-bg"]=(qn=r["--persona-components-markdown-codeBlock-background"])!=null?qn:r["--persona-container"],r["--persona-md-code-block-border-color"]=(Hr=r["--persona-components-markdown-codeBlock-borderColor"])!=null?Hr:r["--persona-border"],r["--persona-md-code-block-text-color"]=(ba=r["--persona-components-markdown-codeBlock-textColor"])!=null?ba:"inherit",r["--persona-md-table-header-bg"]=(cn=r["--persona-components-markdown-table-headerBackground"])!=null?cn:r["--persona-container"],r["--persona-md-table-border-color"]=(zo=r["--persona-components-markdown-table-borderColor"])!=null?zo:r["--persona-border"],r["--persona-md-hr-color"]=(pn=r["--persona-components-markdown-hr-color"])!=null?pn:r["--persona-divider"],r["--persona-md-blockquote-border-color"]=(un=r["--persona-components-markdown-blockquote-borderColor"])!=null?un:r["--persona-palette-colors-gray-900"],r["--persona-md-blockquote-bg"]=(Vn=r["--persona-components-markdown-blockquote-background"])!=null?Vn:"transparent",r["--persona-md-blockquote-text-color"]=(zn=r["--persona-components-markdown-blockquote-textColor"])!=null?zn:r["--persona-palette-colors-gray-500"],r["--cw-container"]=(fn=r["--persona-components-collapsibleWidget-container"])!=null?fn:r["--persona-surface"],r["--cw-surface"]=(vt=r["--persona-components-collapsibleWidget-surface"])!=null?vt:r["--persona-surface"],r["--cw-border"]=(Or=r["--persona-components-collapsibleWidget-border"])!=null?Or:r["--persona-border"],r["--persona-message-border"]=(_r=r["--persona-components-message-border"])!=null?_r:r["--persona-border"];let p=e.components,m=p==null?void 0:p.iconButton;m&&(m.background&&(r["--persona-icon-btn-bg"]=m.background),m.border&&(r["--persona-icon-btn-border"]=m.border),m.color&&(r["--persona-icon-btn-color"]=m.color),m.padding&&(r["--persona-icon-btn-padding"]=m.padding),m.borderRadius&&(r["--persona-icon-btn-radius"]=m.borderRadius),m.hoverBackground&&(r["--persona-icon-btn-hover-bg"]=m.hoverBackground),m.hoverColor&&(r["--persona-icon-btn-hover-color"]=m.hoverColor),m.activeBackground&&(r["--persona-icon-btn-active-bg"]=m.activeBackground),m.activeBorder&&(r["--persona-icon-btn-active-border"]=m.activeBorder));let g=p==null?void 0:p.labelButton;g&&(g.background&&(r["--persona-label-btn-bg"]=g.background),g.border&&(r["--persona-label-btn-border"]=g.border),g.color&&(r["--persona-label-btn-color"]=g.color),g.padding&&(r["--persona-label-btn-padding"]=g.padding),g.borderRadius&&(r["--persona-label-btn-radius"]=g.borderRadius),g.hoverBackground&&(r["--persona-label-btn-hover-bg"]=g.hoverBackground),g.fontSize&&(r["--persona-label-btn-font-size"]=g.fontSize),g.gap&&(r["--persona-label-btn-gap"]=g.gap));let u=p==null?void 0:p.toggleGroup;u&&(u.gap&&(r["--persona-toggle-group-gap"]=u.gap),u.borderRadius&&(r["--persona-toggle-group-radius"]=u.borderRadius));let h=p==null?void 0:p.artifact;if(h!=null&&h.toolbar){let we=h.toolbar;we.iconHoverColor&&(r["--persona-artifact-toolbar-icon-hover-color"]=we.iconHoverColor),we.iconHoverBackground&&(r["--persona-artifact-toolbar-icon-hover-bg"]=we.iconHoverBackground),we.iconPadding&&(r["--persona-artifact-toolbar-icon-padding"]=we.iconPadding),we.iconBorderRadius&&(r["--persona-artifact-toolbar-icon-radius"]=we.iconBorderRadius),we.iconBorder&&(r["--persona-artifact-toolbar-icon-border"]=we.iconBorder),we.toggleGroupGap&&(r["--persona-artifact-toolbar-toggle-group-gap"]=we.toggleGroupGap),we.toggleBorderRadius&&(r["--persona-artifact-toolbar-toggle-radius"]=we.toggleBorderRadius),we.copyBackground&&(r["--persona-artifact-toolbar-copy-bg"]=we.copyBackground),we.copyBorder&&(r["--persona-artifact-toolbar-copy-border"]=we.copyBorder),we.copyColor&&(r["--persona-artifact-toolbar-copy-color"]=we.copyColor),we.copyBorderRadius&&(r["--persona-artifact-toolbar-copy-radius"]=we.copyBorderRadius),we.copyPadding&&(r["--persona-artifact-toolbar-copy-padding"]=we.copyPadding),we.copyMenuBackground&&(r["--persona-artifact-toolbar-copy-menu-bg"]=we.copyMenuBackground,r["--persona-dropdown-bg"]=(Mr=r["--persona-dropdown-bg"])!=null?Mr:we.copyMenuBackground),we.copyMenuBorder&&(r["--persona-artifact-toolbar-copy-menu-border"]=we.copyMenuBorder,r["--persona-dropdown-border"]=(At=r["--persona-dropdown-border"])!=null?At:we.copyMenuBorder),we.copyMenuShadow&&(r["--persona-artifact-toolbar-copy-menu-shadow"]=we.copyMenuShadow,r["--persona-dropdown-shadow"]=(Jr=r["--persona-dropdown-shadow"])!=null?Jr:we.copyMenuShadow),we.copyMenuBorderRadius&&(r["--persona-artifact-toolbar-copy-menu-radius"]=we.copyMenuBorderRadius,r["--persona-dropdown-radius"]=(Yr=r["--persona-dropdown-radius"])!=null?Yr:we.copyMenuBorderRadius),we.copyMenuItemHoverBackground&&(r["--persona-artifact-toolbar-copy-menu-item-hover-bg"]=we.copyMenuItemHoverBackground,r["--persona-dropdown-item-hover-bg"]=(Ur=r["--persona-dropdown-item-hover-bg"])!=null?Ur:we.copyMenuItemHoverBackground),we.iconBackground&&(r["--persona-artifact-toolbar-icon-bg"]=we.iconBackground),we.toolbarBorder&&(r["--persona-artifact-toolbar-border"]=we.toolbarBorder)}if(h!=null&&h.tab){let we=h.tab;we.background&&(r["--persona-artifact-tab-bg"]=we.background),we.activeBackground&&(r["--persona-artifact-tab-active-bg"]=we.activeBackground),we.activeBorder&&(r["--persona-artifact-tab-active-border"]=we.activeBorder),we.borderRadius&&(r["--persona-artifact-tab-radius"]=we.borderRadius),we.textColor&&(r["--persona-artifact-tab-color"]=we.textColor),we.hoverBackground&&(r["--persona-artifact-tab-hover-bg"]=we.hoverBackground),we.listBackground&&(r["--persona-artifact-tab-list-bg"]=we.listBackground),we.listBorderColor&&(r["--persona-artifact-tab-list-border-color"]=we.listBorderColor),we.listPadding&&(r["--persona-artifact-tab-list-padding"]=we.listPadding)}if(h!=null&&h.pane){let we=h.pane;if(we.toolbarBackground){let $o=(mn=Va(e,we.toolbarBackground))!=null?mn:we.toolbarBackground;r["--persona-artifact-toolbar-bg"]=$o}}return r}var jh={header:"Widget header bar",messages:"Message list area","user-message":"User message bubble","assistant-message":"Assistant message bubble",composer:"Footer / composer area",container:"Main widget container","artifact-pane":"Artifact sidebar","artifact-toolbar":"Artifact toolbar"};var Av={colors:{primary:{50:"#ffffff",100:"#f5f5f5",200:"#d4d4d4",300:"#a3a3a3",400:"#737373",500:"#171717",600:"#0f0f0f",700:"#0a0a0a",800:"#050505",900:"#030303",950:"#000000"},secondary:{50:"#f5f3ff",100:"#ede9fe",200:"#ddd6fe",300:"#c4b5fd",400:"#a78bfa",500:"#8b5cf6",600:"#7c3aed",700:"#6d28d9",800:"#5b21b6",900:"#4c1d95",950:"#2e1065"},accent:{50:"#ecfeff",100:"#cffafe",200:"#a5f3fc",300:"#67e8f9",400:"#22d3ee",500:"#06b6d4",600:"#0891b2",700:"#0e7490",800:"#155e75",900:"#164e63",950:"#083344"},gray:{50:"#f9fafb",100:"#f3f4f6",200:"#e5e7eb",300:"#d1d5db",400:"#9ca3af",500:"#6b7280",600:"#4b5563",700:"#374151",800:"#1f2937",900:"#111827",950:"#030712"},success:{50:"#f0fdf4",100:"#dcfce7",200:"#bbf7d0",300:"#86efac",400:"#4ade80",500:"#22c55e",600:"#16a34a",700:"#15803d",800:"#166534",900:"#14532d"},warning:{50:"#fefce8",100:"#fef9c3",200:"#fef08a",300:"#fde047",400:"#facc15",500:"#eab308",600:"#ca8a04",700:"#a16207",800:"#854d0e",900:"#713f12"},error:{50:"#fef2f2",100:"#fee2e2",200:"#fecaca",300:"#fca5a5",400:"#f87171",500:"#ef4444",600:"#dc2626",700:"#b91c1c",800:"#991b1b",900:"#7f1d1d"}}},Gh=e=>{if(!(!e||typeof e!="object"||Array.isArray(e)))return e},Is=()=>{var e;return typeof document!="undefined"&&document.documentElement.classList.contains("dark")||typeof window!="undefined"&&((e=window.matchMedia)!=null&&e.call(window,"(prefers-color-scheme: dark)").matches)?"dark":"light"},Mv=e=>{var r;let t=(r=e==null?void 0:e.colorScheme)!=null?r:"light";return t==="light"?"light":t==="dark"?"dark":Is()},sp=e=>Mv(e),Tv=e=>za(e),Ev=e=>{var r;let t=za(void 0,{validate:!1});return za({...e,palette:{...t.palette,colors:{...Av.colors,...(r=e==null?void 0:e.palette)==null?void 0:r.colors}}},{validate:!1})},$a=e=>{let t=sp(e),r=Gh(e==null?void 0:e.theme),o=Gh(e==null?void 0:e.darkTheme);return t==="dark"?Ev(Rs(r!=null?r:{},o!=null?o:{})):Tv(r)},kv=e=>Ui(e),Bn=(e,t)=>{let r=$a(t),o=kv(r);for(let[n,a]of Object.entries(o))e.style.setProperty(n,a)},qi=e=>{let t=[];if(typeof document!="undefined"&&typeof MutationObserver!="undefined"){let r=new MutationObserver(()=>{e(Is())});r.observe(document.documentElement,{attributes:!0,attributeFilter:["class"]}),t.push(()=>r.disconnect())}if(typeof window!="undefined"&&window.matchMedia){let r=window.matchMedia("(prefers-color-scheme: dark)"),o=()=>e(Is());r.addEventListener?(r.addEventListener("change",o),t.push(()=>r.removeEventListener("change",o))):r.addListener&&(r.addListener(o),t.push(()=>r.removeListener(o)))}return()=>{t.forEach(r=>r())}};var Kh=(function(){"use strict";let e=()=>{},t={morphStyle:"outerHTML",callbacks:{beforeNodeAdded:e,afterNodeAdded:e,beforeNodeMorphed:e,afterNodeMorphed:e,beforeNodeRemoved:e,afterNodeRemoved:e,beforeAttributeUpdated:e},head:{style:"merge",shouldPreserve:g=>g.getAttribute("im-preserve")==="true",shouldReAppend:g=>g.getAttribute("im-re-append")==="true",shouldRemove:e,afterHeadMorphed:e},restoreFocus:!0};function r(g,u,h={}){g=p(g);let y=m(u),E=d(g,y,h),T=n(E,()=>i(E,g,y,A=>A.morphStyle==="innerHTML"?(a(A,g,y),Array.from(g.childNodes)):o(A,g,y)));return E.pantry.remove(),T}function o(g,u,h){let y=m(u);return a(g,y,h,u,u.nextSibling),Array.from(y.childNodes)}function n(g,u){var k;if(!g.config.restoreFocus)return u();let h=document.activeElement;if(!(h instanceof HTMLInputElement||h instanceof HTMLTextAreaElement))return u();let{id:y,selectionStart:E,selectionEnd:T}=h,A=u();return y&&y!==((k=document.activeElement)==null?void 0:k.getAttribute("id"))&&(h=g.target.querySelector(`[id="${y}"]`),h==null||h.focus()),h&&!h.selectionEnd&&T&&h.setSelectionRange(E,T),A}let a=(function(){function g(w,C,S,M=null,W=null){C instanceof HTMLTemplateElement&&S instanceof HTMLTemplateElement&&(C=C.content,S=S.content),M||(M=C.firstChild);for(let I of S.childNodes){if(M&&M!=W){let D=h(w,I,M,W);if(D){D!==M&&E(w,M,D),s(D,I,w),M=D.nextSibling;continue}}if(I instanceof Element){let D=I.getAttribute("id");if(w.persistentIds.has(D)){let O=T(C,D,M,w);s(O,I,w),M=O.nextSibling;continue}}let R=u(C,I,M,w);R&&(M=R.nextSibling)}for(;M&&M!=W;){let I=M;M=M.nextSibling,y(w,I)}}function u(w,C,S,M){if(M.callbacks.beforeNodeAdded(C)===!1)return null;if(M.idMap.has(C)){let W=document.createElement(C.tagName);return w.insertBefore(W,S),s(W,C,M),M.callbacks.afterNodeAdded(W),W}else{let W=document.importNode(C,!0);return w.insertBefore(W,S),M.callbacks.afterNodeAdded(W),W}}let h=(function(){function w(M,W,I,R){let D=null,O=W.nextSibling,Q=0,me=I;for(;me&&me!=R;){if(S(me,W)){if(C(M,me,W))return me;D===null&&(M.idMap.has(me)||(D=me))}if(D===null&&O&&S(me,O)&&(Q++,O=O.nextSibling,Q>=2&&(D=void 0)),M.activeElementAndParents.includes(me))break;me=me.nextSibling}return D||null}function C(M,W,I){let R=M.idMap.get(W),D=M.idMap.get(I);if(!D||!R)return!1;for(let O of R)if(D.has(O))return!0;return!1}function S(M,W){var D,O,Q;let I=M,R=W;return I.nodeType===R.nodeType&&I.tagName===R.tagName&&(!((D=I.getAttribute)!=null&&D.call(I,"id"))||((O=I.getAttribute)==null?void 0:O.call(I,"id"))===((Q=R.getAttribute)==null?void 0:Q.call(R,"id")))}return w})();function y(w,C){var S;if(w.idMap.has(C))k(w.pantry,C,null);else{if(w.callbacks.beforeNodeRemoved(C)===!1)return;(S=C.parentNode)==null||S.removeChild(C),w.callbacks.afterNodeRemoved(C)}}function E(w,C,S){let M=C;for(;M&&M!==S;){let W=M;M=M.nextSibling,y(w,W)}return M}function T(w,C,S,M){var I,R;let W=((R=(I=M.target).getAttribute)==null?void 0:R.call(I,"id"))===C&&M.target||M.target.querySelector(`[id="${C}"]`)||M.pantry.querySelector(`[id="${C}"]`);return A(W,M),k(w,W,S),W}function A(w,C){let S=w.getAttribute("id");for(;w=w.parentNode;){let M=C.idMap.get(w);M&&(M.delete(S),M.size||C.idMap.delete(w))}}function k(w,C,S){if(w.moveBefore)try{w.moveBefore(C,S)}catch{w.insertBefore(C,S)}else w.insertBefore(C,S)}return g})(),s=(function(){function g(A,k,w){return w.ignoreActive&&A===document.activeElement?null:(w.callbacks.beforeNodeMorphed(A,k)===!1||(A instanceof HTMLHeadElement&&w.head.ignore||(A instanceof HTMLHeadElement&&w.head.style!=="morph"?c(A,k,w):(u(A,k,w),T(A,w)||a(w,A,k))),w.callbacks.afterNodeMorphed(A,k)),A)}function u(A,k,w){let C=k.nodeType;if(C===1){let S=A,M=k,W=S.attributes,I=M.attributes;for(let R of I)E(R.name,S,"update",w)||S.getAttribute(R.name)!==R.value&&S.setAttribute(R.name,R.value);for(let R=W.length-1;0<=R;R--){let D=W[R];if(D&&!M.hasAttribute(D.name)){if(E(D.name,S,"remove",w))continue;S.removeAttribute(D.name)}}T(S,w)||h(S,M,w)}(C===8||C===3)&&A.nodeValue!==k.nodeValue&&(A.nodeValue=k.nodeValue)}function h(A,k,w){if(A instanceof HTMLInputElement&&k instanceof HTMLInputElement&&k.type!=="file"){let C=k.value,S=A.value;y(A,k,"checked",w),y(A,k,"disabled",w),k.hasAttribute("value")?S!==C&&(E("value",A,"update",w)||(A.setAttribute("value",C),A.value=C)):E("value",A,"remove",w)||(A.value="",A.removeAttribute("value"))}else if(A instanceof HTMLOptionElement&&k instanceof HTMLOptionElement)y(A,k,"selected",w);else if(A instanceof HTMLTextAreaElement&&k instanceof HTMLTextAreaElement){let C=k.value,S=A.value;if(E("value",A,"update",w))return;C!==S&&(A.value=C),A.firstChild&&A.firstChild.nodeValue!==C&&(A.firstChild.nodeValue=C)}}function y(A,k,w,C){let S=k[w],M=A[w];if(S!==M){let W=E(w,A,"update",C);W||(A[w]=k[w]),S?W||A.setAttribute(w,""):E(w,A,"remove",C)||A.removeAttribute(w)}}function E(A,k,w,C){return A==="value"&&C.ignoreActiveValue&&k===document.activeElement?!0:C.callbacks.beforeAttributeUpdated(A,k,w)===!1}function T(A,k){return!!k.ignoreActiveValue&&A===document.activeElement&&A!==document.body}return g})();function i(g,u,h,y){if(g.head.block){let E=u.querySelector("head"),T=h.querySelector("head");if(E&&T){let A=c(E,T,g);return Promise.all(A).then(()=>{let k=Object.assign(g,{head:{block:!1,ignore:!0}});return y(k)})}}return y(g)}function c(g,u,h){let y=[],E=[],T=[],A=[],k=new Map;for(let C of u.children)k.set(C.outerHTML,C);for(let C of g.children){let S=k.has(C.outerHTML),M=h.head.shouldReAppend(C),W=h.head.shouldPreserve(C);S||W?M?E.push(C):(k.delete(C.outerHTML),T.push(C)):h.head.style==="append"?M&&(E.push(C),A.push(C)):h.head.shouldRemove(C)!==!1&&E.push(C)}A.push(...k.values());let w=[];for(let C of A){let S=document.createRange().createContextualFragment(C.outerHTML).firstChild;if(h.callbacks.beforeNodeAdded(S)!==!1){if("href"in S&&S.href||"src"in S&&S.src){let M,W=new Promise(function(I){M=I});S.addEventListener("load",function(){M()}),w.push(W)}g.appendChild(S),h.callbacks.afterNodeAdded(S),y.push(S)}}for(let C of E)h.callbacks.beforeNodeRemoved(C)!==!1&&(g.removeChild(C),h.callbacks.afterNodeRemoved(C));return h.head.afterHeadMorphed(g,{added:y,kept:T,removed:E}),w}let d=(function(){function g(w,C,S){let{persistentIds:M,idMap:W}=A(w,C),I=u(S),R=I.morphStyle||"outerHTML";if(!["innerHTML","outerHTML"].includes(R))throw`Do not understand how to morph style ${R}`;return{target:w,newContent:C,config:I,morphStyle:R,ignoreActive:I.ignoreActive,ignoreActiveValue:I.ignoreActiveValue,restoreFocus:I.restoreFocus,idMap:W,persistentIds:M,pantry:h(),activeElementAndParents:y(w),callbacks:I.callbacks,head:I.head}}function u(w){let C=Object.assign({},t);return Object.assign(C,w),C.callbacks=Object.assign({},t.callbacks,w.callbacks),C.head=Object.assign({},t.head,w.head),C}function h(){let w=document.createElement("div");return w.hidden=!0,document.body.insertAdjacentElement("afterend",w),w}function y(w){let C=[],S=document.activeElement;if((S==null?void 0:S.tagName)!=="BODY"&&w.contains(S))for(;S&&(C.push(S),S!==w);)S=S.parentElement;return C}function E(w){var S;let C=Array.from(w.querySelectorAll("[id]"));return(S=w.getAttribute)!=null&&S.call(w,"id")&&C.push(w),C}function T(w,C,S,M){for(let W of M){let I=W.getAttribute("id");if(C.has(I)){let R=W;for(;R;){let D=w.get(R);if(D==null&&(D=new Set,w.set(R,D)),D.add(I),R===S)break;R=R.parentElement}}}}function A(w,C){let S=E(w),M=E(C),W=k(S,M),I=new Map;T(I,W,w,S);let R=C.__idiomorphRoot||C;return T(I,W,R,M),{persistentIds:W,idMap:I}}function k(w,C){let S=new Set,M=new Map;for(let{id:I,tagName:R}of w)M.has(I)?S.add(I):M.set(I,R);let W=new Set;for(let{id:I,tagName:R}of C)W.has(I)?S.add(I):M.get(I)===R&&W.add(I);for(let I of S)W.delete(I);return W}return g})(),{normalizeElement:p,normalizeParent:m}=(function(){let g=new WeakSet;function u(T){return T instanceof Document?T.documentElement:T}function h(T){if(T==null)return document.createElement("div");if(typeof T=="string")return h(E(T));if(g.has(T))return T;if(T instanceof Node){if(T.parentNode)return new y(T);{let A=document.createElement("div");return A.append(T),A}}else{let A=document.createElement("div");for(let k of[...T])A.append(k);return A}}class y{constructor(A){this.originalNode=A,this.realParentNode=A.parentNode,this.previousSibling=A.previousSibling,this.nextSibling=A.nextSibling}get childNodes(){let A=[],k=this.previousSibling?this.previousSibling.nextSibling:this.realParentNode.firstChild;for(;k&&k!=this.nextSibling;)A.push(k),k=k.nextSibling;return A}querySelectorAll(A){return this.childNodes.reduce((k,w)=>{if(w instanceof Element){w.matches(A)&&k.push(w);let C=w.querySelectorAll(A);for(let S=0;S<C.length;S++)k.push(C[S])}return k},[])}insertBefore(A,k){return this.realParentNode.insertBefore(A,k)}moveBefore(A,k){return this.realParentNode.moveBefore(A,k)}get __idiomorphRoot(){return this.originalNode}}function E(T){let A=new DOMParser,k=T.replace(/<svg(\s[^>]*>|>)([\s\S]*?)<\/svg>/gim,"");if(k.match(/<\/html>/)||k.match(/<\/head>/)||k.match(/<\/body>/)){let w=A.parseFromString(T,"text/html");if(k.match(/<\/html>/))return g.add(w),w;{let C=w.firstChild;return C&&g.add(C),C}}else{let C=A.parseFromString("<body><template>"+T+"</template></body>","text/html").body.querySelector("template").content;return g.add(C),C}}return{normalizeElement:u,normalizeParent:h}})();return{morph:r,defaults:t}})();var Vi=(e,t,r={})=>{let{preserveTypingAnimation:o=!0}=r;Kh.morph(e,t.innerHTML,{morphStyle:"innerHTML",callbacks:{beforeNodeMorphed(n,a){var s,i;if(n instanceof HTMLElement&&o){if(n.classList.contains("persona-animate-typing")||n.hasAttribute("data-preserve-runtime"))return!1;if(n.hasAttribute("data-tool-elapsed"))return a instanceof HTMLElement&&a.getAttribute("data-tool-elapsed")===n.getAttribute("data-tool-elapsed")?!1:void 0;if(n.hasAttribute("data-preserve-animation")){if(a instanceof HTMLElement&&!a.hasAttribute("data-preserve-animation"))return;if(a instanceof HTMLElement&&a.hasAttribute("data-preserve-animation")){let c=(s=n.textContent)!=null?s:"",d=(i=a.textContent)!=null?i:"";if(c!==d)return}return!1}}}}})};var Xh=e=>e.replace(/^\n+/,"").replace(/\s+$/,"");var zi={index:-1,draft:""};function Qh(e){let{direction:t,history:r,currentValue:o,atStart:n,state:a}=e,s=a.index!==-1;if(r.length===0)return{handled:!1,state:a};if(t==="up"){if(!s&&!n)return{handled:!1,state:a};if(!s){let i=r.length-1;return{handled:!0,value:r[i],state:{index:i,draft:o}}}if(a.index>0){let i=a.index-1;return{handled:!0,value:r[i],state:{index:i,draft:a.draft}}}return{handled:!0,state:a}}if(!s)return{handled:!1,state:a};if(a.index<r.length-1){let i=a.index+1;return{handled:!0,value:r[i],state:{index:i,draft:a.draft}}}return{handled:!0,value:a.draft,state:{...zi}}}function Jh(e,t){var r,o,n,a,s,i,c,d,p,m,g,u,h,y,E,T,A,k,w,C,S,M,W,I,R,D,O,Q,me,ue,Z,Le,He,ie,Me,oe,se,ge;return[e.id,e.role,(o=(r=e.content)==null?void 0:r.length)!=null?o:0,(a=(n=e.content)==null?void 0:n.slice(-32))!=null?a:"",e.streaming?"1":"0",e.voiceProcessing?"1":"0",(s=e.variant)!=null?s:"",(c=(i=e.rawContent)==null?void 0:i.length)!=null?c:0,(p=(d=e.llmContent)==null?void 0:d.length)!=null?p:0,(g=(m=e.approval)==null?void 0:m.status)!=null?g:"",(h=(u=e.toolCall)==null?void 0:u.status)!=null?h:"",(E=(y=e.toolCall)==null?void 0:y.name)!=null?E:"",(k=(A=(T=e.toolCall)==null?void 0:T.chunks)==null?void 0:A.length)!=null?k:0,(M=(S=(C=(w=e.toolCall)==null?void 0:w.chunks)==null?void 0:C[e.toolCall.chunks.length-1])==null?void 0:S.slice(-32))!=null?M:"",typeof((W=e.toolCall)==null?void 0:W.args)=="string"?e.toolCall.args.length:(I=e.toolCall)!=null&&I.args?JSON.stringify(e.toolCall.args).length:0,(O=(D=(R=e.reasoning)==null?void 0:R.chunks)==null?void 0:D.length)!=null?O:0,(Z=(ue=(me=(Q=e.reasoning)==null?void 0:Q.chunks)==null?void 0:me[e.reasoning.chunks.length-1])==null?void 0:ue.length)!=null?Z:0,(Me=(ie=(He=(Le=e.reasoning)==null?void 0:Le.chunks)==null?void 0:He[e.reasoning.chunks.length-1])==null?void 0:ie.slice(-32))!=null?Me:"",(se=(oe=e.contentParts)==null?void 0:oe.length)!=null?se:0,(ge=e.stopReason)!=null?ge:"",t].join("\0")}function Yh(){return new Map}function Zh(e,t,r){let o=e.get(t);return o&&o.fingerprint===r?o.wrapper:null}function ex(e,t,r,o){e.set(t,{fingerprint:r,wrapper:o})}function tx(e,t){for(let r of e.keys())t.has(r)||e.delete(r)}function $i(e=!0){let t=e;return{isFollowing:()=>t,pause:()=>t?(t=!1,!0):!1,resume:()=>t?!1:(t=!0,!0)}}function Oo(e){return Math.max(0,e.scrollHeight-e.clientHeight)}function Dn(e,t){return Oo(e)-e.scrollTop<=t}function ji(e){let{following:t,currentScrollTop:r,lastScrollTop:o,nearBottom:n,userScrollThreshold:a,isAutoScrolling:s=!1,pauseOnUpwardScroll:i=!1,pauseWhenAwayFromBottom:c=!0,resumeRequiresDownwardScroll:d=!1}=e,p=r-o;return s||Math.abs(p)<a?{action:"none",delta:p,nextLastScrollTop:r}:!t&&n&&(!d||p>0)?{action:"resume",delta:p,nextLastScrollTop:r}:t&&i&&p<0?{action:"pause",delta:p,nextLastScrollTop:r}:t&&c&&!n?{action:"pause",delta:p,nextLastScrollTop:r}:{action:"none",delta:p,nextLastScrollTop:r}}function Gi(e){let{following:t,deltaY:r,nearBottom:o=!1,resumeWhenNearBottom:n=!1}=e;return t&&r<0?"pause":!t&&n&&r>0&&o?"resume":"none"}function rx(e,t){return!e||e.isCollapsed?!1:t.contains(e.anchorNode)||t.contains(e.focusNode)}function ox(e){let t=Math.max(0,e.anchorOffsetTop-e.topOffset),r=Math.max(0,t+e.viewportHeight-e.contentHeight);return{targetScrollTop:t,spacerHeight:r}}function nx(e){let t=Math.max(0,e.currentContentHeight-e.contentHeightAtAnchor);return Math.max(0,e.initialSpacerHeight-t)}var rr={idle:"Online",connecting:"Connecting\u2026",connected:"Streaming\u2026",error:"Offline",paused:"Connection lost\u2026",resuming:"Reconnecting\u2026"},Sr=1e5,Fn=Sr+1;var Ws={type:"none",placeholder:"none",speed:120,duration:1800,buffer:"none"},Lv=["pre","code","a","script","style"],Ki=e=>{var t,r,o,n,a;return{type:(t=e==null?void 0:e.type)!=null?t:Ws.type,placeholder:(r=e==null?void 0:e.placeholder)!=null?r:Ws.placeholder,speed:(o=e==null?void 0:e.speed)!=null?o:Ws.speed,duration:(n=e==null?void 0:e.duration)!=null?n:Ws.duration,buffer:(a=e==null?void 0:e.buffer)!=null?a:Ws.buffer}},sx=[{name:"typewriter",containerClass:"persona-stream-typewriter",wrap:"char",useCaret:!0},{name:"pop-bubble",bubbleClass:"persona-stream-pop",wrap:"none"},{name:"letter-rise",containerClass:"persona-stream-letter-rise",wrap:"char"},{name:"word-fade",containerClass:"persona-stream-word-fade",wrap:"word"}],Hs=new Map;for(let e of sx)Hs.set(e.name,e);var ua=e=>{Hs.set(e.name,e)},dp=e=>{sx.some(t=>t.name===e)||Hs.delete(e)},cp=()=>Array.from(Hs.keys()),ja=(e,t)=>{var r,o;return e==="none"?null:t&&Object.prototype.hasOwnProperty.call(t,e)?(r=t[e])!=null?r:null:(o=Hs.get(e))!=null?o:null},Xi=(e,t,r,o,n)=>{if(!n)return e;if(r!=null&&r.bufferContent)return r.bufferContent(e,o);if(!e)return e;if(t==="word"){let a=e.search(/\s(?=\S*$)/);return a<0?"":e.slice(0,a)}if(t==="line"){let a=e.lastIndexOf(`
20
+ `);return a<0?"":e.slice(0,a)}return e},Pv=(e,t,r,o)=>{let n=e.createElement("span");return n.className="persona-stream-char",n.id=`stream-c-${r}-${o}`,n.style.setProperty("--char-index",String(o)),n.textContent=t,n},Rv=(e,t,r,o)=>{let n=e.createElement("span");return n.className="persona-stream-word",n.id=`stream-w-${r}-${o}`,n.style.setProperty("--word-index",String(o)),n.textContent=t,n},ip=/\s/,Iv=(e,t)=>{let r=e.parentNode;for(;r;){if(r.nodeType===1){let o=r;if(t.has(o.tagName.toLowerCase()))return!0}r=r.parentNode}return!1},Wv=(e,t,r)=>{var c;let o=e.ownerDocument,n=e.parentNode;if(!o||!n)return;let a=(c=e.nodeValue)!=null?c:"";if(!a)return;let s=o.createDocumentFragment(),i=0;for(;i<a.length;)if(ip.test(a[i])){let d=i;for(;d<a.length&&ip.test(a[d]);)d+=1;s.appendChild(o.createTextNode(a.slice(i,d))),i=d}else{let d=o.createElement("span");d.className="persona-stream-word-group";let p=i;for(;p<a.length&&!ip.test(a[p]);)d.appendChild(Pv(o,a[p],t,r.value)),r.value+=1,p+=1;s.appendChild(d),i=p}n.replaceChild(s,e)},Hv=(e,t,r)=>{var c;let o=e.ownerDocument,n=e.parentNode;if(!o||!n)return;let a=(c=e.nodeValue)!=null?c:"";if(!a)return;let s=o.createDocumentFragment(),i=a.split(/(\s+)/);for(let d of i)d&&(/^\s+$/.test(d)?s.appendChild(o.createTextNode(d)):(s.appendChild(Rv(o,d,t,r.value)),r.value+=1));n.replaceChild(s,e)},Bs=(e,t,r,o)=>{var m,g;if(!e||typeof document=="undefined")return e;let n=document.createElement("div");n.innerHTML=e;let a=new Set(((m=o==null?void 0:o.skipTags)!=null?m:Lv).map(u=>u.toLowerCase())),s=document.createTreeWalker(n,NodeFilter.SHOW_TEXT,null),i=[],c=s.nextNode();for(;c;)Iv(c,a)||i.push(c),c=s.nextNode();let d={value:(g=o==null?void 0:o.startIndex)!=null?g:0},p=t==="char"?Wv:Hv;for(let u of i)p(u,r,d);return n.innerHTML},Qi=(e=document)=>{let t=e.createElement("span");return t.className="persona-stream-caret",t.setAttribute("aria-hidden","true"),t.setAttribute("data-preserve-animation","stream-caret"),t},Ds=(e=document)=>{let t=e.createElement("div");t.className="persona-stream-skeleton",t.setAttribute("data-preserve-animation","stream-skeleton"),t.setAttribute("aria-hidden","true");let r=e.createElement("div");return r.className="persona-stream-skeleton-line",t.appendChild(r),t},ax=new WeakMap,Bv=(e,t)=>{var a;if(!e.styles)return;let r=ax.get(t);if(r||(r=new Set,ax.set(t,r)),r.has(e.name)){let s=e.name.replace(/["\\]/g,"\\$&");if(t.querySelector(`style[data-persona-animation="${s}"]`))return;r.delete(e.name)}r.add(e.name);let n=(t instanceof ShadowRoot?t.ownerDocument:(a=t.ownerDocument)!=null?a:document).createElement("style");n.setAttribute("data-persona-animation",e.name),n.textContent=e.styles,t.appendChild(n)},lp=new WeakMap,Dv=(e,t)=>{if(!e.onAttach)return;let r=lp.get(t);if(r||(r=new Map,lp.set(t,r)),r.has(e.name))return;let o=e.onAttach(t);r.set(e.name,o)},ix=e=>{let t=lp.get(e);if(t){for(let r of t.values())typeof r=="function"&&r();t.clear()}},Ji=(e,t)=>{Bv(e,t),Dv(e,t)};function pp(e,t=Sr){let r=e.style.position,o=e.style.zIndex,n=e.style.isolation,a=getComputedStyle(e),s=a.position==="static"||a.position==="";return s&&(e.style.position="relative"),e.style.zIndex=String(t),e.style.isolation="isolate",()=>{s&&(e.style.position=r),e.style.zIndex=o,e.style.isolation=n}}var Fs=0,Nn=null;function up(e=document){var r;if(Fs++,Fs===1){let o=e.body,a=((r=e.defaultView)!=null?r:window).scrollY||e.documentElement.scrollTop;Nn={originalOverflow:o.style.overflow,originalPosition:o.style.position,originalTop:o.style.top,originalWidth:o.style.width,scrollY:a},o.style.overflow="hidden",o.style.position="fixed",o.style.top=`-${a}px`,o.style.width="100%"}let t=!1;return()=>{var o;if(!t&&(t=!0,Fs=Math.max(0,Fs-1),Fs===0&&Nn)){let n=e.body,a=(o=e.defaultView)!=null?o:window;n.style.overflow=Nn.originalOverflow,n.style.position=Nn.originalPosition,n.style.top=Nn.originalTop,n.style.width=Nn.originalWidth,a.scrollTo(0,Nn.scrollY),Nn=null}}}var Ns={side:"right",width:"420px",animate:!0,reveal:"resize",maxHeight:"100dvh"},or=e=>{var t,r;return((r=(t=e==null?void 0:e.launcher)==null?void 0:t.mountMode)!=null?r:"floating")==="docked"},On=e=>{var t,r;return((r=(t=e==null?void 0:e.launcher)==null?void 0:t.mountMode)!=null?r:"floating")==="composer-bar"},Kr=e=>{var r,o,n,a,s,i;let t=(r=e==null?void 0:e.launcher)==null?void 0:r.dock;return{side:(o=t==null?void 0:t.side)!=null?o:Ns.side,width:(n=t==null?void 0:t.width)!=null?n:Ns.width,animate:(a=t==null?void 0:t.animate)!=null?a:Ns.animate,reveal:(s=t==null?void 0:t.reveal)!=null?s:Ns.reveal,maxHeight:(i=t==null?void 0:t.maxHeight)!=null?i:Ns.maxHeight}};var vo={"bottom-right":"persona-bottom-6 persona-right-6","bottom-left":"persona-bottom-6 persona-left-6","top-right":"persona-top-6 persona-right-6","top-left":"persona-top-6 persona-left-6"};var Fv="persona-relative persona-ml-auto persona-inline-flex persona-items-center persona-justify-center",Yi=(e,t={})=>{var E,T,A,k,w,C;let{showClose:r=!0,wrapperClassName:o=Fv,buttonSize:n,iconSize:a="28px"}=t,s=(E=e==null?void 0:e.launcher)!=null?E:{},i=(T=n!=null?n:s.closeButtonSize)!=null?T:"32px",c=v("div",o),d=(A=s.closeButtonTooltipText)!=null?A:"Close chat",p=(k=s.closeButtonShowTooltip)!=null?k:!0,m=(w=s.closeButtonIconName)!=null?w:"x",g=(C=s.closeButtonIconText)!=null?C:"\xD7",u=!!(s.closeButtonBorderWidth||s.closeButtonBorderColor),h=Tt("button",{className:bs("persona-inline-flex persona-items-center persona-justify-center persona-cursor-pointer",!s.closeButtonBackgroundColor&&"hover:persona-bg-gray-100",!u&&"persona-border-none",!s.closeButtonBorderRadius&&"persona-rounded-full"),attrs:{type:"button","aria-label":d},style:{height:i,width:i,display:r?void 0:"none",color:s.closeButtonColor||Ir.actionIconColor,backgroundColor:s.closeButtonBackgroundColor||void 0,border:u?`${s.closeButtonBorderWidth||"0px"} solid ${s.closeButtonBorderColor||"transparent"}`:void 0,borderRadius:s.closeButtonBorderRadius||void 0,paddingLeft:s.closeButtonPaddingX||void 0,paddingRight:s.closeButtonPaddingX||void 0,paddingTop:s.closeButtonPaddingY||void 0,paddingBottom:s.closeButtonPaddingY||void 0}}),y=he(m,a,"currentColor",1);if(y?(y.style.display="block",h.appendChild(y)):h.textContent=g,c.appendChild(h),p&&d){let S=null,M=()=>{if(S)return;let I=h.ownerDocument,R=I.body;if(!R)return;S=No(I,"div","persona-clear-chat-tooltip"),S.textContent=d;let D=No(I,"div");D.className="persona-clear-chat-tooltip-arrow",S.appendChild(D);let O=h.getBoundingClientRect();S.style.position="fixed",S.style.zIndex=String(Fn),S.style.left=`${O.left+O.width/2}px`,S.style.top=`${O.top-8}px`,S.style.transform="translate(-50%, -100%)",R.appendChild(S)},W=()=>{S&&S.parentNode&&(S.parentNode.removeChild(S),S=null)};c.addEventListener("mouseenter",M),c.addEventListener("mouseleave",W),h.addEventListener("focus",M),h.addEventListener("blur",W),c._cleanupTooltip=()=>{W(),c.removeEventListener("mouseenter",M),c.removeEventListener("mouseleave",W),h.removeEventListener("focus",M),h.removeEventListener("blur",W)}}return{button:h,wrapper:c}},Nv="persona-relative persona-ml-auto persona-clear-chat-button-wrapper",Zi=(e,t={})=>{var S,M,W,I,R,D,O,Q,me,ue,Z,Le,He;let{wrapperClassName:r=Nv,buttonSize:o,iconSize:n="20px"}=t,s=(M=((S=e==null?void 0:e.launcher)!=null?S:{}).clearChat)!=null?M:{},i=(W=o!=null?o:s.size)!=null?W:"32px",c=(I=s.iconName)!=null?I:"refresh-cw",d=(R=s.iconColor)!=null?R:"",p=(D=s.backgroundColor)!=null?D:"",m=(O=s.borderWidth)!=null?O:"",g=(Q=s.borderColor)!=null?Q:"",u=(me=s.borderRadius)!=null?me:"",h=(ue=s.paddingX)!=null?ue:"",y=(Z=s.paddingY)!=null?Z:"",E=(Le=s.tooltipText)!=null?Le:"Clear chat",T=(He=s.showTooltip)!=null?He:!0,A=v("div",r),k=!!(m||g),w=Tt("button",{className:bs("persona-inline-flex persona-items-center persona-justify-center persona-cursor-pointer",!p&&"hover:persona-bg-gray-100",!k&&"persona-border-none",!u&&"persona-rounded-full"),attrs:{type:"button","aria-label":E},style:{height:i,width:i,color:d||Ir.actionIconColor,backgroundColor:p||void 0,border:k?`${m||"0px"} solid ${g||"transparent"}`:void 0,borderRadius:u||void 0,paddingLeft:h||void 0,paddingRight:h||void 0,paddingTop:y||void 0,paddingBottom:y||void 0}}),C=he(c,n,"currentColor",1);if(C&&(C.style.display="block",w.appendChild(C)),A.appendChild(w),T&&E){let ie=null,Me=()=>{if(ie)return;let se=w.ownerDocument,ge=se.body;if(!ge)return;ie=No(se,"div","persona-clear-chat-tooltip"),ie.textContent=E;let Te=No(se,"div");Te.className="persona-clear-chat-tooltip-arrow",ie.appendChild(Te);let qe=w.getBoundingClientRect();ie.style.position="fixed",ie.style.zIndex=String(Fn),ie.style.left=`${qe.left+qe.width/2}px`,ie.style.top=`${qe.top-8}px`,ie.style.transform="translate(-50%, -100%)",ge.appendChild(ie)},oe=()=>{ie&&ie.parentNode&&(ie.parentNode.removeChild(ie),ie=null)};A.addEventListener("mouseenter",Me),A.addEventListener("mouseleave",oe),w.addEventListener("focus",Me),w.addEventListener("blur",oe),A._cleanupTooltip=()=>{oe(),A.removeEventListener("mouseenter",Me),A.removeEventListener("mouseleave",oe),w.removeEventListener("focus",Me),w.removeEventListener("blur",oe)}}return{button:w,wrapper:A}};var Ir={titleColor:"var(--persona-header-title-fg, var(--persona-primary, #0f0f0f))",subtitleColor:"var(--persona-header-subtitle-fg, var(--persona-text-muted, var(--persona-muted, #9ca3af)))",actionIconColor:"var(--persona-header-action-icon-fg, var(--persona-muted, #9ca3af))"},nn=e=>{var C,S,M,W,I,R,D,O,Q,me,ue,Z,Le,He,ie,Me;let{config:t,showClose:r=!0}=e,o=Tt("div",{className:"persona-widget-header persona-flex persona-items-center persona-gap-3 persona-px-6 persona-py-5",attrs:{"data-persona-theme-zone":"header"},style:{backgroundColor:"var(--persona-header-bg, var(--persona-surface, #ffffff))",borderBottomColor:"var(--persona-header-border, var(--persona-divider, #f1f5f9))",boxShadow:"var(--persona-header-shadow, none)",borderBottom:"var(--persona-header-border-bottom, 1px solid var(--persona-header-border, var(--persona-divider, #f1f5f9)))"}}),n=(C=t==null?void 0:t.launcher)!=null?C:{},a=(S=n.headerIconSize)!=null?S:"48px",s=(M=n.closeButtonPlacement)!=null?M:"inline",i=(W=n.headerIconHidden)!=null?W:!1,c=n.headerIconName,d=Tt("div",{className:"persona-flex persona-items-center persona-justify-center persona-rounded-xl persona-text-xl",style:{height:a,width:a,backgroundColor:"var(--persona-header-icon-bg, var(--persona-primary, #0f0f0f))",color:"var(--persona-header-icon-fg, var(--persona-text-inverse, #ffffff))"}});if(!i)if(c){let oe=parseFloat(a)||24,se=he(c,oe*.6,"currentColor",1);se?d.replaceChildren(se):d.textContent=(R=(I=t==null?void 0:t.launcher)==null?void 0:I.agentIconText)!=null?R:"\u{1F4AC}"}else if((D=t==null?void 0:t.launcher)!=null&&D.iconUrl){let oe=v("img");oe.src=t.launcher.iconUrl,oe.alt="",oe.className="persona-rounded-xl persona-object-cover",oe.style.height=a,oe.style.width=a,d.replaceChildren(oe)}else d.textContent=(Q=(O=t==null?void 0:t.launcher)==null?void 0:O.agentIconText)!=null?Q:"\u{1F4AC}";let p=v("div","persona-flex persona-flex-col persona-flex-1 persona-min-w-0"),m=Tt("span",{className:"persona-text-base persona-font-semibold",text:(ue=(me=t==null?void 0:t.launcher)==null?void 0:me.title)!=null?ue:"Chat Assistant",style:{color:Ir.titleColor}}),g=Tt("span",{className:"persona-text-xs",text:(Le=(Z=t==null?void 0:t.launcher)==null?void 0:Z.subtitle)!=null?Le:"Here to help you get answers fast",style:{color:Ir.subtitleColor}});p.append(m,g),i?o.append(p):o.append(d,p);let u=(He=n.clearChat)!=null?He:{},h=(ie=u.enabled)!=null?ie:!0,y=(Me=u.placement)!=null?Me:"inline",E=null,T=null;if(h){let se=Zi(t,{wrapperClassName:y==="top-right"?"persona-absolute persona-top-4 persona-z-50":"persona-relative persona-ml-auto persona-clear-chat-button-wrapper"});E=se.button,T=se.wrapper,y==="top-right"&&(T.style.right="48px"),y==="inline"&&o.appendChild(T)}let A=s==="top-right"?"persona-absolute persona-top-4 persona-right-4 persona-z-50":h&&y==="inline"?"persona-relative persona-inline-flex persona-items-center persona-justify-center":"persona-relative persona-ml-auto persona-inline-flex persona-items-center persona-justify-center",{button:k,wrapper:w}=Yi(t,{showClose:r,wrapperClassName:A});return s!=="top-right"&&o.appendChild(w),{header:o,iconHolder:d,headerTitle:m,headerSubtitle:g,closeButton:k,closeButtonWrapper:w,clearChatButton:E,clearChatButtonWrapper:T}},fa=(e,t,r)=>{var s,i,c,d;let o=(s=r==null?void 0:r.launcher)!=null?s:{},n=(i=o.closeButtonPlacement)!=null?i:"inline",a=(d=(c=o.clearChat)==null?void 0:c.placement)!=null?d:"inline";e.appendChild(t.header),n==="top-right"&&(e.style.position="relative",e.appendChild(t.closeButtonWrapper)),t.clearChatButtonWrapper&&a==="top-right"&&(e.style.position="relative",e.appendChild(t.clearChatButtonWrapper))};function _n(e){let{items:t,onSelect:r,anchor:o,position:n="bottom-left",portal:a}=e,s=v("div","persona-dropdown-menu persona-hidden");s.setAttribute("role","menu"),s.setAttribute("data-persona-theme-zone","dropdown"),a?(s.style.position="fixed",s.style.zIndex=String(Fn)):(s.style.position="absolute",s.style.top="100%",s.style.marginTop="4px",n==="bottom-right"?s.style.right="0":s.style.left="0");for(let u of t){if(u.dividerBefore){let E=document.createElement("hr");s.appendChild(E)}let h=document.createElement("button");if(h.type="button",h.setAttribute("role","menuitem"),h.setAttribute("data-dropdown-item-id",u.id),u.destructive&&h.setAttribute("data-destructive",""),u.icon){let E=he(u.icon,16,"currentColor",1.5);E&&h.appendChild(E)}let y=document.createElement("span");y.textContent=u.label,h.appendChild(y),h.addEventListener("click",E=>{E.stopPropagation(),p(),r(u.id)}),s.appendChild(h)}let i=null;function c(){if(!a)return;let u=o.getBoundingClientRect();s.style.top=`${u.bottom+4}px`,n==="bottom-right"?(s.style.right=`${window.innerWidth-u.right}px`,s.style.left="auto"):(s.style.left=`${u.left}px`,s.style.right="auto")}function d(){c(),s.classList.remove("persona-hidden"),requestAnimationFrame(()=>{let u=h=>{!s.contains(h.target)&&!o.contains(h.target)&&p()};document.addEventListener("click",u,!0),i=()=>document.removeEventListener("click",u,!0)})}function p(){s.classList.add("persona-hidden"),i==null||i(),i=null}function m(){s.classList.contains("persona-hidden")?d():p()}function g(){p(),s.remove()}return a&&a.appendChild(s),{element:s,show:d,hide:p,toggle:m,destroy:g}}function pr(e){let{icon:t,label:r,size:o,strokeWidth:n,className:a,onClick:s,aria:i}=e,c=v("button","persona-icon-btn"+(a?" "+a:""));c.type="button",c.setAttribute("aria-label",r),c.title=r;let d=he(t,o!=null?o:16,"currentColor",n!=null?n:2);if(d&&c.appendChild(d),s&&c.addEventListener("click",s),i)for(let[p,m]of Object.entries(i))c.setAttribute(p,m);return c}function Os(e){let{icon:t,label:r,variant:o="default",size:n="sm",iconSize:a,className:s,onClick:i,aria:c}=e,d="persona-label-btn";o!=="default"&&(d+=" persona-label-btn--"+o),d+=" persona-label-btn--"+n,s&&(d+=" "+s);let p=v("button",d);if(p.type="button",p.setAttribute("aria-label",r),t){let g=he(t,a!=null?a:14,"currentColor",2);g&&p.appendChild(g)}let m=v("span");if(m.textContent=r,p.appendChild(m),i&&p.addEventListener("click",i),c)for(let[g,u]of Object.entries(c))p.setAttribute(g,u);return p}function lx(e){let{items:t,selectedId:r,onSelect:o,className:n}=e,a=v("div","persona-toggle-group"+(n?" "+n:""));a.setAttribute("role","group");let s=r,i=[];function c(){for(let p of i)p.btn.setAttribute("aria-pressed",p.id===s?"true":"false")}for(let p of t){let m;p.icon?m=pr({icon:p.icon,label:p.label,onClick:()=>{s=p.id,c(),o(p.id)}}):(m=v("button","persona-icon-btn"),m.type="button",m.setAttribute("aria-label",p.label),m.title=p.label,m.textContent=p.label,m.addEventListener("click",()=>{s=p.id,c(),o(p.id)})),m.setAttribute("aria-pressed",p.id===s?"true":"false"),i.push({id:p.id,btn:m}),a.appendChild(m)}function d(p){s=p,c()}return{element:a,setSelected:d}}function el(e){var u,h;let{label:t,icon:r="chevron-down",menuItems:o,onSelect:n,position:a="bottom-left",portal:s,className:i,hover:c}=e,d=v("div","persona-combo-btn"+(i?" "+i:""));d.style.position="relative",d.style.display="inline-flex",d.style.alignItems="center",d.style.cursor="pointer",d.setAttribute("role","button"),d.setAttribute("tabindex","0"),d.setAttribute("aria-haspopup","true"),d.setAttribute("aria-expanded","false"),d.setAttribute("aria-label",t);let p=v("span","persona-combo-btn-label");p.textContent=t,d.appendChild(p);let m=he(r,14,"currentColor",2);m&&(m.style.marginLeft="4px",m.style.opacity="0.6",d.appendChild(m)),c&&(d.style.borderRadius=(u=c.borderRadius)!=null?u:"10px",d.style.padding=(h=c.padding)!=null?h:"6px 4px 6px 12px",d.style.border="1px solid transparent",d.style.transition="background-color 0.15s ease, border-color 0.15s ease",d.addEventListener("mouseenter",()=>{var y,E;d.style.backgroundColor=(y=c.background)!=null?y:"",d.style.borderColor=(E=c.border)!=null?E:""}),d.addEventListener("mouseleave",()=>{d.style.backgroundColor="",d.style.borderColor="transparent"}));let g=_n({items:o,onSelect:y=>{d.setAttribute("aria-expanded","false"),n(y)},anchor:d,position:a,portal:s});return s||d.appendChild(g.element),d.addEventListener("click",y=>{y.stopPropagation();let E=!g.element.classList.contains("persona-hidden");d.setAttribute("aria-expanded",E?"false":"true"),g.toggle()}),d.addEventListener("keydown",y=>{(y.key==="Enter"||y.key===" ")&&(y.preventDefault(),d.click())}),{element:d,setLabel:y=>{p.textContent=y,d.setAttribute("aria-label",y)},open:()=>{d.setAttribute("aria-expanded","true"),g.show()},close:()=>{d.setAttribute("aria-expanded","false"),g.hide()},toggle:()=>{let y=!g.element.classList.contains("persona-hidden");d.setAttribute("aria-expanded",y?"false":"true"),g.toggle()},destroy:()=>{g.destroy(),d.remove()}}}var fp=e=>{var o;let t=nn({config:e.config,showClose:e.showClose,onClose:e.onClose,onClearChat:e.onClearChat}),r=(o=e.layoutHeaderConfig)==null?void 0:o.onTitleClick;if(r){let n=t.headerTitle.parentElement;n&&(n.style.cursor="pointer",n.setAttribute("role","button"),n.setAttribute("tabindex","0"),n.addEventListener("click",()=>r()),n.addEventListener("keydown",a=>{(a.key==="Enter"||a.key===" ")&&(a.preventDefault(),r())}))}return t};function Ov(e,t,r){var o,n,a;if(t!=null&&t.length)for(let s of t){let i=v("button","persona-inline-flex persona-items-center persona-justify-center persona-rounded-md persona-border-none persona-bg-transparent persona-p-0 persona-text-persona-muted hover:persona-opacity-80");if(i.type="button",i.setAttribute("aria-label",(n=(o=s.ariaLabel)!=null?o:s.label)!=null?n:s.id),s.icon){let c=he(s.icon,14,"currentColor",2);c&&i.appendChild(c)}else s.label&&(i.textContent=s.label);if((a=s.menuItems)!=null&&a.length){let c=v("div","persona-relative");c.appendChild(i);let d=_n({items:s.menuItems,onSelect:p=>r==null?void 0:r(p),anchor:c,position:"bottom-left"});c.appendChild(d.element),i.addEventListener("click",p=>{p.stopPropagation(),d.toggle()}),e.appendChild(c)}else i.addEventListener("click",()=>r==null?void 0:r(s.id)),e.appendChild(i)}}var mp=e=>{var A,k,w,C,S,M,W,I,R;let{config:t,showClose:r=!0,onClose:o,layoutHeaderConfig:n,onHeaderAction:a}=e,s=(A=t==null?void 0:t.launcher)!=null?A:{},i=v("div","persona-flex persona-items-center persona-justify-between persona-px-6 persona-py-4");i.setAttribute("data-persona-theme-zone","header"),i.style.backgroundColor="var(--persona-header-bg, var(--persona-surface, #ffffff))",i.style.borderBottomColor="var(--persona-header-border, var(--persona-divider, #f1f5f9))",i.style.boxShadow="var(--persona-header-shadow, none)",i.style.borderBottom="var(--persona-header-border-bottom, 1px solid var(--persona-header-border, var(--persona-divider, #f1f5f9)))";let c=n==null?void 0:n.titleMenu,d,p;if(c)d=el({label:(k=s.title)!=null?k:"Chat Assistant",menuItems:c.menuItems,onSelect:c.onSelect,hover:c.hover,className:""}).element,d.style.color=Ir.titleColor,p=(w=d.querySelector(".persona-combo-btn-label"))!=null?w:d;else{if(d=v("div","persona-flex persona-min-w-0 persona-flex-1 persona-items-center persona-gap-1"),p=v("span","persona-text-base persona-font-semibold persona-truncate"),p.style.color=Ir.titleColor,p.textContent=(C=s.title)!=null?C:"Chat Assistant",d.appendChild(p),Ov(d,n==null?void 0:n.trailingActions,(S=n==null?void 0:n.onAction)!=null?S:a),n!=null&&n.onTitleClick){d.style.cursor="pointer",d.setAttribute("role","button"),d.setAttribute("tabindex","0");let O=n.onTitleClick;d.addEventListener("click",Q=>{Q.target.closest("button")||O()}),d.addEventListener("keydown",Q=>{(Q.key==="Enter"||Q.key===" ")&&(Q.preventDefault(),O())})}let D=n==null?void 0:n.titleRowHover;D&&(d.style.borderRadius=(M=D.borderRadius)!=null?M:"10px",d.style.padding=(W=D.padding)!=null?W:"6px 4px 6px 12px",d.style.margin="-6px 0 -6px -12px",d.style.border="1px solid transparent",d.style.transition="background-color 0.15s ease, border-color 0.15s ease",d.style.width="fit-content",d.style.flex="none",d.addEventListener("mouseenter",()=>{var O,Q;d.style.backgroundColor=(O=D.background)!=null?O:"",d.style.borderColor=(Q=D.border)!=null?Q:""}),d.addEventListener("mouseleave",()=>{d.style.backgroundColor="",d.style.borderColor="transparent"}))}i.appendChild(d);let m=(I=s.closeButtonSize)!=null?I:"32px",g=v("div",""),u=v("button","persona-inline-flex persona-items-center persona-justify-center persona-rounded-full hover:persona-bg-gray-100 persona-cursor-pointer persona-border-none");u.style.height=m,u.style.width=m,u.type="button",u.setAttribute("aria-label","Close chat"),u.style.display=r?"":"none",u.style.color=s.closeButtonColor||Ir.actionIconColor;let h=(R=s.closeButtonIconName)!=null?R:"x",y=he(h,"28px","currentColor",1);y?u.appendChild(y):u.textContent="\xD7",o&&u.addEventListener("click",o),g.appendChild(u),i.appendChild(g);let E=v("div");E.style.display="none";let T=v("span");return T.style.display="none",{header:i,iconHolder:E,headerTitle:p,headerSubtitle:T,closeButton:u,closeButtonWrapper:g,clearChatButton:null,clearChatButtonWrapper:null}},tl={default:fp,minimal:mp},gp=e=>{var t;return(t=tl[e])!=null?t:tl.default},Ga=(e,t,r)=>{var s,i,c;if(t!=null&&t.render){let d=t.render({config:e,onClose:r==null?void 0:r.onClose,onClearChat:r==null?void 0:r.onClearChat,trailingActions:t.trailingActions,onAction:t.onAction}),p=v("div");p.style.display="none";let m=v("span"),g=v("span"),u=v("button");u.style.display="none";let h=v("div");return h.style.display="none",{header:d,iconHolder:p,headerTitle:m,headerSubtitle:g,closeButton:u,closeButtonWrapper:h,clearChatButton:null,clearChatButtonWrapper:null}}let o=(s=t==null?void 0:t.layout)!=null?s:"default",a=gp(o)({config:e,showClose:(c=(i=t==null?void 0:t.showCloseButton)!=null?i:r==null?void 0:r.showClose)!=null?c:!0,onClose:r==null?void 0:r.onClose,onClearChat:r==null?void 0:r.onClearChat,layoutHeaderConfig:t,onHeaderAction:t==null?void 0:t.onAction});return t&&(t.showIcon===!1&&(a.iconHolder.style.display="none"),t.showTitle===!1&&(a.headerTitle.style.display="none"),t.showSubtitle===!1&&(a.headerSubtitle.style.display="none"),t.showCloseButton===!1&&(a.closeButton.style.display="none"),t.showClearChat===!1&&a.clearChatButtonWrapper&&(a.clearChatButtonWrapper.style.display="none")),a};var rl=e=>{var s,i;let t=v("textarea");t.setAttribute("data-persona-composer-input",""),t.placeholder=(i=(s=e==null?void 0:e.copy)==null?void 0:s.inputPlaceholder)!=null?i:"Type your message\u2026",t.className="persona-w-full persona-min-h-[24px] persona-resize-none persona-border-none persona-bg-transparent persona-text-sm persona-text-persona-primary focus:persona-outline-none focus:persona-border-none persona-composer-textarea",t.rows=1,t.style.fontFamily='var(--persona-input-font-family, var(--persona-font-family, -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", Arial, sans-serif))',t.style.fontWeight="var(--persona-input-font-weight, var(--persona-font-weight, 400))";let r=3,o=20;t.style.maxHeight=`${r*o}px`,t.style.overflowY="auto";let n=()=>{let c=parseFloat(t.style.maxHeight);return Number.isFinite(c)&&c>0?c:r*o},a=()=>{t.addEventListener("input",()=>{t.style.height="auto";let c=Math.min(t.scrollHeight,n());t.style.height=`${c}px`})};return t.style.border="none",t.style.outline="none",t.style.borderWidth="0",t.style.borderStyle="none",t.style.borderColor="transparent",t.addEventListener("focus",()=>{t.style.border="none",t.style.outline="none",t.style.borderWidth="0",t.style.borderStyle="none",t.style.borderColor="transparent",t.style.boxShadow="none"}),t.addEventListener("blur",()=>{t.style.border="none",t.style.outline="none"}),{textarea:t,attachAutoResize:a}},ol=e=>{var C,S,M,W,I,R,D,O,Q,me,ue,Z;let t=(C=e==null?void 0:e.sendButton)!=null?C:{},r=(S=t.useIcon)!=null?S:!1,o=(M=t.iconText)!=null?M:"\u2191",n=t.iconName,a=(W=t.stopIconName)!=null?W:"square",s=(I=t.tooltipText)!=null?I:"Send message",i=(R=t.stopTooltipText)!=null?R:"Stop generating",c=(O=(D=e==null?void 0:e.copy)==null?void 0:D.sendButtonLabel)!=null?O:"Send",d=(me=(Q=e==null?void 0:e.copy)==null?void 0:Q.stopButtonLabel)!=null?me:"Stop",p=(ue=t.showTooltip)!=null?ue:!1,m=(Z=t.size)!=null?Z:"40px",g=t.backgroundColor,u=t.textColor,h=v("div","persona-send-button-wrapper"),y=Tt("button",{className:bs("persona-rounded-button disabled:persona-opacity-50 persona-cursor-pointer",r?"persona-flex persona-items-center persona-justify-center":"persona-bg-persona-accent persona-px-4 persona-py-2 persona-text-sm persona-font-semibold",r&&!g&&"persona-bg-persona-primary",!r&&!u&&"persona-text-white"),attrs:{type:"submit","data-persona-composer-submit":""},style:{width:r?m:void 0,height:r?m:void 0,minWidth:r?m:void 0,minHeight:r?m:void 0,fontSize:r?"18px":void 0,lineHeight:r?"1":void 0,color:r?u||"var(--persona-button-primary-fg, #ffffff)":u||void 0,backgroundColor:r&&g||void 0,borderWidth:t.borderWidth||void 0,borderStyle:t.borderWidth?"solid":void 0,borderColor:t.borderColor||void 0,paddingLeft:t.paddingX||void 0,paddingRight:t.paddingX||void 0,paddingTop:t.paddingY||void 0,paddingBottom:t.paddingY||void 0}}),E=null,T=null;if(r){let Le=parseFloat(m)||24,He=(u==null?void 0:u.trim())||"currentColor";n?(E=he(n,Le,He,2),E?y.appendChild(E):y.textContent=o):y.textContent=o,T=he(a,Le,He,2)}else y.textContent=c;let A=null;p&&s&&(A=v("div","persona-send-button-tooltip"),A.textContent=s,h.appendChild(A)),y.setAttribute("aria-label",s),h.appendChild(y);let k="send";return{button:y,wrapper:h,setMode:Le=>{if(Le===k)return;k=Le;let He=Le==="stop"?i:s;if(y.setAttribute("aria-label",He),A&&(A.textContent=He),r){if(E&&T){let ie=Le==="stop"?T:E;y.replaceChildren(ie)}}else y.textContent=Le==="stop"?d:c}}},nl=e=>{var A,k,w,C,S,M,W,I,R,D,O,Q;let t=(A=e==null?void 0:e.voiceRecognition)!=null?A:{};if(!(t.enabled===!0))return null;let o=typeof window!="undefined"&&(typeof window.webkitSpeechRecognition!="undefined"||typeof window.SpeechRecognition!="undefined"),n=((k=t.provider)==null?void 0:k.type)==="runtype";if(!(o||n))return null;let s=(C=(w=e==null?void 0:e.sendButton)==null?void 0:w.size)!=null?C:"40px",i=(S=t.iconName)!=null?S:"mic",c=(M=t.iconSize)!=null?M:s,d=parseFloat(c)||24,p=(I=t.backgroundColor)!=null?I:(W=e==null?void 0:e.sendButton)==null?void 0:W.backgroundColor,m=(D=t.iconColor)!=null?D:(R=e==null?void 0:e.sendButton)==null?void 0:R.textColor,g=v("div","persona-send-button-wrapper"),u=Tt("button",{className:"persona-rounded-button persona-flex persona-items-center persona-justify-center disabled:persona-opacity-50 persona-cursor-pointer",attrs:{type:"button","data-persona-composer-mic":"","aria-label":"Start voice recognition"},style:{width:c,height:c,minWidth:c,minHeight:c,fontSize:"18px",lineHeight:"1",color:m||"var(--persona-text, #111827)",backgroundColor:p||void 0,borderWidth:t.borderWidth||void 0,borderStyle:t.borderWidth?"solid":void 0,borderColor:t.borderColor||void 0,paddingLeft:t.paddingX||void 0,paddingRight:t.paddingX||void 0,paddingTop:t.paddingY||void 0,paddingBottom:t.paddingY||void 0}}),y=he(i,d,m||"currentColor",1.5);y?u.appendChild(y):u.textContent="\u{1F3A4}",g.appendChild(u);let E=(O=t.tooltipText)!=null?O:"Start voice recognition";if(((Q=t.showTooltip)!=null?Q:!1)&&E){let me=v("div","persona-send-button-tooltip");me.textContent=E,g.appendChild(me)}return{button:u,wrapper:g}},al=e=>{var h,y,E,T,A,k,w,C;let t=(h=e==null?void 0:e.attachments)!=null?h:{};if(t.enabled!==!0)return null;let r=(E=(y=e==null?void 0:e.sendButton)==null?void 0:y.size)!=null?E:"40px",o=v("div","persona-attachment-previews persona-flex persona-flex-wrap persona-gap-2 persona-mb-2");o.setAttribute("data-persona-composer-attachment-previews",""),o.style.display="none";let n=v("input");n.type="file",n.setAttribute("data-persona-composer-attachment-input",""),n.accept=((T=t.allowedTypes)!=null?T:on).join(","),n.multiple=((A=t.maxFiles)!=null?A:4)>1,n.style.display="none",n.setAttribute("aria-label","Attach files");let a=(k=t.buttonIconName)!=null?k:"paperclip",s=r,i=parseFloat(s)||40,c=Math.round(i*.6),d=v("div","persona-send-button-wrapper"),p=Tt("button",{className:"persona-rounded-button persona-flex persona-items-center persona-justify-center disabled:persona-opacity-50 persona-cursor-pointer persona-attachment-button",attrs:{type:"button","data-persona-composer-attachment-button":"","aria-label":(w=t.buttonTooltipText)!=null?w:"Attach file"},style:{width:s,height:s,minWidth:s,minHeight:s,fontSize:"18px",lineHeight:"1",backgroundColor:"transparent",color:"var(--persona-primary, #111827)",border:"none",borderRadius:"6px",transition:"background-color 0.15s ease"}});p.addEventListener("mouseenter",()=>{p.style.backgroundColor="var(--persona-palette-colors-black-alpha-50, rgba(0, 0, 0, 0.05))"}),p.addEventListener("mouseleave",()=>{p.style.backgroundColor="transparent"});let m=he(a,c,"currentColor",1.5);m?p.appendChild(m):p.textContent="\u{1F4CE}",p.addEventListener("click",S=>{S.preventDefault(),n.click()}),d.appendChild(p);let g=(C=t.buttonTooltipText)!=null?C:"Attach file",u=v("div","persona-send-button-tooltip");return u.textContent=g,d.appendChild(u),{button:p,wrapper:d,input:n,previewsContainer:o}},sl=e=>{var s,i,c;let t=(s=e==null?void 0:e.statusIndicator)!=null?s:{},r=t.align==="left"?"persona-text-left":t.align==="center"?"persona-text-center":"persona-text-right",o=v("div",`persona-mt-2 ${r} persona-text-xs persona-text-persona-muted`);o.setAttribute("data-persona-composer-status","");let n=(i=t.visible)!=null?i:!0;o.style.display=n?"":"none";let a=(c=t.idleText)!=null?c:"Online";if(t.idleLink){let d=v("a");d.href=t.idleLink,d.target="_blank",d.rel="noopener noreferrer",d.textContent=a,d.style.color="inherit",d.style.textDecoration="none",o.appendChild(d)}else o.textContent=a;return o},il=()=>Tt("div",{className:"persona-mb-3 persona-flex persona-flex-wrap persona-gap-2",attrs:{"data-persona-composer-suggestions":""}});var Ka=e=>{var h,y,E,T,A,k;let{config:t}=e,r=Tt("div",{className:"persona-widget-footer persona-border-t-persona-divider persona-bg-persona-surface persona-px-6 persona-py-4",attrs:{"data-persona-theme-zone":"composer"}}),o=il(),n=Tt("form",{className:"persona-widget-composer persona-flex persona-flex-col persona-gap-2 persona-rounded-2xl persona-border persona-border-gray-200 persona-bg-persona-input-background persona-px-4 persona-py-3",attrs:{"data-persona-composer-form":""},style:{outline:"none"}}),{textarea:a,attachAutoResize:s}=rl(t);s();let i=ol(t),c=nl(t),d=al(t),p=sl(t);d&&(d.previewsContainer.style.gap="8px",n.append(d.previewsContainer,d.input)),n.append(a);let m=Tt("div",{className:"persona-widget-composer__actions persona-flex persona-items-center persona-justify-between persona-w-full",attrs:{"data-persona-composer-actions":""}}),g=v("div","persona-widget-composer__left-actions persona-flex persona-items-center persona-gap-2"),u=v("div","persona-widget-composer__right-actions persona-flex persona-items-center persona-gap-1");return d&&g.append(d.wrapper),c&&u.append(c.wrapper),u.append(i.wrapper),m.append(g,u),n.append(m),n.addEventListener("click",w=>{w.target!==i.button&&w.target!==i.wrapper&&w.target!==(c==null?void 0:c.button)&&w.target!==(c==null?void 0:c.wrapper)&&w.target!==(d==null?void 0:d.button)&&w.target!==(d==null?void 0:d.wrapper)&&a.focus()}),r.append(o,n,p),{footer:r,suggestions:o,composerForm:n,textarea:a,sendButton:i.button,sendButtonWrapper:i.wrapper,micButton:(h=c==null?void 0:c.button)!=null?h:null,micButtonWrapper:(y=c==null?void 0:c.wrapper)!=null?y:null,statusText:p,attachmentButton:(E=d==null?void 0:d.button)!=null?E:null,attachmentButtonWrapper:(T=d==null?void 0:d.wrapper)!=null?T:null,attachmentInput:(A=d==null?void 0:d.input)!=null?A:null,attachmentPreviewsContainer:(k=d==null?void 0:d.previewsContainer)!=null?k:null,actionsRow:m,leftActions:g,rightActions:u,setSendButtonMode:i.setMode}};var dx=()=>{let e=Tt("button",{className:"persona-pill-peek",attrs:{type:"button","data-persona-pill-peek":"","aria-label":"Show conversation",tabindex:"-1"}}),t=v("span","persona-pill-peek__icon"),r=he("message-square",16,"currentColor",1.5);r&&t.appendChild(r);let o=v("span","persona-pill-peek__text"),n=v("span","persona-pill-peek__caret"),a=he("chevron-up",16,"currentColor",1.5);return a&&n.appendChild(a),e.append(t,o,n),{root:e,textNode:o}},cx=e=>{var h,y,E,T,A,k;let{config:t}=e,r=Tt("div",{className:"persona-widget-footer persona-widget-footer--pill",attrs:{"data-persona-theme-zone":"composer"}}),o=il();o.style.display="none";let n=sl(t);n.style.display="none";let{textarea:a,attachAutoResize:s}=rl(t);a.style.maxHeight="100px",s();let i=ol(t),c=nl(t),d=al(t);d&&d.previewsContainer.classList.add("persona-pill-composer__previews");let p=Tt("form",{className:"persona-widget-composer persona-pill-composer",attrs:{"data-persona-composer-form":""},style:{outline:"none"}}),m=v("div","persona-widget-composer__left-actions persona-pill-composer__left");d&&m.append(d.wrapper);let g=v("div","persona-widget-composer__right-actions persona-pill-composer__right");c&&g.append(c.wrapper),g.append(i.wrapper),p.addEventListener("click",w=>{w.target!==i.button&&w.target!==i.wrapper&&w.target!==(c==null?void 0:c.button)&&w.target!==(c==null?void 0:c.wrapper)&&w.target!==(d==null?void 0:d.button)&&w.target!==(d==null?void 0:d.wrapper)&&a.focus()}),d&&p.append(d.input),p.append(m,a,g),d&&r.append(d.previewsContainer),r.append(p,o,n);let u=p;return{footer:r,suggestions:o,composerForm:p,textarea:a,sendButton:i.button,sendButtonWrapper:i.wrapper,micButton:(h=c==null?void 0:c.button)!=null?h:null,micButtonWrapper:(y=c==null?void 0:c.wrapper)!=null?y:null,statusText:n,attachmentButton:(E=d==null?void 0:d.button)!=null?E:null,attachmentButtonWrapper:(T=d==null?void 0:d.wrapper)!=null?T:null,attachmentInput:(A=d==null?void 0:d.input)!=null?A:null,attachmentPreviewsContainer:(k=d==null?void 0:d.previewsContainer)!=null?k:null,actionsRow:u,leftActions:m,rightActions:g,setSendButtonMode:i.setMode}};var px=e=>{var p,m,g,u,h,y,E,T,A,k,w,C,S,M,W,I,R;let t=(m=(p=e==null?void 0:e.launcher)==null?void 0:p.enabled)!=null?m:!0,r=or(e);if(On(e)){let D=(u=(g=e==null?void 0:e.launcher)==null?void 0:g.composerBar)!=null?u:{},O=v("div","persona-widget-wrapper persona-fixed persona-transition");O.setAttribute("data-persona-composer-bar",""),O.dataset.state="collapsed",O.dataset.expandedSize=(h=D.expandedSize)!=null?h:"anchored",O.style.zIndex=String((E=(y=e==null?void 0:e.launcher)==null?void 0:y.zIndex)!=null?E:Sr);let Q=v("div","persona-widget-panel persona-relative persona-flex persona-flex-1 persona-min-h-0 persona-flex-col");Q.style.width="100%",O.appendChild(Q);let me=v("div","persona-widget-pill-root");return me.setAttribute("data-persona-composer-bar",""),me.dataset.state="collapsed",me.dataset.expandedSize=(T=D.expandedSize)!=null?T:"anchored",me.style.zIndex=String((k=(A=e==null?void 0:e.launcher)==null?void 0:A.zIndex)!=null?k:Sr),{wrapper:O,panel:Q,pillRoot:me}}if(r){let D=v("div","persona-relative persona-h-full persona-w-full persona-flex persona-flex-1 persona-min-h-0 persona-flex-col"),O=v("div","persona-relative persona-h-full persona-w-full persona-flex persona-flex-1 persona-min-h-0 persona-flex-col");return D.appendChild(O),{wrapper:D,panel:O}}if(!t){let D=v("div","persona-relative persona-h-full persona-flex persona-flex-col persona-flex-1 persona-min-h-0"),O=v("div","persona-relative persona-flex-1 persona-flex persona-flex-col persona-min-h-0"),Q=(C=(w=e==null?void 0:e.launcher)==null?void 0:w.width)!=null?C:"100%";return D.style.width=Q,O.style.width="100%",D.appendChild(O),{wrapper:D,panel:O}}let n=(S=e==null?void 0:e.launcher)!=null?S:{},a=n.position&&vo[n.position]?vo[n.position]:vo["bottom-right"],s=v("div",`persona-widget-wrapper persona-fixed ${a} persona-transition`);s.style.zIndex=String((W=(M=e==null?void 0:e.launcher)==null?void 0:M.zIndex)!=null?W:Sr);let i=v("div","persona-widget-panel persona-relative persona-min-h-[320px]"),c=(R=(I=e==null?void 0:e.launcher)==null?void 0:I.width)!=null?R:e==null?void 0:e.launcherWidth,d=c!=null?c:Gr;return i.style.width=d,i.style.maxWidth=d,s.appendChild(i),{wrapper:s,panel:i}},_v=(e,t)=>{var w,C,S,M,W,I,R,D,O;let r=v("div","persona-widget-container persona-relative persona-flex persona-flex-1 persona-min-h-0 persona-flex-col persona-text-persona-primary");r.setAttribute("data-persona-theme-zone","container");let{button:o,wrapper:n}=Yi(e,{showClose:t,wrapperClassName:"persona-composer-bar-close",buttonSize:"16px",iconSize:"14px"});n.style.position="absolute",n.style.top="8px",n.style.right="8px",n.style.zIndex="10";let a=(S=(C=(w=e==null?void 0:e.launcher)==null?void 0:w.clearChat)==null?void 0:C.enabled)!=null?S:!0,s=null,i=null;if(a){let Q=Zi(e,{wrapperClassName:"persona-composer-bar-clear-chat",buttonSize:"16px",iconSize:"14px"});s=Q.button,i=Q.wrapper,i.style.position="absolute",i.style.top="8px",i.style.right="32px",i.style.zIndex="10"}let c=Tt("span",{className:"persona-widget-header",attrs:{"data-persona-theme-zone":"header"},style:{display:"none"}}),d=Tt("div",{className:"persona-widget-body persona-flex persona-flex-1 persona-min-h-0 persona-flex-col persona-gap-6 persona-overflow-y-auto persona-bg-persona-container persona-px-6 persona-py-6",attrs:{id:"persona-scroll-container","data-persona-theme-zone":"messages"},style:{paddingTop:"48px"}});d.style.setProperty("scrollbar-gutter","stable");let p=Tt("h2",{className:"persona-text-lg persona-font-semibold persona-text-persona-primary",text:(W=(M=e==null?void 0:e.copy)==null?void 0:M.welcomeTitle)!=null?W:"Hello \u{1F44B}"}),m=Tt("p",{className:"persona-mt-2 persona-text-sm persona-text-persona-muted",text:(R=(I=e==null?void 0:e.copy)==null?void 0:I.welcomeSubtitle)!=null?R:"Ask anything about your account or products."}),g=Tt("div",{className:"persona-rounded-2xl persona-p-6",attrs:{"data-persona-intro-card":""},style:{background:"var(--persona-intro-card-bg, var(--persona-surface, #ffffff))",boxShadow:"var(--persona-intro-card-shadow, 0 5px 15px rgba(15, 23, 42, 0.08))"}},p,m),u=v("div","persona-flex persona-flex-col persona-gap-3"),h=(D=e==null?void 0:e.layout)==null?void 0:D.contentMaxWidth;h&&(u.style.maxWidth=h,u.style.marginLeft="auto",u.style.marginRight="auto",u.style.width="100%"),((O=e==null?void 0:e.copy)==null?void 0:O.showWelcomeCard)!==!1||(g.style.display="none",d.classList.remove("persona-gap-6"),d.classList.add("persona-gap-3")),d.append(g,u);let E=Tt("div",{className:"persona-composer-overlay persona-pointer-events-none",attrs:{"data-persona-composer-overlay":""},style:{position:"absolute",left:"0",right:"0",bottom:"0",zIndex:"20"}}),T=cx({config:e}),{root:A,textNode:k}=dx();return r.append(c,n,d,E),i&&r.appendChild(i),{container:r,body:d,messagesWrapper:u,composerOverlay:E,suggestions:T.suggestions,textarea:T.textarea,sendButton:T.sendButton,sendButtonWrapper:T.sendButtonWrapper,micButton:T.micButton,micButtonWrapper:T.micButtonWrapper,composerForm:T.composerForm,statusText:T.statusText,introTitle:p,introSubtitle:m,closeButton:o,closeButtonWrapper:n,clearChatButton:s,clearChatButtonWrapper:i,iconHolder:v("span"),headerTitle:v("span"),headerSubtitle:v("span"),header:c,footer:T.footer,attachmentButton:T.attachmentButton,attachmentButtonWrapper:T.attachmentButtonWrapper,attachmentInput:T.attachmentInput,attachmentPreviewsContainer:T.attachmentPreviewsContainer,actionsRow:T.actionsRow,leftActions:T.leftActions,rightActions:T.rightActions,setSendButtonMode:T.setSendButtonMode,peekBanner:A,peekTextNode:k}},ux=(e,t=!0)=>{var E,T,A,k,w,C,S,M,W;if(On(e))return _v(e,t);let r=Tt("div",{className:"persona-widget-container persona-flex persona-h-full persona-w-full persona-flex-1 persona-min-h-0 persona-flex-col persona-text-persona-primary persona-bg-persona-surface persona-rounded-2xl persona-overflow-hidden persona-border persona-border-persona-border",attrs:{"data-persona-theme-zone":"container"}}),o=(E=e==null?void 0:e.layout)==null?void 0:E.header,n=((T=e==null?void 0:e.layout)==null?void 0:T.showHeader)!==!1,a=o?Ga(e,o,{showClose:t}):nn({config:e,showClose:t}),s=Tt("div",{className:"persona-widget-body persona-flex persona-flex-1 persona-min-h-0 persona-flex-col persona-gap-6 persona-overflow-y-auto persona-bg-persona-container persona-px-6 persona-py-6",attrs:{id:"persona-scroll-container","data-persona-theme-zone":"messages"}});s.style.setProperty("scrollbar-gutter","stable");let i=Tt("h2",{className:"persona-text-lg persona-font-semibold persona-text-persona-primary",text:(k=(A=e==null?void 0:e.copy)==null?void 0:A.welcomeTitle)!=null?k:"Hello \u{1F44B}"}),c=Tt("p",{className:"persona-mt-2 persona-text-sm persona-text-persona-muted",text:(C=(w=e==null?void 0:e.copy)==null?void 0:w.welcomeSubtitle)!=null?C:"Ask anything about your account or products."}),d=Tt("div",{className:"persona-rounded-2xl persona-p-6",attrs:{"data-persona-intro-card":""},style:{background:"var(--persona-intro-card-bg, var(--persona-surface, #ffffff))",boxShadow:or(e)?"none":"var(--persona-intro-card-shadow, 0 5px 15px rgba(15, 23, 42, 0.08))"}},i,c),p=v("div","persona-flex persona-flex-col persona-gap-3"),m=(S=e==null?void 0:e.layout)==null?void 0:S.contentMaxWidth;m&&(p.style.maxWidth=m,p.style.marginLeft="auto",p.style.marginRight="auto",p.style.width="100%"),((M=e==null?void 0:e.copy)==null?void 0:M.showWelcomeCard)!==!1||(d.style.display="none",s.classList.remove("persona-gap-6"),s.classList.add("persona-gap-3")),s.append(d,p);let u=Ka({config:e}),h=((W=e==null?void 0:e.layout)==null?void 0:W.showFooter)!==!1;n?fa(r,a,e):(a.header.style.display="none",fa(r,a,e)),r.append(s);let y=Tt("div",{className:"persona-composer-overlay persona-pointer-events-none",attrs:{"data-persona-composer-overlay":""},style:{position:"absolute",left:"0",right:"0",bottom:"0",zIndex:"20"}});return h||(u.footer.style.display="none"),r.append(u.footer),r.append(y),{container:r,body:s,messagesWrapper:p,composerOverlay:y,suggestions:u.suggestions,textarea:u.textarea,sendButton:u.sendButton,sendButtonWrapper:u.sendButtonWrapper,micButton:u.micButton,micButtonWrapper:u.micButtonWrapper,composerForm:u.composerForm,statusText:u.statusText,introTitle:i,introSubtitle:c,closeButton:a.closeButton,closeButtonWrapper:a.closeButtonWrapper,clearChatButton:a.clearChatButton,clearChatButtonWrapper:a.clearChatButtonWrapper,iconHolder:a.iconHolder,headerTitle:a.headerTitle,headerSubtitle:a.headerSubtitle,header:a.header,footer:u.footer,attachmentButton:u.attachmentButton,attachmentButtonWrapper:u.attachmentButtonWrapper,attachmentInput:u.attachmentInput,attachmentPreviewsContainer:u.attachmentPreviewsContainer,actionsRow:u.actionsRow,leftActions:u.leftActions,rightActions:u.rightActions,setSendButtonMode:u.setSendButtonMode}};var hp=(e,t)=>{let r=v("button");r.type="button",r.innerHTML=`
21
21
  <span class="persona-inline-flex persona-items-center persona-justify-center persona-rounded-full persona-bg-persona-primary persona-text-white" data-role="launcher-icon">\u{1F4AC}</span>
22
22
  <img data-role="launcher-image" class="persona-rounded-full persona-object-cover" alt="" style="display:none" />
23
23
  <span class="persona-flex persona-min-w-0 persona-flex-1 persona-flex-col persona-items-start persona-text-left">
@@ -25,14 +25,14 @@ _Details: ${r.message}_`:o}var Es=e=>({isError:!0,content:[{type:"text",text:e}]
25
25
  <span class="persona-block persona-w-full persona-truncate persona-text-xs persona-text-persona-muted" data-role="launcher-subtitle"></span>
26
26
  </span>
27
27
  <span class="persona-ml-2 persona-grid persona-place-items-center persona-rounded-full persona-bg-persona-primary persona-text-persona-call-to-action" data-role="launcher-call-to-action-icon">\u2197</span>
28
- `,r.addEventListener("click",t);let o=a=>{var T,y,w,v,M,H,I,P,B,O,Q,me,ue;let s=(T=a.launcher)!=null?T:{},i=nr(a),c=r.querySelector("[data-role='launcher-title']");if(c){let Z=(y=s.title)!=null?y:"Chat Assistant";c.textContent=Z,c.setAttribute("title",Z)}let d=r.querySelector("[data-role='launcher-subtitle']");if(d){let Z=(w=s.subtitle)!=null?w:"Here to help you get answers fast";d.textContent=Z,d.setAttribute("title",Z)}let p=r.querySelector(".persona-flex-col");p&&(s.textHidden||i?p.style.display="none":p.style.display="");let u=r.querySelector("[data-role='launcher-icon']");if(u)if(s.agentIconHidden)u.style.display="none";else{let Z=(v=s.agentIconSize)!=null?v:"40px";if(u.style.height=Z,u.style.width=Z,s.agentIconBackgroundColor?(u.style.backgroundColor=s.agentIconBackgroundColor,u.classList.remove("persona-bg-persona-primary")):(u.style.backgroundColor="",u.classList.add("persona-bg-persona-primary")),u.innerHTML="",s.agentIconName){let Le=parseFloat(Z)||24,We=he(s.agentIconName,Le*.6,"var(--persona-text-inverse, #ffffff)",2);We?(u.appendChild(We),u.style.display=""):(u.textContent=(M=s.agentIconText)!=null?M:"\u{1F4AC}",u.style.display="")}else s.iconUrl?u.style.display="none":(u.textContent=(H=s.agentIconText)!=null?H:"\u{1F4AC}",u.style.display="")}let g=r.querySelector("[data-role='launcher-image']");if(g){let Z=(I=s.agentIconSize)!=null?I:"40px";g.style.height=Z,g.style.width=Z,s.iconUrl&&!s.agentIconName&&!s.agentIconHidden?(g.src=s.iconUrl,g.style.display="block"):g.style.display="none"}let f=r.querySelector("[data-role='launcher-call-to-action-icon']");if(f){let Z=(P=s.callToActionIconSize)!=null?P:"32px";f.style.height=Z,f.style.width=Z,s.callToActionIconBackgroundColor?(f.style.backgroundColor=s.callToActionIconBackgroundColor,f.classList.remove("persona-bg-persona-primary")):(f.style.backgroundColor="",f.classList.add("persona-bg-persona-primary")),s.callToActionIconColor?(f.style.color=s.callToActionIconColor,f.classList.remove("persona-text-persona-call-to-action")):(f.style.color="",f.classList.add("persona-text-persona-call-to-action"));let Le=0;if(s.callToActionIconPadding?(f.style.boxSizing="border-box",f.style.padding=s.callToActionIconPadding,Le=(parseFloat(s.callToActionIconPadding)||0)*2):(f.style.boxSizing="",f.style.padding=""),s.callToActionIconHidden)f.style.display="none";else if(f.style.display=i?"none":"",f.innerHTML="",s.callToActionIconName){let We=parseFloat(Z)||24,ie=Math.max(We-Le,8),Me=he(s.callToActionIconName,ie,"currentColor",2);Me?f.appendChild(Me):f.textContent=(B=s.callToActionIconText)!=null?B:"\u2197"}else f.textContent=(O=s.callToActionIconText)!=null?O:"\u2197"}let h=s.position&&wo[s.position]?wo[s.position]:wo["bottom-right"],b="persona-fixed persona-flex persona-items-center persona-gap-3 persona-rounded-launcher persona-bg-persona-surface persona-py-2.5 persona-pl-3 persona-pr-3 persona-transition hover:persona-translate-y-[-2px] persona-cursor-pointer",k="persona-relative persona-mt-4 persona-mb-4 persona-mx-auto persona-flex persona-items-center persona-justify-center persona-rounded-launcher persona-bg-persona-surface persona-transition hover:persona-translate-y-[-2px] persona-cursor-pointer";r.className=i?k:`${b} ${h}`,i||(r.style.zIndex=String((Q=s.zIndex)!=null?Q:wr));let E="1px solid var(--persona-border, #e5e7eb)",A="var(--persona-launcher-shadow, 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -4px rgba(0, 0, 0, 0.1))";r.style.border=(me=s.border)!=null?me:E,r.style.boxShadow=s.shadow!==void 0?s.shadow.trim()===""?"none":s.shadow:A,i?(r.style.width="0",r.style.minWidth="0",r.style.maxWidth="0",r.style.padding="0",r.style.overflow="hidden",r.style.border="none",r.style.boxShadow="none"):(r.style.width="",r.style.minWidth="",r.style.maxWidth=(ue=s.collapsedMaxWidth)!=null?ue:"",r.style.justifyContent="",r.style.padding="",r.style.overflow="")},n=()=>{r.removeEventListener("click",t),r.remove()};return e&&o(e),{element:r,update:o,destroy:n}};var tx=({config:e,showClose:t})=>{let{wrapper:r,panel:o,pillRoot:n}=Zh(e),a=ex(e,t),s={wrapper:r,panel:o,pillRoot:n},i={container:a.container,body:a.body,messagesWrapper:a.messagesWrapper,composerOverlay:a.composerOverlay,introTitle:a.introTitle,introSubtitle:a.introSubtitle},c={element:a.header,iconHolder:a.iconHolder,headerTitle:a.headerTitle,headerSubtitle:a.headerSubtitle,closeButton:a.closeButton,closeButtonWrapper:a.closeButtonWrapper,clearChatButton:a.clearChatButton,clearChatButtonWrapper:a.clearChatButtonWrapper},d={footer:a.footer,form:a.composerForm,textarea:a.textarea,sendButton:a.sendButton,sendButtonWrapper:a.sendButtonWrapper,micButton:a.micButton,micButtonWrapper:a.micButtonWrapper,statusText:a.statusText,suggestions:a.suggestions,attachmentButton:a.attachmentButton,attachmentButtonWrapper:a.attachmentButtonWrapper,attachmentInput:a.attachmentInput,attachmentPreviewsContainer:a.attachmentPreviewsContainer,actionsRow:a.actionsRow,leftActions:a.leftActions,rightActions:a.rightActions,setSendButtonMode:a.setSendButtonMode,peekBanner:a.peekBanner,peekTextNode:a.peekTextNode};return{shell:s,panelElements:a,transcript:i,header:c,composer:d,replaceHeader:g=>(c.element.replaceWith(g.header),c.element=g.header,c.iconHolder=g.iconHolder,c.headerTitle=g.headerTitle,c.headerSubtitle=g.headerSubtitle,c.closeButton=g.closeButton,c.closeButtonWrapper=g.closeButtonWrapper,c.clearChatButton=g.clearChatButton,c.clearChatButtonWrapper=g.clearChatButtonWrapper,g),replaceComposer:g=>{d.footer.replaceWith(g),d.footer=g}}},dp=({config:e,plugins:t,onToggle:r})=>{let o=t.find(a=>a.renderLauncher);if(o!=null&&o.renderLauncher){let a=o.renderLauncher({config:e,defaultRenderer:()=>lp(e,r).element,onToggle:r});if(a)return{instance:null,element:a}}let n=lp(e,r);return{instance:n,element:n.element}};var Tv=e=>{switch(e){case"max_tool_calls":return"Stopped after calling a tool. Send a follow-up to continue.";case"length":return"Response cut off as max tokens reached. Ask for more to continue.";case"content_filter":return"The provider filtered this response.";case"error":return"Something went wrong generating this response.";default:return null}},Ev=(e,t)=>{if(!e)return null;let r=Tv(e);if(r===null)return null;let o=t==null?void 0:t[e],n=o!==void 0?o:r;return n||null},kv=(e,t)=>{let r=S("div","persona-message-stop-reason persona-text-xs persona-mt-2 persona-italic");return r.setAttribute("data-stop-reason",e),r.setAttribute("role","note"),r.style.opacity="0.75",r.textContent=t,r},Lv=e=>{let t=e.toLowerCase();return t.startsWith("data:image/svg+xml")?!1:!!(/^(?:https?|blob):/i.test(e)||t.startsWith("data:image/")||!e.includes(":"))},cp=e=>{let t=e.toLowerCase();return t.startsWith("javascript:")||t.startsWith("data:text/html")||t.startsWith("data:text/javascript")||t.startsWith("data:text/xml")||t.startsWith("data:application/xhtml")||t.startsWith("data:image/svg+xml")?!1:!!(/^(?:https?|blob):/i.test(e)||t.startsWith("data:")||!e.includes(":"))},pp=320,ox=320,Pv=e=>!e.contentParts||e.contentParts.length===0?[]:e.contentParts.filter(t=>t.type==="image"&&typeof t.image=="string"&&t.image.trim().length>0),Rv=e=>!e.contentParts||e.contentParts.length===0?[]:e.contentParts.filter(t=>t.type==="audio"&&typeof t.audio=="string"&&t.audio.trim().length>0),Iv=e=>!e.contentParts||e.contentParts.length===0?[]:e.contentParts.filter(t=>t.type==="video"&&typeof t.video=="string"&&t.video.trim().length>0),Hv=e=>!e.contentParts||e.contentParts.length===0?[]:e.contentParts.filter(t=>t.type==="file"&&typeof t.data=="string"&&t.data.trim().length>0),Wv=(e,t,r)=>{if(e.length===0)return null;try{let o=S("div","persona-flex persona-flex-col persona-gap-2");o.setAttribute("data-message-attachments","images"),t&&(o.style.marginBottom="8px");let n=0,a=!1,s=()=>{a||(a=!0,o.remove(),r==null||r())};return e.forEach((i,c)=>{var u;let d=S("img");d.alt=((u=i.alt)==null?void 0:u.trim())||`Attached image ${c+1}`,d.loading="lazy",d.decoding="async",d.referrerPolicy="no-referrer",d.style.display="block",d.style.width="100%",d.style.maxWidth=`${pp}px`,d.style.maxHeight=`${ox}px`,d.style.height="auto",d.style.objectFit="contain",d.style.borderRadius="10px",d.style.backgroundColor="var(--persona-attachment-image-bg, var(--persona-container, #f3f4f6))",d.style.border="1px solid var(--persona-attachment-image-border, var(--persona-border, #e5e7eb))";let p=!1;n+=1,d.addEventListener("error",()=>{p||(p=!0,n=Math.max(0,n-1),d.remove(),n===0&&s())}),d.addEventListener("load",()=>{p=!0}),Lv(i.image)?(d.src=i.image,o.appendChild(d)):(p=!0,n=Math.max(0,n-1),d.remove())}),n===0?(s(),null):o}catch{return r==null||r(),null}},Bv=e=>{if(e.length===0)return null;try{let t=S("div","persona-flex persona-flex-col persona-gap-2");t.setAttribute("data-message-attachments","audio");let r=0;return e.forEach(o=>{if(!cp(o.audio))return;let n=S("audio");n.controls=!0,n.preload="metadata",n.src=o.audio,n.style.display="block",n.style.width="100%",n.style.maxWidth=`${pp}px`,t.appendChild(n),r+=1}),r===0?(t.remove(),null):t}catch{return null}},Dv=e=>{if(e.length===0)return null;try{let t=S("div","persona-flex persona-flex-col persona-gap-2");t.setAttribute("data-message-attachments","video");let r=0;return e.forEach(o=>{if(!cp(o.video))return;let n=S("video");n.controls=!0,n.preload="metadata",n.src=o.video,n.style.display="block",n.style.width="100%",n.style.maxWidth=`${pp}px`,n.style.maxHeight=`${ox}px`,n.style.borderRadius="10px",n.style.backgroundColor="var(--persona-attachment-image-bg, var(--persona-container, #f3f4f6))",t.appendChild(n),r+=1}),r===0?(t.remove(),null):t}catch{return null}},Fv=e=>{if(e.length===0)return null;try{let t=S("div","persona-flex persona-flex-col persona-gap-2");t.setAttribute("data-message-attachments","files");let r=0;return e.forEach(o=>{if(!cp(o.data))return;let n=S("a");n.href=o.data,n.download=o.filename,n.target="_blank",n.rel="noopener noreferrer",n.textContent=o.filename,n.className="persona-message-file-attachment",n.style.display="inline-flex",n.style.alignItems="center",n.style.gap="6px",n.style.padding="6px 10px",n.style.borderRadius="8px",n.style.fontSize="0.875rem",n.style.textDecoration="underline",n.style.backgroundColor="var(--persona-attachment-file-bg, var(--persona-container, #f3f4f6))",n.style.border="1px solid var(--persona-attachment-file-border, var(--persona-border, #e5e7eb))",n.style.color="inherit",t.appendChild(n),r+=1}),r===0?(t.remove(),null):t}catch{return null}},ua=()=>{let e=document.createElement("div");e.className="persona-flex persona-items-center persona-space-x-1 persona-h-5 persona-mt-2";let t=document.createElement("div");t.className="persona-animate-typing persona-rounded-full persona-h-1.5 persona-w-1.5",t.style.backgroundColor="currentColor",t.style.opacity="0.4",t.style.animationDelay="0ms";let r=document.createElement("div");r.className="persona-animate-typing persona-rounded-full persona-h-1.5 persona-w-1.5",r.style.backgroundColor="currentColor",r.style.opacity="0.4",r.style.animationDelay="250ms";let o=document.createElement("div");o.className="persona-animate-typing persona-rounded-full persona-h-1.5 persona-w-1.5",o.style.backgroundColor="currentColor",o.style.opacity="0.4",o.style.animationDelay="500ms";let n=document.createElement("span");return n.className="persona-sr-only",n.textContent="Loading",e.appendChild(t),e.appendChild(r),e.appendChild(o),e.appendChild(n),e},up=(e,t,r)=>{let o={config:r!=null?r:{},streaming:!0,location:e,defaultRenderer:ua};if(t){let n=t(o);if(n!==null)return n}return ua()},Nv=(e,t)=>{let r=S("div","persona-flex-shrink-0 persona-w-8 persona-h-8 persona-rounded-full persona-flex persona-items-center persona-justify-center persona-text-sm"),o=t==="user"?e.userAvatar:e.assistantAvatar;if(o)if(o.startsWith("http")||o.startsWith("/")||o.startsWith("data:")){let n=S("img");n.src=o,n.alt=t==="user"?"User":"Assistant",n.className="persona-w-full persona-h-full persona-rounded-full persona-object-cover",r.appendChild(n)}else r.textContent=o,r.classList.add(t==="user"?"persona-bg-persona-accent":"persona-bg-persona-primary","persona-text-white");else r.textContent=t==="user"?"U":"A",r.classList.add(t==="user"?"persona-bg-persona-accent":"persona-bg-persona-primary","persona-text-white");return r},rx=(e,t,r="div")=>{let o=S(r,"persona-text-xs persona-text-persona-muted"),n=new Date(e.createdAt);return t.format?o.textContent=t.format(n):o.textContent=n.toLocaleTimeString([],{hour:"2-digit",minute:"2-digit"}),o},Ov=(e,t="bubble")=>{let r=["persona-message-bubble","persona-max-w-[85%]"];switch(t){case"flat":e==="user"?r.push("persona-message-user-bubble","persona-ml-auto","persona-text-persona-primary","persona-py-2"):r.push("persona-message-assistant-bubble","persona-text-persona-primary","persona-py-2");break;case"minimal":r.push("persona-text-sm","persona-leading-relaxed"),e==="user"?r.push("persona-message-user-bubble","persona-ml-auto","persona-bg-persona-accent","persona-text-white","persona-px-3","persona-py-2","persona-rounded-lg"):r.push("persona-message-assistant-bubble","persona-bg-persona-surface","persona-text-persona-primary","persona-px-3","persona-py-2","persona-rounded-lg");break;default:r.push("persona-rounded-2xl","persona-text-sm","persona-leading-relaxed","persona-shadow-sm"),e==="user"?r.push("persona-message-user-bubble","persona-ml-auto","persona-bg-persona-accent","persona-text-white","persona-px-5","persona-py-3"):r.push("persona-message-assistant-bubble","persona-bg-persona-surface","persona-border","persona-border-persona-message-border","persona-text-persona-primary","persona-px-5","persona-py-3");break}return r},fp=(e,t,r)=>{var h,b,k,E,A,T,y;let o=(h=t.showCopy)!=null?h:!0,n=(b=t.showUpvote)!=null?b:!0,a=(k=t.showDownvote)!=null?k:!0,s=(E=t.showReadAloud)!=null?E:!1;if(!o&&!n&&!a&&!s){let w=S("div");return w.style.display="none",w.id=`actions-${e.id}`,w.setAttribute("data-actions-for",e.id),w}let i=(A=t.visibility)!=null?A:"hover",c=(T=t.align)!=null?T:"right",d=(y=t.layout)!=null?y:"pill-inside",p={left:"persona-message-actions-left",center:"persona-message-actions-center",right:"persona-message-actions-right"}[c],u={"pill-inside":"persona-message-actions-pill","row-inside":"persona-message-actions-row"}[d],g=S("div",`persona-message-actions persona-flex persona-items-center persona-gap-1 persona-mt-2 ${p} ${u} ${i==="hover"?"persona-message-actions-hover":""}`);g.id=`actions-${e.id}`,g.setAttribute("data-actions-for",e.id);let f=(w,v,M)=>{let H=pr({icon:w,label:v,size:14,className:"persona-message-action-btn"});return H.setAttribute("data-action",M),H};return o&&g.appendChild(f("copy","Copy message","copy")),s&&g.appendChild(f("volume-2","Read aloud","read-aloud")),n&&g.appendChild(f("thumbs-up","Upvote","upvote")),a&&g.appendChild(f("thumbs-down","Downvote","downvote")),g},$a=(e,t,r,o,n,a)=>{var oe,se,ge,Te,qe,j,ee,Ee,te,le,ke,nt,yt,Kt,jt,ct,fe;let s=r!=null?r:{},i=(oe=s.layout)!=null?oe:"bubble",c=s.avatar,d=s.timestamp,p=(se=c==null?void 0:c.show)!=null?se:!1,u=(ge=d==null?void 0:d.show)!=null?ge:!1,g=(Te=c==null?void 0:c.position)!=null?Te:"left",f=(qe=d==null?void 0:d.position)!=null?qe:"below",h=Ov(e.role,i),b=S("div",h.join(" "));b.id=`bubble-${e.id}`,b.setAttribute("data-message-id",e.id),b.setAttribute("data-persona-theme-zone",e.role==="user"?"user-message":"assistant-message"),e.role==="user"?(b.style.backgroundColor="var(--persona-message-user-bg, var(--persona-accent))",b.style.color="var(--persona-message-user-text, white)"):e.role==="assistant"&&(b.style.backgroundColor="var(--persona-message-assistant-bg, var(--persona-surface))",b.style.color="var(--persona-message-assistant-text, var(--persona-text))");let k=Pv(e),E=(ee=(j=e.content)==null?void 0:j.trim())!=null?ee:"",T=k.length>0&&E===yi,y=Vi((te=(Ee=a==null?void 0:a.widgetConfig)==null?void 0:Ee.features)==null?void 0:te.streamAnimation),w=(nt=(ke=(le=a==null?void 0:a.widgetConfig)==null?void 0:le.features)==null?void 0:ke.streamAnimation)==null?void 0:nt.plugins,v=e.role==="assistant"&&y.type!=="none"?qa(y.type,w):null,M=e.role==="assistant"&&((yt=v==null?void 0:v.isAnimating)==null?void 0:yt.call(v,e))===!0,H=e.role==="assistant"&&v!==null&&(!!e.streaming||M);H&&(v!=null&&v.bubbleClass)&&b.classList.add(v.bubbleClass);let I=document.createElement("div");I.classList.add("persona-message-content"),e.streaming&&I.classList.add("persona-content-streaming"),H&&v&&(v.containerClass&&I.classList.add(v.containerClass),I.style.setProperty("--persona-stream-step",`${y.speed}ms`),I.style.setProperty("--persona-stream-duration",`${y.duration}ms`));let P=H?zi((Kt=e.content)!=null?Kt:"",y.buffer,v,e,!!e.streaming):(jt=e.content)!=null?jt:"",B=t({text:P,message:e,streaming:!!e.streaming,raw:e.rawContent}),O=B;H&&(v==null?void 0:v.wrap)==="char"?O=Is(B,"char",e.id,{skipTags:v.skipTags}):H&&(v==null?void 0:v.wrap)==="word"&&(O=Is(B,"word",e.id,{skipTags:v.skipTags}));let Q=null;if(T?(Q=document.createElement("div"),Q.innerHTML=O,Q.style.display="none",I.appendChild(Q)):I.innerHTML=O,H&&(v!=null&&v.useCaret)&&!T&&E){let X=$i(),st=I.querySelectorAll(".persona-stream-char, .persona-stream-word"),je=st[st.length-1];if(je!=null&&je.parentNode)je.parentNode.insertBefore(X,je.nextSibling);else{let Ce=I.lastElementChild;Ce?Ce.appendChild(X):I.appendChild(X)}}if(u&&f==="inline"&&e.createdAt){let X=rx(e,d,"span");X.classList.add("persona-timestamp-inline");let st=I.lastElementChild;st?st.appendChild(X):I.appendChild(X)}if(k.length>0){let X=Wv(k,!T&&!!E,()=>{T&&Q&&(Q.style.display="")});X?b.appendChild(X):T&&Q&&(Q.style.display="")}let me=Rv(e);if(me.length>0){let X=Bv(me);X&&b.appendChild(X)}let ue=Iv(e);if(ue.length>0){let X=Dv(ue);X&&b.appendChild(X)}let Z=Hv(e);if(Z.length>0){let X=Fv(Z);X&&b.appendChild(X)}if(b.appendChild(I),u&&f==="below"&&e.createdAt){let X=rx(e,d);X.classList.add("persona-mt-1"),b.appendChild(X)}let Le=e.role==="assistant"?Ev(e.stopReason,(fe=(ct=a==null?void 0:a.widgetConfig)==null?void 0:ct.copy)==null?void 0:fe.stopReasonNotice):null;if(e.streaming&&e.role==="assistant"){let X=!!(P&&P.trim()),st=y.placeholder==="skeleton",je=st&&y.buffer==="line"&&X;if(X)je&&b.appendChild(Hs());else if(st)b.appendChild(Hs());else{let Ce=up("inline",a==null?void 0:a.loadingIndicatorRenderer,a==null?void 0:a.widgetConfig);Ce&&b.appendChild(Ce)}}if(Le&&e.stopReason&&!e.streaming&&(E||(I.style.display="none"),b.appendChild(kv(e.stopReason,Le))),e.role==="assistant"&&!e.streaming&&e.content&&e.content.trim()&&(o==null?void 0:o.enabled)!==!1&&o){let X=fp(e,o,n);b.appendChild(X)}if(!p||e.role==="system")return b;let ie=S("div",`persona-flex persona-gap-2 ${e.role==="user"?"persona-flex-row-reverse":""}`),Me=Nv(c,e.role);return g==="right"||g==="left"&&e.role==="user"?ie.append(b,Me):ie.append(Me,b),b.classList.remove("persona-max-w-[85%]"),b.classList.add("persona-max-w-[calc(85%-2.5rem)]"),ie},nx=(e,t,r,o,n,a)=>{let s=r!=null?r:{};return e.role==="user"&&s.renderUserMessage?s.renderUserMessage({message:e,config:{},streaming:!!e.streaming}):e.role==="assistant"&&s.renderAssistantMessage?s.renderAssistantMessage({message:e,config:{},streaming:!!e.streaming}):$a(e,t,r,o,n,a)};var ja=new Set,_v=(e,t)=>t==null?!1:typeof t=="string"?(e.textContent=t,!0):(e.appendChild(t),!0),Uv=(e,t)=>{var o,n;let r=(n=(o=e.reasoning)==null?void 0:o.chunks.join("").trim())!=null?n:"";return r?r.split(/\r?\n/).map(a=>a.trim()).filter(Boolean).slice(0,t).join(`
29
- `):""},ax=(e,t)=>{let r=ja.has(e),o=t.querySelector('button[data-expand-header="true"]'),n=t.querySelector(".persona-border-t"),a=t.querySelector('[data-persona-collapsed-preview="reasoning"]');if(!o||!n)return;o.setAttribute("aria-expanded",r?"true":"false");let s=o.querySelector(".persona-ml-auto"),i=s==null?void 0:s.querySelector(":scope > .persona-flex.persona-items-center");if(i){i.innerHTML="";let d=he(r?"chevron-up":"chevron-down",16,"currentColor",2);d?i.appendChild(d):i.textContent=r?"Hide":"Show"}n.style.display=r?"":"none",a&&(a.style.display=r?"none":a.textContent||a.childNodes.length?"":"none")},mp=(e,t)=>{var ue,Z,Le,We,ie,Me,oe,se,ge,Te,qe;let r=e.reasoning,o=S("div",["persona-message-bubble","persona-reasoning-bubble","persona-w-full","persona-max-w-[85%]","persona-rounded-2xl","persona-bg-persona-surface","persona-border","persona-border-persona-message-border","persona-text-persona-primary","persona-shadow-sm","persona-overflow-hidden","persona-px-0","persona-py-0"].join(" "));if(o.id=`bubble-${e.id}`,o.setAttribute("data-message-id",e.id),!r)return o;let n=(Z=(ue=t==null?void 0:t.features)==null?void 0:ue.reasoningDisplay)!=null?Z:{},a=n.expandable!==!1,s=a&&ja.has(e.id),i=r.status!=="complete",c=Uv(e,(Le=n.previewMaxLines)!=null?Le:3),d=S("button",a?"persona-flex persona-w-full persona-items-center persona-justify-between persona-gap-3 persona-bg-transparent persona-px-4 persona-py-3 persona-text-left persona-cursor-pointer persona-border-none":"persona-flex persona-w-full persona-items-center persona-justify-between persona-gap-3 persona-bg-transparent persona-px-4 persona-py-3 persona-text-left persona-cursor-default persona-border-none");d.type="button",a&&(d.setAttribute("aria-expanded",s?"true":"false"),d.setAttribute("data-expand-header","true")),d.setAttribute("data-bubble-type","reasoning");let p=S("div","persona-flex persona-flex-col persona-text-left"),u=S("span","persona-text-xs persona-text-persona-primary"),g="Thinking...",f=(We=t==null?void 0:t.reasoning)!=null?We:{},h=String((ie=r.startedAt)!=null?ie:Date.now()),b=()=>{let j=S("span","");return j.setAttribute("data-tool-elapsed",h),j.textContent=pi(r),j},k=(Me=f.renderCollapsedSummary)==null?void 0:Me.call(f,{message:e,reasoning:r,defaultSummary:g,previewText:c,isActive:i,config:t!=null?t:{},elapsed:pi(r),createElapsedElement:b});typeof k=="string"&&k.trim()?(u.textContent=k,p.appendChild(u)):k instanceof HTMLElement?p.appendChild(k):(u.textContent=g,p.appendChild(u));let E=S("span","persona-text-xs persona-text-persona-primary");E.textContent=ih(r),p.appendChild(E);let A=(oe=n.loadingAnimation)!=null?oe:"none",T=f.activeTextTemplate,y=f.completeTextTemplate,w=i?T:y,v=k instanceof HTMLElement,M=(j,ee,Ee)=>{let te=Ee;for(let le of ee){let ke=S("span","persona-tool-char");ke.style.setProperty("--char-index",String(te)),ke.textContent=le===" "?"\xA0":le,j.appendChild(ke),te++}return te},H=(j,ee)=>{u.textContent="";let Ee=ui(j,""),te=0;for(let le of Ee){let ke=le.styles.length>0?(()=>{let nt=S("span",le.styles.map(yt=>`persona-tool-text-${yt}`).join(" "));return u.appendChild(nt),nt})():u;if(le.isDuration&&i)ke.appendChild(b());else{let nt=le.isDuration?pi(r):le.text;ee?te=M(ke,nt,te):ke.appendChild(document.createTextNode(nt))}}};if(!v&&w)if(E.style.display="none",u.style.display="",i&&A!=="none"){let j=(se=f.loadingAnimationDuration)!=null?se:2e3;u.setAttribute("data-preserve-animation","true"),A==="pulse"?(u.classList.add("persona-tool-loading-pulse"),u.style.setProperty("--persona-tool-anim-duration",`${j}ms`),H(w,!1)):(u.classList.add(`persona-tool-loading-${A}`),u.style.setProperty("--persona-tool-anim-duration",`${j}ms`),A==="shimmer-color"&&(f.loadingAnimationColor&&u.style.setProperty("--persona-tool-anim-color",f.loadingAnimationColor),f.loadingAnimationSecondaryColor&&u.style.setProperty("--persona-tool-anim-secondary-color",f.loadingAnimationSecondaryColor)),H(w,!0))}else H(w,!1);else if(!v&&i&&A!=="none"){u.style.display="";let j=(ge=f.loadingAnimationDuration)!=null?ge:2e3;if(u.setAttribute("data-preserve-animation","true"),A==="pulse")u.classList.add("persona-tool-loading-pulse"),u.style.setProperty("--persona-tool-anim-duration",`${j}ms`);else{u.classList.add(`persona-tool-loading-${A}`),u.style.setProperty("--persona-tool-anim-duration",`${j}ms`),A==="shimmer-color"&&(f.loadingAnimationColor&&u.style.setProperty("--persona-tool-anim-color",f.loadingAnimationColor),f.loadingAnimationSecondaryColor&&u.style.setProperty("--persona-tool-anim-secondary-color",f.loadingAnimationSecondaryColor));let ee=u.textContent||g;u.textContent="",M(u,ee,0)}r.status==="complete"&&(u.style.display="none")}else v||(r.status==="complete"?u.style.display="none":u.style.display="");let I=null;if(a){I=S("div","persona-flex persona-items-center");let ee=he(s?"chevron-up":"chevron-down",16,"currentColor",2);ee?I.appendChild(ee):I.textContent=s?"Hide":"Show";let Ee=S("div","persona-flex persona-items-center persona-ml-auto");Ee.append(I),d.append(p,Ee)}else d.append(p);let P=S("div","persona-px-4 persona-py-3 persona-text-xs persona-leading-snug persona-text-persona-muted");if(P.setAttribute("data-persona-collapsed-preview","reasoning"),P.style.display="none",P.style.whiteSpace="pre-wrap",!s&&i&&n.activePreview&&c){let j=(qe=(Te=t==null?void 0:t.reasoning)==null?void 0:Te.renderCollapsedPreview)==null?void 0:qe.call(Te,{message:e,reasoning:r,defaultPreview:c,isActive:i,config:t!=null?t:{}});_v(P,j)||(P.textContent=c),P.style.display=""}if(!s&&i&&n.activeMinHeight&&(o.style.minHeight=n.activeMinHeight),!a)return o.append(d,P),o;let B=S("div","persona-border-t persona-border-gray-200 persona-bg-gray-50 persona-px-4 persona-py-3");B.style.display=s?"":"none";let O=r.chunks.join(""),Q=S("div","persona-whitespace-pre-wrap persona-text-xs persona-leading-snug persona-text-persona-muted");return Q.textContent=O||(r.status==="complete"?"No additional context was shared.":"Waiting for details\u2026"),B.appendChild(Q),(()=>{if(d.setAttribute("aria-expanded",s?"true":"false"),I){I.innerHTML="";let ee=he(s?"chevron-up":"chevron-down",16,"currentColor",2);ee?I.appendChild(ee):I.textContent=s?"Hide":"Show"}B.style.display=s?"":"none",P.style.display=s?"none":P.textContent||P.childNodes.length?"":"none"})(),o.append(d,P,B),o};var Ga=new Set,qv=(e,t)=>t==null?!1:typeof t=="string"?(e.textContent=t,!0):(e.appendChild(t),!0),Vv=(e,t)=>{var a;let r=e.toolCall;if(!r)return"";let o=((a=r.chunks)!=null?a:[]).join("").trim();if(o)return o.split(/\r?\n/).map(i=>i.trim()).filter(Boolean).slice(-t).join(`
30
- `);let n=Ln(r.args).trim();return n?n.split(/\r?\n/).map(s=>s.trim()).filter(Boolean).slice(0,t).join(`
31
- `):""},gp=(e,t)=>{var r,o,n;e.style.backgroundColor=(r=t.codeBlockBackgroundColor)!=null?r:"var(--persona-container, #f3f4f6)",e.style.borderColor=(o=t.codeBlockBorderColor)!=null?o:"var(--persona-border, #e5e7eb)",e.style.color=(n=t.codeBlockTextColor)!=null?n:"var(--persona-text, #171717)"},zv=(e,t)=>{var p,u,g,f,h;let r=e.toolCall,o=(p=t==null?void 0:t.features)==null?void 0:p.toolCallDisplay,n=(u=o==null?void 0:o.collapsedMode)!=null?u:"tool-call",a=Vv(e,(g=o==null?void 0:o.previewMaxLines)!=null?g:3),s=r?lh(r):"";if(!r)return{summary:s,previewText:a,isActive:!1};let i=r.status!=="complete",c=(f=t==null?void 0:t.toolCall)!=null?f:{},d=s;return n==="tool-name"?d=((h=r.name)==null?void 0:h.trim())||s:n==="tool-preview"&&a&&(d=a),i&&c.activeTextTemplate?d=Gl(r,c.activeTextTemplate,d):!i&&c.completeTextTemplate&&(d=Gl(r,c.completeTextTemplate,d)),{summary:d,previewText:a,isActive:i}},sx=(e,t,r)=>{var p;let o=Ga.has(e),n=(p=r==null?void 0:r.toolCall)!=null?p:{},a=t.querySelector('button[data-expand-header="true"]'),s=t.querySelector(".persona-border-t"),i=t.querySelector('[data-persona-collapsed-preview="tool"]');if(!a||!s)return;a.setAttribute("aria-expanded",o?"true":"false");let c=a.querySelector(".persona-ml-auto"),d=c==null?void 0:c.querySelector(":scope > .persona-flex.persona-items-center");if(d){d.innerHTML="";let u=n.toggleTextColor||n.headerTextColor||"var(--persona-primary, #171717)",g=he(o?"chevron-up":"chevron-down",16,u,2);g?d.appendChild(g):d.textContent=o?"Hide":"Show"}s.style.display=o?"":"none",i&&(i.style.display=o?"none":i.textContent||i.childNodes.length?"":"none")},hp=(e,t)=>{var O,Q,me,ue,Z,Le,We,ie,Me;let r=e.toolCall,o=(O=t==null?void 0:t.toolCall)!=null?O:{},n=S("div",["persona-message-bubble","persona-tool-bubble","persona-w-full","persona-max-w-[85%]","persona-rounded-2xl","persona-bg-persona-surface","persona-border","persona-border-persona-message-border","persona-text-persona-primary","persona-shadow-sm","persona-overflow-hidden","persona-px-0","persona-py-0"].join(" "));if(n.id=`bubble-${e.id}`,n.setAttribute("data-message-id",e.id),o.backgroundColor&&(n.style.backgroundColor=o.backgroundColor),o.borderColor&&(n.style.borderColor=o.borderColor),o.borderWidth&&(n.style.borderWidth=o.borderWidth),o.borderRadius&&(n.style.borderRadius=o.borderRadius),n.style.boxShadow=o.shadow!==void 0?o.shadow.trim()===""?"none":o.shadow:"var(--persona-tool-bubble-shadow, 0 5px 15px rgba(15, 23, 42, 0.08))",!r)return n;let a=(me=(Q=t==null?void 0:t.features)==null?void 0:Q.toolCallDisplay)!=null?me:{},s=a.expandable!==!1,i=s&&Ga.has(e.id),{summary:c,previewText:d,isActive:p}=zv(e,t),u=S("button",s?"persona-flex persona-w-full persona-items-center persona-justify-between persona-gap-3 persona-bg-transparent persona-px-4 persona-py-3 persona-text-left persona-cursor-pointer persona-border-none":"persona-flex persona-w-full persona-items-center persona-justify-between persona-gap-3 persona-bg-transparent persona-px-4 persona-py-3 persona-text-left persona-cursor-default persona-border-none");u.type="button",s&&(u.setAttribute("aria-expanded",i?"true":"false"),u.setAttribute("data-expand-header","true")),u.setAttribute("data-bubble-type","tool"),o.headerBackgroundColor&&(u.style.backgroundColor=o.headerBackgroundColor),o.headerPaddingX&&(u.style.paddingLeft=o.headerPaddingX,u.style.paddingRight=o.headerPaddingX),o.headerPaddingY&&(u.style.paddingTop=o.headerPaddingY,u.style.paddingBottom=o.headerPaddingY);let g=S("div","persona-flex persona-flex-col persona-text-left"),f=S("span","persona-text-xs persona-text-persona-primary");o.headerTextColor&&(f.style.color=o.headerTextColor);let h=String((ue=r.startedAt)!=null?ue:Date.now()),b=()=>{let oe=S("span","");return oe.setAttribute("data-tool-elapsed",h),oe.textContent=Cs(r),oe},k=(Le=o.renderCollapsedSummary)==null?void 0:Le.call(o,{message:e,toolCall:r,defaultSummary:c,previewText:d,collapsedMode:(Z=a.collapsedMode)!=null?Z:"tool-call",isActive:p,config:t!=null?t:{},elapsed:Cs(r),createElapsedElement:b});typeof k=="string"&&k.trim()?(f.textContent=k,g.appendChild(f)):k instanceof HTMLElement?g.appendChild(k):(f.textContent=c,g.appendChild(f));let E=(We=a.loadingAnimation)!=null?We:"none",A=o.activeTextTemplate,T=o.completeTextTemplate,y=p?A:T,w=k instanceof HTMLElement,v=(oe,se,ge)=>{let Te=ge;for(let qe of se){let j=S("span","persona-tool-char");j.style.setProperty("--char-index",String(Te)),j.textContent=qe===" "?"\xA0":qe,oe.appendChild(j),Te++}return Te},M=(oe,se)=>{var j;f.textContent="";let ge=((j=r.name)==null?void 0:j.trim())||"tool",Te=ui(oe,ge),qe=0;for(let ee of Te){let Ee=ee.styles.length>0?(()=>{let te=S("span",ee.styles.map(le=>`persona-tool-text-${le}`).join(" "));return f.appendChild(te),te})():f;if(ee.isDuration&&p)Ee.appendChild(b());else{let te=ee.isDuration?Cs(r):ee.text;se?qe=v(Ee,te,qe):Ee.appendChild(document.createTextNode(te))}}};if(!w)if(p&&E!=="none"){let oe=(ie=o.loadingAnimationDuration)!=null?ie:2e3;if(f.setAttribute("data-preserve-animation","true"),E==="pulse")f.classList.add("persona-tool-loading-pulse"),f.style.setProperty("--persona-tool-anim-duration",`${oe}ms`),y&&M(y,!1);else if(f.classList.add(`persona-tool-loading-${E}`),f.style.setProperty("--persona-tool-anim-duration",`${oe}ms`),E==="shimmer-color"&&(o.loadingAnimationColor&&f.style.setProperty("--persona-tool-anim-color",o.loadingAnimationColor),o.loadingAnimationSecondaryColor&&f.style.setProperty("--persona-tool-anim-secondary-color",o.loadingAnimationSecondaryColor)),y)M(y,!0);else{let se=f.textContent||c;f.textContent="",v(f,se,0)}}else y&&M(y,!1);let H=null;if(s){H=S("div","persona-flex persona-items-center");let oe=o.toggleTextColor||o.headerTextColor||"var(--persona-primary, #171717)",se=he(i?"chevron-up":"chevron-down",16,oe,2);se?H.appendChild(se):H.textContent=i?"Hide":"Show";let ge=S("div","persona-flex persona-items-center persona-gap-2 persona-ml-auto");ge.append(H),u.append(g,ge)}else u.append(g);let I=S("div","persona-px-4 persona-py-3 persona-text-xs persona-leading-snug persona-text-persona-muted");if(I.setAttribute("data-persona-collapsed-preview","tool"),I.style.display="none",I.style.whiteSpace="pre-wrap",!i&&p&&a.activePreview&&d){let oe=(Me=o.renderCollapsedPreview)==null?void 0:Me.call(o,{message:e,toolCall:r,defaultPreview:d,isActive:p,config:t!=null?t:{}});qv(I,oe)||(I.textContent=d),I.style.display=""}if(!i&&p&&a.activeMinHeight&&(n.style.minHeight=a.activeMinHeight),!s)return n.append(u,I),n;let P=S("div","persona-border-t persona-border-gray-200 persona-bg-gray-50 persona-space-y-3 persona-px-4 persona-py-3");if(P.style.display=i?"":"none",o.contentBackgroundColor&&(P.style.backgroundColor=o.contentBackgroundColor),o.contentTextColor&&(P.style.color=o.contentTextColor),o.contentPaddingX&&(P.style.paddingLeft=o.contentPaddingX,P.style.paddingRight=o.contentPaddingX),o.contentPaddingY&&(P.style.paddingTop=o.contentPaddingY,P.style.paddingBottom=o.contentPaddingY),r.name){let oe=S("div","persona-text-xs persona-text-persona-muted persona-italic");o.contentTextColor?oe.style.color=o.contentTextColor:o.headerTextColor&&(oe.style.color=o.headerTextColor),oe.textContent=r.name,P.appendChild(oe)}if(r.args!==void 0){let oe=S("div","persona-space-y-1"),se=S("div","persona-text-xs persona-text-persona-muted");o.labelTextColor&&(se.style.color=o.labelTextColor),se.textContent="Arguments";let ge=S("pre","persona-max-h-48 persona-overflow-auto persona-whitespace-pre-wrap persona-rounded-lg persona-border persona-px-3 persona-py-2 persona-text-xs");ge.style.fontSize="0.75rem",ge.style.lineHeight="1rem",gp(ge,o),ge.textContent=Ln(r.args),oe.append(se,ge),P.appendChild(oe)}if(r.chunks&&r.chunks.length){let oe=S("div","persona-space-y-1"),se=S("div","persona-text-xs persona-text-persona-muted");o.labelTextColor&&(se.style.color=o.labelTextColor),se.textContent="Activity";let ge=S("pre","persona-max-h-48 persona-overflow-auto persona-whitespace-pre-wrap persona-rounded-lg persona-border persona-px-3 persona-py-2 persona-text-xs");ge.style.fontSize="0.75rem",ge.style.lineHeight="1rem",gp(ge,o),ge.textContent=r.chunks.join(""),oe.append(se,ge),P.appendChild(oe)}if(r.status==="complete"&&r.result!==void 0){let oe=S("div","persona-space-y-1"),se=S("div","persona-text-xs persona-text-persona-muted");o.labelTextColor&&(se.style.color=o.labelTextColor),se.textContent="Result";let ge=S("pre","persona-max-h-48 persona-overflow-auto persona-whitespace-pre-wrap persona-rounded-lg persona-border persona-px-3 persona-py-2 persona-text-xs");ge.style.fontSize="0.75rem",ge.style.lineHeight="1rem",gp(ge,o),ge.textContent=Ln(r.result),oe.append(se,ge),P.appendChild(oe)}if(r.status==="complete"&&typeof r.duration=="number"){let oe=S("div","persona-text-xs persona-text-persona-muted");o.contentTextColor&&(oe.style.color=o.contentTextColor),oe.textContent=`Duration: ${r.duration}ms`,P.appendChild(oe)}return(()=>{if(u.setAttribute("aria-expanded",i?"true":"false"),H){H.innerHTML="";let oe=o.toggleTextColor||o.headerTextColor||"var(--persona-primary, #171717)",se=he(i?"chevron-up":"chevron-down",16,oe,2);se?H.appendChild(se):H.textContent=i?"Hide":"Show"}P.style.display=i?"":"none",I.style.display=i?"none":I.textContent||I.childNodes.length?"":"none"})(),n.append(u,I,P),n};var fa=new Map,ol=e=>{let r=(e.startsWith(bo)?e.slice(bo.length):e).replace(/([a-z0-9])([A-Z])/g,"$1 $2").split(/[_\-\s.]+/).filter(Boolean);if(r.length===0)return e;let o=r.join(" ").toLowerCase();return o.charAt(0).toUpperCase()+o.slice(1)},ix=e=>(e==null?void 0:e.approval)!==!1?e==null?void 0:e.approval:void 0,lx=(e,t)=>{var o,n,a;let r=(n=(o=ix(t))==null?void 0:o.detailsDisplay)!=null?n:"collapsed";return(a=fa.get(e))!=null?a:r==="expanded"},dx=(e,t,r)=>{var s,i;let o=ix(r);e.setAttribute("aria-expanded",t?"true":"false");let n=e.querySelector("[data-approval-details-label]");n&&(n.textContent=t?(s=o==null?void 0:o.hideDetailsLabel)!=null?s:"Hide details":(i=o==null?void 0:o.showDetailsLabel)!=null?i:"Show details");let a=e.querySelector("[data-approval-details-chevron]");if(a){a.innerHTML="";let c=he(t?"chevron-up":"chevron-down",14,"currentColor",2);c&&a.appendChild(c)}},cx=(e,t,r)=>{let o=t.querySelector('button[data-bubble-type="approval"]'),n=t.querySelector("[data-approval-details]");if(!o||!n)return;let a=lx(e,r);dx(o,a,r),n.style.display=a?"":"none"};var nl=(e,t)=>{var M,H,I,P,B,O,Q,me,ue,Z,Le,We,ie,Me,oe;let r=e.approval,o=(t==null?void 0:t.approval)!==!1?t==null?void 0:t.approval:void 0,n=(r==null?void 0:r.status)==="pending",a=S("div",["persona-approval-bubble","persona-w-full","persona-max-w-[85%]","persona-rounded-2xl","persona-border","persona-shadow-sm","persona-overflow-hidden"].join(" "));if(a.id=`bubble-${e.id}`,a.setAttribute("data-message-id",e.id),a.style.backgroundColor=(M=o==null?void 0:o.backgroundColor)!=null?M:"var(--persona-approval-bg, #fefce8)",a.style.borderColor=(H=o==null?void 0:o.borderColor)!=null?H:"var(--persona-approval-border, #fef08a)",a.style.boxShadow=(o==null?void 0:o.shadow)!==void 0?o.shadow.trim()===""?"none":o.shadow:"var(--persona-approval-shadow, 0 5px 15px rgba(15, 23, 42, 0.08))",!r)return a;let s=S("div","persona-flex persona-items-start persona-gap-3 persona-px-4 persona-py-3"),i=S("div","persona-flex-shrink-0 persona-mt-0.5");i.setAttribute("data-approval-icon","true");let c=r.status==="denied"?"shield-x":r.status==="timeout"?"shield-alert":"shield-check",d=r.status==="approved"?"var(--persona-feedback-success, #16a34a)":r.status==="denied"?"var(--persona-feedback-error, #dc2626)":r.status==="timeout"?"var(--persona-feedback-warning, #ca8a04)":(I=o==null?void 0:o.titleColor)!=null?I:"currentColor",p=he(c,20,d,2);p&&i.appendChild(p);let u=S("div","persona-flex-1 persona-min-w-0"),g=S("div","persona-flex persona-items-center persona-gap-2"),f=S("span","persona-text-sm persona-font-medium persona-text-persona-primary");if(o!=null&&o.titleColor&&(f.style.color=o.titleColor),f.textContent=(P=o==null?void 0:o.title)!=null?P:"Approval Required",g.appendChild(f),!n){let se=S("span","persona-inline-flex persona-items-center persona-px-2 persona-py-0.5 persona-rounded-full persona-text-xs persona-font-medium");se.setAttribute("data-approval-status",r.status),r.status==="approved"?(se.style.backgroundColor="var(--persona-palette-colors-success-100, #dcfce7)",se.style.color="var(--persona-palette-colors-success-700, #15803d)",se.textContent="Approved"):r.status==="denied"?(se.style.backgroundColor="var(--persona-palette-colors-error-100, #fee2e2)",se.style.color="var(--persona-palette-colors-error-700, #b91c1c)",se.textContent="Denied"):r.status==="timeout"&&(se.style.backgroundColor="var(--persona-palette-colors-warning-100, #fef3c7)",se.style.color="var(--persona-palette-colors-warning-700, #b45309)",se.textContent="Timeout"),g.appendChild(se)}u.appendChild(g);let b=r.toolType==="webmcp"||r.toolName.startsWith(bo)?ms(r.toolName):void 0,k=(B=o==null?void 0:o.formatDescription)==null?void 0:B.call(o,{toolName:r.toolName,toolType:r.toolType,description:r.description,parameters:r.parameters,...b?{displayTitle:b}:{},...r.reason?{reason:r.reason}:{}}),E=!r.toolName,A=k||(E?r.description:`The assistant wants to use \u201C${b!=null?b:ol(r.toolName)}\u201D.`),T=S("p","persona-text-sm persona-mt-0.5 persona-text-persona-muted");if(T.setAttribute("data-approval-summary","true"),o!=null&&o.descriptionColor&&(T.style.color=o.descriptionColor),T.textContent=A,u.appendChild(T),r.reason){let se=S("p","persona-text-sm persona-mt-1 persona-text-persona-muted");se.setAttribute("data-approval-reason","true"),o!=null&&o.reasonColor?se.style.color=o.reasonColor:o!=null&&o.descriptionColor&&(se.style.color=o.descriptionColor);let ge=S("span","persona-font-medium");ge.textContent=`${(O=o==null?void 0:o.reasonLabel)!=null?O:"Agent's stated reason:"} `,se.appendChild(ge),se.appendChild(document.createTextNode(r.reason)),u.appendChild(se)}let y=(Q=o==null?void 0:o.detailsDisplay)!=null?Q:"collapsed",w=!!r.description&&!E,v=w||!!r.parameters;if(y!=="hidden"&&v){let se=lx(e.id,t),ge=S("button","persona-inline-flex persona-items-center persona-gap-1 persona-mt-1 persona-p-0 persona-border-none persona-bg-transparent persona-text-xs persona-font-medium persona-cursor-pointer persona-text-persona-muted");ge.type="button",ge.setAttribute("data-expand-header","true"),ge.setAttribute("data-bubble-type","approval"),o!=null&&o.descriptionColor&&(ge.style.color=o.descriptionColor);let Te=S("span");Te.setAttribute("data-approval-details-label","true");let qe=S("span","persona-inline-flex persona-items-center");qe.setAttribute("data-approval-details-chevron","true"),ge.append(Te,qe),dx(ge,se,t),u.appendChild(ge);let j=S("div");if(j.setAttribute("data-approval-details","true"),j.style.display=se?"":"none",w){let ee=S("p","persona-text-sm persona-mt-1 persona-text-persona-muted");o!=null&&o.descriptionColor&&(ee.style.color=o.descriptionColor),ee.textContent=r.description,j.appendChild(ee)}if(r.parameters){let ee=S("pre","persona-mt-2 persona-text-xs persona-p-2 persona-rounded persona-overflow-x-auto persona-max-h-32 persona-bg-persona-container persona-text-persona-primary");o!=null&&o.parameterBackgroundColor&&(ee.style.backgroundColor=o.parameterBackgroundColor),o!=null&&o.parameterTextColor&&(ee.style.color=o.parameterTextColor),ee.style.fontSize="0.75rem",ee.style.lineHeight="1rem",ee.textContent=Ln(r.parameters),j.appendChild(ee)}u.appendChild(j)}if(n){let se=S("div","persona-flex persona-gap-2 persona-mt-2");se.setAttribute("data-approval-buttons","true");let ge=S("button","persona-inline-flex persona-items-center persona-px-3 persona-py-1.5 persona-rounded-md persona-text-xs persona-font-medium persona-border-none persona-cursor-pointer");ge.type="button",ge.style.backgroundColor=(me=o==null?void 0:o.approveButtonColor)!=null?me:"var(--persona-approval-approve-bg, #22c55e)",ge.style.color=(ue=o==null?void 0:o.approveButtonTextColor)!=null?ue:"#ffffff",ge.setAttribute("data-approval-action","approve");let Te=he("shield-check",14,(Z=o==null?void 0:o.approveButtonTextColor)!=null?Z:"#ffffff",2);Te&&(Te.style.marginRight="4px",ge.appendChild(Te));let qe=document.createTextNode((Le=o==null?void 0:o.approveLabel)!=null?Le:"Approve");ge.appendChild(qe);let j=S("button","persona-inline-flex persona-items-center persona-px-3 persona-py-1.5 persona-rounded-md persona-text-xs persona-font-medium persona-cursor-pointer");j.type="button",j.style.backgroundColor=(We=o==null?void 0:o.denyButtonColor)!=null?We:"transparent",j.style.color=(ie=o==null?void 0:o.denyButtonTextColor)!=null?ie:"var(--persona-feedback-error, #dc2626)",j.style.border=`1px solid ${o!=null&&o.denyButtonTextColor?o.denyButtonTextColor:"var(--persona-palette-colors-error-200, #fca5a5)"}`,j.setAttribute("data-approval-action","deny");let ee=he("shield-x",14,(Me=o==null?void 0:o.denyButtonTextColor)!=null?Me:"var(--persona-feedback-error, #dc2626)",2);ee&&(ee.style.marginRight="4px",j.appendChild(ee));let Ee=document.createTextNode((oe=o==null?void 0:o.denyLabel)!=null?oe:"Deny");j.appendChild(Ee),se.append(ge,j),u.appendChild(se)}return s.append(i,u),a.appendChild(s),a};function $v(e){var r,o;let t=(r=e.getRootNode)==null?void 0:r.call(e);return t instanceof ShadowRoot?t:((o=e.ownerDocument)!=null?o:document).body}function px(e){var b;let{anchor:t,content:r,placement:o="bottom-start",offset:n=6,matchAnchorWidth:a=!1,zIndex:s=2147483e3,onOpen:i,onDismiss:c}=e,d=(b=e.container)!=null?b:$v(t),p=!1,u=null,g=()=>{if(!p)return;let k=t.getBoundingClientRect();r.style.position="fixed",a&&(r.style.minWidth=`${k.width}px`);let E=o==="top-start"||o==="top-end"?k.top-n-r.getBoundingClientRect().height:k.bottom+n,A=o==="bottom-end"||o==="top-end"?k.right-r.getBoundingClientRect().width:k.left;r.style.top=`${E}px`,r.style.left=`${A}px`},f=()=>{p&&(p=!1,u&&(u(),u=null),r.remove())},h=()=>{var w,v,M;if(p)return;p=!0,s!=null&&(r.style.zIndex=String(s)),d.appendChild(r),g();let k=(v=((w=t.ownerDocument)!=null?w:document).defaultView)!=null?v:window,E=(M=t.ownerDocument)!=null?M:document,A=()=>{if(!t.isConnected){f(),c==null||c("anchor-removed");return}g()},T=H=>{let I=typeof H.composedPath=="function"?H.composedPath():[];I.includes(r)||I.includes(t)||(f(),c==null||c("outside"))},y=k.setTimeout(()=>{E.addEventListener("pointerdown",T,!0)},0);k.addEventListener("scroll",A,!0),k.addEventListener("resize",A),u=()=>{k.clearTimeout(y),E.removeEventListener("pointerdown",T,!0),k.removeEventListener("scroll",A,!0),k.removeEventListener("resize",A)},i==null||i()};return{get isOpen(){return p},open:h,close:f,toggle:()=>p?f():h(),reposition:g,destroy:f}}function ux(e){return(typeof e.composedPath=="function"?e.composedPath():[]).some(r=>r instanceof HTMLElement&&(r.tagName==="INPUT"||r.tagName==="TEXTAREA"||r.isContentEditable))}var jv=()=>({keyHandlers:new Map,popovers:new Map,pendingOrder:[],latestPendingApprovalId:null}),fx=(e,t)=>{let r=e.keyHandlers.get(t);r&&(document.removeEventListener("keydown",r),e.keyHandlers.delete(t));let o=e.popovers.get(t);o&&(o.destroy(),e.popovers.delete(t))},ma=(e,t)=>{fx(e,t);let r=e.pendingOrder.indexOf(t);r!==-1&&e.pendingOrder.splice(r,1),e.latestPendingApprovalId===t&&(e.latestPendingApprovalId=e.pendingOrder.length?e.pendingOrder[e.pendingOrder.length-1]:null)},Gv=e=>(e==null?void 0:e.approval)!==!1?e==null?void 0:e.approval:void 0,Kv=(e,t)=>{var o,n;let r=(o=t==null?void 0:t.detailsDisplay)!=null?o:"collapsed";return(n=fa.get(e))!=null?n:r==="expanded"},xp=e=>{let t=S("span","persona-approval-kbd");return t.textContent=e,t},Xv=(e,t)=>{var d,p;let r=S("span","persona-approval-title");t!=null&&t.titleColor&&(r.style.color=t.titleColor);let n=e.toolType==="webmcp"||e.toolName.startsWith(bo)?ms(e.toolName):void 0,a=(p=t==null?void 0:t.formatDescription)==null?void 0:p.call(t,{toolName:e.toolName,toolType:e.toolType,description:(d=e.description)!=null?d:"",parameters:e.parameters,...n?{displayTitle:n}:{},...e.reason?{reason:e.reason}:{}});if(a)return r.textContent=a,r;let s=n!=null?n:ol(e.toolName),i=e.toolType&&e.toolType!=="webmcp"?e.toolType:null;r.append("The assistant wants to use ");let c=document.createElement("strong");if(c.textContent=s,r.appendChild(c),i){r.append(" from ");let u=document.createElement("strong");u.textContent=i,r.appendChild(u)}return r},Qv=e=>{let t=S("div","persona-approval-resolved"),r=he("ban",15,"currentColor",2);r&&t.appendChild(r);let o=S("span","persona-approval-resolved-name");return o.textContent=e.toolName?ol(e.toolName):"Tool",t.append(o,document.createTextNode(e.status==="timeout"?" timed out":" denied")),t},Jv=(e,t,r,o,n,a,s)=>{var H,I,P,B,O,Q,me;let i=S("div","persona-approval-card persona-shadow-sm");i.id=`bubble-${t.id}`,i.setAttribute("data-message-id",t.id),i.setAttribute("data-bubble-type","approval"),o!=null&&o.backgroundColor&&(i.style.background=o.backgroundColor),o!=null&&o.borderColor&&(i.style.borderColor=o.borderColor),(o==null?void 0:o.shadow)!==void 0&&(i.style.boxShadow=o.shadow.trim()===""?"none":o.shadow);let c=(H=o==null?void 0:o.detailsDisplay)!=null?H:"collapsed",d=!!r.description&&c!=="hidden",p=r.parameters!=null&&c!=="hidden",u=d||p,g=u&&Kv(t.id,o),f=(I=o==null?void 0:o.showDetailsLabel)!=null?I:"Show details",h=(P=o==null?void 0:o.hideDetailsLabel)!=null?P:"Hide details",b=S("button","persona-approval-head");b.type="button",u?(b.setAttribute("data-action","toggle-params"),b.setAttribute("aria-expanded",g?"true":"false"),b.setAttribute("aria-label",g?h:f)):b.setAttribute("data-static","true");let k=S("span","persona-approval-logo"),E=he("shield-check",16,"currentColor",2);E&&k.appendChild(E),b.appendChild(k);let A=Xv(r,o);if(u){let ue=S("span","persona-approval-toggle");ue.setAttribute("aria-hidden","true");let Z=he("chevron-down",14,"currentColor",2);Z&&ue.appendChild(Z),A.append(" "),A.appendChild(ue)}b.appendChild(A),i.appendChild(b);let T=S("div","persona-approval-body");if(u){let ue=S("div","persona-approval-details");if(ue.setAttribute("data-role","params"),ue.hidden=!g,d){let Z=S("p","persona-approval-desc");o!=null&&o.descriptionColor&&(Z.style.color=o.descriptionColor),Z.textContent=r.description,ue.appendChild(Z)}if(p){let Z=S("pre","persona-approval-params");o!=null&&o.parameterBackgroundColor&&(Z.style.background=o.parameterBackgroundColor),o!=null&&o.parameterTextColor&&(Z.style.color=o.parameterTextColor),Z.textContent=Ln(r.parameters),ue.appendChild(Z)}T.appendChild(ue)}if(r.reason){let ue=S("p","persona-approval-reason");o!=null&&o.reasonColor?ue.style.color=o.reasonColor:o!=null&&o.descriptionColor&&(ue.style.color=o.descriptionColor);let Z=S("span","persona-approval-reason-label");Z.textContent=`${(B=o==null?void 0:o.reasonLabel)!=null?B:"Agent's stated reason:"} `,ue.append(Z,document.createTextNode(r.reason)),T.appendChild(ue)}let y=S("div","persona-approval-actions"),w=null,v=ue=>{o!=null&&o.approveButtonColor&&(ue.style.background=o.approveButtonColor),o!=null&&o.approveButtonTextColor&&(ue.style.color=o.approveButtonTextColor)},M=S("button","persona-approval-deny");if(M.type="button",M.setAttribute("data-action","deny"),o!=null&&o.denyButtonColor&&(M.style.background=o.denyButtonColor),o!=null&&o.denyButtonTextColor&&(M.style.color=o.denyButtonTextColor),M.append((O=o==null?void 0:o.denyLabel)!=null?O:"Deny"),s){let ue=S("div","persona-approval-split"),Z=S("button","persona-approval-primary");Z.type="button",Z.setAttribute("data-action","always"),v(Z),Z.append((Q=o==null?void 0:o.approveLabel)!=null?Q:"Always allow",xp("\u23CE"));let Le=S("button","persona-approval-caret");Le.type="button",Le.setAttribute("data-action","toggle-menu"),Le.setAttribute("aria-label","More options"),v(Le);let We=he("chevron-down",15,"currentColor",2);We&&Le.appendChild(We),ue.append(Z,Le),y.append(ue,M),M.append(xp("Esc"));let ie=S("div","persona-approval-menu"),Me=S("button","persona-approval-menu-item");Me.type="button",Me.append("Allow once",xp("\u2318\u23CE")),ie.appendChild(Me),w=px({anchor:ue,content:ie,placement:"bottom-start",matchAnchorWidth:!0}),e.popovers.set(t.id,w),Me.addEventListener("click",()=>{ma(e,t.id),n()})}else{let ue=S("button","persona-approval-primary persona-approval-primary--solo");ue.type="button",ue.setAttribute("data-action","allow"),v(ue),ue.append((me=o==null?void 0:o.approveLabel)!=null?me:"Allow"),y.append(ue,M)}return T.appendChild(y),i.appendChild(T),i.addEventListener("click",ue=>{let Z=ue.target instanceof Element?ue.target.closest("[data-action]"):null;if(!Z)return;let Le=Z.getAttribute("data-action");if(Le==="toggle-params"){let We=i.querySelector('[data-role="params"]');if(We){let ie=We.hidden;We.hidden=!ie,b.setAttribute("aria-expanded",ie?"true":"false"),b.setAttribute("aria-label",ie?h:f),fa.set(t.id,ie)}return}if(Le==="toggle-menu"){w==null||w.toggle();return}if(Le==="always"){ma(e,t.id),n({remember:!0});return}if(Le==="allow"){ma(e,t.id),n();return}if(Le==="deny"){ma(e,t.id),a();return}}),i},mx=()=>{let e=jv();return{plugin:{id:"persona-built-in-approval",renderApproval:({message:o,approve:n,deny:a,config:s})=>{let i=o==null?void 0:o.approval;if(!i)return null;let c=Gv(s);if(i.status!=="pending"){if(ma(e,o.id),i.status==="approved"){let u=document.createElement("div");return u.style.display="none",u}return Qv(i)}fx(e,o.id);let d=(c==null?void 0:c.enableAlwaysAllow)===!0,p=Jv(e,o,i,c,n,a,d);if(d){e.pendingOrder.includes(o.id)||e.pendingOrder.push(o.id),e.latestPendingApprovalId=e.pendingOrder[e.pendingOrder.length-1];let u=g=>{ux(g)||o.id===e.latestPendingApprovalId&&(g.key!=="Escape"&&g.key!=="Enter"||(g.preventDefault(),g.stopImmediatePropagation(),ma(e,o.id),g.key==="Escape"?a():g.metaKey||g.ctrlKey?n():n({remember:!0})))};e.keyHandlers.set(o.id,u),document.addEventListener("keydown",u)}return p}},teardown:()=>{for(let o of[...e.keyHandlers.keys(),...e.popovers.keys()])ma(e,o);e.latestPendingApprovalId=null}}};var gx=e=>{let t=[],r=null;return{buttons:t,render:(n,a,s,i,c,d)=>{e.innerHTML="",t.length=0;let p=(d==null?void 0:d.agentPushed)===!0;if(p||(r=null),!n||!n.length||!p&&(i!=null?i:a?a.getMessages():[]).some(k=>k.role==="user"))return;let u=document.createDocumentFragment(),g=a?a.isStreaming():!1,f=h=>{switch(h){case"serif":return'Georgia, "Times New Roman", Times, serif';case"mono":return'"Courier New", Courier, "Lucida Console", Monaco, monospace';default:return'-apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", Arial, sans-serif'}};if(n.forEach(h=>{let b=S("button","persona-rounded-button persona-bg-persona-surface persona-px-3 persona-py-1.5 persona-text-xs persona-font-medium persona-text-persona-primary hover:persona-opacity-80 persona-cursor-pointer persona-border persona-border-persona-border");b.type="button",b.textContent=h,b.disabled=g,c!=null&&c.fontFamily&&(b.style.fontFamily=f(c.fontFamily)),c!=null&&c.fontWeight&&(b.style.fontWeight=c.fontWeight),c!=null&&c.paddingX&&(b.style.paddingLeft=c.paddingX,b.style.paddingRight=c.paddingX),c!=null&&c.paddingY&&(b.style.paddingTop=c.paddingY,b.style.paddingBottom=c.paddingY),b.addEventListener("click",()=>{!a||a.isStreaming()||(s.value="",p&&e.dispatchEvent(new CustomEvent("persona:suggestReplies:selected",{detail:{suggestion:h},bubbles:!0,composed:!0})),a.sendMessage(h))}),u.appendChild(b),t.push(b)}),e.appendChild(u),p){let h=JSON.stringify(n);h!==r&&(r=h,e.dispatchEvent(new CustomEvent("persona:suggestReplies:shown",{detail:{suggestions:[...n]},bubbles:!0,composed:!0})))}}}};var Fs=class{constructor(t=2e3,r=null){this.head=0;this.count=0;this.totalCaptured=0;this.eventTypesSet=new Set;this.maxSize=t,this.buffer=new Array(t),this.store=r}push(t){var r;this.buffer[this.head]=t,this.head=(this.head+1)%this.maxSize,this.count<this.maxSize&&this.count++,this.totalCaptured++,this.eventTypesSet.add(t.type),(r=this.store)==null||r.put(t)}getAll(){return this.count===0?[]:this.count<this.maxSize?this.buffer.slice(0,this.count):[...this.buffer.slice(this.head,this.maxSize),...this.buffer.slice(0,this.head)]}async restore(){if(!this.store)return 0;let t=await this.store.getAll();if(t.length===0)return 0;let r=t.length>this.maxSize?t.slice(t.length-this.maxSize):t;for(let o of r)this.buffer[this.head]=o,this.head=(this.head+1)%this.maxSize,this.count<this.maxSize&&this.count++,this.eventTypesSet.add(o.type);return this.totalCaptured=t.length,r.length}getAllFromStore(){return this.store?this.store.getAll():Promise.resolve(this.getAll())}getRecent(t){let r=this.getAll();return t>=r.length?r:r.slice(r.length-t)}getSize(){return this.count}getTotalCaptured(){return this.totalCaptured}getEvictedCount(){return this.totalCaptured-this.count}clear(){var t;this.buffer=new Array(this.maxSize),this.head=0,this.count=0,this.totalCaptured=0,this.eventTypesSet.clear(),(t=this.store)==null||t.clear()}destroy(){var t;this.buffer=[],this.head=0,this.count=0,this.totalCaptured=0,this.eventTypesSet.clear(),(t=this.store)==null||t.destroy()}getEventTypes(){return Array.from(this.eventTypesSet)}};var Ns=class{constructor(t="persona-event-stream",r="events"){this.db=null;this.pendingWrites=[];this.flushScheduled=!1;this.isDestroyed=!1;this.dbName=t,this.storeName=r}open(){return new Promise((t,r)=>{try{let o=indexedDB.open(this.dbName,1);o.onupgradeneeded=()=>{let n=o.result;n.objectStoreNames.contains(this.storeName)||n.createObjectStore(this.storeName,{keyPath:"id"}).createIndex("timestamp","timestamp",{unique:!1})},o.onsuccess=()=>{this.db=o.result,t()},o.onerror=()=>{r(o.error)}}catch(o){r(o)}})}put(t){!this.db||this.isDestroyed||(this.pendingWrites.push(t),this.flushScheduled||(this.flushScheduled=!0,queueMicrotask(()=>this.flushWrites())))}putBatch(t){if(!(!this.db||this.isDestroyed||t.length===0))try{let o=this.db.transaction(this.storeName,"readwrite").objectStore(this.storeName);for(let n of t)o.put(n)}catch{}}getAll(){return new Promise((t,r)=>{if(!this.db){t([]);return}try{let s=this.db.transaction(this.storeName,"readonly").objectStore(this.storeName).index("timestamp").getAll();s.onsuccess=()=>{t(s.result)},s.onerror=()=>{r(s.error)}}catch(o){r(o)}})}getCount(){return new Promise((t,r)=>{if(!this.db){t(0);return}try{let a=this.db.transaction(this.storeName,"readonly").objectStore(this.storeName).count();a.onsuccess=()=>{t(a.result)},a.onerror=()=>{r(a.error)}}catch(o){r(o)}})}clear(){return new Promise((t,r)=>{if(!this.db){t();return}this.pendingWrites=[];try{let a=this.db.transaction(this.storeName,"readwrite").objectStore(this.storeName).clear();a.onsuccess=()=>{t()},a.onerror=()=>{r(a.error)}}catch(o){r(o)}})}close(){this.db&&(this.db.close(),this.db=null)}destroy(){return this.isDestroyed=!0,this.pendingWrites=[],this.close(),new Promise((t,r)=>{try{let o=indexedDB.deleteDatabase(this.dbName);o.onsuccess=()=>{t()},o.onerror=()=>{r(o.error)}}catch(o){r(o)}})}flushWrites(){if(this.flushScheduled=!1,!this.db||this.isDestroyed||this.pendingWrites.length===0)return;let t=this.pendingWrites;this.pendingWrites=[];try{let o=this.db.transaction(this.storeName,"readwrite").objectStore(this.storeName);for(let n of t)o.put(n)}catch{}}};var Yv=new Set(["flow_start","flow_run_start","agent_start","dispatch_start","run_start"]),Zv=new Set(["step_start","execution_start"]),e0=new Set(["step_delta","step_chunk","chunk","agent_turn_delta"]),t0=new Set(["step_complete","agent_turn_complete"]),r0=new Set(["flow_complete","agent_complete"]),hx=new Set(["step_error","flow_error","agent_error","dispatch_error","error"]),yx=e=>typeof e=="object"&&e!==null&&!Array.isArray(e),Xr=e=>typeof e=="number"&&Number.isFinite(e)?e:void 0,ga=(e,t)=>{let r=e[t];return yx(r)?r:void 0};function yp(e){return e>0?Math.max(1,Math.ceil(e/4)):0}function al(e,t){if(!(e<=0||t===void 0||t<250))return e/(t/1e3)}function o0(e,t){return typeof t.type=="string"?t.type:e}function n0(e){return typeof e.text=="string"?e.text:typeof e.delta=="string"?e.delta:typeof e.content=="string"?e.content:typeof e.chunk=="string"?e.chunk:""}function a0(e,t){return e==="step_delta"||e==="step_chunk"?t.stepType!=="tool"&&t.executionType!=="context":e!=="agent_turn_delta"?!0:(typeof t.contentType=="string"?t.contentType:typeof t.content_type=="string"?t.content_type:void 0)==="text"}function xx(e){var o,n,a,s,i;let t=ga(e,"result"),r=[ga(e,"tokens"),ga(e,"totalTokens"),t?ga(t,"tokens"):void 0,ga(e,"usage"),t?ga(t,"usage"):void 0];for(let c of r){if(!c)continue;let d=(n=(o=Xr(c.output))!=null?o:Xr(c.outputTokens))!=null?n:Xr(c.completionTokens);if(d!==void 0)return d}return(i=(a=Xr(e.outputTokens))!=null?a:Xr(e.completionTokens))!=null?i:t?(s=Xr(t.outputTokens))!=null?s:Xr(t.completionTokens):void 0}function s0(e){var r,o,n,a,s;let t=ga(e,"result");return(s=(n=(o=(r=Xr(e.executionTime))!=null?r:Xr(e.executionTimeMs))!=null?o:Xr(e.execution_time))!=null?n:Xr(e.duration))!=null?s:t?(a=Xr(t.executionTime))!=null?a:Xr(t.executionTimeMs):void 0}function i0(){return typeof performance!="undefined"&&typeof performance.now=="function"?performance.now():Date.now()}var Os=class{constructor(t=i0){this.metric={status:"idle"};this.run=null;this.now=t}getMetric(){let t=this.run;if(t&&this.metric.status==="running"&&t.firstDeltaAt!==void 0&&this.metric.outputTokens!==void 0){let r=this.now()-t.firstDeltaAt;return{...this.metric,durationMs:r,tokensPerSecond:al(this.metric.outputTokens,r)}}return this.metric}reset(){this.run=null,this.metric={status:"idle"}}startRun(t){this.run={startedAt:t,visibleCharCount:0,exactOutputTokens:0},this.metric={status:"running"}}processEvent(t,r){var a;if(!yx(r)){hx.has(t)&&this.run&&(this.run=null,this.metric={status:"error"});return}let o=o0(t,r),n=this.now();if(Yv.has(o)){this.startRun(n);return}if(Zv.has(o)){this.run||this.startRun(n);return}if(e0.has(o)){if(!a0(o,r))return;let s=n0(r);if(!s)return;this.run||this.startRun(n);let i=this.run;(a=i.firstDeltaAt)!=null||(i.firstDeltaAt=n),i.visibleCharCount+=s.length;let c=i.exactOutputTokens+yp(i.visibleCharCount),d=n-i.firstDeltaAt;this.metric={status:"running",tokensPerSecond:al(c,d),outputTokens:c,durationMs:d,source:i.exactOutputTokens>0?"usage":"estimate"};return}if(t0.has(o)){if(!this.run)return;let s=this.run,i=xx(r);i!==void 0&&(s.exactOutputTokens+=i,s.visibleCharCount=0);let c=s.exactOutputTokens>0,d=s.exactOutputTokens+yp(s.visibleCharCount),p=this.resolveDuration(s,r,n);this.metric={status:"running",tokensPerSecond:al(d,p),outputTokens:d,durationMs:p,source:c?"usage":"estimate"};return}if(r0.has(o)){if(!this.run)return;let s=this.run,i=xx(r),c=i!=null?i:s.exactOutputTokens+yp(s.visibleCharCount),d=i!==void 0||s.exactOutputTokens>0?"usage":"estimate",p=this.resolveDuration(s,r,n);this.metric={status:"complete",tokensPerSecond:al(c,p),outputTokens:c,durationMs:p,source:d},this.run=null;return}if(hx.has(o)){if(!this.run)return;this.run=null,this.metric={status:"error"}}}resolveDuration(t,r,o){let n=t.firstDeltaAt!==void 0?o-t.firstDeltaAt:void 0;if(n!==void 0&&n>=250)return n;let a=s0(r);return a!=null?a:o-t.startedAt}};function Ka(e,t){t&&t.split(/\s+/).forEach(r=>r&&e.classList.add(r))}var l0={flow_:{bg:"var(--persona-palette-colors-success-100, #dcfce7)",text:"var(--persona-palette-colors-success-700, #166534)"},step_:{bg:"var(--persona-palette-colors-primary-100, #f5f5f5)",text:"var(--persona-palette-colors-primary-700, #0a0a0a)"},reason_:{bg:"var(--persona-palette-colors-warning-100, #ffedd5)",text:"var(--persona-palette-colors-warning-700, #9a3412)"},tool_:{bg:"var(--persona-palette-colors-purple-100, #f3e8ff)",text:"var(--persona-palette-colors-purple-700, #6b21a8)"},agent_:{bg:"var(--persona-palette-colors-teal-100, #ccfbf1)",text:"var(--persona-palette-colors-teal-700, #115e59)"},error:{bg:"var(--persona-palette-colors-error-100, #fecaca)",text:"var(--persona-palette-colors-error-700, #991b1b)"}},d0={bg:"var(--persona-palette-colors-gray-100, #f3f4f6)",text:"var(--persona-palette-colors-gray-600, #4b5563)"},c0=["flowName","stepName","reasoningText","text","name","tool","toolName"],p0=100;function u0(e,t){let r={...l0,...t};if(r[e])return r[e];for(let o of Object.keys(r))if(o.endsWith("_")&&e.startsWith(o))return r[o];return d0}function f0(e,t){return`+${((e-t)/1e3).toFixed(3)}s`}function m0(e){let t=new Date(e),r=String(t.getHours()).padStart(2,"0"),o=String(t.getMinutes()).padStart(2,"0"),n=String(t.getSeconds()).padStart(2,"0"),a=String(t.getMilliseconds()).padStart(3,"0");return`${r}:${o}:${n}.${a}`}function g0(e,t){try{let r=JSON.parse(e);if(typeof r!="object"||r===null)return null;for(let o of t){let n=o.split("."),a=r;for(let s of n)if(a&&typeof a=="object"&&a!==null)a=a[s];else{a=void 0;break}if(typeof a=="string"&&a.trim())return a.trim()}}catch{}return null}function h0(e){var t;return(t=navigator.clipboard)!=null&&t.writeText?navigator.clipboard.writeText(e):new Promise(r=>{let o=document.createElement("textarea");o.value=e,o.style.position="fixed",o.style.opacity="0",document.body.appendChild(o),o.select(),document.execCommand("copy"),document.body.removeChild(o),r()})}function x0(e){let t;try{t=JSON.parse(e.payload)}catch{t=e.payload}return JSON.stringify({type:e.type,timestamp:new Date(e.timestamp).toISOString(),payload:t},null,2)}function y0(e){return e.tokensPerSecond===void 0||!Number.isFinite(e.tokensPerSecond)?"-- tok/s":`${e.tokensPerSecond.toFixed(1)} tok/s`}function b0(e){let t=[];return e.outputTokens!==void 0&&t.push(`${e.outputTokens.toLocaleString()} tok`),e.durationMs!==void 0&&t.push(`${(e.durationMs/1e3).toFixed(2)}s`),e.source&&t.push(e.source),t.join(" \xB7 ")}function v0(e,t,r){let o,n;try{n=JSON.parse(e.payload),o=JSON.stringify(n,null,2)}catch{n=e.payload,o=e.payload}let a=t.find(i=>i.renderEventStreamPayload);if(a!=null&&a.renderEventStreamPayload&&r){let i=a.renderEventStreamPayload({event:e,config:r,defaultRenderer:()=>s(),parsedPayload:n});if(i)return i}return s();function s(){let i=S("div","persona-bg-persona-container persona-border-t persona-border-persona-divider persona-px-3 persona-py-2 persona-ml-4 persona-mr-3 persona-mb-1 persona-rounded-b persona-overflow-auto persona-max-h-[300px]"),c=S("pre","persona-m-0 persona-whitespace-pre-wrap persona-break-all persona-text-[11px] persona-text-persona-secondary persona-font-mono");return c.textContent=o,i.appendChild(c),i}}function bp(e,t,r,o,n,a,s,i){var g;let c=n.has(e.id),d=S("div","persona-border-b persona-border-persona-divider persona-text-xs");Ka(d,(g=o.classNames)==null?void 0:g.eventRow);let p=s.find(f=>f.renderEventStreamRow);if(p!=null&&p.renderEventStreamRow&&i){let f=p.renderEventStreamRow({event:e,index:t,config:i,defaultRenderer:()=>u(),isExpanded:c,onToggleExpand:()=>a(e.id)});if(f)return d.appendChild(f),d}return d.appendChild(u()),d;function u(){var O,Q;let f=S("div",""),h=S("div","persona-flex persona-items-center persona-gap-2 persona-px-3 persona-py-3 hover:persona-bg-persona-container persona-cursor-pointer persona-group");h.setAttribute("data-event-id",e.id);let b=S("span","persona-flex-shrink-0 persona-text-persona-muted persona-w-4 persona-text-center persona-flex persona-items-center persona-justify-center"),k=he(c?"chevron-down":"chevron-right","14px","currentColor",2);k&&b.appendChild(k);let E=S("span","persona-text-[11px] persona-text-persona-muted persona-whitespace-nowrap persona-flex-shrink-0 persona-font-mono persona-w-[70px]"),A=(O=o.timestampFormat)!=null?O:"relative";E.textContent=A==="relative"?f0(e.timestamp,r):m0(e.timestamp);let T=null;o.showSequenceNumbers!==!1&&(T=S("span","persona-text-[11px] persona-text-persona-muted persona-font-mono persona-flex-shrink-0 persona-w-[28px] persona-text-right"),T.textContent=String(t+1));let y=u0(e.type,o.badgeColors),w=S("span","persona-inline-flex persona-items-center persona-px-2 persona-py-0.5 persona-rounded persona-text-[11px] persona-font-mono persona-font-medium persona-whitespace-nowrap persona-flex-shrink-0 persona-border");w.style.backgroundColor=y.bg,w.style.color=y.text,w.style.borderColor=y.text+"50",w.textContent=e.type;let v=(Q=o.descriptionFields)!=null?Q:c0,M=g0(e.payload,v),H=null;M&&(H=S("span","persona-text-[11px] persona-text-persona-secondary persona-truncate persona-min-w-0"),H.textContent=M);let I=S("div","persona-flex-1 persona-min-w-0"),P=S("button","persona-text-persona-muted hover:persona-text-persona-primary persona-cursor-pointer persona-flex-shrink-0 persona-border-none persona-bg-transparent persona-p-0"),B=he("clipboard","12px","currentColor",1.5);return B&&P.appendChild(B),P.addEventListener("click",async me=>{me.stopPropagation(),await h0(x0(e)),P.innerHTML="";let ue=he("check","12px","currentColor",1.5);ue&&P.appendChild(ue),setTimeout(()=>{P.innerHTML="";let Z=he("clipboard","12px","currentColor",1.5);Z&&P.appendChild(Z)},1500)}),h.appendChild(b),h.appendChild(E),T&&h.appendChild(T),h.appendChild(w),H&&h.appendChild(H),h.appendChild(I),h.appendChild(P),f.appendChild(h),c&&f.appendChild(v0(e,s,i)),f}}function bx(e){var h,b,k,E,A;let{buffer:t,getFullHistory:r,onClose:o,config:n,plugins:a=[],getThroughput:s}=e,i=(h=n==null?void 0:n.features)==null?void 0:h.scrollToBottom,c=(i==null?void 0:i.enabled)!==!1,d=(b=i==null?void 0:i.iconName)!=null?b:"arrow-down",p=(k=i==null?void 0:i.label)!=null?k:"",u=(A=(E=n==null?void 0:n.features)==null?void 0:E.eventStream)!=null?A:{},g=a.find(T=>T.renderEventStreamView);if(g!=null&&g.renderEventStreamView&&n){let T=g.renderEventStreamView({config:n,events:t.getAll(),defaultRenderer:()=>f().element,onClose:o});if(T)return{element:T,update:()=>{},destroy:()=>{}}}return f();function f(){let T=u.classNames,y=S("div","persona-event-stream-view persona-flex persona-flex-col persona-flex-1 persona-min-h-0");Ka(y,T==null?void 0:T.panel);let w=[],v="",M="",H=null,I=[],P={},B=0,O=_i(),Q=0,me=0,ue=!1,Z=null,Le=!1,We=0,ie=new Set,Me=new Map,oe="",se="",ge=null,Te,qe,j,ee,Ee=null,te=null,le=null;function ke(){let pe=S("div","persona-event-toolbar persona-relative persona-flex persona-flex-col persona-flex-shrink-0"),N=S("div","persona-flex persona-items-center persona-gap-2 persona-px-4 persona-py-3 persona-pb-0 persona-border-persona-divider persona-bg-persona-surface persona-overflow-hidden");if(Ka(N,T==null?void 0:T.headerBar),s){te=S("div","persona-relative persona-flex persona-items-center persona-gap-1.5 persona-whitespace-nowrap"),te.style.cursor="help",Ee=S("span","persona-text-[11px] persona-font-mono persona-bg-persona-container persona-text-persona-muted persona-px-2 persona-py-0.5 persona-rounded persona-border persona-border-persona-border persona-tabular-nums"),Ee.textContent="-- tok/s",le=S("div","persona-absolute persona-z-50 persona-whitespace-nowrap persona-rounded persona-border persona-border-persona-border persona-bg-persona-container persona-text-persona-primary persona-text-[11px] persona-font-mono persona-px-2 persona-py-1 persona-shadow"),le.style.display="none",le.style.pointerEvents="none";let Ft=te,tr=le,Ao=()=>{if(!tr.textContent)return;let io=Ft.getBoundingClientRect(),lo=pe.getBoundingClientRect();tr.style.left=`${io.left-lo.left}px`,tr.style.top=`${io.bottom-lo.top+4}px`,tr.style.display="block"},Uo=()=>{tr.style.display="none"};te.addEventListener("mouseenter",Ao),te.addEventListener("mouseleave",Uo),te.appendChild(Ee)}let ye=S("div","persona-flex-1");Te=S("select","persona-text-xs persona-bg-persona-surface persona-border persona-border-persona-border persona-rounded persona-px-2.5 persona-py-1 persona-text-persona-primary persona-cursor-pointer");let ae=S("option","");ae.value="",ae.textContent="All events (0)",Te.appendChild(ae),qe=S("button","persona-inline-flex persona-items-center persona-gap-1.5 persona-rounded persona-text-xs persona-text-persona-muted hover:persona-bg-persona-container hover:persona-text-persona-primary persona-cursor-pointer persona-border persona-border-persona-border persona-bg-persona-surface persona-flex-shrink-0 persona-px-2.5 persona-py-1"),qe.type="button",qe.title="Copy All";let Ke=he("clipboard-copy","12px","currentColor",1.5);Ke&&qe.appendChild(Ke);let Lt=S("span","persona-event-copy-all persona-text-xs");Lt.textContent="Copy All",qe.appendChild(Lt),te&&N.appendChild(te),N.appendChild(ye),N.appendChild(Te),N.appendChild(qe);let Et=S("div","persona-relative persona-px-4 persona-py-2.5 persona-border-b persona-border-persona-divider persona-bg-persona-surface");Ka(Et,T==null?void 0:T.searchBar);let bt=he("search","14px","var(--persona-muted, #9ca3af)",1.5),It=S("span","persona-absolute persona-left-6 persona-top-1/2 persona--translate-y-1/2 persona-pointer-events-none persona-flex persona-items-center");bt&&It.appendChild(bt),j=S("input","persona-text-sm persona-bg-persona-surface persona-border persona-border-persona-border persona-rounded-md persona-pl-8 persona-pr-3 persona-py-1 persona-w-full persona-text-persona-primary"),Ka(j,T==null?void 0:T.searchInput),j.type="text",j.placeholder="Search event payloads...",ee=S("button","persona-absolute persona-right-5 persona-top-1/2 persona--translate-y-1/2 persona-text-persona-muted hover:persona-text-persona-primary persona-cursor-pointer persona-border-none persona-bg-transparent persona-p-0 persona-leading-none"),ee.type="button",ee.style.display="none";let Qt=he("x","12px","currentColor",2);return Qt&&ee.appendChild(Qt),Et.appendChild(It),Et.appendChild(j),Et.appendChild(ee),pe.appendChild(N),pe.appendChild(Et),le&&pe.appendChild(le),pe}let nt,yt=a.find(pe=>pe.renderEventStreamToolbar);if(yt!=null&&yt.renderEventStreamToolbar&&n){let pe=yt.renderEventStreamToolbar({config:n,defaultRenderer:()=>ke(),eventCount:t.getSize(),filteredCount:0,onFilterChange:N=>{v=N,xe(),Ct()},onSearchChange:N=>{M=N,xe(),Ct()}});nt=pe!=null?pe:ke()}else nt=ke();let Kt=S("div","persona-text-xs persona-text-persona-muted persona-text-center persona-py-0.5 persona-px-4 persona-bg-persona-container persona-border-b persona-border-persona-divider persona-italic persona-flex-shrink-0");Kt.style.display="none";function jt(){if(!s||!Ee||!te)return;let pe=s(),N=y0(pe);Ee.textContent=N;let ye=b0(pe);le&&(le.textContent=ye,ye||(le.style.display="none")),te.setAttribute("aria-label",ye?`Throughput: ${N}, ${ye}`:`Throughput: ${N}`)}let ct=S("div","persona-flex-1 persona-min-h-0 persona-relative"),fe=S("div","persona-event-stream-list persona-overflow-y-auto persona-min-h-0");fe.style.height="100%";let X=S("div","persona-scroll-to-bottom-indicator persona-absolute persona-bottom-3 persona-left-1/2 persona-transform persona--translate-x-1/2 persona-cursor-pointer persona-z-10 persona-text-xs");Ka(X,T==null?void 0:T.scrollIndicator),X.style.display="none",X.setAttribute("data-persona-scroll-to-bottom-has-label",p?"true":"false");let st=he(d,"14px","currentColor",2);st&&X.appendChild(st);let je=S("span","");je.textContent=p,X.appendChild(je);let Ce=S("div","persona-flex persona-items-center persona-justify-center persona-h-full persona-text-sm persona-text-persona-muted");Ce.style.display="none",ct.appendChild(fe),ct.appendChild(Ce),ct.appendChild(X),y.setAttribute("tabindex","0"),y.appendChild(nt),y.appendChild(Kt),y.appendChild(ct);function ve(){let pe=t.getAll(),N={};for(let Et of pe)N[Et.type]=(N[Et.type]||0)+1;let ye=Object.keys(N).sort(),ae=ye.length!==I.length||!ye.every((Et,bt)=>Et===I[bt]),mt=!ae&&ye.some(Et=>N[Et]!==P[Et]),Ke=pe.length!==Object.values(P).reduce((Et,bt)=>Et+bt,0);if(!ae&&!mt&&!Ke||(I=ye,P=N,!Te))return;let Lt=Te.value;if(Te.options[0].textContent=`All events (${pe.length})`,ae){for(;Te.options.length>1;)Te.remove(1);for(let Et of ye){let bt=S("option","");bt.value=Et,bt.textContent=`${Et} (${N[Et]||0})`,Te.appendChild(bt)}Lt&&ye.includes(Lt)?Te.value=Lt:Lt&&(Te.value="",v="")}else for(let Et=1;Et<Te.options.length;Et++){let bt=Te.options[Et];bt.textContent=`${bt.value} (${N[bt.value]||0})`}}function Ye(){let pe=t.getAll();if(v&&(pe=pe.filter(N=>N.type===v)),M){let N=M.toLowerCase();pe=pe.filter(ye=>ye.type.toLowerCase().includes(N)||ye.payload.toLowerCase().includes(N))}return pe}function Vt(){return v!==""||M!==""}function xe(){B=0,Q=0,O.resume(),X.style.display="none"}function de(pe){ie.has(pe)?ie.delete(pe):ie.add(pe),ge=pe;let N=fe.scrollTop,ye=O.isFollowing();Le=!0,O.pause(),Ct(),fe.scrollTop=N,ye&&O.resume(),Le=!1}function Cr(){return Wn(fe,50)}function Ct(){me=Date.now(),ue=!1,jt(),ve();let pe=t.getEvictedCount();pe>0?(Kt.textContent=`${pe.toLocaleString()} older events truncated`,Kt.style.display=""):Kt.style.display="none",w=Ye();let N=w.length,ye=t.getSize()>0;N===0&&ye&&Vt()?(Ce.textContent=M?`No events matching '${M}'`:"No events matching filter",Ce.style.display="",fe.style.display="none"):(Ce.style.display="none",fe.style.display=""),qe&&(qe.title=Vt()?`Copy Filtered (${N})`:"Copy All"),c&&!O.isFollowing()&&N>B&&(Q+=N-B,je.textContent=p?`${p}${Q>0?` (${Q})`:""}`:"",X.style.display=""),B=N;let ae=t.getAll(),mt=ae.length>0?ae[0].timestamp:0,Ke=new Set(w.map(bt=>bt.id));for(let bt of ie)Ke.has(bt)||ie.delete(bt);let Lt=v!==oe||M!==se,Et=Me.size===0&&w.length>0;if(Lt||Et||w.length===0){fe.innerHTML="",Me.clear();let bt=document.createDocumentFragment();for(let It=0;It<w.length;It++){let Qt=bp(w[It],It,mt,u,ie,de,a,n);Me.set(w[It].id,Qt),bt.appendChild(Qt)}fe.appendChild(bt),oe=v,se=M,ge=null}else{if(ge!==null){let It=Me.get(ge);if(It&&It.parentNode===fe){let Qt=w.findIndex(Ft=>Ft.id===ge);if(Qt>=0){let Ft=bp(w[Qt],Qt,mt,u,ie,de,a,n);fe.insertBefore(Ft,It),It.remove(),Me.set(ge,Ft)}}ge=null}let bt=new Set(w.map(It=>It.id));for(let[It,Qt]of Me)bt.has(It)||(Qt.remove(),Me.delete(It));for(let It=0;It<w.length;It++){let Qt=w[It];if(!Me.has(Qt.id)){let Ft=bp(Qt,It,mt,u,ie,de,a,n);Me.set(Qt.id,Ft),fe.appendChild(Ft)}}}O.isFollowing()&&(fe.scrollTop=fe.scrollHeight)}function xr(){if(Date.now()-me>=p0){Z!==null&&(cancelAnimationFrame(Z),Z=null),Ct();return}ue||(ue=!0,Z=requestAnimationFrame(()=>{Z=null,Ct()}))}let Co=(pe,N)=>{if(!qe)return;qe.innerHTML="";let ye=he(pe,"12px","currentColor",1.5);ye&&qe.appendChild(ye);let ae=S("span","persona-text-xs");ae.textContent="Copy All",qe.appendChild(ae),setTimeout(()=>{qe.innerHTML="";let mt=he("clipboard-copy","12px","currentColor",1.5);mt&&qe.appendChild(mt);let Ke=S("span","persona-text-xs");Ke.textContent="Copy All",qe.appendChild(Ke),qe.disabled=!1},N)},So=async()=>{if(qe){qe.disabled=!0;try{let pe;Vt()?pe=w:r?(pe=await r(),pe.length===0&&(pe=t.getAll())):pe=t.getAll();let N=pe.map(ye=>{try{return JSON.parse(ye.payload)}catch{return ye.payload}});await navigator.clipboard.writeText(JSON.stringify(N,null,2)),Co("check",1500)}catch{Co("x",1500)}}},Ve=()=>{Te&&(v=Te.value,xe(),Ct())},W=()=>{!j||!ee||(ee.style.display=j.value?"":"none",H&&clearTimeout(H),H=setTimeout(()=>{M=j.value,xe(),Ct()},150))},ce=()=>{!j||!ee||(j.value="",M="",ee.style.display="none",H&&clearTimeout(H),xe(),Ct())},Se=()=>{if(Le)return;let pe=fe.scrollTop,{action:N,nextLastScrollTop:ye}=Ui({following:O.isFollowing(),currentScrollTop:pe,lastScrollTop:We,nearBottom:Cr(),userScrollThreshold:1,resumeRequiresDownwardScroll:!0});We=ye,N==="resume"?(O.resume(),Q=0,X.style.display="none"):N==="pause"&&(O.pause(),c&&(je.textContent=p,X.style.display=""))},Ae=pe=>{let N=qi({following:O.isFollowing(),deltaY:pe.deltaY,nearBottom:Cr(),resumeWhenNearBottom:!0});N==="pause"?(O.pause(),c&&(je.textContent=p,X.style.display="")):N==="resume"&&(O.resume(),Q=0,X.style.display="none")},Ie=()=>{c&&(fe.scrollTop=fe.scrollHeight,O.resume(),Q=0,X.style.display="none")},et=pe=>{let N=pe.target;if(!N||N.closest("button"))return;let ye=N.closest("[data-event-id]");if(!ye)return;let ae=ye.getAttribute("data-event-id");ae&&de(ae)},Qe=pe=>{if((pe.metaKey||pe.ctrlKey)&&pe.key==="f"){pe.preventDefault(),j==null||j.focus(),j==null||j.select();return}pe.key==="Escape"&&(j&&document.activeElement===j?(ce(),j.blur(),y.focus()):o&&o())};qe&&qe.addEventListener("click",So),Te&&Te.addEventListener("change",Ve),j&&j.addEventListener("input",W),ee&&ee.addEventListener("click",ce),fe.addEventListener("scroll",Se),fe.addEventListener("wheel",Ae,{passive:!0}),fe.addEventListener("click",et),X.addEventListener("click",Ie),y.addEventListener("keydown",Qe);function gt(){H&&clearTimeout(H),Z!==null&&(cancelAnimationFrame(Z),Z=null),ue=!1,Me.clear(),qe&&qe.removeEventListener("click",So),Te&&Te.removeEventListener("change",Ve),j&&j.removeEventListener("input",W),ee&&ee.removeEventListener("click",ce),fe.removeEventListener("scroll",Se),fe.removeEventListener("wheel",Ae),fe.removeEventListener("click",et),X.removeEventListener("click",Ie),y.removeEventListener("keydown",Qe)}return{element:y,update:xr,destroy:gt}}}function vx(e,t){let r=typeof e.title=="string"&&e.title?e.title:"Untitled artifact",o=typeof e.artifactId=="string"?e.artifactId:"",n=e.status==="streaming"?"streaming":"complete",s=(typeof e.artifactType=="string"?e.artifactType:"markdown")==="component"?"Component":"Document",i=document.createElement("div");i.className="persona-flex persona-w-full persona-max-w-full persona-items-center persona-gap-3 persona-rounded-xl persona-px-4 persona-py-3",i.style.border="1px solid var(--persona-border, #e5e7eb)",i.style.backgroundColor="var(--persona-surface, #ffffff)",i.style.cursor="pointer",i.tabIndex=0,i.setAttribute("role","button"),i.setAttribute("aria-label",`Open ${r} in artifact panel`),o&&i.setAttribute("data-open-artifact",o);let c=document.createElement("div");c.className="persona-flex persona-h-10 persona-w-10 persona-flex-shrink-0 persona-items-center persona-justify-center persona-rounded-lg",c.style.border="1px solid var(--persona-border, #e5e7eb)",c.style.color="var(--persona-muted, #9ca3af)",c.innerHTML='<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="1.75" stroke-linecap="round" stroke-linejoin="round" aria-hidden="true"><path d="M14.5 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V7.5L14.5 2z"/><polyline points="14 2 14 8 20 8"/></svg>';let d=document.createElement("div");d.className="persona-min-w-0 persona-flex-1 persona-flex persona-flex-col persona-gap-0.5";let p=document.createElement("div");p.className="persona-truncate persona-text-sm persona-font-medium",p.style.color="var(--persona-text, #1f2937)",p.textContent=r;let u=document.createElement("div");if(u.className="persona-text-xs persona-flex persona-items-center persona-gap-1.5",u.style.color="var(--persona-muted, #9ca3af)",n==="streaming"){let g=document.createElement("span");g.className="persona-inline-block persona-w-1.5 persona-h-1.5 persona-rounded-full",g.style.backgroundColor="var(--persona-primary, #171717)",g.style.animation="persona-pulse 1.5s ease-in-out infinite",u.appendChild(g);let f=document.createElement("span");f.textContent=`Generating ${s.toLowerCase()}...`,u.appendChild(f)}else u.textContent=s;if(d.append(p,u),i.append(c,d),n==="complete"){let g=document.createElement("button");g.type="button",g.textContent="Download",g.title=`Download ${r}`,g.className="persona-flex-shrink-0 persona-rounded-md persona-px-3 persona-py-1.5 persona-text-xs persona-font-medium",g.style.border="1px solid var(--persona-border, #e5e7eb)",g.style.color="var(--persona-text, #1f2937)",g.style.backgroundColor="transparent",g.style.cursor="pointer",g.setAttribute("data-download-artifact",o),i.append(g)}return i}var wx=(e,t)=>{var o,n,a;let r=(a=(n=(o=t==null?void 0:t.config)==null?void 0:o.features)==null?void 0:n.artifacts)==null?void 0:a.renderCard;if(r){let s=typeof e.title=="string"&&e.title?e.title:"Untitled artifact",i=typeof e.artifactId=="string"?e.artifactId:"",c=e.status==="streaming"?"streaming":"complete",d=typeof e.artifactType=="string"?e.artifactType:"markdown",p=r({artifact:{artifactId:i,title:s,artifactType:d,status:c},config:t.config,defaultRenderer:()=>vx(e,t)});if(p)return p}return vx(e,t)};var vp=class{constructor(){this.components=new Map}register(t,r){this.components.has(t)&&console.warn(`[ComponentRegistry] Component "${t}" is already registered. Overwriting.`),this.components.set(t,r)}unregister(t){this.components.delete(t)}get(t){return this.components.get(t)}has(t){return this.components.has(t)}getAllNames(){return Array.from(this.components.keys())}clear(){this.components.clear()}registerAll(t){Object.entries(t).forEach(([r,o])=>{this.register(r,o)})}},rn=new vp;rn.register("PersonaArtifactCard",wx);function w0(e){var n;let t=S("div","persona-rounded-lg persona-border persona-border-persona-border persona-p-3 persona-text-persona-primary"),r=S("div","persona-font-semibold persona-text-sm persona-mb-2");r.textContent=e.component?`Component: ${e.component}`:"Component";let o=S("pre","persona-font-mono persona-text-xs persona-whitespace-pre-wrap persona-overflow-x-auto");return o.textContent=JSON.stringify((n=e.props)!=null?n:{},null,2),t.appendChild(r),t.appendChild(o),t}function Cx(e,t){var qe,j,ee,Ee;let r=(j=(qe=e.features)==null?void 0:qe.artifacts)==null?void 0:j.layout,n=((ee=r==null?void 0:r.toolbarPreset)!=null?ee:"default")==="document",a=(Ee=r==null?void 0:r.panePadding)==null?void 0:Ee.trim(),s=e.markdown?oa(e.markdown):null,i=Ra(e.sanitize),c=te=>{let le=s?s(te):Fo(te);return i?i(le):le},d=typeof document!="undefined"?S("div","persona-artifact-backdrop persona-fixed persona-inset-0 persona-z-[55] persona-bg-black/30 persona-hidden md:persona-hidden"):null,p=()=>{d==null||d.classList.add("persona-hidden"),u.classList.remove("persona-artifact-drawer-open"),B==null||B.hide()};d&&d.addEventListener("click",()=>{var te;p(),(te=t.onDismiss)==null||te.call(t)});let u=S("aside","persona-artifact-pane persona-flex persona-flex-col persona-min-h-0 persona-min-w-0 persona-bg-persona-surface persona-text-persona-primary persona-border-l persona-border-persona-border");u.setAttribute("data-persona-theme-zone","artifact-pane"),n&&u.classList.add("persona-artifact-pane-document");let g=S("div","persona-artifact-toolbar persona-flex persona-items-center persona-justify-between persona-gap-2 persona-px-2 persona-py-2 persona-border-b persona-border-persona-border persona-shrink-0");g.setAttribute("data-persona-theme-zone","artifact-toolbar"),n&&g.classList.add("persona-artifact-toolbar-document");let f=S("span","persona-text-xs persona-font-medium persona-truncate");f.textContent="Artifacts";let h=S("button","persona-rounded-md persona-border persona-border-persona-border persona-px-2 persona-py-1 persona-text-xs persona-bg-persona-surface");h.type="button",h.textContent="Close",h.setAttribute("aria-label","Close artifacts panel"),h.addEventListener("click",()=>{var te;p(),(te=t.onDismiss)==null||te.call(t)});let b="rendered",k=S("div","persona-flex persona-items-center persona-gap-1 persona-shrink-0 persona-artifact-toggle-group"),E=n?pr({icon:"eye",label:"Rendered view",className:"persona-artifact-doc-icon-btn persona-artifact-view-btn"}):pr({icon:"eye",label:"Rendered view"}),A=n?pr({icon:"code-2",label:"Source",className:"persona-artifact-doc-icon-btn persona-artifact-code-btn"}):pr({icon:"code-2",label:"Source"}),T=S("div","persona-flex persona-items-center persona-gap-1 persona-shrink-0"),y=(r==null?void 0:r.documentToolbarShowCopyLabel)===!0,w=(r==null?void 0:r.documentToolbarShowCopyChevron)===!0,v=r==null?void 0:r.documentToolbarCopyMenuItems,M=!!(w&&v&&v.length>0),H=null,I,P=null,B=null;if(n&&(y||w)&&!M){if(I=y?Ds({icon:"copy",label:"Copy",iconSize:14,className:"persona-artifact-doc-copy-btn"}):pr({icon:"copy",label:"Copy",className:"persona-artifact-doc-copy-btn"}),w){let te=he("chevron-down",14,"currentColor",2);te&&I.appendChild(te)}}else n&&M?(H=S("div","persona-relative persona-inline-flex persona-items-center persona-gap-0 persona-rounded-md"),I=y?Ds({icon:"copy",label:"Copy",iconSize:14,className:"persona-artifact-doc-copy-btn"}):pr({icon:"copy",label:"Copy",className:"persona-artifact-doc-copy-btn"}),P=pr({icon:"chevron-down",label:"More copy options",size:14,className:"persona-artifact-doc-copy-menu-chevron persona-artifact-doc-icon-btn",aria:{"aria-haspopup":"true","aria-expanded":"false"}}),H.append(I,P)):n?I=pr({icon:"copy",label:"Copy",className:"persona-artifact-doc-icon-btn"}):I=pr({icon:"copy",label:"Copy"});let O=n?pr({icon:"refresh-cw",label:"Refresh",className:"persona-artifact-doc-icon-btn"}):pr({icon:"refresh-cw",label:"Refresh"}),Q=n?pr({icon:"x",label:"Close",className:"persona-artifact-doc-icon-btn"}):pr({icon:"x",label:"Close"}),me=()=>{var yt,Kt,jt;let te=(yt=Me.find(ct=>ct.id===oe))!=null?yt:Me[Me.length-1],le=(Kt=te==null?void 0:te.id)!=null?Kt:null,ke=(te==null?void 0:te.artifactType)==="markdown"&&(jt=te.markdown)!=null?jt:"",nt=te?JSON.stringify({component:te.component,props:te.props},null,2):"";return{markdown:ke,jsonPayload:nt,id:le}},ue=async()=>{var yt;let{markdown:te,jsonPayload:le}=me(),ke=(yt=Me.find(Kt=>Kt.id===oe))!=null?yt:Me[Me.length-1],nt=(ke==null?void 0:ke.artifactType)==="markdown"?te:ke?le:"";try{await navigator.clipboard.writeText(nt)}catch{}};if(I.addEventListener("click",async()=>{let te=r==null?void 0:r.onDocumentToolbarCopyMenuSelect;if(te&&M){let{markdown:le,jsonPayload:ke,id:nt}=me();try{await te({actionId:"primary",artifactId:nt,markdown:le,jsonPayload:ke})}catch{}return}await ue()}),P&&(v!=null&&v.length)){let te=()=>{var ke;return(ke=u.closest("[data-persona-root]"))!=null?ke:document.body},le=()=>{B=Nn({items:v.map(ke=>({id:ke.id,label:ke.label})),onSelect:async ke=>{let{markdown:nt,jsonPayload:yt,id:Kt}=me(),jt=r==null?void 0:r.onDocumentToolbarCopyMenuSelect;try{jt?await jt({actionId:ke,artifactId:Kt,markdown:nt,jsonPayload:yt}):ke==="markdown"||ke==="md"?await navigator.clipboard.writeText(nt):ke==="json"||ke==="source"?await navigator.clipboard.writeText(yt):await navigator.clipboard.writeText(nt||yt)}catch{}},anchor:H!=null?H:P,position:"bottom-right",portal:te()})};u.isConnected?le():requestAnimationFrame(le),P.addEventListener("click",ke=>{ke.stopPropagation(),B==null||B.toggle()})}O.addEventListener("click",async()=>{var te;try{await((te=r==null?void 0:r.onDocumentToolbarRefresh)==null?void 0:te.call(r))}catch{}ge()}),Q.addEventListener("click",()=>{var te;p(),(te=t.onDismiss)==null||te.call(t)});let Z=()=>{n&&(E.setAttribute("aria-pressed",b==="rendered"?"true":"false"),A.setAttribute("aria-pressed",b==="source"?"true":"false"))};E.addEventListener("click",()=>{b="rendered",Z(),ge()}),A.addEventListener("click",()=>{b="source",Z(),ge()});let Le=S("span","persona-min-w-0 persona-flex-1 persona-text-xs persona-font-medium persona-text-persona-primary persona-truncate persona-text-center md:persona-text-left");n?(g.replaceChildren(),k.append(E,A),H?T.append(H,O,Q):T.append(I,O,Q),g.append(k,Le,T),Z()):(g.appendChild(f),g.appendChild(h)),a&&(g.style.paddingLeft=a,g.style.paddingRight=a);let We=S("div","persona-artifact-list persona-shrink-0 persona-flex persona-gap-1 persona-overflow-x-auto persona-p-2 persona-border-b persona-border-persona-border"),ie=S("div","persona-artifact-content persona-flex-1 persona-min-h-0 persona-overflow-y-auto persona-p-3");a&&(We.style.paddingLeft=a,We.style.paddingRight=a,ie.style.padding=a),u.appendChild(g),u.appendChild(We),u.appendChild(ie);let Me=[],oe=null,se=!1,ge=()=>{var nt,yt,Kt,jt;let te=n&&Me.length<=1;We.classList.toggle("persona-hidden",te),We.replaceChildren();for(let ct of Me){let fe=S("button","persona-artifact-tab persona-shrink-0 persona-rounded-lg persona-px-2 persona-py-1 persona-text-xs persona-border persona-border-transparent persona-text-persona-primary");fe.type="button",fe.textContent=ct.title||ct.id.slice(0,8),ct.id===oe&&fe.classList.add("persona-bg-persona-container","persona-border-persona-border"),fe.addEventListener("click",()=>t.onSelect(ct.id)),We.appendChild(fe)}ie.replaceChildren();let le=oe&&Me.find(ct=>ct.id===oe)||Me[Me.length-1];if(!le)return;if(n){let ct=le.artifactType==="markdown"?"MD":(nt=le.component)!=null?nt:"Component",X=(le.title||"Document").trim().replace(/\s*·\s*MD\s*$/i,"").trim()||"Document";Le.textContent=`${X} \xB7 ${ct}`}else f.textContent="Artifacts";if(le.artifactType==="markdown"){if(n&&b==="source"){let fe=S("pre","persona-font-mono persona-text-xs persona-whitespace-pre-wrap persona-break-words persona-text-persona-primary");fe.textContent=(yt=le.markdown)!=null?yt:"",ie.appendChild(fe);return}let ct=S("div","persona-text-sm persona-leading-relaxed persona-markdown-bubble");ct.innerHTML=c((Kt=le.markdown)!=null?Kt:""),ie.appendChild(ct);return}let ke=le.component?rn.get(le.component):void 0;if(ke){let fe={message:{id:le.id,role:"assistant",content:"",createdAt:new Date().toISOString()},config:e,updateProps:()=>{}};try{let X=ke((jt=le.props)!=null?jt:{},fe);if(X){ie.appendChild(X);return}}catch{}}ie.appendChild(w0(le))},Te=()=>{var le;let te=Me.length>0;if(u.classList.toggle("persona-hidden",!te),d){let ke=typeof u.closest=="function"?u.closest("[data-persona-root]"):null,yt=((le=ke==null?void 0:ke.classList.contains("persona-artifact-narrow-host"))!=null?le:!1)||typeof window!="undefined"&&window.matchMedia("(max-width: 640px)").matches;te&&yt&&se?(d.classList.remove("persona-hidden"),u.classList.add("persona-artifact-drawer-open")):(d.classList.add("persona-hidden"),u.classList.remove("persona-artifact-drawer-open"))}};return{element:u,backdrop:d,update(te){var le,ke,nt;Me=te.artifacts,oe=(nt=(ke=te.selectedId)!=null?ke:(le=te.artifacts[te.artifacts.length-1])==null?void 0:le.id)!=null?nt:null,Me.length>0&&(se=!0),ge(),Te()},setMobileOpen(te){se=te,!te&&d?(d.classList.add("persona-hidden"),u.classList.remove("persona-artifact-drawer-open")):Te()}}}function so(e){var t,r;return((r=(t=e==null?void 0:e.features)==null?void 0:t.artifacts)==null?void 0:r.enabled)===!0}function Sx(e,t){var a,s,i,c;if(e.classList.remove("persona-artifact-border-full","persona-artifact-border-left"),e.style.removeProperty("--persona-artifact-pane-border"),e.style.removeProperty("--persona-artifact-pane-border-left"),!so(t))return;let r=(s=(a=t.features)==null?void 0:a.artifacts)==null?void 0:s.layout,o=(i=r==null?void 0:r.paneBorder)==null?void 0:i.trim(),n=(c=r==null?void 0:r.paneBorderLeft)==null?void 0:c.trim();o?(e.classList.add("persona-artifact-border-full"),e.style.setProperty("--persona-artifact-pane-border",o)):n&&(e.classList.add("persona-artifact-border-left"),e.style.setProperty("--persona-artifact-pane-border-left",n))}function C0(e){e.style.removeProperty("--persona-artifact-doc-toolbar-icon-color"),e.style.removeProperty("--persona-artifact-doc-toggle-active-bg"),e.style.removeProperty("--persona-artifact-doc-toggle-active-border")}function sl(e,t){var c,d,p,u,g,f,h,b,k,E;if(!so(t)){e.style.removeProperty("--persona-artifact-split-gap"),e.style.removeProperty("--persona-artifact-pane-width"),e.style.removeProperty("--persona-artifact-pane-max-width"),e.style.removeProperty("--persona-artifact-pane-min-width"),e.style.removeProperty("--persona-artifact-pane-bg"),e.style.removeProperty("--persona-artifact-pane-padding"),C0(e),Sx(e,t);return}let r=(d=(c=t.features)==null?void 0:c.artifacts)==null?void 0:d.layout;e.style.setProperty("--persona-artifact-split-gap",(p=r==null?void 0:r.splitGap)!=null?p:"0.5rem"),e.style.setProperty("--persona-artifact-pane-width",(u=r==null?void 0:r.paneWidth)!=null?u:"40%"),e.style.setProperty("--persona-artifact-pane-max-width",(g=r==null?void 0:r.paneMaxWidth)!=null?g:"28rem"),r!=null&&r.paneMinWidth?e.style.setProperty("--persona-artifact-pane-min-width",r.paneMinWidth):e.style.removeProperty("--persona-artifact-pane-min-width");let o=(f=r==null?void 0:r.paneBackground)==null?void 0:f.trim();o?e.style.setProperty("--persona-artifact-pane-bg",o):e.style.removeProperty("--persona-artifact-pane-bg");let n=(h=r==null?void 0:r.panePadding)==null?void 0:h.trim();n?e.style.setProperty("--persona-artifact-pane-padding",n):e.style.removeProperty("--persona-artifact-pane-padding");let a=(b=r==null?void 0:r.documentToolbarIconColor)==null?void 0:b.trim();a?e.style.setProperty("--persona-artifact-doc-toolbar-icon-color",a):e.style.removeProperty("--persona-artifact-doc-toolbar-icon-color");let s=(k=r==null?void 0:r.documentToolbarToggleActiveBackground)==null?void 0:k.trim();s?e.style.setProperty("--persona-artifact-doc-toggle-active-bg",s):e.style.removeProperty("--persona-artifact-doc-toggle-active-bg");let i=(E=r==null?void 0:r.documentToolbarToggleActiveBorderColor)==null?void 0:E.trim();i?e.style.setProperty("--persona-artifact-doc-toggle-active-border",i):e.style.removeProperty("--persona-artifact-doc-toggle-active-border"),Sx(e,t)}var Ax=["panel","seamless"];function il(e,t){var i,c,d,p,u,g;for(let f of Ax)e.classList.remove(`persona-artifact-appearance-${f}`);if(e.classList.remove("persona-artifact-unified-split"),e.style.removeProperty("--persona-artifact-pane-radius"),e.style.removeProperty("--persona-artifact-pane-shadow"),e.style.removeProperty("--persona-artifact-unified-outer-radius"),!so(t))return;let r=(c=(i=t.features)==null?void 0:i.artifacts)==null?void 0:c.layout,o=(d=r==null?void 0:r.paneAppearance)!=null?d:"panel",n=Ax.includes(o)?o:"panel";e.classList.add(`persona-artifact-appearance-${n}`);let a=(p=r==null?void 0:r.paneBorderRadius)==null?void 0:p.trim();a&&e.style.setProperty("--persona-artifact-pane-radius",a);let s=(u=r==null?void 0:r.paneShadow)==null?void 0:u.trim();if(s&&e.style.setProperty("--persona-artifact-pane-shadow",s),(r==null?void 0:r.unifiedSplitChrome)===!0){e.classList.add("persona-artifact-unified-split");let f=((g=r.unifiedSplitOuterRadius)==null?void 0:g.trim())||a;f&&e.style.setProperty("--persona-artifact-unified-outer-radius",f)}}function Mx(e,t){var r,o,n;return!t||!so(e)?!1:((n=(o=(r=e.features)==null?void 0:r.artifacts)==null?void 0:o.layout)==null?void 0:n.expandLauncherPanelWhenOpen)!==!1}function S0(e,t){if(!(e!=null&&e.trim()))return t;let r=/^(\d+(?:\.\d+)?)px\s*$/i.exec(e.trim());return r?Math.max(0,Number(r[1])):t}function A0(e){if(!(e!=null&&e.trim()))return null;let t=/^(\d+(?:\.\d+)?)px\s*$/i.exec(e.trim());return t?Math.max(0,Number(t[1])):null}function M0(e,t,r){return r<t?t:Math.min(r,Math.max(t,e))}function T0(e,t,r,o){let n=e-o-2*t-r;return Math.max(0,n)}function Tx(e,t){var s;let o=(s=(t.getComputedStyle(e).gap||"0px").trim().split(/\s+/)[0])!=null?s:"0px",n=/^([\d.]+)px$/i.exec(o);if(n)return Number(n[1]);let a=/^([\d.]+)/.exec(o);return a?Number(a[1]):8}function Ex(e,t,r,o,n,a){let s=S0(n,200),i=T0(t,r,o,200);i=Math.max(s,i);let c=A0(a);return c!==null&&(i=Math.min(i,c)),M0(e,s,i)}var kx={init:{title:"Schedule a Demo",description:"Share the basics and we'll follow up with a confirmation.",fields:[{name:"name",label:"Full name",placeholder:"Jane Doe",required:!0},{name:"email",label:"Work email",placeholder:"jane@example.com",type:"email",required:!0},{name:"notes",label:"What would you like to cover?",type:"textarea"}],submitLabel:"Submit details"},followup:{title:"Additional Information",description:"Provide any extra details to tailor the next steps.",fields:[{name:"company",label:"Company",placeholder:"Acme Inc."},{name:"context",label:"Context",type:"textarea",placeholder:"Share more about your use case"}],submitLabel:"Send"}},wp=(e,t,r,o)=>{let n=e.querySelectorAll("[data-tv-form]");n.length&&n.forEach(a=>{var h,b,k;if(a.dataset.enhanced==="true")return;let s=(h=a.dataset.tvForm)!=null?h:"init";a.dataset.enhanced="true";let i=(b=kx[s])!=null?b:kx.init;a.classList.add("persona-form-card","persona-space-y-4");let c=S("div","persona-space-y-1"),d=S("h3","persona-text-base persona-font-semibold persona-text-persona-primary");if(d.textContent=i.title,c.appendChild(d),i.description){let E=S("p","persona-text-sm persona-text-persona-muted");E.textContent=i.description,c.appendChild(E)}let p=document.createElement("form");p.className="persona-form-grid persona-space-y-3",i.fields.forEach(E=>{var v,M;let A=S("label","persona-form-field persona-flex persona-flex-col persona-gap-1");A.htmlFor=`${t.id}-${s}-${E.name}`;let T=S("span","persona-text-xs persona-font-medium persona-text-persona-muted");T.textContent=E.label,A.appendChild(T);let y=(v=E.type)!=null?v:"text",w;y==="textarea"?(w=document.createElement("textarea"),w.rows=3):(w=document.createElement("input"),w.type=y),w.className="persona-rounded-xl persona-border persona-border-gray-200 persona-bg-white persona-px-3 persona-py-2 persona-text-sm persona-text-persona-primary focus:persona-outline-none focus:persona-border-persona-primary",w.id=`${t.id}-${s}-${E.name}`,w.name=E.name,w.placeholder=(M=E.placeholder)!=null?M:"",E.required&&(w.required=!0),A.appendChild(w),p.appendChild(A)});let u=S("div","persona-flex persona-items-center persona-justify-between persona-gap-2"),g=S("div","persona-text-xs persona-text-persona-muted persona-min-h-[1.5rem]"),f=S("button","persona-inline-flex persona-items-center persona-rounded-full persona-bg-persona-primary persona-px-4 persona-py-2 persona-text-sm persona-font-semibold persona-text-white disabled:persona-opacity-60 persona-cursor-pointer");f.type="submit",f.textContent=(k=i.submitLabel)!=null?k:"Submit",u.appendChild(g),u.appendChild(f),p.appendChild(u),a.replaceChildren(c,p),p.addEventListener("submit",async E=>{var w,v;E.preventDefault();let A=(w=r.formEndpoint)!=null?w:"/form",T=new FormData(p),y={};T.forEach((M,H)=>{y[H]=M}),y.type=s,f.disabled=!0,g.textContent="Submitting\u2026";try{let M=await fetch(A,{method:"POST",headers:{"Content-Type":"application/json"},body:JSON.stringify(y)});if(!M.ok)throw new Error(`Form submission failed (${M.status})`);let H=await M.json();g.textContent=(v=H.message)!=null?v:"Thanks! We'll be in touch soon.",H.success&&H.nextPrompt&&await o.sendMessage(String(H.nextPrompt))}catch(M){g.textContent=M instanceof Error?M.message:"Something went wrong. Please try again."}finally{f.disabled=!1}})})};var Cp=class{constructor(){this.plugins=new Map}register(t){var r;this.plugins.has(t.id)&&console.warn(`Plugin "${t.id}" is already registered. Overwriting.`),this.plugins.set(t.id,t),(r=t.onRegister)==null||r.call(t)}unregister(t){var o;let r=this.plugins.get(t);r&&((o=r.onUnregister)==null||o.call(r),this.plugins.delete(t))}getAll(){return Array.from(this.plugins.values()).sort((t,r)=>{var o,n;return((o=r.priority)!=null?o:0)-((n=t.priority)!=null?n:0)})}getForInstance(t){let r=this.getAll();if(!t||t.length===0)return r;let o=new Set(t.map(a=>a.id));return[...r.filter(a=>!o.has(a.id)),...t].sort((a,s)=>{var i,c;return((i=s.priority)!=null?i:0)-((c=a.priority)!=null?c:0)})}clear(){this.plugins.forEach(t=>{var r;return(r=t.onUnregister)==null?void 0:r.call(t)}),this.plugins.clear()}},_s=new Cp;var Lx=()=>{let e=new Map,t=(n,a)=>(e.has(n)||e.set(n,new Set),e.get(n).add(a),()=>r(n,a)),r=(n,a)=>{var s;(s=e.get(n))==null||s.delete(a)};return{on:t,off:r,emit:(n,a)=>{var s;(s=e.get(n))==null||s.forEach(i=>{try{i(a)}catch(c){typeof console!="undefined"&&console.error("[AgentWidget] Event handler error:",c)}})}}};var E0=e=>{let t=e.match(/```(?:json)?\s*([\s\S]*?)```/i);return t?t[1]:e},k0=e=>{let t=e.trim(),r=t.indexOf("{");if(r===-1)return null;let o=0;for(let n=r;n<t.length;n+=1){let a=t[n];if(a==="{"&&(o+=1),a==="}"&&(o-=1,o===0))return t.slice(r,n+1)}return null},Us=({text:e})=>{if(!e||!e.includes("{"))return null;try{let t=E0(e),r=k0(t);if(!r)return null;let o=JSON.parse(r);if(!o||typeof o!="object"||!o.action)return null;let{action:n,...a}=o;return{type:String(n),payload:a,raw:o}}catch{return null}},Sp=e=>typeof e=="string"?e:e==null?"":String(e),ha={message:e=>e.type!=="message"?void 0:{handled:!0,displayText:Sp(e.payload.text)},messageAndClick:(e,t)=>{var n;if(e.type!=="message_and_click")return;let r=e.payload,o=Sp(r.element);if(o&&((n=t.document)!=null&&n.querySelector)){let a=t.document.querySelector(o);a?setTimeout(()=>{a.click()},400):typeof console!="undefined"&&console.warn("[AgentWidget] Element not found for selector:",o)}return{handled:!0,displayText:Sp(r.text)}}},Px=e=>Array.isArray(e)?e.map(t=>String(t)):[],qs=e=>{let t=new Set(Px(e.getSessionMetadata().processedActionMessageIds)),r=()=>{t=new Set(Px(e.getSessionMetadata().processedActionMessageIds))},o=()=>{let a=Array.from(t);e.updateSessionMetadata(s=>({...s,processedActionMessageIds:a}))};return{process:a=>{if(a.streaming||a.message.role!=="assistant"||!a.text||t.has(a.message.id))return null;let s=typeof a.raw=="string"&&a.raw||typeof a.message.rawContent=="string"&&a.message.rawContent||typeof a.text=="string"&&a.text||null;!s&&typeof a.text=="string"&&a.text.trim().startsWith("{")&&typeof console!="undefined"&&console.warn("[AgentWidget] Structured response detected but no raw payload was provided. Ensure your stream parser returns { text, raw }.");let i=s?e.parsers.reduce((d,p)=>d||(p==null?void 0:p({text:s,message:a.message}))||null,null):null;if(!i)return null;t.add(a.message.id),o();let c={action:i,message:a.message};e.emit("action:detected",c);for(let d of e.handlers)if(d)try{let p=()=>{e.emit("action:resubmit",c)},u=d(i,{message:a.message,metadata:e.getSessionMetadata(),updateMetadata:e.updateSessionMetadata,document:e.documentRef,triggerResubmit:p});if(!u)continue;if(u.handled){let g=u.persistMessage!==!1;return{text:u.displayText!==void 0?u.displayText:"",persist:g,resubmit:u.resubmit}}}catch(p){typeof console!="undefined"&&console.error("[AgentWidget] Action handler error:",p)}return{text:"",persist:!0}},syncFromMetadata:r}};var L0=e=>{if(!e)return null;try{return JSON.parse(e)}catch(t){return typeof console!="undefined"&&console.error("[AgentWidget] Failed to parse stored state:",t),null}},P0=e=>e.map(t=>({...t,streaming:!1})),R0=e=>e.map(t=>({...t,status:"complete"})),ll=(e="persona-state")=>{let t=()=>typeof window=="undefined"||!window.localStorage?null:window.localStorage;return{load:()=>{let r=t();return r?L0(r.getItem(e)):null},save:r=>{let o=t();if(o)try{let n={...r,messages:r.messages?P0(r.messages):void 0,artifacts:r.artifacts?R0(r.artifacts):void 0};o.setItem(e,JSON.stringify(n))}catch(n){typeof console!="undefined"&&console.error("[AgentWidget] Failed to persist state:",n)}},clear:()=>{let r=t();if(r)try{r.removeItem(e)}catch(o){typeof console!="undefined"&&console.error("[AgentWidget] Failed to clear stored state:",o)}}}};var Xa=La(oi(),1);function I0(e){if(!e||typeof e!="object"||!("component"in e))return!1;let t=e.component;return typeof t=="string"&&t.length>0}function H0(e,t){if(!I0(e))return null;let r=e.props&&typeof e.props=="object"&&e.props!==null?e.props:{};return{component:e.component,props:r,raw:t}}function dl(){let e=null,t=0;return{getExtractedDirective:()=>e,processChunk:r=>{let o=r.trim();if(!o.startsWith("{")&&!o.startsWith("["))return null;if(r.length<=t)return e;try{let n=(0,Xa.parse)(r,Xa.STR|Xa.OBJ),a=H0(n,r);a&&(e=a)}catch{}return t=r.length,e},reset:()=>{e=null,t=0}}}function Rx(e){return typeof e=="object"&&e!==null&&"component"in e&&typeof e.component=="string"&&"props"in e&&typeof e.props=="object"}function cl(e,t){let{config:r,message:o,onPropsUpdate:n}=t,a=rn.get(e.component);if(!a)return console.warn(`[ComponentMiddleware] Component "${e.component}" not found in registry. Falling back to default rendering.`),null;let s={message:o,config:r,updateProps:i=>{n&&n(i)}};try{return a(e.props,s)}catch(i){return console.error(`[ComponentMiddleware] Error rendering component "${e.component}":`,i),null}}function Ix(){let e=dl();return{processChunk:t=>e.processChunk(t),getDirective:()=>e.getExtractedDirective(),reset:()=>{e.reset()}}}function Hx(e){if(typeof e.rawContent=="string"&&e.rawContent.length>0)return e.rawContent;if(typeof e.content=="string"){let t=e.content.trim();if(t.startsWith("{")||t.startsWith("["))return e.content}return null}function pl(e){let t=Hx(e);if(!t)return!1;try{let r=JSON.parse(t);return typeof r=="object"&&r!==null&&"component"in r&&typeof r.component=="string"}catch{return!1}}function ul(e){let t=Hx(e);if(!t)return null;try{let r=JSON.parse(t);if(typeof r=="object"&&r!==null&&"component"in r&&typeof r.component=="string"){let o=r;return{component:o.component,props:o.props&&typeof o.props=="object"&&o.props!==null?o.props:{},raw:t}}}catch{}return null}var W0=["Very dissatisfied","Dissatisfied","Neutral","Satisfied","Very satisfied"];function fl(e){let{onSubmit:t,onDismiss:r,title:o="How satisfied are you?",subtitle:n="Please rate your experience",commentPlaceholder:a="Share your thoughts (optional)...",submitText:s="Submit",skipText:i="Skip",showComment:c=!0,ratingLabels:d=W0}=e,p=document.createElement("div");p.className="persona-feedback-container persona-feedback-csat",p.setAttribute("role","dialog"),p.setAttribute("aria-label","Customer satisfaction feedback");let u=null,g=document.createElement("div");g.className="persona-feedback-content";let f=document.createElement("div");f.className="persona-feedback-header";let h=document.createElement("h3");h.className="persona-feedback-title",h.textContent=o,f.appendChild(h);let b=document.createElement("p");b.className="persona-feedback-subtitle",b.textContent=n,f.appendChild(b),g.appendChild(f);let k=document.createElement("div");k.className="persona-feedback-rating persona-feedback-rating-csat",k.setAttribute("role","radiogroup"),k.setAttribute("aria-label","Satisfaction rating from 1 to 5");let E=[];for(let v=1;v<=5;v++){let M=document.createElement("button");M.type="button",M.className="persona-feedback-rating-btn persona-feedback-star-btn",M.setAttribute("role","radio"),M.setAttribute("aria-checked","false"),M.setAttribute("aria-label",`${v} star${v>1?"s":""}: ${d[v-1]}`),M.title=d[v-1],M.dataset.rating=String(v),M.innerHTML=`
28
+ `,r.addEventListener("click",t);let o=a=>{var k,w,C,S,M,W,I,R,D,O,Q,me,ue;let s=(k=a.launcher)!=null?k:{},i=or(a),c=r.querySelector("[data-role='launcher-title']");if(c){let Z=(w=s.title)!=null?w:"Chat Assistant";c.textContent=Z,c.setAttribute("title",Z)}let d=r.querySelector("[data-role='launcher-subtitle']");if(d){let Z=(C=s.subtitle)!=null?C:"Here to help you get answers fast";d.textContent=Z,d.setAttribute("title",Z)}let p=r.querySelector(".persona-flex-col");p&&(s.textHidden||i?p.style.display="none":p.style.display="");let m=r.querySelector("[data-role='launcher-icon']");if(m)if(s.agentIconHidden)m.style.display="none";else{let Z=(S=s.agentIconSize)!=null?S:"40px";if(m.style.height=Z,m.style.width=Z,s.agentIconBackgroundColor?(m.style.backgroundColor=s.agentIconBackgroundColor,m.classList.remove("persona-bg-persona-primary")):(m.style.backgroundColor="",m.classList.add("persona-bg-persona-primary")),m.innerHTML="",s.agentIconName){let Le=parseFloat(Z)||24,He=he(s.agentIconName,Le*.6,"var(--persona-text-inverse, #ffffff)",2);He?(m.appendChild(He),m.style.display=""):(m.textContent=(M=s.agentIconText)!=null?M:"\u{1F4AC}",m.style.display="")}else s.iconUrl?m.style.display="none":(m.textContent=(W=s.agentIconText)!=null?W:"\u{1F4AC}",m.style.display="")}let g=r.querySelector("[data-role='launcher-image']");if(g){let Z=(I=s.agentIconSize)!=null?I:"40px";g.style.height=Z,g.style.width=Z,s.iconUrl&&!s.agentIconName&&!s.agentIconHidden?(g.src=s.iconUrl,g.style.display="block"):g.style.display="none"}let u=r.querySelector("[data-role='launcher-call-to-action-icon']");if(u){let Z=(R=s.callToActionIconSize)!=null?R:"32px";u.style.height=Z,u.style.width=Z,s.callToActionIconBackgroundColor?(u.style.backgroundColor=s.callToActionIconBackgroundColor,u.classList.remove("persona-bg-persona-primary")):(u.style.backgroundColor="",u.classList.add("persona-bg-persona-primary")),s.callToActionIconColor?(u.style.color=s.callToActionIconColor,u.classList.remove("persona-text-persona-call-to-action")):(u.style.color="",u.classList.add("persona-text-persona-call-to-action"));let Le=0;if(s.callToActionIconPadding?(u.style.boxSizing="border-box",u.style.padding=s.callToActionIconPadding,Le=(parseFloat(s.callToActionIconPadding)||0)*2):(u.style.boxSizing="",u.style.padding=""),s.callToActionIconHidden)u.style.display="none";else if(u.style.display=i?"none":"",u.innerHTML="",s.callToActionIconName){let He=parseFloat(Z)||24,ie=Math.max(He-Le,8),Me=he(s.callToActionIconName,ie,"currentColor",2);Me?u.appendChild(Me):u.textContent=(D=s.callToActionIconText)!=null?D:"\u2197"}else u.textContent=(O=s.callToActionIconText)!=null?O:"\u2197"}let h=s.position&&vo[s.position]?vo[s.position]:vo["bottom-right"],y="persona-fixed persona-flex persona-items-center persona-gap-3 persona-rounded-launcher persona-bg-persona-surface persona-py-2.5 persona-pl-3 persona-pr-3 persona-transition hover:persona-translate-y-[-2px] persona-cursor-pointer",E="persona-relative persona-mt-4 persona-mb-4 persona-mx-auto persona-flex persona-items-center persona-justify-center persona-rounded-launcher persona-bg-persona-surface persona-transition hover:persona-translate-y-[-2px] persona-cursor-pointer";r.className=i?E:`${y} ${h}`,i||(r.style.zIndex=String((Q=s.zIndex)!=null?Q:Sr));let T="1px solid var(--persona-border, #e5e7eb)",A="var(--persona-launcher-shadow, 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -4px rgba(0, 0, 0, 0.1))";r.style.border=(me=s.border)!=null?me:T,r.style.boxShadow=s.shadow!==void 0?s.shadow.trim()===""?"none":s.shadow:A,i?(r.style.width="0",r.style.minWidth="0",r.style.maxWidth="0",r.style.padding="0",r.style.overflow="hidden",r.style.border="none",r.style.boxShadow="none"):(r.style.width="",r.style.minWidth="",r.style.maxWidth=(ue=s.collapsedMaxWidth)!=null?ue:"",r.style.justifyContent="",r.style.padding="",r.style.overflow="")},n=()=>{r.removeEventListener("click",t),r.remove()};return e&&o(e),{element:r,update:o,destroy:n}};var fx=({config:e,showClose:t})=>{let{wrapper:r,panel:o,pillRoot:n}=px(e),a=ux(e,t),s={wrapper:r,panel:o,pillRoot:n},i={container:a.container,body:a.body,messagesWrapper:a.messagesWrapper,composerOverlay:a.composerOverlay,introTitle:a.introTitle,introSubtitle:a.introSubtitle},c={element:a.header,iconHolder:a.iconHolder,headerTitle:a.headerTitle,headerSubtitle:a.headerSubtitle,closeButton:a.closeButton,closeButtonWrapper:a.closeButtonWrapper,clearChatButton:a.clearChatButton,clearChatButtonWrapper:a.clearChatButtonWrapper},d={footer:a.footer,form:a.composerForm,textarea:a.textarea,sendButton:a.sendButton,sendButtonWrapper:a.sendButtonWrapper,micButton:a.micButton,micButtonWrapper:a.micButtonWrapper,statusText:a.statusText,suggestions:a.suggestions,attachmentButton:a.attachmentButton,attachmentButtonWrapper:a.attachmentButtonWrapper,attachmentInput:a.attachmentInput,attachmentPreviewsContainer:a.attachmentPreviewsContainer,actionsRow:a.actionsRow,leftActions:a.leftActions,rightActions:a.rightActions,setSendButtonMode:a.setSendButtonMode,peekBanner:a.peekBanner,peekTextNode:a.peekTextNode};return{shell:s,panelElements:a,transcript:i,header:c,composer:d,replaceHeader:g=>(c.element.replaceWith(g.header),c.element=g.header,c.iconHolder=g.iconHolder,c.headerTitle=g.headerTitle,c.headerSubtitle=g.headerSubtitle,c.closeButton=g.closeButton,c.closeButtonWrapper=g.closeButtonWrapper,c.clearChatButton=g.clearChatButton,c.clearChatButtonWrapper=g.clearChatButtonWrapper,g),replaceComposer:g=>{d.footer.replaceWith(g),d.footer=g}}},xp=({config:e,plugins:t,onToggle:r})=>{let o=t.find(a=>a.renderLauncher);if(o!=null&&o.renderLauncher){let a=o.renderLauncher({config:e,defaultRenderer:()=>hp(e,r).element,onToggle:r});if(a)return{instance:null,element:a}}let n=hp(e,r);return{instance:n,element:n.element}};var Uv=e=>{switch(e){case"max_tool_calls":return"Stopped after calling a tool. Send a follow-up to continue.";case"length":return"Response cut off as max tokens reached. Ask for more to continue.";case"content_filter":return"The provider filtered this response.";case"error":return"Something went wrong generating this response.";default:return null}},qv=(e,t)=>{if(!e)return null;let r=Uv(e);if(r===null)return null;let o=t==null?void 0:t[e],n=o!==void 0?o:r;return n||null},Vv=(e,t)=>{let r=v("div","persona-message-stop-reason persona-text-xs persona-mt-2 persona-italic");return r.setAttribute("data-stop-reason",e),r.setAttribute("role","note"),r.style.opacity="0.75",r.textContent=t,r},zv=e=>{let t=e.toLowerCase();return t.startsWith("data:image/svg+xml")?!1:!!(/^(?:https?|blob):/i.test(e)||t.startsWith("data:image/")||!e.includes(":"))},yp=e=>{let t=e.toLowerCase();return t.startsWith("javascript:")||t.startsWith("data:text/html")||t.startsWith("data:text/javascript")||t.startsWith("data:text/xml")||t.startsWith("data:application/xhtml")||t.startsWith("data:image/svg+xml")?!1:!!(/^(?:https?|blob):/i.test(e)||t.startsWith("data:")||!e.includes(":"))},bp=320,gx=320,$v=e=>!e.contentParts||e.contentParts.length===0?[]:e.contentParts.filter(t=>t.type==="image"&&typeof t.image=="string"&&t.image.trim().length>0),jv=e=>!e.contentParts||e.contentParts.length===0?[]:e.contentParts.filter(t=>t.type==="audio"&&typeof t.audio=="string"&&t.audio.trim().length>0),Gv=e=>!e.contentParts||e.contentParts.length===0?[]:e.contentParts.filter(t=>t.type==="video"&&typeof t.video=="string"&&t.video.trim().length>0),Kv=e=>!e.contentParts||e.contentParts.length===0?[]:e.contentParts.filter(t=>t.type==="file"&&typeof t.data=="string"&&t.data.trim().length>0),Xv=(e,t,r)=>{if(e.length===0)return null;try{let o=v("div","persona-flex persona-flex-col persona-gap-2");o.setAttribute("data-message-attachments","images"),t&&(o.style.marginBottom="8px");let n=0,a=!1,s=()=>{a||(a=!0,o.remove(),r==null||r())};return e.forEach((i,c)=>{var m;let d=v("img");d.alt=((m=i.alt)==null?void 0:m.trim())||`Attached image ${c+1}`,d.loading="lazy",d.decoding="async",d.referrerPolicy="no-referrer",d.style.display="block",d.style.width="100%",d.style.maxWidth=`${bp}px`,d.style.maxHeight=`${gx}px`,d.style.height="auto",d.style.objectFit="contain",d.style.borderRadius="10px",d.style.backgroundColor="var(--persona-attachment-image-bg, var(--persona-container, #f3f4f6))",d.style.border="1px solid var(--persona-attachment-image-border, var(--persona-border, #e5e7eb))";let p=!1;n+=1,d.addEventListener("error",()=>{p||(p=!0,n=Math.max(0,n-1),d.remove(),n===0&&s())}),d.addEventListener("load",()=>{p=!0}),zv(i.image)?(d.src=i.image,o.appendChild(d)):(p=!0,n=Math.max(0,n-1),d.remove())}),n===0?(s(),null):o}catch{return r==null||r(),null}},Qv=e=>{if(e.length===0)return null;try{let t=v("div","persona-flex persona-flex-col persona-gap-2");t.setAttribute("data-message-attachments","audio");let r=0;return e.forEach(o=>{if(!yp(o.audio))return;let n=v("audio");n.controls=!0,n.preload="metadata",n.src=o.audio,n.style.display="block",n.style.width="100%",n.style.maxWidth=`${bp}px`,t.appendChild(n),r+=1}),r===0?(t.remove(),null):t}catch{return null}},Jv=e=>{if(e.length===0)return null;try{let t=v("div","persona-flex persona-flex-col persona-gap-2");t.setAttribute("data-message-attachments","video");let r=0;return e.forEach(o=>{if(!yp(o.video))return;let n=v("video");n.controls=!0,n.preload="metadata",n.src=o.video,n.style.display="block",n.style.width="100%",n.style.maxWidth=`${bp}px`,n.style.maxHeight=`${gx}px`,n.style.borderRadius="10px",n.style.backgroundColor="var(--persona-attachment-image-bg, var(--persona-container, #f3f4f6))",t.appendChild(n),r+=1}),r===0?(t.remove(),null):t}catch{return null}},Yv=e=>{if(e.length===0)return null;try{let t=v("div","persona-flex persona-flex-col persona-gap-2");t.setAttribute("data-message-attachments","files");let r=0;return e.forEach(o=>{if(!yp(o.data))return;let n=v("a");n.href=o.data,n.download=o.filename,n.target="_blank",n.rel="noopener noreferrer",n.textContent=o.filename,n.className="persona-message-file-attachment",n.style.display="inline-flex",n.style.alignItems="center",n.style.gap="6px",n.style.padding="6px 10px",n.style.borderRadius="8px",n.style.fontSize="0.875rem",n.style.textDecoration="underline",n.style.backgroundColor="var(--persona-attachment-file-bg, var(--persona-container, #f3f4f6))",n.style.border="1px solid var(--persona-attachment-file-border, var(--persona-border, #e5e7eb))",n.style.color="inherit",t.appendChild(n),r+=1}),r===0?(t.remove(),null):t}catch{return null}},ma=()=>{let e=document.createElement("div");e.className="persona-flex persona-items-center persona-space-x-1 persona-h-5 persona-mt-2";let t=document.createElement("div");t.className="persona-animate-typing persona-rounded-full persona-h-1.5 persona-w-1.5",t.style.backgroundColor="currentColor",t.style.opacity="0.4",t.style.animationDelay="0ms";let r=document.createElement("div");r.className="persona-animate-typing persona-rounded-full persona-h-1.5 persona-w-1.5",r.style.backgroundColor="currentColor",r.style.opacity="0.4",r.style.animationDelay="250ms";let o=document.createElement("div");o.className="persona-animate-typing persona-rounded-full persona-h-1.5 persona-w-1.5",o.style.backgroundColor="currentColor",o.style.opacity="0.4",o.style.animationDelay="500ms";let n=document.createElement("span");return n.className="persona-sr-only",n.textContent="Loading",e.appendChild(t),e.appendChild(r),e.appendChild(o),e.appendChild(n),e},vp=(e,t,r)=>{let o={config:r!=null?r:{},streaming:!0,location:e,defaultRenderer:ma};if(t){let n=t(o);if(n!==null)return n}return ma()},Zv=(e,t)=>{let r=v("div","persona-flex-shrink-0 persona-w-8 persona-h-8 persona-rounded-full persona-flex persona-items-center persona-justify-center persona-text-sm"),o=t==="user"?e.userAvatar:e.assistantAvatar;if(o)if(o.startsWith("http")||o.startsWith("/")||o.startsWith("data:")){let n=v("img");n.src=o,n.alt=t==="user"?"User":"Assistant",n.className="persona-w-full persona-h-full persona-rounded-full persona-object-cover",r.appendChild(n)}else r.textContent=o,r.classList.add(t==="user"?"persona-bg-persona-accent":"persona-bg-persona-primary","persona-text-white");else r.textContent=t==="user"?"U":"A",r.classList.add(t==="user"?"persona-bg-persona-accent":"persona-bg-persona-primary","persona-text-white");return r},mx=(e,t,r="div")=>{let o=v(r,"persona-text-xs persona-text-persona-muted"),n=new Date(e.createdAt);return t.format?o.textContent=t.format(n):o.textContent=n.toLocaleTimeString([],{hour:"2-digit",minute:"2-digit"}),o},e0=(e,t="bubble")=>{let r=["persona-message-bubble","persona-max-w-[85%]"];switch(t){case"flat":e==="user"?r.push("persona-message-user-bubble","persona-ml-auto","persona-text-persona-primary","persona-py-2"):r.push("persona-message-assistant-bubble","persona-text-persona-primary","persona-py-2");break;case"minimal":r.push("persona-text-sm","persona-leading-relaxed"),e==="user"?r.push("persona-message-user-bubble","persona-ml-auto","persona-bg-persona-accent","persona-text-white","persona-px-3","persona-py-2","persona-rounded-lg"):r.push("persona-message-assistant-bubble","persona-bg-persona-surface","persona-text-persona-primary","persona-px-3","persona-py-2","persona-rounded-lg");break;default:r.push("persona-rounded-2xl","persona-text-sm","persona-leading-relaxed","persona-shadow-sm"),e==="user"?r.push("persona-message-user-bubble","persona-ml-auto","persona-bg-persona-accent","persona-text-white","persona-px-5","persona-py-3"):r.push("persona-message-assistant-bubble","persona-bg-persona-surface","persona-border","persona-border-persona-message-border","persona-text-persona-primary","persona-px-5","persona-py-3");break}return r},wp=(e,t,r)=>{var h,y,E,T,A,k,w;let o=(h=t.showCopy)!=null?h:!0,n=(y=t.showUpvote)!=null?y:!0,a=(E=t.showDownvote)!=null?E:!0,s=(T=t.showReadAloud)!=null?T:!1;if(!o&&!n&&!a&&!s){let C=v("div");return C.style.display="none",C.id=`actions-${e.id}`,C.setAttribute("data-actions-for",e.id),C}let i=(A=t.visibility)!=null?A:"hover",c=(k=t.align)!=null?k:"right",d=(w=t.layout)!=null?w:"pill-inside",p={left:"persona-message-actions-left",center:"persona-message-actions-center",right:"persona-message-actions-right"}[c],m={"pill-inside":"persona-message-actions-pill","row-inside":"persona-message-actions-row"}[d],g=v("div",`persona-message-actions persona-flex persona-items-center persona-gap-1 persona-mt-2 ${p} ${m} ${i==="hover"?"persona-message-actions-hover":""}`);g.id=`actions-${e.id}`,g.setAttribute("data-actions-for",e.id);let u=(C,S,M)=>{let W=pr({icon:C,label:S,size:14,className:"persona-message-action-btn"});return W.setAttribute("data-action",M),W};return o&&g.appendChild(u("copy","Copy message","copy")),s&&g.appendChild(u("volume-2","Read aloud","read-aloud")),n&&g.appendChild(u("thumbs-up","Upvote","upvote")),a&&g.appendChild(u("thumbs-down","Downvote","downvote")),g},Xa=(e,t,r,o,n,a)=>{var oe,se,ge,Te,qe,j,ee,Ee,te,le,ke,nt,yt,Kt,jt,ct,fe;let s=r!=null?r:{},i=(oe=s.layout)!=null?oe:"bubble",c=s.avatar,d=s.timestamp,p=(se=c==null?void 0:c.show)!=null?se:!1,m=(ge=d==null?void 0:d.show)!=null?ge:!1,g=(Te=c==null?void 0:c.position)!=null?Te:"left",u=(qe=d==null?void 0:d.position)!=null?qe:"below",h=e0(e.role,i),y=v("div",h.join(" "));y.id=`bubble-${e.id}`,y.setAttribute("data-message-id",e.id),y.setAttribute("data-persona-theme-zone",e.role==="user"?"user-message":"assistant-message"),e.role==="user"?(y.style.backgroundColor="var(--persona-message-user-bg, var(--persona-accent))",y.style.color="var(--persona-message-user-text, white)"):e.role==="assistant"&&(y.style.backgroundColor="var(--persona-message-assistant-bg, var(--persona-surface))",y.style.color="var(--persona-message-assistant-text, var(--persona-text))");let E=$v(e),T=(ee=(j=e.content)==null?void 0:j.trim())!=null?ee:"",k=E.length>0&&T===Si,w=Ki((te=(Ee=a==null?void 0:a.widgetConfig)==null?void 0:Ee.features)==null?void 0:te.streamAnimation),C=(nt=(ke=(le=a==null?void 0:a.widgetConfig)==null?void 0:le.features)==null?void 0:ke.streamAnimation)==null?void 0:nt.plugins,S=e.role==="assistant"&&w.type!=="none"?ja(w.type,C):null,M=e.role==="assistant"&&((yt=S==null?void 0:S.isAnimating)==null?void 0:yt.call(S,e))===!0,W=e.role==="assistant"&&S!==null&&(!!e.streaming||M);W&&(S!=null&&S.bubbleClass)&&y.classList.add(S.bubbleClass);let I=document.createElement("div");I.classList.add("persona-message-content"),e.streaming&&I.classList.add("persona-content-streaming"),W&&S&&(S.containerClass&&I.classList.add(S.containerClass),I.style.setProperty("--persona-stream-step",`${w.speed}ms`),I.style.setProperty("--persona-stream-duration",`${w.duration}ms`));let R=W?Xi((Kt=e.content)!=null?Kt:"",w.buffer,S,e,!!e.streaming):(jt=e.content)!=null?jt:"",D=t({text:R,message:e,streaming:!!e.streaming,raw:e.rawContent}),O=D;W&&(S==null?void 0:S.wrap)==="char"?O=Bs(D,"char",e.id,{skipTags:S.skipTags}):W&&(S==null?void 0:S.wrap)==="word"&&(O=Bs(D,"word",e.id,{skipTags:S.skipTags}));let Q=null;if(k?(Q=document.createElement("div"),Q.innerHTML=O,Q.style.display="none",I.appendChild(Q)):I.innerHTML=O,W&&(S!=null&&S.useCaret)&&!k&&T){let X=Qi(),st=I.querySelectorAll(".persona-stream-char, .persona-stream-word"),je=st[st.length-1];if(je!=null&&je.parentNode)je.parentNode.insertBefore(X,je.nextSibling);else{let Ce=I.lastElementChild;Ce?Ce.appendChild(X):I.appendChild(X)}}if(m&&u==="inline"&&e.createdAt){let X=mx(e,d,"span");X.classList.add("persona-timestamp-inline");let st=I.lastElementChild;st?st.appendChild(X):I.appendChild(X)}if(E.length>0){let X=Xv(E,!k&&!!T,()=>{k&&Q&&(Q.style.display="")});X?y.appendChild(X):k&&Q&&(Q.style.display="")}let me=jv(e);if(me.length>0){let X=Qv(me);X&&y.appendChild(X)}let ue=Gv(e);if(ue.length>0){let X=Jv(ue);X&&y.appendChild(X)}let Z=Kv(e);if(Z.length>0){let X=Yv(Z);X&&y.appendChild(X)}if(y.appendChild(I),m&&u==="below"&&e.createdAt){let X=mx(e,d);X.classList.add("persona-mt-1"),y.appendChild(X)}let Le=e.role==="assistant"?qv(e.stopReason,(fe=(ct=a==null?void 0:a.widgetConfig)==null?void 0:ct.copy)==null?void 0:fe.stopReasonNotice):null;if(e.streaming&&e.role==="assistant"){let X=!!(R&&R.trim()),st=w.placeholder==="skeleton",je=st&&w.buffer==="line"&&X;if(X)je&&y.appendChild(Ds());else if(st)y.appendChild(Ds());else{let Ce=vp("inline",a==null?void 0:a.loadingIndicatorRenderer,a==null?void 0:a.widgetConfig);Ce&&y.appendChild(Ce)}}if(Le&&e.stopReason&&!e.streaming&&(T||(I.style.display="none"),y.appendChild(Vv(e.stopReason,Le))),e.role==="assistant"&&!e.streaming&&e.content&&e.content.trim()&&(o==null?void 0:o.enabled)!==!1&&o){let X=wp(e,o,n);y.appendChild(X)}if(!p||e.role==="system")return y;let ie=v("div",`persona-flex persona-gap-2 ${e.role==="user"?"persona-flex-row-reverse":""}`),Me=Zv(c,e.role);return g==="right"||g==="left"&&e.role==="user"?ie.append(y,Me):ie.append(Me,y),y.classList.remove("persona-max-w-[85%]"),y.classList.add("persona-max-w-[calc(85%-2.5rem)]"),ie},hx=(e,t,r,o,n,a)=>{let s=r!=null?r:{};return e.role==="user"&&s.renderUserMessage?s.renderUserMessage({message:e,config:{},streaming:!!e.streaming}):e.role==="assistant"&&s.renderAssistantMessage?s.renderAssistantMessage({message:e,config:{},streaming:!!e.streaming}):Xa(e,t,r,o,n,a)};var Qa=new Set,t0=(e,t)=>t==null?!1:typeof t=="string"?(e.textContent=t,!0):(e.appendChild(t),!0),r0=(e,t)=>{var o,n;let r=(n=(o=e.reasoning)==null?void 0:o.chunks.join("").trim())!=null?n:"";return r?r.split(/\r?\n/).map(a=>a.trim()).filter(Boolean).slice(0,t).join(`
29
+ `):""},xx=(e,t)=>{let r=Qa.has(e),o=t.querySelector('button[data-expand-header="true"]'),n=t.querySelector(".persona-border-t"),a=t.querySelector('[data-persona-collapsed-preview="reasoning"]');if(!o||!n)return;o.setAttribute("aria-expanded",r?"true":"false");let s=o.querySelector(".persona-ml-auto"),i=s==null?void 0:s.querySelector(":scope > .persona-flex.persona-items-center");if(i){i.innerHTML="";let d=he(r?"chevron-up":"chevron-down",16,"currentColor",2);d?i.appendChild(d):i.textContent=r?"Hide":"Show"}n.style.display=r?"":"none",a&&(a.style.display=r?"none":a.textContent||a.childNodes.length?"":"none")},Cp=(e,t)=>{var ue,Z,Le,He,ie,Me,oe,se,ge,Te,qe;let r=e.reasoning,o=v("div",["persona-message-bubble","persona-reasoning-bubble","persona-w-full","persona-max-w-[85%]","persona-rounded-2xl","persona-bg-persona-surface","persona-border","persona-border-persona-message-border","persona-text-persona-primary","persona-shadow-sm","persona-overflow-hidden","persona-px-0","persona-py-0"].join(" "));if(o.id=`bubble-${e.id}`,o.setAttribute("data-message-id",e.id),!r)return o;let n=(Z=(ue=t==null?void 0:t.features)==null?void 0:ue.reasoningDisplay)!=null?Z:{},a=n.expandable!==!1,s=a&&Qa.has(e.id),i=r.status!=="complete",c=r0(e,(Le=n.previewMaxLines)!=null?Le:3),d=v("button",a?"persona-flex persona-w-full persona-items-center persona-justify-between persona-gap-3 persona-bg-transparent persona-px-4 persona-py-3 persona-text-left persona-cursor-pointer persona-border-none":"persona-flex persona-w-full persona-items-center persona-justify-between persona-gap-3 persona-bg-transparent persona-px-4 persona-py-3 persona-text-left persona-cursor-default persona-border-none");d.type="button",a&&(d.setAttribute("aria-expanded",s?"true":"false"),d.setAttribute("data-expand-header","true")),d.setAttribute("data-bubble-type","reasoning");let p=v("div","persona-flex persona-flex-col persona-text-left"),m=v("span","persona-text-xs persona-text-persona-primary"),g="Thinking...",u=(He=t==null?void 0:t.reasoning)!=null?He:{},h=String((ie=r.startedAt)!=null?ie:Date.now()),y=()=>{let j=v("span","");return j.setAttribute("data-tool-elapsed",h),j.textContent=hi(r),j},E=(Me=u.renderCollapsedSummary)==null?void 0:Me.call(u,{message:e,reasoning:r,defaultSummary:g,previewText:c,isActive:i,config:t!=null?t:{},elapsed:hi(r),createElapsedElement:y});typeof E=="string"&&E.trim()?(m.textContent=E,p.appendChild(m)):E instanceof HTMLElement?p.appendChild(E):(m.textContent=g,p.appendChild(m));let T=v("span","persona-text-xs persona-text-persona-primary");T.textContent=bh(r),p.appendChild(T);let A=(oe=n.loadingAnimation)!=null?oe:"none",k=u.activeTextTemplate,w=u.completeTextTemplate,C=i?k:w,S=E instanceof HTMLElement,M=(j,ee,Ee)=>{let te=Ee;for(let le of ee){let ke=v("span","persona-tool-char");ke.style.setProperty("--char-index",String(te)),ke.textContent=le===" "?"\xA0":le,j.appendChild(ke),te++}return te},W=(j,ee)=>{m.textContent="";let Ee=xi(j,""),te=0;for(let le of Ee){let ke=le.styles.length>0?(()=>{let nt=v("span",le.styles.map(yt=>`persona-tool-text-${yt}`).join(" "));return m.appendChild(nt),nt})():m;if(le.isDuration&&i)ke.appendChild(y());else{let nt=le.isDuration?hi(r):le.text;ee?te=M(ke,nt,te):ke.appendChild(document.createTextNode(nt))}}};if(!S&&C)if(T.style.display="none",m.style.display="",i&&A!=="none"){let j=(se=u.loadingAnimationDuration)!=null?se:2e3;m.setAttribute("data-preserve-animation","true"),A==="pulse"?(m.classList.add("persona-tool-loading-pulse"),m.style.setProperty("--persona-tool-anim-duration",`${j}ms`),W(C,!1)):(m.classList.add(`persona-tool-loading-${A}`),m.style.setProperty("--persona-tool-anim-duration",`${j}ms`),A==="shimmer-color"&&(u.loadingAnimationColor&&m.style.setProperty("--persona-tool-anim-color",u.loadingAnimationColor),u.loadingAnimationSecondaryColor&&m.style.setProperty("--persona-tool-anim-secondary-color",u.loadingAnimationSecondaryColor)),W(C,!0))}else W(C,!1);else if(!S&&i&&A!=="none"){m.style.display="";let j=(ge=u.loadingAnimationDuration)!=null?ge:2e3;if(m.setAttribute("data-preserve-animation","true"),A==="pulse")m.classList.add("persona-tool-loading-pulse"),m.style.setProperty("--persona-tool-anim-duration",`${j}ms`);else{m.classList.add(`persona-tool-loading-${A}`),m.style.setProperty("--persona-tool-anim-duration",`${j}ms`),A==="shimmer-color"&&(u.loadingAnimationColor&&m.style.setProperty("--persona-tool-anim-color",u.loadingAnimationColor),u.loadingAnimationSecondaryColor&&m.style.setProperty("--persona-tool-anim-secondary-color",u.loadingAnimationSecondaryColor));let ee=m.textContent||g;m.textContent="",M(m,ee,0)}r.status==="complete"&&(m.style.display="none")}else S||(r.status==="complete"?m.style.display="none":m.style.display="");let I=null;if(a){I=v("div","persona-flex persona-items-center");let ee=he(s?"chevron-up":"chevron-down",16,"currentColor",2);ee?I.appendChild(ee):I.textContent=s?"Hide":"Show";let Ee=v("div","persona-flex persona-items-center persona-ml-auto");Ee.append(I),d.append(p,Ee)}else d.append(p);let R=v("div","persona-px-4 persona-py-3 persona-text-xs persona-leading-snug persona-text-persona-muted");if(R.setAttribute("data-persona-collapsed-preview","reasoning"),R.style.display="none",R.style.whiteSpace="pre-wrap",!s&&i&&n.activePreview&&c){let j=(qe=(Te=t==null?void 0:t.reasoning)==null?void 0:Te.renderCollapsedPreview)==null?void 0:qe.call(Te,{message:e,reasoning:r,defaultPreview:c,isActive:i,config:t!=null?t:{}});t0(R,j)||(R.textContent=c),R.style.display=""}if(!s&&i&&n.activeMinHeight&&(o.style.minHeight=n.activeMinHeight),!a)return o.append(d,R),o;let D=v("div","persona-border-t persona-border-gray-200 persona-bg-gray-50 persona-px-4 persona-py-3");D.style.display=s?"":"none";let O=r.chunks.join(""),Q=v("div","persona-whitespace-pre-wrap persona-text-xs persona-leading-snug persona-text-persona-muted");return Q.textContent=O||(r.status==="complete"?"No additional context was shared.":"Waiting for details\u2026"),D.appendChild(Q),(()=>{if(d.setAttribute("aria-expanded",s?"true":"false"),I){I.innerHTML="";let ee=he(s?"chevron-up":"chevron-down",16,"currentColor",2);ee?I.appendChild(ee):I.textContent=s?"Hide":"Show"}D.style.display=s?"":"none",R.style.display=s?"none":R.textContent||R.childNodes.length?"":"none"})(),o.append(d,R,D),o};var Ja=new Set,o0=(e,t)=>t==null?!1:typeof t=="string"?(e.textContent=t,!0):(e.appendChild(t),!0),n0=(e,t)=>{var a;let r=e.toolCall;if(!r)return"";let o=((a=r.chunks)!=null?a:[]).join("").trim();if(o)return o.split(/\r?\n/).map(i=>i.trim()).filter(Boolean).slice(-t).join(`
30
+ `);let n=Rn(r.args).trim();return n?n.split(/\r?\n/).map(s=>s.trim()).filter(Boolean).slice(0,t).join(`
31
+ `):""},Sp=(e,t)=>{var r,o,n;e.style.backgroundColor=(r=t.codeBlockBackgroundColor)!=null?r:"var(--persona-container, #f3f4f6)",e.style.borderColor=(o=t.codeBlockBorderColor)!=null?o:"var(--persona-border, #e5e7eb)",e.style.color=(n=t.codeBlockTextColor)!=null?n:"var(--persona-text, #171717)"},a0=(e,t)=>{var p,m,g,u,h;let r=e.toolCall,o=(p=t==null?void 0:t.features)==null?void 0:p.toolCallDisplay,n=(m=o==null?void 0:o.collapsedMode)!=null?m:"tool-call",a=n0(e,(g=o==null?void 0:o.previewMaxLines)!=null?g:3),s=r?vh(r):"";if(!r)return{summary:s,previewText:a,isActive:!1};let i=r.status!=="complete",c=(u=t==null?void 0:t.toolCall)!=null?u:{},d=s;return n==="tool-name"?d=((h=r.name)==null?void 0:h.trim())||s:n==="tool-preview"&&a&&(d=a),i&&c.activeTextTemplate?d=td(r,c.activeTextTemplate,d):!i&&c.completeTextTemplate&&(d=td(r,c.completeTextTemplate,d)),{summary:d,previewText:a,isActive:i}},yx=(e,t,r)=>{var p;let o=Ja.has(e),n=(p=r==null?void 0:r.toolCall)!=null?p:{},a=t.querySelector('button[data-expand-header="true"]'),s=t.querySelector(".persona-border-t"),i=t.querySelector('[data-persona-collapsed-preview="tool"]');if(!a||!s)return;a.setAttribute("aria-expanded",o?"true":"false");let c=a.querySelector(".persona-ml-auto"),d=c==null?void 0:c.querySelector(":scope > .persona-flex.persona-items-center");if(d){d.innerHTML="";let m=n.toggleTextColor||n.headerTextColor||"var(--persona-primary, #171717)",g=he(o?"chevron-up":"chevron-down",16,m,2);g?d.appendChild(g):d.textContent=o?"Hide":"Show"}s.style.display=o?"":"none",i&&(i.style.display=o?"none":i.textContent||i.childNodes.length?"":"none")},Ap=(e,t)=>{var O,Q,me,ue,Z,Le,He,ie,Me;let r=e.toolCall,o=(O=t==null?void 0:t.toolCall)!=null?O:{},n=v("div",["persona-message-bubble","persona-tool-bubble","persona-w-full","persona-max-w-[85%]","persona-rounded-2xl","persona-bg-persona-surface","persona-border","persona-border-persona-message-border","persona-text-persona-primary","persona-shadow-sm","persona-overflow-hidden","persona-px-0","persona-py-0"].join(" "));if(n.id=`bubble-${e.id}`,n.setAttribute("data-message-id",e.id),o.backgroundColor&&(n.style.backgroundColor=o.backgroundColor),o.borderColor&&(n.style.borderColor=o.borderColor),o.borderWidth&&(n.style.borderWidth=o.borderWidth),o.borderRadius&&(n.style.borderRadius=o.borderRadius),n.style.boxShadow=o.shadow!==void 0?o.shadow.trim()===""?"none":o.shadow:"var(--persona-tool-bubble-shadow, 0 5px 15px rgba(15, 23, 42, 0.08))",!r)return n;let a=(me=(Q=t==null?void 0:t.features)==null?void 0:Q.toolCallDisplay)!=null?me:{},s=a.expandable!==!1,i=s&&Ja.has(e.id),{summary:c,previewText:d,isActive:p}=a0(e,t),m=v("button",s?"persona-flex persona-w-full persona-items-center persona-justify-between persona-gap-3 persona-bg-transparent persona-px-4 persona-py-3 persona-text-left persona-cursor-pointer persona-border-none":"persona-flex persona-w-full persona-items-center persona-justify-between persona-gap-3 persona-bg-transparent persona-px-4 persona-py-3 persona-text-left persona-cursor-default persona-border-none");m.type="button",s&&(m.setAttribute("aria-expanded",i?"true":"false"),m.setAttribute("data-expand-header","true")),m.setAttribute("data-bubble-type","tool"),o.headerBackgroundColor&&(m.style.backgroundColor=o.headerBackgroundColor),o.headerPaddingX&&(m.style.paddingLeft=o.headerPaddingX,m.style.paddingRight=o.headerPaddingX),o.headerPaddingY&&(m.style.paddingTop=o.headerPaddingY,m.style.paddingBottom=o.headerPaddingY);let g=v("div","persona-flex persona-flex-col persona-text-left"),u=v("span","persona-text-xs persona-text-persona-primary");o.headerTextColor&&(u.style.color=o.headerTextColor);let h=String((ue=r.startedAt)!=null?ue:Date.now()),y=()=>{let oe=v("span","");return oe.setAttribute("data-tool-elapsed",h),oe.textContent=Ms(r),oe},E=(Le=o.renderCollapsedSummary)==null?void 0:Le.call(o,{message:e,toolCall:r,defaultSummary:c,previewText:d,collapsedMode:(Z=a.collapsedMode)!=null?Z:"tool-call",isActive:p,config:t!=null?t:{},elapsed:Ms(r),createElapsedElement:y});typeof E=="string"&&E.trim()?(u.textContent=E,g.appendChild(u)):E instanceof HTMLElement?g.appendChild(E):(u.textContent=c,g.appendChild(u));let T=(He=a.loadingAnimation)!=null?He:"none",A=o.activeTextTemplate,k=o.completeTextTemplate,w=p?A:k,C=E instanceof HTMLElement,S=(oe,se,ge)=>{let Te=ge;for(let qe of se){let j=v("span","persona-tool-char");j.style.setProperty("--char-index",String(Te)),j.textContent=qe===" "?"\xA0":qe,oe.appendChild(j),Te++}return Te},M=(oe,se)=>{var j;u.textContent="";let ge=((j=r.name)==null?void 0:j.trim())||"tool",Te=xi(oe,ge),qe=0;for(let ee of Te){let Ee=ee.styles.length>0?(()=>{let te=v("span",ee.styles.map(le=>`persona-tool-text-${le}`).join(" "));return u.appendChild(te),te})():u;if(ee.isDuration&&p)Ee.appendChild(y());else{let te=ee.isDuration?Ms(r):ee.text;se?qe=S(Ee,te,qe):Ee.appendChild(document.createTextNode(te))}}};if(!C)if(p&&T!=="none"){let oe=(ie=o.loadingAnimationDuration)!=null?ie:2e3;if(u.setAttribute("data-preserve-animation","true"),T==="pulse")u.classList.add("persona-tool-loading-pulse"),u.style.setProperty("--persona-tool-anim-duration",`${oe}ms`),w&&M(w,!1);else if(u.classList.add(`persona-tool-loading-${T}`),u.style.setProperty("--persona-tool-anim-duration",`${oe}ms`),T==="shimmer-color"&&(o.loadingAnimationColor&&u.style.setProperty("--persona-tool-anim-color",o.loadingAnimationColor),o.loadingAnimationSecondaryColor&&u.style.setProperty("--persona-tool-anim-secondary-color",o.loadingAnimationSecondaryColor)),w)M(w,!0);else{let se=u.textContent||c;u.textContent="",S(u,se,0)}}else w&&M(w,!1);let W=null;if(s){W=v("div","persona-flex persona-items-center");let oe=o.toggleTextColor||o.headerTextColor||"var(--persona-primary, #171717)",se=he(i?"chevron-up":"chevron-down",16,oe,2);se?W.appendChild(se):W.textContent=i?"Hide":"Show";let ge=v("div","persona-flex persona-items-center persona-gap-2 persona-ml-auto");ge.append(W),m.append(g,ge)}else m.append(g);let I=v("div","persona-px-4 persona-py-3 persona-text-xs persona-leading-snug persona-text-persona-muted");if(I.setAttribute("data-persona-collapsed-preview","tool"),I.style.display="none",I.style.whiteSpace="pre-wrap",!i&&p&&a.activePreview&&d){let oe=(Me=o.renderCollapsedPreview)==null?void 0:Me.call(o,{message:e,toolCall:r,defaultPreview:d,isActive:p,config:t!=null?t:{}});o0(I,oe)||(I.textContent=d),I.style.display=""}if(!i&&p&&a.activeMinHeight&&(n.style.minHeight=a.activeMinHeight),!s)return n.append(m,I),n;let R=v("div","persona-border-t persona-border-gray-200 persona-bg-gray-50 persona-space-y-3 persona-px-4 persona-py-3");if(R.style.display=i?"":"none",o.contentBackgroundColor&&(R.style.backgroundColor=o.contentBackgroundColor),o.contentTextColor&&(R.style.color=o.contentTextColor),o.contentPaddingX&&(R.style.paddingLeft=o.contentPaddingX,R.style.paddingRight=o.contentPaddingX),o.contentPaddingY&&(R.style.paddingTop=o.contentPaddingY,R.style.paddingBottom=o.contentPaddingY),r.name){let oe=v("div","persona-text-xs persona-text-persona-muted persona-italic");o.contentTextColor?oe.style.color=o.contentTextColor:o.headerTextColor&&(oe.style.color=o.headerTextColor),oe.textContent=r.name,R.appendChild(oe)}if(r.args!==void 0){let oe=v("div","persona-space-y-1"),se=v("div","persona-text-xs persona-text-persona-muted");o.labelTextColor&&(se.style.color=o.labelTextColor),se.textContent="Arguments";let ge=v("pre","persona-max-h-48 persona-overflow-auto persona-whitespace-pre-wrap persona-rounded-lg persona-border persona-px-3 persona-py-2 persona-text-xs");ge.style.fontSize="0.75rem",ge.style.lineHeight="1rem",Sp(ge,o),ge.textContent=Rn(r.args),oe.append(se,ge),R.appendChild(oe)}if(r.chunks&&r.chunks.length){let oe=v("div","persona-space-y-1"),se=v("div","persona-text-xs persona-text-persona-muted");o.labelTextColor&&(se.style.color=o.labelTextColor),se.textContent="Activity";let ge=v("pre","persona-max-h-48 persona-overflow-auto persona-whitespace-pre-wrap persona-rounded-lg persona-border persona-px-3 persona-py-2 persona-text-xs");ge.style.fontSize="0.75rem",ge.style.lineHeight="1rem",Sp(ge,o),ge.textContent=r.chunks.join(""),oe.append(se,ge),R.appendChild(oe)}if(r.status==="complete"&&r.result!==void 0){let oe=v("div","persona-space-y-1"),se=v("div","persona-text-xs persona-text-persona-muted");o.labelTextColor&&(se.style.color=o.labelTextColor),se.textContent="Result";let ge=v("pre","persona-max-h-48 persona-overflow-auto persona-whitespace-pre-wrap persona-rounded-lg persona-border persona-px-3 persona-py-2 persona-text-xs");ge.style.fontSize="0.75rem",ge.style.lineHeight="1rem",Sp(ge,o),ge.textContent=Rn(r.result),oe.append(se,ge),R.appendChild(oe)}if(r.status==="complete"&&typeof r.duration=="number"){let oe=v("div","persona-text-xs persona-text-persona-muted");o.contentTextColor&&(oe.style.color=o.contentTextColor),oe.textContent=`Duration: ${r.duration}ms`,R.appendChild(oe)}return(()=>{if(m.setAttribute("aria-expanded",i?"true":"false"),W){W.innerHTML="";let oe=o.toggleTextColor||o.headerTextColor||"var(--persona-primary, #171717)",se=he(i?"chevron-up":"chevron-down",16,oe,2);se?W.appendChild(se):W.textContent=i?"Hide":"Show"}R.style.display=i?"":"none",I.style.display=i?"none":I.textContent||I.childNodes.length?"":"none"})(),n.append(m,I,R),n};var ga=new Map,ll=e=>{let r=(e.startsWith(yo)?e.slice(yo.length):e).replace(/([a-z0-9])([A-Z])/g,"$1 $2").split(/[_\-\s.]+/).filter(Boolean);if(r.length===0)return e;let o=r.join(" ").toLowerCase();return o.charAt(0).toUpperCase()+o.slice(1)},bx=e=>(e==null?void 0:e.approval)!==!1?e==null?void 0:e.approval:void 0,vx=(e,t)=>{var o,n,a;let r=(n=(o=bx(t))==null?void 0:o.detailsDisplay)!=null?n:"collapsed";return(a=ga.get(e))!=null?a:r==="expanded"},wx=(e,t,r)=>{var s,i;let o=bx(r);e.setAttribute("aria-expanded",t?"true":"false");let n=e.querySelector("[data-approval-details-label]");n&&(n.textContent=t?(s=o==null?void 0:o.hideDetailsLabel)!=null?s:"Hide details":(i=o==null?void 0:o.showDetailsLabel)!=null?i:"Show details");let a=e.querySelector("[data-approval-details-chevron]");if(a){a.innerHTML="";let c=he(t?"chevron-up":"chevron-down",14,"currentColor",2);c&&a.appendChild(c)}},Cx=(e,t,r)=>{let o=t.querySelector('button[data-bubble-type="approval"]'),n=t.querySelector("[data-approval-details]");if(!o||!n)return;let a=vx(e,r);wx(o,a,r),n.style.display=a?"":"none"};var dl=(e,t)=>{var M,W,I,R,D,O,Q,me,ue,Z,Le,He,ie,Me,oe;let r=e.approval,o=(t==null?void 0:t.approval)!==!1?t==null?void 0:t.approval:void 0,n=(r==null?void 0:r.status)==="pending",a=v("div",["persona-approval-bubble","persona-w-full","persona-max-w-[85%]","persona-rounded-2xl","persona-border","persona-shadow-sm","persona-overflow-hidden"].join(" "));if(a.id=`bubble-${e.id}`,a.setAttribute("data-message-id",e.id),a.style.backgroundColor=(M=o==null?void 0:o.backgroundColor)!=null?M:"var(--persona-approval-bg, #fefce8)",a.style.borderColor=(W=o==null?void 0:o.borderColor)!=null?W:"var(--persona-approval-border, #fef08a)",a.style.boxShadow=(o==null?void 0:o.shadow)!==void 0?o.shadow.trim()===""?"none":o.shadow:"var(--persona-approval-shadow, 0 5px 15px rgba(15, 23, 42, 0.08))",!r)return a;let s=v("div","persona-flex persona-items-start persona-gap-3 persona-px-4 persona-py-3"),i=v("div","persona-flex-shrink-0 persona-mt-0.5");i.setAttribute("data-approval-icon","true");let c=r.status==="denied"?"shield-x":r.status==="timeout"?"shield-alert":"shield-check",d=r.status==="approved"?"var(--persona-feedback-success, #16a34a)":r.status==="denied"?"var(--persona-feedback-error, #dc2626)":r.status==="timeout"?"var(--persona-feedback-warning, #ca8a04)":(I=o==null?void 0:o.titleColor)!=null?I:"currentColor",p=he(c,20,d,2);p&&i.appendChild(p);let m=v("div","persona-flex-1 persona-min-w-0"),g=v("div","persona-flex persona-items-center persona-gap-2"),u=v("span","persona-text-sm persona-font-medium persona-text-persona-primary");if(o!=null&&o.titleColor&&(u.style.color=o.titleColor),u.textContent=(R=o==null?void 0:o.title)!=null?R:"Approval Required",g.appendChild(u),!n){let se=v("span","persona-inline-flex persona-items-center persona-px-2 persona-py-0.5 persona-rounded-full persona-text-xs persona-font-medium");se.setAttribute("data-approval-status",r.status),r.status==="approved"?(se.style.backgroundColor="var(--persona-palette-colors-success-100, #dcfce7)",se.style.color="var(--persona-palette-colors-success-700, #15803d)",se.textContent="Approved"):r.status==="denied"?(se.style.backgroundColor="var(--persona-palette-colors-error-100, #fee2e2)",se.style.color="var(--persona-palette-colors-error-700, #b91c1c)",se.textContent="Denied"):r.status==="timeout"&&(se.style.backgroundColor="var(--persona-palette-colors-warning-100, #fef3c7)",se.style.color="var(--persona-palette-colors-warning-700, #b45309)",se.textContent="Timeout"),g.appendChild(se)}m.appendChild(g);let y=r.toolType==="webmcp"||r.toolName.startsWith(yo)?ys(r.toolName):void 0,E=(D=o==null?void 0:o.formatDescription)==null?void 0:D.call(o,{toolName:r.toolName,toolType:r.toolType,description:r.description,parameters:r.parameters,...y?{displayTitle:y}:{},...r.reason?{reason:r.reason}:{}}),T=!r.toolName,A=E||(T?r.description:`The assistant wants to use \u201C${y!=null?y:ll(r.toolName)}\u201D.`),k=v("p","persona-text-sm persona-mt-0.5 persona-text-persona-muted");if(k.setAttribute("data-approval-summary","true"),o!=null&&o.descriptionColor&&(k.style.color=o.descriptionColor),k.textContent=A,m.appendChild(k),r.reason){let se=v("p","persona-text-sm persona-mt-1 persona-text-persona-muted");se.setAttribute("data-approval-reason","true"),o!=null&&o.reasonColor?se.style.color=o.reasonColor:o!=null&&o.descriptionColor&&(se.style.color=o.descriptionColor);let ge=v("span","persona-font-medium");ge.textContent=`${(O=o==null?void 0:o.reasonLabel)!=null?O:"Agent's stated reason:"} `,se.appendChild(ge),se.appendChild(document.createTextNode(r.reason)),m.appendChild(se)}let w=(Q=o==null?void 0:o.detailsDisplay)!=null?Q:"collapsed",C=!!r.description&&!T,S=C||!!r.parameters;if(w!=="hidden"&&S){let se=vx(e.id,t),ge=v("button","persona-inline-flex persona-items-center persona-gap-1 persona-mt-1 persona-p-0 persona-border-none persona-bg-transparent persona-text-xs persona-font-medium persona-cursor-pointer persona-text-persona-muted");ge.type="button",ge.setAttribute("data-expand-header","true"),ge.setAttribute("data-bubble-type","approval"),o!=null&&o.descriptionColor&&(ge.style.color=o.descriptionColor);let Te=v("span");Te.setAttribute("data-approval-details-label","true");let qe=v("span","persona-inline-flex persona-items-center");qe.setAttribute("data-approval-details-chevron","true"),ge.append(Te,qe),wx(ge,se,t),m.appendChild(ge);let j=v("div");if(j.setAttribute("data-approval-details","true"),j.style.display=se?"":"none",C){let ee=v("p","persona-text-sm persona-mt-1 persona-text-persona-muted");o!=null&&o.descriptionColor&&(ee.style.color=o.descriptionColor),ee.textContent=r.description,j.appendChild(ee)}if(r.parameters){let ee=v("pre","persona-mt-2 persona-text-xs persona-p-2 persona-rounded persona-overflow-x-auto persona-max-h-32 persona-bg-persona-container persona-text-persona-primary");o!=null&&o.parameterBackgroundColor&&(ee.style.backgroundColor=o.parameterBackgroundColor),o!=null&&o.parameterTextColor&&(ee.style.color=o.parameterTextColor),ee.style.fontSize="0.75rem",ee.style.lineHeight="1rem",ee.textContent=Rn(r.parameters),j.appendChild(ee)}m.appendChild(j)}if(n){let se=v("div","persona-flex persona-gap-2 persona-mt-2");se.setAttribute("data-approval-buttons","true");let ge=v("button","persona-inline-flex persona-items-center persona-px-3 persona-py-1.5 persona-rounded-md persona-text-xs persona-font-medium persona-border-none persona-cursor-pointer");ge.type="button",ge.style.backgroundColor=(me=o==null?void 0:o.approveButtonColor)!=null?me:"var(--persona-approval-approve-bg, #22c55e)",ge.style.color=(ue=o==null?void 0:o.approveButtonTextColor)!=null?ue:"#ffffff",ge.setAttribute("data-approval-action","approve");let Te=he("shield-check",14,(Z=o==null?void 0:o.approveButtonTextColor)!=null?Z:"#ffffff",2);Te&&(Te.style.marginRight="4px",ge.appendChild(Te));let qe=document.createTextNode((Le=o==null?void 0:o.approveLabel)!=null?Le:"Approve");ge.appendChild(qe);let j=v("button","persona-inline-flex persona-items-center persona-px-3 persona-py-1.5 persona-rounded-md persona-text-xs persona-font-medium persona-cursor-pointer");j.type="button",j.style.backgroundColor=(He=o==null?void 0:o.denyButtonColor)!=null?He:"transparent",j.style.color=(ie=o==null?void 0:o.denyButtonTextColor)!=null?ie:"var(--persona-feedback-error, #dc2626)",j.style.border=`1px solid ${o!=null&&o.denyButtonTextColor?o.denyButtonTextColor:"var(--persona-palette-colors-error-200, #fca5a5)"}`,j.setAttribute("data-approval-action","deny");let ee=he("shield-x",14,(Me=o==null?void 0:o.denyButtonTextColor)!=null?Me:"var(--persona-feedback-error, #dc2626)",2);ee&&(ee.style.marginRight="4px",j.appendChild(ee));let Ee=document.createTextNode((oe=o==null?void 0:o.denyLabel)!=null?oe:"Deny");j.appendChild(Ee),se.append(ge,j),m.appendChild(se)}return s.append(i,m),a.appendChild(s),a};function s0(e){var r,o;let t=(r=e.getRootNode)==null?void 0:r.call(e);return t instanceof ShadowRoot?t:((o=e.ownerDocument)!=null?o:document).body}function Sx(e){var y;let{anchor:t,content:r,placement:o="bottom-start",offset:n=6,matchAnchorWidth:a=!1,zIndex:s=2147483e3,onOpen:i,onDismiss:c}=e,d=(y=e.container)!=null?y:s0(t),p=!1,m=null,g=()=>{if(!p)return;let E=t.getBoundingClientRect();r.style.position="fixed",a&&(r.style.minWidth=`${E.width}px`);let T=o==="top-start"||o==="top-end"?E.top-n-r.getBoundingClientRect().height:E.bottom+n,A=o==="bottom-end"||o==="top-end"?E.right-r.getBoundingClientRect().width:E.left;r.style.top=`${T}px`,r.style.left=`${A}px`},u=()=>{p&&(p=!1,m&&(m(),m=null),r.remove())},h=()=>{var C,S,M;if(p)return;p=!0,s!=null&&(r.style.zIndex=String(s)),d.appendChild(r),g();let E=(S=((C=t.ownerDocument)!=null?C:document).defaultView)!=null?S:window,T=(M=t.ownerDocument)!=null?M:document,A=()=>{if(!t.isConnected){u(),c==null||c("anchor-removed");return}g()},k=W=>{let I=typeof W.composedPath=="function"?W.composedPath():[];I.includes(r)||I.includes(t)||(u(),c==null||c("outside"))},w=E.setTimeout(()=>{T.addEventListener("pointerdown",k,!0)},0);E.addEventListener("scroll",A,!0),E.addEventListener("resize",A),m=()=>{E.clearTimeout(w),T.removeEventListener("pointerdown",k,!0),E.removeEventListener("scroll",A,!0),E.removeEventListener("resize",A)},i==null||i()};return{get isOpen(){return p},open:h,close:u,toggle:()=>p?u():h(),reposition:g,destroy:u}}function Ax(e){return(typeof e.composedPath=="function"?e.composedPath():[]).some(r=>r instanceof HTMLElement&&(r.tagName==="INPUT"||r.tagName==="TEXTAREA"||r.isContentEditable))}var i0=()=>({keyHandlers:new Map,popovers:new Map,pendingOrder:[],latestPendingApprovalId:null}),Mx=(e,t)=>{let r=e.keyHandlers.get(t);r&&(document.removeEventListener("keydown",r),e.keyHandlers.delete(t));let o=e.popovers.get(t);o&&(o.destroy(),e.popovers.delete(t))},ha=(e,t)=>{Mx(e,t);let r=e.pendingOrder.indexOf(t);r!==-1&&e.pendingOrder.splice(r,1),e.latestPendingApprovalId===t&&(e.latestPendingApprovalId=e.pendingOrder.length?e.pendingOrder[e.pendingOrder.length-1]:null)},l0=e=>(e==null?void 0:e.approval)!==!1?e==null?void 0:e.approval:void 0,d0=(e,t)=>{var o,n;let r=(o=t==null?void 0:t.detailsDisplay)!=null?o:"collapsed";return(n=ga.get(e))!=null?n:r==="expanded"},Mp=e=>{let t=v("span","persona-approval-kbd");return t.textContent=e,t},c0=(e,t)=>{var d,p;let r=v("span","persona-approval-title");t!=null&&t.titleColor&&(r.style.color=t.titleColor);let n=e.toolType==="webmcp"||e.toolName.startsWith(yo)?ys(e.toolName):void 0,a=(p=t==null?void 0:t.formatDescription)==null?void 0:p.call(t,{toolName:e.toolName,toolType:e.toolType,description:(d=e.description)!=null?d:"",parameters:e.parameters,...n?{displayTitle:n}:{},...e.reason?{reason:e.reason}:{}});if(a)return r.textContent=a,r;let s=n!=null?n:ll(e.toolName),i=e.toolType&&e.toolType!=="webmcp"?e.toolType:null;r.append("The assistant wants to use ");let c=document.createElement("strong");if(c.textContent=s,r.appendChild(c),i){r.append(" from ");let m=document.createElement("strong");m.textContent=i,r.appendChild(m)}return r},p0=e=>{let t=v("div","persona-approval-resolved"),r=he("ban",15,"currentColor",2);r&&t.appendChild(r);let o=v("span","persona-approval-resolved-name");return o.textContent=e.toolName?ll(e.toolName):"Tool",t.append(o,document.createTextNode(e.status==="timeout"?" timed out":" denied")),t},u0=(e,t,r,o,n,a,s)=>{var W,I,R,D,O,Q,me;let i=v("div","persona-approval-card persona-shadow-sm");i.id=`bubble-${t.id}`,i.setAttribute("data-message-id",t.id),i.setAttribute("data-bubble-type","approval"),o!=null&&o.backgroundColor&&(i.style.background=o.backgroundColor),o!=null&&o.borderColor&&(i.style.borderColor=o.borderColor),(o==null?void 0:o.shadow)!==void 0&&(i.style.boxShadow=o.shadow.trim()===""?"none":o.shadow);let c=(W=o==null?void 0:o.detailsDisplay)!=null?W:"collapsed",d=!!r.description&&c!=="hidden",p=r.parameters!=null&&c!=="hidden",m=d||p,g=m&&d0(t.id,o),u=(I=o==null?void 0:o.showDetailsLabel)!=null?I:"Show details",h=(R=o==null?void 0:o.hideDetailsLabel)!=null?R:"Hide details",y=v("button","persona-approval-head");y.type="button",m?(y.setAttribute("data-action","toggle-params"),y.setAttribute("aria-expanded",g?"true":"false"),y.setAttribute("aria-label",g?h:u)):y.setAttribute("data-static","true");let E=v("span","persona-approval-logo"),T=he("shield-check",16,"currentColor",2);T&&E.appendChild(T),y.appendChild(E);let A=c0(r,o);if(m){let ue=v("span","persona-approval-toggle");ue.setAttribute("aria-hidden","true");let Z=he("chevron-down",14,"currentColor",2);Z&&ue.appendChild(Z),A.append(" "),A.appendChild(ue)}y.appendChild(A),i.appendChild(y);let k=v("div","persona-approval-body");if(m){let ue=v("div","persona-approval-details");if(ue.setAttribute("data-role","params"),ue.hidden=!g,d){let Z=v("p","persona-approval-desc");o!=null&&o.descriptionColor&&(Z.style.color=o.descriptionColor),Z.textContent=r.description,ue.appendChild(Z)}if(p){let Z=v("pre","persona-approval-params");o!=null&&o.parameterBackgroundColor&&(Z.style.background=o.parameterBackgroundColor),o!=null&&o.parameterTextColor&&(Z.style.color=o.parameterTextColor),Z.textContent=Rn(r.parameters),ue.appendChild(Z)}k.appendChild(ue)}if(r.reason){let ue=v("p","persona-approval-reason");o!=null&&o.reasonColor?ue.style.color=o.reasonColor:o!=null&&o.descriptionColor&&(ue.style.color=o.descriptionColor);let Z=v("span","persona-approval-reason-label");Z.textContent=`${(D=o==null?void 0:o.reasonLabel)!=null?D:"Agent's stated reason:"} `,ue.append(Z,document.createTextNode(r.reason)),k.appendChild(ue)}let w=v("div","persona-approval-actions"),C=null,S=ue=>{o!=null&&o.approveButtonColor&&(ue.style.background=o.approveButtonColor),o!=null&&o.approveButtonTextColor&&(ue.style.color=o.approveButtonTextColor)},M=v("button","persona-approval-deny");if(M.type="button",M.setAttribute("data-action","deny"),o!=null&&o.denyButtonColor&&(M.style.background=o.denyButtonColor),o!=null&&o.denyButtonTextColor&&(M.style.color=o.denyButtonTextColor),M.append((O=o==null?void 0:o.denyLabel)!=null?O:"Deny"),s){let ue=v("div","persona-approval-split"),Z=v("button","persona-approval-primary");Z.type="button",Z.setAttribute("data-action","always"),S(Z),Z.append((Q=o==null?void 0:o.approveLabel)!=null?Q:"Always allow",Mp("\u23CE"));let Le=v("button","persona-approval-caret");Le.type="button",Le.setAttribute("data-action","toggle-menu"),Le.setAttribute("aria-label","More options"),S(Le);let He=he("chevron-down",15,"currentColor",2);He&&Le.appendChild(He),ue.append(Z,Le),w.append(ue,M),M.append(Mp("Esc"));let ie=v("div","persona-approval-menu"),Me=v("button","persona-approval-menu-item");Me.type="button",Me.append("Allow once",Mp("\u2318\u23CE")),ie.appendChild(Me),C=Sx({anchor:ue,content:ie,placement:"bottom-start",matchAnchorWidth:!0}),e.popovers.set(t.id,C),Me.addEventListener("click",()=>{ha(e,t.id),n()})}else{let ue=v("button","persona-approval-primary persona-approval-primary--solo");ue.type="button",ue.setAttribute("data-action","allow"),S(ue),ue.append((me=o==null?void 0:o.approveLabel)!=null?me:"Allow"),w.append(ue,M)}return k.appendChild(w),i.appendChild(k),i.addEventListener("click",ue=>{let Z=ue.target instanceof Element?ue.target.closest("[data-action]"):null;if(!Z)return;let Le=Z.getAttribute("data-action");if(Le==="toggle-params"){let He=i.querySelector('[data-role="params"]');if(He){let ie=He.hidden;He.hidden=!ie,y.setAttribute("aria-expanded",ie?"true":"false"),y.setAttribute("aria-label",ie?h:u),ga.set(t.id,ie)}return}if(Le==="toggle-menu"){C==null||C.toggle();return}if(Le==="always"){ha(e,t.id),n({remember:!0});return}if(Le==="allow"){ha(e,t.id),n();return}if(Le==="deny"){ha(e,t.id),a();return}}),i},Tx=()=>{let e=i0();return{plugin:{id:"persona-built-in-approval",renderApproval:({message:o,approve:n,deny:a,config:s})=>{let i=o==null?void 0:o.approval;if(!i)return null;let c=l0(s);if(i.status!=="pending"){if(ha(e,o.id),i.status==="approved"){let m=document.createElement("div");return m.style.display="none",m}return p0(i)}Mx(e,o.id);let d=(c==null?void 0:c.enableAlwaysAllow)===!0,p=u0(e,o,i,c,n,a,d);if(d){e.pendingOrder.includes(o.id)||e.pendingOrder.push(o.id),e.latestPendingApprovalId=e.pendingOrder[e.pendingOrder.length-1];let m=g=>{Ax(g)||o.id===e.latestPendingApprovalId&&(g.key!=="Escape"&&g.key!=="Enter"||(g.preventDefault(),g.stopImmediatePropagation(),ha(e,o.id),g.key==="Escape"?a():g.metaKey||g.ctrlKey?n():n({remember:!0})))};e.keyHandlers.set(o.id,m),document.addEventListener("keydown",m)}return p}},teardown:()=>{for(let o of[...e.keyHandlers.keys(),...e.popovers.keys()])ha(e,o);e.latestPendingApprovalId=null}}};var Ex=e=>{let t=[],r=null;return{buttons:t,render:(n,a,s,i,c,d)=>{e.innerHTML="",t.length=0;let p=(d==null?void 0:d.agentPushed)===!0;if(p||(r=null),!n||!n.length||!p&&(i!=null?i:a?a.getMessages():[]).some(E=>E.role==="user"))return;let m=document.createDocumentFragment(),g=a?a.isStreaming():!1,u=h=>{switch(h){case"serif":return'Georgia, "Times New Roman", Times, serif';case"mono":return'"Courier New", Courier, "Lucida Console", Monaco, monospace';default:return'-apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", Arial, sans-serif'}};if(n.forEach(h=>{let y=v("button","persona-rounded-button persona-bg-persona-surface persona-px-3 persona-py-1.5 persona-text-xs persona-font-medium persona-text-persona-primary hover:persona-opacity-80 persona-cursor-pointer persona-border persona-border-persona-border");y.type="button",y.textContent=h,y.disabled=g,c!=null&&c.fontFamily&&(y.style.fontFamily=u(c.fontFamily)),c!=null&&c.fontWeight&&(y.style.fontWeight=c.fontWeight),c!=null&&c.paddingX&&(y.style.paddingLeft=c.paddingX,y.style.paddingRight=c.paddingX),c!=null&&c.paddingY&&(y.style.paddingTop=c.paddingY,y.style.paddingBottom=c.paddingY),y.addEventListener("click",()=>{!a||a.isStreaming()||(s.value="",p&&e.dispatchEvent(new CustomEvent("persona:suggestReplies:selected",{detail:{suggestion:h},bubbles:!0,composed:!0})),a.sendMessage(h))}),m.appendChild(y),t.push(y)}),e.appendChild(m),p){let h=JSON.stringify(n);h!==r&&(r=h,e.dispatchEvent(new CustomEvent("persona:suggestReplies:shown",{detail:{suggestions:[...n]},bubbles:!0,composed:!0})))}}}};var _s=class{constructor(t=2e3,r=null){this.head=0;this.count=0;this.totalCaptured=0;this.eventTypesSet=new Set;this.maxSize=t,this.buffer=new Array(t),this.store=r}push(t){var r;this.buffer[this.head]=t,this.head=(this.head+1)%this.maxSize,this.count<this.maxSize&&this.count++,this.totalCaptured++,this.eventTypesSet.add(t.type),(r=this.store)==null||r.put(t)}getAll(){return this.count===0?[]:this.count<this.maxSize?this.buffer.slice(0,this.count):[...this.buffer.slice(this.head,this.maxSize),...this.buffer.slice(0,this.head)]}async restore(){if(!this.store)return 0;let t=await this.store.getAll();if(t.length===0)return 0;let r=t.length>this.maxSize?t.slice(t.length-this.maxSize):t;for(let o of r)this.buffer[this.head]=o,this.head=(this.head+1)%this.maxSize,this.count<this.maxSize&&this.count++,this.eventTypesSet.add(o.type);return this.totalCaptured=t.length,r.length}getAllFromStore(){return this.store?this.store.getAll():Promise.resolve(this.getAll())}getRecent(t){let r=this.getAll();return t>=r.length?r:r.slice(r.length-t)}getSize(){return this.count}getTotalCaptured(){return this.totalCaptured}getEvictedCount(){return this.totalCaptured-this.count}clear(){var t;this.buffer=new Array(this.maxSize),this.head=0,this.count=0,this.totalCaptured=0,this.eventTypesSet.clear(),(t=this.store)==null||t.clear()}destroy(){var t;this.buffer=[],this.head=0,this.count=0,this.totalCaptured=0,this.eventTypesSet.clear(),(t=this.store)==null||t.destroy()}getEventTypes(){return Array.from(this.eventTypesSet)}};var Us=class{constructor(t="persona-event-stream",r="events"){this.db=null;this.pendingWrites=[];this.flushScheduled=!1;this.isDestroyed=!1;this.dbName=t,this.storeName=r}open(){return new Promise((t,r)=>{try{let o=indexedDB.open(this.dbName,1);o.onupgradeneeded=()=>{let n=o.result;n.objectStoreNames.contains(this.storeName)||n.createObjectStore(this.storeName,{keyPath:"id"}).createIndex("timestamp","timestamp",{unique:!1})},o.onsuccess=()=>{this.db=o.result,t()},o.onerror=()=>{r(o.error)}}catch(o){r(o)}})}put(t){!this.db||this.isDestroyed||(this.pendingWrites.push(t),this.flushScheduled||(this.flushScheduled=!0,queueMicrotask(()=>this.flushWrites())))}putBatch(t){if(!(!this.db||this.isDestroyed||t.length===0))try{let o=this.db.transaction(this.storeName,"readwrite").objectStore(this.storeName);for(let n of t)o.put(n)}catch{}}getAll(){return new Promise((t,r)=>{if(!this.db){t([]);return}try{let s=this.db.transaction(this.storeName,"readonly").objectStore(this.storeName).index("timestamp").getAll();s.onsuccess=()=>{t(s.result)},s.onerror=()=>{r(s.error)}}catch(o){r(o)}})}getCount(){return new Promise((t,r)=>{if(!this.db){t(0);return}try{let a=this.db.transaction(this.storeName,"readonly").objectStore(this.storeName).count();a.onsuccess=()=>{t(a.result)},a.onerror=()=>{r(a.error)}}catch(o){r(o)}})}clear(){return new Promise((t,r)=>{if(!this.db){t();return}this.pendingWrites=[];try{let a=this.db.transaction(this.storeName,"readwrite").objectStore(this.storeName).clear();a.onsuccess=()=>{t()},a.onerror=()=>{r(a.error)}}catch(o){r(o)}})}close(){this.db&&(this.db.close(),this.db=null)}destroy(){return this.isDestroyed=!0,this.pendingWrites=[],this.close(),new Promise((t,r)=>{try{let o=indexedDB.deleteDatabase(this.dbName);o.onsuccess=()=>{t()},o.onerror=()=>{r(o.error)}}catch(o){r(o)}})}flushWrites(){if(this.flushScheduled=!1,!this.db||this.isDestroyed||this.pendingWrites.length===0)return;let t=this.pendingWrites;this.pendingWrites=[];try{let o=this.db.transaction(this.storeName,"readwrite").objectStore(this.storeName);for(let n of t)o.put(n)}catch{}}};var f0=new Set(["flow_start","flow_run_start","agent_start","dispatch_start","run_start"]),m0=new Set(["step_start","execution_start"]),g0=new Set(["step_delta","step_chunk","chunk","agent_turn_delta"]),h0=new Set(["step_complete","agent_turn_complete"]),x0=new Set(["flow_complete","agent_complete"]),kx=new Set(["step_error","flow_error","agent_error","dispatch_error","error"]),Px=e=>typeof e=="object"&&e!==null&&!Array.isArray(e),Xr=e=>typeof e=="number"&&Number.isFinite(e)?e:void 0,xa=(e,t)=>{let r=e[t];return Px(r)?r:void 0};function Tp(e){return e>0?Math.max(1,Math.ceil(e/4)):0}function cl(e,t){if(!(e<=0||t===void 0||t<250))return e/(t/1e3)}function y0(e,t){return typeof t.type=="string"?t.type:e}function b0(e){return typeof e.text=="string"?e.text:typeof e.delta=="string"?e.delta:typeof e.content=="string"?e.content:typeof e.chunk=="string"?e.chunk:""}function v0(e,t){return e==="step_delta"||e==="step_chunk"?t.stepType!=="tool"&&t.executionType!=="context":e!=="agent_turn_delta"?!0:(typeof t.contentType=="string"?t.contentType:typeof t.content_type=="string"?t.content_type:void 0)==="text"}function Lx(e){var o,n,a,s,i;let t=xa(e,"result"),r=[xa(e,"tokens"),xa(e,"totalTokens"),t?xa(t,"tokens"):void 0,xa(e,"usage"),t?xa(t,"usage"):void 0];for(let c of r){if(!c)continue;let d=(n=(o=Xr(c.output))!=null?o:Xr(c.outputTokens))!=null?n:Xr(c.completionTokens);if(d!==void 0)return d}return(i=(a=Xr(e.outputTokens))!=null?a:Xr(e.completionTokens))!=null?i:t?(s=Xr(t.outputTokens))!=null?s:Xr(t.completionTokens):void 0}function w0(e){var r,o,n,a,s;let t=xa(e,"result");return(s=(n=(o=(r=Xr(e.executionTime))!=null?r:Xr(e.executionTimeMs))!=null?o:Xr(e.execution_time))!=null?n:Xr(e.duration))!=null?s:t?(a=Xr(t.executionTime))!=null?a:Xr(t.executionTimeMs):void 0}function C0(){return typeof performance!="undefined"&&typeof performance.now=="function"?performance.now():Date.now()}var qs=class{constructor(t=C0){this.metric={status:"idle"};this.run=null;this.now=t}getMetric(){let t=this.run;if(t&&this.metric.status==="running"&&t.firstDeltaAt!==void 0&&this.metric.outputTokens!==void 0){let r=this.now()-t.firstDeltaAt;return{...this.metric,durationMs:r,tokensPerSecond:cl(this.metric.outputTokens,r)}}return this.metric}reset(){this.run=null,this.metric={status:"idle"}}startRun(t){this.run={startedAt:t,visibleCharCount:0,exactOutputTokens:0},this.metric={status:"running"}}processEvent(t,r){var a;if(!Px(r)){kx.has(t)&&this.run&&(this.run=null,this.metric={status:"error"});return}let o=y0(t,r),n=this.now();if(f0.has(o)){this.startRun(n);return}if(m0.has(o)){this.run||this.startRun(n);return}if(g0.has(o)){if(!v0(o,r))return;let s=b0(r);if(!s)return;this.run||this.startRun(n);let i=this.run;(a=i.firstDeltaAt)!=null||(i.firstDeltaAt=n),i.visibleCharCount+=s.length;let c=i.exactOutputTokens+Tp(i.visibleCharCount),d=n-i.firstDeltaAt;this.metric={status:"running",tokensPerSecond:cl(c,d),outputTokens:c,durationMs:d,source:i.exactOutputTokens>0?"usage":"estimate"};return}if(h0.has(o)){if(!this.run)return;let s=this.run,i=Lx(r);i!==void 0&&(s.exactOutputTokens+=i,s.visibleCharCount=0);let c=s.exactOutputTokens>0,d=s.exactOutputTokens+Tp(s.visibleCharCount),p=this.resolveDuration(s,r,n);this.metric={status:"running",tokensPerSecond:cl(d,p),outputTokens:d,durationMs:p,source:c?"usage":"estimate"};return}if(x0.has(o)){if(!this.run)return;let s=this.run,i=Lx(r),c=i!=null?i:s.exactOutputTokens+Tp(s.visibleCharCount),d=i!==void 0||s.exactOutputTokens>0?"usage":"estimate",p=this.resolveDuration(s,r,n);this.metric={status:"complete",tokensPerSecond:cl(c,p),outputTokens:c,durationMs:p,source:d},this.run=null;return}if(kx.has(o)){if(!this.run)return;this.run=null,this.metric={status:"error"}}}resolveDuration(t,r,o){let n=t.firstDeltaAt!==void 0?o-t.firstDeltaAt:void 0;if(n!==void 0&&n>=250)return n;let a=w0(r);return a!=null?a:o-t.startedAt}};function Ya(e,t){t&&t.split(/\s+/).forEach(r=>r&&e.classList.add(r))}var S0={flow_:{bg:"var(--persona-palette-colors-success-100, #dcfce7)",text:"var(--persona-palette-colors-success-700, #166534)"},step_:{bg:"var(--persona-palette-colors-primary-100, #f5f5f5)",text:"var(--persona-palette-colors-primary-700, #0a0a0a)"},reason_:{bg:"var(--persona-palette-colors-warning-100, #ffedd5)",text:"var(--persona-palette-colors-warning-700, #9a3412)"},tool_:{bg:"var(--persona-palette-colors-purple-100, #f3e8ff)",text:"var(--persona-palette-colors-purple-700, #6b21a8)"},agent_:{bg:"var(--persona-palette-colors-teal-100, #ccfbf1)",text:"var(--persona-palette-colors-teal-700, #115e59)"},error:{bg:"var(--persona-palette-colors-error-100, #fecaca)",text:"var(--persona-palette-colors-error-700, #991b1b)"}},A0={bg:"var(--persona-palette-colors-gray-100, #f3f4f6)",text:"var(--persona-palette-colors-gray-600, #4b5563)"},M0=["flowName","stepName","reasoningText","text","name","tool","toolName"],T0=100;function E0(e,t){let r={...S0,...t};if(r[e])return r[e];for(let o of Object.keys(r))if(o.endsWith("_")&&e.startsWith(o))return r[o];return A0}function k0(e,t){return`+${((e-t)/1e3).toFixed(3)}s`}function L0(e){let t=new Date(e),r=String(t.getHours()).padStart(2,"0"),o=String(t.getMinutes()).padStart(2,"0"),n=String(t.getSeconds()).padStart(2,"0"),a=String(t.getMilliseconds()).padStart(3,"0");return`${r}:${o}:${n}.${a}`}function P0(e,t){try{let r=JSON.parse(e);if(typeof r!="object"||r===null)return null;for(let o of t){let n=o.split("."),a=r;for(let s of n)if(a&&typeof a=="object"&&a!==null)a=a[s];else{a=void 0;break}if(typeof a=="string"&&a.trim())return a.trim()}}catch{}return null}function R0(e){var t;return(t=navigator.clipboard)!=null&&t.writeText?navigator.clipboard.writeText(e):new Promise(r=>{let o=document.createElement("textarea");o.value=e,o.style.position="fixed",o.style.opacity="0",document.body.appendChild(o),o.select(),document.execCommand("copy"),document.body.removeChild(o),r()})}function I0(e){let t;try{t=JSON.parse(e.payload)}catch{t=e.payload}return JSON.stringify({type:e.type,timestamp:new Date(e.timestamp).toISOString(),payload:t},null,2)}function W0(e){return e.tokensPerSecond===void 0||!Number.isFinite(e.tokensPerSecond)?"-- tok/s":`${e.tokensPerSecond.toFixed(1)} tok/s`}function H0(e){let t=[];return e.outputTokens!==void 0&&t.push(`${e.outputTokens.toLocaleString()} tok`),e.durationMs!==void 0&&t.push(`${(e.durationMs/1e3).toFixed(2)}s`),e.source&&t.push(e.source),t.join(" \xB7 ")}function B0(e,t,r){let o,n;try{n=JSON.parse(e.payload),o=JSON.stringify(n,null,2)}catch{n=e.payload,o=e.payload}let a=t.find(i=>i.renderEventStreamPayload);if(a!=null&&a.renderEventStreamPayload&&r){let i=a.renderEventStreamPayload({event:e,config:r,defaultRenderer:()=>s(),parsedPayload:n});if(i)return i}return s();function s(){let i=v("div","persona-bg-persona-container persona-border-t persona-border-persona-divider persona-px-3 persona-py-2 persona-ml-4 persona-mr-3 persona-mb-1 persona-rounded-b persona-overflow-auto persona-max-h-[300px]"),c=v("pre","persona-m-0 persona-whitespace-pre-wrap persona-break-all persona-text-[11px] persona-text-persona-secondary persona-font-mono");return c.textContent=o,i.appendChild(c),i}}function Ep(e,t,r,o,n,a,s,i){var g;let c=n.has(e.id),d=v("div","persona-border-b persona-border-persona-divider persona-text-xs");Ya(d,(g=o.classNames)==null?void 0:g.eventRow);let p=s.find(u=>u.renderEventStreamRow);if(p!=null&&p.renderEventStreamRow&&i){let u=p.renderEventStreamRow({event:e,index:t,config:i,defaultRenderer:()=>m(),isExpanded:c,onToggleExpand:()=>a(e.id)});if(u)return d.appendChild(u),d}return d.appendChild(m()),d;function m(){var O,Q;let u=v("div",""),h=v("div","persona-flex persona-items-center persona-gap-2 persona-px-3 persona-py-3 hover:persona-bg-persona-container persona-cursor-pointer persona-group");h.setAttribute("data-event-id",e.id);let y=v("span","persona-flex-shrink-0 persona-text-persona-muted persona-w-4 persona-text-center persona-flex persona-items-center persona-justify-center"),E=he(c?"chevron-down":"chevron-right","14px","currentColor",2);E&&y.appendChild(E);let T=v("span","persona-text-[11px] persona-text-persona-muted persona-whitespace-nowrap persona-flex-shrink-0 persona-font-mono persona-w-[70px]"),A=(O=o.timestampFormat)!=null?O:"relative";T.textContent=A==="relative"?k0(e.timestamp,r):L0(e.timestamp);let k=null;o.showSequenceNumbers!==!1&&(k=v("span","persona-text-[11px] persona-text-persona-muted persona-font-mono persona-flex-shrink-0 persona-w-[28px] persona-text-right"),k.textContent=String(t+1));let w=E0(e.type,o.badgeColors),C=v("span","persona-inline-flex persona-items-center persona-px-2 persona-py-0.5 persona-rounded persona-text-[11px] persona-font-mono persona-font-medium persona-whitespace-nowrap persona-flex-shrink-0 persona-border");C.style.backgroundColor=w.bg,C.style.color=w.text,C.style.borderColor=w.text+"50",C.textContent=e.type;let S=(Q=o.descriptionFields)!=null?Q:M0,M=P0(e.payload,S),W=null;M&&(W=v("span","persona-text-[11px] persona-text-persona-secondary persona-truncate persona-min-w-0"),W.textContent=M);let I=v("div","persona-flex-1 persona-min-w-0"),R=v("button","persona-text-persona-muted hover:persona-text-persona-primary persona-cursor-pointer persona-flex-shrink-0 persona-border-none persona-bg-transparent persona-p-0"),D=he("clipboard","12px","currentColor",1.5);return D&&R.appendChild(D),R.addEventListener("click",async me=>{me.stopPropagation(),await R0(I0(e)),R.innerHTML="";let ue=he("check","12px","currentColor",1.5);ue&&R.appendChild(ue),setTimeout(()=>{R.innerHTML="";let Z=he("clipboard","12px","currentColor",1.5);Z&&R.appendChild(Z)},1500)}),h.appendChild(y),h.appendChild(T),k&&h.appendChild(k),h.appendChild(C),W&&h.appendChild(W),h.appendChild(I),h.appendChild(R),u.appendChild(h),c&&u.appendChild(B0(e,s,i)),u}}function Rx(e){var h,y,E,T,A;let{buffer:t,getFullHistory:r,onClose:o,config:n,plugins:a=[],getThroughput:s}=e,i=(h=n==null?void 0:n.features)==null?void 0:h.scrollToBottom,c=(i==null?void 0:i.enabled)!==!1,d=(y=i==null?void 0:i.iconName)!=null?y:"arrow-down",p=(E=i==null?void 0:i.label)!=null?E:"",m=(A=(T=n==null?void 0:n.features)==null?void 0:T.eventStream)!=null?A:{},g=a.find(k=>k.renderEventStreamView);if(g!=null&&g.renderEventStreamView&&n){let k=g.renderEventStreamView({config:n,events:t.getAll(),defaultRenderer:()=>u().element,onClose:o});if(k)return{element:k,update:()=>{},destroy:()=>{}}}return u();function u(){let k=m.classNames,w=v("div","persona-event-stream-view persona-flex persona-flex-col persona-flex-1 persona-min-h-0");Ya(w,k==null?void 0:k.panel);let C=[],S="",M="",W=null,I=[],R={},D=0,O=$i(),Q=0,me=0,ue=!1,Z=null,Le=!1,He=0,ie=new Set,Me=new Map,oe="",se="",ge=null,Te,qe,j,ee,Ee=null,te=null,le=null;function ke(){let pe=v("div","persona-event-toolbar persona-relative persona-flex persona-flex-col persona-flex-shrink-0"),N=v("div","persona-flex persona-items-center persona-gap-2 persona-px-4 persona-py-3 persona-pb-0 persona-border-persona-divider persona-bg-persona-surface persona-overflow-hidden");if(Ya(N,k==null?void 0:k.headerBar),s){te=v("div","persona-relative persona-flex persona-items-center persona-gap-1.5 persona-whitespace-nowrap"),te.style.cursor="help",Ee=v("span","persona-text-[11px] persona-font-mono persona-bg-persona-container persona-text-persona-muted persona-px-2 persona-py-0.5 persona-rounded persona-border persona-border-persona-border persona-tabular-nums"),Ee.textContent="-- tok/s",le=v("div","persona-absolute persona-z-50 persona-whitespace-nowrap persona-rounded persona-border persona-border-persona-border persona-bg-persona-container persona-text-persona-primary persona-text-[11px] persona-font-mono persona-px-2 persona-py-1 persona-shadow"),le.style.display="none",le.style.pointerEvents="none";let Ft=te,er=le,So=()=>{if(!er.textContent)return;let io=Ft.getBoundingClientRect(),lo=pe.getBoundingClientRect();er.style.left=`${io.left-lo.left}px`,er.style.top=`${io.bottom-lo.top+4}px`,er.style.display="block"},Uo=()=>{er.style.display="none"};te.addEventListener("mouseenter",So),te.addEventListener("mouseleave",Uo),te.appendChild(Ee)}let ye=v("div","persona-flex-1");Te=v("select","persona-text-xs persona-bg-persona-surface persona-border persona-border-persona-border persona-rounded persona-px-2.5 persona-py-1 persona-text-persona-primary persona-cursor-pointer");let ae=v("option","");ae.value="",ae.textContent="All events (0)",Te.appendChild(ae),qe=v("button","persona-inline-flex persona-items-center persona-gap-1.5 persona-rounded persona-text-xs persona-text-persona-muted hover:persona-bg-persona-container hover:persona-text-persona-primary persona-cursor-pointer persona-border persona-border-persona-border persona-bg-persona-surface persona-flex-shrink-0 persona-px-2.5 persona-py-1"),qe.type="button",qe.title="Copy All";let Ke=he("clipboard-copy","12px","currentColor",1.5);Ke&&qe.appendChild(Ke);let Lt=v("span","persona-event-copy-all persona-text-xs");Lt.textContent="Copy All",qe.appendChild(Lt),te&&N.appendChild(te),N.appendChild(ye),N.appendChild(Te),N.appendChild(qe);let Et=v("div","persona-relative persona-px-4 persona-py-2.5 persona-border-b persona-border-persona-divider persona-bg-persona-surface");Ya(Et,k==null?void 0:k.searchBar);let bt=he("search","14px","var(--persona-muted, #9ca3af)",1.5),It=v("span","persona-absolute persona-left-6 persona-top-1/2 persona--translate-y-1/2 persona-pointer-events-none persona-flex persona-items-center");bt&&It.appendChild(bt),j=v("input","persona-text-sm persona-bg-persona-surface persona-border persona-border-persona-border persona-rounded-md persona-pl-8 persona-pr-3 persona-py-1 persona-w-full persona-text-persona-primary"),Ya(j,k==null?void 0:k.searchInput),j.type="text",j.placeholder="Search event payloads...",ee=v("button","persona-absolute persona-right-5 persona-top-1/2 persona--translate-y-1/2 persona-text-persona-muted hover:persona-text-persona-primary persona-cursor-pointer persona-border-none persona-bg-transparent persona-p-0 persona-leading-none"),ee.type="button",ee.style.display="none";let Qt=he("x","12px","currentColor",2);return Qt&&ee.appendChild(Qt),Et.appendChild(It),Et.appendChild(j),Et.appendChild(ee),pe.appendChild(N),pe.appendChild(Et),le&&pe.appendChild(le),pe}let nt,yt=a.find(pe=>pe.renderEventStreamToolbar);if(yt!=null&&yt.renderEventStreamToolbar&&n){let pe=yt.renderEventStreamToolbar({config:n,defaultRenderer:()=>ke(),eventCount:t.getSize(),filteredCount:0,onFilterChange:N=>{S=N,xe(),Ct()},onSearchChange:N=>{M=N,xe(),Ct()}});nt=pe!=null?pe:ke()}else nt=ke();let Kt=v("div","persona-text-xs persona-text-persona-muted persona-text-center persona-py-0.5 persona-px-4 persona-bg-persona-container persona-border-b persona-border-persona-divider persona-italic persona-flex-shrink-0");Kt.style.display="none";function jt(){if(!s||!Ee||!te)return;let pe=s(),N=W0(pe);Ee.textContent=N;let ye=H0(pe);le&&(le.textContent=ye,ye||(le.style.display="none")),te.setAttribute("aria-label",ye?`Throughput: ${N}, ${ye}`:`Throughput: ${N}`)}let ct=v("div","persona-flex-1 persona-min-h-0 persona-relative"),fe=v("div","persona-event-stream-list persona-overflow-y-auto persona-min-h-0");fe.style.height="100%";let X=v("div","persona-scroll-to-bottom-indicator persona-absolute persona-bottom-3 persona-left-1/2 persona-transform persona--translate-x-1/2 persona-cursor-pointer persona-z-10 persona-text-xs");Ya(X,k==null?void 0:k.scrollIndicator),X.style.display="none",X.setAttribute("data-persona-scroll-to-bottom-has-label",p?"true":"false");let st=he(d,"14px","currentColor",2);st&&X.appendChild(st);let je=v("span","");je.textContent=p,X.appendChild(je);let Ce=v("div","persona-flex persona-items-center persona-justify-center persona-h-full persona-text-sm persona-text-persona-muted");Ce.style.display="none",ct.appendChild(fe),ct.appendChild(Ce),ct.appendChild(X),w.setAttribute("tabindex","0"),w.appendChild(nt),w.appendChild(Kt),w.appendChild(ct);function ve(){let pe=t.getAll(),N={};for(let Et of pe)N[Et.type]=(N[Et.type]||0)+1;let ye=Object.keys(N).sort(),ae=ye.length!==I.length||!ye.every((Et,bt)=>Et===I[bt]),mt=!ae&&ye.some(Et=>N[Et]!==R[Et]),Ke=pe.length!==Object.values(R).reduce((Et,bt)=>Et+bt,0);if(!ae&&!mt&&!Ke||(I=ye,R=N,!Te))return;let Lt=Te.value;if(Te.options[0].textContent=`All events (${pe.length})`,ae){for(;Te.options.length>1;)Te.remove(1);for(let Et of ye){let bt=v("option","");bt.value=Et,bt.textContent=`${Et} (${N[Et]||0})`,Te.appendChild(bt)}Lt&&ye.includes(Lt)?Te.value=Lt:Lt&&(Te.value="",S="")}else for(let Et=1;Et<Te.options.length;Et++){let bt=Te.options[Et];bt.textContent=`${bt.value} (${N[bt.value]||0})`}}function Ye(){let pe=t.getAll();if(S&&(pe=pe.filter(N=>N.type===S)),M){let N=M.toLowerCase();pe=pe.filter(ye=>ye.type.toLowerCase().includes(N)||ye.payload.toLowerCase().includes(N))}return pe}function Vt(){return S!==""||M!==""}function xe(){D=0,Q=0,O.resume(),X.style.display="none"}function de(pe){ie.has(pe)?ie.delete(pe):ie.add(pe),ge=pe;let N=fe.scrollTop,ye=O.isFollowing();Le=!0,O.pause(),Ct(),fe.scrollTop=N,ye&&O.resume(),Le=!1}function Ar(){return Dn(fe,50)}function Ct(){me=Date.now(),ue=!1,jt(),ve();let pe=t.getEvictedCount();pe>0?(Kt.textContent=`${pe.toLocaleString()} older events truncated`,Kt.style.display=""):Kt.style.display="none",C=Ye();let N=C.length,ye=t.getSize()>0;N===0&&ye&&Vt()?(Ce.textContent=M?`No events matching '${M}'`:"No events matching filter",Ce.style.display="",fe.style.display="none"):(Ce.style.display="none",fe.style.display=""),qe&&(qe.title=Vt()?`Copy Filtered (${N})`:"Copy All"),c&&!O.isFollowing()&&N>D&&(Q+=N-D,je.textContent=p?`${p}${Q>0?` (${Q})`:""}`:"",X.style.display=""),D=N;let ae=t.getAll(),mt=ae.length>0?ae[0].timestamp:0,Ke=new Set(C.map(bt=>bt.id));for(let bt of ie)Ke.has(bt)||ie.delete(bt);let Lt=S!==oe||M!==se,Et=Me.size===0&&C.length>0;if(Lt||Et||C.length===0){fe.innerHTML="",Me.clear();let bt=document.createDocumentFragment();for(let It=0;It<C.length;It++){let Qt=Ep(C[It],It,mt,m,ie,de,a,n);Me.set(C[It].id,Qt),bt.appendChild(Qt)}fe.appendChild(bt),oe=S,se=M,ge=null}else{if(ge!==null){let It=Me.get(ge);if(It&&It.parentNode===fe){let Qt=C.findIndex(Ft=>Ft.id===ge);if(Qt>=0){let Ft=Ep(C[Qt],Qt,mt,m,ie,de,a,n);fe.insertBefore(Ft,It),It.remove(),Me.set(ge,Ft)}}ge=null}let bt=new Set(C.map(It=>It.id));for(let[It,Qt]of Me)bt.has(It)||(Qt.remove(),Me.delete(It));for(let It=0;It<C.length;It++){let Qt=C[It];if(!Me.has(Qt.id)){let Ft=Ep(Qt,It,mt,m,ie,de,a,n);Me.set(Qt.id,Ft),fe.appendChild(Ft)}}}O.isFollowing()&&(fe.scrollTop=fe.scrollHeight)}function br(){if(Date.now()-me>=T0){Z!==null&&(cancelAnimationFrame(Z),Z=null),Ct();return}ue||(ue=!0,Z=requestAnimationFrame(()=>{Z=null,Ct()}))}let wo=(pe,N)=>{if(!qe)return;qe.innerHTML="";let ye=he(pe,"12px","currentColor",1.5);ye&&qe.appendChild(ye);let ae=v("span","persona-text-xs");ae.textContent="Copy All",qe.appendChild(ae),setTimeout(()=>{qe.innerHTML="";let mt=he("clipboard-copy","12px","currentColor",1.5);mt&&qe.appendChild(mt);let Ke=v("span","persona-text-xs");Ke.textContent="Copy All",qe.appendChild(Ke),qe.disabled=!1},N)},Co=async()=>{if(qe){qe.disabled=!0;try{let pe;Vt()?pe=C:r?(pe=await r(),pe.length===0&&(pe=t.getAll())):pe=t.getAll();let N=pe.map(ye=>{try{return JSON.parse(ye.payload)}catch{return ye.payload}});await navigator.clipboard.writeText(JSON.stringify(N,null,2)),wo("check",1500)}catch{wo("x",1500)}}},Ve=()=>{Te&&(S=Te.value,xe(),Ct())},H=()=>{!j||!ee||(ee.style.display=j.value?"":"none",W&&clearTimeout(W),W=setTimeout(()=>{M=j.value,xe(),Ct()},150))},ce=()=>{!j||!ee||(j.value="",M="",ee.style.display="none",W&&clearTimeout(W),xe(),Ct())},Se=()=>{if(Le)return;let pe=fe.scrollTop,{action:N,nextLastScrollTop:ye}=ji({following:O.isFollowing(),currentScrollTop:pe,lastScrollTop:He,nearBottom:Ar(),userScrollThreshold:1,resumeRequiresDownwardScroll:!0});He=ye,N==="resume"?(O.resume(),Q=0,X.style.display="none"):N==="pause"&&(O.pause(),c&&(je.textContent=p,X.style.display=""))},Ae=pe=>{let N=Gi({following:O.isFollowing(),deltaY:pe.deltaY,nearBottom:Ar(),resumeWhenNearBottom:!0});N==="pause"?(O.pause(),c&&(je.textContent=p,X.style.display="")):N==="resume"&&(O.resume(),Q=0,X.style.display="none")},Ie=()=>{c&&(fe.scrollTop=fe.scrollHeight,O.resume(),Q=0,X.style.display="none")},et=pe=>{let N=pe.target;if(!N||N.closest("button"))return;let ye=N.closest("[data-event-id]");if(!ye)return;let ae=ye.getAttribute("data-event-id");ae&&de(ae)},Qe=pe=>{if((pe.metaKey||pe.ctrlKey)&&pe.key==="f"){pe.preventDefault(),j==null||j.focus(),j==null||j.select();return}pe.key==="Escape"&&(j&&document.activeElement===j?(ce(),j.blur(),w.focus()):o&&o())};qe&&qe.addEventListener("click",Co),Te&&Te.addEventListener("change",Ve),j&&j.addEventListener("input",H),ee&&ee.addEventListener("click",ce),fe.addEventListener("scroll",Se),fe.addEventListener("wheel",Ae,{passive:!0}),fe.addEventListener("click",et),X.addEventListener("click",Ie),w.addEventListener("keydown",Qe);function gt(){W&&clearTimeout(W),Z!==null&&(cancelAnimationFrame(Z),Z=null),ue=!1,Me.clear(),qe&&qe.removeEventListener("click",Co),Te&&Te.removeEventListener("change",Ve),j&&j.removeEventListener("input",H),ee&&ee.removeEventListener("click",ce),fe.removeEventListener("scroll",Se),fe.removeEventListener("wheel",Ae),fe.removeEventListener("click",et),X.removeEventListener("click",Ie),w.removeEventListener("keydown",Qe)}return{element:w,update:br,destroy:gt}}}function Ix(e,t){let r=typeof e.title=="string"&&e.title?e.title:"Untitled artifact",o=typeof e.artifactId=="string"?e.artifactId:"",n=e.status==="streaming"?"streaming":"complete",s=(typeof e.artifactType=="string"?e.artifactType:"markdown")==="component"?"Component":"Document",i=document.createElement("div");i.className="persona-flex persona-w-full persona-max-w-full persona-items-center persona-gap-3 persona-rounded-xl persona-px-4 persona-py-3",i.style.border="1px solid var(--persona-border, #e5e7eb)",i.style.backgroundColor="var(--persona-surface, #ffffff)",i.style.cursor="pointer",i.tabIndex=0,i.setAttribute("role","button"),i.setAttribute("aria-label",`Open ${r} in artifact panel`),o&&i.setAttribute("data-open-artifact",o);let c=document.createElement("div");c.className="persona-flex persona-h-10 persona-w-10 persona-flex-shrink-0 persona-items-center persona-justify-center persona-rounded-lg",c.style.border="1px solid var(--persona-border, #e5e7eb)",c.style.color="var(--persona-muted, #9ca3af)",c.innerHTML='<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="1.75" stroke-linecap="round" stroke-linejoin="round" aria-hidden="true"><path d="M14.5 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V7.5L14.5 2z"/><polyline points="14 2 14 8 20 8"/></svg>';let d=document.createElement("div");d.className="persona-min-w-0 persona-flex-1 persona-flex persona-flex-col persona-gap-0.5";let p=document.createElement("div");p.className="persona-truncate persona-text-sm persona-font-medium",p.style.color="var(--persona-text, #1f2937)",p.textContent=r;let m=document.createElement("div");if(m.className="persona-text-xs persona-flex persona-items-center persona-gap-1.5",m.style.color="var(--persona-muted, #9ca3af)",n==="streaming"){let g=document.createElement("span");g.className="persona-inline-block persona-w-1.5 persona-h-1.5 persona-rounded-full",g.style.backgroundColor="var(--persona-primary, #171717)",g.style.animation="persona-pulse 1.5s ease-in-out infinite",m.appendChild(g);let u=document.createElement("span");u.textContent=`Generating ${s.toLowerCase()}...`,m.appendChild(u)}else m.textContent=s;if(d.append(p,m),i.append(c,d),n==="complete"){let g=document.createElement("button");g.type="button",g.textContent="Download",g.title=`Download ${r}`,g.className="persona-flex-shrink-0 persona-rounded-md persona-px-3 persona-py-1.5 persona-text-xs persona-font-medium",g.style.border="1px solid var(--persona-border, #e5e7eb)",g.style.color="var(--persona-text, #1f2937)",g.style.backgroundColor="transparent",g.style.cursor="pointer",g.setAttribute("data-download-artifact",o),i.append(g)}return i}var Wx=(e,t)=>{var o,n,a;let r=(a=(n=(o=t==null?void 0:t.config)==null?void 0:o.features)==null?void 0:n.artifacts)==null?void 0:a.renderCard;if(r){let s=typeof e.title=="string"&&e.title?e.title:"Untitled artifact",i=typeof e.artifactId=="string"?e.artifactId:"",c=e.status==="streaming"?"streaming":"complete",d=typeof e.artifactType=="string"?e.artifactType:"markdown",p=r({artifact:{artifactId:i,title:s,artifactType:d,status:c},config:t.config,defaultRenderer:()=>Ix(e,t)});if(p)return p}return Ix(e,t)};var kp=class{constructor(){this.components=new Map}register(t,r){this.components.has(t)&&console.warn(`[ComponentRegistry] Component "${t}" is already registered. Overwriting.`),this.components.set(t,r)}unregister(t){this.components.delete(t)}get(t){return this.components.get(t)}has(t){return this.components.has(t)}getAllNames(){return Array.from(this.components.keys())}clear(){this.components.clear()}registerAll(t){Object.entries(t).forEach(([r,o])=>{this.register(r,o)})}},an=new kp;an.register("PersonaArtifactCard",Wx);function D0(e){var n;let t=v("div","persona-rounded-lg persona-border persona-border-persona-border persona-p-3 persona-text-persona-primary"),r=v("div","persona-font-semibold persona-text-sm persona-mb-2");r.textContent=e.component?`Component: ${e.component}`:"Component";let o=v("pre","persona-font-mono persona-text-xs persona-whitespace-pre-wrap persona-overflow-x-auto");return o.textContent=JSON.stringify((n=e.props)!=null?n:{},null,2),t.appendChild(r),t.appendChild(o),t}function Hx(e,t){var qe,j,ee,Ee;let r=(j=(qe=e.features)==null?void 0:qe.artifacts)==null?void 0:j.layout,n=((ee=r==null?void 0:r.toolbarPreset)!=null?ee:"default")==="document",a=(Ee=r==null?void 0:r.panePadding)==null?void 0:Ee.trim(),s=e.markdown?aa(e.markdown):null,i=Ha(e.sanitize),c=te=>{let le=s?s(te):Fo(te);return i?i(le):le},d=typeof document!="undefined"?v("div","persona-artifact-backdrop persona-fixed persona-inset-0 persona-z-[55] persona-bg-black/30 persona-hidden md:persona-hidden"):null,p=()=>{d==null||d.classList.add("persona-hidden"),m.classList.remove("persona-artifact-drawer-open"),D==null||D.hide()};d&&d.addEventListener("click",()=>{var te;p(),(te=t.onDismiss)==null||te.call(t)});let m=v("aside","persona-artifact-pane persona-flex persona-flex-col persona-min-h-0 persona-min-w-0 persona-bg-persona-surface persona-text-persona-primary persona-border-l persona-border-persona-border");m.setAttribute("data-persona-theme-zone","artifact-pane"),n&&m.classList.add("persona-artifact-pane-document");let g=v("div","persona-artifact-toolbar persona-flex persona-items-center persona-justify-between persona-gap-2 persona-px-2 persona-py-2 persona-border-b persona-border-persona-border persona-shrink-0");g.setAttribute("data-persona-theme-zone","artifact-toolbar"),n&&g.classList.add("persona-artifact-toolbar-document");let u=v("span","persona-text-xs persona-font-medium persona-truncate");u.textContent="Artifacts";let h=v("button","persona-rounded-md persona-border persona-border-persona-border persona-px-2 persona-py-1 persona-text-xs persona-bg-persona-surface");h.type="button",h.textContent="Close",h.setAttribute("aria-label","Close artifacts panel"),h.addEventListener("click",()=>{var te;p(),(te=t.onDismiss)==null||te.call(t)});let y="rendered",E=v("div","persona-flex persona-items-center persona-gap-1 persona-shrink-0 persona-artifact-toggle-group"),T=n?pr({icon:"eye",label:"Rendered view",className:"persona-artifact-doc-icon-btn persona-artifact-view-btn"}):pr({icon:"eye",label:"Rendered view"}),A=n?pr({icon:"code-2",label:"Source",className:"persona-artifact-doc-icon-btn persona-artifact-code-btn"}):pr({icon:"code-2",label:"Source"}),k=v("div","persona-flex persona-items-center persona-gap-1 persona-shrink-0"),w=(r==null?void 0:r.documentToolbarShowCopyLabel)===!0,C=(r==null?void 0:r.documentToolbarShowCopyChevron)===!0,S=r==null?void 0:r.documentToolbarCopyMenuItems,M=!!(C&&S&&S.length>0),W=null,I,R=null,D=null;if(n&&(w||C)&&!M){if(I=w?Os({icon:"copy",label:"Copy",iconSize:14,className:"persona-artifact-doc-copy-btn"}):pr({icon:"copy",label:"Copy",className:"persona-artifact-doc-copy-btn"}),C){let te=he("chevron-down",14,"currentColor",2);te&&I.appendChild(te)}}else n&&M?(W=v("div","persona-relative persona-inline-flex persona-items-center persona-gap-0 persona-rounded-md"),I=w?Os({icon:"copy",label:"Copy",iconSize:14,className:"persona-artifact-doc-copy-btn"}):pr({icon:"copy",label:"Copy",className:"persona-artifact-doc-copy-btn"}),R=pr({icon:"chevron-down",label:"More copy options",size:14,className:"persona-artifact-doc-copy-menu-chevron persona-artifact-doc-icon-btn",aria:{"aria-haspopup":"true","aria-expanded":"false"}}),W.append(I,R)):n?I=pr({icon:"copy",label:"Copy",className:"persona-artifact-doc-icon-btn"}):I=pr({icon:"copy",label:"Copy"});let O=n?pr({icon:"refresh-cw",label:"Refresh",className:"persona-artifact-doc-icon-btn"}):pr({icon:"refresh-cw",label:"Refresh"}),Q=n?pr({icon:"x",label:"Close",className:"persona-artifact-doc-icon-btn"}):pr({icon:"x",label:"Close"}),me=()=>{var yt,Kt,jt;let te=(yt=Me.find(ct=>ct.id===oe))!=null?yt:Me[Me.length-1],le=(Kt=te==null?void 0:te.id)!=null?Kt:null,ke=(te==null?void 0:te.artifactType)==="markdown"&&(jt=te.markdown)!=null?jt:"",nt=te?JSON.stringify({component:te.component,props:te.props},null,2):"";return{markdown:ke,jsonPayload:nt,id:le}},ue=async()=>{var yt;let{markdown:te,jsonPayload:le}=me(),ke=(yt=Me.find(Kt=>Kt.id===oe))!=null?yt:Me[Me.length-1],nt=(ke==null?void 0:ke.artifactType)==="markdown"?te:ke?le:"";try{await navigator.clipboard.writeText(nt)}catch{}};if(I.addEventListener("click",async()=>{let te=r==null?void 0:r.onDocumentToolbarCopyMenuSelect;if(te&&M){let{markdown:le,jsonPayload:ke,id:nt}=me();try{await te({actionId:"primary",artifactId:nt,markdown:le,jsonPayload:ke})}catch{}return}await ue()}),R&&(S!=null&&S.length)){let te=()=>{var ke;return(ke=m.closest("[data-persona-root]"))!=null?ke:document.body},le=()=>{D=_n({items:S.map(ke=>({id:ke.id,label:ke.label})),onSelect:async ke=>{let{markdown:nt,jsonPayload:yt,id:Kt}=me(),jt=r==null?void 0:r.onDocumentToolbarCopyMenuSelect;try{jt?await jt({actionId:ke,artifactId:Kt,markdown:nt,jsonPayload:yt}):ke==="markdown"||ke==="md"?await navigator.clipboard.writeText(nt):ke==="json"||ke==="source"?await navigator.clipboard.writeText(yt):await navigator.clipboard.writeText(nt||yt)}catch{}},anchor:W!=null?W:R,position:"bottom-right",portal:te()})};m.isConnected?le():requestAnimationFrame(le),R.addEventListener("click",ke=>{ke.stopPropagation(),D==null||D.toggle()})}O.addEventListener("click",async()=>{var te;try{await((te=r==null?void 0:r.onDocumentToolbarRefresh)==null?void 0:te.call(r))}catch{}ge()}),Q.addEventListener("click",()=>{var te;p(),(te=t.onDismiss)==null||te.call(t)});let Z=()=>{n&&(T.setAttribute("aria-pressed",y==="rendered"?"true":"false"),A.setAttribute("aria-pressed",y==="source"?"true":"false"))};T.addEventListener("click",()=>{y="rendered",Z(),ge()}),A.addEventListener("click",()=>{y="source",Z(),ge()});let Le=v("span","persona-min-w-0 persona-flex-1 persona-text-xs persona-font-medium persona-text-persona-primary persona-truncate persona-text-center md:persona-text-left");n?(g.replaceChildren(),E.append(T,A),W?k.append(W,O,Q):k.append(I,O,Q),g.append(E,Le,k),Z()):(g.appendChild(u),g.appendChild(h)),a&&(g.style.paddingLeft=a,g.style.paddingRight=a);let He=v("div","persona-artifact-list persona-shrink-0 persona-flex persona-gap-1 persona-overflow-x-auto persona-p-2 persona-border-b persona-border-persona-border"),ie=v("div","persona-artifact-content persona-flex-1 persona-min-h-0 persona-overflow-y-auto persona-p-3");a&&(He.style.paddingLeft=a,He.style.paddingRight=a,ie.style.padding=a),m.appendChild(g),m.appendChild(He),m.appendChild(ie);let Me=[],oe=null,se=!1,ge=()=>{var nt,yt,Kt,jt;let te=n&&Me.length<=1;He.classList.toggle("persona-hidden",te),He.replaceChildren();for(let ct of Me){let fe=v("button","persona-artifact-tab persona-shrink-0 persona-rounded-lg persona-px-2 persona-py-1 persona-text-xs persona-border persona-border-transparent persona-text-persona-primary");fe.type="button",fe.textContent=ct.title||ct.id.slice(0,8),ct.id===oe&&fe.classList.add("persona-bg-persona-container","persona-border-persona-border"),fe.addEventListener("click",()=>t.onSelect(ct.id)),He.appendChild(fe)}ie.replaceChildren();let le=oe&&Me.find(ct=>ct.id===oe)||Me[Me.length-1];if(!le)return;if(n){let ct=le.artifactType==="markdown"?"MD":(nt=le.component)!=null?nt:"Component",X=(le.title||"Document").trim().replace(/\s*·\s*MD\s*$/i,"").trim()||"Document";Le.textContent=`${X} \xB7 ${ct}`}else u.textContent="Artifacts";if(le.artifactType==="markdown"){if(n&&y==="source"){let fe=v("pre","persona-font-mono persona-text-xs persona-whitespace-pre-wrap persona-break-words persona-text-persona-primary");fe.textContent=(yt=le.markdown)!=null?yt:"",ie.appendChild(fe);return}let ct=v("div","persona-text-sm persona-leading-relaxed persona-markdown-bubble");ct.innerHTML=c((Kt=le.markdown)!=null?Kt:""),ie.appendChild(ct);return}let ke=le.component?an.get(le.component):void 0;if(ke){let fe={message:{id:le.id,role:"assistant",content:"",createdAt:new Date().toISOString()},config:e,updateProps:()=>{}};try{let X=ke((jt=le.props)!=null?jt:{},fe);if(X){ie.appendChild(X);return}}catch{}}ie.appendChild(D0(le))},Te=()=>{var le;let te=Me.length>0;if(m.classList.toggle("persona-hidden",!te),d){let ke=typeof m.closest=="function"?m.closest("[data-persona-root]"):null,yt=((le=ke==null?void 0:ke.classList.contains("persona-artifact-narrow-host"))!=null?le:!1)||typeof window!="undefined"&&window.matchMedia("(max-width: 640px)").matches;te&&yt&&se?(d.classList.remove("persona-hidden"),m.classList.add("persona-artifact-drawer-open")):(d.classList.add("persona-hidden"),m.classList.remove("persona-artifact-drawer-open"))}};return{element:m,backdrop:d,update(te){var le,ke,nt;Me=te.artifacts,oe=(nt=(ke=te.selectedId)!=null?ke:(le=te.artifacts[te.artifacts.length-1])==null?void 0:le.id)!=null?nt:null,Me.length>0&&(se=!0),ge(),Te()},setMobileOpen(te){se=te,!te&&d?(d.classList.add("persona-hidden"),m.classList.remove("persona-artifact-drawer-open")):Te()}}}function so(e){var t,r;return((r=(t=e==null?void 0:e.features)==null?void 0:t.artifacts)==null?void 0:r.enabled)===!0}function Bx(e,t){var a,s,i,c;if(e.classList.remove("persona-artifact-border-full","persona-artifact-border-left"),e.style.removeProperty("--persona-artifact-pane-border"),e.style.removeProperty("--persona-artifact-pane-border-left"),!so(t))return;let r=(s=(a=t.features)==null?void 0:a.artifacts)==null?void 0:s.layout,o=(i=r==null?void 0:r.paneBorder)==null?void 0:i.trim(),n=(c=r==null?void 0:r.paneBorderLeft)==null?void 0:c.trim();o?(e.classList.add("persona-artifact-border-full"),e.style.setProperty("--persona-artifact-pane-border",o)):n&&(e.classList.add("persona-artifact-border-left"),e.style.setProperty("--persona-artifact-pane-border-left",n))}function F0(e){e.style.removeProperty("--persona-artifact-doc-toolbar-icon-color"),e.style.removeProperty("--persona-artifact-doc-toggle-active-bg"),e.style.removeProperty("--persona-artifact-doc-toggle-active-border")}function pl(e,t){var c,d,p,m,g,u,h,y,E,T;if(!so(t)){e.style.removeProperty("--persona-artifact-split-gap"),e.style.removeProperty("--persona-artifact-pane-width"),e.style.removeProperty("--persona-artifact-pane-max-width"),e.style.removeProperty("--persona-artifact-pane-min-width"),e.style.removeProperty("--persona-artifact-pane-bg"),e.style.removeProperty("--persona-artifact-pane-padding"),F0(e),Bx(e,t);return}let r=(d=(c=t.features)==null?void 0:c.artifacts)==null?void 0:d.layout;e.style.setProperty("--persona-artifact-split-gap",(p=r==null?void 0:r.splitGap)!=null?p:"0.5rem"),e.style.setProperty("--persona-artifact-pane-width",(m=r==null?void 0:r.paneWidth)!=null?m:"40%"),e.style.setProperty("--persona-artifact-pane-max-width",(g=r==null?void 0:r.paneMaxWidth)!=null?g:"28rem"),r!=null&&r.paneMinWidth?e.style.setProperty("--persona-artifact-pane-min-width",r.paneMinWidth):e.style.removeProperty("--persona-artifact-pane-min-width");let o=(u=r==null?void 0:r.paneBackground)==null?void 0:u.trim();o?e.style.setProperty("--persona-artifact-pane-bg",o):e.style.removeProperty("--persona-artifact-pane-bg");let n=(h=r==null?void 0:r.panePadding)==null?void 0:h.trim();n?e.style.setProperty("--persona-artifact-pane-padding",n):e.style.removeProperty("--persona-artifact-pane-padding");let a=(y=r==null?void 0:r.documentToolbarIconColor)==null?void 0:y.trim();a?e.style.setProperty("--persona-artifact-doc-toolbar-icon-color",a):e.style.removeProperty("--persona-artifact-doc-toolbar-icon-color");let s=(E=r==null?void 0:r.documentToolbarToggleActiveBackground)==null?void 0:E.trim();s?e.style.setProperty("--persona-artifact-doc-toggle-active-bg",s):e.style.removeProperty("--persona-artifact-doc-toggle-active-bg");let i=(T=r==null?void 0:r.documentToolbarToggleActiveBorderColor)==null?void 0:T.trim();i?e.style.setProperty("--persona-artifact-doc-toggle-active-border",i):e.style.removeProperty("--persona-artifact-doc-toggle-active-border"),Bx(e,t)}var Dx=["panel","seamless"];function ul(e,t){var i,c,d,p,m,g;for(let u of Dx)e.classList.remove(`persona-artifact-appearance-${u}`);if(e.classList.remove("persona-artifact-unified-split"),e.style.removeProperty("--persona-artifact-pane-radius"),e.style.removeProperty("--persona-artifact-pane-shadow"),e.style.removeProperty("--persona-artifact-unified-outer-radius"),!so(t))return;let r=(c=(i=t.features)==null?void 0:i.artifacts)==null?void 0:c.layout,o=(d=r==null?void 0:r.paneAppearance)!=null?d:"panel",n=Dx.includes(o)?o:"panel";e.classList.add(`persona-artifact-appearance-${n}`);let a=(p=r==null?void 0:r.paneBorderRadius)==null?void 0:p.trim();a&&e.style.setProperty("--persona-artifact-pane-radius",a);let s=(m=r==null?void 0:r.paneShadow)==null?void 0:m.trim();if(s&&e.style.setProperty("--persona-artifact-pane-shadow",s),(r==null?void 0:r.unifiedSplitChrome)===!0){e.classList.add("persona-artifact-unified-split");let u=((g=r.unifiedSplitOuterRadius)==null?void 0:g.trim())||a;u&&e.style.setProperty("--persona-artifact-unified-outer-radius",u)}}function Fx(e,t){var r,o,n;return!t||!so(e)?!1:((n=(o=(r=e.features)==null?void 0:r.artifacts)==null?void 0:o.layout)==null?void 0:n.expandLauncherPanelWhenOpen)!==!1}function N0(e,t){if(!(e!=null&&e.trim()))return t;let r=/^(\d+(?:\.\d+)?)px\s*$/i.exec(e.trim());return r?Math.max(0,Number(r[1])):t}function O0(e){if(!(e!=null&&e.trim()))return null;let t=/^(\d+(?:\.\d+)?)px\s*$/i.exec(e.trim());return t?Math.max(0,Number(t[1])):null}function _0(e,t,r){return r<t?t:Math.min(r,Math.max(t,e))}function U0(e,t,r,o){let n=e-o-2*t-r;return Math.max(0,n)}function Nx(e,t){var s;let o=(s=(t.getComputedStyle(e).gap||"0px").trim().split(/\s+/)[0])!=null?s:"0px",n=/^([\d.]+)px$/i.exec(o);if(n)return Number(n[1]);let a=/^([\d.]+)/.exec(o);return a?Number(a[1]):8}function Ox(e,t,r,o,n,a){let s=N0(n,200),i=U0(t,r,o,200);i=Math.max(s,i);let c=O0(a);return c!==null&&(i=Math.min(i,c)),_0(e,s,i)}var _x={init:{title:"Schedule a Demo",description:"Share the basics and we'll follow up with a confirmation.",fields:[{name:"name",label:"Full name",placeholder:"Jane Doe",required:!0},{name:"email",label:"Work email",placeholder:"jane@example.com",type:"email",required:!0},{name:"notes",label:"What would you like to cover?",type:"textarea"}],submitLabel:"Submit details"},followup:{title:"Additional Information",description:"Provide any extra details to tailor the next steps.",fields:[{name:"company",label:"Company",placeholder:"Acme Inc."},{name:"context",label:"Context",type:"textarea",placeholder:"Share more about your use case"}],submitLabel:"Send"}},Lp=(e,t,r,o)=>{let n=e.querySelectorAll("[data-tv-form]");n.length&&n.forEach(a=>{var h,y,E;if(a.dataset.enhanced==="true")return;let s=(h=a.dataset.tvForm)!=null?h:"init";a.dataset.enhanced="true";let i=(y=_x[s])!=null?y:_x.init;a.classList.add("persona-form-card","persona-space-y-4");let c=v("div","persona-space-y-1"),d=v("h3","persona-text-base persona-font-semibold persona-text-persona-primary");if(d.textContent=i.title,c.appendChild(d),i.description){let T=v("p","persona-text-sm persona-text-persona-muted");T.textContent=i.description,c.appendChild(T)}let p=document.createElement("form");p.className="persona-form-grid persona-space-y-3",i.fields.forEach(T=>{var S,M;let A=v("label","persona-form-field persona-flex persona-flex-col persona-gap-1");A.htmlFor=`${t.id}-${s}-${T.name}`;let k=v("span","persona-text-xs persona-font-medium persona-text-persona-muted");k.textContent=T.label,A.appendChild(k);let w=(S=T.type)!=null?S:"text",C;w==="textarea"?(C=document.createElement("textarea"),C.rows=3):(C=document.createElement("input"),C.type=w),C.className="persona-rounded-xl persona-border persona-border-gray-200 persona-bg-white persona-px-3 persona-py-2 persona-text-sm persona-text-persona-primary focus:persona-outline-none focus:persona-border-persona-primary",C.id=`${t.id}-${s}-${T.name}`,C.name=T.name,C.placeholder=(M=T.placeholder)!=null?M:"",T.required&&(C.required=!0),A.appendChild(C),p.appendChild(A)});let m=v("div","persona-flex persona-items-center persona-justify-between persona-gap-2"),g=v("div","persona-text-xs persona-text-persona-muted persona-min-h-[1.5rem]"),u=v("button","persona-inline-flex persona-items-center persona-rounded-full persona-bg-persona-primary persona-px-4 persona-py-2 persona-text-sm persona-font-semibold persona-text-white disabled:persona-opacity-60 persona-cursor-pointer");u.type="submit",u.textContent=(E=i.submitLabel)!=null?E:"Submit",m.appendChild(g),m.appendChild(u),p.appendChild(m),a.replaceChildren(c,p),p.addEventListener("submit",async T=>{var C,S;T.preventDefault();let A=(C=r.formEndpoint)!=null?C:"/form",k=new FormData(p),w={};k.forEach((M,W)=>{w[W]=M}),w.type=s,u.disabled=!0,g.textContent="Submitting\u2026";try{let M=await fetch(A,{method:"POST",headers:{"Content-Type":"application/json"},body:JSON.stringify(w)});if(!M.ok)throw new Error(`Form submission failed (${M.status})`);let W=await M.json();g.textContent=(S=W.message)!=null?S:"Thanks! We'll be in touch soon.",W.success&&W.nextPrompt&&await o.sendMessage(String(W.nextPrompt))}catch(M){g.textContent=M instanceof Error?M.message:"Something went wrong. Please try again."}finally{u.disabled=!1}})})};var Pp=class{constructor(){this.plugins=new Map}register(t){var r;this.plugins.has(t.id)&&console.warn(`Plugin "${t.id}" is already registered. Overwriting.`),this.plugins.set(t.id,t),(r=t.onRegister)==null||r.call(t)}unregister(t){var o;let r=this.plugins.get(t);r&&((o=r.onUnregister)==null||o.call(r),this.plugins.delete(t))}getAll(){return Array.from(this.plugins.values()).sort((t,r)=>{var o,n;return((o=r.priority)!=null?o:0)-((n=t.priority)!=null?n:0)})}getForInstance(t){let r=this.getAll();if(!t||t.length===0)return r;let o=new Set(t.map(a=>a.id));return[...r.filter(a=>!o.has(a.id)),...t].sort((a,s)=>{var i,c;return((i=s.priority)!=null?i:0)-((c=a.priority)!=null?c:0)})}clear(){this.plugins.forEach(t=>{var r;return(r=t.onUnregister)==null?void 0:r.call(t)}),this.plugins.clear()}},Vs=new Pp;var Ux=()=>{let e=new Map,t=(n,a)=>(e.has(n)||e.set(n,new Set),e.get(n).add(a),()=>r(n,a)),r=(n,a)=>{var s;(s=e.get(n))==null||s.delete(a)};return{on:t,off:r,emit:(n,a)=>{var s;(s=e.get(n))==null||s.forEach(i=>{try{i(a)}catch(c){typeof console!="undefined"&&console.error("[AgentWidget] Event handler error:",c)}})}}};var q0=e=>{let t=e.match(/```(?:json)?\s*([\s\S]*?)```/i);return t?t[1]:e},V0=e=>{let t=e.trim(),r=t.indexOf("{");if(r===-1)return null;let o=0;for(let n=r;n<t.length;n+=1){let a=t[n];if(a==="{"&&(o+=1),a==="}"&&(o-=1,o===0))return t.slice(r,n+1)}return null},zs=({text:e})=>{if(!e||!e.includes("{"))return null;try{let t=q0(e),r=V0(t);if(!r)return null;let o=JSON.parse(r);if(!o||typeof o!="object"||!o.action)return null;let{action:n,...a}=o;return{type:String(n),payload:a,raw:o}}catch{return null}},Rp=e=>typeof e=="string"?e:e==null?"":String(e),ya={message:e=>e.type!=="message"?void 0:{handled:!0,displayText:Rp(e.payload.text)},messageAndClick:(e,t)=>{var n;if(e.type!=="message_and_click")return;let r=e.payload,o=Rp(r.element);if(o&&((n=t.document)!=null&&n.querySelector)){let a=t.document.querySelector(o);a?setTimeout(()=>{a.click()},400):typeof console!="undefined"&&console.warn("[AgentWidget] Element not found for selector:",o)}return{handled:!0,displayText:Rp(r.text)}}},qx=e=>Array.isArray(e)?e.map(t=>String(t)):[],$s=e=>{let t=new Set(qx(e.getSessionMetadata().processedActionMessageIds)),r=()=>{t=new Set(qx(e.getSessionMetadata().processedActionMessageIds))},o=()=>{let a=Array.from(t);e.updateSessionMetadata(s=>({...s,processedActionMessageIds:a}))};return{process:a=>{if(a.streaming||a.message.role!=="assistant"||!a.text||t.has(a.message.id))return null;let s=typeof a.raw=="string"&&a.raw||typeof a.message.rawContent=="string"&&a.message.rawContent||typeof a.text=="string"&&a.text||null;!s&&typeof a.text=="string"&&a.text.trim().startsWith("{")&&typeof console!="undefined"&&console.warn("[AgentWidget] Structured response detected but no raw payload was provided. Ensure your stream parser returns { text, raw }.");let i=s?e.parsers.reduce((d,p)=>d||(p==null?void 0:p({text:s,message:a.message}))||null,null):null;if(!i)return null;t.add(a.message.id),o();let c={action:i,message:a.message};e.emit("action:detected",c);for(let d of e.handlers)if(d)try{let p=()=>{e.emit("action:resubmit",c)},m=d(i,{message:a.message,metadata:e.getSessionMetadata(),updateMetadata:e.updateSessionMetadata,document:e.documentRef,triggerResubmit:p});if(!m)continue;if(m.handled){let g=m.persistMessage!==!1;return{text:m.displayText!==void 0?m.displayText:"",persist:g,resubmit:m.resubmit}}}catch(p){typeof console!="undefined"&&console.error("[AgentWidget] Action handler error:",p)}return{text:"",persist:!0}},syncFromMetadata:r}};var z0=e=>{if(!e)return null;try{return JSON.parse(e)}catch(t){return typeof console!="undefined"&&console.error("[AgentWidget] Failed to parse stored state:",t),null}},$0=e=>e.map(t=>({...t,streaming:!1})),j0=e=>e.map(t=>({...t,status:"complete"})),fl=(e="persona-state")=>{let t=()=>typeof window=="undefined"||!window.localStorage?null:window.localStorage;return{load:()=>{let r=t();return r?z0(r.getItem(e)):null},save:r=>{let o=t();if(o)try{let n={...r,messages:r.messages?$0(r.messages):void 0,artifacts:r.artifacts?j0(r.artifacts):void 0};o.setItem(e,JSON.stringify(n))}catch(n){typeof console!="undefined"&&console.error("[AgentWidget] Failed to persist state:",n)}},clear:()=>{let r=t();if(r)try{r.removeItem(e)}catch(o){typeof console!="undefined"&&console.error("[AgentWidget] Failed to clear stored state:",o)}}}};var Za=Ia(li(),1);function G0(e){if(!e||typeof e!="object"||!("component"in e))return!1;let t=e.component;return typeof t=="string"&&t.length>0}function K0(e,t){if(!G0(e))return null;let r=e.props&&typeof e.props=="object"&&e.props!==null?e.props:{};return{component:e.component,props:r,raw:t}}function ml(){let e=null,t=0;return{getExtractedDirective:()=>e,processChunk:r=>{let o=r.trim();if(!o.startsWith("{")&&!o.startsWith("["))return null;if(r.length<=t)return e;try{let n=(0,Za.parse)(r,Za.STR|Za.OBJ),a=K0(n,r);a&&(e=a)}catch{}return t=r.length,e},reset:()=>{e=null,t=0}}}function Vx(e){return typeof e=="object"&&e!==null&&"component"in e&&typeof e.component=="string"&&"props"in e&&typeof e.props=="object"}function gl(e,t){let{config:r,message:o,onPropsUpdate:n}=t,a=an.get(e.component);if(!a)return console.warn(`[ComponentMiddleware] Component "${e.component}" not found in registry. Falling back to default rendering.`),null;let s={message:o,config:r,updateProps:i=>{n&&n(i)}};try{return a(e.props,s)}catch(i){return console.error(`[ComponentMiddleware] Error rendering component "${e.component}":`,i),null}}function zx(){let e=ml();return{processChunk:t=>e.processChunk(t),getDirective:()=>e.getExtractedDirective(),reset:()=>{e.reset()}}}function $x(e){if(typeof e.rawContent=="string"&&e.rawContent.length>0)return e.rawContent;if(typeof e.content=="string"){let t=e.content.trim();if(t.startsWith("{")||t.startsWith("["))return e.content}return null}function js(e){let t=$x(e);if(!t)return!1;try{let r=JSON.parse(t);return typeof r=="object"&&r!==null&&"component"in r&&typeof r.component=="string"}catch{return!1}}function hl(e){let t=$x(e);if(!t)return null;try{let r=JSON.parse(t);if(typeof r=="object"&&r!==null&&"component"in r&&typeof r.component=="string"){let o=r;return{component:o.component,props:o.props&&typeof o.props=="object"&&o.props!==null?o.props:{},raw:t}}}catch{}return null}var X0=["Very dissatisfied","Dissatisfied","Neutral","Satisfied","Very satisfied"];function xl(e){let{onSubmit:t,onDismiss:r,title:o="How satisfied are you?",subtitle:n="Please rate your experience",commentPlaceholder:a="Share your thoughts (optional)...",submitText:s="Submit",skipText:i="Skip",showComment:c=!0,ratingLabels:d=X0}=e,p=document.createElement("div");p.className="persona-feedback-container persona-feedback-csat",p.setAttribute("role","dialog"),p.setAttribute("aria-label","Customer satisfaction feedback");let m=null,g=document.createElement("div");g.className="persona-feedback-content";let u=document.createElement("div");u.className="persona-feedback-header";let h=document.createElement("h3");h.className="persona-feedback-title",h.textContent=o,u.appendChild(h);let y=document.createElement("p");y.className="persona-feedback-subtitle",y.textContent=n,u.appendChild(y),g.appendChild(u);let E=document.createElement("div");E.className="persona-feedback-rating persona-feedback-rating-csat",E.setAttribute("role","radiogroup"),E.setAttribute("aria-label","Satisfaction rating from 1 to 5");let T=[];for(let S=1;S<=5;S++){let M=document.createElement("button");M.type="button",M.className="persona-feedback-rating-btn persona-feedback-star-btn",M.setAttribute("role","radio"),M.setAttribute("aria-checked","false"),M.setAttribute("aria-label",`${S} star${S>1?"s":""}: ${d[S-1]}`),M.title=d[S-1],M.dataset.rating=String(S),M.innerHTML=`
32
32
  <svg class="persona-feedback-star" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2">
33
33
  <polygon points="12 2 15.09 8.26 22 9.27 17 14.14 18.18 21.02 12 17.77 5.82 21.02 7 14.14 2 9.27 8.91 8.26 12 2"></polygon>
34
34
  </svg>
35
- `,M.addEventListener("click",()=>{u=v,E.forEach((H,I)=>{let P=I<v;H.classList.toggle("selected",P),H.setAttribute("aria-checked",I===v-1?"true":"false")})}),E.push(M),k.appendChild(M)}g.appendChild(k);let A=null;if(c){let v=document.createElement("div");v.className="persona-feedback-comment-container",A=document.createElement("textarea"),A.className="persona-feedback-comment",A.placeholder=a,A.rows=3,A.setAttribute("aria-label","Additional comments"),v.appendChild(A),g.appendChild(v)}let T=document.createElement("div");T.className="persona-feedback-actions";let y=document.createElement("button");y.type="button",y.className="persona-feedback-btn persona-feedback-btn-skip",y.textContent=i,y.addEventListener("click",()=>{r==null||r(),p.remove()});let w=document.createElement("button");return w.type="button",w.className="persona-feedback-btn persona-feedback-btn-submit",w.textContent=s,w.addEventListener("click",async()=>{if(u===null){k.classList.add("persona-feedback-shake"),setTimeout(()=>k.classList.remove("persona-feedback-shake"),500);return}w.disabled=!0,w.textContent="Submitting...";try{let v=(A==null?void 0:A.value.trim())||void 0;await t(u,v),p.remove()}catch(v){w.disabled=!1,w.textContent=s,console.error("[CSAT Feedback] Failed to submit:",v)}}),T.appendChild(y),T.appendChild(w),g.appendChild(T),p.appendChild(g),p}function ml(e){let{onSubmit:t,onDismiss:r,title:o="How likely are you to recommend us?",subtitle:n="On a scale of 0 to 10",commentPlaceholder:a="What could we do better? (optional)...",submitText:s="Submit",skipText:i="Skip",showComment:c=!0,lowLabel:d="Not likely",highLabel:p="Very likely"}=e,u=document.createElement("div");u.className="persona-feedback-container persona-feedback-nps",u.setAttribute("role","dialog"),u.setAttribute("aria-label","Net Promoter Score feedback");let g=null,f=document.createElement("div");f.className="persona-feedback-content";let h=document.createElement("div");h.className="persona-feedback-header";let b=document.createElement("h3");b.className="persona-feedback-title",b.textContent=o,h.appendChild(b);let k=document.createElement("p");k.className="persona-feedback-subtitle",k.textContent=n,h.appendChild(k),f.appendChild(h);let E=document.createElement("div");E.className="persona-feedback-rating persona-feedback-rating-nps",E.setAttribute("role","radiogroup"),E.setAttribute("aria-label","Likelihood rating from 0 to 10");let A=document.createElement("div");A.className="persona-feedback-labels";let T=document.createElement("span");T.className="persona-feedback-label-low",T.textContent=d;let y=document.createElement("span");y.className="persona-feedback-label-high",y.textContent=p,A.appendChild(T),A.appendChild(y);let w=document.createElement("div");w.className="persona-feedback-numbers";let v=[];for(let B=0;B<=10;B++){let O=document.createElement("button");O.type="button",O.className="persona-feedback-rating-btn persona-feedback-number-btn",O.setAttribute("role","radio"),O.setAttribute("aria-checked","false"),O.setAttribute("aria-label",`Rating ${B} out of 10`),O.textContent=String(B),O.dataset.rating=String(B),B<=6?O.classList.add("persona-feedback-detractor"):B<=8?O.classList.add("persona-feedback-passive"):O.classList.add("persona-feedback-promoter"),O.addEventListener("click",()=>{g=B,v.forEach((Q,me)=>{Q.classList.toggle("selected",me===B),Q.setAttribute("aria-checked",me===B?"true":"false")})}),v.push(O),w.appendChild(O)}E.appendChild(A),E.appendChild(w),f.appendChild(E);let M=null;if(c){let B=document.createElement("div");B.className="persona-feedback-comment-container",M=document.createElement("textarea"),M.className="persona-feedback-comment",M.placeholder=a,M.rows=3,M.setAttribute("aria-label","Additional comments"),B.appendChild(M),f.appendChild(B)}let H=document.createElement("div");H.className="persona-feedback-actions";let I=document.createElement("button");I.type="button",I.className="persona-feedback-btn persona-feedback-btn-skip",I.textContent=i,I.addEventListener("click",()=>{r==null||r(),u.remove()});let P=document.createElement("button");return P.type="button",P.className="persona-feedback-btn persona-feedback-btn-submit",P.textContent=s,P.addEventListener("click",async()=>{if(g===null){w.classList.add("persona-feedback-shake"),setTimeout(()=>w.classList.remove("persona-feedback-shake"),500);return}P.disabled=!0,P.textContent="Submitting...";try{let B=(M==null?void 0:M.value.trim())||void 0;await t(g,B),u.remove()}catch(B){P.disabled=!1,P.textContent=s,console.error("[NPS Feedback] Failed to submit:",B)}}),H.appendChild(I),H.appendChild(P),f.appendChild(H),u.appendChild(f),u}var Qa="persona-chat-history",B0=30*1e3,D0={"image/png":"png","image/jpeg":"jpg","image/jpg":"jpg","image/gif":"gif","image/webp":"webp","image/svg+xml":"svg","image/bmp":"bmp","image/tiff":"tiff"};function F0(e){var o,n,a;if(!e)return[];let t=[],r=Array.from((o=e.items)!=null?o:[]);for(let s of r){if(s.kind!=="file"||!s.type.startsWith("image/"))continue;let i=s.getAsFile();if(!i)continue;if(i.name){t.push(i);continue}let c=(n=D0[i.type])!=null?n:"png";t.push(new File([i],`clipboard-image-${Date.now()}.${c}`,{type:i.type,lastModified:Date.now()}))}if(t.length>0)return t;for(let s of Array.from((a=e.files)!=null?a:[]))s.type.startsWith("image/")&&t.push(s);return t}function gl(e){if(!e)return!1;let t=e.types;return t?typeof t.contains=="function"?t.contains("Files"):Array.from(t).includes("Files"):!1}function N0(e){var t,r,o,n,a,s,i,c,d;return e?e===!0?{storage:"session",keyPrefix:"persona-",persist:{openState:!0,voiceState:!0,focusInput:!0},clearOnChatClear:!0}:{storage:(t=e.storage)!=null?t:"session",keyPrefix:(r=e.keyPrefix)!=null?r:"persona-",persist:{openState:(n=(o=e.persist)==null?void 0:o.openState)!=null?n:!0,voiceState:(s=(a=e.persist)==null?void 0:a.voiceState)!=null?s:!0,focusInput:(c=(i=e.persist)==null?void 0:i.focusInput)!=null?c:!0},clearOnChatClear:(d=e.clearOnChatClear)!=null?d:!0}:null}function O0(e){try{let t=e==="local"?localStorage:sessionStorage,r="__persist_test__";return t.setItem(r,"1"),t.removeItem(r),t}catch{return null}}var Ap=e=>!e||typeof e!="object"?{}:{...e},Wx=e=>e.map(t=>({...t,streaming:!1})),Bx=(e,t,r)=>{let o=e!=null&&e.markdown?oa(e.markdown):null,n=Ra(e==null?void 0:e.sanitize);return e!=null&&e.postprocessMessage&&n&&(e==null?void 0:e.sanitize)===void 0&&console.warn("[Persona] A custom postprocessMessage is active with the default HTML sanitizer. Tags or attributes not in the built-in allowlist will be stripped. To keep custom HTML, set `sanitize: false` or provide a custom sanitize function."),a=>{var p,u,g;let s=(p=a.text)!=null?p:"",i=(u=a.message.rawContent)!=null?u:null;if(t){let f=t.process({text:s,raw:i!=null?i:s,message:a.message,streaming:a.streaming});f!==null&&(s=f.text,f.persist||(a.message.__skipPersist=!0),f.resubmit&&!a.streaming&&r&&r())}let c=ra()!==null,d;if(e!=null&&e.postprocessMessage){let f=e.postprocessMessage({...a,text:s,raw:(g=i!=null?i:a.text)!=null?g:""});d=n?n(f):f}else if(o){let f=a.streaming?Og(s):s,h=o(f);d=n&&c?n(h):h}else d=Fo(s);return d}};function Dx(e){var i,c,d,p;let t=S("div","persona-attachment-drop-overlay");e!=null&&e.background&&t.style.setProperty("--persona-drop-overlay-bg",e.background),(e==null?void 0:e.backdropBlur)!==void 0&&t.style.setProperty("--persona-drop-overlay-blur",e.backdropBlur),e!=null&&e.border&&t.style.setProperty("--persona-drop-overlay-border",e.border),e!=null&&e.borderRadius&&t.style.setProperty("--persona-drop-overlay-radius",e.borderRadius),e!=null&&e.inset&&t.style.setProperty("--persona-drop-overlay-inset",e.inset),e!=null&&e.labelSize&&t.style.setProperty("--persona-drop-overlay-label-size",e.labelSize),e!=null&&e.labelColor&&t.style.setProperty("--persona-drop-overlay-label-color",e.labelColor);let r=(i=e==null?void 0:e.iconName)!=null?i:"upload",o=(c=e==null?void 0:e.iconSize)!=null?c:"48px",n=(d=e==null?void 0:e.iconColor)!=null?d:"rgba(59, 130, 246, 0.6)",a=(p=e==null?void 0:e.iconStrokeWidth)!=null?p:.5,s=he(r,o,n,a);if(s&&t.appendChild(s),e!=null&&e.label){let u=S("span","persona-drop-overlay-label");u.textContent=e.label,t.appendChild(u)}return t}var hl=(e,t,r)=>{var Su,Au,Mu,Tu,Eu,ku,Lu,Pu,Ru,Iu,Hu,Wu,Bu,Du,Fu,Nu,Ou,_u,Uu,qu,Vu,zu,$u,ju,Gu,Ku,Xu,Qu,Ju,Yu,Zu,ef,tf,rf,of,nf,af,sf,lf,df,cf,pf,uf,ff,mf,gf,hf,xf,yf,bf;if(e==null)throw new Error('createAgentExperience: mount must be a non-null HTMLElement (e.g. pass document.getElementById("my-root") after the node exists).');e.id&&!e.getAttribute("data-persona-instance")&&e.setAttribute("data-persona-instance",e.id),e.hasAttribute("data-persona-root")||e.setAttribute("data-persona-root","true");let o=Wi(t),n=_s.getForInstance(o.plugins),{plugin:a,teardown:s}=mx();o.components&&rn.registerAll(o.components);let i=Lx(),d=o.persistState===!1?null:(Su=o.storageAdapter)!=null?Su:ll(),p={},u=null,g=!1,f=l=>{if(o.onStateLoaded)try{let m=o.onStateLoaded(l);if(m&&typeof m=="object"&&"state"in m){let{state:x,open:C}=m;return C&&(g=!0),x}return m}catch(m){typeof console!="undefined"&&console.error("[AgentWidget] onStateLoaded hook failed:",m)}return l};if(d!=null&&d.load)try{let l=d.load();if(l&&typeof l.then=="function")u=l.then(m=>{let x=m!=null?m:{messages:[],metadata:{}};return f(x)});else{let m=l!=null?l:{messages:[],metadata:{}},x=f(m);x.metadata&&(p=Ap(x.metadata)),(Au=x.messages)!=null&&Au.length&&(o={...o,initialMessages:x.messages}),(Mu=x.artifacts)!=null&&Mu.length&&(o={...o,initialArtifacts:x.artifacts,initialSelectedArtifactId:(Tu=x.selectedArtifactId)!=null?Tu:null})}}catch(l){typeof console!="undefined"&&console.error("[AgentWidget] Failed to load stored state:",l)}else if(o.onStateLoaded)try{let l=f({messages:[],metadata:{}});(Eu=l.messages)!=null&&Eu.length&&(o={...o,initialMessages:l.messages})}catch(l){typeof console!="undefined"&&console.error("[AgentWidget] onStateLoaded hook failed:",l)}let h=()=>p,b=l=>{var x;p=(x=l({...p}))!=null?x:{},Hr()},k=o.actionParsers&&o.actionParsers.length?o.actionParsers:[Us],E=o.actionHandlers&&o.actionHandlers.length?o.actionHandlers:[ha.message,ha.messageAndClick],A=qs({parsers:k,handlers:E,getSessionMetadata:h,updateSessionMetadata:b,emit:i.emit,documentRef:typeof document!="undefined"?document:null});A.syncFromMetadata();let T=(Lu=(ku=o.launcher)==null?void 0:ku.enabled)!=null?Lu:!0,y=(Ru=(Pu=o.launcher)==null?void 0:Pu.autoExpand)!=null?Ru:!1,w=(Iu=o.autoFocusInput)!=null?Iu:!1,v=y,M=T,H=(Wu=(Hu=o.layout)==null?void 0:Hu.header)==null?void 0:Wu.layout,I=!1,P=()=>Fn(o),B=()=>T||P(),O=P()?!1:T?y:!0,Q=!1,me=null,ue=()=>{Q=!0,me&&clearTimeout(me),me=setTimeout(()=>{Q&&(typeof console!="undefined"&&console.warn("[AgentWidget] Resubmit requested but no injection occurred within 10s"),Q=!1)},1e4)},Z=Bx(o,A,ue),Le=(Du=(Bu=o.features)==null?void 0:Bu.showReasoning)!=null?Du:!0,We=(Nu=(Fu=o.features)==null?void 0:Fu.showToolCalls)!=null?Nu:!0,ie=(_u=(Ou=o.features)==null?void 0:Ou.showEventStreamToggle)!=null?_u:!1,Me=(qu=(Uu=o.features)==null?void 0:Uu.scrollToBottom)!=null?qu:{},oe=(zu=(Vu=o.features)==null?void 0:Vu.scrollBehavior)!=null?zu:{},ge=`${(ju=typeof o.persistState=="object"?($u=o.persistState)==null?void 0:$u.keyPrefix:void 0)!=null?ju:"persona-"}event-stream`,Te=ie?new Ns(ge):null,qe=(Xu=(Ku=(Gu=o.features)==null?void 0:Gu.eventStream)==null?void 0:Ku.maxEvents)!=null?Xu:2e3,j=ie?new Fs(qe,Te):null,ee=ie?new Os:null,Ee=null,te=!1,le=null,ke=0;Te==null||Te.open().then(()=>j==null?void 0:j.restore()).catch(l=>{o.debug&&console.warn("[AgentWidget] IndexedDB not available for event stream:",l)});let nt={onCopy:l=>{var m,x;i.emit("message:copy",l),U!=null&&U.isClientTokenMode()&&U.submitMessageFeedback(l.id,"copy").catch(C=>{o.debug&&console.error("[AgentWidget] Failed to submit copy feedback:",C)}),(x=(m=o.messageActions)==null?void 0:m.onCopy)==null||x.call(m,l)},onFeedback:l=>{var m,x;i.emit("message:feedback",l),U!=null&&U.isClientTokenMode()&&U.submitMessageFeedback(l.messageId,l.type).catch(C=>{o.debug&&console.error("[AgentWidget] Failed to submit feedback:",C)}),(x=(m=o.messageActions)==null?void 0:m.onFeedback)==null||x.call(m,l)}},yt=(Qu=o.statusIndicator)!=null?Qu:{},Kt=l=>{var m,x,C,R,D,V;return l==="idle"?(m=yt.idleText)!=null?m:or.idle:l==="connecting"?(x=yt.connectingText)!=null?x:or.connecting:l==="connected"?(C=yt.connectedText)!=null?C:or.connected:l==="error"?(R=yt.errorText)!=null?R:or.error:l==="paused"?(D=yt.pausedText)!=null?D:or.paused:l==="resuming"?(V=yt.resumingText)!=null?V:or.resuming:or[l]};function jt(l,m,x,C){if(C==="idle"&&x.idleLink){l.textContent="";let R=document.createElement("a");R.href=x.idleLink,R.target="_blank",R.rel="noopener noreferrer",R.textContent=m,R.style.color="inherit",R.style.textDecoration="none",l.appendChild(R)}else l.textContent=m}let ct=tx({config:o,showClose:B()}),{wrapper:fe,panel:X,pillRoot:st}=ct.shell,je=ct.panelElements,{container:Ce,body:ve,messagesWrapper:Ye,suggestions:Vt,textarea:xe,sendButton:de,sendButtonWrapper:Cr,composerForm:Ct,statusText:xr,introTitle:Co,introSubtitle:So,closeButton:Ve,iconHolder:W,headerTitle:ce,headerSubtitle:Se,header:Ae,footer:Ie,actionsRow:et,leftActions:Qe,rightActions:gt}=je,pe=je.setSendButtonMode,N=je.micButton,ye=je.micButtonWrapper,ae=je.attachmentButton,mt=je.attachmentButtonWrapper,Ke=je.attachmentInput,Lt=je.attachmentPreviewsContainer;Ce.classList.add("persona-relative"),ve.classList.add("persona-relative");let Et=12,bt=()=>{var l;return(l=Me.label)!=null?l:""},It=()=>{var l;return(l=Me.iconName)!=null?l:"arrow-down"},Qt=()=>Me.enabled!==!1,Ft=()=>{var l;return(l=oe.mode)!=null?l:"anchor-top"},tr=()=>Ft()==="follow"||Ft()==="anchor-top"&&fn,Ao=()=>{var l;return(l=oe.anchorTopOffset)!=null?l:16},Uo=()=>{var l;return(l=oe.restorePosition)!=null?l:"bottom"},io=()=>oe.pauseOnInteraction===!0,lo=()=>oe.showActivityWhilePinned!==!1,on=()=>oe.announce===!0,zt=S("button","persona-scroll-to-bottom-indicator persona-absolute persona-bottom-3 persona-left-1/2 persona-z-10 persona-flex persona-items-center persona-gap-1 persona-text-xs persona-transform persona--translate-x-1/2 persona-cursor-pointer");zt.type="button",zt.style.display="none",zt.setAttribute("data-persona-scroll-to-bottom","true");let co=S("span","persona-flex persona-items-center"),qo=S("span",""),Fr=S("span","");Fr.setAttribute("data-persona-scroll-to-bottom-count",""),Fr.style.display="none",zt.append(co,qo,Fr),Ce.appendChild(zt);let Rr=S("div","persona-stream-anchor-spacer");Rr.setAttribute("aria-hidden","true"),Rr.setAttribute("data-persona-anchor-spacer",""),Rr.style.flexShrink="0",Rr.style.pointerEvents="none",Rr.style.height="0px",ve.appendChild(Rr);let Nr=S("div","persona-sr-only");Nr.setAttribute("aria-live","polite"),Nr.setAttribute("aria-atomic","true"),Nr.setAttribute("role","status"),Nr.setAttribute("data-persona-live-region",""),Object.assign(Nr.style,{position:"absolute",width:"1px",height:"1px",margin:"-1px",padding:"0",overflow:"hidden",clip:"rect(0 0 0 0)",clipPath:"inset(50%)",whiteSpace:"nowrap",border:"0"}),Ce.appendChild(Nr);let po=null,Mo=null,nn=l=>{!on()||!l||(Mo=l,po===null&&(po=setTimeout(()=>{po=null,Mo&&on()&&(Nr.textContent=Mo),Mo=null},400)))},Qr=()=>{let m=Ie.style.display==="none"?0:Ie.offsetHeight;zt.style.bottom=`${m+Et}px`};Qr();let an=()=>{let l=!!bt();zt.setAttribute("aria-label",bt()||"Jump to latest"),zt.title=bt(),zt.setAttribute("data-persona-scroll-to-bottom-has-label",l?"true":"false"),co.innerHTML="";let m=he(It(),"14px","currentColor",2);m?(co.appendChild(m),co.style.display=""):co.style.display="none",qo.textContent=bt(),qo.style.display=l?"":"none"};an();let St=null,To=null,Eo=n.find(l=>l.renderHeader);if(Eo!=null&&Eo.renderHeader){let l=Eo.renderHeader({config:o,defaultRenderer:()=>{let m=tn({config:o,showClose:B()});return pa(Ce,m,o),m.header},onClose:()=>Ot(!1,"user")});if(l){let m=Ce.querySelector(".persona-border-b-persona-divider");m&&(m.replaceWith(l),Ae=l,ct.header.element=l)}}let Vo=()=>{var m,x,C,R;if(!j)return;if(te=!0,!Ee&&j&&(Ee=bx({buffer:j,getFullHistory:()=>j.getAllFromStore(),onClose:()=>uo(),config:o,plugins:n,getThroughput:()=>{var D;return(D=ee==null?void 0:ee.getMetric())!=null?D:{status:"idle"}}})),Ee&&(ve.style.display="none",(m=Ie.parentNode)==null||m.insertBefore(Ee.element,Ie),Ee.update()),ht){ht.style.boxShadow=`inset 0 0 0 1.5px ${Pr.actionIconColor}`;let D=(R=(C=(x=o.features)==null?void 0:x.eventStream)==null?void 0:C.classNames)==null?void 0:R.toggleButtonActive;D&&D.split(/\s+/).forEach(V=>V&&ht.classList.add(V))}let l=()=>{if(!te)return;let D=Date.now();D-ke>=200&&(Ee==null||Ee.update(),ke=D),le=requestAnimationFrame(l)};ke=0,le=requestAnimationFrame(l),qr(),i.emit("eventStream:opened",{timestamp:Date.now()})},uo=()=>{var l,m,x;if(te){if(te=!1,Ee&&Ee.element.remove(),ve.style.display="",ht){ht.style.boxShadow="";let C=(x=(m=(l=o.features)==null?void 0:l.eventStream)==null?void 0:m.classNames)==null?void 0:x.toggleButtonActive;C&&C.split(/\s+/).forEach(R=>R&&ht.classList.remove(R))}le!==null&&(cancelAnimationFrame(le),le=null),qr(),i.emit("eventStream:closed",{timestamp:Date.now()})}},ht=null;if(ie){let l=(Yu=(Ju=o.features)==null?void 0:Ju.eventStream)==null?void 0:Yu.classNames,m="persona-inline-flex persona-items-center persona-justify-center persona-rounded-full hover:persona-opacity-80 persona-cursor-pointer persona-border-none persona-bg-transparent persona-p-1"+(l!=null&&l.toggleButton?" "+l.toggleButton:"");ht=S("button",m),ht.style.width="28px",ht.style.height="28px",ht.style.color=Pr.actionIconColor,ht.type="button",ht.setAttribute("aria-label","Event Stream"),ht.title="Event Stream";let x=he("activity","18px","currentColor",1.5);x&&ht.appendChild(x);let C=je.clearChatButtonWrapper,R=je.closeButtonWrapper,D=C||R;D&&D.parentNode===Ae?Ae.insertBefore(ht,D):Ae.appendChild(ht),ht.addEventListener("click",()=>{te?uo():Vo()})}let On=l=>{var R,D,V,q,_;let m=o.attachments;if(!(m!=null&&m.enabled))return;let x=(R=l.querySelector("[data-persona-composer-attachment-previews]"))!=null?R:l.querySelector(".persona-attachment-previews");if(!x){x=S("div","persona-attachment-previews persona-flex persona-flex-wrap persona-gap-2 persona-mb-2"),x.setAttribute("data-persona-composer-attachment-previews",""),x.style.display="none";let ne=l.querySelector("[data-persona-composer-form]");ne!=null&&ne.parentNode?ne.parentNode.insertBefore(x,ne):l.insertBefore(x,l.firstChild)}if(!((D=l.querySelector("[data-persona-composer-attachment-input]"))!=null?D:l.querySelector('input[type="file"]'))){let ne=S("input");ne.type="file",ne.setAttribute("data-persona-composer-attachment-input",""),ne.accept=((V=m.allowedTypes)!=null?V:en).join(","),ne.multiple=((q=m.maxFiles)!=null?q:4)>1,ne.style.display="none",ne.setAttribute("aria-label",(_=m.buttonTooltipText)!=null?_:"Attach files"),l.appendChild(ne)}},ko=n.find(l=>l.renderComposer);if(ko!=null&&ko.renderComposer){let l=o.composer,m=ko.renderComposer({config:o,defaultRenderer:()=>za({config:o}).footer,onSubmit:x=>{var V;if(!U||U.isStreaming())return;let C=x.trim(),R=(V=St==null?void 0:St.hasAttachments())!=null?V:!1;if(!C&&!R)return;Yp();let D;R&&(D=[],D.push(...St.getContentParts()),C&&D.push(As(C))),U.sendMessage(C,{contentParts:D}),R&&St.clearAttachments()},streaming:!1,disabled:!1,openAttachmentPicker:()=>{Ke==null||Ke.click()},models:l==null?void 0:l.models,selectedModelId:l==null?void 0:l.selectedModelId,onModelChange:x=>{o.composer={...o.composer,selectedModelId:x},o.agent&&(o.agent={...o.agent,model:x})},onVoiceToggle:((Zu=o.voiceRecognition)==null?void 0:Zu.enabled)===!0?()=>{To==null||To()}:void 0});m&&(ct.replaceComposer(m),Ie=ct.composer.footer)}let _n=l=>{let m=(...re)=>{for(let J of re){let be=l.querySelector(J);if(be)return be}return null},x=l.querySelector("[data-persona-composer-form]"),C=l.querySelector("[data-persona-composer-input]"),R=l.querySelector("[data-persona-composer-submit]"),D=l.querySelector("[data-persona-composer-mic]"),V=l.querySelector("[data-persona-composer-status]");x&&(Ct=x),C&&(xe=C),R&&(de=R),D&&(N=D,ye=D.parentElement),V&&(xr=V);let q=m("[data-persona-composer-suggestions]",".persona-mb-3.persona-flex.persona-flex-wrap.persona-gap-2");q&&(Vt=q);let _=m("[data-persona-composer-attachment-button]",".persona-attachment-button");_&&(ae=_,mt=_.parentElement),Ke=m("[data-persona-composer-attachment-input]",'input[type="file"]'),Lt=m("[data-persona-composer-attachment-previews]",".persona-attachment-previews");let ne=m("[data-persona-composer-actions]",".persona-widget-composer .persona-flex.persona-items-center.persona-justify-between");ne&&(et=ne)};On(Ie),_n(Ie);let Ir=(nf=(ef=o.layout)==null?void 0:ef.contentMaxWidth)!=null?nf:P()?(of=(rf=(tf=o.launcher)==null?void 0:tf.composerBar)==null?void 0:rf.contentMaxWidth)!=null?of:"720px":void 0;if(Ir&&(Ye.style.maxWidth=Ir,Ye.style.marginLeft="auto",Ye.style.marginRight="auto",Ye.style.width="100%"),Ir&&Ct&&!P()&&(Ct.style.maxWidth=Ir,Ct.style.marginLeft="auto",Ct.style.marginRight="auto"),Ir&&Vt&&!P()&&(Vt.style.maxWidth=Ir,Vt.style.marginLeft="auto",Vt.style.marginRight="auto"),Ir&&Lt&&!P()&&(Lt.style.maxWidth=Ir,Lt.style.marginLeft="auto",Lt.style.marginRight="auto"),(af=o.attachments)!=null&&af.enabled&&Ke&&Lt){St=da.fromConfig(o.attachments),St.setPreviewsContainer(Lt),Ke.addEventListener("change",x=>{let C=x.target;St==null||St.handleFileSelect(C.files),C.value=""});let l=o.attachments.dropOverlay,m=Dx(l);Ce.appendChild(m)}(()=>{var C,R;let l=(R=(C=o.layout)==null?void 0:C.slots)!=null?R:{},m=D=>{switch(D){case"body-top":return Ce.querySelector(".persona-rounded-2xl.persona-bg-persona-surface.persona-p-6")||null;case"messages":return Ye;case"footer-top":return Vt;case"composer":return Ct;case"footer-bottom":return xr;default:return null}},x=(D,V)=>{var q;switch(D){case"header-left":case"header-center":case"header-right":if(D==="header-left")Ae.insertBefore(V,Ae.firstChild);else if(D==="header-right")Ae.appendChild(V);else{let _=Ae.querySelector(".persona-flex-col");_?(q=_.parentNode)==null||q.insertBefore(V,_.nextSibling):Ae.appendChild(V)}break;case"body-top":{let _=ve.querySelector(".persona-rounded-2xl.persona-bg-persona-surface.persona-p-6");_?_.replaceWith(V):ve.insertBefore(V,ve.firstChild);break}case"body-bottom":ve.appendChild(V);break;case"footer-top":Vt.replaceWith(V);break;case"footer-bottom":xr.replaceWith(V);break;default:break}};for(let[D,V]of Object.entries(l))if(V)try{let q=V({config:o,defaultContent:()=>m(D)});q&&x(D,q)}catch(q){typeof console!="undefined"&&console.error(`[AgentWidget] Error rendering slot "${D}":`,q)}})();let sn=l=>{var V,q;let x=l.target.closest('button[data-expand-header="true"]');if(!x)return;let C=x.closest(".persona-reasoning-bubble, .persona-tool-bubble, .persona-approval-bubble");if(!C)return;let R=C.getAttribute("data-message-id");if(!R)return;let D=x.getAttribute("data-bubble-type");if(D==="reasoning")ja.has(R)?ja.delete(R):ja.add(R),ax(R,C);else if(D==="tool")Ga.has(R)?Ga.delete(R):Ga.add(R),sx(R,C,o);else if(D==="approval"){let _=o.approval!==!1?o.approval:void 0,ne=((V=_==null?void 0:_.detailsDisplay)!=null?V:"collapsed")==="expanded",re=(q=fa.get(R))!=null?q:ne;fa.set(R,!re),cx(R,C,o)}Io.delete(R)};Ye.addEventListener("pointerdown",l=>{l.target.closest('button[data-expand-header="true"]')&&(l.preventDefault(),sn(l))}),Ye.addEventListener("keydown",l=>{let m=l.target;(l.key==="Enter"||l.key===" ")&&m.closest('button[data-expand-header="true"]')&&(l.preventDefault(),sn(l))}),Ye.addEventListener("copy",l=>{let{clipboardData:m}=l;if(!m)return;let x=Ye.getRootNode(),C=typeof x.getSelection=="function"?x.getSelection():window.getSelection();if(!C||C.isCollapsed)return;let R=C.toString(),D=Fh(R);!D||D===R||(m.setData("text/plain",D),l.preventDefault())});let zo=new Map,ln=null,dn="idle",Un={idle:{icon:"volume-2",label:"Read aloud"},loading:{icon:"loader-circle",label:"Loading\u2026"},playing:{icon:"pause",label:"Pause"},paused:{icon:"play",label:"Resume"}},qn=(l,m)=>{let{icon:x,label:C}=Un[m];l.setAttribute("aria-label",C),l.title=C,l.setAttribute("aria-pressed",m==="idle"?"false":"true"),l.classList.toggle("persona-message-action-active",m!=="idle"),l.classList.toggle("persona-message-action-loading",m==="loading");let R=he(x,14,"currentColor",2);R&&(l.innerHTML="",l.appendChild(R))},cn=()=>{Ye.querySelectorAll('[data-action="read-aloud"]').forEach(m=>{var D;let x=m.closest("[data-actions-for]"),C=(D=x==null?void 0:x.getAttribute("data-actions-for"))!=null?D:null;qn(m,C&&C===ln?dn:"idle")})};Ye.addEventListener("click",l=>{var V;let x=l.target.closest(".persona-message-action-btn[data-action]");if(!x)return;l.preventDefault(),l.stopPropagation();let C=x.closest("[data-actions-for]");if(!C)return;let R=C.getAttribute("data-actions-for");if(!R)return;let D=x.getAttribute("data-action");if(D==="copy"){let _=U.getMessages().find(ne=>ne.id===R);if(_&&nt.onCopy){let ne=_.content||"";navigator.clipboard.writeText(ne).then(()=>{x.classList.add("persona-message-action-success");let re=he("check",14,"currentColor",2);re&&(x.innerHTML="",x.appendChild(re)),setTimeout(()=>{x.classList.remove("persona-message-action-success");let J=he("copy",14,"currentColor",2);J&&(x.innerHTML="",x.appendChild(J))},2e3)}).catch(re=>{typeof console!="undefined"&&console.error("[AgentWidget] Failed to copy message:",re)}),nt.onCopy(_)}}else if(D==="read-aloud")U.toggleReadAloud(R);else if(D==="upvote"||D==="downvote"){let _=((V=zo.get(R))!=null?V:null)===D,ne=D==="upvote"?"thumbs-up":"thumbs-down";if(_){zo.delete(R),x.classList.remove("persona-message-action-active");let re=he(ne,14,"currentColor",2);re&&(x.innerHTML="",x.appendChild(re))}else{let re=D==="upvote"?"downvote":"upvote",J=C.querySelector(`[data-action="${re}"]`);if(J){J.classList.remove("persona-message-action-active");let ze=he(re==="upvote"?"thumbs-up":"thumbs-down",14,"currentColor",2);ze&&(J.innerHTML="",J.appendChild(ze))}zo.set(R,D),x.classList.add("persona-message-action-active");let be=he(ne,14,"currentColor",2);be&&(be.setAttribute("fill","currentColor"),x.innerHTML="",x.appendChild(be)),x.classList.remove("persona-message-action-pop"),x.offsetWidth,x.classList.add("persona-message-action-pop");let Ne=U.getMessages().find(Ue=>Ue.id===R);Ne&&nt.onFeedback&&nt.onFeedback({type:D,messageId:Ne.id,message:Ne})}}}),Ye.addEventListener("click",l=>{let x=l.target.closest("button[data-approval-action]");if(!x)return;l.preventDefault(),l.stopPropagation();let C=x.closest(".persona-approval-bubble");if(!C)return;let R=C.getAttribute("data-message-id");if(!R)return;let D=x.getAttribute("data-approval-action");if(!D)return;let V=D==="approve"?"approved":"denied",_=U.getMessages().find(re=>re.id===R);if(!(_!=null&&_.approval))return;let ne=C.querySelector("[data-approval-buttons]");ne&&ne.querySelectorAll("button").forEach(J=>{J.disabled=!0,J.style.opacity="0.5",J.style.cursor="not-allowed"}),_.approval.toolType==="webmcp"?U.resolveWebMcpApproval(R,V):U.resolveApproval(_.approval,V)});let vt=null,Or=null,_r={artifacts:[],selectedId:null},Sr=!1,At={current:null};Ye.addEventListener("click",l=>{var J,be,Fe,Ne,Ue;let x=l.target.closest("[data-download-artifact]");if(!x)return;l.preventDefault(),l.stopPropagation();let C=x.getAttribute("data-download-artifact");if(!C||((Fe=(be=(J=o.features)==null?void 0:J.artifacts)==null?void 0:be.onArtifactAction)==null?void 0:Fe.call(be,{type:"download",artifactId:C}))===!0)return;let D=U.getArtifactById(C),V=D==null?void 0:D.markdown,q=(D==null?void 0:D.title)||"artifact";if(!V){let ze=x.closest("[data-open-artifact]"),ut=ze==null?void 0:ze.closest("[data-message-id]"),ot=ut==null?void 0:ut.getAttribute("data-message-id");if(ot){let Pe=U.getMessages().find($e=>$e.id===ot);if(Pe!=null&&Pe.rawContent)try{let $e=JSON.parse(Pe.rawContent);V=(Ne=$e==null?void 0:$e.props)==null?void 0:Ne.markdown,q=((Ue=$e==null?void 0:$e.props)==null?void 0:Ue.title)||q}catch{}}}if(!V)return;let _=new Blob([V],{type:"text/markdown"}),ne=URL.createObjectURL(_),re=document.createElement("a");re.href=ne,re.download=`${q}.md`,re.click(),URL.revokeObjectURL(ne)}),Ye.addEventListener("click",l=>{var D,V,q;let x=l.target.closest("[data-open-artifact]");if(!x)return;let C=x.getAttribute("data-open-artifact");!C||((q=(V=(D=o.features)==null?void 0:D.artifacts)==null?void 0:V.onArtifactAction)==null?void 0:q.call(V,{type:"open",artifactId:C}))===!0||(l.preventDefault(),l.stopPropagation(),Sr=!1,U.selectArtifact(C),Lo())}),Ye.addEventListener("keydown",l=>{if(l.key!=="Enter"&&l.key!==" ")return;let m=l.target;m.hasAttribute("data-open-artifact")&&(l.preventDefault(),m.click())});let Jr=je.composerOverlay,Yr=(l,m,x)=>{var q,_,ne,re;let C=m.trim();if(!C||!At.current)return;let R=(q=l.getAttribute("data-tool-call-id"))!=null?q:"",D=x.source==="free-text";e.dispatchEvent(new CustomEvent("persona:askUserQuestion:answered",{detail:{toolUseId:R,answer:C,answers:x.structured,values:(_=x.values)!=null?_:x.source==="multi"?C.split(", "):[C],isFreeText:D,source:x.source},bubbles:!0,composed:!0})),En(Jr,R);let V=At.current.getMessages().find(J=>{var be;return((be=J.toolCall)==null?void 0:be.id)===R});(ne=V==null?void 0:V.agentMetadata)!=null&&ne.awaitingLocalTool?At.current.resolveAskUserQuestion(V,(re=x.structured)!=null?re:C):At.current.sendMessage(C)},Ur=l=>{var R;let m=At.current;if(!m)return;let x=(R=l.getAttribute("data-tool-call-id"))!=null?R:"",C=m.getMessages().find(D=>{var V;return((V=D.toolCall)==null?void 0:V.id)===x});C&&m.persistAskUserQuestionProgress(C,{answers:ai(l,C),currentIndex:ao(l)})},pn=l=>Object.entries(l).map(([m,x])=>`${m}: ${Array.isArray(x)?x.join(", "):x}`).join(" | "),we=l=>{var R,D,V;if(((D=(R=o.features)==null?void 0:R.askUserQuestion)==null?void 0:D.groupedAutoAdvance)===!1)return;let m=ao(l),x=Wa(l);if(m>=x-1)return;let C=(V=At.current)==null?void 0:V.getMessages().find(q=>{var _;return((_=q.toolCall)==null?void 0:_.id)===l.getAttribute("data-tool-call-id")});C&&(si(l,C,o,m+1),Ur(l))};Jr.addEventListener("click",l=>{var D,V,q,_,ne,re,J,be,Fe,Ne,Ue,ze,ut,ot;let x=l.target.closest("[data-ask-user-action]");if(!x)return;let C=x.closest("[data-persona-ask-sheet-for]");if(!C)return;let R=x.getAttribute("data-ask-user-action");if(l.preventDefault(),l.stopPropagation(),R==="dismiss"){let He=(D=C.getAttribute("data-tool-call-id"))!=null?D:"";e.dispatchEvent(new CustomEvent("persona:askUserQuestion:dismissed",{detail:{toolUseId:He},bubbles:!0,composed:!0})),En(Jr,He);let Pe=(V=At.current)==null?void 0:V.getMessages().find($e=>{var Xe;return((Xe=$e.toolCall)==null?void 0:Xe.id)===He});(q=Pe==null?void 0:Pe.agentMetadata)!=null&&q.awaitingLocalTool&&((_=At.current)==null||_.markAskUserQuestionResolved(Pe),(ne=At.current)==null||ne.resolveAskUserQuestion(Pe,"(dismissed)"));return}if(R==="pick"){let He=x.getAttribute("data-option-label");if(!He)return;let Pe=C.getAttribute("data-multi-select")==="true",$e=Tn(C);if($e&&Pe){let Xe=na(C)[ao(C)],xt=new Set(Array.isArray(Xe)?Xe:[]);xt.has(He)?xt.delete(He):xt.add(He),kn(C,Array.from(xt)),Ur(C);return}if($e){kn(C,He),Ur(C),we(C);return}if(Pe){let Xe=x.getAttribute("aria-pressed")==="true";x.setAttribute("aria-pressed",Xe?"false":"true"),x.classList.toggle("persona-ask-pill-selected",!Xe);let xt=C.querySelector('[data-ask-user-action="submit-multi"]');xt&&(xt.disabled=Ul(C).length===0);return}Yr(C,He,{source:"pick",values:[He]});return}if(R==="submit-multi"){let He=Ul(C);if(He.length===0)return;Yr(C,He.join(", "),{source:"multi",values:He});return}if(R==="open-free-text"){let He=C.querySelector('[data-ask-free-text-row="true"]');if(He){He.classList.remove("persona-hidden");let Pe=He.querySelector('[data-ask-free-text-input="true"]');Pe==null||Pe.focus()}return}if(R==="focus-free-text"){let He=C.querySelector('[data-ask-free-text-input="true"]');He==null||He.focus();return}if(R==="submit-free-text"){let He=C.querySelector('[data-ask-free-text-input="true"]'),Pe=(re=He==null?void 0:He.value)!=null?re:"";if(!Pe.trim())return;if(Tn(C)){kn(C,Pe.trim()),Ur(C),we(C);return}Yr(C,Pe,{source:"free-text"});return}if(R==="next"||R==="back"){if(!At.current)return;let He=(J=C.getAttribute("data-tool-call-id"))!=null?J:"",Pe=At.current.getMessages().find(Be=>{var Re;return((Re=Be.toolCall)==null?void 0:Re.id)===He});if(!Pe)return;let $e=C.querySelector('[data-ask-free-text-input="true"]'),Xe=(Fe=(be=$e==null?void 0:$e.value)==null?void 0:be.trim())!=null?Fe:"";if(Xe){let Be=na(C)[ao(C)];(typeof Be!="string"||Be!==Xe)&&kn(C,Xe)}let xt=R==="next"?1:-1,F=ao(C)+xt;si(C,Pe,o,F),Ur(C);return}if(R==="submit-all"){if(!At.current)return;let He=(Ne=C.getAttribute("data-tool-call-id"))!=null?Ne:"",Pe=At.current.getMessages().find(Be=>{var Re;return((Re=Be.toolCall)==null?void 0:Re.id)===He});if(!Pe)return;let $e=C.querySelector('[data-ask-free-text-input="true"]'),Xe=(ze=(Ue=$e==null?void 0:$e.value)==null?void 0:Ue.trim())!=null?ze:"";Xe&&kn(C,Xe);let xt=ai(C,Pe);At.current.persistAskUserQuestionProgress(Pe,{answers:xt,currentIndex:ao(C)});let F=pn(xt);Yr(C,F||"(submitted)",{source:"submit-all",structured:xt});return}if(R==="skip"){if(!At.current)return;let He=(ut=C.getAttribute("data-tool-call-id"))!=null?ut:"",Pe=At.current.getMessages().find(Re=>{var Je;return((Je=Re.toolCall)==null?void 0:Je.id)===He});if(!Pe)return;let $e=Tn(C),Xe=ao(C),xt=Wa(C),F=Xe>=xt-1;if(!$e){e.dispatchEvent(new CustomEvent("persona:askUserQuestion:dismissed",{detail:{toolUseId:He},bubbles:!0,composed:!0})),En(Jr,He),(ot=Pe.agentMetadata)!=null&&ot.awaitingLocalTool&&(At.current.markAskUserQuestionResolved(Pe),At.current.resolveAskUserQuestion(Pe,"(dismissed)"));return}kn(C,"");let Be=C.querySelector('[data-ask-free-text-input="true"]');if(Be&&(Be.value=""),F){let Re=ai(C,Pe),Je=pn(Re);Yr(C,Je||"(skipped)",{source:"submit-all",structured:Re});return}si(C,Pe,o,Xe+1),Ur(C);return}}),Jr.addEventListener("keydown",l=>{var D;if(l.key!=="Enter")return;let x=l.target;if(!((D=x.matches)!=null&&D.call(x,'[data-ask-free-text-input="true"]')))return;let C=x.closest("[data-persona-ask-sheet-for]");if(!C)return;l.preventDefault();let R=x.value;if(R.trim()){if(Tn(C)){kn(C,R.trim()),Ur(C),we(C);return}Yr(C,R,{source:"free-text"})}});let $o=l=>{if(!/^[1-9]$/.test(l.key)||l.metaKey||l.ctrlKey||l.altKey)return;let m=l.target;if((m==null?void 0:m.tagName)==="INPUT"||(m==null?void 0:m.tagName)==="TEXTAREA"||m!=null&&m.isContentEditable)return;let x=Jr.querySelector("[data-persona-ask-sheet-for]");if(!x||x.getAttribute("data-ask-layout")!=="rows"||x.getAttribute("data-multi-select")==="true")return;let C=Number(l.key),D=x.querySelectorAll('[data-ask-pill-list="true"] [data-ask-user-action="pick"], [data-ask-pill-list="true"] [data-ask-user-action="focus-free-text"]')[C-1];D&&(l.preventDefault(),D.click())};document.addEventListener("keydown",$o);let Zr=null,Nt=null,eo=null,jo=null,Ya=()=>{};function ya(){jo==null||jo(),jo=null}let Za=()=>{var V;if(!Zr||!Nt)return;let l=e.classList.contains("persona-artifact-appearance-seamless"),x=((V=e.ownerDocument.defaultView)!=null?V:window).innerWidth<=640;if(!l||e.classList.contains("persona-artifact-narrow-host")||x){Nt.style.removeProperty("position"),Nt.style.removeProperty("left"),Nt.style.removeProperty("top"),Nt.style.removeProperty("bottom"),Nt.style.removeProperty("width"),Nt.style.removeProperty("z-index");return}let C=Zr.firstElementChild;if(!C||C===Nt)return;let R=10;Nt.style.position="absolute",Nt.style.top="0",Nt.style.bottom="0",Nt.style.width=`${R}px`,Nt.style.zIndex="5";let D=C.offsetWidth-R/2;Nt.style.left=`${Math.max(0,D)}px`},Vn=()=>{},Lo=()=>{var x,C,R,D,V;if(!vt||!so(o))return;sl(e,o),il(e,o),Vn();let l=(D=(R=(C=(x=o.features)==null?void 0:x.artifacts)==null?void 0:C.layout)==null?void 0:R.narrowHostMaxWidth)!=null?D:520,m=X.getBoundingClientRect().width||0;e.classList.toggle("persona-artifact-narrow-host",m>0&&m<=l),vt.update(_r),Sr?(vt.setMobileOpen(!1),vt.element.classList.add("persona-hidden"),(V=vt.backdrop)==null||V.classList.add("persona-hidden")):_r.artifacts.length>0&&(vt.element.classList.remove("persona-hidden"),vt.setMobileOpen(!0)),Ya()};if(so(o)){X.style.position="relative";let l=S("div","persona-flex persona-flex-1 persona-flex-col persona-min-w-0 persona-min-h-0"),m=S("div","persona-flex persona-h-full persona-w-full persona-min-h-0 persona-artifact-split-root");l.appendChild(Ce),vt=Cx(o,{onSelect:x=>{var C;return(C=At.current)==null?void 0:C.selectArtifact(x)},onDismiss:()=>{Sr=!0,Lo()}}),vt.element.classList.add("persona-hidden"),Zr=m,m.appendChild(l),m.appendChild(vt.element),vt.backdrop&&X.appendChild(vt.backdrop),X.appendChild(m),Ya=()=>{var C,R,D,V;if(!Zr||!vt)return;if(!(((D=(R=(C=o.features)==null?void 0:C.artifacts)==null?void 0:R.layout)==null?void 0:D.resizable)===!0)){eo==null||eo(),eo=null,ya(),Nt&&(Nt.remove(),Nt=null),vt.element.style.removeProperty("width"),vt.element.style.removeProperty("maxWidth");return}if(!Nt){let q=S("div","persona-artifact-split-handle persona-shrink-0 persona-h-full");q.setAttribute("role","separator"),q.setAttribute("aria-orientation","vertical"),q.setAttribute("aria-label","Resize artifacts panel"),q.tabIndex=0;let _=e.ownerDocument,ne=(V=_.defaultView)!=null?V:window,re=J=>{var ut,ot;if(!vt||J.button!==0||e.classList.contains("persona-artifact-narrow-host")||ne.innerWidth<=640)return;J.preventDefault(),ya();let be=J.clientX,Fe=vt.element.getBoundingClientRect().width,Ne=(ot=(ut=o.features)==null?void 0:ut.artifacts)==null?void 0:ot.layout,Ue=He=>{let Pe=Zr.getBoundingClientRect().width,$e=e.classList.contains("persona-artifact-appearance-seamless"),Xe=$e?0:Tx(Zr,ne),xt=$e?0:q.getBoundingClientRect().width||6,F=Fe-(He.clientX-be),Be=Ex(F,Pe,Xe,xt,Ne==null?void 0:Ne.resizableMinWidth,Ne==null?void 0:Ne.resizableMaxWidth);vt.element.style.width=`${Be}px`,vt.element.style.maxWidth="none",Za()},ze=()=>{_.removeEventListener("pointermove",Ue),_.removeEventListener("pointerup",ze),_.removeEventListener("pointercancel",ze),jo=null;try{q.releasePointerCapture(J.pointerId)}catch{}};jo=ze,_.addEventListener("pointermove",Ue),_.addEventListener("pointerup",ze),_.addEventListener("pointercancel",ze);try{q.setPointerCapture(J.pointerId)}catch{}};q.addEventListener("pointerdown",re),Nt=q,Zr.insertBefore(q,vt.element),eo=()=>{q.removeEventListener("pointerdown",re)}}if(Nt){let q=_r.artifacts.length>0&&!Sr;Nt.classList.toggle("persona-hidden",!q),Za()}},Vn=()=>{var ne,re,J,be,Fe,Ne,Ue,ze,ut,ot,He,Pe,$e,Xe;if(!T||!vt||((re=(ne=o.launcher)==null?void 0:ne.sidebarMode)!=null?re:!1)||nr(o)&&Kr(o).reveal==="emerge")return;let C=(J=e.ownerDocument.defaultView)!=null?J:window,R=(Fe=(be=o.launcher)==null?void 0:be.mobileFullscreen)!=null?Fe:!0,D=(Ue=(Ne=o.launcher)==null?void 0:Ne.mobileBreakpoint)!=null?Ue:640;if(R&&C.innerWidth<=D||!Mx(o,T))return;let V=(ot=(ut=(ze=o.launcher)==null?void 0:ze.width)!=null?ut:o.launcherWidth)!=null?ot:Gr,q=(Xe=($e=(Pe=(He=o.features)==null?void 0:He.artifacts)==null?void 0:Pe.layout)==null?void 0:$e.expandedPanelWidth)!=null?Xe:"min(720px, calc(100vw - 24px))";_r.artifacts.length>0&&!Sr?(X.style.width=q,X.style.maxWidth=q):(X.style.width=V,X.style.maxWidth=V)},typeof ResizeObserver!="undefined"&&(Or=new ResizeObserver(()=>{Lo()}),Or.observe(X))}else X.appendChild(Ce),P()&&st&&(je.peekBanner&&st.appendChild(je.peekBanner),st.appendChild(Ie));e.appendChild(fe),st&&e.appendChild(st);let un=()=>{var Be,Re,Je,Pt,Oe,Gt,wt,lr,Br,Wt,mr,Vr,Ge,Rt,zr,Kn,Xn,Qn,Jn,Ea,ka,Xt,Yn,wn,Cn,Qo,Zn,Ze;if(P()){X.style.width="100%",X.style.maxWidth="100%";let Dt=(Re=(Be=o.launcher)==null?void 0:Be.composerBar)!=null?Re:{},Bt=fe.dataset.state==="expanded",$t=(Je=Dt.expandedSize)!=null?Je:"anchored";if(!(Bt&&$t!=="fullscreen")){Ce.style.background="",Ce.style.border="",Ce.style.borderRadius="",Ce.style.overflow="",Ce.style.boxShadow="";return}let ft=(Oe=(Pt=o.theme)==null?void 0:Pt.components)==null?void 0:Oe.panel,Ut=Ua(o),gr=(fr,no)=>{var Sn;return fr==null||fr===""?no:(Sn=Oa(Ut,fr))!=null?Sn:fr},$r="1px solid var(--persona-border)",Do="var(--persona-palette-shadows-xl, 0 25px 50px -12px rgba(0, 0, 0, 0.25))",ur="var(--persona-panel-radius, var(--persona-radius-xl, 0.75rem))";Ce.style.background="var(--persona-surface, #ffffff)",Ce.style.border=gr(ft==null?void 0:ft.border,$r),Ce.style.borderRadius=gr(ft==null?void 0:ft.borderRadius,ur),Ce.style.boxShadow=gr(ft==null?void 0:ft.shadow,Do),Ce.style.overflow="hidden";return}let l=nr(o),m=(wt=(Gt=o.launcher)==null?void 0:Gt.sidebarMode)!=null?wt:!1,x=l||m||((Br=(lr=o.launcher)==null?void 0:lr.fullHeight)!=null?Br:!1),C=((Wt=o.launcher)==null?void 0:Wt.enabled)===!1,R=(Vr=(mr=o.theme)==null?void 0:mr.components)==null?void 0:Vr.panel,D=Ua(o),V=(Dt,Bt)=>{var $t;return Dt==null||Dt===""?Bt:($t=Oa(D,Dt))!=null?$t:Dt},q=(Ge=e.ownerDocument.defaultView)!=null?Ge:window,_=(zr=(Rt=o.launcher)==null?void 0:Rt.mobileFullscreen)!=null?zr:!0,ne=(Xn=(Kn=o.launcher)==null?void 0:Kn.mobileBreakpoint)!=null?Xn:640,re=q.innerWidth<=ne,J=_&&re&&T,be=(Jn=(Qn=o.launcher)==null?void 0:Qn.position)!=null?Jn:"bottom-left",Fe=be==="bottom-left"||be==="top-left",Ne=(ka=(Ea=o.launcher)==null?void 0:Ea.zIndex)!=null?ka:wr,Ue=m||J?"none":"1px solid var(--persona-border)",ze=J?"none":m?Fe?"var(--persona-palette-shadows-sidebar-left, 2px 0 12px rgba(0, 0, 0, 0.08))":"var(--persona-palette-shadows-sidebar-right, -2px 0 12px rgba(0, 0, 0, 0.08))":"var(--persona-palette-shadows-xl, 0 25px 50px -12px rgba(0, 0, 0, 0.25))";l&&!J&&(ze="none",Ue="none");let ut=m||J?"0":"var(--persona-panel-radius, var(--persona-radius-xl, 0.75rem))",ot=V(R==null?void 0:R.border,Ue),He=V(R==null?void 0:R.shadow,ze),Pe=V(R==null?void 0:R.borderRadius,ut),$e=ve.scrollTop;e.style.cssText="",fe.style.cssText="",X.style.cssText="",Ce.style.cssText="",ve.style.cssText="",Ie.style.cssText="",te&&(ve.style.display="none");let Xe=()=>{var Bt;if($e<=0)return;((Bt=ve.ownerDocument.defaultView)!=null?Bt:window).requestAnimationFrame(()=>{if(ve.scrollTop===$e)return;let $t=ve.scrollHeight-ve.clientHeight;$t<=0||(ve.scrollTop=Math.min($e,$t))})};if(J){fe.classList.remove("persona-bottom-6","persona-right-6","persona-left-6","persona-top-6","persona-bottom-4","persona-right-4","persona-left-4","persona-top-4"),fe.style.cssText=`
35
+ `,M.addEventListener("click",()=>{m=S,T.forEach((W,I)=>{let R=I<S;W.classList.toggle("selected",R),W.setAttribute("aria-checked",I===S-1?"true":"false")})}),T.push(M),E.appendChild(M)}g.appendChild(E);let A=null;if(c){let S=document.createElement("div");S.className="persona-feedback-comment-container",A=document.createElement("textarea"),A.className="persona-feedback-comment",A.placeholder=a,A.rows=3,A.setAttribute("aria-label","Additional comments"),S.appendChild(A),g.appendChild(S)}let k=document.createElement("div");k.className="persona-feedback-actions";let w=document.createElement("button");w.type="button",w.className="persona-feedback-btn persona-feedback-btn-skip",w.textContent=i,w.addEventListener("click",()=>{r==null||r(),p.remove()});let C=document.createElement("button");return C.type="button",C.className="persona-feedback-btn persona-feedback-btn-submit",C.textContent=s,C.addEventListener("click",async()=>{if(m===null){E.classList.add("persona-feedback-shake"),setTimeout(()=>E.classList.remove("persona-feedback-shake"),500);return}C.disabled=!0,C.textContent="Submitting...";try{let S=(A==null?void 0:A.value.trim())||void 0;await t(m,S),p.remove()}catch(S){C.disabled=!1,C.textContent=s,console.error("[CSAT Feedback] Failed to submit:",S)}}),k.appendChild(w),k.appendChild(C),g.appendChild(k),p.appendChild(g),p}function yl(e){let{onSubmit:t,onDismiss:r,title:o="How likely are you to recommend us?",subtitle:n="On a scale of 0 to 10",commentPlaceholder:a="What could we do better? (optional)...",submitText:s="Submit",skipText:i="Skip",showComment:c=!0,lowLabel:d="Not likely",highLabel:p="Very likely"}=e,m=document.createElement("div");m.className="persona-feedback-container persona-feedback-nps",m.setAttribute("role","dialog"),m.setAttribute("aria-label","Net Promoter Score feedback");let g=null,u=document.createElement("div");u.className="persona-feedback-content";let h=document.createElement("div");h.className="persona-feedback-header";let y=document.createElement("h3");y.className="persona-feedback-title",y.textContent=o,h.appendChild(y);let E=document.createElement("p");E.className="persona-feedback-subtitle",E.textContent=n,h.appendChild(E),u.appendChild(h);let T=document.createElement("div");T.className="persona-feedback-rating persona-feedback-rating-nps",T.setAttribute("role","radiogroup"),T.setAttribute("aria-label","Likelihood rating from 0 to 10");let A=document.createElement("div");A.className="persona-feedback-labels";let k=document.createElement("span");k.className="persona-feedback-label-low",k.textContent=d;let w=document.createElement("span");w.className="persona-feedback-label-high",w.textContent=p,A.appendChild(k),A.appendChild(w);let C=document.createElement("div");C.className="persona-feedback-numbers";let S=[];for(let D=0;D<=10;D++){let O=document.createElement("button");O.type="button",O.className="persona-feedback-rating-btn persona-feedback-number-btn",O.setAttribute("role","radio"),O.setAttribute("aria-checked","false"),O.setAttribute("aria-label",`Rating ${D} out of 10`),O.textContent=String(D),O.dataset.rating=String(D),D<=6?O.classList.add("persona-feedback-detractor"):D<=8?O.classList.add("persona-feedback-passive"):O.classList.add("persona-feedback-promoter"),O.addEventListener("click",()=>{g=D,S.forEach((Q,me)=>{Q.classList.toggle("selected",me===D),Q.setAttribute("aria-checked",me===D?"true":"false")})}),S.push(O),C.appendChild(O)}T.appendChild(A),T.appendChild(C),u.appendChild(T);let M=null;if(c){let D=document.createElement("div");D.className="persona-feedback-comment-container",M=document.createElement("textarea"),M.className="persona-feedback-comment",M.placeholder=a,M.rows=3,M.setAttribute("aria-label","Additional comments"),D.appendChild(M),u.appendChild(D)}let W=document.createElement("div");W.className="persona-feedback-actions";let I=document.createElement("button");I.type="button",I.className="persona-feedback-btn persona-feedback-btn-skip",I.textContent=i,I.addEventListener("click",()=>{r==null||r(),m.remove()});let R=document.createElement("button");return R.type="button",R.className="persona-feedback-btn persona-feedback-btn-submit",R.textContent=s,R.addEventListener("click",async()=>{if(g===null){C.classList.add("persona-feedback-shake"),setTimeout(()=>C.classList.remove("persona-feedback-shake"),500);return}R.disabled=!0,R.textContent="Submitting...";try{let D=(M==null?void 0:M.value.trim())||void 0;await t(g,D),m.remove()}catch(D){R.disabled=!1,R.textContent=s,console.error("[NPS Feedback] Failed to submit:",D)}}),W.appendChild(I),W.appendChild(R),u.appendChild(W),m.appendChild(u),m}var es="persona-chat-history",Q0=30*1e3,J0={"image/png":"png","image/jpeg":"jpg","image/jpg":"jpg","image/gif":"gif","image/webp":"webp","image/svg+xml":"svg","image/bmp":"bmp","image/tiff":"tiff"};function Y0(e){var o,n,a;if(!e)return[];let t=[],r=Array.from((o=e.items)!=null?o:[]);for(let s of r){if(s.kind!=="file"||!s.type.startsWith("image/"))continue;let i=s.getAsFile();if(!i)continue;if(i.name){t.push(i);continue}let c=(n=J0[i.type])!=null?n:"png";t.push(new File([i],`clipboard-image-${Date.now()}.${c}`,{type:i.type,lastModified:Date.now()}))}if(t.length>0)return t;for(let s of Array.from((a=e.files)!=null?a:[]))s.type.startsWith("image/")&&t.push(s);return t}function bl(e){if(!e)return!1;let t=e.types;return t?typeof t.contains=="function"?t.contains("Files"):Array.from(t).includes("Files"):!1}function Z0(e){var t,r,o,n,a,s,i,c,d;return e?e===!0?{storage:"session",keyPrefix:"persona-",persist:{openState:!0,voiceState:!0,focusInput:!0},clearOnChatClear:!0}:{storage:(t=e.storage)!=null?t:"session",keyPrefix:(r=e.keyPrefix)!=null?r:"persona-",persist:{openState:(n=(o=e.persist)==null?void 0:o.openState)!=null?n:!0,voiceState:(s=(a=e.persist)==null?void 0:a.voiceState)!=null?s:!0,focusInput:(c=(i=e.persist)==null?void 0:i.focusInput)!=null?c:!0},clearOnChatClear:(d=e.clearOnChatClear)!=null?d:!0}:null}function ew(e){try{let t=e==="local"?localStorage:sessionStorage,r="__persist_test__";return t.setItem(r,"1"),t.removeItem(r),t}catch{return null}}var Ip=e=>!e||typeof e!="object"?{}:{...e},jx=e=>e.map(t=>({...t,streaming:!1})),Gx=(e,t,r)=>{let o=e!=null&&e.markdown?aa(e.markdown):null,n=Ha(e==null?void 0:e.sanitize);return e!=null&&e.postprocessMessage&&n&&(e==null?void 0:e.sanitize)===void 0&&console.warn("[Persona] A custom postprocessMessage is active with the default HTML sanitizer. Tags or attributes not in the built-in allowlist will be stripped. To keep custom HTML, set `sanitize: false` or provide a custom sanitize function."),a=>{var p,m,g;let s=(p=a.text)!=null?p:"",i=(m=a.message.rawContent)!=null?m:null;if(t){let u=t.process({text:s,raw:i!=null?i:s,message:a.message,streaming:a.streaming});u!==null&&(s=u.text,u.persist||(a.message.__skipPersist=!0),u.resubmit&&!a.streaming&&r&&r())}let c=na()!==null,d;if(e!=null&&e.postprocessMessage){let u=e.postprocessMessage({...a,text:s,raw:(g=i!=null?i:a.text)!=null?g:""});d=n?n(u):u}else if(o){let u=a.streaming?Jg(s):s,h=o(u);d=n&&c?n(h):h}else d=Fo(s);return d}};function Kx(e){var i,c,d,p;let t=v("div","persona-attachment-drop-overlay");e!=null&&e.background&&t.style.setProperty("--persona-drop-overlay-bg",e.background),(e==null?void 0:e.backdropBlur)!==void 0&&t.style.setProperty("--persona-drop-overlay-blur",e.backdropBlur),e!=null&&e.border&&t.style.setProperty("--persona-drop-overlay-border",e.border),e!=null&&e.borderRadius&&t.style.setProperty("--persona-drop-overlay-radius",e.borderRadius),e!=null&&e.inset&&t.style.setProperty("--persona-drop-overlay-inset",e.inset),e!=null&&e.labelSize&&t.style.setProperty("--persona-drop-overlay-label-size",e.labelSize),e!=null&&e.labelColor&&t.style.setProperty("--persona-drop-overlay-label-color",e.labelColor);let r=(i=e==null?void 0:e.iconName)!=null?i:"upload",o=(c=e==null?void 0:e.iconSize)!=null?c:"48px",n=(d=e==null?void 0:e.iconColor)!=null?d:"rgba(59, 130, 246, 0.6)",a=(p=e==null?void 0:e.iconStrokeWidth)!=null?p:.5,s=he(r,o,n,a);if(s&&t.appendChild(s),e!=null&&e.label){let m=v("span","persona-drop-overlay-label");m.textContent=e.label,t.appendChild(m)}return t}var vl=(e,t,r)=>{var Bu,Du,Fu,Nu,Ou,_u,Uu,qu,Vu,zu,$u,ju,Gu,Ku,Xu,Qu,Ju,Yu,Zu,ef,tf,rf,of,nf,af,sf,lf,df,cf,pf,uf,ff,mf,gf,hf,xf,yf,bf,vf,wf,Cf,Sf,Af,Mf,Tf,Ef,kf,Lf,Pf,Rf;if(e==null)throw new Error('createAgentExperience: mount must be a non-null HTMLElement (e.g. pass document.getElementById("my-root") after the node exists).');e.id&&!e.getAttribute("data-persona-instance")&&e.setAttribute("data-persona-instance",e.id),e.hasAttribute("data-persona-root")||e.setAttribute("data-persona-root","true");let o=Oi(t),n=Vs.getForInstance(o.plugins),{plugin:a,teardown:s}=Tx();o.components&&an.registerAll(o.components);let i=Ux(),d=o.persistState===!1?null:(Bu=o.storageAdapter)!=null?Bu:fl(),p={},m=null,g=!1,u=l=>{if(o.onStateLoaded)try{let f=o.onStateLoaded(l);if(f&&typeof f=="object"&&"state"in f){let{state:x,open:b}=f;return b&&(g=!0),x}return f}catch(f){typeof console!="undefined"&&console.error("[AgentWidget] onStateLoaded hook failed:",f)}return l};if(d!=null&&d.load)try{let l=d.load();if(l&&typeof l.then=="function")m=l.then(f=>{let x=f!=null?f:{messages:[],metadata:{}};return u(x)});else{let f=l!=null?l:{messages:[],metadata:{}},x=u(f);x.metadata&&(p=Ip(x.metadata)),(Du=x.messages)!=null&&Du.length&&(o={...o,initialMessages:x.messages}),(Fu=x.artifacts)!=null&&Fu.length&&(o={...o,initialArtifacts:x.artifacts,initialSelectedArtifactId:(Nu=x.selectedArtifactId)!=null?Nu:null})}}catch(l){typeof console!="undefined"&&console.error("[AgentWidget] Failed to load stored state:",l)}else if(o.onStateLoaded)try{let l=u({messages:[],metadata:{}});(Ou=l.messages)!=null&&Ou.length&&(o={...o,initialMessages:l.messages})}catch(l){typeof console!="undefined"&&console.error("[AgentWidget] onStateLoaded hook failed:",l)}let h=()=>p,y=l=>{var x;p=(x=l({...p}))!=null?x:{},Ho()},E=o.actionParsers&&o.actionParsers.length?o.actionParsers:[zs],T=o.actionHandlers&&o.actionHandlers.length?o.actionHandlers:[ya.message,ya.messageAndClick],A=$s({parsers:E,handlers:T,getSessionMetadata:h,updateSessionMetadata:y,emit:i.emit,documentRef:typeof document!="undefined"?document:null});A.syncFromMetadata();let k=(Uu=(_u=o.launcher)==null?void 0:_u.enabled)!=null?Uu:!0,w=(Vu=(qu=o.launcher)==null?void 0:qu.autoExpand)!=null?Vu:!1,C=(zu=o.autoFocusInput)!=null?zu:!1,S=w,M=k,W=(ju=($u=o.layout)==null?void 0:$u.header)==null?void 0:ju.layout,I=!1,R=()=>On(o),D=()=>k||R(),O=R()?!1:k?w:!0,Q=!1,me=null,ue=()=>{Q=!0,me&&clearTimeout(me),me=setTimeout(()=>{Q&&(typeof console!="undefined"&&console.warn("[AgentWidget] Resubmit requested but no injection occurred within 10s"),Q=!1)},1e4)},Z=Gx(o,A,ue),Le=(Ku=(Gu=o.features)==null?void 0:Gu.showReasoning)!=null?Ku:!0,He=(Qu=(Xu=o.features)==null?void 0:Xu.showToolCalls)!=null?Qu:!0,ie=(Yu=(Ju=o.features)==null?void 0:Ju.showEventStreamToggle)!=null?Yu:!1,Me=(ef=(Zu=o.features)==null?void 0:Zu.scrollToBottom)!=null?ef:{},oe=(rf=(tf=o.features)==null?void 0:tf.scrollBehavior)!=null?rf:{},ge=`${(nf=typeof o.persistState=="object"?(of=o.persistState)==null?void 0:of.keyPrefix:void 0)!=null?nf:"persona-"}event-stream`,Te=ie?new Us(ge):null,qe=(lf=(sf=(af=o.features)==null?void 0:af.eventStream)==null?void 0:sf.maxEvents)!=null?lf:2e3,j=ie?new _s(qe,Te):null,ee=ie?new qs:null,Ee=null,te=!1,le=null,ke=0;Te==null||Te.open().then(()=>j==null?void 0:j.restore()).catch(l=>{o.debug&&console.warn("[AgentWidget] IndexedDB not available for event stream:",l)});let nt={onCopy:l=>{var f,x;i.emit("message:copy",l),q!=null&&q.isClientTokenMode()&&q.submitMessageFeedback(l.id,"copy").catch(b=>{o.debug&&console.error("[AgentWidget] Failed to submit copy feedback:",b)}),(x=(f=o.messageActions)==null?void 0:f.onCopy)==null||x.call(f,l)},onFeedback:l=>{var f,x;i.emit("message:feedback",l),q!=null&&q.isClientTokenMode()&&q.submitMessageFeedback(l.messageId,l.type).catch(b=>{o.debug&&console.error("[AgentWidget] Failed to submit feedback:",b)}),(x=(f=o.messageActions)==null?void 0:f.onFeedback)==null||x.call(f,l)}},yt=(df=o.statusIndicator)!=null?df:{},Kt=l=>{var f,x,b,P,B,V;return l==="idle"?(f=yt.idleText)!=null?f:rr.idle:l==="connecting"?(x=yt.connectingText)!=null?x:rr.connecting:l==="connected"?(b=yt.connectedText)!=null?b:rr.connected:l==="error"?(P=yt.errorText)!=null?P:rr.error:l==="paused"?(B=yt.pausedText)!=null?B:rr.paused:l==="resuming"?(V=yt.resumingText)!=null?V:rr.resuming:rr[l]};function jt(l,f,x,b){if(b==="idle"&&x.idleLink){l.textContent="";let P=document.createElement("a");P.href=x.idleLink,P.target="_blank",P.rel="noopener noreferrer",P.textContent=f,P.style.color="inherit",P.style.textDecoration="none",l.appendChild(P)}else l.textContent=f}let ct=fx({config:o,showClose:D()}),{wrapper:fe,panel:X,pillRoot:st}=ct.shell,je=ct.panelElements,{container:Ce,body:ve,messagesWrapper:Ye,suggestions:Vt,textarea:xe,sendButton:de,sendButtonWrapper:Ar,composerForm:Ct,statusText:br,introTitle:wo,introSubtitle:Co,closeButton:Ve,iconHolder:H,headerTitle:ce,headerSubtitle:Se,header:Ae,footer:Ie,actionsRow:et,leftActions:Qe,rightActions:gt}=je,pe=je.setSendButtonMode,N=je.micButton,ye=je.micButtonWrapper,ae=je.attachmentButton,mt=je.attachmentButtonWrapper,Ke=je.attachmentInput,Lt=je.attachmentPreviewsContainer;Ce.classList.add("persona-relative"),ve.classList.add("persona-relative");let Et=12,bt=()=>{var l;return(l=Me.label)!=null?l:""},It=()=>{var l;return(l=Me.iconName)!=null?l:"arrow-down"},Qt=()=>Me.enabled!==!1,Ft=()=>{var l;return(l=oe.mode)!=null?l:"anchor-top"},er=()=>Ft()==="follow"||Ft()==="anchor-top"&&hn,So=()=>{var l;return(l=oe.anchorTopOffset)!=null?l:16},Uo=()=>{var l;return(l=oe.restorePosition)!=null?l:"bottom"},io=()=>oe.pauseOnInteraction===!0,lo=()=>oe.showActivityWhilePinned!==!1,sn=()=>oe.announce===!0,zt=v("button","persona-scroll-to-bottom-indicator persona-absolute persona-bottom-3 persona-left-1/2 persona-z-10 persona-flex persona-items-center persona-gap-1 persona-text-xs persona-transform persona--translate-x-1/2 persona-cursor-pointer");zt.type="button",zt.style.display="none",zt.setAttribute("data-persona-scroll-to-bottom","true");let co=v("span","persona-flex persona-items-center"),qo=v("span",""),Fr=v("span","");Fr.setAttribute("data-persona-scroll-to-bottom-count",""),Fr.style.display="none",zt.append(co,qo,Fr),Ce.appendChild(zt);let Wr=v("div","persona-stream-anchor-spacer");Wr.setAttribute("aria-hidden","true"),Wr.setAttribute("data-persona-anchor-spacer",""),Wr.style.flexShrink="0",Wr.style.pointerEvents="none",Wr.style.height="0px",ve.appendChild(Wr);let Nr=v("div","persona-sr-only");Nr.setAttribute("aria-live","polite"),Nr.setAttribute("aria-atomic","true"),Nr.setAttribute("role","status"),Nr.setAttribute("data-persona-live-region",""),Object.assign(Nr.style,{position:"absolute",width:"1px",height:"1px",margin:"-1px",padding:"0",overflow:"hidden",clip:"rect(0 0 0 0)",clipPath:"inset(50%)",whiteSpace:"nowrap",border:"0"}),Ce.appendChild(Nr);let po=null,Ao=null,ln=l=>{!sn()||!l||(Ao=l,po===null&&(po=setTimeout(()=>{po=null,Ao&&sn()&&(Nr.textContent=Ao),Ao=null},400)))},Qr=()=>{let f=Ie.style.display==="none"?0:Ie.offsetHeight;zt.style.bottom=`${f+Et}px`};Qr();let dn=()=>{let l=!!bt();zt.setAttribute("aria-label",bt()||"Jump to latest"),zt.title=bt(),zt.setAttribute("data-persona-scroll-to-bottom-has-label",l?"true":"false"),co.innerHTML="";let f=he(It(),"14px","currentColor",2);f?(co.appendChild(f),co.style.display=""):co.style.display="none",qo.textContent=bt(),qo.style.display=l?"":"none"};dn();let St=null,Mo=null,To=n.find(l=>l.renderHeader);if(To!=null&&To.renderHeader){let l=To.renderHeader({config:o,defaultRenderer:()=>{let f=nn({config:o,showClose:D()});return fa(Ce,f,o),f.header},onClose:()=>Ot(!1,"user")});if(l){let f=Ce.querySelector(".persona-border-b-persona-divider");f&&(f.replaceWith(l),Ae=l,ct.header.element=l)}}let Vo=()=>{var f,x,b,P;if(!j)return;if(te=!0,!Ee&&j&&(Ee=Rx({buffer:j,getFullHistory:()=>j.getAllFromStore(),onClose:()=>uo(),config:o,plugins:n,getThroughput:()=>{var B;return(B=ee==null?void 0:ee.getMetric())!=null?B:{status:"idle"}}})),Ee&&(ve.style.display="none",(f=Ie.parentNode)==null||f.insertBefore(Ee.element,Ie),Ee.update()),ht){ht.style.boxShadow=`inset 0 0 0 1.5px ${Ir.actionIconColor}`;let B=(P=(b=(x=o.features)==null?void 0:x.eventStream)==null?void 0:b.classNames)==null?void 0:P.toggleButtonActive;B&&B.split(/\s+/).forEach(V=>V&&ht.classList.add(V))}let l=()=>{if(!te)return;let B=Date.now();B-ke>=200&&(Ee==null||Ee.update(),ke=B),le=requestAnimationFrame(l)};ke=0,le=requestAnimationFrame(l),qr(),i.emit("eventStream:opened",{timestamp:Date.now()})},uo=()=>{var l,f,x;if(te){if(te=!1,Ee&&Ee.element.remove(),ve.style.display="",ht){ht.style.boxShadow="";let b=(x=(f=(l=o.features)==null?void 0:l.eventStream)==null?void 0:f.classNames)==null?void 0:x.toggleButtonActive;b&&b.split(/\s+/).forEach(P=>P&&ht.classList.remove(P))}le!==null&&(cancelAnimationFrame(le),le=null),qr(),i.emit("eventStream:closed",{timestamp:Date.now()})}},ht=null;if(ie){let l=(pf=(cf=o.features)==null?void 0:cf.eventStream)==null?void 0:pf.classNames,f="persona-inline-flex persona-items-center persona-justify-center persona-rounded-full hover:persona-opacity-80 persona-cursor-pointer persona-border-none persona-bg-transparent persona-p-1"+(l!=null&&l.toggleButton?" "+l.toggleButton:"");ht=v("button",f),ht.style.width="28px",ht.style.height="28px",ht.style.color=Ir.actionIconColor,ht.type="button",ht.setAttribute("aria-label","Event Stream"),ht.title="Event Stream";let x=he("activity","18px","currentColor",1.5);x&&ht.appendChild(x);let b=je.clearChatButtonWrapper,P=je.closeButtonWrapper,B=b||P;B&&B.parentNode===Ae?Ae.insertBefore(ht,B):Ae.appendChild(ht),ht.addEventListener("click",()=>{te?uo():Vo()})}let Un=l=>{var P,B,V,U,_;let f=o.attachments;if(!(f!=null&&f.enabled))return;let x=(P=l.querySelector("[data-persona-composer-attachment-previews]"))!=null?P:l.querySelector(".persona-attachment-previews");if(!x){x=v("div","persona-attachment-previews persona-flex persona-flex-wrap persona-gap-2 persona-mb-2"),x.setAttribute("data-persona-composer-attachment-previews",""),x.style.display="none";let ne=l.querySelector("[data-persona-composer-form]");ne!=null&&ne.parentNode?ne.parentNode.insertBefore(x,ne):l.insertBefore(x,l.firstChild)}if(!((B=l.querySelector("[data-persona-composer-attachment-input]"))!=null?B:l.querySelector('input[type="file"]'))){let ne=v("input");ne.type="file",ne.setAttribute("data-persona-composer-attachment-input",""),ne.accept=((V=f.allowedTypes)!=null?V:on).join(","),ne.multiple=((U=f.maxFiles)!=null?U:4)>1,ne.style.display="none",ne.setAttribute("aria-label",(_=f.buttonTooltipText)!=null?_:"Attach files"),l.appendChild(ne)}},Eo=n.find(l=>l.renderComposer);if(Eo!=null&&Eo.renderComposer){let l=o.composer,f=Eo.renderComposer({config:o,defaultRenderer:()=>Ka({config:o}).footer,onSubmit:x=>{var V;if(!q||q.isStreaming())return;let b=x.trim(),P=(V=St==null?void 0:St.hasAttachments())!=null?V:!1;if(!b&&!P)return;cu();let B;P&&(B=[],B.push(...St.getContentParts()),b&&B.push(Es(b))),q.sendMessage(b,{contentParts:B}),P&&St.clearAttachments()},streaming:!1,disabled:!1,openAttachmentPicker:()=>{Ke==null||Ke.click()},models:l==null?void 0:l.models,selectedModelId:l==null?void 0:l.selectedModelId,onModelChange:x=>{o.composer={...o.composer,selectedModelId:x},o.agent&&(o.agent={...o.agent,model:x})},onVoiceToggle:((uf=o.voiceRecognition)==null?void 0:uf.enabled)===!0?()=>{Mo==null||Mo()}:void 0});f&&(ct.replaceComposer(f),Ie=ct.composer.footer)}let qn=l=>{let f=(...re)=>{for(let J of re){let be=l.querySelector(J);if(be)return be}return null},x=l.querySelector("[data-persona-composer-form]"),b=l.querySelector("[data-persona-composer-input]"),P=l.querySelector("[data-persona-composer-submit]"),B=l.querySelector("[data-persona-composer-mic]"),V=l.querySelector("[data-persona-composer-status]");x&&(Ct=x),b&&(xe=b),P&&(de=P),B&&(N=B,ye=B.parentElement),V&&(br=V);let U=f("[data-persona-composer-suggestions]",".persona-mb-3.persona-flex.persona-flex-wrap.persona-gap-2");U&&(Vt=U);let _=f("[data-persona-composer-attachment-button]",".persona-attachment-button");_&&(ae=_,mt=_.parentElement),Ke=f("[data-persona-composer-attachment-input]",'input[type="file"]'),Lt=f("[data-persona-composer-attachment-previews]",".persona-attachment-previews");let ne=f("[data-persona-composer-actions]",".persona-widget-composer .persona-flex.persona-items-center.persona-justify-between");ne&&(et=ne)};Un(Ie),qn(Ie);let Hr=(xf=(ff=o.layout)==null?void 0:ff.contentMaxWidth)!=null?xf:R()?(hf=(gf=(mf=o.launcher)==null?void 0:mf.composerBar)==null?void 0:gf.contentMaxWidth)!=null?hf:"720px":void 0;if(Hr&&(Ye.style.maxWidth=Hr,Ye.style.marginLeft="auto",Ye.style.marginRight="auto",Ye.style.width="100%"),Hr&&Ct&&!R()&&(Ct.style.maxWidth=Hr,Ct.style.marginLeft="auto",Ct.style.marginRight="auto"),Hr&&Vt&&!R()&&(Vt.style.maxWidth=Hr,Vt.style.marginLeft="auto",Vt.style.marginRight="auto"),Hr&&Lt&&!R()&&(Lt.style.maxWidth=Hr,Lt.style.marginLeft="auto",Lt.style.marginRight="auto"),(yf=o.attachments)!=null&&yf.enabled&&Ke&&Lt){St=pa.fromConfig(o.attachments),St.setPreviewsContainer(Lt),Ke.addEventListener("change",x=>{let b=x.target;St==null||St.handleFileSelect(b.files),b.value=""});let l=o.attachments.dropOverlay,f=Kx(l);Ce.appendChild(f)}(()=>{var b,P;let l=(P=(b=o.layout)==null?void 0:b.slots)!=null?P:{},f=B=>{switch(B){case"body-top":return Ce.querySelector(".persona-rounded-2xl.persona-bg-persona-surface.persona-p-6")||null;case"messages":return Ye;case"footer-top":return Vt;case"composer":return Ct;case"footer-bottom":return br;default:return null}},x=(B,V)=>{var U;switch(B){case"header-left":case"header-center":case"header-right":if(B==="header-left")Ae.insertBefore(V,Ae.firstChild);else if(B==="header-right")Ae.appendChild(V);else{let _=Ae.querySelector(".persona-flex-col");_?(U=_.parentNode)==null||U.insertBefore(V,_.nextSibling):Ae.appendChild(V)}break;case"body-top":{let _=ve.querySelector(".persona-rounded-2xl.persona-bg-persona-surface.persona-p-6");_?_.replaceWith(V):ve.insertBefore(V,ve.firstChild);break}case"body-bottom":ve.appendChild(V);break;case"footer-top":Vt.replaceWith(V);break;case"footer-bottom":br.replaceWith(V);break;default:break}};for(let[B,V]of Object.entries(l))if(V)try{let U=V({config:o,defaultContent:()=>f(B)});U&&x(B,U)}catch(U){typeof console!="undefined"&&console.error(`[AgentWidget] Error rendering slot "${B}":`,U)}})();let cn=l=>{var V,U;let x=l.target.closest('button[data-expand-header="true"]');if(!x)return;let b=x.closest(".persona-reasoning-bubble, .persona-tool-bubble, .persona-approval-bubble");if(!b)return;let P=b.getAttribute("data-message-id");if(!P)return;let B=x.getAttribute("data-bubble-type");if(B==="reasoning")Qa.has(P)?Qa.delete(P):Qa.add(P),xx(P,b);else if(B==="tool")Ja.has(P)?Ja.delete(P):Ja.add(P),yx(P,b,o);else if(B==="approval"){let _=o.approval!==!1?o.approval:void 0,ne=((V=_==null?void 0:_.detailsDisplay)!=null?V:"collapsed")==="expanded",re=(U=ga.get(P))!=null?U:ne;ga.set(P,!re),Cx(P,b,o)}Ro.delete(P)};Ye.addEventListener("pointerdown",l=>{l.target.closest('button[data-expand-header="true"]')&&(l.preventDefault(),cn(l))}),Ye.addEventListener("keydown",l=>{let f=l.target;(l.key==="Enter"||l.key===" ")&&f.closest('button[data-expand-header="true"]')&&(l.preventDefault(),cn(l))}),Ye.addEventListener("copy",l=>{let{clipboardData:f}=l;if(!f)return;let x=Ye.getRootNode(),b=typeof x.getSelection=="function"?x.getSelection():window.getSelection();if(!b||b.isCollapsed)return;let P=b.toString(),B=Xh(P);!B||B===P||(f.setData("text/plain",B),l.preventDefault())});let zo=new Map,pn=null,un="idle",Vn={idle:{icon:"volume-2",label:"Read aloud"},loading:{icon:"loader-circle",label:"Loading\u2026"},playing:{icon:"pause",label:"Pause"},paused:{icon:"play",label:"Resume"}},zn=(l,f)=>{let{icon:x,label:b}=Vn[f];l.setAttribute("aria-label",b),l.title=b,l.setAttribute("aria-pressed",f==="idle"?"false":"true"),l.classList.toggle("persona-message-action-active",f!=="idle"),l.classList.toggle("persona-message-action-loading",f==="loading");let P=he(x,14,"currentColor",2);P&&(l.innerHTML="",l.appendChild(P))},fn=()=>{Ye.querySelectorAll('[data-action="read-aloud"]').forEach(f=>{var B;let x=f.closest("[data-actions-for]"),b=(B=x==null?void 0:x.getAttribute("data-actions-for"))!=null?B:null;zn(f,b&&b===pn?un:"idle")})};Ye.addEventListener("click",l=>{var V;let x=l.target.closest(".persona-message-action-btn[data-action]");if(!x)return;l.preventDefault(),l.stopPropagation();let b=x.closest("[data-actions-for]");if(!b)return;let P=b.getAttribute("data-actions-for");if(!P)return;let B=x.getAttribute("data-action");if(B==="copy"){let _=q.getMessages().find(ne=>ne.id===P);if(_&&nt.onCopy){let ne=_.content||"";navigator.clipboard.writeText(ne).then(()=>{x.classList.add("persona-message-action-success");let re=he("check",14,"currentColor",2);re&&(x.innerHTML="",x.appendChild(re)),setTimeout(()=>{x.classList.remove("persona-message-action-success");let J=he("copy",14,"currentColor",2);J&&(x.innerHTML="",x.appendChild(J))},2e3)}).catch(re=>{typeof console!="undefined"&&console.error("[AgentWidget] Failed to copy message:",re)}),nt.onCopy(_)}}else if(B==="read-aloud")q.toggleReadAloud(P);else if(B==="upvote"||B==="downvote"){let _=((V=zo.get(P))!=null?V:null)===B,ne=B==="upvote"?"thumbs-up":"thumbs-down";if(_){zo.delete(P),x.classList.remove("persona-message-action-active");let re=he(ne,14,"currentColor",2);re&&(x.innerHTML="",x.appendChild(re))}else{let re=B==="upvote"?"downvote":"upvote",J=b.querySelector(`[data-action="${re}"]`);if(J){J.classList.remove("persona-message-action-active");let ze=he(re==="upvote"?"thumbs-up":"thumbs-down",14,"currentColor",2);ze&&(J.innerHTML="",J.appendChild(ze))}zo.set(P,B),x.classList.add("persona-message-action-active");let be=he(ne,14,"currentColor",2);be&&(be.setAttribute("fill","currentColor"),x.innerHTML="",x.appendChild(be)),x.classList.remove("persona-message-action-pop"),x.offsetWidth,x.classList.add("persona-message-action-pop");let Ne=q.getMessages().find(Ue=>Ue.id===P);Ne&&nt.onFeedback&&nt.onFeedback({type:B,messageId:Ne.id,message:Ne})}}}),Ye.addEventListener("click",l=>{let x=l.target.closest("button[data-approval-action]");if(!x)return;l.preventDefault(),l.stopPropagation();let b=x.closest(".persona-approval-bubble");if(!b)return;let P=b.getAttribute("data-message-id");if(!P)return;let B=x.getAttribute("data-approval-action");if(!B)return;let V=B==="approve"?"approved":"denied",_=q.getMessages().find(re=>re.id===P);if(!(_!=null&&_.approval))return;let ne=b.querySelector("[data-approval-buttons]");ne&&ne.querySelectorAll("button").forEach(J=>{J.disabled=!0,J.style.opacity="0.5",J.style.cursor="not-allowed"}),_.approval.toolType==="webmcp"?q.resolveWebMcpApproval(P,V):q.resolveApproval(_.approval,V)});let vt=null,Or=null,_r={artifacts:[],selectedId:null},Mr=!1,At={current:null};Ye.addEventListener("click",l=>{var J,be,Fe,Ne,Ue;let x=l.target.closest("[data-download-artifact]");if(!x)return;l.preventDefault(),l.stopPropagation();let b=x.getAttribute("data-download-artifact");if(!b||((Fe=(be=(J=o.features)==null?void 0:J.artifacts)==null?void 0:be.onArtifactAction)==null?void 0:Fe.call(be,{type:"download",artifactId:b}))===!0)return;let B=q.getArtifactById(b),V=B==null?void 0:B.markdown,U=(B==null?void 0:B.title)||"artifact";if(!V){let ze=x.closest("[data-open-artifact]"),ut=ze==null?void 0:ze.closest("[data-message-id]"),ot=ut==null?void 0:ut.getAttribute("data-message-id");if(ot){let Pe=q.getMessages().find($e=>$e.id===ot);if(Pe!=null&&Pe.rawContent)try{let $e=JSON.parse(Pe.rawContent);V=(Ne=$e==null?void 0:$e.props)==null?void 0:Ne.markdown,U=((Ue=$e==null?void 0:$e.props)==null?void 0:Ue.title)||U}catch{}}}if(!V)return;let _=new Blob([V],{type:"text/markdown"}),ne=URL.createObjectURL(_),re=document.createElement("a");re.href=ne,re.download=`${U}.md`,re.click(),URL.revokeObjectURL(ne)}),Ye.addEventListener("click",l=>{var B,V,U;let x=l.target.closest("[data-open-artifact]");if(!x)return;let b=x.getAttribute("data-open-artifact");!b||((U=(V=(B=o.features)==null?void 0:B.artifacts)==null?void 0:V.onArtifactAction)==null?void 0:U.call(V,{type:"open",artifactId:b}))===!0||(l.preventDefault(),l.stopPropagation(),Mr=!1,q.selectArtifact(b),ko())}),Ye.addEventListener("keydown",l=>{if(l.key!=="Enter"&&l.key!==" ")return;let f=l.target;f.hasAttribute("data-open-artifact")&&(l.preventDefault(),f.click())});let Jr=je.composerOverlay,Yr=(l,f,x)=>{var U,_,ne,re;let b=f.trim();if(!b||!At.current)return;let P=(U=l.getAttribute("data-tool-call-id"))!=null?U:"",B=x.source==="free-text";e.dispatchEvent(new CustomEvent("persona:askUserQuestion:answered",{detail:{toolUseId:P,answer:b,answers:x.structured,values:(_=x.values)!=null?_:x.source==="multi"?b.split(", "):[b],isFreeText:B,source:x.source},bubbles:!0,composed:!0})),Ln(Jr,P);let V=At.current.getMessages().find(J=>{var be;return((be=J.toolCall)==null?void 0:be.id)===P});(ne=V==null?void 0:V.agentMetadata)!=null&&ne.awaitingLocalTool?At.current.resolveAskUserQuestion(V,(re=x.structured)!=null?re:b):At.current.sendMessage(b)},Ur=l=>{var P;let f=At.current;if(!f)return;let x=(P=l.getAttribute("data-tool-call-id"))!=null?P:"",b=f.getMessages().find(B=>{var V;return((V=B.toolCall)==null?void 0:V.id)===x});b&&f.persistAskUserQuestionProgress(b,{answers:ci(l,b),currentIndex:ao(l)})},mn=l=>Object.entries(l).map(([f,x])=>`${f}: ${Array.isArray(x)?x.join(", "):x}`).join(" | "),we=l=>{var P,B,V;if(((B=(P=o.features)==null?void 0:P.askUserQuestion)==null?void 0:B.groupedAutoAdvance)===!1)return;let f=ao(l),x=Fa(l);if(f>=x-1)return;let b=(V=At.current)==null?void 0:V.getMessages().find(U=>{var _;return((_=U.toolCall)==null?void 0:_.id)===l.getAttribute("data-tool-call-id")});b&&(pi(l,b,o,f+1),Ur(l))};Jr.addEventListener("click",l=>{var B,V,U,_,ne,re,J,be,Fe,Ne,Ue,ze,ut,ot;let x=l.target.closest("[data-ask-user-action]");if(!x)return;let b=x.closest("[data-persona-ask-sheet-for]");if(!b)return;let P=x.getAttribute("data-ask-user-action");if(l.preventDefault(),l.stopPropagation(),P==="dismiss"){let We=(B=b.getAttribute("data-tool-call-id"))!=null?B:"";e.dispatchEvent(new CustomEvent("persona:askUserQuestion:dismissed",{detail:{toolUseId:We},bubbles:!0,composed:!0})),Ln(Jr,We);let Pe=(V=At.current)==null?void 0:V.getMessages().find($e=>{var Xe;return((Xe=$e.toolCall)==null?void 0:Xe.id)===We});(U=Pe==null?void 0:Pe.agentMetadata)!=null&&U.awaitingLocalTool&&((_=At.current)==null||_.markAskUserQuestionResolved(Pe),(ne=At.current)==null||ne.resolveAskUserQuestion(Pe,"(dismissed)"));return}if(P==="pick"){let We=x.getAttribute("data-option-label");if(!We)return;let Pe=b.getAttribute("data-multi-select")==="true",$e=kn(b);if($e&&Pe){let Xe=sa(b)[ao(b)],xt=new Set(Array.isArray(Xe)?Xe:[]);xt.has(We)?xt.delete(We):xt.add(We),Pn(b,Array.from(xt)),Ur(b);return}if($e){Pn(b,We),Ur(b),we(b);return}if(Pe){let Xe=x.getAttribute("aria-pressed")==="true";x.setAttribute("aria-pressed",Xe?"false":"true"),x.classList.toggle("persona-ask-pill-selected",!Xe);let xt=b.querySelector('[data-ask-user-action="submit-multi"]');xt&&(xt.disabled=Xl(b).length===0);return}Yr(b,We,{source:"pick",values:[We]});return}if(P==="submit-multi"){let We=Xl(b);if(We.length===0)return;Yr(b,We.join(", "),{source:"multi",values:We});return}if(P==="open-free-text"){let We=b.querySelector('[data-ask-free-text-row="true"]');if(We){We.classList.remove("persona-hidden");let Pe=We.querySelector('[data-ask-free-text-input="true"]');Pe==null||Pe.focus()}return}if(P==="focus-free-text"){let We=b.querySelector('[data-ask-free-text-input="true"]');We==null||We.focus();return}if(P==="submit-free-text"){let We=b.querySelector('[data-ask-free-text-input="true"]'),Pe=(re=We==null?void 0:We.value)!=null?re:"";if(!Pe.trim())return;if(kn(b)){Pn(b,Pe.trim()),Ur(b),we(b);return}Yr(b,Pe,{source:"free-text"});return}if(P==="next"||P==="back"){if(!At.current)return;let We=(J=b.getAttribute("data-tool-call-id"))!=null?J:"",Pe=At.current.getMessages().find(Be=>{var Re;return((Re=Be.toolCall)==null?void 0:Re.id)===We});if(!Pe)return;let $e=b.querySelector('[data-ask-free-text-input="true"]'),Xe=(Fe=(be=$e==null?void 0:$e.value)==null?void 0:be.trim())!=null?Fe:"";if(Xe){let Be=sa(b)[ao(b)];(typeof Be!="string"||Be!==Xe)&&Pn(b,Xe)}let xt=P==="next"?1:-1,F=ao(b)+xt;pi(b,Pe,o,F),Ur(b);return}if(P==="submit-all"){if(!At.current)return;let We=(Ne=b.getAttribute("data-tool-call-id"))!=null?Ne:"",Pe=At.current.getMessages().find(Be=>{var Re;return((Re=Be.toolCall)==null?void 0:Re.id)===We});if(!Pe)return;let $e=b.querySelector('[data-ask-free-text-input="true"]'),Xe=(ze=(Ue=$e==null?void 0:$e.value)==null?void 0:Ue.trim())!=null?ze:"";Xe&&Pn(b,Xe);let xt=ci(b,Pe);At.current.persistAskUserQuestionProgress(Pe,{answers:xt,currentIndex:ao(b)});let F=mn(xt);Yr(b,F||"(submitted)",{source:"submit-all",structured:xt});return}if(P==="skip"){if(!At.current)return;let We=(ut=b.getAttribute("data-tool-call-id"))!=null?ut:"",Pe=At.current.getMessages().find(Re=>{var Je;return((Je=Re.toolCall)==null?void 0:Je.id)===We});if(!Pe)return;let $e=kn(b),Xe=ao(b),xt=Fa(b),F=Xe>=xt-1;if(!$e){e.dispatchEvent(new CustomEvent("persona:askUserQuestion:dismissed",{detail:{toolUseId:We},bubbles:!0,composed:!0})),Ln(Jr,We),(ot=Pe.agentMetadata)!=null&&ot.awaitingLocalTool&&(At.current.markAskUserQuestionResolved(Pe),At.current.resolveAskUserQuestion(Pe,"(dismissed)"));return}Pn(b,"");let Be=b.querySelector('[data-ask-free-text-input="true"]');if(Be&&(Be.value=""),F){let Re=ci(b,Pe),Je=mn(Re);Yr(b,Je||"(skipped)",{source:"submit-all",structured:Re});return}pi(b,Pe,o,Xe+1),Ur(b);return}}),Jr.addEventListener("keydown",l=>{var B;if(l.key!=="Enter")return;let x=l.target;if(!((B=x.matches)!=null&&B.call(x,'[data-ask-free-text-input="true"]')))return;let b=x.closest("[data-persona-ask-sheet-for]");if(!b)return;l.preventDefault();let P=x.value;if(P.trim()){if(kn(b)){Pn(b,P.trim()),Ur(b),we(b);return}Yr(b,P,{source:"free-text"})}});let $o=l=>{if(!/^[1-9]$/.test(l.key)||l.metaKey||l.ctrlKey||l.altKey)return;let f=l.target;if((f==null?void 0:f.tagName)==="INPUT"||(f==null?void 0:f.tagName)==="TEXTAREA"||f!=null&&f.isContentEditable)return;let x=Jr.querySelector("[data-persona-ask-sheet-for]");if(!x||x.getAttribute("data-ask-layout")!=="rows"||x.getAttribute("data-multi-select")==="true")return;let b=Number(l.key),B=x.querySelectorAll('[data-ask-pill-list="true"] [data-ask-user-action="pick"], [data-ask-pill-list="true"] [data-ask-user-action="focus-free-text"]')[b-1];B&&(l.preventDefault(),B.click())};document.addEventListener("keydown",$o);let Zr=null,Nt=null,eo=null,jo=null,rs=()=>{};function va(){jo==null||jo(),jo=null}let os=()=>{var V;if(!Zr||!Nt)return;let l=e.classList.contains("persona-artifact-appearance-seamless"),x=((V=e.ownerDocument.defaultView)!=null?V:window).innerWidth<=640;if(!l||e.classList.contains("persona-artifact-narrow-host")||x){Nt.style.removeProperty("position"),Nt.style.removeProperty("left"),Nt.style.removeProperty("top"),Nt.style.removeProperty("bottom"),Nt.style.removeProperty("width"),Nt.style.removeProperty("z-index");return}let b=Zr.firstElementChild;if(!b||b===Nt)return;let P=10;Nt.style.position="absolute",Nt.style.top="0",Nt.style.bottom="0",Nt.style.width=`${P}px`,Nt.style.zIndex="5";let B=b.offsetWidth-P/2;Nt.style.left=`${Math.max(0,B)}px`},$n=()=>{},ko=()=>{var x,b,P,B,V;if(!vt||!so(o))return;pl(e,o),ul(e,o),$n();let l=(B=(P=(b=(x=o.features)==null?void 0:x.artifacts)==null?void 0:b.layout)==null?void 0:P.narrowHostMaxWidth)!=null?B:520,f=X.getBoundingClientRect().width||0;e.classList.toggle("persona-artifact-narrow-host",f>0&&f<=l),vt.update(_r),Mr?(vt.setMobileOpen(!1),vt.element.classList.add("persona-hidden"),(V=vt.backdrop)==null||V.classList.add("persona-hidden")):_r.artifacts.length>0&&(vt.element.classList.remove("persona-hidden"),vt.setMobileOpen(!0)),rs()};if(so(o)){X.style.position="relative";let l=v("div","persona-flex persona-flex-1 persona-flex-col persona-min-w-0 persona-min-h-0"),f=v("div","persona-flex persona-h-full persona-w-full persona-min-h-0 persona-artifact-split-root");l.appendChild(Ce),vt=Hx(o,{onSelect:x=>{var b;return(b=At.current)==null?void 0:b.selectArtifact(x)},onDismiss:()=>{Mr=!0,ko()}}),vt.element.classList.add("persona-hidden"),Zr=f,f.appendChild(l),f.appendChild(vt.element),vt.backdrop&&X.appendChild(vt.backdrop),X.appendChild(f),rs=()=>{var b,P,B,V;if(!Zr||!vt)return;if(!(((B=(P=(b=o.features)==null?void 0:b.artifacts)==null?void 0:P.layout)==null?void 0:B.resizable)===!0)){eo==null||eo(),eo=null,va(),Nt&&(Nt.remove(),Nt=null),vt.element.style.removeProperty("width"),vt.element.style.removeProperty("maxWidth");return}if(!Nt){let U=v("div","persona-artifact-split-handle persona-shrink-0 persona-h-full");U.setAttribute("role","separator"),U.setAttribute("aria-orientation","vertical"),U.setAttribute("aria-label","Resize artifacts panel"),U.tabIndex=0;let _=e.ownerDocument,ne=(V=_.defaultView)!=null?V:window,re=J=>{var ut,ot;if(!vt||J.button!==0||e.classList.contains("persona-artifact-narrow-host")||ne.innerWidth<=640)return;J.preventDefault(),va();let be=J.clientX,Fe=vt.element.getBoundingClientRect().width,Ne=(ot=(ut=o.features)==null?void 0:ut.artifacts)==null?void 0:ot.layout,Ue=We=>{let Pe=Zr.getBoundingClientRect().width,$e=e.classList.contains("persona-artifact-appearance-seamless"),Xe=$e?0:Nx(Zr,ne),xt=$e?0:U.getBoundingClientRect().width||6,F=Fe-(We.clientX-be),Be=Ox(F,Pe,Xe,xt,Ne==null?void 0:Ne.resizableMinWidth,Ne==null?void 0:Ne.resizableMaxWidth);vt.element.style.width=`${Be}px`,vt.element.style.maxWidth="none",os()},ze=()=>{_.removeEventListener("pointermove",Ue),_.removeEventListener("pointerup",ze),_.removeEventListener("pointercancel",ze),jo=null;try{U.releasePointerCapture(J.pointerId)}catch{}};jo=ze,_.addEventListener("pointermove",Ue),_.addEventListener("pointerup",ze),_.addEventListener("pointercancel",ze);try{U.setPointerCapture(J.pointerId)}catch{}};U.addEventListener("pointerdown",re),Nt=U,Zr.insertBefore(U,vt.element),eo=()=>{U.removeEventListener("pointerdown",re)}}if(Nt){let U=_r.artifacts.length>0&&!Mr;Nt.classList.toggle("persona-hidden",!U),os()}},$n=()=>{var ne,re,J,be,Fe,Ne,Ue,ze,ut,ot,We,Pe,$e,Xe;if(!k||!vt||((re=(ne=o.launcher)==null?void 0:ne.sidebarMode)!=null?re:!1)||or(o)&&Kr(o).reveal==="emerge")return;let b=(J=e.ownerDocument.defaultView)!=null?J:window,P=(Fe=(be=o.launcher)==null?void 0:be.mobileFullscreen)!=null?Fe:!0,B=(Ue=(Ne=o.launcher)==null?void 0:Ne.mobileBreakpoint)!=null?Ue:640;if(P&&b.innerWidth<=B||!Fx(o,k))return;let V=(ot=(ut=(ze=o.launcher)==null?void 0:ze.width)!=null?ut:o.launcherWidth)!=null?ot:Gr,U=(Xe=($e=(Pe=(We=o.features)==null?void 0:We.artifacts)==null?void 0:Pe.layout)==null?void 0:$e.expandedPanelWidth)!=null?Xe:"min(720px, calc(100vw - 24px))";_r.artifacts.length>0&&!Mr?(X.style.width=U,X.style.maxWidth=U):(X.style.width=V,X.style.maxWidth=V)},typeof ResizeObserver!="undefined"&&(Or=new ResizeObserver(()=>{ko()}),Or.observe(X))}else X.appendChild(Ce),R()&&st&&(je.peekBanner&&st.appendChild(je.peekBanner),st.appendChild(Ie));e.appendChild(fe),st&&e.appendChild(st);let gn=()=>{var Be,Re,Je,Pt,Oe,Gt,wt,lr,Br,Ht,hr,Vr,Ge,Rt,zr,Qn,Jn,Yn,Zn,Pa,Ra,Xt,ea,Sn,An,Zo,ta,Ze;if(R()){X.style.width="100%",X.style.maxWidth="100%";let Dt=(Re=(Be=o.launcher)==null?void 0:Be.composerBar)!=null?Re:{},Bt=fe.dataset.state==="expanded",$t=(Je=Dt.expandedSize)!=null?Je:"anchored";if(!(Bt&&$t!=="fullscreen")){Ce.style.background="",Ce.style.border="",Ce.style.borderRadius="",Ce.style.overflow="",Ce.style.boxShadow="";return}let ft=(Oe=(Pt=o.theme)==null?void 0:Pt.components)==null?void 0:Oe.panel,Ut=$a(o),xr=(mr,no)=>{var Mn;return mr==null||mr===""?no:(Mn=Va(Ut,mr))!=null?Mn:mr},$r="1px solid var(--persona-border)",Do="var(--persona-palette-shadows-xl, 0 25px 50px -12px rgba(0, 0, 0, 0.25))",fr="var(--persona-panel-radius, var(--persona-radius-xl, 0.75rem))";Ce.style.background="var(--persona-surface, #ffffff)",Ce.style.border=xr(ft==null?void 0:ft.border,$r),Ce.style.borderRadius=xr(ft==null?void 0:ft.borderRadius,fr),Ce.style.boxShadow=xr(ft==null?void 0:ft.shadow,Do),Ce.style.overflow="hidden";return}let l=or(o),f=(wt=(Gt=o.launcher)==null?void 0:Gt.sidebarMode)!=null?wt:!1,x=l||f||((Br=(lr=o.launcher)==null?void 0:lr.fullHeight)!=null?Br:!1),b=((Ht=o.launcher)==null?void 0:Ht.enabled)===!1,P=(Vr=(hr=o.theme)==null?void 0:hr.components)==null?void 0:Vr.panel,B=$a(o),V=(Dt,Bt)=>{var $t;return Dt==null||Dt===""?Bt:($t=Va(B,Dt))!=null?$t:Dt},U=(Ge=e.ownerDocument.defaultView)!=null?Ge:window,_=(zr=(Rt=o.launcher)==null?void 0:Rt.mobileFullscreen)!=null?zr:!0,ne=(Jn=(Qn=o.launcher)==null?void 0:Qn.mobileBreakpoint)!=null?Jn:640,re=U.innerWidth<=ne,J=_&&re&&k,be=(Zn=(Yn=o.launcher)==null?void 0:Yn.position)!=null?Zn:"bottom-left",Fe=be==="bottom-left"||be==="top-left",Ne=(Ra=(Pa=o.launcher)==null?void 0:Pa.zIndex)!=null?Ra:Sr,Ue=f||J?"none":"1px solid var(--persona-border)",ze=J?"none":f?Fe?"var(--persona-palette-shadows-sidebar-left, 2px 0 12px rgba(0, 0, 0, 0.08))":"var(--persona-palette-shadows-sidebar-right, -2px 0 12px rgba(0, 0, 0, 0.08))":"var(--persona-palette-shadows-xl, 0 25px 50px -12px rgba(0, 0, 0, 0.25))";l&&!J&&(ze="none",Ue="none");let ut=f||J?"0":"var(--persona-panel-radius, var(--persona-radius-xl, 0.75rem))",ot=V(P==null?void 0:P.border,Ue),We=V(P==null?void 0:P.shadow,ze),Pe=V(P==null?void 0:P.borderRadius,ut),$e=ve.scrollTop;e.style.cssText="",fe.style.cssText="",X.style.cssText="",Ce.style.cssText="",ve.style.cssText="",Ie.style.cssText="",te&&(ve.style.display="none");let Xe=()=>{var Bt;if($e<=0)return;((Bt=ve.ownerDocument.defaultView)!=null?Bt:window).requestAnimationFrame(()=>{if(ve.scrollTop===$e)return;let $t=ve.scrollHeight-ve.clientHeight;$t<=0||(ve.scrollTop=Math.min($e,$t))})};if(J){fe.classList.remove("persona-bottom-6","persona-right-6","persona-left-6","persona-top-6","persona-bottom-4","persona-right-4","persona-left-4","persona-top-4"),fe.style.cssText=`
36
36
  position: fixed !important;
37
37
  inset: 0 !important;
38
38
  width: 100% !important;
@@ -68,7 +68,7 @@ _Details: ${r.message}_`:o}var Es=e=>({isError:!0,content:[{type:"text",text:e}]
68
68
  overflow: hidden !important;
69
69
  border-radius: 0 !important;
70
70
  border: none !important;
71
- `,ve.style.flex="1 1 0%",ve.style.minHeight="0",ve.style.overflowY="auto",Ie.style.flexShrink="0",I=!0,Xe();return}let xt=(Yn=(Xt=o==null?void 0:o.launcher)==null?void 0:Xt.width)!=null?Yn:o==null?void 0:o.launcherWidth,F=xt!=null?xt:Gr;if(!m&&!l)C&&x?(X.style.width="100%",X.style.maxWidth="100%"):(X.style.width=F,X.style.maxWidth=F);else if(l)if(Kr(o).reveal==="emerge"){let Bt=Kr(o).width;X.style.width=Bt,X.style.maxWidth=Bt}else X.style.width="100%",X.style.maxWidth="100%";if(Vn(),X.style.boxShadow=He,X.style.borderRadius=Pe,Ce.style.border=ot,Ce.style.borderRadius=Pe,l&&!J&&(R==null?void 0:R.border)===void 0&&(Ce.style.border="none",Kr(o).side==="right"?Ce.style.borderLeft="1px solid var(--persona-border)":Ce.style.borderRight="1px solid var(--persona-border)"),x&&(e.style.display="flex",e.style.flexDirection="column",e.style.height="100%",e.style.minHeight="0",C&&(e.style.width="100%"),fe.style.display="flex",fe.style.flexDirection="column",fe.style.flex="1 1 0%",fe.style.minHeight="0",fe.style.maxHeight="100%",fe.style.height="100%",C&&(fe.style.overflow="hidden"),X.style.display="flex",X.style.flexDirection="column",X.style.flex="1 1 0%",X.style.minHeight="0",X.style.maxHeight="100%",X.style.height="100%",X.style.overflow="hidden",Ce.style.display="flex",Ce.style.flexDirection="column",Ce.style.flex="1 1 0%",Ce.style.minHeight="0",Ce.style.maxHeight="100%",Ce.style.overflow="hidden",ve.style.flex="1 1 0%",ve.style.minHeight="0",ve.style.overflowY="auto",Ie.style.flexShrink="0"),fe.classList.remove("persona-bottom-6","persona-right-6","persona-left-6","persona-top-6","persona-bottom-4","persona-right-4","persona-left-4","persona-top-4"),!m&&!C&&!l&&((wn=wo[be])!=null?wn:wo["bottom-right"]).split(" ").forEach(Bt=>fe.classList.add(Bt)),m){let Dt=(Qo=(Cn=o.launcher)==null?void 0:Cn.sidebarWidth)!=null?Qo:"420px";fe.style.cssText=`
71
+ `,ve.style.flex="1 1 0%",ve.style.minHeight="0",ve.style.overflowY="auto",Ie.style.flexShrink="0",I=!0,Xe();return}let xt=(ea=(Xt=o==null?void 0:o.launcher)==null?void 0:Xt.width)!=null?ea:o==null?void 0:o.launcherWidth,F=xt!=null?xt:Gr;if(!f&&!l)b&&x?(X.style.width="100%",X.style.maxWidth="100%"):(X.style.width=F,X.style.maxWidth=F);else if(l)if(Kr(o).reveal==="emerge"){let Bt=Kr(o).width;X.style.width=Bt,X.style.maxWidth=Bt}else X.style.width="100%",X.style.maxWidth="100%";if($n(),X.style.boxShadow=We,X.style.borderRadius=Pe,Ce.style.border=ot,Ce.style.borderRadius=Pe,l&&!J&&(P==null?void 0:P.border)===void 0&&(Ce.style.border="none",Kr(o).side==="right"?Ce.style.borderLeft="1px solid var(--persona-border)":Ce.style.borderRight="1px solid var(--persona-border)"),x&&(e.style.display="flex",e.style.flexDirection="column",e.style.height="100%",e.style.minHeight="0",b&&(e.style.width="100%"),fe.style.display="flex",fe.style.flexDirection="column",fe.style.flex="1 1 0%",fe.style.minHeight="0",fe.style.maxHeight="100%",fe.style.height="100%",b&&(fe.style.overflow="hidden"),X.style.display="flex",X.style.flexDirection="column",X.style.flex="1 1 0%",X.style.minHeight="0",X.style.maxHeight="100%",X.style.height="100%",X.style.overflow="hidden",Ce.style.display="flex",Ce.style.flexDirection="column",Ce.style.flex="1 1 0%",Ce.style.minHeight="0",Ce.style.maxHeight="100%",Ce.style.overflow="hidden",ve.style.flex="1 1 0%",ve.style.minHeight="0",ve.style.overflowY="auto",Ie.style.flexShrink="0"),fe.classList.remove("persona-bottom-6","persona-right-6","persona-left-6","persona-top-6","persona-bottom-4","persona-right-4","persona-left-4","persona-top-4"),!f&&!b&&!l&&((Sn=vo[be])!=null?Sn:vo["bottom-right"]).split(" ").forEach(Bt=>fe.classList.add(Bt)),f){let Dt=(Zo=(An=o.launcher)==null?void 0:An.sidebarWidth)!=null?Zo:"420px";fe.style.cssText=`
72
72
  position: fixed !important;
73
73
  top: 0 !important;
74
74
  bottom: 0 !important;
@@ -92,7 +92,7 @@ _Details: ${r.message}_`:o}var Es=e=>({isError:!0,content:[{type:"text",text:e}]
92
92
  min-height: 0 !important;
93
93
  margin: 0 !important;
94
94
  padding: 0 !important;
95
- box-shadow: ${He} !important;
95
+ box-shadow: ${We} !important;
96
96
  border-radius: ${Pe} !important;
97
97
  `,X.style.setProperty("width","100%","important"),X.style.setProperty("max-width","100%","important"),Ce.style.cssText=`
98
98
  display: flex !important;
@@ -109,23 +109,23 @@ _Details: ${r.message}_`:o}var Es=e=>({isError:!0,content:[{type:"text",text:e}]
109
109
  flex-shrink: 0 !important;
110
110
  border-top: none !important;
111
111
  padding: 8px 16px 12px 16px !important;
112
- `}if(!C&&!l){let Dt="max-height: -moz-available !important; max-height: stretch !important;",Bt=m?"":"padding-top: 1.25em !important;",$t=m?"":`z-index: ${(Ze=(Zn=o.launcher)==null?void 0:Zn.zIndex)!=null?Ze:wr} !important;`;fe.style.cssText+=Dt+Bt+$t}Xe()};un(),Hn(e,o),sl(e,o),il(e,o);let it=[];it.push(()=>{document.removeEventListener("keydown",$o)}),it.push(()=>{po!==null&&clearTimeout(po)});let ar=null,sr=null;it.push(()=>{ar==null||ar(),ar=null,sr==null||sr(),sr=null}),Or&&it.push(()=>{Or==null||Or.disconnect(),Or=null}),it.push(()=>{eo==null||eo(),eo=null,ya(),Nt&&(Nt.remove(),Nt=null),vt==null||vt.element.style.removeProperty("width"),vt==null||vt.element.style.removeProperty("maxWidth")}),ie&&it.push(()=>{le!==null&&(cancelAnimationFrame(le),le=null),Ee==null||Ee.destroy(),Ee=null,j==null||j.destroy(),j=null,Te=null});let Po=null,es=()=>{Po&&(Po(),Po=null),o.colorScheme==="auto"&&(Po=Fi(()=>{Hn(e,o)}))};es(),it.push(()=>{Po&&(Po(),Po=null)}),it.push(s);let Go=(sf=o.features)==null?void 0:sf.streamAnimation;if(Go!=null&&Go.type&&Go.type!=="none"){let l=qa(Go.type,Go.plugins);l&&(ji(l,e),it.push(()=>Xh(e)))}let zn=gx(Vt),Ro=null,U,ba=l=>{var C,R;if(!U)return;let m=l!=null?l:U.getMessages(),x=((R=(C=o.features)==null?void 0:C.suggestReplies)==null?void 0:R.enabled)!==!1?li(m):null;x?zn.render(x,U,xe,m,o.suggestionChipsConfig,{agentPushed:!0}):m.some(D=>D.role==="user")?zn.render([],U,xe,m):zn.render(o.suggestionChips,U,xe,m,o.suggestionChipsConfig)},fo=!1,Io=_h(),Ko=new Map,Ho=new Map,mo=new Map,va=0,$s=ra()!==null,yr=_i(),Ar=0,go=null,Mr=!1,$n=!1,ho=0,br=null,Wo=null,wa=!1,jn=!1,Ca=null,fn=!0,mn=!1,rt=null,L=4,$=24,z=80,K=new Map,G={active:!1,manuallyDeactivated:!1,lastUserMessageWasVoice:!1,lastUserMessageId:null},De=(df=(lf=o.voiceRecognition)==null?void 0:lf.autoResume)!=null?df:!1,tt=l=>{i.emit("voice:state",{active:G.active,source:l,timestamp:Date.now()})},lt=()=>{b(l=>({...l,voiceState:{active:G.active,timestamp:Date.now(),manuallyDeactivated:G.manuallyDeactivated}}))},bl=()=>{var C,R;if(((C=o.voiceRecognition)==null?void 0:C.enabled)===!1)return;let l=Ap(p.voiceState),m=!!l.active,x=Number((R=l.timestamp)!=null?R:0);G.manuallyDeactivated=!!l.manuallyDeactivated,m&&Date.now()-x<B0&&setTimeout(()=>{var D,V;G.active||(G.manuallyDeactivated=!1,((V=(D=o.voiceRecognition)==null?void 0:D.provider)==null?void 0:V.type)==="runtype"?U.toggleVoice().then(()=>{G.active=U.isVoiceActive(),tt("restore"),U.isVoiceActive()&&Ma()}):Gs("restore"))},1e3)},gn=()=>U?Wx(U.getMessages()).filter(l=>!l.__skipPersist):[];function Hr(l){if(!(d!=null&&d.save))return;let x={messages:l?Wx(l):U?gn():[],metadata:p,artifacts:_r.artifacts,selectedArtifactId:_r.selectedId};try{let C=d.save(x);C instanceof Promise&&C.catch(R=>{typeof console!="undefined"&&console.error("[AgentWidget] Failed to persist state:",R)})}catch(C){typeof console!="undefined"&&console.error("[AgentWidget] Failed to persist state:",C)}}let Jt=null,hn=()=>fe.querySelector("#persona-scroll-container")||ve,to=()=>{Jt!==null&&(cancelAnimationFrame(Jt),Jt=null),Mr=!1},Tr=()=>{go!==null&&(cancelAnimationFrame(go),go=null),$n=!1,to()},Wr=()=>fo&&vl()&&(Ft()!=="anchor-top"||lo()),Er=()=>{let l=bt()||"Jump to latest",m=Wr();zt.toggleAttribute("data-persona-scroll-to-bottom-streaming",m),ho>0?(Fr.textContent=String(ho),Fr.style.display="",zt.setAttribute("aria-label",`${l} (${ho} new)`)):(Fr.textContent="",Fr.style.display="none",zt.setAttribute("aria-label",m?`${l} (response streaming below)`:l))},Up=()=>{ho!==0&&(ho=0,Er())},vl=()=>tr()?!yr.isFollowing():!Wn(ve,$),qr=()=>{if(!Qt()||te){zt.parentNode&&zt.remove(),zt.style.display="none";return}zt.parentNode!==Ce&&Ce.appendChild(zt),Qr();let m=Oo(ve)>0&&vl();m?Er():Up(),zt.style.display=m?"":"none"},ts=()=>{yr.pause()&&(Tr(),qr())},xn=()=>{yr.resume(),Up(),qr()},yn=(l=!1)=>{tr()&&yr.isFollowing()&&(!l&&!fo||(go!==null&&(cancelAnimationFrame(go),go=null),$n=!0,go=requestAnimationFrame(()=>{go=null,$n=!1,yr.isFollowing()&&by(hn(),l?220:140)})))},qp=(l,m,x,C=()=>!0)=>{let R=l.scrollTop,D=m(),V=D-R;if(to(),Math.abs(V)<1){Mr=!0,l.scrollTop=D,Ar=l.scrollTop,Mr=!1;return}let q=performance.now();Mr=!0;let _=re=>1-Math.pow(1-re,3),ne=re=>{if(!C()){to();return}let J=m();J!==D&&(D=J,V=D-R);let be=re-q,Fe=Math.min(be/x,1),Ne=_(Fe),Ue=R+V*Ne;l.scrollTop=Ue,Ar=l.scrollTop,Fe<1?Jt=requestAnimationFrame(ne):(l.scrollTop=D,Ar=l.scrollTop,Jt=null,Mr=!1)};Jt=requestAnimationFrame(ne)},by=(l,m=500)=>{let x=Oo(l)-l.scrollTop;if(Math.abs(x)<1){Ar=l.scrollTop;return}if(Math.abs(x)>=z){to(),Mr=!0,l.scrollTop=Oo(l),Ar=l.scrollTop,Mr=!1;return}qp(l,()=>Oo(l),m,()=>yr.isFollowing())},Vp=()=>{let l=hn();Mr=!0,l.scrollTop=Oo(l),Ar=l.scrollTop,Mr=!1,qr()},zp=l=>{let m=0,x=l;for(;x&&x!==ve;)m+=x.offsetTop,x=x.offsetParent;return m},$p=()=>{var D;if(Uo()!=="last-user-turn")return!1;let l=(D=U==null?void 0:U.getMessages())!=null?D:[];if(l.length<2)return!1;let m=[...l].reverse().find(V=>V.role==="user");if(!m)return!1;let x=typeof CSS!="undefined"&&typeof CSS.escape=="function"?CSS.escape(m.id):m.id.replace(/\\/g,"\\\\").replace(/"/g,'\\"'),C=ve.querySelector(`[data-message-id="${x}"]`);if(!C)return!1;let R=Math.min(Math.max(0,zp(C)-Ao()),Oo(ve));return Mr=!0,ve.scrollTop=R,Ar=ve.scrollTop,Mr=!1,Ft()==="follow"&&!Wn(ve,$)&&yr.pause(),qr(),!0},jp=l=>{Rr.style.height=`${Math.max(0,Math.round(l))}px`,br&&(br.spacerHeight=Math.max(0,l))},rs=()=>{Wo!==null&&(cancelAnimationFrame(Wo),Wo=null),to(),br=null,Rr.style.height="0px"},vy=l=>{Wo!==null&&cancelAnimationFrame(Wo),Wo=requestAnimationFrame(()=>{var _;Wo=null;let m=typeof CSS!="undefined"&&typeof CSS.escape=="function"?CSS.escape(l):l.replace(/\\/g,"\\\\").replace(/"/g,'\\"'),x=ve.querySelector(`[data-message-id="${m}"]`);if(!x)return;let C=zp(x),R=(_=br==null?void 0:br.spacerHeight)!=null?_:0,D=ve.scrollHeight-R,{targetScrollTop:V,spacerHeight:q}=$h({anchorOffsetTop:C,topOffset:Ao(),viewportHeight:ve.clientHeight,contentHeight:D});br={initialSpacerHeight:q,contentHeightAtAnchor:D,spacerHeight:q},jp(q),qp(ve,()=>V,220)})},wy=()=>{if(tr()){if(!yr.isFollowing()||Wn(ve,1))return;yn(!fo);return}if(br&&br.initialSpacerHeight>0){let l=ve.scrollHeight-br.spacerHeight,m=jh({initialSpacerHeight:br.initialSpacerHeight,contentHeightAtAnchor:br.contentHeightAtAnchor,currentContentHeight:l});m!==br.spacerHeight&&jp(m)}qr()},Cy=l=>{let m=Ft();m==="follow"?(xn(),yn(!0)):m==="anchor-top"&&(fn=!1,mn=!0,vy(l))},Sy=()=>{if(Ft()==="anchor-top"){if(mn){fn=!1;return}fn=!0,rs(),xn(),yn(!0)}},Ay=l=>{let m=new Map;l.forEach(x=>{let C=K.get(x.id);m.set(x.id,{streaming:x.streaming,role:x.role}),!C&&x.role==="assistant"&&(i.emit("assistant:message",x),!jn&&(Ft()!=="anchor-top"||lo())&&vl()&&(ho+=1,Er(),qr(),nn(ho===1?"1 new message below.":`${ho} new messages below.`))),x.role==="assistant"&&(C!=null&&C.streaming)&&x.streaming===!1&&i.emit("assistant:complete",x),x.variant==="approval"&&x.approval&&(C?x.approval.status!=="pending"&&i.emit("approval:resolved",{approval:x.approval,decision:x.approval.status}):i.emit("approval:requested",{approval:x.approval,message:x}))}),K.clear(),m.forEach((x,C)=>{K.set(C,x)})},My=(l,m,x)=>{var ot,He,Pe,$e,Xe,xt;let C=document.createElement("div"),D=(()=>{var Be;let F=n.find(Re=>Re.renderLoadingIndicator);if(F!=null&&F.renderLoadingIndicator)return F.renderLoadingIndicator;if((Be=o.loadingIndicator)!=null&&Be.render)return o.loadingIndicator.render})(),V=(F,Be)=>Be==null?!1:typeof Be=="string"?(F.textContent=Be,!0):(F.appendChild(Be),!0),q=new Set,_=new Set,ne=n.some(F=>F.renderAskUserQuestion),re=[],J=[],be=o.enableComponentStreaming!==!1,Fe=o.approval!==!1,Ne=[];if(m.forEach(F=>{var mr,Vr,Ge,Rt,zr,Kn,Xn,Qn,Jn,Ea,ka,Xt,Yn,wn,Cn,Qo,Zn;q.add(F.id);let Be=ne&&Jo(F),Re=Fe&&F.variant==="approval"&&!!F.approval,Je=!Be&&F.role==="assistant"&&!F.variant&&be&&pl(F);if(!Re&&mo.has(F.id)){let Ze=l.querySelector(`#wrapper-${F.id}`);Ze==null||Ze.removeAttribute("data-preserve-runtime"),mo.delete(F.id)}if(!Je&&Ho.has(F.id)){let Ze=l.querySelector(`#wrapper-${F.id}`);Ze==null||Ze.removeAttribute("data-preserve-runtime"),Ho.delete(F.id)}let Pt=Jo(F)?`:${(mr=F.agentMetadata)!=null&&mr.askUserQuestionAnswered?"a":"u"}:${(Vr=F.agentMetadata)!=null&&Vr.askUserQuestionAnswers?Object.keys(F.agentMetadata.askUserQuestionAnswers).length:0}`:"",Oe=Oh(F,va)+Pt,Gt=Be||Re||Je?null:Uh(Io,F.id,Oe);if(Gt){C.appendChild(Gt.cloneNode(!0)),Jo(F)&&((Ge=F.toolCall)!=null&&Ge.id)&&((Rt=F.agentMetadata)==null?void 0:Rt.awaitingLocalTool)===!0&&!((zr=F.agentMetadata)!=null&&zr.askUserQuestionAnswered)&&(_.add(F.toolCall.id),Ba(F,o,je.composerOverlay));return}let wt=null,lr=n.find(Ze=>!!(F.variant==="reasoning"&&Ze.renderReasoning||F.variant==="tool"&&Ze.renderToolCall||!F.variant&&Ze.renderMessage)),Br=(Kn=o.layout)==null?void 0:Kn.messages;if(Jo(F)&&((Xn=F.agentMetadata)==null?void 0:Xn.askUserQuestionAnswered)===!0){Ko.delete(F.id);let Ze=l.querySelector(`#wrapper-${F.id}`);Ze==null||Ze.removeAttribute("data-preserve-runtime");return}if(bs(F)&&((Jn=(Qn=o.features)==null?void 0:Qn.suggestReplies)==null?void 0:Jn.enabled)!==!1)return;if(Jo(F)&&((ka=(Ea=o.features)==null?void 0:Ea.askUserQuestion)==null?void 0:ka.enabled)!==!1){let Ze=n.find(Dt=>typeof Dt.renderAskUserQuestion=="function");if(Ze&&At.current){let Dt=Ko.get(F.id),Bt=Dt!==Oe,$t=null;if(Bt){let{payload:Ut,complete:gr}=Yo(F),$r=F.id,Do=()=>{var ur;return(ur=At.current)==null?void 0:ur.getMessages().find(fr=>fr.id===$r)};$t=Ze.renderAskUserQuestion({message:F,payload:Ut,complete:gr,resolve:ur=>{var no;let fr=Do();fr&&((no=At.current)==null||no.resolveAskUserQuestion(fr,ur))},dismiss:()=>{var fr,no,Sn;let ur=Do();(fr=ur==null?void 0:ur.agentMetadata)!=null&&fr.awaitingLocalTool&&((no=At.current)==null||no.markAskUserQuestionResolved(ur),(Sn=At.current)==null||Sn.resolveAskUserQuestion(ur,"(dismissed)"))},config:o})}let _t=Dt!=null;if(Bt&&$t===null&&!_t){((Xt=F.agentMetadata)==null?void 0:Xt.awaitingLocalTool)===!0&&!((Yn=F.agentMetadata)!=null&&Yn.askUserQuestionAnswered)&&(_.add(F.toolCall.id),Ba(F,o,je.composerOverlay));return}let ft=document.createElement("div");ft.className="persona-flex",ft.id=`wrapper-${F.id}`,ft.setAttribute("data-wrapper-id",F.id),ft.setAttribute("data-ask-plugin-stub","true"),ft.setAttribute("data-preserve-runtime","true"),C.appendChild(ft),re.push({messageId:F.id,fingerprint:Oe,bubble:$t});return}else{((wn=F.agentMetadata)==null?void 0:wn.awaitingLocalTool)===!0&&!((Cn=F.agentMetadata)!=null&&Cn.askUserQuestionAnswered)&&(_.add(F.toolCall.id),Ba(F,o,je.composerOverlay));return}}else if(Re){let Ze=(Qo=n.find(_t=>typeof _t.renderApproval=="function"))!=null?Qo:a,Bt=mo.get(F.id)!==Oe,$t=null;if(Bt&&(Ze!=null&&Ze.renderApproval)){let _t=F.id,ft=(Ut,gr)=>{var Do,ur,fr;let $r=(Do=At.current)==null?void 0:Do.getMessages().find(no=>no.id===_t);$r!=null&&$r.approval&&($r.approval.toolType==="webmcp"?(ur=At.current)==null||ur.resolveWebMcpApproval($r.id,Ut):(fr=At.current)==null||fr.resolveApproval($r.approval,Ut,gr))};$t=Ze.renderApproval({message:F,defaultRenderer:()=>nl(F,o),config:o,approve:Ut=>ft("approved",Ut),deny:Ut=>ft("denied",Ut)})}if(Bt&&$t===null){let _t=l.querySelector(`#wrapper-${F.id}`);_t==null||_t.removeAttribute("data-preserve-runtime"),mo.delete(F.id),wt=nl(F,o)}else{let _t=document.createElement("div");_t.className="persona-flex",_t.id=`wrapper-${F.id}`,_t.setAttribute("data-wrapper-id",F.id),_t.setAttribute("data-approval-plugin-stub","true"),_t.setAttribute("data-preserve-runtime","true"),C.appendChild(_t),Ne.push({messageId:F.id,fingerprint:Oe,bubble:$t});return}}else if(lr)if(F.variant==="reasoning"&&F.reasoning&&lr.renderReasoning){if(!Le)return;wt=lr.renderReasoning({message:F,defaultRenderer:()=>mp(F,o),config:o})}else if(F.variant==="tool"&&F.toolCall&&lr.renderToolCall){if(!We)return;wt=lr.renderToolCall({message:F,defaultRenderer:()=>hp(F,o),config:o})}else lr.renderMessage&&(wt=lr.renderMessage({message:F,defaultRenderer:()=>{let Ze=$a(F,x,Br,o.messageActions,nt,{loadingIndicatorRenderer:D,widgetConfig:o});return F.role!=="user"&&wp(Ze,F,o,U),Ze},config:o}));if(!wt&&Je){let Ze=ul(F);if(Ze){let Dt=Ho.get(F.id),Bt=Dt!==Oe,$t=o.wrapComponentDirectiveInBubble!==!1,_t=null;if(Bt){let ft=cl(Ze,{config:o,message:F,transform:x});if(ft)if($t){let Ut=document.createElement("div");if(Ut.className=["persona-message-bubble","persona-max-w-[85%]","persona-rounded-2xl","persona-bg-persona-surface","persona-border","persona-border-persona-message-border","persona-p-4"].join(" "),Ut.id=`bubble-${F.id}`,Ut.setAttribute("data-message-id",F.id),F.content&&F.content.trim()){let gr=document.createElement("div");gr.className="persona-mb-3 persona-text-sm persona-leading-relaxed",gr.innerHTML=x({text:F.content,message:F,streaming:!!F.streaming,raw:F.rawContent}),Ut.appendChild(gr)}Ut.appendChild(ft),_t=Ut}else{let Ut=document.createElement("div");if(Ut.className="persona-flex persona-flex-col persona-w-full persona-max-w-full persona-gap-3 persona-items-stretch",Ut.id=`bubble-${F.id}`,Ut.setAttribute("data-message-id",F.id),Ut.setAttribute("data-persona-component-directive","true"),F.content&&F.content.trim()){let gr=document.createElement("div");gr.className="persona-text-sm persona-leading-relaxed persona-text-persona-primary persona-w-full",gr.innerHTML=x({text:F.content,message:F,streaming:!!F.streaming,raw:F.rawContent}),Ut.appendChild(gr)}Ut.appendChild(ft),_t=Ut}}if(_t||Dt!=null){let ft=document.createElement("div");ft.className="persona-flex",ft.id=`wrapper-${F.id}`,ft.setAttribute("data-wrapper-id",F.id),ft.setAttribute("data-component-directive-stub","true"),ft.setAttribute("data-preserve-runtime","true"),$t||ft.classList.add("persona-w-full"),C.appendChild(ft),J.push({messageId:F.id,fingerprint:Oe,bubble:_t});return}}}if(!wt)if(F.variant==="reasoning"&&F.reasoning){if(!Le)return;wt=mp(F,o)}else if(F.variant==="tool"&&F.toolCall){if(!We)return;wt=hp(F,o)}else if(F.variant==="approval"&&F.approval){if(o.approval===!1)return;wt=nl(F,o)}else{let Ze=(Zn=o.layout)==null?void 0:Zn.messages;Ze!=null&&Ze.renderUserMessage&&F.role==="user"?wt=Ze.renderUserMessage({message:F,config:o,streaming:!!F.streaming}):Ze!=null&&Ze.renderAssistantMessage&&F.role==="assistant"?wt=Ze.renderAssistantMessage({message:F,config:o,streaming:!!F.streaming}):wt=$a(F,x,Ze,o.messageActions,nt,{loadingIndicatorRenderer:D,widgetConfig:o}),F.role!=="user"&&wt&&wp(wt,F,o,U)}let Wt=document.createElement("div");Wt.className="persona-flex",Wt.id=`wrapper-${F.id}`,Wt.setAttribute("data-wrapper-id",F.id),F.role==="user"&&Wt.classList.add("persona-justify-end"),(wt==null?void 0:wt.getAttribute("data-persona-component-directive"))==="true"&&Wt.classList.add("persona-w-full"),Wt.appendChild(wt),qh(Io,F.id,Oe,Wt),C.appendChild(Wt)}),je.composerOverlay&&je.composerOverlay.querySelectorAll("[data-persona-ask-sheet-for]").forEach(Be=>{let Re=Be.getAttribute("data-persona-ask-sheet-for");Re&&!_.has(Re)&&En(je.composerOverlay,Re)}),(He=(ot=o.features)==null?void 0:ot.toolCallDisplay)!=null&&He.grouped){let F=[],Be=[];m.forEach(Re=>{if(Re.variant==="tool"&&Re.toolCall&&We){Be.push(Re);return}Be.length>1&&F.push(Be),Be=[]}),Be.length>1&&F.push(Be),F.forEach((Re,Je)=>{var mr,Vr;let Pt=Re.map(Ge=>Array.from(C.children).find(Rt=>Rt instanceof HTMLElement&&Rt.getAttribute("data-wrapper-id")===Ge.id)).filter(Ge=>!!Ge);if(Pt.length<2)return;let Oe=document.createElement("div");Oe.className="persona-flex",Oe.id=`wrapper-tool-group-${Je}-${Re[0].id}`,Oe.setAttribute("data-wrapper-id",`tool-group-${Je}-${Re[0].id}`);let Gt=document.createElement("div");Gt.className="persona-tool-group persona-flex persona-w-full persona-flex-col persona-gap-2",Gt.setAttribute("data-persona-tool-group","true");let wt=document.createElement("div");wt.className="persona-tool-group-summary persona-text-xs persona-text-persona-muted";let lr=`Called ${Re.length} tools`,Br=(Vr=(mr=o.toolCall)==null?void 0:mr.renderGroupedSummary)==null?void 0:Vr.call(mr,{messages:Re,toolCalls:Re.map(Ge=>Ge.toolCall).filter(Ge=>!!Ge),defaultSummary:lr,config:o});V(wt,Br)||(wt.textContent=lr);let Wt=document.createElement("div");Wt.className="persona-tool-group-stack persona-flex persona-flex-col",Gt.append(wt,Wt),Oe.appendChild(Gt),Pt[0].before(Oe),Pt.forEach((Ge,Rt)=>{let zr=document.createElement("div");zr.className="persona-tool-group-item persona-relative",zr.setAttribute("data-persona-tool-group-item","true"),Rt<Pt.length-1&&zr.setAttribute("data-persona-tool-group-connector","true"),zr.appendChild(Ge),Wt.appendChild(zr)})})}Vh(Io,q);let Ue=m.some(F=>F.role==="assistant"&&F.streaming),ze=m[m.length-1],ut=(ze==null?void 0:ze.role)==="assistant"&&!ze.streaming&&ze.variant!=="approval";if(fo&&m.some(F=>F.role==="user")&&!Ue&&!ut){let F={config:o,streaming:!0,location:"standalone",defaultRenderer:ua},Be=n.find(Je=>Je.renderLoadingIndicator),Re=null;if(Be!=null&&Be.renderLoadingIndicator&&(Re=Be.renderLoadingIndicator(F)),Re===null&&((Pe=o.loadingIndicator)!=null&&Pe.render)&&(Re=o.loadingIndicator.render(F)),Re===null&&(Re=ua()),Re){let Je=document.createElement("div"),Pt=(($e=o.loadingIndicator)==null?void 0:$e.showBubble)!==!1;Je.className=Pt?["persona-max-w-[85%]","persona-rounded-2xl","persona-text-sm","persona-leading-relaxed","persona-shadow-sm","persona-bg-persona-surface","persona-border","persona-text-persona-primary","persona-px-5","persona-py-3"].join(" "):["persona-max-w-[85%]","persona-text-sm","persona-leading-relaxed","persona-text-persona-primary"].join(" "),Je.setAttribute("data-typing-indicator","true"),Je.style.borderColor="var(--persona-message-assistant-border, var(--persona-border, #e5e7eb))",Je.appendChild(Re);let Oe=document.createElement("div");Oe.className="persona-flex",Oe.id="wrapper-typing-indicator",Oe.setAttribute("data-wrapper-id","typing-indicator"),Oe.appendChild(Je),C.appendChild(Oe)}}if(!fo&&m.length>0){let F=m[m.length-1],Be={config:o,lastMessage:F,messageCount:m.length},Re=n.find(Pt=>Pt.renderIdleIndicator),Je=null;if(Re!=null&&Re.renderIdleIndicator&&(Je=Re.renderIdleIndicator(Be)),Je===null&&((Xe=o.loadingIndicator)!=null&&Xe.renderIdle)&&(Je=o.loadingIndicator.renderIdle(Be)),Je){let Pt=document.createElement("div"),Oe=((xt=o.loadingIndicator)==null?void 0:xt.showBubble)!==!1;Pt.className=Oe?["persona-max-w-[85%]","persona-rounded-2xl","persona-text-sm","persona-leading-relaxed","persona-shadow-sm","persona-bg-persona-surface","persona-border","persona-border-persona-message-border","persona-text-persona-primary","persona-px-5","persona-py-3"].join(" "):["persona-max-w-[85%]","persona-text-sm","persona-leading-relaxed","persona-text-persona-primary"].join(" "),Pt.setAttribute("data-idle-indicator","true"),Pt.appendChild(Je);let Gt=document.createElement("div");Gt.className="persona-flex",Gt.id="wrapper-idle-indicator",Gt.setAttribute("data-wrapper-id","idle-indicator"),Gt.appendChild(Pt),C.appendChild(Gt)}}if(Ni(l,C),re.length>0)for(let{messageId:F,fingerprint:Be,bubble:Re}of re){let Je=l.querySelector(`#wrapper-${F}`);Je&&Re!==null&&(Je.replaceChildren(Re),Je.setAttribute("data-bubble-fp",Be),Ko.set(F,Be))}if(Ko.size>0)for(let F of Ko.keys())q.has(F)||Ko.delete(F);if(J.length>0)for(let{messageId:F,fingerprint:Be,bubble:Re}of J){let Je=l.querySelector(`#wrapper-${F}`);Je&&Re!==null&&(Je.replaceChildren(Re),Je.setAttribute("data-bubble-fp",Be),Ho.set(F,Be))}if(Ho.size>0)for(let F of Ho.keys())q.has(F)||Ho.delete(F);if(Ne.length>0)for(let{messageId:F,fingerprint:Be,bubble:Re}of Ne){let Je=l.querySelector(`#wrapper-${F}`);Je&&Re!==null&&(Je.replaceChildren(Re),Je.setAttribute("data-bubble-fp",Be),mo.set(F,Be))}if(mo.size>0)for(let F of mo.keys())q.has(F)||mo.delete(F)},os=(l,m,x)=>{My(l,m,x),cn()},ns=null,Ty=()=>{var x;if(ns)return;let l=C=>{let R=C.composedPath();R.includes(fe)||st&&R.includes(st)||Ot(!1,"user")};ns=l,((x=e.ownerDocument)!=null?x:document).addEventListener("pointerdown",l,!0)},Gp=()=>{var m;if(!ns)return;((m=e.ownerDocument)!=null?m:document).removeEventListener("pointerdown",ns,!0),ns=null};it.push(()=>Gp());let as=null,Ey=()=>{var x;if(as)return;let l=C=>{C.key==="Escape"&&(C.isComposing||Ot(!1,"user"))};as=l,((x=e.ownerDocument)!=null?x:document).addEventListener("keydown",l,!0)},Kp=()=>{var m;if(!as)return;((m=e.ownerDocument)!=null?m:document).removeEventListener("keydown",as,!0),as=null};it.push(()=>Kp());let ss=!1,Xp=new Set,ky=()=>{var m,x,C,R;let l=(C=(x=(m=o.launcher)==null?void 0:m.composerBar)==null?void 0:x.peek)==null?void 0:C.streamAnimation;return l||((R=o.features)==null?void 0:R.streamAnimation)},Sa=()=>{var ut,ot,He,Pe;if(!P())return;let l=je.peekBanner,m=je.peekTextNode;if(!l||!m)return;if(O){l.classList.remove("persona-pill-peek--visible");return}let x=(ut=U==null?void 0:U.getMessages())!=null?ut:[],C;for(let $e=x.length-1;$e>=0;$e--){let Xe=x[$e];if(Xe.role==="assistant"&&Xe.content){C=Xe;break}}if(!C){l.classList.remove("persona-pill-peek--visible");return}let R=C.content,D=!!C.streaming,V=ky(),q=Vi(V),_=q.type!=="none"?qa(q.type,V==null?void 0:V.plugins):null,ne=((ot=_==null?void 0:_.isAnimating)==null?void 0:ot.call(_,C))===!0,re=_!==null&&(D||ne);re&&_&&!Xp.has(_.name)&&(ji(_,e),Xp.add(_.name));let J=re&&(_!=null&&_.containerClass)?_.containerClass:null,be=(He=m.dataset.personaPeekStreamClass)!=null?He:null;be&&be!==J&&(m.classList.remove(be),delete m.dataset.personaPeekStreamClass),J&&be!==J&&(m.classList.add(J),m.dataset.personaPeekStreamClass=J),re?(m.style.setProperty("--persona-stream-step",`${q.speed}ms`),m.style.setProperty("--persona-stream-duration",`${q.duration}ms`)):(m.style.removeProperty("--persona-stream-step"),m.style.removeProperty("--persona-stream-duration"));let Fe=re?zi(R,q.buffer,_,C,D):R;if(re&&q.placeholder==="skeleton"&&D&&(!Fe||!Fe.trim())){let $e=document.createElement("div"),Xe=Hs();Xe.classList.add("persona-pill-peek__skeleton"),$e.appendChild(Xe),Ni(m,$e)}else{let $e=Math.max(0,Fe.length-100),Xe=Fe.length>100?Fe.slice(-100):Fe,xt=Fo(Xe);if(!re||!_){let F=Fe.length>100?`\u2026${Xe}`:Xe;m.textContent!==F&&(m.textContent=F)}else{let F=xt;(_.wrap==="char"||_.wrap==="word")&&(F=Is(xt,_.wrap,`peek-${C.id}`,{skipTags:_.skipTags,startIndex:$e}));let Be=document.createElement("div");if(Be.innerHTML=F,_.useCaret&&Xe.length>0){let Re=$i(),Je=Be.querySelectorAll(".persona-stream-char, .persona-stream-word"),Pt=Je[Je.length-1];Pt!=null&&Pt.parentNode?Pt.parentNode.insertBefore(Re,Pt.nextSibling):Be.appendChild(Re)}Ni(m,Be),(Pe=_.onAfterRender)==null||Pe.call(_,{container:m,bubble:l,messageId:C.id,message:C,speed:q.speed,duration:q.duration})}}let ze=fo||ss;l.classList.toggle("persona-pill-peek--visible",ze)};if(P()){let l=je.peekBanner;if(l){let C=R=>{R.preventDefault(),R.stopPropagation(),Ot(!0,"user")};l.addEventListener("pointerdown",C),it.push(()=>{l.removeEventListener("pointerdown",C)})}let m=()=>{ss||(ss=!0,Sa())},x=()=>{ss&&(ss=!1,Sa())};X.addEventListener("pointerenter",m),X.addEventListener("pointerleave",x),it.push(()=>{X.removeEventListener("pointerenter",m),X.removeEventListener("pointerleave",x)}),st&&(st.addEventListener("pointerenter",m),st.addEventListener("pointerleave",x),it.push(()=>{st.removeEventListener("pointerenter",m),st.removeEventListener("pointerleave",x)}))}let Ly=l=>{var be,Fe,Ne,Ue,ze,ut,ot,He;let m=(Fe=(be=o.launcher)==null?void 0:be.composerBar)!=null?Fe:{},x=(Ne=m.expandedSize)!=null?Ne:"anchored",C=(Ue=m.bottomOffset)!=null?Ue:"16px",R=m.collapsedMaxWidth,D=(ze=m.expandedMaxWidth)!=null?ze:"880px",V=(ut=m.expandedTopOffset)!=null?ut:"5vh",q=(ot=m.modalMaxWidth)!=null?ot:"880px",_=(He=m.modalMaxHeight)!=null?He:"min(90vh, 800px)",ne="calc(100vw - 32px)",re="var(--persona-pill-area-height, 80px)",J=fe.style;if(J.left="",J.right="",J.top="",J.bottom="",J.transform="",J.width="",J.maxWidth="",J.height="",J.maxHeight="",st){let Pe=st.style;Pe.bottom=C,Pe.width=R!=null?R:""}if(l&&x!=="fullscreen"){if(x==="modal"){J.top="50%",J.left="50%",J.transform="translate(-50%, -50%)",J.bottom="auto",J.right="auto",J.width=q,J.maxWidth=ne,J.maxHeight=_,J.height=_;return}J.left="50%",J.transform="translateX(-50%)",J.bottom=`calc(${C} + ${re})`,J.top=V,J.width=D,J.maxWidth=ne}},is=()=>{var _,ne,re,J,be,Fe,Ne,Ue;if(!B())return;if(P()){let ut=(re=((ne=(_=o.launcher)==null?void 0:_.composerBar)!=null?ne:{}).expandedSize)!=null?re:"anchored",ot=O?"expanded":"collapsed";fe.dataset.state=ot,fe.dataset.expandedSize=ut,st&&(st.dataset.state=ot,st.dataset.expandedSize=ut),fe.style.removeProperty("display"),fe.classList.remove("persona-pointer-events-none","persona-opacity-0"),X.classList.remove("persona-scale-95","persona-opacity-0","persona-scale-100","persona-opacity-100"),Ly(O),Ce.style.display=O?"flex":"none",un(),O?(Ty(),Ey()):(Gp(),Kp()),Sa();return}let l=nr(o),m=(J=e.ownerDocument.defaultView)!=null?J:window,x=(Fe=(be=o.launcher)==null?void 0:be.mobileBreakpoint)!=null?Fe:640,C=(Ue=(Ne=o.launcher)==null?void 0:Ne.mobileFullscreen)!=null?Ue:!0,R=m.innerWidth<=x,D=C&&R&&T,V=Kr(o).reveal;O?(fe.style.removeProperty("display"),fe.style.display=l?"flex":"",fe.classList.remove("persona-pointer-events-none","persona-opacity-0"),X.classList.remove("persona-scale-95","persona-opacity-0"),X.classList.add("persona-scale-100","persona-opacity-100"),Zt?Zt.element.style.display="none":ir&&(ir.style.display="none")):(l?l&&(V==="overlay"||V==="push")&&!D?(fe.style.removeProperty("display"),fe.style.display="flex",fe.classList.remove("persona-pointer-events-none","persona-opacity-0"),X.classList.remove("persona-scale-100","persona-opacity-100","persona-scale-95","persona-opacity-0")):(fe.style.setProperty("display","none","important"),fe.classList.remove("persona-pointer-events-none","persona-opacity-0"),X.classList.remove("persona-scale-100","persona-opacity-100","persona-scale-95","persona-opacity-0")):(fe.style.display="",fe.classList.add("persona-pointer-events-none","persona-opacity-0"),X.classList.remove("persona-scale-100","persona-opacity-100"),X.classList.add("persona-scale-95","persona-opacity-0")),Zt?Zt.element.style.display=l?"none":"":ir&&(ir.style.display=l?"none":""))},Ot=(l,m="user")=>{var D,V;if(!B()||O===l)return;let x=O;O=l,is();let C=(()=>{var Ne,Ue,ze,ut,ot,He,Pe,$e,Xe,xt;let q=(Ue=(Ne=o.launcher)==null?void 0:Ne.sidebarMode)!=null?Ue:!1,_=(ze=e.ownerDocument.defaultView)!=null?ze:window,ne=(ot=(ut=o.launcher)==null?void 0:ut.mobileFullscreen)!=null?ot:!0,re=(Pe=(He=o.launcher)==null?void 0:He.mobileBreakpoint)!=null?Pe:640,J=_.innerWidth<=re,be=nr(o)&&ne&&J,Fe=P()&&((xt=(Xe=($e=o.launcher)==null?void 0:$e.composerBar)==null?void 0:Xe.expandedSize)!=null?xt:"fullscreen")==="fullscreen";return q||ne&&J&&T||be||Fe})();if(O&&C){if(!ar){let q=e.getRootNode(),_=q instanceof ShadowRoot?q.host:e.closest(".persona-host");_&&(ar=op(_,(V=(D=o.launcher)==null?void 0:D.zIndex)!=null?V:wr))}sr||(sr=np(e.ownerDocument))}else O||(ar==null||ar(),ar=null,sr==null||sr(),sr=null);O&&(ls(),$p()||(Ft()==="follow"?yn(!0):Vp()));let R={open:O,source:m,timestamp:Date.now()};O&&!x?i.emit("widget:opened",R):!O&&x&&i.emit("widget:closed",R),i.emit("widget:state",{open:O,launcherEnabled:T,voiceActive:G.active,streaming:U.isStreaming()})},wl=l=>{pe(l?"stop":"send"),N&&(N.disabled=l),zn.buttons.forEach(m=>{m.disabled=l}),Ie.dataset.personaComposerStreaming=l?"true":"false",Ie.querySelectorAll("[data-persona-composer-disable-when-streaming]").forEach(m=>{(m instanceof HTMLButtonElement||m instanceof HTMLInputElement||m instanceof HTMLTextAreaElement||m instanceof HTMLSelectElement)&&(m.disabled=l)})},Cl=()=>{G.active||xe&&xe.focus()};i.on("widget:opened",()=>{o.autoFocusInput&&setTimeout(()=>Cl(),200)});let Qp=()=>{var x,C,R,D,V,q,_,ne,re,J,be;Co.textContent=(C=(x=o.copy)==null?void 0:x.welcomeTitle)!=null?C:"Hello \u{1F44B}",So.textContent=(D=(R=o.copy)==null?void 0:R.welcomeSubtitle)!=null?D:"Ask anything about your account or products.",xe.placeholder=(q=(V=o.copy)==null?void 0:V.inputPlaceholder)!=null?q:"How can I help...";let l=ve.querySelector("[data-persona-intro-card]");if(l){let Fe=((_=o.copy)==null?void 0:_.showWelcomeCard)!==!1;l.style.display=Fe?"":"none",Fe?(ve.classList.remove("persona-gap-3"),ve.classList.add("persona-gap-6")):(ve.classList.remove("persona-gap-6"),ve.classList.add("persona-gap-3"))}!((re=(ne=o.sendButton)==null?void 0:ne.useIcon)!=null&&re)&&!(U!=null&&U.isStreaming())&&(de.textContent=(be=(J=o.copy)==null?void 0:J.sendButtonLabel)!=null?be:"Send"),xe.style.fontFamily='var(--persona-input-font-family, var(--persona-font-family, -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", Arial, sans-serif))',xe.style.fontWeight="var(--persona-input-font-weight, var(--persona-font-weight, 400))"};o.clientToken&&(o={...o,getStoredSessionId:()=>{let l=p.sessionId;return typeof l=="string"?l:null},setStoredSessionId:l=>{b(m=>({...m,sessionId:l}))}});let Gn=null,Py=()=>{Gn==null&&(Gn=setInterval(()=>{let l=Ye.querySelectorAll("[data-tool-elapsed]");if(l.length===0){clearInterval(Gn),Gn=null;return}let m=Date.now();l.forEach(x=>{let C=Number(x.getAttribute("data-tool-elapsed"));C&&(x.textContent=ci(m-C))})},100))};U=new Na(o,{onMessagesChanged(l){var R,D;os(Ye,l,Z),Py(),ba(l),yn(!fo),Ay(l);let m=[...l].reverse().find(V=>V.role==="user"),x=[...l].reverse().find(V=>V.role==="assistant");l.length===0&&(rs(),fn=!0,mn=!1),!wa||jn?(wa=!0,Ca=(R=m==null?void 0:m.id)!=null?R:null,rt=(D=x==null?void 0:x.id)!=null?D:null):m&&m.id!==Ca?(Ca=m.id,Cy(m.id)):x&&x.id!==rt&&Sy(),x&&(rt=x.id);let C=G.lastUserMessageId;m&&m.id!==C&&(G.lastUserMessageId=m.id,i.emit("user:message",m)),G.lastUserMessageWasVoice=!!(m!=null&&m.viaVoice),Hr(l),Sa()},onStatusChanged(l){var C;let m=(C=o.statusIndicator)!=null?C:{};jt(xr,(R=>{var D,V,q,_,ne,re;return R==="idle"?(D=m.idleText)!=null?D:or.idle:R==="connecting"?(V=m.connectingText)!=null?V:or.connecting:R==="connected"?(q=m.connectedText)!=null?q:or.connected:R==="error"?(_=m.errorText)!=null?_:or.error:R==="paused"?(ne=m.pausedText)!=null?ne:or.paused:R==="resuming"?(re=m.resumingText)!=null?re:or.resuming:or[R]})(l),m,l)},onStreamingChanged(l){fo=l,wl(l),U&&os(Ye,U.getMessages(),Z),l||yn(!0),qr(),nn(l?"Responding\u2026":"Response complete."),Sa()},onVoiceStatusChanged(l){var m,x;if(i.emit("voice:status",{status:l,timestamp:Date.now()}),((x=(m=o.voiceRecognition)==null?void 0:m.provider)==null?void 0:x.type)==="runtype")switch(l){case"listening":Xo(),Ma();break;case"processing":Xo(),By();break;case"speaking":Xo(),Dy();break;default:l==="idle"&&U.isBargeInActive()?(Xo(),Ma(),N==null||N.setAttribute("aria-label","End voice session")):(G.active=!1,Xo(),tt("system"),lt());break}},onArtifactsState(l){_r=l,Lo(),Hr()},onReconnect(l){var C;let{executionId:m,lastEventId:x}=l.handle;l.phase==="paused"?i.emit("stream:paused",{executionId:m,after:x}):l.phase==="resuming"?i.emit("stream:resuming",{executionId:m,after:x,attempt:(C=l.attempt)!=null?C:1}):i.emit("stream:resumed",{executionId:m,after:x})}}),At.current=U,it.push(()=>U.cancel());let Sl=null;if(U.onReadAloudChange((l,m)=>{var R;ln=l,dn=m,cn();let x=l!=null?l:Sl;l&&(Sl=l);let C=x&&(R=U.getMessages().find(D=>D.id===x))!=null?R:null;i.emit("message:read-aloud",{messageId:x,message:C,state:m,timestamp:Date.now()}),m==="idle"&&(Sl=null)}),wa=!0,((pf=(cf=o.voiceRecognition)==null?void 0:cf.provider)==null?void 0:pf.type)==="runtype")try{U.setupVoice()}catch(l){typeof console!="undefined"&&console.warn("[AgentWidget] Runtype voice setup failed:",l)}o.clientToken&&U.initClientSession().catch(l=>{o.debug&&console.warn("[AgentWidget] Pre-init client session failed:",l)}),(j||o.onSSEEvent)&&U.setSSEEventCallback((l,m)=>{var x;(x=o.onSSEEvent)==null||x.call(o,l,m),ee==null||ee.processEvent(l,m),j==null||j.push({id:`evt-${Date.now()}-${Math.random().toString(36).slice(2,8)}`,type:l,timestamp:Date.now(),payload:JSON.stringify(m)})});let Jp=()=>{o.resume&&typeof o.reconnectStream=="function"&&U.resumeFromHandle(o.resume)};u?u.then(l=>{var m,x,C;if(l){if(l.metadata&&(p=Ap(l.metadata),A.syncFromMetadata()),(m=l.messages)!=null&&m.length){jn=!0;try{U.hydrateMessages(l.messages)}finally{jn=!1}}(x=l.artifacts)!=null&&x.length&&U.hydrateArtifacts(l.artifacts,(C=l.selectedArtifactId)!=null?C:null)}}).catch(l=>{typeof console!="undefined"&&console.error("[AgentWidget] Failed to hydrate stored state:",l)}).finally(()=>Jp()):Jp();let Yp=()=>{var m,x,C;!P()||O||!((C=(x=(m=o.launcher)==null?void 0:m.composerBar)==null?void 0:x.expandOnSubmit)==null||C)||Ot(!0,"auto")},Zp=l=>{var R;if(l.preventDefault(),U.isStreaming()){U.cancel(),ee==null||ee.reset(),Ee==null||Ee.update();return}let m=xe.value.trim(),x=(R=St==null?void 0:St.hasAttachments())!=null?R:!1;if(!m&&!x)return;Yp();let C;x&&(C=[],C.push(...St.getContentParts()),m&&C.push(As(m))),xe.value="",xe.style.height="auto",js(),U.sendMessage(m,{contentParts:C}),x&&St.clearAttachments()},Ry=()=>{var l;return((l=o.features)==null?void 0:l.composerHistory)!==!1},Al={...Oi},Ml=!1,js=()=>{Al={...Oi}},Iy=()=>U.getMessages().filter(l=>l.role==="user").map(l=>{var m;return(m=l.content)!=null?m:""}).filter(l=>l.length>0),Hy=l=>{if(!xe)return;Ml=!0,xe.value=l,xe.dispatchEvent(new Event("input",{bubbles:!0})),Ml=!1;let m=xe.value.length;xe.setSelectionRange(m,m)},eu=()=>{Ml||js()},tu=l=>{if(xe){if(Ry()&&(l.key==="ArrowUp"||l.key==="ArrowDown")&&!l.shiftKey&&!l.metaKey&&!l.ctrlKey&&!l.altKey&&!l.isComposing){let m=xe.selectionStart===0&&xe.selectionEnd===0,x=Nh({direction:l.key==="ArrowUp"?"up":"down",history:Iy(),currentValue:xe.value,atStart:m,state:Al});if(Al=x.state,x.handled){l.preventDefault(),x.value!==void 0&&Hy(x.value);return}}if(l.key==="Enter"&&!l.shiftKey){if(U.isStreaming()){l.preventDefault();return}js(),l.preventDefault(),de.click()}}},ru=l=>{l.key!=="Escape"||l.isComposing||U.isStreaming()&&l.composedPath().includes(Ce)&&(U.cancel(),ee==null||ee.reset(),Ee==null||Ee.update(),js(),l.preventDefault(),l.stopImmediatePropagation())},ou=async l=>{var x;if(((x=o.attachments)==null?void 0:x.enabled)!==!0||!St)return;let m=F0(l.clipboardData);m.length!==0&&(l.preventDefault(),await St.handleFiles(m))},ro=null,Bo=!1,Aa=null,pt=null,nu=()=>typeof window=="undefined"?null:window.webkitSpeechRecognition||window.SpeechRecognition||null,Gs=(l="user")=>{var D,V,q,_,ne,re,J;if(Bo||U.isStreaming())return;let m=nu();if(!m)return;ro=new m;let C=(V=((D=o.voiceRecognition)!=null?D:{}).pauseDuration)!=null?V:2e3;ro.continuous=!0,ro.interimResults=!0,ro.lang="en-US";let R=xe.value;ro.onresult=be=>{let Fe="",Ne="";for(let ze=0;ze<be.results.length;ze++){let ut=be.results[ze],ot=ut[0].transcript;ut.isFinal?Fe+=ot+" ":Ne=ot}let Ue=R+Fe+Ne;xe.value=Ue,Aa&&clearTimeout(Aa),(Fe||Ne)&&(Aa=window.setTimeout(()=>{let ze=xe.value.trim();ze&&ro&&Bo&&(bn(),xe.value="",xe.style.height="auto",U.sendMessage(ze,{viaVoice:!0}))},C))},ro.onerror=be=>{be.error!=="no-speech"&&bn()},ro.onend=()=>{if(Bo){let be=xe.value.trim();be&&be!==R.trim()&&(xe.value="",xe.style.height="auto",U.sendMessage(be,{viaVoice:!0})),bn()}};try{if(ro.start(),Bo=!0,G.active=!0,l!=="system"&&(G.manuallyDeactivated=!1),tt(l),lt(),N){let be=(q=o.voiceRecognition)!=null?q:{};pt={backgroundColor:N.style.backgroundColor,color:N.style.color,borderColor:N.style.borderColor,iconName:(_=be.iconName)!=null?_:"mic",iconSize:parseFloat((J=(re=be.iconSize)!=null?re:(ne=o.sendButton)==null?void 0:ne.size)!=null?J:"40")||24};let Fe=be.recordingBackgroundColor,Ne=be.recordingIconColor,Ue=be.recordingBorderColor;if(N.classList.add("persona-voice-recording"),N.style.backgroundColor=Fe!=null?Fe:"var(--persona-voice-recording-bg, #ef4444)",N.style.color=Ne!=null?Ne:"var(--persona-voice-recording-indicator, #ffffff)",Ne){let ze=N.querySelector("svg");ze&&ze.setAttribute("stroke",Ne)}Ue&&(N.style.borderColor=Ue),N.setAttribute("aria-label","Stop voice recognition")}}catch{bn("system")}},bn=(l="user")=>{if(Bo){if(Bo=!1,Aa&&(clearTimeout(Aa),Aa=null),ro){try{ro.stop()}catch{}ro=null}if(G.active=!1,tt(l),lt(),N){if(N.classList.remove("persona-voice-recording"),pt){N.style.backgroundColor=pt.backgroundColor,N.style.color=pt.color,N.style.borderColor=pt.borderColor;let m=N.querySelector("svg");m&&m.setAttribute("stroke",pt.color||"currentColor"),pt=null}N.setAttribute("aria-label","Start voice recognition")}}},Wy=(l,m)=>{var ot,He,Pe,$e,Xe,xt,F,Be,Re;let x=typeof window!="undefined"&&(typeof window.webkitSpeechRecognition!="undefined"||typeof window.SpeechRecognition!="undefined"),C=((ot=l==null?void 0:l.provider)==null?void 0:ot.type)==="runtype",R=((He=l==null?void 0:l.provider)==null?void 0:He.type)==="custom";if(!(x||C||R))return null;let V=S("div","persona-send-button-wrapper"),q=S("button","persona-rounded-button persona-flex persona-items-center persona-justify-center disabled:persona-opacity-50 persona-cursor-pointer");q.type="button",q.setAttribute("aria-label","Start voice recognition");let _=(Pe=l==null?void 0:l.iconName)!=null?Pe:"mic",ne=($e=m==null?void 0:m.size)!=null?$e:"40px",re=(Xe=l==null?void 0:l.iconSize)!=null?Xe:ne,J=parseFloat(re)||24,be=(xt=l==null?void 0:l.backgroundColor)!=null?xt:m==null?void 0:m.backgroundColor,Fe=(F=l==null?void 0:l.iconColor)!=null?F:m==null?void 0:m.textColor;q.style.width=re,q.style.height=re,q.style.minWidth=re,q.style.minHeight=re,q.style.fontSize="18px",q.style.lineHeight="1",Fe?q.style.color=Fe:q.style.color="var(--persona-text, #111827)";let Ue=he(_,J,Fe||"currentColor",1.5);Ue?q.appendChild(Ue):q.textContent="\u{1F3A4}",be?q.style.backgroundColor=be:q.style.backgroundColor="",l!=null&&l.borderWidth&&(q.style.borderWidth=l.borderWidth,q.style.borderStyle="solid"),l!=null&&l.borderColor&&(q.style.borderColor=l.borderColor),l!=null&&l.paddingX&&(q.style.paddingLeft=l.paddingX,q.style.paddingRight=l.paddingX),l!=null&&l.paddingY&&(q.style.paddingTop=l.paddingY,q.style.paddingBottom=l.paddingY),V.appendChild(q);let ze=(Be=l==null?void 0:l.tooltipText)!=null?Be:"Start voice recognition";if(((Re=l==null?void 0:l.showTooltip)!=null?Re:!1)&&ze){let Je=S("div","persona-send-button-tooltip");Je.textContent=ze,V.appendChild(Je)}return{micButton:q,micButtonWrapper:V}},Tl=()=>{var m,x,C,R,D;if(!N||pt)return;let l=(m=o.voiceRecognition)!=null?m:{};pt={backgroundColor:N.style.backgroundColor,color:N.style.color,borderColor:N.style.borderColor,iconName:(x=l.iconName)!=null?x:"mic",iconSize:parseFloat((D=(R=l.iconSize)!=null?R:(C=o.sendButton)==null?void 0:C.size)!=null?D:"40")||24}},El=(l,m)=>{var D,V,q,_,ne;if(!N)return;let x=N.querySelector("svg");x&&x.remove();let C=(ne=pt==null?void 0:pt.iconSize)!=null?ne:parseFloat((_=(q=(D=o.voiceRecognition)==null?void 0:D.iconSize)!=null?q:(V=o.sendButton)==null?void 0:V.size)!=null?_:"40")||24,R=he(l,C,m,1.5);R&&N.appendChild(R)},Ks=()=>{N&&N.classList.remove("persona-voice-recording","persona-voice-processing","persona-voice-speaking")},Ma=()=>{var R;if(!N)return;Tl();let l=(R=o.voiceRecognition)!=null?R:{},m=l.recordingBackgroundColor,x=l.recordingIconColor,C=l.recordingBorderColor;if(Ks(),N.classList.add("persona-voice-recording"),N.style.backgroundColor=m!=null?m:"var(--persona-voice-recording-bg, #ef4444)",N.style.color=x!=null?x:"var(--persona-voice-recording-indicator, #ffffff)",x){let D=N.querySelector("svg");D&&D.setAttribute("stroke",x)}C&&(N.style.borderColor=C),N.setAttribute("aria-label","Stop voice recognition")},By=()=>{var q,_,ne,re,J,be,Fe,Ne;if(!N)return;Tl();let l=(q=o.voiceRecognition)!=null?q:{},m=U.getVoiceInterruptionMode(),x=(_=l.processingIconName)!=null?_:"loader",C=(re=(ne=l.processingIconColor)!=null?ne:pt==null?void 0:pt.color)!=null?re:"",R=(be=(J=l.processingBackgroundColor)!=null?J:pt==null?void 0:pt.backgroundColor)!=null?be:"",D=(Ne=(Fe=l.processingBorderColor)!=null?Fe:pt==null?void 0:pt.borderColor)!=null?Ne:"";Ks(),N.classList.add("persona-voice-processing"),N.style.backgroundColor=R,N.style.borderColor=D;let V=C||"currentColor";N.style.color=V,El(x,V),N.setAttribute("aria-label","Processing voice input"),m==="none"&&(N.style.cursor="default")},Dy=()=>{var ne,re,J,be,Fe,Ne,Ue,ze,ut,ot,He,Pe;if(!N)return;Tl();let l=(ne=o.voiceRecognition)!=null?ne:{},m=U.getVoiceInterruptionMode(),x=m==="cancel"?"square":m==="barge-in"?"mic":"volume-2",C=(re=l.speakingIconName)!=null?re:x,R=(Ne=l.speakingIconColor)!=null?Ne:m==="barge-in"?(be=(J=l.recordingIconColor)!=null?J:pt==null?void 0:pt.color)!=null?be:"":(Fe=pt==null?void 0:pt.color)!=null?Fe:"",D=(ut=l.speakingBackgroundColor)!=null?ut:m==="barge-in"?(Ue=l.recordingBackgroundColor)!=null?Ue:"var(--persona-voice-recording-bg, #ef4444)":(ze=pt==null?void 0:pt.backgroundColor)!=null?ze:"",V=(Pe=l.speakingBorderColor)!=null?Pe:m==="barge-in"?(ot=l.recordingBorderColor)!=null?ot:"":(He=pt==null?void 0:pt.borderColor)!=null?He:"";Ks(),N.classList.add("persona-voice-speaking"),N.style.backgroundColor=D,N.style.borderColor=V;let q=R||"currentColor";N.style.color=q,El(C,q);let _=m==="cancel"?"Stop playback and re-record":m==="barge-in"?"Speak to interrupt":"Agent is speaking";N.setAttribute("aria-label",_),m==="none"&&(N.style.cursor="default"),m==="barge-in"&&N.classList.add("persona-voice-recording")},Xo=()=>{var l,m,x;N&&(Ks(),pt&&(N.style.backgroundColor=(l=pt.backgroundColor)!=null?l:"",N.style.color=(m=pt.color)!=null?m:"",N.style.borderColor=(x=pt.borderColor)!=null?x:"",El(pt.iconName,pt.color||"currentColor"),pt=null),N.style.cursor="",N.setAttribute("aria-label","Start voice recognition"))},Xs=()=>{var l,m;if(((m=(l=o.voiceRecognition)==null?void 0:l.provider)==null?void 0:m.type)==="runtype"){let x=U.getVoiceStatus(),C=U.getVoiceInterruptionMode();if(C==="none"&&(x==="processing"||x==="speaking"))return;if(C==="cancel"&&(x==="processing"||x==="speaking")){U.stopVoicePlayback();return}if(U.isBargeInActive()){U.stopVoicePlayback(),U.deactivateBargeIn().then(()=>{G.active=!1,G.manuallyDeactivated=!0,lt(),tt("user"),Xo()});return}U.toggleVoice().then(()=>{G.active=U.isVoiceActive(),G.manuallyDeactivated=!U.isVoiceActive(),lt(),tt("user"),U.isVoiceActive()?Ma():Xo()});return}if(Bo){let x=xe.value.trim();G.manuallyDeactivated=!0,lt(),bn("user"),x&&(xe.value="",xe.style.height="auto",U.sendMessage(x))}else G.manuallyDeactivated=!1,lt(),Gs("user")};To=Xs,N&&(N.addEventListener("click",Xs),it.push(()=>{var l,m;((m=(l=o.voiceRecognition)==null?void 0:l.provider)==null?void 0:m.type)==="runtype"?(U.isVoiceActive()&&U.toggleVoice(),Xo()):bn("system"),N&&N.removeEventListener("click",Xs)}));let Fy=i.on("assistant:complete",()=>{De&&(G.active||G.manuallyDeactivated||De==="assistant"&&!G.lastUserMessageWasVoice||setTimeout(()=>{var l,m;!G.active&&!G.manuallyDeactivated&&(((m=(l=o.voiceRecognition)==null?void 0:l.provider)==null?void 0:m.type)==="runtype"?U.toggleVoice().then(()=>{G.active=U.isVoiceActive(),tt("auto"),U.isVoiceActive()&&Ma()}):Gs("auto"))},600))});it.push(Fy);let Ny=i.on("action:resubmit",()=>{setTimeout(()=>{U&&!U.isStreaming()&&U.continueConversation()},100)});it.push(Ny);let au=()=>{Ot(!O,"user")},Zt=null,ir=null;if(T&&!P()){let{instance:l,element:m}=dp({config:o,plugins:n,onToggle:au});Zt=l,l||(ir=m)}Zt?e.appendChild(Zt.element):ir&&e.appendChild(ir),is(),ba(),Qp(),wl(U.isStreaming()),$p()||(Ft()==="follow"?yn(!0):Vp()),bl(),w&&(!T||P()?setTimeout(()=>Cl(),0):O&&setTimeout(()=>Cl(),200));let ls=()=>{var _,ne,re,J,be,Fe,Ne,Ue,ze,ut,ot,He,Pe,$e,Xe,xt,F,Be,Re,Je,Pt,Oe;if(P()){Qr(),is();return}let l=nr(o),m=(ne=(_=o.launcher)==null?void 0:_.sidebarMode)!=null?ne:!1,x=l||m||((J=(re=o.launcher)==null?void 0:re.fullHeight)!=null?J:!1),C=(be=e.ownerDocument.defaultView)!=null?be:window,R=(Ne=(Fe=o.launcher)==null?void 0:Fe.mobileFullscreen)!=null?Ne:!0,D=(ze=(Ue=o.launcher)==null?void 0:Ue.mobileBreakpoint)!=null?ze:640,V=C.innerWidth<=D,q=R&&V&&T;try{if(q){un(),Hn(e,o);return}if(I&&(I=!1,un(),Hn(e,o)),!T&&!l){X.style.height="",X.style.width="";return}if(!m&&!l){let Gt=(ot=(ut=o==null?void 0:o.launcher)==null?void 0:ut.width)!=null?ot:o==null?void 0:o.launcherWidth,wt=Gt!=null?Gt:Gr;X.style.width=wt,X.style.maxWidth=wt}if(Vn(),!x){let Gt=C.innerHeight,wt=64,lr=(Pe=(He=o.launcher)==null?void 0:He.heightOffset)!=null?Pe:0,Br=Math.max(200,Gt-wt),Wt=Math.min(640,Br),mr=Math.max(200,Wt-lr);X.style.height=`${mr}px`}}finally{if(Qr(),is(),O&&T){let wt=(($e=e.ownerDocument.defaultView)!=null?$e:window).innerWidth<=((xt=(Xe=o.launcher)==null?void 0:Xe.mobileBreakpoint)!=null?xt:640),lr=(Be=(F=o.launcher)==null?void 0:F.sidebarMode)!=null?Be:!1,Br=(Je=(Re=o.launcher)==null?void 0:Re.mobileFullscreen)!=null?Je:!0,Wt=nr(o)&&Br&&wt,mr=lr||Br&&wt&&T||Wt;if(mr&&!sr){let Vr=e.getRootNode(),Ge=Vr instanceof ShadowRoot?Vr.host:e.closest(".persona-host");Ge&&!ar&&(ar=op(Ge,(Oe=(Pt=o.launcher)==null?void 0:Pt.zIndex)!=null?Oe:wr)),sr=np(e.ownerDocument)}else mr||(ar==null||ar(),ar=null,sr==null||sr(),sr=null)}}};ls();let su=(uf=e.ownerDocument.defaultView)!=null?uf:window;if(su.addEventListener("resize",ls),it.push(()=>su.removeEventListener("resize",ls)),typeof ResizeObserver!="undefined"){let l=new ResizeObserver(()=>{Qr()});l.observe(Ie),it.push(()=>l.disconnect())}Ar=ve.scrollTop;let iu=Oo(ve),Oy=()=>{let l=ve.getRootNode(),m=typeof l.getSelection=="function"?l.getSelection():null;return m!=null?m:ve.ownerDocument.getSelection()},kl=()=>zh(Oy(),ve),lu=()=>{let l=ve.scrollTop,m=Oo(ve),x=m<iu;if(iu=m,!tr()){Ar=l,qr();return}let{action:C,nextLastScrollTop:R}=Ui({following:yr.isFollowing(),currentScrollTop:l,lastScrollTop:Ar,nearBottom:Wn(ve,$),userScrollThreshold:L,isAutoScrolling:Mr||$n||x,pauseOnUpwardScroll:!0,pauseWhenAwayFromBottom:!1,resumeRequiresDownwardScroll:!0});if(Ar=R,C==="resume"){kl()||xn();return}C==="pause"&&ts()};if(ve.addEventListener("scroll",lu,{passive:!0}),it.push(()=>ve.removeEventListener("scroll",lu)),typeof ResizeObserver!="undefined"){let l=new ResizeObserver(()=>{wy()});l.observe(Ye),l.observe(ve),it.push(()=>l.disconnect())}let du=()=>{tr()&&yr.isFollowing()&&kl()&&ts()},cu=ve.ownerDocument;cu.addEventListener("selectionchange",du),it.push(()=>{cu.removeEventListener("selectionchange",du)});let _y=new Set(["PageUp","PageDown","Home","End","ArrowUp","ArrowDown"]),pu=l=>{io()&&tr()&&yr.isFollowing()&&_y.has(l.key)&&ts()},uu=l=>{if(!io()||!tr()||!yr.isFollowing())return;let m=l.target;m&&m.closest("a, button, [tabindex], input, textarea, select")&&ts()};ve.addEventListener("keydown",pu),ve.addEventListener("focusin",uu),it.push(()=>{ve.removeEventListener("keydown",pu),ve.removeEventListener("focusin",uu)});let fu=l=>{if(!tr())return;let m=qi({following:yr.isFollowing(),deltaY:l.deltaY,nearBottom:Wn(ve,$),resumeWhenNearBottom:!0});m==="pause"?ts():m==="resume"&&!kl()&&xn()};ve.addEventListener("wheel",fu,{passive:!0}),it.push(()=>ve.removeEventListener("wheel",fu)),zt.addEventListener("click",()=>{rs(),ve.scrollTop=ve.scrollHeight,Ar=ve.scrollTop,xn(),yn(!0),qr()}),it.push(()=>zt.remove()),it.push(()=>{Tr(),rs()});let mu=()=>{Ve&&(Ro&&(Ve.removeEventListener("click",Ro),Ro=null),B()?(Ve.style.display="",Ro=()=>{Ot(!1,"user")},Ve.addEventListener("click",Ro)):Ve.style.display="none")};mu(),(()=>{let{clearChatButton:l}=je;l&&l.addEventListener("click",()=>{U.clearMessages(),Io.clear(),xn(),En(je.composerOverlay);try{localStorage.removeItem(Qa),o.debug&&console.log(`[AgentWidget] Cleared default localStorage key: ${Qa}`)}catch(x){console.error("[AgentWidget] Failed to clear default localStorage:",x)}if(o.clearChatHistoryStorageKey&&o.clearChatHistoryStorageKey!==Qa)try{localStorage.removeItem(o.clearChatHistoryStorageKey),o.debug&&console.log(`[AgentWidget] Cleared custom localStorage key: ${o.clearChatHistoryStorageKey}`)}catch(x){console.error("[AgentWidget] Failed to clear custom localStorage:",x)}let m=new CustomEvent("persona:clear-chat",{detail:{timestamp:new Date().toISOString()}});if(window.dispatchEvent(m),d!=null&&d.clear)try{let x=d.clear();x instanceof Promise&&x.catch(C=>{typeof console!="undefined"&&console.error("[AgentWidget] Failed to clear storage adapter:",C)})}catch(x){typeof console!="undefined"&&console.error("[AgentWidget] Failed to clear storage adapter:",x)}p={},A.syncFromMetadata(),j==null||j.clear(),ee==null||ee.reset(),Ee==null||Ee.update()})})(),Ct&&Ct.addEventListener("submit",Zp),xe==null||xe.addEventListener("keydown",tu),xe==null||xe.addEventListener("input",eu),xe==null||xe.addEventListener("paste",ou);let gu=(ff=e.ownerDocument)!=null?ff:document;gu.addEventListener("keydown",ru,!0);let hu="persona-attachment-drop-active",ds=0,Ll=()=>{ds=0,Ce.classList.remove(hu)},Ta=()=>{var l;return((l=o.attachments)==null?void 0:l.enabled)===!0&&St!==null},xu=l=>{!gl(l.dataTransfer)||!Ta()||(ds++,ds===1&&Ce.classList.add(hu))},yu=l=>{!gl(l.dataTransfer)||!Ta()||(ds--,ds<=0&&Ll())},bu=l=>{!gl(l.dataTransfer)||!Ta()||(l.preventDefault(),l.dataTransfer.dropEffect="copy")},vu=l=>{var x;if(!gl(l.dataTransfer)||!Ta())return;l.preventDefault(),l.stopPropagation(),Ll();let m=Array.from((x=l.dataTransfer.files)!=null?x:[]);m.length!==0&&St.handleFiles(m)},vn=!0;Ce.addEventListener("dragenter",xu,vn),Ce.addEventListener("dragleave",yu,vn),e.addEventListener("dragover",bu,vn),e.addEventListener("drop",vu,vn);let Qs=e.ownerDocument,wu=l=>{Ta()&&l.preventDefault()},Cu=l=>{Ta()&&l.preventDefault()};Qs.addEventListener("dragover",wu),Qs.addEventListener("drop",Cu),it.push(()=>{Ct&&Ct.removeEventListener("submit",Zp),xe==null||xe.removeEventListener("keydown",tu),xe==null||xe.removeEventListener("input",eu),xe==null||xe.removeEventListener("paste",ou),gu.removeEventListener("keydown",ru,!0)}),it.push(()=>{Ce.removeEventListener("dragenter",xu,vn),Ce.removeEventListener("dragleave",yu,vn),e.removeEventListener("dragover",bu,vn),e.removeEventListener("drop",vu,vn),Qs.removeEventListener("dragover",wu),Qs.removeEventListener("drop",Cu),Ll()}),it.push(()=>{U.cancel()}),Zt?it.push(()=>{Zt==null||Zt.destroy()}):ir&&it.push(()=>{ir==null||ir.remove()});let rr={update(l){var $r,Do,ur,fr,no,Sn,vf,wf,Cf,Sf,Af,Mf,Tf,Ef,kf,Lf,Pf,Rf,If,Hf,Wf,Bf,Df,Ff,Nf,Of,_f,Uf,qf,Vf,zf,$f,jf,Gf,Kf,Xf,Qf,Jf,Yf,Zf,em,tm,rm,om,nm,am,sm,im,lm,dm,cm,pm,um,fm,mm,gm,hm,xm,ym,bm,vm,wm,Cm,Sm,Am,Mm,Tm,Em,km,Lm,Pm,Rm,Im,Hm,Wm,Bm,Dm,Fm,Nm,Om,_m,Um,qm,Vm,zm,$m,jm,Gm,Km,Xm,Qm,Jm,Ym,Zm,eg,tg,rg,og,ng,ag,sg,ig,lg,dg,cg,pg,ug,fg,mg,gg,hg,xg,yg,bg,vg,wg,Cg,Sg,Ag,Mg,Tg;let m=o.toolCall,x=o.messageActions,C=($r=o.layout)==null?void 0:$r.messages,R=o.colorScheme,D=o.loadingIndicator,V=o.iterationDisplay,q=(Do=o.features)==null?void 0:Do.showReasoning,_=(ur=o.features)==null?void 0:ur.showToolCalls,ne=(fr=o.features)==null?void 0:fr.toolCallDisplay,re=(no=o.features)==null?void 0:no.reasoningDisplay,J=(vf=(Sn=o.features)==null?void 0:Sn.streamAnimation)==null?void 0:vf.type;o={...o,...l},un(),Hn(e,o),sl(e,o),il(e,o),Lo(),o.colorScheme!==R&&es();let be=_s.getForInstance(o.plugins);n.length=0,n.push(...be),T=(Cf=(wf=o.launcher)==null?void 0:wf.enabled)!=null?Cf:!0,y=(Af=(Sf=o.launcher)==null?void 0:Sf.autoExpand)!=null?Af:!1,Le=(Tf=(Mf=o.features)==null?void 0:Mf.showReasoning)!=null?Tf:!0,We=(kf=(Ef=o.features)==null?void 0:Ef.showToolCalls)!=null?kf:!0,Me=(Pf=(Lf=o.features)==null?void 0:Lf.scrollToBottom)!=null?Pf:{};let Fe=Ft();oe=(If=(Rf=o.features)==null?void 0:Rf.scrollBehavior)!=null?If:{},Fe!==Ft()&&(rs(),xn()),an(),qr();let Ne=ie;if(ie=(Wf=(Hf=o.features)==null?void 0:Hf.showEventStreamToggle)!=null?Wf:!1,ie&&!Ne){if(j||(Te=new Ns(ge),j=new Fs(qe,Te),ee=ee!=null?ee:new Os,Te.open().then(()=>j==null?void 0:j.restore()).catch(()=>{}),U.setSSEEventCallback((Y,Mt)=>{var qt;(qt=o.onSSEEvent)==null||qt.call(o,Y,Mt),ee==null||ee.processEvent(Y,Mt),j.push({id:`evt-${Date.now()}-${Math.random().toString(36).slice(2,8)}`,type:Y,timestamp:Date.now(),payload:JSON.stringify(Mt)})})),!ht&&Ae){let Y=(Df=(Bf=o.features)==null?void 0:Bf.eventStream)==null?void 0:Df.classNames,Mt="persona-inline-flex persona-items-center persona-justify-center persona-rounded-full hover:persona-opacity-80 persona-cursor-pointer persona-border-none persona-bg-transparent persona-p-1"+(Y!=null&&Y.toggleButton?" "+Y.toggleButton:"");ht=S("button",Mt),ht.style.width="28px",ht.style.height="28px",ht.style.color=Pr.actionIconColor,ht.type="button",ht.setAttribute("aria-label","Event Stream"),ht.title="Event Stream";let qt=he("activity","18px","currentColor",1.5);qt&&ht.appendChild(qt);let at=je.clearChatButtonWrapper,kt=je.closeButtonWrapper,dr=at||kt;dr&&dr.parentNode===Ae?Ae.insertBefore(ht,dr):Ae.appendChild(ht),ht.addEventListener("click",()=>{te?uo():Vo()})}}else!ie&&Ne&&(uo(),ht&&(ht.remove(),ht=null),j==null||j.clear(),Te==null||Te.destroy(),j=null,Te=null,ee==null||ee.reset(),ee=null);if(((Ff=o.launcher)==null?void 0:Ff.enabled)===!1&&Zt&&(Zt.destroy(),Zt=null),((Nf=o.launcher)==null?void 0:Nf.enabled)===!1&&ir&&(ir.remove(),ir=null),((Of=o.launcher)==null?void 0:Of.enabled)!==!1&&!Zt&&!ir){let{instance:Y,element:Mt}=dp({config:o,plugins:n,onToggle:au});Zt=Y,Y||(ir=Mt),e.appendChild(Mt)}Zt&&Zt.update(o),ce&&((_f=o.launcher)==null?void 0:_f.title)!==void 0&&(ce.textContent=o.launcher.title),Se&&((Uf=o.launcher)==null?void 0:Uf.subtitle)!==void 0&&(Se.textContent=o.launcher.subtitle);let Ue=(qf=o.layout)==null?void 0:qf.header;if((Ue==null?void 0:Ue.layout)!==H&&Ae){let Y=Ue?Va(o,Ue,{showClose:B(),onClose:()=>Ot(!1,"user")}):tn({config:o,showClose:B(),onClose:()=>Ot(!1,"user")});ct.replaceHeader(Y),Ae=ct.header.element,W=ct.header.iconHolder,ce=ct.header.headerTitle,Se=ct.header.headerSubtitle,Ve=ct.header.closeButton,H=Ue==null?void 0:Ue.layout}else if(Ue&&(W&&(W.style.display=Ue.showIcon===!1?"none":""),ce&&(ce.style.display=Ue.showTitle===!1?"none":""),Se&&(Se.style.display=Ue.showSubtitle===!1?"none":""),Ve&&(Ve.style.display=Ue.showCloseButton===!1?"none":""),je.clearChatButtonWrapper)){let Y=Ue.showClearChat;if(Y!==void 0){je.clearChatButtonWrapper.style.display=Y?"":"none";let{closeButtonWrapper:Mt}=je;Mt&&!Mt.classList.contains("persona-absolute")&&(Y?Mt.classList.remove("persona-ml-auto"):Mt.classList.add("persona-ml-auto"))}}let ut=((Vf=o.layout)==null?void 0:Vf.showHeader)!==!1;Ae&&(Ae.style.display=ut?"":"none");let ot=((zf=o.layout)==null?void 0:zf.showFooter)!==!1;Ie&&(Ie.style.display=ot?"":"none"),Qr(),qr(),T!==M?T?Ot(y,"auto"):(O=!0,is()):y!==v&&Ot(y,"auto"),v=y,M=T,ls(),mu();let $e=JSON.stringify(l.toolCall)!==JSON.stringify(m),Xe=JSON.stringify(o.messageActions)!==JSON.stringify(x),xt=JSON.stringify(($f=o.layout)==null?void 0:$f.messages)!==JSON.stringify(C),F=((jf=o.loadingIndicator)==null?void 0:jf.render)!==(D==null?void 0:D.render)||((Gf=o.loadingIndicator)==null?void 0:Gf.renderIdle)!==(D==null?void 0:D.renderIdle)||((Kf=o.loadingIndicator)==null?void 0:Kf.showBubble)!==(D==null?void 0:D.showBubble),Be=o.iterationDisplay!==V,Re=((Qf=(Xf=o.features)==null?void 0:Xf.showReasoning)!=null?Qf:!0)!==(q!=null?q:!0)||((Yf=(Jf=o.features)==null?void 0:Jf.showToolCalls)!=null?Yf:!0)!==(_!=null?_:!0)||JSON.stringify((Zf=o.features)==null?void 0:Zf.toolCallDisplay)!==JSON.stringify(ne)||JSON.stringify((em=o.features)==null?void 0:em.reasoningDisplay)!==JSON.stringify(re);($e||Xe||xt||F||Be||Re)&&U&&(va++,os(Ye,U.getMessages(),Z));let Pt=(rm=(tm=o.features)==null?void 0:tm.streamAnimation)==null?void 0:rm.type;if(Pt!==J&&Pt&&Pt!=="none"){let Y=qa(Pt,(nm=(om=o.features)==null?void 0:om.streamAnimation)==null?void 0:nm.plugins);Y&&ji(Y,e)}let Oe=(am=o.launcher)!=null?am:{},Gt=(sm=Oe.headerIconHidden)!=null?sm:!1,wt=(lm=(im=o.layout)==null?void 0:im.header)==null?void 0:lm.showIcon,lr=Gt||wt===!1,Br=Oe.headerIconName,Wt=(dm=Oe.headerIconSize)!=null?dm:"48px";if(W){let Y=Ce.querySelector(".persona-border-b-persona-divider"),Mt=Y==null?void 0:Y.querySelector(".persona-flex-col");if(lr)W.style.display="none",Y&&Mt&&!Y.contains(Mt)&&Y.insertBefore(Mt,Y.firstChild);else{if(W.style.display="",W.style.height=Wt,W.style.width=Wt,Y&&Mt&&(Y.contains(W)?W.nextSibling!==Mt&&(W.remove(),Y.insertBefore(W,Mt)):Y.insertBefore(W,Mt)),Br){let at=parseFloat(Wt)||24,kt=he(Br,at*.6,"currentColor",1);kt?W.replaceChildren(kt):W.textContent=(cm=Oe.agentIconText)!=null?cm:"\u{1F4AC}"}else if(Oe.iconUrl){let at=W.querySelector("img");if(at)at.src=Oe.iconUrl,at.style.height=Wt,at.style.width=Wt;else{let kt=document.createElement("img");kt.src=Oe.iconUrl,kt.alt="",kt.className="persona-rounded-xl persona-object-cover",kt.style.height=Wt,kt.style.width=Wt,W.replaceChildren(kt)}}else{let at=W.querySelector("svg"),kt=W.querySelector("img");(at||kt)&&W.replaceChildren(),W.textContent=(pm=Oe.agentIconText)!=null?pm:"\u{1F4AC}"}let qt=W.querySelector("img");qt&&(qt.style.height=Wt,qt.style.width=Wt)}}let mr=(fm=(um=o.layout)==null?void 0:um.header)==null?void 0:fm.showTitle,Vr=(gm=(mm=o.layout)==null?void 0:mm.header)==null?void 0:gm.showSubtitle;if(ce&&(ce.style.display=mr===!1?"none":""),Se&&(Se.style.display=Vr===!1?"none":""),Ve){((xm=(hm=o.layout)==null?void 0:hm.header)==null?void 0:xm.showCloseButton)===!1?Ve.style.display="none":Ve.style.display="";let Mt=(ym=Oe.closeButtonSize)!=null?ym:"32px",qt=(bm=Oe.closeButtonPlacement)!=null?bm:"inline";Ve.style.height=Mt,Ve.style.width=Mt;let{closeButtonWrapper:at}=je,kt=qt==="top-right",dr=at==null?void 0:at.classList.contains("persona-absolute");if(at&&kt!==dr)if(at.remove(),kt)at.className="persona-absolute persona-top-4 persona-right-4 persona-z-50",Ce.style.position="relative",Ce.appendChild(at);else{let dt=(wm=(vm=Oe.clearChat)==null?void 0:vm.placement)!=null?wm:"inline",cr=(Sm=(Cm=Oe.clearChat)==null?void 0:Cm.enabled)!=null?Sm:!0;at.className=cr&&dt==="inline"?"":"persona-ml-auto";let Dr=Ce.querySelector(".persona-border-b-persona-divider");Dr&&Dr.appendChild(at)}if(Ve.style.color=Oe.closeButtonColor||Pr.actionIconColor,Oe.closeButtonBackgroundColor?(Ve.style.backgroundColor=Oe.closeButtonBackgroundColor,Ve.classList.remove("hover:persona-bg-gray-100")):(Ve.style.backgroundColor="",Ve.classList.add("hover:persona-bg-gray-100")),Oe.closeButtonBorderWidth||Oe.closeButtonBorderColor){let dt=Oe.closeButtonBorderWidth||"0px",cr=Oe.closeButtonBorderColor||"transparent";Ve.style.border=`${dt} solid ${cr}`,Ve.classList.remove("persona-border-none")}else Ve.style.border="",Ve.classList.add("persona-border-none");Oe.closeButtonBorderRadius?(Ve.style.borderRadius=Oe.closeButtonBorderRadius,Ve.classList.remove("persona-rounded-full")):(Ve.style.borderRadius="",Ve.classList.add("persona-rounded-full")),Oe.closeButtonPaddingX?(Ve.style.paddingLeft=Oe.closeButtonPaddingX,Ve.style.paddingRight=Oe.closeButtonPaddingX):(Ve.style.paddingLeft="",Ve.style.paddingRight=""),Oe.closeButtonPaddingY?(Ve.style.paddingTop=Oe.closeButtonPaddingY,Ve.style.paddingBottom=Oe.closeButtonPaddingY):(Ve.style.paddingTop="",Ve.style.paddingBottom="");let vr=(Am=Oe.closeButtonIconName)!=null?Am:"x",xo=(Mm=Oe.closeButtonIconText)!=null?Mm:"\xD7";Ve.innerHTML="";let kr=he(vr,"28px","currentColor",1);kr?Ve.appendChild(kr):Ve.textContent=xo;let Yt=(Tm=Oe.closeButtonTooltipText)!=null?Tm:"Close chat",jr=(Em=Oe.closeButtonShowTooltip)!=null?Em:!0;if(Ve.setAttribute("aria-label",Yt),at&&(at._cleanupTooltip&&(at._cleanupTooltip(),delete at._cleanupTooltip),jr&&Yt)){let dt=null,cr=()=>{if(dt||!Ve)return;let ea=Ve.ownerDocument,cs=ea.body;if(!cs)return;dt=No(ea,"div","persona-clear-chat-tooltip"),dt.textContent=Yt;let ps=No(ea,"div");ps.className="persona-clear-chat-tooltip-arrow",dt.appendChild(ps);let ta=Ve.getBoundingClientRect();dt.style.position="fixed",dt.style.zIndex=String(Bn),dt.style.left=`${ta.left+ta.width/2}px`,dt.style.top=`${ta.top-8}px`,dt.style.transform="translate(-50%, -100%)",cs.appendChild(dt)},Dr=()=>{dt&&dt.parentNode&&(dt.parentNode.removeChild(dt),dt=null)};at.addEventListener("mouseenter",cr),at.addEventListener("mouseleave",Dr),Ve.addEventListener("focus",cr),Ve.addEventListener("blur",Dr),at._cleanupTooltip=()=>{Dr(),at&&(at.removeEventListener("mouseenter",cr),at.removeEventListener("mouseleave",Dr)),Ve&&(Ve.removeEventListener("focus",cr),Ve.removeEventListener("blur",Dr))}}}let{clearChatButton:Ge,clearChatButtonWrapper:Rt}=je;if(Ge){let Y=(km=Oe.clearChat)!=null?km:{},Mt=(Lm=Y.enabled)!=null?Lm:!0,qt=(Rm=(Pm=o.layout)==null?void 0:Pm.header)==null?void 0:Rm.showClearChat,at=qt!==void 0?qt:Mt,kt=(Im=Y.placement)!=null?Im:"inline";if(Rt){Rt.style.display=at?"":"none";let{closeButtonWrapper:dr}=je;!P()&&dr&&!dr.classList.contains("persona-absolute")&&(at?dr.classList.remove("persona-ml-auto"):dr.classList.add("persona-ml-auto"));let vr=kt==="top-right",xo=Rt.classList.contains("persona-absolute");if(!P()&&vr!==xo&&at){if(Rt.remove(),vr)Rt.className="persona-absolute persona-top-4 persona-z-50",Rt.style.right="48px",Ce.style.position="relative",Ce.appendChild(Rt);else{Rt.className="persona-relative persona-ml-auto persona-clear-chat-button-wrapper",Rt.style.right="";let Yt=Ce.querySelector(".persona-border-b-persona-divider"),jr=je.closeButtonWrapper;Yt&&jr&&jr.parentElement===Yt?Yt.insertBefore(Rt,jr):Yt&&Yt.appendChild(Rt)}let kr=je.closeButtonWrapper;kr&&!kr.classList.contains("persona-absolute")&&(vr?kr.classList.add("persona-ml-auto"):kr.classList.remove("persona-ml-auto"))}}if(at){if(!P()){let dt=(Hm=Y.size)!=null?Hm:"32px";Ge.style.height=dt,Ge.style.width=dt}let dr=(Wm=Y.iconName)!=null?Wm:"refresh-cw",vr=(Bm=Y.iconColor)!=null?Bm:"";Ge.style.color=vr||Pr.actionIconColor,Ge.innerHTML="";let xo=P()?"14px":"20px",kr=he(dr,xo,"currentColor",2);if(kr&&Ge.appendChild(kr),Y.backgroundColor?(Ge.style.backgroundColor=Y.backgroundColor,Ge.classList.remove("hover:persona-bg-gray-100")):(Ge.style.backgroundColor="",Ge.classList.add("hover:persona-bg-gray-100")),Y.borderWidth||Y.borderColor){let dt=Y.borderWidth||"0px",cr=Y.borderColor||"transparent";Ge.style.border=`${dt} solid ${cr}`,Ge.classList.remove("persona-border-none")}else Ge.style.border="",Ge.classList.add("persona-border-none");Y.borderRadius?(Ge.style.borderRadius=Y.borderRadius,Ge.classList.remove("persona-rounded-full")):(Ge.style.borderRadius="",Ge.classList.add("persona-rounded-full")),Y.paddingX?(Ge.style.paddingLeft=Y.paddingX,Ge.style.paddingRight=Y.paddingX):(Ge.style.paddingLeft="",Ge.style.paddingRight=""),Y.paddingY?(Ge.style.paddingTop=Y.paddingY,Ge.style.paddingBottom=Y.paddingY):(Ge.style.paddingTop="",Ge.style.paddingBottom="");let Yt=(Dm=Y.tooltipText)!=null?Dm:"Clear chat",jr=(Fm=Y.showTooltip)!=null?Fm:!0;if(Ge.setAttribute("aria-label",Yt),Rt&&(Rt._cleanupTooltip&&(Rt._cleanupTooltip(),delete Rt._cleanupTooltip),jr&&Yt)){let dt=null,cr=()=>{if(dt||!Ge)return;let ea=Ge.ownerDocument,cs=ea.body;if(!cs)return;dt=No(ea,"div","persona-clear-chat-tooltip"),dt.textContent=Yt;let ps=No(ea,"div");ps.className="persona-clear-chat-tooltip-arrow",dt.appendChild(ps);let ta=Ge.getBoundingClientRect();dt.style.position="fixed",dt.style.zIndex=String(Bn),dt.style.left=`${ta.left+ta.width/2}px`,dt.style.top=`${ta.top-8}px`,dt.style.transform="translate(-50%, -100%)",cs.appendChild(dt)},Dr=()=>{dt&&dt.parentNode&&(dt.parentNode.removeChild(dt),dt=null)};Rt.addEventListener("mouseenter",cr),Rt.addEventListener("mouseleave",Dr),Ge.addEventListener("focus",cr),Ge.addEventListener("blur",Dr),Rt._cleanupTooltip=()=>{Dr(),Rt&&(Rt.removeEventListener("mouseenter",cr),Rt.removeEventListener("mouseleave",Dr)),Ge&&(Ge.removeEventListener("focus",cr),Ge.removeEventListener("blur",Dr))}}}}let zr=o.actionParsers&&o.actionParsers.length?o.actionParsers:[Us],Kn=o.actionHandlers&&o.actionHandlers.length?o.actionHandlers:[ha.message,ha.messageAndClick];A=qs({parsers:zr,handlers:Kn,getSessionMetadata:h,updateSessionMetadata:b,emit:i.emit,documentRef:typeof document!="undefined"?document:null}),Z=Bx(o,A,ue),U.updateConfig(o),os(Ye,U.getMessages(),Z),ba(),Qp(),wl(U.isStreaming());let Xn=((Nm=o.voiceRecognition)==null?void 0:Nm.enabled)===!0,Qn=typeof window!="undefined"&&(typeof window.webkitSpeechRecognition!="undefined"||typeof window.SpeechRecognition!="undefined"),Jn=((_m=(Om=o.voiceRecognition)==null?void 0:Om.provider)==null?void 0:_m.type)==="runtype";if(Xn&&(Qn||Jn))if(!N||!ye){let Y=Wy(o.voiceRecognition,o.sendButton);Y&&(N=Y.micButton,ye=Y.micButtonWrapper,gt.insertBefore(ye,Cr),N.addEventListener("click",Xs),N.disabled=U.isStreaming())}else{let Y=(Um=o.voiceRecognition)!=null?Um:{},Mt=(qm=o.sendButton)!=null?qm:{},qt=(Vm=Y.iconName)!=null?Vm:"mic",at=(zm=Mt.size)!=null?zm:"40px",kt=($m=Y.iconSize)!=null?$m:at,dr=parseFloat(kt)||24;N.style.width=kt,N.style.height=kt,N.style.minWidth=kt,N.style.minHeight=kt;let vr=(Gm=(jm=Y.iconColor)!=null?jm:Mt.textColor)!=null?Gm:"currentColor";N.innerHTML="";let xo=he(qt,dr,vr,2);xo?N.appendChild(xo):N.textContent="\u{1F3A4}";let kr=(Km=Y.backgroundColor)!=null?Km:Mt.backgroundColor;kr?N.style.backgroundColor=kr:N.style.backgroundColor="",vr?N.style.color=vr:N.style.color="var(--persona-text, #111827)",Y.borderWidth?(N.style.borderWidth=Y.borderWidth,N.style.borderStyle="solid"):(N.style.borderWidth="",N.style.borderStyle=""),Y.borderColor?N.style.borderColor=Y.borderColor:N.style.borderColor="",Y.paddingX?(N.style.paddingLeft=Y.paddingX,N.style.paddingRight=Y.paddingX):(N.style.paddingLeft="",N.style.paddingRight=""),Y.paddingY?(N.style.paddingTop=Y.paddingY,N.style.paddingBottom=Y.paddingY):(N.style.paddingTop="",N.style.paddingBottom="");let Yt=ye==null?void 0:ye.querySelector(".persona-send-button-tooltip"),jr=(Xm=Y.tooltipText)!=null?Xm:"Start voice recognition";if(((Qm=Y.showTooltip)!=null?Qm:!1)&&jr)if(Yt)Yt.textContent=jr,Yt.style.display="";else{let cr=document.createElement("div");cr.className="persona-send-button-tooltip",cr.textContent=jr,ye==null||ye.insertBefore(cr,N)}else Yt&&(Yt.style.display="none");ye.style.display="",N.disabled=U.isStreaming()}else N&&ye&&(ye.style.display="none",((Ym=(Jm=o.voiceRecognition)==null?void 0:Jm.provider)==null?void 0:Ym.type)==="runtype"?U.isVoiceActive()&&U.toggleVoice():Bo&&bn());if(((Zm=o.attachments)==null?void 0:Zm.enabled)===!0)if(!mt||!ae){let Y=(eg=o.attachments)!=null?eg:{},qt=(rg=((tg=o.sendButton)!=null?tg:{}).size)!=null?rg:"40px";Lt||(Lt=S("div","persona-attachment-previews persona-flex persona-flex-wrap persona-gap-2 persona-mb-2"),Lt.style.display="none",Ct.insertBefore(Lt,xe)),Ke||(Ke=document.createElement("input"),Ke.type="file",Ke.accept=((og=Y.allowedTypes)!=null?og:en).join(","),Ke.multiple=((ng=Y.maxFiles)!=null?ng:4)>1,Ke.style.display="none",Ke.setAttribute("aria-label","Attach files"),Ct.insertBefore(Ke,xe)),mt=S("div","persona-send-button-wrapper"),ae=S("button","persona-rounded-button persona-flex persona-items-center persona-justify-center disabled:persona-opacity-50 persona-cursor-pointer persona-attachment-button"),ae.type="button",ae.setAttribute("aria-label",(ag=Y.buttonTooltipText)!=null?ag:"Attach file");let at=(sg=Y.buttonIconName)!=null?sg:"paperclip",kt=qt,dr=parseFloat(kt)||40,vr=Math.round(dr*.6);ae.style.width=kt,ae.style.height=kt,ae.style.minWidth=kt,ae.style.minHeight=kt,ae.style.fontSize="18px",ae.style.lineHeight="1",ae.style.backgroundColor="transparent",ae.style.color="var(--persona-primary, #111827)",ae.style.border="none",ae.style.borderRadius="6px",ae.style.transition="background-color 0.15s ease",ae.addEventListener("mouseenter",()=>{ae.style.backgroundColor="var(--persona-palette-colors-black-alpha-50, rgba(0, 0, 0, 0.05))"}),ae.addEventListener("mouseleave",()=>{ae.style.backgroundColor="transparent"});let xo=he(at,vr,"currentColor",1.5);xo?ae.appendChild(xo):ae.textContent="\u{1F4CE}",ae.addEventListener("click",jr=>{jr.preventDefault(),Ke==null||Ke.click()}),mt.appendChild(ae);let kr=(ig=Y.buttonTooltipText)!=null?ig:"Attach file",Yt=S("div","persona-send-button-tooltip");Yt.textContent=kr,mt.appendChild(Yt),Qe.append(mt),!St&&Ke&&Lt&&(St=da.fromConfig(Y),St.setPreviewsContainer(Lt),Ke.addEventListener("change",async()=>{St&&(Ke!=null&&Ke.files)&&(await St.handleFileSelect(Ke.files),Ke.value="")})),Ce.querySelector(".persona-attachment-drop-overlay")||Ce.appendChild(Dx(Y.dropOverlay))}else{mt.style.display="";let Y=(lg=o.attachments)!=null?lg:{};Ke&&(Ke.accept=((dg=Y.allowedTypes)!=null?dg:en).join(","),Ke.multiple=((cg=Y.maxFiles)!=null?cg:4)>1),St&&St.updateConfig({allowedTypes:Y.allowedTypes,maxFileSize:Y.maxFileSize,maxFiles:Y.maxFiles})}else mt&&(mt.style.display="none"),St&&St.clearAttachments(),(pg=Ce.querySelector(".persona-attachment-drop-overlay"))==null||pg.remove();let Xt=(ug=o.sendButton)!=null?ug:{},Yn=(fg=Xt.useIcon)!=null?fg:!1,wn=(mg=Xt.iconText)!=null?mg:"\u2191",Cn=Xt.iconName,Qo=(gg=Xt.tooltipText)!=null?gg:"Send message",Zn=(hg=Xt.showTooltip)!=null?hg:!1,Ze=(xg=Xt.size)!=null?xg:"40px",Dt=Xt.backgroundColor,Bt=Xt.textColor;if(Yn){if(de.style.width=Ze,de.style.height=Ze,de.style.minWidth=Ze,de.style.minHeight=Ze,de.style.fontSize="18px",de.style.lineHeight="1",de.innerHTML="",Bt?de.style.color=Bt:de.style.color="var(--persona-button-primary-fg, #ffffff)",Cn){let Y=parseFloat(Ze)||24,Mt=(Bt==null?void 0:Bt.trim())||"currentColor",qt=he(Cn,Y,Mt,2);qt?de.appendChild(qt):de.textContent=wn}else de.textContent=wn;de.className="persona-rounded-button persona-flex persona-items-center persona-justify-center disabled:persona-opacity-50 persona-cursor-pointer",Dt?(de.style.backgroundColor=Dt,de.classList.remove("persona-bg-persona-primary")):(de.style.backgroundColor="",de.classList.add("persona-bg-persona-primary"))}else de.textContent=(bg=(yg=o.copy)==null?void 0:yg.sendButtonLabel)!=null?bg:"Send",de.style.width="",de.style.height="",de.style.minWidth="",de.style.minHeight="",de.style.fontSize="",de.style.lineHeight="",de.className="persona-rounded-button persona-bg-persona-accent persona-px-4 persona-py-2 persona-text-sm persona-font-semibold persona-text-white disabled:persona-opacity-50 persona-cursor-pointer",Dt?(de.style.backgroundColor=Dt,de.classList.remove("persona-bg-persona-accent")):de.classList.add("persona-bg-persona-accent"),Bt?de.style.color=Bt:de.classList.add("persona-text-white");Xt.borderWidth?(de.style.borderWidth=Xt.borderWidth,de.style.borderStyle="solid"):(de.style.borderWidth="",de.style.borderStyle=""),Xt.borderColor?de.style.borderColor=Xt.borderColor:de.style.borderColor="",Xt.paddingX?(de.style.paddingLeft=Xt.paddingX,de.style.paddingRight=Xt.paddingX):(de.style.paddingLeft="",de.style.paddingRight=""),Xt.paddingY?(de.style.paddingTop=Xt.paddingY,de.style.paddingBottom=Xt.paddingY):(de.style.paddingTop="",de.style.paddingBottom="");let $t=Cr==null?void 0:Cr.querySelector(".persona-send-button-tooltip");if(Zn&&Qo)if($t)$t.textContent=Qo,$t.style.display="";else{let Y=document.createElement("div");Y.className="persona-send-button-tooltip",Y.textContent=Qo,Cr==null||Cr.insertBefore(Y,de)}else $t&&($t.style.display="none");let _t=(Ag=(vg=o.layout)==null?void 0:vg.contentMaxWidth)!=null?Ag:P()?(Sg=(Cg=(wg=o.launcher)==null?void 0:wg.composerBar)==null?void 0:Cg.contentMaxWidth)!=null?Sg:"720px":void 0;_t?(Ye.style.maxWidth=_t,Ye.style.marginLeft="auto",Ye.style.marginRight="auto",Ye.style.width="100%",Ct&&(Ct.style.maxWidth=_t,Ct.style.marginLeft="auto",Ct.style.marginRight="auto"),Vt&&(Vt.style.maxWidth=_t,Vt.style.marginLeft="auto",Vt.style.marginRight="auto")):(Ye.style.maxWidth="",Ye.style.marginLeft="",Ye.style.marginRight="",Ye.style.width="",Ct&&(Ct.style.maxWidth="",Ct.style.marginLeft="",Ct.style.marginRight=""),Vt&&(Vt.style.maxWidth="",Vt.style.marginLeft="",Vt.style.marginRight=""));let ft=(Mg=o.statusIndicator)!=null?Mg:{},Ut=(Tg=ft.visible)!=null?Tg:!0;if(xr.style.display=Ut?"":"none",U){let Y=U.getStatus();jt(xr,(qt=>{var at,kt,dr,vr;return qt==="idle"?(at=ft.idleText)!=null?at:or.idle:qt==="connecting"?(kt=ft.connectingText)!=null?kt:or.connecting:qt==="connected"?(dr=ft.connectedText)!=null?dr:or.connected:qt==="error"?(vr=ft.errorText)!=null?vr:or.error:or[qt]})(Y),ft,Y)}xr.classList.remove("persona-text-left","persona-text-center","persona-text-right");let gr=ft.align==="left"?"persona-text-left":ft.align==="center"?"persona-text-center":"persona-text-right";xr.classList.add(gr)},open(){B()&&Ot(!0,"api")},close(){B()&&Ot(!1,"api")},toggle(){B()&&Ot(!O,"api")},reconnect(){U.reconnectNow()},clearChat(){Sr=!1,U.clearMessages(),Io.clear(),xn();try{localStorage.removeItem(Qa),o.debug&&console.log(`[AgentWidget] Cleared default localStorage key: ${Qa}`)}catch(m){console.error("[AgentWidget] Failed to clear default localStorage:",m)}if(o.clearChatHistoryStorageKey&&o.clearChatHistoryStorageKey!==Qa)try{localStorage.removeItem(o.clearChatHistoryStorageKey),o.debug&&console.log(`[AgentWidget] Cleared custom localStorage key: ${o.clearChatHistoryStorageKey}`)}catch(m){console.error("[AgentWidget] Failed to clear custom localStorage:",m)}let l=new CustomEvent("persona:clear-chat",{detail:{timestamp:new Date().toISOString()}});if(window.dispatchEvent(l),d!=null&&d.clear)try{let m=d.clear();m instanceof Promise&&m.catch(x=>{typeof console!="undefined"&&console.error("[AgentWidget] Failed to clear storage adapter:",x)})}catch(m){typeof console!="undefined"&&console.error("[AgentWidget] Failed to clear storage adapter:",m)}p={},A.syncFromMetadata(),j==null||j.clear(),ee==null||ee.reset(),Ee==null||Ee.update()},setMessage(l){return!xe||U.isStreaming()?!1:(!O&&B()&&Ot(!0,"system"),xe.value=l,xe.dispatchEvent(new Event("input",{bubbles:!0})),!0)},submitMessage(l){if(U.isStreaming())return!1;let m=(l==null?void 0:l.trim())||xe.value.trim();return m?(!O&&B()&&Ot(!0,"system"),xe.value="",xe.style.height="auto",U.sendMessage(m),!0):!1},startVoiceRecognition(){var m,x;return U.isStreaming()?!1:((x=(m=o.voiceRecognition)==null?void 0:m.provider)==null?void 0:x.type)==="runtype"?(U.isVoiceActive()||(!O&&B()&&Ot(!0,"system"),G.manuallyDeactivated=!1,lt(),U.toggleVoice().then(()=>{G.active=U.isVoiceActive(),tt("user"),U.isVoiceActive()&&Ma()})),!0):Bo?!0:nu()?(!O&&B()&&Ot(!0,"system"),G.manuallyDeactivated=!1,lt(),Gs("user"),!0):!1},stopVoiceRecognition(){var l,m;return((m=(l=o.voiceRecognition)==null?void 0:l.provider)==null?void 0:m.type)==="runtype"?U.isVoiceActive()?(U.toggleVoice().then(()=>{G.active=!1,G.manuallyDeactivated=!0,lt(),tt("user"),Xo()}),!0):!1:Bo?(G.manuallyDeactivated=!0,lt(),bn("user"),!0):!1},injectMessage(l){return!O&&B()&&Ot(!0,"system"),U.injectMessage(l)},injectAssistantMessage(l){!O&&B()&&Ot(!0,"system");let m=U.injectAssistantMessage(l);return Q&&(Q=!1,me&&(clearTimeout(me),me=null),setTimeout(()=>{U&&!U.isStreaming()&&U.continueConversation()},100)),m},injectUserMessage(l){return!O&&B()&&Ot(!0,"system"),U.injectUserMessage(l)},injectSystemMessage(l){return!O&&B()&&Ot(!0,"system"),U.injectSystemMessage(l)},injectMessageBatch(l){return!O&&B()&&Ot(!0,"system"),U.injectMessageBatch(l)},injectComponentDirective(l){return!O&&B()&&Ot(!0,"system"),U.injectComponentDirective(l)},injectTestMessage(l){!O&&B()&&Ot(!0,"system"),U.injectTestEvent(l)},async connectStream(l,m){return U.connectStream(l,m)},__pushEventStreamEvent(l){j&&(ee==null||ee.processEvent(l.type,l.payload),j.push({id:`evt-${Date.now()}-${Math.random().toString(36).slice(2,8)}`,type:l.type,timestamp:Date.now(),payload:JSON.stringify(l.payload)}))},showEventStream(){!ie||!j||Vo()},hideEventStream(){te&&uo()},isEventStreamVisible(){return te},showArtifacts(){so(o)&&(Sr=!1,Lo(),vt==null||vt.setMobileOpen(!0))},hideArtifacts(){so(o)&&(Sr=!0,Lo())},upsertArtifact(l){return so(o)?(Sr=!1,U.upsertArtifact(l)):null},selectArtifact(l){so(o)&&U.selectArtifact(l)},clearArtifacts(){so(o)&&U.clearArtifacts()},getArtifacts(){var l;return(l=U==null?void 0:U.getArtifacts())!=null?l:[]},getSelectedArtifactId(){var l;return(l=U==null?void 0:U.getSelectedArtifactId())!=null?l:null},focusInput(){return T&&!O&&!P()||!xe?!1:(xe.focus(),!0)},async resolveApproval(l,m,x){let R=U.getMessages().find(D=>{var V;return D.variant==="approval"&&((V=D.approval)==null?void 0:V.id)===l});if(!(R!=null&&R.approval))throw new Error(`Approval not found: ${l}`);if(R.approval.toolType==="webmcp"){U.resolveWebMcpApproval(R.id,m);return}return U.resolveApproval(R.approval,m,x)},getMessages(){return U.getMessages()},getStatus(){return U.getStatus()},getPersistentMetadata(){return{...p}},updatePersistentMetadata(l){b(l)},on(l,m){return i.on(l,m)},off(l,m){i.off(l,m)},isOpen(){return B()&&O},isVoiceActive(){return G.active},toggleReadAloud(l){U.toggleReadAloud(l)},stopReadAloud(){U.stopSpeaking()},getReadAloudState(l){return U.getReadAloudState(l)},onReadAloudChange(l){return U.onReadAloudChange(l)},getState(){return{open:B()&&O,launcherEnabled:T,voiceActive:G.active,streaming:U.isStreaming()}},showCSATFeedback(l){!O&&B()&&Ot(!0,"system");let m=Ye.querySelector(".persona-feedback-container");m&&m.remove();let x=fl({onSubmit:async(C,R)=>{var D;U.isClientTokenMode()&&await U.submitCSATFeedback(C,R),(D=l==null?void 0:l.onSubmit)==null||D.call(l,C,R)},onDismiss:l==null?void 0:l.onDismiss,...l});Ye.appendChild(x),x.scrollIntoView({behavior:"smooth",block:"end"})},showNPSFeedback(l){!O&&B()&&Ot(!0,"system");let m=Ye.querySelector(".persona-feedback-container");m&&m.remove();let x=ml({onSubmit:async(C,R)=>{var D;U.isClientTokenMode()&&await U.submitNPSFeedback(C,R),(D=l==null?void 0:l.onSubmit)==null||D.call(l,C,R)},onDismiss:l==null?void 0:l.onDismiss,...l});Ye.appendChild(x),x.scrollIntoView({behavior:"smooth",block:"end"})},async submitCSATFeedback(l,m){return U.submitCSATFeedback(l,m)},async submitNPSFeedback(l,m){return U.submitNPSFeedback(l,m)},destroy(){Gn!=null&&(clearInterval(Gn),Gn=null),it.forEach(l=>l()),fe.remove(),st==null||st.remove(),Zt==null||Zt.destroy(),ir==null||ir.remove(),Ro&&Ve.removeEventListener("click",Ro)}};if((((mf=r==null?void 0:r.debugTools)!=null?mf:!1)||!!o.debug)&&typeof window!="undefined"){let l=window.AgentWidgetBrowser,m={controller:rr,getMessages:rr.getMessages,getStatus:rr.getStatus,getMetadata:rr.getPersistentMetadata,updateMetadata:rr.updatePersistentMetadata,clearHistory:()=>rr.clearChat(),setVoiceActive:x=>x?rr.startVoiceRecognition():rr.stopVoiceRecognition()};window.AgentWidgetBrowser=m,it.push(()=>{window.AgentWidgetBrowser===m&&(window.AgentWidgetBrowser=l)})}if(typeof window!="undefined"){let l=e.getAttribute("data-persona-instance")||e.id||"persona-"+Math.random().toString(36).slice(2,8),m=q=>{let _=q.detail;(!(_!=null&&_.instanceId)||_.instanceId===l)&&rr.focusInput()};if(window.addEventListener("persona:focusInput",m),it.push(()=>{window.removeEventListener("persona:focusInput",m)}),ie){let q=ne=>{let re=ne.detail;(!(re!=null&&re.instanceId)||re.instanceId===l)&&rr.showEventStream()},_=ne=>{let re=ne.detail;(!(re!=null&&re.instanceId)||re.instanceId===l)&&rr.hideEventStream()};window.addEventListener("persona:showEventStream",q),window.addEventListener("persona:hideEventStream",_),it.push(()=>{window.removeEventListener("persona:showEventStream",q),window.removeEventListener("persona:hideEventStream",_)})}let x=q=>{let _=q.detail;(!(_!=null&&_.instanceId)||_.instanceId===l)&&rr.showArtifacts()},C=q=>{let _=q.detail;(!(_!=null&&_.instanceId)||_.instanceId===l)&&rr.hideArtifacts()},R=q=>{let _=q.detail;_!=null&&_.instanceId&&_.instanceId!==l||_!=null&&_.artifact&&rr.upsertArtifact(_.artifact)},D=q=>{let _=q.detail;_!=null&&_.instanceId&&_.instanceId!==l||typeof(_==null?void 0:_.id)=="string"&&rr.selectArtifact(_.id)},V=q=>{let _=q.detail;(!(_!=null&&_.instanceId)||_.instanceId===l)&&rr.clearArtifacts()};window.addEventListener("persona:showArtifacts",x),window.addEventListener("persona:hideArtifacts",C),window.addEventListener("persona:upsertArtifact",R),window.addEventListener("persona:selectArtifact",D),window.addEventListener("persona:clearArtifacts",V),it.push(()=>{window.removeEventListener("persona:showArtifacts",x),window.removeEventListener("persona:hideArtifacts",C),window.removeEventListener("persona:upsertArtifact",R),window.removeEventListener("persona:selectArtifact",D),window.removeEventListener("persona:clearArtifacts",V)})}let oo=N0(o.persistState);if(oo&&B()){let l=O0(oo.storage),m=`${oo.keyPrefix}widget-open`,x=`${oo.keyPrefix}widget-voice`,C=`${oo.keyPrefix}widget-voice-mode`;if(l){let R=((gf=oo.persist)==null?void 0:gf.openState)&&l.getItem(m)==="true",D=((hf=oo.persist)==null?void 0:hf.voiceState)&&l.getItem(x)==="true",V=((xf=oo.persist)==null?void 0:xf.voiceState)&&l.getItem(C)==="true";if(R&&setTimeout(()=>{rr.open(),setTimeout(()=>{var q;if(D||V)rr.startVoiceRecognition();else if((q=oo.persist)!=null&&q.focusInput){let _=e.querySelector("textarea");_&&_.focus()}},100)},0),(yf=oo.persist)!=null&&yf.openState&&(i.on("widget:opened",()=>{l.setItem(m,"true")}),i.on("widget:closed",()=>{l.setItem(m,"false")})),(bf=oo.persist)!=null&&bf.voiceState&&(i.on("voice:state",q=>{l.setItem(x,q.active?"true":"false")}),i.on("user:message",q=>{l.setItem(C,q.viaVoice?"true":"false")})),oo.clearOnChatClear){let q=()=>{l.removeItem(m),l.removeItem(x),l.removeItem(C)},_=()=>q();window.addEventListener("persona:clear-chat",_),it.push(()=>{window.removeEventListener("persona:clear-chat",_)})}}}return g&&B()&&setTimeout(()=>{rr.open()},0),Sa(),$s||Ys().then(()=>{U&&(va++,Io.clear(),os(Ye,U.getMessages(),Z))}).catch(()=>{}),rr};var _0=(e,t)=>{let r=e.trim(),o=/^(\d+(?:\.\d+)?)px$/i.exec(r);if(o)return Math.max(0,parseFloat(o[1]));let n=/^(\d+(?:\.\d+)?)%$/i.exec(r);return n?Math.max(0,t*parseFloat(n[1])/100):420},U0=(e,t)=>{if(t===!1){e.style.maxHeight="";return}e.style.maxHeight="100vh",e.style.maxHeight=t},q0=(e,t)=>{t===!1?(e.style.position="relative",e.style.top=""):(e.style.position="sticky",e.style.top="0")},V0=(e,t)=>{let r=e.parentElement;if(!r)return;let o=e.ownerDocument.createElement("div");o.style.cssText="width:0;height:1px;margin:0;padding:0;border:0;visibility:hidden;",r.appendChild(o);let n=o.offsetHeight>0;o.style.height="100%";let a=o.offsetHeight>0;o.remove(),!(!n||a)&&console.warn("[AgentWidget] Docked mode: no ancestor of the dock target provides a definite height, so the dock panel cannot size to your layout."+(t.maxHeight===!1?" The viewport guard is disabled (dock.maxHeight: false), so the panel will grow with the conversation and overflow the viewport.":` Falling back to clamping the panel to ${t.maxHeight} (configurable via launcher.dock.maxHeight).`)+" To size the panel from your layout instead, give the height chain a definite height (e.g. `html, body { height: 100% }`) down to the dock target's parent.")},Fx=(e,t)=>{var o,n;let r=(n=(o=t==null?void 0:t.launcher)==null?void 0:o.enabled)!=null?n:!0;e.className="persona-host",e.style.height=r?"":"100%",e.style.display=r?"":"flex",e.style.flexDirection=r?"":"column",e.style.flex=r?"":"1 1 auto",e.style.minHeight=r?"":"0"},kp=e=>{e.style.position="",e.style.top="",e.style.bottom="",e.style.left="",e.style.right="",e.style.zIndex="",e.style.transform="",e.style.pointerEvents=""},Nx=e=>{e.style.inset="",e.style.width="",e.style.height="",e.style.maxWidth="",e.style.maxHeight="",e.style.minWidth="",kp(e)},Mp=e=>{e.style.transition=""},Tp=e=>{e.style.display="",e.style.flexDirection="",e.style.flex="",e.style.minHeight="",e.style.minWidth="",e.style.width="",e.style.height="",e.style.alignItems="",e.style.transition="",e.style.transform="",e.style.marginLeft=""},Ep=e=>{e.style.width="",e.style.maxWidth="",e.style.minWidth="",e.style.flex="1 1 auto"},xl=(e,t)=>{e.style.width="",e.style.minWidth="",e.style.maxWidth="",e.style.boxSizing="",t.style.alignItems=""},z0=(e,t,r,o,n)=>{n?r.parentElement!==t&&(e.replaceChildren(),t.replaceChildren(r,o),e.appendChild(t)):r.parentElement===t&&(t.replaceChildren(),e.appendChild(r),e.appendChild(o))},$0=(e,t,r,o,n,a)=>{let s=a?t:e;n==="left"?s.firstElementChild!==o&&s.replaceChildren(o,r):s.lastElementChild!==o&&s.replaceChildren(r,o)},Ox=(e,t,r,o,n,a,s)=>{var h,b,k,E,A,T;let i=Kr(a),c=i.reveal==="push";z0(e,t,r,o,c),$0(e,t,r,o,i.side,c),e.dataset.personaHostLayout="docked",e.dataset.personaDockSide=i.side,e.dataset.personaDockOpen=s?"true":"false",e.style.width="100%",e.style.maxWidth="100%",e.style.minWidth="0",e.style.height="100%",e.style.minHeight="0",e.style.position="relative",r.style.display="flex",r.style.flexDirection="column",r.style.minHeight="0",r.style.position="relative",n.className="persona-host",n.style.height="100%",n.style.minHeight="0",n.style.display="flex",n.style.flexDirection="column",n.style.flex="1 1 auto";let d=e.ownerDocument.defaultView,p=(b=(h=a==null?void 0:a.launcher)==null?void 0:h.mobileFullscreen)!=null?b:!0,u=(E=(k=a==null?void 0:a.launcher)==null?void 0:k.mobileBreakpoint)!=null?E:640,g=d!=null?d.innerWidth<=u:!1;if(p&&g&&s){e.dataset.personaDockMobileFullscreen="true",e.removeAttribute("data-persona-dock-reveal"),Tp(t),Mp(o),Nx(o),Ep(r),xl(n,o),e.style.display="flex",e.style.flexDirection="column",e.style.alignItems="stretch",e.style.overflow="hidden",r.style.flex="1 1 auto",r.style.width="100%",r.style.minWidth="0",o.style.display="flex",o.style.flexDirection="column",o.style.position="fixed",o.style.inset="0",o.style.width="100%",o.style.height="100%",o.style.maxWidth="100%",o.style.minWidth="0",o.style.minHeight="0",o.style.overflow="hidden",o.style.zIndex=String((T=(A=a==null?void 0:a.launcher)==null?void 0:A.zIndex)!=null?T:wr),o.style.transform="none",o.style.transition="none",o.style.pointerEvents="auto",o.style.flex="none",c&&(t.style.display="flex",t.style.flexDirection="column",t.style.width="100%",t.style.height="100%",t.style.minHeight="0",t.style.minWidth="0",t.style.flex="1 1 auto",t.style.alignItems="stretch",t.style.transform="none",t.style.marginLeft="0",t.style.transition="none",r.style.flex="1 1 auto",r.style.width="100%",r.style.maxWidth="100%",r.style.minWidth="0");return}if(e.removeAttribute("data-persona-dock-mobile-fullscreen"),Nx(o),U0(o,i.maxHeight),i.reveal==="overlay"){e.style.display="flex",e.style.flexDirection="row",e.style.alignItems="stretch",e.style.overflow="hidden",e.dataset.personaDockReveal="overlay",Tp(t),Mp(o),Ep(r),xl(n,o);let y=i.animate?"transform 180ms ease":"none",w=i.side==="right"?"translateX(100%)":"translateX(-100%)",v=s?"translateX(0)":w;o.style.display="flex",o.style.flexDirection="column",o.style.flex="none",o.style.position="absolute",o.style.top="0",o.style.bottom="0",o.style.width=i.width,o.style.maxWidth=i.width,o.style.minWidth=i.width,o.style.minHeight="0",o.style.overflow="hidden",o.style.transition=y,o.style.transform=v,o.style.pointerEvents=s?"auto":"none",o.style.zIndex="2",i.side==="right"?(o.style.right="0",o.style.left=""):(o.style.left="0",o.style.right="")}else if(i.reveal==="push"){e.style.display="flex",e.style.flexDirection="row",e.style.alignItems="stretch",e.style.overflow="hidden",e.dataset.personaDockReveal="push",Mp(o),kp(o),xl(n,o);let y=_0(i.width,e.clientWidth),w=Math.max(0,e.clientWidth),v=i.animate?"margin-left 180ms ease":"none",M=i.side==="right"?s?-y:0:s?0:-y;t.style.display="flex",t.style.flexDirection="row",t.style.flex="0 0 auto",t.style.minHeight="0",t.style.minWidth="0",t.style.alignItems="stretch",t.style.height="100%",t.style.width=`${w+y}px`,t.style.transition=v,t.style.marginLeft=`${M}px`,t.style.transform="",r.style.flex="0 0 auto",r.style.flexGrow="0",r.style.flexShrink="0",r.style.width=`${w}px`,r.style.maxWidth=`${w}px`,r.style.minWidth=`${w}px`,o.style.display="flex",o.style.flexDirection="column",o.style.flex="0 0 auto",o.style.flexShrink="0",o.style.width=i.width,o.style.minWidth=i.width,o.style.maxWidth=i.width,o.style.position="relative",o.style.top="",o.style.overflow="hidden",o.style.transition="none",o.style.pointerEvents=s?"auto":"none"}else{e.style.display="flex",e.style.flexDirection="row",e.style.alignItems="stretch",e.style.overflow="",Tp(t),kp(o),Ep(r),xl(n,o);let y=i.reveal==="emerge";y?e.dataset.personaDockReveal="emerge":e.removeAttribute("data-persona-dock-reveal");let w=s?i.width:"0px",v=i.animate?"width 180ms ease, min-width 180ms ease, max-width 180ms ease, flex-basis 180ms ease":"none",M=!s;o.style.display="flex",o.style.flexDirection="column",o.style.flex=`0 0 ${w}`,o.style.width=w,o.style.maxWidth=w,o.style.minWidth=w,o.style.minHeight="0",q0(o,i.maxHeight),o.style.overflow=y||M?"hidden":"visible",o.style.transition=v,y&&(o.style.alignItems=i.side==="right"?"flex-start":"flex-end",n.style.width=i.width,n.style.minWidth=i.width,n.style.maxWidth=i.width,n.style.boxSizing="border-box")}},j0=(e,t)=>{let r=e.ownerDocument.createElement("div");return Fx(r,t),e.appendChild(r),{mode:"direct",host:r,shell:null,syncWidgetState:()=>{},updateConfig(o){Fx(r,o)},destroy(){r.remove()}}},G0=(e,t)=>{var T,y,w,v;let{ownerDocument:r}=e,o=e.parentElement;if(!o)throw new Error("Docked widget target must be attached to the DOM");let n=e.tagName.toUpperCase();if(n==="BODY"||n==="HTML")throw new Error('Docked widget target must be a concrete container element, not "body" or "html"');let a=e.nextSibling,s=r.createElement("div"),i=r.createElement("div"),c=r.createElement("div"),d=r.createElement("aside"),p=r.createElement("div"),u=(y=(T=t==null?void 0:t.launcher)==null?void 0:T.enabled)==null||y?(v=(w=t==null?void 0:t.launcher)==null?void 0:w.autoExpand)!=null?v:!1:!0;i.dataset.personaDockRole="push-track",c.dataset.personaDockRole="content",d.dataset.personaDockRole="panel",p.dataset.personaDockRole="host",d.appendChild(p),o.insertBefore(s,e),c.appendChild(e);let g=null,f=()=>{g==null||g.disconnect(),g=null},h=()=>{f(),Kr(t).reveal==="push"&&typeof ResizeObserver!="undefined"&&(g=new ResizeObserver(()=>{Ox(s,i,c,d,p,t,u)}),g.observe(s))},b=!1,k=()=>{Ox(s,i,c,d,p,t,u),h(),u&&!b&&s.dataset.personaDockMobileFullscreen!=="true"&&(b=!0,V0(s,Kr(t)))},E=s.ownerDocument.defaultView,A=()=>{k()};return E==null||E.addEventListener("resize",A),Kr(t).reveal==="push"?(i.appendChild(c),i.appendChild(d),s.appendChild(i)):(s.appendChild(c),s.appendChild(d)),k(),{mode:"docked",host:p,shell:s,syncWidgetState(M){let H=M.launcherEnabled?M.open:!0;u!==H&&(u=H,k())},updateConfig(M){var H,I;t=M,((I=(H=t==null?void 0:t.launcher)==null?void 0:H.enabled)!=null?I:!0)===!1&&(u=!0),k()},destroy(){E==null||E.removeEventListener("resize",A),f(),o.isConnected&&(a&&a.parentNode===o?o.insertBefore(e,a):o.appendChild(e)),s.remove()}}},Vs=(e,t)=>nr(t)?G0(e,t):j0(e,t);var Lp={},K0=e=>{if(typeof window=="undefined"||typeof document=="undefined")throw new Error("Chat widget can only be mounted in a browser environment");if(typeof e=="string"){let t=document.querySelector(e);if(!t)throw new Error(`Chat widget target "${e}" was not found`);return t}return e},X0=()=>{try{if(typeof Lp!="undefined"&&Lp.url)return new URL("../widget.css",Lp.url).href}catch{}return null},_x=(e,t)=>{let r=X0(),o=()=>{if(!(e instanceof ShadowRoot)||e.querySelector("link[data-persona]"))return;let n=t.head.querySelector("link[data-persona]");if(!n)return;let a=n.cloneNode(!0);e.insertBefore(a,e.firstChild)};if(e instanceof ShadowRoot)if(r){let n=t.createElement("link");n.rel="stylesheet",n.href=r,n.setAttribute("data-persona","true"),e.insertBefore(n,e.firstChild)}else o();else if(!t.head.querySelector("link[data-persona]")&&r){let a=t.createElement("link");a.rel="stylesheet",a.href=r,a.setAttribute("data-persona","true"),t.head.appendChild(a)}},Ux=e=>{var k;let t=K0(e.target),r=e.useShadowDom===!0,o=t.ownerDocument,n=e.config,a=Vs(t,n),s,i=[],c=(E,A)=>{var v,M;let y=!((M=(v=A==null?void 0:A.launcher)==null?void 0:v.enabled)!=null?M:!0)||nr(A),w=o.createElement("div");if(w.setAttribute("data-persona-root","true"),y&&(w.style.height="100%",w.style.display="flex",w.style.flexDirection="column",w.style.flex="1",w.style.minHeight="0"),r){let H=E.attachShadow({mode:"open"});H.appendChild(w),_x(H,o)}else E.appendChild(w),_x(E,o);return t.id&&w.setAttribute("data-persona-instance",t.id),w},d=()=>{a.syncWidgetState(s.getState())},p=()=>{i.forEach(E=>E()),i=[s.on("widget:opened",d),s.on("widget:closed",d)],d()},u=()=>{let E=c(a.host,n);s=hl(E,n,{debugTools:e.debugTools}),p()},g=()=>{i.forEach(E=>E()),i=[],s.destroy()};u(),(k=e.onChatReady)==null||k.call(e);let f=E=>{g(),a.destroy(),a=Vs(t,E),n=E,u()},h={update(E){var M,H,I,P,B,O;let A={...n,...E,launcher:{...(M=n==null?void 0:n.launcher)!=null?M:{},...(H=E==null?void 0:E.launcher)!=null?H:{},dock:{...(P=(I=n==null?void 0:n.launcher)==null?void 0:I.dock)!=null?P:{},...(O=(B=E==null?void 0:E.launcher)==null?void 0:B.dock)!=null?O:{}}}},T=nr(n),y=nr(A),w=Fn(n),v=Fn(A);if(T!==y||w!==v){f(A);return}n=A,a.updateConfig(n),s.update(E),d()},destroy(){g(),a.destroy(),e.windowKey&&typeof window!="undefined"&&delete window[e.windowKey]}},b=new Proxy(h,{get(E,A,T){if(A==="host")return a.host;if(A in E)return Reflect.get(E,A,T);let y=s[A];return typeof y=="function"?y.bind(s):y}});return e.windowKey&&typeof window!="undefined"&&(window[e.windowKey]=b),b};var jx=new Set(["script","style","noscript","svg","path","meta","link","br","hr"]),Q0=new Set(["button","a","input","select","textarea","details","summary"]),J0=new Set(["button","link","menuitem","tab","option","switch","checkbox","radio","combobox","listbox","slider","spinbutton","textbox"]),Pp=/\b(product|card|item|listing|result)\b/i,Ip=/\$[\d,]+(?:\.\d{2})?|€[\d,]+(?:\.\d{2})?|£[\d,]+(?:\.\d{2})?|USD\s*[\d,]+(?:\.\d{2})?/i,Y0=3e3,Z0=100;function Gx(e){let t=typeof e.className=="string"?e.className:"";if(Pp.test(t)||e.id&&Pp.test(e.id))return!0;for(let r=0;r<e.attributes.length;r++){let o=e.attributes[r];if(o.name.startsWith("data-")&&Pp.test(o.value))return!0}return!1}function Kx(e){var t;return Ip.test(((t=e.textContent)!=null?t:"").trim())}function Xx(e){var r;let t=e.querySelectorAll("a[href]");for(let o=0;o<t.length;o++){let n=(r=t[o].getAttribute("href"))!=null?r:"";if(n&&n!=="#"&&!n.toLowerCase().startsWith("javascript:"))return!0}return!1}function ew(e){return!!e.querySelector('button, [role="button"], input[type="submit"], input[type="button"]')}function qx(e){let t=e.match(Ip);return t?t[0]:null}function Vx(e){var o,n,a;let t=(o=e.querySelector(".product-title a, h1 a, h2 a, h3 a, h4 a, .title a, a[href]"))!=null?o:e.querySelector("a[href]");if(t&&((n=t.textContent)!=null&&n.trim())){let s=t.getAttribute("href");return{title:t.textContent.trim(),href:s&&s!=="#"?s:null}}let r=e.querySelector("h1, h2, h3, h4, h5, h6");return(a=r==null?void 0:r.textContent)!=null&&a.trim()?{title:r.textContent.trim(),href:null}:{title:"",href:null}}function tw(e){let t=[],r=o=>{let n=o.trim();n&&!t.includes(n)&&t.push(n)};return e.querySelectorAll("button").forEach(o=>{var n;return r((n=o.textContent)!=null?n:"")}),e.querySelectorAll('[role="button"]').forEach(o=>{var n;return r((n=o.textContent)!=null?n:"")}),e.querySelectorAll('input[type="submit"], input[type="button"]').forEach(o=>{var n;r((n=o.value)!=null?n:"")}),t.slice(0,6)}var rw="commerce-card",ow="result-card";function zx(e){return!Gx(e)||!Kx(e)||!Xx(e)&&!ew(e)?0:5200}function $x(e){var o;return!Gx(e)||Kx(e)||!Xx(e)||((o=e.textContent)!=null?o:"").trim().length<20||!(!!e.querySelector("h1, h2, h3, h4, h5, h6, .title")||!!e.querySelector(".snippet, .description, p"))?0:2800}var Hp=[{id:rw,scoreElement(e){return zx(e)},shouldSuppressDescendant(e,t,r){if(t===e||!e.contains(t))return!1;if(r.interactivity==="static"){let o=r.text.trim();return!!(o.length===0||Ip.test(o)&&o.length<32)}return!0},formatSummary(e,t){var c,d,p;if(zx(e)===0)return null;let{title:r,href:o}=Vx(e),n=(p=(d=qx(((c=e.textContent)!=null?c:"").trim()))!=null?d:qx(t.text))!=null?p:"",a=tw(e);return[o&&r?`[${r}](${o})${n?`: ${n}`:""}`:r?`${r}${n?`: ${n}`:""}`:n||t.text.trim().slice(0,120),`selector: ${t.selector}`,a.length?`actions: ${a.join(", ")}`:""].filter(Boolean).join(`
113
- `)}},{id:ow,scoreElement(e){return $x(e)},formatSummary(e,t){if($x(e)===0)return null;let{title:r,href:o}=Vx(e);return[o&&r?`[${r}](${o})`:r||t.text.trim().slice(0,120),`selector: ${t.selector}`].filter(Boolean).join(`
114
- `)}}];function nw(){typeof console!="undefined"&&typeof console.warn=="function"&&console.warn('[persona] collectEnrichedPageContext: options.mode is "simple" but `rules` were provided; rules are ignored.')}function aw(e){var p,u,g,f,h,b,k,E,A,T,y,w,v;let t=(p=e.options)!=null?p:{},r=(g=(u=t.maxElements)!=null?u:e.maxElements)!=null?g:80,o=(h=(f=t.excludeSelector)!=null?f:e.excludeSelector)!=null?h:".persona-host",n=(k=(b=t.maxTextLength)!=null?b:e.maxTextLength)!=null?k:200,a=(A=(E=t.visibleOnly)!=null?E:e.visibleOnly)!=null?A:!0,s=(T=t.root)!=null?T:e.root,i=(y=t.mode)!=null?y:"structured",c=(w=t.maxCandidates)!=null?w:Math.max(500,r*10),d=(v=e.rules)!=null?v:Hp;return i==="simple"&&e.rules&&e.rules.length>0?(nw(),d=[]):i==="simple"&&(d=[]),{mode:i,maxElements:r,maxCandidates:c,excludeSelector:o,maxTextLength:n,visibleOnly:a,root:s,rules:d}}function Rp(e){return typeof CSS!="undefined"&&typeof CSS.escape=="function"?CSS.escape(e):e.replace(/([^\w-])/g,"\\$1")}var sw=["data-testid","data-product","data-action","data-id","data-name","data-type"];function iw(e){let t=e.tagName.toLowerCase(),r=e.getAttribute("role");return t==="a"&&e.hasAttribute("href")?"navigable":t==="input"||t==="select"||t==="textarea"||r==="textbox"||r==="combobox"||r==="listbox"||r==="spinbutton"?"input":t==="button"||r==="button"||Q0.has(t)||r&&J0.has(r)||e.hasAttribute("tabindex")||e.hasAttribute("onclick")||e.getAttribute("contenteditable")==="true"?"clickable":"static"}function Qx(e){if(e.hidden)return!1;try{let t=getComputedStyle(e);if(t.display==="none"||t.visibility==="hidden")return!1}catch{}return!(e.style.display==="none"||e.style.visibility==="hidden")}function lw(e){let t={},r=e.id;r&&(t.id=r);let o=e.getAttribute("href");o&&(t.href=o);let n=e.getAttribute("aria-label");n&&(t["aria-label"]=n);let a=e.getAttribute("type");a&&(t.type=a);let s=e.getAttribute("value");s&&(t.value=s);let i=e.getAttribute("name");i&&(t.name=i);let c=e.getAttribute("role");c&&(t.role=c);for(let d=0;d<e.attributes.length;d++){let p=e.attributes[d];p.name.startsWith("data-")&&(t[p.name]=p.value)}return t}function Wp(e){let t=e.tagName.toLowerCase();if(e.id){let n=`#${Rp(e.id)}`;try{if(e.ownerDocument.querySelectorAll(n).length===1)return n}catch{}}for(let n of sw){let a=e.getAttribute(n);if(a){let s=`${t}[${n}="${Rp(a)}"]`;try{if(e.ownerDocument.querySelectorAll(s).length===1)return s}catch{}}}let r=Array.from(e.classList).filter(n=>n&&!n.startsWith("persona-")).slice(0,3);if(r.length>0){let n=`${t}.${r.map(s=>Rp(s)).join(".")}`;try{if(e.ownerDocument.querySelectorAll(n).length===1)return n}catch{}let a=e.parentElement;if(a){let i=Array.from(a.querySelectorAll(`:scope > ${t}`)).indexOf(e);if(i>=0){let c=`${n}:nth-of-type(${i+1})`;try{if(e.ownerDocument.querySelectorAll(c).length===1)return c}catch{}}}}let o=e.parentElement;if(o){let a=Array.from(o.querySelectorAll(`:scope > ${t}`)).indexOf(e);if(a>=0)return`${t}:nth-of-type(${a+1})`}return t}function dw(e){return e==="static"?Z0:Y0}function Jx(e,t){var n;let r=e.tagName.toLowerCase(),o=((n=e.textContent)!=null?n:"").trim().substring(0,t);return{selector:Wp(e),tagName:r,text:o,role:e.getAttribute("role"),interactivity:iw(e),attributes:lw(e)}}function cw(e,t,r,o){let n=dw(t.interactivity),a=null;for(let s of r){let i=s.scoreElement(e,t,o);i>0&&(n+=i,s.formatSummary&&!a&&(a=s))}return{score:n,formattingRule:a}}function pw(e,t){var r;for(let o of e)if(t.el!==o.el&&(r=o.formattingRule)!=null&&r.shouldSuppressDescendant&&o.el.contains(t.el)&&o.formattingRule.shouldSuppressDescendant(o.el,t.el,t.enriched))return!0;return!1}function uw(e,t){let r={doc:t.ownerDocument,maxTextLength:e.maxTextLength},o=new Set,n=[],a=0,s=document.createTreeWalker(t,NodeFilter.SHOW_ELEMENT,null),i=s.currentNode;for(;i&&n.length<e.maxCandidates;){if(i.nodeType===Node.ELEMENT_NODE){let d=i,p=d.tagName.toLowerCase();if(jx.has(p)){i=s.nextNode();continue}if(e.excludeSelector)try{if(d.closest(e.excludeSelector)){i=s.nextNode();continue}}catch{}if(e.visibleOnly&&!Qx(d)){i=s.nextNode();continue}let u=Jx(d,e.maxTextLength),g=u.text.length>0,f=Object.keys(u.attributes).length>0&&!Object.keys(u.attributes).every(k=>k==="role");if(!g&&!f){i=s.nextNode();continue}if(o.has(u.selector)){i=s.nextNode();continue}o.add(u.selector);let{score:h,formattingRule:b}=cw(d,u,e.rules,r);n.push({el:d,domIndex:a,enriched:u,score:h,formattingRule:b}),a+=1}i=s.nextNode()}n.sort((d,p)=>{let u=d.enriched.interactivity==="static"?1:0,g=p.enriched.interactivity==="static"?1:0;return u!==g?u-g:p.score!==d.score?p.score-d.score:d.domIndex-p.domIndex});let c=[];for(let d of n){if(c.length>=e.maxElements)break;pw(c,d)||c.push(d)}return c.sort((d,p)=>{let u=d.enriched.interactivity==="static"?1:0,g=p.enriched.interactivity==="static"?1:0;return u!==g?u-g:u===1&&p.score!==d.score?p.score-d.score:d.domIndex-p.domIndex}),c.map(d=>{var g;let p;if((g=d.formattingRule)!=null&&g.formatSummary){let f=d.formattingRule.formatSummary(d.el,d.enriched,r);f&&(p=f)}let u={...d.enriched};return p&&(u.formattedSummary=p),u})}function fw(e,t){let r=[],o=new Set,n=document.createTreeWalker(t,NodeFilter.SHOW_ELEMENT,null),a=n.currentNode;for(;a&&r.length<e.maxElements;){if(a.nodeType===Node.ELEMENT_NODE){let c=a,d=c.tagName.toLowerCase();if(jx.has(d)){a=n.nextNode();continue}if(e.excludeSelector)try{if(c.closest(e.excludeSelector)){a=n.nextNode();continue}}catch{}if(e.visibleOnly&&!Qx(c)){a=n.nextNode();continue}let p=Jx(c,e.maxTextLength),u=p.text.length>0,g=Object.keys(p.attributes).length>0&&!Object.keys(p.attributes).every(f=>f==="role");if(!u&&!g){a=n.nextNode();continue}o.has(p.selector)||(o.add(p.selector),r.push(p))}a=n.nextNode()}let s=[],i=[];for(let c of r)c.interactivity!=="static"?s.push(c):i.push(c);return[...s,...i].slice(0,e.maxElements)}function Yx(e={}){var o;let t=aw(e),r=(o=t.root)!=null?o:document.body;return r?t.mode==="simple"?fw(t,r):uw(t,r):[]}var yl=100;function Zx(e,t={}){var a;if(e.length===0)return"No page elements found.";let r=(a=t.mode)!=null?a:"structured",o=[];if(r==="structured"){let s=e.map(i=>i.formattedSummary).filter(i=>!!i&&i.length>0);s.length>0&&o.push(`Structured summaries:
112
+ `}if(!b&&!l){let Dt="max-height: -moz-available !important; max-height: stretch !important;",Bt=f?"":"padding-top: 1.25em !important;",$t=f?"":`z-index: ${(Ze=(ta=o.launcher)==null?void 0:ta.zIndex)!=null?Ze:Sr} !important;`;fe.style.cssText+=Dt+Bt+$t}Xe()};gn(),Bn(e,o),pl(e,o),ul(e,o);let it=[];it.push(()=>{document.removeEventListener("keydown",$o)}),it.push(()=>{po!==null&&clearTimeout(po)});let nr=null,ar=null;it.push(()=>{nr==null||nr(),nr=null,ar==null||ar(),ar=null}),Or&&it.push(()=>{Or==null||Or.disconnect(),Or=null}),it.push(()=>{eo==null||eo(),eo=null,va(),Nt&&(Nt.remove(),Nt=null),vt==null||vt.element.style.removeProperty("width"),vt==null||vt.element.style.removeProperty("maxWidth")}),ie&&it.push(()=>{le!==null&&(cancelAnimationFrame(le),le=null),Ee==null||Ee.destroy(),Ee=null,j==null||j.destroy(),j=null,Te=null});let Lo=null,ns=()=>{Lo&&(Lo(),Lo=null),o.colorScheme==="auto"&&(Lo=qi(()=>{Bn(e,o)}))};ns(),it.push(()=>{Lo&&(Lo(),Lo=null)}),it.push(s);let Go=(bf=o.features)==null?void 0:bf.streamAnimation;if(Go!=null&&Go.type&&Go.type!=="none"){let l=ja(Go.type,Go.plugins);l&&(Ji(l,e),it.push(()=>ix(e)))}let jn=Ex(Vt),Po=null,q,wa=l=>{var b,P;if(!q)return;let f=l!=null?l:q.getMessages(),x=((P=(b=o.features)==null?void 0:b.suggestReplies)==null?void 0:P.enabled)!==!1?fi(f):null;x?jn.render(x,q,xe,f,o.suggestionChipsConfig,{agentPushed:!0}):f.some(B=>B.role==="user")?jn.render([],q,xe,f):jn.render(o.suggestionChips,q,xe,f,o.suggestionChipsConfig)},to=!1,Ro=Yh(),Ko=new Map,Io=new Map,fo=new Map,Ca=0,Xs=na()!==null,vr=$i(),Tr=0,mo=null,Er=!1,Gn=!1,go=0,wr=null,Wo=null,Sa=!1,Kn=!1,Aa=null,hn=!0,xn=!1,rt=null,L=4,$=24,z=80,K=new Map,G={active:!1,manuallyDeactivated:!1,lastUserMessageWasVoice:!1,lastUserMessageId:null},De=(wf=(vf=o.voiceRecognition)==null?void 0:vf.autoResume)!=null?wf:!1,tt=l=>{i.emit("voice:state",{active:G.active,source:l,timestamp:Date.now()})},lt=()=>{y(l=>({...l,voiceState:{active:G.active,timestamp:Date.now(),manuallyDeactivated:G.manuallyDeactivated}}))},Sl=()=>{var b,P;if(((b=o.voiceRecognition)==null?void 0:b.enabled)===!1)return;let l=Ip(p.voiceState),f=!!l.active,x=Number((P=l.timestamp)!=null?P:0);G.manuallyDeactivated=!!l.manuallyDeactivated,f&&Date.now()-x<Q0&&setTimeout(()=>{var B,V;G.active||(G.manuallyDeactivated=!1,((V=(B=o.voiceRecognition)==null?void 0:B.provider)==null?void 0:V.type)==="runtype"?q.toggleVoice().then(()=>{G.active=q.isVoiceActive(),tt("restore"),q.isVoiceActive()&&ka()}):Ys("restore"))},1e3)},yn=()=>q?jx(q.getMessages()).filter(l=>!l.__skipPersist):[],kr=null,ur=(l,f)=>{typeof console!="undefined"&&console.error(l,f)},Xo=(l,f)=>{let x=()=>{try{let V=l();return!V||typeof V.then!="function"?null:Promise.resolve(V).catch(U=>{ur(f,U)})}catch(V){return ur(f,V),null}},b=kr,P=b?b.then(()=>{var V;return(V=x())!=null?V:void 0}):x();if(!P)return;let B=P.finally(()=>{kr===B&&(kr=null)});kr=B};function Ho(l){if(!(d!=null&&d.save))return;let x={messages:l?jx(l):q?yn():[],metadata:p,artifacts:_r.artifacts,selectedArtifactId:_r.selectedId};Xo(()=>d.save(x),"[AgentWidget] Failed to persist state:")}let sr=null,Lr=()=>fe.querySelector("#persona-scroll-container")||ve,gr=()=>{sr!==null&&(cancelAnimationFrame(sr),sr=null),Er=!1},Xp=()=>{mo!==null&&(cancelAnimationFrame(mo),mo=null),Gn=!1,gr()},Ry=()=>to&&Ml()&&(Ft()!=="anchor-top"||lo()),Al=()=>{let l=bt()||"Jump to latest",f=Ry();zt.toggleAttribute("data-persona-scroll-to-bottom-streaming",f),go>0?(Fr.textContent=String(go),Fr.style.display="",zt.setAttribute("aria-label",`${l} (${go} new)`)):(Fr.textContent="",Fr.style.display="none",zt.setAttribute("aria-label",f?`${l} (response streaming below)`:l))},Qp=()=>{go!==0&&(go=0,Al())},Ml=()=>er()?!vr.isFollowing():!Dn(ve,$),qr=()=>{if(!Qt()||te){zt.parentNode&&zt.remove(),zt.style.display="none";return}zt.parentNode!==Ce&&Ce.appendChild(zt),Qr();let f=Oo(ve)>0&&Ml();f?Al():Qp(),zt.style.display=f?"":"none"},as=()=>{vr.pause()&&(Xp(),qr())},bn=()=>{vr.resume(),Qp(),qr()},vn=(l=!1)=>{er()&&vr.isFollowing()&&(!l&&!to||(mo!==null&&(cancelAnimationFrame(mo),mo=null),Gn=!0,mo=requestAnimationFrame(()=>{mo=null,Gn=!1,vr.isFollowing()&&Iy(Lr(),l?220:140)})))},Jp=(l,f,x,b=()=>!0)=>{let P=l.scrollTop,B=f(),V=B-P;if(gr(),Math.abs(V)<1){Er=!0,l.scrollTop=B,Tr=l.scrollTop,Er=!1;return}let U=performance.now();Er=!0;let _=re=>1-Math.pow(1-re,3),ne=re=>{if(!b()){gr();return}let J=f();J!==B&&(B=J,V=B-P);let be=re-U,Fe=Math.min(be/x,1),Ne=_(Fe),Ue=P+V*Ne;l.scrollTop=Ue,Tr=l.scrollTop,Fe<1?sr=requestAnimationFrame(ne):(l.scrollTop=B,Tr=l.scrollTop,sr=null,Er=!1)};sr=requestAnimationFrame(ne)},Iy=(l,f=500)=>{let x=Oo(l)-l.scrollTop;if(Math.abs(x)<1){Tr=l.scrollTop;return}if(Math.abs(x)>=z){gr(),Er=!0,l.scrollTop=Oo(l),Tr=l.scrollTop,Er=!1;return}Jp(l,()=>Oo(l),f,()=>vr.isFollowing())},Yp=()=>{let l=Lr();Er=!0,l.scrollTop=Oo(l),Tr=l.scrollTop,Er=!1,qr()},Zp=l=>{let f=0,x=l;for(;x&&x!==ve;)f+=x.offsetTop,x=x.offsetParent;return f},eu=()=>{var B;if(Uo()!=="last-user-turn")return!1;let l=(B=q==null?void 0:q.getMessages())!=null?B:[];if(l.length<2)return!1;let f=[...l].reverse().find(V=>V.role==="user");if(!f)return!1;let x=typeof CSS!="undefined"&&typeof CSS.escape=="function"?CSS.escape(f.id):f.id.replace(/\\/g,"\\\\").replace(/"/g,'\\"'),b=ve.querySelector(`[data-message-id="${x}"]`);if(!b)return!1;let P=Math.min(Math.max(0,Zp(b)-So()),Oo(ve));return Er=!0,ve.scrollTop=P,Tr=ve.scrollTop,Er=!1,Ft()==="follow"&&!Dn(ve,$)&&vr.pause(),qr(),!0},tu=l=>{Wr.style.height=`${Math.max(0,Math.round(l))}px`,wr&&(wr.spacerHeight=Math.max(0,l))},ss=()=>{Wo!==null&&(cancelAnimationFrame(Wo),Wo=null),gr(),wr=null,Wr.style.height="0px"},Wy=l=>{Wo!==null&&cancelAnimationFrame(Wo),Wo=requestAnimationFrame(()=>{var _;Wo=null;let f=typeof CSS!="undefined"&&typeof CSS.escape=="function"?CSS.escape(l):l.replace(/\\/g,"\\\\").replace(/"/g,'\\"'),x=ve.querySelector(`[data-message-id="${f}"]`);if(!x)return;let b=Zp(x),P=(_=wr==null?void 0:wr.spacerHeight)!=null?_:0,B=ve.scrollHeight-P,{targetScrollTop:V,spacerHeight:U}=ox({anchorOffsetTop:b,topOffset:So(),viewportHeight:ve.clientHeight,contentHeight:B});wr={initialSpacerHeight:U,contentHeightAtAnchor:B,spacerHeight:U},tu(U),Jp(ve,()=>V,220)})},Hy=()=>{if(er()){if(!vr.isFollowing()||Dn(ve,1))return;vn(!to);return}if(wr&&wr.initialSpacerHeight>0){let l=ve.scrollHeight-wr.spacerHeight,f=nx({initialSpacerHeight:wr.initialSpacerHeight,contentHeightAtAnchor:wr.contentHeightAtAnchor,currentContentHeight:l});f!==wr.spacerHeight&&tu(f)}qr()},By=l=>{let f=Ft();f==="follow"?(bn(),vn(!0)):f==="anchor-top"&&(hn=!1,xn=!0,Wy(l))},Dy=()=>{if(Ft()==="anchor-top"){if(xn){hn=!1;return}hn=!0,ss(),bn(),vn(!0)}},Fy=l=>{let f=new Map;l.forEach(x=>{let b=K.get(x.id);f.set(x.id,{streaming:x.streaming,role:x.role}),!b&&x.role==="assistant"&&(i.emit("assistant:message",x),!Kn&&(Ft()!=="anchor-top"||lo())&&Ml()&&(go+=1,Al(),qr(),ln(go===1?"1 new message below.":`${go} new messages below.`))),x.role==="assistant"&&(b!=null&&b.streaming)&&x.streaming===!1&&i.emit("assistant:complete",x),x.variant==="approval"&&x.approval&&(b?x.approval.status!=="pending"&&i.emit("approval:resolved",{approval:x.approval,decision:x.approval.status}):i.emit("approval:requested",{approval:x.approval,message:x}))}),K.clear(),f.forEach((x,b)=>{K.set(b,x)})},Ny=(l,f,x)=>{var ot,We,Pe,$e,Xe,xt;let b=document.createElement("div"),B=(()=>{var Be;let F=n.find(Re=>Re.renderLoadingIndicator);if(F!=null&&F.renderLoadingIndicator)return F.renderLoadingIndicator;if((Be=o.loadingIndicator)!=null&&Be.render)return o.loadingIndicator.render})(),V=(F,Be)=>Be==null?!1:typeof Be=="string"?(F.textContent=Be,!0):(F.appendChild(Be),!0),U=new Set,_=new Set,ne=n.some(F=>F.renderAskUserQuestion),re=[],J=[],be=o.enableComponentStreaming!==!1,Fe=o.approval!==!1,Ne=[];if(f.forEach(F=>{var hr,Vr,Ge,Rt,zr,Qn,Jn,Yn,Zn,Pa,Ra,Xt,ea,Sn,An,Zo,ta;U.add(F.id);let Be=ne&&en(F),Re=Fe&&F.variant==="approval"&&!!F.approval,Je=!Be&&F.role==="assistant"&&!F.variant&&be&&js(F);if(!Re&&fo.has(F.id)){let Ze=l.querySelector(`#wrapper-${F.id}`);Ze==null||Ze.removeAttribute("data-preserve-runtime"),fo.delete(F.id)}if(!Je&&Io.has(F.id)){let Ze=l.querySelector(`#wrapper-${F.id}`);Ze==null||Ze.removeAttribute("data-preserve-runtime"),Io.delete(F.id)}let Pt=en(F)?`:${(hr=F.agentMetadata)!=null&&hr.askUserQuestionAnswered?"a":"u"}:${(Vr=F.agentMetadata)!=null&&Vr.askUserQuestionAnswers?Object.keys(F.agentMetadata.askUserQuestionAnswers).length:0}`:"",Oe=Jh(F,Ca)+Pt,Gt=Be||Re||Je?null:Zh(Ro,F.id,Oe);if(Gt){b.appendChild(Gt.cloneNode(!0)),en(F)&&((Ge=F.toolCall)!=null&&Ge.id)&&((Rt=F.agentMetadata)==null?void 0:Rt.awaitingLocalTool)===!0&&!((zr=F.agentMetadata)!=null&&zr.askUserQuestionAnswered)&&(_.add(F.toolCall.id),Na(F,o,je.composerOverlay));return}let wt=null,lr=n.find(Ze=>!!(F.variant==="reasoning"&&Ze.renderReasoning||F.variant==="tool"&&Ze.renderToolCall||!F.variant&&Ze.renderMessage)),Br=(Qn=o.layout)==null?void 0:Qn.messages;if(en(F)&&((Jn=F.agentMetadata)==null?void 0:Jn.askUserQuestionAnswered)===!0){Ko.delete(F.id);let Ze=l.querySelector(`#wrapper-${F.id}`);Ze==null||Ze.removeAttribute("data-preserve-runtime");return}if(Ss(F)&&((Zn=(Yn=o.features)==null?void 0:Yn.suggestReplies)==null?void 0:Zn.enabled)!==!1)return;if(en(F)&&((Ra=(Pa=o.features)==null?void 0:Pa.askUserQuestion)==null?void 0:Ra.enabled)!==!1){let Ze=n.find(Dt=>typeof Dt.renderAskUserQuestion=="function");if(Ze&&At.current){let Dt=Ko.get(F.id),Bt=Dt!==Oe,$t=null;if(Bt){let{payload:Ut,complete:xr}=tn(F),$r=F.id,Do=()=>{var fr;return(fr=At.current)==null?void 0:fr.getMessages().find(mr=>mr.id===$r)};$t=Ze.renderAskUserQuestion({message:F,payload:Ut,complete:xr,resolve:fr=>{var no;let mr=Do();mr&&((no=At.current)==null||no.resolveAskUserQuestion(mr,fr))},dismiss:()=>{var mr,no,Mn;let fr=Do();(mr=fr==null?void 0:fr.agentMetadata)!=null&&mr.awaitingLocalTool&&((no=At.current)==null||no.markAskUserQuestionResolved(fr),(Mn=At.current)==null||Mn.resolveAskUserQuestion(fr,"(dismissed)"))},config:o})}let _t=Dt!=null;if(Bt&&$t===null&&!_t){((Xt=F.agentMetadata)==null?void 0:Xt.awaitingLocalTool)===!0&&!((ea=F.agentMetadata)!=null&&ea.askUserQuestionAnswered)&&(_.add(F.toolCall.id),Na(F,o,je.composerOverlay));return}let ft=document.createElement("div");ft.className="persona-flex",ft.id=`wrapper-${F.id}`,ft.setAttribute("data-wrapper-id",F.id),ft.setAttribute("data-ask-plugin-stub","true"),ft.setAttribute("data-preserve-runtime","true"),b.appendChild(ft),re.push({messageId:F.id,fingerprint:Oe,bubble:$t});return}else{((Sn=F.agentMetadata)==null?void 0:Sn.awaitingLocalTool)===!0&&!((An=F.agentMetadata)!=null&&An.askUserQuestionAnswered)&&(_.add(F.toolCall.id),Na(F,o,je.composerOverlay));return}}else if(Re){let Ze=(Zo=n.find(_t=>typeof _t.renderApproval=="function"))!=null?Zo:a,Bt=fo.get(F.id)!==Oe,$t=null;if(Bt&&(Ze!=null&&Ze.renderApproval)){let _t=F.id,ft=(Ut,xr)=>{var Do,fr,mr;let $r=(Do=At.current)==null?void 0:Do.getMessages().find(no=>no.id===_t);$r!=null&&$r.approval&&($r.approval.toolType==="webmcp"?(fr=At.current)==null||fr.resolveWebMcpApproval($r.id,Ut):(mr=At.current)==null||mr.resolveApproval($r.approval,Ut,xr))};$t=Ze.renderApproval({message:F,defaultRenderer:()=>dl(F,o),config:o,approve:Ut=>ft("approved",Ut),deny:Ut=>ft("denied",Ut)})}if(Bt&&$t===null){let _t=l.querySelector(`#wrapper-${F.id}`);_t==null||_t.removeAttribute("data-preserve-runtime"),fo.delete(F.id),wt=dl(F,o)}else{let _t=document.createElement("div");_t.className="persona-flex",_t.id=`wrapper-${F.id}`,_t.setAttribute("data-wrapper-id",F.id),_t.setAttribute("data-approval-plugin-stub","true"),_t.setAttribute("data-preserve-runtime","true"),b.appendChild(_t),Ne.push({messageId:F.id,fingerprint:Oe,bubble:$t});return}}else if(lr)if(F.variant==="reasoning"&&F.reasoning&&lr.renderReasoning){if(!Le)return;wt=lr.renderReasoning({message:F,defaultRenderer:()=>Cp(F,o),config:o})}else if(F.variant==="tool"&&F.toolCall&&lr.renderToolCall){if(!He)return;wt=lr.renderToolCall({message:F,defaultRenderer:()=>Ap(F,o),config:o})}else lr.renderMessage&&(wt=lr.renderMessage({message:F,defaultRenderer:()=>{let Ze=Xa(F,x,Br,o.messageActions,nt,{loadingIndicatorRenderer:B,widgetConfig:o});return F.role!=="user"&&Lp(Ze,F,o,q),Ze},config:o}));if(!wt&&Je){let Ze=hl(F);if(Ze){let Dt=Io.get(F.id),Bt=Dt!==Oe,$t=o.wrapComponentDirectiveInBubble!==!1,_t=null;if(Bt){let ft=gl(Ze,{config:o,message:F,transform:x});if(ft)if($t){let Ut=document.createElement("div");if(Ut.className=["persona-message-bubble","persona-max-w-[85%]","persona-rounded-2xl","persona-bg-persona-surface","persona-border","persona-border-persona-message-border","persona-p-4"].join(" "),Ut.id=`bubble-${F.id}`,Ut.setAttribute("data-message-id",F.id),F.content&&F.content.trim()){let xr=document.createElement("div");xr.className="persona-mb-3 persona-text-sm persona-leading-relaxed",xr.innerHTML=x({text:F.content,message:F,streaming:!!F.streaming,raw:F.rawContent}),Ut.appendChild(xr)}Ut.appendChild(ft),_t=Ut}else{let Ut=document.createElement("div");if(Ut.className="persona-flex persona-flex-col persona-w-full persona-max-w-full persona-gap-3 persona-items-stretch",Ut.id=`bubble-${F.id}`,Ut.setAttribute("data-message-id",F.id),Ut.setAttribute("data-persona-component-directive","true"),F.content&&F.content.trim()){let xr=document.createElement("div");xr.className="persona-text-sm persona-leading-relaxed persona-text-persona-primary persona-w-full",xr.innerHTML=x({text:F.content,message:F,streaming:!!F.streaming,raw:F.rawContent}),Ut.appendChild(xr)}Ut.appendChild(ft),_t=Ut}}if(_t||Dt!=null){let ft=document.createElement("div");ft.className="persona-flex",ft.id=`wrapper-${F.id}`,ft.setAttribute("data-wrapper-id",F.id),ft.setAttribute("data-component-directive-stub","true"),ft.setAttribute("data-preserve-runtime","true"),$t||ft.classList.add("persona-w-full"),b.appendChild(ft),J.push({messageId:F.id,fingerprint:Oe,bubble:_t});return}}}if(!wt)if(F.variant==="reasoning"&&F.reasoning){if(!Le)return;wt=Cp(F,o)}else if(F.variant==="tool"&&F.toolCall){if(!He)return;wt=Ap(F,o)}else if(F.variant==="approval"&&F.approval){if(o.approval===!1)return;wt=dl(F,o)}else{let Ze=(ta=o.layout)==null?void 0:ta.messages;Ze!=null&&Ze.renderUserMessage&&F.role==="user"?wt=Ze.renderUserMessage({message:F,config:o,streaming:!!F.streaming}):Ze!=null&&Ze.renderAssistantMessage&&F.role==="assistant"?wt=Ze.renderAssistantMessage({message:F,config:o,streaming:!!F.streaming}):wt=Xa(F,x,Ze,o.messageActions,nt,{loadingIndicatorRenderer:B,widgetConfig:o}),F.role!=="user"&&wt&&Lp(wt,F,o,q)}let Ht=document.createElement("div");Ht.className="persona-flex",Ht.id=`wrapper-${F.id}`,Ht.setAttribute("data-wrapper-id",F.id),F.role==="user"&&Ht.classList.add("persona-justify-end"),(wt==null?void 0:wt.getAttribute("data-persona-component-directive"))==="true"&&Ht.classList.add("persona-w-full"),Ht.appendChild(wt),ex(Ro,F.id,Oe,Ht),b.appendChild(Ht)}),je.composerOverlay&&je.composerOverlay.querySelectorAll("[data-persona-ask-sheet-for]").forEach(Be=>{let Re=Be.getAttribute("data-persona-ask-sheet-for");Re&&!_.has(Re)&&Ln(je.composerOverlay,Re)}),(We=(ot=o.features)==null?void 0:ot.toolCallDisplay)!=null&&We.grouped){let F=[],Be=[];f.forEach(Re=>{if(Re.variant==="tool"&&Re.toolCall&&He){Be.push(Re);return}Be.length>1&&F.push(Be),Be=[]}),Be.length>1&&F.push(Be),F.forEach((Re,Je)=>{var hr,Vr;let Pt=Re.map(Ge=>Array.from(b.children).find(Rt=>Rt instanceof HTMLElement&&Rt.getAttribute("data-wrapper-id")===Ge.id)).filter(Ge=>!!Ge);if(Pt.length<2)return;let Oe=document.createElement("div");Oe.className="persona-flex",Oe.id=`wrapper-tool-group-${Je}-${Re[0].id}`,Oe.setAttribute("data-wrapper-id",`tool-group-${Je}-${Re[0].id}`);let Gt=document.createElement("div");Gt.className="persona-tool-group persona-flex persona-w-full persona-flex-col persona-gap-2",Gt.setAttribute("data-persona-tool-group","true");let wt=document.createElement("div");wt.className="persona-tool-group-summary persona-text-xs persona-text-persona-muted";let lr=`Called ${Re.length} tools`,Br=(Vr=(hr=o.toolCall)==null?void 0:hr.renderGroupedSummary)==null?void 0:Vr.call(hr,{messages:Re,toolCalls:Re.map(Ge=>Ge.toolCall).filter(Ge=>!!Ge),defaultSummary:lr,config:o});V(wt,Br)||(wt.textContent=lr);let Ht=document.createElement("div");Ht.className="persona-tool-group-stack persona-flex persona-flex-col",Gt.append(wt,Ht),Oe.appendChild(Gt),Pt[0].before(Oe),Pt.forEach((Ge,Rt)=>{let zr=document.createElement("div");zr.className="persona-tool-group-item persona-relative",zr.setAttribute("data-persona-tool-group-item","true"),Rt<Pt.length-1&&zr.setAttribute("data-persona-tool-group-connector","true"),zr.appendChild(Ge),Ht.appendChild(zr)})})}tx(Ro,U);let Ue=f.some(F=>F.role==="assistant"&&F.streaming),ze=f[f.length-1],ut=(ze==null?void 0:ze.role)==="assistant"&&!ze.streaming&&ze.variant!=="approval";if(to&&f.some(F=>F.role==="user")&&!Ue&&!ut){let F={config:o,streaming:!0,location:"standalone",defaultRenderer:ma},Be=n.find(Je=>Je.renderLoadingIndicator),Re=null;if(Be!=null&&Be.renderLoadingIndicator&&(Re=Be.renderLoadingIndicator(F)),Re===null&&((Pe=o.loadingIndicator)!=null&&Pe.render)&&(Re=o.loadingIndicator.render(F)),Re===null&&(Re=ma()),Re){let Je=document.createElement("div"),Pt=(($e=o.loadingIndicator)==null?void 0:$e.showBubble)!==!1;Je.className=Pt?["persona-max-w-[85%]","persona-rounded-2xl","persona-text-sm","persona-leading-relaxed","persona-shadow-sm","persona-bg-persona-surface","persona-border","persona-text-persona-primary","persona-px-5","persona-py-3"].join(" "):["persona-max-w-[85%]","persona-text-sm","persona-leading-relaxed","persona-text-persona-primary"].join(" "),Je.setAttribute("data-typing-indicator","true"),Je.style.borderColor="var(--persona-message-assistant-border, var(--persona-border, #e5e7eb))",Je.appendChild(Re);let Oe=document.createElement("div");Oe.className="persona-flex",Oe.id="wrapper-typing-indicator",Oe.setAttribute("data-wrapper-id","typing-indicator"),Oe.appendChild(Je),b.appendChild(Oe)}}if(!to&&f.length>0){let F=f[f.length-1],Be={config:o,lastMessage:F,messageCount:f.length},Re=n.find(Pt=>Pt.renderIdleIndicator),Je=null;if(Re!=null&&Re.renderIdleIndicator&&(Je=Re.renderIdleIndicator(Be)),Je===null&&((Xe=o.loadingIndicator)!=null&&Xe.renderIdle)&&(Je=o.loadingIndicator.renderIdle(Be)),Je){let Pt=document.createElement("div"),Oe=((xt=o.loadingIndicator)==null?void 0:xt.showBubble)!==!1;Pt.className=Oe?["persona-max-w-[85%]","persona-rounded-2xl","persona-text-sm","persona-leading-relaxed","persona-shadow-sm","persona-bg-persona-surface","persona-border","persona-border-persona-message-border","persona-text-persona-primary","persona-px-5","persona-py-3"].join(" "):["persona-max-w-[85%]","persona-text-sm","persona-leading-relaxed","persona-text-persona-primary"].join(" "),Pt.setAttribute("data-idle-indicator","true"),Pt.appendChild(Je);let Gt=document.createElement("div");Gt.className="persona-flex",Gt.id="wrapper-idle-indicator",Gt.setAttribute("data-wrapper-id","idle-indicator"),Gt.appendChild(Pt),b.appendChild(Gt)}}if(Vi(l,b),re.length>0)for(let{messageId:F,fingerprint:Be,bubble:Re}of re){let Je=l.querySelector(`#wrapper-${F}`);Je&&Re!==null&&(Je.replaceChildren(Re),Je.setAttribute("data-bubble-fp",Be),Ko.set(F,Be))}if(Ko.size>0)for(let F of Ko.keys())U.has(F)||Ko.delete(F);if(J.length>0)for(let{messageId:F,fingerprint:Be,bubble:Re}of J){let Je=l.querySelector(`#wrapper-${F}`);Je&&Re!==null&&(Je.replaceChildren(Re),Je.setAttribute("data-bubble-fp",Be),Io.set(F,Be))}if(Io.size>0)for(let F of Io.keys())U.has(F)||Io.delete(F);if(Ne.length>0)for(let{messageId:F,fingerprint:Be,bubble:Re}of Ne){let Je=l.querySelector(`#wrapper-${F}`);Je&&Re!==null&&(Je.replaceChildren(Re),Je.setAttribute("data-bubble-fp",Be),fo.set(F,Be))}if(fo.size>0)for(let F of fo.keys())U.has(F)||fo.delete(F)},is=(l,f,x)=>{Ny(l,f,x),fn()},ls=null,Oy=()=>{var x;if(ls)return;let l=b=>{let P=b.composedPath();P.includes(fe)||st&&P.includes(st)||Ot(!1,"user")};ls=l,((x=e.ownerDocument)!=null?x:document).addEventListener("pointerdown",l,!0)},ru=()=>{var f;if(!ls)return;((f=e.ownerDocument)!=null?f:document).removeEventListener("pointerdown",ls,!0),ls=null};it.push(()=>ru());let ds=null,_y=()=>{var x;if(ds)return;let l=b=>{b.key==="Escape"&&(b.isComposing||Ot(!1,"user"))};ds=l,((x=e.ownerDocument)!=null?x:document).addEventListener("keydown",l,!0)},ou=()=>{var f;if(!ds)return;((f=e.ownerDocument)!=null?f:document).removeEventListener("keydown",ds,!0),ds=null};it.push(()=>ou());let cs=!1,nu=new Set,Uy=()=>{var f,x,b,P;let l=(b=(x=(f=o.launcher)==null?void 0:f.composerBar)==null?void 0:x.peek)==null?void 0:b.streamAnimation;return l||((P=o.features)==null?void 0:P.streamAnimation)},Ma=()=>{var ut,ot,We,Pe;if(!R())return;let l=je.peekBanner,f=je.peekTextNode;if(!l||!f)return;if(O){l.classList.remove("persona-pill-peek--visible");return}let x=(ut=q==null?void 0:q.getMessages())!=null?ut:[],b;for(let $e=x.length-1;$e>=0;$e--){let Xe=x[$e];if(Xe.role==="assistant"&&Xe.content){b=Xe;break}}if(!b){l.classList.remove("persona-pill-peek--visible");return}let P=b.content,B=!!b.streaming,V=Uy(),U=Ki(V),_=U.type!=="none"?ja(U.type,V==null?void 0:V.plugins):null,ne=((ot=_==null?void 0:_.isAnimating)==null?void 0:ot.call(_,b))===!0,re=_!==null&&(B||ne);re&&_&&!nu.has(_.name)&&(Ji(_,e),nu.add(_.name));let J=re&&(_!=null&&_.containerClass)?_.containerClass:null,be=(We=f.dataset.personaPeekStreamClass)!=null?We:null;be&&be!==J&&(f.classList.remove(be),delete f.dataset.personaPeekStreamClass),J&&be!==J&&(f.classList.add(J),f.dataset.personaPeekStreamClass=J),re?(f.style.setProperty("--persona-stream-step",`${U.speed}ms`),f.style.setProperty("--persona-stream-duration",`${U.duration}ms`)):(f.style.removeProperty("--persona-stream-step"),f.style.removeProperty("--persona-stream-duration"));let Fe=re?Xi(P,U.buffer,_,b,B):P;if(re&&U.placeholder==="skeleton"&&B&&(!Fe||!Fe.trim())){let $e=document.createElement("div"),Xe=Ds();Xe.classList.add("persona-pill-peek__skeleton"),$e.appendChild(Xe),Vi(f,$e)}else{let $e=Math.max(0,Fe.length-100),Xe=Fe.length>100?Fe.slice(-100):Fe,xt=Fo(Xe);if(!re||!_){let F=Fe.length>100?`\u2026${Xe}`:Xe;f.textContent!==F&&(f.textContent=F)}else{let F=xt;(_.wrap==="char"||_.wrap==="word")&&(F=Bs(xt,_.wrap,`peek-${b.id}`,{skipTags:_.skipTags,startIndex:$e}));let Be=document.createElement("div");if(Be.innerHTML=F,_.useCaret&&Xe.length>0){let Re=Qi(),Je=Be.querySelectorAll(".persona-stream-char, .persona-stream-word"),Pt=Je[Je.length-1];Pt!=null&&Pt.parentNode?Pt.parentNode.insertBefore(Re,Pt.nextSibling):Be.appendChild(Re)}Vi(f,Be),(Pe=_.onAfterRender)==null||Pe.call(_,{container:f,bubble:l,messageId:b.id,message:b,speed:U.speed,duration:U.duration})}}let ze=to||cs;l.classList.toggle("persona-pill-peek--visible",ze)};if(R()){let l=je.peekBanner;if(l){let b=P=>{P.preventDefault(),P.stopPropagation(),Ot(!0,"user")};l.addEventListener("pointerdown",b),it.push(()=>{l.removeEventListener("pointerdown",b)})}let f=()=>{cs||(cs=!0,Ma())},x=()=>{cs&&(cs=!1,Ma())};X.addEventListener("pointerenter",f),X.addEventListener("pointerleave",x),it.push(()=>{X.removeEventListener("pointerenter",f),X.removeEventListener("pointerleave",x)}),st&&(st.addEventListener("pointerenter",f),st.addEventListener("pointerleave",x),it.push(()=>{st.removeEventListener("pointerenter",f),st.removeEventListener("pointerleave",x)}))}let qy=l=>{var be,Fe,Ne,Ue,ze,ut,ot,We;let f=(Fe=(be=o.launcher)==null?void 0:be.composerBar)!=null?Fe:{},x=(Ne=f.expandedSize)!=null?Ne:"anchored",b=(Ue=f.bottomOffset)!=null?Ue:"16px",P=f.collapsedMaxWidth,B=(ze=f.expandedMaxWidth)!=null?ze:"880px",V=(ut=f.expandedTopOffset)!=null?ut:"5vh",U=(ot=f.modalMaxWidth)!=null?ot:"880px",_=(We=f.modalMaxHeight)!=null?We:"min(90vh, 800px)",ne="calc(100vw - 32px)",re="var(--persona-pill-area-height, 80px)",J=fe.style;if(J.left="",J.right="",J.top="",J.bottom="",J.transform="",J.width="",J.maxWidth="",J.height="",J.maxHeight="",st){let Pe=st.style;Pe.bottom=b,Pe.width=P!=null?P:""}if(l&&x!=="fullscreen"){if(x==="modal"){J.top="50%",J.left="50%",J.transform="translate(-50%, -50%)",J.bottom="auto",J.right="auto",J.width=U,J.maxWidth=ne,J.maxHeight=_,J.height=_;return}J.left="50%",J.transform="translateX(-50%)",J.bottom=`calc(${b} + ${re})`,J.top=V,J.width=B,J.maxWidth=ne}},ps=()=>{var _,ne,re,J,be,Fe,Ne,Ue;if(!D())return;if(R()){let ut=(re=((ne=(_=o.launcher)==null?void 0:_.composerBar)!=null?ne:{}).expandedSize)!=null?re:"anchored",ot=O?"expanded":"collapsed";fe.dataset.state=ot,fe.dataset.expandedSize=ut,st&&(st.dataset.state=ot,st.dataset.expandedSize=ut),fe.style.removeProperty("display"),fe.classList.remove("persona-pointer-events-none","persona-opacity-0"),X.classList.remove("persona-scale-95","persona-opacity-0","persona-scale-100","persona-opacity-100"),qy(O),Ce.style.display=O?"flex":"none",gn(),O?(Oy(),_y()):(ru(),ou()),Ma();return}let l=or(o),f=(J=e.ownerDocument.defaultView)!=null?J:window,x=(Fe=(be=o.launcher)==null?void 0:be.mobileBreakpoint)!=null?Fe:640,b=(Ue=(Ne=o.launcher)==null?void 0:Ne.mobileFullscreen)!=null?Ue:!0,P=f.innerWidth<=x,B=b&&P&&k,V=Kr(o).reveal;O?(fe.style.removeProperty("display"),fe.style.display=l?"flex":"",fe.classList.remove("persona-pointer-events-none","persona-opacity-0"),X.classList.remove("persona-scale-95","persona-opacity-0"),X.classList.add("persona-scale-100","persona-opacity-100"),Yt?Yt.element.style.display="none":ir&&(ir.style.display="none")):(l?l&&(V==="overlay"||V==="push")&&!B?(fe.style.removeProperty("display"),fe.style.display="flex",fe.classList.remove("persona-pointer-events-none","persona-opacity-0"),X.classList.remove("persona-scale-100","persona-opacity-100","persona-scale-95","persona-opacity-0")):(fe.style.setProperty("display","none","important"),fe.classList.remove("persona-pointer-events-none","persona-opacity-0"),X.classList.remove("persona-scale-100","persona-opacity-100","persona-scale-95","persona-opacity-0")):(fe.style.display="",fe.classList.add("persona-pointer-events-none","persona-opacity-0"),X.classList.remove("persona-scale-100","persona-opacity-100"),X.classList.add("persona-scale-95","persona-opacity-0")),Yt?Yt.element.style.display=l?"none":"":ir&&(ir.style.display=l?"none":""))},Ot=(l,f="user")=>{var B,V;if(!D()||O===l)return;let x=O;O=l,ps();let b=(()=>{var Ne,Ue,ze,ut,ot,We,Pe,$e,Xe,xt;let U=(Ue=(Ne=o.launcher)==null?void 0:Ne.sidebarMode)!=null?Ue:!1,_=(ze=e.ownerDocument.defaultView)!=null?ze:window,ne=(ot=(ut=o.launcher)==null?void 0:ut.mobileFullscreen)!=null?ot:!0,re=(Pe=(We=o.launcher)==null?void 0:We.mobileBreakpoint)!=null?Pe:640,J=_.innerWidth<=re,be=or(o)&&ne&&J,Fe=R()&&((xt=(Xe=($e=o.launcher)==null?void 0:$e.composerBar)==null?void 0:Xe.expandedSize)!=null?xt:"fullscreen")==="fullscreen";return U||ne&&J&&k||be||Fe})();if(O&&b){if(!nr){let U=e.getRootNode(),_=U instanceof ShadowRoot?U.host:e.closest(".persona-host");_&&(nr=pp(_,(V=(B=o.launcher)==null?void 0:B.zIndex)!=null?V:Sr))}ar||(ar=up(e.ownerDocument))}else O||(nr==null||nr(),nr=null,ar==null||ar(),ar=null);O&&(us(),eu()||(Ft()==="follow"?vn(!0):Yp()));let P={open:O,source:f,timestamp:Date.now()};O&&!x?i.emit("widget:opened",P):!O&&x&&i.emit("widget:closed",P),i.emit("widget:state",{open:O,launcherEnabled:k,voiceActive:G.active,streaming:q.isStreaming()})},Tl=l=>{pe(l?"stop":"send"),N&&(N.disabled=l),jn.buttons.forEach(f=>{f.disabled=l}),Ie.dataset.personaComposerStreaming=l?"true":"false",Ie.querySelectorAll("[data-persona-composer-disable-when-streaming]").forEach(f=>{(f instanceof HTMLButtonElement||f instanceof HTMLInputElement||f instanceof HTMLTextAreaElement||f instanceof HTMLSelectElement)&&(f.disabled=l)})},El=()=>{G.active||xe&&xe.focus()};i.on("widget:opened",()=>{o.autoFocusInput&&setTimeout(()=>El(),200)});let au=()=>{var x,b,P,B,V,U,_,ne,re,J,be;wo.textContent=(b=(x=o.copy)==null?void 0:x.welcomeTitle)!=null?b:"Hello \u{1F44B}",Co.textContent=(B=(P=o.copy)==null?void 0:P.welcomeSubtitle)!=null?B:"Ask anything about your account or products.",xe.placeholder=(U=(V=o.copy)==null?void 0:V.inputPlaceholder)!=null?U:"How can I help...";let l=ve.querySelector("[data-persona-intro-card]");if(l){let Fe=((_=o.copy)==null?void 0:_.showWelcomeCard)!==!1;l.style.display=Fe?"":"none",Fe?(ve.classList.remove("persona-gap-3"),ve.classList.add("persona-gap-6")):(ve.classList.remove("persona-gap-6"),ve.classList.add("persona-gap-3"))}!((re=(ne=o.sendButton)==null?void 0:ne.useIcon)!=null&&re)&&!(q!=null&&q.isStreaming())&&(de.textContent=(be=(J=o.copy)==null?void 0:J.sendButtonLabel)!=null?be:"Send"),xe.style.fontFamily='var(--persona-input-font-family, var(--persona-font-family, -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", Arial, sans-serif))',xe.style.fontWeight="var(--persona-input-font-weight, var(--persona-font-weight, 400))"};o.clientToken&&(o={...o,getStoredSessionId:()=>{let l=p.sessionId;return typeof l=="string"?l:null},setStoredSessionId:l=>{y(f=>({...f,sessionId:l}))}});let Xn=null,Vy=()=>{Xn==null&&(Xn=setInterval(()=>{let l=Ye.querySelectorAll("[data-tool-elapsed]");if(l.length===0){clearInterval(Xn),Xn=null;return}let f=Date.now();l.forEach(x=>{let b=Number(x.getAttribute("data-tool-elapsed"));b&&(x.textContent=gi(f-b))})},100))},kl=(l,f)=>{if(Object.is(l,f))return!0;if(l===null||f===null||typeof l!="object"||typeof f!="object")return!1;if(Array.isArray(l)||Array.isArray(f))return!Array.isArray(l)||!Array.isArray(f)||l.length!==f.length?!1:l.every((V,U)=>kl(V,f[U]));let x=l,b=f,P=Object.keys(x),B=Object.keys(b);return P.length===B.length&&P.every(V=>Object.prototype.hasOwnProperty.call(b,V)&&kl(x[V],b[V]))},su=l=>{let{content:f,rawContent:x,llmContent:b,...P}=l;return P},Ll=l=>l.role==="assistant"&&l.streaming===!0&&!l.variant&&!l.toolCall&&!l.tools&&!l.approval&&!l.reasoning&&!l.contentParts&&!l.stopReason&&!js(l),zy=(l,f,x)=>{if(l.length!==f.length)return!1;let b=l[x.index],P=f[x.index];return!b||!P||b.id!==x.id||P.id!==x.id?!1:(!Object.is(b.content,P.content)||!Object.is(b.rawContent,P.rawContent)||!Object.is(b.llmContent,P.llmContent))&&Ll(b)&&Ll(P)&&kl(su(b),su(P))},iu=null,Ta=null,Qo=null,Jo=null,Qs=l=>{var P,B;iu=l;let f,x;Ta=null;for(let V=l.length-1;V>=0;V-=1){let U=l[V];if(!f&&U.role==="user"&&(f=U),!x&&U.role==="assistant"&&(x=U),!Ta&&Ll(U)&&(Ta={index:V,id:U.id}),f&&x&&Ta)break}is(Ye,l,Z),Vy(),wa(l),vn(!to),Fy(l),l.length===0&&(ss(),hn=!0,xn=!1),!Sa||Kn?(Sa=!0,Aa=(P=f==null?void 0:f.id)!=null?P:null,rt=(B=x==null?void 0:x.id)!=null?B:null):f&&f.id!==Aa?(Aa=f.id,By(f.id)):x&&x.id!==rt&&Dy(),x&&(rt=x.id);let b=G.lastUserMessageId;f&&f.id!==b&&(G.lastUserMessageId=f.id,i.emit("user:message",f)),G.lastUserMessageWasVoice=!!(f!=null&&f.viaVoice),Ho(l),Ma()},Pl=()=>{Jo!==null&&(cancelAnimationFrame(Jo),Jo=null);let l=Qo;Qo=null,l&&Qs(l)},lu=()=>{Jo!==null&&cancelAnimationFrame(Jo),Jo=null,Qo=null},$y=l=>{let f=Qo!=null?Qo:iu;if(to&&f&&Ta&&zy(f,l,Ta)){Qo=l,Jo===null&&(Jo=requestAnimationFrame(()=>{Jo=null;let x=Qo;Qo=null,x&&Qs(x)}));return}if(l.length===0){lu(),Qs(l);return}Pl(),Qs(l)};q=new qa(o,{onMessagesChanged(l){$y(l)},onStatusChanged(l){var b;let f=(b=o.statusIndicator)!=null?b:{};jt(br,(P=>{var B,V,U,_,ne,re;return P==="idle"?(B=f.idleText)!=null?B:rr.idle:P==="connecting"?(V=f.connectingText)!=null?V:rr.connecting:P==="connected"?(U=f.connectedText)!=null?U:rr.connected:P==="error"?(_=f.errorText)!=null?_:rr.error:P==="paused"?(ne=f.pausedText)!=null?ne:rr.paused:P==="resuming"?(re=f.resumingText)!=null?re:rr.resuming:rr[P]})(l),f,l)},onStreamingChanged(l){l||((q==null?void 0:q.getMessages().length)===0?lu():Pl()),to=l,Tl(l),q&&is(Ye,q.getMessages(),Z),l||vn(!0),qr(),ln(l?"Responding\u2026":"Response complete."),Ma()},onVoiceStatusChanged(l){var f,x;if(i.emit("voice:status",{status:l,timestamp:Date.now()}),((x=(f=o.voiceRecognition)==null?void 0:f.provider)==null?void 0:x.type)==="runtype")switch(l){case"listening":Yo(),ka();break;case"processing":Yo(),Qy();break;case"speaking":Yo(),Jy();break;default:l==="idle"&&q.isBargeInActive()?(Yo(),ka(),N==null||N.setAttribute("aria-label","End voice session")):(G.active=!1,Yo(),tt("system"),lt());break}},onArtifactsState(l){_r=l,ko(),Ho()},onReconnect(l){var b;let{executionId:f,lastEventId:x}=l.handle;l.phase==="paused"?i.emit("stream:paused",{executionId:f,after:x}):l.phase==="resuming"?i.emit("stream:resuming",{executionId:f,after:x,attempt:(b=l.attempt)!=null?b:1}):i.emit("stream:resumed",{executionId:f,after:x})}}),At.current=q,it.push(()=>q.cancel());let Rl=null;if(q.onReadAloudChange((l,f)=>{var P;pn=l,un=f,fn();let x=l!=null?l:Rl;l&&(Rl=l);let b=x&&(P=q.getMessages().find(B=>B.id===x))!=null?P:null;i.emit("message:read-aloud",{messageId:x,message:b,state:f,timestamp:Date.now()}),f==="idle"&&(Rl=null)}),Sa=!0,((Sf=(Cf=o.voiceRecognition)==null?void 0:Cf.provider)==null?void 0:Sf.type)==="runtype")try{q.setupVoice()}catch(l){typeof console!="undefined"&&console.warn("[AgentWidget] Runtype voice setup failed:",l)}o.clientToken&&q.initClientSession().catch(l=>{o.debug&&console.warn("[AgentWidget] Pre-init client session failed:",l)}),(j||o.onSSEEvent)&&q.setSSEEventCallback((l,f)=>{var x;(x=o.onSSEEvent)==null||x.call(o,l,f),ee==null||ee.processEvent(l,f),j==null||j.push({id:`evt-${Date.now()}-${Math.random().toString(36).slice(2,8)}`,type:l,timestamp:Date.now(),payload:JSON.stringify(f)})});let du=()=>{o.resume&&typeof o.reconnectStream=="function"&&q.resumeFromHandle(o.resume)};m?m.then(l=>{var f,x,b;if(l){if(l.metadata&&(p=Ip(l.metadata),A.syncFromMetadata()),(f=l.messages)!=null&&f.length){Kn=!0;try{q.hydrateMessages(l.messages)}finally{Kn=!1}}(x=l.artifacts)!=null&&x.length&&q.hydrateArtifacts(l.artifacts,(b=l.selectedArtifactId)!=null?b:null)}}).catch(l=>{typeof console!="undefined"&&console.error("[AgentWidget] Failed to hydrate stored state:",l)}).finally(()=>du()):du();let cu=()=>{var f,x,b;!R()||O||!((b=(x=(f=o.launcher)==null?void 0:f.composerBar)==null?void 0:x.expandOnSubmit)==null||b)||Ot(!0,"auto")},pu=l=>{var P;if(l.preventDefault(),q.isStreaming()){q.cancel(),ee==null||ee.reset(),Ee==null||Ee.update();return}let f=xe.value.trim(),x=(P=St==null?void 0:St.hasAttachments())!=null?P:!1;if(!f&&!x)return;cu();let b;x&&(b=[],b.push(...St.getContentParts()),f&&b.push(Es(f))),xe.value="",xe.style.height="auto",Js(),q.sendMessage(f,{contentParts:b}),x&&St.clearAttachments()},jy=()=>{var l;return((l=o.features)==null?void 0:l.composerHistory)!==!1},Il={...zi},Wl=!1,Js=()=>{Il={...zi}},Gy=()=>q.getMessages().filter(l=>l.role==="user").map(l=>{var f;return(f=l.content)!=null?f:""}).filter(l=>l.length>0),Ky=l=>{if(!xe)return;Wl=!0,xe.value=l,xe.dispatchEvent(new Event("input",{bubbles:!0})),Wl=!1;let f=xe.value.length;xe.setSelectionRange(f,f)},uu=()=>{Wl||Js()},fu=l=>{if(xe){if(jy()&&(l.key==="ArrowUp"||l.key==="ArrowDown")&&!l.shiftKey&&!l.metaKey&&!l.ctrlKey&&!l.altKey&&!l.isComposing){let f=xe.selectionStart===0&&xe.selectionEnd===0,x=Qh({direction:l.key==="ArrowUp"?"up":"down",history:Gy(),currentValue:xe.value,atStart:f,state:Il});if(Il=x.state,x.handled){l.preventDefault(),x.value!==void 0&&Ky(x.value);return}}if(l.key==="Enter"&&!l.shiftKey){if(q.isStreaming()){l.preventDefault();return}Js(),l.preventDefault(),de.click()}}},mu=l=>{l.key!=="Escape"||l.isComposing||q.isStreaming()&&l.composedPath().includes(Ce)&&(q.cancel(),ee==null||ee.reset(),Ee==null||Ee.update(),Js(),l.preventDefault(),l.stopImmediatePropagation())},gu=async l=>{var x;if(((x=o.attachments)==null?void 0:x.enabled)!==!0||!St)return;let f=Y0(l.clipboardData);f.length!==0&&(l.preventDefault(),await St.handleFiles(f))},ro=null,Bo=!1,Ea=null,pt=null,hu=()=>typeof window=="undefined"?null:window.webkitSpeechRecognition||window.SpeechRecognition||null,Ys=(l="user")=>{var B,V,U,_,ne,re,J;if(Bo||q.isStreaming())return;let f=hu();if(!f)return;ro=new f;let b=(V=((B=o.voiceRecognition)!=null?B:{}).pauseDuration)!=null?V:2e3;ro.continuous=!0,ro.interimResults=!0,ro.lang="en-US";let P=xe.value;ro.onresult=be=>{let Fe="",Ne="";for(let ze=0;ze<be.results.length;ze++){let ut=be.results[ze],ot=ut[0].transcript;ut.isFinal?Fe+=ot+" ":Ne=ot}let Ue=P+Fe+Ne;xe.value=Ue,Ea&&clearTimeout(Ea),(Fe||Ne)&&(Ea=window.setTimeout(()=>{let ze=xe.value.trim();ze&&ro&&Bo&&(wn(),xe.value="",xe.style.height="auto",q.sendMessage(ze,{viaVoice:!0}))},b))},ro.onerror=be=>{be.error!=="no-speech"&&wn()},ro.onend=()=>{if(Bo){let be=xe.value.trim();be&&be!==P.trim()&&(xe.value="",xe.style.height="auto",q.sendMessage(be,{viaVoice:!0})),wn()}};try{if(ro.start(),Bo=!0,G.active=!0,l!=="system"&&(G.manuallyDeactivated=!1),tt(l),lt(),N){let be=(U=o.voiceRecognition)!=null?U:{};pt={backgroundColor:N.style.backgroundColor,color:N.style.color,borderColor:N.style.borderColor,iconName:(_=be.iconName)!=null?_:"mic",iconSize:parseFloat((J=(re=be.iconSize)!=null?re:(ne=o.sendButton)==null?void 0:ne.size)!=null?J:"40")||24};let Fe=be.recordingBackgroundColor,Ne=be.recordingIconColor,Ue=be.recordingBorderColor;if(N.classList.add("persona-voice-recording"),N.style.backgroundColor=Fe!=null?Fe:"var(--persona-voice-recording-bg, #ef4444)",N.style.color=Ne!=null?Ne:"var(--persona-voice-recording-indicator, #ffffff)",Ne){let ze=N.querySelector("svg");ze&&ze.setAttribute("stroke",Ne)}Ue&&(N.style.borderColor=Ue),N.setAttribute("aria-label","Stop voice recognition")}}catch{wn("system")}},wn=(l="user")=>{if(Bo){if(Bo=!1,Ea&&(clearTimeout(Ea),Ea=null),ro){try{ro.stop()}catch{}ro=null}if(G.active=!1,tt(l),lt(),N){if(N.classList.remove("persona-voice-recording"),pt){N.style.backgroundColor=pt.backgroundColor,N.style.color=pt.color,N.style.borderColor=pt.borderColor;let f=N.querySelector("svg");f&&f.setAttribute("stroke",pt.color||"currentColor"),pt=null}N.setAttribute("aria-label","Start voice recognition")}}},Xy=(l,f)=>{var ot,We,Pe,$e,Xe,xt,F,Be,Re;let x=typeof window!="undefined"&&(typeof window.webkitSpeechRecognition!="undefined"||typeof window.SpeechRecognition!="undefined"),b=((ot=l==null?void 0:l.provider)==null?void 0:ot.type)==="runtype",P=((We=l==null?void 0:l.provider)==null?void 0:We.type)==="custom";if(!(x||b||P))return null;let V=v("div","persona-send-button-wrapper"),U=v("button","persona-rounded-button persona-flex persona-items-center persona-justify-center disabled:persona-opacity-50 persona-cursor-pointer");U.type="button",U.setAttribute("aria-label","Start voice recognition");let _=(Pe=l==null?void 0:l.iconName)!=null?Pe:"mic",ne=($e=f==null?void 0:f.size)!=null?$e:"40px",re=(Xe=l==null?void 0:l.iconSize)!=null?Xe:ne,J=parseFloat(re)||24,be=(xt=l==null?void 0:l.backgroundColor)!=null?xt:f==null?void 0:f.backgroundColor,Fe=(F=l==null?void 0:l.iconColor)!=null?F:f==null?void 0:f.textColor;U.style.width=re,U.style.height=re,U.style.minWidth=re,U.style.minHeight=re,U.style.fontSize="18px",U.style.lineHeight="1",Fe?U.style.color=Fe:U.style.color="var(--persona-text, #111827)";let Ue=he(_,J,Fe||"currentColor",1.5);Ue?U.appendChild(Ue):U.textContent="\u{1F3A4}",be?U.style.backgroundColor=be:U.style.backgroundColor="",l!=null&&l.borderWidth&&(U.style.borderWidth=l.borderWidth,U.style.borderStyle="solid"),l!=null&&l.borderColor&&(U.style.borderColor=l.borderColor),l!=null&&l.paddingX&&(U.style.paddingLeft=l.paddingX,U.style.paddingRight=l.paddingX),l!=null&&l.paddingY&&(U.style.paddingTop=l.paddingY,U.style.paddingBottom=l.paddingY),V.appendChild(U);let ze=(Be=l==null?void 0:l.tooltipText)!=null?Be:"Start voice recognition";if(((Re=l==null?void 0:l.showTooltip)!=null?Re:!1)&&ze){let Je=v("div","persona-send-button-tooltip");Je.textContent=ze,V.appendChild(Je)}return{micButton:U,micButtonWrapper:V}},Hl=()=>{var f,x,b,P,B;if(!N||pt)return;let l=(f=o.voiceRecognition)!=null?f:{};pt={backgroundColor:N.style.backgroundColor,color:N.style.color,borderColor:N.style.borderColor,iconName:(x=l.iconName)!=null?x:"mic",iconSize:parseFloat((B=(P=l.iconSize)!=null?P:(b=o.sendButton)==null?void 0:b.size)!=null?B:"40")||24}},Bl=(l,f)=>{var B,V,U,_,ne;if(!N)return;let x=N.querySelector("svg");x&&x.remove();let b=(ne=pt==null?void 0:pt.iconSize)!=null?ne:parseFloat((_=(U=(B=o.voiceRecognition)==null?void 0:B.iconSize)!=null?U:(V=o.sendButton)==null?void 0:V.size)!=null?_:"40")||24,P=he(l,b,f,1.5);P&&N.appendChild(P)},Zs=()=>{N&&N.classList.remove("persona-voice-recording","persona-voice-processing","persona-voice-speaking")},ka=()=>{var P;if(!N)return;Hl();let l=(P=o.voiceRecognition)!=null?P:{},f=l.recordingBackgroundColor,x=l.recordingIconColor,b=l.recordingBorderColor;if(Zs(),N.classList.add("persona-voice-recording"),N.style.backgroundColor=f!=null?f:"var(--persona-voice-recording-bg, #ef4444)",N.style.color=x!=null?x:"var(--persona-voice-recording-indicator, #ffffff)",x){let B=N.querySelector("svg");B&&B.setAttribute("stroke",x)}b&&(N.style.borderColor=b),N.setAttribute("aria-label","Stop voice recognition")},Qy=()=>{var U,_,ne,re,J,be,Fe,Ne;if(!N)return;Hl();let l=(U=o.voiceRecognition)!=null?U:{},f=q.getVoiceInterruptionMode(),x=(_=l.processingIconName)!=null?_:"loader",b=(re=(ne=l.processingIconColor)!=null?ne:pt==null?void 0:pt.color)!=null?re:"",P=(be=(J=l.processingBackgroundColor)!=null?J:pt==null?void 0:pt.backgroundColor)!=null?be:"",B=(Ne=(Fe=l.processingBorderColor)!=null?Fe:pt==null?void 0:pt.borderColor)!=null?Ne:"";Zs(),N.classList.add("persona-voice-processing"),N.style.backgroundColor=P,N.style.borderColor=B;let V=b||"currentColor";N.style.color=V,Bl(x,V),N.setAttribute("aria-label","Processing voice input"),f==="none"&&(N.style.cursor="default")},Jy=()=>{var ne,re,J,be,Fe,Ne,Ue,ze,ut,ot,We,Pe;if(!N)return;Hl();let l=(ne=o.voiceRecognition)!=null?ne:{},f=q.getVoiceInterruptionMode(),x=f==="cancel"?"square":f==="barge-in"?"mic":"volume-2",b=(re=l.speakingIconName)!=null?re:x,P=(Ne=l.speakingIconColor)!=null?Ne:f==="barge-in"?(be=(J=l.recordingIconColor)!=null?J:pt==null?void 0:pt.color)!=null?be:"":(Fe=pt==null?void 0:pt.color)!=null?Fe:"",B=(ut=l.speakingBackgroundColor)!=null?ut:f==="barge-in"?(Ue=l.recordingBackgroundColor)!=null?Ue:"var(--persona-voice-recording-bg, #ef4444)":(ze=pt==null?void 0:pt.backgroundColor)!=null?ze:"",V=(Pe=l.speakingBorderColor)!=null?Pe:f==="barge-in"?(ot=l.recordingBorderColor)!=null?ot:"":(We=pt==null?void 0:pt.borderColor)!=null?We:"";Zs(),N.classList.add("persona-voice-speaking"),N.style.backgroundColor=B,N.style.borderColor=V;let U=P||"currentColor";N.style.color=U,Bl(b,U);let _=f==="cancel"?"Stop playback and re-record":f==="barge-in"?"Speak to interrupt":"Agent is speaking";N.setAttribute("aria-label",_),f==="none"&&(N.style.cursor="default"),f==="barge-in"&&N.classList.add("persona-voice-recording")},Yo=()=>{var l,f,x;N&&(Zs(),pt&&(N.style.backgroundColor=(l=pt.backgroundColor)!=null?l:"",N.style.color=(f=pt.color)!=null?f:"",N.style.borderColor=(x=pt.borderColor)!=null?x:"",Bl(pt.iconName,pt.color||"currentColor"),pt=null),N.style.cursor="",N.setAttribute("aria-label","Start voice recognition"))},ei=()=>{var l,f;if(((f=(l=o.voiceRecognition)==null?void 0:l.provider)==null?void 0:f.type)==="runtype"){let x=q.getVoiceStatus(),b=q.getVoiceInterruptionMode();if(b==="none"&&(x==="processing"||x==="speaking"))return;if(b==="cancel"&&(x==="processing"||x==="speaking")){q.stopVoicePlayback();return}if(q.isBargeInActive()){q.stopVoicePlayback(),q.deactivateBargeIn().then(()=>{G.active=!1,G.manuallyDeactivated=!0,lt(),tt("user"),Yo()});return}q.toggleVoice().then(()=>{G.active=q.isVoiceActive(),G.manuallyDeactivated=!q.isVoiceActive(),lt(),tt("user"),q.isVoiceActive()?ka():Yo()});return}if(Bo){let x=xe.value.trim();G.manuallyDeactivated=!0,lt(),wn("user"),x&&(xe.value="",xe.style.height="auto",q.sendMessage(x))}else G.manuallyDeactivated=!1,lt(),Ys("user")};Mo=ei,N&&(N.addEventListener("click",ei),it.push(()=>{var l,f;((f=(l=o.voiceRecognition)==null?void 0:l.provider)==null?void 0:f.type)==="runtype"?(q.isVoiceActive()&&q.toggleVoice(),Yo()):wn("system"),N&&N.removeEventListener("click",ei)}));let Yy=i.on("assistant:complete",()=>{De&&(G.active||G.manuallyDeactivated||De==="assistant"&&!G.lastUserMessageWasVoice||setTimeout(()=>{var l,f;!G.active&&!G.manuallyDeactivated&&(((f=(l=o.voiceRecognition)==null?void 0:l.provider)==null?void 0:f.type)==="runtype"?q.toggleVoice().then(()=>{G.active=q.isVoiceActive(),tt("auto"),q.isVoiceActive()&&ka()}):Ys("auto"))},600))});it.push(Yy);let Zy=i.on("action:resubmit",()=>{setTimeout(()=>{q&&!q.isStreaming()&&q.continueConversation()},100)});it.push(Zy);let xu=()=>{Ot(!O,"user")},Yt=null,ir=null;if(k&&!R()){let{instance:l,element:f}=xp({config:o,plugins:n,onToggle:xu});Yt=l,l||(ir=f)}Yt?e.appendChild(Yt.element):ir&&e.appendChild(ir),ps(),wa(),au(),Tl(q.isStreaming()),eu()||(Ft()==="follow"?vn(!0):Yp()),Sl(),C&&(!k||R()?setTimeout(()=>El(),0):O&&setTimeout(()=>El(),200));let us=()=>{var _,ne,re,J,be,Fe,Ne,Ue,ze,ut,ot,We,Pe,$e,Xe,xt,F,Be,Re,Je,Pt,Oe;if(R()){Qr(),ps();return}let l=or(o),f=(ne=(_=o.launcher)==null?void 0:_.sidebarMode)!=null?ne:!1,x=l||f||((J=(re=o.launcher)==null?void 0:re.fullHeight)!=null?J:!1),b=(be=e.ownerDocument.defaultView)!=null?be:window,P=(Ne=(Fe=o.launcher)==null?void 0:Fe.mobileFullscreen)!=null?Ne:!0,B=(ze=(Ue=o.launcher)==null?void 0:Ue.mobileBreakpoint)!=null?ze:640,V=b.innerWidth<=B,U=P&&V&&k;try{if(U){gn(),Bn(e,o);return}if(I&&(I=!1,gn(),Bn(e,o)),!k&&!l){X.style.height="",X.style.width="";return}if(!f&&!l){let Gt=(ot=(ut=o==null?void 0:o.launcher)==null?void 0:ut.width)!=null?ot:o==null?void 0:o.launcherWidth,wt=Gt!=null?Gt:Gr;X.style.width=wt,X.style.maxWidth=wt}if($n(),!x){let Gt=b.innerHeight,wt=64,lr=(Pe=(We=o.launcher)==null?void 0:We.heightOffset)!=null?Pe:0,Br=Math.max(200,Gt-wt),Ht=Math.min(640,Br),hr=Math.max(200,Ht-lr);X.style.height=`${hr}px`}}finally{if(Qr(),ps(),O&&k){let wt=(($e=e.ownerDocument.defaultView)!=null?$e:window).innerWidth<=((xt=(Xe=o.launcher)==null?void 0:Xe.mobileBreakpoint)!=null?xt:640),lr=(Be=(F=o.launcher)==null?void 0:F.sidebarMode)!=null?Be:!1,Br=(Je=(Re=o.launcher)==null?void 0:Re.mobileFullscreen)!=null?Je:!0,Ht=or(o)&&Br&&wt,hr=lr||Br&&wt&&k||Ht;if(hr&&!ar){let Vr=e.getRootNode(),Ge=Vr instanceof ShadowRoot?Vr.host:e.closest(".persona-host");Ge&&!nr&&(nr=pp(Ge,(Oe=(Pt=o.launcher)==null?void 0:Pt.zIndex)!=null?Oe:Sr)),ar=up(e.ownerDocument)}else hr||(nr==null||nr(),nr=null,ar==null||ar(),ar=null)}}};us();let yu=(Af=e.ownerDocument.defaultView)!=null?Af:window;if(yu.addEventListener("resize",us),it.push(()=>yu.removeEventListener("resize",us)),typeof ResizeObserver!="undefined"){let l=new ResizeObserver(()=>{Qr()});l.observe(Ie),it.push(()=>l.disconnect())}Tr=ve.scrollTop;let bu=Oo(ve),eb=()=>{let l=ve.getRootNode(),f=typeof l.getSelection=="function"?l.getSelection():null;return f!=null?f:ve.ownerDocument.getSelection()},Dl=()=>rx(eb(),ve),vu=()=>{let l=ve.scrollTop,f=Oo(ve),x=f<bu;if(bu=f,!er()){Tr=l,qr();return}let{action:b,nextLastScrollTop:P}=ji({following:vr.isFollowing(),currentScrollTop:l,lastScrollTop:Tr,nearBottom:Dn(ve,$),userScrollThreshold:L,isAutoScrolling:Er||Gn||x,pauseOnUpwardScroll:!0,pauseWhenAwayFromBottom:!1,resumeRequiresDownwardScroll:!0});if(Tr=P,b==="resume"){Dl()||bn();return}b==="pause"&&as()};if(ve.addEventListener("scroll",vu,{passive:!0}),it.push(()=>ve.removeEventListener("scroll",vu)),typeof ResizeObserver!="undefined"){let l=new ResizeObserver(()=>{Hy()});l.observe(Ye),l.observe(ve),it.push(()=>l.disconnect())}let wu=()=>{er()&&vr.isFollowing()&&Dl()&&as()},Cu=ve.ownerDocument;Cu.addEventListener("selectionchange",wu),it.push(()=>{Cu.removeEventListener("selectionchange",wu)});let tb=new Set(["PageUp","PageDown","Home","End","ArrowUp","ArrowDown"]),Su=l=>{io()&&er()&&vr.isFollowing()&&tb.has(l.key)&&as()},Au=l=>{if(!io()||!er()||!vr.isFollowing())return;let f=l.target;f&&f.closest("a, button, [tabindex], input, textarea, select")&&as()};ve.addEventListener("keydown",Su),ve.addEventListener("focusin",Au),it.push(()=>{ve.removeEventListener("keydown",Su),ve.removeEventListener("focusin",Au)});let Mu=l=>{if(!er())return;let f=Gi({following:vr.isFollowing(),deltaY:l.deltaY,nearBottom:Dn(ve,$),resumeWhenNearBottom:!0});f==="pause"?as():f==="resume"&&!Dl()&&bn()};ve.addEventListener("wheel",Mu,{passive:!0}),it.push(()=>ve.removeEventListener("wheel",Mu)),zt.addEventListener("click",()=>{ss(),ve.scrollTop=ve.scrollHeight,Tr=ve.scrollTop,bn(),vn(!0),qr()}),it.push(()=>zt.remove()),it.push(()=>{Xp(),ss()});let Tu=()=>{Ve&&(Po&&(Ve.removeEventListener("click",Po),Po=null),D()?(Ve.style.display="",Po=()=>{Ot(!1,"user")},Ve.addEventListener("click",Po)):Ve.style.display="none")};Tu(),(()=>{let{clearChatButton:l}=je;l&&l.addEventListener("click",()=>{q.clearMessages(),Ro.clear(),bn(),Ln(je.composerOverlay);try{localStorage.removeItem(es),o.debug&&console.log(`[AgentWidget] Cleared default localStorage key: ${es}`)}catch(x){console.error("[AgentWidget] Failed to clear default localStorage:",x)}if(o.clearChatHistoryStorageKey&&o.clearChatHistoryStorageKey!==es)try{localStorage.removeItem(o.clearChatHistoryStorageKey),o.debug&&console.log(`[AgentWidget] Cleared custom localStorage key: ${o.clearChatHistoryStorageKey}`)}catch(x){console.error("[AgentWidget] Failed to clear custom localStorage:",x)}let f=new CustomEvent("persona:clear-chat",{detail:{timestamp:new Date().toISOString()}});window.dispatchEvent(f),d!=null&&d.clear&&Xo(()=>d.clear(),"[AgentWidget] Failed to clear storage adapter:"),p={},A.syncFromMetadata(),j==null||j.clear(),ee==null||ee.reset(),Ee==null||Ee.update()})})(),Ct&&Ct.addEventListener("submit",pu),xe==null||xe.addEventListener("keydown",fu),xe==null||xe.addEventListener("input",uu),xe==null||xe.addEventListener("paste",gu);let Eu=(Mf=e.ownerDocument)!=null?Mf:document;Eu.addEventListener("keydown",mu,!0);let ku="persona-attachment-drop-active",fs=0,Fl=()=>{fs=0,Ce.classList.remove(ku)},La=()=>{var l;return((l=o.attachments)==null?void 0:l.enabled)===!0&&St!==null},Lu=l=>{!bl(l.dataTransfer)||!La()||(fs++,fs===1&&Ce.classList.add(ku))},Pu=l=>{!bl(l.dataTransfer)||!La()||(fs--,fs<=0&&Fl())},Ru=l=>{!bl(l.dataTransfer)||!La()||(l.preventDefault(),l.dataTransfer.dropEffect="copy")},Iu=l=>{var x;if(!bl(l.dataTransfer)||!La())return;l.preventDefault(),l.stopPropagation(),Fl();let f=Array.from((x=l.dataTransfer.files)!=null?x:[]);f.length!==0&&St.handleFiles(f)},Cn=!0;Ce.addEventListener("dragenter",Lu,Cn),Ce.addEventListener("dragleave",Pu,Cn),e.addEventListener("dragover",Ru,Cn),e.addEventListener("drop",Iu,Cn);let ti=e.ownerDocument,Wu=l=>{La()&&l.preventDefault()},Hu=l=>{La()&&l.preventDefault()};ti.addEventListener("dragover",Wu),ti.addEventListener("drop",Hu),it.push(()=>{Ct&&Ct.removeEventListener("submit",pu),xe==null||xe.removeEventListener("keydown",fu),xe==null||xe.removeEventListener("input",uu),xe==null||xe.removeEventListener("paste",gu),Eu.removeEventListener("keydown",mu,!0)}),it.push(()=>{Ce.removeEventListener("dragenter",Lu,Cn),Ce.removeEventListener("dragleave",Pu,Cn),e.removeEventListener("dragover",Ru,Cn),e.removeEventListener("drop",Iu,Cn),ti.removeEventListener("dragover",Wu),ti.removeEventListener("drop",Hu),Fl()}),it.push(()=>{q.cancel()}),Yt?it.push(()=>{Yt==null||Yt.destroy()}):ir&&it.push(()=>{ir==null||ir.remove()});let tr={update(l){var $r,Do,fr,mr,no,Mn,If,Wf,Hf,Bf,Df,Ff,Nf,Of,_f,Uf,qf,Vf,zf,$f,jf,Gf,Kf,Xf,Qf,Jf,Yf,Zf,em,tm,rm,om,nm,am,sm,im,lm,dm,cm,pm,um,fm,mm,gm,hm,xm,ym,bm,vm,wm,Cm,Sm,Am,Mm,Tm,Em,km,Lm,Pm,Rm,Im,Wm,Hm,Bm,Dm,Fm,Nm,Om,_m,Um,qm,Vm,zm,$m,jm,Gm,Km,Xm,Qm,Jm,Ym,Zm,eg,tg,rg,og,ng,ag,sg,ig,lg,dg,cg,pg,ug,fg,mg,gg,hg,xg,yg,bg,vg,wg,Cg,Sg,Ag,Mg,Tg,Eg,kg,Lg,Pg,Rg,Ig,Wg,Hg,Bg,Dg,Fg,Ng;let f=o.toolCall,x=o.messageActions,b=($r=o.layout)==null?void 0:$r.messages,P=o.colorScheme,B=o.loadingIndicator,V=o.iterationDisplay,U=(Do=o.features)==null?void 0:Do.showReasoning,_=(fr=o.features)==null?void 0:fr.showToolCalls,ne=(mr=o.features)==null?void 0:mr.toolCallDisplay,re=(no=o.features)==null?void 0:no.reasoningDisplay,J=(If=(Mn=o.features)==null?void 0:Mn.streamAnimation)==null?void 0:If.type;o={...o,...l},gn(),Bn(e,o),pl(e,o),ul(e,o),ko(),o.colorScheme!==P&&ns();let be=Vs.getForInstance(o.plugins);n.length=0,n.push(...be),k=(Hf=(Wf=o.launcher)==null?void 0:Wf.enabled)!=null?Hf:!0,w=(Df=(Bf=o.launcher)==null?void 0:Bf.autoExpand)!=null?Df:!1,Le=(Nf=(Ff=o.features)==null?void 0:Ff.showReasoning)!=null?Nf:!0,He=(_f=(Of=o.features)==null?void 0:Of.showToolCalls)!=null?_f:!0,Me=(qf=(Uf=o.features)==null?void 0:Uf.scrollToBottom)!=null?qf:{};let Fe=Ft();oe=(zf=(Vf=o.features)==null?void 0:Vf.scrollBehavior)!=null?zf:{},Fe!==Ft()&&(ss(),bn()),dn(),qr();let Ne=ie;if(ie=(jf=($f=o.features)==null?void 0:$f.showEventStreamToggle)!=null?jf:!1,ie&&!Ne){if(j||(Te=new Us(ge),j=new _s(qe,Te),ee=ee!=null?ee:new qs,Te.open().then(()=>j==null?void 0:j.restore()).catch(()=>{}),q.setSSEEventCallback((Y,Mt)=>{var qt;(qt=o.onSSEEvent)==null||qt.call(o,Y,Mt),ee==null||ee.processEvent(Y,Mt),j.push({id:`evt-${Date.now()}-${Math.random().toString(36).slice(2,8)}`,type:Y,timestamp:Date.now(),payload:JSON.stringify(Mt)})})),!ht&&Ae){let Y=(Kf=(Gf=o.features)==null?void 0:Gf.eventStream)==null?void 0:Kf.classNames,Mt="persona-inline-flex persona-items-center persona-justify-center persona-rounded-full hover:persona-opacity-80 persona-cursor-pointer persona-border-none persona-bg-transparent persona-p-1"+(Y!=null&&Y.toggleButton?" "+Y.toggleButton:"");ht=v("button",Mt),ht.style.width="28px",ht.style.height="28px",ht.style.color=Ir.actionIconColor,ht.type="button",ht.setAttribute("aria-label","Event Stream"),ht.title="Event Stream";let qt=he("activity","18px","currentColor",1.5);qt&&ht.appendChild(qt);let at=je.clearChatButtonWrapper,kt=je.closeButtonWrapper,dr=at||kt;dr&&dr.parentNode===Ae?Ae.insertBefore(ht,dr):Ae.appendChild(ht),ht.addEventListener("click",()=>{te?uo():Vo()})}}else!ie&&Ne&&(uo(),ht&&(ht.remove(),ht=null),j==null||j.clear(),Te==null||Te.destroy(),j=null,Te=null,ee==null||ee.reset(),ee=null);if(((Xf=o.launcher)==null?void 0:Xf.enabled)===!1&&Yt&&(Yt.destroy(),Yt=null),((Qf=o.launcher)==null?void 0:Qf.enabled)===!1&&ir&&(ir.remove(),ir=null),((Jf=o.launcher)==null?void 0:Jf.enabled)!==!1&&!Yt&&!ir){let{instance:Y,element:Mt}=xp({config:o,plugins:n,onToggle:xu});Yt=Y,Y||(ir=Mt),e.appendChild(Mt)}Yt&&Yt.update(o),ce&&((Yf=o.launcher)==null?void 0:Yf.title)!==void 0&&(ce.textContent=o.launcher.title),Se&&((Zf=o.launcher)==null?void 0:Zf.subtitle)!==void 0&&(Se.textContent=o.launcher.subtitle);let Ue=(em=o.layout)==null?void 0:em.header;if((Ue==null?void 0:Ue.layout)!==W&&Ae){let Y=Ue?Ga(o,Ue,{showClose:D(),onClose:()=>Ot(!1,"user")}):nn({config:o,showClose:D(),onClose:()=>Ot(!1,"user")});ct.replaceHeader(Y),Ae=ct.header.element,H=ct.header.iconHolder,ce=ct.header.headerTitle,Se=ct.header.headerSubtitle,Ve=ct.header.closeButton,W=Ue==null?void 0:Ue.layout}else if(Ue&&(H&&(H.style.display=Ue.showIcon===!1?"none":""),ce&&(ce.style.display=Ue.showTitle===!1?"none":""),Se&&(Se.style.display=Ue.showSubtitle===!1?"none":""),Ve&&(Ve.style.display=Ue.showCloseButton===!1?"none":""),je.clearChatButtonWrapper)){let Y=Ue.showClearChat;if(Y!==void 0){je.clearChatButtonWrapper.style.display=Y?"":"none";let{closeButtonWrapper:Mt}=je;Mt&&!Mt.classList.contains("persona-absolute")&&(Y?Mt.classList.remove("persona-ml-auto"):Mt.classList.add("persona-ml-auto"))}}let ut=((tm=o.layout)==null?void 0:tm.showHeader)!==!1;Ae&&(Ae.style.display=ut?"":"none");let ot=((rm=o.layout)==null?void 0:rm.showFooter)!==!1;Ie&&(Ie.style.display=ot?"":"none"),Qr(),qr(),k!==M?k?Ot(w,"auto"):(O=!0,ps()):w!==S&&Ot(w,"auto"),S=w,M=k,us(),Tu();let $e=JSON.stringify(l.toolCall)!==JSON.stringify(f),Xe=JSON.stringify(o.messageActions)!==JSON.stringify(x),xt=JSON.stringify((om=o.layout)==null?void 0:om.messages)!==JSON.stringify(b),F=((nm=o.loadingIndicator)==null?void 0:nm.render)!==(B==null?void 0:B.render)||((am=o.loadingIndicator)==null?void 0:am.renderIdle)!==(B==null?void 0:B.renderIdle)||((sm=o.loadingIndicator)==null?void 0:sm.showBubble)!==(B==null?void 0:B.showBubble),Be=o.iterationDisplay!==V,Re=((lm=(im=o.features)==null?void 0:im.showReasoning)!=null?lm:!0)!==(U!=null?U:!0)||((cm=(dm=o.features)==null?void 0:dm.showToolCalls)!=null?cm:!0)!==(_!=null?_:!0)||JSON.stringify((pm=o.features)==null?void 0:pm.toolCallDisplay)!==JSON.stringify(ne)||JSON.stringify((um=o.features)==null?void 0:um.reasoningDisplay)!==JSON.stringify(re);($e||Xe||xt||F||Be||Re)&&q&&(Ca++,is(Ye,q.getMessages(),Z));let Pt=(mm=(fm=o.features)==null?void 0:fm.streamAnimation)==null?void 0:mm.type;if(Pt!==J&&Pt&&Pt!=="none"){let Y=ja(Pt,(hm=(gm=o.features)==null?void 0:gm.streamAnimation)==null?void 0:hm.plugins);Y&&Ji(Y,e)}let Oe=(xm=o.launcher)!=null?xm:{},Gt=(ym=Oe.headerIconHidden)!=null?ym:!1,wt=(vm=(bm=o.layout)==null?void 0:bm.header)==null?void 0:vm.showIcon,lr=Gt||wt===!1,Br=Oe.headerIconName,Ht=(wm=Oe.headerIconSize)!=null?wm:"48px";if(H){let Y=Ce.querySelector(".persona-border-b-persona-divider"),Mt=Y==null?void 0:Y.querySelector(".persona-flex-col");if(lr)H.style.display="none",Y&&Mt&&!Y.contains(Mt)&&Y.insertBefore(Mt,Y.firstChild);else{if(H.style.display="",H.style.height=Ht,H.style.width=Ht,Y&&Mt&&(Y.contains(H)?H.nextSibling!==Mt&&(H.remove(),Y.insertBefore(H,Mt)):Y.insertBefore(H,Mt)),Br){let at=parseFloat(Ht)||24,kt=he(Br,at*.6,"currentColor",1);kt?H.replaceChildren(kt):H.textContent=(Cm=Oe.agentIconText)!=null?Cm:"\u{1F4AC}"}else if(Oe.iconUrl){let at=H.querySelector("img");if(at)at.src=Oe.iconUrl,at.style.height=Ht,at.style.width=Ht;else{let kt=document.createElement("img");kt.src=Oe.iconUrl,kt.alt="",kt.className="persona-rounded-xl persona-object-cover",kt.style.height=Ht,kt.style.width=Ht,H.replaceChildren(kt)}}else{let at=H.querySelector("svg"),kt=H.querySelector("img");(at||kt)&&H.replaceChildren(),H.textContent=(Sm=Oe.agentIconText)!=null?Sm:"\u{1F4AC}"}let qt=H.querySelector("img");qt&&(qt.style.height=Ht,qt.style.width=Ht)}}let hr=(Mm=(Am=o.layout)==null?void 0:Am.header)==null?void 0:Mm.showTitle,Vr=(Em=(Tm=o.layout)==null?void 0:Tm.header)==null?void 0:Em.showSubtitle;if(ce&&(ce.style.display=hr===!1?"none":""),Se&&(Se.style.display=Vr===!1?"none":""),Ve){((Lm=(km=o.layout)==null?void 0:km.header)==null?void 0:Lm.showCloseButton)===!1?Ve.style.display="none":Ve.style.display="";let Mt=(Pm=Oe.closeButtonSize)!=null?Pm:"32px",qt=(Rm=Oe.closeButtonPlacement)!=null?Rm:"inline";Ve.style.height=Mt,Ve.style.width=Mt;let{closeButtonWrapper:at}=je,kt=qt==="top-right",dr=at==null?void 0:at.classList.contains("persona-absolute");if(at&&kt!==dr)if(at.remove(),kt)at.className="persona-absolute persona-top-4 persona-right-4 persona-z-50",Ce.style.position="relative",Ce.appendChild(at);else{let dt=(Wm=(Im=Oe.clearChat)==null?void 0:Im.placement)!=null?Wm:"inline",cr=(Bm=(Hm=Oe.clearChat)==null?void 0:Hm.enabled)!=null?Bm:!0;at.className=cr&&dt==="inline"?"":"persona-ml-auto";let Dr=Ce.querySelector(".persona-border-b-persona-divider");Dr&&Dr.appendChild(at)}if(Ve.style.color=Oe.closeButtonColor||Ir.actionIconColor,Oe.closeButtonBackgroundColor?(Ve.style.backgroundColor=Oe.closeButtonBackgroundColor,Ve.classList.remove("hover:persona-bg-gray-100")):(Ve.style.backgroundColor="",Ve.classList.add("hover:persona-bg-gray-100")),Oe.closeButtonBorderWidth||Oe.closeButtonBorderColor){let dt=Oe.closeButtonBorderWidth||"0px",cr=Oe.closeButtonBorderColor||"transparent";Ve.style.border=`${dt} solid ${cr}`,Ve.classList.remove("persona-border-none")}else Ve.style.border="",Ve.classList.add("persona-border-none");Oe.closeButtonBorderRadius?(Ve.style.borderRadius=Oe.closeButtonBorderRadius,Ve.classList.remove("persona-rounded-full")):(Ve.style.borderRadius="",Ve.classList.add("persona-rounded-full")),Oe.closeButtonPaddingX?(Ve.style.paddingLeft=Oe.closeButtonPaddingX,Ve.style.paddingRight=Oe.closeButtonPaddingX):(Ve.style.paddingLeft="",Ve.style.paddingRight=""),Oe.closeButtonPaddingY?(Ve.style.paddingTop=Oe.closeButtonPaddingY,Ve.style.paddingBottom=Oe.closeButtonPaddingY):(Ve.style.paddingTop="",Ve.style.paddingBottom="");let Cr=(Dm=Oe.closeButtonIconName)!=null?Dm:"x",ho=(Fm=Oe.closeButtonIconText)!=null?Fm:"\xD7";Ve.innerHTML="";let Pr=he(Cr,"28px","currentColor",1);Pr?Ve.appendChild(Pr):Ve.textContent=ho;let Jt=(Nm=Oe.closeButtonTooltipText)!=null?Nm:"Close chat",jr=(Om=Oe.closeButtonShowTooltip)!=null?Om:!0;if(Ve.setAttribute("aria-label",Jt),at&&(at._cleanupTooltip&&(at._cleanupTooltip(),delete at._cleanupTooltip),jr&&Jt)){let dt=null,cr=()=>{if(dt||!Ve)return;let ra=Ve.ownerDocument,ms=ra.body;if(!ms)return;dt=No(ra,"div","persona-clear-chat-tooltip"),dt.textContent=Jt;let gs=No(ra,"div");gs.className="persona-clear-chat-tooltip-arrow",dt.appendChild(gs);let oa=Ve.getBoundingClientRect();dt.style.position="fixed",dt.style.zIndex=String(Fn),dt.style.left=`${oa.left+oa.width/2}px`,dt.style.top=`${oa.top-8}px`,dt.style.transform="translate(-50%, -100%)",ms.appendChild(dt)},Dr=()=>{dt&&dt.parentNode&&(dt.parentNode.removeChild(dt),dt=null)};at.addEventListener("mouseenter",cr),at.addEventListener("mouseleave",Dr),Ve.addEventListener("focus",cr),Ve.addEventListener("blur",Dr),at._cleanupTooltip=()=>{Dr(),at&&(at.removeEventListener("mouseenter",cr),at.removeEventListener("mouseleave",Dr)),Ve&&(Ve.removeEventListener("focus",cr),Ve.removeEventListener("blur",Dr))}}}let{clearChatButton:Ge,clearChatButtonWrapper:Rt}=je;if(Ge){let Y=(_m=Oe.clearChat)!=null?_m:{},Mt=(Um=Y.enabled)!=null?Um:!0,qt=(Vm=(qm=o.layout)==null?void 0:qm.header)==null?void 0:Vm.showClearChat,at=qt!==void 0?qt:Mt,kt=(zm=Y.placement)!=null?zm:"inline";if(Rt){Rt.style.display=at?"":"none";let{closeButtonWrapper:dr}=je;!R()&&dr&&!dr.classList.contains("persona-absolute")&&(at?dr.classList.remove("persona-ml-auto"):dr.classList.add("persona-ml-auto"));let Cr=kt==="top-right",ho=Rt.classList.contains("persona-absolute");if(!R()&&Cr!==ho&&at){if(Rt.remove(),Cr)Rt.className="persona-absolute persona-top-4 persona-z-50",Rt.style.right="48px",Ce.style.position="relative",Ce.appendChild(Rt);else{Rt.className="persona-relative persona-ml-auto persona-clear-chat-button-wrapper",Rt.style.right="";let Jt=Ce.querySelector(".persona-border-b-persona-divider"),jr=je.closeButtonWrapper;Jt&&jr&&jr.parentElement===Jt?Jt.insertBefore(Rt,jr):Jt&&Jt.appendChild(Rt)}let Pr=je.closeButtonWrapper;Pr&&!Pr.classList.contains("persona-absolute")&&(Cr?Pr.classList.add("persona-ml-auto"):Pr.classList.remove("persona-ml-auto"))}}if(at){if(!R()){let dt=($m=Y.size)!=null?$m:"32px";Ge.style.height=dt,Ge.style.width=dt}let dr=(jm=Y.iconName)!=null?jm:"refresh-cw",Cr=(Gm=Y.iconColor)!=null?Gm:"";Ge.style.color=Cr||Ir.actionIconColor,Ge.innerHTML="";let ho=R()?"14px":"20px",Pr=he(dr,ho,"currentColor",2);if(Pr&&Ge.appendChild(Pr),Y.backgroundColor?(Ge.style.backgroundColor=Y.backgroundColor,Ge.classList.remove("hover:persona-bg-gray-100")):(Ge.style.backgroundColor="",Ge.classList.add("hover:persona-bg-gray-100")),Y.borderWidth||Y.borderColor){let dt=Y.borderWidth||"0px",cr=Y.borderColor||"transparent";Ge.style.border=`${dt} solid ${cr}`,Ge.classList.remove("persona-border-none")}else Ge.style.border="",Ge.classList.add("persona-border-none");Y.borderRadius?(Ge.style.borderRadius=Y.borderRadius,Ge.classList.remove("persona-rounded-full")):(Ge.style.borderRadius="",Ge.classList.add("persona-rounded-full")),Y.paddingX?(Ge.style.paddingLeft=Y.paddingX,Ge.style.paddingRight=Y.paddingX):(Ge.style.paddingLeft="",Ge.style.paddingRight=""),Y.paddingY?(Ge.style.paddingTop=Y.paddingY,Ge.style.paddingBottom=Y.paddingY):(Ge.style.paddingTop="",Ge.style.paddingBottom="");let Jt=(Km=Y.tooltipText)!=null?Km:"Clear chat",jr=(Xm=Y.showTooltip)!=null?Xm:!0;if(Ge.setAttribute("aria-label",Jt),Rt&&(Rt._cleanupTooltip&&(Rt._cleanupTooltip(),delete Rt._cleanupTooltip),jr&&Jt)){let dt=null,cr=()=>{if(dt||!Ge)return;let ra=Ge.ownerDocument,ms=ra.body;if(!ms)return;dt=No(ra,"div","persona-clear-chat-tooltip"),dt.textContent=Jt;let gs=No(ra,"div");gs.className="persona-clear-chat-tooltip-arrow",dt.appendChild(gs);let oa=Ge.getBoundingClientRect();dt.style.position="fixed",dt.style.zIndex=String(Fn),dt.style.left=`${oa.left+oa.width/2}px`,dt.style.top=`${oa.top-8}px`,dt.style.transform="translate(-50%, -100%)",ms.appendChild(dt)},Dr=()=>{dt&&dt.parentNode&&(dt.parentNode.removeChild(dt),dt=null)};Rt.addEventListener("mouseenter",cr),Rt.addEventListener("mouseleave",Dr),Ge.addEventListener("focus",cr),Ge.addEventListener("blur",Dr),Rt._cleanupTooltip=()=>{Dr(),Rt&&(Rt.removeEventListener("mouseenter",cr),Rt.removeEventListener("mouseleave",Dr)),Ge&&(Ge.removeEventListener("focus",cr),Ge.removeEventListener("blur",Dr))}}}}let zr=o.actionParsers&&o.actionParsers.length?o.actionParsers:[zs],Qn=o.actionHandlers&&o.actionHandlers.length?o.actionHandlers:[ya.message,ya.messageAndClick];A=$s({parsers:zr,handlers:Qn,getSessionMetadata:h,updateSessionMetadata:y,emit:i.emit,documentRef:typeof document!="undefined"?document:null}),Z=Gx(o,A,ue),q.updateConfig(o),is(Ye,q.getMessages(),Z),wa(),au(),Tl(q.isStreaming());let Jn=((Qm=o.voiceRecognition)==null?void 0:Qm.enabled)===!0,Yn=typeof window!="undefined"&&(typeof window.webkitSpeechRecognition!="undefined"||typeof window.SpeechRecognition!="undefined"),Zn=((Ym=(Jm=o.voiceRecognition)==null?void 0:Jm.provider)==null?void 0:Ym.type)==="runtype";if(Jn&&(Yn||Zn))if(!N||!ye){let Y=Xy(o.voiceRecognition,o.sendButton);Y&&(N=Y.micButton,ye=Y.micButtonWrapper,gt.insertBefore(ye,Ar),N.addEventListener("click",ei),N.disabled=q.isStreaming())}else{let Y=(Zm=o.voiceRecognition)!=null?Zm:{},Mt=(eg=o.sendButton)!=null?eg:{},qt=(tg=Y.iconName)!=null?tg:"mic",at=(rg=Mt.size)!=null?rg:"40px",kt=(og=Y.iconSize)!=null?og:at,dr=parseFloat(kt)||24;N.style.width=kt,N.style.height=kt,N.style.minWidth=kt,N.style.minHeight=kt;let Cr=(ag=(ng=Y.iconColor)!=null?ng:Mt.textColor)!=null?ag:"currentColor";N.innerHTML="";let ho=he(qt,dr,Cr,2);ho?N.appendChild(ho):N.textContent="\u{1F3A4}";let Pr=(sg=Y.backgroundColor)!=null?sg:Mt.backgroundColor;Pr?N.style.backgroundColor=Pr:N.style.backgroundColor="",Cr?N.style.color=Cr:N.style.color="var(--persona-text, #111827)",Y.borderWidth?(N.style.borderWidth=Y.borderWidth,N.style.borderStyle="solid"):(N.style.borderWidth="",N.style.borderStyle=""),Y.borderColor?N.style.borderColor=Y.borderColor:N.style.borderColor="",Y.paddingX?(N.style.paddingLeft=Y.paddingX,N.style.paddingRight=Y.paddingX):(N.style.paddingLeft="",N.style.paddingRight=""),Y.paddingY?(N.style.paddingTop=Y.paddingY,N.style.paddingBottom=Y.paddingY):(N.style.paddingTop="",N.style.paddingBottom="");let Jt=ye==null?void 0:ye.querySelector(".persona-send-button-tooltip"),jr=(ig=Y.tooltipText)!=null?ig:"Start voice recognition";if(((lg=Y.showTooltip)!=null?lg:!1)&&jr)if(Jt)Jt.textContent=jr,Jt.style.display="";else{let cr=document.createElement("div");cr.className="persona-send-button-tooltip",cr.textContent=jr,ye==null||ye.insertBefore(cr,N)}else Jt&&(Jt.style.display="none");ye.style.display="",N.disabled=q.isStreaming()}else N&&ye&&(ye.style.display="none",((cg=(dg=o.voiceRecognition)==null?void 0:dg.provider)==null?void 0:cg.type)==="runtype"?q.isVoiceActive()&&q.toggleVoice():Bo&&wn());if(((pg=o.attachments)==null?void 0:pg.enabled)===!0)if(!mt||!ae){let Y=(ug=o.attachments)!=null?ug:{},qt=(mg=((fg=o.sendButton)!=null?fg:{}).size)!=null?mg:"40px";Lt||(Lt=v("div","persona-attachment-previews persona-flex persona-flex-wrap persona-gap-2 persona-mb-2"),Lt.style.display="none",Ct.insertBefore(Lt,xe)),Ke||(Ke=document.createElement("input"),Ke.type="file",Ke.accept=((gg=Y.allowedTypes)!=null?gg:on).join(","),Ke.multiple=((hg=Y.maxFiles)!=null?hg:4)>1,Ke.style.display="none",Ke.setAttribute("aria-label","Attach files"),Ct.insertBefore(Ke,xe)),mt=v("div","persona-send-button-wrapper"),ae=v("button","persona-rounded-button persona-flex persona-items-center persona-justify-center disabled:persona-opacity-50 persona-cursor-pointer persona-attachment-button"),ae.type="button",ae.setAttribute("aria-label",(xg=Y.buttonTooltipText)!=null?xg:"Attach file");let at=(yg=Y.buttonIconName)!=null?yg:"paperclip",kt=qt,dr=parseFloat(kt)||40,Cr=Math.round(dr*.6);ae.style.width=kt,ae.style.height=kt,ae.style.minWidth=kt,ae.style.minHeight=kt,ae.style.fontSize="18px",ae.style.lineHeight="1",ae.style.backgroundColor="transparent",ae.style.color="var(--persona-primary, #111827)",ae.style.border="none",ae.style.borderRadius="6px",ae.style.transition="background-color 0.15s ease",ae.addEventListener("mouseenter",()=>{ae.style.backgroundColor="var(--persona-palette-colors-black-alpha-50, rgba(0, 0, 0, 0.05))"}),ae.addEventListener("mouseleave",()=>{ae.style.backgroundColor="transparent"});let ho=he(at,Cr,"currentColor",1.5);ho?ae.appendChild(ho):ae.textContent="\u{1F4CE}",ae.addEventListener("click",jr=>{jr.preventDefault(),Ke==null||Ke.click()}),mt.appendChild(ae);let Pr=(bg=Y.buttonTooltipText)!=null?bg:"Attach file",Jt=v("div","persona-send-button-tooltip");Jt.textContent=Pr,mt.appendChild(Jt),Qe.append(mt),!St&&Ke&&Lt&&(St=pa.fromConfig(Y),St.setPreviewsContainer(Lt),Ke.addEventListener("change",async()=>{St&&(Ke!=null&&Ke.files)&&(await St.handleFileSelect(Ke.files),Ke.value="")})),Ce.querySelector(".persona-attachment-drop-overlay")||Ce.appendChild(Kx(Y.dropOverlay))}else{mt.style.display="";let Y=(vg=o.attachments)!=null?vg:{};Ke&&(Ke.accept=((wg=Y.allowedTypes)!=null?wg:on).join(","),Ke.multiple=((Cg=Y.maxFiles)!=null?Cg:4)>1),St&&St.updateConfig({allowedTypes:Y.allowedTypes,maxFileSize:Y.maxFileSize,maxFiles:Y.maxFiles})}else mt&&(mt.style.display="none"),St&&St.clearAttachments(),(Sg=Ce.querySelector(".persona-attachment-drop-overlay"))==null||Sg.remove();let Xt=(Ag=o.sendButton)!=null?Ag:{},ea=(Mg=Xt.useIcon)!=null?Mg:!1,Sn=(Tg=Xt.iconText)!=null?Tg:"\u2191",An=Xt.iconName,Zo=(Eg=Xt.tooltipText)!=null?Eg:"Send message",ta=(kg=Xt.showTooltip)!=null?kg:!1,Ze=(Lg=Xt.size)!=null?Lg:"40px",Dt=Xt.backgroundColor,Bt=Xt.textColor;if(ea){if(de.style.width=Ze,de.style.height=Ze,de.style.minWidth=Ze,de.style.minHeight=Ze,de.style.fontSize="18px",de.style.lineHeight="1",de.innerHTML="",Bt?de.style.color=Bt:de.style.color="var(--persona-button-primary-fg, #ffffff)",An){let Y=parseFloat(Ze)||24,Mt=(Bt==null?void 0:Bt.trim())||"currentColor",qt=he(An,Y,Mt,2);qt?de.appendChild(qt):de.textContent=Sn}else de.textContent=Sn;de.className="persona-rounded-button persona-flex persona-items-center persona-justify-center disabled:persona-opacity-50 persona-cursor-pointer",Dt?(de.style.backgroundColor=Dt,de.classList.remove("persona-bg-persona-primary")):(de.style.backgroundColor="",de.classList.add("persona-bg-persona-primary"))}else de.textContent=(Rg=(Pg=o.copy)==null?void 0:Pg.sendButtonLabel)!=null?Rg:"Send",de.style.width="",de.style.height="",de.style.minWidth="",de.style.minHeight="",de.style.fontSize="",de.style.lineHeight="",de.className="persona-rounded-button persona-bg-persona-accent persona-px-4 persona-py-2 persona-text-sm persona-font-semibold persona-text-white disabled:persona-opacity-50 persona-cursor-pointer",Dt?(de.style.backgroundColor=Dt,de.classList.remove("persona-bg-persona-accent")):de.classList.add("persona-bg-persona-accent"),Bt?de.style.color=Bt:de.classList.add("persona-text-white");Xt.borderWidth?(de.style.borderWidth=Xt.borderWidth,de.style.borderStyle="solid"):(de.style.borderWidth="",de.style.borderStyle=""),Xt.borderColor?de.style.borderColor=Xt.borderColor:de.style.borderColor="",Xt.paddingX?(de.style.paddingLeft=Xt.paddingX,de.style.paddingRight=Xt.paddingX):(de.style.paddingLeft="",de.style.paddingRight=""),Xt.paddingY?(de.style.paddingTop=Xt.paddingY,de.style.paddingBottom=Xt.paddingY):(de.style.paddingTop="",de.style.paddingBottom="");let $t=Ar==null?void 0:Ar.querySelector(".persona-send-button-tooltip");if(ta&&Zo)if($t)$t.textContent=Zo,$t.style.display="";else{let Y=document.createElement("div");Y.className="persona-send-button-tooltip",Y.textContent=Zo,Ar==null||Ar.insertBefore(Y,de)}else $t&&($t.style.display="none");let _t=(Dg=(Ig=o.layout)==null?void 0:Ig.contentMaxWidth)!=null?Dg:R()?(Bg=(Hg=(Wg=o.launcher)==null?void 0:Wg.composerBar)==null?void 0:Hg.contentMaxWidth)!=null?Bg:"720px":void 0;_t?(Ye.style.maxWidth=_t,Ye.style.marginLeft="auto",Ye.style.marginRight="auto",Ye.style.width="100%",Ct&&(Ct.style.maxWidth=_t,Ct.style.marginLeft="auto",Ct.style.marginRight="auto"),Vt&&(Vt.style.maxWidth=_t,Vt.style.marginLeft="auto",Vt.style.marginRight="auto")):(Ye.style.maxWidth="",Ye.style.marginLeft="",Ye.style.marginRight="",Ye.style.width="",Ct&&(Ct.style.maxWidth="",Ct.style.marginLeft="",Ct.style.marginRight=""),Vt&&(Vt.style.maxWidth="",Vt.style.marginLeft="",Vt.style.marginRight=""));let ft=(Fg=o.statusIndicator)!=null?Fg:{},Ut=(Ng=ft.visible)!=null?Ng:!0;if(br.style.display=Ut?"":"none",q){let Y=q.getStatus();jt(br,(qt=>{var at,kt,dr,Cr;return qt==="idle"?(at=ft.idleText)!=null?at:rr.idle:qt==="connecting"?(kt=ft.connectingText)!=null?kt:rr.connecting:qt==="connected"?(dr=ft.connectedText)!=null?dr:rr.connected:qt==="error"?(Cr=ft.errorText)!=null?Cr:rr.error:rr[qt]})(Y),ft,Y)}br.classList.remove("persona-text-left","persona-text-center","persona-text-right");let xr=ft.align==="left"?"persona-text-left":ft.align==="center"?"persona-text-center":"persona-text-right";br.classList.add(xr)},open(){D()&&Ot(!0,"api")},close(){D()&&Ot(!1,"api")},toggle(){D()&&Ot(!O,"api")},reconnect(){q.reconnectNow()},clearChat(){Mr=!1,q.clearMessages(),Ro.clear(),bn();try{localStorage.removeItem(es),o.debug&&console.log(`[AgentWidget] Cleared default localStorage key: ${es}`)}catch(f){console.error("[AgentWidget] Failed to clear default localStorage:",f)}if(o.clearChatHistoryStorageKey&&o.clearChatHistoryStorageKey!==es)try{localStorage.removeItem(o.clearChatHistoryStorageKey),o.debug&&console.log(`[AgentWidget] Cleared custom localStorage key: ${o.clearChatHistoryStorageKey}`)}catch(f){console.error("[AgentWidget] Failed to clear custom localStorage:",f)}let l=new CustomEvent("persona:clear-chat",{detail:{timestamp:new Date().toISOString()}});window.dispatchEvent(l),d!=null&&d.clear&&Xo(()=>d.clear(),"[AgentWidget] Failed to clear storage adapter:"),p={},A.syncFromMetadata(),j==null||j.clear(),ee==null||ee.reset(),Ee==null||Ee.update()},setMessage(l){return!xe||q.isStreaming()?!1:(!O&&D()&&Ot(!0,"system"),xe.value=l,xe.dispatchEvent(new Event("input",{bubbles:!0})),!0)},submitMessage(l){if(q.isStreaming())return!1;let f=(l==null?void 0:l.trim())||xe.value.trim();return f?(!O&&D()&&Ot(!0,"system"),xe.value="",xe.style.height="auto",q.sendMessage(f),!0):!1},startVoiceRecognition(){var f,x;return q.isStreaming()?!1:((x=(f=o.voiceRecognition)==null?void 0:f.provider)==null?void 0:x.type)==="runtype"?(q.isVoiceActive()||(!O&&D()&&Ot(!0,"system"),G.manuallyDeactivated=!1,lt(),q.toggleVoice().then(()=>{G.active=q.isVoiceActive(),tt("user"),q.isVoiceActive()&&ka()})),!0):Bo?!0:hu()?(!O&&D()&&Ot(!0,"system"),G.manuallyDeactivated=!1,lt(),Ys("user"),!0):!1},stopVoiceRecognition(){var l,f;return((f=(l=o.voiceRecognition)==null?void 0:l.provider)==null?void 0:f.type)==="runtype"?q.isVoiceActive()?(q.toggleVoice().then(()=>{G.active=!1,G.manuallyDeactivated=!0,lt(),tt("user"),Yo()}),!0):!1:Bo?(G.manuallyDeactivated=!0,lt(),wn("user"),!0):!1},injectMessage(l){return!O&&D()&&Ot(!0,"system"),q.injectMessage(l)},injectAssistantMessage(l){!O&&D()&&Ot(!0,"system");let f=q.injectAssistantMessage(l);return Q&&(Q=!1,me&&(clearTimeout(me),me=null),setTimeout(()=>{q&&!q.isStreaming()&&q.continueConversation()},100)),f},injectUserMessage(l){return!O&&D()&&Ot(!0,"system"),q.injectUserMessage(l)},injectSystemMessage(l){return!O&&D()&&Ot(!0,"system"),q.injectSystemMessage(l)},injectMessageBatch(l){return!O&&D()&&Ot(!0,"system"),q.injectMessageBatch(l)},injectComponentDirective(l){return!O&&D()&&Ot(!0,"system"),q.injectComponentDirective(l)},injectTestMessage(l){!O&&D()&&Ot(!0,"system"),q.injectTestEvent(l)},async connectStream(l,f){return q.connectStream(l,f)},__pushEventStreamEvent(l){j&&(ee==null||ee.processEvent(l.type,l.payload),j.push({id:`evt-${Date.now()}-${Math.random().toString(36).slice(2,8)}`,type:l.type,timestamp:Date.now(),payload:JSON.stringify(l.payload)}))},showEventStream(){!ie||!j||Vo()},hideEventStream(){te&&uo()},isEventStreamVisible(){return te},showArtifacts(){so(o)&&(Mr=!1,ko(),vt==null||vt.setMobileOpen(!0))},hideArtifacts(){so(o)&&(Mr=!0,ko())},upsertArtifact(l){return so(o)?(Mr=!1,q.upsertArtifact(l)):null},selectArtifact(l){so(o)&&q.selectArtifact(l)},clearArtifacts(){so(o)&&q.clearArtifacts()},getArtifacts(){var l;return(l=q==null?void 0:q.getArtifacts())!=null?l:[]},getSelectedArtifactId(){var l;return(l=q==null?void 0:q.getSelectedArtifactId())!=null?l:null},focusInput(){return k&&!O&&!R()||!xe?!1:(xe.focus(),!0)},async resolveApproval(l,f,x){let P=q.getMessages().find(B=>{var V;return B.variant==="approval"&&((V=B.approval)==null?void 0:V.id)===l});if(!(P!=null&&P.approval))throw new Error(`Approval not found: ${l}`);if(P.approval.toolType==="webmcp"){q.resolveWebMcpApproval(P.id,f);return}return q.resolveApproval(P.approval,f,x)},getMessages(){return q.getMessages()},getStatus(){return q.getStatus()},getPersistentMetadata(){return{...p}},updatePersistentMetadata(l){y(l)},on(l,f){return i.on(l,f)},off(l,f){i.off(l,f)},isOpen(){return D()&&O},isVoiceActive(){return G.active},toggleReadAloud(l){q.toggleReadAloud(l)},stopReadAloud(){q.stopSpeaking()},getReadAloudState(l){return q.getReadAloudState(l)},onReadAloudChange(l){return q.onReadAloudChange(l)},getState(){return{open:D()&&O,launcherEnabled:k,voiceActive:G.active,streaming:q.isStreaming()}},showCSATFeedback(l){!O&&D()&&Ot(!0,"system");let f=Ye.querySelector(".persona-feedback-container");f&&f.remove();let x=xl({onSubmit:async(b,P)=>{var B;q.isClientTokenMode()&&await q.submitCSATFeedback(b,P),(B=l==null?void 0:l.onSubmit)==null||B.call(l,b,P)},onDismiss:l==null?void 0:l.onDismiss,...l});Ye.appendChild(x),x.scrollIntoView({behavior:"smooth",block:"end"})},showNPSFeedback(l){!O&&D()&&Ot(!0,"system");let f=Ye.querySelector(".persona-feedback-container");f&&f.remove();let x=yl({onSubmit:async(b,P)=>{var B;q.isClientTokenMode()&&await q.submitNPSFeedback(b,P),(B=l==null?void 0:l.onSubmit)==null||B.call(l,b,P)},onDismiss:l==null?void 0:l.onDismiss,...l});Ye.appendChild(x),x.scrollIntoView({behavior:"smooth",block:"end"})},async submitCSATFeedback(l,f){return q.submitCSATFeedback(l,f)},async submitNPSFeedback(l,f){return q.submitNPSFeedback(l,f)},destroy(){Pl(),Xn!=null&&(clearInterval(Xn),Xn=null),it.forEach(l=>l()),fe.remove(),st==null||st.remove(),Yt==null||Yt.destroy(),ir==null||ir.remove(),Po&&Ve.removeEventListener("click",Po)}};if((((Tf=r==null?void 0:r.debugTools)!=null?Tf:!1)||!!o.debug)&&typeof window!="undefined"){let l=window.AgentWidgetBrowser,f={controller:tr,getMessages:tr.getMessages,getStatus:tr.getStatus,getMetadata:tr.getPersistentMetadata,updateMetadata:tr.updatePersistentMetadata,clearHistory:()=>tr.clearChat(),setVoiceActive:x=>x?tr.startVoiceRecognition():tr.stopVoiceRecognition()};window.AgentWidgetBrowser=f,it.push(()=>{window.AgentWidgetBrowser===f&&(window.AgentWidgetBrowser=l)})}if(typeof window!="undefined"){let l=e.getAttribute("data-persona-instance")||e.id||"persona-"+Math.random().toString(36).slice(2,8),f=U=>{let _=U.detail;(!(_!=null&&_.instanceId)||_.instanceId===l)&&tr.focusInput()};if(window.addEventListener("persona:focusInput",f),it.push(()=>{window.removeEventListener("persona:focusInput",f)}),ie){let U=ne=>{let re=ne.detail;(!(re!=null&&re.instanceId)||re.instanceId===l)&&tr.showEventStream()},_=ne=>{let re=ne.detail;(!(re!=null&&re.instanceId)||re.instanceId===l)&&tr.hideEventStream()};window.addEventListener("persona:showEventStream",U),window.addEventListener("persona:hideEventStream",_),it.push(()=>{window.removeEventListener("persona:showEventStream",U),window.removeEventListener("persona:hideEventStream",_)})}let x=U=>{let _=U.detail;(!(_!=null&&_.instanceId)||_.instanceId===l)&&tr.showArtifacts()},b=U=>{let _=U.detail;(!(_!=null&&_.instanceId)||_.instanceId===l)&&tr.hideArtifacts()},P=U=>{let _=U.detail;_!=null&&_.instanceId&&_.instanceId!==l||_!=null&&_.artifact&&tr.upsertArtifact(_.artifact)},B=U=>{let _=U.detail;_!=null&&_.instanceId&&_.instanceId!==l||typeof(_==null?void 0:_.id)=="string"&&tr.selectArtifact(_.id)},V=U=>{let _=U.detail;(!(_!=null&&_.instanceId)||_.instanceId===l)&&tr.clearArtifacts()};window.addEventListener("persona:showArtifacts",x),window.addEventListener("persona:hideArtifacts",b),window.addEventListener("persona:upsertArtifact",P),window.addEventListener("persona:selectArtifact",B),window.addEventListener("persona:clearArtifacts",V),it.push(()=>{window.removeEventListener("persona:showArtifacts",x),window.removeEventListener("persona:hideArtifacts",b),window.removeEventListener("persona:upsertArtifact",P),window.removeEventListener("persona:selectArtifact",B),window.removeEventListener("persona:clearArtifacts",V)})}let oo=Z0(o.persistState);if(oo&&D()){let l=ew(oo.storage),f=`${oo.keyPrefix}widget-open`,x=`${oo.keyPrefix}widget-voice`,b=`${oo.keyPrefix}widget-voice-mode`;if(l){let P=((Ef=oo.persist)==null?void 0:Ef.openState)&&l.getItem(f)==="true",B=((kf=oo.persist)==null?void 0:kf.voiceState)&&l.getItem(x)==="true",V=((Lf=oo.persist)==null?void 0:Lf.voiceState)&&l.getItem(b)==="true";if(P&&setTimeout(()=>{tr.open(),setTimeout(()=>{var U;if(B||V)tr.startVoiceRecognition();else if((U=oo.persist)!=null&&U.focusInput){let _=e.querySelector("textarea");_&&_.focus()}},100)},0),(Pf=oo.persist)!=null&&Pf.openState&&(i.on("widget:opened",()=>{l.setItem(f,"true")}),i.on("widget:closed",()=>{l.setItem(f,"false")})),(Rf=oo.persist)!=null&&Rf.voiceState&&(i.on("voice:state",U=>{l.setItem(x,U.active?"true":"false")}),i.on("user:message",U=>{l.setItem(b,U.viaVoice?"true":"false")})),oo.clearOnChatClear){let U=()=>{l.removeItem(f),l.removeItem(x),l.removeItem(b)},_=()=>U();window.addEventListener("persona:clear-chat",_),it.push(()=>{window.removeEventListener("persona:clear-chat",_)})}}}return g&&D()&&setTimeout(()=>{tr.open()},0),Ma(),Xs||oi().then(()=>{q&&(Ca++,Ro.clear(),is(Ye,q.getMessages(),Z))}).catch(()=>{}),tr};var tw=(e,t)=>{let r=e.trim(),o=/^(\d+(?:\.\d+)?)px$/i.exec(r);if(o)return Math.max(0,parseFloat(o[1]));let n=/^(\d+(?:\.\d+)?)%$/i.exec(r);return n?Math.max(0,t*parseFloat(n[1])/100):420},rw=(e,t)=>{if(t===!1){e.style.maxHeight="";return}e.style.maxHeight="100vh",e.style.maxHeight=t},ow=(e,t)=>{t===!1?(e.style.position="relative",e.style.top=""):(e.style.position="sticky",e.style.top="0")},nw=(e,t)=>{let r=e.parentElement;if(!r)return;let o=e.ownerDocument.createElement("div");o.style.cssText="width:0;height:1px;margin:0;padding:0;border:0;visibility:hidden;",r.appendChild(o);let n=o.offsetHeight>0;o.style.height="100%";let a=o.offsetHeight>0;o.remove(),!(!n||a)&&console.warn("[AgentWidget] Docked mode: no ancestor of the dock target provides a definite height, so the dock panel cannot size to your layout."+(t.maxHeight===!1?" The viewport guard is disabled (dock.maxHeight: false), so the panel will grow with the conversation and overflow the viewport.":` Falling back to clamping the panel to ${t.maxHeight} (configurable via launcher.dock.maxHeight).`)+" To size the panel from your layout instead, give the height chain a definite height (e.g. `html, body { height: 100% }`) down to the dock target's parent.")},Xx=(e,t)=>{var o,n;let r=(n=(o=t==null?void 0:t.launcher)==null?void 0:o.enabled)!=null?n:!0;e.className="persona-host",e.style.height=r?"":"100%",e.style.display=r?"":"flex",e.style.flexDirection=r?"":"column",e.style.flex=r?"":"1 1 auto",e.style.minHeight=r?"":"0"},Dp=e=>{e.style.position="",e.style.top="",e.style.bottom="",e.style.left="",e.style.right="",e.style.zIndex="",e.style.transform="",e.style.pointerEvents=""},Qx=e=>{e.style.inset="",e.style.width="",e.style.height="",e.style.maxWidth="",e.style.maxHeight="",e.style.minWidth="",Dp(e)},Wp=e=>{e.style.transition=""},Hp=e=>{e.style.display="",e.style.flexDirection="",e.style.flex="",e.style.minHeight="",e.style.minWidth="",e.style.width="",e.style.height="",e.style.alignItems="",e.style.transition="",e.style.transform="",e.style.marginLeft=""},Bp=e=>{e.style.width="",e.style.maxWidth="",e.style.minWidth="",e.style.flex="1 1 auto"},wl=(e,t)=>{e.style.width="",e.style.minWidth="",e.style.maxWidth="",e.style.boxSizing="",t.style.alignItems=""},aw=(e,t,r,o,n)=>{n?r.parentElement!==t&&(e.replaceChildren(),t.replaceChildren(r,o),e.appendChild(t)):r.parentElement===t&&(t.replaceChildren(),e.appendChild(r),e.appendChild(o))},sw=(e,t,r,o,n,a)=>{let s=a?t:e;n==="left"?s.firstElementChild!==o&&s.replaceChildren(o,r):s.lastElementChild!==o&&s.replaceChildren(r,o)},Jx=(e,t,r,o,n,a,s)=>{var h,y,E,T,A,k;let i=Kr(a),c=i.reveal==="push";aw(e,t,r,o,c),sw(e,t,r,o,i.side,c),e.dataset.personaHostLayout="docked",e.dataset.personaDockSide=i.side,e.dataset.personaDockOpen=s?"true":"false",e.style.width="100%",e.style.maxWidth="100%",e.style.minWidth="0",e.style.height="100%",e.style.minHeight="0",e.style.position="relative",r.style.display="flex",r.style.flexDirection="column",r.style.minHeight="0",r.style.position="relative",n.className="persona-host",n.style.height="100%",n.style.minHeight="0",n.style.display="flex",n.style.flexDirection="column",n.style.flex="1 1 auto";let d=e.ownerDocument.defaultView,p=(y=(h=a==null?void 0:a.launcher)==null?void 0:h.mobileFullscreen)!=null?y:!0,m=(T=(E=a==null?void 0:a.launcher)==null?void 0:E.mobileBreakpoint)!=null?T:640,g=d!=null?d.innerWidth<=m:!1;if(p&&g&&s){e.dataset.personaDockMobileFullscreen="true",e.removeAttribute("data-persona-dock-reveal"),Hp(t),Wp(o),Qx(o),Bp(r),wl(n,o),e.style.display="flex",e.style.flexDirection="column",e.style.alignItems="stretch",e.style.overflow="hidden",r.style.flex="1 1 auto",r.style.width="100%",r.style.minWidth="0",o.style.display="flex",o.style.flexDirection="column",o.style.position="fixed",o.style.inset="0",o.style.width="100%",o.style.height="100%",o.style.maxWidth="100%",o.style.minWidth="0",o.style.minHeight="0",o.style.overflow="hidden",o.style.zIndex=String((k=(A=a==null?void 0:a.launcher)==null?void 0:A.zIndex)!=null?k:Sr),o.style.transform="none",o.style.transition="none",o.style.pointerEvents="auto",o.style.flex="none",c&&(t.style.display="flex",t.style.flexDirection="column",t.style.width="100%",t.style.height="100%",t.style.minHeight="0",t.style.minWidth="0",t.style.flex="1 1 auto",t.style.alignItems="stretch",t.style.transform="none",t.style.marginLeft="0",t.style.transition="none",r.style.flex="1 1 auto",r.style.width="100%",r.style.maxWidth="100%",r.style.minWidth="0");return}if(e.removeAttribute("data-persona-dock-mobile-fullscreen"),Qx(o),rw(o,i.maxHeight),i.reveal==="overlay"){e.style.display="flex",e.style.flexDirection="row",e.style.alignItems="stretch",e.style.overflow="hidden",e.dataset.personaDockReveal="overlay",Hp(t),Wp(o),Bp(r),wl(n,o);let w=i.animate?"transform 180ms ease":"none",C=i.side==="right"?"translateX(100%)":"translateX(-100%)",S=s?"translateX(0)":C;o.style.display="flex",o.style.flexDirection="column",o.style.flex="none",o.style.position="absolute",o.style.top="0",o.style.bottom="0",o.style.width=i.width,o.style.maxWidth=i.width,o.style.minWidth=i.width,o.style.minHeight="0",o.style.overflow="hidden",o.style.transition=w,o.style.transform=S,o.style.pointerEvents=s?"auto":"none",o.style.zIndex="2",i.side==="right"?(o.style.right="0",o.style.left=""):(o.style.left="0",o.style.right="")}else if(i.reveal==="push"){e.style.display="flex",e.style.flexDirection="row",e.style.alignItems="stretch",e.style.overflow="hidden",e.dataset.personaDockReveal="push",Wp(o),Dp(o),wl(n,o);let w=tw(i.width,e.clientWidth),C=Math.max(0,e.clientWidth),S=i.animate?"margin-left 180ms ease":"none",M=i.side==="right"?s?-w:0:s?0:-w;t.style.display="flex",t.style.flexDirection="row",t.style.flex="0 0 auto",t.style.minHeight="0",t.style.minWidth="0",t.style.alignItems="stretch",t.style.height="100%",t.style.width=`${C+w}px`,t.style.transition=S,t.style.marginLeft=`${M}px`,t.style.transform="",r.style.flex="0 0 auto",r.style.flexGrow="0",r.style.flexShrink="0",r.style.width=`${C}px`,r.style.maxWidth=`${C}px`,r.style.minWidth=`${C}px`,o.style.display="flex",o.style.flexDirection="column",o.style.flex="0 0 auto",o.style.flexShrink="0",o.style.width=i.width,o.style.minWidth=i.width,o.style.maxWidth=i.width,o.style.position="relative",o.style.top="",o.style.overflow="hidden",o.style.transition="none",o.style.pointerEvents=s?"auto":"none"}else{e.style.display="flex",e.style.flexDirection="row",e.style.alignItems="stretch",e.style.overflow="",Hp(t),Dp(o),Bp(r),wl(n,o);let w=i.reveal==="emerge";w?e.dataset.personaDockReveal="emerge":e.removeAttribute("data-persona-dock-reveal");let C=s?i.width:"0px",S=i.animate?"width 180ms ease, min-width 180ms ease, max-width 180ms ease, flex-basis 180ms ease":"none",M=!s;o.style.display="flex",o.style.flexDirection="column",o.style.flex=`0 0 ${C}`,o.style.width=C,o.style.maxWidth=C,o.style.minWidth=C,o.style.minHeight="0",ow(o,i.maxHeight),o.style.overflow=w||M?"hidden":"visible",o.style.transition=S,w&&(o.style.alignItems=i.side==="right"?"flex-start":"flex-end",n.style.width=i.width,n.style.minWidth=i.width,n.style.maxWidth=i.width,n.style.boxSizing="border-box")}},iw=(e,t)=>{let r=e.ownerDocument.createElement("div");return Xx(r,t),e.appendChild(r),{mode:"direct",host:r,shell:null,syncWidgetState:()=>{},updateConfig(o){Xx(r,o)},destroy(){r.remove()}}},lw=(e,t)=>{var k,w,C,S;let{ownerDocument:r}=e,o=e.parentElement;if(!o)throw new Error("Docked widget target must be attached to the DOM");let n=e.tagName.toUpperCase();if(n==="BODY"||n==="HTML")throw new Error('Docked widget target must be a concrete container element, not "body" or "html"');let a=e.nextSibling,s=r.createElement("div"),i=r.createElement("div"),c=r.createElement("div"),d=r.createElement("aside"),p=r.createElement("div"),m=(w=(k=t==null?void 0:t.launcher)==null?void 0:k.enabled)==null||w?(S=(C=t==null?void 0:t.launcher)==null?void 0:C.autoExpand)!=null?S:!1:!0;i.dataset.personaDockRole="push-track",c.dataset.personaDockRole="content",d.dataset.personaDockRole="panel",p.dataset.personaDockRole="host",d.appendChild(p),o.insertBefore(s,e),c.appendChild(e);let g=null,u=()=>{g==null||g.disconnect(),g=null},h=()=>{u(),Kr(t).reveal==="push"&&typeof ResizeObserver!="undefined"&&(g=new ResizeObserver(()=>{Jx(s,i,c,d,p,t,m)}),g.observe(s))},y=!1,E=()=>{Jx(s,i,c,d,p,t,m),h(),m&&!y&&s.dataset.personaDockMobileFullscreen!=="true"&&(y=!0,nw(s,Kr(t)))},T=s.ownerDocument.defaultView,A=()=>{E()};return T==null||T.addEventListener("resize",A),Kr(t).reveal==="push"?(i.appendChild(c),i.appendChild(d),s.appendChild(i)):(s.appendChild(c),s.appendChild(d)),E(),{mode:"docked",host:p,shell:s,syncWidgetState(M){let W=M.launcherEnabled?M.open:!0;m!==W&&(m=W,E())},updateConfig(M){var W,I;t=M,((I=(W=t==null?void 0:t.launcher)==null?void 0:W.enabled)!=null?I:!0)===!1&&(m=!0),E()},destroy(){T==null||T.removeEventListener("resize",A),u(),o.isConnected&&(a&&a.parentNode===o?o.insertBefore(e,a):o.appendChild(e)),s.remove()}}},Gs=(e,t)=>or(t)?lw(e,t):iw(e,t);var Fp={},dw=e=>{if(typeof window=="undefined"||typeof document=="undefined")throw new Error("Chat widget can only be mounted in a browser environment");if(typeof e=="string"){let t=document.querySelector(e);if(!t)throw new Error(`Chat widget target "${e}" was not found`);return t}return e},cw=()=>{try{if(typeof Fp!="undefined"&&Fp.url)return new URL("../widget.css",Fp.url).href}catch{}return null},Yx=(e,t)=>{let r=cw(),o=()=>{if(!(e instanceof ShadowRoot)||e.querySelector("link[data-persona]"))return;let n=t.head.querySelector("link[data-persona]");if(!n)return;let a=n.cloneNode(!0);e.insertBefore(a,e.firstChild)};if(e instanceof ShadowRoot)if(r){let n=t.createElement("link");n.rel="stylesheet",n.href=r,n.setAttribute("data-persona","true"),e.insertBefore(n,e.firstChild)}else o();else if(!t.head.querySelector("link[data-persona]")&&r){let a=t.createElement("link");a.rel="stylesheet",a.href=r,a.setAttribute("data-persona","true"),t.head.appendChild(a)}},Zx=e=>{var E;let t=dw(e.target),r=e.useShadowDom===!0,o=t.ownerDocument,n=e.config,a=Gs(t,n),s,i=[],c=(T,A)=>{var S,M;let w=!((M=(S=A==null?void 0:A.launcher)==null?void 0:S.enabled)!=null?M:!0)||or(A),C=o.createElement("div");if(C.setAttribute("data-persona-root","true"),w&&(C.style.height="100%",C.style.display="flex",C.style.flexDirection="column",C.style.flex="1",C.style.minHeight="0"),r){let W=T.attachShadow({mode:"open"});W.appendChild(C),Yx(W,o)}else T.appendChild(C),Yx(T,o);return t.id&&C.setAttribute("data-persona-instance",t.id),C},d=()=>{a.syncWidgetState(s.getState())},p=()=>{i.forEach(T=>T()),i=[s.on("widget:opened",d),s.on("widget:closed",d)],d()},m=()=>{let T=c(a.host,n);s=vl(T,n,{debugTools:e.debugTools}),p()},g=()=>{i.forEach(T=>T()),i=[],s.destroy()};m(),(E=e.onChatReady)==null||E.call(e);let u=T=>{g(),a.destroy(),a=Gs(t,T),n=T,m()},h={update(T){var M,W,I,R,D,O;let A={...n,...T,launcher:{...(M=n==null?void 0:n.launcher)!=null?M:{},...(W=T==null?void 0:T.launcher)!=null?W:{},dock:{...(R=(I=n==null?void 0:n.launcher)==null?void 0:I.dock)!=null?R:{},...(O=(D=T==null?void 0:T.launcher)==null?void 0:D.dock)!=null?O:{}}}},k=or(n),w=or(A),C=On(n),S=On(A);if(k!==w||C!==S){u(A);return}n=A,a.updateConfig(n),s.update(T),d()},destroy(){g(),a.destroy(),e.windowKey&&typeof window!="undefined"&&delete window[e.windowKey]}},y=new Proxy(h,{get(T,A,k){if(A==="host")return a.host;if(A in T)return Reflect.get(T,A,k);let w=s[A];return typeof w=="function"?w.bind(s):w}});return e.windowKey&&typeof window!="undefined"&&(window[e.windowKey]=y),y};var ny=new Set(["script","style","noscript","svg","path","meta","link","br","hr"]),pw=new Set(["button","a","input","select","textarea","details","summary"]),uw=new Set(["button","link","menuitem","tab","option","switch","checkbox","radio","combobox","listbox","slider","spinbutton","textbox"]),Np=/\b(product|card|item|listing|result)\b/i,_p=/\$[\d,]+(?:\.\d{2})?|€[\d,]+(?:\.\d{2})?|£[\d,]+(?:\.\d{2})?|USD\s*[\d,]+(?:\.\d{2})?/i,fw=3e3,mw=100;function ay(e){let t=typeof e.className=="string"?e.className:"";if(Np.test(t)||e.id&&Np.test(e.id))return!0;for(let r=0;r<e.attributes.length;r++){let o=e.attributes[r];if(o.name.startsWith("data-")&&Np.test(o.value))return!0}return!1}function sy(e){var t;return _p.test(((t=e.textContent)!=null?t:"").trim())}function iy(e){var r;let t=e.querySelectorAll("a[href]");for(let o=0;o<t.length;o++){let n=(r=t[o].getAttribute("href"))!=null?r:"";if(n&&n!=="#"&&!n.toLowerCase().startsWith("javascript:"))return!0}return!1}function gw(e){return!!e.querySelector('button, [role="button"], input[type="submit"], input[type="button"]')}function ey(e){let t=e.match(_p);return t?t[0]:null}function ty(e){var o,n,a;let t=(o=e.querySelector(".product-title a, h1 a, h2 a, h3 a, h4 a, .title a, a[href]"))!=null?o:e.querySelector("a[href]");if(t&&((n=t.textContent)!=null&&n.trim())){let s=t.getAttribute("href");return{title:t.textContent.trim(),href:s&&s!=="#"?s:null}}let r=e.querySelector("h1, h2, h3, h4, h5, h6");return(a=r==null?void 0:r.textContent)!=null&&a.trim()?{title:r.textContent.trim(),href:null}:{title:"",href:null}}function hw(e){let t=[],r=o=>{let n=o.trim();n&&!t.includes(n)&&t.push(n)};return e.querySelectorAll("button").forEach(o=>{var n;return r((n=o.textContent)!=null?n:"")}),e.querySelectorAll('[role="button"]').forEach(o=>{var n;return r((n=o.textContent)!=null?n:"")}),e.querySelectorAll('input[type="submit"], input[type="button"]').forEach(o=>{var n;r((n=o.value)!=null?n:"")}),t.slice(0,6)}var xw="commerce-card",yw="result-card";function ry(e){return!ay(e)||!sy(e)||!iy(e)&&!gw(e)?0:5200}function oy(e){var o;return!ay(e)||sy(e)||!iy(e)||((o=e.textContent)!=null?o:"").trim().length<20||!(!!e.querySelector("h1, h2, h3, h4, h5, h6, .title")||!!e.querySelector(".snippet, .description, p"))?0:2800}var Up=[{id:xw,scoreElement(e){return ry(e)},shouldSuppressDescendant(e,t,r){if(t===e||!e.contains(t))return!1;if(r.interactivity==="static"){let o=r.text.trim();return!!(o.length===0||_p.test(o)&&o.length<32)}return!0},formatSummary(e,t){var c,d,p;if(ry(e)===0)return null;let{title:r,href:o}=ty(e),n=(p=(d=ey(((c=e.textContent)!=null?c:"").trim()))!=null?d:ey(t.text))!=null?p:"",a=hw(e);return[o&&r?`[${r}](${o})${n?`: ${n}`:""}`:r?`${r}${n?`: ${n}`:""}`:n||t.text.trim().slice(0,120),`selector: ${t.selector}`,a.length?`actions: ${a.join(", ")}`:""].filter(Boolean).join(`
113
+ `)}},{id:yw,scoreElement(e){return oy(e)},formatSummary(e,t){if(oy(e)===0)return null;let{title:r,href:o}=ty(e);return[o&&r?`[${r}](${o})`:r||t.text.trim().slice(0,120),`selector: ${t.selector}`].filter(Boolean).join(`
114
+ `)}}];function bw(){typeof console!="undefined"&&typeof console.warn=="function"&&console.warn('[persona] collectEnrichedPageContext: options.mode is "simple" but `rules` were provided; rules are ignored.')}function vw(e){var p,m,g,u,h,y,E,T,A,k,w,C,S;let t=(p=e.options)!=null?p:{},r=(g=(m=t.maxElements)!=null?m:e.maxElements)!=null?g:80,o=(h=(u=t.excludeSelector)!=null?u:e.excludeSelector)!=null?h:".persona-host",n=(E=(y=t.maxTextLength)!=null?y:e.maxTextLength)!=null?E:200,a=(A=(T=t.visibleOnly)!=null?T:e.visibleOnly)!=null?A:!0,s=(k=t.root)!=null?k:e.root,i=(w=t.mode)!=null?w:"structured",c=(C=t.maxCandidates)!=null?C:Math.max(500,r*10),d=(S=e.rules)!=null?S:Up;return i==="simple"&&e.rules&&e.rules.length>0?(bw(),d=[]):i==="simple"&&(d=[]),{mode:i,maxElements:r,maxCandidates:c,excludeSelector:o,maxTextLength:n,visibleOnly:a,root:s,rules:d}}function Op(e){return typeof CSS!="undefined"&&typeof CSS.escape=="function"?CSS.escape(e):e.replace(/([^\w-])/g,"\\$1")}var ww=["data-testid","data-product","data-action","data-id","data-name","data-type"];function Cw(e){let t=e.tagName.toLowerCase(),r=e.getAttribute("role");return t==="a"&&e.hasAttribute("href")?"navigable":t==="input"||t==="select"||t==="textarea"||r==="textbox"||r==="combobox"||r==="listbox"||r==="spinbutton"?"input":t==="button"||r==="button"||pw.has(t)||r&&uw.has(r)||e.hasAttribute("tabindex")||e.hasAttribute("onclick")||e.getAttribute("contenteditable")==="true"?"clickable":"static"}function ly(e){if(e.hidden)return!1;try{let t=getComputedStyle(e);if(t.display==="none"||t.visibility==="hidden")return!1}catch{}return!(e.style.display==="none"||e.style.visibility==="hidden")}function Sw(e){let t={},r=e.id;r&&(t.id=r);let o=e.getAttribute("href");o&&(t.href=o);let n=e.getAttribute("aria-label");n&&(t["aria-label"]=n);let a=e.getAttribute("type");a&&(t.type=a);let s=e.getAttribute("value");s&&(t.value=s);let i=e.getAttribute("name");i&&(t.name=i);let c=e.getAttribute("role");c&&(t.role=c);for(let d=0;d<e.attributes.length;d++){let p=e.attributes[d];p.name.startsWith("data-")&&(t[p.name]=p.value)}return t}function qp(e){let t=e.tagName.toLowerCase();if(e.id){let n=`#${Op(e.id)}`;try{if(e.ownerDocument.querySelectorAll(n).length===1)return n}catch{}}for(let n of ww){let a=e.getAttribute(n);if(a){let s=`${t}[${n}="${Op(a)}"]`;try{if(e.ownerDocument.querySelectorAll(s).length===1)return s}catch{}}}let r=Array.from(e.classList).filter(n=>n&&!n.startsWith("persona-")).slice(0,3);if(r.length>0){let n=`${t}.${r.map(s=>Op(s)).join(".")}`;try{if(e.ownerDocument.querySelectorAll(n).length===1)return n}catch{}let a=e.parentElement;if(a){let i=Array.from(a.querySelectorAll(`:scope > ${t}`)).indexOf(e);if(i>=0){let c=`${n}:nth-of-type(${i+1})`;try{if(e.ownerDocument.querySelectorAll(c).length===1)return c}catch{}}}}let o=e.parentElement;if(o){let a=Array.from(o.querySelectorAll(`:scope > ${t}`)).indexOf(e);if(a>=0)return`${t}:nth-of-type(${a+1})`}return t}function Aw(e){return e==="static"?mw:fw}function dy(e,t){var n;let r=e.tagName.toLowerCase(),o=((n=e.textContent)!=null?n:"").trim().substring(0,t);return{selector:qp(e),tagName:r,text:o,role:e.getAttribute("role"),interactivity:Cw(e),attributes:Sw(e)}}function Mw(e,t,r,o){let n=Aw(t.interactivity),a=null;for(let s of r){let i=s.scoreElement(e,t,o);i>0&&(n+=i,s.formatSummary&&!a&&(a=s))}return{score:n,formattingRule:a}}function Tw(e,t){var r;for(let o of e)if(t.el!==o.el&&(r=o.formattingRule)!=null&&r.shouldSuppressDescendant&&o.el.contains(t.el)&&o.formattingRule.shouldSuppressDescendant(o.el,t.el,t.enriched))return!0;return!1}function Ew(e,t){let r={doc:t.ownerDocument,maxTextLength:e.maxTextLength},o=new Set,n=[],a=0,s=document.createTreeWalker(t,NodeFilter.SHOW_ELEMENT,null),i=s.currentNode;for(;i&&n.length<e.maxCandidates;){if(i.nodeType===Node.ELEMENT_NODE){let d=i,p=d.tagName.toLowerCase();if(ny.has(p)){i=s.nextNode();continue}if(e.excludeSelector)try{if(d.closest(e.excludeSelector)){i=s.nextNode();continue}}catch{}if(e.visibleOnly&&!ly(d)){i=s.nextNode();continue}let m=dy(d,e.maxTextLength),g=m.text.length>0,u=Object.keys(m.attributes).length>0&&!Object.keys(m.attributes).every(E=>E==="role");if(!g&&!u){i=s.nextNode();continue}if(o.has(m.selector)){i=s.nextNode();continue}o.add(m.selector);let{score:h,formattingRule:y}=Mw(d,m,e.rules,r);n.push({el:d,domIndex:a,enriched:m,score:h,formattingRule:y}),a+=1}i=s.nextNode()}n.sort((d,p)=>{let m=d.enriched.interactivity==="static"?1:0,g=p.enriched.interactivity==="static"?1:0;return m!==g?m-g:p.score!==d.score?p.score-d.score:d.domIndex-p.domIndex});let c=[];for(let d of n){if(c.length>=e.maxElements)break;Tw(c,d)||c.push(d)}return c.sort((d,p)=>{let m=d.enriched.interactivity==="static"?1:0,g=p.enriched.interactivity==="static"?1:0;return m!==g?m-g:m===1&&p.score!==d.score?p.score-d.score:d.domIndex-p.domIndex}),c.map(d=>{var g;let p;if((g=d.formattingRule)!=null&&g.formatSummary){let u=d.formattingRule.formatSummary(d.el,d.enriched,r);u&&(p=u)}let m={...d.enriched};return p&&(m.formattedSummary=p),m})}function kw(e,t){let r=[],o=new Set,n=document.createTreeWalker(t,NodeFilter.SHOW_ELEMENT,null),a=n.currentNode;for(;a&&r.length<e.maxElements;){if(a.nodeType===Node.ELEMENT_NODE){let c=a,d=c.tagName.toLowerCase();if(ny.has(d)){a=n.nextNode();continue}if(e.excludeSelector)try{if(c.closest(e.excludeSelector)){a=n.nextNode();continue}}catch{}if(e.visibleOnly&&!ly(c)){a=n.nextNode();continue}let p=dy(c,e.maxTextLength),m=p.text.length>0,g=Object.keys(p.attributes).length>0&&!Object.keys(p.attributes).every(u=>u==="role");if(!m&&!g){a=n.nextNode();continue}o.has(p.selector)||(o.add(p.selector),r.push(p))}a=n.nextNode()}let s=[],i=[];for(let c of r)c.interactivity!=="static"?s.push(c):i.push(c);return[...s,...i].slice(0,e.maxElements)}function cy(e={}){var o;let t=vw(e),r=(o=t.root)!=null?o:document.body;return r?t.mode==="simple"?kw(t,r):Ew(t,r):[]}var Cl=100;function py(e,t={}){var a;if(e.length===0)return"No page elements found.";let r=(a=t.mode)!=null?a:"structured",o=[];if(r==="structured"){let s=e.map(i=>i.formattedSummary).filter(i=>!!i&&i.length>0);s.length>0&&o.push(`Structured summaries:
115
115
  ${s.map(i=>`- ${i.split(`
116
116
  `).join(`
117
117
  `)}`).join(`
118
- `)}`)}let n={clickable:[],navigable:[],input:[],static:[]};for(let s of e)r==="structured"&&s.formattedSummary||n[s.interactivity].push(s);if(n.clickable.length>0){let s=n.clickable.map(i=>`- ${i.selector}: "${i.text.substring(0,yl)}" (clickable)`);o.push(`Interactive elements:
118
+ `)}`)}let n={clickable:[],navigable:[],input:[],static:[]};for(let s of e)r==="structured"&&s.formattedSummary||n[s.interactivity].push(s);if(n.clickable.length>0){let s=n.clickable.map(i=>`- ${i.selector}: "${i.text.substring(0,Cl)}" (clickable)`);o.push(`Interactive elements:
119
119
  ${s.join(`
120
- `)}`)}if(n.navigable.length>0){let s=n.navigable.map(i=>`- ${i.selector}${i.attributes.href?`[href="${i.attributes.href}"]`:""}: "${i.text.substring(0,yl)}" (navigable)`);o.push(`Navigation links:
120
+ `)}`)}if(n.navigable.length>0){let s=n.navigable.map(i=>`- ${i.selector}${i.attributes.href?`[href="${i.attributes.href}"]`:""}: "${i.text.substring(0,Cl)}" (navigable)`);o.push(`Navigation links:
121
121
  ${s.join(`
122
- `)}`)}if(n.input.length>0){let s=n.input.map(i=>`- ${i.selector}${i.attributes.type?`[type="${i.attributes.type}"]`:""}: "${i.text.substring(0,yl)}" (input)`);o.push(`Form inputs:
122
+ `)}`)}if(n.input.length>0){let s=n.input.map(i=>`- ${i.selector}${i.attributes.type?`[type="${i.attributes.type}"]`:""}: "${i.text.substring(0,Cl)}" (input)`);o.push(`Form inputs:
123
123
  ${s.join(`
124
- `)}`)}if(n.static.length>0){let s=n.static.map(i=>`- ${i.selector}: "${i.text.substring(0,yl)}"`);o.push(`Content:
124
+ `)}`)}if(n.static.length>0){let s=n.static.map(i=>`- ${i.selector}: "${i.text.substring(0,Cl)}"`);o.push(`Content:
125
125
  ${s.join(`
126
126
  `)}`)}return o.join(`
127
127
 
128
- `)}function ey(){return{name:"@persona/accessibility",version:"1.0.0",transform(e){return{...e,semantic:{...e.semantic,colors:{...e.semantic.colors,interactive:{...e.semantic.colors.interactive,focus:"palette.colors.primary.700",disabled:"palette.colors.gray.300"}}}}},cssVariables:{"--persona-accessibility-focus-ring":"0 0 0 2px var(--persona-semantic-colors-surface, #fff), 0 0 0 4px var(--persona-semantic-colors-interactive-focus, #0f0f0f)"}}}function ty(){return{name:"@persona/animations",version:"1.0.0",transform(e){return{...e,palette:{...e.palette,transitions:{fast:"150ms",normal:"200ms",slow:"300ms",bounce:"500ms cubic-bezier(0.68, -0.55, 0.265, 1.55)"},easings:{easeIn:"cubic-bezier(0.4, 0, 1, 1)",easeOut:"cubic-bezier(0, 0, 0.2, 1)",easeInOut:"cubic-bezier(0.4, 0, 0.2, 1)"}}}},cssVariables:{"--persona-transition-fast":"150ms ease","--persona-transition-normal":"200ms ease","--persona-transition-slow":"300ms ease"}}}function ry(e){return{name:"@persona/brand",version:"1.0.0",transform(t){var o;let r={...t.palette};return(o=e.colors)!=null&&o.primary&&(r.colors={...r.colors,primary:{50:_o(e.colors.primary,.95),100:_o(e.colors.primary,.9),200:_o(e.colors.primary,.8),300:_o(e.colors.primary,.7),400:_o(e.colors.primary,.6),500:e.colors.primary,600:_o(e.colors.primary,.8),700:_o(e.colors.primary,.7),800:_o(e.colors.primary,.6),900:_o(e.colors.primary,.5),950:_o(e.colors.primary,.45)}}),{...t,palette:r}}}}function oy(){return{name:"@persona/reduced-motion",version:"1.0.0",transform(e){return{...e,palette:{...e.palette,transitions:{fast:"0ms",normal:"0ms",slow:"0ms",bounce:"0ms"}}}},afterResolve(e){return{...e,"--persona-transition-fast":"0ms","--persona-transition-normal":"0ms","--persona-transition-slow":"0ms"}}}}function ny(){return{name:"@persona/high-contrast",version:"1.0.0",transform(e){return{...e,semantic:{...e.semantic,colors:{...e.semantic.colors,text:"palette.colors.gray.950",textMuted:"palette.colors.gray.700",border:"palette.colors.gray.900",divider:"palette.colors.gray.900"}}}}}}function _o(e,t){let r=parseInt(e.slice(1,3),16),o=parseInt(e.slice(3,5),16),n=parseInt(e.slice(5,7),16),a=Math.round(r+(255-r)*(1-t)),s=Math.round(o+(255-o)*(1-t)),i=Math.round(n+(255-n)*(1-t));return`#${a.toString(16).padStart(2,"0")}${s.toString(16).padStart(2,"0")}${i.toString(16).padStart(2,"0")}`}function ay(e){return{name:e.name,version:e.version,transform:e.transform||(t=>t),cssVariables:e.cssVariables,afterResolve:e.afterResolve}}var mw={palette:{colors:{primary:{500:"#111827"},accent:{600:"#1d4ed8"},gray:{50:"#ffffff",100:"#f8fafc",200:"#f1f5f9",500:"#6b7280",900:"#000000"}},radius:{sm:"0.75rem",md:"1rem",lg:"1.5rem",launcher:"9999px",button:"9999px"}},semantic:{colors:{primary:"palette.colors.primary.500",textInverse:"palette.colors.gray.50"}}},sy={components:{panel:{borderRadius:"0",shadow:"none"}}},Bp={id:"shop",label:"Shopping Assistant",config:{theme:mw,launcher:{title:"Shopping Assistant",subtitle:"Here to help you find what you need",agentIconText:"\u{1F6CD}\uFE0F",position:"bottom-right",width:Gr},copy:{welcomeTitle:"Welcome to our shop!",welcomeSubtitle:"I can help you find products and answer questions",inputPlaceholder:"Ask me anything...",sendButtonLabel:"Send"},suggestionChips:["What can you help me with?","Tell me about your features","How does this work?"]}},Dp={id:"minimal",label:"Minimal",config:{launcher:{enabled:!1,fullHeight:!0},layout:{header:{layout:"minimal",showCloseButton:!1},messages:{layout:"minimal"}},theme:sy}},Fp={id:"fullscreen",label:"Fullscreen Assistant",config:{launcher:{enabled:!1,fullHeight:!0},layout:{header:{layout:"minimal",showCloseButton:!1},contentMaxWidth:"72ch"},theme:sy}},Np={shop:Bp,minimal:Dp,fullscreen:Fp};function iy(e){return Np[e]}var gw=`
128
+ `)}function uy(){return{name:"@persona/accessibility",version:"1.0.0",transform(e){return{...e,semantic:{...e.semantic,colors:{...e.semantic.colors,interactive:{...e.semantic.colors.interactive,focus:"palette.colors.primary.700",disabled:"palette.colors.gray.300"}}}}},cssVariables:{"--persona-accessibility-focus-ring":"0 0 0 2px var(--persona-semantic-colors-surface, #fff), 0 0 0 4px var(--persona-semantic-colors-interactive-focus, #0f0f0f)"}}}function fy(){return{name:"@persona/animations",version:"1.0.0",transform(e){return{...e,palette:{...e.palette,transitions:{fast:"150ms",normal:"200ms",slow:"300ms",bounce:"500ms cubic-bezier(0.68, -0.55, 0.265, 1.55)"},easings:{easeIn:"cubic-bezier(0.4, 0, 1, 1)",easeOut:"cubic-bezier(0, 0, 0.2, 1)",easeInOut:"cubic-bezier(0.4, 0, 0.2, 1)"}}}},cssVariables:{"--persona-transition-fast":"150ms ease","--persona-transition-normal":"200ms ease","--persona-transition-slow":"300ms ease"}}}function my(e){return{name:"@persona/brand",version:"1.0.0",transform(t){var o;let r={...t.palette};return(o=e.colors)!=null&&o.primary&&(r.colors={...r.colors,primary:{50:_o(e.colors.primary,.95),100:_o(e.colors.primary,.9),200:_o(e.colors.primary,.8),300:_o(e.colors.primary,.7),400:_o(e.colors.primary,.6),500:e.colors.primary,600:_o(e.colors.primary,.8),700:_o(e.colors.primary,.7),800:_o(e.colors.primary,.6),900:_o(e.colors.primary,.5),950:_o(e.colors.primary,.45)}}),{...t,palette:r}}}}function gy(){return{name:"@persona/reduced-motion",version:"1.0.0",transform(e){return{...e,palette:{...e.palette,transitions:{fast:"0ms",normal:"0ms",slow:"0ms",bounce:"0ms"}}}},afterResolve(e){return{...e,"--persona-transition-fast":"0ms","--persona-transition-normal":"0ms","--persona-transition-slow":"0ms"}}}}function hy(){return{name:"@persona/high-contrast",version:"1.0.0",transform(e){return{...e,semantic:{...e.semantic,colors:{...e.semantic.colors,text:"palette.colors.gray.950",textMuted:"palette.colors.gray.700",border:"palette.colors.gray.900",divider:"palette.colors.gray.900"}}}}}}function _o(e,t){let r=parseInt(e.slice(1,3),16),o=parseInt(e.slice(3,5),16),n=parseInt(e.slice(5,7),16),a=Math.round(r+(255-r)*(1-t)),s=Math.round(o+(255-o)*(1-t)),i=Math.round(n+(255-n)*(1-t));return`#${a.toString(16).padStart(2,"0")}${s.toString(16).padStart(2,"0")}${i.toString(16).padStart(2,"0")}`}function xy(e){return{name:e.name,version:e.version,transform:e.transform||(t=>t),cssVariables:e.cssVariables,afterResolve:e.afterResolve}}var Lw={palette:{colors:{primary:{500:"#111827"},accent:{600:"#1d4ed8"},gray:{50:"#ffffff",100:"#f8fafc",200:"#f1f5f9",500:"#6b7280",900:"#000000"}},radius:{sm:"0.75rem",md:"1rem",lg:"1.5rem",launcher:"9999px",button:"9999px"}},semantic:{colors:{primary:"palette.colors.primary.500",textInverse:"palette.colors.gray.50"}}},yy={components:{panel:{borderRadius:"0",shadow:"none"}}},Vp={id:"shop",label:"Shopping Assistant",config:{theme:Lw,launcher:{title:"Shopping Assistant",subtitle:"Here to help you find what you need",agentIconText:"\u{1F6CD}\uFE0F",position:"bottom-right",width:Gr},copy:{welcomeTitle:"Welcome to our shop!",welcomeSubtitle:"I can help you find products and answer questions",inputPlaceholder:"Ask me anything...",sendButtonLabel:"Send"},suggestionChips:["What can you help me with?","Tell me about your features","How does this work?"]}},zp={id:"minimal",label:"Minimal",config:{launcher:{enabled:!1,fullHeight:!0},layout:{header:{layout:"minimal",showCloseButton:!1},messages:{layout:"minimal"}},theme:yy}},$p={id:"fullscreen",label:"Fullscreen Assistant",config:{launcher:{enabled:!1,fullHeight:!0},layout:{header:{layout:"minimal",showCloseButton:!1},contentMaxWidth:"72ch"},theme:yy}},jp={shop:Vp,minimal:zp,fullscreen:$p};function by(e){return jp[e]}var Pw=`
129
129
  @keyframes persona-stream-wipe {
130
130
  from { -webkit-mask-position: 100% 0; mask-position: 100% 0; }
131
131
  to { -webkit-mask-position: 0% 0; mask-position: 0% 0; }
@@ -161,7 +161,7 @@ ${s.join(`
161
161
  mask-image: none !important;
162
162
  }
163
163
  }
164
- `.trim(),hw={name:"wipe",containerClass:"persona-stream-wipe",wrap:"word",styles:gw};ca(hw);var xw=`
164
+ `.trim(),Rw={name:"wipe",containerClass:"persona-stream-wipe",wrap:"word",styles:Pw};ua(Rw);var Iw=`
165
165
  [data-persona-root] .persona-stream-glyph-cycle .persona-stream-char {
166
166
  animation: persona-stream-glyph-cycle-fade
167
167
  calc(var(--persona-stream-step, 120ms) * 1.5) ease-out both;
@@ -179,7 +179,7 @@ ${s.join(`
179
179
  opacity: 1 !important;
180
180
  }
181
181
  }
182
- `.trim(),zs="ABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789#$%&@",yw=10,bw=120,Op=120,vw=.4,ww=50,Cw=e=>{var o;if(!e)return Op;let r=((o=e.style.getPropertyValue("--persona-stream-step"))==null?void 0:o.trim()).match(/([\d.]+)\s*ms/);return r?parseFloat(r[1]):Op},gy=e=>{let t=e.closest(".persona-stream-glyph-cycle"),r=Cw(t);return bw*r/Op},_p=e=>{let t=zs[Math.floor(Math.random()*zs.length)];return e&&t===e&&(t=zs[(zs.indexOf(t)+1)%zs.length]),t},Sw=e=>{let t=e.closest(".persona-stream-glyph-cycle");if(!t)return;let r=t.querySelectorAll(".persona-stream-char[data-glyph-cycle-final]"),o=!1;for(let n of Array.from(r)){if(n===e){o=!0;continue}o&&Math.random()<vw&&(n.textContent=_p())}},ly=new WeakMap,dy=25,cy=.5,Aw=6,py=.25,uy=new WeakMap,fy=new WeakMap,Mw=(e,t)=>{var n;if(!e)return dy*cy;let r=uy.get(e);uy.set(e,t);let o=(n=fy.get(e))!=null?n:dy;if(r!==void 0){let a=t-r;a>1&&(o=o*(1-py)+a*py,fy.set(e,o))}return Math.max(Aw,o*cy)},Ja=new Map,Tw=e=>{var r;let t=e.closest("[data-message-id]");return(r=t==null?void 0:t.dataset.messageId)!=null?r:null},Ew=e=>{var t;e&&Ja.set(e,((t=Ja.get(e))!=null?t:0)+1)},kw=e=>{var r;if(!e)return;let t=(r=Ja.get(e))!=null?r:0;t<=1?Ja.delete(e):Ja.set(e,t-1)},hy=e=>{var d;if(e.dataset.glyphCycleScheduled==="true")return;let t=(d=e.textContent)!=null?d:"";if(!t||/\s/.test(t))return;e.dataset.glyphCycleScheduled="true",e.dataset.glyphCycleFinal=t,e.setAttribute("data-preserve-runtime","stream-glyph-cycle"),e.textContent=_p();let r=Tw(e);r&&(e.dataset.glyphCycleMessageId=r),Ew(r);let o=e.closest(".persona-stream-glyph-cycle"),n=Date.now(),a=Mw(o,n),s=gy(e),i=yw*s,c=n+i;if(o){let p=ly.get(o);p!==void 0&&(c=Math.max(c,p)),ly.set(o,c+a)}Lw(e,t,c)},Lw=(e,t,r)=>{var s;if(e.dataset.glyphCycleStarted==="true")return;e.dataset.glyphCycleStarted="true";let o=gy(e),n=(s=e.textContent)!=null?s:void 0,a=()=>{var c;if(!e.isConnected)return;if(Date.now()>=r){e.textContent=t,e.removeAttribute("data-preserve-runtime"),delete e.dataset.glyphCycleStarted,delete e.dataset.glyphCycleFinal,kw((c=e.dataset.glyphCycleMessageId)!=null?c:null),delete e.dataset.glyphCycleMessageId;return}let i=_p(n);e.textContent=i,n=i,Sw(e),setTimeout(a,o)};setTimeout(a,o)},my=e=>{var r;let t=(r=e.querySelectorAll)==null?void 0:r.call(e,".persona-stream-glyph-cycle .persona-stream-char:not([data-glyph-cycle-scheduled])");if(t)for(let o of Array.from(t))hy(o)},Pw=e=>e.nodeType===1,Rw={name:"glyph-cycle",containerClass:"persona-stream-glyph-cycle",wrap:"char",skipTags:["a","script","style"],styles:xw,bufferContent(e){if(e.length<ww)return"";let t=0,r=-1,o=0;for(;o<e.length;){if(e[o]==="*"&&e[o+1]==="*"){t+=1,o+=2;continue}/\s/.test(e[o])&&t%2===0&&(r=o),o+=1}return r<0?"":e.slice(0,r)},isAnimating(e){var t;return((t=Ja.get(e.id))!=null?t:0)>0},onAttach(e){my(e);let t=new MutationObserver(r=>{for(let o of r)for(let n of Array.from(o.addedNodes))Pw(n)&&(n.classList.contains("persona-stream-char")&&n.closest(".persona-stream-glyph-cycle")?hy(n):my(n))});return t.observe(e,{childList:!0,subtree:!0}),()=>t.disconnect()}};ca(Rw);var xy,yy,er=typeof document!="undefined"&&(yy=(xy=document.currentScript)==null?void 0:xy.src)!=null?yy:null;qg(()=>{let e=er==null?void 0:er.replace(/index\.global\.js($|\?)/,"webmcp-polyfill.js$1");return!e||e===er?Promise.reject(new Error(`Could not derive the webmcp-polyfill.js URL from the widget script URL (${er!=null?er:"unavailable"}). Self-hosted deployments that rename index.global.js should install @mcp-b/webmcp-polyfill on the page themselves before enabling config.webmcp.`)):import(e)});Pg(()=>{let e=er==null?void 0:er.replace(/index\.global\.js($|\?)/,"markdown-parsers.js$1");return!e||e===er?Promise.reject(new Error(`Could not derive the markdown-parsers.js URL from the widget script URL (${er!=null?er:"unavailable"}). Self-hosted deployments that rename index.global.js should host markdown-parsers.js alongside it.`)):import(e)});Ys().catch(e=>{typeof console!="undefined"&&console.warn("[Persona] Failed to pre-load markdown parsers",e)});Th(()=>{let e=er==null?void 0:er.replace(/index\.global\.js($|\?)/,"runtype-tts.js$1");return!e||e===er?Promise.reject(new Error(`Could not derive the runtype-tts.js URL from the widget script URL (${er!=null?er:"unavailable"}). Self-hosted deployments that rename index.global.js should host runtype-tts.js alongside it, or set textToSpeech.createEngine to supply a speech engine directly.`)):import(e)});return Gy(Iw);})();
182
+ `.trim(),Ks="ABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789#$%&@",Ww=10,Hw=120,Gp=120,Bw=.4,Dw=50,Fw=e=>{var o;if(!e)return Gp;let r=((o=e.style.getPropertyValue("--persona-stream-step"))==null?void 0:o.trim()).match(/([\d.]+)\s*ms/);return r?parseFloat(r[1]):Gp},Ey=e=>{let t=e.closest(".persona-stream-glyph-cycle"),r=Fw(t);return Hw*r/Gp},Kp=e=>{let t=Ks[Math.floor(Math.random()*Ks.length)];return e&&t===e&&(t=Ks[(Ks.indexOf(t)+1)%Ks.length]),t},Nw=e=>{let t=e.closest(".persona-stream-glyph-cycle");if(!t)return;let r=t.querySelectorAll(".persona-stream-char[data-glyph-cycle-final]"),o=!1;for(let n of Array.from(r)){if(n===e){o=!0;continue}o&&Math.random()<Bw&&(n.textContent=Kp())}},vy=new WeakMap,wy=25,Cy=.5,Ow=6,Sy=.25,Ay=new WeakMap,My=new WeakMap,_w=(e,t)=>{var n;if(!e)return wy*Cy;let r=Ay.get(e);Ay.set(e,t);let o=(n=My.get(e))!=null?n:wy;if(r!==void 0){let a=t-r;a>1&&(o=o*(1-Sy)+a*Sy,My.set(e,o))}return Math.max(Ow,o*Cy)},ts=new Map,Uw=e=>{var r;let t=e.closest("[data-message-id]");return(r=t==null?void 0:t.dataset.messageId)!=null?r:null},qw=e=>{var t;e&&ts.set(e,((t=ts.get(e))!=null?t:0)+1)},Vw=e=>{var r;if(!e)return;let t=(r=ts.get(e))!=null?r:0;t<=1?ts.delete(e):ts.set(e,t-1)},ky=e=>{var d;if(e.dataset.glyphCycleScheduled==="true")return;let t=(d=e.textContent)!=null?d:"";if(!t||/\s/.test(t))return;e.dataset.glyphCycleScheduled="true",e.dataset.glyphCycleFinal=t,e.setAttribute("data-preserve-runtime","stream-glyph-cycle"),e.textContent=Kp();let r=Uw(e);r&&(e.dataset.glyphCycleMessageId=r),qw(r);let o=e.closest(".persona-stream-glyph-cycle"),n=Date.now(),a=_w(o,n),s=Ey(e),i=Ww*s,c=n+i;if(o){let p=vy.get(o);p!==void 0&&(c=Math.max(c,p)),vy.set(o,c+a)}zw(e,t,c)},zw=(e,t,r)=>{var s;if(e.dataset.glyphCycleStarted==="true")return;e.dataset.glyphCycleStarted="true";let o=Ey(e),n=(s=e.textContent)!=null?s:void 0,a=()=>{var c;if(!e.isConnected)return;if(Date.now()>=r){e.textContent=t,e.removeAttribute("data-preserve-runtime"),delete e.dataset.glyphCycleStarted,delete e.dataset.glyphCycleFinal,Vw((c=e.dataset.glyphCycleMessageId)!=null?c:null),delete e.dataset.glyphCycleMessageId;return}let i=Kp(n);e.textContent=i,n=i,Nw(e),setTimeout(a,o)};setTimeout(a,o)},Ty=e=>{var r;let t=(r=e.querySelectorAll)==null?void 0:r.call(e,".persona-stream-glyph-cycle .persona-stream-char:not([data-glyph-cycle-scheduled])");if(t)for(let o of Array.from(t))ky(o)},$w=e=>e.nodeType===1,jw={name:"glyph-cycle",containerClass:"persona-stream-glyph-cycle",wrap:"char",skipTags:["a","script","style"],styles:Iw,bufferContent(e){if(e.length<Dw)return"";let t=0,r=-1,o=0;for(;o<e.length;){if(e[o]==="*"&&e[o+1]==="*"){t+=1,o+=2;continue}/\s/.test(e[o])&&t%2===0&&(r=o),o+=1}return r<0?"":e.slice(0,r)},isAnimating(e){var t;return((t=ts.get(e.id))!=null?t:0)>0},onAttach(e){Ty(e);let t=new MutationObserver(r=>{for(let o of r)for(let n of Array.from(o.addedNodes))$w(n)&&(n.classList.contains("persona-stream-char")&&n.closest(".persona-stream-glyph-cycle")?ky(n):Ty(n))});return t.observe(e,{childList:!0,subtree:!0}),()=>t.disconnect()}};ua(jw);var Ly,Py,Zt=typeof document!="undefined"&&(Py=(Ly=document.currentScript)==null?void 0:Ly.src)!=null?Py:null;eh(()=>{let e=Zt==null?void 0:Zt.replace(/index\.global\.js($|\?)/,"webmcp-polyfill.js$1");return!e||e===Zt?Promise.reject(new Error(`Could not derive the webmcp-polyfill.js URL from the widget script URL (${Zt!=null?Zt:"unavailable"}). Self-hosted deployments that rename index.global.js should install @mcp-b/webmcp-polyfill on the page themselves before enabling config.webmcp.`)):import(e)});qg(()=>{let e=Zt==null?void 0:Zt.replace(/index\.global\.js($|\?)/,"markdown-parsers.js$1");return!e||e===Zt?Promise.reject(new Error(`Could not derive the markdown-parsers.js URL from the widget script URL (${Zt!=null?Zt:"unavailable"}). Self-hosted deployments that rename index.global.js should host markdown-parsers.js alongside it.`)):import(e)});oi().catch(e=>{typeof console!="undefined"&&console.warn("[Persona] Failed to pre-load markdown parsers",e)});Nh(()=>{let e=Zt==null?void 0:Zt.replace(/index\.global\.js($|\?)/,"runtype-tts.js$1");return!e||e===Zt?Promise.reject(new Error(`Could not derive the runtype-tts.js URL from the widget script URL (${Zt!=null?Zt:"unavailable"}). Self-hosted deployments that rename index.global.js should host runtype-tts.js alongside it, or set textToSpeech.createEngine to supply a speech engine directly.`)):import(e)});return lb(Gw);})();
183
183
  /*! Bundled license information:
184
184
 
185
185
  lucide/dist/esm/icons/activity.mjs: