@arcgis/ai-components 5.2.0-next.10 → 5.2.0-next.11

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 (104) hide show
  1. package/dist/agent-utils/FunctionAgent.d.ts +2 -2
  2. package/dist/agent-utils/LLMAgent.d.ts +2 -2
  3. package/dist/agent-utils/WorkflowAgent.d.ts +2 -2
  4. package/dist/agent-utils/index.d.ts +99 -0
  5. package/dist/agent-utils/index.js +148 -0
  6. package/dist/agent-utils/middlewares/trace.js +25 -33
  7. package/dist/agent-utils/tools/FunctionTool.d.ts +2 -2
  8. package/dist/agent-utils/types.d.ts +30 -1
  9. package/dist/agent-utils/workflows/ConditionalWorkflow.d.ts +2 -2
  10. package/dist/agent-utils/workflows/LoopWorkflow.d.ts +2 -2
  11. package/dist/agent-utils/workflows/ParallelWorkflow.d.ts +2 -2
  12. package/dist/agent-utils/workflows/RouterWorkflow.d.ts +2 -2
  13. package/dist/agent-utils/workflows/SequentialWorkflow.d.ts +2 -2
  14. package/dist/agent-utils/workflows/SwitchWorkflow.d.ts +2 -2
  15. package/dist/cdn/{VMXLYWUK.js → 24QNMEFG.js} +1 -1
  16. package/dist/cdn/{D2N2NSRQ.js → 34SG44C3.js} +1 -1
  17. package/dist/cdn/3JGWGKT6.js +2 -0
  18. package/dist/cdn/{CCY4TSBO.js → 3NBDVZ2I.js} +1 -1
  19. package/dist/cdn/3VOQD2MR.js +2 -0
  20. package/dist/cdn/{BIV2IPHH.js → 53NTYC4I.js} +1 -1
  21. package/dist/cdn/{MODWHY3R.js → 5CV7R5IS.js} +6 -4
  22. package/dist/cdn/{FL4W4VYN.js → 6ZW7Z36F.js} +16 -0
  23. package/dist/cdn/7CYGX4F4.js +2 -0
  24. package/dist/cdn/{2SJAOYZT.js → AZGGTNA3.js} +1 -1
  25. package/dist/cdn/{EGHBXLNG.js → B7WJFBOZ.js} +1 -1
  26. package/dist/cdn/BX7FSMUU.js +56 -0
  27. package/dist/cdn/CHPQM77M.js +181 -0
  28. package/dist/cdn/DHKUXLU3.js +179 -0
  29. package/dist/cdn/DQSEBKOX.js +2 -0
  30. package/dist/cdn/DXVU45KM.js +2 -0
  31. package/dist/cdn/{XER22VYQ.js → DZ2QWNUA.js} +1 -1
  32. package/dist/cdn/EBISDZ5H.js +2 -0
  33. package/dist/cdn/{VNQN5ZQO.js → ERL2CB2Y.js} +5 -5
  34. package/dist/cdn/{SWOXSJ62.js → F6QHMKF5.js} +1 -1
  35. package/dist/cdn/FUIGPHBH.js +2 -0
  36. package/dist/cdn/{CTSALWEP.js → H2CHHGGH.js} +1 -1
  37. package/dist/cdn/{6AWNQHCO.js → HWKDNS4K.js} +1 -1
  38. package/dist/cdn/IMQ4TVHF.js +16 -0
  39. package/dist/cdn/IOD3GDA7.js +2 -0
  40. package/dist/cdn/IR7PTESF.js +2 -0
  41. package/dist/cdn/{EEUCKMU7.js → IRZDTYO2.js} +1 -1
  42. package/dist/cdn/JIWK6QK6.js +2 -0
  43. package/dist/cdn/{EWI4V3GQ.js → JLKGS6Y5.js} +11 -11
  44. package/dist/cdn/K3JCH4XW.js +2 -0
  45. package/dist/cdn/{WIDTPVSU.js → KHXUWZHB.js} +1 -1
  46. package/dist/cdn/LIFK3QSD.js +2 -0
  47. package/dist/cdn/{JOFUPKIB.js → O3EN27N5.js} +1 -1
  48. package/dist/cdn/O3RFFPU3.js +6 -0
  49. package/dist/cdn/P7DG5T3Z.js +9 -0
  50. package/dist/cdn/{OIVRK7HT.js → PBO6FZN6.js} +1 -1
  51. package/dist/cdn/Q3ZW4FYA.js +3 -0
  52. package/dist/cdn/Q6LRANX6.js +2 -0
  53. package/dist/cdn/Q7TL5Q5N.js +2 -0
  54. package/dist/cdn/{KUEOKIQR.js → QCSN44H4.js} +1 -1
  55. package/dist/cdn/R56X6ZKR.js +161 -0
  56. package/dist/cdn/T43LEBBE.js +47 -0
  57. package/dist/cdn/TR4GFL7X.js +2 -0
  58. package/dist/cdn/{D3TNNRP4.js → UPEEHMSY.js} +1 -1
  59. package/dist/cdn/{GTLS44GI.js → WAIFKDR3.js} +1 -1
  60. package/dist/cdn/WNS5ZUF5.js +2 -0
  61. package/dist/cdn/X4XY5HIE.js +2 -0
  62. package/dist/cdn/XOH56EQ2.js +2 -0
  63. package/dist/cdn/{64PJB5NU.js → XON27U6U.js} +1 -1
  64. package/dist/cdn/{DOV5ZJ7M.js → YLN2BZ5J.js} +1 -1
  65. package/dist/cdn/{OBUZ7HBN.js → YUKR4AZW.js} +1 -1
  66. package/dist/cdn/{TSZPHE7L.js → Z2G7MP5L.js} +3 -3
  67. package/dist/cdn/ZEYIBYSF.js +66 -0
  68. package/dist/cdn/agent-utils/index.js +2 -0
  69. package/dist/cdn/agent-utils/middlewares/humanInTheLoop.js +3 -0
  70. package/dist/cdn/agent-utils/middlewares/middleware.js +2 -0
  71. package/dist/cdn/agent-utils/middlewares/trace.js +2 -0
  72. package/dist/cdn/index.js +1 -1
  73. package/dist/chunks/adapter.js +1379 -1307
  74. package/dist/chunks/arcgisKnowledgeGraph.js +109 -72
  75. package/dist/chunks/dataExplorationGraph.js +8 -3
  76. package/dist/chunks/generateLayerDescriptions.js +228 -217
  77. package/dist/chunks/helpGraph.js +14 -11
  78. package/dist/chunks/index.js +11 -0
  79. package/dist/chunks/intent_prompt.js +16 -0
  80. package/dist/chunks/layerStylingGraph.js +25 -22
  81. package/dist/chunks/navigationGraph.js +7 -3
  82. package/dist/chunks/orchestrator.js +9 -8
  83. package/dist/chunks/toolCallResponse.js +5 -3
  84. package/dist/components/arcgis-assistant/customElement.js +1 -0
  85. package/dist/components/arcgis-assistant-data-exploration-agent/customElement.js +1 -0
  86. package/dist/components/arcgis-assistant-help-agent/customElement.js +1 -0
  87. package/dist/components/arcgis-assistant-knowledge-agent/customElement.d.ts +7 -7
  88. package/dist/components/arcgis-assistant-knowledge-agent/customElement.js +1 -0
  89. package/dist/components/arcgis-assistant-layer-styling-agent/customElement.js +1 -0
  90. package/dist/components/arcgis-assistant-navigation-agent/customElement.js +1 -0
  91. package/dist/docs/api.json +1 -1
  92. package/dist/docs/docs.json +1 -1
  93. package/dist/docs/web-types.json +1 -1
  94. package/dist/orchestrator/registry/agentRegistry.d.ts +33 -0
  95. package/dist/utils/index.d.ts +5 -4
  96. package/dist/utils/index.js +48 -47
  97. package/package.json +5 -4
  98. package/dist/cdn/462JBSEV.js +0 -422
  99. package/dist/cdn/ETRWZ3MS.js +0 -108
  100. package/dist/cdn/I6HNBTWY.js +0 -2
  101. package/dist/cdn/JBHNHHWO.js +0 -3
  102. package/dist/cdn/LKRAPK4A.js +0 -165
  103. package/dist/cdn/RVOAPUBN.js +0 -2
  104. package/dist/cdn/VAZNJSKA.js +0 -16
