@arcgis/ai-components 5.1.0-next.0 → 5.1.0-next.1

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.
Files changed (55) hide show
  1. package/dist/cdn/{OUVX4QS2.js → FVVYK5KV.js} +1 -1
  2. package/dist/cdn/{3EBDE5UU.js → GLPXJC3A.js} +1 -1
  3. package/dist/cdn/{OLPFL2NN.js → KSJNIOUZ.js} +1 -1
  4. package/dist/cdn/SLRL7NB7.js +239 -0
  5. package/dist/cdn/{QTP47HEP.js → ZIHS43OH.js} +1 -1
  6. package/dist/cdn/{PWXNH5LQ.js → ZV2N427X.js} +1 -1
  7. package/dist/cdn/index.js +1 -1
  8. package/dist/components/arcgis-assistant/customElement.d.ts +2 -2
  9. package/dist/components/arcgis-assistant-agent/customElement.d.ts +1 -1
  10. package/dist/components/arcgis-assistant-data-exploration-agent/customElement.d.ts +1 -1
  11. package/dist/components/arcgis-assistant-navigation-agent/customElement.d.ts +1 -1
  12. package/dist/docs/api.json +1 -1
  13. package/dist/docs/docs.json +1 -1
  14. package/dist/docs/vscode.html-custom-data.json +1 -1
  15. package/dist/docs/web-types.json +1 -1
  16. package/package.json +6 -6
  17. package/dist/cdn/2GMCG6SX.js +0 -2
  18. package/dist/cdn/2LSVWAZO.js +0 -2
  19. package/dist/cdn/33UOPY5K.js +0 -2
  20. package/dist/cdn/3YA7AYJB.js +0 -59
  21. package/dist/cdn/4H44OILN.js +0 -2
  22. package/dist/cdn/63ACCRM5.js +0 -239
  23. package/dist/cdn/7JQF7K4O.js +0 -2
  24. package/dist/cdn/7XU5DHDB.js +0 -2
  25. package/dist/cdn/AHBZA3FR.js +0 -2
  26. package/dist/cdn/BN4IYD74.js +0 -17
  27. package/dist/cdn/CFWC26EG.js +0 -2
  28. package/dist/cdn/EF43HQG4.js +0 -2
  29. package/dist/cdn/EFU7HGPY.js +0 -109
  30. package/dist/cdn/EU7GHH2Y.js +0 -56
  31. package/dist/cdn/G65WIFNI.js +0 -88
  32. package/dist/cdn/GXFH7ZNV.js +0 -77
  33. package/dist/cdn/HNKWDK3D.js +0 -2
  34. package/dist/cdn/IMPD5HA4.js +0 -25
  35. package/dist/cdn/IZ4NSOIH.js +0 -19
  36. package/dist/cdn/JMVSBIZH.js +0 -2
  37. package/dist/cdn/JVPRUGML.js +0 -28
  38. package/dist/cdn/LDS4EYQM.js +0 -17
  39. package/dist/cdn/M32BWJ4D.js +0 -14
  40. package/dist/cdn/M3HTSZRF.js +0 -271
  41. package/dist/cdn/M7LOJK3R.js +0 -4
  42. package/dist/cdn/OEDEKAJJ.js +0 -4
  43. package/dist/cdn/OERTOQSW.js +0 -2
  44. package/dist/cdn/QJ3OZMLS.js +0 -2
  45. package/dist/cdn/QWUKKFEV.js +0 -2
  46. package/dist/cdn/QZJ4SRT5.js +0 -5
  47. package/dist/cdn/RFHHK4CN.js +0 -2
  48. package/dist/cdn/RUY3V36A.js +0 -239
  49. package/dist/cdn/TBTPT64L.js +0 -69
  50. package/dist/cdn/V32SS7PJ.js +0 -2
  51. package/dist/cdn/WE5QPXDZ.js +0 -30
  52. package/dist/cdn/XJN4OIMJ.js +0 -2
  53. package/dist/cdn/XOLWLHTD.js +0 -41
  54. package/dist/cdn/Y4325EIX.js +0 -2
  55. package/dist/cdn/YCAUYSSP.js +0 -2
