vanilla-agent 1.29.0 → 1.31.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/dist/index.cjs +23 -23
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +13 -0
- package/dist/index.d.ts +13 -0
- package/dist/index.global.js +46 -46
- package/dist/index.global.js.map +1 -1
- package/dist/index.js +23 -23
- package/dist/index.js.map +1 -1
- package/dist/widget.css +6 -2
- package/package.json +2 -1
- package/src/@types/idiomorph.d.ts +37 -0
- package/src/components/message-bubble.ts +6 -0
- package/src/components/panel.ts +19 -2
- package/src/components/reasoning-bubble.ts +33 -23
- package/src/components/tool-bubble.ts +34 -23
- package/src/styles/widget.css +6 -2
- package/src/types.ts +13 -0
- package/src/ui.ts +205 -28
- package/src/utils/morph.ts +36 -0
package/dist/index.cjs
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
"use strict";var
|
|
2
|
-
`).replace(/\\r/g,"\r").replace(/\\t/g," ").replace(/\\"/g,'"').replace(/\\\\/g,"\\"),
|
|
3
|
-
`).replace(/\\r/g,"\r").replace(/\\t/g," ").replace(/\\"/g,'"').replace(/\\\\/g,"\\")}catch{return
|
|
4
|
-
`).replace(/\\r/g,"\r").replace(/\\t/g," ").replace(/\\"/g,'"').replace(/\\\\/g,"\\")}catch{return l[1]}return null};return{getExtractedText:()=>n,processChunk:async t=>{if(t.length<=e)return n!==null?{text:n,raw:t}:null;let r=t.trim();if(!r.startsWith("{")&&!r.startsWith("["))return null;let o=s(t);return o!==null&&(n=o),e=t.length,n!==null?{text:n,raw:t}:null},close:async()=>{}}},An=n=>{try{let e=JSON.parse(n);if(e&&typeof e=="object"&&typeof e.text=="string")return e.text}catch{return null}return null},Tn=()=>{let n={processChunk:e=>null,getExtractedText:()=>null};return n.__isPlainTextParser=!0,n},En=()=>{var e;let n=mr();return{processChunk:async s=>{let t=s.trim();return!t.startsWith("{")&&!t.startsWith("[")?null:n.processChunk(s)},getExtractedText:n.getExtractedText.bind(n),close:(e=n.close)==null?void 0:e.bind(n)}},kn=()=>{let n=null,e=0;return{getExtractedText:()=>n,processChunk:s=>{let t=s.trim();if(!t.startsWith("{")&&!t.startsWith("["))return null;if(s.length<=e)return n!==null||n===""?{text:n||"",raw:s}:null;try{let r=(0,Wt.parse)(s,Wt.STR|Wt.OBJ);r&&typeof r=="object"&&(r.component&&typeof r.component=="string"?n=typeof r.text=="string"?Sn(r.text):"":r.type==="init"&&r.form?n="":typeof r.text=="string"&&(n=Sn(r.text)))}catch{}return e=s.length,n!==null?{text:n,raw:s}:null},close:()=>{}}},Fo=n=>{let e=null,s=0,r=n||(o=>{if(!o||typeof o!="object")return null;let i=l=>typeof l=="string"?Sn(l):null;if(o.component&&typeof o.component=="string")return typeof o.text=="string"?Sn(o.text):"";if(o.type==="init"&&o.form)return"";if(o.action)switch(o.action){case"nav_then_click":return i(o.on_load_text)||i(o.text)||null;case"message":case"message_and_click":case"checkout":return i(o.text)||null;default:return i(o.text)||i(o.display_text)||i(o.message)||null}return i(o.text)||i(o.display_text)||i(o.message)||i(o.content)||null});return{getExtractedText:()=>e,processChunk:o=>{let i=o.trim();if(!i.startsWith("{")&&!i.startsWith("["))return null;if(o.length<=s)return e!==null?{text:e,raw:o}:null;try{let l=(0,Wt.parse)(o,Wt.STR|Wt.OBJ),d=r(l);d!==null&&(e=d)}catch{}return s=o.length,{text:e||"",raw:o}},close:()=>{}}},Mn=()=>{let n=null;return{processChunk:e=>{if(!e.trim().startsWith("<"))return null;let t=e.match(/<text[^>]*>([\s\S]*?)<\/text>/);return t&&t[1]?(n=t[1],{text:n,raw:e}):null},getExtractedText:()=>n}};var hr="https://api.travrse.ai/v1/dispatch",No="https://api.travrse.ai";function fr(n){switch(n){case"json":return kn;case"regex-json":return En;case"xml":return Mn;case"plain":default:return Tn}}var Yt=class{constructor(e={}){this.config=e;this.clientSession=null;this.sessionInitPromise=null;var s,t,r;this.apiUrl=(s=e.apiUrl)!=null?s:hr,this.headers={"Content-Type":"application/json",...e.headers},this.debug=!!e.debug,this.createStreamParser=(t=e.streamParser)!=null?t:fr(e.parserType),this.contextProviders=(r=e.contextProviders)!=null?r:[],this.requestMiddleware=e.requestMiddleware,this.customFetch=e.customFetch,this.parseSSEEvent=e.parseSSEEvent,this.getHeaders=e.getHeaders}isClientTokenMode(){return!!this.config.clientToken}getClientApiUrl(e){var t;let s=((t=this.config.apiUrl)==null?void 0:t.replace(/\/+$/,"").replace(/\/v1\/dispatch$/,""))||No;return e==="init"?`${s}/v1/client/init`:`${s}/v1/client/chat`}getClientSession(){return this.clientSession}async initSession(){var e,s;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 t=await this.sessionInitPromise;return this.clientSession=t,(s=(e=this.config).onSessionInit)==null||s.call(e,t),t}finally{this.sessionInitPromise=null}}async _doInitSession(){let e=await fetch(this.getClientApiUrl("init"),{method:"POST",headers:{"Content-Type":"application/json"},body:JSON.stringify({token:this.config.clientToken,flow_id:this.config.flowId})});if(!e.ok){let t=await e.json().catch(()=>({error:"Session initialization failed"}));throw e.status===401?new Error(`Invalid client token: ${t.hint||t.error}`):e.status===403?new Error(`Origin not allowed: ${t.hint||t.error}`):new Error(t.error||"Failed to initialize session")}let s=await e.json();return{sessionId:s.session_id,expiresAt:new Date(s.expires_at),flow:s.flow,config:{welcomeMessage:s.config.welcome_message,placeholder:s.config.placeholder,theme:s.config.theme}}}clearClientSession(){this.clientSession=null,this.sessionInitPromise=null}getFeedbackApiUrl(){var s;return`${((s=this.config.apiUrl)==null?void 0:s.replace(/\/+$/,"").replace(/\/v1\/dispatch$/,""))||No}/v1/client/feedback`}async sendFeedback(e){var o,i;if(!this.isClientTokenMode())throw new Error("sendFeedback() only available in client token mode");if(!this.getClientSession())throw new Error("No active session. Please initialize session first.");if(["upvote","downvote","copy"].includes(e.type)&&!e.message_id)throw new Error(`message_id is required for ${e.type} feedback type`);if(e.type==="csat"&&(e.rating===void 0||e.rating<1||e.rating>5))throw new Error("CSAT rating must be between 1 and 5");if(e.type==="nps"&&(e.rating===void 0||e.rating<0||e.rating>10))throw new Error("NPS rating must be between 0 and 10");this.debug&&console.debug("[AgentWidgetClient] sending feedback",e);let r=await fetch(this.getFeedbackApiUrl(),{method:"POST",headers:{"Content-Type":"application/json"},body:JSON.stringify(e)});if(!r.ok){let l=await r.json().catch(()=>({error:"Feedback submission failed"}));throw r.status===401?(this.clientSession=null,(i=(o=this.config).onSessionExpired)==null||i.call(o),new Error("Session expired. Please refresh to continue.")):new Error(l.error||"Failed to submit feedback")}}async submitMessageFeedback(e,s){let t=this.getClientSession();if(!t)throw new Error("No active session. Please initialize session first.");return this.sendFeedback({session_id:t.sessionId,message_id:e,type:s})}async submitCSATFeedback(e,s){let t=this.getClientSession();if(!t)throw new Error("No active session. Please initialize session first.");return this.sendFeedback({session_id:t.sessionId,type:"csat",rating:e,comment:s})}async submitNPSFeedback(e,s){let t=this.getClientSession();if(!t)throw new Error("No active session. Please initialize session first.");return this.sendFeedback({session_id:t.sessionId,type:"nps",rating:e,comment:s})}async dispatch(e,s){return this.isClientTokenMode()?this.dispatchClientToken(e,s):this.dispatchProxy(e,s)}async dispatchClientToken(e,s){var r,o,i,l;let t=new AbortController;e.signal&&e.signal.addEventListener("abort",()=>t.abort()),s({type:"status",status:"connecting"});try{let d=await this.initSession();if(new Date>=new Date(d.expiresAt.getTime()-6e4)){this.clientSession=null,(o=(r=this.config).onSessionExpired)==null||o.call(r);let u=new Error("Session expired. Please refresh to continue.");throw s({type:"error",error:u}),u}let c=await this.buildPayload(e.messages),w={session_id:d.sessionId,messages:e.messages.map(u=>({id:u.id,role:u.role,content:u.rawContent||u.content})),...e.assistantMessageId&&{assistant_message_id:e.assistantMessageId},...c.metadata&&{metadata:c.metadata},...c.context&&{context:c.context}};this.debug&&console.debug("[AgentWidgetClient] client token dispatch",w);let y=await fetch(this.getClientApiUrl("chat"),{method:"POST",headers:{"Content-Type":"application/json"},body:JSON.stringify(w),signal:t.signal});if(!y.ok){let u=await y.json().catch(()=>({error:"Chat request failed"}));if(y.status===401){this.clientSession=null,(l=(i=this.config).onSessionExpired)==null||l.call(i);let g=new Error("Session expired. Please refresh to continue.");throw s({type:"error",error:g}),g}if(y.status===429){let g=new Error(u.hint||"Message limit reached for this session.");throw s({type:"error",error:g}),g}let C=new Error(u.error||"Failed to send message");throw s({type:"error",error:C}),C}if(!y.body){let u=new Error("No response body received");throw s({type:"error",error:u}),u}s({type:"status",status:"connected"});try{await this.streamResponse(y.body,s,e.assistantMessageId)}finally{s({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")&&s({type:"error",error:c}),c}}async dispatchProxy(e,s){let t=new AbortController;e.signal&&e.signal.addEventListener("abort",()=>t.abort()),s({type:"status",status:"connecting"});let r=await this.buildPayload(e.messages);this.debug&&console.debug("[AgentWidgetClient] dispatch payload",r);let o={...this.headers};if(this.getHeaders)try{let l=await this.getHeaders();o={...o,...l}}catch(l){typeof console!="undefined"&&console.error("[AgentWidget] getHeaders error:",l)}let i;if(this.customFetch)try{i=await this.customFetch(this.apiUrl,{method:"POST",headers:o,body:JSON.stringify(r),signal:t.signal},r)}catch(l){let d=l instanceof Error?l:new Error(String(l));throw s({type:"error",error:d}),d}else i=await fetch(this.apiUrl,{method:"POST",headers:o,body:JSON.stringify(r),signal:t.signal});if(!i.ok||!i.body){let l=new Error(`Chat backend request failed: ${i.status} ${i.statusText}`);throw s({type:"error",error:l}),l}s({type:"status",status:"connected"});try{await this.streamResponse(i.body,s)}finally{s({type:"status",status:"idle"})}}async buildPayload(e){let t={messages:e.slice().sort((r,o)=>{let i=new Date(r.createdAt).getTime(),l=new Date(o.createdAt).getTime();return i-l}).map(r=>({role:r.role,content:r.rawContent||r.content,createdAt:r.createdAt})),...this.config.flowId&&{flowId:this.config.flowId}};if(this.contextProviders.length){let r={};await Promise.all(this.contextProviders.map(async o=>{try{let i=await o({messages:e,config:this.config});i&&typeof i=="object"&&Object.assign(r,i)}catch(i){typeof console!="undefined"&&console.warn("[AgentWidget] Context provider failed:",i)}})),Object.keys(r).length&&(t.context=r)}if(this.requestMiddleware)try{let r=await this.requestMiddleware({payload:{...t},config:this.config});if(r&&typeof r=="object")return r}catch(r){typeof console!="undefined"&&console.error("[AgentWidget] Request middleware error:",r)}return t}async handleCustomSSEEvent(e,s,t,r,o){if(!this.parseSSEEvent)return!1;try{let i=await this.parseSSEEvent(e);if(i===null)return!1;let l=()=>{if(t.current)return t.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 t.current=d,r(d),d};if(i.text!==void 0){let d=l();d.content+=i.text,r(d)}return i.done&&(t.current&&(t.current.streaming=!1,r(t.current)),s({type:"status",status:"idle"})),i.error&&s({type:"error",error:new Error(i.error)}),!0}catch(i){return typeof console!="undefined"&&console.error("[AgentWidget] parseSSEEvent error:",i),!1}}async streamResponse(e,s,t){var de,_,ze,Ge,nt,xt,St,q,ve,ht,ft,Qe,st,I,Be,at,lt,Tt,wt,He,Je,yt,ot,Ye,E,$e,V,Le,Ie,Fe,Ne,ut,At,vt,Lt,Bt,Dt,Et,Z,pt,bt,gt,Ht,hn,rn,_t,kt,fn,wn,yn,Kn,jt,qt,Ke,Xt,an;let r=e.getReader(),o=new TextDecoder,i="",l=Date.now(),d=0,c=()=>l+d++,w=k=>{let ce=k.reasoning?{...k.reasoning,chunks:[...k.reasoning.chunks]}:void 0,se=k.toolCall?{...k.toolCall,chunks:k.toolCall.chunks?[...k.toolCall.chunks]:void 0}:void 0,me=k.tools?k.tools.map(Se=>({...Se,chunks:Se.chunks?[...Se.chunks]:void 0})):void 0;return{...k,reasoning:ce,toolCall:se,tools:me}},y=k=>{s({type:"message",message:w(k)})},u=null,C={current:null},g=new Map,j=new Map,$={lastId:null,byStep:new Map},m={lastId:null,byCall:new Map},b=k=>{if(k==null)return null;try{return String(k)}catch{return null}},W=k=>{var ce,se,me,Se,Ee;return b((Ee=(Se=(me=(se=(ce=k.stepId)!=null?ce:k.step_id)!=null?se:k.step)!=null?me:k.parentId)!=null?Se:k.flowStepId)!=null?Ee:k.flow_step_id)},v=k=>{var ce,se,me,Se,Ee,ke,L;return b((L=(ke=(Ee=(Se=(me=(se=(ce=k.callId)!=null?ce:k.call_id)!=null?se:k.requestId)!=null?me:k.request_id)!=null?Se:k.toolCallId)!=null?Ee:k.tool_call_id)!=null?ke:k.stepId)!=null?L:k.step_id)},N=()=>u||(u={id:t!=null?t:`assistant-${Date.now()}-${Math.random().toString(16).slice(2)}`,role:"assistant",content:"",createdAt:new Date().toISOString(),streaming:!0,sequence:c()},y(u),u),x=(k,ce)=>{$.lastId=ce,k&&$.byStep.set(k,ce)},S=(k,ce)=>{var Ee;let se=(Ee=k.reasoningId)!=null?Ee:k.id,me=W(k);if(se){let ke=String(se);return x(me,ke),ke}if(me){let ke=$.byStep.get(me);if(ke)return $.lastId=ke,ke}if($.lastId&&!ce)return $.lastId;if(!ce)return null;let Se=`reason-${c()}`;return x(me,Se),Se},Y=k=>{let ce=g.get(k);if(ce)return ce;let se={id:`reason-${k}`,role:"assistant",content:"",createdAt:new Date().toISOString(),streaming:!0,variant:"reasoning",sequence:c(),reasoning:{id:k,status:"streaming",chunks:[]}};return g.set(k,se),y(se),se},R=(k,ce)=>{m.lastId=ce,k&&m.byCall.set(k,ce)},O=(k,ce)=>{var Ee;let se=(Ee=k.toolId)!=null?Ee:k.id,me=v(k);if(se){let ke=String(se);return R(me,ke),ke}if(me){let ke=m.byCall.get(me);if(ke)return m.lastId=ke,ke}if(m.lastId&&!ce)return m.lastId;if(!ce)return null;let Se=`tool-${c()}`;return R(me,Se),Se},G=k=>{let ce=j.get(k);if(ce)return ce;let se={id:`tool-${k}`,role:"assistant",content:"",createdAt:new Date().toISOString(),streaming:!0,variant:"tool",sequence:c(),toolCall:{id:k,status:"pending"}};return j.set(k,se),y(se),se},D=k=>{if(typeof k=="number"&&Number.isFinite(k))return k;if(typeof k=="string"){let ce=Number(k);if(!Number.isNaN(ce)&&Number.isFinite(ce))return ce;let se=Date.parse(k);if(!Number.isNaN(se))return se}return Date.now()},U=k=>{if(typeof k=="string")return k;if(k==null)return"";try{return JSON.stringify(k)}catch{return String(k)}},Q=new Map,ie=new Map;for(;;){let{done:k,value:ce}=await r.read();if(k)break;i+=o.decode(ce,{stream:!0});let se=i.split(`
|
|
1
|
+
"use strict";var Hr=Object.create;var Bn=Object.defineProperty;var Ir=Object.getOwnPropertyDescriptor;var Rr=Object.getOwnPropertyNames;var Pr=Object.getPrototypeOf,$r=Object.prototype.hasOwnProperty;var Fr=(n,t)=>{for(var o in t)Bn(n,o,{get:t[o],enumerable:!0})},Zs=(n,t,o,e)=>{if(t&&typeof t=="object"||typeof t=="function")for(let r of Rr(t))!$r.call(n,r)&&r!==o&&Bn(n,r,{get:()=>t[r],enumerable:!(e=Ir(t,r))||e.enumerable});return n};var Nr=(n,t,o)=>(o=n!=null?Hr(Pr(n)):{},Zs(t||!n||!n.__esModule?Bn(o,"default",{value:n,enumerable:!0}):o,n)),Or=n=>Zs(Bn({},"__esModule",{value:!0}),n);var wi={};Fr(wi,{AgentWidgetClient:()=>Jt,AgentWidgetSession:()=>Vt,DEFAULT_DARK_THEME:()=>yo,DEFAULT_LIGHT_THEME:()=>wo,DEFAULT_WIDGET_CONFIG:()=>Me,attachHeaderToContainer:()=>Yt,buildComposer:()=>Qt,buildDefaultHeader:()=>ao,buildExpandedHeader:()=>co,buildHeader:()=>Pt,buildHeaderWithLayout:()=>Gt,buildMinimalHeader:()=>lo,componentRegistry:()=>nn,createActionManager:()=>xn,createAgentExperience:()=>Gn,createBubbleWithLayout:()=>wr,createCSATFeedback:()=>Xn,createComponentMiddleware:()=>Tr,createComponentStreamParser:()=>zn,createDirectivePostprocessor:()=>sr,createFlexibleJsonStreamParser:()=>lr,createJsonStreamParser:()=>Fn,createLocalStorageAdapter:()=>Un,createMarkdownProcessor:()=>fn,createMarkdownProcessorFromConfig:()=>wn,createMessageActions:()=>po,createNPSFeedback:()=>Vn,createPlainTextParser:()=>Pn,createRegexJsonParser:()=>$n,createStandardBubble:()=>Zt,createTypingIndicator:()=>vn,createXmlParser:()=>Nn,default:()=>fi,defaultActionHandlers:()=>Kt,defaultJsonActionParser:()=>Cn,directivePostprocessor:()=>rr,escapeHtml:()=>Hn,extractComponentDirectiveFromMessage:()=>Kn,generateAssistantMessageId:()=>Dn,generateCodeSnippet:()=>Wr,generateMessageId:()=>cr,generateUserMessageId:()=>On,getHeaderLayout:()=>uo,hasComponentDirective:()=>Yn,headerLayouts:()=>jn,initAgentWidget:()=>So,isComponentDirectiveType:()=>Ar,markdownPostprocessor:()=>so,mergeWithDefaults:()=>qn,pluginRegistry:()=>bn,renderComponentDirective:()=>Jn});module.exports=Or(wi);var tr=require("marked"),Dr=n=>{if(n)return n},fn=n=>{var r,s;let t=n==null?void 0:n.markedOptions,o=new tr.Marked({gfm:(r=t==null?void 0:t.gfm)!=null?r:!0,breaks:(s=t==null?void 0:t.breaks)!=null?s:!0,pedantic:t==null?void 0:t.pedantic,silent:t==null?void 0:t.silent}),e=Dr(n==null?void 0:n.renderer);return e&&o.use({renderer:e}),i=>o.parse(i)},wn=n=>n?fn({markedOptions:n.options,renderer:n.renderer}):fn(),_r=fn(),so=n=>_r(n),Hn=n=>n.replace(/&/g,"&").replace(/</g,"<").replace(/>/g,">").replace(/"/g,""").replace(/'/g,"'"),nr=n=>n.replace(/"/g,""").replace(/</g,"<").replace(/>/g,">"),er=n=>`%%FORM_PLACEHOLDER_${n}%%`,or=(n,t)=>{let o=n;return o=o.replace(/<Directive>([\s\S]*?)<\/Directive>/gi,(e,r)=>{try{let s=JSON.parse(r.trim());if(s&&typeof s=="object"&&s.component==="form"&&s.type){let i=er(t.length);return t.push({token:i,type:String(s.type)}),i}}catch{return e}return e}),o=o.replace(/<Form\s+type="([^"]+)"\s*\/>/gi,(e,r)=>{let s=er(t.length);return t.push({token:s,type:r}),s}),o},sr=n=>{let t=wn(n);return o=>{let e=[],r=or(o,e),s=t(r);return e.forEach(({token:i,type:l})=>{let d=new RegExp(i.replace(/[.*+?^${}()|[\]\\]/g,"\\$&"),"g"),w=`<div class="tvw-form-directive" data-tv-form="${nr(l)}"></div>`;s=s.replace(d,w)}),s}},rr=n=>{let t=[],o=or(n,t),e=so(o);return t.forEach(({token:r,type:s})=>{let i=new RegExp(r.replace(/[.*+?^${}()|[\]\\]/g,"\\$&"),"g"),d=`<div class="tvw-form-directive" data-tv-form="${nr(s)}"></div>`;e=e.replace(i,d)}),e};var Rt=require("partial-json"),In=n=>n.replace(/\\n/g,`
|
|
2
|
+
`).replace(/\\r/g,"\r").replace(/\\t/g," ").replace(/\\"/g,'"').replace(/\\\\/g,"\\"),ro=n=>{if(n===null)return"null";if(n===void 0)return"";if(typeof n=="string")return n;if(typeof n=="number"||typeof n=="boolean")return String(n);try{return JSON.stringify(n,null,2)}catch{return String(n)}},jr=n=>{var i,l;let t=(i=n.completedAt)!=null?i:Date.now(),o=(l=n.startedAt)!=null?l:t,r=(n.durationMs!==void 0?n.durationMs:Math.max(0,t-o))/1e3;return r<.1?"Thought for <0.1 seconds":`Thought for ${r>=10?Math.round(r).toString():r.toFixed(1).replace(/\.0$/,"")} seconds`},ir=n=>n.status==="complete"?jr(n):n.status==="pending"?"Waiting":"",qr=n=>{var r,s,i;let o=(typeof n.duration=="number"?n.duration:typeof n.durationMs=="number"?n.durationMs:Math.max(0,((r=n.completedAt)!=null?r:Date.now())-((i=(s=n.startedAt)!=null?s:n.completedAt)!=null?i:Date.now())))/1e3;return o<.1?"Used tool for <0.1 seconds":`Used tool for ${o>=10?Math.round(o).toString():o.toFixed(1).replace(/\.0$/,"")} seconds`};var ar=n=>n.status==="complete"?qr(n):"Using tool...",Ur=()=>{let n=null,t=0,o=e=>{let r=/"text"\s*:\s*"((?:[^"\\]|\\.|")*?)"/,s=e.match(r);if(s&&s[1])try{return s[1].replace(/\\n/g,`
|
|
3
|
+
`).replace(/\\r/g,"\r").replace(/\\t/g," ").replace(/\\"/g,'"').replace(/\\\\/g,"\\")}catch{return s[1]}let i=/"text"\s*:\s*"((?:[^"\\]|\\.)*)/,l=e.match(i);if(l&&l[1])try{return l[1].replace(/\\n/g,`
|
|
4
|
+
`).replace(/\\r/g,"\r").replace(/\\t/g," ").replace(/\\"/g,'"').replace(/\\\\/g,"\\")}catch{return l[1]}return null};return{getExtractedText:()=>n,processChunk:async e=>{if(e.length<=t)return n!==null?{text:n,raw:e}:null;let r=e.trim();if(!r.startsWith("{")&&!r.startsWith("["))return null;let s=o(e);return s!==null&&(n=s),t=e.length,n!==null?{text:n,raw:e}:null},close:async()=>{}}},Rn=n=>{try{let t=JSON.parse(n);if(t&&typeof t=="object"&&typeof t.text=="string")return t.text}catch{return null}return null},Pn=()=>{let n={processChunk:t=>null,getExtractedText:()=>null};return n.__isPlainTextParser=!0,n},$n=()=>{var t;let n=Ur();return{processChunk:async o=>{let e=o.trim();return!e.startsWith("{")&&!e.startsWith("[")?null:n.processChunk(o)},getExtractedText:n.getExtractedText.bind(n),close:(t=n.close)==null?void 0:t.bind(n)}},Fn=()=>{let n=null,t=0;return{getExtractedText:()=>n,processChunk:o=>{let e=o.trim();if(!e.startsWith("{")&&!e.startsWith("["))return null;if(o.length<=t)return n!==null||n===""?{text:n||"",raw:o}:null;try{let r=(0,Rt.parse)(o,Rt.STR|Rt.OBJ);r&&typeof r=="object"&&(r.component&&typeof r.component=="string"?n=typeof r.text=="string"?In(r.text):"":r.type==="init"&&r.form?n="":typeof r.text=="string"&&(n=In(r.text)))}catch{}return t=o.length,n!==null?{text:n,raw:o}:null},close:()=>{}}},lr=n=>{let t=null,o=0,r=n||(s=>{if(!s||typeof s!="object")return null;let i=l=>typeof l=="string"?In(l):null;if(s.component&&typeof s.component=="string")return typeof s.text=="string"?In(s.text):"";if(s.type==="init"&&s.form)return"";if(s.action)switch(s.action){case"nav_then_click":return i(s.on_load_text)||i(s.text)||null;case"message":case"message_and_click":case"checkout":return i(s.text)||null;default:return i(s.text)||i(s.display_text)||i(s.message)||null}return i(s.text)||i(s.display_text)||i(s.message)||i(s.content)||null});return{getExtractedText:()=>t,processChunk:s=>{let i=s.trim();if(!i.startsWith("{")&&!i.startsWith("["))return null;if(s.length<=o)return t!==null?{text:t,raw:s}:null;try{let l=(0,Rt.parse)(s,Rt.STR|Rt.OBJ),d=r(l);d!==null&&(t=d)}catch{}return o=s.length,{text:t||"",raw:s}},close:()=>{}}},Nn=()=>{let n=null;return{processChunk:t=>{if(!t.trim().startsWith("<"))return null;let e=t.match(/<text[^>]*>([\s\S]*?)<\/text>/);return e&&e[1]?(n=e[1],{text:n,raw:t}):null},getExtractedText:()=>n}};var zr="https://api.travrse.ai/v1/dispatch",dr="https://api.travrse.ai";function Jr(n){switch(n){case"json":return Fn;case"regex-json":return $n;case"xml":return Nn;case"plain":default:return Pn}}var Jt=class{constructor(t={}){this.config=t;this.clientSession=null;this.sessionInitPromise=null;var o,e,r;this.apiUrl=(o=t.apiUrl)!=null?o:zr,this.headers={"Content-Type":"application/json",...t.headers},this.debug=!!t.debug,this.createStreamParser=(e=t.streamParser)!=null?e:Jr(t.parserType),this.contextProviders=(r=t.contextProviders)!=null?r:[],this.requestMiddleware=t.requestMiddleware,this.customFetch=t.customFetch,this.parseSSEEvent=t.parseSSEEvent,this.getHeaders=t.getHeaders}isClientTokenMode(){return!!this.config.clientToken}getClientApiUrl(t){var e;let o=((e=this.config.apiUrl)==null?void 0:e.replace(/\/+$/,"").replace(/\/v1\/dispatch$/,""))||dr;return t==="init"?`${o}/v1/client/init`:`${o}/v1/client/chat`}getClientSession(){return this.clientSession}async initSession(){var t,o;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 e=await this.sessionInitPromise;return this.clientSession=e,(o=(t=this.config).onSessionInit)==null||o.call(t,e),e}finally{this.sessionInitPromise=null}}async _doInitSession(){let t=await fetch(this.getClientApiUrl("init"),{method:"POST",headers:{"Content-Type":"application/json"},body:JSON.stringify({token:this.config.clientToken,flow_id:this.config.flowId})});if(!t.ok){let e=await t.json().catch(()=>({error:"Session initialization failed"}));throw t.status===401?new Error(`Invalid client token: ${e.hint||e.error}`):t.status===403?new Error(`Origin not allowed: ${e.hint||e.error}`):new Error(e.error||"Failed to initialize session")}let o=await t.json();return{sessionId:o.session_id,expiresAt:new Date(o.expires_at),flow:o.flow,config:{welcomeMessage:o.config.welcome_message,placeholder:o.config.placeholder,theme:o.config.theme}}}clearClientSession(){this.clientSession=null,this.sessionInitPromise=null}getFeedbackApiUrl(){var o;return`${((o=this.config.apiUrl)==null?void 0:o.replace(/\/+$/,"").replace(/\/v1\/dispatch$/,""))||dr}/v1/client/feedback`}async sendFeedback(t){var s,i;if(!this.isClientTokenMode())throw new Error("sendFeedback() only available in client token mode");if(!this.getClientSession())throw new Error("No active session. Please initialize session first.");if(["upvote","downvote","copy"].includes(t.type)&&!t.message_id)throw new Error(`message_id is required for ${t.type} feedback type`);if(t.type==="csat"&&(t.rating===void 0||t.rating<1||t.rating>5))throw new Error("CSAT rating must be between 1 and 5");if(t.type==="nps"&&(t.rating===void 0||t.rating<0||t.rating>10))throw new Error("NPS rating must be between 0 and 10");this.debug&&console.debug("[AgentWidgetClient] sending feedback",t);let r=await fetch(this.getFeedbackApiUrl(),{method:"POST",headers:{"Content-Type":"application/json"},body:JSON.stringify(t)});if(!r.ok){let l=await r.json().catch(()=>({error:"Feedback submission failed"}));throw r.status===401?(this.clientSession=null,(i=(s=this.config).onSessionExpired)==null||i.call(s),new Error("Session expired. Please refresh to continue.")):new Error(l.error||"Failed to submit feedback")}}async submitMessageFeedback(t,o){let e=this.getClientSession();if(!e)throw new Error("No active session. Please initialize session first.");return this.sendFeedback({session_id:e.sessionId,message_id:t,type:o})}async submitCSATFeedback(t,o){let e=this.getClientSession();if(!e)throw new Error("No active session. Please initialize session first.");return this.sendFeedback({session_id:e.sessionId,type:"csat",rating:t,comment:o})}async submitNPSFeedback(t,o){let e=this.getClientSession();if(!e)throw new Error("No active session. Please initialize session first.");return this.sendFeedback({session_id:e.sessionId,type:"nps",rating:t,comment:o})}async dispatch(t,o){return this.isClientTokenMode()?this.dispatchClientToken(t,o):this.dispatchProxy(t,o)}async dispatchClientToken(t,o){var r,s,i,l;let e=new AbortController;t.signal&&t.signal.addEventListener("abort",()=>e.abort()),o({type:"status",status:"connecting"});try{let d=await this.initSession();if(new Date>=new Date(d.expiresAt.getTime()-6e4)){this.clientSession=null,(s=(r=this.config).onSessionExpired)==null||s.call(r);let p=new Error("Session expired. Please refresh to continue.");throw o({type:"error",error:p}),p}let c=await this.buildPayload(t.messages),w={session_id:d.sessionId,messages:t.messages.map(p=>({id:p.id,role:p.role,content:p.rawContent||p.content})),...t.assistantMessageId&&{assistant_message_id:t.assistantMessageId},...c.metadata&&{metadata:c.metadata},...c.context&&{context:c.context}};this.debug&&console.debug("[AgentWidgetClient] client token dispatch",w);let g=await fetch(this.getClientApiUrl("chat"),{method:"POST",headers:{"Content-Type":"application/json"},body:JSON.stringify(w),signal:e.signal});if(!g.ok){let p=await g.json().catch(()=>({error:"Chat request failed"}));if(g.status===401){this.clientSession=null,(l=(i=this.config).onSessionExpired)==null||l.call(i);let m=new Error("Session expired. Please refresh to continue.");throw o({type:"error",error:m}),m}if(g.status===429){let m=new Error(p.hint||"Message limit reached for this session.");throw o({type:"error",error:m}),m}let v=new Error(p.error||"Failed to send message");throw o({type:"error",error:v}),v}if(!g.body){let p=new Error("No response body received");throw o({type:"error",error:p}),p}o({type:"status",status:"connected"});try{await this.streamResponse(g.body,o,t.assistantMessageId)}finally{o({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")&&o({type:"error",error:c}),c}}async dispatchProxy(t,o){let e=new AbortController;t.signal&&t.signal.addEventListener("abort",()=>e.abort()),o({type:"status",status:"connecting"});let r=await this.buildPayload(t.messages);this.debug&&console.debug("[AgentWidgetClient] dispatch payload",r);let s={...this.headers};if(this.getHeaders)try{let l=await this.getHeaders();s={...s,...l}}catch(l){typeof console!="undefined"&&console.error("[AgentWidget] getHeaders error:",l)}let i;if(this.customFetch)try{i=await this.customFetch(this.apiUrl,{method:"POST",headers:s,body:JSON.stringify(r),signal:e.signal},r)}catch(l){let d=l instanceof Error?l:new Error(String(l));throw o({type:"error",error:d}),d}else i=await fetch(this.apiUrl,{method:"POST",headers:s,body:JSON.stringify(r),signal:e.signal});if(!i.ok||!i.body){let l=new Error(`Chat backend request failed: ${i.status} ${i.statusText}`);throw o({type:"error",error:l}),l}o({type:"status",status:"connected"});try{await this.streamResponse(i.body,o)}finally{o({type:"status",status:"idle"})}}async buildPayload(t){let e={messages:t.slice().sort((r,s)=>{let i=new Date(r.createdAt).getTime(),l=new Date(s.createdAt).getTime();return i-l}).map(r=>({role:r.role,content:r.rawContent||r.content,createdAt:r.createdAt})),...this.config.flowId&&{flowId:this.config.flowId}};if(this.contextProviders.length){let r={};await Promise.all(this.contextProviders.map(async s=>{try{let i=await s({messages:t,config:this.config});i&&typeof i=="object"&&Object.assign(r,i)}catch(i){typeof console!="undefined"&&console.warn("[AgentWidget] Context provider failed:",i)}})),Object.keys(r).length&&(e.context=r)}if(this.requestMiddleware)try{let r=await this.requestMiddleware({payload:{...e},config:this.config});if(r&&typeof r=="object")return r}catch(r){typeof console!="undefined"&&console.error("[AgentWidget] Request middleware error:",r)}return e}async handleCustomSSEEvent(t,o,e,r,s){if(!this.parseSSEEvent)return!1;try{let i=await this.parseSSEEvent(t);if(i===null)return!1;let l=()=>{if(e.current)return e.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:s()};return e.current=d,r(d),d};if(i.text!==void 0){let d=l();d.content+=i.text,r(d)}return i.done&&(e.current&&(e.current.streaming=!1,r(e.current)),o({type:"status",status:"idle"})),i.error&&o({type:"error",error:new Error(i.error)}),!0}catch(i){return typeof console!="undefined"&&console.error("[AgentWidget] parseSSEEvent error:",i),!1}}async streamResponse(t,o,e){var it,oe,D,Ve,nt,at,Tt,Et,_,ue,Ge,Qe,_e,Ze,P,$e,ut,pt,Lt,bt,Ct,Fe,et,xt,ke,Le,b,Be,Ee,Ke,ot,st,gt,mt,Mt,$t,Xt,Ot,He,ht,pe,Ft,Bt,Ht,Sn,An,rn,Dt,It,Tn,En,Mn,oo,_t,jt,Ye;let r=t.getReader(),s=new TextDecoder,i="",l=Date.now(),d=0,c=()=>l+d++,w=B=>{let re=B.reasoning?{...B.reasoning,chunks:[...B.reasoning.chunks]}:void 0,he=B.toolCall?{...B.toolCall,chunks:B.toolCall.chunks?[...B.toolCall.chunks]:void 0}:void 0,Ie=B.tools?B.tools.map(fe=>({...fe,chunks:fe.chunks?[...fe.chunks]:void 0})):void 0;return{...B,reasoning:re,toolCall:he,tools:Ie}},g=B=>{o({type:"message",message:w(B)})},p=null,v={current:null},m=new Map,N=new Map,M={lastId:null,byStep:new Map},f={lastId:null,byCall:new Map},S=B=>{if(B==null)return null;try{return String(B)}catch{return null}},R=B=>{var re,he,Ie,fe,Ae;return S((Ae=(fe=(Ie=(he=(re=B.stepId)!=null?re:B.step_id)!=null?he:B.step)!=null?Ie:B.parentId)!=null?fe:B.flowStepId)!=null?Ae:B.flow_step_id)},y=B=>{var re,he,Ie,fe,Ae,be,H;return S((H=(be=(Ae=(fe=(Ie=(he=(re=B.callId)!=null?re:B.call_id)!=null?he:B.requestId)!=null?Ie:B.request_id)!=null?fe:B.toolCallId)!=null?Ae:B.tool_call_id)!=null?be:B.stepId)!=null?H:B.step_id)},F=()=>p||(p={id:e!=null?e:`assistant-${Date.now()}-${Math.random().toString(16).slice(2)}`,role:"assistant",content:"",createdAt:new Date().toISOString(),streaming:!0,sequence:c()},g(p),p),x=(B,re)=>{M.lastId=re,B&&M.byStep.set(B,re)},k=(B,re)=>{var Ae;let he=(Ae=B.reasoningId)!=null?Ae:B.id,Ie=R(B);if(he){let be=String(he);return x(Ie,be),be}if(Ie){let be=M.byStep.get(Ie);if(be)return M.lastId=be,be}if(M.lastId&&!re)return M.lastId;if(!re)return null;let fe=`reason-${c()}`;return x(Ie,fe),fe},Y=B=>{let re=m.get(B);if(re)return re;let he={id:`reason-${B}`,role:"assistant",content:"",createdAt:new Date().toISOString(),streaming:!0,variant:"reasoning",sequence:c(),reasoning:{id:B,status:"streaming",chunks:[]}};return m.set(B,he),g(he),he},z=(B,re)=>{f.lastId=re,B&&f.byCall.set(B,re)},j=(B,re)=>{var Ae;let he=(Ae=B.toolId)!=null?Ae:B.id,Ie=y(B);if(he){let be=String(he);return z(Ie,be),be}if(Ie){let be=f.byCall.get(Ie);if(be)return f.lastId=be,be}if(f.lastId&&!re)return f.lastId;if(!re)return null;let fe=`tool-${c()}`;return z(Ie,fe),fe},O=B=>{let re=N.get(B);if(re)return re;let he={id:`tool-${B}`,role:"assistant",content:"",createdAt:new Date().toISOString(),streaming:!0,variant:"tool",sequence:c(),toolCall:{id:B,status:"pending"}};return N.set(B,he),g(he),he},q=B=>{if(typeof B=="number"&&Number.isFinite(B))return B;if(typeof B=="string"){let re=Number(B);if(!Number.isNaN(re)&&Number.isFinite(re))return re;let he=Date.parse(B);if(!Number.isNaN(he))return he}return Date.now()},U=B=>{if(typeof B=="string")return B;if(B==null)return"";try{return JSON.stringify(B)}catch{return String(B)}},J=new Map,V=new Map;for(;;){let{done:B,value:re}=await r.read();if(B)break;i+=s.decode(re,{stream:!0});let he=i.split(`
|
|
5
5
|
|
|
6
|
-
`);i=(
|
|
7
|
-
`),Ee="message",ke="";for(let ae of Se)ae.startsWith("event:")?Ee=ae.replace("event:","").trim():ae.startsWith("data:")&&(ke+=ae.replace("data:","").trim());if(!ke)continue;let L;try{L=JSON.parse(ke)}catch(ae){s({type:"error",error:ae instanceof Error?ae:new Error("Failed to parse chat stream payload")});continue}let Oe=Ee!=="message"?Ee:(_=L.type)!=null?_:"message";if(this.parseSSEEvent){C.current=u;let ae=await this.handleCustomSSEEvent(L,s,C,y,c);if(C.current&&!u&&(u=C.current),ae)continue}if(Oe==="reason_start"){let ae=(ze=S(L,!0))!=null?ze:`reason-${c()}`,M=Y(ae);M.reasoning=(Ge=M.reasoning)!=null?Ge:{id:ae,status:"streaming",chunks:[]},M.reasoning.startedAt=(xt=M.reasoning.startedAt)!=null?xt:D((nt=L.startedAt)!=null?nt:L.timestamp),M.reasoning.completedAt=void 0,M.reasoning.durationMs=void 0,M.streaming=!0,M.reasoning.status="streaming",y(M)}else if(Oe==="reason_chunk"){let ae=(q=(St=S(L,!1))!=null?St:S(L,!0))!=null?q:`reason-${c()}`,M=Y(ae);M.reasoning=(ve=M.reasoning)!=null?ve:{id:ae,status:"streaming",chunks:[]},M.reasoning.startedAt=(ft=M.reasoning.startedAt)!=null?ft:D((ht=L.startedAt)!=null?ht:L.timestamp);let A=(I=(st=(Qe=L.reasoningText)!=null?Qe:L.text)!=null?st:L.delta)!=null?I:"";if(A&&L.hidden!==!0&&M.reasoning.chunks.push(String(A)),M.reasoning.status=L.done?"complete":"streaming",L.done){M.reasoning.completedAt=D((Be=L.completedAt)!=null?Be:L.timestamp);let z=(at=M.reasoning.startedAt)!=null?at:Date.now();M.reasoning.durationMs=Math.max(0,((lt=M.reasoning.completedAt)!=null?lt:Date.now())-z)}M.streaming=M.reasoning.status!=="complete",y(M)}else if(Oe==="reason_complete"){let ae=(wt=(Tt=S(L,!1))!=null?Tt:S(L,!0))!=null?wt:`reason-${c()}`,M=g.get(ae);if(M!=null&&M.reasoning){M.reasoning.status="complete",M.reasoning.completedAt=D((He=L.completedAt)!=null?He:L.timestamp);let z=(Je=M.reasoning.startedAt)!=null?Je:Date.now();M.reasoning.durationMs=Math.max(0,((yt=M.reasoning.completedAt)!=null?yt:Date.now())-z),M.streaming=!1,y(M)}let A=W(L);A&&$.byStep.delete(A)}else if(Oe==="tool_start"){let ae=(ot=O(L,!0))!=null?ot:`tool-${c()}`,M=G(ae),A=(Ye=M.toolCall)!=null?Ye:{id:ae,status:"pending"};A.name=(E=L.toolName)!=null?E:A.name,A.status="running",L.args!==void 0&&(A.args=L.args),A.startedAt=(V=A.startedAt)!=null?V:D(($e=L.startedAt)!=null?$e:L.timestamp),A.completedAt=void 0,A.durationMs=void 0,M.toolCall=A,M.streaming=!0,y(M)}else if(Oe==="tool_chunk"){let ae=(Ie=(Le=O(L,!1))!=null?Le:O(L,!0))!=null?Ie:`tool-${c()}`,M=G(ae),A=(Fe=M.toolCall)!=null?Fe:{id:ae,status:"running"};A.startedAt=(ut=A.startedAt)!=null?ut:D((Ne=L.startedAt)!=null?Ne:L.timestamp);let z=(Lt=(vt=(At=L.text)!=null?At:L.delta)!=null?vt:L.message)!=null?Lt:"";z&&(A.chunks=(Bt=A.chunks)!=null?Bt:[],A.chunks.push(String(z))),A.status="running",M.toolCall=A,M.streaming=!0,y(M)}else if(Oe==="tool_complete"){let ae=(Et=(Dt=O(L,!1))!=null?Dt:O(L,!0))!=null?Et:`tool-${c()}`,M=G(ae),A=(Z=M.toolCall)!=null?Z:{id:ae,status:"running"};if(A.status="complete",L.result!==void 0&&(A.result=L.result),typeof L.duration=="number"&&(A.duration=L.duration),A.completedAt=D((pt=L.completedAt)!=null?pt:L.timestamp),typeof L.duration=="number")A.durationMs=L.duration;else{let K=(bt=A.startedAt)!=null?bt:Date.now();A.durationMs=Math.max(0,((gt=A.completedAt)!=null?gt:Date.now())-K)}M.toolCall=A,M.streaming=!1,y(M);let z=v(L);z&&m.byCall.delete(z)}else if(Oe==="step_chunk"){let ae=L.stepType,M=L.executionType;if(ae==="tool"||M==="context")continue;let A=N(),z=(_t=(rn=(hn=(Ht=L.text)!=null?Ht:L.delta)!=null?hn:L.content)!=null?rn:L.chunk)!=null?_t:"";if(z){let X=((kt=ie.get(A.id))!=null?kt:"")+z;A.rawContent=X,Q.has(A.id)||Q.set(A.id,this.createStreamParser());let je=Q.get(A.id),Me=X.trim().startsWith("{")||X.trim().startsWith("[");if(Me&&ie.set(A.id,X),je.__isPlainTextParser===!0){A.content+=z,ie.delete(A.id),Q.delete(A.id),A.rawContent=void 0,y(A);continue}let qe=je.processChunk(X);if(qe instanceof Promise)qe.then(re=>{var Re;let Ce=typeof re=="string"?re:(Re=re==null?void 0:re.text)!=null?Re:null;if(Ce!==null&&Ce.trim()!==""){let fe=u;fe&&fe.id===A.id&&(fe.content=Ce,y(fe))}else if(!Me&&!X.trim().startsWith("<")){let fe=u;fe&&fe.id===A.id&&(fe.content+=z,ie.delete(fe.id),Q.delete(fe.id),fe.rawContent=void 0,y(fe))}}).catch(()=>{A.content+=z,ie.delete(A.id),Q.delete(A.id),A.rawContent=void 0,y(A)});else{let re=typeof qe=="string"?qe:(fn=qe==null?void 0:qe.text)!=null?fn:null;re!==null&&re.trim()!==""?(A.content=re,y(A)):!Me&&!X.trim().startsWith("<")&&(A.content+=z,ie.delete(A.id),Q.delete(A.id),A.rawContent=void 0,y(A))}}if(L.isComplete){let K=(yn=(wn=L.result)==null?void 0:wn.response)!=null?yn:A.content;if(K){let X=ie.get(A.id),je=X!=null?X:U(K);A.rawContent=je;let Me=Q.get(A.id),De=null,qe=!1;if(Me&&(De=Me.getExtractedText(),De===null&&(De=An(je)),De===null)){let re=Me.processChunk(je);re instanceof Promise?(qe=!0,re.then(Ce=>{var fe;let Re=typeof Ce=="string"?Ce:(fe=Ce==null?void 0:Ce.text)!=null?fe:null;if(Re!==null){let _e=u;_e&&_e.id===A.id&&(_e.content=Re,_e.streaming=!1,Q.delete(_e.id),ie.delete(_e.id),y(_e))}})):De=typeof re=="string"?re:(Kn=re==null?void 0:re.text)!=null?Kn:null}if(!qe){De!==null&&De.trim()!==""?A.content=De:ie.has(A.id)||(A.content=U(K));let re=Q.get(A.id);if(re){let Ce=(jt=re.close)==null?void 0:jt.call(re);Ce instanceof Promise&&Ce.catch(()=>{}),Q.delete(A.id)}ie.delete(A.id),A.streaming=!1,y(A)}}}}else if(Oe==="step_complete"){let ae=L.stepType,M=L.executionType;if(ae==="tool"||M==="context")continue;let A=(qt=L.result)==null?void 0:qt.response,z=N();if(A!=null){let K=Q.get(z.id),X=!1,je=!1;if(K){let Me=K.getExtractedText(),De=ie.get(z.id),qe=De!=null?De:U(A);if(z.rawContent=qe,Me!==null&&Me.trim()!=="")z.content=Me,X=!0;else{let re=An(qe);if(re!==null)z.content=re,X=!0;else{let Ce=K.processChunk(qe);if(Ce instanceof Promise)je=!0,Ce.then(Re=>{var _e;let fe=typeof Re=="string"?Re:(_e=Re==null?void 0:Re.text)!=null?_e:null;if(fe!==null&&fe.trim()!==""){let rt=u;rt&&rt.id===z.id&&(rt.content=fe,rt.streaming=!1,Q.delete(rt.id),ie.delete(rt.id),y(rt))}else{let rt=K.getExtractedText(),mt=u;mt&&mt.id===z.id&&(rt!==null&&rt.trim()!==""?mt.content=rt:ie.has(mt.id)||(mt.content=U(A)),mt.streaming=!1,Q.delete(mt.id),ie.delete(mt.id),y(mt))}});else{let Re=typeof Ce=="string"?Ce:(Ke=Ce==null?void 0:Ce.text)!=null?Ke:null;if(Re!==null&&Re.trim()!=="")z.content=Re,X=!0;else{let fe=K.getExtractedText();fe!==null&&fe.trim()!==""&&(z.content=fe,X=!0)}}}}}if(!je){if(!z.rawContent){let Me=ie.get(z.id);z.rawContent=Me!=null?Me:U(A)}if(!X&&!ie.has(z.id)&&(z.content=U(A)),K){let Me=(Xt=K.close)==null?void 0:Xt.call(K);Me instanceof Promise&&Me.catch(()=>{})}Q.delete(z.id),ie.delete(z.id),z.streaming=!1,y(z)}}else Q.delete(z.id),ie.delete(z.id),z.streaming=!1,y(z)}else if(Oe==="flow_complete"){let ae=(an=L.result)==null?void 0:an.response;if(ae!=null){let M=N(),A=ie.get(M.id),z=A!=null?A:U(ae);M.rawContent=z;let K=U(ae),X=Q.get(M.id);if(X){let De=An(z);if(De!==null)K=De;else{let qe=X.processChunk(z);qe instanceof Promise&&qe.then(Ce=>{var fe;let Re=typeof Ce=="string"?Ce:(fe=Ce==null?void 0:Ce.text)!=null?fe:null;if(Re!==null){let _e=u;_e&&_e.id===M.id&&(_e.content=Re,_e.streaming=!1,y(_e))}});let re=X.getExtractedText();re!==null&&(K=re)}}Q.delete(M.id),ie.delete(M.id);let je=K!==M.content,Me=M.streaming!==!1;je&&(M.content=K),M.streaming=!1,(je||Me)&&y(M)}else if(u!==null){let M=u;Q.delete(M.id),ie.delete(M.id),M.streaming!==!1&&(M.streaming=!1,y(M))}s({type:"status",status:"idle"})}else Oe==="error"&&L.error&&s({type:"error",error:L.error instanceof Error?L.error:new Error(String(L.error))})}}}};function Oo(){let n=Date.now().toString(36),e=Math.random().toString(36).substring(2,10);return`msg_${n}_${e}`}function Wn(){let n=Date.now().toString(36),e=Math.random().toString(36).substring(2,10);return`usr_${n}_${e}`}function Ln(){let n=Date.now().toString(36),e=Math.random().toString(36).substring(2,10);return`ast_${n}_${e}`}var Qt=class{constructor(e={},s){this.config=e;this.callbacks=s;this.status="idle";this.streaming=!1;this.abortController=null;this.sequenceCounter=Date.now();this.clientSession=null;this.handleEvent=e=>{var s,t;e.type==="message"?this.upsertMessage(e.message):e.type==="status"?(this.setStatus(e.status),e.status==="connecting"?this.setStreaming(!0):(e.status==="idle"||e.status==="error")&&(this.setStreaming(!1),this.abortController=null)):e.type==="error"&&(this.setStatus("error"),this.setStreaming(!1),this.abortController=null,(t=(s=this.callbacks).onError)==null||t.call(s,e.error))};var t;this.messages=[...(t=e.initialMessages)!=null?t:[]].map(r=>{var o;return{...r,sequence:(o=r.sequence)!=null?o:this.nextSequence()}}),this.messages=this.sortMessages(this.messages),this.client=new Yt(e),this.messages.length&&this.callbacks.onMessagesChanged([...this.messages]),this.callbacks.onStatusChanged(this.status)}isClientTokenMode(){return this.client.isClientTokenMode()}async initClientSession(){var e,s;if(!this.isClientTokenMode())return null;try{let t=await this.client.initSession();return this.setClientSession(t),t}catch(t){return(s=(e=this.callbacks).onError)==null||s.call(e,t instanceof Error?t:new Error(String(t))),null}}setClientSession(e){if(this.clientSession=e,e.config.welcomeMessage&&this.messages.length===0){let s={id:`welcome-${Date.now()}`,role:"assistant",content:e.config.welcomeMessage,createdAt:new Date().toISOString(),sequence:this.nextSequence()};this.appendMessage(s)}}getClientSession(){var e;return(e=this.clientSession)!=null?e:this.client.getClientSession()}isSessionValid(){let e=this.getClientSession();return e?new Date<e.expiresAt:!1}clearClientSession(){this.clientSession=null,this.client.clearClientSession()}getClient(){return this.client}async submitMessageFeedback(e,s){return this.client.submitMessageFeedback(e,s)}async submitCSATFeedback(e,s){return this.client.submitCSATFeedback(e,s)}async submitNPSFeedback(e,s){return this.client.submitNPSFeedback(e,s)}updateConfig(e){this.config={...this.config,...e},this.client=new Yt(this.config)}getMessages(){return[...this.messages]}getStatus(){return this.status}isStreaming(){return this.streaming}injectTestEvent(e){this.handleEvent(e)}async sendMessage(e,s){var c,w,y,u,C;let t=e.trim();if(!t)return;(c=this.abortController)==null||c.abort();let r=Wn(),o=Ln(),i={id:r,role:"user",content:t,createdAt:new Date().toISOString(),sequence:this.nextSequence(),viaVoice:(s==null?void 0:s.viaVoice)||!1};this.appendMessage(i),this.setStreaming(!0);let l=new AbortController;this.abortController=l;let d=[...this.messages];try{await this.client.dispatch({messages:d,signal:l.signal,assistantMessageId:o},this.handleEvent)}catch(g){let j={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(j),this.setStatus("idle"),this.setStreaming(!1),this.abortController=null,g instanceof Error?(y=(w=this.callbacks).onError)==null||y.call(w,g):(C=(u=this.callbacks).onError)==null||C.call(u,new Error(String(g)))}}cancel(){var e;(e=this.abortController)==null||e.abort(),this.abortController=null,this.setStreaming(!1),this.setStatus("idle")}clearMessages(){var e;(e=this.abortController)==null||e.abort(),this.abortController=null,this.messages=[],this.setStreaming(!1),this.setStatus("idle"),this.callbacks.onMessagesChanged([...this.messages])}hydrateMessages(e){var s;(s=this.abortController)==null||s.abort(),this.abortController=null,this.messages=this.sortMessages(e.map(t=>{var r;return{...t,streaming:!1,sequence:(r=t.sequence)!=null?r:this.nextSequence()}})),this.setStreaming(!1),this.setStatus("idle"),this.callbacks.onMessagesChanged([...this.messages])}setStatus(e){this.status!==e&&(this.status=e,this.callbacks.onStatusChanged(e))}setStreaming(e){this.streaming!==e&&(this.streaming=e,this.callbacks.onStreamingChanged(e))}appendMessage(e){let s=this.ensureSequence(e);this.messages=this.sortMessages([...this.messages,s]),this.callbacks.onMessagesChanged([...this.messages])}upsertMessage(e){let s=this.ensureSequence(e),t=this.messages.findIndex(r=>r.id===s.id);if(t===-1){this.appendMessage(s);return}this.messages=this.messages.map((r,o)=>o===t?{...r,...s}:r),this.messages=this.sortMessages(this.messages),this.callbacks.onMessagesChanged([...this.messages])}ensureSequence(e){return e.sequence!==void 0?{...e}:{...e,sequence:this.nextSequence()}}nextSequence(){return this.sequenceCounter++}sortMessages(e){return[...e].sort((s,t)=>{var d,c;let r=new Date(s.createdAt).getTime(),o=new Date(t.createdAt).getTime();if(!Number.isNaN(r)&&!Number.isNaN(o)&&r!==o)return r-o;let i=(d=s.sequence)!=null?d:0,l=(c=t.sequence)!=null?c:0;return i!==l?i-l:s.id.localeCompare(t.id)})}};var Qn=()=>{var n;return typeof document!="undefined"&&document.documentElement.classList.contains("dark")||typeof window!="undefined"&&((n=window.matchMedia)!=null&&n.call(window,"(prefers-color-scheme: dark)").matches)?"dark":"light"},wr=n=>{var o,i,l;let e=(o=n==null?void 0:n.colorScheme)!=null?o:"light",s=(i=n==null?void 0:n.theme)!=null?i:{},t=(l=n==null?void 0:n.darkTheme)!=null?l:s;return e==="light"?s:e==="dark"||Qn()==="dark"?t:s},Do=n=>{let e=[];if(typeof document!="undefined"&&typeof MutationObserver!="undefined"){let s=new MutationObserver(()=>{n(Qn())});s.observe(document.documentElement,{attributes:!0,attributeFilter:["class"]}),e.push(()=>s.disconnect())}if(typeof window!="undefined"&&window.matchMedia){let s=window.matchMedia("(prefers-color-scheme: dark)"),t=()=>n(Qn());s.addEventListener?(s.addEventListener("change",t),e.push(()=>s.removeEventListener("change",t))):s.addListener&&(s.addListener(t),e.push(()=>s.removeListener(t)))}return()=>{e.forEach(s=>s())}},Bn=(n,e)=>{let s=wr(e);Object.entries(s).forEach(([t,r])=>{if(r==null||r==="")return;let o=t.replace(/[A-Z]/g,i=>`-${i.toLowerCase()}`);n.style.setProperty(`--cw-${o}`,String(r))})};var yr=lr(require("lucide"),1),ge=(n,e=24,s="currentColor",t=2)=>{try{let r=n.split("-").map(i=>i.charAt(0).toUpperCase()+i.slice(1)).join(""),o=yr[r];return o?vr(o,e,s,t):(console.warn(`Lucide icon "${n}" not found (tried "${r}"). Available icons: https://lucide.dev/icons`),null)}catch(r){return console.warn(`Failed to render Lucide icon "${n}":`,r),null}};function vr(n,e,s,t){if(!n||!Array.isArray(n))return null;let r=document.createElementNS("http://www.w3.org/2000/svg","svg");return r.setAttribute("width",String(e)),r.setAttribute("height",String(e)),r.setAttribute("viewBox","0 0 24 24"),r.setAttribute("fill","none"),r.setAttribute("stroke",s),r.setAttribute("stroke-width",String(t)),r.setAttribute("stroke-linecap","round"),r.setAttribute("stroke-linejoin","round"),r.setAttribute("aria-hidden","true"),n.forEach(o=>{if(Array.isArray(o)&&o.length>=2){let i=o[0],l=o[1];if(l){let d=document.createElementNS("http://www.w3.org/2000/svg",i);Object.entries(l).forEach(([c,w])=>{c!=="stroke"&&d.setAttribute(c,String(w))}),r.appendChild(d)}}}),r}var f=(n,e)=>{let s=document.createElement(n);return e&&(s.className=e),s};var Ve={idle:"Online",connecting:"Connecting\u2026",connected:"Streaming\u2026",error:"Offline"};var Ct={"bottom-right":"tvw-bottom-6 tvw-right-6","bottom-left":"tvw-bottom-6 tvw-left-6","top-right":"tvw-top-6 tvw-right-6","top-left":"tvw-top-6 tvw-left-6"};var cn=(n,e)=>{let s=f("button");s.type="button",s.innerHTML=`
|
|
6
|
+
`);i=(it=he.pop())!=null?it:"";for(let Ie of he){let fe=Ie.split(`
|
|
7
|
+
`),Ae="message",be="";for(let te of fe)te.startsWith("event:")?Ae=te.replace("event:","").trim():te.startsWith("data:")&&(be+=te.replace("data:","").trim());if(!be)continue;let H;try{H=JSON.parse(be)}catch(te){o({type:"error",error:te instanceof Error?te:new Error("Failed to parse chat stream payload")});continue}let ft=Ae!=="message"?Ae:(oe=H.type)!=null?oe:"message";if(this.parseSSEEvent){v.current=p;let te=await this.handleCustomSSEEvent(H,o,v,g,c);if(v.current&&!p&&(p=v.current),te)continue}if(ft==="reason_start"){let te=(D=k(H,!0))!=null?D:`reason-${c()}`,W=Y(te);W.reasoning=(Ve=W.reasoning)!=null?Ve:{id:te,status:"streaming",chunks:[]},W.reasoning.startedAt=(at=W.reasoning.startedAt)!=null?at:q((nt=H.startedAt)!=null?nt:H.timestamp),W.reasoning.completedAt=void 0,W.reasoning.durationMs=void 0,W.streaming=!0,W.reasoning.status="streaming",g(W)}else if(ft==="reason_chunk"){let te=(Et=(Tt=k(H,!1))!=null?Tt:k(H,!0))!=null?Et:`reason-${c()}`,W=Y(te);W.reasoning=(_=W.reasoning)!=null?_:{id:te,status:"streaming",chunks:[]},W.reasoning.startedAt=(Ge=W.reasoning.startedAt)!=null?Ge:q((ue=H.startedAt)!=null?ue:H.timestamp);let E=(Ze=(_e=(Qe=H.reasoningText)!=null?Qe:H.text)!=null?_e:H.delta)!=null?Ze:"";if(E&&H.hidden!==!0&&W.reasoning.chunks.push(String(E)),W.reasoning.status=H.done?"complete":"streaming",H.done){W.reasoning.completedAt=q((P=H.completedAt)!=null?P:H.timestamp);let K=($e=W.reasoning.startedAt)!=null?$e:Date.now();W.reasoning.durationMs=Math.max(0,((ut=W.reasoning.completedAt)!=null?ut:Date.now())-K)}W.streaming=W.reasoning.status!=="complete",g(W)}else if(ft==="reason_complete"){let te=(Lt=(pt=k(H,!1))!=null?pt:k(H,!0))!=null?Lt:`reason-${c()}`,W=m.get(te);if(W!=null&&W.reasoning){W.reasoning.status="complete",W.reasoning.completedAt=q((bt=H.completedAt)!=null?bt:H.timestamp);let K=(Ct=W.reasoning.startedAt)!=null?Ct:Date.now();W.reasoning.durationMs=Math.max(0,((Fe=W.reasoning.completedAt)!=null?Fe:Date.now())-K),W.streaming=!1,g(W)}let E=R(H);E&&M.byStep.delete(E)}else if(ft==="tool_start"){let te=(et=j(H,!0))!=null?et:`tool-${c()}`,W=O(te),E=(xt=W.toolCall)!=null?xt:{id:te,status:"pending"};E.name=(ke=H.toolName)!=null?ke:E.name,E.status="running",H.args!==void 0&&(E.args=H.args),E.startedAt=(b=E.startedAt)!=null?b:q((Le=H.startedAt)!=null?Le:H.timestamp),E.completedAt=void 0,E.durationMs=void 0,W.toolCall=E,W.streaming=!0,g(W)}else if(ft==="tool_chunk"){let te=(Ee=(Be=j(H,!1))!=null?Be:j(H,!0))!=null?Ee:`tool-${c()}`,W=O(te),E=(Ke=W.toolCall)!=null?Ke:{id:te,status:"running"};E.startedAt=(st=E.startedAt)!=null?st:q((ot=H.startedAt)!=null?ot:H.timestamp);let K=(Mt=(mt=(gt=H.text)!=null?gt:H.delta)!=null?mt:H.message)!=null?Mt:"";K&&(E.chunks=($t=E.chunks)!=null?$t:[],E.chunks.push(String(K))),E.status="running",W.toolCall=E,W.streaming=!0,g(W)}else if(ft==="tool_complete"){let te=(Ot=(Xt=j(H,!1))!=null?Xt:j(H,!0))!=null?Ot:`tool-${c()}`,W=O(te),E=(He=W.toolCall)!=null?He:{id:te,status:"running"};if(E.status="complete",H.result!==void 0&&(E.result=H.result),typeof H.duration=="number"&&(E.duration=H.duration),E.completedAt=q((ht=H.completedAt)!=null?ht:H.timestamp),typeof H.duration=="number")E.durationMs=H.duration;else{let We=(pe=E.startedAt)!=null?pe:Date.now();E.durationMs=Math.max(0,((Ft=E.completedAt)!=null?Ft:Date.now())-We)}W.toolCall=E,W.streaming=!1,g(W);let K=y(H);K&&f.byCall.delete(K)}else if(ft==="step_chunk"){let te=H.stepType,W=H.executionType;if(te==="tool"||W==="context")continue;let E=F(),K=(An=(Sn=(Ht=(Bt=H.text)!=null?Bt:H.delta)!=null?Ht:H.content)!=null?Sn:H.chunk)!=null?An:"";if(K){let ye=((rn=V.get(E.id))!=null?rn:"")+K;E.rawContent=ye,J.has(E.id)||J.set(E.id,this.createStreamParser());let ie=J.get(E.id),Q=ye.trim().startsWith("{")||ye.trim().startsWith("[");if(Q&&V.set(E.id,ye),ie.__isPlainTextParser===!0){E.content+=K,V.delete(E.id),J.delete(E.id),E.rawContent=void 0,g(E);continue}let je=ie.processChunk(ye);if(je instanceof Promise)je.then(ge=>{var ve;let Ce=typeof ge=="string"?ge:(ve=ge==null?void 0:ge.text)!=null?ve:null;if(Ce!==null&&Ce.trim()!==""){let xe=p;xe&&xe.id===E.id&&(xe.content=Ce,g(xe))}else if(!Q&&!ye.trim().startsWith("<")){let xe=p;xe&&xe.id===E.id&&(xe.content+=K,V.delete(xe.id),J.delete(xe.id),xe.rawContent=void 0,g(xe))}}).catch(()=>{E.content+=K,V.delete(E.id),J.delete(E.id),E.rawContent=void 0,g(E)});else{let ge=typeof je=="string"?je:(Dt=je==null?void 0:je.text)!=null?Dt:null;ge!==null&&ge.trim()!==""?(E.content=ge,g(E)):!Q&&!ye.trim().startsWith("<")&&(E.content+=K,V.delete(E.id),J.delete(E.id),E.rawContent=void 0,g(E))}}if(H.isComplete){let We=(Tn=(It=H.result)==null?void 0:It.response)!=null?Tn:E.content;if(We){let ye=V.get(E.id),ie=ye!=null?ye:U(We);E.rawContent=ie;let Q=J.get(E.id),Re=null,je=!1;if(Q&&(Re=Q.getExtractedText(),Re===null&&(Re=Rn(ie)),Re===null)){let ge=Q.processChunk(ie);ge instanceof Promise?(je=!0,ge.then(Ce=>{var xe;let ve=typeof Ce=="string"?Ce:(xe=Ce==null?void 0:Ce.text)!=null?xe:null;if(ve!==null){let Ue=p;Ue&&Ue.id===E.id&&(Ue.content=ve,Ue.streaming=!1,J.delete(Ue.id),V.delete(Ue.id),g(Ue))}})):Re=typeof ge=="string"?ge:(En=ge==null?void 0:ge.text)!=null?En:null}if(!je){Re!==null&&Re.trim()!==""?E.content=Re:V.has(E.id)||(E.content=U(We));let ge=J.get(E.id);if(ge){let Ce=(Mn=ge.close)==null?void 0:Mn.call(ge);Ce instanceof Promise&&Ce.catch(()=>{}),J.delete(E.id)}V.delete(E.id),E.streaming=!1,g(E)}}}}else if(ft==="step_complete"){let te=H.stepType,W=H.executionType;if(te==="tool"||W==="context")continue;let E=(oo=H.result)==null?void 0:oo.response,K=F();if(E!=null){let We=J.get(K.id),ye=!1,ie=!1;if(We){let Q=We.getExtractedText(),Re=V.get(K.id),je=Re!=null?Re:U(E);if(K.rawContent=je,Q!==null&&Q.trim()!=="")K.content=Q,ye=!0;else{let ge=Rn(je);if(ge!==null)K.content=ge,ye=!0;else{let Ce=We.processChunk(je);if(Ce instanceof Promise)ie=!0,Ce.then(ve=>{var Ue;let xe=typeof ve=="string"?ve:(Ue=ve==null?void 0:ve.text)!=null?Ue:null;if(xe!==null&&xe.trim()!==""){let lt=p;lt&<.id===K.id&&(lt.content=xe,lt.streaming=!1,J.delete(lt.id),V.delete(lt.id),g(lt))}else{let lt=We.getExtractedText(),vt=p;vt&&vt.id===K.id&&(lt!==null&<.trim()!==""?vt.content=lt:V.has(vt.id)||(vt.content=U(E)),vt.streaming=!1,J.delete(vt.id),V.delete(vt.id),g(vt))}});else{let ve=typeof Ce=="string"?Ce:(_t=Ce==null?void 0:Ce.text)!=null?_t:null;if(ve!==null&&ve.trim()!=="")K.content=ve,ye=!0;else{let xe=We.getExtractedText();xe!==null&&xe.trim()!==""&&(K.content=xe,ye=!0)}}}}}if(!ie){if(!K.rawContent){let Q=V.get(K.id);K.rawContent=Q!=null?Q:U(E)}if(!ye&&!V.has(K.id)&&(K.content=U(E)),We){let Q=(jt=We.close)==null?void 0:jt.call(We);Q instanceof Promise&&Q.catch(()=>{})}J.delete(K.id),V.delete(K.id),K.streaming=!1,g(K)}}else J.delete(K.id),V.delete(K.id),K.streaming=!1,g(K)}else if(ft==="flow_complete"){let te=(Ye=H.result)==null?void 0:Ye.response;if(te!=null){let W=F(),E=V.get(W.id),K=E!=null?E:U(te);W.rawContent=K;let We=U(te),ye=J.get(W.id);if(ye){let Re=Rn(K);if(Re!==null)We=Re;else{let je=ye.processChunk(K);je instanceof Promise&&je.then(Ce=>{var xe;let ve=typeof Ce=="string"?Ce:(xe=Ce==null?void 0:Ce.text)!=null?xe:null;if(ve!==null){let Ue=p;Ue&&Ue.id===W.id&&(Ue.content=ve,Ue.streaming=!1,g(Ue))}});let ge=ye.getExtractedText();ge!==null&&(We=ge)}}J.delete(W.id),V.delete(W.id);let ie=We!==W.content,Q=W.streaming!==!1;ie&&(W.content=We),W.streaming=!1,(ie||Q)&&g(W)}else if(p!==null){let W=p;J.delete(W.id),V.delete(W.id),W.streaming!==!1&&(W.streaming=!1,g(W))}o({type:"status",status:"idle"})}else ft==="error"&&H.error&&o({type:"error",error:H.error instanceof Error?H.error:new Error(String(H.error))})}}}};function cr(){let n=Date.now().toString(36),t=Math.random().toString(36).substring(2,10);return`msg_${n}_${t}`}function On(){let n=Date.now().toString(36),t=Math.random().toString(36).substring(2,10);return`usr_${n}_${t}`}function Dn(){let n=Date.now().toString(36),t=Math.random().toString(36).substring(2,10);return`ast_${n}_${t}`}var Vt=class{constructor(t={},o){this.config=t;this.callbacks=o;this.status="idle";this.streaming=!1;this.abortController=null;this.sequenceCounter=Date.now();this.clientSession=null;this.handleEvent=t=>{var o,e;t.type==="message"?this.upsertMessage(t.message):t.type==="status"?(this.setStatus(t.status),t.status==="connecting"?this.setStreaming(!0):(t.status==="idle"||t.status==="error")&&(this.setStreaming(!1),this.abortController=null)):t.type==="error"&&(this.setStatus("error"),this.setStreaming(!1),this.abortController=null,(e=(o=this.callbacks).onError)==null||e.call(o,t.error))};var e;this.messages=[...(e=t.initialMessages)!=null?e:[]].map(r=>{var s;return{...r,sequence:(s=r.sequence)!=null?s:this.nextSequence()}}),this.messages=this.sortMessages(this.messages),this.client=new Jt(t),this.messages.length&&this.callbacks.onMessagesChanged([...this.messages]),this.callbacks.onStatusChanged(this.status)}isClientTokenMode(){return this.client.isClientTokenMode()}async initClientSession(){var t,o;if(!this.isClientTokenMode())return null;try{let e=await this.client.initSession();return this.setClientSession(e),e}catch(e){return(o=(t=this.callbacks).onError)==null||o.call(t,e instanceof Error?e:new Error(String(e))),null}}setClientSession(t){if(this.clientSession=t,t.config.welcomeMessage&&this.messages.length===0){let o={id:`welcome-${Date.now()}`,role:"assistant",content:t.config.welcomeMessage,createdAt:new Date().toISOString(),sequence:this.nextSequence()};this.appendMessage(o)}}getClientSession(){var t;return(t=this.clientSession)!=null?t:this.client.getClientSession()}isSessionValid(){let t=this.getClientSession();return t?new Date<t.expiresAt:!1}clearClientSession(){this.clientSession=null,this.client.clearClientSession()}getClient(){return this.client}async submitMessageFeedback(t,o){return this.client.submitMessageFeedback(t,o)}async submitCSATFeedback(t,o){return this.client.submitCSATFeedback(t,o)}async submitNPSFeedback(t,o){return this.client.submitNPSFeedback(t,o)}updateConfig(t){this.config={...this.config,...t},this.client=new Jt(this.config)}getMessages(){return[...this.messages]}getStatus(){return this.status}isStreaming(){return this.streaming}injectTestEvent(t){this.handleEvent(t)}async sendMessage(t,o){var c,w,g,p,v;let e=t.trim();if(!e)return;(c=this.abortController)==null||c.abort();let r=On(),s=Dn(),i={id:r,role:"user",content:e,createdAt:new Date().toISOString(),sequence:this.nextSequence(),viaVoice:(o==null?void 0:o.viaVoice)||!1};this.appendMessage(i),this.setStreaming(!0);let l=new AbortController;this.abortController=l;let d=[...this.messages];try{await this.client.dispatch({messages:d,signal:l.signal,assistantMessageId:s},this.handleEvent)}catch(m){let N={id:s,role:"assistant",createdAt:new Date().toISOString(),content:"It looks like the proxy isn't returning a real response yet. Here's a sample message so you can continue testing locally.",sequence:this.nextSequence()};this.appendMessage(N),this.setStatus("idle"),this.setStreaming(!1),this.abortController=null,m instanceof Error?(g=(w=this.callbacks).onError)==null||g.call(w,m):(v=(p=this.callbacks).onError)==null||v.call(p,new Error(String(m)))}}cancel(){var t;(t=this.abortController)==null||t.abort(),this.abortController=null,this.setStreaming(!1),this.setStatus("idle")}clearMessages(){var t;(t=this.abortController)==null||t.abort(),this.abortController=null,this.messages=[],this.setStreaming(!1),this.setStatus("idle"),this.callbacks.onMessagesChanged([...this.messages])}hydrateMessages(t){var o;(o=this.abortController)==null||o.abort(),this.abortController=null,this.messages=this.sortMessages(t.map(e=>{var r;return{...e,streaming:!1,sequence:(r=e.sequence)!=null?r:this.nextSequence()}})),this.setStreaming(!1),this.setStatus("idle"),this.callbacks.onMessagesChanged([...this.messages])}setStatus(t){this.status!==t&&(this.status=t,this.callbacks.onStatusChanged(t))}setStreaming(t){this.streaming!==t&&(this.streaming=t,this.callbacks.onStreamingChanged(t))}appendMessage(t){let o=this.ensureSequence(t);this.messages=this.sortMessages([...this.messages,o]),this.callbacks.onMessagesChanged([...this.messages])}upsertMessage(t){let o=this.ensureSequence(t),e=this.messages.findIndex(r=>r.id===o.id);if(e===-1){this.appendMessage(o);return}this.messages=this.messages.map((r,s)=>s===e?{...r,...o}:r),this.messages=this.sortMessages(this.messages),this.callbacks.onMessagesChanged([...this.messages])}ensureSequence(t){return t.sequence!==void 0?{...t}:{...t,sequence:this.nextSequence()}}nextSequence(){return this.sequenceCounter++}sortMessages(t){return[...t].sort((o,e)=>{var d,c;let r=new Date(o.createdAt).getTime(),s=new Date(e.createdAt).getTime();if(!Number.isNaN(r)&&!Number.isNaN(s)&&r!==s)return r-s;let i=(d=o.sequence)!=null?d:0,l=(c=e.sequence)!=null?c:0;return i!==l?i-l:o.id.localeCompare(e.id)})}};var io=()=>{var n;return typeof document!="undefined"&&document.documentElement.classList.contains("dark")||typeof window!="undefined"&&((n=window.matchMedia)!=null&&n.call(window,"(prefers-color-scheme: dark)").matches)?"dark":"light"},Yr=n=>{var s,i,l;let t=(s=n==null?void 0:n.colorScheme)!=null?s:"light",o=(i=n==null?void 0:n.theme)!=null?i:{},e=(l=n==null?void 0:n.darkTheme)!=null?l:o;return t==="light"?o:t==="dark"||io()==="dark"?e:o},ur=n=>{let t=[];if(typeof document!="undefined"&&typeof MutationObserver!="undefined"){let o=new MutationObserver(()=>{n(io())});o.observe(document.documentElement,{attributes:!0,attributeFilter:["class"]}),t.push(()=>o.disconnect())}if(typeof window!="undefined"&&window.matchMedia){let o=window.matchMedia("(prefers-color-scheme: dark)"),e=()=>n(io());o.addEventListener?(o.addEventListener("change",e),t.push(()=>o.removeEventListener("change",e))):o.addListener&&(o.addListener(e),t.push(()=>o.removeListener(e)))}return()=>{t.forEach(o=>o())}},_n=(n,t)=>{let o=Yr(t);Object.entries(o).forEach(([e,r])=>{if(r==null||r==="")return;let s=e.replace(/[A-Z]/g,i=>`-${i.toLowerCase()}`);n.style.setProperty(`--cw-${s}`,String(r))})};var Kr=Nr(require("lucide"),1),de=(n,t=24,o="currentColor",e=2)=>{try{let r=n.split("-").map(i=>i.charAt(0).toUpperCase()+i.slice(1)).join(""),s=Kr[r];return s?Xr(s,t,o,e):(console.warn(`Lucide icon "${n}" not found (tried "${r}"). Available icons: https://lucide.dev/icons`),null)}catch(r){return console.warn(`Failed to render Lucide icon "${n}":`,r),null}};function Xr(n,t,o,e){if(!n||!Array.isArray(n))return null;let r=document.createElementNS("http://www.w3.org/2000/svg","svg");return r.setAttribute("width",String(t)),r.setAttribute("height",String(t)),r.setAttribute("viewBox","0 0 24 24"),r.setAttribute("fill","none"),r.setAttribute("stroke",o),r.setAttribute("stroke-width",String(e)),r.setAttribute("stroke-linecap","round"),r.setAttribute("stroke-linejoin","round"),r.setAttribute("aria-hidden","true"),n.forEach(s=>{if(Array.isArray(s)&&s.length>=2){let i=s[0],l=s[1];if(l){let d=document.createElementNS("http://www.w3.org/2000/svg",i);Object.entries(l).forEach(([c,w])=>{c!=="stroke"&&d.setAttribute(c,String(w))}),r.appendChild(d)}}}),r}var h=(n,t)=>{let o=document.createElement(n);return t&&(o.className=t),o};var pr=require("idiomorph"),gr=(n,t,o={})=>{let{preserveTypingAnimation:e=!0}=o;pr.Idiomorph.morph(n,t.innerHTML,{morphStyle:"innerHTML",callbacks:{beforeNodeMorphed(r,s){if(r instanceof HTMLElement&&e&&r.classList.contains("tvw-animate-typing"))return!1}}})};var tt={idle:"Online",connecting:"Connecting\u2026",connected:"Streaming\u2026",error:"Offline"};var At={"bottom-right":"tvw-bottom-6 tvw-right-6","bottom-left":"tvw-bottom-6 tvw-left-6","top-right":"tvw-top-6 tvw-right-6","top-left":"tvw-top-6 tvw-left-6"};var yn=(n,t)=>{let o=h("button");o.type="button",o.innerHTML=`
|
|
8
8
|
<span class="tvw-inline-flex tvw-items-center tvw-justify-center tvw-rounded-full tvw-bg-cw-primary tvw-text-white" data-role="launcher-icon">\u{1F4AC}</span>
|
|
9
9
|
<img data-role="launcher-image" class="tvw-rounded-full tvw-object-cover" alt="" style="display:none" />
|
|
10
10
|
<span class="tvw-flex tvw-flex-col tvw-items-start tvw-text-left">
|
|
@@ -12,23 +12,23 @@
|
|
|
12
12
|
<span class="tvw-text-xs tvw-text-cw-muted" data-role="launcher-subtitle"></span>
|
|
13
13
|
</span>
|
|
14
14
|
<span class="tvw-ml-2 tvw-grid tvw-place-items-center tvw-rounded-full tvw-bg-cw-primary tvw-text-cw-call-to-action" data-role="launcher-call-to-action-icon">\u2197</span>
|
|
15
|
-
`,s.addEventListener("click",e);let t=o=>{var m,b,W,v,N,x,S,Y,R,O,G,D;let i=(m=o.launcher)!=null?m:{},l=s.querySelector("[data-role='launcher-title']");l&&(l.textContent=(b=i.title)!=null?b:"Chat Assistant");let d=s.querySelector("[data-role='launcher-subtitle']");d&&(d.textContent=(W=i.subtitle)!=null?W:"Get answers fast");let c=s.querySelector(".tvw-flex-col");c&&(i.textHidden?c.style.display="none":c.style.display="");let w=s.querySelector("[data-role='launcher-icon']");if(w)if(i.agentIconHidden)w.style.display="none";else{let U=(v=i.agentIconSize)!=null?v:"40px";if(w.style.height=U,w.style.width=U,w.innerHTML="",i.agentIconName){let Q=parseFloat(U)||24,ie=ge(i.agentIconName,Q*.6,"#ffffff",2);ie?(w.appendChild(ie),w.style.display=""):(w.textContent=(N=i.agentIconText)!=null?N:"\u{1F4AC}",w.style.display="")}else i.iconUrl?w.style.display="none":(w.textContent=(x=i.agentIconText)!=null?x:"\u{1F4AC}",w.style.display="")}let y=s.querySelector("[data-role='launcher-image']");if(y){let U=(S=i.agentIconSize)!=null?S:"40px";y.style.height=U,y.style.width=U,i.iconUrl&&!i.agentIconName&&!i.agentIconHidden?(y.src=i.iconUrl,y.style.display="block"):y.style.display="none"}let u=s.querySelector("[data-role='launcher-call-to-action-icon']");if(u){let U=(Y=i.callToActionIconSize)!=null?Y:"32px";u.style.height=U,u.style.width=U,i.callToActionIconBackgroundColor?(u.style.backgroundColor=i.callToActionIconBackgroundColor,u.classList.remove("tvw-bg-cw-primary")):(u.style.backgroundColor="",u.classList.add("tvw-bg-cw-primary"));let Q=0;if(i.callToActionIconPadding?(u.style.boxSizing="border-box",u.style.padding=i.callToActionIconPadding,Q=(parseFloat(i.callToActionIconPadding)||0)*2):(u.style.boxSizing="",u.style.padding=""),i.callToActionIconHidden)u.style.display="none";else if(u.style.display="",u.innerHTML="",i.callToActionIconName){let ie=parseFloat(U)||24,de=Math.max(ie-Q,8),_=ge(i.callToActionIconName,de,"currentColor",2);_?u.appendChild(_):u.textContent=(R=i.callToActionIconText)!=null?R:"\u2197"}else u.textContent=(O=i.callToActionIconText)!=null?O:"\u2197"}let C=i.position&&Ct[i.position]?Ct[i.position]:Ct["bottom-right"],g="tvw-fixed tvw-flex tvw-items-center tvw-gap-3 tvw-rounded-launcher tvw-bg-cw-surface tvw-py-2.5 tvw-pl-3 tvw-pr-3 tvw-transition hover:tvw-translate-y-[-2px] tvw-cursor-pointer tvw-z-50";s.className=`${g} ${C}`;let j="1px solid #e5e7eb",$="0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -4px rgba(0, 0, 0, 0.1)";s.style.border=(G=i.border)!=null?G:j,s.style.boxShadow=(D=i.shadow)!=null?D:$},r=()=>{s.removeEventListener("click",e),s.remove()};return n&&t(n),{element:s,update:t,destroy:r}};var Ot=n=>{var O,G,D,U,Q,ie,de,_,ze,Ge,nt,xt,St,q,ve,ht,ft,Qe,st,I,Be,at,lt,Tt,wt,He,Je,yt,ot,Ye,E,$e;let{config:e,showClose:s=!0}=n,t=f("div","tvw-widget-header tvw-flex tvw-items-center tvw-gap-3 tvw-bg-cw-surface tvw-px-6 tvw-py-5 tvw-border-b-cw-divider"),r=(O=e==null?void 0:e.launcher)!=null?O:{},o=(G=r.headerIconSize)!=null?G:"48px",i=(D=r.closeButtonSize)!=null?D:"32px",l=(U=r.closeButtonPlacement)!=null?U:"inline",d=(Q=r.headerIconHidden)!=null?Q:!1,c=r.headerIconName,w=f("div","tvw-flex tvw-items-center tvw-justify-center tvw-rounded-xl tvw-bg-cw-primary tvw-text-white tvw-text-xl");if(w.style.height=o,w.style.width=o,!d)if(c){let V=parseFloat(o)||24,Le=ge(c,V*.6,"#ffffff",2);Le?w.replaceChildren(Le):w.textContent=(de=(ie=e==null?void 0:e.launcher)==null?void 0:ie.agentIconText)!=null?de:"\u{1F4AC}"}else if((_=e==null?void 0:e.launcher)!=null&&_.iconUrl){let V=f("img");V.src=e.launcher.iconUrl,V.alt="",V.className="tvw-rounded-xl tvw-object-cover",V.style.height=o,V.style.width=o,w.replaceChildren(V)}else w.textContent=(Ge=(ze=e==null?void 0:e.launcher)==null?void 0:ze.agentIconText)!=null?Ge:"\u{1F4AC}";let y=f("div","tvw-flex tvw-flex-col"),u=f("span","tvw-text-base tvw-font-semibold");u.textContent=(xt=(nt=e==null?void 0:e.launcher)==null?void 0:nt.title)!=null?xt:"Chat Assistant";let C=f("span","tvw-text-xs tvw-text-cw-muted");C.textContent=(q=(St=e==null?void 0:e.launcher)==null?void 0:St.subtitle)!=null?q:"Here to help you get answers fast",y.append(u,C),d?t.append(y):t.append(w,y);let g=(ve=r.clearChat)!=null?ve:{},j=(ht=g.enabled)!=null?ht:!0,$=(ft=g.placement)!=null?ft:"inline",m=null,b=null;if(j){let V=(Qe=g.size)!=null?Qe:"32px",Le=(st=g.iconName)!=null?st:"refresh-cw",Ie=(I=g.iconColor)!=null?I:"",Fe=(Be=g.backgroundColor)!=null?Be:"",Ne=(at=g.borderWidth)!=null?at:"",ut=(lt=g.borderColor)!=null?lt:"",At=(Tt=g.borderRadius)!=null?Tt:"",vt=(wt=g.paddingX)!=null?wt:"",Lt=(He=g.paddingY)!=null?He:"",Bt=(Je=g.tooltipText)!=null?Je:"Clear chat",Dt=(yt=g.showTooltip)!=null?yt:!0;b=f("div",$==="top-right"?"tvw-absolute tvw-top-4 tvw-z-50":"tvw-relative tvw-ml-auto tvw-clear-chat-button-wrapper"),$==="top-right"&&(b.style.right="48px"),m=f("button","tvw-inline-flex tvw-items-center tvw-justify-center tvw-rounded-full tvw-text-cw-muted hover:tvw-bg-gray-100 tvw-cursor-pointer tvw-border-none"),m.style.height=V,m.style.width=V,m.type="button",m.setAttribute("aria-label",Bt);let Et=ge(Le,"20px",Ie||"",2);if(Et&&m.appendChild(Et),Ie&&(m.style.color=Ie,m.classList.remove("tvw-text-cw-muted")),Fe&&(m.style.backgroundColor=Fe,m.classList.remove("hover:tvw-bg-gray-100")),Ne||ut){let Z=Ne||"0px",pt=ut||"transparent";m.style.border=`${Z} solid ${pt}`,m.classList.remove("tvw-border-none")}if(At&&(m.style.borderRadius=At,m.classList.remove("tvw-rounded-full")),vt?(m.style.paddingLeft=vt,m.style.paddingRight=vt):(m.style.paddingLeft="",m.style.paddingRight=""),Lt?(m.style.paddingTop=Lt,m.style.paddingBottom=Lt):(m.style.paddingTop="",m.style.paddingBottom=""),b.appendChild(m),Dt&&Bt&&m&&b){let Z=null,pt=()=>{if(Z||!m)return;Z=f("div","tvw-clear-chat-tooltip"),Z.textContent=Bt;let gt=f("div");gt.className="tvw-clear-chat-tooltip-arrow",Z.appendChild(gt);let Ht=m.getBoundingClientRect();Z.style.position="fixed",Z.style.left=`${Ht.left+Ht.width/2}px`,Z.style.top=`${Ht.top-8}px`,Z.style.transform="translate(-50%, -100%)",document.body.appendChild(Z)},bt=()=>{Z&&Z.parentNode&&(Z.parentNode.removeChild(Z),Z=null)};b.addEventListener("mouseenter",pt),b.addEventListener("mouseleave",bt),m.addEventListener("focus",pt),m.addEventListener("blur",bt),b._cleanupTooltip=()=>{bt(),b&&(b.removeEventListener("mouseenter",pt),b.removeEventListener("mouseleave",bt)),m&&(m.removeEventListener("focus",pt),m.removeEventListener("blur",bt))}}$==="inline"&&t.appendChild(b)}let W=f("div",l==="top-right"?"tvw-absolute tvw-top-4 tvw-right-4 tvw-z-50":j&&$==="inline"?"":"tvw-ml-auto"),v=f("button","tvw-inline-flex tvw-items-center tvw-justify-center tvw-rounded-full tvw-text-cw-muted hover:tvw-bg-gray-100 tvw-cursor-pointer tvw-border-none");v.style.height=i,v.style.width=i,v.type="button";let N=(ot=r.closeButtonTooltipText)!=null?ot:"Close chat",x=(Ye=r.closeButtonShowTooltip)!=null?Ye:!0;v.setAttribute("aria-label",N),v.style.display=s?"":"none";let S=(E=r.closeButtonIconName)!=null?E:"x",Y=($e=r.closeButtonIconText)!=null?$e:"\xD7",R=ge(S,"20px",r.closeButtonColor||"",2);if(R?v.appendChild(R):v.textContent=Y,r.closeButtonColor?(v.style.color=r.closeButtonColor,v.classList.remove("tvw-text-cw-muted")):(v.style.color="",v.classList.add("tvw-text-cw-muted")),r.closeButtonBackgroundColor?(v.style.backgroundColor=r.closeButtonBackgroundColor,v.classList.remove("hover:tvw-bg-gray-100")):(v.style.backgroundColor="",v.classList.add("hover:tvw-bg-gray-100")),r.closeButtonBorderWidth||r.closeButtonBorderColor){let V=r.closeButtonBorderWidth||"0px",Le=r.closeButtonBorderColor||"transparent";v.style.border=`${V} solid ${Le}`,v.classList.remove("tvw-border-none")}else v.style.border="",v.classList.add("tvw-border-none");if(r.closeButtonBorderRadius?(v.style.borderRadius=r.closeButtonBorderRadius,v.classList.remove("tvw-rounded-full")):(v.style.borderRadius="",v.classList.add("tvw-rounded-full")),r.closeButtonPaddingX?(v.style.paddingLeft=r.closeButtonPaddingX,v.style.paddingRight=r.closeButtonPaddingX):(v.style.paddingLeft="",v.style.paddingRight=""),r.closeButtonPaddingY?(v.style.paddingTop=r.closeButtonPaddingY,v.style.paddingBottom=r.closeButtonPaddingY):(v.style.paddingTop="",v.style.paddingBottom=""),W.appendChild(v),x&&N){let V=null,Le=()=>{if(V)return;V=f("div","tvw-clear-chat-tooltip"),V.textContent=N;let Fe=f("div");Fe.className="tvw-clear-chat-tooltip-arrow",V.appendChild(Fe);let Ne=v.getBoundingClientRect();V.style.position="fixed",V.style.left=`${Ne.left+Ne.width/2}px`,V.style.top=`${Ne.top-8}px`,V.style.transform="translate(-50%, -100%)",document.body.appendChild(V)},Ie=()=>{V&&V.parentNode&&(V.parentNode.removeChild(V),V=null)};W.addEventListener("mouseenter",Le),W.addEventListener("mouseleave",Ie),v.addEventListener("focus",Le),v.addEventListener("blur",Ie),W._cleanupTooltip=()=>{Ie(),W.removeEventListener("mouseenter",Le),W.removeEventListener("mouseleave",Ie),v.removeEventListener("focus",Le),v.removeEventListener("blur",Ie)}}return l!=="top-right"&&t.appendChild(W),{header:t,iconHolder:w,headerTitle:u,headerSubtitle:C,closeButton:v,closeButtonWrapper:W,clearChatButton:m,clearChatButtonWrapper:b}},Zt=(n,e,s)=>{var i,l,d,c;let t=(i=s==null?void 0:s.launcher)!=null?i:{},r=(l=t.closeButtonPlacement)!=null?l:"inline",o=(c=(d=t.clearChat)==null?void 0:d.placement)!=null?c:"inline";n.appendChild(e.header),r==="top-right"&&(n.style.position="relative",n.appendChild(e.closeButtonWrapper)),e.clearChatButtonWrapper&&o==="top-right"&&(n.style.position="relative",n.appendChild(e.clearChatButtonWrapper))};var Zn=n=>Ot({config:n.config,showClose:n.showClose,onClose:n.onClose,onClearChat:n.onClearChat}),es=n=>{var g,j,$,m;let{config:e,showClose:s=!0,onClose:t}=n,r=(g=e==null?void 0:e.launcher)!=null?g:{},o=f("div","tvw-flex tvw-items-center tvw-justify-between tvw-bg-cw-surface tvw-px-6 tvw-py-4 tvw-border-b-cw-divider"),i=f("span","tvw-text-base tvw-font-semibold");i.textContent=(j=r.title)!=null?j:"Chat Assistant",o.appendChild(i);let l=($=r.closeButtonSize)!=null?$:"32px",d=f("div",""),c=f("button","tvw-inline-flex tvw-items-center tvw-justify-center tvw-rounded-full tvw-text-cw-muted hover:tvw-bg-gray-100 tvw-cursor-pointer tvw-border-none");c.style.height=l,c.style.width=l,c.type="button",c.setAttribute("aria-label","Close chat"),c.style.display=s?"":"none";let w=(m=r.closeButtonIconName)!=null?m:"x",y=ge(w,"20px",r.closeButtonColor||"",2);y?c.appendChild(y):c.textContent="\xD7",t&&c.addEventListener("click",t),d.appendChild(c),o.appendChild(d);let u=f("div");u.style.display="none";let C=f("span");return C.style.display="none",{header:o,iconHolder:u,headerTitle:i,headerSubtitle:C,closeButton:c,closeButtonWrapper:d,clearChatButton:null,clearChatButtonWrapper:null}},ts=n=>{var v,N,x,S,Y,R,O,G;let{config:e,showClose:s=!0,onClose:t,onClearChat:r}=n,o=(v=e==null?void 0:e.launcher)!=null?v:{},i=f("div","tvw-flex tvw-flex-col tvw-bg-cw-surface tvw-px-6 tvw-py-5 tvw-border-b-cw-divider"),l=f("div","tvw-flex tvw-items-center tvw-gap-3"),d=(N=o.headerIconSize)!=null?N:"56px",c=f("div","tvw-flex tvw-items-center tvw-justify-center tvw-rounded-xl tvw-bg-cw-primary tvw-text-white tvw-text-2xl");c.style.height=d,c.style.width=d;let w=o.headerIconName;if(w){let D=parseFloat(d)||24,U=ge(w,D*.5,"#ffffff",2);U?c.replaceChildren(U):c.textContent=(x=o.agentIconText)!=null?x:"\u{1F4AC}"}else if(o.iconUrl){let D=f("img");D.src=o.iconUrl,D.alt="",D.className="tvw-rounded-xl tvw-object-cover",D.style.height=d,D.style.width=d,c.replaceChildren(D)}else c.textContent=(S=o.agentIconText)!=null?S:"\u{1F4AC}";let y=f("div","tvw-flex tvw-flex-col tvw-flex-1"),u=f("span","tvw-text-lg tvw-font-semibold");u.textContent=(Y=o.title)!=null?Y:"Chat Assistant";let C=f("span","tvw-text-sm tvw-text-cw-muted");C.textContent=(R=o.subtitle)!=null?R:"Here to help you get answers fast",y.append(u,C),l.append(c,y);let g=(O=o.closeButtonSize)!=null?O:"32px",j=f("div",""),$=f("button","tvw-inline-flex tvw-items-center tvw-justify-center tvw-rounded-full tvw-text-cw-muted hover:tvw-bg-gray-100 tvw-cursor-pointer tvw-border-none");$.style.height=g,$.style.width=g,$.type="button",$.setAttribute("aria-label","Close chat"),$.style.display=s?"":"none";let m=(G=o.closeButtonIconName)!=null?G:"x",b=ge(m,"20px",o.closeButtonColor||"",2);b?$.appendChild(b):$.textContent="\xD7",t&&$.addEventListener("click",t),j.appendChild($),l.appendChild(j),i.appendChild(l);let W=f("div","tvw-mt-3 tvw-pt-3 tvw-border-t tvw-border-gray-100 tvw-text-xs tvw-text-cw-muted");return W.textContent="Online and ready to help",i.appendChild(W),{header:i,iconHolder:c,headerTitle:u,headerSubtitle:C,closeButton:$,closeButtonWrapper:j,clearChatButton:null,clearChatButtonWrapper:null}},Hn={default:Zn,minimal:es,expanded:ts},ns=n=>{var e;return(e=Hn[n])!=null?e:Hn.default},Rn=(n,e,s)=>{var i,l,d;if(e!=null&&e.render){let c=e.render({config:n,onClose:s==null?void 0:s.onClose,onClearChat:s==null?void 0:s.onClearChat}),w=f("div");w.style.display="none";let y=f("span"),u=f("span"),C=f("button");C.style.display="none";let g=f("div");return g.style.display="none",{header:c,iconHolder:w,headerTitle:y,headerSubtitle:u,closeButton:C,closeButtonWrapper:g,clearChatButton:null,clearChatButtonWrapper:null}}let t=(i=e==null?void 0:e.layout)!=null?i:"default",o=ns(t)({config:n,showClose:(d=(l=e==null?void 0:e.showCloseButton)!=null?l:s==null?void 0:s.showClose)!=null?d:!0,onClose:s==null?void 0:s.onClose,onClearChat:s==null?void 0:s.onClearChat});return e&&(e.showIcon===!1&&(o.iconHolder.style.display="none"),e.showTitle===!1&&(o.headerTitle.style.display="none"),e.showSubtitle===!1&&(o.headerSubtitle.style.display="none"),e.showCloseButton===!1&&(o.closeButton.style.display="none"),e.showClearChat===!1&&o.clearChatButtonWrapper&&(o.clearChatButtonWrapper.style.display="none")),o};var br=n=>{switch(n){case"serif":return'Georgia, "Times New Roman", Times, serif';case"mono":return'"Courier New", Courier, "Lucida Console", Monaco, monospace';case"sans-serif":default:return'-apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", Arial, sans-serif'}},en=n=>{var ie,de,_,ze,Ge,nt,xt,St,q,ve,ht,ft,Qe,st,I,Be,at,lt,Tt,wt,He,Je,yt,ot,Ye;let{config:e}=n,s=f("div","tvw-widget-footer tvw-border-t-cw-divider tvw-bg-cw-surface tvw-px-6 tvw-py-4"),t=f("div","tvw-mb-3 tvw-flex tvw-flex-wrap tvw-gap-2"),r=((ie=e==null?void 0:e.voiceRecognition)==null?void 0:ie.enabled)===!0,o=typeof window!="undefined"&&(typeof window.webkitSpeechRecognition!="undefined"||typeof window.SpeechRecognition!="undefined"),d=f("form",`tvw-widget-composer tvw-flex tvw-items-end ${r&&o?"tvw-gap-1":"tvw-gap-3"} tvw-rounded-2xl tvw-border tvw-border-gray-200 tvw-bg-cw-input-background tvw-px-4 tvw-py-3`);d.style.outline="none";let c=f("textarea");c.placeholder=(_=(de=e==null?void 0:e.copy)==null?void 0:de.inputPlaceholder)!=null?_:"Type your message\u2026",c.className="tvw-min-h-[48px] tvw-flex-1 tvw-resize-none tvw-border-none tvw-bg-transparent tvw-text-sm tvw-text-cw-primary focus:tvw-outline-none focus:tvw-border-none",c.rows=1;let w=(Ge=(ze=e==null?void 0:e.theme)==null?void 0:ze.inputFontFamily)!=null?Ge:"sans-serif",y=(xt=(nt=e==null?void 0:e.theme)==null?void 0:nt.inputFontWeight)!=null?xt:"400";c.style.fontFamily=br(w),c.style.fontWeight=y,c.style.border="none",c.style.outline="none",c.style.borderWidth="0",c.style.borderStyle="none",c.style.borderColor="transparent",c.addEventListener("focus",()=>{c.style.border="none",c.style.outline="none",c.style.borderWidth="0",c.style.borderStyle="none",c.style.borderColor="transparent",c.style.boxShadow="none"}),c.addEventListener("blur",()=>{c.style.border="none",c.style.outline="none"});let u=(St=e==null?void 0:e.sendButton)!=null?St:{},C=(q=u.useIcon)!=null?q:!1,g=(ve=u.iconText)!=null?ve:"\u2191",j=u.iconName,$=(ht=u.tooltipText)!=null?ht:"Send message",m=(ft=u.showTooltip)!=null?ft:!1,b=(Qe=u.size)!=null?Qe:"40px",W=u.backgroundColor,v=u.textColor,N=f("div","tvw-send-button-wrapper"),x=f("button",C?"tvw-rounded-button tvw-flex tvw-items-center tvw-justify-center disabled:tvw-opacity-50 tvw-cursor-pointer":"tvw-rounded-button tvw-bg-cw-accent tvw-px-4 tvw-py-2 tvw-text-sm tvw-font-semibold disabled:tvw-opacity-50 tvw-cursor-pointer");if(x.type="submit",C){if(x.style.width=b,x.style.height=b,x.style.minWidth=b,x.style.minHeight=b,x.style.fontSize="18px",x.style.lineHeight="1",x.innerHTML="",j){let E=parseFloat(b)||24,$e=v&&typeof v=="string"&&v.trim()?v.trim():"currentColor",V=ge(j,E,$e,2);V?(x.appendChild(V),x.style.color=$e):(x.textContent=g,v?x.style.color=v:x.classList.add("tvw-text-white"))}else x.textContent=g,v?x.style.color=v:x.classList.add("tvw-text-white");W?x.style.backgroundColor=W:x.classList.add("tvw-bg-cw-primary")}else x.textContent=(I=(st=e==null?void 0:e.copy)==null?void 0:st.sendButtonLabel)!=null?I:"Send",v?x.style.color=v:x.classList.add("tvw-text-white");if(u.borderWidth&&(x.style.borderWidth=u.borderWidth,x.style.borderStyle="solid"),u.borderColor&&(x.style.borderColor=u.borderColor),u.paddingX?(x.style.paddingLeft=u.paddingX,x.style.paddingRight=u.paddingX):(x.style.paddingLeft="",x.style.paddingRight=""),u.paddingY?(x.style.paddingTop=u.paddingY,x.style.paddingBottom=u.paddingY):(x.style.paddingTop="",x.style.paddingBottom=""),m&&$){let E=f("div","tvw-send-button-tooltip");E.textContent=$,N.appendChild(E)}N.appendChild(x);let S=(Be=e==null?void 0:e.voiceRecognition)!=null?Be:{},Y=S.enabled===!0,R=null,O=null,G=typeof window!="undefined"&&(typeof window.webkitSpeechRecognition!="undefined"||typeof window.SpeechRecognition!="undefined");if(Y&&G){O=f("div","tvw-send-button-wrapper"),R=f("button","tvw-rounded-button tvw-flex tvw-items-center tvw-justify-center disabled:tvw-opacity-50 tvw-cursor-pointer"),R.type="button",R.setAttribute("aria-label","Start voice recognition");let E=(at=S.iconName)!=null?at:"mic",$e=(lt=S.iconSize)!=null?lt:b,V=parseFloat($e)||24,Le=(Tt=S.backgroundColor)!=null?Tt:W,Ie=(wt=S.iconColor)!=null?wt:v;R.style.width=$e,R.style.height=$e,R.style.minWidth=$e,R.style.minHeight=$e,R.style.fontSize="18px",R.style.lineHeight="1";let Fe=Ie||"currentColor",Ne=ge(E,V,Fe,1.5);Ne?(R.appendChild(Ne),R.style.color=Fe):(R.textContent="\u{1F3A4}",R.style.color=Fe),Le?R.style.backgroundColor=Le:R.classList.add("tvw-bg-cw-primary"),Ie?R.style.color=Ie:!Ie&&!v&&R.classList.add("tvw-text-white"),S.borderWidth&&(R.style.borderWidth=S.borderWidth,R.style.borderStyle="solid"),S.borderColor&&(R.style.borderColor=S.borderColor),S.paddingX&&(R.style.paddingLeft=S.paddingX,R.style.paddingRight=S.paddingX),S.paddingY&&(R.style.paddingTop=S.paddingY,R.style.paddingBottom=S.paddingY),O.appendChild(R);let ut=(He=S.tooltipText)!=null?He:"Start voice recognition";if(((Je=S.showTooltip)!=null?Je:!1)&&ut){let vt=f("div","tvw-send-button-tooltip");vt.textContent=ut,O.appendChild(vt)}}d.addEventListener("click",E=>{E.target!==x&&E.target!==N&&E.target!==R&&E.target!==O&&c.focus()}),d.append(c),O&&d.append(O),d.append(N);let D=f("div","tvw-mt-2 tvw-text-right tvw-text-xs tvw-text-cw-muted"),U=(yt=e==null?void 0:e.statusIndicator)!=null?yt:{},Q=(ot=U.visible)!=null?ot:!0;return D.style.display=Q?"":"none",D.textContent=(Ye=U.idleText)!=null?Ye:"Online",s.append(t,d,D),{footer:s,suggestions:t,composerForm:d,textarea:c,sendButton:x,sendButtonWrapper:N,micButton:R,micButtonWrapper:O,statusText:D}};var _o=n=>{var d,c,w,y,u,C,g;if(!((c=(d=n==null?void 0:n.launcher)==null?void 0:d.enabled)!=null?c:!0)){let j=f("div","tvw-relative tvw-h-full tvw-flex tvw-flex-col tvw-flex-1 tvw-min-h-0"),$=f("div","tvw-relative tvw-flex-1 tvw-flex tvw-flex-col tvw-min-h-0"),m=(y=(w=n==null?void 0:n.launcher)==null?void 0:w.width)!=null?y:"100%";return j.style.width=m,$.style.width="100%",j.appendChild($),{wrapper:j,panel:$}}let s=(u=n==null?void 0:n.launcher)!=null?u:{},t=s.position&&Ct[s.position]?Ct[s.position]:Ct["bottom-right"],r=f("div",`tvw-widget-wrapper tvw-fixed ${t} tvw-z-50 tvw-transition`),o=f("div","tvw-widget-panel tvw-relative tvw-min-h-[320px]"),i=(g=(C=n==null?void 0:n.launcher)==null?void 0:C.width)!=null?g:n==null?void 0:n.launcherWidth,l=i!=null?i:"min(400px, calc(100vw - 24px))";return o.style.width=l,o.style.maxWidth=l,r.appendChild(o),{wrapper:r,panel:o}},jo=(n,e=!0)=>{var y,u,C,g,j;let s=f("div","tvw-widget-container tvw-flex tvw-h-full tvw-w-full tvw-flex-1 tvw-min-h-0 tvw-flex-col tvw-bg-cw-surface tvw-text-cw-primary tvw-rounded-2xl tvw-overflow-hidden tvw-border tvw-border-cw-border"),t=(y=n==null?void 0:n.layout)==null?void 0:y.header,r=t?Rn(n,t,{showClose:e}):Ot({config:n,showClose:e}),o=f("div","tvw-widget-body tvw-flex tvw-flex-1 tvw-min-h-0 tvw-flex-col tvw-gap-6 tvw-overflow-y-auto tvw-bg-cw-container tvw-px-6 tvw-py-6");o.id="vanilla-agent-scroll-container";let i=f("div","tvw-rounded-2xl tvw-bg-cw-surface tvw-p-6 tvw-shadow-sm"),l=f("h2","tvw-text-lg tvw-font-semibold tvw-text-cw-primary");l.textContent=(C=(u=n==null?void 0:n.copy)==null?void 0:u.welcomeTitle)!=null?C:"Hello \u{1F44B}";let d=f("p","tvw-mt-2 tvw-text-sm tvw-text-cw-muted");d.textContent=(j=(g=n==null?void 0:n.copy)==null?void 0:g.welcomeSubtitle)!=null?j:"Ask anything about your account or products.",i.append(l,d);let c=f("div","tvw-flex tvw-flex-col tvw-gap-3");o.append(i,c);let w=en({config:n});return Zt(s,r,n),s.append(o,w.footer),{container:s,body:o,messagesWrapper:c,suggestions:w.suggestions,textarea:w.textarea,sendButton:w.sendButton,sendButtonWrapper:w.sendButtonWrapper,micButton:w.micButton,micButtonWrapper:w.micButtonWrapper,composerForm:w.composerForm,statusText:w.statusText,introTitle:l,introSubtitle:d,closeButton:r.closeButton,closeButtonWrapper:r.closeButtonWrapper,clearChatButton:r.clearChatButton,clearChatButtonWrapper:r.clearChatButtonWrapper,iconHolder:r.iconHolder,headerTitle:r.headerTitle,headerSubtitle:r.headerSubtitle,header:r.header,footer:w.footer}};var un=()=>{let n=document.createElement("div");n.className="tvw-flex tvw-items-center tvw-space-x-1 tvw-h-5 tvw-mt-2";let e=document.createElement("div");e.className="tvw-bg-cw-primary tvw-animate-typing tvw-rounded-full tvw-h-1.5 tvw-w-1.5",e.style.animationDelay="0ms";let s=document.createElement("div");s.className="tvw-bg-cw-primary tvw-animate-typing tvw-rounded-full tvw-h-1.5 tvw-w-1.5",s.style.animationDelay="250ms";let t=document.createElement("div");t.className="tvw-bg-cw-primary tvw-animate-typing tvw-rounded-full tvw-h-1.5 tvw-w-1.5",t.style.animationDelay="500ms";let r=document.createElement("span");return r.className="tvw-sr-only",r.textContent="Loading",n.appendChild(e),n.appendChild(s),n.appendChild(t),n.appendChild(r),n},Cr=(n,e)=>{let s=f("div","tvw-flex-shrink-0 tvw-w-8 tvw-h-8 tvw-rounded-full tvw-flex tvw-items-center tvw-justify-center tvw-text-sm"),t=e==="user"?n.userAvatar:n.assistantAvatar;if(t)if(t.startsWith("http")||t.startsWith("/")||t.startsWith("data:")){let r=f("img");r.src=t,r.alt=e==="user"?"User":"Assistant",r.className="tvw-w-full tvw-h-full tvw-rounded-full tvw-object-cover",s.appendChild(r)}else s.textContent=t,s.classList.add(e==="user"?"tvw-bg-cw-accent":"tvw-bg-cw-primary","tvw-text-white");else s.textContent=e==="user"?"U":"A",s.classList.add(e==="user"?"tvw-bg-cw-accent":"tvw-bg-cw-primary","tvw-text-white");return s},qo=(n,e)=>{let s=f("div","tvw-text-xs tvw-text-cw-muted"),t=new Date(n.createdAt);return e.format?s.textContent=e.format(t):s.textContent=t.toLocaleTimeString([],{hour:"2-digit",minute:"2-digit"}),s},xr=(n,e="bubble")=>{let s=["vanilla-message-bubble","tvw-max-w-[85%]"];switch(e){case"flat":n==="user"?s.push("vanilla-message-user-bubble","tvw-ml-auto","tvw-text-cw-primary","tvw-py-2"):s.push("vanilla-message-assistant-bubble","tvw-text-cw-primary","tvw-py-2");break;case"minimal":s.push("tvw-text-sm","tvw-leading-relaxed"),n==="user"?s.push("vanilla-message-user-bubble","tvw-ml-auto","tvw-bg-cw-accent","tvw-text-white","tvw-px-3","tvw-py-2","tvw-rounded-lg"):s.push("vanilla-message-assistant-bubble","tvw-bg-cw-surface","tvw-text-cw-primary","tvw-px-3","tvw-py-2","tvw-rounded-lg");break;case"bubble":default:s.push("tvw-rounded-2xl","tvw-text-sm","tvw-leading-relaxed","tvw-shadow-sm"),n==="user"?s.push("vanilla-message-user-bubble","tvw-ml-auto","tvw-bg-cw-accent","tvw-text-white","tvw-px-5","tvw-py-3"):s.push("vanilla-message-assistant-bubble","tvw-bg-cw-surface","tvw-border","tvw-border-cw-message-border","tvw-text-cw-primary","tvw-px-5","tvw-py-3");break}return s},ss=(n,e,s)=>{var g,j,$,m,b,W;let t=(g=e.showCopy)!=null?g:!0,r=(j=e.showUpvote)!=null?j:!0,o=($=e.showDownvote)!=null?$:!0,i=(m=e.visibility)!=null?m:"hover",l=(b=e.align)!=null?b:"right",d=(W=e.layout)!=null?W:"pill-inside",c={left:"tvw-message-actions-left",center:"tvw-message-actions-center",right:"tvw-message-actions-right"}[l],w={"pill-inside":"tvw-message-actions-pill","row-inside":"tvw-message-actions-row"}[d],y=f("div",`tvw-message-actions tvw-flex tvw-items-center tvw-gap-1 tvw-mt-2 ${c} ${w} ${i==="hover"?"tvw-message-actions-hover":""}`),u=null,C=(v,N,x,S)=>{let Y=document.createElement("button");Y.className="tvw-message-action-btn",Y.setAttribute("aria-label",N),Y.setAttribute("title",N),S&&Y.setAttribute("data-action",S);let R=ge(v,14,"currentColor",2);return R&&Y.appendChild(R),Y.addEventListener("click",O=>{O.preventDefault(),O.stopPropagation(),x()}),Y};if(t){let v=C("copy","Copy message",()=>{let N=n.content||"";navigator.clipboard.writeText(N).then(()=>{v.classList.add("tvw-message-action-success");let x=ge("check",14,"currentColor",2);x&&(v.innerHTML="",v.appendChild(x)),setTimeout(()=>{v.classList.remove("tvw-message-action-success");let S=ge("copy",14,"currentColor",2);S&&(v.innerHTML="",v.appendChild(S))},2e3)}).catch(x=>{typeof console!="undefined"&&console.error("[AgentWidget] Failed to copy message:",x)}),s!=null&&s.onCopy&&s.onCopy(n),e.onCopy&&e.onCopy(n)},"copy");y.appendChild(v)}if(r){let v=C("thumbs-up","Upvote",()=>{if(u==="upvote")u=null,v.classList.remove("tvw-message-action-active");else{let x=y.querySelector('[data-action="downvote"]');x&&x.classList.remove("tvw-message-action-active"),u="upvote",v.classList.add("tvw-message-action-active");let S={type:"upvote",messageId:n.id,message:n};s!=null&&s.onFeedback&&s.onFeedback(S),e.onFeedback&&e.onFeedback(S)}},"upvote");y.appendChild(v)}if(o){let v=C("thumbs-down","Downvote",()=>{if(u==="downvote")u=null,v.classList.remove("tvw-message-action-active");else{let x=y.querySelector('[data-action="upvote"]');x&&x.classList.remove("tvw-message-action-active"),u="downvote",v.classList.add("tvw-message-action-active");let S={type:"downvote",messageId:n.id,message:n};s!=null&&s.onFeedback&&s.onFeedback(S),e.onFeedback&&e.onFeedback(S)}},"downvote");y.appendChild(v)}return y},tn=(n,e,s,t,r)=>{var W,v,N,x,S;let o=s!=null?s:{},i=(W=o.layout)!=null?W:"bubble",l=o.avatar,d=o.timestamp,c=(v=l==null?void 0:l.show)!=null?v:!1,w=(N=d==null?void 0:d.show)!=null?N:!1,y=(x=l==null?void 0:l.position)!=null?x:"left",u=(S=d==null?void 0:d.position)!=null?S:"below",C=xr(n.role,i),g=f("div",C.join(" ")),j=document.createElement("div");if(j.innerHTML=e({text:n.content,message:n,streaming:!!n.streaming,raw:n.rawContent}),w&&u==="inline"&&n.createdAt){let Y=qo(n,d);Y.classList.add("tvw-ml-2","tvw-inline"),j.appendChild(Y)}if(g.appendChild(j),w&&u==="below"&&n.createdAt){let Y=qo(n,d);Y.classList.add("tvw-mt-1"),g.appendChild(Y)}if(n.streaming&&n.role==="assistant"&&(!n.content||!n.content.trim())){let Y=un();g.appendChild(Y)}if(n.role==="assistant"&&!n.streaming&&n.content&&n.content.trim()&&(t==null?void 0:t.enabled)!==!1&&t){let Y=ss(n,t,r);g.appendChild(Y)}if(!c||n.role==="system")return g;let m=f("div",`tvw-flex tvw-gap-2 ${n.role==="user"?"tvw-flex-row-reverse":""}`),b=Cr(l,n.role);return y==="right"||y==="left"&&n.role==="user"?m.append(g,b):m.append(b,g),g.classList.remove("tvw-max-w-[85%]"),g.classList.add("tvw-max-w-[calc(85%-2.5rem)]"),m},Uo=(n,e,s,t,r)=>{let o=s!=null?s:{};return n.role==="user"&&o.renderUserMessage?o.renderUserMessage({message:n,config:{},streaming:!!n.streaming}):n.role==="assistant"&&o.renderAssistantMessage?o.renderAssistantMessage({message:n,config:{},streaming:!!n.streaming}):tn(n,e,s,t,r)};var os=new Set,rs=n=>{let e=n.reasoning,s=f("div",["vanilla-message-bubble","vanilla-reasoning-bubble","tvw-w-full","tvw-max-w-[85%]","tvw-rounded-2xl","tvw-bg-cw-surface","tvw-border","tvw-border-cw-message-border","tvw-text-cw-primary","tvw-shadow-sm","tvw-overflow-hidden","tvw-px-0","tvw-py-0"].join(" "));if(!e)return s;let t=os.has(n.id),r=f("button","tvw-flex tvw-w-full tvw-items-center tvw-justify-between tvw-gap-3 tvw-bg-transparent tvw-px-4 tvw-py-3 tvw-text-left tvw-cursor-pointer tvw-border-none");r.type="button",r.setAttribute("aria-expanded",t?"true":"false");let o=f("div","tvw-flex tvw-flex-col tvw-text-left"),i=f("span","tvw-text-xs tvw-text-cw-primary");i.textContent="Thinking...",o.appendChild(i);let l=f("span","tvw-text-xs tvw-text-cw-primary");l.textContent=Io(e),o.appendChild(l),e.status==="complete"?i.style.display="none":i.style.display="";let d=f("div","tvw-flex tvw-items-center"),w=ge(t?"chevron-up":"chevron-down",16,"currentColor",2);w?d.appendChild(w):d.textContent=t?"Hide":"Show";let y=f("div","tvw-flex tvw-items-center tvw-ml-auto");y.append(d),r.append(o,y);let u=f("div","tvw-border-t tvw-border-gray-200 tvw-bg-gray-50 tvw-px-4 tvw-py-3");u.style.display=t?"":"none";let C=e.chunks.join(""),g=f("div","tvw-whitespace-pre-wrap tvw-text-xs tvw-leading-snug tvw-text-cw-muted");g.textContent=C||(e.status==="complete"?"No additional context was shared.":"Waiting for details\u2026"),u.appendChild(g);let j=()=>{r.setAttribute("aria-expanded",t?"true":"false"),d.innerHTML="";let b=ge(t?"chevron-up":"chevron-down",16,"currentColor",2);b?d.appendChild(b):d.textContent=t?"Hide":"Show",u.style.display=t?"":"none"},$=()=>{t=!t,t?os.add(n.id):os.delete(n.id),j()};return r.addEventListener("pointerdown",m=>{m.preventDefault(),$()}),r.addEventListener("keydown",m=>{(m.key==="Enter"||m.key===" ")&&(m.preventDefault(),$())}),j(),s.append(r,u),s};var is=new Set,as=(n,e)=>{var $;let s=n.toolCall,t=($=e==null?void 0:e.toolCall)!=null?$:{},r=f("div",["vanilla-message-bubble","vanilla-tool-bubble","tvw-w-full","tvw-max-w-[85%]","tvw-rounded-2xl","tvw-bg-cw-surface","tvw-border","tvw-border-cw-message-border","tvw-text-cw-primary","tvw-shadow-sm","tvw-overflow-hidden","tvw-px-0","tvw-py-0"].join(" "));if(t.backgroundColor&&(r.style.backgroundColor=t.backgroundColor),t.borderColor&&(r.style.borderColor=t.borderColor),t.borderWidth&&(r.style.borderWidth=t.borderWidth),t.borderRadius&&(r.style.borderRadius=t.borderRadius),!s)return r;let o=is.has(n.id),i=f("button","tvw-flex tvw-w-full tvw-items-center tvw-justify-between tvw-gap-3 tvw-bg-transparent tvw-px-4 tvw-py-3 tvw-text-left tvw-cursor-pointer tvw-border-none");i.type="button",i.setAttribute("aria-expanded",o?"true":"false"),t.headerBackgroundColor&&(i.style.backgroundColor=t.headerBackgroundColor),t.headerPaddingX&&(i.style.paddingLeft=t.headerPaddingX,i.style.paddingRight=t.headerPaddingX),t.headerPaddingY&&(i.style.paddingTop=t.headerPaddingY,i.style.paddingBottom=t.headerPaddingY);let l=f("div","tvw-flex tvw-flex-col tvw-text-left"),d=f("span","tvw-text-xs tvw-text-cw-primary");t.headerTextColor&&(d.style.color=t.headerTextColor),d.textContent=$o(s),l.appendChild(d);let c=f("div","tvw-flex tvw-items-center"),w=t.toggleTextColor||t.headerTextColor||"currentColor",y=ge(o?"chevron-up":"chevron-down",16,w,2);y?c.appendChild(y):c.textContent=o?"Hide":"Show";let u=f("div","tvw-flex tvw-items-center tvw-gap-2 tvw-ml-auto");u.append(c),i.append(l,u);let C=f("div","tvw-border-t tvw-border-gray-200 tvw-bg-gray-50 tvw-space-y-3 tvw-px-4 tvw-py-3");if(C.style.display=o?"":"none",t.contentBackgroundColor&&(C.style.backgroundColor=t.contentBackgroundColor),t.contentTextColor&&(C.style.color=t.contentTextColor),t.contentPaddingX&&(C.style.paddingLeft=t.contentPaddingX,C.style.paddingRight=t.contentPaddingX),t.contentPaddingY&&(C.style.paddingTop=t.contentPaddingY,C.style.paddingBottom=t.contentPaddingY),s.name){let m=f("div","tvw-text-xs tvw-text-cw-muted tvw-italic");t.contentTextColor?m.style.color=t.contentTextColor:t.headerTextColor&&(m.style.color=t.headerTextColor),m.textContent=s.name,C.appendChild(m)}if(s.args!==void 0){let m=f("div","tvw-space-y-1"),b=f("div","tvw-text-xs tvw-text-cw-muted");t.labelTextColor&&(b.style.color=t.labelTextColor),b.textContent="Arguments";let W=f("pre","tvw-max-h-48 tvw-overflow-auto tvw-whitespace-pre-wrap tvw-rounded-lg tvw-border tvw-border-gray-100 tvw-bg-white tvw-px-3 tvw-py-2 tvw-text-xs tvw-text-cw-primary");W.style.fontSize="0.75rem",W.style.lineHeight="1rem",t.codeBlockBackgroundColor&&(W.style.backgroundColor=t.codeBlockBackgroundColor),t.codeBlockBorderColor&&(W.style.borderColor=t.codeBlockBorderColor),t.codeBlockTextColor&&(W.style.color=t.codeBlockTextColor),W.textContent=Gn(s.args),m.append(b,W),C.appendChild(m)}if(s.chunks&&s.chunks.length){let m=f("div","tvw-space-y-1"),b=f("div","tvw-text-xs tvw-text-cw-muted");t.labelTextColor&&(b.style.color=t.labelTextColor),b.textContent="Activity";let W=f("pre","tvw-max-h-48 tvw-overflow-auto tvw-whitespace-pre-wrap tvw-rounded-lg tvw-border tvw-border-gray-100 tvw-bg-white tvw-px-3 tvw-py-2 tvw-text-xs tvw-text-cw-primary");W.style.fontSize="0.75rem",W.style.lineHeight="1rem",t.codeBlockBackgroundColor&&(W.style.backgroundColor=t.codeBlockBackgroundColor),t.codeBlockBorderColor&&(W.style.borderColor=t.codeBlockBorderColor),t.codeBlockTextColor&&(W.style.color=t.codeBlockTextColor),W.textContent=s.chunks.join(`
|
|
16
|
-
`),m.append(b,W),C.appendChild(m)}if(s.status==="complete"&&s.result!==void 0){let m=f("div","tvw-space-y-1"),b=f("div","tvw-text-xs tvw-text-cw-muted");t.labelTextColor&&(b.style.color=t.labelTextColor),b.textContent="Result";let W=f("pre","tvw-max-h-48 tvw-overflow-auto tvw-whitespace-pre-wrap tvw-rounded-lg tvw-border tvw-border-gray-100 tvw-bg-white tvw-px-3 tvw-py-2 tvw-text-xs tvw-text-cw-primary");W.style.fontSize="0.75rem",W.style.lineHeight="1rem",t.codeBlockBackgroundColor&&(W.style.backgroundColor=t.codeBlockBackgroundColor),t.codeBlockBorderColor&&(W.style.borderColor=t.codeBlockBorderColor),t.codeBlockTextColor&&(W.style.color=t.codeBlockTextColor),W.textContent=Gn(s.result),m.append(b,W),C.appendChild(m)}if(s.status==="complete"&&typeof s.duration=="number"){let m=f("div","tvw-text-xs tvw-text-cw-muted");t.contentTextColor&&(m.style.color=t.contentTextColor),m.textContent=`Duration: ${s.duration}ms`,C.appendChild(m)}let g=()=>{i.setAttribute("aria-expanded",o?"true":"false"),c.innerHTML="";let m=t.toggleTextColor||t.headerTextColor||"currentColor",b=ge(o?"chevron-up":"chevron-down",16,m,2);b?c.appendChild(b):c.textContent=o?"Hide":"Show",C.style.display=o?"":"none"},j=()=>{o=!o,o?is.add(n.id):is.delete(n.id),g()};return i.addEventListener("pointerdown",m=>{m.preventDefault(),j()}),i.addEventListener("keydown",m=>{(m.key==="Enter"||m.key===" ")&&(m.preventDefault(),j())}),g(),r.append(i,C),r};var zo=n=>{let e=[];return{buttons:e,render:(t,r,o,i,l)=>{if(n.innerHTML="",e.length=0,!t||!t.length||(i!=null?i:r?r.getMessages():[]).some(C=>C.role==="user"))return;let w=document.createDocumentFragment(),y=r?r.isStreaming():!1,u=C=>{switch(C){case"serif":return'Georgia, "Times New Roman", Times, serif';case"mono":return'"Courier New", Courier, "Lucida Console", Monaco, monospace';case"sans-serif":default:return'-apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", Arial, sans-serif'}};t.forEach(C=>{let g=f("button","tvw-rounded-button tvw-bg-cw-surface tvw-px-3 tvw-py-1.5 tvw-text-xs tvw-font-medium tvw-text-cw-muted hover:tvw-opacity-90 tvw-cursor-pointer tvw-border tvw-border-gray-200");g.type="button",g.textContent=C,g.disabled=y,l!=null&&l.fontFamily&&(g.style.fontFamily=u(l.fontFamily)),l!=null&&l.fontWeight&&(g.style.fontWeight=l.fontWeight),l!=null&&l.paddingX&&(g.style.paddingLeft=l.paddingX,g.style.paddingRight=l.paddingX),l!=null&&l.paddingY&&(g.style.paddingTop=l.paddingY,g.style.paddingBottom=l.paddingY),g.addEventListener("click",()=>{!r||r.isStreaming()||(o.value="",r.sendMessage(C))}),w.appendChild(g),e.push(g)}),n.appendChild(w)}}};var Jo={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"}},ls=(n,e,s,t)=>{let r=n.querySelectorAll("[data-tv-form]");r.length&&r.forEach(o=>{var g,j,$;if(o.dataset.enhanced==="true")return;let i=(g=o.dataset.tvForm)!=null?g:"init";o.dataset.enhanced="true";let l=(j=Jo[i])!=null?j:Jo.init;o.classList.add("tvw-form-card","tvw-space-y-4");let d=f("div","tvw-space-y-1"),c=f("h3","tvw-text-base tvw-font-semibold tvw-text-cw-primary");if(c.textContent=l.title,d.appendChild(c),l.description){let m=f("p","tvw-text-sm tvw-text-cw-muted");m.textContent=l.description,d.appendChild(m)}let w=document.createElement("form");w.className="tvw-form-grid tvw-space-y-3",l.fields.forEach(m=>{var x,S;let b=f("label","tvw-form-field tvw-flex tvw-flex-col tvw-gap-1");b.htmlFor=`${e.id}-${i}-${m.name}`;let W=f("span","tvw-text-xs tvw-font-medium tvw-text-cw-muted");W.textContent=m.label,b.appendChild(W);let v=(x=m.type)!=null?x:"text",N;v==="textarea"?(N=document.createElement("textarea"),N.rows=3):(N=document.createElement("input"),N.type=v),N.className="tvw-rounded-xl tvw-border tvw-border-gray-200 tvw-bg-white tvw-px-3 tvw-py-2 tvw-text-sm tvw-text-cw-primary focus:tvw-outline-none focus:tvw-border-cw-primary",N.id=`${e.id}-${i}-${m.name}`,N.name=m.name,N.placeholder=(S=m.placeholder)!=null?S:"",m.required&&(N.required=!0),b.appendChild(N),w.appendChild(b)});let y=f("div","tvw-flex tvw-items-center tvw-justify-between tvw-gap-2"),u=f("div","tvw-text-xs tvw-text-cw-muted tvw-min-h-[1.5rem]"),C=f("button","tvw-inline-flex tvw-items-center tvw-rounded-full tvw-bg-cw-primary tvw-px-4 tvw-py-2 tvw-text-sm tvw-font-semibold tvw-text-white disabled:tvw-opacity-60 tvw-cursor-pointer");C.type="submit",C.textContent=($=l.submitLabel)!=null?$:"Submit",y.appendChild(u),y.appendChild(C),w.appendChild(y),o.replaceChildren(d,w),w.addEventListener("submit",async m=>{var N,x;m.preventDefault();let b=(N=s.formEndpoint)!=null?N:"/form",W=new FormData(w),v={};W.forEach((S,Y)=>{v[Y]=S}),v.type=i,C.disabled=!0,u.textContent="Submitting\u2026";try{let S=await fetch(b,{method:"POST",headers:{"Content-Type":"application/json"},body:JSON.stringify(v)});if(!S.ok)throw new Error(`Form submission failed (${S.status})`);let Y=await S.json();u.textContent=(x=Y.message)!=null?x:"Thanks! We'll be in touch soon.",Y.success&&Y.nextPrompt&&await t.sendMessage(String(Y.nextPrompt))}catch(S){u.textContent=S instanceof Error?S.message:"Something went wrong. Please try again."}finally{C.disabled=!1}})})};var ds=class{constructor(){this.plugins=new Map}register(e){var s;this.plugins.has(e.id)&&console.warn(`Plugin "${e.id}" is already registered. Overwriting.`),this.plugins.set(e.id,e),(s=e.onRegister)==null||s.call(e)}unregister(e){var t;let s=this.plugins.get(e);s&&((t=s.onUnregister)==null||t.call(s),this.plugins.delete(e))}getAll(){return Array.from(this.plugins.values()).sort((e,s)=>{var t,r;return((t=s.priority)!=null?t:0)-((r=e.priority)!=null?r:0)})}getForInstance(e){let s=this.getAll();if(!e||e.length===0)return s;let t=new Set(e.map(o=>o.id));return[...s.filter(o=>!t.has(o.id)),...e].sort((o,i)=>{var l,d;return((l=i.priority)!=null?l:0)-((d=o.priority)!=null?d:0)})}clear(){this.plugins.forEach(e=>{var s;return(s=e.onUnregister)==null?void 0:s.call(e)}),this.plugins.clear()}},pn=new ds;var cs={primary:"#111827",accent:"#1d4ed8",surface:"#ffffff",muted:"#6b7280",container:"#f8fafc",border:"#f1f5f9",divider:"#f1f5f9",messageBorder:"#f1f5f9",inputBackground:"#ffffff",callToAction:"#000000",callToActionBackground:"#ffffff",sendButtonBackgroundColor:"#111827",sendButtonTextColor:"#ffffff",sendButtonBorderColor:"#60a5fa",closeButtonColor:"#6b7280",closeButtonBackgroundColor:"transparent",closeButtonBorderColor:"",clearChatIconColor:"#6b7280",clearChatBackgroundColor:"transparent",clearChatBorderColor:"transparent",micIconColor:"#111827",micBackgroundColor:"transparent",micBorderColor:"transparent",recordingIconColor:"#ffffff",recordingBackgroundColor:"#ef4444",recordingBorderColor:"transparent",inputFontFamily:"sans-serif",inputFontWeight:"400",radiusSm:"0.75rem",radiusMd:"1rem",radiusLg:"1.5rem",launcherRadius:"9999px",buttonRadius:"9999px"},us={primary:"#f9fafb",accent:"#3b82f6",surface:"#1f2937",muted:"#9ca3af",container:"#111827",border:"#374151",divider:"#374151",messageBorder:"#374151",inputBackground:"#111827",callToAction:"#ffffff",callToActionBackground:"#374151",sendButtonBackgroundColor:"#3b82f6",sendButtonTextColor:"#ffffff",sendButtonBorderColor:"#60a5fa",closeButtonColor:"#9ca3af",closeButtonBackgroundColor:"transparent",closeButtonBorderColor:"",clearChatIconColor:"#9ca3af",clearChatBackgroundColor:"transparent",clearChatBorderColor:"transparent",micIconColor:"#f9fafb",micBackgroundColor:"transparent",micBorderColor:"transparent",recordingIconColor:"#ffffff",recordingBackgroundColor:"#ef4444",recordingBorderColor:"transparent",inputFontFamily:"sans-serif",inputFontWeight:"400",radiusSm:"0.75rem",radiusMd:"1rem",radiusLg:"1.5rem",launcherRadius:"9999px",buttonRadius:"9999px"},Te={apiUrl:"http://localhost:43111/api/chat/dispatch",clientToken:void 0,theme:cs,darkTheme:us,colorScheme:"light",launcher:{enabled:!0,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",closeButtonColor:"#6b7280",closeButtonBackgroundColor:"transparent",clearChat:{iconColor:"#6b7280",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 Pn(n){var e,s,t,r,o,i,l,d,c,w,y,u,C,g,j,$,m,b,W;return n?{...Te,...n,theme:{...Te.theme,...n.theme},darkTheme:{...Te.darkTheme,...n.darkTheme},launcher:{...Te.launcher,...n.launcher,clearChat:{...(e=Te.launcher)==null?void 0:e.clearChat,...(s=n.launcher)==null?void 0:s.clearChat}},copy:{...Te.copy,...n.copy},sendButton:{...Te.sendButton,...n.sendButton},statusIndicator:{...Te.statusIndicator,...n.statusIndicator},voiceRecognition:{...Te.voiceRecognition,...n.voiceRecognition},features:{...Te.features,...n.features},suggestionChips:(t=n.suggestionChips)!=null?t:Te.suggestionChips,suggestionChipsConfig:{...Te.suggestionChipsConfig,...n.suggestionChipsConfig},layout:{...Te.layout,...n.layout,header:{...(r=Te.layout)==null?void 0:r.header,...(o=n.layout)==null?void 0:o.header},messages:{...(i=Te.layout)==null?void 0:i.messages,...(l=n.layout)==null?void 0:l.messages,avatar:{...(c=(d=Te.layout)==null?void 0:d.messages)==null?void 0:c.avatar,...(y=(w=n.layout)==null?void 0:w.messages)==null?void 0:y.avatar},timestamp:{...(C=(u=Te.layout)==null?void 0:u.messages)==null?void 0:C.timestamp,...(j=(g=n.layout)==null?void 0:g.messages)==null?void 0:j.timestamp}},slots:{...($=Te.layout)==null?void 0:$.slots,...(m=n.layout)==null?void 0:m.slots}},markdown:{...Te.markdown,...n.markdown,options:{...(b=Te.markdown)==null?void 0:b.options,...(W=n.markdown)==null?void 0:W.options}},messageActions:{...Te.messageActions,...n.messageActions}}:Te}var Yo=()=>{let n=new Map,e=(r,o)=>(n.has(r)||n.set(r,new Set),n.get(r).add(o),()=>s(r,o)),s=(r,o)=>{var i;(i=n.get(r))==null||i.delete(o)};return{on:e,off:s,emit:(r,o)=>{var i;(i=n.get(r))==null||i.forEach(l=>{try{l(o)}catch(d){typeof console!="undefined"&&console.error("[AgentWidget] Event handler error:",d)}})}}};var Sr=n=>{let e=n.match(/```(?:json)?\s*([\s\S]*?)```/i);return e?e[1]:n},Ar=n=>{let e=n.trim(),s=e.indexOf("{");if(s===-1)return null;let t=0;for(let r=s;r<e.length;r+=1){let o=e[r];if(o==="{"&&(t+=1),o==="}"&&(t-=1,t===0))return e.slice(s,r+1)}return null},gn=({text:n})=>{if(!n||!n.includes("{"))return null;try{let e=Sr(n),s=Ar(e);if(!s)return null;let t=JSON.parse(s);if(!t||typeof t!="object"||!t.action)return null;let{action:r,...o}=t;return{type:String(r),payload:o,raw:t}}catch{return null}},ps=n=>typeof n=="string"?n:n==null?"":String(n),Kt={message:n=>n.type!=="message"?void 0:{handled:!0,displayText:ps(n.payload.text)},messageAndClick:(n,e)=>{var r;if(n.type!=="message_and_click")return;let s=n.payload,t=ps(s.element);if(t&&((r=e.document)!=null&&r.querySelector)){let o=e.document.querySelector(t);o?setTimeout(()=>{o.click()},400):typeof console!="undefined"&&console.warn("[AgentWidget] Element not found for selector:",t)}return{handled:!0,displayText:ps(s.text)}}},Ko=n=>Array.isArray(n)?n.map(e=>String(e)):[],mn=n=>{let e=new Set(Ko(n.getMetadata().processedActionMessageIds)),s=()=>{e=new Set(Ko(n.getMetadata().processedActionMessageIds))},t=()=>{let o=Array.from(e);n.updateMetadata(i=>({...i,processedActionMessageIds:o}))};return{process:o=>{if(o.streaming||o.message.role!=="assistant"||!o.text||e.has(o.message.id))return null;let i=typeof o.raw=="string"&&o.raw||typeof o.message.rawContent=="string"&&o.message.rawContent||typeof o.text=="string"&&o.text||null;!i&&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 l=i?n.parsers.reduce((c,w)=>c||(w==null?void 0:w({text:i,message:o.message}))||null,null):null;if(!l)return null;e.add(o.message.id),t();let d={action:l,message:o.message};n.emit("action:detected",d);for(let c of n.handlers)if(c)try{let w=c(l,{message:o.message,metadata:n.getMetadata(),updateMetadata:n.updateMetadata,document:n.documentRef});if(!w)continue;if(w.handled){let y=w.persistMessage!==!1;return{text:w.displayText!==void 0?w.displayText:"",persist:y}}}catch(w){typeof console!="undefined"&&console.error("[AgentWidget] Action handler error:",w)}return{text:"",persist:!0}},syncFromMetadata:s}};var Tr=n=>{if(!n)return null;try{return JSON.parse(n)}catch(e){return typeof console!="undefined"&&console.error("[AgentWidget] Failed to parse stored state:",e),null}},Er=n=>n.map(e=>({...e,streaming:!1})),In=(n="vanilla-agent-state")=>{let e=()=>typeof window=="undefined"||!window.localStorage?null:window.localStorage;return{load:()=>{let s=e();return s?Tr(s.getItem(n)):null},save:s=>{let t=e();if(t)try{let r={...s,messages:s.messages?Er(s.messages):void 0};t.setItem(n,JSON.stringify(r))}catch(r){typeof console!="undefined"&&console.error("[AgentWidget] Failed to persist state:",r)}},clear:()=>{let s=e();if(s)try{s.removeItem(n)}catch(t){typeof console!="undefined"&&console.error("[AgentWidget] Failed to clear stored state:",t)}}}};var gs=class{constructor(){this.components=new Map}register(e,s){this.components.has(e)&&console.warn(`[ComponentRegistry] Component "${e}" is already registered. Overwriting.`),this.components.set(e,s)}unregister(e){this.components.delete(e)}get(e){return this.components.get(e)}has(e){return this.components.has(e)}getAllNames(){return Array.from(this.components.keys())}clear(){this.components.clear()}registerAll(e){Object.entries(e).forEach(([s,t])=>{this.register(s,t)})}},nn=new gs;var sn=require("partial-json");function kr(n){if(!n||typeof n!="object"||!("component"in n))return!1;let e=n.component;return typeof e=="string"&&e.length>0}function Mr(n,e){if(!kr(n))return null;let s=n.props&&typeof n.props=="object"&&n.props!==null?n.props:{};return{component:n.component,props:s,raw:e}}function $n(){let n=null,e=0;return{getExtractedDirective:()=>n,processChunk:s=>{let t=s.trim();if(!t.startsWith("{")&&!t.startsWith("["))return null;if(s.length<=e)return n;try{let r=(0,sn.parse)(s,sn.STR|sn.OBJ),o=Mr(r,s);o&&(n=o)}catch{}return e=s.length,n},reset:()=>{n=null,e=0}}}function Xo(n){return typeof n=="object"&&n!==null&&"component"in n&&typeof n.component=="string"&&"props"in n&&typeof n.props=="object"}function Fn(n,e){let{config:s,message:t,onPropsUpdate:r}=e,o=nn.get(n.component);if(!o)return console.warn(`[ComponentMiddleware] Component "${n.component}" not found in registry. Falling back to default rendering.`),null;let i={message:t,config:s,updateProps:l=>{r&&r(l)}};try{return o(n.props,i)}catch(l){return console.error(`[ComponentMiddleware] Error rendering component "${n.component}":`,l),null}}function Vo(){let n=$n();return{processChunk:e=>n.processChunk(e),getDirective:()=>n.getExtractedDirective(),reset:()=>{n.reset()}}}function Nn(n){if(!n.rawContent)return!1;try{let e=JSON.parse(n.rawContent);return typeof e=="object"&&e!==null&&"component"in e&&typeof e.component=="string"}catch{return!1}}function On(n){if(!n.rawContent)return null;try{let e=JSON.parse(n.rawContent);if(typeof e=="object"&&e!==null&&"component"in e&&typeof e.component=="string")return{component:e.component,props:e.props&&typeof e.props=="object"&&e.props!==null?e.props:{},raw:n.rawContent}}catch{}return null}var Wr=["Very dissatisfied","Dissatisfied","Neutral","Satisfied","Very satisfied"];function Dn(n){let{onSubmit:e,onDismiss:s,title:t="How satisfied are you?",subtitle:r="Please rate your experience",commentPlaceholder:o="Share your thoughts (optional)...",submitText:i="Submit",skipText:l="Skip",showComment:d=!0,ratingLabels:c=Wr}=n,w=document.createElement("div");w.className="tvw-feedback-container tvw-feedback-csat",w.setAttribute("role","dialog"),w.setAttribute("aria-label","Customer satisfaction feedback");let y=null,u=document.createElement("div");u.className="tvw-feedback-content";let C=document.createElement("div");C.className="tvw-feedback-header";let g=document.createElement("h3");g.className="tvw-feedback-title",g.textContent=t,C.appendChild(g);let j=document.createElement("p");j.className="tvw-feedback-subtitle",j.textContent=r,C.appendChild(j),u.appendChild(C);let $=document.createElement("div");$.className="tvw-feedback-rating tvw-feedback-rating-csat",$.setAttribute("role","radiogroup"),$.setAttribute("aria-label","Satisfaction rating from 1 to 5");let m=[];for(let x=1;x<=5;x++){let S=document.createElement("button");S.type="button",S.className="tvw-feedback-rating-btn tvw-feedback-star-btn",S.setAttribute("role","radio"),S.setAttribute("aria-checked","false"),S.setAttribute("aria-label",`${x} star${x>1?"s":""}: ${c[x-1]}`),S.title=c[x-1],S.dataset.rating=String(x),S.innerHTML=`
|
|
15
|
+
`,o.addEventListener("click",t);let e=s=>{var f,S,R,y,F,x,k,Y,z,j,O,q;let i=(f=s.launcher)!=null?f:{},l=o.querySelector("[data-role='launcher-title']");l&&(l.textContent=(S=i.title)!=null?S:"Chat Assistant");let d=o.querySelector("[data-role='launcher-subtitle']");d&&(d.textContent=(R=i.subtitle)!=null?R:"Get answers fast");let c=o.querySelector(".tvw-flex-col");c&&(i.textHidden?c.style.display="none":c.style.display="");let w=o.querySelector("[data-role='launcher-icon']");if(w)if(i.agentIconHidden)w.style.display="none";else{let U=(y=i.agentIconSize)!=null?y:"40px";if(w.style.height=U,w.style.width=U,w.innerHTML="",i.agentIconName){let J=parseFloat(U)||24,V=de(i.agentIconName,J*.6,"#ffffff",2);V?(w.appendChild(V),w.style.display=""):(w.textContent=(F=i.agentIconText)!=null?F:"\u{1F4AC}",w.style.display="")}else i.iconUrl?w.style.display="none":(w.textContent=(x=i.agentIconText)!=null?x:"\u{1F4AC}",w.style.display="")}let g=o.querySelector("[data-role='launcher-image']");if(g){let U=(k=i.agentIconSize)!=null?k:"40px";g.style.height=U,g.style.width=U,i.iconUrl&&!i.agentIconName&&!i.agentIconHidden?(g.src=i.iconUrl,g.style.display="block"):g.style.display="none"}let p=o.querySelector("[data-role='launcher-call-to-action-icon']");if(p){let U=(Y=i.callToActionIconSize)!=null?Y:"32px";p.style.height=U,p.style.width=U,i.callToActionIconBackgroundColor?(p.style.backgroundColor=i.callToActionIconBackgroundColor,p.classList.remove("tvw-bg-cw-primary")):(p.style.backgroundColor="",p.classList.add("tvw-bg-cw-primary"));let J=0;if(i.callToActionIconPadding?(p.style.boxSizing="border-box",p.style.padding=i.callToActionIconPadding,J=(parseFloat(i.callToActionIconPadding)||0)*2):(p.style.boxSizing="",p.style.padding=""),i.callToActionIconHidden)p.style.display="none";else if(p.style.display="",p.innerHTML="",i.callToActionIconName){let V=parseFloat(U)||24,it=Math.max(V-J,8),oe=de(i.callToActionIconName,it,"currentColor",2);oe?p.appendChild(oe):p.textContent=(z=i.callToActionIconText)!=null?z:"\u2197"}else p.textContent=(j=i.callToActionIconText)!=null?j:"\u2197"}let v=i.position&&At[i.position]?At[i.position]:At["bottom-right"],m="tvw-fixed tvw-flex tvw-items-center tvw-gap-3 tvw-rounded-launcher tvw-bg-cw-surface tvw-py-2.5 tvw-pl-3 tvw-pr-3 tvw-transition hover:tvw-translate-y-[-2px] tvw-cursor-pointer tvw-z-50";o.className=`${m} ${v}`;let N="1px solid #e5e7eb",M="0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -4px rgba(0, 0, 0, 0.1)";o.style.border=(O=i.border)!=null?O:N,o.style.boxShadow=(q=i.shadow)!=null?q:M},r=()=>{o.removeEventListener("click",t),o.remove()};return n&&e(n),{element:o,update:e,destroy:r}};var Pt=n=>{var j,O,q,U,J,V,it,oe,D,Ve,nt,at,Tt,Et,_,ue,Ge,Qe,_e,Ze,P,$e,ut,pt,Lt,bt,Ct,Fe,et,xt,ke,Le;let{config:t,showClose:o=!0}=n,e=h("div","tvw-widget-header tvw-flex tvw-items-center tvw-gap-3 tvw-bg-cw-surface tvw-px-6 tvw-py-5 tvw-border-b-cw-divider"),r=(j=t==null?void 0:t.launcher)!=null?j:{},s=(O=r.headerIconSize)!=null?O:"48px",i=(q=r.closeButtonSize)!=null?q:"32px",l=(U=r.closeButtonPlacement)!=null?U:"inline",d=(J=r.headerIconHidden)!=null?J:!1,c=r.headerIconName,w=h("div","tvw-flex tvw-items-center tvw-justify-center tvw-rounded-xl tvw-bg-cw-primary tvw-text-white tvw-text-xl");if(w.style.height=s,w.style.width=s,!d)if(c){let b=parseFloat(s)||24,Be=de(c,b*.6,"#ffffff",2);Be?w.replaceChildren(Be):w.textContent=(it=(V=t==null?void 0:t.launcher)==null?void 0:V.agentIconText)!=null?it:"\u{1F4AC}"}else if((oe=t==null?void 0:t.launcher)!=null&&oe.iconUrl){let b=h("img");b.src=t.launcher.iconUrl,b.alt="",b.className="tvw-rounded-xl tvw-object-cover",b.style.height=s,b.style.width=s,w.replaceChildren(b)}else w.textContent=(Ve=(D=t==null?void 0:t.launcher)==null?void 0:D.agentIconText)!=null?Ve:"\u{1F4AC}";let g=h("div","tvw-flex tvw-flex-col"),p=h("span","tvw-text-base tvw-font-semibold");p.textContent=(at=(nt=t==null?void 0:t.launcher)==null?void 0:nt.title)!=null?at:"Chat Assistant";let v=h("span","tvw-text-xs tvw-text-cw-muted");v.textContent=(Et=(Tt=t==null?void 0:t.launcher)==null?void 0:Tt.subtitle)!=null?Et:"Here to help you get answers fast",g.append(p,v),d?e.append(g):e.append(w,g);let m=(_=r.clearChat)!=null?_:{},N=(ue=m.enabled)!=null?ue:!0,M=(Ge=m.placement)!=null?Ge:"inline",f=null,S=null;if(N){let b=(Qe=m.size)!=null?Qe:"32px",Be=(_e=m.iconName)!=null?_e:"refresh-cw",Ee=(Ze=m.iconColor)!=null?Ze:"",Ke=(P=m.backgroundColor)!=null?P:"",ot=($e=m.borderWidth)!=null?$e:"",st=(ut=m.borderColor)!=null?ut:"",gt=(pt=m.borderRadius)!=null?pt:"",mt=(Lt=m.paddingX)!=null?Lt:"",Mt=(bt=m.paddingY)!=null?bt:"",$t=(Ct=m.tooltipText)!=null?Ct:"Clear chat",Xt=(Fe=m.showTooltip)!=null?Fe:!0;S=h("div",M==="top-right"?"tvw-absolute tvw-top-4 tvw-z-50":"tvw-relative tvw-ml-auto tvw-clear-chat-button-wrapper"),M==="top-right"&&(S.style.right="48px"),f=h("button","tvw-inline-flex tvw-items-center tvw-justify-center tvw-rounded-full tvw-text-cw-muted hover:tvw-bg-gray-100 tvw-cursor-pointer tvw-border-none"),f.style.height=b,f.style.width=b,f.type="button",f.setAttribute("aria-label",$t);let Ot=de(Be,"20px",Ee||"",2);if(Ot&&f.appendChild(Ot),Ee&&(f.style.color=Ee,f.classList.remove("tvw-text-cw-muted")),Ke&&(f.style.backgroundColor=Ke,f.classList.remove("hover:tvw-bg-gray-100")),ot||st){let He=ot||"0px",ht=st||"transparent";f.style.border=`${He} solid ${ht}`,f.classList.remove("tvw-border-none")}if(gt&&(f.style.borderRadius=gt,f.classList.remove("tvw-rounded-full")),mt?(f.style.paddingLeft=mt,f.style.paddingRight=mt):(f.style.paddingLeft="",f.style.paddingRight=""),Mt?(f.style.paddingTop=Mt,f.style.paddingBottom=Mt):(f.style.paddingTop="",f.style.paddingBottom=""),S.appendChild(f),Xt&&$t&&f&&S){let He=null,ht=()=>{if(He||!f)return;He=h("div","tvw-clear-chat-tooltip"),He.textContent=$t;let Ft=h("div");Ft.className="tvw-clear-chat-tooltip-arrow",He.appendChild(Ft);let Bt=f.getBoundingClientRect();He.style.position="fixed",He.style.left=`${Bt.left+Bt.width/2}px`,He.style.top=`${Bt.top-8}px`,He.style.transform="translate(-50%, -100%)",document.body.appendChild(He)},pe=()=>{He&&He.parentNode&&(He.parentNode.removeChild(He),He=null)};S.addEventListener("mouseenter",ht),S.addEventListener("mouseleave",pe),f.addEventListener("focus",ht),f.addEventListener("blur",pe),S._cleanupTooltip=()=>{pe(),S&&(S.removeEventListener("mouseenter",ht),S.removeEventListener("mouseleave",pe)),f&&(f.removeEventListener("focus",ht),f.removeEventListener("blur",pe))}}M==="inline"&&e.appendChild(S)}let R=h("div",l==="top-right"?"tvw-absolute tvw-top-4 tvw-right-4 tvw-z-50":N&&M==="inline"?"":"tvw-ml-auto"),y=h("button","tvw-inline-flex tvw-items-center tvw-justify-center tvw-rounded-full tvw-text-cw-muted hover:tvw-bg-gray-100 tvw-cursor-pointer tvw-border-none");y.style.height=i,y.style.width=i,y.type="button";let F=(et=r.closeButtonTooltipText)!=null?et:"Close chat",x=(xt=r.closeButtonShowTooltip)!=null?xt:!0;y.setAttribute("aria-label",F),y.style.display=o?"":"none";let k=(ke=r.closeButtonIconName)!=null?ke:"x",Y=(Le=r.closeButtonIconText)!=null?Le:"\xD7",z=de(k,"20px",r.closeButtonColor||"",2);if(z?y.appendChild(z):y.textContent=Y,r.closeButtonColor?(y.style.color=r.closeButtonColor,y.classList.remove("tvw-text-cw-muted")):(y.style.color="",y.classList.add("tvw-text-cw-muted")),r.closeButtonBackgroundColor?(y.style.backgroundColor=r.closeButtonBackgroundColor,y.classList.remove("hover:tvw-bg-gray-100")):(y.style.backgroundColor="",y.classList.add("hover:tvw-bg-gray-100")),r.closeButtonBorderWidth||r.closeButtonBorderColor){let b=r.closeButtonBorderWidth||"0px",Be=r.closeButtonBorderColor||"transparent";y.style.border=`${b} solid ${Be}`,y.classList.remove("tvw-border-none")}else y.style.border="",y.classList.add("tvw-border-none");if(r.closeButtonBorderRadius?(y.style.borderRadius=r.closeButtonBorderRadius,y.classList.remove("tvw-rounded-full")):(y.style.borderRadius="",y.classList.add("tvw-rounded-full")),r.closeButtonPaddingX?(y.style.paddingLeft=r.closeButtonPaddingX,y.style.paddingRight=r.closeButtonPaddingX):(y.style.paddingLeft="",y.style.paddingRight=""),r.closeButtonPaddingY?(y.style.paddingTop=r.closeButtonPaddingY,y.style.paddingBottom=r.closeButtonPaddingY):(y.style.paddingTop="",y.style.paddingBottom=""),R.appendChild(y),x&&F){let b=null,Be=()=>{if(b)return;b=h("div","tvw-clear-chat-tooltip"),b.textContent=F;let Ke=h("div");Ke.className="tvw-clear-chat-tooltip-arrow",b.appendChild(Ke);let ot=y.getBoundingClientRect();b.style.position="fixed",b.style.left=`${ot.left+ot.width/2}px`,b.style.top=`${ot.top-8}px`,b.style.transform="translate(-50%, -100%)",document.body.appendChild(b)},Ee=()=>{b&&b.parentNode&&(b.parentNode.removeChild(b),b=null)};R.addEventListener("mouseenter",Be),R.addEventListener("mouseleave",Ee),y.addEventListener("focus",Be),y.addEventListener("blur",Ee),R._cleanupTooltip=()=>{Ee(),R.removeEventListener("mouseenter",Be),R.removeEventListener("mouseleave",Ee),y.removeEventListener("focus",Be),y.removeEventListener("blur",Ee)}}return l!=="top-right"&&e.appendChild(R),{header:e,iconHolder:w,headerTitle:p,headerSubtitle:v,closeButton:y,closeButtonWrapper:R,clearChatButton:f,clearChatButtonWrapper:S}},Yt=(n,t,o)=>{var i,l,d,c;let e=(i=o==null?void 0:o.launcher)!=null?i:{},r=(l=e.closeButtonPlacement)!=null?l:"inline",s=(c=(d=e.clearChat)==null?void 0:d.placement)!=null?c:"inline";n.appendChild(t.header),r==="top-right"&&(n.style.position="relative",n.appendChild(t.closeButtonWrapper)),t.clearChatButtonWrapper&&s==="top-right"&&(n.style.position="relative",n.appendChild(t.clearChatButtonWrapper))};var ao=n=>Pt({config:n.config,showClose:n.showClose,onClose:n.onClose,onClearChat:n.onClearChat}),lo=n=>{var m,N,M,f;let{config:t,showClose:o=!0,onClose:e}=n,r=(m=t==null?void 0:t.launcher)!=null?m:{},s=h("div","tvw-flex tvw-items-center tvw-justify-between tvw-bg-cw-surface tvw-px-6 tvw-py-4 tvw-border-b-cw-divider"),i=h("span","tvw-text-base tvw-font-semibold");i.textContent=(N=r.title)!=null?N:"Chat Assistant",s.appendChild(i);let l=(M=r.closeButtonSize)!=null?M:"32px",d=h("div",""),c=h("button","tvw-inline-flex tvw-items-center tvw-justify-center tvw-rounded-full tvw-text-cw-muted hover:tvw-bg-gray-100 tvw-cursor-pointer tvw-border-none");c.style.height=l,c.style.width=l,c.type="button",c.setAttribute("aria-label","Close chat"),c.style.display=o?"":"none";let w=(f=r.closeButtonIconName)!=null?f:"x",g=de(w,"20px",r.closeButtonColor||"",2);g?c.appendChild(g):c.textContent="\xD7",e&&c.addEventListener("click",e),d.appendChild(c),s.appendChild(d);let p=h("div");p.style.display="none";let v=h("span");return v.style.display="none",{header:s,iconHolder:p,headerTitle:i,headerSubtitle:v,closeButton:c,closeButtonWrapper:d,clearChatButton:null,clearChatButtonWrapper:null}},co=n=>{var y,F,x,k,Y,z,j,O;let{config:t,showClose:o=!0,onClose:e,onClearChat:r}=n,s=(y=t==null?void 0:t.launcher)!=null?y:{},i=h("div","tvw-flex tvw-flex-col tvw-bg-cw-surface tvw-px-6 tvw-py-5 tvw-border-b-cw-divider"),l=h("div","tvw-flex tvw-items-center tvw-gap-3"),d=(F=s.headerIconSize)!=null?F:"56px",c=h("div","tvw-flex tvw-items-center tvw-justify-center tvw-rounded-xl tvw-bg-cw-primary tvw-text-white tvw-text-2xl");c.style.height=d,c.style.width=d;let w=s.headerIconName;if(w){let q=parseFloat(d)||24,U=de(w,q*.5,"#ffffff",2);U?c.replaceChildren(U):c.textContent=(x=s.agentIconText)!=null?x:"\u{1F4AC}"}else if(s.iconUrl){let q=h("img");q.src=s.iconUrl,q.alt="",q.className="tvw-rounded-xl tvw-object-cover",q.style.height=d,q.style.width=d,c.replaceChildren(q)}else c.textContent=(k=s.agentIconText)!=null?k:"\u{1F4AC}";let g=h("div","tvw-flex tvw-flex-col tvw-flex-1"),p=h("span","tvw-text-lg tvw-font-semibold");p.textContent=(Y=s.title)!=null?Y:"Chat Assistant";let v=h("span","tvw-text-sm tvw-text-cw-muted");v.textContent=(z=s.subtitle)!=null?z:"Here to help you get answers fast",g.append(p,v),l.append(c,g);let m=(j=s.closeButtonSize)!=null?j:"32px",N=h("div",""),M=h("button","tvw-inline-flex tvw-items-center tvw-justify-center tvw-rounded-full tvw-text-cw-muted hover:tvw-bg-gray-100 tvw-cursor-pointer tvw-border-none");M.style.height=m,M.style.width=m,M.type="button",M.setAttribute("aria-label","Close chat"),M.style.display=o?"":"none";let f=(O=s.closeButtonIconName)!=null?O:"x",S=de(f,"20px",s.closeButtonColor||"",2);S?M.appendChild(S):M.textContent="\xD7",e&&M.addEventListener("click",e),N.appendChild(M),l.appendChild(N),i.appendChild(l);let R=h("div","tvw-mt-3 tvw-pt-3 tvw-border-t tvw-border-gray-100 tvw-text-xs tvw-text-cw-muted");return R.textContent="Online and ready to help",i.appendChild(R),{header:i,iconHolder:c,headerTitle:p,headerSubtitle:v,closeButton:M,closeButtonWrapper:N,clearChatButton:null,clearChatButtonWrapper:null}},jn={default:ao,minimal:lo,expanded:co},uo=n=>{var t;return(t=jn[n])!=null?t:jn.default},Gt=(n,t,o)=>{var i,l,d;if(t!=null&&t.render){let c=t.render({config:n,onClose:o==null?void 0:o.onClose,onClearChat:o==null?void 0:o.onClearChat}),w=h("div");w.style.display="none";let g=h("span"),p=h("span"),v=h("button");v.style.display="none";let m=h("div");return m.style.display="none",{header:c,iconHolder:w,headerTitle:g,headerSubtitle:p,closeButton:v,closeButtonWrapper:m,clearChatButton:null,clearChatButtonWrapper:null}}let e=(i=t==null?void 0:t.layout)!=null?i:"default",s=uo(e)({config:n,showClose:(d=(l=t==null?void 0:t.showCloseButton)!=null?l:o==null?void 0:o.showClose)!=null?d:!0,onClose:o==null?void 0:o.onClose,onClearChat:o==null?void 0:o.onClearChat});return t&&(t.showIcon===!1&&(s.iconHolder.style.display="none"),t.showTitle===!1&&(s.headerTitle.style.display="none"),t.showSubtitle===!1&&(s.headerSubtitle.style.display="none"),t.showCloseButton===!1&&(s.closeButton.style.display="none"),t.showClearChat===!1&&s.clearChatButtonWrapper&&(s.clearChatButtonWrapper.style.display="none")),s};var Vr=n=>{switch(n){case"serif":return'Georgia, "Times New Roman", Times, serif';case"mono":return'"Courier New", Courier, "Lucida Console", Monaco, monospace';case"sans-serif":default:return'-apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", Arial, sans-serif'}},Qt=n=>{var V,it,oe,D,Ve,nt,at,Tt,Et,_,ue,Ge,Qe,_e,Ze,P,$e,ut,pt,Lt,bt,Ct,Fe,et,xt;let{config:t}=n,o=h("div","tvw-widget-footer tvw-border-t-cw-divider tvw-bg-cw-surface tvw-px-6 tvw-py-4"),e=h("div","tvw-mb-3 tvw-flex tvw-flex-wrap tvw-gap-2"),r=((V=t==null?void 0:t.voiceRecognition)==null?void 0:V.enabled)===!0,s=typeof window!="undefined"&&(typeof window.webkitSpeechRecognition!="undefined"||typeof window.SpeechRecognition!="undefined"),d=h("form",`tvw-widget-composer tvw-flex tvw-items-end ${r&&s?"tvw-gap-1":"tvw-gap-3"} tvw-rounded-2xl tvw-border tvw-border-gray-200 tvw-bg-cw-input-background tvw-px-4 tvw-py-3`);d.style.outline="none";let c=h("textarea");c.placeholder=(oe=(it=t==null?void 0:t.copy)==null?void 0:it.inputPlaceholder)!=null?oe:"Type your message\u2026",c.className="tvw-min-h-[48px] tvw-flex-1 tvw-resize-none tvw-border-none tvw-bg-transparent tvw-text-sm tvw-text-cw-primary focus:tvw-outline-none focus:tvw-border-none",c.rows=1;let w=(Ve=(D=t==null?void 0:t.theme)==null?void 0:D.inputFontFamily)!=null?Ve:"sans-serif",g=(at=(nt=t==null?void 0:t.theme)==null?void 0:nt.inputFontWeight)!=null?at:"400";c.style.fontFamily=Vr(w),c.style.fontWeight=g,c.style.border="none",c.style.outline="none",c.style.borderWidth="0",c.style.borderStyle="none",c.style.borderColor="transparent",c.addEventListener("focus",()=>{c.style.border="none",c.style.outline="none",c.style.borderWidth="0",c.style.borderStyle="none",c.style.borderColor="transparent",c.style.boxShadow="none"}),c.addEventListener("blur",()=>{c.style.border="none",c.style.outline="none"});let p=(Tt=t==null?void 0:t.sendButton)!=null?Tt:{},v=(Et=p.useIcon)!=null?Et:!1,m=(_=p.iconText)!=null?_:"\u2191",N=p.iconName,M=(ue=p.tooltipText)!=null?ue:"Send message",f=(Ge=p.showTooltip)!=null?Ge:!1,S=(Qe=p.size)!=null?Qe:"40px",R=p.backgroundColor,y=p.textColor,F=h("div","tvw-send-button-wrapper"),x=h("button",v?"tvw-rounded-button tvw-flex tvw-items-center tvw-justify-center disabled:tvw-opacity-50 tvw-cursor-pointer":"tvw-rounded-button tvw-bg-cw-accent tvw-px-4 tvw-py-2 tvw-text-sm tvw-font-semibold disabled:tvw-opacity-50 tvw-cursor-pointer");if(x.type="submit",v){if(x.style.width=S,x.style.height=S,x.style.minWidth=S,x.style.minHeight=S,x.style.fontSize="18px",x.style.lineHeight="1",x.innerHTML="",N){let ke=parseFloat(S)||24,Le=y&&typeof y=="string"&&y.trim()?y.trim():"currentColor",b=de(N,ke,Le,2);b?(x.appendChild(b),x.style.color=Le):(x.textContent=m,y?x.style.color=y:x.classList.add("tvw-text-white"))}else x.textContent=m,y?x.style.color=y:x.classList.add("tvw-text-white");R?x.style.backgroundColor=R:x.classList.add("tvw-bg-cw-primary")}else x.textContent=(Ze=(_e=t==null?void 0:t.copy)==null?void 0:_e.sendButtonLabel)!=null?Ze:"Send",y?x.style.color=y:x.classList.add("tvw-text-white");if(p.borderWidth&&(x.style.borderWidth=p.borderWidth,x.style.borderStyle="solid"),p.borderColor&&(x.style.borderColor=p.borderColor),p.paddingX?(x.style.paddingLeft=p.paddingX,x.style.paddingRight=p.paddingX):(x.style.paddingLeft="",x.style.paddingRight=""),p.paddingY?(x.style.paddingTop=p.paddingY,x.style.paddingBottom=p.paddingY):(x.style.paddingTop="",x.style.paddingBottom=""),f&&M){let ke=h("div","tvw-send-button-tooltip");ke.textContent=M,F.appendChild(ke)}F.appendChild(x);let k=(P=t==null?void 0:t.voiceRecognition)!=null?P:{},Y=k.enabled===!0,z=null,j=null,O=typeof window!="undefined"&&(typeof window.webkitSpeechRecognition!="undefined"||typeof window.SpeechRecognition!="undefined");if(Y&&O){j=h("div","tvw-send-button-wrapper"),z=h("button","tvw-rounded-button tvw-flex tvw-items-center tvw-justify-center disabled:tvw-opacity-50 tvw-cursor-pointer"),z.type="button",z.setAttribute("aria-label","Start voice recognition");let ke=($e=k.iconName)!=null?$e:"mic",Le=(ut=k.iconSize)!=null?ut:S,b=parseFloat(Le)||24,Be=(pt=k.backgroundColor)!=null?pt:R,Ee=(Lt=k.iconColor)!=null?Lt:y;z.style.width=Le,z.style.height=Le,z.style.minWidth=Le,z.style.minHeight=Le,z.style.fontSize="18px",z.style.lineHeight="1";let Ke=Ee||"currentColor",ot=de(ke,b,Ke,1.5);ot?(z.appendChild(ot),z.style.color=Ke):(z.textContent="\u{1F3A4}",z.style.color=Ke),Be?z.style.backgroundColor=Be:z.classList.add("tvw-bg-cw-primary"),Ee?z.style.color=Ee:!Ee&&!y&&z.classList.add("tvw-text-white"),k.borderWidth&&(z.style.borderWidth=k.borderWidth,z.style.borderStyle="solid"),k.borderColor&&(z.style.borderColor=k.borderColor),k.paddingX&&(z.style.paddingLeft=k.paddingX,z.style.paddingRight=k.paddingX),k.paddingY&&(z.style.paddingTop=k.paddingY,z.style.paddingBottom=k.paddingY),j.appendChild(z);let st=(bt=k.tooltipText)!=null?bt:"Start voice recognition";if(((Ct=k.showTooltip)!=null?Ct:!1)&&st){let mt=h("div","tvw-send-button-tooltip");mt.textContent=st,j.appendChild(mt)}}d.addEventListener("click",ke=>{ke.target!==x&&ke.target!==F&&ke.target!==z&&ke.target!==j&&c.focus()}),d.append(c),j&&d.append(j),d.append(F);let q=h("div","tvw-mt-2 tvw-text-right tvw-text-xs tvw-text-cw-muted"),U=(Fe=t==null?void 0:t.statusIndicator)!=null?Fe:{},J=(et=U.visible)!=null?et:!0;return q.style.display=J?"":"none",q.textContent=(xt=U.idleText)!=null?xt:"Online",o.append(e,d,q),{footer:o,suggestions:e,composerForm:d,textarea:c,sendButton:x,sendButtonWrapper:F,micButton:z,micButtonWrapper:j,statusText:q}};var mr=n=>{var d,c,w,g,p,v,m;if(!((c=(d=n==null?void 0:n.launcher)==null?void 0:d.enabled)!=null?c:!0)){let N=h("div","tvw-relative tvw-h-full tvw-flex tvw-flex-col tvw-flex-1 tvw-min-h-0"),M=h("div","tvw-relative tvw-flex-1 tvw-flex tvw-flex-col tvw-min-h-0"),f=(g=(w=n==null?void 0:n.launcher)==null?void 0:w.width)!=null?g:"100%";return N.style.width=f,M.style.width="100%",N.appendChild(M),{wrapper:N,panel:M}}let o=(p=n==null?void 0:n.launcher)!=null?p:{},e=o.position&&At[o.position]?At[o.position]:At["bottom-right"],r=h("div",`tvw-widget-wrapper tvw-fixed ${e} tvw-z-50 tvw-transition`),s=h("div","tvw-widget-panel tvw-relative tvw-min-h-[320px]"),i=(m=(v=n==null?void 0:n.launcher)==null?void 0:v.width)!=null?m:n==null?void 0:n.launcherWidth,l=i!=null?i:"min(400px, calc(100vw - 24px))";return s.style.width=l,s.style.maxWidth=l,r.appendChild(s),{wrapper:r,panel:s}},hr=(n,t=!0)=>{var v,m,N,M,f,S,R;let o=h("div","tvw-widget-container tvw-flex tvw-h-full tvw-w-full tvw-flex-1 tvw-min-h-0 tvw-flex-col tvw-bg-cw-surface tvw-text-cw-primary tvw-rounded-2xl tvw-overflow-hidden tvw-border tvw-border-cw-border"),e=(v=n==null?void 0:n.layout)==null?void 0:v.header,r=((m=n==null?void 0:n.layout)==null?void 0:m.showHeader)!==!1,s=e?Gt(n,e,{showClose:t}):Pt({config:n,showClose:t}),i=h("div","tvw-widget-body tvw-flex tvw-flex-1 tvw-min-h-0 tvw-flex-col tvw-gap-6 tvw-overflow-y-auto tvw-bg-cw-container tvw-px-6 tvw-py-6");i.id="vanilla-agent-scroll-container";let l=h("div","tvw-rounded-2xl tvw-bg-cw-surface tvw-p-6 tvw-shadow-sm"),d=h("h2","tvw-text-lg tvw-font-semibold tvw-text-cw-primary");d.textContent=(M=(N=n==null?void 0:n.copy)==null?void 0:N.welcomeTitle)!=null?M:"Hello \u{1F44B}";let c=h("p","tvw-mt-2 tvw-text-sm tvw-text-cw-muted");c.textContent=(S=(f=n==null?void 0:n.copy)==null?void 0:f.welcomeSubtitle)!=null?S:"Ask anything about your account or products.",l.append(d,c);let w=h("div","tvw-flex tvw-flex-col tvw-gap-3");i.append(l,w);let g=Qt({config:n}),p=((R=n==null?void 0:n.layout)==null?void 0:R.showFooter)!==!1;return r?Yt(o,s,n):(s.header.style.display="none",Yt(o,s,n)),o.append(i),p||(g.footer.style.display="none"),o.append(g.footer),{container:o,body:i,messagesWrapper:w,suggestions:g.suggestions,textarea:g.textarea,sendButton:g.sendButton,sendButtonWrapper:g.sendButtonWrapper,micButton:g.micButton,micButtonWrapper:g.micButtonWrapper,composerForm:g.composerForm,statusText:g.statusText,introTitle:d,introSubtitle:c,closeButton:s.closeButton,closeButtonWrapper:s.closeButtonWrapper,clearChatButton:s.clearChatButton,clearChatButtonWrapper:s.clearChatButtonWrapper,iconHolder:s.iconHolder,headerTitle:s.headerTitle,headerSubtitle:s.headerSubtitle,header:s.header,footer:g.footer}};var vn=()=>{let n=document.createElement("div");n.className="tvw-flex tvw-items-center tvw-space-x-1 tvw-h-5 tvw-mt-2";let t=document.createElement("div");t.className="tvw-bg-cw-primary tvw-animate-typing tvw-rounded-full tvw-h-1.5 tvw-w-1.5",t.style.animationDelay="0ms";let o=document.createElement("div");o.className="tvw-bg-cw-primary tvw-animate-typing tvw-rounded-full tvw-h-1.5 tvw-w-1.5",o.style.animationDelay="250ms";let e=document.createElement("div");e.className="tvw-bg-cw-primary tvw-animate-typing tvw-rounded-full tvw-h-1.5 tvw-w-1.5",e.style.animationDelay="500ms";let r=document.createElement("span");return r.className="tvw-sr-only",r.textContent="Loading",n.appendChild(t),n.appendChild(o),n.appendChild(e),n.appendChild(r),n},Gr=(n,t)=>{let o=h("div","tvw-flex-shrink-0 tvw-w-8 tvw-h-8 tvw-rounded-full tvw-flex tvw-items-center tvw-justify-center tvw-text-sm"),e=t==="user"?n.userAvatar:n.assistantAvatar;if(e)if(e.startsWith("http")||e.startsWith("/")||e.startsWith("data:")){let r=h("img");r.src=e,r.alt=t==="user"?"User":"Assistant",r.className="tvw-w-full tvw-h-full tvw-rounded-full tvw-object-cover",o.appendChild(r)}else o.textContent=e,o.classList.add(t==="user"?"tvw-bg-cw-accent":"tvw-bg-cw-primary","tvw-text-white");else o.textContent=t==="user"?"U":"A",o.classList.add(t==="user"?"tvw-bg-cw-accent":"tvw-bg-cw-primary","tvw-text-white");return o},fr=(n,t)=>{let o=h("div","tvw-text-xs tvw-text-cw-muted"),e=new Date(n.createdAt);return t.format?o.textContent=t.format(e):o.textContent=e.toLocaleTimeString([],{hour:"2-digit",minute:"2-digit"}),o},Qr=(n,t="bubble")=>{let o=["vanilla-message-bubble","tvw-max-w-[85%]"];switch(t){case"flat":n==="user"?o.push("vanilla-message-user-bubble","tvw-ml-auto","tvw-text-cw-primary","tvw-py-2"):o.push("vanilla-message-assistant-bubble","tvw-text-cw-primary","tvw-py-2");break;case"minimal":o.push("tvw-text-sm","tvw-leading-relaxed"),n==="user"?o.push("vanilla-message-user-bubble","tvw-ml-auto","tvw-bg-cw-accent","tvw-text-white","tvw-px-3","tvw-py-2","tvw-rounded-lg"):o.push("vanilla-message-assistant-bubble","tvw-bg-cw-surface","tvw-text-cw-primary","tvw-px-3","tvw-py-2","tvw-rounded-lg");break;case"bubble":default:o.push("tvw-rounded-2xl","tvw-text-sm","tvw-leading-relaxed","tvw-shadow-sm"),n==="user"?o.push("vanilla-message-user-bubble","tvw-ml-auto","tvw-bg-cw-accent","tvw-text-white","tvw-px-5","tvw-py-3"):o.push("vanilla-message-assistant-bubble","tvw-bg-cw-surface","tvw-border","tvw-border-cw-message-border","tvw-text-cw-primary","tvw-px-5","tvw-py-3");break}return o},po=(n,t,o)=>{var m,N,M,f,S,R;let e=(m=t.showCopy)!=null?m:!0,r=(N=t.showUpvote)!=null?N:!0,s=(M=t.showDownvote)!=null?M:!0,i=(f=t.visibility)!=null?f:"hover",l=(S=t.align)!=null?S:"right",d=(R=t.layout)!=null?R:"pill-inside",c={left:"tvw-message-actions-left",center:"tvw-message-actions-center",right:"tvw-message-actions-right"}[l],w={"pill-inside":"tvw-message-actions-pill","row-inside":"tvw-message-actions-row"}[d],g=h("div",`tvw-message-actions tvw-flex tvw-items-center tvw-gap-1 tvw-mt-2 ${c} ${w} ${i==="hover"?"tvw-message-actions-hover":""}`);g.id=`actions-${n.id}`,g.setAttribute("data-actions-for",n.id);let p=null,v=(y,F,x,k)=>{let Y=document.createElement("button");Y.className="tvw-message-action-btn",Y.setAttribute("aria-label",F),Y.setAttribute("title",F),k&&Y.setAttribute("data-action",k);let z=de(y,14,"currentColor",2);return z&&Y.appendChild(z),Y.addEventListener("click",j=>{j.preventDefault(),j.stopPropagation(),x()}),Y};if(e){let y=v("copy","Copy message",()=>{let F=n.content||"";navigator.clipboard.writeText(F).then(()=>{y.classList.add("tvw-message-action-success");let x=de("check",14,"currentColor",2);x&&(y.innerHTML="",y.appendChild(x)),setTimeout(()=>{y.classList.remove("tvw-message-action-success");let k=de("copy",14,"currentColor",2);k&&(y.innerHTML="",y.appendChild(k))},2e3)}).catch(x=>{typeof console!="undefined"&&console.error("[AgentWidget] Failed to copy message:",x)}),o!=null&&o.onCopy&&o.onCopy(n),t.onCopy&&t.onCopy(n)},"copy");g.appendChild(y)}if(r){let y=v("thumbs-up","Upvote",()=>{if(p==="upvote")p=null,y.classList.remove("tvw-message-action-active");else{let x=g.querySelector('[data-action="downvote"]');x&&x.classList.remove("tvw-message-action-active"),p="upvote",y.classList.add("tvw-message-action-active");let k={type:"upvote",messageId:n.id,message:n};o!=null&&o.onFeedback&&o.onFeedback(k),t.onFeedback&&t.onFeedback(k)}},"upvote");g.appendChild(y)}if(s){let y=v("thumbs-down","Downvote",()=>{if(p==="downvote")p=null,y.classList.remove("tvw-message-action-active");else{let x=g.querySelector('[data-action="upvote"]');x&&x.classList.remove("tvw-message-action-active"),p="downvote",y.classList.add("tvw-message-action-active");let k={type:"downvote",messageId:n.id,message:n};o!=null&&o.onFeedback&&o.onFeedback(k),t.onFeedback&&t.onFeedback(k)}},"downvote");g.appendChild(y)}return g},Zt=(n,t,o,e,r)=>{var R,y,F,x,k;let s=o!=null?o:{},i=(R=s.layout)!=null?R:"bubble",l=s.avatar,d=s.timestamp,c=(y=l==null?void 0:l.show)!=null?y:!1,w=(F=d==null?void 0:d.show)!=null?F:!1,g=(x=l==null?void 0:l.position)!=null?x:"left",p=(k=d==null?void 0:d.position)!=null?k:"below",v=Qr(n.role,i),m=h("div",v.join(" "));m.id=`bubble-${n.id}`,m.setAttribute("data-message-id",n.id);let N=document.createElement("div");if(N.innerHTML=t({text:n.content,message:n,streaming:!!n.streaming,raw:n.rawContent}),w&&p==="inline"&&n.createdAt){let Y=fr(n,d);Y.classList.add("tvw-ml-2","tvw-inline"),N.appendChild(Y)}if(m.appendChild(N),w&&p==="below"&&n.createdAt){let Y=fr(n,d);Y.classList.add("tvw-mt-1"),m.appendChild(Y)}if(n.streaming&&n.role==="assistant"&&(!n.content||!n.content.trim())){let Y=vn();m.appendChild(Y)}if(n.role==="assistant"&&!n.streaming&&n.content&&n.content.trim()&&(e==null?void 0:e.enabled)!==!1&&e){let Y=po(n,e,r);m.appendChild(Y)}if(!c||n.role==="system")return m;let f=h("div",`tvw-flex tvw-gap-2 ${n.role==="user"?"tvw-flex-row-reverse":""}`),S=Gr(l,n.role);return g==="right"||g==="left"&&n.role==="user"?f.append(m,S):f.append(S,m),m.classList.remove("tvw-max-w-[85%]"),m.classList.add("tvw-max-w-[calc(85%-2.5rem)]"),f},wr=(n,t,o,e,r)=>{let s=o!=null?o:{};return n.role==="user"&&s.renderUserMessage?s.renderUserMessage({message:n,config:{},streaming:!!n.streaming}):n.role==="assistant"&&s.renderAssistantMessage?s.renderAssistantMessage({message:n,config:{},streaming:!!n.streaming}):Zt(n,t,o,e,r)};var en=new Set,yr=(n,t)=>{let o=en.has(n),e=t.querySelector('button[data-expand-header="true"]'),r=t.querySelector(".tvw-border-t");if(!e||!r)return;e.setAttribute("aria-expanded",o?"true":"false");let s=e.querySelector(".tvw-ml-auto"),i=s==null?void 0:s.querySelector(":scope > .tvw-flex.tvw-items-center");if(i){i.innerHTML="";let d=de(o?"chevron-up":"chevron-down",16,"currentColor",2);d?i.appendChild(d):i.textContent=o?"Hide":"Show"}r.style.display=o?"":"none"},go=n=>{let t=n.reasoning,o=h("div",["vanilla-message-bubble","vanilla-reasoning-bubble","tvw-w-full","tvw-max-w-[85%]","tvw-rounded-2xl","tvw-bg-cw-surface","tvw-border","tvw-border-cw-message-border","tvw-text-cw-primary","tvw-shadow-sm","tvw-overflow-hidden","tvw-px-0","tvw-py-0"].join(" "));if(o.id=`bubble-${n.id}`,o.setAttribute("data-message-id",n.id),!t)return o;let e=en.has(n.id),r=h("button","tvw-flex tvw-w-full tvw-items-center tvw-justify-between tvw-gap-3 tvw-bg-transparent tvw-px-4 tvw-py-3 tvw-text-left tvw-cursor-pointer tvw-border-none");r.type="button",r.setAttribute("aria-expanded",e?"true":"false"),r.setAttribute("data-expand-header","true"),r.setAttribute("data-bubble-type","reasoning");let s=h("div","tvw-flex tvw-flex-col tvw-text-left"),i=h("span","tvw-text-xs tvw-text-cw-primary");i.textContent="Thinking...",s.appendChild(i);let l=h("span","tvw-text-xs tvw-text-cw-primary");l.textContent=ir(t),s.appendChild(l),t.status==="complete"?i.style.display="none":i.style.display="";let d=h("div","tvw-flex tvw-items-center"),w=de(e?"chevron-up":"chevron-down",16,"currentColor",2);w?d.appendChild(w):d.textContent=e?"Hide":"Show";let g=h("div","tvw-flex tvw-items-center tvw-ml-auto");g.append(d),r.append(s,g);let p=h("div","tvw-border-t tvw-border-gray-200 tvw-bg-gray-50 tvw-px-4 tvw-py-3");p.style.display=e?"":"none";let v=t.chunks.join(""),m=h("div","tvw-whitespace-pre-wrap tvw-text-xs tvw-leading-snug tvw-text-cw-muted");return m.textContent=v||(t.status==="complete"?"No additional context was shared.":"Waiting for details\u2026"),p.appendChild(m),(()=>{r.setAttribute("aria-expanded",e?"true":"false"),d.innerHTML="";let f=de(e?"chevron-up":"chevron-down",16,"currentColor",2);f?d.appendChild(f):d.textContent=e?"Hide":"Show",p.style.display=e?"":"none"})(),o.append(r,p),o};var tn=new Set,vr=(n,t,o)=>{var c;let e=tn.has(n),r=(c=o==null?void 0:o.toolCall)!=null?c:{},s=t.querySelector('button[data-expand-header="true"]'),i=t.querySelector(".tvw-border-t");if(!s||!i)return;s.setAttribute("aria-expanded",e?"true":"false");let l=s.querySelector(".tvw-ml-auto"),d=l==null?void 0:l.querySelector(":scope > .tvw-flex.tvw-items-center");if(d){d.innerHTML="";let w=r.toggleTextColor||r.headerTextColor||"currentColor",g=de(e?"chevron-up":"chevron-down",16,w,2);g?d.appendChild(g):d.textContent=e?"Hide":"Show"}i.style.display=e?"":"none"},mo=(n,t)=>{var N;let o=n.toolCall,e=(N=t==null?void 0:t.toolCall)!=null?N:{},r=h("div",["vanilla-message-bubble","vanilla-tool-bubble","tvw-w-full","tvw-max-w-[85%]","tvw-rounded-2xl","tvw-bg-cw-surface","tvw-border","tvw-border-cw-message-border","tvw-text-cw-primary","tvw-shadow-sm","tvw-overflow-hidden","tvw-px-0","tvw-py-0"].join(" "));if(r.id=`bubble-${n.id}`,r.setAttribute("data-message-id",n.id),e.backgroundColor&&(r.style.backgroundColor=e.backgroundColor),e.borderColor&&(r.style.borderColor=e.borderColor),e.borderWidth&&(r.style.borderWidth=e.borderWidth),e.borderRadius&&(r.style.borderRadius=e.borderRadius),!o)return r;let s=tn.has(n.id),i=h("button","tvw-flex tvw-w-full tvw-items-center tvw-justify-between tvw-gap-3 tvw-bg-transparent tvw-px-4 tvw-py-3 tvw-text-left tvw-cursor-pointer tvw-border-none");i.type="button",i.setAttribute("aria-expanded",s?"true":"false"),i.setAttribute("data-expand-header","true"),i.setAttribute("data-bubble-type","tool"),e.headerBackgroundColor&&(i.style.backgroundColor=e.headerBackgroundColor),e.headerPaddingX&&(i.style.paddingLeft=e.headerPaddingX,i.style.paddingRight=e.headerPaddingX),e.headerPaddingY&&(i.style.paddingTop=e.headerPaddingY,i.style.paddingBottom=e.headerPaddingY);let l=h("div","tvw-flex tvw-flex-col tvw-text-left"),d=h("span","tvw-text-xs tvw-text-cw-primary");e.headerTextColor&&(d.style.color=e.headerTextColor),d.textContent=ar(o),l.appendChild(d);let c=h("div","tvw-flex tvw-items-center"),w=e.toggleTextColor||e.headerTextColor||"currentColor",g=de(s?"chevron-up":"chevron-down",16,w,2);g?c.appendChild(g):c.textContent=s?"Hide":"Show";let p=h("div","tvw-flex tvw-items-center tvw-gap-2 tvw-ml-auto");p.append(c),i.append(l,p);let v=h("div","tvw-border-t tvw-border-gray-200 tvw-bg-gray-50 tvw-space-y-3 tvw-px-4 tvw-py-3");if(v.style.display=s?"":"none",e.contentBackgroundColor&&(v.style.backgroundColor=e.contentBackgroundColor),e.contentTextColor&&(v.style.color=e.contentTextColor),e.contentPaddingX&&(v.style.paddingLeft=e.contentPaddingX,v.style.paddingRight=e.contentPaddingX),e.contentPaddingY&&(v.style.paddingTop=e.contentPaddingY,v.style.paddingBottom=e.contentPaddingY),o.name){let M=h("div","tvw-text-xs tvw-text-cw-muted tvw-italic");e.contentTextColor?M.style.color=e.contentTextColor:e.headerTextColor&&(M.style.color=e.headerTextColor),M.textContent=o.name,v.appendChild(M)}if(o.args!==void 0){let M=h("div","tvw-space-y-1"),f=h("div","tvw-text-xs tvw-text-cw-muted");e.labelTextColor&&(f.style.color=e.labelTextColor),f.textContent="Arguments";let S=h("pre","tvw-max-h-48 tvw-overflow-auto tvw-whitespace-pre-wrap tvw-rounded-lg tvw-border tvw-border-gray-100 tvw-bg-white tvw-px-3 tvw-py-2 tvw-text-xs tvw-text-cw-primary");S.style.fontSize="0.75rem",S.style.lineHeight="1rem",e.codeBlockBackgroundColor&&(S.style.backgroundColor=e.codeBlockBackgroundColor),e.codeBlockBorderColor&&(S.style.borderColor=e.codeBlockBorderColor),e.codeBlockTextColor&&(S.style.color=e.codeBlockTextColor),S.textContent=ro(o.args),M.append(f,S),v.appendChild(M)}if(o.chunks&&o.chunks.length){let M=h("div","tvw-space-y-1"),f=h("div","tvw-text-xs tvw-text-cw-muted");e.labelTextColor&&(f.style.color=e.labelTextColor),f.textContent="Activity";let S=h("pre","tvw-max-h-48 tvw-overflow-auto tvw-whitespace-pre-wrap tvw-rounded-lg tvw-border tvw-border-gray-100 tvw-bg-white tvw-px-3 tvw-py-2 tvw-text-xs tvw-text-cw-primary");S.style.fontSize="0.75rem",S.style.lineHeight="1rem",e.codeBlockBackgroundColor&&(S.style.backgroundColor=e.codeBlockBackgroundColor),e.codeBlockBorderColor&&(S.style.borderColor=e.codeBlockBorderColor),e.codeBlockTextColor&&(S.style.color=e.codeBlockTextColor),S.textContent=o.chunks.join(`
|
|
16
|
+
`),M.append(f,S),v.appendChild(M)}if(o.status==="complete"&&o.result!==void 0){let M=h("div","tvw-space-y-1"),f=h("div","tvw-text-xs tvw-text-cw-muted");e.labelTextColor&&(f.style.color=e.labelTextColor),f.textContent="Result";let S=h("pre","tvw-max-h-48 tvw-overflow-auto tvw-whitespace-pre-wrap tvw-rounded-lg tvw-border tvw-border-gray-100 tvw-bg-white tvw-px-3 tvw-py-2 tvw-text-xs tvw-text-cw-primary");S.style.fontSize="0.75rem",S.style.lineHeight="1rem",e.codeBlockBackgroundColor&&(S.style.backgroundColor=e.codeBlockBackgroundColor),e.codeBlockBorderColor&&(S.style.borderColor=e.codeBlockBorderColor),e.codeBlockTextColor&&(S.style.color=e.codeBlockTextColor),S.textContent=ro(o.result),M.append(f,S),v.appendChild(M)}if(o.status==="complete"&&typeof o.duration=="number"){let M=h("div","tvw-text-xs tvw-text-cw-muted");e.contentTextColor&&(M.style.color=e.contentTextColor),M.textContent=`Duration: ${o.duration}ms`,v.appendChild(M)}return(()=>{i.setAttribute("aria-expanded",s?"true":"false"),c.innerHTML="";let M=e.toggleTextColor||e.headerTextColor||"currentColor",f=de(s?"chevron-up":"chevron-down",16,M,2);f?c.appendChild(f):c.textContent=s?"Hide":"Show",v.style.display=s?"":"none"})(),r.append(i,v),r};var br=n=>{let t=[];return{buttons:t,render:(e,r,s,i,l)=>{if(n.innerHTML="",t.length=0,!e||!e.length||(i!=null?i:r?r.getMessages():[]).some(v=>v.role==="user"))return;let w=document.createDocumentFragment(),g=r?r.isStreaming():!1,p=v=>{switch(v){case"serif":return'Georgia, "Times New Roman", Times, serif';case"mono":return'"Courier New", Courier, "Lucida Console", Monaco, monospace';case"sans-serif":default:return'-apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", Arial, sans-serif'}};e.forEach(v=>{let m=h("button","tvw-rounded-button tvw-bg-cw-surface tvw-px-3 tvw-py-1.5 tvw-text-xs tvw-font-medium tvw-text-cw-muted hover:tvw-opacity-90 tvw-cursor-pointer tvw-border tvw-border-gray-200");m.type="button",m.textContent=v,m.disabled=g,l!=null&&l.fontFamily&&(m.style.fontFamily=p(l.fontFamily)),l!=null&&l.fontWeight&&(m.style.fontWeight=l.fontWeight),l!=null&&l.paddingX&&(m.style.paddingLeft=l.paddingX,m.style.paddingRight=l.paddingX),l!=null&&l.paddingY&&(m.style.paddingTop=l.paddingY,m.style.paddingBottom=l.paddingY),m.addEventListener("click",()=>{!r||r.isStreaming()||(s.value="",r.sendMessage(v))}),w.appendChild(m),t.push(m)}),n.appendChild(w)}}};var Cr={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"}},ho=(n,t,o,e)=>{let r=n.querySelectorAll("[data-tv-form]");r.length&&r.forEach(s=>{var m,N,M;if(s.dataset.enhanced==="true")return;let i=(m=s.dataset.tvForm)!=null?m:"init";s.dataset.enhanced="true";let l=(N=Cr[i])!=null?N:Cr.init;s.classList.add("tvw-form-card","tvw-space-y-4");let d=h("div","tvw-space-y-1"),c=h("h3","tvw-text-base tvw-font-semibold tvw-text-cw-primary");if(c.textContent=l.title,d.appendChild(c),l.description){let f=h("p","tvw-text-sm tvw-text-cw-muted");f.textContent=l.description,d.appendChild(f)}let w=document.createElement("form");w.className="tvw-form-grid tvw-space-y-3",l.fields.forEach(f=>{var x,k;let S=h("label","tvw-form-field tvw-flex tvw-flex-col tvw-gap-1");S.htmlFor=`${t.id}-${i}-${f.name}`;let R=h("span","tvw-text-xs tvw-font-medium tvw-text-cw-muted");R.textContent=f.label,S.appendChild(R);let y=(x=f.type)!=null?x:"text",F;y==="textarea"?(F=document.createElement("textarea"),F.rows=3):(F=document.createElement("input"),F.type=y),F.className="tvw-rounded-xl tvw-border tvw-border-gray-200 tvw-bg-white tvw-px-3 tvw-py-2 tvw-text-sm tvw-text-cw-primary focus:tvw-outline-none focus:tvw-border-cw-primary",F.id=`${t.id}-${i}-${f.name}`,F.name=f.name,F.placeholder=(k=f.placeholder)!=null?k:"",f.required&&(F.required=!0),S.appendChild(F),w.appendChild(S)});let g=h("div","tvw-flex tvw-items-center tvw-justify-between tvw-gap-2"),p=h("div","tvw-text-xs tvw-text-cw-muted tvw-min-h-[1.5rem]"),v=h("button","tvw-inline-flex tvw-items-center tvw-rounded-full tvw-bg-cw-primary tvw-px-4 tvw-py-2 tvw-text-sm tvw-font-semibold tvw-text-white disabled:tvw-opacity-60 tvw-cursor-pointer");v.type="submit",v.textContent=(M=l.submitLabel)!=null?M:"Submit",g.appendChild(p),g.appendChild(v),w.appendChild(g),s.replaceChildren(d,w),w.addEventListener("submit",async f=>{var F,x;f.preventDefault();let S=(F=o.formEndpoint)!=null?F:"/form",R=new FormData(w),y={};R.forEach((k,Y)=>{y[Y]=k}),y.type=i,v.disabled=!0,p.textContent="Submitting\u2026";try{let k=await fetch(S,{method:"POST",headers:{"Content-Type":"application/json"},body:JSON.stringify(y)});if(!k.ok)throw new Error(`Form submission failed (${k.status})`);let Y=await k.json();p.textContent=(x=Y.message)!=null?x:"Thanks! We'll be in touch soon.",Y.success&&Y.nextPrompt&&await e.sendMessage(String(Y.nextPrompt))}catch(k){p.textContent=k instanceof Error?k.message:"Something went wrong. Please try again."}finally{v.disabled=!1}})})};var fo=class{constructor(){this.plugins=new Map}register(t){var o;this.plugins.has(t.id)&&console.warn(`Plugin "${t.id}" is already registered. Overwriting.`),this.plugins.set(t.id,t),(o=t.onRegister)==null||o.call(t)}unregister(t){var e;let o=this.plugins.get(t);o&&((e=o.onUnregister)==null||e.call(o),this.plugins.delete(t))}getAll(){return Array.from(this.plugins.values()).sort((t,o)=>{var e,r;return((e=o.priority)!=null?e:0)-((r=t.priority)!=null?r:0)})}getForInstance(t){let o=this.getAll();if(!t||t.length===0)return o;let e=new Set(t.map(s=>s.id));return[...o.filter(s=>!e.has(s.id)),...t].sort((s,i)=>{var l,d;return((l=i.priority)!=null?l:0)-((d=s.priority)!=null?d:0)})}clear(){this.plugins.forEach(t=>{var o;return(o=t.onUnregister)==null?void 0:o.call(t)}),this.plugins.clear()}},bn=new fo;var wo={primary:"#111827",accent:"#1d4ed8",surface:"#ffffff",muted:"#6b7280",container:"#f8fafc",border:"#f1f5f9",divider:"#f1f5f9",messageBorder:"#f1f5f9",inputBackground:"#ffffff",callToAction:"#000000",callToActionBackground:"#ffffff",sendButtonBackgroundColor:"#111827",sendButtonTextColor:"#ffffff",sendButtonBorderColor:"#60a5fa",closeButtonColor:"#6b7280",closeButtonBackgroundColor:"transparent",closeButtonBorderColor:"",clearChatIconColor:"#6b7280",clearChatBackgroundColor:"transparent",clearChatBorderColor:"transparent",micIconColor:"#111827",micBackgroundColor:"transparent",micBorderColor:"transparent",recordingIconColor:"#ffffff",recordingBackgroundColor:"#ef4444",recordingBorderColor:"transparent",inputFontFamily:"sans-serif",inputFontWeight:"400",radiusSm:"0.75rem",radiusMd:"1rem",radiusLg:"1.5rem",launcherRadius:"9999px",buttonRadius:"9999px"},yo={primary:"#f9fafb",accent:"#3b82f6",surface:"#1f2937",muted:"#9ca3af",container:"#111827",border:"#374151",divider:"#374151",messageBorder:"#374151",inputBackground:"#111827",callToAction:"#ffffff",callToActionBackground:"#374151",sendButtonBackgroundColor:"#3b82f6",sendButtonTextColor:"#ffffff",sendButtonBorderColor:"#60a5fa",closeButtonColor:"#9ca3af",closeButtonBackgroundColor:"transparent",closeButtonBorderColor:"",clearChatIconColor:"#9ca3af",clearChatBackgroundColor:"transparent",clearChatBorderColor:"transparent",micIconColor:"#f9fafb",micBackgroundColor:"transparent",micBorderColor:"transparent",recordingIconColor:"#ffffff",recordingBackgroundColor:"#ef4444",recordingBorderColor:"transparent",inputFontFamily:"sans-serif",inputFontWeight:"400",radiusSm:"0.75rem",radiusMd:"1rem",radiusLg:"1.5rem",launcherRadius:"9999px",buttonRadius:"9999px"},Me={apiUrl:"http://localhost:43111/api/chat/dispatch",clientToken:void 0,theme:wo,darkTheme:yo,colorScheme:"light",launcher:{enabled:!0,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",closeButtonColor:"#6b7280",closeButtonBackgroundColor:"transparent",clearChat:{iconColor:"#6b7280",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 qn(n){var t,o,e,r,s,i,l,d,c,w,g,p,v,m,N,M,f,S,R;return n?{...Me,...n,theme:{...Me.theme,...n.theme},darkTheme:{...Me.darkTheme,...n.darkTheme},launcher:{...Me.launcher,...n.launcher,clearChat:{...(t=Me.launcher)==null?void 0:t.clearChat,...(o=n.launcher)==null?void 0:o.clearChat}},copy:{...Me.copy,...n.copy},sendButton:{...Me.sendButton,...n.sendButton},statusIndicator:{...Me.statusIndicator,...n.statusIndicator},voiceRecognition:{...Me.voiceRecognition,...n.voiceRecognition},features:{...Me.features,...n.features},suggestionChips:(e=n.suggestionChips)!=null?e:Me.suggestionChips,suggestionChipsConfig:{...Me.suggestionChipsConfig,...n.suggestionChipsConfig},layout:{...Me.layout,...n.layout,header:{...(r=Me.layout)==null?void 0:r.header,...(s=n.layout)==null?void 0:s.header},messages:{...(i=Me.layout)==null?void 0:i.messages,...(l=n.layout)==null?void 0:l.messages,avatar:{...(c=(d=Me.layout)==null?void 0:d.messages)==null?void 0:c.avatar,...(g=(w=n.layout)==null?void 0:w.messages)==null?void 0:g.avatar},timestamp:{...(v=(p=Me.layout)==null?void 0:p.messages)==null?void 0:v.timestamp,...(N=(m=n.layout)==null?void 0:m.messages)==null?void 0:N.timestamp}},slots:{...(M=Me.layout)==null?void 0:M.slots,...(f=n.layout)==null?void 0:f.slots}},markdown:{...Me.markdown,...n.markdown,options:{...(S=Me.markdown)==null?void 0:S.options,...(R=n.markdown)==null?void 0:R.options}},messageActions:{...Me.messageActions,...n.messageActions}}:Me}var xr=()=>{let n=new Map,t=(r,s)=>(n.has(r)||n.set(r,new Set),n.get(r).add(s),()=>o(r,s)),o=(r,s)=>{var i;(i=n.get(r))==null||i.delete(s)};return{on:t,off:o,emit:(r,s)=>{var i;(i=n.get(r))==null||i.forEach(l=>{try{l(s)}catch(d){typeof console!="undefined"&&console.error("[AgentWidget] Event handler error:",d)}})}}};var Zr=n=>{let t=n.match(/```(?:json)?\s*([\s\S]*?)```/i);return t?t[1]:n},ei=n=>{let t=n.trim(),o=t.indexOf("{");if(o===-1)return null;let e=0;for(let r=o;r<t.length;r+=1){let s=t[r];if(s==="{"&&(e+=1),s==="}"&&(e-=1,e===0))return t.slice(o,r+1)}return null},Cn=({text:n})=>{if(!n||!n.includes("{"))return null;try{let t=Zr(n),o=ei(t);if(!o)return null;let e=JSON.parse(o);if(!e||typeof e!="object"||!e.action)return null;let{action:r,...s}=e;return{type:String(r),payload:s,raw:e}}catch{return null}},vo=n=>typeof n=="string"?n:n==null?"":String(n),Kt={message:n=>n.type!=="message"?void 0:{handled:!0,displayText:vo(n.payload.text)},messageAndClick:(n,t)=>{var r;if(n.type!=="message_and_click")return;let o=n.payload,e=vo(o.element);if(e&&((r=t.document)!=null&&r.querySelector)){let s=t.document.querySelector(e);s?setTimeout(()=>{s.click()},400):typeof console!="undefined"&&console.warn("[AgentWidget] Element not found for selector:",e)}return{handled:!0,displayText:vo(o.text)}}},Sr=n=>Array.isArray(n)?n.map(t=>String(t)):[],xn=n=>{let t=new Set(Sr(n.getMetadata().processedActionMessageIds)),o=()=>{t=new Set(Sr(n.getMetadata().processedActionMessageIds))},e=()=>{let s=Array.from(t);n.updateMetadata(i=>({...i,processedActionMessageIds:s}))};return{process:s=>{if(s.streaming||s.message.role!=="assistant"||!s.text||t.has(s.message.id))return null;let i=typeof s.raw=="string"&&s.raw||typeof s.message.rawContent=="string"&&s.message.rawContent||typeof s.text=="string"&&s.text||null;!i&&typeof s.text=="string"&&s.text.trim().startsWith("{")&&typeof console!="undefined"&&console.warn("[AgentWidget] Structured response detected but no raw payload was provided. Ensure your stream parser returns { text, raw }.");let l=i?n.parsers.reduce((c,w)=>c||(w==null?void 0:w({text:i,message:s.message}))||null,null):null;if(!l)return null;t.add(s.message.id),e();let d={action:l,message:s.message};n.emit("action:detected",d);for(let c of n.handlers)if(c)try{let w=c(l,{message:s.message,metadata:n.getMetadata(),updateMetadata:n.updateMetadata,document:n.documentRef});if(!w)continue;if(w.handled){let g=w.persistMessage!==!1;return{text:w.displayText!==void 0?w.displayText:"",persist:g}}}catch(w){typeof console!="undefined"&&console.error("[AgentWidget] Action handler error:",w)}return{text:"",persist:!0}},syncFromMetadata:o}};var ti=n=>{if(!n)return null;try{return JSON.parse(n)}catch(t){return typeof console!="undefined"&&console.error("[AgentWidget] Failed to parse stored state:",t),null}},ni=n=>n.map(t=>({...t,streaming:!1})),Un=(n="vanilla-agent-state")=>{let t=()=>typeof window=="undefined"||!window.localStorage?null:window.localStorage;return{load:()=>{let o=t();return o?ti(o.getItem(n)):null},save:o=>{let e=t();if(e)try{let r={...o,messages:o.messages?ni(o.messages):void 0};e.setItem(n,JSON.stringify(r))}catch(r){typeof console!="undefined"&&console.error("[AgentWidget] Failed to persist state:",r)}},clear:()=>{let o=t();if(o)try{o.removeItem(n)}catch(e){typeof console!="undefined"&&console.error("[AgentWidget] Failed to clear stored state:",e)}}}};var bo=class{constructor(){this.components=new Map}register(t,o){this.components.has(t)&&console.warn(`[ComponentRegistry] Component "${t}" is already registered. Overwriting.`),this.components.set(t,o)}unregister(t){this.components.delete(t)}get(t){return this.components.get(t)}has(t){return this.components.has(t)}getAllNames(){return Array.from(this.components.keys())}clear(){this.components.clear()}registerAll(t){Object.entries(t).forEach(([o,e])=>{this.register(o,e)})}},nn=new bo;var on=require("partial-json");function oi(n){if(!n||typeof n!="object"||!("component"in n))return!1;let t=n.component;return typeof t=="string"&&t.length>0}function si(n,t){if(!oi(n))return null;let o=n.props&&typeof n.props=="object"&&n.props!==null?n.props:{};return{component:n.component,props:o,raw:t}}function zn(){let n=null,t=0;return{getExtractedDirective:()=>n,processChunk:o=>{let e=o.trim();if(!e.startsWith("{")&&!e.startsWith("["))return null;if(o.length<=t)return n;try{let r=(0,on.parse)(o,on.STR|on.OBJ),s=si(r,o);s&&(n=s)}catch{}return t=o.length,n},reset:()=>{n=null,t=0}}}function Ar(n){return typeof n=="object"&&n!==null&&"component"in n&&typeof n.component=="string"&&"props"in n&&typeof n.props=="object"}function Jn(n,t){let{config:o,message:e,onPropsUpdate:r}=t,s=nn.get(n.component);if(!s)return console.warn(`[ComponentMiddleware] Component "${n.component}" not found in registry. Falling back to default rendering.`),null;let i={message:e,config:o,updateProps:l=>{r&&r(l)}};try{return s(n.props,i)}catch(l){return console.error(`[ComponentMiddleware] Error rendering component "${n.component}":`,l),null}}function Tr(){let n=zn();return{processChunk:t=>n.processChunk(t),getDirective:()=>n.getExtractedDirective(),reset:()=>{n.reset()}}}function Yn(n){if(!n.rawContent)return!1;try{let t=JSON.parse(n.rawContent);return typeof t=="object"&&t!==null&&"component"in t&&typeof t.component=="string"}catch{return!1}}function Kn(n){if(!n.rawContent)return null;try{let t=JSON.parse(n.rawContent);if(typeof t=="object"&&t!==null&&"component"in t&&typeof t.component=="string")return{component:t.component,props:t.props&&typeof t.props=="object"&&t.props!==null?t.props:{},raw:n.rawContent}}catch{}return null}var ri=["Very dissatisfied","Dissatisfied","Neutral","Satisfied","Very satisfied"];function Xn(n){let{onSubmit:t,onDismiss:o,title:e="How satisfied are you?",subtitle:r="Please rate your experience",commentPlaceholder:s="Share your thoughts (optional)...",submitText:i="Submit",skipText:l="Skip",showComment:d=!0,ratingLabels:c=ri}=n,w=document.createElement("div");w.className="tvw-feedback-container tvw-feedback-csat",w.setAttribute("role","dialog"),w.setAttribute("aria-label","Customer satisfaction feedback");let g=null,p=document.createElement("div");p.className="tvw-feedback-content";let v=document.createElement("div");v.className="tvw-feedback-header";let m=document.createElement("h3");m.className="tvw-feedback-title",m.textContent=e,v.appendChild(m);let N=document.createElement("p");N.className="tvw-feedback-subtitle",N.textContent=r,v.appendChild(N),p.appendChild(v);let M=document.createElement("div");M.className="tvw-feedback-rating tvw-feedback-rating-csat",M.setAttribute("role","radiogroup"),M.setAttribute("aria-label","Satisfaction rating from 1 to 5");let f=[];for(let x=1;x<=5;x++){let k=document.createElement("button");k.type="button",k.className="tvw-feedback-rating-btn tvw-feedback-star-btn",k.setAttribute("role","radio"),k.setAttribute("aria-checked","false"),k.setAttribute("aria-label",`${x} star${x>1?"s":""}: ${c[x-1]}`),k.title=c[x-1],k.dataset.rating=String(x),k.innerHTML=`
|
|
17
17
|
<svg class="tvw-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
|
-
`,S.addEventListener("click",()=>{y=x,m.forEach((Y,R)=>{let O=R<x;Y.classList.toggle("selected",O),Y.setAttribute("aria-checked",R===x-1?"true":"false")})}),m.push(S),$.appendChild(S)}u.appendChild($);let b=null;if(d){let x=document.createElement("div");x.className="tvw-feedback-comment-container",b=document.createElement("textarea"),b.className="tvw-feedback-comment",b.placeholder=o,b.rows=3,b.setAttribute("aria-label","Additional comments"),x.appendChild(b),u.appendChild(x)}let W=document.createElement("div");W.className="tvw-feedback-actions";let v=document.createElement("button");v.type="button",v.className="tvw-feedback-btn tvw-feedback-btn-skip",v.textContent=l,v.addEventListener("click",()=>{s==null||s(),w.remove()});let N=document.createElement("button");return N.type="button",N.className="tvw-feedback-btn tvw-feedback-btn-submit",N.textContent=i,N.addEventListener("click",async()=>{if(y===null){$.classList.add("tvw-feedback-shake"),setTimeout(()=>$.classList.remove("tvw-feedback-shake"),500);return}N.disabled=!0,N.textContent="Submitting...";try{let x=(b==null?void 0:b.value.trim())||void 0;await e(y,x),w.remove()}catch(x){N.disabled=!1,N.textContent=i,console.error("[CSAT Feedback] Failed to submit:",x)}}),W.appendChild(v),W.appendChild(N),u.appendChild(W),w.appendChild(u),w}function _n(n){let{onSubmit:e,onDismiss:s,title:t="How likely are you to recommend us?",subtitle:r="On a scale of 0 to 10",commentPlaceholder:o="What could we do better? (optional)...",submitText:i="Submit",skipText:l="Skip",showComment:d=!0,lowLabel:c="Not likely",highLabel:w="Very likely"}=n,y=document.createElement("div");y.className="tvw-feedback-container tvw-feedback-nps",y.setAttribute("role","dialog"),y.setAttribute("aria-label","Net Promoter Score feedback");let u=null,C=document.createElement("div");C.className="tvw-feedback-content";let g=document.createElement("div");g.className="tvw-feedback-header";let j=document.createElement("h3");j.className="tvw-feedback-title",j.textContent=t,g.appendChild(j);let $=document.createElement("p");$.className="tvw-feedback-subtitle",$.textContent=r,g.appendChild($),C.appendChild(g);let m=document.createElement("div");m.className="tvw-feedback-rating tvw-feedback-rating-nps",m.setAttribute("role","radiogroup"),m.setAttribute("aria-label","Likelihood rating from 0 to 10");let b=document.createElement("div");b.className="tvw-feedback-labels";let W=document.createElement("span");W.className="tvw-feedback-label-low",W.textContent=c;let v=document.createElement("span");v.className="tvw-feedback-label-high",v.textContent=w,b.appendChild(W),b.appendChild(v);let N=document.createElement("div");N.className="tvw-feedback-numbers";let x=[];for(let G=0;G<=10;G++){let D=document.createElement("button");D.type="button",D.className="tvw-feedback-rating-btn tvw-feedback-number-btn",D.setAttribute("role","radio"),D.setAttribute("aria-checked","false"),D.setAttribute("aria-label",`Rating ${G} out of 10`),D.textContent=String(G),D.dataset.rating=String(G),G<=6?D.classList.add("tvw-feedback-detractor"):G<=8?D.classList.add("tvw-feedback-passive"):D.classList.add("tvw-feedback-promoter"),D.addEventListener("click",()=>{u=G,x.forEach((U,Q)=>{U.classList.toggle("selected",Q===G),U.setAttribute("aria-checked",Q===G?"true":"false")})}),x.push(D),N.appendChild(D)}m.appendChild(b),m.appendChild(N),C.appendChild(m);let S=null;if(d){let G=document.createElement("div");G.className="tvw-feedback-comment-container",S=document.createElement("textarea"),S.className="tvw-feedback-comment",S.placeholder=o,S.rows=3,S.setAttribute("aria-label","Additional comments"),G.appendChild(S),C.appendChild(G)}let Y=document.createElement("div");Y.className="tvw-feedback-actions";let R=document.createElement("button");R.type="button",R.className="tvw-feedback-btn tvw-feedback-btn-skip",R.textContent=l,R.addEventListener("click",()=>{s==null||s(),y.remove()});let O=document.createElement("button");return O.type="button",O.className="tvw-feedback-btn tvw-feedback-btn-submit",O.textContent=i,O.addEventListener("click",async()=>{if(u===null){N.classList.add("tvw-feedback-shake"),setTimeout(()=>N.classList.remove("tvw-feedback-shake"),500);return}O.disabled=!0,O.textContent="Submitting...";try{let G=(S==null?void 0:S.value.trim())||void 0;await e(u,G),y.remove()}catch(G){O.disabled=!1,O.textContent=i,console.error("[NPS Feedback] Failed to submit:",G)}}),Y.appendChild(R),Y.appendChild(O),C.appendChild(Y),y.appendChild(C),y}var on="vanilla-agent-chat-history",Lr=30*1e3,ms=n=>!n||typeof n!="object"?{}:{...n},Go=n=>n.map(e=>({...e,streaming:!1})),Qo=(n,e)=>{let s=n!=null&&n.markdown?dn(n.markdown):null;return t=>{var i,l,d;let r=(i=t.text)!=null?i:"",o=(l=t.message.rawContent)!=null?l:null;if(e){let c=e.process({text:r,raw:o!=null?o:r,message:t.message,streaming:t.streaming});c!==null&&(r=c.text,c.persist||(t.message.__skipPersist=!0))}return n!=null&&n.postprocessMessage?n.postprocessMessage({...t,text:r,raw:(d=o!=null?o:t.text)!=null?d:""}):s?s(r):xn(r)}},jn=(n,e,s)=>{var Re,fe,_e,rt,mt,ws,ys,vs,bs,Cs,xs,Ss,As,Ts;(!n.id||n.id!=="vanilla-agent-root")&&(n.id="vanilla-agent-root");let t=Pn(e),r=pn.getForInstance(t.plugins);t.components&&nn.registerAll(t.components);let o=Yo(),i=(Re=t.storageAdapter)!=null?Re:In(),l={},d=null;if(i!=null&&i.load)try{let a=i.load();if(a&&typeof a.then=="function")d=a;else if(a){let p=a;p.metadata&&(l=ms(p.metadata)),(fe=p.messages)!=null&&fe.length&&(t={...t,initialMessages:p.messages})}}catch(a){typeof console!="undefined"&&console.error("[AgentWidget] Failed to load stored state:",a)}let c=()=>l,w=a=>{var T;l=(T=a({...l}))!=null?T:{},rn()},y=t.actionParsers&&t.actionParsers.length?t.actionParsers:[gn],u=t.actionHandlers&&t.actionHandlers.length?t.actionHandlers:[Kt.message,Kt.messageAndClick],C=mn({parsers:y,handlers:u,getMetadata:c,updateMetadata:w,emit:o.emit,documentRef:typeof document!="undefined"?document:null});C.syncFromMetadata();let g=(rt=(_e=t.launcher)==null?void 0:_e.enabled)!=null?rt:!0,j=(ws=(mt=t.launcher)==null?void 0:mt.autoExpand)!=null?ws:!1,$=j,m=g,b=g?j:!0,W=Qo(t,C),v=(vs=(ys=t.features)==null?void 0:ys.showReasoning)!=null?vs:!0,N=(Cs=(bs=t.features)==null?void 0:bs.showToolCalls)!=null?Cs:!0,x={onCopy:a=>{var p,T;o.emit("message:copy",a),E!=null&&E.isClientTokenMode()&&E.submitMessageFeedback(a.id,"copy").catch(F=>{t.debug&&console.error("[AgentWidget] Failed to submit copy feedback:",F)}),(T=(p=t.messageActions)==null?void 0:p.onCopy)==null||T.call(p,a)},onFeedback:a=>{var p,T;o.emit("message:feedback",a),E!=null&&E.isClientTokenMode()&&E.submitMessageFeedback(a.messageId,a.type).catch(F=>{t.debug&&console.error("[AgentWidget] Failed to submit feedback:",F)}),(T=(p=t.messageActions)==null?void 0:p.onFeedback)==null||T.call(p,a)}},S=(xs=t.statusIndicator)!=null?xs:{},Y=a=>{var p,T,F,B;return a==="idle"?(p=S.idleText)!=null?p:Ve.idle:a==="connecting"?(T=S.connectingText)!=null?T:Ve.connecting:a==="connected"?(F=S.connectedText)!=null?F:Ve.connected:a==="error"?(B=S.errorText)!=null?B:Ve.error:Ve[a]},{wrapper:R,panel:O}=_o(t),G=jo(t,g),{container:D,body:U,messagesWrapper:Q,suggestions:ie,textarea:de,sendButton:_,sendButtonWrapper:ze,composerForm:Ge,statusText:nt,introTitle:xt,introSubtitle:St,closeButton:q,iconHolder:ve,headerTitle:ht,headerSubtitle:ft,header:Qe,footer:st}=G,I=G.micButton,Be=G.micButtonWrapper,at=r.find(a=>a.renderHeader);if(at!=null&&at.renderHeader){let a=at.renderHeader({config:t,defaultRenderer:()=>{let p=Ot({config:t,showClose:g});return Zt(D,p,t),p.header},onClose:()=>Ke(!1,"user")});if(a){let p=D.querySelector(".tvw-border-b-cw-divider");p&&(p.replaceWith(a),Qe=a)}}let lt=r.find(a=>a.renderComposer);if(lt!=null&<.renderComposer){let a=lt.renderComposer({config:t,defaultRenderer:()=>en({config:t}).footer,onSubmit:p=>{E&&!E.isStreaming()&&E.sendMessage(p)},disabled:!1});a&&(st.replaceWith(a),st=a)}(()=>{var F,B;let a=(B=(F=t.layout)==null?void 0:F.slots)!=null?B:{},p=ne=>{switch(ne){case"body-top":return D.querySelector(".tvw-rounded-2xl.tvw-bg-cw-surface.tvw-p-6")||null;case"messages":return Q;case"footer-top":return ie;case"composer":return Ge;case"footer-bottom":return nt;default:return null}},T=(ne,pe)=>{var h;switch(ne){case"header-left":case"header-center":case"header-right":if(ne==="header-left")Qe.insertBefore(pe,Qe.firstChild);else if(ne==="header-right")Qe.appendChild(pe);else{let J=Qe.querySelector(".tvw-flex-col");J?(h=J.parentNode)==null||h.insertBefore(pe,J.nextSibling):Qe.appendChild(pe)}break;case"body-top":let ee=U.querySelector(".tvw-rounded-2xl.tvw-bg-cw-surface.tvw-p-6");ee?ee.replaceWith(pe):U.insertBefore(pe,U.firstChild);break;case"body-bottom":U.appendChild(pe);break;case"footer-top":ie.replaceWith(pe);break;case"footer-bottom":nt.replaceWith(pe);break;default:break}};for(let[ne,pe]of Object.entries(a))if(pe)try{let h=pe({config:t,defaultContent:()=>p(ne)});h&&T(ne,h)}catch(h){typeof console!="undefined"&&console.error(`[AgentWidget] Error rendering slot "${ne}":`,h)}})(),O.appendChild(D),n.appendChild(R);let wt=()=>{var ue,Pe,it,Xe,he,Ut,Rt,Pt,Mt,vn,It,zt,dt,$t,Ft,bn;let a=(Pe=(ue=t.launcher)==null?void 0:ue.sidebarMode)!=null?Pe:!1,p=a||((Xe=(it=t.launcher)==null?void 0:it.fullHeight)!=null?Xe:!1),T=(he=t.theme)!=null?he:{},F=(Rt=(Ut=t.launcher)==null?void 0:Ut.position)!=null?Rt:"bottom-left",B=F==="bottom-left"||F==="top-left",ne=a?"none":"1px solid var(--tvw-cw-border)",pe=a?B?"2px 0 12px rgba(0, 0, 0, 0.08)":"-2px 0 12px rgba(0, 0, 0, 0.08)":"0 25px 50px -12px rgba(0, 0, 0, 0.25)",h=a?"0":"16px",ee=(Pt=T.panelBorder)!=null?Pt:ne,J=(Mt=T.panelShadow)!=null?Mt:pe,oe=(vn=T.panelBorderRadius)!=null?vn:h;n.style.cssText="",R.style.cssText="",O.style.cssText="",D.style.cssText="",U.style.cssText="",st.style.cssText="";let P=(zt=(It=t==null?void 0:t.launcher)==null?void 0:It.width)!=null?zt:t==null?void 0:t.launcherWidth,te=P!=null?P:"min(400px, calc(100vw - 24px))";a||(O.style.width=te,O.style.maxWidth=te),O.style.boxShadow=J,O.style.borderRadius=oe,D.style.border=ee,D.style.borderRadius=oe;let we=((dt=t.launcher)==null?void 0:dt.enabled)===!1;if(p&&(n.style.display="flex",n.style.flexDirection="column",n.style.height="100%",n.style.minHeight="0",R.style.display="flex",R.style.flexDirection="column",R.style.flex="1 1 0%",R.style.minHeight="0",R.style.maxHeight="100%",R.style.height="100%",we&&(R.style.overflow="hidden"),O.style.display="flex",O.style.flexDirection="column",O.style.flex="1 1 0%",O.style.minHeight="0",O.style.maxHeight="100%",O.style.height="100%",O.style.overflow="hidden",D.style.display="flex",D.style.flexDirection="column",D.style.flex="1 1 0%",D.style.minHeight="0",D.style.maxHeight="100%",D.style.overflow="hidden",U.style.flex="1 1 0%",U.style.minHeight="0",U.style.overflowY="auto",st.style.flexShrink="0"),R.classList.remove("tvw-bottom-6","tvw-right-6","tvw-left-6","tvw-top-6","tvw-bottom-4","tvw-right-4","tvw-left-4","tvw-top-4"),!a&&!we&&(($t=Ct[F])!=null?$t:Ct["bottom-right"]).split(" ").forEach(Vt=>R.classList.add(Vt)),a){let Jt=(bn=(Ft=t.launcher)==null?void 0:Ft.sidebarWidth)!=null?bn:"420px";R.style.cssText=`
|
|
20
|
+
`,k.addEventListener("click",()=>{g=x,f.forEach((Y,z)=>{let j=z<x;Y.classList.toggle("selected",j),Y.setAttribute("aria-checked",z===x-1?"true":"false")})}),f.push(k),M.appendChild(k)}p.appendChild(M);let S=null;if(d){let x=document.createElement("div");x.className="tvw-feedback-comment-container",S=document.createElement("textarea"),S.className="tvw-feedback-comment",S.placeholder=s,S.rows=3,S.setAttribute("aria-label","Additional comments"),x.appendChild(S),p.appendChild(x)}let R=document.createElement("div");R.className="tvw-feedback-actions";let y=document.createElement("button");y.type="button",y.className="tvw-feedback-btn tvw-feedback-btn-skip",y.textContent=l,y.addEventListener("click",()=>{o==null||o(),w.remove()});let F=document.createElement("button");return F.type="button",F.className="tvw-feedback-btn tvw-feedback-btn-submit",F.textContent=i,F.addEventListener("click",async()=>{if(g===null){M.classList.add("tvw-feedback-shake"),setTimeout(()=>M.classList.remove("tvw-feedback-shake"),500);return}F.disabled=!0,F.textContent="Submitting...";try{let x=(S==null?void 0:S.value.trim())||void 0;await t(g,x),w.remove()}catch(x){F.disabled=!1,F.textContent=i,console.error("[CSAT Feedback] Failed to submit:",x)}}),R.appendChild(y),R.appendChild(F),p.appendChild(R),w.appendChild(p),w}function Vn(n){let{onSubmit:t,onDismiss:o,title:e="How likely are you to recommend us?",subtitle:r="On a scale of 0 to 10",commentPlaceholder:s="What could we do better? (optional)...",submitText:i="Submit",skipText:l="Skip",showComment:d=!0,lowLabel:c="Not likely",highLabel:w="Very likely"}=n,g=document.createElement("div");g.className="tvw-feedback-container tvw-feedback-nps",g.setAttribute("role","dialog"),g.setAttribute("aria-label","Net Promoter Score feedback");let p=null,v=document.createElement("div");v.className="tvw-feedback-content";let m=document.createElement("div");m.className="tvw-feedback-header";let N=document.createElement("h3");N.className="tvw-feedback-title",N.textContent=e,m.appendChild(N);let M=document.createElement("p");M.className="tvw-feedback-subtitle",M.textContent=r,m.appendChild(M),v.appendChild(m);let f=document.createElement("div");f.className="tvw-feedback-rating tvw-feedback-rating-nps",f.setAttribute("role","radiogroup"),f.setAttribute("aria-label","Likelihood rating from 0 to 10");let S=document.createElement("div");S.className="tvw-feedback-labels";let R=document.createElement("span");R.className="tvw-feedback-label-low",R.textContent=c;let y=document.createElement("span");y.className="tvw-feedback-label-high",y.textContent=w,S.appendChild(R),S.appendChild(y);let F=document.createElement("div");F.className="tvw-feedback-numbers";let x=[];for(let O=0;O<=10;O++){let q=document.createElement("button");q.type="button",q.className="tvw-feedback-rating-btn tvw-feedback-number-btn",q.setAttribute("role","radio"),q.setAttribute("aria-checked","false"),q.setAttribute("aria-label",`Rating ${O} out of 10`),q.textContent=String(O),q.dataset.rating=String(O),O<=6?q.classList.add("tvw-feedback-detractor"):O<=8?q.classList.add("tvw-feedback-passive"):q.classList.add("tvw-feedback-promoter"),q.addEventListener("click",()=>{p=O,x.forEach((U,J)=>{U.classList.toggle("selected",J===O),U.setAttribute("aria-checked",J===O?"true":"false")})}),x.push(q),F.appendChild(q)}f.appendChild(S),f.appendChild(F),v.appendChild(f);let k=null;if(d){let O=document.createElement("div");O.className="tvw-feedback-comment-container",k=document.createElement("textarea"),k.className="tvw-feedback-comment",k.placeholder=s,k.rows=3,k.setAttribute("aria-label","Additional comments"),O.appendChild(k),v.appendChild(O)}let Y=document.createElement("div");Y.className="tvw-feedback-actions";let z=document.createElement("button");z.type="button",z.className="tvw-feedback-btn tvw-feedback-btn-skip",z.textContent=l,z.addEventListener("click",()=>{o==null||o(),g.remove()});let j=document.createElement("button");return j.type="button",j.className="tvw-feedback-btn tvw-feedback-btn-submit",j.textContent=i,j.addEventListener("click",async()=>{if(p===null){F.classList.add("tvw-feedback-shake"),setTimeout(()=>F.classList.remove("tvw-feedback-shake"),500);return}j.disabled=!0,j.textContent="Submitting...";try{let O=(k==null?void 0:k.value.trim())||void 0;await t(p,O),g.remove()}catch(O){j.disabled=!1,j.textContent=i,console.error("[NPS Feedback] Failed to submit:",O)}}),Y.appendChild(z),Y.appendChild(j),v.appendChild(Y),g.appendChild(v),g}var sn="vanilla-agent-chat-history",ii=30*1e3,Co=n=>!n||typeof n!="object"?{}:{...n},Er=n=>n.map(t=>({...t,streaming:!1})),Mr=(n,t)=>{let o=n!=null&&n.markdown?wn(n.markdown):null;return e=>{var i,l,d;let r=(i=e.text)!=null?i:"",s=(l=e.message.rawContent)!=null?l:null;if(t){let c=t.process({text:r,raw:s!=null?s:r,message:e.message,streaming:e.streaming});c!==null&&(r=c.text,c.persist||(e.message.__skipPersist=!0))}return n!=null&&n.postprocessMessage?n.postprocessMessage({...e,text:r,raw:(d=s!=null?s:e.text)!=null?d:""}):o?o(r):Hn(r)}},Gn=(n,t,o)=>{var Ue,lt,vt,Ao,To,Eo,Mo,ko,Wo,Lo,Bo,Ho,Io,Ro,Po,$o;(!n.id||n.id!=="vanilla-agent-root")&&(n.id="vanilla-agent-root");let e=qn(t),r=bn.getForInstance(e.plugins);e.components&&nn.registerAll(e.components);let s=xr(),i=(Ue=e.storageAdapter)!=null?Ue:Un(),l={},d=null;if(i!=null&&i.load)try{let a=i.load();if(a&&typeof a.then=="function")d=a;else if(a){let u=a;u.metadata&&(l=Co(u.metadata)),(lt=u.messages)!=null&<.length&&(e={...e,initialMessages:u.messages})}}catch(a){typeof console!="undefined"&&console.error("[AgentWidget] Failed to load stored state:",a)}let c=()=>l,w=a=>{var T;l=(T=a({...l}))!=null?T:{},rn()},g=e.actionParsers&&e.actionParsers.length?e.actionParsers:[Cn],p=e.actionHandlers&&e.actionHandlers.length?e.actionHandlers:[Kt.message,Kt.messageAndClick],v=xn({parsers:g,handlers:p,getMetadata:c,updateMetadata:w,emit:s.emit,documentRef:typeof document!="undefined"?document:null});v.syncFromMetadata();let m=(Ao=(vt=e.launcher)==null?void 0:vt.enabled)!=null?Ao:!0,N=(Eo=(To=e.launcher)==null?void 0:To.autoExpand)!=null?Eo:!1,M=N,f=m,S=(ko=(Mo=e.layout)==null?void 0:Mo.header)==null?void 0:ko.layout,R=m?N:!0,y=Mr(e,v),F=(Lo=(Wo=e.features)==null?void 0:Wo.showReasoning)!=null?Lo:!0,x=(Ho=(Bo=e.features)==null?void 0:Bo.showToolCalls)!=null?Ho:!0,k={onCopy:a=>{var u,T;s.emit("message:copy",a),b!=null&&b.isClientTokenMode()&&b.submitMessageFeedback(a.id,"copy").catch(I=>{e.debug&&console.error("[AgentWidget] Failed to submit copy feedback:",I)}),(T=(u=e.messageActions)==null?void 0:u.onCopy)==null||T.call(u,a)},onFeedback:a=>{var u,T;s.emit("message:feedback",a),b!=null&&b.isClientTokenMode()&&b.submitMessageFeedback(a.messageId,a.type).catch(I=>{e.debug&&console.error("[AgentWidget] Failed to submit feedback:",I)}),(T=(u=e.messageActions)==null?void 0:u.onFeedback)==null||T.call(u,a)}},Y=(Io=e.statusIndicator)!=null?Io:{},z=a=>{var u,T,I,C;return a==="idle"?(u=Y.idleText)!=null?u:tt.idle:a==="connecting"?(T=Y.connectingText)!=null?T:tt.connecting:a==="connected"?(I=Y.connectedText)!=null?I:tt.connected:a==="error"?(C=Y.errorText)!=null?C:tt.error:tt[a]},{wrapper:j,panel:O}=mr(e),q=hr(e,m),{container:U,body:J,messagesWrapper:V,suggestions:it,textarea:oe,sendButton:D,sendButtonWrapper:Ve,composerForm:nt,statusText:at,introTitle:Tt,introSubtitle:Et,closeButton:_,iconHolder:ue,headerTitle:Ge,headerSubtitle:Qe,header:_e,footer:Ze}=q,P=q.micButton,$e=q.micButtonWrapper,ut=r.find(a=>a.renderHeader);if(ut!=null&&ut.renderHeader){let a=ut.renderHeader({config:e,defaultRenderer:()=>{let u=Pt({config:e,showClose:m});return Yt(U,u,e),u.header},onClose:()=>Ye(!1,"user")});if(a){let u=U.querySelector(".tvw-border-b-cw-divider");u&&(u.replaceWith(a),_e=a)}}let pt=r.find(a=>a.renderComposer);if(pt!=null&&pt.renderComposer){let a=pt.renderComposer({config:e,defaultRenderer:()=>Qt({config:e}).footer,onSubmit:u=>{b&&!b.isStreaming()&&b.sendMessage(u)},disabled:!1});a&&(Ze.replaceWith(a),Ze=a)}(()=>{var I,C;let a=(C=(I=e.layout)==null?void 0:I.slots)!=null?C:{},u=G=>{switch(G){case"body-top":return U.querySelector(".tvw-rounded-2xl.tvw-bg-cw-surface.tvw-p-6")||null;case"messages":return V;case"footer-top":return it;case"composer":return nt;case"footer-bottom":return at;default:return null}},T=(G,ae)=>{var A;switch(G){case"header-left":case"header-center":case"header-right":if(G==="header-left")_e.insertBefore(ae,_e.firstChild);else if(G==="header-right")_e.appendChild(ae);else{let X=_e.querySelector(".tvw-flex-col");X?(A=X.parentNode)==null||A.insertBefore(ae,X.nextSibling):_e.appendChild(ae)}break;case"body-top":let ee=J.querySelector(".tvw-rounded-2xl.tvw-bg-cw-surface.tvw-p-6");ee?ee.replaceWith(ae):J.insertBefore(ae,J.firstChild);break;case"body-bottom":J.appendChild(ae);break;case"footer-top":it.replaceWith(ae);break;case"footer-bottom":at.replaceWith(ae);break;default:break}};for(let[G,ae]of Object.entries(a))if(ae)try{let A=ae({config:e,defaultContent:()=>u(G)});A&&T(G,A)}catch(A){typeof console!="undefined"&&console.error(`[AgentWidget] Error rendering slot "${G}":`,A)}})();let bt=a=>{let T=a.target.closest('button[data-expand-header="true"]');if(!T)return;let I=T.closest(".vanilla-reasoning-bubble, .vanilla-tool-bubble");if(!I)return;let C=I.getAttribute("data-message-id");if(!C)return;let G=T.getAttribute("data-bubble-type");G==="reasoning"?(en.has(C)?en.delete(C):en.add(C),yr(C,I)):G==="tool"&&(tn.has(C)?tn.delete(C):tn.add(C),vr(C,I,e))};V.addEventListener("pointerdown",a=>{a.target.closest('button[data-expand-header="true"]')&&(a.preventDefault(),bt(a))}),V.addEventListener("keydown",a=>{let u=a.target;(a.key==="Enter"||a.key===" ")&&u.closest('button[data-expand-header="true"]')&&(a.preventDefault(),bt(a))}),O.appendChild(U),n.appendChild(j);let Ct=()=>{var le,Ne,Oe,Xe,wt,Z,Se,qt,Ut,an,ln,kn,De,Wn,dn,cn;let a=(Ne=(le=e.launcher)==null?void 0:le.sidebarMode)!=null?Ne:!1,u=a||((Xe=(Oe=e.launcher)==null?void 0:Oe.fullHeight)!=null?Xe:!1),T=(wt=e.theme)!=null?wt:{},I=(Se=(Z=e.launcher)==null?void 0:Z.position)!=null?Se:"bottom-left",C=I==="bottom-left"||I==="top-left",G=a?"none":"1px solid var(--tvw-cw-border)",ae=a?C?"2px 0 12px rgba(0, 0, 0, 0.08)":"-2px 0 12px rgba(0, 0, 0, 0.08)":"0 25px 50px -12px rgba(0, 0, 0, 0.25)",A=a?"0":"16px",ee=(qt=T.panelBorder)!=null?qt:G,X=(Ut=T.panelShadow)!=null?Ut:ae,me=(an=T.panelBorderRadius)!=null?an:A;n.style.cssText="",j.style.cssText="",O.style.cssText="",U.style.cssText="",J.style.cssText="",Ze.style.cssText="";let $=(kn=(ln=e==null?void 0:e.launcher)==null?void 0:ln.width)!=null?kn:e==null?void 0:e.launcherWidth,Pe=$!=null?$:"min(400px, calc(100vw - 24px))";a||(O.style.width=Pe,O.style.maxWidth=Pe),O.style.boxShadow=X,O.style.borderRadius=me,U.style.border=ee,U.style.borderRadius=me;let we=((De=e.launcher)==null?void 0:De.enabled)===!1;if(u&&(n.style.display="flex",n.style.flexDirection="column",n.style.height="100%",n.style.minHeight="0",j.style.display="flex",j.style.flexDirection="column",j.style.flex="1 1 0%",j.style.minHeight="0",j.style.maxHeight="100%",j.style.height="100%",we&&(j.style.overflow="hidden"),O.style.display="flex",O.style.flexDirection="column",O.style.flex="1 1 0%",O.style.minHeight="0",O.style.maxHeight="100%",O.style.height="100%",O.style.overflow="hidden",U.style.display="flex",U.style.flexDirection="column",U.style.flex="1 1 0%",U.style.minHeight="0",U.style.maxHeight="100%",U.style.overflow="hidden",J.style.flex="1 1 0%",J.style.minHeight="0",J.style.overflowY="auto",Ze.style.flexShrink="0"),j.classList.remove("tvw-bottom-6","tvw-right-6","tvw-left-6","tvw-top-6","tvw-bottom-4","tvw-right-4","tvw-left-4","tvw-top-4"),!a&&!we&&((Wn=At[I])!=null?Wn:At["bottom-right"]).split(" ").forEach(un=>j.classList.add(un)),a){let Nt=(cn=(dn=e.launcher)==null?void 0:dn.sidebarWidth)!=null?cn:"420px";j.style.cssText=`
|
|
21
21
|
position: fixed !important;
|
|
22
22
|
top: 0 !important;
|
|
23
23
|
bottom: 0 !important;
|
|
24
|
-
width: ${
|
|
24
|
+
width: ${Nt} !important;
|
|
25
25
|
height: 100vh !important;
|
|
26
26
|
max-height: 100vh !important;
|
|
27
27
|
margin: 0 !important;
|
|
28
28
|
padding: 0 !important;
|
|
29
29
|
display: flex !important;
|
|
30
30
|
flex-direction: column !important;
|
|
31
|
-
${
|
|
31
|
+
${C?"left: 0 !important; right: auto !important;":"left: auto !important; right: 0 !important;"}
|
|
32
32
|
`,O.style.cssText=`
|
|
33
33
|
position: relative !important;
|
|
34
34
|
display: flex !important;
|
|
@@ -40,9 +40,9 @@
|
|
|
40
40
|
min-height: 0 !important;
|
|
41
41
|
margin: 0 !important;
|
|
42
42
|
padding: 0 !important;
|
|
43
|
-
box-shadow: ${
|
|
44
|
-
border-radius: ${
|
|
45
|
-
`,O.style.setProperty("width","100%","important"),O.style.setProperty("max-width","100%","important"),
|
|
43
|
+
box-shadow: ${X} !important;
|
|
44
|
+
border-radius: ${me} !important;
|
|
45
|
+
`,O.style.setProperty("width","100%","important"),O.style.setProperty("max-width","100%","important"),U.style.cssText=`
|
|
46
46
|
display: flex !important;
|
|
47
47
|
flex-direction: column !important;
|
|
48
48
|
flex: 1 1 0% !important;
|
|
@@ -51,18 +51,18 @@
|
|
|
51
51
|
min-height: 0 !important;
|
|
52
52
|
max-height: 100% !important;
|
|
53
53
|
overflow: hidden !important;
|
|
54
|
-
border-radius: ${
|
|
54
|
+
border-radius: ${me} !important;
|
|
55
55
|
border: ${ee} !important;
|
|
56
|
-
`,
|
|
56
|
+
`,Ze.style.cssText=`
|
|
57
57
|
flex-shrink: 0 !important;
|
|
58
58
|
border-top: none !important;
|
|
59
59
|
padding: 8px 16px 12px 16px !important;
|
|
60
|
-
`}if(!we){let Jt="max-height: -moz-available !important; max-height: stretch !important;",Vt=a?"":"padding-top: 1.25em !important;";R.style.cssText+=Jt+Vt}};wt(),Bn(n,t);let He=[],Je=null,yt=()=>{Je&&(Je(),Je=null),t.colorScheme==="auto"&&(Je=Do(()=>{Bn(n,t)}))};yt(),He.push(()=>{Je&&(Je(),Je=null)});let ot=zo(ie),Ye=null,E,$e=!1,V=!0,Le=0,Ie=0,Fe=null,Ne=!1,ut=0,At=!1,vt=125,Lt=2e3,Bt=5,Dt=50,Et=new Map,Z={active:!1,manuallyDeactivated:!1,lastUserMessageWasVoice:!1},pt=(As=(Ss=t.voiceRecognition)==null?void 0:Ss.autoResume)!=null?As:!1,bt=a=>{o.emit("voice:state",{active:Z.active,source:a,timestamp:Date.now()})},gt=()=>{w(a=>({...a,voiceState:{active:Z.active,timestamp:Date.now(),manuallyDeactivated:Z.manuallyDeactivated}}))},Ht=()=>{var F,B;if(((F=t.voiceRecognition)==null?void 0:F.enabled)===!1)return;let a=ms(l.voiceState),p=!!a.active,T=Number((B=a.timestamp)!=null?B:0);Z.manuallyDeactivated=!!a.manuallyDeactivated,p&&Date.now()-T<Lr&&setTimeout(()=>{Z.active||(Z.manuallyDeactivated=!1,L("restore"))},1e3)},hn=()=>E?Go(E.getMessages()).filter(a=>!a.__skipPersist):[];function rn(a){if(!(i!=null&&i.save))return;let T={messages:a?Go(a):E?hn():[],metadata:l};try{let F=i.save(T);F instanceof Promise&&F.catch(B=>{typeof console!="undefined"&&console.error("[AgentWidget] Failed to persist state:",B)})}catch(F){typeof console!="undefined"&&console.error("[AgentWidget] Failed to persist state:",F)}}let _t=(a=!1)=>{if(!V)return;let p=Date.now();Ne&&p<ut&&!a||(Ne&&p>=ut&&(Ne=!1),!(!a&&!$e)&&(p-Ie<vt||(Ie=p,Fe&&cancelAnimationFrame(Fe),Fe=requestAnimationFrame(()=>{Ne||!V||(At=!0,U.scrollTop=U.scrollHeight,Le=U.scrollTop,requestAnimationFrame(()=>{At=!1}),Fe=null)}))))},kt=null,fn=()=>R.querySelector("#vanilla-agent-scroll-container")||U,wn=(a,p=500)=>{let T=a.scrollTop,F=a.clientHeight,B=a.scrollHeight,ne=B-T;if(T+F>=B-2||Math.abs(ne)<5)return;kt!==null&&(cancelAnimationFrame(kt),kt=null);let h=performance.now(),ee=oe=>1-Math.pow(1-oe,3),J=oe=>{let P=a.scrollHeight;P!==B&&(B=P,ne=B-T);let te=oe-h,we=Math.min(te/p,1),ue=ee(we),Pe=T+ne*ue;a.scrollTop=Pe,we<1?kt=requestAnimationFrame(J):(a.scrollTop=a.scrollHeight,kt=null)};kt=requestAnimationFrame(J)},yn=a=>{let p=new Map;a.forEach(T=>{let F=Et.get(T.id);p.set(T.id,{streaming:T.streaming,role:T.role}),!F&&T.role==="assistant"&&o.emit("assistant:message",T),T.role==="assistant"&&(F!=null&&F.streaming)&&T.streaming===!1&&o.emit("assistant:complete",T)}),Et.clear(),p.forEach((T,F)=>{Et.set(F,T)})},jt=(a,p,T)=>{a.innerHTML="";let F=document.createDocumentFragment();p.forEach(h=>{var te,we;let ee=null,J=r.find(ue=>!!(h.variant==="reasoning"&&ue.renderReasoning||h.variant==="tool"&&ue.renderToolCall||!h.variant&&ue.renderMessage)),oe=(te=t.layout)==null?void 0:te.messages;if(J)if(h.variant==="reasoning"&&h.reasoning&&J.renderReasoning){if(!v)return;ee=J.renderReasoning({message:h,defaultRenderer:()=>rs(h),config:t})}else if(h.variant==="tool"&&h.toolCall&&J.renderToolCall){if(!N)return;ee=J.renderToolCall({message:h,defaultRenderer:()=>as(h,t),config:t})}else J.renderMessage&&(ee=J.renderMessage({message:h,defaultRenderer:()=>{let ue=tn(h,T,oe,t.messageActions,x);return h.role!=="user"&&ls(ue,h,t,E),ue},config:t}));if(!ee&&h.role==="assistant"&&!h.variant&&t.enableComponentStreaming!==!1&&Nn(h)){let Pe=On(h);if(Pe){let it=Fn(Pe,{config:t,message:h,transform:T});if(it){let Xe=document.createElement("div");if(Xe.className=["vanilla-message-bubble","tvw-max-w-[85%]","tvw-rounded-2xl","tvw-bg-cw-surface","tvw-border","tvw-border-cw-message-border","tvw-p-4"].join(" "),Xe.setAttribute("data-message-id",h.id),h.content&&h.content.trim()){let he=document.createElement("div");he.className="tvw-mb-3 tvw-text-sm tvw-leading-relaxed",he.innerHTML=T({text:h.content,message:h,streaming:!!h.streaming,raw:h.rawContent}),Xe.appendChild(he)}Xe.appendChild(it),ee=Xe}}}if(!ee)if(h.variant==="reasoning"&&h.reasoning){if(!v)return;ee=rs(h)}else if(h.variant==="tool"&&h.toolCall){if(!N)return;ee=as(h,t)}else{let ue=(we=t.layout)==null?void 0:we.messages;ue!=null&&ue.renderUserMessage&&h.role==="user"?ee=ue.renderUserMessage({message:h,config:t,streaming:!!h.streaming}):ue!=null&&ue.renderAssistantMessage&&h.role==="assistant"?ee=ue.renderAssistantMessage({message:h,config:t,streaming:!!h.streaming}):ee=tn(h,T,ue,t.messageActions,x),h.role!=="user"&&ee&&ls(ee,h,t,E)}let P=document.createElement("div");P.className="tvw-flex",h.role==="user"&&P.classList.add("tvw-justify-end"),P.appendChild(ee),F.appendChild(P)});let B=p.some(h=>h.role==="assistant"&&h.streaming),ne=p[p.length-1],pe=(ne==null?void 0:ne.role)==="assistant"&&!ne.streaming;if($e&&p.some(h=>h.role==="user")&&!B&&!pe){let h=un(),ee=document.createElement("div");ee.className=["tvw-max-w-[85%]","tvw-rounded-2xl","tvw-text-sm","tvw-leading-relaxed","tvw-shadow-sm","tvw-bg-cw-surface","tvw-border","tvw-border-cw-message-border","tvw-text-cw-primary","tvw-px-5","tvw-py-3"].join(" "),ee.appendChild(h);let J=document.createElement("div");J.className="tvw-flex",J.appendChild(ee),F.appendChild(J)}a.appendChild(F),requestAnimationFrame(()=>{requestAnimationFrame(()=>{let h=fn();wn(h)})})},qt=()=>{g&&(b?(R.classList.remove("tvw-pointer-events-none","tvw-opacity-0"),O.classList.remove("tvw-scale-95","tvw-opacity-0"),O.classList.add("tvw-scale-100","tvw-opacity-100"),K?K.element.style.display="none":X&&(X.style.display="none")):(R.classList.add("tvw-pointer-events-none","tvw-opacity-0"),O.classList.remove("tvw-scale-100","tvw-opacity-100"),O.classList.add("tvw-scale-95","tvw-opacity-0"),K?K.element.style.display="":X&&(X.style.display="")))},Ke=(a,p="user")=>{if(!g||b===a)return;let T=b;b=a,qt(),b&&(je(),_t(!0));let F={open:b,source:p,timestamp:Date.now()};b&&!T?o.emit("widget:opened",F):!b&&T&&o.emit("widget:closed",F),o.emit("widget:state",{open:b,launcherEnabled:g,voiceActive:Z.active,streaming:E.isStreaming()})},Xt=a=>{_.disabled=a,I&&(I.disabled=a),ot.buttons.forEach(p=>{p.disabled=a})},an=()=>{var B,ne,pe,h,ee,J,oe,P,te,we,ue,Pe,it,Xe;xt.textContent=(ne=(B=t.copy)==null?void 0:B.welcomeTitle)!=null?ne:"Hello \u{1F44B}",St.textContent=(h=(pe=t.copy)==null?void 0:pe.welcomeSubtitle)!=null?h:"Ask anything about your account or products.",de.placeholder=(J=(ee=t.copy)==null?void 0:ee.inputPlaceholder)!=null?J:"How can I help...",((P=(oe=t.sendButton)==null?void 0:oe.useIcon)!=null?P:!1)||(_.textContent=(we=(te=t.copy)==null?void 0:te.sendButtonLabel)!=null?we:"Send");let p=(Pe=(ue=t.theme)==null?void 0:ue.inputFontFamily)!=null?Pe:"sans-serif",T=(Xe=(it=t.theme)==null?void 0:it.inputFontWeight)!=null?Xe:"400",F=he=>{switch(he){case"serif":return'Georgia, "Times New Roman", Times, serif';case"mono":return'"Courier New", Courier, "Lucida Console", Monaco, monospace';case"sans-serif":default:return'-apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", Arial, sans-serif'}};de.style.fontFamily=F(p),de.style.fontWeight=T};E=new Qt(t,{onMessagesChanged(a){jt(Q,a,W),E&&(a.some(F=>F.role==="user")?ot.render([],E,de,a):ot.render(t.suggestionChips,E,de,a,t.suggestionChipsConfig)),_t(!$e),yn(a);let p=[...a].reverse().find(T=>T.role==="user");Z.lastUserMessageWasVoice=!!(p!=null&&p.viaVoice),rn(a)},onStatusChanged(a){var F;let p=(F=t.statusIndicator)!=null?F:{},T=B=>{var ne,pe,h,ee;return B==="idle"?(ne=p.idleText)!=null?ne:Ve.idle:B==="connecting"?(pe=p.connectingText)!=null?pe:Ve.connecting:B==="connected"?(h=p.connectedText)!=null?h:Ve.connected:B==="error"?(ee=p.errorText)!=null?ee:Ve.error:Ve[B]};nt.textContent=T(a)},onStreamingChanged(a){$e=a,Xt(a),E&&jt(Q,E.getMessages(),W),a||_t(!0)}}),d&&d.then(a=>{var p;a&&(a.metadata&&(l=ms(a.metadata),C.syncFromMetadata()),(p=a.messages)!=null&&p.length&&E.hydrateMessages(a.messages))}).catch(a=>{typeof console!="undefined"&&console.error("[AgentWidget] Failed to hydrate stored state:",a)});let k=a=>{a.preventDefault();let p=de.value.trim();p&&(de.value="",E.sendMessage(p))},ce=a=>{a.key==="Enter"&&!a.shiftKey&&(a.preventDefault(),_.click())},se=null,me=!1,Se=null,Ee=null,ke=()=>typeof window=="undefined"?null:window.webkitSpeechRecognition||window.SpeechRecognition||null,L=(a="user")=>{var ne,pe,h,ee;if(me||E.isStreaming())return;let p=ke();if(!p)return;se=new p;let F=(pe=((ne=t.voiceRecognition)!=null?ne:{}).pauseDuration)!=null?pe:2e3;se.continuous=!0,se.interimResults=!0,se.lang="en-US";let B=de.value;se.onresult=J=>{let oe="",P="";for(let we=0;we<J.results.length;we++){let ue=J.results[we],Pe=ue[0].transcript;ue.isFinal?oe+=Pe+" ":P=Pe}let te=B+oe+P;de.value=te,Se&&clearTimeout(Se),(oe||P)&&(Se=window.setTimeout(()=>{let we=de.value.trim();we&&se&&me&&(Oe(),de.value="",E.sendMessage(we,{viaVoice:!0}))},F))},se.onerror=J=>{J.error!=="no-speech"&&Oe()},se.onend=()=>{if(me){let J=de.value.trim();J&&J!==B.trim()&&(de.value="",E.sendMessage(J,{viaVoice:!0})),Oe()}};try{if(se.start(),me=!0,Z.active=!0,a!=="system"&&(Z.manuallyDeactivated=!1),bt(a),gt(),I){Ee={backgroundColor:I.style.backgroundColor,color:I.style.color,borderColor:I.style.borderColor};let J=(h=t.voiceRecognition)!=null?h:{},oe=(ee=J.recordingBackgroundColor)!=null?ee:"#ef4444",P=J.recordingIconColor,te=J.recordingBorderColor;if(I.classList.add("tvw-voice-recording"),I.style.backgroundColor=oe,P){I.style.color=P;let we=I.querySelector("svg");we&&we.setAttribute("stroke",P)}te&&(I.style.borderColor=te),I.setAttribute("aria-label","Stop voice recognition")}}catch{Oe("system")}},Oe=(a="user")=>{if(me){if(me=!1,Se&&(clearTimeout(Se),Se=null),se){try{se.stop()}catch{}se=null}if(Z.active=!1,bt(a),gt(),I){if(I.classList.remove("tvw-voice-recording"),Ee){I.style.backgroundColor=Ee.backgroundColor,I.style.color=Ee.color,I.style.borderColor=Ee.borderColor;let p=I.querySelector("svg");p&&p.setAttribute("stroke",Ee.color||"currentColor"),Ee=null}I.setAttribute("aria-label","Start voice recognition")}}},ae=(a,p)=>{var Pe,it,Xe,he,Ut,Rt,Pt;if(!(typeof window!="undefined"&&(typeof window.webkitSpeechRecognition!="undefined"||typeof window.SpeechRecognition!="undefined")))return null;let F=f("div","tvw-send-button-wrapper"),B=f("button","tvw-rounded-button tvw-flex tvw-items-center tvw-justify-center disabled:tvw-opacity-50 tvw-cursor-pointer");B.type="button",B.setAttribute("aria-label","Start voice recognition");let ne=(Pe=a==null?void 0:a.iconName)!=null?Pe:"mic",pe=(it=p==null?void 0:p.size)!=null?it:"40px",h=(Xe=a==null?void 0:a.iconSize)!=null?Xe:pe,ee=parseFloat(h)||24,J=(he=a==null?void 0:a.backgroundColor)!=null?he:p==null?void 0:p.backgroundColor,oe=(Ut=a==null?void 0:a.iconColor)!=null?Ut:p==null?void 0:p.textColor;B.style.width=h,B.style.height=h,B.style.minWidth=h,B.style.minHeight=h,B.style.fontSize="18px",B.style.lineHeight="1";let P=oe||"currentColor",te=ge(ne,ee,P,1.5);te?(B.appendChild(te),B.style.color=P):(B.textContent="\u{1F3A4}",B.style.color=P),J?B.style.backgroundColor=J:B.classList.add("tvw-bg-cw-primary"),oe?B.style.color=oe:!oe&&!(p!=null&&p.textColor)&&B.classList.add("tvw-text-white"),a!=null&&a.borderWidth&&(B.style.borderWidth=a.borderWidth,B.style.borderStyle="solid"),a!=null&&a.borderColor&&(B.style.borderColor=a.borderColor),a!=null&&a.paddingX&&(B.style.paddingLeft=a.paddingX,B.style.paddingRight=a.paddingX),a!=null&&a.paddingY&&(B.style.paddingTop=a.paddingY,B.style.paddingBottom=a.paddingY),F.appendChild(B);let we=(Rt=a==null?void 0:a.tooltipText)!=null?Rt:"Start voice recognition";if(((Pt=a==null?void 0:a.showTooltip)!=null?Pt:!1)&&we){let Mt=f("div","tvw-send-button-tooltip");Mt.textContent=we,F.appendChild(Mt)}return{micButton:B,micButtonWrapper:F}},M=()=>{if(me){let a=de.value.trim();Z.manuallyDeactivated=!0,gt(),Oe("user"),a&&(de.value="",E.sendMessage(a))}else Z.manuallyDeactivated=!1,gt(),L("user")};I&&(I.addEventListener("click",M),He.push(()=>{Oe("system"),I&&I.removeEventListener("click",M)}));let A=o.on("assistant:complete",()=>{pt&&(Z.active||Z.manuallyDeactivated||pt==="assistant"&&!Z.lastUserMessageWasVoice||setTimeout(()=>{!Z.active&&!Z.manuallyDeactivated&&L("auto")},600))});He.push(A);let z=()=>{Ke(!b,"user")},K=null,X=null;if(g){let a=r.find(p=>p.renderLauncher);if(a!=null&&a.renderLauncher){let p=a.renderLauncher({config:t,defaultRenderer:()=>cn(t,z).element,onToggle:z});p&&(X=p)}X||(K=cn(t,z))}K?n.appendChild(K.element):X&&n.appendChild(X),qt(),ot.render(t.suggestionChips,E,de,void 0,t.suggestionChipsConfig),an(),Xt(E.isStreaming()),_t(!0),Ht();let je=()=>{var T,F,B,ne,pe,h,ee,J;let a=(F=(T=t.launcher)==null?void 0:T.sidebarMode)!=null?F:!1,p=a||((ne=(B=t.launcher)==null?void 0:B.fullHeight)!=null?ne:!1);if(!g){O.style.height="",O.style.width="";return}if(!a){let oe=(h=(pe=t==null?void 0:t.launcher)==null?void 0:pe.width)!=null?h:t==null?void 0:t.launcherWidth,P=oe!=null?oe:"min(400px, calc(100vw - 24px))";O.style.width=P,O.style.maxWidth=P}if(!p){let oe=window.innerHeight,P=64,te=(J=(ee=t.launcher)==null?void 0:ee.heightOffset)!=null?J:0,we=Math.max(200,oe-P),ue=Math.min(640,we),Pe=Math.max(200,ue-te);O.style.height=`${Pe}px`}};je(),window.addEventListener("resize",je),He.push(()=>window.removeEventListener("resize",je)),Le=U.scrollTop;let Me=()=>{let a=U.scrollTop,p=U.scrollHeight,T=U.clientHeight,F=p-a-T,B=Math.abs(a-Le);if(Le=a,!At&&!(B<=Bt)){if(!V&&F<Dt){Ne=!1,V=!0;return}V&&F>Dt&&(Ne=!0,ut=Date.now()+Lt,V=!1)}};U.addEventListener("scroll",Me,{passive:!0}),He.push(()=>U.removeEventListener("scroll",Me)),He.push(()=>{Fe&&cancelAnimationFrame(Fe)});let De=()=>{q&&(Ye&&(q.removeEventListener("click",Ye),Ye=null),g?(q.style.display="",Ye=()=>{b=!1,qt()},q.addEventListener("click",Ye)):q.style.display="none")};De(),(()=>{let{clearChatButton:a}=G;a&&a.addEventListener("click",()=>{E.clearMessages();try{localStorage.removeItem(on),t.debug&&console.log(`[AgentWidget] Cleared default localStorage key: ${on}`)}catch(T){console.error("[AgentWidget] Failed to clear default localStorage:",T)}if(t.clearChatHistoryStorageKey&&t.clearChatHistoryStorageKey!==on)try{localStorage.removeItem(t.clearChatHistoryStorageKey),t.debug&&console.log(`[AgentWidget] Cleared custom localStorage key: ${t.clearChatHistoryStorageKey}`)}catch(T){console.error("[AgentWidget] Failed to clear custom localStorage:",T)}let p=new CustomEvent("vanilla-agent:clear-chat",{detail:{timestamp:new Date().toISOString()}});if(window.dispatchEvent(p),i!=null&&i.clear)try{let T=i.clear();T instanceof Promise&&T.catch(F=>{typeof console!="undefined"&&console.error("[AgentWidget] Failed to clear storage adapter:",F)})}catch(T){typeof console!="undefined"&&console.error("[AgentWidget] Failed to clear storage adapter:",T)}l={},C.syncFromMetadata()})})(),Ge.addEventListener("submit",k),de.addEventListener("keydown",ce),He.push(()=>{Ge.removeEventListener("submit",k),de.removeEventListener("keydown",ce)}),He.push(()=>{E.cancel()}),K?He.push(()=>{K==null||K.destroy()}):X&&He.push(()=>{X==null||X.remove()});let re={update(a){var Jt,Vt,Es,ks,Ms,Ws,Ls,Bs,Hs,Rs,Ps,Is,$s,Fs,Ns,Os,Ds,_s,js,qs,Us,zs,Js,Ys,Ks,Xs,Vs,Gs,Qs,Zs,eo,to,no,so,oo,ro,io,ao,lo,co,uo,po,go,mo,ho,fo,wo,yo,vo,bo,Co,xo,So,Ao,To,Eo,ko;let p=t.toolCall,T=t.colorScheme;t={...t,...a},wt(),Bn(n,t),t.colorScheme!==T&&yt();let F=pn.getForInstance(t.plugins);if(r.length=0,r.push(...F),g=(Vt=(Jt=t.launcher)==null?void 0:Jt.enabled)!=null?Vt:!0,j=(ks=(Es=t.launcher)==null?void 0:Es.autoExpand)!=null?ks:!1,v=(Ws=(Ms=t.features)==null?void 0:Ms.showReasoning)!=null?Ws:!0,N=(Bs=(Ls=t.features)==null?void 0:Ls.showToolCalls)!=null?Bs:!0,((Hs=t.launcher)==null?void 0:Hs.enabled)===!1&&K&&(K.destroy(),K=null),((Rs=t.launcher)==null?void 0:Rs.enabled)===!1&&X&&(X.remove(),X=null),((Ps=t.launcher)==null?void 0:Ps.enabled)!==!1&&!K&&!X){let H=r.find(be=>be.renderLauncher);if(H!=null&&H.renderLauncher){let be=H.renderLauncher({config:t,defaultRenderer:()=>cn(t,z).element,onToggle:z});be&&(X=be,n.appendChild(X))}X||(K=cn(t,z),n.appendChild(K.element))}K&&K.update(t),ht&&((Is=t.launcher)==null?void 0:Is.title)!==void 0&&(ht.textContent=t.launcher.title),ft&&(($s=t.launcher)==null?void 0:$s.subtitle)!==void 0&&(ft.textContent=t.launcher.subtitle),g!==m?g?Ke(j,"auto"):(b=!0,qt()):j!==$&&Ke(j,"auto"),$=j,m=g,je(),De(),JSON.stringify(a.toolCall)!==JSON.stringify(p)&&E&&jt(Q,E.getMessages(),W);let h=(Fs=t.launcher)!=null?Fs:{},ee=(Ns=h.headerIconHidden)!=null?Ns:!1,J=h.headerIconName,oe=(Os=h.headerIconSize)!=null?Os:"48px";if(ve){let H=D.querySelector(".tvw-border-b-cw-divider"),be=H==null?void 0:H.querySelector(".tvw-flex-col");if(ee)ve.style.display="none",H&&be&&!H.contains(be)&&H.insertBefore(be,H.firstChild);else{if(ve.style.display="",ve.style.height=oe,ve.style.width=oe,H&&be&&(H.contains(ve)?ve.nextSibling!==be&&(ve.remove(),H.insertBefore(ve,be)):H.insertBefore(ve,be)),J){let We=parseFloat(oe)||24,xe=ge(J,We*.6,"#ffffff",2);xe?ve.replaceChildren(xe):ve.textContent=(Ds=h.agentIconText)!=null?Ds:"\u{1F4AC}"}else if(h.iconUrl){let We=ve.querySelector("img");if(We)We.src=h.iconUrl,We.style.height=oe,We.style.width=oe;else{let xe=document.createElement("img");xe.src=h.iconUrl,xe.alt="",xe.className="tvw-rounded-xl tvw-object-cover",xe.style.height=oe,xe.style.width=oe,ve.replaceChildren(xe)}}else{let We=ve.querySelector("svg"),xe=ve.querySelector("img");(We||xe)&&ve.replaceChildren(),ve.textContent=(_s=h.agentIconText)!=null?_s:"\u{1F4AC}"}let le=ve.querySelector("img");le&&(le.style.height=oe,le.style.width=oe)}}if(q){let H=(js=h.closeButtonSize)!=null?js:"32px",be=(qs=h.closeButtonPlacement)!=null?qs:"inline";q.style.height=H,q.style.width=H;let{closeButtonWrapper:le}=G,We=be==="top-right",xe=le==null?void 0:le.classList.contains("tvw-absolute");if(le&&We!==xe)if(le.remove(),We)le.className="tvw-absolute tvw-top-4 tvw-right-4 tvw-z-50",D.style.position="relative",D.appendChild(le);else{let ye=(zs=(Us=h.clearChat)==null?void 0:Us.placement)!=null?zs:"inline",et=(Ys=(Js=h.clearChat)==null?void 0:Js.enabled)!=null?Ys:!0;le.className=et&&ye==="inline"?"":"tvw-ml-auto";let tt=D.querySelector(".tvw-border-b-cw-divider");tt&&tt.appendChild(le)}if(h.closeButtonColor?(q.style.color=h.closeButtonColor,q.classList.remove("tvw-text-cw-muted")):(q.style.color="",q.classList.add("tvw-text-cw-muted")),h.closeButtonBackgroundColor?(q.style.backgroundColor=h.closeButtonBackgroundColor,q.classList.remove("hover:tvw-bg-gray-100")):(q.style.backgroundColor="",q.classList.add("hover:tvw-bg-gray-100")),h.closeButtonBorderWidth||h.closeButtonBorderColor){let ye=h.closeButtonBorderWidth||"0px",et=h.closeButtonBorderColor||"transparent";q.style.border=`${ye} solid ${et}`,q.classList.remove("tvw-border-none")}else q.style.border="",q.classList.add("tvw-border-none");h.closeButtonBorderRadius?(q.style.borderRadius=h.closeButtonBorderRadius,q.classList.remove("tvw-rounded-full")):(q.style.borderRadius="",q.classList.add("tvw-rounded-full")),h.closeButtonPaddingX?(q.style.paddingLeft=h.closeButtonPaddingX,q.style.paddingRight=h.closeButtonPaddingX):(q.style.paddingLeft="",q.style.paddingRight=""),h.closeButtonPaddingY?(q.style.paddingTop=h.closeButtonPaddingY,q.style.paddingBottom=h.closeButtonPaddingY):(q.style.paddingTop="",q.style.paddingBottom="");let Ze=(Ks=h.closeButtonIconName)!=null?Ks:"x",Ue=(Xs=h.closeButtonIconText)!=null?Xs:"\xD7";q.innerHTML="";let ct=ge(Ze,"20px",h.closeButtonColor||"",2);ct?q.appendChild(ct):q.textContent=Ue;let Nt=(Vs=h.closeButtonTooltipText)!=null?Vs:"Close chat",Ae=(Gs=h.closeButtonShowTooltip)!=null?Gs:!0;if(q.setAttribute("aria-label",Nt),le&&(le._cleanupTooltip&&(le._cleanupTooltip(),delete le._cleanupTooltip),Ae&&Nt)){let ye=null,et=()=>{if(ye||!q)return;ye=f("div","tvw-clear-chat-tooltip"),ye.textContent=Nt;let Gt=f("div");Gt.className="tvw-clear-chat-tooltip-arrow",ye.appendChild(Gt);let Xn=q.getBoundingClientRect();ye.style.position="fixed",ye.style.left=`${Xn.left+Xn.width/2}px`,ye.style.top=`${Xn.top-8}px`,ye.style.transform="translate(-50%, -100%)",document.body.appendChild(ye)},tt=()=>{ye&&ye.parentNode&&(ye.parentNode.removeChild(ye),ye=null)};le.addEventListener("mouseenter",et),le.addEventListener("mouseleave",tt),q.addEventListener("focus",et),q.addEventListener("blur",tt),le._cleanupTooltip=()=>{tt(),le&&(le.removeEventListener("mouseenter",et),le.removeEventListener("mouseleave",tt)),q&&(q.removeEventListener("focus",et),q.removeEventListener("blur",tt))}}}let{clearChatButton:P,clearChatButtonWrapper:te}=G;if(P){let H=(Qs=h.clearChat)!=null?Qs:{},be=(Zs=H.enabled)!=null?Zs:!0,le=(eo=H.placement)!=null?eo:"inline";if(te){te.style.display=be?"":"none";let We=le==="top-right",xe=te.classList.contains("tvw-absolute");if(We!==xe&&be){if(te.remove(),We)te.className="tvw-absolute tvw-top-4 tvw-z-50",te.style.right="48px",D.style.position="relative",D.appendChild(te);else{te.className="tvw-relative tvw-ml-auto tvw-clear-chat-button-wrapper",te.style.right="";let Ue=D.querySelector(".tvw-border-b-cw-divider"),ct=G.closeButtonWrapper;Ue&&ct&&ct.parentElement===Ue?Ue.insertBefore(te,ct):Ue&&Ue.appendChild(te)}let Ze=G.closeButtonWrapper;Ze&&!Ze.classList.contains("tvw-absolute")&&(We?Ze.classList.add("tvw-ml-auto"):Ze.classList.remove("tvw-ml-auto"))}}if(be){let We=(to=H.size)!=null?to:"32px";P.style.height=We,P.style.width=We;let xe=(no=H.iconName)!=null?no:"refresh-cw",Ze=(so=H.iconColor)!=null?so:"";P.innerHTML="";let Ue=ge(xe,"20px",Ze||"",2);if(Ue&&P.appendChild(Ue),Ze?(P.style.color=Ze,P.classList.remove("tvw-text-cw-muted")):(P.style.color="",P.classList.add("tvw-text-cw-muted")),H.backgroundColor?(P.style.backgroundColor=H.backgroundColor,P.classList.remove("hover:tvw-bg-gray-100")):(P.style.backgroundColor="",P.classList.add("hover:tvw-bg-gray-100")),H.borderWidth||H.borderColor){let Ae=H.borderWidth||"0px",ye=H.borderColor||"transparent";P.style.border=`${Ae} solid ${ye}`,P.classList.remove("tvw-border-none")}else P.style.border="",P.classList.add("tvw-border-none");H.borderRadius?(P.style.borderRadius=H.borderRadius,P.classList.remove("tvw-rounded-full")):(P.style.borderRadius="",P.classList.add("tvw-rounded-full")),H.paddingX?(P.style.paddingLeft=H.paddingX,P.style.paddingRight=H.paddingX):(P.style.paddingLeft="",P.style.paddingRight=""),H.paddingY?(P.style.paddingTop=H.paddingY,P.style.paddingBottom=H.paddingY):(P.style.paddingTop="",P.style.paddingBottom="");let ct=(oo=H.tooltipText)!=null?oo:"Clear chat",Nt=(ro=H.showTooltip)!=null?ro:!0;if(P.setAttribute("aria-label",ct),te&&(te._cleanupTooltip&&(te._cleanupTooltip(),delete te._cleanupTooltip),Nt&&ct)){let Ae=null,ye=()=>{if(Ae||!P)return;Ae=f("div","tvw-clear-chat-tooltip"),Ae.textContent=ct;let tt=f("div");tt.className="tvw-clear-chat-tooltip-arrow",Ae.appendChild(tt);let Gt=P.getBoundingClientRect();Ae.style.position="fixed",Ae.style.left=`${Gt.left+Gt.width/2}px`,Ae.style.top=`${Gt.top-8}px`,Ae.style.transform="translate(-50%, -100%)",document.body.appendChild(Ae)},et=()=>{Ae&&Ae.parentNode&&(Ae.parentNode.removeChild(Ae),Ae=null)};te.addEventListener("mouseenter",ye),te.addEventListener("mouseleave",et),P.addEventListener("focus",ye),P.addEventListener("blur",et),te._cleanupTooltip=()=>{et(),te&&(te.removeEventListener("mouseenter",ye),te.removeEventListener("mouseleave",et)),P&&(P.removeEventListener("focus",ye),P.removeEventListener("blur",et))}}}}let we=t.actionParsers&&t.actionParsers.length?t.actionParsers:[gn],ue=t.actionHandlers&&t.actionHandlers.length?t.actionHandlers:[Kt.message,Kt.messageAndClick];C=mn({parsers:we,handlers:ue,getMetadata:c,updateMetadata:w,emit:o.emit,documentRef:typeof document!="undefined"?document:null}),W=Qo(t,C),E.updateConfig(t),jt(Q,E.getMessages(),W),ot.render(t.suggestionChips,E,de,void 0,t.suggestionChipsConfig),an(),Xt(E.isStreaming());let Pe=((io=t.voiceRecognition)==null?void 0:io.enabled)===!0,it=typeof window!="undefined"&&(typeof window.webkitSpeechRecognition!="undefined"||typeof window.SpeechRecognition!="undefined"),Xe=Pe&⁢if(Ge.classList.remove("tvw-gap-1","tvw-gap-3"),Ge.classList.add(Xe?"tvw-gap-1":"tvw-gap-3"),Pe&&it)if(!I||!Be){let H=ae(t.voiceRecognition,t.sendButton);H&&(I=H.micButton,Be=H.micButtonWrapper,Ge.insertBefore(Be,ze),I.addEventListener("click",M),I.disabled=E.isStreaming())}else{let H=(ao=t.voiceRecognition)!=null?ao:{},be=(lo=t.sendButton)!=null?lo:{},le=(co=H.iconName)!=null?co:"mic",We=(uo=be.size)!=null?uo:"40px",xe=(po=H.iconSize)!=null?po:We,Ze=parseFloat(xe)||24;I.style.width=xe,I.style.height=xe,I.style.minWidth=xe,I.style.minHeight=xe;let Ue=(mo=(go=H.iconColor)!=null?go:be.textColor)!=null?mo:"currentColor";I.innerHTML="";let ct=ge(le,Ze,Ue,2);ct?I.appendChild(ct):I.textContent="\u{1F3A4}";let Nt=(ho=H.backgroundColor)!=null?ho:be.backgroundColor;Nt?(I.style.backgroundColor=Nt,I.classList.remove("tvw-bg-cw-primary")):(I.style.backgroundColor="",I.classList.add("tvw-bg-cw-primary")),Ue?(I.style.color=Ue,I.classList.remove("tvw-text-white")):!Ue&&!be.textColor&&(I.style.color="",I.classList.add("tvw-text-white")),H.borderWidth?(I.style.borderWidth=H.borderWidth,I.style.borderStyle="solid"):(I.style.borderWidth="",I.style.borderStyle=""),H.borderColor?I.style.borderColor=H.borderColor:I.style.borderColor="",H.paddingX?(I.style.paddingLeft=H.paddingX,I.style.paddingRight=H.paddingX):(I.style.paddingLeft="",I.style.paddingRight=""),H.paddingY?(I.style.paddingTop=H.paddingY,I.style.paddingBottom=H.paddingY):(I.style.paddingTop="",I.style.paddingBottom="");let Ae=Be==null?void 0:Be.querySelector(".tvw-send-button-tooltip"),ye=(fo=H.tooltipText)!=null?fo:"Start voice recognition";if(((wo=H.showTooltip)!=null?wo:!1)&&ye)if(Ae)Ae.textContent=ye,Ae.style.display="";else{let tt=document.createElement("div");tt.className="tvw-send-button-tooltip",tt.textContent=ye,Be==null||Be.insertBefore(tt,I)}else Ae&&(Ae.style.display="none");Be.style.display="",I.disabled=E.isStreaming()}else I&&Be&&(Be.style.display="none",me&&Oe());let he=(yo=t.sendButton)!=null?yo:{},Ut=(vo=he.useIcon)!=null?vo:!1,Rt=(bo=he.iconText)!=null?bo:"\u2191",Pt=he.iconName,Mt=(Co=he.tooltipText)!=null?Co:"Send message",vn=(xo=he.showTooltip)!=null?xo:!1,It=(So=he.size)!=null?So:"40px",zt=he.backgroundColor,dt=he.textColor;if(Ut){if(_.style.width=It,_.style.height=It,_.style.minWidth=It,_.style.minHeight=It,_.style.fontSize="18px",_.style.lineHeight="1",_.innerHTML="",Pt){let H=parseFloat(It)||24,be=dt&&typeof dt=="string"&&dt.trim()?dt.trim():"currentColor",le=ge(Pt,H,be,2);le?(_.appendChild(le),_.style.color=be):(_.textContent=Rt,dt?_.style.color=dt:_.classList.add("tvw-text-white"))}else _.textContent=Rt,dt?_.style.color=dt:_.classList.add("tvw-text-white");_.className="tvw-rounded-button tvw-flex tvw-items-center tvw-justify-center disabled:tvw-opacity-50 tvw-cursor-pointer",zt?(_.style.backgroundColor=zt,_.classList.remove("tvw-bg-cw-primary")):_.classList.add("tvw-bg-cw-primary")}else _.textContent=(To=(Ao=t.copy)==null?void 0:Ao.sendButtonLabel)!=null?To:"Send",_.style.width="",_.style.height="",_.style.minWidth="",_.style.minHeight="",_.style.fontSize="",_.style.lineHeight="",_.className="tvw-rounded-button tvw-bg-cw-accent tvw-px-4 tvw-py-2 tvw-text-sm tvw-font-semibold tvw-text-white disabled:tvw-opacity-50 tvw-cursor-pointer",zt?(_.style.backgroundColor=zt,_.classList.remove("tvw-bg-cw-accent")):_.classList.add("tvw-bg-cw-accent"),dt?_.style.color=dt:_.classList.add("tvw-text-white");he.borderWidth?(_.style.borderWidth=he.borderWidth,_.style.borderStyle="solid"):(_.style.borderWidth="",_.style.borderStyle=""),he.borderColor?_.style.borderColor=he.borderColor:_.style.borderColor="",he.paddingX?(_.style.paddingLeft=he.paddingX,_.style.paddingRight=he.paddingX):(_.style.paddingLeft="",_.style.paddingRight=""),he.paddingY?(_.style.paddingTop=he.paddingY,_.style.paddingBottom=he.paddingY):(_.style.paddingTop="",_.style.paddingBottom="");let $t=ze==null?void 0:ze.querySelector(".tvw-send-button-tooltip");if(vn&&Mt)if($t)$t.textContent=Mt,$t.style.display="";else{let H=document.createElement("div");H.className="tvw-send-button-tooltip",H.textContent=Mt,ze==null||ze.insertBefore(H,_)}else $t&&($t.style.display="none");let Ft=(Eo=t.statusIndicator)!=null?Eo:{},bn=(ko=Ft.visible)!=null?ko:!0;if(nt.style.display=bn?"":"none",E){let H=E.getStatus(),be=le=>{var We,xe,Ze,Ue;return le==="idle"?(We=Ft.idleText)!=null?We:Ve.idle:le==="connecting"?(xe=Ft.connectingText)!=null?xe:Ve.connecting:le==="connected"?(Ze=Ft.connectedText)!=null?Ze:Ve.connected:le==="error"?(Ue=Ft.errorText)!=null?Ue:Ve.error:Ve[le]};nt.textContent=be(H)}},open(){g&&Ke(!0,"api")},close(){g&&Ke(!1,"api")},toggle(){g&&Ke(!b,"api")},clearChat(){E.clearMessages();try{localStorage.removeItem(on),t.debug&&console.log(`[AgentWidget] Cleared default localStorage key: ${on}`)}catch(p){console.error("[AgentWidget] Failed to clear default localStorage:",p)}if(t.clearChatHistoryStorageKey&&t.clearChatHistoryStorageKey!==on)try{localStorage.removeItem(t.clearChatHistoryStorageKey),t.debug&&console.log(`[AgentWidget] Cleared custom localStorage key: ${t.clearChatHistoryStorageKey}`)}catch(p){console.error("[AgentWidget] Failed to clear custom localStorage:",p)}let a=new CustomEvent("vanilla-agent:clear-chat",{detail:{timestamp:new Date().toISOString()}});if(window.dispatchEvent(a),i!=null&&i.clear)try{let p=i.clear();p instanceof Promise&&p.catch(T=>{typeof console!="undefined"&&console.error("[AgentWidget] Failed to clear storage adapter:",T)})}catch(p){typeof console!="undefined"&&console.error("[AgentWidget] Failed to clear storage adapter:",p)}l={},C.syncFromMetadata()},setMessage(a){return!de||E.isStreaming()?!1:(!b&&g&&Ke(!0,"system"),de.value=a,de.dispatchEvent(new Event("input",{bubbles:!0})),!0)},submitMessage(a){if(E.isStreaming())return!1;let p=(a==null?void 0:a.trim())||de.value.trim();return p?(!b&&g&&Ke(!0,"system"),de.value="",E.sendMessage(p),!0):!1},startVoiceRecognition(){return me||E.isStreaming()||!ke()?!1:(!b&&g&&Ke(!0,"system"),Z.manuallyDeactivated=!1,gt(),L("user"),!0)},stopVoiceRecognition(){return me?(Z.manuallyDeactivated=!0,gt(),Oe("user"),!0):!1},injectTestMessage(a){!b&&g&&Ke(!0,"system"),E.injectTestEvent(a)},getMessages(){return E.getMessages()},getStatus(){return E.getStatus()},getPersistentMetadata(){return{...l}},updatePersistentMetadata(a){w(a)},on(a,p){return o.on(a,p)},off(a,p){o.off(a,p)},isOpen(){return g&&b},isVoiceActive(){return Z.active},getState(){return{open:g&&b,launcherEnabled:g,voiceActive:Z.active,streaming:E.isStreaming()}},showCSATFeedback(a){!b&&g&&Ke(!0,"system");let p=Q.querySelector(".tvw-feedback-container");p&&p.remove();let T=Dn({onSubmit:async(F,B)=>{var ne;E.isClientTokenMode()&&await E.submitCSATFeedback(F,B),(ne=a==null?void 0:a.onSubmit)==null||ne.call(a,F,B)},onDismiss:a==null?void 0:a.onDismiss,...a});Q.appendChild(T),T.scrollIntoView({behavior:"smooth",block:"end"})},showNPSFeedback(a){!b&&g&&Ke(!0,"system");let p=Q.querySelector(".tvw-feedback-container");p&&p.remove();let T=_n({onSubmit:async(F,B)=>{var ne;E.isClientTokenMode()&&await E.submitNPSFeedback(F,B),(ne=a==null?void 0:a.onSubmit)==null||ne.call(a,F,B)},onDismiss:a==null?void 0:a.onDismiss,...a});Q.appendChild(T),T.scrollIntoView({behavior:"smooth",block:"end"})},async submitCSATFeedback(a,p){return E.submitCSATFeedback(a,p)},async submitNPSFeedback(a,p){return E.submitNPSFeedback(a,p)},destroy(){He.forEach(a=>a()),R.remove(),K==null||K.destroy(),X==null||X.remove(),Ye&&q.removeEventListener("click",Ye)}};if((((Ts=s==null?void 0:s.debugTools)!=null?Ts:!1)||!!t.debug)&&typeof window!="undefined"){let a=window.AgentWidgetBrowser,p={controller:re,getMessages:re.getMessages,getStatus:re.getStatus,getMetadata:re.getPersistentMetadata,updateMetadata:re.updatePersistentMetadata,clearHistory:()=>re.clearChat(),setVoiceActive:T=>T?re.startVoiceRecognition():re.stopVoiceRecognition()};window.AgentWidgetBrowser=p,He.push(()=>{window.AgentWidgetBrowser===p&&(window.AgentWidgetBrowser=a)})}return re};var hs={},Br=n=>{if(typeof window=="undefined"||typeof document=="undefined")throw new Error("Chat widget can only be mounted in a browser environment");if(typeof n=="string"){let e=document.querySelector(n);if(!e)throw new Error(`Chat widget target "${n}" was not found`);return e}return n},Hr=()=>{try{if(typeof hs!="undefined"&&hs.url)return new URL("../widget.css",hs.url).href}catch{}return null},Zo=n=>{let e=Hr(),s=()=>{if(!(n instanceof ShadowRoot)||n.querySelector("link[data-vanilla-agent]"))return;let t=document.head.querySelector("link[data-vanilla-agent]");if(!t)return;let r=t.cloneNode(!0);n.insertBefore(r,n.firstChild)};if(n instanceof ShadowRoot)if(e){let t=document.createElement("link");t.rel="stylesheet",t.href=e,t.setAttribute("data-vanilla-agent","true"),n.insertBefore(t,n.firstChild)}else s();else if(!document.head.querySelector("link[data-vanilla-agent]")&&e){let r=document.createElement("link");r.rel="stylesheet",r.href=e,r.setAttribute("data-vanilla-agent","true"),document.head.appendChild(r)}},fs=n=>{var c,w,y,u;let e=Br(n.target),s=document.createElement("div");s.className="vanilla-agent-host";let t=(y=(w=(c=n.config)==null?void 0:c.launcher)==null?void 0:w.enabled)!=null?y:!0;t||(s.style.height="100%"),e.appendChild(s);let r=n.useShadowDom===!0,o,i;if(r){let C=s.attachShadow({mode:"open"});i=C,o=document.createElement("div"),o.id="vanilla-agent-root",t||(o.style.height="100%",o.style.display="flex",o.style.flexDirection="column",o.style.flex="1",o.style.minHeight="0"),C.appendChild(o),Zo(C)}else i=s,o=document.createElement("div"),o.id="vanilla-agent-root",t||(o.style.height="100%",o.style.display="flex",o.style.flexDirection="column",o.style.flex="1",o.style.minHeight="0"),s.appendChild(o),Zo(s);let l=jn(o,n.config,{debugTools:n.debugTools});(u=n.onReady)==null||u.call(n);let d={...l,host:s,destroy(){l.destroy(),s.remove(),n.windowKey&&typeof window!="undefined"&&delete window[n.windowKey]}};return n.windowKey&&typeof window!="undefined"&&(window[n.windowKey]=d),d};function Rr(n){if(!n)return null;let e=n.toString();return e.includes("createJsonStreamParser")||e.includes("partial-json")?"json":e.includes("createRegexJsonParser")||e.includes("regex")?"regex-json":e.includes("createXmlParser")||e.includes("<text>")?"xml":null}function qn(n){var e,s;return(s=(e=n.parserType)!=null?e:Rr(n.streamParser))!=null?s:"plain"}function Un(n,e){let s=[];return n.toolCall&&(s.push(`${e}toolCall: {`),Object.entries(n.toolCall).forEach(([t,r])=>{typeof r=="string"&&s.push(`${e} ${t}: "${r}",`)}),s.push(`${e}},`)),s}function zn(n,e){let s=[];return n.messageActions&&Object.entries(n.messageActions).some(([r,o])=>r!=="onFeedback"&&r!=="onCopy"&&o!==void 0)&&(s.push(`${e}messageActions: {`),Object.entries(n.messageActions).forEach(([r,o])=>{r==="onFeedback"||r==="onCopy"||(typeof o=="string"?s.push(`${e} ${r}: "${o}",`):typeof o=="boolean"&&s.push(`${e} ${r}: ${o},`))}),s.push(`${e}},`)),s}function Jn(n,e){let s=[];if(n.markdown){let t=n.markdown.options&&Object.keys(n.markdown.options).length>0,r=n.markdown.disableDefaultStyles!==void 0;(t||r)&&(s.push(`${e}markdown: {`),t&&(s.push(`${e} options: {`),Object.entries(n.markdown.options).forEach(([o,i])=>{typeof i=="string"?s.push(`${e} ${o}: "${i}",`):typeof i=="boolean"&&s.push(`${e} ${o}: ${i},`)}),s.push(`${e} },`)),r&&s.push(`${e} disableDefaultStyles: ${n.markdown.disableDefaultStyles},`),s.push(`${e}},`))}return s}function Yn(n,e){let s=[];if(n.layout){let t=n.layout.header&&Object.keys(n.layout.header).some(o=>o!=="render"),r=n.layout.messages&&Object.keys(n.layout.messages).some(o=>o!=="renderUserMessage"&&o!=="renderAssistantMessage");(t||r)&&(s.push(`${e}layout: {`),t&&(s.push(`${e} header: {`),Object.entries(n.layout.header).forEach(([o,i])=>{o!=="render"&&(typeof i=="string"?s.push(`${e} ${o}: "${i}",`):typeof i=="boolean"&&s.push(`${e} ${o}: ${i},`))}),s.push(`${e} },`)),r&&(s.push(`${e} messages: {`),Object.entries(n.layout.messages).forEach(([o,i])=>{o==="renderUserMessage"||o==="renderAssistantMessage"||(o==="avatar"&&typeof i=="object"&&i!==null?(s.push(`${e} avatar: {`),Object.entries(i).forEach(([l,d])=>{typeof d=="string"?s.push(`${e} ${l}: "${d}",`):typeof d=="boolean"&&s.push(`${e} ${l}: ${d},`)}),s.push(`${e} },`)):o==="timestamp"&&typeof i=="object"&&i!==null?Object.entries(i).some(([d])=>d!=="format")&&(s.push(`${e} timestamp: {`),Object.entries(i).forEach(([d,c])=>{d!=="format"&&(typeof c=="string"?s.push(`${e} ${d}: "${c}",`):typeof c=="boolean"&&s.push(`${e} ${d}: ${c},`))}),s.push(`${e} },`)):typeof i=="string"?s.push(`${e} ${o}: "${i}",`):typeof i=="boolean"&&s.push(`${e} ${o}: ${i},`))}),s.push(`${e} },`)),s.push(`${e}},`))}return s}function er(n,e="esm"){let s={...n};return delete s.postprocessMessage,delete s.initialMessages,e==="esm"?Pr(s):e==="script-installer"?Fr(s):e==="script-advanced"?Or(s):e==="react-component"?Ir(s):e==="react-advanced"?$r(s):Nr(s)}function Pr(n){let e=qn(n),s=e!=="plain",t=["import 'vanilla-agent/widget.css';","import { initAgentWidget, markdownPostprocessor } from 'vanilla-agent';","","initAgentWidget({"," target: 'body',"," config: {"];return n.apiUrl&&t.push(` apiUrl: "${n.apiUrl}",`),n.flowId&&t.push(` flowId: "${n.flowId}",`),s&&t.push(` parserType: "${e}",`),n.theme&&(t.push(" theme: {"),Object.entries(n.theme).forEach(([r,o])=>{t.push(` ${r}: "${o}",`)}),t.push(" },")),n.launcher&&(t.push(" launcher: {"),Object.entries(n.launcher).forEach(([r,o])=>{typeof o=="string"?t.push(` ${r}: "${o}",`):typeof o=="boolean"&&t.push(` ${r}: ${o},`)}),t.push(" },")),n.copy&&(t.push(" copy: {"),Object.entries(n.copy).forEach(([r,o])=>{t.push(` ${r}: "${o}",`)}),t.push(" },")),n.sendButton&&(t.push(" sendButton: {"),Object.entries(n.sendButton).forEach(([r,o])=>{typeof o=="string"?t.push(` ${r}: "${o}",`):typeof o=="boolean"&&t.push(` ${r}: ${o},`)}),t.push(" },")),n.voiceRecognition&&(t.push(" voiceRecognition: {"),Object.entries(n.voiceRecognition).forEach(([r,o])=>{typeof o=="string"?t.push(` ${r}: "${o}",`):typeof o=="boolean"?t.push(` ${r}: ${o},`):typeof o=="number"&&t.push(` ${r}: ${o},`)}),t.push(" },")),n.statusIndicator&&(t.push(" statusIndicator: {"),Object.entries(n.statusIndicator).forEach(([r,o])=>{typeof o=="string"?t.push(` ${r}: "${o}",`):typeof o=="boolean"&&t.push(` ${r}: ${o},`)}),t.push(" },")),n.features&&(t.push(" features: {"),Object.entries(n.features).forEach(([r,o])=>{t.push(` ${r}: ${o},`)}),t.push(" },")),n.suggestionChips&&n.suggestionChips.length>0&&(t.push(" suggestionChips: ["),n.suggestionChips.forEach(r=>{t.push(` "${r}",`)}),t.push(" ],")),n.suggestionChipsConfig&&(t.push(" suggestionChipsConfig: {"),n.suggestionChipsConfig.fontFamily&&t.push(` fontFamily: "${n.suggestionChipsConfig.fontFamily}",`),n.suggestionChipsConfig.fontWeight&&t.push(` fontWeight: "${n.suggestionChipsConfig.fontWeight}",`),n.suggestionChipsConfig.paddingX&&t.push(` paddingX: "${n.suggestionChipsConfig.paddingX}",`),n.suggestionChipsConfig.paddingY&&t.push(` paddingY: "${n.suggestionChipsConfig.paddingY}",`),t.push(" },")),t.push(...Un(n," ")),t.push(...zn(n," ")),t.push(...Jn(n," ")),t.push(...Yn(n," ")),n.debug&&t.push(` debug: ${n.debug},`),t.push(" postprocessMessage: ({ text }) => markdownPostprocessor(text)"),t.push(" }"),t.push("});"),t.join(`
|
|
61
|
-
`)}function
|
|
62
|
-
`)}function $r(n){let e=["// ChatWidgetAdvanced.tsx","'use client'; // Required for Next.js - remove for Vite/CRA","","import { useEffect } from 'react';","import 'vanilla-agent/widget.css';","import {"," initAgentWidget,"," createFlexibleJsonStreamParser,"," defaultJsonActionParser,"," defaultActionHandlers,"," markdownPostprocessor","} from 'vanilla-agent';","import type { AgentWidgetInitHandle } from 'vanilla-agent';","","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('.vanilla-agent-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 n.apiUrl&&e.push(` apiUrl: "${n.apiUrl}",`),n.flowId&&e.push(` flowId: "${n.flowId}",`),n.theme&&(e.push(" theme: {"),Object.entries(n.theme).forEach(([s,t])=>{e.push(` ${s}: "${t}",`)}),e.push(" },")),n.launcher&&(e.push(" launcher: {"),Object.entries(n.launcher).forEach(([s,t])=>{typeof t=="string"?e.push(` ${s}: "${t}",`):typeof t=="boolean"&&e.push(` ${s}: ${t},`)}),e.push(" },")),n.copy&&(e.push(" copy: {"),Object.entries(n.copy).forEach(([s,t])=>{e.push(` ${s}: "${t}",`)}),e.push(" },")),n.sendButton&&(e.push(" sendButton: {"),Object.entries(n.sendButton).forEach(([s,t])=>{typeof t=="string"?e.push(` ${s}: "${t}",`):typeof t=="boolean"&&e.push(` ${s}: ${t},`)}),e.push(" },")),n.voiceRecognition&&(e.push(" voiceRecognition: {"),Object.entries(n.voiceRecognition).forEach(([s,t])=>{typeof t=="string"?e.push(` ${s}: "${t}",`):typeof t=="boolean"?e.push(` ${s}: ${t},`):typeof t=="number"&&e.push(` ${s}: ${t},`)}),e.push(" },")),n.statusIndicator&&(e.push(" statusIndicator: {"),Object.entries(n.statusIndicator).forEach(([s,t])=>{typeof t=="string"?e.push(` ${s}: "${t}",`):typeof t=="boolean"&&e.push(` ${s}: ${t},`)}),e.push(" },")),n.features&&(e.push(" features: {"),Object.entries(n.features).forEach(([s,t])=>{e.push(` ${s}: ${t},`)}),e.push(" },")),n.suggestionChips&&n.suggestionChips.length>0&&(e.push(" suggestionChips: ["),n.suggestionChips.forEach(s=>{e.push(` "${s}",`)}),e.push(" ],")),n.suggestionChipsConfig&&(e.push(" suggestionChipsConfig: {"),n.suggestionChipsConfig.fontFamily&&e.push(` fontFamily: "${n.suggestionChipsConfig.fontFamily}",`),n.suggestionChipsConfig.fontWeight&&e.push(` fontWeight: "${n.suggestionChipsConfig.fontWeight}",`),n.suggestionChipsConfig.paddingX&&e.push(` paddingX: "${n.suggestionChipsConfig.paddingX}",`),n.suggestionChipsConfig.paddingY&&e.push(` paddingY: "${n.suggestionChipsConfig.paddingY}",`),e.push(" },")),e.push(...Un(n," ")),e.push(...zn(n," ")),e.push(...Jn(n," ")),e.push(...Yn(n," ")),n.debug&&e.push(` debug: ${n.debug},`),e.push(" initialMessages: loadSavedMessages(),"),e.push(" // Flexible JSON stream parser for handling structured actions"),e.push(" streamParser: () => createFlexibleJsonStreamParser((parsed: any) => {"),e.push(" if (!parsed || typeof parsed !== 'object') return null;"),e.push(" // Extract display text based on action type"),e.push(" if (parsed.action === 'nav_then_click') return 'Navigating...';"),e.push(" if (parsed.action === 'message') return parsed.text || '';"),e.push(" if (parsed.action === 'message_and_click') return parsed.text || 'Processing...';"),e.push(" return parsed.text || null;"),e.push(" }),"),e.push(" // Action parsers to detect JSON actions in responses"),e.push(" actionParsers: ["),e.push(" defaultJsonActionParser,"),e.push(" // Custom parser for markdown-wrapped JSON"),e.push(" ({ text, message }: any) => {"),e.push(" const jsonSource = (message as any).rawContent || text || message.content;"),e.push(" if (!jsonSource || typeof jsonSource !== 'string') return null;"),e.push(" // Strip markdown code fences"),e.push(" let cleanJson = jsonSource"),e.push(" .replace(/^```(?:json)?\\s*\\n?/, '')"),e.push(" .replace(/\\n?```\\s*$/, '')"),e.push(" .trim();"),e.push(" if (!cleanJson.startsWith('{') || !cleanJson.endsWith('}')) return null;"),e.push(" try {"),e.push(" const parsed = JSON.parse(cleanJson);"),e.push(" if (parsed.action) return { type: parsed.action, payload: parsed };"),e.push(" } catch (e) { return null; }"),e.push(" return null;"),e.push(" }"),e.push(" ],"),e.push(" // Action handlers for navigation and other actions"),e.push(" actionHandlers: ["),e.push(" defaultActionHandlers.message,"),e.push(" defaultActionHandlers.messageAndClick,"),e.push(" // Handler for nav_then_click action"),e.push(" (action: any, context: any) => {"),e.push(" if (action.type !== 'nav_then_click') return;"),e.push(" const payload = action.payload || action.raw || {};"),e.push(" const url = payload?.page;"),e.push(" const text = payload?.on_load_text || 'Navigating...';"),e.push(" if (!url) return { handled: true, displayText: text };"),e.push(" // Check if already processed"),e.push(" const messageId = context.message?.id;"),e.push(" const processedActions = JSON.parse(localStorage.getItem(PROCESSED_ACTIONS_KEY) || '[]');"),e.push(" const actionKey = `nav_${messageId}_${url}`;"),e.push(" if (processedActions.includes(actionKey)) {"),e.push(" return { handled: true, displayText: text };"),e.push(" }"),e.push(" processedActions.push(actionKey);"),e.push(" localStorage.setItem(PROCESSED_ACTIONS_KEY, JSON.stringify(processedActions));"),e.push(" const targetUrl = url.startsWith('http') ? url : new URL(url, window.location.origin).toString();"),e.push(" window.location.href = targetUrl;"),e.push(" return { handled: true, displayText: text };"),e.push(" }"),e.push(" ],"),e.push(" postprocessMessage: ({ text }) => markdownPostprocessor(text),"),e.push(" requestMiddleware: ({ payload }) => {"),e.push(" return {"),e.push(" ...payload,"),e.push(" metadata: collectDOMContext()"),e.push(" };"),e.push(" }"),e.push(" }"),e.push(" });"),e.push(""),e.push(" // Save state on message events"),e.push(" const handleMessage = () => {"),e.push(" const session = handle?.getSession?.();"),e.push(" if (session) {"),e.push(" localStorage.setItem(STORAGE_KEY, JSON.stringify({"),e.push(" messages: session.messages,"),e.push(" timestamp: new Date().toISOString()"),e.push(" }));"),e.push(" }"),e.push(" };"),e.push(""),e.push(" // Clear state on clear chat"),e.push(" const handleClearChat = () => {"),e.push(" localStorage.removeItem(STORAGE_KEY);"),e.push(" localStorage.removeItem(PROCESSED_ACTIONS_KEY);"),e.push(" };"),e.push(""),e.push(" window.addEventListener('vanilla-agent:message', handleMessage);"),e.push(" window.addEventListener('vanilla-agent:clear-chat', handleClearChat);"),e.push(""),e.push(" // Cleanup on unmount"),e.push(" return () => {"),e.push(" window.removeEventListener('vanilla-agent:message', handleMessage);"),e.push(" window.removeEventListener('vanilla-agent:clear-chat', handleClearChat);"),e.push(" if (handle) {"),e.push(" handle.destroy();"),e.push(" }"),e.push(" };"),e.push(" }, []);"),e.push(""),e.push(" return null; // Widget injects itself into the DOM"),e.push("}"),e.push(""),e.push("// Usage: Collects DOM context for AI-powered navigation"),e.push("// Features:"),e.push("// - Extracts page elements (products, buttons, links)"),e.push("// - Persists chat history across page loads"),e.push("// - Handles navigation actions (nav_then_click)"),e.push("// - Processes structured JSON actions from AI"),e.push("//"),e.push("// Example usage in Next.js:"),e.push("// import { ChatWidgetAdvanced } from './components/ChatWidgetAdvanced';"),e.push("//"),e.push("// export default function RootLayout({ children }) {"),e.push("// return ("),e.push('// <html lang="en">'),e.push("// <body>"),e.push("// {children}"),e.push("// <ChatWidgetAdvanced />"),e.push("// </body>"),e.push("// </html>"),e.push("// );"),e.push("// }"),e.join(`
|
|
63
|
-
`)}function
|
|
64
|
-
`)}function
|
|
65
|
-
`).map((r,
|
|
60
|
+
`}if(!we){let Nt="max-height: -moz-available !important; max-height: stretch !important;",un=a?"":"padding-top: 1.25em !important;";j.style.cssText+=Nt+un}};Ct(),_n(n,e);let Fe=[],et=null,xt=()=>{et&&(et(),et=null),e.colorScheme==="auto"&&(et=ur(()=>{_n(n,e)}))};xt(),Fe.push(()=>{et&&(et(),et=null)});let ke=br(it),Le=null,b,Be=!1,Ee=!0,Ke=0,ot=0,st=null,gt=!1,mt=0,Mt=!1,$t=125,Xt=2e3,Ot=5,He=50,ht=new Map,pe={active:!1,manuallyDeactivated:!1,lastUserMessageWasVoice:!1},Ft=(Po=(Ro=e.voiceRecognition)==null?void 0:Ro.autoResume)!=null?Po:!1,Bt=a=>{s.emit("voice:state",{active:pe.active,source:a,timestamp:Date.now()})},Ht=()=>{w(a=>({...a,voiceState:{active:pe.active,timestamp:Date.now(),manuallyDeactivated:pe.manuallyDeactivated}}))},Sn=()=>{var I,C;if(((I=e.voiceRecognition)==null?void 0:I.enabled)===!1)return;let a=Co(l.voiceState),u=!!a.active,T=Number((C=a.timestamp)!=null?C:0);pe.manuallyDeactivated=!!a.manuallyDeactivated,u&&Date.now()-T<ii&&setTimeout(()=>{pe.active||(pe.manuallyDeactivated=!1,te("restore"))},1e3)},An=()=>b?Er(b.getMessages()).filter(a=>!a.__skipPersist):[];function rn(a){if(!(i!=null&&i.save))return;let T={messages:a?Er(a):b?An():[],metadata:l};try{let I=i.save(T);I instanceof Promise&&I.catch(C=>{typeof console!="undefined"&&console.error("[AgentWidget] Failed to persist state:",C)})}catch(I){typeof console!="undefined"&&console.error("[AgentWidget] Failed to persist state:",I)}}let Dt=(a=!1)=>{if(!Ee)return;let u=Date.now();gt&&u<mt&&!a||(gt&&u>=mt&&(gt=!1),!(!a&&!Be)&&(u-ot<$t||(ot=u,st&&cancelAnimationFrame(st),st=requestAnimationFrame(()=>{gt||!Ee||(Mt=!0,J.scrollTop=J.scrollHeight,Ke=J.scrollTop,requestAnimationFrame(()=>{Mt=!1}),st=null)}))))},It=null,Tn=()=>j.querySelector("#vanilla-agent-scroll-container")||J,En=(a,u=500)=>{let T=a.scrollTop,I=a.clientHeight,C=a.scrollHeight,G=C-T;if(T+I>=C-2||Math.abs(G)<5)return;It!==null&&(cancelAnimationFrame(It),It=null);let A=performance.now(),ee=me=>1-Math.pow(1-me,3),X=me=>{let $=a.scrollHeight;$!==C&&(C=$,G=C-T);let Pe=me-A,we=Math.min(Pe/u,1),le=ee(we),Ne=T+G*le;a.scrollTop=Ne,we<1?It=requestAnimationFrame(X):(a.scrollTop=a.scrollHeight,It=null)};It=requestAnimationFrame(X)},Mn=a=>{let u=new Map;a.forEach(T=>{let I=ht.get(T.id);u.set(T.id,{streaming:T.streaming,role:T.role}),!I&&T.role==="assistant"&&s.emit("assistant:message",T),T.role==="assistant"&&(I!=null&&I.streaming)&&T.streaming===!1&&s.emit("assistant:complete",T)}),ht.clear(),u.forEach((T,I)=>{ht.set(I,T)})},_t=(a,u,T)=>{let I=document.createElement("div");u.forEach(A=>{var Pe,we;let ee=null,X=r.find(le=>!!(A.variant==="reasoning"&&le.renderReasoning||A.variant==="tool"&&le.renderToolCall||!A.variant&&le.renderMessage)),me=(Pe=e.layout)==null?void 0:Pe.messages;if(X)if(A.variant==="reasoning"&&A.reasoning&&X.renderReasoning){if(!F)return;ee=X.renderReasoning({message:A,defaultRenderer:()=>go(A),config:e})}else if(A.variant==="tool"&&A.toolCall&&X.renderToolCall){if(!x)return;ee=X.renderToolCall({message:A,defaultRenderer:()=>mo(A,e),config:e})}else X.renderMessage&&(ee=X.renderMessage({message:A,defaultRenderer:()=>{let le=Zt(A,T,me,e.messageActions,k);return A.role!=="user"&&ho(le,A,e,b),le},config:e}));if(!ee&&A.role==="assistant"&&!A.variant&&e.enableComponentStreaming!==!1&&Yn(A)){let Ne=Kn(A);if(Ne){let Oe=Jn(Ne,{config:e,message:A,transform:T});if(Oe){let Xe=document.createElement("div");if(Xe.className=["vanilla-message-bubble","tvw-max-w-[85%]","tvw-rounded-2xl","tvw-bg-cw-surface","tvw-border","tvw-border-cw-message-border","tvw-p-4"].join(" "),Xe.id=`bubble-${A.id}`,Xe.setAttribute("data-message-id",A.id),A.content&&A.content.trim()){let wt=document.createElement("div");wt.className="tvw-mb-3 tvw-text-sm tvw-leading-relaxed",wt.innerHTML=T({text:A.content,message:A,streaming:!!A.streaming,raw:A.rawContent}),Xe.appendChild(wt)}Xe.appendChild(Oe),ee=Xe}}}if(!ee)if(A.variant==="reasoning"&&A.reasoning){if(!F)return;ee=go(A)}else if(A.variant==="tool"&&A.toolCall){if(!x)return;ee=mo(A,e)}else{let le=(we=e.layout)==null?void 0:we.messages;le!=null&&le.renderUserMessage&&A.role==="user"?ee=le.renderUserMessage({message:A,config:e,streaming:!!A.streaming}):le!=null&&le.renderAssistantMessage&&A.role==="assistant"?ee=le.renderAssistantMessage({message:A,config:e,streaming:!!A.streaming}):ee=Zt(A,T,le,e.messageActions,k),A.role!=="user"&&ee&&ho(ee,A,e,b)}let $=document.createElement("div");$.className="tvw-flex",$.id=`wrapper-${A.id}`,$.setAttribute("data-wrapper-id",A.id),A.role==="user"&&$.classList.add("tvw-justify-end"),$.appendChild(ee),I.appendChild($)});let C=u.some(A=>A.role==="assistant"&&A.streaming),G=u[u.length-1],ae=(G==null?void 0:G.role)==="assistant"&&!G.streaming;if(Be&&u.some(A=>A.role==="user")&&!C&&!ae){let A=vn(),ee=document.createElement("div");ee.className=["tvw-max-w-[85%]","tvw-rounded-2xl","tvw-text-sm","tvw-leading-relaxed","tvw-shadow-sm","tvw-bg-cw-surface","tvw-border","tvw-border-cw-message-border","tvw-text-cw-primary","tvw-px-5","tvw-py-3"].join(" "),ee.setAttribute("data-typing-indicator","true"),ee.appendChild(A);let X=document.createElement("div");X.className="tvw-flex",X.id="wrapper-typing-indicator",X.setAttribute("data-wrapper-id","typing-indicator"),X.appendChild(ee),I.appendChild(X)}gr(a,I),requestAnimationFrame(()=>{requestAnimationFrame(()=>{let A=Tn();En(A)})})},jt=()=>{m&&(R?(j.classList.remove("tvw-pointer-events-none","tvw-opacity-0"),O.classList.remove("tvw-scale-95","tvw-opacity-0"),O.classList.add("tvw-scale-100","tvw-opacity-100"),ie?ie.element.style.display="none":Q&&(Q.style.display="none")):(j.classList.add("tvw-pointer-events-none","tvw-opacity-0"),O.classList.remove("tvw-scale-100","tvw-opacity-100"),O.classList.add("tvw-scale-95","tvw-opacity-0"),ie?ie.element.style.display="":Q&&(Q.style.display="")))},Ye=(a,u="user")=>{if(!m||R===a)return;let T=R;R=a,jt(),R&&(Re(),Dt(!0));let I={open:R,source:u,timestamp:Date.now()};R&&!T?s.emit("widget:opened",I):!R&&T&&s.emit("widget:closed",I),s.emit("widget:state",{open:R,launcherEnabled:m,voiceActive:pe.active,streaming:b.isStreaming()})},B=a=>{D.disabled=a,P&&(P.disabled=a),ke.buttons.forEach(u=>{u.disabled=a})},re=()=>{var C,G,ae,A,ee,X,me,$,Pe,we,le,Ne,Oe,Xe;Tt.textContent=(G=(C=e.copy)==null?void 0:C.welcomeTitle)!=null?G:"Hello \u{1F44B}",Et.textContent=(A=(ae=e.copy)==null?void 0:ae.welcomeSubtitle)!=null?A:"Ask anything about your account or products.",oe.placeholder=(X=(ee=e.copy)==null?void 0:ee.inputPlaceholder)!=null?X:"How can I help...",(($=(me=e.sendButton)==null?void 0:me.useIcon)!=null?$:!1)||(D.textContent=(we=(Pe=e.copy)==null?void 0:Pe.sendButtonLabel)!=null?we:"Send");let u=(Ne=(le=e.theme)==null?void 0:le.inputFontFamily)!=null?Ne:"sans-serif",T=(Xe=(Oe=e.theme)==null?void 0:Oe.inputFontWeight)!=null?Xe:"400",I=wt=>{switch(wt){case"serif":return'Georgia, "Times New Roman", Times, serif';case"mono":return'"Courier New", Courier, "Lucida Console", Monaco, monospace';case"sans-serif":default:return'-apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", Arial, sans-serif'}};oe.style.fontFamily=I(u),oe.style.fontWeight=T};b=new Vt(e,{onMessagesChanged(a){_t(V,a,y),b&&(a.some(I=>I.role==="user")?ke.render([],b,oe,a):ke.render(e.suggestionChips,b,oe,a,e.suggestionChipsConfig)),Dt(!Be),Mn(a);let u=[...a].reverse().find(T=>T.role==="user");pe.lastUserMessageWasVoice=!!(u!=null&&u.viaVoice),rn(a)},onStatusChanged(a){var I;let u=(I=e.statusIndicator)!=null?I:{},T=C=>{var G,ae,A,ee;return C==="idle"?(G=u.idleText)!=null?G:tt.idle:C==="connecting"?(ae=u.connectingText)!=null?ae:tt.connecting:C==="connected"?(A=u.connectedText)!=null?A:tt.connected:C==="error"?(ee=u.errorText)!=null?ee:tt.error:tt[C]};at.textContent=T(a)},onStreamingChanged(a){Be=a,B(a),b&&_t(V,b.getMessages(),y),a||Dt(!0)}}),d&&d.then(a=>{var u;a&&(a.metadata&&(l=Co(a.metadata),v.syncFromMetadata()),(u=a.messages)!=null&&u.length&&b.hydrateMessages(a.messages))}).catch(a=>{typeof console!="undefined"&&console.error("[AgentWidget] Failed to hydrate stored state:",a)});let he=a=>{a.preventDefault();let u=oe.value.trim();u&&(oe.value="",b.sendMessage(u))},Ie=a=>{a.key==="Enter"&&!a.shiftKey&&(a.preventDefault(),D.click())},fe=null,Ae=!1,be=null,H=null,ft=()=>typeof window=="undefined"?null:window.webkitSpeechRecognition||window.SpeechRecognition||null,te=(a="user")=>{var G,ae,A,ee;if(Ae||b.isStreaming())return;let u=ft();if(!u)return;fe=new u;let I=(ae=((G=e.voiceRecognition)!=null?G:{}).pauseDuration)!=null?ae:2e3;fe.continuous=!0,fe.interimResults=!0,fe.lang="en-US";let C=oe.value;fe.onresult=X=>{let me="",$="";for(let we=0;we<X.results.length;we++){let le=X.results[we],Ne=le[0].transcript;le.isFinal?me+=Ne+" ":$=Ne}let Pe=C+me+$;oe.value=Pe,be&&clearTimeout(be),(me||$)&&(be=window.setTimeout(()=>{let we=oe.value.trim();we&&fe&&Ae&&(W(),oe.value="",b.sendMessage(we,{viaVoice:!0}))},I))},fe.onerror=X=>{X.error!=="no-speech"&&W()},fe.onend=()=>{if(Ae){let X=oe.value.trim();X&&X!==C.trim()&&(oe.value="",b.sendMessage(X,{viaVoice:!0})),W()}};try{if(fe.start(),Ae=!0,pe.active=!0,a!=="system"&&(pe.manuallyDeactivated=!1),Bt(a),Ht(),P){H={backgroundColor:P.style.backgroundColor,color:P.style.color,borderColor:P.style.borderColor};let X=(A=e.voiceRecognition)!=null?A:{},me=(ee=X.recordingBackgroundColor)!=null?ee:"#ef4444",$=X.recordingIconColor,Pe=X.recordingBorderColor;if(P.classList.add("tvw-voice-recording"),P.style.backgroundColor=me,$){P.style.color=$;let we=P.querySelector("svg");we&&we.setAttribute("stroke",$)}Pe&&(P.style.borderColor=Pe),P.setAttribute("aria-label","Stop voice recognition")}}catch{W("system")}},W=(a="user")=>{if(Ae){if(Ae=!1,be&&(clearTimeout(be),be=null),fe){try{fe.stop()}catch{}fe=null}if(pe.active=!1,Bt(a),Ht(),P){if(P.classList.remove("tvw-voice-recording"),H){P.style.backgroundColor=H.backgroundColor,P.style.color=H.color,P.style.borderColor=H.borderColor;let u=P.querySelector("svg");u&&u.setAttribute("stroke",H.color||"currentColor"),H=null}P.setAttribute("aria-label","Start voice recognition")}}},E=(a,u)=>{var Ne,Oe,Xe,wt,Z,Se,qt;if(!(typeof window!="undefined"&&(typeof window.webkitSpeechRecognition!="undefined"||typeof window.SpeechRecognition!="undefined")))return null;let I=h("div","tvw-send-button-wrapper"),C=h("button","tvw-rounded-button tvw-flex tvw-items-center tvw-justify-center disabled:tvw-opacity-50 tvw-cursor-pointer");C.type="button",C.setAttribute("aria-label","Start voice recognition");let G=(Ne=a==null?void 0:a.iconName)!=null?Ne:"mic",ae=(Oe=u==null?void 0:u.size)!=null?Oe:"40px",A=(Xe=a==null?void 0:a.iconSize)!=null?Xe:ae,ee=parseFloat(A)||24,X=(wt=a==null?void 0:a.backgroundColor)!=null?wt:u==null?void 0:u.backgroundColor,me=(Z=a==null?void 0:a.iconColor)!=null?Z:u==null?void 0:u.textColor;C.style.width=A,C.style.height=A,C.style.minWidth=A,C.style.minHeight=A,C.style.fontSize="18px",C.style.lineHeight="1";let $=me||"currentColor",Pe=de(G,ee,$,1.5);Pe?(C.appendChild(Pe),C.style.color=$):(C.textContent="\u{1F3A4}",C.style.color=$),X?C.style.backgroundColor=X:C.classList.add("tvw-bg-cw-primary"),me?C.style.color=me:!me&&!(u!=null&&u.textColor)&&C.classList.add("tvw-text-white"),a!=null&&a.borderWidth&&(C.style.borderWidth=a.borderWidth,C.style.borderStyle="solid"),a!=null&&a.borderColor&&(C.style.borderColor=a.borderColor),a!=null&&a.paddingX&&(C.style.paddingLeft=a.paddingX,C.style.paddingRight=a.paddingX),a!=null&&a.paddingY&&(C.style.paddingTop=a.paddingY,C.style.paddingBottom=a.paddingY),I.appendChild(C);let we=(Se=a==null?void 0:a.tooltipText)!=null?Se:"Start voice recognition";if(((qt=a==null?void 0:a.showTooltip)!=null?qt:!1)&&we){let Ut=h("div","tvw-send-button-tooltip");Ut.textContent=we,I.appendChild(Ut)}return{micButton:C,micButtonWrapper:I}},K=()=>{if(Ae){let a=oe.value.trim();pe.manuallyDeactivated=!0,Ht(),W("user"),a&&(oe.value="",b.sendMessage(a))}else pe.manuallyDeactivated=!1,Ht(),te("user")};P&&(P.addEventListener("click",K),Fe.push(()=>{W("system"),P&&P.removeEventListener("click",K)}));let We=s.on("assistant:complete",()=>{Ft&&(pe.active||pe.manuallyDeactivated||Ft==="assistant"&&!pe.lastUserMessageWasVoice||setTimeout(()=>{!pe.active&&!pe.manuallyDeactivated&&te("auto")},600))});Fe.push(We);let ye=()=>{Ye(!R,"user")},ie=null,Q=null;if(m){let a=r.find(u=>u.renderLauncher);if(a!=null&&a.renderLauncher){let u=a.renderLauncher({config:e,defaultRenderer:()=>yn(e,ye).element,onToggle:ye});u&&(Q=u)}Q||(ie=yn(e,ye))}ie?n.appendChild(ie.element):Q&&n.appendChild(Q),jt(),ke.render(e.suggestionChips,b,oe,void 0,e.suggestionChipsConfig),re(),B(b.isStreaming()),Dt(!0),Sn();let Re=()=>{var T,I,C,G,ae,A,ee,X;let a=(I=(T=e.launcher)==null?void 0:T.sidebarMode)!=null?I:!1,u=a||((G=(C=e.launcher)==null?void 0:C.fullHeight)!=null?G:!1);if(!m){O.style.height="",O.style.width="";return}if(!a){let me=(A=(ae=e==null?void 0:e.launcher)==null?void 0:ae.width)!=null?A:e==null?void 0:e.launcherWidth,$=me!=null?me:"min(400px, calc(100vw - 24px))";O.style.width=$,O.style.maxWidth=$}if(!u){let me=window.innerHeight,$=64,Pe=(X=(ee=e.launcher)==null?void 0:ee.heightOffset)!=null?X:0,we=Math.max(200,me-$),le=Math.min(640,we),Ne=Math.max(200,le-Pe);O.style.height=`${Ne}px`}};Re(),window.addEventListener("resize",Re),Fe.push(()=>window.removeEventListener("resize",Re)),Ke=J.scrollTop;let je=()=>{let a=J.scrollTop,u=J.scrollHeight,T=J.clientHeight,I=u-a-T,C=Math.abs(a-Ke);if(Ke=a,!Mt&&!(C<=Ot)){if(!Ee&&I<He){gt=!1,Ee=!0;return}Ee&&I>He&&(gt=!0,mt=Date.now()+Xt,Ee=!1)}};J.addEventListener("scroll",je,{passive:!0}),Fe.push(()=>J.removeEventListener("scroll",je)),Fe.push(()=>{st&&cancelAnimationFrame(st)});let ge=()=>{_&&(Le&&(_.removeEventListener("click",Le),Le=null),m?(_.style.display="",Le=()=>{R=!1,jt()},_.addEventListener("click",Le)):_.style.display="none")};ge(),(()=>{let{clearChatButton:a}=q;a&&a.addEventListener("click",()=>{b.clearMessages();try{localStorage.removeItem(sn),e.debug&&console.log(`[AgentWidget] Cleared default localStorage key: ${sn}`)}catch(T){console.error("[AgentWidget] Failed to clear default localStorage:",T)}if(e.clearChatHistoryStorageKey&&e.clearChatHistoryStorageKey!==sn)try{localStorage.removeItem(e.clearChatHistoryStorageKey),e.debug&&console.log(`[AgentWidget] Cleared custom localStorage key: ${e.clearChatHistoryStorageKey}`)}catch(T){console.error("[AgentWidget] Failed to clear custom localStorage:",T)}let u=new CustomEvent("vanilla-agent:clear-chat",{detail:{timestamp:new Date().toISOString()}});if(window.dispatchEvent(u),i!=null&&i.clear)try{let T=i.clear();T instanceof Promise&&T.catch(I=>{typeof console!="undefined"&&console.error("[AgentWidget] Failed to clear storage adapter:",I)})}catch(T){typeof console!="undefined"&&console.error("[AgentWidget] Failed to clear storage adapter:",T)}l={},v.syncFromMetadata()})})(),nt.addEventListener("submit",he),oe.addEventListener("keydown",Ie),Fe.push(()=>{nt.removeEventListener("submit",he),oe.removeEventListener("keydown",Ie)}),Fe.push(()=>{b.cancel()}),ie?Fe.push(()=>{ie==null||ie.destroy()}):Q&&Fe.push(()=>{Q==null||Q.remove()});let ve={update(a){var Fo,No,Oo,Do,_o,jo,qo,Uo,zo,Jo,Yo,Ko,Xo,Vo,Go,Qo,Zo,es,ts,ns,os,ss,rs,is,as,ls,ds,cs,us,ps,gs,ms,hs,fs,ws,ys,vs,bs,Cs,xs,Ss,As,Ts,Es,Ms,ks,Ws,Ls,Bs,Hs,Is,Rs,Ps,$s,Fs,Ns,Os,Ds,_s,js,qs,Us,zs,Js,Ys,Ks,Xs,Vs,Gs,Qs;let u=e.toolCall,T=e.colorScheme;e={...e,...a},Ct(),_n(n,e),e.colorScheme!==T&&xt();let I=bn.getForInstance(e.plugins);if(r.length=0,r.push(...I),m=(No=(Fo=e.launcher)==null?void 0:Fo.enabled)!=null?No:!0,N=(Do=(Oo=e.launcher)==null?void 0:Oo.autoExpand)!=null?Do:!1,F=(jo=(_o=e.features)==null?void 0:_o.showReasoning)!=null?jo:!0,x=(Uo=(qo=e.features)==null?void 0:qo.showToolCalls)!=null?Uo:!0,((zo=e.launcher)==null?void 0:zo.enabled)===!1&&ie&&(ie.destroy(),ie=null),((Jo=e.launcher)==null?void 0:Jo.enabled)===!1&&Q&&(Q.remove(),Q=null),((Yo=e.launcher)==null?void 0:Yo.enabled)!==!1&&!ie&&!Q){let L=r.find(ce=>ce.renderLauncher);if(L!=null&&L.renderLauncher){let ce=L.renderLauncher({config:e,defaultRenderer:()=>yn(e,ye).element,onToggle:ye});ce&&(Q=ce,n.appendChild(Q))}Q||(ie=yn(e,ye),n.appendChild(ie.element))}ie&&ie.update(e),Ge&&((Ko=e.launcher)==null?void 0:Ko.title)!==void 0&&(Ge.textContent=e.launcher.title),Qe&&((Xo=e.launcher)==null?void 0:Xo.subtitle)!==void 0&&(Qe.textContent=e.launcher.subtitle);let C=(Vo=e.layout)==null?void 0:Vo.header;if((C==null?void 0:C.layout)!==S&&_e){let L=C?Gt(e,C,{showClose:m,onClose:()=>Ye(!1,"user")}):Pt({config:e,showClose:m,onClose:()=>Ye(!1,"user")});_e.replaceWith(L.header),_e=L.header,ue=L.iconHolder,Ge=L.headerTitle,Qe=L.headerSubtitle,_=L.closeButton,S=C==null?void 0:C.layout}else if(C&&(ue&&(ue.style.display=C.showIcon===!1?"none":""),Ge&&(Ge.style.display=C.showTitle===!1?"none":""),Qe&&(Qe.style.display=C.showSubtitle===!1?"none":""),_&&(_.style.display=C.showCloseButton===!1?"none":""),q.clearChatButtonWrapper)){let L=C.showClearChat;if(L!==void 0){q.clearChatButtonWrapper.style.display=L?"":"none";let{closeButtonWrapper:ce}=q;ce&&!ce.classList.contains("tvw-absolute")&&(L?ce.classList.remove("tvw-ml-auto"):ce.classList.add("tvw-ml-auto"))}}let ae=((Go=e.layout)==null?void 0:Go.showHeader)!==!1;_e&&(_e.style.display=ae?"":"none");let A=((Qo=e.layout)==null?void 0:Qo.showFooter)!==!1;Ze&&(Ze.style.display=A?"":"none"),m!==f?m?Ye(N,"auto"):(R=!0,jt()):N!==M&&Ye(N,"auto"),M=N,f=m,Re(),ge(),JSON.stringify(a.toolCall)!==JSON.stringify(u)&&b&&_t(V,b.getMessages(),y);let $=(Zo=e.launcher)!=null?Zo:{},Pe=(es=$.headerIconHidden)!=null?es:!1,we=(ns=(ts=e.layout)==null?void 0:ts.header)==null?void 0:ns.showIcon,le=Pe||we===!1,Ne=$.headerIconName,Oe=(os=$.headerIconSize)!=null?os:"48px";if(ue){let L=U.querySelector(".tvw-border-b-cw-divider"),ce=L==null?void 0:L.querySelector(".tvw-flex-col");if(le)ue.style.display="none",L&&ce&&!L.contains(ce)&&L.insertBefore(ce,L.firstChild);else{if(ue.style.display="",ue.style.height=Oe,ue.style.width=Oe,L&&ce&&(L.contains(ue)?ue.nextSibling!==ce&&(ue.remove(),L.insertBefore(ue,ce)):L.insertBefore(ue,ce)),Ne){let ne=parseFloat(Oe)||24,Te=de(Ne,ne*.6,"#ffffff",2);Te?ue.replaceChildren(Te):ue.textContent=(ss=$.agentIconText)!=null?ss:"\u{1F4AC}"}else if($.iconUrl){let ne=ue.querySelector("img");if(ne)ne.src=$.iconUrl,ne.style.height=Oe,ne.style.width=Oe;else{let Te=document.createElement("img");Te.src=$.iconUrl,Te.alt="",Te.className="tvw-rounded-xl tvw-object-cover",Te.style.height=Oe,Te.style.width=Oe,ue.replaceChildren(Te)}}else{let ne=ue.querySelector("svg"),Te=ue.querySelector("img");(ne||Te)&&ue.replaceChildren(),ue.textContent=(rs=$.agentIconText)!=null?rs:"\u{1F4AC}"}let qe=ue.querySelector("img");qe&&(qe.style.height=Oe,qe.style.width=Oe)}}let Xe=(as=(is=e.layout)==null?void 0:is.header)==null?void 0:as.showTitle,wt=(ds=(ls=e.layout)==null?void 0:ls.header)==null?void 0:ds.showSubtitle;if(Ge&&(Ge.style.display=Xe===!1?"none":""),Qe&&(Qe.style.display=wt===!1?"none":""),_){((us=(cs=e.layout)==null?void 0:cs.header)==null?void 0:us.showCloseButton)===!1?_.style.display="none":_.style.display="";let ce=(ps=$.closeButtonSize)!=null?ps:"32px",qe=(gs=$.closeButtonPlacement)!=null?gs:"inline";_.style.height=ce,_.style.width=ce;let{closeButtonWrapper:ne}=q,Te=qe==="top-right",dt=ne==null?void 0:ne.classList.contains("tvw-absolute");if(ne&&Te!==dt)if(ne.remove(),Te)ne.className="tvw-absolute tvw-top-4 tvw-right-4 tvw-z-50",U.style.position="relative",U.appendChild(ne);else{let se=(hs=(ms=$.clearChat)==null?void 0:ms.placement)!=null?hs:"inline",Je=(ws=(fs=$.clearChat)==null?void 0:fs.enabled)!=null?ws:!0;ne.className=Je&&se==="inline"?"":"tvw-ml-auto";let ct=U.querySelector(".tvw-border-b-cw-divider");ct&&ct.appendChild(ne)}if($.closeButtonColor?(_.style.color=$.closeButtonColor,_.classList.remove("tvw-text-cw-muted")):(_.style.color="",_.classList.add("tvw-text-cw-muted")),$.closeButtonBackgroundColor?(_.style.backgroundColor=$.closeButtonBackgroundColor,_.classList.remove("hover:tvw-bg-gray-100")):(_.style.backgroundColor="",_.classList.add("hover:tvw-bg-gray-100")),$.closeButtonBorderWidth||$.closeButtonBorderColor){let se=$.closeButtonBorderWidth||"0px",Je=$.closeButtonBorderColor||"transparent";_.style.border=`${se} solid ${Je}`,_.classList.remove("tvw-border-none")}else _.style.border="",_.classList.add("tvw-border-none");$.closeButtonBorderRadius?(_.style.borderRadius=$.closeButtonBorderRadius,_.classList.remove("tvw-rounded-full")):(_.style.borderRadius="",_.classList.add("tvw-rounded-full")),$.closeButtonPaddingX?(_.style.paddingLeft=$.closeButtonPaddingX,_.style.paddingRight=$.closeButtonPaddingX):(_.style.paddingLeft="",_.style.paddingRight=""),$.closeButtonPaddingY?(_.style.paddingTop=$.closeButtonPaddingY,_.style.paddingBottom=$.closeButtonPaddingY):(_.style.paddingTop="",_.style.paddingBottom="");let rt=(ys=$.closeButtonIconName)!=null?ys:"x",Wt=(vs=$.closeButtonIconText)!=null?vs:"\xD7";_.innerHTML="";let yt=de(rt,"20px",$.closeButtonColor||"",2);yt?_.appendChild(yt):_.textContent=Wt;let ze=(bs=$.closeButtonTooltipText)!=null?bs:"Close chat",St=(Cs=$.closeButtonShowTooltip)!=null?Cs:!0;if(_.setAttribute("aria-label",ze),ne&&(ne._cleanupTooltip&&(ne._cleanupTooltip(),delete ne._cleanupTooltip),St&&ze)){let se=null,Je=()=>{if(se||!_)return;se=h("div","tvw-clear-chat-tooltip"),se.textContent=ze;let hn=h("div");hn.className="tvw-clear-chat-tooltip-arrow",se.appendChild(hn);let zt=_.getBoundingClientRect();se.style.position="fixed",se.style.left=`${zt.left+zt.width/2}px`,se.style.top=`${zt.top-8}px`,se.style.transform="translate(-50%, -100%)",document.body.appendChild(se)},ct=()=>{se&&se.parentNode&&(se.parentNode.removeChild(se),se=null)};ne.addEventListener("mouseenter",Je),ne.addEventListener("mouseleave",ct),_.addEventListener("focus",Je),_.addEventListener("blur",ct),ne._cleanupTooltip=()=>{ct(),ne&&(ne.removeEventListener("mouseenter",Je),ne.removeEventListener("mouseleave",ct)),_&&(_.removeEventListener("focus",Je),_.removeEventListener("blur",ct))}}}let{clearChatButton:Z,clearChatButtonWrapper:Se}=q;if(Z){let L=(xs=$.clearChat)!=null?xs:{},ce=(Ss=L.enabled)!=null?Ss:!0,qe=(Ts=(As=e.layout)==null?void 0:As.header)==null?void 0:Ts.showClearChat,ne=qe!==void 0?qe:ce,Te=(Es=L.placement)!=null?Es:"inline";if(Se){Se.style.display=ne?"":"none";let{closeButtonWrapper:dt}=q;dt&&!dt.classList.contains("tvw-absolute")&&(ne?dt.classList.remove("tvw-ml-auto"):dt.classList.add("tvw-ml-auto"));let rt=Te==="top-right",Wt=Se.classList.contains("tvw-absolute");if(rt!==Wt&&ne){if(Se.remove(),rt)Se.className="tvw-absolute tvw-top-4 tvw-z-50",Se.style.right="48px",U.style.position="relative",U.appendChild(Se);else{Se.className="tvw-relative tvw-ml-auto tvw-clear-chat-button-wrapper",Se.style.right="";let ze=U.querySelector(".tvw-border-b-cw-divider"),St=q.closeButtonWrapper;ze&&St&&St.parentElement===ze?ze.insertBefore(Se,St):ze&&ze.appendChild(Se)}let yt=q.closeButtonWrapper;yt&&!yt.classList.contains("tvw-absolute")&&(rt?yt.classList.add("tvw-ml-auto"):yt.classList.remove("tvw-ml-auto"))}}if(ne){let dt=(Ms=L.size)!=null?Ms:"32px";Z.style.height=dt,Z.style.width=dt;let rt=(ks=L.iconName)!=null?ks:"refresh-cw",Wt=(Ws=L.iconColor)!=null?Ws:"";Z.innerHTML="";let yt=de(rt,"20px",Wt||"",2);if(yt&&Z.appendChild(yt),Wt?(Z.style.color=Wt,Z.classList.remove("tvw-text-cw-muted")):(Z.style.color="",Z.classList.add("tvw-text-cw-muted")),L.backgroundColor?(Z.style.backgroundColor=L.backgroundColor,Z.classList.remove("hover:tvw-bg-gray-100")):(Z.style.backgroundColor="",Z.classList.add("hover:tvw-bg-gray-100")),L.borderWidth||L.borderColor){let se=L.borderWidth||"0px",Je=L.borderColor||"transparent";Z.style.border=`${se} solid ${Je}`,Z.classList.remove("tvw-border-none")}else Z.style.border="",Z.classList.add("tvw-border-none");L.borderRadius?(Z.style.borderRadius=L.borderRadius,Z.classList.remove("tvw-rounded-full")):(Z.style.borderRadius="",Z.classList.add("tvw-rounded-full")),L.paddingX?(Z.style.paddingLeft=L.paddingX,Z.style.paddingRight=L.paddingX):(Z.style.paddingLeft="",Z.style.paddingRight=""),L.paddingY?(Z.style.paddingTop=L.paddingY,Z.style.paddingBottom=L.paddingY):(Z.style.paddingTop="",Z.style.paddingBottom="");let ze=(Ls=L.tooltipText)!=null?Ls:"Clear chat",St=(Bs=L.showTooltip)!=null?Bs:!0;if(Z.setAttribute("aria-label",ze),Se&&(Se._cleanupTooltip&&(Se._cleanupTooltip(),delete Se._cleanupTooltip),St&&ze)){let se=null,Je=()=>{if(se||!Z)return;se=h("div","tvw-clear-chat-tooltip"),se.textContent=ze;let hn=h("div");hn.className="tvw-clear-chat-tooltip-arrow",se.appendChild(hn);let zt=Z.getBoundingClientRect();se.style.position="fixed",se.style.left=`${zt.left+zt.width/2}px`,se.style.top=`${zt.top-8}px`,se.style.transform="translate(-50%, -100%)",document.body.appendChild(se)},ct=()=>{se&&se.parentNode&&(se.parentNode.removeChild(se),se=null)};Se.addEventListener("mouseenter",Je),Se.addEventListener("mouseleave",ct),Z.addEventListener("focus",Je),Z.addEventListener("blur",ct),Se._cleanupTooltip=()=>{ct(),Se&&(Se.removeEventListener("mouseenter",Je),Se.removeEventListener("mouseleave",ct)),Z&&(Z.removeEventListener("focus",Je),Z.removeEventListener("blur",ct))}}}}let qt=e.actionParsers&&e.actionParsers.length?e.actionParsers:[Cn],Ut=e.actionHandlers&&e.actionHandlers.length?e.actionHandlers:[Kt.message,Kt.messageAndClick];v=xn({parsers:qt,handlers:Ut,getMetadata:c,updateMetadata:w,emit:s.emit,documentRef:typeof document!="undefined"?document:null}),y=Mr(e,v),b.updateConfig(e),_t(V,b.getMessages(),y),ke.render(e.suggestionChips,b,oe,void 0,e.suggestionChipsConfig),re(),B(b.isStreaming());let an=((Hs=e.voiceRecognition)==null?void 0:Hs.enabled)===!0,ln=typeof window!="undefined"&&(typeof window.webkitSpeechRecognition!="undefined"||typeof window.SpeechRecognition!="undefined"),kn=an&&ln;if(nt.classList.remove("tvw-gap-1","tvw-gap-3"),nt.classList.add(kn?"tvw-gap-1":"tvw-gap-3"),an&&ln)if(!P||!$e){let L=E(e.voiceRecognition,e.sendButton);L&&(P=L.micButton,$e=L.micButtonWrapper,nt.insertBefore($e,Ve),P.addEventListener("click",K),P.disabled=b.isStreaming())}else{let L=(Is=e.voiceRecognition)!=null?Is:{},ce=(Rs=e.sendButton)!=null?Rs:{},qe=(Ps=L.iconName)!=null?Ps:"mic",ne=($s=ce.size)!=null?$s:"40px",Te=(Fs=L.iconSize)!=null?Fs:ne,dt=parseFloat(Te)||24;P.style.width=Te,P.style.height=Te,P.style.minWidth=Te,P.style.minHeight=Te;let rt=(Os=(Ns=L.iconColor)!=null?Ns:ce.textColor)!=null?Os:"currentColor";P.innerHTML="";let Wt=de(qe,dt,rt,2);Wt?P.appendChild(Wt):P.textContent="\u{1F3A4}";let yt=(Ds=L.backgroundColor)!=null?Ds:ce.backgroundColor;yt?(P.style.backgroundColor=yt,P.classList.remove("tvw-bg-cw-primary")):(P.style.backgroundColor="",P.classList.add("tvw-bg-cw-primary")),rt?(P.style.color=rt,P.classList.remove("tvw-text-white")):!rt&&!ce.textColor&&(P.style.color="",P.classList.add("tvw-text-white")),L.borderWidth?(P.style.borderWidth=L.borderWidth,P.style.borderStyle="solid"):(P.style.borderWidth="",P.style.borderStyle=""),L.borderColor?P.style.borderColor=L.borderColor:P.style.borderColor="",L.paddingX?(P.style.paddingLeft=L.paddingX,P.style.paddingRight=L.paddingX):(P.style.paddingLeft="",P.style.paddingRight=""),L.paddingY?(P.style.paddingTop=L.paddingY,P.style.paddingBottom=L.paddingY):(P.style.paddingTop="",P.style.paddingBottom="");let ze=$e==null?void 0:$e.querySelector(".tvw-send-button-tooltip"),St=(_s=L.tooltipText)!=null?_s:"Start voice recognition";if(((js=L.showTooltip)!=null?js:!1)&&St)if(ze)ze.textContent=St,ze.style.display="";else{let Je=document.createElement("div");Je.className="tvw-send-button-tooltip",Je.textContent=St,$e==null||$e.insertBefore(Je,P)}else ze&&(ze.style.display="none");$e.style.display="",P.disabled=b.isStreaming()}else P&&$e&&($e.style.display="none",Ae&&W());let De=(qs=e.sendButton)!=null?qs:{},Wn=(Us=De.useIcon)!=null?Us:!1,dn=(zs=De.iconText)!=null?zs:"\u2191",cn=De.iconName,Nt=(Js=De.tooltipText)!=null?Js:"Send message",un=(Ys=De.showTooltip)!=null?Ys:!1,pn=(Ks=De.size)!=null?Ks:"40px",Ln=De.backgroundColor,kt=De.textColor;if(Wn){if(D.style.width=pn,D.style.height=pn,D.style.minWidth=pn,D.style.minHeight=pn,D.style.fontSize="18px",D.style.lineHeight="1",D.innerHTML="",cn){let L=parseFloat(pn)||24,ce=kt&&typeof kt=="string"&&kt.trim()?kt.trim():"currentColor",qe=de(cn,L,ce,2);qe?(D.appendChild(qe),D.style.color=ce):(D.textContent=dn,kt?D.style.color=kt:D.classList.add("tvw-text-white"))}else D.textContent=dn,kt?D.style.color=kt:D.classList.add("tvw-text-white");D.className="tvw-rounded-button tvw-flex tvw-items-center tvw-justify-center disabled:tvw-opacity-50 tvw-cursor-pointer",Ln?(D.style.backgroundColor=Ln,D.classList.remove("tvw-bg-cw-primary")):D.classList.add("tvw-bg-cw-primary")}else D.textContent=(Vs=(Xs=e.copy)==null?void 0:Xs.sendButtonLabel)!=null?Vs:"Send",D.style.width="",D.style.height="",D.style.minWidth="",D.style.minHeight="",D.style.fontSize="",D.style.lineHeight="",D.className="tvw-rounded-button tvw-bg-cw-accent tvw-px-4 tvw-py-2 tvw-text-sm tvw-font-semibold tvw-text-white disabled:tvw-opacity-50 tvw-cursor-pointer",Ln?(D.style.backgroundColor=Ln,D.classList.remove("tvw-bg-cw-accent")):D.classList.add("tvw-bg-cw-accent"),kt?D.style.color=kt:D.classList.add("tvw-text-white");De.borderWidth?(D.style.borderWidth=De.borderWidth,D.style.borderStyle="solid"):(D.style.borderWidth="",D.style.borderStyle=""),De.borderColor?D.style.borderColor=De.borderColor:D.style.borderColor="",De.paddingX?(D.style.paddingLeft=De.paddingX,D.style.paddingRight=De.paddingX):(D.style.paddingLeft="",D.style.paddingRight=""),De.paddingY?(D.style.paddingTop=De.paddingY,D.style.paddingBottom=De.paddingY):(D.style.paddingTop="",D.style.paddingBottom="");let gn=Ve==null?void 0:Ve.querySelector(".tvw-send-button-tooltip");if(un&&Nt)if(gn)gn.textContent=Nt,gn.style.display="";else{let L=document.createElement("div");L.className="tvw-send-button-tooltip",L.textContent=Nt,Ve==null||Ve.insertBefore(L,D)}else gn&&(gn.style.display="none");let mn=(Gs=e.statusIndicator)!=null?Gs:{},Br=(Qs=mn.visible)!=null?Qs:!0;if(at.style.display=Br?"":"none",b){let L=b.getStatus(),ce=qe=>{var ne,Te,dt,rt;return qe==="idle"?(ne=mn.idleText)!=null?ne:tt.idle:qe==="connecting"?(Te=mn.connectingText)!=null?Te:tt.connecting:qe==="connected"?(dt=mn.connectedText)!=null?dt:tt.connected:qe==="error"?(rt=mn.errorText)!=null?rt:tt.error:tt[qe]};at.textContent=ce(L)}},open(){m&&Ye(!0,"api")},close(){m&&Ye(!1,"api")},toggle(){m&&Ye(!R,"api")},clearChat(){b.clearMessages();try{localStorage.removeItem(sn),e.debug&&console.log(`[AgentWidget] Cleared default localStorage key: ${sn}`)}catch(u){console.error("[AgentWidget] Failed to clear default localStorage:",u)}if(e.clearChatHistoryStorageKey&&e.clearChatHistoryStorageKey!==sn)try{localStorage.removeItem(e.clearChatHistoryStorageKey),e.debug&&console.log(`[AgentWidget] Cleared custom localStorage key: ${e.clearChatHistoryStorageKey}`)}catch(u){console.error("[AgentWidget] Failed to clear custom localStorage:",u)}let a=new CustomEvent("vanilla-agent:clear-chat",{detail:{timestamp:new Date().toISOString()}});if(window.dispatchEvent(a),i!=null&&i.clear)try{let u=i.clear();u instanceof Promise&&u.catch(T=>{typeof console!="undefined"&&console.error("[AgentWidget] Failed to clear storage adapter:",T)})}catch(u){typeof console!="undefined"&&console.error("[AgentWidget] Failed to clear storage adapter:",u)}l={},v.syncFromMetadata()},setMessage(a){return!oe||b.isStreaming()?!1:(!R&&m&&Ye(!0,"system"),oe.value=a,oe.dispatchEvent(new Event("input",{bubbles:!0})),!0)},submitMessage(a){if(b.isStreaming())return!1;let u=(a==null?void 0:a.trim())||oe.value.trim();return u?(!R&&m&&Ye(!0,"system"),oe.value="",b.sendMessage(u),!0):!1},startVoiceRecognition(){return Ae||b.isStreaming()||!ft()?!1:(!R&&m&&Ye(!0,"system"),pe.manuallyDeactivated=!1,Ht(),te("user"),!0)},stopVoiceRecognition(){return Ae?(pe.manuallyDeactivated=!0,Ht(),W("user"),!0):!1},injectTestMessage(a){!R&&m&&Ye(!0,"system"),b.injectTestEvent(a)},getMessages(){return b.getMessages()},getStatus(){return b.getStatus()},getPersistentMetadata(){return{...l}},updatePersistentMetadata(a){w(a)},on(a,u){return s.on(a,u)},off(a,u){s.off(a,u)},isOpen(){return m&&R},isVoiceActive(){return pe.active},getState(){return{open:m&&R,launcherEnabled:m,voiceActive:pe.active,streaming:b.isStreaming()}},showCSATFeedback(a){!R&&m&&Ye(!0,"system");let u=V.querySelector(".tvw-feedback-container");u&&u.remove();let T=Xn({onSubmit:async(I,C)=>{var G;b.isClientTokenMode()&&await b.submitCSATFeedback(I,C),(G=a==null?void 0:a.onSubmit)==null||G.call(a,I,C)},onDismiss:a==null?void 0:a.onDismiss,...a});V.appendChild(T),T.scrollIntoView({behavior:"smooth",block:"end"})},showNPSFeedback(a){!R&&m&&Ye(!0,"system");let u=V.querySelector(".tvw-feedback-container");u&&u.remove();let T=Vn({onSubmit:async(I,C)=>{var G;b.isClientTokenMode()&&await b.submitNPSFeedback(I,C),(G=a==null?void 0:a.onSubmit)==null||G.call(a,I,C)},onDismiss:a==null?void 0:a.onDismiss,...a});V.appendChild(T),T.scrollIntoView({behavior:"smooth",block:"end"})},async submitCSATFeedback(a,u){return b.submitCSATFeedback(a,u)},async submitNPSFeedback(a,u){return b.submitNPSFeedback(a,u)},destroy(){Fe.forEach(a=>a()),j.remove(),ie==null||ie.destroy(),Q==null||Q.remove(),Le&&_.removeEventListener("click",Le)}};if(((($o=o==null?void 0:o.debugTools)!=null?$o:!1)||!!e.debug)&&typeof window!="undefined"){let a=window.AgentWidgetBrowser,u={controller:ve,getMessages:ve.getMessages,getStatus:ve.getStatus,getMetadata:ve.getPersistentMetadata,updateMetadata:ve.updatePersistentMetadata,clearHistory:()=>ve.clearChat(),setVoiceActive:T=>T?ve.startVoiceRecognition():ve.stopVoiceRecognition()};window.AgentWidgetBrowser=u,Fe.push(()=>{window.AgentWidgetBrowser===u&&(window.AgentWidgetBrowser=a)})}return ve};var xo={},ai=n=>{if(typeof window=="undefined"||typeof document=="undefined")throw new Error("Chat widget can only be mounted in a browser environment");if(typeof n=="string"){let t=document.querySelector(n);if(!t)throw new Error(`Chat widget target "${n}" was not found`);return t}return n},li=()=>{try{if(typeof xo!="undefined"&&xo.url)return new URL("../widget.css",xo.url).href}catch{}return null},kr=n=>{let t=li(),o=()=>{if(!(n instanceof ShadowRoot)||n.querySelector("link[data-vanilla-agent]"))return;let e=document.head.querySelector("link[data-vanilla-agent]");if(!e)return;let r=e.cloneNode(!0);n.insertBefore(r,n.firstChild)};if(n instanceof ShadowRoot)if(t){let e=document.createElement("link");e.rel="stylesheet",e.href=t,e.setAttribute("data-vanilla-agent","true"),n.insertBefore(e,n.firstChild)}else o();else if(!document.head.querySelector("link[data-vanilla-agent]")&&t){let r=document.createElement("link");r.rel="stylesheet",r.href=t,r.setAttribute("data-vanilla-agent","true"),document.head.appendChild(r)}},So=n=>{var c,w,g,p;let t=ai(n.target),o=document.createElement("div");o.className="vanilla-agent-host";let e=(g=(w=(c=n.config)==null?void 0:c.launcher)==null?void 0:w.enabled)!=null?g:!0;e||(o.style.height="100%"),t.appendChild(o);let r=n.useShadowDom===!0,s,i;if(r){let v=o.attachShadow({mode:"open"});i=v,s=document.createElement("div"),s.id="vanilla-agent-root",e||(s.style.height="100%",s.style.display="flex",s.style.flexDirection="column",s.style.flex="1",s.style.minHeight="0"),v.appendChild(s),kr(v)}else i=o,s=document.createElement("div"),s.id="vanilla-agent-root",e||(s.style.height="100%",s.style.display="flex",s.style.flexDirection="column",s.style.flex="1",s.style.minHeight="0"),o.appendChild(s),kr(o);let l=Gn(s,n.config,{debugTools:n.debugTools});(p=n.onReady)==null||p.call(n);let d={...l,host:o,destroy(){l.destroy(),o.remove(),n.windowKey&&typeof window!="undefined"&&delete window[n.windowKey]}};return n.windowKey&&typeof window!="undefined"&&(window[n.windowKey]=d),d};function di(n){if(!n)return null;let t=n.toString();return t.includes("createJsonStreamParser")||t.includes("partial-json")?"json":t.includes("createRegexJsonParser")||t.includes("regex")?"regex-json":t.includes("createXmlParser")||t.includes("<text>")?"xml":null}function Qn(n){var t,o;return(o=(t=n.parserType)!=null?t:di(n.streamParser))!=null?o:"plain"}function Zn(n,t){let o=[];return n.toolCall&&(o.push(`${t}toolCall: {`),Object.entries(n.toolCall).forEach(([e,r])=>{typeof r=="string"&&o.push(`${t} ${e}: "${r}",`)}),o.push(`${t}},`)),o}function eo(n,t){let o=[];return n.messageActions&&Object.entries(n.messageActions).some(([r,s])=>r!=="onFeedback"&&r!=="onCopy"&&s!==void 0)&&(o.push(`${t}messageActions: {`),Object.entries(n.messageActions).forEach(([r,s])=>{r==="onFeedback"||r==="onCopy"||(typeof s=="string"?o.push(`${t} ${r}: "${s}",`):typeof s=="boolean"&&o.push(`${t} ${r}: ${s},`))}),o.push(`${t}},`)),o}function to(n,t){let o=[];if(n.markdown){let e=n.markdown.options&&Object.keys(n.markdown.options).length>0,r=n.markdown.disableDefaultStyles!==void 0;(e||r)&&(o.push(`${t}markdown: {`),e&&(o.push(`${t} options: {`),Object.entries(n.markdown.options).forEach(([s,i])=>{typeof i=="string"?o.push(`${t} ${s}: "${i}",`):typeof i=="boolean"&&o.push(`${t} ${s}: ${i},`)}),o.push(`${t} },`)),r&&o.push(`${t} disableDefaultStyles: ${n.markdown.disableDefaultStyles},`),o.push(`${t}},`))}return o}function no(n,t){let o=[];if(n.layout){let e=n.layout.header&&Object.keys(n.layout.header).some(s=>s!=="render"),r=n.layout.messages&&Object.keys(n.layout.messages).some(s=>s!=="renderUserMessage"&&s!=="renderAssistantMessage");(e||r)&&(o.push(`${t}layout: {`),e&&(o.push(`${t} header: {`),Object.entries(n.layout.header).forEach(([s,i])=>{s!=="render"&&(typeof i=="string"?o.push(`${t} ${s}: "${i}",`):typeof i=="boolean"&&o.push(`${t} ${s}: ${i},`))}),o.push(`${t} },`)),r&&(o.push(`${t} messages: {`),Object.entries(n.layout.messages).forEach(([s,i])=>{s==="renderUserMessage"||s==="renderAssistantMessage"||(s==="avatar"&&typeof i=="object"&&i!==null?(o.push(`${t} avatar: {`),Object.entries(i).forEach(([l,d])=>{typeof d=="string"?o.push(`${t} ${l}: "${d}",`):typeof d=="boolean"&&o.push(`${t} ${l}: ${d},`)}),o.push(`${t} },`)):s==="timestamp"&&typeof i=="object"&&i!==null?Object.entries(i).some(([d])=>d!=="format")&&(o.push(`${t} timestamp: {`),Object.entries(i).forEach(([d,c])=>{d!=="format"&&(typeof c=="string"?o.push(`${t} ${d}: "${c}",`):typeof c=="boolean"&&o.push(`${t} ${d}: ${c},`))}),o.push(`${t} },`)):typeof i=="string"?o.push(`${t} ${s}: "${i}",`):typeof i=="boolean"&&o.push(`${t} ${s}: ${i},`))}),o.push(`${t} },`)),o.push(`${t}},`))}return o}function Wr(n,t="esm"){let o={...n};return delete o.postprocessMessage,delete o.initialMessages,t==="esm"?ci(o):t==="script-installer"?gi(o):t==="script-advanced"?hi(o):t==="react-component"?ui(o):t==="react-advanced"?pi(o):mi(o)}function ci(n){let t=Qn(n),o=t!=="plain",e=["import 'vanilla-agent/widget.css';","import { initAgentWidget, markdownPostprocessor } from 'vanilla-agent';","","initAgentWidget({"," target: 'body',"," config: {"];return n.apiUrl&&e.push(` apiUrl: "${n.apiUrl}",`),n.flowId&&e.push(` flowId: "${n.flowId}",`),o&&e.push(` parserType: "${t}",`),n.theme&&(e.push(" theme: {"),Object.entries(n.theme).forEach(([r,s])=>{e.push(` ${r}: "${s}",`)}),e.push(" },")),n.launcher&&(e.push(" launcher: {"),Object.entries(n.launcher).forEach(([r,s])=>{typeof s=="string"?e.push(` ${r}: "${s}",`):typeof s=="boolean"&&e.push(` ${r}: ${s},`)}),e.push(" },")),n.copy&&(e.push(" copy: {"),Object.entries(n.copy).forEach(([r,s])=>{e.push(` ${r}: "${s}",`)}),e.push(" },")),n.sendButton&&(e.push(" sendButton: {"),Object.entries(n.sendButton).forEach(([r,s])=>{typeof s=="string"?e.push(` ${r}: "${s}",`):typeof s=="boolean"&&e.push(` ${r}: ${s},`)}),e.push(" },")),n.voiceRecognition&&(e.push(" voiceRecognition: {"),Object.entries(n.voiceRecognition).forEach(([r,s])=>{typeof s=="string"?e.push(` ${r}: "${s}",`):typeof s=="boolean"?e.push(` ${r}: ${s},`):typeof s=="number"&&e.push(` ${r}: ${s},`)}),e.push(" },")),n.statusIndicator&&(e.push(" statusIndicator: {"),Object.entries(n.statusIndicator).forEach(([r,s])=>{typeof s=="string"?e.push(` ${r}: "${s}",`):typeof s=="boolean"&&e.push(` ${r}: ${s},`)}),e.push(" },")),n.features&&(e.push(" features: {"),Object.entries(n.features).forEach(([r,s])=>{e.push(` ${r}: ${s},`)}),e.push(" },")),n.suggestionChips&&n.suggestionChips.length>0&&(e.push(" suggestionChips: ["),n.suggestionChips.forEach(r=>{e.push(` "${r}",`)}),e.push(" ],")),n.suggestionChipsConfig&&(e.push(" suggestionChipsConfig: {"),n.suggestionChipsConfig.fontFamily&&e.push(` fontFamily: "${n.suggestionChipsConfig.fontFamily}",`),n.suggestionChipsConfig.fontWeight&&e.push(` fontWeight: "${n.suggestionChipsConfig.fontWeight}",`),n.suggestionChipsConfig.paddingX&&e.push(` paddingX: "${n.suggestionChipsConfig.paddingX}",`),n.suggestionChipsConfig.paddingY&&e.push(` paddingY: "${n.suggestionChipsConfig.paddingY}",`),e.push(" },")),e.push(...Zn(n," ")),e.push(...eo(n," ")),e.push(...to(n," ")),e.push(...no(n," ")),n.debug&&e.push(` debug: ${n.debug},`),e.push(" postprocessMessage: ({ text }) => markdownPostprocessor(text)"),e.push(" }"),e.push("});"),e.join(`
|
|
61
|
+
`)}function ui(n){let t=Qn(n),o=t!=="plain",e=["// ChatWidget.tsx","'use client'; // Required for Next.js - remove for Vite/CRA","","import { useEffect } from 'react';","import 'vanilla-agent/widget.css';","import { initAgentWidget, markdownPostprocessor } from 'vanilla-agent';","import type { AgentWidgetInitHandle } from 'vanilla-agent';","","export function ChatWidget() {"," useEffect(() => {"," let handle: AgentWidgetInitHandle | null = null;",""," handle = initAgentWidget({"," target: 'body',"," config: {"];return n.apiUrl&&e.push(` apiUrl: "${n.apiUrl}",`),n.flowId&&e.push(` flowId: "${n.flowId}",`),o&&e.push(` parserType: "${t}",`),n.theme&&(e.push(" theme: {"),Object.entries(n.theme).forEach(([r,s])=>{e.push(` ${r}: "${s}",`)}),e.push(" },")),n.launcher&&(e.push(" launcher: {"),Object.entries(n.launcher).forEach(([r,s])=>{typeof s=="string"?e.push(` ${r}: "${s}",`):typeof s=="boolean"&&e.push(` ${r}: ${s},`)}),e.push(" },")),n.copy&&(e.push(" copy: {"),Object.entries(n.copy).forEach(([r,s])=>{e.push(` ${r}: "${s}",`)}),e.push(" },")),n.sendButton&&(e.push(" sendButton: {"),Object.entries(n.sendButton).forEach(([r,s])=>{typeof s=="string"?e.push(` ${r}: "${s}",`):typeof s=="boolean"&&e.push(` ${r}: ${s},`)}),e.push(" },")),n.voiceRecognition&&(e.push(" voiceRecognition: {"),Object.entries(n.voiceRecognition).forEach(([r,s])=>{typeof s=="string"?e.push(` ${r}: "${s}",`):typeof s=="boolean"?e.push(` ${r}: ${s},`):typeof s=="number"&&e.push(` ${r}: ${s},`)}),e.push(" },")),n.statusIndicator&&(e.push(" statusIndicator: {"),Object.entries(n.statusIndicator).forEach(([r,s])=>{typeof s=="string"?e.push(` ${r}: "${s}",`):typeof s=="boolean"&&e.push(` ${r}: ${s},`)}),e.push(" },")),n.features&&(e.push(" features: {"),Object.entries(n.features).forEach(([r,s])=>{e.push(` ${r}: ${s},`)}),e.push(" },")),n.suggestionChips&&n.suggestionChips.length>0&&(e.push(" suggestionChips: ["),n.suggestionChips.forEach(r=>{e.push(` "${r}",`)}),e.push(" ],")),n.suggestionChipsConfig&&(e.push(" suggestionChipsConfig: {"),n.suggestionChipsConfig.fontFamily&&e.push(` fontFamily: "${n.suggestionChipsConfig.fontFamily}",`),n.suggestionChipsConfig.fontWeight&&e.push(` fontWeight: "${n.suggestionChipsConfig.fontWeight}",`),n.suggestionChipsConfig.paddingX&&e.push(` paddingX: "${n.suggestionChipsConfig.paddingX}",`),n.suggestionChipsConfig.paddingY&&e.push(` paddingY: "${n.suggestionChipsConfig.paddingY}",`),e.push(" },")),e.push(...Zn(n," ")),e.push(...eo(n," ")),e.push(...to(n," ")),e.push(...no(n," ")),n.debug&&e.push(` debug: ${n.debug},`),e.push(" postprocessMessage: ({ text }) => markdownPostprocessor(text)"),e.push(" }"),e.push(" });"),e.push(""),e.push(" // Cleanup on unmount"),e.push(" return () => {"),e.push(" if (handle) {"),e.push(" handle.destroy();"),e.push(" }"),e.push(" };"),e.push(" }, []);"),e.push(""),e.push(" return null; // Widget injects itself into the DOM"),e.push("}"),e.push(""),e.push("// Usage in your app:"),e.push("// import { ChatWidget } from './components/ChatWidget';"),e.push("//"),e.push("// export default function App() {"),e.push("// return ("),e.push("// <div>"),e.push("// {/* Your app content */}"),e.push("// <ChatWidget />"),e.push("// </div>"),e.push("// );"),e.push("// }"),e.join(`
|
|
62
|
+
`)}function pi(n){let t=["// ChatWidgetAdvanced.tsx","'use client'; // Required for Next.js - remove for Vite/CRA","","import { useEffect } from 'react';","import 'vanilla-agent/widget.css';","import {"," initAgentWidget,"," createFlexibleJsonStreamParser,"," defaultJsonActionParser,"," defaultActionHandlers,"," markdownPostprocessor","} from 'vanilla-agent';","import type { AgentWidgetInitHandle } from 'vanilla-agent';","","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('.vanilla-agent-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 n.apiUrl&&t.push(` apiUrl: "${n.apiUrl}",`),n.flowId&&t.push(` flowId: "${n.flowId}",`),n.theme&&(t.push(" theme: {"),Object.entries(n.theme).forEach(([o,e])=>{t.push(` ${o}: "${e}",`)}),t.push(" },")),n.launcher&&(t.push(" launcher: {"),Object.entries(n.launcher).forEach(([o,e])=>{typeof e=="string"?t.push(` ${o}: "${e}",`):typeof e=="boolean"&&t.push(` ${o}: ${e},`)}),t.push(" },")),n.copy&&(t.push(" copy: {"),Object.entries(n.copy).forEach(([o,e])=>{t.push(` ${o}: "${e}",`)}),t.push(" },")),n.sendButton&&(t.push(" sendButton: {"),Object.entries(n.sendButton).forEach(([o,e])=>{typeof e=="string"?t.push(` ${o}: "${e}",`):typeof e=="boolean"&&t.push(` ${o}: ${e},`)}),t.push(" },")),n.voiceRecognition&&(t.push(" voiceRecognition: {"),Object.entries(n.voiceRecognition).forEach(([o,e])=>{typeof e=="string"?t.push(` ${o}: "${e}",`):typeof e=="boolean"?t.push(` ${o}: ${e},`):typeof e=="number"&&t.push(` ${o}: ${e},`)}),t.push(" },")),n.statusIndicator&&(t.push(" statusIndicator: {"),Object.entries(n.statusIndicator).forEach(([o,e])=>{typeof e=="string"?t.push(` ${o}: "${e}",`):typeof e=="boolean"&&t.push(` ${o}: ${e},`)}),t.push(" },")),n.features&&(t.push(" features: {"),Object.entries(n.features).forEach(([o,e])=>{t.push(` ${o}: ${e},`)}),t.push(" },")),n.suggestionChips&&n.suggestionChips.length>0&&(t.push(" suggestionChips: ["),n.suggestionChips.forEach(o=>{t.push(` "${o}",`)}),t.push(" ],")),n.suggestionChipsConfig&&(t.push(" suggestionChipsConfig: {"),n.suggestionChipsConfig.fontFamily&&t.push(` fontFamily: "${n.suggestionChipsConfig.fontFamily}",`),n.suggestionChipsConfig.fontWeight&&t.push(` fontWeight: "${n.suggestionChipsConfig.fontWeight}",`),n.suggestionChipsConfig.paddingX&&t.push(` paddingX: "${n.suggestionChipsConfig.paddingX}",`),n.suggestionChipsConfig.paddingY&&t.push(` paddingY: "${n.suggestionChipsConfig.paddingY}",`),t.push(" },")),t.push(...Zn(n," ")),t.push(...eo(n," ")),t.push(...to(n," ")),t.push(...no(n," ")),n.debug&&t.push(` debug: ${n.debug},`),t.push(" initialMessages: loadSavedMessages(),"),t.push(" // Flexible JSON stream parser for handling structured actions"),t.push(" streamParser: () => createFlexibleJsonStreamParser((parsed: any) => {"),t.push(" if (!parsed || typeof parsed !== 'object') return null;"),t.push(" // Extract display text based on action type"),t.push(" if (parsed.action === 'nav_then_click') return 'Navigating...';"),t.push(" if (parsed.action === 'message') return parsed.text || '';"),t.push(" if (parsed.action === 'message_and_click') return parsed.text || 'Processing...';"),t.push(" return parsed.text || null;"),t.push(" }),"),t.push(" // Action parsers to detect JSON actions in responses"),t.push(" actionParsers: ["),t.push(" defaultJsonActionParser,"),t.push(" // Custom parser for markdown-wrapped JSON"),t.push(" ({ text, message }: any) => {"),t.push(" const jsonSource = (message as any).rawContent || text || message.content;"),t.push(" if (!jsonSource || typeof jsonSource !== 'string') return null;"),t.push(" // Strip markdown code fences"),t.push(" let cleanJson = jsonSource"),t.push(" .replace(/^```(?:json)?\\s*\\n?/, '')"),t.push(" .replace(/\\n?```\\s*$/, '')"),t.push(" .trim();"),t.push(" if (!cleanJson.startsWith('{') || !cleanJson.endsWith('}')) return null;"),t.push(" try {"),t.push(" const parsed = JSON.parse(cleanJson);"),t.push(" if (parsed.action) return { type: parsed.action, payload: parsed };"),t.push(" } catch (e) { return null; }"),t.push(" return null;"),t.push(" }"),t.push(" ],"),t.push(" // Action handlers for navigation and other actions"),t.push(" actionHandlers: ["),t.push(" defaultActionHandlers.message,"),t.push(" defaultActionHandlers.messageAndClick,"),t.push(" // Handler for nav_then_click action"),t.push(" (action: any, context: any) => {"),t.push(" if (action.type !== 'nav_then_click') return;"),t.push(" const payload = action.payload || action.raw || {};"),t.push(" const url = payload?.page;"),t.push(" const text = payload?.on_load_text || 'Navigating...';"),t.push(" if (!url) return { handled: true, displayText: text };"),t.push(" // Check if already processed"),t.push(" const messageId = context.message?.id;"),t.push(" const processedActions = JSON.parse(localStorage.getItem(PROCESSED_ACTIONS_KEY) || '[]');"),t.push(" const actionKey = `nav_${messageId}_${url}`;"),t.push(" if (processedActions.includes(actionKey)) {"),t.push(" return { handled: true, displayText: text };"),t.push(" }"),t.push(" processedActions.push(actionKey);"),t.push(" localStorage.setItem(PROCESSED_ACTIONS_KEY, JSON.stringify(processedActions));"),t.push(" const targetUrl = url.startsWith('http') ? url : new URL(url, window.location.origin).toString();"),t.push(" window.location.href = targetUrl;"),t.push(" return { handled: true, displayText: text };"),t.push(" }"),t.push(" ],"),t.push(" postprocessMessage: ({ text }) => markdownPostprocessor(text),"),t.push(" requestMiddleware: ({ payload }) => {"),t.push(" return {"),t.push(" ...payload,"),t.push(" metadata: collectDOMContext()"),t.push(" };"),t.push(" }"),t.push(" }"),t.push(" });"),t.push(""),t.push(" // Save state on message events"),t.push(" const handleMessage = () => {"),t.push(" const session = handle?.getSession?.();"),t.push(" if (session) {"),t.push(" localStorage.setItem(STORAGE_KEY, JSON.stringify({"),t.push(" messages: session.messages,"),t.push(" timestamp: new Date().toISOString()"),t.push(" }));"),t.push(" }"),t.push(" };"),t.push(""),t.push(" // Clear state on clear chat"),t.push(" const handleClearChat = () => {"),t.push(" localStorage.removeItem(STORAGE_KEY);"),t.push(" localStorage.removeItem(PROCESSED_ACTIONS_KEY);"),t.push(" };"),t.push(""),t.push(" window.addEventListener('vanilla-agent:message', handleMessage);"),t.push(" window.addEventListener('vanilla-agent:clear-chat', handleClearChat);"),t.push(""),t.push(" // Cleanup on unmount"),t.push(" return () => {"),t.push(" window.removeEventListener('vanilla-agent:message', handleMessage);"),t.push(" window.removeEventListener('vanilla-agent:clear-chat', handleClearChat);"),t.push(" if (handle) {"),t.push(" handle.destroy();"),t.push(" }"),t.push(" };"),t.push(" }, []);"),t.push(""),t.push(" return null; // Widget injects itself into the DOM"),t.push("}"),t.push(""),t.push("// Usage: Collects DOM context for AI-powered navigation"),t.push("// Features:"),t.push("// - Extracts page elements (products, buttons, links)"),t.push("// - Persists chat history across page loads"),t.push("// - Handles navigation actions (nav_then_click)"),t.push("// - Processes structured JSON actions from AI"),t.push("//"),t.push("// Example usage in Next.js:"),t.push("// import { ChatWidgetAdvanced } from './components/ChatWidgetAdvanced';"),t.push("//"),t.push("// export default function RootLayout({ children }) {"),t.push("// return ("),t.push('// <html lang="en">'),t.push("// <body>"),t.push("// {children}"),t.push("// <ChatWidgetAdvanced />"),t.push("// </body>"),t.push("// </html>"),t.push("// );"),t.push("// }"),t.join(`
|
|
63
|
+
`)}function Lr(n){var r;let t=Qn(n),o=t!=="plain",e={};if(n.apiUrl&&(e.apiUrl=n.apiUrl),n.flowId&&(e.flowId=n.flowId),o&&(e.parserType=t),n.theme&&(e.theme=n.theme),n.launcher&&(e.launcher=n.launcher),n.copy&&(e.copy=n.copy),n.sendButton&&(e.sendButton=n.sendButton),n.voiceRecognition&&(e.voiceRecognition=n.voiceRecognition),n.statusIndicator&&(e.statusIndicator=n.statusIndicator),n.features&&(e.features=n.features),((r=n.suggestionChips)==null?void 0:r.length)>0&&(e.suggestionChips=n.suggestionChips),n.suggestionChipsConfig&&(e.suggestionChipsConfig=n.suggestionChipsConfig),n.debug&&(e.debug=n.debug),n.toolCall){let s={};Object.entries(n.toolCall).forEach(([i,l])=>{typeof l=="string"&&(s[i]=l)}),Object.keys(s).length>0&&(e.toolCall=s)}if(n.messageActions){let s={};Object.entries(n.messageActions).forEach(([i,l])=>{i!=="onFeedback"&&i!=="onCopy"&&l!==void 0&&(typeof l=="string"||typeof l=="boolean")&&(s[i]=l)}),Object.keys(s).length>0&&(e.messageActions=s)}if(n.markdown){let s={};n.markdown.options&&(s.options=n.markdown.options),n.markdown.disableDefaultStyles!==void 0&&(s.disableDefaultStyles=n.markdown.disableDefaultStyles),Object.keys(s).length>0&&(e.markdown=s)}if(n.layout){let s={};if(n.layout.header){let i={};Object.entries(n.layout.header).forEach(([l,d])=>{l!=="render"&&(typeof d=="string"||typeof d=="boolean")&&(i[l]=d)}),Object.keys(i).length>0&&(s.header=i)}if(n.layout.messages){let i={};Object.entries(n.layout.messages).forEach(([l,d])=>{if(l!=="renderUserMessage"&&l!=="renderAssistantMessage")if(l==="avatar"&&typeof d=="object"&&d!==null)i.avatar=d;else if(l==="timestamp"&&typeof d=="object"&&d!==null){let c={};Object.entries(d).forEach(([w,g])=>{w!=="format"&&(typeof g=="string"||typeof g=="boolean")&&(c[w]=g)}),Object.keys(c).length>0&&(i.timestamp=c)}else(typeof d=="string"||typeof d=="boolean")&&(i[l]=d)}),Object.keys(i).length>0&&(s.messages=i)}Object.keys(s).length>0&&(e.layout=s)}return e}function gi(n){let t=Lr(n);return`<script src="https://cdn.jsdelivr.net/npm/vanilla-agent@latest/dist/install.global.js" data-config='${JSON.stringify(t,null,0).replace(/'/g,"'")}'></script>`}function mi(n){let t=Qn(n),o=t!=="plain",e=["<!-- Load CSS -->",'<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/vanilla-agent@latest/dist/widget.css" />',"","<!-- Load JavaScript -->",'<script src="https://cdn.jsdelivr.net/npm/vanilla-agent@latest/dist/index.global.js"></script>',"","<!-- Initialize widget -->","<script>"," window.AgentWidget.initAgentWidget({"," target: 'body',"," config: {"];return n.apiUrl&&e.push(` apiUrl: "${n.apiUrl}",`),n.flowId&&e.push(` flowId: "${n.flowId}",`),o&&e.push(` parserType: "${t}",`),n.theme&&(e.push(" theme: {"),Object.entries(n.theme).forEach(([r,s])=>{e.push(` ${r}: "${s}",`)}),e.push(" },")),n.launcher&&(e.push(" launcher: {"),Object.entries(n.launcher).forEach(([r,s])=>{typeof s=="string"?e.push(` ${r}: "${s}",`):typeof s=="boolean"&&e.push(` ${r}: ${s},`)}),e.push(" },")),n.copy&&(e.push(" copy: {"),Object.entries(n.copy).forEach(([r,s])=>{e.push(` ${r}: "${s}",`)}),e.push(" },")),n.sendButton&&(e.push(" sendButton: {"),Object.entries(n.sendButton).forEach(([r,s])=>{typeof s=="string"?e.push(` ${r}: "${s}",`):typeof s=="boolean"&&e.push(` ${r}: ${s},`)}),e.push(" },")),n.voiceRecognition&&(e.push(" voiceRecognition: {"),Object.entries(n.voiceRecognition).forEach(([r,s])=>{typeof s=="string"?e.push(` ${r}: "${s}",`):typeof s=="boolean"?e.push(` ${r}: ${s},`):typeof s=="number"&&e.push(` ${r}: ${s},`)}),e.push(" },")),n.statusIndicator&&(e.push(" statusIndicator: {"),Object.entries(n.statusIndicator).forEach(([r,s])=>{typeof s=="string"?e.push(` ${r}: "${s}",`):typeof s=="boolean"&&e.push(` ${r}: ${s},`)}),e.push(" },")),n.features&&(e.push(" features: {"),Object.entries(n.features).forEach(([r,s])=>{e.push(` ${r}: ${s},`)}),e.push(" },")),n.suggestionChips&&n.suggestionChips.length>0&&(e.push(" suggestionChips: ["),n.suggestionChips.forEach(r=>{e.push(` "${r}",`)}),e.push(" ],")),n.suggestionChipsConfig&&(e.push(" suggestionChipsConfig: {"),n.suggestionChipsConfig.fontFamily&&e.push(` fontFamily: "${n.suggestionChipsConfig.fontFamily}",`),n.suggestionChipsConfig.fontWeight&&e.push(` fontWeight: "${n.suggestionChipsConfig.fontWeight}",`),n.suggestionChipsConfig.paddingX&&e.push(` paddingX: "${n.suggestionChipsConfig.paddingX}",`),n.suggestionChipsConfig.paddingY&&e.push(` paddingY: "${n.suggestionChipsConfig.paddingY}",`),e.push(" },")),e.push(...Zn(n," ")),e.push(...eo(n," ")),e.push(...to(n," ")),e.push(...no(n," ")),n.debug&&e.push(` debug: ${n.debug},`),e.push(" postprocessMessage: ({ text }) => window.AgentWidget.markdownPostprocessor(text)"),e.push(" }"),e.push(" });"),e.push("</script>"),e.join(`
|
|
64
|
+
`)}function hi(n){let t=Lr(n);return["<script>","(function() {"," 'use strict';",""," // Configuration",` var CONFIG = ${JSON.stringify(t,null,2).split(`
|
|
65
|
+
`).map((r,s)=>s===0?r:" "+r).join(`
|
|
66
66
|
`)};`,""," // Constants"," var CDN_BASE = 'https://cdn.jsdelivr.net/npm/vanilla-agent@latest/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('.vanilla-agent-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-vanilla-agent]')) return;"," var link = document.createElement('link');"," link.rel = 'stylesheet';"," link.href = CDN_BASE + '/widget.css';"," link.setAttribute('data-vanilla-agent', '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);",""," // Flexible JSON stream parser for handling structured actions"," widgetConfig.streamParser = function() {"," return agentWidget.createFlexibleJsonStreamParser(function(parsed) {"," if (!parsed || typeof parsed !== 'object') return null;"," if (parsed.action === 'nav_then_click') return 'Navigating...';"," if (parsed.action === 'message') return parsed.text || '';"," if (parsed.action === 'message_and_click') return parsed.text || 'Processing...';"," return parsed.text || null;"," });"," };",""," // Action parsers to detect JSON actions in responses"," widgetConfig.actionParsers = ["," agentWidget.defaultJsonActionParser,"," function(ctx) {"," var jsonSource = ctx.message.rawContent || ctx.text || ctx.message.content;"," if (!jsonSource || typeof jsonSource !== 'string') return null;"," var cleanJson = jsonSource"," .replace(/^```(?:json)?\\s*\\n?/, '')"," .replace(/\\n?```\\s*$/, '')"," .trim();"," if (!cleanJson.startsWith('{') || !cleanJson.endsWith('}')) return null;"," try {"," var parsed = JSON.parse(cleanJson);"," if (parsed.action) return { type: parsed.action, payload: parsed };"," } catch (e) { return null; }"," return null;"," }"," ];",""," // Action handlers for navigation and other actions"," widgetConfig.actionHandlers = ["," agentWidget.defaultActionHandlers.message,"," agentWidget.defaultActionHandlers.messageAndClick,"," function(action, context) {"," if (action.type !== 'nav_then_click') return;"," var payload = action.payload || action.raw || {};"," var url = payload.page;"," var text = payload.on_load_text || 'Navigating...';"," if (!url) return { handled: true, displayText: text };"," var messageId = context.message ? context.message.id : null;"," var processedActions = JSON.parse(localStorage.getItem(PROCESSED_ACTIONS_KEY) || '[]');"," var actionKey = 'nav_' + messageId + '_' + url;"," if (processedActions.includes(actionKey)) {"," return { handled: true, displayText: text };"," }"," processedActions.push(actionKey);"," localStorage.setItem(PROCESSED_ACTIONS_KEY, JSON.stringify(processedActions));"," var targetUrl = url.startsWith('http') ? url : new URL(url, window.location.origin).toString();"," window.location.href = targetUrl;"," return { handled: true, displayText: text };"," }"," ];",""," // Send DOM context with each request"," widgetConfig.requestMiddleware = function(ctx) {"," return Object.assign({}, ctx.payload, { metadata: domContextProvider() });"," };",""," // Markdown postprocessor"," widgetConfig.postprocessMessage = function(ctx) {"," return agentWidget.markdownPostprocessor(ctx.text);"," };",""," 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('vanilla-agent: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('vanilla-agent: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>"].join(`
|
|
67
|
-
`)}var
|
|
67
|
+
`)}var fi=So;0&&(module.exports={AgentWidgetClient,AgentWidgetSession,DEFAULT_DARK_THEME,DEFAULT_LIGHT_THEME,DEFAULT_WIDGET_CONFIG,attachHeaderToContainer,buildComposer,buildDefaultHeader,buildExpandedHeader,buildHeader,buildHeaderWithLayout,buildMinimalHeader,componentRegistry,createActionManager,createAgentExperience,createBubbleWithLayout,createCSATFeedback,createComponentMiddleware,createComponentStreamParser,createDirectivePostprocessor,createFlexibleJsonStreamParser,createJsonStreamParser,createLocalStorageAdapter,createMarkdownProcessor,createMarkdownProcessorFromConfig,createMessageActions,createNPSFeedback,createPlainTextParser,createRegexJsonParser,createStandardBubble,createTypingIndicator,createXmlParser,defaultActionHandlers,defaultJsonActionParser,directivePostprocessor,escapeHtml,extractComponentDirectiveFromMessage,generateAssistantMessageId,generateCodeSnippet,generateMessageId,generateUserMessageId,getHeaderLayout,hasComponentDirective,headerLayouts,initAgentWidget,isComponentDirectiveType,markdownPostprocessor,mergeWithDefaults,pluginRegistry,renderComponentDirective});
|
|
68
68
|
//# sourceMappingURL=index.cjs.map
|