@@ -1,130 +1,167 @@
1
1
  /* COPYRIGHT Esri - https://js.arcgis.com/5.2/LICENSE.txt */
2
- import { StateGraph as w, START as y, END as h } from "@langchain/langgraph/web";
3
- import { a as f, c as x, b as k, d as _, e as b, s as K, q as v, g as p, h as A, t as g, r as M, i as T, G as S, j as u } from "./adapter.js";
2
+ import { StateGraph as f, START as x, END as h, Command as k } from "@langchain/langgraph/web";
3
+ import { a as b, c as _, b as K, d as A, e as T, s as v, q as S, g as u, h as q, t as c, r as M, i as C, G as E, j as m } from "./adapter.js";
4
4
  import "@arcgis/core/identity/IdentityManager.js";
5
5
  import "@arcgis/core/portal/Portal.js";
6
- import { j as q, s as c, h as C } from "./generateLayerDescriptions.js";
7
- import { AIMessage as E } from "@langchain/core/messages";
6
+ import { h as G, e as N } from "./generateLayerDescriptions.js";
7
+ import { AIMessage as R } from "@langchain/core/messages";
8
8
  import "@langchain/core/callbacks/dispatch/web";
9
9
  import "@langchain/openai";
10
+ import "@arcgis/core/config.js";
10
11
  import "@arcgis/core/core/reactiveUtils.js";
