@runtypelabs/persona 3.0.0 → 3.1.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +2 -2
- package/dist/index.cjs +29 -29
- package/dist/index.cjs.map +1 -1
- package/dist/index.global.js +68 -68
- package/dist/index.global.js.map +1 -1
- package/dist/index.js +29 -29
- package/dist/index.js.map +1 -1
- package/dist/widget.css +83 -83
- package/package.json +1 -3
- package/src/components/artifact-pane.ts +3 -3
- package/src/components/header-builder.ts +1 -1
- package/src/runtime/host-layout.test.ts +137 -0
- package/src/runtime/host-layout.ts +81 -0
- package/src/runtime/init.test.ts +36 -1
- package/src/runtime/init.ts +1 -1
- package/src/styles/widget.css +83 -83
- package/src/ui.ts +6 -4
- package/src/utils/artifact-gate.ts +1 -1
- package/src/styles/tailwind.css +0 -20
package/dist/index.js
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
import{Marked as
|
|
2
|
-
`).replace(/\\r/g,"\r").replace(/\\t/g," ").replace(/\\"/g,'"').replace(/\\\\/g,"\\"),Yr=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)}},
|
|
1
|
+
import{Marked as Ic}from"marked";var Wc=e=>{if(e)return e},Lo=e=>{var s,o;let r=e==null?void 0:e.markedOptions,t=new Ic({gfm:(s=r==null?void 0:r.gfm)!=null?s:!0,breaks:(o=r==null?void 0:r.breaks)!=null?o:!0,pedantic:r==null?void 0:r.pedantic,silent:r==null?void 0:r.silent}),n=Wc(e==null?void 0:e.renderer);return n&&t.use({renderer:n}),a=>t.parse(a)},fr=e=>e?Lo({markedOptions:e.options,renderer:e.renderer}):Lo(),Rc=Lo(),nl=e=>Rc(e),Jr=e=>e.replace(/&/g,"&").replace(/</g,"<").replace(/>/g,">").replace(/"/g,""").replace(/'/g,"'"),rl=e=>e.replace(/"/g,""").replace(/</g,"<").replace(/>/g,">"),tl=e=>`%%FORM_PLACEHOLDER_${e}%%`,ol=(e,r)=>{let t=e;return t=t.replace(/<Directive>([\s\S]*?)<\/Directive>/gi,(n,s)=>{try{let o=JSON.parse(s.trim());if(o&&typeof o=="object"&&o.component==="form"&&o.type){let a=tl(r.length);return r.push({token:a,type:String(o.type)}),a}}catch{return n}return n}),t=t.replace(/<Form\s+type="([^"]+)"\s*\/>/gi,(n,s)=>{let o=tl(r.length);return r.push({token:o,type:s}),o}),t},Hc=e=>{let r=fr(e);return t=>{let n=[],s=ol(t,n),o=r(s);return n.forEach(({token:a,type:i})=>{let d=new RegExp(a.replace(/[.*+?^${}()|[\]\\]/g,"\\$&"),"g"),u=`<div class="persona-form-directive" data-tv-form="${rl(i)}"></div>`;o=o.replace(d,u)}),o}},Bc=e=>{let r=[],t=ol(e,r),n=nl(t);return r.forEach(({token:s,type:o})=>{let a=new RegExp(s.replace(/[.*+?^${}()|[\]\\]/g,"\\$&"),"g"),d=`<div class="persona-form-directive" data-tv-form="${rl(o)}"></div>`;n=n.replace(a,d)}),n};import Dc from"dompurify";var Nc={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"]},Oc=/^data:image\/(?:png|jpe?g|gif|webp|bmp|x-icon|avif)/i,sl=()=>{let e=Dc(typeof window!="undefined"?window:void 0);return e.addHook("uponSanitizeAttribute",(r,t)=>{if(t.attrName==="src"||t.attrName==="href"){let n=t.attrValue;n.toLowerCase().startsWith("data:")&&!Oc.test(n)&&(t.attrValue="",t.keepAttr=!1)}}),r=>e.sanitize(r,Nc)},Kr=e=>e===!1?null:typeof e=="function"?e:sl();import{parse as al,STR as il,OBJ as ll}from"partial-json";var Po=e=>e.replace(/\\n/g,`
|
|
2
|
+
`).replace(/\\r/g,"\r").replace(/\\t/g," ").replace(/\\"/g,'"').replace(/\\\\/g,"\\"),Yr=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)}},Fc=e=>{var a,i;let r=(a=e.completedAt)!=null?a:Date.now(),t=(i=e.startedAt)!=null?i:r,s=(e.durationMs!==void 0?e.durationMs:Math.max(0,r-t))/1e3;return s<.1?"Thought for <0.1 seconds":`Thought for ${s>=10?Math.round(s).toString():s.toFixed(1).replace(/\.0$/,"")} seconds`},cl=e=>e.status==="complete"?Fc(e):e.status==="pending"?"Waiting":"",$c=e=>{var s,o,a;let t=(typeof e.duration=="number"?e.duration:typeof e.durationMs=="number"?e.durationMs:Math.max(0,((s=e.completedAt)!=null?s:Date.now())-((a=(o=e.startedAt)!=null?o: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 dl=e=>e.status==="complete"?$c(e):"Using tool...",_c=()=>{let e=null,r=0,t=n=>{let s=/"text"\s*:\s*"((?:[^"\\]|\\.|")*?)"/,o=n.match(s);if(o&&o[1])try{return o[1].replace(/\\n/g,`
|
|
3
3
|
`).replace(/\\r/g,"\r").replace(/\\t/g," ").replace(/\\"/g,'"').replace(/\\\\/g,"\\")}catch{return o[1]}let a=/"text"\s*:\s*"((?:[^"\\]|\\.)*)/,i=n.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 n=>{if(n.length<=r)return e!==null?{text:e,raw:n}:null;let s=n.trim();if(!s.startsWith("{")&&!s.startsWith("["))return null;let o=t(n);return o!==null&&(e=o),r=n.length,e!==null?{text:e,raw:n}:null},close:async()=>{}}},Io=e=>{try{let r=JSON.parse(e);if(r&&typeof r=="object"&&typeof r.text=="string")return r.text}catch{return null}return null},rs=()=>{let e={processChunk:r=>null,getExtractedText:()=>null};return e.__isPlainTextParser=!0,e},os=()=>{var r;let e=Fc();return{processChunk:async t=>{let n=t.trim();return!n.startsWith("{")&&!n.startsWith("[")?null:e.processChunk(t)},getExtractedText:e.getExtractedText.bind(e),close:(r=e.close)==null?void 0:r.bind(e)}},ss=()=>{let e=null,r=0;return{getExtractedText:()=>e,processChunk:t=>{let n=t.trim();if(!n.startsWith("{")&&!n.startsWith("["))return null;if(t.length<=r)return e!==null||e===""?{text:e||"",raw:t}:null;try{let s=nl(t,rl|ol);s&&typeof s=="object"&&(s.component&&typeof s.component=="string"?e=typeof s.text=="string"?Po(s.text):"":s.type==="init"&&s.form?e="":typeof s.text=="string"&&(e=Po(s.text)))}catch{}return r=t.length,e!==null?{text:e,raw:t}:null},close:()=>{}}},_c=e=>{let r=null,t=0,s=e||(o=>{if(!o||typeof o!="object")return null;let a=i=>typeof i=="string"?Po(i):null;if(o.component&&typeof o.component=="string")return typeof o.text=="string"?Po(o.text):"";if(o.type==="init"&&o.form)return"";if(o.action)switch(o.action){case"nav_then_click":return a(o.on_load_text)||a(o.text)||null;case"message":case"message_and_click":case"checkout":return a(o.text)||null;default:return a(o.text)||a(o.display_text)||a(o.message)||null}return a(o.text)||a(o.display_text)||a(o.message)||a(o.content)||null});return{getExtractedText:()=>r,processChunk:o=>{let a=o.trim();if(!a.startsWith("{")&&!a.startsWith("["))return null;if(o.length<=t)return r!==null?{text:r,raw:o}:null;try{let i=nl(o,rl|ol),d=s(i);d!==null&&(r=d)}catch{}return t=o.length,{text:r||"",raw:o}},close:()=>{}}},as=()=>{let e=null;return{processChunk:r=>{if(!r.trim().startsWith("<"))return null;let n=r.match(/<text[^>]*>([\s\S]*?)<\/text>/);return n&&n[1]?(e=n[1],{text:e,raw:r}):null},getExtractedText:()=>e}};var jc="https://api.runtype.com/v1/dispatch",is="https://api.runtype.com",ls=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 zc(e){switch(e){case"json":return ss;case"regex-json":return os;case"xml":return as;default:return rs}}var hr=class{constructor(r={}){this.config=r;this.clientSession=null;this.sessionInitPromise=null;var t,n,s;this.apiUrl=(t=r.apiUrl)!=null?t:jc,this.headers={"Content-Type":"application/json",...r.headers},this.debug=!!r.debug,this.createStreamParser=(n=r.streamParser)!=null?n:zc(r.parserType),this.contextProviders=(s=r.contextProviders)!=null?s:[],this.requestMiddleware=r.requestMiddleware,this.customFetch=r.customFetch,this.parseSSEEvent=r.parseSSEEvent,this.getHeaders=r.getHeaders}setSSEEventCallback(r){this.onSSEEvent=r}getSSEEventCallback(){return this.onSSEEvent}isClientTokenMode(){return!!this.config.clientToken}isAgentMode(){return!!this.config.agent}getClientApiUrl(r){var n;let t=((n=this.config.apiUrl)==null?void 0:n.replace(/\/+$/,"").replace(/\/v1\/dispatch$/,""))||is;return r==="init"?`${t}/v1/client/init`:`${t}/v1/client/chat`}getClientSession(){return this.clientSession}async initSession(){var r,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 n=await this.sessionInitPromise;return this.clientSession=n,(t=(r=this.config).onSessionInit)==null||t.call(r,n),n}finally{this.sessionInitPromise=null}}async _doInitSession(){var o,a;let r=((a=(o=this.config).getStoredSessionId)==null?void 0:a.call(o))||null,t={token:this.config.clientToken,...this.config.flowId&&{flowId:this.config.flowId},...r&&{sessionId:r}},n=await fetch(this.getClientApiUrl("init"),{method:"POST",headers:{"Content-Type":"application/json"},body:JSON.stringify(t)});if(!n.ok){let i=await n.json().catch(()=>({error:"Session initialization failed"}));throw n.status===401?new Error(`Invalid client token: ${i.hint||i.error}`):n.status===403?new Error(`Origin not allowed: ${i.hint||i.error}`):new Error(i.error||"Failed to initialize session")}let s=await n.json();return this.config.setStoredSessionId&&this.config.setStoredSessionId(s.sessionId),{sessionId:s.sessionId,expiresAt:new Date(s.expiresAt),flow:s.flow,config:{welcomeMessage:s.config.welcomeMessage,placeholder:s.config.placeholder,theme:s.config.theme}}}clearClientSession(){this.clientSession=null,this.sessionInitPromise=null}getFeedbackApiUrl(){var t;return`${((t=this.config.apiUrl)==null?void 0:t.replace(/\/+$/,"").replace(/\/v1\/dispatch$/,""))||is}/v1/client/feedback`}async sendFeedback(r){var o,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(r.type)&&!r.messageId)throw new Error(`messageId is required for ${r.type} feedback type`);if(r.type==="csat"&&(r.rating===void 0||r.rating<1||r.rating>5))throw new Error("CSAT rating must be between 1 and 5");if(r.type==="nps"&&(r.rating===void 0||r.rating<0||r.rating>10))throw new Error("NPS rating must be between 0 and 10");this.debug&&console.debug("[AgentWidgetClient] sending feedback",r);let s=await fetch(this.getFeedbackApiUrl(),{method:"POST",headers:{"Content-Type":"application/json"},body:JSON.stringify(r)});if(!s.ok){let i=await s.json().catch(()=>({error:"Feedback submission failed"}));throw s.status===401?(this.clientSession=null,(a=(o=this.config).onSessionExpired)==null||a.call(o),new Error("Session expired. Please refresh to continue.")):new Error(i.error||"Failed to submit feedback")}}async submitMessageFeedback(r,t){let n=this.getClientSession();if(!n)throw new Error("No active session. Please initialize session first.");return this.sendFeedback({sessionId:n.sessionId,messageId:r,type:t})}async submitCSATFeedback(r,t){let n=this.getClientSession();if(!n)throw new Error("No active session. Please initialize session first.");return this.sendFeedback({sessionId:n.sessionId,type:"csat",rating:r,comment:t})}async submitNPSFeedback(r,t){let n=this.getClientSession();if(!n)throw new Error("No active session. Please initialize session first.");return this.sendFeedback({sessionId:n.sessionId,type:"nps",rating:r,comment:t})}async dispatch(r,t){return this.isAgentMode()?this.dispatchAgent(r,t):this.isClientTokenMode()?this.dispatchClientToken(r,t):this.dispatchProxy(r,t)}async dispatchClientToken(r,t){var s,o,a,i;let n=new AbortController;r.signal&&r.signal.addEventListener("abort",()=>n.abort()),t({type:"status",status:"connecting"});try{let d=await this.initSession();if(new Date>=new Date(d.expiresAt.getTime()-6e4)){this.clientSession=null,(o=(s=this.config).onSessionExpired)==null||o.call(s);let m=new Error("Session expired. Please refresh to continue.");throw t({type:"error",error:m}),m}let c=await this.buildPayload(r.messages),u=c.metadata?Object.fromEntries(Object.entries(c.metadata).filter(([m])=>m!=="sessionId"&&m!=="session_id")):void 0,p={sessionId:d.sessionId,messages:r.messages.filter(ls).map(m=>{var x,b,A;return{id:m.id,role:m.role,content:(A=(b=(x=m.contentParts)!=null?x:m.llmContent)!=null?b:m.rawContent)!=null?A:m.content}}),...r.assistantMessageId&&{assistantMessageId:r.assistantMessageId},...u&&Object.keys(u).length>0&&{metadata:u},...c.inputs&&Object.keys(c.inputs).length>0&&{inputs:c.inputs},...c.context&&{context:c.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:n.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 b=new Error("Session expired. Please refresh to continue.");throw t({type:"error",error:b}),b}if(f.status===429){let b=new Error(m.hint||"Message limit reached for this session.");throw t({type:"error",error:b}),b}let x=new Error(m.error||"Failed to send message");throw t({type:"error",error:x}),x}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,r.assistantMessageId)}finally{t({type:"status",status:"idle"})}}catch(d){let c=d instanceof Error?d:new Error(String(d));throw!c.message.includes("Session expired")&&!c.message.includes("Message limit")&&t({type:"error",error:c}),c}}async dispatchProxy(r,t){let n=new AbortController;r.signal&&r.signal.addEventListener("abort",()=>n.abort()),t({type:"status",status:"connecting"});let s=await this.buildPayload(r.messages);this.debug&&console.debug("[AgentWidgetClient] dispatch payload",s);let o={...this.headers};if(this.getHeaders)try{let i=await this.getHeaders();o={...o,...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:o,body:JSON.stringify(s),signal:n.signal},s)}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:o,body:JSON.stringify(s),signal:n.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(r,t){let n=new AbortController;r.signal&&r.signal.addEventListener("abort",()=>n.abort()),t({type:"status",status:"connecting"});let s=await this.buildAgentPayload(r.messages);this.debug&&console.debug("[AgentWidgetClient] agent dispatch payload",s);let o={...this.headers};if(this.getHeaders)try{let i=await this.getHeaders();o={...o,...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:o,body:JSON.stringify(s),signal:n.signal},s)}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:o,body:JSON.stringify(s),signal:n.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,r.assistantMessageId)}finally{t({type:"status",status:"idle"})}}async processStream(r,t,n){t({type:"status",status:"connected"});try{await this.streamResponse(r,t,n)}finally{t({type:"status",status:"idle"})}}async resolveApproval(r,t){var a;let s=`${((a=this.config.apiUrl)==null?void 0:a.replace(/\/+$/,"").replace(/\/v1\/dispatch$/,""))||is}/v1/agents/${r.agentId}/approve`,o={"Content-Type":"application/json",...this.headers};return this.getHeaders&&Object.assign(o,await this.getHeaders()),fetch(s,{method:"POST",headers:o,body:JSON.stringify({executionId:r.executionId,approvalId:r.approvalId,decision:t,streamResponse:!0})})}async buildAgentPayload(r){if(!this.config.agent)throw new Error("Agent configuration required for agent mode");let t=r.slice().filter(ls).filter(s=>s.role==="user"||s.role==="assistant"||s.role==="system").filter(s=>!s.variant||s.variant==="assistant").sort((s,o)=>{let a=new Date(s.createdAt).getTime(),i=new Date(o.createdAt).getTime();return a-i}).map(s=>{var o,a,i;return{role:s.role,content:(i=(a=(o=s.contentParts)!=null?o:s.llmContent)!=null?a:s.rawContent)!=null?i:s.content,createdAt:s.createdAt}}),n={agent:this.config.agent,messages:t,options:{streamResponse:!0,recordMode:"virtual",...this.config.agentOptions}};if(this.contextProviders.length){let s={};await Promise.all(this.contextProviders.map(async o=>{try{let a=await o({messages:r,config:this.config});a&&typeof a=="object"&&Object.assign(s,a)}catch(a){typeof console!="undefined"&&console.warn("[AgentWidget] Context provider failed:",a)}})),Object.keys(s).length&&(n.context=s)}return n}async buildPayload(r){let n={messages:r.slice().filter(ls).sort((s,o)=>{let a=new Date(s.createdAt).getTime(),i=new Date(o.createdAt).getTime();return a-i}).map(s=>{var o,a,i;return{role:s.role,content:(i=(a=(o=s.contentParts)!=null?o:s.llmContent)!=null?a:s.rawContent)!=null?i:s.content,createdAt:s.createdAt}}),...this.config.flowId&&{flowId:this.config.flowId}};if(this.contextProviders.length){let s={};await Promise.all(this.contextProviders.map(async o=>{try{let a=await o({messages:r,config:this.config});a&&typeof a=="object"&&Object.assign(s,a)}catch(a){typeof console!="undefined"&&console.warn("[AgentWidget] Context provider failed:",a)}})),Object.keys(s).length&&(n.context=s)}if(this.requestMiddleware)try{let s=await this.requestMiddleware({payload:{...n},config:this.config});if(s&&typeof s=="object")return s}catch(s){typeof console!="undefined"&&console.error("[AgentWidget] Request middleware error:",s)}return n}async handleCustomSSEEvent(r,t,n,s,o){if(!this.parseSSEEvent)return!1;try{let a=await this.parseSSEEvent(r);if(a===null)return!1;let i=()=>{if(n.current)return n.current;let d={id:`assistant-${Date.now()}-${Math.random().toString(16).slice(2)}`,role:"assistant",content:"",createdAt:new Date().toISOString(),streaming:!0,variant:"assistant",sequence:o()};return n.current=d,s(d),d};if(a.text!==void 0){let d=i();d.content+=a.text,s(d)}return a.done&&(n.current&&(n.current.streaming=!1,s(n.current)),t({type:"status",status:"idle"})),a.error&&t({type:"error",error:new Error(a.error)}),!0}catch(a){return typeof console!="undefined"&&console.error("[AgentWidget] parseSSEEvent error:",a),!1}}async streamResponse(r,t,n){var gt,Tt,se,re,Ue,z,te,de,Qe,G,Y,tt,Ne,je,Mt,qt,ue,Ye,ke,ot,Ve,nt,Rt,Ht,kt,N,X,F,be,xe,Ae,Ee,st,Be,We,ze,pe,$t,xn,Un,Dn,ar,Nn,Tn,Xe,tn,un,K,Mn,on,pt,sn,kn,kr,ir,Lr,Vn,vn,Jn,bt,Cn,Pr,On,wn,B,$n,Fn,Ir,Ln,Kn,Wr,Pn,In,lr,cr,lo,co,po,Rr,dr,qe,Hr,an,Gt,uo,go,Br,Yn,Wn,mo,fo,ho,es,Gn,Xn,mt,pr,ur,Dr,Nr,Or,$r,Jt,nn,Rn,De,Fr,Zn,gn,yo,gr,mr,Qn,_n,bo,xo,mn,er,vo;let s=r.getReader(),o=new TextDecoder,a="",i=Date.now(),d=0,c=()=>i+d++,u=Z=>{let Oe=Z.reasoning?{...Z.reasoning,chunks:[...Z.reasoning.chunks]}:void 0,Te=Z.toolCall?{...Z.toolCall,chunks:Z.toolCall.chunks?[...Z.toolCall.chunks]:void 0}:void 0,$e=Z.tools?Z.tools.map(xt=>({...xt,chunks:xt.chunks?[...xt.chunks]:void 0})):void 0;return{...Z,reasoning:Oe,toolCall:Te,tools:$e}},p=Z=>{t({type:"message",message:u(Z)})},f=null,m={current:null},x=new Map,b=new Map,A={lastId:null,byStep:new Map},v={lastId:null,byCall:new Map},T=Z=>{if(Z==null)return null;try{return String(Z)}catch{return null}},j=Z=>{var Oe,Te,$e,xt,Ft;return T((Ft=(xt=($e=(Te=(Oe=Z.stepId)!=null?Oe:Z.step_id)!=null?Te:Z.step)!=null?$e:Z.parentId)!=null?xt:Z.flowStepId)!=null?Ft:Z.flow_step_id)},w=Z=>{var Oe,Te,$e,xt,Ft,vt,C;return T((C=(vt=(Ft=(xt=($e=(Te=(Oe=Z.callId)!=null?Oe:Z.call_id)!=null?Te:Z.requestId)!=null?$e:Z.request_id)!=null?xt:Z.toolCallId)!=null?Ft:Z.tool_call_id)!=null?vt:Z.stepId)!=null?C:Z.step_id)},I=()=>f||(f={id:n!=null?n:`assistant-${Date.now()}-${Math.random().toString(16).slice(2)}`,role:"assistant",content:"",createdAt:new Date().toISOString(),streaming:!0,sequence:c()},p(f),f),R=(Z,Oe)=>{A.lastId=Oe,Z&&A.byStep.set(Z,Oe)},D=(Z,Oe)=>{var Ft;let Te=(Ft=Z.reasoningId)!=null?Ft:Z.id,$e=j(Z);if(Te){let vt=String(Te);return R($e,vt),vt}if($e){let vt=A.byStep.get($e);if(vt)return A.lastId=vt,vt}if(A.lastId&&!Oe)return A.lastId;if(!Oe)return null;let xt=`reason-${c()}`;return R($e,xt),xt},V=Z=>{let Oe=x.get(Z);if(Oe)return Oe;let Te={id:`reason-${Z}`,role:"assistant",content:"",createdAt:new Date().toISOString(),streaming:!0,variant:"reasoning",sequence:c(),reasoning:{id:Z,status:"streaming",chunks:[]}};return x.set(Z,Te),p(Te),Te},ve=(Z,Oe)=>{v.lastId=Oe,Z&&v.byCall.set(Z,Oe)},le=new Set,q=new Map,ee=new Set,Ce=new Map,we=Z=>{if(!Z)return!1;let Oe=Z.replace(/_+/g,"_").replace(/^_|_$/g,"");return Oe==="emit_artifact_markdown"||Oe==="emit_artifact_component"},ye=(Z,Oe)=>{var Ft;let Te=(Ft=Z.toolId)!=null?Ft:Z.id,$e=w(Z);if(Te){let vt=String(Te);return ve($e,vt),vt}if($e){let vt=v.byCall.get($e);if(vt)return v.lastId=vt,vt}if(v.lastId&&!Oe)return v.lastId;if(!Oe)return null;let xt=`tool-${c()}`;return ve($e,xt),xt},ce=Z=>{let Oe=b.get(Z);if(Oe)return Oe;let Te={id:`tool-${Z}`,role:"assistant",content:"",createdAt:new Date().toISOString(),streaming:!0,variant:"tool",sequence:c(),toolCall:{id:Z,status:"pending"}};return b.set(Z,Te),p(Te),Te},Q=Z=>{if(typeof Z=="number"&&Number.isFinite(Z))return Z;if(typeof Z=="string"){let Oe=Number(Z);if(!Number.isNaN(Oe)&&Number.isFinite(Oe))return Oe;let Te=Date.parse(Z);if(!Number.isNaN(Te))return Te}return Date.now()},J=Z=>{if(typeof Z=="string")return Z;if(Z==null)return"";try{return JSON.stringify(Z)}catch{return String(Z)}},U=new Map,ne=new Map,fe=null,wt=new Map,ut=(gt=this.config.iterationDisplay)!=null?gt:"separate";for(;;){let{done:Z,value:Oe}=await s.read();if(Z)break;a+=o.decode(Oe,{stream:!0});let Te=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 n=>{if(n.length<=r)return e!==null?{text:e,raw:n}:null;let s=n.trim();if(!s.startsWith("{")&&!s.startsWith("["))return null;let o=t(n);return o!==null&&(e=o),r=n.length,e!==null?{text:e,raw:n}:null},close:async()=>{}}},Io=e=>{try{let r=JSON.parse(e);if(r&&typeof r=="object"&&typeof r.text=="string")return r.text}catch{return null}return null},os=()=>{let e={processChunk:r=>null,getExtractedText:()=>null};return e.__isPlainTextParser=!0,e},ss=()=>{var r;let e=_c();return{processChunk:async t=>{let n=t.trim();return!n.startsWith("{")&&!n.startsWith("[")?null:e.processChunk(t)},getExtractedText:e.getExtractedText.bind(e),close:(r=e.close)==null?void 0:r.bind(e)}},as=()=>{let e=null,r=0;return{getExtractedText:()=>e,processChunk:t=>{let n=t.trim();if(!n.startsWith("{")&&!n.startsWith("["))return null;if(t.length<=r)return e!==null||e===""?{text:e||"",raw:t}:null;try{let s=al(t,il|ll);s&&typeof s=="object"&&(s.component&&typeof s.component=="string"?e=typeof s.text=="string"?Po(s.text):"":s.type==="init"&&s.form?e="":typeof s.text=="string"&&(e=Po(s.text)))}catch{}return r=t.length,e!==null?{text:e,raw:t}:null},close:()=>{}}},jc=e=>{let r=null,t=0,s=e||(o=>{if(!o||typeof o!="object")return null;let a=i=>typeof i=="string"?Po(i):null;if(o.component&&typeof o.component=="string")return typeof o.text=="string"?Po(o.text):"";if(o.type==="init"&&o.form)return"";if(o.action)switch(o.action){case"nav_then_click":return a(o.on_load_text)||a(o.text)||null;case"message":case"message_and_click":case"checkout":return a(o.text)||null;default:return a(o.text)||a(o.display_text)||a(o.message)||null}return a(o.text)||a(o.display_text)||a(o.message)||a(o.content)||null});return{getExtractedText:()=>r,processChunk:o=>{let a=o.trim();if(!a.startsWith("{")&&!a.startsWith("["))return null;if(o.length<=t)return r!==null?{text:r,raw:o}:null;try{let i=al(o,il|ll),d=s(i);d!==null&&(r=d)}catch{}return t=o.length,{text:r||"",raw:o}},close:()=>{}}},is=()=>{let e=null;return{processChunk:r=>{if(!r.trim().startsWith("<"))return null;let n=r.match(/<text[^>]*>([\s\S]*?)<\/text>/);return n&&n[1]?(e=n[1],{text:e,raw:r}):null},getExtractedText:()=>e}};var zc="https://api.runtype.com/v1/dispatch",ls="https://api.runtype.com",cs=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 qc(e){switch(e){case"json":return as;case"regex-json":return ss;case"xml":return is;default:return os}}var hr=class{constructor(r={}){this.config=r;this.clientSession=null;this.sessionInitPromise=null;var t,n,s;this.apiUrl=(t=r.apiUrl)!=null?t:zc,this.headers={"Content-Type":"application/json",...r.headers},this.debug=!!r.debug,this.createStreamParser=(n=r.streamParser)!=null?n:qc(r.parserType),this.contextProviders=(s=r.contextProviders)!=null?s:[],this.requestMiddleware=r.requestMiddleware,this.customFetch=r.customFetch,this.parseSSEEvent=r.parseSSEEvent,this.getHeaders=r.getHeaders}setSSEEventCallback(r){this.onSSEEvent=r}getSSEEventCallback(){return this.onSSEEvent}isClientTokenMode(){return!!this.config.clientToken}isAgentMode(){return!!this.config.agent}getClientApiUrl(r){var n;let t=((n=this.config.apiUrl)==null?void 0:n.replace(/\/+$/,"").replace(/\/v1\/dispatch$/,""))||ls;return r==="init"?`${t}/v1/client/init`:`${t}/v1/client/chat`}getClientSession(){return this.clientSession}async initSession(){var r,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 n=await this.sessionInitPromise;return this.clientSession=n,(t=(r=this.config).onSessionInit)==null||t.call(r,n),n}finally{this.sessionInitPromise=null}}async _doInitSession(){var o,a;let r=((a=(o=this.config).getStoredSessionId)==null?void 0:a.call(o))||null,t={token:this.config.clientToken,...this.config.flowId&&{flowId:this.config.flowId},...r&&{sessionId:r}},n=await fetch(this.getClientApiUrl("init"),{method:"POST",headers:{"Content-Type":"application/json"},body:JSON.stringify(t)});if(!n.ok){let i=await n.json().catch(()=>({error:"Session initialization failed"}));throw n.status===401?new Error(`Invalid client token: ${i.hint||i.error}`):n.status===403?new Error(`Origin not allowed: ${i.hint||i.error}`):new Error(i.error||"Failed to initialize session")}let s=await n.json();return this.config.setStoredSessionId&&this.config.setStoredSessionId(s.sessionId),{sessionId:s.sessionId,expiresAt:new Date(s.expiresAt),flow:s.flow,config:{welcomeMessage:s.config.welcomeMessage,placeholder:s.config.placeholder,theme:s.config.theme}}}clearClientSession(){this.clientSession=null,this.sessionInitPromise=null}getFeedbackApiUrl(){var t;return`${((t=this.config.apiUrl)==null?void 0:t.replace(/\/+$/,"").replace(/\/v1\/dispatch$/,""))||ls}/v1/client/feedback`}async sendFeedback(r){var o,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(r.type)&&!r.messageId)throw new Error(`messageId is required for ${r.type} feedback type`);if(r.type==="csat"&&(r.rating===void 0||r.rating<1||r.rating>5))throw new Error("CSAT rating must be between 1 and 5");if(r.type==="nps"&&(r.rating===void 0||r.rating<0||r.rating>10))throw new Error("NPS rating must be between 0 and 10");this.debug&&console.debug("[AgentWidgetClient] sending feedback",r);let s=await fetch(this.getFeedbackApiUrl(),{method:"POST",headers:{"Content-Type":"application/json"},body:JSON.stringify(r)});if(!s.ok){let i=await s.json().catch(()=>({error:"Feedback submission failed"}));throw s.status===401?(this.clientSession=null,(a=(o=this.config).onSessionExpired)==null||a.call(o),new Error("Session expired. Please refresh to continue.")):new Error(i.error||"Failed to submit feedback")}}async submitMessageFeedback(r,t){let n=this.getClientSession();if(!n)throw new Error("No active session. Please initialize session first.");return this.sendFeedback({sessionId:n.sessionId,messageId:r,type:t})}async submitCSATFeedback(r,t){let n=this.getClientSession();if(!n)throw new Error("No active session. Please initialize session first.");return this.sendFeedback({sessionId:n.sessionId,type:"csat",rating:r,comment:t})}async submitNPSFeedback(r,t){let n=this.getClientSession();if(!n)throw new Error("No active session. Please initialize session first.");return this.sendFeedback({sessionId:n.sessionId,type:"nps",rating:r,comment:t})}async dispatch(r,t){return this.isAgentMode()?this.dispatchAgent(r,t):this.isClientTokenMode()?this.dispatchClientToken(r,t):this.dispatchProxy(r,t)}async dispatchClientToken(r,t){var s,o,a,i;let n=new AbortController;r.signal&&r.signal.addEventListener("abort",()=>n.abort()),t({type:"status",status:"connecting"});try{let d=await this.initSession();if(new Date>=new Date(d.expiresAt.getTime()-6e4)){this.clientSession=null,(o=(s=this.config).onSessionExpired)==null||o.call(s);let m=new Error("Session expired. Please refresh to continue.");throw t({type:"error",error:m}),m}let c=await this.buildPayload(r.messages),u=c.metadata?Object.fromEntries(Object.entries(c.metadata).filter(([m])=>m!=="sessionId"&&m!=="session_id")):void 0,p={sessionId:d.sessionId,messages:r.messages.filter(cs).map(m=>{var x,b,S;return{id:m.id,role:m.role,content:(S=(b=(x=m.contentParts)!=null?x:m.llmContent)!=null?b:m.rawContent)!=null?S:m.content}}),...r.assistantMessageId&&{assistantMessageId:r.assistantMessageId},...u&&Object.keys(u).length>0&&{metadata:u},...c.inputs&&Object.keys(c.inputs).length>0&&{inputs:c.inputs},...c.context&&{context:c.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:n.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 b=new Error("Session expired. Please refresh to continue.");throw t({type:"error",error:b}),b}if(f.status===429){let b=new Error(m.hint||"Message limit reached for this session.");throw t({type:"error",error:b}),b}let x=new Error(m.error||"Failed to send message");throw t({type:"error",error:x}),x}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,r.assistantMessageId)}finally{t({type:"status",status:"idle"})}}catch(d){let c=d instanceof Error?d:new Error(String(d));throw!c.message.includes("Session expired")&&!c.message.includes("Message limit")&&t({type:"error",error:c}),c}}async dispatchProxy(r,t){let n=new AbortController;r.signal&&r.signal.addEventListener("abort",()=>n.abort()),t({type:"status",status:"connecting"});let s=await this.buildPayload(r.messages);this.debug&&console.debug("[AgentWidgetClient] dispatch payload",s);let o={...this.headers};if(this.getHeaders)try{let i=await this.getHeaders();o={...o,...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:o,body:JSON.stringify(s),signal:n.signal},s)}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:o,body:JSON.stringify(s),signal:n.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(r,t){let n=new AbortController;r.signal&&r.signal.addEventListener("abort",()=>n.abort()),t({type:"status",status:"connecting"});let s=await this.buildAgentPayload(r.messages);this.debug&&console.debug("[AgentWidgetClient] agent dispatch payload",s);let o={...this.headers};if(this.getHeaders)try{let i=await this.getHeaders();o={...o,...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:o,body:JSON.stringify(s),signal:n.signal},s)}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:o,body:JSON.stringify(s),signal:n.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,r.assistantMessageId)}finally{t({type:"status",status:"idle"})}}async processStream(r,t,n){t({type:"status",status:"connected"});try{await this.streamResponse(r,t,n)}finally{t({type:"status",status:"idle"})}}async resolveApproval(r,t){var a;let s=`${((a=this.config.apiUrl)==null?void 0:a.replace(/\/+$/,"").replace(/\/v1\/dispatch$/,""))||ls}/v1/agents/${r.agentId}/approve`,o={"Content-Type":"application/json",...this.headers};return this.getHeaders&&Object.assign(o,await this.getHeaders()),fetch(s,{method:"POST",headers:o,body:JSON.stringify({executionId:r.executionId,approvalId:r.approvalId,decision:t,streamResponse:!0})})}async buildAgentPayload(r){if(!this.config.agent)throw new Error("Agent configuration required for agent mode");let t=r.slice().filter(cs).filter(s=>s.role==="user"||s.role==="assistant"||s.role==="system").filter(s=>!s.variant||s.variant==="assistant").sort((s,o)=>{let a=new Date(s.createdAt).getTime(),i=new Date(o.createdAt).getTime();return a-i}).map(s=>{var o,a,i;return{role:s.role,content:(i=(a=(o=s.contentParts)!=null?o:s.llmContent)!=null?a:s.rawContent)!=null?i:s.content,createdAt:s.createdAt}}),n={agent:this.config.agent,messages:t,options:{streamResponse:!0,recordMode:"virtual",...this.config.agentOptions}};if(this.contextProviders.length){let s={};await Promise.all(this.contextProviders.map(async o=>{try{let a=await o({messages:r,config:this.config});a&&typeof a=="object"&&Object.assign(s,a)}catch(a){typeof console!="undefined"&&console.warn("[AgentWidget] Context provider failed:",a)}})),Object.keys(s).length&&(n.context=s)}return n}async buildPayload(r){let n={messages:r.slice().filter(cs).sort((s,o)=>{let a=new Date(s.createdAt).getTime(),i=new Date(o.createdAt).getTime();return a-i}).map(s=>{var o,a,i;return{role:s.role,content:(i=(a=(o=s.contentParts)!=null?o:s.llmContent)!=null?a:s.rawContent)!=null?i:s.content,createdAt:s.createdAt}}),...this.config.flowId&&{flowId:this.config.flowId}};if(this.contextProviders.length){let s={};await Promise.all(this.contextProviders.map(async o=>{try{let a=await o({messages:r,config:this.config});a&&typeof a=="object"&&Object.assign(s,a)}catch(a){typeof console!="undefined"&&console.warn("[AgentWidget] Context provider failed:",a)}})),Object.keys(s).length&&(n.context=s)}if(this.requestMiddleware)try{let s=await this.requestMiddleware({payload:{...n},config:this.config});if(s&&typeof s=="object")return s}catch(s){typeof console!="undefined"&&console.error("[AgentWidget] Request middleware error:",s)}return n}async handleCustomSSEEvent(r,t,n,s,o){if(!this.parseSSEEvent)return!1;try{let a=await this.parseSSEEvent(r);if(a===null)return!1;let i=()=>{if(n.current)return n.current;let d={id:`assistant-${Date.now()}-${Math.random().toString(16).slice(2)}`,role:"assistant",content:"",createdAt:new Date().toISOString(),streaming:!0,variant:"assistant",sequence:o()};return n.current=d,s(d),d};if(a.text!==void 0){let d=i();d.content+=a.text,s(d)}return a.done&&(n.current&&(n.current.streaming=!1,s(n.current)),t({type:"status",status:"idle"})),a.error&&t({type:"error",error:new Error(a.error)}),!0}catch(a){return typeof console!="undefined"&&console.error("[AgentWidget] parseSSEEvent error:",a),!1}}async streamResponse(r,t,n){var gt,Tt,se,re,Ue,z,te,de,Qe,G,Y,tt,Ne,je,Mt,qt,ue,Ye,ke,ot,Ve,nt,Rt,Ht,kt,N,X,_,be,xe,Ae,Ee,st,Be,We,ze,pe,Ft,xn,Un,Dn,ar,Nn,Tn,Xe,tn,un,K,Mn,on,pt,sn,kn,kr,ir,Lr,Vn,vn,Jn,bt,Cn,Pr,On,wn,D,Fn,$n,Ir,Ln,Kn,Wr,Pn,In,lr,cr,lo,co,po,Rr,dr,qe,Hr,an,Gt,uo,go,Br,Yn,Wn,mo,fo,ho,ts,Gn,Xn,mt,pr,ur,Dr,Nr,Or,Fr,Jt,nn,Rn,De,$r,Zn,gn,yo,gr,mr,Qn,_n,bo,xo,mn,er,vo;let s=r.getReader(),o=new TextDecoder,a="",i=Date.now(),d=0,c=()=>i+d++,u=Z=>{let Oe=Z.reasoning?{...Z.reasoning,chunks:[...Z.reasoning.chunks]}:void 0,Te=Z.toolCall?{...Z.toolCall,chunks:Z.toolCall.chunks?[...Z.toolCall.chunks]:void 0}:void 0,Fe=Z.tools?Z.tools.map(xt=>({...xt,chunks:xt.chunks?[...xt.chunks]:void 0})):void 0;return{...Z,reasoning:Oe,toolCall:Te,tools:Fe}},p=Z=>{t({type:"message",message:u(Z)})},f=null,m={current:null},x=new Map,b=new Map,S={lastId:null,byStep:new Map},v={lastId:null,byCall:new Map},T=Z=>{if(Z==null)return null;try{return String(Z)}catch{return null}},F=Z=>{var Oe,Te,Fe,xt,$t;return T(($t=(xt=(Fe=(Te=(Oe=Z.stepId)!=null?Oe:Z.step_id)!=null?Te:Z.step)!=null?Fe:Z.parentId)!=null?xt:Z.flowStepId)!=null?$t:Z.flow_step_id)},w=Z=>{var Oe,Te,Fe,xt,$t,vt,C;return T((C=(vt=($t=(xt=(Fe=(Te=(Oe=Z.callId)!=null?Oe:Z.call_id)!=null?Te:Z.requestId)!=null?Fe:Z.request_id)!=null?xt:Z.toolCallId)!=null?$t:Z.tool_call_id)!=null?vt:Z.stepId)!=null?C:Z.step_id)},P=()=>f||(f={id:n!=null?n:`assistant-${Date.now()}-${Math.random().toString(16).slice(2)}`,role:"assistant",content:"",createdAt:new Date().toISOString(),streaming:!0,sequence:c()},p(f),f),W=(Z,Oe)=>{S.lastId=Oe,Z&&S.byStep.set(Z,Oe)},R=(Z,Oe)=>{var $t;let Te=($t=Z.reasoningId)!=null?$t:Z.id,Fe=F(Z);if(Te){let vt=String(Te);return W(Fe,vt),vt}if(Fe){let vt=S.byStep.get(Fe);if(vt)return S.lastId=vt,vt}if(S.lastId&&!Oe)return S.lastId;if(!Oe)return null;let xt=`reason-${c()}`;return W(Fe,xt),xt},U=Z=>{let Oe=x.get(Z);if(Oe)return Oe;let Te={id:`reason-${Z}`,role:"assistant",content:"",createdAt:new Date().toISOString(),streaming:!0,variant:"reasoning",sequence:c(),reasoning:{id:Z,status:"streaming",chunks:[]}};return x.set(Z,Te),p(Te),Te},ve=(Z,Oe)=>{v.lastId=Oe,Z&&v.byCall.set(Z,Oe)},le=new Set,q=new Map,ee=new Set,Ce=new Map,we=Z=>{if(!Z)return!1;let Oe=Z.replace(/_+/g,"_").replace(/^_|_$/g,"");return Oe==="emit_artifact_markdown"||Oe==="emit_artifact_component"},ye=(Z,Oe)=>{var $t;let Te=($t=Z.toolId)!=null?$t:Z.id,Fe=w(Z);if(Te){let vt=String(Te);return ve(Fe,vt),vt}if(Fe){let vt=v.byCall.get(Fe);if(vt)return v.lastId=vt,vt}if(v.lastId&&!Oe)return v.lastId;if(!Oe)return null;let xt=`tool-${c()}`;return ve(Fe,xt),xt},ce=Z=>{let Oe=b.get(Z);if(Oe)return Oe;let Te={id:`tool-${Z}`,role:"assistant",content:"",createdAt:new Date().toISOString(),streaming:!0,variant:"tool",sequence:c(),toolCall:{id:Z,status:"pending"}};return b.set(Z,Te),p(Te),Te},Q=Z=>{if(typeof Z=="number"&&Number.isFinite(Z))return Z;if(typeof Z=="string"){let Oe=Number(Z);if(!Number.isNaN(Oe)&&Number.isFinite(Oe))return Oe;let Te=Date.parse(Z);if(!Number.isNaN(Te))return Te}return Date.now()},J=Z=>{if(typeof Z=="string")return Z;if(Z==null)return"";try{return JSON.stringify(Z)}catch{return String(Z)}},V=new Map,ne=new Map,fe=null,wt=new Map,ut=(gt=this.config.iterationDisplay)!=null?gt:"separate";for(;;){let{done:Z,value:Oe}=await s.read();if(Z)break;a+=o.decode(Oe,{stream:!0});let Te=a.split(`
|
|
5
5
|
|
|
6
|
-
`);a=(Tt=Te.pop())!=null?Tt:"";for(let
|
|
7
|
-
`),Ft="message",vt="";for(let M of xt)M.startsWith("event:")?Ft=M.replace("event:","").trim():M.startsWith("data:")&&(vt+=M.replace("data:","").trim());if(!vt)continue;let C;try{C=JSON.parse(vt)}catch(M){t({type:"error",error:M instanceof Error?M:new Error("Failed to parse chat stream payload")});continue}let _e=Ft!=="message"?Ft:(se=C.type)!=null?se:"message";if((re=this.onSSEEvent)==null||re.call(this,_e,C),this.parseSSEEvent){m.current=f;let M=await this.handleCustomSSEEvent(C,t,m,p,c);if(m.current&&!f&&(f=m.current),M)continue}if(_e==="reason_start"){let M=(Ue=D(C,!0))!=null?Ue:`reason-${c()}`,E=V(M);E.reasoning=(z=E.reasoning)!=null?z:{id:M,status:"streaming",chunks:[]},E.reasoning.startedAt=(de=E.reasoning.startedAt)!=null?de:Q((te=C.startedAt)!=null?te:C.timestamp),E.reasoning.completedAt=void 0,E.reasoning.durationMs=void 0,E.streaming=!0,E.reasoning.status="streaming",p(E)}else if(_e==="reason_delta"||_e==="reason_chunk"){let M=(G=(Qe=D(C,!1))!=null?Qe:D(C,!0))!=null?G:`reason-${c()}`,E=V(M);E.reasoning=(Y=E.reasoning)!=null?Y:{id:M,status:"streaming",chunks:[]},E.reasoning.startedAt=(Ne=E.reasoning.startedAt)!=null?Ne:Q((tt=C.startedAt)!=null?tt:C.timestamp);let W=(qt=(Mt=(je=C.reasoningText)!=null?je:C.text)!=null?Mt:C.delta)!=null?qt:"";if(W&&C.hidden!==!0&&E.reasoning.chunks.push(String(W)),E.reasoning.status=C.done?"complete":"streaming",C.done){E.reasoning.completedAt=Q((ue=C.completedAt)!=null?ue:C.timestamp);let ie=(Ye=E.reasoning.startedAt)!=null?Ye:Date.now();E.reasoning.durationMs=Math.max(0,((ke=E.reasoning.completedAt)!=null?ke:Date.now())-ie)}E.streaming=E.reasoning.status!=="complete",p(E)}else if(_e==="reason_complete"){let M=(Ve=(ot=D(C,!1))!=null?ot:D(C,!0))!=null?Ve:`reason-${c()}`,E=x.get(M);if(E!=null&&E.reasoning){E.reasoning.status="complete",E.reasoning.completedAt=Q((nt=C.completedAt)!=null?nt:C.timestamp);let ie=(Rt=E.reasoning.startedAt)!=null?Rt:Date.now();E.reasoning.durationMs=Math.max(0,((Ht=E.reasoning.completedAt)!=null?Ht:Date.now())-ie),E.streaming=!1,p(E)}let W=j(C);W&&A.byStep.delete(W)}else if(_e==="tool_start"){let M=(kt=ye(C,!0))!=null?kt:`tool-${c()}`,E=(N=C.toolName)!=null?N:C.name;if(we(E)){le.add(M);continue}let W=ce(M),ie=(X=W.toolCall)!=null?X:{id:M,status:"pending"};ie.name=E!=null?E:ie.name,ie.status="running",C.args!==void 0?ie.args=C.args:C.parameters!==void 0&&(ie.args=C.parameters),ie.startedAt=(be=ie.startedAt)!=null?be:Q((F=C.startedAt)!=null?F:C.timestamp),ie.completedAt=void 0,ie.durationMs=void 0,W.toolCall=ie,W.streaming=!0;let Me=C.agentContext;(Me||C.executionId)&&(W.agentMetadata={executionId:(xe=Me==null?void 0:Me.executionId)!=null?xe:C.executionId,iteration:(Ae=Me==null?void 0:Me.iteration)!=null?Ae:C.iteration}),p(W)}else if(_e==="tool_chunk"||_e==="tool_delta"){let M=(st=(Ee=ye(C,!1))!=null?Ee:ye(C,!0))!=null?st:`tool-${c()}`;if(le.has(M))continue;let E=ce(M),W=(Be=E.toolCall)!=null?Be:{id:M,status:"running"};W.startedAt=(ze=W.startedAt)!=null?ze:Q((We=C.startedAt)!=null?We:C.timestamp);let ie=(xn=($t=(pe=C.text)!=null?pe:C.delta)!=null?$t:C.message)!=null?xn:"";ie&&(W.chunks=(Un=W.chunks)!=null?Un:[],W.chunks.push(String(ie))),W.status="running",E.toolCall=W,E.streaming=!0;let Me=C.agentContext;(Me||C.executionId)&&(E.agentMetadata=(Nn=E.agentMetadata)!=null?Nn:{executionId:(Dn=Me==null?void 0:Me.executionId)!=null?Dn:C.executionId,iteration:(ar=Me==null?void 0:Me.iteration)!=null?ar:C.iteration}),p(E)}else if(_e==="tool_complete"){let M=(Xe=(Tn=ye(C,!1))!=null?Tn:ye(C,!0))!=null?Xe:`tool-${c()}`;if(le.has(M)){le.delete(M);continue}let E=ce(M),W=(tn=E.toolCall)!=null?tn:{id:M,status:"running"};W.status="complete",C.result!==void 0&&(W.result=C.result),typeof C.duration=="number"&&(W.duration=C.duration),W.completedAt=Q((un=C.completedAt)!=null?un:C.timestamp);let ie=(K=C.duration)!=null?K:C.executionTime;if(typeof ie=="number")W.durationMs=ie;else{let Lt=(Mn=W.startedAt)!=null?Mn:Date.now();W.durationMs=Math.max(0,((on=W.completedAt)!=null?on:Date.now())-Lt)}E.toolCall=W,E.streaming=!1;let Me=C.agentContext;(Me||C.executionId)&&(E.agentMetadata=(kn=E.agentMetadata)!=null?kn:{executionId:(pt=Me==null?void 0:Me.executionId)!=null?pt:C.executionId,iteration:(sn=Me==null?void 0:Me.iteration)!=null?sn:C.iteration}),p(E);let at=w(C);at&&v.byCall.delete(at)}else if(_e==="step_chunk"||_e==="step_delta"){let M=C.stepType,E=C.executionType;if(M==="tool"||E==="context")continue;let W=I(),ie=(Vn=(Lr=(ir=(kr=C.text)!=null?kr:C.delta)!=null?ir:C.content)!=null?Lr:C.chunk)!=null?Vn:"";if(ie){let at=((vn=ne.get(W.id))!=null?vn:"")+ie;W.rawContent=at,U.has(W.id)||U.set(W.id,this.createStreamParser());let Lt=U.get(W.id),Ct=at.trim().startsWith("{")||at.trim().startsWith("[");if(Ct&&ne.set(W.id,at),Lt.__isPlainTextParser===!0){W.content+=ie,ne.delete(W.id),U.delete(W.id),W.rawContent=void 0,p(W);continue}let Pt=Lt.processChunk(at);if(Pt instanceof Promise)Pt.then(it=>{var At;let ct=typeof it=="string"?it:(At=it==null?void 0:it.text)!=null?At:null;if(ct!==null&&ct.trim()!==""){let dt=f;dt&&dt.id===W.id&&(dt.content=ct,p(dt))}else if(!Ct&&!at.trim().startsWith("<")){let dt=f;dt&&dt.id===W.id&&(dt.content+=ie,ne.delete(dt.id),U.delete(dt.id),dt.rawContent=void 0,p(dt))}}).catch(()=>{W.content+=ie,ne.delete(W.id),U.delete(W.id),W.rawContent=void 0,p(W)});else{let it=typeof Pt=="string"?Pt:(Jn=Pt==null?void 0:Pt.text)!=null?Jn:null;it!==null&&it.trim()!==""?(W.content=it,p(W)):!Ct&&!at.trim().startsWith("<")&&(W.content+=ie,ne.delete(W.id),U.delete(W.id),W.rawContent=void 0,p(W))}}if(C.isComplete){let Me=(Cn=(bt=C.result)==null?void 0:bt.response)!=null?Cn:W.content;if(Me){let at=ne.get(W.id),Lt=at!=null?at:J(Me);W.rawContent=Lt;let Ct=U.get(W.id),Bt=null,Pt=!1;if(Ct&&(Bt=Ct.getExtractedText(),Bt===null&&(Bt=Io(Lt)),Bt===null)){let it=Ct.processChunk(Lt);it instanceof Promise?(Pt=!0,it.then(ct=>{var dt;let At=typeof ct=="string"?ct:(dt=ct==null?void 0:ct.text)!=null?dt:null;if(At!==null){let Dt=f;Dt&&Dt.id===W.id&&(Dt.content=At,Dt.streaming=!1,U.delete(Dt.id),ne.delete(Dt.id),p(Dt))}})):Bt=typeof it=="string"?it:(Pr=it==null?void 0:it.text)!=null?Pr:null}if(!Pt){Bt!==null&&Bt.trim()!==""?W.content=Bt:ne.has(W.id)||(W.content=J(Me));let it=U.get(W.id);if(it){let ct=(On=it.close)==null?void 0:On.call(it);ct instanceof Promise&&ct.catch(()=>{}),U.delete(W.id)}ne.delete(W.id),W.streaming=!1,p(W)}}}}else if(_e==="step_complete"){let M=C.stepType,E=C.executionType;if(M==="tool"||E==="context")continue;let W=(wn=C.result)==null?void 0:wn.response,ie=I();if(W!=null){let Me=U.get(ie.id),at=!1,Lt=!1;if(Me){let Ct=Me.getExtractedText(),Bt=ne.get(ie.id),Pt=Bt!=null?Bt:J(W);if(ie.rawContent=Pt,Ct!==null&&Ct.trim()!=="")ie.content=Ct,at=!0;else{let it=Io(Pt);if(it!==null)ie.content=it,at=!0;else{let ct=Me.processChunk(Pt);if(ct instanceof Promise)Lt=!0,ct.then(At=>{var Dt;let dt=typeof At=="string"?At:(Dt=At==null?void 0:At.text)!=null?Dt:null;if(dt!==null&&dt.trim()!==""){let Xt=f;Xt&&Xt.id===ie.id&&(Xt.content=dt,Xt.streaming=!1,U.delete(Xt.id),ne.delete(Xt.id),p(Xt))}else{let Xt=Me.getExtractedText(),ln=f;ln&&ln.id===ie.id&&(Xt!==null&&Xt.trim()!==""?ln.content=Xt:ne.has(ln.id)||(ln.content=J(W)),ln.streaming=!1,U.delete(ln.id),ne.delete(ln.id),p(ln))}});else{let At=typeof ct=="string"?ct:(B=ct==null?void 0:ct.text)!=null?B:null;if(At!==null&&At.trim()!=="")ie.content=At,at=!0;else{let dt=Me.getExtractedText();dt!==null&&dt.trim()!==""&&(ie.content=dt,at=!0)}}}}}if(!Lt){if(!ie.rawContent){let Ct=ne.get(ie.id);ie.rawContent=Ct!=null?Ct:J(W)}if(!at&&!ne.has(ie.id)&&(ie.content=J(W)),Me){let Ct=($n=Me.close)==null?void 0:$n.call(Me);Ct instanceof Promise&&Ct.catch(()=>{})}U.delete(ie.id),ne.delete(ie.id),ie.streaming=!1,p(ie)}}else U.delete(ie.id),ne.delete(ie.id),ie.streaming=!1,p(ie)}else if(_e==="flow_complete"){let M=(Fn=C.result)==null?void 0:Fn.response;if(M!=null){let E=I(),W=ne.get(E.id),ie=W!=null?W:J(M);E.rawContent=ie;let Me=J(M),at=U.get(E.id);if(at){let Bt=Io(ie);if(Bt!==null)Me=Bt;else{let Pt=at.processChunk(ie);Pt instanceof Promise&&Pt.then(ct=>{var dt;let At=typeof ct=="string"?ct:(dt=ct==null?void 0:ct.text)!=null?dt:null;if(At!==null){let Dt=f;Dt&&Dt.id===E.id&&(Dt.content=At,Dt.streaming=!1,p(Dt))}});let it=at.getExtractedText();it!==null&&(Me=it)}}U.delete(E.id),ne.delete(E.id);let Lt=Me!==E.content,Ct=E.streaming!==!1;Lt&&(E.content=Me),E.streaming=!1,(Lt||Ct)&&p(E)}else if(f!==null){let E=f;U.delete(E.id),ne.delete(E.id),E.streaming!==!1&&(E.streaming=!1,p(E))}t({type:"status",status:"idle"})}else if(_e==="agent_start")fe={executionId:C.executionId,agentId:(Ir=C.agentId)!=null?Ir:"virtual",agentName:(Ln=C.agentName)!=null?Ln:"",status:"running",currentIteration:0,maxTurns:(Kn=C.maxTurns)!=null?Kn:1,startedAt:Q(C.startedAt)};else if(_e==="agent_iteration_start"){if(fe&&(fe.currentIteration=C.iteration),ut==="separate"&&C.iteration>1){let M=f;M&&(M.streaming=!1,p(M),wt.set(C.iteration-1,M),f=null)}}else if(_e!=="agent_turn_start"){if(_e==="agent_turn_delta"){if(C.contentType==="text"){let M=I();M.content+=(Wr=C.delta)!=null?Wr:"",M.agentMetadata={executionId:C.executionId,iteration:C.iteration,turnId:C.turnId,agentName:fe==null?void 0:fe.agentName},p(M)}else if(C.contentType==="thinking"){let M=(Pn=C.turnId)!=null?Pn:`agent-think-${C.iteration}`,E=V(M);E.reasoning=(In=E.reasoning)!=null?In:{id:M,status:"streaming",chunks:[]},E.reasoning.chunks.push((lr=C.delta)!=null?lr:""),E.agentMetadata={executionId:C.executionId,iteration:C.iteration,turnId:C.turnId},p(E)}else if(C.contentType==="tool_input"){let M=(cr=C.toolCallId)!=null?cr:v.lastId;if(M){let E=b.get(M);E!=null&&E.toolCall&&(E.toolCall.chunks=(lo=E.toolCall.chunks)!=null?lo:[],E.toolCall.chunks.push((co=C.delta)!=null?co:""),p(E))}}}else if(_e==="agent_turn_complete"){let M=C.turnId;if(M){let E=x.get(M);if(E!=null&&E.reasoning){E.reasoning.status="complete",E.reasoning.completedAt=Q(C.completedAt);let W=(po=E.reasoning.startedAt)!=null?po:Date.now();E.reasoning.durationMs=Math.max(0,((Rr=E.reasoning.completedAt)!=null?Rr:Date.now())-W),E.streaming=!1,p(E)}}}else if(_e==="agent_tool_start"){let M=(dr=C.toolCallId)!=null?dr:`agent-tool-${c()}`;ve(w(C),M);let E=ce(M),W=(qe=E.toolCall)!=null?qe:{id:M,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};W.name=(an=(Hr=C.toolName)!=null?Hr:C.name)!=null?an:W.name,W.status="running",C.parameters!==void 0&&(W.args=C.parameters),W.startedAt=Q((Gt=C.startedAt)!=null?Gt:C.timestamp),E.toolCall=W,E.streaming=!0,E.agentMetadata={executionId:C.executionId,iteration:C.iteration},p(E)}else if(_e==="agent_tool_delta"){let M=(uo=C.toolCallId)!=null?uo:v.lastId;if(M){let E=(go=b.get(M))!=null?go:ce(M);E.toolCall&&(E.toolCall.chunks=(Br=E.toolCall.chunks)!=null?Br:[],E.toolCall.chunks.push((Yn=C.delta)!=null?Yn:""),E.toolCall.status="running",E.streaming=!0,p(E))}}else if(_e==="agent_tool_complete"){let M=(Wn=C.toolCallId)!=null?Wn:v.lastId;if(M){let E=(mo=b.get(M))!=null?mo:ce(M);if(E.toolCall){E.toolCall.status="complete",C.result!==void 0&&(E.toolCall.result=C.result),typeof C.executionTime=="number"&&(E.toolCall.durationMs=C.executionTime),E.toolCall.completedAt=Q((fo=C.completedAt)!=null?fo:C.timestamp),E.streaming=!1,p(E);let W=w(C);W&&v.byCall.delete(W)}}}else if(_e!=="agent_iteration_complete"){if(_e==="agent_reflection"||_e==="agent_reflect"){let M=`agent-reflection-${C.executionId}-${C.iteration}`,E={id:M,role:"assistant",content:(ho=C.reflection)!=null?ho:"",createdAt:new Date().toISOString(),streaming:!1,variant:"reasoning",sequence:c(),reasoning:{id:M,status:"complete",chunks:[(es=C.reflection)!=null?es:""]},agentMetadata:{executionId:C.executionId,iteration:C.iteration}};p(E)}else if(_e==="agent_complete"){fe&&(fe.status=C.success?"complete":"error",fe.completedAt=Q(C.completedAt),fe.stopReason=C.stopReason);let M=f;M&&(M.streaming=!1,p(M)),t({type:"status",status:"idle"})}else if(_e==="agent_error"){let M=typeof C.error=="string"?C.error:(Xn=(Gn=C.error)==null?void 0:Gn.message)!=null?Xn:"Agent execution error";C.recoverable?typeof console!="undefined"&&console.warn("[AgentWidget] Recoverable agent error:",M):t({type:"error",error:new Error(M)})}else if(_e!=="agent_ping")if(_e==="agent_approval_start"){let M=(mt=C.approvalId)!=null?mt:`approval-${c()}`,E={id:`approval-${M}`,role:"assistant",content:"",createdAt:new Date().toISOString(),streaming:!1,variant:"approval",sequence:c(),approval:{id:M,status:"pending",agentId:(pr=fe==null?void 0:fe.agentId)!=null?pr:"virtual",executionId:(Dr=(ur=C.executionId)!=null?ur:fe==null?void 0:fe.executionId)!=null?Dr:"",toolName:(Nr=C.toolName)!=null?Nr:"",toolType:C.toolType,description:($r=C.description)!=null?$r:`Execute ${(Or=C.toolName)!=null?Or:"tool"}`,parameters:C.parameters}};p(E)}else if(_e==="step_await"&&C.awaitReason==="approval_required"){let M=(Jt=C.approvalId)!=null?Jt:`approval-${c()}`,E={id:`approval-${M}`,role:"assistant",content:"",createdAt:new Date().toISOString(),streaming:!1,variant:"approval",sequence:c(),approval:{id:M,status:"pending",agentId:(nn=fe==null?void 0:fe.agentId)!=null?nn:"virtual",executionId:(De=(Rn=C.executionId)!=null?Rn:fe==null?void 0:fe.executionId)!=null?De:"",toolName:(Fr=C.toolName)!=null?Fr:"",toolType:C.toolType,description:(gn=C.description)!=null?gn:`Execute ${(Zn=C.toolName)!=null?Zn:"tool"}`,parameters:C.parameters}};p(E)}else if(_e==="agent_approval_complete"){let M=C.approvalId;if(M){let W={id:`approval-${M}`,role:"assistant",content:"",createdAt:new Date().toISOString(),streaming:!1,variant:"approval",sequence:c(),approval:{id:M,status:(yo=C.decision)!=null?yo:"approved",agentId:(gr=fe==null?void 0:fe.agentId)!=null?gr:"virtual",executionId:(Qn=(mr=C.executionId)!=null?mr:fe==null?void 0:fe.executionId)!=null?Qn:"",toolName:(_n=C.toolName)!=null?_n:"",description:(bo=C.description)!=null?bo:"",resolvedAt:Date.now()}};p(W)}}else if(_e==="artifact_start"||_e==="artifact_delta"||_e==="artifact_update"||_e==="artifact_complete"){if(_e==="artifact_start"){let M=C.artifactType,E=String(C.id),W=typeof C.title=="string"?C.title:void 0;if(t({type:"artifact_start",id:E,artifactType:M,title:W,component:typeof C.component=="string"?C.component:void 0}),Ce.set(E,{markdown:"",title:W}),!ee.has(E)){ee.add(E);let ie={id:`artifact-ref-${E}`,role:"assistant",content:"",createdAt:new Date().toISOString(),streaming:!0,sequence:c(),rawContent:JSON.stringify({component:"PersonaArtifactCard",props:{artifactId:E,title:W,artifactType:M,status:"streaming"}})};q.set(E,ie),p(ie)}}else if(_e==="artifact_delta"){let M=String(C.id),E=typeof C.delta=="string"?C.delta:String((xo=C.delta)!=null?xo:"");t({type:"artifact_delta",id:M,artDelta:E});let W=Ce.get(M);W&&(W.markdown+=E)}else if(_e==="artifact_update"){let M=C.props&&typeof C.props=="object"&&!Array.isArray(C.props)?C.props:{};t({type:"artifact_update",id:String(C.id),props:M,component:typeof C.component=="string"?C.component:void 0})}else if(_e==="artifact_complete"){let M=String(C.id);t({type:"artifact_complete",id:M});let E=q.get(M);if(E){E.streaming=!1;try{let W=JSON.parse((mn=E.rawContent)!=null?mn:"{}");if(W.props){W.props.status="complete";let ie=Ce.get(M);ie!=null&&ie.markdown&&(W.props.markdown=ie.markdown)}E.rawContent=JSON.stringify(W)}catch{}Ce.delete(M),p(E),q.delete(M)}}}else if(_e==="transcript_insert"){let M=C.message;if(!M||typeof M!="object")continue;let E=String((er=M.id)!=null?er:`msg-${c()}`),W=M.role,Me={id:E,role:W==="user"?"user":W==="system"?"system":"assistant",content:typeof M.content=="string"?M.content:"",rawContent:typeof M.rawContent=="string"?M.rawContent:void 0,createdAt:typeof M.createdAt=="string"?M.createdAt:new Date().toISOString(),streaming:M.streaming===!0,...typeof M.variant=="string"?{variant:M.variant}:{},sequence:c()};if(p(Me),Me.rawContent)try{let at=JSON.parse(Me.rawContent),Lt=(vo=at==null?void 0:at.props)==null?void 0:vo.artifactId;typeof Lt=="string"&&ee.add(Lt)}catch{}f=null,m.current=null,U.delete(E),ne.delete(E)}else _e==="error"&&C.error&&t({type:"error",error:C.error instanceof Error?C.error:new Error(String(C.error))})}}}}}};function qc(){let e=Date.now().toString(36),r=Math.random().toString(36).substring(2,10);return`msg_${e}_${r}`}function Gr(){let e=Date.now().toString(36),r=Math.random().toString(36).substring(2,10);return`usr_${e}_${r}`}function yr(){let e=Date.now().toString(36),r=Math.random().toString(36).substring(2,10);return`ast_${e}_${r}`}var Wo="[Image]";function Uc(e){return typeof e=="string"?[{type:"text",text:e}]:e}function Vc(e){return typeof e=="string"?e:e.filter(r=>r.type==="text").map(r=>r.text).join("")}function Jc(e){return typeof e=="string"?!1:e.some(r=>r.type==="image")}function Kc(e){return typeof e=="string"?[]:e.filter(r=>r.type==="image")}function cs(e){return{type:"text",text:e}}function Yc(e,r){return{type:"image",image:e,...(r==null?void 0:r.mimeType)&&{mimeType:r.mimeType},...(r==null?void 0:r.alt)&&{alt:r.alt}}}async function Gc(e){return new Promise((r,t)=>{let n=new FileReader;n.onload=()=>{let s=n.result;r({type:"image",image:s,mimeType:e.type,alt:e.name})},n.onerror=()=>t(new Error("Failed to read file")),n.readAsDataURL(e)})}function Xc(e,r=["image/png","image/jpeg","image/gif","image/webp"],t=10*1024*1024){return r.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: ${r.join(", ")}`}}var il=["image/png","image/jpeg","image/gif","image/webp","image/svg+xml","image/bmp"],Zc=["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"],Hn=[...il,...Zc];function Qc(e){return il.includes(e)||e.startsWith("image/")}function Ro(e){return Qc(e.type)}async function ll(e){return new Promise((r,t)=>{let n=new FileReader;n.onload=()=>{let s=n.result;Ro(e)?r({type:"image",image:s,mimeType:e.type,alt:e.name}):r({type:"file",data:s,mimeType:e.type,filename:e.name})},n.onerror=()=>t(new Error("Failed to read file")),n.readAsDataURL(e)})}function cl(e,r=Hn,t=10*1024*1024){return r.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: ${r.join(", ")}`}}function ed(e){let r=e.split(".");return r.length>1?r.pop().toLowerCase():""}function dl(e,r){let t=ed(r).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 Ho=class{constructor(r=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=r}ensureContext(){if(!this.ctx){let t=typeof window!="undefined"?window:void 0;if(!t)throw new Error("AudioPlaybackManager requires a browser environment");let n=t.AudioContext||t.webkitAudioContext;this.ctx=new n({sampleRate:this.sampleRate})}let r=this.ctx;return r.state==="suspended"&&r.resume(),r}enqueue(r){if(r.length===0)return;let t=r;if(this.remainder){let d=new Uint8Array(this.remainder.length+r.length);d.set(this.remainder),d.set(r,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 n=this.ensureContext(),s=this.pcmToFloat32(t),o=n.createBuffer(1,s.length,this.sampleRate);o.getChannelData(0).set(s);let a=n.createBufferSource();a.buffer=o,a.connect(n.destination);let i=n.currentTime;this.nextStartTime<i&&(this.nextStartTime=i),a.start(this.nextStartTime),this.nextStartTime+=o.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 r of this.activeSources)try{r.stop(),r.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(r){this.finishedCallbacks.push(r)}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 r=this.finishedCallbacks.slice();this.finishedCallbacks=[];for(let t of r)t()}}pcmToFloat32(r){let t=Math.floor(r.length/2),n=new Float32Array(t),s=new DataView(r.buffer,r.byteOffset,r.byteLength);for(let o=0;o<t;o++){let a=s.getInt16(o*2,!0);n[o]=a/32768}return n}};var Bo=class{constructor(){this.sourceNode=null;this.analyserNode=null;this.interval=null;this.conditionStart=null;this.fired=!1}start(r,t,n,s,o){this.stop(),this.fired=!1,this.conditionStart=null,this.sourceNode=r.createMediaStreamSource(t),this.analyserNode=r.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);(n==="silence"?d<s.threshold:d>=s.threshold)?this.conditionStart===null?this.conditionStart=Date.now():Date.now()-this.conditionStart>=s.duration&&(this.fired=!0,o()):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 Xr=class{constructor(r){this.config=r;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 Bo;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(r=>r.stop()),this.mediaStream=null),this.audioContext&&(await this.audioContext.close(),this.audioContext=null)}async connect(){var r,t,n;if(!(this.ws&&this.ws.readyState===WebSocket.OPEN))try{if(!this.w)throw new Error("Window object not available");let s=this.w;if(!s||!s.location)throw new Error("Window object or location not available");let o=s.location.protocol==="https:"?"wss:":"ws:",a=(r=this.config)==null?void 0:r.host,i=(t=this.config)==null?void 0:t.agentId,d=(n=this.config)==null?void 0:n.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 c=`${o}//${a}/ws/agents/${i}/voice?token=${d}`;this.ws=new WebSocket(c),this.setupWebSocketHandlers();let u=`${o}//${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 x=!1,b=v=>{x||(x=!0,clearTimeout(A),m(new Error(v)))},A=setTimeout(()=>b("WebSocket connection timed out."+p),1e4);this.ws.addEventListener("open",()=>{x||(x=!0,clearTimeout(A),f())},{once:!0}),this.ws.addEventListener("error",()=>{b("WebSocket connection failed to "+u+"."+p)},{once:!0}),this.ws.addEventListener("close",v=>{if(!v.wasClean&&!x){let T=v.code!==1006?` (code ${v.code})`:"";b("WebSocket connection failed"+T+"."+p)}},{once:!0})}),this.sendHeartbeat()}catch(s){throw this.ws=null,this.errorCallbacks.forEach(o=>o(s)),this.statusCallbacks.forEach(o=>o("error")),s}}setupWebSocketHandlers(){this.ws&&(this.ws.onopen=()=>{this.statusCallbacks.forEach(r=>r("connected"))},this.ws.onclose=()=>{this.statusCallbacks.forEach(r=>r("disconnected"))},this.ws.onerror=r=>{this.errorCallbacks.forEach(t=>t(new Error("WebSocket error"))),this.statusCallbacks.forEach(t=>t("error"))},this.ws.binaryType="arraybuffer",this.ws.onmessage=r=>{if(r.data instanceof ArrayBuffer){this.handleAudioChunk(new Uint8Array(r.data));return}try{let t=JSON.parse(r.data);this.handleWebSocketMessage(t)}catch{this.errorCallbacks.forEach(n=>n(new Error("Message parsing failed")))}})}handleWebSocketMessage(r){var t,n;switch(r.type){case"session_config":r.interruptionMode&&(this.interruptionMode=r.interruptionMode);break;case"voice_response":this.isProcessing=!1,this.resultCallbacks.forEach(s=>s({text:r.response.agentResponseText||r.response.transcript,transcript:r.response.transcript,audio:r.response.audio,confidence:.95,provider:"runtype"})),(t=r.response.audio)!=null&&t.base64?(this.isSpeaking=!0,this.statusCallbacks.forEach(s=>s("speaking")),this.playAudio(r.response.audio).catch(s=>this.errorCallbacks.forEach(o=>o(s instanceof Error?s:new Error(String(s)))))):(n=r.response.audio)!=null&&n.base64;break;case"audio_end":if(r.requestId&&r.requestId!==this.currentRequestId)break;this.playbackManager?this.playbackManager.markStreamEnd():(this.isSpeaking=!1,this.isProcessing=!1,this.statusCallbacks.forEach(s=>s("idle")));break;case"cancelled":this.isProcessing=!1;break;case"error":this.errorCallbacks.forEach(s=>s(new Error(r.error))),this.statusCallbacks.forEach(s=>s("error")),this.isProcessing=!1;break;case"pong":break}}handleAudioChunk(r){r.length!==0&&this.currentRequestId&&(this.playbackManager||(this.playbackManager=new Ho(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(r))}stopPlayback(){!this.isProcessing&&!this.isSpeaking||(this.cancelCurrentPlayback(),this.statusCallbacks.forEach(r=>r("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 r,t,n,s;try{if(this.isProcessing||this.isSpeaking)if(this.interruptionMode!=="none")this.cancelCurrentPlayback();else return;if(!this.mediaStream){let c=this.interruptionMode==="barge-in"?{audio:{echoCancellation:!0,noiseSuppression:!0}}:{audio:!0};this.mediaStream=await navigator.mediaDevices.getUserMedia(c)}let o=this.w;this.audioContext||(this.audioContext=new(o.AudioContext||o.webkitAudioContext));let a=this.audioContext,i=(t=(r=this.config)==null?void 0:r.pauseDuration)!=null?t:2e3,d=(s=(n=this.config)==null?void 0:n.silenceThreshold)!=null?s:.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=c=>{c.data.size>0&&this.audioChunks.push(c.data)},this.mediaRecorder.onstop=async()=>{var c;if(this.audioChunks.length>0){this.isProcessing=!0,this.statusCallbacks.forEach(f=>f("processing")),this.processingStartCallbacks.forEach(f=>f());let u=((c=this.mediaRecorder)==null?void 0:c.mimeType)||"audio/webm",p=new Blob(this.audioChunks,{type:u});await this.sendAudio(p),this.audioChunks=[]}},this.mediaRecorder.start(1e3),this.statusCallbacks.forEach(c=>c("listening"))}catch(o){throw this.errorCallbacks.forEach(a=>a(o)),this.statusCallbacks.forEach(a=>a("error")),o}}async stopListening(){this.vad.stop(),this.mediaRecorder&&(this.interruptionMode!=="barge-in"&&this.mediaRecorder.stream.getTracks().forEach(r=>r.stop()),this.mediaRecorder.stop(),this.mediaRecorder=null),this.interruptionMode!=="barge-in"&&(this.mediaStream&&(this.mediaStream.getTracks().forEach(r=>r.stop()),this.mediaStream=null),this.audioContext&&(await this.audioContext.close(),this.audioContext=null)),this.statusCallbacks.forEach(r=>r("idle"))}async startBargeInMonitoring(){var o,a;if(this.interruptionMode!=="barge-in")return;let r=this.w;if(!this.mediaStream&&r&&(this.mediaStream=await navigator.mediaDevices.getUserMedia({audio:{echoCancellation:!0,noiseSuppression:!0}})),!this.audioContext&&r&&(this.audioContext=new(r.AudioContext||r.webkitAudioContext)),!this.audioContext||!this.mediaStream)return;let t=this.audioContext,n=(a=(o=this.config)==null?void 0:o.silenceThreshold)!=null?a:.01;this.vad.start(t,this.mediaStream,"speech",{threshold:n,duration:200},()=>this.handleBargeIn())}handleBargeIn(){this.cancelCurrentPlayback(),this.startListening().catch(r=>{this.errorCallbacks.forEach(t=>t(r instanceof Error?r:new Error(String(r))))})}generateRequestId(){return"vreq_"+Math.random().toString(36).substring(2,10)+Date.now().toString(36)}async sendAudio(r){var t;if(!this.ws||this.ws.readyState!==WebSocket.OPEN){this.errorCallbacks.forEach(n=>n(new Error("WebSocket not connected"))),this.statusCallbacks.forEach(n=>n("error"));return}try{let n=await this.blobToBase64(r),s=this.getFormatFromMimeType(r.type),o=this.generateRequestId();this.currentRequestId=o,this.ws.send(JSON.stringify({type:"audio_input",audio:n,format:s,sampleRate:16e3,voiceId:(t=this.config)==null?void 0:t.voiceId,requestId:o}))}catch(n){this.errorCallbacks.forEach(s=>s(n)),this.statusCallbacks.forEach(s=>s("error"))}}getFormatFromMimeType(r){return r.includes("wav")?"wav":r.includes("mpeg")||r.includes("mp3")?"mp3":"webm"}blobToBase64(r){return new Promise((t,n)=>{let s=new FileReader;s.onload=()=>{let a=s.result.split(",")[1];t(a)},s.onerror=n,s.readAsDataURL(r)})}async playAudio(r){if(!r.base64)return;let t=atob(r.base64),n=new Uint8Array(t.length);for(let c=0;c<t.length;c++)n[c]=t.charCodeAt(c);let s=r.format||"mp3",o=s==="mp3"?"audio/mpeg":`audio/${s}`,a=new Blob([n],{type:o}),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(c=>c("idle")))},await d.play()}onResult(r){this.resultCallbacks.push(r)}onError(r){this.errorCallbacks.push(r)}onStatusChange(r){this.statusCallbacks.push(r)}onProcessingStart(r){this.processingStartCallbacks.push(r)}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(r=>r.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(r=>r("disconnected"))}sendHeartbeat(){this.ws&&this.ws.readyState===WebSocket.OPEN&&this.ws.send(JSON.stringify({type:"ping"}))}};var rr=class{constructor(r={}){this.config=r;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(r=>r("connected"))}async startListening(){var r,t;try{if(this.isListening)throw new Error("Already listening");if(!this.w)throw new Error("Window object not available");let n=this.w.SpeechRecognition||this.w.webkitSpeechRecognition;if(!n)throw new Error("Browser speech recognition not supported");this.recognition=new n,this.recognition.lang=((r=this.config)==null?void 0:r.language)||"en-US",this.recognition.continuous=((t=this.config)==null?void 0:t.continuous)||!1,this.recognition.interimResults=!0,this.recognition.onresult=s=>{var i;let o=Array.from(s.results).map(d=>d[0]).map(d=>d.transcript).join(""),a=s.results[s.results.length-1].isFinal;this.resultCallbacks.forEach(d=>d({text:o,confidence:a?.8:.5,provider:"browser"})),a&&!((i=this.config)!=null&&i.continuous)&&this.stopListening()},this.recognition.onerror=s=>{this.errorCallbacks.forEach(o=>o(new Error(s.error))),this.statusCallbacks.forEach(o=>o("error"))},this.recognition.onstart=()=>{this.isListening=!0,this.statusCallbacks.forEach(s=>s("listening"))},this.recognition.onend=()=>{this.isListening=!1,this.statusCallbacks.forEach(s=>s("idle"))},this.recognition.start()}catch(n){throw this.errorCallbacks.forEach(s=>s(n)),this.statusCallbacks.forEach(s=>s("error")),n}}async stopListening(){this.recognition&&(this.recognition.stop(),this.recognition=null),this.isListening=!1,this.statusCallbacks.forEach(r=>r("idle"))}onResult(r){this.resultCallbacks.push(r)}onError(r){this.errorCallbacks.push(r)}onStatusChange(r){this.statusCallbacks.push(r)}async disconnect(){await this.stopListening(),this.statusCallbacks.forEach(r=>r("disconnected"))}static isSupported(){return"SpeechRecognition"in window||"webkitSpeechRecognition"in window}};function br(e){switch(e.type){case"runtype":if(!e.runtype)throw new Error("Runtype voice provider requires configuration");return new Xr(e.runtype);case"browser":if(!rr.isSupported())throw new Error("Browser speech recognition not supported");return new rr(e.browser||{});case"custom":throw new Error("Custom voice providers not yet implemented");default:throw new Error(`Unknown voice provider type: ${e.type}`)}}function ds(e){if((e==null?void 0:e.type)==="runtype"&&e.runtype)return br({type:"runtype",runtype:e.runtype});if(rr.isSupported())return br({type:"browser",browser:(e==null?void 0:e.browser)||{language:"en-US"}});throw new Error("No supported voice providers available")}function Do(e){try{return ds(e),!0}catch{return!1}}var Zr=class e{constructor(r={},t){this.config=r;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=r=>{var t,n,s,o,a,i,d;r.type==="message"?(this.upsertMessage(r.message),(t=r.message.agentMetadata)!=null&&t.executionId&&(this.agentExecution?r.message.agentMetadata.iteration!==void 0&&(this.agentExecution.currentIteration=r.message.agentMetadata.iteration):this.agentExecution={executionId:r.message.agentMetadata.executionId,agentId:"",agentName:(n=r.message.agentMetadata.agentName)!=null?n:"",status:"running",currentIteration:(s=r.message.agentMetadata.iteration)!=null?s:0,maxTurns:0})):r.type==="status"?(this.setStatus(r.status),r.status==="connecting"?this.setStreaming(!0):(r.status==="idle"||r.status==="error")&&(this.setStreaming(!1),this.abortController=null,((o=this.agentExecution)==null?void 0:o.status)==="running"&&(this.agentExecution.status=r.status==="error"?"error":"complete"))):r.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,r.error)):(r.type==="artifact_start"||r.type==="artifact_delta"||r.type==="artifact_update"||r.type==="artifact_complete")&&this.applyArtifactStreamEvent(r)};var n;this.messages=[...(n=r.initialMessages)!=null?n:[]].map(s=>{var o;return{...s,sequence:(o=s.sequence)!=null?o:this.nextSequence()}}),this.messages=this.sortMessages(this.messages),this.client=new hr(r),this.messages.length&&this.callbacks.onMessagesChanged([...this.messages]),this.callbacks.onStatusChanged(this.status)}setSSEEventCallback(r){this.client.setSSEEventCallback(r)}isClientTokenMode(){return this.client.isClientTokenMode()}isAgentMode(){return this.client.isAgentMode()}getAgentExecution(){return this.agentExecution}isAgentExecuting(){var r;return((r=this.agentExecution)==null?void 0:r.status)==="running"}isVoiceSupported(){var r;return Do((r=this.config.voiceRecognition)==null?void 0:r.provider)}isVoiceActive(){return this.voiceActive}getVoiceStatus(){return this.voiceStatus}getVoiceInterruptionMode(){var r;return(r=this.voiceProvider)!=null&&r.getInterruptionMode?this.voiceProvider.getInterruptionMode():"none"}stopVoicePlayback(){var r;(r=this.voiceProvider)!=null&&r.stopPlayback&&this.voiceProvider.stopPlayback()}isBargeInActive(){var r,t,n;return(n=(t=(r=this.voiceProvider)==null?void 0:r.isBargeInActive)==null?void 0:t.call(r))!=null?n:!1}async deactivateBargeIn(){var r;(r=this.voiceProvider)!=null&&r.deactivateBargeIn&&await this.voiceProvider.deactivateBargeIn()}setupVoice(r){var t,n,s;try{let o=r||this.getVoiceConfigFromConfig();if(!o)throw new Error("Voice configuration not provided");this.voiceProvider=br(o);let a=(t=this.config.voiceRecognition)!=null?t:{},i=(n=a.processingText)!=null?n:"\u{1F3A4} Processing voice...",d=(s=a.processingErrorText)!=null?s:"Voice processing failed. Please try again.";this.voiceProvider.onProcessingStart&&this.voiceProvider.onProcessingStart(()=>{let c=this.injectMessage({role:"user",content:i,streaming:!1,voiceProcessing:!0});this.pendingVoiceUserMessageId=c.id;let u=this.injectMessage({role:"assistant",content:"",streaming:!0,voiceProcessing:!0});this.pendingVoiceAssistantMessageId=u.id,this.setStreaming(!0)}),this.voiceProvider.onResult(c=>{var u,p,f,m,x,b;if(c.provider==="browser")c.text&&c.text.trim()&&this.sendMessage(c.text,{viaVoice:!0});else if(c.provider==="runtype"){this.pendingVoiceUserMessageId&&((u=c.transcript)!=null&&u.trim())?this.upsertMessage({id:this.pendingVoiceUserMessageId,role:"user",content:c.transcript.trim(),createdAt:new Date().toISOString(),streaming:!1,voiceProcessing:!1}):(p=c.transcript)!=null&&p.trim()&&this.injectUserMessage({content:c.transcript.trim()}),this.pendingVoiceAssistantMessageId&&((f=c.text)!=null&&f.trim())?this.upsertMessage({id:this.pendingVoiceAssistantMessageId,role:"assistant",content:c.text.trim(),createdAt:new Date().toISOString(),streaming:!1,voiceProcessing:!1}):(m=c.text)!=null&&m.trim()&&this.injectAssistantMessage({content:c.text.trim()});{let A=(b=this.pendingVoiceAssistantMessageId)!=null?b:(x=[...this.messages].reverse().find(v=>v.role==="assistant"))==null?void 0:x.id;A&&this.ttsSpokenMessageIds.add(A)}this.setStreaming(!1),this.pendingVoiceUserMessageId=null,this.pendingVoiceAssistantMessageId=null}}),this.voiceProvider.onError(c=>{console.error("Voice error:",c),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(c=>{var u,p;this.voiceStatus=c,this.voiceActive=c==="listening",(p=(u=this.callbacks).onVoiceStatusChanged)==null||p.call(u,c)}),this.voiceProvider.connect()}catch(o){console.error("Failed to setup voice:",o)}}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(r){console.error("Failed to start voice:",r)}}}cleanupVoice(){this.voiceProvider&&(this.voiceProvider.disconnect(),this.voiceProvider=null),this.voiceActive=!1,this.voiceStatus="disconnected"}getVoiceConfigFromConfig(){var t,n,s,o,a,i,d,c,u;if(!((t=this.config.voiceRecognition)!=null&&t.provider))return;let r=this.config.voiceRecognition.provider;switch(r.type){case"runtype":return{type:"runtype",runtype:{agentId:((n=r.runtype)==null?void 0:n.agentId)||"",clientToken:((s=r.runtype)==null?void 0:s.clientToken)||"",host:(o=r.runtype)==null?void 0:o.host,voiceId:(a=r.runtype)==null?void 0:a.voiceId,pauseDuration:(i=r.runtype)==null?void 0:i.pauseDuration,silenceThreshold:(d=r.runtype)==null?void 0:d.silenceThreshold}};case"browser":return{type:"browser",browser:{language:((c=r.browser)==null?void 0:c.language)||"en-US",continuous:(u=r.browser)==null?void 0:u.continuous}};default:return}}async initClientSession(){var r,t;if(!this.isClientTokenMode())return null;try{let n=await this.client.initSession();return this.setClientSession(n),n}catch(n){return(t=(r=this.callbacks).onError)==null||t.call(r,n instanceof Error?n:new Error(String(n))),null}}setClientSession(r){if(this.clientSession=r,r.config.welcomeMessage&&this.messages.length===0){let t={id:`welcome-${Date.now()}`,role:"assistant",content:r.config.welcomeMessage,createdAt:new Date().toISOString(),sequence:this.nextSequence()};this.appendMessage(t)}}getClientSession(){var r;return(r=this.clientSession)!=null?r:this.client.getClientSession()}isSessionValid(){let r=this.getClientSession();return r?new Date<r.expiresAt:!1}clearClientSession(){this.clientSession=null,this.client.clearClientSession()}getClient(){return this.client}async submitMessageFeedback(r,t){return this.client.submitMessageFeedback(r,t)}async submitCSATFeedback(r,t){return this.client.submitCSATFeedback(r,t)}async submitNPSFeedback(r,t){return this.client.submitNPSFeedback(r,t)}updateConfig(r){let t=this.client.getSSEEventCallback();this.config={...this.config,...r},this.client=new hr(this.config),t&&this.client.setSSEEventCallback(t)}getMessages(){return[...this.messages]}getStatus(){return this.status}isStreaming(){return this.streaming}injectTestEvent(r){this.handleEvent(r)}injectMessage(r){let{role:t,content:n,llmContent:s,contentParts:o,id:a,createdAt:i,sequence:d,streaming:c=!1,voiceProcessing:u}=r,f={id:a!=null?a:t==="user"?Gr():t==="assistant"?yr():`system-${Date.now()}-${Math.random().toString(16).slice(2)}`,role:t,content:n,createdAt:i!=null?i:new Date().toISOString(),sequence:d!=null?d:this.nextSequence(),streaming:c,...s!==void 0&&{llmContent:s},...o!==void 0&&{contentParts:o},...u!==void 0&&{voiceProcessing:u}};return this.upsertMessage(f),f}injectAssistantMessage(r){return this.injectMessage({...r,role:"assistant"})}injectUserMessage(r){return this.injectMessage({...r,role:"user"})}injectSystemMessage(r){return this.injectMessage({...r,role:"system"})}injectMessageBatch(r){let t=[];for(let n of r){let{role:s,content:o,llmContent:a,contentParts:i,id:d,createdAt:c,sequence:u,streaming:p=!1}=n,m={id:d!=null?d:s==="user"?Gr():s==="assistant"?yr():`system-${Date.now()}-${Math.random().toString(16).slice(2)}`,role:s,content:o,createdAt:c!=null?c:new Date().toISOString(),sequence:u!=null?u:this.nextSequence(),streaming:p,...a!==void 0&&{llmContent:a},...i!==void 0&&{contentParts:i}};t.push(m)}return this.messages=this.sortMessages([...this.messages,...t]),this.callbacks.onMessagesChanged([...this.messages]),t}async sendMessage(r,t){var c,u,p,f,m;let n=r.trim();if(!n&&(!(t!=null&&t.contentParts)||t.contentParts.length===0))return;this.stopSpeaking(),(c=this.abortController)==null||c.abort();let s=Gr(),o=yr(),a={id:s,role:"user",content:n||Wo,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:o},this.handleEvent)}catch(x){let b=x instanceof Error&&(x.name==="AbortError"||x.message.includes("aborted")||x.message.includes("abort"));if(!b){let A={id:o,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(A)}this.setStatus("idle"),this.setStreaming(!1),this.abortController=null,b||(x instanceof Error?(p=(u=this.callbacks).onError)==null||p.call(u,x):(m=(f=this.callbacks).onError)==null||m.call(f,new Error(String(x))))}}async continueConversation(){var s,o,a,i,d;if(this.streaming)return;(s=this.abortController)==null||s.abort();let r=yr();this.setStreaming(!0);let t=new AbortController;this.abortController=t;let n=[...this.messages];try{await this.client.dispatch({messages:n,signal:t.signal,assistantMessageId:r},this.handleEvent)}catch(c){let u={id:r,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,c instanceof Error?(a=(o=this.callbacks).onError)==null||a.call(o,c):(d=(i=this.callbacks).onError)==null||d.call(i,new Error(String(c)))}}async connectStream(r,t){var s,o,a;if(this.streaming)return;(s=this.abortController)==null||s.abort();let n=!1;for(let i of this.messages)i.streaming&&(i.streaming=!1,n=!0);n&&this.callbacks.onMessagesChanged([...this.messages]),this.setStreaming(!0);try{await this.client.processStream(r,this.handleEvent,t==null?void 0:t.assistantMessageId)}catch(i){this.setStatus("error"),this.setStreaming(!1),this.abortController=null,(a=(o=this.callbacks).onError)==null||a.call(o,i instanceof Error?i:new Error(String(i)))}}async resolveApproval(r,t){var d,c,u;let n=`approval-${r.id}`,s={...r,status:t,resolvedAt:Date.now()},o={id:n,role:"assistant",content:"",createdAt:new Date().toISOString(),streaming:!1,variant:"approval",approval:s};this.upsertMessage(o);let a=this.config.approval,i=a&&typeof a=="object"?a.onDecision:void 0;try{let p;if(i?p=await i({approvalId:r.id,executionId:r.executionId,agentId:r.agentId,toolName:r.toolName},t):p=await this.client.resolveApproval({agentId:r.agentId,executionId:r.executionId,approvalId:r.id},t),p){let f=null;if(p instanceof Response){if(!p.ok){let m=await p.json().catch(()=>null);throw new Error((d=m==null?void 0:m.error)!=null?d:`Approval request failed: ${p.status}`)}f=p.body}else p instanceof ReadableStream&&(f=p);f?await this.connectStream(f):t==="denied"&&this.appendMessage({id:`denial-${r.id}`,role:"assistant",content:"Tool execution was denied by user.",createdAt:new Date().toISOString(),streaming:!1,sequence:this.nextSequence()})}}catch(p){(u=(c=this.callbacks).onError)==null||u.call(c,p instanceof Error?p:new Error(String(p)))}}cancel(){var r;(r=this.abortController)==null||r.abort(),this.abortController=null,this.setStreaming(!1),this.setStatus("idle")}clearMessages(){var r;this.stopSpeaking(),(r=this.abortController)==null||r.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(r){return this.artifacts.get(r)}getSelectedArtifactId(){return this.selectedArtifactId}selectArtifact(r){this.selectedArtifactId=r,this.emitArtifactsState()}clearArtifacts(){this.clearArtifactState()}upsertArtifact(r){var s;let t=r.id||`art_${Date.now().toString(36)}_${Math.random().toString(36).slice(2,9)}`;if(r.artifactType==="markdown"){let o={id:t,artifactType:"markdown",title:r.title,status:"complete",markdown:r.content};return this.artifacts.set(t,o),this.selectedArtifactId=t,this.emitArtifactsState(),o}let n={id:t,artifactType:"component",title:r.title,status:"complete",component:r.component,props:(s=r.props)!=null?s:{}};return this.artifacts.set(t,n),this.selectedArtifactId=t,this.emitArtifactsState(),n}clearArtifactState(){this.artifacts.size===0&&this.selectedArtifactId===null||(this.artifacts.clear(),this.selectedArtifactId=null,this.emitArtifactsState())}emitArtifactsState(){var r,t;(t=(r=this.callbacks).onArtifactsState)==null||t.call(r,{artifacts:[...this.artifacts.values()],selectedId:this.selectedArtifactId})}applyArtifactStreamEvent(r){var t,n;switch(r.type){case"artifact_start":{r.artifactType==="markdown"?this.artifacts.set(r.id,{id:r.id,artifactType:"markdown",title:r.title,status:"streaming",markdown:""}):this.artifacts.set(r.id,{id:r.id,artifactType:"component",title:r.title,status:"streaming",component:(t=r.component)!=null?t:"",props:{}}),this.selectedArtifactId=r.id;break}case"artifact_delta":{let s=this.artifacts.get(r.id);(s==null?void 0:s.artifactType)==="markdown"&&(s.markdown=((n=s.markdown)!=null?n:"")+r.artDelta);break}case"artifact_update":{let s=this.artifacts.get(r.id);(s==null?void 0:s.artifactType)==="component"&&(s.props={...s.props,...r.props},r.component&&(s.component=r.component));break}case"artifact_complete":{let s=this.artifacts.get(r.id);s&&(s.status="complete");break}default:return}this.emitArtifactsState()}hydrateMessages(r){var t;(t=this.abortController)==null||t.abort(),this.abortController=null,this.messages=this.sortMessages(r.map(n=>{var s;return{...n,streaming:!1,sequence:(s=n.sequence)!=null?s:this.nextSequence()}})),this.setStreaming(!1),this.setStatus("idle"),this.callbacks.onMessagesChanged([...this.messages])}setStatus(r){this.status!==r&&(this.status=r,this.callbacks.onStatusChanged(r))}setStreaming(r){if(this.streaming===r)return;let t=this.streaming;this.streaming=r,this.callbacks.onStreamingChanged(r),t&&!r&&this.speakLatestAssistantMessage()}speakLatestAssistantMessage(){let r=this.config.textToSpeech;if(!(r!=null&&r.enabled)||!(!r.provider||r.provider==="browser"||r.provider==="runtype"&&r.browserFallback))return;let n=[...this.messages].reverse().find(o=>o.role==="assistant"&&o.content&&!o.voiceProcessing);if(!n)return;if(this.ttsSpokenMessageIds.has(n.id)){this.ttsSpokenMessageIds.delete(n.id);return}let s=n.content;s.trim()&&this.speak(s,r)}speak(r,t){if(typeof window=="undefined"||!("speechSynthesis"in window))return;let n=window.speechSynthesis;n.cancel();let s=new SpeechSynthesisUtterance(r),o=n.getVoices();if(t.voice){let a=o.find(i=>i.name===t.voice);a&&(s.voice=a)}else o.length>0&&(s.voice=t.pickVoice?t.pickVoice(o):e.pickBestVoice(o));t.rate!==void 0&&(s.rate=t.rate),t.pitch!==void 0&&(s.pitch=t.pitch),setTimeout(()=>n.speak(s),50)}static pickBestVoice(r){var n;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 s of t){let o=r.find(a=>a.name===s);if(o)return o}return(n=r.find(s=>s.lang.startsWith("en")))!=null?n:r[0]}stopSpeaking(){typeof window!="undefined"&&"speechSynthesis"in window&&window.speechSynthesis.cancel()}appendMessage(r){let t=this.ensureSequence(r);this.messages=this.sortMessages([...this.messages,t]),this.callbacks.onMessagesChanged([...this.messages])}upsertMessage(r){let t=this.ensureSequence(r),n=this.messages.findIndex(s=>s.id===t.id);if(n===-1){this.appendMessage(t);return}this.messages=this.messages.map((s,o)=>o===n?{...s,...t}:s),this.messages=this.sortMessages(this.messages),this.callbacks.onMessagesChanged([...this.messages])}ensureSequence(r){return r.sequence!==void 0?{...r}:{...r,sequence:this.nextSequence()}}nextSequence(){return this.sequenceCounter++}sortMessages(r){return[...r].sort((t,n)=>{var d,c;let s=new Date(t.createdAt).getTime(),o=new Date(n.createdAt).getTime();if(!Number.isNaN(s)&&!Number.isNaN(o)&&s!==o)return s-o;let a=(d=t.sequence)!=null?d:0,i=(c=n.sequence)!=null?c:0;return a!==i?a-i:t.id.localeCompare(n.id)})}};var h=(e,r)=>{let t=document.createElement(e);return r&&(t.className=r),t},An=(e,r,t)=>{let n=e.createElement(r);return t&&(n.className=t),n};import*as td from"lucide";var me=(e,r=24,t="currentColor",n=2)=>{try{let s=e.split("-").map(a=>a.charAt(0).toUpperCase()+a.slice(1)).join(""),o=td[s];return o?nd(o,r,t,n):(console.warn(`Lucide icon "${e}" not found (tried "${s}"). Available icons: https://lucide.dev/icons`),null)}catch(s){return console.warn(`Failed to render Lucide icon "${e}":`,s),null}};function nd(e,r,t,n){if(!e||!Array.isArray(e))return null;let s=document.createElementNS("http://www.w3.org/2000/svg","svg");return s.setAttribute("width",String(r)),s.setAttribute("height",String(r)),s.setAttribute("viewBox","0 0 24 24"),s.setAttribute("fill","none"),s.setAttribute("stroke",t),s.setAttribute("stroke-width",String(n)),s.setAttribute("stroke-linecap","round"),s.setAttribute("stroke-linejoin","round"),s.setAttribute("aria-hidden","true"),e.forEach(o=>{if(Array.isArray(o)&&o.length>=2){let a=o[0],i=o[1];if(i){let d=document.createElementNS("http://www.w3.org/2000/svg",a);Object.entries(i).forEach(([c,u])=>{c!=="stroke"&&d.setAttribute(c,String(u))}),s.appendChild(d)}}}),s}var No={allowedTypes:Hn,maxFileSize:10*1024*1024,maxFiles:4};function rd(){return`attach_${Date.now()}_${Math.random().toString(36).substring(2,9)}`}function od(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-json":"file"}var xr=class e{constructor(r={}){this.attachments=[];this.previewsContainer=null;var t,n,s;this.config={allowedTypes:(t=r.allowedTypes)!=null?t:No.allowedTypes,maxFileSize:(n=r.maxFileSize)!=null?n:No.maxFileSize,maxFiles:(s=r.maxFiles)!=null?s:No.maxFiles,onFileRejected:r.onFileRejected,onAttachmentsChange:r.onAttachmentsChange}}setPreviewsContainer(r){this.previewsContainer=r}updateConfig(r){r.allowedTypes!==void 0&&(this.config.allowedTypes=r.allowedTypes.length>0?r.allowedTypes:No.allowedTypes),r.maxFileSize!==void 0&&(this.config.maxFileSize=r.maxFileSize),r.maxFiles!==void 0&&(this.config.maxFiles=r.maxFiles),r.onFileRejected!==void 0&&(this.config.onFileRejected=r.onFileRejected),r.onAttachmentsChange!==void 0&&(this.config.onAttachmentsChange=r.onAttachmentsChange)}getAttachments(){return[...this.attachments]}getContentParts(){return this.attachments.map(r=>r.contentPart)}hasAttachments(){return this.attachments.length>0}count(){return this.attachments.length}async handleFileSelect(r){!r||r.length===0||await this.handleFiles(Array.from(r))}async handleFiles(r){var t,n,s,o,a,i,d;if(r.length){for(let c of r){if(this.attachments.length>=this.config.maxFiles){(n=(t=this.config).onFileRejected)==null||n.call(t,c,"count");continue}let u=cl(c,this.config.allowedTypes,this.config.maxFileSize);if(!u.valid){let p=(s=u.error)!=null&&s.includes("type")?"type":"size";(a=(o=this.config).onFileRejected)==null||a.call(o,c,p);continue}try{let p=await ll(c),f=Ro(c)?URL.createObjectURL(c):null,m={id:rd(),file:c,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(r){var o,a,i;let t=this.attachments.findIndex(d=>d.id===r);if(t===-1)return;let n=this.attachments[t];n.previewUrl&&URL.revokeObjectURL(n.previewUrl),this.attachments.splice(t,1);let s=(o=this.previewsContainer)==null?void 0:o.querySelector(`[data-attachment-id="${r}"]`);s&&s.remove(),this.updatePreviewsVisibility(),(i=(a=this.config).onAttachmentsChange)==null||i.call(a,this.getAttachments())}clearAttachments(){var r,t;for(let n of this.attachments)n.previewUrl&&URL.revokeObjectURL(n.previewUrl);this.attachments=[],this.previewsContainer&&(this.previewsContainer.innerHTML=""),this.updatePreviewsVisibility(),(t=(r=this.config).onAttachmentsChange)==null||t.call(r,this.getAttachments())}renderPreview(r){if(!this.previewsContainer)return;let t=Ro(r.file),n=h("div","persona-attachment-preview persona-relative persona-inline-block");if(n.setAttribute("data-attachment-id",r.id),n.style.width="48px",n.style.height="48px",t&&r.previewUrl){let a=h("img");a.src=r.previewUrl,a.alt=r.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",n.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=od(r.file.type),d=me(i,20,"var(--persona-muted, #6b7280)",1.5);d&&a.appendChild(d);let c=h("span");c.textContent=dl(r.file.type,r.file.name),c.style.fontSize="8px",c.style.fontWeight="600",c.style.color="var(--persona-muted, #6b7280)",c.style.textTransform="uppercase",c.style.lineHeight="1",a.appendChild(c),n.appendChild(a)}let s=h("button","persona-attachment-remove persona-absolute persona-flex persona-items-center persona-justify-center");s.type="button",s.setAttribute("aria-label","Remove attachment"),s.style.position="absolute",s.style.top="-4px",s.style.right="-4px",s.style.width="18px",s.style.height="18px",s.style.borderRadius="50%",s.style.backgroundColor="var(--persona-palette-colors-black-alpha-60, rgba(0, 0, 0, 0.6))",s.style.border="none",s.style.cursor="pointer",s.style.display="flex",s.style.alignItems="center",s.style.justifyContent="center",s.style.padding="0";let o=me("x",10,"var(--persona-text-inverse, #ffffff)",2);o?s.appendChild(o):(s.textContent="\xD7",s.style.color="var(--persona-text-inverse, #ffffff)",s.style.fontSize="14px",s.style.lineHeight="1"),s.addEventListener("click",a=>{a.preventDefault(),a.stopPropagation(),this.removeAttachment(r.id)}),n.appendChild(s),this.previewsContainer.appendChild(n)}updatePreviewsVisibility(){this.previewsContainer&&(this.previewsContainer.style.display=this.attachments.length>0?"flex":"none")}static fromConfig(r,t){return new e({allowedTypes:r==null?void 0:r.allowedTypes,maxFileSize:r==null?void 0:r.maxFileSize,maxFiles:r==null?void 0:r.maxFiles,onFileRejected:r==null?void 0:r.onFileRejected,onAttachmentsChange:t})}};var pl={colors:{primary:{50:"#eff6ff",100:"#dbeafe",200:"#bfdbfe",300:"#93c5fd",400:"#60a5fa",500:"#3b82f6",600:"#2563eb",700:"#1d4ed8",800:"#1e40af",900:"#1e3a8a",950:"#172554"},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"}},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"}},ul={colors:{primary:"palette.colors.primary.500",secondary:"palette.colors.gray.500",accent:"palette.colors.primary.600",surface:"palette.colors.gray.50",background:"palette.colors.gray.50",container:"palette.colors.gray.100",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.500",hover:"palette.colors.primary.600",focus:"palette.colors.primary.700",active:"palette.colors.primary.800",disabled:"palette.colors.gray.300"},feedback:{success:"palette.colors.success.500",warning:"palette.colors.warning.500",error:"palette.colors.error.500",info:"palette.colors.primary.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"}},gl={button:{primary:{background:"semantic.colors.primary",foreground:"semantic.colors.textInverse",borderRadius:"palette.radius.lg",padding:"semantic.spacing.md"},secondary:{background:"semantic.colors.surface",foreground:"semantic.colors.text",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:"semantic.colors.surface",placeholder:"semantic.colors.textMuted",borderRadius:"palette.radius.lg",padding:"semantic.spacing.md",focus:{border:"semantic.colors.interactive.focus",ring:"semantic.colors.interactive.focus"}},launcher:{size:"60px",iconSize:"28px",borderRadius:"palette.radius.full",shadow:"palette.shadows.lg"},panel:{width:"min(400px, calc(100vw - 24px))",maxWidth:"400px",height:"600px",maxHeight:"calc(100vh - 80px)",borderRadius:"palette.radius.xl",shadow:"palette.shadows.xl"},header:{background:"semantic.colors.surface",border:"semantic.colors.border",borderRadius:"palette.radius.xl palette.radius.xl 0 0",padding:"semantic.spacing.md",iconBackground:"semantic.colors.primary",iconForeground:"semantic.colors.textInverse",titleForeground:"semantic.colors.primary",subtitleForeground:"semantic.colors.textMuted",actionIconForeground:"semantic.colors.textMuted"},message:{user:{background:"semantic.colors.primary",text:"semantic.colors.textInverse",borderRadius:"palette.radius.lg",shadow:"palette.shadows.sm"},assistant:{background:"semantic.colors.container",text:"semantic.colors.text",borderRadius:"palette.radius.lg",border:"semantic.colors.border",shadow:"palette.shadows.sm"}},toolBubble:{shadow:"palette.shadows.sm"},reasoningBubble:{shadow:"palette.shadows.sm"},composer:{shadow:"none"},markdown:{inlineCode:{background:"semantic.colors.container",foreground:"semantic.colors.text"},link:{foreground:"semantic.colors.accent"},prose:{fontFamily:"inherit"}},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"}},artifact:{pane:{background:"semantic.colors.container",toolbarBackground:"semantic.colors.container"}}};function Qr(e,r){if(!r.startsWith("palette.")&&!r.startsWith("semantic.")&&!r.startsWith("components."))return r;let t=r.split("."),n=e;for(let s of t){if(n==null)return;n=n[s]}return typeof n=="string"&&(n.startsWith("palette.")||n.startsWith("semantic.")||n.startsWith("components."))?Qr(e,n):n}function ps(e){let r={};function t(n,s){for(let[o,a]of Object.entries(n)){let i=`${s}.${o}`;if(typeof a=="string"){let d=Qr(e,a);d!==void 0&&(r[i]={path:i,value:d,type:s.includes("color")?"color":s.includes("spacing")?"spacing":s.includes("typography")?"typography":s.includes("shadow")?"shadow":s.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"),r}function ml(e){let r=[],t=[];return e.palette||r.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:r.length===0,errors:r,warnings:t}}function fl(e,r){let t={...e};for(let[n,s]of Object.entries(r)){let o=t[n];o&&typeof o=="object"&&!Array.isArray(o)&&s&&typeof s=="object"&&!Array.isArray(s)?t[n]=fl(o,s):t[n]=s}return t}function sd(e,r){return r?fl(e,r):e}function eo(e,r={}){var s,o,a,i,d,c,u,p,f,m,x,b,A;let t={palette:pl,semantic:ul,components:gl},n={palette:{...t.palette,...e==null?void 0:e.palette,colors:{...t.palette.colors,...(s=e==null?void 0:e.palette)==null?void 0:s.colors},spacing:{...t.palette.spacing,...(o=e==null?void 0:e.palette)==null?void 0:o.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,...(c=e==null?void 0:e.palette)==null?void 0:c.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,...(x=(m=e==null?void 0:e.semantic)==null?void 0:m.colors)==null?void 0:x.feedback}},spacing:{...t.semantic.spacing,...(b=e==null?void 0:e.semantic)==null?void 0:b.spacing},typography:{...t.semantic.typography,...(A=e==null?void 0:e.semantic)==null?void 0:A.typography}},components:sd(t.components,e==null?void 0:e.components)};if(r.validate!==!1){let v=ml(n);if(!v.valid)throw new Error(`Theme validation failed: ${v.errors.map(T=>T.message).join(", ")}`)}if(r.plugins)for(let v of r.plugins)n=v.transform(n);return n}function us(e){var x,b,A,v,T,j,w,I,R,D,V,ve,le,q,ee,Ce,we,ye,ce,Q,J,U,ne,fe,wt,ut,gt,Tt,se,re,Ue,z,te,de,Qe,G,Y,tt,Ne,je,Mt,qt,ue,Ye,ke,ot,Ve,nt,Rt,Ht,kt,N,X,F,be,xe,Ae,Ee,st,Be,We,ze,pe,$t,xn,Un,Dn,ar,Nn,Tn,Xe,tn,un;let r=ps(e),t={};for(let[K,Mn]of Object.entries(r)){let on=K.replace(/\./g,"-");t[`--persona-${on}`]=Mn.value}t["--persona-primary"]=(x=t["--persona-semantic-colors-primary"])!=null?x:t["--persona-palette-colors-primary-500"],t["--persona-secondary"]=(b=t["--persona-semantic-colors-secondary"])!=null?b: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"]=(v=t["--persona-semantic-colors-surface"])!=null?v:t["--persona-palette-colors-gray-50"],t["--persona-background"]=(T=t["--persona-semantic-colors-background"])!=null?T:t["--persona-palette-colors-gray-50"],t["--persona-container"]=(j=t["--persona-semantic-colors-container"])!=null?j:t["--persona-palette-colors-gray-100"],t["--persona-text"]=(w=t["--persona-semantic-colors-text"])!=null?w:t["--persona-palette-colors-gray-900"],t["--persona-text-muted"]=(I=t["--persona-semantic-colors-text-muted"])!=null?I:t["--persona-palette-colors-gray-500"],t["--persona-text-inverse"]=(R=t["--persona-semantic-colors-text-inverse"])!=null?R:t["--persona-palette-colors-gray-50"],t["--persona-border"]=(D=t["--persona-semantic-colors-border"])!=null?D:t["--persona-palette-colors-gray-200"],t["--persona-divider"]=(V=t["--persona-semantic-colors-divider"])!=null?V:t["--persona-palette-colors-gray-200"],t["--persona-muted"]=t["--persona-text-muted"],t["--persona-voice-recording-indicator"]=(ve=t["--persona-components-voice-recording-indicator"])!=null?ve:t["--persona-palette-colors-error-500"],t["--persona-voice-recording-bg"]=(le=t["--persona-components-voice-recording-background"])!=null?le:t["--persona-palette-colors-error-50"],t["--persona-voice-processing-icon"]=(q=t["--persona-components-voice-processing-icon"])!=null?q:t["--persona-palette-colors-primary-500"],t["--persona-voice-speaking-icon"]=(ee=t["--persona-components-voice-speaking-icon"])!=null?ee:t["--persona-palette-colors-success-500"],t["--persona-approval-bg"]=(Ce=t["--persona-components-approval-requested-background"])!=null?Ce: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"]=(ye=t["--persona-components-approval-requested-text"])!=null?ye:t["--persona-palette-colors-gray-900"],t["--persona-approval-approve-bg"]=(ce=t["--persona-components-approval-approve-background"])!=null?ce:t["--persona-palette-colors-success-500"],t["--persona-approval-deny-bg"]=(Q=t["--persona-components-approval-deny-background"])!=null?Q:t["--persona-palette-colors-error-500"],t["--persona-attachment-image-bg"]=(J=t["--persona-components-attachment-image-background"])!=null?J:t["--persona-palette-colors-gray-100"],t["--persona-attachment-image-border"]=(U=t["--persona-components-attachment-image-border"])!=null?U:t["--persona-palette-colors-gray-200"],t["--persona-font-family"]=(ne=t["--persona-semantic-typography-fontFamily"])!=null?ne:t["--persona-palette-typography-fontFamily-sans"],t["--persona-font-size"]=(fe=t["--persona-semantic-typography-fontSize"])!=null?fe:t["--persona-palette-typography-fontSize-base"],t["--persona-font-weight"]=(wt=t["--persona-semantic-typography-fontWeight"])!=null?wt:t["--persona-palette-typography-fontWeight-normal"],t["--persona-line-height"]=(ut=t["--persona-semantic-typography-lineHeight"])!=null?ut: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"]=(gt=t["--persona-palette-radius-sm"])!=null?gt:"0.125rem",t["--persona-radius-md"]=(Tt=t["--persona-palette-radius-md"])!=null?Tt:"0.375rem",t["--persona-radius-lg"]=(se=t["--persona-palette-radius-lg"])!=null?se:"0.5rem",t["--persona-radius-xl"]=(re=t["--persona-palette-radius-xl"])!=null?re:"0.75rem",t["--persona-launcher-radius"]=(z=(Ue=t["--persona-components-launcher-borderRadius"])!=null?Ue:t["--persona-palette-radius-full"])!=null?z:"9999px",t["--persona-button-radius"]=(de=(te=t["--persona-components-button-primary-borderRadius"])!=null?te:t["--persona-palette-radius-full"])!=null?de:"9999px",t["--persona-panel-radius"]=(G=(Qe=t["--persona-components-panel-borderRadius"])!=null?Qe:t["--persona-radius-xl"])!=null?G:"0.75rem",t["--persona-panel-border"]=(Y=t["--persona-components-panel-border"])!=null?Y:`1px solid ${t["--persona-border"]}`,t["--persona-panel-shadow"]=(Ne=(tt=t["--persona-components-panel-shadow"])!=null?tt:t["--persona-palette-shadows-xl"])!=null?Ne:"0 25px 50px -12px rgba(0, 0, 0, 0.25)",t["--persona-input-radius"]=(Mt=(je=t["--persona-components-input-borderRadius"])!=null?je:t["--persona-radius-lg"])!=null?Mt:"0.5rem",t["--persona-message-user-radius"]=(ue=(qt=t["--persona-components-message-user-borderRadius"])!=null?qt:t["--persona-radius-lg"])!=null?ue:"0.5rem",t["--persona-message-assistant-radius"]=(ke=(Ye=t["--persona-components-message-assistant-borderRadius"])!=null?Ye:t["--persona-radius-lg"])!=null?ke:"0.5rem",t["--persona-header-bg"]=(ot=t["--persona-components-header-background"])!=null?ot:t["--persona-surface"],t["--persona-header-border"]=(Ve=t["--persona-components-header-border"])!=null?Ve:t["--persona-divider"],t["--persona-header-icon-bg"]=(nt=t["--persona-components-header-iconBackground"])!=null?nt:t["--persona-primary"],t["--persona-header-icon-fg"]=(Rt=t["--persona-components-header-iconForeground"])!=null?Rt:t["--persona-text-inverse"],t["--persona-header-title-fg"]=(Ht=t["--persona-components-header-titleForeground"])!=null?Ht:t["--persona-primary"],t["--persona-header-subtitle-fg"]=(kt=t["--persona-components-header-subtitleForeground"])!=null?kt:t["--persona-text-muted"],t["--persona-header-action-icon-fg"]=(N=t["--persona-components-header-actionIconForeground"])!=null?N:t["--persona-muted"];let n=(X=e.components)==null?void 0:X.header;n!=null&&n.shadow&&(t["--persona-header-shadow"]=n.shadow),n!=null&&n.borderBottom&&(t["--persona-header-border-bottom"]=n.borderBottom),t["--persona-message-user-bg"]=(F=t["--persona-components-message-user-background"])!=null?F:t["--persona-accent"],t["--persona-message-user-text"]=(be=t["--persona-components-message-user-text"])!=null?be:t["--persona-text-inverse"],t["--persona-message-user-shadow"]=(xe=t["--persona-components-message-user-shadow"])!=null?xe:"0 5px 15px rgba(15, 23, 42, 0.08)",t["--persona-message-assistant-bg"]=(Ae=t["--persona-components-message-assistant-background"])!=null?Ae:t["--persona-surface"],t["--persona-message-assistant-text"]=(Ee=t["--persona-components-message-assistant-text"])!=null?Ee:t["--persona-text"],t["--persona-message-assistant-border"]=(st=t["--persona-components-message-assistant-border"])!=null?st:t["--persona-border"],t["--persona-message-assistant-shadow"]=(Be=t["--persona-components-message-assistant-shadow"])!=null?Be:"0 1px 2px 0 rgb(0 0 0 / 0.05)",t["--persona-tool-bubble-shadow"]=(We=t["--persona-components-toolBubble-shadow"])!=null?We:"0 5px 15px rgba(15, 23, 42, 0.08)",t["--persona-reasoning-bubble-shadow"]=(ze=t["--persona-components-reasoningBubble-shadow"])!=null?ze:"0 5px 15px rgba(15, 23, 42, 0.08)",t["--persona-composer-shadow"]=(pe=t["--persona-components-composer-shadow"])!=null?pe:"none",t["--persona-md-inline-code-bg"]=($t=t["--persona-components-markdown-inlineCode-background"])!=null?$t:t["--persona-container"],t["--persona-md-inline-code-color"]=(xn=t["--persona-components-markdown-inlineCode-foreground"])!=null?xn:t["--persona-text"],t["--persona-md-link-color"]=(Dn=(Un=t["--persona-components-markdown-link-foreground"])!=null?Un:t["--persona-accent"])!=null?Dn:"#3b82f6";let s=t["--persona-components-markdown-heading-h1-fontSize"];s&&(t["--persona-md-h1-size"]=s);let o=t["--persona-components-markdown-heading-h1-fontWeight"];o&&(t["--persona-md-h1-weight"]=o);let a=t["--persona-components-markdown-heading-h2-fontSize"];a&&(t["--persona-md-h2-size"]=a);let i=t["--persona-components-markdown-heading-h2-fontWeight"];i&&(t["--persona-md-h2-weight"]=i);let d=t["--persona-components-markdown-prose-fontFamily"];d&&d!=="inherit"&&(t["--persona-md-prose-font-family"]=d);let c=e.components,u=c==null?void 0:c.iconButton;u&&(u.background&&(t["--persona-icon-btn-bg"]=u.background),u.border&&(t["--persona-icon-btn-border"]=u.border),u.color&&(t["--persona-icon-btn-color"]=u.color),u.padding&&(t["--persona-icon-btn-padding"]=u.padding),u.borderRadius&&(t["--persona-icon-btn-radius"]=u.borderRadius),u.hoverBackground&&(t["--persona-icon-btn-hover-bg"]=u.hoverBackground),u.hoverColor&&(t["--persona-icon-btn-hover-color"]=u.hoverColor),u.activeBackground&&(t["--persona-icon-btn-active-bg"]=u.activeBackground),u.activeBorder&&(t["--persona-icon-btn-active-border"]=u.activeBorder));let p=c==null?void 0:c.labelButton;p&&(p.background&&(t["--persona-label-btn-bg"]=p.background),p.border&&(t["--persona-label-btn-border"]=p.border),p.color&&(t["--persona-label-btn-color"]=p.color),p.padding&&(t["--persona-label-btn-padding"]=p.padding),p.borderRadius&&(t["--persona-label-btn-radius"]=p.borderRadius),p.hoverBackground&&(t["--persona-label-btn-hover-bg"]=p.hoverBackground),p.fontSize&&(t["--persona-label-btn-font-size"]=p.fontSize),p.gap&&(t["--persona-label-btn-gap"]=p.gap));let f=c==null?void 0:c.toggleGroup;f&&(f.gap&&(t["--persona-toggle-group-gap"]=f.gap),f.borderRadius&&(t["--persona-toggle-group-radius"]=f.borderRadius));let m=c==null?void 0:c.artifact;if(m!=null&&m.toolbar){let K=m.toolbar;K.iconHoverColor&&(t["--persona-artifact-toolbar-icon-hover-color"]=K.iconHoverColor),K.iconHoverBackground&&(t["--persona-artifact-toolbar-icon-hover-bg"]=K.iconHoverBackground),K.iconPadding&&(t["--persona-artifact-toolbar-icon-padding"]=K.iconPadding),K.iconBorderRadius&&(t["--persona-artifact-toolbar-icon-radius"]=K.iconBorderRadius),K.iconBorder&&(t["--persona-artifact-toolbar-icon-border"]=K.iconBorder),K.toggleGroupGap&&(t["--persona-artifact-toolbar-toggle-group-gap"]=K.toggleGroupGap),K.toggleBorderRadius&&(t["--persona-artifact-toolbar-toggle-radius"]=K.toggleBorderRadius),K.copyBackground&&(t["--persona-artifact-toolbar-copy-bg"]=K.copyBackground),K.copyBorder&&(t["--persona-artifact-toolbar-copy-border"]=K.copyBorder),K.copyColor&&(t["--persona-artifact-toolbar-copy-color"]=K.copyColor),K.copyBorderRadius&&(t["--persona-artifact-toolbar-copy-radius"]=K.copyBorderRadius),K.copyPadding&&(t["--persona-artifact-toolbar-copy-padding"]=K.copyPadding),K.copyMenuBackground&&(t["--persona-artifact-toolbar-copy-menu-bg"]=K.copyMenuBackground,t["--persona-dropdown-bg"]=(ar=t["--persona-dropdown-bg"])!=null?ar:K.copyMenuBackground),K.copyMenuBorder&&(t["--persona-artifact-toolbar-copy-menu-border"]=K.copyMenuBorder,t["--persona-dropdown-border"]=(Nn=t["--persona-dropdown-border"])!=null?Nn:K.copyMenuBorder),K.copyMenuShadow&&(t["--persona-artifact-toolbar-copy-menu-shadow"]=K.copyMenuShadow,t["--persona-dropdown-shadow"]=(Tn=t["--persona-dropdown-shadow"])!=null?Tn:K.copyMenuShadow),K.copyMenuBorderRadius&&(t["--persona-artifact-toolbar-copy-menu-radius"]=K.copyMenuBorderRadius,t["--persona-dropdown-radius"]=(Xe=t["--persona-dropdown-radius"])!=null?Xe:K.copyMenuBorderRadius),K.copyMenuItemHoverBackground&&(t["--persona-artifact-toolbar-copy-menu-item-hover-bg"]=K.copyMenuItemHoverBackground,t["--persona-dropdown-item-hover-bg"]=(tn=t["--persona-dropdown-item-hover-bg"])!=null?tn:K.copyMenuItemHoverBackground),K.iconBackground&&(t["--persona-artifact-toolbar-icon-bg"]=K.iconBackground),K.toolbarBorder&&(t["--persona-artifact-toolbar-border"]=K.toolbarBorder)}if(m!=null&&m.tab){let K=m.tab;K.background&&(t["--persona-artifact-tab-bg"]=K.background),K.activeBackground&&(t["--persona-artifact-tab-active-bg"]=K.activeBackground),K.activeBorder&&(t["--persona-artifact-tab-active-border"]=K.activeBorder),K.borderRadius&&(t["--persona-artifact-tab-radius"]=K.borderRadius),K.textColor&&(t["--persona-artifact-tab-color"]=K.textColor),K.hoverBackground&&(t["--persona-artifact-tab-hover-bg"]=K.hoverBackground),K.listBackground&&(t["--persona-artifact-tab-list-bg"]=K.listBackground),K.listBorderColor&&(t["--persona-artifact-tab-list-border-color"]=K.listBorderColor),K.listPadding&&(t["--persona-artifact-tab-list-padding"]=K.listPadding)}if(m!=null&&m.pane){let K=m.pane;if(K.toolbarBackground){let Mn=(un=Qr(e,K.toolbarBackground))!=null?un:K.toolbarBackground;t["--persona-artifact-toolbar-bg"]=Mn}}return t}var ad={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 hl=e=>typeof e=="object"&&e!==null&&!Array.isArray(e);function to(e,r){if(!e)return r;if(!r)return e;let t={...e};for(let[n,s]of Object.entries(r)){let o=t[n];hl(o)&&hl(s)?t[n]=to(o,s):t[n]=s}return t}var id={colors:{primary:{50:"#eff6ff",100:"#dbeafe",200:"#bfdbfe",300:"#93c5fd",400:"#60a5fa",500:"#3b82f6",600:"#2563eb",700:"#1d4ed8",800:"#1e40af",900:"#1e3a8a",950:"#172554"},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"}}},yl=e=>{if(!(!e||typeof e!="object"||Array.isArray(e)))return e},Oo=()=>{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"},ld=e=>{var t;let r=(t=e==null?void 0:e.colorScheme)!=null?t:"light";return r==="light"?"light":r==="dark"?"dark":Oo()},bl=e=>ld(e),cd=e=>eo(e),dd=e=>{var t;let r=eo(void 0,{validate:!1});return eo({...e,palette:{...r.palette,colors:{...id.colors,...(t=e==null?void 0:e.palette)==null?void 0:t.colors}}},{validate:!1})},$o=e=>{let r=bl(e),t=yl(e==null?void 0:e.theme),n=yl(e==null?void 0:e.darkTheme);return r==="dark"?dd(to(t!=null?t:{},n!=null?n:{})):cd(t)},pd=e=>us(e),or=(e,r)=>{var o;let t=$o(r),n=pd(t);for(let[a,i]of Object.entries(n))e.style.setProperty(a,i);let s=(o=r==null?void 0:r.toolCall)==null?void 0:o.shadow;s!==void 0&&e.style.setProperty("--persona-tool-bubble-shadow",s.trim()===""?"none":s)},gs=e=>{let r=[];if(typeof document!="undefined"&&typeof MutationObserver!="undefined"){let t=new MutationObserver(()=>{e(Oo())});t.observe(document.documentElement,{attributes:!0,attributeFilter:["class"]}),r.push(()=>t.disconnect())}if(typeof window!="undefined"&&window.matchMedia){let t=window.matchMedia("(prefers-color-scheme: dark)"),n=()=>e(Oo());t.addEventListener?(t.addEventListener("change",n),r.push(()=>t.removeEventListener("change",n))):t.addListener&&(t.addListener(n),r.push(()=>t.removeListener(n)))}return()=>{r.forEach(t=>t())}};import{Idiomorph as ud}from"idiomorph";var xl=(e,r,t={})=>{let{preserveTypingAnimation:n=!0}=t;ud.morph(e,r.innerHTML,{morphStyle:"innerHTML",callbacks:{beforeNodeMorphed(s,o){if(s instanceof HTMLElement&&n&&(s.classList.contains("persona-animate-typing")||s.hasAttribute("data-preserve-animation")))return!1}}})};function vl(e,r){var t,n,s,o,a,i,d,c,u,p,f,m,x,b,A,v,T,j;return[e.id,e.role,(n=(t=e.content)==null?void 0:t.length)!=null?n:0,(o=(s=e.content)==null?void 0:s.slice(-32))!=null?o:"",e.streaming?"1":"0",(a=e.variant)!=null?a:"",(d=(i=e.rawContent)==null?void 0:i.length)!=null?d:0,(u=(c=e.llmContent)==null?void 0:c.length)!=null?u:0,(f=(p=e.approval)==null?void 0:p.status)!=null?f:"",(x=(m=e.toolCall)==null?void 0:m.status)!=null?x:"",(v=(A=(b=e.reasoning)==null?void 0:b.chunks)==null?void 0:A.length)!=null?v:0,(j=(T=e.contentParts)==null?void 0:T.length)!=null?j:0,r].join("\0")}function Cl(){return new Map}function wl(e,r,t){let n=e.get(r);return n&&n.fingerprint===t?n.wrapper:null}function Sl(e,r,t,n){e.set(r,{fingerprint:t,wrapper:n})}function Al(e,r){for(let t of e.keys())r.has(t)||e.delete(t)}var Vt={idle:"Online",connecting:"Connecting\u2026",connected:"Streaming\u2026",error:"Offline"};var Fo={side:"right",width:"420px",animate:!0,reveal:"resize"},zt=e=>{var r,t;return((t=(r=e==null?void 0:e.launcher)==null?void 0:r.mountMode)!=null?t:"floating")==="docked"},hn=e=>{var t,n,s,o,a;let r=(t=e==null?void 0:e.launcher)==null?void 0:t.dock;return{side:(n=r==null?void 0:r.side)!=null?n:Fo.side,width:(s=r==null?void 0:r.width)!=null?s:Fo.width,animate:(o=r==null?void 0:r.animate)!=null?o:Fo.animate,reveal:(a=r==null?void 0:r.reveal)!=null?a:Fo.reveal}};var yn={"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 no=(e,r)=>{let t=h("button");t.type="button",t.innerHTML=`
|
|
6
|
+
`);a=(Tt=Te.pop())!=null?Tt:"";for(let Fe of Te){let xt=Fe.split(`
|
|
7
|
+
`),$t="message",vt="";for(let M of xt)M.startsWith("event:")?$t=M.replace("event:","").trim():M.startsWith("data:")&&(vt+=M.replace("data:","").trim());if(!vt)continue;let C;try{C=JSON.parse(vt)}catch(M){t({type:"error",error:M instanceof Error?M:new Error("Failed to parse chat stream payload")});continue}let _e=$t!=="message"?$t:(se=C.type)!=null?se:"message";if((re=this.onSSEEvent)==null||re.call(this,_e,C),this.parseSSEEvent){m.current=f;let M=await this.handleCustomSSEEvent(C,t,m,p,c);if(m.current&&!f&&(f=m.current),M)continue}if(_e==="reason_start"){let M=(Ue=R(C,!0))!=null?Ue:`reason-${c()}`,E=U(M);E.reasoning=(z=E.reasoning)!=null?z:{id:M,status:"streaming",chunks:[]},E.reasoning.startedAt=(de=E.reasoning.startedAt)!=null?de:Q((te=C.startedAt)!=null?te:C.timestamp),E.reasoning.completedAt=void 0,E.reasoning.durationMs=void 0,E.streaming=!0,E.reasoning.status="streaming",p(E)}else if(_e==="reason_delta"||_e==="reason_chunk"){let M=(G=(Qe=R(C,!1))!=null?Qe:R(C,!0))!=null?G:`reason-${c()}`,E=U(M);E.reasoning=(Y=E.reasoning)!=null?Y:{id:M,status:"streaming",chunks:[]},E.reasoning.startedAt=(Ne=E.reasoning.startedAt)!=null?Ne:Q((tt=C.startedAt)!=null?tt:C.timestamp);let H=(qt=(Mt=(je=C.reasoningText)!=null?je:C.text)!=null?Mt:C.delta)!=null?qt:"";if(H&&C.hidden!==!0&&E.reasoning.chunks.push(String(H)),E.reasoning.status=C.done?"complete":"streaming",C.done){E.reasoning.completedAt=Q((ue=C.completedAt)!=null?ue:C.timestamp);let ie=(Ye=E.reasoning.startedAt)!=null?Ye:Date.now();E.reasoning.durationMs=Math.max(0,((ke=E.reasoning.completedAt)!=null?ke:Date.now())-ie)}E.streaming=E.reasoning.status!=="complete",p(E)}else if(_e==="reason_complete"){let M=(Ve=(ot=R(C,!1))!=null?ot:R(C,!0))!=null?Ve:`reason-${c()}`,E=x.get(M);if(E!=null&&E.reasoning){E.reasoning.status="complete",E.reasoning.completedAt=Q((nt=C.completedAt)!=null?nt:C.timestamp);let ie=(Rt=E.reasoning.startedAt)!=null?Rt:Date.now();E.reasoning.durationMs=Math.max(0,((Ht=E.reasoning.completedAt)!=null?Ht:Date.now())-ie),E.streaming=!1,p(E)}let H=F(C);H&&S.byStep.delete(H)}else if(_e==="tool_start"){let M=(kt=ye(C,!0))!=null?kt:`tool-${c()}`,E=(N=C.toolName)!=null?N:C.name;if(we(E)){le.add(M);continue}let H=ce(M),ie=(X=H.toolCall)!=null?X:{id:M,status:"pending"};ie.name=E!=null?E:ie.name,ie.status="running",C.args!==void 0?ie.args=C.args:C.parameters!==void 0&&(ie.args=C.parameters),ie.startedAt=(be=ie.startedAt)!=null?be:Q((_=C.startedAt)!=null?_:C.timestamp),ie.completedAt=void 0,ie.durationMs=void 0,H.toolCall=ie,H.streaming=!0;let Me=C.agentContext;(Me||C.executionId)&&(H.agentMetadata={executionId:(xe=Me==null?void 0:Me.executionId)!=null?xe:C.executionId,iteration:(Ae=Me==null?void 0:Me.iteration)!=null?Ae:C.iteration}),p(H)}else if(_e==="tool_chunk"||_e==="tool_delta"){let M=(st=(Ee=ye(C,!1))!=null?Ee:ye(C,!0))!=null?st:`tool-${c()}`;if(le.has(M))continue;let E=ce(M),H=(Be=E.toolCall)!=null?Be:{id:M,status:"running"};H.startedAt=(ze=H.startedAt)!=null?ze:Q((We=C.startedAt)!=null?We:C.timestamp);let ie=(xn=(Ft=(pe=C.text)!=null?pe:C.delta)!=null?Ft:C.message)!=null?xn:"";ie&&(H.chunks=(Un=H.chunks)!=null?Un:[],H.chunks.push(String(ie))),H.status="running",E.toolCall=H,E.streaming=!0;let Me=C.agentContext;(Me||C.executionId)&&(E.agentMetadata=(Nn=E.agentMetadata)!=null?Nn:{executionId:(Dn=Me==null?void 0:Me.executionId)!=null?Dn:C.executionId,iteration:(ar=Me==null?void 0:Me.iteration)!=null?ar:C.iteration}),p(E)}else if(_e==="tool_complete"){let M=(Xe=(Tn=ye(C,!1))!=null?Tn:ye(C,!0))!=null?Xe:`tool-${c()}`;if(le.has(M)){le.delete(M);continue}let E=ce(M),H=(tn=E.toolCall)!=null?tn:{id:M,status:"running"};H.status="complete",C.result!==void 0&&(H.result=C.result),typeof C.duration=="number"&&(H.duration=C.duration),H.completedAt=Q((un=C.completedAt)!=null?un:C.timestamp);let ie=(K=C.duration)!=null?K:C.executionTime;if(typeof ie=="number")H.durationMs=ie;else{let Lt=(Mn=H.startedAt)!=null?Mn:Date.now();H.durationMs=Math.max(0,((on=H.completedAt)!=null?on:Date.now())-Lt)}E.toolCall=H,E.streaming=!1;let Me=C.agentContext;(Me||C.executionId)&&(E.agentMetadata=(kn=E.agentMetadata)!=null?kn:{executionId:(pt=Me==null?void 0:Me.executionId)!=null?pt:C.executionId,iteration:(sn=Me==null?void 0:Me.iteration)!=null?sn:C.iteration}),p(E);let at=w(C);at&&v.byCall.delete(at)}else if(_e==="step_chunk"||_e==="step_delta"){let M=C.stepType,E=C.executionType;if(M==="tool"||E==="context")continue;let H=P(),ie=(Vn=(Lr=(ir=(kr=C.text)!=null?kr:C.delta)!=null?ir:C.content)!=null?Lr:C.chunk)!=null?Vn:"";if(ie){let at=((vn=ne.get(H.id))!=null?vn:"")+ie;H.rawContent=at,V.has(H.id)||V.set(H.id,this.createStreamParser());let Lt=V.get(H.id),Ct=at.trim().startsWith("{")||at.trim().startsWith("[");if(Ct&&ne.set(H.id,at),Lt.__isPlainTextParser===!0){H.content+=ie,ne.delete(H.id),V.delete(H.id),H.rawContent=void 0,p(H);continue}let Pt=Lt.processChunk(at);if(Pt instanceof Promise)Pt.then(it=>{var At;let ct=typeof it=="string"?it:(At=it==null?void 0:it.text)!=null?At:null;if(ct!==null&&ct.trim()!==""){let dt=f;dt&&dt.id===H.id&&(dt.content=ct,p(dt))}else if(!Ct&&!at.trim().startsWith("<")){let dt=f;dt&&dt.id===H.id&&(dt.content+=ie,ne.delete(dt.id),V.delete(dt.id),dt.rawContent=void 0,p(dt))}}).catch(()=>{H.content+=ie,ne.delete(H.id),V.delete(H.id),H.rawContent=void 0,p(H)});else{let it=typeof Pt=="string"?Pt:(Jn=Pt==null?void 0:Pt.text)!=null?Jn:null;it!==null&&it.trim()!==""?(H.content=it,p(H)):!Ct&&!at.trim().startsWith("<")&&(H.content+=ie,ne.delete(H.id),V.delete(H.id),H.rawContent=void 0,p(H))}}if(C.isComplete){let Me=(Cn=(bt=C.result)==null?void 0:bt.response)!=null?Cn:H.content;if(Me){let at=ne.get(H.id),Lt=at!=null?at:J(Me);H.rawContent=Lt;let Ct=V.get(H.id),Bt=null,Pt=!1;if(Ct&&(Bt=Ct.getExtractedText(),Bt===null&&(Bt=Io(Lt)),Bt===null)){let it=Ct.processChunk(Lt);it instanceof Promise?(Pt=!0,it.then(ct=>{var dt;let At=typeof ct=="string"?ct:(dt=ct==null?void 0:ct.text)!=null?dt:null;if(At!==null){let Dt=f;Dt&&Dt.id===H.id&&(Dt.content=At,Dt.streaming=!1,V.delete(Dt.id),ne.delete(Dt.id),p(Dt))}})):Bt=typeof it=="string"?it:(Pr=it==null?void 0:it.text)!=null?Pr:null}if(!Pt){Bt!==null&&Bt.trim()!==""?H.content=Bt:ne.has(H.id)||(H.content=J(Me));let it=V.get(H.id);if(it){let ct=(On=it.close)==null?void 0:On.call(it);ct instanceof Promise&&ct.catch(()=>{}),V.delete(H.id)}ne.delete(H.id),H.streaming=!1,p(H)}}}}else if(_e==="step_complete"){let M=C.stepType,E=C.executionType;if(M==="tool"||E==="context")continue;let H=(wn=C.result)==null?void 0:wn.response,ie=P();if(H!=null){let Me=V.get(ie.id),at=!1,Lt=!1;if(Me){let Ct=Me.getExtractedText(),Bt=ne.get(ie.id),Pt=Bt!=null?Bt:J(H);if(ie.rawContent=Pt,Ct!==null&&Ct.trim()!=="")ie.content=Ct,at=!0;else{let it=Io(Pt);if(it!==null)ie.content=it,at=!0;else{let ct=Me.processChunk(Pt);if(ct instanceof Promise)Lt=!0,ct.then(At=>{var Dt;let dt=typeof At=="string"?At:(Dt=At==null?void 0:At.text)!=null?Dt:null;if(dt!==null&&dt.trim()!==""){let Xt=f;Xt&&Xt.id===ie.id&&(Xt.content=dt,Xt.streaming=!1,V.delete(Xt.id),ne.delete(Xt.id),p(Xt))}else{let Xt=Me.getExtractedText(),ln=f;ln&&ln.id===ie.id&&(Xt!==null&&Xt.trim()!==""?ln.content=Xt:ne.has(ln.id)||(ln.content=J(H)),ln.streaming=!1,V.delete(ln.id),ne.delete(ln.id),p(ln))}});else{let At=typeof ct=="string"?ct:(D=ct==null?void 0:ct.text)!=null?D:null;if(At!==null&&At.trim()!=="")ie.content=At,at=!0;else{let dt=Me.getExtractedText();dt!==null&&dt.trim()!==""&&(ie.content=dt,at=!0)}}}}}if(!Lt){if(!ie.rawContent){let Ct=ne.get(ie.id);ie.rawContent=Ct!=null?Ct:J(H)}if(!at&&!ne.has(ie.id)&&(ie.content=J(H)),Me){let Ct=(Fn=Me.close)==null?void 0:Fn.call(Me);Ct instanceof Promise&&Ct.catch(()=>{})}V.delete(ie.id),ne.delete(ie.id),ie.streaming=!1,p(ie)}}else V.delete(ie.id),ne.delete(ie.id),ie.streaming=!1,p(ie)}else if(_e==="flow_complete"){let M=($n=C.result)==null?void 0:$n.response;if(M!=null){let E=P(),H=ne.get(E.id),ie=H!=null?H:J(M);E.rawContent=ie;let Me=J(M),at=V.get(E.id);if(at){let Bt=Io(ie);if(Bt!==null)Me=Bt;else{let Pt=at.processChunk(ie);Pt instanceof Promise&&Pt.then(ct=>{var dt;let At=typeof ct=="string"?ct:(dt=ct==null?void 0:ct.text)!=null?dt:null;if(At!==null){let Dt=f;Dt&&Dt.id===E.id&&(Dt.content=At,Dt.streaming=!1,p(Dt))}});let it=at.getExtractedText();it!==null&&(Me=it)}}V.delete(E.id),ne.delete(E.id);let Lt=Me!==E.content,Ct=E.streaming!==!1;Lt&&(E.content=Me),E.streaming=!1,(Lt||Ct)&&p(E)}else if(f!==null){let E=f;V.delete(E.id),ne.delete(E.id),E.streaming!==!1&&(E.streaming=!1,p(E))}t({type:"status",status:"idle"})}else if(_e==="agent_start")fe={executionId:C.executionId,agentId:(Ir=C.agentId)!=null?Ir:"virtual",agentName:(Ln=C.agentName)!=null?Ln:"",status:"running",currentIteration:0,maxTurns:(Kn=C.maxTurns)!=null?Kn:1,startedAt:Q(C.startedAt)};else if(_e==="agent_iteration_start"){if(fe&&(fe.currentIteration=C.iteration),ut==="separate"&&C.iteration>1){let M=f;M&&(M.streaming=!1,p(M),wt.set(C.iteration-1,M),f=null)}}else if(_e!=="agent_turn_start"){if(_e==="agent_turn_delta"){if(C.contentType==="text"){let M=P();M.content+=(Wr=C.delta)!=null?Wr:"",M.agentMetadata={executionId:C.executionId,iteration:C.iteration,turnId:C.turnId,agentName:fe==null?void 0:fe.agentName},p(M)}else if(C.contentType==="thinking"){let M=(Pn=C.turnId)!=null?Pn:`agent-think-${C.iteration}`,E=U(M);E.reasoning=(In=E.reasoning)!=null?In:{id:M,status:"streaming",chunks:[]},E.reasoning.chunks.push((lr=C.delta)!=null?lr:""),E.agentMetadata={executionId:C.executionId,iteration:C.iteration,turnId:C.turnId},p(E)}else if(C.contentType==="tool_input"){let M=(cr=C.toolCallId)!=null?cr:v.lastId;if(M){let E=b.get(M);E!=null&&E.toolCall&&(E.toolCall.chunks=(lo=E.toolCall.chunks)!=null?lo:[],E.toolCall.chunks.push((co=C.delta)!=null?co:""),p(E))}}}else if(_e==="agent_turn_complete"){let M=C.turnId;if(M){let E=x.get(M);if(E!=null&&E.reasoning){E.reasoning.status="complete",E.reasoning.completedAt=Q(C.completedAt);let H=(po=E.reasoning.startedAt)!=null?po:Date.now();E.reasoning.durationMs=Math.max(0,((Rr=E.reasoning.completedAt)!=null?Rr:Date.now())-H),E.streaming=!1,p(E)}}}else if(_e==="agent_tool_start"){let M=(dr=C.toolCallId)!=null?dr:`agent-tool-${c()}`;ve(w(C),M);let E=ce(M),H=(qe=E.toolCall)!=null?qe:{id:M,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};H.name=(an=(Hr=C.toolName)!=null?Hr:C.name)!=null?an:H.name,H.status="running",C.parameters!==void 0&&(H.args=C.parameters),H.startedAt=Q((Gt=C.startedAt)!=null?Gt:C.timestamp),E.toolCall=H,E.streaming=!0,E.agentMetadata={executionId:C.executionId,iteration:C.iteration},p(E)}else if(_e==="agent_tool_delta"){let M=(uo=C.toolCallId)!=null?uo:v.lastId;if(M){let E=(go=b.get(M))!=null?go:ce(M);E.toolCall&&(E.toolCall.chunks=(Br=E.toolCall.chunks)!=null?Br:[],E.toolCall.chunks.push((Yn=C.delta)!=null?Yn:""),E.toolCall.status="running",E.streaming=!0,p(E))}}else if(_e==="agent_tool_complete"){let M=(Wn=C.toolCallId)!=null?Wn:v.lastId;if(M){let E=(mo=b.get(M))!=null?mo:ce(M);if(E.toolCall){E.toolCall.status="complete",C.result!==void 0&&(E.toolCall.result=C.result),typeof C.executionTime=="number"&&(E.toolCall.durationMs=C.executionTime),E.toolCall.completedAt=Q((fo=C.completedAt)!=null?fo:C.timestamp),E.streaming=!1,p(E);let H=w(C);H&&v.byCall.delete(H)}}}else if(_e!=="agent_iteration_complete"){if(_e==="agent_reflection"||_e==="agent_reflect"){let M=`agent-reflection-${C.executionId}-${C.iteration}`,E={id:M,role:"assistant",content:(ho=C.reflection)!=null?ho:"",createdAt:new Date().toISOString(),streaming:!1,variant:"reasoning",sequence:c(),reasoning:{id:M,status:"complete",chunks:[(ts=C.reflection)!=null?ts:""]},agentMetadata:{executionId:C.executionId,iteration:C.iteration}};p(E)}else if(_e==="agent_complete"){fe&&(fe.status=C.success?"complete":"error",fe.completedAt=Q(C.completedAt),fe.stopReason=C.stopReason);let M=f;M&&(M.streaming=!1,p(M)),t({type:"status",status:"idle"})}else if(_e==="agent_error"){let M=typeof C.error=="string"?C.error:(Xn=(Gn=C.error)==null?void 0:Gn.message)!=null?Xn:"Agent execution error";C.recoverable?typeof console!="undefined"&&console.warn("[AgentWidget] Recoverable agent error:",M):t({type:"error",error:new Error(M)})}else if(_e!=="agent_ping")if(_e==="agent_approval_start"){let M=(mt=C.approvalId)!=null?mt:`approval-${c()}`,E={id:`approval-${M}`,role:"assistant",content:"",createdAt:new Date().toISOString(),streaming:!1,variant:"approval",sequence:c(),approval:{id:M,status:"pending",agentId:(pr=fe==null?void 0:fe.agentId)!=null?pr:"virtual",executionId:(Dr=(ur=C.executionId)!=null?ur:fe==null?void 0:fe.executionId)!=null?Dr:"",toolName:(Nr=C.toolName)!=null?Nr:"",toolType:C.toolType,description:(Fr=C.description)!=null?Fr:`Execute ${(Or=C.toolName)!=null?Or:"tool"}`,parameters:C.parameters}};p(E)}else if(_e==="step_await"&&C.awaitReason==="approval_required"){let M=(Jt=C.approvalId)!=null?Jt:`approval-${c()}`,E={id:`approval-${M}`,role:"assistant",content:"",createdAt:new Date().toISOString(),streaming:!1,variant:"approval",sequence:c(),approval:{id:M,status:"pending",agentId:(nn=fe==null?void 0:fe.agentId)!=null?nn:"virtual",executionId:(De=(Rn=C.executionId)!=null?Rn:fe==null?void 0:fe.executionId)!=null?De:"",toolName:($r=C.toolName)!=null?$r:"",toolType:C.toolType,description:(gn=C.description)!=null?gn:`Execute ${(Zn=C.toolName)!=null?Zn:"tool"}`,parameters:C.parameters}};p(E)}else if(_e==="agent_approval_complete"){let M=C.approvalId;if(M){let H={id:`approval-${M}`,role:"assistant",content:"",createdAt:new Date().toISOString(),streaming:!1,variant:"approval",sequence:c(),approval:{id:M,status:(yo=C.decision)!=null?yo:"approved",agentId:(gr=fe==null?void 0:fe.agentId)!=null?gr:"virtual",executionId:(Qn=(mr=C.executionId)!=null?mr:fe==null?void 0:fe.executionId)!=null?Qn:"",toolName:(_n=C.toolName)!=null?_n:"",description:(bo=C.description)!=null?bo:"",resolvedAt:Date.now()}};p(H)}}else if(_e==="artifact_start"||_e==="artifact_delta"||_e==="artifact_update"||_e==="artifact_complete"){if(_e==="artifact_start"){let M=C.artifactType,E=String(C.id),H=typeof C.title=="string"?C.title:void 0;if(t({type:"artifact_start",id:E,artifactType:M,title:H,component:typeof C.component=="string"?C.component:void 0}),Ce.set(E,{markdown:"",title:H}),!ee.has(E)){ee.add(E);let ie={id:`artifact-ref-${E}`,role:"assistant",content:"",createdAt:new Date().toISOString(),streaming:!0,sequence:c(),rawContent:JSON.stringify({component:"PersonaArtifactCard",props:{artifactId:E,title:H,artifactType:M,status:"streaming"}})};q.set(E,ie),p(ie)}}else if(_e==="artifact_delta"){let M=String(C.id),E=typeof C.delta=="string"?C.delta:String((xo=C.delta)!=null?xo:"");t({type:"artifact_delta",id:M,artDelta:E});let H=Ce.get(M);H&&(H.markdown+=E)}else if(_e==="artifact_update"){let M=C.props&&typeof C.props=="object"&&!Array.isArray(C.props)?C.props:{};t({type:"artifact_update",id:String(C.id),props:M,component:typeof C.component=="string"?C.component:void 0})}else if(_e==="artifact_complete"){let M=String(C.id);t({type:"artifact_complete",id:M});let E=q.get(M);if(E){E.streaming=!1;try{let H=JSON.parse((mn=E.rawContent)!=null?mn:"{}");if(H.props){H.props.status="complete";let ie=Ce.get(M);ie!=null&&ie.markdown&&(H.props.markdown=ie.markdown)}E.rawContent=JSON.stringify(H)}catch{}Ce.delete(M),p(E),q.delete(M)}}}else if(_e==="transcript_insert"){let M=C.message;if(!M||typeof M!="object")continue;let E=String((er=M.id)!=null?er:`msg-${c()}`),H=M.role,Me={id:E,role:H==="user"?"user":H==="system"?"system":"assistant",content:typeof M.content=="string"?M.content:"",rawContent:typeof M.rawContent=="string"?M.rawContent:void 0,createdAt:typeof M.createdAt=="string"?M.createdAt:new Date().toISOString(),streaming:M.streaming===!0,...typeof M.variant=="string"?{variant:M.variant}:{},sequence:c()};if(p(Me),Me.rawContent)try{let at=JSON.parse(Me.rawContent),Lt=(vo=at==null?void 0:at.props)==null?void 0:vo.artifactId;typeof Lt=="string"&&ee.add(Lt)}catch{}f=null,m.current=null,V.delete(E),ne.delete(E)}else _e==="error"&&C.error&&t({type:"error",error:C.error instanceof Error?C.error:new Error(String(C.error))})}}}}}};function Uc(){let e=Date.now().toString(36),r=Math.random().toString(36).substring(2,10);return`msg_${e}_${r}`}function Gr(){let e=Date.now().toString(36),r=Math.random().toString(36).substring(2,10);return`usr_${e}_${r}`}function yr(){let e=Date.now().toString(36),r=Math.random().toString(36).substring(2,10);return`ast_${e}_${r}`}var Wo="[Image]";function Vc(e){return typeof e=="string"?[{type:"text",text:e}]:e}function Jc(e){return typeof e=="string"?e:e.filter(r=>r.type==="text").map(r=>r.text).join("")}function Kc(e){return typeof e=="string"?!1:e.some(r=>r.type==="image")}function Yc(e){return typeof e=="string"?[]:e.filter(r=>r.type==="image")}function ds(e){return{type:"text",text:e}}function Gc(e,r){return{type:"image",image:e,...(r==null?void 0:r.mimeType)&&{mimeType:r.mimeType},...(r==null?void 0:r.alt)&&{alt:r.alt}}}async function Xc(e){return new Promise((r,t)=>{let n=new FileReader;n.onload=()=>{let s=n.result;r({type:"image",image:s,mimeType:e.type,alt:e.name})},n.onerror=()=>t(new Error("Failed to read file")),n.readAsDataURL(e)})}function Zc(e,r=["image/png","image/jpeg","image/gif","image/webp"],t=10*1024*1024){return r.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: ${r.join(", ")}`}}var pl=["image/png","image/jpeg","image/gif","image/webp","image/svg+xml","image/bmp"],Qc=["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"],Hn=[...pl,...Qc];function ed(e){return pl.includes(e)||e.startsWith("image/")}function Ro(e){return ed(e.type)}async function ul(e){return new Promise((r,t)=>{let n=new FileReader;n.onload=()=>{let s=n.result;Ro(e)?r({type:"image",image:s,mimeType:e.type,alt:e.name}):r({type:"file",data:s,mimeType:e.type,filename:e.name})},n.onerror=()=>t(new Error("Failed to read file")),n.readAsDataURL(e)})}function gl(e,r=Hn,t=10*1024*1024){return r.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: ${r.join(", ")}`}}function td(e){let r=e.split(".");return r.length>1?r.pop().toLowerCase():""}function ml(e,r){let t=td(r).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 Ho=class{constructor(r=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=r}ensureContext(){if(!this.ctx){let t=typeof window!="undefined"?window:void 0;if(!t)throw new Error("AudioPlaybackManager requires a browser environment");let n=t.AudioContext||t.webkitAudioContext;this.ctx=new n({sampleRate:this.sampleRate})}let r=this.ctx;return r.state==="suspended"&&r.resume(),r}enqueue(r){if(r.length===0)return;let t=r;if(this.remainder){let d=new Uint8Array(this.remainder.length+r.length);d.set(this.remainder),d.set(r,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 n=this.ensureContext(),s=this.pcmToFloat32(t),o=n.createBuffer(1,s.length,this.sampleRate);o.getChannelData(0).set(s);let a=n.createBufferSource();a.buffer=o,a.connect(n.destination);let i=n.currentTime;this.nextStartTime<i&&(this.nextStartTime=i),a.start(this.nextStartTime),this.nextStartTime+=o.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 r of this.activeSources)try{r.stop(),r.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(r){this.finishedCallbacks.push(r)}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 r=this.finishedCallbacks.slice();this.finishedCallbacks=[];for(let t of r)t()}}pcmToFloat32(r){let t=Math.floor(r.length/2),n=new Float32Array(t),s=new DataView(r.buffer,r.byteOffset,r.byteLength);for(let o=0;o<t;o++){let a=s.getInt16(o*2,!0);n[o]=a/32768}return n}};var Bo=class{constructor(){this.sourceNode=null;this.analyserNode=null;this.interval=null;this.conditionStart=null;this.fired=!1}start(r,t,n,s,o){this.stop(),this.fired=!1,this.conditionStart=null,this.sourceNode=r.createMediaStreamSource(t),this.analyserNode=r.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);(n==="silence"?d<s.threshold:d>=s.threshold)?this.conditionStart===null?this.conditionStart=Date.now():Date.now()-this.conditionStart>=s.duration&&(this.fired=!0,o()):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 Xr=class{constructor(r){this.config=r;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 Bo;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(r=>r.stop()),this.mediaStream=null),this.audioContext&&(await this.audioContext.close(),this.audioContext=null)}async connect(){var r,t,n;if(!(this.ws&&this.ws.readyState===WebSocket.OPEN))try{if(!this.w)throw new Error("Window object not available");let s=this.w;if(!s||!s.location)throw new Error("Window object or location not available");let o=s.location.protocol==="https:"?"wss:":"ws:",a=(r=this.config)==null?void 0:r.host,i=(t=this.config)==null?void 0:t.agentId,d=(n=this.config)==null?void 0:n.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 c=`${o}//${a}/ws/agents/${i}/voice?token=${d}`;this.ws=new WebSocket(c),this.setupWebSocketHandlers();let u=`${o}//${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 x=!1,b=v=>{x||(x=!0,clearTimeout(S),m(new Error(v)))},S=setTimeout(()=>b("WebSocket connection timed out."+p),1e4);this.ws.addEventListener("open",()=>{x||(x=!0,clearTimeout(S),f())},{once:!0}),this.ws.addEventListener("error",()=>{b("WebSocket connection failed to "+u+"."+p)},{once:!0}),this.ws.addEventListener("close",v=>{if(!v.wasClean&&!x){let T=v.code!==1006?` (code ${v.code})`:"";b("WebSocket connection failed"+T+"."+p)}},{once:!0})}),this.sendHeartbeat()}catch(s){throw this.ws=null,this.errorCallbacks.forEach(o=>o(s)),this.statusCallbacks.forEach(o=>o("error")),s}}setupWebSocketHandlers(){this.ws&&(this.ws.onopen=()=>{this.statusCallbacks.forEach(r=>r("connected"))},this.ws.onclose=()=>{this.statusCallbacks.forEach(r=>r("disconnected"))},this.ws.onerror=r=>{this.errorCallbacks.forEach(t=>t(new Error("WebSocket error"))),this.statusCallbacks.forEach(t=>t("error"))},this.ws.binaryType="arraybuffer",this.ws.onmessage=r=>{if(r.data instanceof ArrayBuffer){this.handleAudioChunk(new Uint8Array(r.data));return}try{let t=JSON.parse(r.data);this.handleWebSocketMessage(t)}catch{this.errorCallbacks.forEach(n=>n(new Error("Message parsing failed")))}})}handleWebSocketMessage(r){var t,n;switch(r.type){case"session_config":r.interruptionMode&&(this.interruptionMode=r.interruptionMode);break;case"voice_response":this.isProcessing=!1,this.resultCallbacks.forEach(s=>s({text:r.response.agentResponseText||r.response.transcript,transcript:r.response.transcript,audio:r.response.audio,confidence:.95,provider:"runtype"})),(t=r.response.audio)!=null&&t.base64?(this.isSpeaking=!0,this.statusCallbacks.forEach(s=>s("speaking")),this.playAudio(r.response.audio).catch(s=>this.errorCallbacks.forEach(o=>o(s instanceof Error?s:new Error(String(s)))))):(n=r.response.audio)!=null&&n.base64;break;case"audio_end":if(r.requestId&&r.requestId!==this.currentRequestId)break;this.playbackManager?this.playbackManager.markStreamEnd():(this.isSpeaking=!1,this.isProcessing=!1,this.statusCallbacks.forEach(s=>s("idle")));break;case"cancelled":this.isProcessing=!1;break;case"error":this.errorCallbacks.forEach(s=>s(new Error(r.error))),this.statusCallbacks.forEach(s=>s("error")),this.isProcessing=!1;break;case"pong":break}}handleAudioChunk(r){r.length!==0&&this.currentRequestId&&(this.playbackManager||(this.playbackManager=new Ho(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(r))}stopPlayback(){!this.isProcessing&&!this.isSpeaking||(this.cancelCurrentPlayback(),this.statusCallbacks.forEach(r=>r("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 r,t,n,s;try{if(this.isProcessing||this.isSpeaking)if(this.interruptionMode!=="none")this.cancelCurrentPlayback();else return;if(!this.mediaStream){let c=this.interruptionMode==="barge-in"?{audio:{echoCancellation:!0,noiseSuppression:!0}}:{audio:!0};this.mediaStream=await navigator.mediaDevices.getUserMedia(c)}let o=this.w;this.audioContext||(this.audioContext=new(o.AudioContext||o.webkitAudioContext));let a=this.audioContext,i=(t=(r=this.config)==null?void 0:r.pauseDuration)!=null?t:2e3,d=(s=(n=this.config)==null?void 0:n.silenceThreshold)!=null?s:.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=c=>{c.data.size>0&&this.audioChunks.push(c.data)},this.mediaRecorder.onstop=async()=>{var c;if(this.audioChunks.length>0){this.isProcessing=!0,this.statusCallbacks.forEach(f=>f("processing")),this.processingStartCallbacks.forEach(f=>f());let u=((c=this.mediaRecorder)==null?void 0:c.mimeType)||"audio/webm",p=new Blob(this.audioChunks,{type:u});await this.sendAudio(p),this.audioChunks=[]}},this.mediaRecorder.start(1e3),this.statusCallbacks.forEach(c=>c("listening"))}catch(o){throw this.errorCallbacks.forEach(a=>a(o)),this.statusCallbacks.forEach(a=>a("error")),o}}async stopListening(){this.vad.stop(),this.mediaRecorder&&(this.interruptionMode!=="barge-in"&&this.mediaRecorder.stream.getTracks().forEach(r=>r.stop()),this.mediaRecorder.stop(),this.mediaRecorder=null),this.interruptionMode!=="barge-in"&&(this.mediaStream&&(this.mediaStream.getTracks().forEach(r=>r.stop()),this.mediaStream=null),this.audioContext&&(await this.audioContext.close(),this.audioContext=null)),this.statusCallbacks.forEach(r=>r("idle"))}async startBargeInMonitoring(){var o,a;if(this.interruptionMode!=="barge-in")return;let r=this.w;if(!this.mediaStream&&r&&(this.mediaStream=await navigator.mediaDevices.getUserMedia({audio:{echoCancellation:!0,noiseSuppression:!0}})),!this.audioContext&&r&&(this.audioContext=new(r.AudioContext||r.webkitAudioContext)),!this.audioContext||!this.mediaStream)return;let t=this.audioContext,n=(a=(o=this.config)==null?void 0:o.silenceThreshold)!=null?a:.01;this.vad.start(t,this.mediaStream,"speech",{threshold:n,duration:200},()=>this.handleBargeIn())}handleBargeIn(){this.cancelCurrentPlayback(),this.startListening().catch(r=>{this.errorCallbacks.forEach(t=>t(r instanceof Error?r:new Error(String(r))))})}generateRequestId(){return"vreq_"+Math.random().toString(36).substring(2,10)+Date.now().toString(36)}async sendAudio(r){var t;if(!this.ws||this.ws.readyState!==WebSocket.OPEN){this.errorCallbacks.forEach(n=>n(new Error("WebSocket not connected"))),this.statusCallbacks.forEach(n=>n("error"));return}try{let n=await this.blobToBase64(r),s=this.getFormatFromMimeType(r.type),o=this.generateRequestId();this.currentRequestId=o,this.ws.send(JSON.stringify({type:"audio_input",audio:n,format:s,sampleRate:16e3,voiceId:(t=this.config)==null?void 0:t.voiceId,requestId:o}))}catch(n){this.errorCallbacks.forEach(s=>s(n)),this.statusCallbacks.forEach(s=>s("error"))}}getFormatFromMimeType(r){return r.includes("wav")?"wav":r.includes("mpeg")||r.includes("mp3")?"mp3":"webm"}blobToBase64(r){return new Promise((t,n)=>{let s=new FileReader;s.onload=()=>{let a=s.result.split(",")[1];t(a)},s.onerror=n,s.readAsDataURL(r)})}async playAudio(r){if(!r.base64)return;let t=atob(r.base64),n=new Uint8Array(t.length);for(let c=0;c<t.length;c++)n[c]=t.charCodeAt(c);let s=r.format||"mp3",o=s==="mp3"?"audio/mpeg":`audio/${s}`,a=new Blob([n],{type:o}),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(c=>c("idle")))},await d.play()}onResult(r){this.resultCallbacks.push(r)}onError(r){this.errorCallbacks.push(r)}onStatusChange(r){this.statusCallbacks.push(r)}onProcessingStart(r){this.processingStartCallbacks.push(r)}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(r=>r.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(r=>r("disconnected"))}sendHeartbeat(){this.ws&&this.ws.readyState===WebSocket.OPEN&&this.ws.send(JSON.stringify({type:"ping"}))}};var rr=class{constructor(r={}){this.config=r;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(r=>r("connected"))}async startListening(){var r,t;try{if(this.isListening)throw new Error("Already listening");if(!this.w)throw new Error("Window object not available");let n=this.w.SpeechRecognition||this.w.webkitSpeechRecognition;if(!n)throw new Error("Browser speech recognition not supported");this.recognition=new n,this.recognition.lang=((r=this.config)==null?void 0:r.language)||"en-US",this.recognition.continuous=((t=this.config)==null?void 0:t.continuous)||!1,this.recognition.interimResults=!0,this.recognition.onresult=s=>{var i;let o=Array.from(s.results).map(d=>d[0]).map(d=>d.transcript).join(""),a=s.results[s.results.length-1].isFinal;this.resultCallbacks.forEach(d=>d({text:o,confidence:a?.8:.5,provider:"browser"})),a&&!((i=this.config)!=null&&i.continuous)&&this.stopListening()},this.recognition.onerror=s=>{this.errorCallbacks.forEach(o=>o(new Error(s.error))),this.statusCallbacks.forEach(o=>o("error"))},this.recognition.onstart=()=>{this.isListening=!0,this.statusCallbacks.forEach(s=>s("listening"))},this.recognition.onend=()=>{this.isListening=!1,this.statusCallbacks.forEach(s=>s("idle"))},this.recognition.start()}catch(n){throw this.errorCallbacks.forEach(s=>s(n)),this.statusCallbacks.forEach(s=>s("error")),n}}async stopListening(){this.recognition&&(this.recognition.stop(),this.recognition=null),this.isListening=!1,this.statusCallbacks.forEach(r=>r("idle"))}onResult(r){this.resultCallbacks.push(r)}onError(r){this.errorCallbacks.push(r)}onStatusChange(r){this.statusCallbacks.push(r)}async disconnect(){await this.stopListening(),this.statusCallbacks.forEach(r=>r("disconnected"))}static isSupported(){return"SpeechRecognition"in window||"webkitSpeechRecognition"in window}};function br(e){switch(e.type){case"runtype":if(!e.runtype)throw new Error("Runtype voice provider requires configuration");return new Xr(e.runtype);case"browser":if(!rr.isSupported())throw new Error("Browser speech recognition not supported");return new rr(e.browser||{});case"custom":throw new Error("Custom voice providers not yet implemented");default:throw new Error(`Unknown voice provider type: ${e.type}`)}}function ps(e){if((e==null?void 0:e.type)==="runtype"&&e.runtype)return br({type:"runtype",runtype:e.runtype});if(rr.isSupported())return br({type:"browser",browser:(e==null?void 0:e.browser)||{language:"en-US"}});throw new Error("No supported voice providers available")}function Do(e){try{return ps(e),!0}catch{return!1}}var Zr=class e{constructor(r={},t){this.config=r;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=r=>{var t,n,s,o,a,i,d;r.type==="message"?(this.upsertMessage(r.message),(t=r.message.agentMetadata)!=null&&t.executionId&&(this.agentExecution?r.message.agentMetadata.iteration!==void 0&&(this.agentExecution.currentIteration=r.message.agentMetadata.iteration):this.agentExecution={executionId:r.message.agentMetadata.executionId,agentId:"",agentName:(n=r.message.agentMetadata.agentName)!=null?n:"",status:"running",currentIteration:(s=r.message.agentMetadata.iteration)!=null?s:0,maxTurns:0})):r.type==="status"?(this.setStatus(r.status),r.status==="connecting"?this.setStreaming(!0):(r.status==="idle"||r.status==="error")&&(this.setStreaming(!1),this.abortController=null,((o=this.agentExecution)==null?void 0:o.status)==="running"&&(this.agentExecution.status=r.status==="error"?"error":"complete"))):r.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,r.error)):(r.type==="artifact_start"||r.type==="artifact_delta"||r.type==="artifact_update"||r.type==="artifact_complete")&&this.applyArtifactStreamEvent(r)};var n;this.messages=[...(n=r.initialMessages)!=null?n:[]].map(s=>{var o;return{...s,sequence:(o=s.sequence)!=null?o:this.nextSequence()}}),this.messages=this.sortMessages(this.messages),this.client=new hr(r),this.messages.length&&this.callbacks.onMessagesChanged([...this.messages]),this.callbacks.onStatusChanged(this.status)}setSSEEventCallback(r){this.client.setSSEEventCallback(r)}isClientTokenMode(){return this.client.isClientTokenMode()}isAgentMode(){return this.client.isAgentMode()}getAgentExecution(){return this.agentExecution}isAgentExecuting(){var r;return((r=this.agentExecution)==null?void 0:r.status)==="running"}isVoiceSupported(){var r;return Do((r=this.config.voiceRecognition)==null?void 0:r.provider)}isVoiceActive(){return this.voiceActive}getVoiceStatus(){return this.voiceStatus}getVoiceInterruptionMode(){var r;return(r=this.voiceProvider)!=null&&r.getInterruptionMode?this.voiceProvider.getInterruptionMode():"none"}stopVoicePlayback(){var r;(r=this.voiceProvider)!=null&&r.stopPlayback&&this.voiceProvider.stopPlayback()}isBargeInActive(){var r,t,n;return(n=(t=(r=this.voiceProvider)==null?void 0:r.isBargeInActive)==null?void 0:t.call(r))!=null?n:!1}async deactivateBargeIn(){var r;(r=this.voiceProvider)!=null&&r.deactivateBargeIn&&await this.voiceProvider.deactivateBargeIn()}setupVoice(r){var t,n,s;try{let o=r||this.getVoiceConfigFromConfig();if(!o)throw new Error("Voice configuration not provided");this.voiceProvider=br(o);let a=(t=this.config.voiceRecognition)!=null?t:{},i=(n=a.processingText)!=null?n:"\u{1F3A4} Processing voice...",d=(s=a.processingErrorText)!=null?s:"Voice processing failed. Please try again.";this.voiceProvider.onProcessingStart&&this.voiceProvider.onProcessingStart(()=>{let c=this.injectMessage({role:"user",content:i,streaming:!1,voiceProcessing:!0});this.pendingVoiceUserMessageId=c.id;let u=this.injectMessage({role:"assistant",content:"",streaming:!0,voiceProcessing:!0});this.pendingVoiceAssistantMessageId=u.id,this.setStreaming(!0)}),this.voiceProvider.onResult(c=>{var u,p,f,m,x,b;if(c.provider==="browser")c.text&&c.text.trim()&&this.sendMessage(c.text,{viaVoice:!0});else if(c.provider==="runtype"){this.pendingVoiceUserMessageId&&((u=c.transcript)!=null&&u.trim())?this.upsertMessage({id:this.pendingVoiceUserMessageId,role:"user",content:c.transcript.trim(),createdAt:new Date().toISOString(),streaming:!1,voiceProcessing:!1}):(p=c.transcript)!=null&&p.trim()&&this.injectUserMessage({content:c.transcript.trim()}),this.pendingVoiceAssistantMessageId&&((f=c.text)!=null&&f.trim())?this.upsertMessage({id:this.pendingVoiceAssistantMessageId,role:"assistant",content:c.text.trim(),createdAt:new Date().toISOString(),streaming:!1,voiceProcessing:!1}):(m=c.text)!=null&&m.trim()&&this.injectAssistantMessage({content:c.text.trim()});{let S=(b=this.pendingVoiceAssistantMessageId)!=null?b:(x=[...this.messages].reverse().find(v=>v.role==="assistant"))==null?void 0:x.id;S&&this.ttsSpokenMessageIds.add(S)}this.setStreaming(!1),this.pendingVoiceUserMessageId=null,this.pendingVoiceAssistantMessageId=null}}),this.voiceProvider.onError(c=>{console.error("Voice error:",c),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(c=>{var u,p;this.voiceStatus=c,this.voiceActive=c==="listening",(p=(u=this.callbacks).onVoiceStatusChanged)==null||p.call(u,c)}),this.voiceProvider.connect()}catch(o){console.error("Failed to setup voice:",o)}}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(r){console.error("Failed to start voice:",r)}}}cleanupVoice(){this.voiceProvider&&(this.voiceProvider.disconnect(),this.voiceProvider=null),this.voiceActive=!1,this.voiceStatus="disconnected"}getVoiceConfigFromConfig(){var t,n,s,o,a,i,d,c,u;if(!((t=this.config.voiceRecognition)!=null&&t.provider))return;let r=this.config.voiceRecognition.provider;switch(r.type){case"runtype":return{type:"runtype",runtype:{agentId:((n=r.runtype)==null?void 0:n.agentId)||"",clientToken:((s=r.runtype)==null?void 0:s.clientToken)||"",host:(o=r.runtype)==null?void 0:o.host,voiceId:(a=r.runtype)==null?void 0:a.voiceId,pauseDuration:(i=r.runtype)==null?void 0:i.pauseDuration,silenceThreshold:(d=r.runtype)==null?void 0:d.silenceThreshold}};case"browser":return{type:"browser",browser:{language:((c=r.browser)==null?void 0:c.language)||"en-US",continuous:(u=r.browser)==null?void 0:u.continuous}};default:return}}async initClientSession(){var r,t;if(!this.isClientTokenMode())return null;try{let n=await this.client.initSession();return this.setClientSession(n),n}catch(n){return(t=(r=this.callbacks).onError)==null||t.call(r,n instanceof Error?n:new Error(String(n))),null}}setClientSession(r){if(this.clientSession=r,r.config.welcomeMessage&&this.messages.length===0){let t={id:`welcome-${Date.now()}`,role:"assistant",content:r.config.welcomeMessage,createdAt:new Date().toISOString(),sequence:this.nextSequence()};this.appendMessage(t)}}getClientSession(){var r;return(r=this.clientSession)!=null?r:this.client.getClientSession()}isSessionValid(){let r=this.getClientSession();return r?new Date<r.expiresAt:!1}clearClientSession(){this.clientSession=null,this.client.clearClientSession()}getClient(){return this.client}async submitMessageFeedback(r,t){return this.client.submitMessageFeedback(r,t)}async submitCSATFeedback(r,t){return this.client.submitCSATFeedback(r,t)}async submitNPSFeedback(r,t){return this.client.submitNPSFeedback(r,t)}updateConfig(r){let t=this.client.getSSEEventCallback();this.config={...this.config,...r},this.client=new hr(this.config),t&&this.client.setSSEEventCallback(t)}getMessages(){return[...this.messages]}getStatus(){return this.status}isStreaming(){return this.streaming}injectTestEvent(r){this.handleEvent(r)}injectMessage(r){let{role:t,content:n,llmContent:s,contentParts:o,id:a,createdAt:i,sequence:d,streaming:c=!1,voiceProcessing:u}=r,f={id:a!=null?a:t==="user"?Gr():t==="assistant"?yr():`system-${Date.now()}-${Math.random().toString(16).slice(2)}`,role:t,content:n,createdAt:i!=null?i:new Date().toISOString(),sequence:d!=null?d:this.nextSequence(),streaming:c,...s!==void 0&&{llmContent:s},...o!==void 0&&{contentParts:o},...u!==void 0&&{voiceProcessing:u}};return this.upsertMessage(f),f}injectAssistantMessage(r){return this.injectMessage({...r,role:"assistant"})}injectUserMessage(r){return this.injectMessage({...r,role:"user"})}injectSystemMessage(r){return this.injectMessage({...r,role:"system"})}injectMessageBatch(r){let t=[];for(let n of r){let{role:s,content:o,llmContent:a,contentParts:i,id:d,createdAt:c,sequence:u,streaming:p=!1}=n,m={id:d!=null?d:s==="user"?Gr():s==="assistant"?yr():`system-${Date.now()}-${Math.random().toString(16).slice(2)}`,role:s,content:o,createdAt:c!=null?c:new Date().toISOString(),sequence:u!=null?u:this.nextSequence(),streaming:p,...a!==void 0&&{llmContent:a},...i!==void 0&&{contentParts:i}};t.push(m)}return this.messages=this.sortMessages([...this.messages,...t]),this.callbacks.onMessagesChanged([...this.messages]),t}async sendMessage(r,t){var c,u,p,f,m;let n=r.trim();if(!n&&(!(t!=null&&t.contentParts)||t.contentParts.length===0))return;this.stopSpeaking(),(c=this.abortController)==null||c.abort();let s=Gr(),o=yr(),a={id:s,role:"user",content:n||Wo,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:o},this.handleEvent)}catch(x){let b=x instanceof Error&&(x.name==="AbortError"||x.message.includes("aborted")||x.message.includes("abort"));if(!b){let S={id:o,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(S)}this.setStatus("idle"),this.setStreaming(!1),this.abortController=null,b||(x instanceof Error?(p=(u=this.callbacks).onError)==null||p.call(u,x):(m=(f=this.callbacks).onError)==null||m.call(f,new Error(String(x))))}}async continueConversation(){var s,o,a,i,d;if(this.streaming)return;(s=this.abortController)==null||s.abort();let r=yr();this.setStreaming(!0);let t=new AbortController;this.abortController=t;let n=[...this.messages];try{await this.client.dispatch({messages:n,signal:t.signal,assistantMessageId:r},this.handleEvent)}catch(c){let u={id:r,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,c instanceof Error?(a=(o=this.callbacks).onError)==null||a.call(o,c):(d=(i=this.callbacks).onError)==null||d.call(i,new Error(String(c)))}}async connectStream(r,t){var s,o,a;if(this.streaming)return;(s=this.abortController)==null||s.abort();let n=!1;for(let i of this.messages)i.streaming&&(i.streaming=!1,n=!0);n&&this.callbacks.onMessagesChanged([...this.messages]),this.setStreaming(!0);try{await this.client.processStream(r,this.handleEvent,t==null?void 0:t.assistantMessageId)}catch(i){this.setStatus("error"),this.setStreaming(!1),this.abortController=null,(a=(o=this.callbacks).onError)==null||a.call(o,i instanceof Error?i:new Error(String(i)))}}async resolveApproval(r,t){var d,c,u;let n=`approval-${r.id}`,s={...r,status:t,resolvedAt:Date.now()},o={id:n,role:"assistant",content:"",createdAt:new Date().toISOString(),streaming:!1,variant:"approval",approval:s};this.upsertMessage(o);let a=this.config.approval,i=a&&typeof a=="object"?a.onDecision:void 0;try{let p;if(i?p=await i({approvalId:r.id,executionId:r.executionId,agentId:r.agentId,toolName:r.toolName},t):p=await this.client.resolveApproval({agentId:r.agentId,executionId:r.executionId,approvalId:r.id},t),p){let f=null;if(p instanceof Response){if(!p.ok){let m=await p.json().catch(()=>null);throw new Error((d=m==null?void 0:m.error)!=null?d:`Approval request failed: ${p.status}`)}f=p.body}else p instanceof ReadableStream&&(f=p);f?await this.connectStream(f):t==="denied"&&this.appendMessage({id:`denial-${r.id}`,role:"assistant",content:"Tool execution was denied by user.",createdAt:new Date().toISOString(),streaming:!1,sequence:this.nextSequence()})}}catch(p){(u=(c=this.callbacks).onError)==null||u.call(c,p instanceof Error?p:new Error(String(p)))}}cancel(){var r;(r=this.abortController)==null||r.abort(),this.abortController=null,this.setStreaming(!1),this.setStatus("idle")}clearMessages(){var r;this.stopSpeaking(),(r=this.abortController)==null||r.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(r){return this.artifacts.get(r)}getSelectedArtifactId(){return this.selectedArtifactId}selectArtifact(r){this.selectedArtifactId=r,this.emitArtifactsState()}clearArtifacts(){this.clearArtifactState()}upsertArtifact(r){var s;let t=r.id||`art_${Date.now().toString(36)}_${Math.random().toString(36).slice(2,9)}`;if(r.artifactType==="markdown"){let o={id:t,artifactType:"markdown",title:r.title,status:"complete",markdown:r.content};return this.artifacts.set(t,o),this.selectedArtifactId=t,this.emitArtifactsState(),o}let n={id:t,artifactType:"component",title:r.title,status:"complete",component:r.component,props:(s=r.props)!=null?s:{}};return this.artifacts.set(t,n),this.selectedArtifactId=t,this.emitArtifactsState(),n}clearArtifactState(){this.artifacts.size===0&&this.selectedArtifactId===null||(this.artifacts.clear(),this.selectedArtifactId=null,this.emitArtifactsState())}emitArtifactsState(){var r,t;(t=(r=this.callbacks).onArtifactsState)==null||t.call(r,{artifacts:[...this.artifacts.values()],selectedId:this.selectedArtifactId})}applyArtifactStreamEvent(r){var t,n;switch(r.type){case"artifact_start":{r.artifactType==="markdown"?this.artifacts.set(r.id,{id:r.id,artifactType:"markdown",title:r.title,status:"streaming",markdown:""}):this.artifacts.set(r.id,{id:r.id,artifactType:"component",title:r.title,status:"streaming",component:(t=r.component)!=null?t:"",props:{}}),this.selectedArtifactId=r.id;break}case"artifact_delta":{let s=this.artifacts.get(r.id);(s==null?void 0:s.artifactType)==="markdown"&&(s.markdown=((n=s.markdown)!=null?n:"")+r.artDelta);break}case"artifact_update":{let s=this.artifacts.get(r.id);(s==null?void 0:s.artifactType)==="component"&&(s.props={...s.props,...r.props},r.component&&(s.component=r.component));break}case"artifact_complete":{let s=this.artifacts.get(r.id);s&&(s.status="complete");break}default:return}this.emitArtifactsState()}hydrateMessages(r){var t;(t=this.abortController)==null||t.abort(),this.abortController=null,this.messages=this.sortMessages(r.map(n=>{var s;return{...n,streaming:!1,sequence:(s=n.sequence)!=null?s:this.nextSequence()}})),this.setStreaming(!1),this.setStatus("idle"),this.callbacks.onMessagesChanged([...this.messages])}setStatus(r){this.status!==r&&(this.status=r,this.callbacks.onStatusChanged(r))}setStreaming(r){if(this.streaming===r)return;let t=this.streaming;this.streaming=r,this.callbacks.onStreamingChanged(r),t&&!r&&this.speakLatestAssistantMessage()}speakLatestAssistantMessage(){let r=this.config.textToSpeech;if(!(r!=null&&r.enabled)||!(!r.provider||r.provider==="browser"||r.provider==="runtype"&&r.browserFallback))return;let n=[...this.messages].reverse().find(o=>o.role==="assistant"&&o.content&&!o.voiceProcessing);if(!n)return;if(this.ttsSpokenMessageIds.has(n.id)){this.ttsSpokenMessageIds.delete(n.id);return}let s=n.content;s.trim()&&this.speak(s,r)}speak(r,t){if(typeof window=="undefined"||!("speechSynthesis"in window))return;let n=window.speechSynthesis;n.cancel();let s=new SpeechSynthesisUtterance(r),o=n.getVoices();if(t.voice){let a=o.find(i=>i.name===t.voice);a&&(s.voice=a)}else o.length>0&&(s.voice=t.pickVoice?t.pickVoice(o):e.pickBestVoice(o));t.rate!==void 0&&(s.rate=t.rate),t.pitch!==void 0&&(s.pitch=t.pitch),setTimeout(()=>n.speak(s),50)}static pickBestVoice(r){var n;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 s of t){let o=r.find(a=>a.name===s);if(o)return o}return(n=r.find(s=>s.lang.startsWith("en")))!=null?n:r[0]}stopSpeaking(){typeof window!="undefined"&&"speechSynthesis"in window&&window.speechSynthesis.cancel()}appendMessage(r){let t=this.ensureSequence(r);this.messages=this.sortMessages([...this.messages,t]),this.callbacks.onMessagesChanged([...this.messages])}upsertMessage(r){let t=this.ensureSequence(r),n=this.messages.findIndex(s=>s.id===t.id);if(n===-1){this.appendMessage(t);return}this.messages=this.messages.map((s,o)=>o===n?{...s,...t}:s),this.messages=this.sortMessages(this.messages),this.callbacks.onMessagesChanged([...this.messages])}ensureSequence(r){return r.sequence!==void 0?{...r}:{...r,sequence:this.nextSequence()}}nextSequence(){return this.sequenceCounter++}sortMessages(r){return[...r].sort((t,n)=>{var d,c;let s=new Date(t.createdAt).getTime(),o=new Date(n.createdAt).getTime();if(!Number.isNaN(s)&&!Number.isNaN(o)&&s!==o)return s-o;let a=(d=t.sequence)!=null?d:0,i=(c=n.sequence)!=null?c:0;return a!==i?a-i:t.id.localeCompare(n.id)})}};var h=(e,r)=>{let t=document.createElement(e);return r&&(t.className=r),t},An=(e,r,t)=>{let n=e.createElement(r);return t&&(n.className=t),n};import*as nd from"lucide";var me=(e,r=24,t="currentColor",n=2)=>{try{let s=e.split("-").map(a=>a.charAt(0).toUpperCase()+a.slice(1)).join(""),o=nd[s];return o?rd(o,r,t,n):(console.warn(`Lucide icon "${e}" not found (tried "${s}"). Available icons: https://lucide.dev/icons`),null)}catch(s){return console.warn(`Failed to render Lucide icon "${e}":`,s),null}};function rd(e,r,t,n){if(!e||!Array.isArray(e))return null;let s=document.createElementNS("http://www.w3.org/2000/svg","svg");return s.setAttribute("width",String(r)),s.setAttribute("height",String(r)),s.setAttribute("viewBox","0 0 24 24"),s.setAttribute("fill","none"),s.setAttribute("stroke",t),s.setAttribute("stroke-width",String(n)),s.setAttribute("stroke-linecap","round"),s.setAttribute("stroke-linejoin","round"),s.setAttribute("aria-hidden","true"),e.forEach(o=>{if(Array.isArray(o)&&o.length>=2){let a=o[0],i=o[1];if(i){let d=document.createElementNS("http://www.w3.org/2000/svg",a);Object.entries(i).forEach(([c,u])=>{c!=="stroke"&&d.setAttribute(c,String(u))}),s.appendChild(d)}}}),s}var No={allowedTypes:Hn,maxFileSize:10*1024*1024,maxFiles:4};function od(){return`attach_${Date.now()}_${Math.random().toString(36).substring(2,9)}`}function sd(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-json":"file"}var xr=class e{constructor(r={}){this.attachments=[];this.previewsContainer=null;var t,n,s;this.config={allowedTypes:(t=r.allowedTypes)!=null?t:No.allowedTypes,maxFileSize:(n=r.maxFileSize)!=null?n:No.maxFileSize,maxFiles:(s=r.maxFiles)!=null?s:No.maxFiles,onFileRejected:r.onFileRejected,onAttachmentsChange:r.onAttachmentsChange}}setPreviewsContainer(r){this.previewsContainer=r}updateConfig(r){r.allowedTypes!==void 0&&(this.config.allowedTypes=r.allowedTypes.length>0?r.allowedTypes:No.allowedTypes),r.maxFileSize!==void 0&&(this.config.maxFileSize=r.maxFileSize),r.maxFiles!==void 0&&(this.config.maxFiles=r.maxFiles),r.onFileRejected!==void 0&&(this.config.onFileRejected=r.onFileRejected),r.onAttachmentsChange!==void 0&&(this.config.onAttachmentsChange=r.onAttachmentsChange)}getAttachments(){return[...this.attachments]}getContentParts(){return this.attachments.map(r=>r.contentPart)}hasAttachments(){return this.attachments.length>0}count(){return this.attachments.length}async handleFileSelect(r){!r||r.length===0||await this.handleFiles(Array.from(r))}async handleFiles(r){var t,n,s,o,a,i,d;if(r.length){for(let c of r){if(this.attachments.length>=this.config.maxFiles){(n=(t=this.config).onFileRejected)==null||n.call(t,c,"count");continue}let u=gl(c,this.config.allowedTypes,this.config.maxFileSize);if(!u.valid){let p=(s=u.error)!=null&&s.includes("type")?"type":"size";(a=(o=this.config).onFileRejected)==null||a.call(o,c,p);continue}try{let p=await ul(c),f=Ro(c)?URL.createObjectURL(c):null,m={id:od(),file:c,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(r){var o,a,i;let t=this.attachments.findIndex(d=>d.id===r);if(t===-1)return;let n=this.attachments[t];n.previewUrl&&URL.revokeObjectURL(n.previewUrl),this.attachments.splice(t,1);let s=(o=this.previewsContainer)==null?void 0:o.querySelector(`[data-attachment-id="${r}"]`);s&&s.remove(),this.updatePreviewsVisibility(),(i=(a=this.config).onAttachmentsChange)==null||i.call(a,this.getAttachments())}clearAttachments(){var r,t;for(let n of this.attachments)n.previewUrl&&URL.revokeObjectURL(n.previewUrl);this.attachments=[],this.previewsContainer&&(this.previewsContainer.innerHTML=""),this.updatePreviewsVisibility(),(t=(r=this.config).onAttachmentsChange)==null||t.call(r,this.getAttachments())}renderPreview(r){if(!this.previewsContainer)return;let t=Ro(r.file),n=h("div","persona-attachment-preview persona-relative persona-inline-block");if(n.setAttribute("data-attachment-id",r.id),n.style.width="48px",n.style.height="48px",t&&r.previewUrl){let a=h("img");a.src=r.previewUrl,a.alt=r.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",n.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=sd(r.file.type),d=me(i,20,"var(--persona-muted, #6b7280)",1.5);d&&a.appendChild(d);let c=h("span");c.textContent=ml(r.file.type,r.file.name),c.style.fontSize="8px",c.style.fontWeight="600",c.style.color="var(--persona-muted, #6b7280)",c.style.textTransform="uppercase",c.style.lineHeight="1",a.appendChild(c),n.appendChild(a)}let s=h("button","persona-attachment-remove persona-absolute persona-flex persona-items-center persona-justify-center");s.type="button",s.setAttribute("aria-label","Remove attachment"),s.style.position="absolute",s.style.top="-4px",s.style.right="-4px",s.style.width="18px",s.style.height="18px",s.style.borderRadius="50%",s.style.backgroundColor="var(--persona-palette-colors-black-alpha-60, rgba(0, 0, 0, 0.6))",s.style.border="none",s.style.cursor="pointer",s.style.display="flex",s.style.alignItems="center",s.style.justifyContent="center",s.style.padding="0";let o=me("x",10,"var(--persona-text-inverse, #ffffff)",2);o?s.appendChild(o):(s.textContent="\xD7",s.style.color="var(--persona-text-inverse, #ffffff)",s.style.fontSize="14px",s.style.lineHeight="1"),s.addEventListener("click",a=>{a.preventDefault(),a.stopPropagation(),this.removeAttachment(r.id)}),n.appendChild(s),this.previewsContainer.appendChild(n)}updatePreviewsVisibility(){this.previewsContainer&&(this.previewsContainer.style.display=this.attachments.length>0?"flex":"none")}static fromConfig(r,t){return new e({allowedTypes:r==null?void 0:r.allowedTypes,maxFileSize:r==null?void 0:r.maxFileSize,maxFiles:r==null?void 0:r.maxFiles,onFileRejected:r==null?void 0:r.onFileRejected,onAttachmentsChange:t})}};var fl={colors:{primary:{50:"#eff6ff",100:"#dbeafe",200:"#bfdbfe",300:"#93c5fd",400:"#60a5fa",500:"#3b82f6",600:"#2563eb",700:"#1d4ed8",800:"#1e40af",900:"#1e3a8a",950:"#172554"},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"}},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"}},hl={colors:{primary:"palette.colors.primary.500",secondary:"palette.colors.gray.500",accent:"palette.colors.primary.600",surface:"palette.colors.gray.50",background:"palette.colors.gray.50",container:"palette.colors.gray.100",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.500",hover:"palette.colors.primary.600",focus:"palette.colors.primary.700",active:"palette.colors.primary.800",disabled:"palette.colors.gray.300"},feedback:{success:"palette.colors.success.500",warning:"palette.colors.warning.500",error:"palette.colors.error.500",info:"palette.colors.primary.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"}},yl={button:{primary:{background:"semantic.colors.primary",foreground:"semantic.colors.textInverse",borderRadius:"palette.radius.lg",padding:"semantic.spacing.md"},secondary:{background:"semantic.colors.surface",foreground:"semantic.colors.text",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:"semantic.colors.surface",placeholder:"semantic.colors.textMuted",borderRadius:"palette.radius.lg",padding:"semantic.spacing.md",focus:{border:"semantic.colors.interactive.focus",ring:"semantic.colors.interactive.focus"}},launcher:{size:"60px",iconSize:"28px",borderRadius:"palette.radius.full",shadow:"palette.shadows.lg"},panel:{width:"min(400px, calc(100vw - 24px))",maxWidth:"400px",height:"600px",maxHeight:"calc(100vh - 80px)",borderRadius:"palette.radius.xl",shadow:"palette.shadows.xl"},header:{background:"semantic.colors.surface",border:"semantic.colors.border",borderRadius:"palette.radius.xl palette.radius.xl 0 0",padding:"semantic.spacing.md",iconBackground:"semantic.colors.primary",iconForeground:"semantic.colors.textInverse",titleForeground:"semantic.colors.primary",subtitleForeground:"semantic.colors.textMuted",actionIconForeground:"semantic.colors.textMuted"},message:{user:{background:"semantic.colors.primary",text:"semantic.colors.textInverse",borderRadius:"palette.radius.lg",shadow:"palette.shadows.sm"},assistant:{background:"semantic.colors.container",text:"semantic.colors.text",borderRadius:"palette.radius.lg",border:"semantic.colors.border",shadow:"palette.shadows.sm"}},toolBubble:{shadow:"palette.shadows.sm"},reasoningBubble:{shadow:"palette.shadows.sm"},composer:{shadow:"none"},markdown:{inlineCode:{background:"semantic.colors.container",foreground:"semantic.colors.text"},link:{foreground:"semantic.colors.accent"},prose:{fontFamily:"inherit"}},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"}},artifact:{pane:{background:"semantic.colors.container",toolbarBackground:"semantic.colors.container"}}};function Qr(e,r){if(!r.startsWith("palette.")&&!r.startsWith("semantic.")&&!r.startsWith("components."))return r;let t=r.split("."),n=e;for(let s of t){if(n==null)return;n=n[s]}return typeof n=="string"&&(n.startsWith("palette.")||n.startsWith("semantic.")||n.startsWith("components."))?Qr(e,n):n}function us(e){let r={};function t(n,s){for(let[o,a]of Object.entries(n)){let i=`${s}.${o}`;if(typeof a=="string"){let d=Qr(e,a);d!==void 0&&(r[i]={path:i,value:d,type:s.includes("color")?"color":s.includes("spacing")?"spacing":s.includes("typography")?"typography":s.includes("shadow")?"shadow":s.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"),r}function bl(e){let r=[],t=[];return e.palette||r.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:r.length===0,errors:r,warnings:t}}function xl(e,r){let t={...e};for(let[n,s]of Object.entries(r)){let o=t[n];o&&typeof o=="object"&&!Array.isArray(o)&&s&&typeof s=="object"&&!Array.isArray(s)?t[n]=xl(o,s):t[n]=s}return t}function ad(e,r){return r?xl(e,r):e}function eo(e,r={}){var s,o,a,i,d,c,u,p,f,m,x,b,S;let t={palette:fl,semantic:hl,components:yl},n={palette:{...t.palette,...e==null?void 0:e.palette,colors:{...t.palette.colors,...(s=e==null?void 0:e.palette)==null?void 0:s.colors},spacing:{...t.palette.spacing,...(o=e==null?void 0:e.palette)==null?void 0:o.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,...(c=e==null?void 0:e.palette)==null?void 0:c.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,...(x=(m=e==null?void 0:e.semantic)==null?void 0:m.colors)==null?void 0:x.feedback}},spacing:{...t.semantic.spacing,...(b=e==null?void 0:e.semantic)==null?void 0:b.spacing},typography:{...t.semantic.typography,...(S=e==null?void 0:e.semantic)==null?void 0:S.typography}},components:ad(t.components,e==null?void 0:e.components)};if(r.validate!==!1){let v=bl(n);if(!v.valid)throw new Error(`Theme validation failed: ${v.errors.map(T=>T.message).join(", ")}`)}if(r.plugins)for(let v of r.plugins)n=v.transform(n);return n}function gs(e){var x,b,S,v,T,F,w,P,W,R,U,ve,le,q,ee,Ce,we,ye,ce,Q,J,V,ne,fe,wt,ut,gt,Tt,se,re,Ue,z,te,de,Qe,G,Y,tt,Ne,je,Mt,qt,ue,Ye,ke,ot,Ve,nt,Rt,Ht,kt,N,X,_,be,xe,Ae,Ee,st,Be,We,ze,pe,Ft,xn,Un,Dn,ar,Nn,Tn,Xe,tn,un;let r=us(e),t={};for(let[K,Mn]of Object.entries(r)){let on=K.replace(/\./g,"-");t[`--persona-${on}`]=Mn.value}t["--persona-primary"]=(x=t["--persona-semantic-colors-primary"])!=null?x:t["--persona-palette-colors-primary-500"],t["--persona-secondary"]=(b=t["--persona-semantic-colors-secondary"])!=null?b:t["--persona-palette-colors-secondary-500"],t["--persona-accent"]=(S=t["--persona-semantic-colors-accent"])!=null?S:t["--persona-palette-colors-accent-500"],t["--persona-surface"]=(v=t["--persona-semantic-colors-surface"])!=null?v:t["--persona-palette-colors-gray-50"],t["--persona-background"]=(T=t["--persona-semantic-colors-background"])!=null?T:t["--persona-palette-colors-gray-50"],t["--persona-container"]=(F=t["--persona-semantic-colors-container"])!=null?F:t["--persona-palette-colors-gray-100"],t["--persona-text"]=(w=t["--persona-semantic-colors-text"])!=null?w:t["--persona-palette-colors-gray-900"],t["--persona-text-muted"]=(P=t["--persona-semantic-colors-text-muted"])!=null?P:t["--persona-palette-colors-gray-500"],t["--persona-text-inverse"]=(W=t["--persona-semantic-colors-text-inverse"])!=null?W:t["--persona-palette-colors-gray-50"],t["--persona-border"]=(R=t["--persona-semantic-colors-border"])!=null?R: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"]=(ve=t["--persona-components-voice-recording-indicator"])!=null?ve:t["--persona-palette-colors-error-500"],t["--persona-voice-recording-bg"]=(le=t["--persona-components-voice-recording-background"])!=null?le:t["--persona-palette-colors-error-50"],t["--persona-voice-processing-icon"]=(q=t["--persona-components-voice-processing-icon"])!=null?q:t["--persona-palette-colors-primary-500"],t["--persona-voice-speaking-icon"]=(ee=t["--persona-components-voice-speaking-icon"])!=null?ee:t["--persona-palette-colors-success-500"],t["--persona-approval-bg"]=(Ce=t["--persona-components-approval-requested-background"])!=null?Ce: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"]=(ye=t["--persona-components-approval-requested-text"])!=null?ye:t["--persona-palette-colors-gray-900"],t["--persona-approval-approve-bg"]=(ce=t["--persona-components-approval-approve-background"])!=null?ce:t["--persona-palette-colors-success-500"],t["--persona-approval-deny-bg"]=(Q=t["--persona-components-approval-deny-background"])!=null?Q:t["--persona-palette-colors-error-500"],t["--persona-attachment-image-bg"]=(J=t["--persona-components-attachment-image-background"])!=null?J:t["--persona-palette-colors-gray-100"],t["--persona-attachment-image-border"]=(V=t["--persona-components-attachment-image-border"])!=null?V:t["--persona-palette-colors-gray-200"],t["--persona-font-family"]=(ne=t["--persona-semantic-typography-fontFamily"])!=null?ne:t["--persona-palette-typography-fontFamily-sans"],t["--persona-font-size"]=(fe=t["--persona-semantic-typography-fontSize"])!=null?fe:t["--persona-palette-typography-fontSize-base"],t["--persona-font-weight"]=(wt=t["--persona-semantic-typography-fontWeight"])!=null?wt:t["--persona-palette-typography-fontWeight-normal"],t["--persona-line-height"]=(ut=t["--persona-semantic-typography-lineHeight"])!=null?ut: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"]=(gt=t["--persona-palette-radius-sm"])!=null?gt:"0.125rem",t["--persona-radius-md"]=(Tt=t["--persona-palette-radius-md"])!=null?Tt:"0.375rem",t["--persona-radius-lg"]=(se=t["--persona-palette-radius-lg"])!=null?se:"0.5rem",t["--persona-radius-xl"]=(re=t["--persona-palette-radius-xl"])!=null?re:"0.75rem",t["--persona-launcher-radius"]=(z=(Ue=t["--persona-components-launcher-borderRadius"])!=null?Ue:t["--persona-palette-radius-full"])!=null?z:"9999px",t["--persona-button-radius"]=(de=(te=t["--persona-components-button-primary-borderRadius"])!=null?te:t["--persona-palette-radius-full"])!=null?de:"9999px",t["--persona-panel-radius"]=(G=(Qe=t["--persona-components-panel-borderRadius"])!=null?Qe:t["--persona-radius-xl"])!=null?G:"0.75rem",t["--persona-panel-border"]=(Y=t["--persona-components-panel-border"])!=null?Y:`1px solid ${t["--persona-border"]}`,t["--persona-panel-shadow"]=(Ne=(tt=t["--persona-components-panel-shadow"])!=null?tt:t["--persona-palette-shadows-xl"])!=null?Ne:"0 25px 50px -12px rgba(0, 0, 0, 0.25)",t["--persona-input-radius"]=(Mt=(je=t["--persona-components-input-borderRadius"])!=null?je:t["--persona-radius-lg"])!=null?Mt:"0.5rem",t["--persona-message-user-radius"]=(ue=(qt=t["--persona-components-message-user-borderRadius"])!=null?qt:t["--persona-radius-lg"])!=null?ue:"0.5rem",t["--persona-message-assistant-radius"]=(ke=(Ye=t["--persona-components-message-assistant-borderRadius"])!=null?Ye:t["--persona-radius-lg"])!=null?ke:"0.5rem",t["--persona-header-bg"]=(ot=t["--persona-components-header-background"])!=null?ot:t["--persona-surface"],t["--persona-header-border"]=(Ve=t["--persona-components-header-border"])!=null?Ve:t["--persona-divider"],t["--persona-header-icon-bg"]=(nt=t["--persona-components-header-iconBackground"])!=null?nt:t["--persona-primary"],t["--persona-header-icon-fg"]=(Rt=t["--persona-components-header-iconForeground"])!=null?Rt:t["--persona-text-inverse"],t["--persona-header-title-fg"]=(Ht=t["--persona-components-header-titleForeground"])!=null?Ht:t["--persona-primary"],t["--persona-header-subtitle-fg"]=(kt=t["--persona-components-header-subtitleForeground"])!=null?kt:t["--persona-text-muted"],t["--persona-header-action-icon-fg"]=(N=t["--persona-components-header-actionIconForeground"])!=null?N:t["--persona-muted"];let n=(X=e.components)==null?void 0:X.header;n!=null&&n.shadow&&(t["--persona-header-shadow"]=n.shadow),n!=null&&n.borderBottom&&(t["--persona-header-border-bottom"]=n.borderBottom),t["--persona-message-user-bg"]=(_=t["--persona-components-message-user-background"])!=null?_:t["--persona-accent"],t["--persona-message-user-text"]=(be=t["--persona-components-message-user-text"])!=null?be:t["--persona-text-inverse"],t["--persona-message-user-shadow"]=(xe=t["--persona-components-message-user-shadow"])!=null?xe:"0 5px 15px rgba(15, 23, 42, 0.08)",t["--persona-message-assistant-bg"]=(Ae=t["--persona-components-message-assistant-background"])!=null?Ae:t["--persona-surface"],t["--persona-message-assistant-text"]=(Ee=t["--persona-components-message-assistant-text"])!=null?Ee:t["--persona-text"],t["--persona-message-assistant-border"]=(st=t["--persona-components-message-assistant-border"])!=null?st:t["--persona-border"],t["--persona-message-assistant-shadow"]=(Be=t["--persona-components-message-assistant-shadow"])!=null?Be:"0 1px 2px 0 rgb(0 0 0 / 0.05)",t["--persona-tool-bubble-shadow"]=(We=t["--persona-components-toolBubble-shadow"])!=null?We:"0 5px 15px rgba(15, 23, 42, 0.08)",t["--persona-reasoning-bubble-shadow"]=(ze=t["--persona-components-reasoningBubble-shadow"])!=null?ze:"0 5px 15px rgba(15, 23, 42, 0.08)",t["--persona-composer-shadow"]=(pe=t["--persona-components-composer-shadow"])!=null?pe:"none",t["--persona-md-inline-code-bg"]=(Ft=t["--persona-components-markdown-inlineCode-background"])!=null?Ft:t["--persona-container"],t["--persona-md-inline-code-color"]=(xn=t["--persona-components-markdown-inlineCode-foreground"])!=null?xn:t["--persona-text"],t["--persona-md-link-color"]=(Dn=(Un=t["--persona-components-markdown-link-foreground"])!=null?Un:t["--persona-accent"])!=null?Dn:"#3b82f6";let s=t["--persona-components-markdown-heading-h1-fontSize"];s&&(t["--persona-md-h1-size"]=s);let o=t["--persona-components-markdown-heading-h1-fontWeight"];o&&(t["--persona-md-h1-weight"]=o);let a=t["--persona-components-markdown-heading-h2-fontSize"];a&&(t["--persona-md-h2-size"]=a);let i=t["--persona-components-markdown-heading-h2-fontWeight"];i&&(t["--persona-md-h2-weight"]=i);let d=t["--persona-components-markdown-prose-fontFamily"];d&&d!=="inherit"&&(t["--persona-md-prose-font-family"]=d);let c=e.components,u=c==null?void 0:c.iconButton;u&&(u.background&&(t["--persona-icon-btn-bg"]=u.background),u.border&&(t["--persona-icon-btn-border"]=u.border),u.color&&(t["--persona-icon-btn-color"]=u.color),u.padding&&(t["--persona-icon-btn-padding"]=u.padding),u.borderRadius&&(t["--persona-icon-btn-radius"]=u.borderRadius),u.hoverBackground&&(t["--persona-icon-btn-hover-bg"]=u.hoverBackground),u.hoverColor&&(t["--persona-icon-btn-hover-color"]=u.hoverColor),u.activeBackground&&(t["--persona-icon-btn-active-bg"]=u.activeBackground),u.activeBorder&&(t["--persona-icon-btn-active-border"]=u.activeBorder));let p=c==null?void 0:c.labelButton;p&&(p.background&&(t["--persona-label-btn-bg"]=p.background),p.border&&(t["--persona-label-btn-border"]=p.border),p.color&&(t["--persona-label-btn-color"]=p.color),p.padding&&(t["--persona-label-btn-padding"]=p.padding),p.borderRadius&&(t["--persona-label-btn-radius"]=p.borderRadius),p.hoverBackground&&(t["--persona-label-btn-hover-bg"]=p.hoverBackground),p.fontSize&&(t["--persona-label-btn-font-size"]=p.fontSize),p.gap&&(t["--persona-label-btn-gap"]=p.gap));let f=c==null?void 0:c.toggleGroup;f&&(f.gap&&(t["--persona-toggle-group-gap"]=f.gap),f.borderRadius&&(t["--persona-toggle-group-radius"]=f.borderRadius));let m=c==null?void 0:c.artifact;if(m!=null&&m.toolbar){let K=m.toolbar;K.iconHoverColor&&(t["--persona-artifact-toolbar-icon-hover-color"]=K.iconHoverColor),K.iconHoverBackground&&(t["--persona-artifact-toolbar-icon-hover-bg"]=K.iconHoverBackground),K.iconPadding&&(t["--persona-artifact-toolbar-icon-padding"]=K.iconPadding),K.iconBorderRadius&&(t["--persona-artifact-toolbar-icon-radius"]=K.iconBorderRadius),K.iconBorder&&(t["--persona-artifact-toolbar-icon-border"]=K.iconBorder),K.toggleGroupGap&&(t["--persona-artifact-toolbar-toggle-group-gap"]=K.toggleGroupGap),K.toggleBorderRadius&&(t["--persona-artifact-toolbar-toggle-radius"]=K.toggleBorderRadius),K.copyBackground&&(t["--persona-artifact-toolbar-copy-bg"]=K.copyBackground),K.copyBorder&&(t["--persona-artifact-toolbar-copy-border"]=K.copyBorder),K.copyColor&&(t["--persona-artifact-toolbar-copy-color"]=K.copyColor),K.copyBorderRadius&&(t["--persona-artifact-toolbar-copy-radius"]=K.copyBorderRadius),K.copyPadding&&(t["--persona-artifact-toolbar-copy-padding"]=K.copyPadding),K.copyMenuBackground&&(t["--persona-artifact-toolbar-copy-menu-bg"]=K.copyMenuBackground,t["--persona-dropdown-bg"]=(ar=t["--persona-dropdown-bg"])!=null?ar:K.copyMenuBackground),K.copyMenuBorder&&(t["--persona-artifact-toolbar-copy-menu-border"]=K.copyMenuBorder,t["--persona-dropdown-border"]=(Nn=t["--persona-dropdown-border"])!=null?Nn:K.copyMenuBorder),K.copyMenuShadow&&(t["--persona-artifact-toolbar-copy-menu-shadow"]=K.copyMenuShadow,t["--persona-dropdown-shadow"]=(Tn=t["--persona-dropdown-shadow"])!=null?Tn:K.copyMenuShadow),K.copyMenuBorderRadius&&(t["--persona-artifact-toolbar-copy-menu-radius"]=K.copyMenuBorderRadius,t["--persona-dropdown-radius"]=(Xe=t["--persona-dropdown-radius"])!=null?Xe:K.copyMenuBorderRadius),K.copyMenuItemHoverBackground&&(t["--persona-artifact-toolbar-copy-menu-item-hover-bg"]=K.copyMenuItemHoverBackground,t["--persona-dropdown-item-hover-bg"]=(tn=t["--persona-dropdown-item-hover-bg"])!=null?tn:K.copyMenuItemHoverBackground),K.iconBackground&&(t["--persona-artifact-toolbar-icon-bg"]=K.iconBackground),K.toolbarBorder&&(t["--persona-artifact-toolbar-border"]=K.toolbarBorder)}if(m!=null&&m.tab){let K=m.tab;K.background&&(t["--persona-artifact-tab-bg"]=K.background),K.activeBackground&&(t["--persona-artifact-tab-active-bg"]=K.activeBackground),K.activeBorder&&(t["--persona-artifact-tab-active-border"]=K.activeBorder),K.borderRadius&&(t["--persona-artifact-tab-radius"]=K.borderRadius),K.textColor&&(t["--persona-artifact-tab-color"]=K.textColor),K.hoverBackground&&(t["--persona-artifact-tab-hover-bg"]=K.hoverBackground),K.listBackground&&(t["--persona-artifact-tab-list-bg"]=K.listBackground),K.listBorderColor&&(t["--persona-artifact-tab-list-border-color"]=K.listBorderColor),K.listPadding&&(t["--persona-artifact-tab-list-padding"]=K.listPadding)}if(m!=null&&m.pane){let K=m.pane;if(K.toolbarBackground){let Mn=(un=Qr(e,K.toolbarBackground))!=null?un:K.toolbarBackground;t["--persona-artifact-toolbar-bg"]=Mn}}return t}var id={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 vl=e=>typeof e=="object"&&e!==null&&!Array.isArray(e);function to(e,r){if(!e)return r;if(!r)return e;let t={...e};for(let[n,s]of Object.entries(r)){let o=t[n];vl(o)&&vl(s)?t[n]=to(o,s):t[n]=s}return t}var ld={colors:{primary:{50:"#eff6ff",100:"#dbeafe",200:"#bfdbfe",300:"#93c5fd",400:"#60a5fa",500:"#3b82f6",600:"#2563eb",700:"#1d4ed8",800:"#1e40af",900:"#1e3a8a",950:"#172554"},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"}}},Cl=e=>{if(!(!e||typeof e!="object"||Array.isArray(e)))return e},Oo=()=>{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"},cd=e=>{var t;let r=(t=e==null?void 0:e.colorScheme)!=null?t:"light";return r==="light"?"light":r==="dark"?"dark":Oo()},wl=e=>cd(e),dd=e=>eo(e),pd=e=>{var t;let r=eo(void 0,{validate:!1});return eo({...e,palette:{...r.palette,colors:{...ld.colors,...(t=e==null?void 0:e.palette)==null?void 0:t.colors}}},{validate:!1})},Fo=e=>{let r=wl(e),t=Cl(e==null?void 0:e.theme),n=Cl(e==null?void 0:e.darkTheme);return r==="dark"?pd(to(t!=null?t:{},n!=null?n:{})):dd(t)},ud=e=>gs(e),or=(e,r)=>{var o;let t=Fo(r),n=ud(t);for(let[a,i]of Object.entries(n))e.style.setProperty(a,i);let s=(o=r==null?void 0:r.toolCall)==null?void 0:o.shadow;s!==void 0&&e.style.setProperty("--persona-tool-bubble-shadow",s.trim()===""?"none":s)},ms=e=>{let r=[];if(typeof document!="undefined"&&typeof MutationObserver!="undefined"){let t=new MutationObserver(()=>{e(Oo())});t.observe(document.documentElement,{attributes:!0,attributeFilter:["class"]}),r.push(()=>t.disconnect())}if(typeof window!="undefined"&&window.matchMedia){let t=window.matchMedia("(prefers-color-scheme: dark)"),n=()=>e(Oo());t.addEventListener?(t.addEventListener("change",n),r.push(()=>t.removeEventListener("change",n))):t.addListener&&(t.addListener(n),r.push(()=>t.removeListener(n)))}return()=>{r.forEach(t=>t())}};import{Idiomorph as gd}from"idiomorph";var Sl=(e,r,t={})=>{let{preserveTypingAnimation:n=!0}=t;gd.morph(e,r.innerHTML,{morphStyle:"innerHTML",callbacks:{beforeNodeMorphed(s,o){if(s instanceof HTMLElement&&n&&(s.classList.contains("persona-animate-typing")||s.hasAttribute("data-preserve-animation")))return!1}}})};function Al(e,r){var t,n,s,o,a,i,d,c,u,p,f,m,x,b,S,v,T,F;return[e.id,e.role,(n=(t=e.content)==null?void 0:t.length)!=null?n:0,(o=(s=e.content)==null?void 0:s.slice(-32))!=null?o:"",e.streaming?"1":"0",(a=e.variant)!=null?a:"",(d=(i=e.rawContent)==null?void 0:i.length)!=null?d:0,(u=(c=e.llmContent)==null?void 0:c.length)!=null?u:0,(f=(p=e.approval)==null?void 0:p.status)!=null?f:"",(x=(m=e.toolCall)==null?void 0:m.status)!=null?x:"",(v=(S=(b=e.reasoning)==null?void 0:b.chunks)==null?void 0:S.length)!=null?v:0,(F=(T=e.contentParts)==null?void 0:T.length)!=null?F:0,r].join("\0")}function El(){return new Map}function Tl(e,r,t){let n=e.get(r);return n&&n.fingerprint===t?n.wrapper:null}function Ml(e,r,t,n){e.set(r,{fingerprint:t,wrapper:n})}function kl(e,r){for(let t of e.keys())r.has(t)||e.delete(t)}var Vt={idle:"Online",connecting:"Connecting\u2026",connected:"Streaming\u2026",error:"Offline"};var $o={side:"right",width:"420px",animate:!0,reveal:"resize"},zt=e=>{var r,t;return((t=(r=e==null?void 0:e.launcher)==null?void 0:r.mountMode)!=null?t:"floating")==="docked"},hn=e=>{var t,n,s,o,a;let r=(t=e==null?void 0:e.launcher)==null?void 0:t.dock;return{side:(n=r==null?void 0:r.side)!=null?n:$o.side,width:(s=r==null?void 0:r.width)!=null?s:$o.width,animate:(o=r==null?void 0:r.animate)!=null?o:$o.animate,reveal:(a=r==null?void 0:r.reveal)!=null?a:$o.reveal}};var yn={"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 no=(e,r)=>{let t=h("button");t.type="button",t.innerHTML=`
|
|
8
8
|
<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>
|
|
9
9
|
<img data-role="launcher-image" class="persona-rounded-full persona-object-cover" alt="" style="display:none" />
|
|
10
10
|
<span class="persona-flex persona-flex-col persona-items-start persona-text-left">
|
|
@@ -12,12 +12,12 @@ import{Marked as Pc}from"marked";var Ic=e=>{if(e)return e},Lo=e=>{var s,o;let r=
|
|
|
12
12
|
<span class="persona-text-xs persona-text-persona-muted" data-role="launcher-subtitle"></span>
|
|
13
13
|
</span>
|
|
14
14
|
<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>
|
|
15
|
-
`,t.addEventListener("click",r);let n=o=>{var j,w,I,R,D,V,ve,le,q,ee,Ce,we;let a=(j=o.launcher)!=null?j:{},i=zt(o),d=t.querySelector("[data-role='launcher-title']");d&&(d.textContent=(w=a.title)!=null?w:"Chat Assistant");let c=t.querySelector("[data-role='launcher-subtitle']");c&&(c.textContent=(I=a.subtitle)!=null?I:"Get answers fast");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 ye=(R=a.agentIconSize)!=null?R:"40px";if(p.style.height=ye,p.style.width=ye,p.innerHTML="",a.agentIconName){let ce=parseFloat(ye)||24,Q=me(a.agentIconName,ce*.6,"var(--persona-text-inverse, #ffffff)",2);Q?(p.appendChild(Q),p.style.display=""):(p.textContent=(D=a.agentIconText)!=null?D:"\u{1F4AC}",p.style.display="")}else a.iconUrl?p.style.display="none":(p.textContent=(V=a.agentIconText)!=null?V:"\u{1F4AC}",p.style.display="")}let f=t.querySelector("[data-role='launcher-image']");if(f){let ye=(ve=a.agentIconSize)!=null?ve:"40px";f.style.height=ye,f.style.width=ye,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 ye=(le=a.callToActionIconSize)!=null?le:"32px";m.style.height=ye,m.style.width=ye,a.callToActionIconBackgroundColor?(m.style.backgroundColor=a.callToActionIconBackgroundColor,m.classList.remove("persona-bg-persona-primary")):(m.style.backgroundColor="",m.classList.add("persona-bg-persona-primary"));let ce=0;if(a.callToActionIconPadding?(m.style.boxSizing="border-box",m.style.padding=a.callToActionIconPadding,ce=(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 Q=parseFloat(ye)||24,J=Math.max(Q-ce,8),U=me(a.callToActionIconName,J,"currentColor",2);U?m.appendChild(U):m.textContent=(q=a.callToActionIconText)!=null?q:"\u2197"}else m.textContent=(ee=a.callToActionIconText)!=null?ee:"\u2197"}let x=a.position&&yn[a.position]?yn[a.position]:yn["bottom-right"],b="persona-fixed persona-flex persona-items-center persona-gap-3 persona-rounded-launcher persona-bg-persona-surface persona-py-2.5 persona-pl-3 persona-pr-3 persona-transition hover:persona-translate-y-[-2px] persona-cursor-pointer persona-z-50",A="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?A:`${b} ${x}`;let v="1px solid var(--persona-border, #e5e7eb)",T="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=(Ce=a.border)!=null?Ce:v,t.style.boxShadow=(we=a.shadow)!=null?we:T,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="",t.style.justifyContent="",t.style.padding="",t.style.overflow="")},s=()=>{t.removeEventListener("click",r),t.remove()};return e&&n(e),{element:t,update:n,destroy:s}};var bn={titleColor:"var(--persona-header-title-fg, var(--persona-primary, #2563eb))",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))"},jn=e=>{var le,q,ee,Ce,we,ye,ce,Q,J,U,ne,fe,wt,ut,gt,Tt,se,re,Ue,z,te,de,Qe,G,Y,tt,Ne,je,Mt,qt,ue,Ye;let{config:r,showClose:t=!0}=e,n=h("div","persona-widget-header persona-flex persona-items-center persona-gap-3 persona-px-6 persona-py-5");n.setAttribute("data-persona-theme-zone","header"),n.style.backgroundColor="var(--persona-header-bg, var(--persona-surface, #ffffff))",n.style.borderBottomColor="var(--persona-header-border, var(--persona-divider, #f1f5f9))",n.style.boxShadow="var(--persona-header-shadow, none)",n.style.borderBottom="var(--persona-header-border-bottom, 1px solid var(--persona-header-border, var(--persona-divider, #f1f5f9)))";let s=(le=r==null?void 0:r.launcher)!=null?le:{},o=(q=s.headerIconSize)!=null?q:"48px",a=(ee=s.closeButtonSize)!=null?ee:"32px",i=(Ce=s.closeButtonPlacement)!=null?Ce:"inline",d=(we=s.headerIconHidden)!=null?we:!1,c=s.headerIconName,u=h("div","persona-flex persona-items-center persona-justify-center persona-rounded-xl persona-text-xl");if(u.style.height=o,u.style.width=o,u.style.backgroundColor="var(--persona-header-icon-bg, var(--persona-primary, #2563eb))",u.style.color="var(--persona-header-icon-fg, var(--persona-text-inverse, #ffffff))",!d)if(c){let ke=parseFloat(o)||24,ot=me(c,ke*.6,"currentColor",1);ot?u.replaceChildren(ot):u.textContent=(ce=(ye=r==null?void 0:r.launcher)==null?void 0:ye.agentIconText)!=null?ce:"\u{1F4AC}"}else if((Q=r==null?void 0:r.launcher)!=null&&Q.iconUrl){let ke=h("img");ke.src=r.launcher.iconUrl,ke.alt="",ke.className="persona-rounded-xl persona-object-cover",ke.style.height=o,ke.style.width=o,u.replaceChildren(ke)}else u.textContent=(U=(J=r==null?void 0:r.launcher)==null?void 0:J.agentIconText)!=null?U:"\u{1F4AC}";let p=h("div","persona-flex persona-flex-col"),f=h("span","persona-text-base persona-font-semibold");f.style.color=bn.titleColor,f.textContent=(fe=(ne=r==null?void 0:r.launcher)==null?void 0:ne.title)!=null?fe:"Chat Assistant";let m=h("span","persona-text-xs");m.style.color=bn.subtitleColor,m.textContent=(ut=(wt=r==null?void 0:r.launcher)==null?void 0:wt.subtitle)!=null?ut:"Here to help you get answers fast",p.append(f,m),d?n.append(p):n.append(u,p);let x=(gt=s.clearChat)!=null?gt:{},b=(Tt=x.enabled)!=null?Tt:!0,A=(se=x.placement)!=null?se:"inline",v=null,T=null;if(b){let ke=(re=x.size)!=null?re:"32px",ot=(Ue=x.iconName)!=null?Ue:"refresh-cw",Ve=(z=x.iconColor)!=null?z:"",nt=(te=x.backgroundColor)!=null?te:"",Rt=(de=x.borderWidth)!=null?de:"",Ht=(Qe=x.borderColor)!=null?Qe:"",kt=(G=x.borderRadius)!=null?G:"",N=(Y=x.paddingX)!=null?Y:"",X=(tt=x.paddingY)!=null?tt:"",F=(Ne=x.tooltipText)!=null?Ne:"Clear chat",be=(je=x.showTooltip)!=null?je:!0;T=h("div",A==="top-right"?"persona-absolute persona-top-4 persona-z-50":"persona-relative persona-ml-auto persona-clear-chat-button-wrapper"),A==="top-right"&&(T.style.right="48px"),v=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"),v.style.height=ke,v.style.width=ke,v.type="button",v.setAttribute("aria-label",F),v.style.color=Ve||bn.actionIconColor;let xe=me(ot,"20px","currentColor",1);if(xe&&v.appendChild(xe),nt&&(v.style.backgroundColor=nt,v.classList.remove("hover:persona-bg-gray-100")),Rt||Ht){let Ae=Rt||"0px",Ee=Ht||"transparent";v.style.border=`${Ae} solid ${Ee}`,v.classList.remove("persona-border-none")}if(kt&&(v.style.borderRadius=kt,v.classList.remove("persona-rounded-full")),N?(v.style.paddingLeft=N,v.style.paddingRight=N):(v.style.paddingLeft="",v.style.paddingRight=""),X?(v.style.paddingTop=X,v.style.paddingBottom=X):(v.style.paddingTop="",v.style.paddingBottom=""),T.appendChild(v),be&&F&&v&&T){let Ae=null,Ee=()=>{if(Ae||!v)return;let Be=v.ownerDocument,We=Be.body;if(!We)return;Ae=An(Be,"div","persona-clear-chat-tooltip"),Ae.textContent=F;let ze=An(Be,"div");ze.className="persona-clear-chat-tooltip-arrow",Ae.appendChild(ze);let pe=v.getBoundingClientRect();Ae.style.position="fixed",Ae.style.left=`${pe.left+pe.width/2}px`,Ae.style.top=`${pe.top-8}px`,Ae.style.transform="translate(-50%, -100%)",We.appendChild(Ae)},st=()=>{Ae&&Ae.parentNode&&(Ae.parentNode.removeChild(Ae),Ae=null)};T.addEventListener("mouseenter",Ee),T.addEventListener("mouseleave",st),v.addEventListener("focus",Ee),v.addEventListener("blur",st),T._cleanupTooltip=()=>{st(),T&&(T.removeEventListener("mouseenter",Ee),T.removeEventListener("mouseleave",st)),v&&(v.removeEventListener("focus",Ee),v.removeEventListener("blur",st))}}A==="inline"&&n.appendChild(T)}let j=h("div",i==="top-right"?"persona-absolute persona-top-4 persona-right-4 persona-z-50":b&&A==="inline"?"":"persona-ml-auto"),w=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");w.style.height=a,w.style.width=a,w.type="button";let I=(Mt=s.closeButtonTooltipText)!=null?Mt:"Close chat",R=(qt=s.closeButtonShowTooltip)!=null?qt:!0;w.setAttribute("aria-label",I),w.style.display=t?"":"none";let D=(ue=s.closeButtonIconName)!=null?ue:"x",V=(Ye=s.closeButtonIconText)!=null?Ye:"\xD7";w.style.color=s.closeButtonColor||bn.actionIconColor;let ve=me(D,"20px","currentColor",1);if(ve?w.appendChild(ve):w.textContent=V,s.closeButtonBackgroundColor?(w.style.backgroundColor=s.closeButtonBackgroundColor,w.classList.remove("hover:persona-bg-gray-100")):(w.style.backgroundColor="",w.classList.add("hover:persona-bg-gray-100")),s.closeButtonBorderWidth||s.closeButtonBorderColor){let ke=s.closeButtonBorderWidth||"0px",ot=s.closeButtonBorderColor||"transparent";w.style.border=`${ke} solid ${ot}`,w.classList.remove("persona-border-none")}else w.style.border="",w.classList.add("persona-border-none");if(s.closeButtonBorderRadius?(w.style.borderRadius=s.closeButtonBorderRadius,w.classList.remove("persona-rounded-full")):(w.style.borderRadius="",w.classList.add("persona-rounded-full")),s.closeButtonPaddingX?(w.style.paddingLeft=s.closeButtonPaddingX,w.style.paddingRight=s.closeButtonPaddingX):(w.style.paddingLeft="",w.style.paddingRight=""),s.closeButtonPaddingY?(w.style.paddingTop=s.closeButtonPaddingY,w.style.paddingBottom=s.closeButtonPaddingY):(w.style.paddingTop="",w.style.paddingBottom=""),j.appendChild(w),R&&I){let ke=null,ot=()=>{if(ke)return;let nt=w.ownerDocument,Rt=nt.body;if(!Rt)return;ke=An(nt,"div","persona-clear-chat-tooltip"),ke.textContent=I;let Ht=An(nt,"div");Ht.className="persona-clear-chat-tooltip-arrow",ke.appendChild(Ht);let kt=w.getBoundingClientRect();ke.style.position="fixed",ke.style.left=`${kt.left+kt.width/2}px`,ke.style.top=`${kt.top-8}px`,ke.style.transform="translate(-50%, -100%)",Rt.appendChild(ke)},Ve=()=>{ke&&ke.parentNode&&(ke.parentNode.removeChild(ke),ke=null)};j.addEventListener("mouseenter",ot),j.addEventListener("mouseleave",Ve),w.addEventListener("focus",ot),w.addEventListener("blur",Ve),j._cleanupTooltip=()=>{Ve(),j.removeEventListener("mouseenter",ot),j.removeEventListener("mouseleave",Ve),w.removeEventListener("focus",ot),w.removeEventListener("blur",Ve)}}return i!=="top-right"&&n.appendChild(j),{header:n,iconHolder:u,headerTitle:f,headerSubtitle:m,closeButton:w,closeButtonWrapper:j,clearChatButton:v,clearChatButtonWrapper:T}},vr=(e,r,t)=>{var a,i,d,c;let n=(a=t==null?void 0:t.launcher)!=null?a:{},s=(i=n.closeButtonPlacement)!=null?i:"inline",o=(c=(d=n.clearChat)==null?void 0:d.placement)!=null?c:"inline";e.appendChild(r.header),s==="top-right"&&(e.style.position="relative",e.appendChild(r.closeButtonWrapper)),r.clearChatButtonWrapper&&o==="top-right"&&(e.style.position="relative",e.appendChild(r.clearChatButtonWrapper))};function sr(e){let{items:r,onSelect:t,anchor:n,position:s="bottom-left",portal:o}=e,a=h("div","persona-dropdown-menu persona-hidden");a.setAttribute("role","menu"),a.setAttribute("data-persona-theme-zone","dropdown"),o?(a.style.position="fixed",a.style.zIndex="10000"):(a.style.position="absolute",a.style.top="100%",a.style.marginTop="4px",s==="bottom-right"?a.style.right="0":a.style.left="0");for(let m of r){if(m.dividerBefore){let A=document.createElement("hr");a.appendChild(A)}let x=document.createElement("button");if(x.type="button",x.setAttribute("role","menuitem"),x.setAttribute("data-dropdown-item-id",m.id),m.destructive&&x.setAttribute("data-destructive",""),m.icon){let A=me(m.icon,16,"currentColor",1.5);A&&x.appendChild(A)}let b=document.createElement("span");b.textContent=m.label,x.appendChild(b),x.addEventListener("click",A=>{A.stopPropagation(),u(),t(m.id)}),a.appendChild(x)}let i=null;function d(){if(!o)return;let m=n.getBoundingClientRect();a.style.top=`${m.bottom+4}px`,s==="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 c(){d(),a.classList.remove("persona-hidden"),requestAnimationFrame(()=>{let m=x=>{!a.contains(x.target)&&!n.contains(x.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")?c():u()}function f(){u(),a.remove()}return o&&o.appendChild(a),{element:a,show:c,hide:u,toggle:p,destroy:f}}function _t(e){let{icon:r,label:t,size:n,strokeWidth:s,className:o,onClick:a,aria:i}=e,d=h("button","persona-icon-btn"+(o?" "+o:""));d.type="button",d.setAttribute("aria-label",t),d.title=t;let c=me(r,n!=null?n:16,"currentColor",s!=null?s:2);if(c&&d.appendChild(c),a&&d.addEventListener("click",a),i)for(let[u,p]of Object.entries(i))d.setAttribute(u,p);return d}function _o(e){let{icon:r,label:t,variant:n="default",size:s="sm",iconSize:o,className:a,onClick:i,aria:d}=e,c="persona-label-btn";n!=="default"&&(c+=" persona-label-btn--"+n),c+=" persona-label-btn--"+s,a&&(c+=" "+a);let u=h("button",c);if(u.type="button",u.setAttribute("aria-label",t),r){let f=me(r,o!=null?o: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 gd(e){let{items:r,selectedId:t,onSelect:n,className:s}=e,o=h("div","persona-toggle-group"+(s?" "+s:""));o.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 r){let p;u.icon?p=_t({icon:u.icon,label:u.label,onClick:()=>{a=u.id,d(),n(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(),n(u.id)})),p.setAttribute("aria-pressed",u.id===a?"true":"false"),i.push({id:u.id,btn:p}),o.appendChild(p)}function c(u){a=u,d()}return{element:o,setSelected:c}}function ms(e){var m,x;let{label:r,icon:t="chevron-down",menuItems:n,onSelect:s,position:o="bottom-left",portal:a,className:i,hover:d}=e,c=h("div","persona-combo-btn"+(i?" "+i:""));c.style.position="relative",c.style.display="inline-flex",c.style.alignItems="center",c.style.cursor="pointer",c.setAttribute("role","button"),c.setAttribute("tabindex","0"),c.setAttribute("aria-haspopup","true"),c.setAttribute("aria-expanded","false"),c.setAttribute("aria-label",r);let u=h("span","persona-combo-btn-label");u.textContent=r,c.appendChild(u);let p=me(t,14,"currentColor",2);p&&(p.style.marginLeft="4px",p.style.opacity="0.6",c.appendChild(p)),d&&(c.style.borderRadius=(m=d.borderRadius)!=null?m:"10px",c.style.padding=(x=d.padding)!=null?x:"6px 4px 6px 12px",c.style.border="1px solid transparent",c.style.transition="background-color 0.15s ease, border-color 0.15s ease",c.addEventListener("mouseenter",()=>{var b,A;c.style.backgroundColor=(b=d.background)!=null?b:"",c.style.borderColor=(A=d.border)!=null?A:""}),c.addEventListener("mouseleave",()=>{c.style.backgroundColor="",c.style.borderColor="transparent"}));let f=sr({items:n,onSelect:b=>{c.setAttribute("aria-expanded","false"),s(b)},anchor:c,position:o,portal:a});return a||c.appendChild(f.element),c.addEventListener("click",b=>{b.stopPropagation();let A=!f.element.classList.contains("persona-hidden");c.setAttribute("aria-expanded",A?"false":"true"),f.toggle()}),c.addEventListener("keydown",b=>{(b.key==="Enter"||b.key===" ")&&(b.preventDefault(),c.click())}),{element:c,setLabel:b=>{u.textContent=b,c.setAttribute("aria-label",b)},open:()=>{c.setAttribute("aria-expanded","true"),f.show()},close:()=>{c.setAttribute("aria-expanded","false"),f.hide()},toggle:()=>{let b=!f.element.classList.contains("persona-hidden");c.setAttribute("aria-expanded",b?"false":"true"),f.toggle()},destroy:()=>{f.destroy(),c.remove()}}}var El=e=>{var n;let r=jn({config:e.config,showClose:e.showClose,onClose:e.onClose,onClearChat:e.onClearChat}),t=(n=e.layoutHeaderConfig)==null?void 0:n.onTitleClick;if(t){let s=r.headerTitle.parentElement;s&&(s.style.cursor="pointer",s.setAttribute("role","button"),s.setAttribute("tabindex","0"),s.addEventListener("click",()=>t()),s.addEventListener("keydown",o=>{(o.key==="Enter"||o.key===" ")&&(o.preventDefault(),t())}))}return r};function md(e,r,t){var n,s,o;if(r!=null&&r.length)for(let a of r){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",(s=(n=a.ariaLabel)!=null?n:a.label)!=null?s:a.id),a.icon){let d=me(a.icon,14,"currentColor",2);d&&i.appendChild(d)}else a.label&&(i.textContent=a.label);if((o=a.menuItems)!=null&&o.length){let d=h("div","persona-relative");d.appendChild(i);let c=sr({items:a.menuItems,onSelect:u=>t==null?void 0:t(u),anchor:d,position:"bottom-left"});d.appendChild(c.element),i.addEventListener("click",u=>{u.stopPropagation(),c.toggle()}),e.appendChild(d)}else i.addEventListener("click",()=>t==null?void 0:t(a.id)),e.appendChild(i)}}var Tl=e=>{var T,j,w,I,R,D,V,ve,le;let{config:r,showClose:t=!0,onClose:n,layoutHeaderConfig:s,onHeaderAction:o}=e,a=(T=r==null?void 0:r.launcher)!=null?T:{},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=s==null?void 0:s.titleMenu,c,u;if(d)c=ms({label:(j=a.title)!=null?j:"Chat Assistant",menuItems:d.menuItems,onSelect:d.onSelect,hover:d.hover,className:""}).element,c.style.color=bn.titleColor,u=(w=c.querySelector(".persona-combo-btn-label"))!=null?w:c;else{if(c=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=bn.titleColor,u.textContent=(I=a.title)!=null?I:"Chat Assistant",c.appendChild(u),md(c,s==null?void 0:s.trailingActions,(R=s==null?void 0:s.onAction)!=null?R:o),s!=null&&s.onTitleClick){c.style.cursor="pointer",c.setAttribute("role","button"),c.setAttribute("tabindex","0");let ee=s.onTitleClick;c.addEventListener("click",Ce=>{Ce.target.closest("button")||ee()}),c.addEventListener("keydown",Ce=>{(Ce.key==="Enter"||Ce.key===" ")&&(Ce.preventDefault(),ee())})}let q=s==null?void 0:s.titleRowHover;q&&(c.style.borderRadius=(D=q.borderRadius)!=null?D:"10px",c.style.padding=(V=q.padding)!=null?V:"6px 4px 6px 12px",c.style.margin="-6px 0 -6px -12px",c.style.border="1px solid transparent",c.style.transition="background-color 0.15s ease, border-color 0.15s ease",c.style.width="fit-content",c.style.flex="none",c.addEventListener("mouseenter",()=>{var ee,Ce;c.style.backgroundColor=(ee=q.background)!=null?ee:"",c.style.borderColor=(Ce=q.border)!=null?Ce:""}),c.addEventListener("mouseleave",()=>{c.style.backgroundColor="",c.style.borderColor="transparent"}))}i.appendChild(c);let p=(ve=a.closeButtonSize)!=null?ve:"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||bn.actionIconColor;let x=(le=a.closeButtonIconName)!=null?le:"x",b=me(x,"20px","currentColor",2);b?m.appendChild(b):m.textContent="\xD7",n&&m.addEventListener("click",n),f.appendChild(m),i.appendChild(f);let A=h("div");A.style.display="none";let v=h("span");return v.style.display="none",{header:i,iconHolder:A,headerTitle:u,headerSubtitle:v,closeButton:m,closeButtonWrapper:f,clearChatButton:null,clearChatButtonWrapper:null}},fs={default:El,minimal:Tl},Ml=e=>{var r;return(r=fs[e])!=null?r:fs.default},ro=(e,r,t)=>{var a,i,d;if(r!=null&&r.render){let c=r.render({config:e,onClose:t==null?void 0:t.onClose,onClearChat:t==null?void 0:t.onClearChat,trailingActions:r.trailingActions,onAction:r.onAction}),u=h("div");u.style.display="none";let p=h("span"),f=h("span"),m=h("button");m.style.display="none";let x=h("div");return x.style.display="none",{header:c,iconHolder:u,headerTitle:p,headerSubtitle:f,closeButton:m,closeButtonWrapper:x,clearChatButton:null,clearChatButtonWrapper:null}}let n=(a=r==null?void 0:r.layout)!=null?a:"default",o=Ml(n)({config:e,showClose:(d=(i=r==null?void 0:r.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:r,onHeaderAction:r==null?void 0:r.onAction});return r&&(r.showIcon===!1&&(o.iconHolder.style.display="none"),r.showTitle===!1&&(o.headerTitle.style.display="none"),r.showSubtitle===!1&&(o.headerSubtitle.style.display="none"),r.showCloseButton===!1&&(o.closeButton.style.display="none"),r.showClearChat===!1&&o.clearChatButtonWrapper&&(o.clearChatButtonWrapper.style.display="none")),o};var oo=e=>{var gt,Tt,se,re,Ue,z,te,de,Qe,G,Y,tt,Ne,je,Mt,qt,ue,Ye,ke,ot,Ve,nt,Rt,Ht,kt,N,X;let{config:r}=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 n=h("div","persona-mb-3 persona-flex persona-flex-wrap persona-gap-2"),s=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");s.setAttribute("data-persona-composer-form",""),s.style.outline="none";let o=h("textarea");o.setAttribute("data-persona-composer-input",""),o.placeholder=(Tt=(gt=r==null?void 0:r.copy)==null?void 0:gt.inputPlaceholder)!=null?Tt:"Type your message\u2026",o.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",o.rows=1,o.style.fontFamily='var(--persona-input-font-family, var(--persona-font-family, -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", Arial, sans-serif))',o.style.fontWeight="var(--persona-input-font-weight, var(--persona-font-weight, 400))";let d=3*20;o.style.maxHeight=`${d}px`,o.style.overflowY="auto";let c=()=>{o.style.height="auto";let F=Math.min(o.scrollHeight,d);o.style.height=`${F}px`};o.addEventListener("input",c),o.style.border="none",o.style.outline="none",o.style.borderWidth="0",o.style.borderStyle="none",o.style.borderColor="transparent",o.addEventListener("focus",()=>{o.style.border="none",o.style.outline="none",o.style.borderWidth="0",o.style.borderStyle="none",o.style.borderColor="transparent",o.style.boxShadow="none"}),o.addEventListener("blur",()=>{o.style.border="none",o.style.outline="none"});let u=(se=r==null?void 0:r.sendButton)!=null?se:{},p=(re=u.useIcon)!=null?re:!1,f=(Ue=u.iconText)!=null?Ue:"\u2191",m=u.iconName,x=(z=u.tooltipText)!=null?z:"Send message",b=(te=u.showTooltip)!=null?te:!1,A=(de=u.size)!=null?de:"40px",v=u.backgroundColor,T=u.textColor,j=h("div","persona-send-button-wrapper"),w=h("button",p?"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");if(w.type="submit",w.setAttribute("data-persona-composer-submit",""),p){if(w.style.width=A,w.style.height=A,w.style.minWidth=A,w.style.minHeight=A,w.style.fontSize="18px",w.style.lineHeight="1",w.innerHTML="",m){let F=parseFloat(A)||24,be=T&&typeof T=="string"&&T.trim()?T.trim():"currentColor",xe=me(m,F,be,2);xe?(w.appendChild(xe),w.style.color=be):(w.textContent=f,T?w.style.color=T:w.classList.add("persona-text-white"))}else w.textContent=f,T?w.style.color=T:w.classList.add("persona-text-white");v?w.style.backgroundColor=v:w.classList.add("persona-bg-persona-primary")}else w.textContent=(G=(Qe=r==null?void 0:r.copy)==null?void 0:Qe.sendButtonLabel)!=null?G:"Send",T?w.style.color=T:w.classList.add("persona-text-white");if(u.borderWidth&&(w.style.borderWidth=u.borderWidth,w.style.borderStyle="solid"),u.borderColor&&(w.style.borderColor=u.borderColor),u.paddingX?(w.style.paddingLeft=u.paddingX,w.style.paddingRight=u.paddingX):(w.style.paddingLeft="",w.style.paddingRight=""),u.paddingY?(w.style.paddingTop=u.paddingY,w.style.paddingBottom=u.paddingY):(w.style.paddingTop="",w.style.paddingBottom=""),b&&x){let F=h("div","persona-send-button-tooltip");F.textContent=x,j.appendChild(F)}j.appendChild(w);let I=(Y=r==null?void 0:r.voiceRecognition)!=null?Y:{},R=I.enabled===!0,D=null,V=null,ve=typeof window!="undefined"&&(typeof window.webkitSpeechRecognition!="undefined"||typeof window.SpeechRecognition!="undefined"),le=((tt=I.provider)==null?void 0:tt.type)==="runtype";if(R&&(ve||le)){V=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 F=(Ne=I.iconName)!=null?Ne:"mic",be=(je=I.iconSize)!=null?je:A,xe=parseFloat(be)||24,Ae=(Mt=I.backgroundColor)!=null?Mt:v,Ee=(qt=I.iconColor)!=null?qt:T;D.style.width=be,D.style.height=be,D.style.minWidth=be,D.style.minHeight=be,D.style.fontSize="18px",D.style.lineHeight="1";let st=Ee||"currentColor",Be=me(F,xe,st,1.5);Be?(D.appendChild(Be),D.style.color=st):(D.textContent="\u{1F3A4}",D.style.color=st),Ae?D.style.backgroundColor=Ae:D.classList.add("persona-bg-persona-primary"),Ee?D.style.color=Ee:!Ee&&!T&&D.classList.add("persona-text-white"),I.borderWidth&&(D.style.borderWidth=I.borderWidth,D.style.borderStyle="solid"),I.borderColor&&(D.style.borderColor=I.borderColor),I.paddingX&&(D.style.paddingLeft=I.paddingX,D.style.paddingRight=I.paddingX),I.paddingY&&(D.style.paddingTop=I.paddingY,D.style.paddingBottom=I.paddingY),V.appendChild(D);let We=(ue=I.tooltipText)!=null?ue:"Start voice recognition";if(((Ye=I.showTooltip)!=null?Ye:!1)&&We){let pe=h("div","persona-send-button-tooltip");pe.textContent=We,V.appendChild(pe)}}let ee=(ke=r==null?void 0:r.attachments)!=null?ke:{},Ce=ee.enabled===!0,we=null,ye=null,ce=null,Q=null;if(Ce){Q=h("div","persona-attachment-previews persona-flex persona-flex-wrap persona-gap-2 persona-mb-2"),Q.style.display="none",ce=h("input"),ce.type="file",ce.accept=((ot=ee.allowedTypes)!=null?ot:Hn).join(","),ce.multiple=((Ve=ee.maxFiles)!=null?Ve:4)>1,ce.style.display="none",ce.setAttribute("aria-label","Attach files"),ye=h("div","persona-send-button-wrapper"),we=h("button","persona-rounded-button persona-flex persona-items-center persona-justify-center disabled:persona-opacity-50 persona-cursor-pointer persona-attachment-button"),we.type="button",we.setAttribute("aria-label",(nt=ee.buttonTooltipText)!=null?nt:"Attach file");let F=(Rt=ee.buttonIconName)!=null?Rt:"paperclip",be=A,xe=parseFloat(be)||40,Ae=Math.round(xe*.6);we.style.width=be,we.style.height=be,we.style.minWidth=be,we.style.minHeight=be,we.style.fontSize="18px",we.style.lineHeight="1",we.style.backgroundColor="transparent",we.style.color="var(--persona-primary, #111827)",we.style.border="none",we.style.borderRadius="6px",we.style.transition="background-color 0.15s ease",we.addEventListener("mouseenter",()=>{we.style.backgroundColor="var(--persona-palette-colors-black-alpha-50, rgba(0, 0, 0, 0.05))"}),we.addEventListener("mouseleave",()=>{we.style.backgroundColor="transparent"});let Ee=me(F,Ae,"currentColor",1.5);Ee?we.appendChild(Ee):we.textContent="\u{1F4CE}",we.addEventListener("click",We=>{We.preventDefault(),ce==null||ce.click()}),ye.appendChild(we);let st=(Ht=ee.buttonTooltipText)!=null?Ht:"Attach file",Be=h("div","persona-send-button-tooltip");Be.textContent=st,ye.appendChild(Be)}s.addEventListener("click",F=>{F.target!==w&&F.target!==j&&F.target!==D&&F.target!==V&&F.target!==we&&F.target!==ye&&o.focus()}),Q&&(Q.style.gap="8px",s.append(Q)),ce&&s.append(ce),s.append(o);let J=h("div","persona-flex persona-items-center persona-justify-between persona-w-full"),U=h("div","persona-flex persona-items-center persona-gap-2");ye&&U.append(ye);let ne=h("div","persona-flex persona-items-center persona-gap-1");V&&ne.append(V),ne.append(j),J.append(U,ne),s.append(J);let fe=h("div","persona-mt-2 persona-text-right persona-text-xs persona-text-persona-muted");fe.setAttribute("data-persona-composer-status","");let wt=(kt=r==null?void 0:r.statusIndicator)!=null?kt:{},ut=(N=wt.visible)!=null?N:!0;return fe.style.display=ut?"":"none",fe.textContent=(X=wt.idleText)!=null?X:"Online",t.append(n,s,fe),{footer:t,suggestions:n,composerForm:s,textarea:o,sendButton:w,sendButtonWrapper:j,micButton:D,micButtonWrapper:V,statusText:fe,attachmentButton:we,attachmentButtonWrapper:ye,attachmentInput:ce,attachmentPreviewsContainer:Q,actionsRow:J,leftActions:U,rightActions:ne}};var kl=e=>{var c,u,p,f,m,x,b;let r=(u=(c=e==null?void 0:e.launcher)==null?void 0:c.enabled)!=null?u:!0;if(zt(e)){let A=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 A.appendChild(v),{wrapper:A,panel:v}}if(!r){let A=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"),T=(f=(p=e==null?void 0:e.launcher)==null?void 0:p.width)!=null?f:"100%";return A.style.width=T,v.style.width="100%",A.appendChild(v),{wrapper:A,panel:v}}let n=(m=e==null?void 0:e.launcher)!=null?m:{},s=n.position&&yn[n.position]?yn[n.position]:yn["bottom-right"],o=h("div",`persona-widget-wrapper persona-fixed ${s} persona-z-50 persona-transition`),a=h("div","persona-widget-panel persona-relative persona-min-h-[320px]"),i=(b=(x=e==null?void 0:e.launcher)==null?void 0:x.width)!=null?b:e==null?void 0:e.launcherWidth,d=i!=null?i:"min(400px, calc(100vw - 24px))";return a.style.width=d,a.style.maxWidth=d,o.appendChild(a),{wrapper:o,panel:a}},Ll=(e,r=!0)=>{var A,v,T,j,w,I,R,D,V;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-bg-persona-surface persona-text-persona-primary persona-rounded-2xl persona-overflow-hidden persona-border persona-border-persona-border");t.setAttribute("data-persona-theme-zone","container");let n=(A=e==null?void 0:e.layout)==null?void 0:A.header,s=((v=e==null?void 0:e.layout)==null?void 0:v.showHeader)!==!1,o=n?ro(e,n,{showClose:r}):jn({config:e,showClose:r}),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=zt(e)?"persona-rounded-2xl persona-bg-persona-surface persona-p-6":"persona-rounded-2xl persona-bg-persona-surface persona-p-6 persona-shadow-sm",d=h("div",i),c=h("h2","persona-text-lg persona-font-semibold persona-text-persona-primary");c.textContent=(j=(T=e==null?void 0:e.copy)==null?void 0:T.welcomeTitle)!=null?j:"Hello \u{1F44B}";let u=h("p","persona-mt-2 persona-text-sm persona-text-persona-muted");u.textContent=(I=(w=e==null?void 0:e.copy)==null?void 0:w.welcomeSubtitle)!=null?I:"Ask anything about your account or products.",d.append(c,u);let p=h("div","persona-flex persona-flex-col persona-gap-3"),f=(R=e==null?void 0:e.layout)==null?void 0:R.contentMaxWidth;f&&(p.style.maxWidth=f,p.style.marginLeft="auto",p.style.marginRight="auto",p.style.width="100%"),((D=e==null?void 0:e.copy)==null?void 0:D.showWelcomeCard)!==!1?a.append(d,p):(a.classList.remove("persona-gap-6"),a.classList.add("persona-gap-3"),a.append(p));let x=oo({config:e}),b=((V=e==null?void 0:e.layout)==null?void 0:V.showFooter)!==!1;return s?vr(t,o,e):(o.header.style.display="none",vr(t,o,e)),t.append(a),b||(x.footer.style.display="none"),t.append(x.footer),{container:t,body:a,messagesWrapper:p,suggestions:x.suggestions,textarea:x.textarea,sendButton:x.sendButton,sendButtonWrapper:x.sendButtonWrapper,micButton:x.micButton,micButtonWrapper:x.micButtonWrapper,composerForm:x.composerForm,statusText:x.statusText,introTitle:c,introSubtitle:u,closeButton:o.closeButton,closeButtonWrapper:o.closeButtonWrapper,clearChatButton:o.clearChatButton,clearChatButtonWrapper:o.clearChatButtonWrapper,iconHolder:o.iconHolder,headerTitle:o.headerTitle,headerSubtitle:o.headerSubtitle,header:o.header,footer:x.footer,attachmentButton:x.attachmentButton,attachmentButtonWrapper:x.attachmentButtonWrapper,attachmentInput:x.attachmentInput,attachmentPreviewsContainer:x.attachmentPreviewsContainer,actionsRow:x.actionsRow,leftActions:x.leftActions,rightActions:x.rightActions}};var fd=e=>{let r=e.toLowerCase();return r.startsWith("data:image/svg+xml")?!1:!!(/^(?:https?|blob):/i.test(e)||r.startsWith("data:image/")||!e.includes(":"))},hd=320,yd=320,bd=e=>!e.contentParts||e.contentParts.length===0?[]:e.contentParts.filter(r=>r.type==="image"&&typeof r.image=="string"&&r.image.trim().length>0),xd=(e,r,t)=>{if(e.length===0)return null;try{let n=h("div","persona-flex persona-flex-col persona-gap-2");n.setAttribute("data-message-attachments","images"),r&&(n.style.marginBottom="8px");let s=0,o=!1,a=()=>{o||(o=!0,n.remove(),t==null||t())};return e.forEach((i,d)=>{var p;let c=h("img");c.alt=((p=i.alt)==null?void 0:p.trim())||`Attached image ${d+1}`,c.loading="lazy",c.decoding="async",c.referrerPolicy="no-referrer",c.style.display="block",c.style.width="100%",c.style.maxWidth=`${hd}px`,c.style.maxHeight=`${yd}px`,c.style.height="auto",c.style.objectFit="contain",c.style.borderRadius="10px",c.style.backgroundColor="var(--persona-attachment-image-bg, var(--persona-container, #f3f4f6))",c.style.border="1px solid var(--persona-attachment-image-border, var(--persona-border, #e5e7eb))";let u=!1;s+=1,c.addEventListener("error",()=>{u||(u=!0,s=Math.max(0,s-1),c.remove(),s===0&&a())}),c.addEventListener("load",()=>{u=!0}),fd(i.image)?(c.src=i.image,n.appendChild(c)):(u=!0,s=Math.max(0,s-1),c.remove())}),s===0?(a(),null):n}catch{return t==null||t(),null}},Cr=()=>{let e=document.createElement("div");e.className="persona-flex persona-items-center persona-space-x-1 persona-h-5 persona-mt-2";let r=document.createElement("div");r.className="persona-bg-persona-primary persona-animate-typing persona-rounded-full persona-h-1.5 persona-w-1.5",r.style.animationDelay="0ms";let t=document.createElement("div");t.className="persona-bg-persona-primary persona-animate-typing persona-rounded-full persona-h-1.5 persona-w-1.5",t.style.animationDelay="250ms";let n=document.createElement("div");n.className="persona-bg-persona-primary persona-animate-typing persona-rounded-full persona-h-1.5 persona-w-1.5",n.style.animationDelay="500ms";let s=document.createElement("span");return s.className="persona-sr-only",s.textContent="Loading",e.appendChild(r),e.appendChild(t),e.appendChild(n),e.appendChild(s),e},Il=(e,r,t)=>{let n={config:t!=null?t:{},streaming:!0,location:e,defaultRenderer:Cr};if(r){let s=r(n);if(s!==null)return s}return Cr()},vd=(e,r)=>{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"),n=r==="user"?e.userAvatar:e.assistantAvatar;if(n)if(n.startsWith("http")||n.startsWith("/")||n.startsWith("data:")){let s=h("img");s.src=n,s.alt=r==="user"?"User":"Assistant",s.className="persona-w-full persona-h-full persona-rounded-full persona-object-cover",t.appendChild(s)}else t.textContent=n,t.classList.add(r==="user"?"persona-bg-persona-accent":"persona-bg-persona-primary","persona-text-white");else t.textContent=r==="user"?"U":"A",t.classList.add(r==="user"?"persona-bg-persona-accent":"persona-bg-persona-primary","persona-text-white");return t},Pl=(e,r)=>{let t=h("div","persona-text-xs persona-text-persona-muted"),n=new Date(e.createdAt);return r.format?t.textContent=r.format(n):t.textContent=n.toLocaleTimeString([],{hour:"2-digit",minute:"2-digit"}),t},Cd=(e,r="bubble")=>{let t=["vanilla-message-bubble","persona-max-w-[85%]"];switch(r){case"flat":e==="user"?t.push("vanilla-message-user-bubble","persona-ml-auto","persona-text-persona-primary","persona-py-2"):t.push("vanilla-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("vanilla-message-user-bubble","persona-ml-auto","persona-bg-persona-accent","persona-text-white","persona-px-3","persona-py-2","persona-rounded-lg"):t.push("vanilla-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("vanilla-message-user-bubble","persona-ml-auto","persona-bg-persona-accent","persona-text-white","persona-px-5","persona-py-3"):t.push("vanilla-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},Wl=(e,r,t)=>{var m,x,b,A,v,T;let n=(m=r.showCopy)!=null?m:!0,s=(x=r.showUpvote)!=null?x:!0,o=(b=r.showDownvote)!=null?b:!0;if(!n&&!s&&!o){let j=h("div");return j.style.display="none",j.id=`actions-${e.id}`,j.setAttribute("data-actions-for",e.id),j}let a=(A=r.visibility)!=null?A:"hover",i=(v=r.align)!=null?v:"right",d=(T=r.layout)!=null?T:"pill-inside",c={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 ${c} ${u} ${a==="hover"?"persona-message-actions-hover":""}`);p.id=`actions-${e.id}`,p.setAttribute("data-actions-for",e.id);let f=(j,w,I)=>{let R=_t({icon:j,label:w,size:14,className:"persona-message-action-btn"});return R.setAttribute("data-action",I),R};return n&&p.appendChild(f("copy","Copy message","copy")),s&&p.appendChild(f("thumbs-up","Upvote","upvote")),o&&p.appendChild(f("thumbs-down","Downvote","downvote")),p},so=(e,r,t,n,s,o)=>{var le,q,ee,Ce,we,ye,ce;let a=t!=null?t:{},i=(le=a.layout)!=null?le:"bubble",d=a.avatar,c=a.timestamp,u=(q=d==null?void 0:d.show)!=null?q:!1,p=(ee=c==null?void 0:c.show)!=null?ee:!1,f=(Ce=d==null?void 0:d.position)!=null?Ce:"left",m=(we=c==null?void 0:c.position)!=null?we:"below",x=Cd(e.role,i),b=h("div",x.join(" "));b.id=`bubble-${e.id}`,b.setAttribute("data-message-id",e.id),b.setAttribute("data-persona-theme-zone",e.role==="user"?"user-message":"assistant-message"),e.role==="user"?(b.style.backgroundColor="var(--persona-message-user-bg, var(--persona-accent))",b.style.color="var(--persona-message-user-text, white)"):e.role==="assistant"&&(b.style.backgroundColor="var(--persona-message-assistant-bg, var(--persona-surface))",b.style.color="var(--persona-message-assistant-text, var(--persona-text))");let A=bd(e),v=(ce=(ye=e.content)==null?void 0:ye.trim())!=null?ce:"",j=A.length>0&&v===Wo,w=document.createElement("div");w.classList.add("persona-message-content");let I=r({text:e.content,message:e,streaming:!!e.streaming,raw:e.rawContent}),R=null;if(j?(R=document.createElement("div"),R.innerHTML=I,R.style.display="none",w.appendChild(R)):w.innerHTML=I,p&&m==="inline"&&e.createdAt){let Q=Pl(e,c);Q.classList.add("persona-ml-2","persona-inline"),w.appendChild(Q)}if(A.length>0){let Q=xd(A,!j&&!!v,()=>{j&&R&&(R.style.display="")});Q?b.appendChild(Q):j&&R&&(R.style.display="")}if(b.appendChild(w),p&&m==="below"&&e.createdAt){let Q=Pl(e,c);Q.classList.add("persona-mt-1"),b.appendChild(Q)}if(e.streaming&&e.role==="assistant"&&(!e.content||!e.content.trim())){let Q=Il("inline",o==null?void 0:o.loadingIndicatorRenderer,o==null?void 0:o.widgetConfig);Q&&b.appendChild(Q)}if(e.role==="assistant"&&!e.streaming&&e.content&&e.content.trim()&&(n==null?void 0:n.enabled)!==!1&&n){let Q=Wl(e,n,s);b.appendChild(Q)}if(!u||e.role==="system")return b;let V=h("div",`persona-flex persona-gap-2 ${e.role==="user"?"persona-flex-row-reverse":""}`),ve=vd(d,e.role);return f==="right"||f==="left"&&e.role==="user"?V.append(b,ve):V.append(ve,b),b.classList.remove("persona-max-w-[85%]"),b.classList.add("persona-max-w-[calc(85%-2.5rem)]"),V},wd=(e,r,t,n,s,o)=>{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}):so(e,r,t,n,s,o)};var wr=new Set,Rl=(e,r)=>{let t=wr.has(e),n=r.querySelector('button[data-expand-header="true"]'),s=r.querySelector(".persona-border-t");if(!n||!s)return;n.setAttribute("aria-expanded",t?"true":"false");let o=n.querySelector(".persona-ml-auto"),a=o==null?void 0:o.querySelector(":scope > .persona-flex.persona-items-center");if(a){a.innerHTML="";let d=me(t?"chevron-up":"chevron-down",16,"currentColor",2);d?a.appendChild(d):a.textContent=t?"Hide":"Show"}s.style.display=t?"":"none"},hs=e=>{let r=e.reasoning,t=h("div",["vanilla-message-bubble","vanilla-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(t.id=`bubble-${e.id}`,t.setAttribute("data-message-id",e.id),!r)return t;let n=wr.has(e.id),s=h("button","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");s.type="button",s.setAttribute("aria-expanded",n?"true":"false"),s.setAttribute("data-expand-header","true"),s.setAttribute("data-bubble-type","reasoning");let o=h("div","persona-flex persona-flex-col persona-text-left"),a=h("span","persona-text-xs persona-text-persona-primary");a.textContent="Thinking...",o.appendChild(a);let i=h("span","persona-text-xs persona-text-persona-primary");i.textContent=sl(r),o.appendChild(i),r.status==="complete"?a.style.display="none":a.style.display="";let d=h("div","persona-flex persona-items-center"),u=me(n?"chevron-up":"chevron-down",16,"currentColor",2);u?d.appendChild(u):d.textContent=n?"Hide":"Show";let p=h("div","persona-flex persona-items-center persona-ml-auto");p.append(d),s.append(o,p);let f=h("div","persona-border-t persona-border-gray-200 persona-bg-gray-50 persona-px-4 persona-py-3");f.style.display=n?"":"none";let m=r.chunks.join(""),x=h("div","persona-whitespace-pre-wrap persona-text-xs persona-leading-snug persona-text-persona-muted");return x.textContent=m||(r.status==="complete"?"No additional context was shared.":"Waiting for details\u2026"),f.appendChild(x),(()=>{s.setAttribute("aria-expanded",n?"true":"false"),d.innerHTML="";let v=me(n?"chevron-up":"chevron-down",16,"currentColor",2);v?d.appendChild(v):d.textContent=n?"Hide":"Show",f.style.display=n?"":"none"})(),t.append(s,f),t};var Sr=new Set,Hl=(e,r,t)=>{var c;let n=Sr.has(e),s=(c=t==null?void 0:t.toolCall)!=null?c:{},o=r.querySelector('button[data-expand-header="true"]'),a=r.querySelector(".persona-border-t");if(!o||!a)return;o.setAttribute("aria-expanded",n?"true":"false");let i=o.querySelector(".persona-ml-auto"),d=i==null?void 0:i.querySelector(":scope > .persona-flex.persona-items-center");if(d){d.innerHTML="";let u=s.toggleTextColor||s.headerTextColor||"currentColor",p=me(n?"chevron-up":"chevron-down",16,u,2);p?d.appendChild(p):d.textContent=n?"Hide":"Show"}a.style.display=n?"":"none"},ys=(e,r)=>{var b;let t=e.toolCall,n=(b=r==null?void 0:r.toolCall)!=null?b:{},s=h("div",["vanilla-message-bubble","vanilla-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(s.id=`bubble-${e.id}`,s.setAttribute("data-message-id",e.id),n.backgroundColor&&(s.style.backgroundColor=n.backgroundColor),n.borderColor&&(s.style.borderColor=n.borderColor),n.borderWidth&&(s.style.borderWidth=n.borderWidth),n.borderRadius&&(s.style.borderRadius=n.borderRadius),!t)return s;let o=Sr.has(e.id),a=h("button","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");a.type="button",a.setAttribute("aria-expanded",o?"true":"false"),a.setAttribute("data-expand-header","true"),a.setAttribute("data-bubble-type","tool"),n.headerBackgroundColor&&(a.style.backgroundColor=n.headerBackgroundColor),n.headerPaddingX&&(a.style.paddingLeft=n.headerPaddingX,a.style.paddingRight=n.headerPaddingX),n.headerPaddingY&&(a.style.paddingTop=n.headerPaddingY,a.style.paddingBottom=n.headerPaddingY);let i=h("div","persona-flex persona-flex-col persona-text-left"),d=h("span","persona-text-xs persona-text-persona-primary");n.headerTextColor&&(d.style.color=n.headerTextColor),d.textContent=al(t),i.appendChild(d);let c=h("div","persona-flex persona-items-center"),u=n.toggleTextColor||n.headerTextColor||"currentColor",p=me(o?"chevron-up":"chevron-down",16,u,2);p?c.appendChild(p):c.textContent=o?"Hide":"Show";let f=h("div","persona-flex persona-items-center persona-gap-2 persona-ml-auto");f.append(c),a.append(i,f);let m=h("div","persona-border-t persona-border-gray-200 persona-bg-gray-50 persona-space-y-3 persona-px-4 persona-py-3");if(m.style.display=o?"":"none",n.contentBackgroundColor&&(m.style.backgroundColor=n.contentBackgroundColor),n.contentTextColor&&(m.style.color=n.contentTextColor),n.contentPaddingX&&(m.style.paddingLeft=n.contentPaddingX,m.style.paddingRight=n.contentPaddingX),n.contentPaddingY&&(m.style.paddingTop=n.contentPaddingY,m.style.paddingBottom=n.contentPaddingY),t.name){let A=h("div","persona-text-xs persona-text-persona-muted persona-italic");n.contentTextColor?A.style.color=n.contentTextColor:n.headerTextColor&&(A.style.color=n.headerTextColor),A.textContent=t.name,m.appendChild(A)}if(t.args!==void 0){let A=h("div","persona-space-y-1"),v=h("div","persona-text-xs persona-text-persona-muted");n.labelTextColor&&(v.style.color=n.labelTextColor),v.textContent="Arguments";let T=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");T.style.fontSize="0.75rem",T.style.lineHeight="1rem",n.codeBlockBackgroundColor&&(T.style.backgroundColor=n.codeBlockBackgroundColor),n.codeBlockBorderColor&&(T.style.borderColor=n.codeBlockBorderColor),n.codeBlockTextColor&&(T.style.color=n.codeBlockTextColor),T.textContent=Yr(t.args),A.append(v,T),m.appendChild(A)}if(t.chunks&&t.chunks.length){let A=h("div","persona-space-y-1"),v=h("div","persona-text-xs persona-text-persona-muted");n.labelTextColor&&(v.style.color=n.labelTextColor),v.textContent="Activity";let T=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");T.style.fontSize="0.75rem",T.style.lineHeight="1rem",n.codeBlockBackgroundColor&&(T.style.backgroundColor=n.codeBlockBackgroundColor),n.codeBlockBorderColor&&(T.style.borderColor=n.codeBlockBorderColor),n.codeBlockTextColor&&(T.style.color=n.codeBlockTextColor),T.textContent=t.chunks.join(`
|
|
16
|
-
`),A.append(v,T),m.appendChild(A)}if(t.status==="complete"&&t.result!==void 0){let A=h("div","persona-space-y-1"),v=h("div","persona-text-xs persona-text-persona-muted");n.labelTextColor&&(v.style.color=n.labelTextColor),v.textContent="Result";let T=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");T.style.fontSize="0.75rem",T.style.lineHeight="1rem",n.codeBlockBackgroundColor&&(T.style.backgroundColor=n.codeBlockBackgroundColor),n.codeBlockBorderColor&&(T.style.borderColor=n.codeBlockBorderColor),n.codeBlockTextColor&&(T.style.color=n.codeBlockTextColor),T.textContent=Yr(t.result),A.append(v,T),m.appendChild(A)}if(t.status==="complete"&&typeof t.duration=="number"){let A=h("div","persona-text-xs persona-text-persona-muted");n.contentTextColor&&(A.style.color=n.contentTextColor),A.textContent=`Duration: ${t.duration}ms`,m.appendChild(A)}return(()=>{a.setAttribute("aria-expanded",o?"true":"false"),c.innerHTML="";let A=n.toggleTextColor||n.headerTextColor||"currentColor",v=me(o?"chevron-up":"chevron-down",16,A,2);v?c.appendChild(v):c.textContent=o?"Hide":"Show",m.style.display=o?"":"none"})(),s.append(a,m),s};var bs=(e,r)=>{var b,A,v,T,j,w,I,R,D,V,ve,le;let t=e.approval,n=(r==null?void 0:r.approval)!==!1?r==null?void 0:r.approval:void 0,s=(t==null?void 0:t.status)==="pending",o=h("div",["persona-w-full","persona-max-w-[85%]","persona-rounded-2xl","persona-border","persona-shadow-sm","persona-overflow-hidden"].join(" "));if(o.id=`bubble-${e.id}`,o.setAttribute("data-message-id",e.id),o.style.backgroundColor=(b=n==null?void 0:n.backgroundColor)!=null?b:"var(--persona-approval-bg, #fefce8)",o.style.borderColor=(A=n==null?void 0:n.borderColor)!=null?A:"var(--persona-approval-border, #fef08a)",!t)return o;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",c=t.status==="approved"?"var(--persona-feedback-success, #16a34a)":t.status==="denied"?"var(--persona-feedback-error, #dc2626)":t.status==="timeout"?"var(--persona-feedback-warning, #ca8a04)":(v=n==null?void 0:n.titleColor)!=null?v:"currentColor",u=me(d,20,c,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(n!=null&&n.titleColor&&(m.style.color=n.titleColor),m.textContent=(T=n==null?void 0:n.title)!=null?T:"Approval Required",f.appendChild(m),!s){let q=h("span","persona-inline-flex persona-items-center persona-px-2 persona-py-0.5 persona-rounded-full persona-text-xs persona-font-medium");q.setAttribute("data-approval-status",t.status),t.status==="approved"?(q.style.backgroundColor="var(--persona-palette-colors-success-100, #dcfce7)",q.style.color="var(--persona-palette-colors-success-700, #15803d)",q.textContent="Approved"):t.status==="denied"?(q.style.backgroundColor="var(--persona-palette-colors-error-100, #fee2e2)",q.style.color="var(--persona-palette-colors-error-700, #b91c1c)",q.textContent="Denied"):t.status==="timeout"&&(q.style.backgroundColor="var(--persona-palette-colors-warning-100, #fef3c7)",q.style.color="var(--persona-palette-colors-warning-700, #b45309)",q.textContent="Timeout"),f.appendChild(q)}p.appendChild(f);let x=h("p","persona-text-sm persona-mt-0.5 persona-text-persona-muted");if(n!=null&&n.descriptionColor&&(x.style.color=n.descriptionColor),x.textContent=t.description,p.appendChild(x),t.parameters){let q=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");n!=null&&n.parameterBackgroundColor&&(q.style.backgroundColor=n.parameterBackgroundColor),n!=null&&n.parameterTextColor&&(q.style.color=n.parameterTextColor),q.style.fontSize="0.75rem",q.style.lineHeight="1rem",q.textContent=Yr(t.parameters),p.appendChild(q)}if(s){let q=h("div","persona-flex persona-gap-2 persona-mt-2");q.setAttribute("data-approval-buttons","true");let ee=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");ee.type="button",ee.style.backgroundColor=(j=n==null?void 0:n.approveButtonColor)!=null?j:"var(--persona-approval-approve-bg, #22c55e)",ee.style.color=(w=n==null?void 0:n.approveButtonTextColor)!=null?w:"#ffffff",ee.setAttribute("data-approval-action","approve");let Ce=me("shield-check",14,(I=n==null?void 0:n.approveButtonTextColor)!=null?I:"#ffffff",2);Ce&&(Ce.style.marginRight="4px",ee.appendChild(Ce));let we=document.createTextNode((R=n==null?void 0:n.approveLabel)!=null?R:"Approve");ee.appendChild(we);let ye=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");ye.type="button",ye.style.backgroundColor=(D=n==null?void 0:n.denyButtonColor)!=null?D:"transparent",ye.style.color=(V=n==null?void 0:n.denyButtonTextColor)!=null?V:"var(--persona-feedback-error, #dc2626)",ye.style.border=`1px solid ${n!=null&&n.denyButtonTextColor?n.denyButtonTextColor:"var(--persona-palette-colors-error-200, #fca5a5)"}`,ye.setAttribute("data-approval-action","deny");let ce=me("shield-x",14,(ve=n==null?void 0:n.denyButtonTextColor)!=null?ve:"var(--persona-feedback-error, #dc2626)",2);ce&&(ce.style.marginRight="4px",ye.appendChild(ce));let Q=document.createTextNode((le=n==null?void 0:n.denyLabel)!=null?le:"Deny");ye.appendChild(Q),q.append(ee,ye),p.appendChild(q)}return a.append(i,p),o.appendChild(a),o};var Bl=e=>{let r=[];return{buttons:r,render:(n,s,o,a,i)=>{if(e.innerHTML="",r.length=0,!n||!n.length||(a!=null?a:s?s.getMessages():[]).some(m=>m.role==="user"))return;let u=document.createDocumentFragment(),p=s?s.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'}};n.forEach(m=>{let x=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-muted hover:persona-opacity-90 persona-cursor-pointer persona-border persona-border-gray-200");x.type="button",x.textContent=m,x.disabled=p,i!=null&&i.fontFamily&&(x.style.fontFamily=f(i.fontFamily)),i!=null&&i.fontWeight&&(x.style.fontWeight=i.fontWeight),i!=null&&i.paddingX&&(x.style.paddingLeft=i.paddingX,x.style.paddingRight=i.paddingX),i!=null&&i.paddingY&&(x.style.paddingTop=i.paddingY,x.style.paddingBottom=i.paddingY),x.addEventListener("click",()=>{!s||s.isStreaming()||(o.value="",s.sendMessage(m))}),u.appendChild(x),r.push(x)}),e.appendChild(u)}}};var ao=class{constructor(r=2e3,t=null){this.head=0;this.count=0;this.totalCaptured=0;this.eventTypesSet=new Set;this.maxSize=r,this.buffer=new Array(r),this.store=t}push(r){var t;this.buffer[this.head]=r,this.head=(this.head+1)%this.maxSize,this.count<this.maxSize&&this.count++,this.totalCaptured++,this.eventTypesSet.add(r.type),(t=this.store)==null||t.put(r)}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 r=await this.store.getAll();if(r.length===0)return 0;let t=r.length>this.maxSize?r.slice(r.length-this.maxSize):r;for(let n of t)this.buffer[this.head]=n,this.head=(this.head+1)%this.maxSize,this.count<this.maxSize&&this.count++,this.eventTypesSet.add(n.type);return this.totalCaptured=r.length,t.length}getAllFromStore(){return this.store?this.store.getAll():Promise.resolve(this.getAll())}getRecent(r){let t=this.getAll();return r>=t.length?t:t.slice(t.length-r)}getSize(){return this.count}getTotalCaptured(){return this.totalCaptured}getEvictedCount(){return this.totalCaptured-this.count}clear(){var r;this.buffer=new Array(this.maxSize),this.head=0,this.count=0,this.totalCaptured=0,this.eventTypesSet.clear(),(r=this.store)==null||r.clear()}destroy(){var r;this.buffer=[],this.head=0,this.count=0,this.totalCaptured=0,this.eventTypesSet.clear(),(r=this.store)==null||r.destroy()}getEventTypes(){return Array.from(this.eventTypesSet)}};var io=class{constructor(r="persona-event-stream",t="events"){this.db=null;this.pendingWrites=[];this.flushScheduled=!1;this.isDestroyed=!1;this.dbName=r,this.storeName=t}open(){return new Promise((r,t)=>{try{let n=indexedDB.open(this.dbName,1);n.onupgradeneeded=()=>{let s=n.result;s.objectStoreNames.contains(this.storeName)||s.createObjectStore(this.storeName,{keyPath:"id"}).createIndex("timestamp","timestamp",{unique:!1})},n.onsuccess=()=>{this.db=n.result,r()},n.onerror=()=>{t(n.error)}}catch(n){t(n)}})}put(r){!this.db||this.isDestroyed||(this.pendingWrites.push(r),this.flushScheduled||(this.flushScheduled=!0,queueMicrotask(()=>this.flushWrites())))}putBatch(r){if(!(!this.db||this.isDestroyed||r.length===0))try{let n=this.db.transaction(this.storeName,"readwrite").objectStore(this.storeName);for(let s of r)n.put(s)}catch{}}getAll(){return new Promise((r,t)=>{if(!this.db){r([]);return}try{let a=this.db.transaction(this.storeName,"readonly").objectStore(this.storeName).index("timestamp").getAll();a.onsuccess=()=>{r(a.result)},a.onerror=()=>{t(a.error)}}catch(n){t(n)}})}getCount(){return new Promise((r,t)=>{if(!this.db){r(0);return}try{let o=this.db.transaction(this.storeName,"readonly").objectStore(this.storeName).count();o.onsuccess=()=>{r(o.result)},o.onerror=()=>{t(o.error)}}catch(n){t(n)}})}clear(){return new Promise((r,t)=>{if(!this.db){r();return}this.pendingWrites=[];try{let o=this.db.transaction(this.storeName,"readwrite").objectStore(this.storeName).clear();o.onsuccess=()=>{r()},o.onerror=()=>{t(o.error)}}catch(n){t(n)}})}close(){this.db&&(this.db.close(),this.db=null)}destroy(){return this.isDestroyed=!0,this.pendingWrites=[],this.close(),new Promise((r,t)=>{try{let n=indexedDB.deleteDatabase(this.dbName);n.onsuccess=()=>{r()},n.onerror=()=>{t(n.error)}}catch(n){t(n)}})}flushWrites(){if(this.flushScheduled=!1,!this.db||this.isDestroyed||this.pendingWrites.length===0)return;let r=this.pendingWrites;this.pendingWrites=[];try{let n=this.db.transaction(this.storeName,"readwrite").objectStore(this.storeName);for(let s of r)n.put(s)}catch{}}};function Ar(e,r){r&&r.split(/\s+/).forEach(t=>t&&e.classList.add(t))}var Sd={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, #dbeafe)",text:"var(--persona-palette-colors-primary-700, #1e40af)"},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)"}},Ad={bg:"var(--persona-palette-colors-gray-100, #f3f4f6)",text:"var(--persona-palette-colors-gray-600, #4b5563)"},Ed=["flowName","stepName","reasoningText","text","name","tool","toolName"],Td=100;function Md(e,r){let t={...Sd,...r};if(t[e])return t[e];for(let n of Object.keys(t))if(n.endsWith("_")&&e.startsWith(n))return t[n];return Ad}function kd(e,r){return`+${((e-r)/1e3).toFixed(3)}s`}function Ld(e){let r=new Date(e),t=String(r.getHours()).padStart(2,"0"),n=String(r.getMinutes()).padStart(2,"0"),s=String(r.getSeconds()).padStart(2,"0"),o=String(r.getMilliseconds()).padStart(3,"0");return`${t}:${n}:${s}.${o}`}function Pd(e,r){try{let t=JSON.parse(e);if(typeof t!="object"||t===null)return null;for(let n of r){let s=n.split("."),o=t;for(let a of s)if(o&&typeof o=="object"&&o!==null)o=o[a];else{o=void 0;break}if(typeof o=="string"&&o.trim())return o.trim()}}catch{}return null}function Id(e){var r;return(r=navigator.clipboard)!=null&&r.writeText?navigator.clipboard.writeText(e):new Promise(t=>{let n=document.createElement("textarea");n.value=e,n.style.position="fixed",n.style.opacity="0",document.body.appendChild(n),n.select(),document.execCommand("copy"),document.body.removeChild(n),t()})}function Wd(e){let r;try{r=JSON.parse(e.payload)}catch{r=e.payload}return JSON.stringify({type:e.type,timestamp:new Date(e.timestamp).toISOString(),payload:r},null,2)}function Rd(e,r,t){let n,s;try{s=JSON.parse(e.payload),n=JSON.stringify(s,null,2)}catch{s=e.payload,n=e.payload}let o=r.find(i=>i.renderEventStreamPayload);if(o!=null&&o.renderEventStreamPayload&&t){let i=o.renderEventStreamPayload({event:e,config:t,defaultRenderer:()=>a(),parsedPayload:s});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=n,i.appendChild(d),i}}function xs(e,r,t,n,s,o,a,i){var f;let d=s.has(e.id),c=h("div","persona-border-b persona-border-persona-divider persona-text-xs");Ar(c,(f=n.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:r,config:i,defaultRenderer:()=>p(),isExpanded:d,onToggleExpand:()=>o(e.id)});if(m)return c.appendChild(m),c}return c.appendChild(p()),c;function p(){var ee,Ce;let m=h("div",""),x=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");x.setAttribute("data-event-id",e.id);let b=h("span","persona-flex-shrink-0 persona-text-persona-muted persona-w-4 persona-text-center persona-flex persona-items-center persona-justify-center"),A=me(d?"chevron-down":"chevron-right","14px","currentColor",2);A&&b.appendChild(A);let v=h("span","persona-text-[11px] persona-text-persona-muted persona-whitespace-nowrap persona-flex-shrink-0 persona-font-mono persona-w-[70px]"),T=(ee=n.timestampFormat)!=null?ee:"relative";v.textContent=T==="relative"?kd(e.timestamp,t):Ld(e.timestamp);let j=null;n.showSequenceNumbers!==!1&&(j=h("span","persona-text-[11px] persona-text-persona-muted persona-font-mono persona-flex-shrink-0 persona-w-[28px] persona-text-right"),j.textContent=String(r+1));let w=Md(e.type,n.badgeColors),I=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");I.style.backgroundColor=w.bg,I.style.color=w.text,I.style.borderColor=w.text+"50",I.textContent=e.type;let R=(Ce=n.descriptionFields)!=null?Ce:Ed,D=Pd(e.payload,R),V=null;D&&(V=h("span","persona-text-[11px] persona-text-persona-secondary persona-truncate persona-min-w-0"),V.textContent=D);let ve=h("div","persona-flex-1 persona-min-w-0"),le=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"),q=me("clipboard","12px","currentColor",1.5);return q&&le.appendChild(q),le.addEventListener("click",async we=>{we.stopPropagation(),await Id(Wd(e)),le.innerHTML="";let ye=me("check","12px","currentColor",1.5);ye&&le.appendChild(ye),setTimeout(()=>{le.innerHTML="";let ce=me("clipboard","12px","currentColor",1.5);ce&&le.appendChild(ce)},1500)}),x.appendChild(b),x.appendChild(v),j&&x.appendChild(j),x.appendChild(I),V&&x.appendChild(V),x.appendChild(ve),x.appendChild(le),m.appendChild(x),d&&m.appendChild(Rd(e,a,i)),m}}function Dl(e){var c,u;let{buffer:r,getFullHistory:t,onClose:n,config:s,plugins:o=[]}=e,a=(u=(c=s==null?void 0:s.features)==null?void 0:c.eventStream)!=null?u:{},i=o.find(p=>p.renderEventStreamView);if(i!=null&&i.renderEventStreamView&&s){let p=i.renderEventStreamView({config:s,events:r.getAll(),defaultRenderer:()=>d().element,onClose:n});if(p)return{element:p,update:()=>{},destroy:()=>{}}}return d();function d(){let p=a.classNames,f=h("div","persona-event-stream-view persona-flex persona-flex-col persona-flex-1 persona-min-h-0");Ar(f,p==null?void 0:p.panel);let m=[],x="",b="",A=null,v=[],T={},j=0,w=!1,I=0,R=0,D=!1,V=null,ve=!1,le=0,q=new Set,ee=new Map,Ce="",we="",ye=null,ce,Q,J,U,ne;function fe(){let X=h("div","persona-flex persona-flex-col persona-flex-shrink-0"),F=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");Ar(F,p==null?void 0:p.headerBar);let be=h("span","persona-text-sm persona-font-medium persona-text-persona-primary persona-whitespace-nowrap");be.textContent="Events",ce=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"),ce.textContent="0";let xe=h("div","persona-flex-1");Q=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 Ae=h("option","");Ae.value="",Ae.textContent="All events",Q.appendChild(Ae),J=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"),J.type="button",J.title="Copy All";let st=me("clipboard-copy","12px","currentColor",1.5);st&&J.appendChild(st);let Be=h("span","persona-text-xs");Be.textContent="Copy All",J.appendChild(Be),F.appendChild(be),F.appendChild(ce),F.appendChild(xe),F.appendChild(Q),F.appendChild(J);let We=h("div","persona-relative persona-px-4 persona-py-2.5 persona-border-b persona-border-persona-divider persona-bg-persona-surface");Ar(We,p==null?void 0:p.searchBar);let ze=me("search","14px","var(--persona-muted, #9ca3af)",1.5),pe=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");ze&&pe.appendChild(ze),U=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"),Ar(U,p==null?void 0:p.searchInput),U.type="text",U.placeholder="Search event payloads...",ne=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"),ne.type="button",ne.style.display="none";let $t=me("x","12px","currentColor",2);return $t&&ne.appendChild($t),We.appendChild(pe),We.appendChild(U),We.appendChild(ne),X.appendChild(F),X.appendChild(We),X}let wt,ut=o.find(X=>X.renderEventStreamToolbar);if(ut!=null&&ut.renderEventStreamToolbar&&s){let X=ut.renderEventStreamToolbar({config:s,defaultRenderer:()=>fe(),eventCount:r.getSize(),filteredCount:0,onFilterChange:F=>{x=F,Y(),je()},onSearchChange:F=>{b=F,Y(),je()}});wt=X!=null?X:fe()}else wt=fe();let gt=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");gt.style.display="none";let Tt=h("div","persona-flex-1 persona-min-h-0 persona-relative"),se=h("div","persona-event-stream-list persona-overflow-y-auto persona-min-h-0");se.style.height="100%";let re=h("div","persona-absolute persona-bottom-3 persona-left-1/2 persona-transform persona--translate-x-1/2 persona-bg-persona-accent persona-text-white persona-text-xs persona-px-3 persona-py-1.5 persona-rounded-full persona-cursor-pointer persona-shadow-md persona-z-10 persona-flex persona-items-center persona-gap-1");Ar(re,p==null?void 0:p.scrollIndicator),re.style.display="none";let Ue=me("arrow-down","12px","currentColor",2);Ue&&re.appendChild(Ue);let z=h("span","");re.appendChild(z);let te=h("div","persona-flex persona-items-center persona-justify-center persona-h-full persona-text-sm persona-text-persona-muted");te.style.display="none",Tt.appendChild(se),Tt.appendChild(te),Tt.appendChild(re),f.setAttribute("tabindex","0"),f.appendChild(wt),f.appendChild(gt),f.appendChild(Tt);function de(){let X=r.getAll(),F={};for(let Be of X)F[Be.type]=(F[Be.type]||0)+1;let be=Object.keys(F).sort(),xe=be.length!==v.length||!be.every((Be,We)=>Be===v[We]),Ae=!xe&&be.some(Be=>F[Be]!==T[Be]),Ee=X.length!==Object.values(T).reduce((Be,We)=>Be+We,0);if(!xe&&!Ae&&!Ee||(v=be,T=F,!Q))return;let st=Q.value;if(Q.options[0].textContent="All events",xe){for(;Q.options.length>1;)Q.remove(1);for(let Be of be){let We=h("option","");We.value=Be,We.textContent=`${Be} (${F[Be]||0})`,Q.appendChild(We)}st&&be.includes(st)?Q.value=st:st&&(Q.value="",x="")}else for(let Be=1;Be<Q.options.length;Be++){let We=Q.options[Be];We.textContent=`${We.value} (${F[We.value]||0})`}}function Qe(){let X=r.getAll();if(x&&(X=X.filter(F=>F.type===x)),b){let F=b.toLowerCase();X=X.filter(be=>be.type.toLowerCase().includes(F)||be.payload.toLowerCase().includes(F))}return X}function G(){return x!==""||b!==""}function Y(){j=0,I=0,w=!1,re.style.display="none"}function tt(X){q.has(X)?q.delete(X):q.add(X),ye=X;let F=se.scrollTop,be=w;ve=!0,w=!0,je(),se.scrollTop=F,w=be,ve=!1}function Ne(){return se.scrollHeight-se.scrollTop-se.clientHeight<=50}function je(){R=Date.now(),D=!1,de();let X=r.getEvictedCount();X>0?(gt.textContent=`${X.toLocaleString()} older events truncated`,gt.style.display=""):gt.style.display="none",m=Qe();let F=m.length,be=r.getSize()>0;ce&&(ce.textContent=String(r.getSize())),F===0&&be&&G()?(te.textContent=b?`No events matching '${b}'`:"No events matching filter",te.style.display="",se.style.display="none"):(te.style.display="none",se.style.display=""),J&&(J.title=G()?`Copy Filtered (${F})`:"Copy All"),w&&F>j&&(I+=F-j,z.textContent=`${I} new event${I===1?"":"s"}`,re.style.display=""),j=F;let xe=r.getAll(),Ae=xe.length>0?xe[0].timestamp:0,Ee=new Set(m.map(We=>We.id));for(let We of q)Ee.has(We)||q.delete(We);let st=x!==Ce||b!==we,Be=ee.size===0&&m.length>0;if(st||Be||m.length===0){se.innerHTML="",ee.clear();let We=document.createDocumentFragment();for(let ze=0;ze<m.length;ze++){let pe=xs(m[ze],ze,Ae,a,q,tt,o,s);ee.set(m[ze].id,pe),We.appendChild(pe)}se.appendChild(We),Ce=x,we=b,ye=null}else{if(ye!==null){let ze=ee.get(ye);if(ze&&ze.parentNode===se){let pe=m.findIndex($t=>$t.id===ye);if(pe>=0){let $t=xs(m[pe],pe,Ae,a,q,tt,o,s);se.insertBefore($t,ze),ze.remove(),ee.set(ye,$t)}}ye=null}let We=new Set(m.map(ze=>ze.id));for(let[ze,pe]of ee)We.has(ze)||(pe.remove(),ee.delete(ze));for(let ze=0;ze<m.length;ze++){let pe=m[ze];if(!ee.has(pe.id)){let $t=xs(pe,ze,Ae,a,q,tt,o,s);ee.set(pe.id,$t),se.appendChild($t)}}}w||(se.scrollTop=se.scrollHeight)}function Mt(){if(Date.now()-R>=Td){V!==null&&(cancelAnimationFrame(V),V=null),je();return}D||(D=!0,V=requestAnimationFrame(()=>{V=null,je()}))}let qt=(X,F)=>{if(!J)return;J.innerHTML="";let be=me(X,"12px","currentColor",1.5);be&&J.appendChild(be);let xe=h("span","persona-text-xs");xe.textContent="Copy All",J.appendChild(xe),setTimeout(()=>{J.innerHTML="";let Ae=me("clipboard-copy","12px","currentColor",1.5);Ae&&J.appendChild(Ae);let Ee=h("span","persona-text-xs");Ee.textContent="Copy All",J.appendChild(Ee),J.disabled=!1},F)},ue=async()=>{if(J){J.disabled=!0;try{let X;G()?X=m:t?(X=await t(),X.length===0&&(X=r.getAll())):X=r.getAll();let F=X.map(be=>{try{return JSON.parse(be.payload)}catch{return be.payload}});await navigator.clipboard.writeText(JSON.stringify(F,null,2)),qt("check",1500)}catch{qt("x",1500)}}},Ye=()=>{Q&&(x=Q.value,Y(),je())},ke=()=>{!U||!ne||(ne.style.display=U.value?"":"none",A&&clearTimeout(A),A=setTimeout(()=>{b=U.value,Y(),je()},150))},ot=()=>{!U||!ne||(U.value="",b="",ne.style.display="none",A&&clearTimeout(A),Y(),je())},Ve=()=>{if(ve)return;let X=se.scrollTop,F=X>le;le=X,Ne()&&F?(w=!1,I=0,re.style.display="none"):Ne()||(w=!0)},nt=X=>{X.deltaY<0&&(w=!0)},Rt=()=>{se.scrollTop=se.scrollHeight,w=!1,I=0,re.style.display="none"},Ht=X=>{let F=X.target;if(!F||F.closest("button"))return;let be=F.closest("[data-event-id]");if(!be)return;let xe=be.getAttribute("data-event-id");xe&&tt(xe)},kt=X=>{if((X.metaKey||X.ctrlKey)&&X.key==="f"){X.preventDefault(),U==null||U.focus(),U==null||U.select();return}X.key==="Escape"&&(U&&document.activeElement===U?(ot(),U.blur(),f.focus()):n&&n())};J&&J.addEventListener("click",ue),Q&&Q.addEventListener("change",Ye),U&&U.addEventListener("input",ke),ne&&ne.addEventListener("click",ot),se.addEventListener("scroll",Ve),se.addEventListener("wheel",nt,{passive:!0}),se.addEventListener("click",Ht),re.addEventListener("click",Rt),f.addEventListener("keydown",kt);function N(){A&&clearTimeout(A),V!==null&&(cancelAnimationFrame(V),V=null),D=!1,ee.clear(),J&&J.removeEventListener("click",ue),Q&&Q.removeEventListener("change",Ye),U&&U.removeEventListener("input",ke),ne&&ne.removeEventListener("click",ot),se.removeEventListener("scroll",Ve),se.removeEventListener("wheel",nt),se.removeEventListener("click",Ht),re.removeEventListener("click",Rt),f.removeEventListener("keydown",kt)}return{element:f,update:Mt,destroy:N}}}function Nl(e,r){let t=typeof e.title=="string"&&e.title?e.title:"Untitled artifact",n=typeof e.artifactId=="string"?e.artifactId:"",s=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-bg, #ffffff)",i.style.cursor="pointer",i.tabIndex=0,i.setAttribute("role","button"),i.setAttribute("aria-label",`Open ${t} in artifact panel`),n&&i.setAttribute("data-open-artifact",n);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 c=document.createElement("div");c.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)",s==="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, #3b82f6)",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(c.append(u,p),i.append(d,c),s==="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",n),i.append(f)}return i}var Ol=(e,r)=>{var n,s,o;let t=(o=(s=(n=r==null?void 0:r.config)==null?void 0:n.features)==null?void 0:s.artifacts)==null?void 0:o.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",c=typeof e.artifactType=="string"?e.artifactType:"markdown",u=t({artifact:{artifactId:i,title:a,artifactType:c,status:d},config:r.config,defaultRenderer:()=>Nl(e,r)});if(u)return u}return Nl(e,r)};var vs=class{constructor(){this.components=new Map}register(r,t){this.components.has(r)&&console.warn(`[ComponentRegistry] Component "${r}" is already registered. Overwriting.`),this.components.set(r,t)}unregister(r){this.components.delete(r)}get(r){return this.components.get(r)}has(r){return this.components.has(r)}getAllNames(){return Array.from(this.components.keys())}clear(){this.components.clear()}registerAll(r){Object.entries(r).forEach(([t,n])=>{this.register(t,n)})}},zn=new vs;zn.register("PersonaArtifactCard",Ol);function Hd(e){var s;let r=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 n=h("pre","persona-font-mono persona-text-xs persona-whitespace-pre-wrap persona-overflow-x-auto");return n.textContent=JSON.stringify((s=e.props)!=null?s:{},null,2),r.appendChild(t),r.appendChild(n),r}function $l(e,r){var Tt,se,re,Ue;let t=(se=(Tt=e.features)==null?void 0:Tt.artifacts)==null?void 0:se.layout,s=((re=t==null?void 0:t.toolbarPreset)!=null?re:"default")==="document",o=(Ue=t==null?void 0:t.panePadding)==null?void 0:Ue.trim(),a=e.markdown?fr(e.markdown):null,i=Kr(e.sanitize),d=z=>{let te=a?a(z):Jr(z);return i?i(te):te},c=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=()=>{c==null||c.classList.add("persona-hidden"),p.classList.remove("persona-artifact-drawer-open"),q==null||q.hide()};c&&c.addEventListener("click",()=>{var z;u(),(z=r.onDismiss)==null||z.call(r)});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"),s&&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"),s&&f.classList.add("persona-artifact-toolbar-document");let m=h("span","persona-text-xs persona-font-medium persona-truncate");m.textContent="Artifacts";let x=h("button","persona-rounded-md persona-border persona-border-persona-border persona-px-2 persona-py-1 persona-text-xs persona-bg-persona-surface");x.type="button",x.textContent="Close",x.setAttribute("aria-label","Close artifacts panel"),x.addEventListener("click",()=>{var z;u(),(z=r.onDismiss)==null||z.call(r)});let b="rendered",A=h("div","persona-flex persona-items-center persona-gap-1 persona-shrink-0 persona-artifact-toggle-group"),v=s?_t({icon:"eye",label:"Rendered view",className:"persona-artifact-doc-icon-btn persona-artifact-view-btn"}):_t({icon:"eye",label:"Rendered view"}),T=s?_t({icon:"code-2",label:"Source",className:"persona-artifact-doc-icon-btn persona-artifact-code-btn"}):_t({icon:"code-2",label:"Source"}),j=h("div","persona-flex persona-items-center persona-gap-1 persona-shrink-0"),w=(t==null?void 0:t.documentToolbarShowCopyLabel)===!0,I=(t==null?void 0:t.documentToolbarShowCopyChevron)===!0,R=t==null?void 0:t.documentToolbarCopyMenuItems,D=!!(I&&R&&R.length>0),V=null,ve,le=null,q=null;if(s&&(w||I)&&!D){if(ve=w?_o({icon:"copy",label:"Copy",iconSize:14,className:"persona-artifact-doc-copy-btn"}):_t({icon:"copy",label:"Copy",className:"persona-artifact-doc-copy-btn"}),I){let z=me("chevron-down",14,"currentColor",2);z&&ve.appendChild(z)}}else s&&D?(V=h("div","persona-relative persona-inline-flex persona-items-center persona-gap-0 persona-rounded-md"),ve=w?_o({icon:"copy",label:"Copy",iconSize:14,className:"persona-artifact-doc-copy-btn"}):_t({icon:"copy",label:"Copy",className:"persona-artifact-doc-copy-btn"}),le=_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"}}),V.append(ve,le)):s?ve=_t({icon:"copy",label:"Copy",className:"persona-artifact-doc-icon-btn"}):ve=_t({icon:"copy",label:"Copy"});let ee=s?_t({icon:"refresh-cw",label:"Refresh",className:"persona-artifact-doc-icon-btn"}):_t({icon:"refresh-cw",label:"Refresh"}),Ce=s?_t({icon:"x",label:"Close",className:"persona-artifact-doc-icon-btn"}):_t({icon:"x",label:"Close"}),we=()=>{var G,Y,tt;let z=(G=ne.find(Ne=>Ne.id===fe))!=null?G:ne[ne.length-1],te=(Y=z==null?void 0:z.id)!=null?Y:null,de=(z==null?void 0:z.artifactType)==="markdown"&&(tt=z.markdown)!=null?tt:"",Qe=z?JSON.stringify({component:z.component,props:z.props},null,2):"";return{markdown:de,jsonPayload:Qe,id:te}},ye=async()=>{var G;let{markdown:z,jsonPayload:te}=we(),de=(G=ne.find(Y=>Y.id===fe))!=null?G:ne[ne.length-1],Qe=(de==null?void 0:de.artifactType)==="markdown"?z:de?te:"";try{await navigator.clipboard.writeText(Qe)}catch{}};if(ve.addEventListener("click",async()=>{let z=t==null?void 0:t.onDocumentToolbarCopyMenuSelect;if(z&&D){let{markdown:te,jsonPayload:de,id:Qe}=we();try{await z({actionId:"primary",artifactId:Qe,markdown:te,jsonPayload:de})}catch{}return}await ye()}),le&&(R!=null&&R.length)){let z=()=>{var de;return(de=p.closest("#persona-root"))!=null?de:document.body},te=()=>{q=sr({items:R.map(de=>({id:de.id,label:de.label})),onSelect:async de=>{let{markdown:Qe,jsonPayload:G,id:Y}=we(),tt=t==null?void 0:t.onDocumentToolbarCopyMenuSelect;try{tt?await tt({actionId:de,artifactId:Y,markdown:Qe,jsonPayload:G}):de==="markdown"||de==="md"?await navigator.clipboard.writeText(Qe):de==="json"||de==="source"?await navigator.clipboard.writeText(G):await navigator.clipboard.writeText(Qe||G)}catch{}},anchor:V!=null?V:le,position:"bottom-right",portal:z()})};p.isConnected?te():requestAnimationFrame(te),le.addEventListener("click",de=>{de.stopPropagation(),q==null||q.toggle()})}ee.addEventListener("click",async()=>{var z;try{await((z=t==null?void 0:t.onDocumentToolbarRefresh)==null?void 0:z.call(t))}catch{}ut()}),Ce.addEventListener("click",()=>{var z;u(),(z=r.onDismiss)==null||z.call(r)});let ce=()=>{s&&(v.setAttribute("aria-pressed",b==="rendered"?"true":"false"),T.setAttribute("aria-pressed",b==="source"?"true":"false"))};v.addEventListener("click",()=>{b="rendered",ce(),ut()}),T.addEventListener("click",()=>{b="source",ce(),ut()});let Q=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");s?(f.replaceChildren(),A.append(v,T),V?j.append(V,ee,Ce):j.append(ve,ee,Ce),f.append(A,Q,j),ce()):(f.appendChild(m),f.appendChild(x)),o&&(f.style.paddingLeft=o,f.style.paddingRight=o);let J=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"),U=h("div","persona-artifact-content persona-flex-1 persona-min-h-0 persona-overflow-y-auto persona-p-3");o&&(J.style.paddingLeft=o,J.style.paddingRight=o,U.style.padding=o),p.appendChild(f),p.appendChild(J),p.appendChild(U);let ne=[],fe=null,wt=!1,ut=()=>{var Qe,G,Y,tt;let z=s&&ne.length<=1;J.classList.toggle("persona-hidden",z),J.replaceChildren();for(let Ne of ne){let je=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");je.type="button",je.textContent=Ne.title||Ne.id.slice(0,8),Ne.id===fe&&je.classList.add("persona-bg-persona-container","persona-border-persona-border"),je.addEventListener("click",()=>r.onSelect(Ne.id)),J.appendChild(je)}U.replaceChildren();let te=fe&&ne.find(Ne=>Ne.id===fe)||ne[ne.length-1];if(!te)return;if(s){let Ne=te.artifactType==="markdown"?"MD":(Qe=te.component)!=null?Qe:"Component",Mt=(te.title||"Document").trim().replace(/\s*·\s*MD\s*$/i,"").trim()||"Document";Q.textContent=`${Mt} \xB7 ${Ne}`}else m.textContent="Artifacts";if(te.artifactType==="markdown"){if(s&&b==="source"){let je=h("pre","persona-font-mono persona-text-xs persona-whitespace-pre-wrap persona-break-words persona-text-persona-primary");je.textContent=(G=te.markdown)!=null?G:"",U.appendChild(je);return}let Ne=h("div","persona-text-sm persona-leading-relaxed persona-markdown-bubble");Ne.innerHTML=d((Y=te.markdown)!=null?Y:""),U.appendChild(Ne);return}let de=te.component?zn.get(te.component):void 0;if(de){let je={message:{id:te.id,role:"assistant",content:"",createdAt:new Date().toISOString()},config:e,updateProps:()=>{}};try{let Mt=de((tt=te.props)!=null?tt:{},je);if(Mt){U.appendChild(Mt);return}}catch{}}U.appendChild(Hd(te))},gt=()=>{var te;let z=ne.length>0;if(p.classList.toggle("persona-hidden",!z),c){let de=typeof p.closest=="function"?p.closest("#persona-root"):null,G=((te=de==null?void 0:de.classList.contains("persona-artifact-narrow-host"))!=null?te:!1)||typeof window!="undefined"&&window.matchMedia("(max-width: 640px)").matches;z&&G&&wt?(c.classList.remove("persona-hidden"),p.classList.add("persona-artifact-drawer-open")):(c.classList.add("persona-hidden"),p.classList.remove("persona-artifact-drawer-open"))}};return{element:p,backdrop:c,update(z){var te,de,Qe;ne=z.artifacts,fe=(Qe=(de=z.selectedId)!=null?de:(te=z.artifacts[z.artifacts.length-1])==null?void 0:te.id)!=null?Qe:null,ne.length>0&&(wt=!0),ut(),gt()},setMobileOpen(z){wt=z,!z&&c?(c.classList.add("persona-hidden"),p.classList.remove("persona-artifact-drawer-open")):gt()}}}function pn(e){var r,t;return((t=(r=e==null?void 0:e.features)==null?void 0:r.artifacts)==null?void 0:t.enabled)===!0}function Fl(e,r){var o,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"),!pn(r))return;let t=(a=(o=r.features)==null?void 0:o.artifacts)==null?void 0:a.layout,n=(i=t==null?void 0:t.paneBorder)==null?void 0:i.trim(),s=(d=t==null?void 0:t.paneBorderLeft)==null?void 0:d.trim();n?(e.classList.add("persona-artifact-border-full"),e.style.setProperty("--persona-artifact-pane-border",n)):s&&(e.classList.add("persona-artifact-border-left"),e.style.setProperty("--persona-artifact-pane-border-left",s))}function Bd(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 jo(e,r){var d,c,u,p,f,m,x,b,A,v;if(!pn(r)){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"),Bd(e),Fl(e,r);return}let t=(c=(d=r.features)==null?void 0:d.artifacts)==null?void 0:c.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 n=(m=t==null?void 0:t.paneBackground)==null?void 0:m.trim();n?e.style.setProperty("--persona-artifact-pane-bg",n):e.style.removeProperty("--persona-artifact-pane-bg");let s=(x=t==null?void 0:t.panePadding)==null?void 0:x.trim();s?e.style.setProperty("--persona-artifact-pane-padding",s):e.style.removeProperty("--persona-artifact-pane-padding");let o=(b=t==null?void 0:t.documentToolbarIconColor)==null?void 0:b.trim();o?e.style.setProperty("--persona-artifact-doc-toolbar-icon-color",o):e.style.removeProperty("--persona-artifact-doc-toolbar-icon-color");let a=(A=t==null?void 0:t.documentToolbarToggleActiveBackground)==null?void 0:A.trim();a?e.style.setProperty("--persona-artifact-doc-toggle-active-bg",a):e.style.removeProperty("--persona-artifact-doc-toggle-active-bg");let i=(v=t==null?void 0:t.documentToolbarToggleActiveBorderColor)==null?void 0:v.trim();i?e.style.setProperty("--persona-artifact-doc-toggle-active-border",i):e.style.removeProperty("--persona-artifact-doc-toggle-active-border"),Fl(e,r)}var _l=["panel","seamless"];function zo(e,r){var i,d,c,u,p,f;for(let m of _l)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"),!pn(r))return;let t=(d=(i=r.features)==null?void 0:i.artifacts)==null?void 0:d.layout,n=(c=t==null?void 0:t.paneAppearance)!=null?c:"panel",s=_l.includes(n)?n:"panel";e.classList.add(`persona-artifact-appearance-${s}`);let o=(u=t==null?void 0:t.paneBorderRadius)==null?void 0:u.trim();o&&e.style.setProperty("--persona-artifact-pane-radius",o);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())||o;m&&e.style.setProperty("--persona-artifact-unified-outer-radius",m)}}function jl(e,r){var t,n,s;return!r||!pn(e)?!1:((s=(n=(t=e.features)==null?void 0:t.artifacts)==null?void 0:n.layout)==null?void 0:s.expandLauncherPanelWhenOpen)!==!1}function Dd(e,r){if(!(e!=null&&e.trim()))return r;let t=/^(\d+(?:\.\d+)?)px\s*$/i.exec(e.trim());return t?Math.max(0,Number(t[1])):r}function Nd(e){if(!(e!=null&&e.trim()))return null;let r=/^(\d+(?:\.\d+)?)px\s*$/i.exec(e.trim());return r?Math.max(0,Number(r[1])):null}function Od(e,r,t){return t<r?r:Math.min(t,Math.max(r,e))}function $d(e,r,t,n){let s=e-n-2*r-t;return Math.max(0,s)}function zl(e,r){var a;let n=(a=(r.getComputedStyle(e).gap||"0px").trim().split(/\s+/)[0])!=null?a:"0px",s=/^([\d.]+)px$/i.exec(n);if(s)return Number(s[1]);let o=/^([\d.]+)/.exec(n);return o?Number(o[1]):8}function ql(e,r,t,n,s,o){let a=Dd(s,200),i=$d(r,t,n,200);i=Math.max(a,i);let d=Nd(o);return d!==null&&(i=Math.min(i,d)),Od(e,a,i)}var Ul={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"}},Cs=(e,r,t,n)=>{let s=e.querySelectorAll("[data-tv-form]");s.length&&s.forEach(o=>{var x,b,A;if(o.dataset.enhanced==="true")return;let a=(x=o.dataset.tvForm)!=null?x:"init";o.dataset.enhanced="true";let i=(b=Ul[a])!=null?b:Ul.init;o.classList.add("persona-form-card","persona-space-y-4");let d=h("div","persona-space-y-1"),c=h("h3","persona-text-base persona-font-semibold persona-text-persona-primary");if(c.textContent=i.title,d.appendChild(c),i.description){let v=h("p","persona-text-sm persona-text-persona-muted");v.textContent=i.description,d.appendChild(v)}let u=document.createElement("form");u.className="persona-form-grid persona-space-y-3",i.fields.forEach(v=>{var R,D;let T=h("label","persona-form-field persona-flex persona-flex-col persona-gap-1");T.htmlFor=`${r.id}-${a}-${v.name}`;let j=h("span","persona-text-xs persona-font-medium persona-text-persona-muted");j.textContent=v.label,T.appendChild(j);let w=(R=v.type)!=null?R:"text",I;w==="textarea"?(I=document.createElement("textarea"),I.rows=3):(I=document.createElement("input"),I.type=w),I.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",I.id=`${r.id}-${a}-${v.name}`,I.name=v.name,I.placeholder=(D=v.placeholder)!=null?D:"",v.required&&(I.required=!0),T.appendChild(I),u.appendChild(T)});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=(A=i.submitLabel)!=null?A:"Submit",p.appendChild(f),p.appendChild(m),u.appendChild(p),o.replaceChildren(d,u),u.addEventListener("submit",async v=>{var I,R;v.preventDefault();let T=(I=t.formEndpoint)!=null?I:"/form",j=new FormData(u),w={};j.forEach((D,V)=>{w[V]=D}),w.type=a,m.disabled=!0,f.textContent="Submitting\u2026";try{let D=await fetch(T,{method:"POST",headers:{"Content-Type":"application/json"},body:JSON.stringify(w)});if(!D.ok)throw new Error(`Form submission failed (${D.status})`);let V=await D.json();f.textContent=(R=V.message)!=null?R:"Thanks! We'll be in touch soon.",V.success&&V.nextPrompt&&await n.sendMessage(String(V.nextPrompt))}catch(D){f.textContent=D instanceof Error?D.message:"Something went wrong. Please try again."}finally{m.disabled=!1}})})};var ws=class{constructor(){this.plugins=new Map}register(r){var t;this.plugins.has(r.id)&&console.warn(`Plugin "${r.id}" is already registered. Overwriting.`),this.plugins.set(r.id,r),(t=r.onRegister)==null||t.call(r)}unregister(r){var n;let t=this.plugins.get(r);t&&((n=t.onUnregister)==null||n.call(t),this.plugins.delete(r))}getAll(){return Array.from(this.plugins.values()).sort((r,t)=>{var n,s;return((n=t.priority)!=null?n:0)-((s=r.priority)!=null?s:0)})}getForInstance(r){let t=this.getAll();if(!r||r.length===0)return t;let n=new Set(r.map(o=>o.id));return[...t.filter(o=>!n.has(o.id)),...r].sort((o,a)=>{var i,d;return((i=a.priority)!=null?i:0)-((d=o.priority)!=null?d:0)})}clear(){this.plugins.forEach(r=>{var t;return(t=r.onUnregister)==null?void 0:t.call(r)}),this.plugins.clear()}},qo=new ws;var ht={apiUrl:"http://localhost:43111/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}",position:"bottom-right",width:"min(400px, calc(100vw - 24px))",heightOffset:0,autoExpand:!1,callToActionIconHidden:!1,agentIconSize:"40px",headerIconSize:"40px",closeButtonSize:"32px",callToActionIconName:"arrow-up-right",callToActionIconText:"",callToActionIconSize:"32px",callToActionIconPadding:"5px",callToActionIconColor:"#000000",callToActionIconBackgroundColor:"#ffffff",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:"1px solid #e5e7eb",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",backgroundColor:"#111827",textColor:"#ffffff",borderColor:"#60a5fa",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:"#111827",backgroundColor:"transparent",borderColor:"transparent",recordingIconColor:"#ffffff",recordingBackgroundColor:"#ef4444",recordingBorderColor:"transparent",showTooltip:!0,tooltipText:"Start voice recognition"},features:{showReasoning:!0,showToolCalls:!0},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 Vl(e,r){if(!(!e&&!r))return e?r?to(e,r):e:r}function Ss(e){var r,t,n,s,o,a,i,d,c,u,p,f,m,x,b,A,v,T,j,w,I;return e?{...ht,...e,theme:Vl(ht.theme,e.theme),darkTheme:Vl(ht.darkTheme,e.darkTheme),launcher:{...ht.launcher,...e.launcher,dock:{...(r=ht.launcher)==null?void 0:r.dock,...(t=e.launcher)==null?void 0:t.dock},clearChat:{...(n=ht.launcher)==null?void 0:n.clearChat,...(s=e.launcher)==null?void 0:s.clearChat}},copy:{...ht.copy,...e.copy},sendButton:{...ht.sendButton,...e.sendButton},statusIndicator:{...ht.statusIndicator,...e.statusIndicator},voiceRecognition:{...ht.voiceRecognition,...e.voiceRecognition},features:(()=>{var ve,le;let R=(ve=ht.features)==null?void 0:ve.artifacts,D=(le=e.features)==null?void 0:le.artifacts,V=R===void 0&&D===void 0?void 0:{...R,...D,layout:{...R==null?void 0:R.layout,...D==null?void 0:D.layout}};return{...ht.features,...e.features,...V!==void 0?{artifacts:V}:{}}})(),suggestionChips:(o=e.suggestionChips)!=null?o:ht.suggestionChips,suggestionChipsConfig:{...ht.suggestionChipsConfig,...e.suggestionChipsConfig},layout:{...ht.layout,...e.layout,header:{...(a=ht.layout)==null?void 0:a.header,...(i=e.layout)==null?void 0:i.header},messages:{...(d=ht.layout)==null?void 0:d.messages,...(c=e.layout)==null?void 0:c.messages,avatar:{...(p=(u=ht.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:{...(b=(x=ht.layout)==null?void 0:x.messages)==null?void 0:b.timestamp,...(v=(A=e.layout)==null?void 0:A.messages)==null?void 0:v.timestamp}},slots:{...(T=ht.layout)==null?void 0:T.slots,...(j=e.layout)==null?void 0:j.slots}},markdown:{...ht.markdown,...e.markdown,options:{...(w=ht.markdown)==null?void 0:w.options,...(I=e.markdown)==null?void 0:I.options}},messageActions:{...ht.messageActions,...e.messageActions}}:ht}var Jl=()=>{let e=new Map,r=(s,o)=>(e.has(s)||e.set(s,new Set),e.get(s).add(o),()=>t(s,o)),t=(s,o)=>{var a;(a=e.get(s))==null||a.delete(o)};return{on:r,off:t,emit:(s,o)=>{var a;(a=e.get(s))==null||a.forEach(i=>{try{i(o)}catch(d){typeof console!="undefined"&&console.error("[AgentWidget] Event handler error:",d)}})}}};var Fd=e=>{let r=e.match(/```(?:json)?\s*([\s\S]*?)```/i);return r?r[1]:e},_d=e=>{let r=e.trim(),t=r.indexOf("{");if(t===-1)return null;let n=0;for(let s=t;s<r.length;s+=1){let o=r[s];if(o==="{"&&(n+=1),o==="}"&&(n-=1,n===0))return r.slice(t,s+1)}return null},Uo=({text:e})=>{if(!e||!e.includes("{"))return null;try{let r=Fd(e),t=_d(r);if(!t)return null;let n=JSON.parse(t);if(!n||typeof n!="object"||!n.action)return null;let{action:s,...o}=n;return{type:String(s),payload:o,raw:n}}catch{return null}},As=e=>typeof e=="string"?e:e==null?"":String(e),Er={message:e=>e.type!=="message"?void 0:{handled:!0,displayText:As(e.payload.text)},messageAndClick:(e,r)=>{var s;if(e.type!=="message_and_click")return;let t=e.payload,n=As(t.element);if(n&&((s=r.document)!=null&&s.querySelector)){let o=r.document.querySelector(n);o?setTimeout(()=>{o.click()},400):typeof console!="undefined"&&console.warn("[AgentWidget] Element not found for selector:",n)}return{handled:!0,displayText:As(t.text)}}},Kl=e=>Array.isArray(e)?e.map(r=>String(r)):[],Vo=e=>{let r=new Set(Kl(e.getSessionMetadata().processedActionMessageIds)),t=()=>{r=new Set(Kl(e.getSessionMetadata().processedActionMessageIds))},n=()=>{let o=Array.from(r);e.updateSessionMetadata(a=>({...a,processedActionMessageIds:o}))};return{process:o=>{if(o.streaming||o.message.role!=="assistant"||!o.text||r.has(o.message.id))return null;let a=typeof o.raw=="string"&&o.raw||typeof o.message.rawContent=="string"&&o.message.rawContent||typeof o.text=="string"&&o.text||null;!a&&typeof o.text=="string"&&o.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((c,u)=>c||(u==null?void 0:u({text:a,message:o.message}))||null,null):null;if(!i)return null;r.add(o.message.id),n();let d={action:i,message:o.message};e.emit("action:detected",d);for(let c of e.handlers)if(c)try{let u=()=>{e.emit("action:resubmit",d)},p=c(i,{message:o.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 jd=e=>{if(!e)return null;try{return JSON.parse(e)}catch(r){return typeof console!="undefined"&&console.error("[AgentWidget] Failed to parse stored state:",r),null}},zd=e=>e.map(r=>({...r,streaming:!1})),Es=(e="persona-state")=>{let r=()=>typeof window=="undefined"||!window.localStorage?null:window.localStorage;return{load:()=>{let t=r();return t?jd(t.getItem(e)):null},save:t=>{let n=r();if(n)try{let s={...t,messages:t.messages?zd(t.messages):void 0};n.setItem(e,JSON.stringify(s))}catch(s){typeof console!="undefined"&&console.error("[AgentWidget] Failed to persist state:",s)}},clear:()=>{let t=r();if(t)try{t.removeItem(e)}catch(n){typeof console!="undefined"&&console.error("[AgentWidget] Failed to clear stored state:",n)}}}};import{parse as qd,STR as Ud,OBJ as Vd}from"partial-json";function Jd(e){if(!e||typeof e!="object"||!("component"in e))return!1;let r=e.component;return typeof r=="string"&&r.length>0}function Kd(e,r){if(!Jd(e))return null;let t=e.props&&typeof e.props=="object"&&e.props!==null?e.props:{};return{component:e.component,props:t,raw:r}}function Ts(){let e=null,r=0;return{getExtractedDirective:()=>e,processChunk:t=>{let n=t.trim();if(!n.startsWith("{")&&!n.startsWith("["))return null;if(t.length<=r)return e;try{let s=qd(t,Ud|Vd),o=Kd(s,t);o&&(e=o)}catch{}return r=t.length,e},reset:()=>{e=null,r=0}}}function Yd(e){return typeof e=="object"&&e!==null&&"component"in e&&typeof e.component=="string"&&"props"in e&&typeof e.props=="object"}function Ms(e,r){let{config:t,message:n,onPropsUpdate:s}=r,o=zn.get(e.component);if(!o)return console.warn(`[ComponentMiddleware] Component "${e.component}" not found in registry. Falling back to default rendering.`),null;let a={message:n,config:t,updateProps:i=>{s&&s(i)}};try{return o(e.props,a)}catch(i){return console.error(`[ComponentMiddleware] Error rendering component "${e.component}":`,i),null}}function Gd(){let e=Ts();return{processChunk:r=>e.processChunk(r),getDirective:()=>e.getExtractedDirective(),reset:()=>{e.reset()}}}function ks(e){if(!e.rawContent)return!1;try{let r=JSON.parse(e.rawContent);return typeof r=="object"&&r!==null&&"component"in r&&typeof r.component=="string"}catch{return!1}}function Ls(e){if(!e.rawContent)return null;try{let r=JSON.parse(e.rawContent);if(typeof r=="object"&&r!==null&&"component"in r&&typeof r.component=="string")return{component:r.component,props:r.props&&typeof r.props=="object"&&r.props!==null?r.props:{},raw:e.rawContent}}catch{}return null}var Xd=["Very dissatisfied","Dissatisfied","Neutral","Satisfied","Very satisfied"];function Ps(e){let{onSubmit:r,onDismiss:t,title:n="How satisfied are you?",subtitle:s="Please rate your experience",commentPlaceholder:o="Share your thoughts (optional)...",submitText:a="Submit",skipText:i="Skip",showComment:d=!0,ratingLabels:c=Xd}=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 x=document.createElement("h3");x.className="persona-feedback-title",x.textContent=n,m.appendChild(x);let b=document.createElement("p");b.className="persona-feedback-subtitle",b.textContent=s,m.appendChild(b),f.appendChild(m);let A=document.createElement("div");A.className="persona-feedback-rating persona-feedback-rating-csat",A.setAttribute("role","radiogroup"),A.setAttribute("aria-label","Satisfaction rating from 1 to 5");let v=[];for(let R=1;R<=5;R++){let D=document.createElement("button");D.type="button",D.className="persona-feedback-rating-btn persona-feedback-star-btn",D.setAttribute("role","radio"),D.setAttribute("aria-checked","false"),D.setAttribute("aria-label",`${R} star${R>1?"s":""}: ${c[R-1]}`),D.title=c[R-1],D.dataset.rating=String(R),D.innerHTML=`
|
|
15
|
+
`,t.addEventListener("click",r);let n=o=>{var F,w,P,W,R,U,ve,le,q,ee,Ce,we;let a=(F=o.launcher)!=null?F:{},i=zt(o),d=t.querySelector("[data-role='launcher-title']");d&&(d.textContent=(w=a.title)!=null?w:"Chat Assistant");let c=t.querySelector("[data-role='launcher-subtitle']");c&&(c.textContent=(P=a.subtitle)!=null?P:"Get answers fast");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 ye=(W=a.agentIconSize)!=null?W:"40px";if(p.style.height=ye,p.style.width=ye,p.innerHTML="",a.agentIconName){let ce=parseFloat(ye)||24,Q=me(a.agentIconName,ce*.6,"var(--persona-text-inverse, #ffffff)",2);Q?(p.appendChild(Q),p.style.display=""):(p.textContent=(R=a.agentIconText)!=null?R:"\u{1F4AC}",p.style.display="")}else a.iconUrl?p.style.display="none":(p.textContent=(U=a.agentIconText)!=null?U:"\u{1F4AC}",p.style.display="")}let f=t.querySelector("[data-role='launcher-image']");if(f){let ye=(ve=a.agentIconSize)!=null?ve:"40px";f.style.height=ye,f.style.width=ye,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 ye=(le=a.callToActionIconSize)!=null?le:"32px";m.style.height=ye,m.style.width=ye,a.callToActionIconBackgroundColor?(m.style.backgroundColor=a.callToActionIconBackgroundColor,m.classList.remove("persona-bg-persona-primary")):(m.style.backgroundColor="",m.classList.add("persona-bg-persona-primary"));let ce=0;if(a.callToActionIconPadding?(m.style.boxSizing="border-box",m.style.padding=a.callToActionIconPadding,ce=(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 Q=parseFloat(ye)||24,J=Math.max(Q-ce,8),V=me(a.callToActionIconName,J,"currentColor",2);V?m.appendChild(V):m.textContent=(q=a.callToActionIconText)!=null?q:"\u2197"}else m.textContent=(ee=a.callToActionIconText)!=null?ee:"\u2197"}let x=a.position&&yn[a.position]?yn[a.position]:yn["bottom-right"],b="persona-fixed persona-flex persona-items-center persona-gap-3 persona-rounded-launcher persona-bg-persona-surface persona-py-2.5 persona-pl-3 persona-pr-3 persona-transition hover:persona-translate-y-[-2px] persona-cursor-pointer persona-z-50",S="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?S:`${b} ${x}`;let v="1px solid var(--persona-border, #e5e7eb)",T="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=(Ce=a.border)!=null?Ce:v,t.style.boxShadow=(we=a.shadow)!=null?we:T,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="",t.style.justifyContent="",t.style.padding="",t.style.overflow="")},s=()=>{t.removeEventListener("click",r),t.remove()};return e&&n(e),{element:t,update:n,destroy:s}};var bn={titleColor:"var(--persona-header-title-fg, var(--persona-primary, #2563eb))",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))"},jn=e=>{var le,q,ee,Ce,we,ye,ce,Q,J,V,ne,fe,wt,ut,gt,Tt,se,re,Ue,z,te,de,Qe,G,Y,tt,Ne,je,Mt,qt,ue,Ye;let{config:r,showClose:t=!0}=e,n=h("div","persona-widget-header persona-flex persona-items-center persona-gap-3 persona-px-6 persona-py-5");n.setAttribute("data-persona-theme-zone","header"),n.style.backgroundColor="var(--persona-header-bg, var(--persona-surface, #ffffff))",n.style.borderBottomColor="var(--persona-header-border, var(--persona-divider, #f1f5f9))",n.style.boxShadow="var(--persona-header-shadow, none)",n.style.borderBottom="var(--persona-header-border-bottom, 1px solid var(--persona-header-border, var(--persona-divider, #f1f5f9)))";let s=(le=r==null?void 0:r.launcher)!=null?le:{},o=(q=s.headerIconSize)!=null?q:"48px",a=(ee=s.closeButtonSize)!=null?ee:"32px",i=(Ce=s.closeButtonPlacement)!=null?Ce:"inline",d=(we=s.headerIconHidden)!=null?we:!1,c=s.headerIconName,u=h("div","persona-flex persona-items-center persona-justify-center persona-rounded-xl persona-text-xl");if(u.style.height=o,u.style.width=o,u.style.backgroundColor="var(--persona-header-icon-bg, var(--persona-primary, #2563eb))",u.style.color="var(--persona-header-icon-fg, var(--persona-text-inverse, #ffffff))",!d)if(c){let ke=parseFloat(o)||24,ot=me(c,ke*.6,"currentColor",1);ot?u.replaceChildren(ot):u.textContent=(ce=(ye=r==null?void 0:r.launcher)==null?void 0:ye.agentIconText)!=null?ce:"\u{1F4AC}"}else if((Q=r==null?void 0:r.launcher)!=null&&Q.iconUrl){let ke=h("img");ke.src=r.launcher.iconUrl,ke.alt="",ke.className="persona-rounded-xl persona-object-cover",ke.style.height=o,ke.style.width=o,u.replaceChildren(ke)}else u.textContent=(V=(J=r==null?void 0:r.launcher)==null?void 0:J.agentIconText)!=null?V:"\u{1F4AC}";let p=h("div","persona-flex persona-flex-col"),f=h("span","persona-text-base persona-font-semibold");f.style.color=bn.titleColor,f.textContent=(fe=(ne=r==null?void 0:r.launcher)==null?void 0:ne.title)!=null?fe:"Chat Assistant";let m=h("span","persona-text-xs");m.style.color=bn.subtitleColor,m.textContent=(ut=(wt=r==null?void 0:r.launcher)==null?void 0:wt.subtitle)!=null?ut:"Here to help you get answers fast",p.append(f,m),d?n.append(p):n.append(u,p);let x=(gt=s.clearChat)!=null?gt:{},b=(Tt=x.enabled)!=null?Tt:!0,S=(se=x.placement)!=null?se:"inline",v=null,T=null;if(b){let ke=(re=x.size)!=null?re:"32px",ot=(Ue=x.iconName)!=null?Ue:"refresh-cw",Ve=(z=x.iconColor)!=null?z:"",nt=(te=x.backgroundColor)!=null?te:"",Rt=(de=x.borderWidth)!=null?de:"",Ht=(Qe=x.borderColor)!=null?Qe:"",kt=(G=x.borderRadius)!=null?G:"",N=(Y=x.paddingX)!=null?Y:"",X=(tt=x.paddingY)!=null?tt:"",_=(Ne=x.tooltipText)!=null?Ne:"Clear chat",be=(je=x.showTooltip)!=null?je:!0;T=h("div",S==="top-right"?"persona-absolute persona-top-4 persona-z-50":"persona-relative persona-ml-auto persona-clear-chat-button-wrapper"),S==="top-right"&&(T.style.right="48px"),v=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"),v.style.height=ke,v.style.width=ke,v.type="button",v.setAttribute("aria-label",_),v.style.color=Ve||bn.actionIconColor;let xe=me(ot,"20px","currentColor",1);if(xe&&v.appendChild(xe),nt&&(v.style.backgroundColor=nt,v.classList.remove("hover:persona-bg-gray-100")),Rt||Ht){let Ae=Rt||"0px",Ee=Ht||"transparent";v.style.border=`${Ae} solid ${Ee}`,v.classList.remove("persona-border-none")}if(kt&&(v.style.borderRadius=kt,v.classList.remove("persona-rounded-full")),N?(v.style.paddingLeft=N,v.style.paddingRight=N):(v.style.paddingLeft="",v.style.paddingRight=""),X?(v.style.paddingTop=X,v.style.paddingBottom=X):(v.style.paddingTop="",v.style.paddingBottom=""),T.appendChild(v),be&&_&&v&&T){let Ae=null,Ee=()=>{if(Ae||!v)return;let Be=v.ownerDocument,We=Be.body;if(!We)return;Ae=An(Be,"div","persona-clear-chat-tooltip"),Ae.textContent=_;let ze=An(Be,"div");ze.className="persona-clear-chat-tooltip-arrow",Ae.appendChild(ze);let pe=v.getBoundingClientRect();Ae.style.position="fixed",Ae.style.left=`${pe.left+pe.width/2}px`,Ae.style.top=`${pe.top-8}px`,Ae.style.transform="translate(-50%, -100%)",We.appendChild(Ae)},st=()=>{Ae&&Ae.parentNode&&(Ae.parentNode.removeChild(Ae),Ae=null)};T.addEventListener("mouseenter",Ee),T.addEventListener("mouseleave",st),v.addEventListener("focus",Ee),v.addEventListener("blur",st),T._cleanupTooltip=()=>{st(),T&&(T.removeEventListener("mouseenter",Ee),T.removeEventListener("mouseleave",st)),v&&(v.removeEventListener("focus",Ee),v.removeEventListener("blur",st))}}S==="inline"&&n.appendChild(T)}let F=h("div",i==="top-right"?"persona-absolute persona-top-4 persona-right-4 persona-z-50":b&&S==="inline"?"":"persona-ml-auto"),w=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");w.style.height=a,w.style.width=a,w.type="button";let P=(Mt=s.closeButtonTooltipText)!=null?Mt:"Close chat",W=(qt=s.closeButtonShowTooltip)!=null?qt:!0;w.setAttribute("aria-label",P),w.style.display=t?"":"none";let R=(ue=s.closeButtonIconName)!=null?ue:"x",U=(Ye=s.closeButtonIconText)!=null?Ye:"\xD7";w.style.color=s.closeButtonColor||bn.actionIconColor;let ve=me(R,"20px","currentColor",1);if(ve?w.appendChild(ve):w.textContent=U,s.closeButtonBackgroundColor?(w.style.backgroundColor=s.closeButtonBackgroundColor,w.classList.remove("hover:persona-bg-gray-100")):(w.style.backgroundColor="",w.classList.add("hover:persona-bg-gray-100")),s.closeButtonBorderWidth||s.closeButtonBorderColor){let ke=s.closeButtonBorderWidth||"0px",ot=s.closeButtonBorderColor||"transparent";w.style.border=`${ke} solid ${ot}`,w.classList.remove("persona-border-none")}else w.style.border="",w.classList.add("persona-border-none");if(s.closeButtonBorderRadius?(w.style.borderRadius=s.closeButtonBorderRadius,w.classList.remove("persona-rounded-full")):(w.style.borderRadius="",w.classList.add("persona-rounded-full")),s.closeButtonPaddingX?(w.style.paddingLeft=s.closeButtonPaddingX,w.style.paddingRight=s.closeButtonPaddingX):(w.style.paddingLeft="",w.style.paddingRight=""),s.closeButtonPaddingY?(w.style.paddingTop=s.closeButtonPaddingY,w.style.paddingBottom=s.closeButtonPaddingY):(w.style.paddingTop="",w.style.paddingBottom=""),F.appendChild(w),W&&P){let ke=null,ot=()=>{if(ke)return;let nt=w.ownerDocument,Rt=nt.body;if(!Rt)return;ke=An(nt,"div","persona-clear-chat-tooltip"),ke.textContent=P;let Ht=An(nt,"div");Ht.className="persona-clear-chat-tooltip-arrow",ke.appendChild(Ht);let kt=w.getBoundingClientRect();ke.style.position="fixed",ke.style.left=`${kt.left+kt.width/2}px`,ke.style.top=`${kt.top-8}px`,ke.style.transform="translate(-50%, -100%)",Rt.appendChild(ke)},Ve=()=>{ke&&ke.parentNode&&(ke.parentNode.removeChild(ke),ke=null)};F.addEventListener("mouseenter",ot),F.addEventListener("mouseleave",Ve),w.addEventListener("focus",ot),w.addEventListener("blur",Ve),F._cleanupTooltip=()=>{Ve(),F.removeEventListener("mouseenter",ot),F.removeEventListener("mouseleave",Ve),w.removeEventListener("focus",ot),w.removeEventListener("blur",Ve)}}return i!=="top-right"&&n.appendChild(F),{header:n,iconHolder:u,headerTitle:f,headerSubtitle:m,closeButton:w,closeButtonWrapper:F,clearChatButton:v,clearChatButtonWrapper:T}},vr=(e,r,t)=>{var a,i,d,c;let n=(a=t==null?void 0:t.launcher)!=null?a:{},s=(i=n.closeButtonPlacement)!=null?i:"inline",o=(c=(d=n.clearChat)==null?void 0:d.placement)!=null?c:"inline";e.appendChild(r.header),s==="top-right"&&(e.style.position="relative",e.appendChild(r.closeButtonWrapper)),r.clearChatButtonWrapper&&o==="top-right"&&(e.style.position="relative",e.appendChild(r.clearChatButtonWrapper))};function sr(e){let{items:r,onSelect:t,anchor:n,position:s="bottom-left",portal:o}=e,a=h("div","persona-dropdown-menu persona-hidden");a.setAttribute("role","menu"),a.setAttribute("data-persona-theme-zone","dropdown"),o?(a.style.position="fixed",a.style.zIndex="10000"):(a.style.position="absolute",a.style.top="100%",a.style.marginTop="4px",s==="bottom-right"?a.style.right="0":a.style.left="0");for(let m of r){if(m.dividerBefore){let S=document.createElement("hr");a.appendChild(S)}let x=document.createElement("button");if(x.type="button",x.setAttribute("role","menuitem"),x.setAttribute("data-dropdown-item-id",m.id),m.destructive&&x.setAttribute("data-destructive",""),m.icon){let S=me(m.icon,16,"currentColor",1.5);S&&x.appendChild(S)}let b=document.createElement("span");b.textContent=m.label,x.appendChild(b),x.addEventListener("click",S=>{S.stopPropagation(),u(),t(m.id)}),a.appendChild(x)}let i=null;function d(){if(!o)return;let m=n.getBoundingClientRect();a.style.top=`${m.bottom+4}px`,s==="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 c(){d(),a.classList.remove("persona-hidden"),requestAnimationFrame(()=>{let m=x=>{!a.contains(x.target)&&!n.contains(x.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")?c():u()}function f(){u(),a.remove()}return o&&o.appendChild(a),{element:a,show:c,hide:u,toggle:p,destroy:f}}function _t(e){let{icon:r,label:t,size:n,strokeWidth:s,className:o,onClick:a,aria:i}=e,d=h("button","persona-icon-btn"+(o?" "+o:""));d.type="button",d.setAttribute("aria-label",t),d.title=t;let c=me(r,n!=null?n:16,"currentColor",s!=null?s:2);if(c&&d.appendChild(c),a&&d.addEventListener("click",a),i)for(let[u,p]of Object.entries(i))d.setAttribute(u,p);return d}function _o(e){let{icon:r,label:t,variant:n="default",size:s="sm",iconSize:o,className:a,onClick:i,aria:d}=e,c="persona-label-btn";n!=="default"&&(c+=" persona-label-btn--"+n),c+=" persona-label-btn--"+s,a&&(c+=" "+a);let u=h("button",c);if(u.type="button",u.setAttribute("aria-label",t),r){let f=me(r,o!=null?o: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 md(e){let{items:r,selectedId:t,onSelect:n,className:s}=e,o=h("div","persona-toggle-group"+(s?" "+s:""));o.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 r){let p;u.icon?p=_t({icon:u.icon,label:u.label,onClick:()=>{a=u.id,d(),n(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(),n(u.id)})),p.setAttribute("aria-pressed",u.id===a?"true":"false"),i.push({id:u.id,btn:p}),o.appendChild(p)}function c(u){a=u,d()}return{element:o,setSelected:c}}function fs(e){var m,x;let{label:r,icon:t="chevron-down",menuItems:n,onSelect:s,position:o="bottom-left",portal:a,className:i,hover:d}=e,c=h("div","persona-combo-btn"+(i?" "+i:""));c.style.position="relative",c.style.display="inline-flex",c.style.alignItems="center",c.style.cursor="pointer",c.setAttribute("role","button"),c.setAttribute("tabindex","0"),c.setAttribute("aria-haspopup","true"),c.setAttribute("aria-expanded","false"),c.setAttribute("aria-label",r);let u=h("span","persona-combo-btn-label");u.textContent=r,c.appendChild(u);let p=me(t,14,"currentColor",2);p&&(p.style.marginLeft="4px",p.style.opacity="0.6",c.appendChild(p)),d&&(c.style.borderRadius=(m=d.borderRadius)!=null?m:"10px",c.style.padding=(x=d.padding)!=null?x:"6px 4px 6px 12px",c.style.border="1px solid transparent",c.style.transition="background-color 0.15s ease, border-color 0.15s ease",c.addEventListener("mouseenter",()=>{var b,S;c.style.backgroundColor=(b=d.background)!=null?b:"",c.style.borderColor=(S=d.border)!=null?S:""}),c.addEventListener("mouseleave",()=>{c.style.backgroundColor="",c.style.borderColor="transparent"}));let f=sr({items:n,onSelect:b=>{c.setAttribute("aria-expanded","false"),s(b)},anchor:c,position:o,portal:a});return a||c.appendChild(f.element),c.addEventListener("click",b=>{b.stopPropagation();let S=!f.element.classList.contains("persona-hidden");c.setAttribute("aria-expanded",S?"false":"true"),f.toggle()}),c.addEventListener("keydown",b=>{(b.key==="Enter"||b.key===" ")&&(b.preventDefault(),c.click())}),{element:c,setLabel:b=>{u.textContent=b,c.setAttribute("aria-label",b)},open:()=>{c.setAttribute("aria-expanded","true"),f.show()},close:()=>{c.setAttribute("aria-expanded","false"),f.hide()},toggle:()=>{let b=!f.element.classList.contains("persona-hidden");c.setAttribute("aria-expanded",b?"false":"true"),f.toggle()},destroy:()=>{f.destroy(),c.remove()}}}var Ll=e=>{var n;let r=jn({config:e.config,showClose:e.showClose,onClose:e.onClose,onClearChat:e.onClearChat}),t=(n=e.layoutHeaderConfig)==null?void 0:n.onTitleClick;if(t){let s=r.headerTitle.parentElement;s&&(s.style.cursor="pointer",s.setAttribute("role","button"),s.setAttribute("tabindex","0"),s.addEventListener("click",()=>t()),s.addEventListener("keydown",o=>{(o.key==="Enter"||o.key===" ")&&(o.preventDefault(),t())}))}return r};function fd(e,r,t){var n,s,o;if(r!=null&&r.length)for(let a of r){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",(s=(n=a.ariaLabel)!=null?n:a.label)!=null?s:a.id),a.icon){let d=me(a.icon,14,"currentColor",2);d&&i.appendChild(d)}else a.label&&(i.textContent=a.label);if((o=a.menuItems)!=null&&o.length){let d=h("div","persona-relative");d.appendChild(i);let c=sr({items:a.menuItems,onSelect:u=>t==null?void 0:t(u),anchor:d,position:"bottom-left"});d.appendChild(c.element),i.addEventListener("click",u=>{u.stopPropagation(),c.toggle()}),e.appendChild(d)}else i.addEventListener("click",()=>t==null?void 0:t(a.id)),e.appendChild(i)}}var Pl=e=>{var T,F,w,P,W,R,U,ve,le;let{config:r,showClose:t=!0,onClose:n,layoutHeaderConfig:s,onHeaderAction:o}=e,a=(T=r==null?void 0:r.launcher)!=null?T:{},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=s==null?void 0:s.titleMenu,c,u;if(d)c=fs({label:(F=a.title)!=null?F:"Chat Assistant",menuItems:d.menuItems,onSelect:d.onSelect,hover:d.hover,className:""}).element,c.style.color=bn.titleColor,u=(w=c.querySelector(".persona-combo-btn-label"))!=null?w:c;else{if(c=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=bn.titleColor,u.textContent=(P=a.title)!=null?P:"Chat Assistant",c.appendChild(u),fd(c,s==null?void 0:s.trailingActions,(W=s==null?void 0:s.onAction)!=null?W:o),s!=null&&s.onTitleClick){c.style.cursor="pointer",c.setAttribute("role","button"),c.setAttribute("tabindex","0");let ee=s.onTitleClick;c.addEventListener("click",Ce=>{Ce.target.closest("button")||ee()}),c.addEventListener("keydown",Ce=>{(Ce.key==="Enter"||Ce.key===" ")&&(Ce.preventDefault(),ee())})}let q=s==null?void 0:s.titleRowHover;q&&(c.style.borderRadius=(R=q.borderRadius)!=null?R:"10px",c.style.padding=(U=q.padding)!=null?U:"6px 4px 6px 12px",c.style.margin="-6px 0 -6px -12px",c.style.border="1px solid transparent",c.style.transition="background-color 0.15s ease, border-color 0.15s ease",c.style.width="fit-content",c.style.flex="none",c.addEventListener("mouseenter",()=>{var ee,Ce;c.style.backgroundColor=(ee=q.background)!=null?ee:"",c.style.borderColor=(Ce=q.border)!=null?Ce:""}),c.addEventListener("mouseleave",()=>{c.style.backgroundColor="",c.style.borderColor="transparent"}))}i.appendChild(c);let p=(ve=a.closeButtonSize)!=null?ve:"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||bn.actionIconColor;let x=(le=a.closeButtonIconName)!=null?le:"x",b=me(x,"20px","currentColor",2);b?m.appendChild(b):m.textContent="\xD7",n&&m.addEventListener("click",n),f.appendChild(m),i.appendChild(f);let S=h("div");S.style.display="none";let v=h("span");return v.style.display="none",{header:i,iconHolder:S,headerTitle:u,headerSubtitle:v,closeButton:m,closeButtonWrapper:f,clearChatButton:null,clearChatButtonWrapper:null}},hs={default:Ll,minimal:Pl},Il=e=>{var r;return(r=hs[e])!=null?r:hs.default},ro=(e,r,t)=>{var a,i,d;if(r!=null&&r.render){let c=r.render({config:e,onClose:t==null?void 0:t.onClose,onClearChat:t==null?void 0:t.onClearChat,trailingActions:r.trailingActions,onAction:r.onAction}),u=h("div");u.style.display="none";let p=h("span"),f=h("span"),m=h("button");m.style.display="none";let x=h("div");return x.style.display="none",{header:c,iconHolder:u,headerTitle:p,headerSubtitle:f,closeButton:m,closeButtonWrapper:x,clearChatButton:null,clearChatButtonWrapper:null}}let n=(a=r==null?void 0:r.layout)!=null?a:"default",o=Il(n)({config:e,showClose:(d=(i=r==null?void 0:r.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:r,onHeaderAction:r==null?void 0:r.onAction});return r&&(r.showIcon===!1&&(o.iconHolder.style.display="none"),r.showTitle===!1&&(o.headerTitle.style.display="none"),r.showSubtitle===!1&&(o.headerSubtitle.style.display="none"),r.showCloseButton===!1&&(o.closeButton.style.display="none"),r.showClearChat===!1&&o.clearChatButtonWrapper&&(o.clearChatButtonWrapper.style.display="none")),o};var oo=e=>{var gt,Tt,se,re,Ue,z,te,de,Qe,G,Y,tt,Ne,je,Mt,qt,ue,Ye,ke,ot,Ve,nt,Rt,Ht,kt,N,X;let{config:r}=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 n=h("div","persona-mb-3 persona-flex persona-flex-wrap persona-gap-2"),s=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");s.setAttribute("data-persona-composer-form",""),s.style.outline="none";let o=h("textarea");o.setAttribute("data-persona-composer-input",""),o.placeholder=(Tt=(gt=r==null?void 0:r.copy)==null?void 0:gt.inputPlaceholder)!=null?Tt:"Type your message\u2026",o.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",o.rows=1,o.style.fontFamily='var(--persona-input-font-family, var(--persona-font-family, -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", Arial, sans-serif))',o.style.fontWeight="var(--persona-input-font-weight, var(--persona-font-weight, 400))";let d=3*20;o.style.maxHeight=`${d}px`,o.style.overflowY="auto";let c=()=>{o.style.height="auto";let _=Math.min(o.scrollHeight,d);o.style.height=`${_}px`};o.addEventListener("input",c),o.style.border="none",o.style.outline="none",o.style.borderWidth="0",o.style.borderStyle="none",o.style.borderColor="transparent",o.addEventListener("focus",()=>{o.style.border="none",o.style.outline="none",o.style.borderWidth="0",o.style.borderStyle="none",o.style.borderColor="transparent",o.style.boxShadow="none"}),o.addEventListener("blur",()=>{o.style.border="none",o.style.outline="none"});let u=(se=r==null?void 0:r.sendButton)!=null?se:{},p=(re=u.useIcon)!=null?re:!1,f=(Ue=u.iconText)!=null?Ue:"\u2191",m=u.iconName,x=(z=u.tooltipText)!=null?z:"Send message",b=(te=u.showTooltip)!=null?te:!1,S=(de=u.size)!=null?de:"40px",v=u.backgroundColor,T=u.textColor,F=h("div","persona-send-button-wrapper"),w=h("button",p?"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");if(w.type="submit",w.setAttribute("data-persona-composer-submit",""),p){if(w.style.width=S,w.style.height=S,w.style.minWidth=S,w.style.minHeight=S,w.style.fontSize="18px",w.style.lineHeight="1",w.innerHTML="",m){let _=parseFloat(S)||24,be=T&&typeof T=="string"&&T.trim()?T.trim():"currentColor",xe=me(m,_,be,2);xe?(w.appendChild(xe),w.style.color=be):(w.textContent=f,T?w.style.color=T:w.classList.add("persona-text-white"))}else w.textContent=f,T?w.style.color=T:w.classList.add("persona-text-white");v?w.style.backgroundColor=v:w.classList.add("persona-bg-persona-primary")}else w.textContent=(G=(Qe=r==null?void 0:r.copy)==null?void 0:Qe.sendButtonLabel)!=null?G:"Send",T?w.style.color=T:w.classList.add("persona-text-white");if(u.borderWidth&&(w.style.borderWidth=u.borderWidth,w.style.borderStyle="solid"),u.borderColor&&(w.style.borderColor=u.borderColor),u.paddingX?(w.style.paddingLeft=u.paddingX,w.style.paddingRight=u.paddingX):(w.style.paddingLeft="",w.style.paddingRight=""),u.paddingY?(w.style.paddingTop=u.paddingY,w.style.paddingBottom=u.paddingY):(w.style.paddingTop="",w.style.paddingBottom=""),b&&x){let _=h("div","persona-send-button-tooltip");_.textContent=x,F.appendChild(_)}F.appendChild(w);let P=(Y=r==null?void 0:r.voiceRecognition)!=null?Y:{},W=P.enabled===!0,R=null,U=null,ve=typeof window!="undefined"&&(typeof window.webkitSpeechRecognition!="undefined"||typeof window.SpeechRecognition!="undefined"),le=((tt=P.provider)==null?void 0:tt.type)==="runtype";if(W&&(ve||le)){U=h("div","persona-send-button-wrapper"),R=h("button","persona-rounded-button persona-flex persona-items-center persona-justify-center disabled:persona-opacity-50 persona-cursor-pointer"),R.type="button",R.setAttribute("data-persona-composer-mic",""),R.setAttribute("aria-label","Start voice recognition");let _=(Ne=P.iconName)!=null?Ne:"mic",be=(je=P.iconSize)!=null?je:S,xe=parseFloat(be)||24,Ae=(Mt=P.backgroundColor)!=null?Mt:v,Ee=(qt=P.iconColor)!=null?qt:T;R.style.width=be,R.style.height=be,R.style.minWidth=be,R.style.minHeight=be,R.style.fontSize="18px",R.style.lineHeight="1";let st=Ee||"currentColor",Be=me(_,xe,st,1.5);Be?(R.appendChild(Be),R.style.color=st):(R.textContent="\u{1F3A4}",R.style.color=st),Ae?R.style.backgroundColor=Ae:R.classList.add("persona-bg-persona-primary"),Ee?R.style.color=Ee:!Ee&&!T&&R.classList.add("persona-text-white"),P.borderWidth&&(R.style.borderWidth=P.borderWidth,R.style.borderStyle="solid"),P.borderColor&&(R.style.borderColor=P.borderColor),P.paddingX&&(R.style.paddingLeft=P.paddingX,R.style.paddingRight=P.paddingX),P.paddingY&&(R.style.paddingTop=P.paddingY,R.style.paddingBottom=P.paddingY),U.appendChild(R);let We=(ue=P.tooltipText)!=null?ue:"Start voice recognition";if(((Ye=P.showTooltip)!=null?Ye:!1)&&We){let pe=h("div","persona-send-button-tooltip");pe.textContent=We,U.appendChild(pe)}}let ee=(ke=r==null?void 0:r.attachments)!=null?ke:{},Ce=ee.enabled===!0,we=null,ye=null,ce=null,Q=null;if(Ce){Q=h("div","persona-attachment-previews persona-flex persona-flex-wrap persona-gap-2 persona-mb-2"),Q.style.display="none",ce=h("input"),ce.type="file",ce.accept=((ot=ee.allowedTypes)!=null?ot:Hn).join(","),ce.multiple=((Ve=ee.maxFiles)!=null?Ve:4)>1,ce.style.display="none",ce.setAttribute("aria-label","Attach files"),ye=h("div","persona-send-button-wrapper"),we=h("button","persona-rounded-button persona-flex persona-items-center persona-justify-center disabled:persona-opacity-50 persona-cursor-pointer persona-attachment-button"),we.type="button",we.setAttribute("aria-label",(nt=ee.buttonTooltipText)!=null?nt:"Attach file");let _=(Rt=ee.buttonIconName)!=null?Rt:"paperclip",be=S,xe=parseFloat(be)||40,Ae=Math.round(xe*.6);we.style.width=be,we.style.height=be,we.style.minWidth=be,we.style.minHeight=be,we.style.fontSize="18px",we.style.lineHeight="1",we.style.backgroundColor="transparent",we.style.color="var(--persona-primary, #111827)",we.style.border="none",we.style.borderRadius="6px",we.style.transition="background-color 0.15s ease",we.addEventListener("mouseenter",()=>{we.style.backgroundColor="var(--persona-palette-colors-black-alpha-50, rgba(0, 0, 0, 0.05))"}),we.addEventListener("mouseleave",()=>{we.style.backgroundColor="transparent"});let Ee=me(_,Ae,"currentColor",1.5);Ee?we.appendChild(Ee):we.textContent="\u{1F4CE}",we.addEventListener("click",We=>{We.preventDefault(),ce==null||ce.click()}),ye.appendChild(we);let st=(Ht=ee.buttonTooltipText)!=null?Ht:"Attach file",Be=h("div","persona-send-button-tooltip");Be.textContent=st,ye.appendChild(Be)}s.addEventListener("click",_=>{_.target!==w&&_.target!==F&&_.target!==R&&_.target!==U&&_.target!==we&&_.target!==ye&&o.focus()}),Q&&(Q.style.gap="8px",s.append(Q)),ce&&s.append(ce),s.append(o);let J=h("div","persona-flex persona-items-center persona-justify-between persona-w-full"),V=h("div","persona-flex persona-items-center persona-gap-2");ye&&V.append(ye);let ne=h("div","persona-flex persona-items-center persona-gap-1");U&&ne.append(U),ne.append(F),J.append(V,ne),s.append(J);let fe=h("div","persona-mt-2 persona-text-right persona-text-xs persona-text-persona-muted");fe.setAttribute("data-persona-composer-status","");let wt=(kt=r==null?void 0:r.statusIndicator)!=null?kt:{},ut=(N=wt.visible)!=null?N:!0;return fe.style.display=ut?"":"none",fe.textContent=(X=wt.idleText)!=null?X:"Online",t.append(n,s,fe),{footer:t,suggestions:n,composerForm:s,textarea:o,sendButton:w,sendButtonWrapper:F,micButton:R,micButtonWrapper:U,statusText:fe,attachmentButton:we,attachmentButtonWrapper:ye,attachmentInput:ce,attachmentPreviewsContainer:Q,actionsRow:J,leftActions:V,rightActions:ne}};var Wl=e=>{var c,u,p,f,m,x,b;let r=(u=(c=e==null?void 0:e.launcher)==null?void 0:c.enabled)!=null?u:!0;if(zt(e)){let S=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 S.appendChild(v),{wrapper:S,panel:v}}if(!r){let S=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"),T=(f=(p=e==null?void 0:e.launcher)==null?void 0:p.width)!=null?f:"100%";return S.style.width=T,v.style.width="100%",S.appendChild(v),{wrapper:S,panel:v}}let n=(m=e==null?void 0:e.launcher)!=null?m:{},s=n.position&&yn[n.position]?yn[n.position]:yn["bottom-right"],o=h("div",`persona-widget-wrapper persona-fixed ${s} persona-z-50 persona-transition`),a=h("div","persona-widget-panel persona-relative persona-min-h-[320px]"),i=(b=(x=e==null?void 0:e.launcher)==null?void 0:x.width)!=null?b:e==null?void 0:e.launcherWidth,d=i!=null?i:"min(400px, calc(100vw - 24px))";return a.style.width=d,a.style.maxWidth=d,o.appendChild(a),{wrapper:o,panel:a}},Rl=(e,r=!0)=>{var S,v,T,F,w,P,W,R,U;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-bg-persona-surface persona-text-persona-primary persona-rounded-2xl persona-overflow-hidden persona-border persona-border-persona-border");t.setAttribute("data-persona-theme-zone","container");let n=(S=e==null?void 0:e.layout)==null?void 0:S.header,s=((v=e==null?void 0:e.layout)==null?void 0:v.showHeader)!==!1,o=n?ro(e,n,{showClose:r}):jn({config:e,showClose:r}),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=zt(e)?"persona-rounded-2xl persona-bg-persona-surface persona-p-6":"persona-rounded-2xl persona-bg-persona-surface persona-p-6 persona-shadow-sm",d=h("div",i),c=h("h2","persona-text-lg persona-font-semibold persona-text-persona-primary");c.textContent=(F=(T=e==null?void 0:e.copy)==null?void 0:T.welcomeTitle)!=null?F:"Hello \u{1F44B}";let u=h("p","persona-mt-2 persona-text-sm persona-text-persona-muted");u.textContent=(P=(w=e==null?void 0:e.copy)==null?void 0:w.welcomeSubtitle)!=null?P:"Ask anything about your account or products.",d.append(c,u);let p=h("div","persona-flex persona-flex-col persona-gap-3"),f=(W=e==null?void 0:e.layout)==null?void 0:W.contentMaxWidth;f&&(p.style.maxWidth=f,p.style.marginLeft="auto",p.style.marginRight="auto",p.style.width="100%"),((R=e==null?void 0:e.copy)==null?void 0:R.showWelcomeCard)!==!1?a.append(d,p):(a.classList.remove("persona-gap-6"),a.classList.add("persona-gap-3"),a.append(p));let x=oo({config:e}),b=((U=e==null?void 0:e.layout)==null?void 0:U.showFooter)!==!1;return s?vr(t,o,e):(o.header.style.display="none",vr(t,o,e)),t.append(a),b||(x.footer.style.display="none"),t.append(x.footer),{container:t,body:a,messagesWrapper:p,suggestions:x.suggestions,textarea:x.textarea,sendButton:x.sendButton,sendButtonWrapper:x.sendButtonWrapper,micButton:x.micButton,micButtonWrapper:x.micButtonWrapper,composerForm:x.composerForm,statusText:x.statusText,introTitle:c,introSubtitle:u,closeButton:o.closeButton,closeButtonWrapper:o.closeButtonWrapper,clearChatButton:o.clearChatButton,clearChatButtonWrapper:o.clearChatButtonWrapper,iconHolder:o.iconHolder,headerTitle:o.headerTitle,headerSubtitle:o.headerSubtitle,header:o.header,footer:x.footer,attachmentButton:x.attachmentButton,attachmentButtonWrapper:x.attachmentButtonWrapper,attachmentInput:x.attachmentInput,attachmentPreviewsContainer:x.attachmentPreviewsContainer,actionsRow:x.actionsRow,leftActions:x.leftActions,rightActions:x.rightActions}};var hd=e=>{let r=e.toLowerCase();return r.startsWith("data:image/svg+xml")?!1:!!(/^(?:https?|blob):/i.test(e)||r.startsWith("data:image/")||!e.includes(":"))},yd=320,bd=320,xd=e=>!e.contentParts||e.contentParts.length===0?[]:e.contentParts.filter(r=>r.type==="image"&&typeof r.image=="string"&&r.image.trim().length>0),vd=(e,r,t)=>{if(e.length===0)return null;try{let n=h("div","persona-flex persona-flex-col persona-gap-2");n.setAttribute("data-message-attachments","images"),r&&(n.style.marginBottom="8px");let s=0,o=!1,a=()=>{o||(o=!0,n.remove(),t==null||t())};return e.forEach((i,d)=>{var p;let c=h("img");c.alt=((p=i.alt)==null?void 0:p.trim())||`Attached image ${d+1}`,c.loading="lazy",c.decoding="async",c.referrerPolicy="no-referrer",c.style.display="block",c.style.width="100%",c.style.maxWidth=`${yd}px`,c.style.maxHeight=`${bd}px`,c.style.height="auto",c.style.objectFit="contain",c.style.borderRadius="10px",c.style.backgroundColor="var(--persona-attachment-image-bg, var(--persona-container, #f3f4f6))",c.style.border="1px solid var(--persona-attachment-image-border, var(--persona-border, #e5e7eb))";let u=!1;s+=1,c.addEventListener("error",()=>{u||(u=!0,s=Math.max(0,s-1),c.remove(),s===0&&a())}),c.addEventListener("load",()=>{u=!0}),hd(i.image)?(c.src=i.image,n.appendChild(c)):(u=!0,s=Math.max(0,s-1),c.remove())}),s===0?(a(),null):n}catch{return t==null||t(),null}},Cr=()=>{let e=document.createElement("div");e.className="persona-flex persona-items-center persona-space-x-1 persona-h-5 persona-mt-2";let r=document.createElement("div");r.className="persona-bg-persona-primary persona-animate-typing persona-rounded-full persona-h-1.5 persona-w-1.5",r.style.animationDelay="0ms";let t=document.createElement("div");t.className="persona-bg-persona-primary persona-animate-typing persona-rounded-full persona-h-1.5 persona-w-1.5",t.style.animationDelay="250ms";let n=document.createElement("div");n.className="persona-bg-persona-primary persona-animate-typing persona-rounded-full persona-h-1.5 persona-w-1.5",n.style.animationDelay="500ms";let s=document.createElement("span");return s.className="persona-sr-only",s.textContent="Loading",e.appendChild(r),e.appendChild(t),e.appendChild(n),e.appendChild(s),e},Bl=(e,r,t)=>{let n={config:t!=null?t:{},streaming:!0,location:e,defaultRenderer:Cr};if(r){let s=r(n);if(s!==null)return s}return Cr()},Cd=(e,r)=>{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"),n=r==="user"?e.userAvatar:e.assistantAvatar;if(n)if(n.startsWith("http")||n.startsWith("/")||n.startsWith("data:")){let s=h("img");s.src=n,s.alt=r==="user"?"User":"Assistant",s.className="persona-w-full persona-h-full persona-rounded-full persona-object-cover",t.appendChild(s)}else t.textContent=n,t.classList.add(r==="user"?"persona-bg-persona-accent":"persona-bg-persona-primary","persona-text-white");else t.textContent=r==="user"?"U":"A",t.classList.add(r==="user"?"persona-bg-persona-accent":"persona-bg-persona-primary","persona-text-white");return t},Hl=(e,r)=>{let t=h("div","persona-text-xs persona-text-persona-muted"),n=new Date(e.createdAt);return r.format?t.textContent=r.format(n):t.textContent=n.toLocaleTimeString([],{hour:"2-digit",minute:"2-digit"}),t},wd=(e,r="bubble")=>{let t=["vanilla-message-bubble","persona-max-w-[85%]"];switch(r){case"flat":e==="user"?t.push("vanilla-message-user-bubble","persona-ml-auto","persona-text-persona-primary","persona-py-2"):t.push("vanilla-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("vanilla-message-user-bubble","persona-ml-auto","persona-bg-persona-accent","persona-text-white","persona-px-3","persona-py-2","persona-rounded-lg"):t.push("vanilla-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("vanilla-message-user-bubble","persona-ml-auto","persona-bg-persona-accent","persona-text-white","persona-px-5","persona-py-3"):t.push("vanilla-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},Dl=(e,r,t)=>{var m,x,b,S,v,T;let n=(m=r.showCopy)!=null?m:!0,s=(x=r.showUpvote)!=null?x:!0,o=(b=r.showDownvote)!=null?b:!0;if(!n&&!s&&!o){let F=h("div");return F.style.display="none",F.id=`actions-${e.id}`,F.setAttribute("data-actions-for",e.id),F}let a=(S=r.visibility)!=null?S:"hover",i=(v=r.align)!=null?v:"right",d=(T=r.layout)!=null?T:"pill-inside",c={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 ${c} ${u} ${a==="hover"?"persona-message-actions-hover":""}`);p.id=`actions-${e.id}`,p.setAttribute("data-actions-for",e.id);let f=(F,w,P)=>{let W=_t({icon:F,label:w,size:14,className:"persona-message-action-btn"});return W.setAttribute("data-action",P),W};return n&&p.appendChild(f("copy","Copy message","copy")),s&&p.appendChild(f("thumbs-up","Upvote","upvote")),o&&p.appendChild(f("thumbs-down","Downvote","downvote")),p},so=(e,r,t,n,s,o)=>{var le,q,ee,Ce,we,ye,ce;let a=t!=null?t:{},i=(le=a.layout)!=null?le:"bubble",d=a.avatar,c=a.timestamp,u=(q=d==null?void 0:d.show)!=null?q:!1,p=(ee=c==null?void 0:c.show)!=null?ee:!1,f=(Ce=d==null?void 0:d.position)!=null?Ce:"left",m=(we=c==null?void 0:c.position)!=null?we:"below",x=wd(e.role,i),b=h("div",x.join(" "));b.id=`bubble-${e.id}`,b.setAttribute("data-message-id",e.id),b.setAttribute("data-persona-theme-zone",e.role==="user"?"user-message":"assistant-message"),e.role==="user"?(b.style.backgroundColor="var(--persona-message-user-bg, var(--persona-accent))",b.style.color="var(--persona-message-user-text, white)"):e.role==="assistant"&&(b.style.backgroundColor="var(--persona-message-assistant-bg, var(--persona-surface))",b.style.color="var(--persona-message-assistant-text, var(--persona-text))");let S=xd(e),v=(ce=(ye=e.content)==null?void 0:ye.trim())!=null?ce:"",F=S.length>0&&v===Wo,w=document.createElement("div");w.classList.add("persona-message-content");let P=r({text:e.content,message:e,streaming:!!e.streaming,raw:e.rawContent}),W=null;if(F?(W=document.createElement("div"),W.innerHTML=P,W.style.display="none",w.appendChild(W)):w.innerHTML=P,p&&m==="inline"&&e.createdAt){let Q=Hl(e,c);Q.classList.add("persona-ml-2","persona-inline"),w.appendChild(Q)}if(S.length>0){let Q=vd(S,!F&&!!v,()=>{F&&W&&(W.style.display="")});Q?b.appendChild(Q):F&&W&&(W.style.display="")}if(b.appendChild(w),p&&m==="below"&&e.createdAt){let Q=Hl(e,c);Q.classList.add("persona-mt-1"),b.appendChild(Q)}if(e.streaming&&e.role==="assistant"&&(!e.content||!e.content.trim())){let Q=Bl("inline",o==null?void 0:o.loadingIndicatorRenderer,o==null?void 0:o.widgetConfig);Q&&b.appendChild(Q)}if(e.role==="assistant"&&!e.streaming&&e.content&&e.content.trim()&&(n==null?void 0:n.enabled)!==!1&&n){let Q=Dl(e,n,s);b.appendChild(Q)}if(!u||e.role==="system")return b;let U=h("div",`persona-flex persona-gap-2 ${e.role==="user"?"persona-flex-row-reverse":""}`),ve=Cd(d,e.role);return f==="right"||f==="left"&&e.role==="user"?U.append(b,ve):U.append(ve,b),b.classList.remove("persona-max-w-[85%]"),b.classList.add("persona-max-w-[calc(85%-2.5rem)]"),U},Sd=(e,r,t,n,s,o)=>{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}):so(e,r,t,n,s,o)};var wr=new Set,Nl=(e,r)=>{let t=wr.has(e),n=r.querySelector('button[data-expand-header="true"]'),s=r.querySelector(".persona-border-t");if(!n||!s)return;n.setAttribute("aria-expanded",t?"true":"false");let o=n.querySelector(".persona-ml-auto"),a=o==null?void 0:o.querySelector(":scope > .persona-flex.persona-items-center");if(a){a.innerHTML="";let d=me(t?"chevron-up":"chevron-down",16,"currentColor",2);d?a.appendChild(d):a.textContent=t?"Hide":"Show"}s.style.display=t?"":"none"},ys=e=>{let r=e.reasoning,t=h("div",["vanilla-message-bubble","vanilla-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(t.id=`bubble-${e.id}`,t.setAttribute("data-message-id",e.id),!r)return t;let n=wr.has(e.id),s=h("button","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");s.type="button",s.setAttribute("aria-expanded",n?"true":"false"),s.setAttribute("data-expand-header","true"),s.setAttribute("data-bubble-type","reasoning");let o=h("div","persona-flex persona-flex-col persona-text-left"),a=h("span","persona-text-xs persona-text-persona-primary");a.textContent="Thinking...",o.appendChild(a);let i=h("span","persona-text-xs persona-text-persona-primary");i.textContent=cl(r),o.appendChild(i),r.status==="complete"?a.style.display="none":a.style.display="";let d=h("div","persona-flex persona-items-center"),u=me(n?"chevron-up":"chevron-down",16,"currentColor",2);u?d.appendChild(u):d.textContent=n?"Hide":"Show";let p=h("div","persona-flex persona-items-center persona-ml-auto");p.append(d),s.append(o,p);let f=h("div","persona-border-t persona-border-gray-200 persona-bg-gray-50 persona-px-4 persona-py-3");f.style.display=n?"":"none";let m=r.chunks.join(""),x=h("div","persona-whitespace-pre-wrap persona-text-xs persona-leading-snug persona-text-persona-muted");return x.textContent=m||(r.status==="complete"?"No additional context was shared.":"Waiting for details\u2026"),f.appendChild(x),(()=>{s.setAttribute("aria-expanded",n?"true":"false"),d.innerHTML="";let v=me(n?"chevron-up":"chevron-down",16,"currentColor",2);v?d.appendChild(v):d.textContent=n?"Hide":"Show",f.style.display=n?"":"none"})(),t.append(s,f),t};var Sr=new Set,Ol=(e,r,t)=>{var c;let n=Sr.has(e),s=(c=t==null?void 0:t.toolCall)!=null?c:{},o=r.querySelector('button[data-expand-header="true"]'),a=r.querySelector(".persona-border-t");if(!o||!a)return;o.setAttribute("aria-expanded",n?"true":"false");let i=o.querySelector(".persona-ml-auto"),d=i==null?void 0:i.querySelector(":scope > .persona-flex.persona-items-center");if(d){d.innerHTML="";let u=s.toggleTextColor||s.headerTextColor||"currentColor",p=me(n?"chevron-up":"chevron-down",16,u,2);p?d.appendChild(p):d.textContent=n?"Hide":"Show"}a.style.display=n?"":"none"},bs=(e,r)=>{var b;let t=e.toolCall,n=(b=r==null?void 0:r.toolCall)!=null?b:{},s=h("div",["vanilla-message-bubble","vanilla-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(s.id=`bubble-${e.id}`,s.setAttribute("data-message-id",e.id),n.backgroundColor&&(s.style.backgroundColor=n.backgroundColor),n.borderColor&&(s.style.borderColor=n.borderColor),n.borderWidth&&(s.style.borderWidth=n.borderWidth),n.borderRadius&&(s.style.borderRadius=n.borderRadius),!t)return s;let o=Sr.has(e.id),a=h("button","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");a.type="button",a.setAttribute("aria-expanded",o?"true":"false"),a.setAttribute("data-expand-header","true"),a.setAttribute("data-bubble-type","tool"),n.headerBackgroundColor&&(a.style.backgroundColor=n.headerBackgroundColor),n.headerPaddingX&&(a.style.paddingLeft=n.headerPaddingX,a.style.paddingRight=n.headerPaddingX),n.headerPaddingY&&(a.style.paddingTop=n.headerPaddingY,a.style.paddingBottom=n.headerPaddingY);let i=h("div","persona-flex persona-flex-col persona-text-left"),d=h("span","persona-text-xs persona-text-persona-primary");n.headerTextColor&&(d.style.color=n.headerTextColor),d.textContent=dl(t),i.appendChild(d);let c=h("div","persona-flex persona-items-center"),u=n.toggleTextColor||n.headerTextColor||"currentColor",p=me(o?"chevron-up":"chevron-down",16,u,2);p?c.appendChild(p):c.textContent=o?"Hide":"Show";let f=h("div","persona-flex persona-items-center persona-gap-2 persona-ml-auto");f.append(c),a.append(i,f);let m=h("div","persona-border-t persona-border-gray-200 persona-bg-gray-50 persona-space-y-3 persona-px-4 persona-py-3");if(m.style.display=o?"":"none",n.contentBackgroundColor&&(m.style.backgroundColor=n.contentBackgroundColor),n.contentTextColor&&(m.style.color=n.contentTextColor),n.contentPaddingX&&(m.style.paddingLeft=n.contentPaddingX,m.style.paddingRight=n.contentPaddingX),n.contentPaddingY&&(m.style.paddingTop=n.contentPaddingY,m.style.paddingBottom=n.contentPaddingY),t.name){let S=h("div","persona-text-xs persona-text-persona-muted persona-italic");n.contentTextColor?S.style.color=n.contentTextColor:n.headerTextColor&&(S.style.color=n.headerTextColor),S.textContent=t.name,m.appendChild(S)}if(t.args!==void 0){let S=h("div","persona-space-y-1"),v=h("div","persona-text-xs persona-text-persona-muted");n.labelTextColor&&(v.style.color=n.labelTextColor),v.textContent="Arguments";let T=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");T.style.fontSize="0.75rem",T.style.lineHeight="1rem",n.codeBlockBackgroundColor&&(T.style.backgroundColor=n.codeBlockBackgroundColor),n.codeBlockBorderColor&&(T.style.borderColor=n.codeBlockBorderColor),n.codeBlockTextColor&&(T.style.color=n.codeBlockTextColor),T.textContent=Yr(t.args),S.append(v,T),m.appendChild(S)}if(t.chunks&&t.chunks.length){let S=h("div","persona-space-y-1"),v=h("div","persona-text-xs persona-text-persona-muted");n.labelTextColor&&(v.style.color=n.labelTextColor),v.textContent="Activity";let T=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");T.style.fontSize="0.75rem",T.style.lineHeight="1rem",n.codeBlockBackgroundColor&&(T.style.backgroundColor=n.codeBlockBackgroundColor),n.codeBlockBorderColor&&(T.style.borderColor=n.codeBlockBorderColor),n.codeBlockTextColor&&(T.style.color=n.codeBlockTextColor),T.textContent=t.chunks.join(`
|
|
16
|
+
`),S.append(v,T),m.appendChild(S)}if(t.status==="complete"&&t.result!==void 0){let S=h("div","persona-space-y-1"),v=h("div","persona-text-xs persona-text-persona-muted");n.labelTextColor&&(v.style.color=n.labelTextColor),v.textContent="Result";let T=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");T.style.fontSize="0.75rem",T.style.lineHeight="1rem",n.codeBlockBackgroundColor&&(T.style.backgroundColor=n.codeBlockBackgroundColor),n.codeBlockBorderColor&&(T.style.borderColor=n.codeBlockBorderColor),n.codeBlockTextColor&&(T.style.color=n.codeBlockTextColor),T.textContent=Yr(t.result),S.append(v,T),m.appendChild(S)}if(t.status==="complete"&&typeof t.duration=="number"){let S=h("div","persona-text-xs persona-text-persona-muted");n.contentTextColor&&(S.style.color=n.contentTextColor),S.textContent=`Duration: ${t.duration}ms`,m.appendChild(S)}return(()=>{a.setAttribute("aria-expanded",o?"true":"false"),c.innerHTML="";let S=n.toggleTextColor||n.headerTextColor||"currentColor",v=me(o?"chevron-up":"chevron-down",16,S,2);v?c.appendChild(v):c.textContent=o?"Hide":"Show",m.style.display=o?"":"none"})(),s.append(a,m),s};var xs=(e,r)=>{var b,S,v,T,F,w,P,W,R,U,ve,le;let t=e.approval,n=(r==null?void 0:r.approval)!==!1?r==null?void 0:r.approval:void 0,s=(t==null?void 0:t.status)==="pending",o=h("div",["persona-w-full","persona-max-w-[85%]","persona-rounded-2xl","persona-border","persona-shadow-sm","persona-overflow-hidden"].join(" "));if(o.id=`bubble-${e.id}`,o.setAttribute("data-message-id",e.id),o.style.backgroundColor=(b=n==null?void 0:n.backgroundColor)!=null?b:"var(--persona-approval-bg, #fefce8)",o.style.borderColor=(S=n==null?void 0:n.borderColor)!=null?S:"var(--persona-approval-border, #fef08a)",!t)return o;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",c=t.status==="approved"?"var(--persona-feedback-success, #16a34a)":t.status==="denied"?"var(--persona-feedback-error, #dc2626)":t.status==="timeout"?"var(--persona-feedback-warning, #ca8a04)":(v=n==null?void 0:n.titleColor)!=null?v:"currentColor",u=me(d,20,c,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(n!=null&&n.titleColor&&(m.style.color=n.titleColor),m.textContent=(T=n==null?void 0:n.title)!=null?T:"Approval Required",f.appendChild(m),!s){let q=h("span","persona-inline-flex persona-items-center persona-px-2 persona-py-0.5 persona-rounded-full persona-text-xs persona-font-medium");q.setAttribute("data-approval-status",t.status),t.status==="approved"?(q.style.backgroundColor="var(--persona-palette-colors-success-100, #dcfce7)",q.style.color="var(--persona-palette-colors-success-700, #15803d)",q.textContent="Approved"):t.status==="denied"?(q.style.backgroundColor="var(--persona-palette-colors-error-100, #fee2e2)",q.style.color="var(--persona-palette-colors-error-700, #b91c1c)",q.textContent="Denied"):t.status==="timeout"&&(q.style.backgroundColor="var(--persona-palette-colors-warning-100, #fef3c7)",q.style.color="var(--persona-palette-colors-warning-700, #b45309)",q.textContent="Timeout"),f.appendChild(q)}p.appendChild(f);let x=h("p","persona-text-sm persona-mt-0.5 persona-text-persona-muted");if(n!=null&&n.descriptionColor&&(x.style.color=n.descriptionColor),x.textContent=t.description,p.appendChild(x),t.parameters){let q=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");n!=null&&n.parameterBackgroundColor&&(q.style.backgroundColor=n.parameterBackgroundColor),n!=null&&n.parameterTextColor&&(q.style.color=n.parameterTextColor),q.style.fontSize="0.75rem",q.style.lineHeight="1rem",q.textContent=Yr(t.parameters),p.appendChild(q)}if(s){let q=h("div","persona-flex persona-gap-2 persona-mt-2");q.setAttribute("data-approval-buttons","true");let ee=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");ee.type="button",ee.style.backgroundColor=(F=n==null?void 0:n.approveButtonColor)!=null?F:"var(--persona-approval-approve-bg, #22c55e)",ee.style.color=(w=n==null?void 0:n.approveButtonTextColor)!=null?w:"#ffffff",ee.setAttribute("data-approval-action","approve");let Ce=me("shield-check",14,(P=n==null?void 0:n.approveButtonTextColor)!=null?P:"#ffffff",2);Ce&&(Ce.style.marginRight="4px",ee.appendChild(Ce));let we=document.createTextNode((W=n==null?void 0:n.approveLabel)!=null?W:"Approve");ee.appendChild(we);let ye=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");ye.type="button",ye.style.backgroundColor=(R=n==null?void 0:n.denyButtonColor)!=null?R:"transparent",ye.style.color=(U=n==null?void 0:n.denyButtonTextColor)!=null?U:"var(--persona-feedback-error, #dc2626)",ye.style.border=`1px solid ${n!=null&&n.denyButtonTextColor?n.denyButtonTextColor:"var(--persona-palette-colors-error-200, #fca5a5)"}`,ye.setAttribute("data-approval-action","deny");let ce=me("shield-x",14,(ve=n==null?void 0:n.denyButtonTextColor)!=null?ve:"var(--persona-feedback-error, #dc2626)",2);ce&&(ce.style.marginRight="4px",ye.appendChild(ce));let Q=document.createTextNode((le=n==null?void 0:n.denyLabel)!=null?le:"Deny");ye.appendChild(Q),q.append(ee,ye),p.appendChild(q)}return a.append(i,p),o.appendChild(a),o};var Fl=e=>{let r=[];return{buttons:r,render:(n,s,o,a,i)=>{if(e.innerHTML="",r.length=0,!n||!n.length||(a!=null?a:s?s.getMessages():[]).some(m=>m.role==="user"))return;let u=document.createDocumentFragment(),p=s?s.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'}};n.forEach(m=>{let x=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-muted hover:persona-opacity-90 persona-cursor-pointer persona-border persona-border-gray-200");x.type="button",x.textContent=m,x.disabled=p,i!=null&&i.fontFamily&&(x.style.fontFamily=f(i.fontFamily)),i!=null&&i.fontWeight&&(x.style.fontWeight=i.fontWeight),i!=null&&i.paddingX&&(x.style.paddingLeft=i.paddingX,x.style.paddingRight=i.paddingX),i!=null&&i.paddingY&&(x.style.paddingTop=i.paddingY,x.style.paddingBottom=i.paddingY),x.addEventListener("click",()=>{!s||s.isStreaming()||(o.value="",s.sendMessage(m))}),u.appendChild(x),r.push(x)}),e.appendChild(u)}}};var ao=class{constructor(r=2e3,t=null){this.head=0;this.count=0;this.totalCaptured=0;this.eventTypesSet=new Set;this.maxSize=r,this.buffer=new Array(r),this.store=t}push(r){var t;this.buffer[this.head]=r,this.head=(this.head+1)%this.maxSize,this.count<this.maxSize&&this.count++,this.totalCaptured++,this.eventTypesSet.add(r.type),(t=this.store)==null||t.put(r)}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 r=await this.store.getAll();if(r.length===0)return 0;let t=r.length>this.maxSize?r.slice(r.length-this.maxSize):r;for(let n of t)this.buffer[this.head]=n,this.head=(this.head+1)%this.maxSize,this.count<this.maxSize&&this.count++,this.eventTypesSet.add(n.type);return this.totalCaptured=r.length,t.length}getAllFromStore(){return this.store?this.store.getAll():Promise.resolve(this.getAll())}getRecent(r){let t=this.getAll();return r>=t.length?t:t.slice(t.length-r)}getSize(){return this.count}getTotalCaptured(){return this.totalCaptured}getEvictedCount(){return this.totalCaptured-this.count}clear(){var r;this.buffer=new Array(this.maxSize),this.head=0,this.count=0,this.totalCaptured=0,this.eventTypesSet.clear(),(r=this.store)==null||r.clear()}destroy(){var r;this.buffer=[],this.head=0,this.count=0,this.totalCaptured=0,this.eventTypesSet.clear(),(r=this.store)==null||r.destroy()}getEventTypes(){return Array.from(this.eventTypesSet)}};var io=class{constructor(r="persona-event-stream",t="events"){this.db=null;this.pendingWrites=[];this.flushScheduled=!1;this.isDestroyed=!1;this.dbName=r,this.storeName=t}open(){return new Promise((r,t)=>{try{let n=indexedDB.open(this.dbName,1);n.onupgradeneeded=()=>{let s=n.result;s.objectStoreNames.contains(this.storeName)||s.createObjectStore(this.storeName,{keyPath:"id"}).createIndex("timestamp","timestamp",{unique:!1})},n.onsuccess=()=>{this.db=n.result,r()},n.onerror=()=>{t(n.error)}}catch(n){t(n)}})}put(r){!this.db||this.isDestroyed||(this.pendingWrites.push(r),this.flushScheduled||(this.flushScheduled=!0,queueMicrotask(()=>this.flushWrites())))}putBatch(r){if(!(!this.db||this.isDestroyed||r.length===0))try{let n=this.db.transaction(this.storeName,"readwrite").objectStore(this.storeName);for(let s of r)n.put(s)}catch{}}getAll(){return new Promise((r,t)=>{if(!this.db){r([]);return}try{let a=this.db.transaction(this.storeName,"readonly").objectStore(this.storeName).index("timestamp").getAll();a.onsuccess=()=>{r(a.result)},a.onerror=()=>{t(a.error)}}catch(n){t(n)}})}getCount(){return new Promise((r,t)=>{if(!this.db){r(0);return}try{let o=this.db.transaction(this.storeName,"readonly").objectStore(this.storeName).count();o.onsuccess=()=>{r(o.result)},o.onerror=()=>{t(o.error)}}catch(n){t(n)}})}clear(){return new Promise((r,t)=>{if(!this.db){r();return}this.pendingWrites=[];try{let o=this.db.transaction(this.storeName,"readwrite").objectStore(this.storeName).clear();o.onsuccess=()=>{r()},o.onerror=()=>{t(o.error)}}catch(n){t(n)}})}close(){this.db&&(this.db.close(),this.db=null)}destroy(){return this.isDestroyed=!0,this.pendingWrites=[],this.close(),new Promise((r,t)=>{try{let n=indexedDB.deleteDatabase(this.dbName);n.onsuccess=()=>{r()},n.onerror=()=>{t(n.error)}}catch(n){t(n)}})}flushWrites(){if(this.flushScheduled=!1,!this.db||this.isDestroyed||this.pendingWrites.length===0)return;let r=this.pendingWrites;this.pendingWrites=[];try{let n=this.db.transaction(this.storeName,"readwrite").objectStore(this.storeName);for(let s of r)n.put(s)}catch{}}};function Ar(e,r){r&&r.split(/\s+/).forEach(t=>t&&e.classList.add(t))}var Ad={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, #dbeafe)",text:"var(--persona-palette-colors-primary-700, #1e40af)"},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)"}},Ed={bg:"var(--persona-palette-colors-gray-100, #f3f4f6)",text:"var(--persona-palette-colors-gray-600, #4b5563)"},Td=["flowName","stepName","reasoningText","text","name","tool","toolName"],Md=100;function kd(e,r){let t={...Ad,...r};if(t[e])return t[e];for(let n of Object.keys(t))if(n.endsWith("_")&&e.startsWith(n))return t[n];return Ed}function Ld(e,r){return`+${((e-r)/1e3).toFixed(3)}s`}function Pd(e){let r=new Date(e),t=String(r.getHours()).padStart(2,"0"),n=String(r.getMinutes()).padStart(2,"0"),s=String(r.getSeconds()).padStart(2,"0"),o=String(r.getMilliseconds()).padStart(3,"0");return`${t}:${n}:${s}.${o}`}function Id(e,r){try{let t=JSON.parse(e);if(typeof t!="object"||t===null)return null;for(let n of r){let s=n.split("."),o=t;for(let a of s)if(o&&typeof o=="object"&&o!==null)o=o[a];else{o=void 0;break}if(typeof o=="string"&&o.trim())return o.trim()}}catch{}return null}function Wd(e){var r;return(r=navigator.clipboard)!=null&&r.writeText?navigator.clipboard.writeText(e):new Promise(t=>{let n=document.createElement("textarea");n.value=e,n.style.position="fixed",n.style.opacity="0",document.body.appendChild(n),n.select(),document.execCommand("copy"),document.body.removeChild(n),t()})}function Rd(e){let r;try{r=JSON.parse(e.payload)}catch{r=e.payload}return JSON.stringify({type:e.type,timestamp:new Date(e.timestamp).toISOString(),payload:r},null,2)}function Hd(e,r,t){let n,s;try{s=JSON.parse(e.payload),n=JSON.stringify(s,null,2)}catch{s=e.payload,n=e.payload}let o=r.find(i=>i.renderEventStreamPayload);if(o!=null&&o.renderEventStreamPayload&&t){let i=o.renderEventStreamPayload({event:e,config:t,defaultRenderer:()=>a(),parsedPayload:s});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=n,i.appendChild(d),i}}function vs(e,r,t,n,s,o,a,i){var f;let d=s.has(e.id),c=h("div","persona-border-b persona-border-persona-divider persona-text-xs");Ar(c,(f=n.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:r,config:i,defaultRenderer:()=>p(),isExpanded:d,onToggleExpand:()=>o(e.id)});if(m)return c.appendChild(m),c}return c.appendChild(p()),c;function p(){var ee,Ce;let m=h("div",""),x=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");x.setAttribute("data-event-id",e.id);let b=h("span","persona-flex-shrink-0 persona-text-persona-muted persona-w-4 persona-text-center persona-flex persona-items-center persona-justify-center"),S=me(d?"chevron-down":"chevron-right","14px","currentColor",2);S&&b.appendChild(S);let v=h("span","persona-text-[11px] persona-text-persona-muted persona-whitespace-nowrap persona-flex-shrink-0 persona-font-mono persona-w-[70px]"),T=(ee=n.timestampFormat)!=null?ee:"relative";v.textContent=T==="relative"?Ld(e.timestamp,t):Pd(e.timestamp);let F=null;n.showSequenceNumbers!==!1&&(F=h("span","persona-text-[11px] persona-text-persona-muted persona-font-mono persona-flex-shrink-0 persona-w-[28px] persona-text-right"),F.textContent=String(r+1));let w=kd(e.type,n.badgeColors),P=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");P.style.backgroundColor=w.bg,P.style.color=w.text,P.style.borderColor=w.text+"50",P.textContent=e.type;let W=(Ce=n.descriptionFields)!=null?Ce:Td,R=Id(e.payload,W),U=null;R&&(U=h("span","persona-text-[11px] persona-text-persona-secondary persona-truncate persona-min-w-0"),U.textContent=R);let ve=h("div","persona-flex-1 persona-min-w-0"),le=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"),q=me("clipboard","12px","currentColor",1.5);return q&&le.appendChild(q),le.addEventListener("click",async we=>{we.stopPropagation(),await Wd(Rd(e)),le.innerHTML="";let ye=me("check","12px","currentColor",1.5);ye&&le.appendChild(ye),setTimeout(()=>{le.innerHTML="";let ce=me("clipboard","12px","currentColor",1.5);ce&&le.appendChild(ce)},1500)}),x.appendChild(b),x.appendChild(v),F&&x.appendChild(F),x.appendChild(P),U&&x.appendChild(U),x.appendChild(ve),x.appendChild(le),m.appendChild(x),d&&m.appendChild(Hd(e,a,i)),m}}function $l(e){var c,u;let{buffer:r,getFullHistory:t,onClose:n,config:s,plugins:o=[]}=e,a=(u=(c=s==null?void 0:s.features)==null?void 0:c.eventStream)!=null?u:{},i=o.find(p=>p.renderEventStreamView);if(i!=null&&i.renderEventStreamView&&s){let p=i.renderEventStreamView({config:s,events:r.getAll(),defaultRenderer:()=>d().element,onClose:n});if(p)return{element:p,update:()=>{},destroy:()=>{}}}return d();function d(){let p=a.classNames,f=h("div","persona-event-stream-view persona-flex persona-flex-col persona-flex-1 persona-min-h-0");Ar(f,p==null?void 0:p.panel);let m=[],x="",b="",S=null,v=[],T={},F=0,w=!1,P=0,W=0,R=!1,U=null,ve=!1,le=0,q=new Set,ee=new Map,Ce="",we="",ye=null,ce,Q,J,V,ne;function fe(){let X=h("div","persona-flex persona-flex-col persona-flex-shrink-0"),_=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");Ar(_,p==null?void 0:p.headerBar);let be=h("span","persona-text-sm persona-font-medium persona-text-persona-primary persona-whitespace-nowrap");be.textContent="Events",ce=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"),ce.textContent="0";let xe=h("div","persona-flex-1");Q=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 Ae=h("option","");Ae.value="",Ae.textContent="All events",Q.appendChild(Ae),J=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"),J.type="button",J.title="Copy All";let st=me("clipboard-copy","12px","currentColor",1.5);st&&J.appendChild(st);let Be=h("span","persona-text-xs");Be.textContent="Copy All",J.appendChild(Be),_.appendChild(be),_.appendChild(ce),_.appendChild(xe),_.appendChild(Q),_.appendChild(J);let We=h("div","persona-relative persona-px-4 persona-py-2.5 persona-border-b persona-border-persona-divider persona-bg-persona-surface");Ar(We,p==null?void 0:p.searchBar);let ze=me("search","14px","var(--persona-muted, #9ca3af)",1.5),pe=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");ze&&pe.appendChild(ze),V=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"),Ar(V,p==null?void 0:p.searchInput),V.type="text",V.placeholder="Search event payloads...",ne=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"),ne.type="button",ne.style.display="none";let Ft=me("x","12px","currentColor",2);return Ft&&ne.appendChild(Ft),We.appendChild(pe),We.appendChild(V),We.appendChild(ne),X.appendChild(_),X.appendChild(We),X}let wt,ut=o.find(X=>X.renderEventStreamToolbar);if(ut!=null&&ut.renderEventStreamToolbar&&s){let X=ut.renderEventStreamToolbar({config:s,defaultRenderer:()=>fe(),eventCount:r.getSize(),filteredCount:0,onFilterChange:_=>{x=_,Y(),je()},onSearchChange:_=>{b=_,Y(),je()}});wt=X!=null?X:fe()}else wt=fe();let gt=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");gt.style.display="none";let Tt=h("div","persona-flex-1 persona-min-h-0 persona-relative"),se=h("div","persona-event-stream-list persona-overflow-y-auto persona-min-h-0");se.style.height="100%";let re=h("div","persona-absolute persona-bottom-3 persona-left-1/2 persona-transform persona--translate-x-1/2 persona-bg-persona-accent persona-text-white persona-text-xs persona-px-3 persona-py-1.5 persona-rounded-full persona-cursor-pointer persona-shadow-md persona-z-10 persona-flex persona-items-center persona-gap-1");Ar(re,p==null?void 0:p.scrollIndicator),re.style.display="none";let Ue=me("arrow-down","12px","currentColor",2);Ue&&re.appendChild(Ue);let z=h("span","");re.appendChild(z);let te=h("div","persona-flex persona-items-center persona-justify-center persona-h-full persona-text-sm persona-text-persona-muted");te.style.display="none",Tt.appendChild(se),Tt.appendChild(te),Tt.appendChild(re),f.setAttribute("tabindex","0"),f.appendChild(wt),f.appendChild(gt),f.appendChild(Tt);function de(){let X=r.getAll(),_={};for(let Be of X)_[Be.type]=(_[Be.type]||0)+1;let be=Object.keys(_).sort(),xe=be.length!==v.length||!be.every((Be,We)=>Be===v[We]),Ae=!xe&&be.some(Be=>_[Be]!==T[Be]),Ee=X.length!==Object.values(T).reduce((Be,We)=>Be+We,0);if(!xe&&!Ae&&!Ee||(v=be,T=_,!Q))return;let st=Q.value;if(Q.options[0].textContent="All events",xe){for(;Q.options.length>1;)Q.remove(1);for(let Be of be){let We=h("option","");We.value=Be,We.textContent=`${Be} (${_[Be]||0})`,Q.appendChild(We)}st&&be.includes(st)?Q.value=st:st&&(Q.value="",x="")}else for(let Be=1;Be<Q.options.length;Be++){let We=Q.options[Be];We.textContent=`${We.value} (${_[We.value]||0})`}}function Qe(){let X=r.getAll();if(x&&(X=X.filter(_=>_.type===x)),b){let _=b.toLowerCase();X=X.filter(be=>be.type.toLowerCase().includes(_)||be.payload.toLowerCase().includes(_))}return X}function G(){return x!==""||b!==""}function Y(){F=0,P=0,w=!1,re.style.display="none"}function tt(X){q.has(X)?q.delete(X):q.add(X),ye=X;let _=se.scrollTop,be=w;ve=!0,w=!0,je(),se.scrollTop=_,w=be,ve=!1}function Ne(){return se.scrollHeight-se.scrollTop-se.clientHeight<=50}function je(){W=Date.now(),R=!1,de();let X=r.getEvictedCount();X>0?(gt.textContent=`${X.toLocaleString()} older events truncated`,gt.style.display=""):gt.style.display="none",m=Qe();let _=m.length,be=r.getSize()>0;ce&&(ce.textContent=String(r.getSize())),_===0&&be&&G()?(te.textContent=b?`No events matching '${b}'`:"No events matching filter",te.style.display="",se.style.display="none"):(te.style.display="none",se.style.display=""),J&&(J.title=G()?`Copy Filtered (${_})`:"Copy All"),w&&_>F&&(P+=_-F,z.textContent=`${P} new event${P===1?"":"s"}`,re.style.display=""),F=_;let xe=r.getAll(),Ae=xe.length>0?xe[0].timestamp:0,Ee=new Set(m.map(We=>We.id));for(let We of q)Ee.has(We)||q.delete(We);let st=x!==Ce||b!==we,Be=ee.size===0&&m.length>0;if(st||Be||m.length===0){se.innerHTML="",ee.clear();let We=document.createDocumentFragment();for(let ze=0;ze<m.length;ze++){let pe=vs(m[ze],ze,Ae,a,q,tt,o,s);ee.set(m[ze].id,pe),We.appendChild(pe)}se.appendChild(We),Ce=x,we=b,ye=null}else{if(ye!==null){let ze=ee.get(ye);if(ze&&ze.parentNode===se){let pe=m.findIndex(Ft=>Ft.id===ye);if(pe>=0){let Ft=vs(m[pe],pe,Ae,a,q,tt,o,s);se.insertBefore(Ft,ze),ze.remove(),ee.set(ye,Ft)}}ye=null}let We=new Set(m.map(ze=>ze.id));for(let[ze,pe]of ee)We.has(ze)||(pe.remove(),ee.delete(ze));for(let ze=0;ze<m.length;ze++){let pe=m[ze];if(!ee.has(pe.id)){let Ft=vs(pe,ze,Ae,a,q,tt,o,s);ee.set(pe.id,Ft),se.appendChild(Ft)}}}w||(se.scrollTop=se.scrollHeight)}function Mt(){if(Date.now()-W>=Md){U!==null&&(cancelAnimationFrame(U),U=null),je();return}R||(R=!0,U=requestAnimationFrame(()=>{U=null,je()}))}let qt=(X,_)=>{if(!J)return;J.innerHTML="";let be=me(X,"12px","currentColor",1.5);be&&J.appendChild(be);let xe=h("span","persona-text-xs");xe.textContent="Copy All",J.appendChild(xe),setTimeout(()=>{J.innerHTML="";let Ae=me("clipboard-copy","12px","currentColor",1.5);Ae&&J.appendChild(Ae);let Ee=h("span","persona-text-xs");Ee.textContent="Copy All",J.appendChild(Ee),J.disabled=!1},_)},ue=async()=>{if(J){J.disabled=!0;try{let X;G()?X=m:t?(X=await t(),X.length===0&&(X=r.getAll())):X=r.getAll();let _=X.map(be=>{try{return JSON.parse(be.payload)}catch{return be.payload}});await navigator.clipboard.writeText(JSON.stringify(_,null,2)),qt("check",1500)}catch{qt("x",1500)}}},Ye=()=>{Q&&(x=Q.value,Y(),je())},ke=()=>{!V||!ne||(ne.style.display=V.value?"":"none",S&&clearTimeout(S),S=setTimeout(()=>{b=V.value,Y(),je()},150))},ot=()=>{!V||!ne||(V.value="",b="",ne.style.display="none",S&&clearTimeout(S),Y(),je())},Ve=()=>{if(ve)return;let X=se.scrollTop,_=X>le;le=X,Ne()&&_?(w=!1,P=0,re.style.display="none"):Ne()||(w=!0)},nt=X=>{X.deltaY<0&&(w=!0)},Rt=()=>{se.scrollTop=se.scrollHeight,w=!1,P=0,re.style.display="none"},Ht=X=>{let _=X.target;if(!_||_.closest("button"))return;let be=_.closest("[data-event-id]");if(!be)return;let xe=be.getAttribute("data-event-id");xe&&tt(xe)},kt=X=>{if((X.metaKey||X.ctrlKey)&&X.key==="f"){X.preventDefault(),V==null||V.focus(),V==null||V.select();return}X.key==="Escape"&&(V&&document.activeElement===V?(ot(),V.blur(),f.focus()):n&&n())};J&&J.addEventListener("click",ue),Q&&Q.addEventListener("change",Ye),V&&V.addEventListener("input",ke),ne&&ne.addEventListener("click",ot),se.addEventListener("scroll",Ve),se.addEventListener("wheel",nt,{passive:!0}),se.addEventListener("click",Ht),re.addEventListener("click",Rt),f.addEventListener("keydown",kt);function N(){S&&clearTimeout(S),U!==null&&(cancelAnimationFrame(U),U=null),R=!1,ee.clear(),J&&J.removeEventListener("click",ue),Q&&Q.removeEventListener("change",Ye),V&&V.removeEventListener("input",ke),ne&&ne.removeEventListener("click",ot),se.removeEventListener("scroll",Ve),se.removeEventListener("wheel",nt),se.removeEventListener("click",Ht),re.removeEventListener("click",Rt),f.removeEventListener("keydown",kt)}return{element:f,update:Mt,destroy:N}}}function _l(e,r){let t=typeof e.title=="string"&&e.title?e.title:"Untitled artifact",n=typeof e.artifactId=="string"?e.artifactId:"",s=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-bg, #ffffff)",i.style.cursor="pointer",i.tabIndex=0,i.setAttribute("role","button"),i.setAttribute("aria-label",`Open ${t} in artifact panel`),n&&i.setAttribute("data-open-artifact",n);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 c=document.createElement("div");c.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)",s==="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, #3b82f6)",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(c.append(u,p),i.append(d,c),s==="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",n),i.append(f)}return i}var jl=(e,r)=>{var n,s,o;let t=(o=(s=(n=r==null?void 0:r.config)==null?void 0:n.features)==null?void 0:s.artifacts)==null?void 0:o.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",c=typeof e.artifactType=="string"?e.artifactType:"markdown",u=t({artifact:{artifactId:i,title:a,artifactType:c,status:d},config:r.config,defaultRenderer:()=>_l(e,r)});if(u)return u}return _l(e,r)};var Cs=class{constructor(){this.components=new Map}register(r,t){this.components.has(r)&&console.warn(`[ComponentRegistry] Component "${r}" is already registered. Overwriting.`),this.components.set(r,t)}unregister(r){this.components.delete(r)}get(r){return this.components.get(r)}has(r){return this.components.has(r)}getAllNames(){return Array.from(this.components.keys())}clear(){this.components.clear()}registerAll(r){Object.entries(r).forEach(([t,n])=>{this.register(t,n)})}},zn=new Cs;zn.register("PersonaArtifactCard",jl);function Bd(e){var s;let r=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 n=h("pre","persona-font-mono persona-text-xs persona-whitespace-pre-wrap persona-overflow-x-auto");return n.textContent=JSON.stringify((s=e.props)!=null?s:{},null,2),r.appendChild(t),r.appendChild(n),r}function zl(e,r){var Tt,se,re,Ue;let t=(se=(Tt=e.features)==null?void 0:Tt.artifacts)==null?void 0:se.layout,s=((re=t==null?void 0:t.toolbarPreset)!=null?re:"default")==="document",o=(Ue=t==null?void 0:t.panePadding)==null?void 0:Ue.trim(),a=e.markdown?fr(e.markdown):null,i=Kr(e.sanitize),d=z=>{let te=a?a(z):Jr(z);return i?i(te):te},c=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=()=>{c==null||c.classList.add("persona-hidden"),p.classList.remove("persona-artifact-drawer-open"),q==null||q.hide()};c&&c.addEventListener("click",()=>{var z;u(),(z=r.onDismiss)==null||z.call(r)});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"),s&&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"),s&&f.classList.add("persona-artifact-toolbar-document");let m=h("span","persona-text-xs persona-font-medium persona-truncate");m.textContent="Artifacts";let x=h("button","persona-rounded-md persona-border persona-border-persona-border persona-px-2 persona-py-1 persona-text-xs persona-bg-persona-surface");x.type="button",x.textContent="Close",x.setAttribute("aria-label","Close artifacts panel"),x.addEventListener("click",()=>{var z;u(),(z=r.onDismiss)==null||z.call(r)});let b="rendered",S=h("div","persona-flex persona-items-center persona-gap-1 persona-shrink-0 persona-artifact-toggle-group"),v=s?_t({icon:"eye",label:"Rendered view",className:"persona-artifact-doc-icon-btn persona-artifact-view-btn"}):_t({icon:"eye",label:"Rendered view"}),T=s?_t({icon:"code-2",label:"Source",className:"persona-artifact-doc-icon-btn persona-artifact-code-btn"}):_t({icon:"code-2",label:"Source"}),F=h("div","persona-flex persona-items-center persona-gap-1 persona-shrink-0"),w=(t==null?void 0:t.documentToolbarShowCopyLabel)===!0,P=(t==null?void 0:t.documentToolbarShowCopyChevron)===!0,W=t==null?void 0:t.documentToolbarCopyMenuItems,R=!!(P&&W&&W.length>0),U=null,ve,le=null,q=null;if(s&&(w||P)&&!R){if(ve=w?_o({icon:"copy",label:"Copy",iconSize:14,className:"persona-artifact-doc-copy-btn"}):_t({icon:"copy",label:"Copy",className:"persona-artifact-doc-copy-btn"}),P){let z=me("chevron-down",14,"currentColor",2);z&&ve.appendChild(z)}}else s&&R?(U=h("div","persona-relative persona-inline-flex persona-items-center persona-gap-0 persona-rounded-md"),ve=w?_o({icon:"copy",label:"Copy",iconSize:14,className:"persona-artifact-doc-copy-btn"}):_t({icon:"copy",label:"Copy",className:"persona-artifact-doc-copy-btn"}),le=_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"}}),U.append(ve,le)):s?ve=_t({icon:"copy",label:"Copy",className:"persona-artifact-doc-icon-btn"}):ve=_t({icon:"copy",label:"Copy"});let ee=s?_t({icon:"refresh-cw",label:"Refresh",className:"persona-artifact-doc-icon-btn"}):_t({icon:"refresh-cw",label:"Refresh"}),Ce=s?_t({icon:"x",label:"Close",className:"persona-artifact-doc-icon-btn"}):_t({icon:"x",label:"Close"}),we=()=>{var G,Y,tt;let z=(G=ne.find(Ne=>Ne.id===fe))!=null?G:ne[ne.length-1],te=(Y=z==null?void 0:z.id)!=null?Y:null,de=(z==null?void 0:z.artifactType)==="markdown"&&(tt=z.markdown)!=null?tt:"",Qe=z?JSON.stringify({component:z.component,props:z.props},null,2):"";return{markdown:de,jsonPayload:Qe,id:te}},ye=async()=>{var G;let{markdown:z,jsonPayload:te}=we(),de=(G=ne.find(Y=>Y.id===fe))!=null?G:ne[ne.length-1],Qe=(de==null?void 0:de.artifactType)==="markdown"?z:de?te:"";try{await navigator.clipboard.writeText(Qe)}catch{}};if(ve.addEventListener("click",async()=>{let z=t==null?void 0:t.onDocumentToolbarCopyMenuSelect;if(z&&R){let{markdown:te,jsonPayload:de,id:Qe}=we();try{await z({actionId:"primary",artifactId:Qe,markdown:te,jsonPayload:de})}catch{}return}await ye()}),le&&(W!=null&&W.length)){let z=()=>{var de;return(de=p.closest("[data-persona-root]"))!=null?de:document.body},te=()=>{q=sr({items:W.map(de=>({id:de.id,label:de.label})),onSelect:async de=>{let{markdown:Qe,jsonPayload:G,id:Y}=we(),tt=t==null?void 0:t.onDocumentToolbarCopyMenuSelect;try{tt?await tt({actionId:de,artifactId:Y,markdown:Qe,jsonPayload:G}):de==="markdown"||de==="md"?await navigator.clipboard.writeText(Qe):de==="json"||de==="source"?await navigator.clipboard.writeText(G):await navigator.clipboard.writeText(Qe||G)}catch{}},anchor:U!=null?U:le,position:"bottom-right",portal:z()})};p.isConnected?te():requestAnimationFrame(te),le.addEventListener("click",de=>{de.stopPropagation(),q==null||q.toggle()})}ee.addEventListener("click",async()=>{var z;try{await((z=t==null?void 0:t.onDocumentToolbarRefresh)==null?void 0:z.call(t))}catch{}ut()}),Ce.addEventListener("click",()=>{var z;u(),(z=r.onDismiss)==null||z.call(r)});let ce=()=>{s&&(v.setAttribute("aria-pressed",b==="rendered"?"true":"false"),T.setAttribute("aria-pressed",b==="source"?"true":"false"))};v.addEventListener("click",()=>{b="rendered",ce(),ut()}),T.addEventListener("click",()=>{b="source",ce(),ut()});let Q=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");s?(f.replaceChildren(),S.append(v,T),U?F.append(U,ee,Ce):F.append(ve,ee,Ce),f.append(S,Q,F),ce()):(f.appendChild(m),f.appendChild(x)),o&&(f.style.paddingLeft=o,f.style.paddingRight=o);let J=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"),V=h("div","persona-artifact-content persona-flex-1 persona-min-h-0 persona-overflow-y-auto persona-p-3");o&&(J.style.paddingLeft=o,J.style.paddingRight=o,V.style.padding=o),p.appendChild(f),p.appendChild(J),p.appendChild(V);let ne=[],fe=null,wt=!1,ut=()=>{var Qe,G,Y,tt;let z=s&&ne.length<=1;J.classList.toggle("persona-hidden",z),J.replaceChildren();for(let Ne of ne){let je=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");je.type="button",je.textContent=Ne.title||Ne.id.slice(0,8),Ne.id===fe&&je.classList.add("persona-bg-persona-container","persona-border-persona-border"),je.addEventListener("click",()=>r.onSelect(Ne.id)),J.appendChild(je)}V.replaceChildren();let te=fe&&ne.find(Ne=>Ne.id===fe)||ne[ne.length-1];if(!te)return;if(s){let Ne=te.artifactType==="markdown"?"MD":(Qe=te.component)!=null?Qe:"Component",Mt=(te.title||"Document").trim().replace(/\s*·\s*MD\s*$/i,"").trim()||"Document";Q.textContent=`${Mt} \xB7 ${Ne}`}else m.textContent="Artifacts";if(te.artifactType==="markdown"){if(s&&b==="source"){let je=h("pre","persona-font-mono persona-text-xs persona-whitespace-pre-wrap persona-break-words persona-text-persona-primary");je.textContent=(G=te.markdown)!=null?G:"",V.appendChild(je);return}let Ne=h("div","persona-text-sm persona-leading-relaxed persona-markdown-bubble");Ne.innerHTML=d((Y=te.markdown)!=null?Y:""),V.appendChild(Ne);return}let de=te.component?zn.get(te.component):void 0;if(de){let je={message:{id:te.id,role:"assistant",content:"",createdAt:new Date().toISOString()},config:e,updateProps:()=>{}};try{let Mt=de((tt=te.props)!=null?tt:{},je);if(Mt){V.appendChild(Mt);return}}catch{}}V.appendChild(Bd(te))},gt=()=>{var te;let z=ne.length>0;if(p.classList.toggle("persona-hidden",!z),c){let de=typeof p.closest=="function"?p.closest("[data-persona-root]"):null,G=((te=de==null?void 0:de.classList.contains("persona-artifact-narrow-host"))!=null?te:!1)||typeof window!="undefined"&&window.matchMedia("(max-width: 640px)").matches;z&&G&&wt?(c.classList.remove("persona-hidden"),p.classList.add("persona-artifact-drawer-open")):(c.classList.add("persona-hidden"),p.classList.remove("persona-artifact-drawer-open"))}};return{element:p,backdrop:c,update(z){var te,de,Qe;ne=z.artifacts,fe=(Qe=(de=z.selectedId)!=null?de:(te=z.artifacts[z.artifacts.length-1])==null?void 0:te.id)!=null?Qe:null,ne.length>0&&(wt=!0),ut(),gt()},setMobileOpen(z){wt=z,!z&&c?(c.classList.add("persona-hidden"),p.classList.remove("persona-artifact-drawer-open")):gt()}}}function pn(e){var r,t;return((t=(r=e==null?void 0:e.features)==null?void 0:r.artifacts)==null?void 0:t.enabled)===!0}function ql(e,r){var o,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"),!pn(r))return;let t=(a=(o=r.features)==null?void 0:o.artifacts)==null?void 0:a.layout,n=(i=t==null?void 0:t.paneBorder)==null?void 0:i.trim(),s=(d=t==null?void 0:t.paneBorderLeft)==null?void 0:d.trim();n?(e.classList.add("persona-artifact-border-full"),e.style.setProperty("--persona-artifact-pane-border",n)):s&&(e.classList.add("persona-artifact-border-left"),e.style.setProperty("--persona-artifact-pane-border-left",s))}function Dd(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 jo(e,r){var d,c,u,p,f,m,x,b,S,v;if(!pn(r)){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"),Dd(e),ql(e,r);return}let t=(c=(d=r.features)==null?void 0:d.artifacts)==null?void 0:c.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 n=(m=t==null?void 0:t.paneBackground)==null?void 0:m.trim();n?e.style.setProperty("--persona-artifact-pane-bg",n):e.style.removeProperty("--persona-artifact-pane-bg");let s=(x=t==null?void 0:t.panePadding)==null?void 0:x.trim();s?e.style.setProperty("--persona-artifact-pane-padding",s):e.style.removeProperty("--persona-artifact-pane-padding");let o=(b=t==null?void 0:t.documentToolbarIconColor)==null?void 0:b.trim();o?e.style.setProperty("--persona-artifact-doc-toolbar-icon-color",o):e.style.removeProperty("--persona-artifact-doc-toolbar-icon-color");let a=(S=t==null?void 0:t.documentToolbarToggleActiveBackground)==null?void 0:S.trim();a?e.style.setProperty("--persona-artifact-doc-toggle-active-bg",a):e.style.removeProperty("--persona-artifact-doc-toggle-active-bg");let i=(v=t==null?void 0:t.documentToolbarToggleActiveBorderColor)==null?void 0:v.trim();i?e.style.setProperty("--persona-artifact-doc-toggle-active-border",i):e.style.removeProperty("--persona-artifact-doc-toggle-active-border"),ql(e,r)}var Ul=["panel","seamless"];function zo(e,r){var i,d,c,u,p,f;for(let m of Ul)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"),!pn(r))return;let t=(d=(i=r.features)==null?void 0:i.artifacts)==null?void 0:d.layout,n=(c=t==null?void 0:t.paneAppearance)!=null?c:"panel",s=Ul.includes(n)?n:"panel";e.classList.add(`persona-artifact-appearance-${s}`);let o=(u=t==null?void 0:t.paneBorderRadius)==null?void 0:u.trim();o&&e.style.setProperty("--persona-artifact-pane-radius",o);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())||o;m&&e.style.setProperty("--persona-artifact-unified-outer-radius",m)}}function Vl(e,r){var t,n,s;return!r||!pn(e)?!1:((s=(n=(t=e.features)==null?void 0:t.artifacts)==null?void 0:n.layout)==null?void 0:s.expandLauncherPanelWhenOpen)!==!1}function Nd(e,r){if(!(e!=null&&e.trim()))return r;let t=/^(\d+(?:\.\d+)?)px\s*$/i.exec(e.trim());return t?Math.max(0,Number(t[1])):r}function Od(e){if(!(e!=null&&e.trim()))return null;let r=/^(\d+(?:\.\d+)?)px\s*$/i.exec(e.trim());return r?Math.max(0,Number(r[1])):null}function Fd(e,r,t){return t<r?r:Math.min(t,Math.max(r,e))}function $d(e,r,t,n){let s=e-n-2*r-t;return Math.max(0,s)}function Jl(e,r){var a;let n=(a=(r.getComputedStyle(e).gap||"0px").trim().split(/\s+/)[0])!=null?a:"0px",s=/^([\d.]+)px$/i.exec(n);if(s)return Number(s[1]);let o=/^([\d.]+)/.exec(n);return o?Number(o[1]):8}function Kl(e,r,t,n,s,o){let a=Nd(s,200),i=$d(r,t,n,200);i=Math.max(a,i);let d=Od(o);return d!==null&&(i=Math.min(i,d)),Fd(e,a,i)}var Yl={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"}},ws=(e,r,t,n)=>{let s=e.querySelectorAll("[data-tv-form]");s.length&&s.forEach(o=>{var x,b,S;if(o.dataset.enhanced==="true")return;let a=(x=o.dataset.tvForm)!=null?x:"init";o.dataset.enhanced="true";let i=(b=Yl[a])!=null?b:Yl.init;o.classList.add("persona-form-card","persona-space-y-4");let d=h("div","persona-space-y-1"),c=h("h3","persona-text-base persona-font-semibold persona-text-persona-primary");if(c.textContent=i.title,d.appendChild(c),i.description){let v=h("p","persona-text-sm persona-text-persona-muted");v.textContent=i.description,d.appendChild(v)}let u=document.createElement("form");u.className="persona-form-grid persona-space-y-3",i.fields.forEach(v=>{var W,R;let T=h("label","persona-form-field persona-flex persona-flex-col persona-gap-1");T.htmlFor=`${r.id}-${a}-${v.name}`;let F=h("span","persona-text-xs persona-font-medium persona-text-persona-muted");F.textContent=v.label,T.appendChild(F);let w=(W=v.type)!=null?W:"text",P;w==="textarea"?(P=document.createElement("textarea"),P.rows=3):(P=document.createElement("input"),P.type=w),P.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",P.id=`${r.id}-${a}-${v.name}`,P.name=v.name,P.placeholder=(R=v.placeholder)!=null?R:"",v.required&&(P.required=!0),T.appendChild(P),u.appendChild(T)});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=(S=i.submitLabel)!=null?S:"Submit",p.appendChild(f),p.appendChild(m),u.appendChild(p),o.replaceChildren(d,u),u.addEventListener("submit",async v=>{var P,W;v.preventDefault();let T=(P=t.formEndpoint)!=null?P:"/form",F=new FormData(u),w={};F.forEach((R,U)=>{w[U]=R}),w.type=a,m.disabled=!0,f.textContent="Submitting\u2026";try{let R=await fetch(T,{method:"POST",headers:{"Content-Type":"application/json"},body:JSON.stringify(w)});if(!R.ok)throw new Error(`Form submission failed (${R.status})`);let U=await R.json();f.textContent=(W=U.message)!=null?W:"Thanks! We'll be in touch soon.",U.success&&U.nextPrompt&&await n.sendMessage(String(U.nextPrompt))}catch(R){f.textContent=R instanceof Error?R.message:"Something went wrong. Please try again."}finally{m.disabled=!1}})})};var Ss=class{constructor(){this.plugins=new Map}register(r){var t;this.plugins.has(r.id)&&console.warn(`Plugin "${r.id}" is already registered. Overwriting.`),this.plugins.set(r.id,r),(t=r.onRegister)==null||t.call(r)}unregister(r){var n;let t=this.plugins.get(r);t&&((n=t.onUnregister)==null||n.call(t),this.plugins.delete(r))}getAll(){return Array.from(this.plugins.values()).sort((r,t)=>{var n,s;return((n=t.priority)!=null?n:0)-((s=r.priority)!=null?s:0)})}getForInstance(r){let t=this.getAll();if(!r||r.length===0)return t;let n=new Set(r.map(o=>o.id));return[...t.filter(o=>!n.has(o.id)),...r].sort((o,a)=>{var i,d;return((i=a.priority)!=null?i:0)-((d=o.priority)!=null?d:0)})}clear(){this.plugins.forEach(r=>{var t;return(t=r.onUnregister)==null?void 0:t.call(r)}),this.plugins.clear()}},qo=new Ss;var ht={apiUrl:"http://localhost:43111/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}",position:"bottom-right",width:"min(400px, calc(100vw - 24px))",heightOffset:0,autoExpand:!1,callToActionIconHidden:!1,agentIconSize:"40px",headerIconSize:"40px",closeButtonSize:"32px",callToActionIconName:"arrow-up-right",callToActionIconText:"",callToActionIconSize:"32px",callToActionIconPadding:"5px",callToActionIconColor:"#000000",callToActionIconBackgroundColor:"#ffffff",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:"1px solid #e5e7eb",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",backgroundColor:"#111827",textColor:"#ffffff",borderColor:"#60a5fa",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:"#111827",backgroundColor:"transparent",borderColor:"transparent",recordingIconColor:"#ffffff",recordingBackgroundColor:"#ef4444",recordingBorderColor:"transparent",showTooltip:!0,tooltipText:"Start voice recognition"},features:{showReasoning:!0,showToolCalls:!0},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 Gl(e,r){if(!(!e&&!r))return e?r?to(e,r):e:r}function As(e){var r,t,n,s,o,a,i,d,c,u,p,f,m,x,b,S,v,T,F,w,P;return e?{...ht,...e,theme:Gl(ht.theme,e.theme),darkTheme:Gl(ht.darkTheme,e.darkTheme),launcher:{...ht.launcher,...e.launcher,dock:{...(r=ht.launcher)==null?void 0:r.dock,...(t=e.launcher)==null?void 0:t.dock},clearChat:{...(n=ht.launcher)==null?void 0:n.clearChat,...(s=e.launcher)==null?void 0:s.clearChat}},copy:{...ht.copy,...e.copy},sendButton:{...ht.sendButton,...e.sendButton},statusIndicator:{...ht.statusIndicator,...e.statusIndicator},voiceRecognition:{...ht.voiceRecognition,...e.voiceRecognition},features:(()=>{var ve,le;let W=(ve=ht.features)==null?void 0:ve.artifacts,R=(le=e.features)==null?void 0:le.artifacts,U=W===void 0&&R===void 0?void 0:{...W,...R,layout:{...W==null?void 0:W.layout,...R==null?void 0:R.layout}};return{...ht.features,...e.features,...U!==void 0?{artifacts:U}:{}}})(),suggestionChips:(o=e.suggestionChips)!=null?o:ht.suggestionChips,suggestionChipsConfig:{...ht.suggestionChipsConfig,...e.suggestionChipsConfig},layout:{...ht.layout,...e.layout,header:{...(a=ht.layout)==null?void 0:a.header,...(i=e.layout)==null?void 0:i.header},messages:{...(d=ht.layout)==null?void 0:d.messages,...(c=e.layout)==null?void 0:c.messages,avatar:{...(p=(u=ht.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:{...(b=(x=ht.layout)==null?void 0:x.messages)==null?void 0:b.timestamp,...(v=(S=e.layout)==null?void 0:S.messages)==null?void 0:v.timestamp}},slots:{...(T=ht.layout)==null?void 0:T.slots,...(F=e.layout)==null?void 0:F.slots}},markdown:{...ht.markdown,...e.markdown,options:{...(w=ht.markdown)==null?void 0:w.options,...(P=e.markdown)==null?void 0:P.options}},messageActions:{...ht.messageActions,...e.messageActions}}:ht}var Xl=()=>{let e=new Map,r=(s,o)=>(e.has(s)||e.set(s,new Set),e.get(s).add(o),()=>t(s,o)),t=(s,o)=>{var a;(a=e.get(s))==null||a.delete(o)};return{on:r,off:t,emit:(s,o)=>{var a;(a=e.get(s))==null||a.forEach(i=>{try{i(o)}catch(d){typeof console!="undefined"&&console.error("[AgentWidget] Event handler error:",d)}})}}};var _d=e=>{let r=e.match(/```(?:json)?\s*([\s\S]*?)```/i);return r?r[1]:e},jd=e=>{let r=e.trim(),t=r.indexOf("{");if(t===-1)return null;let n=0;for(let s=t;s<r.length;s+=1){let o=r[s];if(o==="{"&&(n+=1),o==="}"&&(n-=1,n===0))return r.slice(t,s+1)}return null},Uo=({text:e})=>{if(!e||!e.includes("{"))return null;try{let r=_d(e),t=jd(r);if(!t)return null;let n=JSON.parse(t);if(!n||typeof n!="object"||!n.action)return null;let{action:s,...o}=n;return{type:String(s),payload:o,raw:n}}catch{return null}},Es=e=>typeof e=="string"?e:e==null?"":String(e),Er={message:e=>e.type!=="message"?void 0:{handled:!0,displayText:Es(e.payload.text)},messageAndClick:(e,r)=>{var s;if(e.type!=="message_and_click")return;let t=e.payload,n=Es(t.element);if(n&&((s=r.document)!=null&&s.querySelector)){let o=r.document.querySelector(n);o?setTimeout(()=>{o.click()},400):typeof console!="undefined"&&console.warn("[AgentWidget] Element not found for selector:",n)}return{handled:!0,displayText:Es(t.text)}}},Zl=e=>Array.isArray(e)?e.map(r=>String(r)):[],Vo=e=>{let r=new Set(Zl(e.getSessionMetadata().processedActionMessageIds)),t=()=>{r=new Set(Zl(e.getSessionMetadata().processedActionMessageIds))},n=()=>{let o=Array.from(r);e.updateSessionMetadata(a=>({...a,processedActionMessageIds:o}))};return{process:o=>{if(o.streaming||o.message.role!=="assistant"||!o.text||r.has(o.message.id))return null;let a=typeof o.raw=="string"&&o.raw||typeof o.message.rawContent=="string"&&o.message.rawContent||typeof o.text=="string"&&o.text||null;!a&&typeof o.text=="string"&&o.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((c,u)=>c||(u==null?void 0:u({text:a,message:o.message}))||null,null):null;if(!i)return null;r.add(o.message.id),n();let d={action:i,message:o.message};e.emit("action:detected",d);for(let c of e.handlers)if(c)try{let u=()=>{e.emit("action:resubmit",d)},p=c(i,{message:o.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 zd=e=>{if(!e)return null;try{return JSON.parse(e)}catch(r){return typeof console!="undefined"&&console.error("[AgentWidget] Failed to parse stored state:",r),null}},qd=e=>e.map(r=>({...r,streaming:!1})),Ts=(e="persona-state")=>{let r=()=>typeof window=="undefined"||!window.localStorage?null:window.localStorage;return{load:()=>{let t=r();return t?zd(t.getItem(e)):null},save:t=>{let n=r();if(n)try{let s={...t,messages:t.messages?qd(t.messages):void 0};n.setItem(e,JSON.stringify(s))}catch(s){typeof console!="undefined"&&console.error("[AgentWidget] Failed to persist state:",s)}},clear:()=>{let t=r();if(t)try{t.removeItem(e)}catch(n){typeof console!="undefined"&&console.error("[AgentWidget] Failed to clear stored state:",n)}}}};import{parse as Ud,STR as Vd,OBJ as Jd}from"partial-json";function Kd(e){if(!e||typeof e!="object"||!("component"in e))return!1;let r=e.component;return typeof r=="string"&&r.length>0}function Yd(e,r){if(!Kd(e))return null;let t=e.props&&typeof e.props=="object"&&e.props!==null?e.props:{};return{component:e.component,props:t,raw:r}}function Ms(){let e=null,r=0;return{getExtractedDirective:()=>e,processChunk:t=>{let n=t.trim();if(!n.startsWith("{")&&!n.startsWith("["))return null;if(t.length<=r)return e;try{let s=Ud(t,Vd|Jd),o=Yd(s,t);o&&(e=o)}catch{}return r=t.length,e},reset:()=>{e=null,r=0}}}function Gd(e){return typeof e=="object"&&e!==null&&"component"in e&&typeof e.component=="string"&&"props"in e&&typeof e.props=="object"}function ks(e,r){let{config:t,message:n,onPropsUpdate:s}=r,o=zn.get(e.component);if(!o)return console.warn(`[ComponentMiddleware] Component "${e.component}" not found in registry. Falling back to default rendering.`),null;let a={message:n,config:t,updateProps:i=>{s&&s(i)}};try{return o(e.props,a)}catch(i){return console.error(`[ComponentMiddleware] Error rendering component "${e.component}":`,i),null}}function Xd(){let e=Ms();return{processChunk:r=>e.processChunk(r),getDirective:()=>e.getExtractedDirective(),reset:()=>{e.reset()}}}function Ls(e){if(!e.rawContent)return!1;try{let r=JSON.parse(e.rawContent);return typeof r=="object"&&r!==null&&"component"in r&&typeof r.component=="string"}catch{return!1}}function Ps(e){if(!e.rawContent)return null;try{let r=JSON.parse(e.rawContent);if(typeof r=="object"&&r!==null&&"component"in r&&typeof r.component=="string")return{component:r.component,props:r.props&&typeof r.props=="object"&&r.props!==null?r.props:{},raw:e.rawContent}}catch{}return null}var Zd=["Very dissatisfied","Dissatisfied","Neutral","Satisfied","Very satisfied"];function Is(e){let{onSubmit:r,onDismiss:t,title:n="How satisfied are you?",subtitle:s="Please rate your experience",commentPlaceholder:o="Share your thoughts (optional)...",submitText:a="Submit",skipText:i="Skip",showComment:d=!0,ratingLabels:c=Zd}=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 x=document.createElement("h3");x.className="persona-feedback-title",x.textContent=n,m.appendChild(x);let b=document.createElement("p");b.className="persona-feedback-subtitle",b.textContent=s,m.appendChild(b),f.appendChild(m);let S=document.createElement("div");S.className="persona-feedback-rating persona-feedback-rating-csat",S.setAttribute("role","radiogroup"),S.setAttribute("aria-label","Satisfaction rating from 1 to 5");let v=[];for(let W=1;W<=5;W++){let R=document.createElement("button");R.type="button",R.className="persona-feedback-rating-btn persona-feedback-star-btn",R.setAttribute("role","radio"),R.setAttribute("aria-checked","false"),R.setAttribute("aria-label",`${W} star${W>1?"s":""}: ${c[W-1]}`),R.title=c[W-1],R.dataset.rating=String(W),R.innerHTML=`
|
|
17
17
|
<svg class="persona-feedback-star" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2">
|
|
18
18
|
<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>
|
|
19
19
|
</svg>
|
|
20
|
-
`,D.addEventListener("click",()=>{p=R,v.forEach((V,ve)=>{let le=ve<R;V.classList.toggle("selected",le),V.setAttribute("aria-checked",ve===R-1?"true":"false")})}),v.push(D),A.appendChild(D)}f.appendChild(A);let T=null;if(d){let R=document.createElement("div");R.className="persona-feedback-comment-container",T=document.createElement("textarea"),T.className="persona-feedback-comment",T.placeholder=o,T.rows=3,T.setAttribute("aria-label","Additional comments"),R.appendChild(T),f.appendChild(R)}let j=document.createElement("div");j.className="persona-feedback-actions";let w=document.createElement("button");w.type="button",w.className="persona-feedback-btn persona-feedback-btn-skip",w.textContent=i,w.addEventListener("click",()=>{t==null||t(),u.remove()});let I=document.createElement("button");return I.type="button",I.className="persona-feedback-btn persona-feedback-btn-submit",I.textContent=a,I.addEventListener("click",async()=>{if(p===null){A.classList.add("persona-feedback-shake"),setTimeout(()=>A.classList.remove("persona-feedback-shake"),500);return}I.disabled=!0,I.textContent="Submitting...";try{let R=(T==null?void 0:T.value.trim())||void 0;await r(p,R),u.remove()}catch(R){I.disabled=!1,I.textContent=a,console.error("[CSAT Feedback] Failed to submit:",R)}}),j.appendChild(w),j.appendChild(I),f.appendChild(j),u.appendChild(f),u}function Is(e){let{onSubmit:r,onDismiss:t,title:n="How likely are you to recommend us?",subtitle:s="On a scale of 0 to 10",commentPlaceholder:o="What could we do better? (optional)...",submitText:a="Submit",skipText:i="Skip",showComment:d=!0,lowLabel:c="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 x=document.createElement("div");x.className="persona-feedback-header";let b=document.createElement("h3");b.className="persona-feedback-title",b.textContent=n,x.appendChild(b);let A=document.createElement("p");A.className="persona-feedback-subtitle",A.textContent=s,x.appendChild(A),m.appendChild(x);let v=document.createElement("div");v.className="persona-feedback-rating persona-feedback-rating-nps",v.setAttribute("role","radiogroup"),v.setAttribute("aria-label","Likelihood rating from 0 to 10");let T=document.createElement("div");T.className="persona-feedback-labels";let j=document.createElement("span");j.className="persona-feedback-label-low",j.textContent=c;let w=document.createElement("span");w.className="persona-feedback-label-high",w.textContent=u,T.appendChild(j),T.appendChild(w);let I=document.createElement("div");I.className="persona-feedback-numbers";let R=[];for(let q=0;q<=10;q++){let ee=document.createElement("button");ee.type="button",ee.className="persona-feedback-rating-btn persona-feedback-number-btn",ee.setAttribute("role","radio"),ee.setAttribute("aria-checked","false"),ee.setAttribute("aria-label",`Rating ${q} out of 10`),ee.textContent=String(q),ee.dataset.rating=String(q),q<=6?ee.classList.add("persona-feedback-detractor"):q<=8?ee.classList.add("persona-feedback-passive"):ee.classList.add("persona-feedback-promoter"),ee.addEventListener("click",()=>{f=q,R.forEach((Ce,we)=>{Ce.classList.toggle("selected",we===q),Ce.setAttribute("aria-checked",we===q?"true":"false")})}),R.push(ee),I.appendChild(ee)}v.appendChild(T),v.appendChild(I),m.appendChild(v);let D=null;if(d){let q=document.createElement("div");q.className="persona-feedback-comment-container",D=document.createElement("textarea"),D.className="persona-feedback-comment",D.placeholder=o,D.rows=3,D.setAttribute("aria-label","Additional comments"),q.appendChild(D),m.appendChild(q)}let V=document.createElement("div");V.className="persona-feedback-actions";let ve=document.createElement("button");ve.type="button",ve.className="persona-feedback-btn persona-feedback-btn-skip",ve.textContent=i,ve.addEventListener("click",()=>{t==null||t(),p.remove()});let le=document.createElement("button");return le.type="button",le.className="persona-feedback-btn persona-feedback-btn-submit",le.textContent=a,le.addEventListener("click",async()=>{if(f===null){I.classList.add("persona-feedback-shake"),setTimeout(()=>I.classList.remove("persona-feedback-shake"),500);return}le.disabled=!0,le.textContent="Submitting...";try{let q=(D==null?void 0:D.value.trim())||void 0;await r(f,q),p.remove()}catch(q){le.disabled=!1,le.textContent=a,console.error("[NPS Feedback] Failed to submit:",q)}}),V.appendChild(ve),V.appendChild(le),m.appendChild(V),p.appendChild(m),p}var Tr="persona-chat-history",Zd=30*1e3,Qd={"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 ep(e){var n,s,o;if(!e)return[];let r=[],t=Array.from((n=e.items)!=null?n:[]);for(let a of t){if(a.kind!=="file"||!a.type.startsWith("image/"))continue;let i=a.getAsFile();if(!i)continue;if(i.name){r.push(i);continue}let d=(s=Qd[i.type])!=null?s:"png";r.push(new File([i],`clipboard-image-${Date.now()}.${d}`,{type:i.type,lastModified:Date.now()}))}if(r.length>0)return r;for(let a of Array.from((o=e.files)!=null?o:[]))a.type.startsWith("image/")&&r.push(a);return r}function tp(e){var r,t,n,s,o,a,i,d,c;return e?e===!0?{storage:"session",keyPrefix:"persona-",persist:{openState:!0,voiceState:!0,focusInput:!0},clearOnChatClear:!0}:{storage:(r=e.storage)!=null?r:"session",keyPrefix:(t=e.keyPrefix)!=null?t:"persona-",persist:{openState:(s=(n=e.persist)==null?void 0:n.openState)!=null?s:!0,voiceState:(a=(o=e.persist)==null?void 0:o.voiceState)!=null?a:!0,focusInput:(d=(i=e.persist)==null?void 0:i.focusInput)!=null?d:!0},clearOnChatClear:(c=e.clearOnChatClear)!=null?c:!0}:null}function np(e){try{let r=e==="local"?localStorage:sessionStorage,t="__persist_test__";return r.setItem(t,"1"),r.removeItem(t),r}catch{return null}}var Ws=e=>!e||typeof e!="object"?{}:{...e},Yl=e=>e.map(r=>({...r,streaming:!1})),Gl=(e,r,t)=>{let n=e!=null&&e.markdown?fr(e.markdown):null,s=Kr(e==null?void 0:e.sanitize);return e!=null&&e.postprocessMessage&&s&&(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."),o=>{var c,u,p;let a=(c=o.text)!=null?c:"",i=(u=o.message.rawContent)!=null?u:null;if(r){let f=r.process({text:a,raw:i!=null?i:a,message:o.message,streaming:o.streaming});f!==null&&(a=f.text,f.persist||(o.message.__skipPersist=!0),f.resubmit&&!o.streaming&&t&&t())}let d;return e!=null&&e.postprocessMessage?d=e.postprocessMessage({...o,text:a,raw:(p=i!=null?i:o.text)!=null?p:""}):n?d=n(a):d=Jr(a),s?s(d):d}},Rs=(e,r,t)=>{var ie,Me,at,Lt,Ct,Bt,Pt,it,ct,At,dt,Dt,Xt,ln,Fs,_s,js,zs,qs,Us,Vs,Js,Ks,Ys,Gs,Xs,Zs,Qs,ea,ta,na,ra,oa,sa,aa,ia,la,ca;e.id&&e.id!=="persona-root"&&!e.getAttribute("data-persona-instance")&&e.setAttribute("data-persona-instance",e.id),e.id="persona-root";let n=Ss(r),s=qo.getForInstance(n.plugins);n.components&&zn.registerAll(n.components);let o=Jl(),a=(ie=n.storageAdapter)!=null?ie:Es(),i={},d=null,c=l=>{if(n.onStateLoaded)try{return n.onStateLoaded(l)}catch(g){typeof console!="undefined"&&console.error("[AgentWidget] onStateLoaded hook failed:",g)}return l};if(a!=null&&a.load)try{let l=a.load();if(l&&typeof l.then=="function")d=l.then(g=>{let y=g!=null?g:{messages:[],metadata:{}};return c(y)});else{let g=l!=null?l:{messages:[],metadata:{}},y=c(g);y.metadata&&(i=Ws(y.metadata)),(Me=y.messages)!=null&&Me.length&&(n={...n,initialMessages:y.messages})}}catch(l){typeof console!="undefined"&&console.error("[AgentWidget] Failed to load stored state:",l)}else if(n.onStateLoaded)try{let l=c({messages:[],metadata:{}});(at=l.messages)!=null&&at.length&&(n={...n,initialMessages:l.messages})}catch(l){typeof console!="undefined"&&console.error("[AgentWidget] onStateLoaded hook failed:",l)}let u=()=>i,p=l=>{var y;i=(y=l({...i}))!=null?y:{},Br()},f=n.actionParsers&&n.actionParsers.length?n.actionParsers:[Uo],m=n.actionHandlers&&n.actionHandlers.length?n.actionHandlers:[Er.message,Er.messageAndClick],x=Vo({parsers:f,handlers:m,getSessionMetadata:u,updateSessionMetadata:p,emit:o.emit,documentRef:typeof document!="undefined"?document:null});x.syncFromMetadata();let b=(Ct=(Lt=n.launcher)==null?void 0:Lt.enabled)!=null?Ct:!0,A=(Pt=(Bt=n.launcher)==null?void 0:Bt.autoExpand)!=null?Pt:!1,v=(it=n.autoFocusInput)!=null?it:!1,T=A,j=b,w=(At=(ct=n.layout)==null?void 0:ct.header)==null?void 0:At.layout,I=!1,R=b?A:!0,D=!1,V=null,ve=()=>{D=!0,V&&clearTimeout(V),V=setTimeout(()=>{D&&(typeof console!="undefined"&&console.warn("[AgentWidget] Resubmit requested but no injection occurred within 10s"),D=!1)},1e4)},le=Gl(n,x,ve),q=(Dt=(dt=n.features)==null?void 0:dt.showReasoning)!=null?Dt:!0,ee=(ln=(Xt=n.features)==null?void 0:Xt.showToolCalls)!=null?ln:!0,Ce=(_s=(Fs=n.features)==null?void 0:Fs.showEventStreamToggle)!=null?_s:!1,ye=`${(zs=typeof n.persistState=="object"?(js=n.persistState)==null?void 0:js.keyPrefix:void 0)!=null?zs:"persona-"}event-stream`,ce=Ce?new io(ye):null,Q=(Vs=(Us=(qs=n.features)==null?void 0:qs.eventStream)==null?void 0:Us.maxEvents)!=null?Vs:2e3,J=Ce?new ao(Q,ce):null,U=null,ne=!1,fe=null,wt=0;ce==null||ce.open().then(()=>J==null?void 0:J.restore()).catch(l=>{n.debug&&console.warn("[AgentWidget] IndexedDB not available for event stream:",l)});let ut={onCopy:l=>{var g,y;o.emit("message:copy",l),B!=null&&B.isClientTokenMode()&&B.submitMessageFeedback(l.id,"copy").catch(S=>{n.debug&&console.error("[AgentWidget] Failed to submit copy feedback:",S)}),(y=(g=n.messageActions)==null?void 0:g.onCopy)==null||y.call(g,l)},onFeedback:l=>{var g,y;o.emit("message:feedback",l),B!=null&&B.isClientTokenMode()&&B.submitMessageFeedback(l.messageId,l.type).catch(S=>{n.debug&&console.error("[AgentWidget] Failed to submit feedback:",S)}),(y=(g=n.messageActions)==null?void 0:g.onFeedback)==null||y.call(g,l)}},gt=(Js=n.statusIndicator)!=null?Js:{},Tt=l=>{var g,y,S,k;return l==="idle"?(g=gt.idleText)!=null?g:Vt.idle:l==="connecting"?(y=gt.connectingText)!=null?y:Vt.connecting:l==="connected"?(S=gt.connectedText)!=null?S:Vt.connected:l==="error"?(k=gt.errorText)!=null?k:Vt.error:Vt[l]},{wrapper:se,panel:re}=kl(n),Ue=Ll(n,b),{container:z,body:te,messagesWrapper:de,suggestions:Qe,textarea:G,sendButton:Y,sendButtonWrapper:tt,composerForm:Ne,statusText:je,introTitle:Mt,introSubtitle:qt,closeButton:ue,iconHolder:Ye,headerTitle:ke,headerSubtitle:ot,header:Ve,footer:nt,actionsRow:Rt,leftActions:Ht,rightActions:kt}=Ue,N=Ue.micButton,X=Ue.micButtonWrapper,F=Ue.attachmentButton,be=Ue.attachmentButtonWrapper,xe=Ue.attachmentInput,Ae=Ue.attachmentPreviewsContainer,Ee=null,st=null,Be=s.find(l=>l.renderHeader);if(Be!=null&&Be.renderHeader){let l=Be.renderHeader({config:n,defaultRenderer:()=>{let g=jn({config:n,showClose:b});return vr(z,g,n),g.header},onClose:()=>mt(!1,"user")});if(l){let g=z.querySelector(".persona-border-b-persona-divider");g&&(g.replaceWith(l),Ve=l)}}let We=()=>{var g,y,S,k;if(!J)return;if(ne=!0,!U&&J&&(U=Dl({buffer:J,getFullHistory:()=>J.getAllFromStore(),onClose:()=>ze(),config:n,plugins:s})),U&&(te.style.display="none",(g=nt.parentNode)==null||g.insertBefore(U.element,nt),U.update()),pe){pe.classList.remove("persona-text-persona-muted"),pe.classList.add("persona-text-persona-accent"),pe.style.boxShadow="inset 0 0 0 1.5px var(--persona-accent, #3b82f6)";let P=(k=(S=(y=n.features)==null?void 0:y.eventStream)==null?void 0:S.classNames)==null?void 0:k.toggleButtonActive;P&&P.split(/\s+/).forEach(L=>L&&pe.classList.add(L))}let l=()=>{if(!ne)return;let P=Date.now();P-wt>=200&&(U==null||U.update(),wt=P),fe=requestAnimationFrame(l)};wt=0,fe=requestAnimationFrame(l),o.emit("eventStream:opened",{timestamp:Date.now()})},ze=()=>{var l,g,y;if(ne){if(ne=!1,U&&U.element.remove(),te.style.display="",pe){pe.classList.remove("persona-text-persona-accent"),pe.classList.add("persona-text-persona-muted"),pe.style.boxShadow="";let S=(y=(g=(l=n.features)==null?void 0:l.eventStream)==null?void 0:g.classNames)==null?void 0:y.toggleButtonActive;S&&S.split(/\s+/).forEach(k=>k&&pe.classList.remove(k))}fe!==null&&(cancelAnimationFrame(fe),fe=null),o.emit("eventStream:closed",{timestamp:Date.now()})}},pe=null;if(Ce){let l=(Ys=(Ks=n.features)==null?void 0:Ks.eventStream)==null?void 0:Ys.classNames,g="persona-inline-flex persona-items-center persona-justify-center persona-rounded-full persona-text-persona-muted hover:persona-bg-gray-100 persona-cursor-pointer persona-border-none persona-bg-transparent persona-p-1"+(l!=null&&l.toggleButton?" "+l.toggleButton:"");pe=h("button",g),pe.style.width="28px",pe.style.height="28px",pe.type="button",pe.setAttribute("aria-label","Event Stream"),pe.title="Event Stream";let y=me("activity","18px","currentColor",1.5);y&&pe.appendChild(y);let S=Ue.clearChatButtonWrapper,k=Ue.closeButtonWrapper,P=S||k;P&&P.parentNode===Ve?Ve.insertBefore(pe,P):Ve.appendChild(pe),pe.addEventListener("click",()=>{ne?ze():We()})}let $t=l=>{var S,k,P;let g=n.attachments;if(!(g!=null&&g.enabled))return;let y=l.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 L=l.querySelector("[data-persona-composer-form]");L!=null&&L.parentNode?L.parentNode.insertBefore(y,L):l.insertBefore(y,l.firstChild)}if(!l.querySelector('input[type="file"]')){let L=h("input");L.type="file",L.accept=((S=g.allowedTypes)!=null?S:Hn).join(","),L.multiple=((k=g.maxFiles)!=null?k:4)>1,L.style.display="none",L.setAttribute("aria-label",(P=g.buttonTooltipText)!=null?P:"Attach files"),l.appendChild(L)}},xn=s.find(l=>l.renderComposer);if(xn!=null&&xn.renderComposer){let l=n.composer,g=xn.renderComposer({config:n,defaultRenderer:()=>oo({config:n}).footer,onSubmit:y=>{B&&!B.isStreaming()&&B.sendMessage(y)},streaming:!1,disabled:!1,openAttachmentPicker:()=>{xe==null||xe.click()},models:l==null?void 0:l.models,selectedModelId:l==null?void 0:l.selectedModelId,onModelChange:y=>{n.composer={...n.composer,selectedModelId:y}},onVoiceToggle:((Gs=n.voiceRecognition)==null?void 0:Gs.enabled)===!0?()=>{st==null||st()}:void 0});g&&(nt.replaceWith(g),nt=g)}let Un=l=>{let g=l.querySelector("[data-persona-composer-form]"),y=l.querySelector("[data-persona-composer-input]"),S=l.querySelector("[data-persona-composer-submit]"),k=l.querySelector("[data-persona-composer-mic]"),P=l.querySelector("[data-persona-composer-status]");g&&(Ne=g),y&&(G=y),S&&(Y=S),k&&(N=k,X=k.parentElement),P&&(je=P);let L=l.querySelector(".persona-mb-3.persona-flex.persona-flex-wrap.persona-gap-2");L&&(Qe=L);let _=l.querySelector(".persona-attachment-button");_&&(F=_,be=_.parentElement),xe=l.querySelector('input[type="file"]'),Ae=l.querySelector(".persona-attachment-previews");let O=l.querySelector(".persona-widget-composer .persona-flex.persona-items-center.persona-justify-between");O&&(Rt=O)};$t(nt),Un(nt);let Dn=(Xs=n.layout)==null?void 0:Xs.contentMaxWidth;Dn&&Ne&&(Ne.style.maxWidth=Dn,Ne.style.marginLeft="auto",Ne.style.marginRight="auto"),(Zs=n.attachments)!=null&&Zs.enabled&&xe&&Ae&&(Ee=xr.fromConfig(n.attachments),Ee.setPreviewsContainer(Ae),xe.addEventListener("change",l=>{let g=l.target;Ee==null||Ee.handleFileSelect(g.files),g.value=""})),(()=>{var S,k;let l=(k=(S=n.layout)==null?void 0:S.slots)!=null?k:{},g=P=>{switch(P){case"body-top":return z.querySelector(".persona-rounded-2xl.persona-bg-persona-surface.persona-p-6")||null;case"messages":return de;case"footer-top":return Qe;case"composer":return Ne;case"footer-bottom":return je;default:return null}},y=(P,L)=>{var _;switch(P){case"header-left":case"header-center":case"header-right":if(P==="header-left")Ve.insertBefore(L,Ve.firstChild);else if(P==="header-right")Ve.appendChild(L);else{let O=Ve.querySelector(".persona-flex-col");O?(_=O.parentNode)==null||_.insertBefore(L,O.nextSibling):Ve.appendChild(L)}break;case"body-top":{let O=te.querySelector(".persona-rounded-2xl.persona-bg-persona-surface.persona-p-6");O?O.replaceWith(L):te.insertBefore(L,te.firstChild);break}case"body-bottom":te.appendChild(L);break;case"footer-top":Qe.replaceWith(L);break;case"footer-bottom":je.replaceWith(L);break;default:break}};for(let[P,L]of Object.entries(l))if(L)try{let _=L({config:n,defaultContent:()=>g(P)});_&&y(P,_)}catch(_){typeof console!="undefined"&&console.error(`[AgentWidget] Error rendering slot "${P}":`,_)}})();let Nn=l=>{let y=l.target.closest('button[data-expand-header="true"]');if(!y)return;let S=y.closest(".vanilla-reasoning-bubble, .vanilla-tool-bubble");if(!S)return;let k=S.getAttribute("data-message-id");if(!k)return;let P=y.getAttribute("data-bubble-type");P==="reasoning"?(wr.has(k)?wr.delete(k):wr.add(k),Rl(k,S)):P==="tool"&&(Sr.has(k)?Sr.delete(k):Sr.add(k),Hl(k,S,n))};de.addEventListener("pointerdown",l=>{l.target.closest('button[data-expand-header="true"]')&&(l.preventDefault(),Nn(l))}),de.addEventListener("keydown",l=>{let g=l.target;(l.key==="Enter"||l.key===" ")&&g.closest('button[data-expand-header="true"]')&&(l.preventDefault(),Nn(l))});let Tn=new Map;de.addEventListener("click",l=>{var L;let y=l.target.closest(".persona-message-action-btn[data-action]");if(!y)return;l.preventDefault(),l.stopPropagation();let S=y.closest("[data-actions-for]");if(!S)return;let k=S.getAttribute("data-actions-for");if(!k)return;let P=y.getAttribute("data-action");if(P==="copy"){let O=B.getMessages().find(oe=>oe.id===k);if(O&&ut.onCopy){let oe=O.content||"";navigator.clipboard.writeText(oe).then(()=>{y.classList.add("persona-message-action-success");let he=me("check",14,"currentColor",2);he&&(y.innerHTML="",y.appendChild(he)),setTimeout(()=>{y.classList.remove("persona-message-action-success");let Se=me("copy",14,"currentColor",2);Se&&(y.innerHTML="",y.appendChild(Se))},2e3)}).catch(he=>{typeof console!="undefined"&&console.error("[AgentWidget] Failed to copy message:",he)}),ut.onCopy(O)}}else if(P==="upvote"||P==="downvote")if(((L=Tn.get(k))!=null?L:null)===P)Tn.delete(k),y.classList.remove("persona-message-action-active");else{let oe=P==="upvote"?"downvote":"upvote",he=S.querySelector(`[data-action="${oe}"]`);he&&he.classList.remove("persona-message-action-active"),Tn.set(k,P),y.classList.add("persona-message-action-active");let Re=B.getMessages().find(Le=>Le.id===k);Re&&ut.onFeedback&&ut.onFeedback({type:P,messageId:Re.id,message:Re})}}),de.addEventListener("click",l=>{let y=l.target.closest("button[data-approval-action]");if(!y)return;l.preventDefault(),l.stopPropagation();let S=y.closest(".vanilla-approval-bubble");if(!S)return;let k=S.getAttribute("data-message-id");if(!k)return;let P=y.getAttribute("data-approval-action");if(!P)return;let L=P==="approve"?"approved":"denied",O=B.getMessages().find(he=>he.id===k);if(!(O!=null&&O.approval))return;let oe=S.querySelector("[data-approval-buttons]");oe&&oe.querySelectorAll("button").forEach(Se=>{Se.disabled=!0,Se.style.opacity="0.5",Se.style.cursor="not-allowed"}),B.resolveApproval(O.approval,L)});let Xe=null,tn=null,un={artifacts:[],selectedId:null},K=!1,Mn={current:null};de.addEventListener("click",l=>{var Se,Re,Le,H,Pe;let y=l.target.closest("[data-download-artifact]");if(!y)return;l.preventDefault(),l.stopPropagation();let S=y.getAttribute("data-download-artifact");if(!S||((Le=(Re=(Se=n.features)==null?void 0:Se.artifacts)==null?void 0:Re.onArtifactAction)==null?void 0:Le.call(Re,{type:"download",artifactId:S}))===!0)return;let P=B.getArtifactById(S),L=P==null?void 0:P.markdown,_=(P==null?void 0:P.title)||"artifact";if(!L){let Ie=y.closest("[data-open-artifact]"),ae=Ie==null?void 0:Ie.closest("[data-message-id]"),He=ae==null?void 0:ae.getAttribute("data-message-id");if(He){let Je=B.getMessages().find(ge=>ge.id===He);if(Je!=null&&Je.rawContent)try{let ge=JSON.parse(Je.rawContent);L=(H=ge==null?void 0:ge.props)==null?void 0:H.markdown,_=((Pe=ge==null?void 0:ge.props)==null?void 0:Pe.title)||_}catch{}}}if(!L)return;let O=new Blob([L],{type:"text/markdown"}),oe=URL.createObjectURL(O),he=document.createElement("a");he.href=oe,he.download=`${_}.md`,he.click(),URL.revokeObjectURL(oe)}),de.addEventListener("click",l=>{var P,L,_;let y=l.target.closest("[data-open-artifact]");if(!y)return;let S=y.getAttribute("data-open-artifact");!S||((_=(L=(P=n.features)==null?void 0:P.artifacts)==null?void 0:L.onArtifactAction)==null?void 0:_.call(L,{type:"open",artifactId:S}))===!0||(l.preventDefault(),l.stopPropagation(),B.selectArtifact(S),vn())}),de.addEventListener("keydown",l=>{if(l.key!=="Enter"&&l.key!==" ")return;let g=l.target;g.hasAttribute("data-open-artifact")&&(l.preventDefault(),g.click())});let on=null,pt=null,sn=null,kn=null,kr=()=>{};function ir(){kn==null||kn(),kn=null}let Lr=()=>{var L;if(!on||!pt)return;let l=e.classList.contains("persona-artifact-appearance-seamless"),y=((L=e.ownerDocument.defaultView)!=null?L:window).innerWidth<=640;if(!l||e.classList.contains("persona-artifact-narrow-host")||y){pt.style.removeProperty("position"),pt.style.removeProperty("left"),pt.style.removeProperty("top"),pt.style.removeProperty("bottom"),pt.style.removeProperty("width"),pt.style.removeProperty("z-index");return}let S=on.firstElementChild;if(!S||S===pt)return;let k=10;pt.style.position="absolute",pt.style.top="0",pt.style.bottom="0",pt.style.width=`${k}px`,pt.style.zIndex="5";let P=S.offsetWidth-k/2;pt.style.left=`${Math.max(0,P)}px`},Vn=()=>{},vn=()=>{var y,S,k,P,L;if(!Xe||!pn(n))return;jo(e,n),zo(e,n),Vn();let l=(P=(k=(S=(y=n.features)==null?void 0:y.artifacts)==null?void 0:S.layout)==null?void 0:k.narrowHostMaxWidth)!=null?P:520,g=re.getBoundingClientRect().width||0;e.classList.toggle("persona-artifact-narrow-host",g>0&&g<=l),Xe.update(un),K?(Xe.setMobileOpen(!1),Xe.element.classList.add("persona-hidden"),(L=Xe.backdrop)==null||L.classList.add("persona-hidden")):un.artifacts.length>0&&(Xe.element.classList.remove("persona-hidden"),Xe.setMobileOpen(!0)),kr()};if(pn(n)){re.style.position="relative";let l=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");l.appendChild(z),Xe=$l(n,{onSelect:y=>{var S;return(S=Mn.current)==null?void 0:S.selectArtifact(y)},onDismiss:()=>{K=!0,vn()}}),Xe.element.classList.add("persona-hidden"),on=g,g.appendChild(l),g.appendChild(Xe.element),Xe.backdrop&&re.appendChild(Xe.backdrop),re.appendChild(g),kr=()=>{var S,k,P,L;if(!on||!Xe)return;if(!(((P=(k=(S=n.features)==null?void 0:S.artifacts)==null?void 0:k.layout)==null?void 0:P.resizable)===!0)){sn==null||sn(),sn=null,ir(),pt&&(pt.remove(),pt=null),Xe.element.style.removeProperty("width"),Xe.element.style.removeProperty("maxWidth");return}if(!pt){let _=h("div","persona-artifact-split-handle persona-shrink-0 persona-h-full");_.setAttribute("role","separator"),_.setAttribute("aria-orientation","vertical"),_.setAttribute("aria-label","Resize artifacts panel"),_.tabIndex=0;let O=e.ownerDocument,oe=(L=O.defaultView)!=null?L:window,he=Se=>{var ae,He;if(!Xe||Se.button!==0||e.classList.contains("persona-artifact-narrow-host")||oe.innerWidth<=640)return;Se.preventDefault(),ir();let Re=Se.clientX,Le=Xe.element.getBoundingClientRect().width,H=(He=(ae=n.features)==null?void 0:ae.artifacts)==null?void 0:He.layout,Pe=et=>{let Je=on.getBoundingClientRect().width,ge=e.classList.contains("persona-artifact-appearance-seamless"),It=ge?0:zl(on,oe),lt=ge?0:_.getBoundingClientRect().width||6,Zt=Le-(et.clientX-Re),Ut=ql(Zt,Je,It,lt,H==null?void 0:H.resizableMinWidth,H==null?void 0:H.resizableMaxWidth);Xe.element.style.width=`${Ut}px`,Xe.element.style.maxWidth="none",Lr()},Ie=()=>{O.removeEventListener("pointermove",Pe),O.removeEventListener("pointerup",Ie),O.removeEventListener("pointercancel",Ie),kn=null;try{_.releasePointerCapture(Se.pointerId)}catch{}};kn=Ie,O.addEventListener("pointermove",Pe),O.addEventListener("pointerup",Ie),O.addEventListener("pointercancel",Ie);try{_.setPointerCapture(Se.pointerId)}catch{}};_.addEventListener("pointerdown",he),pt=_,on.insertBefore(_,Xe.element),sn=()=>{_.removeEventListener("pointerdown",he)}}if(pt){let _=un.artifacts.length>0&&!K;pt.classList.toggle("persona-hidden",!_),Lr()}},Vn=()=>{var oe,he,Se,Re,Le,H,Pe,Ie,ae,He,et,Je,ge,It;if(!b||!Xe||((he=(oe=n.launcher)==null?void 0:oe.sidebarMode)!=null?he:!1)||zt(n)&&hn(n).reveal==="emerge")return;let S=(Se=e.ownerDocument.defaultView)!=null?Se:window,k=(Le=(Re=n.launcher)==null?void 0:Re.mobileFullscreen)!=null?Le:!0,P=(Pe=(H=n.launcher)==null?void 0:H.mobileBreakpoint)!=null?Pe:640;if(k&&S.innerWidth<=P||!jl(n,b))return;let L=(He=(ae=(Ie=n.launcher)==null?void 0:Ie.width)!=null?ae:n.launcherWidth)!=null?He:"min(400px, calc(100vw - 24px))",_=(It=(ge=(Je=(et=n.features)==null?void 0:et.artifacts)==null?void 0:Je.layout)==null?void 0:ge.expandedPanelWidth)!=null?It:"min(720px, calc(100vw - 24px))";un.artifacts.length>0&&!K?(re.style.width=_,re.style.maxWidth=_):(re.style.width=L,re.style.maxWidth=L)},typeof ResizeObserver!="undefined"&&(tn=new ResizeObserver(()=>{vn()}),tn.observe(re))}else re.appendChild(z);e.appendChild(se);let Jn=()=>{var It,lt,Zt,Ut,Kt,Nt,cn,Ke,yt,Co,wo,So,Ao,Eo,ts,ns,Et,To,_r;let l=zt(n),g=(lt=(It=n.launcher)==null?void 0:It.sidebarMode)!=null?lt:!1,y=l||g||((Ut=(Zt=n.launcher)==null?void 0:Zt.fullHeight)!=null?Ut:!1),S=((Kt=n.launcher)==null?void 0:Kt.enabled)===!1,k=(cn=(Nt=n.theme)==null?void 0:Nt.components)==null?void 0:cn.panel,P=$o(n),L=(Qt,dn)=>{var Mo;return Qt==null||Qt===""?dn:(Mo=Qr(P,Qt))!=null?Mo:Qt},_=(Ke=e.ownerDocument.defaultView)!=null?Ke:window,O=(Co=(yt=n.launcher)==null?void 0:yt.mobileFullscreen)!=null?Co:!0,oe=(So=(wo=n.launcher)==null?void 0:wo.mobileBreakpoint)!=null?So:640,he=_.innerWidth<=oe,Se=O&&he&&b,Re=(Eo=(Ao=n.launcher)==null?void 0:Ao.position)!=null?Eo:"bottom-left",Le=Re==="bottom-left"||Re==="top-left",H=g||Se?"none":"1px solid var(--persona-border)",Pe=Se?"none":g?Le?"var(--persona-palette-shadows-sidebar-left, 2px 0 12px rgba(0, 0, 0, 0.08))":"var(--persona-palette-shadows-sidebar-right, -2px 0 12px rgba(0, 0, 0, 0.08))":"var(--persona-palette-shadows-xl, 0 25px 50px -12px rgba(0, 0, 0, 0.25))";l&&!Se&&(Pe="none",H="none");let Ie=g||Se?"0":"var(--persona-panel-radius, var(--persona-radius-xl, 0.75rem))",ae=L(k==null?void 0:k.border,H),He=L(k==null?void 0:k.shadow,Pe),et=L(k==null?void 0:k.borderRadius,Ie);if(e.style.cssText="",se.style.cssText="",re.style.cssText="",z.style.cssText="",te.style.cssText="",nt.style.cssText="",Se){se.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"),se.style.cssText=`
|
|
20
|
+
`,R.addEventListener("click",()=>{p=W,v.forEach((U,ve)=>{let le=ve<W;U.classList.toggle("selected",le),U.setAttribute("aria-checked",ve===W-1?"true":"false")})}),v.push(R),S.appendChild(R)}f.appendChild(S);let T=null;if(d){let W=document.createElement("div");W.className="persona-feedback-comment-container",T=document.createElement("textarea"),T.className="persona-feedback-comment",T.placeholder=o,T.rows=3,T.setAttribute("aria-label","Additional comments"),W.appendChild(T),f.appendChild(W)}let F=document.createElement("div");F.className="persona-feedback-actions";let w=document.createElement("button");w.type="button",w.className="persona-feedback-btn persona-feedback-btn-skip",w.textContent=i,w.addEventListener("click",()=>{t==null||t(),u.remove()});let P=document.createElement("button");return P.type="button",P.className="persona-feedback-btn persona-feedback-btn-submit",P.textContent=a,P.addEventListener("click",async()=>{if(p===null){S.classList.add("persona-feedback-shake"),setTimeout(()=>S.classList.remove("persona-feedback-shake"),500);return}P.disabled=!0,P.textContent="Submitting...";try{let W=(T==null?void 0:T.value.trim())||void 0;await r(p,W),u.remove()}catch(W){P.disabled=!1,P.textContent=a,console.error("[CSAT Feedback] Failed to submit:",W)}}),F.appendChild(w),F.appendChild(P),f.appendChild(F),u.appendChild(f),u}function Ws(e){let{onSubmit:r,onDismiss:t,title:n="How likely are you to recommend us?",subtitle:s="On a scale of 0 to 10",commentPlaceholder:o="What could we do better? (optional)...",submitText:a="Submit",skipText:i="Skip",showComment:d=!0,lowLabel:c="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 x=document.createElement("div");x.className="persona-feedback-header";let b=document.createElement("h3");b.className="persona-feedback-title",b.textContent=n,x.appendChild(b);let S=document.createElement("p");S.className="persona-feedback-subtitle",S.textContent=s,x.appendChild(S),m.appendChild(x);let v=document.createElement("div");v.className="persona-feedback-rating persona-feedback-rating-nps",v.setAttribute("role","radiogroup"),v.setAttribute("aria-label","Likelihood rating from 0 to 10");let T=document.createElement("div");T.className="persona-feedback-labels";let F=document.createElement("span");F.className="persona-feedback-label-low",F.textContent=c;let w=document.createElement("span");w.className="persona-feedback-label-high",w.textContent=u,T.appendChild(F),T.appendChild(w);let P=document.createElement("div");P.className="persona-feedback-numbers";let W=[];for(let q=0;q<=10;q++){let ee=document.createElement("button");ee.type="button",ee.className="persona-feedback-rating-btn persona-feedback-number-btn",ee.setAttribute("role","radio"),ee.setAttribute("aria-checked","false"),ee.setAttribute("aria-label",`Rating ${q} out of 10`),ee.textContent=String(q),ee.dataset.rating=String(q),q<=6?ee.classList.add("persona-feedback-detractor"):q<=8?ee.classList.add("persona-feedback-passive"):ee.classList.add("persona-feedback-promoter"),ee.addEventListener("click",()=>{f=q,W.forEach((Ce,we)=>{Ce.classList.toggle("selected",we===q),Ce.setAttribute("aria-checked",we===q?"true":"false")})}),W.push(ee),P.appendChild(ee)}v.appendChild(T),v.appendChild(P),m.appendChild(v);let R=null;if(d){let q=document.createElement("div");q.className="persona-feedback-comment-container",R=document.createElement("textarea"),R.className="persona-feedback-comment",R.placeholder=o,R.rows=3,R.setAttribute("aria-label","Additional comments"),q.appendChild(R),m.appendChild(q)}let U=document.createElement("div");U.className="persona-feedback-actions";let ve=document.createElement("button");ve.type="button",ve.className="persona-feedback-btn persona-feedback-btn-skip",ve.textContent=i,ve.addEventListener("click",()=>{t==null||t(),p.remove()});let le=document.createElement("button");return le.type="button",le.className="persona-feedback-btn persona-feedback-btn-submit",le.textContent=a,le.addEventListener("click",async()=>{if(f===null){P.classList.add("persona-feedback-shake"),setTimeout(()=>P.classList.remove("persona-feedback-shake"),500);return}le.disabled=!0,le.textContent="Submitting...";try{let q=(R==null?void 0:R.value.trim())||void 0;await r(f,q),p.remove()}catch(q){le.disabled=!1,le.textContent=a,console.error("[NPS Feedback] Failed to submit:",q)}}),U.appendChild(ve),U.appendChild(le),m.appendChild(U),p.appendChild(m),p}var Tr="persona-chat-history",Qd=30*1e3,ep={"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 tp(e){var n,s,o;if(!e)return[];let r=[],t=Array.from((n=e.items)!=null?n:[]);for(let a of t){if(a.kind!=="file"||!a.type.startsWith("image/"))continue;let i=a.getAsFile();if(!i)continue;if(i.name){r.push(i);continue}let d=(s=ep[i.type])!=null?s:"png";r.push(new File([i],`clipboard-image-${Date.now()}.${d}`,{type:i.type,lastModified:Date.now()}))}if(r.length>0)return r;for(let a of Array.from((o=e.files)!=null?o:[]))a.type.startsWith("image/")&&r.push(a);return r}function np(e){var r,t,n,s,o,a,i,d,c;return e?e===!0?{storage:"session",keyPrefix:"persona-",persist:{openState:!0,voiceState:!0,focusInput:!0},clearOnChatClear:!0}:{storage:(r=e.storage)!=null?r:"session",keyPrefix:(t=e.keyPrefix)!=null?t:"persona-",persist:{openState:(s=(n=e.persist)==null?void 0:n.openState)!=null?s:!0,voiceState:(a=(o=e.persist)==null?void 0:o.voiceState)!=null?a:!0,focusInput:(d=(i=e.persist)==null?void 0:i.focusInput)!=null?d:!0},clearOnChatClear:(c=e.clearOnChatClear)!=null?c:!0}:null}function rp(e){try{let r=e==="local"?localStorage:sessionStorage,t="__persist_test__";return r.setItem(t,"1"),r.removeItem(t),r}catch{return null}}var Rs=e=>!e||typeof e!="object"?{}:{...e},Ql=e=>e.map(r=>({...r,streaming:!1})),ec=(e,r,t)=>{let n=e!=null&&e.markdown?fr(e.markdown):null,s=Kr(e==null?void 0:e.sanitize);return e!=null&&e.postprocessMessage&&s&&(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."),o=>{var c,u,p;let a=(c=o.text)!=null?c:"",i=(u=o.message.rawContent)!=null?u:null;if(r){let f=r.process({text:a,raw:i!=null?i:a,message:o.message,streaming:o.streaming});f!==null&&(a=f.text,f.persist||(o.message.__skipPersist=!0),f.resubmit&&!o.streaming&&t&&t())}let d;return e!=null&&e.postprocessMessage?d=e.postprocessMessage({...o,text:a,raw:(p=i!=null?i:o.text)!=null?p:""}):n?d=n(a):d=Jr(a),s?s(d):d}},Hs=(e,r,t)=>{var ie,Me,at,Lt,Ct,Bt,Pt,it,ct,At,dt,Dt,Xt,ln,qs,Us,Vs,Js,Ks,Ys,Gs,Xs,Zs,Qs,ea,ta,na,ra,oa,sa,aa,ia,la,ca,da,pa,ua,ga;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 n=As(r),s=qo.getForInstance(n.plugins);n.components&&zn.registerAll(n.components);let o=Xl(),a=(ie=n.storageAdapter)!=null?ie:Ts(),i={},d=null,c=l=>{if(n.onStateLoaded)try{return n.onStateLoaded(l)}catch(g){typeof console!="undefined"&&console.error("[AgentWidget] onStateLoaded hook failed:",g)}return l};if(a!=null&&a.load)try{let l=a.load();if(l&&typeof l.then=="function")d=l.then(g=>{let y=g!=null?g:{messages:[],metadata:{}};return c(y)});else{let g=l!=null?l:{messages:[],metadata:{}},y=c(g);y.metadata&&(i=Rs(y.metadata)),(Me=y.messages)!=null&&Me.length&&(n={...n,initialMessages:y.messages})}}catch(l){typeof console!="undefined"&&console.error("[AgentWidget] Failed to load stored state:",l)}else if(n.onStateLoaded)try{let l=c({messages:[],metadata:{}});(at=l.messages)!=null&&at.length&&(n={...n,initialMessages:l.messages})}catch(l){typeof console!="undefined"&&console.error("[AgentWidget] onStateLoaded hook failed:",l)}let u=()=>i,p=l=>{var y;i=(y=l({...i}))!=null?y:{},Br()},f=n.actionParsers&&n.actionParsers.length?n.actionParsers:[Uo],m=n.actionHandlers&&n.actionHandlers.length?n.actionHandlers:[Er.message,Er.messageAndClick],x=Vo({parsers:f,handlers:m,getSessionMetadata:u,updateSessionMetadata:p,emit:o.emit,documentRef:typeof document!="undefined"?document:null});x.syncFromMetadata();let b=(Ct=(Lt=n.launcher)==null?void 0:Lt.enabled)!=null?Ct:!0,S=(Pt=(Bt=n.launcher)==null?void 0:Bt.autoExpand)!=null?Pt:!1,v=(it=n.autoFocusInput)!=null?it:!1,T=S,F=b,w=(At=(ct=n.layout)==null?void 0:ct.header)==null?void 0:At.layout,P=!1,W=b?S:!0,R=!1,U=null,ve=()=>{R=!0,U&&clearTimeout(U),U=setTimeout(()=>{R&&(typeof console!="undefined"&&console.warn("[AgentWidget] Resubmit requested but no injection occurred within 10s"),R=!1)},1e4)},le=ec(n,x,ve),q=(Dt=(dt=n.features)==null?void 0:dt.showReasoning)!=null?Dt:!0,ee=(ln=(Xt=n.features)==null?void 0:Xt.showToolCalls)!=null?ln:!0,Ce=(Us=(qs=n.features)==null?void 0:qs.showEventStreamToggle)!=null?Us:!1,ye=`${(Js=typeof n.persistState=="object"?(Vs=n.persistState)==null?void 0:Vs.keyPrefix:void 0)!=null?Js:"persona-"}event-stream`,ce=Ce?new io(ye):null,Q=(Gs=(Ys=(Ks=n.features)==null?void 0:Ks.eventStream)==null?void 0:Ys.maxEvents)!=null?Gs:2e3,J=Ce?new ao(Q,ce):null,V=null,ne=!1,fe=null,wt=0;ce==null||ce.open().then(()=>J==null?void 0:J.restore()).catch(l=>{n.debug&&console.warn("[AgentWidget] IndexedDB not available for event stream:",l)});let ut={onCopy:l=>{var g,y;o.emit("message:copy",l),D!=null&&D.isClientTokenMode()&&D.submitMessageFeedback(l.id,"copy").catch(A=>{n.debug&&console.error("[AgentWidget] Failed to submit copy feedback:",A)}),(y=(g=n.messageActions)==null?void 0:g.onCopy)==null||y.call(g,l)},onFeedback:l=>{var g,y;o.emit("message:feedback",l),D!=null&&D.isClientTokenMode()&&D.submitMessageFeedback(l.messageId,l.type).catch(A=>{n.debug&&console.error("[AgentWidget] Failed to submit feedback:",A)}),(y=(g=n.messageActions)==null?void 0:g.onFeedback)==null||y.call(g,l)}},gt=(Xs=n.statusIndicator)!=null?Xs:{},Tt=l=>{var g,y,A,k;return l==="idle"?(g=gt.idleText)!=null?g:Vt.idle:l==="connecting"?(y=gt.connectingText)!=null?y:Vt.connecting:l==="connected"?(A=gt.connectedText)!=null?A:Vt.connected:l==="error"?(k=gt.errorText)!=null?k:Vt.error:Vt[l]},{wrapper:se,panel:re}=Wl(n),Ue=Rl(n,b),{container:z,body:te,messagesWrapper:de,suggestions:Qe,textarea:G,sendButton:Y,sendButtonWrapper:tt,composerForm:Ne,statusText:je,introTitle:Mt,introSubtitle:qt,closeButton:ue,iconHolder:Ye,headerTitle:ke,headerSubtitle:ot,header:Ve,footer:nt,actionsRow:Rt,leftActions:Ht,rightActions:kt}=Ue,N=Ue.micButton,X=Ue.micButtonWrapper,_=Ue.attachmentButton,be=Ue.attachmentButtonWrapper,xe=Ue.attachmentInput,Ae=Ue.attachmentPreviewsContainer,Ee=null,st=null,Be=s.find(l=>l.renderHeader);if(Be!=null&&Be.renderHeader){let l=Be.renderHeader({config:n,defaultRenderer:()=>{let g=jn({config:n,showClose:b});return vr(z,g,n),g.header},onClose:()=>mt(!1,"user")});if(l){let g=z.querySelector(".persona-border-b-persona-divider");g&&(g.replaceWith(l),Ve=l)}}let We=()=>{var g,y,A,k;if(!J)return;if(ne=!0,!V&&J&&(V=$l({buffer:J,getFullHistory:()=>J.getAllFromStore(),onClose:()=>ze(),config:n,plugins:s})),V&&(te.style.display="none",(g=nt.parentNode)==null||g.insertBefore(V.element,nt),V.update()),pe){pe.classList.remove("persona-text-persona-muted"),pe.classList.add("persona-text-persona-accent"),pe.style.boxShadow="inset 0 0 0 1.5px var(--persona-accent, #3b82f6)";let I=(k=(A=(y=n.features)==null?void 0:y.eventStream)==null?void 0:A.classNames)==null?void 0:k.toggleButtonActive;I&&I.split(/\s+/).forEach(L=>L&&pe.classList.add(L))}let l=()=>{if(!ne)return;let I=Date.now();I-wt>=200&&(V==null||V.update(),wt=I),fe=requestAnimationFrame(l)};wt=0,fe=requestAnimationFrame(l),o.emit("eventStream:opened",{timestamp:Date.now()})},ze=()=>{var l,g,y;if(ne){if(ne=!1,V&&V.element.remove(),te.style.display="",pe){pe.classList.remove("persona-text-persona-accent"),pe.classList.add("persona-text-persona-muted"),pe.style.boxShadow="";let A=(y=(g=(l=n.features)==null?void 0:l.eventStream)==null?void 0:g.classNames)==null?void 0:y.toggleButtonActive;A&&A.split(/\s+/).forEach(k=>k&&pe.classList.remove(k))}fe!==null&&(cancelAnimationFrame(fe),fe=null),o.emit("eventStream:closed",{timestamp:Date.now()})}},pe=null;if(Ce){let l=(Qs=(Zs=n.features)==null?void 0:Zs.eventStream)==null?void 0:Qs.classNames,g="persona-inline-flex persona-items-center persona-justify-center persona-rounded-full persona-text-persona-muted hover:persona-bg-gray-100 persona-cursor-pointer persona-border-none persona-bg-transparent persona-p-1"+(l!=null&&l.toggleButton?" "+l.toggleButton:"");pe=h("button",g),pe.style.width="28px",pe.style.height="28px",pe.type="button",pe.setAttribute("aria-label","Event Stream"),pe.title="Event Stream";let y=me("activity","18px","currentColor",1.5);y&&pe.appendChild(y);let A=Ue.clearChatButtonWrapper,k=Ue.closeButtonWrapper,I=A||k;I&&I.parentNode===Ve?Ve.insertBefore(pe,I):Ve.appendChild(pe),pe.addEventListener("click",()=>{ne?ze():We()})}let Ft=l=>{var A,k,I;let g=n.attachments;if(!(g!=null&&g.enabled))return;let y=l.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 L=l.querySelector("[data-persona-composer-form]");L!=null&&L.parentNode?L.parentNode.insertBefore(y,L):l.insertBefore(y,l.firstChild)}if(!l.querySelector('input[type="file"]')){let L=h("input");L.type="file",L.accept=((A=g.allowedTypes)!=null?A:Hn).join(","),L.multiple=((k=g.maxFiles)!=null?k:4)>1,L.style.display="none",L.setAttribute("aria-label",(I=g.buttonTooltipText)!=null?I:"Attach files"),l.appendChild(L)}},xn=s.find(l=>l.renderComposer);if(xn!=null&&xn.renderComposer){let l=n.composer,g=xn.renderComposer({config:n,defaultRenderer:()=>oo({config:n}).footer,onSubmit:y=>{D&&!D.isStreaming()&&D.sendMessage(y)},streaming:!1,disabled:!1,openAttachmentPicker:()=>{xe==null||xe.click()},models:l==null?void 0:l.models,selectedModelId:l==null?void 0:l.selectedModelId,onModelChange:y=>{n.composer={...n.composer,selectedModelId:y}},onVoiceToggle:((ea=n.voiceRecognition)==null?void 0:ea.enabled)===!0?()=>{st==null||st()}:void 0});g&&(nt.replaceWith(g),nt=g)}let Un=l=>{let g=l.querySelector("[data-persona-composer-form]"),y=l.querySelector("[data-persona-composer-input]"),A=l.querySelector("[data-persona-composer-submit]"),k=l.querySelector("[data-persona-composer-mic]"),I=l.querySelector("[data-persona-composer-status]");g&&(Ne=g),y&&(G=y),A&&(Y=A),k&&(N=k,X=k.parentElement),I&&(je=I);let L=l.querySelector(".persona-mb-3.persona-flex.persona-flex-wrap.persona-gap-2");L&&(Qe=L);let j=l.querySelector(".persona-attachment-button");j&&(_=j,be=j.parentElement),xe=l.querySelector('input[type="file"]'),Ae=l.querySelector(".persona-attachment-previews");let O=l.querySelector(".persona-widget-composer .persona-flex.persona-items-center.persona-justify-between");O&&(Rt=O)};Ft(nt),Un(nt);let Dn=(ta=n.layout)==null?void 0:ta.contentMaxWidth;Dn&&Ne&&(Ne.style.maxWidth=Dn,Ne.style.marginLeft="auto",Ne.style.marginRight="auto"),(na=n.attachments)!=null&&na.enabled&&xe&&Ae&&(Ee=xr.fromConfig(n.attachments),Ee.setPreviewsContainer(Ae),xe.addEventListener("change",l=>{let g=l.target;Ee==null||Ee.handleFileSelect(g.files),g.value=""})),(()=>{var A,k;let l=(k=(A=n.layout)==null?void 0:A.slots)!=null?k:{},g=I=>{switch(I){case"body-top":return z.querySelector(".persona-rounded-2xl.persona-bg-persona-surface.persona-p-6")||null;case"messages":return de;case"footer-top":return Qe;case"composer":return Ne;case"footer-bottom":return je;default:return null}},y=(I,L)=>{var j;switch(I){case"header-left":case"header-center":case"header-right":if(I==="header-left")Ve.insertBefore(L,Ve.firstChild);else if(I==="header-right")Ve.appendChild(L);else{let O=Ve.querySelector(".persona-flex-col");O?(j=O.parentNode)==null||j.insertBefore(L,O.nextSibling):Ve.appendChild(L)}break;case"body-top":{let O=te.querySelector(".persona-rounded-2xl.persona-bg-persona-surface.persona-p-6");O?O.replaceWith(L):te.insertBefore(L,te.firstChild);break}case"body-bottom":te.appendChild(L);break;case"footer-top":Qe.replaceWith(L);break;case"footer-bottom":je.replaceWith(L);break;default:break}};for(let[I,L]of Object.entries(l))if(L)try{let j=L({config:n,defaultContent:()=>g(I)});j&&y(I,j)}catch(j){typeof console!="undefined"&&console.error(`[AgentWidget] Error rendering slot "${I}":`,j)}})();let Nn=l=>{let y=l.target.closest('button[data-expand-header="true"]');if(!y)return;let A=y.closest(".vanilla-reasoning-bubble, .vanilla-tool-bubble");if(!A)return;let k=A.getAttribute("data-message-id");if(!k)return;let I=y.getAttribute("data-bubble-type");I==="reasoning"?(wr.has(k)?wr.delete(k):wr.add(k),Nl(k,A)):I==="tool"&&(Sr.has(k)?Sr.delete(k):Sr.add(k),Ol(k,A,n))};de.addEventListener("pointerdown",l=>{l.target.closest('button[data-expand-header="true"]')&&(l.preventDefault(),Nn(l))}),de.addEventListener("keydown",l=>{let g=l.target;(l.key==="Enter"||l.key===" ")&&g.closest('button[data-expand-header="true"]')&&(l.preventDefault(),Nn(l))});let Tn=new Map;de.addEventListener("click",l=>{var L;let y=l.target.closest(".persona-message-action-btn[data-action]");if(!y)return;l.preventDefault(),l.stopPropagation();let A=y.closest("[data-actions-for]");if(!A)return;let k=A.getAttribute("data-actions-for");if(!k)return;let I=y.getAttribute("data-action");if(I==="copy"){let O=D.getMessages().find(oe=>oe.id===k);if(O&&ut.onCopy){let oe=O.content||"";navigator.clipboard.writeText(oe).then(()=>{y.classList.add("persona-message-action-success");let he=me("check",14,"currentColor",2);he&&(y.innerHTML="",y.appendChild(he)),setTimeout(()=>{y.classList.remove("persona-message-action-success");let Se=me("copy",14,"currentColor",2);Se&&(y.innerHTML="",y.appendChild(Se))},2e3)}).catch(he=>{typeof console!="undefined"&&console.error("[AgentWidget] Failed to copy message:",he)}),ut.onCopy(O)}}else if(I==="upvote"||I==="downvote")if(((L=Tn.get(k))!=null?L:null)===I)Tn.delete(k),y.classList.remove("persona-message-action-active");else{let oe=I==="upvote"?"downvote":"upvote",he=A.querySelector(`[data-action="${oe}"]`);he&&he.classList.remove("persona-message-action-active"),Tn.set(k,I),y.classList.add("persona-message-action-active");let Re=D.getMessages().find(Le=>Le.id===k);Re&&ut.onFeedback&&ut.onFeedback({type:I,messageId:Re.id,message:Re})}}),de.addEventListener("click",l=>{let y=l.target.closest("button[data-approval-action]");if(!y)return;l.preventDefault(),l.stopPropagation();let A=y.closest(".vanilla-approval-bubble");if(!A)return;let k=A.getAttribute("data-message-id");if(!k)return;let I=y.getAttribute("data-approval-action");if(!I)return;let L=I==="approve"?"approved":"denied",O=D.getMessages().find(he=>he.id===k);if(!(O!=null&&O.approval))return;let oe=A.querySelector("[data-approval-buttons]");oe&&oe.querySelectorAll("button").forEach(Se=>{Se.disabled=!0,Se.style.opacity="0.5",Se.style.cursor="not-allowed"}),D.resolveApproval(O.approval,L)});let Xe=null,tn=null,un={artifacts:[],selectedId:null},K=!1,Mn={current:null};de.addEventListener("click",l=>{var Se,Re,Le,B,Pe;let y=l.target.closest("[data-download-artifact]");if(!y)return;l.preventDefault(),l.stopPropagation();let A=y.getAttribute("data-download-artifact");if(!A||((Le=(Re=(Se=n.features)==null?void 0:Se.artifacts)==null?void 0:Re.onArtifactAction)==null?void 0:Le.call(Re,{type:"download",artifactId:A}))===!0)return;let I=D.getArtifactById(A),L=I==null?void 0:I.markdown,j=(I==null?void 0:I.title)||"artifact";if(!L){let Ie=y.closest("[data-open-artifact]"),ae=Ie==null?void 0:Ie.closest("[data-message-id]"),He=ae==null?void 0:ae.getAttribute("data-message-id");if(He){let Je=D.getMessages().find(ge=>ge.id===He);if(Je!=null&&Je.rawContent)try{let ge=JSON.parse(Je.rawContent);L=(B=ge==null?void 0:ge.props)==null?void 0:B.markdown,j=((Pe=ge==null?void 0:ge.props)==null?void 0:Pe.title)||j}catch{}}}if(!L)return;let O=new Blob([L],{type:"text/markdown"}),oe=URL.createObjectURL(O),he=document.createElement("a");he.href=oe,he.download=`${j}.md`,he.click(),URL.revokeObjectURL(oe)}),de.addEventListener("click",l=>{var I,L,j;let y=l.target.closest("[data-open-artifact]");if(!y)return;let A=y.getAttribute("data-open-artifact");!A||((j=(L=(I=n.features)==null?void 0:I.artifacts)==null?void 0:L.onArtifactAction)==null?void 0:j.call(L,{type:"open",artifactId:A}))===!0||(l.preventDefault(),l.stopPropagation(),D.selectArtifact(A),vn())}),de.addEventListener("keydown",l=>{if(l.key!=="Enter"&&l.key!==" ")return;let g=l.target;g.hasAttribute("data-open-artifact")&&(l.preventDefault(),g.click())});let on=null,pt=null,sn=null,kn=null,kr=()=>{};function ir(){kn==null||kn(),kn=null}let Lr=()=>{var L;if(!on||!pt)return;let l=e.classList.contains("persona-artifact-appearance-seamless"),y=((L=e.ownerDocument.defaultView)!=null?L:window).innerWidth<=640;if(!l||e.classList.contains("persona-artifact-narrow-host")||y){pt.style.removeProperty("position"),pt.style.removeProperty("left"),pt.style.removeProperty("top"),pt.style.removeProperty("bottom"),pt.style.removeProperty("width"),pt.style.removeProperty("z-index");return}let A=on.firstElementChild;if(!A||A===pt)return;let k=10;pt.style.position="absolute",pt.style.top="0",pt.style.bottom="0",pt.style.width=`${k}px`,pt.style.zIndex="5";let I=A.offsetWidth-k/2;pt.style.left=`${Math.max(0,I)}px`},Vn=()=>{},vn=()=>{var y,A,k,I,L;if(!Xe||!pn(n))return;jo(e,n),zo(e,n),Vn();let l=(I=(k=(A=(y=n.features)==null?void 0:y.artifacts)==null?void 0:A.layout)==null?void 0:k.narrowHostMaxWidth)!=null?I:520,g=re.getBoundingClientRect().width||0;e.classList.toggle("persona-artifact-narrow-host",g>0&&g<=l),Xe.update(un),K?(Xe.setMobileOpen(!1),Xe.element.classList.add("persona-hidden"),(L=Xe.backdrop)==null||L.classList.add("persona-hidden")):un.artifacts.length>0&&(Xe.element.classList.remove("persona-hidden"),Xe.setMobileOpen(!0)),kr()};if(pn(n)){re.style.position="relative";let l=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");l.appendChild(z),Xe=zl(n,{onSelect:y=>{var A;return(A=Mn.current)==null?void 0:A.selectArtifact(y)},onDismiss:()=>{K=!0,vn()}}),Xe.element.classList.add("persona-hidden"),on=g,g.appendChild(l),g.appendChild(Xe.element),Xe.backdrop&&re.appendChild(Xe.backdrop),re.appendChild(g),kr=()=>{var A,k,I,L;if(!on||!Xe)return;if(!(((I=(k=(A=n.features)==null?void 0:A.artifacts)==null?void 0:k.layout)==null?void 0:I.resizable)===!0)){sn==null||sn(),sn=null,ir(),pt&&(pt.remove(),pt=null),Xe.element.style.removeProperty("width"),Xe.element.style.removeProperty("maxWidth");return}if(!pt){let j=h("div","persona-artifact-split-handle persona-shrink-0 persona-h-full");j.setAttribute("role","separator"),j.setAttribute("aria-orientation","vertical"),j.setAttribute("aria-label","Resize artifacts panel"),j.tabIndex=0;let O=e.ownerDocument,oe=(L=O.defaultView)!=null?L:window,he=Se=>{var ae,He;if(!Xe||Se.button!==0||e.classList.contains("persona-artifact-narrow-host")||oe.innerWidth<=640)return;Se.preventDefault(),ir();let Re=Se.clientX,Le=Xe.element.getBoundingClientRect().width,B=(He=(ae=n.features)==null?void 0:ae.artifacts)==null?void 0:He.layout,Pe=et=>{let Je=on.getBoundingClientRect().width,ge=e.classList.contains("persona-artifact-appearance-seamless"),It=ge?0:Jl(on,oe),lt=ge?0:j.getBoundingClientRect().width||6,Zt=Le-(et.clientX-Re),Ut=Kl(Zt,Je,It,lt,B==null?void 0:B.resizableMinWidth,B==null?void 0:B.resizableMaxWidth);Xe.element.style.width=`${Ut}px`,Xe.element.style.maxWidth="none",Lr()},Ie=()=>{O.removeEventListener("pointermove",Pe),O.removeEventListener("pointerup",Ie),O.removeEventListener("pointercancel",Ie),kn=null;try{j.releasePointerCapture(Se.pointerId)}catch{}};kn=Ie,O.addEventListener("pointermove",Pe),O.addEventListener("pointerup",Ie),O.addEventListener("pointercancel",Ie);try{j.setPointerCapture(Se.pointerId)}catch{}};j.addEventListener("pointerdown",he),pt=j,on.insertBefore(j,Xe.element),sn=()=>{j.removeEventListener("pointerdown",he)}}if(pt){let j=un.artifacts.length>0&&!K;pt.classList.toggle("persona-hidden",!j),Lr()}},Vn=()=>{var oe,he,Se,Re,Le,B,Pe,Ie,ae,He,et,Je,ge,It;if(!b||!Xe||((he=(oe=n.launcher)==null?void 0:oe.sidebarMode)!=null?he:!1)||zt(n)&&hn(n).reveal==="emerge")return;let A=(Se=e.ownerDocument.defaultView)!=null?Se:window,k=(Le=(Re=n.launcher)==null?void 0:Re.mobileFullscreen)!=null?Le:!0,I=(Pe=(B=n.launcher)==null?void 0:B.mobileBreakpoint)!=null?Pe:640;if(k&&A.innerWidth<=I||!Vl(n,b))return;let L=(He=(ae=(Ie=n.launcher)==null?void 0:Ie.width)!=null?ae:n.launcherWidth)!=null?He:"min(400px, calc(100vw - 24px))",j=(It=(ge=(Je=(et=n.features)==null?void 0:et.artifacts)==null?void 0:Je.layout)==null?void 0:ge.expandedPanelWidth)!=null?It:"min(720px, calc(100vw - 24px))";un.artifacts.length>0&&!K?(re.style.width=j,re.style.maxWidth=j):(re.style.width=L,re.style.maxWidth=L)},typeof ResizeObserver!="undefined"&&(tn=new ResizeObserver(()=>{vn()}),tn.observe(re))}else re.appendChild(z);e.appendChild(se);let Jn=()=>{var It,lt,Zt,Ut,Kt,Nt,cn,Ke,yt,Co,wo,So,Ao,Eo,ns,rs,Et,To,_r;let l=zt(n),g=(lt=(It=n.launcher)==null?void 0:It.sidebarMode)!=null?lt:!1,y=l||g||((Ut=(Zt=n.launcher)==null?void 0:Zt.fullHeight)!=null?Ut:!1),A=((Kt=n.launcher)==null?void 0:Kt.enabled)===!1,k=(cn=(Nt=n.theme)==null?void 0:Nt.components)==null?void 0:cn.panel,I=Fo(n),L=(Qt,dn)=>{var Mo;return Qt==null||Qt===""?dn:(Mo=Qr(I,Qt))!=null?Mo:Qt},j=(Ke=e.ownerDocument.defaultView)!=null?Ke:window,O=(Co=(yt=n.launcher)==null?void 0:yt.mobileFullscreen)!=null?Co:!0,oe=(So=(wo=n.launcher)==null?void 0:wo.mobileBreakpoint)!=null?So:640,he=j.innerWidth<=oe,Se=O&&he&&b,Re=(Eo=(Ao=n.launcher)==null?void 0:Ao.position)!=null?Eo:"bottom-left",Le=Re==="bottom-left"||Re==="top-left",B=g||Se?"none":"1px solid var(--persona-border)",Pe=Se?"none":g?Le?"var(--persona-palette-shadows-sidebar-left, 2px 0 12px rgba(0, 0, 0, 0.08))":"var(--persona-palette-shadows-sidebar-right, -2px 0 12px rgba(0, 0, 0, 0.08))":"var(--persona-palette-shadows-xl, 0 25px 50px -12px rgba(0, 0, 0, 0.25))";l&&!Se&&(Pe="none",B="none");let Ie=g||Se?"0":"var(--persona-panel-radius, var(--persona-radius-xl, 0.75rem))",ae=L(k==null?void 0:k.border,B),He=L(k==null?void 0:k.shadow,Pe),et=L(k==null?void 0:k.borderRadius,Ie);if(e.style.cssText="",se.style.cssText="",re.style.cssText="",z.style.cssText="",te.style.cssText="",nt.style.cssText="",Se){se.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"),se.style.cssText=`
|
|
21
21
|
position: fixed !important;
|
|
22
22
|
inset: 0 !important;
|
|
23
23
|
width: 100% !important;
|
|
@@ -52,7 +52,7 @@ import{Marked as Pc}from"marked";var Ic=e=>{if(e)return e},Lo=e=>{var s,o;let r=
|
|
|
52
52
|
overflow: hidden !important;
|
|
53
53
|
border-radius: 0 !important;
|
|
54
54
|
border: none !important;
|
|
55
|
-
`,te.style.flex="1 1 0%",te.style.minHeight="0",te.style.overflowY="auto",nt.style.flexShrink="0",
|
|
55
|
+
`,te.style.flex="1 1 0%",te.style.minHeight="0",te.style.overflowY="auto",nt.style.flexShrink="0",P=!0;return}let Je=(rs=(ns=n==null?void 0:n.launcher)==null?void 0:ns.width)!=null?rs:n==null?void 0:n.launcherWidth,ge=Je!=null?Je:"min(400px, calc(100vw - 24px))";if(!g&&!l)A&&y?(re.style.width="100%",re.style.maxWidth="100%"):(re.style.width=ge,re.style.maxWidth=ge);else if(l)if(hn(n).reveal==="emerge"){let dn=hn(n).width;re.style.width=dn,re.style.maxWidth=dn}else re.style.width="100%",re.style.maxWidth="100%";if(Vn(),re.style.boxShadow=He,re.style.borderRadius=et,z.style.border=ae,z.style.borderRadius=et,l&&!Se&&(k==null?void 0:k.border)===void 0&&(z.style.border="none",hn(n).side==="right"?z.style.borderLeft="1px solid var(--persona-border)":z.style.borderRight="1px solid var(--persona-border)"),y&&(e.style.display="flex",e.style.flexDirection="column",e.style.height="100%",e.style.minHeight="0",A&&(e.style.width="100%"),se.style.display="flex",se.style.flexDirection="column",se.style.flex="1 1 0%",se.style.minHeight="0",se.style.maxHeight="100%",se.style.height="100%",A&&(se.style.overflow="hidden"),re.style.display="flex",re.style.flexDirection="column",re.style.flex="1 1 0%",re.style.minHeight="0",re.style.maxHeight="100%",re.style.height="100%",re.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.overflow="hidden",te.style.flex="1 1 0%",te.style.minHeight="0",te.style.overflowY="auto",nt.style.flexShrink="0"),se.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&&!A&&!l&&((Et=yn[Re])!=null?Et:yn["bottom-right"]).split(" ").forEach(dn=>se.classList.add(dn)),g){let Qt=(_r=(To=n.launcher)==null?void 0:To.sidebarWidth)!=null?_r:"420px";se.style.cssText=`
|
|
56
56
|
position: fixed !important;
|
|
57
57
|
top: 0 !important;
|
|
58
58
|
bottom: 0 !important;
|
|
@@ -92,23 +92,23 @@ import{Marked as Pc}from"marked";var Ic=e=>{if(e)return e},Lo=e=>{var s,o;let r=
|
|
|
92
92
|
flex-shrink: 0 !important;
|
|
93
93
|
border-top: none !important;
|
|
94
94
|
padding: 8px 16px 12px 16px !important;
|
|
95
|
-
`}if(!S&&!l){let Qt="max-height: -moz-available !important; max-height: stretch !important;",dn=g?"":"padding-top: 1.25em !important;";se.style.cssText+=Qt+dn}};Jn(),or(e,n),jo(e,n),zo(e,n);let bt=[];tn&&bt.push(()=>{tn==null||tn.disconnect(),tn=null}),bt.push(()=>{sn==null||sn(),sn=null,ir(),pt&&(pt.remove(),pt=null),Xe==null||Xe.element.style.removeProperty("width"),Xe==null||Xe.element.style.removeProperty("maxWidth")}),Ce&&bt.push(()=>{fe!==null&&(cancelAnimationFrame(fe),fe=null),U==null||U.destroy(),U=null,J==null||J.destroy(),J=null,ce=null});let Cn=null,Pr=()=>{Cn&&(Cn(),Cn=null),n.colorScheme==="auto"&&(Cn=gs(()=>{or(e,n)}))};Pr(),bt.push(()=>{Cn&&(Cn(),Cn=null)});let On=Bl(Qe),wn=null,B,$n=!1,Fn=Cl(),Ir=0,Ln=!0,Kn=0,Wr=0,Pn=null,In=!1,lr=0,cr=!1,lo=125,co=2e3,po=5,Rr=50,dr=new Map,qe={active:!1,manuallyDeactivated:!1,lastUserMessageWasVoice:!1,lastUserMessageId:null},Hr=(ea=(Qs=n.voiceRecognition)==null?void 0:Qs.autoResume)!=null?ea:!1,an=l=>{o.emit("voice:state",{active:qe.active,source:l,timestamp:Date.now()})},Gt=()=>{p(l=>({...l,voiceState:{active:qe.active,timestamp:Date.now(),manuallyDeactivated:qe.manuallyDeactivated}}))},uo=()=>{var S,k;if(((S=n.voiceRecognition)==null?void 0:S.enabled)===!1)return;let l=Ws(i.voiceState),g=!!l.active,y=Number((k=l.timestamp)!=null?k:0);qe.manuallyDeactivated=!!l.manuallyDeactivated,g&&Date.now()-y<Zd&&setTimeout(()=>{var P,L;qe.active||(qe.manuallyDeactivated=!1,((L=(P=n.voiceRecognition)==null?void 0:P.provider)==null?void 0:L.type)==="runtype"?B.toggleVoice().then(()=>{qe.active=B.isVoiceActive(),an("restore"),B.isVoiceActive()&&_n()}):Zn("restore"))},1e3)},go=()=>B?Yl(B.getMessages()).filter(l=>!l.__skipPersist):[];function Br(l){if(!(a!=null&&a.save))return;let y={messages:l?Yl(l):B?go():[],metadata:i};try{let S=a.save(y);S instanceof Promise&&S.catch(k=>{typeof console!="undefined"&&console.error("[AgentWidget] Failed to persist state:",k)})}catch(S){typeof console!="undefined"&&console.error("[AgentWidget] Failed to persist state:",S)}}let Yn=(l=!1)=>{if(!Ln)return;let g=Date.now();In&&g<lr&&!l||(In&&g>=lr&&(In=!1),!(!l&&!$n)&&(g-Wr<lo||(Wr=g,Pn&&cancelAnimationFrame(Pn),Pn=requestAnimationFrame(()=>{In||!Ln||(cr=!0,te.scrollTop=te.scrollHeight,Kn=te.scrollTop,requestAnimationFrame(()=>{cr=!1}),Pn=null)}))))},Wn=null,mo=()=>se.querySelector("#persona-scroll-container")||te,fo=(l,g=500)=>{let y=l.scrollTop,S=l.clientHeight,k=l.scrollHeight,P=k-y;if(y+S>=k-2||Math.abs(P)<5)return;Wn!==null&&(cancelAnimationFrame(Wn),Wn=null);let _=performance.now(),O=he=>1-Math.pow(1-he,3),oe=he=>{let Se=l.scrollHeight;Se!==k&&(k=Se,P=k-y);let Re=he-_,Le=Math.min(Re/g,1),H=O(Le),Pe=y+P*H;l.scrollTop=Pe,Le<1?Wn=requestAnimationFrame(oe):(l.scrollTop=l.scrollHeight,Wn=null)};Wn=requestAnimationFrame(oe)},ho=l=>{let g=new Map;l.forEach(y=>{let S=dr.get(y.id);g.set(y.id,{streaming:y.streaming,role:y.role}),!S&&y.role==="assistant"&&o.emit("assistant:message",y),y.role==="assistant"&&(S!=null&&S.streaming)&&y.streaming===!1&&o.emit("assistant:complete",y),y.variant==="approval"&&y.approval&&(S?y.approval.status!=="pending"&&o.emit("approval:resolved",{approval:y.approval,decision:y.approval.status}):o.emit("approval:requested",{approval:y.approval,message:y}))}),dr.clear(),g.forEach((y,S)=>{dr.set(S,y)})},Gn=(l,g,y)=>{var he,Se,Re,Le;let S=document.createElement("div"),P=(()=>{var Pe;let H=s.find(Ie=>Ie.renderLoadingIndicator);if(H!=null&&H.renderLoadingIndicator)return H.renderLoadingIndicator;if((Pe=n.loadingIndicator)!=null&&Pe.render)return n.loadingIndicator.render})(),L=new Set;g.forEach(H=>{var ge,It;L.add(H.id);let Pe=vl(H,Ir),Ie=wl(Fn,H.id,Pe);if(Ie){S.appendChild(Ie.cloneNode(!0));return}let ae=null,He=s.find(lt=>!!(H.variant==="reasoning"&<.renderReasoning||H.variant==="tool"&<.renderToolCall||H.variant==="approval"&<.renderApproval||!H.variant&<.renderMessage)),et=(ge=n.layout)==null?void 0:ge.messages;if(He)if(H.variant==="reasoning"&&H.reasoning&&He.renderReasoning){if(!q)return;ae=He.renderReasoning({message:H,defaultRenderer:()=>hs(H),config:n})}else if(H.variant==="tool"&&H.toolCall&&He.renderToolCall){if(!ee)return;ae=He.renderToolCall({message:H,defaultRenderer:()=>ys(H,n),config:n})}else if(H.variant==="approval"&&H.approval&&He.renderApproval){if(n.approval===!1)return;ae=He.renderApproval({message:H,defaultRenderer:()=>bs(H,n),config:n})}else He.renderMessage&&(ae=He.renderMessage({message:H,defaultRenderer:()=>{let lt=so(H,y,et,n.messageActions,ut,{loadingIndicatorRenderer:P,widgetConfig:n});return H.role!=="user"&&Cs(lt,H,n,B),lt},config:n}));if(!ae&&H.role==="assistant"&&!H.variant&&n.enableComponentStreaming!==!1&&ks(H)){let Zt=Ls(H);if(Zt){let Ut=Ms(Zt,{config:n,message:H,transform:y});if(Ut)if(n.wrapComponentDirectiveInBubble!==!1){let Nt=document.createElement("div");if(Nt.className=["vanilla-message-bubble","persona-max-w-[85%]","persona-rounded-2xl","persona-bg-persona-surface","persona-border","persona-border-persona-message-border","persona-p-4"].join(" "),Nt.id=`bubble-${H.id}`,Nt.setAttribute("data-message-id",H.id),H.content&&H.content.trim()){let cn=document.createElement("div");cn.className="persona-mb-3 persona-text-sm persona-leading-relaxed",cn.innerHTML=y({text:H.content,message:H,streaming:!!H.streaming,raw:H.rawContent}),Nt.appendChild(cn)}Nt.appendChild(Ut),ae=Nt}else{let Nt=document.createElement("div");if(Nt.className="persona-flex persona-flex-col persona-w-full persona-max-w-full persona-gap-3 persona-items-stretch",Nt.id=`bubble-${H.id}`,Nt.setAttribute("data-message-id",H.id),Nt.setAttribute("data-persona-component-directive","true"),H.content&&H.content.trim()){let cn=document.createElement("div");cn.className="persona-text-sm persona-leading-relaxed persona-text-persona-primary persona-w-full",cn.innerHTML=y({text:H.content,message:H,streaming:!!H.streaming,raw:H.rawContent}),Nt.appendChild(cn)}Nt.appendChild(Ut),ae=Nt}}}if(!ae)if(H.variant==="reasoning"&&H.reasoning){if(!q)return;ae=hs(H)}else if(H.variant==="tool"&&H.toolCall){if(!ee)return;ae=ys(H,n)}else if(H.variant==="approval"&&H.approval){if(n.approval===!1)return;ae=bs(H,n)}else{let lt=(It=n.layout)==null?void 0:It.messages;lt!=null&<.renderUserMessage&&H.role==="user"?ae=lt.renderUserMessage({message:H,config:n,streaming:!!H.streaming}):lt!=null&<.renderAssistantMessage&&H.role==="assistant"?ae=lt.renderAssistantMessage({message:H,config:n,streaming:!!H.streaming}):ae=so(H,y,lt,n.messageActions,ut,{loadingIndicatorRenderer:P,widgetConfig:n}),H.role!=="user"&&ae&&Cs(ae,H,n,B)}let Je=document.createElement("div");Je.className="persona-flex",Je.id=`wrapper-${H.id}`,Je.setAttribute("data-wrapper-id",H.id),H.role==="user"&&Je.classList.add("persona-justify-end"),(ae==null?void 0:ae.getAttribute("data-persona-component-directive"))==="true"&&Je.classList.add("persona-w-full"),Je.appendChild(ae),Sl(Fn,H.id,Pe,Je),S.appendChild(Je)}),Al(Fn,L);let _=g.some(H=>H.role==="assistant"&&H.streaming),O=g[g.length-1],oe=(O==null?void 0:O.role)==="assistant"&&!O.streaming&&O.variant!=="approval";if($n&&g.some(H=>H.role==="user")&&!_&&!oe){let H={config:n,streaming:!0,location:"standalone",defaultRenderer:Cr},Pe=s.find(ae=>ae.renderLoadingIndicator),Ie=null;if(Pe!=null&&Pe.renderLoadingIndicator&&(Ie=Pe.renderLoadingIndicator(H)),Ie===null&&((he=n.loadingIndicator)!=null&&he.render)&&(Ie=n.loadingIndicator.render(H)),Ie===null&&(Ie=Cr()),Ie){let ae=document.createElement("div"),He=((Se=n.loadingIndicator)==null?void 0:Se.showBubble)!==!1;ae.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-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(" "),ae.setAttribute("data-typing-indicator","true"),ae.appendChild(Ie);let et=document.createElement("div");et.className="persona-flex",et.id="wrapper-typing-indicator",et.setAttribute("data-wrapper-id","typing-indicator"),et.appendChild(ae),S.appendChild(et)}}if(!$n&&g.length>0){let H=g[g.length-1],Pe={config:n,lastMessage:H,messageCount:g.length},Ie=s.find(He=>He.renderIdleIndicator),ae=null;if(Ie!=null&&Ie.renderIdleIndicator&&(ae=Ie.renderIdleIndicator(Pe)),ae===null&&((Re=n.loadingIndicator)!=null&&Re.renderIdle)&&(ae=n.loadingIndicator.renderIdle(Pe)),ae){let He=document.createElement("div"),et=((Le=n.loadingIndicator)==null?void 0:Le.showBubble)!==!1;He.className=et?["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(ae);let Je=document.createElement("div");Je.className="persona-flex",Je.id="wrapper-idle-indicator",Je.setAttribute("data-wrapper-id","idle-indicator"),Je.appendChild(He),S.appendChild(Je)}}xl(l,S),requestAnimationFrame(()=>{requestAnimationFrame(()=>{let H=mo();fo(H)})})},Xn=()=>{var O,oe,he,Se,Re;if(!b)return;let l=zt(n),g=(O=e.ownerDocument.defaultView)!=null?O:window,y=(he=(oe=n.launcher)==null?void 0:oe.mobileBreakpoint)!=null?he:640,S=(Re=(Se=n.launcher)==null?void 0:Se.mobileFullscreen)!=null?Re:!0,k=g.innerWidth<=y,P=S&&k&&b,L=hn(n).reveal;R?(se.style.removeProperty("display"),se.style.display=l?"flex":"",se.classList.remove("persona-pointer-events-none","persona-opacity-0"),re.classList.remove("persona-scale-95","persona-opacity-0"),re.classList.add("persona-scale-100","persona-opacity-100"),Te?Te.element.style.display="none":$e&&($e.style.display="none")):(l?l&&(L==="overlay"||L==="push")&&!P?(se.style.removeProperty("display"),se.style.display="flex",se.classList.remove("persona-pointer-events-none","persona-opacity-0"),re.classList.remove("persona-scale-100","persona-opacity-100","persona-scale-95","persona-opacity-0")):(se.style.setProperty("display","none","important"),se.classList.remove("persona-pointer-events-none","persona-opacity-0"),re.classList.remove("persona-scale-100","persona-opacity-100","persona-scale-95","persona-opacity-0")):(se.style.display="",se.classList.add("persona-pointer-events-none","persona-opacity-0"),re.classList.remove("persona-scale-100","persona-opacity-100"),re.classList.add("persona-scale-95","persona-opacity-0")),Te?Te.element.style.display=l?"none":"":$e&&($e.style.display=l?"none":""))},mt=(l,g="user")=>{if(!b||R===l)return;let y=R;R=l,Xn(),R&&(xt(),Yn(!0));let S={open:R,source:g,timestamp:Date.now()};R&&!y?o.emit("widget:opened",S):!R&&y&&o.emit("widget:closed",S),o.emit("widget:state",{open:R,launcherEnabled:b,voiceActive:qe.active,streaming:B.isStreaming()})},pr=l=>{Y.disabled=l,N&&(N.disabled=l),On.buttons.forEach(g=>{g.disabled=l}),nt.dataset.personaComposerStreaming=l?"true":"false",nt.querySelectorAll("[data-persona-composer-disable-when-streaming]").forEach(g=>{(g instanceof HTMLButtonElement||g instanceof HTMLInputElement||g instanceof HTMLTextAreaElement||g instanceof HTMLSelectElement)&&(g.disabled=l)})},ur=()=>{qe.active||G&&G.focus()};o.on("widget:opened",()=>{n.autoFocusInput&&setTimeout(()=>ur(),200)});let Dr=()=>{var g,y,S,k,P,L,_,O,oe,he;Mt.textContent=(y=(g=n.copy)==null?void 0:g.welcomeTitle)!=null?y:"Hello \u{1F44B}",qt.textContent=(k=(S=n.copy)==null?void 0:S.welcomeSubtitle)!=null?k:"Ask anything about your account or products.",G.placeholder=(L=(P=n.copy)==null?void 0:P.inputPlaceholder)!=null?L:"How can I help...",(O=(_=n.sendButton)==null?void 0:_.useIcon)!=null&&O||(Y.textContent=(he=(oe=n.copy)==null?void 0:oe.sendButtonLabel)!=null?he:"Send"),G.style.fontFamily='var(--persona-input-font-family, var(--persona-font-family, -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", Arial, sans-serif))',G.style.fontWeight="var(--persona-input-font-weight, var(--persona-font-weight, 400))"};if(n.clientToken&&(n={...n,getStoredSessionId:()=>{let l=i.sessionId;return typeof l=="string"?l:null},setStoredSessionId:l=>{p(g=>({...g,sessionId:l}))}}),B=new Zr(n,{onMessagesChanged(l){Gn(de,l,le),B&&(l.some(k=>k.role==="user")?On.render([],B,G,l):On.render(n.suggestionChips,B,G,l,n.suggestionChipsConfig)),Yn(!$n),ho(l);let g=[...l].reverse().find(S=>S.role==="user"),y=qe.lastUserMessageId;g&&g.id!==y&&(qe.lastUserMessageId=g.id,o.emit("user:message",g)),qe.lastUserMessageWasVoice=!!(g!=null&&g.viaVoice),Br(l)},onStatusChanged(l){var S;let g=(S=n.statusIndicator)!=null?S:{},y=k=>{var P,L,_,O;return k==="idle"?(P=g.idleText)!=null?P:Vt.idle:k==="connecting"?(L=g.connectingText)!=null?L:Vt.connecting:k==="connected"?(_=g.connectedText)!=null?_:Vt.connected:k==="error"?(O=g.errorText)!=null?O:Vt.error:Vt[k]};je.textContent=y(l)},onStreamingChanged(l){$n=l,pr(l),B&&Gn(de,B.getMessages(),le),l||Yn(!0)},onVoiceStatusChanged(l){var g,y;if(((y=(g=n.voiceRecognition)==null?void 0:g.provider)==null?void 0:y.type)==="runtype")switch(l){case"listening":break;case"processing":mn(),bo();break;case"speaking":mn(),xo();break;default:l==="idle"&&B.isBargeInActive()?(mn(),_n(),N==null||N.setAttribute("aria-label","End voice session")):(qe.active=!1,mn(),an("system"),Gt());break}},onArtifactsState(l){un=l,vn()}}),Mn.current=B,((na=(ta=n.voiceRecognition)==null?void 0:ta.provider)==null?void 0:na.type)==="runtype")try{B.setupVoice()}catch(l){typeof console!="undefined"&&console.warn("[AgentWidget] Runtype voice setup failed:",l)}n.clientToken&&B.initClientSession().catch(l=>{n.debug&&console.warn("[AgentWidget] Pre-init client session failed:",l)}),J&&B.setSSEEventCallback((l,g)=>{J==null||J.push({id:`evt-${Date.now()}-${Math.random().toString(36).slice(2,8)}`,type:l,timestamp:Date.now(),payload:JSON.stringify(g)})}),d&&d.then(l=>{var g;l&&(l.metadata&&(i=Ws(l.metadata),x.syncFromMetadata()),(g=l.messages)!=null&&g.length&&B.hydrateMessages(l.messages))}).catch(l=>{typeof console!="undefined"&&console.error("[AgentWidget] Failed to hydrate stored state:",l)});let Nr=l=>{var k;l.preventDefault();let g=G.value.trim(),y=(k=Ee==null?void 0:Ee.hasAttachments())!=null?k:!1;if(!g&&!y)return;let S;y&&(S=[],S.push(...Ee.getContentParts()),g&&S.push(cs(g))),G.value="",G.style.height="auto",B.sendMessage(g,{contentParts:S}),y&&Ee.clearAttachments()},Or=l=>{l.key==="Enter"&&!l.shiftKey&&(l.preventDefault(),Y.click())},$r=async l=>{var y;if(((y=n.attachments)==null?void 0:y.enabled)!==!0||!Ee)return;let g=ep(l.clipboardData);g.length!==0&&(l.preventDefault(),await Ee.handleFiles(g))},Jt=null,nn=!1,Rn=null,De=null,Fr=()=>typeof window=="undefined"?null:window.webkitSpeechRecognition||window.SpeechRecognition||null,Zn=(l="user")=>{var P,L,_,O,oe,he,Se,Re;if(nn||B.isStreaming())return;let g=Fr();if(!g)return;Jt=new g;let S=(L=((P=n.voiceRecognition)!=null?P:{}).pauseDuration)!=null?L:2e3;Jt.continuous=!0,Jt.interimResults=!0,Jt.lang="en-US";let k=G.value;Jt.onresult=Le=>{let H="",Pe="";for(let ae=0;ae<Le.results.length;ae++){let He=Le.results[ae],et=He[0].transcript;He.isFinal?H+=et+" ":Pe=et}let Ie=k+H+Pe;G.value=Ie,Rn&&clearTimeout(Rn),(H||Pe)&&(Rn=window.setTimeout(()=>{let ae=G.value.trim();ae&&Jt&&nn&&(gn(),G.value="",G.style.height="auto",B.sendMessage(ae,{viaVoice:!0}))},S))},Jt.onerror=Le=>{Le.error!=="no-speech"&&gn()},Jt.onend=()=>{if(nn){let Le=G.value.trim();Le&&Le!==k.trim()&&(G.value="",G.style.height="auto",B.sendMessage(Le,{viaVoice:!0})),gn()}};try{if(Jt.start(),nn=!0,qe.active=!0,l!=="system"&&(qe.manuallyDeactivated=!1),an(l),Gt(),N){let Le=(_=n.voiceRecognition)!=null?_:{};De={backgroundColor:N.style.backgroundColor,color:N.style.color,borderColor:N.style.borderColor,iconName:(O=Le.iconName)!=null?O:"mic",iconSize:parseFloat((Se=(he=Le.iconSize)!=null?he:(oe=n.sendButton)==null?void 0:oe.size)!=null?Se:"40")||24};let H=(Re=Le.recordingBackgroundColor)!=null?Re:"#ef4444",Pe=Le.recordingIconColor,Ie=Le.recordingBorderColor;if(N.classList.add("persona-voice-recording"),N.style.backgroundColor=H,Pe){N.style.color=Pe;let ae=N.querySelector("svg");ae&&ae.setAttribute("stroke",Pe)}Ie&&(N.style.borderColor=Ie),N.setAttribute("aria-label","Stop voice recognition")}}catch{gn("system")}},gn=(l="user")=>{if(nn){if(nn=!1,Rn&&(clearTimeout(Rn),Rn=null),Jt){try{Jt.stop()}catch{}Jt=null}if(qe.active=!1,an(l),Gt(),N){if(N.classList.remove("persona-voice-recording"),De){N.style.backgroundColor=De.backgroundColor,N.style.color=De.color,N.style.borderColor=De.borderColor;let g=N.querySelector("svg");g&&g.setAttribute("stroke",De.color||"currentColor"),De=null}N.setAttribute("aria-label","Start voice recognition")}}},yo=(l,g)=>{var ae,He,et,Je,ge,It,lt,Zt;let y=typeof window!="undefined"&&(typeof window.webkitSpeechRecognition!="undefined"||typeof window.SpeechRecognition!="undefined"),S=((ae=l==null?void 0:l.provider)==null?void 0:ae.type)==="runtype";if(!(y||S))return null;let P=h("div","persona-send-button-wrapper"),L=h("button","persona-rounded-button persona-flex persona-items-center persona-justify-center disabled:persona-opacity-50 persona-cursor-pointer");L.type="button",L.setAttribute("aria-label","Start voice recognition");let _=(He=l==null?void 0:l.iconName)!=null?He:"mic",O=(et=g==null?void 0:g.size)!=null?et:"40px",oe=(Je=l==null?void 0:l.iconSize)!=null?Je:O,he=parseFloat(oe)||24,Se=(ge=l==null?void 0:l.backgroundColor)!=null?ge:g==null?void 0:g.backgroundColor,Re=(It=l==null?void 0:l.iconColor)!=null?It:g==null?void 0:g.textColor;L.style.width=oe,L.style.height=oe,L.style.minWidth=oe,L.style.minHeight=oe,L.style.fontSize="18px",L.style.lineHeight="1";let Le=Re||"currentColor",H=me(_,he,Le,1.5);H?(L.appendChild(H),L.style.color=Le):(L.textContent="\u{1F3A4}",L.style.color=Le),Se?L.style.backgroundColor=Se:L.classList.add("persona-bg-persona-primary"),Re?L.style.color=Re:!Re&&!(g!=null&&g.textColor)&&L.classList.add("persona-text-white"),l!=null&&l.borderWidth&&(L.style.borderWidth=l.borderWidth,L.style.borderStyle="solid"),l!=null&&l.borderColor&&(L.style.borderColor=l.borderColor),l!=null&&l.paddingX&&(L.style.paddingLeft=l.paddingX,L.style.paddingRight=l.paddingX),l!=null&&l.paddingY&&(L.style.paddingTop=l.paddingY,L.style.paddingBottom=l.paddingY),P.appendChild(L);let Pe=(lt=l==null?void 0:l.tooltipText)!=null?lt:"Start voice recognition";if(((Zt=l==null?void 0:l.showTooltip)!=null?Zt:!1)&&Pe){let Ut=h("div","persona-send-button-tooltip");Ut.textContent=Pe,P.appendChild(Ut)}return{micButton:L,micButtonWrapper:P}},gr=()=>{var g,y,S,k,P;if(!N||De)return;let l=(g=n.voiceRecognition)!=null?g:{};De={backgroundColor:N.style.backgroundColor,color:N.style.color,borderColor:N.style.borderColor,iconName:(y=l.iconName)!=null?y:"mic",iconSize:parseFloat((P=(k=l.iconSize)!=null?k:(S=n.sendButton)==null?void 0:S.size)!=null?P:"40")||24}},mr=(l,g)=>{var P,L,_,O,oe;if(!N)return;let y=N.querySelector("svg");y&&y.remove();let S=(oe=De==null?void 0:De.iconSize)!=null?oe:parseFloat((O=(_=(P=n.voiceRecognition)==null?void 0:P.iconSize)!=null?_:(L=n.sendButton)==null?void 0:L.size)!=null?O:"40")||24,k=me(l,S,g,1.5);k&&N.appendChild(k)},Qn=()=>{N&&N.classList.remove("persona-voice-recording","persona-voice-processing","persona-voice-speaking")},_n=()=>{var k,P;if(!N)return;gr();let l=(k=n.voiceRecognition)!=null?k:{},g=(P=l.recordingBackgroundColor)!=null?P:"#ef4444",y=l.recordingIconColor,S=l.recordingBorderColor;if(Qn(),N.classList.add("persona-voice-recording"),N.style.backgroundColor=g,y){N.style.color=y;let L=N.querySelector("svg");L&&L.setAttribute("stroke",y)}S&&(N.style.borderColor=S),N.setAttribute("aria-label","Stop voice recognition")},bo=()=>{var _,O,oe,he,Se,Re,Le,H;if(!N)return;gr();let l=(_=n.voiceRecognition)!=null?_:{},g=B.getVoiceInterruptionMode(),y=(O=l.processingIconName)!=null?O:"loader",S=(he=(oe=l.processingIconColor)!=null?oe:De==null?void 0:De.color)!=null?he:"",k=(Re=(Se=l.processingBackgroundColor)!=null?Se:De==null?void 0:De.backgroundColor)!=null?Re:"",P=(H=(Le=l.processingBorderColor)!=null?Le:De==null?void 0:De.borderColor)!=null?H:"";Qn(),N.classList.add("persona-voice-processing"),N.style.backgroundColor=k,N.style.borderColor=P;let L=S||"currentColor";N.style.color=L,mr(y,L),N.setAttribute("aria-label","Processing voice input"),g==="none"&&(N.style.cursor="default")},xo=()=>{var oe,he,Se,Re,Le,H,Pe,Ie,ae,He,et,Je;if(!N)return;gr();let l=(oe=n.voiceRecognition)!=null?oe:{},g=B.getVoiceInterruptionMode(),y=g==="cancel"?"square":g==="barge-in"?"mic":"volume-2",S=(he=l.speakingIconName)!=null?he:y,k=(H=l.speakingIconColor)!=null?H:g==="barge-in"?(Re=(Se=l.recordingIconColor)!=null?Se:De==null?void 0:De.color)!=null?Re:"":(Le=De==null?void 0:De.color)!=null?Le:"",P=(ae=l.speakingBackgroundColor)!=null?ae:g==="barge-in"?(Pe=l.recordingBackgroundColor)!=null?Pe:"#ef4444":(Ie=De==null?void 0:De.backgroundColor)!=null?Ie:"",L=(Je=l.speakingBorderColor)!=null?Je:g==="barge-in"?(He=l.recordingBorderColor)!=null?He:"":(et=De==null?void 0:De.borderColor)!=null?et:"";Qn(),N.classList.add("persona-voice-speaking"),N.style.backgroundColor=P,N.style.borderColor=L;let _=k||"currentColor";N.style.color=_,mr(S,_);let O=g==="cancel"?"Stop playback and re-record":g==="barge-in"?"Speak to interrupt":"Agent is speaking";N.setAttribute("aria-label",O),g==="none"&&(N.style.cursor="default"),g==="barge-in"&&N.classList.add("persona-voice-recording")},mn=()=>{var l,g,y;N&&(Qn(),De&&(N.style.backgroundColor=(l=De.backgroundColor)!=null?l:"",N.style.color=(g=De.color)!=null?g:"",N.style.borderColor=(y=De.borderColor)!=null?y:"",mr(De.iconName,De.color||"currentColor"),De=null),N.style.cursor="",N.setAttribute("aria-label","Start voice recognition"))},er=()=>{var l,g;if(((g=(l=n.voiceRecognition)==null?void 0:l.provider)==null?void 0:g.type)==="runtype"){let y=B.getVoiceStatus(),S=B.getVoiceInterruptionMode();if(S==="none"&&(y==="processing"||y==="speaking"))return;if(S==="cancel"&&(y==="processing"||y==="speaking")){B.stopVoicePlayback();return}if(B.isBargeInActive()){B.stopVoicePlayback(),B.deactivateBargeIn().then(()=>{qe.active=!1,qe.manuallyDeactivated=!0,Gt(),an("user"),mn()});return}B.toggleVoice().then(()=>{qe.active=B.isVoiceActive(),qe.manuallyDeactivated=!B.isVoiceActive(),Gt(),an("user"),B.isVoiceActive()?_n():mn()});return}if(nn){let y=G.value.trim();qe.manuallyDeactivated=!0,Gt(),gn("user"),y&&(G.value="",G.style.height="auto",B.sendMessage(y))}else qe.manuallyDeactivated=!1,Gt(),Zn("user")};st=er,N&&(N.addEventListener("click",er),bt.push(()=>{var l,g;((g=(l=n.voiceRecognition)==null?void 0:l.provider)==null?void 0:g.type)==="runtype"?(B.isVoiceActive()&&B.toggleVoice(),mn()):gn("system"),N&&N.removeEventListener("click",er)}));let vo=o.on("assistant:complete",()=>{Hr&&(qe.active||qe.manuallyDeactivated||Hr==="assistant"&&!qe.lastUserMessageWasVoice||setTimeout(()=>{var l,g;!qe.active&&!qe.manuallyDeactivated&&(((g=(l=n.voiceRecognition)==null?void 0:l.provider)==null?void 0:g.type)==="runtype"?B.toggleVoice().then(()=>{qe.active=B.isVoiceActive(),an("auto"),B.isVoiceActive()&&_n()}):Zn("auto"))},600))});bt.push(vo);let Z=o.on("action:resubmit",()=>{setTimeout(()=>{B&&!B.isStreaming()&&B.continueConversation()},100)});bt.push(Z);let Oe=()=>{mt(!R,"user")},Te=null,$e=null;if(b){let l=s.find(g=>g.renderLauncher);if(l!=null&&l.renderLauncher){let g=l.renderLauncher({config:n,defaultRenderer:()=>no(n,Oe).element,onToggle:Oe});g&&($e=g)}$e||(Te=no(n,Oe))}Te?e.appendChild(Te.element):$e&&e.appendChild($e),Xn(),On.render(n.suggestionChips,B,G,void 0,n.suggestionChipsConfig),Dr(),pr(B.isStreaming()),Yn(!0),uo(),v&&(b?R&&setTimeout(()=>ur(),200):setTimeout(()=>ur(),0));let xt=()=>{var O,oe,he,Se,Re,Le,H,Pe,Ie,ae,He,et,Je;let l=zt(n),g=(oe=(O=n.launcher)==null?void 0:O.sidebarMode)!=null?oe:!1,y=l||g||((Se=(he=n.launcher)==null?void 0:he.fullHeight)!=null?Se:!1),S=(Re=e.ownerDocument.defaultView)!=null?Re:window,k=(H=(Le=n.launcher)==null?void 0:Le.mobileFullscreen)!=null?H:!0,P=(Ie=(Pe=n.launcher)==null?void 0:Pe.mobileBreakpoint)!=null?Ie:640,L=S.innerWidth<=P,_=k&&L&&b;try{if(_){Jn(),or(e,n);return}if(I&&(I=!1,Jn(),or(e,n)),!b&&!l){re.style.height="",re.style.width="";return}if(!g&&!l){let ge=(He=(ae=n==null?void 0:n.launcher)==null?void 0:ae.width)!=null?He:n==null?void 0:n.launcherWidth,It=ge!=null?ge:"min(400px, calc(100vw - 24px))";re.style.width=It,re.style.maxWidth=It}if(Vn(),!y){let ge=S.innerHeight,It=64,lt=(Je=(et=n.launcher)==null?void 0:et.heightOffset)!=null?Je:0,Zt=Math.max(200,ge-It),Ut=Math.min(640,Zt),Kt=Math.max(200,Ut-lt);re.style.height=`${Kt}px`}}finally{Xn()}};xt();let Ft=(ra=e.ownerDocument.defaultView)!=null?ra:window;Ft.addEventListener("resize",xt),bt.push(()=>Ft.removeEventListener("resize",xt)),Kn=te.scrollTop;let vt=()=>{let l=te.scrollTop,g=te.scrollHeight,y=te.clientHeight,S=g-l-y,k=Math.abs(l-Kn);if(Kn=l,!cr&&!(k<=po)){if(!Ln&&S<Rr){In=!1,Ln=!0;return}Ln&&S>Rr&&(In=!0,lr=Date.now()+co,Ln=!1)}};te.addEventListener("scroll",vt,{passive:!0}),bt.push(()=>te.removeEventListener("scroll",vt)),bt.push(()=>{Pn&&cancelAnimationFrame(Pn)});let C=()=>{ue&&(wn&&(ue.removeEventListener("click",wn),wn=null),b?(ue.style.display="",wn=()=>{mt(!1,"user")},ue.addEventListener("click",wn)):ue.style.display="none")};C(),(()=>{let{clearChatButton:l}=Ue;l&&l.addEventListener("click",()=>{B.clearMessages(),Fn.clear();try{localStorage.removeItem(Tr),n.debug&&console.log(`[AgentWidget] Cleared default localStorage key: ${Tr}`)}catch(y){console.error("[AgentWidget] Failed to clear default localStorage:",y)}if(n.clearChatHistoryStorageKey&&n.clearChatHistoryStorageKey!==Tr)try{localStorage.removeItem(n.clearChatHistoryStorageKey),n.debug&&console.log(`[AgentWidget] Cleared custom localStorage key: ${n.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),a!=null&&a.clear)try{let y=a.clear();y instanceof Promise&&y.catch(S=>{typeof console!="undefined"&&console.error("[AgentWidget] Failed to clear storage adapter:",S)})}catch(y){typeof console!="undefined"&&console.error("[AgentWidget] Failed to clear storage adapter:",y)}i={},x.syncFromMetadata(),J==null||J.clear(),U==null||U.update()})})(),Ne&&Ne.addEventListener("submit",Nr),G==null||G.addEventListener("keydown",Or),G==null||G.addEventListener("paste",$r),bt.push(()=>{Ne&&Ne.removeEventListener("submit",Nr),G==null||G.removeEventListener("keydown",Or),G==null||G.removeEventListener("paste",$r)}),bt.push(()=>{B.cancel()}),Te?bt.push(()=>{Te==null||Te.destroy()}):$e&&bt.push(()=>{$e==null||$e.remove()});let M={update(l){var da,pa,ua,ga,ma,fa,ha,ya,ba,xa,va,Ca,wa,Sa,Aa,Ea,Ta,Ma,ka,La,Pa,Ia,Wa,Ra,Ha,Ba,Da,Na,Oa,$a,Fa,_a,ja,za,qa,Ua,Va,Ja,Ka,Ya,Ga,Xa,Za,Qa,ei,ti,ni,ri,oi,si,ai,ii,li,ci,di,pi,ui,gi,mi,fi,hi,yi,bi,xi,vi,Ci,wi,Si,Ai,Ei,Ti,Mi,ki,Li,Pi,Ii,Wi,Ri,Hi,Bi,Di,Ni,Oi,$i,Fi,_i,ji,zi,qi,Ui,Vi,Ji,Ki,Yi,Gi;let g=n.toolCall,y=n.messageActions,S=(da=n.layout)==null?void 0:da.messages,k=n.colorScheme,P=n.loadingIndicator,L=n.iterationDisplay;n={...n,...l},Jn(),or(e,n),jo(e,n),zo(e,n),vn(),n.colorScheme!==k&&Pr();let _=qo.getForInstance(n.plugins);s.length=0,s.push(..._),b=(ua=(pa=n.launcher)==null?void 0:pa.enabled)!=null?ua:!0,A=(ma=(ga=n.launcher)==null?void 0:ga.autoExpand)!=null?ma:!1,q=(ha=(fa=n.features)==null?void 0:fa.showReasoning)!=null?ha:!0,ee=(ba=(ya=n.features)==null?void 0:ya.showToolCalls)!=null?ba:!0;let O=Ce;if(Ce=(va=(xa=n.features)==null?void 0:xa.showEventStreamToggle)!=null?va:!1,Ce&&!O){if(J||(ce=new io(ye),J=new ao(Q,ce),ce.open().then(()=>J==null?void 0:J.restore()).catch(()=>{}),B.setSSEEventCallback(($,Ge)=>{J.push({id:`evt-${Date.now()}-${Math.random().toString(36).slice(2,8)}`,type:$,timestamp:Date.now(),payload:JSON.stringify(Ge)})})),!pe&&Ve){let $=(wa=(Ca=n.features)==null?void 0:Ca.eventStream)==null?void 0:wa.classNames,Ge="persona-inline-flex persona-items-center persona-justify-center persona-rounded-full persona-text-persona-muted hover:persona-bg-gray-100 persona-cursor-pointer persona-border-none persona-bg-transparent persona-p-1"+($!=null&&$.toggleButton?" "+$.toggleButton:"");pe=h("button",Ge),pe.style.width="28px",pe.style.height="28px",pe.type="button",pe.setAttribute("aria-label","Event Stream"),pe.title="Event Stream";let ft=me("activity","18px","currentColor",1.5);ft&&pe.appendChild(ft);let Fe=Ue.clearChatButtonWrapper,rt=Ue.closeButtonWrapper,Wt=Fe||rt;Wt&&Wt.parentNode===Ve?Ve.insertBefore(pe,Wt):Ve.appendChild(pe),pe.addEventListener("click",()=>{ne?ze():We()})}}else!Ce&&O&&(ze(),pe&&(pe.remove(),pe=null),J==null||J.clear(),ce==null||ce.destroy(),J=null,ce=null);if(((Sa=n.launcher)==null?void 0:Sa.enabled)===!1&&Te&&(Te.destroy(),Te=null),((Aa=n.launcher)==null?void 0:Aa.enabled)===!1&&$e&&($e.remove(),$e=null),((Ea=n.launcher)==null?void 0:Ea.enabled)!==!1&&!Te&&!$e){let $=s.find(Ge=>Ge.renderLauncher);if($!=null&&$.renderLauncher){let Ge=$.renderLauncher({config:n,defaultRenderer:()=>no(n,Oe).element,onToggle:Oe});Ge&&($e=Ge,e.appendChild($e))}$e||(Te=no(n,Oe),e.appendChild(Te.element))}Te&&Te.update(n),ke&&((Ta=n.launcher)==null?void 0:Ta.title)!==void 0&&(ke.textContent=n.launcher.title),ot&&((Ma=n.launcher)==null?void 0:Ma.subtitle)!==void 0&&(ot.textContent=n.launcher.subtitle);let oe=(ka=n.layout)==null?void 0:ka.header;if((oe==null?void 0:oe.layout)!==w&&Ve){let $=oe?ro(n,oe,{showClose:b,onClose:()=>mt(!1,"user")}):jn({config:n,showClose:b,onClose:()=>mt(!1,"user")});Ve.replaceWith($.header),Ve=$.header,Ye=$.iconHolder,ke=$.headerTitle,ot=$.headerSubtitle,ue=$.closeButton,w=oe==null?void 0:oe.layout}else if(oe&&(Ye&&(Ye.style.display=oe.showIcon===!1?"none":""),ke&&(ke.style.display=oe.showTitle===!1?"none":""),ot&&(ot.style.display=oe.showSubtitle===!1?"none":""),ue&&(ue.style.display=oe.showCloseButton===!1?"none":""),Ue.clearChatButtonWrapper)){let $=oe.showClearChat;if($!==void 0){Ue.clearChatButtonWrapper.style.display=$?"":"none";let{closeButtonWrapper:Ge}=Ue;Ge&&!Ge.classList.contains("persona-absolute")&&($?Ge.classList.remove("persona-ml-auto"):Ge.classList.add("persona-ml-auto"))}}let Se=((La=n.layout)==null?void 0:La.showHeader)!==!1;Ve&&(Ve.style.display=Se?"":"none");let Re=((Pa=n.layout)==null?void 0:Pa.showFooter)!==!1;nt&&(nt.style.display=Re?"":"none"),b!==j?b?mt(A,"auto"):(R=!0,Xn()):A!==T&&mt(A,"auto"),T=A,j=b,xt(),C();let Pe=JSON.stringify(l.toolCall)!==JSON.stringify(g),Ie=JSON.stringify(n.messageActions)!==JSON.stringify(y),ae=JSON.stringify((Ia=n.layout)==null?void 0:Ia.messages)!==JSON.stringify(S),He=((Wa=n.loadingIndicator)==null?void 0:Wa.render)!==(P==null?void 0:P.render)||((Ra=n.loadingIndicator)==null?void 0:Ra.renderIdle)!==(P==null?void 0:P.renderIdle)||((Ha=n.loadingIndicator)==null?void 0:Ha.showBubble)!==(P==null?void 0:P.showBubble),et=n.iterationDisplay!==L;(Pe||Ie||ae||He||et)&&B&&(Ir++,Gn(de,B.getMessages(),le));let ge=(Ba=n.launcher)!=null?Ba:{},It=(Da=ge.headerIconHidden)!=null?Da:!1,lt=(Oa=(Na=n.layout)==null?void 0:Na.header)==null?void 0:Oa.showIcon,Zt=It||lt===!1,Ut=ge.headerIconName,Kt=($a=ge.headerIconSize)!=null?$a:"48px";if(Ye){let $=z.querySelector(".persona-border-b-persona-divider"),Ge=$==null?void 0:$.querySelector(".persona-flex-col");if(Zt)Ye.style.display="none",$&&Ge&&!$.contains(Ge)&&$.insertBefore(Ge,$.firstChild);else{if(Ye.style.display="",Ye.style.height=Kt,Ye.style.width=Kt,$&&Ge&&($.contains(Ye)?Ye.nextSibling!==Ge&&(Ye.remove(),$.insertBefore(Ye,Ge)):$.insertBefore(Ye,Ge)),Ut){let Fe=parseFloat(Kt)||24,rt=me(Ut,Fe*.6,"#ffffff",2);rt?Ye.replaceChildren(rt):Ye.textContent=(Fa=ge.agentIconText)!=null?Fa:"\u{1F4AC}"}else if(ge.iconUrl){let Fe=Ye.querySelector("img");if(Fe)Fe.src=ge.iconUrl,Fe.style.height=Kt,Fe.style.width=Kt;else{let rt=document.createElement("img");rt.src=ge.iconUrl,rt.alt="",rt.className="persona-rounded-xl persona-object-cover",rt.style.height=Kt,rt.style.width=Kt,Ye.replaceChildren(rt)}}else{let Fe=Ye.querySelector("svg"),rt=Ye.querySelector("img");(Fe||rt)&&Ye.replaceChildren(),Ye.textContent=(_a=ge.agentIconText)!=null?_a:"\u{1F4AC}"}let ft=Ye.querySelector("img");ft&&(ft.style.height=Kt,ft.style.width=Kt)}}let Nt=(za=(ja=n.layout)==null?void 0:ja.header)==null?void 0:za.showTitle,cn=(Ua=(qa=n.layout)==null?void 0:qa.header)==null?void 0:Ua.showSubtitle;if(ke&&(ke.style.display=Nt===!1?"none":""),ot&&(ot.style.display=cn===!1?"none":""),ue){((Ja=(Va=n.layout)==null?void 0:Va.header)==null?void 0:Ja.showCloseButton)===!1?ue.style.display="none":ue.style.display="";let Ge=(Ka=ge.closeButtonSize)!=null?Ka:"32px",ft=(Ya=ge.closeButtonPlacement)!=null?Ya:"inline";ue.style.height=Ge,ue.style.width=Ge;let{closeButtonWrapper:Fe}=Ue,rt=ft==="top-right",Wt=Fe==null?void 0:Fe.classList.contains("persona-absolute");if(Fe&&rt!==Wt)if(Fe.remove(),rt)Fe.className="persona-absolute persona-top-4 persona-right-4 persona-z-50",z.style.position="relative",z.appendChild(Fe);else{let Ze=(Xa=(Ga=ge.clearChat)==null?void 0:Ga.placement)!=null?Xa:"inline",Ot=(Qa=(Za=ge.clearChat)==null?void 0:Za.enabled)!=null?Qa:!0;Fe.className=Ot&&Ze==="inline"?"":"persona-ml-auto";let en=z.querySelector(".persona-border-b-persona-divider");en&&en.appendChild(Fe)}if(ue.style.color=ge.closeButtonColor||bn.actionIconColor,ge.closeButtonBackgroundColor?(ue.style.backgroundColor=ge.closeButtonBackgroundColor,ue.classList.remove("hover:persona-bg-gray-100")):(ue.style.backgroundColor="",ue.classList.add("hover:persona-bg-gray-100")),ge.closeButtonBorderWidth||ge.closeButtonBorderColor){let Ze=ge.closeButtonBorderWidth||"0px",Ot=ge.closeButtonBorderColor||"transparent";ue.style.border=`${Ze} solid ${Ot}`,ue.classList.remove("persona-border-none")}else ue.style.border="",ue.classList.add("persona-border-none");ge.closeButtonBorderRadius?(ue.style.borderRadius=ge.closeButtonBorderRadius,ue.classList.remove("persona-rounded-full")):(ue.style.borderRadius="",ue.classList.add("persona-rounded-full")),ge.closeButtonPaddingX?(ue.style.paddingLeft=ge.closeButtonPaddingX,ue.style.paddingRight=ge.closeButtonPaddingX):(ue.style.paddingLeft="",ue.style.paddingRight=""),ge.closeButtonPaddingY?(ue.style.paddingTop=ge.closeButtonPaddingY,ue.style.paddingBottom=ge.closeButtonPaddingY):(ue.style.paddingTop="",ue.style.paddingBottom="");let jt=(ei=ge.closeButtonIconName)!=null?ei:"x",fn=(ti=ge.closeButtonIconText)!=null?ti:"\xD7";ue.innerHTML="";let Yt=me(jt,"20px","currentColor",2);Yt?ue.appendChild(Yt):ue.textContent=fn;let St=(ni=ge.closeButtonTooltipText)!=null?ni:"Close chat",rn=(ri=ge.closeButtonShowTooltip)!=null?ri:!0;if(ue.setAttribute("aria-label",St),Fe&&(Fe._cleanupTooltip&&(Fe._cleanupTooltip(),delete Fe._cleanupTooltip),rn&&St)){let Ze=null,Ot=()=>{if(Ze||!ue)return;let tr=ue.ownerDocument,Ur=tr.body;if(!Ur)return;Ze=An(tr,"div","persona-clear-chat-tooltip"),Ze.textContent=St;let Vr=An(tr,"div");Vr.className="persona-clear-chat-tooltip-arrow",Ze.appendChild(Vr);let nr=ue.getBoundingClientRect();Ze.style.position="fixed",Ze.style.left=`${nr.left+nr.width/2}px`,Ze.style.top=`${nr.top-8}px`,Ze.style.transform="translate(-50%, -100%)",Ur.appendChild(Ze)},en=()=>{Ze&&Ze.parentNode&&(Ze.parentNode.removeChild(Ze),Ze=null)};Fe.addEventListener("mouseenter",Ot),Fe.addEventListener("mouseleave",en),ue.addEventListener("focus",Ot),ue.addEventListener("blur",en),Fe._cleanupTooltip=()=>{en(),Fe&&(Fe.removeEventListener("mouseenter",Ot),Fe.removeEventListener("mouseleave",en)),ue&&(ue.removeEventListener("focus",Ot),ue.removeEventListener("blur",en))}}}let{clearChatButton:Ke,clearChatButtonWrapper:yt}=Ue;if(Ke){let $=(oi=ge.clearChat)!=null?oi:{},Ge=(si=$.enabled)!=null?si:!0,ft=(ii=(ai=n.layout)==null?void 0:ai.header)==null?void 0:ii.showClearChat,Fe=ft!==void 0?ft:Ge,rt=(li=$.placement)!=null?li:"inline";if(yt){yt.style.display=Fe?"":"none";let{closeButtonWrapper:Wt}=Ue;Wt&&!Wt.classList.contains("persona-absolute")&&(Fe?Wt.classList.remove("persona-ml-auto"):Wt.classList.add("persona-ml-auto"));let jt=rt==="top-right",fn=yt.classList.contains("persona-absolute");if(jt!==fn&&Fe){if(yt.remove(),jt)yt.className="persona-absolute persona-top-4 persona-z-50",yt.style.right="48px",z.style.position="relative",z.appendChild(yt);else{yt.className="persona-relative persona-ml-auto persona-clear-chat-button-wrapper",yt.style.right="";let St=z.querySelector(".persona-border-b-persona-divider"),rn=Ue.closeButtonWrapper;St&&rn&&rn.parentElement===St?St.insertBefore(yt,rn):St&&St.appendChild(yt)}let Yt=Ue.closeButtonWrapper;Yt&&!Yt.classList.contains("persona-absolute")&&(jt?Yt.classList.add("persona-ml-auto"):Yt.classList.remove("persona-ml-auto"))}}if(Fe){let Wt=(ci=$.size)!=null?ci:"32px";Ke.style.height=Wt,Ke.style.width=Wt;let jt=(di=$.iconName)!=null?di:"refresh-cw",fn=(pi=$.iconColor)!=null?pi:"";Ke.style.color=fn||bn.actionIconColor,Ke.innerHTML="";let Yt=me(jt,"20px","currentColor",2);if(Yt&&Ke.appendChild(Yt),$.backgroundColor?(Ke.style.backgroundColor=$.backgroundColor,Ke.classList.remove("hover:persona-bg-gray-100")):(Ke.style.backgroundColor="",Ke.classList.add("hover:persona-bg-gray-100")),$.borderWidth||$.borderColor){let Ze=$.borderWidth||"0px",Ot=$.borderColor||"transparent";Ke.style.border=`${Ze} solid ${Ot}`,Ke.classList.remove("persona-border-none")}else Ke.style.border="",Ke.classList.add("persona-border-none");$.borderRadius?(Ke.style.borderRadius=$.borderRadius,Ke.classList.remove("persona-rounded-full")):(Ke.style.borderRadius="",Ke.classList.add("persona-rounded-full")),$.paddingX?(Ke.style.paddingLeft=$.paddingX,Ke.style.paddingRight=$.paddingX):(Ke.style.paddingLeft="",Ke.style.paddingRight=""),$.paddingY?(Ke.style.paddingTop=$.paddingY,Ke.style.paddingBottom=$.paddingY):(Ke.style.paddingTop="",Ke.style.paddingBottom="");let St=(ui=$.tooltipText)!=null?ui:"Clear chat",rn=(gi=$.showTooltip)!=null?gi:!0;if(Ke.setAttribute("aria-label",St),yt&&(yt._cleanupTooltip&&(yt._cleanupTooltip(),delete yt._cleanupTooltip),rn&&St)){let Ze=null,Ot=()=>{if(Ze||!Ke)return;let tr=Ke.ownerDocument,Ur=tr.body;if(!Ur)return;Ze=An(tr,"div","persona-clear-chat-tooltip"),Ze.textContent=St;let Vr=An(tr,"div");Vr.className="persona-clear-chat-tooltip-arrow",Ze.appendChild(Vr);let nr=Ke.getBoundingClientRect();Ze.style.position="fixed",Ze.style.left=`${nr.left+nr.width/2}px`,Ze.style.top=`${nr.top-8}px`,Ze.style.transform="translate(-50%, -100%)",Ur.appendChild(Ze)},en=()=>{Ze&&Ze.parentNode&&(Ze.parentNode.removeChild(Ze),Ze=null)};yt.addEventListener("mouseenter",Ot),yt.addEventListener("mouseleave",en),Ke.addEventListener("focus",Ot),Ke.addEventListener("blur",en),yt._cleanupTooltip=()=>{en(),yt&&(yt.removeEventListener("mouseenter",Ot),yt.removeEventListener("mouseleave",en)),Ke&&(Ke.removeEventListener("focus",Ot),Ke.removeEventListener("blur",en))}}}}let Co=n.actionParsers&&n.actionParsers.length?n.actionParsers:[Uo],wo=n.actionHandlers&&n.actionHandlers.length?n.actionHandlers:[Er.message,Er.messageAndClick];x=Vo({parsers:Co,handlers:wo,getSessionMetadata:u,updateSessionMetadata:p,emit:o.emit,documentRef:typeof document!="undefined"?document:null}),le=Gl(n,x,ve),B.updateConfig(n),Gn(de,B.getMessages(),le),On.render(n.suggestionChips,B,G,void 0,n.suggestionChipsConfig),Dr(),pr(B.isStreaming());let So=((mi=n.voiceRecognition)==null?void 0:mi.enabled)===!0,Ao=typeof window!="undefined"&&(typeof window.webkitSpeechRecognition!="undefined"||typeof window.SpeechRecognition!="undefined"),Eo=((hi=(fi=n.voiceRecognition)==null?void 0:fi.provider)==null?void 0:hi.type)==="runtype";if(So&&(Ao||Eo))if(!N||!X){let $=yo(n.voiceRecognition,n.sendButton);$&&(N=$.micButton,X=$.micButtonWrapper,kt.insertBefore(X,tt),N.addEventListener("click",er),N.disabled=B.isStreaming())}else{let $=(yi=n.voiceRecognition)!=null?yi:{},Ge=(bi=n.sendButton)!=null?bi:{},ft=(xi=$.iconName)!=null?xi:"mic",Fe=(vi=Ge.size)!=null?vi:"40px",rt=(Ci=$.iconSize)!=null?Ci:Fe,Wt=parseFloat(rt)||24;N.style.width=rt,N.style.height=rt,N.style.minWidth=rt,N.style.minHeight=rt;let jt=(Si=(wi=$.iconColor)!=null?wi:Ge.textColor)!=null?Si:"currentColor";N.innerHTML="";let fn=me(ft,Wt,jt,2);fn?N.appendChild(fn):N.textContent="\u{1F3A4}";let Yt=(Ai=$.backgroundColor)!=null?Ai:Ge.backgroundColor;Yt?(N.style.backgroundColor=Yt,N.classList.remove("persona-bg-persona-primary")):(N.style.backgroundColor="",N.classList.add("persona-bg-persona-primary")),jt?(N.style.color=jt,N.classList.remove("persona-text-white")):!jt&&!Ge.textColor&&(N.style.color="",N.classList.add("persona-text-white")),$.borderWidth?(N.style.borderWidth=$.borderWidth,N.style.borderStyle="solid"):(N.style.borderWidth="",N.style.borderStyle=""),$.borderColor?N.style.borderColor=$.borderColor:N.style.borderColor="",$.paddingX?(N.style.paddingLeft=$.paddingX,N.style.paddingRight=$.paddingX):(N.style.paddingLeft="",N.style.paddingRight=""),$.paddingY?(N.style.paddingTop=$.paddingY,N.style.paddingBottom=$.paddingY):(N.style.paddingTop="",N.style.paddingBottom="");let St=X==null?void 0:X.querySelector(".persona-send-button-tooltip"),rn=(Ei=$.tooltipText)!=null?Ei:"Start voice recognition";if(((Ti=$.showTooltip)!=null?Ti:!1)&&rn)if(St)St.textContent=rn,St.style.display="";else{let Ot=document.createElement("div");Ot.className="persona-send-button-tooltip",Ot.textContent=rn,X==null||X.insertBefore(Ot,N)}else St&&(St.style.display="none");X.style.display="",N.disabled=B.isStreaming()}else N&&X&&(X.style.display="none",((ki=(Mi=n.voiceRecognition)==null?void 0:Mi.provider)==null?void 0:ki.type)==="runtype"?B.isVoiceActive()&&B.toggleVoice():nn&&gn());if(((Li=n.attachments)==null?void 0:Li.enabled)===!0)if(!be||!F){let $=(Pi=n.attachments)!=null?Pi:{},ft=(Wi=((Ii=n.sendButton)!=null?Ii:{}).size)!=null?Wi:"40px";Ae||(Ae=h("div","persona-attachment-previews persona-flex persona-flex-wrap persona-gap-2 persona-mb-2"),Ae.style.display="none",Ne.insertBefore(Ae,G)),xe||(xe=document.createElement("input"),xe.type="file",xe.accept=((Ri=$.allowedTypes)!=null?Ri:Hn).join(","),xe.multiple=((Hi=$.maxFiles)!=null?Hi:4)>1,xe.style.display="none",xe.setAttribute("aria-label","Attach files"),Ne.insertBefore(xe,G)),be=h("div","persona-send-button-wrapper"),F=h("button","persona-rounded-button persona-flex persona-items-center persona-justify-center disabled:persona-opacity-50 persona-cursor-pointer persona-attachment-button"),F.type="button",F.setAttribute("aria-label",(Bi=$.buttonTooltipText)!=null?Bi:"Attach file");let Fe=(Di=$.buttonIconName)!=null?Di:"paperclip",rt=ft,Wt=parseFloat(rt)||40,jt=Math.round(Wt*.6);F.style.width=rt,F.style.height=rt,F.style.minWidth=rt,F.style.minHeight=rt,F.style.fontSize="18px",F.style.lineHeight="1",F.style.backgroundColor="transparent",F.style.color="var(--persona-primary, #111827)",F.style.border="none",F.style.borderRadius="6px",F.style.transition="background-color 0.15s ease",F.addEventListener("mouseenter",()=>{F.style.backgroundColor="var(--persona-palette-colors-black-alpha-50, rgba(0, 0, 0, 0.05))"}),F.addEventListener("mouseleave",()=>{F.style.backgroundColor="transparent"});let fn=me(Fe,jt,"currentColor",1.5);fn?F.appendChild(fn):F.textContent="\u{1F4CE}",F.addEventListener("click",rn=>{rn.preventDefault(),xe==null||xe.click()}),be.appendChild(F);let Yt=(Ni=$.buttonTooltipText)!=null?Ni:"Attach file",St=h("div","persona-send-button-tooltip");St.textContent=Yt,be.appendChild(St),Ht.append(be),!Ee&&xe&&Ae&&(Ee=xr.fromConfig($),Ee.setPreviewsContainer(Ae),xe.addEventListener("change",async()=>{Ee&&(xe!=null&&xe.files)&&(await Ee.handleFileSelect(xe.files),xe.value="")}))}else{be.style.display="";let $=(Oi=n.attachments)!=null?Oi:{};xe&&(xe.accept=(($i=$.allowedTypes)!=null?$i:Hn).join(","),xe.multiple=((Fi=$.maxFiles)!=null?Fi:4)>1),Ee&&Ee.updateConfig({allowedTypes:$.allowedTypes,maxFileSize:$.maxFileSize,maxFiles:$.maxFiles})}else be&&(be.style.display="none"),Ee&&Ee.clearAttachments();let Et=(_i=n.sendButton)!=null?_i:{},To=(ji=Et.useIcon)!=null?ji:!1,_r=(zi=Et.iconText)!=null?zi:"\u2191",Qt=Et.iconName,dn=(qi=Et.tooltipText)!=null?qi:"Send message",Mo=(Ui=Et.showTooltip)!=null?Ui:!1,jr=(Vi=Et.size)!=null?Vi:"40px",ko=Et.backgroundColor,Sn=Et.textColor;if(To){if(Y.style.width=jr,Y.style.height=jr,Y.style.minWidth=jr,Y.style.minHeight=jr,Y.style.fontSize="18px",Y.style.lineHeight="1",Y.innerHTML="",Qt){let $=parseFloat(jr)||24,Ge=Sn&&typeof Sn=="string"&&Sn.trim()?Sn.trim():"currentColor",ft=me(Qt,$,Ge,2);ft?(Y.appendChild(ft),Y.style.color=Ge):(Y.textContent=_r,Sn?Y.style.color=Sn:Y.classList.add("persona-text-white"))}else Y.textContent=_r,Sn?Y.style.color=Sn:Y.classList.add("persona-text-white");Y.className="persona-rounded-button persona-flex persona-items-center persona-justify-center disabled:persona-opacity-50 persona-cursor-pointer",ko?(Y.style.backgroundColor=ko,Y.classList.remove("persona-bg-persona-primary")):Y.classList.add("persona-bg-persona-primary")}else Y.textContent=(Ki=(Ji=n.copy)==null?void 0:Ji.sendButtonLabel)!=null?Ki:"Send",Y.style.width="",Y.style.height="",Y.style.minWidth="",Y.style.minHeight="",Y.style.fontSize="",Y.style.lineHeight="",Y.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",ko?(Y.style.backgroundColor=ko,Y.classList.remove("persona-bg-persona-accent")):Y.classList.add("persona-bg-persona-accent"),Sn?Y.style.color=Sn:Y.classList.add("persona-text-white");Et.borderWidth?(Y.style.borderWidth=Et.borderWidth,Y.style.borderStyle="solid"):(Y.style.borderWidth="",Y.style.borderStyle=""),Et.borderColor?Y.style.borderColor=Et.borderColor:Y.style.borderColor="",Et.paddingX?(Y.style.paddingLeft=Et.paddingX,Y.style.paddingRight=Et.paddingX):(Y.style.paddingLeft="",Y.style.paddingRight=""),Et.paddingY?(Y.style.paddingTop=Et.paddingY,Y.style.paddingBottom=Et.paddingY):(Y.style.paddingTop="",Y.style.paddingBottom="");let zr=tt==null?void 0:tt.querySelector(".persona-send-button-tooltip");if(Mo&&dn)if(zr)zr.textContent=dn,zr.style.display="";else{let $=document.createElement("div");$.className="persona-send-button-tooltip",$.textContent=dn,tt==null||tt.insertBefore($,Y)}else zr&&(zr.style.display="none");let qr=(Yi=n.statusIndicator)!=null?Yi:{},Lc=(Gi=qr.visible)!=null?Gi:!0;if(je.style.display=Lc?"":"none",B){let $=B.getStatus(),Ge=ft=>{var Fe,rt,Wt,jt;return ft==="idle"?(Fe=qr.idleText)!=null?Fe:Vt.idle:ft==="connecting"?(rt=qr.connectingText)!=null?rt:Vt.connecting:ft==="connected"?(Wt=qr.connectedText)!=null?Wt:Vt.connected:ft==="error"?(jt=qr.errorText)!=null?jt:Vt.error:Vt[ft]};je.textContent=Ge($)}},open(){b&&mt(!0,"api")},close(){b&&mt(!1,"api")},toggle(){b&&mt(!R,"api")},clearChat(){K=!1,B.clearMessages(),Fn.clear();try{localStorage.removeItem(Tr),n.debug&&console.log(`[AgentWidget] Cleared default localStorage key: ${Tr}`)}catch(g){console.error("[AgentWidget] Failed to clear default localStorage:",g)}if(n.clearChatHistoryStorageKey&&n.clearChatHistoryStorageKey!==Tr)try{localStorage.removeItem(n.clearChatHistoryStorageKey),n.debug&&console.log(`[AgentWidget] Cleared custom localStorage key: ${n.clearChatHistoryStorageKey}`)}catch(g){console.error("[AgentWidget] Failed to clear custom localStorage:",g)}let l=new CustomEvent("persona:clear-chat",{detail:{timestamp:new Date().toISOString()}});if(window.dispatchEvent(l),a!=null&&a.clear)try{let g=a.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)}i={},x.syncFromMetadata(),J==null||J.clear(),U==null||U.update()},setMessage(l){return!G||B.isStreaming()?!1:(!R&&b&&mt(!0,"system"),G.value=l,G.dispatchEvent(new Event("input",{bubbles:!0})),!0)},submitMessage(l){if(B.isStreaming())return!1;let g=(l==null?void 0:l.trim())||G.value.trim();return g?(!R&&b&&mt(!0,"system"),G.value="",G.style.height="auto",B.sendMessage(g),!0):!1},startVoiceRecognition(){var g,y;return B.isStreaming()?!1:((y=(g=n.voiceRecognition)==null?void 0:g.provider)==null?void 0:y.type)==="runtype"?(B.isVoiceActive()||(!R&&b&&mt(!0,"system"),qe.manuallyDeactivated=!1,Gt(),B.toggleVoice().then(()=>{qe.active=B.isVoiceActive(),an("user"),B.isVoiceActive()&&_n()})),!0):nn?!0:Fr()?(!R&&b&&mt(!0,"system"),qe.manuallyDeactivated=!1,Gt(),Zn("user"),!0):!1},stopVoiceRecognition(){var l,g;return((g=(l=n.voiceRecognition)==null?void 0:l.provider)==null?void 0:g.type)==="runtype"?B.isVoiceActive()?(B.toggleVoice().then(()=>{qe.active=!1,qe.manuallyDeactivated=!0,Gt(),an("user"),mn()}),!0):!1:nn?(qe.manuallyDeactivated=!0,Gt(),gn("user"),!0):!1},injectMessage(l){return!R&&b&&mt(!0,"system"),B.injectMessage(l)},injectAssistantMessage(l){!R&&b&&mt(!0,"system");let g=B.injectAssistantMessage(l);return D&&(D=!1,V&&(clearTimeout(V),V=null),setTimeout(()=>{B&&!B.isStreaming()&&B.continueConversation()},100)),g},injectUserMessage(l){return!R&&b&&mt(!0,"system"),B.injectUserMessage(l)},injectSystemMessage(l){return!R&&b&&mt(!0,"system"),B.injectSystemMessage(l)},injectMessageBatch(l){return!R&&b&&mt(!0,"system"),B.injectMessageBatch(l)},injectTestMessage(l){!R&&b&&mt(!0,"system"),B.injectTestEvent(l)},async connectStream(l,g){return B.connectStream(l,g)},__pushEventStreamEvent(l){J&&J.push({id:`evt-${Date.now()}-${Math.random().toString(36).slice(2,8)}`,type:l.type,timestamp:Date.now(),payload:JSON.stringify(l.payload)})},showEventStream(){!Ce||!J||We()},hideEventStream(){ne&&ze()},isEventStreamVisible(){return ne},showArtifacts(){pn(n)&&(K=!1,vn(),Xe==null||Xe.setMobileOpen(!0))},hideArtifacts(){pn(n)&&(K=!0,vn())},upsertArtifact(l){return pn(n)?(K=!1,B.upsertArtifact(l)):null},selectArtifact(l){pn(n)&&B.selectArtifact(l)},clearArtifacts(){pn(n)&&B.clearArtifacts()},focusInput(){return b&&!R||!G?!1:(G.focus(),!0)},async resolveApproval(l,g){let S=B.getMessages().find(k=>{var P;return k.variant==="approval"&&((P=k.approval)==null?void 0:P.id)===l});if(!(S!=null&&S.approval))throw new Error(`Approval not found: ${l}`);return B.resolveApproval(S.approval,g)},getMessages(){return B.getMessages()},getStatus(){return B.getStatus()},getPersistentMetadata(){return{...i}},updatePersistentMetadata(l){p(l)},on(l,g){return o.on(l,g)},off(l,g){o.off(l,g)},isOpen(){return b&&R},isVoiceActive(){return qe.active},getState(){return{open:b&&R,launcherEnabled:b,voiceActive:qe.active,streaming:B.isStreaming()}},showCSATFeedback(l){!R&&b&&mt(!0,"system");let g=de.querySelector(".persona-feedback-container");g&&g.remove();let y=Ps({onSubmit:async(S,k)=>{var P;B.isClientTokenMode()&&await B.submitCSATFeedback(S,k),(P=l==null?void 0:l.onSubmit)==null||P.call(l,S,k)},onDismiss:l==null?void 0:l.onDismiss,...l});de.appendChild(y),y.scrollIntoView({behavior:"smooth",block:"end"})},showNPSFeedback(l){!R&&b&&mt(!0,"system");let g=de.querySelector(".persona-feedback-container");g&&g.remove();let y=Is({onSubmit:async(S,k)=>{var P;B.isClientTokenMode()&&await B.submitNPSFeedback(S,k),(P=l==null?void 0:l.onSubmit)==null||P.call(l,S,k)},onDismiss:l==null?void 0:l.onDismiss,...l});de.appendChild(y),y.scrollIntoView({behavior:"smooth",block:"end"})},async submitCSATFeedback(l,g){return B.submitCSATFeedback(l,g)},async submitNPSFeedback(l,g){return B.submitNPSFeedback(l,g)},destroy(){bt.forEach(l=>l()),se.remove(),Te==null||Te.destroy(),$e==null||$e.remove(),wn&&ue.removeEventListener("click",wn)}};if((((oa=t==null?void 0:t.debugTools)!=null?oa:!1)||!!n.debug)&&typeof window!="undefined"){let l=window.AgentWidgetBrowser,g={controller:M,getMessages:M.getMessages,getStatus:M.getStatus,getMetadata:M.getPersistentMetadata,updateMetadata:M.updatePersistentMetadata,clearHistory:()=>M.clearChat(),setVoiceActive:y=>y?M.startVoiceRecognition():M.stopVoiceRecognition()};window.AgentWidgetBrowser=g,bt.push(()=>{window.AgentWidgetBrowser===g&&(window.AgentWidgetBrowser=l)})}if(typeof window!="undefined"){let l=e.getAttribute("data-persona-instance")||e.id||"persona-"+Math.random().toString(36).slice(2,8),g=_=>{let O=_.detail;(!(O!=null&&O.instanceId)||O.instanceId===l)&&M.focusInput()};if(window.addEventListener("persona:focusInput",g),bt.push(()=>{window.removeEventListener("persona:focusInput",g)}),Ce){let _=oe=>{let he=oe.detail;(!(he!=null&&he.instanceId)||he.instanceId===l)&&M.showEventStream()},O=oe=>{let he=oe.detail;(!(he!=null&&he.instanceId)||he.instanceId===l)&&M.hideEventStream()};window.addEventListener("persona:showEventStream",_),window.addEventListener("persona:hideEventStream",O),bt.push(()=>{window.removeEventListener("persona:showEventStream",_),window.removeEventListener("persona:hideEventStream",O)})}let y=_=>{let O=_.detail;(!(O!=null&&O.instanceId)||O.instanceId===l)&&M.showArtifacts()},S=_=>{let O=_.detail;(!(O!=null&&O.instanceId)||O.instanceId===l)&&M.hideArtifacts()},k=_=>{let O=_.detail;O!=null&&O.instanceId&&O.instanceId!==l||O!=null&&O.artifact&&M.upsertArtifact(O.artifact)},P=_=>{let O=_.detail;O!=null&&O.instanceId&&O.instanceId!==l||typeof(O==null?void 0:O.id)=="string"&&M.selectArtifact(O.id)},L=_=>{let O=_.detail;(!(O!=null&&O.instanceId)||O.instanceId===l)&&M.clearArtifacts()};window.addEventListener("persona:showArtifacts",y),window.addEventListener("persona:hideArtifacts",S),window.addEventListener("persona:upsertArtifact",k),window.addEventListener("persona:selectArtifact",P),window.addEventListener("persona:clearArtifacts",L),bt.push(()=>{window.removeEventListener("persona:showArtifacts",y),window.removeEventListener("persona:hideArtifacts",S),window.removeEventListener("persona:upsertArtifact",k),window.removeEventListener("persona:selectArtifact",P),window.removeEventListener("persona:clearArtifacts",L)})}let W=tp(n.persistState);if(W&&b){let l=np(W.storage),g=`${W.keyPrefix}widget-open`,y=`${W.keyPrefix}widget-voice`,S=`${W.keyPrefix}widget-voice-mode`;if(l){let k=((sa=W.persist)==null?void 0:sa.openState)&&l.getItem(g)==="true",P=((aa=W.persist)==null?void 0:aa.voiceState)&&l.getItem(y)==="true",L=((ia=W.persist)==null?void 0:ia.voiceState)&&l.getItem(S)==="true";if(k&&setTimeout(()=>{M.open(),setTimeout(()=>{var _;if(P||L)M.startVoiceRecognition();else if((_=W.persist)!=null&&_.focusInput){let O=e.querySelector("textarea");O&&O.focus()}},100)},0),(la=W.persist)!=null&&la.openState&&(o.on("widget:opened",()=>{l.setItem(g,"true")}),o.on("widget:closed",()=>{l.setItem(g,"false")})),(ca=W.persist)!=null&&ca.voiceState&&(o.on("voice:state",_=>{l.setItem(y,_.active?"true":"false")}),o.on("user:message",_=>{l.setItem(S,_.viaVoice?"true":"false")})),W.clearOnChatClear){let _=()=>{l.removeItem(g),l.removeItem(y),l.removeItem(S)},O=()=>_();window.addEventListener("persona:clear-chat",O),bt.push(()=>{window.removeEventListener("persona:clear-chat",O)})}}}return M};var rp=(e,r)=>{let t=e.trim(),n=/^(\d+(?:\.\d+)?)px$/i.exec(t);if(n)return Math.max(0,parseFloat(n[1]));let s=/^(\d+(?:\.\d+)?)%$/i.exec(t);return s?Math.max(0,r*parseFloat(s[1])/100):420},Xl=(e,r)=>{var n,s;let t=(s=(n=r==null?void 0:r.launcher)==null?void 0:n.enabled)!=null?s:!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"},Zl=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=""},Ql=e=>{e.style.transition=""},ec=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=""},tc=e=>{e.style.width="",e.style.maxWidth="",e.style.minWidth="",e.style.flex="1 1 auto"},Hs=(e,r)=>{e.style.width="",e.style.minWidth="",e.style.maxWidth="",e.style.boxSizing="",r.style.alignItems=""},op=(e,r,t,n,s)=>{s?t.parentElement!==r&&(e.replaceChildren(),r.replaceChildren(t,n),e.appendChild(r)):t.parentElement===r&&(r.replaceChildren(),e.appendChild(t),e.appendChild(n))},sp=(e,r,t,n,s,o)=>{let a=o?r:e;s==="left"?a.firstElementChild!==n&&a.replaceChildren(n,t):a.lastElementChild!==n&&a.replaceChildren(t,n)},nc=(e,r,t,n,s,o,a)=>{let i=hn(o),d=i.reveal==="push";if(op(e,r,t,n,d),sp(e,r,t,n,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",s.className="persona-host",s.style.height="100%",s.style.minHeight="0",s.style.display="flex",s.style.flexDirection="column",s.style.flex="1 1 auto",i.reveal==="overlay"){e.style.display="flex",e.style.flexDirection="row",e.style.alignItems="stretch",e.style.overflow="hidden",e.dataset.personaDockReveal="overlay",ec(r),Ql(n),tc(t),Hs(s,n);let c=i.animate?"transform 180ms ease":"none",u=i.side==="right"?"translateX(100%)":"translateX(-100%)",p=a?"translateX(0)":u;n.style.display="flex",n.style.flexDirection="column",n.style.flex="none",n.style.position="absolute",n.style.top="0",n.style.bottom="0",n.style.width=i.width,n.style.maxWidth=i.width,n.style.minWidth=i.width,n.style.minHeight="0",n.style.overflow="hidden",n.style.transition=c,n.style.transform=p,n.style.pointerEvents=a?"auto":"none",n.style.zIndex="2",i.side==="right"?(n.style.right="0",n.style.left=""):(n.style.left="0",n.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",Ql(n),Zl(n),Hs(s,n);let c=rp(i.width,e.clientWidth),u=Math.max(0,e.clientWidth),p=i.animate?"transform 180ms ease":"none",f=i.side==="right"?a?`translateX(-${c}px)`:"translateX(0)":a?"translateX(0)":`translateX(-${c}px)`;r.style.display="flex",r.style.flexDirection="row",r.style.flex="0 0 auto",r.style.minHeight="0",r.style.minWidth="0",r.style.alignItems="stretch",r.style.height="100%",r.style.width=`${u+c}px`,r.style.transition=p,r.style.transform=f,t.style.flex="0 0 auto",t.style.flexGrow="0",t.style.flexShrink="0",t.style.width=`${u}px`,t.style.maxWidth=`${u}px`,t.style.minWidth=`${u}px`,n.style.display="flex",n.style.flexDirection="column",n.style.flex="0 0 auto",n.style.flexShrink="0",n.style.width=i.width,n.style.minWidth=i.width,n.style.maxWidth=i.width,n.style.position="relative",n.style.overflow="hidden",n.style.transition="none",n.style.pointerEvents=a?"auto":"none"}else{e.style.display="flex",e.style.flexDirection="row",e.style.alignItems="stretch",e.style.overflow="",ec(r),Zl(n),tc(t),Hs(s,n);let c=i.reveal==="emerge";c?e.dataset.personaDockReveal="emerge":e.removeAttribute("data-persona-dock-reveal");let u=a?i.width:"0px",p=i.animate?"width 180ms ease, min-width 180ms ease, max-width 180ms ease, flex-basis 180ms ease":"none",f=!a;n.style.display="flex",n.style.flexDirection="column",n.style.flex=`0 0 ${u}`,n.style.width=u,n.style.maxWidth=u,n.style.minWidth=u,n.style.minHeight="0",n.style.position="relative",n.style.overflow=c||f?"hidden":"visible",n.style.transition=p,c&&(n.style.alignItems=i.side==="right"?"flex-start":"flex-end",s.style.width=i.width,s.style.minWidth=i.width,s.style.maxWidth=i.width,s.style.boxSizing="border-box")}},ap=(e,r)=>{let t=e.ownerDocument.createElement("div");return Xl(t,r),e.appendChild(t),{mode:"direct",host:t,shell:null,syncWidgetState:()=>{},updateConfig(n){Xl(t,n)},destroy(){t.remove()}}},ip=(e,r)=>{var A,v,T,j;let{ownerDocument:t}=e,n=e.parentElement;if(!n)throw new Error("Docked widget target must be attached to the DOM");let s=e.tagName.toUpperCase();if(s==="BODY"||s==="HTML")throw new Error('Docked widget target must be a concrete container element, not "body" or "html"');let o=e.nextSibling,a=t.createElement("div"),i=t.createElement("div"),d=t.createElement("div"),c=t.createElement("aside"),u=t.createElement("div"),p=(v=(A=r==null?void 0:r.launcher)==null?void 0:A.enabled)==null||v?(j=(T=r==null?void 0:r.launcher)==null?void 0:T.autoExpand)!=null?j:!1:!0;i.dataset.personaDockRole="push-track",d.dataset.personaDockRole="content",c.dataset.personaDockRole="panel",u.dataset.personaDockRole="host",c.appendChild(u),n.insertBefore(a,e),d.appendChild(e);let f=null,m=()=>{f==null||f.disconnect(),f=null},x=()=>{m(),hn(r).reveal==="push"&&typeof ResizeObserver!="undefined"&&(f=new ResizeObserver(()=>{nc(a,i,d,c,u,r,p)}),f.observe(a))},b=()=>{nc(a,i,d,c,u,r,p),x()};return hn(r).reveal==="push"?(i.appendChild(d),i.appendChild(c),a.appendChild(i)):(a.appendChild(d),a.appendChild(c)),b(),{mode:"docked",host:u,shell:a,syncWidgetState(w){let I=w.launcherEnabled?w.open:!0;p!==I&&(p=I,b())},updateConfig(w){var I,R;r=w,((R=(I=r==null?void 0:r.launcher)==null?void 0:I.enabled)!=null?R:!0)===!1&&(p=!0),b()},destroy(){m(),n.isConnected&&(o&&o.parentNode===n?n.insertBefore(e,o):n.appendChild(e)),a.remove()}}},Jo=(e,r)=>zt(r)?ip(e,r):ap(e,r);var Bs={},lp=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 r=document.querySelector(e);if(!r)throw new Error(`Chat widget target "${e}" was not found`);return r}return e},cp=()=>{try{if(typeof Bs!="undefined"&&Bs.url)return new URL("../widget.css",Bs.url).href}catch{}return null},rc=(e,r)=>{let t=cp(),n=()=>{if(!(e instanceof ShadowRoot)||e.querySelector("link[data-persona]"))return;let s=r.head.querySelector("link[data-persona]");if(!s)return;let o=s.cloneNode(!0);e.insertBefore(o,e.firstChild)};if(e instanceof ShadowRoot)if(t){let s=r.createElement("link");s.rel="stylesheet",s.href=t,s.setAttribute("data-persona","true"),e.insertBefore(s,e.firstChild)}else n();else if(!r.head.querySelector("link[data-persona]")&&t){let o=r.createElement("link");o.rel="stylesheet",o.href=t,o.setAttribute("data-persona","true"),r.head.appendChild(o)}},oc=e=>{var A;let r=lp(e.target),t=e.useShadowDom===!0,n=r.ownerDocument,s=e.config,o=Jo(r,s),a,i=[],d=(v,T)=>{var R,D;let w=!((D=(R=T==null?void 0:T.launcher)==null?void 0:R.enabled)!=null?D:!0)||zt(T),I=n.createElement("div");if(I.id="persona-root",w&&(I.style.height="100%",I.style.display="flex",I.style.flexDirection="column",I.style.flex="1",I.style.minHeight="0"),t){let V=v.attachShadow({mode:"open"});V.appendChild(I),rc(V,n)}else v.appendChild(I),rc(v,n);return r.id&&I.setAttribute("data-persona-instance",r.id),I},c=()=>{o.syncWidgetState(a.getState())},u=()=>{i.forEach(v=>v()),i=[a.on("widget:opened",c),a.on("widget:closed",c)],c()},p=()=>{let v=d(o.host,s);a=Rs(v,s,{debugTools:e.debugTools}),u()},f=()=>{i.forEach(v=>v()),i=[],a.destroy()};p(),(A=e.onReady)==null||A.call(e);let m=v=>{f(),o.destroy(),o=Jo(r,v),s=v,p()},x={update(v){var I,R,D,V,ve,le;let T={...s,...v,launcher:{...(I=s==null?void 0:s.launcher)!=null?I:{},...(R=v==null?void 0:v.launcher)!=null?R:{},dock:{...(V=(D=s==null?void 0:s.launcher)==null?void 0:D.dock)!=null?V:{},...(le=(ve=v==null?void 0:v.launcher)==null?void 0:ve.dock)!=null?le:{}}}},j=zt(s),w=zt(T);if(j!==w){m(T);return}s=T,o.updateConfig(s),a.update(v),c()},destroy(){f(),o.destroy(),e.windowKey&&typeof window!="undefined"&&delete window[e.windowKey]}},b=new Proxy(x,{get(v,T,j){if(T==="host")return o.host;if(T in v)return Reflect.get(v,T,j);let w=a[T];return typeof w=="function"?w.bind(a):w}});return e.windowKey&&typeof window!="undefined"&&(window[e.windowKey]=b),b};var cc=new Set(["script","style","noscript","svg","path","meta","link","br","hr"]),dp=new Set(["button","a","input","select","textarea","details","summary"]),pp=new Set(["button","link","menuitem","tab","option","switch","checkbox","radio","combobox","listbox","slider","spinbutton","textbox"]),Ds=/\b(product|card|item|listing|result)\b/i,Os=/\$[\d,]+(?:\.\d{2})?|€[\d,]+(?:\.\d{2})?|£[\d,]+(?:\.\d{2})?|USD\s*[\d,]+(?:\.\d{2})?/i,up=3e3,gp=100;function dc(e){let r=typeof e.className=="string"?e.className:"";if(Ds.test(r)||e.id&&Ds.test(e.id))return!0;for(let t=0;t<e.attributes.length;t++){let n=e.attributes[t];if(n.name.startsWith("data-")&&Ds.test(n.value))return!0}return!1}function pc(e){var r;return Os.test(((r=e.textContent)!=null?r:"").trim())}function uc(e){var t;let r=e.querySelectorAll("a[href]");for(let n=0;n<r.length;n++){let s=(t=r[n].getAttribute("href"))!=null?t:"";if(s&&s!=="#"&&!s.toLowerCase().startsWith("javascript:"))return!0}return!1}function mp(e){return!!e.querySelector('button, [role="button"], input[type="submit"], input[type="button"]')}function sc(e){let r=e.match(Os);return r?r[0]:null}function ac(e){var n,s,o;let r=(n=e.querySelector(".product-title a, h1 a, h2 a, h3 a, h4 a, .title a, a[href]"))!=null?n:e.querySelector("a[href]");if(r&&((s=r.textContent)!=null&&s.trim())){let a=r.getAttribute("href");return{title:r.textContent.trim(),href:a&&a!=="#"?a:null}}let t=e.querySelector("h1, h2, h3, h4, h5, h6");return(o=t==null?void 0:t.textContent)!=null&&o.trim()?{title:t.textContent.trim(),href:null}:{title:"",href:null}}function fp(e){let r=[],t=n=>{let s=n.trim();s&&!r.includes(s)&&r.push(s)};return e.querySelectorAll("button").forEach(n=>{var s;return t((s=n.textContent)!=null?s:"")}),e.querySelectorAll('[role="button"]').forEach(n=>{var s;return t((s=n.textContent)!=null?s:"")}),e.querySelectorAll('input[type="submit"], input[type="button"]').forEach(n=>{var s;t((s=n.value)!=null?s:"")}),r.slice(0,6)}var hp="commerce-card",yp="result-card";function ic(e){return!dc(e)||!pc(e)||!uc(e)&&!mp(e)?0:5200}function lc(e){var n;return!dc(e)||pc(e)||!uc(e)||((n=e.textContent)!=null?n:"").trim().length<20||!(!!e.querySelector("h1, h2, h3, h4, h5, h6, .title")||!!e.querySelector(".snippet, .description, p"))?0:2800}var gc=[{id:hp,scoreElement(e){return ic(e)},shouldSuppressDescendant(e,r,t){if(r===e||!e.contains(r))return!1;if(t.interactivity==="static"){let n=t.text.trim();return!!(n.length===0||Os.test(n)&&n.length<32)}return!0},formatSummary(e,r){var d,c,u;if(ic(e)===0)return null;let{title:t,href:n}=ac(e),s=(u=(c=sc(((d=e.textContent)!=null?d:"").trim()))!=null?c:sc(r.text))!=null?u:"",o=fp(e);return[n&&t?`[${t}](${n})${s?` \u2014 ${s}`:""}`:t?`${t}${s?` \u2014 ${s}`:""}`:s||r.text.trim().slice(0,120),`selector: ${r.selector}`,o.length?`actions: ${o.join(", ")}`:""].filter(Boolean).join(`
|
|
96
|
-
`)}},{id:
|
|
97
|
-
`)}}];function
|
|
95
|
+
`}if(!A&&!l){let Qt="max-height: -moz-available !important; max-height: stretch !important;",dn=g?"":"padding-top: 1.25em !important;";se.style.cssText+=Qt+dn}};Jn(),or(e,n),jo(e,n),zo(e,n);let bt=[];tn&&bt.push(()=>{tn==null||tn.disconnect(),tn=null}),bt.push(()=>{sn==null||sn(),sn=null,ir(),pt&&(pt.remove(),pt=null),Xe==null||Xe.element.style.removeProperty("width"),Xe==null||Xe.element.style.removeProperty("maxWidth")}),Ce&&bt.push(()=>{fe!==null&&(cancelAnimationFrame(fe),fe=null),V==null||V.destroy(),V=null,J==null||J.destroy(),J=null,ce=null});let Cn=null,Pr=()=>{Cn&&(Cn(),Cn=null),n.colorScheme==="auto"&&(Cn=ms(()=>{or(e,n)}))};Pr(),bt.push(()=>{Cn&&(Cn(),Cn=null)});let On=Fl(Qe),wn=null,D,Fn=!1,$n=El(),Ir=0,Ln=!0,Kn=0,Wr=0,Pn=null,In=!1,lr=0,cr=!1,lo=125,co=2e3,po=5,Rr=50,dr=new Map,qe={active:!1,manuallyDeactivated:!1,lastUserMessageWasVoice:!1,lastUserMessageId:null},Hr=(oa=(ra=n.voiceRecognition)==null?void 0:ra.autoResume)!=null?oa:!1,an=l=>{o.emit("voice:state",{active:qe.active,source:l,timestamp:Date.now()})},Gt=()=>{p(l=>({...l,voiceState:{active:qe.active,timestamp:Date.now(),manuallyDeactivated:qe.manuallyDeactivated}}))},uo=()=>{var A,k;if(((A=n.voiceRecognition)==null?void 0:A.enabled)===!1)return;let l=Rs(i.voiceState),g=!!l.active,y=Number((k=l.timestamp)!=null?k:0);qe.manuallyDeactivated=!!l.manuallyDeactivated,g&&Date.now()-y<Qd&&setTimeout(()=>{var I,L;qe.active||(qe.manuallyDeactivated=!1,((L=(I=n.voiceRecognition)==null?void 0:I.provider)==null?void 0:L.type)==="runtype"?D.toggleVoice().then(()=>{qe.active=D.isVoiceActive(),an("restore"),D.isVoiceActive()&&_n()}):Zn("restore"))},1e3)},go=()=>D?Ql(D.getMessages()).filter(l=>!l.__skipPersist):[];function Br(l){if(!(a!=null&&a.save))return;let y={messages:l?Ql(l):D?go():[],metadata:i};try{let A=a.save(y);A instanceof Promise&&A.catch(k=>{typeof console!="undefined"&&console.error("[AgentWidget] Failed to persist state:",k)})}catch(A){typeof console!="undefined"&&console.error("[AgentWidget] Failed to persist state:",A)}}let Yn=(l=!1)=>{if(!Ln)return;let g=Date.now();In&&g<lr&&!l||(In&&g>=lr&&(In=!1),!(!l&&!Fn)&&(g-Wr<lo||(Wr=g,Pn&&cancelAnimationFrame(Pn),Pn=requestAnimationFrame(()=>{In||!Ln||(cr=!0,te.scrollTop=te.scrollHeight,Kn=te.scrollTop,requestAnimationFrame(()=>{cr=!1}),Pn=null)}))))},Wn=null,mo=()=>se.querySelector("#persona-scroll-container")||te,fo=(l,g=500)=>{let y=l.scrollTop,A=l.clientHeight,k=l.scrollHeight,I=k-y;if(y+A>=k-2||Math.abs(I)<5)return;Wn!==null&&(cancelAnimationFrame(Wn),Wn=null);let j=performance.now(),O=he=>1-Math.pow(1-he,3),oe=he=>{let Se=l.scrollHeight;Se!==k&&(k=Se,I=k-y);let Re=he-j,Le=Math.min(Re/g,1),B=O(Le),Pe=y+I*B;l.scrollTop=Pe,Le<1?Wn=requestAnimationFrame(oe):(l.scrollTop=l.scrollHeight,Wn=null)};Wn=requestAnimationFrame(oe)},ho=l=>{let g=new Map;l.forEach(y=>{let A=dr.get(y.id);g.set(y.id,{streaming:y.streaming,role:y.role}),!A&&y.role==="assistant"&&o.emit("assistant:message",y),y.role==="assistant"&&(A!=null&&A.streaming)&&y.streaming===!1&&o.emit("assistant:complete",y),y.variant==="approval"&&y.approval&&(A?y.approval.status!=="pending"&&o.emit("approval:resolved",{approval:y.approval,decision:y.approval.status}):o.emit("approval:requested",{approval:y.approval,message:y}))}),dr.clear(),g.forEach((y,A)=>{dr.set(A,y)})},Gn=(l,g,y)=>{var he,Se,Re,Le;let A=document.createElement("div"),I=(()=>{var Pe;let B=s.find(Ie=>Ie.renderLoadingIndicator);if(B!=null&&B.renderLoadingIndicator)return B.renderLoadingIndicator;if((Pe=n.loadingIndicator)!=null&&Pe.render)return n.loadingIndicator.render})(),L=new Set;g.forEach(B=>{var ge,It;L.add(B.id);let Pe=Al(B,Ir),Ie=Tl($n,B.id,Pe);if(Ie){A.appendChild(Ie.cloneNode(!0));return}let ae=null,He=s.find(lt=>!!(B.variant==="reasoning"&<.renderReasoning||B.variant==="tool"&<.renderToolCall||B.variant==="approval"&<.renderApproval||!B.variant&<.renderMessage)),et=(ge=n.layout)==null?void 0:ge.messages;if(He)if(B.variant==="reasoning"&&B.reasoning&&He.renderReasoning){if(!q)return;ae=He.renderReasoning({message:B,defaultRenderer:()=>ys(B),config:n})}else if(B.variant==="tool"&&B.toolCall&&He.renderToolCall){if(!ee)return;ae=He.renderToolCall({message:B,defaultRenderer:()=>bs(B,n),config:n})}else if(B.variant==="approval"&&B.approval&&He.renderApproval){if(n.approval===!1)return;ae=He.renderApproval({message:B,defaultRenderer:()=>xs(B,n),config:n})}else He.renderMessage&&(ae=He.renderMessage({message:B,defaultRenderer:()=>{let lt=so(B,y,et,n.messageActions,ut,{loadingIndicatorRenderer:I,widgetConfig:n});return B.role!=="user"&&ws(lt,B,n,D),lt},config:n}));if(!ae&&B.role==="assistant"&&!B.variant&&n.enableComponentStreaming!==!1&&Ls(B)){let Zt=Ps(B);if(Zt){let Ut=ks(Zt,{config:n,message:B,transform:y});if(Ut)if(n.wrapComponentDirectiveInBubble!==!1){let Nt=document.createElement("div");if(Nt.className=["vanilla-message-bubble","persona-max-w-[85%]","persona-rounded-2xl","persona-bg-persona-surface","persona-border","persona-border-persona-message-border","persona-p-4"].join(" "),Nt.id=`bubble-${B.id}`,Nt.setAttribute("data-message-id",B.id),B.content&&B.content.trim()){let cn=document.createElement("div");cn.className="persona-mb-3 persona-text-sm persona-leading-relaxed",cn.innerHTML=y({text:B.content,message:B,streaming:!!B.streaming,raw:B.rawContent}),Nt.appendChild(cn)}Nt.appendChild(Ut),ae=Nt}else{let Nt=document.createElement("div");if(Nt.className="persona-flex persona-flex-col persona-w-full persona-max-w-full persona-gap-3 persona-items-stretch",Nt.id=`bubble-${B.id}`,Nt.setAttribute("data-message-id",B.id),Nt.setAttribute("data-persona-component-directive","true"),B.content&&B.content.trim()){let cn=document.createElement("div");cn.className="persona-text-sm persona-leading-relaxed persona-text-persona-primary persona-w-full",cn.innerHTML=y({text:B.content,message:B,streaming:!!B.streaming,raw:B.rawContent}),Nt.appendChild(cn)}Nt.appendChild(Ut),ae=Nt}}}if(!ae)if(B.variant==="reasoning"&&B.reasoning){if(!q)return;ae=ys(B)}else if(B.variant==="tool"&&B.toolCall){if(!ee)return;ae=bs(B,n)}else if(B.variant==="approval"&&B.approval){if(n.approval===!1)return;ae=xs(B,n)}else{let lt=(It=n.layout)==null?void 0:It.messages;lt!=null&<.renderUserMessage&&B.role==="user"?ae=lt.renderUserMessage({message:B,config:n,streaming:!!B.streaming}):lt!=null&<.renderAssistantMessage&&B.role==="assistant"?ae=lt.renderAssistantMessage({message:B,config:n,streaming:!!B.streaming}):ae=so(B,y,lt,n.messageActions,ut,{loadingIndicatorRenderer:I,widgetConfig:n}),B.role!=="user"&&ae&&ws(ae,B,n,D)}let Je=document.createElement("div");Je.className="persona-flex",Je.id=`wrapper-${B.id}`,Je.setAttribute("data-wrapper-id",B.id),B.role==="user"&&Je.classList.add("persona-justify-end"),(ae==null?void 0:ae.getAttribute("data-persona-component-directive"))==="true"&&Je.classList.add("persona-w-full"),Je.appendChild(ae),Ml($n,B.id,Pe,Je),A.appendChild(Je)}),kl($n,L);let j=g.some(B=>B.role==="assistant"&&B.streaming),O=g[g.length-1],oe=(O==null?void 0:O.role)==="assistant"&&!O.streaming&&O.variant!=="approval";if(Fn&&g.some(B=>B.role==="user")&&!j&&!oe){let B={config:n,streaming:!0,location:"standalone",defaultRenderer:Cr},Pe=s.find(ae=>ae.renderLoadingIndicator),Ie=null;if(Pe!=null&&Pe.renderLoadingIndicator&&(Ie=Pe.renderLoadingIndicator(B)),Ie===null&&((he=n.loadingIndicator)!=null&&he.render)&&(Ie=n.loadingIndicator.render(B)),Ie===null&&(Ie=Cr()),Ie){let ae=document.createElement("div"),He=((Se=n.loadingIndicator)==null?void 0:Se.showBubble)!==!1;ae.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-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(" "),ae.setAttribute("data-typing-indicator","true"),ae.appendChild(Ie);let et=document.createElement("div");et.className="persona-flex",et.id="wrapper-typing-indicator",et.setAttribute("data-wrapper-id","typing-indicator"),et.appendChild(ae),A.appendChild(et)}}if(!Fn&&g.length>0){let B=g[g.length-1],Pe={config:n,lastMessage:B,messageCount:g.length},Ie=s.find(He=>He.renderIdleIndicator),ae=null;if(Ie!=null&&Ie.renderIdleIndicator&&(ae=Ie.renderIdleIndicator(Pe)),ae===null&&((Re=n.loadingIndicator)!=null&&Re.renderIdle)&&(ae=n.loadingIndicator.renderIdle(Pe)),ae){let He=document.createElement("div"),et=((Le=n.loadingIndicator)==null?void 0:Le.showBubble)!==!1;He.className=et?["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(ae);let Je=document.createElement("div");Je.className="persona-flex",Je.id="wrapper-idle-indicator",Je.setAttribute("data-wrapper-id","idle-indicator"),Je.appendChild(He),A.appendChild(Je)}}Sl(l,A),requestAnimationFrame(()=>{requestAnimationFrame(()=>{let B=mo();fo(B)})})},Xn=()=>{var O,oe,he,Se,Re;if(!b)return;let l=zt(n),g=(O=e.ownerDocument.defaultView)!=null?O:window,y=(he=(oe=n.launcher)==null?void 0:oe.mobileBreakpoint)!=null?he:640,A=(Re=(Se=n.launcher)==null?void 0:Se.mobileFullscreen)!=null?Re:!0,k=g.innerWidth<=y,I=A&&k&&b,L=hn(n).reveal;W?(se.style.removeProperty("display"),se.style.display=l?"flex":"",se.classList.remove("persona-pointer-events-none","persona-opacity-0"),re.classList.remove("persona-scale-95","persona-opacity-0"),re.classList.add("persona-scale-100","persona-opacity-100"),Te?Te.element.style.display="none":Fe&&(Fe.style.display="none")):(l?l&&(L==="overlay"||L==="push")&&!I?(se.style.removeProperty("display"),se.style.display="flex",se.classList.remove("persona-pointer-events-none","persona-opacity-0"),re.classList.remove("persona-scale-100","persona-opacity-100","persona-scale-95","persona-opacity-0")):(se.style.setProperty("display","none","important"),se.classList.remove("persona-pointer-events-none","persona-opacity-0"),re.classList.remove("persona-scale-100","persona-opacity-100","persona-scale-95","persona-opacity-0")):(se.style.display="",se.classList.add("persona-pointer-events-none","persona-opacity-0"),re.classList.remove("persona-scale-100","persona-opacity-100"),re.classList.add("persona-scale-95","persona-opacity-0")),Te?Te.element.style.display=l?"none":"":Fe&&(Fe.style.display=l?"none":""))},mt=(l,g="user")=>{if(!b||W===l)return;let y=W;W=l,Xn(),W&&(xt(),Yn(!0));let A={open:W,source:g,timestamp:Date.now()};W&&!y?o.emit("widget:opened",A):!W&&y&&o.emit("widget:closed",A),o.emit("widget:state",{open:W,launcherEnabled:b,voiceActive:qe.active,streaming:D.isStreaming()})},pr=l=>{Y.disabled=l,N&&(N.disabled=l),On.buttons.forEach(g=>{g.disabled=l}),nt.dataset.personaComposerStreaming=l?"true":"false",nt.querySelectorAll("[data-persona-composer-disable-when-streaming]").forEach(g=>{(g instanceof HTMLButtonElement||g instanceof HTMLInputElement||g instanceof HTMLTextAreaElement||g instanceof HTMLSelectElement)&&(g.disabled=l)})},ur=()=>{qe.active||G&&G.focus()};o.on("widget:opened",()=>{n.autoFocusInput&&setTimeout(()=>ur(),200)});let Dr=()=>{var g,y,A,k,I,L,j,O,oe,he;Mt.textContent=(y=(g=n.copy)==null?void 0:g.welcomeTitle)!=null?y:"Hello \u{1F44B}",qt.textContent=(k=(A=n.copy)==null?void 0:A.welcomeSubtitle)!=null?k:"Ask anything about your account or products.",G.placeholder=(L=(I=n.copy)==null?void 0:I.inputPlaceholder)!=null?L:"How can I help...",(O=(j=n.sendButton)==null?void 0:j.useIcon)!=null&&O||(Y.textContent=(he=(oe=n.copy)==null?void 0:oe.sendButtonLabel)!=null?he:"Send"),G.style.fontFamily='var(--persona-input-font-family, var(--persona-font-family, -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", Arial, sans-serif))',G.style.fontWeight="var(--persona-input-font-weight, var(--persona-font-weight, 400))"};if(n.clientToken&&(n={...n,getStoredSessionId:()=>{let l=i.sessionId;return typeof l=="string"?l:null},setStoredSessionId:l=>{p(g=>({...g,sessionId:l}))}}),D=new Zr(n,{onMessagesChanged(l){Gn(de,l,le),D&&(l.some(k=>k.role==="user")?On.render([],D,G,l):On.render(n.suggestionChips,D,G,l,n.suggestionChipsConfig)),Yn(!Fn),ho(l);let g=[...l].reverse().find(A=>A.role==="user"),y=qe.lastUserMessageId;g&&g.id!==y&&(qe.lastUserMessageId=g.id,o.emit("user:message",g)),qe.lastUserMessageWasVoice=!!(g!=null&&g.viaVoice),Br(l)},onStatusChanged(l){var A;let g=(A=n.statusIndicator)!=null?A:{},y=k=>{var I,L,j,O;return k==="idle"?(I=g.idleText)!=null?I:Vt.idle:k==="connecting"?(L=g.connectingText)!=null?L:Vt.connecting:k==="connected"?(j=g.connectedText)!=null?j:Vt.connected:k==="error"?(O=g.errorText)!=null?O:Vt.error:Vt[k]};je.textContent=y(l)},onStreamingChanged(l){Fn=l,pr(l),D&&Gn(de,D.getMessages(),le),l||Yn(!0)},onVoiceStatusChanged(l){var g,y;if(((y=(g=n.voiceRecognition)==null?void 0:g.provider)==null?void 0:y.type)==="runtype")switch(l){case"listening":break;case"processing":mn(),bo();break;case"speaking":mn(),xo();break;default:l==="idle"&&D.isBargeInActive()?(mn(),_n(),N==null||N.setAttribute("aria-label","End voice session")):(qe.active=!1,mn(),an("system"),Gt());break}},onArtifactsState(l){un=l,vn()}}),Mn.current=D,((aa=(sa=n.voiceRecognition)==null?void 0:sa.provider)==null?void 0:aa.type)==="runtype")try{D.setupVoice()}catch(l){typeof console!="undefined"&&console.warn("[AgentWidget] Runtype voice setup failed:",l)}n.clientToken&&D.initClientSession().catch(l=>{n.debug&&console.warn("[AgentWidget] Pre-init client session failed:",l)}),J&&D.setSSEEventCallback((l,g)=>{J==null||J.push({id:`evt-${Date.now()}-${Math.random().toString(36).slice(2,8)}`,type:l,timestamp:Date.now(),payload:JSON.stringify(g)})}),d&&d.then(l=>{var g;l&&(l.metadata&&(i=Rs(l.metadata),x.syncFromMetadata()),(g=l.messages)!=null&&g.length&&D.hydrateMessages(l.messages))}).catch(l=>{typeof console!="undefined"&&console.error("[AgentWidget] Failed to hydrate stored state:",l)});let Nr=l=>{var k;l.preventDefault();let g=G.value.trim(),y=(k=Ee==null?void 0:Ee.hasAttachments())!=null?k:!1;if(!g&&!y)return;let A;y&&(A=[],A.push(...Ee.getContentParts()),g&&A.push(ds(g))),G.value="",G.style.height="auto",D.sendMessage(g,{contentParts:A}),y&&Ee.clearAttachments()},Or=l=>{l.key==="Enter"&&!l.shiftKey&&(l.preventDefault(),Y.click())},Fr=async l=>{var y;if(((y=n.attachments)==null?void 0:y.enabled)!==!0||!Ee)return;let g=tp(l.clipboardData);g.length!==0&&(l.preventDefault(),await Ee.handleFiles(g))},Jt=null,nn=!1,Rn=null,De=null,$r=()=>typeof window=="undefined"?null:window.webkitSpeechRecognition||window.SpeechRecognition||null,Zn=(l="user")=>{var I,L,j,O,oe,he,Se,Re;if(nn||D.isStreaming())return;let g=$r();if(!g)return;Jt=new g;let A=(L=((I=n.voiceRecognition)!=null?I:{}).pauseDuration)!=null?L:2e3;Jt.continuous=!0,Jt.interimResults=!0,Jt.lang="en-US";let k=G.value;Jt.onresult=Le=>{let B="",Pe="";for(let ae=0;ae<Le.results.length;ae++){let He=Le.results[ae],et=He[0].transcript;He.isFinal?B+=et+" ":Pe=et}let Ie=k+B+Pe;G.value=Ie,Rn&&clearTimeout(Rn),(B||Pe)&&(Rn=window.setTimeout(()=>{let ae=G.value.trim();ae&&Jt&&nn&&(gn(),G.value="",G.style.height="auto",D.sendMessage(ae,{viaVoice:!0}))},A))},Jt.onerror=Le=>{Le.error!=="no-speech"&&gn()},Jt.onend=()=>{if(nn){let Le=G.value.trim();Le&&Le!==k.trim()&&(G.value="",G.style.height="auto",D.sendMessage(Le,{viaVoice:!0})),gn()}};try{if(Jt.start(),nn=!0,qe.active=!0,l!=="system"&&(qe.manuallyDeactivated=!1),an(l),Gt(),N){let Le=(j=n.voiceRecognition)!=null?j:{};De={backgroundColor:N.style.backgroundColor,color:N.style.color,borderColor:N.style.borderColor,iconName:(O=Le.iconName)!=null?O:"mic",iconSize:parseFloat((Se=(he=Le.iconSize)!=null?he:(oe=n.sendButton)==null?void 0:oe.size)!=null?Se:"40")||24};let B=(Re=Le.recordingBackgroundColor)!=null?Re:"#ef4444",Pe=Le.recordingIconColor,Ie=Le.recordingBorderColor;if(N.classList.add("persona-voice-recording"),N.style.backgroundColor=B,Pe){N.style.color=Pe;let ae=N.querySelector("svg");ae&&ae.setAttribute("stroke",Pe)}Ie&&(N.style.borderColor=Ie),N.setAttribute("aria-label","Stop voice recognition")}}catch{gn("system")}},gn=(l="user")=>{if(nn){if(nn=!1,Rn&&(clearTimeout(Rn),Rn=null),Jt){try{Jt.stop()}catch{}Jt=null}if(qe.active=!1,an(l),Gt(),N){if(N.classList.remove("persona-voice-recording"),De){N.style.backgroundColor=De.backgroundColor,N.style.color=De.color,N.style.borderColor=De.borderColor;let g=N.querySelector("svg");g&&g.setAttribute("stroke",De.color||"currentColor"),De=null}N.setAttribute("aria-label","Start voice recognition")}}},yo=(l,g)=>{var ae,He,et,Je,ge,It,lt,Zt;let y=typeof window!="undefined"&&(typeof window.webkitSpeechRecognition!="undefined"||typeof window.SpeechRecognition!="undefined"),A=((ae=l==null?void 0:l.provider)==null?void 0:ae.type)==="runtype";if(!(y||A))return null;let I=h("div","persona-send-button-wrapper"),L=h("button","persona-rounded-button persona-flex persona-items-center persona-justify-center disabled:persona-opacity-50 persona-cursor-pointer");L.type="button",L.setAttribute("aria-label","Start voice recognition");let j=(He=l==null?void 0:l.iconName)!=null?He:"mic",O=(et=g==null?void 0:g.size)!=null?et:"40px",oe=(Je=l==null?void 0:l.iconSize)!=null?Je:O,he=parseFloat(oe)||24,Se=(ge=l==null?void 0:l.backgroundColor)!=null?ge:g==null?void 0:g.backgroundColor,Re=(It=l==null?void 0:l.iconColor)!=null?It:g==null?void 0:g.textColor;L.style.width=oe,L.style.height=oe,L.style.minWidth=oe,L.style.minHeight=oe,L.style.fontSize="18px",L.style.lineHeight="1";let Le=Re||"currentColor",B=me(j,he,Le,1.5);B?(L.appendChild(B),L.style.color=Le):(L.textContent="\u{1F3A4}",L.style.color=Le),Se?L.style.backgroundColor=Se:L.classList.add("persona-bg-persona-primary"),Re?L.style.color=Re:!Re&&!(g!=null&&g.textColor)&&L.classList.add("persona-text-white"),l!=null&&l.borderWidth&&(L.style.borderWidth=l.borderWidth,L.style.borderStyle="solid"),l!=null&&l.borderColor&&(L.style.borderColor=l.borderColor),l!=null&&l.paddingX&&(L.style.paddingLeft=l.paddingX,L.style.paddingRight=l.paddingX),l!=null&&l.paddingY&&(L.style.paddingTop=l.paddingY,L.style.paddingBottom=l.paddingY),I.appendChild(L);let Pe=(lt=l==null?void 0:l.tooltipText)!=null?lt:"Start voice recognition";if(((Zt=l==null?void 0:l.showTooltip)!=null?Zt:!1)&&Pe){let Ut=h("div","persona-send-button-tooltip");Ut.textContent=Pe,I.appendChild(Ut)}return{micButton:L,micButtonWrapper:I}},gr=()=>{var g,y,A,k,I;if(!N||De)return;let l=(g=n.voiceRecognition)!=null?g:{};De={backgroundColor:N.style.backgroundColor,color:N.style.color,borderColor:N.style.borderColor,iconName:(y=l.iconName)!=null?y:"mic",iconSize:parseFloat((I=(k=l.iconSize)!=null?k:(A=n.sendButton)==null?void 0:A.size)!=null?I:"40")||24}},mr=(l,g)=>{var I,L,j,O,oe;if(!N)return;let y=N.querySelector("svg");y&&y.remove();let A=(oe=De==null?void 0:De.iconSize)!=null?oe:parseFloat((O=(j=(I=n.voiceRecognition)==null?void 0:I.iconSize)!=null?j:(L=n.sendButton)==null?void 0:L.size)!=null?O:"40")||24,k=me(l,A,g,1.5);k&&N.appendChild(k)},Qn=()=>{N&&N.classList.remove("persona-voice-recording","persona-voice-processing","persona-voice-speaking")},_n=()=>{var k,I;if(!N)return;gr();let l=(k=n.voiceRecognition)!=null?k:{},g=(I=l.recordingBackgroundColor)!=null?I:"#ef4444",y=l.recordingIconColor,A=l.recordingBorderColor;if(Qn(),N.classList.add("persona-voice-recording"),N.style.backgroundColor=g,y){N.style.color=y;let L=N.querySelector("svg");L&&L.setAttribute("stroke",y)}A&&(N.style.borderColor=A),N.setAttribute("aria-label","Stop voice recognition")},bo=()=>{var j,O,oe,he,Se,Re,Le,B;if(!N)return;gr();let l=(j=n.voiceRecognition)!=null?j:{},g=D.getVoiceInterruptionMode(),y=(O=l.processingIconName)!=null?O:"loader",A=(he=(oe=l.processingIconColor)!=null?oe:De==null?void 0:De.color)!=null?he:"",k=(Re=(Se=l.processingBackgroundColor)!=null?Se:De==null?void 0:De.backgroundColor)!=null?Re:"",I=(B=(Le=l.processingBorderColor)!=null?Le:De==null?void 0:De.borderColor)!=null?B:"";Qn(),N.classList.add("persona-voice-processing"),N.style.backgroundColor=k,N.style.borderColor=I;let L=A||"currentColor";N.style.color=L,mr(y,L),N.setAttribute("aria-label","Processing voice input"),g==="none"&&(N.style.cursor="default")},xo=()=>{var oe,he,Se,Re,Le,B,Pe,Ie,ae,He,et,Je;if(!N)return;gr();let l=(oe=n.voiceRecognition)!=null?oe:{},g=D.getVoiceInterruptionMode(),y=g==="cancel"?"square":g==="barge-in"?"mic":"volume-2",A=(he=l.speakingIconName)!=null?he:y,k=(B=l.speakingIconColor)!=null?B:g==="barge-in"?(Re=(Se=l.recordingIconColor)!=null?Se:De==null?void 0:De.color)!=null?Re:"":(Le=De==null?void 0:De.color)!=null?Le:"",I=(ae=l.speakingBackgroundColor)!=null?ae:g==="barge-in"?(Pe=l.recordingBackgroundColor)!=null?Pe:"#ef4444":(Ie=De==null?void 0:De.backgroundColor)!=null?Ie:"",L=(Je=l.speakingBorderColor)!=null?Je:g==="barge-in"?(He=l.recordingBorderColor)!=null?He:"":(et=De==null?void 0:De.borderColor)!=null?et:"";Qn(),N.classList.add("persona-voice-speaking"),N.style.backgroundColor=I,N.style.borderColor=L;let j=k||"currentColor";N.style.color=j,mr(A,j);let O=g==="cancel"?"Stop playback and re-record":g==="barge-in"?"Speak to interrupt":"Agent is speaking";N.setAttribute("aria-label",O),g==="none"&&(N.style.cursor="default"),g==="barge-in"&&N.classList.add("persona-voice-recording")},mn=()=>{var l,g,y;N&&(Qn(),De&&(N.style.backgroundColor=(l=De.backgroundColor)!=null?l:"",N.style.color=(g=De.color)!=null?g:"",N.style.borderColor=(y=De.borderColor)!=null?y:"",mr(De.iconName,De.color||"currentColor"),De=null),N.style.cursor="",N.setAttribute("aria-label","Start voice recognition"))},er=()=>{var l,g;if(((g=(l=n.voiceRecognition)==null?void 0:l.provider)==null?void 0:g.type)==="runtype"){let y=D.getVoiceStatus(),A=D.getVoiceInterruptionMode();if(A==="none"&&(y==="processing"||y==="speaking"))return;if(A==="cancel"&&(y==="processing"||y==="speaking")){D.stopVoicePlayback();return}if(D.isBargeInActive()){D.stopVoicePlayback(),D.deactivateBargeIn().then(()=>{qe.active=!1,qe.manuallyDeactivated=!0,Gt(),an("user"),mn()});return}D.toggleVoice().then(()=>{qe.active=D.isVoiceActive(),qe.manuallyDeactivated=!D.isVoiceActive(),Gt(),an("user"),D.isVoiceActive()?_n():mn()});return}if(nn){let y=G.value.trim();qe.manuallyDeactivated=!0,Gt(),gn("user"),y&&(G.value="",G.style.height="auto",D.sendMessage(y))}else qe.manuallyDeactivated=!1,Gt(),Zn("user")};st=er,N&&(N.addEventListener("click",er),bt.push(()=>{var l,g;((g=(l=n.voiceRecognition)==null?void 0:l.provider)==null?void 0:g.type)==="runtype"?(D.isVoiceActive()&&D.toggleVoice(),mn()):gn("system"),N&&N.removeEventListener("click",er)}));let vo=o.on("assistant:complete",()=>{Hr&&(qe.active||qe.manuallyDeactivated||Hr==="assistant"&&!qe.lastUserMessageWasVoice||setTimeout(()=>{var l,g;!qe.active&&!qe.manuallyDeactivated&&(((g=(l=n.voiceRecognition)==null?void 0:l.provider)==null?void 0:g.type)==="runtype"?D.toggleVoice().then(()=>{qe.active=D.isVoiceActive(),an("auto"),D.isVoiceActive()&&_n()}):Zn("auto"))},600))});bt.push(vo);let Z=o.on("action:resubmit",()=>{setTimeout(()=>{D&&!D.isStreaming()&&D.continueConversation()},100)});bt.push(Z);let Oe=()=>{mt(!W,"user")},Te=null,Fe=null;if(b){let l=s.find(g=>g.renderLauncher);if(l!=null&&l.renderLauncher){let g=l.renderLauncher({config:n,defaultRenderer:()=>no(n,Oe).element,onToggle:Oe});g&&(Fe=g)}Fe||(Te=no(n,Oe))}Te?e.appendChild(Te.element):Fe&&e.appendChild(Fe),Xn(),On.render(n.suggestionChips,D,G,void 0,n.suggestionChipsConfig),Dr(),pr(D.isStreaming()),Yn(!0),uo(),v&&(b?W&&setTimeout(()=>ur(),200):setTimeout(()=>ur(),0));let xt=()=>{var O,oe,he,Se,Re,Le,B,Pe,Ie,ae,He,et,Je;let l=zt(n),g=(oe=(O=n.launcher)==null?void 0:O.sidebarMode)!=null?oe:!1,y=l||g||((Se=(he=n.launcher)==null?void 0:he.fullHeight)!=null?Se:!1),A=(Re=e.ownerDocument.defaultView)!=null?Re:window,k=(B=(Le=n.launcher)==null?void 0:Le.mobileFullscreen)!=null?B:!0,I=(Ie=(Pe=n.launcher)==null?void 0:Pe.mobileBreakpoint)!=null?Ie:640,L=A.innerWidth<=I,j=k&&L&&b;try{if(j){Jn(),or(e,n);return}if(P&&(P=!1,Jn(),or(e,n)),!b&&!l){re.style.height="",re.style.width="";return}if(!g&&!l){let ge=(He=(ae=n==null?void 0:n.launcher)==null?void 0:ae.width)!=null?He:n==null?void 0:n.launcherWidth,It=ge!=null?ge:"min(400px, calc(100vw - 24px))";re.style.width=It,re.style.maxWidth=It}if(Vn(),!y){let ge=A.innerHeight,It=64,lt=(Je=(et=n.launcher)==null?void 0:et.heightOffset)!=null?Je:0,Zt=Math.max(200,ge-It),Ut=Math.min(640,Zt),Kt=Math.max(200,Ut-lt);re.style.height=`${Kt}px`}}finally{Xn()}};xt();let $t=(ia=e.ownerDocument.defaultView)!=null?ia:window;$t.addEventListener("resize",xt),bt.push(()=>$t.removeEventListener("resize",xt)),Kn=te.scrollTop;let vt=()=>{let l=te.scrollTop,g=te.scrollHeight,y=te.clientHeight,A=g-l-y,k=Math.abs(l-Kn);if(Kn=l,!cr&&!(k<=po)){if(!Ln&&A<Rr){In=!1,Ln=!0;return}Ln&&A>Rr&&(In=!0,lr=Date.now()+co,Ln=!1)}};te.addEventListener("scroll",vt,{passive:!0}),bt.push(()=>te.removeEventListener("scroll",vt)),bt.push(()=>{Pn&&cancelAnimationFrame(Pn)});let C=()=>{ue&&(wn&&(ue.removeEventListener("click",wn),wn=null),b?(ue.style.display="",wn=()=>{mt(!1,"user")},ue.addEventListener("click",wn)):ue.style.display="none")};C(),(()=>{let{clearChatButton:l}=Ue;l&&l.addEventListener("click",()=>{D.clearMessages(),$n.clear();try{localStorage.removeItem(Tr),n.debug&&console.log(`[AgentWidget] Cleared default localStorage key: ${Tr}`)}catch(y){console.error("[AgentWidget] Failed to clear default localStorage:",y)}if(n.clearChatHistoryStorageKey&&n.clearChatHistoryStorageKey!==Tr)try{localStorage.removeItem(n.clearChatHistoryStorageKey),n.debug&&console.log(`[AgentWidget] Cleared custom localStorage key: ${n.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),a!=null&&a.clear)try{let y=a.clear();y instanceof Promise&&y.catch(A=>{typeof console!="undefined"&&console.error("[AgentWidget] Failed to clear storage adapter:",A)})}catch(y){typeof console!="undefined"&&console.error("[AgentWidget] Failed to clear storage adapter:",y)}i={},x.syncFromMetadata(),J==null||J.clear(),V==null||V.update()})})(),Ne&&Ne.addEventListener("submit",Nr),G==null||G.addEventListener("keydown",Or),G==null||G.addEventListener("paste",Fr),bt.push(()=>{Ne&&Ne.removeEventListener("submit",Nr),G==null||G.removeEventListener("keydown",Or),G==null||G.removeEventListener("paste",Fr)}),bt.push(()=>{D.cancel()}),Te?bt.push(()=>{Te==null||Te.destroy()}):Fe&&bt.push(()=>{Fe==null||Fe.remove()});let M={update(l){var ma,fa,ha,ya,ba,xa,va,Ca,wa,Sa,Aa,Ea,Ta,Ma,ka,La,Pa,Ia,Wa,Ra,Ha,Ba,Da,Na,Oa,Fa,$a,_a,ja,za,qa,Ua,Va,Ja,Ka,Ya,Ga,Xa,Za,Qa,ei,ti,ni,ri,oi,si,ai,ii,li,ci,di,pi,ui,gi,mi,fi,hi,yi,bi,xi,vi,Ci,wi,Si,Ai,Ei,Ti,Mi,ki,Li,Pi,Ii,Wi,Ri,Hi,Bi,Di,Ni,Oi,Fi,$i,_i,ji,zi,qi,Ui,Vi,Ji,Ki,Yi,Gi,Xi,Zi,Qi,el;let g=n.toolCall,y=n.messageActions,A=(ma=n.layout)==null?void 0:ma.messages,k=n.colorScheme,I=n.loadingIndicator,L=n.iterationDisplay;n={...n,...l},Jn(),or(e,n),jo(e,n),zo(e,n),vn(),n.colorScheme!==k&&Pr();let j=qo.getForInstance(n.plugins);s.length=0,s.push(...j),b=(ha=(fa=n.launcher)==null?void 0:fa.enabled)!=null?ha:!0,S=(ba=(ya=n.launcher)==null?void 0:ya.autoExpand)!=null?ba:!1,q=(va=(xa=n.features)==null?void 0:xa.showReasoning)!=null?va:!0,ee=(wa=(Ca=n.features)==null?void 0:Ca.showToolCalls)!=null?wa:!0;let O=Ce;if(Ce=(Aa=(Sa=n.features)==null?void 0:Sa.showEventStreamToggle)!=null?Aa:!1,Ce&&!O){if(J||(ce=new io(ye),J=new ao(Q,ce),ce.open().then(()=>J==null?void 0:J.restore()).catch(()=>{}),D.setSSEEventCallback(($,Ge)=>{J.push({id:`evt-${Date.now()}-${Math.random().toString(36).slice(2,8)}`,type:$,timestamp:Date.now(),payload:JSON.stringify(Ge)})})),!pe&&Ve){let $=(Ta=(Ea=n.features)==null?void 0:Ea.eventStream)==null?void 0:Ta.classNames,Ge="persona-inline-flex persona-items-center persona-justify-center persona-rounded-full persona-text-persona-muted hover:persona-bg-gray-100 persona-cursor-pointer persona-border-none persona-bg-transparent persona-p-1"+($!=null&&$.toggleButton?" "+$.toggleButton:"");pe=h("button",Ge),pe.style.width="28px",pe.style.height="28px",pe.type="button",pe.setAttribute("aria-label","Event Stream"),pe.title="Event Stream";let ft=me("activity","18px","currentColor",1.5);ft&&pe.appendChild(ft);let $e=Ue.clearChatButtonWrapper,rt=Ue.closeButtonWrapper,Wt=$e||rt;Wt&&Wt.parentNode===Ve?Ve.insertBefore(pe,Wt):Ve.appendChild(pe),pe.addEventListener("click",()=>{ne?ze():We()})}}else!Ce&&O&&(ze(),pe&&(pe.remove(),pe=null),J==null||J.clear(),ce==null||ce.destroy(),J=null,ce=null);if(((Ma=n.launcher)==null?void 0:Ma.enabled)===!1&&Te&&(Te.destroy(),Te=null),((ka=n.launcher)==null?void 0:ka.enabled)===!1&&Fe&&(Fe.remove(),Fe=null),((La=n.launcher)==null?void 0:La.enabled)!==!1&&!Te&&!Fe){let $=s.find(Ge=>Ge.renderLauncher);if($!=null&&$.renderLauncher){let Ge=$.renderLauncher({config:n,defaultRenderer:()=>no(n,Oe).element,onToggle:Oe});Ge&&(Fe=Ge,e.appendChild(Fe))}Fe||(Te=no(n,Oe),e.appendChild(Te.element))}Te&&Te.update(n),ke&&((Pa=n.launcher)==null?void 0:Pa.title)!==void 0&&(ke.textContent=n.launcher.title),ot&&((Ia=n.launcher)==null?void 0:Ia.subtitle)!==void 0&&(ot.textContent=n.launcher.subtitle);let oe=(Wa=n.layout)==null?void 0:Wa.header;if((oe==null?void 0:oe.layout)!==w&&Ve){let $=oe?ro(n,oe,{showClose:b,onClose:()=>mt(!1,"user")}):jn({config:n,showClose:b,onClose:()=>mt(!1,"user")});Ve.replaceWith($.header),Ve=$.header,Ye=$.iconHolder,ke=$.headerTitle,ot=$.headerSubtitle,ue=$.closeButton,w=oe==null?void 0:oe.layout}else if(oe&&(Ye&&(Ye.style.display=oe.showIcon===!1?"none":""),ke&&(ke.style.display=oe.showTitle===!1?"none":""),ot&&(ot.style.display=oe.showSubtitle===!1?"none":""),ue&&(ue.style.display=oe.showCloseButton===!1?"none":""),Ue.clearChatButtonWrapper)){let $=oe.showClearChat;if($!==void 0){Ue.clearChatButtonWrapper.style.display=$?"":"none";let{closeButtonWrapper:Ge}=Ue;Ge&&!Ge.classList.contains("persona-absolute")&&($?Ge.classList.remove("persona-ml-auto"):Ge.classList.add("persona-ml-auto"))}}let Se=((Ra=n.layout)==null?void 0:Ra.showHeader)!==!1;Ve&&(Ve.style.display=Se?"":"none");let Re=((Ha=n.layout)==null?void 0:Ha.showFooter)!==!1;nt&&(nt.style.display=Re?"":"none"),b!==F?b?mt(S,"auto"):(W=!0,Xn()):S!==T&&mt(S,"auto"),T=S,F=b,xt(),C();let Pe=JSON.stringify(l.toolCall)!==JSON.stringify(g),Ie=JSON.stringify(n.messageActions)!==JSON.stringify(y),ae=JSON.stringify((Ba=n.layout)==null?void 0:Ba.messages)!==JSON.stringify(A),He=((Da=n.loadingIndicator)==null?void 0:Da.render)!==(I==null?void 0:I.render)||((Na=n.loadingIndicator)==null?void 0:Na.renderIdle)!==(I==null?void 0:I.renderIdle)||((Oa=n.loadingIndicator)==null?void 0:Oa.showBubble)!==(I==null?void 0:I.showBubble),et=n.iterationDisplay!==L;(Pe||Ie||ae||He||et)&&D&&(Ir++,Gn(de,D.getMessages(),le));let ge=(Fa=n.launcher)!=null?Fa:{},It=($a=ge.headerIconHidden)!=null?$a:!1,lt=(ja=(_a=n.layout)==null?void 0:_a.header)==null?void 0:ja.showIcon,Zt=It||lt===!1,Ut=ge.headerIconName,Kt=(za=ge.headerIconSize)!=null?za:"48px";if(Ye){let $=z.querySelector(".persona-border-b-persona-divider"),Ge=$==null?void 0:$.querySelector(".persona-flex-col");if(Zt)Ye.style.display="none",$&&Ge&&!$.contains(Ge)&&$.insertBefore(Ge,$.firstChild);else{if(Ye.style.display="",Ye.style.height=Kt,Ye.style.width=Kt,$&&Ge&&($.contains(Ye)?Ye.nextSibling!==Ge&&(Ye.remove(),$.insertBefore(Ye,Ge)):$.insertBefore(Ye,Ge)),Ut){let $e=parseFloat(Kt)||24,rt=me(Ut,$e*.6,"#ffffff",2);rt?Ye.replaceChildren(rt):Ye.textContent=(qa=ge.agentIconText)!=null?qa:"\u{1F4AC}"}else if(ge.iconUrl){let $e=Ye.querySelector("img");if($e)$e.src=ge.iconUrl,$e.style.height=Kt,$e.style.width=Kt;else{let rt=document.createElement("img");rt.src=ge.iconUrl,rt.alt="",rt.className="persona-rounded-xl persona-object-cover",rt.style.height=Kt,rt.style.width=Kt,Ye.replaceChildren(rt)}}else{let $e=Ye.querySelector("svg"),rt=Ye.querySelector("img");($e||rt)&&Ye.replaceChildren(),Ye.textContent=(Ua=ge.agentIconText)!=null?Ua:"\u{1F4AC}"}let ft=Ye.querySelector("img");ft&&(ft.style.height=Kt,ft.style.width=Kt)}}let Nt=(Ja=(Va=n.layout)==null?void 0:Va.header)==null?void 0:Ja.showTitle,cn=(Ya=(Ka=n.layout)==null?void 0:Ka.header)==null?void 0:Ya.showSubtitle;if(ke&&(ke.style.display=Nt===!1?"none":""),ot&&(ot.style.display=cn===!1?"none":""),ue){((Xa=(Ga=n.layout)==null?void 0:Ga.header)==null?void 0:Xa.showCloseButton)===!1?ue.style.display="none":ue.style.display="";let Ge=(Za=ge.closeButtonSize)!=null?Za:"32px",ft=(Qa=ge.closeButtonPlacement)!=null?Qa:"inline";ue.style.height=Ge,ue.style.width=Ge;let{closeButtonWrapper:$e}=Ue,rt=ft==="top-right",Wt=$e==null?void 0:$e.classList.contains("persona-absolute");if($e&&rt!==Wt)if($e.remove(),rt)$e.className="persona-absolute persona-top-4 persona-right-4 persona-z-50",z.style.position="relative",z.appendChild($e);else{let Ze=(ti=(ei=ge.clearChat)==null?void 0:ei.placement)!=null?ti:"inline",Ot=(ri=(ni=ge.clearChat)==null?void 0:ni.enabled)!=null?ri:!0;$e.className=Ot&&Ze==="inline"?"":"persona-ml-auto";let en=z.querySelector(".persona-border-b-persona-divider");en&&en.appendChild($e)}if(ue.style.color=ge.closeButtonColor||bn.actionIconColor,ge.closeButtonBackgroundColor?(ue.style.backgroundColor=ge.closeButtonBackgroundColor,ue.classList.remove("hover:persona-bg-gray-100")):(ue.style.backgroundColor="",ue.classList.add("hover:persona-bg-gray-100")),ge.closeButtonBorderWidth||ge.closeButtonBorderColor){let Ze=ge.closeButtonBorderWidth||"0px",Ot=ge.closeButtonBorderColor||"transparent";ue.style.border=`${Ze} solid ${Ot}`,ue.classList.remove("persona-border-none")}else ue.style.border="",ue.classList.add("persona-border-none");ge.closeButtonBorderRadius?(ue.style.borderRadius=ge.closeButtonBorderRadius,ue.classList.remove("persona-rounded-full")):(ue.style.borderRadius="",ue.classList.add("persona-rounded-full")),ge.closeButtonPaddingX?(ue.style.paddingLeft=ge.closeButtonPaddingX,ue.style.paddingRight=ge.closeButtonPaddingX):(ue.style.paddingLeft="",ue.style.paddingRight=""),ge.closeButtonPaddingY?(ue.style.paddingTop=ge.closeButtonPaddingY,ue.style.paddingBottom=ge.closeButtonPaddingY):(ue.style.paddingTop="",ue.style.paddingBottom="");let jt=(oi=ge.closeButtonIconName)!=null?oi:"x",fn=(si=ge.closeButtonIconText)!=null?si:"\xD7";ue.innerHTML="";let Yt=me(jt,"20px","currentColor",2);Yt?ue.appendChild(Yt):ue.textContent=fn;let St=(ai=ge.closeButtonTooltipText)!=null?ai:"Close chat",rn=(ii=ge.closeButtonShowTooltip)!=null?ii:!0;if(ue.setAttribute("aria-label",St),$e&&($e._cleanupTooltip&&($e._cleanupTooltip(),delete $e._cleanupTooltip),rn&&St)){let Ze=null,Ot=()=>{if(Ze||!ue)return;let tr=ue.ownerDocument,Ur=tr.body;if(!Ur)return;Ze=An(tr,"div","persona-clear-chat-tooltip"),Ze.textContent=St;let Vr=An(tr,"div");Vr.className="persona-clear-chat-tooltip-arrow",Ze.appendChild(Vr);let nr=ue.getBoundingClientRect();Ze.style.position="fixed",Ze.style.left=`${nr.left+nr.width/2}px`,Ze.style.top=`${nr.top-8}px`,Ze.style.transform="translate(-50%, -100%)",Ur.appendChild(Ze)},en=()=>{Ze&&Ze.parentNode&&(Ze.parentNode.removeChild(Ze),Ze=null)};$e.addEventListener("mouseenter",Ot),$e.addEventListener("mouseleave",en),ue.addEventListener("focus",Ot),ue.addEventListener("blur",en),$e._cleanupTooltip=()=>{en(),$e&&($e.removeEventListener("mouseenter",Ot),$e.removeEventListener("mouseleave",en)),ue&&(ue.removeEventListener("focus",Ot),ue.removeEventListener("blur",en))}}}let{clearChatButton:Ke,clearChatButtonWrapper:yt}=Ue;if(Ke){let $=(li=ge.clearChat)!=null?li:{},Ge=(ci=$.enabled)!=null?ci:!0,ft=(pi=(di=n.layout)==null?void 0:di.header)==null?void 0:pi.showClearChat,$e=ft!==void 0?ft:Ge,rt=(ui=$.placement)!=null?ui:"inline";if(yt){yt.style.display=$e?"":"none";let{closeButtonWrapper:Wt}=Ue;Wt&&!Wt.classList.contains("persona-absolute")&&($e?Wt.classList.remove("persona-ml-auto"):Wt.classList.add("persona-ml-auto"));let jt=rt==="top-right",fn=yt.classList.contains("persona-absolute");if(jt!==fn&&$e){if(yt.remove(),jt)yt.className="persona-absolute persona-top-4 persona-z-50",yt.style.right="48px",z.style.position="relative",z.appendChild(yt);else{yt.className="persona-relative persona-ml-auto persona-clear-chat-button-wrapper",yt.style.right="";let St=z.querySelector(".persona-border-b-persona-divider"),rn=Ue.closeButtonWrapper;St&&rn&&rn.parentElement===St?St.insertBefore(yt,rn):St&&St.appendChild(yt)}let Yt=Ue.closeButtonWrapper;Yt&&!Yt.classList.contains("persona-absolute")&&(jt?Yt.classList.add("persona-ml-auto"):Yt.classList.remove("persona-ml-auto"))}}if($e){let Wt=(gi=$.size)!=null?gi:"32px";Ke.style.height=Wt,Ke.style.width=Wt;let jt=(mi=$.iconName)!=null?mi:"refresh-cw",fn=(fi=$.iconColor)!=null?fi:"";Ke.style.color=fn||bn.actionIconColor,Ke.innerHTML="";let Yt=me(jt,"20px","currentColor",2);if(Yt&&Ke.appendChild(Yt),$.backgroundColor?(Ke.style.backgroundColor=$.backgroundColor,Ke.classList.remove("hover:persona-bg-gray-100")):(Ke.style.backgroundColor="",Ke.classList.add("hover:persona-bg-gray-100")),$.borderWidth||$.borderColor){let Ze=$.borderWidth||"0px",Ot=$.borderColor||"transparent";Ke.style.border=`${Ze} solid ${Ot}`,Ke.classList.remove("persona-border-none")}else Ke.style.border="",Ke.classList.add("persona-border-none");$.borderRadius?(Ke.style.borderRadius=$.borderRadius,Ke.classList.remove("persona-rounded-full")):(Ke.style.borderRadius="",Ke.classList.add("persona-rounded-full")),$.paddingX?(Ke.style.paddingLeft=$.paddingX,Ke.style.paddingRight=$.paddingX):(Ke.style.paddingLeft="",Ke.style.paddingRight=""),$.paddingY?(Ke.style.paddingTop=$.paddingY,Ke.style.paddingBottom=$.paddingY):(Ke.style.paddingTop="",Ke.style.paddingBottom="");let St=(hi=$.tooltipText)!=null?hi:"Clear chat",rn=(yi=$.showTooltip)!=null?yi:!0;if(Ke.setAttribute("aria-label",St),yt&&(yt._cleanupTooltip&&(yt._cleanupTooltip(),delete yt._cleanupTooltip),rn&&St)){let Ze=null,Ot=()=>{if(Ze||!Ke)return;let tr=Ke.ownerDocument,Ur=tr.body;if(!Ur)return;Ze=An(tr,"div","persona-clear-chat-tooltip"),Ze.textContent=St;let Vr=An(tr,"div");Vr.className="persona-clear-chat-tooltip-arrow",Ze.appendChild(Vr);let nr=Ke.getBoundingClientRect();Ze.style.position="fixed",Ze.style.left=`${nr.left+nr.width/2}px`,Ze.style.top=`${nr.top-8}px`,Ze.style.transform="translate(-50%, -100%)",Ur.appendChild(Ze)},en=()=>{Ze&&Ze.parentNode&&(Ze.parentNode.removeChild(Ze),Ze=null)};yt.addEventListener("mouseenter",Ot),yt.addEventListener("mouseleave",en),Ke.addEventListener("focus",Ot),Ke.addEventListener("blur",en),yt._cleanupTooltip=()=>{en(),yt&&(yt.removeEventListener("mouseenter",Ot),yt.removeEventListener("mouseleave",en)),Ke&&(Ke.removeEventListener("focus",Ot),Ke.removeEventListener("blur",en))}}}}let Co=n.actionParsers&&n.actionParsers.length?n.actionParsers:[Uo],wo=n.actionHandlers&&n.actionHandlers.length?n.actionHandlers:[Er.message,Er.messageAndClick];x=Vo({parsers:Co,handlers:wo,getSessionMetadata:u,updateSessionMetadata:p,emit:o.emit,documentRef:typeof document!="undefined"?document:null}),le=ec(n,x,ve),D.updateConfig(n),Gn(de,D.getMessages(),le),On.render(n.suggestionChips,D,G,void 0,n.suggestionChipsConfig),Dr(),pr(D.isStreaming());let So=((bi=n.voiceRecognition)==null?void 0:bi.enabled)===!0,Ao=typeof window!="undefined"&&(typeof window.webkitSpeechRecognition!="undefined"||typeof window.SpeechRecognition!="undefined"),Eo=((vi=(xi=n.voiceRecognition)==null?void 0:xi.provider)==null?void 0:vi.type)==="runtype";if(So&&(Ao||Eo))if(!N||!X){let $=yo(n.voiceRecognition,n.sendButton);$&&(N=$.micButton,X=$.micButtonWrapper,kt.insertBefore(X,tt),N.addEventListener("click",er),N.disabled=D.isStreaming())}else{let $=(Ci=n.voiceRecognition)!=null?Ci:{},Ge=(wi=n.sendButton)!=null?wi:{},ft=(Si=$.iconName)!=null?Si:"mic",$e=(Ai=Ge.size)!=null?Ai:"40px",rt=(Ei=$.iconSize)!=null?Ei:$e,Wt=parseFloat(rt)||24;N.style.width=rt,N.style.height=rt,N.style.minWidth=rt,N.style.minHeight=rt;let jt=(Mi=(Ti=$.iconColor)!=null?Ti:Ge.textColor)!=null?Mi:"currentColor";N.innerHTML="";let fn=me(ft,Wt,jt,2);fn?N.appendChild(fn):N.textContent="\u{1F3A4}";let Yt=(ki=$.backgroundColor)!=null?ki:Ge.backgroundColor;Yt?(N.style.backgroundColor=Yt,N.classList.remove("persona-bg-persona-primary")):(N.style.backgroundColor="",N.classList.add("persona-bg-persona-primary")),jt?(N.style.color=jt,N.classList.remove("persona-text-white")):!jt&&!Ge.textColor&&(N.style.color="",N.classList.add("persona-text-white")),$.borderWidth?(N.style.borderWidth=$.borderWidth,N.style.borderStyle="solid"):(N.style.borderWidth="",N.style.borderStyle=""),$.borderColor?N.style.borderColor=$.borderColor:N.style.borderColor="",$.paddingX?(N.style.paddingLeft=$.paddingX,N.style.paddingRight=$.paddingX):(N.style.paddingLeft="",N.style.paddingRight=""),$.paddingY?(N.style.paddingTop=$.paddingY,N.style.paddingBottom=$.paddingY):(N.style.paddingTop="",N.style.paddingBottom="");let St=X==null?void 0:X.querySelector(".persona-send-button-tooltip"),rn=(Li=$.tooltipText)!=null?Li:"Start voice recognition";if(((Pi=$.showTooltip)!=null?Pi:!1)&&rn)if(St)St.textContent=rn,St.style.display="";else{let Ot=document.createElement("div");Ot.className="persona-send-button-tooltip",Ot.textContent=rn,X==null||X.insertBefore(Ot,N)}else St&&(St.style.display="none");X.style.display="",N.disabled=D.isStreaming()}else N&&X&&(X.style.display="none",((Wi=(Ii=n.voiceRecognition)==null?void 0:Ii.provider)==null?void 0:Wi.type)==="runtype"?D.isVoiceActive()&&D.toggleVoice():nn&&gn());if(((Ri=n.attachments)==null?void 0:Ri.enabled)===!0)if(!be||!_){let $=(Hi=n.attachments)!=null?Hi:{},ft=(Di=((Bi=n.sendButton)!=null?Bi:{}).size)!=null?Di:"40px";Ae||(Ae=h("div","persona-attachment-previews persona-flex persona-flex-wrap persona-gap-2 persona-mb-2"),Ae.style.display="none",Ne.insertBefore(Ae,G)),xe||(xe=document.createElement("input"),xe.type="file",xe.accept=((Ni=$.allowedTypes)!=null?Ni:Hn).join(","),xe.multiple=((Oi=$.maxFiles)!=null?Oi:4)>1,xe.style.display="none",xe.setAttribute("aria-label","Attach files"),Ne.insertBefore(xe,G)),be=h("div","persona-send-button-wrapper"),_=h("button","persona-rounded-button persona-flex persona-items-center persona-justify-center disabled:persona-opacity-50 persona-cursor-pointer persona-attachment-button"),_.type="button",_.setAttribute("aria-label",(Fi=$.buttonTooltipText)!=null?Fi:"Attach file");let $e=($i=$.buttonIconName)!=null?$i:"paperclip",rt=ft,Wt=parseFloat(rt)||40,jt=Math.round(Wt*.6);_.style.width=rt,_.style.height=rt,_.style.minWidth=rt,_.style.minHeight=rt,_.style.fontSize="18px",_.style.lineHeight="1",_.style.backgroundColor="transparent",_.style.color="var(--persona-primary, #111827)",_.style.border="none",_.style.borderRadius="6px",_.style.transition="background-color 0.15s ease",_.addEventListener("mouseenter",()=>{_.style.backgroundColor="var(--persona-palette-colors-black-alpha-50, rgba(0, 0, 0, 0.05))"}),_.addEventListener("mouseleave",()=>{_.style.backgroundColor="transparent"});let fn=me($e,jt,"currentColor",1.5);fn?_.appendChild(fn):_.textContent="\u{1F4CE}",_.addEventListener("click",rn=>{rn.preventDefault(),xe==null||xe.click()}),be.appendChild(_);let Yt=(_i=$.buttonTooltipText)!=null?_i:"Attach file",St=h("div","persona-send-button-tooltip");St.textContent=Yt,be.appendChild(St),Ht.append(be),!Ee&&xe&&Ae&&(Ee=xr.fromConfig($),Ee.setPreviewsContainer(Ae),xe.addEventListener("change",async()=>{Ee&&(xe!=null&&xe.files)&&(await Ee.handleFileSelect(xe.files),xe.value="")}))}else{be.style.display="";let $=(ji=n.attachments)!=null?ji:{};xe&&(xe.accept=((zi=$.allowedTypes)!=null?zi:Hn).join(","),xe.multiple=((qi=$.maxFiles)!=null?qi:4)>1),Ee&&Ee.updateConfig({allowedTypes:$.allowedTypes,maxFileSize:$.maxFileSize,maxFiles:$.maxFiles})}else be&&(be.style.display="none"),Ee&&Ee.clearAttachments();let Et=(Ui=n.sendButton)!=null?Ui:{},To=(Vi=Et.useIcon)!=null?Vi:!1,_r=(Ji=Et.iconText)!=null?Ji:"\u2191",Qt=Et.iconName,dn=(Ki=Et.tooltipText)!=null?Ki:"Send message",Mo=(Yi=Et.showTooltip)!=null?Yi:!1,jr=(Gi=Et.size)!=null?Gi:"40px",ko=Et.backgroundColor,Sn=Et.textColor;if(To){if(Y.style.width=jr,Y.style.height=jr,Y.style.minWidth=jr,Y.style.minHeight=jr,Y.style.fontSize="18px",Y.style.lineHeight="1",Y.innerHTML="",Qt){let $=parseFloat(jr)||24,Ge=Sn&&typeof Sn=="string"&&Sn.trim()?Sn.trim():"currentColor",ft=me(Qt,$,Ge,2);ft?(Y.appendChild(ft),Y.style.color=Ge):(Y.textContent=_r,Sn?Y.style.color=Sn:Y.classList.add("persona-text-white"))}else Y.textContent=_r,Sn?Y.style.color=Sn:Y.classList.add("persona-text-white");Y.className="persona-rounded-button persona-flex persona-items-center persona-justify-center disabled:persona-opacity-50 persona-cursor-pointer",ko?(Y.style.backgroundColor=ko,Y.classList.remove("persona-bg-persona-primary")):Y.classList.add("persona-bg-persona-primary")}else Y.textContent=(Zi=(Xi=n.copy)==null?void 0:Xi.sendButtonLabel)!=null?Zi:"Send",Y.style.width="",Y.style.height="",Y.style.minWidth="",Y.style.minHeight="",Y.style.fontSize="",Y.style.lineHeight="",Y.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",ko?(Y.style.backgroundColor=ko,Y.classList.remove("persona-bg-persona-accent")):Y.classList.add("persona-bg-persona-accent"),Sn?Y.style.color=Sn:Y.classList.add("persona-text-white");Et.borderWidth?(Y.style.borderWidth=Et.borderWidth,Y.style.borderStyle="solid"):(Y.style.borderWidth="",Y.style.borderStyle=""),Et.borderColor?Y.style.borderColor=Et.borderColor:Y.style.borderColor="",Et.paddingX?(Y.style.paddingLeft=Et.paddingX,Y.style.paddingRight=Et.paddingX):(Y.style.paddingLeft="",Y.style.paddingRight=""),Et.paddingY?(Y.style.paddingTop=Et.paddingY,Y.style.paddingBottom=Et.paddingY):(Y.style.paddingTop="",Y.style.paddingBottom="");let zr=tt==null?void 0:tt.querySelector(".persona-send-button-tooltip");if(Mo&&dn)if(zr)zr.textContent=dn,zr.style.display="";else{let $=document.createElement("div");$.className="persona-send-button-tooltip",$.textContent=dn,tt==null||tt.insertBefore($,Y)}else zr&&(zr.style.display="none");let qr=(Qi=n.statusIndicator)!=null?Qi:{},Pc=(el=qr.visible)!=null?el:!0;if(je.style.display=Pc?"":"none",D){let $=D.getStatus(),Ge=ft=>{var $e,rt,Wt,jt;return ft==="idle"?($e=qr.idleText)!=null?$e:Vt.idle:ft==="connecting"?(rt=qr.connectingText)!=null?rt:Vt.connecting:ft==="connected"?(Wt=qr.connectedText)!=null?Wt:Vt.connected:ft==="error"?(jt=qr.errorText)!=null?jt:Vt.error:Vt[ft]};je.textContent=Ge($)}},open(){b&&mt(!0,"api")},close(){b&&mt(!1,"api")},toggle(){b&&mt(!W,"api")},clearChat(){K=!1,D.clearMessages(),$n.clear();try{localStorage.removeItem(Tr),n.debug&&console.log(`[AgentWidget] Cleared default localStorage key: ${Tr}`)}catch(g){console.error("[AgentWidget] Failed to clear default localStorage:",g)}if(n.clearChatHistoryStorageKey&&n.clearChatHistoryStorageKey!==Tr)try{localStorage.removeItem(n.clearChatHistoryStorageKey),n.debug&&console.log(`[AgentWidget] Cleared custom localStorage key: ${n.clearChatHistoryStorageKey}`)}catch(g){console.error("[AgentWidget] Failed to clear custom localStorage:",g)}let l=new CustomEvent("persona:clear-chat",{detail:{timestamp:new Date().toISOString()}});if(window.dispatchEvent(l),a!=null&&a.clear)try{let g=a.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)}i={},x.syncFromMetadata(),J==null||J.clear(),V==null||V.update()},setMessage(l){return!G||D.isStreaming()?!1:(!W&&b&&mt(!0,"system"),G.value=l,G.dispatchEvent(new Event("input",{bubbles:!0})),!0)},submitMessage(l){if(D.isStreaming())return!1;let g=(l==null?void 0:l.trim())||G.value.trim();return g?(!W&&b&&mt(!0,"system"),G.value="",G.style.height="auto",D.sendMessage(g),!0):!1},startVoiceRecognition(){var g,y;return D.isStreaming()?!1:((y=(g=n.voiceRecognition)==null?void 0:g.provider)==null?void 0:y.type)==="runtype"?(D.isVoiceActive()||(!W&&b&&mt(!0,"system"),qe.manuallyDeactivated=!1,Gt(),D.toggleVoice().then(()=>{qe.active=D.isVoiceActive(),an("user"),D.isVoiceActive()&&_n()})),!0):nn?!0:$r()?(!W&&b&&mt(!0,"system"),qe.manuallyDeactivated=!1,Gt(),Zn("user"),!0):!1},stopVoiceRecognition(){var l,g;return((g=(l=n.voiceRecognition)==null?void 0:l.provider)==null?void 0:g.type)==="runtype"?D.isVoiceActive()?(D.toggleVoice().then(()=>{qe.active=!1,qe.manuallyDeactivated=!0,Gt(),an("user"),mn()}),!0):!1:nn?(qe.manuallyDeactivated=!0,Gt(),gn("user"),!0):!1},injectMessage(l){return!W&&b&&mt(!0,"system"),D.injectMessage(l)},injectAssistantMessage(l){!W&&b&&mt(!0,"system");let g=D.injectAssistantMessage(l);return R&&(R=!1,U&&(clearTimeout(U),U=null),setTimeout(()=>{D&&!D.isStreaming()&&D.continueConversation()},100)),g},injectUserMessage(l){return!W&&b&&mt(!0,"system"),D.injectUserMessage(l)},injectSystemMessage(l){return!W&&b&&mt(!0,"system"),D.injectSystemMessage(l)},injectMessageBatch(l){return!W&&b&&mt(!0,"system"),D.injectMessageBatch(l)},injectTestMessage(l){!W&&b&&mt(!0,"system"),D.injectTestEvent(l)},async connectStream(l,g){return D.connectStream(l,g)},__pushEventStreamEvent(l){J&&J.push({id:`evt-${Date.now()}-${Math.random().toString(36).slice(2,8)}`,type:l.type,timestamp:Date.now(),payload:JSON.stringify(l.payload)})},showEventStream(){!Ce||!J||We()},hideEventStream(){ne&&ze()},isEventStreamVisible(){return ne},showArtifacts(){pn(n)&&(K=!1,vn(),Xe==null||Xe.setMobileOpen(!0))},hideArtifacts(){pn(n)&&(K=!0,vn())},upsertArtifact(l){return pn(n)?(K=!1,D.upsertArtifact(l)):null},selectArtifact(l){pn(n)&&D.selectArtifact(l)},clearArtifacts(){pn(n)&&D.clearArtifacts()},focusInput(){return b&&!W||!G?!1:(G.focus(),!0)},async resolveApproval(l,g){let A=D.getMessages().find(k=>{var I;return k.variant==="approval"&&((I=k.approval)==null?void 0:I.id)===l});if(!(A!=null&&A.approval))throw new Error(`Approval not found: ${l}`);return D.resolveApproval(A.approval,g)},getMessages(){return D.getMessages()},getStatus(){return D.getStatus()},getPersistentMetadata(){return{...i}},updatePersistentMetadata(l){p(l)},on(l,g){return o.on(l,g)},off(l,g){o.off(l,g)},isOpen(){return b&&W},isVoiceActive(){return qe.active},getState(){return{open:b&&W,launcherEnabled:b,voiceActive:qe.active,streaming:D.isStreaming()}},showCSATFeedback(l){!W&&b&&mt(!0,"system");let g=de.querySelector(".persona-feedback-container");g&&g.remove();let y=Is({onSubmit:async(A,k)=>{var I;D.isClientTokenMode()&&await D.submitCSATFeedback(A,k),(I=l==null?void 0:l.onSubmit)==null||I.call(l,A,k)},onDismiss:l==null?void 0:l.onDismiss,...l});de.appendChild(y),y.scrollIntoView({behavior:"smooth",block:"end"})},showNPSFeedback(l){!W&&b&&mt(!0,"system");let g=de.querySelector(".persona-feedback-container");g&&g.remove();let y=Ws({onSubmit:async(A,k)=>{var I;D.isClientTokenMode()&&await D.submitNPSFeedback(A,k),(I=l==null?void 0:l.onSubmit)==null||I.call(l,A,k)},onDismiss:l==null?void 0:l.onDismiss,...l});de.appendChild(y),y.scrollIntoView({behavior:"smooth",block:"end"})},async submitCSATFeedback(l,g){return D.submitCSATFeedback(l,g)},async submitNPSFeedback(l,g){return D.submitNPSFeedback(l,g)},destroy(){bt.forEach(l=>l()),se.remove(),Te==null||Te.destroy(),Fe==null||Fe.remove(),wn&&ue.removeEventListener("click",wn)}};if((((la=t==null?void 0:t.debugTools)!=null?la:!1)||!!n.debug)&&typeof window!="undefined"){let l=window.AgentWidgetBrowser,g={controller:M,getMessages:M.getMessages,getStatus:M.getStatus,getMetadata:M.getPersistentMetadata,updateMetadata:M.updatePersistentMetadata,clearHistory:()=>M.clearChat(),setVoiceActive:y=>y?M.startVoiceRecognition():M.stopVoiceRecognition()};window.AgentWidgetBrowser=g,bt.push(()=>{window.AgentWidgetBrowser===g&&(window.AgentWidgetBrowser=l)})}if(typeof window!="undefined"){let l=e.getAttribute("data-persona-instance")||e.id||"persona-"+Math.random().toString(36).slice(2,8),g=j=>{let O=j.detail;(!(O!=null&&O.instanceId)||O.instanceId===l)&&M.focusInput()};if(window.addEventListener("persona:focusInput",g),bt.push(()=>{window.removeEventListener("persona:focusInput",g)}),Ce){let j=oe=>{let he=oe.detail;(!(he!=null&&he.instanceId)||he.instanceId===l)&&M.showEventStream()},O=oe=>{let he=oe.detail;(!(he!=null&&he.instanceId)||he.instanceId===l)&&M.hideEventStream()};window.addEventListener("persona:showEventStream",j),window.addEventListener("persona:hideEventStream",O),bt.push(()=>{window.removeEventListener("persona:showEventStream",j),window.removeEventListener("persona:hideEventStream",O)})}let y=j=>{let O=j.detail;(!(O!=null&&O.instanceId)||O.instanceId===l)&&M.showArtifacts()},A=j=>{let O=j.detail;(!(O!=null&&O.instanceId)||O.instanceId===l)&&M.hideArtifacts()},k=j=>{let O=j.detail;O!=null&&O.instanceId&&O.instanceId!==l||O!=null&&O.artifact&&M.upsertArtifact(O.artifact)},I=j=>{let O=j.detail;O!=null&&O.instanceId&&O.instanceId!==l||typeof(O==null?void 0:O.id)=="string"&&M.selectArtifact(O.id)},L=j=>{let O=j.detail;(!(O!=null&&O.instanceId)||O.instanceId===l)&&M.clearArtifacts()};window.addEventListener("persona:showArtifacts",y),window.addEventListener("persona:hideArtifacts",A),window.addEventListener("persona:upsertArtifact",k),window.addEventListener("persona:selectArtifact",I),window.addEventListener("persona:clearArtifacts",L),bt.push(()=>{window.removeEventListener("persona:showArtifacts",y),window.removeEventListener("persona:hideArtifacts",A),window.removeEventListener("persona:upsertArtifact",k),window.removeEventListener("persona:selectArtifact",I),window.removeEventListener("persona:clearArtifacts",L)})}let H=np(n.persistState);if(H&&b){let l=rp(H.storage),g=`${H.keyPrefix}widget-open`,y=`${H.keyPrefix}widget-voice`,A=`${H.keyPrefix}widget-voice-mode`;if(l){let k=((ca=H.persist)==null?void 0:ca.openState)&&l.getItem(g)==="true",I=((da=H.persist)==null?void 0:da.voiceState)&&l.getItem(y)==="true",L=((pa=H.persist)==null?void 0:pa.voiceState)&&l.getItem(A)==="true";if(k&&setTimeout(()=>{M.open(),setTimeout(()=>{var j;if(I||L)M.startVoiceRecognition();else if((j=H.persist)!=null&&j.focusInput){let O=e.querySelector("textarea");O&&O.focus()}},100)},0),(ua=H.persist)!=null&&ua.openState&&(o.on("widget:opened",()=>{l.setItem(g,"true")}),o.on("widget:closed",()=>{l.setItem(g,"false")})),(ga=H.persist)!=null&&ga.voiceState&&(o.on("voice:state",j=>{l.setItem(y,j.active?"true":"false")}),o.on("user:message",j=>{l.setItem(A,j.viaVoice?"true":"false")})),H.clearOnChatClear){let j=()=>{l.removeItem(g),l.removeItem(y),l.removeItem(A)},O=()=>j();window.addEventListener("persona:clear-chat",O),bt.push(()=>{window.removeEventListener("persona:clear-chat",O)})}}}return M};var op=(e,r)=>{let t=e.trim(),n=/^(\d+(?:\.\d+)?)px$/i.exec(t);if(n)return Math.max(0,parseFloat(n[1]));let s=/^(\d+(?:\.\d+)?)%$/i.exec(t);return s?Math.max(0,r*parseFloat(s[1])/100):420},tc=(e,r)=>{var n,s;let t=(s=(n=r==null?void 0:r.launcher)==null?void 0:n.enabled)!=null?s:!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"},Os=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=""},nc=e=>{e.style.inset="",e.style.width="",e.style.height="",e.style.maxWidth="",e.style.minWidth="",Os(e)},Bs=e=>{e.style.transition=""},Ds=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=""},Ns=e=>{e.style.width="",e.style.maxWidth="",e.style.minWidth="",e.style.flex="1 1 auto"},Jo=(e,r)=>{e.style.width="",e.style.minWidth="",e.style.maxWidth="",e.style.boxSizing="",r.style.alignItems=""},sp=(e,r,t,n,s)=>{s?t.parentElement!==r&&(e.replaceChildren(),r.replaceChildren(t,n),e.appendChild(r)):t.parentElement===r&&(r.replaceChildren(),e.appendChild(t),e.appendChild(n))},ap=(e,r,t,n,s,o)=>{let a=o?r:e;s==="left"?a.firstElementChild!==n&&a.replaceChildren(n,t):a.lastElementChild!==n&&a.replaceChildren(t,n)},rc=(e,r,t,n,s,o,a)=>{var x,b,S,v;let i=hn(o),d=i.reveal==="push";sp(e,r,t,n,d),ap(e,r,t,n,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",s.className="persona-host",s.style.height="100%",s.style.minHeight="0",s.style.display="flex",s.style.flexDirection="column",s.style.flex="1 1 auto";let c=e.ownerDocument.defaultView,u=(b=(x=o==null?void 0:o.launcher)==null?void 0:x.mobileFullscreen)!=null?b:!0,p=(v=(S=o==null?void 0:o.launcher)==null?void 0:S.mobileBreakpoint)!=null?v:640,f=c!=null?c.innerWidth<=p:!1;if(u&&f&&a){e.dataset.personaDockMobileFullscreen="true",e.removeAttribute("data-persona-dock-reveal"),Ds(r),Bs(n),nc(n),Ns(t),Jo(s,n),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",n.style.display="flex",n.style.flexDirection="column",n.style.position="fixed",n.style.inset="0",n.style.width="100%",n.style.height="100%",n.style.maxWidth="100%",n.style.minWidth="0",n.style.minHeight="0",n.style.overflow="hidden",n.style.zIndex="9999",n.style.transform="none",n.style.transition="none",n.style.pointerEvents="auto",n.style.flex="none",d&&(r.style.display="flex",r.style.flexDirection="column",r.style.width="100%",r.style.height="100%",r.style.minHeight="0",r.style.minWidth="0",r.style.flex="1 1 auto",r.style.alignItems="stretch",r.style.transform="none",r.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"),nc(n),i.reveal==="overlay"){e.style.display="flex",e.style.flexDirection="row",e.style.alignItems="stretch",e.style.overflow="hidden",e.dataset.personaDockReveal="overlay",Ds(r),Bs(n),Ns(t),Jo(s,n);let T=i.animate?"transform 180ms ease":"none",F=i.side==="right"?"translateX(100%)":"translateX(-100%)",w=a?"translateX(0)":F;n.style.display="flex",n.style.flexDirection="column",n.style.flex="none",n.style.position="absolute",n.style.top="0",n.style.bottom="0",n.style.width=i.width,n.style.maxWidth=i.width,n.style.minWidth=i.width,n.style.minHeight="0",n.style.overflow="hidden",n.style.transition=T,n.style.transform=w,n.style.pointerEvents=a?"auto":"none",n.style.zIndex="2",i.side==="right"?(n.style.right="0",n.style.left=""):(n.style.left="0",n.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",Bs(n),Os(n),Jo(s,n);let T=op(i.width,e.clientWidth),F=Math.max(0,e.clientWidth),w=i.animate?"transform 180ms ease":"none",P=i.side==="right"?a?`translateX(-${T}px)`:"translateX(0)":a?"translateX(0)":`translateX(-${T}px)`;r.style.display="flex",r.style.flexDirection="row",r.style.flex="0 0 auto",r.style.minHeight="0",r.style.minWidth="0",r.style.alignItems="stretch",r.style.height="100%",r.style.width=`${F+T}px`,r.style.transition=w,r.style.transform=P,t.style.flex="0 0 auto",t.style.flexGrow="0",t.style.flexShrink="0",t.style.width=`${F}px`,t.style.maxWidth=`${F}px`,t.style.minWidth=`${F}px`,n.style.display="flex",n.style.flexDirection="column",n.style.flex="0 0 auto",n.style.flexShrink="0",n.style.width=i.width,n.style.minWidth=i.width,n.style.maxWidth=i.width,n.style.position="relative",n.style.overflow="hidden",n.style.transition="none",n.style.pointerEvents=a?"auto":"none"}else{e.style.display="flex",e.style.flexDirection="row",e.style.alignItems="stretch",e.style.overflow="",Ds(r),Os(n),Ns(t),Jo(s,n);let T=i.reveal==="emerge";T?e.dataset.personaDockReveal="emerge":e.removeAttribute("data-persona-dock-reveal");let F=a?i.width:"0px",w=i.animate?"width 180ms ease, min-width 180ms ease, max-width 180ms ease, flex-basis 180ms ease":"none",P=!a;n.style.display="flex",n.style.flexDirection="column",n.style.flex=`0 0 ${F}`,n.style.width=F,n.style.maxWidth=F,n.style.minWidth=F,n.style.minHeight="0",n.style.position="relative",n.style.overflow=T||P?"hidden":"visible",n.style.transition=w,T&&(n.style.alignItems=i.side==="right"?"flex-start":"flex-end",s.style.width=i.width,s.style.minWidth=i.width,s.style.maxWidth=i.width,s.style.boxSizing="border-box")}},ip=(e,r)=>{let t=e.ownerDocument.createElement("div");return tc(t,r),e.appendChild(t),{mode:"direct",host:t,shell:null,syncWidgetState:()=>{},updateConfig(n){tc(t,n)},destroy(){t.remove()}}},lp=(e,r)=>{var T,F,w,P;let{ownerDocument:t}=e,n=e.parentElement;if(!n)throw new Error("Docked widget target must be attached to the DOM");let s=e.tagName.toUpperCase();if(s==="BODY"||s==="HTML")throw new Error('Docked widget target must be a concrete container element, not "body" or "html"');let o=e.nextSibling,a=t.createElement("div"),i=t.createElement("div"),d=t.createElement("div"),c=t.createElement("aside"),u=t.createElement("div"),p=(F=(T=r==null?void 0:r.launcher)==null?void 0:T.enabled)==null||F?(P=(w=r==null?void 0:r.launcher)==null?void 0:w.autoExpand)!=null?P:!1:!0;i.dataset.personaDockRole="push-track",d.dataset.personaDockRole="content",c.dataset.personaDockRole="panel",u.dataset.personaDockRole="host",c.appendChild(u),n.insertBefore(a,e),d.appendChild(e);let f=null,m=()=>{f==null||f.disconnect(),f=null},x=()=>{m(),hn(r).reveal==="push"&&typeof ResizeObserver!="undefined"&&(f=new ResizeObserver(()=>{rc(a,i,d,c,u,r,p)}),f.observe(a))},b=()=>{rc(a,i,d,c,u,r,p),x()},S=a.ownerDocument.defaultView,v=()=>{b()};return S==null||S.addEventListener("resize",v),hn(r).reveal==="push"?(i.appendChild(d),i.appendChild(c),a.appendChild(i)):(a.appendChild(d),a.appendChild(c)),b(),{mode:"docked",host:u,shell:a,syncWidgetState(W){let R=W.launcherEnabled?W.open:!0;p!==R&&(p=R,b())},updateConfig(W){var R,U;r=W,((U=(R=r==null?void 0:r.launcher)==null?void 0:R.enabled)!=null?U:!0)===!1&&(p=!0),b()},destroy(){S==null||S.removeEventListener("resize",v),m(),n.isConnected&&(o&&o.parentNode===n?n.insertBefore(e,o):n.appendChild(e)),a.remove()}}},Ko=(e,r)=>zt(r)?lp(e,r):ip(e,r);var Fs={},cp=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 r=document.querySelector(e);if(!r)throw new Error(`Chat widget target "${e}" was not found`);return r}return e},dp=()=>{try{if(typeof Fs!="undefined"&&Fs.url)return new URL("../widget.css",Fs.url).href}catch{}return null},oc=(e,r)=>{let t=dp(),n=()=>{if(!(e instanceof ShadowRoot)||e.querySelector("link[data-persona]"))return;let s=r.head.querySelector("link[data-persona]");if(!s)return;let o=s.cloneNode(!0);e.insertBefore(o,e.firstChild)};if(e instanceof ShadowRoot)if(t){let s=r.createElement("link");s.rel="stylesheet",s.href=t,s.setAttribute("data-persona","true"),e.insertBefore(s,e.firstChild)}else n();else if(!r.head.querySelector("link[data-persona]")&&t){let o=r.createElement("link");o.rel="stylesheet",o.href=t,o.setAttribute("data-persona","true"),r.head.appendChild(o)}},sc=e=>{var S;let r=cp(e.target),t=e.useShadowDom===!0,n=r.ownerDocument,s=e.config,o=Ko(r,s),a,i=[],d=(v,T)=>{var W,R;let w=!((R=(W=T==null?void 0:T.launcher)==null?void 0:W.enabled)!=null?R:!0)||zt(T),P=n.createElement("div");if(P.setAttribute("data-persona-root","true"),w&&(P.style.height="100%",P.style.display="flex",P.style.flexDirection="column",P.style.flex="1",P.style.minHeight="0"),t){let U=v.attachShadow({mode:"open"});U.appendChild(P),oc(U,n)}else v.appendChild(P),oc(v,n);return r.id&&P.setAttribute("data-persona-instance",r.id),P},c=()=>{o.syncWidgetState(a.getState())},u=()=>{i.forEach(v=>v()),i=[a.on("widget:opened",c),a.on("widget:closed",c)],c()},p=()=>{let v=d(o.host,s);a=Hs(v,s,{debugTools:e.debugTools}),u()},f=()=>{i.forEach(v=>v()),i=[],a.destroy()};p(),(S=e.onReady)==null||S.call(e);let m=v=>{f(),o.destroy(),o=Ko(r,v),s=v,p()},x={update(v){var P,W,R,U,ve,le;let T={...s,...v,launcher:{...(P=s==null?void 0:s.launcher)!=null?P:{},...(W=v==null?void 0:v.launcher)!=null?W:{},dock:{...(U=(R=s==null?void 0:s.launcher)==null?void 0:R.dock)!=null?U:{},...(le=(ve=v==null?void 0:v.launcher)==null?void 0:ve.dock)!=null?le:{}}}},F=zt(s),w=zt(T);if(F!==w){m(T);return}s=T,o.updateConfig(s),a.update(v),c()},destroy(){f(),o.destroy(),e.windowKey&&typeof window!="undefined"&&delete window[e.windowKey]}},b=new Proxy(x,{get(v,T,F){if(T==="host")return o.host;if(T in v)return Reflect.get(v,T,F);let w=a[T];return typeof w=="function"?w.bind(a):w}});return e.windowKey&&typeof window!="undefined"&&(window[e.windowKey]=b),b};var dc=new Set(["script","style","noscript","svg","path","meta","link","br","hr"]),pp=new Set(["button","a","input","select","textarea","details","summary"]),up=new Set(["button","link","menuitem","tab","option","switch","checkbox","radio","combobox","listbox","slider","spinbutton","textbox"]),$s=/\b(product|card|item|listing|result)\b/i,js=/\$[\d,]+(?:\.\d{2})?|€[\d,]+(?:\.\d{2})?|£[\d,]+(?:\.\d{2})?|USD\s*[\d,]+(?:\.\d{2})?/i,gp=3e3,mp=100;function pc(e){let r=typeof e.className=="string"?e.className:"";if($s.test(r)||e.id&&$s.test(e.id))return!0;for(let t=0;t<e.attributes.length;t++){let n=e.attributes[t];if(n.name.startsWith("data-")&&$s.test(n.value))return!0}return!1}function uc(e){var r;return js.test(((r=e.textContent)!=null?r:"").trim())}function gc(e){var t;let r=e.querySelectorAll("a[href]");for(let n=0;n<r.length;n++){let s=(t=r[n].getAttribute("href"))!=null?t:"";if(s&&s!=="#"&&!s.toLowerCase().startsWith("javascript:"))return!0}return!1}function fp(e){return!!e.querySelector('button, [role="button"], input[type="submit"], input[type="button"]')}function ac(e){let r=e.match(js);return r?r[0]:null}function ic(e){var n,s,o;let r=(n=e.querySelector(".product-title a, h1 a, h2 a, h3 a, h4 a, .title a, a[href]"))!=null?n:e.querySelector("a[href]");if(r&&((s=r.textContent)!=null&&s.trim())){let a=r.getAttribute("href");return{title:r.textContent.trim(),href:a&&a!=="#"?a:null}}let t=e.querySelector("h1, h2, h3, h4, h5, h6");return(o=t==null?void 0:t.textContent)!=null&&o.trim()?{title:t.textContent.trim(),href:null}:{title:"",href:null}}function hp(e){let r=[],t=n=>{let s=n.trim();s&&!r.includes(s)&&r.push(s)};return e.querySelectorAll("button").forEach(n=>{var s;return t((s=n.textContent)!=null?s:"")}),e.querySelectorAll('[role="button"]').forEach(n=>{var s;return t((s=n.textContent)!=null?s:"")}),e.querySelectorAll('input[type="submit"], input[type="button"]').forEach(n=>{var s;t((s=n.value)!=null?s:"")}),r.slice(0,6)}var yp="commerce-card",bp="result-card";function lc(e){return!pc(e)||!uc(e)||!gc(e)&&!fp(e)?0:5200}function cc(e){var n;return!pc(e)||uc(e)||!gc(e)||((n=e.textContent)!=null?n:"").trim().length<20||!(!!e.querySelector("h1, h2, h3, h4, h5, h6, .title")||!!e.querySelector(".snippet, .description, p"))?0:2800}var mc=[{id:yp,scoreElement(e){return lc(e)},shouldSuppressDescendant(e,r,t){if(r===e||!e.contains(r))return!1;if(t.interactivity==="static"){let n=t.text.trim();return!!(n.length===0||js.test(n)&&n.length<32)}return!0},formatSummary(e,r){var d,c,u;if(lc(e)===0)return null;let{title:t,href:n}=ic(e),s=(u=(c=ac(((d=e.textContent)!=null?d:"").trim()))!=null?c:ac(r.text))!=null?u:"",o=hp(e);return[n&&t?`[${t}](${n})${s?` \u2014 ${s}`:""}`:t?`${t}${s?` \u2014 ${s}`:""}`:s||r.text.trim().slice(0,120),`selector: ${r.selector}`,o.length?`actions: ${o.join(", ")}`:""].filter(Boolean).join(`
|
|
96
|
+
`)}},{id:bp,scoreElement(e){return cc(e)},formatSummary(e,r){if(cc(e)===0)return null;let{title:t,href:n}=ic(e);return[n&&t?`[${t}](${n})`:t||r.text.trim().slice(0,120),`selector: ${r.selector}`].filter(Boolean).join(`
|
|
97
|
+
`)}}];function xp(){typeof console!="undefined"&&typeof console.warn=="function"&&console.warn('[persona] collectEnrichedPageContext: options.mode is "simple" but `rules` were provided; rules are ignored.')}function vp(e){var u,p,f,m,x,b,S,v,T,F,w,P,W;let r=(u=e.options)!=null?u:{},t=(f=(p=r.maxElements)!=null?p:e.maxElements)!=null?f:80,n=(x=(m=r.excludeSelector)!=null?m:e.excludeSelector)!=null?x:".persona-host",s=(S=(b=r.maxTextLength)!=null?b:e.maxTextLength)!=null?S:200,o=(T=(v=r.visibleOnly)!=null?v:e.visibleOnly)!=null?T:!0,a=(F=r.root)!=null?F:e.root,i=(w=r.mode)!=null?w:"structured",d=(P=r.maxCandidates)!=null?P:Math.max(500,t*10),c=(W=e.rules)!=null?W:mc;return i==="simple"&&e.rules&&e.rules.length>0?(xp(),c=[]):i==="simple"&&(c=[]),{mode:i,maxElements:t,maxCandidates:d,excludeSelector:n,maxTextLength:s,visibleOnly:o,root:a,rules:c}}function _s(e){return typeof CSS!="undefined"&&typeof CSS.escape=="function"?CSS.escape(e):e.replace(/([^\w-])/g,"\\$1")}var Cp=["data-testid","data-product","data-action","data-id","data-name","data-type"];function wp(e){let r=e.tagName.toLowerCase(),t=e.getAttribute("role");return r==="a"&&e.hasAttribute("href")?"navigable":r==="input"||r==="select"||r==="textarea"||t==="textbox"||t==="combobox"||t==="listbox"||t==="spinbutton"?"input":r==="button"||t==="button"||pp.has(r)||t&&up.has(t)||e.hasAttribute("tabindex")||e.hasAttribute("onclick")||e.getAttribute("contenteditable")==="true"?"clickable":"static"}function fc(e){if(e.hidden)return!1;try{let r=getComputedStyle(e);if(r.display==="none"||r.visibility==="hidden")return!1}catch{}return!(e.style.display==="none"||e.style.visibility==="hidden")}function Sp(e){let r={},t=e.id;t&&(r.id=t);let n=e.getAttribute("href");n&&(r.href=n);let s=e.getAttribute("aria-label");s&&(r["aria-label"]=s);let o=e.getAttribute("type");o&&(r.type=o);let a=e.getAttribute("value");a&&(r.value=a);let i=e.getAttribute("name");i&&(r.name=i);let d=e.getAttribute("role");d&&(r.role=d);for(let c=0;c<e.attributes.length;c++){let u=e.attributes[c];u.name.startsWith("data-")&&(r[u.name]=u.value)}return r}function hc(e){let r=e.tagName.toLowerCase();if(e.id){let s=`#${_s(e.id)}`;try{if(e.ownerDocument.querySelectorAll(s).length===1)return s}catch{}}for(let s of Cp){let o=e.getAttribute(s);if(o){let a=`${r}[${s}="${_s(o)}"]`;try{if(e.ownerDocument.querySelectorAll(a).length===1)return a}catch{}}}let t=Array.from(e.classList).filter(s=>s&&!s.startsWith("persona-")).slice(0,3);if(t.length>0){let s=`${r}.${t.map(a=>_s(a)).join(".")}`;try{if(e.ownerDocument.querySelectorAll(s).length===1)return s}catch{}let o=e.parentElement;if(o){let i=Array.from(o.querySelectorAll(`:scope > ${r}`)).indexOf(e);if(i>=0){let d=`${s}:nth-of-type(${i+1})`;try{if(e.ownerDocument.querySelectorAll(d).length===1)return d}catch{}}}}let n=e.parentElement;if(n){let o=Array.from(n.querySelectorAll(`:scope > ${r}`)).indexOf(e);if(o>=0)return`${r}:nth-of-type(${o+1})`}return r}function Ap(e){return e==="static"?mp:gp}function yc(e,r){var s;let t=e.tagName.toLowerCase(),n=((s=e.textContent)!=null?s:"").trim().substring(0,r);return{selector:hc(e),tagName:t,text:n,role:e.getAttribute("role"),interactivity:wp(e),attributes:Sp(e)}}function Ep(e,r,t,n){let s=Ap(r.interactivity),o=null;for(let a of t){let i=a.scoreElement(e,r,n);i>0&&(s+=i,a.formatSummary&&!o&&(o=a))}return{score:s,formattingRule:o}}function Tp(e,r){var t;for(let n of e)if(r.el!==n.el&&(t=n.formattingRule)!=null&&t.shouldSuppressDescendant&&n.el.contains(r.el)&&n.formattingRule.shouldSuppressDescendant(n.el,r.el,r.enriched))return!0;return!1}function Mp(e,r){let t={doc:r.ownerDocument,maxTextLength:e.maxTextLength},n=new Set,s=[],o=0,a=document.createTreeWalker(r,NodeFilter.SHOW_ELEMENT,null),i=a.currentNode;for(;i&&s.length<e.maxCandidates;){if(i.nodeType===Node.ELEMENT_NODE){let c=i,u=c.tagName.toLowerCase();if(dc.has(u)){i=a.nextNode();continue}if(e.excludeSelector)try{if(c.closest(e.excludeSelector)){i=a.nextNode();continue}}catch{}if(e.visibleOnly&&!fc(c)){i=a.nextNode();continue}let p=yc(c,e.maxTextLength),f=p.text.length>0,m=Object.keys(p.attributes).length>0&&!Object.keys(p.attributes).every(S=>S==="role");if(!f&&!m){i=a.nextNode();continue}if(n.has(p.selector)){i=a.nextNode();continue}n.add(p.selector);let{score:x,formattingRule:b}=Ep(c,p,e.rules,t);s.push({el:c,domIndex:o,enriched:p,score:x,formattingRule:b}),o+=1}i=a.nextNode()}s.sort((c,u)=>{let p=c.enriched.interactivity==="static"?1:0,f=u.enriched.interactivity==="static"?1:0;return p!==f?p-f:u.score!==c.score?u.score-c.score:c.domIndex-u.domIndex});let d=[];for(let c of s){if(d.length>=e.maxElements)break;Tp(d,c)||d.push(c)}return d.sort((c,u)=>{let p=c.enriched.interactivity==="static"?1:0,f=u.enriched.interactivity==="static"?1:0;return p!==f?p-f:p===1&&u.score!==c.score?u.score-c.score:c.domIndex-u.domIndex}),d.map(c=>{var f;let u;if((f=c.formattingRule)!=null&&f.formatSummary){let m=c.formattingRule.formatSummary(c.el,c.enriched,t);m&&(u=m)}let p={...c.enriched};return u&&(p.formattedSummary=u),p})}function kp(e,r){let t=[],n=new Set,s=document.createTreeWalker(r,NodeFilter.SHOW_ELEMENT,null),o=s.currentNode;for(;o&&t.length<e.maxElements;){if(o.nodeType===Node.ELEMENT_NODE){let d=o,c=d.tagName.toLowerCase();if(dc.has(c)){o=s.nextNode();continue}if(e.excludeSelector)try{if(d.closest(e.excludeSelector)){o=s.nextNode();continue}}catch{}if(e.visibleOnly&&!fc(d)){o=s.nextNode();continue}let u=yc(d,e.maxTextLength),p=u.text.length>0,f=Object.keys(u.attributes).length>0&&!Object.keys(u.attributes).every(m=>m==="role");if(!p&&!f){o=s.nextNode();continue}n.has(u.selector)||(n.add(u.selector),t.push(u))}o=s.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 Lp(e={}){var n;let r=vp(e),t=(n=r.root)!=null?n:document.body;return t?r.mode==="simple"?kp(r,t):Mp(r,t):[]}var Yo=100;function Pp(e,r={}){var o;if(e.length===0)return"No page elements found.";let t=(o=r.mode)!=null?o:"structured",n=[];if(t==="structured"){let a=e.map(i=>i.formattedSummary).filter(i=>!!i&&i.length>0);a.length>0&&n.push(`Structured summaries:
|
|
98
98
|
${a.map(i=>`- ${i.split(`
|
|
99
99
|
`).join(`
|
|
100
100
|
`)}`).join(`
|
|
101
|
-
`)}`)}let s={clickable:[],navigable:[],input:[],static:[]};for(let a of e)t==="structured"&&a.formattedSummary||s[a.interactivity].push(a);if(s.clickable.length>0){let a=s.clickable.map(i=>`- ${i.selector}: "${i.text.substring(0,
|
|
101
|
+
`)}`)}let s={clickable:[],navigable:[],input:[],static:[]};for(let a of e)t==="structured"&&a.formattedSummary||s[a.interactivity].push(a);if(s.clickable.length>0){let a=s.clickable.map(i=>`- ${i.selector}: "${i.text.substring(0,Yo)}" (clickable)`);n.push(`Interactive elements:
|
|
102
102
|
${a.join(`
|
|
103
|
-
`)}`)}if(s.navigable.length>0){let a=s.navigable.map(i=>`- ${i.selector}${i.attributes.href?`[href="${i.attributes.href}"]`:""}: "${i.text.substring(0,
|
|
103
|
+
`)}`)}if(s.navigable.length>0){let a=s.navigable.map(i=>`- ${i.selector}${i.attributes.href?`[href="${i.attributes.href}"]`:""}: "${i.text.substring(0,Yo)}" (navigable)`);n.push(`Navigation links:
|
|
104
104
|
${a.join(`
|
|
105
|
-
`)}`)}if(s.input.length>0){let a=s.input.map(i=>`- ${i.selector}${i.attributes.type?`[type="${i.attributes.type}"]`:""}: "${i.text.substring(0,
|
|
105
|
+
`)}`)}if(s.input.length>0){let a=s.input.map(i=>`- ${i.selector}${i.attributes.type?`[type="${i.attributes.type}"]`:""}: "${i.text.substring(0,Yo)}" (input)`);n.push(`Form inputs:
|
|
106
106
|
${a.join(`
|
|
107
|
-
`)}`)}if(s.static.length>0){let a=s.static.map(i=>`- ${i.selector}: "${i.text.substring(0,
|
|
107
|
+
`)}`)}if(s.static.length>0){let a=s.static.map(i=>`- ${i.selector}: "${i.text.substring(0,Yo)}"`);n.push(`Content:
|
|
108
108
|
${a.join(`
|
|
109
109
|
`)}`)}return n.join(`
|
|
110
110
|
|
|
111
|
-
`)}var
|
|
111
|
+
`)}var bc={name:"@runtypelabs/persona",version:"3.1.0",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"},"./widget.css":{import:"./widget.css",default:"./dist/widget.css"}},files:["dist","widget.css","src"],scripts:{build:"rimraf dist && npm run build:styles && npm run build:client && npm run build:installer","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,iife --global-name AgentWidget --minify --sourcemap --splitting false --dts --loader ".css=text"',"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 Mr=bc.version;function Bn(e){if(e!==void 0)return typeof e=="string"?e:Array.isArray(e)?`[${e.map(r=>r.toString()).join(", ")}]`:e.toString()}function Wp(e){if(e)return{getHeaders:Bn(e.getHeaders),onFeedback:Bn(e.onFeedback),onCopy:Bn(e.onCopy),requestMiddleware:Bn(e.requestMiddleware),actionHandlers:Bn(e.actionHandlers),actionParsers:Bn(e.actionParsers),postprocessMessage:Bn(e.postprocessMessage),contextProviders:Bn(e.contextProviders),streamParser:Bn(e.streamParser)}}var xc=`({ text, message }: any) => {
|
|
112
112
|
const jsonSource = (message as any).rawContent || text || message.content;
|
|
113
113
|
if (!jsonSource || typeof jsonSource !== 'string') return null;
|
|
114
114
|
let cleanJson = jsonSource
|
|
@@ -121,7 +121,7 @@ ${a.join(`
|
|
|
121
121
|
if (parsed.action) return { type: parsed.action, payload: parsed };
|
|
122
122
|
} catch (e) { return null; }
|
|
123
123
|
return null;
|
|
124
|
-
}`,
|
|
124
|
+
}`,vc=`function(ctx) {
|
|
125
125
|
var jsonSource = ctx.message.rawContent || ctx.text || ctx.message.content;
|
|
126
126
|
if (!jsonSource || typeof jsonSource !== 'string') return null;
|
|
127
127
|
var cleanJson = jsonSource
|
|
@@ -134,7 +134,7 @@ ${a.join(`
|
|
|
134
134
|
if (parsed.action) return { type: parsed.action, payload: parsed };
|
|
135
135
|
} catch (e) { return null; }
|
|
136
136
|
return null;
|
|
137
|
-
}`,
|
|
137
|
+
}`,Cc=`(action: any, context: any) => {
|
|
138
138
|
if (action.type !== 'nav_then_click') return;
|
|
139
139
|
const payload = action.payload || action.raw || {};
|
|
140
140
|
const url = payload?.page;
|
|
@@ -151,7 +151,7 @@ ${a.join(`
|
|
|
151
151
|
const targetUrl = url.startsWith('http') ? url : new URL(url, window.location.origin).toString();
|
|
152
152
|
window.location.href = targetUrl;
|
|
153
153
|
return { handled: true, displayText: text };
|
|
154
|
-
}`,
|
|
154
|
+
}`,wc=`function(action, context) {
|
|
155
155
|
if (action.type !== 'nav_then_click') return;
|
|
156
156
|
var payload = action.payload || action.raw || {};
|
|
157
157
|
var url = payload.page;
|
|
@@ -168,24 +168,24 @@ ${a.join(`
|
|
|
168
168
|
var targetUrl = url.startsWith('http') ? url : new URL(url, window.location.origin).toString();
|
|
169
169
|
window.location.href = targetUrl;
|
|
170
170
|
return { handled: true, displayText: text };
|
|
171
|
-
}`,
|
|
171
|
+
}`,Rp=`(parsed: any) => {
|
|
172
172
|
if (!parsed || typeof parsed !== 'object') return null;
|
|
173
173
|
if (parsed.action === 'nav_then_click') return 'Navigating...';
|
|
174
174
|
if (parsed.action === 'message') return parsed.text || '';
|
|
175
175
|
if (parsed.action === 'message_and_click') return parsed.text || 'Processing...';
|
|
176
176
|
return parsed.text || null;
|
|
177
|
-
}`,
|
|
177
|
+
}`,Hp=`function(parsed) {
|
|
178
178
|
if (!parsed || typeof parsed !== 'object') return null;
|
|
179
179
|
if (parsed.action === 'nav_then_click') return 'Navigating...';
|
|
180
180
|
if (parsed.action === 'message') return parsed.text || '';
|
|
181
181
|
if (parsed.action === 'message_and_click') return parsed.text || 'Processing...';
|
|
182
182
|
return parsed.text || null;
|
|
183
|
-
}`;function
|
|
184
|
-
`)}function
|
|
185
|
-
`)}function Op(e,r){let t=r==null?void 0:r.hooks,n=["// 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&&n.push(` apiUrl: "${e.apiUrl}",`),e.clientToken&&n.push(` clientToken: "${e.clientToken}",`),e.flowId&&n.push(` flowId: "${e.flowId}",`),e.theme&&typeof e.theme=="object"&&Object.keys(e.theme).length>0&&qn(n,"theme",e.theme," "),e.launcher&&qn(n,"launcher",e.launcher," "),e.copy&&(n.push(" copy: {"),Object.entries(e.copy).forEach(([s,o])=>{n.push(` ${s}: "${o}",`)}),n.push(" },")),e.sendButton&&(n.push(" sendButton: {"),Object.entries(e.sendButton).forEach(([s,o])=>{typeof o=="string"?n.push(` ${s}: "${o}",`):typeof o=="boolean"&&n.push(` ${s}: ${o},`)}),n.push(" },")),e.voiceRecognition&&(n.push(" voiceRecognition: {"),Object.entries(e.voiceRecognition).forEach(([s,o])=>{typeof o=="string"?n.push(` ${s}: "${o}",`):typeof o=="boolean"?n.push(` ${s}: ${o},`):typeof o=="number"&&n.push(` ${s}: ${o},`)}),n.push(" },")),e.statusIndicator&&(n.push(" statusIndicator: {"),Object.entries(e.statusIndicator).forEach(([s,o])=>{typeof o=="string"?n.push(` ${s}: "${o}",`):typeof o=="boolean"&&n.push(` ${s}: ${o},`)}),n.push(" },")),e.features&&(n.push(" features: {"),Object.entries(e.features).forEach(([s,o])=>{n.push(` ${s}: ${o},`)}),n.push(" },")),e.suggestionChips&&e.suggestionChips.length>0&&(n.push(" suggestionChips: ["),e.suggestionChips.forEach(s=>{n.push(` "${s}",`)}),n.push(" ],")),e.suggestionChipsConfig&&(n.push(" suggestionChipsConfig: {"),e.suggestionChipsConfig.fontFamily&&n.push(` fontFamily: "${e.suggestionChipsConfig.fontFamily}",`),e.suggestionChipsConfig.fontWeight&&n.push(` fontWeight: "${e.suggestionChipsConfig.fontWeight}",`),e.suggestionChipsConfig.paddingX&&n.push(` paddingX: "${e.suggestionChipsConfig.paddingX}",`),e.suggestionChipsConfig.paddingY&&n.push(` paddingY: "${e.suggestionChipsConfig.paddingY}",`),n.push(" },")),n.push(...Go(e," ")),n.push(...Xo(e," ",t)),n.push(...Zo(e," ")),n.push(...Qo(e," ")),t!=null&&t.getHeaders&&n.push(` getHeaders: ${t.getHeaders},`),t!=null&&t.contextProviders&&n.push(` contextProviders: ${t.contextProviders},`),e.debug&&n.push(` debug: ${e.debug},`),n.push(" initialMessages: loadSavedMessages(),"),t!=null&&t.streamParser?n.push(` streamParser: ${t.streamParser},`):(n.push(" // Flexible JSON stream parser for handling structured actions"),n.push(` streamParser: () => createFlexibleJsonStreamParser(${Wp}),`)),t!=null&&t.actionParsers?(n.push(" // Action parsers (custom merged with defaults)"),n.push(` actionParsers: [...(${t.actionParsers}), defaultJsonActionParser,`),n.push(" // Built-in parser for markdown-wrapped JSON"),n.push(` ${bc}`),n.push(" ],")):(n.push(" // Action parsers to detect JSON actions in responses"),n.push(" actionParsers: ["),n.push(" defaultJsonActionParser,"),n.push(" // Parser for markdown-wrapped JSON"),n.push(` ${bc}`),n.push(" ],")),t!=null&&t.actionHandlers?(n.push(" // Action handlers (custom merged with defaults)"),n.push(` actionHandlers: [...(${t.actionHandlers}),`),n.push(" defaultActionHandlers.message,"),n.push(" defaultActionHandlers.messageAndClick,"),n.push(" // Built-in handler for nav_then_click action"),n.push(` ${vc}`),n.push(" ],")):(n.push(" // Action handlers for navigation and other actions"),n.push(" actionHandlers: ["),n.push(" defaultActionHandlers.message,"),n.push(" defaultActionHandlers.messageAndClick,"),n.push(" // Handler for nav_then_click action"),n.push(` ${vc}`),n.push(" ],")),t!=null&&t.postprocessMessage?n.push(` postprocessMessage: ${t.postprocessMessage},`):n.push(" postprocessMessage: ({ text }) => markdownPostprocessor(text),"),t!=null&&t.requestMiddleware?(n.push(" // Request middleware (custom merged with DOM context)"),n.push(" requestMiddleware: ({ payload, config }) => {"),n.push(` const customResult = (${t.requestMiddleware})({ payload, config });`),n.push(" const merged = customResult || payload;"),n.push(" return {"),n.push(" ...merged,"),n.push(" metadata: { ...merged.metadata, ...collectDOMContext() }"),n.push(" };"),n.push(" }")):(n.push(" requestMiddleware: ({ payload }) => {"),n.push(" return {"),n.push(" ...payload,"),n.push(" metadata: collectDOMContext()"),n.push(" };"),n.push(" }")),n.push(" }"),n.push(" });"),n.push(""),n.push(" // Save state on message events"),n.push(" const handleMessage = () => {"),n.push(" const session = handle?.getSession?.();"),n.push(" if (session) {"),n.push(" localStorage.setItem(STORAGE_KEY, JSON.stringify({"),n.push(" messages: session.messages,"),n.push(" timestamp: new Date().toISOString()"),n.push(" }));"),n.push(" }"),n.push(" };"),n.push(""),n.push(" // Clear state on clear chat"),n.push(" const handleClearChat = () => {"),n.push(" localStorage.removeItem(STORAGE_KEY);"),n.push(" localStorage.removeItem(PROCESSED_ACTIONS_KEY);"),n.push(" };"),n.push(""),n.push(" window.addEventListener('persona:message', handleMessage);"),n.push(" window.addEventListener('persona:clear-chat', handleClearChat);"),n.push(""),n.push(" // Cleanup on unmount"),n.push(" return () => {"),n.push(" window.removeEventListener('persona:message', handleMessage);"),n.push(" window.removeEventListener('persona:clear-chat', handleClearChat);"),n.push(" if (handle) {"),n.push(" handle.destroy();"),n.push(" }"),n.push(" };"),n.push(" }, []);"),n.push(""),n.push(" return null; // Widget injects itself into the DOM"),n.push("}"),n.push(""),n.push("// Usage: Collects DOM context for AI-powered navigation"),n.push("// Features:"),n.push("// - Extracts page elements (products, buttons, links)"),n.push("// - Persists chat history across page loads"),n.push("// - Handles navigation actions (nav_then_click)"),n.push("// - Processes structured JSON actions from AI"),n.push("//"),n.push("// Example usage in Next.js:"),n.push("// import { ChatWidgetAdvanced } from './components/ChatWidgetAdvanced';"),n.push("//"),n.push("// export default function RootLayout({ children }) {"),n.push("// return ("),n.push('// <html lang="en">'),n.push("// <body>"),n.push("// {children}"),n.push("// <ChatWidgetAdvanced />"),n.push("// </body>"),n.push("// </html>"),n.push("// );"),n.push("// }"),n.join(`
|
|
186
|
-
`)}function
|
|
187
|
-
`)}function
|
|
183
|
+
}`;function Bp(e){if(!e)return null;let r=e.toString();return r.includes("createJsonStreamParser")||r.includes("partial-json")?"json":r.includes("createRegexJsonParser")||r.includes("regex")?"regex-json":r.includes("createXmlParser")||r.includes("<text>")?"xml":null}function Go(e){var r,t;return(t=(r=e.parserType)!=null?r:Bp(e.streamParser))!=null?t:"plain"}function Xo(e,r){let t=[];return e.toolCall&&(t.push(`${r}toolCall: {`),Object.entries(e.toolCall).forEach(([n,s])=>{typeof s=="string"&&t.push(`${r} ${n}: "${s}",`)}),t.push(`${r}},`)),t}function Zo(e,r,t){let n=[],s=e.messageActions&&Object.entries(e.messageActions).some(([a,i])=>a!=="onFeedback"&&a!=="onCopy"&&i!==void 0),o=(t==null?void 0:t.onFeedback)||(t==null?void 0:t.onCopy);return(s||o)&&(n.push(`${r}messageActions: {`),e.messageActions&&Object.entries(e.messageActions).forEach(([a,i])=>{a==="onFeedback"||a==="onCopy"||(typeof i=="string"?n.push(`${r} ${a}: "${i}",`):typeof i=="boolean"&&n.push(`${r} ${a}: ${i},`))}),t!=null&&t.onFeedback&&n.push(`${r} onFeedback: ${t.onFeedback},`),t!=null&&t.onCopy&&n.push(`${r} onCopy: ${t.onCopy},`),n.push(`${r}},`)),n}function Qo(e,r){let t=[];if(e.markdown){let n=e.markdown.options&&Object.keys(e.markdown.options).length>0,s=e.markdown.disableDefaultStyles!==void 0;(n||s)&&(t.push(`${r}markdown: {`),n&&(t.push(`${r} options: {`),Object.entries(e.markdown.options).forEach(([o,a])=>{typeof a=="string"?t.push(`${r} ${o}: "${a}",`):typeof a=="boolean"&&t.push(`${r} ${o}: ${a},`)}),t.push(`${r} },`)),s&&t.push(`${r} disableDefaultStyles: ${e.markdown.disableDefaultStyles},`),t.push(`${r}},`))}return t}function es(e,r){let t=[];if(e.layout){let n=e.layout.header&&Object.keys(e.layout.header).some(o=>o!=="render"),s=e.layout.messages&&Object.keys(e.layout.messages).some(o=>o!=="renderUserMessage"&&o!=="renderAssistantMessage");(n||s)&&(t.push(`${r}layout: {`),n&&(t.push(`${r} header: {`),Object.entries(e.layout.header).forEach(([o,a])=>{o!=="render"&&(typeof a=="string"?t.push(`${r} ${o}: "${a}",`):typeof a=="boolean"&&t.push(`${r} ${o}: ${a},`))}),t.push(`${r} },`)),s&&(t.push(`${r} messages: {`),Object.entries(e.layout.messages).forEach(([o,a])=>{o==="renderUserMessage"||o==="renderAssistantMessage"||(o==="avatar"&&typeof a=="object"&&a!==null?(t.push(`${r} avatar: {`),Object.entries(a).forEach(([i,d])=>{typeof d=="string"?t.push(`${r} ${i}: "${d}",`):typeof d=="boolean"&&t.push(`${r} ${i}: ${d},`)}),t.push(`${r} },`)):o==="timestamp"&&typeof a=="object"&&a!==null?Object.entries(a).some(([d])=>d!=="format")&&(t.push(`${r} timestamp: {`),Object.entries(a).forEach(([d,c])=>{d!=="format"&&(typeof c=="string"?t.push(`${r} ${d}: "${c}",`):typeof c=="boolean"&&t.push(`${r} ${d}: ${c},`))}),t.push(`${r} },`)):typeof a=="string"?t.push(`${r} ${o}: "${a}",`):typeof a=="boolean"&&t.push(`${r} ${o}: ${a},`))}),t.push(`${r} },`)),t.push(`${r}},`))}return t}function zs(e,r){let t=[];return e&&(e.getHeaders&&t.push(`${r}getHeaders: ${e.getHeaders},`),e.requestMiddleware&&t.push(`${r}requestMiddleware: ${e.requestMiddleware},`),e.actionParsers&&t.push(`${r}actionParsers: ${e.actionParsers},`),e.actionHandlers&&t.push(`${r}actionHandlers: ${e.actionHandlers},`),e.contextProviders&&t.push(`${r}contextProviders: ${e.contextProviders},`),e.streamParser&&t.push(`${r}streamParser: ${e.streamParser},`)),t}function Sc(e,r,t){Object.entries(r).forEach(([n,s])=>{if(!(s===void 0||typeof s=="function")){if(Array.isArray(s)){e.push(`${t}${n}: ${JSON.stringify(s)},`);return}if(s&&typeof s=="object"){e.push(`${t}${n}: {`),Sc(e,s,`${t} `),e.push(`${t}},`);return}e.push(`${t}${n}: ${JSON.stringify(s)},`)}})}function qn(e,r,t,n){t&&(e.push(`${n}${r}: {`),Sc(e,t,`${n} `),e.push(`${n}},`))}function Dp(e,r="esm",t){let n={...e};delete n.postprocessMessage,delete n.initialMessages;let s=t?{...t,hooks:Wp(t.hooks)}:void 0;return r==="esm"?Np(n,s):r==="script-installer"?$p(n):r==="script-advanced"?jp(n,s):r==="react-component"?Op(n,s):r==="react-advanced"?Fp(n,s):_p(n,s)}function Np(e,r){let t=r==null?void 0:r.hooks,n=Go(e),s=n!=="plain",o=["import '@runtypelabs/persona/widget.css';","import { initAgentWidget, markdownPostprocessor } from '@runtypelabs/persona';","","initAgentWidget({"," target: 'body',"," config: {"];return e.apiUrl&&o.push(` apiUrl: "${e.apiUrl}",`),e.clientToken&&o.push(` clientToken: "${e.clientToken}",`),e.flowId&&o.push(` flowId: "${e.flowId}",`),s&&o.push(` parserType: "${n}",`),e.theme&&typeof e.theme=="object"&&Object.keys(e.theme).length>0&&qn(o,"theme",e.theme," "),e.launcher&&qn(o,"launcher",e.launcher," "),e.copy&&(o.push(" copy: {"),Object.entries(e.copy).forEach(([a,i])=>{o.push(` ${a}: "${i}",`)}),o.push(" },")),e.sendButton&&(o.push(" sendButton: {"),Object.entries(e.sendButton).forEach(([a,i])=>{typeof i=="string"?o.push(` ${a}: "${i}",`):typeof i=="boolean"&&o.push(` ${a}: ${i},`)}),o.push(" },")),e.voiceRecognition&&(o.push(" voiceRecognition: {"),Object.entries(e.voiceRecognition).forEach(([a,i])=>{typeof i=="string"?o.push(` ${a}: "${i}",`):typeof i=="boolean"?o.push(` ${a}: ${i},`):typeof i=="number"&&o.push(` ${a}: ${i},`)}),o.push(" },")),e.statusIndicator&&(o.push(" statusIndicator: {"),Object.entries(e.statusIndicator).forEach(([a,i])=>{typeof i=="string"?o.push(` ${a}: "${i}",`):typeof i=="boolean"&&o.push(` ${a}: ${i},`)}),o.push(" },")),e.features&&(o.push(" features: {"),Object.entries(e.features).forEach(([a,i])=>{o.push(` ${a}: ${i},`)}),o.push(" },")),e.suggestionChips&&e.suggestionChips.length>0&&(o.push(" suggestionChips: ["),e.suggestionChips.forEach(a=>{o.push(` "${a}",`)}),o.push(" ],")),e.suggestionChipsConfig&&(o.push(" suggestionChipsConfig: {"),e.suggestionChipsConfig.fontFamily&&o.push(` fontFamily: "${e.suggestionChipsConfig.fontFamily}",`),e.suggestionChipsConfig.fontWeight&&o.push(` fontWeight: "${e.suggestionChipsConfig.fontWeight}",`),e.suggestionChipsConfig.paddingX&&o.push(` paddingX: "${e.suggestionChipsConfig.paddingX}",`),e.suggestionChipsConfig.paddingY&&o.push(` paddingY: "${e.suggestionChipsConfig.paddingY}",`),o.push(" },")),o.push(...Xo(e," ")),o.push(...Zo(e," ",t)),o.push(...Qo(e," ")),o.push(...es(e," ")),o.push(...zs(t," ")),e.debug&&o.push(` debug: ${e.debug},`),t!=null&&t.postprocessMessage?o.push(` postprocessMessage: ${t.postprocessMessage}`):o.push(" postprocessMessage: ({ text }) => markdownPostprocessor(text)"),o.push(" }"),o.push("});"),o.join(`
|
|
184
|
+
`)}function Op(e,r){let t=r==null?void 0:r.hooks,n=Go(e),s=n!=="plain",o=["// 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&&o.push(` apiUrl: "${e.apiUrl}",`),e.clientToken&&o.push(` clientToken: "${e.clientToken}",`),e.flowId&&o.push(` flowId: "${e.flowId}",`),s&&o.push(` parserType: "${n}",`),e.theme&&typeof e.theme=="object"&&Object.keys(e.theme).length>0&&qn(o,"theme",e.theme," "),e.launcher&&qn(o,"launcher",e.launcher," "),e.copy&&(o.push(" copy: {"),Object.entries(e.copy).forEach(([a,i])=>{o.push(` ${a}: "${i}",`)}),o.push(" },")),e.sendButton&&(o.push(" sendButton: {"),Object.entries(e.sendButton).forEach(([a,i])=>{typeof i=="string"?o.push(` ${a}: "${i}",`):typeof i=="boolean"&&o.push(` ${a}: ${i},`)}),o.push(" },")),e.voiceRecognition&&(o.push(" voiceRecognition: {"),Object.entries(e.voiceRecognition).forEach(([a,i])=>{typeof i=="string"?o.push(` ${a}: "${i}",`):typeof i=="boolean"?o.push(` ${a}: ${i},`):typeof i=="number"&&o.push(` ${a}: ${i},`)}),o.push(" },")),e.statusIndicator&&(o.push(" statusIndicator: {"),Object.entries(e.statusIndicator).forEach(([a,i])=>{typeof i=="string"?o.push(` ${a}: "${i}",`):typeof i=="boolean"&&o.push(` ${a}: ${i},`)}),o.push(" },")),e.features&&(o.push(" features: {"),Object.entries(e.features).forEach(([a,i])=>{o.push(` ${a}: ${i},`)}),o.push(" },")),e.suggestionChips&&e.suggestionChips.length>0&&(o.push(" suggestionChips: ["),e.suggestionChips.forEach(a=>{o.push(` "${a}",`)}),o.push(" ],")),e.suggestionChipsConfig&&(o.push(" suggestionChipsConfig: {"),e.suggestionChipsConfig.fontFamily&&o.push(` fontFamily: "${e.suggestionChipsConfig.fontFamily}",`),e.suggestionChipsConfig.fontWeight&&o.push(` fontWeight: "${e.suggestionChipsConfig.fontWeight}",`),e.suggestionChipsConfig.paddingX&&o.push(` paddingX: "${e.suggestionChipsConfig.paddingX}",`),e.suggestionChipsConfig.paddingY&&o.push(` paddingY: "${e.suggestionChipsConfig.paddingY}",`),o.push(" },")),o.push(...Xo(e," ")),o.push(...Zo(e," ",t)),o.push(...Qo(e," ")),o.push(...es(e," ")),o.push(...zs(t," ")),e.debug&&o.push(` debug: ${e.debug},`),t!=null&&t.postprocessMessage?o.push(` postprocessMessage: ${t.postprocessMessage}`):o.push(" postprocessMessage: ({ text }) => markdownPostprocessor(text)"),o.push(" }"),o.push(" });"),o.push(""),o.push(" // Cleanup on unmount"),o.push(" return () => {"),o.push(" if (handle) {"),o.push(" handle.destroy();"),o.push(" }"),o.push(" };"),o.push(" }, []);"),o.push(""),o.push(" return null; // Widget injects itself into the DOM"),o.push("}"),o.push(""),o.push("// Usage in your app:"),o.push("// import { ChatWidget } from './components/ChatWidget';"),o.push("//"),o.push("// export default function App() {"),o.push("// return ("),o.push("// <div>"),o.push("// {/* Your app content */}"),o.push("// <ChatWidget />"),o.push("// </div>"),o.push("// );"),o.push("// }"),o.join(`
|
|
185
|
+
`)}function Fp(e,r){let t=r==null?void 0:r.hooks,n=["// 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&&n.push(` apiUrl: "${e.apiUrl}",`),e.clientToken&&n.push(` clientToken: "${e.clientToken}",`),e.flowId&&n.push(` flowId: "${e.flowId}",`),e.theme&&typeof e.theme=="object"&&Object.keys(e.theme).length>0&&qn(n,"theme",e.theme," "),e.launcher&&qn(n,"launcher",e.launcher," "),e.copy&&(n.push(" copy: {"),Object.entries(e.copy).forEach(([s,o])=>{n.push(` ${s}: "${o}",`)}),n.push(" },")),e.sendButton&&(n.push(" sendButton: {"),Object.entries(e.sendButton).forEach(([s,o])=>{typeof o=="string"?n.push(` ${s}: "${o}",`):typeof o=="boolean"&&n.push(` ${s}: ${o},`)}),n.push(" },")),e.voiceRecognition&&(n.push(" voiceRecognition: {"),Object.entries(e.voiceRecognition).forEach(([s,o])=>{typeof o=="string"?n.push(` ${s}: "${o}",`):typeof o=="boolean"?n.push(` ${s}: ${o},`):typeof o=="number"&&n.push(` ${s}: ${o},`)}),n.push(" },")),e.statusIndicator&&(n.push(" statusIndicator: {"),Object.entries(e.statusIndicator).forEach(([s,o])=>{typeof o=="string"?n.push(` ${s}: "${o}",`):typeof o=="boolean"&&n.push(` ${s}: ${o},`)}),n.push(" },")),e.features&&(n.push(" features: {"),Object.entries(e.features).forEach(([s,o])=>{n.push(` ${s}: ${o},`)}),n.push(" },")),e.suggestionChips&&e.suggestionChips.length>0&&(n.push(" suggestionChips: ["),e.suggestionChips.forEach(s=>{n.push(` "${s}",`)}),n.push(" ],")),e.suggestionChipsConfig&&(n.push(" suggestionChipsConfig: {"),e.suggestionChipsConfig.fontFamily&&n.push(` fontFamily: "${e.suggestionChipsConfig.fontFamily}",`),e.suggestionChipsConfig.fontWeight&&n.push(` fontWeight: "${e.suggestionChipsConfig.fontWeight}",`),e.suggestionChipsConfig.paddingX&&n.push(` paddingX: "${e.suggestionChipsConfig.paddingX}",`),e.suggestionChipsConfig.paddingY&&n.push(` paddingY: "${e.suggestionChipsConfig.paddingY}",`),n.push(" },")),n.push(...Xo(e," ")),n.push(...Zo(e," ",t)),n.push(...Qo(e," ")),n.push(...es(e," ")),t!=null&&t.getHeaders&&n.push(` getHeaders: ${t.getHeaders},`),t!=null&&t.contextProviders&&n.push(` contextProviders: ${t.contextProviders},`),e.debug&&n.push(` debug: ${e.debug},`),n.push(" initialMessages: loadSavedMessages(),"),t!=null&&t.streamParser?n.push(` streamParser: ${t.streamParser},`):(n.push(" // Flexible JSON stream parser for handling structured actions"),n.push(` streamParser: () => createFlexibleJsonStreamParser(${Rp}),`)),t!=null&&t.actionParsers?(n.push(" // Action parsers (custom merged with defaults)"),n.push(` actionParsers: [...(${t.actionParsers}), defaultJsonActionParser,`),n.push(" // Built-in parser for markdown-wrapped JSON"),n.push(` ${xc}`),n.push(" ],")):(n.push(" // Action parsers to detect JSON actions in responses"),n.push(" actionParsers: ["),n.push(" defaultJsonActionParser,"),n.push(" // Parser for markdown-wrapped JSON"),n.push(` ${xc}`),n.push(" ],")),t!=null&&t.actionHandlers?(n.push(" // Action handlers (custom merged with defaults)"),n.push(` actionHandlers: [...(${t.actionHandlers}),`),n.push(" defaultActionHandlers.message,"),n.push(" defaultActionHandlers.messageAndClick,"),n.push(" // Built-in handler for nav_then_click action"),n.push(` ${Cc}`),n.push(" ],")):(n.push(" // Action handlers for navigation and other actions"),n.push(" actionHandlers: ["),n.push(" defaultActionHandlers.message,"),n.push(" defaultActionHandlers.messageAndClick,"),n.push(" // Handler for nav_then_click action"),n.push(` ${Cc}`),n.push(" ],")),t!=null&&t.postprocessMessage?n.push(` postprocessMessage: ${t.postprocessMessage},`):n.push(" postprocessMessage: ({ text }) => markdownPostprocessor(text),"),t!=null&&t.requestMiddleware?(n.push(" // Request middleware (custom merged with DOM context)"),n.push(" requestMiddleware: ({ payload, config }) => {"),n.push(` const customResult = (${t.requestMiddleware})({ payload, config });`),n.push(" const merged = customResult || payload;"),n.push(" return {"),n.push(" ...merged,"),n.push(" metadata: { ...merged.metadata, ...collectDOMContext() }"),n.push(" };"),n.push(" }")):(n.push(" requestMiddleware: ({ payload }) => {"),n.push(" return {"),n.push(" ...payload,"),n.push(" metadata: collectDOMContext()"),n.push(" };"),n.push(" }")),n.push(" }"),n.push(" });"),n.push(""),n.push(" // Save state on message events"),n.push(" const handleMessage = () => {"),n.push(" const session = handle?.getSession?.();"),n.push(" if (session) {"),n.push(" localStorage.setItem(STORAGE_KEY, JSON.stringify({"),n.push(" messages: session.messages,"),n.push(" timestamp: new Date().toISOString()"),n.push(" }));"),n.push(" }"),n.push(" };"),n.push(""),n.push(" // Clear state on clear chat"),n.push(" const handleClearChat = () => {"),n.push(" localStorage.removeItem(STORAGE_KEY);"),n.push(" localStorage.removeItem(PROCESSED_ACTIONS_KEY);"),n.push(" };"),n.push(""),n.push(" window.addEventListener('persona:message', handleMessage);"),n.push(" window.addEventListener('persona:clear-chat', handleClearChat);"),n.push(""),n.push(" // Cleanup on unmount"),n.push(" return () => {"),n.push(" window.removeEventListener('persona:message', handleMessage);"),n.push(" window.removeEventListener('persona:clear-chat', handleClearChat);"),n.push(" if (handle) {"),n.push(" handle.destroy();"),n.push(" }"),n.push(" };"),n.push(" }, []);"),n.push(""),n.push(" return null; // Widget injects itself into the DOM"),n.push("}"),n.push(""),n.push("// Usage: Collects DOM context for AI-powered navigation"),n.push("// Features:"),n.push("// - Extracts page elements (products, buttons, links)"),n.push("// - Persists chat history across page loads"),n.push("// - Handles navigation actions (nav_then_click)"),n.push("// - Processes structured JSON actions from AI"),n.push("//"),n.push("// Example usage in Next.js:"),n.push("// import { ChatWidgetAdvanced } from './components/ChatWidgetAdvanced';"),n.push("//"),n.push("// export default function RootLayout({ children }) {"),n.push("// return ("),n.push('// <html lang="en">'),n.push("// <body>"),n.push("// {children}"),n.push("// <ChatWidgetAdvanced />"),n.push("// </body>"),n.push("// </html>"),n.push("// );"),n.push("// }"),n.join(`
|
|
186
|
+
`)}function Ac(e){var s;let r=Go(e),t=r!=="plain",n={};if(e.apiUrl&&(n.apiUrl=e.apiUrl),e.clientToken&&(n.clientToken=e.clientToken),e.flowId&&(n.flowId=e.flowId),t&&(n.parserType=r),e.theme&&(n.theme=e.theme),e.launcher&&(n.launcher=e.launcher),e.copy&&(n.copy=e.copy),e.sendButton&&(n.sendButton=e.sendButton),e.voiceRecognition&&(n.voiceRecognition=e.voiceRecognition),e.statusIndicator&&(n.statusIndicator=e.statusIndicator),e.features&&(n.features=e.features),((s=e.suggestionChips)==null?void 0:s.length)>0&&(n.suggestionChips=e.suggestionChips),e.suggestionChipsConfig&&(n.suggestionChipsConfig=e.suggestionChipsConfig),e.debug&&(n.debug=e.debug),e.toolCall){let o={};Object.entries(e.toolCall).forEach(([a,i])=>{typeof i=="string"&&(o[a]=i)}),Object.keys(o).length>0&&(n.toolCall=o)}if(e.messageActions){let o={};Object.entries(e.messageActions).forEach(([a,i])=>{a!=="onFeedback"&&a!=="onCopy"&&i!==void 0&&(typeof i=="string"||typeof i=="boolean")&&(o[a]=i)}),Object.keys(o).length>0&&(n.messageActions=o)}if(e.markdown){let o={};e.markdown.options&&(o.options=e.markdown.options),e.markdown.disableDefaultStyles!==void 0&&(o.disableDefaultStyles=e.markdown.disableDefaultStyles),Object.keys(o).length>0&&(n.markdown=o)}if(e.layout){let o={};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&&(o.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 c={};Object.entries(d).forEach(([u,p])=>{u!=="format"&&(typeof p=="string"||typeof p=="boolean")&&(c[u]=p)}),Object.keys(c).length>0&&(a.timestamp=c)}else(typeof d=="string"||typeof d=="boolean")&&(a[i]=d)}),Object.keys(a).length>0&&(o.messages=a)}Object.keys(o).length>0&&(n.layout=o)}return n}function $p(e){let r=Ac(e),t=JSON.stringify(r,null,0).replace(/'/g,"'");return`<script src="https://cdn.jsdelivr.net/npm/@runtypelabs/persona@${Mr}/dist/install.global.js" data-config='${t}'></script>`}function _p(e,r){let t=r==null?void 0:r.hooks,n=Go(e),s=n!=="plain",o=["<!-- Load CSS -->",`<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/@runtypelabs/persona@${Mr}/dist/widget.css" />`,"","<!-- Load JavaScript -->",`<script src="https://cdn.jsdelivr.net/npm/@runtypelabs/persona@${Mr}/dist/index.global.js"></script>`,"","<!-- Initialize widget -->","<script>"," window.AgentWidget.initAgentWidget({"," target: 'body',"," config: {"];return e.apiUrl&&o.push(` apiUrl: "${e.apiUrl}",`),e.clientToken&&o.push(` clientToken: "${e.clientToken}",`),e.flowId&&o.push(` flowId: "${e.flowId}",`),s&&o.push(` parserType: "${n}",`),e.theme&&typeof e.theme=="object"&&Object.keys(e.theme).length>0&&qn(o,"theme",e.theme," "),e.launcher&&qn(o,"launcher",e.launcher," "),e.copy&&(o.push(" copy: {"),Object.entries(e.copy).forEach(([a,i])=>{o.push(` ${a}: "${i}",`)}),o.push(" },")),e.sendButton&&(o.push(" sendButton: {"),Object.entries(e.sendButton).forEach(([a,i])=>{typeof i=="string"?o.push(` ${a}: "${i}",`):typeof i=="boolean"&&o.push(` ${a}: ${i},`)}),o.push(" },")),e.voiceRecognition&&(o.push(" voiceRecognition: {"),Object.entries(e.voiceRecognition).forEach(([a,i])=>{typeof i=="string"?o.push(` ${a}: "${i}",`):typeof i=="boolean"?o.push(` ${a}: ${i},`):typeof i=="number"&&o.push(` ${a}: ${i},`)}),o.push(" },")),e.statusIndicator&&(o.push(" statusIndicator: {"),Object.entries(e.statusIndicator).forEach(([a,i])=>{typeof i=="string"?o.push(` ${a}: "${i}",`):typeof i=="boolean"&&o.push(` ${a}: ${i},`)}),o.push(" },")),e.features&&(o.push(" features: {"),Object.entries(e.features).forEach(([a,i])=>{o.push(` ${a}: ${i},`)}),o.push(" },")),e.suggestionChips&&e.suggestionChips.length>0&&(o.push(" suggestionChips: ["),e.suggestionChips.forEach(a=>{o.push(` "${a}",`)}),o.push(" ],")),e.suggestionChipsConfig&&(o.push(" suggestionChipsConfig: {"),e.suggestionChipsConfig.fontFamily&&o.push(` fontFamily: "${e.suggestionChipsConfig.fontFamily}",`),e.suggestionChipsConfig.fontWeight&&o.push(` fontWeight: "${e.suggestionChipsConfig.fontWeight}",`),e.suggestionChipsConfig.paddingX&&o.push(` paddingX: "${e.suggestionChipsConfig.paddingX}",`),e.suggestionChipsConfig.paddingY&&o.push(` paddingY: "${e.suggestionChipsConfig.paddingY}",`),o.push(" },")),o.push(...Xo(e," ")),o.push(...Zo(e," ",t)),o.push(...Qo(e," ")),o.push(...es(e," ")),o.push(...zs(t," ")),e.debug&&o.push(` debug: ${e.debug},`),t!=null&&t.postprocessMessage?o.push(` postprocessMessage: ${t.postprocessMessage}`):o.push(" postprocessMessage: ({ text }) => window.AgentWidget.markdownPostprocessor(text)"),o.push(" }"),o.push(" });"),o.push("</script>"),o.join(`
|
|
187
|
+
`)}function jp(e,r){let t=r==null?void 0:r.hooks,n=Ac(e),o=["<script>","(function() {"," 'use strict';",""," // Configuration",` var CONFIG = ${JSON.stringify(n,null,2).split(`
|
|
188
188
|
`).map((a,i)=>i===0?a:" "+a).join(`
|
|
189
|
-
`)};`,""," // Constants",` var CDN_BASE = 'https://cdn.jsdelivr.net/npm/@runtypelabs/persona@${Mr}/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&&(o.push(` widgetConfig.getHeaders = ${t.getHeaders};`),o.push("")),t!=null&&t.contextProviders&&(o.push(` widgetConfig.contextProviders = ${t.contextProviders};`),o.push("")),t!=null&&t.streamParser?o.push(` widgetConfig.streamParser = ${t.streamParser};`):(o.push(" // Flexible JSON stream parser for handling structured actions"),o.push(" widgetConfig.streamParser = function() {"),o.push(` return agentWidget.createFlexibleJsonStreamParser(${
|
|
190
|
-
`)}function
|
|
189
|
+
`)};`,""," // Constants",` var CDN_BASE = 'https://cdn.jsdelivr.net/npm/@runtypelabs/persona@${Mr}/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&&(o.push(` widgetConfig.getHeaders = ${t.getHeaders};`),o.push("")),t!=null&&t.contextProviders&&(o.push(` widgetConfig.contextProviders = ${t.contextProviders};`),o.push("")),t!=null&&t.streamParser?o.push(` widgetConfig.streamParser = ${t.streamParser};`):(o.push(" // Flexible JSON stream parser for handling structured actions"),o.push(" widgetConfig.streamParser = function() {"),o.push(` return agentWidget.createFlexibleJsonStreamParser(${Hp});`),o.push(" };")),o.push(""),t!=null&&t.actionParsers?(o.push(" // Action parsers (custom merged with defaults)"),o.push(` var customParsers = ${t.actionParsers};`),o.push(" widgetConfig.actionParsers = customParsers.concat(["),o.push(" agentWidget.defaultJsonActionParser,"),o.push(` ${vc}`),o.push(" ]);")):(o.push(" // Action parsers to detect JSON actions in responses"),o.push(" widgetConfig.actionParsers = ["),o.push(" agentWidget.defaultJsonActionParser,"),o.push(` ${vc}`),o.push(" ];")),o.push(""),t!=null&&t.actionHandlers?(o.push(" // Action handlers (custom merged with defaults)"),o.push(` var customHandlers = ${t.actionHandlers};`),o.push(" widgetConfig.actionHandlers = customHandlers.concat(["),o.push(" agentWidget.defaultActionHandlers.message,"),o.push(" agentWidget.defaultActionHandlers.messageAndClick,"),o.push(` ${wc}`),o.push(" ]);")):(o.push(" // Action handlers for navigation and other actions"),o.push(" widgetConfig.actionHandlers = ["),o.push(" agentWidget.defaultActionHandlers.message,"),o.push(" agentWidget.defaultActionHandlers.messageAndClick,"),o.push(` ${wc}`),o.push(" ];")),o.push(""),t!=null&&t.requestMiddleware?(o.push(" // Request middleware (custom merged with DOM context)"),o.push(" widgetConfig.requestMiddleware = function(ctx) {"),o.push(` var customResult = (${t.requestMiddleware})(ctx);`),o.push(" var merged = customResult || ctx.payload;"),o.push(" return Object.assign({}, merged, { metadata: Object.assign({}, merged.metadata, domContextProvider()) });"),o.push(" };")):(o.push(" // Send DOM context with each request"),o.push(" widgetConfig.requestMiddleware = function(ctx) {"),o.push(" return Object.assign({}, ctx.payload, { metadata: domContextProvider() });"),o.push(" };")),o.push(""),t!=null&&t.postprocessMessage?o.push(` widgetConfig.postprocessMessage = ${t.postprocessMessage};`):(o.push(" // Markdown postprocessor"),o.push(" widgetConfig.postprocessMessage = function(ctx) {"),o.push(" return agentWidget.markdownPostprocessor(ctx.text);"),o.push(" };")),o.push(""),(t!=null&&t.onFeedback||t!=null&&t.onCopy)&&(o.push(" // Message action callbacks"),o.push(" widgetConfig.messageActions = widgetConfig.messageActions || {};"),t!=null&&t.onFeedback&&o.push(` widgetConfig.messageActions.onFeedback = ${t.onFeedback};`),t!=null&&t.onCopy&&o.push(` widgetConfig.messageActions.onCopy = ${t.onCopy};`),o.push("")),o.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,"," 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>"),o.join(`
|
|
190
|
+
`)}function zp(){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, #1d4ed8)"}}}function qp(){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 Up(e){return{name:"@persona/brand",version:"1.0.0",transform(r){var n;let t={...r.palette};return(n=e.colors)!=null&&n.primary&&(t.colors={...t.colors,primary:{50:En(e.colors.primary,.95),100:En(e.colors.primary,.9),200:En(e.colors.primary,.8),300:En(e.colors.primary,.7),400:En(e.colors.primary,.6),500:e.colors.primary,600:En(e.colors.primary,.8),700:En(e.colors.primary,.7),800:En(e.colors.primary,.6),900:En(e.colors.primary,.5),950:En(e.colors.primary,.45)}}),{...r,palette:t}}}}function Vp(){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 Jp(){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 En(e,r){let t=parseInt(e.slice(1,3),16),n=parseInt(e.slice(3,5),16),s=parseInt(e.slice(5,7),16),o=Math.round(t+(255-t)*(1-r)),a=Math.round(n+(255-n)*(1-r)),i=Math.round(s+(255-s)*(1-r));return`#${o.toString(16).padStart(2,"0")}${a.toString(16).padStart(2,"0")}${i.toString(16).padStart(2,"0")}`}function Kp(e){return{name:e.name,version:e.version,transform:e.transform||(r=>r),cssVariables:e.cssVariables,afterResolve:e.afterResolve}}var Yp={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"}}},Ec={components:{panel:{borderRadius:"0",shadow:"none"}}},Tc={id:"shop",label:"Shopping Assistant",config:{theme:Yp,launcher:{title:"Shopping Assistant",subtitle:"Here to help you find what you need",agentIconText:"\u{1F6CD}\uFE0F",position:"bottom-right",width:"min(400px, calc(100vw - 24px))"},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?"]}},Mc={id:"minimal",label:"Minimal",config:{launcher:{enabled:!1,fullHeight:!0},layout:{header:{layout:"minimal",showCloseButton:!1},messages:{layout:"minimal"}},theme:Ec}},kc={id:"fullscreen",label:"Fullscreen Assistant",config:{launcher:{enabled:!1,fullHeight:!0},layout:{header:{layout:"minimal",showCloseButton:!1},contentMaxWidth:"72ch"},theme:Ec}},Lc={shop:Tc,minimal:Mc,fullscreen:kc};function Gp(e){return Lc[e]}var Ef=sc;export{hr as AgentWidgetClient,Zr as AgentWidgetSession,xr as AttachmentManager,yl as DEFAULT_COMPONENTS,fl as DEFAULT_PALETTE,hl as DEFAULT_SEMANTIC,ht as DEFAULT_WIDGET_CONFIG,Lc as PRESETS,kc as PRESET_FULLSCREEN,Mc as PRESET_MINIMAL,Tc as PRESET_SHOP,id as THEME_ZONES,Mr as VERSION,zp as accessibilityPlugin,qp as animationsPlugin,or as applyThemeVariables,vr as attachHeaderToContainer,Up as brandPlugin,oo as buildComposer,Ll as buildDefaultHeader,jn as buildHeader,ro as buildHeaderWithLayout,Pl as buildMinimalHeader,Lp as collectEnrichedPageContext,zn as componentRegistry,Vo as createActionManager,Hs as createAgentExperience,ps as createBestAvailableVoiceProvider,Sd as createBubbleWithLayout,Is as createCSATFeedback,fs as createComboButton,Xd as createComponentMiddleware,Ms as createComponentStreamParser,sl as createDefaultSanitizer,Hc as createDirectivePostprocessor,sr as createDropdownMenu,jc as createFlexibleJsonStreamParser,_t as createIconButton,Gc as createImagePart,as as createJsonStreamParser,_o as createLabelButton,Ts as createLocalStorageAdapter,Lo as createMarkdownProcessor,fr as createMarkdownProcessorFromConfig,Dl as createMessageActions,Ws as createNPSFeedback,os as createPlainTextParser,Kp as createPlugin,ss as createRegexJsonParser,so as createStandardBubble,ds as createTextPart,eo as createTheme,ms as createThemeObserver,md as createToggleGroup,Cr as createTypingIndicator,br as createVoiceProvider,Ko as createWidgetHostLayout,is as createXmlParser,Ef as default,Er as defaultActionHandlers,Uo as defaultJsonActionParser,mc as defaultParseRules,Oo as detectColorScheme,Bc as directivePostprocessor,Jr as escapeHtml,Ps as extractComponentDirectiveFromMessage,Xc as fileToImagePart,Pp as formatEnrichedContext,yr as generateAssistantMessageId,Dp as generateCodeSnippet,Uc as generateMessageId,hc as generateStableSelector,Gr as generateUserMessageId,Fo as getActiveTheme,wl as getColorScheme,Jc as getDisplayText,Il as getHeaderLayout,Yc as getImageParts,Gp as getPreset,Ls as hasComponentDirective,Kc as hasImages,hs as headerLayouts,Jp as highContrastPlugin,sc as initAgentWidget,Gd as isComponentDirectiveType,zt as isDockedMountMode,Do as isVoiceSupported,nl as markdownPostprocessor,As as mergeWithDefaults,Vc as normalizeContent,qo as pluginRegistry,Vp as reducedMotionPlugin,ks as renderComponentDirective,Bl as renderLoadingIndicatorWithFallback,hn as resolveDockConfig,Kr as resolveSanitizer,us as resolveTokens,gs as themeToCssVariables,Zc as validateImageFile,bl as validateTheme};
|
|
191
191
|
//# sourceMappingURL=index.js.map
|