@@ -1,59 +0,0 @@
1
- /* COPYRIGHT Esri - https://js.arcgis.com/5.0/LICENSE.txt */
2
- import"./2GMCG6SX.js";var e=`# ArcGIS JavaScript SDK FeatureLayerView Query Assistant
3
-
4
- You are a GIS assistant that generates query parameters for the ArcGIS JavaScript SDK FeatureLayerView \`queryFeatures()\` method.
5
-
6
- Analyze the user's request and construct appropriate query parameters for each relevant layer. Only include parameters that are necessary to answer the user's question.
7
-
8
- ## Layer and Field Information
9
-
10
- In addition to field info, layer info with layerId, name, and description will also be provided.
11
- It will be an array of multiple layers.
12
-
13
- You are only allowed to use the field names listed under each layer. Do not invent or use any fields not listed.
14
-
15
- {layerFieldInfo}
16
-
17
- ## Critical Guard \u2014 Do NOT Hallucinate Fields
18
-
19
- If the user asks for a filter that requires a field not present in the list above, do not invent the field and do not include it in where or outStatistics.
20
-
21
- Instead:
22
- If you can still answer something with the allowed fields, do so (for example: return an unfiltered count).
23
- Otherwise, return a valid query with where: "1=1" and omit any unsupported filters entirely.
24
- Never reference fields beyond those listed. If a temporal filter is requested but there is no date field in the schema, omit the temporal filter completely.
25
-
26
- Validator: Before producing output, verify every field used in where, orderByFields, and outStatistics.onStatisticField exists in the listed fields. If any do not, remove the offending clause(s) and proceed per the Guard rules above.
27
-
28
- ## Input
29
-
30
- Use the most recent relevant user question from the chat history. The question will **not** be restated again here.
31
-
32
- ### Mixed Questions
33
-
34
- If a question has both aggregate and display components (e.g., "How many wells have depth > 100? Show them"):
35
-
36
- - Focus ONLY on the aggregate part ("how many") for this query
37
- - The visualization part ("show them") is handled by a separate system
38
-
39
- ## SQL-92 Date/Time Syntax
40
-
41
- User timezone: {userTimezone} ({userTimezoneOffset})
42
-
43
- Database stores dates in UTC. Convert user's local time to UTC.
44
-
45
- To convert: if offset is \`-08:00\`, add 8 hours. If \`-05:00\`, add 5 hours.
46
-
47
- Format: \`TIMESTAMP 'YYYY-MM-DD HH:MM:SS'\`
48
-
49
- ### NOTE:
50
-
51
- If the user request includes no filter (where: 1=1) and the answer can be
52
- derived from precomputed fieldStatistics, do NOT call a tool.
53
- Instead, respond directly using the provided statistics.
54
-
55
- ## Your Task
56
-
57
- 1. Analyze the most recent user question from the chat history and the provided layer and field information.
58
- 2. Select ZERO or ONE most appropriate tool to call based on the user's request.
59
- `;export{e as default};
@@ -1,2 +0,0 @@
1
- /* COPYRIGHT Esri - https://js.arcgis.com/5.0/LICENSE.txt */
2
- import c from"./RUY3V36A.js";import b from"./M3HTSZRF.js";import{a as s,b as a}from"./QWUKKFEV.js";import"./QJ3OZMLS.js";import"./2LSVWAZO.js";import{p as r,t as e}from"./OEDEKAJJ.js";import"./2GMCG6SX.js";export default $arcgis.t(([,{d:i}])=>{var t=class extends r{constructor(){super(...arguments),this.agent=i}static{this.properties={referenceElement:1}}#t;getContext(){if(!this.#t)throw new Error("arcgis-assistant-layer-query-agent requires a mapView");return{mapView:this.#t}}async load(){this.#t=await s(this,"arcgis-assistant-layer-query-agent"),a(this)}};e("arcgis-assistant-layer-query-agent",t);return t},b,c)
@@ -1,239 +0,0 @@
1
- /* COPYRIGHT Esri - https://js.arcgis.com/5.1/LICENSE.txt */
2
- import a from"./JOZLOFW3.js";export default $arcgis.t(([mt,me,Ge,ft,{addressToLocations:yt},Be,V,Y,fe,ye,Qe,We,ge,Ke,{createRenderer:gt},{getSchemesByTag:pt,getSchemes:wt},{getBackgroundColorTheme:Ae},{createAgeRenderer:bt,createContinuousRenderer:vt},{getSchemesByTag:pe},{createContinuousRenderer:St},{createRenderer:Tt},{getSchemesByTag:xt},{createRenderer:Et},{getSchemesByTag:It},{createRenderer:Lt},{getSchemesByTag:$t},{createRenderer:Ft},{getSchemesByTag:_t},{createAgeRenderer:kt,createContinuousRenderer:Nt},{createRenderer:qt},{getSchemesByTag:At},Ue,Re,Me,P,{executeQueryStreaming:Rt},Mt,{a:Le,b:$e,c:O,d:re,e:ae,f:j,g:D,h:k,i:p,j:g,k:N,l:x,m:Fe,n:U,o:J,p:_e,q:L,r:q,s:n,t:h,u:E,v:oe,w:ke,x:C}])=>{var qe=e=>Array.isArray(e)&&e.every(O),ct=e=>typeof e=="object"&&e!=null&&"messages"in e&&qe(e.messages),dt=e=>typeof e=="object"&&e!=null&&"lg_tool_call"in e,A=class extends _e{tools;handleToolErrors=!0;trace=!1;constructor(e,r){let{name:t,tags:a,handleToolErrors:o}=r??{};super({name:t,tags:a,func:(i,s)=>this.run(i,s)}),this.tools=e,this.handleToolErrors=o??this.handleToolErrors}async runTool(e,r){let t=this.tools.find(a=>a.name===e.name);try{if(t===void 0)throw new Error(`Tool "${e.name}" not found.`);let a=await t.invoke({...e,type:"tool_call"},r);return O(a)&&a.getType()==="tool"||J(a)?a:new re({status:"success",name:t.name,content:typeof a=="string"?a:JSON.stringify(a),tool_call_id:e.id})}catch(a){if(!this.handleToolErrors||$e(a))throw a;return new re({status:"error",content:`Error: ${a.message}
3
- Please fix your mistakes.`,name:e.name,tool_call_id:e.id??""})}}async run(e,r){let t;if(dt(e))t=[await this.runTool(e.lg_tool_call,r)];else{let i;if(qe(e))i=e;else if(ct(e))i=e.messages;else throw new Error("ToolNode only accepts BaseMessage[] or { messages: BaseMessage[] } as input.");let s=new Set(i.filter(c=>c.getType()==="tool").map(c=>c.tool_call_id)),l;for(let c=i.length-1;c>=0;c-=1){let d=i[c];if(D(d)){l=d;break}}if(l==null||!D(l))throw new Error("ToolNode only accepts AIMessages as input.");t=await Promise.all(l.tool_calls?.filter(c=>c.id==null||!s.has(c.id)).map(c=>this.runTool(c,r))??[])}if(!t.some(J))return Array.isArray(e)?t:{messages:t};let a=[],o=null;for(let i of t)J(i)?i.graph===U.PARENT&&Array.isArray(i.goto)&&i.goto.every(s=>Fe(s))?o?o.goto.push(...i.goto):o=new U({graph:U.PARENT,goto:i.goto}):a.push(i):a.push(Array.isArray(e)?[i]:{messages:[i]});return o&&a.push(o),a}};var us=g.Root({llmInputMessages:g({reducer:(e,r)=>L([],r),default:()=>[]})});var Je=g.Root({messages:g({reducer:L,default:()=>[]}),outputMessage:g({reducer:(e="",r)=>{let t=typeof r=="string"?r.trim():"";if(!t)return e;let a=e.trim();if(!a)return t;if(a===t)return e;let o=a.split(`
4
-
5
- `);return o[o.length-1]?.trim()===t?e:`${e}
6
-
7
- ${t}`},default:()=>""}),intent:g({reducer:(e,r)=>r}),vectorSearchLayerResults:g({reducer:(e,r)=>r,default:()=>[]}),vectorSearchFieldResults:g({reducer:(e,r)=>r})});async function zt(e,r){let t="https://geocode.arcgis.com/arcgis/rest/services/World/GeocodeServer";console.log(`[goToAddress] Geocoding: ${e}`);let a=(await yt(t,{address:{SingleLine:e},outFields:["Match_addr"]}))?.[0];if(!a?.extent)throw new Error(`Could not find location for: ${e}`);let{xmin:o,ymin:i,xmax:s,ymax:l,spatialReference:c}=a.extent,d=new Ge({xmin:o,ymin:i,xmax:s,ymax:l,spatialReference:c}),u=(o+s)/2,m=(i+l)/2,f=new me({x:u,y:m,spatialReference:c}),y=new ft({style:"circle",color:"red",size:12}),w=new mt({geometry:f,symbol:y});return r.graphics.removeAll(),r.graphics.add(w),await r.goTo(d),`Successfully zoomed to: ${a.address}. Location coordinates: x=${u}, y=${m}, wkid=${c.wkid}`}var Ct=["mapView"];function $(e){let r=e?.configurable?.context;if(!r||typeof r!="object")throw new Error("NavigationAgent context missing");let t=Ct.filter(a=>!(a in r));if(t.length)throw new Error(`NavigationAgent context missing: ${t.join(", ")}`);return r}async function jt({address:e},r){let{mapView:t}=$(r);return await zt(e,t)}var Vt=n.object({address:n.string().describe("The full address or place name to locate.")}),Ot=p(jt,{name:"goToAddress",description:"Geocodes an address using Esri's World Geocoding Service and zooms the map to that location.",schema:Vt});async function Dt(e,r){let t=r.map.bookmarks;if(!t||t.length===0)throw new Error("No bookmarks found in the map.");let a=t.find(i=>i.name===e);if(!a)throw new Error(`Bookmark with name "${e}" not found.`);let o=a.viewpoint;if(!o)throw new Error(`Bookmark with name "${e}" does not have a valid viewpoint.`);return await r.goTo(o),`Navigated to bookmark: ${e}`}async function Pt({bookmarkName:e},r){let{mapView:t}=$(r);return await Promise.resolve(Dt(e,t))}var Gt=k.object({bookmarkName:k.string().describe("The name of the bookmark to navigate to.")}),Bt=p(Pt,{name:"goToBookmark",description:"Go to the extent of the bookmark with the given name.",schema:Gt});async function Qt(e,r,t){let a=t.map?.allLayers.find(i=>i.id===e);if(!a)return`Error: Layer with id ${e} not found`;let o=a.createQuery();o.where=r??"1=1";try{let{extent:i,count:s}=await a.queryExtent(o);if(s===0)return`No features found in ${a.title} matching: ${r}`;if(i)await t.goTo(i);else return`Error: Unable to determine extent for ${a.title}`;return`Successfully zoomed to ${s} feature(s) in ${a.title}`}catch(i){return console.error("Error in goToFeatures:",i),`Error: ${i instanceof Error?i.message:"Unknown error"}`}}async function Wt({layerId:e,where:r},t){let{mapView:a}=$(t);return await Qt(e,r,a)}var Kt=k.object({layerId:k.string().describe("The layerId of the layer to zoom to."),where:k.string().describe("The sql-92 where clause used to query features to zoom to")}),Ut=p(Wt,{name:"goToFeatures",description:"Go to the features that match the given filter related to the given layerId.",schema:Kt});async function Jt(e){let r=new Ge({xmin:-180,ymin:-90,xmax:180,ymax:90,spatialReference:{wkid:4326}}).expand(.7);return await e.goTo(r),"Successfully zoomed to world extent"}async function Ht(e,r){let{mapView:t}=$(r);return await Jt(t)}var Zt=k.object({}),Yt=p(Ht,{name:"goToFullExtent",description:"Zooms the map to the full world extent using Esri's Geocoding Service.",schema:Zt});async function Xt(e){let r=e.map.initialViewProperties?.viewpoint?.targetGeometry;if(r)await e.goTo(r);else throw new Error("Initial extent is undefined");return"Successfully zoomed to home extent"}async function er(e,r){let{mapView:t}=$(r);return await Xt(t)}var tr=n.object({}),rr=p(er,{name:"goToHomeExtent",description:"Go to the initial web map view extent",schema:tr});async function ar(e,r){await r.when();let t=r.map?.allLayers.find(o=>o.id===e);if(!t)return console.warn(`[goToLayer] No matching FeatureLayer found for: ${e}`),`Could not find layer for: ${e}`;console.log(`[goToLayer] Zooming to layer: ${t.title}`);let a;return(t.type==="link-chart"||t.type==="knowledge-graph-sublayer")&&r.map?.activeLinkChartLayer?a=r.map.diagramNodesExtent:a=t.fullExtent,a?(await r.goTo(a),t.visible=!0,`Successfully zoomed to: ${t.title??""}`):"Layer has no defined extent. Cannot zoom to layer."}async function or({layerId:e},r){let{mapView:t}=$(r);return await ar(e,t)}var ir=k.object({layerId:k.string().describe("The id of the layer to navigate to")}),nr=p(or,{name:"goToLayer",description:"Zooms the map view to the full extent of the top matching layer.",schema:ir});async function sr(e,r){return await r.goTo({scale:e}),`Successfully zoomed to: ${e}`}async function lr({scale:e},r){let{mapView:t}=$(r);return await sr(e,t)}var cr=n.object({scale:n.number().describe("The map scale of the view to go to.")}),dr=p(lr,{name:"goToScale",description:"Go to the specified view scale.",schema:cr});async function ur(e,r,t){let a={target:new me({longitude:e.longitude,latitude:e.latitude,spatialReference:{wkid:4326}})};return t?.zoom!==void 0&&(a.zoom=t.zoom),t?.scale!==void 0&&(a.scale=t.scale),await r.goTo(a),`Successfully navigated to: ${[`(${e.latitude}\xB0, ${e.longitude}\xB0)`,t?.zoom!==void 0?`zoom ${t.zoom}`:"",t?.scale!==void 0?`scale 1:${t.scale}`:""].filter(Boolean).join(", ")}`}async function hr({center:e,zoom:r,scale:t},a){let{mapView:o}=$(a);return await ur(e,o,{zoom:r,scale:t})}var mr=n.object({center:n.object({longitude:n.number().describe("The longitude (x-coordinate) of the point to navigate to."),latitude:n.number().describe("The latitude (y-coordinate) of the point to navigate to.")}),zoom:n.number().optional().describe("The zoom level. Higher values = more zoomed in."),scale:n.number().optional().describe("The map scale. Alternative to zoom. Smaller numbers = more zoomed in.")}),fr=p(hr,{name:"goToViewpoint",description:"Go to the specified viewpoint. This can contain a combination of scale, center, zoom, etc.",schema:mr});async function yr(e,r){return await r.goTo({zoom:e}),`Successfully zoomed to: ${e}`}async function gr({zoom:e},r){let{mapView:t}=$(r);return await yr(e,t)}var pr=n.object({zoom:n.number().min(1).max(20).describe("The zoom level of the view to go to.")}),wr=p(gr,{name:"goToZoom",description:'Go to the specified zoom level. If input is generic (e.g. "zoom in", then only zoom to the next appropriate level - increase level for zooming in and decrease for zooming out.).',schema:pr}),we=[Ot,Bt,Ut,Yt,rr,nr,dr,fr,wr],ze=Object.assign({"../agents/arcgisKnowledge/prompts/arcgis_knowledge_current_lc_context.md":()=>import("./LSGRWCAO.js").then(e=>e.default),"../agents/arcgisKnowledge/prompts/arcgis_knowledge_intent_prompt.md":()=>import("./KKHKKCYH.js").then(e=>e.default),"../agents/arcgisKnowledge/prompts/arcgis_knowledge_tool_prompt.md":()=>import("./KQ6LEQHH.js").then(e=>e.default),"../agents/dataExploration/prompts/data_explore_filter_prompt.md":()=>import("./M7XUI5KY.js").then(e=>e.default),"../agents/dataExploration/prompts/data_explore_query_prompt.md":()=>import("./ZYQ6U2YH.js").then(e=>e.default),"../agents/dataExploration/prompts/summarize_query_response_prompt.md":()=>import("./SOWNHB7F.js").then(e=>e.default),"../agents/help/prompts/help_prompt.md":()=>import("./62K6RJZZ.js").then(e=>e.default),"../agents/layerFilter/prompts/layer_filter_prompt.md":()=>import("./X7WF7TCS.js").then(e=>e.default),"../agents/layerQuery/prompts/data_query_prompt.md":()=>import("./6T2EIYO4.js").then(e=>e.default),"../agents/layerQuery/prompts/summarize_query_response_prompt.md":()=>import("./HN2HMAMX.js").then(e=>e.default),"../agents/layerStyling/prompts/layer_styling_prompt.md":()=>import("./CFT5BBC6.js").then(e=>e.default),"../agents/navigation/prompts/navigation_intent_prompt.md":()=>import("./NKNUZCLA.js").then(e=>e.default),"../agents/navigation/prompts/navigation_tool_prompt.md":()=>import("./LTBEINKG.js").then(e=>e.default)});async function F(e){let r=Object.entries(ze).find(([t])=>t.endsWith(`/${e}.md`));if(console.log(`entry for prompt "${e}":`,r),!r)throw new Error(`Prompt not found: ${e}
8
- Available prompts:
9
- ${Object.keys(ze).join(`
10
- `)}`);return await r[1]()}var br=(e,r=3)=>e.filter(t=>t instanceof ae).slice(-r),v=(e,r=3)=>{let t=e.map((o,i)=>o instanceof ae?i:-1).filter(o=>o!==-1);if(t.length===0)return[];let a=t.length>r?t[t.length-r]:t[0];return e.slice(a)},_=(e,r=" ")=>br(e).map(t=>t.content).join(r).trim();async function vr(e,r){let t=await F("navigation_tool_prompt"),{mapView:a}=$(r),o=a.map,i=e.vectorSearchLayerResults?.length>0?e.vectorSearchLayerResults.map((w,S)=>`${S+1}. layerId=${w.id} | title=${w.title??""} | name=${w.name??""} | score=${w.score.toFixed(2)}`).join(`
11
- `):"",s=e.vectorSearchFieldResults?.length>0?JSON.stringify(e.vectorSearchFieldResults,null,2):"",l=e.intent==="goToBookmark"&&o.bookmarks?.length?`Available bookmarks:
12
- ${JSON.stringify(o.bookmarks,null,2)}`:"",c=(e.intent==="goToLayer"||e.intent==="goToFeatures")&&e.vectorSearchLayerResults?.length?`Candidate layers:
13
- ${i}`:"",d=e.intent==="goToFeatures"&&e.vectorSearchFieldResults?.length?`Candidate fields:
14
- ${s}`:"",u={intent:e.intent,bookmarksSection:l,layersSection:c,fieldsSection:d,currentZoom:a.zoom},m=await C({promptText:t,messages:v(e.messages),inputVariables:u,tools:we}),f=[...e.messages,m],y=(m.tool_calls?.length??0)>0?[...f]:[...f,m];return{...e,messages:y}}async function Sr(e,r){let t=await new A(we).invoke({messages:v(e.messages)},r),a=t.messages.map(s=>s.text).join(`
15
- `);await h({text:`Finished executing navigation tool: ${a}`},r);let o=[...e.messages,...t.messages],i=t.messages.map(s=>s.text).join(`
16
- `);return{...e,messages:o,outputMessage:i}}async function Tr(e){let r=await F("navigation_intent_prompt"),t={tools:we.map(s=>({name:s.name,description:s.description,schema:s.schema})).map(({name:s,description:l,schema:c})=>`${s}: ${l}, ${JSON.stringify(c)}`).join(`
17
- `)},a=n.object({intent:n.string()}),o=await ke({promptText:r,modelTier:"fast",messages:v(e.messages),inputVariables:t,schema:a}),i=typeof o.intent=="string"?o.intent.trim().replace(/^"|"$/gu,""):"";return{...e,intent:i||""}}var b=(e,r)=>{let t=e?.configurable?.services?.[r];if(t==null)throw new Error(`${r} missing in config.configurable.services`);return t},xr=.7,Er=async(e,r)=>{try{let t=_(e.messages);await h({text:`Similarity search to find layers: ${t}`},r);let a=b(r,"layerSearch"),o=b(r,"layersAndFieldsRegistry"),i=b(r,"embeddingCache"),s=(await a.searchLayers({text:t,minScore:xr,embeddingCache:i})).map(({id:c,score:d})=>{let u=o.get(c)?.layerItem;return{id:c,title:u?.title,name:u?.name??void 0,score:d}}),l;return s.length>0?l=`Vector search completed. Matching layers:
18
- ${s.map(c=>`- layerId=${c.id} | title=${c.title??""} | name=${c.name??""} | score=${c.score.toFixed(2)}`).join(`
19
- `)}`:l="Vector search completed. No matching layers found.",await h({text:l},r),{...e,vectorSearchLayerResults:s}}catch(t){throw await h({text:`Error during vector search layers: ${t instanceof Error?t.message:String(t)}`},r),t}},Ce=.7,Ir=10,Lr=async(e,r)=>{try{let t=_(e.messages);await h({text:"Similarity search to find fields"},r);let a=b(r,"fieldSearch"),o=b(r,"layersAndFieldsRegistry"),i=b(r,"embeddingCache"),s=e.vectorSearchLayerResults?.map(d=>d.id)??[];if(s.length===0)return await h({text:"No candidate layers for field search"},r),e;let l=(await a.searchFields({text:t,layerIds:s,minScore:Ce,topResults:Ir,embeddingCache:i})).map(({layerId:d,results:u})=>{let m=o.get(d)?.fieldRegistry;return{layerId:d,layerName:o.get(d)?.layerItem.name,results:u.map(f=>{let y=m?.get(f.name);return{name:f.name,score:f.score,type:y?.type,alias:y?.alias,description:y?.description,statistics:y?.statistics}})}}),c;return l.length>0?c=`Vector search completed. Matching layers and fields:
20
- ${l.map(d=>`${d.layerName??d.layerId}:
21
- ${d.results.map(u=>` - ${u.name} (${u.score.toFixed(2)})`).join(`
22
- `)}`).join(`
23
- `)}`:c=`No vector search field results found for score over ${Ce}.`,await h({text:c},r),{...e,vectorSearchFieldResults:l}}catch(t){throw await h({text:`Error during vector search fields: ${t instanceof Error?t.message:String(t)}`},r),t}},B=(e,r)=>(t,a)=>{let o=a?.configurable?.services;for(let i of e)if(!o?.[i])throw new Error(`${r} requires services.${i} to be available.`);return t},$r=(e,r)=>B(["layerSearch","layersAndFieldsRegistry"],"Navigation Agent")(e,r),Fr=()=>new q(Je).addNode("requireNavigationServices",$r).addNode("intentLLM",Tr).addNode("vectorSearchLayers",Er).addNode("vectorSearchFields",Lr).addNode("agent",vr).addNode("tools",Sr).addEdge(N,"requireNavigationServices").addEdge("requireNavigationServices","intentLLM").addConditionalEdges("intentLLM",e=>e.intent==="goToLayer"||e.intent==="goToFeatures"?"vectorSearchLayers":"agent",{vectorSearchLayers:"vectorSearchLayers",agent:"agent"}).addConditionalEdges("vectorSearchLayers",e=>e.intent==="goToFeatures"?"vectorSearchFields":"agent",{vectorSearchFields:"vectorSearchFields",agent:"agent"}).addEdge("vectorSearchFields","agent").addEdge("agent","tools").addEdge("tools",x),_r=String.raw`- **navigation** — Enables users to interact with the map by navigating to specific locations, layers, features, or extents.
24
- This includes zooming, panning, centering, or geocoding based on user input. The agent is designed to handle explicit map movement requests. NOTE: DO NOT call this agent if the user asks "where is... " or "show me...", that is meant to be handled by another agent.
25
-
26
- Supported actions:
27
- - **Zooming**: Adjust the map's zoom level (e.g., "Zoom to level 10", "Zoom in").
28
- - **Viewpoints**: Navigate to a specific center point with optional zoom or scale (e.g., "Center the map on San Francisco at zoom level 16").
29
- - **Scales**: Set the map to a specific scale (e.g., "Set the map scale to 1:50,000").
30
- - **Layers**: Zoom to the full extent of a specific layer (e.g., "Go to the water mains layer"). For the purposes of link charts, if the user requests to go to the extent of a link chart or the entities/nodes within it, that should be treated as a request to use the goToLayer tool on the link chart layer
31
- - **Features**: Zoom to features in a layer that match a filter (e.g., "Zoom to all schools in the city").
32
- - **Bookmarks**: Navigate to a predefined bookmark extent (e.g., "Go to the Downtown bookmark").
33
- - **Extents**: Reset to the initial web map extent or zoom to the full world extent (e.g., "Reset the map", "Zoom to the full world extent").
34
- - **Addresses**: Zoom to an address or place name (e.g., "Zoom to 1600 Pennsylvania Ave").
35
-
36
- _Example: “Zoom to Texas”_
37
- _Example: “Go to the water mains layer”_
38
- _Example: “Zoom to to the extent of my link chart”_
39
- _Example: “Center the map on San Francisco at scale 50000”_
40
- _Example: “Zoom to the features in the schools layer where city = 'Austin'”_
41
- _Example: “Go to the Downtown bookmark”_
42
- _Example: “Zoom to 1600 Pennsylvania Ave”_`,hl={id:"navigation",name:"Navigation Agent",description:_r,createGraph:Fr,workspace:Je},He=g.Root({messages:g({reducer:L,default:()=>[]}),outputMessage:g({reducer:(e="",r)=>{let t=typeof r=="string"?r.trim():"";if(!t)return e;let a=e.trim();if(!a)return t;if(a===t)return e;let o=a.split(`
43
-
44
- `);return o[o.length-1]?.trim()===t?e:`${e}
45
-
46
- ${t}`},default:()=>""}),vectorSearchLayerIds:g(),vectorSearchFieldResults:g(),layerFieldInfo:g(),queryResponse:g()}),kr=async(e,r)=>(await h({text:"Exiting Data Exploration agent"},r),e),Q=async(e,r)=>{let t=e.tool_calls??[];if(t.length===0){await h({text:`LLM did not request any tool calls: ${String(e?.content)}`},r);return}await Promise.all(t.map(async a=>await h({text:`LLM requested tool call with arguments: ${JSON.stringify(a.args,null,2)}`},r))),console.log("LLM response:",JSON.stringify(e.tool_calls,null,2))},be=async(e,r,t)=>{let a=e.map?.allLayers.find(i=>i.id===r),o=a.createQuery();o.where=t??"1=1";try{let{extent:i,count:s}=await a.queryExtent(o);return!i||s===0?{success:!1,error:`No features found for where clause: ${t}`}:(await e.goTo(i),{success:!0})}catch(i){return{success:!1,error:i instanceof Error?i.message:String(i)}}},Nr=async(e,r,t)=>{let a=t.map?.allLayers.find(s=>s.id===e);if(!a)return`Could not find layer with ID: ${e}`;a.definitionExpression=r,a.visible=!0;let o=await be(t,e,r),i=a.title??a.layerId;return o.success?`Applied definition expression to layer "${a.title??e}": ${r}`:`Applied filter to "${i}" but no features matched. ${o.error}`},qr=["mapView"];function R(e){let r=e?.configurable?.context;if(!r||typeof r!="object")throw new Error("DataExplorationAgent context missing");let t=qr.filter(a=>!(a in r));if(t.length)throw new Error(`DataExplorationAgent context missing: ${t.join(", ")}`);return r}var Ar=async({layerId:e,definitionExpression:r},t)=>{let{mapView:a}=R(t);return await Nr(e,r,a)},Rr=n.object({layerId:n.string().describe("The layerId of the layer on which to set a definitionExpression."),definitionExpression:n.string().describe("The SQL-92 where clause used to set a definition expression on the layer.")}),Mr=p(Ar,{name:"setDefinitionExpression",description:"Set a SQL-92 where clause to the definition expression of a layer (i.e. a server-side filter). This filters features at the server level, affecting all views of the layer. Do not prioritize this tool unless specifically asked for or implied for server level, affecting all views of the layer.",schema:Rr});function se(e){return"point"in e&&e.point!==void 0}function le(e){return"layerId"in e&&e.layerId!==void 0}var W=async(e,r)=>{if(se(e)){let{point:t}=e;return{geometry:new me({x:t.x,y:t.y,spatialReference:t.spatialReference?{wkid:t.spatialReference.wkid}:r.spatialReference})}}if(le(e)){let t=r.map?.allLayers.find(a=>a.id===e.layerId);if(!t)return{error:`Could not find geometry layer with ID: ${e.layerId}`};try{let a=await t.queryFeatures({where:e.where,returnGeometry:!0,outSpatialReference:r.spatialReference});if(!a.features.length)return{error:`No features found in geometry layer with the specified where clause: ${e.where}`};let o;if(a.features.length===1){let i=a.features[0].geometry;if(!i)return{error:"The geometry of the first feature is undefined or null."};o=i}else{let i=a.features.map(l=>l.geometry),s=Y.executeMany(i);if(!s)return{error:"Failed to create a combined geometry."};o=s}return o.spatialReference||(o.spatialReference=r.spatialReference),{geometry:o}}catch(a){return{error:`Failed to query geometry: ${String(a)}`}}}return{error:"Invalid geometry configuration provided"}},zr=async(e,r,t,a,o)=>{let i=r.map?.allLayers.find(d=>d.id===e.layerId);if(!i)return`Could not find target layer with ID: ${e.layerId}`;let s;if(o){let d=await W(o,r);if("error"in d)return d.error;s=d.geometry}i.featureEffect=null,i.featureEffect=new Be({filter:new V({where:e.where,geometry:s,spatialRelationship:"intersects",distance:o?.distance,units:o?.units}),includedEffect:t,excludedEffect:a}),i.visible=!0;let l=await be(r,o?o.layerId:e.layerId,o?o.where:e.where),c=i.title??e.layerId;return l.success?`Applied feature effects to target layer "${i.title??e.layerId}"${o?` using geometry from layer "${o.layerId}"`:""}.`:`Applied filter to "${c}" but no features matched. ${l.error}`},Cr=["feet","kilometers","meters","miles","nautical-miles","us-nautical-miles"],M=n.enum(Cr),jr=async({targetLayer:e,geometryLayer:r,includedEffect:t="drop-shadow(2px, 2px, 2px, gray)",excludedEffect:a="grayscale(100%) opacity(60%) blur(2px)"},o)=>{let{mapView:i}=R(o);return await zr(e,i,t,a,r)},Vr=n.object({targetLayer:n.object({layerId:n.string().describe("The layerId of the layer on which to set a feature effect."),where:n.string().describe("The SQL-92 where clause representing the features to emphasize.")}),geometryLayer:n.object({layerId:n.string().describe("The layerId of the layer containing the geometry by which to filter."),where:n.string().describe("The SQL-92 where clause representing the features from which to filter features from the targetLayer by geometry."),distance:n.number().describe("The distance by which to filter the input geometry."),units:M.describe("The units used to filter by geometry and distance.")}).optional().describe("Optional geometry-based filtering parameters for spatial queries."),includedEffect:n.string().optional().default("drop-shadow(2px, 2px, 2px, gray)").describe("The effect applied to features that meet the filter requirements. Valid effects include: bloom, blur, brightness, contrast, drop-shadow, grayscale, hue-rotate, invert, opacity, saturate, and sepia. Prefer default unless specified."),excludedEffect:n.string().optional().default("grayscale(100%) opacity(60%) blur(2px)").describe("The effect applied to features that do not meet the filter requirements. Valid effects include: bloom, blur, brightness, contrast, drop-shadow, grayscale, hue-rotate, invert, opacity, saturate, and sepia. Prefer default unless specified.")}),Or=p(jr,{name:"setFeatureEffect",description:"Sets a feature effect on a given layer with given filter parameters and feature effects to emphasize certain features that meet a filter requirement. If no feature effect information is provided, then use the default effect provided.",schema:Vr}),Dr=async(e,r,t)=>{let a=r.map?.allLayers.find(c=>c.id===e.layerId);if(!a)return`Could not find target layer with ID: ${e.layerId}`;let o;if(t){let c=await W(t,r);if("error"in c)return c.error;o=c.geometry}let i=await r.whenLayerView(a);i.filter=null,i.filter=new V({where:e.where,geometry:o,spatialRelationship:"intersects",distance:t?.distance,units:t?.units}),a.visible=!0;let s=await be(r,t?t.layerId:e.layerId,t?t.where:e.where),l=a.title??e.layerId;return s.success?`Applied feature filter to layer "${a.title??e.layerId}"${t?` using geometry from layer "${t.layerId}"`:""}.`:`Applied filter to "${l}" but no features matched. ${s.error}`},Pr=async({targetLayer:e,geometryLayer:r},t)=>{let{mapView:a}=R(t);return await Dr(e,a,r)},Gr=n.object({targetLayer:n.object({layerId:n.string().describe("The layerId of the layer on which to set a filter."),where:n.string().describe("The SQL-92 where clause representing the features to display.")}),geometryLayer:n.object({layerId:n.string().describe("The layerId of the layer containing the geometry by which to filter."),where:n.string().describe("The SQL-92 where clause representing the features from which to filter features from the targetLayer by geometry."),distance:n.number().describe("The distance by which to filter the input geometry."),units:M.describe("The units used to filter by geometry and distance.")}).optional().describe("Optional geometry-based filtering parameters for spatial queries.")}),Br=p(Pr,{name:"setFeatureFilter",description:"Sets a client-side filter using a where clause, geometry filter, or both on a target layer. This filters features at the client level in the view.",schema:Gr}),ce=(e,r,t)=>{if(e&&typeof e!="function"){let a="getField"in t&&t.getField?.(e),o=a&&"getFieldDomain"in t&&t.getFieldDomain?t.getFieldDomain(a.name):null;if(o?.type==="coded-value"){let i=o.codedValues.find(s=>s.code===r);return i?i.name:null}}return null},Qr=(e,r,t)=>{let a=e.createQuery();return a.outFields=[r],a.where=t||"1=1",a.num=1,a},Wr=async(e,r,t,a)=>{let o=a.map?.allLayers.find(d=>d.id===e),i=Qr(o,r,t.where),s=(await o.queryFeatures(i)).features[0],l=s?s.attributes[r]:null,c=ce(r,l,o)||l;return{tool:"getAttribute",layerName:o.title??e,summary:`${r} = ${c}`,details:{fieldName:r,value:c,where:t.where}}};async function Kr({layerId:e,fieldName:r,query:t},a){let{mapView:o}=R(a),i=await Wr(e,r,t,o);return JSON.stringify(i,null,2)}var Ur=n.object({layerId:n.string().describe("The layerId of the layer containing the field from which to get a value."),fieldName:n.string().describe("The name of the field/attribute from which to get a field value."),query:n.object({where:n.string().describe("The SQL-92 where clause representing the feature from which to get an attribute value.")})}),Jr=p(Kr,{name:"getAttribute",description:"Returns an attribute value for a given feature.",schema:Ur}),ve=(e,r)=>r?e.hasAllFeaturesInView:e.hasAllFeatures,Hr=async e=>{let{targetLayer:r,fieldName:t,statisticType:a,mapView:o,layersAndFieldsRegistry:i,geometryLayer:s}=e,l=o.map?.allLayers.find(T=>T.id===r.layerId);if(!l)throw new Error(`Layer '${r.layerId}' not found.`);let c=await o.whenLayerView(l),d=i.get(r.layerId)?.fieldRegistry.get(t);if(!d)throw new Error(`Field '${t}' not found.`);let u,m;if(s){let T=await W(s,o);if("error"in T)throw new Error(T.error);if(!T.geometry)throw new Error(`No features found matching: ${s.where}`);u={geometryLayerId:s.layerId,geometryWhere:s.where,distance:s.distance,units:s.units,applied:!0},m=new V({geometry:T.geometry,distance:s.distance,units:s.units,spatialRelationship:"intersects"})}let f=ve(c,!1),y=null,w=null,S=10;if(d.type!=="geometry"&&d.type!=="oid"&&d.type!=="global-id")try{y=await fe({layer:l,useFeaturesInView:f,view:f?o:void 0,field:t,sqlWhere:r.where,...m&&{filter:m},outStatisticTypes:{include:[a]}}),["string","small-integer","integer"].includes(d.type)&&(w=(await ye({layer:l,useFeaturesInView:f,view:f?o:void 0,field:t,sqlWhere:r.where,...m&&{filter:m}})).uniqueValueInfos.sort((T,z)=>z.count-T.count).slice(0,S))}catch(T){console.error("Statistics error:",T)}return{tool:"getStatistics",layerName:l.title??r.layerId,summary:`${a} = ${typeof y?.[a]=="number"?y[a]:"N/A"}`,details:{fieldName:t,statisticType:a,statistic:y?.[a]??null,summaryStatistics:y,uniqueValues:w,where:r.where,spatialFilterInfo:u}}};async function Zr({targetLayer:e,fieldName:r,statisticType:t,geometryLayer:a},o){let i=b(o,"layersAndFieldsRegistry"),{mapView:s}=R(o),l=await Hr({targetLayer:e,fieldName:r,statisticType:t,mapView:s,layersAndFieldsRegistry:i,geometryLayer:a});return JSON.stringify(l,null,2)}var Yr=n.object({targetLayer:n.object({layerId:n.string().describe("The layerId of the layer containing the field from which to get a value."),where:n.string().describe("The SQL-92 where clause representing the feature from which to get an attribute value.")}),geometryLayer:n.union([n.object({layerId:n.string().describe("The layerId of the layer containing the geometry by which to filter."),where:n.string().describe("The SQL-92 where clause representing the features from which to filter features from the targetLayer by geometry."),distance:n.number().optional().describe("The distance by which to query from the input geometry."),units:M.optional().describe("The units used to query by geometry and distance.")}),n.object({}).strict()]).optional().describe("Optional geometry-based filtering parameters for spatial queries."),fieldName:n.string().describe("The name of the field for which to get statistics. STRICTLY DO NOT use OBJECTID. Use any other field"),statisticType:n.enum(["avg","max","median","min","stddev","sum","variance","nullcount","count"]).describe("The statistic type to calculate.")}),Xr=p(Zr,{name:"getStatistics",description:'Returns one or more summary statistics for the given field. Statistic types include: count, maximum, minimum, average, median, standard deviation, variance, mode, sum, nullcount (number of features without a value for a given field), unique values. For "most common/frequent" questions: Use statisticType "count" on a categorical field. The response includes uniqueValues sorted by frequency (most common first). Statistics can be returned for number, date, and string fields. Also returns frequency analysis for string fields - unique values sorted by occurrence count (most frequent first). Use this for "most common", "most frequent", or "how many of each" questions. Only call this tool when the question requires filtering (e.g. a WHERE clause or spatial constraint) that cannot be satisfied by precomputed stats.',schema:Yr}),ea=async(e,r,t,a)=>{let o=t.map?.allLayers.find(u=>u.id===e.layerId),i=await t.whenLayerView(o),s=o.title??e.layerId,l;if(a){let u=await W(a,t);if("error"in u)return{tool:"getTopFeatures",layerName:s,summary:"Geometry lookup failed",details:{error:u.error}};if(!u.geometry)return{tool:"getTopFeatures",layerName:s,summary:"No features found for geometry filter",details:{error:`No features found matching: ${a.where}`}};l=u.geometry}let c=e.outFields.length>2?e.outFields:["*"],d=r.groupByFields&&r.groupByFields.length>0;try{let u;if(d){let f=new Qe({where:e.where||"1=1",outFields:c,orderByFields:e.orderByFields,geometry:l,spatialRelationship:l?"intersects":void 0,distance:a?.distance,units:a?.units,topFilter:new We({topCount:r.topCount,groupByFields:r.groupByFields,orderByFields:r.orderByFields})});u=await o.queryTopFeatures(f)}else{let f=new ge({where:e.where||"1=1",outFields:c,orderByFields:r.orderByFields,num:r.topCount,geometry:l,spatialRelationship:l?"intersects":void 0,distance:a?.distance,units:a?.units,outSpatialReference:t.spatialReference}),y=ve(i,!1);try{u=y?await i.queryFeatures(f):await o.queryFeatures(f)}catch(w){console.warn("Client-side query failed, falling back to server:",w),u=await o.queryFeatures(f)}}let m=u.features.map(f=>f.attributes);return{tool:"getTopFeatures",layerName:s,summary:`Top ${r.topCount} features extracted`,details:{topCount:r.topCount,attributes:m,where:e.where,orderByFields:r.orderByFields,...d&&{groupByFields:r.groupByFields}}}}catch(u){return{tool:"getTopFeatures",layerName:s,summary:"Query failed",details:{error:u instanceof Error?u.message:String(u)}}}},ta=async({targetLayer:e,topFilter:r,geometryLayer:t},a)=>{let{mapView:o}=R(a),i=await ea(e,r,o,t);return JSON.stringify(i,null,2)},ra=n.object({targetLayer:n.object({layerId:n.string().describe("The layerId of the layer containing the field from which to get a value."),where:n.string().describe("The SQL-92 where clause representing the feature from which to get an attribute value."),orderByFields:n.array(n.string().describe("The field(s) and order for which to sort the resulting features.")),outFields:n.array(n.string().describe('The fields to include in the output that will be presented to the user. This should include identifying information about the resulting features, like a name or id, along with the values desired in the output. If unsure, choose all fields ("*").').default("*"))}),geometryLayer:n.object({layerId:n.string().describe("The layerId of the layer containing the geometry by which to filter."),where:n.string().describe("The SQL-92 where clause representing the features from which to filter features from the targetLayer by geometry."),distance:n.number().optional().describe("The distance by which to query from the input geometry."),units:M.describe("The units used to query by geometry and distance.").optional()}).optional().describe("Optional geometry-based filtering parameters for spatial queries."),topFilter:n.object({topCount:n.number().describe("Number of top features to return per group."),orderByFields:n.array(n.string().describe("Field(s) to rank by with ASC/DESC. Must be existing field names, not aggregate functions.")),groupByFields:n.array(n.string().describe("Field(s) to group results by. Returns top N per group."))})}),aa=p(ta,{name:"getTopFeatures",description:'Returns top N features ranked by an existing field value. Use for "highest", "lowest", "top N" questions where ranking is based on a field that already exists in the data (e.g., population, value, date, depth). orderByFields must be actual field names with ASC/DESC. Do NOT use aggregate functions like COUNT(), SUM(), AVG() - those require getStatistics.',schema:ra}),ne=25,oa=async(e,r,t,a)=>{let o=r.map?.allLayers.find(y=>y.id===e.layerId),i=await r.whenLayerView(o),s=o.title??e.layerId,l;if(t){let y=await W(t,r);if("error"in y){let w={error:y.error};return le(t)?(w.geometryLayerId=t.layerId,w.geometryWhere=t.where):se(t)&&(w.point=t.point),{tool:"queryFeatures",layerName:s,summary:"Geometry lookup failed",details:w}}if(!y.geometry){let w={};return le(t)?(w.error=`No features found matching: ${t.where}`,w.geometryLayerId=t.layerId,w.geometryWhere=t.where):se(t)&&(w.error="Failed to create point geometry",w.point=t.point),{tool:"queryFeatures",layerName:s,summary:"No features found for geometry filter",details:w}}l=y.geometry}else a&&(l=r.extent.clone());let c=ve(i,a??!1),d=new ge({where:e.where||"1=1",outFields:e.outFields.length?e.outFields:["*"],orderByFields:e.orderByFields,...l&&{geometry:l,spatialRelationship:"intersects"},...t?.distance&&{distance:t.distance},...t?.units&&{units:t.units},outSpatialReference:r.spatialReference}),u,m;try{u=c?await i.queryFeatureCount(d):await o.queryFeatureCount(d),u>0&&u<=ne&&(m=c?await i.queryFeatures(d):await o.queryFeatures(d),m&&m.features.forEach(y=>{let w=y.attributes;o.fields.forEach(S=>{let T=w[S.name],z=ce(S.name,T,o);z&&(w[S.name]=z)})}))}catch(y){console.warn("Client-side query failed, falling back to server:",y),u=await o.queryFeatureCount(d),u>0&&u<=ne&&(m=await o.queryFeatures(d),m&&m.features.forEach(w=>{o.fields.forEach(S=>{let T=w.attributes[S.name],z=ce(S.name,T,o);z&&(w.attributes[S.name]=z)})}))}let f=m?.features.map(y=>y.attributes);return{tool:"queryFeatures",layerName:s,summary:`${u} features found`,details:{totalCount:u,where:e.where,...f&&{attributes:f},...u>ne&&{note:`${u} features found. Too many to list. Use filters to narrow results.`}}}};async function ia({targetLayer:e,geometryFilter:r,useCurrentExtent:t},a){let{mapView:o}=R(a),i=await oa(e,o,r,t);return JSON.stringify(i,null,2)}var na=n.object({layerId:n.string().describe("The layerId of the layer containing the geometry by which to filter."),where:n.string().describe("The SQL-92 where clause representing the features from which to filter."),distance:n.number().optional().describe("The buffer distance around the geometry."),units:M.optional().describe("The units for the distance buffer.")}),sa=n.object({point:n.object({x:n.number().describe("X coordinate (longitude) from navigation result"),y:n.number().describe("Y coordinate (latitude) from navigation result"),spatialReference:n.object({wkid:n.number().describe("Spatial reference WKID (e.g., 4326 for WGS84)")}).optional().describe("Spatial reference. Defaults to map's spatial reference if not provided.")}).describe("Point coordinates from a previous navigation/geocoding result"),distance:n.number().optional().describe("Optional buffer distance around the point."),units:M.optional().describe("The units for the distance buffer.")}),la=n.object({targetLayer:n.object({layerId:n.string().describe("The layerId of the layer containing the field from which to get a value."),where:n.string().describe("SQL-92 where clause. IMPORTANT: When using geometryFilter.point for point-in-polygon queries, set this to '1=1' to return all features that intersect the point. Only add attribute filters if the user specifically requests them in addition to the spatial query."),orderByFields:n.array(n.string().describe("The field(s) and order for which to sort the resulting features.")),outFields:n.array(n.string().describe('The fields to include in the output that will be presented to the user. This should include identifying information about the resulting features, like a name or id, along with the values desired in the output. If unsure, choose all fields ("*").').default("*"))}),geometryFilter:n.union([na,sa]).optional().describe("Geometry filter for spatial queries. Use 'point' option with x/y coordinates from navigation results to find features at that location (point-in-polygon). Use 'layerId/where' option to filter by features from another layer."),useCurrentExtent:n.boolean().optional().describe("Set to true ONLY when user explicitly asks about features 'in my view', 'on my map', 'I am looking at'. Default is false (queries entire layer).")}),ca=p(ia,{name:"queryFeatures",description:"Queries features from a layer. Returns count and attributes (if \u226425 features). Use for listing features, finding features matching conditions, or spatial queries.",schema:la}),Ze=[Jr,Xr,aa,ca],Ye=[Mr,Or,Br],X=()=>{let e=new Date().getTimezoneOffset(),r=e<=0?"+":"-",t=Math.floor(Math.abs(e)/60).toString().padStart(2,"0"),a=(Math.abs(e)%60).toString().padStart(2,"0"),o=`${r}${t}:${a}`;return{userTimezone:Intl.DateTimeFormat().resolvedOptions().timeZone,userTimezoneOffset:o}},da=async(e,r)=>{await h({text:"Requesting LLM for layer filter results"},r);let t=await F("data_explore_filter_prompt");if(!r?.configurable)throw new Error("config.configurable is required for layer filter tools");let{userTimezone:a,userTimezoneOffset:o}=X(),i={layerFieldInfo:e.layerFieldInfo,userTimezone:a,userTimezoneOffset:o},s=await C({promptText:t,messages:v(e.messages),inputVariables:i,tools:Ye}),l=[...e.messages,s],c=(s.tool_calls?.length??0)>0?l:[...l,s],d=s.content.toString();return await Q(s,r),{...e,messages:c,outputMessage:d}},ua=async(e,r)=>{await h({text:"Requesting LLM for layer query results"},r);let t=await F("data_explore_query_prompt");if(!r?.configurable)throw new Error("config.configurable is required for layer query tools");let{userTimezone:a,userTimezoneOffset:o}=X(),i={layerFieldInfo:e.layerFieldInfo,userTimezone:a,userTimezoneOffset:o},s=await C({promptText:t,messages:v(e.messages),inputVariables:i,tools:Ze}),l=[...e.messages,s],c=s.content.toString();return await Q(s,r),{...e,messages:l,outputMessage:c}},ha=async(e,r)=>{try{await h({text:"Requesting LLM for summary on query results"},r);let t=await F("summarize_query_response_prompt"),a={queryResponse:e.queryResponse},o=await oe({promptText:t,messages:v(e.messages),inputVariables:a}),i=typeof o=="string"?o:o.content,s=new j(i);return await h({text:`Received response from LLM: ${i}`},r),{...e,outputMessage:i,messages:[...e.messages,s]}}catch(t){throw await h({text:"Error during filter LLM request"},r),new Error(`Error during filter LLM request: ${t instanceof Error?t.message:String(t)}`)}};async function ma(e,r){let t=await new A(Ye).invoke({messages:v(e.messages)},r),a=[...e.messages,...t.messages],o=t.messages.map(l=>new j({content:l.content,additional_kwargs:l.additional_kwargs}));await h({text:`Finished executing layer filter tool: ${t.messages.map(l=>l.content).join(", ")}`},r);let i=[...a,...o],s=o.map(l=>l.content).join(`
47
-
48
- `);return{...e,messages:i,outputMessage:s}}var fa=new A(Ze);async function ya(e,r){let{messages:t}=await fa.invoke({messages:v(e.messages)},r),a=[],o=[];for(let s of t){let l=s.content,c;if(typeof l!="string"){c={tool:s.name??"unknown",layerName:"unknown",summary:"Query failed",details:{error:"Skipping non-string tool output:",raw:l}};continue}try{c=JSON.parse(l)}catch{c={tool:s.name??"unknown",layerName:"unknown",summary:"Query failed",details:{error:l}}}a.push(c),c.details&&typeof c.details=="object"&&"error"in c.details?o.push(`- ${c.tool}: Error - ${String(c.details.error)}`):o.push(`- ${c.layerName}: ${c.summary}`)}let i=[...e.messages,...t];return await h({text:`Finished executing layer query tool: ${o.join(", ")}`},r),{...e,messages:i,queryResponse:a}}var ga=10,pa=async(e,r)=>{let t=null,a=null;try{r.type!=="geometry"&&r.type!=="oid"&&r.type!=="global-id"&&(t=await fe({layer:e,field:r.name}),r.type==="string"&&(a=(await ye({layer:e,field:r.name})).uniqueValueInfos.sort((o,i)=>i.count-o.count).slice(0,ga)))}catch(o){console.error(`Error fetching statistics for field ${r.name}:`,o)}return{summaryStatistics:t,uniqueValues:a}};async function Se(e,r,t){let a=[],o=[];for(let i of e){let s=function(f){let y=r.get(f)?.layerItem;return y?[y.name&&`Name: ${y.name}`,y.title&&`Title: ${y.title}`,y.description&&`Description: ${y.description}`].filter(Boolean).join(" | "):f},{layerId:l,results:c}=i,d=t.map?.allLayers.find(f=>f.id===l),u=r.get(l)?.fieldRegistry;if(!u)continue;let m=a.find(f=>f.layerId===l);m||(m={layerId:l,layerSummary:s(l),fieldInfos:[]},a.push(m));for(let f of c){let y=u.get(f.name);if(y){if(!y.statistics){let w=pa(d,y).then(S=>{u.set(y.name,{...y,statistics:S}),y.statistics=S});o.push(w)}m.fieldInfos.push(y)}}}return await Promise.all(o),a}var wa=async(e,r)=>{try{await h({text:"Getting statistics for vector search results"},r);let t=b(r,"layersAndFieldsRegistry"),{mapView:a}=R(r),o=await Se(e.vectorSearchFieldResults,t,a);return console.log("Field statistics retrieved:",o),await h({text:"Statistics retrieved"},r),{...e,layerFieldInfo:o}}catch(t){throw await h({text:"Error during fetching statistics"},r),new Error(`Error during fetching statistics: ${t instanceof Error?t.message:String(t)}`)}},je=.7,ba=10,va=async(e,r)=>{try{let t=_(e.messages);await h({text:"Similarity search to find fields"},r);let a=b(r,"fieldSearch"),o=b(r,"layersAndFieldsRegistry"),i=b(r,"embeddingCache"),s=await a.searchFields({text:t,layerIds:e.vectorSearchLayerIds,minScore:je,topResults:ba,embeddingCache:i}),l=s.map(({layerId:d,results:u})=>{let m=u.map(f=>` - ${f.name} (${f.score.toFixed(2)})`).join(`
49
- `);return`${o.get(d)?.layerItem.name??d}:
50
- ${m}`}).join(`
51
- `),c;return s.length>0?c=`Vector search completed. Matching layers and fields with scores:
52
- ${l}`:c=`No vector search results found for score over ${je}.`,await h({text:c},r),{...e,vectorSearchFieldResults:s}}catch(t){throw await h({text:`Error during vector search: ${t instanceof Error?t.message:String(t)}`},r),new Error(`Vector search failed: ${t instanceof Error?t.message:String(t)}`)}},Sa=.7,Ta=async(e,r)=>{try{let t=_(e.messages);await h({text:`Similarity search to find layers: ${t}`},r);let a=b(r,"layerSearch"),o=b(r,"layersAndFieldsRegistry"),i=b(r,"embeddingCache"),s=await a.searchLayers({text:t,minScore:Sa,embeddingCache:i}),l=s.map(u=>u.id),c=s.map(({id:u,score:m})=>`${o.get(u)?.layerItem.name??u} (${m.toFixed(2)})`).join(`
53
- `),d;return l.length>0?d=`Vector search completed. Matching layers with scores:
54
- ${c}`:d="Vector search completed. No matching layers found.",await h({text:d},r),{...e,vectorSearchLayerIds:l}}catch(t){throw await h({text:`Error during vector search: ${t instanceof Error?t.message:String(t)}`},r),new Error(`Vector search failed: ${t instanceof Error?t.message:String(t)}`)}},xa=(e,r)=>B(["layerSearch","fieldSearch","layersAndFieldsRegistry"],"Data Exploration Agent")(e,r),Ea=()=>new q(He).addNode("requireDataExplorationServices",xa).addNode("vectorSearchLayers",Ta).addNode("vectorSearchFields",va).addNode("fieldStatistics",wa).addNode("queryAgent",ua).addNode("queryTools",ya).addNode("summarizeQueryResponseLLM",ha).addNode("filterAgent",da).addNode("filterTools",ma).addNode("earlyExit",kr).addEdge(N,"requireDataExplorationServices").addEdge("requireDataExplorationServices","vectorSearchLayers").addConditionalEdges("vectorSearchLayers",e=>e.vectorSearchLayerIds.length?"vectorSearchFields":"earlyExit").addConditionalEdges("vectorSearchFields",e=>e.vectorSearchFieldResults.length?"fieldStatistics":"earlyExit").addEdge("fieldStatistics","queryAgent").addConditionalEdges("queryAgent",e=>(e.messages[e.messages.length-1]?.tool_calls?.length??0)>0?"queryTools":"filterAgent").addConditionalEdges("queryTools",e=>e.queryResponse.length?"summarizeQueryResponseLLM":"filterAgent").addEdge("summarizeQueryResponseLLM","filterAgent").addEdge("filterAgent","filterTools").addEdge("filterTools",x).addEdge("summarizeQueryResponseLLM",x).addEdge("earlyExit",x),Ia=String.raw`- **data exploration** — User is asking about the feature layer’s data (e.g. counts, summaries, statistics, field values), either for all features, a subset based on a condition, or for a subset based on the current view. And/Or user wants to include or exclude features based on field values, or visually style features differently (e.g., highlight or deemphasize them).
55
- The Data Exploration Agent will automatically zoom to the affected features for action taken by this agent. In this case, no need to call navigation tool separately.
56
- _Example: “Only show stations where Brand is Shell”_
57
- _Example: “Make Shell stations stand out on the map”_
58
- _Example: “Gray out all stations that aren’t Shell”_
59
- This also includes questions that ask which feature meets a given condition or where a particular feature in the data is located (e.g., “Where is the spring with the highest elevation?”).
60
- _Example: “How many features are there?”_
61
- _Example: “What’s the average population?”_
62
- _Example: “Which values are in the status field?”_`,ml={id:"dataExploration",name:"Data Exploration Agent",description:Ia,createGraph:Ea,workspace:He},Ve=.7,La=10,$a=async(e,r)=>{try{let t=_(e.messages);await h({text:"Similarity search to find fields"},r);let a=b(r,"fieldSearch"),o=b(r,"layersAndFieldsRegistry"),i=b(r,"embeddingCache"),s=await a.searchFields({text:t,layerIds:e.vectorSearchLayerIds,minScore:Ve,topResults:La,embeddingCache:i}),l=s.map(({layerId:d,results:u})=>{let m=u.map(f=>` - ${f.name} (${f.score.toFixed(2)})`).join(`
63
- `);return`${o.get(d)?.layerItem.name??d}:
64
- ${m}`}).join(`
65
- `),c;return s.length>0?c=`Vector search completed. Matching layers and fields with scores:
66
- ${l}`:c=`No vector search results found for score over ${Ve}.`,await h({text:c},r),{...e,vectorSearchFieldResults:s}}catch(t){throw await h({text:`Error during vector search: ${t instanceof Error?t.message:String(t)}`},r),new Error(`Vector search failed: ${t instanceof Error?t.message:String(t)}`)}},Fa=.7,_a=async(e,r)=>{try{let t=_(e.messages);await h({text:`Similarity search to find layers: ${t}`},r);let a=b(r,"layerSearch"),o=b(r,"layersAndFieldsRegistry"),i=await a.searchLayers({text:t,minScore:Fa}),s=i.map(d=>d.id),l=i.map(({id:d,score:u})=>`${o.get(d)?.layerItem.name??d} (${u.toFixed(2)})`).join(`
67
- `),c;return s.length>0?c=`Vector search completed. Matching layers with scores:
68
- ${l}`:c="Vector search completed. No matching layers found.",await h({text:c},r),{...e,vectorSearchLayerIds:s}}catch(t){throw await h({text:`Error during vector search: ${t instanceof Error?t.message:String(t)}`},r),new Error(`Vector search failed: ${t instanceof Error?t.message:String(t)}`)}},Xe=["mapView"];function ee(e){let r=e?.configurable?.context;if(!r||typeof r!="object")throw new Error("LayerFilterAgent context missing");let t=Xe.filter(a=>!(a in r));if(t.length)throw new Error(`LayerFilterAgent context missing: ${t.join(", ")}`);return r}var ka=async(e,r)=>{try{await h({text:"Getting statistics for vector search results"},r);let t=b(r,"layersAndFieldsRegistry"),{mapView:a}=ee(r),o=await Se(e.vectorSearchFieldResults,t,a);return console.log("Field statistics retrieved:",o),await h({text:"Statistics retrieved"},r),{...e,layerFieldInfo:o}}catch(t){throw await h({text:"Error during fetching statistics"},r),new Error(`Error during fetching statistics: ${t instanceof Error?t.message:String(t)}`)}},Te=async(e,r,t)=>{let a=e.map?.allLayers.find(s=>s.id===r),o=a.createQuery();o.where=t??"1=1";let{features:i}=await a.queryFeatures(o);e.goTo(i)},Na=(e,r,t)=>{let a=t.map?.allLayers.find(o=>o.id===e);return a?(a.definitionExpression=r,a.visible=!0,Te(t,e,r),`Applied definition expression to layer "${a.title??e}": ${r}`):`Could not find layer with ID: ${e}`},qa=({layerId:e,definitionExpression:r},t)=>{let{mapView:a}=ee(t);return Na(e,r,a)},Aa=n.object({layerId:n.string().describe("The layerId of the layer on which to set a definitionExpression."),definitionExpression:n.string().describe("The SQL-92 where clause used to set a definition expression on the layer.")}),Ra=p(qa,{name:"setDefinitionExpression",description:"Set a SQL-92 where clause to the definition expression of a layer (i.e. a server-side filter). This filters features at the server level, affecting all views of the layer. Do not prioritize this tool unless specifically asked for or implied for server level, affecting all views of the layer.",schema:Aa}),et=async(e,r)=>{let t=r.map?.allLayers.find(i=>i.id===e.layerId);if(!t)return{error:`Could not find geometry layer with ID: ${e.layerId}`};let a=await t.queryFeatures({where:e.where,returnGeometry:!0});if(!a.features.length)return{error:`No features found in geometry layer with the specified where clause: ${e.where}`};let o;if(a.features.length===1){let i=a.features[0].geometry;if(!i)return{error:"The geometry of the first feature is undefined or null."};o=i}else{let i=a.features.map(l=>l.geometry),s=Y.executeMany(i);if(!s)return{error:"Failed to create a combined geometry."};o=s}return{geometry:o}},Ma=async(e,r,t,a,o)=>{let i=r.map?.allLayers.find(l=>l.id===e.layerId);if(!i)return`Could not find target layer with ID: ${e.layerId}`;console.log("Layer type:",i.type),console.log("Layer geometryType:",i.geometryType),console.log("Layer renderer:",i.renderer?.type);let s;if(o){let l=await et(o,r);if("error"in l)return l.error;s=l.geometry}return i.featureEffect=new Be({filter:new V({where:e.where,geometry:s,spatialRelationship:"intersects",distance:o?.distance,units:o?.units}),includedEffect:t,excludedEffect:a}),i.visible=!0,Te(r,o?o.layerId:e.layerId,o?o.where:e.where),`Applied feature effects to target layer "${i.title??e.layerId}"${o?` using geometry from layer "${o.layerId}"`:""}.`},za=["feet","kilometers","meters","miles","nautical-miles","us-nautical-miles"],tt=n.enum(za),Ca=async({targetLayer:e,geometryLayer:r,includedEffect:t="drop-shadow(2px, 2px, 2px, gray)",excludedEffect:a="grayscale(100%) opacity(60%) blur(2px)"},o)=>{let{mapView:i}=ee(o);return await Ma(e,i,t,a,r)},ja=n.object({targetLayer:n.object({layerId:n.string().describe("The layerId of the layer on which to set a feature effect."),where:n.string().describe("The SQL-92 where clause representing the features to emphasize.")}),geometryLayer:n.object({layerId:n.string().describe("The layerId of the layer containing the geometry by which to filter."),where:n.string().describe("The SQL-92 where clause representing the features from which to filter features from the targetLayer by geometry."),distance:n.number().describe("The distance by which to filter the input geometry."),units:tt.describe("The units used to filter by geometry and distance.")}).optional().describe("Optional geometry-based filtering parameters for spatial queries."),includedEffect:n.string().optional().default("drop-shadow(2px, 2px, 2px, gray)").describe("The effect applied to features that meet the filter requirements. Valid effects include: bloom, blur, brightness, contrast, drop-shadow, grayscale, hue-rotate, invert, opacity, saturate, and sepia. Prefer default unless specified."),excludedEffect:n.string().optional().default("grayscale(100%) opacity(60%) blur(2px)").describe("The effect applied to features that do not meet the filter requirements. Valid effects include: bloom, blur, brightness, contrast, drop-shadow, grayscale, hue-rotate, invert, opacity, saturate, and sepia. Prefer default unless specified.")}),Va=p(Ca,{name:"setFeatureEffect",description:"Sets a feature effect on a given layer with given filter parameters and feature effects to emphasize certain features that meet a filter requirement. If no feature effect information is provided, then use the default effect provided.",schema:ja}),Oa=async(e,r,t)=>{let a=r.map?.allLayers.find(s=>s.id===e.layerId);if(!a)return`Could not find target layer with ID: ${e.layerId}`;let o;if(t){let s=await et(t,r);if("error"in s)return s.error;o=s.geometry}let i=await r.whenLayerView(a);return i.filter=new V({where:e.where,geometry:o,spatialRelationship:"intersects",distance:t?.distance,units:t?.units}),a.visible=!0,Te(r,t?t.layerId:e.layerId,t?t.where:e.where),`Applied feature filter to layer "${a.title??e.layerId}"${t?` using geometry from layer "${t.layerId}"`:""}.`},Da=async({targetLayer:e,geometryLayer:r},t)=>{let{mapView:a}=ee(t);return await Oa(e,a,r)},Pa=n.object({targetLayer:n.object({layerId:n.string().describe("The layerId of the layer on which to set a filter."),where:n.string().describe("The SQL-92 where clause representing the features to display.")}),geometryLayer:n.object({layerId:n.string().describe("The layerId of the layer containing the geometry by which to filter."),where:n.string().describe("The SQL-92 where clause representing the features from which to filter features from the targetLayer by geometry."),distance:n.number().describe("The distance by which to filter the input geometry."),units:tt.describe("The units used to filter by geometry and distance.")}).optional().describe("Optional geometry-based filtering parameters for spatial queries.")}),Ga=p(Da,{name:"setFeatureFilter",description:"Sets a client-side filter using a where clause, geometry filter, or both on a target layer. This filters features at the client level in the view.",schema:Pa}),rt=[Ra,Va,Ga],Ba=async(e,r)=>{await h({text:"Requesting LLM for layer filter results"},r);let t=await F("layer_filter_prompt");if(!r?.configurable)throw new Error("config.configurable is required for layer filter tools");let{userTimezone:a,userTimezoneOffset:o}=X(),i={layerFieldInfo:e.layerFieldInfo,userTimezone:a,userTimezoneOffset:o},s=await C({promptText:t,messages:v(e.messages),inputVariables:i,tools:rt}),l=s.content.toString();return await Q(s,r),{...e,messages:[...e.messages,s],outputMessage:l}};async function Qa(e,r){let t=await new A(rt).invoke({messages:v(e.messages)},r),a=t.messages.map(s=>s.text).join(`
69
- `);await h({text:`Finished executing layer filter tool: ${a}`},r);let o=[...e.messages,...t.messages],i=t.messages.map(s=>s.text).join(`
70
- `);return{...e,outputMessage:i,messages:o}}var at=g.Root({messages:g({reducer:L,default:()=>[]}),outputMessage:g({reducer:(e="",r)=>{let t=typeof r=="string"?r.trim():"";if(!t)return e;let a=e.trim();if(!a)return t;if(a===t)return e;let o=a.split(`
71
-
72
- `);return o[o.length-1]?.trim()===t?e:`${e}
73
-
74
- ${t}`},default:()=>""}),vectorSearchLayerIds:g(),vectorSearchFieldResults:g(),layerFieldInfo:g()}),Wa=async(e,r)=>(await h({text:"Exiting Layer Filter agent"},r),e),Ka=(e,r)=>B(["layerSearch","fieldSearch","layersAndFieldsRegistry"],"Layer Filter Agent")(e,r),Ua=()=>new q(at).addNode("requireLayerFilterServices",Ka).addNode("vectorSearchLayers",_a).addNode("vectorSearchFields",$a).addNode("fieldStatistics",ka).addNode("agent",Ba).addNode("tools",Qa).addNode("earlyExit",Wa).addEdge(N,"requireLayerFilterServices").addEdge("requireLayerFilterServices","vectorSearchLayers").addConditionalEdges("vectorSearchLayers",e=>e.vectorSearchLayerIds.length?"vectorSearchFields":"earlyExit").addConditionalEdges("vectorSearchFields",e=>e.vectorSearchFieldResults.length?"fieldStatistics":"earlyExit").addEdge("fieldStatistics","agent").addConditionalEdges("agent",e=>(e.messages[e.messages.length-1]?.tool_calls?.length??0)>0?"tools":"earlyExit").addEdge("tools","earlyExit").addEdge("earlyExit",x),Ja=String.raw`- **layer filter** — User wants to include or exclude features based on field values, or visually style features differently (e.g., highlight or deemphasize them).
75
- The Layer Filter Agent will automatically zoom to the affected features for action taken by this agent. In this case, no need to call navigation tool separately.
76
- _Example: “Only show stations where Brand is Shell”_
77
- _Example: “Make Shell stations stand out on the map”_
78
- _Example: “Gray out all stations that aren’t Shell”_`,fl={id:"layerFilter",name:"Layer Filter Agent",description:Ja,createGraph:Ua,workspace:at},ot=g.Root({messages:g({reducer:L,default:()=>[]}),outputMessage:g({reducer:(e="",r)=>{let t=typeof r=="string"?r.trim():"";if(!t)return e;let a=e.trim();if(!a)return t;if(a===t)return e;let o=a.split(`
79
-
80
- `);return o[o.length-1]?.trim()===t?e:`${e}
81
-
82
- ${t}`},default:()=>""}),vectorSearchLayerIds:g(),vectorSearchFieldResults:g(),layerFieldInfo:g(),queryResponses:g()}),Ha=async(e,r)=>(await h({text:"Exiting Layer Query agent"},r),e);function K(e){let r=e?.configurable?.context;if(!r||typeof r!="object")throw new Error("LayerQueryAgent context missing");let t=Xe.filter(a=>!(a in r));if(t.length)throw new Error(`LayerQueryAgent context missing: ${t.join(", ")}`);return r}var Za=async(e,r)=>{try{await h({text:"Getting statistics for vector search results"},r);let t=b(r,"layersAndFieldsRegistry"),{mapView:a}=K(r),o=await Se(e.vectorSearchFieldResults,t,a);return console.log("Field statistics retrieved:",o),await h({text:"Statistics retrieved"},r),{...e,layerFieldInfo:o}}catch(t){throw await h({text:"Error during fetching statistics"},r),new Error(`Error during fetching statistics: ${t instanceof Error?t.message:String(t)}`)}},Oe=.7,Ya=10,Xa=async(e,r)=>{try{let t=_(e.messages);await h({text:"Similarity search to find fields"},r);let a=b(r,"fieldSearch"),o=b(r,"layersAndFieldsRegistry"),i=b(r,"embeddingCache"),s=await a.searchFields({text:t,layerIds:e.vectorSearchLayerIds,minScore:Oe,topResults:Ya,embeddingCache:i}),l=s.map(({layerId:d,results:u})=>{let m=u.map(f=>` - ${f.name} (${f.score.toFixed(2)})`).join(`
83
- `);return`${o.get(d)?.layerItem.name??d}:
84
- ${m}`}).join(`
85
- `),c;return s.length>0?c=`Vector search completed. Matching layers and fields with scores:
86
- ${l}`:c=`No vector search results found for score over ${Oe}.`,await h({text:c},r),{...e,vectorSearchFieldResults:s}}catch(t){throw await h({text:`Error during vector search: ${t instanceof Error?t.message:String(t)}`},r),new Error(`Vector search failed: ${t instanceof Error?t.message:String(t)}`)}},eo=.7,to=async(e,r)=>{try{let t=_(e.messages);await h({text:`Similarity search to find layers: ${t}`},r);let a=b(r,"layerSearch"),o=b(r,"layersAndFieldsRegistry"),i=await a.searchLayers({text:t,minScore:eo}),s=i.map(d=>d.id),l=i.map(({id:d,score:u})=>`${o.get(d)?.layerItem.name??d} (${u.toFixed(2)})`).join(`
87
- `),c;return s.length>0?c=`Vector search completed. Matching layers with scores:
88
- ${l}`:c="Vector search completed. No matching layers found.",await h({text:c},r),{...e,vectorSearchLayerIds:s}}catch(t){throw await h({text:`Error during vector search: ${t instanceof Error?t.message:String(t)}`},r),new Error(`Vector search failed: ${t instanceof Error?t.message:String(t)}`)}},ro=(e,r,t)=>{let a=e.createQuery();return a.outFields=[r],a.where=t||"1=1",a.num=1,a},ao=async(e,r,t,a)=>{let o=a.map?.allLayers.find(c=>c.id===e),i=ro(o,r,t.where),s=(await o.queryFeatures(i)).features[0],l=s?s.attributes[r]:null;return{tool:"getAttribute",layerName:o.title??e,summary:`${r} = ${l}`,details:{fieldName:r,value:l,where:t.where}}};async function oo({layerId:e,fieldName:r,query:t},a){let{mapView:o}=K(a),i=await ao(e,r,t,o);return JSON.stringify(i,null,2)}var io=n.object({layerId:n.string().describe("The layerId of the layer containing the field from which to get a value."),fieldName:n.string().describe("The name of the field/attribute from which to get a field value."),query:n.object({where:n.string().describe("The SQL-92 where clause representing the feature from which to get an attribute value.")})}),no=p(oo,{name:"getAttribute",description:"Returns an attribute value for a given feature.",schema:io}),xe=async(e,r)=>{let t=r.map?.allLayers.find(i=>i.id===e.layerId);if(!t)return{error:`Could not find geometry layer with ID: ${e.layerId}`};let a=await t.queryFeatures({where:e.where,returnGeometry:!0});if(!a.features.length)return{error:`No features found in geometry layer with the specified where clause: ${e.where}`};let o;if(a.features.length===1){let i=a.features[0].geometry;if(!i)return{error:"The geometry of the first feature is undefined or null."};o=i}else{let i=a.features.map(l=>l.geometry),s=Y.executeMany(i);if(!s)return{error:"Failed to create a combined geometry."};o=s}return{geometry:o}},so=async e=>{let{targetLayer:r,fieldName:t,statisticType:a,mapView:o,layersAndFieldsRegistry:i,geometryLayer:s}=e,l=o.map?.allLayers.find(y=>y.id===r.layerId);if(!l)throw new Error(`Layer '${r.layerId}' not found.`);let c=i.get(r.layerId)?.fieldRegistry.get(t);if(!c)throw new Error(`Field '${t}' not found.`);let d;if(s){let y=await xe(s,o);if("error"in y)throw new Error(y.error);if(d=y.geometry,s.distance&&s.units){let w=Ke.execute(d,s.distance,{unit:s.units==="us-nautical-miles"?"nautical-miles":s.units});w&&(d=w)}}else d=o.extent.clone();let u=new V({geometry:d,spatialRelationship:"intersects"}),m=null,f=null;try{m=await fe({layer:l,field:t,sqlWhere:r.where,filter:u,outStatisticTypes:{include:[a]}}),c.type==="string"&&(f=(await ye({layer:l,field:t,sqlWhere:r.where,filter:u})).uniqueValueInfos)}catch(y){console.error("Statistics error:",y)}return{tool:"getStatistics",layerName:l.title??r.layerId,summary:`${a} = ${typeof m?.[a]=="number"?m[a]:"N/A"}`,details:{fieldName:t,statisticType:a,statistic:m?.[a]??null,summaryStatistics:m,uniqueValues:f,where:r.where}}},lo=["feet","kilometers","meters","miles","nautical-miles","us-nautical-miles"],co=n.enum(lo);async function uo({targetLayer:e,fieldName:r,statisticType:t,geometryLayer:a},o){let i=b(o,"layersAndFieldsRegistry"),{mapView:s}=K(o),l=await so({targetLayer:e,fieldName:r,statisticType:t,mapView:s,layersAndFieldsRegistry:i,geometryLayer:a});return console.log(l),JSON.stringify(l,null,2)}var ho=n.object({targetLayer:n.object({layerId:n.string().describe("The layerId of the layer containing the field from which to get a value."),where:n.string().describe("The SQL-92 where clause representing the feature from which to get an attribute value.")}),geometryLayer:n.union([n.object({layerId:n.string().describe("The layerId of the layer containing the geometry by which to filter."),where:n.string().describe("The SQL-92 where clause representing the features from which to filter features from the targetLayer by geometry."),distance:n.number().optional().describe("The distance by which to query from the input geometry."),units:co.optional().describe("The units used to query by geometry and distance.")}),n.object({}).strict()]).optional().describe("Optional geometry-based filtering parameters for spatial queries."),fieldName:n.string().describe("The name of the field for which to get statistics."),statisticType:n.enum(["avg","max","median","min","stddev","sum","variance","nullcount","count"]).describe("The statistic type to calculate.")}),mo=p(uo,{name:"getStatistics",description:"Returns one or more summary statistics for the given field. Statistic types include: count, maximum, minimum, average, median, standard deviation, variance, mode, sum, nullcount (number of features without a value for a given field), unique values. Statistics can be returned for number, date, and string fields. Only call this tool when the question requires filtering (e.g. a WHERE clause or spatial constraint) that cannot be satisfied by precomputed stats.",schema:ho}),fo=async(e,r,t,a)=>{let o=t.map?.allLayers.find(d=>d.id===e.layerId),i=a?await xe(a,t):{geometry:void 0},s="geometry"in i?i.geometry:void 0,l=new Qe({where:e.where||"1=1",outFields:e.outFields.length?e.outFields:["*"],orderByFields:e.orderByFields,geometry:s,spatialRelationship:s?"intersects":void 0,distance:a?.distance,units:a?.units,topFilter:new We({topCount:r.topCount,groupByFields:r.groupByFields,orderByFields:r.orderByFields})}),c=await o.queryTopFeatures(l);return{tool:"getTopFeatures",layerName:o.title??e.layerId,summary:`Top ${r.topCount} features extracted`,details:{topCount:r.topCount,features:c.features,where:e.where}}},yo=async({targetLayer:e,topFilter:r,geometryLayer:t},a)=>{let{mapView:o}=K(a),i=await fo(e,r,o,t);return JSON.stringify(i,null,2)},go=n.object({targetLayer:n.object({layerId:n.string().describe("The layerId of the layer containing the field from which to get a value."),where:n.string().describe("The SQL-92 where clause representing the feature from which to get an attribute value."),orderByFields:n.array(n.string().describe("The field(s) and order for which to sort the resulting features.")),outFields:n.array(n.string().describe("The fields to include in the output that will be presented to the user. This should include identifying information about the resulting features, like a name or id, along with the values desired in the output."))}),geometryLayer:n.object({layerId:n.string().describe("The layerId of the layer containing the geometry by which to filter."),where:n.string().describe("The SQL-92 where clause representing the features from which to filter features from the targetLayer by geometry."),distance:n.number().describe("The distance by which to query from the input geometry."),units:M.describe("The units used to query by geometry and distance.")}).optional().describe("Optional geometry-based filtering parameters for spatial queries."),topFilter:n.object({topCount:n.number().describe("The SQL-92 where clause representing the feature from which to get an attribute value."),orderByFields:n.array(n.string().describe("The field(s) and order for which to sort the resulting features.")),groupByFields:n.array(n.string().describe("The field(s) for which to group by the top features."))})}),po=p(yo,{name:"getTopFeatures",description:"Returns the top n features from a layer",schema:go}),wo=async(e,r,t)=>{let a=r.map?.allLayers.find(c=>c.id===e.layerId),o=t?await xe(t,r):{geometry:void 0},i="geometry"in o?o.geometry:void 0,s=new ge({where:e.where||"1=1",outFields:e.outFields.length?e.outFields:["*"],orderByFields:e.orderByFields,geometry:i,spatialRelationship:i?"intersects":void 0,distance:t?.distance,units:t?.units}),l=await a.queryFeatures(s);return{tool:"queryFeatures",layerName:a.title??e.layerId,summary:`${l.features.length} features found`,details:{totalCount:l.features.length,features:l.features.slice(0,10),where:e.where}}};async function bo({targetLayer:e,geometryLayer:r},t){let{mapView:a}=K(t),o=await wo(e,a,r);return JSON.stringify(o,null,2)}var vo=n.object({targetLayer:n.object({layerId:n.string().describe("The layerId of the layer containing the field from which to get a value."),where:n.string().describe("The SQL-92 where clause representing the feature from which to get an attribute value."),orderByFields:n.array(n.string().describe("The field(s) and order for which to sort the resulting features.")),outFields:n.array(n.string().describe("The fields to include in the output that will be presented to the user. This should include identifying information about the resulting features, like a name or id, along with the values desired in the output."))}),geometryLayer:n.object({layerId:n.string().describe("The layerId of the layer containing the geometry by which to filter."),where:n.string().describe("The SQL-92 where clause representing the features from which to filter features from the targetLayer by geometry."),distance:n.number().describe("The distance by which to query from the input geometry."),units:M.describe("The units used to query by geometry and distance.")}).optional().describe("Optional geometry-based filtering parameters for spatial queries.")}),So=p(bo,{name:"queryFeatures",description:"Queries for one or more features from a given layer.",schema:vo}),it=[So,mo,no,po],To=async(e,r)=>{await h({text:"Requesting LLM for layer query results"},r);let t=await F("data_query_prompt");if(!r?.configurable)throw new Error("config.configurable is required for layer query tools");let{userTimezone:a,userTimezoneOffset:o}=X(),i={layerFieldInfo:e.layerFieldInfo,userTimezone:a,userTimezoneOffset:o},s=await C({promptText:t,messages:v(e.messages),inputVariables:i,tools:it});if(!(s.tool_calls&&Array.isArray(s.tool_calls)&&s.tool_calls.length>0))return{...e,messages:[...e.messages,s]};let l=s.content.toString()||"LLM requested tool calls.";return await Q(s,r),{...e,outputMessage:l,messages:[...e.messages,s]}},xo=new A(it);async function Eo(e,r){let{messages:t}=await xo.invoke({messages:v(e.messages)},r),a=[],o=[];for(let l of t){let c=l.content;if(typeof c!="string"){console.warn("Skipping non-string tool output:",c);continue}let d;try{d=JSON.parse(c)}catch{console.warn("Skipping invalid JSON from tool:",c);continue}a.push(d),o.push(`- ${d.layerName}: ${d.summary}`)}if(o.length===0)return{...e,queryResponses:a};let i=new j({content:`Query results:
89
- ${o.join(`
90
- `)}`}),s=`Query results:
91
- ${o.join(`
92
- `)}`;return{...e,outputMessage:s,messages:[...e.messages,...t,i],queryResponses:a}}var Io=async(e,r)=>{try{await h({text:"Requesting LLM for summary on query results"},r);let t=await F("summarize_query_response_prompt"),a={queryResponse:e.queryResponses},o=await oe({promptText:t,messages:v(e.messages),inputVariables:a}),i=typeof o=="string"?o:o.content;return e.messages=[...e.messages,new j(i)],e.outputMessage=i,await h({text:`Received response from LLM: ${i}`},r),e}catch(t){throw await h({text:"Error during filter LLM request"},r),new Error(`Error during filter LLM request: ${t instanceof Error?t.message:String(t)}`)}},Lo=(e,r)=>B(["layerSearch","fieldSearch","layersAndFieldsRegistry"],"Layer Query Agent")(e,r),$o=()=>new q(ot).addNode("requireLayerQueryServices",Lo).addNode("vectorSearchLayers",to).addNode("vectorSearchFields",Xa).addNode("fieldStatistics",Za).addNode("agent",To).addNode("tools",Eo).addNode("summarizeQueryResponseLLM",Io).addNode("earlyExit",Ha).addEdge(N,"requireLayerQueryServices").addEdge("requireLayerQueryServices","vectorSearchLayers").addConditionalEdges("vectorSearchLayers",e=>e.vectorSearchLayerIds.length?"vectorSearchFields":"earlyExit").addConditionalEdges("vectorSearchFields",e=>e.vectorSearchFieldResults.length?"fieldStatistics":"earlyExit").addEdge("fieldStatistics","agent").addEdge("agent","tools").addConditionalEdges("tools",e=>e.queryResponses.length?"summarizeQueryResponseLLM":"earlyExit").addEdge("summarizeQueryResponseLLM",x).addEdge("earlyExit",x),Fo=String.raw`- **layerQuery** — User is asking about the feature layer’s data (e.g. counts, summaries, statistics, field values), either for all features, a subset based on a condition, or for a subset based on the current view. CRITICAL: Always call the Layer Filter Agent after this agent.
93
- This also includes questions that ask which feature meets a given condition or where a particular feature in the data is located (e.g., “Where is the spring with the highest elevation?”).
94
- _Example: “How many features are there?”_
95
- _Example: “What’s the average population?”_
96
- _Example: “Which values are in the status field?”_`,yl={id:"layerQuery",name:"Layer Query Agent",description:Fo,createGraph:$o,workspace:ot},De=.7,_o=10,ko=async(e,r)=>{try{let t=_(e.messages);await h({text:"Similarity search to find fields"},r);let a=b(r,"fieldSearch"),o=b(r,"layersAndFieldsRegistry"),i=b(r,"embeddingCache"),s=await a.searchFields({text:t,layerIds:e.vectorSearchLayerIds,minScore:De,topResults:_o,embeddingCache:i}),l=s.map(({layerId:d,results:u})=>{let m=u.map(f=>` - ${f.name} (${f.score.toFixed(2)})`).join(`
97
- `);return`${o.get(d)?.layerItem.name??d}:
98
- ${m}`}).join(`
99
- `),c;return s.length>0?c=`Vector search completed. Matching layers and fields with scores:
100
- ${l}`:c=`No vector search results found for score over ${De}.`,await h({text:c},r),{...e,vectorSearchFieldResults:s}}catch(t){throw await h({text:`Error during vector search: ${t instanceof Error?t.message:String(t)}`},r),new Error(`Vector search failed: ${t instanceof Error?t.message:String(t)}`)}},No=.7,qo=async(e,r)=>{try{let t=_(e.messages);await h({text:`Similarity search to find layers: ${t}`},r);let a=b(r,"layerSearch"),o=b(r,"layersAndFieldsRegistry"),i=await a.searchLayers({text:t,minScore:No}),s=i.map(d=>d.id),l=i.map(({id:d,score:u})=>`${o.get(d)?.layerItem.name??d} (${u.toFixed(2)})`).join(`
101
- `),c;return s.length>0?c=`Vector search completed. Matching layers with scores:
102
- ${l}`:c="Vector search completed. No matching layers found.",await h({text:c},r),{...e,vectorSearchLayerIds:s}}catch(t){throw await h({text:`Error during vector search: ${t instanceof Error?t.message:String(t)}`},r),new Error(`Vector search failed: ${t instanceof Error?t.message:String(t)}`)}};async function Ao(e){let{fields:r,layer:t,view:a,styleName:o,colorSchemeTags:i}=e,s;return i?s=pt({basemapTheme:await Ae(a),geometryType:t.geometryType,includedTags:i,numColors:Math.min(r.length,8)})[0]:s=wt({basemapTheme:await Ae(a),geometryType:t.geometryType,numColors:Math.min(r.length,8)}).primaryScheme,{layer:t,view:a,attributes:r.map(l=>({field:l,label:t.fields.find(c=>c.name===l)?.alias??""})).slice(0,8),outlineOptimizationEnabled:!0,sizeOptimizationEnabled:!0,includeSizeVariable:o.includes("Size"),pieChartScheme:s}}async function Ro(e){return await gt(e)}async function Mo({arcgisMap:e,arcgisMapView:r,layerId:t,fields:a,colorSchemes:o,includeSize:i}){let s=r,l=e?.allLayers.find(d=>d.id===t);if(!l)return`Could not find layer for id: ${t}`;let c={styleName:i?"chart-size":"chart",fields:a,layer:l,view:s,colorSchemeTags:o};try{let d=await Ao(c),u=await Ro(d);return l.renderer=u.renderer,l.visible=!0,`Chart renderer applied to layer: ${l.title??l.id} using fields ${a.join(", ")}`}catch(d){return`Error applying chart renderer: ${d instanceof Error?d.message:String(d)}`}}var zo=["mapView"];function I(e){let r=e?.configurable?.context;if(!r||typeof r!="object")throw new Error("LayerStylingAgent context missing");let t=zo.filter(a=>!(a in r));if(t.length)throw new Error(`LayerStylingAgent context missing: ${t.join(", ")}`);return r}async function Co({layerId:e,fields:r,colorSchemes:t,includeSize:a},o){let{mapView:i}=I(o);return await E({id:"show-legend",description:"Show Legend",payload:{layerIds:[e]}},o),await Mo({arcgisMap:i.map,arcgisMapView:i,layerId:e,fields:r,colorSchemes:t,includeSize:a})}var jo=n.object({layerId:n.string().describe("The id of the layer to apply the chart renderer to"),fields:n.array(n.string()).describe("The fields to use for the chart renderer (multiple numeric fields)"),colorSchemes:n.array(n.string()).optional().describe("Optional color scheme tags to use"),includeSize:n.boolean().optional().describe("Whether to vary the chart size (chart-size)")}),Vo=p(Co,{name:"chart",description:`Label: Charts
103
- Description: Show the values of two or more categories as a proportion of the total using a pie chart.
104
- Keywords: pie, chart, all categories, breakdown, proportion
105
- Example: Show the total number of homes built in each decade using a pie chart for each feature.
106
- Fields: This style requires 2-8 number fields.
107
-
108
- Label: Charts and Size
109
- Description: Show the values of two or more categories as a proportion of the total using a pie chart and use size to capture the total amount or magnitude.
110
- Keywords: pie, chart, all categories, breakdown, proportion, total, amount, how much, sum, graduated size, proportional size
111
- Example: Show the total number of homes built in each decade using a pie chart for each feature and vary the size of each chart based on the total of all categories.
112
- Fields: This style requires 2-8 number fields.`,schema:jo});function Oo(e){let{fields:r,layer:t,view:a,theme:o,colorSchemeTags:i}=e,s=r[0],l;return i&&(l=pe({geometryType:t.geometryType,includedTags:i,theme:o||"high-to-low"})[0]),{layer:t,view:a,startTime:s,endTime:new Date,theme:o,sizeOptimizationEnabled:!0,outlineOptimizationEnabled:!0,colorScheme:l}}async function Do(e){return await bt(e)}async function Po({arcgisMap:e,arcgisMapView:r,layerId:t,fields:a,colorSchemes:o,theme:i}){let s=r,l=e?.allLayers.find(d=>d.id===t);if(!l)return`Could not find layer for id: ${t}`;let c={styleName:"color-age",fields:a,layer:l,view:s,colorSchemeTags:o,theme:i};try{let d=Oo(c),u=await Do(d);return l.renderer=u.renderer,l.visible=!0,`Color-age renderer applied to layer: ${l.title??l.id} using fields ${a.join(", ")}`}catch(d){return`Error applying color-age renderer: ${d instanceof Error?d.message:String(d)}`}}async function Go({layerId:e,fields:r,colorSchemes:t,theme:a},o){let{mapView:i}=I(o);return await E({id:"show-legend",description:"Show Legend",payload:{layerIds:[e]}},o),await Po({arcgisMap:i.map,arcgisMapView:i,layerId:e,fields:r,colorSchemes:t,theme:a})}var Bo=n.object({layerId:n.string().describe("The id of the layer to apply the color-age renderer to"),fields:n.array(n.string()).describe("The field(s) to use for the color-age renderer (temporal/date data)"),colorSchemes:n.array(n.string()).optional().describe("Optional color scheme tags to use"),theme:n.enum(["above-and-below","above","below","centered-on","extremes","high-to-low"]).optional().describe("Optional theme for the color ramp")}),Qo=p(Go,{name:"color-age",description:`Label: Age (color)
113
- Description: Use colors along a continuous color ramp to represent the age of features. Age reflects the length of time from a start date to an end date.
114
- Keywords: since, age, how old, how long
115
- Example: Show the age of each feature based on its reported date.
116
- Fields: This style requires at least one field with a date type.`,schema:Bo});function Wo(e){let{fields:r,layer:t,view:a,colorSchemeTags:o}=e,{theme:i}=e,s=r[1],l=r[0],c;return o&&(c=pe({geometryType:t.geometryType,includedTags:o,theme:i||"high-to-low"})[0]),{layer:t,view:a,field:l,normalizationField:s,theme:i,sizeOptimizationEnabled:!0,outlineOptimizationEnabled:!0,colorScheme:c}}async function Ko(e){return await vt(e)}async function Uo({arcgisMap:e,arcgisMapView:r,layerId:t,fields:a,colorSchemes:o,theme:i}){let s=r,l=e?.allLayers.find(d=>d.id===t);if(!l)return`Could not find layer for id: ${t}`;let c={styleName:"color",fields:a,layer:l,view:s,colorSchemeTags:o,theme:i};try{let d=Wo(c),u=await Ko(d);return l.renderer=u.renderer,l.visible=!0,`Color renderer applied to layer: ${l.title??l.id} using fields ${a.join(", ")}`}catch(d){return`Error applying color renderer: ${d instanceof Error?d.message:String(d)}`}}async function Jo({layerId:e,fields:r,colorSchemes:t,theme:a},o){let{mapView:i}=I(o);return await E({id:"show-legend",description:"Show Legend",payload:{layerIds:[e]}},o),await Uo({arcgisMap:i.map,arcgisMapView:i,layerId:e,fields:r,colorSchemes:t,theme:a})}var Ho=n.object({layerId:n.string().describe("The id of the layer to apply the color renderer to"),fields:n.array(n.string()).describe("The field(s) to use for the color renderer"),colorSchemes:n.array(n.string()).optional().describe("Optional color scheme tags to use"),theme:n.enum(["above-and-below","above","below","centered-on","extremes","high-to-low"]).optional().describe("Optional theme for the color ramp")}),Zo=p(Jo,{name:"color",description:`Label: Counts and Amounts (color)
117
- Description: Vary color along a continuous color ramp to represent numeric or ranked data.
118
- Keywords: graduated color, choropleth, continuous color, hue, color, gradation, saturation, lightness, percent, rate, ratio, index, how much, increase, decrease
119
- Example: Color each feature based on the population density.
120
- Fields: This style requires a single field with a number type. A second number field may be specified for normalizing the value of the first field.`,schema:Ho});function Yo(e){let{fields:r,layer:t,view:a,colorSchemeTags:o,theme:i}=e,s,l,c=r[0];return o&&(l=pe({geometryType:t.geometryType,includedTags:o,theme:i||"high-to-low"})[0]),{layer:t,view:a,field:c,normalizationField:s,theme:i,colorOptions:{colorScheme:l}}}async function Xo(e){return await St(e)}async function ei({arcgisMap:e,arcgisMapView:r,layerId:t,fields:a,colorSchemes:o,theme:i}){let s=r,l=e?.allLayers.find(d=>d.id===t);if(!l)return`Could not find layer for id: ${t}`;let c={styleName:"color-size-univariate",fields:a,layer:l,view:s,colorSchemeTags:o,theme:i};try{let d=Yo(c),u=await Xo(d);return l.renderer=u.renderer,l.visible=!0,`Color-size-univariate renderer applied to layer: ${l.title??l.id} using fields ${a.join(", ")}`}catch(d){return`Error applying color-size-univariate renderer: ${d instanceof Error?d.message:String(d)}`}}async function ti({layerId:e,fields:r,colorSchemes:t,theme:a},o){let{mapView:i}=I(o);return await E({id:"show-legend",description:"Show Legend",payload:{layerIds:[e]}},o),await ei({arcgisMap:i.map,arcgisMapView:i,layerId:e,fields:r,colorSchemes:t,theme:a})}var ri=n.object({layerId:n.string().describe("The id of the layer to apply the color-size univariate renderer to"),fields:n.array(n.string()).describe("The fields to use for the color-size univariate renderer"),colorSchemes:n.array(n.string()).optional().describe("Optional color scheme tags to use"),theme:n.enum(["above-and-below","above","below","centered-on","extremes","high-to-low"]).optional().describe("Optional theme for the color and size ramps")}),ai=p(ti,{name:"color-size-univariate",description:`Label: Color and Size (univariate)
121
- Description: Vary symbol size and color based on the values of two numeric attributes.
122
- Keywords: continuous color, hue, color, size, gradation, saturation, lightness, percent, rate, ratio, index, how much, increase, decrease, amount
123
- Example: Color each feature based on the percentage of the population that owns a home and vary the size of each point based on total population.
124
- Fields: This style requires at least two fields: one determining the color of each feature, the other determining the size of each feature. Each field may be normalized by an additional normalization field.`,schema:ri});function oi(e){let{fields:r,layer:t,view:a,colorSchemeTags:o}=e,i;return o&&(i=xt({includedTags:o,numColors:Math.min(r.length,8)})[0]),{layer:t,view:a,legendOptions:{unit:"units"},attributes:r.map(s=>({field:s,label:t.fields.find(l=>l.name===s)?.alias??""})).slice(0,8),outlineOptimizationEnabled:!0,dotDensityScheme:i}}async function ii(e){return await Tt(e)}async function ni({arcgisMap:e,arcgisMapView:r,layerId:t,fields:a,colorSchemes:o}){let i=r,s=e?.allLayers.find(c=>c.id===t);if(!s)return`Could not find layer for id: ${t}`;let l={styleName:"dot-density",fields:a,layer:s,view:i,colorSchemeTags:o};try{let c=oi(l),d=await ii(c);return s.renderer=d.renderer,s.visible=!0,`Dot Density renderer applied to layer: ${s.title??s.id} using fields ${a.join(", ")}`}catch(c){return`Error applying dot density renderer: ${c instanceof Error?c.message:String(c)}`}}async function si({layerId:e,fields:r,colorSchemes:t},a){let{mapView:o}=I(a);return await E({id:"show-legend",description:"Show Legend",payload:{layerIds:[e]}},a),await ni({arcgisMap:o.map,arcgisMapView:o,layerId:e,fields:r,colorSchemes:t})}var li=n.object({layerId:n.string().describe("The id of the layer to apply the dot density renderer to"),fields:n.array(n.string()).describe("The field(s) to use for the dot density renderer (population or count data)"),colorSchemes:n.array(n.string()).optional().describe("Optional color scheme tags to use")}),ci=p(si,{name:"dot-density",description:`Dot Density
125
- Use dot density to visualize the distribution of one attribute or compare the density of multiple attributes. This is only valid for polygon layers.
126
- **Use cases:**
127
- - Population distribution visualization
128
- - Comparing multiple categories within areas
129
- - Showing spatial distribution patterns
130
- **Examples:**
131
- - Show the density of the population based on various race/ethnic groups
132
- - Visualize distribution of different crops across regions
133
- - Display demographic patterns within census tracts
134
- **Fields:** Requires 2-8 number fields.
135
- **Keywords:** density, how much, how many, total, number, amount`,schema:li});function di(e){let{fields:r,layer:t,view:a,colorSchemeTags:o}=e,i,s=r[0];return o&&(i=It({includedTags:o,basemap:a.map?.basemap||"topo"})[0]),{layer:t,view:a,field:s,heatmapScheme:i}}async function ui(e){return await Et(e)}async function hi({arcgisMap:e,arcgisMapView:r,layerId:t,fields:a,colorSchemes:o}){let i=r,s=e?.allLayers.find(c=>c.id===t);if(!s)return`Could not find layer for id: ${t}`;let l={styleName:"heatmap",fields:a,layer:s,view:i,colorSchemeTags:o};try{let c=di(l),d=await ui(c);return s.renderer=d.renderer,s.visible=!0,`Heatmap renderer applied to layer: ${s.title??s.id} using fields ${a.join(", ")}`}catch(c){return`Error applying heatmap renderer: ${c instanceof Error?c.message:String(c)}`}}async function mi({layerId:e,fields:r,colorSchemes:t},a){let{mapView:o}=I(a);return await E({id:"show-legend",description:"Show Legend",payload:{layerIds:[e]}},a),await hi({arcgisMap:o.map,arcgisMapView:o,layerId:e,fields:r,colorSchemes:t})}var fi=n.object({layerId:n.string().describe("The id of the layer to apply the heatmap renderer to"),fields:n.array(n.string()).describe("The field(s) to use for the heatmap renderer (typically point density)"),colorSchemes:n.array(n.string()).optional().describe("Optional color scheme tags to use")}),yi=p(mi,{name:"heatmap",description:`Label: Heat Map
136
- Description: Show areas of high density with colors that appear to glow hotter. This is only valid for point layers.
137
- Keywords: density, heatmap, hot spots, pattern, cluster
138
- Example: Create a heatmap
139
- Fields: This typically requires zero or one field of type number.`,schema:fi});function gi(e){let{fields:r,layer:t,view:a,styleName:o,colorSchemeTags:i}=e,s;return i&&(s=$t({geometryType:t.geometryType,includedTags:i,numColors:Math.min(r.length,10)})[0]),{layer:t,view:a,fields:r.map(l=>({name:l})).slice(0,9),outlineOptimizationEnabled:!0,sizeOptimizationEnabled:!0,includeSizeVariable:o.includes("Size"),predominanceScheme:s}}async function pi(e){return await Lt(e)}async function wi({arcgisMap:e,arcgisMapView:r,layerId:t,fields:a,colorSchemes:o,includeSize:i}){let s=r,l=e?.allLayers.find(d=>d.id===t);if(!l)return`Could not find layer for id: ${t}`;let c={styleName:i?"predominance-size":"predominance",fields:a,layer:l,view:s,colorSchemeTags:o};try{let d=gi(c),u=await pi(d);return l.renderer=u.renderer,l.visible=!0,`Predominance renderer applied to layer: ${l.title??l.id} using fields ${a.join(", ")}`}catch(d){return`Error applying predominance renderer: ${d instanceof Error?d.message:String(d)}`}}async function bi({layerId:e,fields:r,colorSchemes:t,includeSize:a},o){let{mapView:i}=I(o);return await E({id:"show-legend",description:"Show Legend",payload:{layerIds:[e]}},o),await wi({arcgisMap:i.map,arcgisMapView:i,layerId:e,fields:r,colorSchemes:t,includeSize:a})}var vi=n.object({layerId:n.string().describe("The id of the layer to apply the predominance renderer to"),fields:n.array(n.string()).describe("The fields to use for the predominance renderer (competing categories)"),colorSchemes:n.array(n.string()).optional().describe("Optional color scheme tags to use"),includeSize:n.boolean().optional().describe("Whether to include size visualization (predominance-size)")}),Si=p(bi,{name:"predominance",description:`Label: Predominant category
140
- Description: Compare attributes that share a common subject and unit of measurement to see which has the highest value.
141
- Keywords: predominant, winner, won, competing, most, most common, most frequent, dominant, prevalent, top
142
- Example: Using fields for Corn Acres, Wheat Acres, and Cotton Acres, show the predominant crop harvested in each area.
143
- Fields: This style relies on 2-10 number fields.
144
-
145
- Label: Predominant category and Size
146
- Description: Compare attributes that share a common subject and unit of measurement to see which has the highest value. Also varies the size of each symbol based on the total of all categories.
147
- Keywords: predominant, winner, won, competing, most, most common, most frequent, dominant, prevalent, top, amount, total, how much, proportional size, graduated size, sum
148
- Example: Show the predominant crop in each area and vary the size of each symbol based on the total of all categories.
149
- Fields: This style relies on 2-10 number fields.`,schema:vi});function Ti(e){let{fields:r,layer:t,view:a,colorSchemeTags:o}=e,i,s={field:r[0]},l={field:r[1]};return o&&(i=_t({geometryType:t.geometryType,includedTags:o})[0]),{layer:t,view:a,field1:s,field2:l,outlineOptimizationEnabled:!0,sizeOptimizationEnabled:!0,relationshipScheme:i}}async function xi(e){return await Ft(e)}async function Ei({arcgisMap:e,arcgisMapView:r,layerId:t,fields:a,colorSchemes:o}){let i=r,s=e?.allLayers.find(c=>c.id===t);if(!s)return`Could not find layer for id: ${t}`;let l={styleName:"relationship",fields:a,layer:s,view:i,colorSchemeTags:o};try{let c=Ti(l),d=await xi(c);return s.renderer=d.renderer,s.visible=!0,`Relationship renderer applied to layer: ${s.title??s.id} using fields ${a.join(", ")}`}catch(c){return`Error applying relationship renderer: ${c instanceof Error?c.message:String(c)}`}}async function Ii({layerId:e,fields:r,colorSchemes:t},a){let{mapView:o}=I(a);return await E({id:"show-legend",description:"Show Legend",payload:{layerIds:[e]}},a),await Ei({arcgisMap:o.map,arcgisMapView:o,layerId:e,fields:r,colorSchemes:t})}var Li=n.object({layerId:n.string().describe("The id of the layer to apply the relationship renderer to"),fields:n.array(n.string()).describe("The two fields to use for the relationship renderer (bivariate visualization)"),colorSchemes:n.array(n.string()).optional().describe("Optional color scheme tags to use")}),$i=p(Ii,{name:"relationship",description:`Label: Relationship
150
- Description: Overlays two color ramps to represent the relationship between two numeric attributes.
151
- Keywords: relationship, correlation, compare, related, bivariate choropleth, bivariate color
152
- Example: Show the relationship between tree height and carbon storage
153
- Fields: This style requires two number fields.`,schema:Li});function Fi(e){let{fields:r,layer:t,view:a,theme:o}=e,i=r[0];return{layer:t,view:a,startTime:i,endTime:new Date,theme:o,sizeOptimizationEnabled:!0,outlineOptimizationEnabled:!0}}async function _i(e){return await kt(e)}async function ki({arcgisMap:e,arcgisMapView:r,layerId:t,fields:a,colorSchemes:o,theme:i}){let s=r,l=e?.allLayers.find(d=>d.id===t);if(!l)return`Could not find layer for id: ${t}`;let c={styleName:"size-age",fields:a,layer:l,view:s,colorSchemeTags:o,theme:i};try{let d=Fi(c),u=await _i(d);return l.renderer=u.renderer,l.visible=!0,`Size-age renderer applied to layer: ${l.title??l.id} using fields ${a.join(", ")}`}catch(d){return`Error applying size-age renderer: ${d instanceof Error?d.message:String(d)}`}}async function Ni({layerId:e,fields:r,colorSchemes:t,theme:a},o){let{mapView:i}=I(o);return await E({id:"show-legend",description:"Show Legend",payload:{layerIds:[e]}},o),await ki({arcgisMap:i.map,arcgisMapView:i,layerId:e,fields:r,colorSchemes:t,theme:a})}var qi=n.object({layerId:n.string().describe("The id of the layer to apply the size-age renderer to"),fields:n.array(n.string()).describe("The field(s) to use for the size-age renderer (temporal data with size)"),colorSchemes:n.array(n.string()).optional().describe("Optional color scheme tags to use"),theme:n.enum(["above-and-below","above","below","centered-on","extremes","high-to-low"]).optional().describe("Optional theme for the size ramp")}),Ai=p(Ni,{name:"size-age",description:`Label: Age (size)
154
- Description: Vary symbol sizes along a continuous ramp to represent the age of features. Age reflects the length of time from a start date to an end date.
155
- Keywords: since, age, how old, how long
156
- Example: Change the size of features so older features are larger than new features.
157
- Fields: This style requires at least one field with a date type.`,schema:qi});function Ri(e){let{fields:r,layer:t,view:a}=e,{theme:o}=e,i=r[1],s=r[0];return{layer:t,view:a,field:s,normalizationField:i,theme:o,sizeOptimizationEnabled:!0,outlineOptimizationEnabled:!0}}async function Mi(e){return await Nt(e)}async function zi({arcgisMap:e,arcgisMapView:r,layerId:t,fields:a,colorSchemes:o,theme:i}){let s=r,l=e?.allLayers.find(d=>d.id===t);if(!l)return`Could not find layer for id: ${t}`;let c={styleName:"size",fields:a,layer:l,view:s,colorSchemeTags:o,theme:i};try{let d=Ri(c),u=await Mi(d);return l.renderer=u.renderer,l.visible=!0,`Size renderer applied to layer: ${l.title??l.id} using fields ${a.join(", ")}`}catch(d){return`Error applying size renderer: ${d instanceof Error?d.message:String(d)}`}}async function Ci({layerId:e,fields:r,colorSchemes:t,theme:a},o){let{mapView:i}=I(o);return await E({id:"show-legend",description:"Show Legend",payload:{layerIds:[e]}},o),await zi({arcgisMap:i.map,arcgisMapView:i,layerId:e,fields:r,colorSchemes:t,theme:a})}var ji=n.object({layerId:n.string().describe("The id of the layer to apply the size renderer to"),fields:n.array(n.string()).describe("The field(s) to use for the size renderer (numeric data)"),colorSchemes:n.array(n.string()).optional().describe("Optional color scheme tags to use"),theme:n.enum(["above-and-below","above","below","centered-on","extremes","high-to-low"]).optional().describe("Optional theme for the size ramp")}),Vi=p(Ci,{name:"size",description:`Label: Counts and Amounts (size)
158
- Description: Vary symbol sizes along a continuous ramp to represent numeric or ranked data.
159
- Keywords: graduated size, proportional size, how much, total, number, amount, size
160
- Example: Vary the size of each point based on the total population.
161
- Fields: This style requires a single field with a number type. A second number field may be specified for normalizing the value of the first field.
162
-
163
- Label: Continuous Timeline (size)
164
- Description: Vary symbol sizes along a continuous ramp to represent dates.
165
- Keywords: graduated size, proportional size, classed size, how much, total, number, when
166
- Example: Vary the size of each feature based on the date a ticket was completed.
167
- Fields: This style requires a single field with a date type.`,schema:ji});function Oi(e){let{fields:r,layer:t,view:a,colorSchemeTags:o}=e;console.log("processTypeRendererParams",e);let i=r[0],s=r[1],l=r[2],c;return o&&(c=At({geometryType:t.geometryType,includedTags:o})[0]),{layer:t,view:a,field:i,field2:s,field3:l,outlineOptimizationEnabled:!0,sizeOptimizationEnabled:!0,typeScheme:c}}async function Di(e){return await qt(e)}async function Pi({arcgisMap:e,arcgisMapView:r,layerId:t,fields:a,colorSchemes:o,theme:i}){let s=r,l=e?.allLayers.find(d=>d.id===t);if(!l)return`Could not find layer for id: ${t}`;let c={styleName:"type",fields:a,layer:l,view:s,colorSchemeTags:o,theme:i};try{let d=Oi(c),u=await Di(d);return l.renderer=u.renderer,l.visible=!0,`Type renderer applied to layer: ${l.title??l.id} using fields ${a.join(", ")}`}catch(d){return`Error applying type renderer: ${d instanceof Error?d.message:String(d)}`}}async function Gi({layerId:e,fields:r,colorSchemes:t,theme:a},o){let{mapView:i}=I(o);return await E({id:"show-legend",description:"Show Legend",payload:{layerIds:[e]}},o),await Pi({arcgisMap:i.map,arcgisMapView:i,layerId:e,fields:r,colorSchemes:t,theme:a})}var Bi=n.object({layerId:n.string().describe("The id of the layer to apply the type renderer to"),fields:n.array(n.string()).describe("The field(s) to use for the type renderer (categorical data)"),colorSchemes:n.array(n.string()).optional().describe("Optional color scheme tags to use"),theme:n.enum(["above-and-below","above","below","centered-on","extremes","high-to-low"]).optional().describe("Optional theme for the color scheme")}),Qi=p(Gi,{name:"type",description:`Label: Types (unique symbols)
168
- Description: Represent features as categories with different symbol colors or shapes. Examples include type of tree, road class, or province name.
169
- Keywords: categorical, category, type, unique, discrete, point of interest, region, group
170
- Example: Color each feature based on the region it belongs to
171
- Fields: This style requires a single field which may be a string, number, or date type. It is usually a string.`,schema:Bi}),nt=[Vo,Qo,Zo,ai,ci,yi,Si,$i,Ai,Vi,Qi],Wi=async(e,r)=>{await h({text:"Requesting LLM for layer query results"},r);let t=await F("navigation_intent_prompt");if(!r?.configurable)throw new Error("config.configurable is required for layer query tools");let a={layerFieldInfo:e.layerFieldInfo},o=await C({promptText:t,messages:v(e.messages),inputVariables:a,tools:nt});return await Q(o,r),{...e,messages:[...e.messages,o]}};async function Ki(e,r){let t=await new A(nt).invoke({messages:v(e.messages)},r),a=t.messages.map(i=>i.text).join(`
172
- `);await h({text:`Finished executing layer filter tool: ${a}`},r);let o=t.messages.map(i=>i.text).join(`
173
- `);return{...e,outputMessage:o}}var st=g.Root({messages:g({reducer:L,default:()=>[]}),outputMessage:g({reducer:(e="",r)=>{let t=typeof r=="string"?r.trim():"";if(!t)return e;let a=e.trim();if(!a)return t;if(a===t)return e;let o=a.split(`
174
-
175
- `);return o[o.length-1]?.trim()===t?e:`${e}
176
-
177
- ${t}`},default:()=>""}),vectorSearchLayerIds:g(),vectorSearchFieldResults:g(),layerFieldInfo:g(),selectedLayerId:g()}),Ui=async(e,r)=>(await h({text:"Exiting Layer Styling agent"},r),e),Ji=async(e,r)=>{try{await h({text:"Populating layer and field info"},r);let t=[];for(let a of e.vectorSearchFieldResults){let o=function(u){let m=l.get(u)?.layerItem;return m?[m.name&&`Name: ${m.name}`,m.title&&`Title: ${m.title}`,m.description&&`Description: ${m.description}`].filter(Boolean).join(" | "):u},{layerId:i,results:s}=a,l=b(r,"layersAndFieldsRegistry"),c=l.get(i)?.fieldRegistry;if(!c)continue;let d=t.find(u=>u.layerId===i);d||(d={layerId:i,layerSummary:o(i),fieldInfos:[]},t.push(d));for(let u of s){let m=c.get(u.name);m&&d.fieldInfos.push(m)}}return console.log("Populated layerFieldInfo:",t),await h({text:"Populated layerFieldInfo"},r),{...e,layerFieldInfo:t}}catch(t){throw await h({text:"Error populating layerFieldInfo"},r),new Error(`Error populating layerFieldInfo: ${t instanceof Error?t.message:String(t)}`)}},Hi=(e,r)=>{let t=e.vectorSearchLayerIds??[];if(t.length<=1)return{...e,selectedLayerId:e.vectorSearchLayerIds[0]};let{hitlResponse:a}=r.configurable;if(console.log("hitlResponse:",a),!a||a.agentId!==Pe.id||a.id!=="reviewLayerSelection"){let i={agentId:Pe.id,id:"reviewLayerSelection",kind:"singleSelection",message:"Choose a layer to apply the styles.",metadata:[...t]};throw new Le(i)}let o=null;return Array.isArray(a.payload)&&a.payload.length>0&&(o=a.payload[0]),{...e,selectedLayerId:o??e.vectorSearchLayerIds[0]}},Zi=(e,r)=>B(["layerSearch","fieldSearch","layersAndFieldsRegistry"],"Layer Styling Agent")(e,r),Yi=()=>new q(st).addNode("requireLayerStylingServices",Zi).addNode("vectorSearchLayers",qo).addNode("layerSelectionHITL",Hi).addNode("vectorSearchFields",ko).addNode("populateLayerFieldInfo",Ji).addNode("agent",Wi).addNode("tools",Ki).addNode("earlyExit",Ui).addEdge(N,"requireLayerStylingServices").addEdge("requireLayerStylingServices","vectorSearchLayers").addConditionalEdges("layerSelectionHITL",e=>e.vectorSearchLayerIds.length?"vectorSearchFields":"earlyExit").addConditionalEdges("vectorSearchFields",e=>e.vectorSearchFieldResults.length?"populateLayerFieldInfo":"earlyExit").addEdge("populateLayerFieldInfo","agent").addEdge("agent","tools").addEdge("tools",x).addEdge("earlyExit",x),Xi=String.raw`- **layerStyling** — User wants to change how features are drawn or styled on the map based on their data, such as applying color, size, transparency, symbols, or charts according to field values.
178
- _Example: “Color points by sales amount”_
179
- _Example: “Show population density with a color gradient”_
180
- _Example: “Create a relationship map between height and depth”_
181
- _Example: “Vary circle sizes according to population”_`,Pe={id:"layerStyling",name:"Layer Styling Agent",description:Xi,createGraph:Yi,workspace:st},gl=g.Root({messages:g({reducer:L,default:()=>[]}),outputMessage:g({reducer:(e="",r)=>{let t=typeof r=="string"?r.trim():"";if(!t)return e;let a=e.trim();if(!a)return t;if(a===t)return e;let o=a.split(`
182
-
183
- `);return o[o.length-1]?.trim()===t?e:`${e}
184
-
185
- ${t}`},default:()=>""})});var pl=String.raw`- **help** — Enables users to ask questions about the map, layers, fields, and it's capabilities.
186
-
187
- _Example: “Tell me about this map”_
188
- _Example: “List all layers in this map”_
189
- _Example: “List fields in protected areas layer”_
190
- _Example: “What agents are available to me?”_
191
- _Example: “What can you do?”_
192
- _Example: “What can I ask”_
193
-
194
- Even if the user asks unrelated queries like "What are the vowels in English alphabet" or "How to cook", call this agent.
195
-
196
- IF the user asks map related queries, but those that are not performed by any of the agents, call this agent so we can respond accordingly.
197
- _Example: "Create a chart"_
198
- _Example: "Create a table"_`;var wl=g.Root({messages:g({reducer:L,default:()=>[]}),outputMessage:g({reducer:(e="",r)=>{let t=typeof r=="string"?r.trim():"";if(!t)return e;let a=e.trim();if(!a)return t;if(a===t)return e;let o=a.split(`
199
-
200
- `);return o[o.length-1]?.trim()===t?e:`${e}
201
-
202
- ${t}`},default:()=>""}),intent:g({reducer:(e,r)=>r})}),H={conversationId:""},en=["linkChartView"],tn=["knowledgeGraph"];function te(e){let r=e?.configurable?.context;if(!r||typeof r!="object")throw new Error("ArcgisKnowledgeAgent context missing");let t=en.filter(a=>!(a in r));if(t.length)throw new Error(`Link Chart context missing: ${t.join(", ")}`);return r}function Ee(e){let r=e?.configurable?.context;if(!r||typeof r!="object")throw new Error("ArcgisKnowledgeAgent context missing");let t=tn.filter(a=>!(a in r));if(t.length)throw new Error(`Knowledge Graph context missing: ${t.join(", ")}`);return r}var de=class{constructor(r){this.dataModel=r,this.kind="GraphQueryGenerationRequest",this.explainQuery=!0,this.schemaInformation=ue.fromDataModel(r)}},ue=class e{constructor(){this.schemaType="ArcgisGraphSchema",this.entityTypes=[],this.relationshipTypes=[],this.identifierInfo={mappingInfo:{identifierMapsTo:"UniformPropertyIdentifier",identifierPropertyName:"globalid"}}}static fromDataModel(r){let t=new e;for(let a of r.entityTypes)t.entityTypes.push(G.fromEntityType(a));for(let a of r.relationshipTypes)t.relationshipTypes.push(he.fromRelationshipType(a));return t.identifierInfo={mappingInfo:{identifierMapsTo:rn(r.identifierInfo.identifierMappingInfo.identifierInfoType),identifierPropertyName:r.identifierInfo.identifierMappingInfo.uniformPropertyIdentifier.identifierPropertyName}},t.spatialReference=JSON.parse(JSON.stringify(r.spatialReference)),t}},G=class e{constructor(){this.name="",this.properties=[]}static fromEntityType(r){let t=new e;t.name=r.name,t.alias=r.alias?r.alias:void 0,t.role=an(r.role);for(let a of r.properties){let o={name:a.name,alias:a.alias?a.alias:void 0,fieldType:a.fieldType,role:on(a.role),geometryDef:a.fieldType==="esriFieldTypeGeometry"?{geometryType:a.geometryType??"esriGeometryAny",hasM:a.hasM?a.hasM:void 0,hasZ:a.hasZ?a.hasZ:void 0}:void 0};t.properties.push(o)}return t}},he=class extends G{constructor(){super(...arguments),this.observedEndPoints=[]}static fromRelationshipType(r){let t=G.fromEntityType(r);t.observedEndPoints=[];for(let a of r.endPoints)t.observedEndPoints.push({originEntityType:a.originEntityType,destinationEntityType:a.destinationEntityType});return t}},rn=e=>{switch(e){case"esriIdentifierInfoTypeUNSPECIFIED":return"UNSPECIFIED";case"esriIdentifierInfoTypeDatabaseNative":return"DatabaseNative";case"esriIdentifierInfoTypeUniformProperty":return"UniformPropertyIdentifier";default:return e}},an=e=>{switch(e){case"Regular":return"esriGraphNamedObjectRegular";case"Provenance":return"esriGraphNamedObjectProvenance";case"Document":return"esriGraphNamedObjectDocument";default:return e}};function on(e){switch(e){case"esriGraphPropertyRegular":return"Regular";case"esriGraphPropertyDocumentName":return"Document_Name";case"esriGraphPropertyDocumentTitle":return"Document_Title";case"esriGraphPropertyDocumentUrl":return"Document_Url";case"esriGraphPropertyDocumentText":return"Document_Text";case"esriGraphPropertyDocumentKeywords":return"Document_Keywords";case"esriGraphPropertyDocumentContentType":return"Document_ContentType";case"esriGraphPropertyDocumentMetadata":return"Document_Metadata";case"esriGraphPropertyDocumentFileExtension":return"Document_FileExtension";case"esriGraphPropertyProvenanceInstanceId":return"Provenance_InstanceId";case"esriGraphPropertyProvenanceSourceType":return"Provenance_SourceType";case"esriGraphPropertyProvenanceSourceName":return"Provenance_SourceName";case"esriGraphPropertyProvenanceSource":return"Provenance_Source";case"esriGraphPropertyProvenanceComment":return"Provenance_Comment";case"esriGraphPropertyProvenanceTypeName":return"Provenance_TypeName";case"esriGraphPropertyProvenancePropertyName":return"Provenance_PropertyName";default:return"Regular"}}async function nn(e,r,t,a){let{graphQuery:o,explanation:i}=await Ie(e,r,t,a);return`Generated Graph Query: ${o}
203
- Explanation: ${i}`}async function Ie(e,r,t,a){let o={message:e,context:new de(r)};H.conversationId&&(o.conversationId=H.conversationId),await h({text:"Attempting to generate a cypher query from your prompt..."},a);let i=await Re(`${t}/chat`,{method:"post",body:JSON.stringify(o),headers:{"Content-Type":"application/json",token:Me.findCredential(P.getDefault().url)?.token??""}});if(i.httpStatus!==200)throw new Error(`Graph query service returned an error: ${i.httpStatus}`,{cause:i.data});H.conversationId||(H.conversationId=i.data.conversationId);let s=!1,l=Date.now(),c=i.data.sequenceNumber,d="",u="",m=1;for(;!s;){await new Promise(y=>setTimeout(y,1e3)),await h({text:`Periodically requesting status of job from ArcGIS AI Services${"...".substring(0,m)}`},a),m=m%3+1;let f=await Re(`${t}/chat`,{method:"post",body:JSON.stringify({conversationId:i.data.conversationId,inquiryId:i.data.inquiryId,ackSequenceNumber:c}),headers:{"Content-Type":"application/json",token:Me.findCredential(P.getDefault().url)?.token??""}});if(f.httpStatus!==200)throw new Error(`Graph query service polling returned an error: ${f.httpStatus}`,{cause:f.data});if(f.data.context)d=f.data.context.graphQuery,u=f.data.message||"";else if(!f.data.hasMore)s=!0;else if(Date.now()-l>6e4)throw new Error("Graph query service polling timed out after 1 minute.");c=f.data.sequenceNumber}return{graphQuery:d,explanation:u}}function Z(e,r){if(!(!e||typeof e!="object")){if(ln(e))for(let t of e.path)Z(t,r);else if(sn(e))r.set(`${e.typeName}__${e.id}`,{id:e.id,typeName:e.typeName});else if(Array.isArray(e))for(let t of e)Z(t,r);else if(cn(e))for(let t of Object.values(e.properties??{}))Z(t,r)}}function sn(e){return!e||typeof e!="object"||Array.isArray(e)?!1:"id"in e&&"typeName"in e}function ln(e){return!e||typeof e!="object"||Array.isArray(e)?!1:e&&"path"in e&&Array.isArray(e.path)}function cn(e){return!e||typeof e!="object"||Array.isArray(e)||"id"in e?!1:"properties"in e&&typeof e.properties=="object"}function dn(e,r){let t=[];for(let a of[...r.dataModel.entityTypes,...r.dataModel.relationshipTypes]){let o=e.getMemberIdsByType(a.name);for(let i of o)t.push({id:i,typeName:a.name})}return t}var un=async e=>{let r=new Map,t=e.resultRowsStream.getReader();for(;;){let{done:a,value:o}=await t.read();if(a)break;for(let i of o)for(let s of i)Z(s,r)}return Array.from(r.values())};async function hn(e,r,t,a,o){let{graphQuery:i,explanation:s}=await Ie(e,r.dataModel,t,o);await h({text:`Attempting to execute query: ${i.substring(0,500)}${i.length>500?"...":""}`},o);let l=await Rt(r,new Ue({openCypherQuery:i}),{signal:o?.signal,timeout:o?.timeout}),c=await un(l);return await h({text:`Query Results parsed into ${c.length} unique relationships and entities. Atempting to add to link chart...`},o),await a.map.addRecords(c),`Link Chart updated successfully. Cypher Query used: ${i}
204
- Explanation: ${s}`}async function mn({prompt:e},r){let{knowledgeGraph:t}=Ee(r),{linkChartView:a}=te(r),o=P.getDefault().helperServices,i=await F("arcgis_knowledge_current_lc_context"),s=dn(a.map,t),l=`${e}
205
-
206
- ${i}${JSON.stringify(s)}`;return await hn(l,t,`${o.aiAssistantServices.url}${o.aiAssistantServices.graphQueryAssistant}`,a,r)}var fn=n.object({prompt:n.string().describe("The user's inquiry into the knowledge graph that needs to be run.")}),bl=p(mn,{name:"addRecords",description:"Adds records (entities or relationships) to the current link chart visualization from an inquiry into the knowledge graph data. The inquiry will retrieve data from the graph database that will serve as the basis for the records to be added to the link chart. The user should have explicitly requested to add records to the current link chart from their prompt.",schema:fn});async function yn(e,r){return await r.map.applyLayout(e),`Successfully applied layout: ${e}.`}async function gn({layout:e},r){let{linkChartView:t}=te(r);return await yn(e,t)}var pn=n.object({layout:n.enum(["organic-standard","organic-community","basic-grid","hierarchical-bottom-to-top","radial-root-centric","tree-left-to-right","geographic-organic-standard","chronological-mono-timeline","chronological-multi-timeline"]).describe("The layout mode to apply to the link chart. The value must be one of the following: organic-standard, organic-community, basic-grid, hierarchical-bottom-to-top, radial-root-centric, tree-left-to-right, geographic-organic-standard, chronological-mono-timeline, chronological-multi-timeline")}),vl=p(gn,{name:"applyLayout",description:"Apply a diagram layout to the link chart",schema:pn});function wn(e,r){return r.map.changeNonspatialDataDisplay(e),`Successfully applied nonspatial visibility setting: ${e}.`}function bn({setting:e},r){let{linkChartView:t}=te(r);return wn(e,t)}var vn=n.object({setting:n.enum(["hidden","visible"]).describe("The setting of nonspatial visibility")}),Sl=p(bn,{name:"changeNonspatialVisibility",description:"Change whether or not nonspatial data is visible in the link chart. The value must be either 'hidden' or 'visible'.",schema:vn});async function Sn(e,r,t,a,o){let{graphQuery:i,explanation:s}=await Ie(e,r.dataModel,t,o);await h({text:`Attempting to create link chart from derived query: ${i}`},o);let l=await Mt.fromCypherQuery(r,new Ue({openCypherQuery:i}));return await h({text:"Link chart created successfully, loading..."},o),a.map=l,await l.load(),await a.when(),`Link chart created successfully. Cypher Query used to create the link chart: ${i}
207
- Explanation: ${s}`}async function Tn({prompt:e},r){let{knowledgeGraph:t}=Ee(r),{linkChartView:a}=te(r),o=P.getDefault().helperServices;return await Sn(e,t,`${o.aiAssistantServices.url}${o.aiAssistantServices.graphQueryAssistant}`,a,r)}var xn=n.object({prompt:n.string().describe("The user's inquiry into the knowledge graph that needs to be transformed into a link chart visulalization.")}),Tl=p(Tn,{name:"createLinkChart",description:"Creates a new link chart visualization from an inquiry into the knowledge graph data. The inquiry will retrieve data from the graph database that will serve as the basis for the new link chart. The user should have explicitly requested the creation of a new link chart from their prompt.",schema:xn});async function En({prompt:e},r){let{knowledgeGraph:t}=Ee(r),a=P.getDefault().helperServices;return await nn(e,t.dataModel,`${a.aiAssistantServices.url}${a.aiAssistantServices.graphQueryAssistant}`,r)}var In=n.object({prompt:n.string().describe("The user's inquiry into the knowledge graph that needs to be translated into a cypher query.")}),xl=p(En,{name:"generateCypher",description:"Generates an Open Cypher query based on the user's prompt which represents an inquiry into the data of the knowledge service and its graph database, attempting to filter based on certain conditions and traverse specified relationships. The generated query should be syntactically correct and optimized for performance.",schema:In});var El=String.raw`The purpose of this agent is to work with Knowledge Graph data, a graph database technology that represents and stores data as interconnected entities (nodes) and relationships (edges).
208
- This agent has two categories of skills: those that work with an active link chart visualization of a subset of the data in the knowledge graph, and those that work with the knowledge graph data more generally against the entire dataset in the service and database.
209
- For link charts, the agent enables users to interact with a link chart by adding new entities (also called nodes) or relationships (also called edges), removing existing entities or relationships,
210
- expanding the graph from particular entities, finding relationships between specified entities on the link chart and adding them to the link chart, finding all relationships
211
- that exist out from specified entities and adding those to the link chart, changing whether or not nonspatial data is visible, or changing the layout of the link chart.
212
- This agent is designed to handle requests that manipulate the specific link chart.
213
- For knowledge graph data more generally, the agent can generate Open Cypher queries based on user prompts that represent inquiries into the data of the knowledge service and its graph database,
214
- and can alternatively use those queries to create a new link chart visualization from the results if requested.
215
-
216
- Supported actions:
217
- - **Change or Apply Layout**: Changes the current layout visualization strategy of the link chart (e.g., "Change the layout to basic-grid", "Apply hierarchical layout"). Valid layout types include organic-standard, organic-community, basic-grid, hierarchical-bottom-to-top, radial-root-centric, tree-left-to-right, geographic-organic-standard, chronological-mono-timeline. A best effort should be made to transform the user's request into one of these layout types.
218
- - **Change Nonspatial Data Visibility**: Changes whether or not nonspatial data is visible on the link chart (e.g., "Show nonspatial data", "Hide nonspatial data"). Valid settings are "hidden" and "visible". A best effort should be made to transform the user's request into one of these settings.
219
- - **Generate a cypher query**: Generates an Open Cypher query based on the user's prompt which represents an inquiry into the data of the knowledge service and its graph database, attempting to filter based on certain conditions and traverse specified relationships. The generated query should be syntactically correct and optimized for performance. The user should explicitly request that a cypher query be returned - if they do not, the purpose of the query is for one of the other tools or skills.
220
- - **Create a New Link Chart from a user prompt**: Identifies that the users prompt is an inquiry into the data of the knowledge service and its graph database and creates a new link chart from the results. The user should have requested that a link chart be created or made(or similar term) from their prompt
221
- - **Add Records (entities or relationships)**: Identifies that the users prompt is an inquiry into the data of the knowledge graph service and its graph database, and that the user wants to take the result of the inquiry and add those entities and/or relationships to the link chart. The generated query should be syntactically correct and optimized for performance.
222
-
223
- _example: "Change the layout to hierarchical-bottom-to-top"_
224
- _example: "Apply radial-root-centric layout"_
225
- _example: "Show nonspatial data"_
226
- _example: "Hide nonspatial data"_
227
- _example: "Turn off nonspatial visibility"_
228
- _example: "Generate a cypher query to find all entities connected to 'Entity A' via 'Relationship X' that were created after 2020"_
229
- _example: "Generate a query to find all employees of Company Esri who joined after 2015 and are located in California"_
230
- _example: "Tell me how to find all products supplied by Supplier Y that have a price greater than $1000"_
231
- _example: "Create a new link chart showing all entities related to 'Entity B' through 'Relationship Y'"_
232
- _example: "Find all people who work for Microsoft and put them on a new link chart"_
233
- _example: "Add all entities connected to 'Entity C' via 'Relationship Z' to the current link chart"_
234
- _example: "Add all the people who work for Esri to the current link chart, and all the cars that they drive"_
235
- _example: "Find all the products supplied by Supplier X and add them to my visualization"_
236
- _example: "Expand the link chart from 'Entity D' to show its direct connections"_
237
- _example: "Find all the cars and then add everything up to two hops away from them on the link chart"_
238
- _example: "Connect Emma and Rob on the link chart if there is a relationship between them"
239
- _example: "Discover and add all the relationships originating at 'Entity E' to the link chart"_`;return{a:hl,b:ml,c:fl,d:yl,e:Pe}},"Graphic","geometry/Point","geometry/Extent","symbols/SimpleMarkerSymbol","rest/locator","layers/support/FeatureEffect","layers/support/FeatureFilter","geometry/operators/unionOperator","smartMapping/statistics/summaryStatistics","smartMapping/statistics/uniqueValues","rest/support/TopFeaturesQuery","rest/support/TopFilter","rest/support/Query","geometry/operators/bufferOperator","smartMapping/renderers/pieChart","smartMapping/symbology/pieChart","views/support/colorUtils","smartMapping/renderers/color","smartMapping/symbology/color","smartMapping/renderers/univariateColorSize","smartMapping/renderers/dotDensity","smartMapping/symbology/dotDensity","smartMapping/renderers/heatmap","smartMapping/symbology/heatmap","smartMapping/renderers/predominance","smartMapping/symbology/predominance","smartMapping/renderers/relationship","smartMapping/symbology/relationship","smartMapping/renderers/size","smartMapping/renderers/type","smartMapping/symbology/type","rest/knowledgeGraph/GraphQueryStreaming","request","identity/IdentityManager","portal/Portal","rest/knowledgeGraphService","WebLinkChart",a)
@@ -1,2 +0,0 @@
1
- /* COPYRIGHT Esri - https://js.arcgis.com/5.0/LICENSE.txt */
2
- import{g as i,h as t,p as r,q as e,t as o}from"./OEDEKAJJ.js";import"./2GMCG6SX.js";var c=i`.assistant-chat-card-content__skeleton-block{display:flex;flex-direction:column;gap:var(--calcite-spacing-sm);width:100%}.assistant-chat-card-content__skeleton-text{display:block;height:.95em;border-radius:6px;background:linear-gradient(90deg,color-mix(in srgb,var(--calcite-color-foreground-2) 65%,transparent),color-mix(in srgb,var(--calcite-color-foreground-3) 85%,transparent),color-mix(in srgb,var(--calcite-color-foreground-2) 65%,transparent));background-size:200% 100%;animation:assistant-chat-card-content-shimmer 1.2s ease-in-out infinite;width:85%}.assistant-chat-card-content__skeleton-text:last-child{width:70%}@keyframes assistant-chat-card-content-shimmer{0%{background-position:-150% 0}to{background-position:150% 0}}@media(prefers-reduced-motion){.assistant-chat-card-content__skeleton-text{animation:none}}.assistant-chat-card-content__text-container{padding:var(--calcite-spacing-sm);display:flex;flex-direction:column;gap:var(--calcite-spacing-sm);color:var(--calcite-color-text-1)}.assistant-chat-card-content__text-loading{font-style:italic;word-wrap:break-word;word-break:break-all;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical}.assistant-chat-card-content__error-notice{padding:var(--calcite-spacing-sm)}`,n="assistant-chat-card-content",a={textLoading:`${n}__text-loading`,skeletonBlock:`${n}__skeleton-block`,skeletonText:`${n}__skeleton-text`},s=class extends r{constructor(){super(...arguments),this.loading=!1,this.type="text"}static{this.properties={loading:5,type:1,content:1,loadingMessage:1}}static{this.styles=c}_renderText(){return t`<div class="assistant-chat-card-content__text-container"><div><span class=${e(this.loading?a.textLoading:void 0)}>${this.loading?this.loadingMessage:this.content}</span></div>${this.loading?t`<div class=${e(a.skeletonBlock)}><span class=${e(a.skeletonText)}></span><span class=${e(a.skeletonText)}></span></div>`:null}</div>`}_renderError(){return t`<calcite-notice class="assistant-chat-card-content__error-notice" open icon kind=warning width=auto><div slot=message>${this.content}</div></calcite-notice>`}render(){switch(this.type){case"text":return this._renderText();case"error":return this._renderError();default:return t`<p>Unsupported content type</p>`}}};o("arcgis-assistant-chat-card-content",s);export{s as ArcgisAssistantChatCardContent};
@@ -1,2 +0,0 @@
1
- /* COPYRIGHT Esri - https://js.arcgis.com/5.0/LICENSE.txt */
2
- import c from"./RUY3V36A.js";import b from"./M3HTSZRF.js";import{a as s,b as a}from"./QWUKKFEV.js";import"./QJ3OZMLS.js";import"./2LSVWAZO.js";import{p as r,t as e}from"./OEDEKAJJ.js";import"./2GMCG6SX.js";export default $arcgis.t(([,{c:i}])=>{var t=class extends r{constructor(){super(...arguments),this.agent=i}static{this.properties={referenceElement:1}}#t;getContext(){if(!this.#t)throw new Error("arcgis-assistant-layer-filter-agent requires a mapView");return{mapView:this.#t}}async load(){this.#t=await s(this,"arcgis-assistant-layer-filter-agent"),a(this)}};e("arcgis-assistant-layer-filter-agent",t);return t},b,c)
@@ -1,2 +0,0 @@
1
- /* COPYRIGHT Esri - https://js.arcgis.com/5.0/LICENSE.txt */
2
- import{a as $,c as k}from"./2LSVWAZO.js";import{a as C,b as L,c as m,d as f,e as P,f as O,i as g,j as v,l as w,u as N}from"./OEDEKAJJ.js";var _=t=>(...s)=>{let o=f(),e=new t(...s),r=e.exports;m(o.at(-1));let n=e.component.manager;n.W(e,r),e.watchExports(n.W.bind(n,e)),P(e);let a=[e.component,...o].reverse();return v(a,i=>i===void 0?void 0:j(e,i,r),r)},j=(t,{host:s,key:o,isReactive:e},r)=>{let n=s,a=n[o]!==t.exports,i=n[o]!==r,c=r!==t.exports;if(a&&!i&&c&&(n[o]=t.exports),s===t.component){if(e){let l=t.component.manager;i&&l.W(t,n[o]),t.onUpdate(u=>{if(u.has(o)){let x=n[o];x!==t.exports&&l.W(t,x)}})}t.O=e?void 0:o}let d=t.component.constructor.elementProperties.get(o)?.readOnly;t.watchExports(()=>{n[o]!==t.exports&&(d?O(()=>{n[o]=t.exports}):n[o]=t.exports)})};var z="ar,bg,bs,ca,cs,da,de,el,en,es,et,fi,fr,he,hr,hu,id,it,ja,ko,lt,lv,nl,nb,no,pl,pt-BR,pt-PT,ro,ru,sk,sl,sr,sv,th,tr,uk,vi,zh-CN,zh-HK,zh-TW".split(","),M=new Set(z),h="en",U={pt:"pt-PT",nb:"no",nn:"no",zh:"zh-CN"},F=async(t,s,o="")=>{let e=`${s}/${o}`,r=`${e}${t}.json`;return b[r]??(b[r]=A(t,e)),await b[r]},b={},A=async(t,s)=>{let o=`${s}${t}.json`;try{let e=await fetch(o);if(e.ok)return await e.json()}catch(e){return g("error","intl",`An unknown error occurred while fetching localization strings at ${o}`,{detail:{error:e}}),{}}return t===h?{}:await A(h,s)},y=t=>{let s=k(t,"lang",globalThis.navigator?.language||h);return{lang:s,t9nLocale:T(s)}},T=t=>{let[s,o]=t.split("-"),e=s.toLowerCase(),r=e;return o&&(r=`${e}-${o.toUpperCase()}`),r=U[r]??r,M.has(r)?r:o?T(e):h},D=(t,s,o,e)=>{let r,n=()=>K(t,s(),e).then(a=>{(r?.lang!==a.lang||r.t9nLocale!==a.t9nLocale||r.t9nStrings!==a.t9nStrings)&&o(a),r=a}).catch(a=>{g("error","intl","Error updating component locale state",{detail:{error:a}})});return queueMicrotask(n),$(t,["lang"],n)},K=async(t,s,o=t.localName.split("-").slice(1).join("-"))=>{let{lang:e,t9nLocale:r}=y(t),n=`${s}/${o}/t9n`,i=o===null?{}:await F(r,n,"messages.");return{lang:e,t9nLocale:r,t9nStrings:i}};var W=t=>I(void 0,t);var E=class extends w{constructor(s,o){super(s);let e=this.exports;try{L(this.component);let r=o(this.component,this),n=this.exports!==e;if(C(r)){n||this.setProvisionalExports(r);let a=r.then(i=>{this.exports=i,super.catchUpLifecycle()}).catch(i=>{this.P.reject(i)});this.onLoad(async()=>await a)}else(!n||r!==void 0)&&(this.exports=r),queueMicrotask(()=>super.catchUpLifecycle())}catch(r){this.P.reject(r)}}catchUpLifecycle(){}},I=_(E);var S=t=>(s={})=>W((o,e)=>{let r=y(o.el),n={_lang:r.lang,_t9nLocale:r.t9nLocale,_loading:!0},a=o;e.onLifecycle(()=>D(o.el,()=>t("./assets"),({t9nLocale:c,t9nStrings:p,lang:d})=>{let l={...p,_lang:d,_t9nLocale:c,_loading:!1};e.exports=l;let u=p.componentLabel;typeof u=="string"&&"label"in o&&o.label==null&&(o.label??=u),i(a.messageOverrides)},s.name));let i=c=>{let p=e.exports,d=p._original??p,l=V(d,c);c&&(l._original=d),e.exports=l};return"messageOverrides"in a&&e.onUpdate(c=>{c.has("messageOverrides")&&i(a.messageOverrides)}),s.blocking?(e.setProvisionalExports(n,!1),e.ready):n}),V=(t,s)=>{if(!s)return t;let o={...t};return Object.entries(s).forEach(([e,r])=>{t[e]!==void 0&&(typeof r=="object"?o[e]=V(t[e],r):o[e]=r??t[e])}),o};var ct=S(N);export{ct as a};
@@ -1,17 +0,0 @@
1
- /* COPYRIGHT Esri - https://js.arcgis.com/5.0/LICENSE.txt */
2
- import"./2GMCG6SX.js";var e=`## ArcgisKnowledge Agent - Tool Intent Classifier
3
-
4
- You are an assistant that classifies user intent for arcgisKnowledge agent.
5
-
6
- You are given the following tool options:
7
- {tools}
8
-
9
- Use the most recent relevant user question from the chat history. The question will **not** be restated again here.
10
-
11
- Return exactly one intent (tool name) based on the user's request.
12
- If none apply, return an **empty string**.
13
-
14
- Choose only from provided tools.
15
-
16
- Return the name of the tool as a string.
17
- `;export{e as default};