11
12
  import "@arcgis/core/layers/FeatureLayer.js";
12
13
  import "@arcgis/core/request.js";
13
- import { ToolNode as G } from "@langchain/langgraph/prebuilt";
14
+ import { ToolNode as L } from "@langchain/langgraph/prebuilt";
15
+ import { s as p, a as D } from "./index.js";
14
16
  import "@langchain/core/prompts";
15
- const m = [
16
- f,
17
- x,
18
- k,
19
- _,
17
+ const w = [
20
18
  b,
19
+ _,
21
20
  K,
22
- v
21
+ A,
22
+ T,
23
+ v,
24
+ S
23
25
  ];
24
- async function R(e, o) {
25
- const l = await p("arcgis_knowledge_tool_prompt"), a = A(o), r = {
26
+ async function z(e, a) {
27
+ const i = await u("arcgis_knowledge_tool_prompt"), o = q(a), n = {
26
28
  assignedTask: e.agentExecutionContext.assignedTask,
27
29
  userRequest: e.agentExecutionContext.userRequest,
28
30
  priorSteps: e.agentExecutionContext.priorSteps,
29
- contextType: a
30
- }, n = await q({
31
- promptText: l,
31
+ contextType: o
32
+ }, s = await G({
33
+ promptText: i,
32
34
  messages: e.arcgisKnowledgeMessages,
33
- inputVariables: r,
34
- tools: m
35
- }), t = (n.tool_calls?.length ?? 0) > 0, s = typeof n.text == "string" ? n.text.trim() : "", i = s.length > 0, d = n.content.toString();
36
- return !t && (a === "map" || a === "knowledgeGraph") ? {
35
+ inputVariables: n,
36
+ tools: w
37
+ }), l = (s.tool_calls?.length ?? 0) > 0, t = typeof s.text == "string" ? s.text.trim() : "", r = t.length > 0, d = s.content.toString();
38
+ return !l && (o === "map" || o === "knowledgeGraph") ? {
37
39
  ...e,
38
- arcgisKnowledgeMessages: [...e.arcgisKnowledgeMessages, n],
39
- outputMessage: a === "map" ? "No tools were found for the current view and prompt. Maps do not support changing nonspatial visibility, layout changes, or generation from queries." : "No tools were found for the current prompt and knowledge graph service. A knowledge graph service only supports search and query.",
40
+ arcgisKnowledgeMessages: [...e.arcgisKnowledgeMessages, s],
41
+ outputMessage: o === "map" ? "No tools were found for the current view and prompt. Maps do not support changing nonspatial visibility, layout changes, or generation from queries." : "No tools were found for the current prompt and knowledge graph service. A knowledge graph service only supports search and query.",
40
42
  status: "success"
41
43
  } : {
42
44
  ...e,
43
- arcgisKnowledgeMessages: [...e.arcgisKnowledgeMessages, n],
44
- outputMessage: t ? d : s,
45
- status: t ? e.status : i ? "success" : "failed",
46
- summary: d ? g(d) : "ArcGIS Knowledge Agent tool executed."
45
+ arcgisKnowledgeMessages: [...e.arcgisKnowledgeMessages, s],
46
+ outputMessage: l ? d : t,
47
+ status: l ? e.status : r ? "success" : "failed",
48
+ summary: d ? c(d) : "ArcGIS Knowledge Agent tool executed."
49
+ };
50
+ }
51
+ const y = {
52
+ generateCypher: "generated-cypher-query",
53
+ queryGraphData: "graph-query-result",
54
+ searchGraphData: "graph-search-result",
55
+ addRecords: "added-records",
56
+ applyLayout: "applied-layout",
57
+ changeNonspatialVisibility: "changed-nonspatial-visibility",
58
+ createLinkChart: "created-link-chart"
59
+ };
60
+ function F(e) {
61
+ return !!e && e.status === "success" && !!y[e.toolName];
62
+ }
63
+ function $(e) {
64
+ return {
65
+ type: y[e.toolName],
66
+ data: e.details
47
67
  };
48
68
  }
49
- async function N(e, o) {
50
- const l = new G(m, { handleToolErrors: !1 });
69
+ async function I(e, a) {
70
+ const i = new L(w, { handleToolErrors: !1 });
51
71
  try {
52
- const a = await l.invoke(
72
+ const o = await i.invoke(
53
73
  {
54
74
  messages: e.arcgisKnowledgeMessages
55
75
  },
56
- o
57
- ), r = [];
58
- for (const t of a.messages) {
59
- let s;
76
+ a
77
+ ), n = [];
78
+ for (const t of o.messages) {
79
+ let r;
60
80
  if (typeof t.content != "string")
61
81
  throw new Error(`Unexpected tool message content type: ${typeof t.content}. Expected string.`);
62
82
  try {
63
- s = JSON.parse(t.content);
83
+ r = JSON.parse(t.content);
64
84
  } catch {
65
- throw new Error(`Failed to parse tool message content as JSON. Tool: ${t.name ?? "unknown"}`);
85
+ throw new Error(
86
+ `Failed to parse tool message content as JSON. Tool: ${t.name ?? "unknown"}.
87
+
88
+ Original Content: ${t.content}`
89
+ );
66
90
  }
67
- if (!s || typeof s != "object" || !("toolName" in s))
91
+ if (!r || typeof r != "object" || !("toolName" in r))
68
92
  throw new Error(
69
- `Parsed tool message content does not have expected structure. Parsed content: ${JSON.stringify(s)}`
93
+ `Parsed tool message content does not have expected structure. Parsed content: ${JSON.stringify(r)}`
70
94
  );
71
- r.push(s);
95
+ n.push(r);
72
96
  }
73
- await c(
97
+ await p(
74
98
  {
75
- text: `Finished executing ArcGIS Knowledge Agent tools: ${a.messages.filter((t) => t.name).map((t) => t.name).join(", ")}`
99
+ text: `Finished executing ArcGIS Knowledge Agent tools: ${o.messages.filter((t) => t.name).map((t) => t.name).join(", ")}`
76
100
  },
77
- o
101
+ a
78
102
  );
79
- const n = r.filter((t) => typeof t != "string").map((t) => `- Called Tool: ${t.toolName}, Status: ${t.status}`);
80
- return {
103
+ const s = n.filter((t) => typeof t != "string").map((t) => `- Called Tool: ${t.toolName}, Status: ${t.status}`), l = n[0];
104
+ return l && F(l) && await D($(l), a), {
81
105
  ...e,
82
- outputMessage: n.join(`
106
+ outputMessage: s.join(`
83
107
  `),
84
- summary: n.length ? g(n.join(`
108
+ summary: s.length ? c(s.join(`
85
109
  `)) : "ArcGIS Knowledge Agent did not execute any tools or return any results.",
86
- arcgisKnowledgeMessages: [...e.arcgisKnowledgeMessages, ...a.messages],
87
- arcgisKnowledgeToolResult: r
110
+ arcgisKnowledgeMessages: [...e.arcgisKnowledgeMessages, ...o.messages],
111
+ arcgisKnowledgeToolResult: n
88
112
  };
89
- } catch (a) {
90
- const r = a instanceof Error ? a.message : String(a);
91
- return await c({ text: `ArcGIS Knowledge Agent tool execution failed: ${r}` }, o), {
113
+ } catch (o) {
114
+ const n = o instanceof Error ? o.message : String(o);
115
+ return await p(
116
+ { text: `ArcGIS Knowledge Agent tool execution failed unexpectedly: ${n}` },
117
+ a
118
+ ), {
92
119
  ...e,
93
- outputMessage: `ArcGIS Knowledge Agent tool execution failed: ${r}`,
120
+ outputMessage: `ArcGIS Knowledge Agent tool execution failed unexpectedly: ${n}`,
94
121
  status: "failed",
95
- summary: `ArcGIS Knowledge Agent tool execution failed: ${r}`,
122
+ summary: c(`ArcGIS Knowledge Agent tool execution failed unexpectedly: ${n}`),
96
123
  arcgisKnowledgeMessages: [...e.arcgisKnowledgeMessages]
97
124
  };
98
125
  }
99
126
  }
100
- const L = (e, o) => (
127
+ const V = (e, a) => (
101
128
  //agent services (ex: embeddingsWorker) would go in the array below, if required.
102
- M([], "ArcgisKnowledge Agent")(e, o)
129
+ M([], "ArcgisKnowledge Agent")(e, a)
103
130
  );
104
- async function z(e, o) {
105
- const a = (e.arcgisKnowledgeToolResult ?? []).map((d) => ({
131
+ async function j(e, a) {
132
+ const o = (e.arcgisKnowledgeToolResult ?? []).map((d) => ({
106
133
  ...d,
107
134
  details: void 0
108
135
  // Remove details to avoid overwhelming the LLM with too much info
109
- })), { knowledgeGraph: r } = await T(o), n = S.getDataModelTypesSummary(r.dataModel), t = {
136
+ })), { knowledgeGraph: n } = await C(a), s = E.getDataModelTypesSummary(n.dataModel), l = {
110
137
  assignedTask: e.agentExecutionContext.assignedTask,
111
138
  userRequest: e.agentExecutionContext.userRequest,
112
- toolResult: a,
113
- dataModelSummary: n
114
- }, s = await C({
115
- promptText: await p("arcgis_knowledge_summarize_result_prompt"),
139
+ toolResult: o,
140
+ dataModelSummary: s
141
+ }, t = await N({
142
+ promptText: await u("arcgis_knowledge_summarize_result_prompt"),
116
143
  modelTier: "default",
117
- inputVariables: t
118
- }), i = typeof s == "string" ? s : s.content;
144
+ inputVariables: l
145
+ }), r = typeof t == "string" ? t : t.content;
119
146
  return {
120
147
  ...e,
121
- outputMessage: i,
148
+ outputMessage: r,
122
149
  status: "success",
123
- summary: g(i),
124
- arcgisKnowledgeMessages: [...e.arcgisKnowledgeMessages, new E(i)]
150
+ summary: c(r),
151
+ arcgisKnowledgeMessages: [...e.arcgisKnowledgeMessages, new R(r)]
125
152
  };
126
153
  }
127
- const D = () => new w(u).addNode("requireArcgisKnowledgeServices", L).addNode("agent", R).addNode("tools", N).addNode("summarizationLLM", z).addEdge(y, "requireArcgisKnowledgeServices").addEdge("requireArcgisKnowledgeServices", "agent").addConditionalEdges("agent", (o) => (o.arcgisKnowledgeMessages[o.arcgisKnowledgeMessages.length - 1]?.tool_calls?.length ?? 0) > 0 ? "tools" : h).addConditionalEdges("tools", (o) => o.status === "failed" ? h : "summarizationLLM").addEdge("summarizationLLM", h), F = 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).
154
+ function g(e) {
155
+ return async (a, i) => i?.configurable?.abortSignal?.aborted ? (await p({ text: "Knowledge Agent execution cancelled" }, i), new k({
156
+ goto: h,
157
+ update: {
158
+ outputMessage: "Knowledge Agent execution cancelled",
159
+ summary: "Knowledge Agent execution cancelled",
160
+ status: "failed"
161
+ }
162
+ })) : await e(a, i);
163
+ }
164
+ const O = () => new f(m).addNode("requireArcgisKnowledgeServices", V).addNode("agent", g(z)).addNode("tools", g(I)).addNode("summarizationLLM", g(j)).addEdge(x, "requireArcgisKnowledgeServices").addEdge("requireArcgisKnowledgeServices", "agent").addConditionalEdges("agent", (a) => (a.arcgisKnowledgeMessages[a.arcgisKnowledgeMessages.length - 1]?.tool_calls?.length ?? 0) > 0 ? "tools" : h).addConditionalEdges("tools", (a) => a.status === "failed" ? h : "summarizationLLM").addEdge("summarizationLLM", h), P = 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).
128
165
  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.
129
166
  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,
130
167
  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
@@ -162,13 +199,13 @@ _example: "Discover and add all the relationships originating at 'Entity E' to t
162
199
  _example: "Show me all entities with a name similar to 'Smith' and add them to the link chart"_
163
200
  _example: "Find reports in my graph that have a title similar to 'Quarterly Earnings'"_
164
201
  _example: "Find John Smith and all people he has made phone calls to in the last year"_
165
- _example: "What is the average age of all people who work for Esri?"_`, W = {
202
+ _example: "What is the average age of all people who work for Esri?"_`, re = {
166
203
  id: "arcgisKnowledge",
167
204
  name: "ArcgisKnowledge Agent",
168
- description: F,
169
- createGraph: D,
170
- workspace: u
205
+ description: P,
206
+ createGraph: O,
207
+ workspace: m
171
208
  };
172
209
  export {
173
- W as A
210
+ re as A
174
211
  };
@@ -3,9 +3,11 @@ import { StateGraph as I, START as k, END as v } from "@langchain/langgraph/web"
3
3
  import { g as T, O as R, P as C, t as N, Q as V, f as h, R as D, r as z, S as b, T as P } from "./adapter.js";
4
4
  import "@arcgis/core/identity/IdentityManager.js";
5
5
  import "@arcgis/core/portal/Portal.js";
6
- import { s as n, j as _, h as Q } from "./generateLayerDescriptions.js";
6
+ import { h as _, e as Q } from "./generateLayerDescriptions.js";
7
7
  import { AIMessage as j } from "@langchain/core/messages";
8
+ import { s as n } from "./index.js";
8
9
  import "@langchain/openai";
10
+ import "@arcgis/core/config.js";
9
11
  import "@arcgis/core/core/reactiveUtils.js";
10
12
  import "@arcgis/core/layers/FeatureLayer.js";
11
13
  import "@arcgis/core/request.js";
@@ -30,6 +32,7 @@ const W = async (t, e) => (await n({ text: "Exiting Data Exploration agent" }, e
30
32
  }, r = await _({
31
33
  promptText: d,
32
34
  modelTier: "advanced",
35
+ config: e,
33
36
  messages: t.dataExplorationMessages,
34
37
  inputVariables: o,
35
38
  tools: C
@@ -66,6 +69,7 @@ const W = async (t, e) => (await n({ text: "Exiting Data Exploration agent" }, e
66
69
  }, p = await _({
67
70
  promptText: d,
68
71
  modelTier: "advanced",
72
+ config: e,
69
73
  messages: t.dataExplorationMessages,
70
74
  inputVariables: m,
71
75
  tools: V
@@ -90,6 +94,7 @@ const W = async (t, e) => (await n({ text: "Exiting Data Exploration agent" }, e
90
94
  }, s = await Q({
91
95
  promptText: d,
92
96
  modelTier: "fast",
97
+ config: e,
93
98
  messages: t.dataExplorationMessages,
94
99
  inputVariables: l
95
100
  }), o = typeof s == "string" ? s : s.content, r = new j(o);
@@ -293,7 +298,7 @@ ${r}` : i = "Vector search completed. No matching layers found.", await n({ text
293
298
  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?”). However, this agent does not handle addresses.
294
299
  _Example: “How many features are there?”_
295
300
  _Example: “What’s the average population?”_
296
- _Example: “Which values are in the status field?”_`, Me = {
301
+ _Example: “Which values are in the status field?”_`, Re = {
297
302
  id: "dataExploration",
298
303
  name: "Data Exploration Agent",
299
304
  description: de,
@@ -301,5 +306,5 @@ ${r}` : i = "Vector search completed. No matching layers found.", await n({ text
301
306
  workspace: b
302
307
  };
303
308
  export {
304
- Me as D
309
+ Re as D
305
310
  };