solace-agent-mesh 1.0.7__py3-none-any.whl → 1.0.9__py3-none-any.whl
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.
Potentially problematic release.
This version of solace-agent-mesh might be problematic. Click here for more details.
- solace_agent_mesh/agent/adk/services.py +9 -1
- solace_agent_mesh/assets/docs/404.html +3 -3
- solace_agent_mesh/assets/docs/assets/js/{3d406171.7d02a73b.js → 3d406171.0b9eeed1.js} +1 -1
- solace_agent_mesh/assets/docs/assets/js/{main.d79f063b.js → main.3d0e7879.js} +2 -2
- solace_agent_mesh/assets/docs/assets/js/{runtime~main.6415ad00.js → runtime~main.05d19492.js} +1 -1
- solace_agent_mesh/assets/docs/docs/documentation/concepts/agents/index.html +3 -3
- solace_agent_mesh/assets/docs/docs/documentation/concepts/architecture/index.html +3 -3
- solace_agent_mesh/assets/docs/docs/documentation/concepts/cli/index.html +3 -3
- solace_agent_mesh/assets/docs/docs/documentation/concepts/gateways/index.html +3 -3
- solace_agent_mesh/assets/docs/docs/documentation/concepts/orchestrator/index.html +3 -3
- solace_agent_mesh/assets/docs/docs/documentation/concepts/plugins/index.html +3 -3
- solace_agent_mesh/assets/docs/docs/documentation/deployment/debugging/index.html +3 -3
- solace_agent_mesh/assets/docs/docs/documentation/deployment/deploy/index.html +3 -3
- solace_agent_mesh/assets/docs/docs/documentation/deployment/observability/index.html +3 -3
- solace_agent_mesh/assets/docs/docs/documentation/getting-started/component-overview/index.html +3 -3
- solace_agent_mesh/assets/docs/docs/documentation/getting-started/configurations/index.html +3 -3
- solace_agent_mesh/assets/docs/docs/documentation/getting-started/installation/index.html +3 -3
- solace_agent_mesh/assets/docs/docs/documentation/getting-started/introduction/index.html +3 -3
- solace_agent_mesh/assets/docs/docs/documentation/getting-started/quick-start/index.html +3 -3
- solace_agent_mesh/assets/docs/docs/documentation/tutorials/bedrock-agents/index.html +3 -3
- solace_agent_mesh/assets/docs/docs/documentation/tutorials/custom-agent/index.html +7 -7
- solace_agent_mesh/assets/docs/docs/documentation/tutorials/event-mesh-gateway/index.html +3 -3
- solace_agent_mesh/assets/docs/docs/documentation/tutorials/mcp-integration/index.html +3 -3
- solace_agent_mesh/assets/docs/docs/documentation/tutorials/mongodb-integration/index.html +3 -3
- solace_agent_mesh/assets/docs/docs/documentation/tutorials/rag-integration/index.html +3 -3
- solace_agent_mesh/assets/docs/docs/documentation/tutorials/rest-gateway/index.html +3 -3
- solace_agent_mesh/assets/docs/docs/documentation/tutorials/slack-integration/index.html +3 -3
- solace_agent_mesh/assets/docs/docs/documentation/tutorials/sql-database/index.html +3 -3
- solace_agent_mesh/assets/docs/docs/documentation/user-guide/builtin-tools/artifact-management/index.html +3 -3
- solace_agent_mesh/assets/docs/docs/documentation/user-guide/builtin-tools/audio-tools/index.html +3 -3
- solace_agent_mesh/assets/docs/docs/documentation/user-guide/builtin-tools/data-analysis-tools/index.html +3 -3
- solace_agent_mesh/assets/docs/docs/documentation/user-guide/builtin-tools/embeds/index.html +3 -3
- solace_agent_mesh/assets/docs/docs/documentation/user-guide/builtin-tools/index.html +3 -3
- solace_agent_mesh/assets/docs/docs/documentation/user-guide/create-agents/index.html +3 -3
- solace_agent_mesh/assets/docs/docs/documentation/user-guide/create-gateways/index.html +3 -3
- solace_agent_mesh/assets/docs/docs/documentation/user-guide/creating-service-providers/index.html +3 -3
- solace_agent_mesh/assets/docs/docs/documentation/user-guide/solace-ai-connector/index.html +3 -3
- solace_agent_mesh/assets/docs/docs/documentation/user-guide/structure/index.html +3 -3
- solace_agent_mesh/assets/docs/lunr-index-1757091012487.json +1 -0
- solace_agent_mesh/assets/docs/lunr-index.json +1 -1
- solace_agent_mesh/assets/docs/{search-doc-1756146501924.json → search-doc-1757091012487.json} +1 -1
- solace_agent_mesh/assets/docs/search-doc.json +1 -1
- solace_agent_mesh/cli/__init__.py +1 -1
- solace_agent_mesh/cli/commands/add_cmd/web_add_agent_step.py +12 -3
- solace_agent_mesh/cli/commands/add_cmd/web_add_gateway_step.py +10 -14
- solace_agent_mesh/cli/commands/init_cmd/web_init_step.py +2 -15
- solace_agent_mesh/cli/commands/plugin_cmd/catalog_cmd.py +6 -2
- solace_agent_mesh/cli/utils.py +15 -0
- solace_agent_mesh/client/webui/frontend/static/assets/{authCallback-DvlO62me.js → authCallback-BmF2l6vg.js} +1 -1
- solace_agent_mesh/client/webui/frontend/static/assets/{client-bp6u3qVZ.js → client-D881Dttc.js} +4 -4
- solace_agent_mesh/client/webui/frontend/static/assets/main-D0FnP_W4.css +1 -0
- solace_agent_mesh/client/webui/frontend/static/assets/main-Do32sFPX.js +708 -0
- solace_agent_mesh/client/webui/frontend/static/auth-callback.html +2 -2
- solace_agent_mesh/client/webui/frontend/static/index.html +3 -3
- solace_agent_mesh/config_portal/backend/common.py +1 -1
- solace_agent_mesh/config_portal/backend/plugin_catalog/constants.py +1 -1
- solace_agent_mesh/config_portal/frontend/static/client/assets/{_index-MqsrTd6g.js → _index-Bym6YkMd.js} +74 -24
- solace_agent_mesh/config_portal/frontend/static/client/assets/{components-B7lKcHVY.js → components-Rk0n-9cK.js} +1 -1
- solace_agent_mesh/config_portal/frontend/static/client/assets/{entry.client-CEumGClk.js → entry.client-mvZjNKiz.js} +1 -1
- solace_agent_mesh/config_portal/frontend/static/client/assets/{index-DSo1AH_7.js → index-DzNKzXrc.js} +1 -1
- solace_agent_mesh/config_portal/frontend/static/client/assets/manifest-d845808d.js +1 -0
- solace_agent_mesh/config_portal/frontend/static/client/assets/{root-C4XmHinv.js → root-BWvk5-gF.js} +1 -1
- solace_agent_mesh/config_portal/frontend/static/client/index.html +3 -3
- {solace_agent_mesh-1.0.7.dist-info → solace_agent_mesh-1.0.9.dist-info}/METADATA +1 -1
- {solace_agent_mesh-1.0.7.dist-info → solace_agent_mesh-1.0.9.dist-info}/RECORD +69 -69
- solace_agent_mesh/assets/docs/lunr-index-1756146501924.json +0 -1
- solace_agent_mesh/client/webui/frontend/static/assets/main-BCpII1-0.css +0 -1
- solace_agent_mesh/client/webui/frontend/static/assets/main-BucUdn9m.js +0 -673
- solace_agent_mesh/config_portal/frontend/static/client/assets/manifest-28271392.js +0 -1
- /solace_agent_mesh/assets/docs/assets/js/{main.d79f063b.js.LICENSE.txt → main.3d0e7879.js.LICENSE.txt} +0 -0
- {solace_agent_mesh-1.0.7.dist-info → solace_agent_mesh-1.0.9.dist-info}/WHEEL +0 -0
- {solace_agent_mesh-1.0.7.dist-info → solace_agent_mesh-1.0.9.dist-info}/entry_points.txt +0 -0
- {solace_agent_mesh-1.0.7.dist-info → solace_agent_mesh-1.0.9.dist-info}/licenses/LICENSE +0 -0
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
var ze=Object.defineProperty;var Be=(e,t,r)=>t in e?ze(e,t,{enumerable:!0,configurable:!0,writable:!0,value:r}):e[t]=r;var j=(e,t,r)=>Be(e,typeof t!="symbol"?t+"":t,r);import{p as Ye,A as Xe,D as Ve,i as pe,g as We,h as ve,E as U,r as c,k as Ge,m as we,l as Ke,n as Ze,o as Qe,q as qe,u as ge,s as Ee,N as et,L as tt,F as rt}from"./index-
|
|
1
|
+
var ze=Object.defineProperty;var Be=(e,t,r)=>t in e?ze(e,t,{enumerable:!0,configurable:!0,writable:!0,value:r}):e[t]=r;var j=(e,t,r)=>Be(e,typeof t!="symbol"?t+"":t,r);import{p as Ye,A as Xe,D as Ve,i as pe,g as We,h as ve,E as U,r as c,k as Ge,m as we,l as Ke,n as Ze,o as Qe,q as qe,u as ge,s as Ee,N as et,L as tt,F as rt}from"./index-DzNKzXrc.js";var nt=-1,at=-2,it=-3,ot=-4,lt=-5,st=-6,ut=-7,ct="B",dt="D",Se="E",ft="M",ht="N",Re="P",mt="R",yt="S",pt="Y",vt="U",wt="Z",xe=class{constructor(){j(this,"promise");j(this,"resolve");j(this,"reject");this.promise=new Promise((e,t)=>{this.resolve=e,this.reject=t})}};function gt(){const e=new TextDecoder;let t="";return new TransformStream({transform(r,n){const a=e.decode(r,{stream:!0}),i=(t+a).split(`
|
|
2
2
|
`);t=i.pop()||"";for(const s of i)n.enqueue(s)},flush(r){t&&r.enqueue(t)}})}Object.getOwnPropertyNames(Object.prototype).sort().join("\0");var V=typeof window<"u"?window:typeof globalThis<"u"?globalThis:void 0;function K(e){const{hydrated:t,values:r}=this;if(typeof e=="number")return ue.call(this,e);if(!Array.isArray(e)||!e.length)throw new SyntaxError;const n=r.length;for(const a of e)r.push(a);return t.length=r.length,ue.call(this,n)}function ue(e){const{hydrated:t,values:r,deferred:n,plugins:a}=this;let i;const s=[[e,o=>{i=o}]];let l=[];for(;s.length>0;){const[o,h]=s.pop();switch(o){case ut:h(void 0);continue;case lt:h(null);continue;case at:h(NaN);continue;case st:h(1/0);continue;case it:h(-1/0);continue;case ot:h(-0);continue}if(t[o]){h(t[o]);continue}const m=r[o];if(!m||typeof m!="object"){t[o]=m,h(m);continue}if(Array.isArray(m))if(typeof m[0]=="string"){const[u,d,y]=m;switch(u){case dt:h(t[o]=new Date(d));continue;case vt:h(t[o]=new URL(d));continue;case ct:h(t[o]=BigInt(d));continue;case mt:h(t[o]=new RegExp(d,y));continue;case pt:h(t[o]=Symbol.for(d));continue;case yt:const f=new Set;t[o]=f;for(let w=1;w<m.length;w++)s.push([m[w],S=>{f.add(S)}]);h(f);continue;case ft:const p=new Map;t[o]=p;for(let w=1;w<m.length;w+=2){const S=[];s.push([m[w+1],v=>{S[1]=v}]),s.push([m[w],v=>{S[0]=v}]),l.push(()=>{p.set(S[0],S[1])})}h(p);continue;case ht:const g=Object.create(null);t[o]=g;for(const w of Object.keys(d).reverse()){const S=[];s.push([d[w],v=>{S[1]=v}]),s.push([Number(w.slice(1)),v=>{S[0]=v}]),l.push(()=>{g[S[0]]=S[1]})}h(g);continue;case Re:if(t[d])h(t[o]=t[d]);else{const w=new xe;n[d]=w,h(t[o]=w.promise)}continue;case Se:const[,E,b]=m;let x=b&&V&&V[b]?new V[b](E):new Error(E);t[o]=x,h(x);continue;case wt:h(t[o]=t[d]);continue;default:if(Array.isArray(a)){const w=[],S=m.slice(1);for(let v=0;v<S.length;v++){const R=S[v];s.push([R,_=>{w[v]=_}])}l.push(()=>{for(const v of a){const R=v(m[0],...w);if(R){h(t[o]=R.value);return}}throw new SyntaxError});continue}throw new SyntaxError}}else{const u=[];t[o]=u;for(let d=0;d<m.length;d++){const y=m[d];y!==nt&&s.push([y,f=>{u[d]=f}])}h(u);continue}else{const u={};t[o]=u;for(const d of Object.keys(m).reverse()){const y=[];s.push([m[d],f=>{y[1]=f}]),s.push([Number(d.slice(1)),f=>{y[0]=f}]),l.push(()=>{u[y[0]]=y[1]})}h(u);continue}}for(;l.length>0;)l.pop()();return i}async function Et(e,t){const{plugins:r}=t??{},n=new xe,a=e.pipeThrough(gt()).getReader(),i={values:[],hydrated:[],deferred:{},plugins:r},s=await St.call(i,a);let l=n.promise;return s.done?n.resolve():l=Rt.call(i,a).then(n.resolve).catch(o=>{for(const h of Object.values(i.deferred))h.reject(o);n.reject(o)}),{done:l.then(()=>a.closed),value:s.value}}async function St(e){const t=await e.read();if(!t.value)throw new SyntaxError;let r;try{r=JSON.parse(t.value)}catch{throw new SyntaxError}return{done:t.done,value:K.call(this,r)}}async function Rt(e){let t=await e.read();for(;!t.done;){if(!t.value)continue;const r=t.value;switch(r[0]){case Re:{const n=r.indexOf(":"),a=Number(r.slice(1,n)),i=this.deferred[a];if(!i)throw new Error(`Deferred ID ${a} not found in stream`);const s=r.slice(n+1);let l;try{l=JSON.parse(s)}catch{throw new SyntaxError}const o=K.call(this,l);i.resolve(o);break}case Se:{const n=r.indexOf(":"),a=Number(r.slice(1,n)),i=this.deferred[a];if(!i)throw new Error(`Deferred ID ${a} not found in stream`);const s=r.slice(n+1);let l;try{l=JSON.parse(s)}catch{throw new SyntaxError}const o=K.call(this,l);i.reject(o);break}default:throw new SyntaxError}t=await e.read()}}/**
|
|
3
3
|
* @remix-run/server-runtime v2.16.2
|
|
4
4
|
*
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import{E as C,m as h,c as M,a as y,r,R as g,b as E,d as S,j as v}from"./index-
|
|
1
|
+
import{E as C,m as h,c as M,a as y,r,R as g,b as E,d as S,j as v}from"./index-DzNKzXrc.js";import{i as b,d as F,c as P,s as D,g as k,a as z,b as H,u as L,R as O,e as T}from"./components-Rk0n-9cK.js";/**
|
|
2
2
|
* @remix-run/react v2.16.2
|
|
3
3
|
*
|
|
4
4
|
* Copyright (c) Remix Software Inc.
|
|
@@ -65,4 +65,4 @@ Error generating stack: `+o.message+`
|
|
|
65
65
|
* LICENSE.md file in the root directory of this source tree.
|
|
66
66
|
*
|
|
67
67
|
* @license MIT
|
|
68
|
-
*/function gr(){return gr=Object.assign?Object.assign.bind():function(i){for(var a=1;a<arguments.length;a++){var u=arguments[a];for(var c in u)Object.prototype.hasOwnProperty.call(u,c)&&(i[c]=u[c])}return i},gr.apply(this,arguments)}function Cu(i,a){if(i==null)return{};var u={},c=Object.keys(i),f,h;for(h=0;h<c.length;h++)f=c[h],!(a.indexOf(f)>=0)&&(u[f]=i[f]);return u}const so="get",ou="application/x-www-form-urlencoded";function vo(i){return i!=null&&typeof i.tagName=="string"}function tm(i){return vo(i)&&i.tagName.toLowerCase()==="button"}function nm(i){return vo(i)&&i.tagName.toLowerCase()==="form"}function rm(i){return vo(i)&&i.tagName.toLowerCase()==="input"}function lm(i){return!!(i.metaKey||i.altKey||i.ctrlKey||i.shiftKey)}function im(i,a){return i.button===0&&(!a||a==="_self")&&!lm(i)}function pu(i){return i===void 0&&(i=""),new URLSearchParams(typeof i=="string"||Array.isArray(i)||i instanceof URLSearchParams?i:Object.keys(i).reduce((a,u)=>{let c=i[u];return a.concat(Array.isArray(c)?c.map(f=>[u,f]):[[u,c]])},[]))}function om(i,a){let u=pu(i);return a&&a.forEach((c,f)=>{u.has(f)||a.getAll(f).forEach(h=>{u.append(f,h)})}),u}let oo=null;function am(){if(oo===null)try{new FormData(document.createElement("form"),0),oo=!1}catch{oo=!0}return oo}const um=new Set(["application/x-www-form-urlencoded","multipart/form-data","text/plain"]);function au(i){return i!=null&&!um.has(i)?null:i}function sm(i,a){let u,c,f,h,p;if(nm(i)){let g=i.getAttribute("action");c=g?At(g,a):null,u=i.getAttribute("method")||so,f=au(i.getAttribute("enctype"))||ou,h=new FormData(i)}else if(tm(i)||rm(i)&&(i.type==="submit"||i.type==="image")){let g=i.form;if(g==null)throw new Error('Cannot submit a <button> or <input type="submit"> without a <form>');let y=i.getAttribute("formaction")||g.getAttribute("action");if(c=y?At(y,a):null,u=i.getAttribute("formmethod")||g.getAttribute("method")||so,f=au(i.getAttribute("formenctype"))||au(g.getAttribute("enctype"))||ou,h=new FormData(g,i),!am()){let{name:x,type:_,value:C}=i;if(_==="image"){let D=x?x+".":"";h.append(D+"x","0"),h.append(D+"y","0")}else x&&h.append(x,C)}}else{if(vo(i))throw new Error('Cannot submit element that is not <form>, <button>, or <input type="submit|image">');u=so,c=null,f=ou,p=i}return h&&f==="text/plain"&&(p=h,h=void 0),{action:c,method:u.toLowerCase(),encType:f,formData:h,body:p}}const cm=["onClick","relative","reloadDocument","replace","state","target","to","preventScrollReset","viewTransition"],fm=["aria-current","caseSensitive","className","end","style","to","viewTransition","children"],dm=["fetcherKey","navigate","reloadDocument","replace","state","method","action","onSubmit","relative","preventScrollReset","viewTransition"],pm="6";try{window.__reactRouterVersion=pm}catch{}const Hf=N.createContext({isTransitioning:!1}),hm=N.createContext(new Map),mm="startTransition",Ef=Lp[mm],vm="flushSync",kf=Op[vm];function ym(i){Ef?Ef(i):i()}function Bl(i){kf?kf(i):i()}class gm{constructor(){this.status="pending",this.promise=new Promise((a,u)=>{this.resolve=c=>{this.status==="pending"&&(this.status="resolved",a(c))},this.reject=c=>{this.status==="pending"&&(this.status="rejected",u(c))}})}}function Wm(i){let{fallbackElement:a,router:u,future:c}=i,[f,h]=N.useState(u.state),[p,g]=N.useState(),[y,x]=N.useState({isTransitioning:!1}),[_,C]=N.useState(),[D,I]=N.useState(),[W,V]=N.useState(),U=N.useRef(new Map),{v7_startTransition:fe}=c||{},$=N.useCallback(te=>{fe?ym(te):te()},[fe]),ae=N.useCallback((te,Ee)=>{let{deletedFetchers:se,flushSync:Ue,viewTransitionOpts:De}=Ee;te.fetchers.forEach((Ae,Ze)=>{Ae.data!==void 0&&U.current.set(Ze,Ae.data)}),se.forEach(Ae=>U.current.delete(Ae));let Fe=u.window==null||u.window.document==null||typeof u.window.document.startViewTransition!="function";if(!De||Fe){Ue?Bl(()=>h(te)):$(()=>h(te));return}if(Ue){Bl(()=>{D&&(_&&_.resolve(),D.skipTransition()),x({isTransitioning:!0,flushSync:!0,currentLocation:De.currentLocation,nextLocation:De.nextLocation})});let Ae=u.window.document.startViewTransition(()=>{Bl(()=>h(te))});Ae.finished.finally(()=>{Bl(()=>{C(void 0),I(void 0),g(void 0),x({isTransitioning:!1})})}),Bl(()=>I(Ae));return}D?(_&&_.resolve(),D.skipTransition(),V({state:te,currentLocation:De.currentLocation,nextLocation:De.nextLocation})):(g(te),x({isTransitioning:!0,flushSync:!1,currentLocation:De.currentLocation,nextLocation:De.nextLocation}))},[u.window,D,_,U,$]);N.useLayoutEffect(()=>u.subscribe(ae),[u,ae]),N.useEffect(()=>{y.isTransitioning&&!y.flushSync&&C(new gm)},[y]),N.useEffect(()=>{if(_&&p&&u.window){let te=p,Ee=_.promise,se=u.window.document.startViewTransition(async()=>{$(()=>h(te)),await Ee});se.finished.finally(()=>{C(void 0),I(void 0),g(void 0),x({isTransitioning:!1})}),I(se)}},[$,p,_,u.window]),N.useEffect(()=>{_&&p&&f.location.key===p.location.key&&_.resolve()},[_,D,f.location,p]),N.useEffect(()=>{!y.isTransitioning&&W&&(g(W.state),x({isTransitioning:!0,flushSync:!1,currentLocation:W.currentLocation,nextLocation:W.nextLocation}),V(void 0))},[y.isTransitioning,W]),N.useEffect(()=>{},[]);let le=N.useMemo(()=>({createHref:u.createHref,encodeLocation:u.encodeLocation,go:te=>u.navigate(te),push:(te,Ee,se)=>u.navigate(te,{state:Ee,preventScrollReset:se==null?void 0:se.preventScrollReset}),replace:(te,Ee,se)=>u.navigate(te,{replace:!0,state:Ee,preventScrollReset:se==null?void 0:se.preventScrollReset})}),[u]),Se=u.basename||"/",Oe=N.useMemo(()=>({router:u,navigator:le,static:!1,basename:Se}),[u,le,Se]),T=N.useMemo(()=>({v7_relativeSplatPath:u.future.v7_relativeSplatPath}),[u.future.v7_relativeSplatPath]);return N.useEffect(()=>Jh(c,u.future),[c,u.future]),N.createElement(N.Fragment,null,N.createElement(Ql.Provider,{value:Oe},N.createElement(mo.Provider,{value:f},N.createElement(hm.Provider,{value:U.current},N.createElement(Hf.Provider,{value:y},N.createElement(Zh,{basename:Se,location:f.location,navigationType:f.historyAction,navigator:le,future:T},f.initialized||u.future.v7_partialHydration?N.createElement(wm,{routes:u.routes,future:u.future,state:f}):a))))),null)}const wm=N.memo(Sm);function Sm(i){let{routes:a,future:u,state:c}=i;return Fh(a,void 0,c,u)}const Em=typeof window<"u"&&typeof window.document<"u"&&typeof window.document.createElement<"u",km=/^(?:[a-z][a-z0-9+.-]*:|\/\/)/i,xm=N.forwardRef(function(a,u){let{onClick:c,relative:f,reloadDocument:h,replace:p,state:g,target:y,to:x,preventScrollReset:_,viewTransition:C}=a,D=Cu(a,cm),{basename:I}=N.useContext(Jt),W,V=!1;if(typeof x=="string"&&km.test(x)&&(W=x,Em))try{let ae=new URL(window.location.href),le=x.startsWith("//")?new URL(ae.protocol+x):new URL(x),Se=At(le.pathname,I);le.origin===ae.origin&&Se!=null?x=Se+le.search+le.hash:V=!0}catch{}let U=Nh(x,{relative:f}),fe=Pm(x,{replace:p,state:g,target:y,preventScrollReset:_,relative:f,viewTransition:C});function $(ae){c&&c(ae),ae.defaultPrevented||fe(ae)}return N.createElement("a",gr({},D,{href:W||U,onClick:V||h?c:$,ref:u,target:y}))}),$m=N.forwardRef(function(a,u){let{"aria-current":c="page",caseSensitive:f=!1,className:h="",end:p=!1,style:g,to:y,viewTransition:x,children:_}=a,C=Cu(a,fm),D=Yl(y,{relative:C.relative}),I=Jn(),W=N.useContext(mo),{navigator:V,basename:U}=N.useContext(Jt),fe=W!=null&&Mm(D)&&x===!0,$=V.encodeLocation?V.encodeLocation(D).pathname:D.pathname,ae=I.pathname,le=W&&W.navigation&&W.navigation.location?W.navigation.location.pathname:null;f||(ae=ae.toLowerCase(),le=le?le.toLowerCase():null,$=$.toLowerCase()),le&&U&&(le=At(le,U)||le);const Se=$!=="/"&&$.endsWith("/")?$.length-1:$.length;let Oe=ae===$||!p&&ae.startsWith($)&&ae.charAt(Se)==="/",T=le!=null&&(le===$||!p&&le.startsWith($)&&le.charAt($.length)==="/"),te={isActive:Oe,isPending:T,isTransitioning:fe},Ee=Oe?c:void 0,se;typeof h=="function"?se=h(te):se=[h,Oe?"active":null,T?"pending":null,fe?"transitioning":null].filter(Boolean).join(" ");let Ue=typeof g=="function"?g(te):g;return N.createElement(xm,gr({},C,{"aria-current":Ee,className:se,ref:u,style:Ue,to:y,viewTransition:x}),typeof _=="function"?_(te):_)}),Qm=N.forwardRef((i,a)=>{let{fetcherKey:u,navigate:c,reloadDocument:f,replace:h,state:p,method:g=so,action:y,onSubmit:x,relative:_,preventScrollReset:C,viewTransition:D}=i,I=Cu(i,dm),W=Tm(),V=Dm(y,{relative:_}),U=g.toLowerCase()==="get"?"get":"post",fe=$=>{if(x&&x($),$.defaultPrevented)return;$.preventDefault();let ae=$.nativeEvent.submitter,le=(ae==null?void 0:ae.getAttribute("formmethod"))||g;W(ae||$.currentTarget,{fetcherKey:u,method:le,navigate:c,replace:h,state:p,relative:_,preventScrollReset:C,viewTransition:D})};return N.createElement("form",gr({ref:a,method:U,action:V,onSubmit:f?x:fe},I))});var $l;(function(i){i.UseScrollRestoration="useScrollRestoration",i.UseSubmit="useSubmit",i.UseSubmitFetcher="useSubmitFetcher",i.UseFetcher="useFetcher",i.useViewTransitionState="useViewTransitionState"})($l||($l={}));var hu;(function(i){i.UseFetcher="useFetcher",i.UseFetchers="useFetchers",i.UseScrollRestoration="useScrollRestoration"})(hu||(hu={}));function Pu(i){let a=N.useContext(Ql);return a||ve(!1),a}function Cm(i){let a=N.useContext(mo);return a||ve(!1),a}function Pm(i,a){let{target:u,replace:c,state:f,preventScrollReset:h,relative:p,viewTransition:g}=a===void 0?{}:a,y=Af(),x=Jn(),_=Yl(i,{relative:p});return N.useCallback(C=>{if(im(C,u)){C.preventDefault();let D=c!==void 0?c:Xn(x)===Xn(_);y(i,{replace:D,state:f,preventScrollReset:h,relative:p,viewTransition:g})}},[x,y,_,c,f,u,i,h,p,g])}function Km(i){let a=N.useRef(pu(i)),u=N.useRef(!1),c=Jn(),f=N.useMemo(()=>om(c.search,u.current?null:a.current),[c.search]),h=Af(),p=N.useCallback((g,y)=>{const x=pu(typeof g=="function"?g(f):g);u.current=!0,h("?"+x,y)},[h,f]);return[f,p]}function _m(){if(typeof document>"u")throw new Error("You are calling submit during the server render. Try calling submit within a `useEffect` or callback instead.")}let Rm=0,Lm=()=>"__"+String(++Rm)+"__";function Tm(){let{router:i}=Pu($l.UseSubmit),{basename:a}=N.useContext(Jt),u=Wh();return N.useCallback(function(c,f){f===void 0&&(f={}),_m();let{action:h,method:p,encType:g,formData:y,body:x}=sm(c,a);if(f.navigate===!1){let _=f.fetcherKey||Lm();i.fetch(_,u,f.action||h,{preventScrollReset:f.preventScrollReset,formData:y,body:x,formMethod:f.method||p,formEncType:f.encType||g,flushSync:f.flushSync})}else i.navigate(f.action||h,{preventScrollReset:f.preventScrollReset,formData:y,body:x,formMethod:f.method||p,formEncType:f.encType||g,replace:f.replace,state:f.state,fromRouteId:u,flushSync:f.flushSync,viewTransition:f.viewTransition})},[i,a,u])}function Dm(i,a){let{relative:u}=a===void 0?{}:a,{basename:c}=N.useContext(Jt),f=N.useContext(Sn);f||ve(!1);let[h]=f.matches.slice(-1),p=gr({},Yl(i||".",{relative:u})),g=Jn();if(i==null){p.search=g.search;let y=new URLSearchParams(p.search),x=y.getAll("index");if(x.some(C=>C==="")){y.delete("index"),x.filter(D=>D).forEach(D=>y.append("index",D));let C=y.toString();p.search=C?"?"+C:""}}return(!i||i===".")&&h.route.index&&(p.search=p.search?p.search.replace(/^\?/,"?index&"):"?index"),c!=="/"&&(p.pathname=p.pathname==="/"?c:un([c,p.pathname])),Xn(p)}const xf="react-router-scroll-positions";let ao={};function Ym(i){let{getKey:a,storageKey:u}=i===void 0?{}:i,{router:c}=Pu($l.UseScrollRestoration),{restoreScrollPosition:f,preventScrollReset:h}=Cm(hu.UseScrollRestoration),{basename:p}=N.useContext(Jt),g=Jn(),y=Qh(),x=$h();N.useEffect(()=>(window.history.scrollRestoration="manual",()=>{window.history.scrollRestoration="auto"}),[]),Nm(N.useCallback(()=>{if(x.state==="idle"){let _=(a?a(g,y):null)||g.key;ao[_]=window.scrollY}try{sessionStorage.setItem(u||xf,JSON.stringify(ao))}catch{}window.history.scrollRestoration="auto"},[u,a,x.state,g,y])),typeof document<"u"&&(N.useLayoutEffect(()=>{try{let _=sessionStorage.getItem(u||xf);_&&(ao=JSON.parse(_))}catch{}},[u]),N.useLayoutEffect(()=>{let _=a&&p!=="/"?(D,I)=>a(gr({},D,{pathname:At(D.pathname,p)||D.pathname}),I):a,C=c==null?void 0:c.enableScrollRestoration(ao,()=>window.scrollY,_);return()=>C&&C()},[c,p,a]),N.useLayoutEffect(()=>{if(f!==!1){if(typeof f=="number"){window.scrollTo(0,f);return}if(g.hash){let _=document.getElementById(decodeURIComponent(g.hash.slice(1)));if(_){_.scrollIntoView();return}}h!==!0&&window.scrollTo(0,0)}},[g,f,h]))}function Nm(i,a){let{capture:u}={};N.useEffect(()=>{let c=u!=null?{capture:u}:void 0;return window.addEventListener("pagehide",i,c),()=>{window.removeEventListener("pagehide",i,c)}},[i,u])}function Mm(i,a){a===void 0&&(a={});let u=N.useContext(Hf);u==null&&ve(!1);let{basename:c}=Pu($l.useViewTransitionState),f=Yl(i,{relative:a.relative});if(!u.isTransitioning)return!1;let h=At(u.currentLocation.pathname,c)||u.currentLocation.pathname,p=At(u.nextLocation.pathname,c)||u.nextLocation.pathname;return fo(f.pathname,p)!=null||fo(f.pathname,h)!=null}export{uu as A,jm as D,su as E,Qm as F,xm as L,$m as N,Bm as O,Wm as R,Om as a,Hm as b,Um as c,Mp as d,Qh as e,Ym as f,Fm as g,Im as h,Wl as i,zm as j,Kh as k,Ql as l,mr as m,mo as n,Vm as o,Gn as p,Am as q,N as r,Nh as s,Rp as t,Jn as u,Pf as v,Km as w};
|
|
68
|
+
*/function gr(){return gr=Object.assign?Object.assign.bind():function(i){for(var a=1;a<arguments.length;a++){var u=arguments[a];for(var c in u)Object.prototype.hasOwnProperty.call(u,c)&&(i[c]=u[c])}return i},gr.apply(this,arguments)}function Cu(i,a){if(i==null)return{};var u={},c=Object.keys(i),f,h;for(h=0;h<c.length;h++)f=c[h],!(a.indexOf(f)>=0)&&(u[f]=i[f]);return u}const so="get",ou="application/x-www-form-urlencoded";function vo(i){return i!=null&&typeof i.tagName=="string"}function tm(i){return vo(i)&&i.tagName.toLowerCase()==="button"}function nm(i){return vo(i)&&i.tagName.toLowerCase()==="form"}function rm(i){return vo(i)&&i.tagName.toLowerCase()==="input"}function lm(i){return!!(i.metaKey||i.altKey||i.ctrlKey||i.shiftKey)}function im(i,a){return i.button===0&&(!a||a==="_self")&&!lm(i)}function pu(i){return i===void 0&&(i=""),new URLSearchParams(typeof i=="string"||Array.isArray(i)||i instanceof URLSearchParams?i:Object.keys(i).reduce((a,u)=>{let c=i[u];return a.concat(Array.isArray(c)?c.map(f=>[u,f]):[[u,c]])},[]))}function om(i,a){let u=pu(i);return a&&a.forEach((c,f)=>{u.has(f)||a.getAll(f).forEach(h=>{u.append(f,h)})}),u}let oo=null;function am(){if(oo===null)try{new FormData(document.createElement("form"),0),oo=!1}catch{oo=!0}return oo}const um=new Set(["application/x-www-form-urlencoded","multipart/form-data","text/plain"]);function au(i){return i!=null&&!um.has(i)?null:i}function sm(i,a){let u,c,f,h,p;if(nm(i)){let g=i.getAttribute("action");c=g?At(g,a):null,u=i.getAttribute("method")||so,f=au(i.getAttribute("enctype"))||ou,h=new FormData(i)}else if(tm(i)||rm(i)&&(i.type==="submit"||i.type==="image")){let g=i.form;if(g==null)throw new Error('Cannot submit a <button> or <input type="submit"> without a <form>');let y=i.getAttribute("formaction")||g.getAttribute("action");if(c=y?At(y,a):null,u=i.getAttribute("formmethod")||g.getAttribute("method")||so,f=au(i.getAttribute("formenctype"))||au(g.getAttribute("enctype"))||ou,h=new FormData(g,i),!am()){let{name:x,type:_,value:C}=i;if(_==="image"){let D=x?x+".":"";h.append(D+"x","0"),h.append(D+"y","0")}else x&&h.append(x,C)}}else{if(vo(i))throw new Error('Cannot submit element that is not <form>, <button>, or <input type="submit|image">');u=so,c=null,f=ou,p=i}return h&&f==="text/plain"&&(p=h,h=void 0),{action:c,method:u.toLowerCase(),encType:f,formData:h,body:p}}const cm=["onClick","relative","reloadDocument","replace","state","target","to","preventScrollReset","viewTransition"],fm=["aria-current","caseSensitive","className","end","style","to","viewTransition","children"],dm=["fetcherKey","navigate","reloadDocument","replace","state","method","action","onSubmit","relative","preventScrollReset","viewTransition"],pm="6";try{window.__reactRouterVersion=pm}catch{}const Hf=N.createContext({isTransitioning:!1}),hm=N.createContext(new Map),mm="startTransition",Ef=Lp[mm],vm="flushSync",kf=Op[vm];function ym(i){Ef?Ef(i):i()}function Bl(i){kf?kf(i):i()}class gm{constructor(){this.status="pending",this.promise=new Promise((a,u)=>{this.resolve=c=>{this.status==="pending"&&(this.status="resolved",a(c))},this.reject=c=>{this.status==="pending"&&(this.status="rejected",u(c))}})}}function Wm(i){let{fallbackElement:a,router:u,future:c}=i,[f,h]=N.useState(u.state),[p,g]=N.useState(),[y,x]=N.useState({isTransitioning:!1}),[_,C]=N.useState(),[D,I]=N.useState(),[W,V]=N.useState(),U=N.useRef(new Map),{v7_startTransition:fe}=c||{},$=N.useCallback(te=>{fe?ym(te):te()},[fe]),ae=N.useCallback((te,Ee)=>{let{deletedFetchers:se,flushSync:Ue,viewTransitionOpts:De}=Ee;te.fetchers.forEach((Ae,Ze)=>{Ae.data!==void 0&&U.current.set(Ze,Ae.data)}),se.forEach(Ae=>U.current.delete(Ae));let Fe=u.window==null||u.window.document==null||typeof u.window.document.startViewTransition!="function";if(!De||Fe){Ue?Bl(()=>h(te)):$(()=>h(te));return}if(Ue){Bl(()=>{D&&(_&&_.resolve(),D.skipTransition()),x({isTransitioning:!0,flushSync:!0,currentLocation:De.currentLocation,nextLocation:De.nextLocation})});let Ae=u.window.document.startViewTransition(()=>{Bl(()=>h(te))});Ae.finished.finally(()=>{Bl(()=>{C(void 0),I(void 0),g(void 0),x({isTransitioning:!1})})}),Bl(()=>I(Ae));return}D?(_&&_.resolve(),D.skipTransition(),V({state:te,currentLocation:De.currentLocation,nextLocation:De.nextLocation})):(g(te),x({isTransitioning:!0,flushSync:!1,currentLocation:De.currentLocation,nextLocation:De.nextLocation}))},[u.window,D,_,U,$]);N.useLayoutEffect(()=>u.subscribe(ae),[u,ae]),N.useEffect(()=>{y.isTransitioning&&!y.flushSync&&C(new gm)},[y]),N.useEffect(()=>{if(_&&p&&u.window){let te=p,Ee=_.promise,se=u.window.document.startViewTransition(async()=>{$(()=>h(te)),await Ee});se.finished.finally(()=>{C(void 0),I(void 0),g(void 0),x({isTransitioning:!1})}),I(se)}},[$,p,_,u.window]),N.useEffect(()=>{_&&p&&f.location.key===p.location.key&&_.resolve()},[_,D,f.location,p]),N.useEffect(()=>{!y.isTransitioning&&W&&(g(W.state),x({isTransitioning:!0,flushSync:!1,currentLocation:W.currentLocation,nextLocation:W.nextLocation}),V(void 0))},[y.isTransitioning,W]),N.useEffect(()=>{},[]);let le=N.useMemo(()=>({createHref:u.createHref,encodeLocation:u.encodeLocation,go:te=>u.navigate(te),push:(te,Ee,se)=>u.navigate(te,{state:Ee,preventScrollReset:se==null?void 0:se.preventScrollReset}),replace:(te,Ee,se)=>u.navigate(te,{replace:!0,state:Ee,preventScrollReset:se==null?void 0:se.preventScrollReset})}),[u]),Se=u.basename||"/",Oe=N.useMemo(()=>({router:u,navigator:le,static:!1,basename:Se}),[u,le,Se]),T=N.useMemo(()=>({v7_relativeSplatPath:u.future.v7_relativeSplatPath}),[u.future.v7_relativeSplatPath]);return N.useEffect(()=>Jh(c,u.future),[c,u.future]),N.createElement(N.Fragment,null,N.createElement(Ql.Provider,{value:Oe},N.createElement(mo.Provider,{value:f},N.createElement(hm.Provider,{value:U.current},N.createElement(Hf.Provider,{value:y},N.createElement(Zh,{basename:Se,location:f.location,navigationType:f.historyAction,navigator:le,future:T},f.initialized||u.future.v7_partialHydration?N.createElement(wm,{routes:u.routes,future:u.future,state:f}):a))))),null)}const wm=N.memo(Sm);function Sm(i){let{routes:a,future:u,state:c}=i;return Fh(a,void 0,c,u)}const Em=typeof window<"u"&&typeof window.document<"u"&&typeof window.document.createElement<"u",km=/^(?:[a-z][a-z0-9+.-]*:|\/\/)/i,xm=N.forwardRef(function(a,u){let{onClick:c,relative:f,reloadDocument:h,replace:p,state:g,target:y,to:x,preventScrollReset:_,viewTransition:C}=a,D=Cu(a,cm),{basename:I}=N.useContext(Jt),W,V=!1;if(typeof x=="string"&&km.test(x)&&(W=x,Em))try{let ae=new URL(window.location.href),le=x.startsWith("//")?new URL(ae.protocol+x):new URL(x),Se=At(le.pathname,I);le.origin===ae.origin&&Se!=null?x=Se+le.search+le.hash:V=!0}catch{}let U=Nh(x,{relative:f}),fe=Pm(x,{replace:p,state:g,target:y,preventScrollReset:_,relative:f,viewTransition:C});function $(ae){c&&c(ae),ae.defaultPrevented||fe(ae)}return N.createElement("a",gr({},D,{href:W||U,onClick:V||h?c:$,ref:u,target:y}))}),$m=N.forwardRef(function(a,u){let{"aria-current":c="page",caseSensitive:f=!1,className:h="",end:p=!1,style:g,to:y,viewTransition:x,children:_}=a,C=Cu(a,fm),D=Yl(y,{relative:C.relative}),I=Jn(),W=N.useContext(mo),{navigator:V,basename:U}=N.useContext(Jt),fe=W!=null&&Mm(D)&&x===!0,$=V.encodeLocation?V.encodeLocation(D).pathname:D.pathname,ae=I.pathname,le=W&&W.navigation&&W.navigation.location?W.navigation.location.pathname:null;f||(ae=ae.toLowerCase(),le=le?le.toLowerCase():null,$=$.toLowerCase()),le&&U&&(le=At(le,U)||le);const Se=$!=="/"&&$.endsWith("/")?$.length-1:$.length;let Oe=ae===$||!p&&ae.startsWith($)&&ae.charAt(Se)==="/",T=le!=null&&(le===$||!p&&le.startsWith($)&&le.charAt($.length)==="/"),te={isActive:Oe,isPending:T,isTransitioning:fe},Ee=Oe?c:void 0,se;typeof h=="function"?se=h(te):se=[h,Oe?"active":null,T?"pending":null,fe?"transitioning":null].filter(Boolean).join(" ");let Ue=typeof g=="function"?g(te):g;return N.createElement(xm,gr({},C,{"aria-current":Ee,className:se,ref:u,style:Ue,to:y,viewTransition:x}),typeof _=="function"?_(te):_)}),Qm=N.forwardRef((i,a)=>{let{fetcherKey:u,navigate:c,reloadDocument:f,replace:h,state:p,method:g=so,action:y,onSubmit:x,relative:_,preventScrollReset:C,viewTransition:D}=i,I=Cu(i,dm),W=Tm(),V=Dm(y,{relative:_}),U=g.toLowerCase()==="get"?"get":"post",fe=$=>{if(x&&x($),$.defaultPrevented)return;$.preventDefault();let ae=$.nativeEvent.submitter,le=(ae==null?void 0:ae.getAttribute("formmethod"))||g;W(ae||$.currentTarget,{fetcherKey:u,method:le,navigate:c,replace:h,state:p,relative:_,preventScrollReset:C,viewTransition:D})};return N.createElement("form",gr({ref:a,method:U,action:V,onSubmit:f?x:fe},I))});var $l;(function(i){i.UseScrollRestoration="useScrollRestoration",i.UseSubmit="useSubmit",i.UseSubmitFetcher="useSubmitFetcher",i.UseFetcher="useFetcher",i.useViewTransitionState="useViewTransitionState"})($l||($l={}));var hu;(function(i){i.UseFetcher="useFetcher",i.UseFetchers="useFetchers",i.UseScrollRestoration="useScrollRestoration"})(hu||(hu={}));function Pu(i){let a=N.useContext(Ql);return a||ve(!1),a}function Cm(i){let a=N.useContext(mo);return a||ve(!1),a}function Pm(i,a){let{target:u,replace:c,state:f,preventScrollReset:h,relative:p,viewTransition:g}=a===void 0?{}:a,y=Af(),x=Jn(),_=Yl(i,{relative:p});return N.useCallback(C=>{if(im(C,u)){C.preventDefault();let D=c!==void 0?c:Xn(x)===Xn(_);y(i,{replace:D,state:f,preventScrollReset:h,relative:p,viewTransition:g})}},[x,y,_,c,f,u,i,h,p,g])}function Km(i){let a=N.useRef(pu(i)),u=N.useRef(!1),c=Jn(),f=N.useMemo(()=>om(c.search,u.current?null:a.current),[c.search]),h=Af(),p=N.useCallback((g,y)=>{const x=pu(typeof g=="function"?g(f):g);u.current=!0,h("?"+x,y)},[h,f]);return[f,p]}function _m(){if(typeof document>"u")throw new Error("You are calling submit during the server render. Try calling submit within a `useEffect` or callback instead.")}let Rm=0,Lm=()=>"__"+String(++Rm)+"__";function Tm(){let{router:i}=Pu($l.UseSubmit),{basename:a}=N.useContext(Jt),u=Wh();return N.useCallback(function(c,f){f===void 0&&(f={}),_m();let{action:h,method:p,encType:g,formData:y,body:x}=sm(c,a);if(f.navigate===!1){let _=f.fetcherKey||Lm();i.fetch(_,u,f.action||h,{preventScrollReset:f.preventScrollReset,formData:y,body:x,formMethod:f.method||p,formEncType:f.encType||g,flushSync:f.flushSync})}else i.navigate(f.action||h,{preventScrollReset:f.preventScrollReset,formData:y,body:x,formMethod:f.method||p,formEncType:f.encType||g,replace:f.replace,state:f.state,fromRouteId:u,flushSync:f.flushSync,viewTransition:f.viewTransition})},[i,a,u])}function Dm(i,a){let{relative:u}=a===void 0?{}:a,{basename:c}=N.useContext(Jt),f=N.useContext(Sn);f||ve(!1);let[h]=f.matches.slice(-1),p=gr({},Yl(i||".",{relative:u})),g=Jn();if(i==null){p.search=g.search;let y=new URLSearchParams(p.search),x=y.getAll("index");if(x.some(C=>C==="")){y.delete("index"),x.filter(D=>D).forEach(D=>y.append("index",D));let C=y.toString();p.search=C?"?"+C:""}}return(!i||i===".")&&h.route.index&&(p.search=p.search?p.search.replace(/^\?/,"?index&"):"?index"),c!=="/"&&(p.pathname=p.pathname==="/"?c:un([c,p.pathname])),Xn(p)}const xf="react-router-scroll-positions";let ao={};function Ym(i){let{getKey:a,storageKey:u}=i===void 0?{}:i,{router:c}=Pu($l.UseScrollRestoration),{restoreScrollPosition:f,preventScrollReset:h}=Cm(hu.UseScrollRestoration),{basename:p}=N.useContext(Jt),g=Jn(),y=Qh(),x=$h();N.useEffect(()=>(window.history.scrollRestoration="manual",()=>{window.history.scrollRestoration="auto"}),[]),Nm(N.useCallback(()=>{if(x.state==="idle"){let _=(a?a(g,y):null)||g.key;ao[_]=window.scrollY}try{sessionStorage.setItem(u||xf,JSON.stringify(ao))}catch{}window.history.scrollRestoration="auto"},[u,a,x.state,g,y])),typeof document<"u"&&(N.useLayoutEffect(()=>{try{let _=sessionStorage.getItem(u||xf);_&&(ao=JSON.parse(_))}catch{}},[u]),N.useLayoutEffect(()=>{let _=a&&p!=="/"?(D,I)=>a(gr({},D,{pathname:At(D.pathname,p)||D.pathname}),I):a,C=c==null?void 0:c.enableScrollRestoration(ao,()=>window.scrollY,_);return()=>C&&C()},[c,p,a]),N.useLayoutEffect(()=>{if(f!==!1){if(typeof f=="number"){window.scrollTo(0,f);return}if(g.hash){let _=document.getElementById(decodeURIComponent(g.hash.slice(1)));if(_){_.scrollIntoView();return}}h!==!0&&window.scrollTo(0,0)}},[g,f,h]))}function Nm(i,a){let{capture:u}={};N.useEffect(()=>{let c=u!=null?{capture:u}:void 0;return window.addEventListener("pagehide",i,c),()=>{window.removeEventListener("pagehide",i,c)}},[i,u])}function Mm(i,a){a===void 0&&(a={});let u=N.useContext(Hf);u==null&&ve(!1);let{basename:c}=Pu($l.useViewTransitionState),f=Yl(i,{relative:a.relative});if(!u.isTransitioning)return!1;let h=At(u.currentLocation.pathname,c)||u.currentLocation.pathname,p=At(u.nextLocation.pathname,c)||u.nextLocation.pathname;return fo(f.pathname,p)!=null||fo(f.pathname,h)!=null}export{uu as A,jm as D,su as E,Qm as F,xm as L,$m as N,Bm as O,Wm as R,Om as a,Hm as b,Um as c,Mp as d,Qh as e,Ym as f,Fm as g,Im as h,Wl as i,zm as j,Kh as k,Ql as l,mr as m,mo as n,Vm as o,Gn as p,Am as q,N as r,Nh as s,Pf as t,Jn as u,Km as v};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
window.__remixManifest={"entry":{"module":"/assets/entry.client-mvZjNKiz.js","imports":["/assets/index-DzNKzXrc.js","/assets/components-Rk0n-9cK.js"],"css":[]},"routes":{"root":{"id":"root","path":"","hasAction":false,"hasLoader":false,"hasClientAction":false,"hasClientLoader":false,"hasErrorBoundary":false,"module":"/assets/root-BWvk5-gF.js","imports":["/assets/index-DzNKzXrc.js","/assets/components-Rk0n-9cK.js"],"css":["/assets/root-DxRwaWiE.css"]},"routes/_index":{"id":"routes/_index","parentId":"root","index":true,"hasAction":false,"hasLoader":false,"hasClientAction":false,"hasClientLoader":false,"hasErrorBoundary":false,"module":"/assets/_index-Bym6YkMd.js","imports":["/assets/index-DzNKzXrc.js"],"css":[]}},"url":"/assets/manifest-d845808d.js","version":"d845808d"};
|
solace_agent_mesh/config_portal/frontend/static/client/assets/{root-C4XmHinv.js → root-BWvk5-gF.js}
RENAMED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import{u as f,e as m,f as y,r as i,j as t,O as x}from"./index-
|
|
1
|
+
import{u as f,e as m,f as y,r as i,j as t,O as x}from"./index-DzNKzXrc.js";import{f as g,_ as S,M as w,L as j,S as k}from"./components-Rk0n-9cK.js";/**
|
|
2
2
|
* @remix-run/react v2.16.2
|
|
3
3
|
*
|
|
4
4
|
* Copyright (c) Remix Software Inc.
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
<!DOCTYPE html>
|
|
2
|
-
<html lang="en"><head><meta charSet="utf-8"/><meta name="viewport" content="width=device-width, initial-scale=1"/><link rel="stylesheet" href="/assets/root-DxRwaWiE.css"/><link rel="preconnect" href="https://fonts.googleapis.com"/><link rel="preconnect" href="https://fonts.gstatic.com" crossorigin="anonymous"/><link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap"/></head><body><p>Loading...</p><link rel="modulepreload" href="/assets/manifest-
|
|
3
|
-
import * as route0 from "/assets/root-
|
|
2
|
+
<html lang="en"><head><meta charSet="utf-8"/><meta name="viewport" content="width=device-width, initial-scale=1"/><link rel="stylesheet" href="/assets/root-DxRwaWiE.css"/><link rel="preconnect" href="https://fonts.googleapis.com"/><link rel="preconnect" href="https://fonts.gstatic.com" crossorigin="anonymous"/><link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap"/></head><body><p>Loading...</p><link rel="modulepreload" href="/assets/manifest-d845808d.js"/><link rel="modulepreload" href="/assets/entry.client-mvZjNKiz.js"/><link rel="modulepreload" href="/assets/index-DzNKzXrc.js"/><link rel="modulepreload" href="/assets/components-Rk0n-9cK.js"/><link rel="modulepreload" href="/assets/root-BWvk5-gF.js"/><script>window.__remixContext = {"basename":"/","future":{"v3_fetcherPersist":false,"v3_relativeSplatPath":false,"v3_throwAbortReason":false,"v3_routeConfig":false,"v3_singleFetch":false,"v3_lazyRouteDiscovery":false,"unstable_optimizeDeps":false},"isSpaMode":true,"state":{"loaderData":{"root":null,"routes/_index":null},"actionData":null,"errors":null}};</script><script type="module" async="">import "/assets/manifest-d845808d.js";
|
|
3
|
+
import * as route0 from "/assets/root-BWvk5-gF.js";
|
|
4
4
|
|
|
5
5
|
window.__remixRouteModules = {"root":route0};
|
|
6
6
|
|
|
7
|
-
import("/assets/entry.client-
|
|
7
|
+
import("/assets/entry.client-mvZjNKiz.js");</script></body></html>
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: solace-agent-mesh
|
|
3
|
-
Version: 1.0.
|
|
3
|
+
Version: 1.0.9
|
|
4
4
|
Summary: Solace Agent Mesh is an open-source framework for building event-driven, multi-agent AI systems where specialized agents collaborate on complex tasks.
|
|
5
5
|
Project-URL: Homepage, https://github.com/SolaceLabs/solace-agent-mesh
|
|
6
6
|
Project-URL: Repository, https://github.com/SolaceLabs/solace-agent-mesh
|
|
@@ -12,7 +12,7 @@ solace_agent_mesh/agent/adk/intelligent_mcp_callbacks.py,sha256=4h2riXiw6DqFi3VV
|
|
|
12
12
|
solace_agent_mesh/agent/adk/invocation_monitor.py,sha256=_20-nQXVjGlAEyw9PLFTTvgti-WgqyNE58LPUELUWnA,11671
|
|
13
13
|
solace_agent_mesh/agent/adk/mcp_content_processor.py,sha256=8s3ytZ8qrKZCUt_u8aE_EHH1_01yewPoekkllCuz9ME,23850
|
|
14
14
|
solace_agent_mesh/agent/adk/runner.py,sha256=TTnyz-xGXcVseKo4TkZMZYS6BjYYBHBWocYg3RYmqcI,12757
|
|
15
|
-
solace_agent_mesh/agent/adk/services.py,sha256=
|
|
15
|
+
solace_agent_mesh/agent/adk/services.py,sha256=BzhaGUsw6_x0Ia1Zy2XkazPvPFF4RNFqUjlgGXCaYls,12892
|
|
16
16
|
solace_agent_mesh/agent/adk/setup.py,sha256=ce8u6PwGIQsO7fU1Rx2fpHWQRUyd-Bu2zcrlzAbjVo8,32055
|
|
17
17
|
solace_agent_mesh/agent/adk/stream_parser.py,sha256=6eMapFRV9nF8m4pRzfnOpykzK3OF3p6NkgWZvNwTt20,8071
|
|
18
18
|
solace_agent_mesh/agent/adk/tool_wrapper.py,sha256=p4X0CnxeCE-Va2V3GTT5NUCu2p22wTrv6z7vFMuaUls,6261
|
|
@@ -132,9 +132,9 @@ solace_agent_mesh/gateway/http_sse/services/agent_service.py,sha256=JgeuZJyysL4k
|
|
|
132
132
|
solace_agent_mesh/gateway/http_sse/services/people_service.py,sha256=PbR6vbImQ95JO7p5fSbraBGsHg84dGVjDz4yd-wbrwg,4596
|
|
133
133
|
solace_agent_mesh/gateway/http_sse/services/services_llm.txt,sha256=TDPDqcqQHaoDWmp8kB_7VXeCb1B0w7dSkXtpxpozO74,8084
|
|
134
134
|
solace_agent_mesh/gateway/http_sse/services/task_service.py,sha256=SYUTrU01HdAaXw9Y9G1e96mEIf4_QmAmVIRMKurMk-A,4362
|
|
135
|
-
solace_agent_mesh/cli/__init__.py,sha256=
|
|
135
|
+
solace_agent_mesh/cli/__init__.py,sha256=q2ACMkQx0Hm5xKo2YKJFBE7rTruciTSIN6AvWWL9nB8,22
|
|
136
136
|
solace_agent_mesh/cli/main.py,sha256=yFbF4ijz7P6nxj26d-mTC8BnK6NKVnfqPh3y4pDBZqo,831
|
|
137
|
-
solace_agent_mesh/cli/utils.py,sha256=
|
|
137
|
+
solace_agent_mesh/cli/utils.py,sha256=2bHdJFTMn6zakNxwJ8_pbQLD0HYPtTEabWWUcMUNtvk,6146
|
|
138
138
|
solace_agent_mesh/cli/commands/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
139
139
|
solace_agent_mesh/cli/commands/docs_cmd.py,sha256=vNXyKADt8RrKnP7wsLaj7fBaz6SUgXMMItygHrohE_Y,1953
|
|
140
140
|
solace_agent_mesh/cli/commands/eval_cmd.py,sha256=mLElqAGkaf-MK3r1nIO_sRu0BXwUF1WC38zpeUv_ycc,2193
|
|
@@ -143,8 +143,8 @@ solace_agent_mesh/cli/commands/add_cmd/__init__.py,sha256=IGTXUx_AcoinYlzlZtQsji
|
|
|
143
143
|
solace_agent_mesh/cli/commands/add_cmd/add_cmd_llm.txt,sha256=x-UE5buoIEE_oUJ3opOzW8U33S3XUKCRNKWxNXNVk-c,10212
|
|
144
144
|
solace_agent_mesh/cli/commands/add_cmd/agent_cmd.py,sha256=0LUnAVh_ed1mX0R1w1-qI3cXpkGm9Mtvhw5unPA1V4g,26740
|
|
145
145
|
solace_agent_mesh/cli/commands/add_cmd/gateway_cmd.py,sha256=kV7XOo2CvYWPQ6AL8cLDm-2GACbLAUlQc2c9fNzybEY,12840
|
|
146
|
-
solace_agent_mesh/cli/commands/add_cmd/web_add_agent_step.py,sha256=
|
|
147
|
-
solace_agent_mesh/cli/commands/add_cmd/web_add_gateway_step.py,sha256=
|
|
146
|
+
solace_agent_mesh/cli/commands/add_cmd/web_add_agent_step.py,sha256=niutiDp5neHtgEEtWKcK9TGLJHga87y46rrjVHdjkFU,3702
|
|
147
|
+
solace_agent_mesh/cli/commands/add_cmd/web_add_gateway_step.py,sha256=Gk6Mw54l_M9QJKBa0IkHOkKJmuTsb4HQkIUTyVN-tqE,4326
|
|
148
148
|
solace_agent_mesh/cli/commands/init_cmd/__init__.py,sha256=i66jmAfYiw_iKcBDm8UGwB8Zqb0sW1ImAJYzw2AsOa8,14818
|
|
149
149
|
solace_agent_mesh/cli/commands/init_cmd/broker_step.py,sha256=FzY7yqRDZqy_B7lXWQvb8OLoOULPlt8cI-VxuzaNSUU,7010
|
|
150
150
|
solace_agent_mesh/cli/commands/init_cmd/directory_step.py,sha256=3uPZybhDh84vtXqFfck4__6Dbi9LdqXqs0nRjP3VApY,862
|
|
@@ -152,12 +152,12 @@ solace_agent_mesh/cli/commands/init_cmd/env_step.py,sha256=DukPYAhvsVnT3y14dwww4
|
|
|
152
152
|
solace_agent_mesh/cli/commands/init_cmd/init_cmd_llm.txt,sha256=7atW7HTy_2XQ3UoPttgIlyIF4_Du2068rqZE2imaHP8,13226
|
|
153
153
|
solace_agent_mesh/cli/commands/init_cmd/orchestrator_step.py,sha256=iW0vOWa8B2eNdh43tIcGsURb9MaTpVGUzlsbln4gFFM,17930
|
|
154
154
|
solace_agent_mesh/cli/commands/init_cmd/project_files_step.py,sha256=bOh7yYuaXIIs0q3-nd1nSVc6P6g6EHoDJjFDlKZVnf4,1352
|
|
155
|
-
solace_agent_mesh/cli/commands/init_cmd/web_init_step.py,sha256=
|
|
155
|
+
solace_agent_mesh/cli/commands/init_cmd/web_init_step.py,sha256=0kXKSRDHoIONcFfsvLNI0eOtKOGWoT3OyzpTPAAxdrE,3177
|
|
156
156
|
solace_agent_mesh/cli/commands/init_cmd/webui_gateway_step.py,sha256=l9rGIEHKEDro7pgTLUlFfPYt3sMrYQ8ly4FJvIJA9Ls,6969
|
|
157
157
|
solace_agent_mesh/cli/commands/plugin_cmd/__init__.py,sha256=10F21lMHH6qBvzHcprntMChBAI8cL4wLj6_vSKe8hV0,495
|
|
158
158
|
solace_agent_mesh/cli/commands/plugin_cmd/add_cmd.py,sha256=G-MJEGwX7saxIeEVMFMX01_h-OTttAUb-5RXDW8st1M,14435
|
|
159
159
|
solace_agent_mesh/cli/commands/plugin_cmd/build_cmd.py,sha256=OzEO2lsezlIZe29jWiR08ajQeDEP1cYqrWaMSd8i8o4,2988
|
|
160
|
-
solace_agent_mesh/cli/commands/plugin_cmd/catalog_cmd.py,sha256=
|
|
160
|
+
solace_agent_mesh/cli/commands/plugin_cmd/catalog_cmd.py,sha256=GskrCwJQ42upCIG2nvMomprPrT1f9sBnkGast2ZLb_c,5136
|
|
161
161
|
solace_agent_mesh/cli/commands/plugin_cmd/create_cmd.py,sha256=_J89BbmpamasxM7guD5WZn8ZmHKyT5gaCA9hOTS8a1c,11906
|
|
162
162
|
solace_agent_mesh/cli/commands/plugin_cmd/official_registry.py,sha256=rnzQq3LDvSzvCPoEhoSn6M3xQG4AVLd54PX9cA5GzPg,5218
|
|
163
163
|
solace_agent_mesh/cli/commands/plugin_cmd/plugin_cmd_llm.txt,sha256=-CS4uY1OrPSXDm8cxyrBAv6yLrP5P-GTzyeaZFqaHsM,10967
|
|
@@ -198,11 +198,11 @@ solace_agent_mesh/templates/plugin_tools_template.py,sha256=GUVw556CtBYE6sHbpXnF
|
|
|
198
198
|
solace_agent_mesh/templates/shared_config.yaml,sha256=6ZzDqUQhizkkVv3OxDJtjz_UYCCGJAVB2AcEy7aQYaE,3465
|
|
199
199
|
solace_agent_mesh/templates/templates_llm.txt,sha256=T3h8CcIowTbyBedlfRk7FZww8_xGmnY5fEqGhhdI3JU,9234
|
|
200
200
|
solace_agent_mesh/templates/webui.yaml,sha256=WJV06elz6A31rLOnQK-0axXpVUY1BcH490A59DM4Og0,1976
|
|
201
|
-
solace_agent_mesh/assets/docs/404.html,sha256=
|
|
202
|
-
solace_agent_mesh/assets/docs/lunr-index-
|
|
203
|
-
solace_agent_mesh/assets/docs/lunr-index.json,sha256=
|
|
204
|
-
solace_agent_mesh/assets/docs/search-doc-
|
|
205
|
-
solace_agent_mesh/assets/docs/search-doc.json,sha256=
|
|
201
|
+
solace_agent_mesh/assets/docs/404.html,sha256=TPmA_SbnQjXf8aUHVl0AxkvFbxWBPRci44PsdGVIYWM,11749
|
|
202
|
+
solace_agent_mesh/assets/docs/lunr-index-1757091012487.json,sha256=oEg4wG2-r3Nc7j1OalssNNMiozEIHYoispnDhZsIpj4,980616
|
|
203
|
+
solace_agent_mesh/assets/docs/lunr-index.json,sha256=oEg4wG2-r3Nc7j1OalssNNMiozEIHYoispnDhZsIpj4,980616
|
|
204
|
+
solace_agent_mesh/assets/docs/search-doc-1757091012487.json,sha256=U4tQRV_OUMCkVWPqAAUtJvloZpj3p360I1w-dbBk8o4,342229
|
|
205
|
+
solace_agent_mesh/assets/docs/search-doc.json,sha256=U4tQRV_OUMCkVWPqAAUtJvloZpj3p360I1w-dbBk8o4,342229
|
|
206
206
|
solace_agent_mesh/assets/docs/sitemap.xml,sha256=fLYP0DfUv0Mt1OY3bSryyhsBy3BtzKBIYx1kAMktPfU,5904
|
|
207
207
|
solace_agent_mesh/assets/docs/assets/css/styles.906a1503.css,sha256=gQj16ydMLPiq6y-t8Ovto65hsvPbQX6coyIFOja-2eY,83293
|
|
208
208
|
solace_agent_mesh/assets/docs/assets/images/Solace_AI_Framework_With_Broker-85f0a306a9bcdd20b390b7a949f6d862.png,sha256=e6MbZpxlY1xJ8U01zQogm8vWgokQqDfhsyPyNxtuS00,447393
|
|
@@ -231,7 +231,7 @@ solace_agent_mesh/assets/docs/assets/js/332e10b5.7a103f42.js,sha256=5vrtNVDFX-_x
|
|
|
231
231
|
solace_agent_mesh/assets/docs/assets/js/3624.b524e433.js,sha256=cmS9btCBUGcxCToTFwQeBROmuScAVaIaaRXiMgvRvvg,14839
|
|
232
232
|
solace_agent_mesh/assets/docs/assets/js/375.708d48db.js,sha256=tnoRKYgl89ieY_0s8NeHjMy9gQvpDQPo5q6kfr5zNt0,4319
|
|
233
233
|
solace_agent_mesh/assets/docs/assets/js/3834.b6cd790e.js,sha256=LuFdgiur49yMqtwnhUN7ECJ2lPvBaWdDam3OANM5WcM,196
|
|
234
|
-
solace_agent_mesh/assets/docs/assets/js/3d406171.
|
|
234
|
+
solace_agent_mesh/assets/docs/assets/js/3d406171.0b9eeed1.js,sha256=ysBVsGz8jiqpGJBMNGUCRXE5VGeVbbbKOXSo1004gak,45141
|
|
235
235
|
solace_agent_mesh/assets/docs/assets/js/4250.95455b28.js,sha256=y3OgeXf-tuJO5M6gJ70aW58HdFE7vZIPX7V4mduXL9c,197
|
|
236
236
|
solace_agent_mesh/assets/docs/assets/js/42b3f8d8.8ccb9901.js,sha256=B2B5XLAdr8qH77ibF_ZWzZSv_Z-F2FRS6f_XGOdf1vc,34514
|
|
237
237
|
solace_agent_mesh/assets/docs/assets/js/4356.d169ab5b.js,sha256=JJdBrbL2-8tn2jfAGsO1ezjcM37BAIZnZsNYgc4UoZs,195
|
|
@@ -294,42 +294,42 @@ solace_agent_mesh/assets/docs/assets/js/cee5d587.f5b73ca1.js,sha256=ciDSktNPCP_c
|
|
|
294
294
|
solace_agent_mesh/assets/docs/assets/js/f284c35a.731836ad.js,sha256=OpaZVW_KrMt74u-M_ul3eEPs4Rs93LVqWv10QCLkS40,18276
|
|
295
295
|
solace_agent_mesh/assets/docs/assets/js/f897a61a.0aa29dbb.js,sha256=Bv0Itx75hHCRAiGKy34-NjK7CSWZ9CT1l5uyni3GCOw,16949
|
|
296
296
|
solace_agent_mesh/assets/docs/assets/js/fbfa3e75.aca209c9.js,sha256=vmq7isB22h2J_2cVIt1h6D2OhwU6wTBEnk1-CNZv9Wk,7314
|
|
297
|
-
solace_agent_mesh/assets/docs/assets/js/main.
|
|
298
|
-
solace_agent_mesh/assets/docs/assets/js/main.
|
|
299
|
-
solace_agent_mesh/assets/docs/assets/js/runtime~main.
|
|
300
|
-
solace_agent_mesh/assets/docs/docs/documentation/concepts/agents/index.html,sha256=
|
|
301
|
-
solace_agent_mesh/assets/docs/docs/documentation/concepts/architecture/index.html,sha256=
|
|
302
|
-
solace_agent_mesh/assets/docs/docs/documentation/concepts/cli/index.html,sha256=
|
|
303
|
-
solace_agent_mesh/assets/docs/docs/documentation/concepts/gateways/index.html,sha256=
|
|
304
|
-
solace_agent_mesh/assets/docs/docs/documentation/concepts/orchestrator/index.html,sha256=
|
|
305
|
-
solace_agent_mesh/assets/docs/docs/documentation/concepts/plugins/index.html,sha256=
|
|
306
|
-
solace_agent_mesh/assets/docs/docs/documentation/deployment/debugging/index.html,sha256=
|
|
307
|
-
solace_agent_mesh/assets/docs/docs/documentation/deployment/deploy/index.html,sha256=
|
|
308
|
-
solace_agent_mesh/assets/docs/docs/documentation/deployment/observability/index.html,sha256=
|
|
309
|
-
solace_agent_mesh/assets/docs/docs/documentation/getting-started/component-overview/index.html,sha256=
|
|
310
|
-
solace_agent_mesh/assets/docs/docs/documentation/getting-started/configurations/index.html,sha256=
|
|
311
|
-
solace_agent_mesh/assets/docs/docs/documentation/getting-started/installation/index.html,sha256=
|
|
312
|
-
solace_agent_mesh/assets/docs/docs/documentation/getting-started/introduction/index.html,sha256=
|
|
313
|
-
solace_agent_mesh/assets/docs/docs/documentation/getting-started/quick-start/index.html,sha256=
|
|
314
|
-
solace_agent_mesh/assets/docs/docs/documentation/tutorials/bedrock-agents/index.html,sha256=
|
|
315
|
-
solace_agent_mesh/assets/docs/docs/documentation/tutorials/custom-agent/index.html,sha256=
|
|
316
|
-
solace_agent_mesh/assets/docs/docs/documentation/tutorials/event-mesh-gateway/index.html,sha256=
|
|
317
|
-
solace_agent_mesh/assets/docs/docs/documentation/tutorials/mcp-integration/index.html,sha256=
|
|
318
|
-
solace_agent_mesh/assets/docs/docs/documentation/tutorials/mongodb-integration/index.html,sha256
|
|
319
|
-
solace_agent_mesh/assets/docs/docs/documentation/tutorials/rag-integration/index.html,sha256=
|
|
320
|
-
solace_agent_mesh/assets/docs/docs/documentation/tutorials/rest-gateway/index.html,sha256=
|
|
321
|
-
solace_agent_mesh/assets/docs/docs/documentation/tutorials/slack-integration/index.html,sha256=
|
|
322
|
-
solace_agent_mesh/assets/docs/docs/documentation/tutorials/sql-database/index.html,sha256=
|
|
323
|
-
solace_agent_mesh/assets/docs/docs/documentation/user-guide/builtin-tools/index.html,sha256=
|
|
324
|
-
solace_agent_mesh/assets/docs/docs/documentation/user-guide/builtin-tools/artifact-management/index.html,sha256=
|
|
325
|
-
solace_agent_mesh/assets/docs/docs/documentation/user-guide/builtin-tools/audio-tools/index.html,sha256=
|
|
326
|
-
solace_agent_mesh/assets/docs/docs/documentation/user-guide/builtin-tools/data-analysis-tools/index.html,sha256=
|
|
327
|
-
solace_agent_mesh/assets/docs/docs/documentation/user-guide/builtin-tools/embeds/index.html,sha256=
|
|
328
|
-
solace_agent_mesh/assets/docs/docs/documentation/user-guide/create-agents/index.html,sha256=
|
|
329
|
-
solace_agent_mesh/assets/docs/docs/documentation/user-guide/create-gateways/index.html,sha256=
|
|
330
|
-
solace_agent_mesh/assets/docs/docs/documentation/user-guide/creating-service-providers/index.html,sha256=
|
|
331
|
-
solace_agent_mesh/assets/docs/docs/documentation/user-guide/solace-ai-connector/index.html,sha256=
|
|
332
|
-
solace_agent_mesh/assets/docs/docs/documentation/user-guide/structure/index.html,sha256=
|
|
297
|
+
solace_agent_mesh/assets/docs/assets/js/main.3d0e7879.js,sha256=18YhfapQzggb9QDvVi6aPaEHDjWoVO7fgX_zaq-ZSWM,479511
|
|
298
|
+
solace_agent_mesh/assets/docs/assets/js/main.3d0e7879.js.LICENSE.txt,sha256=3Jia5o7yaxOtbxuy9khs-thK96m55yCiPaUA-IkWh0A,2069
|
|
299
|
+
solace_agent_mesh/assets/docs/assets/js/runtime~main.05d19492.js,sha256=VxI7n2eMkfQfMtmk5Fj3sljoOY3s_SlBLgU2zAyoOqY,5987
|
|
300
|
+
solace_agent_mesh/assets/docs/docs/documentation/concepts/agents/index.html,sha256=8KK-BsvVZ68Uf9lFt-8pd3fbg9TlFVryK-9iO2wLrOY,38710
|
|
301
|
+
solace_agent_mesh/assets/docs/docs/documentation/concepts/architecture/index.html,sha256=qCB5ty072nfLWY268L9_i-_jYuRo7O3QOqgm0vfmKfM,32000
|
|
302
|
+
solace_agent_mesh/assets/docs/docs/documentation/concepts/cli/index.html,sha256=PVxJJXopV5esB4NpfRJdJdcluPXlgs7x6BhYHjqCuNg,49445
|
|
303
|
+
solace_agent_mesh/assets/docs/docs/documentation/concepts/gateways/index.html,sha256=oOmBEuF6HA21wtdE6bBhLwJXvSzMo3dm__FWWYpDNPg,29378
|
|
304
|
+
solace_agent_mesh/assets/docs/docs/documentation/concepts/orchestrator/index.html,sha256=TfrmLuSJFvzvFxcdvltzPxPAQNNApX0HunYvzL9-1QE,23084
|
|
305
|
+
solace_agent_mesh/assets/docs/docs/documentation/concepts/plugins/index.html,sha256=1y2f0ETkStrMizAvm7-GAQxla42MtqpDt2sbLw8hbHw,39168
|
|
306
|
+
solace_agent_mesh/assets/docs/docs/documentation/deployment/debugging/index.html,sha256=IY8bBKGrsSErkqxS-DpizNgpwcGZAb-1RMGaSxwPyH4,44868
|
|
307
|
+
solace_agent_mesh/assets/docs/docs/documentation/deployment/deploy/index.html,sha256=KXqB_Zcr2lrynj5d8gmcu0W4D1hNHpabvYaiGVKQpTg,41778
|
|
308
|
+
solace_agent_mesh/assets/docs/docs/documentation/deployment/observability/index.html,sha256=tS3McJF-0-fdN4KdVG87z8xq87a9PVdQ44CL4eQ83ZI,25322
|
|
309
|
+
solace_agent_mesh/assets/docs/docs/documentation/getting-started/component-overview/index.html,sha256=dj_NDNijgUNA0U1kA53av1yios2QeW-Zw2Pkdk5Zrc8,20955
|
|
310
|
+
solace_agent_mesh/assets/docs/docs/documentation/getting-started/configurations/index.html,sha256=N6e-SFEFHNYsU0R1Dobf_1yNs02msOEAZGaa1uA6JUg,55878
|
|
311
|
+
solace_agent_mesh/assets/docs/docs/documentation/getting-started/installation/index.html,sha256=BSt32BFi6mTrVqvicyBrDgCJmxLELU40dsRFzxPM2jU,31784
|
|
312
|
+
solace_agent_mesh/assets/docs/docs/documentation/getting-started/introduction/index.html,sha256=_FkQRG4UdrQjPM8mO1-bg0dyC0ZvtqCwdYPEOFDoTDo,29692
|
|
313
|
+
solace_agent_mesh/assets/docs/docs/documentation/getting-started/quick-start/index.html,sha256=xzWsXx72Psnz9r52hiJ0yxEqhimpEU943ysyuWOhkj0,41771
|
|
314
|
+
solace_agent_mesh/assets/docs/docs/documentation/tutorials/bedrock-agents/index.html,sha256=n2pmweQkBkxZUrDhRdCAszrDarIAFvmOhND7AgOfbA8,74495
|
|
315
|
+
solace_agent_mesh/assets/docs/docs/documentation/tutorials/custom-agent/index.html,sha256=aGFIm1sRKlkNy8-Fqv5liMzY-pqw98v0kZO-Nedikus,382598
|
|
316
|
+
solace_agent_mesh/assets/docs/docs/documentation/tutorials/event-mesh-gateway/index.html,sha256=7xFYRTvN9XJlSe9iJVbrqJReX8p9MAOSIq1EV4z_IbY,68501
|
|
317
|
+
solace_agent_mesh/assets/docs/docs/documentation/tutorials/mcp-integration/index.html,sha256=lwg2-62UZaUH7lskwSfRBV1Dqi9H8fJ3B16nfxhUMQg,64265
|
|
318
|
+
solace_agent_mesh/assets/docs/docs/documentation/tutorials/mongodb-integration/index.html,sha256=-TCzGKm2ZB2PT0XivqhRerB1Rv8eG8VqKZ3LpHUt_ZM,86817
|
|
319
|
+
solace_agent_mesh/assets/docs/docs/documentation/tutorials/rag-integration/index.html,sha256=G8nmd0bPBs0uwSn_X3FShskuLjuskDFmzTLbTUDjobY,79247
|
|
320
|
+
solace_agent_mesh/assets/docs/docs/documentation/tutorials/rest-gateway/index.html,sha256=vzPQPt9UGp5Mxyq6VbylZAPb3Bqa3BK-FivwKXMSXpI,45932
|
|
321
|
+
solace_agent_mesh/assets/docs/docs/documentation/tutorials/slack-integration/index.html,sha256=x6qizzSaRYN30M4-pDTWu8IPtPthRS1W6nyvW0lgpWg,49215
|
|
322
|
+
solace_agent_mesh/assets/docs/docs/documentation/tutorials/sql-database/index.html,sha256=_MQspwHqLmEFUs5JRbmvXhwtTWiHBsVoQldUX5YID-Q,68522
|
|
323
|
+
solace_agent_mesh/assets/docs/docs/documentation/user-guide/builtin-tools/index.html,sha256=j2ivPrFGK4iuSeSqJvlyr5HvWsAXSyJJIsgXWgM1YNM,43860
|
|
324
|
+
solace_agent_mesh/assets/docs/docs/documentation/user-guide/builtin-tools/artifact-management/index.html,sha256=MuKLiLhi8lqfgK29keiqiPiBo-giUo7ZVGZnwzIuEfo,33812
|
|
325
|
+
solace_agent_mesh/assets/docs/docs/documentation/user-guide/builtin-tools/audio-tools/index.html,sha256=Ll_ZXEdG0I44iCcpEapSWyn3Q5TFJ5MteA0xR2ZZu7A,57267
|
|
326
|
+
solace_agent_mesh/assets/docs/docs/documentation/user-guide/builtin-tools/data-analysis-tools/index.html,sha256=lp2iCI09L0YL2_LY5ER-dqd1EESsnFRfqH-tP6nTaKc,36816
|
|
327
|
+
solace_agent_mesh/assets/docs/docs/documentation/user-guide/builtin-tools/embeds/index.html,sha256=BmCh9XwHtxs3n7MmACVYPItmqARBMYiVVs2owA_pKco,49696
|
|
328
|
+
solace_agent_mesh/assets/docs/docs/documentation/user-guide/create-agents/index.html,sha256=_j93a-6EXWpYEK98-TiOkYg3d1YbzQLNToGSKe40gNg,161475
|
|
329
|
+
solace_agent_mesh/assets/docs/docs/documentation/user-guide/create-gateways/index.html,sha256=PBEcgVgOGYvaXYuWC2War5PhZyY0jhbz85KS1EcdQ0E,401921
|
|
330
|
+
solace_agent_mesh/assets/docs/docs/documentation/user-guide/creating-service-providers/index.html,sha256=6sCPlWIISE7i9VCcVWYzZXsyA-NwxgEz9wF_ZRnbqXs,58668
|
|
331
|
+
solace_agent_mesh/assets/docs/docs/documentation/user-guide/solace-ai-connector/index.html,sha256=T5FzGCltxC0e96jh_A6c1J3vEGZxF989LziSxTDwj28,24831
|
|
332
|
+
solace_agent_mesh/assets/docs/docs/documentation/user-guide/structure/index.html,sha256=kNkiZekU0iGgKWBq_5NlouewUPBJN3cWyHuGd5Ote7o,28839
|
|
333
333
|
solace_agent_mesh/assets/docs/img/Solace_AI_Framework_With_Broker.png,sha256=e6MbZpxlY1xJ8U01zQogm8vWgokQqDfhsyPyNxtuS00,447393
|
|
334
334
|
solace_agent_mesh/assets/docs/img/logo.png,sha256=TdXZ2wnkSkaFrGO-5fy2WcmjGXaGzwE29dM83raxoTg,45439
|
|
335
335
|
solace_agent_mesh/assets/docs/img/sac-flows.png,sha256=868GgNJGPxn2G6c1Md_0umhg3xuAo7t6HEx8hOKbUJY,21098
|
|
@@ -338,33 +338,33 @@ solace_agent_mesh/assets/docs/img/solace-logo-text.svg,sha256=-wslMOppjNAJqbWRfB
|
|
|
338
338
|
solace_agent_mesh/assets/docs/img/solace-logo.png,sha256=XY5zC_yIVxHdO14TMgW4eTsDWryPsgE_oTSJV4CQthw,17627
|
|
339
339
|
solace_agent_mesh/config_portal/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
340
340
|
solace_agent_mesh/config_portal/backend/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
341
|
-
solace_agent_mesh/config_portal/backend/common.py,sha256=
|
|
341
|
+
solace_agent_mesh/config_portal/backend/common.py,sha256=UWVotyiLMJPMVNZWJfgDtfsjxb_jZclymC-9Dto2xZc,3071
|
|
342
342
|
solace_agent_mesh/config_portal/backend/plugin_catalog_server.py,sha256=Qr5cFUMyDq0qHDTa9ZRbczTi8BUWPZTvxAv3jRxa3hw,7875
|
|
343
343
|
solace_agent_mesh/config_portal/backend/server.py,sha256=gx8KIAopkeAmn4WfseP5z79GOE246Lf8nPaCw7QrBPo,23689
|
|
344
344
|
solace_agent_mesh/config_portal/backend/plugin_catalog/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
345
|
-
solace_agent_mesh/config_portal/backend/plugin_catalog/constants.py,sha256=
|
|
345
|
+
solace_agent_mesh/config_portal/backend/plugin_catalog/constants.py,sha256=z5UvYRnm-x7F9Qg_BYlaq1NV6XHkQlCmavCtqb2SVi4,790
|
|
346
346
|
solace_agent_mesh/config_portal/backend/plugin_catalog/models.py,sha256=Fu6EDX3PD1RTX84ucIs2UbtRk0Y0H3Lm3248MlP0jpY,1199
|
|
347
347
|
solace_agent_mesh/config_portal/backend/plugin_catalog/registry_manager.py,sha256=OhETId1ixVJBIL4lYwu4lRELic6BLgX6SJTkWFXKzPw,6686
|
|
348
348
|
solace_agent_mesh/config_portal/backend/plugin_catalog/scraper.py,sha256=j7yJUEKjgsVs7TvSf8Uf_22bKotlYhocIYhfJhTpQPI,21238
|
|
349
349
|
solace_agent_mesh/config_portal/frontend/static/client/Solace_community_logo.png,sha256=ugNi5vBxTdFZMW2uWNZYcutyk4z8yw9e5KEL5XDcodU,5894
|
|
350
350
|
solace_agent_mesh/config_portal/frontend/static/client/favicon.ico,sha256=9z1ZdOqroxsg2-FzV79kTJ69hVqWVkrDlIv2RgmIhR8,15086
|
|
351
|
-
solace_agent_mesh/config_portal/frontend/static/client/index.html,sha256=
|
|
352
|
-
solace_agent_mesh/config_portal/frontend/static/client/assets/_index-
|
|
353
|
-
solace_agent_mesh/config_portal/frontend/static/client/assets/components-
|
|
354
|
-
solace_agent_mesh/config_portal/frontend/static/client/assets/entry.client-
|
|
355
|
-
solace_agent_mesh/config_portal/frontend/static/client/assets/index-
|
|
356
|
-
solace_agent_mesh/config_portal/frontend/static/client/assets/manifest-
|
|
357
|
-
solace_agent_mesh/config_portal/frontend/static/client/assets/root-
|
|
351
|
+
solace_agent_mesh/config_portal/frontend/static/client/index.html,sha256=B8SNP7epdMYwDUjFOg7kbQjIWajRnlQey2pZUKtCVWY,1419
|
|
352
|
+
solace_agent_mesh/config_portal/frontend/static/client/assets/_index-Bym6YkMd.js,sha256=Z9IGdSN0ZZRdDjWsRApliumhAFTkCo8IzglhTjSGCRY,278167
|
|
353
|
+
solace_agent_mesh/config_portal/frontend/static/client/assets/components-Rk0n-9cK.js,sha256=dXPV9MnIciHjfm68Wp9aKpViYlXfyN_6etThgGS8KO8,40041
|
|
354
|
+
solace_agent_mesh/config_portal/frontend/static/client/assets/entry.client-mvZjNKiz.js,sha256=-9lo6je5RWC0Q4FKlTg-tdu1dsoNQvwbLr5zgfZwf58,3862
|
|
355
|
+
solace_agent_mesh/config_portal/frontend/static/client/assets/index-DzNKzXrc.js,sha256=4xvgTOvPkqnfRR2N9T199hzTFK6u_NdvA5ImbTe2UYU,217925
|
|
356
|
+
solace_agent_mesh/config_portal/frontend/static/client/assets/manifest-d845808d.js,sha256=2KAUdAv350w6RtfVuIHWQrZikXgvPiIbzWdXKBHg5Ms,781
|
|
357
|
+
solace_agent_mesh/config_portal/frontend/static/client/assets/root-BWvk5-gF.js,sha256=KoDaD7JSrkUDgUbDa0JqaB7mXNCc2fR-T5kKAcH5nho,1799
|
|
358
358
|
solace_agent_mesh/config_portal/frontend/static/client/assets/root-DxRwaWiE.css,sha256=HaETPzdva-2CpjK-MmIBI6lipZMiGHmAqLRJiD8s2QE,33607
|
|
359
|
-
solace_agent_mesh/client/webui/frontend/static/auth-callback.html,sha256=
|
|
360
|
-
solace_agent_mesh/client/webui/frontend/static/index.html,sha256=
|
|
361
|
-
solace_agent_mesh/client/webui/frontend/static/assets/authCallback-
|
|
362
|
-
solace_agent_mesh/client/webui/frontend/static/assets/client-
|
|
359
|
+
solace_agent_mesh/client/webui/frontend/static/auth-callback.html,sha256=QjngQl-DRfm4IvHivFaUILSdoEiAWFxxF9_D-0CzDkA,493
|
|
360
|
+
solace_agent_mesh/client/webui/frontend/static/index.html,sha256=FMXGkTGs5QSRWkhrmufRGozAsNnh4FYLjFOzsKO0evM,558
|
|
361
|
+
solace_agent_mesh/client/webui/frontend/static/assets/authCallback-BmF2l6vg.js,sha256=L5ATJKi5t_Z9PrE7p3qbVMUQd9bViZA_2d40IJDLK3A,489
|
|
362
|
+
solace_agent_mesh/client/webui/frontend/static/assets/client-D881Dttc.js,sha256=p8V3gtLvpi8skNkcA2SpmvheI5Us2rT6We7V5W07Zi0,187775
|
|
363
363
|
solace_agent_mesh/client/webui/frontend/static/assets/favicon-BLgzUch9.ico,sha256=9z1ZdOqroxsg2-FzV79kTJ69hVqWVkrDlIv2RgmIhR8,15086
|
|
364
|
-
solace_agent_mesh/client/webui/frontend/static/assets/main-
|
|
365
|
-
solace_agent_mesh/client/webui/frontend/static/assets/main-
|
|
366
|
-
solace_agent_mesh-1.0.
|
|
367
|
-
solace_agent_mesh-1.0.
|
|
368
|
-
solace_agent_mesh-1.0.
|
|
369
|
-
solace_agent_mesh-1.0.
|
|
370
|
-
solace_agent_mesh-1.0.
|
|
364
|
+
solace_agent_mesh/client/webui/frontend/static/assets/main-D0FnP_W4.css,sha256=g_2eWMVcZF04Ajq-hby0GxrbTzppahgK1qp_0WdVB0g,117237
|
|
365
|
+
solace_agent_mesh/client/webui/frontend/static/assets/main-Do32sFPX.js,sha256=fqdcPId0CbMh2dWRNTGHlE6BXs0j26gcuby3YkasdAg,740996
|
|
366
|
+
solace_agent_mesh-1.0.9.dist-info/METADATA,sha256=iralx0EakukVNGGEykXWA1cdwmV4PBLUfJRjt17alnM,24674
|
|
367
|
+
solace_agent_mesh-1.0.9.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
|
|
368
|
+
solace_agent_mesh-1.0.9.dist-info/entry_points.txt,sha256=5pLVH8d8bd4sxUwBh7VTni8gTTSzTqGfY14zgdQZm1I,106
|
|
369
|
+
solace_agent_mesh-1.0.9.dist-info/licenses/LICENSE,sha256=xx0jnfkXJvxRnG63LTGOxlggYnIysveWIZ6H3PNdCrQ,11357
|
|
370
|
+
solace_agent_mesh-1.0.9.dist-info/RECORD,,
|