vanilla-agent 1.9.0 → 1.10.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.js CHANGED
@@ -1,9 +1,9 @@
1
- import{marked as Mo}from"marked";Mo.setOptions({breaks:!0});var Wo=t=>Mo.parse(t),rn=t=>t.replace(/&/g,"&amp;").replace(/</g,"&lt;").replace(/>/g,"&gt;").replace(/"/g,"&quot;").replace(/'/g,"&#39;"),jo=t=>t.replace(/"/g,"&quot;").replace(/</g,"&lt;").replace(/>/g,"&gt;"),Ao=t=>`%%FORM_PLACEHOLDER_${t}%%`,Vo=(t,n)=>{let r=t;return r=r.replace(/<Directive>([\s\S]*?)<\/Directive>/gi,(e,o)=>{try{let s=JSON.parse(o.trim());if(s&&typeof s=="object"&&s.component==="form"&&s.type){let a=Ao(n.length);return n.push({token:a,type:String(s.type)}),a}}catch{return e}return e}),r=r.replace(/<Form\s+type="([^"]+)"\s*\/>/gi,(e,o)=>{let s=Ao(n.length);return n.push({token:s,type:o}),s}),r},Uo=t=>{let n=[],r=Vo(t,n),e=Wo(r);return n.forEach(({token:o,type:s})=>{let a=new RegExp(o.replace(/[.*+?^${}()|[\]\\]/g,"\\$&"),"g"),b=`<div class="tvw-form-directive" data-tv-form="${jo(s)}"></div>`;e=e.replace(a,b)}),e};import{parse as Eo,STR as Lo,OBJ as ko}from"partial-json";var sn=t=>{if(t===null)return"null";if(t===void 0)return"";if(typeof t=="string")return t;if(typeof t=="number"||typeof t=="boolean")return String(t);try{return JSON.stringify(t,null,2)}catch{return String(t)}},Ko=t=>{var a,c;let n=(a=t.completedAt)!=null?a:Date.now(),r=(c=t.startedAt)!=null?c:n,o=(t.durationMs!==void 0?t.durationMs:Math.max(0,n-r))/1e3;return o<.1?"Thought for <0.1 seconds":`Thought for ${o>=10?Math.round(o).toString():o.toFixed(1).replace(/\.0$/,"")} seconds`},Bo=t=>t.status==="complete"?Ko(t):t.status==="pending"?"Waiting":"",Xo=t=>{var o,s,a;let r=(typeof t.duration=="number"?t.duration:typeof t.durationMs=="number"?t.durationMs:Math.max(0,((o=t.completedAt)!=null?o:Date.now())-((a=(s=t.startedAt)!=null?s:t.completedAt)!=null?a:Date.now())))/1e3;return r<.1?"Used tool for <0.1 seconds":`Used tool for ${r>=10?Math.round(r).toString():r.toFixed(1).replace(/\.0$/,"")} seconds`};var Ro=t=>t.status==="complete"?Xo(t):"Using tool...",Yo=()=>{let t=null,n=0,r=e=>{let o=/"text"\s*:\s*"((?:[^"\\]|\\.|")*?)"/,s=e.match(o);if(s&&s[1])try{return s[1].replace(/\\n/g,`
2
- `).replace(/\\r/g,"\r").replace(/\\t/g," ").replace(/\\"/g,'"').replace(/\\\\/g,"\\")}catch{return s[1]}let a=/"text"\s*:\s*"((?:[^"\\]|\\.)*)/,c=e.match(a);if(c&&c[1])try{return c[1].replace(/\\n/g,`
3
- `).replace(/\\r/g,"\r").replace(/\\t/g," ").replace(/\\"/g,'"').replace(/\\\\/g,"\\")}catch{return c[1]}return null};return{getExtractedText:()=>t,processChunk:async e=>{if(e.length<=n)return t!==null?{text:t,raw:e}:null;let o=e.trim();if(!o.startsWith("{")&&!o.startsWith("["))return null;let s=r(e);return s!==null&&(t=s),n=e.length,t!==null?{text:t,raw:e}:null},close:async()=>{}}},Qt=t=>{try{let n=JSON.parse(t);if(n&&typeof n=="object"&&typeof n.text=="string")return n.text}catch{return null}return null},an=()=>{let t={processChunk:n=>null,getExtractedText:()=>null};return t.__isPlainTextParser=!0,t},ln=()=>{var n;let t=Yo();return{processChunk:async r=>{let e=r.trim();return!e.startsWith("{")&&!e.startsWith("[")?null:t.processChunk(r)},getExtractedText:t.getExtractedText.bind(t),close:(n=t.close)==null?void 0:n.bind(t)}},dn=()=>{let t=null,n=0;return{getExtractedText:()=>t,processChunk:r=>{let e=r.trim();if(!e.startsWith("{")&&!e.startsWith("["))return null;if(r.length<=n)return t!==null?{text:t,raw:r}:null;try{let o=Eo(r,Lo|ko);o&&typeof o=="object"&&typeof o.text=="string"&&(t=o.text)}catch{}return n=r.length,t!==null?{text:t,raw:r}:null},close:()=>{}}},Jo=t=>{let n=null,r=0,o=t||(s=>{if(!s||typeof s!="object")return null;if(s.action)switch(s.action){case"nav_then_click":return s.on_load_text||s.text||null;case"message":case"message_and_click":case"checkout":return s.text||null;default:return s.text||s.display_text||s.message||null}return s.text||s.display_text||s.message||s.content||null});return{getExtractedText:()=>n,processChunk:s=>{let a=s.trim();if(!a.startsWith("{")&&!a.startsWith("["))return null;if(s.length<=r)return n!==null?{text:n,raw:s}:null;try{let c=Eo(s,Lo|ko),b=o(c);b!==null&&(n=b)}catch{}return r=s.length,{text:n||"",raw:s}},close:()=>{}}},cn=()=>{let t=null;return{processChunk:n=>{if(!n.trim().startsWith("<"))return null;let e=n.match(/<text[^>]*>([\s\S]*?)<\/text>/);return e&&e[1]?(t=e[1],{text:t,raw:n}):null},getExtractedText:()=>t}};var Go="https://api.travrse.ai/v1/dispatch";function Zo(t){switch(t){case"json":return dn;case"regex-json":return ln;case"xml":return cn;case"plain":default:return an}}var Ut=class{constructor(n={}){this.config=n;var r,e,o;this.apiUrl=(r=n.apiUrl)!=null?r:Go,this.headers={"Content-Type":"application/json",...n.headers},this.debug=!!n.debug,this.createStreamParser=(e=n.streamParser)!=null?e:Zo(n.parserType),this.contextProviders=(o=n.contextProviders)!=null?o:[],this.requestMiddleware=n.requestMiddleware}async dispatch(n,r){let e=new AbortController;n.signal&&n.signal.addEventListener("abort",()=>e.abort()),r({type:"status",status:"connecting"});let o=await this.buildPayload(n.messages);this.debug&&console.debug("[AgentWidgetClient] dispatch body",o);let s=await fetch(this.apiUrl,{method:"POST",headers:this.headers,body:JSON.stringify(o),signal:e.signal});if(!s.ok||!s.body){let a=new Error(`Chat backend request failed: ${s.status} ${s.statusText}`);throw r({type:"error",error:a}),a}r({type:"status",status:"connected"});try{await this.streamResponse(s.body,r)}finally{r({type:"status",status:"idle"})}}async buildPayload(n){let e={messages:n.slice().sort((o,s)=>{let a=new Date(o.createdAt).getTime(),c=new Date(s.createdAt).getTime();return a-c}).map(o=>({role:o.role,content:o.content,createdAt:o.createdAt})),...this.config.flowId&&{flowId:this.config.flowId}};if(this.contextProviders.length){let o={};await Promise.all(this.contextProviders.map(async s=>{try{let a=await s({messages:n,config:this.config});a&&typeof a=="object"&&Object.assign(o,a)}catch(a){typeof console!="undefined"&&console.warn("[AgentWidget] Context provider failed:",a)}})),Object.keys(o).length&&(e.context=o)}if(this.requestMiddleware)try{let o=await this.requestMiddleware({payload:{...e},config:this.config});if(o&&typeof o=="object")return o}catch(o){typeof console!="undefined"&&console.error("[AgentWidget] Request middleware error:",o)}return e}async streamResponse(n,r){var Ht,J,E,ot,yt,It,rt,oe,L,we,Pt,he,S,Ne,_e,dt,st,R,ct,Te,Ze,O,ie,ut,U,Ke,Vt,bt,Ft,Nt,xt,re,Tt,At,it,Dt,qt,Mt,ft,at,zt,_t,Ot,wt,ht,Oe,Ct,Wt,Et,Lt,De,$e,lt,Qe,kt;let e=n.getReader(),o=new TextDecoder,s="",a=Date.now(),c=0,b=()=>a+c++,z=f=>{let _=f.reasoning?{...f.reasoning,chunks:[...f.reasoning.chunks]}:void 0,X=f.toolCall?{...f.toolCall,chunks:f.toolCall.chunks?[...f.toolCall.chunks]:void 0}:void 0,ce=f.tools?f.tools.map(Ae=>({...Ae,chunks:Ae.chunks?[...Ae.chunks]:void 0})):void 0;return{...f,reasoning:_,toolCall:X,tools:ce}},g=f=>{r({type:"message",message:z(f)})},F=null,H=new Map,B=new Map,y={lastId:null,byStep:new Map},G={lastId:null,byCall:new Map},I=f=>{if(f==null)return null;try{return String(f)}catch{return null}},x=f=>{var _,X,ce,Ae,Le;return I((Le=(Ae=(ce=(X=(_=f.stepId)!=null?_:f.step_id)!=null?X:f.step)!=null?ce:f.parentId)!=null?Ae:f.flowStepId)!=null?Le:f.flow_step_id)},M=f=>{var _,X,ce,Ae,Le,D,v;return I((v=(D=(Le=(Ae=(ce=(X=(_=f.callId)!=null?_:f.call_id)!=null?X:f.requestId)!=null?ce:f.request_id)!=null?Ae:f.toolCallId)!=null?Le:f.tool_call_id)!=null?D:f.stepId)!=null?v:f.step_id)},m=()=>F||(F={id:`assistant-${Date.now()}-${Math.random().toString(16).slice(2)}`,role:"assistant",content:"",createdAt:new Date().toISOString(),streaming:!0,variant:"assistant",sequence:b()},g(F),F),ke=(f,_)=>{y.lastId=_,f&&y.byStep.set(f,_)},ne=(f,_)=>{var Le;let X=(Le=f.reasoningId)!=null?Le:f.id,ce=x(f);if(X){let D=String(X);return ke(ce,D),D}if(ce){let D=y.byStep.get(ce);if(D)return y.lastId=D,D}if(y.lastId&&!_)return y.lastId;if(!_)return null;let Ae=`reason-${b()}`;return ke(ce,Ae),Ae},Fe=f=>{let _=H.get(f);if(_)return _;let X={id:`reason-${f}`,role:"assistant",content:"",createdAt:new Date().toISOString(),streaming:!0,variant:"reasoning",sequence:b(),reasoning:{id:f,status:"streaming",chunks:[]}};return H.set(f,X),g(X),X},Be=(f,_)=>{G.lastId=_,f&&G.byCall.set(f,_)},me=(f,_)=>{var Le;let X=(Le=f.toolId)!=null?Le:f.id,ce=M(f);if(X){let D=String(X);return Be(ce,D),D}if(ce){let D=G.byCall.get(ce);if(D)return G.lastId=D,D}if(G.lastId&&!_)return G.lastId;if(!_)return null;let Ae=`tool-${b()}`;return Be(ce,Ae),Ae},Z=f=>{let _=B.get(f);if(_)return _;let X={id:`tool-${f}`,role:"assistant",content:"",createdAt:new Date().toISOString(),streaming:!0,variant:"tool",sequence:b(),toolCall:{id:f,status:"pending"}};return B.set(f,X),g(X),X},Se=f=>{if(typeof f=="number"&&Number.isFinite(f))return f;if(typeof f=="string"){let _=Number(f);if(!Number.isNaN(_)&&Number.isFinite(_))return _;let X=Date.parse(f);if(!Number.isNaN(X))return X}return Date.now()},fe=f=>{if(typeof f=="string")return f;if(f==null)return"";try{return JSON.stringify(f)}catch{return String(f)}},K=new Map,Q=new Map;for(;;){let{done:f,value:_}=await e.read();if(f)break;s+=o.decode(_,{stream:!0});let X=s.split(`
1
+ import{marked as Po}from"marked";Po.setOptions({breaks:!0});var Io=e=>Po.parse(e),an=e=>e.replace(/&/g,"&amp;").replace(/</g,"&lt;").replace(/>/g,"&gt;").replace(/"/g,"&quot;").replace(/'/g,"&#39;"),Zo=e=>e.replace(/"/g,"&quot;").replace(/</g,"&lt;").replace(/>/g,"&gt;"),Ho=e=>`%%FORM_PLACEHOLDER_${e}%%`,Qo=(e,n)=>{let r=e;return r=r.replace(/<Directive>([\s\S]*?)<\/Directive>/gi,(t,o)=>{try{let s=JSON.parse(o.trim());if(s&&typeof s=="object"&&s.component==="form"&&s.type){let a=Ho(n.length);return n.push({token:a,type:String(s.type)}),a}}catch{return t}return t}),r=r.replace(/<Form\s+type="([^"]+)"\s*\/>/gi,(t,o)=>{let s=Ho(n.length);return n.push({token:s,type:o}),s}),r},er=e=>{let n=[],r=Qo(e,n),t=Io(r);return n.forEach(({token:o,type:s})=>{let a=new RegExp(o.replace(/[.*+?^${}()|[\]\\]/g,"\\$&"),"g"),p=`<div class="tvw-form-directive" data-tv-form="${Zo(s)}"></div>`;t=t.replace(a,p)}),t};import{parse as Fo,STR as No,OBJ as Do}from"partial-json";var ln=e=>{if(e===null)return"null";if(e===void 0)return"";if(typeof e=="string")return e;if(typeof e=="number"||typeof e=="boolean")return String(e);try{return JSON.stringify(e,null,2)}catch{return String(e)}},tr=e=>{var a,l;let n=(a=e.completedAt)!=null?a:Date.now(),r=(l=e.startedAt)!=null?l:n,o=(e.durationMs!==void 0?e.durationMs:Math.max(0,n-r))/1e3;return o<.1?"Thought for <0.1 seconds":`Thought for ${o>=10?Math.round(o).toString():o.toFixed(1).replace(/\.0$/,"")} seconds`},qo=e=>e.status==="complete"?tr(e):e.status==="pending"?"Waiting":"",nr=e=>{var o,s,a;let r=(typeof e.duration=="number"?e.duration:typeof e.durationMs=="number"?e.durationMs:Math.max(0,((o=e.completedAt)!=null?o:Date.now())-((a=(s=e.startedAt)!=null?s:e.completedAt)!=null?a:Date.now())))/1e3;return r<.1?"Used tool for <0.1 seconds":`Used tool for ${r>=10?Math.round(r).toString():r.toFixed(1).replace(/\.0$/,"")} seconds`};var Oo=e=>e.status==="complete"?nr(e):"Using tool...",or=()=>{let e=null,n=0,r=t=>{let o=/"text"\s*:\s*"((?:[^"\\]|\\.|")*?)"/,s=t.match(o);if(s&&s[1])try{return s[1].replace(/\\n/g,`
2
+ `).replace(/\\r/g,"\r").replace(/\\t/g," ").replace(/\\"/g,'"').replace(/\\\\/g,"\\")}catch{return s[1]}let a=/"text"\s*:\s*"((?:[^"\\]|\\.)*)/,l=t.match(a);if(l&&l[1])try{return l[1].replace(/\\n/g,`
3
+ `).replace(/\\r/g,"\r").replace(/\\t/g," ").replace(/\\"/g,'"').replace(/\\\\/g,"\\")}catch{return l[1]}return null};return{getExtractedText:()=>e,processChunk:async t=>{if(t.length<=n)return e!==null?{text:e,raw:t}:null;let o=t.trim();if(!o.startsWith("{")&&!o.startsWith("["))return null;let s=r(t);return s!==null&&(e=s),n=t.length,e!==null?{text:e,raw:t}:null},close:async()=>{}}},tn=e=>{try{let n=JSON.parse(e);if(n&&typeof n=="object"&&typeof n.text=="string")return n.text}catch{return null}return null},cn=()=>{let e={processChunk:n=>null,getExtractedText:()=>null};return e.__isPlainTextParser=!0,e},dn=()=>{var n;let e=or();return{processChunk:async r=>{let t=r.trim();return!t.startsWith("{")&&!t.startsWith("[")?null:e.processChunk(r)},getExtractedText:e.getExtractedText.bind(e),close:(n=e.close)==null?void 0:n.bind(e)}},un=()=>{let e=null,n=0;return{getExtractedText:()=>e,processChunk:r=>{let t=r.trim();if(!t.startsWith("{")&&!t.startsWith("["))return null;if(r.length<=n)return e!==null||e===""?{text:e||"",raw:r}:null;try{let o=Fo(r,No|Do);o&&typeof o=="object"&&(o.component&&typeof o.component=="string"?e=typeof o.text=="string"?o.text:"":o.type==="init"&&o.form?e="":typeof o.text=="string"&&(e=o.text))}catch{}return n=r.length,e!==null?{text:e,raw:r}:null},close:()=>{}}},rr=e=>{let n=null,r=0,o=e||(s=>{if(!s||typeof s!="object")return null;if(s.component&&typeof s.component=="string")return typeof s.text=="string"?s.text:"";if(s.type==="init"&&s.form)return"";if(s.action)switch(s.action){case"nav_then_click":return s.on_load_text||s.text||null;case"message":case"message_and_click":case"checkout":return s.text||null;default:return s.text||s.display_text||s.message||null}return s.text||s.display_text||s.message||s.content||null});return{getExtractedText:()=>n,processChunk:s=>{let a=s.trim();if(!a.startsWith("{")&&!a.startsWith("["))return null;if(s.length<=r)return n!==null?{text:n,raw:s}:null;try{let l=Fo(s,No|Do),p=o(l);p!==null&&(n=p)}catch{}return r=s.length,{text:n||"",raw:s}},close:()=>{}}},gn=()=>{let e=null;return{processChunk:n=>{if(!n.trim().startsWith("<"))return null;let t=n.match(/<text[^>]*>([\s\S]*?)<\/text>/);return t&&t[1]?(e=t[1],{text:e,raw:n}):null},getExtractedText:()=>e}};var sr="https://api.travrse.ai/v1/dispatch";function ir(e){switch(e){case"json":return un;case"regex-json":return dn;case"xml":return gn;case"plain":default:return cn}}var Xt=class{constructor(n={}){this.config=n;var r,t,o;this.apiUrl=(r=n.apiUrl)!=null?r:sr,this.headers={"Content-Type":"application/json",...n.headers},this.debug=!!n.debug,this.createStreamParser=(t=n.streamParser)!=null?t:ir(n.parserType),this.contextProviders=(o=n.contextProviders)!=null?o:[],this.requestMiddleware=n.requestMiddleware,this.customFetch=n.customFetch,this.parseSSEEvent=n.parseSSEEvent,this.getHeaders=n.getHeaders}async dispatch(n,r){let t=new AbortController;n.signal&&n.signal.addEventListener("abort",()=>t.abort()),r({type:"status",status:"connecting"});let o=await this.buildPayload(n.messages);this.debug&&console.debug("[AgentWidgetClient] dispatch payload",o);let s={...this.headers};if(this.getHeaders)try{let l=await this.getHeaders();s={...s,...l}}catch(l){typeof console!="undefined"&&console.error("[AgentWidget] getHeaders error:",l)}let a;if(this.customFetch)try{a=await this.customFetch(this.apiUrl,{method:"POST",headers:s,body:JSON.stringify(o),signal:t.signal},o)}catch(l){let p=l instanceof Error?l:new Error(String(l));throw r({type:"error",error:p}),p}else a=await fetch(this.apiUrl,{method:"POST",headers:s,body:JSON.stringify(o),signal:t.signal});if(!a.ok||!a.body){let l=new Error(`Chat backend request failed: ${a.status} ${a.statusText}`);throw r({type:"error",error:l}),l}r({type:"status",status:"connected"});try{await this.streamResponse(a.body,r)}finally{r({type:"status",status:"idle"})}}async buildPayload(n){let t={messages:n.slice().sort((o,s)=>{let a=new Date(o.createdAt).getTime(),l=new Date(s.createdAt).getTime();return a-l}).map(o=>({role:o.role,content:o.rawContent||o.content,createdAt:o.createdAt})),...this.config.flowId&&{flowId:this.config.flowId}};if(this.contextProviders.length){let o={};await Promise.all(this.contextProviders.map(async s=>{try{let a=await s({messages:n,config:this.config});a&&typeof a=="object"&&Object.assign(o,a)}catch(a){typeof console!="undefined"&&console.warn("[AgentWidget] Context provider failed:",a)}})),Object.keys(o).length&&(t.context=o)}if(this.requestMiddleware)try{let o=await this.requestMiddleware({payload:{...t},config:this.config});if(o&&typeof o=="object")return o}catch(o){typeof console!="undefined"&&console.error("[AgentWidget] Request middleware error:",o)}return t}async handleCustomSSEEvent(n,r,t,o,s){if(!this.parseSSEEvent)return!1;try{let a=await this.parseSSEEvent(n);if(a===null)return!1;let l=()=>{if(t.current)return t.current;let p={id:`assistant-${Date.now()}-${Math.random().toString(16).slice(2)}`,role:"assistant",content:"",createdAt:new Date().toISOString(),streaming:!0,variant:"assistant",sequence:s()};return t.current=p,o(p),p};if(a.text!==void 0){let p=l();p.content+=a.text,o(p)}return a.done&&(t.current&&(t.current.streaming=!1,o(t.current)),r({type:"status",status:"idle"})),a.error&&r({type:"error",error:new Error(a.error)}),!0}catch(a){return typeof console!="undefined"&&console.error("[AgentWidget] parseSSEEvent error:",a),!1}}async streamResponse(n,r){var G,B,ot,bt,Dt,rt,ne,R,he,qt,ve,S,De,$e,dt,st,I,ut,Ae,Ze,_,ie,gt,K,Ke,Kt,Ct,Ot,zt,St,oe,Et,Mt,it,$t,_t,Wt,mt,at,jt,Ut,Vt,ft,wt,_e,At,Lt,kt,Bt,qe,je,lt,Qe,Rt,ht,Xe;let t=n.getReader(),o=new TextDecoder,s="",a=Date.now(),l=0,p=()=>a+l++,O=f=>{let j=f.reasoning?{...f.reasoning,chunks:[...f.reasoning.chunks]}:void 0,Y=f.toolCall?{...f.toolCall,chunks:f.toolCall.chunks?[...f.toolCall.chunks]:void 0}:void 0,fe=f.tools?f.tools.map(z=>({...z,chunks:z.chunks?[...z.chunks]:void 0})):void 0;return{...f,reasoning:j,toolCall:Y,tools:fe}},u=f=>{r({type:"message",message:O(f)})},N=null,P={current:null},H=new Map,x=new Map,ee={lastId:null,byStep:new Map},k={lastId:null,byCall:new Map},b=f=>{if(f==null)return null;try{return String(f)}catch{return null}},L=f=>{var j,Y,fe,z,ye;return b((ye=(z=(fe=(Y=(j=f.stepId)!=null?j:f.step_id)!=null?Y:f.step)!=null?fe:f.parentId)!=null?z:f.flowStepId)!=null?ye:f.flow_step_id)},m=f=>{var j,Y,fe,z,ye,de,v;return b((v=(de=(ye=(z=(fe=(Y=(j=f.callId)!=null?j:f.call_id)!=null?Y:f.requestId)!=null?fe:f.request_id)!=null?z:f.toolCallId)!=null?ye:f.tool_call_id)!=null?de:f.stepId)!=null?v:f.step_id)},Le=()=>N||(N={id:`assistant-${Date.now()}-${Math.random().toString(16).slice(2)}`,role:"assistant",content:"",createdAt:new Date().toISOString(),streaming:!0,sequence:p()},u(N),N),pe=(f,j)=>{ee.lastId=j,f&&ee.byStep.set(f,j)},ke=(f,j)=>{var ye;let Y=(ye=f.reasoningId)!=null?ye:f.id,fe=L(f);if(Y){let de=String(Y);return pe(fe,de),de}if(fe){let de=ee.byStep.get(fe);if(de)return ee.lastId=de,de}if(ee.lastId&&!j)return ee.lastId;if(!j)return null;let z=`reason-${p()}`;return pe(fe,z),z},Re=f=>{let j=H.get(f);if(j)return j;let Y={id:`reason-${f}`,role:"assistant",content:"",createdAt:new Date().toISOString(),streaming:!0,variant:"reasoning",sequence:p(),reasoning:{id:f,status:"streaming",chunks:[]}};return H.set(f,Y),u(Y),Y},Be=(f,j)=>{k.lastId=j,f&&k.byCall.set(f,j)},X=(f,j)=>{var ye;let Y=(ye=f.toolId)!=null?ye:f.id,fe=m(f);if(Y){let de=String(Y);return Be(fe,de),de}if(fe){let de=k.byCall.get(fe);if(de)return k.lastId=de,de}if(k.lastId&&!j)return k.lastId;if(!j)return null;let z=`tool-${p()}`;return Be(fe,z),z},Ne=f=>{let j=x.get(f);if(j)return j;let Y={id:`tool-${f}`,role:"assistant",content:"",createdAt:new Date().toISOString(),streaming:!0,variant:"tool",sequence:p(),toolCall:{id:f,status:"pending"}};return x.set(f,Y),u(Y),Y},be=f=>{if(typeof f=="number"&&Number.isFinite(f))return f;if(typeof f=="string"){let j=Number(f);if(!Number.isNaN(j)&&Number.isFinite(j))return j;let Y=Date.parse(f);if(!Number.isNaN(Y))return Y}return Date.now()},me=f=>{if(typeof f=="string")return f;if(f==null)return"";try{return JSON.stringify(f)}catch{return String(f)}},se=new Map,Ce=new Map;for(;;){let{done:f,value:j}=await t.read();if(f)break;s+=o.decode(j,{stream:!0});let Y=s.split(`
4
4
 
5
- `);s=(Ht=X.pop())!=null?Ht:"";for(let ce of X){let Ae=ce.split(`
6
- `),Le="message",D="";for(let $ of Ae)$.startsWith("event:")?Le=$.replace("event:","").trim():$.startsWith("data:")&&(D+=$.replace("data:","").trim());if(!D)continue;let v;try{v=JSON.parse(D)}catch($){r({type:"error",error:$ instanceof Error?$:new Error("Failed to parse chat stream payload")});continue}let je=Le!=="message"?Le:(J=v.type)!=null?J:"message";if(je==="reason_start"){let $=(E=ne(v,!0))!=null?E:`reason-${b()}`,h=Fe($);h.reasoning=(ot=h.reasoning)!=null?ot:{id:$,status:"streaming",chunks:[]},h.reasoning.startedAt=(It=h.reasoning.startedAt)!=null?It:Se((yt=v.startedAt)!=null?yt:v.timestamp),h.reasoning.completedAt=void 0,h.reasoning.durationMs=void 0,h.streaming=!0,h.reasoning.status="streaming",g(h)}else if(je==="reason_chunk"){let $=(oe=(rt=ne(v,!1))!=null?rt:ne(v,!0))!=null?oe:`reason-${b()}`,h=Fe($);h.reasoning=(L=h.reasoning)!=null?L:{id:$,status:"streaming",chunks:[]},h.reasoning.startedAt=(Pt=h.reasoning.startedAt)!=null?Pt:Se((we=v.startedAt)!=null?we:v.timestamp);let d=(Ne=(S=(he=v.reasoningText)!=null?he:v.text)!=null?S:v.delta)!=null?Ne:"";if(d&&v.hidden!==!0&&h.reasoning.chunks.push(String(d)),h.reasoning.status=v.done?"complete":"streaming",v.done){h.reasoning.completedAt=Se((_e=v.completedAt)!=null?_e:v.timestamp);let P=(dt=h.reasoning.startedAt)!=null?dt:Date.now();h.reasoning.durationMs=Math.max(0,((st=h.reasoning.completedAt)!=null?st:Date.now())-P)}h.streaming=h.reasoning.status!=="complete",g(h)}else if(je==="reason_complete"){let $=(ct=(R=ne(v,!1))!=null?R:ne(v,!0))!=null?ct:`reason-${b()}`,h=H.get($);if(h!=null&&h.reasoning){h.reasoning.status="complete",h.reasoning.completedAt=Se((Te=v.completedAt)!=null?Te:v.timestamp);let P=(Ze=h.reasoning.startedAt)!=null?Ze:Date.now();h.reasoning.durationMs=Math.max(0,((O=h.reasoning.completedAt)!=null?O:Date.now())-P),h.streaming=!1,g(h)}let d=x(v);d&&y.byStep.delete(d)}else if(je==="tool_start"){let $=(ie=me(v,!0))!=null?ie:`tool-${b()}`,h=Z($),d=(ut=h.toolCall)!=null?ut:{id:$,status:"pending"};d.name=(U=v.toolName)!=null?U:d.name,d.status="running",v.args!==void 0&&(d.args=v.args),d.startedAt=(Vt=d.startedAt)!=null?Vt:Se((Ke=v.startedAt)!=null?Ke:v.timestamp),d.completedAt=void 0,d.durationMs=void 0,h.toolCall=d,h.streaming=!0,g(h)}else if(je==="tool_chunk"){let $=(Ft=(bt=me(v,!1))!=null?bt:me(v,!0))!=null?Ft:`tool-${b()}`,h=Z($),d=(Nt=h.toolCall)!=null?Nt:{id:$,status:"running"};d.startedAt=(re=d.startedAt)!=null?re:Se((xt=v.startedAt)!=null?xt:v.timestamp);let P=(it=(At=(Tt=v.text)!=null?Tt:v.delta)!=null?At:v.message)!=null?it:"";P&&(d.chunks=(Dt=d.chunks)!=null?Dt:[],d.chunks.push(String(P))),d.status="running",h.toolCall=d,h.streaming=!0,g(h)}else if(je==="tool_complete"){let $=(Mt=(qt=me(v,!1))!=null?qt:me(v,!0))!=null?Mt:`tool-${b()}`,h=Z($),d=(ft=h.toolCall)!=null?ft:{id:$,status:"running"};if(d.status="complete",v.result!==void 0&&(d.result=v.result),typeof v.duration=="number"&&(d.duration=v.duration),d.completedAt=Se((at=v.completedAt)!=null?at:v.timestamp),typeof v.duration=="number")d.durationMs=v.duration;else{let ae=(zt=d.startedAt)!=null?zt:Date.now();d.durationMs=Math.max(0,((_t=d.completedAt)!=null?_t:Date.now())-ae)}h.toolCall=d,h.streaming=!1,g(h);let P=M(v);P&&G.byCall.delete(P)}else if(je==="step_chunk"){let $=v.stepType,h=v.executionType;if($==="tool"||h==="context")continue;let d=m(),P=(ht=(wt=(Ot=v.text)!=null?Ot:v.delta)!=null?wt:v.content)!=null?ht:"";if(P){let le=((Oe=Q.get(d.id))!=null?Oe:"")+P;d.rawContent=le,K.has(d.id)||K.set(d.id,this.createStreamParser());let ue=K.get(d.id),Re=le.trim().startsWith("{")||le.trim().startsWith("[");if(Re&&Q.set(d.id,le),ue.__isPlainTextParser===!0){d.content+=P,Q.delete(d.id),K.delete(d.id),d.rawContent=void 0,g(d);continue}let de=ue.processChunk(le);if(de instanceof Promise)de.then(j=>{var pe;let se=typeof j=="string"?j:(pe=j==null?void 0:j.text)!=null?pe:null;if(se!==null&&se.trim()!==""){let ve=F;ve&&ve.id===d.id&&(ve.content=se,g(ve))}else if(!Re&&!le.trim().startsWith("<")){let ve=F;ve&&ve.id===d.id&&(ve.content+=P,Q.delete(ve.id),K.delete(ve.id),ve.rawContent=void 0,g(ve))}}).catch(()=>{d.content+=P,Q.delete(d.id),K.delete(d.id),d.rawContent=void 0,g(d)});else{let j=typeof de=="string"?de:(Ct=de==null?void 0:de.text)!=null?Ct:null;j!==null&&j.trim()!==""?(d.content=j,g(d)):!Re&&!le.trim().startsWith("<")&&(d.content+=P,Q.delete(d.id),K.delete(d.id),d.rawContent=void 0,g(d))}}if(v.isComplete){let ae=(Et=(Wt=v.result)==null?void 0:Wt.response)!=null?Et:d.content;if(ae){let le=Q.get(d.id),ue=le!=null?le:fe(ae);d.rawContent=ue;let Re=K.get(d.id),Me=null;if(Re&&(Me=Re.getExtractedText(),Me===null&&(Me=Qt(ue)),Me===null)){let j=Re.processChunk(ue);j instanceof Promise?j.then(se=>{var ve;let pe=typeof se=="string"?se:(ve=se==null?void 0:se.text)!=null?ve:null;if(pe!==null){let He=F;He&&He.id===d.id&&(He.content=pe,He.streaming=!1,g(He))}}):Me=typeof j=="string"?j:(Lt=j==null?void 0:j.text)!=null?Lt:null}Me!==null&&Me.trim()!==""?d.content=Me:Q.has(d.id)||(d.content=fe(ae));let de=K.get(d.id);if(de){let j=(De=de.close)==null?void 0:De.call(de);j instanceof Promise&&j.catch(()=>{}),K.delete(d.id)}Q.delete(d.id),d.streaming=!1,g(d)}}}else if(je==="step_complete"){let $=v.stepType,h=v.executionType;if($==="tool"||h==="context")continue;let d=($e=v.result)==null?void 0:$e.response,P=m();if(d!=null){let ae=K.get(P.id),le=!1;if(ae){let ue=ae.getExtractedText(),Re=Q.get(P.id),Me=Re!=null?Re:fe(d);if(P.rawContent=Me,ue!==null&&ue.trim()!=="")P.content=ue,le=!0;else{let de=Qt(Me);if(de!==null)P.content=de,le=!0;else{let j=ae.processChunk(Me);if(j instanceof Promise)j.then(se=>{var ve;let pe=typeof se=="string"?se:(ve=se==null?void 0:se.text)!=null?ve:null;if(pe!==null&&pe.trim()!==""){let He=F;He&&He.id===P.id&&(He.content=pe,He.streaming=!1,g(He))}else{let He=ae.getExtractedText();if(He===null||He.trim()===""){let gt=F;gt&&gt.id===P.id&&(Q.has(P.id)||(gt.content=fe(d)),gt.streaming=!1,g(gt))}}});else{let se=typeof j=="string"?j:(lt=j==null?void 0:j.text)!=null?lt:null;if(se!==null&&se.trim()!=="")P.content=se,le=!0;else{let pe=ae.getExtractedText();pe!==null&&pe.trim()!==""&&(P.content=pe,le=!0)}}}}}if(!P.rawContent){let ue=Q.get(P.id);P.rawContent=ue!=null?ue:fe(d)}if(!le&&!Q.has(P.id)&&(P.content=fe(d)),ae){let ue=(Qe=ae.close)==null?void 0:Qe.call(ae);ue instanceof Promise&&ue.catch(()=>{})}K.delete(P.id),Q.delete(P.id),P.streaming=!1,g(P)}else K.delete(P.id),Q.delete(P.id),P.streaming=!1,g(P)}else if(je==="flow_complete"){let $=(kt=v.result)==null?void 0:kt.response;if($!=null){let h=m(),d=Q.get(h.id),P=d!=null?d:fe($);h.rawContent=P;let ae=fe($),le=K.get(h.id);if(le){let ue=Qt(P);if(ue!==null)ae=ue;else{let Re=le.processChunk(P);Re instanceof Promise&&Re.then(de=>{var se;let j=typeof de=="string"?de:(se=de==null?void 0:de.text)!=null?se:null;if(j!==null){let pe=F;pe&&pe.id===h.id&&(pe.content=j,pe.streaming=!1,g(pe))}});let Me=le.getExtractedText();Me!==null&&(ae=Me)}}K.delete(h.id),Q.delete(h.id),ae!==h.content&&(h.content=ae,g(h)),h.streaming=!1,g(h)}else if(F!==null){let h=F;K.delete(h.id),Q.delete(h.id),h.streaming=!1,g(h)}r({type:"status",status:"idle"})}else je==="error"&&v.error&&r({type:"error",error:v.error instanceof Error?v.error:new Error(String(v.error))})}}}};var Zt=class{constructor(n={},r){this.config=n;this.callbacks=r;this.status="idle";this.streaming=!1;this.abortController=null;this.sequenceCounter=Date.now();this.handleEvent=n=>{var r,e;n.type==="message"?this.upsertMessage(n.message):n.type==="status"?(this.setStatus(n.status),n.status==="connecting"?this.setStreaming(!0):(n.status==="idle"||n.status==="error")&&(this.setStreaming(!1),this.abortController=null)):n.type==="error"&&(this.setStatus("error"),this.setStreaming(!1),this.abortController=null,(e=(r=this.callbacks).onError)==null||e.call(r,n.error))};var e;this.messages=[...(e=n.initialMessages)!=null?e:[]].map(o=>{var s;return{...o,sequence:(s=o.sequence)!=null?s:this.nextSequence()}}),this.messages=this.sortMessages(this.messages),this.client=new Ut(n),this.messages.length&&this.callbacks.onMessagesChanged([...this.messages]),this.callbacks.onStatusChanged(this.status)}updateConfig(n){this.config={...this.config,...n},this.client=new Ut(this.config)}getMessages(){return[...this.messages]}getStatus(){return this.status}isStreaming(){return this.streaming}injectTestEvent(n){this.handleEvent(n)}async sendMessage(n,r){var c,b,z,g,F;let e=n.trim();if(!e)return;(c=this.abortController)==null||c.abort();let o={id:`user-${Date.now()}`,role:"user",content:e,createdAt:new Date().toISOString(),sequence:this.nextSequence(),viaVoice:(r==null?void 0:r.viaVoice)||!1};this.appendMessage(o),this.setStreaming(!0);let s=new AbortController;this.abortController=s;let a=[...this.messages];try{await this.client.dispatch({messages:a,signal:s.signal},this.handleEvent)}catch(H){let B={id:`assistant-${Date.now()}`,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(B),this.setStatus("idle"),this.setStreaming(!1),this.abortController=null,H instanceof Error?(z=(b=this.callbacks).onError)==null||z.call(b,H):(F=(g=this.callbacks).onError)==null||F.call(g,new Error(String(H)))}}cancel(){var n;(n=this.abortController)==null||n.abort(),this.abortController=null,this.setStreaming(!1),this.setStatus("idle")}clearMessages(){var n;(n=this.abortController)==null||n.abort(),this.abortController=null,this.messages=[],this.setStreaming(!1),this.setStatus("idle"),this.callbacks.onMessagesChanged([...this.messages])}hydrateMessages(n){var r;(r=this.abortController)==null||r.abort(),this.abortController=null,this.messages=this.sortMessages(n.map(e=>{var o;return{...e,streaming:!1,sequence:(o=e.sequence)!=null?o:this.nextSequence()}})),this.setStreaming(!1),this.setStatus("idle"),this.callbacks.onMessagesChanged([...this.messages])}setStatus(n){this.status!==n&&(this.status=n,this.callbacks.onStatusChanged(n))}setStreaming(n){this.streaming!==n&&(this.streaming=n,this.callbacks.onStreamingChanged(n))}appendMessage(n){let r=this.ensureSequence(n);this.messages=this.sortMessages([...this.messages,r]),this.callbacks.onMessagesChanged([...this.messages])}upsertMessage(n){let r=this.ensureSequence(n),e=this.messages.findIndex(o=>o.id===r.id);if(e===-1){this.appendMessage(r);return}this.messages=this.messages.map((o,s)=>s===e?{...o,...r}:o),this.messages=this.sortMessages(this.messages),this.callbacks.onMessagesChanged([...this.messages])}ensureSequence(n){return n.sequence!==void 0?{...n}:{...n,sequence:this.nextSequence()}}nextSequence(){return this.sequenceCounter++}sortMessages(n){return[...n].sort((r,e)=>{var b,z;let o=new Date(r.createdAt).getTime(),s=new Date(e.createdAt).getTime();if(!Number.isNaN(o)&&!Number.isNaN(s)&&o!==s)return o-s;let a=(b=r.sequence)!=null?b:0,c=(z=e.sequence)!=null?z:0;return a!==c?a-c:r.id.localeCompare(e.id)})}};var un=(t,n)=>{var e;let r=(e=n==null?void 0:n.theme)!=null?e:{};Object.entries(r).forEach(([o,s])=>{if(s==null||s==="")return;let a=o.replace(/[A-Z]/g,c=>`-${c.toLowerCase()}`);t.style.setProperty(`--cw-${a}`,String(s))})};import*as Qo from"lucide";var Ee=(t,n=24,r="currentColor",e=2)=>{try{let o=t.split("-").map(a=>a.charAt(0).toUpperCase()+a.slice(1)).join(""),s=Qo[o];return s?er(s,n,r,e):(console.warn(`Lucide icon "${t}" not found (tried "${o}"). Available icons: https://lucide.dev/icons`),null)}catch(o){return console.warn(`Failed to render Lucide icon "${t}":`,o),null}};function er(t,n,r,e){if(!t||!Array.isArray(t))return null;let o=document.createElementNS("http://www.w3.org/2000/svg","svg");return o.setAttribute("width",String(n)),o.setAttribute("height",String(n)),o.setAttribute("viewBox","0 0 24 24"),o.setAttribute("fill","none"),o.setAttribute("stroke",r),o.setAttribute("stroke-width",String(e)),o.setAttribute("stroke-linecap","round"),o.setAttribute("stroke-linejoin","round"),o.setAttribute("aria-hidden","true"),t.forEach(s=>{if(Array.isArray(s)&&s.length>=2){let a=s[0],c=s[1];if(c){let b=document.createElementNS("http://www.w3.org/2000/svg",a);Object.entries(c).forEach(([z,g])=>{z!=="stroke"&&b.setAttribute(z,String(g))}),o.appendChild(b)}}}),o}var u=(t,n)=>{let r=document.createElement(t);return n&&(r.className=n),r};var Ve={idle:"Online",connecting:"Connecting\u2026",connected:"Streaming\u2026",error:"Offline"};var Rt={"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 gn=(t,n)=>{let r=u("button");r.type="button",r.innerHTML=`
5
+ `);s=(G=Y.pop())!=null?G:"";for(let fe of Y){let z=fe.split(`
6
+ `),ye="message",de="";for(let q of z)q.startsWith("event:")?ye=q.replace("event:","").trim():q.startsWith("data:")&&(de+=q.replace("data:","").trim());if(!de)continue;let v;try{v=JSON.parse(de)}catch(q){r({type:"error",error:q instanceof Error?q:new Error("Failed to parse chat stream payload")});continue}let Ye=ye!=="message"?ye:(B=v.type)!=null?B:"message";if(this.parseSSEEvent){P.current=N;let q=await this.handleCustomSSEEvent(v,r,P,u,p);if(P.current&&!N&&(N=P.current),q)continue}if(Ye==="reason_start"){let q=(ot=ke(v,!0))!=null?ot:`reason-${p()}`,w=Re(q);w.reasoning=(bt=w.reasoning)!=null?bt:{id:q,status:"streaming",chunks:[]},w.reasoning.startedAt=(rt=w.reasoning.startedAt)!=null?rt:be((Dt=v.startedAt)!=null?Dt:v.timestamp),w.reasoning.completedAt=void 0,w.reasoning.durationMs=void 0,w.streaming=!0,w.reasoning.status="streaming",u(w)}else if(Ye==="reason_chunk"){let q=(R=(ne=ke(v,!1))!=null?ne:ke(v,!0))!=null?R:`reason-${p()}`,w=Re(q);w.reasoning=(he=w.reasoning)!=null?he:{id:q,status:"streaming",chunks:[]},w.reasoning.startedAt=(ve=w.reasoning.startedAt)!=null?ve:be((qt=v.startedAt)!=null?qt:v.timestamp);let d=($e=(De=(S=v.reasoningText)!=null?S:v.text)!=null?De:v.delta)!=null?$e:"";if(d&&v.hidden!==!0&&w.reasoning.chunks.push(String(d)),w.reasoning.status=v.done?"complete":"streaming",v.done){w.reasoning.completedAt=be((dt=v.completedAt)!=null?dt:v.timestamp);let F=(st=w.reasoning.startedAt)!=null?st:Date.now();w.reasoning.durationMs=Math.max(0,((I=w.reasoning.completedAt)!=null?I:Date.now())-F)}w.streaming=w.reasoning.status!=="complete",u(w)}else if(Ye==="reason_complete"){let q=(Ae=(ut=ke(v,!1))!=null?ut:ke(v,!0))!=null?Ae:`reason-${p()}`,w=H.get(q);if(w!=null&&w.reasoning){w.reasoning.status="complete",w.reasoning.completedAt=be((Ze=v.completedAt)!=null?Ze:v.timestamp);let F=(_=w.reasoning.startedAt)!=null?_:Date.now();w.reasoning.durationMs=Math.max(0,((ie=w.reasoning.completedAt)!=null?ie:Date.now())-F),w.streaming=!1,u(w)}let d=L(v);d&&ee.byStep.delete(d)}else if(Ye==="tool_start"){let q=(gt=X(v,!0))!=null?gt:`tool-${p()}`,w=Ne(q),d=(K=w.toolCall)!=null?K:{id:q,status:"pending"};d.name=(Ke=v.toolName)!=null?Ke:d.name,d.status="running",v.args!==void 0&&(d.args=v.args),d.startedAt=(Ct=d.startedAt)!=null?Ct:be((Kt=v.startedAt)!=null?Kt:v.timestamp),d.completedAt=void 0,d.durationMs=void 0,w.toolCall=d,w.streaming=!0,u(w)}else if(Ye==="tool_chunk"){let q=(zt=(Ot=X(v,!1))!=null?Ot:X(v,!0))!=null?zt:`tool-${p()}`,w=Ne(q),d=(St=w.toolCall)!=null?St:{id:q,status:"running"};d.startedAt=(Et=d.startedAt)!=null?Et:be((oe=v.startedAt)!=null?oe:v.timestamp);let F=($t=(it=(Mt=v.text)!=null?Mt:v.delta)!=null?it:v.message)!=null?$t:"";F&&(d.chunks=(_t=d.chunks)!=null?_t:[],d.chunks.push(String(F))),d.status="running",w.toolCall=d,w.streaming=!0,u(w)}else if(Ye==="tool_complete"){let q=(mt=(Wt=X(v,!1))!=null?Wt:X(v,!0))!=null?mt:`tool-${p()}`,w=Ne(q),d=(at=w.toolCall)!=null?at:{id:q,status:"running"};if(d.status="complete",v.result!==void 0&&(d.result=v.result),typeof v.duration=="number"&&(d.duration=v.duration),d.completedAt=be((jt=v.completedAt)!=null?jt:v.timestamp),typeof v.duration=="number")d.durationMs=v.duration;else{let ae=(Ut=d.startedAt)!=null?Ut:Date.now();d.durationMs=Math.max(0,((Vt=d.completedAt)!=null?Vt:Date.now())-ae)}w.toolCall=d,w.streaming=!1,u(w);let F=m(v);F&&k.byCall.delete(F)}else if(Ye==="step_chunk"){let q=v.stepType,w=v.executionType;if(q==="tool"||w==="context")continue;let d=Le(),F=(At=(_e=(wt=(ft=v.text)!=null?ft:v.delta)!=null?wt:v.content)!=null?_e:v.chunk)!=null?At:"";if(F){let le=((Lt=Ce.get(d.id))!=null?Lt:"")+F;d.rawContent=le,se.has(d.id)||se.set(d.id,this.createStreamParser());let ue=se.get(d.id),He=le.trim().startsWith("{")||le.trim().startsWith("[");if(He&&Ce.set(d.id,le),ue.__isPlainTextParser===!0){d.content+=F,Ce.delete(d.id),se.delete(d.id),d.rawContent=void 0,u(d);continue}let ce=ue.processChunk(le);if(ce instanceof Promise)ce.then(U=>{var we;let re=typeof U=="string"?U:(we=U==null?void 0:U.text)!=null?we:null;if(re!==null&&re.trim()!==""){let xe=N;xe&&xe.id===d.id&&(xe.content=re,u(xe))}else if(!He&&!le.trim().startsWith("<")){let xe=N;xe&&xe.id===d.id&&(xe.content+=F,Ce.delete(xe.id),se.delete(xe.id),xe.rawContent=void 0,u(xe))}}).catch(()=>{d.content+=F,Ce.delete(d.id),se.delete(d.id),d.rawContent=void 0,u(d)});else{let U=typeof ce=="string"?ce:(kt=ce==null?void 0:ce.text)!=null?kt:null;U!==null&&U.trim()!==""?(d.content=U,u(d)):!He&&!le.trim().startsWith("<")&&(d.content+=F,Ce.delete(d.id),se.delete(d.id),d.rawContent=void 0,u(d))}}if(v.isComplete){let ae=(qe=(Bt=v.result)==null?void 0:Bt.response)!=null?qe:d.content;if(ae){let le=Ce.get(d.id),ue=le!=null?le:me(ae);d.rawContent=ue;let He=se.get(d.id),Te=null;if(He&&(Te=He.getExtractedText(),Te===null&&(Te=tn(ue)),Te===null)){let U=He.processChunk(ue);U instanceof Promise?U.then(re=>{var xe;let we=typeof re=="string"?re:(xe=re==null?void 0:re.text)!=null?xe:null;if(we!==null){let Pe=N;Pe&&Pe.id===d.id&&(Pe.content=we,Pe.streaming=!1,u(Pe))}}):Te=typeof U=="string"?U:(je=U==null?void 0:U.text)!=null?je:null}Te!==null&&Te.trim()!==""?d.content=Te:Ce.has(d.id)||(d.content=me(ae));let ce=se.get(d.id);if(ce){let U=(lt=ce.close)==null?void 0:lt.call(ce);U instanceof Promise&&U.catch(()=>{}),se.delete(d.id)}Ce.delete(d.id),d.streaming=!1,u(d)}}}else if(Ye==="step_complete"){let q=v.stepType,w=v.executionType;if(q==="tool"||w==="context")continue;let d=(Qe=v.result)==null?void 0:Qe.response,F=Le();if(d!=null){let ae=se.get(F.id),le=!1;if(ae){let ue=ae.getExtractedText(),He=Ce.get(F.id),Te=He!=null?He:me(d);if(F.rawContent=Te,ue!==null&&ue.trim()!=="")F.content=ue,le=!0;else{let ce=tn(Te);if(ce!==null)F.content=ce,le=!0;else{let U=ae.processChunk(Te);if(U instanceof Promise)U.then(re=>{var xe;let we=typeof re=="string"?re:(xe=re==null?void 0:re.text)!=null?xe:null;if(we!==null&&we.trim()!==""){let Pe=N;Pe&&Pe.id===F.id&&(Pe.content=we,Pe.streaming=!1,u(Pe))}else{let Pe=ae.getExtractedText();if(Pe===null||Pe.trim()===""){let pt=N;pt&&pt.id===F.id&&(Ce.has(F.id)||(pt.content=me(d)),pt.streaming=!1,u(pt))}}});else{let re=typeof U=="string"?U:(Rt=U==null?void 0:U.text)!=null?Rt:null;if(re!==null&&re.trim()!=="")F.content=re,le=!0;else{let we=ae.getExtractedText();we!==null&&we.trim()!==""&&(F.content=we,le=!0)}}}}}if(!F.rawContent){let ue=Ce.get(F.id);F.rawContent=ue!=null?ue:me(d)}if(!le&&!Ce.has(F.id)&&(F.content=me(d)),ae){let ue=(ht=ae.close)==null?void 0:ht.call(ae);ue instanceof Promise&&ue.catch(()=>{})}se.delete(F.id),Ce.delete(F.id),F.streaming=!1,u(F)}else se.delete(F.id),Ce.delete(F.id),F.streaming=!1,u(F)}else if(Ye==="flow_complete"){let q=(Xe=v.result)==null?void 0:Xe.response;if(q!=null){let w=Le(),d=Ce.get(w.id),F=d!=null?d:me(q);w.rawContent=F;let ae=me(q),le=se.get(w.id);if(le){let ue=tn(F);if(ue!==null)ae=ue;else{let He=le.processChunk(F);He instanceof Promise&&He.then(ce=>{var re;let U=typeof ce=="string"?ce:(re=ce==null?void 0:ce.text)!=null?re:null;if(U!==null){let we=N;we&&we.id===w.id&&(we.content=U,we.streaming=!1,u(we))}});let Te=le.getExtractedText();Te!==null&&(ae=Te)}}se.delete(w.id),Ce.delete(w.id),ae!==w.content&&(w.content=ae,u(w)),w.streaming=!1,u(w)}else if(N!==null){let w=N;se.delete(w.id),Ce.delete(w.id),w.streaming=!1,u(w)}r({type:"status",status:"idle"})}else Ye==="error"&&v.error&&r({type:"error",error:v.error instanceof Error?v.error:new Error(String(v.error))})}}}};var Qt=class{constructor(n={},r){this.config=n;this.callbacks=r;this.status="idle";this.streaming=!1;this.abortController=null;this.sequenceCounter=Date.now();this.handleEvent=n=>{var r,t;n.type==="message"?this.upsertMessage(n.message):n.type==="status"?(this.setStatus(n.status),n.status==="connecting"?this.setStreaming(!0):(n.status==="idle"||n.status==="error")&&(this.setStreaming(!1),this.abortController=null)):n.type==="error"&&(this.setStatus("error"),this.setStreaming(!1),this.abortController=null,(t=(r=this.callbacks).onError)==null||t.call(r,n.error))};var t;this.messages=[...(t=n.initialMessages)!=null?t:[]].map(o=>{var s;return{...o,sequence:(s=o.sequence)!=null?s:this.nextSequence()}}),this.messages=this.sortMessages(this.messages),this.client=new Xt(n),this.messages.length&&this.callbacks.onMessagesChanged([...this.messages]),this.callbacks.onStatusChanged(this.status)}updateConfig(n){this.config={...this.config,...n},this.client=new Xt(this.config)}getMessages(){return[...this.messages]}getStatus(){return this.status}isStreaming(){return this.streaming}injectTestEvent(n){this.handleEvent(n)}async sendMessage(n,r){var l,p,O,u,N;let t=n.trim();if(!t)return;(l=this.abortController)==null||l.abort();let o={id:`user-${Date.now()}`,role:"user",content:t,createdAt:new Date().toISOString(),sequence:this.nextSequence(),viaVoice:(r==null?void 0:r.viaVoice)||!1};this.appendMessage(o),this.setStreaming(!0);let s=new AbortController;this.abortController=s;let a=[...this.messages];try{await this.client.dispatch({messages:a,signal:s.signal},this.handleEvent)}catch(P){let H={id:`assistant-${Date.now()}`,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(H),this.setStatus("idle"),this.setStreaming(!1),this.abortController=null,P instanceof Error?(O=(p=this.callbacks).onError)==null||O.call(p,P):(N=(u=this.callbacks).onError)==null||N.call(u,new Error(String(P)))}}cancel(){var n;(n=this.abortController)==null||n.abort(),this.abortController=null,this.setStreaming(!1),this.setStatus("idle")}clearMessages(){var n;(n=this.abortController)==null||n.abort(),this.abortController=null,this.messages=[],this.setStreaming(!1),this.setStatus("idle"),this.callbacks.onMessagesChanged([...this.messages])}hydrateMessages(n){var r;(r=this.abortController)==null||r.abort(),this.abortController=null,this.messages=this.sortMessages(n.map(t=>{var o;return{...t,streaming:!1,sequence:(o=t.sequence)!=null?o:this.nextSequence()}})),this.setStreaming(!1),this.setStatus("idle"),this.callbacks.onMessagesChanged([...this.messages])}setStatus(n){this.status!==n&&(this.status=n,this.callbacks.onStatusChanged(n))}setStreaming(n){this.streaming!==n&&(this.streaming=n,this.callbacks.onStreamingChanged(n))}appendMessage(n){let r=this.ensureSequence(n);this.messages=this.sortMessages([...this.messages,r]),this.callbacks.onMessagesChanged([...this.messages])}upsertMessage(n){let r=this.ensureSequence(n),t=this.messages.findIndex(o=>o.id===r.id);if(t===-1){this.appendMessage(r);return}this.messages=this.messages.map((o,s)=>s===t?{...o,...r}:o),this.messages=this.sortMessages(this.messages),this.callbacks.onMessagesChanged([...this.messages])}ensureSequence(n){return n.sequence!==void 0?{...n}:{...n,sequence:this.nextSequence()}}nextSequence(){return this.sequenceCounter++}sortMessages(n){return[...n].sort((r,t)=>{var p,O;let o=new Date(r.createdAt).getTime(),s=new Date(t.createdAt).getTime();if(!Number.isNaN(o)&&!Number.isNaN(s)&&o!==s)return o-s;let a=(p=r.sequence)!=null?p:0,l=(O=t.sequence)!=null?O:0;return a!==l?a-l:r.id.localeCompare(t.id)})}};var pn=(e,n)=>{var t;let r=(t=n==null?void 0:n.theme)!=null?t:{};Object.entries(r).forEach(([o,s])=>{if(s==null||s==="")return;let a=o.replace(/[A-Z]/g,l=>`-${l.toLowerCase()}`);e.style.setProperty(`--cw-${a}`,String(s))})};import*as ar from"lucide";var We=(e,n=24,r="currentColor",t=2)=>{try{let o=e.split("-").map(a=>a.charAt(0).toUpperCase()+a.slice(1)).join(""),s=ar[o];return s?lr(s,n,r,t):(console.warn(`Lucide icon "${e}" not found (tried "${o}"). Available icons: https://lucide.dev/icons`),null)}catch(o){return console.warn(`Failed to render Lucide icon "${e}":`,o),null}};function lr(e,n,r,t){if(!e||!Array.isArray(e))return null;let o=document.createElementNS("http://www.w3.org/2000/svg","svg");return o.setAttribute("width",String(n)),o.setAttribute("height",String(n)),o.setAttribute("viewBox","0 0 24 24"),o.setAttribute("fill","none"),o.setAttribute("stroke",r),o.setAttribute("stroke-width",String(t)),o.setAttribute("stroke-linecap","round"),o.setAttribute("stroke-linejoin","round"),o.setAttribute("aria-hidden","true"),e.forEach(s=>{if(Array.isArray(s)&&s.length>=2){let a=s[0],l=s[1];if(l){let p=document.createElementNS("http://www.w3.org/2000/svg",a);Object.entries(l).forEach(([O,u])=>{O!=="stroke"&&p.setAttribute(O,String(u))}),o.appendChild(p)}}}),o}var g=(e,n)=>{let r=document.createElement(e);return n&&(r.className=n),r};var Ue={idle:"Online",connecting:"Connecting\u2026",connected:"Streaming\u2026",error:"Offline"};var Nt={"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 mn=(e,n)=>{let r=g("button");r.type="button",r.innerHTML=`
7
7
  <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>
8
8
  <img data-role="launcher-image" class="tvw-rounded-full tvw-object-cover" alt="" style="display:none" />
9
9
  <span class="tvw-flex tvw-flex-col tvw-items-start tvw-text-left">
@@ -11,6 +11,6 @@ import{marked as Mo}from"marked";Mo.setOptions({breaks:!0});var Wo=t=>Mo.parse(t
11
11
  <span class="tvw-text-xs tvw-text-cw-muted" data-role="launcher-subtitle"></span>
12
12
  </span>
13
13
  <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>
14
- `,r.addEventListener("click",n);let e=s=>{var G,I,x,M,m,ke,ne,Fe,Be,me;let a=(G=s.launcher)!=null?G:{},c=r.querySelector("[data-role='launcher-title']");c&&(c.textContent=(I=a.title)!=null?I:"Chat Assistant");let b=r.querySelector("[data-role='launcher-subtitle']");b&&(b.textContent=(x=a.subtitle)!=null?x:"Get answers fast");let z=r.querySelector(".tvw-flex-col");z&&(a.textHidden?z.style.display="none":z.style.display="");let g=r.querySelector("[data-role='launcher-icon']");if(g)if(a.agentIconHidden)g.style.display="none";else{let Z=(M=a.agentIconSize)!=null?M:"40px";if(g.style.height=Z,g.style.width=Z,g.innerHTML="",a.agentIconName){let Se=parseFloat(Z)||24,fe=Ee(a.agentIconName,Se*.6,"#ffffff",2);fe?(g.appendChild(fe),g.style.display=""):(g.textContent=(m=a.agentIconText)!=null?m:"\u{1F4AC}",g.style.display="")}else a.iconUrl?g.style.display="none":(g.textContent=(ke=a.agentIconText)!=null?ke:"\u{1F4AC}",g.style.display="")}let F=r.querySelector("[data-role='launcher-image']");if(F){let Z=(ne=a.agentIconSize)!=null?ne:"40px";F.style.height=Z,F.style.width=Z,a.iconUrl&&!a.agentIconName&&!a.agentIconHidden?(F.src=a.iconUrl,F.style.display="block"):F.style.display="none"}let H=r.querySelector("[data-role='launcher-call-to-action-icon']");if(H){let Z=(Fe=a.callToActionIconSize)!=null?Fe:"32px";H.style.height=Z,H.style.width=Z,a.callToActionIconBackgroundColor?(H.style.backgroundColor=a.callToActionIconBackgroundColor,H.classList.remove("tvw-bg-cw-primary")):(H.style.backgroundColor="",H.classList.add("tvw-bg-cw-primary"));let Se=0;if(a.callToActionIconPadding?(H.style.boxSizing="border-box",H.style.padding=a.callToActionIconPadding,Se=(parseFloat(a.callToActionIconPadding)||0)*2):(H.style.boxSizing="",H.style.padding=""),a.callToActionIconHidden)H.style.display="none";else if(H.style.display="",H.innerHTML="",a.callToActionIconName){let fe=parseFloat(Z)||24,K=Math.max(fe-Se,8),Q=Ee(a.callToActionIconName,K,"currentColor",2);Q?H.appendChild(Q):H.textContent=(Be=a.callToActionIconText)!=null?Be:"\u2197"}else H.textContent=(me=a.callToActionIconText)!=null?me:"\u2197"}let B=a.position&&Rt[a.position]?Rt[a.position]:Rt["bottom-right"],y="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-shadow-lg tvw-border tvw-border-gray-200 tvw-transition hover:tvw-translate-y-[-2px] tvw-cursor-pointer tvw-z-50";r.className=`${y} ${B}`},o=()=>{r.removeEventListener("click",n),r.remove()};return t&&e(t),{element:r,update:e,destroy:o}};var Ho=t=>{var b,z,g,F,H;if(!((z=(b=t==null?void 0:t.launcher)==null?void 0:b.enabled)!=null?z:!0)){let B=u("div","tvw-relative tvw-w-full tvw-h-full"),y=u("div","tvw-relative tvw-w-full tvw-h-full tvw-min-h-[360px]");return B.appendChild(y),{wrapper:B,panel:y}}let r=(g=t==null?void 0:t.launcher)!=null?g:{},e=r.position&&Rt[r.position]?Rt[r.position]:Rt["bottom-right"],o=u("div",`tvw-fixed ${e} tvw-z-50 tvw-transition`),s=u("div","tvw-relative tvw-min-h-[320px]"),a=(H=(F=t==null?void 0:t.launcher)==null?void 0:F.width)!=null?H:t==null?void 0:t.launcherWidth,c=a!=null?a:"min(400px, calc(100vw - 24px))";return s.style.width=c,s.style.maxWidth=c,o.appendChild(s),{wrapper:o,panel:s}},Io=(t,n=!0)=>{var xt,re,Tt,At,it,Dt,qt,Mt,ft,at,zt,_t,Ot,wt,ht,Oe,Ct,Wt,Et,Lt,De,$e,lt,Qe,kt,f,_,X,ce,Ae,Le,D,v,je,$,h,d,P,ae,le,ue,Re,Me,de,j,se,pe,ve,He,gt,Yt,i,l,C,N,W,k,T,V,ye;let r=u("div","tvw-flex tvw-h-full tvw-w-full tvw-flex-col tvw-bg-cw-surface tvw-text-cw-primary tvw-rounded-2xl tvw-overflow-hidden tvw-shadow-2xl tvw-border tvw-border-cw-border"),e=u("div","tvw-flex tvw-items-center tvw-gap-3 tvw-bg-cw-surface tvw-px-6 tvw-py-5 tvw-border-b-cw-divider"),o=(xt=t==null?void 0:t.launcher)!=null?xt:{},s=(re=o.headerIconSize)!=null?re:"48px",a=(Tt=o.closeButtonSize)!=null?Tt:"32px",c=(At=o.closeButtonPlacement)!=null?At:"inline",b=(it=o.headerIconHidden)!=null?it:!1,z=o.headerIconName,g=u("div","tvw-flex tvw-items-center tvw-justify-center tvw-rounded-xl tvw-bg-cw-primary tvw-text-white tvw-text-xl");if(g.style.height=s,g.style.width=s,!b)if(z){let p=parseFloat(s)||24,w=Ee(z,p*.6,"#ffffff",2);w?g.replaceChildren(w):g.textContent=(qt=(Dt=t==null?void 0:t.launcher)==null?void 0:Dt.agentIconText)!=null?qt:"\u{1F4AC}"}else if((Mt=t==null?void 0:t.launcher)!=null&&Mt.iconUrl){let p=u("img");p.src=t.launcher.iconUrl,p.alt="",p.className="tvw-rounded-xl tvw-object-cover",p.style.height=s,p.style.width=s,g.replaceChildren(p)}else g.textContent=(at=(ft=t==null?void 0:t.launcher)==null?void 0:ft.agentIconText)!=null?at:"\u{1F4AC}";let F=u("div","tvw-flex tvw-flex-col"),H=u("span","tvw-text-base tvw-font-semibold");H.textContent=(_t=(zt=t==null?void 0:t.launcher)==null?void 0:zt.title)!=null?_t:"Chat Assistant";let B=u("span","tvw-text-xs tvw-text-cw-muted");B.textContent=(wt=(Ot=t==null?void 0:t.launcher)==null?void 0:Ot.subtitle)!=null?wt:"Here to help you get answers fast",F.append(H,B),b?e.append(F):e.append(g,F);let y=(ht=o.clearChat)!=null?ht:{},G=(Oe=y.enabled)!=null?Oe:!0,I=null,x=null;if(G){let p=(Ct=y.size)!=null?Ct:"32px",w=(Wt=y.iconName)!=null?Wt:"refresh-cw",q=(Et=y.iconColor)!=null?Et:"",be=(Lt=y.backgroundColor)!=null?Lt:"",Y=(De=y.borderWidth)!=null?De:"",qe=($e=y.borderColor)!=null?$e:"",Pe=(lt=y.borderRadius)!=null?lt:"",Xe=(Qe=y.paddingX)!=null?Qe:"",ee=(kt=y.paddingY)!=null?kt:"",et=(f=y.tooltipText)!=null?f:"Clear chat",$t=(_=y.showTooltip)!=null?_:!0;x=u("div","tvw-relative tvw-ml-auto tvw-clear-chat-button-wrapper"),I=u("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"),I.style.height=p,I.style.width=p,I.type="button",I.setAttribute("aria-label",et);let Bt=Ee(w,"20px",q||"",2);if(Bt&&I.appendChild(Bt),q&&(I.style.color=q,I.classList.remove("tvw-text-cw-muted")),be&&(I.style.backgroundColor=be,I.classList.remove("hover:tvw-bg-gray-100")),Y||qe){let xe=Y||"0px",pt=qe||"transparent";I.style.border=`${xe} solid ${pt}`,I.classList.remove("tvw-border-none")}if(Pe&&(I.style.borderRadius=Pe,I.classList.remove("tvw-rounded-full")),Xe?(I.style.paddingLeft=Xe,I.style.paddingRight=Xe):(I.style.paddingLeft="",I.style.paddingRight=""),ee?(I.style.paddingTop=ee,I.style.paddingBottom=ee):(I.style.paddingTop="",I.style.paddingBottom=""),x.appendChild(I),$t&&et&&I&&x){let xe=null,pt=()=>{if(xe||!I)return;xe=u("div","tvw-clear-chat-tooltip"),xe.textContent=et;let jt=u("div");jt.className="tvw-clear-chat-tooltip-arrow",xe.appendChild(jt);let Ye=I.getBoundingClientRect();xe.style.position="fixed",xe.style.left=`${Ye.left+Ye.width/2}px`,xe.style.top=`${Ye.top-8}px`,xe.style.transform="translate(-50%, -100%)",document.body.appendChild(xe)},mt=()=>{xe&&xe.parentNode&&(xe.parentNode.removeChild(xe),xe=null)};x.addEventListener("mouseenter",pt),x.addEventListener("mouseleave",mt),I.addEventListener("focus",pt),I.addEventListener("blur",mt),x._cleanupTooltip=()=>{mt(),x&&(x.removeEventListener("mouseenter",pt),x.removeEventListener("mouseleave",mt)),I&&(I.removeEventListener("focus",pt),I.removeEventListener("blur",mt))}}e.appendChild(x)}let M=u("div",c==="top-right"?"tvw-absolute tvw-top-4 tvw-right-4 tvw-z-50":G?"":"tvw-ml-auto"),m=u("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=a,m.style.width=a,m.type="button";let ke=(X=o.closeButtonTooltipText)!=null?X:"Close chat",ne=(ce=o.closeButtonShowTooltip)!=null?ce:!0;m.setAttribute("aria-label",ke),m.style.display=n?"":"none";let Fe=(Ae=o.closeButtonIconName)!=null?Ae:"x",Be=(Le=o.closeButtonIconText)!=null?Le:"\xD7",me=Ee(Fe,"20px",o.closeButtonColor||"",2);if(me?m.appendChild(me):m.textContent=Be,o.closeButtonColor?(m.style.color=o.closeButtonColor,m.classList.remove("tvw-text-cw-muted")):(m.style.color="",m.classList.add("tvw-text-cw-muted")),o.closeButtonBackgroundColor?(m.style.backgroundColor=o.closeButtonBackgroundColor,m.classList.remove("hover:tvw-bg-gray-100")):(m.style.backgroundColor="",m.classList.add("hover:tvw-bg-gray-100")),o.closeButtonBorderWidth||o.closeButtonBorderColor){let p=o.closeButtonBorderWidth||"0px",w=o.closeButtonBorderColor||"transparent";m.style.border=`${p} solid ${w}`,m.classList.remove("tvw-border-none")}else m.style.border="",m.classList.add("tvw-border-none");if(o.closeButtonBorderRadius?(m.style.borderRadius=o.closeButtonBorderRadius,m.classList.remove("tvw-rounded-full")):(m.style.borderRadius="",m.classList.add("tvw-rounded-full")),o.closeButtonPaddingX?(m.style.paddingLeft=o.closeButtonPaddingX,m.style.paddingRight=o.closeButtonPaddingX):(m.style.paddingLeft="",m.style.paddingRight=""),o.closeButtonPaddingY?(m.style.paddingTop=o.closeButtonPaddingY,m.style.paddingBottom=o.closeButtonPaddingY):(m.style.paddingTop="",m.style.paddingBottom=""),M.appendChild(m),ne&&ke){let p=null,w=()=>{if(p)return;p=u("div","tvw-clear-chat-tooltip"),p.textContent=ke;let be=u("div");be.className="tvw-clear-chat-tooltip-arrow",p.appendChild(be);let Y=m.getBoundingClientRect();p.style.position="fixed",p.style.left=`${Y.left+Y.width/2}px`,p.style.top=`${Y.top-8}px`,p.style.transform="translate(-50%, -100%)",document.body.appendChild(p)},q=()=>{p&&p.parentNode&&(p.parentNode.removeChild(p),p=null)};M.addEventListener("mouseenter",w),M.addEventListener("mouseleave",q),m.addEventListener("focus",w),m.addEventListener("blur",q),M._cleanupTooltip=()=>{q(),M.removeEventListener("mouseenter",w),M.removeEventListener("mouseleave",q),m.removeEventListener("focus",w),m.removeEventListener("blur",q)}}c==="top-right"?(r.style.position="relative",r.appendChild(M)):e.appendChild(M);let Z=u("div","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");Z.id="vanilla-agent-scroll-container";let Se=u("div","tvw-rounded-2xl tvw-bg-cw-surface tvw-p-6 tvw-shadow-sm"),fe=u("h2","tvw-text-lg tvw-font-semibold tvw-text-cw-primary");fe.textContent=(v=(D=t==null?void 0:t.copy)==null?void 0:D.welcomeTitle)!=null?v:"Hello \u{1F44B}";let K=u("p","tvw-mt-2 tvw-text-sm tvw-text-cw-muted");K.textContent=($=(je=t==null?void 0:t.copy)==null?void 0:je.welcomeSubtitle)!=null?$:"Ask anything about your account or products.",Se.append(fe,K);let Q=u("div","tvw-flex tvw-flex-col tvw-gap-3");Z.append(Se,Q);let Ht=u("div","tvw-border-t-cw-divider tvw-bg-cw-surface tvw-px-6 tvw-py-4"),J=u("div","tvw-mb-3 tvw-flex tvw-flex-wrap tvw-gap-2"),E=((h=t==null?void 0:t.voiceRecognition)==null?void 0:h.enabled)===!0,ot=typeof window!="undefined"&&(typeof window.webkitSpeechRecognition!="undefined"||typeof window.SpeechRecognition!="undefined"),rt=u("form",`tvw-flex tvw-items-end ${E&&ot?"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`);rt.style.outline="none";let oe=u("textarea");oe.placeholder=(P=(d=t==null?void 0:t.copy)==null?void 0:d.inputPlaceholder)!=null?P:"Type your message\u2026",oe.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",oe.rows=1;let L=(le=(ae=t==null?void 0:t.theme)==null?void 0:ae.inputFontFamily)!=null?le:"sans-serif",we=(Re=(ue=t==null?void 0:t.theme)==null?void 0:ue.inputFontWeight)!=null?Re:"400",Pt=p=>{switch(p){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=Pt(L),oe.style.fontWeight=we,oe.style.border="none",oe.style.outline="none",oe.style.borderWidth="0",oe.style.borderStyle="none",oe.style.borderColor="transparent",oe.addEventListener("focus",()=>{oe.style.border="none",oe.style.outline="none",oe.style.borderWidth="0",oe.style.borderStyle="none",oe.style.borderColor="transparent",oe.style.boxShadow="none"}),oe.addEventListener("blur",()=>{oe.style.border="none",oe.style.outline="none"});let he=(Me=t==null?void 0:t.sendButton)!=null?Me:{},S=(de=he.useIcon)!=null?de:!1,Ne=(j=he.iconText)!=null?j:"\u2191",_e=he.iconName,dt=(se=he.tooltipText)!=null?se:"Send message",st=(pe=he.showTooltip)!=null?pe:!1,R=(ve=he.size)!=null?ve:"40px",ct=he.backgroundColor,Te=he.textColor,Ze=u("div","tvw-send-button-wrapper"),O=u("button",S?"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(O.type="submit",S){if(O.style.width=R,O.style.height=R,O.style.minWidth=R,O.style.minHeight=R,O.style.fontSize="18px",O.style.lineHeight="1",O.innerHTML="",_e){let p=parseFloat(R)||24,w=Te&&typeof Te=="string"&&Te.trim()?Te.trim():"currentColor",q=Ee(_e,p,w,2);q?(O.appendChild(q),O.style.color=w):(O.textContent=Ne,Te?O.style.color=Te:O.classList.add("tvw-text-white"))}else O.textContent=Ne,Te?O.style.color=Te:O.classList.add("tvw-text-white");ct?O.style.backgroundColor=ct:O.classList.add("tvw-bg-cw-primary")}else O.textContent=(gt=(He=t==null?void 0:t.copy)==null?void 0:He.sendButtonLabel)!=null?gt:"Send",Te?O.style.color=Te:O.classList.add("tvw-text-white");if(he.borderWidth&&(O.style.borderWidth=he.borderWidth,O.style.borderStyle="solid"),he.borderColor&&(O.style.borderColor=he.borderColor),he.paddingX?(O.style.paddingLeft=he.paddingX,O.style.paddingRight=he.paddingX):(O.style.paddingLeft="",O.style.paddingRight=""),he.paddingY?(O.style.paddingTop=he.paddingY,O.style.paddingBottom=he.paddingY):(O.style.paddingTop="",O.style.paddingBottom=""),st&&dt){let p=u("div","tvw-send-button-tooltip");p.textContent=dt,Ze.appendChild(p)}Ze.appendChild(O);let ie=(Yt=t==null?void 0:t.voiceRecognition)!=null?Yt:{},ut=ie.enabled===!0,U=null,Ke=null,Vt=typeof window!="undefined"&&(typeof window.webkitSpeechRecognition!="undefined"||typeof window.SpeechRecognition!="undefined");if(ut&&Vt){Ke=u("div","tvw-send-button-wrapper"),U=u("button","tvw-rounded-button tvw-flex tvw-items-center tvw-justify-center disabled:tvw-opacity-50 tvw-cursor-pointer"),U.type="button",U.setAttribute("aria-label","Start voice recognition");let p=(i=ie.iconName)!=null?i:"mic",w=(l=ie.iconSize)!=null?l:R,q=parseFloat(w)||24,be=(C=ie.backgroundColor)!=null?C:ct,Y=(N=ie.iconColor)!=null?N:Te;U.style.width=w,U.style.height=w,U.style.minWidth=w,U.style.minHeight=w,U.style.fontSize="18px",U.style.lineHeight="1";let qe=Y||"currentColor",Pe=Ee(p,q,qe,1.5);Pe?(U.appendChild(Pe),U.style.color=qe):(U.textContent="\u{1F3A4}",U.style.color=qe),be?U.style.backgroundColor=be:U.classList.add("tvw-bg-cw-primary"),Y?U.style.color=Y:!Y&&!Te&&U.classList.add("tvw-text-white"),ie.borderWidth&&(U.style.borderWidth=ie.borderWidth,U.style.borderStyle="solid"),ie.borderColor&&(U.style.borderColor=ie.borderColor),ie.paddingX&&(U.style.paddingLeft=ie.paddingX,U.style.paddingRight=ie.paddingX),ie.paddingY&&(U.style.paddingTop=ie.paddingY,U.style.paddingBottom=ie.paddingY),Ke.appendChild(U);let Xe=(W=ie.tooltipText)!=null?W:"Start voice recognition";if(((k=ie.showTooltip)!=null?k:!1)&&Xe){let et=u("div","tvw-send-button-tooltip");et.textContent=Xe,Ke.appendChild(et)}}rt.addEventListener("click",p=>{p.target!==O&&p.target!==Ze&&p.target!==U&&p.target!==Ke&&oe.focus()}),rt.append(oe),Ke&&rt.append(Ke),rt.append(Ze);let bt=u("div","tvw-mt-2 tvw-text-right tvw-text-xs tvw-text-cw-muted"),Ft=(T=t==null?void 0:t.statusIndicator)!=null?T:{},Nt=(V=Ft.visible)!=null?V:!0;return bt.style.display=Nt?"":"none",bt.textContent=(ye=Ft.idleText)!=null?ye:"Online",Ht.append(J,rt,bt),r.append(e,Z,Ht),{container:r,body:Z,messagesWrapper:Q,suggestions:J,textarea:oe,sendButton:O,sendButtonWrapper:Ze,micButton:U,micButtonWrapper:Ke,composerForm:rt,statusText:bt,introTitle:fe,introSubtitle:K,closeButton:m,closeButtonWrapper:M,clearChatButton:I,clearChatButtonWrapper:x,iconHolder:g,headerTitle:H,headerSubtitle:B}};var pn=()=>{let t=document.createElement("div");t.className="tvw-flex tvw-items-center tvw-space-x-1 tvw-h-5 tvw-mt-2";let n=document.createElement("div");n.className="tvw-bg-cw-primary tvw-animate-typing tvw-rounded-full tvw-h-1.5 tvw-w-1.5",n.style.animationDelay="0ms";let r=document.createElement("div");r.className="tvw-bg-cw-primary tvw-animate-typing tvw-rounded-full tvw-h-1.5 tvw-w-1.5",r.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 o=document.createElement("span");return o.className="tvw-sr-only",o.textContent="Loading",t.appendChild(n),t.appendChild(r),t.appendChild(e),t.appendChild(o),t},mn=(t,n)=>{let r=["vanilla-message-bubble","tvw-max-w-[85%]","tvw-rounded-2xl","tvw-text-sm","tvw-leading-relaxed","tvw-shadow-sm"];t.role==="user"?r.push("vanilla-message-user-bubble","tvw-ml-auto","tvw-bg-cw-accent","tvw-text-white","tvw-px-5","tvw-py-3"):r.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");let e=u("div",r.join(" ")),o=document.createElement("div");if(o.innerHTML=n({text:t.content,message:t,streaming:!!t.streaming,raw:t.rawContent}),e.appendChild(o),t.streaming&&t.role==="assistant"&&(!t.content||!t.content.trim())){let s=pn();e.appendChild(s)}return e};var fn=new Set,wn=t=>{let n=t.reasoning,r=u("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(!n)return r;let e=fn.has(t.id),o=u("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");o.type="button",o.setAttribute("aria-expanded",e?"true":"false");let s=u("div","tvw-flex tvw-flex-col tvw-text-left"),a=u("span","tvw-text-xs tvw-text-cw-primary");a.textContent="Thinking...",s.appendChild(a);let c=u("span","tvw-text-xs tvw-text-cw-primary");c.textContent=Bo(n),s.appendChild(c),n.status==="complete"?a.style.display="none":a.style.display="";let b=u("div","tvw-flex tvw-items-center"),g=Ee(e?"chevron-up":"chevron-down",16,"currentColor",2);g?b.appendChild(g):b.textContent=e?"Hide":"Show";let F=u("div","tvw-flex tvw-items-center tvw-ml-auto");F.append(b),o.append(s,F);let H=u("div","tvw-border-t tvw-border-gray-200 tvw-bg-gray-50 tvw-px-4 tvw-py-3");H.style.display=e?"":"none";let B=n.chunks.join(""),y=u("div","tvw-whitespace-pre-wrap tvw-text-xs tvw-leading-snug tvw-text-cw-muted");y.textContent=B||(n.status==="complete"?"No additional context was shared.":"Waiting for details\u2026"),H.appendChild(y);let G=()=>{o.setAttribute("aria-expanded",e?"true":"false"),b.innerHTML="";let M=Ee(e?"chevron-up":"chevron-down",16,"currentColor",2);M?b.appendChild(M):b.textContent=e?"Hide":"Show",H.style.display=e?"":"none"},I=()=>{e=!e,e?fn.add(t.id):fn.delete(t.id),G()};return o.addEventListener("pointerdown",x=>{x.preventDefault(),I()}),o.addEventListener("keydown",x=>{(x.key==="Enter"||x.key===" ")&&(x.preventDefault(),I())}),G(),r.append(o,H),r};var hn=new Set,vn=(t,n)=>{var I;let r=t.toolCall,e=(I=n==null?void 0:n.toolCall)!=null?I:{},o=u("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(e.backgroundColor&&(o.style.backgroundColor=e.backgroundColor),e.borderColor&&(o.style.borderColor=e.borderColor),e.borderWidth&&(o.style.borderWidth=e.borderWidth),e.borderRadius&&(o.style.borderRadius=e.borderRadius),!r)return o;let s=hn.has(t.id),a=u("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");a.type="button",a.setAttribute("aria-expanded",s?"true":"false"),e.headerBackgroundColor&&(a.style.backgroundColor=e.headerBackgroundColor),e.headerPaddingX&&(a.style.paddingLeft=e.headerPaddingX,a.style.paddingRight=e.headerPaddingX),e.headerPaddingY&&(a.style.paddingTop=e.headerPaddingY,a.style.paddingBottom=e.headerPaddingY);let c=u("div","tvw-flex tvw-flex-col tvw-text-left"),b=u("span","tvw-text-xs tvw-text-cw-primary");e.headerTextColor&&(b.style.color=e.headerTextColor),b.textContent=Ro(r),c.appendChild(b);let z=u("div","tvw-flex tvw-items-center"),g=e.toggleTextColor||e.headerTextColor||"currentColor",F=Ee(s?"chevron-up":"chevron-down",16,g,2);F?z.appendChild(F):z.textContent=s?"Hide":"Show";let H=u("div","tvw-flex tvw-items-center tvw-gap-2 tvw-ml-auto");H.append(z),a.append(c,H);let B=u("div","tvw-border-t tvw-border-gray-200 tvw-bg-gray-50 tvw-space-y-3 tvw-px-4 tvw-py-3");if(B.style.display=s?"":"none",e.contentBackgroundColor&&(B.style.backgroundColor=e.contentBackgroundColor),e.contentTextColor&&(B.style.color=e.contentTextColor),e.contentPaddingX&&(B.style.paddingLeft=e.contentPaddingX,B.style.paddingRight=e.contentPaddingX),e.contentPaddingY&&(B.style.paddingTop=e.contentPaddingY,B.style.paddingBottom=e.contentPaddingY),r.name){let x=u("div","tvw-text-xs tvw-text-cw-muted tvw-italic");e.contentTextColor?x.style.color=e.contentTextColor:e.headerTextColor&&(x.style.color=e.headerTextColor),x.textContent=r.name,B.appendChild(x)}if(r.args!==void 0){let x=u("div","tvw-space-y-1"),M=u("div","tvw-text-xs tvw-text-cw-muted");e.labelTextColor&&(M.style.color=e.labelTextColor),M.textContent="Arguments";let m=u("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");m.style.fontSize="0.75rem",m.style.lineHeight="1rem",e.codeBlockBackgroundColor&&(m.style.backgroundColor=e.codeBlockBackgroundColor),e.codeBlockBorderColor&&(m.style.borderColor=e.codeBlockBorderColor),e.codeBlockTextColor&&(m.style.color=e.codeBlockTextColor),m.textContent=sn(r.args),x.append(M,m),B.appendChild(x)}if(r.chunks&&r.chunks.length){let x=u("div","tvw-space-y-1"),M=u("div","tvw-text-xs tvw-text-cw-muted");e.labelTextColor&&(M.style.color=e.labelTextColor),M.textContent="Activity";let m=u("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");m.style.fontSize="0.75rem",m.style.lineHeight="1rem",e.codeBlockBackgroundColor&&(m.style.backgroundColor=e.codeBlockBackgroundColor),e.codeBlockBorderColor&&(m.style.borderColor=e.codeBlockBorderColor),e.codeBlockTextColor&&(m.style.color=e.codeBlockTextColor),m.textContent=r.chunks.join(`
15
- `),x.append(M,m),B.appendChild(x)}if(r.status==="complete"&&r.result!==void 0){let x=u("div","tvw-space-y-1"),M=u("div","tvw-text-xs tvw-text-cw-muted");e.labelTextColor&&(M.style.color=e.labelTextColor),M.textContent="Result";let m=u("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");m.style.fontSize="0.75rem",m.style.lineHeight="1rem",e.codeBlockBackgroundColor&&(m.style.backgroundColor=e.codeBlockBackgroundColor),e.codeBlockBorderColor&&(m.style.borderColor=e.codeBlockBorderColor),e.codeBlockTextColor&&(m.style.color=e.codeBlockTextColor),m.textContent=sn(r.result),x.append(M,m),B.appendChild(x)}if(r.status==="complete"&&typeof r.duration=="number"){let x=u("div","tvw-text-xs tvw-text-cw-muted");e.contentTextColor&&(x.style.color=e.contentTextColor),x.textContent=`Duration: ${r.duration}ms`,B.appendChild(x)}let y=()=>{a.setAttribute("aria-expanded",s?"true":"false"),z.innerHTML="";let x=e.toggleTextColor||e.headerTextColor||"currentColor",M=Ee(s?"chevron-up":"chevron-down",16,x,2);M?z.appendChild(M):z.textContent=s?"Hide":"Show",B.style.display=s?"":"none"},G=()=>{s=!s,s?hn.add(t.id):hn.delete(t.id),y()};return a.addEventListener("pointerdown",x=>{x.preventDefault(),G()}),a.addEventListener("keydown",x=>{(x.key==="Enter"||x.key===" ")&&(x.preventDefault(),G())}),y(),o.append(a,B),o};var Po=t=>{let n=[];return{buttons:n,render:(e,o,s,a,c)=>{if(t.innerHTML="",n.length=0,!e||!e.length||(a!=null?a:o?o.getMessages():[]).some(B=>B.role==="user"))return;let g=document.createDocumentFragment(),F=o?o.isStreaming():!1,H=B=>{switch(B){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(B=>{let y=u("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");y.type="button",y.textContent=B,y.disabled=F,c!=null&&c.fontFamily&&(y.style.fontFamily=H(c.fontFamily)),c!=null&&c.fontWeight&&(y.style.fontWeight=c.fontWeight),c!=null&&c.paddingX&&(y.style.paddingLeft=c.paddingX,y.style.paddingRight=c.paddingX),c!=null&&c.paddingY&&(y.style.paddingTop=c.paddingY,y.style.paddingBottom=c.paddingY),y.addEventListener("click",()=>{!o||o.isStreaming()||(s.value="",o.sendMessage(B))}),g.appendChild(y),n.push(y)}),t.appendChild(g)}}};var Fo={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"}},yn=(t,n,r,e)=>{let o=t.querySelectorAll("[data-tv-form]");o.length&&o.forEach(s=>{var y,G,I;if(s.dataset.enhanced==="true")return;let a=(y=s.dataset.tvForm)!=null?y:"init";s.dataset.enhanced="true";let c=(G=Fo[a])!=null?G:Fo.init;s.classList.add("tvw-form-card","tvw-space-y-4");let b=u("div","tvw-space-y-1"),z=u("h3","tvw-text-base tvw-font-semibold tvw-text-cw-primary");if(z.textContent=c.title,b.appendChild(z),c.description){let x=u("p","tvw-text-sm tvw-text-cw-muted");x.textContent=c.description,b.appendChild(x)}let g=document.createElement("form");g.className="tvw-form-grid tvw-space-y-3",c.fields.forEach(x=>{var Fe,Be;let M=u("label","tvw-form-field tvw-flex tvw-flex-col tvw-gap-1");M.htmlFor=`${n.id}-${a}-${x.name}`;let m=u("span","tvw-text-xs tvw-font-medium tvw-text-cw-muted");m.textContent=x.label,M.appendChild(m);let ke=(Fe=x.type)!=null?Fe:"text",ne;ke==="textarea"?(ne=document.createElement("textarea"),ne.rows=3):(ne=document.createElement("input"),ne.type=ke),ne.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",ne.id=`${n.id}-${a}-${x.name}`,ne.name=x.name,ne.placeholder=(Be=x.placeholder)!=null?Be:"",x.required&&(ne.required=!0),M.appendChild(ne),g.appendChild(M)});let F=u("div","tvw-flex tvw-items-center tvw-justify-between tvw-gap-2"),H=u("div","tvw-text-xs tvw-text-cw-muted tvw-min-h-[1.5rem]"),B=u("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");B.type="submit",B.textContent=(I=c.submitLabel)!=null?I:"Submit",F.appendChild(H),F.appendChild(B),g.appendChild(F),s.replaceChildren(b,g),g.addEventListener("submit",async x=>{var ne,Fe;x.preventDefault();let M=(ne=r.formEndpoint)!=null?ne:"/form",m=new FormData(g),ke={};m.forEach((Be,me)=>{ke[me]=Be}),ke.type=a,B.disabled=!0,H.textContent="Submitting\u2026";try{let Be=await fetch(M,{method:"POST",headers:{"Content-Type":"application/json"},body:JSON.stringify(ke)});if(!Be.ok)throw new Error(`Form submission failed (${Be.status})`);let me=await Be.json();H.textContent=(Fe=me.message)!=null?Fe:"Thanks! We'll be in touch soon.",me.success&&me.nextPrompt&&await e.sendMessage(String(me.nextPrompt))}catch(Be){H.textContent=Be instanceof Error?Be.message:"Something went wrong. Please try again."}finally{B.disabled=!1}})})};var bn=class{constructor(){this.plugins=new Map}register(n){var r;this.plugins.has(n.id)&&console.warn(`Plugin "${n.id}" is already registered. Overwriting.`),this.plugins.set(n.id,n),(r=n.onRegister)==null||r.call(n)}unregister(n){var e;let r=this.plugins.get(n);r&&((e=r.onUnregister)==null||e.call(r),this.plugins.delete(n))}getAll(){return Array.from(this.plugins.values()).sort((n,r)=>{var e,o;return((e=r.priority)!=null?e:0)-((o=n.priority)!=null?o:0)})}getForInstance(n){let r=this.getAll();if(!n||n.length===0)return r;let e=new Set(n.map(s=>s.id));return[...r.filter(s=>!e.has(s.id)),...n].sort((s,a)=>{var c,b;return((c=a.priority)!=null?c:0)-((b=s.priority)!=null?b:0)})}clear(){this.plugins.forEach(n=>{var r;return(r=n.onUnregister)==null?void 0:r.call(n)}),this.plugins.clear()}},en=new bn;var nt={apiUrl:"http://localhost:43111/api/chat/dispatch",theme:{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"},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))",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,iconName:"refresh-cw",size:"29px",showTooltip:!0,tooltipText:"Clear chat",paddingX:"0px",paddingY:"0px"},headerIconHidden:!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"},debug:!1};function xn(t){var n,r,e;return t?{...nt,...t,theme:{...nt.theme,...t.theme},launcher:{...nt.launcher,...t.launcher,clearChat:{...(n=nt.launcher)==null?void 0:n.clearChat,...(r=t.launcher)==null?void 0:r.clearChat}},copy:{...nt.copy,...t.copy},sendButton:{...nt.sendButton,...t.sendButton},statusIndicator:{...nt.statusIndicator,...t.statusIndicator},voiceRecognition:{...nt.voiceRecognition,...t.voiceRecognition},features:{...nt.features,...t.features},suggestionChips:(e=t.suggestionChips)!=null?e:nt.suggestionChips,suggestionChipsConfig:{...nt.suggestionChipsConfig,...t.suggestionChipsConfig}}:nt}var No=()=>{let t=new Map,n=(o,s)=>(t.has(o)||t.set(o,new Set),t.get(o).add(s),()=>r(o,s)),r=(o,s)=>{var a;(a=t.get(o))==null||a.delete(s)};return{on:n,off:r,emit:(o,s)=>{var a;(a=t.get(o))==null||a.forEach(c=>{try{c(s)}catch(b){typeof console!="undefined"&&console.error("[AgentWidget] Event handler error:",b)}})}}};var tr=t=>{let n=t.match(/```(?:json)?\s*([\s\S]*?)```/i);return n?n[1]:t},nr=t=>{let n=t.trim(),r=n.indexOf("{");if(r===-1)return null;let e=0;for(let o=r;o<n.length;o+=1){let s=n[o];if(s==="{"&&(e+=1),s==="}"&&(e-=1,e===0))return n.slice(r,o+1)}return null},tn=({text:t})=>{if(!t||!t.includes("{"))return null;try{let n=tr(t),r=nr(n);if(!r)return null;let e=JSON.parse(r);if(!e||typeof e!="object"||!e.action)return null;let{action:o,...s}=e;return{type:String(o),payload:s,raw:e}}catch{return null}},Cn=t=>typeof t=="string"?t:t==null?"":String(t),Kt={message:t=>t.type!=="message"?void 0:{handled:!0,displayText:Cn(t.payload.text)},messageAndClick:(t,n)=>{var o;if(t.type!=="message_and_click")return;let r=t.payload,e=Cn(r.element);if(e&&((o=n.document)!=null&&o.querySelector)){let s=n.document.querySelector(e);s?setTimeout(()=>{s.click()},400):typeof console!="undefined"&&console.warn("[AgentWidget] Element not found for selector:",e)}return{handled:!0,displayText:Cn(r.text)}}},Do=t=>Array.isArray(t)?t.map(n=>String(n)):[],nn=t=>{let n=new Set(Do(t.getMetadata().processedActionMessageIds)),r=()=>{n=new Set(Do(t.getMetadata().processedActionMessageIds))},e=()=>{let s=Array.from(n);t.updateMetadata(a=>({...a,processedActionMessageIds:s}))};return{process:s=>{if(s.streaming||s.message.role!=="assistant"||!s.text||n.has(s.message.id))return null;let a=typeof s.raw=="string"&&s.raw||typeof s.message.rawContent=="string"&&s.message.rawContent||typeof s.text=="string"&&s.text||null;!a&&typeof s.text=="string"&&s.text.trim().startsWith("{")&&typeof console!="undefined"&&console.warn("[AgentWidget] Structured response detected but no raw payload was provided. Ensure your stream parser returns { text, raw }.");let c=a?t.parsers.reduce((z,g)=>z||(g==null?void 0:g({text:a,message:s.message}))||null,null):null;if(!c)return null;n.add(s.message.id),e();let b={action:c,message:s.message};t.emit("action:detected",b);for(let z of t.handlers)if(z)try{let g=z(c,{message:s.message,metadata:t.getMetadata(),updateMetadata:t.updateMetadata,document:t.documentRef});if(!g)continue;if(g.handled){let F=g.persistMessage!==!1;return{text:g.displayText!==void 0?g.displayText:"",persist:F}}}catch(g){typeof console!="undefined"&&console.error("[AgentWidget] Action handler error:",g)}return{text:"",persist:!0}},syncFromMetadata:r}};var Xt="vanilla-agent-chat-history",or=30*1e3,Sn=t=>!t||typeof t!="object"?{}:{...t},qo=t=>t.map(n=>({...n,streaming:!1})),zo=(t,n)=>r=>{var s,a,c;let e=(s=r.text)!=null?s:"",o=(a=r.message.rawContent)!=null?a:null;if(n){let b=n.process({text:e,raw:o!=null?o:e,message:r.message,streaming:r.streaming});b!==null&&(e=b.text,b.persist||(r.message.__skipPersist=!0))}return t!=null&&t.postprocessMessage?t.postprocessMessage({...r,text:e,raw:(c=o!=null?o:r.text)!=null?c:""}):rn(e)},Tn=(t,n,r)=>{var ae,le,ue,Re,Me,de,j,se,pe,ve,He,gt,Yt;(!t.id||t.id!=="vanilla-agent-root")&&(t.id="vanilla-agent-root");let e=xn(n);un(t,e);let o=en.getForInstance(e.plugins),s=No(),a=e.storageAdapter,c={},b=null;if(a!=null&&a.load)try{let i=a.load();if(i&&typeof i.then=="function")b=i;else if(i){let l=i;l.metadata&&(c=Sn(l.metadata)),(ae=l.messages)!=null&&ae.length&&(e={...e,initialMessages:l.messages})}}catch(i){typeof console!="undefined"&&console.error("[AgentWidget] Failed to load stored state:",i)}let z=()=>c,g=i=>{var C;c=(C=i({...c}))!=null?C:{},Mt()},F=e.actionParsers&&e.actionParsers.length?e.actionParsers:[tn],H=e.actionHandlers&&e.actionHandlers.length?e.actionHandlers:[Kt.message,Kt.messageAndClick],B=nn({parsers:F,handlers:H,getMetadata:z,updateMetadata:g,emit:s.emit,documentRef:typeof document!="undefined"?document:null});B.syncFromMetadata();let y=(ue=(le=e.launcher)==null?void 0:le.enabled)!=null?ue:!0,G=(Me=(Re=e.launcher)==null?void 0:Re.autoExpand)!=null?Me:!1,I=G,x=y,M=y?G:!0,m=zo(e,B),ke=(j=(de=e.features)==null?void 0:de.showReasoning)!=null?j:!0,ne=(pe=(se=e.features)==null?void 0:se.showToolCalls)!=null?pe:!0,Fe=(ve=e.statusIndicator)!=null?ve:{},Be=i=>{var l,C,N,W;return i==="idle"?(l=Fe.idleText)!=null?l:Ve.idle:i==="connecting"?(C=Fe.connectingText)!=null?C:Ve.connecting:i==="connected"?(N=Fe.connectedText)!=null?N:Ve.connected:i==="error"?(W=Fe.errorText)!=null?W:Ve.error:Ve[i]},{wrapper:me,panel:Z}=Ho(e),Se=Io(e,y),{container:fe,body:K,messagesWrapper:Q,suggestions:Ht,textarea:J,sendButton:E,sendButtonWrapper:ot,composerForm:yt,statusText:It,introTitle:rt,introSubtitle:oe,closeButton:L,iconHolder:we,headerTitle:Pt,headerSubtitle:he}=Se,S=Se.micButton,Ne=Se.micButtonWrapper;Z.appendChild(fe),t.appendChild(me);let _e=[],dt=Po(Ht),st=null,R,ct=!1,Te=!0,Ze=0,O=0,ie=null,ut=!1,U=0,Ke=!1,Vt=125,bt=2e3,Ft=5,Nt=50,xt=new Map,re={active:!1,manuallyDeactivated:!1,lastUserMessageWasVoice:!1},Tt=(gt=(He=e.voiceRecognition)==null?void 0:He.autoResume)!=null?gt:!1,At=i=>{s.emit("voice:state",{active:re.active,source:i,timestamp:Date.now()})},it=()=>{g(i=>({...i,voiceState:{active:re.active,timestamp:Date.now(),manuallyDeactivated:re.manuallyDeactivated}}))},Dt=()=>{var N,W;if(((N=e.voiceRecognition)==null?void 0:N.enabled)===!1)return;let i=Sn(c.voiceState),l=!!i.active,C=Number((W=i.timestamp)!=null?W:0);re.manuallyDeactivated=!!i.manuallyDeactivated,l&&Date.now()-C<or&&setTimeout(()=>{re.active||(re.manuallyDeactivated=!1,f("restore"))},1e3)},qt=()=>R?qo(R.getMessages()).filter(i=>!i.__skipPersist):[];function Mt(i){if(!(a!=null&&a.save)||!R)return;let l={messages:i?qo(i):qt(),metadata:c};try{let C=a.save(l);C instanceof Promise&&C.catch(N=>{typeof console!="undefined"&&console.error("[AgentWidget] Failed to persist state:",N)})}catch(C){typeof console!="undefined"&&console.error("[AgentWidget] Failed to persist state:",C)}}let ft=(i=!1)=>{if(!Te)return;let l=Date.now();ut&&l<U&&!i||(ut&&l>=U&&(ut=!1),!(!i&&!ct)&&(l-O<Vt||(O=l,ie&&cancelAnimationFrame(ie),ie=requestAnimationFrame(()=>{ut||!Te||(Ke=!0,K.scrollTop=K.scrollHeight,Ze=K.scrollTop,requestAnimationFrame(()=>{Ke=!1}),ie=null)}))))},at=null,zt=()=>me.querySelector("#vanilla-agent-scroll-container")||K,_t=(i,l=500)=>{let C=i.scrollTop,N=i.clientHeight,W=i.scrollHeight,k=W-C;if(C+N>=W-2||Math.abs(k)<5)return;at!==null&&(cancelAnimationFrame(at),at=null);let V=performance.now(),ye=w=>1-Math.pow(1-w,3),p=w=>{let q=i.scrollHeight;q!==W&&(W=q,k=W-C);let be=w-V,Y=Math.min(be/l,1),qe=ye(Y),Pe=C+k*qe;i.scrollTop=Pe,Y<1?at=requestAnimationFrame(p):(i.scrollTop=i.scrollHeight,at=null)};at=requestAnimationFrame(p)},Ot=i=>{let l=new Map;i.forEach(C=>{let N=xt.get(C.id);l.set(C.id,{streaming:C.streaming,role:C.role}),!N&&C.role==="assistant"&&s.emit("assistant:message",C),C.role==="assistant"&&(N!=null&&N.streaming)&&C.streaming===!1&&s.emit("assistant:complete",C)}),xt.clear(),l.forEach((C,N)=>{xt.set(N,C)})},wt=(i,l,C)=>{i.innerHTML="";let N=document.createDocumentFragment();l.forEach(k=>{let T=null,V=o.find(p=>!!(k.variant==="reasoning"&&p.renderReasoning||k.variant==="tool"&&p.renderToolCall||!k.variant&&p.renderMessage));if(V)if(k.variant==="reasoning"&&k.reasoning&&V.renderReasoning){if(!ke)return;T=V.renderReasoning({message:k,defaultRenderer:()=>wn(k),config:e})}else if(k.variant==="tool"&&k.toolCall&&V.renderToolCall){if(!ne)return;T=V.renderToolCall({message:k,defaultRenderer:()=>vn(k,e),config:e})}else V.renderMessage&&(T=V.renderMessage({message:k,defaultRenderer:()=>{let p=mn(k,C);return k.role!=="user"&&yn(p,k,e,R),p},config:e}));if(!T)if(k.variant==="reasoning"&&k.reasoning){if(!ke)return;T=wn(k)}else if(k.variant==="tool"&&k.toolCall){if(!ne)return;T=vn(k,e)}else T=mn(k,C),k.role!=="user"&&yn(T,k,e,R);let ye=document.createElement("div");ye.className="tvw-flex",k.role==="user"&&ye.classList.add("tvw-justify-end"),ye.appendChild(T),N.appendChild(ye)});let W=l.some(k=>k.role==="assistant"&&k.streaming);if(ct&&l.some(k=>k.role==="user")&&!W){let k=pn(),T=document.createElement("div");T.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(" "),T.appendChild(k);let V=document.createElement("div");V.className="tvw-flex",V.appendChild(T),N.appendChild(V)}i.appendChild(N),requestAnimationFrame(()=>{requestAnimationFrame(()=>{let k=zt();_t(k)})})},ht=()=>{y&&(M?(me.classList.remove("tvw-pointer-events-none","tvw-opacity-0"),Z.classList.remove("tvw-scale-95","tvw-opacity-0"),Z.classList.add("tvw-scale-100","tvw-opacity-100"),D&&(D.element.style.display="none")):(me.classList.add("tvw-pointer-events-none","tvw-opacity-0"),Z.classList.remove("tvw-scale-100","tvw-opacity-100"),Z.classList.add("tvw-scale-95","tvw-opacity-0"),D&&(D.element.style.display="")))},Oe=(i,l="user")=>{if(!y||M===i)return;let C=M;M=i,ht(),M&&(v(),ft(!0));let N={open:M,source:l,timestamp:Date.now()};M&&!C?s.emit("widget:opened",N):!M&&C&&s.emit("widget:closed",N),s.emit("widget:state",{open:M,launcherEnabled:y,voiceActive:re.active,streaming:R.isStreaming()})},Ct=i=>{J.disabled=i,E.disabled=i,S&&(S.disabled=i),dt.buttons.forEach(l=>{l.disabled=i})},Wt=()=>{var W,k,T,V,ye,p,w,q,be,Y,qe,Pe,Xe,ee;rt.textContent=(k=(W=e.copy)==null?void 0:W.welcomeTitle)!=null?k:"Hello \u{1F44B}",oe.textContent=(V=(T=e.copy)==null?void 0:T.welcomeSubtitle)!=null?V:"Ask anything about your account or products.",J.placeholder=(p=(ye=e.copy)==null?void 0:ye.inputPlaceholder)!=null?p:"How can I help...",((q=(w=e.sendButton)==null?void 0:w.useIcon)!=null?q:!1)||(E.textContent=(Y=(be=e.copy)==null?void 0:be.sendButtonLabel)!=null?Y:"Send");let l=(Pe=(qe=e.theme)==null?void 0:qe.inputFontFamily)!=null?Pe:"sans-serif",C=(ee=(Xe=e.theme)==null?void 0:Xe.inputFontWeight)!=null?ee:"400",N=et=>{switch(et){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'}};J.style.fontFamily=N(l),J.style.fontWeight=C};R=new Zt(e,{onMessagesChanged(i){wt(Q,i,m),R&&(i.some(N=>N.role==="user")?dt.render([],R,J,i):dt.render(e.suggestionChips,R,J,i,e.suggestionChipsConfig)),ft(!ct),Ot(i);let l=[...i].reverse().find(C=>C.role==="user");re.lastUserMessageWasVoice=!!(l!=null&&l.viaVoice),Mt(i)},onStatusChanged(i){var N;let l=(N=e.statusIndicator)!=null?N:{},C=W=>{var k,T,V,ye;return W==="idle"?(k=l.idleText)!=null?k:Ve.idle:W==="connecting"?(T=l.connectingText)!=null?T:Ve.connecting:W==="connected"?(V=l.connectedText)!=null?V:Ve.connected:W==="error"?(ye=l.errorText)!=null?ye:Ve.error:Ve[W]};It.textContent=C(i)},onStreamingChanged(i){ct=i,Ct(i),R&&wt(Q,R.getMessages(),m),i||ft(!0)}}),b&&b.then(i=>{var l;i&&(i.metadata&&(c=Sn(i.metadata),B.syncFromMetadata()),(l=i.messages)!=null&&l.length&&R.hydrateMessages(i.messages))}).catch(i=>{typeof console!="undefined"&&console.error("[AgentWidget] Failed to hydrate stored state:",i)});let Et=i=>{i.preventDefault();let l=J.value.trim();l&&(J.value="",R.sendMessage(l))},Lt=i=>{i.key==="Enter"&&!i.shiftKey&&(i.preventDefault(),E.click())},De=null,$e=!1,lt=null,Qe=null,kt=()=>typeof window=="undefined"?null:window.webkitSpeechRecognition||window.SpeechRecognition||null,f=(i="user")=>{var k,T,V,ye;if($e||R.isStreaming())return;let l=kt();if(!l)return;De=new l;let N=(T=((k=e.voiceRecognition)!=null?k:{}).pauseDuration)!=null?T:2e3;De.continuous=!0,De.interimResults=!0,De.lang="en-US";let W=J.value;De.onresult=p=>{let w="",q="";for(let Y=0;Y<p.results.length;Y++){let qe=p.results[Y],Pe=qe[0].transcript;qe.isFinal?w+=Pe+" ":q=Pe}let be=W+w+q;J.value=be,lt&&clearTimeout(lt),(w||q)&&(lt=window.setTimeout(()=>{let Y=J.value.trim();Y&&De&&$e&&(_(),J.value="",R.sendMessage(Y,{viaVoice:!0}))},N))},De.onerror=p=>{p.error!=="no-speech"&&_()},De.onend=()=>{if($e){let p=J.value.trim();p&&p!==W.trim()&&(J.value="",R.sendMessage(p,{viaVoice:!0})),_()}};try{if(De.start(),$e=!0,re.active=!0,i!=="system"&&(re.manuallyDeactivated=!1),At(i),it(),S){Qe={backgroundColor:S.style.backgroundColor,color:S.style.color,borderColor:S.style.borderColor};let p=(V=e.voiceRecognition)!=null?V:{},w=(ye=p.recordingBackgroundColor)!=null?ye:"#ef4444",q=p.recordingIconColor,be=p.recordingBorderColor;if(S.classList.add("tvw-voice-recording"),S.style.backgroundColor=w,q){S.style.color=q;let Y=S.querySelector("svg");Y&&Y.setAttribute("stroke",q)}be&&(S.style.borderColor=be),S.setAttribute("aria-label","Stop voice recognition")}}catch{_("system")}},_=(i="user")=>{if($e){if($e=!1,lt&&(clearTimeout(lt),lt=null),De){try{De.stop()}catch{}De=null}if(re.active=!1,At(i),it(),S){if(S.classList.remove("tvw-voice-recording"),Qe){S.style.backgroundColor=Qe.backgroundColor,S.style.color=Qe.color,S.style.borderColor=Qe.borderColor;let l=S.querySelector("svg");l&&l.setAttribute("stroke",Qe.color||"currentColor"),Qe=null}S.setAttribute("aria-label","Start voice recognition")}}},X=(i,l)=>{var Pe,Xe,ee,et,$t,Bt,xe;if(!(typeof window!="undefined"&&(typeof window.webkitSpeechRecognition!="undefined"||typeof window.SpeechRecognition!="undefined")))return null;let N=u("div","tvw-send-button-wrapper"),W=u("button","tvw-rounded-button tvw-flex tvw-items-center tvw-justify-center disabled:tvw-opacity-50 tvw-cursor-pointer");W.type="button",W.setAttribute("aria-label","Start voice recognition");let k=(Pe=i==null?void 0:i.iconName)!=null?Pe:"mic",T=(Xe=l==null?void 0:l.size)!=null?Xe:"40px",V=(ee=i==null?void 0:i.iconSize)!=null?ee:T,ye=parseFloat(V)||24,p=(et=i==null?void 0:i.backgroundColor)!=null?et:l==null?void 0:l.backgroundColor,w=($t=i==null?void 0:i.iconColor)!=null?$t:l==null?void 0:l.textColor;W.style.width=V,W.style.height=V,W.style.minWidth=V,W.style.minHeight=V,W.style.fontSize="18px",W.style.lineHeight="1";let q=w||"currentColor",be=Ee(k,ye,q,1.5);be?(W.appendChild(be),W.style.color=q):(W.textContent="\u{1F3A4}",W.style.color=q),p?W.style.backgroundColor=p:W.classList.add("tvw-bg-cw-primary"),w?W.style.color=w:!w&&!(l!=null&&l.textColor)&&W.classList.add("tvw-text-white"),i!=null&&i.borderWidth&&(W.style.borderWidth=i.borderWidth,W.style.borderStyle="solid"),i!=null&&i.borderColor&&(W.style.borderColor=i.borderColor),i!=null&&i.paddingX&&(W.style.paddingLeft=i.paddingX,W.style.paddingRight=i.paddingX),i!=null&&i.paddingY&&(W.style.paddingTop=i.paddingY,W.style.paddingBottom=i.paddingY),N.appendChild(W);let Y=(Bt=i==null?void 0:i.tooltipText)!=null?Bt:"Start voice recognition";if(((xe=i==null?void 0:i.showTooltip)!=null?xe:!1)&&Y){let pt=u("div","tvw-send-button-tooltip");pt.textContent=Y,N.appendChild(pt)}return{micButton:W,micButtonWrapper:N}},ce=()=>{if($e){let i=J.value.trim();re.manuallyDeactivated=!0,it(),_("user"),i&&(J.value="",R.sendMessage(i))}else re.manuallyDeactivated=!1,it(),f("user")};S&&(S.addEventListener("click",ce),_e.push(()=>{_("system"),S&&S.removeEventListener("click",ce)}));let Ae=s.on("assistant:complete",()=>{Tt&&(re.active||re.manuallyDeactivated||Tt==="assistant"&&!re.lastUserMessageWasVoice||setTimeout(()=>{!re.active&&!re.manuallyDeactivated&&f("auto")},600))});_e.push(Ae);let Le=()=>{Oe(!M,"user")},D=y?gn(e,Le):null;D&&t.appendChild(D.element),ht(),dt.render(e.suggestionChips,R,J,void 0,e.suggestionChipsConfig),Wt(),Ct(R.isStreaming()),ft(!0),Dt();let v=()=>{var T,V;if(!y){Z.style.height="",Z.style.width="";return}let i=(V=(T=e==null?void 0:e.launcher)==null?void 0:T.width)!=null?V:e==null?void 0:e.launcherWidth,l=i!=null?i:"min(400px, calc(100vw - 24px))";Z.style.width=l,Z.style.maxWidth=l;let C=window.innerHeight,W=Math.max(200,C-64),k=Math.min(640,W);Z.style.height=`${k}px`};v(),window.addEventListener("resize",v),_e.push(()=>window.removeEventListener("resize",v)),Ze=K.scrollTop;let je=()=>{let i=K.scrollTop,l=K.scrollHeight,C=K.clientHeight,N=l-i-C,W=Math.abs(i-Ze);if(Ze=i,!Ke&&!(W<=Ft)){if(!Te&&N<Nt){ut=!1,Te=!0;return}Te&&N>Nt&&(ut=!0,U=Date.now()+bt,Te=!1)}};K.addEventListener("scroll",je,{passive:!0}),_e.push(()=>K.removeEventListener("scroll",je)),_e.push(()=>{ie&&cancelAnimationFrame(ie)});let $=()=>{L&&(st&&(L.removeEventListener("click",st),st=null),y?(L.style.display="",st=()=>{M=!1,ht()},L.addEventListener("click",st)):L.style.display="none")};$(),(()=>{let{clearChatButton:i}=Se;i&&i.addEventListener("click",()=>{R.clearMessages();try{localStorage.removeItem(Xt),e.debug&&console.log(`[AgentWidget] Cleared default localStorage key: ${Xt}`)}catch(C){console.error("[AgentWidget] Failed to clear default localStorage:",C)}if(e.clearChatHistoryStorageKey&&e.clearChatHistoryStorageKey!==Xt)try{localStorage.removeItem(e.clearChatHistoryStorageKey),e.debug&&console.log(`[AgentWidget] Cleared custom localStorage key: ${e.clearChatHistoryStorageKey}`)}catch(C){console.error("[AgentWidget] Failed to clear custom localStorage:",C)}let l=new CustomEvent("vanilla-agent:clear-chat",{detail:{timestamp:new Date().toISOString()}});if(window.dispatchEvent(l),a!=null&&a.clear)try{let C=a.clear();C instanceof Promise&&C.catch(N=>{typeof console!="undefined"&&console.error("[AgentWidget] Failed to clear storage adapter:",N)})}catch(C){typeof console!="undefined"&&console.error("[AgentWidget] Failed to clear storage adapter:",C)}c={},B.syncFromMetadata()})})(),yt.addEventListener("submit",Et),J.addEventListener("keydown",Lt),_e.push(()=>{yt.removeEventListener("submit",Et),J.removeEventListener("keydown",Lt)}),_e.push(()=>{R.cancel()}),D&&_e.push(()=>{D==null||D.destroy()});let d={update(i){var Mn,Wn,En,Ln,kn,Bn,Rn,Hn,In,Pn,Fn,Nn,Dn,qn,zn,_n,On,$n,jn,Vn,Un,Kn,Xn,Yn,Jn,Gn,Zn,Qn,eo,to,no,oo,ro,so,io,ao,lo,co,uo,go,po,mo,fo,wo,ho,vo,yo,bo,xo,Co,So;let l=e.toolCall;e={...e,...i},un(t,e);let C=en.getForInstance(e.plugins);o.length=0,o.push(...C),y=(Wn=(Mn=e.launcher)==null?void 0:Mn.enabled)!=null?Wn:!0,G=(Ln=(En=e.launcher)==null?void 0:En.autoExpand)!=null?Ln:!1,ke=(Bn=(kn=e.features)==null?void 0:kn.showReasoning)!=null?Bn:!0,ne=(Hn=(Rn=e.features)==null?void 0:Rn.showToolCalls)!=null?Hn:!0,((In=e.launcher)==null?void 0:In.enabled)===!1&&D&&(D.destroy(),D=null),((Pn=e.launcher)==null?void 0:Pn.enabled)!==!1&&!D&&(D=gn(e,Le),t.appendChild(D.element)),D&&D.update(e),Pt&&((Fn=e.launcher)==null?void 0:Fn.title)!==void 0&&(Pt.textContent=e.launcher.title),he&&((Nn=e.launcher)==null?void 0:Nn.subtitle)!==void 0&&(he.textContent=e.launcher.subtitle),y!==x?y?Oe(G,"auto"):(M=!0,ht()):G!==I&&Oe(G,"auto"),I=G,x=y,v(),$(),JSON.stringify(i.toolCall)!==JSON.stringify(l)&&R&&wt(Q,R.getMessages(),m);let T=(Dn=e.launcher)!=null?Dn:{},V=(qn=T.headerIconHidden)!=null?qn:!1,ye=T.headerIconName,p=(zn=T.headerIconSize)!=null?zn:"48px";if(we){let A=fe.querySelector(".tvw-border-b-cw-divider"),We=A==null?void 0:A.querySelector(".tvw-flex-col");if(V)we.style.display="none",A&&We&&!A.contains(We)&&A.insertBefore(We,A.firstChild);else{if(we.style.display="",we.style.height=p,we.style.width=p,A&&We&&(A.contains(we)?we.nextSibling!==We&&(we.remove(),A.insertBefore(we,We)):A.insertBefore(we,We)),ye){let ze=parseFloat(p)||24,ge=Ee(ye,ze*.6,"#ffffff",2);ge?we.replaceChildren(ge):we.textContent=(_n=T.agentIconText)!=null?_n:"\u{1F4AC}"}else if(T.iconUrl){let ze=we.querySelector("img");if(ze)ze.src=T.iconUrl,ze.style.height=p,ze.style.width=p;else{let ge=document.createElement("img");ge.src=T.iconUrl,ge.alt="",ge.className="tvw-rounded-xl tvw-object-cover",ge.style.height=p,ge.style.width=p,we.replaceChildren(ge)}}else{let ze=we.querySelector("svg"),ge=we.querySelector("img");(ze||ge)&&we.replaceChildren(),we.textContent=(On=T.agentIconText)!=null?On:"\u{1F4AC}"}let Ie=we.querySelector("img");Ie&&(Ie.style.height=p,Ie.style.width=p)}}if(L){let A=($n=T.closeButtonSize)!=null?$n:"32px",We=(jn=T.closeButtonPlacement)!=null?jn:"inline";L.style.height=A,L.style.width=A;let Ie=We==="top-right",ze=L.classList.contains("tvw-absolute");if(Ie!==ze)if(L.remove(),Ie)L.className="tvw-absolute tvw-top-4 tvw-right-4 tvw-z-50 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",fe.style.position="relative",fe.appendChild(L);else{L.className="tvw-ml-auto 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";let te=fe.querySelector(".tvw-border-b-cw-divider");te&&te.appendChild(L)}if(T.closeButtonColor?(L.style.color=T.closeButtonColor,L.classList.remove("tvw-text-cw-muted")):(L.style.color="",L.classList.add("tvw-text-cw-muted")),T.closeButtonBackgroundColor?(L.style.backgroundColor=T.closeButtonBackgroundColor,L.classList.remove("hover:tvw-bg-gray-100")):(L.style.backgroundColor="",L.classList.add("hover:tvw-bg-gray-100")),T.closeButtonBorderWidth||T.closeButtonBorderColor){let te=T.closeButtonBorderWidth||"0px",vt=T.closeButtonBorderColor||"transparent";L.style.border=`${te} solid ${vt}`,L.classList.remove("tvw-border-none")}else L.style.border="",L.classList.add("tvw-border-none");T.closeButtonBorderRadius?(L.style.borderRadius=T.closeButtonBorderRadius,L.classList.remove("tvw-rounded-full")):(L.style.borderRadius="",L.classList.add("tvw-rounded-full")),T.closeButtonPaddingX?(L.style.paddingLeft=T.closeButtonPaddingX,L.style.paddingRight=T.closeButtonPaddingX):(L.style.paddingLeft="",L.style.paddingRight=""),T.closeButtonPaddingY?(L.style.paddingTop=T.closeButtonPaddingY,L.style.paddingBottom=T.closeButtonPaddingY):(L.style.paddingTop="",L.style.paddingBottom="");let ge=(Vn=T.closeButtonIconName)!=null?Vn:"x",St=(Un=T.closeButtonIconText)!=null?Un:"\xD7";L.innerHTML="";let Je=Ee(ge,"20px",T.closeButtonColor||"",2);Je?L.appendChild(Je):L.textContent=St;let{closeButtonWrapper:Ue}=Se,Ce=(Kn=T.closeButtonTooltipText)!=null?Kn:"Close chat",Ge=(Xn=T.closeButtonShowTooltip)!=null?Xn:!0;if(L.setAttribute("aria-label",Ce),Ue&&(Ue._cleanupTooltip&&(Ue._cleanupTooltip(),delete Ue._cleanupTooltip),Ge&&Ce)){let te=null,vt=()=>{if(te||!L)return;te=u("div","tvw-clear-chat-tooltip"),te.textContent=Ce;let To=u("div");To.className="tvw-clear-chat-tooltip-arrow",te.appendChild(To);let on=L.getBoundingClientRect();te.style.position="fixed",te.style.left=`${on.left+on.width/2}px`,te.style.top=`${on.top-8}px`,te.style.transform="translate(-50%, -100%)",document.body.appendChild(te)},tt=()=>{te&&te.parentNode&&(te.parentNode.removeChild(te),te=null)};Ue.addEventListener("mouseenter",vt),Ue.addEventListener("mouseleave",tt),L.addEventListener("focus",vt),L.addEventListener("blur",tt),Ue._cleanupTooltip=()=>{tt(),Ue&&(Ue.removeEventListener("mouseenter",vt),Ue.removeEventListener("mouseleave",tt)),L&&(L.removeEventListener("focus",vt),L.removeEventListener("blur",tt))}}}let{clearChatButton:w,clearChatButtonWrapper:q}=Se;if(w){let A=(Yn=T.clearChat)!=null?Yn:{},We=(Jn=A.enabled)!=null?Jn:!0;if(q&&(q.style.display=We?"":"none"),We){let Ie=(Gn=A.size)!=null?Gn:"32px";w.style.height=Ie,w.style.width=Ie;let ze=(Zn=A.iconName)!=null?Zn:"refresh-cw",ge=(Qn=A.iconColor)!=null?Qn:"";w.innerHTML="";let St=Ee(ze,"20px",ge||"",2);if(St&&w.appendChild(St),ge?(w.style.color=ge,w.classList.remove("tvw-text-cw-muted")):(w.style.color="",w.classList.add("tvw-text-cw-muted")),A.backgroundColor?(w.style.backgroundColor=A.backgroundColor,w.classList.remove("hover:tvw-bg-gray-100")):(w.style.backgroundColor="",w.classList.add("hover:tvw-bg-gray-100")),A.borderWidth||A.borderColor){let Ce=A.borderWidth||"0px",Ge=A.borderColor||"transparent";w.style.border=`${Ce} solid ${Ge}`,w.classList.remove("tvw-border-none")}else w.style.border="",w.classList.add("tvw-border-none");A.borderRadius?(w.style.borderRadius=A.borderRadius,w.classList.remove("tvw-rounded-full")):(w.style.borderRadius="",w.classList.add("tvw-rounded-full")),A.paddingX?(w.style.paddingLeft=A.paddingX,w.style.paddingRight=A.paddingX):(w.style.paddingLeft="",w.style.paddingRight=""),A.paddingY?(w.style.paddingTop=A.paddingY,w.style.paddingBottom=A.paddingY):(w.style.paddingTop="",w.style.paddingBottom="");let Je=(eo=A.tooltipText)!=null?eo:"Clear chat",Ue=(to=A.showTooltip)!=null?to:!0;if(w.setAttribute("aria-label",Je),q&&(q._cleanupTooltip&&(q._cleanupTooltip(),delete q._cleanupTooltip),Ue&&Je)){let Ce=null,Ge=()=>{if(Ce||!w)return;Ce=u("div","tvw-clear-chat-tooltip"),Ce.textContent=Je;let vt=u("div");vt.className="tvw-clear-chat-tooltip-arrow",Ce.appendChild(vt);let tt=w.getBoundingClientRect();Ce.style.position="fixed",Ce.style.left=`${tt.left+tt.width/2}px`,Ce.style.top=`${tt.top-8}px`,Ce.style.transform="translate(-50%, -100%)",document.body.appendChild(Ce)},te=()=>{Ce&&Ce.parentNode&&(Ce.parentNode.removeChild(Ce),Ce=null)};q.addEventListener("mouseenter",Ge),q.addEventListener("mouseleave",te),w.addEventListener("focus",Ge),w.addEventListener("blur",te),q._cleanupTooltip=()=>{te(),q&&(q.removeEventListener("mouseenter",Ge),q.removeEventListener("mouseleave",te)),w&&(w.removeEventListener("focus",Ge),w.removeEventListener("blur",te))}}}}let be=e.actionParsers&&e.actionParsers.length?e.actionParsers:[tn],Y=e.actionHandlers&&e.actionHandlers.length?e.actionHandlers:[Kt.message,Kt.messageAndClick];B=nn({parsers:be,handlers:Y,getMetadata:z,updateMetadata:g,emit:s.emit,documentRef:typeof document!="undefined"?document:null}),m=zo(e,B),R.updateConfig(e),wt(Q,R.getMessages(),m),dt.render(e.suggestionChips,R,J,void 0,e.suggestionChipsConfig),Wt(),Ct(R.isStreaming());let qe=((no=e.voiceRecognition)==null?void 0:no.enabled)===!0,Pe=typeof window!="undefined"&&(typeof window.webkitSpeechRecognition!="undefined"||typeof window.SpeechRecognition!="undefined"),Xe=qe&&Pe;if(yt.classList.remove("tvw-gap-1","tvw-gap-3"),yt.classList.add(Xe?"tvw-gap-1":"tvw-gap-3"),qe&&Pe)if(!S||!Ne){let A=X(e.voiceRecognition,e.sendButton);A&&(S=A.micButton,Ne=A.micButtonWrapper,yt.insertBefore(Ne,ot),S.addEventListener("click",ce),S.disabled=R.isStreaming())}else{let A=(oo=e.voiceRecognition)!=null?oo:{},We=(ro=e.sendButton)!=null?ro:{},Ie=(so=A.iconName)!=null?so:"mic",ze=(io=We.size)!=null?io:"40px",ge=(ao=A.iconSize)!=null?ao:ze,St=parseFloat(ge)||24;S.style.width=ge,S.style.height=ge,S.style.minWidth=ge,S.style.minHeight=ge;let Je=(co=(lo=A.iconColor)!=null?lo:We.textColor)!=null?co:"currentColor";S.innerHTML="";let Ue=Ee(Ie,St,Je,2);Ue?S.appendChild(Ue):S.textContent="\u{1F3A4}";let Ce=(uo=A.backgroundColor)!=null?uo:We.backgroundColor;Ce?(S.style.backgroundColor=Ce,S.classList.remove("tvw-bg-cw-primary")):(S.style.backgroundColor="",S.classList.add("tvw-bg-cw-primary")),Je?(S.style.color=Je,S.classList.remove("tvw-text-white")):!Je&&!We.textColor&&(S.style.color="",S.classList.add("tvw-text-white")),A.borderWidth?(S.style.borderWidth=A.borderWidth,S.style.borderStyle="solid"):(S.style.borderWidth="",S.style.borderStyle=""),A.borderColor?S.style.borderColor=A.borderColor:S.style.borderColor="",A.paddingX?(S.style.paddingLeft=A.paddingX,S.style.paddingRight=A.paddingX):(S.style.paddingLeft="",S.style.paddingRight=""),A.paddingY?(S.style.paddingTop=A.paddingY,S.style.paddingBottom=A.paddingY):(S.style.paddingTop="",S.style.paddingBottom="");let Ge=Ne==null?void 0:Ne.querySelector(".tvw-send-button-tooltip"),te=(go=A.tooltipText)!=null?go:"Start voice recognition";if(((po=A.showTooltip)!=null?po:!1)&&te)if(Ge)Ge.textContent=te,Ge.style.display="";else{let tt=document.createElement("div");tt.className="tvw-send-button-tooltip",tt.textContent=te,Ne==null||Ne.insertBefore(tt,S)}else Ge&&(Ge.style.display="none");Ne.style.display="",S.disabled=R.isStreaming()}else S&&Ne&&(Ne.style.display="none",$e&&_());let ee=(mo=e.sendButton)!=null?mo:{},et=(fo=ee.useIcon)!=null?fo:!1,$t=(wo=ee.iconText)!=null?wo:"\u2191",Bt=ee.iconName,xe=(ho=ee.tooltipText)!=null?ho:"Send message",pt=(vo=ee.showTooltip)!=null?vo:!1,mt=(yo=ee.size)!=null?yo:"40px",jt=ee.backgroundColor,Ye=ee.textColor;if(et){if(E.style.width=mt,E.style.height=mt,E.style.minWidth=mt,E.style.minHeight=mt,E.style.fontSize="18px",E.style.lineHeight="1",E.innerHTML="",Bt){let A=parseFloat(mt)||24,We=Ye&&typeof Ye=="string"&&Ye.trim()?Ye.trim():"currentColor",Ie=Ee(Bt,A,We,2);Ie?(E.appendChild(Ie),E.style.color=We):(E.textContent=$t,Ye?E.style.color=Ye:E.classList.add("tvw-text-white"))}else E.textContent=$t,Ye?E.style.color=Ye:E.classList.add("tvw-text-white");E.className="tvw-rounded-button tvw-flex tvw-items-center tvw-justify-center disabled:tvw-opacity-50 tvw-cursor-pointer",jt?(E.style.backgroundColor=jt,E.classList.remove("tvw-bg-cw-primary")):E.classList.add("tvw-bg-cw-primary")}else E.textContent=(xo=(bo=e.copy)==null?void 0:bo.sendButtonLabel)!=null?xo:"Send",E.style.width="",E.style.height="",E.style.minWidth="",E.style.minHeight="",E.style.fontSize="",E.style.lineHeight="",E.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",jt?(E.style.backgroundColor=jt,E.classList.remove("tvw-bg-cw-accent")):E.classList.add("tvw-bg-cw-accent"),Ye?E.style.color=Ye:E.classList.add("tvw-text-white");ee.borderWidth?(E.style.borderWidth=ee.borderWidth,E.style.borderStyle="solid"):(E.style.borderWidth="",E.style.borderStyle=""),ee.borderColor?E.style.borderColor=ee.borderColor:E.style.borderColor="",ee.paddingX?(E.style.paddingLeft=ee.paddingX,E.style.paddingRight=ee.paddingX):(E.style.paddingLeft="",E.style.paddingRight=""),ee.paddingY?(E.style.paddingTop=ee.paddingY,E.style.paddingBottom=ee.paddingY):(E.style.paddingTop="",E.style.paddingBottom="");let Jt=ot==null?void 0:ot.querySelector(".tvw-send-button-tooltip");if(pt&&xe)if(Jt)Jt.textContent=xe,Jt.style.display="";else{let A=document.createElement("div");A.className="tvw-send-button-tooltip",A.textContent=xe,ot==null||ot.insertBefore(A,E)}else Jt&&(Jt.style.display="none");let Gt=(Co=e.statusIndicator)!=null?Co:{},$o=(So=Gt.visible)!=null?So:!0;if(It.style.display=$o?"":"none",R){let A=R.getStatus(),We=Ie=>{var ze,ge,St,Je;return Ie==="idle"?(ze=Gt.idleText)!=null?ze:Ve.idle:Ie==="connecting"?(ge=Gt.connectingText)!=null?ge:Ve.connecting:Ie==="connected"?(St=Gt.connectedText)!=null?St:Ve.connected:Ie==="error"?(Je=Gt.errorText)!=null?Je:Ve.error:Ve[Ie]};It.textContent=We(A)}},open(){y&&Oe(!0,"api")},close(){y&&Oe(!1,"api")},toggle(){y&&Oe(!M,"api")},clearChat(){R.clearMessages();try{localStorage.removeItem(Xt),e.debug&&console.log(`[AgentWidget] Cleared default localStorage key: ${Xt}`)}catch(l){console.error("[AgentWidget] Failed to clear default localStorage:",l)}if(e.clearChatHistoryStorageKey&&e.clearChatHistoryStorageKey!==Xt)try{localStorage.removeItem(e.clearChatHistoryStorageKey),e.debug&&console.log(`[AgentWidget] Cleared custom localStorage key: ${e.clearChatHistoryStorageKey}`)}catch(l){console.error("[AgentWidget] Failed to clear custom localStorage:",l)}let i=new CustomEvent("vanilla-agent:clear-chat",{detail:{timestamp:new Date().toISOString()}});if(window.dispatchEvent(i),a!=null&&a.clear)try{let l=a.clear();l instanceof Promise&&l.catch(C=>{typeof console!="undefined"&&console.error("[AgentWidget] Failed to clear storage adapter:",C)})}catch(l){typeof console!="undefined"&&console.error("[AgentWidget] Failed to clear storage adapter:",l)}c={},B.syncFromMetadata()},setMessage(i){return!J||R.isStreaming()?!1:(!M&&y&&Oe(!0,"system"),J.value=i,J.dispatchEvent(new Event("input",{bubbles:!0})),!0)},submitMessage(i){if(R.isStreaming())return!1;let l=(i==null?void 0:i.trim())||J.value.trim();return l?(!M&&y&&Oe(!0,"system"),J.value="",R.sendMessage(l),!0):!1},startVoiceRecognition(){return $e||R.isStreaming()||!kt()?!1:(!M&&y&&Oe(!0,"system"),re.manuallyDeactivated=!1,it(),f("user"),!0)},stopVoiceRecognition(){return $e?(re.manuallyDeactivated=!0,it(),_("user"),!0):!1},injectTestMessage(i){!M&&y&&Oe(!0,"system"),R.injectTestEvent(i)},getMessages(){return R.getMessages()},getStatus(){return R.getStatus()},getPersistentMetadata(){return{...c}},updatePersistentMetadata(i){g(i)},on(i,l){return s.on(i,l)},off(i,l){s.off(i,l)},isOpen(){return y&&M},isVoiceActive(){return re.active},getState(){return{open:y&&M,launcherEnabled:y,voiceActive:re.active,streaming:R.isStreaming()}},destroy(){_e.forEach(i=>i()),me.remove(),D==null||D.destroy(),st&&L.removeEventListener("click",st)}};if((((Yt=r==null?void 0:r.debugTools)!=null?Yt:!1)||!!e.debug)&&typeof window!="undefined"){let i=window.AgentWidgetBrowser,l={controller:d,getMessages:d.getMessages,getStatus:d.getStatus,getMetadata:d.getPersistentMetadata,updateMetadata:d.updatePersistentMetadata,clearHistory:()=>d.clearChat(),setVoiceActive:C=>C?d.startVoiceRecognition():d.stopVoiceRecognition()};window.AgentWidgetBrowser=l,_e.push(()=>{window.AgentWidgetBrowser===l&&(window.AgentWidgetBrowser=i)})}return d};var An={},rr=t=>{if(typeof window=="undefined"||typeof document=="undefined")throw new Error("Chat widget can only be mounted in a browser environment");if(typeof t=="string"){let n=document.querySelector(t);if(!n)throw new Error(`Chat widget target "${t}" was not found`);return n}return t},sr=()=>{try{if(typeof An!="undefined"&&An.url)return new URL("../widget.css",An.url).href}catch{}return null},_o=t=>{let n=sr(),r=()=>{if(!(t instanceof ShadowRoot)||t.querySelector("link[data-vanilla-agent]"))return;let e=document.head.querySelector("link[data-vanilla-agent]");if(!e)return;let o=e.cloneNode(!0);t.insertBefore(o,t.firstChild)};if(t instanceof ShadowRoot)if(n){let e=document.createElement("link");e.rel="stylesheet",e.href=n,e.setAttribute("data-vanilla-agent","true"),t.insertBefore(e,t.firstChild)}else r();else if(!document.head.querySelector("link[data-vanilla-agent]")&&n){let o=document.createElement("link");o.rel="stylesheet",o.href=n,o.setAttribute("data-vanilla-agent","true"),document.head.appendChild(o)}},Oo=t=>{var b;let n=rr(t.target),r=document.createElement("div");r.className="vanilla-agent-host",n.appendChild(r);let e=t.useShadowDom!==!1,o,s;if(e){let z=r.attachShadow({mode:"open"});s=z,o=document.createElement("div"),o.id="vanilla-agent-root",z.appendChild(o),_o(z)}else s=r,o=document.createElement("div"),o.id="vanilla-agent-root",r.appendChild(o),_o(r);let a=Tn(o,t.config,{debugTools:t.debugTools});(b=t.onReady)==null||b.call(t);let c={...a,host:r,destroy(){a.destroy(),r.remove(),t.windowKey&&typeof window!="undefined"&&delete window[t.windowKey]}};return t.windowKey&&typeof window!="undefined"&&(window[t.windowKey]=c),c};var ir=t=>{if(!t)return null;try{return JSON.parse(t)}catch(n){return typeof console!="undefined"&&console.error("[AgentWidget] Failed to parse stored state:",n),null}},ar=t=>t.map(n=>({...n,streaming:!1})),lr=(t="vanilla-agent-state")=>{let n=()=>typeof window=="undefined"||!window.localStorage?null:window.localStorage;return{load:()=>{let r=n();return r?ir(r.getItem(t)):null},save:r=>{let e=n();if(e)try{let o={...r,messages:r.messages?ar(r.messages):void 0};e.setItem(t,JSON.stringify(o))}catch(o){typeof console!="undefined"&&console.error("[AgentWidget] Failed to persist state:",o)}},clear:()=>{let r=n();if(r)try{r.removeItem(t)}catch(e){typeof console!="undefined"&&console.error("[AgentWidget] Failed to clear stored state:",e)}}}};var vs=Oo;export{Ut as AgentWidgetClient,Zt as AgentWidgetSession,nt as DEFAULT_WIDGET_CONFIG,nn as createActionManager,Tn as createAgentExperience,Jo as createFlexibleJsonStreamParser,dn as createJsonStreamParser,lr as createLocalStorageAdapter,an as createPlainTextParser,ln as createRegexJsonParser,cn as createXmlParser,vs as default,Kt as defaultActionHandlers,tn as defaultJsonActionParser,Uo as directivePostprocessor,rn as escapeHtml,Oo as initAgentWidget,Wo as markdownPostprocessor,xn as mergeWithDefaults,en as pluginRegistry};
14
+ `,r.addEventListener("click",n);let t=s=>{var ee,k,b,L,m,Le,pe,ke,Re,Be;let a=(ee=s.launcher)!=null?ee:{},l=r.querySelector("[data-role='launcher-title']");l&&(l.textContent=(k=a.title)!=null?k:"Chat Assistant");let p=r.querySelector("[data-role='launcher-subtitle']");p&&(p.textContent=(b=a.subtitle)!=null?b:"Get answers fast");let O=r.querySelector(".tvw-flex-col");O&&(a.textHidden?O.style.display="none":O.style.display="");let u=r.querySelector("[data-role='launcher-icon']");if(u)if(a.agentIconHidden)u.style.display="none";else{let X=(L=a.agentIconSize)!=null?L:"40px";if(u.style.height=X,u.style.width=X,u.innerHTML="",a.agentIconName){let Ne=parseFloat(X)||24,be=We(a.agentIconName,Ne*.6,"#ffffff",2);be?(u.appendChild(be),u.style.display=""):(u.textContent=(m=a.agentIconText)!=null?m:"\u{1F4AC}",u.style.display="")}else a.iconUrl?u.style.display="none":(u.textContent=(Le=a.agentIconText)!=null?Le:"\u{1F4AC}",u.style.display="")}let N=r.querySelector("[data-role='launcher-image']");if(N){let X=(pe=a.agentIconSize)!=null?pe:"40px";N.style.height=X,N.style.width=X,a.iconUrl&&!a.agentIconName&&!a.agentIconHidden?(N.src=a.iconUrl,N.style.display="block"):N.style.display="none"}let P=r.querySelector("[data-role='launcher-call-to-action-icon']");if(P){let X=(ke=a.callToActionIconSize)!=null?ke:"32px";P.style.height=X,P.style.width=X,a.callToActionIconBackgroundColor?(P.style.backgroundColor=a.callToActionIconBackgroundColor,P.classList.remove("tvw-bg-cw-primary")):(P.style.backgroundColor="",P.classList.add("tvw-bg-cw-primary"));let Ne=0;if(a.callToActionIconPadding?(P.style.boxSizing="border-box",P.style.padding=a.callToActionIconPadding,Ne=(parseFloat(a.callToActionIconPadding)||0)*2):(P.style.boxSizing="",P.style.padding=""),a.callToActionIconHidden)P.style.display="none";else if(P.style.display="",P.innerHTML="",a.callToActionIconName){let be=parseFloat(X)||24,me=Math.max(be-Ne,8),se=We(a.callToActionIconName,me,"currentColor",2);se?P.appendChild(se):P.textContent=(Re=a.callToActionIconText)!=null?Re:"\u2197"}else P.textContent=(Be=a.callToActionIconText)!=null?Be:"\u2197"}let H=a.position&&Nt[a.position]?Nt[a.position]:Nt["bottom-right"],x="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-shadow-lg tvw-border tvw-border-gray-200 tvw-transition hover:tvw-translate-y-[-2px] tvw-cursor-pointer tvw-z-50";r.className=`${x} ${H}`},o=()=>{r.removeEventListener("click",n),r.remove()};return e&&t(e),{element:r,update:t,destroy:o}};var zo=e=>{var p,O,u,N,P;if(!((O=(p=e==null?void 0:e.launcher)==null?void 0:p.enabled)!=null?O:!0)){let H=g("div","tvw-relative tvw-w-full tvw-h-full"),x=g("div","tvw-relative tvw-w-full tvw-h-full tvw-min-h-[360px]");return H.appendChild(x),{wrapper:H,panel:x}}let r=(u=e==null?void 0:e.launcher)!=null?u:{},t=r.position&&Nt[r.position]?Nt[r.position]:Nt["bottom-right"],o=g("div",`tvw-fixed ${t} tvw-z-50 tvw-transition`),s=g("div","tvw-relative tvw-min-h-[320px]"),a=(P=(N=e==null?void 0:e.launcher)==null?void 0:N.width)!=null?P:e==null?void 0:e.launcherWidth,l=a!=null?a:"min(400px, calc(100vw - 24px))";return s.style.width=l,s.style.maxWidth=l,o.appendChild(s),{wrapper:o,panel:s}},$o=(e,n=!0)=>{var St,oe,Et,Mt,it,$t,_t,Wt,mt,at,jt,Ut,Vt,ft,wt,_e,At,Lt,kt,Bt,qe,je,lt,Qe,Rt,ht,Xe,f,j,Y,fe,z,ye,de,v,Ye,q,w,d,F,ae,le,ue,He,Te,ce,U,re,we,xe,Pe,pt,i,c,A,D,M,y,C,V;let r=g("div","tvw-flex tvw-h-full tvw-w-full tvw-flex-col tvw-bg-cw-surface tvw-text-cw-primary tvw-rounded-2xl tvw-overflow-hidden tvw-shadow-2xl tvw-border tvw-border-cw-border"),t=g("div","tvw-flex tvw-items-center tvw-gap-3 tvw-bg-cw-surface tvw-px-6 tvw-py-5 tvw-border-b-cw-divider"),o=(St=e==null?void 0:e.launcher)!=null?St:{},s=(oe=o.headerIconSize)!=null?oe:"48px",a=(Et=o.closeButtonSize)!=null?Et:"32px",l=(Mt=o.closeButtonPlacement)!=null?Mt:"inline",p=(it=o.headerIconHidden)!=null?it:!1,O=o.headerIconName,u=g("div","tvw-flex tvw-items-center tvw-justify-center tvw-rounded-xl tvw-bg-cw-primary tvw-text-white tvw-text-xl");if(u.style.height=s,u.style.width=s,!p)if(O){let E=parseFloat(s)||24,W=We(O,E*.6,"#ffffff",2);W?u.replaceChildren(W):u.textContent=(_t=($t=e==null?void 0:e.launcher)==null?void 0:$t.agentIconText)!=null?_t:"\u{1F4AC}"}else if((Wt=e==null?void 0:e.launcher)!=null&&Wt.iconUrl){let E=g("img");E.src=e.launcher.iconUrl,E.alt="",E.className="tvw-rounded-xl tvw-object-cover",E.style.height=s,E.style.width=s,u.replaceChildren(E)}else u.textContent=(at=(mt=e==null?void 0:e.launcher)==null?void 0:mt.agentIconText)!=null?at:"\u{1F4AC}";let N=g("div","tvw-flex tvw-flex-col"),P=g("span","tvw-text-base tvw-font-semibold");P.textContent=(Ut=(jt=e==null?void 0:e.launcher)==null?void 0:jt.title)!=null?Ut:"Chat Assistant";let H=g("span","tvw-text-xs tvw-text-cw-muted");H.textContent=(ft=(Vt=e==null?void 0:e.launcher)==null?void 0:Vt.subtitle)!=null?ft:"Here to help you get answers fast",N.append(P,H),p?t.append(N):t.append(u,N);let x=(wt=o.clearChat)!=null?wt:{},ee=(_e=x.enabled)!=null?_e:!0,k=null,b=null;if(ee){let E=(At=x.size)!=null?At:"32px",W=(Lt=x.iconName)!=null?Lt:"refresh-cw",h=(kt=x.iconColor)!=null?kt:"",$=(Bt=x.backgroundColor)!=null?Bt:"",J=(qe=x.borderWidth)!=null?qe:"",Z=(je=x.borderColor)!=null?je:"",Oe=(lt=x.borderRadius)!=null?lt:"",Ie=(Qe=x.paddingX)!=null?Qe:"",ct=(Rt=x.paddingY)!=null?Rt:"",Q=(ht=x.tooltipText)!=null?ht:"Clear chat",Ht=(Xe=x.showTooltip)!=null?Xe:!0;b=g("div","tvw-relative tvw-ml-auto tvw-clear-chat-button-wrapper"),k=g("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"),k.style.height=E,k.style.width=E,k.type="button",k.setAttribute("aria-label",Q);let Pt=We(W,"20px",h||"",2);if(Pt&&k.appendChild(Pt),h&&(k.style.color=h,k.classList.remove("tvw-text-cw-muted")),$&&(k.style.backgroundColor=$,k.classList.remove("hover:tvw-bg-gray-100")),J||Z){let Ee=J||"0px",et=Z||"transparent";k.style.border=`${Ee} solid ${et}`,k.classList.remove("tvw-border-none")}if(Oe&&(k.style.borderRadius=Oe,k.classList.remove("tvw-rounded-full")),Ie?(k.style.paddingLeft=Ie,k.style.paddingRight=Ie):(k.style.paddingLeft="",k.style.paddingRight=""),ct?(k.style.paddingTop=ct,k.style.paddingBottom=ct):(k.style.paddingTop="",k.style.paddingBottom=""),b.appendChild(k),Ht&&Q&&k&&b){let Ee=null,et=()=>{if(Ee||!k)return;Ee=g("div","tvw-clear-chat-tooltip"),Ee.textContent=Q;let It=g("div");It.className="tvw-clear-chat-tooltip-arrow",Ee.appendChild(It);let Ft=k.getBoundingClientRect();Ee.style.position="fixed",Ee.style.left=`${Ft.left+Ft.width/2}px`,Ee.style.top=`${Ft.top-8}px`,Ee.style.transform="translate(-50%, -100%)",document.body.appendChild(Ee)},vt=()=>{Ee&&Ee.parentNode&&(Ee.parentNode.removeChild(Ee),Ee=null)};b.addEventListener("mouseenter",et),b.addEventListener("mouseleave",vt),k.addEventListener("focus",et),k.addEventListener("blur",vt),b._cleanupTooltip=()=>{vt(),b&&(b.removeEventListener("mouseenter",et),b.removeEventListener("mouseleave",vt)),k&&(k.removeEventListener("focus",et),k.removeEventListener("blur",vt))}}t.appendChild(b)}let L=g("div",l==="top-right"?"tvw-absolute tvw-top-4 tvw-right-4 tvw-z-50":ee?"":"tvw-ml-auto"),m=g("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=a,m.style.width=a,m.type="button";let Le=(f=o.closeButtonTooltipText)!=null?f:"Close chat",pe=(j=o.closeButtonShowTooltip)!=null?j:!0;m.setAttribute("aria-label",Le),m.style.display=n?"":"none";let ke=(Y=o.closeButtonIconName)!=null?Y:"x",Re=(fe=o.closeButtonIconText)!=null?fe:"\xD7",Be=We(ke,"20px",o.closeButtonColor||"",2);if(Be?m.appendChild(Be):m.textContent=Re,o.closeButtonColor?(m.style.color=o.closeButtonColor,m.classList.remove("tvw-text-cw-muted")):(m.style.color="",m.classList.add("tvw-text-cw-muted")),o.closeButtonBackgroundColor?(m.style.backgroundColor=o.closeButtonBackgroundColor,m.classList.remove("hover:tvw-bg-gray-100")):(m.style.backgroundColor="",m.classList.add("hover:tvw-bg-gray-100")),o.closeButtonBorderWidth||o.closeButtonBorderColor){let E=o.closeButtonBorderWidth||"0px",W=o.closeButtonBorderColor||"transparent";m.style.border=`${E} solid ${W}`,m.classList.remove("tvw-border-none")}else m.style.border="",m.classList.add("tvw-border-none");if(o.closeButtonBorderRadius?(m.style.borderRadius=o.closeButtonBorderRadius,m.classList.remove("tvw-rounded-full")):(m.style.borderRadius="",m.classList.add("tvw-rounded-full")),o.closeButtonPaddingX?(m.style.paddingLeft=o.closeButtonPaddingX,m.style.paddingRight=o.closeButtonPaddingX):(m.style.paddingLeft="",m.style.paddingRight=""),o.closeButtonPaddingY?(m.style.paddingTop=o.closeButtonPaddingY,m.style.paddingBottom=o.closeButtonPaddingY):(m.style.paddingTop="",m.style.paddingBottom=""),L.appendChild(m),pe&&Le){let E=null,W=()=>{if(E)return;E=g("div","tvw-clear-chat-tooltip"),E.textContent=Le;let $=g("div");$.className="tvw-clear-chat-tooltip-arrow",E.appendChild($);let J=m.getBoundingClientRect();E.style.position="fixed",E.style.left=`${J.left+J.width/2}px`,E.style.top=`${J.top-8}px`,E.style.transform="translate(-50%, -100%)",document.body.appendChild(E)},h=()=>{E&&E.parentNode&&(E.parentNode.removeChild(E),E=null)};L.addEventListener("mouseenter",W),L.addEventListener("mouseleave",h),m.addEventListener("focus",W),m.addEventListener("blur",h),L._cleanupTooltip=()=>{h(),L.removeEventListener("mouseenter",W),L.removeEventListener("mouseleave",h),m.removeEventListener("focus",W),m.removeEventListener("blur",h)}}l==="top-right"?(r.style.position="relative",r.appendChild(L)):t.appendChild(L);let X=g("div","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");X.id="vanilla-agent-scroll-container";let Ne=g("div","tvw-rounded-2xl tvw-bg-cw-surface tvw-p-6 tvw-shadow-sm"),be=g("h2","tvw-text-lg tvw-font-semibold tvw-text-cw-primary");be.textContent=(ye=(z=e==null?void 0:e.copy)==null?void 0:z.welcomeTitle)!=null?ye:"Hello \u{1F44B}";let me=g("p","tvw-mt-2 tvw-text-sm tvw-text-cw-muted");me.textContent=(v=(de=e==null?void 0:e.copy)==null?void 0:de.welcomeSubtitle)!=null?v:"Ask anything about your account or products.",Ne.append(be,me);let se=g("div","tvw-flex tvw-flex-col tvw-gap-3");X.append(Ne,se);let Ce=g("div","tvw-border-t-cw-divider tvw-bg-cw-surface tvw-px-6 tvw-py-4"),G=g("div","tvw-mb-3 tvw-flex tvw-flex-wrap tvw-gap-2"),B=((Ye=e==null?void 0:e.voiceRecognition)==null?void 0:Ye.enabled)===!0,ot=typeof window!="undefined"&&(typeof window.webkitSpeechRecognition!="undefined"||typeof window.SpeechRecognition!="undefined"),rt=g("form",`tvw-flex tvw-items-end ${B&&ot?"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`);rt.style.outline="none";let ne=g("textarea");ne.placeholder=(w=(q=e==null?void 0:e.copy)==null?void 0:q.inputPlaceholder)!=null?w:"Type your message\u2026",ne.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",ne.rows=1;let R=(F=(d=e==null?void 0:e.theme)==null?void 0:d.inputFontFamily)!=null?F:"sans-serif",he=(le=(ae=e==null?void 0:e.theme)==null?void 0:ae.inputFontWeight)!=null?le:"400",qt=E=>{switch(E){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'}};ne.style.fontFamily=qt(R),ne.style.fontWeight=he,ne.style.border="none",ne.style.outline="none",ne.style.borderWidth="0",ne.style.borderStyle="none",ne.style.borderColor="transparent",ne.addEventListener("focus",()=>{ne.style.border="none",ne.style.outline="none",ne.style.borderWidth="0",ne.style.borderStyle="none",ne.style.borderColor="transparent",ne.style.boxShadow="none"}),ne.addEventListener("blur",()=>{ne.style.border="none",ne.style.outline="none"});let ve=(ue=e==null?void 0:e.sendButton)!=null?ue:{},S=(He=ve.useIcon)!=null?He:!1,De=(Te=ve.iconText)!=null?Te:"\u2191",$e=ve.iconName,dt=(ce=ve.tooltipText)!=null?ce:"Send message",st=(U=ve.showTooltip)!=null?U:!1,I=(re=ve.size)!=null?re:"40px",ut=ve.backgroundColor,Ae=ve.textColor,Ze=g("div","tvw-send-button-wrapper"),_=g("button",S?"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(_.type="submit",S){if(_.style.width=I,_.style.height=I,_.style.minWidth=I,_.style.minHeight=I,_.style.fontSize="18px",_.style.lineHeight="1",_.innerHTML="",$e){let E=parseFloat(I)||24,W=Ae&&typeof Ae=="string"&&Ae.trim()?Ae.trim():"currentColor",h=We($e,E,W,2);h?(_.appendChild(h),_.style.color=W):(_.textContent=De,Ae?_.style.color=Ae:_.classList.add("tvw-text-white"))}else _.textContent=De,Ae?_.style.color=Ae:_.classList.add("tvw-text-white");ut?_.style.backgroundColor=ut:_.classList.add("tvw-bg-cw-primary")}else _.textContent=(xe=(we=e==null?void 0:e.copy)==null?void 0:we.sendButtonLabel)!=null?xe:"Send",Ae?_.style.color=Ae:_.classList.add("tvw-text-white");if(ve.borderWidth&&(_.style.borderWidth=ve.borderWidth,_.style.borderStyle="solid"),ve.borderColor&&(_.style.borderColor=ve.borderColor),ve.paddingX?(_.style.paddingLeft=ve.paddingX,_.style.paddingRight=ve.paddingX):(_.style.paddingLeft="",_.style.paddingRight=""),ve.paddingY?(_.style.paddingTop=ve.paddingY,_.style.paddingBottom=ve.paddingY):(_.style.paddingTop="",_.style.paddingBottom=""),st&&dt){let E=g("div","tvw-send-button-tooltip");E.textContent=dt,Ze.appendChild(E)}Ze.appendChild(_);let ie=(Pe=e==null?void 0:e.voiceRecognition)!=null?Pe:{},gt=ie.enabled===!0,K=null,Ke=null,Kt=typeof window!="undefined"&&(typeof window.webkitSpeechRecognition!="undefined"||typeof window.SpeechRecognition!="undefined");if(gt&&Kt){Ke=g("div","tvw-send-button-wrapper"),K=g("button","tvw-rounded-button tvw-flex tvw-items-center tvw-justify-center disabled:tvw-opacity-50 tvw-cursor-pointer"),K.type="button",K.setAttribute("aria-label","Start voice recognition");let E=(pt=ie.iconName)!=null?pt:"mic",W=(i=ie.iconSize)!=null?i:I,h=parseFloat(W)||24,$=(c=ie.backgroundColor)!=null?c:ut,J=(A=ie.iconColor)!=null?A:Ae;K.style.width=W,K.style.height=W,K.style.minWidth=W,K.style.minHeight=W,K.style.fontSize="18px",K.style.lineHeight="1";let Z=J||"currentColor",Oe=We(E,h,Z,1.5);Oe?(K.appendChild(Oe),K.style.color=Z):(K.textContent="\u{1F3A4}",K.style.color=Z),$?K.style.backgroundColor=$:K.classList.add("tvw-bg-cw-primary"),J?K.style.color=J:!J&&!Ae&&K.classList.add("tvw-text-white"),ie.borderWidth&&(K.style.borderWidth=ie.borderWidth,K.style.borderStyle="solid"),ie.borderColor&&(K.style.borderColor=ie.borderColor),ie.paddingX&&(K.style.paddingLeft=ie.paddingX,K.style.paddingRight=ie.paddingX),ie.paddingY&&(K.style.paddingTop=ie.paddingY,K.style.paddingBottom=ie.paddingY),Ke.appendChild(K);let Ie=(D=ie.tooltipText)!=null?D:"Start voice recognition";if(((M=ie.showTooltip)!=null?M:!1)&&Ie){let Q=g("div","tvw-send-button-tooltip");Q.textContent=Ie,Ke.appendChild(Q)}}rt.addEventListener("click",E=>{E.target!==_&&E.target!==Ze&&E.target!==K&&E.target!==Ke&&ne.focus()}),rt.append(ne),Ke&&rt.append(Ke),rt.append(Ze);let Ct=g("div","tvw-mt-2 tvw-text-right tvw-text-xs tvw-text-cw-muted"),Ot=(y=e==null?void 0:e.statusIndicator)!=null?y:{},zt=(C=Ot.visible)!=null?C:!0;return Ct.style.display=zt?"":"none",Ct.textContent=(V=Ot.idleText)!=null?V:"Online",Ce.append(G,rt,Ct),r.append(t,X,Ce),{container:r,body:X,messagesWrapper:se,suggestions:G,textarea:ne,sendButton:_,sendButtonWrapper:Ze,micButton:K,micButtonWrapper:Ke,composerForm:rt,statusText:Ct,introTitle:be,introSubtitle:me,closeButton:m,closeButtonWrapper:L,clearChatButton:k,clearChatButtonWrapper:b,iconHolder:u,headerTitle:P,headerSubtitle:H}};var fn=()=>{let e=document.createElement("div");e.className="tvw-flex tvw-items-center tvw-space-x-1 tvw-h-5 tvw-mt-2";let n=document.createElement("div");n.className="tvw-bg-cw-primary tvw-animate-typing tvw-rounded-full tvw-h-1.5 tvw-w-1.5",n.style.animationDelay="0ms";let r=document.createElement("div");r.className="tvw-bg-cw-primary tvw-animate-typing tvw-rounded-full tvw-h-1.5 tvw-w-1.5",r.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 o=document.createElement("span");return o.className="tvw-sr-only",o.textContent="Loading",e.appendChild(n),e.appendChild(r),e.appendChild(t),e.appendChild(o),e},wn=(e,n)=>{let r=["vanilla-message-bubble","tvw-max-w-[85%]","tvw-rounded-2xl","tvw-text-sm","tvw-leading-relaxed","tvw-shadow-sm"];e.role==="user"?r.push("vanilla-message-user-bubble","tvw-ml-auto","tvw-bg-cw-accent","tvw-text-white","tvw-px-5","tvw-py-3"):r.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");let t=g("div",r.join(" ")),o=document.createElement("div");if(o.innerHTML=n({text:e.content,message:e,streaming:!!e.streaming,raw:e.rawContent}),t.appendChild(o),e.streaming&&e.role==="assistant"&&(!e.content||!e.content.trim())){let s=fn();t.appendChild(s)}return t};var hn=new Set,vn=e=>{let n=e.reasoning,r=g("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(!n)return r;let t=hn.has(e.id),o=g("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");o.type="button",o.setAttribute("aria-expanded",t?"true":"false");let s=g("div","tvw-flex tvw-flex-col tvw-text-left"),a=g("span","tvw-text-xs tvw-text-cw-primary");a.textContent="Thinking...",s.appendChild(a);let l=g("span","tvw-text-xs tvw-text-cw-primary");l.textContent=qo(n),s.appendChild(l),n.status==="complete"?a.style.display="none":a.style.display="";let p=g("div","tvw-flex tvw-items-center"),u=We(t?"chevron-up":"chevron-down",16,"currentColor",2);u?p.appendChild(u):p.textContent=t?"Hide":"Show";let N=g("div","tvw-flex tvw-items-center tvw-ml-auto");N.append(p),o.append(s,N);let P=g("div","tvw-border-t tvw-border-gray-200 tvw-bg-gray-50 tvw-px-4 tvw-py-3");P.style.display=t?"":"none";let H=n.chunks.join(""),x=g("div","tvw-whitespace-pre-wrap tvw-text-xs tvw-leading-snug tvw-text-cw-muted");x.textContent=H||(n.status==="complete"?"No additional context was shared.":"Waiting for details\u2026"),P.appendChild(x);let ee=()=>{o.setAttribute("aria-expanded",t?"true":"false"),p.innerHTML="";let L=We(t?"chevron-up":"chevron-down",16,"currentColor",2);L?p.appendChild(L):p.textContent=t?"Hide":"Show",P.style.display=t?"":"none"},k=()=>{t=!t,t?hn.add(e.id):hn.delete(e.id),ee()};return o.addEventListener("pointerdown",b=>{b.preventDefault(),k()}),o.addEventListener("keydown",b=>{(b.key==="Enter"||b.key===" ")&&(b.preventDefault(),k())}),ee(),r.append(o,P),r};var yn=new Set,xn=(e,n)=>{var k;let r=e.toolCall,t=(k=n==null?void 0:n.toolCall)!=null?k:{},o=g("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&&(o.style.backgroundColor=t.backgroundColor),t.borderColor&&(o.style.borderColor=t.borderColor),t.borderWidth&&(o.style.borderWidth=t.borderWidth),t.borderRadius&&(o.style.borderRadius=t.borderRadius),!r)return o;let s=yn.has(e.id),a=g("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");a.type="button",a.setAttribute("aria-expanded",s?"true":"false"),t.headerBackgroundColor&&(a.style.backgroundColor=t.headerBackgroundColor),t.headerPaddingX&&(a.style.paddingLeft=t.headerPaddingX,a.style.paddingRight=t.headerPaddingX),t.headerPaddingY&&(a.style.paddingTop=t.headerPaddingY,a.style.paddingBottom=t.headerPaddingY);let l=g("div","tvw-flex tvw-flex-col tvw-text-left"),p=g("span","tvw-text-xs tvw-text-cw-primary");t.headerTextColor&&(p.style.color=t.headerTextColor),p.textContent=Oo(r),l.appendChild(p);let O=g("div","tvw-flex tvw-items-center"),u=t.toggleTextColor||t.headerTextColor||"currentColor",N=We(s?"chevron-up":"chevron-down",16,u,2);N?O.appendChild(N):O.textContent=s?"Hide":"Show";let P=g("div","tvw-flex tvw-items-center tvw-gap-2 tvw-ml-auto");P.append(O),a.append(l,P);let H=g("div","tvw-border-t tvw-border-gray-200 tvw-bg-gray-50 tvw-space-y-3 tvw-px-4 tvw-py-3");if(H.style.display=s?"":"none",t.contentBackgroundColor&&(H.style.backgroundColor=t.contentBackgroundColor),t.contentTextColor&&(H.style.color=t.contentTextColor),t.contentPaddingX&&(H.style.paddingLeft=t.contentPaddingX,H.style.paddingRight=t.contentPaddingX),t.contentPaddingY&&(H.style.paddingTop=t.contentPaddingY,H.style.paddingBottom=t.contentPaddingY),r.name){let b=g("div","tvw-text-xs tvw-text-cw-muted tvw-italic");t.contentTextColor?b.style.color=t.contentTextColor:t.headerTextColor&&(b.style.color=t.headerTextColor),b.textContent=r.name,H.appendChild(b)}if(r.args!==void 0){let b=g("div","tvw-space-y-1"),L=g("div","tvw-text-xs tvw-text-cw-muted");t.labelTextColor&&(L.style.color=t.labelTextColor),L.textContent="Arguments";let m=g("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");m.style.fontSize="0.75rem",m.style.lineHeight="1rem",t.codeBlockBackgroundColor&&(m.style.backgroundColor=t.codeBlockBackgroundColor),t.codeBlockBorderColor&&(m.style.borderColor=t.codeBlockBorderColor),t.codeBlockTextColor&&(m.style.color=t.codeBlockTextColor),m.textContent=ln(r.args),b.append(L,m),H.appendChild(b)}if(r.chunks&&r.chunks.length){let b=g("div","tvw-space-y-1"),L=g("div","tvw-text-xs tvw-text-cw-muted");t.labelTextColor&&(L.style.color=t.labelTextColor),L.textContent="Activity";let m=g("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");m.style.fontSize="0.75rem",m.style.lineHeight="1rem",t.codeBlockBackgroundColor&&(m.style.backgroundColor=t.codeBlockBackgroundColor),t.codeBlockBorderColor&&(m.style.borderColor=t.codeBlockBorderColor),t.codeBlockTextColor&&(m.style.color=t.codeBlockTextColor),m.textContent=r.chunks.join(`
15
+ `),b.append(L,m),H.appendChild(b)}if(r.status==="complete"&&r.result!==void 0){let b=g("div","tvw-space-y-1"),L=g("div","tvw-text-xs tvw-text-cw-muted");t.labelTextColor&&(L.style.color=t.labelTextColor),L.textContent="Result";let m=g("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");m.style.fontSize="0.75rem",m.style.lineHeight="1rem",t.codeBlockBackgroundColor&&(m.style.backgroundColor=t.codeBlockBackgroundColor),t.codeBlockBorderColor&&(m.style.borderColor=t.codeBlockBorderColor),t.codeBlockTextColor&&(m.style.color=t.codeBlockTextColor),m.textContent=ln(r.result),b.append(L,m),H.appendChild(b)}if(r.status==="complete"&&typeof r.duration=="number"){let b=g("div","tvw-text-xs tvw-text-cw-muted");t.contentTextColor&&(b.style.color=t.contentTextColor),b.textContent=`Duration: ${r.duration}ms`,H.appendChild(b)}let x=()=>{a.setAttribute("aria-expanded",s?"true":"false"),O.innerHTML="";let b=t.toggleTextColor||t.headerTextColor||"currentColor",L=We(s?"chevron-up":"chevron-down",16,b,2);L?O.appendChild(L):O.textContent=s?"Hide":"Show",H.style.display=s?"":"none"},ee=()=>{s=!s,s?yn.add(e.id):yn.delete(e.id),x()};return a.addEventListener("pointerdown",b=>{b.preventDefault(),ee()}),a.addEventListener("keydown",b=>{(b.key==="Enter"||b.key===" ")&&(b.preventDefault(),ee())}),x(),o.append(a,H),o};var _o=e=>{let n=[];return{buttons:n,render:(t,o,s,a,l)=>{if(e.innerHTML="",n.length=0,!t||!t.length||(a!=null?a:o?o.getMessages():[]).some(H=>H.role==="user"))return;let u=document.createDocumentFragment(),N=o?o.isStreaming():!1,P=H=>{switch(H){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(H=>{let x=g("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");x.type="button",x.textContent=H,x.disabled=N,l!=null&&l.fontFamily&&(x.style.fontFamily=P(l.fontFamily)),l!=null&&l.fontWeight&&(x.style.fontWeight=l.fontWeight),l!=null&&l.paddingX&&(x.style.paddingLeft=l.paddingX,x.style.paddingRight=l.paddingX),l!=null&&l.paddingY&&(x.style.paddingTop=l.paddingY,x.style.paddingBottom=l.paddingY),x.addEventListener("click",()=>{!o||o.isStreaming()||(s.value="",o.sendMessage(H))}),u.appendChild(x),n.push(x)}),e.appendChild(u)}}};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"}},bn=(e,n,r,t)=>{let o=e.querySelectorAll("[data-tv-form]");o.length&&o.forEach(s=>{var x,ee,k;if(s.dataset.enhanced==="true")return;let a=(x=s.dataset.tvForm)!=null?x:"init";s.dataset.enhanced="true";let l=(ee=jo[a])!=null?ee:jo.init;s.classList.add("tvw-form-card","tvw-space-y-4");let p=g("div","tvw-space-y-1"),O=g("h3","tvw-text-base tvw-font-semibold tvw-text-cw-primary");if(O.textContent=l.title,p.appendChild(O),l.description){let b=g("p","tvw-text-sm tvw-text-cw-muted");b.textContent=l.description,p.appendChild(b)}let u=document.createElement("form");u.className="tvw-form-grid tvw-space-y-3",l.fields.forEach(b=>{var ke,Re;let L=g("label","tvw-form-field tvw-flex tvw-flex-col tvw-gap-1");L.htmlFor=`${n.id}-${a}-${b.name}`;let m=g("span","tvw-text-xs tvw-font-medium tvw-text-cw-muted");m.textContent=b.label,L.appendChild(m);let Le=(ke=b.type)!=null?ke:"text",pe;Le==="textarea"?(pe=document.createElement("textarea"),pe.rows=3):(pe=document.createElement("input"),pe.type=Le),pe.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",pe.id=`${n.id}-${a}-${b.name}`,pe.name=b.name,pe.placeholder=(Re=b.placeholder)!=null?Re:"",b.required&&(pe.required=!0),L.appendChild(pe),u.appendChild(L)});let N=g("div","tvw-flex tvw-items-center tvw-justify-between tvw-gap-2"),P=g("div","tvw-text-xs tvw-text-cw-muted tvw-min-h-[1.5rem]"),H=g("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");H.type="submit",H.textContent=(k=l.submitLabel)!=null?k:"Submit",N.appendChild(P),N.appendChild(H),u.appendChild(N),s.replaceChildren(p,u),u.addEventListener("submit",async b=>{var pe,ke;b.preventDefault();let L=(pe=r.formEndpoint)!=null?pe:"/form",m=new FormData(u),Le={};m.forEach((Re,Be)=>{Le[Be]=Re}),Le.type=a,H.disabled=!0,P.textContent="Submitting\u2026";try{let Re=await fetch(L,{method:"POST",headers:{"Content-Type":"application/json"},body:JSON.stringify(Le)});if(!Re.ok)throw new Error(`Form submission failed (${Re.status})`);let Be=await Re.json();P.textContent=(ke=Be.message)!=null?ke:"Thanks! We'll be in touch soon.",Be.success&&Be.nextPrompt&&await t.sendMessage(String(Be.nextPrompt))}catch(Re){P.textContent=Re instanceof Error?Re.message:"Something went wrong. Please try again."}finally{H.disabled=!1}})})};var Cn=class{constructor(){this.plugins=new Map}register(n){var r;this.plugins.has(n.id)&&console.warn(`Plugin "${n.id}" is already registered. Overwriting.`),this.plugins.set(n.id,n),(r=n.onRegister)==null||r.call(n)}unregister(n){var t;let r=this.plugins.get(n);r&&((t=r.onUnregister)==null||t.call(r),this.plugins.delete(n))}getAll(){return Array.from(this.plugins.values()).sort((n,r)=>{var t,o;return((t=r.priority)!=null?t:0)-((o=n.priority)!=null?o:0)})}getForInstance(n){let r=this.getAll();if(!n||n.length===0)return r;let t=new Set(n.map(s=>s.id));return[...r.filter(s=>!t.has(s.id)),...n].sort((s,a)=>{var l,p;return((l=a.priority)!=null?l:0)-((p=s.priority)!=null?p:0)})}clear(){this.plugins.forEach(n=>{var r;return(r=n.onUnregister)==null?void 0:r.call(n)}),this.plugins.clear()}},nn=new Cn;var nt={apiUrl:"http://localhost:43111/api/chat/dispatch",theme:{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"},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))",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,iconName:"refresh-cw",size:"29px",showTooltip:!0,tooltipText:"Clear chat",paddingX:"0px",paddingY:"0px"},headerIconHidden:!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"},debug:!1};function Sn(e){var n,r,t;return e?{...nt,...e,theme:{...nt.theme,...e.theme},launcher:{...nt.launcher,...e.launcher,clearChat:{...(n=nt.launcher)==null?void 0:n.clearChat,...(r=e.launcher)==null?void 0:r.clearChat}},copy:{...nt.copy,...e.copy},sendButton:{...nt.sendButton,...e.sendButton},statusIndicator:{...nt.statusIndicator,...e.statusIndicator},voiceRecognition:{...nt.voiceRecognition,...e.voiceRecognition},features:{...nt.features,...e.features},suggestionChips:(t=e.suggestionChips)!=null?t:nt.suggestionChips,suggestionChipsConfig:{...nt.suggestionChipsConfig,...e.suggestionChipsConfig}}:nt}var Uo=()=>{let e=new Map,n=(o,s)=>(e.has(o)||e.set(o,new Set),e.get(o).add(s),()=>r(o,s)),r=(o,s)=>{var a;(a=e.get(o))==null||a.delete(s)};return{on:n,off:r,emit:(o,s)=>{var a;(a=e.get(o))==null||a.forEach(l=>{try{l(s)}catch(p){typeof console!="undefined"&&console.error("[AgentWidget] Event handler error:",p)}})}}};var cr=e=>{let n=e.match(/```(?:json)?\s*([\s\S]*?)```/i);return n?n[1]:e},dr=e=>{let n=e.trim(),r=n.indexOf("{");if(r===-1)return null;let t=0;for(let o=r;o<n.length;o+=1){let s=n[o];if(s==="{"&&(t+=1),s==="}"&&(t-=1,t===0))return n.slice(r,o+1)}return null},on=({text:e})=>{if(!e||!e.includes("{"))return null;try{let n=cr(e),r=dr(n);if(!r)return null;let t=JSON.parse(r);if(!t||typeof t!="object"||!t.action)return null;let{action:o,...s}=t;return{type:String(o),payload:s,raw:t}}catch{return null}},An=e=>typeof e=="string"?e:e==null?"":String(e),Yt={message:e=>e.type!=="message"?void 0:{handled:!0,displayText:An(e.payload.text)},messageAndClick:(e,n)=>{var o;if(e.type!=="message_and_click")return;let r=e.payload,t=An(r.element);if(t&&((o=n.document)!=null&&o.querySelector)){let s=n.document.querySelector(t);s?setTimeout(()=>{s.click()},400):typeof console!="undefined"&&console.warn("[AgentWidget] Element not found for selector:",t)}return{handled:!0,displayText:An(r.text)}}},Vo=e=>Array.isArray(e)?e.map(n=>String(n)):[],rn=e=>{let n=new Set(Vo(e.getMetadata().processedActionMessageIds)),r=()=>{n=new Set(Vo(e.getMetadata().processedActionMessageIds))},t=()=>{let s=Array.from(n);e.updateMetadata(a=>({...a,processedActionMessageIds:s}))};return{process:s=>{if(s.streaming||s.message.role!=="assistant"||!s.text||n.has(s.message.id))return null;let a=typeof s.raw=="string"&&s.raw||typeof s.message.rawContent=="string"&&s.message.rawContent||typeof s.text=="string"&&s.text||null;!a&&typeof s.text=="string"&&s.text.trim().startsWith("{")&&typeof console!="undefined"&&console.warn("[AgentWidget] Structured response detected but no raw payload was provided. Ensure your stream parser returns { text, raw }.");let l=a?e.parsers.reduce((O,u)=>O||(u==null?void 0:u({text:a,message:s.message}))||null,null):null;if(!l)return null;n.add(s.message.id),t();let p={action:l,message:s.message};e.emit("action:detected",p);for(let O of e.handlers)if(O)try{let u=O(l,{message:s.message,metadata:e.getMetadata(),updateMetadata:e.updateMetadata,document:e.documentRef});if(!u)continue;if(u.handled){let N=u.persistMessage!==!1;return{text:u.displayText!==void 0?u.displayText:"",persist:N}}}catch(u){typeof console!="undefined"&&console.error("[AgentWidget] Action handler error:",u)}return{text:"",persist:!0}},syncFromMetadata:r}};var ur=e=>{if(!e)return null;try{return JSON.parse(e)}catch(n){return typeof console!="undefined"&&console.error("[AgentWidget] Failed to parse stored state:",n),null}},gr=e=>e.map(n=>({...n,streaming:!1})),Tn=(e="vanilla-agent-state")=>{let n=()=>typeof window=="undefined"||!window.localStorage?null:window.localStorage;return{load:()=>{let r=n();return r?ur(r.getItem(e)):null},save:r=>{let t=n();if(t)try{let o={...r,messages:r.messages?gr(r.messages):void 0};t.setItem(e,JSON.stringify(o))}catch(o){typeof console!="undefined"&&console.error("[AgentWidget] Failed to persist state:",o)}},clear:()=>{let r=n();if(r)try{r.removeItem(e)}catch(t){typeof console!="undefined"&&console.error("[AgentWidget] Failed to clear stored state:",t)}}}};var En=class{constructor(){this.components=new Map}register(n,r){this.components.has(n)&&console.warn(`[ComponentRegistry] Component "${n}" is already registered. Overwriting.`),this.components.set(n,r)}unregister(n){this.components.delete(n)}get(n){return this.components.get(n)}has(n){return this.components.has(n)}getAllNames(){return Array.from(this.components.keys())}clear(){this.components.clear()}registerAll(n){Object.entries(n).forEach(([r,t])=>{this.register(r,t)})}},en=new En;import{parse as pr,STR as mr,OBJ as fr}from"partial-json";function wr(e){if(!e||typeof e!="object"||!("component"in e))return!1;let n=e.component;return typeof n=="string"&&n.length>0}function hr(e,n){if(!wr(e))return null;let r=e.props&&typeof e.props=="object"&&e.props!==null?e.props:{};return{component:e.component,props:r,raw:n}}function Mn(){let e=null,n=0;return{getExtractedDirective:()=>e,processChunk:r=>{let t=r.trim();if(!t.startsWith("{")&&!t.startsWith("["))return null;if(r.length<=n)return e;try{let o=pr(r,mr|fr),s=hr(o,r);s&&(e=s)}catch{}return n=r.length,e},reset:()=>{e=null,n=0}}}function vr(e){return typeof e=="object"&&e!==null&&"component"in e&&typeof e.component=="string"&&"props"in e&&typeof e.props=="object"}function Wn(e,n){let{config:r,message:t,onPropsUpdate:o}=n,s=en.get(e.component);if(!s)return console.warn(`[ComponentMiddleware] Component "${e.component}" not found in registry. Falling back to default rendering.`),null;let a={message:t,config:r,updateProps:l=>{o&&o(l)}};try{return s(e.props,a)}catch(l){return console.error(`[ComponentMiddleware] Error rendering component "${e.component}":`,l),null}}function yr(){let e=Mn();return{processChunk:n=>e.processChunk(n),getDirective:()=>e.getExtractedDirective(),reset:()=>{e.reset()}}}function Ln(e){if(!e.rawContent)return!1;try{let n=JSON.parse(e.rawContent);return typeof n=="object"&&n!==null&&"component"in n&&typeof n.component=="string"}catch{return!1}}function kn(e){if(!e.rawContent)return null;try{let n=JSON.parse(e.rawContent);if(typeof n=="object"&&n!==null&&"component"in n&&typeof n.component=="string")return{component:n.component,props:n.props&&typeof n.props=="object"&&n.props!==null?n.props:{},raw:e.rawContent}}catch{}return null}var Jt="vanilla-agent-chat-history",xr=30*1e3,Bn=e=>!e||typeof e!="object"?{}:{...e},Ko=e=>e.map(n=>({...n,streaming:!1})),Xo=(e,n)=>r=>{var s,a,l;let t=(s=r.text)!=null?s:"",o=(a=r.message.rawContent)!=null?a:null;if(n){let p=n.process({text:t,raw:o!=null?o:t,message:r.message,streaming:r.streaming});p!==null&&(t=p.text,p.persist||(r.message.__skipPersist=!0))}return e!=null&&e.postprocessMessage?e.postprocessMessage({...r,text:t,raw:(l=o!=null?o:r.text)!=null?l:""}):an(t)},Rn=(e,n,r)=>{var d,F,ae,le,ue,He,Te,ce,U,re,we,xe,Pe,pt;(!e.id||e.id!=="vanilla-agent-root")&&(e.id="vanilla-agent-root");let t=Sn(n);pn(e,t);let o=nn.getForInstance(t.plugins);t.components&&en.registerAll(t.components);let s=Uo(),a=(d=t.storageAdapter)!=null?d:Tn(),l={},p=null;if(a!=null&&a.load)try{let i=a.load();if(i&&typeof i.then=="function")p=i;else if(i){let c=i;c.metadata&&(l=Bn(c.metadata)),(F=c.messages)!=null&&F.length&&(t={...t,initialMessages:c.messages})}}catch(i){typeof console!="undefined"&&console.error("[AgentWidget] Failed to load stored state:",i)}let O=()=>l,u=i=>{var A;l=(A=i({...l}))!=null?A:{},Wt()},N=t.actionParsers&&t.actionParsers.length?t.actionParsers:[on],P=t.actionHandlers&&t.actionHandlers.length?t.actionHandlers:[Yt.message,Yt.messageAndClick],H=rn({parsers:N,handlers:P,getMetadata:O,updateMetadata:u,emit:s.emit,documentRef:typeof document!="undefined"?document:null});H.syncFromMetadata();let x=(le=(ae=t.launcher)==null?void 0:ae.enabled)!=null?le:!0,ee=(He=(ue=t.launcher)==null?void 0:ue.autoExpand)!=null?He:!1,k=ee,b=x,L=x?ee:!0,m=Xo(t,H),Le=(ce=(Te=t.features)==null?void 0:Te.showReasoning)!=null?ce:!0,pe=(re=(U=t.features)==null?void 0:U.showToolCalls)!=null?re:!0,ke=(we=t.statusIndicator)!=null?we:{},Re=i=>{var c,A,D,M;return i==="idle"?(c=ke.idleText)!=null?c:Ue.idle:i==="connecting"?(A=ke.connectingText)!=null?A:Ue.connecting:i==="connected"?(D=ke.connectedText)!=null?D:Ue.connected:i==="error"?(M=ke.errorText)!=null?M:Ue.error:Ue[i]},{wrapper:Be,panel:X}=zo(t),Ne=$o(t,x),{container:be,body:me,messagesWrapper:se,suggestions:Ce,textarea:G,sendButton:B,sendButtonWrapper:ot,composerForm:bt,statusText:Dt,introTitle:rt,introSubtitle:ne,closeButton:R,iconHolder:he,headerTitle:qt,headerSubtitle:ve}=Ne,S=Ne.micButton,De=Ne.micButtonWrapper;X.appendChild(be),e.appendChild(Be);let $e=[],dt=_o(Ce),st=null,I,ut=!1,Ae=!0,Ze=0,_=0,ie=null,gt=!1,K=0,Ke=!1,Kt=125,Ct=2e3,Ot=5,zt=50,St=new Map,oe={active:!1,manuallyDeactivated:!1,lastUserMessageWasVoice:!1},Et=(Pe=(xe=t.voiceRecognition)==null?void 0:xe.autoResume)!=null?Pe:!1,Mt=i=>{s.emit("voice:state",{active:oe.active,source:i,timestamp:Date.now()})},it=()=>{u(i=>({...i,voiceState:{active:oe.active,timestamp:Date.now(),manuallyDeactivated:oe.manuallyDeactivated}}))},$t=()=>{var D,M;if(((D=t.voiceRecognition)==null?void 0:D.enabled)===!1)return;let i=Bn(l.voiceState),c=!!i.active,A=Number((M=i.timestamp)!=null?M:0);oe.manuallyDeactivated=!!i.manuallyDeactivated,c&&Date.now()-A<xr&&setTimeout(()=>{oe.active||(oe.manuallyDeactivated=!1,ht("restore"))},1e3)},_t=()=>I?Ko(I.getMessages()).filter(i=>!i.__skipPersist):[];function Wt(i){if(!(a!=null&&a.save))return;let A={messages:i?Ko(i):I?_t():[],metadata:l};try{let D=a.save(A);D instanceof Promise&&D.catch(M=>{typeof console!="undefined"&&console.error("[AgentWidget] Failed to persist state:",M)})}catch(D){typeof console!="undefined"&&console.error("[AgentWidget] Failed to persist state:",D)}}let mt=(i=!1)=>{if(!Ae)return;let c=Date.now();gt&&c<K&&!i||(gt&&c>=K&&(gt=!1),!(!i&&!ut)&&(c-_<Kt||(_=c,ie&&cancelAnimationFrame(ie),ie=requestAnimationFrame(()=>{gt||!Ae||(Ke=!0,me.scrollTop=me.scrollHeight,Ze=me.scrollTop,requestAnimationFrame(()=>{Ke=!1}),ie=null)}))))},at=null,jt=()=>Be.querySelector("#vanilla-agent-scroll-container")||me,Ut=(i,c=500)=>{let A=i.scrollTop,D=i.clientHeight,M=i.scrollHeight,y=M-A;if(A+D>=M-2||Math.abs(y)<5)return;at!==null&&(cancelAnimationFrame(at),at=null);let V=performance.now(),E=h=>1-Math.pow(1-h,3),W=h=>{let $=i.scrollHeight;$!==M&&(M=$,y=M-A);let J=h-V,Z=Math.min(J/c,1),Oe=E(Z),Ie=A+y*Oe;i.scrollTop=Ie,Z<1?at=requestAnimationFrame(W):(i.scrollTop=i.scrollHeight,at=null)};at=requestAnimationFrame(W)},Vt=i=>{let c=new Map;i.forEach(A=>{let D=St.get(A.id);c.set(A.id,{streaming:A.streaming,role:A.role}),!D&&A.role==="assistant"&&s.emit("assistant:message",A),A.role==="assistant"&&(D!=null&&D.streaming)&&A.streaming===!1&&s.emit("assistant:complete",A)}),St.clear(),c.forEach((A,D)=>{St.set(D,A)})},ft=(i,c,A)=>{i.innerHTML="";let D=document.createDocumentFragment();c.forEach(y=>{let C=null,V=o.find(W=>!!(y.variant==="reasoning"&&W.renderReasoning||y.variant==="tool"&&W.renderToolCall||!y.variant&&W.renderMessage));if(V)if(y.variant==="reasoning"&&y.reasoning&&V.renderReasoning){if(!Le)return;C=V.renderReasoning({message:y,defaultRenderer:()=>vn(y),config:t})}else if(y.variant==="tool"&&y.toolCall&&V.renderToolCall){if(!pe)return;C=V.renderToolCall({message:y,defaultRenderer:()=>xn(y,t),config:t})}else V.renderMessage&&(C=V.renderMessage({message:y,defaultRenderer:()=>{let W=wn(y,A);return y.role!=="user"&&bn(W,y,t,I),W},config:t}));if(!C&&y.role==="assistant"&&!y.variant&&t.enableComponentStreaming!==!1&&Ln(y)){let h=kn(y);if(h){let $=Wn(h,{config:t,message:y,transform:A});if($){let J=document.createElement("div");if(J.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(" "),J.setAttribute("data-message-id",y.id),y.content&&y.content.trim()){let Z=document.createElement("div");Z.className="tvw-mb-3 tvw-text-sm tvw-leading-relaxed",Z.innerHTML=A({text:y.content,message:y,streaming:!!y.streaming,raw:y.rawContent}),J.appendChild(Z)}J.appendChild($),C=J}}}if(!C)if(y.variant==="reasoning"&&y.reasoning){if(!Le)return;C=vn(y)}else if(y.variant==="tool"&&y.toolCall){if(!pe)return;C=xn(y,t)}else C=wn(y,A),y.role!=="user"&&bn(C,y,t,I);let E=document.createElement("div");E.className="tvw-flex",y.role==="user"&&E.classList.add("tvw-justify-end"),E.appendChild(C),D.appendChild(E)});let M=c.some(y=>y.role==="assistant"&&y.streaming);if(ut&&c.some(y=>y.role==="user")&&!M){let y=fn(),C=document.createElement("div");C.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(" "),C.appendChild(y);let V=document.createElement("div");V.className="tvw-flex",V.appendChild(C),D.appendChild(V)}i.appendChild(D),requestAnimationFrame(()=>{requestAnimationFrame(()=>{let y=jt();Ut(y)})})},wt=()=>{x&&(L?(Be.classList.remove("tvw-pointer-events-none","tvw-opacity-0"),X.classList.remove("tvw-scale-95","tvw-opacity-0"),X.classList.add("tvw-scale-100","tvw-opacity-100"),z&&(z.element.style.display="none")):(Be.classList.add("tvw-pointer-events-none","tvw-opacity-0"),X.classList.remove("tvw-scale-100","tvw-opacity-100"),X.classList.add("tvw-scale-95","tvw-opacity-0"),z&&(z.element.style.display="")))},_e=(i,c="user")=>{if(!x||L===i)return;let A=L;L=i,wt(),L&&(ye(),mt(!0));let D={open:L,source:c,timestamp:Date.now()};L&&!A?s.emit("widget:opened",D):!L&&A&&s.emit("widget:closed",D),s.emit("widget:state",{open:L,launcherEnabled:x,voiceActive:oe.active,streaming:I.isStreaming()})},At=i=>{G.disabled=i,B.disabled=i,S&&(S.disabled=i),dt.buttons.forEach(c=>{c.disabled=i})},Lt=()=>{var M,y,C,V,E,W,h,$,J,Z,Oe,Ie,ct,Q;rt.textContent=(y=(M=t.copy)==null?void 0:M.welcomeTitle)!=null?y:"Hello \u{1F44B}",ne.textContent=(V=(C=t.copy)==null?void 0:C.welcomeSubtitle)!=null?V:"Ask anything about your account or products.",G.placeholder=(W=(E=t.copy)==null?void 0:E.inputPlaceholder)!=null?W:"How can I help...",(($=(h=t.sendButton)==null?void 0:h.useIcon)!=null?$:!1)||(B.textContent=(Z=(J=t.copy)==null?void 0:J.sendButtonLabel)!=null?Z:"Send");let c=(Ie=(Oe=t.theme)==null?void 0:Oe.inputFontFamily)!=null?Ie:"sans-serif",A=(Q=(ct=t.theme)==null?void 0:ct.inputFontWeight)!=null?Q:"400",D=Ht=>{switch(Ht){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'}};G.style.fontFamily=D(c),G.style.fontWeight=A};I=new Qt(t,{onMessagesChanged(i){ft(se,i,m),I&&(i.some(D=>D.role==="user")?dt.render([],I,G,i):dt.render(t.suggestionChips,I,G,i,t.suggestionChipsConfig)),mt(!ut),Vt(i);let c=[...i].reverse().find(A=>A.role==="user");oe.lastUserMessageWasVoice=!!(c!=null&&c.viaVoice),Wt(i)},onStatusChanged(i){var D;let c=(D=t.statusIndicator)!=null?D:{},A=M=>{var y,C,V,E;return M==="idle"?(y=c.idleText)!=null?y:Ue.idle:M==="connecting"?(C=c.connectingText)!=null?C:Ue.connecting:M==="connected"?(V=c.connectedText)!=null?V:Ue.connected:M==="error"?(E=c.errorText)!=null?E:Ue.error:Ue[M]};Dt.textContent=A(i)},onStreamingChanged(i){ut=i,At(i),I&&ft(se,I.getMessages(),m),i||mt(!0)}}),p&&p.then(i=>{var c;i&&(i.metadata&&(l=Bn(i.metadata),H.syncFromMetadata()),(c=i.messages)!=null&&c.length&&I.hydrateMessages(i.messages))}).catch(i=>{typeof console!="undefined"&&console.error("[AgentWidget] Failed to hydrate stored state:",i)});let kt=i=>{i.preventDefault();let c=G.value.trim();c&&(G.value="",I.sendMessage(c))},Bt=i=>{i.key==="Enter"&&!i.shiftKey&&(i.preventDefault(),B.click())},qe=null,je=!1,lt=null,Qe=null,Rt=()=>typeof window=="undefined"?null:window.webkitSpeechRecognition||window.SpeechRecognition||null,ht=(i="user")=>{var y,C,V,E;if(je||I.isStreaming())return;let c=Rt();if(!c)return;qe=new c;let D=(C=((y=t.voiceRecognition)!=null?y:{}).pauseDuration)!=null?C:2e3;qe.continuous=!0,qe.interimResults=!0,qe.lang="en-US";let M=G.value;qe.onresult=W=>{let h="",$="";for(let Z=0;Z<W.results.length;Z++){let Oe=W.results[Z],Ie=Oe[0].transcript;Oe.isFinal?h+=Ie+" ":$=Ie}let J=M+h+$;G.value=J,lt&&clearTimeout(lt),(h||$)&&(lt=window.setTimeout(()=>{let Z=G.value.trim();Z&&qe&&je&&(Xe(),G.value="",I.sendMessage(Z,{viaVoice:!0}))},D))},qe.onerror=W=>{W.error!=="no-speech"&&Xe()},qe.onend=()=>{if(je){let W=G.value.trim();W&&W!==M.trim()&&(G.value="",I.sendMessage(W,{viaVoice:!0})),Xe()}};try{if(qe.start(),je=!0,oe.active=!0,i!=="system"&&(oe.manuallyDeactivated=!1),Mt(i),it(),S){Qe={backgroundColor:S.style.backgroundColor,color:S.style.color,borderColor:S.style.borderColor};let W=(V=t.voiceRecognition)!=null?V:{},h=(E=W.recordingBackgroundColor)!=null?E:"#ef4444",$=W.recordingIconColor,J=W.recordingBorderColor;if(S.classList.add("tvw-voice-recording"),S.style.backgroundColor=h,$){S.style.color=$;let Z=S.querySelector("svg");Z&&Z.setAttribute("stroke",$)}J&&(S.style.borderColor=J),S.setAttribute("aria-label","Stop voice recognition")}}catch{Xe("system")}},Xe=(i="user")=>{if(je){if(je=!1,lt&&(clearTimeout(lt),lt=null),qe){try{qe.stop()}catch{}qe=null}if(oe.active=!1,Mt(i),it(),S){if(S.classList.remove("tvw-voice-recording"),Qe){S.style.backgroundColor=Qe.backgroundColor,S.style.color=Qe.color,S.style.borderColor=Qe.borderColor;let c=S.querySelector("svg");c&&c.setAttribute("stroke",Qe.color||"currentColor"),Qe=null}S.setAttribute("aria-label","Start voice recognition")}}},f=(i,c)=>{var Ie,ct,Q,Ht,Pt,Ee,et;if(!(typeof window!="undefined"&&(typeof window.webkitSpeechRecognition!="undefined"||typeof window.SpeechRecognition!="undefined")))return null;let D=g("div","tvw-send-button-wrapper"),M=g("button","tvw-rounded-button tvw-flex tvw-items-center tvw-justify-center disabled:tvw-opacity-50 tvw-cursor-pointer");M.type="button",M.setAttribute("aria-label","Start voice recognition");let y=(Ie=i==null?void 0:i.iconName)!=null?Ie:"mic",C=(ct=c==null?void 0:c.size)!=null?ct:"40px",V=(Q=i==null?void 0:i.iconSize)!=null?Q:C,E=parseFloat(V)||24,W=(Ht=i==null?void 0:i.backgroundColor)!=null?Ht:c==null?void 0:c.backgroundColor,h=(Pt=i==null?void 0:i.iconColor)!=null?Pt:c==null?void 0:c.textColor;M.style.width=V,M.style.height=V,M.style.minWidth=V,M.style.minHeight=V,M.style.fontSize="18px",M.style.lineHeight="1";let $=h||"currentColor",J=We(y,E,$,1.5);J?(M.appendChild(J),M.style.color=$):(M.textContent="\u{1F3A4}",M.style.color=$),W?M.style.backgroundColor=W:M.classList.add("tvw-bg-cw-primary"),h?M.style.color=h:!h&&!(c!=null&&c.textColor)&&M.classList.add("tvw-text-white"),i!=null&&i.borderWidth&&(M.style.borderWidth=i.borderWidth,M.style.borderStyle="solid"),i!=null&&i.borderColor&&(M.style.borderColor=i.borderColor),i!=null&&i.paddingX&&(M.style.paddingLeft=i.paddingX,M.style.paddingRight=i.paddingX),i!=null&&i.paddingY&&(M.style.paddingTop=i.paddingY,M.style.paddingBottom=i.paddingY),D.appendChild(M);let Z=(Ee=i==null?void 0:i.tooltipText)!=null?Ee:"Start voice recognition";if(((et=i==null?void 0:i.showTooltip)!=null?et:!1)&&Z){let vt=g("div","tvw-send-button-tooltip");vt.textContent=Z,D.appendChild(vt)}return{micButton:M,micButtonWrapper:D}},j=()=>{if(je){let i=G.value.trim();oe.manuallyDeactivated=!0,it(),Xe("user"),i&&(G.value="",I.sendMessage(i))}else oe.manuallyDeactivated=!1,it(),ht("user")};S&&(S.addEventListener("click",j),$e.push(()=>{Xe("system"),S&&S.removeEventListener("click",j)}));let Y=s.on("assistant:complete",()=>{Et&&(oe.active||oe.manuallyDeactivated||Et==="assistant"&&!oe.lastUserMessageWasVoice||setTimeout(()=>{!oe.active&&!oe.manuallyDeactivated&&ht("auto")},600))});$e.push(Y);let fe=()=>{_e(!L,"user")},z=x?mn(t,fe):null;z&&e.appendChild(z.element),wt(),dt.render(t.suggestionChips,I,G,void 0,t.suggestionChipsConfig),Lt(),At(I.isStreaming()),mt(!0),$t();let ye=()=>{var C,V;if(!x){X.style.height="",X.style.width="";return}let i=(V=(C=t==null?void 0:t.launcher)==null?void 0:C.width)!=null?V:t==null?void 0:t.launcherWidth,c=i!=null?i:"min(400px, calc(100vw - 24px))";X.style.width=c,X.style.maxWidth=c;let A=window.innerHeight,M=Math.max(200,A-64),y=Math.min(640,M);X.style.height=`${y}px`};ye(),window.addEventListener("resize",ye),$e.push(()=>window.removeEventListener("resize",ye)),Ze=me.scrollTop;let de=()=>{let i=me.scrollTop,c=me.scrollHeight,A=me.clientHeight,D=c-i-A,M=Math.abs(i-Ze);if(Ze=i,!Ke&&!(M<=Ot)){if(!Ae&&D<zt){gt=!1,Ae=!0;return}Ae&&D>zt&&(gt=!0,K=Date.now()+Ct,Ae=!1)}};me.addEventListener("scroll",de,{passive:!0}),$e.push(()=>me.removeEventListener("scroll",de)),$e.push(()=>{ie&&cancelAnimationFrame(ie)});let v=()=>{R&&(st&&(R.removeEventListener("click",st),st=null),x?(R.style.display="",st=()=>{L=!1,wt()},R.addEventListener("click",st)):R.style.display="none")};v(),(()=>{let{clearChatButton:i}=Ne;i&&i.addEventListener("click",()=>{I.clearMessages();try{localStorage.removeItem(Jt),t.debug&&console.log(`[AgentWidget] Cleared default localStorage key: ${Jt}`)}catch(A){console.error("[AgentWidget] Failed to clear default localStorage:",A)}if(t.clearChatHistoryStorageKey&&t.clearChatHistoryStorageKey!==Jt)try{localStorage.removeItem(t.clearChatHistoryStorageKey),t.debug&&console.log(`[AgentWidget] Cleared custom localStorage key: ${t.clearChatHistoryStorageKey}`)}catch(A){console.error("[AgentWidget] Failed to clear custom localStorage:",A)}let c=new CustomEvent("vanilla-agent:clear-chat",{detail:{timestamp:new Date().toISOString()}});if(window.dispatchEvent(c),a!=null&&a.clear)try{let A=a.clear();A instanceof Promise&&A.catch(D=>{typeof console!="undefined"&&console.error("[AgentWidget] Failed to clear storage adapter:",D)})}catch(A){typeof console!="undefined"&&console.error("[AgentWidget] Failed to clear storage adapter:",A)}l={},H.syncFromMetadata()})})(),bt.addEventListener("submit",kt),G.addEventListener("keydown",Bt),$e.push(()=>{bt.removeEventListener("submit",kt),G.removeEventListener("keydown",Bt)}),$e.push(()=>{I.cancel()}),z&&$e.push(()=>{z==null||z.destroy()});let q={update(i){var Pn,In,Fn,Nn,Dn,qn,On,zn,$n,_n,jn,Un,Vn,Kn,Xn,Yn,Jn,Gn,Zn,Qn,eo,to,no,oo,ro,so,io,ao,lo,co,uo,go,po,mo,fo,wo,ho,vo,yo,xo,bo,Co,So,Ao,To,Eo,Mo,Wo,Lo,ko,Bo;let c=t.toolCall;t={...t,...i},pn(e,t);let A=nn.getForInstance(t.plugins);o.length=0,o.push(...A),x=(In=(Pn=t.launcher)==null?void 0:Pn.enabled)!=null?In:!0,ee=(Nn=(Fn=t.launcher)==null?void 0:Fn.autoExpand)!=null?Nn:!1,Le=(qn=(Dn=t.features)==null?void 0:Dn.showReasoning)!=null?qn:!0,pe=(zn=(On=t.features)==null?void 0:On.showToolCalls)!=null?zn:!0,(($n=t.launcher)==null?void 0:$n.enabled)===!1&&z&&(z.destroy(),z=null),((_n=t.launcher)==null?void 0:_n.enabled)!==!1&&!z&&(z=mn(t,fe),e.appendChild(z.element)),z&&z.update(t),qt&&((jn=t.launcher)==null?void 0:jn.title)!==void 0&&(qt.textContent=t.launcher.title),ve&&((Un=t.launcher)==null?void 0:Un.subtitle)!==void 0&&(ve.textContent=t.launcher.subtitle),x!==b?x?_e(ee,"auto"):(L=!0,wt()):ee!==k&&_e(ee,"auto"),k=ee,b=x,ye(),v(),JSON.stringify(i.toolCall)!==JSON.stringify(c)&&I&&ft(se,I.getMessages(),m);let C=(Vn=t.launcher)!=null?Vn:{},V=(Kn=C.headerIconHidden)!=null?Kn:!1,E=C.headerIconName,W=(Xn=C.headerIconSize)!=null?Xn:"48px";if(he){let T=be.querySelector(".tvw-border-b-cw-divider"),Me=T==null?void 0:T.querySelector(".tvw-flex-col");if(V)he.style.display="none",T&&Me&&!T.contains(Me)&&T.insertBefore(Me,T.firstChild);else{if(he.style.display="",he.style.height=W,he.style.width=W,T&&Me&&(T.contains(he)?he.nextSibling!==Me&&(he.remove(),T.insertBefore(he,Me)):T.insertBefore(he,Me)),E){let ze=parseFloat(W)||24,ge=We(E,ze*.6,"#ffffff",2);ge?he.replaceChildren(ge):he.textContent=(Yn=C.agentIconText)!=null?Yn:"\u{1F4AC}"}else if(C.iconUrl){let ze=he.querySelector("img");if(ze)ze.src=C.iconUrl,ze.style.height=W,ze.style.width=W;else{let ge=document.createElement("img");ge.src=C.iconUrl,ge.alt="",ge.className="tvw-rounded-xl tvw-object-cover",ge.style.height=W,ge.style.width=W,he.replaceChildren(ge)}}else{let ze=he.querySelector("svg"),ge=he.querySelector("img");(ze||ge)&&he.replaceChildren(),he.textContent=(Jn=C.agentIconText)!=null?Jn:"\u{1F4AC}"}let Fe=he.querySelector("img");Fe&&(Fe.style.height=W,Fe.style.width=W)}}if(R){let T=(Gn=C.closeButtonSize)!=null?Gn:"32px",Me=(Zn=C.closeButtonPlacement)!=null?Zn:"inline";R.style.height=T,R.style.width=T;let Fe=Me==="top-right",ze=R.classList.contains("tvw-absolute");if(Fe!==ze)if(R.remove(),Fe)R.className="tvw-absolute tvw-top-4 tvw-right-4 tvw-z-50 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",be.style.position="relative",be.appendChild(R);else{R.className="tvw-ml-auto 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";let te=be.querySelector(".tvw-border-b-cw-divider");te&&te.appendChild(R)}if(C.closeButtonColor?(R.style.color=C.closeButtonColor,R.classList.remove("tvw-text-cw-muted")):(R.style.color="",R.classList.add("tvw-text-cw-muted")),C.closeButtonBackgroundColor?(R.style.backgroundColor=C.closeButtonBackgroundColor,R.classList.remove("hover:tvw-bg-gray-100")):(R.style.backgroundColor="",R.classList.add("hover:tvw-bg-gray-100")),C.closeButtonBorderWidth||C.closeButtonBorderColor){let te=C.closeButtonBorderWidth||"0px",xt=C.closeButtonBorderColor||"transparent";R.style.border=`${te} solid ${xt}`,R.classList.remove("tvw-border-none")}else R.style.border="",R.classList.add("tvw-border-none");C.closeButtonBorderRadius?(R.style.borderRadius=C.closeButtonBorderRadius,R.classList.remove("tvw-rounded-full")):(R.style.borderRadius="",R.classList.add("tvw-rounded-full")),C.closeButtonPaddingX?(R.style.paddingLeft=C.closeButtonPaddingX,R.style.paddingRight=C.closeButtonPaddingX):(R.style.paddingLeft="",R.style.paddingRight=""),C.closeButtonPaddingY?(R.style.paddingTop=C.closeButtonPaddingY,R.style.paddingBottom=C.closeButtonPaddingY):(R.style.paddingTop="",R.style.paddingBottom="");let ge=(Qn=C.closeButtonIconName)!=null?Qn:"x",Tt=(eo=C.closeButtonIconText)!=null?eo:"\xD7";R.innerHTML="";let Je=We(ge,"20px",C.closeButtonColor||"",2);Je?R.appendChild(Je):R.textContent=Tt;let{closeButtonWrapper:Ve}=Ne,Se=(to=C.closeButtonTooltipText)!=null?to:"Close chat",Ge=(no=C.closeButtonShowTooltip)!=null?no:!0;if(R.setAttribute("aria-label",Se),Ve&&(Ve._cleanupTooltip&&(Ve._cleanupTooltip(),delete Ve._cleanupTooltip),Ge&&Se)){let te=null,xt=()=>{if(te||!R)return;te=g("div","tvw-clear-chat-tooltip"),te.textContent=Se;let Ro=g("div");Ro.className="tvw-clear-chat-tooltip-arrow",te.appendChild(Ro);let sn=R.getBoundingClientRect();te.style.position="fixed",te.style.left=`${sn.left+sn.width/2}px`,te.style.top=`${sn.top-8}px`,te.style.transform="translate(-50%, -100%)",document.body.appendChild(te)},tt=()=>{te&&te.parentNode&&(te.parentNode.removeChild(te),te=null)};Ve.addEventListener("mouseenter",xt),Ve.addEventListener("mouseleave",tt),R.addEventListener("focus",xt),R.addEventListener("blur",tt),Ve._cleanupTooltip=()=>{tt(),Ve&&(Ve.removeEventListener("mouseenter",xt),Ve.removeEventListener("mouseleave",tt)),R&&(R.removeEventListener("focus",xt),R.removeEventListener("blur",tt))}}}let{clearChatButton:h,clearChatButtonWrapper:$}=Ne;if(h){let T=(oo=C.clearChat)!=null?oo:{},Me=(ro=T.enabled)!=null?ro:!0;if($&&($.style.display=Me?"":"none"),Me){let Fe=(so=T.size)!=null?so:"32px";h.style.height=Fe,h.style.width=Fe;let ze=(io=T.iconName)!=null?io:"refresh-cw",ge=(ao=T.iconColor)!=null?ao:"";h.innerHTML="";let Tt=We(ze,"20px",ge||"",2);if(Tt&&h.appendChild(Tt),ge?(h.style.color=ge,h.classList.remove("tvw-text-cw-muted")):(h.style.color="",h.classList.add("tvw-text-cw-muted")),T.backgroundColor?(h.style.backgroundColor=T.backgroundColor,h.classList.remove("hover:tvw-bg-gray-100")):(h.style.backgroundColor="",h.classList.add("hover:tvw-bg-gray-100")),T.borderWidth||T.borderColor){let Se=T.borderWidth||"0px",Ge=T.borderColor||"transparent";h.style.border=`${Se} solid ${Ge}`,h.classList.remove("tvw-border-none")}else h.style.border="",h.classList.add("tvw-border-none");T.borderRadius?(h.style.borderRadius=T.borderRadius,h.classList.remove("tvw-rounded-full")):(h.style.borderRadius="",h.classList.add("tvw-rounded-full")),T.paddingX?(h.style.paddingLeft=T.paddingX,h.style.paddingRight=T.paddingX):(h.style.paddingLeft="",h.style.paddingRight=""),T.paddingY?(h.style.paddingTop=T.paddingY,h.style.paddingBottom=T.paddingY):(h.style.paddingTop="",h.style.paddingBottom="");let Je=(lo=T.tooltipText)!=null?lo:"Clear chat",Ve=(co=T.showTooltip)!=null?co:!0;if(h.setAttribute("aria-label",Je),$&&($._cleanupTooltip&&($._cleanupTooltip(),delete $._cleanupTooltip),Ve&&Je)){let Se=null,Ge=()=>{if(Se||!h)return;Se=g("div","tvw-clear-chat-tooltip"),Se.textContent=Je;let xt=g("div");xt.className="tvw-clear-chat-tooltip-arrow",Se.appendChild(xt);let tt=h.getBoundingClientRect();Se.style.position="fixed",Se.style.left=`${tt.left+tt.width/2}px`,Se.style.top=`${tt.top-8}px`,Se.style.transform="translate(-50%, -100%)",document.body.appendChild(Se)},te=()=>{Se&&Se.parentNode&&(Se.parentNode.removeChild(Se),Se=null)};$.addEventListener("mouseenter",Ge),$.addEventListener("mouseleave",te),h.addEventListener("focus",Ge),h.addEventListener("blur",te),$._cleanupTooltip=()=>{te(),$&&($.removeEventListener("mouseenter",Ge),$.removeEventListener("mouseleave",te)),h&&(h.removeEventListener("focus",Ge),h.removeEventListener("blur",te))}}}}let J=t.actionParsers&&t.actionParsers.length?t.actionParsers:[on],Z=t.actionHandlers&&t.actionHandlers.length?t.actionHandlers:[Yt.message,Yt.messageAndClick];H=rn({parsers:J,handlers:Z,getMetadata:O,updateMetadata:u,emit:s.emit,documentRef:typeof document!="undefined"?document:null}),m=Xo(t,H),I.updateConfig(t),ft(se,I.getMessages(),m),dt.render(t.suggestionChips,I,G,void 0,t.suggestionChipsConfig),Lt(),At(I.isStreaming());let Oe=((uo=t.voiceRecognition)==null?void 0:uo.enabled)===!0,Ie=typeof window!="undefined"&&(typeof window.webkitSpeechRecognition!="undefined"||typeof window.SpeechRecognition!="undefined"),ct=Oe&&Ie;if(bt.classList.remove("tvw-gap-1","tvw-gap-3"),bt.classList.add(ct?"tvw-gap-1":"tvw-gap-3"),Oe&&Ie)if(!S||!De){let T=f(t.voiceRecognition,t.sendButton);T&&(S=T.micButton,De=T.micButtonWrapper,bt.insertBefore(De,ot),S.addEventListener("click",j),S.disabled=I.isStreaming())}else{let T=(go=t.voiceRecognition)!=null?go:{},Me=(po=t.sendButton)!=null?po:{},Fe=(mo=T.iconName)!=null?mo:"mic",ze=(fo=Me.size)!=null?fo:"40px",ge=(wo=T.iconSize)!=null?wo:ze,Tt=parseFloat(ge)||24;S.style.width=ge,S.style.height=ge,S.style.minWidth=ge,S.style.minHeight=ge;let Je=(vo=(ho=T.iconColor)!=null?ho:Me.textColor)!=null?vo:"currentColor";S.innerHTML="";let Ve=We(Fe,Tt,Je,2);Ve?S.appendChild(Ve):S.textContent="\u{1F3A4}";let Se=(yo=T.backgroundColor)!=null?yo:Me.backgroundColor;Se?(S.style.backgroundColor=Se,S.classList.remove("tvw-bg-cw-primary")):(S.style.backgroundColor="",S.classList.add("tvw-bg-cw-primary")),Je?(S.style.color=Je,S.classList.remove("tvw-text-white")):!Je&&!Me.textColor&&(S.style.color="",S.classList.add("tvw-text-white")),T.borderWidth?(S.style.borderWidth=T.borderWidth,S.style.borderStyle="solid"):(S.style.borderWidth="",S.style.borderStyle=""),T.borderColor?S.style.borderColor=T.borderColor:S.style.borderColor="",T.paddingX?(S.style.paddingLeft=T.paddingX,S.style.paddingRight=T.paddingX):(S.style.paddingLeft="",S.style.paddingRight=""),T.paddingY?(S.style.paddingTop=T.paddingY,S.style.paddingBottom=T.paddingY):(S.style.paddingTop="",S.style.paddingBottom="");let Ge=De==null?void 0:De.querySelector(".tvw-send-button-tooltip"),te=(xo=T.tooltipText)!=null?xo:"Start voice recognition";if(((bo=T.showTooltip)!=null?bo:!1)&&te)if(Ge)Ge.textContent=te,Ge.style.display="";else{let tt=document.createElement("div");tt.className="tvw-send-button-tooltip",tt.textContent=te,De==null||De.insertBefore(tt,S)}else Ge&&(Ge.style.display="none");De.style.display="",S.disabled=I.isStreaming()}else S&&De&&(De.style.display="none",je&&Xe());let Q=(Co=t.sendButton)!=null?Co:{},Ht=(So=Q.useIcon)!=null?So:!1,Pt=(Ao=Q.iconText)!=null?Ao:"\u2191",Ee=Q.iconName,et=(To=Q.tooltipText)!=null?To:"Send message",vt=(Eo=Q.showTooltip)!=null?Eo:!1,It=(Mo=Q.size)!=null?Mo:"40px",Ft=Q.backgroundColor,yt=Q.textColor;if(Ht){if(B.style.width=It,B.style.height=It,B.style.minWidth=It,B.style.minHeight=It,B.style.fontSize="18px",B.style.lineHeight="1",B.innerHTML="",Ee){let T=parseFloat(It)||24,Me=yt&&typeof yt=="string"&&yt.trim()?yt.trim():"currentColor",Fe=We(Ee,T,Me,2);Fe?(B.appendChild(Fe),B.style.color=Me):(B.textContent=Pt,yt?B.style.color=yt:B.classList.add("tvw-text-white"))}else B.textContent=Pt,yt?B.style.color=yt:B.classList.add("tvw-text-white");B.className="tvw-rounded-button tvw-flex tvw-items-center tvw-justify-center disabled:tvw-opacity-50 tvw-cursor-pointer",Ft?(B.style.backgroundColor=Ft,B.classList.remove("tvw-bg-cw-primary")):B.classList.add("tvw-bg-cw-primary")}else B.textContent=(Lo=(Wo=t.copy)==null?void 0:Wo.sendButtonLabel)!=null?Lo:"Send",B.style.width="",B.style.height="",B.style.minWidth="",B.style.minHeight="",B.style.fontSize="",B.style.lineHeight="",B.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",Ft?(B.style.backgroundColor=Ft,B.classList.remove("tvw-bg-cw-accent")):B.classList.add("tvw-bg-cw-accent"),yt?B.style.color=yt:B.classList.add("tvw-text-white");Q.borderWidth?(B.style.borderWidth=Q.borderWidth,B.style.borderStyle="solid"):(B.style.borderWidth="",B.style.borderStyle=""),Q.borderColor?B.style.borderColor=Q.borderColor:B.style.borderColor="",Q.paddingX?(B.style.paddingLeft=Q.paddingX,B.style.paddingRight=Q.paddingX):(B.style.paddingLeft="",B.style.paddingRight=""),Q.paddingY?(B.style.paddingTop=Q.paddingY,B.style.paddingBottom=Q.paddingY):(B.style.paddingTop="",B.style.paddingBottom="");let Gt=ot==null?void 0:ot.querySelector(".tvw-send-button-tooltip");if(vt&&et)if(Gt)Gt.textContent=et,Gt.style.display="";else{let T=document.createElement("div");T.className="tvw-send-button-tooltip",T.textContent=et,ot==null||ot.insertBefore(T,B)}else Gt&&(Gt.style.display="none");let Zt=(ko=t.statusIndicator)!=null?ko:{},Go=(Bo=Zt.visible)!=null?Bo:!0;if(Dt.style.display=Go?"":"none",I){let T=I.getStatus(),Me=Fe=>{var ze,ge,Tt,Je;return Fe==="idle"?(ze=Zt.idleText)!=null?ze:Ue.idle:Fe==="connecting"?(ge=Zt.connectingText)!=null?ge:Ue.connecting:Fe==="connected"?(Tt=Zt.connectedText)!=null?Tt:Ue.connected:Fe==="error"?(Je=Zt.errorText)!=null?Je:Ue.error:Ue[Fe]};Dt.textContent=Me(T)}},open(){x&&_e(!0,"api")},close(){x&&_e(!1,"api")},toggle(){x&&_e(!L,"api")},clearChat(){I.clearMessages();try{localStorage.removeItem(Jt),t.debug&&console.log(`[AgentWidget] Cleared default localStorage key: ${Jt}`)}catch(c){console.error("[AgentWidget] Failed to clear default localStorage:",c)}if(t.clearChatHistoryStorageKey&&t.clearChatHistoryStorageKey!==Jt)try{localStorage.removeItem(t.clearChatHistoryStorageKey),t.debug&&console.log(`[AgentWidget] Cleared custom localStorage key: ${t.clearChatHistoryStorageKey}`)}catch(c){console.error("[AgentWidget] Failed to clear custom localStorage:",c)}let i=new CustomEvent("vanilla-agent:clear-chat",{detail:{timestamp:new Date().toISOString()}});if(window.dispatchEvent(i),a!=null&&a.clear)try{let c=a.clear();c instanceof Promise&&c.catch(A=>{typeof console!="undefined"&&console.error("[AgentWidget] Failed to clear storage adapter:",A)})}catch(c){typeof console!="undefined"&&console.error("[AgentWidget] Failed to clear storage adapter:",c)}l={},H.syncFromMetadata()},setMessage(i){return!G||I.isStreaming()?!1:(!L&&x&&_e(!0,"system"),G.value=i,G.dispatchEvent(new Event("input",{bubbles:!0})),!0)},submitMessage(i){if(I.isStreaming())return!1;let c=(i==null?void 0:i.trim())||G.value.trim();return c?(!L&&x&&_e(!0,"system"),G.value="",I.sendMessage(c),!0):!1},startVoiceRecognition(){return je||I.isStreaming()||!Rt()?!1:(!L&&x&&_e(!0,"system"),oe.manuallyDeactivated=!1,it(),ht("user"),!0)},stopVoiceRecognition(){return je?(oe.manuallyDeactivated=!0,it(),Xe("user"),!0):!1},injectTestMessage(i){!L&&x&&_e(!0,"system"),I.injectTestEvent(i)},getMessages(){return I.getMessages()},getStatus(){return I.getStatus()},getPersistentMetadata(){return{...l}},updatePersistentMetadata(i){u(i)},on(i,c){return s.on(i,c)},off(i,c){s.off(i,c)},isOpen(){return x&&L},isVoiceActive(){return oe.active},getState(){return{open:x&&L,launcherEnabled:x,voiceActive:oe.active,streaming:I.isStreaming()}},destroy(){$e.forEach(i=>i()),Be.remove(),z==null||z.destroy(),st&&R.removeEventListener("click",st)}};if((((pt=r==null?void 0:r.debugTools)!=null?pt:!1)||!!t.debug)&&typeof window!="undefined"){let i=window.AgentWidgetBrowser,c={controller:q,getMessages:q.getMessages,getStatus:q.getStatus,getMetadata:q.getPersistentMetadata,updateMetadata:q.updatePersistentMetadata,clearHistory:()=>q.clearChat(),setVoiceActive:A=>A?q.startVoiceRecognition():q.stopVoiceRecognition()};window.AgentWidgetBrowser=c,$e.push(()=>{window.AgentWidgetBrowser===c&&(window.AgentWidgetBrowser=i)})}return q};var Hn={},br=e=>{if(typeof window=="undefined"||typeof document=="undefined")throw new Error("Chat widget can only be mounted in a browser environment");if(typeof e=="string"){let n=document.querySelector(e);if(!n)throw new Error(`Chat widget target "${e}" was not found`);return n}return e},Cr=()=>{try{if(typeof Hn!="undefined"&&Hn.url)return new URL("../widget.css",Hn.url).href}catch{}return null},Yo=e=>{let n=Cr(),r=()=>{if(!(e instanceof ShadowRoot)||e.querySelector("link[data-vanilla-agent]"))return;let t=document.head.querySelector("link[data-vanilla-agent]");if(!t)return;let o=t.cloneNode(!0);e.insertBefore(o,e.firstChild)};if(e instanceof ShadowRoot)if(n){let t=document.createElement("link");t.rel="stylesheet",t.href=n,t.setAttribute("data-vanilla-agent","true"),e.insertBefore(t,e.firstChild)}else r();else if(!document.head.querySelector("link[data-vanilla-agent]")&&n){let o=document.createElement("link");o.rel="stylesheet",o.href=n,o.setAttribute("data-vanilla-agent","true"),document.head.appendChild(o)}},Jo=e=>{var p;let n=br(e.target),r=document.createElement("div");r.className="vanilla-agent-host",n.appendChild(r);let t=e.useShadowDom!==!1,o,s;if(t){let O=r.attachShadow({mode:"open"});s=O,o=document.createElement("div"),o.id="vanilla-agent-root",O.appendChild(o),Yo(O)}else s=r,o=document.createElement("div"),o.id="vanilla-agent-root",r.appendChild(o),Yo(r);let a=Rn(o,e.config,{debugTools:e.debugTools});(p=e.onReady)==null||p.call(e);let l={...a,host:r,destroy(){a.destroy(),r.remove(),e.windowKey&&typeof window!="undefined"&&delete window[e.windowKey]}};return e.windowKey&&typeof window!="undefined"&&(window[e.windowKey]=l),l};var _s=Jo;export{Xt as AgentWidgetClient,Qt as AgentWidgetSession,nt as DEFAULT_WIDGET_CONFIG,en as componentRegistry,rn as createActionManager,Rn as createAgentExperience,yr as createComponentMiddleware,Mn as createComponentStreamParser,rr as createFlexibleJsonStreamParser,un as createJsonStreamParser,Tn as createLocalStorageAdapter,cn as createPlainTextParser,dn as createRegexJsonParser,gn as createXmlParser,_s as default,Yt as defaultActionHandlers,on as defaultJsonActionParser,er as directivePostprocessor,an as escapeHtml,kn as extractComponentDirectiveFromMessage,Ln as hasComponentDirective,Jo as initAgentWidget,vr as isComponentDirectiveType,Io as markdownPostprocessor,Sn as mergeWithDefaults,nn as pluginRegistry,Wn as renderComponentDirective};
16
16
  //# sourceMappingURL=index.js.map