@runtypelabs/persona 3.21.1 → 3.21.3
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.
- package/dist/index.cjs +31 -31
- package/dist/index.cjs.map +1 -1
- package/dist/index.global.js +45 -45
- package/dist/index.global.js.map +1 -1
- package/dist/index.js +32 -32
- package/dist/index.js.map +1 -1
- package/dist/theme-editor.cjs +14 -10
- package/dist/theme-editor.js +14 -10
- package/package.json +1 -1
- package/src/client.test.ts +234 -0
- package/src/client.ts +29 -5
- package/src/components/composer-parts.test.ts +34 -0
- package/src/components/composer-parts.ts +9 -6
package/dist/index.js
CHANGED
|
@@ -1,11 +1,11 @@
|
|
|
1
|
-
import{Marked as Yu}from"marked";var Zu=e=>{if(e)return e},ca=e=>{var o,s;let n=e==null?void 0:e.markedOptions,t=new Yu({gfm:(o=n==null?void 0:n.gfm)!=null?o:!0,breaks:(s=n==null?void 0:n.breaks)!=null?s:!0,pedantic:n==null?void 0:n.pedantic,silent:n==null?void 0:n.silent}),r=Zu(e==null?void 0:e.renderer);return r&&t.use({renderer:r}),a=>t.parse(a)},
|
|
2
|
-
`).replace(/\\r/g,"\r").replace(/\\t/g," ").replace(/\\"/g,'"').replace(/\\\\/g,"\\")
|
|
1
|
+
import{Marked as Yu}from"marked";var Zu=e=>{if(e)return e},ca=e=>{var o,s;let n=e==null?void 0:e.markedOptions,t=new Yu({gfm:(o=n==null?void 0:n.gfm)!=null?o:!0,breaks:(s=n==null?void 0:n.breaks)!=null?s:!0,pedantic:n==null?void 0:n.pedantic,silent:n==null?void 0:n.silent}),r=Zu(e==null?void 0:e.renderer);return r&&t.use({renderer:r}),a=>t.parse(a)},Fo=e=>e?ca({markedOptions:e.options,renderer:e.renderer}):ca(),em=ca(),Yd=e=>em(e),Oo=e=>e.replace(/&/g,"&").replace(/</g,"<").replace(/>/g,">").replace(/"/g,""").replace(/'/g,"'"),Zd=e=>e.replace(/"/g,""").replace(/</g,"<").replace(/>/g,">"),Xd=e=>`%%FORM_PLACEHOLDER_${e}%%`,ep=(e,n)=>{let t=e;return t=t.replace(/<Directive>([\s\S]*?)<\/Directive>/gi,(r,o)=>{try{let s=JSON.parse(o.trim());if(s&&typeof s=="object"&&s.component==="form"&&s.type){let a=Xd(n.length);return n.push({token:a,type:String(s.type)}),a}}catch{return r}return r}),t=t.replace(/<Form\s+type="([^"]+)"\s*\/>/gi,(r,o)=>{let s=Xd(n.length);return n.push({token:s,type:o}),s}),t},tm=e=>{let n=Fo(e);return t=>{let r=[],o=ep(t,r),s=n(o);return r.forEach(({token:a,type:i})=>{let d=new RegExp(a.replace(/[.*+?^${}()|[\]\\]/g,"\\$&"),"g"),u=`<div class="persona-form-directive" data-tv-form="${Zd(i)}"></div>`;s=s.replace(d,u)}),s}},nm=e=>{let n=[],t=ep(e,n),r=Yd(t);return n.forEach(({token:o,type:s})=>{let a=new RegExp(o.replace(/[.*+?^${}()|[\]\\]/g,"\\$&"),"g"),d=`<div class="persona-form-directive" data-tv-form="${Zd(s)}"></div>`;r=r.replace(a,d)}),r};import rm from"dompurify";var om={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"]},sm=/^data:image\/(?:png|jpe?g|gif|webp|bmp|x-icon|avif)/i,tp=()=>{let e=rm(typeof window!="undefined"?window:void 0);return e.addHook("uponSanitizeAttribute",(n,t)=>{if(t.attrName==="src"||t.attrName==="href"){let r=t.attrValue;r.toLowerCase().startsWith("data:")&&!sm.test(r)&&(t.attrValue="",t.keepAttr=!1)}}),n=>e.sanitize(n,om)},xs=e=>e===!1?null:typeof e=="function"?e:tp();import{parse as np,STR as rp,OBJ as op}from"partial-json";var da=e=>e.replace(/\\n/g,`
|
|
2
|
+
`).replace(/\\r/g,"\r").replace(/\\t/g," ").replace(/\\"/g,'"').replace(/\\\\/g,"\\"),$o=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)}},am=e=>{var a,i;let n=(a=e.completedAt)!=null?a:Date.now(),t=(i=e.startedAt)!=null?i:n,o=(e.durationMs!==void 0?e.durationMs:Math.max(0,n-t))/1e3;return o<.1?"Thought for <0.1 seconds":`Thought for ${o>=10?Math.round(o).toString():o.toFixed(1).replace(/\.0$/,"")} seconds`},sp=e=>e.status==="complete"?am(e):e.status==="pending"?"Waiting":"",im=e=>{var o,s,a;let t=(typeof e.duration=="number"?e.duration:typeof e.durationMs=="number"?e.durationMs:Math.max(0,((o=e.completedAt)!=null?o:Date.now())-((a=(s=e.startedAt)!=null?s:e.completedAt)!=null?a:Date.now())))/1e3;return t<.1?"Used tool for <0.1 seconds":`Used tool for ${t>=10?Math.round(t).toString():t.toFixed(1).replace(/\.0$/,"")} seconds`};var ap=e=>e.status==="complete"?im(e):"Using tool...",pa=e=>{let n=e/1e3;return n<.1?"<0.1s":n>=10?`${Math.round(n)}s`:`${n.toFixed(1).replace(/\.0$/,"")}s`},Cs=e=>{var t,r,o;let n=typeof e.duration=="number"?e.duration:typeof e.durationMs=="number"?e.durationMs:Math.max(0,((t=e.completedAt)!=null?t:Date.now())-((o=(r=e.startedAt)!=null?r:e.completedAt)!=null?o:Date.now()));return pa(n)},ua=e=>{var t,r,o;let n=e.durationMs!==void 0?e.durationMs:Math.max(0,((t=e.completedAt)!=null?t:Date.now())-((o=(r=e.startedAt)!=null?r:e.completedAt)!=null?o:Date.now()));return pa(n)},ai=(e,n,t)=>{var s;if(!n)return t;let r=((s=e.name)==null?void 0:s.trim())||"tool",o=Cs(e);return n.replace(/\{toolName\}/g,r).replace(/\{duration\}/g,o)},ma=(e,n)=>{let t=e.replace(/\{toolName\}/g,n),r=[],o=/\*\*(.+?)\*\*|\*(.+?)\*|~(.+?)~/g,s=0,a;for(;(a=o.exec(t))!==null;)a.index>s&&vs(r,t.slice(s,a.index),[]),a[1]!==void 0?vs(r,a[1],["bold"]):a[2]!==void 0?vs(r,a[2],["italic"]):a[3]!==void 0&&vs(r,a[3],["dim"]),s=a.index+a[0].length;return s<t.length&&vs(r,t.slice(s),[]),r},vs=(e,n,t)=>{let r=n.split("{duration}");for(let o=0;o<r.length;o++)r[o]&&e.push({text:r[o],styles:t}),o<r.length-1&&e.push({text:"{duration}",styles:t,isDuration:!0})},lm=()=>{let e=null,n=0,t=r=>{let o=/"text"\s*:\s*"((?:[^"\\]|\\.|")*?)"/,s=r.match(o);if(s&&s[1])try{return s[1].replace(/\\n/g,`
|
|
3
3
|
`).replace(/\\r/g,"\r").replace(/\\t/g," ").replace(/\\"/g,'"').replace(/\\\\/g,"\\")}catch{return s[1]}let a=/"text"\s*:\s*"((?:[^"\\]|\\.)*)/,i=r.match(a);if(i&&i[1])try{return i[1].replace(/\\n/g,`
|
|
4
|
-
`).replace(/\\r/g,"\r").replace(/\\t/g," ").replace(/\\"/g,'"').replace(/\\\\/g,"\\")}catch{return i[1]}return null};return{getExtractedText:()=>e,processChunk:async r=>{if(r.length<=n)return e!==null?{text:e,raw:r}:null;let o=r.trim();if(!o.startsWith("{")&&!o.startsWith("["))return null;let s=t(r);return s!==null&&(e=s),n=r.length,e!==null?{text:e,raw:r}:null},close:async()=>{}}},wo=e=>{try{let n=JSON.parse(e);if(n&&typeof n=="object"&&typeof n.text=="string")return n.text}catch{return null}return null},ii=()=>{let e={processChunk:n=>null,getExtractedText:()=>null};return e.__isPlainTextParser=!0,e},li=()=>{var n;let e=lm();return{processChunk:async t=>{let r=t.trim();return!r.startsWith("{")&&!r.startsWith("[")?null:e.processChunk(t)},getExtractedText:e.getExtractedText.bind(e),close:(n=e.close)==null?void 0:n.bind(e)}},ci=()=>{let e=null,n=0;return{getExtractedText:()=>e,processChunk:t=>{let r=t.trim();if(!r.startsWith("{")&&!r.startsWith("["))return null;if(t.length<=n)return e!==null||e===""?{text:e||"",raw:t}:null;try{let o=np(t,rp|op);o&&typeof o=="object"&&(o.component&&typeof o.component=="string"?e=typeof o.text=="string"?da(o.text):"":o.type==="init"&&o.form?e="":typeof o.text=="string"&&(e=da(o.text)))}catch{}return n=t.length,e!==null?{text:e,raw:t}:null},close:()=>{}}},cm=e=>{let n=null,t=0,o=e||(s=>{if(!s||typeof s!="object")return null;let a=i=>typeof i=="string"?da(i):null;if(s.component&&typeof s.component=="string")return typeof s.text=="string"?da(s.text):"";if(s.type==="init"&&s.form)return"";if(s.action)switch(s.action){case"nav_then_click":return a(s.on_load_text)||a(s.text)||null;case"message":case"message_and_click":case"checkout":return a(s.text)||null;default:return a(s.text)||a(s.display_text)||a(s.message)||null}return a(s.text)||a(s.display_text)||a(s.message)||a(s.content)||null});return{getExtractedText:()=>n,processChunk:s=>{let a=s.trim();if(!a.startsWith("{")&&!a.startsWith("["))return null;if(s.length<=t)return n!==null?{text:n,raw:s}:null;try{let i=np(s,rp|op),d=o(i);d!==null&&(n=d)}catch{}return t=s.length,{text:n||"",raw:s}},close:()=>{}}},di=()=>{let e=null;return{processChunk:n=>{if(!n.trim().startsWith("<"))return null;let r=n.match(/<text[^>]*>([\s\S]*?)<\/text>/);return r&&r[1]?(e=r[1],{text:e,raw:n}):null},getExtractedText:()=>e}};var ga=class{constructor(n,t=50){this.nextExpectedSeq=null;this.buffer=new Map;this.flushTimer=null;this.emitter=n,this.gapTimeoutMs=t}push(n,t){var s,a,i;let r=(i=(s=t==null?void 0:t.seq)!=null?s:t==null?void 0:t.sequenceIndex)!=null?i:(a=t==null?void 0:t.agentContext)==null?void 0:a.seq;if(r==null){this.buffer.size>0&&this.flushAll(),this.emitter(n,t);return}if(this.nextExpectedSeq===null&&(this.nextExpectedSeq=1),r===this.nextExpectedSeq){this.emitter(n,t),this.nextExpectedSeq=r+1,this.drainConsecutive();return}if(r<this.nextExpectedSeq){this.emitter(n,t);return}let o=this.buffer.get(r);o!==void 0&&(typeof console!="undefined"&&typeof console.warn=="function"&&console.warn(`[persona] SequenceReorderBuffer: duplicate seq=${r} (${o.payloadType} vs ${n}); emitting earlier event out-of-order to avoid loss`),this.emitter(o.payloadType,o.payload)),this.buffer.set(r,{payloadType:n,payload:t,seq:r}),this.startGapTimer()}drainConsecutive(){for(;this.buffer.has(this.nextExpectedSeq);){let n=this.buffer.get(this.nextExpectedSeq);this.buffer.delete(this.nextExpectedSeq),this.emitter(n.payloadType,n.payload),this.nextExpectedSeq++}this.buffer.size===0&&this.clearGapTimer()}startGapTimer(){this.flushTimer===null&&(this.flushTimer=setTimeout(()=>{this.flushAll()},this.gapTimeoutMs))}clearGapTimer(){this.flushTimer!==null&&(clearTimeout(this.flushTimer),this.flushTimer=null)}flushAll(){if(this.clearGapTimer(),this.buffer.size===0)return;let n=[...this.buffer.entries()].sort((t,r)=>t[0]-r[0]);for(let[t,r]of n)this.buffer.delete(t),this.emitter(r.payloadType,r.payload);n.length>0&&(this.nextExpectedSeq=n[n.length-1][0]+1)}destroy(){this.clearGapTimer(),this.buffer.clear()}flushPending(){this.flushAll()}};var dm="https://api.runtype.com/v1/dispatch",fa="https://api.runtype.com";function pm(e){var s,a;let n=e.toLowerCase(),r={"application/pdf":"pdf","application/json":"json","application/zip":"zip","text/plain":"txt","text/csv":"csv","text/markdown":"md"}[n];if(r)return`attachment.${r}`;let o=n.indexOf("/");if(o>0){let i=(a=(s=n.slice(o+1).split(";")[0])==null?void 0:s.trim())!=null?a:"";if(i&&i!=="octet-stream"&&/^[a-z0-9.+-]+$/i.test(i))return`attachment.${i}`}return"attachment"}var pi=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 um(e){switch(e){case"json":return ci;case"regex-json":return li;case"xml":return di;default:return ii}}var ip=e=>e.startsWith("{")||e.startsWith("[")||e.startsWith("<");function mm(e,n){if(!e)return n;let t=e.trim(),r=n.trim();if(t.length===0)return n;if(r.length===0)return e;let o=ip(t);if(!ip(r))return e;if(!o||r===t||r.startsWith(t))return n;let a=wo(e);return wo(n)!==null&&a===null?n:e}var $o=class{constructor(n={}){this.config=n;this.clientSession=null;this.sessionInitPromise=null;var t,r,o;this.apiUrl=(t=n.apiUrl)!=null?t:dm,this.headers={"Content-Type":"application/json",...n.headers},this.debug=!!n.debug,this.createStreamParser=(r=n.streamParser)!=null?r:um(n.parserType),this.contextProviders=(o=n.contextProviders)!=null?o:[],this.requestMiddleware=n.requestMiddleware,this.customFetch=n.customFetch,this.parseSSEEvent=n.parseSSEEvent,this.getHeaders=n.getHeaders}setSSEEventCallback(n){this.onSSEEvent=n}getSSEEventCallback(){return this.onSSEEvent}isClientTokenMode(){return!!this.config.clientToken}isAgentMode(){return!!this.config.agent}getClientApiUrl(n){var r;let t=((r=this.config.apiUrl)==null?void 0:r.replace(/\/+$/,"").replace(/\/v1\/dispatch$/,""))||fa;return n==="init"?`${t}/v1/client/init`:`${t}/v1/client/chat`}getClientSession(){return this.clientSession}async initSession(){var n,t;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 r=await this.sessionInitPromise;return this.clientSession=r,(t=(n=this.config).onSessionInit)==null||t.call(n,r),r}finally{this.sessionInitPromise=null}}async _doInitSession(){var s,a;let n=((a=(s=this.config).getStoredSessionId)==null?void 0:a.call(s))||null,t={token:this.config.clientToken,...this.config.flowId&&{flowId:this.config.flowId},...n&&{sessionId:n}},r=await fetch(this.getClientApiUrl("init"),{method:"POST",headers:{"Content-Type":"application/json"},body:JSON.stringify(t)});if(!r.ok){let i=await r.json().catch(()=>({error:"Session initialization failed"}));throw r.status===401?new Error(`Invalid client token: ${i.hint||i.error}`):r.status===403?new Error(`Origin not allowed: ${i.hint||i.error}`):new Error(i.error||"Failed to initialize session")}let o=await r.json();return this.config.setStoredSessionId&&this.config.setStoredSessionId(o.sessionId),{sessionId:o.sessionId,expiresAt:new Date(o.expiresAt),flow:o.flow,config:{welcomeMessage:o.config.welcomeMessage,placeholder:o.config.placeholder,theme:o.config.theme}}}clearClientSession(){this.clientSession=null,this.sessionInitPromise=null}getFeedbackApiUrl(){var t;return`${((t=this.config.apiUrl)==null?void 0:t.replace(/\/+$/,"").replace(/\/v1\/dispatch$/,""))||fa}/v1/client/feedback`}async sendFeedback(n){var s,a;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(n.type)&&!n.messageId)throw new Error(`messageId is required for ${n.type} feedback type`);if(n.type==="csat"&&(n.rating===void 0||n.rating<1||n.rating>5))throw new Error("CSAT rating must be between 1 and 5");if(n.type==="nps"&&(n.rating===void 0||n.rating<0||n.rating>10))throw new Error("NPS rating must be between 0 and 10");this.debug&&console.debug("[AgentWidgetClient] sending feedback",n);let o=await fetch(this.getFeedbackApiUrl(),{method:"POST",headers:{"Content-Type":"application/json"},body:JSON.stringify(n)});if(!o.ok){let i=await o.json().catch(()=>({error:"Feedback submission failed"}));throw o.status===401?(this.clientSession=null,(a=(s=this.config).onSessionExpired)==null||a.call(s),new Error("Session expired. Please refresh to continue.")):new Error(i.error||"Failed to submit feedback")}}async submitMessageFeedback(n,t){let r=this.getClientSession();if(!r)throw new Error("No active session. Please initialize session first.");return this.sendFeedback({sessionId:r.sessionId,messageId:n,type:t})}async submitCSATFeedback(n,t){let r=this.getClientSession();if(!r)throw new Error("No active session. Please initialize session first.");return this.sendFeedback({sessionId:r.sessionId,type:"csat",rating:n,comment:t})}async submitNPSFeedback(n,t){let r=this.getClientSession();if(!r)throw new Error("No active session. Please initialize session first.");return this.sendFeedback({sessionId:r.sessionId,type:"nps",rating:n,comment:t})}async dispatch(n,t){return this.isAgentMode()?this.dispatchAgent(n,t):this.isClientTokenMode()?this.dispatchClientToken(n,t):this.dispatchProxy(n,t)}async dispatchClientToken(n,t){var o,s,a,i;let r=new AbortController;n.signal&&n.signal.addEventListener("abort",()=>r.abort()),t({type:"status",status:"connecting"});try{let d=await this.initSession();if(new Date>=new Date(d.expiresAt.getTime()-6e4)){this.clientSession=null,(s=(o=this.config).onSessionExpired)==null||s.call(o);let m=new Error("Session expired. Please refresh to continue.");throw t({type:"error",error:m}),m}let l=await this.buildPayload(n.messages),u=l.metadata?Object.fromEntries(Object.entries(l.metadata).filter(([m])=>m!=="sessionId"&&m!=="session_id")):void 0,p={sessionId:d.sessionId,messages:n.messages.filter(pi).map(m=>{var v,x,M;return{id:m.id,role:m.role,content:(M=(x=(v=m.contentParts)!=null?v:m.llmContent)!=null?x:m.rawContent)!=null?M:m.content}}),...n.assistantMessageId&&{assistantMessageId:n.assistantMessageId},...u&&Object.keys(u).length>0&&{metadata:u},...l.inputs&&Object.keys(l.inputs).length>0&&{inputs:l.inputs},...l.context&&{context:l.context}};this.debug&&console.debug("[AgentWidgetClient] client token dispatch",p);let f=await fetch(this.getClientApiUrl("chat"),{method:"POST",headers:{"Content-Type":"application/json"},body:JSON.stringify(p),signal:r.signal});if(!f.ok){let m=await f.json().catch(()=>({error:"Chat request failed"}));if(f.status===401){this.clientSession=null,(i=(a=this.config).onSessionExpired)==null||i.call(a);let x=new Error("Session expired. Please refresh to continue.");throw t({type:"error",error:x}),x}if(f.status===429){let x=new Error(m.hint||"Message limit reached for this session.");throw t({type:"error",error:x}),x}let v=new Error(m.error||"Failed to send message");throw t({type:"error",error:v}),v}if(!f.body){let m=new Error("No response body received");throw t({type:"error",error:m}),m}t({type:"status",status:"connected"});try{await this.streamResponse(f.body,t,n.assistantMessageId)}finally{t({type:"status",status:"idle"})}}catch(d){let l=d instanceof Error?d:new Error(String(d));throw!l.message.includes("Session expired")&&!l.message.includes("Message limit")&&t({type:"error",error:l}),l}}async dispatchProxy(n,t){let r=new AbortController;n.signal&&n.signal.addEventListener("abort",()=>r.abort()),t({type:"status",status:"connecting"});let o=await this.buildPayload(n.messages);this.debug&&console.debug("[AgentWidgetClient] dispatch payload",o);let s={...this.headers};if(this.getHeaders)try{let i=await this.getHeaders();s={...s,...i}}catch(i){typeof console!="undefined"&&console.error("[AgentWidget] getHeaders error:",i)}let a;if(this.customFetch)try{a=await this.customFetch(this.apiUrl,{method:"POST",headers:s,body:JSON.stringify(o),signal:r.signal},o)}catch(i){let d=i instanceof Error?i:new Error(String(i));throw t({type:"error",error:d}),d}else a=await fetch(this.apiUrl,{method:"POST",headers:s,body:JSON.stringify(o),signal:r.signal});if(!a.ok||!a.body){let i=new Error(`Chat backend request failed: ${a.status} ${a.statusText}`);throw t({type:"error",error:i}),i}t({type:"status",status:"connected"});try{await this.streamResponse(a.body,t)}finally{t({type:"status",status:"idle"})}}async dispatchAgent(n,t){let r=new AbortController;n.signal&&n.signal.addEventListener("abort",()=>r.abort()),t({type:"status",status:"connecting"});let o=await this.buildAgentPayload(n.messages);this.debug&&console.debug("[AgentWidgetClient] agent dispatch payload",o);let s={...this.headers};if(this.getHeaders)try{let i=await this.getHeaders();s={...s,...i}}catch(i){typeof console!="undefined"&&console.error("[AgentWidget] getHeaders error:",i)}let a;if(this.customFetch)try{a=await this.customFetch(this.apiUrl,{method:"POST",headers:s,body:JSON.stringify(o),signal:r.signal},o)}catch(i){let d=i instanceof Error?i:new Error(String(i));throw t({type:"error",error:d}),d}else a=await fetch(this.apiUrl,{method:"POST",headers:s,body:JSON.stringify(o),signal:r.signal});if(!a.ok||!a.body){let i=new Error(`Agent execution request failed: ${a.status} ${a.statusText}`);throw t({type:"error",error:i}),i}t({type:"status",status:"connected"});try{await this.streamResponse(a.body,t,n.assistantMessageId)}finally{t({type:"status",status:"idle"})}}async processStream(n,t,r){t({type:"status",status:"connected"});try{await this.streamResponse(n,t,r)}finally{t({type:"status",status:"idle"})}}async resolveApproval(n,t){var a;let o=`${((a=this.config.apiUrl)==null?void 0:a.replace(/\/+$/,"").replace(/\/v1\/dispatch$/,""))||fa}/v1/agents/${n.agentId}/approve`,s={"Content-Type":"application/json",...this.headers};return this.getHeaders&&Object.assign(s,await this.getHeaders()),fetch(o,{method:"POST",headers:s,body:JSON.stringify({executionId:n.executionId,approvalId:n.approvalId,decision:t,streamResponse:!0})})}async resumeFlow(n,t,r){var i,d;let s=`${((i=this.config.apiUrl)==null?void 0:i.replace(/\/+$/,""))||fa}/resume`,a={"Content-Type":"application/json",...this.headers};return this.getHeaders&&Object.assign(a,await this.getHeaders()),fetch(s,{method:"POST",headers:a,body:JSON.stringify({executionId:n,toolOutputs:t,streamResponse:(d=r==null?void 0:r.streamResponse)!=null?d:!0})})}async buildAgentPayload(n){if(!this.config.agent)throw new Error("Agent configuration required for agent mode");let t=n.slice().filter(pi).filter(o=>o.role==="user"||o.role==="assistant"||o.role==="system").filter(o=>!o.variant||o.variant==="assistant").sort((o,s)=>{let a=new Date(o.createdAt).getTime(),i=new Date(s.createdAt).getTime();return a-i}).map(o=>{var s,a,i;return{role:o.role,content:(i=(a=(s=o.contentParts)!=null?s:o.llmContent)!=null?a:o.rawContent)!=null?i:o.content,createdAt:o.createdAt}}),r={agent:this.config.agent,messages:t,options:{streamResponse:!0,recordMode:"virtual",...this.config.agentOptions}};if(this.contextProviders.length){let o={};await Promise.all(this.contextProviders.map(async s=>{try{let a=await s({messages:n,config:this.config});a&&typeof a=="object"&&Object.assign(o,a)}catch(a){typeof console!="undefined"&&console.warn("[AgentWidget] Context provider failed:",a)}})),Object.keys(o).length&&(r.context=o)}return r}async buildPayload(n){let r={messages:n.slice().filter(pi).sort((o,s)=>{let a=new Date(o.createdAt).getTime(),i=new Date(s.createdAt).getTime();return a-i}).map(o=>{var s,a,i;return{role:o.role,content:(i=(a=(s=o.contentParts)!=null?s:o.llmContent)!=null?a:o.rawContent)!=null?i:o.content,createdAt:o.createdAt}}),...this.config.flowId&&{flowId:this.config.flowId}};if(this.contextProviders.length){let o={};await Promise.all(this.contextProviders.map(async s=>{try{let a=await s({messages:n,config:this.config});a&&typeof a=="object"&&Object.assign(o,a)}catch(a){typeof console!="undefined"&&console.warn("[AgentWidget] Context provider failed:",a)}})),Object.keys(o).length&&(r.context=o)}if(this.requestMiddleware)try{let o=await this.requestMiddleware({payload:{...r},config:this.config});if(o&&typeof o=="object")return o}catch(o){typeof console!="undefined"&&console.error("[AgentWidget] Request middleware error:",o)}return r}async handleCustomSSEEvent(n,t,r,o,s,a){if(!this.parseSSEEvent)return!1;try{let i=await this.parseSSEEvent(n);if(i===null)return!1;let d=u=>{let p={id:`assistant-${Date.now()}-${Math.random().toString(16).slice(2)}`,role:"assistant",content:"",createdAt:new Date().toISOString(),streaming:!0,variant:"assistant",sequence:s(),...u!==void 0&&{partId:u}};return r.current=p,o(p),p},l=u=>r.current?r.current:d(u);if(i.text!==void 0){i.partId!==void 0&&a.current!==null&&i.partId!==a.current&&(r.current&&(r.current.streaming=!1,o(r.current)),d(i.partId)),i.partId!==void 0&&(a.current=i.partId);let u=l(i.partId);i.partId!==void 0&&!u.partId&&(u.partId=i.partId),u.content+=i.text,o(u)}return i.done&&(r.current&&(r.current.streaming=!1,o(r.current)),a.current=null,t({type:"status",status:"idle"})),i.error&&(a.current=null,t({type:"error",error:new Error(i.error)})),!0}catch(i){return typeof console!="undefined"&&console.error("[AgentWidget] parseSSEEvent error:",i),!1}}async streamResponse(n,t,r){var Wt,qt,vr,dr;let o=n.getReader(),s=new TextDecoder,a="",i=Date.now(),d=0,l=()=>i+d++,u=P=>{let se=P.reasoning?{...P.reasoning,chunks:[...P.reasoning.chunks]}:void 0,Re=P.toolCall?{...P.toolCall,chunks:P.toolCall.chunks?[...P.toolCall.chunks]:void 0}:void 0,Ve=P.tools?P.tools.map($e=>({...$e,chunks:$e.chunks?[...$e.chunks]:void 0})):void 0;return{...P,reasoning:se,toolCall:Re,tools:Ve}},p=P=>{t({type:"message",message:u(P)})},f=null,m={current:null},v={current:null},x=!1,M=new Map,A=new Map,k=new Map,D=new Map,R={lastId:null,byStep:new Map},L={lastId:null,byCall:new Map},S=(P,se,Re="")=>`${P}::${se}::${Re}`,O=(P,se)=>`${P}::${se}::`,$=(P,se,Re,Ve)=>{let $e=S(P,se,Re),_e=k.get($e);if(_e)return _e;let et=Re?`-${Re}`:"",Ct={id:`nested-${P}-${se}${et}`,role:"assistant",content:"",createdAt:new Date().toISOString(),streaming:!0,sequence:l(),...Re?{partId:Re}:{},agentMetadata:{executionId:Ve,parentToolId:P,parentStepId:se}};return k.set($e,Ct),p(Ct),Ct},U=P=>{if(P==null)return null;try{return String(P)}catch{return null}},W=P=>{var se,Re,Ve,$e,_e;return U((_e=($e=(Ve=(Re=(se=P.stepId)!=null?se:P.step_id)!=null?Re:P.step)!=null?Ve:P.parentId)!=null?$e:P.flowStepId)!=null?_e:P.flow_step_id)},F=P=>{var se,Re,Ve,$e,_e,et,Ct;return U((Ct=(et=(_e=($e=(Ve=(Re=(se=P.callId)!=null?se:P.call_id)!=null?Re:P.requestId)!=null?Ve:P.request_id)!=null?$e:P.toolCallId)!=null?_e:P.tool_call_id)!=null?et:P.stepId)!=null?Ct:P.step_id)},K=r,re=!1,Ee=()=>{if(f)return f;let P;return!re&&K?(P=K,re=!0):K&&v.current?P=`${K}_${v.current}`:P=`assistant-${Date.now()}-${Math.random().toString(16).slice(2)}`,f={id:P,role:"assistant",content:"",createdAt:new Date().toISOString(),streaming:!0,sequence:l()},p(f),f},We=(P,se)=>{R.lastId=se,P&&R.byStep.set(P,se)},qe=(P,se)=>{var _e;let Re=(_e=P.reasoningId)!=null?_e:P.id,Ve=W(P);if(Re){let et=String(Re);return We(Ve,et),et}if(Ve){let et=R.byStep.get(Ve);if(et)return R.lastId=et,et}if(R.lastId&&!se)return R.lastId;if(!se)return null;let $e=`reason-${l()}`;return We(Ve,$e),$e},ge=P=>{let se=M.get(P);if(se)return se;let Re={id:`reason-${P}`,role:"assistant",content:"",createdAt:new Date().toISOString(),streaming:!0,variant:"reasoning",sequence:l(),reasoning:{id:P,status:"streaming",chunks:[]}};return M.set(P,Re),p(Re),Re},pe=(P,se)=>{L.lastId=se,P&&L.byCall.set(P,se)},Te=new Set,Ue=new Map,ee=new Set,be=new Map,Q=P=>{if(!P)return!1;let se=P.replace(/_+/g,"_").replace(/^_|_$/g,"");return se==="emit_artifact_markdown"||se==="emit_artifact_component"},oe=(P,se)=>{var _e;let Re=(_e=P.toolId)!=null?_e:P.id,Ve=F(P);if(Re){let et=String(Re);return pe(Ve,et),et}if(Ve){let et=L.byCall.get(Ve);if(et)return L.lastId=et,et}if(L.lastId&&!se)return L.lastId;if(!se)return null;let $e=`tool-${l()}`;return pe(Ve,$e),$e},Le=P=>{let se=A.get(P);if(se)return se;let Re={id:`tool-${P}`,role:"assistant",content:"",createdAt:new Date().toISOString(),streaming:!0,variant:"tool",sequence:l(),toolCall:{id:P,status:"pending"}};return A.set(P,Re),p(Re),Re},ie=P=>{if(typeof P=="number"&&Number.isFinite(P))return P;if(typeof P=="string"){let se=Number(P);if(!Number.isNaN(se)&&Number.isFinite(se))return se;let Re=Date.parse(P);if(!Number.isNaN(Re))return Re}return Date.now()},Fe=P=>{if(typeof P=="string")return P;if(P==null)return"";try{return JSON.stringify(P)}catch{return String(P)}},De=new Map,J=new Map,Oe=new Map,Ne=new Map,G=null,V=(P,se,Re)=>{var Ct;let Ve=Oe.get(P);Ve||(Ve=[],Oe.set(P,Ve));let $e=0,_e=Ve.length;for(;$e<_e;){let Ot=$e+_e>>>1;Ve[Ot].seq<se?$e=Ot+1:_e=Ot}((Ct=Ve[$e])==null?void 0:Ct.seq)===se?Ve[$e]={seq:se,text:Re}:Ve.splice($e,0,{seq:se,text:Re});let et="";for(let Ot=0;Ot<Ve.length;Ot++)et+=Ve[Ot].text;return et},xe=(P,se)=>{let Re=Fe(se),Ve=J.get(P.id),$e=mm(Ve,Re);P.rawContent=$e;let _e=De.get(P.id),et=ae=>{var mt;let Ce=(mt=P.content)!=null?mt:"";ae.trim()!==""&&(Ce.trim().length===0||ae.startsWith(Ce)||ae.trimStart().startsWith(Ce.trim()))&&(P.content=ae)},Ct=()=>{var ae;if(_e){let Ce=(ae=_e.close)==null?void 0:ae.call(_e);Ce instanceof Promise&&Ce.catch(()=>{})}De.delete(P.id),J.delete(P.id),P.streaming=!1,p(P)};if(!_e){et(Re),Ct();return}let Ot=wo($e);if(Ot!==null&&Ot.trim()!==""){et(Ot),Ct();return}let zt=ae=>{var Qe;let Ce=typeof ae=="string"?ae:(Qe=ae==null?void 0:ae.text)!=null?Qe:null;if(Ce!==null&&Ce.trim()!=="")return Ce;let mt=_e.getExtractedText();return mt!==null&&mt.trim()!==""?mt:Re},H;try{H=_e.processChunk($e)}catch{et(Re),Ct();return}if(H instanceof Promise){H.then(ae=>{et(zt(ae)),Ct()}).catch(()=>{et(Re),Ct()});return}et(zt(H)),Ct()},Ie=[],ne=!1,ve,Ae=()=>{ne||(ne=!0,queueMicrotask(()=>{ne=!1,ve()}))},Et=new ga((P,se)=>{Ie.push({payloadType:P,payload:se}),Ae()}),te=null,ke=new Map,an=(Wt=this.config.iterationDisplay)!=null?Wt:"separate";for(ve=()=>{var P,se,Re,Ve,$e,_e,et,Ct,Ot,zt,H,ae,Ce,mt,Qe,Ft,ln,wt,yt,Tt,ct,Vt,Cr,jn,Dr,vt,pr,ur,wr,Yn,pt,io,mr,lo,En,ko,Nr,Ar,ft,In,Wn,yn,Mt,Un,qn,Rn,Fr,Sr,Or,Hn,Lt,bn,zn,$r,Er,_r,gr,Bn,Zn,ut,Jt,Kt,Dn,jr,Vn,er,Nn,_,de,Fn,tr,fr,ts,nr,rr,or,Tr,co,Us,ns,qs,Lo,dt,rs,Jn,Tn,zs,Vs,Po,Mr,Js,po,os,kr,ss,Ur,qr,Ks,Gs,si,uo,zr,Qs,as,Vr,Xs,is,Jr,ls,Ys,Lr,Zs,Kr,Pt,Io,Wo,cs,hr,ea,ds,ps,us,ms,xn,On,Pr,tt,gs,mo,sr,ta,Ro,Ho,go,Gr,na,ra,ar;for(let Ir=0;Ir<Ie.length;Ir++){let Je=Ie[Ir].payloadType,C=Ie[Ir].payload;if(Je==="reason_start"){let j=(P=qe(C,!0))!=null?P:`reason-${l()}`,w=ge(j);w.reasoning=(se=w.reasoning)!=null?se:{id:j,status:"streaming",chunks:[]},w.reasoning.startedAt=(Ve=w.reasoning.startedAt)!=null?Ve:ie((Re=C.startedAt)!=null?Re:C.timestamp),w.reasoning.completedAt=void 0,w.reasoning.durationMs=void 0,w.streaming=!0,w.reasoning.status="streaming",p(w)}else if(Je==="reason_delta"||Je==="reason_chunk"){let j=(_e=($e=qe(C,!1))!=null?$e:qe(C,!0))!=null?_e:`reason-${l()}`,w=ge(j);w.reasoning=(et=w.reasoning)!=null?et:{id:j,status:"streaming",chunks:[]},w.reasoning.startedAt=(Ot=w.reasoning.startedAt)!=null?Ot:ie((Ct=C.startedAt)!=null?Ct:C.timestamp);let q=(ae=(H=(zt=C.reasoningText)!=null?zt:C.text)!=null?H:C.delta)!=null?ae:"";if(q&&C.hidden!==!0){let le=typeof C.sequenceIndex=="number"?C.sequenceIndex:void 0;if(le!==void 0){let Y=V(j,le,String(q));w.reasoning.chunks=[Y]}else w.reasoning.chunks.push(String(q))}if(w.reasoning.status=C.done?"complete":"streaming",C.done){w.reasoning.completedAt=ie((Ce=C.completedAt)!=null?Ce:C.timestamp);let le=(mt=w.reasoning.startedAt)!=null?mt:Date.now();w.reasoning.durationMs=Math.max(0,((Qe=w.reasoning.completedAt)!=null?Qe:Date.now())-le)}w.streaming=w.reasoning.status!=="complete",p(w)}else if(Je==="reason_complete"){let j=(ln=(Ft=qe(C,!1))!=null?Ft:qe(C,!0))!=null?ln:`reason-${l()}`,w=M.get(j);if(w!=null&&w.reasoning){w.reasoning.status="complete",w.reasoning.completedAt=ie((wt=C.completedAt)!=null?wt:C.timestamp);let le=(yt=w.reasoning.startedAt)!=null?yt:Date.now();w.reasoning.durationMs=Math.max(0,((Tt=w.reasoning.completedAt)!=null?Tt:Date.now())-le),w.streaming=!1,p(w)}let q=W(C);q&&R.byStep.delete(q)}else if(Je==="tool_start"){let j=(ct=oe(C,!0))!=null?ct:`tool-${l()}`,w=(Vt=C.toolName)!=null?Vt:C.name;if(Q(w)){Te.add(j);continue}let q=Le(j),le=(Cr=q.toolCall)!=null?Cr:{id:j,status:"pending"};le.name=w!=null?w:le.name,le.status="running",C.args!==void 0?le.args=C.args:C.parameters!==void 0&&(le.args=C.parameters),le.startedAt=(Dr=le.startedAt)!=null?Dr:ie((jn=C.startedAt)!=null?jn:C.timestamp),le.completedAt=void 0,le.durationMs=void 0,q.toolCall=le,q.streaming=!0;let Y=C.agentContext;(Y||C.executionId)&&(q.agentMetadata={executionId:(vt=Y==null?void 0:Y.executionId)!=null?vt:C.executionId,iteration:(pr=Y==null?void 0:Y.iteration)!=null?pr:C.iteration}),p(q)}else if(Je==="tool_chunk"||Je==="tool_delta"){let j=(wr=(ur=oe(C,!1))!=null?ur:oe(C,!0))!=null?wr:`tool-${l()}`;if(Te.has(j))continue;let w=Le(j),q=(Yn=w.toolCall)!=null?Yn:{id:j,status:"running"};q.startedAt=(io=q.startedAt)!=null?io:ie((pt=C.startedAt)!=null?pt:C.timestamp);let le=(En=(lo=(mr=C.text)!=null?mr:C.delta)!=null?lo:C.message)!=null?En:"";le&&(q.chunks=(ko=q.chunks)!=null?ko:[],q.chunks.push(String(le))),q.status="running",w.toolCall=q,w.streaming=!0;let Y=C.agentContext;(Y||C.executionId)&&(w.agentMetadata=(ft=w.agentMetadata)!=null?ft:{executionId:(Nr=Y==null?void 0:Y.executionId)!=null?Nr:C.executionId,iteration:(Ar=Y==null?void 0:Y.iteration)!=null?Ar:C.iteration}),p(w)}else if(Je==="tool_complete"){let j=(Wn=(In=oe(C,!1))!=null?In:oe(C,!0))!=null?Wn:`tool-${l()}`;if(Te.has(j)){Te.delete(j);continue}let w=Le(j),q=(yn=w.toolCall)!=null?yn:{id:j,status:"running"};q.status="complete",C.result!==void 0&&(q.result=C.result),typeof C.duration=="number"&&(q.duration=C.duration),q.completedAt=ie((Mt=C.completedAt)!=null?Mt:C.timestamp);let le=(Un=C.duration)!=null?Un:C.executionTime;if(typeof le=="number")q.durationMs=le;else{let He=(qn=q.startedAt)!=null?qn:Date.now();q.durationMs=Math.max(0,((Rn=q.completedAt)!=null?Rn:Date.now())-He)}w.toolCall=q,w.streaming=!1;let Y=C.agentContext;(Y||C.executionId)&&(w.agentMetadata=(Or=w.agentMetadata)!=null?Or:{executionId:(Fr=Y==null?void 0:Y.executionId)!=null?Fr:C.executionId,iteration:(Sr=Y==null?void 0:Y.iteration)!=null?Sr:C.iteration}),p(w);let Ke=F(C);Ke&&L.byCall.delete(Ke)}else if(Je==="step_await"&&C.awaitReason==="local_tool_required"&&C.toolName){let j=(Hn=C.toolId)!=null?Hn:`local-${l()}`,w=Le(j),q=(Lt=w.toolCall)!=null?Lt:{id:j,status:"pending"};q.name=C.toolName,q.args=C.parameters,q.status="complete",q.chunks=(bn=q.chunks)!=null?bn:[],q.startedAt=($r=q.startedAt)!=null?$r:ie((zn=C.startedAt)!=null?zn:C.timestamp),q.completedAt=(Er=q.completedAt)!=null?Er:q.startedAt,w.toolCall=q,w.streaming=!1,w.agentMetadata={...w.agentMetadata,executionId:(gr=C.executionId)!=null?gr:(_r=w.agentMetadata)==null?void 0:_r.executionId,awaitingLocalTool:!0},p(w)}else if(Je==="text_start"){if((Bn=C.toolContext)!=null&&Bn.toolId)continue;let j=C.partId;if(j!==void 0&&v.current!==null&&j!==v.current){let w=f;w&&(w.streaming=!1,p(w),G=w,f=null,x=!0)}j!==void 0&&(v.current=j)}else if(Je==="text_end"){if((Zn=C.toolContext)!=null&&Zn.toolId)continue;let j=f;j&&(j.streaming=!1,p(j),G=j,f=null,x=!0)}else if(Je==="step_chunk"||Je==="step_delta"){let j=C.stepType,w=C.executionType;if(j==="tool"||w==="context")continue;let q=C.toolContext;if(q!=null&&q.toolId){let He=String((Jt=(ut=C.id)!=null?ut:q.stepId)!=null?Jt:`step-${l()}`),nt=C.partId!==void 0&&C.partId!==null?String(C.partId):"",Xe=`${q.toolId}::${He}`,It=D.get(Xe);if(nt!==""&&It!==void 0&&It!==""&&It!==nt){let bt=k.get(S(q.toolId,He,It));bt&&bt.streaming!==!1&&(bt.streaming=!1,p(bt))}nt!==""&&D.set(Xe,nt);let Bt=$(q.toolId,He,nt,q.executionId),Gt=(Vn=(jr=(Dn=(Kt=C.text)!=null?Kt:C.delta)!=null?Dn:C.content)!=null?jr:C.chunk)!=null?Vn:"";Gt&&(Bt.content+=String(Gt),Bt.streaming=!0,p(Bt)),C.isComplete&&(Bt.streaming=!1,p(Bt));continue}let le=C.partId;if(le!==void 0&&v.current!==null&&le!==v.current){let He=f;He&&(He.streaming=!1,p(He),G=He,f=null,x=!0)}le!==void 0&&(v.current=le);let Y=le!==void 0&&(er=Ne.get(le))!=null?er:Ee();le!==void 0&&(Y.partId||(Y.partId=le),Ne.set(le,Y));let Ke=(Fn=(de=(_=(Nn=C.text)!=null?Nn:C.delta)!=null?_:C.content)!=null?de:C.chunk)!=null?Fn:"";if(Ke){let He=typeof C.seq=="number"?C.seq:void 0,nt=le!=null?le:Y.id,Xe=He!==void 0?V(nt,He,String(Ke)):((tr=J.get(Y.id))!=null?tr:"")+Ke;Y.rawContent=Xe,De.has(Y.id)||De.set(Y.id,this.createStreamParser());let It=De.get(Y.id),Bt=Xe.trim().startsWith("{")||Xe.trim().startsWith("[");if(Bt&&J.set(Y.id,Xe),It.__isPlainTextParser===!0){Y.content=He!==void 0?Xe:Y.content+Ke,J.delete(Y.id),De.delete(Y.id),Y.rawContent=void 0,p(Y);continue}let bt=It.processChunk(Xe);if(bt instanceof Promise)bt.then(ht=>{var un;let tn=typeof ht=="string"?ht:(un=ht==null?void 0:ht.text)!=null?un:null;if(tn!==null&&tn.trim()!=="")Y.content=tn,p(Y);else if(!Bt&&!Xe.trim().startsWith("<")){let cn=f,Qt=cn&&cn.id===Y.id?cn:Y;Qt.id===Y.id&&(Qt.content=He!==void 0?Xe:Qt.content+Ke,J.delete(Qt.id),De.delete(Qt.id),Qt.rawContent=void 0,p(Qt))}}).catch(()=>{Y.content=He!==void 0?Xe:Y.content+Ke,J.delete(Y.id),De.delete(Y.id),Y.rawContent=void 0,p(Y)});else{let ht=typeof bt=="string"?bt:(fr=bt==null?void 0:bt.text)!=null?fr:null;ht!==null&&ht.trim()!==""?(Y.content=ht,p(Y)):!Bt&&!Xe.trim().startsWith("<")&&(Y.content=He!==void 0?Xe:Y.content+Ke,J.delete(Y.id),De.delete(Y.id),Y.rawContent=void 0,p(Y))}}if(C.isComplete){let He=(nr=(ts=C.result)==null?void 0:ts.response)!=null?nr:Y.content;if(He){let nt=J.get(Y.id),Xe=nt!=null?nt:Fe(He);Y.rawContent=Xe;let It=De.get(Y.id),Bt=null,Gt=!1;if(It&&(Bt=It.getExtractedText(),Bt===null&&(Bt=wo(Xe)),Bt===null)){let bt=It.processChunk(Xe);bt instanceof Promise?(Gt=!0,bt.then(ht=>{var un;let tn=typeof ht=="string"?ht:(un=ht==null?void 0:ht.text)!=null?un:null;if(tn!==null){let cn=f;cn&&cn.id===Y.id&&(cn.content=tn,cn.streaming=!1,De.delete(cn.id),J.delete(cn.id),p(cn))}})):Bt=typeof bt=="string"?bt:(rr=bt==null?void 0:bt.text)!=null?rr:null}if(!Gt){Bt!==null&&Bt.trim()!==""?Y.content=Bt:J.has(Y.id)||(Y.content=Fe(He));let bt=De.get(Y.id);if(bt){let ht=(or=bt.close)==null?void 0:or.call(bt);ht instanceof Promise&&ht.catch(()=>{}),De.delete(Y.id)}J.delete(Y.id),Y.streaming=!1,p(Y)}}}}else if(Je==="step_complete"){let j=C.stepType,w=C.executionType;if(j==="tool"||w==="context")continue;let q=C.toolContext;if(q!=null&&q.toolId){let He=String((co=(Tr=C.id)!=null?Tr:q.stepId)!=null?co:"");if(He){let nt=O(q.toolId,He);for(let[Xe,It]of k)Xe.startsWith(nt)&&It.streaming!==!1&&(It.streaming=!1,p(It));D.delete(`${q.toolId}::${He}`)}continue}let le=C.stopReason;if(x){if(f!==null){let Xe=f;le&&(Xe.stopReason=le),De.delete(Xe.id),J.delete(Xe.id),Xe.streaming!==!1&&(Xe.streaming=!1,p(Xe))}let He=(Us=C.result)==null?void 0:Us.response,nt=G;nt&&(le&&(nt.stopReason=le),He!=null?xe(nt,He):(De.delete(nt.id),J.delete(nt.id))),G=null;continue}let Y=(ns=C.result)==null?void 0:ns.response,Ke=Ee();if(le&&(Ke.stopReason=le),Y!=null){let He=De.get(Ke.id),nt=!1,Xe=!1;if(He){let It=He.getExtractedText(),Bt=J.get(Ke.id),Gt=Bt!=null?Bt:Fe(Y);if(Ke.rawContent=Gt,It!==null&&It.trim()!=="")Ke.content=It,nt=!0;else{let bt=wo(Gt);if(bt!==null)Ke.content=bt,nt=!0;else{let ht=He.processChunk(Gt);if(ht instanceof Promise)Xe=!0,ht.then(tn=>{var cn;let un=typeof tn=="string"?tn:(cn=tn==null?void 0:tn.text)!=null?cn:null;if(un!==null&&un.trim()!==""){let Qt=f;Qt&&Qt.id===Ke.id&&(Qt.content=un,Qt.streaming=!1,De.delete(Qt.id),J.delete(Qt.id),p(Qt))}else{let Qt=He.getExtractedText(),sn=f;sn&&sn.id===Ke.id&&(Qt!==null&&Qt.trim()!==""?sn.content=Qt:J.has(sn.id)||(sn.content=Fe(Y)),sn.streaming=!1,De.delete(sn.id),J.delete(sn.id),p(sn))}});else{let tn=typeof ht=="string"?ht:(qs=ht==null?void 0:ht.text)!=null?qs:null;if(tn!==null&&tn.trim()!=="")Ke.content=tn,nt=!0;else{let un=He.getExtractedText();un!==null&&un.trim()!==""&&(Ke.content=un,nt=!0)}}}}}if(!Xe){if(!Ke.rawContent){let It=J.get(Ke.id);Ke.rawContent=It!=null?It:Fe(Y)}if(!nt&&!J.has(Ke.id)&&(Ke.content=Fe(Y)),He){let It=(Lo=He.close)==null?void 0:Lo.call(He);It instanceof Promise&&It.catch(()=>{})}De.delete(Ke.id),J.delete(Ke.id),Ke.streaming=!1,p(Ke)}}else De.delete(Ke.id),J.delete(Ke.id),Ke.streaming=!1,p(Ke)}else if(Je==="flow_complete"){let j=(dt=C.result)==null?void 0:dt.response;if(x){if(f!==null){let w=f;De.delete(w.id),J.delete(w.id),w.streaming!==!1&&(w.streaming=!1,p(w))}}else if(j!=null){let w=Ee(),q=J.get(w.id),le=q!=null?q:Fe(j);w.rawContent=le;let Y=Fe(j),Ke=De.get(w.id);if(Ke){let Xe=wo(le);if(Xe!==null)Y=Xe;else{let It=Ke.processChunk(le);It instanceof Promise&&It.then(Gt=>{var ht;let bt=typeof Gt=="string"?Gt:(ht=Gt==null?void 0:Gt.text)!=null?ht:null;bt!==null&&(w.content=bt,w.streaming=!1,p(w))});let Bt=Ke.getExtractedText();Bt!==null&&(Y=Bt)}}De.delete(w.id),J.delete(w.id);let He=Y!==w.content,nt=w.streaming!==!1;He&&(w.content=Y),w.streaming=!1,(He||nt)&&p(w)}else if(f!==null){let w=f;De.delete(w.id),J.delete(w.id),w.streaming!==!1&&(w.streaming=!1,p(w))}t({type:"status",status:"idle"})}else if(Je==="agent_start")te={executionId:C.executionId,agentId:(rs=C.agentId)!=null?rs:"virtual",agentName:(Jn=C.agentName)!=null?Jn:"",status:"running",currentIteration:0,maxTurns:(Tn=C.maxTurns)!=null?Tn:1,startedAt:ie(C.startedAt)};else if(Je==="agent_iteration_start"){if(te&&(te.currentIteration=C.iteration),an==="separate"&&C.iteration>1){let j=f;j&&(j.streaming=!1,p(j),ke.set(C.iteration-1,j),f=null)}}else if(Je!=="agent_turn_start"){if(Je==="agent_turn_delta"){if(C.contentType==="text"){let j=Ee();j.content+=(zs=C.delta)!=null?zs:"",j.agentMetadata={executionId:C.executionId,iteration:C.iteration,turnId:C.turnId,agentName:te==null?void 0:te.agentName},p(j)}else if(C.contentType==="thinking"){let j=(Vs=C.turnId)!=null?Vs:`agent-think-${C.iteration}`,w=ge(j);w.reasoning=(Po=w.reasoning)!=null?Po:{id:j,status:"streaming",chunks:[]},w.reasoning.chunks.push((Mr=C.delta)!=null?Mr:""),w.agentMetadata={executionId:C.executionId,iteration:C.iteration,turnId:C.turnId},p(w)}else if(C.contentType==="tool_input"){let j=(Js=C.toolCallId)!=null?Js:L.lastId;if(j){let w=A.get(j);w!=null&&w.toolCall&&(w.toolCall.chunks=(po=w.toolCall.chunks)!=null?po:[],w.toolCall.chunks.push((os=C.delta)!=null?os:""),p(w))}}}else if(Je==="agent_turn_complete"){let j=C.turnId;if(j){let q=M.get(j);if(q!=null&&q.reasoning){q.reasoning.status="complete",q.reasoning.completedAt=ie(C.completedAt);let le=(kr=q.reasoning.startedAt)!=null?kr:Date.now();q.reasoning.durationMs=Math.max(0,((ss=q.reasoning.completedAt)!=null?ss:Date.now())-le),q.streaming=!1,p(q)}}let w=C.stopReason;if(w&&f!==null){let q=C.turnId;(!q||((Ur=f.agentMetadata)==null?void 0:Ur.turnId)===q)&&(f.stopReason=w,p(f))}}else if(Je==="agent_tool_start"){let j=(qr=C.toolCallId)!=null?qr:`agent-tool-${l()}`;pe(F(C),j);let w=Le(j),q=(Ks=w.toolCall)!=null?Ks:{id:j,status:"pending",name:void 0,args:void 0,chunks:void 0,result:void 0,duration:void 0,startedAt:void 0,completedAt:void 0,durationMs:void 0};q.name=(si=(Gs=C.toolName)!=null?Gs:C.name)!=null?si:q.name,q.status="running",C.parameters!==void 0&&(q.args=C.parameters),q.startedAt=ie((uo=C.startedAt)!=null?uo:C.timestamp),w.toolCall=q,w.streaming=!0,w.agentMetadata={executionId:C.executionId,iteration:C.iteration},p(w)}else if(Je==="agent_tool_delta"){let j=(zr=C.toolCallId)!=null?zr:L.lastId;if(j){let w=(Qs=A.get(j))!=null?Qs:Le(j);w.toolCall&&(w.toolCall.chunks=(as=w.toolCall.chunks)!=null?as:[],w.toolCall.chunks.push((Vr=C.delta)!=null?Vr:""),w.toolCall.status="running",w.streaming=!0,p(w))}}else if(Je==="agent_tool_complete"){let j=(Xs=C.toolCallId)!=null?Xs:L.lastId;if(j){let w=(is=A.get(j))!=null?is:Le(j);if(w.toolCall){w.toolCall.status="complete",C.result!==void 0&&(w.toolCall.result=C.result),typeof C.executionTime=="number"&&(w.toolCall.durationMs=C.executionTime),w.toolCall.completedAt=ie((Jr=C.completedAt)!=null?Jr:C.timestamp),w.streaming=!1,p(w);let q=F(C);q&&L.byCall.delete(q)}}}else if(Je==="agent_media"){let j=Array.isArray(C.media)?C.media:[],w=[];for(let q of j){if(!q||typeof q!="object")continue;let le=q,Y=typeof le.type=="string"?le.type:void 0,Ke=typeof le.mediaType=="string"?le.mediaType.toLowerCase():"",He=null,nt="";if(Y==="media"){let Xe=typeof le.data=="string"?le.data:void 0;if(!Xe)continue;nt=Ke.length>0?Ke:"application/octet-stream",He=`data:${nt};base64,${Xe}`}else if(Y==="image-url"){let Xe=typeof le.url=="string"?le.url:void 0;if(!Xe)continue;nt=Ke,He=Xe}else if(Y==="file-url"){let Xe=typeof le.url=="string"?le.url:void 0;if(!Xe)continue;nt=Ke,He=Xe}else continue;if(He)if(Y==="image-url"||nt.startsWith("image/"))w.push({type:"image",image:He,...nt?{mimeType:nt}:{}});else if(nt.startsWith("audio/"))w.push({type:"audio",audio:He,mimeType:nt});else if(nt.startsWith("video/"))w.push({type:"video",video:He,mimeType:nt});else{let Xe=nt||"application/octet-stream";w.push({type:"file",data:He,mimeType:Xe,filename:pm(Xe)})}}if(w.length>0){let q=l(),le=C.toolCallId,Ke={id:`agent-media-${typeof le=="string"&&le.length>0?`${le}-${q}`:String(q)}`,role:"assistant",content:"",contentParts:w,createdAt:new Date().toISOString(),streaming:!1,sequence:q,agentMetadata:{executionId:C.executionId,iteration:C.iteration}};p(Ke);let He=f;He&&(He.streaming=!1,p(He)),f=null,m.current=null}}else if(Je!=="agent_iteration_complete"){if(Je==="agent_reflection"||Je==="agent_reflect"){let j=`agent-reflection-${C.executionId}-${C.iteration}`,w={id:j,role:"assistant",content:(ls=C.reflection)!=null?ls:"",createdAt:new Date().toISOString(),streaming:!1,variant:"reasoning",sequence:l(),reasoning:{id:j,status:"complete",chunks:[(Ys=C.reflection)!=null?Ys:""]},agentMetadata:{executionId:C.executionId,iteration:C.iteration}};p(w)}else if(Je==="agent_complete"){te&&(te.status=C.success?"complete":"error",te.completedAt=ie(C.completedAt),te.stopReason=C.stopReason);let j=f;j&&(j.streaming=!1,p(j)),t({type:"status",status:"idle"})}else if(Je==="agent_error"){let j=typeof C.error=="string"?C.error:(Zs=(Lr=C.error)==null?void 0:Lr.message)!=null?Zs:"Agent execution error";C.recoverable?typeof console!="undefined"&&console.warn("[AgentWidget] Recoverable agent error:",j):t({type:"error",error:new Error(j)})}else if(Je!=="agent_ping"){if(Je==="agent_approval_start"){let j=(Kr=C.approvalId)!=null?Kr:`approval-${l()}`,w={id:`approval-${j}`,role:"assistant",content:"",createdAt:new Date().toISOString(),streaming:!1,variant:"approval",sequence:l(),approval:{id:j,status:"pending",agentId:(Pt=te==null?void 0:te.agentId)!=null?Pt:"virtual",executionId:(Wo=(Io=C.executionId)!=null?Io:te==null?void 0:te.executionId)!=null?Wo:"",toolName:(cs=C.toolName)!=null?cs:"",toolType:C.toolType,description:(ea=C.description)!=null?ea:`Execute ${(hr=C.toolName)!=null?hr:"tool"}`,parameters:C.parameters}};p(w)}else if(Je==="step_await"&&C.awaitReason==="approval_required"){let j=(ds=C.approvalId)!=null?ds:`approval-${l()}`,w={id:`approval-${j}`,role:"assistant",content:"",createdAt:new Date().toISOString(),streaming:!1,variant:"approval",sequence:l(),approval:{id:j,status:"pending",agentId:(ps=te==null?void 0:te.agentId)!=null?ps:"virtual",executionId:(ms=(us=C.executionId)!=null?us:te==null?void 0:te.executionId)!=null?ms:"",toolName:(xn=C.toolName)!=null?xn:"",toolType:C.toolType,description:(Pr=C.description)!=null?Pr:`Execute ${(On=C.toolName)!=null?On:"tool"}`,parameters:C.parameters}};p(w)}else if(Je==="agent_approval_complete"){let j=C.approvalId;if(j){let q={id:`approval-${j}`,role:"assistant",content:"",createdAt:new Date().toISOString(),streaming:!1,variant:"approval",sequence:l(),approval:{id:j,status:(tt=C.decision)!=null?tt:"approved",agentId:(gs=te==null?void 0:te.agentId)!=null?gs:"virtual",executionId:(sr=(mo=C.executionId)!=null?mo:te==null?void 0:te.executionId)!=null?sr:"",toolName:(ta=C.toolName)!=null?ta:"",description:(Ro=C.description)!=null?Ro:"",resolvedAt:Date.now()}};p(q)}}else if(Je==="artifact_start"||Je==="artifact_delta"||Je==="artifact_update"||Je==="artifact_complete"){if(Je==="artifact_start"){let j=C.artifactType,w=String(C.id),q=typeof C.title=="string"?C.title:void 0;if(t({type:"artifact_start",id:w,artifactType:j,title:q,component:typeof C.component=="string"?C.component:void 0}),be.set(w,{markdown:"",title:q}),!ee.has(w)){ee.add(w);let le={id:`artifact-ref-${w}`,role:"assistant",content:"",createdAt:new Date().toISOString(),streaming:!0,sequence:l(),rawContent:JSON.stringify({component:"PersonaArtifactCard",props:{artifactId:w,title:q,artifactType:j,status:"streaming"}})};Ue.set(w,le),p(le)}}else if(Je==="artifact_delta"){let j=String(C.id),w=typeof C.delta=="string"?C.delta:String((Ho=C.delta)!=null?Ho:"");t({type:"artifact_delta",id:j,artDelta:w});let q=be.get(j);q&&(q.markdown+=w)}else if(Je==="artifact_update"){let j=C.props&&typeof C.props=="object"&&!Array.isArray(C.props)?C.props:{};t({type:"artifact_update",id:String(C.id),props:j,component:typeof C.component=="string"?C.component:void 0})}else if(Je==="artifact_complete"){let j=String(C.id);t({type:"artifact_complete",id:j});let w=Ue.get(j);if(w){w.streaming=!1;try{let q=JSON.parse((go=w.rawContent)!=null?go:"{}");if(q.props){q.props.status="complete";let le=be.get(j);le!=null&&le.markdown&&(q.props.markdown=le.markdown)}w.rawContent=JSON.stringify(q)}catch{}be.delete(j),p(w),Ue.delete(j)}}}else if(Je==="transcript_insert"){let j=C.message;if(!j||typeof j!="object")continue;let w=String((Gr=j.id)!=null?Gr:`msg-${l()}`),q=j.role,Y={id:w,role:q==="user"?"user":q==="system"?"system":"assistant",content:typeof j.content=="string"?j.content:"",rawContent:typeof j.rawContent=="string"?j.rawContent:void 0,createdAt:typeof j.createdAt=="string"?j.createdAt:new Date().toISOString(),streaming:j.streaming===!0,...typeof j.variant=="string"?{variant:j.variant}:{},sequence:l()};if(p(Y),Y.rawContent)try{let Ke=JSON.parse(Y.rawContent),He=(na=Ke==null?void 0:Ke.props)==null?void 0:na.artifactId;typeof He=="string"&&ee.add(He)}catch{}f=null,m.current=null,De.delete(w),J.delete(w)}else if(Je==="error"||Je==="step_error"||Je==="dispatch_error"||Je==="flow_error"){let j=null;if(C.error instanceof Error)j=C.error;else if(Je==="dispatch_error"){let w=(ra=C.message)!=null?ra:C.error;w!=null&&w!==""&&(j=new Error(String(w)))}else if(Je==="step_error"||Je==="flow_error"){let w=C.error;typeof w=="string"&&w!==""?j=new Error(w):w!=null&&typeof w=="object"&&"message"in w&&(j=new Error(String((ar=w.message)!=null?ar:w)))}else Je==="error"&&C.error!=null&&C.error!==""&&(j=new Error(String(C.error)));if(j){t({type:"error",error:j});let w=f;w&&w.streaming&&(w.streaming=!1,p(w)),t({type:"status",status:"idle"})}}}}}}Ie.length=0};;){let{done:P,value:se}=await o.read();if(P)break;a+=s.decode(se,{stream:!0});let Re=a.split(`
|
|
4
|
+
`).replace(/\\r/g,"\r").replace(/\\t/g," ").replace(/\\"/g,'"').replace(/\\\\/g,"\\")}catch{return i[1]}return null};return{getExtractedText:()=>e,processChunk:async r=>{if(r.length<=n)return e!==null?{text:e,raw:r}:null;let o=r.trim();if(!o.startsWith("{")&&!o.startsWith("["))return null;let s=t(r);return s!==null&&(e=s),n=r.length,e!==null?{text:e,raw:r}:null},close:async()=>{}}},wo=e=>{try{let n=JSON.parse(e);if(n&&typeof n=="object"&&typeof n.text=="string")return n.text}catch{return null}return null},ii=()=>{let e={processChunk:n=>null,getExtractedText:()=>null};return e.__isPlainTextParser=!0,e},li=()=>{var n;let e=lm();return{processChunk:async t=>{let r=t.trim();return!r.startsWith("{")&&!r.startsWith("[")?null:e.processChunk(t)},getExtractedText:e.getExtractedText.bind(e),close:(n=e.close)==null?void 0:n.bind(e)}},ci=()=>{let e=null,n=0;return{getExtractedText:()=>e,processChunk:t=>{let r=t.trim();if(!r.startsWith("{")&&!r.startsWith("["))return null;if(t.length<=n)return e!==null||e===""?{text:e||"",raw:t}:null;try{let o=np(t,rp|op);o&&typeof o=="object"&&(o.component&&typeof o.component=="string"?e=typeof o.text=="string"?da(o.text):"":o.type==="init"&&o.form?e="":typeof o.text=="string"&&(e=da(o.text)))}catch{}return n=t.length,e!==null?{text:e,raw:t}:null},close:()=>{}}},cm=e=>{let n=null,t=0,o=e||(s=>{if(!s||typeof s!="object")return null;let a=i=>typeof i=="string"?da(i):null;if(s.component&&typeof s.component=="string")return typeof s.text=="string"?da(s.text):"";if(s.type==="init"&&s.form)return"";if(s.action)switch(s.action){case"nav_then_click":return a(s.on_load_text)||a(s.text)||null;case"message":case"message_and_click":case"checkout":return a(s.text)||null;default:return a(s.text)||a(s.display_text)||a(s.message)||null}return a(s.text)||a(s.display_text)||a(s.message)||a(s.content)||null});return{getExtractedText:()=>n,processChunk:s=>{let a=s.trim();if(!a.startsWith("{")&&!a.startsWith("["))return null;if(s.length<=t)return n!==null?{text:n,raw:s}:null;try{let i=np(s,rp|op),d=o(i);d!==null&&(n=d)}catch{}return t=s.length,{text:n||"",raw:s}},close:()=>{}}},di=()=>{let e=null;return{processChunk:n=>{if(!n.trim().startsWith("<"))return null;let r=n.match(/<text[^>]*>([\s\S]*?)<\/text>/);return r&&r[1]?(e=r[1],{text:e,raw:n}):null},getExtractedText:()=>e}};var ga=class{constructor(n,t=50){this.nextExpectedSeq=null;this.buffer=new Map;this.flushTimer=null;this.emitter=n,this.gapTimeoutMs=t}push(n,t){var s,a,i;let r=(i=(s=t==null?void 0:t.seq)!=null?s:t==null?void 0:t.sequenceIndex)!=null?i:(a=t==null?void 0:t.agentContext)==null?void 0:a.seq;if(r==null){this.buffer.size>0&&this.flushAll(),this.emitter(n,t);return}if(this.nextExpectedSeq===null&&(this.nextExpectedSeq=1),r===this.nextExpectedSeq){this.emitter(n,t),this.nextExpectedSeq=r+1,this.drainConsecutive();return}if(r<this.nextExpectedSeq){this.emitter(n,t);return}let o=this.buffer.get(r);o!==void 0&&(typeof console!="undefined"&&typeof console.warn=="function"&&console.warn(`[persona] SequenceReorderBuffer: duplicate seq=${r} (${o.payloadType} vs ${n}); emitting earlier event out-of-order to avoid loss`),this.emitter(o.payloadType,o.payload)),this.buffer.set(r,{payloadType:n,payload:t,seq:r}),this.startGapTimer()}drainConsecutive(){for(;this.buffer.has(this.nextExpectedSeq);){let n=this.buffer.get(this.nextExpectedSeq);this.buffer.delete(this.nextExpectedSeq),this.emitter(n.payloadType,n.payload),this.nextExpectedSeq++}this.buffer.size===0&&this.clearGapTimer()}startGapTimer(){this.flushTimer===null&&(this.flushTimer=setTimeout(()=>{this.flushAll()},this.gapTimeoutMs))}clearGapTimer(){this.flushTimer!==null&&(clearTimeout(this.flushTimer),this.flushTimer=null)}flushAll(){if(this.clearGapTimer(),this.buffer.size===0)return;let n=[...this.buffer.entries()].sort((t,r)=>t[0]-r[0]);for(let[t,r]of n)this.buffer.delete(t),this.emitter(r.payloadType,r.payload);n.length>0&&(this.nextExpectedSeq=n[n.length-1][0]+1)}destroy(){this.clearGapTimer(),this.buffer.clear()}flushPending(){this.flushAll()}};var dm="https://api.runtype.com/v1/dispatch",fa="https://api.runtype.com";function pm(e){var s,a;let n=e.toLowerCase(),r={"application/pdf":"pdf","application/json":"json","application/zip":"zip","text/plain":"txt","text/csv":"csv","text/markdown":"md"}[n];if(r)return`attachment.${r}`;let o=n.indexOf("/");if(o>0){let i=(a=(s=n.slice(o+1).split(";")[0])==null?void 0:s.trim())!=null?a:"";if(i&&i!=="octet-stream"&&/^[a-z0-9.+-]+$/i.test(i))return`attachment.${i}`}return"attachment"}var pi=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 um(e){switch(e){case"json":return ci;case"regex-json":return li;case"xml":return di;default:return ii}}var ip=e=>e.startsWith("{")||e.startsWith("[")||e.startsWith("<");function mm(e,n){if(!e)return n;let t=e.trim(),r=n.trim();if(t.length===0)return n;if(r.length===0)return e;let o=ip(t);if(!ip(r))return e;if(!o||r===t||r.startsWith(t))return n;let a=wo(e);return wo(n)!==null&&a===null?n:e}var _o=class{constructor(n={}){this.config=n;this.clientSession=null;this.sessionInitPromise=null;var t,r,o;this.apiUrl=(t=n.apiUrl)!=null?t:dm,this.headers={"Content-Type":"application/json",...n.headers},this.debug=!!n.debug,this.createStreamParser=(r=n.streamParser)!=null?r:um(n.parserType),this.contextProviders=(o=n.contextProviders)!=null?o:[],this.requestMiddleware=n.requestMiddleware,this.customFetch=n.customFetch,this.parseSSEEvent=n.parseSSEEvent,this.getHeaders=n.getHeaders}setSSEEventCallback(n){this.onSSEEvent=n}getSSEEventCallback(){return this.onSSEEvent}isClientTokenMode(){return!!this.config.clientToken}isAgentMode(){return!!this.config.agent}getClientApiUrl(n){var r;let t=((r=this.config.apiUrl)==null?void 0:r.replace(/\/+$/,"").replace(/\/v1\/dispatch$/,""))||fa;return n==="init"?`${t}/v1/client/init`:`${t}/v1/client/chat`}getClientSession(){return this.clientSession}async initSession(){var n,t;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 r=await this.sessionInitPromise;return this.clientSession=r,(t=(n=this.config).onSessionInit)==null||t.call(n,r),r}finally{this.sessionInitPromise=null}}async _doInitSession(){var s,a;let n=((a=(s=this.config).getStoredSessionId)==null?void 0:a.call(s))||null,t={token:this.config.clientToken,...this.config.flowId&&{flowId:this.config.flowId},...n&&{sessionId:n}},r=await fetch(this.getClientApiUrl("init"),{method:"POST",headers:{"Content-Type":"application/json"},body:JSON.stringify(t)});if(!r.ok){let i=await r.json().catch(()=>({error:"Session initialization failed"}));throw r.status===401?new Error(`Invalid client token: ${i.hint||i.error}`):r.status===403?new Error(`Origin not allowed: ${i.hint||i.error}`):new Error(i.error||"Failed to initialize session")}let o=await r.json();return this.config.setStoredSessionId&&this.config.setStoredSessionId(o.sessionId),{sessionId:o.sessionId,expiresAt:new Date(o.expiresAt),flow:o.flow,config:{welcomeMessage:o.config.welcomeMessage,placeholder:o.config.placeholder,theme:o.config.theme}}}clearClientSession(){this.clientSession=null,this.sessionInitPromise=null}getFeedbackApiUrl(){var t;return`${((t=this.config.apiUrl)==null?void 0:t.replace(/\/+$/,"").replace(/\/v1\/dispatch$/,""))||fa}/v1/client/feedback`}async sendFeedback(n){var s,a;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(n.type)&&!n.messageId)throw new Error(`messageId is required for ${n.type} feedback type`);if(n.type==="csat"&&(n.rating===void 0||n.rating<1||n.rating>5))throw new Error("CSAT rating must be between 1 and 5");if(n.type==="nps"&&(n.rating===void 0||n.rating<0||n.rating>10))throw new Error("NPS rating must be between 0 and 10");this.debug&&console.debug("[AgentWidgetClient] sending feedback",n);let o=await fetch(this.getFeedbackApiUrl(),{method:"POST",headers:{"Content-Type":"application/json"},body:JSON.stringify(n)});if(!o.ok){let i=await o.json().catch(()=>({error:"Feedback submission failed"}));throw o.status===401?(this.clientSession=null,(a=(s=this.config).onSessionExpired)==null||a.call(s),new Error("Session expired. Please refresh to continue.")):new Error(i.error||"Failed to submit feedback")}}async submitMessageFeedback(n,t){let r=this.getClientSession();if(!r)throw new Error("No active session. Please initialize session first.");return this.sendFeedback({sessionId:r.sessionId,messageId:n,type:t})}async submitCSATFeedback(n,t){let r=this.getClientSession();if(!r)throw new Error("No active session. Please initialize session first.");return this.sendFeedback({sessionId:r.sessionId,type:"csat",rating:n,comment:t})}async submitNPSFeedback(n,t){let r=this.getClientSession();if(!r)throw new Error("No active session. Please initialize session first.");return this.sendFeedback({sessionId:r.sessionId,type:"nps",rating:n,comment:t})}async dispatch(n,t){return this.isAgentMode()?this.dispatchAgent(n,t):this.isClientTokenMode()?this.dispatchClientToken(n,t):this.dispatchProxy(n,t)}async dispatchClientToken(n,t){var o,s,a,i;let r=new AbortController;n.signal&&n.signal.addEventListener("abort",()=>r.abort()),t({type:"status",status:"connecting"});try{let d=await this.initSession();if(new Date>=new Date(d.expiresAt.getTime()-6e4)){this.clientSession=null,(s=(o=this.config).onSessionExpired)==null||s.call(o);let g=new Error("Session expired. Please refresh to continue.");throw t({type:"error",error:g}),g}let l=await this.buildPayload(n.messages),u=l.metadata?Object.fromEntries(Object.entries(l.metadata).filter(([g])=>g!=="sessionId"&&g!=="session_id")):void 0,p={sessionId:d.sessionId,messages:n.messages.filter(pi).map(g=>{var C,x,M;return{id:g.id,role:g.role,content:(M=(x=(C=g.contentParts)!=null?C:g.llmContent)!=null?x:g.rawContent)!=null?M:g.content}}),...n.assistantMessageId&&{assistantMessageId:n.assistantMessageId},...u&&Object.keys(u).length>0&&{metadata:u},...l.inputs&&Object.keys(l.inputs).length>0&&{inputs:l.inputs},...l.context&&{context:l.context}};this.debug&&console.debug("[AgentWidgetClient] client token dispatch",p);let f=await fetch(this.getClientApiUrl("chat"),{method:"POST",headers:{"Content-Type":"application/json"},body:JSON.stringify(p),signal:r.signal});if(!f.ok){let g=await f.json().catch(()=>({error:"Chat request failed"}));if(f.status===401){this.clientSession=null,(i=(a=this.config).onSessionExpired)==null||i.call(a);let x=new Error("Session expired. Please refresh to continue.");throw t({type:"error",error:x}),x}if(f.status===429){let x=new Error(g.hint||"Message limit reached for this session.");throw t({type:"error",error:x}),x}let C=new Error(g.error||"Failed to send message");throw t({type:"error",error:C}),C}if(!f.body){let g=new Error("No response body received");throw t({type:"error",error:g}),g}t({type:"status",status:"connected"});try{await this.streamResponse(f.body,t,n.assistantMessageId)}finally{t({type:"status",status:"idle"})}}catch(d){let l=d instanceof Error?d:new Error(String(d));throw!l.message.includes("Session expired")&&!l.message.includes("Message limit")&&t({type:"error",error:l}),l}}async dispatchProxy(n,t){let r=new AbortController;n.signal&&n.signal.addEventListener("abort",()=>r.abort()),t({type:"status",status:"connecting"});let o=await this.buildPayload(n.messages);this.debug&&console.debug("[AgentWidgetClient] dispatch payload",o);let s={...this.headers};if(this.getHeaders)try{let i=await this.getHeaders();s={...s,...i}}catch(i){typeof console!="undefined"&&console.error("[AgentWidget] getHeaders error:",i)}let a;if(this.customFetch)try{a=await this.customFetch(this.apiUrl,{method:"POST",headers:s,body:JSON.stringify(o),signal:r.signal},o)}catch(i){let d=i instanceof Error?i:new Error(String(i));throw t({type:"error",error:d}),d}else a=await fetch(this.apiUrl,{method:"POST",headers:s,body:JSON.stringify(o),signal:r.signal});if(!a.ok||!a.body){let i=new Error(`Chat backend request failed: ${a.status} ${a.statusText}`);throw t({type:"error",error:i}),i}t({type:"status",status:"connected"});try{await this.streamResponse(a.body,t)}finally{t({type:"status",status:"idle"})}}async dispatchAgent(n,t){let r=new AbortController;n.signal&&n.signal.addEventListener("abort",()=>r.abort()),t({type:"status",status:"connecting"});let o=await this.buildAgentPayload(n.messages);this.debug&&console.debug("[AgentWidgetClient] agent dispatch payload",o);let s={...this.headers};if(this.getHeaders)try{let i=await this.getHeaders();s={...s,...i}}catch(i){typeof console!="undefined"&&console.error("[AgentWidget] getHeaders error:",i)}let a;if(this.customFetch)try{a=await this.customFetch(this.apiUrl,{method:"POST",headers:s,body:JSON.stringify(o),signal:r.signal},o)}catch(i){let d=i instanceof Error?i:new Error(String(i));throw t({type:"error",error:d}),d}else a=await fetch(this.apiUrl,{method:"POST",headers:s,body:JSON.stringify(o),signal:r.signal});if(!a.ok||!a.body){let i=new Error(`Agent execution request failed: ${a.status} ${a.statusText}`);throw t({type:"error",error:i}),i}t({type:"status",status:"connected"});try{await this.streamResponse(a.body,t,n.assistantMessageId)}finally{t({type:"status",status:"idle"})}}async processStream(n,t,r){t({type:"status",status:"connected"});try{await this.streamResponse(n,t,r)}finally{t({type:"status",status:"idle"})}}async resolveApproval(n,t){var a;let o=`${((a=this.config.apiUrl)==null?void 0:a.replace(/\/+$/,"").replace(/\/v1\/dispatch$/,""))||fa}/v1/agents/${n.agentId}/approve`,s={"Content-Type":"application/json",...this.headers};return this.getHeaders&&Object.assign(s,await this.getHeaders()),fetch(o,{method:"POST",headers:s,body:JSON.stringify({executionId:n.executionId,approvalId:n.approvalId,decision:t,streamResponse:!0})})}async resumeFlow(n,t,r){var i,d;let s=`${((i=this.config.apiUrl)==null?void 0:i.replace(/\/+$/,""))||fa}/resume`,a={"Content-Type":"application/json",...this.headers};return this.getHeaders&&Object.assign(a,await this.getHeaders()),fetch(s,{method:"POST",headers:a,body:JSON.stringify({executionId:n,toolOutputs:t,streamResponse:(d=r==null?void 0:r.streamResponse)!=null?d:!0})})}async buildAgentPayload(n){if(!this.config.agent)throw new Error("Agent configuration required for agent mode");let t=n.slice().filter(pi).filter(o=>o.role==="user"||o.role==="assistant"||o.role==="system").filter(o=>!o.variant||o.variant==="assistant").sort((o,s)=>{let a=new Date(o.createdAt).getTime(),i=new Date(s.createdAt).getTime();return a-i}).map(o=>{var s,a,i;return{role:o.role,content:(i=(a=(s=o.contentParts)!=null?s:o.llmContent)!=null?a:o.rawContent)!=null?i:o.content,createdAt:o.createdAt}}),r={agent:this.config.agent,messages:t,options:{streamResponse:!0,recordMode:"virtual",...this.config.agentOptions}};if(this.contextProviders.length){let o={};await Promise.all(this.contextProviders.map(async s=>{try{let a=await s({messages:n,config:this.config});a&&typeof a=="object"&&Object.assign(o,a)}catch(a){typeof console!="undefined"&&console.warn("[AgentWidget] Context provider failed:",a)}})),Object.keys(o).length&&(r.context=o)}return r}async buildPayload(n){let r={messages:n.slice().filter(pi).sort((o,s)=>{let a=new Date(o.createdAt).getTime(),i=new Date(s.createdAt).getTime();return a-i}).map(o=>{var s,a,i;return{role:o.role,content:(i=(a=(s=o.contentParts)!=null?s:o.llmContent)!=null?a:o.rawContent)!=null?i:o.content,createdAt:o.createdAt}}),...this.config.flowId&&{flowId:this.config.flowId}};if(this.contextProviders.length){let o={};await Promise.all(this.contextProviders.map(async s=>{try{let a=await s({messages:n,config:this.config});a&&typeof a=="object"&&Object.assign(o,a)}catch(a){typeof console!="undefined"&&console.warn("[AgentWidget] Context provider failed:",a)}})),Object.keys(o).length&&(r.context=o)}if(this.requestMiddleware)try{let o=await this.requestMiddleware({payload:{...r},config:this.config});if(o&&typeof o=="object")return o}catch(o){typeof console!="undefined"&&console.error("[AgentWidget] Request middleware error:",o)}return r}async handleCustomSSEEvent(n,t,r,o,s,a){if(!this.parseSSEEvent)return!1;try{let i=await this.parseSSEEvent(n);if(i===null)return!1;let d=u=>{let p={id:`assistant-${Date.now()}-${Math.random().toString(16).slice(2)}`,role:"assistant",content:"",createdAt:new Date().toISOString(),streaming:!0,variant:"assistant",sequence:s(),...u!==void 0&&{partId:u}};return r.current=p,o(p),p},l=u=>r.current?r.current:d(u);if(i.text!==void 0){i.partId!==void 0&&a.current!==null&&i.partId!==a.current&&(r.current&&(r.current.streaming=!1,o(r.current)),d(i.partId)),i.partId!==void 0&&(a.current=i.partId);let u=l(i.partId);i.partId!==void 0&&!u.partId&&(u.partId=i.partId),u.content+=i.text,o(u)}return i.done&&(r.current&&(r.current.streaming=!1,o(r.current)),a.current=null,t({type:"status",status:"idle"})),i.error&&(a.current=null,t({type:"error",error:new Error(i.error)})),!0}catch(i){return typeof console!="undefined"&&console.error("[AgentWidget] parseSSEEvent error:",i),!1}}async streamResponse(n,t,r){var Vt,vr,dr,_e;let o=n.getReader(),s=new TextDecoder,a="",i=Date.now(),d=0,l=()=>i+d++,u=U=>{let Ce=U.reasoning?{...U.reasoning,chunks:[...U.reasoning.chunks]}:void 0,He=U.toolCall?{...U.toolCall,chunks:U.toolCall.chunks?[...U.toolCall.chunks]:void 0}:void 0,Be=U.tools?U.tools.map($e=>({...$e,chunks:$e.chunks?[...$e.chunks]:void 0})):void 0;return{...U,reasoning:Ce,toolCall:He,tools:Be}},p=U=>{t({type:"message",message:u(U)})},f=null,g=null,C={current:null},x={current:null},M=!1,A=new Map,k=new Map,B=new Map,D=new Map,L={lastId:null,byStep:new Map},S={lastId:null,byCall:new Map},F=(U,Ce,He="")=>`${U}::${Ce}::${He}`,$=(U,Ce)=>`${U}::${Ce}::`,j=(U,Ce,He,Be)=>{let $e=F(U,Ce,He),lt=B.get($e);if(lt)return lt;let et=He?`-${He}`:"",Ct={id:`nested-${U}-${Ce}${et}`,role:"assistant",content:"",createdAt:new Date().toISOString(),streaming:!0,sequence:l(),...He?{partId:He}:{},agentMetadata:{executionId:Be,parentToolId:U,parentStepId:Ce}};return B.set($e,Ct),p(Ct),Ct},W=U=>{if(U==null)return null;try{return String(U)}catch{return null}},O=U=>{var Ce,He,Be,$e,lt;return W((lt=($e=(Be=(He=(Ce=U.stepId)!=null?Ce:U.step_id)!=null?He:U.step)!=null?Be:U.parentId)!=null?$e:U.flowStepId)!=null?lt:U.flow_step_id)},V=U=>{var Ce,He,Be,$e,lt,et,Ct;return W((Ct=(et=(lt=($e=(Be=(He=(Ce=U.callId)!=null?Ce:U.call_id)!=null?He:U.requestId)!=null?Be:U.request_id)!=null?$e:U.toolCallId)!=null?lt:U.tool_call_id)!=null?et:U.stepId)!=null?Ct:U.step_id)},oe=r,Pe=!1,Me=()=>{if(f)return f;let U;return!Pe&&oe?(U=oe,Pe=!0):oe&&x.current?U=`${oe}_${x.current}`:U=`assistant-${Date.now()}-${Math.random().toString(16).slice(2)}`,f={id:U,role:"assistant",content:"",createdAt:new Date().toISOString(),streaming:!0,sequence:l()},p(f),f},Ge=(U,Ce)=>{L.lastId=Ce,U&&L.byStep.set(U,Ce)},ue=(U,Ce)=>{var lt;let He=(lt=U.reasoningId)!=null?lt:U.id,Be=O(U);if(He){let et=String(He);return Ge(Be,et),et}if(Be){let et=L.byStep.get(Be);if(et)return L.lastId=et,et}if(L.lastId&&!Ce)return L.lastId;if(!Ce)return null;let $e=`reason-${l()}`;return Ge(Be,$e),$e},de=U=>{let Ce=A.get(U);if(Ce)return Ce;let He={id:`reason-${U}`,role:"assistant",content:"",createdAt:new Date().toISOString(),streaming:!0,variant:"reasoning",sequence:l(),reasoning:{id:U,status:"streaming",chunks:[]}};return A.set(U,He),p(He),He},ke=(U,Ce)=>{S.lastId=Ce,U&&S.byCall.set(U,Ce)},Ue=new Set,ee=new Map,Ae=new Set,Q=new Map,ae=U=>{if(!U)return!1;let Ce=U.replace(/_+/g,"_").replace(/^_|_$/g,"");return Ce==="emit_artifact_markdown"||Ce==="emit_artifact_component"},Re=(U,Ce)=>{var lt;let He=(lt=U.toolId)!=null?lt:U.id,Be=V(U);if(He){let et=String(He);return ke(Be,et),et}if(Be){let et=S.byCall.get(Be);if(et)return S.lastId=et,et}if(S.lastId&&!Ce)return S.lastId;if(!Ce)return null;let $e=`tool-${l()}`;return ke(Be,$e),$e},ce=U=>{let Ce=k.get(U);if(Ce)return Ce;let He={id:`tool-${U}`,role:"assistant",content:"",createdAt:new Date().toISOString(),streaming:!0,variant:"tool",sequence:l(),toolCall:{id:U,status:"pending"}};return k.set(U,He),p(He),He},We=U=>{if(typeof U=="number"&&Number.isFinite(U))return U;if(typeof U=="string"){let Ce=Number(U);if(!Number.isNaN(Ce)&&Number.isFinite(Ce))return Ce;let He=Date.parse(U);if(!Number.isNaN(He))return He}return Date.now()},Ze=U=>{if(typeof U=="string")return U;if(U==null)return"";try{return JSON.stringify(U)}catch{return String(U)}},J=new Map,se=new Map,Fe=new Map,K=new Map,z=null,xe=(U,Ce,He)=>{var Ct;let Be=Fe.get(U);Be||(Be=[],Fe.set(U,Be));let $e=0,lt=Be.length;for(;$e<lt;){let Ut=$e+lt>>>1;Be[Ut].seq<Ce?$e=Ut+1:lt=Ut}((Ct=Be[$e])==null?void 0:Ct.seq)===Ce?Be[$e]={seq:Ce,text:He}:Be.splice($e,0,{seq:Ce,text:He});let et="";for(let Ut=0;Ut<Be.length;Ut++)et+=Be[Ut].text;return et},Oe=(U,Ce)=>{let He=Ze(Ce),Be=se.get(U.id),$e=mm(Be,He);U.rawContent=$e;let lt=J.get(U.id),et=me=>{var qe;let ct=(qe=U.content)!=null?qe:"";me.trim()!==""&&(ct.trim().length===0||me.startsWith(ct)||me.trimStart().startsWith(ct.trim()))&&(U.content=me)},Ct=()=>{var me;if(lt){let ct=(me=lt.close)==null?void 0:me.call(lt);ct instanceof Promise&&ct.catch(()=>{})}J.delete(U.id),se.delete(U.id),U.streaming=!1,p(U)};if(!lt){et(He),Ct();return}let Ut=wo($e);if(Ut!==null&&Ut.trim()!==""){et(Ut),Ct();return}let P=me=>{var It;let ct=typeof me=="string"?me:(It=me==null?void 0:me.text)!=null?It:null;if(ct!==null&&ct.trim()!=="")return ct;let qe=lt.getExtractedText();return qe!==null&&qe.trim()!==""?qe:He},fe;try{fe=lt.processChunk($e)}catch{et(He),Ct();return}if(fe instanceof Promise){fe.then(me=>{et(P(me)),Ct()}).catch(()=>{et(He),Ct()});return}et(P(fe)),Ct()},ne=[],Se=!1,be,Ht=()=>{Se||(Se=!0,queueMicrotask(()=>{Se=!1,be()}))},Le=new ga((U,Ce)=>{ne.push({payloadType:U,payload:Ce}),Ht()}),te=null,sn=new Map,Nt=(Vt=this.config.iterationDisplay)!=null?Vt:"separate";for(be=()=>{var U,Ce,He,Be,$e,lt,et,Ct,Ut,P,fe,me,ct,qe,It,an,wt,bt,Mt,pt,Jt,Cr,jn,Br,vt,pr,ur,wr,Yn,mt,ao,mr,io,Sn,ko,Dr,Ar,yt,In,Wn,hn,kt,Un,qn,Rn,Nr,Sr,Fr,Hn,Wt,yn,zn,Or,Er,$r,gr,Bn,Zn,gt,Kt,Gt,Dn,_r,Vn,er,Nn,_,le,Fn,tr,fr,ns,nr,rr,or,Tr,lo,qs,rs,zs,Lo,ut,os,Jn,En,Vs,Js,Po,Mr,Ks,co,ss,kr,as,jr,Ur,Gs,Qs,si,po,qr,Xs,is,zr,Ys,ls,Vr,cs,Zs,Lr,ea,Jr,Rt,Io,Wo,ds,hr,ta,ps,us,ms,gs,bn,On,Pr,tt,fs,uo,sr,na,Ro,Ho,mo,Kr,ra,oa,ar,go;for(let Bo=0;Bo<ne.length;Bo++){let Ve=ne[Bo].payloadType,v=ne[Bo].payload;if(Ve==="reason_start"){let R=(U=ue(v,!0))!=null?U:`reason-${l()}`,w=de(R);w.reasoning=(Ce=w.reasoning)!=null?Ce:{id:R,status:"streaming",chunks:[]},w.reasoning.startedAt=(Be=w.reasoning.startedAt)!=null?Be:We((He=v.startedAt)!=null?He:v.timestamp),w.reasoning.completedAt=void 0,w.reasoning.durationMs=void 0,w.streaming=!0,w.reasoning.status="streaming",p(w)}else if(Ve==="reason_delta"||Ve==="reason_chunk"){let R=(lt=($e=ue(v,!1))!=null?$e:ue(v,!0))!=null?lt:`reason-${l()}`,w=de(R);w.reasoning=(et=w.reasoning)!=null?et:{id:R,status:"streaming",chunks:[]},w.reasoning.startedAt=(Ut=w.reasoning.startedAt)!=null?Ut:We((Ct=v.startedAt)!=null?Ct:v.timestamp);let G=(me=(fe=(P=v.reasoningText)!=null?P:v.text)!=null?fe:v.delta)!=null?me:"";if(G&&v.hidden!==!0){let re=typeof v.sequenceIndex=="number"?v.sequenceIndex:void 0;if(re!==void 0){let X=xe(R,re,String(G));w.reasoning.chunks=[X]}else w.reasoning.chunks.push(String(G))}if(w.reasoning.status=v.done?"complete":"streaming",v.done){w.reasoning.completedAt=We((ct=v.completedAt)!=null?ct:v.timestamp);let re=(qe=w.reasoning.startedAt)!=null?qe:Date.now();w.reasoning.durationMs=Math.max(0,((It=w.reasoning.completedAt)!=null?It:Date.now())-re)}w.streaming=w.reasoning.status!=="complete",p(w)}else if(Ve==="reason_complete"){let R=(wt=(an=ue(v,!1))!=null?an:ue(v,!0))!=null?wt:`reason-${l()}`,w=A.get(R);if(w!=null&&w.reasoning){w.reasoning.status="complete",w.reasoning.completedAt=We((bt=v.completedAt)!=null?bt:v.timestamp);let re=(Mt=w.reasoning.startedAt)!=null?Mt:Date.now();w.reasoning.durationMs=Math.max(0,((pt=w.reasoning.completedAt)!=null?pt:Date.now())-re),w.streaming=!1,p(w)}let G=O(v);G&&L.byStep.delete(G)}else if(Ve==="tool_start"){let R=(Jt=Re(v,!0))!=null?Jt:`tool-${l()}`,w=(Cr=v.toolName)!=null?Cr:v.name;if(ae(w)){Ue.add(R);continue}let G=ce(R),re=(jn=G.toolCall)!=null?jn:{id:R,status:"pending"};re.name=w!=null?w:re.name,re.status="running",v.args!==void 0?re.args=v.args:v.parameters!==void 0&&(re.args=v.parameters),re.startedAt=(vt=re.startedAt)!=null?vt:We((Br=v.startedAt)!=null?Br:v.timestamp),re.completedAt=void 0,re.durationMs=void 0,G.toolCall=re,G.streaming=!0;let X=v.agentContext;(X||v.executionId)&&(G.agentMetadata={executionId:(pr=X==null?void 0:X.executionId)!=null?pr:v.executionId,iteration:(ur=X==null?void 0:X.iteration)!=null?ur:v.iteration}),p(G)}else if(Ve==="tool_chunk"||Ve==="tool_delta"){let R=(Yn=(wr=Re(v,!1))!=null?wr:Re(v,!0))!=null?Yn:`tool-${l()}`;if(Ue.has(R))continue;let w=ce(R),G=(mt=w.toolCall)!=null?mt:{id:R,status:"running"};G.startedAt=(mr=G.startedAt)!=null?mr:We((ao=v.startedAt)!=null?ao:v.timestamp);let re=(ko=(Sn=(io=v.text)!=null?io:v.delta)!=null?Sn:v.message)!=null?ko:"";re&&(G.chunks=(Dr=G.chunks)!=null?Dr:[],G.chunks.push(String(re))),G.status="running",w.toolCall=G,w.streaming=!0;let X=v.agentContext;(X||v.executionId)&&(w.agentMetadata=(In=w.agentMetadata)!=null?In:{executionId:(Ar=X==null?void 0:X.executionId)!=null?Ar:v.executionId,iteration:(yt=X==null?void 0:X.iteration)!=null?yt:v.iteration}),p(w)}else if(Ve==="tool_complete"){let R=(hn=(Wn=Re(v,!1))!=null?Wn:Re(v,!0))!=null?hn:`tool-${l()}`;if(Ue.has(R)){Ue.delete(R);continue}let w=ce(R),G=(kt=w.toolCall)!=null?kt:{id:R,status:"running"};G.status="complete",v.result!==void 0&&(G.result=v.result),typeof v.duration=="number"&&(G.duration=v.duration),G.completedAt=We((Un=v.completedAt)!=null?Un:v.timestamp);let re=(qn=v.duration)!=null?qn:v.executionTime;if(typeof re=="number")G.durationMs=re;else{let De=(Rn=G.startedAt)!=null?Rn:Date.now();G.durationMs=Math.max(0,((Nr=G.completedAt)!=null?Nr:Date.now())-De)}w.toolCall=G,w.streaming=!1;let X=v.agentContext;(X||v.executionId)&&(w.agentMetadata=(Hn=w.agentMetadata)!=null?Hn:{executionId:(Sr=X==null?void 0:X.executionId)!=null?Sr:v.executionId,iteration:(Fr=X==null?void 0:X.iteration)!=null?Fr:v.iteration}),p(w);let Je=V(v);Je&&S.byCall.delete(Je)}else if(Ve==="step_await"&&v.awaitReason==="local_tool_required"&&v.toolName){let R=(Wt=v.toolId)!=null?Wt:`local-${l()}`,w=ce(R),G=(yn=w.toolCall)!=null?yn:{id:R,status:"pending"};G.name=v.toolName,G.args=v.parameters,G.status="complete",G.chunks=(zn=G.chunks)!=null?zn:[],G.startedAt=(Er=G.startedAt)!=null?Er:We((Or=v.startedAt)!=null?Or:v.timestamp),G.completedAt=($r=G.completedAt)!=null?$r:G.startedAt,w.toolCall=G,w.streaming=!1,w.agentMetadata={...w.agentMetadata,executionId:(Bn=v.executionId)!=null?Bn:(gr=w.agentMetadata)==null?void 0:gr.executionId,awaitingLocalTool:!0},p(w)}else if(Ve==="text_start"){if((Zn=v.toolContext)!=null&&Zn.toolId)continue;let R=v.partId;if(R!==void 0&&x.current!==null&&R!==x.current){let w=f;w&&(w.streaming=!1,p(w),z=w,f=null,M=!0)}R!==void 0&&(x.current=R)}else if(Ve==="text_end"){if((gt=v.toolContext)!=null&>.toolId)continue;let R=f;R&&(R.streaming=!1,p(R),z=R,f=null,M=!0)}else if(Ve==="step_chunk"||Ve==="step_delta"){let R=v.stepType,w=v.executionType;if(R==="tool"||w==="context")continue;let G=v.toolContext;if(G!=null&&G.toolId){let De=String((Gt=(Kt=v.id)!=null?Kt:G.stepId)!=null?Gt:`step-${l()}`),nt=v.partId!==void 0&&v.partId!==null?String(v.partId):"",Xe=`${G.toolId}::${De}`,St=D.get(Xe);if(nt!==""&&St!==void 0&&St!==""&&St!==nt){let ft=B.get(F(G.toolId,De,St));ft&&ft.streaming!==!1&&(ft.streaming=!1,p(ft))}nt!==""&&D.set(Xe,nt);let Lt=j(G.toolId,De,nt,G.executionId),Yt=(er=(Vn=(_r=(Dn=v.text)!=null?Dn:v.delta)!=null?_r:v.content)!=null?Vn:v.chunk)!=null?er:"";Yt&&(Lt.content+=String(Yt),Lt.streaming=!0,p(Lt)),v.isComplete&&(Lt.streaming=!1,p(Lt));continue}let re=v.partId;if(re!==void 0&&x.current!==null&&re!==x.current){let De=f;De&&(De.streaming=!1,p(De),z=De,f=null,M=!0)}re!==void 0&&(x.current=re);let X=re!==void 0&&(Nn=K.get(re))!=null?Nn:Me();re!==void 0&&(X.partId||(X.partId=re),K.set(re,X));let Je=(tr=(Fn=(le=(_=v.text)!=null?_:v.delta)!=null?le:v.content)!=null?Fn:v.chunk)!=null?tr:"";if(Je){let De=typeof v.seq=="number"?v.seq:void 0,nt=re!=null?re:X.id,Xe=De!==void 0?xe(nt,De,String(Je)):((fr=se.get(X.id))!=null?fr:"")+Je;X.rawContent=Xe,J.has(X.id)||J.set(X.id,this.createStreamParser());let St=J.get(X.id),Lt=Xe.trim().startsWith("{")||Xe.trim().startsWith("[");if(Lt&&se.set(X.id,Xe),St.__isPlainTextParser===!0){X.content=De!==void 0?Xe:X.content+Je,se.delete(X.id),J.delete(X.id),X.rawContent=void 0,p(X);continue}let ft=St.processChunk(Xe);if(ft instanceof Promise)ft.then(Et=>{var pn;let tn=typeof Et=="string"?Et:(pn=Et==null?void 0:Et.text)!=null?pn:null;if(tn!==null&&tn.trim()!=="")X.content=tn,p(X);else if(!Lt&&!Xe.trim().startsWith("<")){let ln=f,Ft=ln&&ln.id===X.id?ln:X;Ft.id===X.id&&(Ft.content=De!==void 0?Xe:Ft.content+Je,se.delete(Ft.id),J.delete(Ft.id),Ft.rawContent=void 0,p(Ft))}}).catch(()=>{X.content=De!==void 0?Xe:X.content+Je,se.delete(X.id),J.delete(X.id),X.rawContent=void 0,p(X)});else{let Et=typeof ft=="string"?ft:(ns=ft==null?void 0:ft.text)!=null?ns:null;Et!==null&&Et.trim()!==""?(X.content=Et,p(X)):!Lt&&!Xe.trim().startsWith("<")&&(X.content=De!==void 0?Xe:X.content+Je,se.delete(X.id),J.delete(X.id),X.rawContent=void 0,p(X))}}if(v.isComplete){let De=(rr=(nr=v.result)==null?void 0:nr.response)!=null?rr:X.content;if(De){let nt=se.get(X.id),Xe=nt!=null?nt:Ze(De);X.rawContent=Xe;let St=J.get(X.id),Lt=null,Yt=!1;if(St&&(Lt=St.getExtractedText(),Lt===null&&(Lt=wo(Xe)),Lt===null)){let ft=St.processChunk(Xe);ft instanceof Promise?(Yt=!0,ft.then(Et=>{var pn;let tn=typeof Et=="string"?Et:(pn=Et==null?void 0:Et.text)!=null?pn:null;if(tn!==null){let ln=f;ln&&ln.id===X.id&&(ln.content=tn,ln.streaming=!1,J.delete(ln.id),se.delete(ln.id),p(ln))}})):Lt=typeof ft=="string"?ft:(or=ft==null?void 0:ft.text)!=null?or:null}if(!Yt){Lt!==null&&Lt.trim()!==""?X.content=Lt:se.has(X.id)||(X.content=Ze(De));let ft=J.get(X.id);if(ft){let Et=(Tr=ft.close)==null?void 0:Tr.call(ft);Et instanceof Promise&&Et.catch(()=>{}),J.delete(X.id)}se.delete(X.id),X.streaming=!1,p(X)}}}}else if(Ve==="step_complete"){let R=v.stepType,w=v.executionType;if(R==="tool"||w==="context")continue;let G=v.toolContext;if(G!=null&&G.toolId){let De=String((qs=(lo=v.id)!=null?lo:G.stepId)!=null?qs:"");if(De){let nt=$(G.toolId,De);for(let[Xe,St]of B)Xe.startsWith(nt)&&St.streaming!==!1&&(St.streaming=!1,p(St));D.delete(`${G.toolId}::${De}`)}continue}let re=v.stopReason;if(M){if(f!==null){let Xe=f;re&&(Xe.stopReason=re),J.delete(Xe.id),se.delete(Xe.id),Xe.streaming!==!1&&(Xe.streaming=!1,p(Xe))}let De=(rs=v.result)==null?void 0:rs.response,nt=z;nt&&(re&&(nt.stopReason=re),De!=null?Oe(nt,De):(J.delete(nt.id),se.delete(nt.id))),z=null;continue}let X=(zs=v.result)==null?void 0:zs.response,Je=Me();if(re&&(Je.stopReason=re),X!=null){let De=J.get(Je.id),nt=!1,Xe=!1;if(De){let St=De.getExtractedText(),Lt=se.get(Je.id),Yt=Lt!=null?Lt:Ze(X);if(Je.rawContent=Yt,St!==null&&St.trim()!=="")Je.content=St,nt=!0;else{let ft=wo(Yt);if(ft!==null)Je.content=ft,nt=!0;else{let Et=De.processChunk(Yt);if(Et instanceof Promise)Xe=!0,Et.then(tn=>{var ln;let pn=typeof tn=="string"?tn:(ln=tn==null?void 0:tn.text)!=null?ln:null;if(pn!==null&&pn.trim()!==""){let Ft=f;Ft&&Ft.id===Je.id&&(Ft.content=pn,Ft.streaming=!1,J.delete(Ft.id),se.delete(Ft.id),p(Ft))}else{let Ft=De.getExtractedText(),Tn=f;Tn&&Tn.id===Je.id&&(Ft!==null&&Ft.trim()!==""?Tn.content=Ft:se.has(Tn.id)||(Tn.content=Ze(X)),Tn.streaming=!1,J.delete(Tn.id),se.delete(Tn.id),p(Tn))}});else{let tn=typeof Et=="string"?Et:(Lo=Et==null?void 0:Et.text)!=null?Lo:null;if(tn!==null&&tn.trim()!=="")Je.content=tn,nt=!0;else{let pn=De.getExtractedText();pn!==null&&pn.trim()!==""&&(Je.content=pn,nt=!0)}}}}}if(!Xe){if(!Je.rawContent){let St=se.get(Je.id);Je.rawContent=St!=null?St:Ze(X)}if(!nt&&!se.has(Je.id)&&(Je.content=Ze(X)),De){let St=(ut=De.close)==null?void 0:ut.call(De);St instanceof Promise&&St.catch(()=>{})}J.delete(Je.id),se.delete(Je.id),Je.streaming=!1,p(Je)}}else J.delete(Je.id),se.delete(Je.id),Je.streaming=!1,p(Je)}else if(Ve==="flow_complete"){let R=(os=v.result)==null?void 0:os.response;if(M){if(f!==null){let w=f;J.delete(w.id),se.delete(w.id),w.streaming!==!1&&(w.streaming=!1,p(w))}}else if(R!=null){let w=Me(),G=se.get(w.id),re=G!=null?G:Ze(R);w.rawContent=re;let X=Ze(R),Je=J.get(w.id);if(Je){let Xe=wo(re);if(Xe!==null)X=Xe;else{let St=Je.processChunk(re);St instanceof Promise&&St.then(Yt=>{var Et;let ft=typeof Yt=="string"?Yt:(Et=Yt==null?void 0:Yt.text)!=null?Et:null;ft!==null&&(w.content=ft,w.streaming=!1,p(w))});let Lt=Je.getExtractedText();Lt!==null&&(X=Lt)}}J.delete(w.id),se.delete(w.id);let De=X!==w.content,nt=w.streaming!==!1;De&&(w.content=X),w.streaming=!1,(De||nt)&&p(w)}else if(f!==null){let w=f;J.delete(w.id),se.delete(w.id),w.streaming!==!1&&(w.streaming=!1,p(w))}t({type:"status",status:"idle"})}else if(Ve==="agent_start")te={executionId:v.executionId,agentId:(Jn=v.agentId)!=null?Jn:"virtual",agentName:(En=v.agentName)!=null?En:"",status:"running",currentIteration:0,maxTurns:(Vs=v.maxTurns)!=null?Vs:1,startedAt:We(v.startedAt)};else if(Ve==="agent_iteration_start"){if(te&&(te.currentIteration=v.iteration),Nt==="separate"&&v.iteration>1){let R=f;R&&(R.streaming=!1,p(R),sn.set(v.iteration-1,R),f=null)}}else if(Ve==="agent_turn_start")g=null;else if(Ve==="agent_turn_delta"){if(v.contentType==="text"){let R=Me();R.content+=(Js=v.delta)!=null?Js:"",R.agentMetadata={executionId:v.executionId,iteration:v.iteration,turnId:v.turnId,agentName:te==null?void 0:te.agentName},g=R,p(R)}else if(v.contentType==="thinking"){let R=(Po=v.turnId)!=null?Po:`agent-think-${v.iteration}`,w=de(R);w.reasoning=(Mr=w.reasoning)!=null?Mr:{id:R,status:"streaming",chunks:[]},w.reasoning.chunks.push((Ks=v.delta)!=null?Ks:""),w.agentMetadata={executionId:v.executionId,iteration:v.iteration,turnId:v.turnId},p(w)}else if(v.contentType==="tool_input"){let R=(co=v.toolCallId)!=null?co:S.lastId;if(R){let w=k.get(R);w!=null&&w.toolCall&&(w.toolCall.chunks=(ss=w.toolCall.chunks)!=null?ss:[],w.toolCall.chunks.push((kr=v.delta)!=null?kr:""),p(w))}}}else if(Ve==="agent_turn_complete"){let R=v.turnId;if(R){let re=A.get(R);if(re!=null&&re.reasoning){re.reasoning.status="complete",re.reasoning.completedAt=We(v.completedAt);let X=(as=re.reasoning.startedAt)!=null?as:Date.now();re.reasoning.durationMs=Math.max(0,((jr=re.reasoning.completedAt)!=null?jr:Date.now())-X),re.streaming=!1,p(re)}}let w=v.stopReason,G=f!=null?f:g;if(w&&G!==null){let re=v.turnId;(!re||((Ur=G.agentMetadata)==null?void 0:Ur.turnId)===re)&&(G.stopReason=w,p(G))}}else if(Ve==="agent_tool_start"){f&&(f.streaming=!1,p(f),f=null);let R=(Gs=v.toolCallId)!=null?Gs:`agent-tool-${l()}`;ke(V(v),R);let w=ce(R),G=(Qs=w.toolCall)!=null?Qs:{id:R,status:"pending",name:void 0,args:void 0,chunks:void 0,result:void 0,duration:void 0,startedAt:void 0,completedAt:void 0,durationMs:void 0};G.name=(po=(si=v.toolName)!=null?si:v.name)!=null?po:G.name,G.status="running",v.parameters!==void 0&&(G.args=v.parameters),G.startedAt=We((qr=v.startedAt)!=null?qr:v.timestamp),w.toolCall=G,w.streaming=!0,w.agentMetadata={executionId:v.executionId,iteration:v.iteration},p(w)}else if(Ve==="agent_tool_delta"){let R=(Xs=v.toolCallId)!=null?Xs:S.lastId;if(R){let w=(is=k.get(R))!=null?is:ce(R);w.toolCall&&(w.toolCall.chunks=(zr=w.toolCall.chunks)!=null?zr:[],w.toolCall.chunks.push((Ys=v.delta)!=null?Ys:""),w.toolCall.status="running",w.streaming=!0,p(w))}}else if(Ve==="agent_tool_complete"){let R=(ls=v.toolCallId)!=null?ls:S.lastId;if(R){let w=(Vr=k.get(R))!=null?Vr:ce(R);if(w.toolCall){w.toolCall.status="complete",v.result!==void 0&&(w.toolCall.result=v.result),typeof v.executionTime=="number"&&(w.toolCall.durationMs=v.executionTime),w.toolCall.completedAt=We((cs=v.completedAt)!=null?cs:v.timestamp),w.streaming=!1,p(w);let G=V(v);G&&S.byCall.delete(G)}}}else if(Ve==="agent_media"){let R=Array.isArray(v.media)?v.media:[],w=[];for(let G of R){if(!G||typeof G!="object")continue;let re=G,X=typeof re.type=="string"?re.type:void 0,Je=typeof re.mediaType=="string"?re.mediaType.toLowerCase():"",De=null,nt="";if(X==="media"){let Xe=typeof re.data=="string"?re.data:void 0;if(!Xe)continue;nt=Je.length>0?Je:"application/octet-stream",De=`data:${nt};base64,${Xe}`}else if(X==="image-url"){let Xe=typeof re.url=="string"?re.url:void 0;if(!Xe)continue;nt=Je,De=Xe}else if(X==="file-url"){let Xe=typeof re.url=="string"?re.url:void 0;if(!Xe)continue;nt=Je,De=Xe}else continue;if(De)if(X==="image-url"||nt.startsWith("image/"))w.push({type:"image",image:De,...nt?{mimeType:nt}:{}});else if(nt.startsWith("audio/"))w.push({type:"audio",audio:De,mimeType:nt});else if(nt.startsWith("video/"))w.push({type:"video",video:De,mimeType:nt});else{let Xe=nt||"application/octet-stream";w.push({type:"file",data:De,mimeType:Xe,filename:pm(Xe)})}}if(w.length>0){let G=l(),re=v.toolCallId,Je={id:`agent-media-${typeof re=="string"&&re.length>0?`${re}-${G}`:String(G)}`,role:"assistant",content:"",contentParts:w,createdAt:new Date().toISOString(),streaming:!1,sequence:G,agentMetadata:{executionId:v.executionId,iteration:v.iteration}};p(Je);let De=f;De&&(De.streaming=!1,p(De)),f=null,C.current=null}}else if(Ve!=="agent_iteration_complete"){if(Ve==="agent_reflection"||Ve==="agent_reflect"){let R=`agent-reflection-${v.executionId}-${v.iteration}`,w={id:R,role:"assistant",content:(Zs=v.reflection)!=null?Zs:"",createdAt:new Date().toISOString(),streaming:!1,variant:"reasoning",sequence:l(),reasoning:{id:R,status:"complete",chunks:[(Lr=v.reflection)!=null?Lr:""]},agentMetadata:{executionId:v.executionId,iteration:v.iteration}};p(w)}else if(Ve==="agent_complete"){te&&(te.status=v.success?"complete":"error",te.completedAt=We(v.completedAt),te.stopReason=v.stopReason);let R=f;R&&(R.streaming=!1,p(R)),t({type:"status",status:"idle"})}else if(Ve==="agent_error"){let R=typeof v.error=="string"?v.error:(Jr=(ea=v.error)==null?void 0:ea.message)!=null?Jr:"Agent execution error";v.recoverable?typeof console!="undefined"&&console.warn("[AgentWidget] Recoverable agent error:",R):t({type:"error",error:new Error(R)})}else if(Ve!=="agent_ping"){if(Ve==="agent_approval_start"){let R=(Rt=v.approvalId)!=null?Rt:`approval-${l()}`,w={id:`approval-${R}`,role:"assistant",content:"",createdAt:new Date().toISOString(),streaming:!1,variant:"approval",sequence:l(),approval:{id:R,status:"pending",agentId:(Io=te==null?void 0:te.agentId)!=null?Io:"virtual",executionId:(ds=(Wo=v.executionId)!=null?Wo:te==null?void 0:te.executionId)!=null?ds:"",toolName:(hr=v.toolName)!=null?hr:"",toolType:v.toolType,description:(ps=v.description)!=null?ps:`Execute ${(ta=v.toolName)!=null?ta:"tool"}`,parameters:v.parameters}};p(w)}else if(Ve==="step_await"&&v.awaitReason==="approval_required"){let R=(us=v.approvalId)!=null?us:`approval-${l()}`,w={id:`approval-${R}`,role:"assistant",content:"",createdAt:new Date().toISOString(),streaming:!1,variant:"approval",sequence:l(),approval:{id:R,status:"pending",agentId:(ms=te==null?void 0:te.agentId)!=null?ms:"virtual",executionId:(bn=(gs=v.executionId)!=null?gs:te==null?void 0:te.executionId)!=null?bn:"",toolName:(On=v.toolName)!=null?On:"",toolType:v.toolType,description:(tt=v.description)!=null?tt:`Execute ${(Pr=v.toolName)!=null?Pr:"tool"}`,parameters:v.parameters}};p(w)}else if(Ve==="agent_approval_complete"){let R=v.approvalId;if(R){let G={id:`approval-${R}`,role:"assistant",content:"",createdAt:new Date().toISOString(),streaming:!1,variant:"approval",sequence:l(),approval:{id:R,status:(fs=v.decision)!=null?fs:"approved",agentId:(uo=te==null?void 0:te.agentId)!=null?uo:"virtual",executionId:(na=(sr=v.executionId)!=null?sr:te==null?void 0:te.executionId)!=null?na:"",toolName:(Ro=v.toolName)!=null?Ro:"",description:(Ho=v.description)!=null?Ho:"",resolvedAt:Date.now()}};p(G)}}else if(Ve==="artifact_start"||Ve==="artifact_delta"||Ve==="artifact_update"||Ve==="artifact_complete"){if(Ve==="artifact_start"){let R=v.artifactType,w=String(v.id),G=typeof v.title=="string"?v.title:void 0;if(t({type:"artifact_start",id:w,artifactType:R,title:G,component:typeof v.component=="string"?v.component:void 0}),Q.set(w,{markdown:"",title:G}),!Ae.has(w)){Ae.add(w);let re={id:`artifact-ref-${w}`,role:"assistant",content:"",createdAt:new Date().toISOString(),streaming:!0,sequence:l(),rawContent:JSON.stringify({component:"PersonaArtifactCard",props:{artifactId:w,title:G,artifactType:R,status:"streaming"}})};ee.set(w,re),p(re)}}else if(Ve==="artifact_delta"){let R=String(v.id),w=typeof v.delta=="string"?v.delta:String((mo=v.delta)!=null?mo:"");t({type:"artifact_delta",id:R,artDelta:w});let G=Q.get(R);G&&(G.markdown+=w)}else if(Ve==="artifact_update"){let R=v.props&&typeof v.props=="object"&&!Array.isArray(v.props)?v.props:{};t({type:"artifact_update",id:String(v.id),props:R,component:typeof v.component=="string"?v.component:void 0})}else if(Ve==="artifact_complete"){let R=String(v.id);t({type:"artifact_complete",id:R});let w=ee.get(R);if(w){w.streaming=!1;try{let G=JSON.parse((Kr=w.rawContent)!=null?Kr:"{}");if(G.props){G.props.status="complete";let re=Q.get(R);re!=null&&re.markdown&&(G.props.markdown=re.markdown)}w.rawContent=JSON.stringify(G)}catch{}Q.delete(R),p(w),ee.delete(R)}}}else if(Ve==="transcript_insert"){let R=v.message;if(!R||typeof R!="object")continue;let w=String((ra=R.id)!=null?ra:`msg-${l()}`),G=R.role,X={id:w,role:G==="user"?"user":G==="system"?"system":"assistant",content:typeof R.content=="string"?R.content:"",rawContent:typeof R.rawContent=="string"?R.rawContent:void 0,createdAt:typeof R.createdAt=="string"?R.createdAt:new Date().toISOString(),streaming:R.streaming===!0,...typeof R.variant=="string"?{variant:R.variant}:{},sequence:l()};if(p(X),X.rawContent)try{let Je=JSON.parse(X.rawContent),De=(oa=Je==null?void 0:Je.props)==null?void 0:oa.artifactId;typeof De=="string"&&Ae.add(De)}catch{}f=null,C.current=null,J.delete(w),se.delete(w)}else if(Ve==="error"||Ve==="step_error"||Ve==="dispatch_error"||Ve==="flow_error"){let R=null;if(v.error instanceof Error)R=v.error;else if(Ve==="dispatch_error"){let w=(ar=v.message)!=null?ar:v.error;w!=null&&w!==""&&(R=new Error(String(w)))}else if(Ve==="step_error"||Ve==="flow_error"){let w=v.error;typeof w=="string"&&w!==""?R=new Error(w):w!=null&&typeof w=="object"&&"message"in w&&(R=new Error(String((go=w.message)!=null?go:w)))}else Ve==="error"&&v.error!=null&&v.error!==""&&(R=new Error(String(v.error)));if(R){t({type:"error",error:R});let w=f;w&&w.streaming&&(w.streaming=!1,p(w)),t({type:"status",status:"idle"})}}}}}ne.length=0};;){let{done:U,value:Ce}=await o.read();if(U)break;a+=s.decode(Ce,{stream:!0});let He=a.split(`
|
|
5
5
|
|
|
6
|
-
`);a=(
|
|
7
|
-
`),_e="message",et="";for(let zt of $e)zt.startsWith("event:")?_e=zt.replace("event:","").trim():zt.startsWith("data:")&&(et+=zt.replace("data:","").trim());if(!et)continue;let Ct;try{Ct=JSON.parse(et)}catch(zt){t({type:"error",error:zt instanceof Error?zt:new Error("Failed to parse chat stream payload")});continue}let Ot=_e!=="message"?_e:(vr=Ct.type)!=null?vr:"message";if((dr=this.onSSEEvent)==null||dr.call(this,Ot,Ct),this.parseSSEEvent){m.current=f;let zt=await this.handleCustomSSEEvent(Ct,t,m,p,l,v);if(m.current&&m.current!==f&&(f=m.current),zt)continue}Et.push(Ot,Ct),ve()}}Et.flushPending(),ve(),Et.destroy()}};function gm(){let e=Date.now().toString(36),n=Math.random().toString(36).substring(2,10);return`msg_${e}_${n}`}function Cs(){let e=Date.now().toString(36),n=Math.random().toString(36).substring(2,10);return`usr_${e}_${n}`}function _o(){let e=Date.now().toString(36),n=Math.random().toString(36).substring(2,10);return`ast_${e}_${n}`}var ha="[Image]";function fm(e){return typeof e=="string"?[{type:"text",text:e}]:e}function hm(e){return typeof e=="string"?e:e.filter(n=>n.type==="text").map(n=>n.text).join("")}function ym(e){return typeof e=="string"?!1:e.some(n=>n.type==="image")}function bm(e){return typeof e=="string"?[]:e.filter(n=>n.type==="image")}function ya(e){return{type:"text",text:e}}function xm(e,n){return{type:"image",image:e,...(n==null?void 0:n.mimeType)&&{mimeType:n.mimeType},...(n==null?void 0:n.alt)&&{alt:n.alt}}}async function vm(e){return new Promise((n,t)=>{let r=new FileReader;r.onload=()=>{let o=r.result;n({type:"image",image:o,mimeType:e.type,alt:e.name})},r.onerror=()=>t(new Error("Failed to read file")),r.readAsDataURL(e)})}function Cm(e,n=["image/png","image/jpeg","image/gif","image/webp"],t=10*1024*1024){return n.includes(e.type)?e.size>t?{valid:!1,error:`File too large. Maximum size: ${Math.round(t/1048576)}MB`}:{valid:!0}:{valid:!1,error:`Invalid file type. Accepted types: ${n.join(", ")}`}}var lp=["image/png","image/jpeg","image/gif","image/webp","image/svg+xml","image/bmp"],wm=["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"],Hr=[...lp,...wm];function Am(e){return lp.includes(e)||e.startsWith("image/")}function ba(e){return Am(e.type)}async function cp(e){return new Promise((n,t)=>{let r=new FileReader;r.onload=()=>{let o=r.result;ba(e)?n({type:"image",image:o,mimeType:e.type,alt:e.name}):n({type:"file",data:o,mimeType:e.type,filename:e.name})},r.onerror=()=>t(new Error("Failed to read file")),r.readAsDataURL(e)})}function dp(e,n=Hr,t=10*1024*1024){return n.includes(e.type)?e.size>t?{valid:!1,error:`File too large. Maximum size: ${Math.round(t/1048576)}MB`}:{valid:!0}:{valid:!1,error:`Invalid file type "${e.type}". Accepted types: ${n.join(", ")}`}}function Sm(e){let n=e.split(".");return n.length>1?n.pop().toLowerCase():""}function pp(e,n){let t=Sm(n).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]||t||"FILE"}var xa=class{constructor(n=24e3){this.ctx=null;this.nextStartTime=0;this.activeSources=[];this.finishedCallbacks=[];this.playing=!1;this.streamEnded=!1;this.pendingCount=0;this.remainder=null;this.sampleRate=n}ensureContext(){if(!this.ctx){let t=typeof window!="undefined"?window:void 0;if(!t)throw new Error("AudioPlaybackManager requires a browser environment");let r=t.AudioContext||t.webkitAudioContext;this.ctx=new r({sampleRate:this.sampleRate})}let n=this.ctx;return n.state==="suspended"&&n.resume(),n}enqueue(n){if(n.length===0)return;let t=n;if(this.remainder){let d=new Uint8Array(this.remainder.length+n.length);d.set(this.remainder),d.set(n,this.remainder.length),t=d,this.remainder=null}if(t.length%2!==0&&(this.remainder=new Uint8Array([t[t.length-1]]),t=t.subarray(0,t.length-1)),t.length===0)return;let r=this.ensureContext(),o=this.pcmToFloat32(t),s=r.createBuffer(1,o.length,this.sampleRate);s.getChannelData(0).set(o);let a=r.createBufferSource();a.buffer=s,a.connect(r.destination);let i=r.currentTime;this.nextStartTime<i&&(this.nextStartTime=i),a.start(this.nextStartTime),this.nextStartTime+=s.duration,this.activeSources.push(a),this.pendingCount++,this.playing=!0,a.onended=()=>{let d=this.activeSources.indexOf(a);d!==-1&&this.activeSources.splice(d,1),this.pendingCount--,this.checkFinished()}}markStreamEnd(){this.streamEnded=!0,this.checkFinished()}flush(){for(let n of this.activeSources)try{n.stop(),n.disconnect()}catch{}this.activeSources=[],this.pendingCount=0,this.nextStartTime=0,this.playing=!1,this.streamEnded=!1,this.finishedCallbacks=[],this.remainder=null}isPlaying(){return this.playing}onFinished(n){this.finishedCallbacks.push(n)}async destroy(){this.flush(),this.ctx&&(await this.ctx.close(),this.ctx=null)}checkFinished(){if(this.streamEnded&&this.pendingCount<=0&&this.playing){this.playing=!1,this.streamEnded=!1;let n=this.finishedCallbacks.slice();this.finishedCallbacks=[];for(let t of n)t()}}pcmToFloat32(n){let t=Math.floor(n.length/2),r=new Float32Array(t),o=new DataView(n.buffer,n.byteOffset,n.byteLength);for(let s=0;s<t;s++){let a=o.getInt16(s*2,!0);r[s]=a/32768}return r}};var va=class{constructor(){this.sourceNode=null;this.analyserNode=null;this.interval=null;this.conditionStart=null;this.fired=!1}start(n,t,r,o,s){this.stop(),this.fired=!1,this.conditionStart=null,this.sourceNode=n.createMediaStreamSource(t),this.analyserNode=n.createAnalyser(),this.analyserNode.fftSize=2048,this.sourceNode.connect(this.analyserNode);let a=new Float32Array(this.analyserNode.fftSize);this.interval=setInterval(()=>{if(!this.analyserNode||this.fired)return;this.analyserNode.getFloatTimeDomainData(a);let i=0;for(let u=0;u<a.length;u++)i+=a[u]*a[u];let d=Math.sqrt(i/a.length);(r==="silence"?d<o.threshold:d>=o.threshold)?this.conditionStart===null?this.conditionStart=Date.now():Date.now()-this.conditionStart>=o.duration&&(this.fired=!0,s()):this.conditionStart=null},100)}stop(){this.interval&&(clearInterval(this.interval),this.interval=null),this.sourceNode&&(this.sourceNode.disconnect(),this.sourceNode=null),this.analyserNode=null,this.conditionStart=null,this.fired=!1}};var ws=class{constructor(n){this.config=n;this.type="runtype";this.ws=null;this.audioContext=null;this.w=typeof window!="undefined"?window:void 0;this.mediaRecorder=null;this.resultCallbacks=[];this.errorCallbacks=[];this.statusCallbacks=[];this.processingStartCallbacks=[];this.audioChunks=[];this.isProcessing=!1;this.isSpeaking=!1;this.vad=new va;this.mediaStream=null;this.currentAudio=null;this.currentAudioUrl=null;this.currentRequestId=null;this.interruptionMode="none";this.playbackManager=null}getInterruptionMode(){return this.interruptionMode}isBargeInActive(){return this.interruptionMode==="barge-in"&&this.mediaStream!==null}async deactivateBargeIn(){this.vad.stop(),this.mediaStream&&(this.mediaStream.getTracks().forEach(n=>n.stop()),this.mediaStream=null),this.audioContext&&(await this.audioContext.close(),this.audioContext=null)}async connect(){var n,t,r;if(!(this.ws&&this.ws.readyState===WebSocket.OPEN))try{if(!this.w)throw new Error("Window object not available");let o=this.w;if(!o||!o.location)throw new Error("Window object or location not available");let s=o.location.protocol==="https:"?"wss:":"ws:",a=(n=this.config)==null?void 0:n.host,i=(t=this.config)==null?void 0:t.agentId,d=(r=this.config)==null?void 0:r.clientToken;if(!i||!d)throw new Error("agentId and clientToken are required");if(!a)throw new Error("host must be provided in Runtype voice provider configuration");let l=`${s}//${a}/ws/agents/${i}/voice?token=${d}`;this.ws=new WebSocket(l),this.setupWebSocketHandlers();let u=`${s}//${a}/ws/agents/${i}/voice?token=...`,p=" Check: API running on port 8787? Valid client token? Agent voice enabled? Token allowedOrigins includes this page?";await new Promise((f,m)=>{if(!this.ws)return m(new Error("WebSocket not created"));let v=!1,x=A=>{v||(v=!0,clearTimeout(M),m(new Error(A)))},M=setTimeout(()=>x("WebSocket connection timed out."+p),1e4);this.ws.addEventListener("open",()=>{v||(v=!0,clearTimeout(M),f())},{once:!0}),this.ws.addEventListener("error",()=>{x("WebSocket connection failed to "+u+"."+p)},{once:!0}),this.ws.addEventListener("close",A=>{if(!A.wasClean&&!v){let k=A.code!==1006?` (code ${A.code})`:"";x("WebSocket connection failed"+k+"."+p)}},{once:!0})}),this.sendHeartbeat()}catch(o){throw this.ws=null,this.errorCallbacks.forEach(s=>s(o)),this.statusCallbacks.forEach(s=>s("error")),o}}setupWebSocketHandlers(){this.ws&&(this.ws.onopen=()=>{this.statusCallbacks.forEach(n=>n("connected"))},this.ws.onclose=()=>{this.statusCallbacks.forEach(n=>n("disconnected"))},this.ws.onerror=n=>{this.errorCallbacks.forEach(t=>t(new Error("WebSocket error"))),this.statusCallbacks.forEach(t=>t("error"))},this.ws.binaryType="arraybuffer",this.ws.onmessage=n=>{if(n.data instanceof ArrayBuffer){this.handleAudioChunk(new Uint8Array(n.data));return}try{let t=JSON.parse(n.data);this.handleWebSocketMessage(t)}catch{this.errorCallbacks.forEach(r=>r(new Error("Message parsing failed")))}})}handleWebSocketMessage(n){var t,r;switch(n.type){case"session_config":n.interruptionMode&&(this.interruptionMode=n.interruptionMode);break;case"voice_response":this.isProcessing=!1,this.resultCallbacks.forEach(o=>o({text:n.response.agentResponseText||n.response.transcript,transcript:n.response.transcript,audio:n.response.audio,confidence:.95,provider:"runtype"})),(t=n.response.audio)!=null&&t.base64?(this.isSpeaking=!0,this.statusCallbacks.forEach(o=>o("speaking")),this.playAudio(n.response.audio).catch(o=>this.errorCallbacks.forEach(s=>s(o instanceof Error?o:new Error(String(o)))))):(r=n.response.audio)!=null&&r.base64;break;case"audio_end":if(n.requestId&&n.requestId!==this.currentRequestId)break;this.playbackManager?this.playbackManager.markStreamEnd():(this.isSpeaking=!1,this.isProcessing=!1,this.statusCallbacks.forEach(o=>o("idle")));break;case"cancelled":this.isProcessing=!1;break;case"error":this.errorCallbacks.forEach(o=>o(new Error(n.error))),this.statusCallbacks.forEach(o=>o("error")),this.isProcessing=!1;break;case"pong":break}}handleAudioChunk(n){n.length!==0&&this.currentRequestId&&(this.playbackManager||(this.playbackManager=new xa(24e3),this.playbackManager.onFinished(()=>{this.isSpeaking=!1,this.playbackManager=null,this.vad.stop(),this.statusCallbacks.forEach(t=>t("idle"))})),this.isSpeaking||(this.isSpeaking=!0,this.statusCallbacks.forEach(t=>t("speaking")),this.startBargeInMonitoring().catch(()=>{})),this.playbackManager.enqueue(n))}stopPlayback(){!this.isProcessing&&!this.isSpeaking||(this.cancelCurrentPlayback(),this.statusCallbacks.forEach(n=>n("idle")))}cancelCurrentPlayback(){this.currentAudio&&(this.currentAudio.pause(),this.currentAudio.src="",this.currentAudio=null),this.currentAudioUrl&&(URL.revokeObjectURL(this.currentAudioUrl),this.currentAudioUrl=null),this.playbackManager&&(this.playbackManager.flush(),this.playbackManager=null),this.currentRequestId&&this.ws&&this.ws.readyState===WebSocket.OPEN&&this.ws.send(JSON.stringify({type:"cancel",requestId:this.currentRequestId})),this.currentRequestId=null,this.isProcessing=!1,this.isSpeaking=!1}async startListening(){var n,t,r,o;try{if(this.isProcessing||this.isSpeaking)if(this.interruptionMode!=="none")this.cancelCurrentPlayback();else return;if(!this.mediaStream){let l=this.interruptionMode==="barge-in"?{audio:{echoCancellation:!0,noiseSuppression:!0}}:{audio:!0};this.mediaStream=await navigator.mediaDevices.getUserMedia(l)}let s=this.w;this.audioContext||(this.audioContext=new(s.AudioContext||s.webkitAudioContext));let a=this.audioContext,i=(t=(n=this.config)==null?void 0:n.pauseDuration)!=null?t:2e3,d=(o=(r=this.config)==null?void 0:r.silenceThreshold)!=null?o:.01;this.vad.start(a,this.mediaStream,"silence",{threshold:d,duration:i},()=>this.stopListening()),this.mediaRecorder=new MediaRecorder(this.mediaStream),this.audioChunks=[],this.mediaRecorder.ondataavailable=l=>{l.data.size>0&&this.audioChunks.push(l.data)},this.mediaRecorder.onstop=async()=>{var l;if(this.audioChunks.length>0){this.isProcessing=!0,this.statusCallbacks.forEach(f=>f("processing")),this.processingStartCallbacks.forEach(f=>f());let u=((l=this.mediaRecorder)==null?void 0:l.mimeType)||"audio/webm",p=new Blob(this.audioChunks,{type:u});await this.sendAudio(p),this.audioChunks=[]}},this.mediaRecorder.start(1e3),this.statusCallbacks.forEach(l=>l("listening"))}catch(s){throw this.errorCallbacks.forEach(a=>a(s)),this.statusCallbacks.forEach(a=>a("error")),s}}async stopListening(){this.vad.stop(),this.mediaRecorder&&(this.interruptionMode!=="barge-in"&&this.mediaRecorder.stream.getTracks().forEach(n=>n.stop()),this.mediaRecorder.stop(),this.mediaRecorder=null),this.interruptionMode!=="barge-in"&&(this.mediaStream&&(this.mediaStream.getTracks().forEach(n=>n.stop()),this.mediaStream=null),this.audioContext&&(await this.audioContext.close(),this.audioContext=null)),this.statusCallbacks.forEach(n=>n("idle"))}async startBargeInMonitoring(){var s,a;if(this.interruptionMode!=="barge-in")return;let n=this.w;if(!this.mediaStream&&n&&(this.mediaStream=await navigator.mediaDevices.getUserMedia({audio:{echoCancellation:!0,noiseSuppression:!0}})),!this.audioContext&&n&&(this.audioContext=new(n.AudioContext||n.webkitAudioContext)),!this.audioContext||!this.mediaStream)return;let t=this.audioContext,r=(a=(s=this.config)==null?void 0:s.silenceThreshold)!=null?a:.01;this.vad.start(t,this.mediaStream,"speech",{threshold:r,duration:200},()=>this.handleBargeIn())}handleBargeIn(){this.cancelCurrentPlayback(),this.startListening().catch(n=>{this.errorCallbacks.forEach(t=>t(n instanceof Error?n:new Error(String(n))))})}generateRequestId(){return"vreq_"+Math.random().toString(36).substring(2,10)+Date.now().toString(36)}async sendAudio(n){var t;if(!this.ws||this.ws.readyState!==WebSocket.OPEN){this.errorCallbacks.forEach(r=>r(new Error("WebSocket not connected"))),this.statusCallbacks.forEach(r=>r("error"));return}try{let r=await this.blobToBase64(n),o=this.getFormatFromMimeType(n.type),s=this.generateRequestId();this.currentRequestId=s,this.ws.send(JSON.stringify({type:"audio_input",audio:r,format:o,sampleRate:16e3,voiceId:(t=this.config)==null?void 0:t.voiceId,requestId:s}))}catch(r){this.errorCallbacks.forEach(o=>o(r)),this.statusCallbacks.forEach(o=>o("error"))}}getFormatFromMimeType(n){return n.includes("wav")?"wav":n.includes("mpeg")||n.includes("mp3")?"mp3":"webm"}blobToBase64(n){return new Promise((t,r)=>{let o=new FileReader;o.onload=()=>{let a=o.result.split(",")[1];t(a)},o.onerror=r,o.readAsDataURL(n)})}async playAudio(n){if(!n.base64)return;let t=atob(n.base64),r=new Uint8Array(t.length);for(let l=0;l<t.length;l++)r[l]=t.charCodeAt(l);let o=n.format||"mp3",s=o==="mp3"?"audio/mpeg":`audio/${o}`,a=new Blob([r],{type:s}),i=URL.createObjectURL(a),d=new Audio(i);this.currentAudio=d,this.currentAudioUrl=i,d.onended=()=>{URL.revokeObjectURL(i),this.currentAudio===d&&(this.currentAudio=null,this.currentAudioUrl=null,this.isSpeaking=!1,this.statusCallbacks.forEach(l=>l("idle")))},await d.play()}onResult(n){this.resultCallbacks.push(n)}onError(n){this.errorCallbacks.push(n)}onStatusChange(n){this.statusCallbacks.push(n)}onProcessingStart(n){this.processingStartCallbacks.push(n)}async disconnect(){if(this.currentAudio&&(this.currentAudio.pause(),this.currentAudio.src="",this.currentAudio=null),this.currentAudioUrl&&(URL.revokeObjectURL(this.currentAudioUrl),this.currentAudioUrl=null),this.playbackManager&&(await this.playbackManager.destroy(),this.playbackManager=null),this.currentRequestId=null,this.isSpeaking=!1,this.vad.stop(),await this.stopListening(),this.mediaStream&&(this.mediaStream.getTracks().forEach(n=>n.stop()),this.mediaStream=null),this.audioContext&&(await this.audioContext.close(),this.audioContext=null),this.ws){try{this.ws.close()}catch{}this.ws=null}this.statusCallbacks.forEach(n=>n("disconnected"))}sendHeartbeat(){this.ws&&this.ws.readyState===WebSocket.OPEN&&this.ws.send(JSON.stringify({type:"ping"}))}};var Ao=class{constructor(n={}){this.config=n;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(n=>n("connected"))}async startListening(){var n,t;try{if(this.isListening)throw new Error("Already listening");if(!this.w)throw new Error("Window object not available");let r=this.w.SpeechRecognition||this.w.webkitSpeechRecognition;if(!r)throw new Error("Browser speech recognition not supported");this.recognition=new r,this.recognition.lang=((n=this.config)==null?void 0:n.language)||"en-US",this.recognition.continuous=((t=this.config)==null?void 0:t.continuous)||!1,this.recognition.interimResults=!0,this.recognition.onresult=o=>{var i;let s=Array.from(o.results).map(d=>d[0]).map(d=>d.transcript).join(""),a=o.results[o.results.length-1].isFinal;this.resultCallbacks.forEach(d=>d({text:s,confidence:a?.8:.5,provider:"browser"})),a&&!((i=this.config)!=null&&i.continuous)&&this.stopListening()},this.recognition.onerror=o=>{this.errorCallbacks.forEach(s=>s(new Error(o.error))),this.statusCallbacks.forEach(s=>s("error"))},this.recognition.onstart=()=>{this.isListening=!0,this.statusCallbacks.forEach(o=>o("listening"))},this.recognition.onend=()=>{this.isListening=!1,this.statusCallbacks.forEach(o=>o("idle"))},this.recognition.start()}catch(r){throw this.errorCallbacks.forEach(o=>o(r)),this.statusCallbacks.forEach(o=>o("error")),r}}async stopListening(){this.recognition&&(this.recognition.stop(),this.recognition=null),this.isListening=!1,this.statusCallbacks.forEach(n=>n("idle"))}onResult(n){this.resultCallbacks.push(n)}onError(n){this.errorCallbacks.push(n)}onStatusChange(n){this.statusCallbacks.push(n)}async disconnect(){await this.stopListening(),this.statusCallbacks.forEach(n=>n("disconnected"))}static isSupported(){return"SpeechRecognition"in window||"webkitSpeechRecognition"in window}};function jo(e){switch(e.type){case"runtype":if(!e.runtype)throw new Error("Runtype voice provider requires configuration");return new ws(e.runtype);case"browser":if(!Ao.isSupported())throw new Error("Browser speech recognition not supported");return new Ao(e.browser||{});case"custom":throw new Error("Custom voice providers not yet implemented");default:throw new Error(`Unknown voice provider type: ${e.type}`)}}function ui(e){if((e==null?void 0:e.type)==="runtype"&&e.runtype)return jo({type:"runtype",runtype:e.runtype});if(Ao.isSupported())return jo({type:"browser",browser:(e==null?void 0:e.browser)||{language:"en-US"}});throw new Error("No supported voice providers available")}function Ca(e){try{return ui(e),!0}catch{return!1}}var As=class e{constructor(n={},t){this.config=n;this.callbacks=t;this.status="idle";this.streaming=!1;this.abortController=null;this.sequenceCounter=Date.now();this.clientSession=null;this.agentExecution=null;this.artifacts=new Map;this.selectedArtifactId=null;this.voiceProvider=null;this.voiceActive=!1;this.voiceStatus="disconnected";this.pendingVoiceUserMessageId=null;this.pendingVoiceAssistantMessageId=null;this.ttsSpokenMessageIds=new Set;this.handleEvent=n=>{var t,r,o,s,a,i,d;n.type==="message"?(this.upsertMessage(n.message),(t=n.message.agentMetadata)!=null&&t.executionId&&(this.agentExecution?n.message.agentMetadata.iteration!==void 0&&(this.agentExecution.currentIteration=n.message.agentMetadata.iteration):this.agentExecution={executionId:n.message.agentMetadata.executionId,agentId:"",agentName:(r=n.message.agentMetadata.agentName)!=null?r:"",status:"running",currentIteration:(o=n.message.agentMetadata.iteration)!=null?o:0,maxTurns:0})):n.type==="status"?(this.setStatus(n.status),n.status==="connecting"?this.setStreaming(!0):(n.status==="idle"||n.status==="error")&&(this.setStreaming(!1),this.abortController=null,((s=this.agentExecution)==null?void 0:s.status)==="running"&&(this.agentExecution.status=n.status==="error"?"error":"complete"))):n.type==="error"?(this.setStatus("error"),this.setStreaming(!1),this.abortController=null,((a=this.agentExecution)==null?void 0:a.status)==="running"&&(this.agentExecution.status="error"),(d=(i=this.callbacks).onError)==null||d.call(i,n.error)):(n.type==="artifact_start"||n.type==="artifact_delta"||n.type==="artifact_update"||n.type==="artifact_complete")&&this.applyArtifactStreamEvent(n)};var r,o;this.messages=[...(r=n.initialMessages)!=null?r:[]].map(s=>{var a;return{...s,sequence:(a=s.sequence)!=null?a:this.nextSequence()}}),this.messages=this.sortMessages(this.messages),this.client=new $o(n);for(let s of(o=n.initialArtifacts)!=null?o:[])this.artifacts.set(s.id,{...s,status:"complete"});n.initialSelectedArtifactId!=null&&(this.selectedArtifactId=n.initialSelectedArtifactId),this.messages.length&&this.callbacks.onMessagesChanged([...this.messages]),this.artifacts.size>0&&this.emitArtifactsState(),this.callbacks.onStatusChanged(this.status)}setSSEEventCallback(n){this.client.setSSEEventCallback(n)}isClientTokenMode(){return this.client.isClientTokenMode()}isAgentMode(){return this.client.isAgentMode()}getAgentExecution(){return this.agentExecution}isAgentExecuting(){var n;return((n=this.agentExecution)==null?void 0:n.status)==="running"}isVoiceSupported(){var n;return Ca((n=this.config.voiceRecognition)==null?void 0:n.provider)}isVoiceActive(){return this.voiceActive}getVoiceStatus(){return this.voiceStatus}getVoiceInterruptionMode(){var n;return(n=this.voiceProvider)!=null&&n.getInterruptionMode?this.voiceProvider.getInterruptionMode():"none"}stopVoicePlayback(){var n;(n=this.voiceProvider)!=null&&n.stopPlayback&&this.voiceProvider.stopPlayback()}isBargeInActive(){var n,t,r;return(r=(t=(n=this.voiceProvider)==null?void 0:n.isBargeInActive)==null?void 0:t.call(n))!=null?r:!1}async deactivateBargeIn(){var n;(n=this.voiceProvider)!=null&&n.deactivateBargeIn&&await this.voiceProvider.deactivateBargeIn()}setupVoice(n){var t,r,o;try{let s=n||this.getVoiceConfigFromConfig();if(!s)throw new Error("Voice configuration not provided");this.voiceProvider=jo(s);let a=(t=this.config.voiceRecognition)!=null?t:{},i=(r=a.processingText)!=null?r:"\u{1F3A4} Processing voice...",d=(o=a.processingErrorText)!=null?o:"Voice processing failed. Please try again.";this.voiceProvider.onProcessingStart&&this.voiceProvider.onProcessingStart(()=>{let l=this.injectMessage({role:"user",content:i,streaming:!1,voiceProcessing:!0});this.pendingVoiceUserMessageId=l.id;let u=this.injectMessage({role:"assistant",content:"",streaming:!0,voiceProcessing:!0});this.pendingVoiceAssistantMessageId=u.id,this.setStreaming(!0)}),this.voiceProvider.onResult(l=>{var u,p,f,m,v,x;if(l.provider==="browser")l.text&&l.text.trim()&&this.sendMessage(l.text,{viaVoice:!0});else if(l.provider==="runtype"){this.pendingVoiceUserMessageId&&((u=l.transcript)!=null&&u.trim())?this.upsertMessage({id:this.pendingVoiceUserMessageId,role:"user",content:l.transcript.trim(),createdAt:new Date().toISOString(),streaming:!1,voiceProcessing:!1}):(p=l.transcript)!=null&&p.trim()&&this.injectUserMessage({content:l.transcript.trim()}),this.pendingVoiceAssistantMessageId&&((f=l.text)!=null&&f.trim())?this.upsertMessage({id:this.pendingVoiceAssistantMessageId,role:"assistant",content:l.text.trim(),createdAt:new Date().toISOString(),streaming:!1,voiceProcessing:!1}):(m=l.text)!=null&&m.trim()&&this.injectAssistantMessage({content:l.text.trim()});{let M=(x=this.pendingVoiceAssistantMessageId)!=null?x:(v=[...this.messages].reverse().find(A=>A.role==="assistant"))==null?void 0:v.id;M&&this.ttsSpokenMessageIds.add(M)}this.setStreaming(!1),this.pendingVoiceUserMessageId=null,this.pendingVoiceAssistantMessageId=null}}),this.voiceProvider.onError(l=>{console.error("Voice error:",l),this.pendingVoiceAssistantMessageId&&(this.upsertMessage({id:this.pendingVoiceAssistantMessageId,role:"assistant",content:d,createdAt:new Date().toISOString(),streaming:!1,voiceProcessing:!1}),this.setStreaming(!1),this.pendingVoiceUserMessageId=null,this.pendingVoiceAssistantMessageId=null)}),this.voiceProvider.onStatusChange(l=>{var u,p;this.voiceStatus=l,this.voiceActive=l==="listening",(p=(u=this.callbacks).onVoiceStatusChanged)==null||p.call(u,l)}),this.voiceProvider.connect()}catch(s){console.error("Failed to setup voice:",s)}}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(n){console.error("Failed to start voice:",n)}}}cleanupVoice(){this.voiceProvider&&(this.voiceProvider.disconnect(),this.voiceProvider=null),this.voiceActive=!1,this.voiceStatus="disconnected"}getVoiceConfigFromConfig(){var t,r,o,s,a,i,d,l,u;if(!((t=this.config.voiceRecognition)!=null&&t.provider))return;let n=this.config.voiceRecognition.provider;switch(n.type){case"runtype":return{type:"runtype",runtype:{agentId:((r=n.runtype)==null?void 0:r.agentId)||"",clientToken:((o=n.runtype)==null?void 0:o.clientToken)||"",host:(s=n.runtype)==null?void 0:s.host,voiceId:(a=n.runtype)==null?void 0:a.voiceId,pauseDuration:(i=n.runtype)==null?void 0:i.pauseDuration,silenceThreshold:(d=n.runtype)==null?void 0:d.silenceThreshold}};case"browser":return{type:"browser",browser:{language:((l=n.browser)==null?void 0:l.language)||"en-US",continuous:(u=n.browser)==null?void 0:u.continuous}};default:return}}async initClientSession(){var n,t;if(!this.isClientTokenMode())return null;try{let r=await this.client.initSession();return this.setClientSession(r),r}catch(r){return(t=(n=this.callbacks).onError)==null||t.call(n,r instanceof Error?r:new Error(String(r))),null}}setClientSession(n){if(this.clientSession=n,n.config.welcomeMessage&&this.messages.length===0){let t={id:`welcome-${Date.now()}`,role:"assistant",content:n.config.welcomeMessage,createdAt:new Date().toISOString(),sequence:this.nextSequence()};this.appendMessage(t)}}getClientSession(){var n;return(n=this.clientSession)!=null?n:this.client.getClientSession()}isSessionValid(){let n=this.getClientSession();return n?new Date<n.expiresAt:!1}clearClientSession(){this.clientSession=null,this.client.clearClientSession()}getClient(){return this.client}async submitMessageFeedback(n,t){return this.client.submitMessageFeedback(n,t)}async submitCSATFeedback(n,t){return this.client.submitCSATFeedback(n,t)}async submitNPSFeedback(n,t){return this.client.submitNPSFeedback(n,t)}updateConfig(n){let t=this.client.getSSEEventCallback();this.config={...this.config,...n},this.client=new $o(this.config),t&&this.client.setSSEEventCallback(t)}getMessages(){return[...this.messages]}getStatus(){return this.status}isStreaming(){return this.streaming}injectTestEvent(n){this.handleEvent(n)}injectMessage(n){let{role:t,content:r,llmContent:o,contentParts:s,id:a,createdAt:i,sequence:d,streaming:l=!1,voiceProcessing:u,rawContent:p}=n,m={id:a!=null?a:t==="user"?Cs():t==="assistant"?_o():`system-${Date.now()}-${Math.random().toString(16).slice(2)}`,role:t,content:r,createdAt:i!=null?i:new Date().toISOString(),sequence:d!=null?d:this.nextSequence(),streaming:l,...o!==void 0&&{llmContent:o},...s!==void 0&&{contentParts:s},...u!==void 0&&{voiceProcessing:u},...p!==void 0&&{rawContent:p}};return this.upsertMessage(m),m}injectAssistantMessage(n){return this.injectMessage({...n,role:"assistant"})}injectUserMessage(n){return this.injectMessage({...n,role:"user"})}injectSystemMessage(n){return this.injectMessage({...n,role:"system"})}injectMessageBatch(n){let t=[];for(let r of n){let{role:o,content:s,llmContent:a,contentParts:i,id:d,createdAt:l,sequence:u,streaming:p=!1,voiceProcessing:f,rawContent:m}=r,x={id:d!=null?d:o==="user"?Cs():o==="assistant"?_o():`system-${Date.now()}-${Math.random().toString(16).slice(2)}`,role:o,content:s,createdAt:l!=null?l:new Date().toISOString(),sequence:u!=null?u:this.nextSequence(),streaming:p,...a!==void 0&&{llmContent:a},...i!==void 0&&{contentParts:i},...f!==void 0&&{voiceProcessing:f},...m!==void 0&&{rawContent:m}};t.push(x)}return this.messages=this.sortMessages([...this.messages,...t]),this.callbacks.onMessagesChanged([...this.messages]),t}injectComponentDirective(n){let{component:t,props:r={},text:o="",llmContent:s,id:a,createdAt:i,sequence:d}=n,l={text:o,component:t,props:r};return this.injectMessage({role:"assistant",content:o,rawContent:JSON.stringify(l),...s!==void 0&&{llmContent:s},...a!==void 0&&{id:a},...i!==void 0&&{createdAt:i},...d!==void 0&&{sequence:d}})}async sendMessage(n,t){var l,u,p,f,m;let r=n.trim();if(!r&&(!(t!=null&&t.contentParts)||t.contentParts.length===0))return;this.stopSpeaking(),(l=this.abortController)==null||l.abort();let o=Cs(),s=_o(),a={id:o,role:"user",content:r||ha,createdAt:new Date().toISOString(),sequence:this.nextSequence(),viaVoice:(t==null?void 0:t.viaVoice)||!1,...(t==null?void 0:t.contentParts)&&t.contentParts.length>0&&{contentParts:t.contentParts}};this.appendMessage(a),this.setStreaming(!0);let i=new AbortController;this.abortController=i;let d=[...this.messages];try{await this.client.dispatch({messages:d,signal:i.signal,assistantMessageId:s},this.handleEvent)}catch(v){let x=v instanceof Error&&(v.name==="AbortError"||v.message.includes("aborted")||v.message.includes("abort"));if(!x){let M={id:s,role:"assistant",createdAt:new Date().toISOString(),content:"It looks like the proxy isn't returning a real response yet. Here's a sample message so you can continue testing locally.",sequence:this.nextSequence()};this.appendMessage(M)}this.setStatus("idle"),this.setStreaming(!1),this.abortController=null,x||(v instanceof Error?(p=(u=this.callbacks).onError)==null||p.call(u,v):(m=(f=this.callbacks).onError)==null||m.call(f,new Error(String(v))))}}async continueConversation(){var o,s,a,i,d;if(this.streaming)return;(o=this.abortController)==null||o.abort();let n=_o();this.setStreaming(!0);let t=new AbortController;this.abortController=t;let r=[...this.messages];try{await this.client.dispatch({messages:r,signal:t.signal,assistantMessageId:n},this.handleEvent)}catch(l){let u={id:n,role:"assistant",createdAt:new Date().toISOString(),content:"It looks like the proxy isn't returning a real response yet. Here's a sample message so you can continue testing locally.",sequence:this.nextSequence()};this.appendMessage(u),this.setStatus("idle"),this.setStreaming(!1),this.abortController=null,l instanceof Error?(a=(s=this.callbacks).onError)==null||a.call(s,l):(d=(i=this.callbacks).onError)==null||d.call(i,new Error(String(l)))}}async connectStream(n,t){var o,s,a;if(this.streaming&&!(t!=null&&t.allowReentry))return;t!=null&&t.allowReentry||(o=this.abortController)==null||o.abort();let r=!1;for(let i of this.messages)i.streaming&&(i.streaming=!1,r=!0);r&&this.callbacks.onMessagesChanged([...this.messages]),this.setStreaming(!0);try{await this.client.processStream(n,this.handleEvent,t==null?void 0:t.assistantMessageId)}catch(i){this.setStatus("error"),this.setStreaming(!1),this.abortController=null,(a=(s=this.callbacks).onError)==null||a.call(s,i instanceof Error?i:new Error(String(i)))}}async resolveApproval(n,t){var d,l,u,p;let r=`approval-${n.id}`,o={...n,status:t,resolvedAt:Date.now()},s={id:r,role:"assistant",content:"",createdAt:new Date().toISOString(),streaming:!1,variant:"approval",approval:o};this.upsertMessage(s),(d=this.abortController)==null||d.abort(),this.abortController=new AbortController,this.setStreaming(!0);let a=this.config.approval,i=a&&typeof a=="object"?a.onDecision:void 0;try{let f;if(i?f=await i({approvalId:n.id,executionId:n.executionId,agentId:n.agentId,toolName:n.toolName},t):f=await this.client.resolveApproval({agentId:n.agentId,executionId:n.executionId,approvalId:n.id},t),f){let m=null;if(f instanceof Response){if(!f.ok){let v=await f.json().catch(()=>null);throw new Error((l=v==null?void 0:v.error)!=null?l:`Approval request failed: ${f.status}`)}m=f.body}else f instanceof ReadableStream&&(m=f);m?await this.connectStream(m,{allowReentry:!0}):(t==="denied"&&this.appendMessage({id:`denial-${n.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(f){let m=f instanceof Error&&(f.name==="AbortError"||f.message.includes("aborted")||f.message.includes("abort"));this.setStreaming(!1),this.abortController=null,m||(p=(u=this.callbacks).onError)==null||p.call(u,f instanceof Error?f:new Error(String(f)))}}persistAskUserQuestionProgress(n,t){let r=this.messages.find(o=>o.id===n.id);r&&this.upsertMessage({...r,agentMetadata:{...r.agentMetadata,askUserQuestionAnswers:t.answers,askUserQuestionIndex:t.currentIndex}})}markAskUserQuestionResolved(n,t){let r=this.messages.find(o=>o.id===n.id);r&&this.upsertMessage({...r,agentMetadata:{...r.agentMetadata,awaitingLocalTool:!1,askUserQuestionAnswered:!0,...t?{askUserQuestionAnswers:t}:{}}})}async resolveAskUserQuestion(n,t){var u,p,f,m,v,x,M,A,k,D,R,L;let r=this.messages.find(S=>S.id===n.id);if(((u=r==null?void 0:r.agentMetadata)==null?void 0:u.askUserQuestionAnswered)===!0)return;let o=(p=n.agentMetadata)==null?void 0:p.executionId,s=(f=n.toolCall)==null?void 0:f.name;if(!o||!s){(v=(m=this.callbacks).onError)==null||v.call(m,new Error("resolveAskUserQuestion: message is missing executionId or toolCall.name"));return}let a=typeof t=="string"?void 0:t;if(a===void 0&&typeof t=="string"){let S=(x=n.toolCall)==null?void 0:x.args,O=Array.isArray(S==null?void 0:S.questions)?S.questions:[];if(O.length===1){let $=typeof((M=O[0])==null?void 0:M.question)=="string"?O[0].question:"";$&&(a={[$]:t})}}this.markAskUserQuestionResolved(n,a),(A=this.abortController)==null||A.abort(),this.abortController=new AbortController,this.setStreaming(!0);let i=n.toolCall.id,d=(k=n.toolCall)==null?void 0:k.args,l=Array.isArray(d==null?void 0:d.questions)?d.questions:[];if(l.length===0){let S=typeof t=="string"?t:Object.entries(t).map(([O,$])=>`${O}: ${Array.isArray($)?$.join(", "):$}`).join(" | ");this.appendMessage({id:`ask-user-answer-${i}`,role:"user",content:S,createdAt:new Date().toISOString(),streaming:!1,sequence:this.nextSequence()})}else{let S=a!=null?a:{};l.forEach((O,$)=>{let U=typeof(O==null?void 0:O.question)=="string"?O.question:"";if(!U)return;let W=S[U],F=Array.isArray(W)?W.join(", "):typeof W=="string"?W:"";this.appendMessage({id:`ask-user-q-${i}-${$}`,role:"assistant",content:U,createdAt:new Date().toISOString(),streaming:!1,sequence:this.nextSequence()}),this.appendMessage({id:`ask-user-a-${i}-${$}`,role:"user",content:F||"*Skipped*",createdAt:new Date().toISOString(),streaming:!1,sequence:this.nextSequence()})})}try{let S=await this.client.resumeFlow(o,{[s]:t});if(!S.ok){let O=await S.json().catch(()=>null);throw new Error((D=O==null?void 0:O.error)!=null?D:`Resume failed: ${S.status}`)}S.body?await this.connectStream(S.body,{allowReentry:!0}):(this.setStreaming(!1),this.abortController=null)}catch(S){let O=S instanceof Error&&(S.name==="AbortError"||S.message.includes("aborted")||S.message.includes("abort"));this.setStreaming(!1),this.abortController=null,O||(L=(R=this.callbacks).onError)==null||L.call(R,S instanceof Error?S:new Error(String(S)))}}cancel(){var n;(n=this.abortController)==null||n.abort(),this.abortController=null,this.stopSpeaking(),this.stopVoicePlayback(),this.setStreaming(!1),this.setStatus("idle")}clearMessages(){var n;this.stopSpeaking(),(n=this.abortController)==null||n.abort(),this.abortController=null,this.messages=[],this.agentExecution=null,this.clearArtifactState(),this.setStreaming(!1),this.setStatus("idle"),this.callbacks.onMessagesChanged([...this.messages])}getArtifacts(){return[...this.artifacts.values()]}getArtifactById(n){return this.artifacts.get(n)}getSelectedArtifactId(){return this.selectedArtifactId}selectArtifact(n){this.selectedArtifactId=n,this.emitArtifactsState()}clearArtifacts(){this.clearArtifactState()}upsertArtifact(n){var o;let t=n.id||`art_${Date.now().toString(36)}_${Math.random().toString(36).slice(2,9)}`;if(n.artifactType==="markdown"){let s={id:t,artifactType:"markdown",title:n.title,status:"complete",markdown:n.content};return this.artifacts.set(t,s),this.selectedArtifactId=t,this.emitArtifactsState(),s}let r={id:t,artifactType:"component",title:n.title,status:"complete",component:n.component,props:(o=n.props)!=null?o:{}};return this.artifacts.set(t,r),this.selectedArtifactId=t,this.emitArtifactsState(),r}clearArtifactState(){this.artifacts.size===0&&this.selectedArtifactId===null||(this.artifacts.clear(),this.selectedArtifactId=null,this.emitArtifactsState())}emitArtifactsState(){var n,t;(t=(n=this.callbacks).onArtifactsState)==null||t.call(n,{artifacts:[...this.artifacts.values()],selectedId:this.selectedArtifactId})}applyArtifactStreamEvent(n){var t,r;switch(n.type){case"artifact_start":{n.artifactType==="markdown"?this.artifacts.set(n.id,{id:n.id,artifactType:"markdown",title:n.title,status:"streaming",markdown:""}):this.artifacts.set(n.id,{id:n.id,artifactType:"component",title:n.title,status:"streaming",component:(t=n.component)!=null?t:"",props:{}}),this.selectedArtifactId=n.id;break}case"artifact_delta":{let o=this.artifacts.get(n.id);(o==null?void 0:o.artifactType)==="markdown"&&(o.markdown=((r=o.markdown)!=null?r:"")+n.artDelta);break}case"artifact_update":{let o=this.artifacts.get(n.id);(o==null?void 0:o.artifactType)==="component"&&(o.props={...o.props,...n.props},n.component&&(o.component=n.component));break}case"artifact_complete":{let o=this.artifacts.get(n.id);o&&(o.status="complete");break}default:return}this.emitArtifactsState()}hydrateMessages(n){var t;(t=this.abortController)==null||t.abort(),this.abortController=null,this.messages=this.sortMessages(n.map(r=>{var o;return{...r,streaming:!1,sequence:(o=r.sequence)!=null?o:this.nextSequence()}})),this.setStreaming(!1),this.setStatus("idle"),this.callbacks.onMessagesChanged([...this.messages])}hydrateArtifacts(n,t=null){this.artifacts.clear();for(let r of n)this.artifacts.set(r.id,{...r,status:"complete"});this.selectedArtifactId=t,this.emitArtifactsState()}setStatus(n){this.status!==n&&(this.status=n,this.callbacks.onStatusChanged(n))}setStreaming(n){if(this.streaming===n)return;let t=this.streaming;this.streaming=n,this.callbacks.onStreamingChanged(n),t&&!n&&this.speakLatestAssistantMessage()}speakLatestAssistantMessage(){let n=this.config.textToSpeech;if(!(n!=null&&n.enabled)||!(!n.provider||n.provider==="browser"||n.provider==="runtype"&&n.browserFallback))return;let r=[...this.messages].reverse().find(s=>s.role==="assistant"&&s.content&&!s.voiceProcessing);if(!r)return;if(this.ttsSpokenMessageIds.has(r.id)){this.ttsSpokenMessageIds.delete(r.id);return}let o=r.content;o.trim()&&this.speak(o,n)}speak(n,t){if(typeof window=="undefined"||!("speechSynthesis"in window))return;let r=window.speechSynthesis;r.cancel();let o=new SpeechSynthesisUtterance(n),s=r.getVoices();if(t.voice){let a=s.find(i=>i.name===t.voice);a&&(o.voice=a)}else s.length>0&&(o.voice=t.pickVoice?t.pickVoice(s):e.pickBestVoice(s));t.rate!==void 0&&(o.rate=t.rate),t.pitch!==void 0&&(o.pitch=t.pitch),setTimeout(()=>r.speak(o),50)}static pickBestVoice(n){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 s=n.find(a=>a.name===o);if(s)return s}return(r=n.find(o=>o.lang.startsWith("en")))!=null?r:n[0]}stopSpeaking(){typeof window!="undefined"&&"speechSynthesis"in window&&window.speechSynthesis.cancel()}appendMessage(n){let t=this.ensureSequence(n);this.messages=this.sortMessages([...this.messages,t]),this.callbacks.onMessagesChanged([...this.messages])}upsertMessage(n){let t=this.ensureSequence(n),r=this.messages.findIndex(o=>o.id===t.id);if(r===-1){this.appendMessage(t);return}this.messages=this.messages.map((o,s)=>{var i;if(s!==r)return o;let a={...o,...t};return((i=o.agentMetadata)==null?void 0:i.askUserQuestionAnswered)===!0&&t.agentMetadata&&(a.agentMetadata={...t.agentMetadata,askUserQuestionAnswered:!0,...o.agentMetadata.askUserQuestionAnswers?{askUserQuestionAnswers:o.agentMetadata.askUserQuestionAnswers}:{},awaitingLocalTool:!1}),a}),this.messages=this.sortMessages(this.messages),this.callbacks.onMessagesChanged([...this.messages])}ensureSequence(n){return n.sequence!==void 0?{...n}:{...n,sequence:this.nextSequence()}}nextSequence(){return this.sequenceCounter++}sortMessages(n){return[...n].sort((t,r)=>{var d,l;let o=new Date(t.createdAt).getTime(),s=new Date(r.createdAt).getTime();if(!Number.isNaN(o)&&!Number.isNaN(s)&&o!==s)return o-s;let a=(d=t.sequence)!=null?d:0,i=(l=r.sequence)!=null?l:0;return a!==i?a-i:t.id.localeCompare(r.id)})}};var h=(e,n)=>{let t=document.createElement(e);return n&&(t.className=n),t},br=(e,n,t)=>{let r=e.createElement(n);return t&&(r.className=t),r};import{Activity as Em,ArrowDown as Tm,ArrowUp as Mm,ArrowUpRight as km,Bot as Lm,ChevronDown as Pm,ChevronUp as Im,ChevronRight as Wm,ChevronLeft as Rm,Check as Hm,Clipboard as Bm,ClipboardCopy as Dm,Copy as Nm,File as Fm,FileCode as Om,FileSpreadsheet as $m,FileText as _m,ImagePlus as jm,Loader as Um,LoaderCircle as qm,Mic as zm,Paperclip as Vm,RefreshCw as Jm,Search as Km,Send as Gm,ShieldAlert as Qm,ShieldCheck as Xm,ShieldX as Ym,Square as Zm,ThumbsDown as eg,ThumbsUp as tg,Upload as ng,Volume2 as rg,X as og,User as sg,Mail as ag,Phone as ig,Calendar as lg,Clock as cg,Building as dg,MapPin as pg,Lock as ug,Key as mg,CreditCard as gg,AtSign as fg,Hash as hg,Globe as yg,Link as bg,CircleCheck as xg,CircleX as vg,TriangleAlert as Cg,Info as wg,Ban as Ag,Shield as Sg,ArrowLeft as Eg,ArrowRight as Tg,ExternalLink as Mg,Ellipsis as kg,EllipsisVertical as Lg,Menu as Pg,House as Ig,Plus as Wg,Minus as Rg,Pencil as Hg,Trash as Bg,Trash2 as Dg,Save as Ng,Download as Fg,Share as Og,Funnel as $g,Settings as _g,RotateCw as jg,Maximize as Ug,Minimize as qg,ShoppingCart as zg,ShoppingBag as Vg,Package as Jg,Truck as Kg,Tag as Gg,Gift as Qg,Receipt as Xg,Wallet as Yg,Store as Zg,DollarSign as ef,Percent as tf,Play as nf,Pause as rf,VolumeX as of,Camera as sf,Image as af,Film as lf,Headphones as cf,MessageCircle as df,MessageSquare as pf,Bell as uf,Heart as mf,Star as gf,Eye as ff,EyeOff as hf,Bookmark as yf,CalendarDays as bf,History as xf,Timer as vf,Folder as Cf,FolderOpen as wf,Files as Af,Sparkles as Sf,Zap as Ef,Sun as Tf,Moon as Mf,Flag as kf,Monitor as Lf,Smartphone as Pf}from"lucide";var If={activity:Em,"arrow-down":Tm,"arrow-up":Mm,"arrow-up-right":km,bot:Lm,"chevron-down":Pm,"chevron-up":Im,"chevron-right":Wm,"chevron-left":Rm,check:Hm,clipboard:Bm,"clipboard-copy":Dm,copy:Nm,file:Fm,"file-code":Om,"file-spreadsheet":$m,"file-text":_m,"image-plus":jm,loader:Um,"loader-circle":qm,mic:zm,paperclip:Vm,"refresh-cw":Jm,search:Km,send:Gm,"shield-alert":Qm,"shield-check":Xm,"shield-x":Ym,square:Zm,"thumbs-down":eg,"thumbs-up":tg,upload:ng,"volume-2":rg,x:og,user:sg,mail:ag,phone:ig,calendar:lg,clock:cg,building:dg,"map-pin":pg,lock:ug,key:mg,"credit-card":gg,"at-sign":fg,hash:hg,globe:yg,link:bg,"circle-check":xg,"circle-x":vg,"triangle-alert":Cg,info:wg,ban:Ag,shield:Sg,"arrow-left":Eg,"arrow-right":Tg,"external-link":Mg,ellipsis:kg,"ellipsis-vertical":Lg,menu:Pg,house:Ig,plus:Wg,minus:Rg,pencil:Hg,trash:Bg,"trash-2":Dg,save:Ng,download:Fg,share:Og,funnel:$g,settings:_g,"rotate-cw":jg,maximize:Ug,minimize:qg,"shopping-cart":zg,"shopping-bag":Vg,package:Jg,truck:Kg,tag:Gg,gift:Qg,receipt:Xg,wallet:Yg,store:Zg,"dollar-sign":ef,percent:tf,play:nf,pause:rf,"volume-x":of,camera:sf,image:af,film:lf,headphones:cf,"message-circle":df,"message-square":pf,bell:uf,heart:mf,star:gf,eye:ff,"eye-off":hf,bookmark:yf,"calendar-days":bf,history:xf,timer:vf,folder:Cf,"folder-open":wf,files:Af,sparkles:Sf,zap:Ef,sun:Tf,moon:Mf,flag:kf,monitor:Lf,smartphone:Pf},me=(e,n=24,t="currentColor",r=2)=>{let o=If[e];return o?Wf(o,n,t,r):(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 Wf(e,n,t,r){if(!Array.isArray(e))return null;let o=document.createElementNS("http://www.w3.org/2000/svg","svg");return o.setAttribute("width",String(n)),o.setAttribute("height",String(n)),o.setAttribute("viewBox","0 0 24 24"),o.setAttribute("fill","none"),o.setAttribute("stroke",t),o.setAttribute("stroke-width",String(r)),o.setAttribute("stroke-linecap","round"),o.setAttribute("stroke-linejoin","round"),o.setAttribute("aria-hidden","true"),e.forEach(s=>{if(!Array.isArray(s)||s.length<2)return;let a=s[0],i=s[1];if(!i)return;let d=document.createElementNS("http://www.w3.org/2000/svg",a);Object.entries(i).forEach(([l,u])=>{l!=="stroke"&&d.setAttribute(l,String(u))}),o.appendChild(d)}),o}var wa={allowedTypes:Hr,maxFileSize:10*1024*1024,maxFiles:4};function Rf(){return`attach_${Date.now()}_${Math.random().toString(36).substring(2,9)}`}function Hf(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 Uo=class e{constructor(n={}){this.attachments=[];this.previewsContainer=null;var t,r,o;this.config={allowedTypes:(t=n.allowedTypes)!=null?t:wa.allowedTypes,maxFileSize:(r=n.maxFileSize)!=null?r:wa.maxFileSize,maxFiles:(o=n.maxFiles)!=null?o:wa.maxFiles,onFileRejected:n.onFileRejected,onAttachmentsChange:n.onAttachmentsChange}}setPreviewsContainer(n){this.previewsContainer=n}updateConfig(n){n.allowedTypes!==void 0&&(this.config.allowedTypes=n.allowedTypes.length>0?n.allowedTypes:wa.allowedTypes),n.maxFileSize!==void 0&&(this.config.maxFileSize=n.maxFileSize),n.maxFiles!==void 0&&(this.config.maxFiles=n.maxFiles),n.onFileRejected!==void 0&&(this.config.onFileRejected=n.onFileRejected),n.onAttachmentsChange!==void 0&&(this.config.onAttachmentsChange=n.onAttachmentsChange)}getAttachments(){return[...this.attachments]}getContentParts(){return this.attachments.map(n=>n.contentPart)}hasAttachments(){return this.attachments.length>0}count(){return this.attachments.length}async handleFileSelect(n){!n||n.length===0||await this.handleFiles(Array.from(n))}async handleFiles(n){var t,r,o,s,a,i,d;if(n.length){for(let l of n){if(this.attachments.length>=this.config.maxFiles){(r=(t=this.config).onFileRejected)==null||r.call(t,l,"count");continue}let u=dp(l,this.config.allowedTypes,this.config.maxFileSize);if(!u.valid){let p=(o=u.error)!=null&&o.includes("type")?"type":"size";(a=(s=this.config).onFileRejected)==null||a.call(s,l,p);continue}try{let p=await cp(l),f=ba(l)?URL.createObjectURL(l):null,m={id:Rf(),file:l,previewUrl:f,contentPart:p};this.attachments.push(m),this.renderPreview(m)}catch(p){console.error("[AttachmentManager] Failed to process file:",p)}}this.updatePreviewsVisibility(),(d=(i=this.config).onAttachmentsChange)==null||d.call(i,this.getAttachments())}}removeAttachment(n){var s,a,i;let t=this.attachments.findIndex(d=>d.id===n);if(t===-1)return;let r=this.attachments[t];r.previewUrl&&URL.revokeObjectURL(r.previewUrl),this.attachments.splice(t,1);let o=(s=this.previewsContainer)==null?void 0:s.querySelector(`[data-attachment-id="${n}"]`);o&&o.remove(),this.updatePreviewsVisibility(),(i=(a=this.config).onAttachmentsChange)==null||i.call(a,this.getAttachments())}clearAttachments(){var n,t;for(let r of this.attachments)r.previewUrl&&URL.revokeObjectURL(r.previewUrl);this.attachments=[],this.previewsContainer&&(this.previewsContainer.innerHTML=""),this.updatePreviewsVisibility(),(t=(n=this.config).onAttachmentsChange)==null||t.call(n,this.getAttachments())}renderPreview(n){if(!this.previewsContainer)return;let t=ba(n.file),r=h("div","persona-attachment-preview persona-relative persona-inline-block");if(r.setAttribute("data-attachment-id",n.id),r.style.width="48px",r.style.height="48px",t&&n.previewUrl){let a=h("img");a.src=n.previewUrl,a.alt=n.file.name,a.className="persona-w-full persona-h-full persona-object-cover persona-rounded-lg persona-border persona-border-gray-200",a.style.width="48px",a.style.height="48px",a.style.objectFit="cover",a.style.borderRadius="8px",r.appendChild(a)}else{let a=h("div");a.style.width="48px",a.style.height="48px",a.style.borderRadius="8px",a.style.backgroundColor="var(--persona-container, #f3f4f6)",a.style.border="1px solid var(--persona-border, #e5e7eb)",a.style.display="flex",a.style.flexDirection="column",a.style.alignItems="center",a.style.justifyContent="center",a.style.gap="2px",a.style.overflow="hidden";let i=Hf(n.file.type),d=me(i,20,"var(--persona-muted, #6b7280)",1.5);d&&a.appendChild(d);let l=h("span");l.textContent=pp(n.file.type,n.file.name),l.style.fontSize="8px",l.style.fontWeight="600",l.style.color="var(--persona-muted, #6b7280)",l.style.textTransform="uppercase",l.style.lineHeight="1",a.appendChild(l),r.appendChild(a)}let o=h("button","persona-attachment-remove persona-absolute persona-flex persona-items-center persona-justify-center");o.type="button",o.setAttribute("aria-label","Remove attachment"),o.style.position="absolute",o.style.top="-4px",o.style.right="-4px",o.style.width="18px",o.style.height="18px",o.style.borderRadius="50%",o.style.backgroundColor="var(--persona-palette-colors-black-alpha-60, rgba(0, 0, 0, 0.6))",o.style.border="none",o.style.cursor="pointer",o.style.display="flex",o.style.alignItems="center",o.style.justifyContent="center",o.style.padding="0";let s=me("x",10,"var(--persona-text-inverse, #ffffff)",2);s?o.appendChild(s):(o.textContent="\xD7",o.style.color="var(--persona-text-inverse, #ffffff)",o.style.fontSize="14px",o.style.lineHeight="1"),o.addEventListener("click",a=>{a.preventDefault(),a.stopPropagation(),this.removeAttachment(n.id)}),r.appendChild(o),this.previewsContainer.appendChild(r)}updatePreviewsVisibility(){this.previewsContainer&&(this.previewsContainer.style.display=this.attachments.length>0?"flex":"none")}static fromConfig(n,t){return new e({allowedTypes:n==null?void 0:n.allowedTypes,maxFileSize:n==null?void 0:n.maxFileSize,maxFiles:n==null?void 0:n.maxFiles,onFileRejected:n==null?void 0:n.onFileRejected,onAttachmentsChange:t})}};var up=e=>typeof e=="object"&&e!==null&&!Array.isArray(e);function Ss(e,n){if(!e)return n;if(!n)return e;let t={...e};for(let[r,o]of Object.entries(n)){let s=t[r];up(s)&&up(o)?t[r]=Ss(s,o):t[r]=o}return t}var Gn="min(440px, calc(100vw - 24px))",mi="440px",Nt={apiUrl:"https://api.runtype.com/api/chat/dispatch",clientToken:void 0,theme:void 0,darkTheme:void 0,colorScheme:"light",launcher:{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:Gn,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)"},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:""},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 mp(e,n){if(!(!e&&!n))return e?n?Ss(e,n):e:n}function gi(e){var n,t,r,o,s,a,i,d,l,u,p,f,m,v,x,M,A,k,D,R,L;return e?{...Nt,...e,theme:mp(Nt.theme,e.theme),darkTheme:mp(Nt.darkTheme,e.darkTheme),launcher:{...Nt.launcher,...e.launcher,dock:{...(n=Nt.launcher)==null?void 0:n.dock,...(t=e.launcher)==null?void 0:t.dock},clearChat:{...(r=Nt.launcher)==null?void 0:r.clearChat,...(o=e.launcher)==null?void 0:o.clearChat}},copy:{...Nt.copy,...e.copy},sendButton:{...Nt.sendButton,...e.sendButton},statusIndicator:{...Nt.statusIndicator,...e.statusIndicator},voiceRecognition:{...Nt.voiceRecognition,...e.voiceRecognition},features:(()=>{var pe,Te,Ue,ee,be,Q,oe,Le;let S=(pe=Nt.features)==null?void 0:pe.artifacts,O=(Te=e.features)==null?void 0:Te.artifacts,$=(Ue=Nt.features)==null?void 0:Ue.scrollToBottom,U=(ee=e.features)==null?void 0:ee.scrollToBottom,W=(be=Nt.features)==null?void 0:be.streamAnimation,F=(Q=e.features)==null?void 0:Q.streamAnimation,K=(oe=Nt.features)==null?void 0:oe.askUserQuestion,re=(Le=e.features)==null?void 0:Le.askUserQuestion,Ee=S===void 0&&O===void 0?void 0:{...S,...O,layout:{...S==null?void 0:S.layout,...O==null?void 0:O.layout}},We=$===void 0&&U===void 0?void 0:{...$,...U},qe=W===void 0&&F===void 0?void 0:{...W,...F},ge=K===void 0&&re===void 0?void 0:{...K,...re,styles:{...K==null?void 0:K.styles,...re==null?void 0:re.styles}};return{...Nt.features,...e.features,...We!==void 0?{scrollToBottom:We}:{},...Ee!==void 0?{artifacts:Ee}:{},...qe!==void 0?{streamAnimation:qe}:{},...ge!==void 0?{askUserQuestion:ge}:{}}})(),suggestionChips:(s=e.suggestionChips)!=null?s:Nt.suggestionChips,suggestionChipsConfig:{...Nt.suggestionChipsConfig,...e.suggestionChipsConfig},layout:{...Nt.layout,...e.layout,header:{...(a=Nt.layout)==null?void 0:a.header,...(i=e.layout)==null?void 0:i.header},messages:{...(d=Nt.layout)==null?void 0:d.messages,...(l=e.layout)==null?void 0:l.messages,avatar:{...(p=(u=Nt.layout)==null?void 0:u.messages)==null?void 0:p.avatar,...(m=(f=e.layout)==null?void 0:f.messages)==null?void 0:m.avatar},timestamp:{...(x=(v=Nt.layout)==null?void 0:v.messages)==null?void 0:x.timestamp,...(A=(M=e.layout)==null?void 0:M.messages)==null?void 0:A.timestamp}},slots:{...(k=Nt.layout)==null?void 0:k.slots,...(D=e.layout)==null?void 0:D.slots}},markdown:{...Nt.markdown,...e.markdown,options:{...(R=Nt.markdown)==null?void 0:R.options,...(L=e.markdown)==null?void 0:L.options}},messageActions:{...Nt.messageActions,...e.messageActions}}:Nt}var gp={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"}},fp={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"}},hp={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:Gn,maxWidth:mi,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:"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:"palette.colors.warning.50",border:"palette.colors.warning.200",text:"palette.colors.gray.900"},approve:{background:"palette.colors.success.500",foreground:"palette.colors.gray.50",borderRadius:"palette.radius.md",padding:"semantic.spacing.sm"},deny:{background:"palette.colors.error.500",foreground:"palette.colors.gray.50",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 qo(e,n){if(!n.startsWith("palette.")&&!n.startsWith("semantic.")&&!n.startsWith("components."))return n;let t=n.split("."),r=e;for(let o of t){if(r==null)return;r=r[o]}return typeof r=="string"&&(r.startsWith("palette.")||r.startsWith("semantic.")||r.startsWith("components."))?qo(e,r):r}function fi(e){let n={};function t(r,o){for(let[s,a]of Object.entries(r)){let i=`${o}.${s}`;if(typeof a=="string"){let d=qo(e,a);d!==void 0&&(n[i]={path:i,value:d,type:o.includes("color")?"color":o.includes("spacing")?"spacing":o.includes("typography")?"typography":o.includes("shadow")?"shadow":o.includes("border")?"border":"color"})}else typeof a=="object"&&a!==null&&t(a,i)}}return t(e.palette,"palette"),t(e.semantic,"semantic"),t(e.components,"components"),n}function yp(e){let n=[],t=[];return e.palette||n.push({path:"palette",message:"Theme must include a palette",severity:"error"}),e.semantic||t.push({path:"semantic",message:"No semantic tokens defined - defaults will be used",severity:"warning"}),e.components||t.push({path:"components",message:"No component tokens defined - defaults will be used",severity:"warning"}),{valid:n.length===0,errors:n,warnings:t}}function bp(e,n){let t={...e};for(let[r,o]of Object.entries(n)){let s=t[r];s&&typeof s=="object"&&!Array.isArray(s)&&o&&typeof o=="object"&&!Array.isArray(o)?t[r]=bp(s,o):t[r]=o}return t}function Bf(e,n){return n?bp(e,n):e}function Es(e,n={}){var o,s,a,i,d,l,u,p,f,m,v,x,M;let t={palette:gp,semantic:fp,components:hp},r={palette:{...t.palette,...e==null?void 0:e.palette,colors:{...t.palette.colors,...(o=e==null?void 0:e.palette)==null?void 0:o.colors},spacing:{...t.palette.spacing,...(s=e==null?void 0:e.palette)==null?void 0:s.spacing},typography:{...t.palette.typography,...(a=e==null?void 0:e.palette)==null?void 0:a.typography},shadows:{...t.palette.shadows,...(i=e==null?void 0:e.palette)==null?void 0:i.shadows},borders:{...t.palette.borders,...(d=e==null?void 0:e.palette)==null?void 0:d.borders},radius:{...t.palette.radius,...(l=e==null?void 0:e.palette)==null?void 0:l.radius}},semantic:{...t.semantic,...e==null?void 0:e.semantic,colors:{...t.semantic.colors,...(u=e==null?void 0:e.semantic)==null?void 0:u.colors,interactive:{...t.semantic.colors.interactive,...(f=(p=e==null?void 0:e.semantic)==null?void 0:p.colors)==null?void 0:f.interactive},feedback:{...t.semantic.colors.feedback,...(v=(m=e==null?void 0:e.semantic)==null?void 0:m.colors)==null?void 0:v.feedback}},spacing:{...t.semantic.spacing,...(x=e==null?void 0:e.semantic)==null?void 0:x.spacing},typography:{...t.semantic.typography,...(M=e==null?void 0:e.semantic)==null?void 0:M.typography}},components:Bf(t.components,e==null?void 0:e.components)};if(n.validate!==!1){let A=yp(r);if(!A.valid)throw new Error(`Theme validation failed: ${A.errors.map(k=>k.message).join(", ")}`)}if(n.plugins)for(let A of n.plugins)r=A.transform(r);return r}function hi(e){var x,M,A,k,D,R,L,S,O,$,U,W,F,K,re,Ee,We,qe,ge,pe,Te,Ue,ee,be,Q,oe,Le,ie,Fe,De,J,Oe,Ne,G,V,xe,Ie,ne,ve,Ae,Et,te,ke,an,Wt,qt,vr,dr,P,se,Re,Ve,$e,_e,et,Ct,Ot,zt,H,ae,Ce,mt,Qe,Ft,ln,wt,yt,Tt,ct,Vt,Cr,jn,Dr,vt,pr,ur,wr,Yn,pt,io,mr,lo,En,ko,Nr,Ar,ft,In,Wn,yn,Mt,Un,qn,Rn,Fr,Sr,Or,Hn,Lt,bn,zn,$r,Er,_r,gr,Bn,Zn,ut,Jt,Kt,Dn,jr,Vn,er,Nn,_;let n=fi(e),t={};for(let[de,Fn]of Object.entries(n)){let tr=de.replace(/\./g,"-");t[`--persona-${tr}`]=Fn.value}t["--persona-primary"]=(x=t["--persona-semantic-colors-primary"])!=null?x:t["--persona-palette-colors-primary-500"],t["--persona-secondary"]=(M=t["--persona-semantic-colors-secondary"])!=null?M:t["--persona-palette-colors-secondary-500"],t["--persona-accent"]=(A=t["--persona-semantic-colors-accent"])!=null?A:t["--persona-palette-colors-accent-500"],t["--persona-surface"]=(k=t["--persona-semantic-colors-surface"])!=null?k:t["--persona-palette-colors-gray-50"],t["--persona-background"]=(D=t["--persona-semantic-colors-background"])!=null?D:t["--persona-palette-colors-gray-50"],t["--persona-container"]=(R=t["--persona-semantic-colors-container"])!=null?R:t["--persona-palette-colors-gray-100"],t["--persona-text"]=(L=t["--persona-semantic-colors-text"])!=null?L:t["--persona-palette-colors-gray-900"],t["--persona-text-muted"]=(S=t["--persona-semantic-colors-text-muted"])!=null?S:t["--persona-palette-colors-gray-500"],t["--persona-text-inverse"]=(O=t["--persona-semantic-colors-text-inverse"])!=null?O:t["--persona-palette-colors-gray-50"],t["--persona-border"]=($=t["--persona-semantic-colors-border"])!=null?$:t["--persona-palette-colors-gray-200"],t["--persona-divider"]=(U=t["--persona-semantic-colors-divider"])!=null?U:t["--persona-palette-colors-gray-200"],t["--persona-muted"]=t["--persona-text-muted"],t["--persona-voice-recording-indicator"]=(W=t["--persona-components-voice-recording-indicator"])!=null?W:t["--persona-palette-colors-error-500"],t["--persona-voice-recording-bg"]=(F=t["--persona-components-voice-recording-background"])!=null?F:t["--persona-palette-colors-error-50"],t["--persona-voice-processing-icon"]=(K=t["--persona-components-voice-processing-icon"])!=null?K:t["--persona-palette-colors-primary-500"],t["--persona-voice-speaking-icon"]=(re=t["--persona-components-voice-speaking-icon"])!=null?re:t["--persona-palette-colors-success-500"],t["--persona-approval-bg"]=(Ee=t["--persona-components-approval-requested-background"])!=null?Ee:t["--persona-palette-colors-warning-50"],t["--persona-approval-border"]=(We=t["--persona-components-approval-requested-border"])!=null?We:t["--persona-palette-colors-warning-200"],t["--persona-approval-text"]=(qe=t["--persona-components-approval-requested-text"])!=null?qe:t["--persona-palette-colors-gray-900"],t["--persona-approval-approve-bg"]=(ge=t["--persona-components-approval-approve-background"])!=null?ge:t["--persona-palette-colors-success-500"],t["--persona-approval-deny-bg"]=(pe=t["--persona-components-approval-deny-background"])!=null?pe:t["--persona-palette-colors-error-500"],t["--persona-attachment-image-bg"]=(Te=t["--persona-components-attachment-image-background"])!=null?Te:t["--persona-palette-colors-gray-100"],t["--persona-attachment-image-border"]=(Ue=t["--persona-components-attachment-image-border"])!=null?Ue:t["--persona-palette-colors-gray-200"],t["--persona-font-family"]=(ee=t["--persona-semantic-typography-fontFamily"])!=null?ee:t["--persona-palette-typography-fontFamily-sans"],t["--persona-font-size"]=(be=t["--persona-semantic-typography-fontSize"])!=null?be:t["--persona-palette-typography-fontSize-base"],t["--persona-font-weight"]=(Q=t["--persona-semantic-typography-fontWeight"])!=null?Q:t["--persona-palette-typography-fontWeight-normal"],t["--persona-line-height"]=(oe=t["--persona-semantic-typography-lineHeight"])!=null?oe:t["--persona-palette-typography-lineHeight-normal"],t["--persona-input-font-family"]=t["--persona-font-family"],t["--persona-input-font-weight"]=t["--persona-font-weight"],t["--persona-radius-sm"]=(Le=t["--persona-palette-radius-sm"])!=null?Le:"0.125rem",t["--persona-radius-md"]=(ie=t["--persona-palette-radius-md"])!=null?ie:"0.375rem",t["--persona-radius-lg"]=(Fe=t["--persona-palette-radius-lg"])!=null?Fe:"0.5rem",t["--persona-radius-xl"]=(De=t["--persona-palette-radius-xl"])!=null?De:"0.75rem",t["--persona-radius-full"]=(J=t["--persona-palette-radius-full"])!=null?J:"9999px",t["--persona-launcher-radius"]=(Ne=(Oe=t["--persona-components-launcher-borderRadius"])!=null?Oe:t["--persona-palette-radius-full"])!=null?Ne:"9999px",t["--persona-launcher-bg"]=(G=t["--persona-components-launcher-background"])!=null?G:t["--persona-primary"],t["--persona-launcher-fg"]=(V=t["--persona-components-launcher-foreground"])!=null?V:t["--persona-text-inverse"],t["--persona-launcher-border"]=(xe=t["--persona-components-launcher-border"])!=null?xe:t["--persona-border"],t["--persona-button-primary-bg"]=(Ie=t["--persona-components-button-primary-background"])!=null?Ie:t["--persona-primary"],t["--persona-button-primary-fg"]=(ne=t["--persona-components-button-primary-foreground"])!=null?ne:t["--persona-text-inverse"],t["--persona-button-radius"]=(Ae=(ve=t["--persona-components-button-primary-borderRadius"])!=null?ve:t["--persona-palette-radius-full"])!=null?Ae:"9999px",t["--persona-panel-radius"]=(te=(Et=t["--persona-components-panel-borderRadius"])!=null?Et:t["--persona-radius-xl"])!=null?te:"0.75rem",t["--persona-panel-border"]=(ke=t["--persona-components-panel-border"])!=null?ke:`1px solid ${t["--persona-border"]}`,t["--persona-panel-shadow"]=(Wt=(an=t["--persona-components-panel-shadow"])!=null?an:t["--persona-palette-shadows-xl"])!=null?Wt:"0 25px 50px -12px rgba(0, 0, 0, 0.25)",t["--persona-input-radius"]=(vr=(qt=t["--persona-components-input-borderRadius"])!=null?qt:t["--persona-radius-lg"])!=null?vr:"0.5rem",t["--persona-message-user-radius"]=(P=(dr=t["--persona-components-message-user-borderRadius"])!=null?dr:t["--persona-radius-lg"])!=null?P:"0.5rem",t["--persona-message-assistant-radius"]=(Re=(se=t["--persona-components-message-assistant-borderRadius"])!=null?se:t["--persona-radius-lg"])!=null?Re:"0.5rem",t["--persona-header-bg"]=(Ve=t["--persona-components-header-background"])!=null?Ve:t["--persona-surface"],t["--persona-header-border"]=($e=t["--persona-components-header-border"])!=null?$e:t["--persona-divider"],t["--persona-header-icon-bg"]=(_e=t["--persona-components-header-iconBackground"])!=null?_e:t["--persona-primary"],t["--persona-header-icon-fg"]=(et=t["--persona-components-header-iconForeground"])!=null?et:t["--persona-text-inverse"],t["--persona-header-title-fg"]=(Ct=t["--persona-components-header-titleForeground"])!=null?Ct:t["--persona-primary"],t["--persona-header-subtitle-fg"]=(Ot=t["--persona-components-header-subtitleForeground"])!=null?Ot:t["--persona-text-muted"],t["--persona-header-action-icon-fg"]=(zt=t["--persona-components-header-actionIconForeground"])!=null?zt:t["--persona-muted"];let r=(H=e.components)==null?void 0:H.header;r!=null&&r.shadow&&(t["--persona-header-shadow"]=r.shadow),r!=null&&r.borderBottom&&(t["--persona-header-border-bottom"]=r.borderBottom);let o=(ae=e.components)==null?void 0:ae.introCard;t["--persona-intro-card-bg"]=(Ce=t["--persona-components-introCard-background"])!=null?Ce:t["--persona-surface"],t["--persona-intro-card-radius"]=(mt=t["--persona-components-introCard-borderRadius"])!=null?mt:"1rem",t["--persona-intro-card-padding"]=(Qe=t["--persona-components-introCard-padding"])!=null?Qe:"1.5rem",t["--persona-intro-card-shadow"]=(ln=(Ft=o==null?void 0:o.shadow)!=null?Ft:t["--persona-components-introCard-shadow"])!=null?ln:"0 5px 15px rgba(15, 23, 42, 0.08)",t["--persona-input-background"]=(wt=t["--persona-components-input-background"])!=null?wt:t["--persona-surface"],t["--persona-input-placeholder"]=(yt=t["--persona-components-input-placeholder"])!=null?yt:t["--persona-text-muted"],t["--persona-message-user-bg"]=(Tt=t["--persona-components-message-user-background"])!=null?Tt:t["--persona-accent"],t["--persona-message-user-text"]=(ct=t["--persona-components-message-user-text"])!=null?ct:t["--persona-text-inverse"],t["--persona-message-user-shadow"]=(Vt=t["--persona-components-message-user-shadow"])!=null?Vt:"0 5px 15px rgba(15, 23, 42, 0.08)",t["--persona-message-assistant-bg"]=(Cr=t["--persona-components-message-assistant-background"])!=null?Cr:t["--persona-surface"],t["--persona-message-assistant-text"]=(jn=t["--persona-components-message-assistant-text"])!=null?jn:t["--persona-text"],t["--persona-message-assistant-border"]=(Dr=t["--persona-components-message-assistant-border"])!=null?Dr:t["--persona-border"],t["--persona-message-assistant-shadow"]=(vt=t["--persona-components-message-assistant-shadow"])!=null?vt:"0 1px 2px 0 rgb(0 0 0 / 0.05)",t["--persona-scroll-to-bottom-bg"]=(ur=(pr=t["--persona-components-scrollToBottom-background"])!=null?pr:t["--persona-button-primary-bg"])!=null?ur:t["--persona-accent"],t["--persona-scroll-to-bottom-fg"]=(Yn=(wr=t["--persona-components-scrollToBottom-foreground"])!=null?wr:t["--persona-button-primary-fg"])!=null?Yn:t["--persona-text-inverse"],t["--persona-scroll-to-bottom-border"]=(pt=t["--persona-components-scrollToBottom-border"])!=null?pt:t["--persona-primary"],t["--persona-scroll-to-bottom-size"]=(io=t["--persona-components-scrollToBottom-size"])!=null?io:"40px",t["--persona-scroll-to-bottom-radius"]=(En=(lo=(mr=t["--persona-components-scrollToBottom-borderRadius"])!=null?mr:t["--persona-button-radius"])!=null?lo:t["--persona-radius-full"])!=null?En:"9999px",t["--persona-scroll-to-bottom-shadow"]=(Nr=(ko=t["--persona-components-scrollToBottom-shadow"])!=null?ko:t["--persona-palette-shadows-sm"])!=null?Nr:"0 1px 2px 0 rgb(0 0 0 / 0.05)",t["--persona-scroll-to-bottom-padding"]=(Ar=t["--persona-components-scrollToBottom-padding"])!=null?Ar:"0.5rem 0.875rem",t["--persona-scroll-to-bottom-gap"]=(ft=t["--persona-components-scrollToBottom-gap"])!=null?ft:"0.5rem",t["--persona-scroll-to-bottom-font-size"]=(Wn=(In=t["--persona-components-scrollToBottom-fontSize"])!=null?In:t["--persona-palette-typography-fontSize-sm"])!=null?Wn:"0.875rem",t["--persona-scroll-to-bottom-icon-size"]=(yn=t["--persona-components-scrollToBottom-iconSize"])!=null?yn:"14px",t["--persona-tool-bubble-shadow"]=(Mt=t["--persona-components-toolBubble-shadow"])!=null?Mt:"0 5px 15px rgba(15, 23, 42, 0.08)",t["--persona-reasoning-bubble-shadow"]=(Un=t["--persona-components-reasoningBubble-shadow"])!=null?Un:"0 5px 15px rgba(15, 23, 42, 0.08)",t["--persona-composer-shadow"]=(qn=t["--persona-components-composer-shadow"])!=null?qn:"none",t["--persona-md-inline-code-bg"]=(Rn=t["--persona-components-markdown-inlineCode-background"])!=null?Rn:t["--persona-container"],t["--persona-md-inline-code-color"]=(Fr=t["--persona-components-markdown-inlineCode-foreground"])!=null?Fr:t["--persona-text"],t["--persona-md-link-color"]=(Or=(Sr=t["--persona-components-markdown-link-foreground"])!=null?Sr:t["--persona-accent"])!=null?Or:"#0f0f0f";let s=t["--persona-components-markdown-heading-h1-fontSize"];s&&(t["--persona-md-h1-size"]=s);let a=t["--persona-components-markdown-heading-h1-fontWeight"];a&&(t["--persona-md-h1-weight"]=a);let i=t["--persona-components-markdown-heading-h2-fontSize"];i&&(t["--persona-md-h2-size"]=i);let d=t["--persona-components-markdown-heading-h2-fontWeight"];d&&(t["--persona-md-h2-weight"]=d);let l=t["--persona-components-markdown-prose-fontFamily"];l&&l!=="inherit"&&(t["--persona-md-prose-font-family"]=l),t["--persona-md-code-block-bg"]=(Hn=t["--persona-components-markdown-codeBlock-background"])!=null?Hn:t["--persona-container"],t["--persona-md-code-block-border-color"]=(Lt=t["--persona-components-markdown-codeBlock-borderColor"])!=null?Lt:t["--persona-border"],t["--persona-md-code-block-text-color"]=(bn=t["--persona-components-markdown-codeBlock-textColor"])!=null?bn:"inherit",t["--persona-md-table-header-bg"]=(zn=t["--persona-components-markdown-table-headerBackground"])!=null?zn:t["--persona-container"],t["--persona-md-table-border-color"]=($r=t["--persona-components-markdown-table-borderColor"])!=null?$r:t["--persona-border"],t["--persona-md-hr-color"]=(Er=t["--persona-components-markdown-hr-color"])!=null?Er:t["--persona-divider"],t["--persona-md-blockquote-border-color"]=(_r=t["--persona-components-markdown-blockquote-borderColor"])!=null?_r:t["--persona-palette-colors-gray-900"],t["--persona-md-blockquote-bg"]=(gr=t["--persona-components-markdown-blockquote-background"])!=null?gr:"transparent",t["--persona-md-blockquote-text-color"]=(Bn=t["--persona-components-markdown-blockquote-textColor"])!=null?Bn:t["--persona-palette-colors-gray-500"],t["--cw-container"]=(Zn=t["--persona-components-collapsibleWidget-container"])!=null?Zn:t["--persona-surface"],t["--cw-surface"]=(ut=t["--persona-components-collapsibleWidget-surface"])!=null?ut:t["--persona-surface"],t["--cw-border"]=(Jt=t["--persona-components-collapsibleWidget-border"])!=null?Jt:t["--persona-border"],t["--persona-message-border"]=(Kt=t["--persona-components-message-border"])!=null?Kt:t["--persona-border"];let u=e.components,p=u==null?void 0:u.iconButton;p&&(p.background&&(t["--persona-icon-btn-bg"]=p.background),p.border&&(t["--persona-icon-btn-border"]=p.border),p.color&&(t["--persona-icon-btn-color"]=p.color),p.padding&&(t["--persona-icon-btn-padding"]=p.padding),p.borderRadius&&(t["--persona-icon-btn-radius"]=p.borderRadius),p.hoverBackground&&(t["--persona-icon-btn-hover-bg"]=p.hoverBackground),p.hoverColor&&(t["--persona-icon-btn-hover-color"]=p.hoverColor),p.activeBackground&&(t["--persona-icon-btn-active-bg"]=p.activeBackground),p.activeBorder&&(t["--persona-icon-btn-active-border"]=p.activeBorder));let f=u==null?void 0:u.labelButton;f&&(f.background&&(t["--persona-label-btn-bg"]=f.background),f.border&&(t["--persona-label-btn-border"]=f.border),f.color&&(t["--persona-label-btn-color"]=f.color),f.padding&&(t["--persona-label-btn-padding"]=f.padding),f.borderRadius&&(t["--persona-label-btn-radius"]=f.borderRadius),f.hoverBackground&&(t["--persona-label-btn-hover-bg"]=f.hoverBackground),f.fontSize&&(t["--persona-label-btn-font-size"]=f.fontSize),f.gap&&(t["--persona-label-btn-gap"]=f.gap));let m=u==null?void 0:u.toggleGroup;m&&(m.gap&&(t["--persona-toggle-group-gap"]=m.gap),m.borderRadius&&(t["--persona-toggle-group-radius"]=m.borderRadius));let v=u==null?void 0:u.artifact;if(v!=null&&v.toolbar){let de=v.toolbar;de.iconHoverColor&&(t["--persona-artifact-toolbar-icon-hover-color"]=de.iconHoverColor),de.iconHoverBackground&&(t["--persona-artifact-toolbar-icon-hover-bg"]=de.iconHoverBackground),de.iconPadding&&(t["--persona-artifact-toolbar-icon-padding"]=de.iconPadding),de.iconBorderRadius&&(t["--persona-artifact-toolbar-icon-radius"]=de.iconBorderRadius),de.iconBorder&&(t["--persona-artifact-toolbar-icon-border"]=de.iconBorder),de.toggleGroupGap&&(t["--persona-artifact-toolbar-toggle-group-gap"]=de.toggleGroupGap),de.toggleBorderRadius&&(t["--persona-artifact-toolbar-toggle-radius"]=de.toggleBorderRadius),de.copyBackground&&(t["--persona-artifact-toolbar-copy-bg"]=de.copyBackground),de.copyBorder&&(t["--persona-artifact-toolbar-copy-border"]=de.copyBorder),de.copyColor&&(t["--persona-artifact-toolbar-copy-color"]=de.copyColor),de.copyBorderRadius&&(t["--persona-artifact-toolbar-copy-radius"]=de.copyBorderRadius),de.copyPadding&&(t["--persona-artifact-toolbar-copy-padding"]=de.copyPadding),de.copyMenuBackground&&(t["--persona-artifact-toolbar-copy-menu-bg"]=de.copyMenuBackground,t["--persona-dropdown-bg"]=(Dn=t["--persona-dropdown-bg"])!=null?Dn:de.copyMenuBackground),de.copyMenuBorder&&(t["--persona-artifact-toolbar-copy-menu-border"]=de.copyMenuBorder,t["--persona-dropdown-border"]=(jr=t["--persona-dropdown-border"])!=null?jr:de.copyMenuBorder),de.copyMenuShadow&&(t["--persona-artifact-toolbar-copy-menu-shadow"]=de.copyMenuShadow,t["--persona-dropdown-shadow"]=(Vn=t["--persona-dropdown-shadow"])!=null?Vn:de.copyMenuShadow),de.copyMenuBorderRadius&&(t["--persona-artifact-toolbar-copy-menu-radius"]=de.copyMenuBorderRadius,t["--persona-dropdown-radius"]=(er=t["--persona-dropdown-radius"])!=null?er:de.copyMenuBorderRadius),de.copyMenuItemHoverBackground&&(t["--persona-artifact-toolbar-copy-menu-item-hover-bg"]=de.copyMenuItemHoverBackground,t["--persona-dropdown-item-hover-bg"]=(Nn=t["--persona-dropdown-item-hover-bg"])!=null?Nn:de.copyMenuItemHoverBackground),de.iconBackground&&(t["--persona-artifact-toolbar-icon-bg"]=de.iconBackground),de.toolbarBorder&&(t["--persona-artifact-toolbar-border"]=de.toolbarBorder)}if(v!=null&&v.tab){let de=v.tab;de.background&&(t["--persona-artifact-tab-bg"]=de.background),de.activeBackground&&(t["--persona-artifact-tab-active-bg"]=de.activeBackground),de.activeBorder&&(t["--persona-artifact-tab-active-border"]=de.activeBorder),de.borderRadius&&(t["--persona-artifact-tab-radius"]=de.borderRadius),de.textColor&&(t["--persona-artifact-tab-color"]=de.textColor),de.hoverBackground&&(t["--persona-artifact-tab-hover-bg"]=de.hoverBackground),de.listBackground&&(t["--persona-artifact-tab-list-bg"]=de.listBackground),de.listBorderColor&&(t["--persona-artifact-tab-list-border-color"]=de.listBorderColor),de.listPadding&&(t["--persona-artifact-tab-list-padding"]=de.listPadding)}if(v!=null&&v.pane){let de=v.pane;if(de.toolbarBackground){let Fn=(_=qo(e,de.toolbarBackground))!=null?_:de.toolbarBackground;t["--persona-artifact-toolbar-bg"]=Fn}}return t}var Df={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 Nf={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"}}},xp=e=>{if(!(!e||typeof e!="object"||Array.isArray(e)))return e},Aa=()=>{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"},Ff=e=>{var t;let n=(t=e==null?void 0:e.colorScheme)!=null?t:"light";return n==="light"?"light":n==="dark"?"dark":Aa()},vp=e=>Ff(e),Of=e=>Es(e),$f=e=>{var t;let n=Es(void 0,{validate:!1});return Es({...e,palette:{...n.palette,colors:{...Nf.colors,...(t=e==null?void 0:e.palette)==null?void 0:t.colors}}},{validate:!1})},Ts=e=>{let n=vp(e),t=xp(e==null?void 0:e.theme),r=xp(e==null?void 0:e.darkTheme);return n==="dark"?$f(Ss(t!=null?t:{},r!=null?r:{})):Of(t)},_f=e=>hi(e),So=(e,n)=>{var s;let t=Ts(n),r=_f(t);for(let[a,i]of Object.entries(r))e.style.setProperty(a,i);let o=(s=n==null?void 0:n.toolCall)==null?void 0:s.shadow;o!==void 0&&e.style.setProperty("--persona-tool-bubble-shadow",o.trim()===""?"none":o)},yi=e=>{let n=[];if(typeof document!="undefined"&&typeof MutationObserver!="undefined"){let t=new MutationObserver(()=>{e(Aa())});t.observe(document.documentElement,{attributes:!0,attributeFilter:["class"]}),n.push(()=>t.disconnect())}if(typeof window!="undefined"&&window.matchMedia){let t=window.matchMedia("(prefers-color-scheme: dark)"),r=()=>e(Aa());t.addEventListener?(t.addEventListener("change",r),n.push(()=>t.removeEventListener("change",r))):t.addListener&&(t.addListener(r),n.push(()=>t.removeListener(r)))}return()=>{n.forEach(t=>t())}};import{Idiomorph as jf}from"idiomorph";var Sa=(e,n,t={})=>{let{preserveTypingAnimation:r=!0}=t;jf.morph(e,n.innerHTML,{morphStyle:"innerHTML",callbacks:{beforeNodeMorphed(o,s){var a,i;if(o instanceof HTMLElement&&r){if(o.classList.contains("persona-animate-typing")||o.hasAttribute("data-preserve-runtime"))return!1;if(o.hasAttribute("data-preserve-animation")){if(s instanceof HTMLElement&&!s.hasAttribute("data-preserve-animation"))return;if(s instanceof HTMLElement&&s.hasAttribute("data-preserve-animation")){let d=(a=o.textContent)!=null?a:"",l=(i=s.textContent)!=null?i:"";if(d!==l)return}return!1}}}}})};function Cp(e,n){var t,r,o,s,a,i,d,l,u,p,f,m,v,x,M,A,k,D,R,L,S,O,$,U,W,F,K,re,Ee,We;return[e.id,e.role,(r=(t=e.content)==null?void 0:t.length)!=null?r:0,(s=(o=e.content)==null?void 0:o.slice(-32))!=null?s:"",e.streaming?"1":"0",(a=e.variant)!=null?a:"",(d=(i=e.rawContent)==null?void 0:i.length)!=null?d:0,(u=(l=e.llmContent)==null?void 0:l.length)!=null?u:0,(f=(p=e.approval)==null?void 0:p.status)!=null?f:"",(v=(m=e.toolCall)==null?void 0:m.status)!=null?v:"",(M=(x=e.toolCall)==null?void 0:x.name)!=null?M:"",(D=(k=(A=e.toolCall)==null?void 0:A.chunks)==null?void 0:k.length)!=null?D:0,(O=(S=(L=(R=e.toolCall)==null?void 0:R.chunks)==null?void 0:L[e.toolCall.chunks.length-1])==null?void 0:S.slice(-32))!=null?O:"",typeof(($=e.toolCall)==null?void 0:$.args)=="string"?e.toolCall.args.length:(U=e.toolCall)!=null&&U.args?JSON.stringify(e.toolCall.args).length:0,(K=(F=(W=e.reasoning)==null?void 0:W.chunks)==null?void 0:F.length)!=null?K:0,(Ee=(re=e.contentParts)==null?void 0:re.length)!=null?Ee:0,(We=e.stopReason)!=null?We:"",n].join("\0")}function wp(){return new Map}function Ap(e,n,t){let r=e.get(n);return r&&r.fingerprint===t?r.wrapper:null}function Sp(e,n,t,r){e.set(n,{fingerprint:t,wrapper:r})}function Ep(e,n){for(let t of e.keys())n.has(t)||e.delete(t)}function Ea(e=!0){let n=e;return{isFollowing:()=>n,pause:()=>n?(n=!1,!0):!1,resume:()=>n?!1:(n=!0,!0)}}function Ms(e){return Math.max(0,e.scrollHeight-e.clientHeight)}function ks(e,n){return Ms(e)-e.scrollTop<=n}function Ta(e){let{following:n,currentScrollTop:t,lastScrollTop:r,nearBottom:o,userScrollThreshold:s,isAutoScrolling:a=!1,pauseOnUpwardScroll:i=!1,pauseWhenAwayFromBottom:d=!0,resumeRequiresDownwardScroll:l=!1}=e,u=t-r;return a||Math.abs(u)<s?{action:"none",delta:u,nextLastScrollTop:t}:!n&&o&&(!l||u>0)?{action:"resume",delta:u,nextLastScrollTop:t}:n&&i&&u<0?{action:"pause",delta:u,nextLastScrollTop:t}:n&&d&&!o?{action:"pause",delta:u,nextLastScrollTop:t}:{action:"none",delta:u,nextLastScrollTop:t}}function Ma(e){let{following:n,deltaY:t,nearBottom:r=!1,resumeWhenNearBottom:o=!1}=e;return n&&t<0?"pause":!n&&o&&t>0&&r?"resume":"none"}var fn={idle:"Online",connecting:"Connecting\u2026",connected:"Streaming\u2026",error:"Offline"},hn=1e5,Xr=hn+1;var Ls={type:"none",placeholder:"none",speed:120,duration:1800,buffer:"none"},Uf=["pre","code","a","script","style"],ka=e=>{var n,t,r,o,s;return{type:(n=e==null?void 0:e.type)!=null?n:Ls.type,placeholder:(t=e==null?void 0:e.placeholder)!=null?t:Ls.placeholder,speed:(r=e==null?void 0:e.speed)!=null?r:Ls.speed,duration:(o=e==null?void 0:e.duration)!=null?o:Ls.duration,buffer:(s=e==null?void 0:e.buffer)!=null?s:Ls.buffer}},Mp=[{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"}],Ps=new Map;for(let e of Mp)Ps.set(e.name,e);var qf=e=>{Ps.set(e.name,e)},zf=e=>{Mp.some(n=>n.name===e)||Ps.delete(e)},Vf=()=>Array.from(Ps.keys()),Is=(e,n)=>{var t,r;return e==="none"?null:n&&Object.prototype.hasOwnProperty.call(n,e)?(t=n[e])!=null?t:null:(r=Ps.get(e))!=null?r:null},La=(e,n,t,r,o)=>{if(!o)return e;if(t!=null&&t.bufferContent)return t.bufferContent(e,r);if(!e)return e;if(n==="word"){let s=e.search(/\s(?=\S*$)/);return s<0?"":e.slice(0,s)}if(n==="line"){let s=e.lastIndexOf(`
|
|
8
|
-
`);return s<0?"":e.slice(0,s)}return e},Jf=(e,n,t,r)=>{let o=e.createElement("span");return o.className="persona-stream-char",o.id=`stream-c-${t}-${r}`,o.style.setProperty("--char-index",String(r)),o.textContent=n,o},Kf=(e,n,t,r)=>{let o=e.createElement("span");return o.className="persona-stream-word",o.id=`stream-w-${t}-${r}`,o.style.setProperty("--word-index",String(r)),o.textContent=n,o},bi=/\s/,Gf=(e,n)=>{let t=e.parentNode;for(;t;){if(t.nodeType===1){let r=t;if(n.has(r.tagName.toLowerCase()))return!0}t=t.parentNode}return!1},Qf=(e,n,t)=>{var d;let r=e.ownerDocument,o=e.parentNode;if(!r||!o)return;let s=(d=e.nodeValue)!=null?d:"";if(!s)return;let a=r.createDocumentFragment(),i=0;for(;i<s.length;)if(bi.test(s[i])){let l=i;for(;l<s.length&&bi.test(s[l]);)l+=1;a.appendChild(r.createTextNode(s.slice(i,l))),i=l}else{let l=r.createElement("span");l.className="persona-stream-word-group";let u=i;for(;u<s.length&&!bi.test(s[u]);)l.appendChild(Jf(r,s[u],n,t.value)),t.value+=1,u+=1;a.appendChild(l),i=u}o.replaceChild(a,e)},Xf=(e,n,t)=>{var d;let r=e.ownerDocument,o=e.parentNode;if(!r||!o)return;let s=(d=e.nodeValue)!=null?d:"";if(!s)return;let a=r.createDocumentFragment(),i=s.split(/(\s+)/);for(let l of i)l&&(/^\s+$/.test(l)?a.appendChild(r.createTextNode(l)):(a.appendChild(Kf(r,l,n,t.value)),t.value+=1));o.replaceChild(a,e)},
|
|
6
|
+
`);a=(vr=He.pop())!=null?vr:"";for(let Be of He){let $e=Be.split(`
|
|
7
|
+
`),lt="message",et="";for(let P of $e)P.startsWith("event:")?lt=P.replace("event:","").trim():P.startsWith("data:")&&(et+=P.replace("data:","").trim());if(!et)continue;let Ct;try{Ct=JSON.parse(et)}catch(P){t({type:"error",error:P instanceof Error?P:new Error("Failed to parse chat stream payload")});continue}let Ut=lt!=="message"?lt:(dr=Ct.type)!=null?dr:"message";if((_e=this.onSSEEvent)==null||_e.call(this,Ut,Ct),this.parseSSEEvent){C.current=f;let P=await this.handleCustomSSEEvent(Ct,t,C,p,l,x);if(C.current&&C.current!==f&&(f=C.current),P)continue}Le.push(Ut,Ct),be()}}Le.flushPending(),be(),Le.destroy()}};function gm(){let e=Date.now().toString(36),n=Math.random().toString(36).substring(2,10);return`msg_${e}_${n}`}function ws(){let e=Date.now().toString(36),n=Math.random().toString(36).substring(2,10);return`usr_${e}_${n}`}function jo(){let e=Date.now().toString(36),n=Math.random().toString(36).substring(2,10);return`ast_${e}_${n}`}var ha="[Image]";function fm(e){return typeof e=="string"?[{type:"text",text:e}]:e}function hm(e){return typeof e=="string"?e:e.filter(n=>n.type==="text").map(n=>n.text).join("")}function ym(e){return typeof e=="string"?!1:e.some(n=>n.type==="image")}function bm(e){return typeof e=="string"?[]:e.filter(n=>n.type==="image")}function ya(e){return{type:"text",text:e}}function xm(e,n){return{type:"image",image:e,...(n==null?void 0:n.mimeType)&&{mimeType:n.mimeType},...(n==null?void 0:n.alt)&&{alt:n.alt}}}async function vm(e){return new Promise((n,t)=>{let r=new FileReader;r.onload=()=>{let o=r.result;n({type:"image",image:o,mimeType:e.type,alt:e.name})},r.onerror=()=>t(new Error("Failed to read file")),r.readAsDataURL(e)})}function Cm(e,n=["image/png","image/jpeg","image/gif","image/webp"],t=10*1024*1024){return n.includes(e.type)?e.size>t?{valid:!1,error:`File too large. Maximum size: ${Math.round(t/1048576)}MB`}:{valid:!0}:{valid:!1,error:`Invalid file type. Accepted types: ${n.join(", ")}`}}var lp=["image/png","image/jpeg","image/gif","image/webp","image/svg+xml","image/bmp"],wm=["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"],Rr=[...lp,...wm];function Am(e){return lp.includes(e)||e.startsWith("image/")}function ba(e){return Am(e.type)}async function cp(e){return new Promise((n,t)=>{let r=new FileReader;r.onload=()=>{let o=r.result;ba(e)?n({type:"image",image:o,mimeType:e.type,alt:e.name}):n({type:"file",data:o,mimeType:e.type,filename:e.name})},r.onerror=()=>t(new Error("Failed to read file")),r.readAsDataURL(e)})}function dp(e,n=Rr,t=10*1024*1024){return n.includes(e.type)?e.size>t?{valid:!1,error:`File too large. Maximum size: ${Math.round(t/1048576)}MB`}:{valid:!0}:{valid:!1,error:`Invalid file type "${e.type}". Accepted types: ${n.join(", ")}`}}function Sm(e){let n=e.split(".");return n.length>1?n.pop().toLowerCase():""}function pp(e,n){let t=Sm(n).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]||t||"FILE"}var xa=class{constructor(n=24e3){this.ctx=null;this.nextStartTime=0;this.activeSources=[];this.finishedCallbacks=[];this.playing=!1;this.streamEnded=!1;this.pendingCount=0;this.remainder=null;this.sampleRate=n}ensureContext(){if(!this.ctx){let t=typeof window!="undefined"?window:void 0;if(!t)throw new Error("AudioPlaybackManager requires a browser environment");let r=t.AudioContext||t.webkitAudioContext;this.ctx=new r({sampleRate:this.sampleRate})}let n=this.ctx;return n.state==="suspended"&&n.resume(),n}enqueue(n){if(n.length===0)return;let t=n;if(this.remainder){let d=new Uint8Array(this.remainder.length+n.length);d.set(this.remainder),d.set(n,this.remainder.length),t=d,this.remainder=null}if(t.length%2!==0&&(this.remainder=new Uint8Array([t[t.length-1]]),t=t.subarray(0,t.length-1)),t.length===0)return;let r=this.ensureContext(),o=this.pcmToFloat32(t),s=r.createBuffer(1,o.length,this.sampleRate);s.getChannelData(0).set(o);let a=r.createBufferSource();a.buffer=s,a.connect(r.destination);let i=r.currentTime;this.nextStartTime<i&&(this.nextStartTime=i),a.start(this.nextStartTime),this.nextStartTime+=s.duration,this.activeSources.push(a),this.pendingCount++,this.playing=!0,a.onended=()=>{let d=this.activeSources.indexOf(a);d!==-1&&this.activeSources.splice(d,1),this.pendingCount--,this.checkFinished()}}markStreamEnd(){this.streamEnded=!0,this.checkFinished()}flush(){for(let n of this.activeSources)try{n.stop(),n.disconnect()}catch{}this.activeSources=[],this.pendingCount=0,this.nextStartTime=0,this.playing=!1,this.streamEnded=!1,this.finishedCallbacks=[],this.remainder=null}isPlaying(){return this.playing}onFinished(n){this.finishedCallbacks.push(n)}async destroy(){this.flush(),this.ctx&&(await this.ctx.close(),this.ctx=null)}checkFinished(){if(this.streamEnded&&this.pendingCount<=0&&this.playing){this.playing=!1,this.streamEnded=!1;let n=this.finishedCallbacks.slice();this.finishedCallbacks=[];for(let t of n)t()}}pcmToFloat32(n){let t=Math.floor(n.length/2),r=new Float32Array(t),o=new DataView(n.buffer,n.byteOffset,n.byteLength);for(let s=0;s<t;s++){let a=o.getInt16(s*2,!0);r[s]=a/32768}return r}};var va=class{constructor(){this.sourceNode=null;this.analyserNode=null;this.interval=null;this.conditionStart=null;this.fired=!1}start(n,t,r,o,s){this.stop(),this.fired=!1,this.conditionStart=null,this.sourceNode=n.createMediaStreamSource(t),this.analyserNode=n.createAnalyser(),this.analyserNode.fftSize=2048,this.sourceNode.connect(this.analyserNode);let a=new Float32Array(this.analyserNode.fftSize);this.interval=setInterval(()=>{if(!this.analyserNode||this.fired)return;this.analyserNode.getFloatTimeDomainData(a);let i=0;for(let u=0;u<a.length;u++)i+=a[u]*a[u];let d=Math.sqrt(i/a.length);(r==="silence"?d<o.threshold:d>=o.threshold)?this.conditionStart===null?this.conditionStart=Date.now():Date.now()-this.conditionStart>=o.duration&&(this.fired=!0,s()):this.conditionStart=null},100)}stop(){this.interval&&(clearInterval(this.interval),this.interval=null),this.sourceNode&&(this.sourceNode.disconnect(),this.sourceNode=null),this.analyserNode=null,this.conditionStart=null,this.fired=!1}};var As=class{constructor(n){this.config=n;this.type="runtype";this.ws=null;this.audioContext=null;this.w=typeof window!="undefined"?window:void 0;this.mediaRecorder=null;this.resultCallbacks=[];this.errorCallbacks=[];this.statusCallbacks=[];this.processingStartCallbacks=[];this.audioChunks=[];this.isProcessing=!1;this.isSpeaking=!1;this.vad=new va;this.mediaStream=null;this.currentAudio=null;this.currentAudioUrl=null;this.currentRequestId=null;this.interruptionMode="none";this.playbackManager=null}getInterruptionMode(){return this.interruptionMode}isBargeInActive(){return this.interruptionMode==="barge-in"&&this.mediaStream!==null}async deactivateBargeIn(){this.vad.stop(),this.mediaStream&&(this.mediaStream.getTracks().forEach(n=>n.stop()),this.mediaStream=null),this.audioContext&&(await this.audioContext.close(),this.audioContext=null)}async connect(){var n,t,r;if(!(this.ws&&this.ws.readyState===WebSocket.OPEN))try{if(!this.w)throw new Error("Window object not available");let o=this.w;if(!o||!o.location)throw new Error("Window object or location not available");let s=o.location.protocol==="https:"?"wss:":"ws:",a=(n=this.config)==null?void 0:n.host,i=(t=this.config)==null?void 0:t.agentId,d=(r=this.config)==null?void 0:r.clientToken;if(!i||!d)throw new Error("agentId and clientToken are required");if(!a)throw new Error("host must be provided in Runtype voice provider configuration");let l=`${s}//${a}/ws/agents/${i}/voice?token=${d}`;this.ws=new WebSocket(l),this.setupWebSocketHandlers();let u=`${s}//${a}/ws/agents/${i}/voice?token=...`,p=" Check: API running on port 8787? Valid client token? Agent voice enabled? Token allowedOrigins includes this page?";await new Promise((f,g)=>{if(!this.ws)return g(new Error("WebSocket not created"));let C=!1,x=A=>{C||(C=!0,clearTimeout(M),g(new Error(A)))},M=setTimeout(()=>x("WebSocket connection timed out."+p),1e4);this.ws.addEventListener("open",()=>{C||(C=!0,clearTimeout(M),f())},{once:!0}),this.ws.addEventListener("error",()=>{x("WebSocket connection failed to "+u+"."+p)},{once:!0}),this.ws.addEventListener("close",A=>{if(!A.wasClean&&!C){let k=A.code!==1006?` (code ${A.code})`:"";x("WebSocket connection failed"+k+"."+p)}},{once:!0})}),this.sendHeartbeat()}catch(o){throw this.ws=null,this.errorCallbacks.forEach(s=>s(o)),this.statusCallbacks.forEach(s=>s("error")),o}}setupWebSocketHandlers(){this.ws&&(this.ws.onopen=()=>{this.statusCallbacks.forEach(n=>n("connected"))},this.ws.onclose=()=>{this.statusCallbacks.forEach(n=>n("disconnected"))},this.ws.onerror=n=>{this.errorCallbacks.forEach(t=>t(new Error("WebSocket error"))),this.statusCallbacks.forEach(t=>t("error"))},this.ws.binaryType="arraybuffer",this.ws.onmessage=n=>{if(n.data instanceof ArrayBuffer){this.handleAudioChunk(new Uint8Array(n.data));return}try{let t=JSON.parse(n.data);this.handleWebSocketMessage(t)}catch{this.errorCallbacks.forEach(r=>r(new Error("Message parsing failed")))}})}handleWebSocketMessage(n){var t,r;switch(n.type){case"session_config":n.interruptionMode&&(this.interruptionMode=n.interruptionMode);break;case"voice_response":this.isProcessing=!1,this.resultCallbacks.forEach(o=>o({text:n.response.agentResponseText||n.response.transcript,transcript:n.response.transcript,audio:n.response.audio,confidence:.95,provider:"runtype"})),(t=n.response.audio)!=null&&t.base64?(this.isSpeaking=!0,this.statusCallbacks.forEach(o=>o("speaking")),this.playAudio(n.response.audio).catch(o=>this.errorCallbacks.forEach(s=>s(o instanceof Error?o:new Error(String(o)))))):(r=n.response.audio)!=null&&r.base64;break;case"audio_end":if(n.requestId&&n.requestId!==this.currentRequestId)break;this.playbackManager?this.playbackManager.markStreamEnd():(this.isSpeaking=!1,this.isProcessing=!1,this.statusCallbacks.forEach(o=>o("idle")));break;case"cancelled":this.isProcessing=!1;break;case"error":this.errorCallbacks.forEach(o=>o(new Error(n.error))),this.statusCallbacks.forEach(o=>o("error")),this.isProcessing=!1;break;case"pong":break}}handleAudioChunk(n){n.length!==0&&this.currentRequestId&&(this.playbackManager||(this.playbackManager=new xa(24e3),this.playbackManager.onFinished(()=>{this.isSpeaking=!1,this.playbackManager=null,this.vad.stop(),this.statusCallbacks.forEach(t=>t("idle"))})),this.isSpeaking||(this.isSpeaking=!0,this.statusCallbacks.forEach(t=>t("speaking")),this.startBargeInMonitoring().catch(()=>{})),this.playbackManager.enqueue(n))}stopPlayback(){!this.isProcessing&&!this.isSpeaking||(this.cancelCurrentPlayback(),this.statusCallbacks.forEach(n=>n("idle")))}cancelCurrentPlayback(){this.currentAudio&&(this.currentAudio.pause(),this.currentAudio.src="",this.currentAudio=null),this.currentAudioUrl&&(URL.revokeObjectURL(this.currentAudioUrl),this.currentAudioUrl=null),this.playbackManager&&(this.playbackManager.flush(),this.playbackManager=null),this.currentRequestId&&this.ws&&this.ws.readyState===WebSocket.OPEN&&this.ws.send(JSON.stringify({type:"cancel",requestId:this.currentRequestId})),this.currentRequestId=null,this.isProcessing=!1,this.isSpeaking=!1}async startListening(){var n,t,r,o;try{if(this.isProcessing||this.isSpeaking)if(this.interruptionMode!=="none")this.cancelCurrentPlayback();else return;if(!this.mediaStream){let l=this.interruptionMode==="barge-in"?{audio:{echoCancellation:!0,noiseSuppression:!0}}:{audio:!0};this.mediaStream=await navigator.mediaDevices.getUserMedia(l)}let s=this.w;this.audioContext||(this.audioContext=new(s.AudioContext||s.webkitAudioContext));let a=this.audioContext,i=(t=(n=this.config)==null?void 0:n.pauseDuration)!=null?t:2e3,d=(o=(r=this.config)==null?void 0:r.silenceThreshold)!=null?o:.01;this.vad.start(a,this.mediaStream,"silence",{threshold:d,duration:i},()=>this.stopListening()),this.mediaRecorder=new MediaRecorder(this.mediaStream),this.audioChunks=[],this.mediaRecorder.ondataavailable=l=>{l.data.size>0&&this.audioChunks.push(l.data)},this.mediaRecorder.onstop=async()=>{var l;if(this.audioChunks.length>0){this.isProcessing=!0,this.statusCallbacks.forEach(f=>f("processing")),this.processingStartCallbacks.forEach(f=>f());let u=((l=this.mediaRecorder)==null?void 0:l.mimeType)||"audio/webm",p=new Blob(this.audioChunks,{type:u});await this.sendAudio(p),this.audioChunks=[]}},this.mediaRecorder.start(1e3),this.statusCallbacks.forEach(l=>l("listening"))}catch(s){throw this.errorCallbacks.forEach(a=>a(s)),this.statusCallbacks.forEach(a=>a("error")),s}}async stopListening(){this.vad.stop(),this.mediaRecorder&&(this.interruptionMode!=="barge-in"&&this.mediaRecorder.stream.getTracks().forEach(n=>n.stop()),this.mediaRecorder.stop(),this.mediaRecorder=null),this.interruptionMode!=="barge-in"&&(this.mediaStream&&(this.mediaStream.getTracks().forEach(n=>n.stop()),this.mediaStream=null),this.audioContext&&(await this.audioContext.close(),this.audioContext=null)),this.statusCallbacks.forEach(n=>n("idle"))}async startBargeInMonitoring(){var s,a;if(this.interruptionMode!=="barge-in")return;let n=this.w;if(!this.mediaStream&&n&&(this.mediaStream=await navigator.mediaDevices.getUserMedia({audio:{echoCancellation:!0,noiseSuppression:!0}})),!this.audioContext&&n&&(this.audioContext=new(n.AudioContext||n.webkitAudioContext)),!this.audioContext||!this.mediaStream)return;let t=this.audioContext,r=(a=(s=this.config)==null?void 0:s.silenceThreshold)!=null?a:.01;this.vad.start(t,this.mediaStream,"speech",{threshold:r,duration:200},()=>this.handleBargeIn())}handleBargeIn(){this.cancelCurrentPlayback(),this.startListening().catch(n=>{this.errorCallbacks.forEach(t=>t(n instanceof Error?n:new Error(String(n))))})}generateRequestId(){return"vreq_"+Math.random().toString(36).substring(2,10)+Date.now().toString(36)}async sendAudio(n){var t;if(!this.ws||this.ws.readyState!==WebSocket.OPEN){this.errorCallbacks.forEach(r=>r(new Error("WebSocket not connected"))),this.statusCallbacks.forEach(r=>r("error"));return}try{let r=await this.blobToBase64(n),o=this.getFormatFromMimeType(n.type),s=this.generateRequestId();this.currentRequestId=s,this.ws.send(JSON.stringify({type:"audio_input",audio:r,format:o,sampleRate:16e3,voiceId:(t=this.config)==null?void 0:t.voiceId,requestId:s}))}catch(r){this.errorCallbacks.forEach(o=>o(r)),this.statusCallbacks.forEach(o=>o("error"))}}getFormatFromMimeType(n){return n.includes("wav")?"wav":n.includes("mpeg")||n.includes("mp3")?"mp3":"webm"}blobToBase64(n){return new Promise((t,r)=>{let o=new FileReader;o.onload=()=>{let a=o.result.split(",")[1];t(a)},o.onerror=r,o.readAsDataURL(n)})}async playAudio(n){if(!n.base64)return;let t=atob(n.base64),r=new Uint8Array(t.length);for(let l=0;l<t.length;l++)r[l]=t.charCodeAt(l);let o=n.format||"mp3",s=o==="mp3"?"audio/mpeg":`audio/${o}`,a=new Blob([r],{type:s}),i=URL.createObjectURL(a),d=new Audio(i);this.currentAudio=d,this.currentAudioUrl=i,d.onended=()=>{URL.revokeObjectURL(i),this.currentAudio===d&&(this.currentAudio=null,this.currentAudioUrl=null,this.isSpeaking=!1,this.statusCallbacks.forEach(l=>l("idle")))},await d.play()}onResult(n){this.resultCallbacks.push(n)}onError(n){this.errorCallbacks.push(n)}onStatusChange(n){this.statusCallbacks.push(n)}onProcessingStart(n){this.processingStartCallbacks.push(n)}async disconnect(){if(this.currentAudio&&(this.currentAudio.pause(),this.currentAudio.src="",this.currentAudio=null),this.currentAudioUrl&&(URL.revokeObjectURL(this.currentAudioUrl),this.currentAudioUrl=null),this.playbackManager&&(await this.playbackManager.destroy(),this.playbackManager=null),this.currentRequestId=null,this.isSpeaking=!1,this.vad.stop(),await this.stopListening(),this.mediaStream&&(this.mediaStream.getTracks().forEach(n=>n.stop()),this.mediaStream=null),this.audioContext&&(await this.audioContext.close(),this.audioContext=null),this.ws){try{this.ws.close()}catch{}this.ws=null}this.statusCallbacks.forEach(n=>n("disconnected"))}sendHeartbeat(){this.ws&&this.ws.readyState===WebSocket.OPEN&&this.ws.send(JSON.stringify({type:"ping"}))}};var Ao=class{constructor(n={}){this.config=n;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(n=>n("connected"))}async startListening(){var n,t;try{if(this.isListening)throw new Error("Already listening");if(!this.w)throw new Error("Window object not available");let r=this.w.SpeechRecognition||this.w.webkitSpeechRecognition;if(!r)throw new Error("Browser speech recognition not supported");this.recognition=new r,this.recognition.lang=((n=this.config)==null?void 0:n.language)||"en-US",this.recognition.continuous=((t=this.config)==null?void 0:t.continuous)||!1,this.recognition.interimResults=!0,this.recognition.onresult=o=>{var i;let s=Array.from(o.results).map(d=>d[0]).map(d=>d.transcript).join(""),a=o.results[o.results.length-1].isFinal;this.resultCallbacks.forEach(d=>d({text:s,confidence:a?.8:.5,provider:"browser"})),a&&!((i=this.config)!=null&&i.continuous)&&this.stopListening()},this.recognition.onerror=o=>{this.errorCallbacks.forEach(s=>s(new Error(o.error))),this.statusCallbacks.forEach(s=>s("error"))},this.recognition.onstart=()=>{this.isListening=!0,this.statusCallbacks.forEach(o=>o("listening"))},this.recognition.onend=()=>{this.isListening=!1,this.statusCallbacks.forEach(o=>o("idle"))},this.recognition.start()}catch(r){throw this.errorCallbacks.forEach(o=>o(r)),this.statusCallbacks.forEach(o=>o("error")),r}}async stopListening(){this.recognition&&(this.recognition.stop(),this.recognition=null),this.isListening=!1,this.statusCallbacks.forEach(n=>n("idle"))}onResult(n){this.resultCallbacks.push(n)}onError(n){this.errorCallbacks.push(n)}onStatusChange(n){this.statusCallbacks.push(n)}async disconnect(){await this.stopListening(),this.statusCallbacks.forEach(n=>n("disconnected"))}static isSupported(){return"SpeechRecognition"in window||"webkitSpeechRecognition"in window}};function Uo(e){switch(e.type){case"runtype":if(!e.runtype)throw new Error("Runtype voice provider requires configuration");return new As(e.runtype);case"browser":if(!Ao.isSupported())throw new Error("Browser speech recognition not supported");return new Ao(e.browser||{});case"custom":throw new Error("Custom voice providers not yet implemented");default:throw new Error(`Unknown voice provider type: ${e.type}`)}}function ui(e){if((e==null?void 0:e.type)==="runtype"&&e.runtype)return Uo({type:"runtype",runtype:e.runtype});if(Ao.isSupported())return Uo({type:"browser",browser:(e==null?void 0:e.browser)||{language:"en-US"}});throw new Error("No supported voice providers available")}function Ca(e){try{return ui(e),!0}catch{return!1}}var Ss=class e{constructor(n={},t){this.config=n;this.callbacks=t;this.status="idle";this.streaming=!1;this.abortController=null;this.sequenceCounter=Date.now();this.clientSession=null;this.agentExecution=null;this.artifacts=new Map;this.selectedArtifactId=null;this.voiceProvider=null;this.voiceActive=!1;this.voiceStatus="disconnected";this.pendingVoiceUserMessageId=null;this.pendingVoiceAssistantMessageId=null;this.ttsSpokenMessageIds=new Set;this.handleEvent=n=>{var t,r,o,s,a,i,d;n.type==="message"?(this.upsertMessage(n.message),(t=n.message.agentMetadata)!=null&&t.executionId&&(this.agentExecution?n.message.agentMetadata.iteration!==void 0&&(this.agentExecution.currentIteration=n.message.agentMetadata.iteration):this.agentExecution={executionId:n.message.agentMetadata.executionId,agentId:"",agentName:(r=n.message.agentMetadata.agentName)!=null?r:"",status:"running",currentIteration:(o=n.message.agentMetadata.iteration)!=null?o:0,maxTurns:0})):n.type==="status"?(this.setStatus(n.status),n.status==="connecting"?this.setStreaming(!0):(n.status==="idle"||n.status==="error")&&(this.setStreaming(!1),this.abortController=null,((s=this.agentExecution)==null?void 0:s.status)==="running"&&(this.agentExecution.status=n.status==="error"?"error":"complete"))):n.type==="error"?(this.setStatus("error"),this.setStreaming(!1),this.abortController=null,((a=this.agentExecution)==null?void 0:a.status)==="running"&&(this.agentExecution.status="error"),(d=(i=this.callbacks).onError)==null||d.call(i,n.error)):(n.type==="artifact_start"||n.type==="artifact_delta"||n.type==="artifact_update"||n.type==="artifact_complete")&&this.applyArtifactStreamEvent(n)};var r,o;this.messages=[...(r=n.initialMessages)!=null?r:[]].map(s=>{var a;return{...s,sequence:(a=s.sequence)!=null?a:this.nextSequence()}}),this.messages=this.sortMessages(this.messages),this.client=new _o(n);for(let s of(o=n.initialArtifacts)!=null?o:[])this.artifacts.set(s.id,{...s,status:"complete"});n.initialSelectedArtifactId!=null&&(this.selectedArtifactId=n.initialSelectedArtifactId),this.messages.length&&this.callbacks.onMessagesChanged([...this.messages]),this.artifacts.size>0&&this.emitArtifactsState(),this.callbacks.onStatusChanged(this.status)}setSSEEventCallback(n){this.client.setSSEEventCallback(n)}isClientTokenMode(){return this.client.isClientTokenMode()}isAgentMode(){return this.client.isAgentMode()}getAgentExecution(){return this.agentExecution}isAgentExecuting(){var n;return((n=this.agentExecution)==null?void 0:n.status)==="running"}isVoiceSupported(){var n;return Ca((n=this.config.voiceRecognition)==null?void 0:n.provider)}isVoiceActive(){return this.voiceActive}getVoiceStatus(){return this.voiceStatus}getVoiceInterruptionMode(){var n;return(n=this.voiceProvider)!=null&&n.getInterruptionMode?this.voiceProvider.getInterruptionMode():"none"}stopVoicePlayback(){var n;(n=this.voiceProvider)!=null&&n.stopPlayback&&this.voiceProvider.stopPlayback()}isBargeInActive(){var n,t,r;return(r=(t=(n=this.voiceProvider)==null?void 0:n.isBargeInActive)==null?void 0:t.call(n))!=null?r:!1}async deactivateBargeIn(){var n;(n=this.voiceProvider)!=null&&n.deactivateBargeIn&&await this.voiceProvider.deactivateBargeIn()}setupVoice(n){var t,r,o;try{let s=n||this.getVoiceConfigFromConfig();if(!s)throw new Error("Voice configuration not provided");this.voiceProvider=Uo(s);let a=(t=this.config.voiceRecognition)!=null?t:{},i=(r=a.processingText)!=null?r:"\u{1F3A4} Processing voice...",d=(o=a.processingErrorText)!=null?o:"Voice processing failed. Please try again.";this.voiceProvider.onProcessingStart&&this.voiceProvider.onProcessingStart(()=>{let l=this.injectMessage({role:"user",content:i,streaming:!1,voiceProcessing:!0});this.pendingVoiceUserMessageId=l.id;let u=this.injectMessage({role:"assistant",content:"",streaming:!0,voiceProcessing:!0});this.pendingVoiceAssistantMessageId=u.id,this.setStreaming(!0)}),this.voiceProvider.onResult(l=>{var u,p,f,g,C,x;if(l.provider==="browser")l.text&&l.text.trim()&&this.sendMessage(l.text,{viaVoice:!0});else if(l.provider==="runtype"){this.pendingVoiceUserMessageId&&((u=l.transcript)!=null&&u.trim())?this.upsertMessage({id:this.pendingVoiceUserMessageId,role:"user",content:l.transcript.trim(),createdAt:new Date().toISOString(),streaming:!1,voiceProcessing:!1}):(p=l.transcript)!=null&&p.trim()&&this.injectUserMessage({content:l.transcript.trim()}),this.pendingVoiceAssistantMessageId&&((f=l.text)!=null&&f.trim())?this.upsertMessage({id:this.pendingVoiceAssistantMessageId,role:"assistant",content:l.text.trim(),createdAt:new Date().toISOString(),streaming:!1,voiceProcessing:!1}):(g=l.text)!=null&&g.trim()&&this.injectAssistantMessage({content:l.text.trim()});{let M=(x=this.pendingVoiceAssistantMessageId)!=null?x:(C=[...this.messages].reverse().find(A=>A.role==="assistant"))==null?void 0:C.id;M&&this.ttsSpokenMessageIds.add(M)}this.setStreaming(!1),this.pendingVoiceUserMessageId=null,this.pendingVoiceAssistantMessageId=null}}),this.voiceProvider.onError(l=>{console.error("Voice error:",l),this.pendingVoiceAssistantMessageId&&(this.upsertMessage({id:this.pendingVoiceAssistantMessageId,role:"assistant",content:d,createdAt:new Date().toISOString(),streaming:!1,voiceProcessing:!1}),this.setStreaming(!1),this.pendingVoiceUserMessageId=null,this.pendingVoiceAssistantMessageId=null)}),this.voiceProvider.onStatusChange(l=>{var u,p;this.voiceStatus=l,this.voiceActive=l==="listening",(p=(u=this.callbacks).onVoiceStatusChanged)==null||p.call(u,l)}),this.voiceProvider.connect()}catch(s){console.error("Failed to setup voice:",s)}}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(n){console.error("Failed to start voice:",n)}}}cleanupVoice(){this.voiceProvider&&(this.voiceProvider.disconnect(),this.voiceProvider=null),this.voiceActive=!1,this.voiceStatus="disconnected"}getVoiceConfigFromConfig(){var t,r,o,s,a,i,d,l,u;if(!((t=this.config.voiceRecognition)!=null&&t.provider))return;let n=this.config.voiceRecognition.provider;switch(n.type){case"runtype":return{type:"runtype",runtype:{agentId:((r=n.runtype)==null?void 0:r.agentId)||"",clientToken:((o=n.runtype)==null?void 0:o.clientToken)||"",host:(s=n.runtype)==null?void 0:s.host,voiceId:(a=n.runtype)==null?void 0:a.voiceId,pauseDuration:(i=n.runtype)==null?void 0:i.pauseDuration,silenceThreshold:(d=n.runtype)==null?void 0:d.silenceThreshold}};case"browser":return{type:"browser",browser:{language:((l=n.browser)==null?void 0:l.language)||"en-US",continuous:(u=n.browser)==null?void 0:u.continuous}};default:return}}async initClientSession(){var n,t;if(!this.isClientTokenMode())return null;try{let r=await this.client.initSession();return this.setClientSession(r),r}catch(r){return(t=(n=this.callbacks).onError)==null||t.call(n,r instanceof Error?r:new Error(String(r))),null}}setClientSession(n){if(this.clientSession=n,n.config.welcomeMessage&&this.messages.length===0){let t={id:`welcome-${Date.now()}`,role:"assistant",content:n.config.welcomeMessage,createdAt:new Date().toISOString(),sequence:this.nextSequence()};this.appendMessage(t)}}getClientSession(){var n;return(n=this.clientSession)!=null?n:this.client.getClientSession()}isSessionValid(){let n=this.getClientSession();return n?new Date<n.expiresAt:!1}clearClientSession(){this.clientSession=null,this.client.clearClientSession()}getClient(){return this.client}async submitMessageFeedback(n,t){return this.client.submitMessageFeedback(n,t)}async submitCSATFeedback(n,t){return this.client.submitCSATFeedback(n,t)}async submitNPSFeedback(n,t){return this.client.submitNPSFeedback(n,t)}updateConfig(n){let t=this.client.getSSEEventCallback();this.config={...this.config,...n},this.client=new _o(this.config),t&&this.client.setSSEEventCallback(t)}getMessages(){return[...this.messages]}getStatus(){return this.status}isStreaming(){return this.streaming}injectTestEvent(n){this.handleEvent(n)}injectMessage(n){let{role:t,content:r,llmContent:o,contentParts:s,id:a,createdAt:i,sequence:d,streaming:l=!1,voiceProcessing:u,rawContent:p}=n,g={id:a!=null?a:t==="user"?ws():t==="assistant"?jo():`system-${Date.now()}-${Math.random().toString(16).slice(2)}`,role:t,content:r,createdAt:i!=null?i:new Date().toISOString(),sequence:d!=null?d:this.nextSequence(),streaming:l,...o!==void 0&&{llmContent:o},...s!==void 0&&{contentParts:s},...u!==void 0&&{voiceProcessing:u},...p!==void 0&&{rawContent:p}};return this.upsertMessage(g),g}injectAssistantMessage(n){return this.injectMessage({...n,role:"assistant"})}injectUserMessage(n){return this.injectMessage({...n,role:"user"})}injectSystemMessage(n){return this.injectMessage({...n,role:"system"})}injectMessageBatch(n){let t=[];for(let r of n){let{role:o,content:s,llmContent:a,contentParts:i,id:d,createdAt:l,sequence:u,streaming:p=!1,voiceProcessing:f,rawContent:g}=r,x={id:d!=null?d:o==="user"?ws():o==="assistant"?jo():`system-${Date.now()}-${Math.random().toString(16).slice(2)}`,role:o,content:s,createdAt:l!=null?l:new Date().toISOString(),sequence:u!=null?u:this.nextSequence(),streaming:p,...a!==void 0&&{llmContent:a},...i!==void 0&&{contentParts:i},...f!==void 0&&{voiceProcessing:f},...g!==void 0&&{rawContent:g}};t.push(x)}return this.messages=this.sortMessages([...this.messages,...t]),this.callbacks.onMessagesChanged([...this.messages]),t}injectComponentDirective(n){let{component:t,props:r={},text:o="",llmContent:s,id:a,createdAt:i,sequence:d}=n,l={text:o,component:t,props:r};return this.injectMessage({role:"assistant",content:o,rawContent:JSON.stringify(l),...s!==void 0&&{llmContent:s},...a!==void 0&&{id:a},...i!==void 0&&{createdAt:i},...d!==void 0&&{sequence:d}})}async sendMessage(n,t){var l,u,p,f,g;let r=n.trim();if(!r&&(!(t!=null&&t.contentParts)||t.contentParts.length===0))return;this.stopSpeaking(),(l=this.abortController)==null||l.abort();let o=ws(),s=jo(),a={id:o,role:"user",content:r||ha,createdAt:new Date().toISOString(),sequence:this.nextSequence(),viaVoice:(t==null?void 0:t.viaVoice)||!1,...(t==null?void 0:t.contentParts)&&t.contentParts.length>0&&{contentParts:t.contentParts}};this.appendMessage(a),this.setStreaming(!0);let i=new AbortController;this.abortController=i;let d=[...this.messages];try{await this.client.dispatch({messages:d,signal:i.signal,assistantMessageId:s},this.handleEvent)}catch(C){let x=C instanceof Error&&(C.name==="AbortError"||C.message.includes("aborted")||C.message.includes("abort"));if(!x){let M={id:s,role:"assistant",createdAt:new Date().toISOString(),content:"It looks like the proxy isn't returning a real response yet. Here's a sample message so you can continue testing locally.",sequence:this.nextSequence()};this.appendMessage(M)}this.setStatus("idle"),this.setStreaming(!1),this.abortController=null,x||(C instanceof Error?(p=(u=this.callbacks).onError)==null||p.call(u,C):(g=(f=this.callbacks).onError)==null||g.call(f,new Error(String(C))))}}async continueConversation(){var o,s,a,i,d;if(this.streaming)return;(o=this.abortController)==null||o.abort();let n=jo();this.setStreaming(!0);let t=new AbortController;this.abortController=t;let r=[...this.messages];try{await this.client.dispatch({messages:r,signal:t.signal,assistantMessageId:n},this.handleEvent)}catch(l){let u={id:n,role:"assistant",createdAt:new Date().toISOString(),content:"It looks like the proxy isn't returning a real response yet. Here's a sample message so you can continue testing locally.",sequence:this.nextSequence()};this.appendMessage(u),this.setStatus("idle"),this.setStreaming(!1),this.abortController=null,l instanceof Error?(a=(s=this.callbacks).onError)==null||a.call(s,l):(d=(i=this.callbacks).onError)==null||d.call(i,new Error(String(l)))}}async connectStream(n,t){var o,s,a;if(this.streaming&&!(t!=null&&t.allowReentry))return;t!=null&&t.allowReentry||(o=this.abortController)==null||o.abort();let r=!1;for(let i of this.messages)i.streaming&&(i.streaming=!1,r=!0);r&&this.callbacks.onMessagesChanged([...this.messages]),this.setStreaming(!0);try{await this.client.processStream(n,this.handleEvent,t==null?void 0:t.assistantMessageId)}catch(i){this.setStatus("error"),this.setStreaming(!1),this.abortController=null,(a=(s=this.callbacks).onError)==null||a.call(s,i instanceof Error?i:new Error(String(i)))}}async resolveApproval(n,t){var d,l,u,p;let r=`approval-${n.id}`,o={...n,status:t,resolvedAt:Date.now()},s={id:r,role:"assistant",content:"",createdAt:new Date().toISOString(),streaming:!1,variant:"approval",approval:o};this.upsertMessage(s),(d=this.abortController)==null||d.abort(),this.abortController=new AbortController,this.setStreaming(!0);let a=this.config.approval,i=a&&typeof a=="object"?a.onDecision:void 0;try{let f;if(i?f=await i({approvalId:n.id,executionId:n.executionId,agentId:n.agentId,toolName:n.toolName},t):f=await this.client.resolveApproval({agentId:n.agentId,executionId:n.executionId,approvalId:n.id},t),f){let g=null;if(f instanceof Response){if(!f.ok){let C=await f.json().catch(()=>null);throw new Error((l=C==null?void 0:C.error)!=null?l:`Approval request failed: ${f.status}`)}g=f.body}else f instanceof ReadableStream&&(g=f);g?await this.connectStream(g,{allowReentry:!0}):(t==="denied"&&this.appendMessage({id:`denial-${n.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(f){let g=f instanceof Error&&(f.name==="AbortError"||f.message.includes("aborted")||f.message.includes("abort"));this.setStreaming(!1),this.abortController=null,g||(p=(u=this.callbacks).onError)==null||p.call(u,f instanceof Error?f:new Error(String(f)))}}persistAskUserQuestionProgress(n,t){let r=this.messages.find(o=>o.id===n.id);r&&this.upsertMessage({...r,agentMetadata:{...r.agentMetadata,askUserQuestionAnswers:t.answers,askUserQuestionIndex:t.currentIndex}})}markAskUserQuestionResolved(n,t){let r=this.messages.find(o=>o.id===n.id);r&&this.upsertMessage({...r,agentMetadata:{...r.agentMetadata,awaitingLocalTool:!1,askUserQuestionAnswered:!0,...t?{askUserQuestionAnswers:t}:{}}})}async resolveAskUserQuestion(n,t){var u,p,f,g,C,x,M,A,k,B,D,L;let r=this.messages.find(S=>S.id===n.id);if(((u=r==null?void 0:r.agentMetadata)==null?void 0:u.askUserQuestionAnswered)===!0)return;let o=(p=n.agentMetadata)==null?void 0:p.executionId,s=(f=n.toolCall)==null?void 0:f.name;if(!o||!s){(C=(g=this.callbacks).onError)==null||C.call(g,new Error("resolveAskUserQuestion: message is missing executionId or toolCall.name"));return}let a=typeof t=="string"?void 0:t;if(a===void 0&&typeof t=="string"){let S=(x=n.toolCall)==null?void 0:x.args,F=Array.isArray(S==null?void 0:S.questions)?S.questions:[];if(F.length===1){let $=typeof((M=F[0])==null?void 0:M.question)=="string"?F[0].question:"";$&&(a={[$]:t})}}this.markAskUserQuestionResolved(n,a),(A=this.abortController)==null||A.abort(),this.abortController=new AbortController,this.setStreaming(!0);let i=n.toolCall.id,d=(k=n.toolCall)==null?void 0:k.args,l=Array.isArray(d==null?void 0:d.questions)?d.questions:[];if(l.length===0){let S=typeof t=="string"?t:Object.entries(t).map(([F,$])=>`${F}: ${Array.isArray($)?$.join(", "):$}`).join(" | ");this.appendMessage({id:`ask-user-answer-${i}`,role:"user",content:S,createdAt:new Date().toISOString(),streaming:!1,sequence:this.nextSequence()})}else{let S=a!=null?a:{};l.forEach((F,$)=>{let j=typeof(F==null?void 0:F.question)=="string"?F.question:"";if(!j)return;let W=S[j],O=Array.isArray(W)?W.join(", "):typeof W=="string"?W:"";this.appendMessage({id:`ask-user-q-${i}-${$}`,role:"assistant",content:j,createdAt:new Date().toISOString(),streaming:!1,sequence:this.nextSequence()}),this.appendMessage({id:`ask-user-a-${i}-${$}`,role:"user",content:O||"*Skipped*",createdAt:new Date().toISOString(),streaming:!1,sequence:this.nextSequence()})})}try{let S=await this.client.resumeFlow(o,{[s]:t});if(!S.ok){let F=await S.json().catch(()=>null);throw new Error((B=F==null?void 0:F.error)!=null?B:`Resume failed: ${S.status}`)}S.body?await this.connectStream(S.body,{allowReentry:!0}):(this.setStreaming(!1),this.abortController=null)}catch(S){let F=S instanceof Error&&(S.name==="AbortError"||S.message.includes("aborted")||S.message.includes("abort"));this.setStreaming(!1),this.abortController=null,F||(L=(D=this.callbacks).onError)==null||L.call(D,S instanceof Error?S:new Error(String(S)))}}cancel(){var n;(n=this.abortController)==null||n.abort(),this.abortController=null,this.stopSpeaking(),this.stopVoicePlayback(),this.setStreaming(!1),this.setStatus("idle")}clearMessages(){var n;this.stopSpeaking(),(n=this.abortController)==null||n.abort(),this.abortController=null,this.messages=[],this.agentExecution=null,this.clearArtifactState(),this.setStreaming(!1),this.setStatus("idle"),this.callbacks.onMessagesChanged([...this.messages])}getArtifacts(){return[...this.artifacts.values()]}getArtifactById(n){return this.artifacts.get(n)}getSelectedArtifactId(){return this.selectedArtifactId}selectArtifact(n){this.selectedArtifactId=n,this.emitArtifactsState()}clearArtifacts(){this.clearArtifactState()}upsertArtifact(n){var o;let t=n.id||`art_${Date.now().toString(36)}_${Math.random().toString(36).slice(2,9)}`;if(n.artifactType==="markdown"){let s={id:t,artifactType:"markdown",title:n.title,status:"complete",markdown:n.content};return this.artifacts.set(t,s),this.selectedArtifactId=t,this.emitArtifactsState(),s}let r={id:t,artifactType:"component",title:n.title,status:"complete",component:n.component,props:(o=n.props)!=null?o:{}};return this.artifacts.set(t,r),this.selectedArtifactId=t,this.emitArtifactsState(),r}clearArtifactState(){this.artifacts.size===0&&this.selectedArtifactId===null||(this.artifacts.clear(),this.selectedArtifactId=null,this.emitArtifactsState())}emitArtifactsState(){var n,t;(t=(n=this.callbacks).onArtifactsState)==null||t.call(n,{artifacts:[...this.artifacts.values()],selectedId:this.selectedArtifactId})}applyArtifactStreamEvent(n){var t,r;switch(n.type){case"artifact_start":{n.artifactType==="markdown"?this.artifacts.set(n.id,{id:n.id,artifactType:"markdown",title:n.title,status:"streaming",markdown:""}):this.artifacts.set(n.id,{id:n.id,artifactType:"component",title:n.title,status:"streaming",component:(t=n.component)!=null?t:"",props:{}}),this.selectedArtifactId=n.id;break}case"artifact_delta":{let o=this.artifacts.get(n.id);(o==null?void 0:o.artifactType)==="markdown"&&(o.markdown=((r=o.markdown)!=null?r:"")+n.artDelta);break}case"artifact_update":{let o=this.artifacts.get(n.id);(o==null?void 0:o.artifactType)==="component"&&(o.props={...o.props,...n.props},n.component&&(o.component=n.component));break}case"artifact_complete":{let o=this.artifacts.get(n.id);o&&(o.status="complete");break}default:return}this.emitArtifactsState()}hydrateMessages(n){var t;(t=this.abortController)==null||t.abort(),this.abortController=null,this.messages=this.sortMessages(n.map(r=>{var o;return{...r,streaming:!1,sequence:(o=r.sequence)!=null?o:this.nextSequence()}})),this.setStreaming(!1),this.setStatus("idle"),this.callbacks.onMessagesChanged([...this.messages])}hydrateArtifacts(n,t=null){this.artifacts.clear();for(let r of n)this.artifacts.set(r.id,{...r,status:"complete"});this.selectedArtifactId=t,this.emitArtifactsState()}setStatus(n){this.status!==n&&(this.status=n,this.callbacks.onStatusChanged(n))}setStreaming(n){if(this.streaming===n)return;let t=this.streaming;this.streaming=n,this.callbacks.onStreamingChanged(n),t&&!n&&this.speakLatestAssistantMessage()}speakLatestAssistantMessage(){let n=this.config.textToSpeech;if(!(n!=null&&n.enabled)||!(!n.provider||n.provider==="browser"||n.provider==="runtype"&&n.browserFallback))return;let r=[...this.messages].reverse().find(s=>s.role==="assistant"&&s.content&&!s.voiceProcessing);if(!r)return;if(this.ttsSpokenMessageIds.has(r.id)){this.ttsSpokenMessageIds.delete(r.id);return}let o=r.content;o.trim()&&this.speak(o,n)}speak(n,t){if(typeof window=="undefined"||!("speechSynthesis"in window))return;let r=window.speechSynthesis;r.cancel();let o=new SpeechSynthesisUtterance(n),s=r.getVoices();if(t.voice){let a=s.find(i=>i.name===t.voice);a&&(o.voice=a)}else s.length>0&&(o.voice=t.pickVoice?t.pickVoice(s):e.pickBestVoice(s));t.rate!==void 0&&(o.rate=t.rate),t.pitch!==void 0&&(o.pitch=t.pitch),setTimeout(()=>r.speak(o),50)}static pickBestVoice(n){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 s=n.find(a=>a.name===o);if(s)return s}return(r=n.find(o=>o.lang.startsWith("en")))!=null?r:n[0]}stopSpeaking(){typeof window!="undefined"&&"speechSynthesis"in window&&window.speechSynthesis.cancel()}appendMessage(n){let t=this.ensureSequence(n);this.messages=this.sortMessages([...this.messages,t]),this.callbacks.onMessagesChanged([...this.messages])}upsertMessage(n){let t=this.ensureSequence(n),r=this.messages.findIndex(o=>o.id===t.id);if(r===-1){this.appendMessage(t);return}this.messages=this.messages.map((o,s)=>{var i;if(s!==r)return o;let a={...o,...t};return((i=o.agentMetadata)==null?void 0:i.askUserQuestionAnswered)===!0&&t.agentMetadata&&(a.agentMetadata={...t.agentMetadata,askUserQuestionAnswered:!0,...o.agentMetadata.askUserQuestionAnswers?{askUserQuestionAnswers:o.agentMetadata.askUserQuestionAnswers}:{},awaitingLocalTool:!1}),a}),this.messages=this.sortMessages(this.messages),this.callbacks.onMessagesChanged([...this.messages])}ensureSequence(n){return n.sequence!==void 0?{...n}:{...n,sequence:this.nextSequence()}}nextSequence(){return this.sequenceCounter++}sortMessages(n){return[...n].sort((t,r)=>{var d,l;let o=new Date(t.createdAt).getTime(),s=new Date(r.createdAt).getTime();if(!Number.isNaN(o)&&!Number.isNaN(s)&&o!==s)return o-s;let a=(d=t.sequence)!=null?d:0,i=(l=r.sequence)!=null?l:0;return a!==i?a-i:t.id.localeCompare(r.id)})}};var h=(e,n)=>{let t=document.createElement(e);return n&&(t.className=n),t},br=(e,n,t)=>{let r=e.createElement(n);return t&&(r.className=t),r};import{Activity as Em,ArrowDown as Tm,ArrowUp as Mm,ArrowUpRight as km,Bot as Lm,ChevronDown as Pm,ChevronUp as Im,ChevronRight as Wm,ChevronLeft as Rm,Check as Hm,Clipboard as Bm,ClipboardCopy as Dm,Copy as Nm,File as Fm,FileCode as Om,FileSpreadsheet as $m,FileText as _m,ImagePlus as jm,Loader as Um,LoaderCircle as qm,Mic as zm,Paperclip as Vm,RefreshCw as Jm,Search as Km,Send as Gm,ShieldAlert as Qm,ShieldCheck as Xm,ShieldX as Ym,Square as Zm,ThumbsDown as eg,ThumbsUp as tg,Upload as ng,Volume2 as rg,X as og,User as sg,Mail as ag,Phone as ig,Calendar as lg,Clock as cg,Building as dg,MapPin as pg,Lock as ug,Key as mg,CreditCard as gg,AtSign as fg,Hash as hg,Globe as yg,Link as bg,CircleCheck as xg,CircleX as vg,TriangleAlert as Cg,Info as wg,Ban as Ag,Shield as Sg,ArrowLeft as Eg,ArrowRight as Tg,ExternalLink as Mg,Ellipsis as kg,EllipsisVertical as Lg,Menu as Pg,House as Ig,Plus as Wg,Minus as Rg,Pencil as Hg,Trash as Bg,Trash2 as Dg,Save as Ng,Download as Fg,Share as Og,Funnel as $g,Settings as _g,RotateCw as jg,Maximize as Ug,Minimize as qg,ShoppingCart as zg,ShoppingBag as Vg,Package as Jg,Truck as Kg,Tag as Gg,Gift as Qg,Receipt as Xg,Wallet as Yg,Store as Zg,DollarSign as ef,Percent as tf,Play as nf,Pause as rf,VolumeX as of,Camera as sf,Image as af,Film as lf,Headphones as cf,MessageCircle as df,MessageSquare as pf,Bell as uf,Heart as mf,Star as gf,Eye as ff,EyeOff as hf,Bookmark as yf,CalendarDays as bf,History as xf,Timer as vf,Folder as Cf,FolderOpen as wf,Files as Af,Sparkles as Sf,Zap as Ef,Sun as Tf,Moon as Mf,Flag as kf,Monitor as Lf,Smartphone as Pf}from"lucide";var If={activity:Em,"arrow-down":Tm,"arrow-up":Mm,"arrow-up-right":km,bot:Lm,"chevron-down":Pm,"chevron-up":Im,"chevron-right":Wm,"chevron-left":Rm,check:Hm,clipboard:Bm,"clipboard-copy":Dm,copy:Nm,file:Fm,"file-code":Om,"file-spreadsheet":$m,"file-text":_m,"image-plus":jm,loader:Um,"loader-circle":qm,mic:zm,paperclip:Vm,"refresh-cw":Jm,search:Km,send:Gm,"shield-alert":Qm,"shield-check":Xm,"shield-x":Ym,square:Zm,"thumbs-down":eg,"thumbs-up":tg,upload:ng,"volume-2":rg,x:og,user:sg,mail:ag,phone:ig,calendar:lg,clock:cg,building:dg,"map-pin":pg,lock:ug,key:mg,"credit-card":gg,"at-sign":fg,hash:hg,globe:yg,link:bg,"circle-check":xg,"circle-x":vg,"triangle-alert":Cg,info:wg,ban:Ag,shield:Sg,"arrow-left":Eg,"arrow-right":Tg,"external-link":Mg,ellipsis:kg,"ellipsis-vertical":Lg,menu:Pg,house:Ig,plus:Wg,minus:Rg,pencil:Hg,trash:Bg,"trash-2":Dg,save:Ng,download:Fg,share:Og,funnel:$g,settings:_g,"rotate-cw":jg,maximize:Ug,minimize:qg,"shopping-cart":zg,"shopping-bag":Vg,package:Jg,truck:Kg,tag:Gg,gift:Qg,receipt:Xg,wallet:Yg,store:Zg,"dollar-sign":ef,percent:tf,play:nf,pause:rf,"volume-x":of,camera:sf,image:af,film:lf,headphones:cf,"message-circle":df,"message-square":pf,bell:uf,heart:mf,star:gf,eye:ff,"eye-off":hf,bookmark:yf,"calendar-days":bf,history:xf,timer:vf,folder:Cf,"folder-open":wf,files:Af,sparkles:Sf,zap:Ef,sun:Tf,moon:Mf,flag:kf,monitor:Lf,smartphone:Pf},ge=(e,n=24,t="currentColor",r=2)=>{let o=If[e];return o?Wf(o,n,t,r):(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 Wf(e,n,t,r){if(!Array.isArray(e))return null;let o=document.createElementNS("http://www.w3.org/2000/svg","svg");return o.setAttribute("width",String(n)),o.setAttribute("height",String(n)),o.setAttribute("viewBox","0 0 24 24"),o.setAttribute("fill","none"),o.setAttribute("stroke",t),o.setAttribute("stroke-width",String(r)),o.setAttribute("stroke-linecap","round"),o.setAttribute("stroke-linejoin","round"),o.setAttribute("aria-hidden","true"),e.forEach(s=>{if(!Array.isArray(s)||s.length<2)return;let a=s[0],i=s[1];if(!i)return;let d=document.createElementNS("http://www.w3.org/2000/svg",a);Object.entries(i).forEach(([l,u])=>{l!=="stroke"&&d.setAttribute(l,String(u))}),o.appendChild(d)}),o}var wa={allowedTypes:Rr,maxFileSize:10*1024*1024,maxFiles:4};function Rf(){return`attach_${Date.now()}_${Math.random().toString(36).substring(2,9)}`}function Hf(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 qo=class e{constructor(n={}){this.attachments=[];this.previewsContainer=null;var t,r,o;this.config={allowedTypes:(t=n.allowedTypes)!=null?t:wa.allowedTypes,maxFileSize:(r=n.maxFileSize)!=null?r:wa.maxFileSize,maxFiles:(o=n.maxFiles)!=null?o:wa.maxFiles,onFileRejected:n.onFileRejected,onAttachmentsChange:n.onAttachmentsChange}}setPreviewsContainer(n){this.previewsContainer=n}updateConfig(n){n.allowedTypes!==void 0&&(this.config.allowedTypes=n.allowedTypes.length>0?n.allowedTypes:wa.allowedTypes),n.maxFileSize!==void 0&&(this.config.maxFileSize=n.maxFileSize),n.maxFiles!==void 0&&(this.config.maxFiles=n.maxFiles),n.onFileRejected!==void 0&&(this.config.onFileRejected=n.onFileRejected),n.onAttachmentsChange!==void 0&&(this.config.onAttachmentsChange=n.onAttachmentsChange)}getAttachments(){return[...this.attachments]}getContentParts(){return this.attachments.map(n=>n.contentPart)}hasAttachments(){return this.attachments.length>0}count(){return this.attachments.length}async handleFileSelect(n){!n||n.length===0||await this.handleFiles(Array.from(n))}async handleFiles(n){var t,r,o,s,a,i,d;if(n.length){for(let l of n){if(this.attachments.length>=this.config.maxFiles){(r=(t=this.config).onFileRejected)==null||r.call(t,l,"count");continue}let u=dp(l,this.config.allowedTypes,this.config.maxFileSize);if(!u.valid){let p=(o=u.error)!=null&&o.includes("type")?"type":"size";(a=(s=this.config).onFileRejected)==null||a.call(s,l,p);continue}try{let p=await cp(l),f=ba(l)?URL.createObjectURL(l):null,g={id:Rf(),file:l,previewUrl:f,contentPart:p};this.attachments.push(g),this.renderPreview(g)}catch(p){console.error("[AttachmentManager] Failed to process file:",p)}}this.updatePreviewsVisibility(),(d=(i=this.config).onAttachmentsChange)==null||d.call(i,this.getAttachments())}}removeAttachment(n){var s,a,i;let t=this.attachments.findIndex(d=>d.id===n);if(t===-1)return;let r=this.attachments[t];r.previewUrl&&URL.revokeObjectURL(r.previewUrl),this.attachments.splice(t,1);let o=(s=this.previewsContainer)==null?void 0:s.querySelector(`[data-attachment-id="${n}"]`);o&&o.remove(),this.updatePreviewsVisibility(),(i=(a=this.config).onAttachmentsChange)==null||i.call(a,this.getAttachments())}clearAttachments(){var n,t;for(let r of this.attachments)r.previewUrl&&URL.revokeObjectURL(r.previewUrl);this.attachments=[],this.previewsContainer&&(this.previewsContainer.innerHTML=""),this.updatePreviewsVisibility(),(t=(n=this.config).onAttachmentsChange)==null||t.call(n,this.getAttachments())}renderPreview(n){if(!this.previewsContainer)return;let t=ba(n.file),r=h("div","persona-attachment-preview persona-relative persona-inline-block");if(r.setAttribute("data-attachment-id",n.id),r.style.width="48px",r.style.height="48px",t&&n.previewUrl){let a=h("img");a.src=n.previewUrl,a.alt=n.file.name,a.className="persona-w-full persona-h-full persona-object-cover persona-rounded-lg persona-border persona-border-gray-200",a.style.width="48px",a.style.height="48px",a.style.objectFit="cover",a.style.borderRadius="8px",r.appendChild(a)}else{let a=h("div");a.style.width="48px",a.style.height="48px",a.style.borderRadius="8px",a.style.backgroundColor="var(--persona-container, #f3f4f6)",a.style.border="1px solid var(--persona-border, #e5e7eb)",a.style.display="flex",a.style.flexDirection="column",a.style.alignItems="center",a.style.justifyContent="center",a.style.gap="2px",a.style.overflow="hidden";let i=Hf(n.file.type),d=ge(i,20,"var(--persona-muted, #6b7280)",1.5);d&&a.appendChild(d);let l=h("span");l.textContent=pp(n.file.type,n.file.name),l.style.fontSize="8px",l.style.fontWeight="600",l.style.color="var(--persona-muted, #6b7280)",l.style.textTransform="uppercase",l.style.lineHeight="1",a.appendChild(l),r.appendChild(a)}let o=h("button","persona-attachment-remove persona-absolute persona-flex persona-items-center persona-justify-center");o.type="button",o.setAttribute("aria-label","Remove attachment"),o.style.position="absolute",o.style.top="-4px",o.style.right="-4px",o.style.width="18px",o.style.height="18px",o.style.borderRadius="50%",o.style.backgroundColor="var(--persona-palette-colors-black-alpha-60, rgba(0, 0, 0, 0.6))",o.style.border="none",o.style.cursor="pointer",o.style.display="flex",o.style.alignItems="center",o.style.justifyContent="center",o.style.padding="0";let s=ge("x",10,"var(--persona-text-inverse, #ffffff)",2);s?o.appendChild(s):(o.textContent="\xD7",o.style.color="var(--persona-text-inverse, #ffffff)",o.style.fontSize="14px",o.style.lineHeight="1"),o.addEventListener("click",a=>{a.preventDefault(),a.stopPropagation(),this.removeAttachment(n.id)}),r.appendChild(o),this.previewsContainer.appendChild(r)}updatePreviewsVisibility(){this.previewsContainer&&(this.previewsContainer.style.display=this.attachments.length>0?"flex":"none")}static fromConfig(n,t){return new e({allowedTypes:n==null?void 0:n.allowedTypes,maxFileSize:n==null?void 0:n.maxFileSize,maxFiles:n==null?void 0:n.maxFiles,onFileRejected:n==null?void 0:n.onFileRejected,onAttachmentsChange:t})}};var up=e=>typeof e=="object"&&e!==null&&!Array.isArray(e);function Es(e,n){if(!e)return n;if(!n)return e;let t={...e};for(let[r,o]of Object.entries(n)){let s=t[r];up(s)&&up(o)?t[r]=Es(s,o):t[r]=o}return t}var Gn="min(440px, calc(100vw - 24px))",mi="440px",$t={apiUrl:"https://api.runtype.com/api/chat/dispatch",clientToken:void 0,theme:void 0,darkTheme:void 0,colorScheme:"light",launcher:{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:Gn,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)"},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:""},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 mp(e,n){if(!(!e&&!n))return e?n?Es(e,n):e:n}function gi(e){var n,t,r,o,s,a,i,d,l,u,p,f,g,C,x,M,A,k,B,D,L;return e?{...$t,...e,theme:mp($t.theme,e.theme),darkTheme:mp($t.darkTheme,e.darkTheme),launcher:{...$t.launcher,...e.launcher,dock:{...(n=$t.launcher)==null?void 0:n.dock,...(t=e.launcher)==null?void 0:t.dock},clearChat:{...(r=$t.launcher)==null?void 0:r.clearChat,...(o=e.launcher)==null?void 0:o.clearChat}},copy:{...$t.copy,...e.copy},sendButton:{...$t.sendButton,...e.sendButton},statusIndicator:{...$t.statusIndicator,...e.statusIndicator},voiceRecognition:{...$t.voiceRecognition,...e.voiceRecognition},features:(()=>{var de,ke,Ue,ee,Ae,Q,ae,Re;let S=(de=$t.features)==null?void 0:de.artifacts,F=(ke=e.features)==null?void 0:ke.artifacts,$=(Ue=$t.features)==null?void 0:Ue.scrollToBottom,j=(ee=e.features)==null?void 0:ee.scrollToBottom,W=(Ae=$t.features)==null?void 0:Ae.streamAnimation,O=(Q=e.features)==null?void 0:Q.streamAnimation,V=(ae=$t.features)==null?void 0:ae.askUserQuestion,oe=(Re=e.features)==null?void 0:Re.askUserQuestion,Pe=S===void 0&&F===void 0?void 0:{...S,...F,layout:{...S==null?void 0:S.layout,...F==null?void 0:F.layout}},Me=$===void 0&&j===void 0?void 0:{...$,...j},Ge=W===void 0&&O===void 0?void 0:{...W,...O},ue=V===void 0&&oe===void 0?void 0:{...V,...oe,styles:{...V==null?void 0:V.styles,...oe==null?void 0:oe.styles}};return{...$t.features,...e.features,...Me!==void 0?{scrollToBottom:Me}:{},...Pe!==void 0?{artifacts:Pe}:{},...Ge!==void 0?{streamAnimation:Ge}:{},...ue!==void 0?{askUserQuestion:ue}:{}}})(),suggestionChips:(s=e.suggestionChips)!=null?s:$t.suggestionChips,suggestionChipsConfig:{...$t.suggestionChipsConfig,...e.suggestionChipsConfig},layout:{...$t.layout,...e.layout,header:{...(a=$t.layout)==null?void 0:a.header,...(i=e.layout)==null?void 0:i.header},messages:{...(d=$t.layout)==null?void 0:d.messages,...(l=e.layout)==null?void 0:l.messages,avatar:{...(p=(u=$t.layout)==null?void 0:u.messages)==null?void 0:p.avatar,...(g=(f=e.layout)==null?void 0:f.messages)==null?void 0:g.avatar},timestamp:{...(x=(C=$t.layout)==null?void 0:C.messages)==null?void 0:x.timestamp,...(A=(M=e.layout)==null?void 0:M.messages)==null?void 0:A.timestamp}},slots:{...(k=$t.layout)==null?void 0:k.slots,...(B=e.layout)==null?void 0:B.slots}},markdown:{...$t.markdown,...e.markdown,options:{...(D=$t.markdown)==null?void 0:D.options,...(L=e.markdown)==null?void 0:L.options}},messageActions:{...$t.messageActions,...e.messageActions}}:$t}var gp={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"}},fp={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"}},hp={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:Gn,maxWidth:mi,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:"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:"palette.colors.warning.50",border:"palette.colors.warning.200",text:"palette.colors.gray.900"},approve:{background:"palette.colors.success.500",foreground:"palette.colors.gray.50",borderRadius:"palette.radius.md",padding:"semantic.spacing.sm"},deny:{background:"palette.colors.error.500",foreground:"palette.colors.gray.50",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 zo(e,n){if(!n.startsWith("palette.")&&!n.startsWith("semantic.")&&!n.startsWith("components."))return n;let t=n.split("."),r=e;for(let o of t){if(r==null)return;r=r[o]}return typeof r=="string"&&(r.startsWith("palette.")||r.startsWith("semantic.")||r.startsWith("components."))?zo(e,r):r}function fi(e){let n={};function t(r,o){for(let[s,a]of Object.entries(r)){let i=`${o}.${s}`;if(typeof a=="string"){let d=zo(e,a);d!==void 0&&(n[i]={path:i,value:d,type:o.includes("color")?"color":o.includes("spacing")?"spacing":o.includes("typography")?"typography":o.includes("shadow")?"shadow":o.includes("border")?"border":"color"})}else typeof a=="object"&&a!==null&&t(a,i)}}return t(e.palette,"palette"),t(e.semantic,"semantic"),t(e.components,"components"),n}function yp(e){let n=[],t=[];return e.palette||n.push({path:"palette",message:"Theme must include a palette",severity:"error"}),e.semantic||t.push({path:"semantic",message:"No semantic tokens defined - defaults will be used",severity:"warning"}),e.components||t.push({path:"components",message:"No component tokens defined - defaults will be used",severity:"warning"}),{valid:n.length===0,errors:n,warnings:t}}function bp(e,n){let t={...e};for(let[r,o]of Object.entries(n)){let s=t[r];s&&typeof s=="object"&&!Array.isArray(s)&&o&&typeof o=="object"&&!Array.isArray(o)?t[r]=bp(s,o):t[r]=o}return t}function Bf(e,n){return n?bp(e,n):e}function Ts(e,n={}){var o,s,a,i,d,l,u,p,f,g,C,x,M;let t={palette:gp,semantic:fp,components:hp},r={palette:{...t.palette,...e==null?void 0:e.palette,colors:{...t.palette.colors,...(o=e==null?void 0:e.palette)==null?void 0:o.colors},spacing:{...t.palette.spacing,...(s=e==null?void 0:e.palette)==null?void 0:s.spacing},typography:{...t.palette.typography,...(a=e==null?void 0:e.palette)==null?void 0:a.typography},shadows:{...t.palette.shadows,...(i=e==null?void 0:e.palette)==null?void 0:i.shadows},borders:{...t.palette.borders,...(d=e==null?void 0:e.palette)==null?void 0:d.borders},radius:{...t.palette.radius,...(l=e==null?void 0:e.palette)==null?void 0:l.radius}},semantic:{...t.semantic,...e==null?void 0:e.semantic,colors:{...t.semantic.colors,...(u=e==null?void 0:e.semantic)==null?void 0:u.colors,interactive:{...t.semantic.colors.interactive,...(f=(p=e==null?void 0:e.semantic)==null?void 0:p.colors)==null?void 0:f.interactive},feedback:{...t.semantic.colors.feedback,...(C=(g=e==null?void 0:e.semantic)==null?void 0:g.colors)==null?void 0:C.feedback}},spacing:{...t.semantic.spacing,...(x=e==null?void 0:e.semantic)==null?void 0:x.spacing},typography:{...t.semantic.typography,...(M=e==null?void 0:e.semantic)==null?void 0:M.typography}},components:Bf(t.components,e==null?void 0:e.components)};if(n.validate!==!1){let A=yp(r);if(!A.valid)throw new Error(`Theme validation failed: ${A.errors.map(k=>k.message).join(", ")}`)}if(n.plugins)for(let A of n.plugins)r=A.transform(r);return r}function hi(e){var x,M,A,k,B,D,L,S,F,$,j,W,O,V,oe,Pe,Me,Ge,ue,de,ke,Ue,ee,Ae,Q,ae,Re,ce,We,Ze,J,se,Fe,K,z,xe,Oe,ne,Se,be,Ht,Le,te,sn,Nt,Vt,vr,dr,_e,U,Ce,He,Be,$e,lt,et,Ct,Ut,P,fe,me,ct,qe,It,an,wt,bt,Mt,pt,Jt,Cr,jn,Br,vt,pr,ur,wr,Yn,mt,ao,mr,io,Sn,ko,Dr,Ar,yt,In,Wn,hn,kt,Un,qn,Rn,Nr,Sr,Fr,Hn,Wt,yn,zn,Or,Er,$r,gr,Bn,Zn,gt,Kt,Gt,Dn,_r,Vn,er,Nn,_;let n=fi(e),t={};for(let[le,Fn]of Object.entries(n)){let tr=le.replace(/\./g,"-");t[`--persona-${tr}`]=Fn.value}t["--persona-primary"]=(x=t["--persona-semantic-colors-primary"])!=null?x:t["--persona-palette-colors-primary-500"],t["--persona-secondary"]=(M=t["--persona-semantic-colors-secondary"])!=null?M:t["--persona-palette-colors-secondary-500"],t["--persona-accent"]=(A=t["--persona-semantic-colors-accent"])!=null?A:t["--persona-palette-colors-accent-500"],t["--persona-surface"]=(k=t["--persona-semantic-colors-surface"])!=null?k:t["--persona-palette-colors-gray-50"],t["--persona-background"]=(B=t["--persona-semantic-colors-background"])!=null?B:t["--persona-palette-colors-gray-50"],t["--persona-container"]=(D=t["--persona-semantic-colors-container"])!=null?D:t["--persona-palette-colors-gray-100"],t["--persona-text"]=(L=t["--persona-semantic-colors-text"])!=null?L:t["--persona-palette-colors-gray-900"],t["--persona-text-muted"]=(S=t["--persona-semantic-colors-text-muted"])!=null?S:t["--persona-palette-colors-gray-500"],t["--persona-text-inverse"]=(F=t["--persona-semantic-colors-text-inverse"])!=null?F:t["--persona-palette-colors-gray-50"],t["--persona-border"]=($=t["--persona-semantic-colors-border"])!=null?$:t["--persona-palette-colors-gray-200"],t["--persona-divider"]=(j=t["--persona-semantic-colors-divider"])!=null?j:t["--persona-palette-colors-gray-200"],t["--persona-muted"]=t["--persona-text-muted"],t["--persona-voice-recording-indicator"]=(W=t["--persona-components-voice-recording-indicator"])!=null?W:t["--persona-palette-colors-error-500"],t["--persona-voice-recording-bg"]=(O=t["--persona-components-voice-recording-background"])!=null?O:t["--persona-palette-colors-error-50"],t["--persona-voice-processing-icon"]=(V=t["--persona-components-voice-processing-icon"])!=null?V:t["--persona-palette-colors-primary-500"],t["--persona-voice-speaking-icon"]=(oe=t["--persona-components-voice-speaking-icon"])!=null?oe:t["--persona-palette-colors-success-500"],t["--persona-approval-bg"]=(Pe=t["--persona-components-approval-requested-background"])!=null?Pe:t["--persona-palette-colors-warning-50"],t["--persona-approval-border"]=(Me=t["--persona-components-approval-requested-border"])!=null?Me:t["--persona-palette-colors-warning-200"],t["--persona-approval-text"]=(Ge=t["--persona-components-approval-requested-text"])!=null?Ge:t["--persona-palette-colors-gray-900"],t["--persona-approval-approve-bg"]=(ue=t["--persona-components-approval-approve-background"])!=null?ue:t["--persona-palette-colors-success-500"],t["--persona-approval-deny-bg"]=(de=t["--persona-components-approval-deny-background"])!=null?de:t["--persona-palette-colors-error-500"],t["--persona-attachment-image-bg"]=(ke=t["--persona-components-attachment-image-background"])!=null?ke:t["--persona-palette-colors-gray-100"],t["--persona-attachment-image-border"]=(Ue=t["--persona-components-attachment-image-border"])!=null?Ue:t["--persona-palette-colors-gray-200"],t["--persona-font-family"]=(ee=t["--persona-semantic-typography-fontFamily"])!=null?ee:t["--persona-palette-typography-fontFamily-sans"],t["--persona-font-size"]=(Ae=t["--persona-semantic-typography-fontSize"])!=null?Ae:t["--persona-palette-typography-fontSize-base"],t["--persona-font-weight"]=(Q=t["--persona-semantic-typography-fontWeight"])!=null?Q:t["--persona-palette-typography-fontWeight-normal"],t["--persona-line-height"]=(ae=t["--persona-semantic-typography-lineHeight"])!=null?ae:t["--persona-palette-typography-lineHeight-normal"],t["--persona-input-font-family"]=t["--persona-font-family"],t["--persona-input-font-weight"]=t["--persona-font-weight"],t["--persona-radius-sm"]=(Re=t["--persona-palette-radius-sm"])!=null?Re:"0.125rem",t["--persona-radius-md"]=(ce=t["--persona-palette-radius-md"])!=null?ce:"0.375rem",t["--persona-radius-lg"]=(We=t["--persona-palette-radius-lg"])!=null?We:"0.5rem",t["--persona-radius-xl"]=(Ze=t["--persona-palette-radius-xl"])!=null?Ze:"0.75rem",t["--persona-radius-full"]=(J=t["--persona-palette-radius-full"])!=null?J:"9999px",t["--persona-launcher-radius"]=(Fe=(se=t["--persona-components-launcher-borderRadius"])!=null?se:t["--persona-palette-radius-full"])!=null?Fe:"9999px",t["--persona-launcher-bg"]=(K=t["--persona-components-launcher-background"])!=null?K:t["--persona-primary"],t["--persona-launcher-fg"]=(z=t["--persona-components-launcher-foreground"])!=null?z:t["--persona-text-inverse"],t["--persona-launcher-border"]=(xe=t["--persona-components-launcher-border"])!=null?xe:t["--persona-border"],t["--persona-button-primary-bg"]=(Oe=t["--persona-components-button-primary-background"])!=null?Oe:t["--persona-primary"],t["--persona-button-primary-fg"]=(ne=t["--persona-components-button-primary-foreground"])!=null?ne:t["--persona-text-inverse"],t["--persona-button-radius"]=(be=(Se=t["--persona-components-button-primary-borderRadius"])!=null?Se:t["--persona-palette-radius-full"])!=null?be:"9999px",t["--persona-panel-radius"]=(Le=(Ht=t["--persona-components-panel-borderRadius"])!=null?Ht:t["--persona-radius-xl"])!=null?Le:"0.75rem",t["--persona-panel-border"]=(te=t["--persona-components-panel-border"])!=null?te:`1px solid ${t["--persona-border"]}`,t["--persona-panel-shadow"]=(Nt=(sn=t["--persona-components-panel-shadow"])!=null?sn:t["--persona-palette-shadows-xl"])!=null?Nt:"0 25px 50px -12px rgba(0, 0, 0, 0.25)",t["--persona-input-radius"]=(vr=(Vt=t["--persona-components-input-borderRadius"])!=null?Vt:t["--persona-radius-lg"])!=null?vr:"0.5rem",t["--persona-message-user-radius"]=(_e=(dr=t["--persona-components-message-user-borderRadius"])!=null?dr:t["--persona-radius-lg"])!=null?_e:"0.5rem",t["--persona-message-assistant-radius"]=(Ce=(U=t["--persona-components-message-assistant-borderRadius"])!=null?U:t["--persona-radius-lg"])!=null?Ce:"0.5rem",t["--persona-header-bg"]=(He=t["--persona-components-header-background"])!=null?He:t["--persona-surface"],t["--persona-header-border"]=(Be=t["--persona-components-header-border"])!=null?Be:t["--persona-divider"],t["--persona-header-icon-bg"]=($e=t["--persona-components-header-iconBackground"])!=null?$e:t["--persona-primary"],t["--persona-header-icon-fg"]=(lt=t["--persona-components-header-iconForeground"])!=null?lt:t["--persona-text-inverse"],t["--persona-header-title-fg"]=(et=t["--persona-components-header-titleForeground"])!=null?et:t["--persona-primary"],t["--persona-header-subtitle-fg"]=(Ct=t["--persona-components-header-subtitleForeground"])!=null?Ct:t["--persona-text-muted"],t["--persona-header-action-icon-fg"]=(Ut=t["--persona-components-header-actionIconForeground"])!=null?Ut:t["--persona-muted"];let r=(P=e.components)==null?void 0:P.header;r!=null&&r.shadow&&(t["--persona-header-shadow"]=r.shadow),r!=null&&r.borderBottom&&(t["--persona-header-border-bottom"]=r.borderBottom);let o=(fe=e.components)==null?void 0:fe.introCard;t["--persona-intro-card-bg"]=(me=t["--persona-components-introCard-background"])!=null?me:t["--persona-surface"],t["--persona-intro-card-radius"]=(ct=t["--persona-components-introCard-borderRadius"])!=null?ct:"1rem",t["--persona-intro-card-padding"]=(qe=t["--persona-components-introCard-padding"])!=null?qe:"1.5rem",t["--persona-intro-card-shadow"]=(an=(It=o==null?void 0:o.shadow)!=null?It:t["--persona-components-introCard-shadow"])!=null?an:"0 5px 15px rgba(15, 23, 42, 0.08)",t["--persona-input-background"]=(wt=t["--persona-components-input-background"])!=null?wt:t["--persona-surface"],t["--persona-input-placeholder"]=(bt=t["--persona-components-input-placeholder"])!=null?bt:t["--persona-text-muted"],t["--persona-message-user-bg"]=(Mt=t["--persona-components-message-user-background"])!=null?Mt:t["--persona-accent"],t["--persona-message-user-text"]=(pt=t["--persona-components-message-user-text"])!=null?pt:t["--persona-text-inverse"],t["--persona-message-user-shadow"]=(Jt=t["--persona-components-message-user-shadow"])!=null?Jt:"0 5px 15px rgba(15, 23, 42, 0.08)",t["--persona-message-assistant-bg"]=(Cr=t["--persona-components-message-assistant-background"])!=null?Cr:t["--persona-surface"],t["--persona-message-assistant-text"]=(jn=t["--persona-components-message-assistant-text"])!=null?jn:t["--persona-text"],t["--persona-message-assistant-border"]=(Br=t["--persona-components-message-assistant-border"])!=null?Br:t["--persona-border"],t["--persona-message-assistant-shadow"]=(vt=t["--persona-components-message-assistant-shadow"])!=null?vt:"0 1px 2px 0 rgb(0 0 0 / 0.05)",t["--persona-scroll-to-bottom-bg"]=(ur=(pr=t["--persona-components-scrollToBottom-background"])!=null?pr:t["--persona-button-primary-bg"])!=null?ur:t["--persona-accent"],t["--persona-scroll-to-bottom-fg"]=(Yn=(wr=t["--persona-components-scrollToBottom-foreground"])!=null?wr:t["--persona-button-primary-fg"])!=null?Yn:t["--persona-text-inverse"],t["--persona-scroll-to-bottom-border"]=(mt=t["--persona-components-scrollToBottom-border"])!=null?mt:t["--persona-primary"],t["--persona-scroll-to-bottom-size"]=(ao=t["--persona-components-scrollToBottom-size"])!=null?ao:"40px",t["--persona-scroll-to-bottom-radius"]=(Sn=(io=(mr=t["--persona-components-scrollToBottom-borderRadius"])!=null?mr:t["--persona-button-radius"])!=null?io:t["--persona-radius-full"])!=null?Sn:"9999px",t["--persona-scroll-to-bottom-shadow"]=(Dr=(ko=t["--persona-components-scrollToBottom-shadow"])!=null?ko:t["--persona-palette-shadows-sm"])!=null?Dr:"0 1px 2px 0 rgb(0 0 0 / 0.05)",t["--persona-scroll-to-bottom-padding"]=(Ar=t["--persona-components-scrollToBottom-padding"])!=null?Ar:"0.5rem 0.875rem",t["--persona-scroll-to-bottom-gap"]=(yt=t["--persona-components-scrollToBottom-gap"])!=null?yt:"0.5rem",t["--persona-scroll-to-bottom-font-size"]=(Wn=(In=t["--persona-components-scrollToBottom-fontSize"])!=null?In:t["--persona-palette-typography-fontSize-sm"])!=null?Wn:"0.875rem",t["--persona-scroll-to-bottom-icon-size"]=(hn=t["--persona-components-scrollToBottom-iconSize"])!=null?hn:"14px",t["--persona-tool-bubble-shadow"]=(kt=t["--persona-components-toolBubble-shadow"])!=null?kt:"0 5px 15px rgba(15, 23, 42, 0.08)",t["--persona-reasoning-bubble-shadow"]=(Un=t["--persona-components-reasoningBubble-shadow"])!=null?Un:"0 5px 15px rgba(15, 23, 42, 0.08)",t["--persona-composer-shadow"]=(qn=t["--persona-components-composer-shadow"])!=null?qn:"none",t["--persona-md-inline-code-bg"]=(Rn=t["--persona-components-markdown-inlineCode-background"])!=null?Rn:t["--persona-container"],t["--persona-md-inline-code-color"]=(Nr=t["--persona-components-markdown-inlineCode-foreground"])!=null?Nr:t["--persona-text"],t["--persona-md-link-color"]=(Fr=(Sr=t["--persona-components-markdown-link-foreground"])!=null?Sr:t["--persona-accent"])!=null?Fr:"#0f0f0f";let s=t["--persona-components-markdown-heading-h1-fontSize"];s&&(t["--persona-md-h1-size"]=s);let a=t["--persona-components-markdown-heading-h1-fontWeight"];a&&(t["--persona-md-h1-weight"]=a);let i=t["--persona-components-markdown-heading-h2-fontSize"];i&&(t["--persona-md-h2-size"]=i);let d=t["--persona-components-markdown-heading-h2-fontWeight"];d&&(t["--persona-md-h2-weight"]=d);let l=t["--persona-components-markdown-prose-fontFamily"];l&&l!=="inherit"&&(t["--persona-md-prose-font-family"]=l),t["--persona-md-code-block-bg"]=(Hn=t["--persona-components-markdown-codeBlock-background"])!=null?Hn:t["--persona-container"],t["--persona-md-code-block-border-color"]=(Wt=t["--persona-components-markdown-codeBlock-borderColor"])!=null?Wt:t["--persona-border"],t["--persona-md-code-block-text-color"]=(yn=t["--persona-components-markdown-codeBlock-textColor"])!=null?yn:"inherit",t["--persona-md-table-header-bg"]=(zn=t["--persona-components-markdown-table-headerBackground"])!=null?zn:t["--persona-container"],t["--persona-md-table-border-color"]=(Or=t["--persona-components-markdown-table-borderColor"])!=null?Or:t["--persona-border"],t["--persona-md-hr-color"]=(Er=t["--persona-components-markdown-hr-color"])!=null?Er:t["--persona-divider"],t["--persona-md-blockquote-border-color"]=($r=t["--persona-components-markdown-blockquote-borderColor"])!=null?$r:t["--persona-palette-colors-gray-900"],t["--persona-md-blockquote-bg"]=(gr=t["--persona-components-markdown-blockquote-background"])!=null?gr:"transparent",t["--persona-md-blockquote-text-color"]=(Bn=t["--persona-components-markdown-blockquote-textColor"])!=null?Bn:t["--persona-palette-colors-gray-500"],t["--cw-container"]=(Zn=t["--persona-components-collapsibleWidget-container"])!=null?Zn:t["--persona-surface"],t["--cw-surface"]=(gt=t["--persona-components-collapsibleWidget-surface"])!=null?gt:t["--persona-surface"],t["--cw-border"]=(Kt=t["--persona-components-collapsibleWidget-border"])!=null?Kt:t["--persona-border"],t["--persona-message-border"]=(Gt=t["--persona-components-message-border"])!=null?Gt:t["--persona-border"];let u=e.components,p=u==null?void 0:u.iconButton;p&&(p.background&&(t["--persona-icon-btn-bg"]=p.background),p.border&&(t["--persona-icon-btn-border"]=p.border),p.color&&(t["--persona-icon-btn-color"]=p.color),p.padding&&(t["--persona-icon-btn-padding"]=p.padding),p.borderRadius&&(t["--persona-icon-btn-radius"]=p.borderRadius),p.hoverBackground&&(t["--persona-icon-btn-hover-bg"]=p.hoverBackground),p.hoverColor&&(t["--persona-icon-btn-hover-color"]=p.hoverColor),p.activeBackground&&(t["--persona-icon-btn-active-bg"]=p.activeBackground),p.activeBorder&&(t["--persona-icon-btn-active-border"]=p.activeBorder));let f=u==null?void 0:u.labelButton;f&&(f.background&&(t["--persona-label-btn-bg"]=f.background),f.border&&(t["--persona-label-btn-border"]=f.border),f.color&&(t["--persona-label-btn-color"]=f.color),f.padding&&(t["--persona-label-btn-padding"]=f.padding),f.borderRadius&&(t["--persona-label-btn-radius"]=f.borderRadius),f.hoverBackground&&(t["--persona-label-btn-hover-bg"]=f.hoverBackground),f.fontSize&&(t["--persona-label-btn-font-size"]=f.fontSize),f.gap&&(t["--persona-label-btn-gap"]=f.gap));let g=u==null?void 0:u.toggleGroup;g&&(g.gap&&(t["--persona-toggle-group-gap"]=g.gap),g.borderRadius&&(t["--persona-toggle-group-radius"]=g.borderRadius));let C=u==null?void 0:u.artifact;if(C!=null&&C.toolbar){let le=C.toolbar;le.iconHoverColor&&(t["--persona-artifact-toolbar-icon-hover-color"]=le.iconHoverColor),le.iconHoverBackground&&(t["--persona-artifact-toolbar-icon-hover-bg"]=le.iconHoverBackground),le.iconPadding&&(t["--persona-artifact-toolbar-icon-padding"]=le.iconPadding),le.iconBorderRadius&&(t["--persona-artifact-toolbar-icon-radius"]=le.iconBorderRadius),le.iconBorder&&(t["--persona-artifact-toolbar-icon-border"]=le.iconBorder),le.toggleGroupGap&&(t["--persona-artifact-toolbar-toggle-group-gap"]=le.toggleGroupGap),le.toggleBorderRadius&&(t["--persona-artifact-toolbar-toggle-radius"]=le.toggleBorderRadius),le.copyBackground&&(t["--persona-artifact-toolbar-copy-bg"]=le.copyBackground),le.copyBorder&&(t["--persona-artifact-toolbar-copy-border"]=le.copyBorder),le.copyColor&&(t["--persona-artifact-toolbar-copy-color"]=le.copyColor),le.copyBorderRadius&&(t["--persona-artifact-toolbar-copy-radius"]=le.copyBorderRadius),le.copyPadding&&(t["--persona-artifact-toolbar-copy-padding"]=le.copyPadding),le.copyMenuBackground&&(t["--persona-artifact-toolbar-copy-menu-bg"]=le.copyMenuBackground,t["--persona-dropdown-bg"]=(Dn=t["--persona-dropdown-bg"])!=null?Dn:le.copyMenuBackground),le.copyMenuBorder&&(t["--persona-artifact-toolbar-copy-menu-border"]=le.copyMenuBorder,t["--persona-dropdown-border"]=(_r=t["--persona-dropdown-border"])!=null?_r:le.copyMenuBorder),le.copyMenuShadow&&(t["--persona-artifact-toolbar-copy-menu-shadow"]=le.copyMenuShadow,t["--persona-dropdown-shadow"]=(Vn=t["--persona-dropdown-shadow"])!=null?Vn:le.copyMenuShadow),le.copyMenuBorderRadius&&(t["--persona-artifact-toolbar-copy-menu-radius"]=le.copyMenuBorderRadius,t["--persona-dropdown-radius"]=(er=t["--persona-dropdown-radius"])!=null?er:le.copyMenuBorderRadius),le.copyMenuItemHoverBackground&&(t["--persona-artifact-toolbar-copy-menu-item-hover-bg"]=le.copyMenuItemHoverBackground,t["--persona-dropdown-item-hover-bg"]=(Nn=t["--persona-dropdown-item-hover-bg"])!=null?Nn:le.copyMenuItemHoverBackground),le.iconBackground&&(t["--persona-artifact-toolbar-icon-bg"]=le.iconBackground),le.toolbarBorder&&(t["--persona-artifact-toolbar-border"]=le.toolbarBorder)}if(C!=null&&C.tab){let le=C.tab;le.background&&(t["--persona-artifact-tab-bg"]=le.background),le.activeBackground&&(t["--persona-artifact-tab-active-bg"]=le.activeBackground),le.activeBorder&&(t["--persona-artifact-tab-active-border"]=le.activeBorder),le.borderRadius&&(t["--persona-artifact-tab-radius"]=le.borderRadius),le.textColor&&(t["--persona-artifact-tab-color"]=le.textColor),le.hoverBackground&&(t["--persona-artifact-tab-hover-bg"]=le.hoverBackground),le.listBackground&&(t["--persona-artifact-tab-list-bg"]=le.listBackground),le.listBorderColor&&(t["--persona-artifact-tab-list-border-color"]=le.listBorderColor),le.listPadding&&(t["--persona-artifact-tab-list-padding"]=le.listPadding)}if(C!=null&&C.pane){let le=C.pane;if(le.toolbarBackground){let Fn=(_=zo(e,le.toolbarBackground))!=null?_:le.toolbarBackground;t["--persona-artifact-toolbar-bg"]=Fn}}return t}var Df={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 Nf={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"}}},xp=e=>{if(!(!e||typeof e!="object"||Array.isArray(e)))return e},Aa=()=>{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"},Ff=e=>{var t;let n=(t=e==null?void 0:e.colorScheme)!=null?t:"light";return n==="light"?"light":n==="dark"?"dark":Aa()},vp=e=>Ff(e),Of=e=>Ts(e),$f=e=>{var t;let n=Ts(void 0,{validate:!1});return Ts({...e,palette:{...n.palette,colors:{...Nf.colors,...(t=e==null?void 0:e.palette)==null?void 0:t.colors}}},{validate:!1})},Ms=e=>{let n=vp(e),t=xp(e==null?void 0:e.theme),r=xp(e==null?void 0:e.darkTheme);return n==="dark"?$f(Es(t!=null?t:{},r!=null?r:{})):Of(t)},_f=e=>hi(e),So=(e,n)=>{var s;let t=Ms(n),r=_f(t);for(let[a,i]of Object.entries(r))e.style.setProperty(a,i);let o=(s=n==null?void 0:n.toolCall)==null?void 0:s.shadow;o!==void 0&&e.style.setProperty("--persona-tool-bubble-shadow",o.trim()===""?"none":o)},yi=e=>{let n=[];if(typeof document!="undefined"&&typeof MutationObserver!="undefined"){let t=new MutationObserver(()=>{e(Aa())});t.observe(document.documentElement,{attributes:!0,attributeFilter:["class"]}),n.push(()=>t.disconnect())}if(typeof window!="undefined"&&window.matchMedia){let t=window.matchMedia("(prefers-color-scheme: dark)"),r=()=>e(Aa());t.addEventListener?(t.addEventListener("change",r),n.push(()=>t.removeEventListener("change",r))):t.addListener&&(t.addListener(r),n.push(()=>t.removeListener(r)))}return()=>{n.forEach(t=>t())}};import{Idiomorph as jf}from"idiomorph";var Sa=(e,n,t={})=>{let{preserveTypingAnimation:r=!0}=t;jf.morph(e,n.innerHTML,{morphStyle:"innerHTML",callbacks:{beforeNodeMorphed(o,s){var a,i;if(o instanceof HTMLElement&&r){if(o.classList.contains("persona-animate-typing")||o.hasAttribute("data-preserve-runtime"))return!1;if(o.hasAttribute("data-preserve-animation")){if(s instanceof HTMLElement&&!s.hasAttribute("data-preserve-animation"))return;if(s instanceof HTMLElement&&s.hasAttribute("data-preserve-animation")){let d=(a=o.textContent)!=null?a:"",l=(i=s.textContent)!=null?i:"";if(d!==l)return}return!1}}}}})};function Cp(e,n){var t,r,o,s,a,i,d,l,u,p,f,g,C,x,M,A,k,B,D,L,S,F,$,j,W,O,V,oe,Pe,Me;return[e.id,e.role,(r=(t=e.content)==null?void 0:t.length)!=null?r:0,(s=(o=e.content)==null?void 0:o.slice(-32))!=null?s:"",e.streaming?"1":"0",(a=e.variant)!=null?a:"",(d=(i=e.rawContent)==null?void 0:i.length)!=null?d:0,(u=(l=e.llmContent)==null?void 0:l.length)!=null?u:0,(f=(p=e.approval)==null?void 0:p.status)!=null?f:"",(C=(g=e.toolCall)==null?void 0:g.status)!=null?C:"",(M=(x=e.toolCall)==null?void 0:x.name)!=null?M:"",(B=(k=(A=e.toolCall)==null?void 0:A.chunks)==null?void 0:k.length)!=null?B:0,(F=(S=(L=(D=e.toolCall)==null?void 0:D.chunks)==null?void 0:L[e.toolCall.chunks.length-1])==null?void 0:S.slice(-32))!=null?F:"",typeof(($=e.toolCall)==null?void 0:$.args)=="string"?e.toolCall.args.length:(j=e.toolCall)!=null&&j.args?JSON.stringify(e.toolCall.args).length:0,(V=(O=(W=e.reasoning)==null?void 0:W.chunks)==null?void 0:O.length)!=null?V:0,(Pe=(oe=e.contentParts)==null?void 0:oe.length)!=null?Pe:0,(Me=e.stopReason)!=null?Me:"",n].join("\0")}function wp(){return new Map}function Ap(e,n,t){let r=e.get(n);return r&&r.fingerprint===t?r.wrapper:null}function Sp(e,n,t,r){e.set(n,{fingerprint:t,wrapper:r})}function Ep(e,n){for(let t of e.keys())n.has(t)||e.delete(t)}function Ea(e=!0){let n=e;return{isFollowing:()=>n,pause:()=>n?(n=!1,!0):!1,resume:()=>n?!1:(n=!0,!0)}}function ks(e){return Math.max(0,e.scrollHeight-e.clientHeight)}function Ls(e,n){return ks(e)-e.scrollTop<=n}function Ta(e){let{following:n,currentScrollTop:t,lastScrollTop:r,nearBottom:o,userScrollThreshold:s,isAutoScrolling:a=!1,pauseOnUpwardScroll:i=!1,pauseWhenAwayFromBottom:d=!0,resumeRequiresDownwardScroll:l=!1}=e,u=t-r;return a||Math.abs(u)<s?{action:"none",delta:u,nextLastScrollTop:t}:!n&&o&&(!l||u>0)?{action:"resume",delta:u,nextLastScrollTop:t}:n&&i&&u<0?{action:"pause",delta:u,nextLastScrollTop:t}:n&&d&&!o?{action:"pause",delta:u,nextLastScrollTop:t}:{action:"none",delta:u,nextLastScrollTop:t}}function Ma(e){let{following:n,deltaY:t,nearBottom:r=!1,resumeWhenNearBottom:o=!1}=e;return n&&t<0?"pause":!n&&o&&t>0&&r?"resume":"none"}var gn={idle:"Online",connecting:"Connecting\u2026",connected:"Streaming\u2026",error:"Offline"},fn=1e5,Qr=fn+1;var Ps={type:"none",placeholder:"none",speed:120,duration:1800,buffer:"none"},Uf=["pre","code","a","script","style"],ka=e=>{var n,t,r,o,s;return{type:(n=e==null?void 0:e.type)!=null?n:Ps.type,placeholder:(t=e==null?void 0:e.placeholder)!=null?t:Ps.placeholder,speed:(r=e==null?void 0:e.speed)!=null?r:Ps.speed,duration:(o=e==null?void 0:e.duration)!=null?o:Ps.duration,buffer:(s=e==null?void 0:e.buffer)!=null?s:Ps.buffer}},Mp=[{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"}],Is=new Map;for(let e of Mp)Is.set(e.name,e);var qf=e=>{Is.set(e.name,e)},zf=e=>{Mp.some(n=>n.name===e)||Is.delete(e)},Vf=()=>Array.from(Is.keys()),Ws=(e,n)=>{var t,r;return e==="none"?null:n&&Object.prototype.hasOwnProperty.call(n,e)?(t=n[e])!=null?t:null:(r=Is.get(e))!=null?r:null},La=(e,n,t,r,o)=>{if(!o)return e;if(t!=null&&t.bufferContent)return t.bufferContent(e,r);if(!e)return e;if(n==="word"){let s=e.search(/\s(?=\S*$)/);return s<0?"":e.slice(0,s)}if(n==="line"){let s=e.lastIndexOf(`
|
|
8
|
+
`);return s<0?"":e.slice(0,s)}return e},Jf=(e,n,t,r)=>{let o=e.createElement("span");return o.className="persona-stream-char",o.id=`stream-c-${t}-${r}`,o.style.setProperty("--char-index",String(r)),o.textContent=n,o},Kf=(e,n,t,r)=>{let o=e.createElement("span");return o.className="persona-stream-word",o.id=`stream-w-${t}-${r}`,o.style.setProperty("--word-index",String(r)),o.textContent=n,o},bi=/\s/,Gf=(e,n)=>{let t=e.parentNode;for(;t;){if(t.nodeType===1){let r=t;if(n.has(r.tagName.toLowerCase()))return!0}t=t.parentNode}return!1},Qf=(e,n,t)=>{var d;let r=e.ownerDocument,o=e.parentNode;if(!r||!o)return;let s=(d=e.nodeValue)!=null?d:"";if(!s)return;let a=r.createDocumentFragment(),i=0;for(;i<s.length;)if(bi.test(s[i])){let l=i;for(;l<s.length&&bi.test(s[l]);)l+=1;a.appendChild(r.createTextNode(s.slice(i,l))),i=l}else{let l=r.createElement("span");l.className="persona-stream-word-group";let u=i;for(;u<s.length&&!bi.test(s[u]);)l.appendChild(Jf(r,s[u],n,t.value)),t.value+=1,u+=1;a.appendChild(l),i=u}o.replaceChild(a,e)},Xf=(e,n,t)=>{var d;let r=e.ownerDocument,o=e.parentNode;if(!r||!o)return;let s=(d=e.nodeValue)!=null?d:"";if(!s)return;let a=r.createDocumentFragment(),i=s.split(/(\s+)/);for(let l of i)l&&(/^\s+$/.test(l)?a.appendChild(r.createTextNode(l)):(a.appendChild(Kf(r,l,n,t.value)),t.value+=1));o.replaceChild(a,e)},Rs=(e,n,t,r)=>{var p,f;if(!e||typeof document=="undefined")return e;let o=document.createElement("div");o.innerHTML=e;let s=new Set(((p=r==null?void 0:r.skipTags)!=null?p:Uf).map(g=>g.toLowerCase())),a=document.createTreeWalker(o,NodeFilter.SHOW_TEXT,null),i=[],d=a.nextNode();for(;d;)Gf(d,s)||i.push(d),d=a.nextNode();let l={value:(f=r==null?void 0:r.startIndex)!=null?f:0},u=n==="char"?Qf:Xf;for(let g of i)u(g,t,l);return o.innerHTML},Pa=(e=document)=>{let n=e.createElement("span");return n.className="persona-stream-caret",n.setAttribute("aria-hidden","true"),n.setAttribute("data-preserve-animation","stream-caret"),n},Hs=(e=document)=>{let n=e.createElement("div");n.className="persona-stream-skeleton",n.setAttribute("data-preserve-animation","stream-skeleton"),n.setAttribute("aria-hidden","true");let t=e.createElement("div");return t.className="persona-stream-skeleton-line",n.appendChild(t),n},Tp=new WeakMap,Yf=(e,n)=>{var s;if(!e.styles)return;let t=Tp.get(n);if(t||(t=new Set,Tp.set(n,t)),t.has(e.name)){let a=e.name.replace(/["\\]/g,"\\$&");if(n.querySelector(`style[data-persona-animation="${a}"]`))return;t.delete(e.name)}t.add(e.name);let o=(n instanceof ShadowRoot?n.ownerDocument:(s=n.ownerDocument)!=null?s:document).createElement("style");o.setAttribute("data-persona-animation",e.name),o.textContent=e.styles,n.appendChild(o)},xi=new WeakMap,Zf=(e,n)=>{if(!e.onAttach)return;let t=xi.get(n);if(t||(t=new Map,xi.set(n,t)),t.has(e.name))return;let r=e.onAttach(n);t.set(e.name,r)},kp=e=>{let n=xi.get(e);if(n){for(let t of n.values())typeof t=="function"&&t();n.clear()}},vi=(e,n)=>{Yf(e,n),Zf(e,n)};function Ci(e,n=fn){let t=e.style.position,r=e.style.zIndex,o=e.style.isolation,s=getComputedStyle(e),a=s.position==="static"||s.position==="";return a&&(e.style.position="relative"),e.style.zIndex=String(n),e.style.isolation="isolate",()=>{a&&(e.style.position=t),e.style.zIndex=r,e.style.isolation=o}}var Bs=0,Xr=null;function wi(e=document){var t;if(Bs++,Bs===1){let r=e.body,s=((t=e.defaultView)!=null?t:window).scrollY||e.documentElement.scrollTop;Xr={originalOverflow:r.style.overflow,originalPosition:r.style.position,originalTop:r.style.top,originalWidth:r.style.width,scrollY:s},r.style.overflow="hidden",r.style.position="fixed",r.style.top=`-${s}px`,r.style.width="100%"}let n=!1;return()=>{var r;if(!n&&(n=!0,Bs=Math.max(0,Bs-1),Bs===0&&Xr)){let o=e.body,s=(r=e.defaultView)!=null?r:window;o.style.overflow=Xr.originalOverflow,o.style.position=Xr.originalPosition,o.style.top=Xr.originalTop,o.style.width=Xr.originalWidth,s.scrollTo(0,Xr.scrollY),Xr=null}}}var Ia={side:"right",width:"420px",animate:!0,reveal:"resize"},on=e=>{var n,t;return((t=(n=e==null?void 0:e.launcher)==null?void 0:n.mountMode)!=null?t:"floating")==="docked"},Yr=e=>{var n,t;return((t=(n=e==null?void 0:e.launcher)==null?void 0:n.mountMode)!=null?t:"floating")==="composer-bar"},lr=e=>{var t,r,o,s,a;let n=(t=e==null?void 0:e.launcher)==null?void 0:t.dock;return{side:(r=n==null?void 0:n.side)!=null?r:Ia.side,width:(o=n==null?void 0:n.width)!=null?o:Ia.width,animate:(s=n==null?void 0:n.animate)!=null?s:Ia.animate,reveal:(a=n==null?void 0:n.reveal)!=null?a:Ia.reveal}};var cr={"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 Ds=(e,n)=>{let t=h("button");t.type="button",t.innerHTML=`
|
|
9
9
|
<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>
|
|
10
10
|
<img data-role="launcher-image" class="persona-rounded-full persona-object-cover" alt="" style="display:none" />
|
|
11
11
|
<span class="persona-flex persona-min-w-0 persona-flex-1 persona-flex-col persona-items-start persona-text-left">
|
|
@@ -13,14 +13,14 @@ import{Marked as Yu}from"marked";var Zu=e=>{if(e)return e},ca=e=>{var o,s;let n=
|
|
|
13
13
|
<span class="persona-block persona-w-full persona-truncate persona-text-xs persona-text-persona-muted" data-role="launcher-subtitle"></span>
|
|
14
14
|
</span>
|
|
15
15
|
<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>
|
|
16
|
-
`,t.addEventListener("click",n);let r=s=>{var D,R,L,S,O,$,U,W,F,K,re,Ee,We,qe;let a=(D=s.launcher)!=null?D:{},i=on(s),d=t.querySelector("[data-role='launcher-title']");if(d){let ge=(R=a.title)!=null?R:"Chat Assistant";d.textContent=ge,d.setAttribute("title",ge)}let l=t.querySelector("[data-role='launcher-subtitle']");if(l){let ge=(L=a.subtitle)!=null?L:"Get answers fast";l.textContent=ge,l.setAttribute("title",ge)}let u=t.querySelector(".persona-flex-col");u&&(a.textHidden||i?u.style.display="none":u.style.display="");let p=t.querySelector("[data-role='launcher-icon']");if(p)if(a.agentIconHidden)p.style.display="none";else{let ge=(S=a.agentIconSize)!=null?S:"40px";if(p.style.height=ge,p.style.width=ge,p.innerHTML="",a.agentIconName){let pe=parseFloat(ge)||24,Te=me(a.agentIconName,pe*.6,"var(--persona-text-inverse, #ffffff)",2);Te?(p.appendChild(Te),p.style.display=""):(p.textContent=(O=a.agentIconText)!=null?O:"\u{1F4AC}",p.style.display="")}else a.iconUrl?p.style.display="none":(p.textContent=($=a.agentIconText)!=null?$:"\u{1F4AC}",p.style.display="")}let f=t.querySelector("[data-role='launcher-image']");if(f){let ge=(U=a.agentIconSize)!=null?U:"40px";f.style.height=ge,f.style.width=ge,a.iconUrl&&!a.agentIconName&&!a.agentIconHidden?(f.src=a.iconUrl,f.style.display="block"):f.style.display="none"}let m=t.querySelector("[data-role='launcher-call-to-action-icon']");if(m){let ge=(W=a.callToActionIconSize)!=null?W:"32px";m.style.height=ge,m.style.width=ge,a.callToActionIconBackgroundColor?(m.style.backgroundColor=a.callToActionIconBackgroundColor,m.classList.remove("persona-bg-persona-primary")):(m.style.backgroundColor="",m.classList.add("persona-bg-persona-primary")),a.callToActionIconColor?(m.style.color=a.callToActionIconColor,m.classList.remove("persona-text-persona-call-to-action")):(m.style.color="",m.classList.add("persona-text-persona-call-to-action"));let pe=0;if(a.callToActionIconPadding?(m.style.boxSizing="border-box",m.style.padding=a.callToActionIconPadding,pe=(parseFloat(a.callToActionIconPadding)||0)*2):(m.style.boxSizing="",m.style.padding=""),a.callToActionIconHidden)m.style.display="none";else if(m.style.display=i?"none":"",m.innerHTML="",a.callToActionIconName){let Te=parseFloat(ge)||24,Ue=Math.max(Te-pe,8),ee=me(a.callToActionIconName,Ue,"currentColor",2);ee?m.appendChild(ee):m.textContent=(F=a.callToActionIconText)!=null?F:"\u2197"}else m.textContent=(K=a.callToActionIconText)!=null?K:"\u2197"}let v=a.position&&cr[a.position]?cr[a.position]:cr["bottom-right"],x="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",M="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";t.className=i?M:`${x} ${v}`,i||(t.style.zIndex=String((re=a.zIndex)!=null?re:hn));let A="1px solid var(--persona-border, #e5e7eb)",k="var(--persona-shadow, 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -4px rgba(0, 0, 0, 0.1))";t.style.border=(Ee=a.border)!=null?Ee:A,t.style.boxShadow=(We=a.shadow)!=null?We:k,i?(t.style.width="0",t.style.minWidth="0",t.style.maxWidth="0",t.style.padding="0",t.style.overflow="hidden",t.style.border="none",t.style.boxShadow="none"):(t.style.width="",t.style.minWidth="",t.style.maxWidth=(qe=a.collapsedMaxWidth)!=null?qe:"",t.style.justifyContent="",t.style.padding="",t.style.overflow="")},o=()=>{t.removeEventListener("click",n),t.remove()};return e&&r(e),{element:t,update:r,destroy:o}};var eh="persona-relative persona-ml-auto persona-inline-flex persona-items-center persona-justify-center",Wa=(e,n={})=>{var x,M,A,k,D,R;let{showClose:t=!0,wrapperClassName:r=eh,buttonSize:o,iconSize:s="28px"}=n,a=(x=e==null?void 0:e.launcher)!=null?x:{},i=(M=o!=null?o:a.closeButtonSize)!=null?M:"32px",d=h("div",r),l=h("button","persona-inline-flex persona-items-center persona-justify-center persona-rounded-full hover:persona-bg-gray-100 persona-cursor-pointer persona-border-none");l.style.height=i,l.style.width=i,l.type="button";let u=(A=a.closeButtonTooltipText)!=null?A:"Close chat",p=(k=a.closeButtonShowTooltip)!=null?k:!0;l.setAttribute("aria-label",u),l.style.display=t?"":"none";let f=(D=a.closeButtonIconName)!=null?D:"x",m=(R=a.closeButtonIconText)!=null?R:"\xD7";l.style.color=a.closeButtonColor||Sn.actionIconColor;let v=me(f,s,"currentColor",1);if(v?(v.style.display="block",l.appendChild(v)):l.textContent=m,a.closeButtonBackgroundColor?(l.style.backgroundColor=a.closeButtonBackgroundColor,l.classList.remove("hover:persona-bg-gray-100")):(l.style.backgroundColor="",l.classList.add("hover:persona-bg-gray-100")),a.closeButtonBorderWidth||a.closeButtonBorderColor){let L=a.closeButtonBorderWidth||"0px",S=a.closeButtonBorderColor||"transparent";l.style.border=`${L} solid ${S}`,l.classList.remove("persona-border-none")}else l.style.border="",l.classList.add("persona-border-none");if(a.closeButtonBorderRadius?(l.style.borderRadius=a.closeButtonBorderRadius,l.classList.remove("persona-rounded-full")):(l.style.borderRadius="",l.classList.add("persona-rounded-full")),a.closeButtonPaddingX?(l.style.paddingLeft=a.closeButtonPaddingX,l.style.paddingRight=a.closeButtonPaddingX):(l.style.paddingLeft="",l.style.paddingRight=""),a.closeButtonPaddingY?(l.style.paddingTop=a.closeButtonPaddingY,l.style.paddingBottom=a.closeButtonPaddingY):(l.style.paddingTop="",l.style.paddingBottom=""),d.appendChild(l),p&&u){let L=null,S=()=>{if(L)return;let $=l.ownerDocument,U=$.body;if(!U)return;L=br($,"div","persona-clear-chat-tooltip"),L.textContent=u;let W=br($,"div");W.className="persona-clear-chat-tooltip-arrow",L.appendChild(W);let F=l.getBoundingClientRect();L.style.position="fixed",L.style.zIndex=String(Xr),L.style.left=`${F.left+F.width/2}px`,L.style.top=`${F.top-8}px`,L.style.transform="translate(-50%, -100%)",U.appendChild(L)},O=()=>{L&&L.parentNode&&(L.parentNode.removeChild(L),L=null)};d.addEventListener("mouseenter",S),d.addEventListener("mouseleave",O),l.addEventListener("focus",S),l.addEventListener("blur",O),d._cleanupTooltip=()=>{O(),d.removeEventListener("mouseenter",S),d.removeEventListener("mouseleave",O),l.removeEventListener("focus",S),l.removeEventListener("blur",O)}}return{button:l,wrapper:d}},th="persona-relative persona-ml-auto persona-clear-chat-button-wrapper",Ra=(e,n={})=>{var L,S,O,$,U,W,F,K,re,Ee,We,qe,ge;let{wrapperClassName:t=th,buttonSize:r,iconSize:o="20px"}=n,a=(S=((L=e==null?void 0:e.launcher)!=null?L:{}).clearChat)!=null?S:{},i=(O=r!=null?r:a.size)!=null?O:"32px",d=($=a.iconName)!=null?$:"refresh-cw",l=(U=a.iconColor)!=null?U:"",u=(W=a.backgroundColor)!=null?W:"",p=(F=a.borderWidth)!=null?F:"",f=(K=a.borderColor)!=null?K:"",m=(re=a.borderRadius)!=null?re:"",v=(Ee=a.paddingX)!=null?Ee:"",x=(We=a.paddingY)!=null?We:"",M=(qe=a.tooltipText)!=null?qe:"Clear chat",A=(ge=a.showTooltip)!=null?ge:!0,k=h("div",t),D=h("button","persona-inline-flex persona-items-center persona-justify-center persona-rounded-full hover:persona-bg-gray-100 persona-cursor-pointer persona-border-none");D.style.height=i,D.style.width=i,D.type="button",D.setAttribute("aria-label",M),D.style.color=l||Sn.actionIconColor;let R=me(d,o,"currentColor",1);if(R&&(R.style.display="block",D.appendChild(R)),u&&(D.style.backgroundColor=u,D.classList.remove("hover:persona-bg-gray-100")),p||f){let pe=p||"0px",Te=f||"transparent";D.style.border=`${pe} solid ${Te}`,D.classList.remove("persona-border-none")}if(m&&(D.style.borderRadius=m,D.classList.remove("persona-rounded-full")),v&&(D.style.paddingLeft=v,D.style.paddingRight=v),x&&(D.style.paddingTop=x,D.style.paddingBottom=x),k.appendChild(D),A&&M){let pe=null,Te=()=>{if(pe)return;let ee=D.ownerDocument,be=ee.body;if(!be)return;pe=br(ee,"div","persona-clear-chat-tooltip"),pe.textContent=M;let Q=br(ee,"div");Q.className="persona-clear-chat-tooltip-arrow",pe.appendChild(Q);let oe=D.getBoundingClientRect();pe.style.position="fixed",pe.style.zIndex=String(Xr),pe.style.left=`${oe.left+oe.width/2}px`,pe.style.top=`${oe.top-8}px`,pe.style.transform="translate(-50%, -100%)",be.appendChild(pe)},Ue=()=>{pe&&pe.parentNode&&(pe.parentNode.removeChild(pe),pe=null)};k.addEventListener("mouseenter",Te),k.addEventListener("mouseleave",Ue),D.addEventListener("focus",Te),D.addEventListener("blur",Ue),k._cleanupTooltip=()=>{Ue(),k.removeEventListener("mouseenter",Te),k.removeEventListener("mouseleave",Ue),D.removeEventListener("focus",Te),D.removeEventListener("blur",Ue)}}return{button:D,wrapper:k}};var Sn={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))"},eo=e=>{var L,S,O,$,U,W,F,K,re,Ee,We,qe,ge,pe,Te,Ue;let{config:n,showClose:t=!0}=e,r=h("div","persona-widget-header persona-flex persona-items-center persona-gap-3 persona-px-6 persona-py-5");r.setAttribute("data-persona-theme-zone","header"),r.style.backgroundColor="var(--persona-header-bg, var(--persona-surface, #ffffff))",r.style.borderBottomColor="var(--persona-header-border, var(--persona-divider, #f1f5f9))",r.style.boxShadow="var(--persona-header-shadow, none)",r.style.borderBottom="var(--persona-header-border-bottom, 1px solid var(--persona-header-border, var(--persona-divider, #f1f5f9)))";let o=(L=n==null?void 0:n.launcher)!=null?L:{},s=(S=o.headerIconSize)!=null?S:"48px",a=(O=o.closeButtonPlacement)!=null?O:"inline",i=($=o.headerIconHidden)!=null?$:!1,d=o.headerIconName,l=h("div","persona-flex persona-items-center persona-justify-center persona-rounded-xl persona-text-xl");if(l.style.height=s,l.style.width=s,l.style.backgroundColor="var(--persona-header-icon-bg, var(--persona-primary, #0f0f0f))",l.style.color="var(--persona-header-icon-fg, var(--persona-text-inverse, #ffffff))",!i)if(d){let ee=parseFloat(s)||24,be=me(d,ee*.6,"currentColor",1);be?l.replaceChildren(be):l.textContent=(W=(U=n==null?void 0:n.launcher)==null?void 0:U.agentIconText)!=null?W:"\u{1F4AC}"}else if((F=n==null?void 0:n.launcher)!=null&&F.iconUrl){let ee=h("img");ee.src=n.launcher.iconUrl,ee.alt="",ee.className="persona-rounded-xl persona-object-cover",ee.style.height=s,ee.style.width=s,l.replaceChildren(ee)}else l.textContent=(re=(K=n==null?void 0:n.launcher)==null?void 0:K.agentIconText)!=null?re:"\u{1F4AC}";let u=h("div","persona-flex persona-flex-col persona-flex-1 persona-min-w-0"),p=h("span","persona-text-base persona-font-semibold");p.style.color=Sn.titleColor,p.textContent=(We=(Ee=n==null?void 0:n.launcher)==null?void 0:Ee.title)!=null?We:"Chat Assistant";let f=h("span","persona-text-xs");f.style.color=Sn.subtitleColor,f.textContent=(ge=(qe=n==null?void 0:n.launcher)==null?void 0:qe.subtitle)!=null?ge:"Here to help you get answers fast",u.append(p,f),i?r.append(u):r.append(l,u);let m=(pe=o.clearChat)!=null?pe:{},v=(Te=m.enabled)!=null?Te:!0,x=(Ue=m.placement)!=null?Ue:"inline",M=null,A=null;if(v){let be=Ra(n,{wrapperClassName:x==="top-right"?"persona-absolute persona-top-4 persona-z-50":"persona-relative persona-ml-auto persona-clear-chat-button-wrapper"});M=be.button,A=be.wrapper,x==="top-right"&&(A.style.right="48px"),x==="inline"&&r.appendChild(A)}let k=a==="top-right"?"persona-absolute persona-top-4 persona-right-4 persona-z-50":v&&x==="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:D,wrapper:R}=Wa(n,{showClose:t,wrapperClassName:k});return a!=="top-right"&&r.appendChild(R),{header:r,iconHolder:l,headerTitle:p,headerSubtitle:f,closeButton:D,closeButtonWrapper:R,clearChatButton:M,clearChatButtonWrapper:A}},zo=(e,n,t)=>{var a,i,d,l;let r=(a=t==null?void 0:t.launcher)!=null?a:{},o=(i=r.closeButtonPlacement)!=null?i:"inline",s=(l=(d=r.clearChat)==null?void 0:d.placement)!=null?l:"inline";e.appendChild(n.header),o==="top-right"&&(e.style.position="relative",e.appendChild(n.closeButtonWrapper)),n.clearChatButtonWrapper&&s==="top-right"&&(e.style.position="relative",e.appendChild(n.clearChatButtonWrapper))};function Eo(e){let{items:n,onSelect:t,anchor:r,position:o="bottom-left",portal:s}=e,a=h("div","persona-dropdown-menu persona-hidden");a.setAttribute("role","menu"),a.setAttribute("data-persona-theme-zone","dropdown"),s?(a.style.position="fixed",a.style.zIndex=String(Xr)):(a.style.position="absolute",a.style.top="100%",a.style.marginTop="4px",o==="bottom-right"?a.style.right="0":a.style.left="0");for(let m of n){if(m.dividerBefore){let M=document.createElement("hr");a.appendChild(M)}let v=document.createElement("button");if(v.type="button",v.setAttribute("role","menuitem"),v.setAttribute("data-dropdown-item-id",m.id),m.destructive&&v.setAttribute("data-destructive",""),m.icon){let M=me(m.icon,16,"currentColor",1.5);M&&v.appendChild(M)}let x=document.createElement("span");x.textContent=m.label,v.appendChild(x),v.addEventListener("click",M=>{M.stopPropagation(),u(),t(m.id)}),a.appendChild(v)}let i=null;function d(){if(!s)return;let m=r.getBoundingClientRect();a.style.top=`${m.bottom+4}px`,o==="bottom-right"?(a.style.right=`${window.innerWidth-m.right}px`,a.style.left="auto"):(a.style.left=`${m.left}px`,a.style.right="auto")}function l(){d(),a.classList.remove("persona-hidden"),requestAnimationFrame(()=>{let m=v=>{!a.contains(v.target)&&!r.contains(v.target)&&u()};document.addEventListener("click",m,!0),i=()=>document.removeEventListener("click",m,!0)})}function u(){a.classList.add("persona-hidden"),i==null||i(),i=null}function p(){a.classList.contains("persona-hidden")?l():u()}function f(){u(),a.remove()}return s&&s.appendChild(a),{element:a,show:l,hide:u,toggle:p,destroy:f}}function _t(e){let{icon:n,label:t,size:r,strokeWidth:o,className:s,onClick:a,aria:i}=e,d=h("button","persona-icon-btn"+(s?" "+s:""));d.type="button",d.setAttribute("aria-label",t),d.title=t;let l=me(n,r!=null?r:16,"currentColor",o!=null?o:2);if(l&&d.appendChild(l),a&&d.addEventListener("click",a),i)for(let[u,p]of Object.entries(i))d.setAttribute(u,p);return d}function Ha(e){let{icon:n,label:t,variant:r="default",size:o="sm",iconSize:s,className:a,onClick:i,aria:d}=e,l="persona-label-btn";r!=="default"&&(l+=" persona-label-btn--"+r),l+=" persona-label-btn--"+o,a&&(l+=" "+a);let u=h("button",l);if(u.type="button",u.setAttribute("aria-label",t),n){let f=me(n,s!=null?s:14,"currentColor",2);f&&u.appendChild(f)}let p=h("span");if(p.textContent=t,u.appendChild(p),i&&u.addEventListener("click",i),d)for(let[f,m]of Object.entries(d))u.setAttribute(f,m);return u}function Ba(e){let{items:n,selectedId:t,onSelect:r,className:o}=e,s=h("div","persona-toggle-group"+(o?" "+o:""));s.setAttribute("role","group");let a=t,i=[];function d(){for(let u of i)u.btn.setAttribute("aria-pressed",u.id===a?"true":"false")}for(let u of n){let p;u.icon?p=_t({icon:u.icon,label:u.label,onClick:()=>{a=u.id,d(),r(u.id)}}):(p=h("button","persona-icon-btn"),p.type="button",p.setAttribute("aria-label",u.label),p.title=u.label,p.textContent=u.label,p.addEventListener("click",()=>{a=u.id,d(),r(u.id)})),p.setAttribute("aria-pressed",u.id===a?"true":"false"),i.push({id:u.id,btn:p}),s.appendChild(p)}function l(u){a=u,d()}return{element:s,setSelected:l}}function Ai(e){var m,v;let{label:n,icon:t="chevron-down",menuItems:r,onSelect:o,position:s="bottom-left",portal:a,className:i,hover:d}=e,l=h("div","persona-combo-btn"+(i?" "+i:""));l.style.position="relative",l.style.display="inline-flex",l.style.alignItems="center",l.style.cursor="pointer",l.setAttribute("role","button"),l.setAttribute("tabindex","0"),l.setAttribute("aria-haspopup","true"),l.setAttribute("aria-expanded","false"),l.setAttribute("aria-label",n);let u=h("span","persona-combo-btn-label");u.textContent=n,l.appendChild(u);let p=me(t,14,"currentColor",2);p&&(p.style.marginLeft="4px",p.style.opacity="0.6",l.appendChild(p)),d&&(l.style.borderRadius=(m=d.borderRadius)!=null?m:"10px",l.style.padding=(v=d.padding)!=null?v:"6px 4px 6px 12px",l.style.border="1px solid transparent",l.style.transition="background-color 0.15s ease, border-color 0.15s ease",l.addEventListener("mouseenter",()=>{var x,M;l.style.backgroundColor=(x=d.background)!=null?x:"",l.style.borderColor=(M=d.border)!=null?M:""}),l.addEventListener("mouseleave",()=>{l.style.backgroundColor="",l.style.borderColor="transparent"}));let f=Eo({items:r,onSelect:x=>{l.setAttribute("aria-expanded","false"),o(x)},anchor:l,position:s,portal:a});return a||l.appendChild(f.element),l.addEventListener("click",x=>{x.stopPropagation();let M=!f.element.classList.contains("persona-hidden");l.setAttribute("aria-expanded",M?"false":"true"),f.toggle()}),l.addEventListener("keydown",x=>{(x.key==="Enter"||x.key===" ")&&(x.preventDefault(),l.click())}),{element:l,setLabel:x=>{u.textContent=x,l.setAttribute("aria-label",x)},open:()=>{l.setAttribute("aria-expanded","true"),f.show()},close:()=>{l.setAttribute("aria-expanded","false"),f.hide()},toggle:()=>{let x=!f.element.classList.contains("persona-hidden");l.setAttribute("aria-expanded",x?"false":"true"),f.toggle()},destroy:()=>{f.destroy(),l.remove()}}}var Lp=e=>{var r;let n=eo({config:e.config,showClose:e.showClose,onClose:e.onClose,onClearChat:e.onClearChat}),t=(r=e.layoutHeaderConfig)==null?void 0:r.onTitleClick;if(t){let o=n.headerTitle.parentElement;o&&(o.style.cursor="pointer",o.setAttribute("role","button"),o.setAttribute("tabindex","0"),o.addEventListener("click",()=>t()),o.addEventListener("keydown",s=>{(s.key==="Enter"||s.key===" ")&&(s.preventDefault(),t())}))}return n};function nh(e,n,t){var r,o,s;if(n!=null&&n.length)for(let a of n){let i=h("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",(o=(r=a.ariaLabel)!=null?r:a.label)!=null?o:a.id),a.icon){let d=me(a.icon,14,"currentColor",2);d&&i.appendChild(d)}else a.label&&(i.textContent=a.label);if((s=a.menuItems)!=null&&s.length){let d=h("div","persona-relative");d.appendChild(i);let l=Eo({items:a.menuItems,onSelect:u=>t==null?void 0:t(u),anchor:d,position:"bottom-left"});d.appendChild(l.element),i.addEventListener("click",u=>{u.stopPropagation(),l.toggle()}),e.appendChild(d)}else i.addEventListener("click",()=>t==null?void 0:t(a.id)),e.appendChild(i)}}var Pp=e=>{var k,D,R,L,S,O,$,U,W;let{config:n,showClose:t=!0,onClose:r,layoutHeaderConfig:o,onHeaderAction:s}=e,a=(k=n==null?void 0:n.launcher)!=null?k:{},i=h("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 d=o==null?void 0:o.titleMenu,l,u;if(d)l=Ai({label:(D=a.title)!=null?D:"Chat Assistant",menuItems:d.menuItems,onSelect:d.onSelect,hover:d.hover,className:""}).element,l.style.color=Sn.titleColor,u=(R=l.querySelector(".persona-combo-btn-label"))!=null?R:l;else{if(l=h("div","persona-flex persona-min-w-0 persona-flex-1 persona-items-center persona-gap-1"),u=h("span","persona-text-base persona-font-semibold persona-truncate"),u.style.color=Sn.titleColor,u.textContent=(L=a.title)!=null?L:"Chat Assistant",l.appendChild(u),nh(l,o==null?void 0:o.trailingActions,(S=o==null?void 0:o.onAction)!=null?S:s),o!=null&&o.onTitleClick){l.style.cursor="pointer",l.setAttribute("role","button"),l.setAttribute("tabindex","0");let K=o.onTitleClick;l.addEventListener("click",re=>{re.target.closest("button")||K()}),l.addEventListener("keydown",re=>{(re.key==="Enter"||re.key===" ")&&(re.preventDefault(),K())})}let F=o==null?void 0:o.titleRowHover;F&&(l.style.borderRadius=(O=F.borderRadius)!=null?O:"10px",l.style.padding=($=F.padding)!=null?$:"6px 4px 6px 12px",l.style.margin="-6px 0 -6px -12px",l.style.border="1px solid transparent",l.style.transition="background-color 0.15s ease, border-color 0.15s ease",l.style.width="fit-content",l.style.flex="none",l.addEventListener("mouseenter",()=>{var K,re;l.style.backgroundColor=(K=F.background)!=null?K:"",l.style.borderColor=(re=F.border)!=null?re:""}),l.addEventListener("mouseleave",()=>{l.style.backgroundColor="",l.style.borderColor="transparent"}))}i.appendChild(l);let p=(U=a.closeButtonSize)!=null?U:"32px",f=h("div",""),m=h("button","persona-inline-flex persona-items-center persona-justify-center persona-rounded-full hover:persona-bg-gray-100 persona-cursor-pointer persona-border-none");m.style.height=p,m.style.width=p,m.type="button",m.setAttribute("aria-label","Close chat"),m.style.display=t?"":"none",m.style.color=a.closeButtonColor||Sn.actionIconColor;let v=(W=a.closeButtonIconName)!=null?W:"x",x=me(v,"28px","currentColor",1);x?m.appendChild(x):m.textContent="\xD7",r&&m.addEventListener("click",r),f.appendChild(m),i.appendChild(f);let M=h("div");M.style.display="none";let A=h("span");return A.style.display="none",{header:i,iconHolder:M,headerTitle:u,headerSubtitle:A,closeButton:m,closeButtonWrapper:f,clearChatButton:null,clearChatButtonWrapper:null}},Si={default:Lp,minimal:Pp},Ip=e=>{var n;return(n=Si[e])!=null?n:Si.default},Ds=(e,n,t)=>{var a,i,d;if(n!=null&&n.render){let l=n.render({config:e,onClose:t==null?void 0:t.onClose,onClearChat:t==null?void 0:t.onClearChat,trailingActions:n.trailingActions,onAction:n.onAction}),u=h("div");u.style.display="none";let p=h("span"),f=h("span"),m=h("button");m.style.display="none";let v=h("div");return v.style.display="none",{header:l,iconHolder:u,headerTitle:p,headerSubtitle:f,closeButton:m,closeButtonWrapper:v,clearChatButton:null,clearChatButtonWrapper:null}}let r=(a=n==null?void 0:n.layout)!=null?a:"default",s=Ip(r)({config:e,showClose:(d=(i=n==null?void 0:n.showCloseButton)!=null?i:t==null?void 0:t.showClose)!=null?d:!0,onClose:t==null?void 0:t.onClose,onClearChat:t==null?void 0:t.onClearChat,layoutHeaderConfig:n,onHeaderAction:n==null?void 0:n.onAction});return n&&(n.showIcon===!1&&(s.iconHolder.style.display="none"),n.showTitle===!1&&(s.headerTitle.style.display="none"),n.showSubtitle===!1&&(s.headerSubtitle.style.display="none"),n.showCloseButton===!1&&(s.closeButton.style.display="none"),n.showClearChat===!1&&s.clearChatButtonWrapper&&(s.clearChatButtonWrapper.style.display="none")),s};var Da=e=>{var a,i;let n=h("textarea");n.setAttribute("data-persona-composer-input",""),n.placeholder=(i=(a=e==null?void 0:e.copy)==null?void 0:a.inputPlaceholder)!=null?i:"Type your message\u2026",n.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",n.rows=1,n.style.fontFamily='var(--persona-input-font-family, var(--persona-font-family, -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", Arial, sans-serif))',n.style.fontWeight="var(--persona-input-font-weight, var(--persona-font-weight, 400))";let t=3,r=20;n.style.maxHeight=`${t*r}px`,n.style.overflowY="auto";let o=()=>{let d=parseFloat(n.style.maxHeight);return Number.isFinite(d)&&d>0?d:t*r},s=()=>{n.addEventListener("input",()=>{n.style.height="auto";let d=Math.min(n.scrollHeight,o());n.style.height=`${d}px`})};return n.style.border="none",n.style.outline="none",n.style.borderWidth="0",n.style.borderStyle="none",n.style.borderColor="transparent",n.addEventListener("focus",()=>{n.style.border="none",n.style.outline="none",n.style.borderWidth="0",n.style.borderStyle="none",n.style.borderColor="transparent",n.style.boxShadow="none"}),n.addEventListener("blur",()=>{n.style.border="none",n.style.outline="none"}),{textarea:n,attachAutoResize:s}},Na=e=>{var L,S,O,$,U,W,F,K,re,Ee,We,qe;let n=(L=e==null?void 0:e.sendButton)!=null?L:{},t=(S=n.useIcon)!=null?S:!1,r=(O=n.iconText)!=null?O:"\u2191",o=n.iconName,s=($=n.stopIconName)!=null?$:"square",a=(U=n.tooltipText)!=null?U:"Send message",i=(W=n.stopTooltipText)!=null?W:"Stop generating",d=(K=(F=e==null?void 0:e.copy)==null?void 0:F.sendButtonLabel)!=null?K:"Send",l=(Ee=(re=e==null?void 0:e.copy)==null?void 0:re.stopButtonLabel)!=null?Ee:"Stop",u=(We=n.showTooltip)!=null?We:!1,p=(qe=n.size)!=null?qe:"40px",f=n.backgroundColor,m=n.textColor,v=h("div","persona-send-button-wrapper"),x=h("button",t?"persona-rounded-button persona-flex persona-items-center persona-justify-center disabled:persona-opacity-50 persona-cursor-pointer":"persona-rounded-button persona-bg-persona-accent persona-px-4 persona-py-2 persona-text-sm persona-font-semibold disabled:persona-opacity-50 persona-cursor-pointer");x.type="submit",x.setAttribute("data-persona-composer-submit","");let M=null,A=null;if(t){x.style.width=p,x.style.height=p,x.style.minWidth=p,x.style.minHeight=p,x.style.fontSize="18px",x.style.lineHeight="1",x.innerHTML="",m?x.style.color=m:x.style.color="var(--persona-button-primary-fg, #ffffff)";let ge=parseFloat(p)||24,pe=(m==null?void 0:m.trim())||"currentColor";o?(M=me(o,ge,pe,2),M?x.appendChild(M):x.textContent=r):x.textContent=r,A=me(s,ge,pe,2),f?x.style.backgroundColor=f:x.classList.add("persona-bg-persona-primary")}else x.textContent=d,m?x.style.color=m:x.classList.add("persona-text-white");n.borderWidth&&(x.style.borderWidth=n.borderWidth,x.style.borderStyle="solid"),n.borderColor&&(x.style.borderColor=n.borderColor),n.paddingX?(x.style.paddingLeft=n.paddingX,x.style.paddingRight=n.paddingX):(x.style.paddingLeft="",x.style.paddingRight=""),n.paddingY?(x.style.paddingTop=n.paddingY,x.style.paddingBottom=n.paddingY):(x.style.paddingTop="",x.style.paddingBottom="");let k=null;u&&a&&(k=h("div","persona-send-button-tooltip"),k.textContent=a,v.appendChild(k)),x.setAttribute("aria-label",a),v.appendChild(x);let D="send";return{button:x,wrapper:v,setMode:ge=>{if(ge===D)return;D=ge;let pe=ge==="stop"?i:a;if(x.setAttribute("aria-label",pe),k&&(k.textContent=pe),t){if(M&&A){let Te=ge==="stop"?A:M,Ue=ge==="stop"?M:A;Ue.parentNode===x?x.replaceChild(Te,Ue):x.appendChild(Te)}}else x.textContent=ge==="stop"?l:d}}},Fa=e=>{var k,D,R,L,S,O,$,U,W,F,K,re;let n=(k=e==null?void 0:e.voiceRecognition)!=null?k:{};if(!(n.enabled===!0))return null;let r=typeof window!="undefined"&&(typeof window.webkitSpeechRecognition!="undefined"||typeof window.SpeechRecognition!="undefined"),o=((D=n.provider)==null?void 0:D.type)==="runtype";if(!(r||o))return null;let a=(L=(R=e==null?void 0:e.sendButton)==null?void 0:R.size)!=null?L:"40px",i=h("div","persona-send-button-wrapper"),d=h("button","persona-rounded-button persona-flex persona-items-center persona-justify-center disabled:persona-opacity-50 persona-cursor-pointer");d.type="button",d.setAttribute("data-persona-composer-mic",""),d.setAttribute("aria-label","Start voice recognition");let l=(S=n.iconName)!=null?S:"mic",u=(O=n.iconSize)!=null?O:a,p=parseFloat(u)||24,f=(U=n.backgroundColor)!=null?U:($=e==null?void 0:e.sendButton)==null?void 0:$.backgroundColor,m=(F=n.iconColor)!=null?F:(W=e==null?void 0:e.sendButton)==null?void 0:W.textColor;d.style.width=u,d.style.height=u,d.style.minWidth=u,d.style.minHeight=u,d.style.fontSize="18px",d.style.lineHeight="1",m?d.style.color=m:d.style.color="var(--persona-text, #111827)";let x=me(l,p,m||"currentColor",1.5);x?d.appendChild(x):d.textContent="\u{1F3A4}",f&&(d.style.backgroundColor=f),n.borderWidth&&(d.style.borderWidth=n.borderWidth,d.style.borderStyle="solid"),n.borderColor&&(d.style.borderColor=n.borderColor),n.paddingX&&(d.style.paddingLeft=n.paddingX,d.style.paddingRight=n.paddingX),n.paddingY&&(d.style.paddingTop=n.paddingY,d.style.paddingBottom=n.paddingY),i.appendChild(d);let M=(K=n.tooltipText)!=null?K:"Start voice recognition";if(((re=n.showTooltip)!=null?re:!1)&&M){let Ee=h("div","persona-send-button-tooltip");Ee.textContent=M,i.appendChild(Ee)}return{button:d,wrapper:i}},Oa=e=>{var v,x,M,A,k,D,R,L;let n=(v=e==null?void 0:e.attachments)!=null?v:{};if(n.enabled!==!0)return null;let t=(M=(x=e==null?void 0:e.sendButton)==null?void 0:x.size)!=null?M:"40px",r=h("div","persona-attachment-previews persona-flex persona-flex-wrap persona-gap-2 persona-mb-2");r.style.display="none";let o=h("input");o.type="file",o.accept=((A=n.allowedTypes)!=null?A:Hr).join(","),o.multiple=((k=n.maxFiles)!=null?k:4)>1,o.style.display="none",o.setAttribute("aria-label","Attach files");let s=h("div","persona-send-button-wrapper"),a=h("button","persona-rounded-button persona-flex persona-items-center persona-justify-center disabled:persona-opacity-50 persona-cursor-pointer persona-attachment-button");a.type="button",a.setAttribute("aria-label",(D=n.buttonTooltipText)!=null?D:"Attach file");let i=(R=n.buttonIconName)!=null?R:"paperclip",d=t,l=parseFloat(d)||40,u=Math.round(l*.6);a.style.width=d,a.style.height=d,a.style.minWidth=d,a.style.minHeight=d,a.style.fontSize="18px",a.style.lineHeight="1",a.style.backgroundColor="transparent",a.style.color="var(--persona-primary, #111827)",a.style.border="none",a.style.borderRadius="6px",a.style.transition="background-color 0.15s ease",a.addEventListener("mouseenter",()=>{a.style.backgroundColor="var(--persona-palette-colors-black-alpha-50, rgba(0, 0, 0, 0.05))"}),a.addEventListener("mouseleave",()=>{a.style.backgroundColor="transparent"});let p=me(i,u,"currentColor",1.5);p?a.appendChild(p):a.textContent="\u{1F4CE}",a.addEventListener("click",S=>{S.preventDefault(),o.click()}),s.appendChild(a);let f=(L=n.buttonTooltipText)!=null?L:"Attach file",m=h("div","persona-send-button-tooltip");return m.textContent=f,s.appendChild(m),{button:a,wrapper:s,input:o,previewsContainer:r}},$a=e=>{var a,i,d;let n=(a=e==null?void 0:e.statusIndicator)!=null?a:{},t=n.align==="left"?"persona-text-left":n.align==="center"?"persona-text-center":"persona-text-right",r=h("div",`persona-mt-2 ${t} persona-text-xs persona-text-persona-muted`);r.setAttribute("data-persona-composer-status","");let o=(i=n.visible)!=null?i:!0;r.style.display=o?"":"none";let s=(d=n.idleText)!=null?d:"Online";if(n.idleLink){let l=h("a");l.href=n.idleLink,l.target="_blank",l.rel="noopener noreferrer",l.textContent=s,l.style.color="inherit",l.style.textDecoration="none",r.appendChild(l)}else r.textContent=s;return r},_a=()=>h("div","persona-mb-3 persona-flex persona-flex-wrap persona-gap-2");var Ns=e=>{var v,x,M,A,k,D;let{config:n}=e,t=h("div","persona-widget-footer persona-border-t-persona-divider persona-bg-persona-surface persona-px-6 persona-py-4");t.setAttribute("data-persona-theme-zone","composer");let r=_a(),o=h("form","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");o.setAttribute("data-persona-composer-form",""),o.style.outline="none";let{textarea:s,attachAutoResize:a}=Da(n);a();let i=Na(n),d=Fa(n),l=Oa(n),u=$a(n);l&&(l.previewsContainer.style.gap="8px",o.append(l.previewsContainer,l.input)),o.append(s);let p=h("div","persona-widget-composer__actions persona-flex persona-items-center persona-justify-between persona-w-full"),f=h("div","persona-widget-composer__left-actions persona-flex persona-items-center persona-gap-2"),m=h("div","persona-widget-composer__right-actions persona-flex persona-items-center persona-gap-1");return l&&f.append(l.wrapper),d&&m.append(d.wrapper),m.append(i.wrapper),p.append(f,m),o.append(p),o.addEventListener("click",R=>{R.target!==i.button&&R.target!==i.wrapper&&R.target!==(d==null?void 0:d.button)&&R.target!==(d==null?void 0:d.wrapper)&&R.target!==(l==null?void 0:l.button)&&R.target!==(l==null?void 0:l.wrapper)&&s.focus()}),t.append(r,o,u),{footer:t,suggestions:r,composerForm:o,textarea:s,sendButton:i.button,sendButtonWrapper:i.wrapper,micButton:(v=d==null?void 0:d.button)!=null?v:null,micButtonWrapper:(x=d==null?void 0:d.wrapper)!=null?x:null,statusText:u,attachmentButton:(M=l==null?void 0:l.button)!=null?M:null,attachmentButtonWrapper:(A=l==null?void 0:l.wrapper)!=null?A:null,attachmentInput:(k=l==null?void 0:l.input)!=null?k:null,attachmentPreviewsContainer:(D=l==null?void 0:l.previewsContainer)!=null?D:null,actionsRow:p,leftActions:f,rightActions:m,setSendButtonMode:i.setMode}};var Wp=()=>{let e=h("button","persona-pill-peek");e.type="button",e.setAttribute("data-persona-pill-peek",""),e.setAttribute("aria-label","Show conversation"),e.setAttribute("tabindex","-1");let n=h("span","persona-pill-peek__icon"),t=me("message-square",16,"currentColor",1.5);t&&n.appendChild(t);let r=h("span","persona-pill-peek__text"),o=h("span","persona-pill-peek__caret"),s=me("chevron-up",16,"currentColor",1.5);return s&&o.appendChild(s),e.append(n,r,o),{root:e,textNode:r}},Rp=e=>{var v,x,M,A,k,D;let{config:n}=e,t=h("div","persona-widget-footer persona-widget-footer--pill");t.setAttribute("data-persona-theme-zone","composer");let r=_a();r.style.display="none";let o=$a(n);o.style.display="none";let{textarea:s,attachAutoResize:a}=Da(n);s.style.maxHeight="100px",a();let i=Na(n),d=Fa(n),l=Oa(n);l&&l.previewsContainer.classList.add("persona-pill-composer__previews");let u=h("form","persona-widget-composer persona-pill-composer");u.setAttribute("data-persona-composer-form",""),u.style.outline="none";let p=h("div","persona-widget-composer__left-actions persona-pill-composer__left");l&&p.append(l.wrapper);let f=h("div","persona-widget-composer__right-actions persona-pill-composer__right");d&&f.append(d.wrapper),f.append(i.wrapper),u.addEventListener("click",R=>{R.target!==i.button&&R.target!==i.wrapper&&R.target!==(d==null?void 0:d.button)&&R.target!==(d==null?void 0:d.wrapper)&&R.target!==(l==null?void 0:l.button)&&R.target!==(l==null?void 0:l.wrapper)&&s.focus()}),l&&u.append(l.input),u.append(p,s,f),l&&t.append(l.previewsContainer),t.append(u,r,o);let m=u;return{footer:t,suggestions:r,composerForm:u,textarea:s,sendButton:i.button,sendButtonWrapper:i.wrapper,micButton:(v=d==null?void 0:d.button)!=null?v:null,micButtonWrapper:(x=d==null?void 0:d.wrapper)!=null?x:null,statusText:o,attachmentButton:(M=l==null?void 0:l.button)!=null?M:null,attachmentButtonWrapper:(A=l==null?void 0:l.wrapper)!=null?A:null,attachmentInput:(k=l==null?void 0:l.input)!=null?k:null,attachmentPreviewsContainer:(D=l==null?void 0:l.previewsContainer)!=null?D:null,actionsRow:m,leftActions:p,rightActions:f,setSendButtonMode:i.setMode}};var Hp=e=>{var u,p,f,m,v,x,M,A,k,D,R,L,S,O,$,U,W;let n=(p=(u=e==null?void 0:e.launcher)==null?void 0:u.enabled)!=null?p:!0,t=on(e);if(Zr(e)){let F=(m=(f=e==null?void 0:e.launcher)==null?void 0:f.composerBar)!=null?m:{},K=h("div","persona-widget-wrapper persona-fixed persona-transition");K.setAttribute("data-persona-composer-bar",""),K.dataset.state="collapsed",K.dataset.expandedSize=(v=F.expandedSize)!=null?v:"anchored",K.style.zIndex=String((M=(x=e==null?void 0:e.launcher)==null?void 0:x.zIndex)!=null?M:hn);let re=h("div","persona-widget-panel persona-relative persona-flex persona-flex-1 persona-min-h-0 persona-flex-col");re.style.width="100%",K.appendChild(re);let Ee=h("div","persona-widget-pill-root");return Ee.setAttribute("data-persona-composer-bar",""),Ee.dataset.state="collapsed",Ee.dataset.expandedSize=(A=F.expandedSize)!=null?A:"anchored",Ee.style.zIndex=String((D=(k=e==null?void 0:e.launcher)==null?void 0:k.zIndex)!=null?D:hn),{wrapper:K,panel:re,pillRoot:Ee}}if(t){let F=h("div","persona-relative persona-h-full persona-w-full persona-flex persona-flex-1 persona-min-h-0 persona-flex-col"),K=h("div","persona-relative persona-h-full persona-w-full persona-flex persona-flex-1 persona-min-h-0 persona-flex-col");return F.appendChild(K),{wrapper:F,panel:K}}if(!n){let F=h("div","persona-relative persona-h-full persona-flex persona-flex-col persona-flex-1 persona-min-h-0"),K=h("div","persona-relative persona-flex-1 persona-flex persona-flex-col persona-min-h-0"),re=(L=(R=e==null?void 0:e.launcher)==null?void 0:R.width)!=null?L:"100%";return F.style.width=re,K.style.width="100%",F.appendChild(K),{wrapper:F,panel:K}}let o=(S=e==null?void 0:e.launcher)!=null?S:{},s=o.position&&cr[o.position]?cr[o.position]:cr["bottom-right"],a=h("div",`persona-widget-wrapper persona-fixed ${s} persona-transition`);a.style.zIndex=String(($=(O=e==null?void 0:e.launcher)==null?void 0:O.zIndex)!=null?$:hn);let i=h("div","persona-widget-panel persona-relative persona-min-h-[320px]"),d=(W=(U=e==null?void 0:e.launcher)==null?void 0:U.width)!=null?W:e==null?void 0:e.launcherWidth,l=d!=null?d:Gn;return i.style.width=l,i.style.maxWidth=l,a.appendChild(i),{wrapper:a,panel:i}},rh=(e,n)=>{var R,L,S,O,$,U,W,F,K;let t=h("div","persona-widget-container persona-relative persona-flex persona-flex-1 persona-min-h-0 persona-flex-col persona-text-persona-primary");t.setAttribute("data-persona-theme-zone","container");let{button:r,wrapper:o}=Wa(e,{showClose:n,wrapperClassName:"persona-composer-bar-close",buttonSize:"16px",iconSize:"14px"});o.style.position="absolute",o.style.top="8px",o.style.right="8px",o.style.zIndex="10";let s=(S=(L=(R=e==null?void 0:e.launcher)==null?void 0:R.clearChat)==null?void 0:L.enabled)!=null?S:!0,a=null,i=null;if(s){let re=Ra(e,{wrapperClassName:"persona-composer-bar-clear-chat",buttonSize:"16px",iconSize:"14px"});a=re.button,i=re.wrapper,i.style.position="absolute",i.style.top="8px",i.style.right="32px",i.style.zIndex="10"}let d=h("span","persona-widget-header");d.setAttribute("data-persona-theme-zone","header"),d.style.display="none";let l=h("div","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");l.style.paddingTop="48px",l.id="persona-scroll-container",l.setAttribute("data-persona-theme-zone","messages");let u=h("div","persona-rounded-2xl persona-bg-persona-surface persona-p-6");u.style.boxShadow="var(--persona-intro-card-shadow, 0 5px 15px rgba(15, 23, 42, 0.08))",u.setAttribute("data-persona-intro-card","");let p=h("h2","persona-text-lg persona-font-semibold persona-text-persona-primary");p.textContent=($=(O=e==null?void 0:e.copy)==null?void 0:O.welcomeTitle)!=null?$:"Hello \u{1F44B}";let f=h("p","persona-mt-2 persona-text-sm persona-text-persona-muted");f.textContent=(W=(U=e==null?void 0:e.copy)==null?void 0:U.welcomeSubtitle)!=null?W:"Ask anything about your account or products.",u.append(p,f);let m=h("div","persona-flex persona-flex-col persona-gap-3"),v=(F=e==null?void 0:e.layout)==null?void 0:F.contentMaxWidth;v&&(m.style.maxWidth=v,m.style.marginLeft="auto",m.style.marginRight="auto",m.style.width="100%"),((K=e==null?void 0:e.copy)==null?void 0:K.showWelcomeCard)!==!1||(u.style.display="none",l.classList.remove("persona-gap-6"),l.classList.add("persona-gap-3")),l.append(u,m);let M=h("div","persona-composer-overlay persona-pointer-events-none");M.setAttribute("data-persona-composer-overlay",""),M.style.position="absolute",M.style.left="0",M.style.right="0",M.style.bottom="0",M.style.zIndex="20";let A=Rp({config:e}),{root:k,textNode:D}=Wp();return t.append(d,o,l,M),i&&t.appendChild(i),{container:t,body:l,messagesWrapper:m,composerOverlay:M,suggestions:A.suggestions,textarea:A.textarea,sendButton:A.sendButton,sendButtonWrapper:A.sendButtonWrapper,micButton:A.micButton,micButtonWrapper:A.micButtonWrapper,composerForm:A.composerForm,statusText:A.statusText,introTitle:p,introSubtitle:f,closeButton:r,closeButtonWrapper:o,clearChatButton:a,clearChatButtonWrapper:i,iconHolder:h("span"),headerTitle:h("span"),headerSubtitle:h("span"),header:d,footer:A.footer,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:k,peekTextNode:D}},Bp=(e,n=!0)=>{var M,A,k,D,R,L,S,O,$;if(Zr(e))return rh(e,n);let t=h("div","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");t.setAttribute("data-persona-theme-zone","container");let r=(M=e==null?void 0:e.layout)==null?void 0:M.header,o=((A=e==null?void 0:e.layout)==null?void 0:A.showHeader)!==!1,s=r?Ds(e,r,{showClose:n}):eo({config:e,showClose:n}),a=h("div","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");a.id="persona-scroll-container",a.setAttribute("data-persona-theme-zone","messages");let i=h("div","persona-rounded-2xl persona-bg-persona-surface persona-p-6");i.style.boxShadow=on(e)?"none":"var(--persona-intro-card-shadow, 0 5px 15px rgba(15, 23, 42, 0.08))";let d=h("h2","persona-text-lg persona-font-semibold persona-text-persona-primary");d.textContent=(D=(k=e==null?void 0:e.copy)==null?void 0:k.welcomeTitle)!=null?D:"Hello \u{1F44B}";let l=h("p","persona-mt-2 persona-text-sm persona-text-persona-muted");l.textContent=(L=(R=e==null?void 0:e.copy)==null?void 0:R.welcomeSubtitle)!=null?L:"Ask anything about your account or products.",i.append(d,l);let u=h("div","persona-flex persona-flex-col persona-gap-3"),p=(S=e==null?void 0:e.layout)==null?void 0:S.contentMaxWidth;p&&(u.style.maxWidth=p,u.style.marginLeft="auto",u.style.marginRight="auto",u.style.width="100%"),i.setAttribute("data-persona-intro-card",""),((O=e==null?void 0:e.copy)==null?void 0:O.showWelcomeCard)!==!1||(i.style.display="none",a.classList.remove("persona-gap-6"),a.classList.add("persona-gap-3")),a.append(i,u);let m=Ns({config:e}),v=(($=e==null?void 0:e.layout)==null?void 0:$.showFooter)!==!1;o?zo(t,s,e):(s.header.style.display="none",zo(t,s,e)),t.append(a);let x=h("div","persona-composer-overlay persona-pointer-events-none");return x.setAttribute("data-persona-composer-overlay",""),x.style.position="absolute",x.style.left="0",x.style.right="0",x.style.bottom="0",x.style.zIndex="20",v||(m.footer.style.display="none"),t.append(m.footer),t.append(x),{container:t,body:a,messagesWrapper:u,composerOverlay:x,suggestions:m.suggestions,textarea:m.textarea,sendButton:m.sendButton,sendButtonWrapper:m.sendButtonWrapper,micButton:m.micButton,micButtonWrapper:m.micButtonWrapper,composerForm:m.composerForm,statusText:m.statusText,introTitle:d,introSubtitle:l,closeButton:s.closeButton,closeButtonWrapper:s.closeButtonWrapper,clearChatButton:s.clearChatButton,clearChatButtonWrapper:s.clearChatButtonWrapper,iconHolder:s.iconHolder,headerTitle:s.headerTitle,headerSubtitle:s.headerSubtitle,header:s.header,footer:m.footer,attachmentButton:m.attachmentButton,attachmentButtonWrapper:m.attachmentButtonWrapper,attachmentInput:m.attachmentInput,attachmentPreviewsContainer:m.attachmentPreviewsContainer,actionsRow:m.actionsRow,leftActions:m.leftActions,rightActions:m.rightActions,setSendButtonMode:m.setSendButtonMode}};var oh=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}},sh=(e,n)=>{if(!e)return null;let t=oh(e);if(t===null)return null;let r=n==null?void 0:n[e],o=r!==void 0?r:t;return o||null},ah=(e,n)=>{let t=h("div","persona-message-stop-reason persona-text-xs persona-mt-2 persona-italic");return t.setAttribute("data-stop-reason",e),t.setAttribute("role","note"),t.style.opacity="0.75",t.textContent=n,t},ih=e=>{let n=e.toLowerCase();return n.startsWith("data:image/svg+xml")?!1:!!(/^(?:https?|blob):/i.test(e)||n.startsWith("data:image/")||!e.includes(":"))},Ei=e=>{let n=e.toLowerCase();return n.startsWith("javascript:")||n.startsWith("data:text/html")||n.startsWith("data:text/javascript")||n.startsWith("data:text/xml")||n.startsWith("data:application/xhtml")||n.startsWith("data:image/svg+xml")?!1:!!(/^(?:https?|blob):/i.test(e)||n.startsWith("data:")||!e.includes(":"))},Ti=320,Np=320,lh=e=>!e.contentParts||e.contentParts.length===0?[]:e.contentParts.filter(n=>n.type==="image"&&typeof n.image=="string"&&n.image.trim().length>0),ch=e=>!e.contentParts||e.contentParts.length===0?[]:e.contentParts.filter(n=>n.type==="audio"&&typeof n.audio=="string"&&n.audio.trim().length>0),dh=e=>!e.contentParts||e.contentParts.length===0?[]:e.contentParts.filter(n=>n.type==="video"&&typeof n.video=="string"&&n.video.trim().length>0),ph=e=>!e.contentParts||e.contentParts.length===0?[]:e.contentParts.filter(n=>n.type==="file"&&typeof n.data=="string"&&n.data.trim().length>0),uh=(e,n,t)=>{if(e.length===0)return null;try{let r=h("div","persona-flex persona-flex-col persona-gap-2");r.setAttribute("data-message-attachments","images"),n&&(r.style.marginBottom="8px");let o=0,s=!1,a=()=>{s||(s=!0,r.remove(),t==null||t())};return e.forEach((i,d)=>{var p;let l=h("img");l.alt=((p=i.alt)==null?void 0:p.trim())||`Attached image ${d+1}`,l.loading="lazy",l.decoding="async",l.referrerPolicy="no-referrer",l.style.display="block",l.style.width="100%",l.style.maxWidth=`${Ti}px`,l.style.maxHeight=`${Np}px`,l.style.height="auto",l.style.objectFit="contain",l.style.borderRadius="10px",l.style.backgroundColor="var(--persona-attachment-image-bg, var(--persona-container, #f3f4f6))",l.style.border="1px solid var(--persona-attachment-image-border, var(--persona-border, #e5e7eb))";let u=!1;o+=1,l.addEventListener("error",()=>{u||(u=!0,o=Math.max(0,o-1),l.remove(),o===0&&a())}),l.addEventListener("load",()=>{u=!0}),ih(i.image)?(l.src=i.image,r.appendChild(l)):(u=!0,o=Math.max(0,o-1),l.remove())}),o===0?(a(),null):r}catch{return t==null||t(),null}},mh=e=>{if(e.length===0)return null;try{let n=h("div","persona-flex persona-flex-col persona-gap-2");n.setAttribute("data-message-attachments","audio");let t=0;return e.forEach(r=>{if(!Ei(r.audio))return;let o=h("audio");o.controls=!0,o.preload="metadata",o.src=r.audio,o.style.display="block",o.style.width="100%",o.style.maxWidth=`${Ti}px`,n.appendChild(o),t+=1}),t===0?(n.remove(),null):n}catch{return null}},gh=e=>{if(e.length===0)return null;try{let n=h("div","persona-flex persona-flex-col persona-gap-2");n.setAttribute("data-message-attachments","video");let t=0;return e.forEach(r=>{if(!Ei(r.video))return;let o=h("video");o.controls=!0,o.preload="metadata",o.src=r.video,o.style.display="block",o.style.width="100%",o.style.maxWidth=`${Ti}px`,o.style.maxHeight=`${Np}px`,o.style.borderRadius="10px",o.style.backgroundColor="var(--persona-attachment-image-bg, var(--persona-container, #f3f4f6))",n.appendChild(o),t+=1}),t===0?(n.remove(),null):n}catch{return null}},fh=e=>{if(e.length===0)return null;try{let n=h("div","persona-flex persona-flex-col persona-gap-2");n.setAttribute("data-message-attachments","files");let t=0;return e.forEach(r=>{if(!Ei(r.data))return;let o=h("a");o.href=r.data,o.download=r.filename,o.target="_blank",o.rel="noopener noreferrer",o.textContent=r.filename,o.className="persona-message-file-attachment",o.style.display="inline-flex",o.style.alignItems="center",o.style.gap="6px",o.style.padding="6px 10px",o.style.borderRadius="8px",o.style.fontSize="0.875rem",o.style.textDecoration="underline",o.style.backgroundColor="var(--persona-attachment-file-bg, var(--persona-container, #f3f4f6))",o.style.border="1px solid var(--persona-attachment-file-border, var(--persona-border, #e5e7eb))",o.style.color="inherit",n.appendChild(o),t+=1}),t===0?(n.remove(),null):n}catch{return null}},Vo=()=>{let e=document.createElement("div");e.className="persona-flex persona-items-center persona-space-x-1 persona-h-5 persona-mt-2";let n=document.createElement("div");n.className="persona-animate-typing persona-rounded-full persona-h-1.5 persona-w-1.5",n.style.backgroundColor="currentColor",n.style.opacity="0.4",n.style.animationDelay="0ms";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="250ms";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="500ms";let o=document.createElement("span");return o.className="persona-sr-only",o.textContent="Loading",e.appendChild(n),e.appendChild(t),e.appendChild(r),e.appendChild(o),e},Fp=(e,n,t)=>{let r={config:t!=null?t:{},streaming:!0,location:e,defaultRenderer:Vo};if(n){let o=n(r);if(o!==null)return o}return Vo()},hh=(e,n)=>{let t=h("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"),r=n==="user"?e.userAvatar:e.assistantAvatar;if(r)if(r.startsWith("http")||r.startsWith("/")||r.startsWith("data:")){let o=h("img");o.src=r,o.alt=n==="user"?"User":"Assistant",o.className="persona-w-full persona-h-full persona-rounded-full persona-object-cover",t.appendChild(o)}else t.textContent=r,t.classList.add(n==="user"?"persona-bg-persona-accent":"persona-bg-persona-primary","persona-text-white");else t.textContent=n==="user"?"U":"A",t.classList.add(n==="user"?"persona-bg-persona-accent":"persona-bg-persona-primary","persona-text-white");return t},Dp=(e,n)=>{let t=h("div","persona-text-xs persona-text-persona-muted"),r=new Date(e.createdAt);return n.format?t.textContent=n.format(r):t.textContent=r.toLocaleTimeString([],{hour:"2-digit",minute:"2-digit"}),t},yh=(e,n="bubble")=>{let t=["persona-message-bubble","persona-max-w-[85%]"];switch(n){case"flat":e==="user"?t.push("persona-message-user-bubble","persona-ml-auto","persona-text-persona-primary","persona-py-2"):t.push("persona-message-assistant-bubble","persona-text-persona-primary","persona-py-2");break;case"minimal":t.push("persona-text-sm","persona-leading-relaxed"),e==="user"?t.push("persona-message-user-bubble","persona-ml-auto","persona-bg-persona-accent","persona-text-white","persona-px-3","persona-py-2","persona-rounded-lg"):t.push("persona-message-assistant-bubble","persona-bg-persona-surface","persona-text-persona-primary","persona-px-3","persona-py-2","persona-rounded-lg");break;default:t.push("persona-rounded-2xl","persona-text-sm","persona-leading-relaxed","persona-shadow-sm"),e==="user"?t.push("persona-message-user-bubble","persona-ml-auto","persona-bg-persona-accent","persona-text-white","persona-px-5","persona-py-3"):t.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 t},Op=(e,n,t)=>{var m,v,x,M,A,k;let r=(m=n.showCopy)!=null?m:!0,o=(v=n.showUpvote)!=null?v:!0,s=(x=n.showDownvote)!=null?x:!0;if(!r&&!o&&!s){let D=h("div");return D.style.display="none",D.id=`actions-${e.id}`,D.setAttribute("data-actions-for",e.id),D}let a=(M=n.visibility)!=null?M:"hover",i=(A=n.align)!=null?A:"right",d=(k=n.layout)!=null?k:"pill-inside",l={left:"persona-message-actions-left",center:"persona-message-actions-center",right:"persona-message-actions-right"}[i],u={"pill-inside":"persona-message-actions-pill","row-inside":"persona-message-actions-row"}[d],p=h("div",`persona-message-actions persona-flex persona-items-center persona-gap-1 persona-mt-2 ${l} ${u} ${a==="hover"?"persona-message-actions-hover":""}`);p.id=`actions-${e.id}`,p.setAttribute("data-actions-for",e.id);let f=(D,R,L)=>{let S=_t({icon:D,label:R,size:14,className:"persona-message-action-btn"});return S.setAttribute("data-action",L),S};return r&&p.appendChild(f("copy","Copy message","copy")),o&&p.appendChild(f("thumbs-up","Upvote","upvote")),s&&p.appendChild(f("thumbs-down","Downvote","downvote")),p},Fs=(e,n,t,r,o,s)=>{var ee,be,Q,oe,Le,ie,Fe,De,J,Oe,Ne,G,V,xe,Ie,ne,ve;let a=t!=null?t:{},i=(ee=a.layout)!=null?ee:"bubble",d=a.avatar,l=a.timestamp,u=(be=d==null?void 0:d.show)!=null?be:!1,p=(Q=l==null?void 0:l.show)!=null?Q:!1,f=(oe=d==null?void 0:d.position)!=null?oe:"left",m=(Le=l==null?void 0:l.position)!=null?Le:"below",v=yh(e.role,i),x=h("div",v.join(" "));x.id=`bubble-${e.id}`,x.setAttribute("data-message-id",e.id),x.setAttribute("data-persona-theme-zone",e.role==="user"?"user-message":"assistant-message"),e.role==="user"?(x.style.backgroundColor="var(--persona-message-user-bg, var(--persona-accent))",x.style.color="var(--persona-message-user-text, white)"):e.role==="assistant"&&(x.style.backgroundColor="var(--persona-message-assistant-bg, var(--persona-surface))",x.style.color="var(--persona-message-assistant-text, var(--persona-text))");let M=lh(e),A=(Fe=(ie=e.content)==null?void 0:ie.trim())!=null?Fe:"",D=M.length>0&&A===ha,R=ka((J=(De=s==null?void 0:s.widgetConfig)==null?void 0:De.features)==null?void 0:J.streamAnimation),L=(G=(Ne=(Oe=s==null?void 0:s.widgetConfig)==null?void 0:Oe.features)==null?void 0:Ne.streamAnimation)==null?void 0:G.plugins,S=e.role==="assistant"&&R.type!=="none"?Is(R.type,L):null,O=e.role==="assistant"&&((V=S==null?void 0:S.isAnimating)==null?void 0:V.call(S,e))===!0,$=e.role==="assistant"&&S!==null&&(!!e.streaming||O);$&&(S!=null&&S.bubbleClass)&&x.classList.add(S.bubbleClass);let U=document.createElement("div");U.classList.add("persona-message-content"),$&&S&&(S.containerClass&&U.classList.add(S.containerClass),U.style.setProperty("--persona-stream-step",`${R.speed}ms`),U.style.setProperty("--persona-stream-duration",`${R.duration}ms`));let W=$?La((xe=e.content)!=null?xe:"",R.buffer,S,e,!!e.streaming):(Ie=e.content)!=null?Ie:"",F=n({text:W,message:e,streaming:!!e.streaming,raw:e.rawContent}),K=F;$&&(S==null?void 0:S.wrap)==="char"?K=Ws(F,"char",e.id,{skipTags:S.skipTags}):$&&(S==null?void 0:S.wrap)==="word"&&(K=Ws(F,"word",e.id,{skipTags:S.skipTags}));let re=null;if(D?(re=document.createElement("div"),re.innerHTML=K,re.style.display="none",U.appendChild(re)):U.innerHTML=K,$&&(S!=null&&S.useCaret)&&!D&&A){let Ae=Pa(),Et=U.querySelectorAll(".persona-stream-char, .persona-stream-word"),te=Et[Et.length-1];if(te!=null&&te.parentNode)te.parentNode.insertBefore(Ae,te.nextSibling);else{let ke=U.lastElementChild;ke?ke.appendChild(Ae):U.appendChild(Ae)}}if(p&&m==="inline"&&e.createdAt){let Ae=Dp(e,l);Ae.classList.add("persona-ml-2","persona-inline"),U.appendChild(Ae)}if(M.length>0){let Ae=uh(M,!D&&!!A,()=>{D&&re&&(re.style.display="")});Ae?x.appendChild(Ae):D&&re&&(re.style.display="")}let Ee=ch(e);if(Ee.length>0){let Ae=mh(Ee);Ae&&x.appendChild(Ae)}let We=dh(e);if(We.length>0){let Ae=gh(We);Ae&&x.appendChild(Ae)}let qe=ph(e);if(qe.length>0){let Ae=fh(qe);Ae&&x.appendChild(Ae)}if(x.appendChild(U),p&&m==="below"&&e.createdAt){let Ae=Dp(e,l);Ae.classList.add("persona-mt-1"),x.appendChild(Ae)}let ge=e.role==="assistant"?sh(e.stopReason,(ve=(ne=s==null?void 0:s.widgetConfig)==null?void 0:ne.copy)==null?void 0:ve.stopReasonNotice):null;if(e.streaming&&e.role==="assistant"){let Ae=!!(W&&W.trim()),Et=R.placeholder==="skeleton",te=Et&&R.buffer==="line"&&Ae;if(Ae)te&&x.appendChild(Rs());else if(Et)x.appendChild(Rs());else{let ke=Fp("inline",s==null?void 0:s.loadingIndicatorRenderer,s==null?void 0:s.widgetConfig);ke&&x.appendChild(ke)}}if(ge&&e.stopReason&&!e.streaming&&(A||(U.style.display="none"),x.appendChild(ah(e.stopReason,ge))),e.role==="assistant"&&!e.streaming&&e.content&&e.content.trim()&&(r==null?void 0:r.enabled)!==!1&&r){let Ae=Op(e,r,o);x.appendChild(Ae)}if(!u||e.role==="system")return x;let Te=h("div",`persona-flex persona-gap-2 ${e.role==="user"?"persona-flex-row-reverse":""}`),Ue=hh(d,e.role);return f==="right"||f==="left"&&e.role==="user"?Te.append(x,Ue):Te.append(Ue,x),x.classList.remove("persona-max-w-[85%]"),x.classList.add("persona-max-w-[calc(85%-2.5rem)]"),Te},bh=(e,n,t,r,o,s)=>{let a=t!=null?t:{};return e.role==="user"&&a.renderUserMessage?a.renderUserMessage({message:e,config:{},streaming:!!e.streaming}):e.role==="assistant"&&a.renderAssistantMessage?a.renderAssistantMessage({message:e,config:{},streaming:!!e.streaming}):Fs(e,n,t,r,o,s)};var Jo=new Set,xh=(e,n)=>n==null?!1:typeof n=="string"?(e.textContent=n,!0):(e.appendChild(n),!0),vh=(e,n)=>{var r,o;let t=(o=(r=e.reasoning)==null?void 0:r.chunks.join("").trim())!=null?o:"";return t?t.split(/\r?\n/).map(s=>s.trim()).filter(Boolean).slice(0,n).join(`
|
|
17
|
-
`):""},$p=(e,n)=>{let t=
|
|
18
|
-
`);let o
|
|
19
|
-
`):""},Ah=(e,n)=>{var u,p,f,m,v;let t=e.toolCall,r=(u=n==null?void 0:n.features)==null?void 0:u.toolCallDisplay,o=(p=r==null?void 0:r.collapsedMode)!=null?p:"tool-call",s=wh(e,(f=r==null?void 0:r.previewMaxLines)!=null?f:3),a=t?ap(t):"";if(!t)return{summary:a,previewText:s,isActive:!1};let i=t.status!=="complete",d=(m=n==null?void 0:n.toolCall)!=null?m:{},l=a;return o==="tool-name"?l=((v=t.name)==null?void 0:v.trim())||a:o==="tool-preview"&&s&&(l=s),i&&d.activeTextTemplate?l=ai(t,d.activeTextTemplate,l):!i&&d.completeTextTemplate&&(l=ai(t,d.completeTextTemplate,l)),{summary:l,previewText:s,isActive:i}},_p=(e,n,t)=>{var u;let r=Ko.has(e),o=(u=t==null?void 0:t.toolCall)!=null?u:{},s=n.querySelector('button[data-expand-header="true"]'),a=n.querySelector(".persona-border-t"),i=n.querySelector('[data-persona-collapsed-preview="tool"]');if(!s||!a)return;s.setAttribute("aria-expanded",r?"true":"false");let d=s.querySelector(".persona-ml-auto"),l=d==null?void 0:d.querySelector(":scope > .persona-flex.persona-items-center");if(l){l.innerHTML="";let p=o.toggleTextColor||o.headerTextColor||"currentColor",f=me(r?"chevron-up":"chevron-down",16,p,2);f?l.appendChild(f):l.textContent=r?"Hide":"Show"}a.style.display=r?"":"none",i&&(i.style.display=r?"none":i.textContent||i.childNodes.length?"":"none")},ki=(e,n)=>{var K,re,Ee,We,qe,ge,pe,Te,Ue;let t=e.toolCall,r=(K=n==null?void 0:n.toolCall)!=null?K:{},o=h("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(o.id=`bubble-${e.id}`,o.setAttribute("data-message-id",e.id),r.backgroundColor&&(o.style.backgroundColor=r.backgroundColor),r.borderColor&&(o.style.borderColor=r.borderColor),r.borderWidth&&(o.style.borderWidth=r.borderWidth),r.borderRadius&&(o.style.borderRadius=r.borderRadius),!t)return o;let s=(Ee=(re=n==null?void 0:n.features)==null?void 0:re.toolCallDisplay)!=null?Ee:{},a=s.expandable!==!1,i=a&&Ko.has(e.id),{summary:d,previewText:l,isActive:u}=Ah(e,n),p=h("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");p.type="button",a&&(p.setAttribute("aria-expanded",i?"true":"false"),p.setAttribute("data-expand-header","true")),p.setAttribute("data-bubble-type","tool"),r.headerBackgroundColor&&(p.style.backgroundColor=r.headerBackgroundColor),r.headerPaddingX&&(p.style.paddingLeft=r.headerPaddingX,p.style.paddingRight=r.headerPaddingX),r.headerPaddingY&&(p.style.paddingTop=r.headerPaddingY,p.style.paddingBottom=r.headerPaddingY);let f=h("div","persona-flex persona-flex-col persona-text-left"),m=h("span","persona-text-xs persona-text-persona-primary");r.headerTextColor&&(m.style.color=r.headerTextColor);let v=String((We=t.startedAt)!=null?We:Date.now()),x=()=>{let ee=h("span","");return ee.setAttribute("data-tool-elapsed",v),ee.textContent=vs(t),ee},M=(ge=r.renderCollapsedSummary)==null?void 0:ge.call(r,{message:e,toolCall:t,defaultSummary:d,previewText:l,collapsedMode:(qe=s.collapsedMode)!=null?qe:"tool-call",isActive:u,config:n!=null?n:{},elapsed:vs(t),createElapsedElement:x});typeof M=="string"&&M.trim()?(m.textContent=M,f.appendChild(m)):M instanceof HTMLElement?f.appendChild(M):(m.textContent=d,f.appendChild(m));let A=(pe=s.loadingAnimation)!=null?pe:"none",k=r.activeTextTemplate,D=r.completeTextTemplate,R=u?k:D,L=M instanceof HTMLElement,S=(ee,be,Q)=>{let oe=Q;for(let Le of be){let ie=h("span","persona-tool-char");ie.style.setProperty("--char-index",String(oe)),ie.textContent=Le===" "?"\xA0":Le,ee.appendChild(ie),oe++}return oe},O=(ee,be)=>{var ie;m.textContent="";let Q=((ie=t.name)==null?void 0:ie.trim())||"tool",oe=ma(ee,Q),Le=0;for(let Fe of oe){let De=Fe.styles.length>0?(()=>{let J=h("span",Fe.styles.map(Oe=>`persona-tool-text-${Oe}`).join(" "));return m.appendChild(J),J})():m;if(Fe.isDuration&&u)De.appendChild(x());else{let J=Fe.isDuration?vs(t):Fe.text;be?Le=S(De,J,Le):De.appendChild(document.createTextNode(J))}}};if(!L)if(u&&A!=="none"){let ee=(Te=r.loadingAnimationDuration)!=null?Te:2e3;if(m.setAttribute("data-preserve-animation","true"),A==="pulse")m.classList.add("persona-tool-loading-pulse"),m.style.setProperty("--persona-tool-anim-duration",`${ee}ms`),R&&O(R,!1);else if(m.classList.add(`persona-tool-loading-${A}`),m.style.setProperty("--persona-tool-anim-duration",`${ee}ms`),A==="shimmer-color"&&(r.loadingAnimationColor&&m.style.setProperty("--persona-tool-anim-color",r.loadingAnimationColor),r.loadingAnimationSecondaryColor&&m.style.setProperty("--persona-tool-anim-secondary-color",r.loadingAnimationSecondaryColor)),R)O(R,!0);else{let be=m.textContent||d;m.textContent="",S(m,be,0)}}else R&&O(R,!1);let $=null;if(a){$=h("div","persona-flex persona-items-center");let ee=r.toggleTextColor||r.headerTextColor||"currentColor",be=me(i?"chevron-up":"chevron-down",16,ee,2);be?$.appendChild(be):$.textContent=i?"Hide":"Show";let Q=h("div","persona-flex persona-items-center persona-gap-2 persona-ml-auto");Q.append($),p.append(f,Q)}else p.append(f);let U=h("div","persona-px-4 persona-py-3 persona-text-xs persona-leading-snug persona-text-persona-muted");if(U.setAttribute("data-persona-collapsed-preview","tool"),U.style.display="none",U.style.whiteSpace="pre-wrap",!i&&u&&s.activePreview&&l){let ee=(Ue=r.renderCollapsedPreview)==null?void 0:Ue.call(r,{message:e,toolCall:t,defaultPreview:l,isActive:u,config:n!=null?n:{}});Ch(U,ee)||(U.textContent=l),U.style.display=""}if(!i&&u&&s.activeMinHeight&&(o.style.minHeight=s.activeMinHeight),!a)return o.append(p,U),o;let W=h("div","persona-border-t persona-border-gray-200 persona-bg-gray-50 persona-space-y-3 persona-px-4 persona-py-3");if(W.style.display=i?"":"none",r.contentBackgroundColor&&(W.style.backgroundColor=r.contentBackgroundColor),r.contentTextColor&&(W.style.color=r.contentTextColor),r.contentPaddingX&&(W.style.paddingLeft=r.contentPaddingX,W.style.paddingRight=r.contentPaddingX),r.contentPaddingY&&(W.style.paddingTop=r.contentPaddingY,W.style.paddingBottom=r.contentPaddingY),t.name){let ee=h("div","persona-text-xs persona-text-persona-muted persona-italic");r.contentTextColor?ee.style.color=r.contentTextColor:r.headerTextColor&&(ee.style.color=r.headerTextColor),ee.textContent=t.name,W.appendChild(ee)}if(t.args!==void 0){let ee=h("div","persona-space-y-1"),be=h("div","persona-text-xs persona-text-persona-muted");r.labelTextColor&&(be.style.color=r.labelTextColor),be.textContent="Arguments";let Q=h("pre","persona-max-h-48 persona-overflow-auto persona-whitespace-pre-wrap persona-rounded-lg persona-border persona-border-gray-100 persona-bg-white persona-px-3 persona-py-2 persona-text-xs persona-text-persona-primary");Q.style.fontSize="0.75rem",Q.style.lineHeight="1rem",r.codeBlockBackgroundColor&&(Q.style.backgroundColor=r.codeBlockBackgroundColor),r.codeBlockBorderColor&&(Q.style.borderColor=r.codeBlockBorderColor),r.codeBlockTextColor&&(Q.style.color=r.codeBlockTextColor),Q.textContent=Oo(t.args),ee.append(be,Q),W.appendChild(ee)}if(t.chunks&&t.chunks.length){let ee=h("div","persona-space-y-1"),be=h("div","persona-text-xs persona-text-persona-muted");r.labelTextColor&&(be.style.color=r.labelTextColor),be.textContent="Activity";let Q=h("pre","persona-max-h-48 persona-overflow-auto persona-whitespace-pre-wrap persona-rounded-lg persona-border persona-border-gray-100 persona-bg-white persona-px-3 persona-py-2 persona-text-xs persona-text-persona-primary");Q.style.fontSize="0.75rem",Q.style.lineHeight="1rem",r.codeBlockBackgroundColor&&(Q.style.backgroundColor=r.codeBlockBackgroundColor),r.codeBlockBorderColor&&(Q.style.borderColor=r.codeBlockBorderColor),r.codeBlockTextColor&&(Q.style.color=r.codeBlockTextColor),Q.textContent=t.chunks.join(""),ee.append(be,Q),W.appendChild(ee)}if(t.status==="complete"&&t.result!==void 0){let ee=h("div","persona-space-y-1"),be=h("div","persona-text-xs persona-text-persona-muted");r.labelTextColor&&(be.style.color=r.labelTextColor),be.textContent="Result";let Q=h("pre","persona-max-h-48 persona-overflow-auto persona-whitespace-pre-wrap persona-rounded-lg persona-border persona-border-gray-100 persona-bg-white persona-px-3 persona-py-2 persona-text-xs persona-text-persona-primary");Q.style.fontSize="0.75rem",Q.style.lineHeight="1rem",r.codeBlockBackgroundColor&&(Q.style.backgroundColor=r.codeBlockBackgroundColor),r.codeBlockBorderColor&&(Q.style.borderColor=r.codeBlockBorderColor),r.codeBlockTextColor&&(Q.style.color=r.codeBlockTextColor),Q.textContent=Oo(t.result),ee.append(be,Q),W.appendChild(ee)}if(t.status==="complete"&&typeof t.duration=="number"){let ee=h("div","persona-text-xs persona-text-persona-muted");r.contentTextColor&&(ee.style.color=r.contentTextColor),ee.textContent=`Duration: ${t.duration}ms`,W.appendChild(ee)}return(()=>{if(p.setAttribute("aria-expanded",i?"true":"false"),$){$.innerHTML="";let ee=r.toggleTextColor||r.headerTextColor||"currentColor",be=me(i?"chevron-up":"chevron-down",16,ee,2);be?$.appendChild(be):$.textContent=i?"Hide":"Show"}W.style.display=i?"":"none",U.style.display=i?"none":U.textContent||U.childNodes.length?"":"none"})(),o.append(p,U,W),o};import{parse as Sh,ARR as Eh,OBJ as Th,STR as Mh}from"partial-json";var Up="ask_user_question",Li=8,Go="data-persona-ask-sheet-for",kh="Other",Lh="Other\u2026",qp="Type your own answer here",zp="Send",Ph="Next",Ih="Back",Wh="Submit all",Rh="Skip",Hh=3,Pi="data-ask-current-index",Ii="data-ask-question-count",Vp="data-ask-answers",Wi="data-ask-grouped",Jp="data-ask-layout",Bh=e=>e.layout==="pills"?"pills":"rows",Dh=e=>e.getAttribute(Jp)==="pills"?"pills":"rows",jp=!1,Kp=e=>e.replace(/["\\]/g,"\\$&"),to=e=>e.variant==="tool"&&!!e.toolCall&&e.toolCall.name===Up,ja=e=>{var n,t;return(t=(n=e==null?void 0:e.features)==null?void 0:n.askUserQuestion)!=null?t:{}},no=e=>{let n=e.toolCall;if(!n)return{payload:null,complete:!1};let t=n.status==="complete";if(n.args&&typeof n.args=="object")return{payload:n.args,complete:t};let r=n.chunks;if(!r||r.length===0)return{payload:null,complete:t};try{let o=r.join(""),s=Sh(o,Mh|Th|Eh);if(s&&typeof s=="object")return{payload:s,complete:t}}catch{}return{payload:null,complete:t}},Os=e=>{let n=Array.isArray(e==null?void 0:e.questions)?e.questions:[];return n.length>Li&&!jp&&(jp=!0,typeof console!="undefined"&&console.warn(`[AgentWidget] ask_user_question received ${n.length} questions; truncating to ${Li}.`)),n.slice(0,Li)},Nh=e=>{var n;return(n=Os(e)[0])!=null?n:null},Fh=(e,n)=>{var t;return(t=Os(e)[n])!=null?t:null},Gp=(e,n)=>{let t=n.styles;t&&(t.sheetBackground&&e.style.setProperty("--persona-ask-sheet-bg",t.sheetBackground),t.sheetBorder&&e.style.setProperty("--persona-ask-sheet-border",t.sheetBorder),t.sheetShadow&&e.style.setProperty("--persona-ask-sheet-shadow",t.sheetShadow),t.pillBackground&&e.style.setProperty("--persona-ask-pill-bg",t.pillBackground),t.pillBackgroundSelected&&e.style.setProperty("--persona-ask-pill-bg-selected",t.pillBackgroundSelected),t.pillTextColor&&e.style.setProperty("--persona-ask-pill-fg",t.pillTextColor),t.pillTextColorSelected&&e.style.setProperty("--persona-ask-pill-fg-selected",t.pillTextColorSelected),t.pillBorderRadius&&e.style.setProperty("--persona-ask-pill-radius",t.pillBorderRadius),t.customInputBackground&&e.style.setProperty("--persona-ask-input-bg",t.customInputBackground))},Qp=(e,n,t)=>{if(e!=="rows")return null;let r=h("span","persona-ask-row-affordance");if(r.setAttribute("aria-hidden","true"),n){let o=h("span","persona-ask-row-check");r.appendChild(o)}else{let o=h("span","persona-ask-row-badge");o.textContent=String(t+1),r.appendChild(o)}return r},Oh=(e,n,t,r)=>{let s=h("button",t==="rows"?"persona-ask-pill persona-ask-row persona-pointer-events-auto":"persona-ask-pill persona-pointer-events-auto");if(s.type="button",s.setAttribute("role",r?"checkbox":"button"),s.setAttribute("aria-pressed","false"),s.setAttribute("data-ask-user-action","pick"),s.setAttribute("data-option-index",String(n)),s.setAttribute("data-option-label",e.label),t==="rows"){let a=h("span","persona-ask-row-content"),i=h("span","persona-ask-row-label");if(i.textContent=e.label,a.appendChild(i),e.description){let l=h("span","persona-ask-row-description");l.textContent=e.description,a.appendChild(l)}s.appendChild(a);let d=Qp(t,r,n);d&&s.appendChild(d)}else s.textContent=e.label,e.description&&(s.title=e.description);return s},$h=e=>{let t=h("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 t.setAttribute("aria-hidden","true"),t},_h=(e,n,t,r)=>{var u,p,f;let s=h("div",r==="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");s.setAttribute("role","group"),s.setAttribute("data-ask-pill-list","true");let a=!!(e!=null&&e.multiSelect),d=(Array.isArray(e==null?void 0:e.options)?e.options:[]).filter(m=>m&&typeof m.label=="string"&&m.label.length>0);if(d.length===0&&!t){for(let m=0;m<Hh;m++)s.appendChild($h(r));return s}if(d.forEach((m,v)=>{s.appendChild(Oh(m,v,r,a))}),(e==null?void 0:e.allowFreeText)!==!1){let m=r==="rows"?kh:Lh;if(r==="rows"){let v=h("div","persona-ask-pill persona-ask-row persona-ask-row--other persona-ask-pill-custom persona-pointer-events-auto");v.setAttribute("data-ask-user-action","focus-free-text"),v.setAttribute("data-option-index",String(d.length)),v.setAttribute("data-ask-other-row","true");let x=h("span","persona-ask-row-content"),M=document.createElement("input");M.type="text",M.className="persona-ask-row-input persona-flex-1 persona-pointer-events-auto",M.placeholder=(u=n.freeTextPlaceholder)!=null?u:qp,M.setAttribute("data-ask-free-text-input","true"),M.setAttribute("aria-label",(p=n.freeTextLabel)!=null?p:m),x.appendChild(M),v.appendChild(x);let A=Qp(r,a,d.length);A&&v.appendChild(A),s.appendChild(v)}else{let v=h("button","persona-ask-pill persona-ask-pill-custom persona-pointer-events-auto");v.type="button",v.setAttribute("data-ask-user-action","open-free-text"),v.textContent=(f=n.freeTextLabel)!=null?f:m,s.appendChild(v)}}return s},Xp=(e,n)=>{var s,a;let r=h("div",n==="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");r.setAttribute("data-ask-free-text-row","true");let o=document.createElement("input");if(o.type="text",o.className="persona-ask-free-text-input persona-flex-1 persona-pointer-events-auto",o.placeholder=(s=e.freeTextPlaceholder)!=null?s:qp,o.setAttribute("data-ask-free-text-input","true"),r.appendChild(o),n!=="rows"){let i=h("button","persona-ask-free-text-submit persona-pointer-events-auto");i.type="button",i.textContent=(a=e.submitLabel)!=null?a:zp,i.setAttribute("data-ask-user-action","submit-free-text"),r.appendChild(i)}return r},jh=e=>{var r;let n=h("div","persona-ask-multi-actions persona-flex persona-justify-end persona-mt-2");n.setAttribute("data-ask-multi-actions","true");let t=h("button","persona-ask-multi-submit persona-pointer-events-auto");return t.type="button",t.textContent=(r=e.submitLabel)!=null?r:zp,t.setAttribute("data-ask-user-action","submit-multi"),t.disabled=!0,n.appendChild(t),n},Uh=(e,n,t)=>{var l,u,p,f;let r=h("div","persona-ask-nav persona-flex persona-justify-between persona-items-center persona-gap-2 persona-mt-2");r.setAttribute("data-ask-nav-row","true");let o=h("button","persona-ask-nav-back persona-pointer-events-auto");o.type="button",o.textContent=(l=t.backLabel)!=null?l:Ih,o.setAttribute("data-ask-user-action","back"),o.disabled=e===0,r.appendChild(o);let s=h("div","persona-ask-nav-right persona-flex persona-items-center persona-gap-2"),a=h("button","persona-ask-nav-skip persona-pointer-events-auto");a.type="button",a.textContent=(u=t.skipLabel)!=null?u:Rh,a.setAttribute("data-ask-user-action","skip"),s.appendChild(a);let i=h("button","persona-ask-nav-next persona-pointer-events-auto");i.type="button";let d=e===n-1;return i.textContent=d?(p=t.submitAllLabel)!=null?p:Wh:(f=t.nextLabel)!=null?f:Ph,i.setAttribute("data-ask-user-action",d?"submit-all":"next"),i.disabled=!0,s.appendChild(i),r.appendChild(s),r},To=e=>{let n=e.getAttribute(Vp);if(!n)return{};try{let t=JSON.parse(n);return t&&typeof t=="object"?t:{}}catch{return{}}},Yp=(e,n)=>{e.setAttribute(Vp,JSON.stringify(n))},Qn=e=>{var t;let n=Number((t=e.getAttribute(Pi))!=null?t:"0");return Number.isFinite(n)?Math.max(0,Math.floor(n)):0},qh=(e,n)=>{e.setAttribute(Pi,String(Math.max(0,Math.floor(n))))},Qo=e=>{var t;let n=Number((t=e.getAttribute(Ii))!=null?t:"1");return Number.isFinite(n)?Math.max(1,Math.floor(n)):1},ro=e=>e.getAttribute(Wi)==="true",zh=(e,n)=>{var o;let t=(o=e.agentMetadata)==null?void 0:o.askUserQuestionAnswers;if(!t||typeof t!="object")return{};let r={};return n.forEach((s,a)=>{let i=typeof(s==null?void 0:s.question)=="string"?s.question:"";if(i&&Object.prototype.hasOwnProperty.call(t,i)){let d=t[i];(typeof d=="string"||Array.isArray(d))&&(r[a]=d)}}),r},Vh=(e,n)=>{var r;let t=(r=e.agentMetadata)==null?void 0:r.askUserQuestionIndex;return typeof t!="number"||!Number.isFinite(t)?0:Math.max(0,Math.min(n-1,Math.floor(t)))},Ua=(e,n)=>{let{payload:t}=no(n),r=Os(t),o=To(e),s={},a=new Set;return r.forEach((i,d)=>{let l=typeof(i==null?void 0:i.question)=="string"?i.question:"";l&&(a.has(l)&&typeof console!="undefined"&&console.warn(`[AgentWidget] ask_user_question has duplicate question text "${l}"; later answer wins.`),a.add(l),Object.prototype.hasOwnProperty.call(o,d)&&(s[l]=o[d]))}),s},Zp=e=>{let n=To(e),t=Qn(e),r=n[t],o=new Set;typeof r=="string"?o.add(r):Array.isArray(r)&&r.forEach(d=>o.add(d));let s=e.querySelectorAll('[data-ask-user-action="pick"][data-option-label]');s.forEach(d=>{var p;let l=(p=d.getAttribute("data-option-label"))!=null?p:"",u=o.has(l);d.setAttribute("aria-pressed",u?"true":"false"),d.classList.toggle("persona-ask-pill-selected",u)});let a=new Set(Array.from(s).map(d=>{var l;return(l=d.getAttribute("data-option-label"))!=null?l:""})),i=e.querySelector('[data-ask-free-text-input="true"]');if(i)if(typeof r=="string"&&r.length>0&&!a.has(r)){i.value=r;let d=i.closest('[data-ask-free-text-row="true"]');d==null||d.classList.remove("persona-hidden")}else i.value=""},eu=e=>{if(!ro(e))return;let n=To(e),t=Qn(e),r=n[t],o=typeof r=="string"&&r.length>0||Array.isArray(r)&&r.length>0,s=e.querySelector('[data-ask-user-action="next"], [data-ask-user-action="submit-all"]');s&&(s.disabled=!o);let a=e.querySelector('[data-ask-user-action="submit-multi"]');if(a){let i=Array.from(e.querySelectorAll('[aria-pressed="true"][data-option-label]'));a.disabled=i.length===0}},Ri=(e,n,t)=>{let r=ja(t),o=Dh(e),{payload:s,complete:a}=no(n),i=ro(e),d=Qn(e),l=Qo(e),u=i?Fh(s,d):Nh(s),p=!!(u!=null&&u.multiSelect),f=e.querySelector('[data-ask-step-inline="true"]');f&&(f.textContent=i?`${d+1}/${l}`:"");let m=e.querySelector('[data-ask-stepper="true"]');m&&m.remove();let v=e.querySelector('[data-ask-question="true"]');if(v){let k=typeof(u==null?void 0:u.question)=="string"?u.question:"";v.textContent=k,v.classList.toggle("persona-ask-question-skeleton",!k&&!a)}let x=e.querySelector('[data-ask-pill-list="true"]');if(x){let k=_h(u,r,a,o);x.replaceWith(k)}if(o!=="rows"){let k=e.querySelector('[data-ask-free-text-row="true"]');k&&k.replaceWith(Xp(r,o))}let M=e.querySelector('[data-ask-multi-actions="true"]');!i&&p&&!M?e.appendChild(jh(r)):(!p||i)&&M&&M.remove(),e.setAttribute("data-multi-select",p?"true":"false");let A=e.querySelector('[data-ask-nav-row="true"]');if(i){let k=Uh(d,l,r);A?A.replaceWith(k):e.appendChild(k)}else A&&A.remove();Zp(e),eu(e)},Jh=(e,n,t)=>{let r=ja(n),o=Bh(r),s=e.toolCall.id,a=Os(t),i=Math.max(1,a.length),d=i>1,l=zh(e,a),u=d?Vh(e,i):0,p=h("div",["persona-ask-sheet",`persona-ask-sheet--${o}`,"persona-pointer-events-auto","persona-ask-sheet-enter"].join(" "));p.setAttribute(Go,s),p.setAttribute("data-tool-call-id",s),p.setAttribute("data-message-id",e.id),p.setAttribute(Ii,String(i)),p.setAttribute(Pi,String(u)),p.setAttribute(Wi,d?"true":"false"),p.setAttribute(Jp,o),Yp(p,l),p.setAttribute("role","group"),p.setAttribute("aria-label","Suggested answers"),r.slideInMs!==void 0&&p.style.setProperty("--persona-ask-sheet-duration",`${r.slideInMs}ms`),Gp(p,r);let f=h("div","persona-ask-sheet-header persona-flex persona-items-center persona-gap-3"),m=h("div","persona-ask-sheet-question persona-flex-1");m.setAttribute("data-ask-question","true"),m.textContent="",f.appendChild(m);let v=h("span","persona-ask-sheet-step-inline");v.setAttribute("data-ask-step-inline","true"),v.textContent="",f.appendChild(v),p.appendChild(f);let M=h("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");return M.setAttribute("data-ask-pill-list","true"),M.setAttribute("role","group"),p.appendChild(M),o!=="rows"&&p.appendChild(Xp(r,o)),Ri(p,e,n),requestAnimationFrame(()=>{requestAnimationFrame(()=>p.classList.remove("persona-ask-sheet-enter"))}),p},Kh=(e,n,t)=>{let{payload:r}=no(n),o=Math.max(1,Os(r).length);o>Qo(e)&&(e.setAttribute(Ii,String(o)),o>1&&!ro(e)&&e.setAttribute(Wi,"true")),Ri(e,n,t)},Gh=(e,n)=>{let t=h("div","persona-ask-stub persona-inline-flex persona-items-center persona-gap-2");t.id=`bubble-${e.id}`,t.setAttribute("data-message-id",e.id),t.setAttribute("data-bubble-type","ask-user-question");let r=ja(n);Gp(t,r);let o=h("span","persona-ask-stub-label"),{complete:s}=no(e);return o.textContent=s?"Awaiting your response\u2026":"Preparing options\u2026",t.appendChild(o),t},$s=(e,n,t)=>{if(!t||!to(e)||ja(n).enabled===!1)return;let o=e.toolCall.id;t.querySelectorAll(`[${Go}]`).forEach(l=>{l.getAttribute(Go)!==o&&l.remove()});let a=t.querySelector(`[${Go}="${Kp(o)}"]`);if(a){Kh(a,e,n);return}let{payload:i}=no(e),d=Jh(e,n,i);t.appendChild(d)},Mo=(e,n)=>{if(!e)return;let t=n?`[${Go}="${Kp(n)}"]`:`[${Go}]`;e.querySelectorAll(t).forEach(o=>{o.classList.add("persona-ask-sheet-leave");let s=Number.parseInt(getComputedStyle(o).getPropertyValue("--persona-ask-sheet-duration")||"180",10);setTimeout(()=>o.remove(),Number.isFinite(s)?s:180)})},Hi=e=>Array.from(e.querySelectorAll('[aria-pressed="true"][data-option-label]')).map(n=>n.getAttribute("data-option-label")).filter(n=>typeof n=="string"&&n.length>0),oo=(e,n)=>{let t=To(e),r=Qn(e);typeof n=="string"&&n.length===0||Array.isArray(n)&&n.length===0?delete t[r]:t[r]=n,Yp(e,t),Zp(e),eu(e)},qa=(e,n,t,r)=>{let o=Qo(e),s=Math.max(0,Math.min(o-1,r));qh(e,s),Ri(e,n,t)};var Bi=(e,n)=>{var x,M,A,k,D,R,L,S,O,$,U,W;let t=e.approval,r=(n==null?void 0:n.approval)!==!1?n==null?void 0:n.approval:void 0,o=(t==null?void 0:t.status)==="pending",s=h("div",["persona-approval-bubble","persona-w-full","persona-max-w-[85%]","persona-rounded-2xl","persona-border","persona-shadow-sm","persona-overflow-hidden"].join(" "));if(s.id=`bubble-${e.id}`,s.setAttribute("data-message-id",e.id),s.style.backgroundColor=(x=r==null?void 0:r.backgroundColor)!=null?x:"var(--persona-approval-bg, #fefce8)",s.style.borderColor=(M=r==null?void 0:r.borderColor)!=null?M:"var(--persona-approval-border, #fef08a)",!t)return s;let a=h("div","persona-flex persona-items-start persona-gap-3 persona-px-4 persona-py-3"),i=h("div","persona-flex-shrink-0 persona-mt-0.5");i.setAttribute("data-approval-icon","true");let d=t.status==="denied"?"shield-x":t.status==="timeout"?"shield-alert":"shield-check",l=t.status==="approved"?"var(--persona-feedback-success, #16a34a)":t.status==="denied"?"var(--persona-feedback-error, #dc2626)":t.status==="timeout"?"var(--persona-feedback-warning, #ca8a04)":(A=r==null?void 0:r.titleColor)!=null?A:"currentColor",u=me(d,20,l,2);u&&i.appendChild(u);let p=h("div","persona-flex-1 persona-min-w-0"),f=h("div","persona-flex persona-items-center persona-gap-2"),m=h("span","persona-text-sm persona-font-medium persona-text-persona-primary");if(r!=null&&r.titleColor&&(m.style.color=r.titleColor),m.textContent=(k=r==null?void 0:r.title)!=null?k:"Approval Required",f.appendChild(m),!o){let F=h("span","persona-inline-flex persona-items-center persona-px-2 persona-py-0.5 persona-rounded-full persona-text-xs persona-font-medium");F.setAttribute("data-approval-status",t.status),t.status==="approved"?(F.style.backgroundColor="var(--persona-palette-colors-success-100, #dcfce7)",F.style.color="var(--persona-palette-colors-success-700, #15803d)",F.textContent="Approved"):t.status==="denied"?(F.style.backgroundColor="var(--persona-palette-colors-error-100, #fee2e2)",F.style.color="var(--persona-palette-colors-error-700, #b91c1c)",F.textContent="Denied"):t.status==="timeout"&&(F.style.backgroundColor="var(--persona-palette-colors-warning-100, #fef3c7)",F.style.color="var(--persona-palette-colors-warning-700, #b45309)",F.textContent="Timeout"),f.appendChild(F)}p.appendChild(f);let v=h("p","persona-text-sm persona-mt-0.5 persona-text-persona-muted");if(r!=null&&r.descriptionColor&&(v.style.color=r.descriptionColor),v.textContent=t.description,p.appendChild(v),t.parameters){let F=h("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");r!=null&&r.parameterBackgroundColor&&(F.style.backgroundColor=r.parameterBackgroundColor),r!=null&&r.parameterTextColor&&(F.style.color=r.parameterTextColor),F.style.fontSize="0.75rem",F.style.lineHeight="1rem",F.textContent=Oo(t.parameters),p.appendChild(F)}if(o){let F=h("div","persona-flex persona-gap-2 persona-mt-2");F.setAttribute("data-approval-buttons","true");let K=h("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");K.type="button",K.style.backgroundColor=(D=r==null?void 0:r.approveButtonColor)!=null?D:"var(--persona-approval-approve-bg, #22c55e)",K.style.color=(R=r==null?void 0:r.approveButtonTextColor)!=null?R:"#ffffff",K.setAttribute("data-approval-action","approve");let re=me("shield-check",14,(L=r==null?void 0:r.approveButtonTextColor)!=null?L:"#ffffff",2);re&&(re.style.marginRight="4px",K.appendChild(re));let Ee=document.createTextNode((S=r==null?void 0:r.approveLabel)!=null?S:"Approve");K.appendChild(Ee);let We=h("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");We.type="button",We.style.backgroundColor=(O=r==null?void 0:r.denyButtonColor)!=null?O:"transparent",We.style.color=($=r==null?void 0:r.denyButtonTextColor)!=null?$:"var(--persona-feedback-error, #dc2626)",We.style.border=`1px solid ${r!=null&&r.denyButtonTextColor?r.denyButtonTextColor:"var(--persona-palette-colors-error-200, #fca5a5)"}`,We.setAttribute("data-approval-action","deny");let qe=me("shield-x",14,(U=r==null?void 0:r.denyButtonTextColor)!=null?U:"var(--persona-feedback-error, #dc2626)",2);qe&&(qe.style.marginRight="4px",We.appendChild(qe));let ge=document.createTextNode((W=r==null?void 0:r.denyLabel)!=null?W:"Deny");We.appendChild(ge),F.append(K,We),p.appendChild(F)}return a.append(i,p),s.appendChild(a),s};var tu=e=>{let n=[];return{buttons:n,render:(r,o,s,a,i)=>{if(e.innerHTML="",n.length=0,!r||!r.length||(a!=null?a:o?o.getMessages():[]).some(m=>m.role==="user"))return;let u=document.createDocumentFragment(),p=o?o.isStreaming():!1,f=m=>{switch(m){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'}};r.forEach(m=>{let v=h("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");v.type="button",v.textContent=m,v.disabled=p,i!=null&&i.fontFamily&&(v.style.fontFamily=f(i.fontFamily)),i!=null&&i.fontWeight&&(v.style.fontWeight=i.fontWeight),i!=null&&i.paddingX&&(v.style.paddingLeft=i.paddingX,v.style.paddingRight=i.paddingX),i!=null&&i.paddingY&&(v.style.paddingTop=i.paddingY,v.style.paddingBottom=i.paddingY),v.addEventListener("click",()=>{!o||o.isStreaming()||(s.value="",o.sendMessage(m))}),u.appendChild(v),n.push(v)}),e.appendChild(u)}}};var _s=class{constructor(n=2e3,t=null){this.head=0;this.count=0;this.totalCaptured=0;this.eventTypesSet=new Set;this.maxSize=n,this.buffer=new Array(n),this.store=t}push(n){var t;this.buffer[this.head]=n,this.head=(this.head+1)%this.maxSize,this.count<this.maxSize&&this.count++,this.totalCaptured++,this.eventTypesSet.add(n.type),(t=this.store)==null||t.put(n)}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 n=await this.store.getAll();if(n.length===0)return 0;let t=n.length>this.maxSize?n.slice(n.length-this.maxSize):n;for(let r of t)this.buffer[this.head]=r,this.head=(this.head+1)%this.maxSize,this.count<this.maxSize&&this.count++,this.eventTypesSet.add(r.type);return this.totalCaptured=n.length,t.length}getAllFromStore(){return this.store?this.store.getAll():Promise.resolve(this.getAll())}getRecent(n){let t=this.getAll();return n>=t.length?t:t.slice(t.length-n)}getSize(){return this.count}getTotalCaptured(){return this.totalCaptured}getEvictedCount(){return this.totalCaptured-this.count}clear(){var n;this.buffer=new Array(this.maxSize),this.head=0,this.count=0,this.totalCaptured=0,this.eventTypesSet.clear(),(n=this.store)==null||n.clear()}destroy(){var n;this.buffer=[],this.head=0,this.count=0,this.totalCaptured=0,this.eventTypesSet.clear(),(n=this.store)==null||n.destroy()}getEventTypes(){return Array.from(this.eventTypesSet)}};var js=class{constructor(n="persona-event-stream",t="events"){this.db=null;this.pendingWrites=[];this.flushScheduled=!1;this.isDestroyed=!1;this.dbName=n,this.storeName=t}open(){return new Promise((n,t)=>{try{let r=indexedDB.open(this.dbName,1);r.onupgradeneeded=()=>{let o=r.result;o.objectStoreNames.contains(this.storeName)||o.createObjectStore(this.storeName,{keyPath:"id"}).createIndex("timestamp","timestamp",{unique:!1})},r.onsuccess=()=>{this.db=r.result,n()},r.onerror=()=>{t(r.error)}}catch(r){t(r)}})}put(n){!this.db||this.isDestroyed||(this.pendingWrites.push(n),this.flushScheduled||(this.flushScheduled=!0,queueMicrotask(()=>this.flushWrites())))}putBatch(n){if(!(!this.db||this.isDestroyed||n.length===0))try{let r=this.db.transaction(this.storeName,"readwrite").objectStore(this.storeName);for(let o of n)r.put(o)}catch{}}getAll(){return new Promise((n,t)=>{if(!this.db){n([]);return}try{let a=this.db.transaction(this.storeName,"readonly").objectStore(this.storeName).index("timestamp").getAll();a.onsuccess=()=>{n(a.result)},a.onerror=()=>{t(a.error)}}catch(r){t(r)}})}getCount(){return new Promise((n,t)=>{if(!this.db){n(0);return}try{let s=this.db.transaction(this.storeName,"readonly").objectStore(this.storeName).count();s.onsuccess=()=>{n(s.result)},s.onerror=()=>{t(s.error)}}catch(r){t(r)}})}clear(){return new Promise((n,t)=>{if(!this.db){n();return}this.pendingWrites=[];try{let s=this.db.transaction(this.storeName,"readwrite").objectStore(this.storeName).clear();s.onsuccess=()=>{n()},s.onerror=()=>{t(s.error)}}catch(r){t(r)}})}close(){this.db&&(this.db.close(),this.db=null)}destroy(){return this.isDestroyed=!0,this.pendingWrites=[],this.close(),new Promise((n,t)=>{try{let r=indexedDB.deleteDatabase(this.dbName);r.onsuccess=()=>{n()},r.onerror=()=>{t(r.error)}}catch(r){t(r)}})}flushWrites(){if(this.flushScheduled=!1,!this.db||this.isDestroyed||this.pendingWrites.length===0)return;let n=this.pendingWrites;this.pendingWrites=[];try{let r=this.db.transaction(this.storeName,"readwrite").objectStore(this.storeName);for(let o of n)r.put(o)}catch{}}};function Xo(e,n){n&&n.split(/\s+/).forEach(t=>t&&e.classList.add(t))}var Qh={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)"}},Xh={bg:"var(--persona-palette-colors-gray-100, #f3f4f6)",text:"var(--persona-palette-colors-gray-600, #4b5563)"},Yh=["flowName","stepName","reasoningText","text","name","tool","toolName"],Zh=100;function ey(e,n){let t={...Qh,...n};if(t[e])return t[e];for(let r of Object.keys(t))if(r.endsWith("_")&&e.startsWith(r))return t[r];return Xh}function ty(e,n){return`+${((e-n)/1e3).toFixed(3)}s`}function ny(e){let n=new Date(e),t=String(n.getHours()).padStart(2,"0"),r=String(n.getMinutes()).padStart(2,"0"),o=String(n.getSeconds()).padStart(2,"0"),s=String(n.getMilliseconds()).padStart(3,"0");return`${t}:${r}:${o}.${s}`}function ry(e,n){try{let t=JSON.parse(e);if(typeof t!="object"||t===null)return null;for(let r of n){let o=r.split("."),s=t;for(let a of o)if(s&&typeof s=="object"&&s!==null)s=s[a];else{s=void 0;break}if(typeof s=="string"&&s.trim())return s.trim()}}catch{}return null}function oy(e){var n;return(n=navigator.clipboard)!=null&&n.writeText?navigator.clipboard.writeText(e):new Promise(t=>{let r=document.createElement("textarea");r.value=e,r.style.position="fixed",r.style.opacity="0",document.body.appendChild(r),r.select(),document.execCommand("copy"),document.body.removeChild(r),t()})}function sy(e){let n;try{n=JSON.parse(e.payload)}catch{n=e.payload}return JSON.stringify({type:e.type,timestamp:new Date(e.timestamp).toISOString(),payload:n},null,2)}function ay(e,n,t){let r,o;try{o=JSON.parse(e.payload),r=JSON.stringify(o,null,2)}catch{o=e.payload,r=e.payload}let s=n.find(i=>i.renderEventStreamPayload);if(s!=null&&s.renderEventStreamPayload&&t){let i=s.renderEventStreamPayload({event:e,config:t,defaultRenderer:()=>a(),parsedPayload:o});if(i)return i}return a();function a(){let i=h("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]"),d=h("pre","persona-m-0 persona-whitespace-pre-wrap persona-break-all persona-text-[11px] persona-text-persona-secondary persona-font-mono");return d.textContent=r,i.appendChild(d),i}}function Di(e,n,t,r,o,s,a,i){var f;let d=o.has(e.id),l=h("div","persona-border-b persona-border-persona-divider persona-text-xs");Xo(l,(f=r.classNames)==null?void 0:f.eventRow);let u=a.find(m=>m.renderEventStreamRow);if(u!=null&&u.renderEventStreamRow&&i){let m=u.renderEventStreamRow({event:e,index:n,config:i,defaultRenderer:()=>p(),isExpanded:d,onToggleExpand:()=>s(e.id)});if(m)return l.appendChild(m),l}return l.appendChild(p()),l;function p(){var K,re;let m=h("div",""),v=h("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");v.setAttribute("data-event-id",e.id);let x=h("span","persona-flex-shrink-0 persona-text-persona-muted persona-w-4 persona-text-center persona-flex persona-items-center persona-justify-center"),M=me(d?"chevron-down":"chevron-right","14px","currentColor",2);M&&x.appendChild(M);let A=h("span","persona-text-[11px] persona-text-persona-muted persona-whitespace-nowrap persona-flex-shrink-0 persona-font-mono persona-w-[70px]"),k=(K=r.timestampFormat)!=null?K:"relative";A.textContent=k==="relative"?ty(e.timestamp,t):ny(e.timestamp);let D=null;r.showSequenceNumbers!==!1&&(D=h("span","persona-text-[11px] persona-text-persona-muted persona-font-mono persona-flex-shrink-0 persona-w-[28px] persona-text-right"),D.textContent=String(n+1));let R=ey(e.type,r.badgeColors),L=h("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");L.style.backgroundColor=R.bg,L.style.color=R.text,L.style.borderColor=R.text+"50",L.textContent=e.type;let S=(re=r.descriptionFields)!=null?re:Yh,O=ry(e.payload,S),$=null;O&&($=h("span","persona-text-[11px] persona-text-persona-secondary persona-truncate persona-min-w-0"),$.textContent=O);let U=h("div","persona-flex-1 persona-min-w-0"),W=h("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"),F=me("clipboard","12px","currentColor",1.5);return F&&W.appendChild(F),W.addEventListener("click",async Ee=>{Ee.stopPropagation(),await oy(sy(e)),W.innerHTML="";let We=me("check","12px","currentColor",1.5);We&&W.appendChild(We),setTimeout(()=>{W.innerHTML="";let qe=me("clipboard","12px","currentColor",1.5);qe&&W.appendChild(qe)},1500)}),v.appendChild(x),v.appendChild(A),D&&v.appendChild(D),v.appendChild(L),$&&v.appendChild($),v.appendChild(U),v.appendChild(W),m.appendChild(v),d&&m.appendChild(ay(e,a,i)),m}}function nu(e){var m,v,x,M,A;let{buffer:n,getFullHistory:t,onClose:r,config:o,plugins:s=[]}=e,a=(m=o==null?void 0:o.features)==null?void 0:m.scrollToBottom,i=(a==null?void 0:a.enabled)!==!1,d=(v=a==null?void 0:a.iconName)!=null?v:"arrow-down",l=(x=a==null?void 0:a.label)!=null?x:"",u=(A=(M=o==null?void 0:o.features)==null?void 0:M.eventStream)!=null?A:{},p=s.find(k=>k.renderEventStreamView);if(p!=null&&p.renderEventStreamView&&o){let k=p.renderEventStreamView({config:o,events:n.getAll(),defaultRenderer:()=>f().element,onClose:r});if(k)return{element:k,update:()=>{},destroy:()=>{}}}return f();function f(){let k=u.classNames,D=h("div","persona-event-stream-view persona-flex persona-flex-col persona-flex-1 persona-min-h-0");Xo(D,k==null?void 0:k.panel);let R=[],L="",S="",O=null,$=[],U={},W=0,F=Ea(),K=0,re=0,Ee=!1,We=null,qe=!1,ge=0,pe=new Set,Te=new Map,Ue="",ee="",be=null,Q,oe,Le,ie,Fe;function De(){let H=h("div","persona-flex persona-flex-col persona-flex-shrink-0"),ae=h("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");Xo(ae,k==null?void 0:k.headerBar);let Ce=h("span","persona-text-sm persona-font-medium persona-text-persona-primary persona-whitespace-nowrap");Ce.textContent="Events",Q=h("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"),Q.textContent="0";let mt=h("div","persona-flex-1");oe=h("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 Qe=h("option","");Qe.value="",Qe.textContent="All events",oe.appendChild(Qe),Le=h("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"),Le.type="button",Le.title="Copy All";let ln=me("clipboard-copy","12px","currentColor",1.5);ln&&Le.appendChild(ln);let wt=h("span","persona-text-xs");wt.textContent="Copy All",Le.appendChild(wt),ae.appendChild(Ce),ae.appendChild(Q),ae.appendChild(mt),ae.appendChild(oe),ae.appendChild(Le);let yt=h("div","persona-relative persona-px-4 persona-py-2.5 persona-border-b persona-border-persona-divider persona-bg-persona-surface");Xo(yt,k==null?void 0:k.searchBar);let Tt=me("search","14px","var(--persona-muted, #9ca3af)",1.5),ct=h("span","persona-absolute persona-left-6 persona-top-1/2 persona--translate-y-1/2 persona-pointer-events-none persona-flex persona-items-center");Tt&&ct.appendChild(Tt),ie=h("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"),Xo(ie,k==null?void 0:k.searchInput),ie.type="text",ie.placeholder="Search event payloads...",Fe=h("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"),Fe.type="button",Fe.style.display="none";let Vt=me("x","12px","currentColor",2);return Vt&&Fe.appendChild(Vt),yt.appendChild(ct),yt.appendChild(ie),yt.appendChild(Fe),H.appendChild(ae),H.appendChild(yt),H}let J,Oe=s.find(H=>H.renderEventStreamToolbar);if(Oe!=null&&Oe.renderEventStreamToolbar&&o){let H=Oe.renderEventStreamToolbar({config:o,defaultRenderer:()=>De(),eventCount:n.getSize(),filteredCount:0,onFilterChange:ae=>{L=ae,ke(),qt()},onSearchChange:ae=>{S=ae,ke(),qt()}});J=H!=null?H:De()}else J=De();let Ne=h("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");Ne.style.display="none";let G=h("div","persona-flex-1 persona-min-h-0 persona-relative"),V=h("div","persona-event-stream-list persona-overflow-y-auto persona-min-h-0");V.style.height="100%";let xe=h("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");Xo(xe,k==null?void 0:k.scrollIndicator),xe.style.display="none",xe.setAttribute("data-persona-scroll-to-bottom-has-label",l?"true":"false");let Ie=me(d,"14px","currentColor",2);Ie&&xe.appendChild(Ie);let ne=h("span","");ne.textContent=l,xe.appendChild(ne);let ve=h("div","persona-flex persona-items-center persona-justify-center persona-h-full persona-text-sm persona-text-persona-muted");ve.style.display="none",G.appendChild(V),G.appendChild(ve),G.appendChild(xe),D.setAttribute("tabindex","0"),D.appendChild(J),D.appendChild(Ne),D.appendChild(G);function Ae(){let H=n.getAll(),ae={};for(let wt of H)ae[wt.type]=(ae[wt.type]||0)+1;let Ce=Object.keys(ae).sort(),mt=Ce.length!==$.length||!Ce.every((wt,yt)=>wt===$[yt]),Qe=!mt&&Ce.some(wt=>ae[wt]!==U[wt]),Ft=H.length!==Object.values(U).reduce((wt,yt)=>wt+yt,0);if(!mt&&!Qe&&!Ft||($=Ce,U=ae,!oe))return;let ln=oe.value;if(oe.options[0].textContent="All events",mt){for(;oe.options.length>1;)oe.remove(1);for(let wt of Ce){let yt=h("option","");yt.value=wt,yt.textContent=`${wt} (${ae[wt]||0})`,oe.appendChild(yt)}ln&&Ce.includes(ln)?oe.value=ln:ln&&(oe.value="",L="")}else for(let wt=1;wt<oe.options.length;wt++){let yt=oe.options[wt];yt.textContent=`${yt.value} (${ae[yt.value]||0})`}}function Et(){let H=n.getAll();if(L&&(H=H.filter(ae=>ae.type===L)),S){let ae=S.toLowerCase();H=H.filter(Ce=>Ce.type.toLowerCase().includes(ae)||Ce.payload.toLowerCase().includes(ae))}return H}function te(){return L!==""||S!==""}function ke(){W=0,K=0,F.resume(),xe.style.display="none"}function an(H){pe.has(H)?pe.delete(H):pe.add(H),be=H;let ae=V.scrollTop,Ce=F.isFollowing();qe=!0,F.pause(),qt(),V.scrollTop=ae,Ce&&F.resume(),qe=!1}function Wt(){return ks(V,50)}function qt(){re=Date.now(),Ee=!1,Ae();let H=n.getEvictedCount();H>0?(Ne.textContent=`${H.toLocaleString()} older events truncated`,Ne.style.display=""):Ne.style.display="none",R=Et();let ae=R.length,Ce=n.getSize()>0;Q&&(Q.textContent=String(n.getSize())),ae===0&&Ce&&te()?(ve.textContent=S?`No events matching '${S}'`:"No events matching filter",ve.style.display="",V.style.display="none"):(ve.style.display="none",V.style.display=""),Le&&(Le.title=te()?`Copy Filtered (${ae})`:"Copy All"),i&&!F.isFollowing()&&ae>W&&(K+=ae-W,ne.textContent=l?`${l}${K>0?` (${K})`:""}`:"",xe.style.display=""),W=ae;let mt=n.getAll(),Qe=mt.length>0?mt[0].timestamp:0,Ft=new Set(R.map(yt=>yt.id));for(let yt of pe)Ft.has(yt)||pe.delete(yt);let ln=L!==Ue||S!==ee,wt=Te.size===0&&R.length>0;if(ln||wt||R.length===0){V.innerHTML="",Te.clear();let yt=document.createDocumentFragment();for(let Tt=0;Tt<R.length;Tt++){let ct=Di(R[Tt],Tt,Qe,u,pe,an,s,o);Te.set(R[Tt].id,ct),yt.appendChild(ct)}V.appendChild(yt),Ue=L,ee=S,be=null}else{if(be!==null){let Tt=Te.get(be);if(Tt&&Tt.parentNode===V){let ct=R.findIndex(Vt=>Vt.id===be);if(ct>=0){let Vt=Di(R[ct],ct,Qe,u,pe,an,s,o);V.insertBefore(Vt,Tt),Tt.remove(),Te.set(be,Vt)}}be=null}let yt=new Set(R.map(Tt=>Tt.id));for(let[Tt,ct]of Te)yt.has(Tt)||(ct.remove(),Te.delete(Tt));for(let Tt=0;Tt<R.length;Tt++){let ct=R[Tt];if(!Te.has(ct.id)){let Vt=Di(ct,Tt,Qe,u,pe,an,s,o);Te.set(ct.id,Vt),V.appendChild(Vt)}}}F.isFollowing()&&(V.scrollTop=V.scrollHeight)}function vr(){if(Date.now()-re>=Zh){We!==null&&(cancelAnimationFrame(We),We=null),qt();return}Ee||(Ee=!0,We=requestAnimationFrame(()=>{We=null,qt()}))}let dr=(H,ae)=>{if(!Le)return;Le.innerHTML="";let Ce=me(H,"12px","currentColor",1.5);Ce&&Le.appendChild(Ce);let mt=h("span","persona-text-xs");mt.textContent="Copy All",Le.appendChild(mt),setTimeout(()=>{Le.innerHTML="";let Qe=me("clipboard-copy","12px","currentColor",1.5);Qe&&Le.appendChild(Qe);let Ft=h("span","persona-text-xs");Ft.textContent="Copy All",Le.appendChild(Ft),Le.disabled=!1},ae)},P=async()=>{if(Le){Le.disabled=!0;try{let H;te()?H=R:t?(H=await t(),H.length===0&&(H=n.getAll())):H=n.getAll();let ae=H.map(Ce=>{try{return JSON.parse(Ce.payload)}catch{return Ce.payload}});await navigator.clipboard.writeText(JSON.stringify(ae,null,2)),dr("check",1500)}catch{dr("x",1500)}}},se=()=>{oe&&(L=oe.value,ke(),qt())},Re=()=>{!ie||!Fe||(Fe.style.display=ie.value?"":"none",O&&clearTimeout(O),O=setTimeout(()=>{S=ie.value,ke(),qt()},150))},Ve=()=>{!ie||!Fe||(ie.value="",S="",Fe.style.display="none",O&&clearTimeout(O),ke(),qt())},$e=()=>{if(qe)return;let H=V.scrollTop,{action:ae,nextLastScrollTop:Ce}=Ta({following:F.isFollowing(),currentScrollTop:H,lastScrollTop:ge,nearBottom:Wt(),userScrollThreshold:1,resumeRequiresDownwardScroll:!0});ge=Ce,ae==="resume"?(F.resume(),K=0,xe.style.display="none"):ae==="pause"&&(F.pause(),i&&(ne.textContent=l,xe.style.display=""))},_e=H=>{let ae=Ma({following:F.isFollowing(),deltaY:H.deltaY,nearBottom:Wt(),resumeWhenNearBottom:!0});ae==="pause"?(F.pause(),i&&(ne.textContent=l,xe.style.display="")):ae==="resume"&&(F.resume(),K=0,xe.style.display="none")},et=()=>{i&&(V.scrollTop=V.scrollHeight,F.resume(),K=0,xe.style.display="none")},Ct=H=>{let ae=H.target;if(!ae||ae.closest("button"))return;let Ce=ae.closest("[data-event-id]");if(!Ce)return;let mt=Ce.getAttribute("data-event-id");mt&&an(mt)},Ot=H=>{if((H.metaKey||H.ctrlKey)&&H.key==="f"){H.preventDefault(),ie==null||ie.focus(),ie==null||ie.select();return}H.key==="Escape"&&(ie&&document.activeElement===ie?(Ve(),ie.blur(),D.focus()):r&&r())};Le&&Le.addEventListener("click",P),oe&&oe.addEventListener("change",se),ie&&ie.addEventListener("input",Re),Fe&&Fe.addEventListener("click",Ve),V.addEventListener("scroll",$e),V.addEventListener("wheel",_e,{passive:!0}),V.addEventListener("click",Ct),xe.addEventListener("click",et),D.addEventListener("keydown",Ot);function zt(){O&&clearTimeout(O),We!==null&&(cancelAnimationFrame(We),We=null),Ee=!1,Te.clear(),Le&&Le.removeEventListener("click",P),oe&&oe.removeEventListener("change",se),ie&&ie.removeEventListener("input",Re),Fe&&Fe.removeEventListener("click",Ve),V.removeEventListener("scroll",$e),V.removeEventListener("wheel",_e),V.removeEventListener("click",Ct),xe.removeEventListener("click",et),D.removeEventListener("keydown",Ot)}return{element:D,update:vr,destroy:zt}}}function ru(e,n){let t=typeof e.title=="string"&&e.title?e.title:"Untitled artifact",r=typeof e.artifactId=="string"?e.artifactId:"",o=e.status==="streaming"?"streaming":"complete",a=(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 ${t} in artifact panel`),r&&i.setAttribute("data-open-artifact",r);let d=document.createElement("div");d.className="persona-flex persona-h-10 persona-w-10 persona-flex-shrink-0 persona-items-center persona-justify-center persona-rounded-lg",d.style.border="1px solid var(--persona-border, #e5e7eb)",d.style.color="var(--persona-muted, #9ca3af)",d.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 l=document.createElement("div");l.className="persona-min-w-0 persona-flex-1 persona-flex persona-flex-col persona-gap-0.5";let u=document.createElement("div");u.className="persona-truncate persona-text-sm persona-font-medium",u.style.color="var(--persona-text, #1f2937)",u.textContent=t;let p=document.createElement("div");if(p.className="persona-text-xs persona-flex persona-items-center persona-gap-1.5",p.style.color="var(--persona-muted, #9ca3af)",o==="streaming"){let f=document.createElement("span");f.className="persona-inline-block persona-w-1.5 persona-h-1.5 persona-rounded-full",f.style.backgroundColor="var(--persona-primary, #171717)",f.style.animation="persona-pulse 1.5s ease-in-out infinite",p.appendChild(f);let m=document.createElement("span");m.textContent=`Generating ${a.toLowerCase()}...`,p.appendChild(m)}else p.textContent=a;if(l.append(u,p),i.append(d,l),o==="complete"){let f=document.createElement("button");f.type="button",f.textContent="Download",f.title=`Download ${t}`,f.className="persona-flex-shrink-0 persona-rounded-md persona-px-3 persona-py-1.5 persona-text-xs persona-font-medium",f.style.border="1px solid var(--persona-border, #e5e7eb)",f.style.color="var(--persona-text, #1f2937)",f.style.backgroundColor="transparent",f.style.cursor="pointer",f.setAttribute("data-download-artifact",r),i.append(f)}return i}var ou=(e,n)=>{var r,o,s;let t=(s=(o=(r=n==null?void 0:n.config)==null?void 0:r.features)==null?void 0:o.artifacts)==null?void 0:s.renderCard;if(t){let a=typeof e.title=="string"&&e.title?e.title:"Untitled artifact",i=typeof e.artifactId=="string"?e.artifactId:"",d=e.status==="streaming"?"streaming":"complete",l=typeof e.artifactType=="string"?e.artifactType:"markdown",u=t({artifact:{artifactId:i,title:a,artifactType:l,status:d},config:n.config,defaultRenderer:()=>ru(e,n)});if(u)return u}return ru(e,n)};var Ni=class{constructor(){this.components=new Map}register(n,t){this.components.has(n)&&console.warn(`[ComponentRegistry] Component "${n}" is already registered. Overwriting.`),this.components.set(n,t)}unregister(n){this.components.delete(n)}get(n){return this.components.get(n)}has(n){return this.components.has(n)}getAllNames(){return Array.from(this.components.keys())}clear(){this.components.clear()}registerAll(n){Object.entries(n).forEach(([t,r])=>{this.register(t,r)})}},so=new Ni;so.register("PersonaArtifactCard",ou);function iy(e){var o;let n=h("div","persona-rounded-lg persona-border persona-border-persona-border persona-p-3 persona-text-persona-primary"),t=h("div","persona-font-semibold persona-text-sm persona-mb-2");t.textContent=e.component?`Component: ${e.component}`:"Component";let r=h("pre","persona-font-mono persona-text-xs persona-whitespace-pre-wrap persona-overflow-x-auto");return r.textContent=JSON.stringify((o=e.props)!=null?o:{},null,2),n.appendChild(t),n.appendChild(r),n}function su(e,n){var Le,ie,Fe,De;let t=(ie=(Le=e.features)==null?void 0:Le.artifacts)==null?void 0:ie.layout,o=((Fe=t==null?void 0:t.toolbarPreset)!=null?Fe:"default")==="document",s=(De=t==null?void 0:t.panePadding)==null?void 0:De.trim(),a=e.markdown?No(e.markdown):null,i=bs(e.sanitize),d=J=>{let Oe=a?a(J):Fo(J);return i?i(Oe):Oe},l=typeof document!="undefined"?h("div","persona-artifact-backdrop persona-fixed persona-inset-0 persona-z-[55] persona-bg-black/30 persona-hidden md:persona-hidden"):null,u=()=>{l==null||l.classList.add("persona-hidden"),p.classList.remove("persona-artifact-drawer-open"),F==null||F.hide()};l&&l.addEventListener("click",()=>{var J;u(),(J=n.onDismiss)==null||J.call(n)});let p=h("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");p.setAttribute("data-persona-theme-zone","artifact-pane"),o&&p.classList.add("persona-artifact-pane-document");let f=h("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");f.setAttribute("data-persona-theme-zone","artifact-toolbar"),o&&f.classList.add("persona-artifact-toolbar-document");let m=h("span","persona-text-xs persona-font-medium persona-truncate");m.textContent="Artifacts";let v=h("button","persona-rounded-md persona-border persona-border-persona-border persona-px-2 persona-py-1 persona-text-xs persona-bg-persona-surface");v.type="button",v.textContent="Close",v.setAttribute("aria-label","Close artifacts panel"),v.addEventListener("click",()=>{var J;u(),(J=n.onDismiss)==null||J.call(n)});let x="rendered",M=h("div","persona-flex persona-items-center persona-gap-1 persona-shrink-0 persona-artifact-toggle-group"),A=o?_t({icon:"eye",label:"Rendered view",className:"persona-artifact-doc-icon-btn persona-artifact-view-btn"}):_t({icon:"eye",label:"Rendered view"}),k=o?_t({icon:"code-2",label:"Source",className:"persona-artifact-doc-icon-btn persona-artifact-code-btn"}):_t({icon:"code-2",label:"Source"}),D=h("div","persona-flex persona-items-center persona-gap-1 persona-shrink-0"),R=(t==null?void 0:t.documentToolbarShowCopyLabel)===!0,L=(t==null?void 0:t.documentToolbarShowCopyChevron)===!0,S=t==null?void 0:t.documentToolbarCopyMenuItems,O=!!(L&&S&&S.length>0),$=null,U,W=null,F=null;if(o&&(R||L)&&!O){if(U=R?Ha({icon:"copy",label:"Copy",iconSize:14,className:"persona-artifact-doc-copy-btn"}):_t({icon:"copy",label:"Copy",className:"persona-artifact-doc-copy-btn"}),L){let J=me("chevron-down",14,"currentColor",2);J&&U.appendChild(J)}}else o&&O?($=h("div","persona-relative persona-inline-flex persona-items-center persona-gap-0 persona-rounded-md"),U=R?Ha({icon:"copy",label:"Copy",iconSize:14,className:"persona-artifact-doc-copy-btn"}):_t({icon:"copy",label:"Copy",className:"persona-artifact-doc-copy-btn"}),W=_t({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"}}),$.append(U,W)):o?U=_t({icon:"copy",label:"Copy",className:"persona-artifact-doc-icon-btn"}):U=_t({icon:"copy",label:"Copy"});let K=o?_t({icon:"refresh-cw",label:"Refresh",className:"persona-artifact-doc-icon-btn"}):_t({icon:"refresh-cw",label:"Refresh"}),re=o?_t({icon:"x",label:"Close",className:"persona-artifact-doc-icon-btn"}):_t({icon:"x",label:"Close"}),Ee=()=>{var V,xe,Ie;let J=(V=Ue.find(ne=>ne.id===ee))!=null?V:Ue[Ue.length-1],Oe=(xe=J==null?void 0:J.id)!=null?xe:null,Ne=(J==null?void 0:J.artifactType)==="markdown"&&(Ie=J.markdown)!=null?Ie:"",G=J?JSON.stringify({component:J.component,props:J.props},null,2):"";return{markdown:Ne,jsonPayload:G,id:Oe}},We=async()=>{var V;let{markdown:J,jsonPayload:Oe}=Ee(),Ne=(V=Ue.find(xe=>xe.id===ee))!=null?V:Ue[Ue.length-1],G=(Ne==null?void 0:Ne.artifactType)==="markdown"?J:Ne?Oe:"";try{await navigator.clipboard.writeText(G)}catch{}};if(U.addEventListener("click",async()=>{let J=t==null?void 0:t.onDocumentToolbarCopyMenuSelect;if(J&&O){let{markdown:Oe,jsonPayload:Ne,id:G}=Ee();try{await J({actionId:"primary",artifactId:G,markdown:Oe,jsonPayload:Ne})}catch{}return}await We()}),W&&(S!=null&&S.length)){let J=()=>{var Ne;return(Ne=p.closest("[data-persona-root]"))!=null?Ne:document.body},Oe=()=>{F=Eo({items:S.map(Ne=>({id:Ne.id,label:Ne.label})),onSelect:async Ne=>{let{markdown:G,jsonPayload:V,id:xe}=Ee(),Ie=t==null?void 0:t.onDocumentToolbarCopyMenuSelect;try{Ie?await Ie({actionId:Ne,artifactId:xe,markdown:G,jsonPayload:V}):Ne==="markdown"||Ne==="md"?await navigator.clipboard.writeText(G):Ne==="json"||Ne==="source"?await navigator.clipboard.writeText(V):await navigator.clipboard.writeText(G||V)}catch{}},anchor:$!=null?$:W,position:"bottom-right",portal:J()})};p.isConnected?Oe():requestAnimationFrame(Oe),W.addEventListener("click",Ne=>{Ne.stopPropagation(),F==null||F.toggle()})}K.addEventListener("click",async()=>{var J;try{await((J=t==null?void 0:t.onDocumentToolbarRefresh)==null?void 0:J.call(t))}catch{}Q()}),re.addEventListener("click",()=>{var J;u(),(J=n.onDismiss)==null||J.call(n)});let qe=()=>{o&&(A.setAttribute("aria-pressed",x==="rendered"?"true":"false"),k.setAttribute("aria-pressed",x==="source"?"true":"false"))};A.addEventListener("click",()=>{x="rendered",qe(),Q()}),k.addEventListener("click",()=>{x="source",qe(),Q()});let ge=h("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");o?(f.replaceChildren(),M.append(A,k),$?D.append($,K,re):D.append(U,K,re),f.append(M,ge,D),qe()):(f.appendChild(m),f.appendChild(v)),s&&(f.style.paddingLeft=s,f.style.paddingRight=s);let pe=h("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"),Te=h("div","persona-artifact-content persona-flex-1 persona-min-h-0 persona-overflow-y-auto persona-p-3");s&&(pe.style.paddingLeft=s,pe.style.paddingRight=s,Te.style.padding=s),p.appendChild(f),p.appendChild(pe),p.appendChild(Te);let Ue=[],ee=null,be=!1,Q=()=>{var G,V,xe,Ie;let J=o&&Ue.length<=1;pe.classList.toggle("persona-hidden",J),pe.replaceChildren();for(let ne of Ue){let ve=h("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");ve.type="button",ve.textContent=ne.title||ne.id.slice(0,8),ne.id===ee&&ve.classList.add("persona-bg-persona-container","persona-border-persona-border"),ve.addEventListener("click",()=>n.onSelect(ne.id)),pe.appendChild(ve)}Te.replaceChildren();let Oe=ee&&Ue.find(ne=>ne.id===ee)||Ue[Ue.length-1];if(!Oe)return;if(o){let ne=Oe.artifactType==="markdown"?"MD":(G=Oe.component)!=null?G:"Component",Ae=(Oe.title||"Document").trim().replace(/\s*·\s*MD\s*$/i,"").trim()||"Document";ge.textContent=`${Ae} \xB7 ${ne}`}else m.textContent="Artifacts";if(Oe.artifactType==="markdown"){if(o&&x==="source"){let ve=h("pre","persona-font-mono persona-text-xs persona-whitespace-pre-wrap persona-break-words persona-text-persona-primary");ve.textContent=(V=Oe.markdown)!=null?V:"",Te.appendChild(ve);return}let ne=h("div","persona-text-sm persona-leading-relaxed persona-markdown-bubble");ne.innerHTML=d((xe=Oe.markdown)!=null?xe:""),Te.appendChild(ne);return}let Ne=Oe.component?so.get(Oe.component):void 0;if(Ne){let ve={message:{id:Oe.id,role:"assistant",content:"",createdAt:new Date().toISOString()},config:e,updateProps:()=>{}};try{let Ae=Ne((Ie=Oe.props)!=null?Ie:{},ve);if(Ae){Te.appendChild(Ae);return}}catch{}}Te.appendChild(iy(Oe))},oe=()=>{var Oe;let J=Ue.length>0;if(p.classList.toggle("persona-hidden",!J),l){let Ne=typeof p.closest=="function"?p.closest("[data-persona-root]"):null,V=((Oe=Ne==null?void 0:Ne.classList.contains("persona-artifact-narrow-host"))!=null?Oe:!1)||typeof window!="undefined"&&window.matchMedia("(max-width: 640px)").matches;J&&V&&be?(l.classList.remove("persona-hidden"),p.classList.add("persona-artifact-drawer-open")):(l.classList.add("persona-hidden"),p.classList.remove("persona-artifact-drawer-open"))}};return{element:p,backdrop:l,update(J){var Oe,Ne,G;Ue=J.artifacts,ee=(G=(Ne=J.selectedId)!=null?Ne:(Oe=J.artifacts[J.artifacts.length-1])==null?void 0:Oe.id)!=null?G:null,Ue.length>0&&(be=!0),Q(),oe()},setMobileOpen(J){be=J,!J&&l?(l.classList.add("persona-hidden"),p.classList.remove("persona-artifact-drawer-open")):oe()}}}function Xn(e){var n,t;return((t=(n=e==null?void 0:e.features)==null?void 0:n.artifacts)==null?void 0:t.enabled)===!0}function au(e,n){var s,a,i,d;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"),!Xn(n))return;let t=(a=(s=n.features)==null?void 0:s.artifacts)==null?void 0:a.layout,r=(i=t==null?void 0:t.paneBorder)==null?void 0:i.trim(),o=(d=t==null?void 0:t.paneBorderLeft)==null?void 0:d.trim();r?(e.classList.add("persona-artifact-border-full"),e.style.setProperty("--persona-artifact-pane-border",r)):o&&(e.classList.add("persona-artifact-border-left"),e.style.setProperty("--persona-artifact-pane-border-left",o))}function ly(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 za(e,n){var d,l,u,p,f,m,v,x,M,A;if(!Xn(n)){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"),ly(e),au(e,n);return}let t=(l=(d=n.features)==null?void 0:d.artifacts)==null?void 0:l.layout;e.style.setProperty("--persona-artifact-split-gap",(u=t==null?void 0:t.splitGap)!=null?u:"0.5rem"),e.style.setProperty("--persona-artifact-pane-width",(p=t==null?void 0:t.paneWidth)!=null?p:"40%"),e.style.setProperty("--persona-artifact-pane-max-width",(f=t==null?void 0:t.paneMaxWidth)!=null?f:"28rem"),t!=null&&t.paneMinWidth?e.style.setProperty("--persona-artifact-pane-min-width",t.paneMinWidth):e.style.removeProperty("--persona-artifact-pane-min-width");let r=(m=t==null?void 0:t.paneBackground)==null?void 0:m.trim();r?e.style.setProperty("--persona-artifact-pane-bg",r):e.style.removeProperty("--persona-artifact-pane-bg");let o=(v=t==null?void 0:t.panePadding)==null?void 0:v.trim();o?e.style.setProperty("--persona-artifact-pane-padding",o):e.style.removeProperty("--persona-artifact-pane-padding");let s=(x=t==null?void 0:t.documentToolbarIconColor)==null?void 0:x.trim();s?e.style.setProperty("--persona-artifact-doc-toolbar-icon-color",s):e.style.removeProperty("--persona-artifact-doc-toolbar-icon-color");let a=(M=t==null?void 0:t.documentToolbarToggleActiveBackground)==null?void 0:M.trim();a?e.style.setProperty("--persona-artifact-doc-toggle-active-bg",a):e.style.removeProperty("--persona-artifact-doc-toggle-active-bg");let i=(A=t==null?void 0:t.documentToolbarToggleActiveBorderColor)==null?void 0:A.trim();i?e.style.setProperty("--persona-artifact-doc-toggle-active-border",i):e.style.removeProperty("--persona-artifact-doc-toggle-active-border"),au(e,n)}var iu=["panel","seamless"];function Va(e,n){var i,d,l,u,p,f;for(let m of iu)e.classList.remove(`persona-artifact-appearance-${m}`);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"),!Xn(n))return;let t=(d=(i=n.features)==null?void 0:i.artifacts)==null?void 0:d.layout,r=(l=t==null?void 0:t.paneAppearance)!=null?l:"panel",o=iu.includes(r)?r:"panel";e.classList.add(`persona-artifact-appearance-${o}`);let s=(u=t==null?void 0:t.paneBorderRadius)==null?void 0:u.trim();s&&e.style.setProperty("--persona-artifact-pane-radius",s);let a=(p=t==null?void 0:t.paneShadow)==null?void 0:p.trim();if(a&&e.style.setProperty("--persona-artifact-pane-shadow",a),(t==null?void 0:t.unifiedSplitChrome)===!0){e.classList.add("persona-artifact-unified-split");let m=((f=t.unifiedSplitOuterRadius)==null?void 0:f.trim())||s;m&&e.style.setProperty("--persona-artifact-unified-outer-radius",m)}}function lu(e,n){var t,r,o;return!n||!Xn(e)?!1:((o=(r=(t=e.features)==null?void 0:t.artifacts)==null?void 0:r.layout)==null?void 0:o.expandLauncherPanelWhenOpen)!==!1}function cy(e,n){if(!(e!=null&&e.trim()))return n;let t=/^(\d+(?:\.\d+)?)px\s*$/i.exec(e.trim());return t?Math.max(0,Number(t[1])):n}function dy(e){if(!(e!=null&&e.trim()))return null;let n=/^(\d+(?:\.\d+)?)px\s*$/i.exec(e.trim());return n?Math.max(0,Number(n[1])):null}function py(e,n,t){return t<n?n:Math.min(t,Math.max(n,e))}function uy(e,n,t,r){let o=e-r-2*n-t;return Math.max(0,o)}function cu(e,n){var a;let r=(a=(n.getComputedStyle(e).gap||"0px").trim().split(/\s+/)[0])!=null?a:"0px",o=/^([\d.]+)px$/i.exec(r);if(o)return Number(o[1]);let s=/^([\d.]+)/.exec(r);return s?Number(s[1]):8}function du(e,n,t,r,o,s){let a=cy(o,200),i=uy(n,t,r,200);i=Math.max(a,i);let d=dy(s);return d!==null&&(i=Math.min(i,d)),py(e,a,i)}var pu={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"}},Fi=(e,n,t,r)=>{let o=e.querySelectorAll("[data-tv-form]");o.length&&o.forEach(s=>{var v,x,M;if(s.dataset.enhanced==="true")return;let a=(v=s.dataset.tvForm)!=null?v:"init";s.dataset.enhanced="true";let i=(x=pu[a])!=null?x:pu.init;s.classList.add("persona-form-card","persona-space-y-4");let d=h("div","persona-space-y-1"),l=h("h3","persona-text-base persona-font-semibold persona-text-persona-primary");if(l.textContent=i.title,d.appendChild(l),i.description){let A=h("p","persona-text-sm persona-text-persona-muted");A.textContent=i.description,d.appendChild(A)}let u=document.createElement("form");u.className="persona-form-grid persona-space-y-3",i.fields.forEach(A=>{var S,O;let k=h("label","persona-form-field persona-flex persona-flex-col persona-gap-1");k.htmlFor=`${n.id}-${a}-${A.name}`;let D=h("span","persona-text-xs persona-font-medium persona-text-persona-muted");D.textContent=A.label,k.appendChild(D);let R=(S=A.type)!=null?S:"text",L;R==="textarea"?(L=document.createElement("textarea"),L.rows=3):(L=document.createElement("input"),L.type=R),L.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",L.id=`${n.id}-${a}-${A.name}`,L.name=A.name,L.placeholder=(O=A.placeholder)!=null?O:"",A.required&&(L.required=!0),k.appendChild(L),u.appendChild(k)});let p=h("div","persona-flex persona-items-center persona-justify-between persona-gap-2"),f=h("div","persona-text-xs persona-text-persona-muted persona-min-h-[1.5rem]"),m=h("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");m.type="submit",m.textContent=(M=i.submitLabel)!=null?M:"Submit",p.appendChild(f),p.appendChild(m),u.appendChild(p),s.replaceChildren(d,u),u.addEventListener("submit",async A=>{var L,S;A.preventDefault();let k=(L=t.formEndpoint)!=null?L:"/form",D=new FormData(u),R={};D.forEach((O,$)=>{R[$]=O}),R.type=a,m.disabled=!0,f.textContent="Submitting\u2026";try{let O=await fetch(k,{method:"POST",headers:{"Content-Type":"application/json"},body:JSON.stringify(R)});if(!O.ok)throw new Error(`Form submission failed (${O.status})`);let $=await O.json();f.textContent=(S=$.message)!=null?S:"Thanks! We'll be in touch soon.",$.success&&$.nextPrompt&&await r.sendMessage(String($.nextPrompt))}catch(O){f.textContent=O instanceof Error?O.message:"Something went wrong. Please try again."}finally{m.disabled=!1}})})};var Oi=class{constructor(){this.plugins=new Map}register(n){var t;this.plugins.has(n.id)&&console.warn(`Plugin "${n.id}" is already registered. Overwriting.`),this.plugins.set(n.id,n),(t=n.onRegister)==null||t.call(n)}unregister(n){var r;let t=this.plugins.get(n);t&&((r=t.onUnregister)==null||r.call(t),this.plugins.delete(n))}getAll(){return Array.from(this.plugins.values()).sort((n,t)=>{var r,o;return((r=t.priority)!=null?r:0)-((o=n.priority)!=null?o:0)})}getForInstance(n){let t=this.getAll();if(!n||n.length===0)return t;let r=new Set(n.map(s=>s.id));return[...t.filter(s=>!r.has(s.id)),...n].sort((s,a)=>{var i,d;return((i=a.priority)!=null?i:0)-((d=s.priority)!=null?d:0)})}clear(){this.plugins.forEach(n=>{var t;return(t=n.onUnregister)==null?void 0:t.call(n)}),this.plugins.clear()}},Ja=new Oi;var uu=()=>{let e=new Map,n=(o,s)=>(e.has(o)||e.set(o,new Set),e.get(o).add(s),()=>t(o,s)),t=(o,s)=>{var a;(a=e.get(o))==null||a.delete(s)};return{on:n,off:t,emit:(o,s)=>{var a;(a=e.get(o))==null||a.forEach(i=>{try{i(s)}catch(d){typeof console!="undefined"&&console.error("[AgentWidget] Event handler error:",d)}})}}};var my=e=>{let n=e.match(/```(?:json)?\s*([\s\S]*?)```/i);return n?n[1]:e},gy=e=>{let n=e.trim(),t=n.indexOf("{");if(t===-1)return null;let r=0;for(let o=t;o<n.length;o+=1){let s=n[o];if(s==="{"&&(r+=1),s==="}"&&(r-=1,r===0))return n.slice(t,o+1)}return null},Ka=({text:e})=>{if(!e||!e.includes("{"))return null;try{let n=my(e),t=gy(n);if(!t)return null;let r=JSON.parse(t);if(!r||typeof r!="object"||!r.action)return null;let{action:o,...s}=r;return{type:String(o),payload:s,raw:r}}catch{return null}},$i=e=>typeof e=="string"?e:e==null?"":String(e),Yo={message:e=>e.type!=="message"?void 0:{handled:!0,displayText:$i(e.payload.text)},messageAndClick:(e,n)=>{var o;if(e.type!=="message_and_click")return;let t=e.payload,r=$i(t.element);if(r&&((o=n.document)!=null&&o.querySelector)){let s=n.document.querySelector(r);s?setTimeout(()=>{s.click()},400):typeof console!="undefined"&&console.warn("[AgentWidget] Element not found for selector:",r)}return{handled:!0,displayText:$i(t.text)}}},mu=e=>Array.isArray(e)?e.map(n=>String(n)):[],Ga=e=>{let n=new Set(mu(e.getSessionMetadata().processedActionMessageIds)),t=()=>{n=new Set(mu(e.getSessionMetadata().processedActionMessageIds))},r=()=>{let s=Array.from(n);e.updateSessionMetadata(a=>({...a,processedActionMessageIds:s}))};return{process:s=>{if(s.streaming||s.message.role!=="assistant"||!s.text||n.has(s.message.id))return null;let a=typeof s.raw=="string"&&s.raw||typeof s.message.rawContent=="string"&&s.message.rawContent||typeof s.text=="string"&&s.text||null;!a&&typeof s.text=="string"&&s.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=a?e.parsers.reduce((l,u)=>l||(u==null?void 0:u({text:a,message:s.message}))||null,null):null;if(!i)return null;n.add(s.message.id),r();let d={action:i,message:s.message};e.emit("action:detected",d);for(let l of e.handlers)if(l)try{let u=()=>{e.emit("action:resubmit",d)},p=l(i,{message:s.message,metadata:e.getSessionMetadata(),updateMetadata:e.updateSessionMetadata,document:e.documentRef,triggerResubmit:u});if(!p)continue;if(p.handled){let f=p.persistMessage!==!1;return{text:p.displayText!==void 0?p.displayText:"",persist:f,resubmit:p.resubmit}}}catch(u){typeof console!="undefined"&&console.error("[AgentWidget] Action handler error:",u)}return{text:"",persist:!0}},syncFromMetadata:t}};var fy=e=>{if(!e)return null;try{return JSON.parse(e)}catch(n){return typeof console!="undefined"&&console.error("[AgentWidget] Failed to parse stored state:",n),null}},hy=e=>e.map(n=>({...n,streaming:!1})),yy=e=>e.map(n=>({...n,status:"complete"})),_i=(e="persona-state")=>{let n=()=>typeof window=="undefined"||!window.localStorage?null:window.localStorage;return{load:()=>{let t=n();return t?fy(t.getItem(e)):null},save:t=>{let r=n();if(r)try{let o={...t,messages:t.messages?hy(t.messages):void 0,artifacts:t.artifacts?yy(t.artifacts):void 0};r.setItem(e,JSON.stringify(o))}catch(o){typeof console!="undefined"&&console.error("[AgentWidget] Failed to persist state:",o)}},clear:()=>{let t=n();if(t)try{t.removeItem(e)}catch(r){typeof console!="undefined"&&console.error("[AgentWidget] Failed to clear stored state:",r)}}}};import{parse as by,STR as xy,OBJ as vy}from"partial-json";function Cy(e){if(!e||typeof e!="object"||!("component"in e))return!1;let n=e.component;return typeof n=="string"&&n.length>0}function wy(e,n){if(!Cy(e))return null;let t=e.props&&typeof e.props=="object"&&e.props!==null?e.props:{};return{component:e.component,props:t,raw:n}}function ji(){let e=null,n=0;return{getExtractedDirective:()=>e,processChunk:t=>{let r=t.trim();if(!r.startsWith("{")&&!r.startsWith("["))return null;if(t.length<=n)return e;try{let o=by(t,xy|vy),s=wy(o,t);s&&(e=s)}catch{}return n=t.length,e},reset:()=>{e=null,n=0}}}function Ay(e){return typeof e=="object"&&e!==null&&"component"in e&&typeof e.component=="string"&&"props"in e&&typeof e.props=="object"}function Ui(e,n){let{config:t,message:r,onPropsUpdate:o}=n,s=so.get(e.component);if(!s)return console.warn(`[ComponentMiddleware] Component "${e.component}" not found in registry. Falling back to default rendering.`),null;let a={message:r,config:t,updateProps:i=>{o&&o(i)}};try{return s(e.props,a)}catch(i){return console.error(`[ComponentMiddleware] Error rendering component "${e.component}":`,i),null}}function Sy(){let e=ji();return{processChunk:n=>e.processChunk(n),getDirective:()=>e.getExtractedDirective(),reset:()=>{e.reset()}}}function gu(e){if(typeof e.rawContent=="string"&&e.rawContent.length>0)return e.rawContent;if(typeof e.content=="string"){let n=e.content.trim();if(n.startsWith("{")||n.startsWith("["))return e.content}return null}function qi(e){let n=gu(e);if(!n)return!1;try{let t=JSON.parse(n);return typeof t=="object"&&t!==null&&"component"in t&&typeof t.component=="string"}catch{return!1}}function zi(e){let n=gu(e);if(!n)return null;try{let t=JSON.parse(n);if(typeof t=="object"&&t!==null&&"component"in t&&typeof t.component=="string"){let r=t;return{component:r.component,props:r.props&&typeof r.props=="object"&&r.props!==null?r.props:{},raw:n}}}catch{}return null}var Ey=["Very dissatisfied","Dissatisfied","Neutral","Satisfied","Very satisfied"];function Vi(e){let{onSubmit:n,onDismiss:t,title:r="How satisfied are you?",subtitle:o="Please rate your experience",commentPlaceholder:s="Share your thoughts (optional)...",submitText:a="Submit",skipText:i="Skip",showComment:d=!0,ratingLabels:l=Ey}=e,u=document.createElement("div");u.className="persona-feedback-container persona-feedback-csat",u.setAttribute("role","dialog"),u.setAttribute("aria-label","Customer satisfaction feedback");let p=null,f=document.createElement("div");f.className="persona-feedback-content";let m=document.createElement("div");m.className="persona-feedback-header";let v=document.createElement("h3");v.className="persona-feedback-title",v.textContent=r,m.appendChild(v);let x=document.createElement("p");x.className="persona-feedback-subtitle",x.textContent=o,m.appendChild(x),f.appendChild(m);let M=document.createElement("div");M.className="persona-feedback-rating persona-feedback-rating-csat",M.setAttribute("role","radiogroup"),M.setAttribute("aria-label","Satisfaction rating from 1 to 5");let A=[];for(let S=1;S<=5;S++){let O=document.createElement("button");O.type="button",O.className="persona-feedback-rating-btn persona-feedback-star-btn",O.setAttribute("role","radio"),O.setAttribute("aria-checked","false"),O.setAttribute("aria-label",`${S} star${S>1?"s":""}: ${l[S-1]}`),O.title=l[S-1],O.dataset.rating=String(S),O.innerHTML=`
|
|
16
|
+
`,t.addEventListener("click",n);let r=s=>{var B,D,L,S,F,$,j,W,O,V,oe,Pe,Me,Ge;let a=(B=s.launcher)!=null?B:{},i=on(s),d=t.querySelector("[data-role='launcher-title']");if(d){let ue=(D=a.title)!=null?D:"Chat Assistant";d.textContent=ue,d.setAttribute("title",ue)}let l=t.querySelector("[data-role='launcher-subtitle']");if(l){let ue=(L=a.subtitle)!=null?L:"Get answers fast";l.textContent=ue,l.setAttribute("title",ue)}let u=t.querySelector(".persona-flex-col");u&&(a.textHidden||i?u.style.display="none":u.style.display="");let p=t.querySelector("[data-role='launcher-icon']");if(p)if(a.agentIconHidden)p.style.display="none";else{let ue=(S=a.agentIconSize)!=null?S:"40px";if(p.style.height=ue,p.style.width=ue,p.innerHTML="",a.agentIconName){let de=parseFloat(ue)||24,ke=ge(a.agentIconName,de*.6,"var(--persona-text-inverse, #ffffff)",2);ke?(p.appendChild(ke),p.style.display=""):(p.textContent=(F=a.agentIconText)!=null?F:"\u{1F4AC}",p.style.display="")}else a.iconUrl?p.style.display="none":(p.textContent=($=a.agentIconText)!=null?$:"\u{1F4AC}",p.style.display="")}let f=t.querySelector("[data-role='launcher-image']");if(f){let ue=(j=a.agentIconSize)!=null?j:"40px";f.style.height=ue,f.style.width=ue,a.iconUrl&&!a.agentIconName&&!a.agentIconHidden?(f.src=a.iconUrl,f.style.display="block"):f.style.display="none"}let g=t.querySelector("[data-role='launcher-call-to-action-icon']");if(g){let ue=(W=a.callToActionIconSize)!=null?W:"32px";g.style.height=ue,g.style.width=ue,a.callToActionIconBackgroundColor?(g.style.backgroundColor=a.callToActionIconBackgroundColor,g.classList.remove("persona-bg-persona-primary")):(g.style.backgroundColor="",g.classList.add("persona-bg-persona-primary")),a.callToActionIconColor?(g.style.color=a.callToActionIconColor,g.classList.remove("persona-text-persona-call-to-action")):(g.style.color="",g.classList.add("persona-text-persona-call-to-action"));let de=0;if(a.callToActionIconPadding?(g.style.boxSizing="border-box",g.style.padding=a.callToActionIconPadding,de=(parseFloat(a.callToActionIconPadding)||0)*2):(g.style.boxSizing="",g.style.padding=""),a.callToActionIconHidden)g.style.display="none";else if(g.style.display=i?"none":"",g.innerHTML="",a.callToActionIconName){let ke=parseFloat(ue)||24,Ue=Math.max(ke-de,8),ee=ge(a.callToActionIconName,Ue,"currentColor",2);ee?g.appendChild(ee):g.textContent=(O=a.callToActionIconText)!=null?O:"\u2197"}else g.textContent=(V=a.callToActionIconText)!=null?V:"\u2197"}let C=a.position&&cr[a.position]?cr[a.position]:cr["bottom-right"],x="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",M="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";t.className=i?M:`${x} ${C}`,i||(t.style.zIndex=String((oe=a.zIndex)!=null?oe:fn));let A="1px solid var(--persona-border, #e5e7eb)",k="var(--persona-shadow, 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -4px rgba(0, 0, 0, 0.1))";t.style.border=(Pe=a.border)!=null?Pe:A,t.style.boxShadow=(Me=a.shadow)!=null?Me:k,i?(t.style.width="0",t.style.minWidth="0",t.style.maxWidth="0",t.style.padding="0",t.style.overflow="hidden",t.style.border="none",t.style.boxShadow="none"):(t.style.width="",t.style.minWidth="",t.style.maxWidth=(Ge=a.collapsedMaxWidth)!=null?Ge:"",t.style.justifyContent="",t.style.padding="",t.style.overflow="")},o=()=>{t.removeEventListener("click",n),t.remove()};return e&&r(e),{element:t,update:r,destroy:o}};var eh="persona-relative persona-ml-auto persona-inline-flex persona-items-center persona-justify-center",Wa=(e,n={})=>{var x,M,A,k,B,D;let{showClose:t=!0,wrapperClassName:r=eh,buttonSize:o,iconSize:s="28px"}=n,a=(x=e==null?void 0:e.launcher)!=null?x:{},i=(M=o!=null?o:a.closeButtonSize)!=null?M:"32px",d=h("div",r),l=h("button","persona-inline-flex persona-items-center persona-justify-center persona-rounded-full hover:persona-bg-gray-100 persona-cursor-pointer persona-border-none");l.style.height=i,l.style.width=i,l.type="button";let u=(A=a.closeButtonTooltipText)!=null?A:"Close chat",p=(k=a.closeButtonShowTooltip)!=null?k:!0;l.setAttribute("aria-label",u),l.style.display=t?"":"none";let f=(B=a.closeButtonIconName)!=null?B:"x",g=(D=a.closeButtonIconText)!=null?D:"\xD7";l.style.color=a.closeButtonColor||An.actionIconColor;let C=ge(f,s,"currentColor",1);if(C?(C.style.display="block",l.appendChild(C)):l.textContent=g,a.closeButtonBackgroundColor?(l.style.backgroundColor=a.closeButtonBackgroundColor,l.classList.remove("hover:persona-bg-gray-100")):(l.style.backgroundColor="",l.classList.add("hover:persona-bg-gray-100")),a.closeButtonBorderWidth||a.closeButtonBorderColor){let L=a.closeButtonBorderWidth||"0px",S=a.closeButtonBorderColor||"transparent";l.style.border=`${L} solid ${S}`,l.classList.remove("persona-border-none")}else l.style.border="",l.classList.add("persona-border-none");if(a.closeButtonBorderRadius?(l.style.borderRadius=a.closeButtonBorderRadius,l.classList.remove("persona-rounded-full")):(l.style.borderRadius="",l.classList.add("persona-rounded-full")),a.closeButtonPaddingX?(l.style.paddingLeft=a.closeButtonPaddingX,l.style.paddingRight=a.closeButtonPaddingX):(l.style.paddingLeft="",l.style.paddingRight=""),a.closeButtonPaddingY?(l.style.paddingTop=a.closeButtonPaddingY,l.style.paddingBottom=a.closeButtonPaddingY):(l.style.paddingTop="",l.style.paddingBottom=""),d.appendChild(l),p&&u){let L=null,S=()=>{if(L)return;let $=l.ownerDocument,j=$.body;if(!j)return;L=br($,"div","persona-clear-chat-tooltip"),L.textContent=u;let W=br($,"div");W.className="persona-clear-chat-tooltip-arrow",L.appendChild(W);let O=l.getBoundingClientRect();L.style.position="fixed",L.style.zIndex=String(Qr),L.style.left=`${O.left+O.width/2}px`,L.style.top=`${O.top-8}px`,L.style.transform="translate(-50%, -100%)",j.appendChild(L)},F=()=>{L&&L.parentNode&&(L.parentNode.removeChild(L),L=null)};d.addEventListener("mouseenter",S),d.addEventListener("mouseleave",F),l.addEventListener("focus",S),l.addEventListener("blur",F),d._cleanupTooltip=()=>{F(),d.removeEventListener("mouseenter",S),d.removeEventListener("mouseleave",F),l.removeEventListener("focus",S),l.removeEventListener("blur",F)}}return{button:l,wrapper:d}},th="persona-relative persona-ml-auto persona-clear-chat-button-wrapper",Ra=(e,n={})=>{var L,S,F,$,j,W,O,V,oe,Pe,Me,Ge,ue;let{wrapperClassName:t=th,buttonSize:r,iconSize:o="20px"}=n,a=(S=((L=e==null?void 0:e.launcher)!=null?L:{}).clearChat)!=null?S:{},i=(F=r!=null?r:a.size)!=null?F:"32px",d=($=a.iconName)!=null?$:"refresh-cw",l=(j=a.iconColor)!=null?j:"",u=(W=a.backgroundColor)!=null?W:"",p=(O=a.borderWidth)!=null?O:"",f=(V=a.borderColor)!=null?V:"",g=(oe=a.borderRadius)!=null?oe:"",C=(Pe=a.paddingX)!=null?Pe:"",x=(Me=a.paddingY)!=null?Me:"",M=(Ge=a.tooltipText)!=null?Ge:"Clear chat",A=(ue=a.showTooltip)!=null?ue:!0,k=h("div",t),B=h("button","persona-inline-flex persona-items-center persona-justify-center persona-rounded-full hover:persona-bg-gray-100 persona-cursor-pointer persona-border-none");B.style.height=i,B.style.width=i,B.type="button",B.setAttribute("aria-label",M),B.style.color=l||An.actionIconColor;let D=ge(d,o,"currentColor",1);if(D&&(D.style.display="block",B.appendChild(D)),u&&(B.style.backgroundColor=u,B.classList.remove("hover:persona-bg-gray-100")),p||f){let de=p||"0px",ke=f||"transparent";B.style.border=`${de} solid ${ke}`,B.classList.remove("persona-border-none")}if(g&&(B.style.borderRadius=g,B.classList.remove("persona-rounded-full")),C&&(B.style.paddingLeft=C,B.style.paddingRight=C),x&&(B.style.paddingTop=x,B.style.paddingBottom=x),k.appendChild(B),A&&M){let de=null,ke=()=>{if(de)return;let ee=B.ownerDocument,Ae=ee.body;if(!Ae)return;de=br(ee,"div","persona-clear-chat-tooltip"),de.textContent=M;let Q=br(ee,"div");Q.className="persona-clear-chat-tooltip-arrow",de.appendChild(Q);let ae=B.getBoundingClientRect();de.style.position="fixed",de.style.zIndex=String(Qr),de.style.left=`${ae.left+ae.width/2}px`,de.style.top=`${ae.top-8}px`,de.style.transform="translate(-50%, -100%)",Ae.appendChild(de)},Ue=()=>{de&&de.parentNode&&(de.parentNode.removeChild(de),de=null)};k.addEventListener("mouseenter",ke),k.addEventListener("mouseleave",Ue),B.addEventListener("focus",ke),B.addEventListener("blur",Ue),k._cleanupTooltip=()=>{Ue(),k.removeEventListener("mouseenter",ke),k.removeEventListener("mouseleave",Ue),B.removeEventListener("focus",ke),B.removeEventListener("blur",Ue)}}return{button:B,wrapper:k}};var An={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))"},Zr=e=>{var L,S,F,$,j,W,O,V,oe,Pe,Me,Ge,ue,de,ke,Ue;let{config:n,showClose:t=!0}=e,r=h("div","persona-widget-header persona-flex persona-items-center persona-gap-3 persona-px-6 persona-py-5");r.setAttribute("data-persona-theme-zone","header"),r.style.backgroundColor="var(--persona-header-bg, var(--persona-surface, #ffffff))",r.style.borderBottomColor="var(--persona-header-border, var(--persona-divider, #f1f5f9))",r.style.boxShadow="var(--persona-header-shadow, none)",r.style.borderBottom="var(--persona-header-border-bottom, 1px solid var(--persona-header-border, var(--persona-divider, #f1f5f9)))";let o=(L=n==null?void 0:n.launcher)!=null?L:{},s=(S=o.headerIconSize)!=null?S:"48px",a=(F=o.closeButtonPlacement)!=null?F:"inline",i=($=o.headerIconHidden)!=null?$:!1,d=o.headerIconName,l=h("div","persona-flex persona-items-center persona-justify-center persona-rounded-xl persona-text-xl");if(l.style.height=s,l.style.width=s,l.style.backgroundColor="var(--persona-header-icon-bg, var(--persona-primary, #0f0f0f))",l.style.color="var(--persona-header-icon-fg, var(--persona-text-inverse, #ffffff))",!i)if(d){let ee=parseFloat(s)||24,Ae=ge(d,ee*.6,"currentColor",1);Ae?l.replaceChildren(Ae):l.textContent=(W=(j=n==null?void 0:n.launcher)==null?void 0:j.agentIconText)!=null?W:"\u{1F4AC}"}else if((O=n==null?void 0:n.launcher)!=null&&O.iconUrl){let ee=h("img");ee.src=n.launcher.iconUrl,ee.alt="",ee.className="persona-rounded-xl persona-object-cover",ee.style.height=s,ee.style.width=s,l.replaceChildren(ee)}else l.textContent=(oe=(V=n==null?void 0:n.launcher)==null?void 0:V.agentIconText)!=null?oe:"\u{1F4AC}";let u=h("div","persona-flex persona-flex-col persona-flex-1 persona-min-w-0"),p=h("span","persona-text-base persona-font-semibold");p.style.color=An.titleColor,p.textContent=(Me=(Pe=n==null?void 0:n.launcher)==null?void 0:Pe.title)!=null?Me:"Chat Assistant";let f=h("span","persona-text-xs");f.style.color=An.subtitleColor,f.textContent=(ue=(Ge=n==null?void 0:n.launcher)==null?void 0:Ge.subtitle)!=null?ue:"Here to help you get answers fast",u.append(p,f),i?r.append(u):r.append(l,u);let g=(de=o.clearChat)!=null?de:{},C=(ke=g.enabled)!=null?ke:!0,x=(Ue=g.placement)!=null?Ue:"inline",M=null,A=null;if(C){let Ae=Ra(n,{wrapperClassName:x==="top-right"?"persona-absolute persona-top-4 persona-z-50":"persona-relative persona-ml-auto persona-clear-chat-button-wrapper"});M=Ae.button,A=Ae.wrapper,x==="top-right"&&(A.style.right="48px"),x==="inline"&&r.appendChild(A)}let k=a==="top-right"?"persona-absolute persona-top-4 persona-right-4 persona-z-50":C&&x==="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:B,wrapper:D}=Wa(n,{showClose:t,wrapperClassName:k});return a!=="top-right"&&r.appendChild(D),{header:r,iconHolder:l,headerTitle:p,headerSubtitle:f,closeButton:B,closeButtonWrapper:D,clearChatButton:M,clearChatButtonWrapper:A}},Vo=(e,n,t)=>{var a,i,d,l;let r=(a=t==null?void 0:t.launcher)!=null?a:{},o=(i=r.closeButtonPlacement)!=null?i:"inline",s=(l=(d=r.clearChat)==null?void 0:d.placement)!=null?l:"inline";e.appendChild(n.header),o==="top-right"&&(e.style.position="relative",e.appendChild(n.closeButtonWrapper)),n.clearChatButtonWrapper&&s==="top-right"&&(e.style.position="relative",e.appendChild(n.clearChatButtonWrapper))};function Eo(e){let{items:n,onSelect:t,anchor:r,position:o="bottom-left",portal:s}=e,a=h("div","persona-dropdown-menu persona-hidden");a.setAttribute("role","menu"),a.setAttribute("data-persona-theme-zone","dropdown"),s?(a.style.position="fixed",a.style.zIndex=String(Qr)):(a.style.position="absolute",a.style.top="100%",a.style.marginTop="4px",o==="bottom-right"?a.style.right="0":a.style.left="0");for(let g of n){if(g.dividerBefore){let M=document.createElement("hr");a.appendChild(M)}let C=document.createElement("button");if(C.type="button",C.setAttribute("role","menuitem"),C.setAttribute("data-dropdown-item-id",g.id),g.destructive&&C.setAttribute("data-destructive",""),g.icon){let M=ge(g.icon,16,"currentColor",1.5);M&&C.appendChild(M)}let x=document.createElement("span");x.textContent=g.label,C.appendChild(x),C.addEventListener("click",M=>{M.stopPropagation(),u(),t(g.id)}),a.appendChild(C)}let i=null;function d(){if(!s)return;let g=r.getBoundingClientRect();a.style.top=`${g.bottom+4}px`,o==="bottom-right"?(a.style.right=`${window.innerWidth-g.right}px`,a.style.left="auto"):(a.style.left=`${g.left}px`,a.style.right="auto")}function l(){d(),a.classList.remove("persona-hidden"),requestAnimationFrame(()=>{let g=C=>{!a.contains(C.target)&&!r.contains(C.target)&&u()};document.addEventListener("click",g,!0),i=()=>document.removeEventListener("click",g,!0)})}function u(){a.classList.add("persona-hidden"),i==null||i(),i=null}function p(){a.classList.contains("persona-hidden")?l():u()}function f(){u(),a.remove()}return s&&s.appendChild(a),{element:a,show:l,hide:u,toggle:p,destroy:f}}function jt(e){let{icon:n,label:t,size:r,strokeWidth:o,className:s,onClick:a,aria:i}=e,d=h("button","persona-icon-btn"+(s?" "+s:""));d.type="button",d.setAttribute("aria-label",t),d.title=t;let l=ge(n,r!=null?r:16,"currentColor",o!=null?o:2);if(l&&d.appendChild(l),a&&d.addEventListener("click",a),i)for(let[u,p]of Object.entries(i))d.setAttribute(u,p);return d}function Ha(e){let{icon:n,label:t,variant:r="default",size:o="sm",iconSize:s,className:a,onClick:i,aria:d}=e,l="persona-label-btn";r!=="default"&&(l+=" persona-label-btn--"+r),l+=" persona-label-btn--"+o,a&&(l+=" "+a);let u=h("button",l);if(u.type="button",u.setAttribute("aria-label",t),n){let f=ge(n,s!=null?s:14,"currentColor",2);f&&u.appendChild(f)}let p=h("span");if(p.textContent=t,u.appendChild(p),i&&u.addEventListener("click",i),d)for(let[f,g]of Object.entries(d))u.setAttribute(f,g);return u}function Ba(e){let{items:n,selectedId:t,onSelect:r,className:o}=e,s=h("div","persona-toggle-group"+(o?" "+o:""));s.setAttribute("role","group");let a=t,i=[];function d(){for(let u of i)u.btn.setAttribute("aria-pressed",u.id===a?"true":"false")}for(let u of n){let p;u.icon?p=jt({icon:u.icon,label:u.label,onClick:()=>{a=u.id,d(),r(u.id)}}):(p=h("button","persona-icon-btn"),p.type="button",p.setAttribute("aria-label",u.label),p.title=u.label,p.textContent=u.label,p.addEventListener("click",()=>{a=u.id,d(),r(u.id)})),p.setAttribute("aria-pressed",u.id===a?"true":"false"),i.push({id:u.id,btn:p}),s.appendChild(p)}function l(u){a=u,d()}return{element:s,setSelected:l}}function Ai(e){var g,C;let{label:n,icon:t="chevron-down",menuItems:r,onSelect:o,position:s="bottom-left",portal:a,className:i,hover:d}=e,l=h("div","persona-combo-btn"+(i?" "+i:""));l.style.position="relative",l.style.display="inline-flex",l.style.alignItems="center",l.style.cursor="pointer",l.setAttribute("role","button"),l.setAttribute("tabindex","0"),l.setAttribute("aria-haspopup","true"),l.setAttribute("aria-expanded","false"),l.setAttribute("aria-label",n);let u=h("span","persona-combo-btn-label");u.textContent=n,l.appendChild(u);let p=ge(t,14,"currentColor",2);p&&(p.style.marginLeft="4px",p.style.opacity="0.6",l.appendChild(p)),d&&(l.style.borderRadius=(g=d.borderRadius)!=null?g:"10px",l.style.padding=(C=d.padding)!=null?C:"6px 4px 6px 12px",l.style.border="1px solid transparent",l.style.transition="background-color 0.15s ease, border-color 0.15s ease",l.addEventListener("mouseenter",()=>{var x,M;l.style.backgroundColor=(x=d.background)!=null?x:"",l.style.borderColor=(M=d.border)!=null?M:""}),l.addEventListener("mouseleave",()=>{l.style.backgroundColor="",l.style.borderColor="transparent"}));let f=Eo({items:r,onSelect:x=>{l.setAttribute("aria-expanded","false"),o(x)},anchor:l,position:s,portal:a});return a||l.appendChild(f.element),l.addEventListener("click",x=>{x.stopPropagation();let M=!f.element.classList.contains("persona-hidden");l.setAttribute("aria-expanded",M?"false":"true"),f.toggle()}),l.addEventListener("keydown",x=>{(x.key==="Enter"||x.key===" ")&&(x.preventDefault(),l.click())}),{element:l,setLabel:x=>{u.textContent=x,l.setAttribute("aria-label",x)},open:()=>{l.setAttribute("aria-expanded","true"),f.show()},close:()=>{l.setAttribute("aria-expanded","false"),f.hide()},toggle:()=>{let x=!f.element.classList.contains("persona-hidden");l.setAttribute("aria-expanded",x?"false":"true"),f.toggle()},destroy:()=>{f.destroy(),l.remove()}}}var Lp=e=>{var r;let n=Zr({config:e.config,showClose:e.showClose,onClose:e.onClose,onClearChat:e.onClearChat}),t=(r=e.layoutHeaderConfig)==null?void 0:r.onTitleClick;if(t){let o=n.headerTitle.parentElement;o&&(o.style.cursor="pointer",o.setAttribute("role","button"),o.setAttribute("tabindex","0"),o.addEventListener("click",()=>t()),o.addEventListener("keydown",s=>{(s.key==="Enter"||s.key===" ")&&(s.preventDefault(),t())}))}return n};function nh(e,n,t){var r,o,s;if(n!=null&&n.length)for(let a of n){let i=h("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",(o=(r=a.ariaLabel)!=null?r:a.label)!=null?o:a.id),a.icon){let d=ge(a.icon,14,"currentColor",2);d&&i.appendChild(d)}else a.label&&(i.textContent=a.label);if((s=a.menuItems)!=null&&s.length){let d=h("div","persona-relative");d.appendChild(i);let l=Eo({items:a.menuItems,onSelect:u=>t==null?void 0:t(u),anchor:d,position:"bottom-left"});d.appendChild(l.element),i.addEventListener("click",u=>{u.stopPropagation(),l.toggle()}),e.appendChild(d)}else i.addEventListener("click",()=>t==null?void 0:t(a.id)),e.appendChild(i)}}var Pp=e=>{var k,B,D,L,S,F,$,j,W;let{config:n,showClose:t=!0,onClose:r,layoutHeaderConfig:o,onHeaderAction:s}=e,a=(k=n==null?void 0:n.launcher)!=null?k:{},i=h("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 d=o==null?void 0:o.titleMenu,l,u;if(d)l=Ai({label:(B=a.title)!=null?B:"Chat Assistant",menuItems:d.menuItems,onSelect:d.onSelect,hover:d.hover,className:""}).element,l.style.color=An.titleColor,u=(D=l.querySelector(".persona-combo-btn-label"))!=null?D:l;else{if(l=h("div","persona-flex persona-min-w-0 persona-flex-1 persona-items-center persona-gap-1"),u=h("span","persona-text-base persona-font-semibold persona-truncate"),u.style.color=An.titleColor,u.textContent=(L=a.title)!=null?L:"Chat Assistant",l.appendChild(u),nh(l,o==null?void 0:o.trailingActions,(S=o==null?void 0:o.onAction)!=null?S:s),o!=null&&o.onTitleClick){l.style.cursor="pointer",l.setAttribute("role","button"),l.setAttribute("tabindex","0");let V=o.onTitleClick;l.addEventListener("click",oe=>{oe.target.closest("button")||V()}),l.addEventListener("keydown",oe=>{(oe.key==="Enter"||oe.key===" ")&&(oe.preventDefault(),V())})}let O=o==null?void 0:o.titleRowHover;O&&(l.style.borderRadius=(F=O.borderRadius)!=null?F:"10px",l.style.padding=($=O.padding)!=null?$:"6px 4px 6px 12px",l.style.margin="-6px 0 -6px -12px",l.style.border="1px solid transparent",l.style.transition="background-color 0.15s ease, border-color 0.15s ease",l.style.width="fit-content",l.style.flex="none",l.addEventListener("mouseenter",()=>{var V,oe;l.style.backgroundColor=(V=O.background)!=null?V:"",l.style.borderColor=(oe=O.border)!=null?oe:""}),l.addEventListener("mouseleave",()=>{l.style.backgroundColor="",l.style.borderColor="transparent"}))}i.appendChild(l);let p=(j=a.closeButtonSize)!=null?j:"32px",f=h("div",""),g=h("button","persona-inline-flex persona-items-center persona-justify-center persona-rounded-full hover:persona-bg-gray-100 persona-cursor-pointer persona-border-none");g.style.height=p,g.style.width=p,g.type="button",g.setAttribute("aria-label","Close chat"),g.style.display=t?"":"none",g.style.color=a.closeButtonColor||An.actionIconColor;let C=(W=a.closeButtonIconName)!=null?W:"x",x=ge(C,"28px","currentColor",1);x?g.appendChild(x):g.textContent="\xD7",r&&g.addEventListener("click",r),f.appendChild(g),i.appendChild(f);let M=h("div");M.style.display="none";let A=h("span");return A.style.display="none",{header:i,iconHolder:M,headerTitle:u,headerSubtitle:A,closeButton:g,closeButtonWrapper:f,clearChatButton:null,clearChatButtonWrapper:null}},Si={default:Lp,minimal:Pp},Ip=e=>{var n;return(n=Si[e])!=null?n:Si.default},Ns=(e,n,t)=>{var a,i,d;if(n!=null&&n.render){let l=n.render({config:e,onClose:t==null?void 0:t.onClose,onClearChat:t==null?void 0:t.onClearChat,trailingActions:n.trailingActions,onAction:n.onAction}),u=h("div");u.style.display="none";let p=h("span"),f=h("span"),g=h("button");g.style.display="none";let C=h("div");return C.style.display="none",{header:l,iconHolder:u,headerTitle:p,headerSubtitle:f,closeButton:g,closeButtonWrapper:C,clearChatButton:null,clearChatButtonWrapper:null}}let r=(a=n==null?void 0:n.layout)!=null?a:"default",s=Ip(r)({config:e,showClose:(d=(i=n==null?void 0:n.showCloseButton)!=null?i:t==null?void 0:t.showClose)!=null?d:!0,onClose:t==null?void 0:t.onClose,onClearChat:t==null?void 0:t.onClearChat,layoutHeaderConfig:n,onHeaderAction:n==null?void 0:n.onAction});return n&&(n.showIcon===!1&&(s.iconHolder.style.display="none"),n.showTitle===!1&&(s.headerTitle.style.display="none"),n.showSubtitle===!1&&(s.headerSubtitle.style.display="none"),n.showCloseButton===!1&&(s.closeButton.style.display="none"),n.showClearChat===!1&&s.clearChatButtonWrapper&&(s.clearChatButtonWrapper.style.display="none")),s};var Da=e=>{var a,i;let n=h("textarea");n.setAttribute("data-persona-composer-input",""),n.placeholder=(i=(a=e==null?void 0:e.copy)==null?void 0:a.inputPlaceholder)!=null?i:"Type your message\u2026",n.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",n.rows=1,n.style.fontFamily='var(--persona-input-font-family, var(--persona-font-family, -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", Arial, sans-serif))',n.style.fontWeight="var(--persona-input-font-weight, var(--persona-font-weight, 400))";let t=3,r=20;n.style.maxHeight=`${t*r}px`,n.style.overflowY="auto";let o=()=>{let d=parseFloat(n.style.maxHeight);return Number.isFinite(d)&&d>0?d:t*r},s=()=>{n.addEventListener("input",()=>{n.style.height="auto";let d=Math.min(n.scrollHeight,o());n.style.height=`${d}px`})};return n.style.border="none",n.style.outline="none",n.style.borderWidth="0",n.style.borderStyle="none",n.style.borderColor="transparent",n.addEventListener("focus",()=>{n.style.border="none",n.style.outline="none",n.style.borderWidth="0",n.style.borderStyle="none",n.style.borderColor="transparent",n.style.boxShadow="none"}),n.addEventListener("blur",()=>{n.style.border="none",n.style.outline="none"}),{textarea:n,attachAutoResize:s}},Na=e=>{var L,S,F,$,j,W,O,V,oe,Pe,Me,Ge;let n=(L=e==null?void 0:e.sendButton)!=null?L:{},t=(S=n.useIcon)!=null?S:!1,r=(F=n.iconText)!=null?F:"\u2191",o=n.iconName,s=($=n.stopIconName)!=null?$:"square",a=(j=n.tooltipText)!=null?j:"Send message",i=(W=n.stopTooltipText)!=null?W:"Stop generating",d=(V=(O=e==null?void 0:e.copy)==null?void 0:O.sendButtonLabel)!=null?V:"Send",l=(Pe=(oe=e==null?void 0:e.copy)==null?void 0:oe.stopButtonLabel)!=null?Pe:"Stop",u=(Me=n.showTooltip)!=null?Me:!1,p=(Ge=n.size)!=null?Ge:"40px",f=n.backgroundColor,g=n.textColor,C=h("div","persona-send-button-wrapper"),x=h("button",t?"persona-rounded-button persona-flex persona-items-center persona-justify-center disabled:persona-opacity-50 persona-cursor-pointer":"persona-rounded-button persona-bg-persona-accent persona-px-4 persona-py-2 persona-text-sm persona-font-semibold disabled:persona-opacity-50 persona-cursor-pointer");x.type="submit",x.setAttribute("data-persona-composer-submit","");let M=null,A=null;if(t){x.style.width=p,x.style.height=p,x.style.minWidth=p,x.style.minHeight=p,x.style.fontSize="18px",x.style.lineHeight="1",x.innerHTML="",g?x.style.color=g:x.style.color="var(--persona-button-primary-fg, #ffffff)";let ue=parseFloat(p)||24,de=(g==null?void 0:g.trim())||"currentColor";o?(M=ge(o,ue,de,2),M?x.appendChild(M):x.textContent=r):x.textContent=r,A=ge(s,ue,de,2),f?x.style.backgroundColor=f:x.classList.add("persona-bg-persona-primary")}else x.textContent=d,g?x.style.color=g:x.classList.add("persona-text-white");n.borderWidth&&(x.style.borderWidth=n.borderWidth,x.style.borderStyle="solid"),n.borderColor&&(x.style.borderColor=n.borderColor),n.paddingX?(x.style.paddingLeft=n.paddingX,x.style.paddingRight=n.paddingX):(x.style.paddingLeft="",x.style.paddingRight=""),n.paddingY?(x.style.paddingTop=n.paddingY,x.style.paddingBottom=n.paddingY):(x.style.paddingTop="",x.style.paddingBottom="");let k=null;u&&a&&(k=h("div","persona-send-button-tooltip"),k.textContent=a,C.appendChild(k)),x.setAttribute("aria-label",a),C.appendChild(x);let B="send";return{button:x,wrapper:C,setMode:ue=>{if(ue===B)return;B=ue;let de=ue==="stop"?i:a;if(x.setAttribute("aria-label",de),k&&(k.textContent=de),t){if(M&&A){let ke=ue==="stop"?A:M;x.replaceChildren(ke)}}else x.textContent=ue==="stop"?l:d}}},Fa=e=>{var k,B,D,L,S,F,$,j,W,O,V,oe;let n=(k=e==null?void 0:e.voiceRecognition)!=null?k:{};if(!(n.enabled===!0))return null;let r=typeof window!="undefined"&&(typeof window.webkitSpeechRecognition!="undefined"||typeof window.SpeechRecognition!="undefined"),o=((B=n.provider)==null?void 0:B.type)==="runtype";if(!(r||o))return null;let a=(L=(D=e==null?void 0:e.sendButton)==null?void 0:D.size)!=null?L:"40px",i=h("div","persona-send-button-wrapper"),d=h("button","persona-rounded-button persona-flex persona-items-center persona-justify-center disabled:persona-opacity-50 persona-cursor-pointer");d.type="button",d.setAttribute("data-persona-composer-mic",""),d.setAttribute("aria-label","Start voice recognition");let l=(S=n.iconName)!=null?S:"mic",u=(F=n.iconSize)!=null?F:a,p=parseFloat(u)||24,f=(j=n.backgroundColor)!=null?j:($=e==null?void 0:e.sendButton)==null?void 0:$.backgroundColor,g=(O=n.iconColor)!=null?O:(W=e==null?void 0:e.sendButton)==null?void 0:W.textColor;d.style.width=u,d.style.height=u,d.style.minWidth=u,d.style.minHeight=u,d.style.fontSize="18px",d.style.lineHeight="1",g?d.style.color=g:d.style.color="var(--persona-text, #111827)";let x=ge(l,p,g||"currentColor",1.5);x?d.appendChild(x):d.textContent="\u{1F3A4}",f&&(d.style.backgroundColor=f),n.borderWidth&&(d.style.borderWidth=n.borderWidth,d.style.borderStyle="solid"),n.borderColor&&(d.style.borderColor=n.borderColor),n.paddingX&&(d.style.paddingLeft=n.paddingX,d.style.paddingRight=n.paddingX),n.paddingY&&(d.style.paddingTop=n.paddingY,d.style.paddingBottom=n.paddingY),i.appendChild(d);let M=(V=n.tooltipText)!=null?V:"Start voice recognition";if(((oe=n.showTooltip)!=null?oe:!1)&&M){let Pe=h("div","persona-send-button-tooltip");Pe.textContent=M,i.appendChild(Pe)}return{button:d,wrapper:i}},Oa=e=>{var C,x,M,A,k,B,D,L;let n=(C=e==null?void 0:e.attachments)!=null?C:{};if(n.enabled!==!0)return null;let t=(M=(x=e==null?void 0:e.sendButton)==null?void 0:x.size)!=null?M:"40px",r=h("div","persona-attachment-previews persona-flex persona-flex-wrap persona-gap-2 persona-mb-2");r.style.display="none";let o=h("input");o.type="file",o.accept=((A=n.allowedTypes)!=null?A:Rr).join(","),o.multiple=((k=n.maxFiles)!=null?k:4)>1,o.style.display="none",o.setAttribute("aria-label","Attach files");let s=h("div","persona-send-button-wrapper"),a=h("button","persona-rounded-button persona-flex persona-items-center persona-justify-center disabled:persona-opacity-50 persona-cursor-pointer persona-attachment-button");a.type="button",a.setAttribute("aria-label",(B=n.buttonTooltipText)!=null?B:"Attach file");let i=(D=n.buttonIconName)!=null?D:"paperclip",d=t,l=parseFloat(d)||40,u=Math.round(l*.6);a.style.width=d,a.style.height=d,a.style.minWidth=d,a.style.minHeight=d,a.style.fontSize="18px",a.style.lineHeight="1",a.style.backgroundColor="transparent",a.style.color="var(--persona-primary, #111827)",a.style.border="none",a.style.borderRadius="6px",a.style.transition="background-color 0.15s ease",a.addEventListener("mouseenter",()=>{a.style.backgroundColor="var(--persona-palette-colors-black-alpha-50, rgba(0, 0, 0, 0.05))"}),a.addEventListener("mouseleave",()=>{a.style.backgroundColor="transparent"});let p=ge(i,u,"currentColor",1.5);p?a.appendChild(p):a.textContent="\u{1F4CE}",a.addEventListener("click",S=>{S.preventDefault(),o.click()}),s.appendChild(a);let f=(L=n.buttonTooltipText)!=null?L:"Attach file",g=h("div","persona-send-button-tooltip");return g.textContent=f,s.appendChild(g),{button:a,wrapper:s,input:o,previewsContainer:r}},$a=e=>{var a,i,d;let n=(a=e==null?void 0:e.statusIndicator)!=null?a:{},t=n.align==="left"?"persona-text-left":n.align==="center"?"persona-text-center":"persona-text-right",r=h("div",`persona-mt-2 ${t} persona-text-xs persona-text-persona-muted`);r.setAttribute("data-persona-composer-status","");let o=(i=n.visible)!=null?i:!0;r.style.display=o?"":"none";let s=(d=n.idleText)!=null?d:"Online";if(n.idleLink){let l=h("a");l.href=n.idleLink,l.target="_blank",l.rel="noopener noreferrer",l.textContent=s,l.style.color="inherit",l.style.textDecoration="none",r.appendChild(l)}else r.textContent=s;return r},_a=()=>h("div","persona-mb-3 persona-flex persona-flex-wrap persona-gap-2");var Fs=e=>{var C,x,M,A,k,B;let{config:n}=e,t=h("div","persona-widget-footer persona-border-t-persona-divider persona-bg-persona-surface persona-px-6 persona-py-4");t.setAttribute("data-persona-theme-zone","composer");let r=_a(),o=h("form","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");o.setAttribute("data-persona-composer-form",""),o.style.outline="none";let{textarea:s,attachAutoResize:a}=Da(n);a();let i=Na(n),d=Fa(n),l=Oa(n),u=$a(n);l&&(l.previewsContainer.style.gap="8px",o.append(l.previewsContainer,l.input)),o.append(s);let p=h("div","persona-widget-composer__actions persona-flex persona-items-center persona-justify-between persona-w-full"),f=h("div","persona-widget-composer__left-actions persona-flex persona-items-center persona-gap-2"),g=h("div","persona-widget-composer__right-actions persona-flex persona-items-center persona-gap-1");return l&&f.append(l.wrapper),d&&g.append(d.wrapper),g.append(i.wrapper),p.append(f,g),o.append(p),o.addEventListener("click",D=>{D.target!==i.button&&D.target!==i.wrapper&&D.target!==(d==null?void 0:d.button)&&D.target!==(d==null?void 0:d.wrapper)&&D.target!==(l==null?void 0:l.button)&&D.target!==(l==null?void 0:l.wrapper)&&s.focus()}),t.append(r,o,u),{footer:t,suggestions:r,composerForm:o,textarea:s,sendButton:i.button,sendButtonWrapper:i.wrapper,micButton:(C=d==null?void 0:d.button)!=null?C:null,micButtonWrapper:(x=d==null?void 0:d.wrapper)!=null?x:null,statusText:u,attachmentButton:(M=l==null?void 0:l.button)!=null?M:null,attachmentButtonWrapper:(A=l==null?void 0:l.wrapper)!=null?A:null,attachmentInput:(k=l==null?void 0:l.input)!=null?k:null,attachmentPreviewsContainer:(B=l==null?void 0:l.previewsContainer)!=null?B:null,actionsRow:p,leftActions:f,rightActions:g,setSendButtonMode:i.setMode}};var Wp=()=>{let e=h("button","persona-pill-peek");e.type="button",e.setAttribute("data-persona-pill-peek",""),e.setAttribute("aria-label","Show conversation"),e.setAttribute("tabindex","-1");let n=h("span","persona-pill-peek__icon"),t=ge("message-square",16,"currentColor",1.5);t&&n.appendChild(t);let r=h("span","persona-pill-peek__text"),o=h("span","persona-pill-peek__caret"),s=ge("chevron-up",16,"currentColor",1.5);return s&&o.appendChild(s),e.append(n,r,o),{root:e,textNode:r}},Rp=e=>{var C,x,M,A,k,B;let{config:n}=e,t=h("div","persona-widget-footer persona-widget-footer--pill");t.setAttribute("data-persona-theme-zone","composer");let r=_a();r.style.display="none";let o=$a(n);o.style.display="none";let{textarea:s,attachAutoResize:a}=Da(n);s.style.maxHeight="100px",a();let i=Na(n),d=Fa(n),l=Oa(n);l&&l.previewsContainer.classList.add("persona-pill-composer__previews");let u=h("form","persona-widget-composer persona-pill-composer");u.setAttribute("data-persona-composer-form",""),u.style.outline="none";let p=h("div","persona-widget-composer__left-actions persona-pill-composer__left");l&&p.append(l.wrapper);let f=h("div","persona-widget-composer__right-actions persona-pill-composer__right");d&&f.append(d.wrapper),f.append(i.wrapper),u.addEventListener("click",D=>{D.target!==i.button&&D.target!==i.wrapper&&D.target!==(d==null?void 0:d.button)&&D.target!==(d==null?void 0:d.wrapper)&&D.target!==(l==null?void 0:l.button)&&D.target!==(l==null?void 0:l.wrapper)&&s.focus()}),l&&u.append(l.input),u.append(p,s,f),l&&t.append(l.previewsContainer),t.append(u,r,o);let g=u;return{footer:t,suggestions:r,composerForm:u,textarea:s,sendButton:i.button,sendButtonWrapper:i.wrapper,micButton:(C=d==null?void 0:d.button)!=null?C:null,micButtonWrapper:(x=d==null?void 0:d.wrapper)!=null?x:null,statusText:o,attachmentButton:(M=l==null?void 0:l.button)!=null?M:null,attachmentButtonWrapper:(A=l==null?void 0:l.wrapper)!=null?A:null,attachmentInput:(k=l==null?void 0:l.input)!=null?k:null,attachmentPreviewsContainer:(B=l==null?void 0:l.previewsContainer)!=null?B:null,actionsRow:g,leftActions:p,rightActions:f,setSendButtonMode:i.setMode}};var Hp=e=>{var u,p,f,g,C,x,M,A,k,B,D,L,S,F,$,j,W;let n=(p=(u=e==null?void 0:e.launcher)==null?void 0:u.enabled)!=null?p:!0,t=on(e);if(Yr(e)){let O=(g=(f=e==null?void 0:e.launcher)==null?void 0:f.composerBar)!=null?g:{},V=h("div","persona-widget-wrapper persona-fixed persona-transition");V.setAttribute("data-persona-composer-bar",""),V.dataset.state="collapsed",V.dataset.expandedSize=(C=O.expandedSize)!=null?C:"anchored",V.style.zIndex=String((M=(x=e==null?void 0:e.launcher)==null?void 0:x.zIndex)!=null?M:fn);let oe=h("div","persona-widget-panel persona-relative persona-flex persona-flex-1 persona-min-h-0 persona-flex-col");oe.style.width="100%",V.appendChild(oe);let Pe=h("div","persona-widget-pill-root");return Pe.setAttribute("data-persona-composer-bar",""),Pe.dataset.state="collapsed",Pe.dataset.expandedSize=(A=O.expandedSize)!=null?A:"anchored",Pe.style.zIndex=String((B=(k=e==null?void 0:e.launcher)==null?void 0:k.zIndex)!=null?B:fn),{wrapper:V,panel:oe,pillRoot:Pe}}if(t){let O=h("div","persona-relative persona-h-full persona-w-full persona-flex persona-flex-1 persona-min-h-0 persona-flex-col"),V=h("div","persona-relative persona-h-full persona-w-full persona-flex persona-flex-1 persona-min-h-0 persona-flex-col");return O.appendChild(V),{wrapper:O,panel:V}}if(!n){let O=h("div","persona-relative persona-h-full persona-flex persona-flex-col persona-flex-1 persona-min-h-0"),V=h("div","persona-relative persona-flex-1 persona-flex persona-flex-col persona-min-h-0"),oe=(L=(D=e==null?void 0:e.launcher)==null?void 0:D.width)!=null?L:"100%";return O.style.width=oe,V.style.width="100%",O.appendChild(V),{wrapper:O,panel:V}}let o=(S=e==null?void 0:e.launcher)!=null?S:{},s=o.position&&cr[o.position]?cr[o.position]:cr["bottom-right"],a=h("div",`persona-widget-wrapper persona-fixed ${s} persona-transition`);a.style.zIndex=String(($=(F=e==null?void 0:e.launcher)==null?void 0:F.zIndex)!=null?$:fn);let i=h("div","persona-widget-panel persona-relative persona-min-h-[320px]"),d=(W=(j=e==null?void 0:e.launcher)==null?void 0:j.width)!=null?W:e==null?void 0:e.launcherWidth,l=d!=null?d:Gn;return i.style.width=l,i.style.maxWidth=l,a.appendChild(i),{wrapper:a,panel:i}},rh=(e,n)=>{var D,L,S,F,$,j,W,O,V;let t=h("div","persona-widget-container persona-relative persona-flex persona-flex-1 persona-min-h-0 persona-flex-col persona-text-persona-primary");t.setAttribute("data-persona-theme-zone","container");let{button:r,wrapper:o}=Wa(e,{showClose:n,wrapperClassName:"persona-composer-bar-close",buttonSize:"16px",iconSize:"14px"});o.style.position="absolute",o.style.top="8px",o.style.right="8px",o.style.zIndex="10";let s=(S=(L=(D=e==null?void 0:e.launcher)==null?void 0:D.clearChat)==null?void 0:L.enabled)!=null?S:!0,a=null,i=null;if(s){let oe=Ra(e,{wrapperClassName:"persona-composer-bar-clear-chat",buttonSize:"16px",iconSize:"14px"});a=oe.button,i=oe.wrapper,i.style.position="absolute",i.style.top="8px",i.style.right="32px",i.style.zIndex="10"}let d=h("span","persona-widget-header");d.setAttribute("data-persona-theme-zone","header"),d.style.display="none";let l=h("div","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");l.style.paddingTop="48px",l.id="persona-scroll-container",l.setAttribute("data-persona-theme-zone","messages");let u=h("div","persona-rounded-2xl persona-bg-persona-surface persona-p-6");u.style.boxShadow="var(--persona-intro-card-shadow, 0 5px 15px rgba(15, 23, 42, 0.08))",u.setAttribute("data-persona-intro-card","");let p=h("h2","persona-text-lg persona-font-semibold persona-text-persona-primary");p.textContent=($=(F=e==null?void 0:e.copy)==null?void 0:F.welcomeTitle)!=null?$:"Hello \u{1F44B}";let f=h("p","persona-mt-2 persona-text-sm persona-text-persona-muted");f.textContent=(W=(j=e==null?void 0:e.copy)==null?void 0:j.welcomeSubtitle)!=null?W:"Ask anything about your account or products.",u.append(p,f);let g=h("div","persona-flex persona-flex-col persona-gap-3"),C=(O=e==null?void 0:e.layout)==null?void 0:O.contentMaxWidth;C&&(g.style.maxWidth=C,g.style.marginLeft="auto",g.style.marginRight="auto",g.style.width="100%"),((V=e==null?void 0:e.copy)==null?void 0:V.showWelcomeCard)!==!1||(u.style.display="none",l.classList.remove("persona-gap-6"),l.classList.add("persona-gap-3")),l.append(u,g);let M=h("div","persona-composer-overlay persona-pointer-events-none");M.setAttribute("data-persona-composer-overlay",""),M.style.position="absolute",M.style.left="0",M.style.right="0",M.style.bottom="0",M.style.zIndex="20";let A=Rp({config:e}),{root:k,textNode:B}=Wp();return t.append(d,o,l,M),i&&t.appendChild(i),{container:t,body:l,messagesWrapper:g,composerOverlay:M,suggestions:A.suggestions,textarea:A.textarea,sendButton:A.sendButton,sendButtonWrapper:A.sendButtonWrapper,micButton:A.micButton,micButtonWrapper:A.micButtonWrapper,composerForm:A.composerForm,statusText:A.statusText,introTitle:p,introSubtitle:f,closeButton:r,closeButtonWrapper:o,clearChatButton:a,clearChatButtonWrapper:i,iconHolder:h("span"),headerTitle:h("span"),headerSubtitle:h("span"),header:d,footer:A.footer,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:k,peekTextNode:B}},Bp=(e,n=!0)=>{var M,A,k,B,D,L,S,F,$;if(Yr(e))return rh(e,n);let t=h("div","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");t.setAttribute("data-persona-theme-zone","container");let r=(M=e==null?void 0:e.layout)==null?void 0:M.header,o=((A=e==null?void 0:e.layout)==null?void 0:A.showHeader)!==!1,s=r?Ns(e,r,{showClose:n}):Zr({config:e,showClose:n}),a=h("div","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");a.id="persona-scroll-container",a.setAttribute("data-persona-theme-zone","messages");let i=h("div","persona-rounded-2xl persona-bg-persona-surface persona-p-6");i.style.boxShadow=on(e)?"none":"var(--persona-intro-card-shadow, 0 5px 15px rgba(15, 23, 42, 0.08))";let d=h("h2","persona-text-lg persona-font-semibold persona-text-persona-primary");d.textContent=(B=(k=e==null?void 0:e.copy)==null?void 0:k.welcomeTitle)!=null?B:"Hello \u{1F44B}";let l=h("p","persona-mt-2 persona-text-sm persona-text-persona-muted");l.textContent=(L=(D=e==null?void 0:e.copy)==null?void 0:D.welcomeSubtitle)!=null?L:"Ask anything about your account or products.",i.append(d,l);let u=h("div","persona-flex persona-flex-col persona-gap-3"),p=(S=e==null?void 0:e.layout)==null?void 0:S.contentMaxWidth;p&&(u.style.maxWidth=p,u.style.marginLeft="auto",u.style.marginRight="auto",u.style.width="100%"),i.setAttribute("data-persona-intro-card",""),((F=e==null?void 0:e.copy)==null?void 0:F.showWelcomeCard)!==!1||(i.style.display="none",a.classList.remove("persona-gap-6"),a.classList.add("persona-gap-3")),a.append(i,u);let g=Fs({config:e}),C=(($=e==null?void 0:e.layout)==null?void 0:$.showFooter)!==!1;o?Vo(t,s,e):(s.header.style.display="none",Vo(t,s,e)),t.append(a);let x=h("div","persona-composer-overlay persona-pointer-events-none");return x.setAttribute("data-persona-composer-overlay",""),x.style.position="absolute",x.style.left="0",x.style.right="0",x.style.bottom="0",x.style.zIndex="20",C||(g.footer.style.display="none"),t.append(g.footer),t.append(x),{container:t,body:a,messagesWrapper:u,composerOverlay:x,suggestions:g.suggestions,textarea:g.textarea,sendButton:g.sendButton,sendButtonWrapper:g.sendButtonWrapper,micButton:g.micButton,micButtonWrapper:g.micButtonWrapper,composerForm:g.composerForm,statusText:g.statusText,introTitle:d,introSubtitle:l,closeButton:s.closeButton,closeButtonWrapper:s.closeButtonWrapper,clearChatButton:s.clearChatButton,clearChatButtonWrapper:s.clearChatButtonWrapper,iconHolder:s.iconHolder,headerTitle:s.headerTitle,headerSubtitle:s.headerSubtitle,header:s.header,footer:g.footer,attachmentButton:g.attachmentButton,attachmentButtonWrapper:g.attachmentButtonWrapper,attachmentInput:g.attachmentInput,attachmentPreviewsContainer:g.attachmentPreviewsContainer,actionsRow:g.actionsRow,leftActions:g.leftActions,rightActions:g.rightActions,setSendButtonMode:g.setSendButtonMode}};var oh=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}},sh=(e,n)=>{if(!e)return null;let t=oh(e);if(t===null)return null;let r=n==null?void 0:n[e],o=r!==void 0?r:t;return o||null},ah=(e,n)=>{let t=h("div","persona-message-stop-reason persona-text-xs persona-mt-2 persona-italic");return t.setAttribute("data-stop-reason",e),t.setAttribute("role","note"),t.style.opacity="0.75",t.textContent=n,t},ih=e=>{let n=e.toLowerCase();return n.startsWith("data:image/svg+xml")?!1:!!(/^(?:https?|blob):/i.test(e)||n.startsWith("data:image/")||!e.includes(":"))},Ei=e=>{let n=e.toLowerCase();return n.startsWith("javascript:")||n.startsWith("data:text/html")||n.startsWith("data:text/javascript")||n.startsWith("data:text/xml")||n.startsWith("data:application/xhtml")||n.startsWith("data:image/svg+xml")?!1:!!(/^(?:https?|blob):/i.test(e)||n.startsWith("data:")||!e.includes(":"))},Ti=320,Np=320,lh=e=>!e.contentParts||e.contentParts.length===0?[]:e.contentParts.filter(n=>n.type==="image"&&typeof n.image=="string"&&n.image.trim().length>0),ch=e=>!e.contentParts||e.contentParts.length===0?[]:e.contentParts.filter(n=>n.type==="audio"&&typeof n.audio=="string"&&n.audio.trim().length>0),dh=e=>!e.contentParts||e.contentParts.length===0?[]:e.contentParts.filter(n=>n.type==="video"&&typeof n.video=="string"&&n.video.trim().length>0),ph=e=>!e.contentParts||e.contentParts.length===0?[]:e.contentParts.filter(n=>n.type==="file"&&typeof n.data=="string"&&n.data.trim().length>0),uh=(e,n,t)=>{if(e.length===0)return null;try{let r=h("div","persona-flex persona-flex-col persona-gap-2");r.setAttribute("data-message-attachments","images"),n&&(r.style.marginBottom="8px");let o=0,s=!1,a=()=>{s||(s=!0,r.remove(),t==null||t())};return e.forEach((i,d)=>{var p;let l=h("img");l.alt=((p=i.alt)==null?void 0:p.trim())||`Attached image ${d+1}`,l.loading="lazy",l.decoding="async",l.referrerPolicy="no-referrer",l.style.display="block",l.style.width="100%",l.style.maxWidth=`${Ti}px`,l.style.maxHeight=`${Np}px`,l.style.height="auto",l.style.objectFit="contain",l.style.borderRadius="10px",l.style.backgroundColor="var(--persona-attachment-image-bg, var(--persona-container, #f3f4f6))",l.style.border="1px solid var(--persona-attachment-image-border, var(--persona-border, #e5e7eb))";let u=!1;o+=1,l.addEventListener("error",()=>{u||(u=!0,o=Math.max(0,o-1),l.remove(),o===0&&a())}),l.addEventListener("load",()=>{u=!0}),ih(i.image)?(l.src=i.image,r.appendChild(l)):(u=!0,o=Math.max(0,o-1),l.remove())}),o===0?(a(),null):r}catch{return t==null||t(),null}},mh=e=>{if(e.length===0)return null;try{let n=h("div","persona-flex persona-flex-col persona-gap-2");n.setAttribute("data-message-attachments","audio");let t=0;return e.forEach(r=>{if(!Ei(r.audio))return;let o=h("audio");o.controls=!0,o.preload="metadata",o.src=r.audio,o.style.display="block",o.style.width="100%",o.style.maxWidth=`${Ti}px`,n.appendChild(o),t+=1}),t===0?(n.remove(),null):n}catch{return null}},gh=e=>{if(e.length===0)return null;try{let n=h("div","persona-flex persona-flex-col persona-gap-2");n.setAttribute("data-message-attachments","video");let t=0;return e.forEach(r=>{if(!Ei(r.video))return;let o=h("video");o.controls=!0,o.preload="metadata",o.src=r.video,o.style.display="block",o.style.width="100%",o.style.maxWidth=`${Ti}px`,o.style.maxHeight=`${Np}px`,o.style.borderRadius="10px",o.style.backgroundColor="var(--persona-attachment-image-bg, var(--persona-container, #f3f4f6))",n.appendChild(o),t+=1}),t===0?(n.remove(),null):n}catch{return null}},fh=e=>{if(e.length===0)return null;try{let n=h("div","persona-flex persona-flex-col persona-gap-2");n.setAttribute("data-message-attachments","files");let t=0;return e.forEach(r=>{if(!Ei(r.data))return;let o=h("a");o.href=r.data,o.download=r.filename,o.target="_blank",o.rel="noopener noreferrer",o.textContent=r.filename,o.className="persona-message-file-attachment",o.style.display="inline-flex",o.style.alignItems="center",o.style.gap="6px",o.style.padding="6px 10px",o.style.borderRadius="8px",o.style.fontSize="0.875rem",o.style.textDecoration="underline",o.style.backgroundColor="var(--persona-attachment-file-bg, var(--persona-container, #f3f4f6))",o.style.border="1px solid var(--persona-attachment-file-border, var(--persona-border, #e5e7eb))",o.style.color="inherit",n.appendChild(o),t+=1}),t===0?(n.remove(),null):n}catch{return null}},Jo=()=>{let e=document.createElement("div");e.className="persona-flex persona-items-center persona-space-x-1 persona-h-5 persona-mt-2";let n=document.createElement("div");n.className="persona-animate-typing persona-rounded-full persona-h-1.5 persona-w-1.5",n.style.backgroundColor="currentColor",n.style.opacity="0.4",n.style.animationDelay="0ms";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="250ms";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="500ms";let o=document.createElement("span");return o.className="persona-sr-only",o.textContent="Loading",e.appendChild(n),e.appendChild(t),e.appendChild(r),e.appendChild(o),e},Fp=(e,n,t)=>{let r={config:t!=null?t:{},streaming:!0,location:e,defaultRenderer:Jo};if(n){let o=n(r);if(o!==null)return o}return Jo()},hh=(e,n)=>{let t=h("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"),r=n==="user"?e.userAvatar:e.assistantAvatar;if(r)if(r.startsWith("http")||r.startsWith("/")||r.startsWith("data:")){let o=h("img");o.src=r,o.alt=n==="user"?"User":"Assistant",o.className="persona-w-full persona-h-full persona-rounded-full persona-object-cover",t.appendChild(o)}else t.textContent=r,t.classList.add(n==="user"?"persona-bg-persona-accent":"persona-bg-persona-primary","persona-text-white");else t.textContent=n==="user"?"U":"A",t.classList.add(n==="user"?"persona-bg-persona-accent":"persona-bg-persona-primary","persona-text-white");return t},Dp=(e,n)=>{let t=h("div","persona-text-xs persona-text-persona-muted"),r=new Date(e.createdAt);return n.format?t.textContent=n.format(r):t.textContent=r.toLocaleTimeString([],{hour:"2-digit",minute:"2-digit"}),t},yh=(e,n="bubble")=>{let t=["persona-message-bubble","persona-max-w-[85%]"];switch(n){case"flat":e==="user"?t.push("persona-message-user-bubble","persona-ml-auto","persona-text-persona-primary","persona-py-2"):t.push("persona-message-assistant-bubble","persona-text-persona-primary","persona-py-2");break;case"minimal":t.push("persona-text-sm","persona-leading-relaxed"),e==="user"?t.push("persona-message-user-bubble","persona-ml-auto","persona-bg-persona-accent","persona-text-white","persona-px-3","persona-py-2","persona-rounded-lg"):t.push("persona-message-assistant-bubble","persona-bg-persona-surface","persona-text-persona-primary","persona-px-3","persona-py-2","persona-rounded-lg");break;default:t.push("persona-rounded-2xl","persona-text-sm","persona-leading-relaxed","persona-shadow-sm"),e==="user"?t.push("persona-message-user-bubble","persona-ml-auto","persona-bg-persona-accent","persona-text-white","persona-px-5","persona-py-3"):t.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 t},Op=(e,n,t)=>{var g,C,x,M,A,k;let r=(g=n.showCopy)!=null?g:!0,o=(C=n.showUpvote)!=null?C:!0,s=(x=n.showDownvote)!=null?x:!0;if(!r&&!o&&!s){let B=h("div");return B.style.display="none",B.id=`actions-${e.id}`,B.setAttribute("data-actions-for",e.id),B}let a=(M=n.visibility)!=null?M:"hover",i=(A=n.align)!=null?A:"right",d=(k=n.layout)!=null?k:"pill-inside",l={left:"persona-message-actions-left",center:"persona-message-actions-center",right:"persona-message-actions-right"}[i],u={"pill-inside":"persona-message-actions-pill","row-inside":"persona-message-actions-row"}[d],p=h("div",`persona-message-actions persona-flex persona-items-center persona-gap-1 persona-mt-2 ${l} ${u} ${a==="hover"?"persona-message-actions-hover":""}`);p.id=`actions-${e.id}`,p.setAttribute("data-actions-for",e.id);let f=(B,D,L)=>{let S=jt({icon:B,label:D,size:14,className:"persona-message-action-btn"});return S.setAttribute("data-action",L),S};return r&&p.appendChild(f("copy","Copy message","copy")),o&&p.appendChild(f("thumbs-up","Upvote","upvote")),s&&p.appendChild(f("thumbs-down","Downvote","downvote")),p},Os=(e,n,t,r,o,s)=>{var ee,Ae,Q,ae,Re,ce,We,Ze,J,se,Fe,K,z,xe,Oe,ne,Se;let a=t!=null?t:{},i=(ee=a.layout)!=null?ee:"bubble",d=a.avatar,l=a.timestamp,u=(Ae=d==null?void 0:d.show)!=null?Ae:!1,p=(Q=l==null?void 0:l.show)!=null?Q:!1,f=(ae=d==null?void 0:d.position)!=null?ae:"left",g=(Re=l==null?void 0:l.position)!=null?Re:"below",C=yh(e.role,i),x=h("div",C.join(" "));x.id=`bubble-${e.id}`,x.setAttribute("data-message-id",e.id),x.setAttribute("data-persona-theme-zone",e.role==="user"?"user-message":"assistant-message"),e.role==="user"?(x.style.backgroundColor="var(--persona-message-user-bg, var(--persona-accent))",x.style.color="var(--persona-message-user-text, white)"):e.role==="assistant"&&(x.style.backgroundColor="var(--persona-message-assistant-bg, var(--persona-surface))",x.style.color="var(--persona-message-assistant-text, var(--persona-text))");let M=lh(e),A=(We=(ce=e.content)==null?void 0:ce.trim())!=null?We:"",B=M.length>0&&A===ha,D=ka((J=(Ze=s==null?void 0:s.widgetConfig)==null?void 0:Ze.features)==null?void 0:J.streamAnimation),L=(K=(Fe=(se=s==null?void 0:s.widgetConfig)==null?void 0:se.features)==null?void 0:Fe.streamAnimation)==null?void 0:K.plugins,S=e.role==="assistant"&&D.type!=="none"?Ws(D.type,L):null,F=e.role==="assistant"&&((z=S==null?void 0:S.isAnimating)==null?void 0:z.call(S,e))===!0,$=e.role==="assistant"&&S!==null&&(!!e.streaming||F);$&&(S!=null&&S.bubbleClass)&&x.classList.add(S.bubbleClass);let j=document.createElement("div");j.classList.add("persona-message-content"),$&&S&&(S.containerClass&&j.classList.add(S.containerClass),j.style.setProperty("--persona-stream-step",`${D.speed}ms`),j.style.setProperty("--persona-stream-duration",`${D.duration}ms`));let W=$?La((xe=e.content)!=null?xe:"",D.buffer,S,e,!!e.streaming):(Oe=e.content)!=null?Oe:"",O=n({text:W,message:e,streaming:!!e.streaming,raw:e.rawContent}),V=O;$&&(S==null?void 0:S.wrap)==="char"?V=Rs(O,"char",e.id,{skipTags:S.skipTags}):$&&(S==null?void 0:S.wrap)==="word"&&(V=Rs(O,"word",e.id,{skipTags:S.skipTags}));let oe=null;if(B?(oe=document.createElement("div"),oe.innerHTML=V,oe.style.display="none",j.appendChild(oe)):j.innerHTML=V,$&&(S!=null&&S.useCaret)&&!B&&A){let be=Pa(),Ht=j.querySelectorAll(".persona-stream-char, .persona-stream-word"),Le=Ht[Ht.length-1];if(Le!=null&&Le.parentNode)Le.parentNode.insertBefore(be,Le.nextSibling);else{let te=j.lastElementChild;te?te.appendChild(be):j.appendChild(be)}}if(p&&g==="inline"&&e.createdAt){let be=Dp(e,l);be.classList.add("persona-ml-2","persona-inline"),j.appendChild(be)}if(M.length>0){let be=uh(M,!B&&!!A,()=>{B&&oe&&(oe.style.display="")});be?x.appendChild(be):B&&oe&&(oe.style.display="")}let Pe=ch(e);if(Pe.length>0){let be=mh(Pe);be&&x.appendChild(be)}let Me=dh(e);if(Me.length>0){let be=gh(Me);be&&x.appendChild(be)}let Ge=ph(e);if(Ge.length>0){let be=fh(Ge);be&&x.appendChild(be)}if(x.appendChild(j),p&&g==="below"&&e.createdAt){let be=Dp(e,l);be.classList.add("persona-mt-1"),x.appendChild(be)}let ue=e.role==="assistant"?sh(e.stopReason,(Se=(ne=s==null?void 0:s.widgetConfig)==null?void 0:ne.copy)==null?void 0:Se.stopReasonNotice):null;if(e.streaming&&e.role==="assistant"){let be=!!(W&&W.trim()),Ht=D.placeholder==="skeleton",Le=Ht&&D.buffer==="line"&&be;if(be)Le&&x.appendChild(Hs());else if(Ht)x.appendChild(Hs());else{let te=Fp("inline",s==null?void 0:s.loadingIndicatorRenderer,s==null?void 0:s.widgetConfig);te&&x.appendChild(te)}}if(ue&&e.stopReason&&!e.streaming&&(A||(j.style.display="none"),x.appendChild(ah(e.stopReason,ue))),e.role==="assistant"&&!e.streaming&&e.content&&e.content.trim()&&(r==null?void 0:r.enabled)!==!1&&r){let be=Op(e,r,o);x.appendChild(be)}if(!u||e.role==="system")return x;let ke=h("div",`persona-flex persona-gap-2 ${e.role==="user"?"persona-flex-row-reverse":""}`),Ue=hh(d,e.role);return f==="right"||f==="left"&&e.role==="user"?ke.append(x,Ue):ke.append(Ue,x),x.classList.remove("persona-max-w-[85%]"),x.classList.add("persona-max-w-[calc(85%-2.5rem)]"),ke},bh=(e,n,t,r,o,s)=>{let a=t!=null?t:{};return e.role==="user"&&a.renderUserMessage?a.renderUserMessage({message:e,config:{},streaming:!!e.streaming}):e.role==="assistant"&&a.renderAssistantMessage?a.renderAssistantMessage({message:e,config:{},streaming:!!e.streaming}):Os(e,n,t,r,o,s)};var Ko=new Set,xh=(e,n)=>n==null?!1:typeof n=="string"?(e.textContent=n,!0):(e.appendChild(n),!0),vh=(e,n)=>{var r,o;let t=(o=(r=e.reasoning)==null?void 0:r.chunks.join("").trim())!=null?o:"";return t?t.split(/\r?\n/).map(s=>s.trim()).filter(Boolean).slice(0,n).join(`
|
|
17
|
+
`):""},$p=(e,n)=>{let t=Ko.has(e),r=n.querySelector('button[data-expand-header="true"]'),o=n.querySelector(".persona-border-t"),s=n.querySelector('[data-persona-collapsed-preview="reasoning"]');if(!r||!o)return;r.setAttribute("aria-expanded",t?"true":"false");let a=r.querySelector(".persona-ml-auto"),i=a==null?void 0:a.querySelector(":scope > .persona-flex.persona-items-center");if(i){i.innerHTML="";let l=ge(t?"chevron-up":"chevron-down",16,"currentColor",2);l?i.appendChild(l):i.textContent=t?"Hide":"Show"}o.style.display=t?"":"none",s&&(s.style.display=t?"none":s.textContent||s.childNodes.length?"":"none")},Mi=(e,n)=>{var Me,Ge,ue,de,ke,Ue,ee,Ae,Q,ae,Re;let t=e.reasoning,r=h("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(r.id=`bubble-${e.id}`,r.setAttribute("data-message-id",e.id),!t)return r;let o=(Ge=(Me=n==null?void 0:n.features)==null?void 0:Me.reasoningDisplay)!=null?Ge:{},s=o.expandable!==!1,a=s&&Ko.has(e.id),i=t.status!=="complete",d=vh(e,(ue=o.previewMaxLines)!=null?ue:3),l=h("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");l.type="button",s&&(l.setAttribute("aria-expanded",a?"true":"false"),l.setAttribute("data-expand-header","true")),l.setAttribute("data-bubble-type","reasoning");let u=h("div","persona-flex persona-flex-col persona-text-left"),p=h("span","persona-text-xs persona-text-persona-primary"),f="Thinking...",g=(de=n==null?void 0:n.reasoning)!=null?de:{},C=String((ke=t.startedAt)!=null?ke:Date.now()),x=()=>{let ce=h("span","");return ce.setAttribute("data-tool-elapsed",C),ce.textContent=ua(t),ce},M=(Ue=g.renderCollapsedSummary)==null?void 0:Ue.call(g,{message:e,reasoning:t,defaultSummary:f,previewText:d,isActive:i,config:n!=null?n:{},elapsed:ua(t),createElapsedElement:x});typeof M=="string"&&M.trim()?(p.textContent=M,u.appendChild(p)):M instanceof HTMLElement?u.appendChild(M):(p.textContent=f,u.appendChild(p));let A=h("span","persona-text-xs persona-text-persona-primary");A.textContent=sp(t),u.appendChild(A);let k=(ee=o.loadingAnimation)!=null?ee:"none",B=g.activeTextTemplate,D=g.completeTextTemplate,L=i?B:D,S=M instanceof HTMLElement,F=(ce,We,Ze)=>{let J=Ze;for(let se of We){let Fe=h("span","persona-tool-char");Fe.style.setProperty("--char-index",String(J)),Fe.textContent=se===" "?"\xA0":se,ce.appendChild(Fe),J++}return J},$=(ce,We)=>{p.textContent="";let Ze=ma(ce,""),J=0;for(let se of Ze){let Fe=se.styles.length>0?(()=>{let K=h("span",se.styles.map(z=>`persona-tool-text-${z}`).join(" "));return p.appendChild(K),K})():p;if(se.isDuration&&i)Fe.appendChild(x());else{let K=se.isDuration?ua(t):se.text;We?J=F(Fe,K,J):Fe.appendChild(document.createTextNode(K))}}};if(!S&&L)if(A.style.display="none",p.style.display="",i&&k!=="none"){let ce=(Ae=g.loadingAnimationDuration)!=null?Ae:2e3;p.setAttribute("data-preserve-animation","true"),k==="pulse"?(p.classList.add("persona-tool-loading-pulse"),p.style.setProperty("--persona-tool-anim-duration",`${ce}ms`),$(L,!1)):(p.classList.add(`persona-tool-loading-${k}`),p.style.setProperty("--persona-tool-anim-duration",`${ce}ms`),k==="shimmer-color"&&(g.loadingAnimationColor&&p.style.setProperty("--persona-tool-anim-color",g.loadingAnimationColor),g.loadingAnimationSecondaryColor&&p.style.setProperty("--persona-tool-anim-secondary-color",g.loadingAnimationSecondaryColor)),$(L,!0))}else $(L,!1);else if(!S&&i&&k!=="none"){p.style.display="";let ce=(Q=g.loadingAnimationDuration)!=null?Q:2e3;if(p.setAttribute("data-preserve-animation","true"),k==="pulse")p.classList.add("persona-tool-loading-pulse"),p.style.setProperty("--persona-tool-anim-duration",`${ce}ms`);else{p.classList.add(`persona-tool-loading-${k}`),p.style.setProperty("--persona-tool-anim-duration",`${ce}ms`),k==="shimmer-color"&&(g.loadingAnimationColor&&p.style.setProperty("--persona-tool-anim-color",g.loadingAnimationColor),g.loadingAnimationSecondaryColor&&p.style.setProperty("--persona-tool-anim-secondary-color",g.loadingAnimationSecondaryColor));let We=p.textContent||f;p.textContent="",F(p,We,0)}t.status==="complete"&&(p.style.display="none")}else S||(t.status==="complete"?p.style.display="none":p.style.display="");let j=null;if(s){j=h("div","persona-flex persona-items-center");let We=ge(a?"chevron-up":"chevron-down",16,"currentColor",2);We?j.appendChild(We):j.textContent=a?"Hide":"Show";let Ze=h("div","persona-flex persona-items-center persona-ml-auto");Ze.append(j),l.append(u,Ze)}else l.append(u);let W=h("div","persona-px-4 persona-py-3 persona-text-xs persona-leading-snug persona-text-persona-muted");if(W.setAttribute("data-persona-collapsed-preview","reasoning"),W.style.display="none",W.style.whiteSpace="pre-wrap",!a&&i&&o.activePreview&&d){let ce=(Re=(ae=n==null?void 0:n.reasoning)==null?void 0:ae.renderCollapsedPreview)==null?void 0:Re.call(ae,{message:e,reasoning:t,defaultPreview:d,isActive:i,config:n!=null?n:{}});xh(W,ce)||(W.textContent=d),W.style.display=""}if(!a&&i&&o.activeMinHeight&&(r.style.minHeight=o.activeMinHeight),!s)return r.append(l,W),r;let O=h("div","persona-border-t persona-border-gray-200 persona-bg-gray-50 persona-px-4 persona-py-3");O.style.display=a?"":"none";let V=t.chunks.join(""),oe=h("div","persona-whitespace-pre-wrap persona-text-xs persona-leading-snug persona-text-persona-muted");return oe.textContent=V||(t.status==="complete"?"No additional context was shared.":"Waiting for details\u2026"),O.appendChild(oe),(()=>{if(l.setAttribute("aria-expanded",a?"true":"false"),j){j.innerHTML="";let We=ge(a?"chevron-up":"chevron-down",16,"currentColor",2);We?j.appendChild(We):j.textContent=a?"Hide":"Show"}O.style.display=a?"":"none",W.style.display=a?"none":W.textContent||W.childNodes.length?"":"none"})(),r.append(l,W,O),r};var Go=new Set,Ch=(e,n)=>n==null?!1:typeof n=="string"?(e.textContent=n,!0):(e.appendChild(n),!0),wh=(e,n)=>{var s;let t=e.toolCall;if(!t)return"";let r=((s=t.chunks)!=null?s:[]).join("").trim();if(r)return r.split(/\r?\n/).map(i=>i.trim()).filter(Boolean).slice(-n).join(`
|
|
18
|
+
`);let o=$o(t.args).trim();return o?o.split(/\r?\n/).map(a=>a.trim()).filter(Boolean).slice(0,n).join(`
|
|
19
|
+
`):""},Ah=(e,n)=>{var u,p,f,g,C;let t=e.toolCall,r=(u=n==null?void 0:n.features)==null?void 0:u.toolCallDisplay,o=(p=r==null?void 0:r.collapsedMode)!=null?p:"tool-call",s=wh(e,(f=r==null?void 0:r.previewMaxLines)!=null?f:3),a=t?ap(t):"";if(!t)return{summary:a,previewText:s,isActive:!1};let i=t.status!=="complete",d=(g=n==null?void 0:n.toolCall)!=null?g:{},l=a;return o==="tool-name"?l=((C=t.name)==null?void 0:C.trim())||a:o==="tool-preview"&&s&&(l=s),i&&d.activeTextTemplate?l=ai(t,d.activeTextTemplate,l):!i&&d.completeTextTemplate&&(l=ai(t,d.completeTextTemplate,l)),{summary:l,previewText:s,isActive:i}},_p=(e,n,t)=>{var u;let r=Go.has(e),o=(u=t==null?void 0:t.toolCall)!=null?u:{},s=n.querySelector('button[data-expand-header="true"]'),a=n.querySelector(".persona-border-t"),i=n.querySelector('[data-persona-collapsed-preview="tool"]');if(!s||!a)return;s.setAttribute("aria-expanded",r?"true":"false");let d=s.querySelector(".persona-ml-auto"),l=d==null?void 0:d.querySelector(":scope > .persona-flex.persona-items-center");if(l){l.innerHTML="";let p=o.toggleTextColor||o.headerTextColor||"currentColor",f=ge(r?"chevron-up":"chevron-down",16,p,2);f?l.appendChild(f):l.textContent=r?"Hide":"Show"}a.style.display=r?"":"none",i&&(i.style.display=r?"none":i.textContent||i.childNodes.length?"":"none")},ki=(e,n)=>{var V,oe,Pe,Me,Ge,ue,de,ke,Ue;let t=e.toolCall,r=(V=n==null?void 0:n.toolCall)!=null?V:{},o=h("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(o.id=`bubble-${e.id}`,o.setAttribute("data-message-id",e.id),r.backgroundColor&&(o.style.backgroundColor=r.backgroundColor),r.borderColor&&(o.style.borderColor=r.borderColor),r.borderWidth&&(o.style.borderWidth=r.borderWidth),r.borderRadius&&(o.style.borderRadius=r.borderRadius),!t)return o;let s=(Pe=(oe=n==null?void 0:n.features)==null?void 0:oe.toolCallDisplay)!=null?Pe:{},a=s.expandable!==!1,i=a&&Go.has(e.id),{summary:d,previewText:l,isActive:u}=Ah(e,n),p=h("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");p.type="button",a&&(p.setAttribute("aria-expanded",i?"true":"false"),p.setAttribute("data-expand-header","true")),p.setAttribute("data-bubble-type","tool"),r.headerBackgroundColor&&(p.style.backgroundColor=r.headerBackgroundColor),r.headerPaddingX&&(p.style.paddingLeft=r.headerPaddingX,p.style.paddingRight=r.headerPaddingX),r.headerPaddingY&&(p.style.paddingTop=r.headerPaddingY,p.style.paddingBottom=r.headerPaddingY);let f=h("div","persona-flex persona-flex-col persona-text-left"),g=h("span","persona-text-xs persona-text-persona-primary");r.headerTextColor&&(g.style.color=r.headerTextColor);let C=String((Me=t.startedAt)!=null?Me:Date.now()),x=()=>{let ee=h("span","");return ee.setAttribute("data-tool-elapsed",C),ee.textContent=Cs(t),ee},M=(ue=r.renderCollapsedSummary)==null?void 0:ue.call(r,{message:e,toolCall:t,defaultSummary:d,previewText:l,collapsedMode:(Ge=s.collapsedMode)!=null?Ge:"tool-call",isActive:u,config:n!=null?n:{},elapsed:Cs(t),createElapsedElement:x});typeof M=="string"&&M.trim()?(g.textContent=M,f.appendChild(g)):M instanceof HTMLElement?f.appendChild(M):(g.textContent=d,f.appendChild(g));let A=(de=s.loadingAnimation)!=null?de:"none",k=r.activeTextTemplate,B=r.completeTextTemplate,D=u?k:B,L=M instanceof HTMLElement,S=(ee,Ae,Q)=>{let ae=Q;for(let Re of Ae){let ce=h("span","persona-tool-char");ce.style.setProperty("--char-index",String(ae)),ce.textContent=Re===" "?"\xA0":Re,ee.appendChild(ce),ae++}return ae},F=(ee,Ae)=>{var ce;g.textContent="";let Q=((ce=t.name)==null?void 0:ce.trim())||"tool",ae=ma(ee,Q),Re=0;for(let We of ae){let Ze=We.styles.length>0?(()=>{let J=h("span",We.styles.map(se=>`persona-tool-text-${se}`).join(" "));return g.appendChild(J),J})():g;if(We.isDuration&&u)Ze.appendChild(x());else{let J=We.isDuration?Cs(t):We.text;Ae?Re=S(Ze,J,Re):Ze.appendChild(document.createTextNode(J))}}};if(!L)if(u&&A!=="none"){let ee=(ke=r.loadingAnimationDuration)!=null?ke:2e3;if(g.setAttribute("data-preserve-animation","true"),A==="pulse")g.classList.add("persona-tool-loading-pulse"),g.style.setProperty("--persona-tool-anim-duration",`${ee}ms`),D&&F(D,!1);else if(g.classList.add(`persona-tool-loading-${A}`),g.style.setProperty("--persona-tool-anim-duration",`${ee}ms`),A==="shimmer-color"&&(r.loadingAnimationColor&&g.style.setProperty("--persona-tool-anim-color",r.loadingAnimationColor),r.loadingAnimationSecondaryColor&&g.style.setProperty("--persona-tool-anim-secondary-color",r.loadingAnimationSecondaryColor)),D)F(D,!0);else{let Ae=g.textContent||d;g.textContent="",S(g,Ae,0)}}else D&&F(D,!1);let $=null;if(a){$=h("div","persona-flex persona-items-center");let ee=r.toggleTextColor||r.headerTextColor||"currentColor",Ae=ge(i?"chevron-up":"chevron-down",16,ee,2);Ae?$.appendChild(Ae):$.textContent=i?"Hide":"Show";let Q=h("div","persona-flex persona-items-center persona-gap-2 persona-ml-auto");Q.append($),p.append(f,Q)}else p.append(f);let j=h("div","persona-px-4 persona-py-3 persona-text-xs persona-leading-snug persona-text-persona-muted");if(j.setAttribute("data-persona-collapsed-preview","tool"),j.style.display="none",j.style.whiteSpace="pre-wrap",!i&&u&&s.activePreview&&l){let ee=(Ue=r.renderCollapsedPreview)==null?void 0:Ue.call(r,{message:e,toolCall:t,defaultPreview:l,isActive:u,config:n!=null?n:{}});Ch(j,ee)||(j.textContent=l),j.style.display=""}if(!i&&u&&s.activeMinHeight&&(o.style.minHeight=s.activeMinHeight),!a)return o.append(p,j),o;let W=h("div","persona-border-t persona-border-gray-200 persona-bg-gray-50 persona-space-y-3 persona-px-4 persona-py-3");if(W.style.display=i?"":"none",r.contentBackgroundColor&&(W.style.backgroundColor=r.contentBackgroundColor),r.contentTextColor&&(W.style.color=r.contentTextColor),r.contentPaddingX&&(W.style.paddingLeft=r.contentPaddingX,W.style.paddingRight=r.contentPaddingX),r.contentPaddingY&&(W.style.paddingTop=r.contentPaddingY,W.style.paddingBottom=r.contentPaddingY),t.name){let ee=h("div","persona-text-xs persona-text-persona-muted persona-italic");r.contentTextColor?ee.style.color=r.contentTextColor:r.headerTextColor&&(ee.style.color=r.headerTextColor),ee.textContent=t.name,W.appendChild(ee)}if(t.args!==void 0){let ee=h("div","persona-space-y-1"),Ae=h("div","persona-text-xs persona-text-persona-muted");r.labelTextColor&&(Ae.style.color=r.labelTextColor),Ae.textContent="Arguments";let Q=h("pre","persona-max-h-48 persona-overflow-auto persona-whitespace-pre-wrap persona-rounded-lg persona-border persona-border-gray-100 persona-bg-white persona-px-3 persona-py-2 persona-text-xs persona-text-persona-primary");Q.style.fontSize="0.75rem",Q.style.lineHeight="1rem",r.codeBlockBackgroundColor&&(Q.style.backgroundColor=r.codeBlockBackgroundColor),r.codeBlockBorderColor&&(Q.style.borderColor=r.codeBlockBorderColor),r.codeBlockTextColor&&(Q.style.color=r.codeBlockTextColor),Q.textContent=$o(t.args),ee.append(Ae,Q),W.appendChild(ee)}if(t.chunks&&t.chunks.length){let ee=h("div","persona-space-y-1"),Ae=h("div","persona-text-xs persona-text-persona-muted");r.labelTextColor&&(Ae.style.color=r.labelTextColor),Ae.textContent="Activity";let Q=h("pre","persona-max-h-48 persona-overflow-auto persona-whitespace-pre-wrap persona-rounded-lg persona-border persona-border-gray-100 persona-bg-white persona-px-3 persona-py-2 persona-text-xs persona-text-persona-primary");Q.style.fontSize="0.75rem",Q.style.lineHeight="1rem",r.codeBlockBackgroundColor&&(Q.style.backgroundColor=r.codeBlockBackgroundColor),r.codeBlockBorderColor&&(Q.style.borderColor=r.codeBlockBorderColor),r.codeBlockTextColor&&(Q.style.color=r.codeBlockTextColor),Q.textContent=t.chunks.join(""),ee.append(Ae,Q),W.appendChild(ee)}if(t.status==="complete"&&t.result!==void 0){let ee=h("div","persona-space-y-1"),Ae=h("div","persona-text-xs persona-text-persona-muted");r.labelTextColor&&(Ae.style.color=r.labelTextColor),Ae.textContent="Result";let Q=h("pre","persona-max-h-48 persona-overflow-auto persona-whitespace-pre-wrap persona-rounded-lg persona-border persona-border-gray-100 persona-bg-white persona-px-3 persona-py-2 persona-text-xs persona-text-persona-primary");Q.style.fontSize="0.75rem",Q.style.lineHeight="1rem",r.codeBlockBackgroundColor&&(Q.style.backgroundColor=r.codeBlockBackgroundColor),r.codeBlockBorderColor&&(Q.style.borderColor=r.codeBlockBorderColor),r.codeBlockTextColor&&(Q.style.color=r.codeBlockTextColor),Q.textContent=$o(t.result),ee.append(Ae,Q),W.appendChild(ee)}if(t.status==="complete"&&typeof t.duration=="number"){let ee=h("div","persona-text-xs persona-text-persona-muted");r.contentTextColor&&(ee.style.color=r.contentTextColor),ee.textContent=`Duration: ${t.duration}ms`,W.appendChild(ee)}return(()=>{if(p.setAttribute("aria-expanded",i?"true":"false"),$){$.innerHTML="";let ee=r.toggleTextColor||r.headerTextColor||"currentColor",Ae=ge(i?"chevron-up":"chevron-down",16,ee,2);Ae?$.appendChild(Ae):$.textContent=i?"Hide":"Show"}W.style.display=i?"":"none",j.style.display=i?"none":j.textContent||j.childNodes.length?"":"none"})(),o.append(p,j,W),o};import{parse as Sh,ARR as Eh,OBJ as Th,STR as Mh}from"partial-json";var Up="ask_user_question",Li=8,Qo="data-persona-ask-sheet-for",kh="Other",Lh="Other\u2026",qp="Type your own answer here",zp="Send",Ph="Next",Ih="Back",Wh="Submit all",Rh="Skip",Hh=3,Pi="data-ask-current-index",Ii="data-ask-question-count",Vp="data-ask-answers",Wi="data-ask-grouped",Jp="data-ask-layout",Bh=e=>e.layout==="pills"?"pills":"rows",Dh=e=>e.getAttribute(Jp)==="pills"?"pills":"rows",jp=!1,Kp=e=>e.replace(/["\\]/g,"\\$&"),eo=e=>e.variant==="tool"&&!!e.toolCall&&e.toolCall.name===Up,ja=e=>{var n,t;return(t=(n=e==null?void 0:e.features)==null?void 0:n.askUserQuestion)!=null?t:{}},to=e=>{let n=e.toolCall;if(!n)return{payload:null,complete:!1};let t=n.status==="complete";if(n.args&&typeof n.args=="object")return{payload:n.args,complete:t};let r=n.chunks;if(!r||r.length===0)return{payload:null,complete:t};try{let o=r.join(""),s=Sh(o,Mh|Th|Eh);if(s&&typeof s=="object")return{payload:s,complete:t}}catch{}return{payload:null,complete:t}},$s=e=>{let n=Array.isArray(e==null?void 0:e.questions)?e.questions:[];return n.length>Li&&!jp&&(jp=!0,typeof console!="undefined"&&console.warn(`[AgentWidget] ask_user_question received ${n.length} questions; truncating to ${Li}.`)),n.slice(0,Li)},Nh=e=>{var n;return(n=$s(e)[0])!=null?n:null},Fh=(e,n)=>{var t;return(t=$s(e)[n])!=null?t:null},Gp=(e,n)=>{let t=n.styles;t&&(t.sheetBackground&&e.style.setProperty("--persona-ask-sheet-bg",t.sheetBackground),t.sheetBorder&&e.style.setProperty("--persona-ask-sheet-border",t.sheetBorder),t.sheetShadow&&e.style.setProperty("--persona-ask-sheet-shadow",t.sheetShadow),t.pillBackground&&e.style.setProperty("--persona-ask-pill-bg",t.pillBackground),t.pillBackgroundSelected&&e.style.setProperty("--persona-ask-pill-bg-selected",t.pillBackgroundSelected),t.pillTextColor&&e.style.setProperty("--persona-ask-pill-fg",t.pillTextColor),t.pillTextColorSelected&&e.style.setProperty("--persona-ask-pill-fg-selected",t.pillTextColorSelected),t.pillBorderRadius&&e.style.setProperty("--persona-ask-pill-radius",t.pillBorderRadius),t.customInputBackground&&e.style.setProperty("--persona-ask-input-bg",t.customInputBackground))},Qp=(e,n,t)=>{if(e!=="rows")return null;let r=h("span","persona-ask-row-affordance");if(r.setAttribute("aria-hidden","true"),n){let o=h("span","persona-ask-row-check");r.appendChild(o)}else{let o=h("span","persona-ask-row-badge");o.textContent=String(t+1),r.appendChild(o)}return r},Oh=(e,n,t,r)=>{let s=h("button",t==="rows"?"persona-ask-pill persona-ask-row persona-pointer-events-auto":"persona-ask-pill persona-pointer-events-auto");if(s.type="button",s.setAttribute("role",r?"checkbox":"button"),s.setAttribute("aria-pressed","false"),s.setAttribute("data-ask-user-action","pick"),s.setAttribute("data-option-index",String(n)),s.setAttribute("data-option-label",e.label),t==="rows"){let a=h("span","persona-ask-row-content"),i=h("span","persona-ask-row-label");if(i.textContent=e.label,a.appendChild(i),e.description){let l=h("span","persona-ask-row-description");l.textContent=e.description,a.appendChild(l)}s.appendChild(a);let d=Qp(t,r,n);d&&s.appendChild(d)}else s.textContent=e.label,e.description&&(s.title=e.description);return s},$h=e=>{let t=h("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 t.setAttribute("aria-hidden","true"),t},_h=(e,n,t,r)=>{var u,p,f;let s=h("div",r==="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");s.setAttribute("role","group"),s.setAttribute("data-ask-pill-list","true");let a=!!(e!=null&&e.multiSelect),d=(Array.isArray(e==null?void 0:e.options)?e.options:[]).filter(g=>g&&typeof g.label=="string"&&g.label.length>0);if(d.length===0&&!t){for(let g=0;g<Hh;g++)s.appendChild($h(r));return s}if(d.forEach((g,C)=>{s.appendChild(Oh(g,C,r,a))}),(e==null?void 0:e.allowFreeText)!==!1){let g=r==="rows"?kh:Lh;if(r==="rows"){let C=h("div","persona-ask-pill persona-ask-row persona-ask-row--other persona-ask-pill-custom persona-pointer-events-auto");C.setAttribute("data-ask-user-action","focus-free-text"),C.setAttribute("data-option-index",String(d.length)),C.setAttribute("data-ask-other-row","true");let x=h("span","persona-ask-row-content"),M=document.createElement("input");M.type="text",M.className="persona-ask-row-input persona-flex-1 persona-pointer-events-auto",M.placeholder=(u=n.freeTextPlaceholder)!=null?u:qp,M.setAttribute("data-ask-free-text-input","true"),M.setAttribute("aria-label",(p=n.freeTextLabel)!=null?p:g),x.appendChild(M),C.appendChild(x);let A=Qp(r,a,d.length);A&&C.appendChild(A),s.appendChild(C)}else{let C=h("button","persona-ask-pill persona-ask-pill-custom persona-pointer-events-auto");C.type="button",C.setAttribute("data-ask-user-action","open-free-text"),C.textContent=(f=n.freeTextLabel)!=null?f:g,s.appendChild(C)}}return s},Xp=(e,n)=>{var s,a;let r=h("div",n==="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");r.setAttribute("data-ask-free-text-row","true");let o=document.createElement("input");if(o.type="text",o.className="persona-ask-free-text-input persona-flex-1 persona-pointer-events-auto",o.placeholder=(s=e.freeTextPlaceholder)!=null?s:qp,o.setAttribute("data-ask-free-text-input","true"),r.appendChild(o),n!=="rows"){let i=h("button","persona-ask-free-text-submit persona-pointer-events-auto");i.type="button",i.textContent=(a=e.submitLabel)!=null?a:zp,i.setAttribute("data-ask-user-action","submit-free-text"),r.appendChild(i)}return r},jh=e=>{var r;let n=h("div","persona-ask-multi-actions persona-flex persona-justify-end persona-mt-2");n.setAttribute("data-ask-multi-actions","true");let t=h("button","persona-ask-multi-submit persona-pointer-events-auto");return t.type="button",t.textContent=(r=e.submitLabel)!=null?r:zp,t.setAttribute("data-ask-user-action","submit-multi"),t.disabled=!0,n.appendChild(t),n},Uh=(e,n,t)=>{var l,u,p,f;let r=h("div","persona-ask-nav persona-flex persona-justify-between persona-items-center persona-gap-2 persona-mt-2");r.setAttribute("data-ask-nav-row","true");let o=h("button","persona-ask-nav-back persona-pointer-events-auto");o.type="button",o.textContent=(l=t.backLabel)!=null?l:Ih,o.setAttribute("data-ask-user-action","back"),o.disabled=e===0,r.appendChild(o);let s=h("div","persona-ask-nav-right persona-flex persona-items-center persona-gap-2"),a=h("button","persona-ask-nav-skip persona-pointer-events-auto");a.type="button",a.textContent=(u=t.skipLabel)!=null?u:Rh,a.setAttribute("data-ask-user-action","skip"),s.appendChild(a);let i=h("button","persona-ask-nav-next persona-pointer-events-auto");i.type="button";let d=e===n-1;return i.textContent=d?(p=t.submitAllLabel)!=null?p:Wh:(f=t.nextLabel)!=null?f:Ph,i.setAttribute("data-ask-user-action",d?"submit-all":"next"),i.disabled=!0,s.appendChild(i),r.appendChild(s),r},To=e=>{let n=e.getAttribute(Vp);if(!n)return{};try{let t=JSON.parse(n);return t&&typeof t=="object"?t:{}}catch{return{}}},Yp=(e,n)=>{e.setAttribute(Vp,JSON.stringify(n))},Qn=e=>{var t;let n=Number((t=e.getAttribute(Pi))!=null?t:"0");return Number.isFinite(n)?Math.max(0,Math.floor(n)):0},qh=(e,n)=>{e.setAttribute(Pi,String(Math.max(0,Math.floor(n))))},Xo=e=>{var t;let n=Number((t=e.getAttribute(Ii))!=null?t:"1");return Number.isFinite(n)?Math.max(1,Math.floor(n)):1},no=e=>e.getAttribute(Wi)==="true",zh=(e,n)=>{var o;let t=(o=e.agentMetadata)==null?void 0:o.askUserQuestionAnswers;if(!t||typeof t!="object")return{};let r={};return n.forEach((s,a)=>{let i=typeof(s==null?void 0:s.question)=="string"?s.question:"";if(i&&Object.prototype.hasOwnProperty.call(t,i)){let d=t[i];(typeof d=="string"||Array.isArray(d))&&(r[a]=d)}}),r},Vh=(e,n)=>{var r;let t=(r=e.agentMetadata)==null?void 0:r.askUserQuestionIndex;return typeof t!="number"||!Number.isFinite(t)?0:Math.max(0,Math.min(n-1,Math.floor(t)))},Ua=(e,n)=>{let{payload:t}=to(n),r=$s(t),o=To(e),s={},a=new Set;return r.forEach((i,d)=>{let l=typeof(i==null?void 0:i.question)=="string"?i.question:"";l&&(a.has(l)&&typeof console!="undefined"&&console.warn(`[AgentWidget] ask_user_question has duplicate question text "${l}"; later answer wins.`),a.add(l),Object.prototype.hasOwnProperty.call(o,d)&&(s[l]=o[d]))}),s},Zp=e=>{let n=To(e),t=Qn(e),r=n[t],o=new Set;typeof r=="string"?o.add(r):Array.isArray(r)&&r.forEach(d=>o.add(d));let s=e.querySelectorAll('[data-ask-user-action="pick"][data-option-label]');s.forEach(d=>{var p;let l=(p=d.getAttribute("data-option-label"))!=null?p:"",u=o.has(l);d.setAttribute("aria-pressed",u?"true":"false"),d.classList.toggle("persona-ask-pill-selected",u)});let a=new Set(Array.from(s).map(d=>{var l;return(l=d.getAttribute("data-option-label"))!=null?l:""})),i=e.querySelector('[data-ask-free-text-input="true"]');if(i)if(typeof r=="string"&&r.length>0&&!a.has(r)){i.value=r;let d=i.closest('[data-ask-free-text-row="true"]');d==null||d.classList.remove("persona-hidden")}else i.value=""},eu=e=>{if(!no(e))return;let n=To(e),t=Qn(e),r=n[t],o=typeof r=="string"&&r.length>0||Array.isArray(r)&&r.length>0,s=e.querySelector('[data-ask-user-action="next"], [data-ask-user-action="submit-all"]');s&&(s.disabled=!o);let a=e.querySelector('[data-ask-user-action="submit-multi"]');if(a){let i=Array.from(e.querySelectorAll('[aria-pressed="true"][data-option-label]'));a.disabled=i.length===0}},Ri=(e,n,t)=>{let r=ja(t),o=Dh(e),{payload:s,complete:a}=to(n),i=no(e),d=Qn(e),l=Xo(e),u=i?Fh(s,d):Nh(s),p=!!(u!=null&&u.multiSelect),f=e.querySelector('[data-ask-step-inline="true"]');f&&(f.textContent=i?`${d+1}/${l}`:"");let g=e.querySelector('[data-ask-stepper="true"]');g&&g.remove();let C=e.querySelector('[data-ask-question="true"]');if(C){let k=typeof(u==null?void 0:u.question)=="string"?u.question:"";C.textContent=k,C.classList.toggle("persona-ask-question-skeleton",!k&&!a)}let x=e.querySelector('[data-ask-pill-list="true"]');if(x){let k=_h(u,r,a,o);x.replaceWith(k)}if(o!=="rows"){let k=e.querySelector('[data-ask-free-text-row="true"]');k&&k.replaceWith(Xp(r,o))}let M=e.querySelector('[data-ask-multi-actions="true"]');!i&&p&&!M?e.appendChild(jh(r)):(!p||i)&&M&&M.remove(),e.setAttribute("data-multi-select",p?"true":"false");let A=e.querySelector('[data-ask-nav-row="true"]');if(i){let k=Uh(d,l,r);A?A.replaceWith(k):e.appendChild(k)}else A&&A.remove();Zp(e),eu(e)},Jh=(e,n,t)=>{let r=ja(n),o=Bh(r),s=e.toolCall.id,a=$s(t),i=Math.max(1,a.length),d=i>1,l=zh(e,a),u=d?Vh(e,i):0,p=h("div",["persona-ask-sheet",`persona-ask-sheet--${o}`,"persona-pointer-events-auto","persona-ask-sheet-enter"].join(" "));p.setAttribute(Qo,s),p.setAttribute("data-tool-call-id",s),p.setAttribute("data-message-id",e.id),p.setAttribute(Ii,String(i)),p.setAttribute(Pi,String(u)),p.setAttribute(Wi,d?"true":"false"),p.setAttribute(Jp,o),Yp(p,l),p.setAttribute("role","group"),p.setAttribute("aria-label","Suggested answers"),r.slideInMs!==void 0&&p.style.setProperty("--persona-ask-sheet-duration",`${r.slideInMs}ms`),Gp(p,r);let f=h("div","persona-ask-sheet-header persona-flex persona-items-center persona-gap-3"),g=h("div","persona-ask-sheet-question persona-flex-1");g.setAttribute("data-ask-question","true"),g.textContent="",f.appendChild(g);let C=h("span","persona-ask-sheet-step-inline");C.setAttribute("data-ask-step-inline","true"),C.textContent="",f.appendChild(C),p.appendChild(f);let M=h("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");return M.setAttribute("data-ask-pill-list","true"),M.setAttribute("role","group"),p.appendChild(M),o!=="rows"&&p.appendChild(Xp(r,o)),Ri(p,e,n),requestAnimationFrame(()=>{requestAnimationFrame(()=>p.classList.remove("persona-ask-sheet-enter"))}),p},Kh=(e,n,t)=>{let{payload:r}=to(n),o=Math.max(1,$s(r).length);o>Xo(e)&&(e.setAttribute(Ii,String(o)),o>1&&!no(e)&&e.setAttribute(Wi,"true")),Ri(e,n,t)},Gh=(e,n)=>{let t=h("div","persona-ask-stub persona-inline-flex persona-items-center persona-gap-2");t.id=`bubble-${e.id}`,t.setAttribute("data-message-id",e.id),t.setAttribute("data-bubble-type","ask-user-question");let r=ja(n);Gp(t,r);let o=h("span","persona-ask-stub-label"),{complete:s}=to(e);return o.textContent=s?"Awaiting your response\u2026":"Preparing options\u2026",t.appendChild(o),t},_s=(e,n,t)=>{if(!t||!eo(e)||ja(n).enabled===!1)return;let o=e.toolCall.id;t.querySelectorAll(`[${Qo}]`).forEach(l=>{l.getAttribute(Qo)!==o&&l.remove()});let a=t.querySelector(`[${Qo}="${Kp(o)}"]`);if(a){Kh(a,e,n);return}let{payload:i}=to(e),d=Jh(e,n,i);t.appendChild(d)},Mo=(e,n)=>{if(!e)return;let t=n?`[${Qo}="${Kp(n)}"]`:`[${Qo}]`;e.querySelectorAll(t).forEach(o=>{o.classList.add("persona-ask-sheet-leave");let s=Number.parseInt(getComputedStyle(o).getPropertyValue("--persona-ask-sheet-duration")||"180",10);setTimeout(()=>o.remove(),Number.isFinite(s)?s:180)})},Hi=e=>Array.from(e.querySelectorAll('[aria-pressed="true"][data-option-label]')).map(n=>n.getAttribute("data-option-label")).filter(n=>typeof n=="string"&&n.length>0),ro=(e,n)=>{let t=To(e),r=Qn(e);typeof n=="string"&&n.length===0||Array.isArray(n)&&n.length===0?delete t[r]:t[r]=n,Yp(e,t),Zp(e),eu(e)},qa=(e,n,t,r)=>{let o=Xo(e),s=Math.max(0,Math.min(o-1,r));qh(e,s),Ri(e,n,t)};var Bi=(e,n)=>{var x,M,A,k,B,D,L,S,F,$,j,W;let t=e.approval,r=(n==null?void 0:n.approval)!==!1?n==null?void 0:n.approval:void 0,o=(t==null?void 0:t.status)==="pending",s=h("div",["persona-approval-bubble","persona-w-full","persona-max-w-[85%]","persona-rounded-2xl","persona-border","persona-shadow-sm","persona-overflow-hidden"].join(" "));if(s.id=`bubble-${e.id}`,s.setAttribute("data-message-id",e.id),s.style.backgroundColor=(x=r==null?void 0:r.backgroundColor)!=null?x:"var(--persona-approval-bg, #fefce8)",s.style.borderColor=(M=r==null?void 0:r.borderColor)!=null?M:"var(--persona-approval-border, #fef08a)",!t)return s;let a=h("div","persona-flex persona-items-start persona-gap-3 persona-px-4 persona-py-3"),i=h("div","persona-flex-shrink-0 persona-mt-0.5");i.setAttribute("data-approval-icon","true");let d=t.status==="denied"?"shield-x":t.status==="timeout"?"shield-alert":"shield-check",l=t.status==="approved"?"var(--persona-feedback-success, #16a34a)":t.status==="denied"?"var(--persona-feedback-error, #dc2626)":t.status==="timeout"?"var(--persona-feedback-warning, #ca8a04)":(A=r==null?void 0:r.titleColor)!=null?A:"currentColor",u=ge(d,20,l,2);u&&i.appendChild(u);let p=h("div","persona-flex-1 persona-min-w-0"),f=h("div","persona-flex persona-items-center persona-gap-2"),g=h("span","persona-text-sm persona-font-medium persona-text-persona-primary");if(r!=null&&r.titleColor&&(g.style.color=r.titleColor),g.textContent=(k=r==null?void 0:r.title)!=null?k:"Approval Required",f.appendChild(g),!o){let O=h("span","persona-inline-flex persona-items-center persona-px-2 persona-py-0.5 persona-rounded-full persona-text-xs persona-font-medium");O.setAttribute("data-approval-status",t.status),t.status==="approved"?(O.style.backgroundColor="var(--persona-palette-colors-success-100, #dcfce7)",O.style.color="var(--persona-palette-colors-success-700, #15803d)",O.textContent="Approved"):t.status==="denied"?(O.style.backgroundColor="var(--persona-palette-colors-error-100, #fee2e2)",O.style.color="var(--persona-palette-colors-error-700, #b91c1c)",O.textContent="Denied"):t.status==="timeout"&&(O.style.backgroundColor="var(--persona-palette-colors-warning-100, #fef3c7)",O.style.color="var(--persona-palette-colors-warning-700, #b45309)",O.textContent="Timeout"),f.appendChild(O)}p.appendChild(f);let C=h("p","persona-text-sm persona-mt-0.5 persona-text-persona-muted");if(r!=null&&r.descriptionColor&&(C.style.color=r.descriptionColor),C.textContent=t.description,p.appendChild(C),t.parameters){let O=h("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");r!=null&&r.parameterBackgroundColor&&(O.style.backgroundColor=r.parameterBackgroundColor),r!=null&&r.parameterTextColor&&(O.style.color=r.parameterTextColor),O.style.fontSize="0.75rem",O.style.lineHeight="1rem",O.textContent=$o(t.parameters),p.appendChild(O)}if(o){let O=h("div","persona-flex persona-gap-2 persona-mt-2");O.setAttribute("data-approval-buttons","true");let V=h("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");V.type="button",V.style.backgroundColor=(B=r==null?void 0:r.approveButtonColor)!=null?B:"var(--persona-approval-approve-bg, #22c55e)",V.style.color=(D=r==null?void 0:r.approveButtonTextColor)!=null?D:"#ffffff",V.setAttribute("data-approval-action","approve");let oe=ge("shield-check",14,(L=r==null?void 0:r.approveButtonTextColor)!=null?L:"#ffffff",2);oe&&(oe.style.marginRight="4px",V.appendChild(oe));let Pe=document.createTextNode((S=r==null?void 0:r.approveLabel)!=null?S:"Approve");V.appendChild(Pe);let Me=h("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");Me.type="button",Me.style.backgroundColor=(F=r==null?void 0:r.denyButtonColor)!=null?F:"transparent",Me.style.color=($=r==null?void 0:r.denyButtonTextColor)!=null?$:"var(--persona-feedback-error, #dc2626)",Me.style.border=`1px solid ${r!=null&&r.denyButtonTextColor?r.denyButtonTextColor:"var(--persona-palette-colors-error-200, #fca5a5)"}`,Me.setAttribute("data-approval-action","deny");let Ge=ge("shield-x",14,(j=r==null?void 0:r.denyButtonTextColor)!=null?j:"var(--persona-feedback-error, #dc2626)",2);Ge&&(Ge.style.marginRight="4px",Me.appendChild(Ge));let ue=document.createTextNode((W=r==null?void 0:r.denyLabel)!=null?W:"Deny");Me.appendChild(ue),O.append(V,Me),p.appendChild(O)}return a.append(i,p),s.appendChild(a),s};var tu=e=>{let n=[];return{buttons:n,render:(r,o,s,a,i)=>{if(e.innerHTML="",n.length=0,!r||!r.length||(a!=null?a:o?o.getMessages():[]).some(g=>g.role==="user"))return;let u=document.createDocumentFragment(),p=o?o.isStreaming():!1,f=g=>{switch(g){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'}};r.forEach(g=>{let C=h("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");C.type="button",C.textContent=g,C.disabled=p,i!=null&&i.fontFamily&&(C.style.fontFamily=f(i.fontFamily)),i!=null&&i.fontWeight&&(C.style.fontWeight=i.fontWeight),i!=null&&i.paddingX&&(C.style.paddingLeft=i.paddingX,C.style.paddingRight=i.paddingX),i!=null&&i.paddingY&&(C.style.paddingTop=i.paddingY,C.style.paddingBottom=i.paddingY),C.addEventListener("click",()=>{!o||o.isStreaming()||(s.value="",o.sendMessage(g))}),u.appendChild(C),n.push(C)}),e.appendChild(u)}}};var js=class{constructor(n=2e3,t=null){this.head=0;this.count=0;this.totalCaptured=0;this.eventTypesSet=new Set;this.maxSize=n,this.buffer=new Array(n),this.store=t}push(n){var t;this.buffer[this.head]=n,this.head=(this.head+1)%this.maxSize,this.count<this.maxSize&&this.count++,this.totalCaptured++,this.eventTypesSet.add(n.type),(t=this.store)==null||t.put(n)}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 n=await this.store.getAll();if(n.length===0)return 0;let t=n.length>this.maxSize?n.slice(n.length-this.maxSize):n;for(let r of t)this.buffer[this.head]=r,this.head=(this.head+1)%this.maxSize,this.count<this.maxSize&&this.count++,this.eventTypesSet.add(r.type);return this.totalCaptured=n.length,t.length}getAllFromStore(){return this.store?this.store.getAll():Promise.resolve(this.getAll())}getRecent(n){let t=this.getAll();return n>=t.length?t:t.slice(t.length-n)}getSize(){return this.count}getTotalCaptured(){return this.totalCaptured}getEvictedCount(){return this.totalCaptured-this.count}clear(){var n;this.buffer=new Array(this.maxSize),this.head=0,this.count=0,this.totalCaptured=0,this.eventTypesSet.clear(),(n=this.store)==null||n.clear()}destroy(){var n;this.buffer=[],this.head=0,this.count=0,this.totalCaptured=0,this.eventTypesSet.clear(),(n=this.store)==null||n.destroy()}getEventTypes(){return Array.from(this.eventTypesSet)}};var Us=class{constructor(n="persona-event-stream",t="events"){this.db=null;this.pendingWrites=[];this.flushScheduled=!1;this.isDestroyed=!1;this.dbName=n,this.storeName=t}open(){return new Promise((n,t)=>{try{let r=indexedDB.open(this.dbName,1);r.onupgradeneeded=()=>{let o=r.result;o.objectStoreNames.contains(this.storeName)||o.createObjectStore(this.storeName,{keyPath:"id"}).createIndex("timestamp","timestamp",{unique:!1})},r.onsuccess=()=>{this.db=r.result,n()},r.onerror=()=>{t(r.error)}}catch(r){t(r)}})}put(n){!this.db||this.isDestroyed||(this.pendingWrites.push(n),this.flushScheduled||(this.flushScheduled=!0,queueMicrotask(()=>this.flushWrites())))}putBatch(n){if(!(!this.db||this.isDestroyed||n.length===0))try{let r=this.db.transaction(this.storeName,"readwrite").objectStore(this.storeName);for(let o of n)r.put(o)}catch{}}getAll(){return new Promise((n,t)=>{if(!this.db){n([]);return}try{let a=this.db.transaction(this.storeName,"readonly").objectStore(this.storeName).index("timestamp").getAll();a.onsuccess=()=>{n(a.result)},a.onerror=()=>{t(a.error)}}catch(r){t(r)}})}getCount(){return new Promise((n,t)=>{if(!this.db){n(0);return}try{let s=this.db.transaction(this.storeName,"readonly").objectStore(this.storeName).count();s.onsuccess=()=>{n(s.result)},s.onerror=()=>{t(s.error)}}catch(r){t(r)}})}clear(){return new Promise((n,t)=>{if(!this.db){n();return}this.pendingWrites=[];try{let s=this.db.transaction(this.storeName,"readwrite").objectStore(this.storeName).clear();s.onsuccess=()=>{n()},s.onerror=()=>{t(s.error)}}catch(r){t(r)}})}close(){this.db&&(this.db.close(),this.db=null)}destroy(){return this.isDestroyed=!0,this.pendingWrites=[],this.close(),new Promise((n,t)=>{try{let r=indexedDB.deleteDatabase(this.dbName);r.onsuccess=()=>{n()},r.onerror=()=>{t(r.error)}}catch(r){t(r)}})}flushWrites(){if(this.flushScheduled=!1,!this.db||this.isDestroyed||this.pendingWrites.length===0)return;let n=this.pendingWrites;this.pendingWrites=[];try{let r=this.db.transaction(this.storeName,"readwrite").objectStore(this.storeName);for(let o of n)r.put(o)}catch{}}};function Yo(e,n){n&&n.split(/\s+/).forEach(t=>t&&e.classList.add(t))}var Qh={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)"}},Xh={bg:"var(--persona-palette-colors-gray-100, #f3f4f6)",text:"var(--persona-palette-colors-gray-600, #4b5563)"},Yh=["flowName","stepName","reasoningText","text","name","tool","toolName"],Zh=100;function ey(e,n){let t={...Qh,...n};if(t[e])return t[e];for(let r of Object.keys(t))if(r.endsWith("_")&&e.startsWith(r))return t[r];return Xh}function ty(e,n){return`+${((e-n)/1e3).toFixed(3)}s`}function ny(e){let n=new Date(e),t=String(n.getHours()).padStart(2,"0"),r=String(n.getMinutes()).padStart(2,"0"),o=String(n.getSeconds()).padStart(2,"0"),s=String(n.getMilliseconds()).padStart(3,"0");return`${t}:${r}:${o}.${s}`}function ry(e,n){try{let t=JSON.parse(e);if(typeof t!="object"||t===null)return null;for(let r of n){let o=r.split("."),s=t;for(let a of o)if(s&&typeof s=="object"&&s!==null)s=s[a];else{s=void 0;break}if(typeof s=="string"&&s.trim())return s.trim()}}catch{}return null}function oy(e){var n;return(n=navigator.clipboard)!=null&&n.writeText?navigator.clipboard.writeText(e):new Promise(t=>{let r=document.createElement("textarea");r.value=e,r.style.position="fixed",r.style.opacity="0",document.body.appendChild(r),r.select(),document.execCommand("copy"),document.body.removeChild(r),t()})}function sy(e){let n;try{n=JSON.parse(e.payload)}catch{n=e.payload}return JSON.stringify({type:e.type,timestamp:new Date(e.timestamp).toISOString(),payload:n},null,2)}function ay(e,n,t){let r,o;try{o=JSON.parse(e.payload),r=JSON.stringify(o,null,2)}catch{o=e.payload,r=e.payload}let s=n.find(i=>i.renderEventStreamPayload);if(s!=null&&s.renderEventStreamPayload&&t){let i=s.renderEventStreamPayload({event:e,config:t,defaultRenderer:()=>a(),parsedPayload:o});if(i)return i}return a();function a(){let i=h("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]"),d=h("pre","persona-m-0 persona-whitespace-pre-wrap persona-break-all persona-text-[11px] persona-text-persona-secondary persona-font-mono");return d.textContent=r,i.appendChild(d),i}}function Di(e,n,t,r,o,s,a,i){var f;let d=o.has(e.id),l=h("div","persona-border-b persona-border-persona-divider persona-text-xs");Yo(l,(f=r.classNames)==null?void 0:f.eventRow);let u=a.find(g=>g.renderEventStreamRow);if(u!=null&&u.renderEventStreamRow&&i){let g=u.renderEventStreamRow({event:e,index:n,config:i,defaultRenderer:()=>p(),isExpanded:d,onToggleExpand:()=>s(e.id)});if(g)return l.appendChild(g),l}return l.appendChild(p()),l;function p(){var V,oe;let g=h("div",""),C=h("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");C.setAttribute("data-event-id",e.id);let x=h("span","persona-flex-shrink-0 persona-text-persona-muted persona-w-4 persona-text-center persona-flex persona-items-center persona-justify-center"),M=ge(d?"chevron-down":"chevron-right","14px","currentColor",2);M&&x.appendChild(M);let A=h("span","persona-text-[11px] persona-text-persona-muted persona-whitespace-nowrap persona-flex-shrink-0 persona-font-mono persona-w-[70px]"),k=(V=r.timestampFormat)!=null?V:"relative";A.textContent=k==="relative"?ty(e.timestamp,t):ny(e.timestamp);let B=null;r.showSequenceNumbers!==!1&&(B=h("span","persona-text-[11px] persona-text-persona-muted persona-font-mono persona-flex-shrink-0 persona-w-[28px] persona-text-right"),B.textContent=String(n+1));let D=ey(e.type,r.badgeColors),L=h("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");L.style.backgroundColor=D.bg,L.style.color=D.text,L.style.borderColor=D.text+"50",L.textContent=e.type;let S=(oe=r.descriptionFields)!=null?oe:Yh,F=ry(e.payload,S),$=null;F&&($=h("span","persona-text-[11px] persona-text-persona-secondary persona-truncate persona-min-w-0"),$.textContent=F);let j=h("div","persona-flex-1 persona-min-w-0"),W=h("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"),O=ge("clipboard","12px","currentColor",1.5);return O&&W.appendChild(O),W.addEventListener("click",async Pe=>{Pe.stopPropagation(),await oy(sy(e)),W.innerHTML="";let Me=ge("check","12px","currentColor",1.5);Me&&W.appendChild(Me),setTimeout(()=>{W.innerHTML="";let Ge=ge("clipboard","12px","currentColor",1.5);Ge&&W.appendChild(Ge)},1500)}),C.appendChild(x),C.appendChild(A),B&&C.appendChild(B),C.appendChild(L),$&&C.appendChild($),C.appendChild(j),C.appendChild(W),g.appendChild(C),d&&g.appendChild(ay(e,a,i)),g}}function nu(e){var g,C,x,M,A;let{buffer:n,getFullHistory:t,onClose:r,config:o,plugins:s=[]}=e,a=(g=o==null?void 0:o.features)==null?void 0:g.scrollToBottom,i=(a==null?void 0:a.enabled)!==!1,d=(C=a==null?void 0:a.iconName)!=null?C:"arrow-down",l=(x=a==null?void 0:a.label)!=null?x:"",u=(A=(M=o==null?void 0:o.features)==null?void 0:M.eventStream)!=null?A:{},p=s.find(k=>k.renderEventStreamView);if(p!=null&&p.renderEventStreamView&&o){let k=p.renderEventStreamView({config:o,events:n.getAll(),defaultRenderer:()=>f().element,onClose:r});if(k)return{element:k,update:()=>{},destroy:()=>{}}}return f();function f(){let k=u.classNames,B=h("div","persona-event-stream-view persona-flex persona-flex-col persona-flex-1 persona-min-h-0");Yo(B,k==null?void 0:k.panel);let D=[],L="",S="",F=null,$=[],j={},W=0,O=Ea(),V=0,oe=0,Pe=!1,Me=null,Ge=!1,ue=0,de=new Set,ke=new Map,Ue="",ee="",Ae=null,Q,ae,Re,ce,We;function Ze(){let P=h("div","persona-flex persona-flex-col persona-flex-shrink-0"),fe=h("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");Yo(fe,k==null?void 0:k.headerBar);let me=h("span","persona-text-sm persona-font-medium persona-text-persona-primary persona-whitespace-nowrap");me.textContent="Events",Q=h("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"),Q.textContent="0";let ct=h("div","persona-flex-1");ae=h("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 qe=h("option","");qe.value="",qe.textContent="All events",ae.appendChild(qe),Re=h("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"),Re.type="button",Re.title="Copy All";let an=ge("clipboard-copy","12px","currentColor",1.5);an&&Re.appendChild(an);let wt=h("span","persona-text-xs");wt.textContent="Copy All",Re.appendChild(wt),fe.appendChild(me),fe.appendChild(Q),fe.appendChild(ct),fe.appendChild(ae),fe.appendChild(Re);let bt=h("div","persona-relative persona-px-4 persona-py-2.5 persona-border-b persona-border-persona-divider persona-bg-persona-surface");Yo(bt,k==null?void 0:k.searchBar);let Mt=ge("search","14px","var(--persona-muted, #9ca3af)",1.5),pt=h("span","persona-absolute persona-left-6 persona-top-1/2 persona--translate-y-1/2 persona-pointer-events-none persona-flex persona-items-center");Mt&&pt.appendChild(Mt),ce=h("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"),Yo(ce,k==null?void 0:k.searchInput),ce.type="text",ce.placeholder="Search event payloads...",We=h("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"),We.type="button",We.style.display="none";let Jt=ge("x","12px","currentColor",2);return Jt&&We.appendChild(Jt),bt.appendChild(pt),bt.appendChild(ce),bt.appendChild(We),P.appendChild(fe),P.appendChild(bt),P}let J,se=s.find(P=>P.renderEventStreamToolbar);if(se!=null&&se.renderEventStreamToolbar&&o){let P=se.renderEventStreamToolbar({config:o,defaultRenderer:()=>Ze(),eventCount:n.getSize(),filteredCount:0,onFilterChange:fe=>{L=fe,te(),Vt()},onSearchChange:fe=>{S=fe,te(),Vt()}});J=P!=null?P:Ze()}else J=Ze();let Fe=h("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");Fe.style.display="none";let K=h("div","persona-flex-1 persona-min-h-0 persona-relative"),z=h("div","persona-event-stream-list persona-overflow-y-auto persona-min-h-0");z.style.height="100%";let xe=h("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");Yo(xe,k==null?void 0:k.scrollIndicator),xe.style.display="none",xe.setAttribute("data-persona-scroll-to-bottom-has-label",l?"true":"false");let Oe=ge(d,"14px","currentColor",2);Oe&&xe.appendChild(Oe);let ne=h("span","");ne.textContent=l,xe.appendChild(ne);let Se=h("div","persona-flex persona-items-center persona-justify-center persona-h-full persona-text-sm persona-text-persona-muted");Se.style.display="none",K.appendChild(z),K.appendChild(Se),K.appendChild(xe),B.setAttribute("tabindex","0"),B.appendChild(J),B.appendChild(Fe),B.appendChild(K);function be(){let P=n.getAll(),fe={};for(let wt of P)fe[wt.type]=(fe[wt.type]||0)+1;let me=Object.keys(fe).sort(),ct=me.length!==$.length||!me.every((wt,bt)=>wt===$[bt]),qe=!ct&&me.some(wt=>fe[wt]!==j[wt]),It=P.length!==Object.values(j).reduce((wt,bt)=>wt+bt,0);if(!ct&&!qe&&!It||($=me,j=fe,!ae))return;let an=ae.value;if(ae.options[0].textContent="All events",ct){for(;ae.options.length>1;)ae.remove(1);for(let wt of me){let bt=h("option","");bt.value=wt,bt.textContent=`${wt} (${fe[wt]||0})`,ae.appendChild(bt)}an&&me.includes(an)?ae.value=an:an&&(ae.value="",L="")}else for(let wt=1;wt<ae.options.length;wt++){let bt=ae.options[wt];bt.textContent=`${bt.value} (${fe[bt.value]||0})`}}function Ht(){let P=n.getAll();if(L&&(P=P.filter(fe=>fe.type===L)),S){let fe=S.toLowerCase();P=P.filter(me=>me.type.toLowerCase().includes(fe)||me.payload.toLowerCase().includes(fe))}return P}function Le(){return L!==""||S!==""}function te(){W=0,V=0,O.resume(),xe.style.display="none"}function sn(P){de.has(P)?de.delete(P):de.add(P),Ae=P;let fe=z.scrollTop,me=O.isFollowing();Ge=!0,O.pause(),Vt(),z.scrollTop=fe,me&&O.resume(),Ge=!1}function Nt(){return Ls(z,50)}function Vt(){oe=Date.now(),Pe=!1,be();let P=n.getEvictedCount();P>0?(Fe.textContent=`${P.toLocaleString()} older events truncated`,Fe.style.display=""):Fe.style.display="none",D=Ht();let fe=D.length,me=n.getSize()>0;Q&&(Q.textContent=String(n.getSize())),fe===0&&me&&Le()?(Se.textContent=S?`No events matching '${S}'`:"No events matching filter",Se.style.display="",z.style.display="none"):(Se.style.display="none",z.style.display=""),Re&&(Re.title=Le()?`Copy Filtered (${fe})`:"Copy All"),i&&!O.isFollowing()&&fe>W&&(V+=fe-W,ne.textContent=l?`${l}${V>0?` (${V})`:""}`:"",xe.style.display=""),W=fe;let ct=n.getAll(),qe=ct.length>0?ct[0].timestamp:0,It=new Set(D.map(bt=>bt.id));for(let bt of de)It.has(bt)||de.delete(bt);let an=L!==Ue||S!==ee,wt=ke.size===0&&D.length>0;if(an||wt||D.length===0){z.innerHTML="",ke.clear();let bt=document.createDocumentFragment();for(let Mt=0;Mt<D.length;Mt++){let pt=Di(D[Mt],Mt,qe,u,de,sn,s,o);ke.set(D[Mt].id,pt),bt.appendChild(pt)}z.appendChild(bt),Ue=L,ee=S,Ae=null}else{if(Ae!==null){let Mt=ke.get(Ae);if(Mt&&Mt.parentNode===z){let pt=D.findIndex(Jt=>Jt.id===Ae);if(pt>=0){let Jt=Di(D[pt],pt,qe,u,de,sn,s,o);z.insertBefore(Jt,Mt),Mt.remove(),ke.set(Ae,Jt)}}Ae=null}let bt=new Set(D.map(Mt=>Mt.id));for(let[Mt,pt]of ke)bt.has(Mt)||(pt.remove(),ke.delete(Mt));for(let Mt=0;Mt<D.length;Mt++){let pt=D[Mt];if(!ke.has(pt.id)){let Jt=Di(pt,Mt,qe,u,de,sn,s,o);ke.set(pt.id,Jt),z.appendChild(Jt)}}}O.isFollowing()&&(z.scrollTop=z.scrollHeight)}function vr(){if(Date.now()-oe>=Zh){Me!==null&&(cancelAnimationFrame(Me),Me=null),Vt();return}Pe||(Pe=!0,Me=requestAnimationFrame(()=>{Me=null,Vt()}))}let dr=(P,fe)=>{if(!Re)return;Re.innerHTML="";let me=ge(P,"12px","currentColor",1.5);me&&Re.appendChild(me);let ct=h("span","persona-text-xs");ct.textContent="Copy All",Re.appendChild(ct),setTimeout(()=>{Re.innerHTML="";let qe=ge("clipboard-copy","12px","currentColor",1.5);qe&&Re.appendChild(qe);let It=h("span","persona-text-xs");It.textContent="Copy All",Re.appendChild(It),Re.disabled=!1},fe)},_e=async()=>{if(Re){Re.disabled=!0;try{let P;Le()?P=D:t?(P=await t(),P.length===0&&(P=n.getAll())):P=n.getAll();let fe=P.map(me=>{try{return JSON.parse(me.payload)}catch{return me.payload}});await navigator.clipboard.writeText(JSON.stringify(fe,null,2)),dr("check",1500)}catch{dr("x",1500)}}},U=()=>{ae&&(L=ae.value,te(),Vt())},Ce=()=>{!ce||!We||(We.style.display=ce.value?"":"none",F&&clearTimeout(F),F=setTimeout(()=>{S=ce.value,te(),Vt()},150))},He=()=>{!ce||!We||(ce.value="",S="",We.style.display="none",F&&clearTimeout(F),te(),Vt())},Be=()=>{if(Ge)return;let P=z.scrollTop,{action:fe,nextLastScrollTop:me}=Ta({following:O.isFollowing(),currentScrollTop:P,lastScrollTop:ue,nearBottom:Nt(),userScrollThreshold:1,resumeRequiresDownwardScroll:!0});ue=me,fe==="resume"?(O.resume(),V=0,xe.style.display="none"):fe==="pause"&&(O.pause(),i&&(ne.textContent=l,xe.style.display=""))},$e=P=>{let fe=Ma({following:O.isFollowing(),deltaY:P.deltaY,nearBottom:Nt(),resumeWhenNearBottom:!0});fe==="pause"?(O.pause(),i&&(ne.textContent=l,xe.style.display="")):fe==="resume"&&(O.resume(),V=0,xe.style.display="none")},lt=()=>{i&&(z.scrollTop=z.scrollHeight,O.resume(),V=0,xe.style.display="none")},et=P=>{let fe=P.target;if(!fe||fe.closest("button"))return;let me=fe.closest("[data-event-id]");if(!me)return;let ct=me.getAttribute("data-event-id");ct&&sn(ct)},Ct=P=>{if((P.metaKey||P.ctrlKey)&&P.key==="f"){P.preventDefault(),ce==null||ce.focus(),ce==null||ce.select();return}P.key==="Escape"&&(ce&&document.activeElement===ce?(He(),ce.blur(),B.focus()):r&&r())};Re&&Re.addEventListener("click",_e),ae&&ae.addEventListener("change",U),ce&&ce.addEventListener("input",Ce),We&&We.addEventListener("click",He),z.addEventListener("scroll",Be),z.addEventListener("wheel",$e,{passive:!0}),z.addEventListener("click",et),xe.addEventListener("click",lt),B.addEventListener("keydown",Ct);function Ut(){F&&clearTimeout(F),Me!==null&&(cancelAnimationFrame(Me),Me=null),Pe=!1,ke.clear(),Re&&Re.removeEventListener("click",_e),ae&&ae.removeEventListener("change",U),ce&&ce.removeEventListener("input",Ce),We&&We.removeEventListener("click",He),z.removeEventListener("scroll",Be),z.removeEventListener("wheel",$e),z.removeEventListener("click",et),xe.removeEventListener("click",lt),B.removeEventListener("keydown",Ct)}return{element:B,update:vr,destroy:Ut}}}function ru(e,n){let t=typeof e.title=="string"&&e.title?e.title:"Untitled artifact",r=typeof e.artifactId=="string"?e.artifactId:"",o=e.status==="streaming"?"streaming":"complete",a=(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 ${t} in artifact panel`),r&&i.setAttribute("data-open-artifact",r);let d=document.createElement("div");d.className="persona-flex persona-h-10 persona-w-10 persona-flex-shrink-0 persona-items-center persona-justify-center persona-rounded-lg",d.style.border="1px solid var(--persona-border, #e5e7eb)",d.style.color="var(--persona-muted, #9ca3af)",d.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 l=document.createElement("div");l.className="persona-min-w-0 persona-flex-1 persona-flex persona-flex-col persona-gap-0.5";let u=document.createElement("div");u.className="persona-truncate persona-text-sm persona-font-medium",u.style.color="var(--persona-text, #1f2937)",u.textContent=t;let p=document.createElement("div");if(p.className="persona-text-xs persona-flex persona-items-center persona-gap-1.5",p.style.color="var(--persona-muted, #9ca3af)",o==="streaming"){let f=document.createElement("span");f.className="persona-inline-block persona-w-1.5 persona-h-1.5 persona-rounded-full",f.style.backgroundColor="var(--persona-primary, #171717)",f.style.animation="persona-pulse 1.5s ease-in-out infinite",p.appendChild(f);let g=document.createElement("span");g.textContent=`Generating ${a.toLowerCase()}...`,p.appendChild(g)}else p.textContent=a;if(l.append(u,p),i.append(d,l),o==="complete"){let f=document.createElement("button");f.type="button",f.textContent="Download",f.title=`Download ${t}`,f.className="persona-flex-shrink-0 persona-rounded-md persona-px-3 persona-py-1.5 persona-text-xs persona-font-medium",f.style.border="1px solid var(--persona-border, #e5e7eb)",f.style.color="var(--persona-text, #1f2937)",f.style.backgroundColor="transparent",f.style.cursor="pointer",f.setAttribute("data-download-artifact",r),i.append(f)}return i}var ou=(e,n)=>{var r,o,s;let t=(s=(o=(r=n==null?void 0:n.config)==null?void 0:r.features)==null?void 0:o.artifacts)==null?void 0:s.renderCard;if(t){let a=typeof e.title=="string"&&e.title?e.title:"Untitled artifact",i=typeof e.artifactId=="string"?e.artifactId:"",d=e.status==="streaming"?"streaming":"complete",l=typeof e.artifactType=="string"?e.artifactType:"markdown",u=t({artifact:{artifactId:i,title:a,artifactType:l,status:d},config:n.config,defaultRenderer:()=>ru(e,n)});if(u)return u}return ru(e,n)};var Ni=class{constructor(){this.components=new Map}register(n,t){this.components.has(n)&&console.warn(`[ComponentRegistry] Component "${n}" is already registered. Overwriting.`),this.components.set(n,t)}unregister(n){this.components.delete(n)}get(n){return this.components.get(n)}has(n){return this.components.has(n)}getAllNames(){return Array.from(this.components.keys())}clear(){this.components.clear()}registerAll(n){Object.entries(n).forEach(([t,r])=>{this.register(t,r)})}},oo=new Ni;oo.register("PersonaArtifactCard",ou);function iy(e){var o;let n=h("div","persona-rounded-lg persona-border persona-border-persona-border persona-p-3 persona-text-persona-primary"),t=h("div","persona-font-semibold persona-text-sm persona-mb-2");t.textContent=e.component?`Component: ${e.component}`:"Component";let r=h("pre","persona-font-mono persona-text-xs persona-whitespace-pre-wrap persona-overflow-x-auto");return r.textContent=JSON.stringify((o=e.props)!=null?o:{},null,2),n.appendChild(t),n.appendChild(r),n}function su(e,n){var Re,ce,We,Ze;let t=(ce=(Re=e.features)==null?void 0:Re.artifacts)==null?void 0:ce.layout,o=((We=t==null?void 0:t.toolbarPreset)!=null?We:"default")==="document",s=(Ze=t==null?void 0:t.panePadding)==null?void 0:Ze.trim(),a=e.markdown?Fo(e.markdown):null,i=xs(e.sanitize),d=J=>{let se=a?a(J):Oo(J);return i?i(se):se},l=typeof document!="undefined"?h("div","persona-artifact-backdrop persona-fixed persona-inset-0 persona-z-[55] persona-bg-black/30 persona-hidden md:persona-hidden"):null,u=()=>{l==null||l.classList.add("persona-hidden"),p.classList.remove("persona-artifact-drawer-open"),O==null||O.hide()};l&&l.addEventListener("click",()=>{var J;u(),(J=n.onDismiss)==null||J.call(n)});let p=h("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");p.setAttribute("data-persona-theme-zone","artifact-pane"),o&&p.classList.add("persona-artifact-pane-document");let f=h("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");f.setAttribute("data-persona-theme-zone","artifact-toolbar"),o&&f.classList.add("persona-artifact-toolbar-document");let g=h("span","persona-text-xs persona-font-medium persona-truncate");g.textContent="Artifacts";let C=h("button","persona-rounded-md persona-border persona-border-persona-border persona-px-2 persona-py-1 persona-text-xs persona-bg-persona-surface");C.type="button",C.textContent="Close",C.setAttribute("aria-label","Close artifacts panel"),C.addEventListener("click",()=>{var J;u(),(J=n.onDismiss)==null||J.call(n)});let x="rendered",M=h("div","persona-flex persona-items-center persona-gap-1 persona-shrink-0 persona-artifact-toggle-group"),A=o?jt({icon:"eye",label:"Rendered view",className:"persona-artifact-doc-icon-btn persona-artifact-view-btn"}):jt({icon:"eye",label:"Rendered view"}),k=o?jt({icon:"code-2",label:"Source",className:"persona-artifact-doc-icon-btn persona-artifact-code-btn"}):jt({icon:"code-2",label:"Source"}),B=h("div","persona-flex persona-items-center persona-gap-1 persona-shrink-0"),D=(t==null?void 0:t.documentToolbarShowCopyLabel)===!0,L=(t==null?void 0:t.documentToolbarShowCopyChevron)===!0,S=t==null?void 0:t.documentToolbarCopyMenuItems,F=!!(L&&S&&S.length>0),$=null,j,W=null,O=null;if(o&&(D||L)&&!F){if(j=D?Ha({icon:"copy",label:"Copy",iconSize:14,className:"persona-artifact-doc-copy-btn"}):jt({icon:"copy",label:"Copy",className:"persona-artifact-doc-copy-btn"}),L){let J=ge("chevron-down",14,"currentColor",2);J&&j.appendChild(J)}}else o&&F?($=h("div","persona-relative persona-inline-flex persona-items-center persona-gap-0 persona-rounded-md"),j=D?Ha({icon:"copy",label:"Copy",iconSize:14,className:"persona-artifact-doc-copy-btn"}):jt({icon:"copy",label:"Copy",className:"persona-artifact-doc-copy-btn"}),W=jt({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"}}),$.append(j,W)):o?j=jt({icon:"copy",label:"Copy",className:"persona-artifact-doc-icon-btn"}):j=jt({icon:"copy",label:"Copy"});let V=o?jt({icon:"refresh-cw",label:"Refresh",className:"persona-artifact-doc-icon-btn"}):jt({icon:"refresh-cw",label:"Refresh"}),oe=o?jt({icon:"x",label:"Close",className:"persona-artifact-doc-icon-btn"}):jt({icon:"x",label:"Close"}),Pe=()=>{var z,xe,Oe;let J=(z=Ue.find(ne=>ne.id===ee))!=null?z:Ue[Ue.length-1],se=(xe=J==null?void 0:J.id)!=null?xe:null,Fe=(J==null?void 0:J.artifactType)==="markdown"&&(Oe=J.markdown)!=null?Oe:"",K=J?JSON.stringify({component:J.component,props:J.props},null,2):"";return{markdown:Fe,jsonPayload:K,id:se}},Me=async()=>{var z;let{markdown:J,jsonPayload:se}=Pe(),Fe=(z=Ue.find(xe=>xe.id===ee))!=null?z:Ue[Ue.length-1],K=(Fe==null?void 0:Fe.artifactType)==="markdown"?J:Fe?se:"";try{await navigator.clipboard.writeText(K)}catch{}};if(j.addEventListener("click",async()=>{let J=t==null?void 0:t.onDocumentToolbarCopyMenuSelect;if(J&&F){let{markdown:se,jsonPayload:Fe,id:K}=Pe();try{await J({actionId:"primary",artifactId:K,markdown:se,jsonPayload:Fe})}catch{}return}await Me()}),W&&(S!=null&&S.length)){let J=()=>{var Fe;return(Fe=p.closest("[data-persona-root]"))!=null?Fe:document.body},se=()=>{O=Eo({items:S.map(Fe=>({id:Fe.id,label:Fe.label})),onSelect:async Fe=>{let{markdown:K,jsonPayload:z,id:xe}=Pe(),Oe=t==null?void 0:t.onDocumentToolbarCopyMenuSelect;try{Oe?await Oe({actionId:Fe,artifactId:xe,markdown:K,jsonPayload:z}):Fe==="markdown"||Fe==="md"?await navigator.clipboard.writeText(K):Fe==="json"||Fe==="source"?await navigator.clipboard.writeText(z):await navigator.clipboard.writeText(K||z)}catch{}},anchor:$!=null?$:W,position:"bottom-right",portal:J()})};p.isConnected?se():requestAnimationFrame(se),W.addEventListener("click",Fe=>{Fe.stopPropagation(),O==null||O.toggle()})}V.addEventListener("click",async()=>{var J;try{await((J=t==null?void 0:t.onDocumentToolbarRefresh)==null?void 0:J.call(t))}catch{}Q()}),oe.addEventListener("click",()=>{var J;u(),(J=n.onDismiss)==null||J.call(n)});let Ge=()=>{o&&(A.setAttribute("aria-pressed",x==="rendered"?"true":"false"),k.setAttribute("aria-pressed",x==="source"?"true":"false"))};A.addEventListener("click",()=>{x="rendered",Ge(),Q()}),k.addEventListener("click",()=>{x="source",Ge(),Q()});let ue=h("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");o?(f.replaceChildren(),M.append(A,k),$?B.append($,V,oe):B.append(j,V,oe),f.append(M,ue,B),Ge()):(f.appendChild(g),f.appendChild(C)),s&&(f.style.paddingLeft=s,f.style.paddingRight=s);let de=h("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"),ke=h("div","persona-artifact-content persona-flex-1 persona-min-h-0 persona-overflow-y-auto persona-p-3");s&&(de.style.paddingLeft=s,de.style.paddingRight=s,ke.style.padding=s),p.appendChild(f),p.appendChild(de),p.appendChild(ke);let Ue=[],ee=null,Ae=!1,Q=()=>{var K,z,xe,Oe;let J=o&&Ue.length<=1;de.classList.toggle("persona-hidden",J),de.replaceChildren();for(let ne of Ue){let Se=h("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");Se.type="button",Se.textContent=ne.title||ne.id.slice(0,8),ne.id===ee&&Se.classList.add("persona-bg-persona-container","persona-border-persona-border"),Se.addEventListener("click",()=>n.onSelect(ne.id)),de.appendChild(Se)}ke.replaceChildren();let se=ee&&Ue.find(ne=>ne.id===ee)||Ue[Ue.length-1];if(!se)return;if(o){let ne=se.artifactType==="markdown"?"MD":(K=se.component)!=null?K:"Component",be=(se.title||"Document").trim().replace(/\s*·\s*MD\s*$/i,"").trim()||"Document";ue.textContent=`${be} \xB7 ${ne}`}else g.textContent="Artifacts";if(se.artifactType==="markdown"){if(o&&x==="source"){let Se=h("pre","persona-font-mono persona-text-xs persona-whitespace-pre-wrap persona-break-words persona-text-persona-primary");Se.textContent=(z=se.markdown)!=null?z:"",ke.appendChild(Se);return}let ne=h("div","persona-text-sm persona-leading-relaxed persona-markdown-bubble");ne.innerHTML=d((xe=se.markdown)!=null?xe:""),ke.appendChild(ne);return}let Fe=se.component?oo.get(se.component):void 0;if(Fe){let Se={message:{id:se.id,role:"assistant",content:"",createdAt:new Date().toISOString()},config:e,updateProps:()=>{}};try{let be=Fe((Oe=se.props)!=null?Oe:{},Se);if(be){ke.appendChild(be);return}}catch{}}ke.appendChild(iy(se))},ae=()=>{var se;let J=Ue.length>0;if(p.classList.toggle("persona-hidden",!J),l){let Fe=typeof p.closest=="function"?p.closest("[data-persona-root]"):null,z=((se=Fe==null?void 0:Fe.classList.contains("persona-artifact-narrow-host"))!=null?se:!1)||typeof window!="undefined"&&window.matchMedia("(max-width: 640px)").matches;J&&z&&Ae?(l.classList.remove("persona-hidden"),p.classList.add("persona-artifact-drawer-open")):(l.classList.add("persona-hidden"),p.classList.remove("persona-artifact-drawer-open"))}};return{element:p,backdrop:l,update(J){var se,Fe,K;Ue=J.artifacts,ee=(K=(Fe=J.selectedId)!=null?Fe:(se=J.artifacts[J.artifacts.length-1])==null?void 0:se.id)!=null?K:null,Ue.length>0&&(Ae=!0),Q(),ae()},setMobileOpen(J){Ae=J,!J&&l?(l.classList.add("persona-hidden"),p.classList.remove("persona-artifact-drawer-open")):ae()}}}function Xn(e){var n,t;return((t=(n=e==null?void 0:e.features)==null?void 0:n.artifacts)==null?void 0:t.enabled)===!0}function au(e,n){var s,a,i,d;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"),!Xn(n))return;let t=(a=(s=n.features)==null?void 0:s.artifacts)==null?void 0:a.layout,r=(i=t==null?void 0:t.paneBorder)==null?void 0:i.trim(),o=(d=t==null?void 0:t.paneBorderLeft)==null?void 0:d.trim();r?(e.classList.add("persona-artifact-border-full"),e.style.setProperty("--persona-artifact-pane-border",r)):o&&(e.classList.add("persona-artifact-border-left"),e.style.setProperty("--persona-artifact-pane-border-left",o))}function ly(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 za(e,n){var d,l,u,p,f,g,C,x,M,A;if(!Xn(n)){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"),ly(e),au(e,n);return}let t=(l=(d=n.features)==null?void 0:d.artifacts)==null?void 0:l.layout;e.style.setProperty("--persona-artifact-split-gap",(u=t==null?void 0:t.splitGap)!=null?u:"0.5rem"),e.style.setProperty("--persona-artifact-pane-width",(p=t==null?void 0:t.paneWidth)!=null?p:"40%"),e.style.setProperty("--persona-artifact-pane-max-width",(f=t==null?void 0:t.paneMaxWidth)!=null?f:"28rem"),t!=null&&t.paneMinWidth?e.style.setProperty("--persona-artifact-pane-min-width",t.paneMinWidth):e.style.removeProperty("--persona-artifact-pane-min-width");let r=(g=t==null?void 0:t.paneBackground)==null?void 0:g.trim();r?e.style.setProperty("--persona-artifact-pane-bg",r):e.style.removeProperty("--persona-artifact-pane-bg");let o=(C=t==null?void 0:t.panePadding)==null?void 0:C.trim();o?e.style.setProperty("--persona-artifact-pane-padding",o):e.style.removeProperty("--persona-artifact-pane-padding");let s=(x=t==null?void 0:t.documentToolbarIconColor)==null?void 0:x.trim();s?e.style.setProperty("--persona-artifact-doc-toolbar-icon-color",s):e.style.removeProperty("--persona-artifact-doc-toolbar-icon-color");let a=(M=t==null?void 0:t.documentToolbarToggleActiveBackground)==null?void 0:M.trim();a?e.style.setProperty("--persona-artifact-doc-toggle-active-bg",a):e.style.removeProperty("--persona-artifact-doc-toggle-active-bg");let i=(A=t==null?void 0:t.documentToolbarToggleActiveBorderColor)==null?void 0:A.trim();i?e.style.setProperty("--persona-artifact-doc-toggle-active-border",i):e.style.removeProperty("--persona-artifact-doc-toggle-active-border"),au(e,n)}var iu=["panel","seamless"];function Va(e,n){var i,d,l,u,p,f;for(let g of iu)e.classList.remove(`persona-artifact-appearance-${g}`);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"),!Xn(n))return;let t=(d=(i=n.features)==null?void 0:i.artifacts)==null?void 0:d.layout,r=(l=t==null?void 0:t.paneAppearance)!=null?l:"panel",o=iu.includes(r)?r:"panel";e.classList.add(`persona-artifact-appearance-${o}`);let s=(u=t==null?void 0:t.paneBorderRadius)==null?void 0:u.trim();s&&e.style.setProperty("--persona-artifact-pane-radius",s);let a=(p=t==null?void 0:t.paneShadow)==null?void 0:p.trim();if(a&&e.style.setProperty("--persona-artifact-pane-shadow",a),(t==null?void 0:t.unifiedSplitChrome)===!0){e.classList.add("persona-artifact-unified-split");let g=((f=t.unifiedSplitOuterRadius)==null?void 0:f.trim())||s;g&&e.style.setProperty("--persona-artifact-unified-outer-radius",g)}}function lu(e,n){var t,r,o;return!n||!Xn(e)?!1:((o=(r=(t=e.features)==null?void 0:t.artifacts)==null?void 0:r.layout)==null?void 0:o.expandLauncherPanelWhenOpen)!==!1}function cy(e,n){if(!(e!=null&&e.trim()))return n;let t=/^(\d+(?:\.\d+)?)px\s*$/i.exec(e.trim());return t?Math.max(0,Number(t[1])):n}function dy(e){if(!(e!=null&&e.trim()))return null;let n=/^(\d+(?:\.\d+)?)px\s*$/i.exec(e.trim());return n?Math.max(0,Number(n[1])):null}function py(e,n,t){return t<n?n:Math.min(t,Math.max(n,e))}function uy(e,n,t,r){let o=e-r-2*n-t;return Math.max(0,o)}function cu(e,n){var a;let r=(a=(n.getComputedStyle(e).gap||"0px").trim().split(/\s+/)[0])!=null?a:"0px",o=/^([\d.]+)px$/i.exec(r);if(o)return Number(o[1]);let s=/^([\d.]+)/.exec(r);return s?Number(s[1]):8}function du(e,n,t,r,o,s){let a=cy(o,200),i=uy(n,t,r,200);i=Math.max(a,i);let d=dy(s);return d!==null&&(i=Math.min(i,d)),py(e,a,i)}var pu={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"}},Fi=(e,n,t,r)=>{let o=e.querySelectorAll("[data-tv-form]");o.length&&o.forEach(s=>{var C,x,M;if(s.dataset.enhanced==="true")return;let a=(C=s.dataset.tvForm)!=null?C:"init";s.dataset.enhanced="true";let i=(x=pu[a])!=null?x:pu.init;s.classList.add("persona-form-card","persona-space-y-4");let d=h("div","persona-space-y-1"),l=h("h3","persona-text-base persona-font-semibold persona-text-persona-primary");if(l.textContent=i.title,d.appendChild(l),i.description){let A=h("p","persona-text-sm persona-text-persona-muted");A.textContent=i.description,d.appendChild(A)}let u=document.createElement("form");u.className="persona-form-grid persona-space-y-3",i.fields.forEach(A=>{var S,F;let k=h("label","persona-form-field persona-flex persona-flex-col persona-gap-1");k.htmlFor=`${n.id}-${a}-${A.name}`;let B=h("span","persona-text-xs persona-font-medium persona-text-persona-muted");B.textContent=A.label,k.appendChild(B);let D=(S=A.type)!=null?S:"text",L;D==="textarea"?(L=document.createElement("textarea"),L.rows=3):(L=document.createElement("input"),L.type=D),L.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",L.id=`${n.id}-${a}-${A.name}`,L.name=A.name,L.placeholder=(F=A.placeholder)!=null?F:"",A.required&&(L.required=!0),k.appendChild(L),u.appendChild(k)});let p=h("div","persona-flex persona-items-center persona-justify-between persona-gap-2"),f=h("div","persona-text-xs persona-text-persona-muted persona-min-h-[1.5rem]"),g=h("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");g.type="submit",g.textContent=(M=i.submitLabel)!=null?M:"Submit",p.appendChild(f),p.appendChild(g),u.appendChild(p),s.replaceChildren(d,u),u.addEventListener("submit",async A=>{var L,S;A.preventDefault();let k=(L=t.formEndpoint)!=null?L:"/form",B=new FormData(u),D={};B.forEach((F,$)=>{D[$]=F}),D.type=a,g.disabled=!0,f.textContent="Submitting\u2026";try{let F=await fetch(k,{method:"POST",headers:{"Content-Type":"application/json"},body:JSON.stringify(D)});if(!F.ok)throw new Error(`Form submission failed (${F.status})`);let $=await F.json();f.textContent=(S=$.message)!=null?S:"Thanks! We'll be in touch soon.",$.success&&$.nextPrompt&&await r.sendMessage(String($.nextPrompt))}catch(F){f.textContent=F instanceof Error?F.message:"Something went wrong. Please try again."}finally{g.disabled=!1}})})};var Oi=class{constructor(){this.plugins=new Map}register(n){var t;this.plugins.has(n.id)&&console.warn(`Plugin "${n.id}" is already registered. Overwriting.`),this.plugins.set(n.id,n),(t=n.onRegister)==null||t.call(n)}unregister(n){var r;let t=this.plugins.get(n);t&&((r=t.onUnregister)==null||r.call(t),this.plugins.delete(n))}getAll(){return Array.from(this.plugins.values()).sort((n,t)=>{var r,o;return((r=t.priority)!=null?r:0)-((o=n.priority)!=null?o:0)})}getForInstance(n){let t=this.getAll();if(!n||n.length===0)return t;let r=new Set(n.map(s=>s.id));return[...t.filter(s=>!r.has(s.id)),...n].sort((s,a)=>{var i,d;return((i=a.priority)!=null?i:0)-((d=s.priority)!=null?d:0)})}clear(){this.plugins.forEach(n=>{var t;return(t=n.onUnregister)==null?void 0:t.call(n)}),this.plugins.clear()}},Ja=new Oi;var uu=()=>{let e=new Map,n=(o,s)=>(e.has(o)||e.set(o,new Set),e.get(o).add(s),()=>t(o,s)),t=(o,s)=>{var a;(a=e.get(o))==null||a.delete(s)};return{on:n,off:t,emit:(o,s)=>{var a;(a=e.get(o))==null||a.forEach(i=>{try{i(s)}catch(d){typeof console!="undefined"&&console.error("[AgentWidget] Event handler error:",d)}})}}};var my=e=>{let n=e.match(/```(?:json)?\s*([\s\S]*?)```/i);return n?n[1]:e},gy=e=>{let n=e.trim(),t=n.indexOf("{");if(t===-1)return null;let r=0;for(let o=t;o<n.length;o+=1){let s=n[o];if(s==="{"&&(r+=1),s==="}"&&(r-=1,r===0))return n.slice(t,o+1)}return null},Ka=({text:e})=>{if(!e||!e.includes("{"))return null;try{let n=my(e),t=gy(n);if(!t)return null;let r=JSON.parse(t);if(!r||typeof r!="object"||!r.action)return null;let{action:o,...s}=r;return{type:String(o),payload:s,raw:r}}catch{return null}},$i=e=>typeof e=="string"?e:e==null?"":String(e),Zo={message:e=>e.type!=="message"?void 0:{handled:!0,displayText:$i(e.payload.text)},messageAndClick:(e,n)=>{var o;if(e.type!=="message_and_click")return;let t=e.payload,r=$i(t.element);if(r&&((o=n.document)!=null&&o.querySelector)){let s=n.document.querySelector(r);s?setTimeout(()=>{s.click()},400):typeof console!="undefined"&&console.warn("[AgentWidget] Element not found for selector:",r)}return{handled:!0,displayText:$i(t.text)}}},mu=e=>Array.isArray(e)?e.map(n=>String(n)):[],Ga=e=>{let n=new Set(mu(e.getSessionMetadata().processedActionMessageIds)),t=()=>{n=new Set(mu(e.getSessionMetadata().processedActionMessageIds))},r=()=>{let s=Array.from(n);e.updateSessionMetadata(a=>({...a,processedActionMessageIds:s}))};return{process:s=>{if(s.streaming||s.message.role!=="assistant"||!s.text||n.has(s.message.id))return null;let a=typeof s.raw=="string"&&s.raw||typeof s.message.rawContent=="string"&&s.message.rawContent||typeof s.text=="string"&&s.text||null;!a&&typeof s.text=="string"&&s.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=a?e.parsers.reduce((l,u)=>l||(u==null?void 0:u({text:a,message:s.message}))||null,null):null;if(!i)return null;n.add(s.message.id),r();let d={action:i,message:s.message};e.emit("action:detected",d);for(let l of e.handlers)if(l)try{let u=()=>{e.emit("action:resubmit",d)},p=l(i,{message:s.message,metadata:e.getSessionMetadata(),updateMetadata:e.updateSessionMetadata,document:e.documentRef,triggerResubmit:u});if(!p)continue;if(p.handled){let f=p.persistMessage!==!1;return{text:p.displayText!==void 0?p.displayText:"",persist:f,resubmit:p.resubmit}}}catch(u){typeof console!="undefined"&&console.error("[AgentWidget] Action handler error:",u)}return{text:"",persist:!0}},syncFromMetadata:t}};var fy=e=>{if(!e)return null;try{return JSON.parse(e)}catch(n){return typeof console!="undefined"&&console.error("[AgentWidget] Failed to parse stored state:",n),null}},hy=e=>e.map(n=>({...n,streaming:!1})),yy=e=>e.map(n=>({...n,status:"complete"})),_i=(e="persona-state")=>{let n=()=>typeof window=="undefined"||!window.localStorage?null:window.localStorage;return{load:()=>{let t=n();return t?fy(t.getItem(e)):null},save:t=>{let r=n();if(r)try{let o={...t,messages:t.messages?hy(t.messages):void 0,artifacts:t.artifacts?yy(t.artifacts):void 0};r.setItem(e,JSON.stringify(o))}catch(o){typeof console!="undefined"&&console.error("[AgentWidget] Failed to persist state:",o)}},clear:()=>{let t=n();if(t)try{t.removeItem(e)}catch(r){typeof console!="undefined"&&console.error("[AgentWidget] Failed to clear stored state:",r)}}}};import{parse as by,STR as xy,OBJ as vy}from"partial-json";function Cy(e){if(!e||typeof e!="object"||!("component"in e))return!1;let n=e.component;return typeof n=="string"&&n.length>0}function wy(e,n){if(!Cy(e))return null;let t=e.props&&typeof e.props=="object"&&e.props!==null?e.props:{};return{component:e.component,props:t,raw:n}}function ji(){let e=null,n=0;return{getExtractedDirective:()=>e,processChunk:t=>{let r=t.trim();if(!r.startsWith("{")&&!r.startsWith("["))return null;if(t.length<=n)return e;try{let o=by(t,xy|vy),s=wy(o,t);s&&(e=s)}catch{}return n=t.length,e},reset:()=>{e=null,n=0}}}function Ay(e){return typeof e=="object"&&e!==null&&"component"in e&&typeof e.component=="string"&&"props"in e&&typeof e.props=="object"}function Ui(e,n){let{config:t,message:r,onPropsUpdate:o}=n,s=oo.get(e.component);if(!s)return console.warn(`[ComponentMiddleware] Component "${e.component}" not found in registry. Falling back to default rendering.`),null;let a={message:r,config:t,updateProps:i=>{o&&o(i)}};try{return s(e.props,a)}catch(i){return console.error(`[ComponentMiddleware] Error rendering component "${e.component}":`,i),null}}function Sy(){let e=ji();return{processChunk:n=>e.processChunk(n),getDirective:()=>e.getExtractedDirective(),reset:()=>{e.reset()}}}function gu(e){if(typeof e.rawContent=="string"&&e.rawContent.length>0)return e.rawContent;if(typeof e.content=="string"){let n=e.content.trim();if(n.startsWith("{")||n.startsWith("["))return e.content}return null}function qi(e){let n=gu(e);if(!n)return!1;try{let t=JSON.parse(n);return typeof t=="object"&&t!==null&&"component"in t&&typeof t.component=="string"}catch{return!1}}function zi(e){let n=gu(e);if(!n)return null;try{let t=JSON.parse(n);if(typeof t=="object"&&t!==null&&"component"in t&&typeof t.component=="string"){let r=t;return{component:r.component,props:r.props&&typeof r.props=="object"&&r.props!==null?r.props:{},raw:n}}}catch{}return null}var Ey=["Very dissatisfied","Dissatisfied","Neutral","Satisfied","Very satisfied"];function Vi(e){let{onSubmit:n,onDismiss:t,title:r="How satisfied are you?",subtitle:o="Please rate your experience",commentPlaceholder:s="Share your thoughts (optional)...",submitText:a="Submit",skipText:i="Skip",showComment:d=!0,ratingLabels:l=Ey}=e,u=document.createElement("div");u.className="persona-feedback-container persona-feedback-csat",u.setAttribute("role","dialog"),u.setAttribute("aria-label","Customer satisfaction feedback");let p=null,f=document.createElement("div");f.className="persona-feedback-content";let g=document.createElement("div");g.className="persona-feedback-header";let C=document.createElement("h3");C.className="persona-feedback-title",C.textContent=r,g.appendChild(C);let x=document.createElement("p");x.className="persona-feedback-subtitle",x.textContent=o,g.appendChild(x),f.appendChild(g);let M=document.createElement("div");M.className="persona-feedback-rating persona-feedback-rating-csat",M.setAttribute("role","radiogroup"),M.setAttribute("aria-label","Satisfaction rating from 1 to 5");let A=[];for(let S=1;S<=5;S++){let F=document.createElement("button");F.type="button",F.className="persona-feedback-rating-btn persona-feedback-star-btn",F.setAttribute("role","radio"),F.setAttribute("aria-checked","false"),F.setAttribute("aria-label",`${S} star${S>1?"s":""}: ${l[S-1]}`),F.title=l[S-1],F.dataset.rating=String(S),F.innerHTML=`
|
|
20
20
|
<svg class="persona-feedback-star" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2">
|
|
21
21
|
<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>
|
|
22
22
|
</svg>
|
|
23
|
-
`,O.addEventListener("click",()=>{p=S,A.forEach(($,U)=>{let W=U<S;$.classList.toggle("selected",W),$.setAttribute("aria-checked",U===S-1?"true":"false")})}),A.push(O),M.appendChild(O)}f.appendChild(M);let k=null;if(d){let S=document.createElement("div");S.className="persona-feedback-comment-container",k=document.createElement("textarea"),k.className="persona-feedback-comment",k.placeholder=s,k.rows=3,k.setAttribute("aria-label","Additional comments"),S.appendChild(k),f.appendChild(S)}let D=document.createElement("div");D.className="persona-feedback-actions";let R=document.createElement("button");R.type="button",R.className="persona-feedback-btn persona-feedback-btn-skip",R.textContent=i,R.addEventListener("click",()=>{t==null||t(),u.remove()});let L=document.createElement("button");return L.type="button",L.className="persona-feedback-btn persona-feedback-btn-submit",L.textContent=a,L.addEventListener("click",async()=>{if(p===null){M.classList.add("persona-feedback-shake"),setTimeout(()=>M.classList.remove("persona-feedback-shake"),500);return}L.disabled=!0,L.textContent="Submitting...";try{let S=(k==null?void 0:k.value.trim())||void 0;await n(p,S),u.remove()}catch(S){L.disabled=!1,L.textContent=a,console.error("[CSAT Feedback] Failed to submit:",S)}}),D.appendChild(R),D.appendChild(L),f.appendChild(D),u.appendChild(f),u}function Ji(e){let{onSubmit:n,onDismiss:t,title:r="How likely are you to recommend us?",subtitle:o="On a scale of 0 to 10",commentPlaceholder:s="What could we do better? (optional)...",submitText:a="Submit",skipText:i="Skip",showComment:d=!0,lowLabel:l="Not likely",highLabel:u="Very likely"}=e,p=document.createElement("div");p.className="persona-feedback-container persona-feedback-nps",p.setAttribute("role","dialog"),p.setAttribute("aria-label","Net Promoter Score feedback");let f=null,m=document.createElement("div");m.className="persona-feedback-content";let v=document.createElement("div");v.className="persona-feedback-header";let x=document.createElement("h3");x.className="persona-feedback-title",x.textContent=r,v.appendChild(x);let M=document.createElement("p");M.className="persona-feedback-subtitle",M.textContent=o,v.appendChild(M),m.appendChild(v);let A=document.createElement("div");A.className="persona-feedback-rating persona-feedback-rating-nps",A.setAttribute("role","radiogroup"),A.setAttribute("aria-label","Likelihood rating from 0 to 10");let k=document.createElement("div");k.className="persona-feedback-labels";let D=document.createElement("span");D.className="persona-feedback-label-low",D.textContent=l;let R=document.createElement("span");R.className="persona-feedback-label-high",R.textContent=u,k.appendChild(D),k.appendChild(R);let L=document.createElement("div");L.className="persona-feedback-numbers";let S=[];for(let F=0;F<=10;F++){let K=document.createElement("button");K.type="button",K.className="persona-feedback-rating-btn persona-feedback-number-btn",K.setAttribute("role","radio"),K.setAttribute("aria-checked","false"),K.setAttribute("aria-label",`Rating ${F} out of 10`),K.textContent=String(F),K.dataset.rating=String(F),F<=6?K.classList.add("persona-feedback-detractor"):F<=8?K.classList.add("persona-feedback-passive"):K.classList.add("persona-feedback-promoter"),K.addEventListener("click",()=>{f=F,S.forEach((re,Ee)=>{re.classList.toggle("selected",Ee===F),re.setAttribute("aria-checked",Ee===F?"true":"false")})}),S.push(K),L.appendChild(K)}A.appendChild(k),A.appendChild(L),m.appendChild(A);let O=null;if(d){let F=document.createElement("div");F.className="persona-feedback-comment-container",O=document.createElement("textarea"),O.className="persona-feedback-comment",O.placeholder=s,O.rows=3,O.setAttribute("aria-label","Additional comments"),F.appendChild(O),m.appendChild(F)}let $=document.createElement("div");$.className="persona-feedback-actions";let U=document.createElement("button");U.type="button",U.className="persona-feedback-btn persona-feedback-btn-skip",U.textContent=i,U.addEventListener("click",()=>{t==null||t(),p.remove()});let W=document.createElement("button");return W.type="button",W.className="persona-feedback-btn persona-feedback-btn-submit",W.textContent=a,W.addEventListener("click",async()=>{if(f===null){L.classList.add("persona-feedback-shake"),setTimeout(()=>L.classList.remove("persona-feedback-shake"),500);return}W.disabled=!0,W.textContent="Submitting...";try{let F=(O==null?void 0:O.value.trim())||void 0;await n(f,F),p.remove()}catch(F){W.disabled=!1,W.textContent=a,console.error("[NPS Feedback] Failed to submit:",F)}}),$.appendChild(U),$.appendChild(W),m.appendChild($),p.appendChild(m),p}var Zo="persona-chat-history",Ty=30*1e3,My={"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 ky(e){var r,o,s;if(!e)return[];let n=[],t=Array.from((r=e.items)!=null?r:[]);for(let a of t){if(a.kind!=="file"||!a.type.startsWith("image/"))continue;let i=a.getAsFile();if(!i)continue;if(i.name){n.push(i);continue}let d=(o=My[i.type])!=null?o:"png";n.push(new File([i],`clipboard-image-${Date.now()}.${d}`,{type:i.type,lastModified:Date.now()}))}if(n.length>0)return n;for(let a of Array.from((s=e.files)!=null?s:[]))a.type.startsWith("image/")&&n.push(a);return n}function Qa(e){if(!e)return!1;let n=e.types;return n?typeof n.contains=="function"?n.contains("Files"):Array.from(n).includes("Files"):!1}function Ly(e){var n,t,r,o,s,a,i,d,l;return e?e===!0?{storage:"session",keyPrefix:"persona-",persist:{openState:!0,voiceState:!0,focusInput:!0},clearOnChatClear:!0}:{storage:(n=e.storage)!=null?n:"session",keyPrefix:(t=e.keyPrefix)!=null?t:"persona-",persist:{openState:(o=(r=e.persist)==null?void 0:r.openState)!=null?o:!0,voiceState:(a=(s=e.persist)==null?void 0:s.voiceState)!=null?a:!0,focusInput:(d=(i=e.persist)==null?void 0:i.focusInput)!=null?d:!0},clearOnChatClear:(l=e.clearOnChatClear)!=null?l:!0}:null}function Py(e){try{let n=e==="local"?localStorage:sessionStorage,t="__persist_test__";return n.setItem(t,"1"),n.removeItem(t),n}catch{return null}}var Ki=e=>!e||typeof e!="object"?{}:{...e},fu=e=>e.map(n=>({...n,streaming:!1})),hu=(e,n,t)=>{let r=e!=null&&e.markdown?No(e.markdown):null,o=bs(e==null?void 0:e.sanitize);return e!=null&&e.postprocessMessage&&o&&(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."),s=>{var l,u,p;let a=(l=s.text)!=null?l:"",i=(u=s.message.rawContent)!=null?u:null;if(n){let f=n.process({text:a,raw:i!=null?i:a,message:s.message,streaming:s.streaming});f!==null&&(a=f.text,f.persist||(s.message.__skipPersist=!0),f.resubmit&&!s.streaming&&t&&t())}let d;return e!=null&&e.postprocessMessage?d=e.postprocessMessage({...s,text:a,raw:(p=i!=null?i:s.text)!=null?p:""}):r?d=r(a):d=Fo(a),o?o(d):d}};function yu(e){var i,d,l,u;let n=h("div","persona-attachment-drop-overlay");e!=null&&e.background&&n.style.setProperty("--persona-drop-overlay-bg",e.background),(e==null?void 0:e.backdropBlur)!==void 0&&n.style.setProperty("--persona-drop-overlay-blur",e.backdropBlur),e!=null&&e.border&&n.style.setProperty("--persona-drop-overlay-border",e.border),e!=null&&e.borderRadius&&n.style.setProperty("--persona-drop-overlay-radius",e.borderRadius),e!=null&&e.inset&&n.style.setProperty("--persona-drop-overlay-inset",e.inset),e!=null&&e.labelSize&&n.style.setProperty("--persona-drop-overlay-label-size",e.labelSize),e!=null&&e.labelColor&&n.style.setProperty("--persona-drop-overlay-label-color",e.labelColor);let t=(i=e==null?void 0:e.iconName)!=null?i:"upload",r=(d=e==null?void 0:e.iconSize)!=null?d:"48px",o=(l=e==null?void 0:e.iconColor)!=null?l:"rgba(59, 130, 246, 0.6)",s=(u=e==null?void 0:e.iconStrokeWidth)!=null?u:.5,a=me(t,r,o,s);if(a&&n.appendChild(a),e!=null&&e.label){let p=h("span","persona-drop-overlay-label");p.textContent=e.label,n.appendChild(p)}return n}var Gi=(e,n,t)=>{var ll,cl,dl,pl,ul,ml,gl,fl,hl,yl,bl,xl,vl,Cl,wl,Al,Sl,El,Tl,Ml,kl,Ll,Pl,Il,Wl,Rl,Hl,Bl,Dl,Nl,Fl,Ol,$l,_l,jl,Ul,ql,zl,Vl,Jl,Kl,Gl,Ql,Xl,Yl,Zl,ec;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 r=gi(n),o=Ja.getForInstance(r.plugins);r.components&&so.registerAll(r.components);let s=uu(),i=r.persistState===!1?null:(ll=r.storageAdapter)!=null?ll:_i(),d={},l=null,u=!1,p=c=>{if(r.onStateLoaded)try{let g=r.onStateLoaded(c);if(g&&typeof g=="object"&&"state"in g){let{state:y,open:b}=g;return b&&(u=!0),y}return g}catch(g){typeof console!="undefined"&&console.error("[AgentWidget] onStateLoaded hook failed:",g)}return c};if(i!=null&&i.load)try{let c=i.load();if(c&&typeof c.then=="function")l=c.then(g=>{let y=g!=null?g:{messages:[],metadata:{}};return p(y)});else{let g=c!=null?c:{messages:[],metadata:{}},y=p(g);y.metadata&&(d=Ki(y.metadata)),(cl=y.messages)!=null&&cl.length&&(r={...r,initialMessages:y.messages}),(dl=y.artifacts)!=null&&dl.length&&(r={...r,initialArtifacts:y.artifacts,initialSelectedArtifactId:(pl=y.selectedArtifactId)!=null?pl:null})}}catch(c){typeof console!="undefined"&&console.error("[AgentWidget] Failed to load stored state:",c)}else if(r.onStateLoaded)try{let c=p({messages:[],metadata:{}});(ul=c.messages)!=null&&ul.length&&(r={...r,initialMessages:c.messages})}catch(c){typeof console!="undefined"&&console.error("[AgentWidget] onStateLoaded hook failed:",c)}let f=()=>d,m=c=>{var y;d=(y=c({...d}))!=null?y:{},Po()},v=r.actionParsers&&r.actionParsers.length?r.actionParsers:[Ka],x=r.actionHandlers&&r.actionHandlers.length?r.actionHandlers:[Yo.message,Yo.messageAndClick],M=Ga({parsers:v,handlers:x,getSessionMetadata:f,updateSessionMetadata:m,emit:s.emit,documentRef:typeof document!="undefined"?document:null});M.syncFromMetadata();let A=(gl=(ml=r.launcher)==null?void 0:ml.enabled)!=null?gl:!0,k=(hl=(fl=r.launcher)==null?void 0:fl.autoExpand)!=null?hl:!1,D=(yl=r.autoFocusInput)!=null?yl:!1,R=k,L=A,S=(xl=(bl=r.layout)==null?void 0:bl.header)==null?void 0:xl.layout,O=!1,$=()=>Zr(r),U=()=>A||$(),W=$()?!1:A?k:!0,F=!1,K=null,re=()=>{F=!0,K&&clearTimeout(K),K=setTimeout(()=>{F&&(typeof console!="undefined"&&console.warn("[AgentWidget] Resubmit requested but no injection occurred within 10s"),F=!1)},1e4)},Ee=hu(r,M,re),We=(Cl=(vl=r.features)==null?void 0:vl.showReasoning)!=null?Cl:!0,qe=(Al=(wl=r.features)==null?void 0:wl.showToolCalls)!=null?Al:!0,ge=(El=(Sl=r.features)==null?void 0:Sl.showEventStreamToggle)!=null?El:!1,pe=(Ml=(Tl=r.features)==null?void 0:Tl.scrollToBottom)!=null?Ml:{},Ue=`${(Ll=typeof r.persistState=="object"?(kl=r.persistState)==null?void 0:kl.keyPrefix:void 0)!=null?Ll:"persona-"}event-stream`,ee=ge?new js(Ue):null,be=(Wl=(Il=(Pl=r.features)==null?void 0:Pl.eventStream)==null?void 0:Il.maxEvents)!=null?Wl:2e3,Q=ge?new _s(be,ee):null,oe=null,Le=!1,ie=null,Fe=0;ee==null||ee.open().then(()=>Q==null?void 0:Q.restore()).catch(c=>{r.debug&&console.warn("[AgentWidget] IndexedDB not available for event stream:",c)});let De={onCopy:c=>{var g,y;s.emit("message:copy",c),_!=null&&_.isClientTokenMode()&&_.submitMessageFeedback(c.id,"copy").catch(b=>{r.debug&&console.error("[AgentWidget] Failed to submit copy feedback:",b)}),(y=(g=r.messageActions)==null?void 0:g.onCopy)==null||y.call(g,c)},onFeedback:c=>{var g,y;s.emit("message:feedback",c),_!=null&&_.isClientTokenMode()&&_.submitMessageFeedback(c.messageId,c.type).catch(b=>{r.debug&&console.error("[AgentWidget] Failed to submit feedback:",b)}),(y=(g=r.messageActions)==null?void 0:g.onFeedback)==null||y.call(g,c)}},J=(Rl=r.statusIndicator)!=null?Rl:{},Oe=c=>{var g,y,b,T;return c==="idle"?(g=J.idleText)!=null?g:fn.idle:c==="connecting"?(y=J.connectingText)!=null?y:fn.connecting:c==="connected"?(b=J.connectedText)!=null?b:fn.connected:c==="error"?(T=J.errorText)!=null?T:fn.error:fn[c]};function Ne(c,g,y,b){if(b==="idle"&&y.idleLink){c.textContent="";let T=document.createElement("a");T.href=y.idleLink,T.target="_blank",T.rel="noopener noreferrer",T.textContent=g,T.style.color="inherit",T.style.textDecoration="none",c.appendChild(T)}else c.textContent=g}let{wrapper:G,panel:V,pillRoot:xe}=Hp(r),Ie=Bp(r,U()),{container:ne,body:ve,messagesWrapper:Ae,suggestions:Et,textarea:te,sendButton:ke,sendButtonWrapper:an,composerForm:Wt,statusText:qt,introTitle:vr,introSubtitle:dr,closeButton:P,iconHolder:se,headerTitle:Re,headerSubtitle:Ve,header:$e,footer:_e,actionsRow:et,leftActions:Ct,rightActions:Ot}=Ie,zt=Ie.setSendButtonMode,H=Ie.micButton,ae=Ie.micButtonWrapper,Ce=Ie.attachmentButton,mt=Ie.attachmentButtonWrapper,Qe=Ie.attachmentInput,Ft=Ie.attachmentPreviewsContainer;ne.classList.add("persona-relative"),ve.classList.add("persona-relative");let ln=12,wt=()=>{var c;return(c=pe.label)!=null?c:""},yt=()=>{var c;return(c=pe.iconName)!=null?c:"arrow-down"},Tt=()=>pe.enabled!==!1,ct=h("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");ct.type="button",ct.style.display="none",ct.setAttribute("data-persona-scroll-to-bottom","true");let Vt=h("span","persona-flex persona-items-center"),Cr=h("span","");ct.append(Vt,Cr),ne.appendChild(ct);let jn=()=>{let g=_e.style.display==="none"?0:_e.offsetHeight;ct.style.bottom=`${g+ln}px`};jn();let Dr=()=>{let c=!!wt();ct.setAttribute("aria-label",wt()||"Jump to latest"),ct.title=wt(),ct.setAttribute("data-persona-scroll-to-bottom-has-label",c?"true":"false"),Vt.innerHTML="";let g=me(yt(),"14px","currentColor",2);g?(Vt.appendChild(g),Vt.style.display=""):Vt.style.display="none",Cr.textContent=wt(),Cr.style.display=c?"":"none"};Dr();let vt=null,pr=null,ur=o.find(c=>c.renderHeader);if(ur!=null&&ur.renderHeader){let c=ur.renderHeader({config:r,defaultRenderer:()=>{let g=eo({config:r,showClose:U()});return zo(ne,g,r),g.header},onClose:()=>Pt(!1,"user")});if(c){let g=ne.querySelector(".persona-border-b-persona-divider");g&&(g.replaceWith(c),$e=c)}}let wr=()=>{var g,y,b,T;if(!Q)return;if(Le=!0,!oe&&Q&&(oe=nu({buffer:Q,getFullHistory:()=>Q.getAllFromStore(),onClose:()=>Yn(),config:r,plugins:o})),oe&&(ve.style.display="none",(g=_e.parentNode)==null||g.insertBefore(oe.element,_e),oe.update()),pt){pt.style.boxShadow=`inset 0 0 0 1.5px ${Sn.actionIconColor}`;let B=(T=(b=(y=r.features)==null?void 0:y.eventStream)==null?void 0:b.classNames)==null?void 0:T.toggleButtonActive;B&&B.split(/\s+/).forEach(N=>N&&pt.classList.add(N))}let c=()=>{if(!Le)return;let B=Date.now();B-Fe>=200&&(oe==null||oe.update(),Fe=B),ie=requestAnimationFrame(c)};Fe=0,ie=requestAnimationFrame(c),kr(),s.emit("eventStream:opened",{timestamp:Date.now()})},Yn=()=>{var c,g,y;if(Le){if(Le=!1,oe&&oe.element.remove(),ve.style.display="",pt){pt.style.boxShadow="";let b=(y=(g=(c=r.features)==null?void 0:c.eventStream)==null?void 0:g.classNames)==null?void 0:y.toggleButtonActive;b&&b.split(/\s+/).forEach(T=>T&&pt.classList.remove(T))}ie!==null&&(cancelAnimationFrame(ie),ie=null),kr(),s.emit("eventStream:closed",{timestamp:Date.now()})}},pt=null;if(ge){let c=(Bl=(Hl=r.features)==null?void 0:Hl.eventStream)==null?void 0:Bl.classNames,g="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"+(c!=null&&c.toggleButton?" "+c.toggleButton:"");pt=h("button",g),pt.style.width="28px",pt.style.height="28px",pt.style.color=Sn.actionIconColor,pt.type="button",pt.setAttribute("aria-label","Event Stream"),pt.title="Event Stream";let y=me("activity","18px","currentColor",1.5);y&&pt.appendChild(y);let b=Ie.clearChatButtonWrapper,T=Ie.closeButtonWrapper,B=b||T;B&&B.parentNode===$e?$e.insertBefore(pt,B):$e.appendChild(pt),pt.addEventListener("click",()=>{Le?Yn():wr()})}let io=c=>{var b,T,B;let g=r.attachments;if(!(g!=null&&g.enabled))return;let y=c.querySelector(".persona-attachment-previews");if(!y){y=h("div","persona-attachment-previews persona-flex persona-flex-wrap persona-gap-2 persona-mb-2"),y.style.display="none";let N=c.querySelector("[data-persona-composer-form]");N!=null&&N.parentNode?N.parentNode.insertBefore(y,N):c.insertBefore(y,c.firstChild)}if(!c.querySelector('input[type="file"]')){let N=h("input");N.type="file",N.accept=((b=g.allowedTypes)!=null?b:Hr).join(","),N.multiple=((T=g.maxFiles)!=null?T:4)>1,N.style.display="none",N.setAttribute("aria-label",(B=g.buttonTooltipText)!=null?B:"Attach files"),c.appendChild(N)}},mr=o.find(c=>c.renderComposer);if(mr!=null&&mr.renderComposer){let c=r.composer,g=mr.renderComposer({config:r,defaultRenderer:()=>Ns({config:r}).footer,onSubmit:y=>{var N;if(!_||_.isStreaming())return;let b=y.trim(),T=(N=vt==null?void 0:vt.hasAttachments())!=null?N:!1;if(!b&&!T)return;ds();let B;T&&(B=[],B.push(...vt.getContentParts()),b&&B.push(ya(b))),_.sendMessage(b,{contentParts:B}),T&&vt.clearAttachments()},streaming:!1,disabled:!1,openAttachmentPicker:()=>{Qe==null||Qe.click()},models:c==null?void 0:c.models,selectedModelId:c==null?void 0:c.selectedModelId,onModelChange:y=>{r.composer={...r.composer,selectedModelId:y},r.agent&&(r.agent={...r.agent,model:y})},onVoiceToggle:((Dl=r.voiceRecognition)==null?void 0:Dl.enabled)===!0?()=>{pr==null||pr()}:void 0});g&&(_e.replaceWith(g),_e=g)}let lo=c=>{let g=c.querySelector("[data-persona-composer-form]"),y=c.querySelector("[data-persona-composer-input]"),b=c.querySelector("[data-persona-composer-submit]"),T=c.querySelector("[data-persona-composer-mic]"),B=c.querySelector("[data-persona-composer-status]");g&&(Wt=g),y&&(te=y),b&&(ke=b),T&&(H=T,ae=T.parentElement),B&&(qt=B);let N=c.querySelector(".persona-mb-3.persona-flex.persona-flex-wrap.persona-gap-2");N&&(Et=N);let z=c.querySelector(".persona-attachment-button");z&&(Ce=z,mt=z.parentElement),Qe=c.querySelector('input[type="file"]'),Ft=c.querySelector(".persona-attachment-previews");let I=c.querySelector(".persona-widget-composer .persona-flex.persona-items-center.persona-justify-between");I&&(et=I)};io(_e),lo(_e);let En=(_l=(Nl=r.layout)==null?void 0:Nl.contentMaxWidth)!=null?_l:$()?($l=(Ol=(Fl=r.launcher)==null?void 0:Fl.composerBar)==null?void 0:Ol.contentMaxWidth)!=null?$l:"720px":void 0;if(En&&(Ae.style.maxWidth=En,Ae.style.marginLeft="auto",Ae.style.marginRight="auto",Ae.style.width="100%"),En&&Wt&&!$()&&(Wt.style.maxWidth=En,Wt.style.marginLeft="auto",Wt.style.marginRight="auto"),En&&Et&&!$()&&(Et.style.maxWidth=En,Et.style.marginLeft="auto",Et.style.marginRight="auto"),En&&Ft&&!$()&&(Ft.style.maxWidth=En,Ft.style.marginLeft="auto",Ft.style.marginRight="auto"),(jl=r.attachments)!=null&&jl.enabled&&Qe&&Ft){vt=Uo.fromConfig(r.attachments),vt.setPreviewsContainer(Ft),Qe.addEventListener("change",y=>{let b=y.target;vt==null||vt.handleFileSelect(b.files),b.value=""});let c=r.attachments.dropOverlay,g=yu(c);ne.appendChild(g)}(()=>{var b,T;let c=(T=(b=r.layout)==null?void 0:b.slots)!=null?T:{},g=B=>{switch(B){case"body-top":return ne.querySelector(".persona-rounded-2xl.persona-bg-persona-surface.persona-p-6")||null;case"messages":return Ae;case"footer-top":return Et;case"composer":return Wt;case"footer-bottom":return qt;default:return null}},y=(B,N)=>{var z;switch(B){case"header-left":case"header-center":case"header-right":if(B==="header-left")$e.insertBefore(N,$e.firstChild);else if(B==="header-right")$e.appendChild(N);else{let I=$e.querySelector(".persona-flex-col");I?(z=I.parentNode)==null||z.insertBefore(N,I.nextSibling):$e.appendChild(N)}break;case"body-top":{let I=ve.querySelector(".persona-rounded-2xl.persona-bg-persona-surface.persona-p-6");I?I.replaceWith(N):ve.insertBefore(N,ve.firstChild);break}case"body-bottom":ve.appendChild(N);break;case"footer-top":Et.replaceWith(N);break;case"footer-bottom":qt.replaceWith(N);break;default:break}};for(let[B,N]of Object.entries(c))if(N)try{let z=N({config:r,defaultContent:()=>g(B)});z&&y(B,z)}catch(z){typeof console!="undefined"&&console.error(`[AgentWidget] Error rendering slot "${B}":`,z)}})();let Nr=c=>{let y=c.target.closest('button[data-expand-header="true"]');if(!y)return;let b=y.closest(".persona-reasoning-bubble, .persona-tool-bubble");if(!b)return;let T=b.getAttribute("data-message-id");if(!T)return;let B=y.getAttribute("data-bubble-type");B==="reasoning"?(Jo.has(T)?Jo.delete(T):Jo.add(T),$p(T,b)):B==="tool"&&(Ko.has(T)?Ko.delete(T):Ko.add(T),_p(T,b,r)),Fn.delete(T)};Ae.addEventListener("pointerdown",c=>{c.target.closest('button[data-expand-header="true"]')&&(c.preventDefault(),Nr(c))}),Ae.addEventListener("keydown",c=>{let g=c.target;(c.key==="Enter"||c.key===" ")&&g.closest('button[data-expand-header="true"]')&&(c.preventDefault(),Nr(c))});let Ar=new Map;Ae.addEventListener("click",c=>{var N;let y=c.target.closest(".persona-message-action-btn[data-action]");if(!y)return;c.preventDefault(),c.stopPropagation();let b=y.closest("[data-actions-for]");if(!b)return;let T=b.getAttribute("data-actions-for");if(!T)return;let B=y.getAttribute("data-action");if(B==="copy"){let I=_.getMessages().find(he=>he.id===T);if(I&&De.onCopy){let he=I.content||"";navigator.clipboard.writeText(he).then(()=>{y.classList.add("persona-message-action-success");let ce=me("check",14,"currentColor",2);ce&&(y.innerHTML="",y.appendChild(ce)),setTimeout(()=>{y.classList.remove("persona-message-action-success");let Z=me("copy",14,"currentColor",2);Z&&(y.innerHTML="",y.appendChild(Z))},2e3)}).catch(ce=>{typeof console!="undefined"&&console.error("[AgentWidget] Failed to copy message:",ce)}),De.onCopy(I)}}else if(B==="upvote"||B==="downvote"){let I=((N=Ar.get(T))!=null?N:null)===B,he=B==="upvote"?"thumbs-up":"thumbs-down";if(I){Ar.delete(T),y.classList.remove("persona-message-action-active");let ce=me(he,14,"currentColor",2);ce&&(y.innerHTML="",y.appendChild(ce))}else{let ce=B==="upvote"?"downvote":"upvote",Z=b.querySelector(`[data-action="${ce}"]`);if(Z){Z.classList.remove("persona-message-action-active");let Ge=me(ce==="upvote"?"thumbs-up":"thumbs-down",14,"currentColor",2);Ge&&(Z.innerHTML="",Z.appendChild(Ge))}Ar.set(T,B),y.classList.add("persona-message-action-active");let ue=me(he,14,"currentColor",2);ue&&(ue.setAttribute("fill","currentColor"),y.innerHTML="",y.appendChild(ue)),y.classList.remove("persona-message-action-pop"),y.offsetWidth,y.classList.add("persona-message-action-pop");let Be=_.getMessages().find(Ze=>Ze.id===T);Be&&De.onFeedback&&De.onFeedback({type:B,messageId:Be.id,message:Be})}}}),Ae.addEventListener("click",c=>{let y=c.target.closest("button[data-approval-action]");if(!y)return;c.preventDefault(),c.stopPropagation();let b=y.closest(".persona-approval-bubble");if(!b)return;let T=b.getAttribute("data-message-id");if(!T)return;let B=y.getAttribute("data-approval-action");if(!B)return;let N=B==="approve"?"approved":"denied",I=_.getMessages().find(ce=>ce.id===T);if(!(I!=null&&I.approval))return;let he=b.querySelector("[data-approval-buttons]");he&&he.querySelectorAll("button").forEach(Z=>{Z.disabled=!0,Z.style.opacity="0.5",Z.style.cursor="not-allowed"}),_.resolveApproval(I.approval,N)});let ft=null,In=null,Wn={artifacts:[],selectedId:null},yn=!1,Mt={current:null};Ae.addEventListener("click",c=>{var Z,ue,ye,Be,Ze;let y=c.target.closest("[data-download-artifact]");if(!y)return;c.preventDefault(),c.stopPropagation();let b=y.getAttribute("data-download-artifact");if(!b||((ye=(ue=(Z=r.features)==null?void 0:Z.artifacts)==null?void 0:ue.onArtifactAction)==null?void 0:ye.call(ue,{type:"download",artifactId:b}))===!0)return;let B=_.getArtifactById(b),N=B==null?void 0:B.markdown,z=(B==null?void 0:B.title)||"artifact";if(!N){let Ge=y.closest("[data-open-artifact]"),ot=Ge==null?void 0:Ge.closest("[data-message-id]"),st=ot==null?void 0:ot.getAttribute("data-message-id");if(st){let Se=_.getMessages().find(je=>je.id===st);if(Se!=null&&Se.rawContent)try{let je=JSON.parse(Se.rawContent);N=(Be=je==null?void 0:je.props)==null?void 0:Be.markdown,z=((Ze=je==null?void 0:je.props)==null?void 0:Ze.title)||z}catch{}}}if(!N)return;let I=new Blob([N],{type:"text/markdown"}),he=URL.createObjectURL(I),ce=document.createElement("a");ce.href=he,ce.download=`${z}.md`,ce.click(),URL.revokeObjectURL(he)}),Ae.addEventListener("click",c=>{var B,N,z;let y=c.target.closest("[data-open-artifact]");if(!y)return;let b=y.getAttribute("data-open-artifact");!b||((z=(N=(B=r.features)==null?void 0:B.artifacts)==null?void 0:N.onArtifactAction)==null?void 0:z.call(N,{type:"open",artifactId:b}))===!0||(c.preventDefault(),c.stopPropagation(),yn=!1,_.selectArtifact(b),Bn())}),Ae.addEventListener("keydown",c=>{if(c.key!=="Enter"&&c.key!==" ")return;let g=c.target;g.hasAttribute("data-open-artifact")&&(c.preventDefault(),g.click())});let Un=Ie.composerOverlay,qn=(c,g,y)=>{var z,I,he,ce;let b=g.trim();if(!b||!Mt.current)return;let T=(z=c.getAttribute("data-tool-call-id"))!=null?z:"",B=y.source==="free-text";e.dispatchEvent(new CustomEvent("persona:askUserQuestion:answered",{detail:{toolUseId:T,answer:b,answers:y.structured,values:(I=y.values)!=null?I:y.source==="multi"?b.split(", "):[b],isFreeText:B,source:y.source},bubbles:!0,composed:!0})),Mo(Un,T);let N=Mt.current.getMessages().find(Z=>{var ue;return((ue=Z.toolCall)==null?void 0:ue.id)===T});(he=N==null?void 0:N.agentMetadata)!=null&&he.awaitingLocalTool?Mt.current.resolveAskUserQuestion(N,(ce=y.structured)!=null?ce:b):Mt.current.sendMessage(b)},Rn=c=>{var T;let g=Mt.current;if(!g)return;let y=(T=c.getAttribute("data-tool-call-id"))!=null?T:"",b=g.getMessages().find(B=>{var N;return((N=B.toolCall)==null?void 0:N.id)===y});b&&g.persistAskUserQuestionProgress(b,{answers:Ua(c,b),currentIndex:Qn(c)})},Fr=c=>Object.entries(c).map(([g,y])=>`${g}: ${Array.isArray(y)?y.join(", "):y}`).join(" | "),Sr=c=>{var T,B,N;if(((B=(T=r.features)==null?void 0:T.askUserQuestion)==null?void 0:B.groupedAutoAdvance)===!1)return;let g=Qn(c),y=Qo(c);if(g>=y-1)return;let b=(N=Mt.current)==null?void 0:N.getMessages().find(z=>{var I;return((I=z.toolCall)==null?void 0:I.id)===c.getAttribute("data-tool-call-id")});b&&(qa(c,b,r,g+1),Rn(c))};Un.addEventListener("click",c=>{var B,N,z,I,he,ce,Z,ue,ye,Be,Ze,Ge,ot,st;let y=c.target.closest("[data-ask-user-action]");if(!y)return;let b=y.closest("[data-persona-ask-sheet-for]");if(!b)return;let T=y.getAttribute("data-ask-user-action");if(c.preventDefault(),c.stopPropagation(),T==="dismiss"){let Me=(B=b.getAttribute("data-tool-call-id"))!=null?B:"";e.dispatchEvent(new CustomEvent("persona:askUserQuestion:dismissed",{detail:{toolUseId:Me},bubbles:!0,composed:!0})),Mo(Un,Me);let Se=(N=Mt.current)==null?void 0:N.getMessages().find(je=>{var E;return((E=je.toolCall)==null?void 0:E.id)===Me});(z=Se==null?void 0:Se.agentMetadata)!=null&&z.awaitingLocalTool&&((I=Mt.current)==null||I.markAskUserQuestionResolved(Se),(he=Mt.current)==null||he.resolveAskUserQuestion(Se,"(dismissed)"));return}if(T==="pick"){let Me=y.getAttribute("data-option-label");if(!Me)return;let Se=b.getAttribute("data-multi-select")==="true",je=ro(b);if(je&&Se){let E=To(b)[Qn(b)],we=new Set(Array.isArray(E)?E:[]);we.has(Me)?we.delete(Me):we.add(Me),oo(b,Array.from(we)),Rn(b);return}if(je){oo(b,Me),Rn(b),Sr(b);return}if(Se){let E=y.getAttribute("aria-pressed")==="true";y.setAttribute("aria-pressed",E?"false":"true"),y.classList.toggle("persona-ask-pill-selected",!E);let we=b.querySelector('[data-ask-user-action="submit-multi"]');we&&(we.disabled=Hi(b).length===0);return}qn(b,Me,{source:"pick",values:[Me]});return}if(T==="submit-multi"){let Me=Hi(b);if(Me.length===0)return;qn(b,Me.join(", "),{source:"multi",values:Me});return}if(T==="open-free-text"){let Me=b.querySelector('[data-ask-free-text-row="true"]');if(Me){Me.classList.remove("persona-hidden");let Se=Me.querySelector('[data-ask-free-text-input="true"]');Se==null||Se.focus()}return}if(T==="focus-free-text"){let Me=b.querySelector('[data-ask-free-text-input="true"]');Me==null||Me.focus();return}if(T==="submit-free-text"){let Me=b.querySelector('[data-ask-free-text-input="true"]'),Se=(ce=Me==null?void 0:Me.value)!=null?ce:"";if(!Se.trim())return;if(ro(b)){oo(b,Se.trim()),Rn(b),Sr(b);return}qn(b,Se,{source:"free-text"});return}if(T==="next"||T==="back"){if(!Mt.current)return;let Me=(Z=b.getAttribute("data-tool-call-id"))!=null?Z:"",Se=Mt.current.getMessages().find(ze=>{var fe;return((fe=ze.toolCall)==null?void 0:fe.id)===Me});if(!Se)return;let je=b.querySelector('[data-ask-free-text-input="true"]'),E=(ye=(ue=je==null?void 0:je.value)==null?void 0:ue.trim())!=null?ye:"";if(E){let ze=To(b)[Qn(b)];(typeof ze!="string"||ze!==E)&&oo(b,E)}let we=T==="next"?1:-1,Pe=Qn(b)+we;qa(b,Se,r,Pe),Rn(b);return}if(T==="submit-all"){if(!Mt.current)return;let Me=(Be=b.getAttribute("data-tool-call-id"))!=null?Be:"",Se=Mt.current.getMessages().find(ze=>{var fe;return((fe=ze.toolCall)==null?void 0:fe.id)===Me});if(!Se)return;let je=b.querySelector('[data-ask-free-text-input="true"]'),E=(Ge=(Ze=je==null?void 0:je.value)==null?void 0:Ze.trim())!=null?Ge:"";E&&oo(b,E);let we=Ua(b,Se);Mt.current.persistAskUserQuestionProgress(Se,{answers:we,currentIndex:Qn(b)});let Pe=Fr(we);qn(b,Pe||"(submitted)",{source:"submit-all",structured:we});return}if(T==="skip"){if(!Mt.current)return;let Me=(ot=b.getAttribute("data-tool-call-id"))!=null?ot:"",Se=Mt.current.getMessages().find(fe=>{var St;return((St=fe.toolCall)==null?void 0:St.id)===Me});if(!Se)return;let je=ro(b),E=Qn(b),we=Qo(b),Pe=E>=we-1;if(!je){e.dispatchEvent(new CustomEvent("persona:askUserQuestion:dismissed",{detail:{toolUseId:Me},bubbles:!0,composed:!0})),Mo(Un,Me),(st=Se.agentMetadata)!=null&&st.awaitingLocalTool&&(Mt.current.markAskUserQuestionResolved(Se),Mt.current.resolveAskUserQuestion(Se,"(dismissed)"));return}oo(b,"");let ze=b.querySelector('[data-ask-free-text-input="true"]');if(ze&&(ze.value=""),Pe){let fe=Ua(b,Se),St=Fr(fe);qn(b,St||"(skipped)",{source:"submit-all",structured:fe});return}qa(b,Se,r,E+1),Rn(b);return}}),Un.addEventListener("keydown",c=>{var B;if(c.key!=="Enter")return;let y=c.target;if(!((B=y.matches)!=null&&B.call(y,'[data-ask-free-text-input="true"]')))return;let b=y.closest("[data-persona-ask-sheet-for]");if(!b)return;c.preventDefault();let T=y.value;if(T.trim()){if(ro(b)){oo(b,T.trim()),Rn(b),Sr(b);return}qn(b,T,{source:"free-text"})}});let Or=c=>{if(!/^[1-9]$/.test(c.key)||c.metaKey||c.ctrlKey||c.altKey)return;let g=c.target;if((g==null?void 0:g.tagName)==="INPUT"||(g==null?void 0:g.tagName)==="TEXTAREA"||g!=null&&g.isContentEditable)return;let y=Un.querySelector("[data-persona-ask-sheet-for]");if(!y||y.getAttribute("data-ask-layout")!=="rows"||y.getAttribute("data-multi-select")==="true")return;let b=Number(c.key),B=y.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&&(c.preventDefault(),B.click())};document.addEventListener("keydown",Or);let Hn=null,Lt=null,bn=null,zn=null,$r=()=>{};function Er(){zn==null||zn(),zn=null}let _r=()=>{var N;if(!Hn||!Lt)return;let c=e.classList.contains("persona-artifact-appearance-seamless"),y=((N=e.ownerDocument.defaultView)!=null?N:window).innerWidth<=640;if(!c||e.classList.contains("persona-artifact-narrow-host")||y){Lt.style.removeProperty("position"),Lt.style.removeProperty("left"),Lt.style.removeProperty("top"),Lt.style.removeProperty("bottom"),Lt.style.removeProperty("width"),Lt.style.removeProperty("z-index");return}let b=Hn.firstElementChild;if(!b||b===Lt)return;let T=10;Lt.style.position="absolute",Lt.style.top="0",Lt.style.bottom="0",Lt.style.width=`${T}px`,Lt.style.zIndex="5";let B=b.offsetWidth-T/2;Lt.style.left=`${Math.max(0,B)}px`},gr=()=>{},Bn=()=>{var y,b,T,B,N;if(!ft||!Xn(r))return;za(e,r),Va(e,r),gr();let c=(B=(T=(b=(y=r.features)==null?void 0:y.artifacts)==null?void 0:b.layout)==null?void 0:T.narrowHostMaxWidth)!=null?B:520,g=V.getBoundingClientRect().width||0;e.classList.toggle("persona-artifact-narrow-host",g>0&&g<=c),ft.update(Wn),yn?(ft.setMobileOpen(!1),ft.element.classList.add("persona-hidden"),(N=ft.backdrop)==null||N.classList.add("persona-hidden")):Wn.artifacts.length>0&&(ft.element.classList.remove("persona-hidden"),ft.setMobileOpen(!0)),$r()};if(Xn(r)){V.style.position="relative";let c=h("div","persona-flex persona-flex-1 persona-flex-col persona-min-w-0 persona-min-h-0"),g=h("div","persona-flex persona-h-full persona-w-full persona-min-h-0 persona-artifact-split-root");c.appendChild(ne),ft=su(r,{onSelect:y=>{var b;return(b=Mt.current)==null?void 0:b.selectArtifact(y)},onDismiss:()=>{yn=!0,Bn()}}),ft.element.classList.add("persona-hidden"),Hn=g,g.appendChild(c),g.appendChild(ft.element),ft.backdrop&&V.appendChild(ft.backdrop),V.appendChild(g),$r=()=>{var b,T,B,N;if(!Hn||!ft)return;if(!(((B=(T=(b=r.features)==null?void 0:b.artifacts)==null?void 0:T.layout)==null?void 0:B.resizable)===!0)){bn==null||bn(),bn=null,Er(),Lt&&(Lt.remove(),Lt=null),ft.element.style.removeProperty("width"),ft.element.style.removeProperty("maxWidth");return}if(!Lt){let z=h("div","persona-artifact-split-handle persona-shrink-0 persona-h-full");z.setAttribute("role","separator"),z.setAttribute("aria-orientation","vertical"),z.setAttribute("aria-label","Resize artifacts panel"),z.tabIndex=0;let I=e.ownerDocument,he=(N=I.defaultView)!=null?N:window,ce=Z=>{var ot,st;if(!ft||Z.button!==0||e.classList.contains("persona-artifact-narrow-host")||he.innerWidth<=640)return;Z.preventDefault(),Er();let ue=Z.clientX,ye=ft.element.getBoundingClientRect().width,Be=(st=(ot=r.features)==null?void 0:ot.artifacts)==null?void 0:st.layout,Ze=Me=>{let Se=Hn.getBoundingClientRect().width,je=e.classList.contains("persona-artifact-appearance-seamless"),E=je?0:cu(Hn,he),we=je?0:z.getBoundingClientRect().width||6,Pe=ye-(Me.clientX-ue),ze=du(Pe,Se,E,we,Be==null?void 0:Be.resizableMinWidth,Be==null?void 0:Be.resizableMaxWidth);ft.element.style.width=`${ze}px`,ft.element.style.maxWidth="none",_r()},Ge=()=>{I.removeEventListener("pointermove",Ze),I.removeEventListener("pointerup",Ge),I.removeEventListener("pointercancel",Ge),zn=null;try{z.releasePointerCapture(Z.pointerId)}catch{}};zn=Ge,I.addEventListener("pointermove",Ze),I.addEventListener("pointerup",Ge),I.addEventListener("pointercancel",Ge);try{z.setPointerCapture(Z.pointerId)}catch{}};z.addEventListener("pointerdown",ce),Lt=z,Hn.insertBefore(z,ft.element),bn=()=>{z.removeEventListener("pointerdown",ce)}}if(Lt){let z=Wn.artifacts.length>0&&!yn;Lt.classList.toggle("persona-hidden",!z),_r()}},gr=()=>{var he,ce,Z,ue,ye,Be,Ze,Ge,ot,st,Me,Se,je,E;if(!A||!ft||((ce=(he=r.launcher)==null?void 0:he.sidebarMode)!=null?ce:!1)||on(r)&&lr(r).reveal==="emerge")return;let b=(Z=e.ownerDocument.defaultView)!=null?Z:window,T=(ye=(ue=r.launcher)==null?void 0:ue.mobileFullscreen)!=null?ye:!0,B=(Ze=(Be=r.launcher)==null?void 0:Be.mobileBreakpoint)!=null?Ze:640;if(T&&b.innerWidth<=B||!lu(r,A))return;let N=(st=(ot=(Ge=r.launcher)==null?void 0:Ge.width)!=null?ot:r.launcherWidth)!=null?st:Gn,z=(E=(je=(Se=(Me=r.features)==null?void 0:Me.artifacts)==null?void 0:Se.layout)==null?void 0:je.expandedPanelWidth)!=null?E:"min(720px, calc(100vw - 24px))";Wn.artifacts.length>0&&!yn?(V.style.width=z,V.style.maxWidth=z):(V.style.width=N,V.style.maxWidth=N)},typeof ResizeObserver!="undefined"&&(In=new ResizeObserver(()=>{Bn()}),In.observe(V))}else V.appendChild(ne),$()&&xe&&(Ie.peekBanner&&xe.appendChild(Ie.peekBanner),xe.appendChild(_e));e.appendChild(G),xe&&e.appendChild(xe);let Zn=()=>{var ze,fe,St,rt,Xt,dn,kt,vn,pn,Ye,at,Cn,mn,fo,ho,yo,Bo,Do,jt,bo,Qr,gt,Mn,Wr,wn,kn,Rt,$t;if($()){V.style.width="100%",V.style.maxWidth="100%";let Ht=(fe=(ze=r.launcher)==null?void 0:ze.composerBar)!=null?fe:{},Ut=G.dataset.state==="expanded",Ln=(St=Ht.expandedSize)!=null?St:"anchored";if(!(Ut&&Ln!=="fullscreen")){ne.style.background="",ne.style.border="",ne.style.borderRadius="",ne.style.overflow="",ne.style.boxShadow="";return}let en=(Xt=(rt=r.theme)==null?void 0:rt.components)==null?void 0:Xt.panel,yr=Ts(r),Rr=(xo,la)=>{var fs;return xo==null||xo===""?la:(fs=qo(yr,xo))!=null?fs:xo},sa="1px solid var(--persona-border)",aa="var(--persona-palette-shadows-xl, 0 25px 50px -12px rgba(0, 0, 0, 0.25))",ia="var(--persona-panel-radius, var(--persona-radius-xl, 0.75rem))";ne.style.background="var(--persona-surface, #ffffff)",ne.style.border=Rr(en==null?void 0:en.border,sa),ne.style.borderRadius=Rr(en==null?void 0:en.borderRadius,ia),ne.style.boxShadow=Rr(en==null?void 0:en.shadow,aa),ne.style.overflow="hidden";return}let c=on(r),g=(kt=(dn=r.launcher)==null?void 0:dn.sidebarMode)!=null?kt:!1,y=c||g||((pn=(vn=r.launcher)==null?void 0:vn.fullHeight)!=null?pn:!1),b=((Ye=r.launcher)==null?void 0:Ye.enabled)===!1,T=(Cn=(at=r.theme)==null?void 0:at.components)==null?void 0:Cn.panel,B=Ts(r),N=(Ht,Ut)=>{var Ln;return Ht==null||Ht===""?Ut:(Ln=qo(B,Ht))!=null?Ln:Ht},z=(mn=e.ownerDocument.defaultView)!=null?mn:window,I=(ho=(fo=r.launcher)==null?void 0:fo.mobileFullscreen)!=null?ho:!0,he=(Bo=(yo=r.launcher)==null?void 0:yo.mobileBreakpoint)!=null?Bo:640,ce=z.innerWidth<=he,Z=I&&ce&&A,ue=(jt=(Do=r.launcher)==null?void 0:Do.position)!=null?jt:"bottom-left",ye=ue==="bottom-left"||ue==="top-left",Be=(Qr=(bo=r.launcher)==null?void 0:bo.zIndex)!=null?Qr:hn,Ze=g||Z?"none":"1px solid var(--persona-border)",Ge=Z?"none":g?ye?"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))";c&&!Z&&(Ge="none",Ze="none");let ot=g||Z?"0":"var(--persona-panel-radius, var(--persona-radius-xl, 0.75rem))",st=N(T==null?void 0:T.border,Ze),Me=N(T==null?void 0:T.shadow,Ge),Se=N(T==null?void 0:T.borderRadius,ot),je=ve.scrollTop;e.style.cssText="",G.style.cssText="",V.style.cssText="",ne.style.cssText="",ve.style.cssText="",_e.style.cssText="";let E=()=>{var Ut;if(je<=0)return;((Ut=ve.ownerDocument.defaultView)!=null?Ut:window).requestAnimationFrame(()=>{if(ve.scrollTop===je)return;let Ln=ve.scrollHeight-ve.clientHeight;Ln<=0||(ve.scrollTop=Math.min(je,Ln))})};if(Z){G.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"),G.style.cssText=`
|
|
23
|
+
`,F.addEventListener("click",()=>{p=S,A.forEach(($,j)=>{let W=j<S;$.classList.toggle("selected",W),$.setAttribute("aria-checked",j===S-1?"true":"false")})}),A.push(F),M.appendChild(F)}f.appendChild(M);let k=null;if(d){let S=document.createElement("div");S.className="persona-feedback-comment-container",k=document.createElement("textarea"),k.className="persona-feedback-comment",k.placeholder=s,k.rows=3,k.setAttribute("aria-label","Additional comments"),S.appendChild(k),f.appendChild(S)}let B=document.createElement("div");B.className="persona-feedback-actions";let D=document.createElement("button");D.type="button",D.className="persona-feedback-btn persona-feedback-btn-skip",D.textContent=i,D.addEventListener("click",()=>{t==null||t(),u.remove()});let L=document.createElement("button");return L.type="button",L.className="persona-feedback-btn persona-feedback-btn-submit",L.textContent=a,L.addEventListener("click",async()=>{if(p===null){M.classList.add("persona-feedback-shake"),setTimeout(()=>M.classList.remove("persona-feedback-shake"),500);return}L.disabled=!0,L.textContent="Submitting...";try{let S=(k==null?void 0:k.value.trim())||void 0;await n(p,S),u.remove()}catch(S){L.disabled=!1,L.textContent=a,console.error("[CSAT Feedback] Failed to submit:",S)}}),B.appendChild(D),B.appendChild(L),f.appendChild(B),u.appendChild(f),u}function Ji(e){let{onSubmit:n,onDismiss:t,title:r="How likely are you to recommend us?",subtitle:o="On a scale of 0 to 10",commentPlaceholder:s="What could we do better? (optional)...",submitText:a="Submit",skipText:i="Skip",showComment:d=!0,lowLabel:l="Not likely",highLabel:u="Very likely"}=e,p=document.createElement("div");p.className="persona-feedback-container persona-feedback-nps",p.setAttribute("role","dialog"),p.setAttribute("aria-label","Net Promoter Score feedback");let f=null,g=document.createElement("div");g.className="persona-feedback-content";let C=document.createElement("div");C.className="persona-feedback-header";let x=document.createElement("h3");x.className="persona-feedback-title",x.textContent=r,C.appendChild(x);let M=document.createElement("p");M.className="persona-feedback-subtitle",M.textContent=o,C.appendChild(M),g.appendChild(C);let A=document.createElement("div");A.className="persona-feedback-rating persona-feedback-rating-nps",A.setAttribute("role","radiogroup"),A.setAttribute("aria-label","Likelihood rating from 0 to 10");let k=document.createElement("div");k.className="persona-feedback-labels";let B=document.createElement("span");B.className="persona-feedback-label-low",B.textContent=l;let D=document.createElement("span");D.className="persona-feedback-label-high",D.textContent=u,k.appendChild(B),k.appendChild(D);let L=document.createElement("div");L.className="persona-feedback-numbers";let S=[];for(let O=0;O<=10;O++){let V=document.createElement("button");V.type="button",V.className="persona-feedback-rating-btn persona-feedback-number-btn",V.setAttribute("role","radio"),V.setAttribute("aria-checked","false"),V.setAttribute("aria-label",`Rating ${O} out of 10`),V.textContent=String(O),V.dataset.rating=String(O),O<=6?V.classList.add("persona-feedback-detractor"):O<=8?V.classList.add("persona-feedback-passive"):V.classList.add("persona-feedback-promoter"),V.addEventListener("click",()=>{f=O,S.forEach((oe,Pe)=>{oe.classList.toggle("selected",Pe===O),oe.setAttribute("aria-checked",Pe===O?"true":"false")})}),S.push(V),L.appendChild(V)}A.appendChild(k),A.appendChild(L),g.appendChild(A);let F=null;if(d){let O=document.createElement("div");O.className="persona-feedback-comment-container",F=document.createElement("textarea"),F.className="persona-feedback-comment",F.placeholder=s,F.rows=3,F.setAttribute("aria-label","Additional comments"),O.appendChild(F),g.appendChild(O)}let $=document.createElement("div");$.className="persona-feedback-actions";let j=document.createElement("button");j.type="button",j.className="persona-feedback-btn persona-feedback-btn-skip",j.textContent=i,j.addEventListener("click",()=>{t==null||t(),p.remove()});let W=document.createElement("button");return W.type="button",W.className="persona-feedback-btn persona-feedback-btn-submit",W.textContent=a,W.addEventListener("click",async()=>{if(f===null){L.classList.add("persona-feedback-shake"),setTimeout(()=>L.classList.remove("persona-feedback-shake"),500);return}W.disabled=!0,W.textContent="Submitting...";try{let O=(F==null?void 0:F.value.trim())||void 0;await n(f,O),p.remove()}catch(O){W.disabled=!1,W.textContent=a,console.error("[NPS Feedback] Failed to submit:",O)}}),$.appendChild(j),$.appendChild(W),g.appendChild($),p.appendChild(g),p}var es="persona-chat-history",Ty=30*1e3,My={"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 ky(e){var r,o,s;if(!e)return[];let n=[],t=Array.from((r=e.items)!=null?r:[]);for(let a of t){if(a.kind!=="file"||!a.type.startsWith("image/"))continue;let i=a.getAsFile();if(!i)continue;if(i.name){n.push(i);continue}let d=(o=My[i.type])!=null?o:"png";n.push(new File([i],`clipboard-image-${Date.now()}.${d}`,{type:i.type,lastModified:Date.now()}))}if(n.length>0)return n;for(let a of Array.from((s=e.files)!=null?s:[]))a.type.startsWith("image/")&&n.push(a);return n}function Qa(e){if(!e)return!1;let n=e.types;return n?typeof n.contains=="function"?n.contains("Files"):Array.from(n).includes("Files"):!1}function Ly(e){var n,t,r,o,s,a,i,d,l;return e?e===!0?{storage:"session",keyPrefix:"persona-",persist:{openState:!0,voiceState:!0,focusInput:!0},clearOnChatClear:!0}:{storage:(n=e.storage)!=null?n:"session",keyPrefix:(t=e.keyPrefix)!=null?t:"persona-",persist:{openState:(o=(r=e.persist)==null?void 0:r.openState)!=null?o:!0,voiceState:(a=(s=e.persist)==null?void 0:s.voiceState)!=null?a:!0,focusInput:(d=(i=e.persist)==null?void 0:i.focusInput)!=null?d:!0},clearOnChatClear:(l=e.clearOnChatClear)!=null?l:!0}:null}function Py(e){try{let n=e==="local"?localStorage:sessionStorage,t="__persist_test__";return n.setItem(t,"1"),n.removeItem(t),n}catch{return null}}var Ki=e=>!e||typeof e!="object"?{}:{...e},fu=e=>e.map(n=>({...n,streaming:!1})),hu=(e,n,t)=>{let r=e!=null&&e.markdown?Fo(e.markdown):null,o=xs(e==null?void 0:e.sanitize);return e!=null&&e.postprocessMessage&&o&&(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."),s=>{var l,u,p;let a=(l=s.text)!=null?l:"",i=(u=s.message.rawContent)!=null?u:null;if(n){let f=n.process({text:a,raw:i!=null?i:a,message:s.message,streaming:s.streaming});f!==null&&(a=f.text,f.persist||(s.message.__skipPersist=!0),f.resubmit&&!s.streaming&&t&&t())}let d;return e!=null&&e.postprocessMessage?d=e.postprocessMessage({...s,text:a,raw:(p=i!=null?i:s.text)!=null?p:""}):r?d=r(a):d=Oo(a),o?o(d):d}};function yu(e){var i,d,l,u;let n=h("div","persona-attachment-drop-overlay");e!=null&&e.background&&n.style.setProperty("--persona-drop-overlay-bg",e.background),(e==null?void 0:e.backdropBlur)!==void 0&&n.style.setProperty("--persona-drop-overlay-blur",e.backdropBlur),e!=null&&e.border&&n.style.setProperty("--persona-drop-overlay-border",e.border),e!=null&&e.borderRadius&&n.style.setProperty("--persona-drop-overlay-radius",e.borderRadius),e!=null&&e.inset&&n.style.setProperty("--persona-drop-overlay-inset",e.inset),e!=null&&e.labelSize&&n.style.setProperty("--persona-drop-overlay-label-size",e.labelSize),e!=null&&e.labelColor&&n.style.setProperty("--persona-drop-overlay-label-color",e.labelColor);let t=(i=e==null?void 0:e.iconName)!=null?i:"upload",r=(d=e==null?void 0:e.iconSize)!=null?d:"48px",o=(l=e==null?void 0:e.iconColor)!=null?l:"rgba(59, 130, 246, 0.6)",s=(u=e==null?void 0:e.iconStrokeWidth)!=null?u:.5,a=ge(t,r,o,s);if(a&&n.appendChild(a),e!=null&&e.label){let p=h("span","persona-drop-overlay-label");p.textContent=e.label,n.appendChild(p)}return n}var Gi=(e,n,t)=>{var ll,cl,dl,pl,ul,ml,gl,fl,hl,yl,bl,xl,vl,Cl,wl,Al,Sl,El,Tl,Ml,kl,Ll,Pl,Il,Wl,Rl,Hl,Bl,Dl,Nl,Fl,Ol,$l,_l,jl,Ul,ql,zl,Vl,Jl,Kl,Gl,Ql,Xl,Yl,Zl,ec;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 r=gi(n),o=Ja.getForInstance(r.plugins);r.components&&oo.registerAll(r.components);let s=uu(),i=r.persistState===!1?null:(ll=r.storageAdapter)!=null?ll:_i(),d={},l=null,u=!1,p=c=>{if(r.onStateLoaded)try{let m=r.onStateLoaded(c);if(m&&typeof m=="object"&&"state"in m){let{state:y,open:b}=m;return b&&(u=!0),y}return m}catch(m){typeof console!="undefined"&&console.error("[AgentWidget] onStateLoaded hook failed:",m)}return c};if(i!=null&&i.load)try{let c=i.load();if(c&&typeof c.then=="function")l=c.then(m=>{let y=m!=null?m:{messages:[],metadata:{}};return p(y)});else{let m=c!=null?c:{messages:[],metadata:{}},y=p(m);y.metadata&&(d=Ki(y.metadata)),(cl=y.messages)!=null&&cl.length&&(r={...r,initialMessages:y.messages}),(dl=y.artifacts)!=null&&dl.length&&(r={...r,initialArtifacts:y.artifacts,initialSelectedArtifactId:(pl=y.selectedArtifactId)!=null?pl:null})}}catch(c){typeof console!="undefined"&&console.error("[AgentWidget] Failed to load stored state:",c)}else if(r.onStateLoaded)try{let c=p({messages:[],metadata:{}});(ul=c.messages)!=null&&ul.length&&(r={...r,initialMessages:c.messages})}catch(c){typeof console!="undefined"&&console.error("[AgentWidget] onStateLoaded hook failed:",c)}let f=()=>d,g=c=>{var y;d=(y=c({...d}))!=null?y:{},Po()},C=r.actionParsers&&r.actionParsers.length?r.actionParsers:[Ka],x=r.actionHandlers&&r.actionHandlers.length?r.actionHandlers:[Zo.message,Zo.messageAndClick],M=Ga({parsers:C,handlers:x,getSessionMetadata:f,updateSessionMetadata:g,emit:s.emit,documentRef:typeof document!="undefined"?document:null});M.syncFromMetadata();let A=(gl=(ml=r.launcher)==null?void 0:ml.enabled)!=null?gl:!0,k=(hl=(fl=r.launcher)==null?void 0:fl.autoExpand)!=null?hl:!1,B=(yl=r.autoFocusInput)!=null?yl:!1,D=k,L=A,S=(xl=(bl=r.layout)==null?void 0:bl.header)==null?void 0:xl.layout,F=!1,$=()=>Yr(r),j=()=>A||$(),W=$()?!1:A?k:!0,O=!1,V=null,oe=()=>{O=!0,V&&clearTimeout(V),V=setTimeout(()=>{O&&(typeof console!="undefined"&&console.warn("[AgentWidget] Resubmit requested but no injection occurred within 10s"),O=!1)},1e4)},Pe=hu(r,M,oe),Me=(Cl=(vl=r.features)==null?void 0:vl.showReasoning)!=null?Cl:!0,Ge=(Al=(wl=r.features)==null?void 0:wl.showToolCalls)!=null?Al:!0,ue=(El=(Sl=r.features)==null?void 0:Sl.showEventStreamToggle)!=null?El:!1,de=(Ml=(Tl=r.features)==null?void 0:Tl.scrollToBottom)!=null?Ml:{},Ue=`${(Ll=typeof r.persistState=="object"?(kl=r.persistState)==null?void 0:kl.keyPrefix:void 0)!=null?Ll:"persona-"}event-stream`,ee=ue?new Us(Ue):null,Ae=(Wl=(Il=(Pl=r.features)==null?void 0:Pl.eventStream)==null?void 0:Il.maxEvents)!=null?Wl:2e3,Q=ue?new js(Ae,ee):null,ae=null,Re=!1,ce=null,We=0;ee==null||ee.open().then(()=>Q==null?void 0:Q.restore()).catch(c=>{r.debug&&console.warn("[AgentWidget] IndexedDB not available for event stream:",c)});let Ze={onCopy:c=>{var m,y;s.emit("message:copy",c),_!=null&&_.isClientTokenMode()&&_.submitMessageFeedback(c.id,"copy").catch(b=>{r.debug&&console.error("[AgentWidget] Failed to submit copy feedback:",b)}),(y=(m=r.messageActions)==null?void 0:m.onCopy)==null||y.call(m,c)},onFeedback:c=>{var m,y;s.emit("message:feedback",c),_!=null&&_.isClientTokenMode()&&_.submitMessageFeedback(c.messageId,c.type).catch(b=>{r.debug&&console.error("[AgentWidget] Failed to submit feedback:",b)}),(y=(m=r.messageActions)==null?void 0:m.onFeedback)==null||y.call(m,c)}},J=(Rl=r.statusIndicator)!=null?Rl:{},se=c=>{var m,y,b,T;return c==="idle"?(m=J.idleText)!=null?m:gn.idle:c==="connecting"?(y=J.connectingText)!=null?y:gn.connecting:c==="connected"?(b=J.connectedText)!=null?b:gn.connected:c==="error"?(T=J.errorText)!=null?T:gn.error:gn[c]};function Fe(c,m,y,b){if(b==="idle"&&y.idleLink){c.textContent="";let T=document.createElement("a");T.href=y.idleLink,T.target="_blank",T.rel="noopener noreferrer",T.textContent=m,T.style.color="inherit",T.style.textDecoration="none",c.appendChild(T)}else c.textContent=m}let{wrapper:K,panel:z,pillRoot:xe}=Hp(r),Oe=Bp(r,j()),{container:ne,body:Se,messagesWrapper:be,suggestions:Ht,textarea:Le,sendButton:te,sendButtonWrapper:sn,composerForm:Nt,statusText:Vt,introTitle:vr,introSubtitle:dr,closeButton:_e,iconHolder:U,headerTitle:Ce,headerSubtitle:He,header:Be,footer:$e,actionsRow:lt,leftActions:et,rightActions:Ct}=Oe,Ut=Oe.setSendButtonMode,P=Oe.micButton,fe=Oe.micButtonWrapper,me=Oe.attachmentButton,ct=Oe.attachmentButtonWrapper,qe=Oe.attachmentInput,It=Oe.attachmentPreviewsContainer;ne.classList.add("persona-relative"),Se.classList.add("persona-relative");let an=12,wt=()=>{var c;return(c=de.label)!=null?c:""},bt=()=>{var c;return(c=de.iconName)!=null?c:"arrow-down"},Mt=()=>de.enabled!==!1,pt=h("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");pt.type="button",pt.style.display="none",pt.setAttribute("data-persona-scroll-to-bottom","true");let Jt=h("span","persona-flex persona-items-center"),Cr=h("span","");pt.append(Jt,Cr),ne.appendChild(pt);let jn=()=>{let m=$e.style.display==="none"?0:$e.offsetHeight;pt.style.bottom=`${m+an}px`};jn();let Br=()=>{let c=!!wt();pt.setAttribute("aria-label",wt()||"Jump to latest"),pt.title=wt(),pt.setAttribute("data-persona-scroll-to-bottom-has-label",c?"true":"false"),Jt.innerHTML="";let m=ge(bt(),"14px","currentColor",2);m?(Jt.appendChild(m),Jt.style.display=""):Jt.style.display="none",Cr.textContent=wt(),Cr.style.display=c?"":"none"};Br();let vt=null,pr=null,ur=o.find(c=>c.renderHeader);if(ur!=null&&ur.renderHeader){let c=ur.renderHeader({config:r,defaultRenderer:()=>{let m=Zr({config:r,showClose:j()});return Vo(ne,m,r),m.header},onClose:()=>Rt(!1,"user")});if(c){let m=ne.querySelector(".persona-border-b-persona-divider");m&&(m.replaceWith(c),Be=c)}}let wr=()=>{var m,y,b,T;if(!Q)return;if(Re=!0,!ae&&Q&&(ae=nu({buffer:Q,getFullHistory:()=>Q.getAllFromStore(),onClose:()=>Yn(),config:r,plugins:o})),ae&&(Se.style.display="none",(m=$e.parentNode)==null||m.insertBefore(ae.element,$e),ae.update()),mt){mt.style.boxShadow=`inset 0 0 0 1.5px ${An.actionIconColor}`;let H=(T=(b=(y=r.features)==null?void 0:y.eventStream)==null?void 0:b.classNames)==null?void 0:T.toggleButtonActive;H&&H.split(/\s+/).forEach(N=>N&&mt.classList.add(N))}let c=()=>{if(!Re)return;let H=Date.now();H-We>=200&&(ae==null||ae.update(),We=H),ce=requestAnimationFrame(c)};We=0,ce=requestAnimationFrame(c),kr(),s.emit("eventStream:opened",{timestamp:Date.now()})},Yn=()=>{var c,m,y;if(Re){if(Re=!1,ae&&ae.element.remove(),Se.style.display="",mt){mt.style.boxShadow="";let b=(y=(m=(c=r.features)==null?void 0:c.eventStream)==null?void 0:m.classNames)==null?void 0:y.toggleButtonActive;b&&b.split(/\s+/).forEach(T=>T&&mt.classList.remove(T))}ce!==null&&(cancelAnimationFrame(ce),ce=null),kr(),s.emit("eventStream:closed",{timestamp:Date.now()})}},mt=null;if(ue){let c=(Bl=(Hl=r.features)==null?void 0:Hl.eventStream)==null?void 0:Bl.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"+(c!=null&&c.toggleButton?" "+c.toggleButton:"");mt=h("button",m),mt.style.width="28px",mt.style.height="28px",mt.style.color=An.actionIconColor,mt.type="button",mt.setAttribute("aria-label","Event Stream"),mt.title="Event Stream";let y=ge("activity","18px","currentColor",1.5);y&&mt.appendChild(y);let b=Oe.clearChatButtonWrapper,T=Oe.closeButtonWrapper,H=b||T;H&&H.parentNode===Be?Be.insertBefore(mt,H):Be.appendChild(mt),mt.addEventListener("click",()=>{Re?Yn():wr()})}let ao=c=>{var b,T,H;let m=r.attachments;if(!(m!=null&&m.enabled))return;let y=c.querySelector(".persona-attachment-previews");if(!y){y=h("div","persona-attachment-previews persona-flex persona-flex-wrap persona-gap-2 persona-mb-2"),y.style.display="none";let N=c.querySelector("[data-persona-composer-form]");N!=null&&N.parentNode?N.parentNode.insertBefore(y,N):c.insertBefore(y,c.firstChild)}if(!c.querySelector('input[type="file"]')){let N=h("input");N.type="file",N.accept=((b=m.allowedTypes)!=null?b:Rr).join(","),N.multiple=((T=m.maxFiles)!=null?T:4)>1,N.style.display="none",N.setAttribute("aria-label",(H=m.buttonTooltipText)!=null?H:"Attach files"),c.appendChild(N)}},mr=o.find(c=>c.renderComposer);if(mr!=null&&mr.renderComposer){let c=r.composer,m=mr.renderComposer({config:r,defaultRenderer:()=>Fs({config:r}).footer,onSubmit:y=>{var N;if(!_||_.isStreaming())return;let b=y.trim(),T=(N=vt==null?void 0:vt.hasAttachments())!=null?N:!1;if(!b&&!T)return;ps();let H;T&&(H=[],H.push(...vt.getContentParts()),b&&H.push(ya(b))),_.sendMessage(b,{contentParts:H}),T&&vt.clearAttachments()},streaming:!1,disabled:!1,openAttachmentPicker:()=>{qe==null||qe.click()},models:c==null?void 0:c.models,selectedModelId:c==null?void 0:c.selectedModelId,onModelChange:y=>{r.composer={...r.composer,selectedModelId:y},r.agent&&(r.agent={...r.agent,model:y})},onVoiceToggle:((Dl=r.voiceRecognition)==null?void 0:Dl.enabled)===!0?()=>{pr==null||pr()}:void 0});m&&($e.replaceWith(m),$e=m)}let io=c=>{let m=c.querySelector("[data-persona-composer-form]"),y=c.querySelector("[data-persona-composer-input]"),b=c.querySelector("[data-persona-composer-submit]"),T=c.querySelector("[data-persona-composer-mic]"),H=c.querySelector("[data-persona-composer-status]");m&&(Nt=m),y&&(Le=y),b&&(te=b),T&&(P=T,fe=T.parentElement),H&&(Vt=H);let N=c.querySelector(".persona-mb-3.persona-flex.persona-flex-wrap.persona-gap-2");N&&(Ht=N);let q=c.querySelector(".persona-attachment-button");q&&(me=q,ct=q.parentElement),qe=c.querySelector('input[type="file"]'),It=c.querySelector(".persona-attachment-previews");let I=c.querySelector(".persona-widget-composer .persona-flex.persona-items-center.persona-justify-between");I&&(lt=I)};ao($e),io($e);let Sn=(_l=(Nl=r.layout)==null?void 0:Nl.contentMaxWidth)!=null?_l:$()?($l=(Ol=(Fl=r.launcher)==null?void 0:Fl.composerBar)==null?void 0:Ol.contentMaxWidth)!=null?$l:"720px":void 0;if(Sn&&(be.style.maxWidth=Sn,be.style.marginLeft="auto",be.style.marginRight="auto",be.style.width="100%"),Sn&&Nt&&!$()&&(Nt.style.maxWidth=Sn,Nt.style.marginLeft="auto",Nt.style.marginRight="auto"),Sn&&Ht&&!$()&&(Ht.style.maxWidth=Sn,Ht.style.marginLeft="auto",Ht.style.marginRight="auto"),Sn&&It&&!$()&&(It.style.maxWidth=Sn,It.style.marginLeft="auto",It.style.marginRight="auto"),(jl=r.attachments)!=null&&jl.enabled&&qe&&It){vt=qo.fromConfig(r.attachments),vt.setPreviewsContainer(It),qe.addEventListener("change",y=>{let b=y.target;vt==null||vt.handleFileSelect(b.files),b.value=""});let c=r.attachments.dropOverlay,m=yu(c);ne.appendChild(m)}(()=>{var b,T;let c=(T=(b=r.layout)==null?void 0:b.slots)!=null?T:{},m=H=>{switch(H){case"body-top":return ne.querySelector(".persona-rounded-2xl.persona-bg-persona-surface.persona-p-6")||null;case"messages":return be;case"footer-top":return Ht;case"composer":return Nt;case"footer-bottom":return Vt;default:return null}},y=(H,N)=>{var q;switch(H){case"header-left":case"header-center":case"header-right":if(H==="header-left")Be.insertBefore(N,Be.firstChild);else if(H==="header-right")Be.appendChild(N);else{let I=Be.querySelector(".persona-flex-col");I?(q=I.parentNode)==null||q.insertBefore(N,I.nextSibling):Be.appendChild(N)}break;case"body-top":{let I=Se.querySelector(".persona-rounded-2xl.persona-bg-persona-surface.persona-p-6");I?I.replaceWith(N):Se.insertBefore(N,Se.firstChild);break}case"body-bottom":Se.appendChild(N);break;case"footer-top":Ht.replaceWith(N);break;case"footer-bottom":Vt.replaceWith(N);break;default:break}};for(let[H,N]of Object.entries(c))if(N)try{let q=N({config:r,defaultContent:()=>m(H)});q&&y(H,q)}catch(q){typeof console!="undefined"&&console.error(`[AgentWidget] Error rendering slot "${H}":`,q)}})();let Dr=c=>{let y=c.target.closest('button[data-expand-header="true"]');if(!y)return;let b=y.closest(".persona-reasoning-bubble, .persona-tool-bubble");if(!b)return;let T=b.getAttribute("data-message-id");if(!T)return;let H=y.getAttribute("data-bubble-type");H==="reasoning"?(Ko.has(T)?Ko.delete(T):Ko.add(T),$p(T,b)):H==="tool"&&(Go.has(T)?Go.delete(T):Go.add(T),_p(T,b,r)),Fn.delete(T)};be.addEventListener("pointerdown",c=>{c.target.closest('button[data-expand-header="true"]')&&(c.preventDefault(),Dr(c))}),be.addEventListener("keydown",c=>{let m=c.target;(c.key==="Enter"||c.key===" ")&&m.closest('button[data-expand-header="true"]')&&(c.preventDefault(),Dr(c))});let Ar=new Map;be.addEventListener("click",c=>{var N;let y=c.target.closest(".persona-message-action-btn[data-action]");if(!y)return;c.preventDefault(),c.stopPropagation();let b=y.closest("[data-actions-for]");if(!b)return;let T=b.getAttribute("data-actions-for");if(!T)return;let H=y.getAttribute("data-action");if(H==="copy"){let I=_.getMessages().find(ye=>ye.id===T);if(I&&Ze.onCopy){let ye=I.content||"";navigator.clipboard.writeText(ye).then(()=>{y.classList.add("persona-message-action-success");let ie=ge("check",14,"currentColor",2);ie&&(y.innerHTML="",y.appendChild(ie)),setTimeout(()=>{y.classList.remove("persona-message-action-success");let Z=ge("copy",14,"currentColor",2);Z&&(y.innerHTML="",y.appendChild(Z))},2e3)}).catch(ie=>{typeof console!="undefined"&&console.error("[AgentWidget] Failed to copy message:",ie)}),Ze.onCopy(I)}}else if(H==="upvote"||H==="downvote"){let I=((N=Ar.get(T))!=null?N:null)===H,ye=H==="upvote"?"thumbs-up":"thumbs-down";if(I){Ar.delete(T),y.classList.remove("persona-message-action-active");let ie=ge(ye,14,"currentColor",2);ie&&(y.innerHTML="",y.appendChild(ie))}else{let ie=H==="upvote"?"downvote":"upvote",Z=b.querySelector(`[data-action="${ie}"]`);if(Z){Z.classList.remove("persona-message-action-active");let Ke=ge(ie==="upvote"?"thumbs-up":"thumbs-down",14,"currentColor",2);Ke&&(Z.innerHTML="",Z.appendChild(Ke))}Ar.set(T,H),y.classList.add("persona-message-action-active");let pe=ge(ye,14,"currentColor",2);pe&&(pe.setAttribute("fill","currentColor"),y.innerHTML="",y.appendChild(pe)),y.classList.remove("persona-message-action-pop"),y.offsetWidth,y.classList.add("persona-message-action-pop");let Ne=_.getMessages().find(Ye=>Ye.id===T);Ne&&Ze.onFeedback&&Ze.onFeedback({type:H,messageId:Ne.id,message:Ne})}}}),be.addEventListener("click",c=>{let y=c.target.closest("button[data-approval-action]");if(!y)return;c.preventDefault(),c.stopPropagation();let b=y.closest(".persona-approval-bubble");if(!b)return;let T=b.getAttribute("data-message-id");if(!T)return;let H=y.getAttribute("data-approval-action");if(!H)return;let N=H==="approve"?"approved":"denied",I=_.getMessages().find(ie=>ie.id===T);if(!(I!=null&&I.approval))return;let ye=b.querySelector("[data-approval-buttons]");ye&&ye.querySelectorAll("button").forEach(Z=>{Z.disabled=!0,Z.style.opacity="0.5",Z.style.cursor="not-allowed"}),_.resolveApproval(I.approval,N)});let yt=null,In=null,Wn={artifacts:[],selectedId:null},hn=!1,kt={current:null};be.addEventListener("click",c=>{var Z,pe,ve,Ne,Ye;let y=c.target.closest("[data-download-artifact]");if(!y)return;c.preventDefault(),c.stopPropagation();let b=y.getAttribute("data-download-artifact");if(!b||((ve=(pe=(Z=r.features)==null?void 0:Z.artifacts)==null?void 0:pe.onArtifactAction)==null?void 0:ve.call(pe,{type:"download",artifactId:b}))===!0)return;let H=_.getArtifactById(b),N=H==null?void 0:H.markdown,q=(H==null?void 0:H.title)||"artifact";if(!N){let Ke=y.closest("[data-open-artifact]"),ot=Ke==null?void 0:Ke.closest("[data-message-id]"),st=ot==null?void 0:ot.getAttribute("data-message-id");if(st){let Ee=_.getMessages().find(je=>je.id===st);if(Ee!=null&&Ee.rawContent)try{let je=JSON.parse(Ee.rawContent);N=(Ne=je==null?void 0:je.props)==null?void 0:Ne.markdown,q=((Ye=je==null?void 0:je.props)==null?void 0:Ye.title)||q}catch{}}}if(!N)return;let I=new Blob([N],{type:"text/markdown"}),ye=URL.createObjectURL(I),ie=document.createElement("a");ie.href=ye,ie.download=`${q}.md`,ie.click(),URL.revokeObjectURL(ye)}),be.addEventListener("click",c=>{var H,N,q;let y=c.target.closest("[data-open-artifact]");if(!y)return;let b=y.getAttribute("data-open-artifact");!b||((q=(N=(H=r.features)==null?void 0:H.artifacts)==null?void 0:N.onArtifactAction)==null?void 0:q.call(N,{type:"open",artifactId:b}))===!0||(c.preventDefault(),c.stopPropagation(),hn=!1,_.selectArtifact(b),Bn())}),be.addEventListener("keydown",c=>{if(c.key!=="Enter"&&c.key!==" ")return;let m=c.target;m.hasAttribute("data-open-artifact")&&(c.preventDefault(),m.click())});let Un=Oe.composerOverlay,qn=(c,m,y)=>{var q,I,ye,ie;let b=m.trim();if(!b||!kt.current)return;let T=(q=c.getAttribute("data-tool-call-id"))!=null?q:"",H=y.source==="free-text";e.dispatchEvent(new CustomEvent("persona:askUserQuestion:answered",{detail:{toolUseId:T,answer:b,answers:y.structured,values:(I=y.values)!=null?I:y.source==="multi"?b.split(", "):[b],isFreeText:H,source:y.source},bubbles:!0,composed:!0})),Mo(Un,T);let N=kt.current.getMessages().find(Z=>{var pe;return((pe=Z.toolCall)==null?void 0:pe.id)===T});(ye=N==null?void 0:N.agentMetadata)!=null&&ye.awaitingLocalTool?kt.current.resolveAskUserQuestion(N,(ie=y.structured)!=null?ie:b):kt.current.sendMessage(b)},Rn=c=>{var T;let m=kt.current;if(!m)return;let y=(T=c.getAttribute("data-tool-call-id"))!=null?T:"",b=m.getMessages().find(H=>{var N;return((N=H.toolCall)==null?void 0:N.id)===y});b&&m.persistAskUserQuestionProgress(b,{answers:Ua(c,b),currentIndex:Qn(c)})},Nr=c=>Object.entries(c).map(([m,y])=>`${m}: ${Array.isArray(y)?y.join(", "):y}`).join(" | "),Sr=c=>{var T,H,N;if(((H=(T=r.features)==null?void 0:T.askUserQuestion)==null?void 0:H.groupedAutoAdvance)===!1)return;let m=Qn(c),y=Xo(c);if(m>=y-1)return;let b=(N=kt.current)==null?void 0:N.getMessages().find(q=>{var I;return((I=q.toolCall)==null?void 0:I.id)===c.getAttribute("data-tool-call-id")});b&&(qa(c,b,r,m+1),Rn(c))};Un.addEventListener("click",c=>{var H,N,q,I,ye,ie,Z,pe,ve,Ne,Ye,Ke,ot,st;let y=c.target.closest("[data-ask-user-action]");if(!y)return;let b=y.closest("[data-persona-ask-sheet-for]");if(!b)return;let T=y.getAttribute("data-ask-user-action");if(c.preventDefault(),c.stopPropagation(),T==="dismiss"){let Te=(H=b.getAttribute("data-tool-call-id"))!=null?H:"";e.dispatchEvent(new CustomEvent("persona:askUserQuestion:dismissed",{detail:{toolUseId:Te},bubbles:!0,composed:!0})),Mo(Un,Te);let Ee=(N=kt.current)==null?void 0:N.getMessages().find(je=>{var E;return((E=je.toolCall)==null?void 0:E.id)===Te});(q=Ee==null?void 0:Ee.agentMetadata)!=null&&q.awaitingLocalTool&&((I=kt.current)==null||I.markAskUserQuestionResolved(Ee),(ye=kt.current)==null||ye.resolveAskUserQuestion(Ee,"(dismissed)"));return}if(T==="pick"){let Te=y.getAttribute("data-option-label");if(!Te)return;let Ee=b.getAttribute("data-multi-select")==="true",je=no(b);if(je&&Ee){let E=To(b)[Qn(b)],we=new Set(Array.isArray(E)?E:[]);we.has(Te)?we.delete(Te):we.add(Te),ro(b,Array.from(we)),Rn(b);return}if(je){ro(b,Te),Rn(b),Sr(b);return}if(Ee){let E=y.getAttribute("aria-pressed")==="true";y.setAttribute("aria-pressed",E?"false":"true"),y.classList.toggle("persona-ask-pill-selected",!E);let we=b.querySelector('[data-ask-user-action="submit-multi"]');we&&(we.disabled=Hi(b).length===0);return}qn(b,Te,{source:"pick",values:[Te]});return}if(T==="submit-multi"){let Te=Hi(b);if(Te.length===0)return;qn(b,Te.join(", "),{source:"multi",values:Te});return}if(T==="open-free-text"){let Te=b.querySelector('[data-ask-free-text-row="true"]');if(Te){Te.classList.remove("persona-hidden");let Ee=Te.querySelector('[data-ask-free-text-input="true"]');Ee==null||Ee.focus()}return}if(T==="focus-free-text"){let Te=b.querySelector('[data-ask-free-text-input="true"]');Te==null||Te.focus();return}if(T==="submit-free-text"){let Te=b.querySelector('[data-ask-free-text-input="true"]'),Ee=(ie=Te==null?void 0:Te.value)!=null?ie:"";if(!Ee.trim())return;if(no(b)){ro(b,Ee.trim()),Rn(b),Sr(b);return}qn(b,Ee,{source:"free-text"});return}if(T==="next"||T==="back"){if(!kt.current)return;let Te=(Z=b.getAttribute("data-tool-call-id"))!=null?Z:"",Ee=kt.current.getMessages().find(ze=>{var he;return((he=ze.toolCall)==null?void 0:he.id)===Te});if(!Ee)return;let je=b.querySelector('[data-ask-free-text-input="true"]'),E=(ve=(pe=je==null?void 0:je.value)==null?void 0:pe.trim())!=null?ve:"";if(E){let ze=To(b)[Qn(b)];(typeof ze!="string"||ze!==E)&&ro(b,E)}let we=T==="next"?1:-1,Ie=Qn(b)+we;qa(b,Ee,r,Ie),Rn(b);return}if(T==="submit-all"){if(!kt.current)return;let Te=(Ne=b.getAttribute("data-tool-call-id"))!=null?Ne:"",Ee=kt.current.getMessages().find(ze=>{var he;return((he=ze.toolCall)==null?void 0:he.id)===Te});if(!Ee)return;let je=b.querySelector('[data-ask-free-text-input="true"]'),E=(Ke=(Ye=je==null?void 0:je.value)==null?void 0:Ye.trim())!=null?Ke:"";E&&ro(b,E);let we=Ua(b,Ee);kt.current.persistAskUserQuestionProgress(Ee,{answers:we,currentIndex:Qn(b)});let Ie=Nr(we);qn(b,Ie||"(submitted)",{source:"submit-all",structured:we});return}if(T==="skip"){if(!kt.current)return;let Te=(ot=b.getAttribute("data-tool-call-id"))!=null?ot:"",Ee=kt.current.getMessages().find(he=>{var Tt;return((Tt=he.toolCall)==null?void 0:Tt.id)===Te});if(!Ee)return;let je=no(b),E=Qn(b),we=Xo(b),Ie=E>=we-1;if(!je){e.dispatchEvent(new CustomEvent("persona:askUserQuestion:dismissed",{detail:{toolUseId:Te},bubbles:!0,composed:!0})),Mo(Un,Te),(st=Ee.agentMetadata)!=null&&st.awaitingLocalTool&&(kt.current.markAskUserQuestionResolved(Ee),kt.current.resolveAskUserQuestion(Ee,"(dismissed)"));return}ro(b,"");let ze=b.querySelector('[data-ask-free-text-input="true"]');if(ze&&(ze.value=""),Ie){let he=Ua(b,Ee),Tt=Nr(he);qn(b,Tt||"(skipped)",{source:"submit-all",structured:he});return}qa(b,Ee,r,E+1),Rn(b);return}}),Un.addEventListener("keydown",c=>{var H;if(c.key!=="Enter")return;let y=c.target;if(!((H=y.matches)!=null&&H.call(y,'[data-ask-free-text-input="true"]')))return;let b=y.closest("[data-persona-ask-sheet-for]");if(!b)return;c.preventDefault();let T=y.value;if(T.trim()){if(no(b)){ro(b,T.trim()),Rn(b),Sr(b);return}qn(b,T,{source:"free-text"})}});let Fr=c=>{if(!/^[1-9]$/.test(c.key)||c.metaKey||c.ctrlKey||c.altKey)return;let m=c.target;if((m==null?void 0:m.tagName)==="INPUT"||(m==null?void 0:m.tagName)==="TEXTAREA"||m!=null&&m.isContentEditable)return;let y=Un.querySelector("[data-persona-ask-sheet-for]");if(!y||y.getAttribute("data-ask-layout")!=="rows"||y.getAttribute("data-multi-select")==="true")return;let b=Number(c.key),H=y.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];H&&(c.preventDefault(),H.click())};document.addEventListener("keydown",Fr);let Hn=null,Wt=null,yn=null,zn=null,Or=()=>{};function Er(){zn==null||zn(),zn=null}let $r=()=>{var N;if(!Hn||!Wt)return;let c=e.classList.contains("persona-artifact-appearance-seamless"),y=((N=e.ownerDocument.defaultView)!=null?N:window).innerWidth<=640;if(!c||e.classList.contains("persona-artifact-narrow-host")||y){Wt.style.removeProperty("position"),Wt.style.removeProperty("left"),Wt.style.removeProperty("top"),Wt.style.removeProperty("bottom"),Wt.style.removeProperty("width"),Wt.style.removeProperty("z-index");return}let b=Hn.firstElementChild;if(!b||b===Wt)return;let T=10;Wt.style.position="absolute",Wt.style.top="0",Wt.style.bottom="0",Wt.style.width=`${T}px`,Wt.style.zIndex="5";let H=b.offsetWidth-T/2;Wt.style.left=`${Math.max(0,H)}px`},gr=()=>{},Bn=()=>{var y,b,T,H,N;if(!yt||!Xn(r))return;za(e,r),Va(e,r),gr();let c=(H=(T=(b=(y=r.features)==null?void 0:y.artifacts)==null?void 0:b.layout)==null?void 0:T.narrowHostMaxWidth)!=null?H:520,m=z.getBoundingClientRect().width||0;e.classList.toggle("persona-artifact-narrow-host",m>0&&m<=c),yt.update(Wn),hn?(yt.setMobileOpen(!1),yt.element.classList.add("persona-hidden"),(N=yt.backdrop)==null||N.classList.add("persona-hidden")):Wn.artifacts.length>0&&(yt.element.classList.remove("persona-hidden"),yt.setMobileOpen(!0)),Or()};if(Xn(r)){z.style.position="relative";let c=h("div","persona-flex persona-flex-1 persona-flex-col persona-min-w-0 persona-min-h-0"),m=h("div","persona-flex persona-h-full persona-w-full persona-min-h-0 persona-artifact-split-root");c.appendChild(ne),yt=su(r,{onSelect:y=>{var b;return(b=kt.current)==null?void 0:b.selectArtifact(y)},onDismiss:()=>{hn=!0,Bn()}}),yt.element.classList.add("persona-hidden"),Hn=m,m.appendChild(c),m.appendChild(yt.element),yt.backdrop&&z.appendChild(yt.backdrop),z.appendChild(m),Or=()=>{var b,T,H,N;if(!Hn||!yt)return;if(!(((H=(T=(b=r.features)==null?void 0:b.artifacts)==null?void 0:T.layout)==null?void 0:H.resizable)===!0)){yn==null||yn(),yn=null,Er(),Wt&&(Wt.remove(),Wt=null),yt.element.style.removeProperty("width"),yt.element.style.removeProperty("maxWidth");return}if(!Wt){let q=h("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 I=e.ownerDocument,ye=(N=I.defaultView)!=null?N:window,ie=Z=>{var ot,st;if(!yt||Z.button!==0||e.classList.contains("persona-artifact-narrow-host")||ye.innerWidth<=640)return;Z.preventDefault(),Er();let pe=Z.clientX,ve=yt.element.getBoundingClientRect().width,Ne=(st=(ot=r.features)==null?void 0:ot.artifacts)==null?void 0:st.layout,Ye=Te=>{let Ee=Hn.getBoundingClientRect().width,je=e.classList.contains("persona-artifact-appearance-seamless"),E=je?0:cu(Hn,ye),we=je?0:q.getBoundingClientRect().width||6,Ie=ve-(Te.clientX-pe),ze=du(Ie,Ee,E,we,Ne==null?void 0:Ne.resizableMinWidth,Ne==null?void 0:Ne.resizableMaxWidth);yt.element.style.width=`${ze}px`,yt.element.style.maxWidth="none",$r()},Ke=()=>{I.removeEventListener("pointermove",Ye),I.removeEventListener("pointerup",Ke),I.removeEventListener("pointercancel",Ke),zn=null;try{q.releasePointerCapture(Z.pointerId)}catch{}};zn=Ke,I.addEventListener("pointermove",Ye),I.addEventListener("pointerup",Ke),I.addEventListener("pointercancel",Ke);try{q.setPointerCapture(Z.pointerId)}catch{}};q.addEventListener("pointerdown",ie),Wt=q,Hn.insertBefore(q,yt.element),yn=()=>{q.removeEventListener("pointerdown",ie)}}if(Wt){let q=Wn.artifacts.length>0&&!hn;Wt.classList.toggle("persona-hidden",!q),$r()}},gr=()=>{var ye,ie,Z,pe,ve,Ne,Ye,Ke,ot,st,Te,Ee,je,E;if(!A||!yt||((ie=(ye=r.launcher)==null?void 0:ye.sidebarMode)!=null?ie:!1)||on(r)&&lr(r).reveal==="emerge")return;let b=(Z=e.ownerDocument.defaultView)!=null?Z:window,T=(ve=(pe=r.launcher)==null?void 0:pe.mobileFullscreen)!=null?ve:!0,H=(Ye=(Ne=r.launcher)==null?void 0:Ne.mobileBreakpoint)!=null?Ye:640;if(T&&b.innerWidth<=H||!lu(r,A))return;let N=(st=(ot=(Ke=r.launcher)==null?void 0:Ke.width)!=null?ot:r.launcherWidth)!=null?st:Gn,q=(E=(je=(Ee=(Te=r.features)==null?void 0:Te.artifacts)==null?void 0:Ee.layout)==null?void 0:je.expandedPanelWidth)!=null?E:"min(720px, calc(100vw - 24px))";Wn.artifacts.length>0&&!hn?(z.style.width=q,z.style.maxWidth=q):(z.style.width=N,z.style.maxWidth=N)},typeof ResizeObserver!="undefined"&&(In=new ResizeObserver(()=>{Bn()}),In.observe(z))}else z.appendChild(ne),$()&&xe&&(Oe.peekBanner&&xe.appendChild(Oe.peekBanner),xe.appendChild($e));e.appendChild(K),xe&&e.appendChild(xe);let Zn=()=>{var ze,he,Tt,rt,Qt,cn,Pt,xn,dn,Qe,at,vn,un,fo,ho,yo,Do,No,qt,bo,Gr,ht,Mn,Ir,Cn,kn,Bt,_t;if($()){z.style.width="100%",z.style.maxWidth="100%";let Dt=(he=(ze=r.launcher)==null?void 0:ze.composerBar)!=null?he:{},zt=K.dataset.state==="expanded",Ln=(Tt=Dt.expandedSize)!=null?Tt:"anchored";if(!(zt&&Ln!=="fullscreen")){ne.style.background="",ne.style.border="",ne.style.borderRadius="",ne.style.overflow="",ne.style.boxShadow="";return}let en=(Qt=(rt=r.theme)==null?void 0:rt.components)==null?void 0:Qt.panel,yr=Ms(r),Wr=(xo,la)=>{var hs;return xo==null||xo===""?la:(hs=zo(yr,xo))!=null?hs:xo},sa="1px solid var(--persona-border)",aa="var(--persona-palette-shadows-xl, 0 25px 50px -12px rgba(0, 0, 0, 0.25))",ia="var(--persona-panel-radius, var(--persona-radius-xl, 0.75rem))";ne.style.background="var(--persona-surface, #ffffff)",ne.style.border=Wr(en==null?void 0:en.border,sa),ne.style.borderRadius=Wr(en==null?void 0:en.borderRadius,ia),ne.style.boxShadow=Wr(en==null?void 0:en.shadow,aa),ne.style.overflow="hidden";return}let c=on(r),m=(Pt=(cn=r.launcher)==null?void 0:cn.sidebarMode)!=null?Pt:!1,y=c||m||((dn=(xn=r.launcher)==null?void 0:xn.fullHeight)!=null?dn:!1),b=((Qe=r.launcher)==null?void 0:Qe.enabled)===!1,T=(vn=(at=r.theme)==null?void 0:at.components)==null?void 0:vn.panel,H=Ms(r),N=(Dt,zt)=>{var Ln;return Dt==null||Dt===""?zt:(Ln=zo(H,Dt))!=null?Ln:Dt},q=(un=e.ownerDocument.defaultView)!=null?un:window,I=(ho=(fo=r.launcher)==null?void 0:fo.mobileFullscreen)!=null?ho:!0,ye=(Do=(yo=r.launcher)==null?void 0:yo.mobileBreakpoint)!=null?Do:640,ie=q.innerWidth<=ye,Z=I&&ie&&A,pe=(qt=(No=r.launcher)==null?void 0:No.position)!=null?qt:"bottom-left",ve=pe==="bottom-left"||pe==="top-left",Ne=(Gr=(bo=r.launcher)==null?void 0:bo.zIndex)!=null?Gr:fn,Ye=m||Z?"none":"1px solid var(--persona-border)",Ke=Z?"none":m?ve?"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))";c&&!Z&&(Ke="none",Ye="none");let ot=m||Z?"0":"var(--persona-panel-radius, var(--persona-radius-xl, 0.75rem))",st=N(T==null?void 0:T.border,Ye),Te=N(T==null?void 0:T.shadow,Ke),Ee=N(T==null?void 0:T.borderRadius,ot),je=Se.scrollTop;e.style.cssText="",K.style.cssText="",z.style.cssText="",ne.style.cssText="",Se.style.cssText="",$e.style.cssText="";let E=()=>{var zt;if(je<=0)return;((zt=Se.ownerDocument.defaultView)!=null?zt:window).requestAnimationFrame(()=>{if(Se.scrollTop===je)return;let Ln=Se.scrollHeight-Se.clientHeight;Ln<=0||(Se.scrollTop=Math.min(je,Ln))})};if(Z){K.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"),K.style.cssText=`
|
|
24
24
|
position: fixed !important;
|
|
25
25
|
inset: 0 !important;
|
|
26
26
|
width: 100% !important;
|
|
@@ -30,9 +30,9 @@ import{Marked as Yu}from"marked";var Zu=e=>{if(e)return e},ca=e=>{var o,s;let n=
|
|
|
30
30
|
padding: 0 !important;
|
|
31
31
|
display: flex !important;
|
|
32
32
|
flex-direction: column !important;
|
|
33
|
-
z-index: ${
|
|
33
|
+
z-index: ${Ne} !important;
|
|
34
34
|
background-color: var(--persona-surface, #ffffff) !important;
|
|
35
|
-
`,
|
|
35
|
+
`,z.style.cssText=`
|
|
36
36
|
position: relative !important;
|
|
37
37
|
display: flex !important;
|
|
38
38
|
flex-direction: column !important;
|
|
@@ -56,20 +56,20 @@ import{Marked as Yu}from"marked";var Zu=e=>{if(e)return e},ca=e=>{var o,s;let n=
|
|
|
56
56
|
overflow: hidden !important;
|
|
57
57
|
border-radius: 0 !important;
|
|
58
58
|
border: none !important;
|
|
59
|
-
`,
|
|
59
|
+
`,Se.style.flex="1 1 0%",Se.style.minHeight="0",Se.style.overflowY="auto",$e.style.flexShrink="0",F=!0,E();return}let we=(Mn=(ht=r==null?void 0:r.launcher)==null?void 0:ht.width)!=null?Mn:r==null?void 0:r.launcherWidth,Ie=we!=null?we:Gn;if(!m&&!c)b&&y?(z.style.width="100%",z.style.maxWidth="100%"):(z.style.width=Ie,z.style.maxWidth=Ie);else if(c)if(lr(r).reveal==="emerge"){let zt=lr(r).width;z.style.width=zt,z.style.maxWidth=zt}else z.style.width="100%",z.style.maxWidth="100%";if(gr(),z.style.boxShadow=Te,z.style.borderRadius=Ee,ne.style.border=st,ne.style.borderRadius=Ee,c&&!Z&&(T==null?void 0:T.border)===void 0&&(ne.style.border="none",lr(r).side==="right"?ne.style.borderLeft="1px solid var(--persona-border)":ne.style.borderRight="1px solid var(--persona-border)"),y&&(e.style.display="flex",e.style.flexDirection="column",e.style.height="100%",e.style.minHeight="0",b&&(e.style.width="100%"),K.style.display="flex",K.style.flexDirection="column",K.style.flex="1 1 0%",K.style.minHeight="0",K.style.maxHeight="100%",K.style.height="100%",b&&(K.style.overflow="hidden"),z.style.display="flex",z.style.flexDirection="column",z.style.flex="1 1 0%",z.style.minHeight="0",z.style.maxHeight="100%",z.style.height="100%",z.style.overflow="hidden",ne.style.display="flex",ne.style.flexDirection="column",ne.style.flex="1 1 0%",ne.style.minHeight="0",ne.style.maxHeight="100%",ne.style.overflow="hidden",Se.style.flex="1 1 0%",Se.style.minHeight="0",Se.style.overflowY="auto",$e.style.flexShrink="0"),K.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&&!b&&!c&&((Ir=cr[pe])!=null?Ir:cr["bottom-right"]).split(" ").forEach(zt=>K.classList.add(zt)),m){let Dt=(kn=(Cn=r.launcher)==null?void 0:Cn.sidebarWidth)!=null?kn:"420px";K.style.cssText=`
|
|
60
60
|
position: fixed !important;
|
|
61
61
|
top: 0 !important;
|
|
62
62
|
bottom: 0 !important;
|
|
63
|
-
width: ${
|
|
63
|
+
width: ${Dt} !important;
|
|
64
64
|
height: 100vh !important;
|
|
65
65
|
max-height: 100vh !important;
|
|
66
66
|
margin: 0 !important;
|
|
67
67
|
padding: 0 !important;
|
|
68
68
|
display: flex !important;
|
|
69
69
|
flex-direction: column !important;
|
|
70
|
-
z-index: ${
|
|
71
|
-
${
|
|
72
|
-
`,
|
|
70
|
+
z-index: ${Ne} !important;
|
|
71
|
+
${ve?"left: 0 !important; right: auto !important;":"left: auto !important; right: 0 !important;"}
|
|
72
|
+
`,z.style.cssText=`
|
|
73
73
|
position: relative !important;
|
|
74
74
|
display: flex !important;
|
|
75
75
|
flex-direction: column !important;
|
|
@@ -80,9 +80,9 @@ import{Marked as Yu}from"marked";var Zu=e=>{if(e)return e},ca=e=>{var o,s;let n=
|
|
|
80
80
|
min-height: 0 !important;
|
|
81
81
|
margin: 0 !important;
|
|
82
82
|
padding: 0 !important;
|
|
83
|
-
box-shadow: ${
|
|
84
|
-
border-radius: ${
|
|
85
|
-
`,
|
|
83
|
+
box-shadow: ${Te} !important;
|
|
84
|
+
border-radius: ${Ee} !important;
|
|
85
|
+
`,z.style.setProperty("width","100%","important"),z.style.setProperty("max-width","100%","important"),ne.style.cssText=`
|
|
86
86
|
display: flex !important;
|
|
87
87
|
flex-direction: column !important;
|
|
88
88
|
flex: 1 1 0% !important;
|
|
@@ -91,15 +91,15 @@ import{Marked as Yu}from"marked";var Zu=e=>{if(e)return e},ca=e=>{var o,s;let n=
|
|
|
91
91
|
min-height: 0 !important;
|
|
92
92
|
max-height: 100% !important;
|
|
93
93
|
overflow: hidden !important;
|
|
94
|
-
border-radius: ${
|
|
94
|
+
border-radius: ${Ee} !important;
|
|
95
95
|
border: ${st} !important;
|
|
96
|
-
|
|
96
|
+
`,$e.style.cssText=`
|
|
97
97
|
flex-shrink: 0 !important;
|
|
98
98
|
border-top: none !important;
|
|
99
99
|
padding: 8px 16px 12px 16px !important;
|
|
100
|
-
`}if(!b&&!c){let Ht="max-height: -moz-available !important; max-height: stretch !important;",Ut=g?"":"padding-top: 1.25em !important;",Ln=g?"":`z-index: ${($t=(Rt=r.launcher)==null?void 0:Rt.zIndex)!=null?$t:hn} !important;`;G.style.cssText+=Ht+Ut+Ln}E()};Zn(),So(e,r),za(e,r),Va(e,r);let ut=[];ut.push(()=>{document.removeEventListener("keydown",Or)});let Jt=null,Kt=null;ut.push(()=>{Jt==null||Jt(),Jt=null,Kt==null||Kt(),Kt=null}),In&&ut.push(()=>{In==null||In.disconnect(),In=null}),ut.push(()=>{bn==null||bn(),bn=null,Er(),Lt&&(Lt.remove(),Lt=null),ft==null||ft.element.style.removeProperty("width"),ft==null||ft.element.style.removeProperty("maxWidth")}),ge&&ut.push(()=>{ie!==null&&(cancelAnimationFrame(ie),ie=null),oe==null||oe.destroy(),oe=null,Q==null||Q.destroy(),Q=null,ee=null});let Dn=null,jr=()=>{Dn&&(Dn(),Dn=null),r.colorScheme==="auto"&&(Dn=yi(()=>{So(e,r)}))};jr(),ut.push(()=>{Dn&&(Dn(),Dn=null)});let Vn=(Ul=r.features)==null?void 0:Ul.streamAnimation;if(Vn!=null&&Vn.type&&Vn.type!=="none"){let c=Is(Vn.type,Vn.plugins);c&&(vi(c,e),ut.push(()=>kp(e)))}let er=tu(Et),Nn=null,_,de=!1,Fn=wp(),tr=new Map,fr=new Map,ts=0,nr=Ea(),rr=0,or=null,Tr=!1,co=!1,Us=4,ns=24,qs=80,Lo=new Map,dt={active:!1,manuallyDeactivated:!1,lastUserMessageWasVoice:!1,lastUserMessageId:null},rs=(zl=(ql=r.voiceRecognition)==null?void 0:ql.autoResume)!=null?zl:!1,Jn=c=>{s.emit("voice:state",{active:dt.active,source:c,timestamp:Date.now()})},Tn=()=>{m(c=>({...c,voiceState:{active:dt.active,timestamp:Date.now(),manuallyDeactivated:dt.manuallyDeactivated}}))},zs=()=>{var b,T;if(((b=r.voiceRecognition)==null?void 0:b.enabled)===!1)return;let c=Ki(d.voiceState),g=!!c.active,y=Number((T=c.timestamp)!=null?T:0);dt.manuallyDeactivated=!!c.manuallyDeactivated,g&&Date.now()-y<Ty&&setTimeout(()=>{var B,N;dt.active||(dt.manuallyDeactivated=!1,((N=(B=r.voiceRecognition)==null?void 0:B.provider)==null?void 0:N.type)==="runtype"?_.toggleVoice().then(()=>{dt.active=_.isVoiceActive(),Jn("restore"),_.isVoiceActive()&&Gr()}):mo("restore"))},1e3)},Vs=()=>_?fu(_.getMessages()).filter(c=>!c.__skipPersist):[];function Po(c){if(!(i!=null&&i.save))return;let y={messages:c?fu(c):_?Vs():[],metadata:d,artifacts:Wn.artifacts,selectedArtifactId:Wn.selectedId};try{let b=i.save(y);b instanceof Promise&&b.catch(T=>{typeof console!="undefined"&&console.error("[AgentWidget] Failed to persist state:",T)})}catch(b){typeof console!="undefined"&&console.error("[AgentWidget] Failed to persist state:",b)}}let Mr=null,Js=()=>G.querySelector("#persona-scroll-container")||ve,po=()=>{Mr!==null&&(cancelAnimationFrame(Mr),Mr=null),Tr=!1},os=()=>{or!==null&&(cancelAnimationFrame(or),or=null),co=!1,po()},kr=()=>{if(!Tt()||Le){ct.parentNode&&ct.remove(),ct.style.display="none";return}ct.parentNode!==ne&&ne.appendChild(ct),jn();let c=Ms(ve)>0;ct.style.display=nr.isFollowing()||!c?"none":""},ss=()=>{nr.pause()&&(os(),kr())},Ur=()=>{nr.resume(),kr()},qr=(c=!1)=>{nr.isFollowing()&&(!c&&!de||(or!==null&&(cancelAnimationFrame(or),or=null),co=!0,or=requestAnimationFrame(()=>{or=null,co=!1,nr.isFollowing()&&Ks(Js(),c?220:140)})))},Ks=(c,g=500)=>{let y=c.scrollTop,b=Ms(c),T=b-y;if(Math.abs(T)<1){rr=c.scrollTop;return}if(Math.abs(T)>=qs){po(),Tr=!0,c.scrollTop=b,rr=c.scrollTop,Tr=!1;return}po();let B=performance.now();Tr=!0;let N=I=>1-Math.pow(1-I,3),z=I=>{if(!nr.isFollowing()){po();return}let he=Ms(c);he!==b&&(b=he,T=b-y);let ce=I-B,Z=Math.min(ce/g,1),ue=N(Z),ye=y+T*ue;c.scrollTop=ye,rr=c.scrollTop,Z<1?Mr=requestAnimationFrame(z):(c.scrollTop=b,rr=c.scrollTop,Mr=null,Tr=!1)};Mr=requestAnimationFrame(z)},Gs=c=>{let g=new Map;c.forEach(y=>{let b=Lo.get(y.id);g.set(y.id,{streaming:y.streaming,role:y.role}),!b&&y.role==="assistant"&&s.emit("assistant:message",y),y.role==="assistant"&&(b!=null&&b.streaming)&&y.streaming===!1&&s.emit("assistant:complete",y),y.variant==="approval"&&y.approval&&(b?y.approval.status!=="pending"&&s.emit("approval:resolved",{approval:y.approval,decision:y.approval.status}):s.emit("approval:requested",{approval:y.approval,message:y}))}),Lo.clear(),g.forEach((y,b)=>{Lo.set(b,y)})},uo=(c,g,y)=>{var Ge,ot,st,Me,Se,je;let b=document.createElement("div"),B=(()=>{var we;let E=o.find(Pe=>Pe.renderLoadingIndicator);if(E!=null&&E.renderLoadingIndicator)return E.renderLoadingIndicator;if((we=r.loadingIndicator)!=null&&we.render)return r.loadingIndicator.render})(),N=(E,we)=>we==null?!1:typeof we=="string"?(E.textContent=we,!0):(E.appendChild(we),!0),z=new Set,I=new Set,he=o.some(E=>E.renderAskUserQuestion),ce=[],Z=[],ue=r.enableComponentStreaming!==!1;if(g.forEach(E=>{var vn,pn,Ye,at,Cn,mn,fo,ho,yo,Bo,Do,jt,bo,Qr;z.add(E.id);let we=he&&to(E),Pe=!we&&E.role==="assistant"&&!E.variant&&ue&&qi(E);if(!Pe&&fr.has(E.id)){let gt=c.querySelector(`#wrapper-${E.id}`);gt==null||gt.removeAttribute("data-preserve-runtime"),fr.delete(E.id)}let ze=to(E)?`:${(vn=E.agentMetadata)!=null&&vn.askUserQuestionAnswered?"a":"u"}:${(pn=E.agentMetadata)!=null&&pn.askUserQuestionAnswers?Object.keys(E.agentMetadata.askUserQuestionAnswers).length:0}`:"",fe=Cp(E,ts)+ze,St=we||Pe?null:Ap(Fn,E.id,fe);if(St){b.appendChild(St.cloneNode(!0)),to(E)&&((Ye=E.toolCall)!=null&&Ye.id)&&((at=E.agentMetadata)==null?void 0:at.awaitingLocalTool)===!0&&!((Cn=E.agentMetadata)!=null&&Cn.askUserQuestionAnswered)&&(I.add(E.toolCall.id),$s(E,r,Ie.composerOverlay));return}let rt=null,Xt=o.find(gt=>!!(E.variant==="reasoning"&>.renderReasoning||E.variant==="tool"&>.renderToolCall||E.variant==="approval"&>.renderApproval||!E.variant&>.renderMessage)),dn=(mn=r.layout)==null?void 0:mn.messages;if(to(E)&&((fo=E.agentMetadata)==null?void 0:fo.askUserQuestionAnswered)===!0){tr.delete(E.id);let gt=c.querySelector(`#wrapper-${E.id}`);gt==null||gt.removeAttribute("data-preserve-runtime");return}if(to(E)&&((yo=(ho=r.features)==null?void 0:ho.askUserQuestion)==null?void 0:yo.enabled)!==!1){let gt=o.find(Mn=>typeof Mn.renderAskUserQuestion=="function");if(gt&&Mt.current){let Mn=tr.get(E.id),Wr=Mn!==fe,wn=null;if(Wr){let{payload:$t,complete:Ht}=no(E),Ut=E.id,Ln=()=>{var $n;return($n=Mt.current)==null?void 0:$n.getMessages().find(en=>en.id===Ut)};wn=gt.renderAskUserQuestion({message:E,payload:$t,complete:Ht,resolve:$n=>{var yr;let en=Ln();en&&((yr=Mt.current)==null||yr.resolveAskUserQuestion(en,$n))},dismiss:()=>{var en,yr,Rr;let $n=Ln();(en=$n==null?void 0:$n.agentMetadata)!=null&&en.awaitingLocalTool&&((yr=Mt.current)==null||yr.markAskUserQuestionResolved($n),(Rr=Mt.current)==null||Rr.resolveAskUserQuestion($n,"(dismissed)"))},config:r})}let kn=Mn!=null;if(Wr&&wn===null&&!kn){((Bo=E.agentMetadata)==null?void 0:Bo.awaitingLocalTool)===!0&&!((Do=E.agentMetadata)!=null&&Do.askUserQuestionAnswered)&&(I.add(E.toolCall.id),$s(E,r,Ie.composerOverlay));return}let Rt=document.createElement("div");Rt.className="persona-flex",Rt.id=`wrapper-${E.id}`,Rt.setAttribute("data-wrapper-id",E.id),Rt.setAttribute("data-ask-plugin-stub","true"),Rt.setAttribute("data-preserve-runtime","true"),b.appendChild(Rt),ce.push({messageId:E.id,fingerprint:fe,bubble:wn});return}else{((jt=E.agentMetadata)==null?void 0:jt.awaitingLocalTool)===!0&&!((bo=E.agentMetadata)!=null&&bo.askUserQuestionAnswered)&&(I.add(E.toolCall.id),$s(E,r,Ie.composerOverlay));return}}else if(Xt)if(E.variant==="reasoning"&&E.reasoning&&Xt.renderReasoning){if(!We)return;rt=Xt.renderReasoning({message:E,defaultRenderer:()=>Mi(E,r),config:r})}else if(E.variant==="tool"&&E.toolCall&&Xt.renderToolCall){if(!qe)return;rt=Xt.renderToolCall({message:E,defaultRenderer:()=>ki(E,r),config:r})}else if(E.variant==="approval"&&E.approval&&Xt.renderApproval){if(r.approval===!1)return;rt=Xt.renderApproval({message:E,defaultRenderer:()=>Bi(E,r),config:r})}else Xt.renderMessage&&(rt=Xt.renderMessage({message:E,defaultRenderer:()=>{let gt=Fs(E,y,dn,r.messageActions,De,{loadingIndicatorRenderer:B,widgetConfig:r});return E.role!=="user"&&Fi(gt,E,r,_),gt},config:r}));if(!rt&&Pe){let gt=zi(E);if(gt){let Mn=fr.get(E.id),Wr=Mn!==fe,wn=r.wrapComponentDirectiveInBubble!==!1,kn=null;if(Wr){let Rt=Ui(gt,{config:r,message:E,transform:y});if(Rt)if(wn){let $t=document.createElement("div");if($t.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(" "),$t.id=`bubble-${E.id}`,$t.setAttribute("data-message-id",E.id),E.content&&E.content.trim()){let Ht=document.createElement("div");Ht.className="persona-mb-3 persona-text-sm persona-leading-relaxed",Ht.innerHTML=y({text:E.content,message:E,streaming:!!E.streaming,raw:E.rawContent}),$t.appendChild(Ht)}$t.appendChild(Rt),kn=$t}else{let $t=document.createElement("div");if($t.className="persona-flex persona-flex-col persona-w-full persona-max-w-full persona-gap-3 persona-items-stretch",$t.id=`bubble-${E.id}`,$t.setAttribute("data-message-id",E.id),$t.setAttribute("data-persona-component-directive","true"),E.content&&E.content.trim()){let Ht=document.createElement("div");Ht.className="persona-text-sm persona-leading-relaxed persona-text-persona-primary persona-w-full",Ht.innerHTML=y({text:E.content,message:E,streaming:!!E.streaming,raw:E.rawContent}),$t.appendChild(Ht)}$t.appendChild(Rt),kn=$t}}if(kn||Mn!=null){let Rt=document.createElement("div");Rt.className="persona-flex",Rt.id=`wrapper-${E.id}`,Rt.setAttribute("data-wrapper-id",E.id),Rt.setAttribute("data-component-directive-stub","true"),Rt.setAttribute("data-preserve-runtime","true"),wn||Rt.classList.add("persona-w-full"),b.appendChild(Rt),Z.push({messageId:E.id,fingerprint:fe,bubble:kn});return}}}if(!rt)if(E.variant==="reasoning"&&E.reasoning){if(!We)return;rt=Mi(E,r)}else if(E.variant==="tool"&&E.toolCall){if(!qe)return;rt=ki(E,r)}else if(E.variant==="approval"&&E.approval){if(r.approval===!1)return;rt=Bi(E,r)}else{let gt=(Qr=r.layout)==null?void 0:Qr.messages;gt!=null&>.renderUserMessage&&E.role==="user"?rt=gt.renderUserMessage({message:E,config:r,streaming:!!E.streaming}):gt!=null&>.renderAssistantMessage&&E.role==="assistant"?rt=gt.renderAssistantMessage({message:E,config:r,streaming:!!E.streaming}):rt=Fs(E,y,gt,r.messageActions,De,{loadingIndicatorRenderer:B,widgetConfig:r}),E.role!=="user"&&rt&&Fi(rt,E,r,_)}let kt=document.createElement("div");kt.className="persona-flex",kt.id=`wrapper-${E.id}`,kt.setAttribute("data-wrapper-id",E.id),E.role==="user"&&kt.classList.add("persona-justify-end"),(rt==null?void 0:rt.getAttribute("data-persona-component-directive"))==="true"&&kt.classList.add("persona-w-full"),kt.appendChild(rt),Sp(Fn,E.id,fe,kt),b.appendChild(kt)}),Ie.composerOverlay&&Ie.composerOverlay.querySelectorAll("[data-persona-ask-sheet-for]").forEach(we=>{let Pe=we.getAttribute("data-persona-ask-sheet-for");Pe&&!I.has(Pe)&&Mo(Ie.composerOverlay,Pe)}),(ot=(Ge=r.features)==null?void 0:Ge.toolCallDisplay)!=null&&ot.grouped){let E=[],we=[];g.forEach(Pe=>{if(Pe.variant==="tool"&&Pe.toolCall&&qe){we.push(Pe);return}we.length>1&&E.push(we),we=[]}),we.length>1&&E.push(we),E.forEach((Pe,ze)=>{var pn,Ye;let fe=Pe.map(at=>Array.from(b.children).find(Cn=>Cn instanceof HTMLElement&&Cn.getAttribute("data-wrapper-id")===at.id)).filter(at=>!!at);if(fe.length<2)return;let St=document.createElement("div");St.className="persona-flex",St.id=`wrapper-tool-group-${ze}-${Pe[0].id}`,St.setAttribute("data-wrapper-id",`tool-group-${ze}-${Pe[0].id}`);let rt=document.createElement("div");rt.className="persona-tool-group persona-flex persona-w-full persona-flex-col persona-gap-2",rt.setAttribute("data-persona-tool-group","true");let Xt=document.createElement("div");Xt.className="persona-tool-group-summary persona-text-xs persona-text-persona-muted";let dn=`Called ${Pe.length} tools`,kt=(Ye=(pn=r.toolCall)==null?void 0:pn.renderGroupedSummary)==null?void 0:Ye.call(pn,{messages:Pe,toolCalls:Pe.map(at=>at.toolCall).filter(at=>!!at),defaultSummary:dn,config:r});N(Xt,kt)||(Xt.textContent=dn);let vn=document.createElement("div");vn.className="persona-tool-group-stack persona-flex persona-flex-col",rt.append(Xt,vn),St.appendChild(rt),fe[0].before(St),fe.forEach((at,Cn)=>{let mn=document.createElement("div");mn.className="persona-tool-group-item persona-relative",mn.setAttribute("data-persona-tool-group-item","true"),Cn<fe.length-1&&mn.setAttribute("data-persona-tool-group-connector","true"),mn.appendChild(at),vn.appendChild(mn)})})}Ep(Fn,z);let ye=g.some(E=>E.role==="assistant"&&E.streaming),Be=g[g.length-1],Ze=(Be==null?void 0:Be.role)==="assistant"&&!Be.streaming&&Be.variant!=="approval";if(de&&g.some(E=>E.role==="user")&&!ye&&!Ze){let E={config:r,streaming:!0,location:"standalone",defaultRenderer:Vo},we=o.find(ze=>ze.renderLoadingIndicator),Pe=null;if(we!=null&&we.renderLoadingIndicator&&(Pe=we.renderLoadingIndicator(E)),Pe===null&&((st=r.loadingIndicator)!=null&&st.render)&&(Pe=r.loadingIndicator.render(E)),Pe===null&&(Pe=Vo()),Pe){let ze=document.createElement("div"),fe=((Me=r.loadingIndicator)==null?void 0:Me.showBubble)!==!1;ze.className=fe?["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(" "),ze.setAttribute("data-typing-indicator","true"),ze.style.borderColor="var(--persona-message-assistant-border, var(--persona-border, #e5e7eb))",ze.appendChild(Pe);let St=document.createElement("div");St.className="persona-flex",St.id="wrapper-typing-indicator",St.setAttribute("data-wrapper-id","typing-indicator"),St.appendChild(ze),b.appendChild(St)}}if(!de&&g.length>0){let E=g[g.length-1],we={config:r,lastMessage:E,messageCount:g.length},Pe=o.find(fe=>fe.renderIdleIndicator),ze=null;if(Pe!=null&&Pe.renderIdleIndicator&&(ze=Pe.renderIdleIndicator(we)),ze===null&&((Se=r.loadingIndicator)!=null&&Se.renderIdle)&&(ze=r.loadingIndicator.renderIdle(we)),ze){let fe=document.createElement("div"),St=((je=r.loadingIndicator)==null?void 0:je.showBubble)!==!1;fe.className=St?["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(" "),fe.setAttribute("data-idle-indicator","true"),fe.appendChild(ze);let rt=document.createElement("div");rt.className="persona-flex",rt.id="wrapper-idle-indicator",rt.setAttribute("data-wrapper-id","idle-indicator"),rt.appendChild(fe),b.appendChild(rt)}}if(Sa(c,b),ce.length>0)for(let{messageId:E,fingerprint:we,bubble:Pe}of ce){let ze=c.querySelector(`#wrapper-${E}`);ze&&Pe!==null&&(ze.replaceChildren(Pe),ze.setAttribute("data-bubble-fp",we),tr.set(E,we))}if(tr.size>0)for(let E of tr.keys())z.has(E)||tr.delete(E);if(Z.length>0)for(let{messageId:E,fingerprint:we,bubble:Pe}of Z){let ze=c.querySelector(`#wrapper-${E}`);ze&&Pe!==null&&(ze.replaceChildren(Pe),ze.setAttribute("data-bubble-fp",we),fr.set(E,we))}if(fr.size>0)for(let E of fr.keys())z.has(E)||fr.delete(E)},zr=null,Qs=()=>{var y;if(zr)return;let c=b=>{let T=b.composedPath();T.includes(G)||xe&&T.includes(xe)||Pt(!1,"user")};zr=c,((y=e.ownerDocument)!=null?y:document).addEventListener("pointerdown",c,!0)},as=()=>{var g;if(!zr)return;((g=e.ownerDocument)!=null?g:document).removeEventListener("pointerdown",zr,!0),zr=null};ut.push(()=>as());let Vr=null,Xs=()=>{var y;if(Vr)return;let c=b=>{b.key==="Escape"&&(b.isComposing||Pt(!1,"user"))};Vr=c,((y=e.ownerDocument)!=null?y:document).addEventListener("keydown",c,!0)},is=()=>{var g;if(!Vr)return;((g=e.ownerDocument)!=null?g:document).removeEventListener("keydown",Vr,!0),Vr=null};ut.push(()=>is());let Jr=!1,ls=new Set,Ys=()=>{var g,y,b,T;let c=(b=(y=(g=r.launcher)==null?void 0:g.composerBar)==null?void 0:y.peek)==null?void 0:b.streamAnimation;return c||((T=r.features)==null?void 0:T.streamAnimation)},Lr=()=>{var ot,st,Me,Se;if(!$())return;let c=Ie.peekBanner,g=Ie.peekTextNode;if(!c||!g)return;if(W){c.classList.remove("persona-pill-peek--visible");return}let y=(ot=_==null?void 0:_.getMessages())!=null?ot:[],b;for(let je=y.length-1;je>=0;je--){let E=y[je];if(E.role==="assistant"&&E.content){b=E;break}}if(!b){c.classList.remove("persona-pill-peek--visible");return}let T=b.content,B=!!b.streaming,N=Ys(),z=ka(N),I=z.type!=="none"?Is(z.type,N==null?void 0:N.plugins):null,he=((st=I==null?void 0:I.isAnimating)==null?void 0:st.call(I,b))===!0,ce=I!==null&&(B||he);ce&&I&&!ls.has(I.name)&&(vi(I,e),ls.add(I.name));let Z=ce&&(I!=null&&I.containerClass)?I.containerClass:null,ue=(Me=g.dataset.personaPeekStreamClass)!=null?Me:null;ue&&ue!==Z&&(g.classList.remove(ue),delete g.dataset.personaPeekStreamClass),Z&&ue!==Z&&(g.classList.add(Z),g.dataset.personaPeekStreamClass=Z),ce?(g.style.setProperty("--persona-stream-step",`${z.speed}ms`),g.style.setProperty("--persona-stream-duration",`${z.duration}ms`)):(g.style.removeProperty("--persona-stream-step"),g.style.removeProperty("--persona-stream-duration"));let ye=ce?La(T,z.buffer,I,b,B):T;if(ce&&z.placeholder==="skeleton"&&B&&(!ye||!ye.trim())){let je=document.createElement("div"),E=Rs();E.classList.add("persona-pill-peek__skeleton"),je.appendChild(E),Sa(g,je)}else{let je=Math.max(0,ye.length-100),E=ye.length>100?ye.slice(-100):ye,we=Fo(E);if(!ce||!I){let Pe=ye.length>100?`\u2026${E}`:E;g.textContent!==Pe&&(g.textContent=Pe)}else{let Pe=we;(I.wrap==="char"||I.wrap==="word")&&(Pe=Ws(we,I.wrap,`peek-${b.id}`,{skipTags:I.skipTags,startIndex:je}));let ze=document.createElement("div");if(ze.innerHTML=Pe,I.useCaret&&E.length>0){let fe=Pa(),St=ze.querySelectorAll(".persona-stream-char, .persona-stream-word"),rt=St[St.length-1];rt!=null&&rt.parentNode?rt.parentNode.insertBefore(fe,rt.nextSibling):ze.appendChild(fe)}Sa(g,ze),(Se=I.onAfterRender)==null||Se.call(I,{container:g,bubble:c,messageId:b.id,message:b,speed:z.speed,duration:z.duration})}}let Ge=de||Jr;c.classList.toggle("persona-pill-peek--visible",Ge)};if($()){let c=Ie.peekBanner;if(c){let b=T=>{T.preventDefault(),T.stopPropagation(),Pt(!0,"user")};c.addEventListener("pointerdown",b),ut.push(()=>{c.removeEventListener("pointerdown",b)})}let g=()=>{Jr||(Jr=!0,Lr())},y=()=>{Jr&&(Jr=!1,Lr())};V.addEventListener("pointerenter",g),V.addEventListener("pointerleave",y),ut.push(()=>{V.removeEventListener("pointerenter",g),V.removeEventListener("pointerleave",y)}),xe&&(xe.addEventListener("pointerenter",g),xe.addEventListener("pointerleave",y),ut.push(()=>{xe.removeEventListener("pointerenter",g),xe.removeEventListener("pointerleave",y)}))}let Zs=c=>{var ue,ye,Be,Ze,Ge,ot,st,Me;let g=(ye=(ue=r.launcher)==null?void 0:ue.composerBar)!=null?ye:{},y=(Be=g.expandedSize)!=null?Be:"anchored",b=(Ze=g.bottomOffset)!=null?Ze:"16px",T=g.collapsedMaxWidth,B=(Ge=g.expandedMaxWidth)!=null?Ge:"880px",N=(ot=g.expandedTopOffset)!=null?ot:"5vh",z=(st=g.modalMaxWidth)!=null?st:"880px",I=(Me=g.modalMaxHeight)!=null?Me:"min(90vh, 800px)",he="calc(100vw - 32px)",ce="var(--persona-pill-area-height, 80px)",Z=G.style;if(Z.left="",Z.right="",Z.top="",Z.bottom="",Z.transform="",Z.width="",Z.maxWidth="",Z.height="",Z.maxHeight="",xe){let Se=xe.style;Se.bottom=b,Se.width=T!=null?T:""}if(c&&y!=="fullscreen"){if(y==="modal"){Z.top="50%",Z.left="50%",Z.transform="translate(-50%, -50%)",Z.bottom="auto",Z.right="auto",Z.width=z,Z.maxWidth=he,Z.maxHeight=I,Z.height=I;return}Z.left="50%",Z.transform="translateX(-50%)",Z.bottom=`calc(${b} + ${ce})`,Z.top=N,Z.width=B,Z.maxWidth=he}},Kr=()=>{var I,he,ce,Z,ue,ye,Be,Ze;if(!U())return;if($()){let ot=(ce=((he=(I=r.launcher)==null?void 0:I.composerBar)!=null?he:{}).expandedSize)!=null?ce:"anchored",st=W?"expanded":"collapsed";G.dataset.state=st,G.dataset.expandedSize=ot,xe&&(xe.dataset.state=st,xe.dataset.expandedSize=ot),G.style.removeProperty("display"),G.classList.remove("persona-pointer-events-none","persona-opacity-0"),V.classList.remove("persona-scale-95","persona-opacity-0","persona-scale-100","persona-opacity-100"),Zs(W),ne.style.display=W?"flex":"none",Zn(),W?(Qs(),Xs()):(as(),is()),Lr();return}let c=on(r),g=(Z=e.ownerDocument.defaultView)!=null?Z:window,y=(ye=(ue=r.launcher)==null?void 0:ue.mobileBreakpoint)!=null?ye:640,b=(Ze=(Be=r.launcher)==null?void 0:Be.mobileFullscreen)!=null?Ze:!0,T=g.innerWidth<=y,B=b&&T&&A,N=lr(r).reveal;W?(G.style.removeProperty("display"),G.style.display=c?"flex":"",G.classList.remove("persona-pointer-events-none","persona-opacity-0"),V.classList.remove("persona-scale-95","persona-opacity-0"),V.classList.add("persona-scale-100","persona-opacity-100"),w?w.element.style.display="none":q&&(q.style.display="none")):(c?c&&(N==="overlay"||N==="push")&&!B?(G.style.removeProperty("display"),G.style.display="flex",G.classList.remove("persona-pointer-events-none","persona-opacity-0"),V.classList.remove("persona-scale-100","persona-opacity-100","persona-scale-95","persona-opacity-0")):(G.style.setProperty("display","none","important"),G.classList.remove("persona-pointer-events-none","persona-opacity-0"),V.classList.remove("persona-scale-100","persona-opacity-100","persona-scale-95","persona-opacity-0")):(G.style.display="",G.classList.add("persona-pointer-events-none","persona-opacity-0"),V.classList.remove("persona-scale-100","persona-opacity-100"),V.classList.add("persona-scale-95","persona-opacity-0")),w?w.element.style.display=c?"none":"":q&&(q.style.display=c?"none":""))},Pt=(c,g="user")=>{var B,N;if(!U()||W===c)return;let y=W;W=c,Kr();let b=(()=>{var Be,Ze,Ge,ot,st,Me,Se,je,E,we;let z=(Ze=(Be=r.launcher)==null?void 0:Be.sidebarMode)!=null?Ze:!1,I=(Ge=e.ownerDocument.defaultView)!=null?Ge:window,he=(st=(ot=r.launcher)==null?void 0:ot.mobileFullscreen)!=null?st:!0,ce=(Se=(Me=r.launcher)==null?void 0:Me.mobileBreakpoint)!=null?Se:640,Z=I.innerWidth<=ce,ue=on(r)&&he&&Z,ye=$()&&((we=(E=(je=r.launcher)==null?void 0:je.composerBar)==null?void 0:E.expandedSize)!=null?we:"fullscreen")==="fullscreen";return z||he&&Z&&A||ue||ye})();if(W&&b){if(!Jt){let z=e.getRootNode(),I=z instanceof ShadowRoot?z.host:e.closest(".persona-host");I&&(Jt=Ci(I,(N=(B=r.launcher)==null?void 0:B.zIndex)!=null?N:hn))}Kt||(Kt=wi(e.ownerDocument))}else W||(Jt==null||Jt(),Jt=null,Kt==null||Kt(),Kt=null);W&&(le(),qr(!0));let T={open:W,source:g,timestamp:Date.now()};W&&!y?s.emit("widget:opened",T):!W&&y&&s.emit("widget:closed",T),s.emit("widget:state",{open:W,launcherEnabled:A,voiceActive:dt.active,streaming:_.isStreaming()})},Io=c=>{zt(c?"stop":"send"),H&&(H.disabled=c),er.buttons.forEach(g=>{g.disabled=c}),_e.dataset.personaComposerStreaming=c?"true":"false",_e.querySelectorAll("[data-persona-composer-disable-when-streaming]").forEach(g=>{(g instanceof HTMLButtonElement||g instanceof HTMLInputElement||g instanceof HTMLTextAreaElement||g instanceof HTMLSelectElement)&&(g.disabled=c)})},Wo=()=>{dt.active||te&&te.focus()};s.on("widget:opened",()=>{r.autoFocusInput&&setTimeout(()=>Wo(),200)});let cs=()=>{var y,b,T,B,N,z,I,he,ce,Z,ue;vr.textContent=(b=(y=r.copy)==null?void 0:y.welcomeTitle)!=null?b:"Hello \u{1F44B}",dr.textContent=(B=(T=r.copy)==null?void 0:T.welcomeSubtitle)!=null?B:"Ask anything about your account or products.",te.placeholder=(z=(N=r.copy)==null?void 0:N.inputPlaceholder)!=null?z:"How can I help...";let c=ve.querySelector("[data-persona-intro-card]");if(c){let ye=((I=r.copy)==null?void 0:I.showWelcomeCard)!==!1;c.style.display=ye?"":"none",ye?(ve.classList.remove("persona-gap-3"),ve.classList.add("persona-gap-6")):(ve.classList.remove("persona-gap-6"),ve.classList.add("persona-gap-3"))}!((ce=(he=r.sendButton)==null?void 0:he.useIcon)!=null&&ce)&&!(_!=null&&_.isStreaming())&&(ke.textContent=(ue=(Z=r.copy)==null?void 0:Z.sendButtonLabel)!=null?ue:"Send"),te.style.fontFamily='var(--persona-input-font-family, var(--persona-font-family, -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", Arial, sans-serif))',te.style.fontWeight="var(--persona-input-font-weight, var(--persona-font-weight, 400))"};r.clientToken&&(r={...r,getStoredSessionId:()=>{let c=d.sessionId;return typeof c=="string"?c:null},setStoredSessionId:c=>{m(g=>({...g,sessionId:c}))}});let hr=null,ea=()=>{hr==null&&(hr=setInterval(()=>{let c=Ae.querySelectorAll("[data-tool-elapsed]");if(c.length===0){clearInterval(hr),hr=null;return}let g=Date.now();c.forEach(y=>{let b=Number(y.getAttribute("data-tool-elapsed"));b&&(y.textContent=pa(g-b))})},100))};if(_=new As(r,{onMessagesChanged(c){uo(Ae,c,Ee),ea(),_&&(c.some(T=>T.role==="user")?er.render([],_,te,c):er.render(r.suggestionChips,_,te,c,r.suggestionChipsConfig)),qr(!de),Gs(c);let g=[...c].reverse().find(b=>b.role==="user"),y=dt.lastUserMessageId;g&&g.id!==y&&(dt.lastUserMessageId=g.id,s.emit("user:message",g)),dt.lastUserMessageWasVoice=!!(g!=null&&g.viaVoice),Po(c),Lr()},onStatusChanged(c){var b;let g=(b=r.statusIndicator)!=null?b:{};Ne(qt,(T=>{var B,N,z,I;return T==="idle"?(B=g.idleText)!=null?B:fn.idle:T==="connecting"?(N=g.connectingText)!=null?N:fn.connecting:T==="connected"?(z=g.connectedText)!=null?z:fn.connected:T==="error"?(I=g.errorText)!=null?I:fn.error:fn[T]})(c),g,c)},onStreamingChanged(c){de=c,Io(c),_&&uo(Ae,_.getMessages(),Ee),c||qr(!0),Lr()},onVoiceStatusChanged(c){var g,y;if(((y=(g=r.voiceRecognition)==null?void 0:g.provider)==null?void 0:y.type)==="runtype")switch(c){case"listening":break;case"processing":ar(),na();break;case"speaking":ar(),ra();break;default:c==="idle"&&_.isBargeInActive()?(ar(),Gr(),H==null||H.setAttribute("aria-label","End voice session")):(dt.active=!1,ar(),Jn("system"),Tn());break}},onArtifactsState(c){Wn=c,Bn(),Po()}}),Mt.current=_,((Jl=(Vl=r.voiceRecognition)==null?void 0:Vl.provider)==null?void 0:Jl.type)==="runtype")try{_.setupVoice()}catch(c){typeof console!="undefined"&&console.warn("[AgentWidget] Runtype voice setup failed:",c)}r.clientToken&&_.initClientSession().catch(c=>{r.debug&&console.warn("[AgentWidget] Pre-init client session failed:",c)}),(Q||r.onSSEEvent)&&_.setSSEEventCallback((c,g)=>{var y;(y=r.onSSEEvent)==null||y.call(r,c,g),Q==null||Q.push({id:`evt-${Date.now()}-${Math.random().toString(36).slice(2,8)}`,type:c,timestamp:Date.now(),payload:JSON.stringify(g)})}),l&&l.then(c=>{var g,y,b;c&&(c.metadata&&(d=Ki(c.metadata),M.syncFromMetadata()),(g=c.messages)!=null&&g.length&&_.hydrateMessages(c.messages),(y=c.artifacts)!=null&&y.length&&_.hydrateArtifacts(c.artifacts,(b=c.selectedArtifactId)!=null?b:null))}).catch(c=>{typeof console!="undefined"&&console.error("[AgentWidget] Failed to hydrate stored state:",c)});let ds=()=>{var g,y,b;!$()||W||!((b=(y=(g=r.launcher)==null?void 0:g.composerBar)==null?void 0:y.expandOnSubmit)==null||b)||Pt(!0,"auto")},ps=c=>{var T;if(c.preventDefault(),_.isStreaming()){_.cancel();return}let g=te.value.trim(),y=(T=vt==null?void 0:vt.hasAttachments())!=null?T:!1;if(!g&&!y)return;ds();let b;y&&(b=[],b.push(...vt.getContentParts()),g&&b.push(ya(g))),te.value="",te.style.height="auto",_.sendMessage(g,{contentParts:b}),y&&vt.clearAttachments()},us=c=>{c.key==="Enter"&&!c.shiftKey&&(c.preventDefault(),ke.click())},ms=async c=>{var y;if(((y=r.attachments)==null?void 0:y.enabled)!==!0||!vt)return;let g=ky(c.clipboardData);g.length!==0&&(c.preventDefault(),await vt.handleFiles(g))},xn=null,On=!1,Pr=null,tt=null,gs=()=>typeof window=="undefined"?null:window.webkitSpeechRecognition||window.SpeechRecognition||null,mo=(c="user")=>{var B,N,z,I,he,ce,Z;if(On||_.isStreaming())return;let g=gs();if(!g)return;xn=new g;let b=(N=((B=r.voiceRecognition)!=null?B:{}).pauseDuration)!=null?N:2e3;xn.continuous=!0,xn.interimResults=!0,xn.lang="en-US";let T=te.value;xn.onresult=ue=>{let ye="",Be="";for(let Ge=0;Ge<ue.results.length;Ge++){let ot=ue.results[Ge],st=ot[0].transcript;ot.isFinal?ye+=st+" ":Be=st}let Ze=T+ye+Be;te.value=Ze,Pr&&clearTimeout(Pr),(ye||Be)&&(Pr=window.setTimeout(()=>{let Ge=te.value.trim();Ge&&xn&&On&&(sr(),te.value="",te.style.height="auto",_.sendMessage(Ge,{viaVoice:!0}))},b))},xn.onerror=ue=>{ue.error!=="no-speech"&&sr()},xn.onend=()=>{if(On){let ue=te.value.trim();ue&&ue!==T.trim()&&(te.value="",te.style.height="auto",_.sendMessage(ue,{viaVoice:!0})),sr()}};try{if(xn.start(),On=!0,dt.active=!0,c!=="system"&&(dt.manuallyDeactivated=!1),Jn(c),Tn(),H){let ue=(z=r.voiceRecognition)!=null?z:{};tt={backgroundColor:H.style.backgroundColor,color:H.style.color,borderColor:H.style.borderColor,iconName:(I=ue.iconName)!=null?I:"mic",iconSize:parseFloat((Z=(ce=ue.iconSize)!=null?ce:(he=r.sendButton)==null?void 0:he.size)!=null?Z:"40")||24};let ye=ue.recordingBackgroundColor,Be=ue.recordingIconColor,Ze=ue.recordingBorderColor;if(H.classList.add("persona-voice-recording"),H.style.backgroundColor=ye!=null?ye:"var(--persona-voice-recording-bg, #ef4444)",H.style.color=Be!=null?Be:"var(--persona-voice-recording-indicator, #ffffff)",Be){let Ge=H.querySelector("svg");Ge&&Ge.setAttribute("stroke",Be)}Ze&&(H.style.borderColor=Ze),H.setAttribute("aria-label","Stop voice recognition")}}catch{sr("system")}},sr=(c="user")=>{if(On){if(On=!1,Pr&&(clearTimeout(Pr),Pr=null),xn){try{xn.stop()}catch{}xn=null}if(dt.active=!1,Jn(c),Tn(),H){if(H.classList.remove("persona-voice-recording"),tt){H.style.backgroundColor=tt.backgroundColor,H.style.color=tt.color,H.style.borderColor=tt.borderColor;let g=H.querySelector("svg");g&&g.setAttribute("stroke",tt.color||"currentColor"),tt=null}H.setAttribute("aria-label","Start voice recognition")}}},ta=(c,g)=>{var ot,st,Me,Se,je,E,we,Pe;let y=typeof window!="undefined"&&(typeof window.webkitSpeechRecognition!="undefined"||typeof window.SpeechRecognition!="undefined"),b=((ot=c==null?void 0:c.provider)==null?void 0:ot.type)==="runtype";if(!(y||b))return null;let B=h("div","persona-send-button-wrapper"),N=h("button","persona-rounded-button persona-flex persona-items-center persona-justify-center disabled:persona-opacity-50 persona-cursor-pointer");N.type="button",N.setAttribute("aria-label","Start voice recognition");let z=(st=c==null?void 0:c.iconName)!=null?st:"mic",I=(Me=g==null?void 0:g.size)!=null?Me:"40px",he=(Se=c==null?void 0:c.iconSize)!=null?Se:I,ce=parseFloat(he)||24,Z=(je=c==null?void 0:c.backgroundColor)!=null?je:g==null?void 0:g.backgroundColor,ue=(E=c==null?void 0:c.iconColor)!=null?E:g==null?void 0:g.textColor;N.style.width=he,N.style.height=he,N.style.minWidth=he,N.style.minHeight=he,N.style.fontSize="18px",N.style.lineHeight="1",ue?N.style.color=ue:N.style.color="var(--persona-text, #111827)";let Be=me(z,ce,ue||"currentColor",1.5);Be?N.appendChild(Be):N.textContent="\u{1F3A4}",Z?N.style.backgroundColor=Z:N.style.backgroundColor="",c!=null&&c.borderWidth&&(N.style.borderWidth=c.borderWidth,N.style.borderStyle="solid"),c!=null&&c.borderColor&&(N.style.borderColor=c.borderColor),c!=null&&c.paddingX&&(N.style.paddingLeft=c.paddingX,N.style.paddingRight=c.paddingX),c!=null&&c.paddingY&&(N.style.paddingTop=c.paddingY,N.style.paddingBottom=c.paddingY),B.appendChild(N);let Ze=(we=c==null?void 0:c.tooltipText)!=null?we:"Start voice recognition";if(((Pe=c==null?void 0:c.showTooltip)!=null?Pe:!1)&&Ze){let ze=h("div","persona-send-button-tooltip");ze.textContent=Ze,B.appendChild(ze)}return{micButton:N,micButtonWrapper:B}},Ro=()=>{var g,y,b,T,B;if(!H||tt)return;let c=(g=r.voiceRecognition)!=null?g:{};tt={backgroundColor:H.style.backgroundColor,color:H.style.color,borderColor:H.style.borderColor,iconName:(y=c.iconName)!=null?y:"mic",iconSize:parseFloat((B=(T=c.iconSize)!=null?T:(b=r.sendButton)==null?void 0:b.size)!=null?B:"40")||24}},Ho=(c,g)=>{var B,N,z,I,he;if(!H)return;let y=H.querySelector("svg");y&&y.remove();let b=(he=tt==null?void 0:tt.iconSize)!=null?he:parseFloat((I=(z=(B=r.voiceRecognition)==null?void 0:B.iconSize)!=null?z:(N=r.sendButton)==null?void 0:N.size)!=null?I:"40")||24,T=me(c,b,g,1.5);T&&H.appendChild(T)},go=()=>{H&&H.classList.remove("persona-voice-recording","persona-voice-processing","persona-voice-speaking")},Gr=()=>{var T;if(!H)return;Ro();let c=(T=r.voiceRecognition)!=null?T:{},g=c.recordingBackgroundColor,y=c.recordingIconColor,b=c.recordingBorderColor;if(go(),H.classList.add("persona-voice-recording"),H.style.backgroundColor=g!=null?g:"var(--persona-voice-recording-bg, #ef4444)",H.style.color=y!=null?y:"var(--persona-voice-recording-indicator, #ffffff)",y){let B=H.querySelector("svg");B&&B.setAttribute("stroke",y)}b&&(H.style.borderColor=b),H.setAttribute("aria-label","Stop voice recognition")},na=()=>{var z,I,he,ce,Z,ue,ye,Be;if(!H)return;Ro();let c=(z=r.voiceRecognition)!=null?z:{},g=_.getVoiceInterruptionMode(),y=(I=c.processingIconName)!=null?I:"loader",b=(ce=(he=c.processingIconColor)!=null?he:tt==null?void 0:tt.color)!=null?ce:"",T=(ue=(Z=c.processingBackgroundColor)!=null?Z:tt==null?void 0:tt.backgroundColor)!=null?ue:"",B=(Be=(ye=c.processingBorderColor)!=null?ye:tt==null?void 0:tt.borderColor)!=null?Be:"";go(),H.classList.add("persona-voice-processing"),H.style.backgroundColor=T,H.style.borderColor=B;let N=b||"currentColor";H.style.color=N,Ho(y,N),H.setAttribute("aria-label","Processing voice input"),g==="none"&&(H.style.cursor="default")},ra=()=>{var he,ce,Z,ue,ye,Be,Ze,Ge,ot,st,Me,Se;if(!H)return;Ro();let c=(he=r.voiceRecognition)!=null?he:{},g=_.getVoiceInterruptionMode(),y=g==="cancel"?"square":g==="barge-in"?"mic":"volume-2",b=(ce=c.speakingIconName)!=null?ce:y,T=(Be=c.speakingIconColor)!=null?Be:g==="barge-in"?(ue=(Z=c.recordingIconColor)!=null?Z:tt==null?void 0:tt.color)!=null?ue:"":(ye=tt==null?void 0:tt.color)!=null?ye:"",B=(ot=c.speakingBackgroundColor)!=null?ot:g==="barge-in"?(Ze=c.recordingBackgroundColor)!=null?Ze:"var(--persona-voice-recording-bg, #ef4444)":(Ge=tt==null?void 0:tt.backgroundColor)!=null?Ge:"",N=(Se=c.speakingBorderColor)!=null?Se:g==="barge-in"?(st=c.recordingBorderColor)!=null?st:"":(Me=tt==null?void 0:tt.borderColor)!=null?Me:"";go(),H.classList.add("persona-voice-speaking"),H.style.backgroundColor=B,H.style.borderColor=N;let z=T||"currentColor";H.style.color=z,Ho(b,z);let I=g==="cancel"?"Stop playback and re-record":g==="barge-in"?"Speak to interrupt":"Agent is speaking";H.setAttribute("aria-label",I),g==="none"&&(H.style.cursor="default"),g==="barge-in"&&H.classList.add("persona-voice-recording")},ar=()=>{var c,g,y;H&&(go(),tt&&(H.style.backgroundColor=(c=tt.backgroundColor)!=null?c:"",H.style.color=(g=tt.color)!=null?g:"",H.style.borderColor=(y=tt.borderColor)!=null?y:"",Ho(tt.iconName,tt.color||"currentColor"),tt=null),H.style.cursor="",H.setAttribute("aria-label","Start voice recognition"))},Ir=()=>{var c,g;if(((g=(c=r.voiceRecognition)==null?void 0:c.provider)==null?void 0:g.type)==="runtype"){let y=_.getVoiceStatus(),b=_.getVoiceInterruptionMode();if(b==="none"&&(y==="processing"||y==="speaking"))return;if(b==="cancel"&&(y==="processing"||y==="speaking")){_.stopVoicePlayback();return}if(_.isBargeInActive()){_.stopVoicePlayback(),_.deactivateBargeIn().then(()=>{dt.active=!1,dt.manuallyDeactivated=!0,Tn(),Jn("user"),ar()});return}_.toggleVoice().then(()=>{dt.active=_.isVoiceActive(),dt.manuallyDeactivated=!_.isVoiceActive(),Tn(),Jn("user"),_.isVoiceActive()?Gr():ar()});return}if(On){let y=te.value.trim();dt.manuallyDeactivated=!0,Tn(),sr("user"),y&&(te.value="",te.style.height="auto",_.sendMessage(y))}else dt.manuallyDeactivated=!1,Tn(),mo("user")};pr=Ir,H&&(H.addEventListener("click",Ir),ut.push(()=>{var c,g;((g=(c=r.voiceRecognition)==null?void 0:c.provider)==null?void 0:g.type)==="runtype"?(_.isVoiceActive()&&_.toggleVoice(),ar()):sr("system"),H&&H.removeEventListener("click",Ir)}));let Je=s.on("assistant:complete",()=>{rs&&(dt.active||dt.manuallyDeactivated||rs==="assistant"&&!dt.lastUserMessageWasVoice||setTimeout(()=>{var c,g;!dt.active&&!dt.manuallyDeactivated&&(((g=(c=r.voiceRecognition)==null?void 0:c.provider)==null?void 0:g.type)==="runtype"?_.toggleVoice().then(()=>{dt.active=_.isVoiceActive(),Jn("auto"),_.isVoiceActive()&&Gr()}):mo("auto"))},600))});ut.push(Je);let C=s.on("action:resubmit",()=>{setTimeout(()=>{_&&!_.isStreaming()&&_.continueConversation()},100)});ut.push(C);let j=()=>{Pt(!W,"user")},w=null,q=null;if(A&&!$()){let c=o.find(g=>g.renderLauncher);if(c!=null&&c.renderLauncher){let g=c.renderLauncher({config:r,defaultRenderer:()=>Bs(r,j).element,onToggle:j});g&&(q=g)}q||(w=Bs(r,j))}w?e.appendChild(w.element):q&&e.appendChild(q),Kr(),er.render(r.suggestionChips,_,te,void 0,r.suggestionChipsConfig),cs(),Io(_.isStreaming()),qr(!0),zs(),D&&(!A||$()?setTimeout(()=>Wo(),0):W&&setTimeout(()=>Wo(),200));let le=()=>{var I,he,ce,Z,ue,ye,Be,Ze,Ge,ot,st,Me,Se,je,E,we,Pe,ze,fe,St,rt,Xt;if($()){jn(),Kr();return}let c=on(r),g=(he=(I=r.launcher)==null?void 0:I.sidebarMode)!=null?he:!1,y=c||g||((Z=(ce=r.launcher)==null?void 0:ce.fullHeight)!=null?Z:!1),b=(ue=e.ownerDocument.defaultView)!=null?ue:window,T=(Be=(ye=r.launcher)==null?void 0:ye.mobileFullscreen)!=null?Be:!0,B=(Ge=(Ze=r.launcher)==null?void 0:Ze.mobileBreakpoint)!=null?Ge:640,N=b.innerWidth<=B,z=T&&N&&A;try{if(z){Zn(),So(e,r);return}if(O&&(O=!1,Zn(),So(e,r)),!A&&!c){V.style.height="",V.style.width="";return}if(!g&&!c){let dn=(st=(ot=r==null?void 0:r.launcher)==null?void 0:ot.width)!=null?st:r==null?void 0:r.launcherWidth,kt=dn!=null?dn:Gn;V.style.width=kt,V.style.maxWidth=kt}if(gr(),!y){let dn=b.innerHeight,kt=64,vn=(Se=(Me=r.launcher)==null?void 0:Me.heightOffset)!=null?Se:0,pn=Math.max(200,dn-kt),Ye=Math.min(640,pn),at=Math.max(200,Ye-vn);V.style.height=`${at}px`}}finally{if(jn(),Kr(),W&&A){let kt=((je=e.ownerDocument.defaultView)!=null?je:window).innerWidth<=((we=(E=r.launcher)==null?void 0:E.mobileBreakpoint)!=null?we:640),vn=(ze=(Pe=r.launcher)==null?void 0:Pe.sidebarMode)!=null?ze:!1,pn=(St=(fe=r.launcher)==null?void 0:fe.mobileFullscreen)!=null?St:!0,Ye=on(r)&&pn&&kt,at=vn||pn&&kt&&A||Ye;if(at&&!Kt){let Cn=e.getRootNode(),mn=Cn instanceof ShadowRoot?Cn.host:e.closest(".persona-host");mn&&!Jt&&(Jt=Ci(mn,(Xt=(rt=r.launcher)==null?void 0:rt.zIndex)!=null?Xt:hn)),Kt=wi(e.ownerDocument)}else at||(Jt==null||Jt(),Jt=null,Kt==null||Kt(),Kt=null)}}};le();let Y=(Kl=e.ownerDocument.defaultView)!=null?Kl:window;if(Y.addEventListener("resize",le),ut.push(()=>Y.removeEventListener("resize",le)),typeof ResizeObserver!="undefined"){let c=new ResizeObserver(()=>{jn()});c.observe(_e),ut.push(()=>c.disconnect())}rr=ve.scrollTop;let Ke=ve.scrollHeight,He=()=>{let c=ve.scrollTop,g=ve.scrollHeight,y=g<Ke;Ke=g;let{action:b,nextLastScrollTop:T}=Ta({following:nr.isFollowing(),currentScrollTop:c,lastScrollTop:rr,nearBottom:ks(ve,ns),userScrollThreshold:Us,isAutoScrolling:Tr||co||y,pauseOnUpwardScroll:!0,pauseWhenAwayFromBottom:!1,resumeRequiresDownwardScroll:!0});if(rr=T,b==="resume"){Ur();return}b==="pause"&&ss()};ve.addEventListener("scroll",He,{passive:!0}),ut.push(()=>ve.removeEventListener("scroll",He));let nt=c=>{let g=Ma({following:nr.isFollowing(),deltaY:c.deltaY,nearBottom:ks(ve,ns),resumeWhenNearBottom:!0});g==="pause"?ss():g==="resume"&&Ur()};ve.addEventListener("wheel",nt,{passive:!0}),ut.push(()=>ve.removeEventListener("wheel",nt)),ct.addEventListener("click",()=>{ve.scrollTop=ve.scrollHeight,rr=ve.scrollTop,Ur(),qr(!0)}),ut.push(()=>ct.remove()),ut.push(()=>{os()});let Xe=()=>{P&&(Nn&&(P.removeEventListener("click",Nn),Nn=null),U()?(P.style.display="",Nn=()=>{Pt(!1,"user")},P.addEventListener("click",Nn)):P.style.display="none")};Xe(),(()=>{let{clearChatButton:c}=Ie;c&&c.addEventListener("click",()=>{_.clearMessages(),Fn.clear(),Ur(),Mo(Ie.composerOverlay);try{localStorage.removeItem(Zo),r.debug&&console.log(`[AgentWidget] Cleared default localStorage key: ${Zo}`)}catch(y){console.error("[AgentWidget] Failed to clear default localStorage:",y)}if(r.clearChatHistoryStorageKey&&r.clearChatHistoryStorageKey!==Zo)try{localStorage.removeItem(r.clearChatHistoryStorageKey),r.debug&&console.log(`[AgentWidget] Cleared custom localStorage key: ${r.clearChatHistoryStorageKey}`)}catch(y){console.error("[AgentWidget] Failed to clear custom localStorage:",y)}let g=new CustomEvent("persona:clear-chat",{detail:{timestamp:new Date().toISOString()}});if(window.dispatchEvent(g),i!=null&&i.clear)try{let y=i.clear();y instanceof Promise&&y.catch(b=>{typeof console!="undefined"&&console.error("[AgentWidget] Failed to clear storage adapter:",b)})}catch(y){typeof console!="undefined"&&console.error("[AgentWidget] Failed to clear storage adapter:",y)}d={},M.syncFromMetadata(),Q==null||Q.clear(),oe==null||oe.update()})})(),Wt&&Wt.addEventListener("submit",ps),te==null||te.addEventListener("keydown",us),te==null||te.addEventListener("paste",ms);let Bt="persona-attachment-drop-active",Gt=0,bt=()=>{Gt=0,ne.classList.remove(Bt)},ht=()=>{var c;return((c=r.attachments)==null?void 0:c.enabled)===!0&&vt!==null},tn=c=>{!Qa(c.dataTransfer)||!ht()||(Gt++,Gt===1&&ne.classList.add(Bt))},un=c=>{!Qa(c.dataTransfer)||!ht()||(Gt--,Gt<=0&&bt())},cn=c=>{!Qa(c.dataTransfer)||!ht()||(c.preventDefault(),c.dataTransfer.dropEffect="copy")},Qt=c=>{var y;if(!Qa(c.dataTransfer)||!ht())return;c.preventDefault(),c.stopPropagation(),bt();let g=Array.from((y=c.dataTransfer.files)!=null?y:[]);g.length!==0&&vt.handleFiles(g)},sn=!0;ne.addEventListener("dragenter",tn,sn),ne.addEventListener("dragleave",un,sn),e.addEventListener("dragover",cn,sn),e.addEventListener("drop",Qt,sn);let oa=e.ownerDocument,al=c=>{ht()&&c.preventDefault()},il=c=>{ht()&&c.preventDefault()};oa.addEventListener("dragover",al),oa.addEventListener("drop",il),ut.push(()=>{Wt&&Wt.removeEventListener("submit",ps),te==null||te.removeEventListener("keydown",us),te==null||te.removeEventListener("paste",ms)}),ut.push(()=>{ne.removeEventListener("dragenter",tn,sn),ne.removeEventListener("dragleave",un,sn),e.removeEventListener("dragover",cn,sn),e.removeEventListener("drop",Qt,sn),oa.removeEventListener("dragover",al),oa.removeEventListener("drop",il),bt()}),ut.push(()=>{_.cancel()}),w?ut.push(()=>{w==null||w.destroy()}):q&&ut.push(()=>{q==null||q.remove()});let Zt={update(c){var en,yr,Rr,sa,aa,ia,xo,la,fs,tc,nc,rc,oc,sc,ac,ic,lc,cc,dc,pc,uc,mc,gc,fc,hc,yc,bc,xc,vc,Cc,wc,Ac,Sc,Ec,Tc,Mc,kc,Lc,Pc,Ic,Wc,Rc,Hc,Bc,Dc,Nc,Fc,Oc,$c,_c,jc,Uc,qc,zc,Vc,Jc,Kc,Gc,Qc,Xc,Yc,Zc,ed,td,nd,rd,od,sd,ad,id,ld,cd,dd,pd,ud,md,gd,fd,hd,yd,bd,xd,vd,Cd,wd,Ad,Sd,Ed,Td,Md,kd,Ld,Pd,Id,Wd,Rd,Hd,Bd,Dd,Nd,Fd,Od,$d,_d,jd,Ud,qd,zd,Vd,Jd,Kd,Gd,Qd;let g=r.toolCall,y=r.messageActions,b=(en=r.layout)==null?void 0:en.messages,T=r.colorScheme,B=r.loadingIndicator,N=r.iterationDisplay,z=(yr=r.features)==null?void 0:yr.showReasoning,I=(Rr=r.features)==null?void 0:Rr.showToolCalls,he=(sa=r.features)==null?void 0:sa.toolCallDisplay,ce=(aa=r.features)==null?void 0:aa.reasoningDisplay;r={...r,...c},Zn(),So(e,r),za(e,r),Va(e,r),Bn(),r.colorScheme!==T&&jr();let Z=Ja.getForInstance(r.plugins);o.length=0,o.push(...Z),A=(xo=(ia=r.launcher)==null?void 0:ia.enabled)!=null?xo:!0,k=(fs=(la=r.launcher)==null?void 0:la.autoExpand)!=null?fs:!1,We=(nc=(tc=r.features)==null?void 0:tc.showReasoning)!=null?nc:!0,qe=(oc=(rc=r.features)==null?void 0:rc.showToolCalls)!=null?oc:!0,pe=(ac=(sc=r.features)==null?void 0:sc.scrollToBottom)!=null?ac:{},Dr(),kr();let ue=ge;if(ge=(lc=(ic=r.features)==null?void 0:ic.showEventStreamToggle)!=null?lc:!1,ge&&!ue){if(Q||(ee=new js(Ue),Q=new _s(be,ee),ee.open().then(()=>Q==null?void 0:Q.restore()).catch(()=>{}),_.setSSEEventCallback((X,xt)=>{var Dt;(Dt=r.onSSEEvent)==null||Dt.call(r,X,xt),Q.push({id:`evt-${Date.now()}-${Math.random().toString(36).slice(2,8)}`,type:X,timestamp:Date.now(),payload:JSON.stringify(xt)})})),!pt&&$e){let X=(dc=(cc=r.features)==null?void 0:cc.eventStream)==null?void 0:dc.classNames,xt="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"+(X!=null&&X.toggleButton?" "+X.toggleButton:"");pt=h("button",xt),pt.style.width="28px",pt.style.height="28px",pt.style.color=Sn.actionIconColor,pt.type="button",pt.setAttribute("aria-label","Event Stream"),pt.title="Event Stream";let Dt=me("activity","18px","currentColor",1.5);Dt&&pt.appendChild(Dt);let it=Ie.clearChatButtonWrapper,At=Ie.closeButtonWrapper,nn=it||At;nn&&nn.parentNode===$e?$e.insertBefore(pt,nn):$e.appendChild(pt),pt.addEventListener("click",()=>{Le?Yn():wr()})}}else!ge&&ue&&(Yn(),pt&&(pt.remove(),pt=null),Q==null||Q.clear(),ee==null||ee.destroy(),Q=null,ee=null);if(((pc=r.launcher)==null?void 0:pc.enabled)===!1&&w&&(w.destroy(),w=null),((uc=r.launcher)==null?void 0:uc.enabled)===!1&&q&&(q.remove(),q=null),((mc=r.launcher)==null?void 0:mc.enabled)!==!1&&!w&&!q){let X=o.find(xt=>xt.renderLauncher);if(X!=null&&X.renderLauncher){let xt=X.renderLauncher({config:r,defaultRenderer:()=>Bs(r,j).element,onToggle:j});xt&&(q=xt,e.appendChild(q))}q||(w=Bs(r,j),e.appendChild(w.element))}w&&w.update(r),Re&&((gc=r.launcher)==null?void 0:gc.title)!==void 0&&(Re.textContent=r.launcher.title),Ve&&((fc=r.launcher)==null?void 0:fc.subtitle)!==void 0&&(Ve.textContent=r.launcher.subtitle);let ye=(hc=r.layout)==null?void 0:hc.header;if((ye==null?void 0:ye.layout)!==S&&$e){let X=ye?Ds(r,ye,{showClose:U(),onClose:()=>Pt(!1,"user")}):eo({config:r,showClose:U(),onClose:()=>Pt(!1,"user")});$e.replaceWith(X.header),$e=X.header,se=X.iconHolder,Re=X.headerTitle,Ve=X.headerSubtitle,P=X.closeButton,S=ye==null?void 0:ye.layout}else if(ye&&(se&&(se.style.display=ye.showIcon===!1?"none":""),Re&&(Re.style.display=ye.showTitle===!1?"none":""),Ve&&(Ve.style.display=ye.showSubtitle===!1?"none":""),P&&(P.style.display=ye.showCloseButton===!1?"none":""),Ie.clearChatButtonWrapper)){let X=ye.showClearChat;if(X!==void 0){Ie.clearChatButtonWrapper.style.display=X?"":"none";let{closeButtonWrapper:xt}=Ie;xt&&!xt.classList.contains("persona-absolute")&&(X?xt.classList.remove("persona-ml-auto"):xt.classList.add("persona-ml-auto"))}}let Ze=((yc=r.layout)==null?void 0:yc.showHeader)!==!1;$e&&($e.style.display=Ze?"":"none");let Ge=((bc=r.layout)==null?void 0:bc.showFooter)!==!1;_e&&(_e.style.display=Ge?"":"none"),jn(),kr(),A!==L?A?Pt(k,"auto"):(W=!0,Kr()):k!==R&&Pt(k,"auto"),R=k,L=A,le(),Xe();let Me=JSON.stringify(c.toolCall)!==JSON.stringify(g),Se=JSON.stringify(r.messageActions)!==JSON.stringify(y),je=JSON.stringify((xc=r.layout)==null?void 0:xc.messages)!==JSON.stringify(b),E=((vc=r.loadingIndicator)==null?void 0:vc.render)!==(B==null?void 0:B.render)||((Cc=r.loadingIndicator)==null?void 0:Cc.renderIdle)!==(B==null?void 0:B.renderIdle)||((wc=r.loadingIndicator)==null?void 0:wc.showBubble)!==(B==null?void 0:B.showBubble),we=r.iterationDisplay!==N,Pe=((Sc=(Ac=r.features)==null?void 0:Ac.showReasoning)!=null?Sc:!0)!==(z!=null?z:!0)||((Tc=(Ec=r.features)==null?void 0:Ec.showToolCalls)!=null?Tc:!0)!==(I!=null?I:!0)||JSON.stringify((Mc=r.features)==null?void 0:Mc.toolCallDisplay)!==JSON.stringify(he)||JSON.stringify((kc=r.features)==null?void 0:kc.reasoningDisplay)!==JSON.stringify(ce);(Me||Se||je||E||we||Pe)&&_&&(ts++,uo(Ae,_.getMessages(),Ee));let fe=(Lc=r.launcher)!=null?Lc:{},St=(Pc=fe.headerIconHidden)!=null?Pc:!1,rt=(Wc=(Ic=r.layout)==null?void 0:Ic.header)==null?void 0:Wc.showIcon,Xt=St||rt===!1,dn=fe.headerIconName,kt=(Rc=fe.headerIconSize)!=null?Rc:"48px";if(se){let X=ne.querySelector(".persona-border-b-persona-divider"),xt=X==null?void 0:X.querySelector(".persona-flex-col");if(Xt)se.style.display="none",X&&xt&&!X.contains(xt)&&X.insertBefore(xt,X.firstChild);else{if(se.style.display="",se.style.height=kt,se.style.width=kt,X&&xt&&(X.contains(se)?se.nextSibling!==xt&&(se.remove(),X.insertBefore(se,xt)):X.insertBefore(se,xt)),dn){let it=parseFloat(kt)||24,At=me(dn,it*.6,"#ffffff",2);At?se.replaceChildren(At):se.textContent=(Hc=fe.agentIconText)!=null?Hc:"\u{1F4AC}"}else if(fe.iconUrl){let it=se.querySelector("img");if(it)it.src=fe.iconUrl,it.style.height=kt,it.style.width=kt;else{let At=document.createElement("img");At.src=fe.iconUrl,At.alt="",At.className="persona-rounded-xl persona-object-cover",At.style.height=kt,At.style.width=kt,se.replaceChildren(At)}}else{let it=se.querySelector("svg"),At=se.querySelector("img");(it||At)&&se.replaceChildren(),se.textContent=(Bc=fe.agentIconText)!=null?Bc:"\u{1F4AC}"}let Dt=se.querySelector("img");Dt&&(Dt.style.height=kt,Dt.style.width=kt)}}let vn=(Nc=(Dc=r.layout)==null?void 0:Dc.header)==null?void 0:Nc.showTitle,pn=(Oc=(Fc=r.layout)==null?void 0:Fc.header)==null?void 0:Oc.showSubtitle;if(Re&&(Re.style.display=vn===!1?"none":""),Ve&&(Ve.style.display=pn===!1?"none":""),P){((_c=($c=r.layout)==null?void 0:$c.header)==null?void 0:_c.showCloseButton)===!1?P.style.display="none":P.style.display="";let xt=(jc=fe.closeButtonSize)!=null?jc:"32px",Dt=(Uc=fe.closeButtonPlacement)!=null?Uc:"inline";P.style.height=xt,P.style.width=xt;let{closeButtonWrapper:it}=Ie,At=Dt==="top-right",nn=it==null?void 0:it.classList.contains("persona-absolute");if(it&&At!==nn)if(it.remove(),At)it.className="persona-absolute persona-top-4 persona-right-4 persona-z-50",ne.style.position="relative",ne.appendChild(it);else{let lt=(zc=(qc=fe.clearChat)==null?void 0:qc.placement)!=null?zc:"inline",rn=(Jc=(Vc=fe.clearChat)==null?void 0:Vc.enabled)!=null?Jc:!0;it.className=rn&<==="inline"?"":"persona-ml-auto";let Pn=ne.querySelector(".persona-border-b-persona-divider");Pn&&Pn.appendChild(it)}if(P.style.color=fe.closeButtonColor||Sn.actionIconColor,fe.closeButtonBackgroundColor?(P.style.backgroundColor=fe.closeButtonBackgroundColor,P.classList.remove("hover:persona-bg-gray-100")):(P.style.backgroundColor="",P.classList.add("hover:persona-bg-gray-100")),fe.closeButtonBorderWidth||fe.closeButtonBorderColor){let lt=fe.closeButtonBorderWidth||"0px",rn=fe.closeButtonBorderColor||"transparent";P.style.border=`${lt} solid ${rn}`,P.classList.remove("persona-border-none")}else P.style.border="",P.classList.add("persona-border-none");fe.closeButtonBorderRadius?(P.style.borderRadius=fe.closeButtonBorderRadius,P.classList.remove("persona-rounded-full")):(P.style.borderRadius="",P.classList.add("persona-rounded-full")),fe.closeButtonPaddingX?(P.style.paddingLeft=fe.closeButtonPaddingX,P.style.paddingRight=fe.closeButtonPaddingX):(P.style.paddingLeft="",P.style.paddingRight=""),fe.closeButtonPaddingY?(P.style.paddingTop=fe.closeButtonPaddingY,P.style.paddingBottom=fe.closeButtonPaddingY):(P.style.paddingTop="",P.style.paddingBottom="");let gn=(Kc=fe.closeButtonIconName)!=null?Kc:"x",ir=(Gc=fe.closeButtonIconText)!=null?Gc:"\xD7";P.innerHTML="";let An=me(gn,"28px","currentColor",1);An?P.appendChild(An):P.textContent=ir;let Yt=(Qc=fe.closeButtonTooltipText)!=null?Qc:"Close chat",_n=(Xc=fe.closeButtonShowTooltip)!=null?Xc:!0;if(P.setAttribute("aria-label",Yt),it&&(it._cleanupTooltip&&(it._cleanupTooltip(),delete it._cleanupTooltip),_n&&Yt)){let lt=null,rn=()=>{if(lt||!P)return;let vo=P.ownerDocument,hs=vo.body;if(!hs)return;lt=br(vo,"div","persona-clear-chat-tooltip"),lt.textContent=Yt;let ys=br(vo,"div");ys.className="persona-clear-chat-tooltip-arrow",lt.appendChild(ys);let Co=P.getBoundingClientRect();lt.style.position="fixed",lt.style.zIndex=String(Xr),lt.style.left=`${Co.left+Co.width/2}px`,lt.style.top=`${Co.top-8}px`,lt.style.transform="translate(-50%, -100%)",hs.appendChild(lt)},Pn=()=>{lt&<.parentNode&&(lt.parentNode.removeChild(lt),lt=null)};it.addEventListener("mouseenter",rn),it.addEventListener("mouseleave",Pn),P.addEventListener("focus",rn),P.addEventListener("blur",Pn),it._cleanupTooltip=()=>{Pn(),it&&(it.removeEventListener("mouseenter",rn),it.removeEventListener("mouseleave",Pn)),P&&(P.removeEventListener("focus",rn),P.removeEventListener("blur",Pn))}}}let{clearChatButton:Ye,clearChatButtonWrapper:at}=Ie;if(Ye){let X=(Yc=fe.clearChat)!=null?Yc:{},xt=(Zc=X.enabled)!=null?Zc:!0,Dt=(td=(ed=r.layout)==null?void 0:ed.header)==null?void 0:td.showClearChat,it=Dt!==void 0?Dt:xt,At=(nd=X.placement)!=null?nd:"inline";if(at){at.style.display=it?"":"none";let{closeButtonWrapper:nn}=Ie;!$()&&nn&&!nn.classList.contains("persona-absolute")&&(it?nn.classList.remove("persona-ml-auto"):nn.classList.add("persona-ml-auto"));let gn=At==="top-right",ir=at.classList.contains("persona-absolute");if(!$()&&gn!==ir&&it){if(at.remove(),gn)at.className="persona-absolute persona-top-4 persona-z-50",at.style.right="48px",ne.style.position="relative",ne.appendChild(at);else{at.className="persona-relative persona-ml-auto persona-clear-chat-button-wrapper",at.style.right="";let Yt=ne.querySelector(".persona-border-b-persona-divider"),_n=Ie.closeButtonWrapper;Yt&&_n&&_n.parentElement===Yt?Yt.insertBefore(at,_n):Yt&&Yt.appendChild(at)}let An=Ie.closeButtonWrapper;An&&!An.classList.contains("persona-absolute")&&(gn?An.classList.add("persona-ml-auto"):An.classList.remove("persona-ml-auto"))}}if(it){if(!$()){let lt=(rd=X.size)!=null?rd:"32px";Ye.style.height=lt,Ye.style.width=lt}let nn=(od=X.iconName)!=null?od:"refresh-cw",gn=(sd=X.iconColor)!=null?sd:"";Ye.style.color=gn||Sn.actionIconColor,Ye.innerHTML="";let ir=$()?"14px":"20px",An=me(nn,ir,"currentColor",2);if(An&&Ye.appendChild(An),X.backgroundColor?(Ye.style.backgroundColor=X.backgroundColor,Ye.classList.remove("hover:persona-bg-gray-100")):(Ye.style.backgroundColor="",Ye.classList.add("hover:persona-bg-gray-100")),X.borderWidth||X.borderColor){let lt=X.borderWidth||"0px",rn=X.borderColor||"transparent";Ye.style.border=`${lt} solid ${rn}`,Ye.classList.remove("persona-border-none")}else Ye.style.border="",Ye.classList.add("persona-border-none");X.borderRadius?(Ye.style.borderRadius=X.borderRadius,Ye.classList.remove("persona-rounded-full")):(Ye.style.borderRadius="",Ye.classList.add("persona-rounded-full")),X.paddingX?(Ye.style.paddingLeft=X.paddingX,Ye.style.paddingRight=X.paddingX):(Ye.style.paddingLeft="",Ye.style.paddingRight=""),X.paddingY?(Ye.style.paddingTop=X.paddingY,Ye.style.paddingBottom=X.paddingY):(Ye.style.paddingTop="",Ye.style.paddingBottom="");let Yt=(ad=X.tooltipText)!=null?ad:"Clear chat",_n=(id=X.showTooltip)!=null?id:!0;if(Ye.setAttribute("aria-label",Yt),at&&(at._cleanupTooltip&&(at._cleanupTooltip(),delete at._cleanupTooltip),_n&&Yt)){let lt=null,rn=()=>{if(lt||!Ye)return;let vo=Ye.ownerDocument,hs=vo.body;if(!hs)return;lt=br(vo,"div","persona-clear-chat-tooltip"),lt.textContent=Yt;let ys=br(vo,"div");ys.className="persona-clear-chat-tooltip-arrow",lt.appendChild(ys);let Co=Ye.getBoundingClientRect();lt.style.position="fixed",lt.style.zIndex=String(Xr),lt.style.left=`${Co.left+Co.width/2}px`,lt.style.top=`${Co.top-8}px`,lt.style.transform="translate(-50%, -100%)",hs.appendChild(lt)},Pn=()=>{lt&<.parentNode&&(lt.parentNode.removeChild(lt),lt=null)};at.addEventListener("mouseenter",rn),at.addEventListener("mouseleave",Pn),Ye.addEventListener("focus",rn),Ye.addEventListener("blur",Pn),at._cleanupTooltip=()=>{Pn(),at&&(at.removeEventListener("mouseenter",rn),at.removeEventListener("mouseleave",Pn)),Ye&&(Ye.removeEventListener("focus",rn),Ye.removeEventListener("blur",Pn))}}}}let Cn=r.actionParsers&&r.actionParsers.length?r.actionParsers:[Ka],mn=r.actionHandlers&&r.actionHandlers.length?r.actionHandlers:[Yo.message,Yo.messageAndClick];M=Ga({parsers:Cn,handlers:mn,getSessionMetadata:f,updateSessionMetadata:m,emit:s.emit,documentRef:typeof document!="undefined"?document:null}),Ee=hu(r,M,re),_.updateConfig(r),uo(Ae,_.getMessages(),Ee),er.render(r.suggestionChips,_,te,void 0,r.suggestionChipsConfig),cs(),Io(_.isStreaming());let fo=((ld=r.voiceRecognition)==null?void 0:ld.enabled)===!0,ho=typeof window!="undefined"&&(typeof window.webkitSpeechRecognition!="undefined"||typeof window.SpeechRecognition!="undefined"),yo=((dd=(cd=r.voiceRecognition)==null?void 0:cd.provider)==null?void 0:dd.type)==="runtype";if(fo&&(ho||yo))if(!H||!ae){let X=ta(r.voiceRecognition,r.sendButton);X&&(H=X.micButton,ae=X.micButtonWrapper,Ot.insertBefore(ae,an),H.addEventListener("click",Ir),H.disabled=_.isStreaming())}else{let X=(pd=r.voiceRecognition)!=null?pd:{},xt=(ud=r.sendButton)!=null?ud:{},Dt=(md=X.iconName)!=null?md:"mic",it=(gd=xt.size)!=null?gd:"40px",At=(fd=X.iconSize)!=null?fd:it,nn=parseFloat(At)||24;H.style.width=At,H.style.height=At,H.style.minWidth=At,H.style.minHeight=At;let gn=(yd=(hd=X.iconColor)!=null?hd:xt.textColor)!=null?yd:"currentColor";H.innerHTML="";let ir=me(Dt,nn,gn,2);ir?H.appendChild(ir):H.textContent="\u{1F3A4}";let An=(bd=X.backgroundColor)!=null?bd:xt.backgroundColor;An?H.style.backgroundColor=An:H.style.backgroundColor="",gn?H.style.color=gn:H.style.color="var(--persona-text, #111827)",X.borderWidth?(H.style.borderWidth=X.borderWidth,H.style.borderStyle="solid"):(H.style.borderWidth="",H.style.borderStyle=""),X.borderColor?H.style.borderColor=X.borderColor:H.style.borderColor="",X.paddingX?(H.style.paddingLeft=X.paddingX,H.style.paddingRight=X.paddingX):(H.style.paddingLeft="",H.style.paddingRight=""),X.paddingY?(H.style.paddingTop=X.paddingY,H.style.paddingBottom=X.paddingY):(H.style.paddingTop="",H.style.paddingBottom="");let Yt=ae==null?void 0:ae.querySelector(".persona-send-button-tooltip"),_n=(xd=X.tooltipText)!=null?xd:"Start voice recognition";if(((vd=X.showTooltip)!=null?vd:!1)&&_n)if(Yt)Yt.textContent=_n,Yt.style.display="";else{let rn=document.createElement("div");rn.className="persona-send-button-tooltip",rn.textContent=_n,ae==null||ae.insertBefore(rn,H)}else Yt&&(Yt.style.display="none");ae.style.display="",H.disabled=_.isStreaming()}else H&&ae&&(ae.style.display="none",((wd=(Cd=r.voiceRecognition)==null?void 0:Cd.provider)==null?void 0:wd.type)==="runtype"?_.isVoiceActive()&&_.toggleVoice():On&&sr());if(((Ad=r.attachments)==null?void 0:Ad.enabled)===!0)if(!mt||!Ce){let X=(Sd=r.attachments)!=null?Sd:{},Dt=(Td=((Ed=r.sendButton)!=null?Ed:{}).size)!=null?Td:"40px";Ft||(Ft=h("div","persona-attachment-previews persona-flex persona-flex-wrap persona-gap-2 persona-mb-2"),Ft.style.display="none",Wt.insertBefore(Ft,te)),Qe||(Qe=document.createElement("input"),Qe.type="file",Qe.accept=((Md=X.allowedTypes)!=null?Md:Hr).join(","),Qe.multiple=((kd=X.maxFiles)!=null?kd:4)>1,Qe.style.display="none",Qe.setAttribute("aria-label","Attach files"),Wt.insertBefore(Qe,te)),mt=h("div","persona-send-button-wrapper"),Ce=h("button","persona-rounded-button persona-flex persona-items-center persona-justify-center disabled:persona-opacity-50 persona-cursor-pointer persona-attachment-button"),Ce.type="button",Ce.setAttribute("aria-label",(Ld=X.buttonTooltipText)!=null?Ld:"Attach file");let it=(Pd=X.buttonIconName)!=null?Pd:"paperclip",At=Dt,nn=parseFloat(At)||40,gn=Math.round(nn*.6);Ce.style.width=At,Ce.style.height=At,Ce.style.minWidth=At,Ce.style.minHeight=At,Ce.style.fontSize="18px",Ce.style.lineHeight="1",Ce.style.backgroundColor="transparent",Ce.style.color="var(--persona-primary, #111827)",Ce.style.border="none",Ce.style.borderRadius="6px",Ce.style.transition="background-color 0.15s ease",Ce.addEventListener("mouseenter",()=>{Ce.style.backgroundColor="var(--persona-palette-colors-black-alpha-50, rgba(0, 0, 0, 0.05))"}),Ce.addEventListener("mouseleave",()=>{Ce.style.backgroundColor="transparent"});let ir=me(it,gn,"currentColor",1.5);ir?Ce.appendChild(ir):Ce.textContent="\u{1F4CE}",Ce.addEventListener("click",_n=>{_n.preventDefault(),Qe==null||Qe.click()}),mt.appendChild(Ce);let An=(Id=X.buttonTooltipText)!=null?Id:"Attach file",Yt=h("div","persona-send-button-tooltip");Yt.textContent=An,mt.appendChild(Yt),Ct.append(mt),!vt&&Qe&&Ft&&(vt=Uo.fromConfig(X),vt.setPreviewsContainer(Ft),Qe.addEventListener("change",async()=>{vt&&(Qe!=null&&Qe.files)&&(await vt.handleFileSelect(Qe.files),Qe.value="")})),ne.querySelector(".persona-attachment-drop-overlay")||ne.appendChild(yu(X.dropOverlay))}else{mt.style.display="";let X=(Wd=r.attachments)!=null?Wd:{};Qe&&(Qe.accept=((Rd=X.allowedTypes)!=null?Rd:Hr).join(","),Qe.multiple=((Hd=X.maxFiles)!=null?Hd:4)>1),vt&&vt.updateConfig({allowedTypes:X.allowedTypes,maxFileSize:X.maxFileSize,maxFiles:X.maxFiles})}else mt&&(mt.style.display="none"),vt&&vt.clearAttachments(),(Bd=ne.querySelector(".persona-attachment-drop-overlay"))==null||Bd.remove();let jt=(Dd=r.sendButton)!=null?Dd:{},bo=(Nd=jt.useIcon)!=null?Nd:!1,Qr=(Fd=jt.iconText)!=null?Fd:"\u2191",gt=jt.iconName,Mn=(Od=jt.tooltipText)!=null?Od:"Send message",Wr=($d=jt.showTooltip)!=null?$d:!1,wn=(_d=jt.size)!=null?_d:"40px",kn=jt.backgroundColor,Rt=jt.textColor;if(bo){if(ke.style.width=wn,ke.style.height=wn,ke.style.minWidth=wn,ke.style.minHeight=wn,ke.style.fontSize="18px",ke.style.lineHeight="1",ke.innerHTML="",Rt?ke.style.color=Rt:ke.style.color="var(--persona-button-primary-fg, #ffffff)",gt){let X=parseFloat(wn)||24,xt=(Rt==null?void 0:Rt.trim())||"currentColor",Dt=me(gt,X,xt,2);Dt?ke.appendChild(Dt):ke.textContent=Qr}else ke.textContent=Qr;ke.className="persona-rounded-button persona-flex persona-items-center persona-justify-center disabled:persona-opacity-50 persona-cursor-pointer",kn?(ke.style.backgroundColor=kn,ke.classList.remove("persona-bg-persona-primary")):(ke.style.backgroundColor="",ke.classList.add("persona-bg-persona-primary"))}else ke.textContent=(Ud=(jd=r.copy)==null?void 0:jd.sendButtonLabel)!=null?Ud:"Send",ke.style.width="",ke.style.height="",ke.style.minWidth="",ke.style.minHeight="",ke.style.fontSize="",ke.style.lineHeight="",ke.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",kn?(ke.style.backgroundColor=kn,ke.classList.remove("persona-bg-persona-accent")):ke.classList.add("persona-bg-persona-accent"),Rt?ke.style.color=Rt:ke.classList.add("persona-text-white");jt.borderWidth?(ke.style.borderWidth=jt.borderWidth,ke.style.borderStyle="solid"):(ke.style.borderWidth="",ke.style.borderStyle=""),jt.borderColor?ke.style.borderColor=jt.borderColor:ke.style.borderColor="",jt.paddingX?(ke.style.paddingLeft=jt.paddingX,ke.style.paddingRight=jt.paddingX):(ke.style.paddingLeft="",ke.style.paddingRight=""),jt.paddingY?(ke.style.paddingTop=jt.paddingY,ke.style.paddingBottom=jt.paddingY):(ke.style.paddingTop="",ke.style.paddingBottom="");let $t=an==null?void 0:an.querySelector(".persona-send-button-tooltip");if(Wr&&Mn)if($t)$t.textContent=Mn,$t.style.display="";else{let X=document.createElement("div");X.className="persona-send-button-tooltip",X.textContent=Mn,an==null||an.insertBefore(X,ke)}else $t&&($t.style.display="none");let Ht=(Kd=(qd=r.layout)==null?void 0:qd.contentMaxWidth)!=null?Kd:$()?(Jd=(Vd=(zd=r.launcher)==null?void 0:zd.composerBar)==null?void 0:Vd.contentMaxWidth)!=null?Jd:"720px":void 0;Ht?(Ae.style.maxWidth=Ht,Ae.style.marginLeft="auto",Ae.style.marginRight="auto",Ae.style.width="100%",Wt&&(Wt.style.maxWidth=Ht,Wt.style.marginLeft="auto",Wt.style.marginRight="auto"),Et&&(Et.style.maxWidth=Ht,Et.style.marginLeft="auto",Et.style.marginRight="auto")):(Ae.style.maxWidth="",Ae.style.marginLeft="",Ae.style.marginRight="",Ae.style.width="",Wt&&(Wt.style.maxWidth="",Wt.style.marginLeft="",Wt.style.marginRight=""),Et&&(Et.style.maxWidth="",Et.style.marginLeft="",Et.style.marginRight=""));let Ut=(Gd=r.statusIndicator)!=null?Gd:{},Ln=(Qd=Ut.visible)!=null?Qd:!0;if(qt.style.display=Ln?"":"none",_){let X=_.getStatus();Ne(qt,(Dt=>{var it,At,nn,gn;return Dt==="idle"?(it=Ut.idleText)!=null?it:fn.idle:Dt==="connecting"?(At=Ut.connectingText)!=null?At:fn.connecting:Dt==="connected"?(nn=Ut.connectedText)!=null?nn:fn.connected:Dt==="error"?(gn=Ut.errorText)!=null?gn:fn.error:fn[Dt]})(X),Ut,X)}qt.classList.remove("persona-text-left","persona-text-center","persona-text-right");let $n=Ut.align==="left"?"persona-text-left":Ut.align==="center"?"persona-text-center":"persona-text-right";qt.classList.add($n)},open(){U()&&Pt(!0,"api")},close(){U()&&Pt(!1,"api")},toggle(){U()&&Pt(!W,"api")},clearChat(){yn=!1,_.clearMessages(),Fn.clear(),Ur();try{localStorage.removeItem(Zo),r.debug&&console.log(`[AgentWidget] Cleared default localStorage key: ${Zo}`)}catch(g){console.error("[AgentWidget] Failed to clear default localStorage:",g)}if(r.clearChatHistoryStorageKey&&r.clearChatHistoryStorageKey!==Zo)try{localStorage.removeItem(r.clearChatHistoryStorageKey),r.debug&&console.log(`[AgentWidget] Cleared custom localStorage key: ${r.clearChatHistoryStorageKey}`)}catch(g){console.error("[AgentWidget] Failed to clear custom localStorage:",g)}let c=new CustomEvent("persona:clear-chat",{detail:{timestamp:new Date().toISOString()}});if(window.dispatchEvent(c),i!=null&&i.clear)try{let g=i.clear();g instanceof Promise&&g.catch(y=>{typeof console!="undefined"&&console.error("[AgentWidget] Failed to clear storage adapter:",y)})}catch(g){typeof console!="undefined"&&console.error("[AgentWidget] Failed to clear storage adapter:",g)}d={},M.syncFromMetadata(),Q==null||Q.clear(),oe==null||oe.update()},setMessage(c){return!te||_.isStreaming()?!1:(!W&&U()&&Pt(!0,"system"),te.value=c,te.dispatchEvent(new Event("input",{bubbles:!0})),!0)},submitMessage(c){if(_.isStreaming())return!1;let g=(c==null?void 0:c.trim())||te.value.trim();return g?(!W&&U()&&Pt(!0,"system"),te.value="",te.style.height="auto",_.sendMessage(g),!0):!1},startVoiceRecognition(){var g,y;return _.isStreaming()?!1:((y=(g=r.voiceRecognition)==null?void 0:g.provider)==null?void 0:y.type)==="runtype"?(_.isVoiceActive()||(!W&&U()&&Pt(!0,"system"),dt.manuallyDeactivated=!1,Tn(),_.toggleVoice().then(()=>{dt.active=_.isVoiceActive(),Jn("user"),_.isVoiceActive()&&Gr()})),!0):On?!0:gs()?(!W&&U()&&Pt(!0,"system"),dt.manuallyDeactivated=!1,Tn(),mo("user"),!0):!1},stopVoiceRecognition(){var c,g;return((g=(c=r.voiceRecognition)==null?void 0:c.provider)==null?void 0:g.type)==="runtype"?_.isVoiceActive()?(_.toggleVoice().then(()=>{dt.active=!1,dt.manuallyDeactivated=!0,Tn(),Jn("user"),ar()}),!0):!1:On?(dt.manuallyDeactivated=!0,Tn(),sr("user"),!0):!1},injectMessage(c){return!W&&U()&&Pt(!0,"system"),_.injectMessage(c)},injectAssistantMessage(c){!W&&U()&&Pt(!0,"system");let g=_.injectAssistantMessage(c);return F&&(F=!1,K&&(clearTimeout(K),K=null),setTimeout(()=>{_&&!_.isStreaming()&&_.continueConversation()},100)),g},injectUserMessage(c){return!W&&U()&&Pt(!0,"system"),_.injectUserMessage(c)},injectSystemMessage(c){return!W&&U()&&Pt(!0,"system"),_.injectSystemMessage(c)},injectMessageBatch(c){return!W&&U()&&Pt(!0,"system"),_.injectMessageBatch(c)},injectComponentDirective(c){return!W&&U()&&Pt(!0,"system"),_.injectComponentDirective(c)},injectTestMessage(c){!W&&U()&&Pt(!0,"system"),_.injectTestEvent(c)},async connectStream(c,g){return _.connectStream(c,g)},__pushEventStreamEvent(c){Q&&Q.push({id:`evt-${Date.now()}-${Math.random().toString(36).slice(2,8)}`,type:c.type,timestamp:Date.now(),payload:JSON.stringify(c.payload)})},showEventStream(){!ge||!Q||wr()},hideEventStream(){Le&&Yn()},isEventStreamVisible(){return Le},showArtifacts(){Xn(r)&&(yn=!1,Bn(),ft==null||ft.setMobileOpen(!0))},hideArtifacts(){Xn(r)&&(yn=!0,Bn())},upsertArtifact(c){return Xn(r)?(yn=!1,_.upsertArtifact(c)):null},selectArtifact(c){Xn(r)&&_.selectArtifact(c)},clearArtifacts(){Xn(r)&&_.clearArtifacts()},getArtifacts(){var c;return(c=_==null?void 0:_.getArtifacts())!=null?c:[]},getSelectedArtifactId(){var c;return(c=_==null?void 0:_.getSelectedArtifactId())!=null?c:null},focusInput(){return A&&!W&&!$()||!te?!1:(te.focus(),!0)},async resolveApproval(c,g){let b=_.getMessages().find(T=>{var B;return T.variant==="approval"&&((B=T.approval)==null?void 0:B.id)===c});if(!(b!=null&&b.approval))throw new Error(`Approval not found: ${c}`);return _.resolveApproval(b.approval,g)},getMessages(){return _.getMessages()},getStatus(){return _.getStatus()},getPersistentMetadata(){return{...d}},updatePersistentMetadata(c){m(c)},on(c,g){return s.on(c,g)},off(c,g){s.off(c,g)},isOpen(){return U()&&W},isVoiceActive(){return dt.active},getState(){return{open:U()&&W,launcherEnabled:A,voiceActive:dt.active,streaming:_.isStreaming()}},showCSATFeedback(c){!W&&U()&&Pt(!0,"system");let g=Ae.querySelector(".persona-feedback-container");g&&g.remove();let y=Vi({onSubmit:async(b,T)=>{var B;_.isClientTokenMode()&&await _.submitCSATFeedback(b,T),(B=c==null?void 0:c.onSubmit)==null||B.call(c,b,T)},onDismiss:c==null?void 0:c.onDismiss,...c});Ae.appendChild(y),y.scrollIntoView({behavior:"smooth",block:"end"})},showNPSFeedback(c){!W&&U()&&Pt(!0,"system");let g=Ae.querySelector(".persona-feedback-container");g&&g.remove();let y=Ji({onSubmit:async(b,T)=>{var B;_.isClientTokenMode()&&await _.submitNPSFeedback(b,T),(B=c==null?void 0:c.onSubmit)==null||B.call(c,b,T)},onDismiss:c==null?void 0:c.onDismiss,...c});Ae.appendChild(y),y.scrollIntoView({behavior:"smooth",block:"end"})},async submitCSATFeedback(c,g){return _.submitCSATFeedback(c,g)},async submitNPSFeedback(c,g){return _.submitNPSFeedback(c,g)},destroy(){hr!=null&&(clearInterval(hr),hr=null),ut.forEach(c=>c()),G.remove(),xe==null||xe.remove(),w==null||w.destroy(),q==null||q.remove(),Nn&&P.removeEventListener("click",Nn)}};if((((Gl=t==null?void 0:t.debugTools)!=null?Gl:!1)||!!r.debug)&&typeof window!="undefined"){let c=window.AgentWidgetBrowser,g={controller:Zt,getMessages:Zt.getMessages,getStatus:Zt.getStatus,getMetadata:Zt.getPersistentMetadata,updateMetadata:Zt.updatePersistentMetadata,clearHistory:()=>Zt.clearChat(),setVoiceActive:y=>y?Zt.startVoiceRecognition():Zt.stopVoiceRecognition()};window.AgentWidgetBrowser=g,ut.push(()=>{window.AgentWidgetBrowser===g&&(window.AgentWidgetBrowser=c)})}if(typeof window!="undefined"){let c=e.getAttribute("data-persona-instance")||e.id||"persona-"+Math.random().toString(36).slice(2,8),g=z=>{let I=z.detail;(!(I!=null&&I.instanceId)||I.instanceId===c)&&Zt.focusInput()};if(window.addEventListener("persona:focusInput",g),ut.push(()=>{window.removeEventListener("persona:focusInput",g)}),ge){let z=he=>{let ce=he.detail;(!(ce!=null&&ce.instanceId)||ce.instanceId===c)&&Zt.showEventStream()},I=he=>{let ce=he.detail;(!(ce!=null&&ce.instanceId)||ce.instanceId===c)&&Zt.hideEventStream()};window.addEventListener("persona:showEventStream",z),window.addEventListener("persona:hideEventStream",I),ut.push(()=>{window.removeEventListener("persona:showEventStream",z),window.removeEventListener("persona:hideEventStream",I)})}let y=z=>{let I=z.detail;(!(I!=null&&I.instanceId)||I.instanceId===c)&&Zt.showArtifacts()},b=z=>{let I=z.detail;(!(I!=null&&I.instanceId)||I.instanceId===c)&&Zt.hideArtifacts()},T=z=>{let I=z.detail;I!=null&&I.instanceId&&I.instanceId!==c||I!=null&&I.artifact&&Zt.upsertArtifact(I.artifact)},B=z=>{let I=z.detail;I!=null&&I.instanceId&&I.instanceId!==c||typeof(I==null?void 0:I.id)=="string"&&Zt.selectArtifact(I.id)},N=z=>{let I=z.detail;(!(I!=null&&I.instanceId)||I.instanceId===c)&&Zt.clearArtifacts()};window.addEventListener("persona:showArtifacts",y),window.addEventListener("persona:hideArtifacts",b),window.addEventListener("persona:upsertArtifact",T),window.addEventListener("persona:selectArtifact",B),window.addEventListener("persona:clearArtifacts",N),ut.push(()=>{window.removeEventListener("persona:showArtifacts",y),window.removeEventListener("persona:hideArtifacts",b),window.removeEventListener("persona:upsertArtifact",T),window.removeEventListener("persona:selectArtifact",B),window.removeEventListener("persona:clearArtifacts",N)})}let Kn=Ly(r.persistState);if(Kn&&U()){let c=Py(Kn.storage),g=`${Kn.keyPrefix}widget-open`,y=`${Kn.keyPrefix}widget-voice`,b=`${Kn.keyPrefix}widget-voice-mode`;if(c){let T=((Ql=Kn.persist)==null?void 0:Ql.openState)&&c.getItem(g)==="true",B=((Xl=Kn.persist)==null?void 0:Xl.voiceState)&&c.getItem(y)==="true",N=((Yl=Kn.persist)==null?void 0:Yl.voiceState)&&c.getItem(b)==="true";if(T&&setTimeout(()=>{Zt.open(),setTimeout(()=>{var z;if(B||N)Zt.startVoiceRecognition();else if((z=Kn.persist)!=null&&z.focusInput){let I=e.querySelector("textarea");I&&I.focus()}},100)},0),(Zl=Kn.persist)!=null&&Zl.openState&&(s.on("widget:opened",()=>{c.setItem(g,"true")}),s.on("widget:closed",()=>{c.setItem(g,"false")})),(ec=Kn.persist)!=null&&ec.voiceState&&(s.on("voice:state",z=>{c.setItem(y,z.active?"true":"false")}),s.on("user:message",z=>{c.setItem(b,z.viaVoice?"true":"false")})),Kn.clearOnChatClear){let z=()=>{c.removeItem(g),c.removeItem(y),c.removeItem(b)},I=()=>z();window.addEventListener("persona:clear-chat",I),ut.push(()=>{window.removeEventListener("persona:clear-chat",I)})}}}return u&&U()&&setTimeout(()=>{Zt.open()},0),Lr(),Zt};var Iy=(e,n)=>{let t=e.trim(),r=/^(\d+(?:\.\d+)?)px$/i.exec(t);if(r)return Math.max(0,parseFloat(r[1]));let o=/^(\d+(?:\.\d+)?)%$/i.exec(t);return o?Math.max(0,n*parseFloat(o[1])/100):420},bu=(e,n)=>{var r,o;let t=(o=(r=n==null?void 0:n.launcher)==null?void 0:r.enabled)!=null?o:!0;e.className="persona-host",e.style.height=t?"":"100%",e.style.display=t?"":"flex",e.style.flexDirection=t?"":"column",e.style.flex=t?"":"1 1 auto",e.style.minHeight=t?"":"0"},Zi=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=""},xu=e=>{e.style.inset="",e.style.width="",e.style.height="",e.style.maxWidth="",e.style.minWidth="",Zi(e)},Qi=e=>{e.style.transition=""},Xi=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=""},Yi=e=>{e.style.width="",e.style.maxWidth="",e.style.minWidth="",e.style.flex="1 1 auto"},Xa=(e,n)=>{e.style.width="",e.style.minWidth="",e.style.maxWidth="",e.style.boxSizing="",n.style.alignItems=""},Wy=(e,n,t,r,o)=>{o?t.parentElement!==n&&(e.replaceChildren(),n.replaceChildren(t,r),e.appendChild(n)):t.parentElement===n&&(n.replaceChildren(),e.appendChild(t),e.appendChild(r))},Ry=(e,n,t,r,o,s)=>{let a=s?n:e;o==="left"?a.firstElementChild!==r&&a.replaceChildren(r,t):a.lastElementChild!==r&&a.replaceChildren(t,r)},vu=(e,n,t,r,o,s,a)=>{var v,x,M,A,k,D;let i=lr(s),d=i.reveal==="push";Wy(e,n,t,r,d),Ry(e,n,t,r,i.side,d),e.dataset.personaHostLayout="docked",e.dataset.personaDockSide=i.side,e.dataset.personaDockOpen=a?"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",t.style.display="flex",t.style.flexDirection="column",t.style.minHeight="0",t.style.position="relative",o.className="persona-host",o.style.height="100%",o.style.minHeight="0",o.style.display="flex",o.style.flexDirection="column",o.style.flex="1 1 auto";let l=e.ownerDocument.defaultView,u=(x=(v=s==null?void 0:s.launcher)==null?void 0:v.mobileFullscreen)!=null?x:!0,p=(A=(M=s==null?void 0:s.launcher)==null?void 0:M.mobileBreakpoint)!=null?A:640,f=l!=null?l.innerWidth<=p:!1;if(u&&f&&a){e.dataset.personaDockMobileFullscreen="true",e.removeAttribute("data-persona-dock-reveal"),Xi(n),Qi(r),xu(r),Yi(t),Xa(o,r),e.style.display="flex",e.style.flexDirection="column",e.style.alignItems="stretch",e.style.overflow="hidden",t.style.flex="1 1 auto",t.style.width="100%",t.style.minWidth="0",r.style.display="flex",r.style.flexDirection="column",r.style.position="fixed",r.style.inset="0",r.style.width="100%",r.style.height="100%",r.style.maxWidth="100%",r.style.minWidth="0",r.style.minHeight="0",r.style.overflow="hidden",r.style.zIndex=String((D=(k=s==null?void 0:s.launcher)==null?void 0:k.zIndex)!=null?D:hn),r.style.transform="none",r.style.transition="none",r.style.pointerEvents="auto",r.style.flex="none",d&&(n.style.display="flex",n.style.flexDirection="column",n.style.width="100%",n.style.height="100%",n.style.minHeight="0",n.style.minWidth="0",n.style.flex="1 1 auto",n.style.alignItems="stretch",n.style.transform="none",n.style.transition="none",t.style.flex="1 1 auto",t.style.width="100%",t.style.maxWidth="100%",t.style.minWidth="0");return}if(e.removeAttribute("data-persona-dock-mobile-fullscreen"),xu(r),i.reveal==="overlay"){e.style.display="flex",e.style.flexDirection="row",e.style.alignItems="stretch",e.style.overflow="hidden",e.dataset.personaDockReveal="overlay",Xi(n),Qi(r),Yi(t),Xa(o,r);let R=i.animate?"transform 180ms ease":"none",L=i.side==="right"?"translateX(100%)":"translateX(-100%)",S=a?"translateX(0)":L;r.style.display="flex",r.style.flexDirection="column",r.style.flex="none",r.style.position="absolute",r.style.top="0",r.style.bottom="0",r.style.width=i.width,r.style.maxWidth=i.width,r.style.minWidth=i.width,r.style.minHeight="0",r.style.overflow="hidden",r.style.transition=R,r.style.transform=S,r.style.pointerEvents=a?"auto":"none",r.style.zIndex="2",i.side==="right"?(r.style.right="0",r.style.left=""):(r.style.left="0",r.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",Qi(r),Zi(r),Xa(o,r);let R=Iy(i.width,e.clientWidth),L=Math.max(0,e.clientWidth),S=i.animate?"transform 180ms ease":"none",O=i.side==="right"?a?`translateX(-${R}px)`:"translateX(0)":a?"translateX(0)":`translateX(-${R}px)`;n.style.display="flex",n.style.flexDirection="row",n.style.flex="0 0 auto",n.style.minHeight="0",n.style.minWidth="0",n.style.alignItems="stretch",n.style.height="100%",n.style.width=`${L+R}px`,n.style.transition=S,n.style.transform=O,t.style.flex="0 0 auto",t.style.flexGrow="0",t.style.flexShrink="0",t.style.width=`${L}px`,t.style.maxWidth=`${L}px`,t.style.minWidth=`${L}px`,r.style.display="flex",r.style.flexDirection="column",r.style.flex="0 0 auto",r.style.flexShrink="0",r.style.width=i.width,r.style.minWidth=i.width,r.style.maxWidth=i.width,r.style.position="relative",r.style.overflow="hidden",r.style.transition="none",r.style.pointerEvents=a?"auto":"none"}else{e.style.display="flex",e.style.flexDirection="row",e.style.alignItems="stretch",e.style.overflow="",Xi(n),Zi(r),Yi(t),Xa(o,r);let R=i.reveal==="emerge";R?e.dataset.personaDockReveal="emerge":e.removeAttribute("data-persona-dock-reveal");let L=a?i.width:"0px",S=i.animate?"width 180ms ease, min-width 180ms ease, max-width 180ms ease, flex-basis 180ms ease":"none",O=!a;r.style.display="flex",r.style.flexDirection="column",r.style.flex=`0 0 ${L}`,r.style.width=L,r.style.maxWidth=L,r.style.minWidth=L,r.style.minHeight="0",r.style.position="relative",r.style.overflow=R||O?"hidden":"visible",r.style.transition=S,R&&(r.style.alignItems=i.side==="right"?"flex-start":"flex-end",o.style.width=i.width,o.style.minWidth=i.width,o.style.maxWidth=i.width,o.style.boxSizing="border-box")}},Hy=(e,n)=>{let t=e.ownerDocument.createElement("div");return bu(t,n),e.appendChild(t),{mode:"direct",host:t,shell:null,syncWidgetState:()=>{},updateConfig(r){bu(t,r)},destroy(){t.remove()}}},By=(e,n)=>{var k,D,R,L;let{ownerDocument:t}=e,r=e.parentElement;if(!r)throw new Error("Docked widget target must be attached to the DOM");let o=e.tagName.toUpperCase();if(o==="BODY"||o==="HTML")throw new Error('Docked widget target must be a concrete container element, not "body" or "html"');let s=e.nextSibling,a=t.createElement("div"),i=t.createElement("div"),d=t.createElement("div"),l=t.createElement("aside"),u=t.createElement("div"),p=(D=(k=n==null?void 0:n.launcher)==null?void 0:k.enabled)==null||D?(L=(R=n==null?void 0:n.launcher)==null?void 0:R.autoExpand)!=null?L:!1:!0;i.dataset.personaDockRole="push-track",d.dataset.personaDockRole="content",l.dataset.personaDockRole="panel",u.dataset.personaDockRole="host",l.appendChild(u),r.insertBefore(a,e),d.appendChild(e);let f=null,m=()=>{f==null||f.disconnect(),f=null},v=()=>{m(),lr(n).reveal==="push"&&typeof ResizeObserver!="undefined"&&(f=new ResizeObserver(()=>{vu(a,i,d,l,u,n,p)}),f.observe(a))},x=()=>{vu(a,i,d,l,u,n,p),v()},M=a.ownerDocument.defaultView,A=()=>{x()};return M==null||M.addEventListener("resize",A),lr(n).reveal==="push"?(i.appendChild(d),i.appendChild(l),a.appendChild(i)):(a.appendChild(d),a.appendChild(l)),x(),{mode:"docked",host:u,shell:a,syncWidgetState(S){let O=S.launcherEnabled?S.open:!0;p!==O&&(p=O,x())},updateConfig(S){var O,$;n=S,(($=(O=n==null?void 0:n.launcher)==null?void 0:O.enabled)!=null?$:!0)===!1&&(p=!0),x()},destroy(){M==null||M.removeEventListener("resize",A),m(),r.isConnected&&(s&&s.parentNode===r?r.insertBefore(e,s):r.appendChild(e)),a.remove()}}},Ya=(e,n)=>on(n)?By(e,n):Hy(e,n);var el={},Dy=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 n=document.querySelector(e);if(!n)throw new Error(`Chat widget target "${e}" was not found`);return n}return e},Ny=()=>{try{if(typeof el!="undefined"&&el.url)return new URL("../widget.css",el.url).href}catch{}return null},Cu=(e,n)=>{let t=Ny(),r=()=>{if(!(e instanceof ShadowRoot)||e.querySelector("link[data-persona]"))return;let o=n.head.querySelector("link[data-persona]");if(!o)return;let s=o.cloneNode(!0);e.insertBefore(s,e.firstChild)};if(e instanceof ShadowRoot)if(t){let o=n.createElement("link");o.rel="stylesheet",o.href=t,o.setAttribute("data-persona","true"),e.insertBefore(o,e.firstChild)}else r();else if(!n.head.querySelector("link[data-persona]")&&t){let s=n.createElement("link");s.rel="stylesheet",s.href=t,s.setAttribute("data-persona","true"),n.head.appendChild(s)}},wu=e=>{var M;let n=Dy(e.target),t=e.useShadowDom===!0,r=n.ownerDocument,o=e.config,s=Ya(n,o),a,i=[],d=(A,k)=>{var S,O;let R=!((O=(S=k==null?void 0:k.launcher)==null?void 0:S.enabled)!=null?O:!0)||on(k),L=r.createElement("div");if(L.setAttribute("data-persona-root","true"),R&&(L.style.height="100%",L.style.display="flex",L.style.flexDirection="column",L.style.flex="1",L.style.minHeight="0"),t){let $=A.attachShadow({mode:"open"});$.appendChild(L),Cu($,r)}else A.appendChild(L),Cu(A,r);return n.id&&L.setAttribute("data-persona-instance",n.id),L},l=()=>{s.syncWidgetState(a.getState())},u=()=>{i.forEach(A=>A()),i=[a.on("widget:opened",l),a.on("widget:closed",l)],l()},p=()=>{let A=d(s.host,o);a=Gi(A,o,{debugTools:e.debugTools}),u()},f=()=>{i.forEach(A=>A()),i=[],a.destroy()};p(),(M=e.onReady)==null||M.call(e);let m=A=>{f(),s.destroy(),s=Ya(n,A),o=A,p()},v={update(A){var O,$,U,W,F,K;let k={...o,...A,launcher:{...(O=o==null?void 0:o.launcher)!=null?O:{},...($=A==null?void 0:A.launcher)!=null?$:{},dock:{...(W=(U=o==null?void 0:o.launcher)==null?void 0:U.dock)!=null?W:{},...(K=(F=A==null?void 0:A.launcher)==null?void 0:F.dock)!=null?K:{}}}},D=on(o),R=on(k),L=Zr(o),S=Zr(k);if(D!==R||L!==S){m(k);return}o=k,s.updateConfig(o),a.update(A),l()},destroy(){f(),s.destroy(),e.windowKey&&typeof window!="undefined"&&delete window[e.windowKey]}},x=new Proxy(v,{get(A,k,D){if(k==="host")return s.host;if(k in A)return Reflect.get(A,k,D);let R=a[k];return typeof R=="function"?R.bind(a):R}});return e.windowKey&&typeof window!="undefined"&&(window[e.windowKey]=x),x};var Mu=new Set(["script","style","noscript","svg","path","meta","link","br","hr"]),Fy=new Set(["button","a","input","select","textarea","details","summary"]),Oy=new Set(["button","link","menuitem","tab","option","switch","checkbox","radio","combobox","listbox","slider","spinbutton","textbox"]),tl=/\b(product|card|item|listing|result)\b/i,rl=/\$[\d,]+(?:\.\d{2})?|€[\d,]+(?:\.\d{2})?|£[\d,]+(?:\.\d{2})?|USD\s*[\d,]+(?:\.\d{2})?/i,$y=3e3,_y=100;function ku(e){let n=typeof e.className=="string"?e.className:"";if(tl.test(n)||e.id&&tl.test(e.id))return!0;for(let t=0;t<e.attributes.length;t++){let r=e.attributes[t];if(r.name.startsWith("data-")&&tl.test(r.value))return!0}return!1}function Lu(e){var n;return rl.test(((n=e.textContent)!=null?n:"").trim())}function Pu(e){var t;let n=e.querySelectorAll("a[href]");for(let r=0;r<n.length;r++){let o=(t=n[r].getAttribute("href"))!=null?t:"";if(o&&o!=="#"&&!o.toLowerCase().startsWith("javascript:"))return!0}return!1}function jy(e){return!!e.querySelector('button, [role="button"], input[type="submit"], input[type="button"]')}function Au(e){let n=e.match(rl);return n?n[0]:null}function Su(e){var r,o,s;let n=(r=e.querySelector(".product-title a, h1 a, h2 a, h3 a, h4 a, .title a, a[href]"))!=null?r:e.querySelector("a[href]");if(n&&((o=n.textContent)!=null&&o.trim())){let a=n.getAttribute("href");return{title:n.textContent.trim(),href:a&&a!=="#"?a:null}}let t=e.querySelector("h1, h2, h3, h4, h5, h6");return(s=t==null?void 0:t.textContent)!=null&&s.trim()?{title:t.textContent.trim(),href:null}:{title:"",href:null}}function Uy(e){let n=[],t=r=>{let o=r.trim();o&&!n.includes(o)&&n.push(o)};return e.querySelectorAll("button").forEach(r=>{var o;return t((o=r.textContent)!=null?o:"")}),e.querySelectorAll('[role="button"]').forEach(r=>{var o;return t((o=r.textContent)!=null?o:"")}),e.querySelectorAll('input[type="submit"], input[type="button"]').forEach(r=>{var o;t((o=r.value)!=null?o:"")}),n.slice(0,6)}var qy="commerce-card",zy="result-card";function Eu(e){return!ku(e)||!Lu(e)||!Pu(e)&&!jy(e)?0:5200}function Tu(e){var r;return!ku(e)||Lu(e)||!Pu(e)||((r=e.textContent)!=null?r:"").trim().length<20||!(!!e.querySelector("h1, h2, h3, h4, h5, h6, .title")||!!e.querySelector(".snippet, .description, p"))?0:2800}var Iu=[{id:qy,scoreElement(e){return Eu(e)},shouldSuppressDescendant(e,n,t){if(n===e||!e.contains(n))return!1;if(t.interactivity==="static"){let r=t.text.trim();return!!(r.length===0||rl.test(r)&&r.length<32)}return!0},formatSummary(e,n){var d,l,u;if(Eu(e)===0)return null;let{title:t,href:r}=Su(e),o=(u=(l=Au(((d=e.textContent)!=null?d:"").trim()))!=null?l:Au(n.text))!=null?u:"",s=Uy(e);return[r&&t?`[${t}](${r})${o?` \u2014 ${o}`:""}`:t?`${t}${o?` \u2014 ${o}`:""}`:o||n.text.trim().slice(0,120),`selector: ${n.selector}`,s.length?`actions: ${s.join(", ")}`:""].filter(Boolean).join(`
|
|
100
|
+
`}if(!b&&!c){let Dt="max-height: -moz-available !important; max-height: stretch !important;",zt=m?"":"padding-top: 1.25em !important;",Ln=m?"":`z-index: ${(_t=(Bt=r.launcher)==null?void 0:Bt.zIndex)!=null?_t:fn} !important;`;K.style.cssText+=Dt+zt+Ln}E()};Zn(),So(e,r),za(e,r),Va(e,r);let gt=[];gt.push(()=>{document.removeEventListener("keydown",Fr)});let Kt=null,Gt=null;gt.push(()=>{Kt==null||Kt(),Kt=null,Gt==null||Gt(),Gt=null}),In&>.push(()=>{In==null||In.disconnect(),In=null}),gt.push(()=>{yn==null||yn(),yn=null,Er(),Wt&&(Wt.remove(),Wt=null),yt==null||yt.element.style.removeProperty("width"),yt==null||yt.element.style.removeProperty("maxWidth")}),ue&>.push(()=>{ce!==null&&(cancelAnimationFrame(ce),ce=null),ae==null||ae.destroy(),ae=null,Q==null||Q.destroy(),Q=null,ee=null});let Dn=null,_r=()=>{Dn&&(Dn(),Dn=null),r.colorScheme==="auto"&&(Dn=yi(()=>{So(e,r)}))};_r(),gt.push(()=>{Dn&&(Dn(),Dn=null)});let Vn=(Ul=r.features)==null?void 0:Ul.streamAnimation;if(Vn!=null&&Vn.type&&Vn.type!=="none"){let c=Ws(Vn.type,Vn.plugins);c&&(vi(c,e),gt.push(()=>kp(e)))}let er=tu(Ht),Nn=null,_,le=!1,Fn=wp(),tr=new Map,fr=new Map,ns=0,nr=Ea(),rr=0,or=null,Tr=!1,lo=!1,qs=4,rs=24,zs=80,Lo=new Map,ut={active:!1,manuallyDeactivated:!1,lastUserMessageWasVoice:!1,lastUserMessageId:null},os=(zl=(ql=r.voiceRecognition)==null?void 0:ql.autoResume)!=null?zl:!1,Jn=c=>{s.emit("voice:state",{active:ut.active,source:c,timestamp:Date.now()})},En=()=>{g(c=>({...c,voiceState:{active:ut.active,timestamp:Date.now(),manuallyDeactivated:ut.manuallyDeactivated}}))},Vs=()=>{var b,T;if(((b=r.voiceRecognition)==null?void 0:b.enabled)===!1)return;let c=Ki(d.voiceState),m=!!c.active,y=Number((T=c.timestamp)!=null?T:0);ut.manuallyDeactivated=!!c.manuallyDeactivated,m&&Date.now()-y<Ty&&setTimeout(()=>{var H,N;ut.active||(ut.manuallyDeactivated=!1,((N=(H=r.voiceRecognition)==null?void 0:H.provider)==null?void 0:N.type)==="runtype"?_.toggleVoice().then(()=>{ut.active=_.isVoiceActive(),Jn("restore"),_.isVoiceActive()&&Kr()}):uo("restore"))},1e3)},Js=()=>_?fu(_.getMessages()).filter(c=>!c.__skipPersist):[];function Po(c){if(!(i!=null&&i.save))return;let y={messages:c?fu(c):_?Js():[],metadata:d,artifacts:Wn.artifacts,selectedArtifactId:Wn.selectedId};try{let b=i.save(y);b instanceof Promise&&b.catch(T=>{typeof console!="undefined"&&console.error("[AgentWidget] Failed to persist state:",T)})}catch(b){typeof console!="undefined"&&console.error("[AgentWidget] Failed to persist state:",b)}}let Mr=null,Ks=()=>K.querySelector("#persona-scroll-container")||Se,co=()=>{Mr!==null&&(cancelAnimationFrame(Mr),Mr=null),Tr=!1},ss=()=>{or!==null&&(cancelAnimationFrame(or),or=null),lo=!1,co()},kr=()=>{if(!Mt()||Re){pt.parentNode&&pt.remove(),pt.style.display="none";return}pt.parentNode!==ne&&ne.appendChild(pt),jn();let c=ks(Se)>0;pt.style.display=nr.isFollowing()||!c?"none":""},as=()=>{nr.pause()&&(ss(),kr())},jr=()=>{nr.resume(),kr()},Ur=(c=!1)=>{nr.isFollowing()&&(!c&&!le||(or!==null&&(cancelAnimationFrame(or),or=null),lo=!0,or=requestAnimationFrame(()=>{or=null,lo=!1,nr.isFollowing()&&Gs(Ks(),c?220:140)})))},Gs=(c,m=500)=>{let y=c.scrollTop,b=ks(c),T=b-y;if(Math.abs(T)<1){rr=c.scrollTop;return}if(Math.abs(T)>=zs){co(),Tr=!0,c.scrollTop=b,rr=c.scrollTop,Tr=!1;return}co();let H=performance.now();Tr=!0;let N=I=>1-Math.pow(1-I,3),q=I=>{if(!nr.isFollowing()){co();return}let ye=ks(c);ye!==b&&(b=ye,T=b-y);let ie=I-H,Z=Math.min(ie/m,1),pe=N(Z),ve=y+T*pe;c.scrollTop=ve,rr=c.scrollTop,Z<1?Mr=requestAnimationFrame(q):(c.scrollTop=b,rr=c.scrollTop,Mr=null,Tr=!1)};Mr=requestAnimationFrame(q)},Qs=c=>{let m=new Map;c.forEach(y=>{let b=Lo.get(y.id);m.set(y.id,{streaming:y.streaming,role:y.role}),!b&&y.role==="assistant"&&s.emit("assistant:message",y),y.role==="assistant"&&(b!=null&&b.streaming)&&y.streaming===!1&&s.emit("assistant:complete",y),y.variant==="approval"&&y.approval&&(b?y.approval.status!=="pending"&&s.emit("approval:resolved",{approval:y.approval,decision:y.approval.status}):s.emit("approval:requested",{approval:y.approval,message:y}))}),Lo.clear(),m.forEach((y,b)=>{Lo.set(b,y)})},po=(c,m,y)=>{var Ke,ot,st,Te,Ee,je;let b=document.createElement("div"),H=(()=>{var we;let E=o.find(Ie=>Ie.renderLoadingIndicator);if(E!=null&&E.renderLoadingIndicator)return E.renderLoadingIndicator;if((we=r.loadingIndicator)!=null&&we.render)return r.loadingIndicator.render})(),N=(E,we)=>we==null?!1:typeof we=="string"?(E.textContent=we,!0):(E.appendChild(we),!0),q=new Set,I=new Set,ye=o.some(E=>E.renderAskUserQuestion),ie=[],Z=[],pe=r.enableComponentStreaming!==!1;if(m.forEach(E=>{var xn,dn,Qe,at,vn,un,fo,ho,yo,Do,No,qt,bo,Gr;q.add(E.id);let we=ye&&eo(E),Ie=!we&&E.role==="assistant"&&!E.variant&&pe&&qi(E);if(!Ie&&fr.has(E.id)){let ht=c.querySelector(`#wrapper-${E.id}`);ht==null||ht.removeAttribute("data-preserve-runtime"),fr.delete(E.id)}let ze=eo(E)?`:${(xn=E.agentMetadata)!=null&&xn.askUserQuestionAnswered?"a":"u"}:${(dn=E.agentMetadata)!=null&&dn.askUserQuestionAnswers?Object.keys(E.agentMetadata.askUserQuestionAnswers).length:0}`:"",he=Cp(E,ns)+ze,Tt=we||Ie?null:Ap(Fn,E.id,he);if(Tt){b.appendChild(Tt.cloneNode(!0)),eo(E)&&((Qe=E.toolCall)!=null&&Qe.id)&&((at=E.agentMetadata)==null?void 0:at.awaitingLocalTool)===!0&&!((vn=E.agentMetadata)!=null&&vn.askUserQuestionAnswered)&&(I.add(E.toolCall.id),_s(E,r,Oe.composerOverlay));return}let rt=null,Qt=o.find(ht=>!!(E.variant==="reasoning"&&ht.renderReasoning||E.variant==="tool"&&ht.renderToolCall||E.variant==="approval"&&ht.renderApproval||!E.variant&&ht.renderMessage)),cn=(un=r.layout)==null?void 0:un.messages;if(eo(E)&&((fo=E.agentMetadata)==null?void 0:fo.askUserQuestionAnswered)===!0){tr.delete(E.id);let ht=c.querySelector(`#wrapper-${E.id}`);ht==null||ht.removeAttribute("data-preserve-runtime");return}if(eo(E)&&((yo=(ho=r.features)==null?void 0:ho.askUserQuestion)==null?void 0:yo.enabled)!==!1){let ht=o.find(Mn=>typeof Mn.renderAskUserQuestion=="function");if(ht&&kt.current){let Mn=tr.get(E.id),Ir=Mn!==he,Cn=null;if(Ir){let{payload:_t,complete:Dt}=to(E),zt=E.id,Ln=()=>{var $n;return($n=kt.current)==null?void 0:$n.getMessages().find(en=>en.id===zt)};Cn=ht.renderAskUserQuestion({message:E,payload:_t,complete:Dt,resolve:$n=>{var yr;let en=Ln();en&&((yr=kt.current)==null||yr.resolveAskUserQuestion(en,$n))},dismiss:()=>{var en,yr,Wr;let $n=Ln();(en=$n==null?void 0:$n.agentMetadata)!=null&&en.awaitingLocalTool&&((yr=kt.current)==null||yr.markAskUserQuestionResolved($n),(Wr=kt.current)==null||Wr.resolveAskUserQuestion($n,"(dismissed)"))},config:r})}let kn=Mn!=null;if(Ir&&Cn===null&&!kn){((Do=E.agentMetadata)==null?void 0:Do.awaitingLocalTool)===!0&&!((No=E.agentMetadata)!=null&&No.askUserQuestionAnswered)&&(I.add(E.toolCall.id),_s(E,r,Oe.composerOverlay));return}let Bt=document.createElement("div");Bt.className="persona-flex",Bt.id=`wrapper-${E.id}`,Bt.setAttribute("data-wrapper-id",E.id),Bt.setAttribute("data-ask-plugin-stub","true"),Bt.setAttribute("data-preserve-runtime","true"),b.appendChild(Bt),ie.push({messageId:E.id,fingerprint:he,bubble:Cn});return}else{((qt=E.agentMetadata)==null?void 0:qt.awaitingLocalTool)===!0&&!((bo=E.agentMetadata)!=null&&bo.askUserQuestionAnswered)&&(I.add(E.toolCall.id),_s(E,r,Oe.composerOverlay));return}}else if(Qt)if(E.variant==="reasoning"&&E.reasoning&&Qt.renderReasoning){if(!Me)return;rt=Qt.renderReasoning({message:E,defaultRenderer:()=>Mi(E,r),config:r})}else if(E.variant==="tool"&&E.toolCall&&Qt.renderToolCall){if(!Ge)return;rt=Qt.renderToolCall({message:E,defaultRenderer:()=>ki(E,r),config:r})}else if(E.variant==="approval"&&E.approval&&Qt.renderApproval){if(r.approval===!1)return;rt=Qt.renderApproval({message:E,defaultRenderer:()=>Bi(E,r),config:r})}else Qt.renderMessage&&(rt=Qt.renderMessage({message:E,defaultRenderer:()=>{let ht=Os(E,y,cn,r.messageActions,Ze,{loadingIndicatorRenderer:H,widgetConfig:r});return E.role!=="user"&&Fi(ht,E,r,_),ht},config:r}));if(!rt&&Ie){let ht=zi(E);if(ht){let Mn=fr.get(E.id),Ir=Mn!==he,Cn=r.wrapComponentDirectiveInBubble!==!1,kn=null;if(Ir){let Bt=Ui(ht,{config:r,message:E,transform:y});if(Bt)if(Cn){let _t=document.createElement("div");if(_t.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(" "),_t.id=`bubble-${E.id}`,_t.setAttribute("data-message-id",E.id),E.content&&E.content.trim()){let Dt=document.createElement("div");Dt.className="persona-mb-3 persona-text-sm persona-leading-relaxed",Dt.innerHTML=y({text:E.content,message:E,streaming:!!E.streaming,raw:E.rawContent}),_t.appendChild(Dt)}_t.appendChild(Bt),kn=_t}else{let _t=document.createElement("div");if(_t.className="persona-flex persona-flex-col persona-w-full persona-max-w-full persona-gap-3 persona-items-stretch",_t.id=`bubble-${E.id}`,_t.setAttribute("data-message-id",E.id),_t.setAttribute("data-persona-component-directive","true"),E.content&&E.content.trim()){let Dt=document.createElement("div");Dt.className="persona-text-sm persona-leading-relaxed persona-text-persona-primary persona-w-full",Dt.innerHTML=y({text:E.content,message:E,streaming:!!E.streaming,raw:E.rawContent}),_t.appendChild(Dt)}_t.appendChild(Bt),kn=_t}}if(kn||Mn!=null){let Bt=document.createElement("div");Bt.className="persona-flex",Bt.id=`wrapper-${E.id}`,Bt.setAttribute("data-wrapper-id",E.id),Bt.setAttribute("data-component-directive-stub","true"),Bt.setAttribute("data-preserve-runtime","true"),Cn||Bt.classList.add("persona-w-full"),b.appendChild(Bt),Z.push({messageId:E.id,fingerprint:he,bubble:kn});return}}}if(!rt)if(E.variant==="reasoning"&&E.reasoning){if(!Me)return;rt=Mi(E,r)}else if(E.variant==="tool"&&E.toolCall){if(!Ge)return;rt=ki(E,r)}else if(E.variant==="approval"&&E.approval){if(r.approval===!1)return;rt=Bi(E,r)}else{let ht=(Gr=r.layout)==null?void 0:Gr.messages;ht!=null&&ht.renderUserMessage&&E.role==="user"?rt=ht.renderUserMessage({message:E,config:r,streaming:!!E.streaming}):ht!=null&&ht.renderAssistantMessage&&E.role==="assistant"?rt=ht.renderAssistantMessage({message:E,config:r,streaming:!!E.streaming}):rt=Os(E,y,ht,r.messageActions,Ze,{loadingIndicatorRenderer:H,widgetConfig:r}),E.role!=="user"&&rt&&Fi(rt,E,r,_)}let Pt=document.createElement("div");Pt.className="persona-flex",Pt.id=`wrapper-${E.id}`,Pt.setAttribute("data-wrapper-id",E.id),E.role==="user"&&Pt.classList.add("persona-justify-end"),(rt==null?void 0:rt.getAttribute("data-persona-component-directive"))==="true"&&Pt.classList.add("persona-w-full"),Pt.appendChild(rt),Sp(Fn,E.id,he,Pt),b.appendChild(Pt)}),Oe.composerOverlay&&Oe.composerOverlay.querySelectorAll("[data-persona-ask-sheet-for]").forEach(we=>{let Ie=we.getAttribute("data-persona-ask-sheet-for");Ie&&!I.has(Ie)&&Mo(Oe.composerOverlay,Ie)}),(ot=(Ke=r.features)==null?void 0:Ke.toolCallDisplay)!=null&&ot.grouped){let E=[],we=[];m.forEach(Ie=>{if(Ie.variant==="tool"&&Ie.toolCall&&Ge){we.push(Ie);return}we.length>1&&E.push(we),we=[]}),we.length>1&&E.push(we),E.forEach((Ie,ze)=>{var dn,Qe;let he=Ie.map(at=>Array.from(b.children).find(vn=>vn instanceof HTMLElement&&vn.getAttribute("data-wrapper-id")===at.id)).filter(at=>!!at);if(he.length<2)return;let Tt=document.createElement("div");Tt.className="persona-flex",Tt.id=`wrapper-tool-group-${ze}-${Ie[0].id}`,Tt.setAttribute("data-wrapper-id",`tool-group-${ze}-${Ie[0].id}`);let rt=document.createElement("div");rt.className="persona-tool-group persona-flex persona-w-full persona-flex-col persona-gap-2",rt.setAttribute("data-persona-tool-group","true");let Qt=document.createElement("div");Qt.className="persona-tool-group-summary persona-text-xs persona-text-persona-muted";let cn=`Called ${Ie.length} tools`,Pt=(Qe=(dn=r.toolCall)==null?void 0:dn.renderGroupedSummary)==null?void 0:Qe.call(dn,{messages:Ie,toolCalls:Ie.map(at=>at.toolCall).filter(at=>!!at),defaultSummary:cn,config:r});N(Qt,Pt)||(Qt.textContent=cn);let xn=document.createElement("div");xn.className="persona-tool-group-stack persona-flex persona-flex-col",rt.append(Qt,xn),Tt.appendChild(rt),he[0].before(Tt),he.forEach((at,vn)=>{let un=document.createElement("div");un.className="persona-tool-group-item persona-relative",un.setAttribute("data-persona-tool-group-item","true"),vn<he.length-1&&un.setAttribute("data-persona-tool-group-connector","true"),un.appendChild(at),xn.appendChild(un)})})}Ep(Fn,q);let ve=m.some(E=>E.role==="assistant"&&E.streaming),Ne=m[m.length-1],Ye=(Ne==null?void 0:Ne.role)==="assistant"&&!Ne.streaming&&Ne.variant!=="approval";if(le&&m.some(E=>E.role==="user")&&!ve&&!Ye){let E={config:r,streaming:!0,location:"standalone",defaultRenderer:Jo},we=o.find(ze=>ze.renderLoadingIndicator),Ie=null;if(we!=null&&we.renderLoadingIndicator&&(Ie=we.renderLoadingIndicator(E)),Ie===null&&((st=r.loadingIndicator)!=null&&st.render)&&(Ie=r.loadingIndicator.render(E)),Ie===null&&(Ie=Jo()),Ie){let ze=document.createElement("div"),he=((Te=r.loadingIndicator)==null?void 0:Te.showBubble)!==!1;ze.className=he?["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(" "),ze.setAttribute("data-typing-indicator","true"),ze.style.borderColor="var(--persona-message-assistant-border, var(--persona-border, #e5e7eb))",ze.appendChild(Ie);let Tt=document.createElement("div");Tt.className="persona-flex",Tt.id="wrapper-typing-indicator",Tt.setAttribute("data-wrapper-id","typing-indicator"),Tt.appendChild(ze),b.appendChild(Tt)}}if(!le&&m.length>0){let E=m[m.length-1],we={config:r,lastMessage:E,messageCount:m.length},Ie=o.find(he=>he.renderIdleIndicator),ze=null;if(Ie!=null&&Ie.renderIdleIndicator&&(ze=Ie.renderIdleIndicator(we)),ze===null&&((Ee=r.loadingIndicator)!=null&&Ee.renderIdle)&&(ze=r.loadingIndicator.renderIdle(we)),ze){let he=document.createElement("div"),Tt=((je=r.loadingIndicator)==null?void 0:je.showBubble)!==!1;he.className=Tt?["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(" "),he.setAttribute("data-idle-indicator","true"),he.appendChild(ze);let rt=document.createElement("div");rt.className="persona-flex",rt.id="wrapper-idle-indicator",rt.setAttribute("data-wrapper-id","idle-indicator"),rt.appendChild(he),b.appendChild(rt)}}if(Sa(c,b),ie.length>0)for(let{messageId:E,fingerprint:we,bubble:Ie}of ie){let ze=c.querySelector(`#wrapper-${E}`);ze&&Ie!==null&&(ze.replaceChildren(Ie),ze.setAttribute("data-bubble-fp",we),tr.set(E,we))}if(tr.size>0)for(let E of tr.keys())q.has(E)||tr.delete(E);if(Z.length>0)for(let{messageId:E,fingerprint:we,bubble:Ie}of Z){let ze=c.querySelector(`#wrapper-${E}`);ze&&Ie!==null&&(ze.replaceChildren(Ie),ze.setAttribute("data-bubble-fp",we),fr.set(E,we))}if(fr.size>0)for(let E of fr.keys())q.has(E)||fr.delete(E)},qr=null,Xs=()=>{var y;if(qr)return;let c=b=>{let T=b.composedPath();T.includes(K)||xe&&T.includes(xe)||Rt(!1,"user")};qr=c,((y=e.ownerDocument)!=null?y:document).addEventListener("pointerdown",c,!0)},is=()=>{var m;if(!qr)return;((m=e.ownerDocument)!=null?m:document).removeEventListener("pointerdown",qr,!0),qr=null};gt.push(()=>is());let zr=null,Ys=()=>{var y;if(zr)return;let c=b=>{b.key==="Escape"&&(b.isComposing||Rt(!1,"user"))};zr=c,((y=e.ownerDocument)!=null?y:document).addEventListener("keydown",c,!0)},ls=()=>{var m;if(!zr)return;((m=e.ownerDocument)!=null?m:document).removeEventListener("keydown",zr,!0),zr=null};gt.push(()=>ls());let Vr=!1,cs=new Set,Zs=()=>{var m,y,b,T;let c=(b=(y=(m=r.launcher)==null?void 0:m.composerBar)==null?void 0:y.peek)==null?void 0:b.streamAnimation;return c||((T=r.features)==null?void 0:T.streamAnimation)},Lr=()=>{var ot,st,Te,Ee;if(!$())return;let c=Oe.peekBanner,m=Oe.peekTextNode;if(!c||!m)return;if(W){c.classList.remove("persona-pill-peek--visible");return}let y=(ot=_==null?void 0:_.getMessages())!=null?ot:[],b;for(let je=y.length-1;je>=0;je--){let E=y[je];if(E.role==="assistant"&&E.content){b=E;break}}if(!b){c.classList.remove("persona-pill-peek--visible");return}let T=b.content,H=!!b.streaming,N=Zs(),q=ka(N),I=q.type!=="none"?Ws(q.type,N==null?void 0:N.plugins):null,ye=((st=I==null?void 0:I.isAnimating)==null?void 0:st.call(I,b))===!0,ie=I!==null&&(H||ye);ie&&I&&!cs.has(I.name)&&(vi(I,e),cs.add(I.name));let Z=ie&&(I!=null&&I.containerClass)?I.containerClass:null,pe=(Te=m.dataset.personaPeekStreamClass)!=null?Te:null;pe&&pe!==Z&&(m.classList.remove(pe),delete m.dataset.personaPeekStreamClass),Z&&pe!==Z&&(m.classList.add(Z),m.dataset.personaPeekStreamClass=Z),ie?(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 ve=ie?La(T,q.buffer,I,b,H):T;if(ie&&q.placeholder==="skeleton"&&H&&(!ve||!ve.trim())){let je=document.createElement("div"),E=Hs();E.classList.add("persona-pill-peek__skeleton"),je.appendChild(E),Sa(m,je)}else{let je=Math.max(0,ve.length-100),E=ve.length>100?ve.slice(-100):ve,we=Oo(E);if(!ie||!I){let Ie=ve.length>100?`\u2026${E}`:E;m.textContent!==Ie&&(m.textContent=Ie)}else{let Ie=we;(I.wrap==="char"||I.wrap==="word")&&(Ie=Rs(we,I.wrap,`peek-${b.id}`,{skipTags:I.skipTags,startIndex:je}));let ze=document.createElement("div");if(ze.innerHTML=Ie,I.useCaret&&E.length>0){let he=Pa(),Tt=ze.querySelectorAll(".persona-stream-char, .persona-stream-word"),rt=Tt[Tt.length-1];rt!=null&&rt.parentNode?rt.parentNode.insertBefore(he,rt.nextSibling):ze.appendChild(he)}Sa(m,ze),(Ee=I.onAfterRender)==null||Ee.call(I,{container:m,bubble:c,messageId:b.id,message:b,speed:q.speed,duration:q.duration})}}let Ke=le||Vr;c.classList.toggle("persona-pill-peek--visible",Ke)};if($()){let c=Oe.peekBanner;if(c){let b=T=>{T.preventDefault(),T.stopPropagation(),Rt(!0,"user")};c.addEventListener("pointerdown",b),gt.push(()=>{c.removeEventListener("pointerdown",b)})}let m=()=>{Vr||(Vr=!0,Lr())},y=()=>{Vr&&(Vr=!1,Lr())};z.addEventListener("pointerenter",m),z.addEventListener("pointerleave",y),gt.push(()=>{z.removeEventListener("pointerenter",m),z.removeEventListener("pointerleave",y)}),xe&&(xe.addEventListener("pointerenter",m),xe.addEventListener("pointerleave",y),gt.push(()=>{xe.removeEventListener("pointerenter",m),xe.removeEventListener("pointerleave",y)}))}let ea=c=>{var pe,ve,Ne,Ye,Ke,ot,st,Te;let m=(ve=(pe=r.launcher)==null?void 0:pe.composerBar)!=null?ve:{},y=(Ne=m.expandedSize)!=null?Ne:"anchored",b=(Ye=m.bottomOffset)!=null?Ye:"16px",T=m.collapsedMaxWidth,H=(Ke=m.expandedMaxWidth)!=null?Ke:"880px",N=(ot=m.expandedTopOffset)!=null?ot:"5vh",q=(st=m.modalMaxWidth)!=null?st:"880px",I=(Te=m.modalMaxHeight)!=null?Te:"min(90vh, 800px)",ye="calc(100vw - 32px)",ie="var(--persona-pill-area-height, 80px)",Z=K.style;if(Z.left="",Z.right="",Z.top="",Z.bottom="",Z.transform="",Z.width="",Z.maxWidth="",Z.height="",Z.maxHeight="",xe){let Ee=xe.style;Ee.bottom=b,Ee.width=T!=null?T:""}if(c&&y!=="fullscreen"){if(y==="modal"){Z.top="50%",Z.left="50%",Z.transform="translate(-50%, -50%)",Z.bottom="auto",Z.right="auto",Z.width=q,Z.maxWidth=ye,Z.maxHeight=I,Z.height=I;return}Z.left="50%",Z.transform="translateX(-50%)",Z.bottom=`calc(${b} + ${ie})`,Z.top=N,Z.width=H,Z.maxWidth=ye}},Jr=()=>{var I,ye,ie,Z,pe,ve,Ne,Ye;if(!j())return;if($()){let ot=(ie=((ye=(I=r.launcher)==null?void 0:I.composerBar)!=null?ye:{}).expandedSize)!=null?ie:"anchored",st=W?"expanded":"collapsed";K.dataset.state=st,K.dataset.expandedSize=ot,xe&&(xe.dataset.state=st,xe.dataset.expandedSize=ot),K.style.removeProperty("display"),K.classList.remove("persona-pointer-events-none","persona-opacity-0"),z.classList.remove("persona-scale-95","persona-opacity-0","persona-scale-100","persona-opacity-100"),ea(W),ne.style.display=W?"flex":"none",Zn(),W?(Xs(),Ys()):(is(),ls()),Lr();return}let c=on(r),m=(Z=e.ownerDocument.defaultView)!=null?Z:window,y=(ve=(pe=r.launcher)==null?void 0:pe.mobileBreakpoint)!=null?ve:640,b=(Ye=(Ne=r.launcher)==null?void 0:Ne.mobileFullscreen)!=null?Ye:!0,T=m.innerWidth<=y,H=b&&T&&A,N=lr(r).reveal;W?(K.style.removeProperty("display"),K.style.display=c?"flex":"",K.classList.remove("persona-pointer-events-none","persona-opacity-0"),z.classList.remove("persona-scale-95","persona-opacity-0"),z.classList.add("persona-scale-100","persona-opacity-100"),R?R.element.style.display="none":w&&(w.style.display="none")):(c?c&&(N==="overlay"||N==="push")&&!H?(K.style.removeProperty("display"),K.style.display="flex",K.classList.remove("persona-pointer-events-none","persona-opacity-0"),z.classList.remove("persona-scale-100","persona-opacity-100","persona-scale-95","persona-opacity-0")):(K.style.setProperty("display","none","important"),K.classList.remove("persona-pointer-events-none","persona-opacity-0"),z.classList.remove("persona-scale-100","persona-opacity-100","persona-scale-95","persona-opacity-0")):(K.style.display="",K.classList.add("persona-pointer-events-none","persona-opacity-0"),z.classList.remove("persona-scale-100","persona-opacity-100"),z.classList.add("persona-scale-95","persona-opacity-0")),R?R.element.style.display=c?"none":"":w&&(w.style.display=c?"none":""))},Rt=(c,m="user")=>{var H,N;if(!j()||W===c)return;let y=W;W=c,Jr();let b=(()=>{var Ne,Ye,Ke,ot,st,Te,Ee,je,E,we;let q=(Ye=(Ne=r.launcher)==null?void 0:Ne.sidebarMode)!=null?Ye:!1,I=(Ke=e.ownerDocument.defaultView)!=null?Ke:window,ye=(st=(ot=r.launcher)==null?void 0:ot.mobileFullscreen)!=null?st:!0,ie=(Ee=(Te=r.launcher)==null?void 0:Te.mobileBreakpoint)!=null?Ee:640,Z=I.innerWidth<=ie,pe=on(r)&&ye&&Z,ve=$()&&((we=(E=(je=r.launcher)==null?void 0:je.composerBar)==null?void 0:E.expandedSize)!=null?we:"fullscreen")==="fullscreen";return q||ye&&Z&&A||pe||ve})();if(W&&b){if(!Kt){let q=e.getRootNode(),I=q instanceof ShadowRoot?q.host:e.closest(".persona-host");I&&(Kt=Ci(I,(N=(H=r.launcher)==null?void 0:H.zIndex)!=null?N:fn))}Gt||(Gt=wi(e.ownerDocument))}else W||(Kt==null||Kt(),Kt=null,Gt==null||Gt(),Gt=null);W&&(G(),Ur(!0));let T={open:W,source:m,timestamp:Date.now()};W&&!y?s.emit("widget:opened",T):!W&&y&&s.emit("widget:closed",T),s.emit("widget:state",{open:W,launcherEnabled:A,voiceActive:ut.active,streaming:_.isStreaming()})},Io=c=>{Ut(c?"stop":"send"),P&&(P.disabled=c),er.buttons.forEach(m=>{m.disabled=c}),$e.dataset.personaComposerStreaming=c?"true":"false",$e.querySelectorAll("[data-persona-composer-disable-when-streaming]").forEach(m=>{(m instanceof HTMLButtonElement||m instanceof HTMLInputElement||m instanceof HTMLTextAreaElement||m instanceof HTMLSelectElement)&&(m.disabled=c)})},Wo=()=>{ut.active||Le&&Le.focus()};s.on("widget:opened",()=>{r.autoFocusInput&&setTimeout(()=>Wo(),200)});let ds=()=>{var y,b,T,H,N,q,I,ye,ie,Z,pe;vr.textContent=(b=(y=r.copy)==null?void 0:y.welcomeTitle)!=null?b:"Hello \u{1F44B}",dr.textContent=(H=(T=r.copy)==null?void 0:T.welcomeSubtitle)!=null?H:"Ask anything about your account or products.",Le.placeholder=(q=(N=r.copy)==null?void 0:N.inputPlaceholder)!=null?q:"How can I help...";let c=Se.querySelector("[data-persona-intro-card]");if(c){let ve=((I=r.copy)==null?void 0:I.showWelcomeCard)!==!1;c.style.display=ve?"":"none",ve?(Se.classList.remove("persona-gap-3"),Se.classList.add("persona-gap-6")):(Se.classList.remove("persona-gap-6"),Se.classList.add("persona-gap-3"))}!((ie=(ye=r.sendButton)==null?void 0:ye.useIcon)!=null&&ie)&&!(_!=null&&_.isStreaming())&&(te.textContent=(pe=(Z=r.copy)==null?void 0:Z.sendButtonLabel)!=null?pe:"Send"),Le.style.fontFamily='var(--persona-input-font-family, var(--persona-font-family, -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", Arial, sans-serif))',Le.style.fontWeight="var(--persona-input-font-weight, var(--persona-font-weight, 400))"};r.clientToken&&(r={...r,getStoredSessionId:()=>{let c=d.sessionId;return typeof c=="string"?c:null},setStoredSessionId:c=>{g(m=>({...m,sessionId:c}))}});let hr=null,ta=()=>{hr==null&&(hr=setInterval(()=>{let c=be.querySelectorAll("[data-tool-elapsed]");if(c.length===0){clearInterval(hr),hr=null;return}let m=Date.now();c.forEach(y=>{let b=Number(y.getAttribute("data-tool-elapsed"));b&&(y.textContent=pa(m-b))})},100))};if(_=new Ss(r,{onMessagesChanged(c){po(be,c,Pe),ta(),_&&(c.some(T=>T.role==="user")?er.render([],_,Le,c):er.render(r.suggestionChips,_,Le,c,r.suggestionChipsConfig)),Ur(!le),Qs(c);let m=[...c].reverse().find(b=>b.role==="user"),y=ut.lastUserMessageId;m&&m.id!==y&&(ut.lastUserMessageId=m.id,s.emit("user:message",m)),ut.lastUserMessageWasVoice=!!(m!=null&&m.viaVoice),Po(c),Lr()},onStatusChanged(c){var b;let m=(b=r.statusIndicator)!=null?b:{};Fe(Vt,(T=>{var H,N,q,I;return T==="idle"?(H=m.idleText)!=null?H:gn.idle:T==="connecting"?(N=m.connectingText)!=null?N:gn.connecting:T==="connected"?(q=m.connectedText)!=null?q:gn.connected:T==="error"?(I=m.errorText)!=null?I:gn.error:gn[T]})(c),m,c)},onStreamingChanged(c){le=c,Io(c),_&&po(be,_.getMessages(),Pe),c||Ur(!0),Lr()},onVoiceStatusChanged(c){var m,y;if(((y=(m=r.voiceRecognition)==null?void 0:m.provider)==null?void 0:y.type)==="runtype")switch(c){case"listening":break;case"processing":ar(),ra();break;case"speaking":ar(),oa();break;default:c==="idle"&&_.isBargeInActive()?(ar(),Kr(),P==null||P.setAttribute("aria-label","End voice session")):(ut.active=!1,ar(),Jn("system"),En());break}},onArtifactsState(c){Wn=c,Bn(),Po()}}),kt.current=_,((Jl=(Vl=r.voiceRecognition)==null?void 0:Vl.provider)==null?void 0:Jl.type)==="runtype")try{_.setupVoice()}catch(c){typeof console!="undefined"&&console.warn("[AgentWidget] Runtype voice setup failed:",c)}r.clientToken&&_.initClientSession().catch(c=>{r.debug&&console.warn("[AgentWidget] Pre-init client session failed:",c)}),(Q||r.onSSEEvent)&&_.setSSEEventCallback((c,m)=>{var y;(y=r.onSSEEvent)==null||y.call(r,c,m),Q==null||Q.push({id:`evt-${Date.now()}-${Math.random().toString(36).slice(2,8)}`,type:c,timestamp:Date.now(),payload:JSON.stringify(m)})}),l&&l.then(c=>{var m,y,b;c&&(c.metadata&&(d=Ki(c.metadata),M.syncFromMetadata()),(m=c.messages)!=null&&m.length&&_.hydrateMessages(c.messages),(y=c.artifacts)!=null&&y.length&&_.hydrateArtifacts(c.artifacts,(b=c.selectedArtifactId)!=null?b:null))}).catch(c=>{typeof console!="undefined"&&console.error("[AgentWidget] Failed to hydrate stored state:",c)});let ps=()=>{var m,y,b;!$()||W||!((b=(y=(m=r.launcher)==null?void 0:m.composerBar)==null?void 0:y.expandOnSubmit)==null||b)||Rt(!0,"auto")},us=c=>{var T;if(c.preventDefault(),_.isStreaming()){_.cancel();return}let m=Le.value.trim(),y=(T=vt==null?void 0:vt.hasAttachments())!=null?T:!1;if(!m&&!y)return;ps();let b;y&&(b=[],b.push(...vt.getContentParts()),m&&b.push(ya(m))),Le.value="",Le.style.height="auto",_.sendMessage(m,{contentParts:b}),y&&vt.clearAttachments()},ms=c=>{c.key==="Enter"&&!c.shiftKey&&(c.preventDefault(),te.click())},gs=async c=>{var y;if(((y=r.attachments)==null?void 0:y.enabled)!==!0||!vt)return;let m=ky(c.clipboardData);m.length!==0&&(c.preventDefault(),await vt.handleFiles(m))},bn=null,On=!1,Pr=null,tt=null,fs=()=>typeof window=="undefined"?null:window.webkitSpeechRecognition||window.SpeechRecognition||null,uo=(c="user")=>{var H,N,q,I,ye,ie,Z;if(On||_.isStreaming())return;let m=fs();if(!m)return;bn=new m;let b=(N=((H=r.voiceRecognition)!=null?H:{}).pauseDuration)!=null?N:2e3;bn.continuous=!0,bn.interimResults=!0,bn.lang="en-US";let T=Le.value;bn.onresult=pe=>{let ve="",Ne="";for(let Ke=0;Ke<pe.results.length;Ke++){let ot=pe.results[Ke],st=ot[0].transcript;ot.isFinal?ve+=st+" ":Ne=st}let Ye=T+ve+Ne;Le.value=Ye,Pr&&clearTimeout(Pr),(ve||Ne)&&(Pr=window.setTimeout(()=>{let Ke=Le.value.trim();Ke&&bn&&On&&(sr(),Le.value="",Le.style.height="auto",_.sendMessage(Ke,{viaVoice:!0}))},b))},bn.onerror=pe=>{pe.error!=="no-speech"&&sr()},bn.onend=()=>{if(On){let pe=Le.value.trim();pe&&pe!==T.trim()&&(Le.value="",Le.style.height="auto",_.sendMessage(pe,{viaVoice:!0})),sr()}};try{if(bn.start(),On=!0,ut.active=!0,c!=="system"&&(ut.manuallyDeactivated=!1),Jn(c),En(),P){let pe=(q=r.voiceRecognition)!=null?q:{};tt={backgroundColor:P.style.backgroundColor,color:P.style.color,borderColor:P.style.borderColor,iconName:(I=pe.iconName)!=null?I:"mic",iconSize:parseFloat((Z=(ie=pe.iconSize)!=null?ie:(ye=r.sendButton)==null?void 0:ye.size)!=null?Z:"40")||24};let ve=pe.recordingBackgroundColor,Ne=pe.recordingIconColor,Ye=pe.recordingBorderColor;if(P.classList.add("persona-voice-recording"),P.style.backgroundColor=ve!=null?ve:"var(--persona-voice-recording-bg, #ef4444)",P.style.color=Ne!=null?Ne:"var(--persona-voice-recording-indicator, #ffffff)",Ne){let Ke=P.querySelector("svg");Ke&&Ke.setAttribute("stroke",Ne)}Ye&&(P.style.borderColor=Ye),P.setAttribute("aria-label","Stop voice recognition")}}catch{sr("system")}},sr=(c="user")=>{if(On){if(On=!1,Pr&&(clearTimeout(Pr),Pr=null),bn){try{bn.stop()}catch{}bn=null}if(ut.active=!1,Jn(c),En(),P){if(P.classList.remove("persona-voice-recording"),tt){P.style.backgroundColor=tt.backgroundColor,P.style.color=tt.color,P.style.borderColor=tt.borderColor;let m=P.querySelector("svg");m&&m.setAttribute("stroke",tt.color||"currentColor"),tt=null}P.setAttribute("aria-label","Start voice recognition")}}},na=(c,m)=>{var ot,st,Te,Ee,je,E,we,Ie;let y=typeof window!="undefined"&&(typeof window.webkitSpeechRecognition!="undefined"||typeof window.SpeechRecognition!="undefined"),b=((ot=c==null?void 0:c.provider)==null?void 0:ot.type)==="runtype";if(!(y||b))return null;let H=h("div","persona-send-button-wrapper"),N=h("button","persona-rounded-button persona-flex persona-items-center persona-justify-center disabled:persona-opacity-50 persona-cursor-pointer");N.type="button",N.setAttribute("aria-label","Start voice recognition");let q=(st=c==null?void 0:c.iconName)!=null?st:"mic",I=(Te=m==null?void 0:m.size)!=null?Te:"40px",ye=(Ee=c==null?void 0:c.iconSize)!=null?Ee:I,ie=parseFloat(ye)||24,Z=(je=c==null?void 0:c.backgroundColor)!=null?je:m==null?void 0:m.backgroundColor,pe=(E=c==null?void 0:c.iconColor)!=null?E:m==null?void 0:m.textColor;N.style.width=ye,N.style.height=ye,N.style.minWidth=ye,N.style.minHeight=ye,N.style.fontSize="18px",N.style.lineHeight="1",pe?N.style.color=pe:N.style.color="var(--persona-text, #111827)";let Ne=ge(q,ie,pe||"currentColor",1.5);Ne?N.appendChild(Ne):N.textContent="\u{1F3A4}",Z?N.style.backgroundColor=Z:N.style.backgroundColor="",c!=null&&c.borderWidth&&(N.style.borderWidth=c.borderWidth,N.style.borderStyle="solid"),c!=null&&c.borderColor&&(N.style.borderColor=c.borderColor),c!=null&&c.paddingX&&(N.style.paddingLeft=c.paddingX,N.style.paddingRight=c.paddingX),c!=null&&c.paddingY&&(N.style.paddingTop=c.paddingY,N.style.paddingBottom=c.paddingY),H.appendChild(N);let Ye=(we=c==null?void 0:c.tooltipText)!=null?we:"Start voice recognition";if(((Ie=c==null?void 0:c.showTooltip)!=null?Ie:!1)&&Ye){let ze=h("div","persona-send-button-tooltip");ze.textContent=Ye,H.appendChild(ze)}return{micButton:N,micButtonWrapper:H}},Ro=()=>{var m,y,b,T,H;if(!P||tt)return;let c=(m=r.voiceRecognition)!=null?m:{};tt={backgroundColor:P.style.backgroundColor,color:P.style.color,borderColor:P.style.borderColor,iconName:(y=c.iconName)!=null?y:"mic",iconSize:parseFloat((H=(T=c.iconSize)!=null?T:(b=r.sendButton)==null?void 0:b.size)!=null?H:"40")||24}},Ho=(c,m)=>{var H,N,q,I,ye;if(!P)return;let y=P.querySelector("svg");y&&y.remove();let b=(ye=tt==null?void 0:tt.iconSize)!=null?ye:parseFloat((I=(q=(H=r.voiceRecognition)==null?void 0:H.iconSize)!=null?q:(N=r.sendButton)==null?void 0:N.size)!=null?I:"40")||24,T=ge(c,b,m,1.5);T&&P.appendChild(T)},mo=()=>{P&&P.classList.remove("persona-voice-recording","persona-voice-processing","persona-voice-speaking")},Kr=()=>{var T;if(!P)return;Ro();let c=(T=r.voiceRecognition)!=null?T:{},m=c.recordingBackgroundColor,y=c.recordingIconColor,b=c.recordingBorderColor;if(mo(),P.classList.add("persona-voice-recording"),P.style.backgroundColor=m!=null?m:"var(--persona-voice-recording-bg, #ef4444)",P.style.color=y!=null?y:"var(--persona-voice-recording-indicator, #ffffff)",y){let H=P.querySelector("svg");H&&H.setAttribute("stroke",y)}b&&(P.style.borderColor=b),P.setAttribute("aria-label","Stop voice recognition")},ra=()=>{var q,I,ye,ie,Z,pe,ve,Ne;if(!P)return;Ro();let c=(q=r.voiceRecognition)!=null?q:{},m=_.getVoiceInterruptionMode(),y=(I=c.processingIconName)!=null?I:"loader",b=(ie=(ye=c.processingIconColor)!=null?ye:tt==null?void 0:tt.color)!=null?ie:"",T=(pe=(Z=c.processingBackgroundColor)!=null?Z:tt==null?void 0:tt.backgroundColor)!=null?pe:"",H=(Ne=(ve=c.processingBorderColor)!=null?ve:tt==null?void 0:tt.borderColor)!=null?Ne:"";mo(),P.classList.add("persona-voice-processing"),P.style.backgroundColor=T,P.style.borderColor=H;let N=b||"currentColor";P.style.color=N,Ho(y,N),P.setAttribute("aria-label","Processing voice input"),m==="none"&&(P.style.cursor="default")},oa=()=>{var ye,ie,Z,pe,ve,Ne,Ye,Ke,ot,st,Te,Ee;if(!P)return;Ro();let c=(ye=r.voiceRecognition)!=null?ye:{},m=_.getVoiceInterruptionMode(),y=m==="cancel"?"square":m==="barge-in"?"mic":"volume-2",b=(ie=c.speakingIconName)!=null?ie:y,T=(Ne=c.speakingIconColor)!=null?Ne:m==="barge-in"?(pe=(Z=c.recordingIconColor)!=null?Z:tt==null?void 0:tt.color)!=null?pe:"":(ve=tt==null?void 0:tt.color)!=null?ve:"",H=(ot=c.speakingBackgroundColor)!=null?ot:m==="barge-in"?(Ye=c.recordingBackgroundColor)!=null?Ye:"var(--persona-voice-recording-bg, #ef4444)":(Ke=tt==null?void 0:tt.backgroundColor)!=null?Ke:"",N=(Ee=c.speakingBorderColor)!=null?Ee:m==="barge-in"?(st=c.recordingBorderColor)!=null?st:"":(Te=tt==null?void 0:tt.borderColor)!=null?Te:"";mo(),P.classList.add("persona-voice-speaking"),P.style.backgroundColor=H,P.style.borderColor=N;let q=T||"currentColor";P.style.color=q,Ho(b,q);let I=m==="cancel"?"Stop playback and re-record":m==="barge-in"?"Speak to interrupt":"Agent is speaking";P.setAttribute("aria-label",I),m==="none"&&(P.style.cursor="default"),m==="barge-in"&&P.classList.add("persona-voice-recording")},ar=()=>{var c,m,y;P&&(mo(),tt&&(P.style.backgroundColor=(c=tt.backgroundColor)!=null?c:"",P.style.color=(m=tt.color)!=null?m:"",P.style.borderColor=(y=tt.borderColor)!=null?y:"",Ho(tt.iconName,tt.color||"currentColor"),tt=null),P.style.cursor="",P.setAttribute("aria-label","Start voice recognition"))},go=()=>{var c,m;if(((m=(c=r.voiceRecognition)==null?void 0:c.provider)==null?void 0:m.type)==="runtype"){let y=_.getVoiceStatus(),b=_.getVoiceInterruptionMode();if(b==="none"&&(y==="processing"||y==="speaking"))return;if(b==="cancel"&&(y==="processing"||y==="speaking")){_.stopVoicePlayback();return}if(_.isBargeInActive()){_.stopVoicePlayback(),_.deactivateBargeIn().then(()=>{ut.active=!1,ut.manuallyDeactivated=!0,En(),Jn("user"),ar()});return}_.toggleVoice().then(()=>{ut.active=_.isVoiceActive(),ut.manuallyDeactivated=!_.isVoiceActive(),En(),Jn("user"),_.isVoiceActive()?Kr():ar()});return}if(On){let y=Le.value.trim();ut.manuallyDeactivated=!0,En(),sr("user"),y&&(Le.value="",Le.style.height="auto",_.sendMessage(y))}else ut.manuallyDeactivated=!1,En(),uo("user")};pr=go,P&&(P.addEventListener("click",go),gt.push(()=>{var c,m;((m=(c=r.voiceRecognition)==null?void 0:c.provider)==null?void 0:m.type)==="runtype"?(_.isVoiceActive()&&_.toggleVoice(),ar()):sr("system"),P&&P.removeEventListener("click",go)}));let Bo=s.on("assistant:complete",()=>{os&&(ut.active||ut.manuallyDeactivated||os==="assistant"&&!ut.lastUserMessageWasVoice||setTimeout(()=>{var c,m;!ut.active&&!ut.manuallyDeactivated&&(((m=(c=r.voiceRecognition)==null?void 0:c.provider)==null?void 0:m.type)==="runtype"?_.toggleVoice().then(()=>{ut.active=_.isVoiceActive(),Jn("auto"),_.isVoiceActive()&&Kr()}):uo("auto"))},600))});gt.push(Bo);let Ve=s.on("action:resubmit",()=>{setTimeout(()=>{_&&!_.isStreaming()&&_.continueConversation()},100)});gt.push(Ve);let v=()=>{Rt(!W,"user")},R=null,w=null;if(A&&!$()){let c=o.find(m=>m.renderLauncher);if(c!=null&&c.renderLauncher){let m=c.renderLauncher({config:r,defaultRenderer:()=>Ds(r,v).element,onToggle:v});m&&(w=m)}w||(R=Ds(r,v))}R?e.appendChild(R.element):w&&e.appendChild(w),Jr(),er.render(r.suggestionChips,_,Le,void 0,r.suggestionChipsConfig),ds(),Io(_.isStreaming()),Ur(!0),Vs(),B&&(!A||$()?setTimeout(()=>Wo(),0):W&&setTimeout(()=>Wo(),200));let G=()=>{var I,ye,ie,Z,pe,ve,Ne,Ye,Ke,ot,st,Te,Ee,je,E,we,Ie,ze,he,Tt,rt,Qt;if($()){jn(),Jr();return}let c=on(r),m=(ye=(I=r.launcher)==null?void 0:I.sidebarMode)!=null?ye:!1,y=c||m||((Z=(ie=r.launcher)==null?void 0:ie.fullHeight)!=null?Z:!1),b=(pe=e.ownerDocument.defaultView)!=null?pe:window,T=(Ne=(ve=r.launcher)==null?void 0:ve.mobileFullscreen)!=null?Ne:!0,H=(Ke=(Ye=r.launcher)==null?void 0:Ye.mobileBreakpoint)!=null?Ke:640,N=b.innerWidth<=H,q=T&&N&&A;try{if(q){Zn(),So(e,r);return}if(F&&(F=!1,Zn(),So(e,r)),!A&&!c){z.style.height="",z.style.width="";return}if(!m&&!c){let cn=(st=(ot=r==null?void 0:r.launcher)==null?void 0:ot.width)!=null?st:r==null?void 0:r.launcherWidth,Pt=cn!=null?cn:Gn;z.style.width=Pt,z.style.maxWidth=Pt}if(gr(),!y){let cn=b.innerHeight,Pt=64,xn=(Ee=(Te=r.launcher)==null?void 0:Te.heightOffset)!=null?Ee:0,dn=Math.max(200,cn-Pt),Qe=Math.min(640,dn),at=Math.max(200,Qe-xn);z.style.height=`${at}px`}}finally{if(jn(),Jr(),W&&A){let Pt=((je=e.ownerDocument.defaultView)!=null?je:window).innerWidth<=((we=(E=r.launcher)==null?void 0:E.mobileBreakpoint)!=null?we:640),xn=(ze=(Ie=r.launcher)==null?void 0:Ie.sidebarMode)!=null?ze:!1,dn=(Tt=(he=r.launcher)==null?void 0:he.mobileFullscreen)!=null?Tt:!0,Qe=on(r)&&dn&&Pt,at=xn||dn&&Pt&&A||Qe;if(at&&!Gt){let vn=e.getRootNode(),un=vn instanceof ShadowRoot?vn.host:e.closest(".persona-host");un&&!Kt&&(Kt=Ci(un,(Qt=(rt=r.launcher)==null?void 0:rt.zIndex)!=null?Qt:fn)),Gt=wi(e.ownerDocument)}else at||(Kt==null||Kt(),Kt=null,Gt==null||Gt(),Gt=null)}}};G();let re=(Kl=e.ownerDocument.defaultView)!=null?Kl:window;if(re.addEventListener("resize",G),gt.push(()=>re.removeEventListener("resize",G)),typeof ResizeObserver!="undefined"){let c=new ResizeObserver(()=>{jn()});c.observe($e),gt.push(()=>c.disconnect())}rr=Se.scrollTop;let X=Se.scrollHeight,Je=()=>{let c=Se.scrollTop,m=Se.scrollHeight,y=m<X;X=m;let{action:b,nextLastScrollTop:T}=Ta({following:nr.isFollowing(),currentScrollTop:c,lastScrollTop:rr,nearBottom:Ls(Se,rs),userScrollThreshold:qs,isAutoScrolling:Tr||lo||y,pauseOnUpwardScroll:!0,pauseWhenAwayFromBottom:!1,resumeRequiresDownwardScroll:!0});if(rr=T,b==="resume"){jr();return}b==="pause"&&as()};Se.addEventListener("scroll",Je,{passive:!0}),gt.push(()=>Se.removeEventListener("scroll",Je));let De=c=>{let m=Ma({following:nr.isFollowing(),deltaY:c.deltaY,nearBottom:Ls(Se,rs),resumeWhenNearBottom:!0});m==="pause"?as():m==="resume"&&jr()};Se.addEventListener("wheel",De,{passive:!0}),gt.push(()=>Se.removeEventListener("wheel",De)),pt.addEventListener("click",()=>{Se.scrollTop=Se.scrollHeight,rr=Se.scrollTop,jr(),Ur(!0)}),gt.push(()=>pt.remove()),gt.push(()=>{ss()});let nt=()=>{_e&&(Nn&&(_e.removeEventListener("click",Nn),Nn=null),j()?(_e.style.display="",Nn=()=>{Rt(!1,"user")},_e.addEventListener("click",Nn)):_e.style.display="none")};nt(),(()=>{let{clearChatButton:c}=Oe;c&&c.addEventListener("click",()=>{_.clearMessages(),Fn.clear(),jr(),Mo(Oe.composerOverlay);try{localStorage.removeItem(es),r.debug&&console.log(`[AgentWidget] Cleared default localStorage key: ${es}`)}catch(y){console.error("[AgentWidget] Failed to clear default localStorage:",y)}if(r.clearChatHistoryStorageKey&&r.clearChatHistoryStorageKey!==es)try{localStorage.removeItem(r.clearChatHistoryStorageKey),r.debug&&console.log(`[AgentWidget] Cleared custom localStorage key: ${r.clearChatHistoryStorageKey}`)}catch(y){console.error("[AgentWidget] Failed to clear custom localStorage:",y)}let m=new CustomEvent("persona:clear-chat",{detail:{timestamp:new Date().toISOString()}});if(window.dispatchEvent(m),i!=null&&i.clear)try{let y=i.clear();y instanceof Promise&&y.catch(b=>{typeof console!="undefined"&&console.error("[AgentWidget] Failed to clear storage adapter:",b)})}catch(y){typeof console!="undefined"&&console.error("[AgentWidget] Failed to clear storage adapter:",y)}d={},M.syncFromMetadata(),Q==null||Q.clear(),ae==null||ae.update()})})(),Nt&&Nt.addEventListener("submit",us),Le==null||Le.addEventListener("keydown",ms),Le==null||Le.addEventListener("paste",gs);let St="persona-attachment-drop-active",Lt=0,Yt=()=>{Lt=0,ne.classList.remove(St)},ft=()=>{var c;return((c=r.attachments)==null?void 0:c.enabled)===!0&&vt!==null},Et=c=>{!Qa(c.dataTransfer)||!ft()||(Lt++,Lt===1&&ne.classList.add(St))},tn=c=>{!Qa(c.dataTransfer)||!ft()||(Lt--,Lt<=0&&Yt())},pn=c=>{!Qa(c.dataTransfer)||!ft()||(c.preventDefault(),c.dataTransfer.dropEffect="copy")},ln=c=>{var y;if(!Qa(c.dataTransfer)||!ft())return;c.preventDefault(),c.stopPropagation(),Yt();let m=Array.from((y=c.dataTransfer.files)!=null?y:[]);m.length!==0&&vt.handleFiles(m)},Ft=!0;ne.addEventListener("dragenter",Et,Ft),ne.addEventListener("dragleave",tn,Ft),e.addEventListener("dragover",pn,Ft),e.addEventListener("drop",ln,Ft);let Tn=e.ownerDocument,al=c=>{ft()&&c.preventDefault()},il=c=>{ft()&&c.preventDefault()};Tn.addEventListener("dragover",al),Tn.addEventListener("drop",il),gt.push(()=>{Nt&&Nt.removeEventListener("submit",us),Le==null||Le.removeEventListener("keydown",ms),Le==null||Le.removeEventListener("paste",gs)}),gt.push(()=>{ne.removeEventListener("dragenter",Et,Ft),ne.removeEventListener("dragleave",tn,Ft),e.removeEventListener("dragover",pn,Ft),e.removeEventListener("drop",ln,Ft),Tn.removeEventListener("dragover",al),Tn.removeEventListener("drop",il),Yt()}),gt.push(()=>{_.cancel()}),R?gt.push(()=>{R==null||R.destroy()}):w&>.push(()=>{w==null||w.remove()});let Zt={update(c){var en,yr,Wr,sa,aa,ia,xo,la,hs,tc,nc,rc,oc,sc,ac,ic,lc,cc,dc,pc,uc,mc,gc,fc,hc,yc,bc,xc,vc,Cc,wc,Ac,Sc,Ec,Tc,Mc,kc,Lc,Pc,Ic,Wc,Rc,Hc,Bc,Dc,Nc,Fc,Oc,$c,_c,jc,Uc,qc,zc,Vc,Jc,Kc,Gc,Qc,Xc,Yc,Zc,ed,td,nd,rd,od,sd,ad,id,ld,cd,dd,pd,ud,md,gd,fd,hd,yd,bd,xd,vd,Cd,wd,Ad,Sd,Ed,Td,Md,kd,Ld,Pd,Id,Wd,Rd,Hd,Bd,Dd,Nd,Fd,Od,$d,_d,jd,Ud,qd,zd,Vd,Jd,Kd,Gd,Qd;let m=r.toolCall,y=r.messageActions,b=(en=r.layout)==null?void 0:en.messages,T=r.colorScheme,H=r.loadingIndicator,N=r.iterationDisplay,q=(yr=r.features)==null?void 0:yr.showReasoning,I=(Wr=r.features)==null?void 0:Wr.showToolCalls,ye=(sa=r.features)==null?void 0:sa.toolCallDisplay,ie=(aa=r.features)==null?void 0:aa.reasoningDisplay;r={...r,...c},Zn(),So(e,r),za(e,r),Va(e,r),Bn(),r.colorScheme!==T&&_r();let Z=Ja.getForInstance(r.plugins);o.length=0,o.push(...Z),A=(xo=(ia=r.launcher)==null?void 0:ia.enabled)!=null?xo:!0,k=(hs=(la=r.launcher)==null?void 0:la.autoExpand)!=null?hs:!1,Me=(nc=(tc=r.features)==null?void 0:tc.showReasoning)!=null?nc:!0,Ge=(oc=(rc=r.features)==null?void 0:rc.showToolCalls)!=null?oc:!0,de=(ac=(sc=r.features)==null?void 0:sc.scrollToBottom)!=null?ac:{},Br(),kr();let pe=ue;if(ue=(lc=(ic=r.features)==null?void 0:ic.showEventStreamToggle)!=null?lc:!1,ue&&!pe){if(Q||(ee=new Us(Ue),Q=new js(Ae,ee),ee.open().then(()=>Q==null?void 0:Q.restore()).catch(()=>{}),_.setSSEEventCallback((Y,xt)=>{var Ot;(Ot=r.onSSEEvent)==null||Ot.call(r,Y,xt),Q.push({id:`evt-${Date.now()}-${Math.random().toString(36).slice(2,8)}`,type:Y,timestamp:Date.now(),payload:JSON.stringify(xt)})})),!mt&&Be){let Y=(dc=(cc=r.features)==null?void 0:cc.eventStream)==null?void 0:dc.classNames,xt="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:"");mt=h("button",xt),mt.style.width="28px",mt.style.height="28px",mt.style.color=An.actionIconColor,mt.type="button",mt.setAttribute("aria-label","Event Stream"),mt.title="Event Stream";let Ot=ge("activity","18px","currentColor",1.5);Ot&&mt.appendChild(Ot);let it=Oe.clearChatButtonWrapper,At=Oe.closeButtonWrapper,nn=it||At;nn&&nn.parentNode===Be?Be.insertBefore(mt,nn):Be.appendChild(mt),mt.addEventListener("click",()=>{Re?Yn():wr()})}}else!ue&&pe&&(Yn(),mt&&(mt.remove(),mt=null),Q==null||Q.clear(),ee==null||ee.destroy(),Q=null,ee=null);if(((pc=r.launcher)==null?void 0:pc.enabled)===!1&&R&&(R.destroy(),R=null),((uc=r.launcher)==null?void 0:uc.enabled)===!1&&w&&(w.remove(),w=null),((mc=r.launcher)==null?void 0:mc.enabled)!==!1&&!R&&!w){let Y=o.find(xt=>xt.renderLauncher);if(Y!=null&&Y.renderLauncher){let xt=Y.renderLauncher({config:r,defaultRenderer:()=>Ds(r,v).element,onToggle:v});xt&&(w=xt,e.appendChild(w))}w||(R=Ds(r,v),e.appendChild(R.element))}R&&R.update(r),Ce&&((gc=r.launcher)==null?void 0:gc.title)!==void 0&&(Ce.textContent=r.launcher.title),He&&((fc=r.launcher)==null?void 0:fc.subtitle)!==void 0&&(He.textContent=r.launcher.subtitle);let ve=(hc=r.layout)==null?void 0:hc.header;if((ve==null?void 0:ve.layout)!==S&&Be){let Y=ve?Ns(r,ve,{showClose:j(),onClose:()=>Rt(!1,"user")}):Zr({config:r,showClose:j(),onClose:()=>Rt(!1,"user")});Be.replaceWith(Y.header),Be=Y.header,U=Y.iconHolder,Ce=Y.headerTitle,He=Y.headerSubtitle,_e=Y.closeButton,S=ve==null?void 0:ve.layout}else if(ve&&(U&&(U.style.display=ve.showIcon===!1?"none":""),Ce&&(Ce.style.display=ve.showTitle===!1?"none":""),He&&(He.style.display=ve.showSubtitle===!1?"none":""),_e&&(_e.style.display=ve.showCloseButton===!1?"none":""),Oe.clearChatButtonWrapper)){let Y=ve.showClearChat;if(Y!==void 0){Oe.clearChatButtonWrapper.style.display=Y?"":"none";let{closeButtonWrapper:xt}=Oe;xt&&!xt.classList.contains("persona-absolute")&&(Y?xt.classList.remove("persona-ml-auto"):xt.classList.add("persona-ml-auto"))}}let Ye=((yc=r.layout)==null?void 0:yc.showHeader)!==!1;Be&&(Be.style.display=Ye?"":"none");let Ke=((bc=r.layout)==null?void 0:bc.showFooter)!==!1;$e&&($e.style.display=Ke?"":"none"),jn(),kr(),A!==L?A?Rt(k,"auto"):(W=!0,Jr()):k!==D&&Rt(k,"auto"),D=k,L=A,G(),nt();let Te=JSON.stringify(c.toolCall)!==JSON.stringify(m),Ee=JSON.stringify(r.messageActions)!==JSON.stringify(y),je=JSON.stringify((xc=r.layout)==null?void 0:xc.messages)!==JSON.stringify(b),E=((vc=r.loadingIndicator)==null?void 0:vc.render)!==(H==null?void 0:H.render)||((Cc=r.loadingIndicator)==null?void 0:Cc.renderIdle)!==(H==null?void 0:H.renderIdle)||((wc=r.loadingIndicator)==null?void 0:wc.showBubble)!==(H==null?void 0:H.showBubble),we=r.iterationDisplay!==N,Ie=((Sc=(Ac=r.features)==null?void 0:Ac.showReasoning)!=null?Sc:!0)!==(q!=null?q:!0)||((Tc=(Ec=r.features)==null?void 0:Ec.showToolCalls)!=null?Tc:!0)!==(I!=null?I:!0)||JSON.stringify((Mc=r.features)==null?void 0:Mc.toolCallDisplay)!==JSON.stringify(ye)||JSON.stringify((kc=r.features)==null?void 0:kc.reasoningDisplay)!==JSON.stringify(ie);(Te||Ee||je||E||we||Ie)&&_&&(ns++,po(be,_.getMessages(),Pe));let he=(Lc=r.launcher)!=null?Lc:{},Tt=(Pc=he.headerIconHidden)!=null?Pc:!1,rt=(Wc=(Ic=r.layout)==null?void 0:Ic.header)==null?void 0:Wc.showIcon,Qt=Tt||rt===!1,cn=he.headerIconName,Pt=(Rc=he.headerIconSize)!=null?Rc:"48px";if(U){let Y=ne.querySelector(".persona-border-b-persona-divider"),xt=Y==null?void 0:Y.querySelector(".persona-flex-col");if(Qt)U.style.display="none",Y&&xt&&!Y.contains(xt)&&Y.insertBefore(xt,Y.firstChild);else{if(U.style.display="",U.style.height=Pt,U.style.width=Pt,Y&&xt&&(Y.contains(U)?U.nextSibling!==xt&&(U.remove(),Y.insertBefore(U,xt)):Y.insertBefore(U,xt)),cn){let it=parseFloat(Pt)||24,At=ge(cn,it*.6,"#ffffff",2);At?U.replaceChildren(At):U.textContent=(Hc=he.agentIconText)!=null?Hc:"\u{1F4AC}"}else if(he.iconUrl){let it=U.querySelector("img");if(it)it.src=he.iconUrl,it.style.height=Pt,it.style.width=Pt;else{let At=document.createElement("img");At.src=he.iconUrl,At.alt="",At.className="persona-rounded-xl persona-object-cover",At.style.height=Pt,At.style.width=Pt,U.replaceChildren(At)}}else{let it=U.querySelector("svg"),At=U.querySelector("img");(it||At)&&U.replaceChildren(),U.textContent=(Bc=he.agentIconText)!=null?Bc:"\u{1F4AC}"}let Ot=U.querySelector("img");Ot&&(Ot.style.height=Pt,Ot.style.width=Pt)}}let xn=(Nc=(Dc=r.layout)==null?void 0:Dc.header)==null?void 0:Nc.showTitle,dn=(Oc=(Fc=r.layout)==null?void 0:Fc.header)==null?void 0:Oc.showSubtitle;if(Ce&&(Ce.style.display=xn===!1?"none":""),He&&(He.style.display=dn===!1?"none":""),_e){((_c=($c=r.layout)==null?void 0:$c.header)==null?void 0:_c.showCloseButton)===!1?_e.style.display="none":_e.style.display="";let xt=(jc=he.closeButtonSize)!=null?jc:"32px",Ot=(Uc=he.closeButtonPlacement)!=null?Uc:"inline";_e.style.height=xt,_e.style.width=xt;let{closeButtonWrapper:it}=Oe,At=Ot==="top-right",nn=it==null?void 0:it.classList.contains("persona-absolute");if(it&&At!==nn)if(it.remove(),At)it.className="persona-absolute persona-top-4 persona-right-4 persona-z-50",ne.style.position="relative",ne.appendChild(it);else{let dt=(zc=(qc=he.clearChat)==null?void 0:qc.placement)!=null?zc:"inline",rn=(Jc=(Vc=he.clearChat)==null?void 0:Vc.enabled)!=null?Jc:!0;it.className=rn&&dt==="inline"?"":"persona-ml-auto";let Pn=ne.querySelector(".persona-border-b-persona-divider");Pn&&Pn.appendChild(it)}if(_e.style.color=he.closeButtonColor||An.actionIconColor,he.closeButtonBackgroundColor?(_e.style.backgroundColor=he.closeButtonBackgroundColor,_e.classList.remove("hover:persona-bg-gray-100")):(_e.style.backgroundColor="",_e.classList.add("hover:persona-bg-gray-100")),he.closeButtonBorderWidth||he.closeButtonBorderColor){let dt=he.closeButtonBorderWidth||"0px",rn=he.closeButtonBorderColor||"transparent";_e.style.border=`${dt} solid ${rn}`,_e.classList.remove("persona-border-none")}else _e.style.border="",_e.classList.add("persona-border-none");he.closeButtonBorderRadius?(_e.style.borderRadius=he.closeButtonBorderRadius,_e.classList.remove("persona-rounded-full")):(_e.style.borderRadius="",_e.classList.add("persona-rounded-full")),he.closeButtonPaddingX?(_e.style.paddingLeft=he.closeButtonPaddingX,_e.style.paddingRight=he.closeButtonPaddingX):(_e.style.paddingLeft="",_e.style.paddingRight=""),he.closeButtonPaddingY?(_e.style.paddingTop=he.closeButtonPaddingY,_e.style.paddingBottom=he.closeButtonPaddingY):(_e.style.paddingTop="",_e.style.paddingBottom="");let mn=(Kc=he.closeButtonIconName)!=null?Kc:"x",ir=(Gc=he.closeButtonIconText)!=null?Gc:"\xD7";_e.innerHTML="";let wn=ge(mn,"28px","currentColor",1);wn?_e.appendChild(wn):_e.textContent=ir;let Xt=(Qc=he.closeButtonTooltipText)!=null?Qc:"Close chat",_n=(Xc=he.closeButtonShowTooltip)!=null?Xc:!0;if(_e.setAttribute("aria-label",Xt),it&&(it._cleanupTooltip&&(it._cleanupTooltip(),delete it._cleanupTooltip),_n&&Xt)){let dt=null,rn=()=>{if(dt||!_e)return;let vo=_e.ownerDocument,ys=vo.body;if(!ys)return;dt=br(vo,"div","persona-clear-chat-tooltip"),dt.textContent=Xt;let bs=br(vo,"div");bs.className="persona-clear-chat-tooltip-arrow",dt.appendChild(bs);let Co=_e.getBoundingClientRect();dt.style.position="fixed",dt.style.zIndex=String(Qr),dt.style.left=`${Co.left+Co.width/2}px`,dt.style.top=`${Co.top-8}px`,dt.style.transform="translate(-50%, -100%)",ys.appendChild(dt)},Pn=()=>{dt&&dt.parentNode&&(dt.parentNode.removeChild(dt),dt=null)};it.addEventListener("mouseenter",rn),it.addEventListener("mouseleave",Pn),_e.addEventListener("focus",rn),_e.addEventListener("blur",Pn),it._cleanupTooltip=()=>{Pn(),it&&(it.removeEventListener("mouseenter",rn),it.removeEventListener("mouseleave",Pn)),_e&&(_e.removeEventListener("focus",rn),_e.removeEventListener("blur",Pn))}}}let{clearChatButton:Qe,clearChatButtonWrapper:at}=Oe;if(Qe){let Y=(Yc=he.clearChat)!=null?Yc:{},xt=(Zc=Y.enabled)!=null?Zc:!0,Ot=(td=(ed=r.layout)==null?void 0:ed.header)==null?void 0:td.showClearChat,it=Ot!==void 0?Ot:xt,At=(nd=Y.placement)!=null?nd:"inline";if(at){at.style.display=it?"":"none";let{closeButtonWrapper:nn}=Oe;!$()&&nn&&!nn.classList.contains("persona-absolute")&&(it?nn.classList.remove("persona-ml-auto"):nn.classList.add("persona-ml-auto"));let mn=At==="top-right",ir=at.classList.contains("persona-absolute");if(!$()&&mn!==ir&&it){if(at.remove(),mn)at.className="persona-absolute persona-top-4 persona-z-50",at.style.right="48px",ne.style.position="relative",ne.appendChild(at);else{at.className="persona-relative persona-ml-auto persona-clear-chat-button-wrapper",at.style.right="";let Xt=ne.querySelector(".persona-border-b-persona-divider"),_n=Oe.closeButtonWrapper;Xt&&_n&&_n.parentElement===Xt?Xt.insertBefore(at,_n):Xt&&Xt.appendChild(at)}let wn=Oe.closeButtonWrapper;wn&&!wn.classList.contains("persona-absolute")&&(mn?wn.classList.add("persona-ml-auto"):wn.classList.remove("persona-ml-auto"))}}if(it){if(!$()){let dt=(rd=Y.size)!=null?rd:"32px";Qe.style.height=dt,Qe.style.width=dt}let nn=(od=Y.iconName)!=null?od:"refresh-cw",mn=(sd=Y.iconColor)!=null?sd:"";Qe.style.color=mn||An.actionIconColor,Qe.innerHTML="";let ir=$()?"14px":"20px",wn=ge(nn,ir,"currentColor",2);if(wn&&Qe.appendChild(wn),Y.backgroundColor?(Qe.style.backgroundColor=Y.backgroundColor,Qe.classList.remove("hover:persona-bg-gray-100")):(Qe.style.backgroundColor="",Qe.classList.add("hover:persona-bg-gray-100")),Y.borderWidth||Y.borderColor){let dt=Y.borderWidth||"0px",rn=Y.borderColor||"transparent";Qe.style.border=`${dt} solid ${rn}`,Qe.classList.remove("persona-border-none")}else Qe.style.border="",Qe.classList.add("persona-border-none");Y.borderRadius?(Qe.style.borderRadius=Y.borderRadius,Qe.classList.remove("persona-rounded-full")):(Qe.style.borderRadius="",Qe.classList.add("persona-rounded-full")),Y.paddingX?(Qe.style.paddingLeft=Y.paddingX,Qe.style.paddingRight=Y.paddingX):(Qe.style.paddingLeft="",Qe.style.paddingRight=""),Y.paddingY?(Qe.style.paddingTop=Y.paddingY,Qe.style.paddingBottom=Y.paddingY):(Qe.style.paddingTop="",Qe.style.paddingBottom="");let Xt=(ad=Y.tooltipText)!=null?ad:"Clear chat",_n=(id=Y.showTooltip)!=null?id:!0;if(Qe.setAttribute("aria-label",Xt),at&&(at._cleanupTooltip&&(at._cleanupTooltip(),delete at._cleanupTooltip),_n&&Xt)){let dt=null,rn=()=>{if(dt||!Qe)return;let vo=Qe.ownerDocument,ys=vo.body;if(!ys)return;dt=br(vo,"div","persona-clear-chat-tooltip"),dt.textContent=Xt;let bs=br(vo,"div");bs.className="persona-clear-chat-tooltip-arrow",dt.appendChild(bs);let Co=Qe.getBoundingClientRect();dt.style.position="fixed",dt.style.zIndex=String(Qr),dt.style.left=`${Co.left+Co.width/2}px`,dt.style.top=`${Co.top-8}px`,dt.style.transform="translate(-50%, -100%)",ys.appendChild(dt)},Pn=()=>{dt&&dt.parentNode&&(dt.parentNode.removeChild(dt),dt=null)};at.addEventListener("mouseenter",rn),at.addEventListener("mouseleave",Pn),Qe.addEventListener("focus",rn),Qe.addEventListener("blur",Pn),at._cleanupTooltip=()=>{Pn(),at&&(at.removeEventListener("mouseenter",rn),at.removeEventListener("mouseleave",Pn)),Qe&&(Qe.removeEventListener("focus",rn),Qe.removeEventListener("blur",Pn))}}}}let vn=r.actionParsers&&r.actionParsers.length?r.actionParsers:[Ka],un=r.actionHandlers&&r.actionHandlers.length?r.actionHandlers:[Zo.message,Zo.messageAndClick];M=Ga({parsers:vn,handlers:un,getSessionMetadata:f,updateSessionMetadata:g,emit:s.emit,documentRef:typeof document!="undefined"?document:null}),Pe=hu(r,M,oe),_.updateConfig(r),po(be,_.getMessages(),Pe),er.render(r.suggestionChips,_,Le,void 0,r.suggestionChipsConfig),ds(),Io(_.isStreaming());let fo=((ld=r.voiceRecognition)==null?void 0:ld.enabled)===!0,ho=typeof window!="undefined"&&(typeof window.webkitSpeechRecognition!="undefined"||typeof window.SpeechRecognition!="undefined"),yo=((dd=(cd=r.voiceRecognition)==null?void 0:cd.provider)==null?void 0:dd.type)==="runtype";if(fo&&(ho||yo))if(!P||!fe){let Y=na(r.voiceRecognition,r.sendButton);Y&&(P=Y.micButton,fe=Y.micButtonWrapper,Ct.insertBefore(fe,sn),P.addEventListener("click",go),P.disabled=_.isStreaming())}else{let Y=(pd=r.voiceRecognition)!=null?pd:{},xt=(ud=r.sendButton)!=null?ud:{},Ot=(md=Y.iconName)!=null?md:"mic",it=(gd=xt.size)!=null?gd:"40px",At=(fd=Y.iconSize)!=null?fd:it,nn=parseFloat(At)||24;P.style.width=At,P.style.height=At,P.style.minWidth=At,P.style.minHeight=At;let mn=(yd=(hd=Y.iconColor)!=null?hd:xt.textColor)!=null?yd:"currentColor";P.innerHTML="";let ir=ge(Ot,nn,mn,2);ir?P.appendChild(ir):P.textContent="\u{1F3A4}";let wn=(bd=Y.backgroundColor)!=null?bd:xt.backgroundColor;wn?P.style.backgroundColor=wn:P.style.backgroundColor="",mn?P.style.color=mn:P.style.color="var(--persona-text, #111827)",Y.borderWidth?(P.style.borderWidth=Y.borderWidth,P.style.borderStyle="solid"):(P.style.borderWidth="",P.style.borderStyle=""),Y.borderColor?P.style.borderColor=Y.borderColor:P.style.borderColor="",Y.paddingX?(P.style.paddingLeft=Y.paddingX,P.style.paddingRight=Y.paddingX):(P.style.paddingLeft="",P.style.paddingRight=""),Y.paddingY?(P.style.paddingTop=Y.paddingY,P.style.paddingBottom=Y.paddingY):(P.style.paddingTop="",P.style.paddingBottom="");let Xt=fe==null?void 0:fe.querySelector(".persona-send-button-tooltip"),_n=(xd=Y.tooltipText)!=null?xd:"Start voice recognition";if(((vd=Y.showTooltip)!=null?vd:!1)&&_n)if(Xt)Xt.textContent=_n,Xt.style.display="";else{let rn=document.createElement("div");rn.className="persona-send-button-tooltip",rn.textContent=_n,fe==null||fe.insertBefore(rn,P)}else Xt&&(Xt.style.display="none");fe.style.display="",P.disabled=_.isStreaming()}else P&&fe&&(fe.style.display="none",((wd=(Cd=r.voiceRecognition)==null?void 0:Cd.provider)==null?void 0:wd.type)==="runtype"?_.isVoiceActive()&&_.toggleVoice():On&&sr());if(((Ad=r.attachments)==null?void 0:Ad.enabled)===!0)if(!ct||!me){let Y=(Sd=r.attachments)!=null?Sd:{},Ot=(Td=((Ed=r.sendButton)!=null?Ed:{}).size)!=null?Td:"40px";It||(It=h("div","persona-attachment-previews persona-flex persona-flex-wrap persona-gap-2 persona-mb-2"),It.style.display="none",Nt.insertBefore(It,Le)),qe||(qe=document.createElement("input"),qe.type="file",qe.accept=((Md=Y.allowedTypes)!=null?Md:Rr).join(","),qe.multiple=((kd=Y.maxFiles)!=null?kd:4)>1,qe.style.display="none",qe.setAttribute("aria-label","Attach files"),Nt.insertBefore(qe,Le)),ct=h("div","persona-send-button-wrapper"),me=h("button","persona-rounded-button persona-flex persona-items-center persona-justify-center disabled:persona-opacity-50 persona-cursor-pointer persona-attachment-button"),me.type="button",me.setAttribute("aria-label",(Ld=Y.buttonTooltipText)!=null?Ld:"Attach file");let it=(Pd=Y.buttonIconName)!=null?Pd:"paperclip",At=Ot,nn=parseFloat(At)||40,mn=Math.round(nn*.6);me.style.width=At,me.style.height=At,me.style.minWidth=At,me.style.minHeight=At,me.style.fontSize="18px",me.style.lineHeight="1",me.style.backgroundColor="transparent",me.style.color="var(--persona-primary, #111827)",me.style.border="none",me.style.borderRadius="6px",me.style.transition="background-color 0.15s ease",me.addEventListener("mouseenter",()=>{me.style.backgroundColor="var(--persona-palette-colors-black-alpha-50, rgba(0, 0, 0, 0.05))"}),me.addEventListener("mouseleave",()=>{me.style.backgroundColor="transparent"});let ir=ge(it,mn,"currentColor",1.5);ir?me.appendChild(ir):me.textContent="\u{1F4CE}",me.addEventListener("click",_n=>{_n.preventDefault(),qe==null||qe.click()}),ct.appendChild(me);let wn=(Id=Y.buttonTooltipText)!=null?Id:"Attach file",Xt=h("div","persona-send-button-tooltip");Xt.textContent=wn,ct.appendChild(Xt),et.append(ct),!vt&&qe&&It&&(vt=qo.fromConfig(Y),vt.setPreviewsContainer(It),qe.addEventListener("change",async()=>{vt&&(qe!=null&&qe.files)&&(await vt.handleFileSelect(qe.files),qe.value="")})),ne.querySelector(".persona-attachment-drop-overlay")||ne.appendChild(yu(Y.dropOverlay))}else{ct.style.display="";let Y=(Wd=r.attachments)!=null?Wd:{};qe&&(qe.accept=((Rd=Y.allowedTypes)!=null?Rd:Rr).join(","),qe.multiple=((Hd=Y.maxFiles)!=null?Hd:4)>1),vt&&vt.updateConfig({allowedTypes:Y.allowedTypes,maxFileSize:Y.maxFileSize,maxFiles:Y.maxFiles})}else ct&&(ct.style.display="none"),vt&&vt.clearAttachments(),(Bd=ne.querySelector(".persona-attachment-drop-overlay"))==null||Bd.remove();let qt=(Dd=r.sendButton)!=null?Dd:{},bo=(Nd=qt.useIcon)!=null?Nd:!1,Gr=(Fd=qt.iconText)!=null?Fd:"\u2191",ht=qt.iconName,Mn=(Od=qt.tooltipText)!=null?Od:"Send message",Ir=($d=qt.showTooltip)!=null?$d:!1,Cn=(_d=qt.size)!=null?_d:"40px",kn=qt.backgroundColor,Bt=qt.textColor;if(bo){if(te.style.width=Cn,te.style.height=Cn,te.style.minWidth=Cn,te.style.minHeight=Cn,te.style.fontSize="18px",te.style.lineHeight="1",te.innerHTML="",Bt?te.style.color=Bt:te.style.color="var(--persona-button-primary-fg, #ffffff)",ht){let Y=parseFloat(Cn)||24,xt=(Bt==null?void 0:Bt.trim())||"currentColor",Ot=ge(ht,Y,xt,2);Ot?te.appendChild(Ot):te.textContent=Gr}else te.textContent=Gr;te.className="persona-rounded-button persona-flex persona-items-center persona-justify-center disabled:persona-opacity-50 persona-cursor-pointer",kn?(te.style.backgroundColor=kn,te.classList.remove("persona-bg-persona-primary")):(te.style.backgroundColor="",te.classList.add("persona-bg-persona-primary"))}else te.textContent=(Ud=(jd=r.copy)==null?void 0:jd.sendButtonLabel)!=null?Ud:"Send",te.style.width="",te.style.height="",te.style.minWidth="",te.style.minHeight="",te.style.fontSize="",te.style.lineHeight="",te.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",kn?(te.style.backgroundColor=kn,te.classList.remove("persona-bg-persona-accent")):te.classList.add("persona-bg-persona-accent"),Bt?te.style.color=Bt:te.classList.add("persona-text-white");qt.borderWidth?(te.style.borderWidth=qt.borderWidth,te.style.borderStyle="solid"):(te.style.borderWidth="",te.style.borderStyle=""),qt.borderColor?te.style.borderColor=qt.borderColor:te.style.borderColor="",qt.paddingX?(te.style.paddingLeft=qt.paddingX,te.style.paddingRight=qt.paddingX):(te.style.paddingLeft="",te.style.paddingRight=""),qt.paddingY?(te.style.paddingTop=qt.paddingY,te.style.paddingBottom=qt.paddingY):(te.style.paddingTop="",te.style.paddingBottom="");let _t=sn==null?void 0:sn.querySelector(".persona-send-button-tooltip");if(Ir&&Mn)if(_t)_t.textContent=Mn,_t.style.display="";else{let Y=document.createElement("div");Y.className="persona-send-button-tooltip",Y.textContent=Mn,sn==null||sn.insertBefore(Y,te)}else _t&&(_t.style.display="none");let Dt=(Kd=(qd=r.layout)==null?void 0:qd.contentMaxWidth)!=null?Kd:$()?(Jd=(Vd=(zd=r.launcher)==null?void 0:zd.composerBar)==null?void 0:Vd.contentMaxWidth)!=null?Jd:"720px":void 0;Dt?(be.style.maxWidth=Dt,be.style.marginLeft="auto",be.style.marginRight="auto",be.style.width="100%",Nt&&(Nt.style.maxWidth=Dt,Nt.style.marginLeft="auto",Nt.style.marginRight="auto"),Ht&&(Ht.style.maxWidth=Dt,Ht.style.marginLeft="auto",Ht.style.marginRight="auto")):(be.style.maxWidth="",be.style.marginLeft="",be.style.marginRight="",be.style.width="",Nt&&(Nt.style.maxWidth="",Nt.style.marginLeft="",Nt.style.marginRight=""),Ht&&(Ht.style.maxWidth="",Ht.style.marginLeft="",Ht.style.marginRight=""));let zt=(Gd=r.statusIndicator)!=null?Gd:{},Ln=(Qd=zt.visible)!=null?Qd:!0;if(Vt.style.display=Ln?"":"none",_){let Y=_.getStatus();Fe(Vt,(Ot=>{var it,At,nn,mn;return Ot==="idle"?(it=zt.idleText)!=null?it:gn.idle:Ot==="connecting"?(At=zt.connectingText)!=null?At:gn.connecting:Ot==="connected"?(nn=zt.connectedText)!=null?nn:gn.connected:Ot==="error"?(mn=zt.errorText)!=null?mn:gn.error:gn[Ot]})(Y),zt,Y)}Vt.classList.remove("persona-text-left","persona-text-center","persona-text-right");let $n=zt.align==="left"?"persona-text-left":zt.align==="center"?"persona-text-center":"persona-text-right";Vt.classList.add($n)},open(){j()&&Rt(!0,"api")},close(){j()&&Rt(!1,"api")},toggle(){j()&&Rt(!W,"api")},clearChat(){hn=!1,_.clearMessages(),Fn.clear(),jr();try{localStorage.removeItem(es),r.debug&&console.log(`[AgentWidget] Cleared default localStorage key: ${es}`)}catch(m){console.error("[AgentWidget] Failed to clear default localStorage:",m)}if(r.clearChatHistoryStorageKey&&r.clearChatHistoryStorageKey!==es)try{localStorage.removeItem(r.clearChatHistoryStorageKey),r.debug&&console.log(`[AgentWidget] Cleared custom localStorage key: ${r.clearChatHistoryStorageKey}`)}catch(m){console.error("[AgentWidget] Failed to clear custom localStorage:",m)}let c=new CustomEvent("persona:clear-chat",{detail:{timestamp:new Date().toISOString()}});if(window.dispatchEvent(c),i!=null&&i.clear)try{let m=i.clear();m instanceof Promise&&m.catch(y=>{typeof console!="undefined"&&console.error("[AgentWidget] Failed to clear storage adapter:",y)})}catch(m){typeof console!="undefined"&&console.error("[AgentWidget] Failed to clear storage adapter:",m)}d={},M.syncFromMetadata(),Q==null||Q.clear(),ae==null||ae.update()},setMessage(c){return!Le||_.isStreaming()?!1:(!W&&j()&&Rt(!0,"system"),Le.value=c,Le.dispatchEvent(new Event("input",{bubbles:!0})),!0)},submitMessage(c){if(_.isStreaming())return!1;let m=(c==null?void 0:c.trim())||Le.value.trim();return m?(!W&&j()&&Rt(!0,"system"),Le.value="",Le.style.height="auto",_.sendMessage(m),!0):!1},startVoiceRecognition(){var m,y;return _.isStreaming()?!1:((y=(m=r.voiceRecognition)==null?void 0:m.provider)==null?void 0:y.type)==="runtype"?(_.isVoiceActive()||(!W&&j()&&Rt(!0,"system"),ut.manuallyDeactivated=!1,En(),_.toggleVoice().then(()=>{ut.active=_.isVoiceActive(),Jn("user"),_.isVoiceActive()&&Kr()})),!0):On?!0:fs()?(!W&&j()&&Rt(!0,"system"),ut.manuallyDeactivated=!1,En(),uo("user"),!0):!1},stopVoiceRecognition(){var c,m;return((m=(c=r.voiceRecognition)==null?void 0:c.provider)==null?void 0:m.type)==="runtype"?_.isVoiceActive()?(_.toggleVoice().then(()=>{ut.active=!1,ut.manuallyDeactivated=!0,En(),Jn("user"),ar()}),!0):!1:On?(ut.manuallyDeactivated=!0,En(),sr("user"),!0):!1},injectMessage(c){return!W&&j()&&Rt(!0,"system"),_.injectMessage(c)},injectAssistantMessage(c){!W&&j()&&Rt(!0,"system");let m=_.injectAssistantMessage(c);return O&&(O=!1,V&&(clearTimeout(V),V=null),setTimeout(()=>{_&&!_.isStreaming()&&_.continueConversation()},100)),m},injectUserMessage(c){return!W&&j()&&Rt(!0,"system"),_.injectUserMessage(c)},injectSystemMessage(c){return!W&&j()&&Rt(!0,"system"),_.injectSystemMessage(c)},injectMessageBatch(c){return!W&&j()&&Rt(!0,"system"),_.injectMessageBatch(c)},injectComponentDirective(c){return!W&&j()&&Rt(!0,"system"),_.injectComponentDirective(c)},injectTestMessage(c){!W&&j()&&Rt(!0,"system"),_.injectTestEvent(c)},async connectStream(c,m){return _.connectStream(c,m)},__pushEventStreamEvent(c){Q&&Q.push({id:`evt-${Date.now()}-${Math.random().toString(36).slice(2,8)}`,type:c.type,timestamp:Date.now(),payload:JSON.stringify(c.payload)})},showEventStream(){!ue||!Q||wr()},hideEventStream(){Re&&Yn()},isEventStreamVisible(){return Re},showArtifacts(){Xn(r)&&(hn=!1,Bn(),yt==null||yt.setMobileOpen(!0))},hideArtifacts(){Xn(r)&&(hn=!0,Bn())},upsertArtifact(c){return Xn(r)?(hn=!1,_.upsertArtifact(c)):null},selectArtifact(c){Xn(r)&&_.selectArtifact(c)},clearArtifacts(){Xn(r)&&_.clearArtifacts()},getArtifacts(){var c;return(c=_==null?void 0:_.getArtifacts())!=null?c:[]},getSelectedArtifactId(){var c;return(c=_==null?void 0:_.getSelectedArtifactId())!=null?c:null},focusInput(){return A&&!W&&!$()||!Le?!1:(Le.focus(),!0)},async resolveApproval(c,m){let b=_.getMessages().find(T=>{var H;return T.variant==="approval"&&((H=T.approval)==null?void 0:H.id)===c});if(!(b!=null&&b.approval))throw new Error(`Approval not found: ${c}`);return _.resolveApproval(b.approval,m)},getMessages(){return _.getMessages()},getStatus(){return _.getStatus()},getPersistentMetadata(){return{...d}},updatePersistentMetadata(c){g(c)},on(c,m){return s.on(c,m)},off(c,m){s.off(c,m)},isOpen(){return j()&&W},isVoiceActive(){return ut.active},getState(){return{open:j()&&W,launcherEnabled:A,voiceActive:ut.active,streaming:_.isStreaming()}},showCSATFeedback(c){!W&&j()&&Rt(!0,"system");let m=be.querySelector(".persona-feedback-container");m&&m.remove();let y=Vi({onSubmit:async(b,T)=>{var H;_.isClientTokenMode()&&await _.submitCSATFeedback(b,T),(H=c==null?void 0:c.onSubmit)==null||H.call(c,b,T)},onDismiss:c==null?void 0:c.onDismiss,...c});be.appendChild(y),y.scrollIntoView({behavior:"smooth",block:"end"})},showNPSFeedback(c){!W&&j()&&Rt(!0,"system");let m=be.querySelector(".persona-feedback-container");m&&m.remove();let y=Ji({onSubmit:async(b,T)=>{var H;_.isClientTokenMode()&&await _.submitNPSFeedback(b,T),(H=c==null?void 0:c.onSubmit)==null||H.call(c,b,T)},onDismiss:c==null?void 0:c.onDismiss,...c});be.appendChild(y),y.scrollIntoView({behavior:"smooth",block:"end"})},async submitCSATFeedback(c,m){return _.submitCSATFeedback(c,m)},async submitNPSFeedback(c,m){return _.submitNPSFeedback(c,m)},destroy(){hr!=null&&(clearInterval(hr),hr=null),gt.forEach(c=>c()),K.remove(),xe==null||xe.remove(),R==null||R.destroy(),w==null||w.remove(),Nn&&_e.removeEventListener("click",Nn)}};if((((Gl=t==null?void 0:t.debugTools)!=null?Gl:!1)||!!r.debug)&&typeof window!="undefined"){let c=window.AgentWidgetBrowser,m={controller:Zt,getMessages:Zt.getMessages,getStatus:Zt.getStatus,getMetadata:Zt.getPersistentMetadata,updateMetadata:Zt.updatePersistentMetadata,clearHistory:()=>Zt.clearChat(),setVoiceActive:y=>y?Zt.startVoiceRecognition():Zt.stopVoiceRecognition()};window.AgentWidgetBrowser=m,gt.push(()=>{window.AgentWidgetBrowser===m&&(window.AgentWidgetBrowser=c)})}if(typeof window!="undefined"){let c=e.getAttribute("data-persona-instance")||e.id||"persona-"+Math.random().toString(36).slice(2,8),m=q=>{let I=q.detail;(!(I!=null&&I.instanceId)||I.instanceId===c)&&Zt.focusInput()};if(window.addEventListener("persona:focusInput",m),gt.push(()=>{window.removeEventListener("persona:focusInput",m)}),ue){let q=ye=>{let ie=ye.detail;(!(ie!=null&&ie.instanceId)||ie.instanceId===c)&&Zt.showEventStream()},I=ye=>{let ie=ye.detail;(!(ie!=null&&ie.instanceId)||ie.instanceId===c)&&Zt.hideEventStream()};window.addEventListener("persona:showEventStream",q),window.addEventListener("persona:hideEventStream",I),gt.push(()=>{window.removeEventListener("persona:showEventStream",q),window.removeEventListener("persona:hideEventStream",I)})}let y=q=>{let I=q.detail;(!(I!=null&&I.instanceId)||I.instanceId===c)&&Zt.showArtifacts()},b=q=>{let I=q.detail;(!(I!=null&&I.instanceId)||I.instanceId===c)&&Zt.hideArtifacts()},T=q=>{let I=q.detail;I!=null&&I.instanceId&&I.instanceId!==c||I!=null&&I.artifact&&Zt.upsertArtifact(I.artifact)},H=q=>{let I=q.detail;I!=null&&I.instanceId&&I.instanceId!==c||typeof(I==null?void 0:I.id)=="string"&&Zt.selectArtifact(I.id)},N=q=>{let I=q.detail;(!(I!=null&&I.instanceId)||I.instanceId===c)&&Zt.clearArtifacts()};window.addEventListener("persona:showArtifacts",y),window.addEventListener("persona:hideArtifacts",b),window.addEventListener("persona:upsertArtifact",T),window.addEventListener("persona:selectArtifact",H),window.addEventListener("persona:clearArtifacts",N),gt.push(()=>{window.removeEventListener("persona:showArtifacts",y),window.removeEventListener("persona:hideArtifacts",b),window.removeEventListener("persona:upsertArtifact",T),window.removeEventListener("persona:selectArtifact",H),window.removeEventListener("persona:clearArtifacts",N)})}let Kn=Ly(r.persistState);if(Kn&&j()){let c=Py(Kn.storage),m=`${Kn.keyPrefix}widget-open`,y=`${Kn.keyPrefix}widget-voice`,b=`${Kn.keyPrefix}widget-voice-mode`;if(c){let T=((Ql=Kn.persist)==null?void 0:Ql.openState)&&c.getItem(m)==="true",H=((Xl=Kn.persist)==null?void 0:Xl.voiceState)&&c.getItem(y)==="true",N=((Yl=Kn.persist)==null?void 0:Yl.voiceState)&&c.getItem(b)==="true";if(T&&setTimeout(()=>{Zt.open(),setTimeout(()=>{var q;if(H||N)Zt.startVoiceRecognition();else if((q=Kn.persist)!=null&&q.focusInput){let I=e.querySelector("textarea");I&&I.focus()}},100)},0),(Zl=Kn.persist)!=null&&Zl.openState&&(s.on("widget:opened",()=>{c.setItem(m,"true")}),s.on("widget:closed",()=>{c.setItem(m,"false")})),(ec=Kn.persist)!=null&&ec.voiceState&&(s.on("voice:state",q=>{c.setItem(y,q.active?"true":"false")}),s.on("user:message",q=>{c.setItem(b,q.viaVoice?"true":"false")})),Kn.clearOnChatClear){let q=()=>{c.removeItem(m),c.removeItem(y),c.removeItem(b)},I=()=>q();window.addEventListener("persona:clear-chat",I),gt.push(()=>{window.removeEventListener("persona:clear-chat",I)})}}}return u&&j()&&setTimeout(()=>{Zt.open()},0),Lr(),Zt};var Iy=(e,n)=>{let t=e.trim(),r=/^(\d+(?:\.\d+)?)px$/i.exec(t);if(r)return Math.max(0,parseFloat(r[1]));let o=/^(\d+(?:\.\d+)?)%$/i.exec(t);return o?Math.max(0,n*parseFloat(o[1])/100):420},bu=(e,n)=>{var r,o;let t=(o=(r=n==null?void 0:n.launcher)==null?void 0:r.enabled)!=null?o:!0;e.className="persona-host",e.style.height=t?"":"100%",e.style.display=t?"":"flex",e.style.flexDirection=t?"":"column",e.style.flex=t?"":"1 1 auto",e.style.minHeight=t?"":"0"},Zi=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=""},xu=e=>{e.style.inset="",e.style.width="",e.style.height="",e.style.maxWidth="",e.style.minWidth="",Zi(e)},Qi=e=>{e.style.transition=""},Xi=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=""},Yi=e=>{e.style.width="",e.style.maxWidth="",e.style.minWidth="",e.style.flex="1 1 auto"},Xa=(e,n)=>{e.style.width="",e.style.minWidth="",e.style.maxWidth="",e.style.boxSizing="",n.style.alignItems=""},Wy=(e,n,t,r,o)=>{o?t.parentElement!==n&&(e.replaceChildren(),n.replaceChildren(t,r),e.appendChild(n)):t.parentElement===n&&(n.replaceChildren(),e.appendChild(t),e.appendChild(r))},Ry=(e,n,t,r,o,s)=>{let a=s?n:e;o==="left"?a.firstElementChild!==r&&a.replaceChildren(r,t):a.lastElementChild!==r&&a.replaceChildren(t,r)},vu=(e,n,t,r,o,s,a)=>{var C,x,M,A,k,B;let i=lr(s),d=i.reveal==="push";Wy(e,n,t,r,d),Ry(e,n,t,r,i.side,d),e.dataset.personaHostLayout="docked",e.dataset.personaDockSide=i.side,e.dataset.personaDockOpen=a?"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",t.style.display="flex",t.style.flexDirection="column",t.style.minHeight="0",t.style.position="relative",o.className="persona-host",o.style.height="100%",o.style.minHeight="0",o.style.display="flex",o.style.flexDirection="column",o.style.flex="1 1 auto";let l=e.ownerDocument.defaultView,u=(x=(C=s==null?void 0:s.launcher)==null?void 0:C.mobileFullscreen)!=null?x:!0,p=(A=(M=s==null?void 0:s.launcher)==null?void 0:M.mobileBreakpoint)!=null?A:640,f=l!=null?l.innerWidth<=p:!1;if(u&&f&&a){e.dataset.personaDockMobileFullscreen="true",e.removeAttribute("data-persona-dock-reveal"),Xi(n),Qi(r),xu(r),Yi(t),Xa(o,r),e.style.display="flex",e.style.flexDirection="column",e.style.alignItems="stretch",e.style.overflow="hidden",t.style.flex="1 1 auto",t.style.width="100%",t.style.minWidth="0",r.style.display="flex",r.style.flexDirection="column",r.style.position="fixed",r.style.inset="0",r.style.width="100%",r.style.height="100%",r.style.maxWidth="100%",r.style.minWidth="0",r.style.minHeight="0",r.style.overflow="hidden",r.style.zIndex=String((B=(k=s==null?void 0:s.launcher)==null?void 0:k.zIndex)!=null?B:fn),r.style.transform="none",r.style.transition="none",r.style.pointerEvents="auto",r.style.flex="none",d&&(n.style.display="flex",n.style.flexDirection="column",n.style.width="100%",n.style.height="100%",n.style.minHeight="0",n.style.minWidth="0",n.style.flex="1 1 auto",n.style.alignItems="stretch",n.style.transform="none",n.style.transition="none",t.style.flex="1 1 auto",t.style.width="100%",t.style.maxWidth="100%",t.style.minWidth="0");return}if(e.removeAttribute("data-persona-dock-mobile-fullscreen"),xu(r),i.reveal==="overlay"){e.style.display="flex",e.style.flexDirection="row",e.style.alignItems="stretch",e.style.overflow="hidden",e.dataset.personaDockReveal="overlay",Xi(n),Qi(r),Yi(t),Xa(o,r);let D=i.animate?"transform 180ms ease":"none",L=i.side==="right"?"translateX(100%)":"translateX(-100%)",S=a?"translateX(0)":L;r.style.display="flex",r.style.flexDirection="column",r.style.flex="none",r.style.position="absolute",r.style.top="0",r.style.bottom="0",r.style.width=i.width,r.style.maxWidth=i.width,r.style.minWidth=i.width,r.style.minHeight="0",r.style.overflow="hidden",r.style.transition=D,r.style.transform=S,r.style.pointerEvents=a?"auto":"none",r.style.zIndex="2",i.side==="right"?(r.style.right="0",r.style.left=""):(r.style.left="0",r.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",Qi(r),Zi(r),Xa(o,r);let D=Iy(i.width,e.clientWidth),L=Math.max(0,e.clientWidth),S=i.animate?"transform 180ms ease":"none",F=i.side==="right"?a?`translateX(-${D}px)`:"translateX(0)":a?"translateX(0)":`translateX(-${D}px)`;n.style.display="flex",n.style.flexDirection="row",n.style.flex="0 0 auto",n.style.minHeight="0",n.style.minWidth="0",n.style.alignItems="stretch",n.style.height="100%",n.style.width=`${L+D}px`,n.style.transition=S,n.style.transform=F,t.style.flex="0 0 auto",t.style.flexGrow="0",t.style.flexShrink="0",t.style.width=`${L}px`,t.style.maxWidth=`${L}px`,t.style.minWidth=`${L}px`,r.style.display="flex",r.style.flexDirection="column",r.style.flex="0 0 auto",r.style.flexShrink="0",r.style.width=i.width,r.style.minWidth=i.width,r.style.maxWidth=i.width,r.style.position="relative",r.style.overflow="hidden",r.style.transition="none",r.style.pointerEvents=a?"auto":"none"}else{e.style.display="flex",e.style.flexDirection="row",e.style.alignItems="stretch",e.style.overflow="",Xi(n),Zi(r),Yi(t),Xa(o,r);let D=i.reveal==="emerge";D?e.dataset.personaDockReveal="emerge":e.removeAttribute("data-persona-dock-reveal");let L=a?i.width:"0px",S=i.animate?"width 180ms ease, min-width 180ms ease, max-width 180ms ease, flex-basis 180ms ease":"none",F=!a;r.style.display="flex",r.style.flexDirection="column",r.style.flex=`0 0 ${L}`,r.style.width=L,r.style.maxWidth=L,r.style.minWidth=L,r.style.minHeight="0",r.style.position="relative",r.style.overflow=D||F?"hidden":"visible",r.style.transition=S,D&&(r.style.alignItems=i.side==="right"?"flex-start":"flex-end",o.style.width=i.width,o.style.minWidth=i.width,o.style.maxWidth=i.width,o.style.boxSizing="border-box")}},Hy=(e,n)=>{let t=e.ownerDocument.createElement("div");return bu(t,n),e.appendChild(t),{mode:"direct",host:t,shell:null,syncWidgetState:()=>{},updateConfig(r){bu(t,r)},destroy(){t.remove()}}},By=(e,n)=>{var k,B,D,L;let{ownerDocument:t}=e,r=e.parentElement;if(!r)throw new Error("Docked widget target must be attached to the DOM");let o=e.tagName.toUpperCase();if(o==="BODY"||o==="HTML")throw new Error('Docked widget target must be a concrete container element, not "body" or "html"');let s=e.nextSibling,a=t.createElement("div"),i=t.createElement("div"),d=t.createElement("div"),l=t.createElement("aside"),u=t.createElement("div"),p=(B=(k=n==null?void 0:n.launcher)==null?void 0:k.enabled)==null||B?(L=(D=n==null?void 0:n.launcher)==null?void 0:D.autoExpand)!=null?L:!1:!0;i.dataset.personaDockRole="push-track",d.dataset.personaDockRole="content",l.dataset.personaDockRole="panel",u.dataset.personaDockRole="host",l.appendChild(u),r.insertBefore(a,e),d.appendChild(e);let f=null,g=()=>{f==null||f.disconnect(),f=null},C=()=>{g(),lr(n).reveal==="push"&&typeof ResizeObserver!="undefined"&&(f=new ResizeObserver(()=>{vu(a,i,d,l,u,n,p)}),f.observe(a))},x=()=>{vu(a,i,d,l,u,n,p),C()},M=a.ownerDocument.defaultView,A=()=>{x()};return M==null||M.addEventListener("resize",A),lr(n).reveal==="push"?(i.appendChild(d),i.appendChild(l),a.appendChild(i)):(a.appendChild(d),a.appendChild(l)),x(),{mode:"docked",host:u,shell:a,syncWidgetState(S){let F=S.launcherEnabled?S.open:!0;p!==F&&(p=F,x())},updateConfig(S){var F,$;n=S,(($=(F=n==null?void 0:n.launcher)==null?void 0:F.enabled)!=null?$:!0)===!1&&(p=!0),x()},destroy(){M==null||M.removeEventListener("resize",A),g(),r.isConnected&&(s&&s.parentNode===r?r.insertBefore(e,s):r.appendChild(e)),a.remove()}}},Ya=(e,n)=>on(n)?By(e,n):Hy(e,n);var el={},Dy=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 n=document.querySelector(e);if(!n)throw new Error(`Chat widget target "${e}" was not found`);return n}return e},Ny=()=>{try{if(typeof el!="undefined"&&el.url)return new URL("../widget.css",el.url).href}catch{}return null},Cu=(e,n)=>{let t=Ny(),r=()=>{if(!(e instanceof ShadowRoot)||e.querySelector("link[data-persona]"))return;let o=n.head.querySelector("link[data-persona]");if(!o)return;let s=o.cloneNode(!0);e.insertBefore(s,e.firstChild)};if(e instanceof ShadowRoot)if(t){let o=n.createElement("link");o.rel="stylesheet",o.href=t,o.setAttribute("data-persona","true"),e.insertBefore(o,e.firstChild)}else r();else if(!n.head.querySelector("link[data-persona]")&&t){let s=n.createElement("link");s.rel="stylesheet",s.href=t,s.setAttribute("data-persona","true"),n.head.appendChild(s)}},wu=e=>{var M;let n=Dy(e.target),t=e.useShadowDom===!0,r=n.ownerDocument,o=e.config,s=Ya(n,o),a,i=[],d=(A,k)=>{var S,F;let D=!((F=(S=k==null?void 0:k.launcher)==null?void 0:S.enabled)!=null?F:!0)||on(k),L=r.createElement("div");if(L.setAttribute("data-persona-root","true"),D&&(L.style.height="100%",L.style.display="flex",L.style.flexDirection="column",L.style.flex="1",L.style.minHeight="0"),t){let $=A.attachShadow({mode:"open"});$.appendChild(L),Cu($,r)}else A.appendChild(L),Cu(A,r);return n.id&&L.setAttribute("data-persona-instance",n.id),L},l=()=>{s.syncWidgetState(a.getState())},u=()=>{i.forEach(A=>A()),i=[a.on("widget:opened",l),a.on("widget:closed",l)],l()},p=()=>{let A=d(s.host,o);a=Gi(A,o,{debugTools:e.debugTools}),u()},f=()=>{i.forEach(A=>A()),i=[],a.destroy()};p(),(M=e.onReady)==null||M.call(e);let g=A=>{f(),s.destroy(),s=Ya(n,A),o=A,p()},C={update(A){var F,$,j,W,O,V;let k={...o,...A,launcher:{...(F=o==null?void 0:o.launcher)!=null?F:{},...($=A==null?void 0:A.launcher)!=null?$:{},dock:{...(W=(j=o==null?void 0:o.launcher)==null?void 0:j.dock)!=null?W:{},...(V=(O=A==null?void 0:A.launcher)==null?void 0:O.dock)!=null?V:{}}}},B=on(o),D=on(k),L=Yr(o),S=Yr(k);if(B!==D||L!==S){g(k);return}o=k,s.updateConfig(o),a.update(A),l()},destroy(){f(),s.destroy(),e.windowKey&&typeof window!="undefined"&&delete window[e.windowKey]}},x=new Proxy(C,{get(A,k,B){if(k==="host")return s.host;if(k in A)return Reflect.get(A,k,B);let D=a[k];return typeof D=="function"?D.bind(a):D}});return e.windowKey&&typeof window!="undefined"&&(window[e.windowKey]=x),x};var Mu=new Set(["script","style","noscript","svg","path","meta","link","br","hr"]),Fy=new Set(["button","a","input","select","textarea","details","summary"]),Oy=new Set(["button","link","menuitem","tab","option","switch","checkbox","radio","combobox","listbox","slider","spinbutton","textbox"]),tl=/\b(product|card|item|listing|result)\b/i,rl=/\$[\d,]+(?:\.\d{2})?|€[\d,]+(?:\.\d{2})?|£[\d,]+(?:\.\d{2})?|USD\s*[\d,]+(?:\.\d{2})?/i,$y=3e3,_y=100;function ku(e){let n=typeof e.className=="string"?e.className:"";if(tl.test(n)||e.id&&tl.test(e.id))return!0;for(let t=0;t<e.attributes.length;t++){let r=e.attributes[t];if(r.name.startsWith("data-")&&tl.test(r.value))return!0}return!1}function Lu(e){var n;return rl.test(((n=e.textContent)!=null?n:"").trim())}function Pu(e){var t;let n=e.querySelectorAll("a[href]");for(let r=0;r<n.length;r++){let o=(t=n[r].getAttribute("href"))!=null?t:"";if(o&&o!=="#"&&!o.toLowerCase().startsWith("javascript:"))return!0}return!1}function jy(e){return!!e.querySelector('button, [role="button"], input[type="submit"], input[type="button"]')}function Au(e){let n=e.match(rl);return n?n[0]:null}function Su(e){var r,o,s;let n=(r=e.querySelector(".product-title a, h1 a, h2 a, h3 a, h4 a, .title a, a[href]"))!=null?r:e.querySelector("a[href]");if(n&&((o=n.textContent)!=null&&o.trim())){let a=n.getAttribute("href");return{title:n.textContent.trim(),href:a&&a!=="#"?a:null}}let t=e.querySelector("h1, h2, h3, h4, h5, h6");return(s=t==null?void 0:t.textContent)!=null&&s.trim()?{title:t.textContent.trim(),href:null}:{title:"",href:null}}function Uy(e){let n=[],t=r=>{let o=r.trim();o&&!n.includes(o)&&n.push(o)};return e.querySelectorAll("button").forEach(r=>{var o;return t((o=r.textContent)!=null?o:"")}),e.querySelectorAll('[role="button"]').forEach(r=>{var o;return t((o=r.textContent)!=null?o:"")}),e.querySelectorAll('input[type="submit"], input[type="button"]').forEach(r=>{var o;t((o=r.value)!=null?o:"")}),n.slice(0,6)}var qy="commerce-card",zy="result-card";function Eu(e){return!ku(e)||!Lu(e)||!Pu(e)&&!jy(e)?0:5200}function Tu(e){var r;return!ku(e)||Lu(e)||!Pu(e)||((r=e.textContent)!=null?r:"").trim().length<20||!(!!e.querySelector("h1, h2, h3, h4, h5, h6, .title")||!!e.querySelector(".snippet, .description, p"))?0:2800}var Iu=[{id:qy,scoreElement(e){return Eu(e)},shouldSuppressDescendant(e,n,t){if(n===e||!e.contains(n))return!1;if(t.interactivity==="static"){let r=t.text.trim();return!!(r.length===0||rl.test(r)&&r.length<32)}return!0},formatSummary(e,n){var d,l,u;if(Eu(e)===0)return null;let{title:t,href:r}=Su(e),o=(u=(l=Au(((d=e.textContent)!=null?d:"").trim()))!=null?l:Au(n.text))!=null?u:"",s=Uy(e);return[r&&t?`[${t}](${r})${o?` \u2014 ${o}`:""}`:t?`${t}${o?` \u2014 ${o}`:""}`:o||n.text.trim().slice(0,120),`selector: ${n.selector}`,s.length?`actions: ${s.join(", ")}`:""].filter(Boolean).join(`
|
|
101
101
|
`)}},{id:zy,scoreElement(e){return Tu(e)},formatSummary(e,n){if(Tu(e)===0)return null;let{title:t,href:r}=Su(e);return[r&&t?`[${t}](${r})`:t||n.text.trim().slice(0,120),`selector: ${n.selector}`].filter(Boolean).join(`
|
|
102
|
-
`)}}];function Vy(){typeof console!="undefined"&&typeof console.warn=="function"&&console.warn('[persona] collectEnrichedPageContext: options.mode is "simple" but `rules` were provided; rules are ignored.')}function Jy(e){var u,p,f,
|
|
102
|
+
`)}}];function Vy(){typeof console!="undefined"&&typeof console.warn=="function"&&console.warn('[persona] collectEnrichedPageContext: options.mode is "simple" but `rules` were provided; rules are ignored.')}function Jy(e){var u,p,f,g,C,x,M,A,k,B,D,L,S;let n=(u=e.options)!=null?u:{},t=(f=(p=n.maxElements)!=null?p:e.maxElements)!=null?f:80,r=(C=(g=n.excludeSelector)!=null?g:e.excludeSelector)!=null?C:".persona-host",o=(M=(x=n.maxTextLength)!=null?x:e.maxTextLength)!=null?M:200,s=(k=(A=n.visibleOnly)!=null?A:e.visibleOnly)!=null?k:!0,a=(B=n.root)!=null?B:e.root,i=(D=n.mode)!=null?D:"structured",d=(L=n.maxCandidates)!=null?L:Math.max(500,t*10),l=(S=e.rules)!=null?S:Iu;return i==="simple"&&e.rules&&e.rules.length>0?(Vy(),l=[]):i==="simple"&&(l=[]),{mode:i,maxElements:t,maxCandidates:d,excludeSelector:r,maxTextLength:o,visibleOnly:s,root:a,rules:l}}function nl(e){return typeof CSS!="undefined"&&typeof CSS.escape=="function"?CSS.escape(e):e.replace(/([^\w-])/g,"\\$1")}var Ky=["data-testid","data-product","data-action","data-id","data-name","data-type"];function Gy(e){let n=e.tagName.toLowerCase(),t=e.getAttribute("role");return n==="a"&&e.hasAttribute("href")?"navigable":n==="input"||n==="select"||n==="textarea"||t==="textbox"||t==="combobox"||t==="listbox"||t==="spinbutton"?"input":n==="button"||t==="button"||Fy.has(n)||t&&Oy.has(t)||e.hasAttribute("tabindex")||e.hasAttribute("onclick")||e.getAttribute("contenteditable")==="true"?"clickable":"static"}function Wu(e){if(e.hidden)return!1;try{let n=getComputedStyle(e);if(n.display==="none"||n.visibility==="hidden")return!1}catch{}return!(e.style.display==="none"||e.style.visibility==="hidden")}function Qy(e){let n={},t=e.id;t&&(n.id=t);let r=e.getAttribute("href");r&&(n.href=r);let o=e.getAttribute("aria-label");o&&(n["aria-label"]=o);let s=e.getAttribute("type");s&&(n.type=s);let a=e.getAttribute("value");a&&(n.value=a);let i=e.getAttribute("name");i&&(n.name=i);let d=e.getAttribute("role");d&&(n.role=d);for(let l=0;l<e.attributes.length;l++){let u=e.attributes[l];u.name.startsWith("data-")&&(n[u.name]=u.value)}return n}function Ru(e){let n=e.tagName.toLowerCase();if(e.id){let o=`#${nl(e.id)}`;try{if(e.ownerDocument.querySelectorAll(o).length===1)return o}catch{}}for(let o of Ky){let s=e.getAttribute(o);if(s){let a=`${n}[${o}="${nl(s)}"]`;try{if(e.ownerDocument.querySelectorAll(a).length===1)return a}catch{}}}let t=Array.from(e.classList).filter(o=>o&&!o.startsWith("persona-")).slice(0,3);if(t.length>0){let o=`${n}.${t.map(a=>nl(a)).join(".")}`;try{if(e.ownerDocument.querySelectorAll(o).length===1)return o}catch{}let s=e.parentElement;if(s){let i=Array.from(s.querySelectorAll(`:scope > ${n}`)).indexOf(e);if(i>=0){let d=`${o}:nth-of-type(${i+1})`;try{if(e.ownerDocument.querySelectorAll(d).length===1)return d}catch{}}}}let r=e.parentElement;if(r){let s=Array.from(r.querySelectorAll(`:scope > ${n}`)).indexOf(e);if(s>=0)return`${n}:nth-of-type(${s+1})`}return n}function Xy(e){return e==="static"?_y:$y}function Hu(e,n){var o;let t=e.tagName.toLowerCase(),r=((o=e.textContent)!=null?o:"").trim().substring(0,n);return{selector:Ru(e),tagName:t,text:r,role:e.getAttribute("role"),interactivity:Gy(e),attributes:Qy(e)}}function Yy(e,n,t,r){let o=Xy(n.interactivity),s=null;for(let a of t){let i=a.scoreElement(e,n,r);i>0&&(o+=i,a.formatSummary&&!s&&(s=a))}return{score:o,formattingRule:s}}function Zy(e,n){var t;for(let r of e)if(n.el!==r.el&&(t=r.formattingRule)!=null&&t.shouldSuppressDescendant&&r.el.contains(n.el)&&r.formattingRule.shouldSuppressDescendant(r.el,n.el,n.enriched))return!0;return!1}function eb(e,n){let t={doc:n.ownerDocument,maxTextLength:e.maxTextLength},r=new Set,o=[],s=0,a=document.createTreeWalker(n,NodeFilter.SHOW_ELEMENT,null),i=a.currentNode;for(;i&&o.length<e.maxCandidates;){if(i.nodeType===Node.ELEMENT_NODE){let l=i,u=l.tagName.toLowerCase();if(Mu.has(u)){i=a.nextNode();continue}if(e.excludeSelector)try{if(l.closest(e.excludeSelector)){i=a.nextNode();continue}}catch{}if(e.visibleOnly&&!Wu(l)){i=a.nextNode();continue}let p=Hu(l,e.maxTextLength),f=p.text.length>0,g=Object.keys(p.attributes).length>0&&!Object.keys(p.attributes).every(M=>M==="role");if(!f&&!g){i=a.nextNode();continue}if(r.has(p.selector)){i=a.nextNode();continue}r.add(p.selector);let{score:C,formattingRule:x}=Yy(l,p,e.rules,t);o.push({el:l,domIndex:s,enriched:p,score:C,formattingRule:x}),s+=1}i=a.nextNode()}o.sort((l,u)=>{let p=l.enriched.interactivity==="static"?1:0,f=u.enriched.interactivity==="static"?1:0;return p!==f?p-f:u.score!==l.score?u.score-l.score:l.domIndex-u.domIndex});let d=[];for(let l of o){if(d.length>=e.maxElements)break;Zy(d,l)||d.push(l)}return d.sort((l,u)=>{let p=l.enriched.interactivity==="static"?1:0,f=u.enriched.interactivity==="static"?1:0;return p!==f?p-f:p===1&&u.score!==l.score?u.score-l.score:l.domIndex-u.domIndex}),d.map(l=>{var f;let u;if((f=l.formattingRule)!=null&&f.formatSummary){let g=l.formattingRule.formatSummary(l.el,l.enriched,t);g&&(u=g)}let p={...l.enriched};return u&&(p.formattedSummary=u),p})}function tb(e,n){let t=[],r=new Set,o=document.createTreeWalker(n,NodeFilter.SHOW_ELEMENT,null),s=o.currentNode;for(;s&&t.length<e.maxElements;){if(s.nodeType===Node.ELEMENT_NODE){let d=s,l=d.tagName.toLowerCase();if(Mu.has(l)){s=o.nextNode();continue}if(e.excludeSelector)try{if(d.closest(e.excludeSelector)){s=o.nextNode();continue}}catch{}if(e.visibleOnly&&!Wu(d)){s=o.nextNode();continue}let u=Hu(d,e.maxTextLength),p=u.text.length>0,f=Object.keys(u.attributes).length>0&&!Object.keys(u.attributes).every(g=>g==="role");if(!p&&!f){s=o.nextNode();continue}r.has(u.selector)||(r.add(u.selector),t.push(u))}s=o.nextNode()}let a=[],i=[];for(let d of t)d.interactivity!=="static"?a.push(d):i.push(d);return[...a,...i].slice(0,e.maxElements)}function nb(e={}){var r;let n=Jy(e),t=(r=n.root)!=null?r:document.body;return t?n.mode==="simple"?tb(n,t):eb(n,t):[]}var Za=100;function rb(e,n={}){var s;if(e.length===0)return"No page elements found.";let t=(s=n.mode)!=null?s:"structured",r=[];if(t==="structured"){let a=e.map(i=>i.formattedSummary).filter(i=>!!i&&i.length>0);a.length>0&&r.push(`Structured summaries:
|
|
103
103
|
${a.map(i=>`- ${i.split(`
|
|
104
104
|
`).join(`
|
|
105
105
|
`)}`).join(`
|
|
@@ -113,7 +113,7 @@ ${a.join(`
|
|
|
113
113
|
${a.join(`
|
|
114
114
|
`)}`)}return r.join(`
|
|
115
115
|
|
|
116
|
-
`)}var Bu={name:"@runtypelabs/persona",version:"3.21.
|
|
116
|
+
`)}var Bu={name:"@runtypelabs/persona",version:"3.21.3",description:"Themeable, pluggable streaming agent widget for websites, in plain JS with support for voice input and reasoning / tool output.",type:"module",main:"dist/index.cjs",module:"dist/index.js",types:"dist/index.d.ts",exports:{".":{types:"./dist/index.d.ts",import:"./dist/index.js",require:"./dist/index.cjs"},"./theme-reference":{types:"./dist/theme-reference.d.ts",import:"./dist/theme-reference.js",require:"./dist/theme-reference.cjs"},"./theme-editor":{types:"./dist/theme-editor.d.ts",import:"./dist/theme-editor.js",require:"./dist/theme-editor.cjs"},"./testing":{types:"./dist/testing.d.ts",import:"./dist/testing.js",require:"./dist/testing.cjs"},"./animations/glyph-cycle":{types:"./dist/animations/glyph-cycle.d.ts",import:"./dist/animations/glyph-cycle.js",require:"./dist/animations/glyph-cycle.cjs"},"./animations/wipe":{types:"./dist/animations/wipe.d.ts",import:"./dist/animations/wipe.js",require:"./dist/animations/wipe.cjs"},"./widget.css":"./dist/widget.css"},files:["dist","src"],scripts:{build:"rimraf dist && pnpm run build:styles && pnpm run build:client && pnpm run build:installer && pnpm run build:theme-ref && pnpm run build:theme-editor && pnpm run build:testing && pnpm run build:animations","build:theme-editor":"tsup src/theme-editor.ts --format esm,cjs --dts --out-dir dist --no-splitting","build:testing":"tsup src/testing.ts --format esm,cjs --dts --out-dir dist --no-splitting","build:animations":"tsup src/animations/glyph-cycle.ts src/animations/wipe.ts --format esm,cjs --dts --out-dir dist/animations --no-splitting","build:theme-ref":"tsup src/theme-reference.ts --format esm,cjs --minify --dts","build:styles":`node -e "const fs=require('fs');fs.mkdirSync('dist',{recursive:true});fs.copyFileSync('src/styles/widget.css','dist/widget.css');"`,"build:client":`tsup src/index.ts --format esm,cjs --minify --sourcemap --splitting false --dts --loader ".css=text" && tsup src/index-global.ts --format iife --global-name AgentWidget --minify --sourcemap --splitting false --out-dir dist --loader ".css=text" && node -e "const fs=require('fs');for(const ext of ['.global.js','.global.js.map']){const from='dist/index-global'+ext;if(fs.existsSync(from))fs.renameSync(from,'dist/index'+ext);}"`,"build:installer":"tsup src/install.ts --format iife --global-name SiteAgentInstaller --out-dir dist --minify --sourcemap --no-splitting",lint:"eslint . --ext .ts",typecheck:"tsc --noEmit",test:"vitest","test:ui":"vitest --ui","test:run":"vitest run"},dependencies:{dompurify:"^3.3.3",idiomorph:"^0.7.4",lucide:"^0.552.0",marked:"^12.0.2","partial-json":"^0.1.7",zod:"^3.22.4"},devDependencies:{"@types/node":"^20.12.7","@typescript-eslint/eslint-plugin":"^7.0.0","@typescript-eslint/parser":"^7.0.0","@vitest/ui":"^4.0.9",eslint:"^8.57.0","eslint-config-prettier":"^9.1.0","fake-indexeddb":"^6.2.5",rimraf:"^5.0.5",tsup:"^8.0.1",typescript:"^5.4.5",vitest:"^4.0.9"},engines:{node:">=20.0.0"},author:"Runtype",license:"MIT",keywords:["ai","chat","widget","streaming","typescript","persona","agent"],repository:{type:"git",url:"git+https://github.com/runtypelabs/persona.git",directory:"packages/widget"},bugs:{url:"https://github.com/runtypelabs/persona/issues"},homepage:"https://github.com/runtypelabs/persona/tree/main/packages/widget#readme",publishConfig:{access:"public"}};var ts=Bu.version;function Hr(e){if(e!==void 0)return typeof e=="string"?e:Array.isArray(e)?`[${e.map(n=>n.toString()).join(", ")}]`:e.toString()}function sb(e){if(e)return{getHeaders:Hr(e.getHeaders),onFeedback:Hr(e.onFeedback),onCopy:Hr(e.onCopy),requestMiddleware:Hr(e.requestMiddleware),actionHandlers:Hr(e.actionHandlers),actionParsers:Hr(e.actionParsers),postprocessMessage:Hr(e.postprocessMessage),contextProviders:Hr(e.contextProviders),streamParser:Hr(e.streamParser)}}var Du=`({ text, message }: any) => {
|
|
117
117
|
const jsonSource = (message as any).rawContent || text || message.content;
|
|
118
118
|
if (!jsonSource || typeof jsonSource !== 'string') return null;
|
|
119
119
|
let cleanJson = jsonSource
|
|
@@ -185,13 +185,13 @@ ${a.join(`
|
|
|
185
185
|
if (parsed.action === 'message') return parsed.text || '';
|
|
186
186
|
if (parsed.action === 'message_and_click') return parsed.text || 'Processing...';
|
|
187
187
|
return parsed.text || null;
|
|
188
|
-
}`;function lb(e){if(!e)return null;let n=e.toString();return n.includes("createJsonStreamParser")||n.includes("partial-json")?"json":n.includes("createRegexJsonParser")||n.includes("regex")?"regex-json":n.includes("createXmlParser")||n.includes("<text>")?"xml":null}function ei(e){var n,t;return(t=(n=e.parserType)!=null?n:lb(e.streamParser))!=null?t:"plain"}function ti(e,n){let t=[];return e.toolCall&&(t.push(`${n}toolCall: {`),Object.entries(e.toolCall).forEach(([r,o])=>{typeof o=="string"&&t.push(`${n} ${r}: "${o}",`)}),t.push(`${n}},`)),t}function ni(e,n,t){let r=[],o=e.messageActions&&Object.entries(e.messageActions).some(([a,i])=>a!=="onFeedback"&&a!=="onCopy"&&i!==void 0),s=(t==null?void 0:t.onFeedback)||(t==null?void 0:t.onCopy);return(o||s)&&(r.push(`${n}messageActions: {`),e.messageActions&&Object.entries(e.messageActions).forEach(([a,i])=>{a==="onFeedback"||a==="onCopy"||(typeof i=="string"?r.push(`${n} ${a}: "${i}",`):typeof i=="boolean"&&r.push(`${n} ${a}: ${i},`))}),t!=null&&t.onFeedback&&r.push(`${n} onFeedback: ${t.onFeedback},`),t!=null&&t.onCopy&&r.push(`${n} onCopy: ${t.onCopy},`),r.push(`${n}},`)),r}function ri(e,n){let t=[];if(e.markdown){let r=e.markdown.options&&Object.keys(e.markdown.options).length>0,o=e.markdown.disableDefaultStyles!==void 0;(r||o)&&(t.push(`${n}markdown: {`),r&&(t.push(`${n} options: {`),Object.entries(e.markdown.options).forEach(([s,a])=>{typeof a=="string"?t.push(`${n} ${s}: "${a}",`):typeof a=="boolean"&&t.push(`${n} ${s}: ${a},`)}),t.push(`${n} },`)),o&&t.push(`${n} disableDefaultStyles: ${e.markdown.disableDefaultStyles},`),t.push(`${n}},`))}return t}function oi(e,n){let t=[];if(e.layout){let r=e.layout.header&&Object.keys(e.layout.header).some(s=>s!=="render"),o=e.layout.messages&&Object.keys(e.layout.messages).some(s=>s!=="renderUserMessage"&&s!=="renderAssistantMessage");(r||o)&&(t.push(`${n}layout: {`),r&&(t.push(`${n} header: {`),Object.entries(e.layout.header).forEach(([s,a])=>{s!=="render"&&(typeof a=="string"?t.push(`${n} ${s}: "${a}",`):typeof a=="boolean"&&t.push(`${n} ${s}: ${a},`))}),t.push(`${n} },`)),o&&(t.push(`${n} messages: {`),Object.entries(e.layout.messages).forEach(([s,a])=>{s==="renderUserMessage"||s==="renderAssistantMessage"||(s==="avatar"&&typeof a=="object"&&a!==null?(t.push(`${n} avatar: {`),Object.entries(a).forEach(([i,d])=>{typeof d=="string"?t.push(`${n} ${i}: "${d}",`):typeof d=="boolean"&&t.push(`${n} ${i}: ${d},`)}),t.push(`${n} },`)):s==="timestamp"&&typeof a=="object"&&a!==null?Object.entries(a).some(([d])=>d!=="format")&&(t.push(`${n} timestamp: {`),Object.entries(a).forEach(([d,l])=>{d!=="format"&&(typeof l=="string"?t.push(`${n} ${d}: "${l}",`):typeof l=="boolean"&&t.push(`${n} ${d}: ${l},`))}),t.push(`${n} },`)):typeof a=="string"?t.push(`${n} ${s}: "${a}",`):typeof a=="boolean"&&t.push(`${n} ${s}: ${a},`))}),t.push(`${n} },`)),t.push(`${n}},`))}return t}function ol(e,n){let t=[];return e&&(e.getHeaders&&t.push(`${n}getHeaders: ${e.getHeaders},`),e.requestMiddleware&&t.push(`${n}requestMiddleware: ${e.requestMiddleware},`),e.actionParsers&&t.push(`${n}actionParsers: ${e.actionParsers},`),e.actionHandlers&&t.push(`${n}actionHandlers: ${e.actionHandlers},`),e.contextProviders&&t.push(`${n}contextProviders: ${e.contextProviders},`),e.streamParser&&t.push(`${n}streamParser: ${e.streamParser},`)),t}function $u(e,n,t){Object.entries(n).forEach(([r,o])=>{if(!(o===void 0||typeof o=="function")){if(Array.isArray(o)){e.push(`${t}${r}: ${JSON.stringify(o)},`);return}if(o&&typeof o=="object"){e.push(`${t}${r}: {`),$u(e,o,`${t} `),e.push(`${t}},`);return}e.push(`${t}${r}: ${JSON.stringify(o)},`)}})}function
|
|
189
|
-
`)}function pb(e,n){let t=n==null?void 0:n.hooks,r=ei(e),o=r!=="plain",s=["// ChatWidget.tsx","'use client'; // Required for Next.js - remove for Vite/CRA","","import { useEffect } from 'react';","import '@runtypelabs/persona/widget.css';","import { initAgentWidget, markdownPostprocessor } from '@runtypelabs/persona';","import type { AgentWidgetInitHandle } from '@runtypelabs/persona';","","export function ChatWidget() {"," useEffect(() => {"," let handle: AgentWidgetInitHandle | null = null;",""," handle = initAgentWidget({"," target: 'body',"," config: {"];return e.apiUrl&&s.push(` apiUrl: "${e.apiUrl}",`),e.clientToken&&s.push(` clientToken: "${e.clientToken}",`),e.flowId&&s.push(` flowId: "${e.flowId}",`),o&&s.push(` parserType: "${r}",`),e.theme&&typeof e.theme=="object"&&Object.keys(e.theme).length>0&&
|
|
190
|
-
`)}function ub(e,n){let t=n==null?void 0:n.hooks,r=["// ChatWidgetAdvanced.tsx","'use client'; // Required for Next.js - remove for Vite/CRA","","import { useEffect } from 'react';","import '@runtypelabs/persona/widget.css';","import {"," initAgentWidget,"," createFlexibleJsonStreamParser,"," defaultJsonActionParser,"," defaultActionHandlers,"," markdownPostprocessor","} from '@runtypelabs/persona';","import type { AgentWidgetInitHandle } from '@runtypelabs/persona';","","const STORAGE_KEY = 'chat-widget-state';","const PROCESSED_ACTIONS_KEY = 'chat-widget-processed-actions';","","// Types for DOM elements","interface PageElement {"," type: string;"," tagName: string;"," selector: string;"," innerText: string;"," href?: string;","}","","interface DOMContext {"," page_elements: PageElement[];"," page_element_count: number;"," element_types: Record<string, number>;"," page_url: string;"," page_title: string;"," timestamp: string;","}","","// DOM context provider - extracts page elements for AI context","const collectDOMContext = (): DOMContext => {"," const selectors = {",` products: '[data-product-id], .product-card, .product-item, [role="article"]',`,` buttons: 'button, [role="button"], .btn',`," links: 'a[href]',"," inputs: 'input, textarea, select'"," };",""," const elements: PageElement[] = [];"," Object.entries(selectors).forEach(([type, selector]) => {"," document.querySelectorAll(selector).forEach((element) => {"," if (!(element instanceof HTMLElement)) return;"," "," // Exclude elements within the widget"," const widgetHost = element.closest('.persona-host');"," if (widgetHost) return;"," "," const text = element.innerText?.trim();"," if (!text) return;",""," const selectorString ="," element.id ? `#${element.id}` :"," element.getAttribute('data-testid') ? `[data-testid=\"${element.getAttribute('data-testid')}\"]` :"," element.getAttribute('data-product-id') ? `[data-product-id=\"${element.getAttribute('data-product-id')}\"]` :"," element.tagName.toLowerCase();",""," const elementData: PageElement = {"," type,"," tagName: element.tagName.toLowerCase(),"," selector: selectorString,"," innerText: text.substring(0, 200)"," };",""," if (type === 'links' && element instanceof HTMLAnchorElement && element.href) {"," elementData.href = element.href;"," }",""," elements.push(elementData);"," });"," });",""," const counts = elements.reduce((acc, el) => {"," acc[el.type] = (acc[el.type] || 0) + 1;"," return acc;"," }, {} as Record<string, number>);",""," return {"," page_elements: elements.slice(0, 50),"," page_element_count: elements.length,"," element_types: counts,"," page_url: window.location.href,"," page_title: document.title,"," timestamp: new Date().toISOString()"," };","};","","export function ChatWidgetAdvanced() {"," useEffect(() => {"," let handle: AgentWidgetInitHandle | null = null;",""," // Load saved state"," const loadSavedMessages = () => {"," const savedState = localStorage.getItem(STORAGE_KEY);"," if (savedState) {"," try {"," const { messages } = JSON.parse(savedState);"," return messages || [];"," } catch (e) {"," console.error('Failed to load saved state:', e);"," }"," }"," return [];"," };",""," handle = initAgentWidget({"," target: 'body',"," config: {"];return e.apiUrl&&r.push(` apiUrl: "${e.apiUrl}",`),e.clientToken&&r.push(` clientToken: "${e.clientToken}",`),e.flowId&&r.push(` flowId: "${e.flowId}",`),e.theme&&typeof e.theme=="object"&&Object.keys(e.theme).length>0&&ao(r,"theme",e.theme," "),e.launcher&&ao(r,"launcher",e.launcher," "),e.copy&&(r.push(" copy: {"),Object.entries(e.copy).forEach(([o,s])=>{r.push(` ${o}: "${s}",`)}),r.push(" },")),e.sendButton&&(r.push(" sendButton: {"),Object.entries(e.sendButton).forEach(([o,s])=>{typeof s=="string"?r.push(` ${o}: "${s}",`):typeof s=="boolean"&&r.push(` ${o}: ${s},`)}),r.push(" },")),e.voiceRecognition&&(r.push(" voiceRecognition: {"),Object.entries(e.voiceRecognition).forEach(([o,s])=>{typeof s=="string"?r.push(` ${o}: "${s}",`):typeof s=="boolean"?r.push(` ${o}: ${s},`):typeof s=="number"&&r.push(` ${o}: ${s},`)}),r.push(" },")),e.statusIndicator&&(r.push(" statusIndicator: {"),Object.entries(e.statusIndicator).forEach(([o,s])=>{typeof s=="string"?r.push(` ${o}: "${s}",`):typeof s=="boolean"&&r.push(` ${o}: ${s},`)}),r.push(" },")),e.features&&(r.push(" features: {"),Object.entries(e.features).forEach(([o,s])=>{r.push(` ${o}: ${s},`)}),r.push(" },")),e.suggestionChips&&e.suggestionChips.length>0&&(r.push(" suggestionChips: ["),e.suggestionChips.forEach(o=>{r.push(` "${o}",`)}),r.push(" ],")),e.suggestionChipsConfig&&(r.push(" suggestionChipsConfig: {"),e.suggestionChipsConfig.fontFamily&&r.push(` fontFamily: "${e.suggestionChipsConfig.fontFamily}",`),e.suggestionChipsConfig.fontWeight&&r.push(` fontWeight: "${e.suggestionChipsConfig.fontWeight}",`),e.suggestionChipsConfig.paddingX&&r.push(` paddingX: "${e.suggestionChipsConfig.paddingX}",`),e.suggestionChipsConfig.paddingY&&r.push(` paddingY: "${e.suggestionChipsConfig.paddingY}",`),r.push(" },")),r.push(...ti(e," ")),r.push(...ni(e," ",t)),r.push(...ri(e," ")),r.push(...oi(e," ")),t!=null&&t.getHeaders&&r.push(` getHeaders: ${t.getHeaders},`),t!=null&&t.contextProviders&&r.push(` contextProviders: ${t.contextProviders},`),e.debug&&r.push(` debug: ${e.debug},`),r.push(" initialMessages: loadSavedMessages(),"),t!=null&&t.streamParser?r.push(` streamParser: ${t.streamParser},`):(r.push(" // Flexible JSON stream parser for handling structured actions"),r.push(` streamParser: () => createFlexibleJsonStreamParser(${ab}),`)),t!=null&&t.actionParsers?(r.push(" // Action parsers (custom merged with defaults)"),r.push(` actionParsers: [...(${t.actionParsers}), defaultJsonActionParser,`),r.push(" // Built-in parser for markdown-wrapped JSON"),r.push(` ${Du}`),r.push(" ],")):(r.push(" // Action parsers to detect JSON actions in responses"),r.push(" actionParsers: ["),r.push(" defaultJsonActionParser,"),r.push(" // Parser for markdown-wrapped JSON"),r.push(` ${Du}`),r.push(" ],")),t!=null&&t.actionHandlers?(r.push(" // Action handlers (custom merged with defaults)"),r.push(` actionHandlers: [...(${t.actionHandlers}),`),r.push(" defaultActionHandlers.message,"),r.push(" defaultActionHandlers.messageAndClick,"),r.push(" // Built-in handler for nav_then_click action"),r.push(` ${Fu}`),r.push(" ],")):(r.push(" // Action handlers for navigation and other actions"),r.push(" actionHandlers: ["),r.push(" defaultActionHandlers.message,"),r.push(" defaultActionHandlers.messageAndClick,"),r.push(" // Handler for nav_then_click action"),r.push(` ${Fu}`),r.push(" ],")),t!=null&&t.postprocessMessage?r.push(` postprocessMessage: ${t.postprocessMessage},`):r.push(" postprocessMessage: ({ text }) => markdownPostprocessor(text),"),t!=null&&t.requestMiddleware?(r.push(" // Request middleware (custom merged with DOM context)"),r.push(" requestMiddleware: ({ payload, config }) => {"),r.push(` const customResult = (${t.requestMiddleware})({ payload, config });`),r.push(" const merged = customResult || payload;"),r.push(" return {"),r.push(" ...merged,"),r.push(" metadata: { ...merged.metadata, ...collectDOMContext() }"),r.push(" };"),r.push(" }")):(r.push(" requestMiddleware: ({ payload }) => {"),r.push(" return {"),r.push(" ...payload,"),r.push(" metadata: collectDOMContext()"),r.push(" };"),r.push(" }")),r.push(" }"),r.push(" });"),r.push(""),r.push(" // Save state on message events"),r.push(" const handleMessage = () => {"),r.push(" const session = handle?.getSession?.();"),r.push(" if (session) {"),r.push(" localStorage.setItem(STORAGE_KEY, JSON.stringify({"),r.push(" messages: session.messages,"),r.push(" timestamp: new Date().toISOString()"),r.push(" }));"),r.push(" }"),r.push(" };"),r.push(""),r.push(" // Clear state on clear chat"),r.push(" const handleClearChat = () => {"),r.push(" localStorage.removeItem(STORAGE_KEY);"),r.push(" localStorage.removeItem(PROCESSED_ACTIONS_KEY);"),r.push(" };"),r.push(""),r.push(" window.addEventListener('persona:message', handleMessage);"),r.push(" window.addEventListener('persona:clear-chat', handleClearChat);"),r.push(""),r.push(" // Cleanup on unmount"),r.push(" return () => {"),r.push(" window.removeEventListener('persona:message', handleMessage);"),r.push(" window.removeEventListener('persona:clear-chat', handleClearChat);"),r.push(" if (handle) {"),r.push(" handle.destroy();"),r.push(" }"),r.push(" };"),r.push(" }, []);"),r.push(""),r.push(" return null; // Widget injects itself into the DOM"),r.push("}"),r.push(""),r.push("// Usage: Collects DOM context for AI-powered navigation"),r.push("// Features:"),r.push("// - Extracts page elements (products, buttons, links)"),r.push("// - Persists chat history across page loads"),r.push("// - Handles navigation actions (nav_then_click)"),r.push("// - Processes structured JSON actions from AI"),r.push("//"),r.push("// Example usage in Next.js:"),r.push("// import { ChatWidgetAdvanced } from './components/ChatWidgetAdvanced';"),r.push("//"),r.push("// export default function RootLayout({ children }) {"),r.push("// return ("),r.push('// <html lang="en">'),r.push("// <body>"),r.push("// {children}"),r.push("// <ChatWidgetAdvanced />"),r.push("// </body>"),r.push("// </html>"),r.push("// );"),r.push("// }"),r.join(`
|
|
191
|
-
`)}function _u(e){var o;let n=ei(e),t=n!=="plain",r={};if(e.apiUrl&&(r.apiUrl=e.apiUrl),e.clientToken&&(r.clientToken=e.clientToken),e.flowId&&(r.flowId=e.flowId),t&&(r.parserType=n),e.theme&&(r.theme=e.theme),e.launcher&&(r.launcher=e.launcher),e.copy&&(r.copy=e.copy),e.sendButton&&(r.sendButton=e.sendButton),e.voiceRecognition&&(r.voiceRecognition=e.voiceRecognition),e.statusIndicator&&(r.statusIndicator=e.statusIndicator),e.features&&(r.features=e.features),((o=e.suggestionChips)==null?void 0:o.length)>0&&(r.suggestionChips=e.suggestionChips),e.suggestionChipsConfig&&(r.suggestionChipsConfig=e.suggestionChipsConfig),e.debug&&(r.debug=e.debug),e.toolCall){let s={};Object.entries(e.toolCall).forEach(([a,i])=>{typeof i=="string"&&(s[a]=i)}),Object.keys(s).length>0&&(r.toolCall=s)}if(e.messageActions){let s={};Object.entries(e.messageActions).forEach(([a,i])=>{a!=="onFeedback"&&a!=="onCopy"&&i!==void 0&&(typeof i=="string"||typeof i=="boolean")&&(s[a]=i)}),Object.keys(s).length>0&&(r.messageActions=s)}if(e.markdown){let s={};e.markdown.options&&(s.options=e.markdown.options),e.markdown.disableDefaultStyles!==void 0&&(s.disableDefaultStyles=e.markdown.disableDefaultStyles),Object.keys(s).length>0&&(r.markdown=s)}if(e.layout){let s={};if(e.layout.header){let a={};Object.entries(e.layout.header).forEach(([i,d])=>{i!=="render"&&(typeof d=="string"||typeof d=="boolean")&&(a[i]=d)}),Object.keys(a).length>0&&(s.header=a)}if(e.layout.messages){let a={};Object.entries(e.layout.messages).forEach(([i,d])=>{if(i!=="renderUserMessage"&&i!=="renderAssistantMessage")if(i==="avatar"&&typeof d=="object"&&d!==null)a.avatar=d;else if(i==="timestamp"&&typeof d=="object"&&d!==null){let l={};Object.entries(d).forEach(([u,p])=>{u!=="format"&&(typeof p=="string"||typeof p=="boolean")&&(l[u]=p)}),Object.keys(l).length>0&&(a.timestamp=l)}else(typeof d=="string"||typeof d=="boolean")&&(a[i]=d)}),Object.keys(a).length>0&&(s.messages=a)}Object.keys(s).length>0&&(r.layout=s)}return r}function mb(e,n){let t=_u(e),r=n!=null&&n.windowKey?{config:t,windowKey:n.windowKey}:t,o=JSON.stringify(r,null,0).replace(/'/g,"'");return`<script src="https://cdn.jsdelivr.net/npm/@runtypelabs/persona@${
|
|
188
|
+
}`;function lb(e){if(!e)return null;let n=e.toString();return n.includes("createJsonStreamParser")||n.includes("partial-json")?"json":n.includes("createRegexJsonParser")||n.includes("regex")?"regex-json":n.includes("createXmlParser")||n.includes("<text>")?"xml":null}function ei(e){var n,t;return(t=(n=e.parserType)!=null?n:lb(e.streamParser))!=null?t:"plain"}function ti(e,n){let t=[];return e.toolCall&&(t.push(`${n}toolCall: {`),Object.entries(e.toolCall).forEach(([r,o])=>{typeof o=="string"&&t.push(`${n} ${r}: "${o}",`)}),t.push(`${n}},`)),t}function ni(e,n,t){let r=[],o=e.messageActions&&Object.entries(e.messageActions).some(([a,i])=>a!=="onFeedback"&&a!=="onCopy"&&i!==void 0),s=(t==null?void 0:t.onFeedback)||(t==null?void 0:t.onCopy);return(o||s)&&(r.push(`${n}messageActions: {`),e.messageActions&&Object.entries(e.messageActions).forEach(([a,i])=>{a==="onFeedback"||a==="onCopy"||(typeof i=="string"?r.push(`${n} ${a}: "${i}",`):typeof i=="boolean"&&r.push(`${n} ${a}: ${i},`))}),t!=null&&t.onFeedback&&r.push(`${n} onFeedback: ${t.onFeedback},`),t!=null&&t.onCopy&&r.push(`${n} onCopy: ${t.onCopy},`),r.push(`${n}},`)),r}function ri(e,n){let t=[];if(e.markdown){let r=e.markdown.options&&Object.keys(e.markdown.options).length>0,o=e.markdown.disableDefaultStyles!==void 0;(r||o)&&(t.push(`${n}markdown: {`),r&&(t.push(`${n} options: {`),Object.entries(e.markdown.options).forEach(([s,a])=>{typeof a=="string"?t.push(`${n} ${s}: "${a}",`):typeof a=="boolean"&&t.push(`${n} ${s}: ${a},`)}),t.push(`${n} },`)),o&&t.push(`${n} disableDefaultStyles: ${e.markdown.disableDefaultStyles},`),t.push(`${n}},`))}return t}function oi(e,n){let t=[];if(e.layout){let r=e.layout.header&&Object.keys(e.layout.header).some(s=>s!=="render"),o=e.layout.messages&&Object.keys(e.layout.messages).some(s=>s!=="renderUserMessage"&&s!=="renderAssistantMessage");(r||o)&&(t.push(`${n}layout: {`),r&&(t.push(`${n} header: {`),Object.entries(e.layout.header).forEach(([s,a])=>{s!=="render"&&(typeof a=="string"?t.push(`${n} ${s}: "${a}",`):typeof a=="boolean"&&t.push(`${n} ${s}: ${a},`))}),t.push(`${n} },`)),o&&(t.push(`${n} messages: {`),Object.entries(e.layout.messages).forEach(([s,a])=>{s==="renderUserMessage"||s==="renderAssistantMessage"||(s==="avatar"&&typeof a=="object"&&a!==null?(t.push(`${n} avatar: {`),Object.entries(a).forEach(([i,d])=>{typeof d=="string"?t.push(`${n} ${i}: "${d}",`):typeof d=="boolean"&&t.push(`${n} ${i}: ${d},`)}),t.push(`${n} },`)):s==="timestamp"&&typeof a=="object"&&a!==null?Object.entries(a).some(([d])=>d!=="format")&&(t.push(`${n} timestamp: {`),Object.entries(a).forEach(([d,l])=>{d!=="format"&&(typeof l=="string"?t.push(`${n} ${d}: "${l}",`):typeof l=="boolean"&&t.push(`${n} ${d}: ${l},`))}),t.push(`${n} },`)):typeof a=="string"?t.push(`${n} ${s}: "${a}",`):typeof a=="boolean"&&t.push(`${n} ${s}: ${a},`))}),t.push(`${n} },`)),t.push(`${n}},`))}return t}function ol(e,n){let t=[];return e&&(e.getHeaders&&t.push(`${n}getHeaders: ${e.getHeaders},`),e.requestMiddleware&&t.push(`${n}requestMiddleware: ${e.requestMiddleware},`),e.actionParsers&&t.push(`${n}actionParsers: ${e.actionParsers},`),e.actionHandlers&&t.push(`${n}actionHandlers: ${e.actionHandlers},`),e.contextProviders&&t.push(`${n}contextProviders: ${e.contextProviders},`),e.streamParser&&t.push(`${n}streamParser: ${e.streamParser},`)),t}function $u(e,n,t){Object.entries(n).forEach(([r,o])=>{if(!(o===void 0||typeof o=="function")){if(Array.isArray(o)){e.push(`${t}${r}: ${JSON.stringify(o)},`);return}if(o&&typeof o=="object"){e.push(`${t}${r}: {`),$u(e,o,`${t} `),e.push(`${t}},`);return}e.push(`${t}${r}: ${JSON.stringify(o)},`)}})}function so(e,n,t,r){t&&(e.push(`${r}${n}: {`),$u(e,t,`${r} `),e.push(`${r}},`))}function cb(e,n="esm",t){let r={...e};delete r.postprocessMessage,delete r.initialMessages;let o=t?{...t,hooks:sb(t.hooks)}:void 0;return n==="esm"?db(r,o):n==="script-installer"?mb(r,o):n==="script-advanced"?fb(r,o):n==="react-component"?pb(r,o):n==="react-advanced"?ub(r,o):gb(r,o)}function db(e,n){let t=n==null?void 0:n.hooks,r=ei(e),o=r!=="plain",s=["import '@runtypelabs/persona/widget.css';","import { initAgentWidget, markdownPostprocessor } from '@runtypelabs/persona';","","initAgentWidget({"," target: 'body',"," config: {"];return e.apiUrl&&s.push(` apiUrl: "${e.apiUrl}",`),e.clientToken&&s.push(` clientToken: "${e.clientToken}",`),e.flowId&&s.push(` flowId: "${e.flowId}",`),o&&s.push(` parserType: "${r}",`),e.theme&&typeof e.theme=="object"&&Object.keys(e.theme).length>0&&so(s,"theme",e.theme," "),e.launcher&&so(s,"launcher",e.launcher," "),e.copy&&(s.push(" copy: {"),Object.entries(e.copy).forEach(([a,i])=>{s.push(` ${a}: "${i}",`)}),s.push(" },")),e.sendButton&&(s.push(" sendButton: {"),Object.entries(e.sendButton).forEach(([a,i])=>{typeof i=="string"?s.push(` ${a}: "${i}",`):typeof i=="boolean"&&s.push(` ${a}: ${i},`)}),s.push(" },")),e.voiceRecognition&&(s.push(" voiceRecognition: {"),Object.entries(e.voiceRecognition).forEach(([a,i])=>{typeof i=="string"?s.push(` ${a}: "${i}",`):typeof i=="boolean"?s.push(` ${a}: ${i},`):typeof i=="number"&&s.push(` ${a}: ${i},`)}),s.push(" },")),e.statusIndicator&&(s.push(" statusIndicator: {"),Object.entries(e.statusIndicator).forEach(([a,i])=>{typeof i=="string"?s.push(` ${a}: "${i}",`):typeof i=="boolean"&&s.push(` ${a}: ${i},`)}),s.push(" },")),e.features&&(s.push(" features: {"),Object.entries(e.features).forEach(([a,i])=>{s.push(` ${a}: ${i},`)}),s.push(" },")),e.suggestionChips&&e.suggestionChips.length>0&&(s.push(" suggestionChips: ["),e.suggestionChips.forEach(a=>{s.push(` "${a}",`)}),s.push(" ],")),e.suggestionChipsConfig&&(s.push(" suggestionChipsConfig: {"),e.suggestionChipsConfig.fontFamily&&s.push(` fontFamily: "${e.suggestionChipsConfig.fontFamily}",`),e.suggestionChipsConfig.fontWeight&&s.push(` fontWeight: "${e.suggestionChipsConfig.fontWeight}",`),e.suggestionChipsConfig.paddingX&&s.push(` paddingX: "${e.suggestionChipsConfig.paddingX}",`),e.suggestionChipsConfig.paddingY&&s.push(` paddingY: "${e.suggestionChipsConfig.paddingY}",`),s.push(" },")),s.push(...ti(e," ")),s.push(...ni(e," ",t)),s.push(...ri(e," ")),s.push(...oi(e," ")),s.push(...ol(t," ")),e.debug&&s.push(` debug: ${e.debug},`),t!=null&&t.postprocessMessage?s.push(` postprocessMessage: ${t.postprocessMessage}`):s.push(" postprocessMessage: ({ text }) => markdownPostprocessor(text)"),s.push(" }"),s.push("});"),s.join(`
|
|
189
|
+
`)}function pb(e,n){let t=n==null?void 0:n.hooks,r=ei(e),o=r!=="plain",s=["// ChatWidget.tsx","'use client'; // Required for Next.js - remove for Vite/CRA","","import { useEffect } from 'react';","import '@runtypelabs/persona/widget.css';","import { initAgentWidget, markdownPostprocessor } from '@runtypelabs/persona';","import type { AgentWidgetInitHandle } from '@runtypelabs/persona';","","export function ChatWidget() {"," useEffect(() => {"," let handle: AgentWidgetInitHandle | null = null;",""," handle = initAgentWidget({"," target: 'body',"," config: {"];return e.apiUrl&&s.push(` apiUrl: "${e.apiUrl}",`),e.clientToken&&s.push(` clientToken: "${e.clientToken}",`),e.flowId&&s.push(` flowId: "${e.flowId}",`),o&&s.push(` parserType: "${r}",`),e.theme&&typeof e.theme=="object"&&Object.keys(e.theme).length>0&&so(s,"theme",e.theme," "),e.launcher&&so(s,"launcher",e.launcher," "),e.copy&&(s.push(" copy: {"),Object.entries(e.copy).forEach(([a,i])=>{s.push(` ${a}: "${i}",`)}),s.push(" },")),e.sendButton&&(s.push(" sendButton: {"),Object.entries(e.sendButton).forEach(([a,i])=>{typeof i=="string"?s.push(` ${a}: "${i}",`):typeof i=="boolean"&&s.push(` ${a}: ${i},`)}),s.push(" },")),e.voiceRecognition&&(s.push(" voiceRecognition: {"),Object.entries(e.voiceRecognition).forEach(([a,i])=>{typeof i=="string"?s.push(` ${a}: "${i}",`):typeof i=="boolean"?s.push(` ${a}: ${i},`):typeof i=="number"&&s.push(` ${a}: ${i},`)}),s.push(" },")),e.statusIndicator&&(s.push(" statusIndicator: {"),Object.entries(e.statusIndicator).forEach(([a,i])=>{typeof i=="string"?s.push(` ${a}: "${i}",`):typeof i=="boolean"&&s.push(` ${a}: ${i},`)}),s.push(" },")),e.features&&(s.push(" features: {"),Object.entries(e.features).forEach(([a,i])=>{s.push(` ${a}: ${i},`)}),s.push(" },")),e.suggestionChips&&e.suggestionChips.length>0&&(s.push(" suggestionChips: ["),e.suggestionChips.forEach(a=>{s.push(` "${a}",`)}),s.push(" ],")),e.suggestionChipsConfig&&(s.push(" suggestionChipsConfig: {"),e.suggestionChipsConfig.fontFamily&&s.push(` fontFamily: "${e.suggestionChipsConfig.fontFamily}",`),e.suggestionChipsConfig.fontWeight&&s.push(` fontWeight: "${e.suggestionChipsConfig.fontWeight}",`),e.suggestionChipsConfig.paddingX&&s.push(` paddingX: "${e.suggestionChipsConfig.paddingX}",`),e.suggestionChipsConfig.paddingY&&s.push(` paddingY: "${e.suggestionChipsConfig.paddingY}",`),s.push(" },")),s.push(...ti(e," ")),s.push(...ni(e," ",t)),s.push(...ri(e," ")),s.push(...oi(e," ")),s.push(...ol(t," ")),e.debug&&s.push(` debug: ${e.debug},`),t!=null&&t.postprocessMessage?s.push(` postprocessMessage: ${t.postprocessMessage}`):s.push(" postprocessMessage: ({ text }) => markdownPostprocessor(text)"),s.push(" }"),s.push(" });"),s.push(""),s.push(" // Cleanup on unmount"),s.push(" return () => {"),s.push(" if (handle) {"),s.push(" handle.destroy();"),s.push(" }"),s.push(" };"),s.push(" }, []);"),s.push(""),s.push(" return null; // Widget injects itself into the DOM"),s.push("}"),s.push(""),s.push("// Usage in your app:"),s.push("// import { ChatWidget } from './components/ChatWidget';"),s.push("//"),s.push("// export default function App() {"),s.push("// return ("),s.push("// <div>"),s.push("// {/* Your app content */}"),s.push("// <ChatWidget />"),s.push("// </div>"),s.push("// );"),s.push("// }"),s.join(`
|
|
190
|
+
`)}function ub(e,n){let t=n==null?void 0:n.hooks,r=["// ChatWidgetAdvanced.tsx","'use client'; // Required for Next.js - remove for Vite/CRA","","import { useEffect } from 'react';","import '@runtypelabs/persona/widget.css';","import {"," initAgentWidget,"," createFlexibleJsonStreamParser,"," defaultJsonActionParser,"," defaultActionHandlers,"," markdownPostprocessor","} from '@runtypelabs/persona';","import type { AgentWidgetInitHandle } from '@runtypelabs/persona';","","const STORAGE_KEY = 'chat-widget-state';","const PROCESSED_ACTIONS_KEY = 'chat-widget-processed-actions';","","// Types for DOM elements","interface PageElement {"," type: string;"," tagName: string;"," selector: string;"," innerText: string;"," href?: string;","}","","interface DOMContext {"," page_elements: PageElement[];"," page_element_count: number;"," element_types: Record<string, number>;"," page_url: string;"," page_title: string;"," timestamp: string;","}","","// DOM context provider - extracts page elements for AI context","const collectDOMContext = (): DOMContext => {"," const selectors = {",` products: '[data-product-id], .product-card, .product-item, [role="article"]',`,` buttons: 'button, [role="button"], .btn',`," links: 'a[href]',"," inputs: 'input, textarea, select'"," };",""," const elements: PageElement[] = [];"," Object.entries(selectors).forEach(([type, selector]) => {"," document.querySelectorAll(selector).forEach((element) => {"," if (!(element instanceof HTMLElement)) return;"," "," // Exclude elements within the widget"," const widgetHost = element.closest('.persona-host');"," if (widgetHost) return;"," "," const text = element.innerText?.trim();"," if (!text) return;",""," const selectorString ="," element.id ? `#${element.id}` :"," element.getAttribute('data-testid') ? `[data-testid=\"${element.getAttribute('data-testid')}\"]` :"," element.getAttribute('data-product-id') ? `[data-product-id=\"${element.getAttribute('data-product-id')}\"]` :"," element.tagName.toLowerCase();",""," const elementData: PageElement = {"," type,"," tagName: element.tagName.toLowerCase(),"," selector: selectorString,"," innerText: text.substring(0, 200)"," };",""," if (type === 'links' && element instanceof HTMLAnchorElement && element.href) {"," elementData.href = element.href;"," }",""," elements.push(elementData);"," });"," });",""," const counts = elements.reduce((acc, el) => {"," acc[el.type] = (acc[el.type] || 0) + 1;"," return acc;"," }, {} as Record<string, number>);",""," return {"," page_elements: elements.slice(0, 50),"," page_element_count: elements.length,"," element_types: counts,"," page_url: window.location.href,"," page_title: document.title,"," timestamp: new Date().toISOString()"," };","};","","export function ChatWidgetAdvanced() {"," useEffect(() => {"," let handle: AgentWidgetInitHandle | null = null;",""," // Load saved state"," const loadSavedMessages = () => {"," const savedState = localStorage.getItem(STORAGE_KEY);"," if (savedState) {"," try {"," const { messages } = JSON.parse(savedState);"," return messages || [];"," } catch (e) {"," console.error('Failed to load saved state:', e);"," }"," }"," return [];"," };",""," handle = initAgentWidget({"," target: 'body',"," config: {"];return e.apiUrl&&r.push(` apiUrl: "${e.apiUrl}",`),e.clientToken&&r.push(` clientToken: "${e.clientToken}",`),e.flowId&&r.push(` flowId: "${e.flowId}",`),e.theme&&typeof e.theme=="object"&&Object.keys(e.theme).length>0&&so(r,"theme",e.theme," "),e.launcher&&so(r,"launcher",e.launcher," "),e.copy&&(r.push(" copy: {"),Object.entries(e.copy).forEach(([o,s])=>{r.push(` ${o}: "${s}",`)}),r.push(" },")),e.sendButton&&(r.push(" sendButton: {"),Object.entries(e.sendButton).forEach(([o,s])=>{typeof s=="string"?r.push(` ${o}: "${s}",`):typeof s=="boolean"&&r.push(` ${o}: ${s},`)}),r.push(" },")),e.voiceRecognition&&(r.push(" voiceRecognition: {"),Object.entries(e.voiceRecognition).forEach(([o,s])=>{typeof s=="string"?r.push(` ${o}: "${s}",`):typeof s=="boolean"?r.push(` ${o}: ${s},`):typeof s=="number"&&r.push(` ${o}: ${s},`)}),r.push(" },")),e.statusIndicator&&(r.push(" statusIndicator: {"),Object.entries(e.statusIndicator).forEach(([o,s])=>{typeof s=="string"?r.push(` ${o}: "${s}",`):typeof s=="boolean"&&r.push(` ${o}: ${s},`)}),r.push(" },")),e.features&&(r.push(" features: {"),Object.entries(e.features).forEach(([o,s])=>{r.push(` ${o}: ${s},`)}),r.push(" },")),e.suggestionChips&&e.suggestionChips.length>0&&(r.push(" suggestionChips: ["),e.suggestionChips.forEach(o=>{r.push(` "${o}",`)}),r.push(" ],")),e.suggestionChipsConfig&&(r.push(" suggestionChipsConfig: {"),e.suggestionChipsConfig.fontFamily&&r.push(` fontFamily: "${e.suggestionChipsConfig.fontFamily}",`),e.suggestionChipsConfig.fontWeight&&r.push(` fontWeight: "${e.suggestionChipsConfig.fontWeight}",`),e.suggestionChipsConfig.paddingX&&r.push(` paddingX: "${e.suggestionChipsConfig.paddingX}",`),e.suggestionChipsConfig.paddingY&&r.push(` paddingY: "${e.suggestionChipsConfig.paddingY}",`),r.push(" },")),r.push(...ti(e," ")),r.push(...ni(e," ",t)),r.push(...ri(e," ")),r.push(...oi(e," ")),t!=null&&t.getHeaders&&r.push(` getHeaders: ${t.getHeaders},`),t!=null&&t.contextProviders&&r.push(` contextProviders: ${t.contextProviders},`),e.debug&&r.push(` debug: ${e.debug},`),r.push(" initialMessages: loadSavedMessages(),"),t!=null&&t.streamParser?r.push(` streamParser: ${t.streamParser},`):(r.push(" // Flexible JSON stream parser for handling structured actions"),r.push(` streamParser: () => createFlexibleJsonStreamParser(${ab}),`)),t!=null&&t.actionParsers?(r.push(" // Action parsers (custom merged with defaults)"),r.push(` actionParsers: [...(${t.actionParsers}), defaultJsonActionParser,`),r.push(" // Built-in parser for markdown-wrapped JSON"),r.push(` ${Du}`),r.push(" ],")):(r.push(" // Action parsers to detect JSON actions in responses"),r.push(" actionParsers: ["),r.push(" defaultJsonActionParser,"),r.push(" // Parser for markdown-wrapped JSON"),r.push(` ${Du}`),r.push(" ],")),t!=null&&t.actionHandlers?(r.push(" // Action handlers (custom merged with defaults)"),r.push(` actionHandlers: [...(${t.actionHandlers}),`),r.push(" defaultActionHandlers.message,"),r.push(" defaultActionHandlers.messageAndClick,"),r.push(" // Built-in handler for nav_then_click action"),r.push(` ${Fu}`),r.push(" ],")):(r.push(" // Action handlers for navigation and other actions"),r.push(" actionHandlers: ["),r.push(" defaultActionHandlers.message,"),r.push(" defaultActionHandlers.messageAndClick,"),r.push(" // Handler for nav_then_click action"),r.push(` ${Fu}`),r.push(" ],")),t!=null&&t.postprocessMessage?r.push(` postprocessMessage: ${t.postprocessMessage},`):r.push(" postprocessMessage: ({ text }) => markdownPostprocessor(text),"),t!=null&&t.requestMiddleware?(r.push(" // Request middleware (custom merged with DOM context)"),r.push(" requestMiddleware: ({ payload, config }) => {"),r.push(` const customResult = (${t.requestMiddleware})({ payload, config });`),r.push(" const merged = customResult || payload;"),r.push(" return {"),r.push(" ...merged,"),r.push(" metadata: { ...merged.metadata, ...collectDOMContext() }"),r.push(" };"),r.push(" }")):(r.push(" requestMiddleware: ({ payload }) => {"),r.push(" return {"),r.push(" ...payload,"),r.push(" metadata: collectDOMContext()"),r.push(" };"),r.push(" }")),r.push(" }"),r.push(" });"),r.push(""),r.push(" // Save state on message events"),r.push(" const handleMessage = () => {"),r.push(" const session = handle?.getSession?.();"),r.push(" if (session) {"),r.push(" localStorage.setItem(STORAGE_KEY, JSON.stringify({"),r.push(" messages: session.messages,"),r.push(" timestamp: new Date().toISOString()"),r.push(" }));"),r.push(" }"),r.push(" };"),r.push(""),r.push(" // Clear state on clear chat"),r.push(" const handleClearChat = () => {"),r.push(" localStorage.removeItem(STORAGE_KEY);"),r.push(" localStorage.removeItem(PROCESSED_ACTIONS_KEY);"),r.push(" };"),r.push(""),r.push(" window.addEventListener('persona:message', handleMessage);"),r.push(" window.addEventListener('persona:clear-chat', handleClearChat);"),r.push(""),r.push(" // Cleanup on unmount"),r.push(" return () => {"),r.push(" window.removeEventListener('persona:message', handleMessage);"),r.push(" window.removeEventListener('persona:clear-chat', handleClearChat);"),r.push(" if (handle) {"),r.push(" handle.destroy();"),r.push(" }"),r.push(" };"),r.push(" }, []);"),r.push(""),r.push(" return null; // Widget injects itself into the DOM"),r.push("}"),r.push(""),r.push("// Usage: Collects DOM context for AI-powered navigation"),r.push("// Features:"),r.push("// - Extracts page elements (products, buttons, links)"),r.push("// - Persists chat history across page loads"),r.push("// - Handles navigation actions (nav_then_click)"),r.push("// - Processes structured JSON actions from AI"),r.push("//"),r.push("// Example usage in Next.js:"),r.push("// import { ChatWidgetAdvanced } from './components/ChatWidgetAdvanced';"),r.push("//"),r.push("// export default function RootLayout({ children }) {"),r.push("// return ("),r.push('// <html lang="en">'),r.push("// <body>"),r.push("// {children}"),r.push("// <ChatWidgetAdvanced />"),r.push("// </body>"),r.push("// </html>"),r.push("// );"),r.push("// }"),r.join(`
|
|
191
|
+
`)}function _u(e){var o;let n=ei(e),t=n!=="plain",r={};if(e.apiUrl&&(r.apiUrl=e.apiUrl),e.clientToken&&(r.clientToken=e.clientToken),e.flowId&&(r.flowId=e.flowId),t&&(r.parserType=n),e.theme&&(r.theme=e.theme),e.launcher&&(r.launcher=e.launcher),e.copy&&(r.copy=e.copy),e.sendButton&&(r.sendButton=e.sendButton),e.voiceRecognition&&(r.voiceRecognition=e.voiceRecognition),e.statusIndicator&&(r.statusIndicator=e.statusIndicator),e.features&&(r.features=e.features),((o=e.suggestionChips)==null?void 0:o.length)>0&&(r.suggestionChips=e.suggestionChips),e.suggestionChipsConfig&&(r.suggestionChipsConfig=e.suggestionChipsConfig),e.debug&&(r.debug=e.debug),e.toolCall){let s={};Object.entries(e.toolCall).forEach(([a,i])=>{typeof i=="string"&&(s[a]=i)}),Object.keys(s).length>0&&(r.toolCall=s)}if(e.messageActions){let s={};Object.entries(e.messageActions).forEach(([a,i])=>{a!=="onFeedback"&&a!=="onCopy"&&i!==void 0&&(typeof i=="string"||typeof i=="boolean")&&(s[a]=i)}),Object.keys(s).length>0&&(r.messageActions=s)}if(e.markdown){let s={};e.markdown.options&&(s.options=e.markdown.options),e.markdown.disableDefaultStyles!==void 0&&(s.disableDefaultStyles=e.markdown.disableDefaultStyles),Object.keys(s).length>0&&(r.markdown=s)}if(e.layout){let s={};if(e.layout.header){let a={};Object.entries(e.layout.header).forEach(([i,d])=>{i!=="render"&&(typeof d=="string"||typeof d=="boolean")&&(a[i]=d)}),Object.keys(a).length>0&&(s.header=a)}if(e.layout.messages){let a={};Object.entries(e.layout.messages).forEach(([i,d])=>{if(i!=="renderUserMessage"&&i!=="renderAssistantMessage")if(i==="avatar"&&typeof d=="object"&&d!==null)a.avatar=d;else if(i==="timestamp"&&typeof d=="object"&&d!==null){let l={};Object.entries(d).forEach(([u,p])=>{u!=="format"&&(typeof p=="string"||typeof p=="boolean")&&(l[u]=p)}),Object.keys(l).length>0&&(a.timestamp=l)}else(typeof d=="string"||typeof d=="boolean")&&(a[i]=d)}),Object.keys(a).length>0&&(s.messages=a)}Object.keys(s).length>0&&(r.layout=s)}return r}function mb(e,n){let t=_u(e),r=n!=null&&n.windowKey?{config:t,windowKey:n.windowKey}:t,o=JSON.stringify(r,null,0).replace(/'/g,"'");return`<script src="https://cdn.jsdelivr.net/npm/@runtypelabs/persona@${ts}/dist/install.global.js" data-config='${o}'></script>`}function gb(e,n){let t=n==null?void 0:n.hooks,r=ei(e),o=r!=="plain",s=["<!-- Load CSS -->",`<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/@runtypelabs/persona@${ts}/dist/widget.css" />`,"","<!-- Load JavaScript -->",`<script src="https://cdn.jsdelivr.net/npm/@runtypelabs/persona@${ts}/dist/index.global.js"></script>`,"","<!-- Initialize widget -->","<script>"," var handle = window.AgentWidget.initAgentWidget({"," target: 'body',",...n!=null&&n.windowKey?[` windowKey: '${n.windowKey}',`]:[]," config: {"];return e.apiUrl&&s.push(` apiUrl: "${e.apiUrl}",`),e.clientToken&&s.push(` clientToken: "${e.clientToken}",`),e.flowId&&s.push(` flowId: "${e.flowId}",`),o&&s.push(` parserType: "${r}",`),e.theme&&typeof e.theme=="object"&&Object.keys(e.theme).length>0&&so(s,"theme",e.theme," "),e.launcher&&so(s,"launcher",e.launcher," "),e.copy&&(s.push(" copy: {"),Object.entries(e.copy).forEach(([a,i])=>{s.push(` ${a}: "${i}",`)}),s.push(" },")),e.sendButton&&(s.push(" sendButton: {"),Object.entries(e.sendButton).forEach(([a,i])=>{typeof i=="string"?s.push(` ${a}: "${i}",`):typeof i=="boolean"&&s.push(` ${a}: ${i},`)}),s.push(" },")),e.voiceRecognition&&(s.push(" voiceRecognition: {"),Object.entries(e.voiceRecognition).forEach(([a,i])=>{typeof i=="string"?s.push(` ${a}: "${i}",`):typeof i=="boolean"?s.push(` ${a}: ${i},`):typeof i=="number"&&s.push(` ${a}: ${i},`)}),s.push(" },")),e.statusIndicator&&(s.push(" statusIndicator: {"),Object.entries(e.statusIndicator).forEach(([a,i])=>{typeof i=="string"?s.push(` ${a}: "${i}",`):typeof i=="boolean"&&s.push(` ${a}: ${i},`)}),s.push(" },")),e.features&&(s.push(" features: {"),Object.entries(e.features).forEach(([a,i])=>{s.push(` ${a}: ${i},`)}),s.push(" },")),e.suggestionChips&&e.suggestionChips.length>0&&(s.push(" suggestionChips: ["),e.suggestionChips.forEach(a=>{s.push(` "${a}",`)}),s.push(" ],")),e.suggestionChipsConfig&&(s.push(" suggestionChipsConfig: {"),e.suggestionChipsConfig.fontFamily&&s.push(` fontFamily: "${e.suggestionChipsConfig.fontFamily}",`),e.suggestionChipsConfig.fontWeight&&s.push(` fontWeight: "${e.suggestionChipsConfig.fontWeight}",`),e.suggestionChipsConfig.paddingX&&s.push(` paddingX: "${e.suggestionChipsConfig.paddingX}",`),e.suggestionChipsConfig.paddingY&&s.push(` paddingY: "${e.suggestionChipsConfig.paddingY}",`),s.push(" },")),s.push(...ti(e," ")),s.push(...ni(e," ",t)),s.push(...ri(e," ")),s.push(...oi(e," ")),s.push(...ol(t," ")),e.debug&&s.push(` debug: ${e.debug},`),t!=null&&t.postprocessMessage?s.push(` postprocessMessage: ${t.postprocessMessage}`):s.push(" postprocessMessage: ({ text }) => window.AgentWidget.markdownPostprocessor(text)"),s.push(" }"),s.push(" });"),s.push("</script>"),s.join(`
|
|
192
192
|
`)}function fb(e,n){let t=n==null?void 0:n.hooks,r=_u(e),s=["<script>","(function() {"," 'use strict';",""," // Configuration",` var CONFIG = ${JSON.stringify(r,null,2).split(`
|
|
193
193
|
`).map((a,i)=>i===0?a:" "+a).join(`
|
|
194
|
-
`)};`,""," // Constants",` var CDN_BASE = 'https://cdn.jsdelivr.net/npm/@runtypelabs/persona@${
|
|
194
|
+
`)};`,""," // Constants",` var CDN_BASE = 'https://cdn.jsdelivr.net/npm/@runtypelabs/persona@${ts}/dist';`," var STORAGE_KEY = 'chat-widget-state';"," var PROCESSED_ACTIONS_KEY = 'chat-widget-processed-actions';",""," // DOM context provider - extracts page elements for AI context"," var domContextProvider = function() {"," var selectors = {",` products: '[data-product-id], .product-card, .product-item, [role="article"]',`,` buttons: 'button, [role="button"], .btn',`," links: 'a[href]',"," inputs: 'input, textarea, select'"," };",""," var elements = [];"," Object.entries(selectors).forEach(function(entry) {"," var type = entry[0], selector = entry[1];"," document.querySelectorAll(selector).forEach(function(element) {"," if (!(element instanceof HTMLElement)) return;"," var widgetHost = element.closest('.persona-host');"," if (widgetHost) return;"," var text = element.innerText ? element.innerText.trim() : '';"," if (!text) return;",""," var selectorString = element.id ? '#' + element.id :",` element.getAttribute('data-testid') ? '[data-testid="' + element.getAttribute('data-testid') + '"]' :`,` element.getAttribute('data-product-id') ? '[data-product-id="' + element.getAttribute('data-product-id') + '"]' :`," element.tagName.toLowerCase();",""," var elementData = {"," type: type,"," tagName: element.tagName.toLowerCase(),"," selector: selectorString,"," innerText: text.substring(0, 200)"," };",""," if (type === 'links' && element instanceof HTMLAnchorElement && element.href) {"," elementData.href = element.href;"," }"," elements.push(elementData);"," });"," });",""," var counts = elements.reduce(function(acc, el) {"," acc[el.type] = (acc[el.type] || 0) + 1;"," return acc;"," }, {});",""," return {"," page_elements: elements.slice(0, 50),"," page_element_count: elements.length,"," element_types: counts,"," page_url: window.location.href,"," page_title: document.title,"," timestamp: new Date().toISOString()"," };"," };",""," // Load CSS dynamically"," var loadCSS = function() {"," if (document.querySelector('link[data-persona]')) return;"," var link = document.createElement('link');"," link.rel = 'stylesheet';"," link.href = CDN_BASE + '/widget.css';"," link.setAttribute('data-persona', 'true');"," document.head.appendChild(link);"," };",""," // Load JS dynamically"," var loadJS = function(callback) {"," if (window.AgentWidget) { callback(); return; }"," var script = document.createElement('script');"," script.src = CDN_BASE + '/index.global.js';"," script.onload = callback;"," script.onerror = function() { console.error('Failed to load AgentWidget'); };"," document.head.appendChild(script);"," };",""," // Create widget config with advanced features"," var createWidgetConfig = function(agentWidget) {"," var widgetConfig = Object.assign({}, CONFIG);",""];return t!=null&&t.getHeaders&&(s.push(` widgetConfig.getHeaders = ${t.getHeaders};`),s.push("")),t!=null&&t.contextProviders&&(s.push(` widgetConfig.contextProviders = ${t.contextProviders};`),s.push("")),t!=null&&t.streamParser?s.push(` widgetConfig.streamParser = ${t.streamParser};`):(s.push(" // Flexible JSON stream parser for handling structured actions"),s.push(" widgetConfig.streamParser = function() {"),s.push(` return agentWidget.createFlexibleJsonStreamParser(${ib});`),s.push(" };")),s.push(""),t!=null&&t.actionParsers?(s.push(" // Action parsers (custom merged with defaults)"),s.push(` var customParsers = ${t.actionParsers};`),s.push(" widgetConfig.actionParsers = customParsers.concat(["),s.push(" agentWidget.defaultJsonActionParser,"),s.push(` ${Nu}`),s.push(" ]);")):(s.push(" // Action parsers to detect JSON actions in responses"),s.push(" widgetConfig.actionParsers = ["),s.push(" agentWidget.defaultJsonActionParser,"),s.push(` ${Nu}`),s.push(" ];")),s.push(""),t!=null&&t.actionHandlers?(s.push(" // Action handlers (custom merged with defaults)"),s.push(` var customHandlers = ${t.actionHandlers};`),s.push(" widgetConfig.actionHandlers = customHandlers.concat(["),s.push(" agentWidget.defaultActionHandlers.message,"),s.push(" agentWidget.defaultActionHandlers.messageAndClick,"),s.push(` ${Ou}`),s.push(" ]);")):(s.push(" // Action handlers for navigation and other actions"),s.push(" widgetConfig.actionHandlers = ["),s.push(" agentWidget.defaultActionHandlers.message,"),s.push(" agentWidget.defaultActionHandlers.messageAndClick,"),s.push(` ${Ou}`),s.push(" ];")),s.push(""),t!=null&&t.requestMiddleware?(s.push(" // Request middleware (custom merged with DOM context)"),s.push(" widgetConfig.requestMiddleware = function(ctx) {"),s.push(` var customResult = (${t.requestMiddleware})(ctx);`),s.push(" var merged = customResult || ctx.payload;"),s.push(" return Object.assign({}, merged, { metadata: Object.assign({}, merged.metadata, domContextProvider()) });"),s.push(" };")):(s.push(" // Send DOM context with each request"),s.push(" widgetConfig.requestMiddleware = function(ctx) {"),s.push(" return Object.assign({}, ctx.payload, { metadata: domContextProvider() });"),s.push(" };")),s.push(""),t!=null&&t.postprocessMessage?s.push(` widgetConfig.postprocessMessage = ${t.postprocessMessage};`):(s.push(" // Markdown postprocessor"),s.push(" widgetConfig.postprocessMessage = function(ctx) {"),s.push(" return agentWidget.markdownPostprocessor(ctx.text);"),s.push(" };")),s.push(""),(t!=null&&t.onFeedback||t!=null&&t.onCopy)&&(s.push(" // Message action callbacks"),s.push(" widgetConfig.messageActions = widgetConfig.messageActions || {};"),t!=null&&t.onFeedback&&s.push(` widgetConfig.messageActions.onFeedback = ${t.onFeedback};`),t!=null&&t.onCopy&&s.push(` widgetConfig.messageActions.onCopy = ${t.onCopy};`),s.push("")),s.push(" return widgetConfig;"," };",""," // Initialize widget"," var init = function() {"," var agentWidget = window.AgentWidget;"," if (!agentWidget) {"," console.error('AgentWidget not loaded');"," return;"," }",""," var widgetConfig = createWidgetConfig(agentWidget);",""," // Load saved state"," var savedState = localStorage.getItem(STORAGE_KEY);"," if (savedState) {"," try {"," var parsed = JSON.parse(savedState);"," widgetConfig.initialMessages = parsed.messages || [];"," } catch (e) {"," console.error('Failed to load saved state:', e);"," }"," }",""," // Initialize widget"," var handle = agentWidget.initAgentWidget({"," target: 'body',"," useShadowDom: false,",...n!=null&&n.windowKey?[` windowKey: '${n.windowKey}',`]:[]," config: widgetConfig"," });",""," // Save state on message events"," window.addEventListener('persona:message', function() {"," var session = handle.getSession ? handle.getSession() : null;"," if (session) {"," localStorage.setItem(STORAGE_KEY, JSON.stringify({"," messages: session.messages,"," timestamp: new Date().toISOString()"," }));"," }"," });",""," // Clear state on clear chat"," window.addEventListener('persona:clear-chat', function() {"," localStorage.removeItem(STORAGE_KEY);"," localStorage.removeItem(PROCESSED_ACTIONS_KEY);"," });"," };",""," // Wait for framework hydration to complete (Next.js, Nuxt, etc.)"," // This prevents the framework from removing dynamically added CSS during reconciliation"," var waitForHydration = function(callback) {"," var executed = false;"," "," var execute = function() {"," if (executed) return;"," executed = true;"," callback();"," };",""," var afterDom = function() {"," // Strategy 1: Use requestIdleCallback if available (best for detecting idle after hydration)"," if (typeof requestIdleCallback !== 'undefined') {"," requestIdleCallback(function() {"," // Double requestAnimationFrame ensures at least one full paint cycle completed"," requestAnimationFrame(function() {"," requestAnimationFrame(execute);"," });"," }, { timeout: 3000 }); // Max wait 3 seconds, then proceed anyway"," } else {"," // Strategy 2: Fallback for Safari (no requestIdleCallback)"," // 300ms is typically enough for hydration on most pages"," setTimeout(execute, 300);"," }"," };",""," if (document.readyState === 'loading') {"," document.addEventListener('DOMContentLoaded', afterDom);"," } else {"," // DOM already ready, but still wait for potential hydration"," afterDom();"," }"," };",""," // Boot sequence: wait for hydration, then load CSS and JS, then initialize"," // This prevents Next.js/Nuxt/etc. from removing dynamically added CSS during reconciliation"," waitForHydration(function() {"," loadCSS();"," loadJS(function() {"," init();"," });"," });","})();","</script>"),s.join(`
|
|
195
195
|
`)}var ju={desktop:{w:1280,h:800},mobile:{w:390,h:844}},Uu=.1,qu=.15,zu=1.5,sl=24,Vu=40,hb=`
|
|
196
196
|
/* \u2500\u2500 Root \u2500\u2500 */
|
|
197
197
|
.persona-dc-root {
|
|
@@ -433,5 +433,5 @@ ${a.join(`
|
|
|
433
433
|
min-height: 300px;
|
|
434
434
|
}
|
|
435
435
|
}
|
|
436
|
-
`;function yb(){if(document.querySelector("style[data-persona-dc-styles]"))return;let e=document.createElement("style");e.setAttribute("data-persona-dc-styles",""),e.textContent=hb,document.head.appendChild(e)}function bb(e,n){let t=e.clientWidth-sl*2-Vu,r=e.clientHeight-sl*2-Vu;return t<=0||r<=0?1:Math.min(t/n.w,r/n.h,1)}function xb(e,n,t,r,o){e.style.width=`${t.w*r}px`,e.style.height=`${t.h*r}px`,e.style.borderRadius=o==="mobile"?`${32*r}px`:"10px",n.style.width=`${t.w}px`,n.style.height=`${t.h}px`,n.style.transformOrigin="top left",n.style.transform=`scale(${r})`}function vb(e,n){let{items:t,initialIndex:r=0,initialDevice:o="desktop",initialColorScheme:s="light",showZoomControls:a=!0,showDeviceToggle:i=!0,showColorSchemeToggle:d=!0,onChange:l}=n;if(t.length===0)throw new Error("createDemoCarousel: items array must not be empty");yb();let u=Math.max(0,Math.min(r,t.length-1)),p=o,f=s,m=null,v=1,x=!1,M=h("div","persona-dc-root"),A=h("div","persona-dc-toolbar"),k=h("div","persona-dc-toolbar-lead"),D=h("div","persona-dc-toolbar-trail"),R=_t({icon:"chevron-left",label:"Previous demo",size:14,onClick:()=>Fe(-1)}),L=h("div");L.style.position="relative";let S=h("button","persona-dc-title-btn");S.type="button",S.setAttribute("aria-expanded","false"),S.setAttribute("aria-haspopup","listbox");let O=h("span","persona-dc-title-text"),$=h("span","persona-dc-title-chevron"),U=me("chevron-down",12,"currentColor",2);U&&$.appendChild(U),S.append(O,$);let W=h("div","persona-dc-dropdown");W.setAttribute("role","listbox"),W.style.display="none";let F=!1;function K(){W.innerHTML="";for(let G=0;G<t.length;G++){let V=t[G],xe=h("button","persona-dc-dropdown-item");xe.type="button",xe.setAttribute("role","option"),xe.setAttribute("aria-current",G===u?"true":"false");let Ie=h("span");if(Ie.textContent=V.title,xe.appendChild(Ie),V.description){let ne=h("span","persona-dc-dropdown-desc");ne.textContent=V.description,xe.appendChild(ne)}xe.addEventListener("click",()=>{Ee(),De(G)}),W.appendChild(xe)}}function re(){F=!F,W.style.display=F?"":"none",S.setAttribute("aria-expanded",F?"true":"false"),F&&K()}function Ee(){F&&(F=!1,W.style.display="none",S.setAttribute("aria-expanded","false"))}S.addEventListener("click",G=>{G.stopPropagation(),re()});let We=()=>Ee();document.addEventListener("click",We),L.append(S,W);let qe=_t({icon:"chevron-right",label:"Next demo",size:14,onClick:()=>Fe(1)}),ge=h("span","persona-dc-counter");k.append(R,L,qe,ge);let pe=null;i&&(pe=Ba({items:[{id:"desktop",icon:"monitor",label:"Desktop"},{id:"mobile",icon:"smartphone",label:"Mobile"}],selectedId:p,onSelect:G=>{p=G,Q.dataset.device=p,m=null,J()}}),D.appendChild(pe.element));let Te=null;if(a){let G=h("div","persona-dc-zoom-controls"),V=_t({icon:"minus",label:"Zoom out",size:14,onClick:()=>{let ne=m!=null?m:v;m=Math.max(qu,ne-Uu),J()}});Te=h("span","persona-dc-zoom-level"),Te.title="Reset to 100%",Te.style.cursor="pointer",Te.addEventListener("click",()=>{m=1,J()});let xe=_t({icon:"plus",label:"Zoom in",size:14,onClick:()=>{let ne=m!=null?m:v;m=Math.min(zu,ne+Uu),J()}}),Ie=_t({icon:"maximize",label:"Fit to view",size:14,onClick:()=>{m=null,J()}});G.append(V,Te,xe,Ie),D.appendChild(G)}if(d){let G=h("div","persona-dc-separator");D.appendChild(G);let V=Ba({items:[{id:"light",icon:"sun",label:"Light"},{id:"dark",icon:"moon",label:"Dark"}],selectedId:f,onSelect:xe=>{f=xe,Q.dataset.colorScheme=f,Le()}});D.appendChild(V.element)}let Ue=h("div","persona-dc-separator");D.appendChild(Ue);let ee=_t({icon:"external-link",label:"Open in new tab",size:14,onClick:()=>{window.open(t[u].url,"_blank")}});D.appendChild(ee),A.append(k,D);let be=h("div","persona-dc-stage"),Q=h("div","persona-dc-iframe-wrapper");Q.dataset.device=p,Q.dataset.colorScheme=f;let oe=h("iframe","persona-dc-iframe");oe.setAttribute("sandbox","allow-scripts allow-same-origin allow-forms"),oe.setAttribute("loading","lazy"),oe.title=t[u].title,Q.appendChild(oe),be.appendChild(Q),M.append(A,be),e.appendChild(M);function Le(){var G;try{let V=(G=oe.contentDocument)==null?void 0:G.body;if(!V)return;f==="dark"?V.classList.add("theme-dark"):V.classList.remove("theme-dark")}catch{}}oe.addEventListener("load",()=>Le());function ie(){let G=t[u];O.textContent=G.title,ge.textContent=`${u+1} / ${t.length}`,oe.title=G.title}function Fe(G){let V=((u+G)%t.length+t.length)%t.length;De(V)}function De(G){G<0||G>=t.length||(u=G,oe.src=t[u].url,ie(),l==null||l(u,t[u]))}function J(){var xe;if(x)return;let G=(xe=ju[p])!=null?xe:ju.desktop;v=bb(be,G);let V=Math.max(qu,Math.min(zu,m!=null?m:v));xb(Q,oe,G,V,p),Te&&(Te.textContent=`${Math.round(V*100)}%`)}let Oe=new ResizeObserver(()=>J());Oe.observe(be),ie(),oe.src=t[u].url,requestAnimationFrame(()=>J());function Ne(){x||(x=!0,Oe.disconnect(),document.removeEventListener("click",We),M.remove())}return{element:M,goTo:De,next:()=>Fe(1),prev:()=>Fe(-1),getIndex:()=>u,setDevice(G){p=G,Q.dataset.device=G,pe==null||pe.setSelected(G),m=null,J()},setColorScheme(G){f=G,Q.dataset.colorScheme=G},setZoom(G){m=G,J()},destroy:Ne}}function Cb(){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 wb(){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 Ab(e){return{name:"@persona/brand",version:"1.0.0",transform(n){var r;let t={...n.palette};return(r=e.colors)!=null&&r.primary&&(t.colors={...t.colors,primary:{50:xr(e.colors.primary,.95),100:xr(e.colors.primary,.9),200:xr(e.colors.primary,.8),300:xr(e.colors.primary,.7),400:xr(e.colors.primary,.6),500:e.colors.primary,600:xr(e.colors.primary,.8),700:xr(e.colors.primary,.7),800:xr(e.colors.primary,.6),900:xr(e.colors.primary,.5),950:xr(e.colors.primary,.45)}}),{...n,palette:t}}}}function Sb(){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 Eb(){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 xr(e,n){let t=parseInt(e.slice(1,3),16),r=parseInt(e.slice(3,5),16),o=parseInt(e.slice(5,7),16),s=Math.round(t+(255-t)*(1-n)),a=Math.round(r+(255-r)*(1-n)),i=Math.round(o+(255-o)*(1-n));return`#${s.toString(16).padStart(2,"0")}${a.toString(16).padStart(2,"0")}${i.toString(16).padStart(2,"0")}`}function Tb(e){return{name:e.name,version:e.version,transform:e.transform||(n=>n),cssVariables:e.cssVariables,afterResolve:e.afterResolve}}var Mb={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"}}},Ju={components:{panel:{borderRadius:"0",shadow:"none"}}},Ku={id:"shop",label:"Shopping Assistant",config:{theme:Mb,launcher:{title:"Shopping Assistant",subtitle:"Here to help you find what you need",agentIconText:"\u{1F6CD}\uFE0F",position:"bottom-right",width:Gn},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?"]}},Gu={id:"minimal",label:"Minimal",config:{launcher:{enabled:!1,fullHeight:!0},layout:{header:{layout:"minimal",showCloseButton:!1},messages:{layout:"minimal"}},theme:Ju}},Qu={id:"fullscreen",label:"Fullscreen Assistant",config:{launcher:{enabled:!1,fullHeight:!0},layout:{header:{layout:"minimal",showCloseButton:!1},contentMaxWidth:"72ch"},theme:Ju}},Xu={shop:Ku,minimal:Gu,fullscreen:Qu};function kb(e){return Xu[e]}var Gw=wu;export{Up as ASK_USER_QUESTION_TOOL_NAME,$o as AgentWidgetClient,As as AgentWidgetSession,Uo as AttachmentManager,hp as DEFAULT_COMPONENTS,mi as DEFAULT_FLOATING_LAUNCHER_MAX_WIDTH,Gn as DEFAULT_FLOATING_LAUNCHER_WIDTH,gp as DEFAULT_PALETTE,fp as DEFAULT_SEMANTIC,Nt as DEFAULT_WIDGET_CONFIG,Xu as PRESETS,Qu as PRESET_FULLSCREEN,Gu as PRESET_MINIMAL,Ku as PRESET_SHOP,Df as THEME_ZONES,es as VERSION,Cb as accessibilityPlugin,wb as animationsPlugin,So as applyThemeVariables,zo as attachHeaderToContainer,Ab as brandPlugin,Ns as buildComposer,Lp as buildDefaultHeader,eo as buildHeader,Ds as buildHeaderWithLayout,Pp as buildMinimalHeader,nb as collectEnrichedPageContext,so as componentRegistry,Ga as createActionManager,Gi as createAgentExperience,Gh as createAskUserQuestionBubble,ui as createBestAvailableVoiceProvider,bh as createBubbleWithLayout,Vi as createCSATFeedback,Ai as createComboButton,Sy as createComponentMiddleware,ji as createComponentStreamParser,tp as createDefaultSanitizer,vb as createDemoCarousel,tm as createDirectivePostprocessor,Eo as createDropdownMenu,cm as createFlexibleJsonStreamParser,_t as createIconButton,xm as createImagePart,ci as createJsonStreamParser,Ha as createLabelButton,_i as createLocalStorageAdapter,ca as createMarkdownProcessor,No as createMarkdownProcessorFromConfig,Op as createMessageActions,Ji as createNPSFeedback,ii as createPlainTextParser,Tb as createPlugin,li as createRegexJsonParser,Fs as createStandardBubble,ya as createTextPart,Es as createTheme,yi as createThemeObserver,Ba as createToggleGroup,Vo as createTypingIndicator,jo as createVoiceProvider,Ya as createWidgetHostLayout,di as createXmlParser,Gw as default,Yo as defaultActionHandlers,Ka as defaultJsonActionParser,Iu as defaultParseRules,Aa as detectColorScheme,nm as directivePostprocessor,$s as ensureAskUserQuestionSheet,Fo as escapeHtml,zi as extractComponentDirectiveFromMessage,vm as fileToImagePart,rb as formatEnrichedContext,_o as generateAssistantMessageId,cb as generateCodeSnippet,gm as generateMessageId,Ru as generateStableSelector,Cs as generateUserMessageId,Ts as getActiveTheme,vp as getColorScheme,hm as getDisplayText,Ip as getHeaderLayout,bm as getImageParts,kb as getPreset,qi as hasComponentDirective,ym as hasImages,Si as headerLayouts,Eb as highContrastPlugin,wu as initAgentWidget,to as isAskUserQuestionMessage,Ay as isComponentDirectiveType,on as isDockedMountMode,Ca as isVoiceSupported,Vf as listRegisteredStreamAnimations,Yd as markdownPostprocessor,gi as mergeWithDefaults,fm as normalizeContent,no as parseAskUserQuestionPayload,Ja as pluginRegistry,Sb as reducedMotionPlugin,qf as registerStreamAnimationPlugin,Mo as removeAskUserQuestionSheet,Ui as renderComponentDirective,Fp as renderLoadingIndicatorWithFallback,me as renderLucideIcon,lr as resolveDockConfig,bs as resolveSanitizer,fi as resolveTokens,hi as themeToCssVariables,zf as unregisterStreamAnimationPlugin,Cm as validateImageFile,yp as validateTheme};
|
|
436
|
+
`;function yb(){if(document.querySelector("style[data-persona-dc-styles]"))return;let e=document.createElement("style");e.setAttribute("data-persona-dc-styles",""),e.textContent=hb,document.head.appendChild(e)}function bb(e,n){let t=e.clientWidth-sl*2-Vu,r=e.clientHeight-sl*2-Vu;return t<=0||r<=0?1:Math.min(t/n.w,r/n.h,1)}function xb(e,n,t,r,o){e.style.width=`${t.w*r}px`,e.style.height=`${t.h*r}px`,e.style.borderRadius=o==="mobile"?`${32*r}px`:"10px",n.style.width=`${t.w}px`,n.style.height=`${t.h}px`,n.style.transformOrigin="top left",n.style.transform=`scale(${r})`}function vb(e,n){let{items:t,initialIndex:r=0,initialDevice:o="desktop",initialColorScheme:s="light",showZoomControls:a=!0,showDeviceToggle:i=!0,showColorSchemeToggle:d=!0,onChange:l}=n;if(t.length===0)throw new Error("createDemoCarousel: items array must not be empty");yb();let u=Math.max(0,Math.min(r,t.length-1)),p=o,f=s,g=null,C=1,x=!1,M=h("div","persona-dc-root"),A=h("div","persona-dc-toolbar"),k=h("div","persona-dc-toolbar-lead"),B=h("div","persona-dc-toolbar-trail"),D=jt({icon:"chevron-left",label:"Previous demo",size:14,onClick:()=>We(-1)}),L=h("div");L.style.position="relative";let S=h("button","persona-dc-title-btn");S.type="button",S.setAttribute("aria-expanded","false"),S.setAttribute("aria-haspopup","listbox");let F=h("span","persona-dc-title-text"),$=h("span","persona-dc-title-chevron"),j=ge("chevron-down",12,"currentColor",2);j&&$.appendChild(j),S.append(F,$);let W=h("div","persona-dc-dropdown");W.setAttribute("role","listbox"),W.style.display="none";let O=!1;function V(){W.innerHTML="";for(let K=0;K<t.length;K++){let z=t[K],xe=h("button","persona-dc-dropdown-item");xe.type="button",xe.setAttribute("role","option"),xe.setAttribute("aria-current",K===u?"true":"false");let Oe=h("span");if(Oe.textContent=z.title,xe.appendChild(Oe),z.description){let ne=h("span","persona-dc-dropdown-desc");ne.textContent=z.description,xe.appendChild(ne)}xe.addEventListener("click",()=>{Pe(),Ze(K)}),W.appendChild(xe)}}function oe(){O=!O,W.style.display=O?"":"none",S.setAttribute("aria-expanded",O?"true":"false"),O&&V()}function Pe(){O&&(O=!1,W.style.display="none",S.setAttribute("aria-expanded","false"))}S.addEventListener("click",K=>{K.stopPropagation(),oe()});let Me=()=>Pe();document.addEventListener("click",Me),L.append(S,W);let Ge=jt({icon:"chevron-right",label:"Next demo",size:14,onClick:()=>We(1)}),ue=h("span","persona-dc-counter");k.append(D,L,Ge,ue);let de=null;i&&(de=Ba({items:[{id:"desktop",icon:"monitor",label:"Desktop"},{id:"mobile",icon:"smartphone",label:"Mobile"}],selectedId:p,onSelect:K=>{p=K,Q.dataset.device=p,g=null,J()}}),B.appendChild(de.element));let ke=null;if(a){let K=h("div","persona-dc-zoom-controls"),z=jt({icon:"minus",label:"Zoom out",size:14,onClick:()=>{let ne=g!=null?g:C;g=Math.max(qu,ne-Uu),J()}});ke=h("span","persona-dc-zoom-level"),ke.title="Reset to 100%",ke.style.cursor="pointer",ke.addEventListener("click",()=>{g=1,J()});let xe=jt({icon:"plus",label:"Zoom in",size:14,onClick:()=>{let ne=g!=null?g:C;g=Math.min(zu,ne+Uu),J()}}),Oe=jt({icon:"maximize",label:"Fit to view",size:14,onClick:()=>{g=null,J()}});K.append(z,ke,xe,Oe),B.appendChild(K)}if(d){let K=h("div","persona-dc-separator");B.appendChild(K);let z=Ba({items:[{id:"light",icon:"sun",label:"Light"},{id:"dark",icon:"moon",label:"Dark"}],selectedId:f,onSelect:xe=>{f=xe,Q.dataset.colorScheme=f,Re()}});B.appendChild(z.element)}let Ue=h("div","persona-dc-separator");B.appendChild(Ue);let ee=jt({icon:"external-link",label:"Open in new tab",size:14,onClick:()=>{window.open(t[u].url,"_blank")}});B.appendChild(ee),A.append(k,B);let Ae=h("div","persona-dc-stage"),Q=h("div","persona-dc-iframe-wrapper");Q.dataset.device=p,Q.dataset.colorScheme=f;let ae=h("iframe","persona-dc-iframe");ae.setAttribute("sandbox","allow-scripts allow-same-origin allow-forms"),ae.setAttribute("loading","lazy"),ae.title=t[u].title,Q.appendChild(ae),Ae.appendChild(Q),M.append(A,Ae),e.appendChild(M);function Re(){var K;try{let z=(K=ae.contentDocument)==null?void 0:K.body;if(!z)return;f==="dark"?z.classList.add("theme-dark"):z.classList.remove("theme-dark")}catch{}}ae.addEventListener("load",()=>Re());function ce(){let K=t[u];F.textContent=K.title,ue.textContent=`${u+1} / ${t.length}`,ae.title=K.title}function We(K){let z=((u+K)%t.length+t.length)%t.length;Ze(z)}function Ze(K){K<0||K>=t.length||(u=K,ae.src=t[u].url,ce(),l==null||l(u,t[u]))}function J(){var xe;if(x)return;let K=(xe=ju[p])!=null?xe:ju.desktop;C=bb(Ae,K);let z=Math.max(qu,Math.min(zu,g!=null?g:C));xb(Q,ae,K,z,p),ke&&(ke.textContent=`${Math.round(z*100)}%`)}let se=new ResizeObserver(()=>J());se.observe(Ae),ce(),ae.src=t[u].url,requestAnimationFrame(()=>J());function Fe(){x||(x=!0,se.disconnect(),document.removeEventListener("click",Me),M.remove())}return{element:M,goTo:Ze,next:()=>We(1),prev:()=>We(-1),getIndex:()=>u,setDevice(K){p=K,Q.dataset.device=K,de==null||de.setSelected(K),g=null,J()},setColorScheme(K){f=K,Q.dataset.colorScheme=K},setZoom(K){g=K,J()},destroy:Fe}}function Cb(){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 wb(){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 Ab(e){return{name:"@persona/brand",version:"1.0.0",transform(n){var r;let t={...n.palette};return(r=e.colors)!=null&&r.primary&&(t.colors={...t.colors,primary:{50:xr(e.colors.primary,.95),100:xr(e.colors.primary,.9),200:xr(e.colors.primary,.8),300:xr(e.colors.primary,.7),400:xr(e.colors.primary,.6),500:e.colors.primary,600:xr(e.colors.primary,.8),700:xr(e.colors.primary,.7),800:xr(e.colors.primary,.6),900:xr(e.colors.primary,.5),950:xr(e.colors.primary,.45)}}),{...n,palette:t}}}}function Sb(){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 Eb(){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 xr(e,n){let t=parseInt(e.slice(1,3),16),r=parseInt(e.slice(3,5),16),o=parseInt(e.slice(5,7),16),s=Math.round(t+(255-t)*(1-n)),a=Math.round(r+(255-r)*(1-n)),i=Math.round(o+(255-o)*(1-n));return`#${s.toString(16).padStart(2,"0")}${a.toString(16).padStart(2,"0")}${i.toString(16).padStart(2,"0")}`}function Tb(e){return{name:e.name,version:e.version,transform:e.transform||(n=>n),cssVariables:e.cssVariables,afterResolve:e.afterResolve}}var Mb={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"}}},Ju={components:{panel:{borderRadius:"0",shadow:"none"}}},Ku={id:"shop",label:"Shopping Assistant",config:{theme:Mb,launcher:{title:"Shopping Assistant",subtitle:"Here to help you find what you need",agentIconText:"\u{1F6CD}\uFE0F",position:"bottom-right",width:Gn},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?"]}},Gu={id:"minimal",label:"Minimal",config:{launcher:{enabled:!1,fullHeight:!0},layout:{header:{layout:"minimal",showCloseButton:!1},messages:{layout:"minimal"}},theme:Ju}},Qu={id:"fullscreen",label:"Fullscreen Assistant",config:{launcher:{enabled:!1,fullHeight:!0},layout:{header:{layout:"minimal",showCloseButton:!1},contentMaxWidth:"72ch"},theme:Ju}},Xu={shop:Ku,minimal:Gu,fullscreen:Qu};function kb(e){return Xu[e]}var Gw=wu;export{Up as ASK_USER_QUESTION_TOOL_NAME,_o as AgentWidgetClient,Ss as AgentWidgetSession,qo as AttachmentManager,hp as DEFAULT_COMPONENTS,mi as DEFAULT_FLOATING_LAUNCHER_MAX_WIDTH,Gn as DEFAULT_FLOATING_LAUNCHER_WIDTH,gp as DEFAULT_PALETTE,fp as DEFAULT_SEMANTIC,$t as DEFAULT_WIDGET_CONFIG,Xu as PRESETS,Qu as PRESET_FULLSCREEN,Gu as PRESET_MINIMAL,Ku as PRESET_SHOP,Df as THEME_ZONES,ts as VERSION,Cb as accessibilityPlugin,wb as animationsPlugin,So as applyThemeVariables,Vo as attachHeaderToContainer,Ab as brandPlugin,Fs as buildComposer,Lp as buildDefaultHeader,Zr as buildHeader,Ns as buildHeaderWithLayout,Pp as buildMinimalHeader,nb as collectEnrichedPageContext,oo as componentRegistry,Ga as createActionManager,Gi as createAgentExperience,Gh as createAskUserQuestionBubble,ui as createBestAvailableVoiceProvider,bh as createBubbleWithLayout,Vi as createCSATFeedback,Ai as createComboButton,Sy as createComponentMiddleware,ji as createComponentStreamParser,tp as createDefaultSanitizer,vb as createDemoCarousel,tm as createDirectivePostprocessor,Eo as createDropdownMenu,cm as createFlexibleJsonStreamParser,jt as createIconButton,xm as createImagePart,ci as createJsonStreamParser,Ha as createLabelButton,_i as createLocalStorageAdapter,ca as createMarkdownProcessor,Fo as createMarkdownProcessorFromConfig,Op as createMessageActions,Ji as createNPSFeedback,ii as createPlainTextParser,Tb as createPlugin,li as createRegexJsonParser,Os as createStandardBubble,ya as createTextPart,Ts as createTheme,yi as createThemeObserver,Ba as createToggleGroup,Jo as createTypingIndicator,Uo as createVoiceProvider,Ya as createWidgetHostLayout,di as createXmlParser,Gw as default,Zo as defaultActionHandlers,Ka as defaultJsonActionParser,Iu as defaultParseRules,Aa as detectColorScheme,nm as directivePostprocessor,_s as ensureAskUserQuestionSheet,Oo as escapeHtml,zi as extractComponentDirectiveFromMessage,vm as fileToImagePart,rb as formatEnrichedContext,jo as generateAssistantMessageId,cb as generateCodeSnippet,gm as generateMessageId,Ru as generateStableSelector,ws as generateUserMessageId,Ms as getActiveTheme,vp as getColorScheme,hm as getDisplayText,Ip as getHeaderLayout,bm as getImageParts,kb as getPreset,qi as hasComponentDirective,ym as hasImages,Si as headerLayouts,Eb as highContrastPlugin,wu as initAgentWidget,eo as isAskUserQuestionMessage,Ay as isComponentDirectiveType,on as isDockedMountMode,Ca as isVoiceSupported,Vf as listRegisteredStreamAnimations,Yd as markdownPostprocessor,gi as mergeWithDefaults,fm as normalizeContent,to as parseAskUserQuestionPayload,Ja as pluginRegistry,Sb as reducedMotionPlugin,qf as registerStreamAnimationPlugin,Mo as removeAskUserQuestionSheet,Ui as renderComponentDirective,Fp as renderLoadingIndicatorWithFallback,ge as renderLucideIcon,lr as resolveDockConfig,xs as resolveSanitizer,fi as resolveTokens,hi as themeToCssVariables,zf as unregisterStreamAnimationPlugin,Cm as validateImageFile,yp as validateTheme};
|
|
437
437
|
//# sourceMappingURL=index.js.map
|