solace-agent-mesh 1.3.3__py3-none-any.whl → 1.4.1__py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.

Potentially problematic release.


This version of solace-agent-mesh might be problematic. Click here for more details.

Files changed (89) hide show
  1. solace_agent_mesh/agent/adk/setup.py +183 -8
  2. solace_agent_mesh/agent/sac/app.py +337 -622
  3. solace_agent_mesh/agent/sac/component.py +47 -1
  4. solace_agent_mesh/agent/tools/dynamic_tool.py +36 -5
  5. solace_agent_mesh/agent/tools/tool_config_types.py +58 -0
  6. solace_agent_mesh/assets/docs/404.html +3 -3
  7. solace_agent_mesh/assets/docs/assets/js/42b3f8d8.508ae8db.js +1 -0
  8. solace_agent_mesh/assets/docs/assets/js/9a09e75d.92de8cf5.js +1 -0
  9. solace_agent_mesh/assets/docs/assets/js/ae4415af.16cc58d3.js +1 -0
  10. solace_agent_mesh/assets/docs/assets/js/{main.e82b32e6.js → main.9bc1a102.js} +2 -2
  11. solace_agent_mesh/assets/docs/assets/js/{runtime~main.aad1f874.js → runtime~main.f2b4ea70.js} +1 -1
  12. solace_agent_mesh/assets/docs/docs/documentation/Enterprise/installation/index.html +3 -3
  13. solace_agent_mesh/assets/docs/docs/documentation/Enterprise/single-sign-on/index.html +3 -3
  14. solace_agent_mesh/assets/docs/docs/documentation/Migrations/A2A Upgrade To 0.3.0/a2a-gateway-upgrade-to-0.3.0/index.html +3 -3
  15. solace_agent_mesh/assets/docs/docs/documentation/Migrations/A2A Upgrade To 0.3.0/a2a-technical-migration-map/index.html +3 -3
  16. solace_agent_mesh/assets/docs/docs/documentation/concepts/agents/index.html +3 -3
  17. solace_agent_mesh/assets/docs/docs/documentation/concepts/architecture/index.html +3 -3
  18. solace_agent_mesh/assets/docs/docs/documentation/concepts/cli/index.html +20 -5
  19. solace_agent_mesh/assets/docs/docs/documentation/concepts/gateways/index.html +3 -3
  20. solace_agent_mesh/assets/docs/docs/documentation/concepts/orchestrator/index.html +3 -3
  21. solace_agent_mesh/assets/docs/docs/documentation/concepts/plugins/index.html +3 -3
  22. solace_agent_mesh/assets/docs/docs/documentation/deployment/debugging/index.html +3 -3
  23. solace_agent_mesh/assets/docs/docs/documentation/deployment/deploy/index.html +3 -3
  24. solace_agent_mesh/assets/docs/docs/documentation/deployment/observability/index.html +3 -3
  25. solace_agent_mesh/assets/docs/docs/documentation/getting-started/component-overview/index.html +3 -3
  26. solace_agent_mesh/assets/docs/docs/documentation/getting-started/configurations/index.html +3 -3
  27. solace_agent_mesh/assets/docs/docs/documentation/getting-started/installation/index.html +3 -3
  28. solace_agent_mesh/assets/docs/docs/documentation/getting-started/introduction/index.html +3 -3
  29. solace_agent_mesh/assets/docs/docs/documentation/getting-started/quick-start/index.html +3 -3
  30. solace_agent_mesh/assets/docs/docs/documentation/tutorials/bedrock-agents/index.html +3 -3
  31. solace_agent_mesh/assets/docs/docs/documentation/tutorials/custom-agent/index.html +3 -3
  32. solace_agent_mesh/assets/docs/docs/documentation/tutorials/event-mesh-gateway/index.html +3 -3
  33. solace_agent_mesh/assets/docs/docs/documentation/tutorials/mcp-integration/index.html +3 -3
  34. solace_agent_mesh/assets/docs/docs/documentation/tutorials/mongodb-integration/index.html +3 -3
  35. solace_agent_mesh/assets/docs/docs/documentation/tutorials/rag-integration/index.html +3 -3
  36. solace_agent_mesh/assets/docs/docs/documentation/tutorials/rest-gateway/index.html +3 -3
  37. solace_agent_mesh/assets/docs/docs/documentation/tutorials/slack-integration/index.html +3 -3
  38. solace_agent_mesh/assets/docs/docs/documentation/tutorials/sql-database/index.html +3 -3
  39. solace_agent_mesh/assets/docs/docs/documentation/user-guide/builtin-tools/artifact-management/index.html +3 -3
  40. solace_agent_mesh/assets/docs/docs/documentation/user-guide/builtin-tools/audio-tools/index.html +3 -3
  41. solace_agent_mesh/assets/docs/docs/documentation/user-guide/builtin-tools/data-analysis-tools/index.html +3 -3
  42. solace_agent_mesh/assets/docs/docs/documentation/user-guide/builtin-tools/embeds/index.html +3 -3
  43. solace_agent_mesh/assets/docs/docs/documentation/user-guide/builtin-tools/index.html +3 -3
  44. solace_agent_mesh/assets/docs/docs/documentation/user-guide/create-agents/index.html +5 -5
  45. solace_agent_mesh/assets/docs/docs/documentation/user-guide/create-gateways/index.html +3 -3
  46. solace_agent_mesh/assets/docs/docs/documentation/user-guide/creating-python-tools/index.html +68 -3
  47. solace_agent_mesh/assets/docs/docs/documentation/user-guide/creating-service-providers/index.html +3 -3
  48. solace_agent_mesh/assets/docs/docs/documentation/user-guide/solace-ai-connector/index.html +3 -3
  49. solace_agent_mesh/assets/docs/docs/documentation/user-guide/structure/index.html +3 -3
  50. solace_agent_mesh/assets/docs/lunr-index-1758036158289.json +1 -0
  51. solace_agent_mesh/assets/docs/lunr-index.json +1 -1
  52. solace_agent_mesh/assets/docs/search-doc-1758036158289.json +1 -0
  53. solace_agent_mesh/assets/docs/search-doc.json +1 -1
  54. solace_agent_mesh/cli/__init__.py +1 -1
  55. solace_agent_mesh/cli/commands/plugin_cmd/__init__.py +2 -0
  56. solace_agent_mesh/cli/commands/plugin_cmd/add_cmd.py +10 -245
  57. solace_agent_mesh/cli/commands/plugin_cmd/install_cmd.py +283 -0
  58. solace_agent_mesh/cli/commands/run_cmd.py +4 -7
  59. solace_agent_mesh/client/webui/frontend/static/assets/{authCallback-CAX9u8a7.js → authCallback-j1LW-wlq.js} +1 -1
  60. solace_agent_mesh/client/webui/frontend/static/assets/{client-DXU9SPI5.js → client-B9p_nFNA.js} +1 -1
  61. solace_agent_mesh/client/webui/frontend/static/assets/main-B6BpuH9K.js +339 -0
  62. solace_agent_mesh/client/webui/frontend/static/assets/main-B9s_V9tJ.css +1 -0
  63. solace_agent_mesh/client/webui/frontend/static/assets/{vendor-B0BEKoAR.js → vendor-CS5YMf8a.js} +74 -69
  64. solace_agent_mesh/client/webui/frontend/static/auth-callback.html +3 -3
  65. solace_agent_mesh/client/webui/frontend/static/index.html +4 -4
  66. solace_agent_mesh/common/services/identity_service.py +2 -1
  67. solace_agent_mesh/common/services/providers/local_file_identity_service.py +1 -1
  68. solace_agent_mesh/common/utils/pydantic_utils.py +60 -0
  69. solace_agent_mesh/config_portal/backend/plugin_catalog/registry_manager.py +6 -4
  70. solace_agent_mesh/gateway/base/app.py +69 -120
  71. solace_agent_mesh/gateway/http_sse/app.py +99 -150
  72. solace_agent_mesh/gateway/http_sse/component.py +57 -30
  73. solace_agent_mesh/gateway/http_sse/main.py +337 -375
  74. solace_agent_mesh/gateway/http_sse/sse_event_buffer.py +87 -0
  75. solace_agent_mesh/gateway/http_sse/sse_manager.py +44 -23
  76. solace_agent_mesh/templates/webui.yaml +1 -1
  77. {solace_agent_mesh-1.3.3.dist-info → solace_agent_mesh-1.4.1.dist-info}/METADATA +7 -1
  78. {solace_agent_mesh-1.3.3.dist-info → solace_agent_mesh-1.4.1.dist-info}/RECORD +82 -78
  79. solace_agent_mesh/assets/docs/assets/js/42b3f8d8.3f34bf76.js +0 -1
  80. solace_agent_mesh/assets/docs/assets/js/9a09e75d.5a319fd4.js +0 -1
  81. solace_agent_mesh/assets/docs/assets/js/ae4415af.24cdc514.js +0 -1
  82. solace_agent_mesh/assets/docs/lunr-index-1757873594308.json +0 -1
  83. solace_agent_mesh/assets/docs/search-doc-1757873594308.json +0 -1
  84. solace_agent_mesh/client/webui/frontend/static/assets/main-C03yrETa.css +0 -1
  85. solace_agent_mesh/client/webui/frontend/static/assets/main-DjoMeldu.js +0 -339
  86. /solace_agent_mesh/assets/docs/assets/js/{main.e82b32e6.js.LICENSE.txt → main.9bc1a102.js.LICENSE.txt} +0 -0
  87. {solace_agent_mesh-1.3.3.dist-info → solace_agent_mesh-1.4.1.dist-info}/WHEEL +0 -0
  88. {solace_agent_mesh-1.3.3.dist-info → solace_agent_mesh-1.4.1.dist-info}/entry_points.txt +0 -0
  89. {solace_agent_mesh-1.3.3.dist-info → solace_agent_mesh-1.4.1.dist-info}/licenses/LICENSE +0 -0
@@ -0,0 +1,87 @@
1
+ """
2
+ A thread-safe buffer for holding early SSE events before a client connects.
3
+ """
4
+
5
+ import datetime
6
+ import threading
7
+ from typing import Any, Dict, List, Optional, Tuple
8
+
9
+ from solace_ai_connector.common.log import log
10
+
11
+
12
+ class SSEEventBuffer:
13
+ """Manages buffering and cleanup of SSE events for tasks without active listeners."""
14
+
15
+ def __init__(self, max_queue_size: int, max_age_seconds: int):
16
+ self._pending_events: Dict[
17
+ str, Tuple[datetime.datetime, List[Dict[str, Any]]]
18
+ ] = {}
19
+ self._lock = threading.Lock()
20
+ self._max_queue_size = max_queue_size
21
+ self._max_age_seconds = max_age_seconds
22
+ self.log_identifier = "[SSEEventBuffer]"
23
+ log.debug(
24
+ "%s Initialized with max_age:%ds, max_size:%d",
25
+ self.log_identifier,
26
+ self._max_age_seconds,
27
+ self._max_queue_size,
28
+ )
29
+
30
+ def buffer_event(self, task_id: str, event: Dict[str, Any]):
31
+ """Buffers an event for a given task ID."""
32
+ with self._lock:
33
+ if task_id not in self._pending_events:
34
+ self._pending_events[task_id] = (
35
+ datetime.datetime.now(datetime.timezone.utc),
36
+ [],
37
+ )
38
+
39
+ if len(self._pending_events[task_id][1]) < self._max_queue_size:
40
+ self._pending_events[task_id][1].append(event)
41
+ else:
42
+ log.warning(
43
+ "%s Buffer full for Task ID: %s. Event dropped.",
44
+ self.log_identifier,
45
+ task_id,
46
+ )
47
+
48
+ def get_and_remove_buffer(self, task_id: str) -> Optional[List[Dict[str, Any]]]:
49
+ """Atomically retrieves and removes the event buffer for a task."""
50
+ with self._lock:
51
+ buffer_tuple = self._pending_events.pop(task_id, None)
52
+ if buffer_tuple:
53
+ log.debug(
54
+ "%s Flushing %d events for Task ID: %s",
55
+ self.log_identifier,
56
+ len(buffer_tuple[1]),
57
+ task_id,
58
+ )
59
+ return buffer_tuple[1]
60
+ return None
61
+
62
+ def remove_buffer(self, task_id: str):
63
+ """Explicitly removes a buffer for a task, e.g., on finalization."""
64
+ with self._lock:
65
+ if self._pending_events.pop(task_id, None):
66
+ log.debug(
67
+ "%s Removed buffer for task %s.", self.log_identifier, task_id
68
+ )
69
+
70
+ def cleanup_stale_buffers(self):
71
+ """Removes all pending event buffers older than the max age."""
72
+ with self._lock:
73
+ now = datetime.datetime.now(datetime.timezone.utc)
74
+ stale_tasks = [
75
+ task_id
76
+ for task_id, (timestamp, _) in self._pending_events.items()
77
+ if (now - timestamp).total_seconds() > self._max_age_seconds
78
+ ]
79
+
80
+ if stale_tasks:
81
+ log.debug(
82
+ "%s Cleaning up %d stale event buffers.",
83
+ self.log_identifier,
84
+ len(stale_tasks),
85
+ )
86
+ for task_id in stale_tasks:
87
+ del self._pending_events[task_id]
@@ -11,6 +11,8 @@ import math
11
11
 
12
12
  from solace_ai_connector.common.log import log
13
13
 
14
+ from .sse_event_buffer import SSEEventBuffer
15
+
14
16
 
15
17
  class SSEManager:
16
18
  """
@@ -18,8 +20,9 @@ class SSEManager:
18
20
  Uses asyncio Queues for buffering events per connection.
19
21
  """
20
22
 
21
- def __init__(self, max_queue_size: int = 200):
23
+ def __init__(self, max_queue_size: int, event_buffer: SSEEventBuffer):
22
24
  self._connections: Dict[str, List[asyncio.Queue]] = {}
25
+ self._event_buffer = event_buffer
23
26
  self._locks: Dict[asyncio.AbstractEventLoop, asyncio.Lock] = {}
24
27
  self._locks_lock = threading.Lock()
25
28
  self.log_identifier = "[SSEManager]"
@@ -64,7 +67,6 @@ class SSEManager:
64
67
  else:
65
68
  return str(obj)
66
69
 
67
-
68
70
  async def create_sse_connection(self, task_id: str) -> asyncio.Queue:
69
71
  """
70
72
  Creates a new queue for an SSE connection subscribing to a task.
@@ -81,8 +83,15 @@ class SSEManager:
81
83
  self._connections[task_id] = []
82
84
 
83
85
  connection_queue = asyncio.Queue(maxsize=self._max_queue_size)
86
+
87
+ # Flush any pending events from the buffer to the new connection
88
+ buffered_events = self._event_buffer.get_and_remove_buffer(task_id)
89
+ if buffered_events:
90
+ for event in buffered_events:
91
+ await connection_queue.put(event)
92
+
84
93
  self._connections[task_id].append(connection_queue)
85
- log.info(
94
+ log.debug(
86
95
  "%s Created SSE connection queue for Task ID: %s. Total queues for task: %d",
87
96
  self.log_identifier,
88
97
  task_id,
@@ -105,7 +114,7 @@ class SSEManager:
105
114
  if task_id in self._connections:
106
115
  try:
107
116
  self._connections[task_id].remove(connection_queue)
108
- log.info(
117
+ log.debug(
109
118
  "%s Removed SSE connection queue for Task ID: %s. Remaining queues: %d",
110
119
  self.log_identifier,
111
120
  task_id,
@@ -113,7 +122,7 @@ class SSEManager:
113
122
  )
114
123
  if not self._connections[task_id]:
115
124
  del self._connections[task_id]
116
- log.info(
125
+ log.debug(
117
126
  "%s Removed Task ID entry: %s as no connections remain.",
118
127
  self.log_identifier,
119
128
  task_id,
@@ -145,19 +154,11 @@ class SSEManager:
145
154
  """
146
155
  lock = self._get_lock()
147
156
  async with lock:
148
- if task_id not in self._connections:
149
- log.debug(
150
- "%s No active SSE connections for Task ID: %s. Event not sent.",
151
- self.log_identifier,
152
- task_id,
153
- )
154
- return
157
+ queues = self._connections.get(task_id)
155
158
 
156
- queues_to_remove = []
157
159
  try:
158
160
  serialized_data = json.dumps(
159
- self._sanitize_json(event_data),
160
- allow_nan=False
161
+ self._sanitize_json(event_data), allow_nan=False
161
162
  )
162
163
  except Exception as json_err:
163
164
  log.error(
@@ -169,6 +170,16 @@ class SSEManager:
169
170
  return
170
171
 
171
172
  sse_payload = {"event": event_type, "data": serialized_data}
173
+
174
+ if not queues:
175
+ log.debug(
176
+ "%s No active SSE connections for Task ID: %s. Buffering event.",
177
+ self.log_identifier,
178
+ task_id,
179
+ )
180
+ self._event_buffer.buffer_event(task_id, sse_payload)
181
+ return
182
+
172
183
  log.debug(
173
184
  "%s Prepared SSE payload for Task ID %s: %s",
174
185
  self.log_identifier,
@@ -176,6 +187,7 @@ class SSEManager:
176
187
  sse_payload,
177
188
  )
178
189
 
190
+ queues_to_remove = []
179
191
  for connection_queue in list(self._connections.get(task_id, [])):
180
192
  try:
181
193
  await asyncio.wait_for(
@@ -224,7 +236,7 @@ class SSEManager:
224
236
 
225
237
  if not current_queues:
226
238
  del self._connections[task_id]
227
- log.info(
239
+ log.debug(
228
240
  "%s Removed Task ID entry: %s after cleaning queues.",
229
241
  self.log_identifier,
230
242
  task_id,
@@ -235,7 +247,7 @@ class SSEManager:
235
247
  Signals a specific SSE connection queue to close by putting None.
236
248
  Also removes the queue from the manager.
237
249
  """
238
- log.info(
250
+ log.debug(
239
251
  "%s Closing specific SSE connection queue for Task ID: %s",
240
252
  self.log_identifier,
241
253
  task_id,
@@ -267,13 +279,17 @@ class SSEManager:
267
279
  async def close_all_for_task(self, task_id: str):
268
280
  """
269
281
  Closes all SSE connections associated with a specific task.
282
+ If a connection existed, it also cleans up the event buffer.
283
+ If no connection ever existed, the buffer is left for a late-connecting client.
270
284
  """
271
285
  lock = self._get_lock()
272
286
  async with lock:
273
287
  if task_id in self._connections:
288
+ # This is the "normal" case: a client is or was connected.
289
+ # It's safe to clean up everything.
274
290
  queues_to_close = self._connections.pop(task_id)
275
- log.info(
276
- "%s Closing %d SSE connections for Task ID: %s",
291
+ log.debug(
292
+ "%s Closing %d SSE connections for Task ID: %s and cleaning up buffer.",
277
293
  self.log_identifier,
278
294
  len(queues_to_close),
279
295
  task_id,
@@ -300,14 +316,19 @@ class SSEManager:
300
316
  task_id,
301
317
  e,
302
318
  )
303
- log.info(
319
+
320
+ # Since a connection existed, the buffer is no longer needed.
321
+ self._event_buffer.remove_buffer(task_id)
322
+ log.debug(
304
323
  "%s Removed Task ID entry: %s and signaled queues to close.",
305
324
  self.log_identifier,
306
325
  task_id,
307
326
  )
308
327
  else:
328
+ # This is the "race condition" case: no client has connected yet.
329
+ # We MUST leave the buffer intact for the late-connecting client.
309
330
  log.debug(
310
- "%s No connections found to close for Task ID: %s",
331
+ "%s No active connections found for Task ID: %s. Leaving event buffer intact.",
311
332
  self.log_identifier,
312
333
  task_id,
313
334
  )
@@ -329,7 +350,7 @@ class SSEManager:
329
350
  self.cleanup_old_locks()
330
351
  lock = self._get_lock()
331
352
  async with lock:
332
- log.info("%s Closing all active SSE connections...", self.log_identifier)
353
+ log.debug("%s Closing all active SSE connections...", self.log_identifier)
333
354
  all_task_ids = list(self._connections.keys())
334
355
  closed_count = 0
335
356
  for task_id in all_task_ids:
@@ -341,7 +362,7 @@ class SSEManager:
341
362
  await asyncio.wait_for(q.put(None), timeout=0.1)
342
363
  except Exception:
343
364
  pass
344
- log.info(
365
+ log.debug(
345
366
  "%s Closed %d connections for tasks: %s",
346
367
  self.log_identifier,
347
368
  closed_count,
@@ -18,7 +18,7 @@ apps:
18
18
 
19
19
  app_config:
20
20
  namespace: ${NAMESPACE}
21
- session_secret_key: ${SESSION_SECRET_KEY}
21
+ session_secret_key: "${SESSION_SECRET_KEY}"
22
22
 
23
23
  artifact_service: *default_artifact_service
24
24
  session_service: __SESSION_SERVICE__
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: solace-agent-mesh
3
- Version: 1.3.3
3
+ Version: 1.4.1
4
4
  Summary: Solace Agent Mesh is an open-source framework for building event-driven, multi-agent AI systems where specialized agents collaborate on complex tasks.
5
5
  Project-URL: Homepage, https://github.com/SolaceLabs/solace-agent-mesh
6
6
  Project-URL: Repository, https://github.com/SolaceLabs/solace-agent-mesh
@@ -316,8 +316,14 @@ SAM creates a standardized communication layer where AI agents can:
316
316
 
317
317
  SAM is built on top of the Solace AI Connector (SAC) which allows Solace Platform Event Brokers to connect to AI models and services and Google's Agent Development Kit (ADK) for AI logic and tool integrations.
318
318
 
319
+ <p align="center">
320
+ <img src="docs/static/img/Solace_AI_Framework_With_Broker.png" width="640" alt="SAM Architecture Diagram" />
321
+ </p>
322
+
323
+
319
324
  The result? A fully asynchronous, event-driven and decoupled AI agent architecture ready for production deployment. It is robust, reliable and easy to maintain.
320
325
 
326
+
321
327
  ---
322
328
 
323
329
  ## 🔑 Key Features
@@ -14,7 +14,7 @@ solace_agent_mesh/agent/adk/invocation_monitor.py,sha256=_20-nQXVjGlAEyw9PLFTTvg
14
14
  solace_agent_mesh/agent/adk/mcp_content_processor.py,sha256=8s3ytZ8qrKZCUt_u8aE_EHH1_01yewPoekkllCuz9ME,23850
15
15
  solace_agent_mesh/agent/adk/runner.py,sha256=CFpnWaNwpXBTZATBWDhmw4xJsMaFnjucqGbr0_HmqeE,12977
16
16
  solace_agent_mesh/agent/adk/services.py,sha256=AFp67SD3Rxrd3EuTeSVrEY2a-foe52dcvWIGN9lw8RU,12894
17
- solace_agent_mesh/agent/adk/setup.py,sha256=SMzAo0HwxfcZwWek_OWXtuKtYRYkBKY0Pmrv2HO8izQ,37839
17
+ solace_agent_mesh/agent/adk/setup.py,sha256=6AoDdzjKgDvY4oaeKWw2phdtT3cFniV0tZRkt-mtdJ4,45092
18
18
  solace_agent_mesh/agent/adk/stream_parser.py,sha256=3i5rFN7dDVgjLvK4GG0PKYmxgIdtqKABfM9oTCouSZ0,8278
19
19
  solace_agent_mesh/agent/adk/tool_wrapper.py,sha256=yzkXjE4QtdVtO5edB-c-R_qJgaex9rmCHIswW1ltfxY,6513
20
20
  solace_agent_mesh/agent/adk/artifacts/__init__.py,sha256=vAB8eqGwgPo3nx6YkT93Y7puYRMcqIKMAchBizvdw7Y,62
@@ -27,8 +27,8 @@ solace_agent_mesh/agent/protocol/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRk
27
27
  solace_agent_mesh/agent/protocol/event_handlers.py,sha256=qLpQoGsB_8ZazrFmGdPmmCDOTjJk6W6Ow8BYK5Z7lYg,72973
28
28
  solace_agent_mesh/agent/protocol/protocol_llm.txt,sha256=3-ojfRlRtmmr6RuiAx_r1ib3LzSaRWjJdDaUpM9mZ5E,3929
29
29
  solace_agent_mesh/agent/sac/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
30
- solace_agent_mesh/agent/sac/app.py,sha256=OlJqD48qdb8dB8EiZQe_0HqK80TVfqc9baQWWC01Phw,32907
31
- solace_agent_mesh/agent/sac/component.py,sha256=tAc2UJkMSJzcVOGecwW5M2BMzZGEXqMlEAJouXMInEs,130085
30
+ solace_agent_mesh/agent/sac/app.py,sha256=tHwkHXJ4GUDSLCj4W3OP5znWPoiHRAEfvcXgfw23f6w,17826
31
+ solace_agent_mesh/agent/sac/component.py,sha256=IZtLMlyETMYxn3U1NEv33m9WKvbiT2M-YxsphbCOS44,131974
32
32
  solace_agent_mesh/agent/sac/patch_adk.py,sha256=LQhPvwpEVeeDVUgZD-p8CTxft-jRv_OadMR-gR1uTXk,4266
33
33
  solace_agent_mesh/agent/sac/sac_llm.txt,sha256=KcnVBK8oBuyguMkrCzG773GOQyPqscGxK7VdK2RYYco,9101
34
34
  solace_agent_mesh/agent/sac/task_execution_context.py,sha256=EpX6IWUtlv9ot9aW4_5bjEctJXd-O5Ozmq-FsJE9MBU,7663
@@ -39,12 +39,13 @@ solace_agent_mesh/agent/tools/__init__.py,sha256=3dURhTS7XdvQW1A5j-_eigcZNjhzog6
39
39
  solace_agent_mesh/agent/tools/audio_tools.py,sha256=LOjfD2tTsYanIbntpysX4gQZ1e8NHqmv_yQ7iHitvyQ,59717
40
40
  solace_agent_mesh/agent/tools/builtin_artifact_tools.py,sha256=4zUqrPlBfIz2N3sAZXzk-ZmUCyRqA3-qmnTm3vaCcx4,77526
41
41
  solace_agent_mesh/agent/tools/builtin_data_analysis_tools.py,sha256=nII4SNDYFt1QaHtXpcoFr3mIg3n1QXTNJfm3VQDD394,8767
42
- solace_agent_mesh/agent/tools/dynamic_tool.py,sha256=Ewec4orBbGDx4JW-WGg5WemGGsYD6oRUmPvvKE3rRzA,12424
42
+ solace_agent_mesh/agent/tools/dynamic_tool.py,sha256=Ule1NtjhBypvs3isdlEKQRJavkukc_sq4x9gQ7_E3XI,13524
43
43
  solace_agent_mesh/agent/tools/general_agent_tools.py,sha256=7ygxOwOMacWv7oMQumbIG4XEn3UwRWTSBDuutZPFKj8,21959
44
44
  solace_agent_mesh/agent/tools/image_tools.py,sha256=sLIO-d4006CqJ-YaGYsE-1sfDTMCfI0foPLHieaaFZg,47968
45
45
  solace_agent_mesh/agent/tools/peer_agent_tool.py,sha256=rCY7D3OKw_oQ6Oc33AkoxBHKFGL3zQwT5NLgUZ4C1cY,12308
46
46
  solace_agent_mesh/agent/tools/registry.py,sha256=A4I1RbvQ0b-AFyH4d_vpdAjE3mtoWV_OrObVW3isZbI,1208
47
47
  solace_agent_mesh/agent/tools/test_tools.py,sha256=Bu5nueLX1YFxUFJC2jeG5y3z_s1B3KwqkRAo4TKl4YI,4217
48
+ solace_agent_mesh/agent/tools/tool_config_types.py,sha256=IeDB0XBJbulFYbOFeU5UUOZlcbt6A6MLby_M6Hzv3tc,1913
48
49
  solace_agent_mesh/agent/tools/tool_definition.py,sha256=QFgKAZy-3GAmAG_q5XG9gduQRr6uF3ZEo-H05PY1C6s,1690
49
50
  solace_agent_mesh/agent/tools/tools_llm.txt,sha256=W-JcxYZ6JQERrRTYRhWZQeOobUN_Dszl93_Y0kwv7mc,13653
50
51
  solace_agent_mesh/agent/tools/web_tools.py,sha256=fS3GwqJmORMx0efrJmU9tij_tqUKG8JlAbaUzYhEaQY,15187
@@ -87,10 +88,10 @@ solace_agent_mesh/common/sam_events/__init__.py,sha256=J83dwcSjizOxMp4er9kNXdpP-
87
88
  solace_agent_mesh/common/sam_events/event_service.py,sha256=9x4lrnl1-d3BnLduJC0m4qLzVDTJtK8wKh3t29Y-ioo,7599
88
89
  solace_agent_mesh/common/services/__init__.py,sha256=4m4Vnp-DgXSsj-JFcE5ONAwjyWNm8IuaIxF2a0hV0SA,114
89
90
  solace_agent_mesh/common/services/employee_service.py,sha256=sIxj0Nt7JRL52P8MzGv3XfCXlBoGRSPOGkq9moMvA4s,6269
90
- solace_agent_mesh/common/services/identity_service.py,sha256=o6T-hnzfyTr-KAGcHhOEfS-y2jDfLGgESSuSpWFwxzA,4670
91
+ solace_agent_mesh/common/services/identity_service.py,sha256=kgAlQFy2m8kcnQGJz7NRx_f-WVrEFdJeYr_gJz6BoD8,4765
91
92
  solace_agent_mesh/common/services/services_llm.txt,sha256=RsJO51zDpJS_Fah0UXvAg0LurA0PPMnSmjiuIiTcyzM,13936
92
93
  solace_agent_mesh/common/services/providers/__init__.py,sha256=UVRTEftrFu3XMFRmNLiXKAFRaDYoD-_As05cIOO0gqI,126
93
- solace_agent_mesh/common/services/providers/local_file_identity_service.py,sha256=v_G-2ASl7CbM-Fw6-NxYiUS0ODkN1XYW7cwmeqImIHU,4913
94
+ solace_agent_mesh/common/services/providers/local_file_identity_service.py,sha256=pmt5KNO9HUt7vedC-_1yMMaHa74oTQG2CH_ZoQGydv4,4928
94
95
  solace_agent_mesh/common/services/providers/providers_llm.txt,sha256=UjxyEPSURBOQ2qYKS5JZJ6xvkqCxbalLZ19Jdsw_kQU,3221
95
96
  solace_agent_mesh/common/utils/__init__.py,sha256=V4B3mUhsqB_3YYdT_JZepEw32OHf4mhzMR7I8I3aV-8,129
96
97
  solace_agent_mesh/common/utils/artifact_utils.py,sha256=-FEd1PlspVQNC-iknNeAy6AToZSvuV5SbH71fK7l1X4,826
@@ -101,6 +102,7 @@ solace_agent_mesh/common/utils/log_formatters.py,sha256=EV8-ryy9mQgGv8hXipKrdXCu
101
102
  solace_agent_mesh/common/utils/message_utils.py,sha256=MFICU-isggU7LJhev0qCm9n5thlhuc1KZ4mt1tNcKKY,2825
102
103
  solace_agent_mesh/common/utils/mime_helpers.py,sha256=wbX5g4GNodyWdcmMeKc1VxZcHdDhItN4hrZI3-siqlk,4316
103
104
  solace_agent_mesh/common/utils/push_notification_auth.py,sha256=Jp3W2cqNQK6Q27dLGo2bzCOQcwp23TkgkAcb5CckdAo,4622
105
+ solace_agent_mesh/common/utils/pydantic_utils.py,sha256=e64hdQorKwmltkmXx8_msBqi1c8mBTPA5qui0G3ebtM,2101
104
106
  solace_agent_mesh/common/utils/utils_llm.txt,sha256=Sdj3ecsd2mFOZiYEs05fTipvzL7OmPA1zNh-qjxJxqU,14416
105
107
  solace_agent_mesh/common/utils/embeds/__init__.py,sha256=UQsXrRiFmeKSy_gW_tIHGEI3Av8HprvHM7tzhqmOaiA,733
106
108
  solace_agent_mesh/common/utils/embeds/constants.py,sha256=X5bc93SK2Mr9xVEzVfcIA-SkU_zyTfh8zBRq6Rm3gD0,1447
@@ -116,19 +118,20 @@ solace_agent_mesh/core_a2a/service.py,sha256=iVSjhoKWTE3fOEE37SMtDPdDf4i6eh9_6vs
116
118
  solace_agent_mesh/gateway/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
117
119
  solace_agent_mesh/gateway/gateway_llm.txt,sha256=67m_yuRW0VJ4ddldGWwXLx0aiVqK5lZH3RamNX1fATk,14063
118
120
  solace_agent_mesh/gateway/base/__init__.py,sha256=lOpIGp8W2rFNpLxfpk3VKLA-dBqxwtMxMVlhbaCisJY,72
119
- solace_agent_mesh/gateway/base/app.py,sha256=LWIdT9by6Dg3sWCUgmfF36TwMJ04tyYfZHQu-is-5vo,11144
121
+ solace_agent_mesh/gateway/base/app.py,sha256=sGLFYagEtVtaoNMOk0btMMI8KKgf42IDeEfDixjk0qs,9653
120
122
  solace_agent_mesh/gateway/base/base_llm.txt,sha256=51U3VfwzCfptYxcFIjmNE8Wt07cgFfH3VlEp2kaXBZU,11291
121
123
  solace_agent_mesh/gateway/base/component.py,sha256=chHk4h13XLhOOGjEBIu3b7Ksr_ALcoWw7TUBOj5kofE,55145
122
124
  solace_agent_mesh/gateway/base/task_context.py,sha256=sFRRHyvBij-xms1f_VFc8om8-xIpRZawIctWtdmi6QY,2446
123
125
  solace_agent_mesh/gateway/http_sse/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
124
126
  solace_agent_mesh/gateway/http_sse/alembic.ini,sha256=-LacLcmHWd11GCBfh5pfBcabzOuu712yph3LBENKtoo,4864
125
- solace_agent_mesh/gateway/http_sse/app.py,sha256=5sYWVFgxA1tbjyKRSHw0E84mQ_TemDAWU2g7_IkWCmw,7696
126
- solace_agent_mesh/gateway/http_sse/component.py,sha256=34DundfCU1rtbSR72f0Ki6qGVqR8OvOmj26_d2_ZG14,72671
127
+ solace_agent_mesh/gateway/http_sse/app.py,sha256=d4t1Lt1Gbei0gudubTw9LvWutmXohliX_CUCho6sgVA,6761
128
+ solace_agent_mesh/gateway/http_sse/component.py,sha256=S4sHIZ0iVL4ShwQdflQKvJBlOg78dR6GPsFlDJgJJuo,73864
127
129
  solace_agent_mesh/gateway/http_sse/dependencies.py,sha256=bVPIPKoy98sZcthVLHRmkGwcem5ZVeuGrBuLuaHPnkc,17797
128
130
  solace_agent_mesh/gateway/http_sse/http_sse_llm.txt,sha256=Jx6IJWYFl48LmW-xDuCtjpubs0iPY54bt6bLWF_SNUw,14271
129
- solace_agent_mesh/gateway/http_sse/main.py,sha256=Tx1rEcpzuYCh9_a1_ppJSiLQSXXqgFNTGB-MixqZ53w,26972
131
+ solace_agent_mesh/gateway/http_sse/main.py,sha256=PJBUlNfNfX_G_mV34CrWYojqcCRtAXm7RF2VumKUF0M,23012
130
132
  solace_agent_mesh/gateway/http_sse/session_manager.py,sha256=4AReeS6-p-2MqE0AOlBrHSoU-ADC4W7dJ28aVtZbDp0,8538
131
- solace_agent_mesh/gateway/http_sse/sse_manager.py,sha256=c51QIm80Q1G8aOzimk06ZaOH9wv2bl_WREP1GqevLZk,13507
133
+ solace_agent_mesh/gateway/http_sse/sse_event_buffer.py,sha256=GsC-kh2D5Fd3A3SZUU0zeGk74FB8617u-YsYMSNLPCI,3210
134
+ solace_agent_mesh/gateway/http_sse/sse_manager.py,sha256=qCfh9aYwR-nX7Ps8DnumKTmh5bO-QwS4E7AlWjS113o,14638
132
135
  solace_agent_mesh/gateway/http_sse/alembic/env.py,sha256=ZoZB47NxagV8iQ6BaiIQVXwD_qc9JW10NKO3UhC_bj4,2458
133
136
  solace_agent_mesh/gateway/http_sse/alembic/script.py.mako,sha256=84_5EHZF90Ak58GV4R5YUwxvvzsaI6N9LxIHC8X7N1w,703
134
137
  solace_agent_mesh/gateway/http_sse/alembic/versions/b1c2d3e4f5g6_add_database_indexes.py,sha256=HZbxw5PrpneWIwMFteu-LGsoef8GD1F43vLiFfvBTaw,2408
@@ -175,13 +178,13 @@ solace_agent_mesh/gateway/http_sse/shared/__init__.py,sha256=qlCIQimjoNwbRGbhjNZ
175
178
  solace_agent_mesh/gateway/http_sse/shared/auth_utils.py,sha256=F0kpTg5HYadRAEVNSNvnEFpdzkwVqbFMFVr27kywz_k,852
176
179
  solace_agent_mesh/gateway/http_sse/shared/enums.py,sha256=gcU_hApRkWcBy0JykqGXSESGyglLXN3FzkimITmwnnE,802
177
180
  solace_agent_mesh/gateway/http_sse/shared/types.py,sha256=zAojlvovTMvaB4o-U20cY3q2DxZs_xaCtcoYUhCLczg,1075
178
- solace_agent_mesh/cli/__init__.py,sha256=Vi6om3KImlKsS_Wg5CjUgYffoi2zx7T-SRPnnGL0G7M,22
181
+ solace_agent_mesh/cli/__init__.py,sha256=BqOI5y46o1G1RWC9bF1DPL-YM68lGYPmZt1pn6FZFZs,22
179
182
  solace_agent_mesh/cli/main.py,sha256=yFbF4ijz7P6nxj26d-mTC8BnK6NKVnfqPh3y4pDBZqo,831
180
183
  solace_agent_mesh/cli/utils.py,sha256=7zntmVuvWbaWEhViSF2uw484-79a5I1XTUt-0eGQWY4,8036
181
184
  solace_agent_mesh/cli/commands/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
182
185
  solace_agent_mesh/cli/commands/docs_cmd.py,sha256=vNXyKADt8RrKnP7wsLaj7fBaz6SUgXMMItygHrohE_Y,1953
183
186
  solace_agent_mesh/cli/commands/eval_cmd.py,sha256=25EJhddhZbBYcJDTQysX8ZepyWYRf5MmBeiMced7JCg,2748
184
- solace_agent_mesh/cli/commands/run_cmd.py,sha256=cQcjMpdg_B8Yke03wAsaZwVF9Anf9J-V22AlK782SBg,7656
187
+ solace_agent_mesh/cli/commands/run_cmd.py,sha256=vgR6UDaZ_f7H95cr5_8XCh0ifGp2z0E9CZaaJ2xR5lM,7437
185
188
  solace_agent_mesh/cli/commands/add_cmd/__init__.py,sha256=IGTXUx_AcoinYlzlZtQsjiCYbe76ZiLqxAcGc6-uoDE,280
186
189
  solace_agent_mesh/cli/commands/add_cmd/add_cmd_llm.txt,sha256=x-UE5buoIEE_oUJ3opOzW8U33S3XUKCRNKWxNXNVk-c,10212
187
190
  solace_agent_mesh/cli/commands/add_cmd/agent_cmd.py,sha256=qO-gsoIfO5lK8L0mfThtOTp3sV7dGDd7pTcZV78L00s,29631
@@ -198,11 +201,12 @@ solace_agent_mesh/cli/commands/init_cmd/orchestrator_step.py,sha256=ztv1yvXJu3as
198
201
  solace_agent_mesh/cli/commands/init_cmd/project_files_step.py,sha256=bOh7yYuaXIIs0q3-nd1nSVc6P6g6EHoDJjFDlKZVnf4,1352
199
202
  solace_agent_mesh/cli/commands/init_cmd/web_init_step.py,sha256=YoHEiEMZf_ZPG1qvLMJads_ET6IYEKJCCCees5_tqbY,4197
200
203
  solace_agent_mesh/cli/commands/init_cmd/webui_gateway_step.py,sha256=MIAu-tbbfDIcTrU7ZEVkvI91UdrX4QcY17JHCdzIH0c,8820
201
- solace_agent_mesh/cli/commands/plugin_cmd/__init__.py,sha256=10F21lMHH6qBvzHcprntMChBAI8cL4wLj6_vSKe8hV0,495
202
- solace_agent_mesh/cli/commands/plugin_cmd/add_cmd.py,sha256=G-MJEGwX7saxIeEVMFMX01_h-OTttAUb-5RXDW8st1M,14435
204
+ solace_agent_mesh/cli/commands/plugin_cmd/__init__.py,sha256=BIes7cBV0CyJEhhT0QnaQqEj_wIRT_cjnZHwKlIPtj0,594
205
+ solace_agent_mesh/cli/commands/plugin_cmd/add_cmd.py,sha256=qJedNQtBZ1oyxXlS09KQR5AhfGRpyTCovljg3fvwK74,5064
203
206
  solace_agent_mesh/cli/commands/plugin_cmd/build_cmd.py,sha256=OzEO2lsezlIZe29jWiR08ajQeDEP1cYqrWaMSd8i8o4,2988
204
207
  solace_agent_mesh/cli/commands/plugin_cmd/catalog_cmd.py,sha256=GskrCwJQ42upCIG2nvMomprPrT1f9sBnkGast2ZLb_c,5136
205
208
  solace_agent_mesh/cli/commands/plugin_cmd/create_cmd.py,sha256=5O5jQdI6LHh8x3l4U9y95wX4CAUzN_Jf3b7G2HdZIOE,11810
209
+ solace_agent_mesh/cli/commands/plugin_cmd/install_cmd.py,sha256=8ARhw9EyXkvqkZCZArhoLqEgT-KrvNtkWbSiFk1XYNw,11066
206
210
  solace_agent_mesh/cli/commands/plugin_cmd/official_registry.py,sha256=rnzQq3LDvSzvCPoEhoSn6M3xQG4AVLd54PX9cA5GzPg,5218
207
211
  solace_agent_mesh/cli/commands/plugin_cmd/plugin_cmd_llm.txt,sha256=-CS4uY1OrPSXDm8cxyrBAv6yLrP5P-GTzyeaZFqaHsM,10967
208
212
  solace_agent_mesh/evaluation/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
@@ -241,12 +245,12 @@ solace_agent_mesh/templates/plugin_readme_template.md,sha256=i094KPRPL_u3JTA1h6F
241
245
  solace_agent_mesh/templates/plugin_tools_template.py,sha256=GUVw556CtBYE6sHbpXnFf0uysp6furt4_tMZVOlpI6s,8465
242
246
  solace_agent_mesh/templates/shared_config.yaml,sha256=_-ytR25HSAfwjN6drkdUQgGeV_om6RSeM4BUCMxQ3vQ,3310
243
247
  solace_agent_mesh/templates/templates_llm.txt,sha256=T3h8CcIowTbyBedlfRk7FZww8_xGmnY5fEqGhhdI3JU,9234
244
- solace_agent_mesh/templates/webui.yaml,sha256=Xb6nswsFpMtCnpUDY9sGuO4Q3IhR8x-lDDRtHaySUVo,1782
245
- solace_agent_mesh/assets/docs/404.html,sha256=VLXWmcEXEhcECHYk3quMXQ30UCM6W0gLnV0An6aQUtU,11749
246
- solace_agent_mesh/assets/docs/lunr-index-1757873594308.json,sha256=8Bf4GUjOTANMWTXTq1MvEMbilcPNFHZ3JDY-v4NaWxs,1097571
247
- solace_agent_mesh/assets/docs/lunr-index.json,sha256=8Bf4GUjOTANMWTXTq1MvEMbilcPNFHZ3JDY-v4NaWxs,1097571
248
- solace_agent_mesh/assets/docs/search-doc-1757873594308.json,sha256=skEhG2qAQi8vVt7wJJksC0H4MYGcIVDiEyUa2qDVqiQ,386979
249
- solace_agent_mesh/assets/docs/search-doc.json,sha256=skEhG2qAQi8vVt7wJJksC0H4MYGcIVDiEyUa2qDVqiQ,386979
248
+ solace_agent_mesh/templates/webui.yaml,sha256=4cEkPXLRhpATVD3A0UuJuo5aG0ApEseiADGtY3-W5qw,1784
249
+ solace_agent_mesh/assets/docs/404.html,sha256=o-a5hdkd_f_nAgRCvCHkANBf8VQ1QGIoh5vd7dngIXY,11749
250
+ solace_agent_mesh/assets/docs/lunr-index-1758036158289.json,sha256=-IuTTHSK_Znsunp5JxVScgwLlFFy-6ClK6hAIHfb1so,1134392
251
+ solace_agent_mesh/assets/docs/lunr-index.json,sha256=-IuTTHSK_Znsunp5JxVScgwLlFFy-6ClK6hAIHfb1so,1134392
252
+ solace_agent_mesh/assets/docs/search-doc-1758036158289.json,sha256=IS4N4WRo7bLQB-7tTCOIMj_0vd3xKQY7jb4PRZcwVAc,401291
253
+ solace_agent_mesh/assets/docs/search-doc.json,sha256=IS4N4WRo7bLQB-7tTCOIMj_0vd3xKQY7jb4PRZcwVAc,401291
250
254
  solace_agent_mesh/assets/docs/sitemap.xml,sha256=MeU4E6b7O7RjK1CdC9W4zjle-yridFsVnyDf2HtnzyY,6830
251
255
  solace_agent_mesh/assets/docs/assets/css/styles.906a1503.css,sha256=gQj16ydMLPiq6y-t8Ovto65hsvPbQX6coyIFOja-2eY,83293
252
256
  solace_agent_mesh/assets/docs/assets/images/Solace_AI_Framework_With_Broker-85f0a306a9bcdd20b390b7a949f6d862.png,sha256=e6MbZpxlY1xJ8U01zQogm8vWgokQqDfhsyPyNxtuS00,447393
@@ -277,7 +281,7 @@ solace_agent_mesh/assets/docs/assets/js/375.708d48db.js,sha256=tnoRKYgl89ieY_0s8
277
281
  solace_agent_mesh/assets/docs/assets/js/3834.b6cd790e.js,sha256=LuFdgiur49yMqtwnhUN7ECJ2lPvBaWdDam3OANM5WcM,196
278
282
  solace_agent_mesh/assets/docs/assets/js/3d406171.5560fdf9.js,sha256=YxwcvvCb721_LDB9PpbCH7Ux--7PQ4XxD2wy8oG-7bY,45169
279
283
  solace_agent_mesh/assets/docs/assets/js/4250.95455b28.js,sha256=y3OgeXf-tuJO5M6gJ70aW58HdFE7vZIPX7V4mduXL9c,197
280
- solace_agent_mesh/assets/docs/assets/js/42b3f8d8.3f34bf76.js,sha256=nU-fT8o6eGDZz3Iz8msJRv58D0owaKsHKORzcWRuApU,35013
284
+ solace_agent_mesh/assets/docs/assets/js/42b3f8d8.508ae8db.js,sha256=ty9OjkxJut29_RmS1bUOCCV8Lb8fXIhE4a0wBY3pjwk,35218
281
285
  solace_agent_mesh/assets/docs/assets/js/4356.d169ab5b.js,sha256=JJdBrbL2-8tn2jfAGsO1ezjcM37BAIZnZsNYgc4UoZs,195
282
286
  solace_agent_mesh/assets/docs/assets/js/442a8107.b5c2532a.js,sha256=LivKRCvxmyUQnUGWxy6zaR-knomWdZ38WkVl6mmUFkk,18560
283
287
  solace_agent_mesh/assets/docs/assets/js/4458.518e66fa.js,sha256=oUPDT1LqnbeRts2CudqNueI-OQHML5gg9dWEvP6PiE4,25886
@@ -322,7 +326,7 @@ solace_agent_mesh/assets/docs/assets/js/9278.a4fd875d.js,sha256=Nm7cJgq11XXaYA3W
322
326
  solace_agent_mesh/assets/docs/assets/js/945fb41e.abf2be91.js,sha256=agrUerMLSTW1lY0Jx5FAYQvlzqPeu-UWQ-MX-nly8QE,15060
323
327
  solace_agent_mesh/assets/docs/assets/js/9616.b75c2f6d.js,sha256=Ry0lLDd8HQzYAHmCKcXJ4iQ-9utISMjqcWk_iURtf1A,20576
324
328
  solace_agent_mesh/assets/docs/assets/js/9793.c6d16376.js,sha256=-Xm7Yt1AJvEcfoYlQ04O5Douk4bsO4mgo_UJN8TVIUY,100459
325
- solace_agent_mesh/assets/docs/assets/js/9a09e75d.5a319fd4.js,sha256=yoKe1Oioh4nYpaN-3rucbfzmqscT5J23tHwQmLt2x2Y,15453
329
+ solace_agent_mesh/assets/docs/assets/js/9a09e75d.92de8cf5.js,sha256=tZRusy1HbEgsV-VhErB4zpnz0ncfP0lTYhxyLZfA-xc,33827
326
330
  solace_agent_mesh/assets/docs/assets/js/9eff14a2.d62aad71.js,sha256=iR2JsabRjQemymeBxgOq8WQFkWjTQQ7mHjfgN5a2e14,10569
327
331
  solace_agent_mesh/assets/docs/assets/js/a3a92b25.1d029b81.js,sha256=h54GrYlzw7X-lkS8Oc_TnNsFwJ6jkMJkG45xGj9JdSU,5797
328
332
  solace_agent_mesh/assets/docs/assets/js/a7bd4aaa.2204d2f7.js,sha256=v9wa2Q1Mt7cayLyMjyDTUT8J_kILQ2idmxDhgyBHlpE,756
@@ -330,7 +334,7 @@ solace_agent_mesh/assets/docs/assets/js/a94703ab.0438dbc2.js,sha256=drinuntIgk0l
330
334
  solace_agent_mesh/assets/docs/assets/js/aba21aa0.c42a534c.js,sha256=e8uMq6LJqDkt4o-uIbKH2CIw_7cQ4Kthlh4O9UqwWdw,211
331
335
  solace_agent_mesh/assets/docs/assets/js/aba87c2f.4ddf32f2.js,sha256=uPt4W5mjlBoYrNo2AHFUvtRgLNnjMT0aEYgZwpP4TP0,17379
332
336
  solace_agent_mesh/assets/docs/assets/js/ae0e903d.abca774a.js,sha256=vGhLWeTNrtu5l1nceSIT47HR0qkADayJhcjgJoa7oJ4,4955
333
- solace_agent_mesh/assets/docs/assets/js/ae4415af.24cdc514.js,sha256=EfuAd2uZf-F1ZVUXAd0wj7ZiIwOFVIrXwwXn7_EGb-M,29289
337
+ solace_agent_mesh/assets/docs/assets/js/ae4415af.16cc58d3.js,sha256=3RlFYeEWrwn6u4JADZ7eTYfVJ9pzMZYGcTZheq9LSZs,31053
334
338
  solace_agent_mesh/assets/docs/assets/js/b7006a3a.73a79653.js,sha256=YYjvDTjQytUxcimeJinuha5T7SdUyHTYjRz7kLFOGOQ,12973
335
339
  solace_agent_mesh/assets/docs/assets/js/bac0be12.27ee2c26.js,sha256=wY-AhWl_w5LnF9-JtfyxIbCv0Oz1R3RprqE3FGeeSIo,18006
336
340
  solace_agent_mesh/assets/docs/assets/js/beecea0d.ae31f6a7.js,sha256=oEQqPzjzWdpvM2fMjLFEFg5uoaN9KtcPatNqiVDu4NU,26216
@@ -343,47 +347,47 @@ solace_agent_mesh/assets/docs/assets/js/cee5d587.f1e1ca86.js,sha256=WHSNG7Q7fO5_
343
347
  solace_agent_mesh/assets/docs/assets/js/f284c35a.cad4dbf2.js,sha256=S02-qr5thbket1SGTTNz9iLgAPAIcuUsa62BCZovze0,21402
344
348
  solace_agent_mesh/assets/docs/assets/js/f897a61a.bc634a3e.js,sha256=6JytHKyBrOGJH33efELGM9KVq6x0tvSbqvvkg53gV2w,17047
345
349
  solace_agent_mesh/assets/docs/assets/js/fbfa3e75.aca209c9.js,sha256=vmq7isB22h2J_2cVIt1h6D2OhwU6wTBEnk1-CNZv9Wk,7314
346
- solace_agent_mesh/assets/docs/assets/js/main.e82b32e6.js,sha256=_mvc8hCqbQlK77dC92CoEhR4QTGXEA5WcopmasQ_ZEg,482726
347
- solace_agent_mesh/assets/docs/assets/js/main.e82b32e6.js.LICENSE.txt,sha256=3Jia5o7yaxOtbxuy9khs-thK96m55yCiPaUA-IkWh0A,2069
348
- solace_agent_mesh/assets/docs/assets/js/runtime~main.aad1f874.js,sha256=qDBLLjxBN90UpRwGYRWd6VVZiD33GJ1aLUWzIaRJJ9Y,6233
349
- solace_agent_mesh/assets/docs/docs/documentation/Enterprise/installation/index.html,sha256=PFcX42l92yCc1j9jAyMayAq6u4AiVhkEWEAQPRadROY,27163
350
- solace_agent_mesh/assets/docs/docs/documentation/Enterprise/single-sign-on/index.html,sha256=SxwbtxfKNt82yHKimM8wDb4bfeyePA6rq8pWsXxYMGU,69622
351
- solace_agent_mesh/assets/docs/docs/documentation/Migrations/A2A Upgrade To 0.3.0/a2a-gateway-upgrade-to-0.3.0/index.html,sha256=HzZlOrEl4I2bAhZkWFZhO_OovnnxzlkK1muZyAMsiGY,84925
352
- solace_agent_mesh/assets/docs/docs/documentation/Migrations/A2A Upgrade To 0.3.0/a2a-technical-migration-map/index.html,sha256=3uMh-nag_aU74pKPYinI9bNEv_kFxsZZi0Z2pJYuV8I,87760
353
- solace_agent_mesh/assets/docs/docs/documentation/concepts/agents/index.html,sha256=jPGkvETyMAsV50KL_EyIh41BxNDlYxzveR1573rKY2M,39841
354
- solace_agent_mesh/assets/docs/docs/documentation/concepts/architecture/index.html,sha256=lM3J-jFm40o3yy0h6N3FpbjvzuSYH3TTemTC0QG1YsI,32769
355
- solace_agent_mesh/assets/docs/docs/documentation/concepts/cli/index.html,sha256=VOHrxrb_03c6aGus2D4bx-HqR7eso0_HMiJX7XmnQEc,50528
356
- solace_agent_mesh/assets/docs/docs/documentation/concepts/gateways/index.html,sha256=nJ1D0vmqX9JmT5X08cH0u9d9bLRuOfWckoCPYxbTeHg,30147
357
- solace_agent_mesh/assets/docs/docs/documentation/concepts/orchestrator/index.html,sha256=x2SdgA0wQpQTcCMxHiH58AdEz-QoStTsAq2mPN7Ck6M,23853
358
- solace_agent_mesh/assets/docs/docs/documentation/concepts/plugins/index.html,sha256=bQlCXi21kumZFosOVd2MpDQAMSMAJSMLl1MgkzKlqSk,40029
359
- solace_agent_mesh/assets/docs/docs/documentation/deployment/debugging/index.html,sha256=-S-42FkXt9ZRuvwmrtUsWIz3K-fjaW3jue4N5sZG3ZE,45631
360
- solace_agent_mesh/assets/docs/docs/documentation/deployment/deploy/index.html,sha256=rFCgaKKaAwDL8DbtvvelrMy8alZaXrCFocaD-WtNZiM,42547
361
- solace_agent_mesh/assets/docs/docs/documentation/deployment/observability/index.html,sha256=pSqaiG_JY8Fr1lPrSWAaNlNNx6qmWhEildjEdxW5et8,26091
362
- solace_agent_mesh/assets/docs/docs/documentation/getting-started/component-overview/index.html,sha256=4YleY88jhNirMe-zM8vb1cW3SFjA42_pt07krqrCAkY,21734
363
- solace_agent_mesh/assets/docs/docs/documentation/getting-started/configurations/index.html,sha256=zRCWxlpqIHc8gCpIOMn8XHnQz4Wo0FRbIIyfQcoZiGE,56647
364
- solace_agent_mesh/assets/docs/docs/documentation/getting-started/installation/index.html,sha256=U_MT1dydYW0BDpK3yZylgXWhHh4MnWdVmyTYuTfTx5k,32597
365
- solace_agent_mesh/assets/docs/docs/documentation/getting-started/introduction/index.html,sha256=MnvJ9IZF0_lpVpqvWenMR1WZ9O3BaZSJlfT_bXkf9X4,30497
366
- solace_agent_mesh/assets/docs/docs/documentation/getting-started/quick-start/index.html,sha256=XYFwllwi_chW6GOB6xsp5CHGoxSPCKT94PqoX7U_8I4,42680
367
- solace_agent_mesh/assets/docs/docs/documentation/tutorials/bedrock-agents/index.html,sha256=t9-9NtSftLXXIPXwkCXR4EneMUG1iI6HP5bH4KxYS1c,75786
368
- solace_agent_mesh/assets/docs/docs/documentation/tutorials/custom-agent/index.html,sha256=PU8c9iL0J5fEaKH9Ezs35KoOauouGkgBFlWJ_uwl09k,383395
369
- solace_agent_mesh/assets/docs/docs/documentation/tutorials/event-mesh-gateway/index.html,sha256=EapTsGzMNIPEBLZMdLdwLIlEN_2iBwopEkJXvOPKeKc,69278
370
- solace_agent_mesh/assets/docs/docs/documentation/tutorials/mcp-integration/index.html,sha256=EoBE-Bs_Gp4lU3ARUYvxpMisMC3vQRTTcTUz0Dnt5lQ,65048
371
- solace_agent_mesh/assets/docs/docs/documentation/tutorials/mongodb-integration/index.html,sha256=H1b0t95OJ-V4UBTrU_Kcz6BEmPUS2WvHQsJWSKGifk0,87666
372
- solace_agent_mesh/assets/docs/docs/documentation/tutorials/rag-integration/index.html,sha256=D2ogV1zRROiTPdHgT1Qg9eI93Qpg95h1NQUh53A3u48,80471
373
- solace_agent_mesh/assets/docs/docs/documentation/tutorials/rest-gateway/index.html,sha256=0q_R5_7mGlo-mpFutmQbJsB1vkM5vJr9yMTGoCc3nVI,46767
374
- solace_agent_mesh/assets/docs/docs/documentation/tutorials/slack-integration/index.html,sha256=fqZ5NBcH4etyP19LOVu1fM2PtC3E0gkhnczL7OE2XQQ,49986
375
- solace_agent_mesh/assets/docs/docs/documentation/tutorials/sql-database/index.html,sha256=nbgmJ6FKraLHFFUL5fwHTeiPvLC2qMZLl0k6UExP9h8,69371
376
- solace_agent_mesh/assets/docs/docs/documentation/user-guide/builtin-tools/index.html,sha256=q1QvMn3pOP5XPOC8mMSILvM9xlyAdkd_9i3cnDh0ivg,44846
377
- solace_agent_mesh/assets/docs/docs/documentation/user-guide/builtin-tools/artifact-management/index.html,sha256=OM1NVsO-4tNae8kDfk1Rx1PjHqoX7KIEhXUHqCSjQn0,34816
378
- solace_agent_mesh/assets/docs/docs/documentation/user-guide/builtin-tools/audio-tools/index.html,sha256=Hh2nQ5Mh8gjWsSh0R__PDo1-mRFE-eun-uHEwuRqvcU,58253
379
- solace_agent_mesh/assets/docs/docs/documentation/user-guide/builtin-tools/data-analysis-tools/index.html,sha256=yfAxy-Viw_zK2dk--_6xrq59swI_aeAW2JEn0gfK6CE,37802
380
- solace_agent_mesh/assets/docs/docs/documentation/user-guide/builtin-tools/embeds/index.html,sha256=arXvzDr3W3jAjGqKWCzWh_7IPR1Pz58ptzHQPunn6jU,50700
381
- solace_agent_mesh/assets/docs/docs/documentation/user-guide/create-agents/index.html,sha256=aBtdy1-M-nkSkCO27F3by0pVciEtYPMx_gC49BUl1Lk,162910
382
- solace_agent_mesh/assets/docs/docs/documentation/user-guide/create-gateways/index.html,sha256=zwDA99DSsc8WClDSYGJUZ6PjtEG95FO6Z4bre4yP-4Y,402951
383
- solace_agent_mesh/assets/docs/docs/documentation/user-guide/creating-python-tools/index.html,sha256=p1EDHdyEC3dNhbcjMUmUdTVaBkLTrX-OjJUoCSsf04E,84524
384
- solace_agent_mesh/assets/docs/docs/documentation/user-guide/creating-service-providers/index.html,sha256=M1RKmuJnB3RlRGlmy2zR6sYajPtPsc6LUTvtIfl_t7E,59738
385
- solace_agent_mesh/assets/docs/docs/documentation/user-guide/solace-ai-connector/index.html,sha256=g6lASmrqiO6K0H-F3632QjnkzOecw0yzDX85Ts1vKa8,25835
386
- solace_agent_mesh/assets/docs/docs/documentation/user-guide/structure/index.html,sha256=gJwC6syTsK3nRN9QJVyKafpjt1iPzu-3RwxhhAWsgZE,29857
350
+ solace_agent_mesh/assets/docs/assets/js/main.9bc1a102.js,sha256=9Dng2Axr3_5_V3NX63l7v5ZfaXbH-F-r4cFtMx5fnaw,482726
351
+ solace_agent_mesh/assets/docs/assets/js/main.9bc1a102.js.LICENSE.txt,sha256=3Jia5o7yaxOtbxuy9khs-thK96m55yCiPaUA-IkWh0A,2069
352
+ solace_agent_mesh/assets/docs/assets/js/runtime~main.f2b4ea70.js,sha256=b5FUPVmVFu_HzWSB8aDubJp_hS5srDfZY7LeOix86h4,6233
353
+ solace_agent_mesh/assets/docs/docs/documentation/Enterprise/installation/index.html,sha256=M0GmzTsxTrN-dD1-OT7_s874_YxtRqU9F5sHsjFDTUY,27163
354
+ solace_agent_mesh/assets/docs/docs/documentation/Enterprise/single-sign-on/index.html,sha256=sO-v8AEJSdOt_sn9rPP3LagrkB-atvuPnpYEnWMXESM,69622
355
+ solace_agent_mesh/assets/docs/docs/documentation/Migrations/A2A Upgrade To 0.3.0/a2a-gateway-upgrade-to-0.3.0/index.html,sha256=lnvIryptr-58oC9Scli0k4lgUFQxabBkTQIupgbGkJQ,84925
356
+ solace_agent_mesh/assets/docs/docs/documentation/Migrations/A2A Upgrade To 0.3.0/a2a-technical-migration-map/index.html,sha256=OvyUPFh9uQ-6poytS4HCotUueGI9w50LCnXdOxmZs9M,87760
357
+ solace_agent_mesh/assets/docs/docs/documentation/concepts/agents/index.html,sha256=bkW8N1cmXSM6h-dx7OD4FZF5fJVTy97xHVfyRRIzqS8,39841
358
+ solace_agent_mesh/assets/docs/docs/documentation/concepts/architecture/index.html,sha256=E4l0RkC5hUQVT8r7JiPqCjLmCXcLJlyksPtpA2xVtT8,32769
359
+ solace_agent_mesh/assets/docs/docs/documentation/concepts/cli/index.html,sha256=2JMOLpJy0P0pmW5sgIo01LQjw2T0L_yIQ3Y2wLVmFf4,52656
360
+ solace_agent_mesh/assets/docs/docs/documentation/concepts/gateways/index.html,sha256=Pp_OwC_C-HsRt6XGzD5B8e7Jl5JwX-fsDW6llXYc9m4,30147
361
+ solace_agent_mesh/assets/docs/docs/documentation/concepts/orchestrator/index.html,sha256=FLY0jzsCnRbJkPIUWi4O4QU660X4tCWwzqfhBEXhke8,23853
362
+ solace_agent_mesh/assets/docs/docs/documentation/concepts/plugins/index.html,sha256=vUzKMsGEPAdlvppI75C7iPOrwaQZRZVlBnr5dYP2N_k,40029
363
+ solace_agent_mesh/assets/docs/docs/documentation/deployment/debugging/index.html,sha256=N604_mRW3ahhyauH7q49NPy6sM1_NnaUS683eBs79gc,45631
364
+ solace_agent_mesh/assets/docs/docs/documentation/deployment/deploy/index.html,sha256=NgDWYEzPNi-eSFH_q7fFZq750LN1CT1IVqsa_ZPmQBE,42547
365
+ solace_agent_mesh/assets/docs/docs/documentation/deployment/observability/index.html,sha256=iSVVZr3HwJkygmI02shBeXCD8ue914mX7ik9nHYBXis,26091
366
+ solace_agent_mesh/assets/docs/docs/documentation/getting-started/component-overview/index.html,sha256=VZ5qj-PIYtyWqRU6dXJWMu9uonq4nqBEy1QAbV_9qwc,21734
367
+ solace_agent_mesh/assets/docs/docs/documentation/getting-started/configurations/index.html,sha256=g7dWZPSQQCtXSMRqIcBsJFWbOY655eW7s6rBQcW9ag8,56647
368
+ solace_agent_mesh/assets/docs/docs/documentation/getting-started/installation/index.html,sha256=CavKTCJZHRvme6tneam3rapqjXOPGN6b6Wx7WDjxWsc,32597
369
+ solace_agent_mesh/assets/docs/docs/documentation/getting-started/introduction/index.html,sha256=Kn5IgjK3hYMxwpYD2IOO6Zh94azyMSsbyACC2nmzdkE,30497
370
+ solace_agent_mesh/assets/docs/docs/documentation/getting-started/quick-start/index.html,sha256=j74s99vvMxtDJDOz_wh26XnKlf7NVv42QPEi-W0a-Uw,42680
371
+ solace_agent_mesh/assets/docs/docs/documentation/tutorials/bedrock-agents/index.html,sha256=_YX75IFz1xc8vi-VFVgOoXe3AO1XjYkjz3ZLZKzP8bA,75786
372
+ solace_agent_mesh/assets/docs/docs/documentation/tutorials/custom-agent/index.html,sha256=T6jkcqZMVMRhm77AdxsbJOC45XkN8tq9h7Q8UJbQ4UQ,383395
373
+ solace_agent_mesh/assets/docs/docs/documentation/tutorials/event-mesh-gateway/index.html,sha256=IvCDqf-NZ5eQ2IP0OfWZ6pjrU7FUX0sSXOB62LBjIUQ,69278
374
+ solace_agent_mesh/assets/docs/docs/documentation/tutorials/mcp-integration/index.html,sha256=x0s1obRCZj3J5jJVRPIQy7QwcyfNxD3twzMVwGTeewI,65048
375
+ solace_agent_mesh/assets/docs/docs/documentation/tutorials/mongodb-integration/index.html,sha256=WicBAGlFGfJ_rcGHRztX6kADD5-NzwhpzmDAW-7JAH8,87666
376
+ solace_agent_mesh/assets/docs/docs/documentation/tutorials/rag-integration/index.html,sha256=uyzqZxePuN86bnO7Z9jCbmZlmh6rPUfmHvKmAQBwd08,80471
377
+ solace_agent_mesh/assets/docs/docs/documentation/tutorials/rest-gateway/index.html,sha256=osTgoGk5somcH7G0h8mGgS1iWpgxo18Fq2G6dpL5qc8,46767
378
+ solace_agent_mesh/assets/docs/docs/documentation/tutorials/slack-integration/index.html,sha256=z_EcONucfrD3QkuHpn9IP0N1tFSBexXpBTPXqJEVwUc,49986
379
+ solace_agent_mesh/assets/docs/docs/documentation/tutorials/sql-database/index.html,sha256=ZiXtY2qhcav8w9RRdi62UUDGbIRoNY2Hle1OV1u-LtA,69371
380
+ solace_agent_mesh/assets/docs/docs/documentation/user-guide/builtin-tools/index.html,sha256=m3ZoMlg7--WLvlExPmF7seVKdO-ENrmzIpacbv_2I3s,44846
381
+ solace_agent_mesh/assets/docs/docs/documentation/user-guide/builtin-tools/artifact-management/index.html,sha256=43_wvfJ59D9QpKlA9H_O30FlbxpRhMscgkRKSwe_E_w,34816
382
+ solace_agent_mesh/assets/docs/docs/documentation/user-guide/builtin-tools/audio-tools/index.html,sha256=2kkr-bsEwjBjT0Wx8cH8PUBLkSk2AQKoLNKDIw48EY8,58253
383
+ solace_agent_mesh/assets/docs/docs/documentation/user-guide/builtin-tools/data-analysis-tools/index.html,sha256=b2hmo9Nu8v6FjUa7LeLgaWiOqkxrlsRt3tBlIriZDEQ,37802
384
+ solace_agent_mesh/assets/docs/docs/documentation/user-guide/builtin-tools/embeds/index.html,sha256=lGWTN2fSE_LChr2bcR_5--9b9LXGqT3JULkRPamcLjA,50700
385
+ solace_agent_mesh/assets/docs/docs/documentation/user-guide/create-agents/index.html,sha256=nwh_LujOx_ok3MU-FeEhC_YoMhBCePH5i56mwi4BRNs,163552
386
+ solace_agent_mesh/assets/docs/docs/documentation/user-guide/create-gateways/index.html,sha256=FbNcELJZHrrbJoFb_2gyPFI-_oOT-sytEpiz6UXzcVw,402951
387
+ solace_agent_mesh/assets/docs/docs/documentation/user-guide/creating-python-tools/index.html,sha256=R6tLriPx_521VdOJaTtePtJNb2RCmHUMFX_hHzgsMTY,175658
388
+ solace_agent_mesh/assets/docs/docs/documentation/user-guide/creating-service-providers/index.html,sha256=OhBXuFttbeD0qkDgiKaKYXTwhOREwNGK_w6krrwUKng,59738
389
+ solace_agent_mesh/assets/docs/docs/documentation/user-guide/solace-ai-connector/index.html,sha256=kdxub4FcTHjk0VwpU7UgxKp8qX0A0L_j1k-ZzGG8Z7c,25835
390
+ solace_agent_mesh/assets/docs/docs/documentation/user-guide/structure/index.html,sha256=s2KA_46hPE4akrSiaoIs4uz0elz3-21ykOzqHEds8Hw,29857
387
391
  solace_agent_mesh/assets/docs/img/Solace_AI_Framework_With_Broker.png,sha256=e6MbZpxlY1xJ8U01zQogm8vWgokQqDfhsyPyNxtuS00,447393
388
392
  solace_agent_mesh/assets/docs/img/logo.png,sha256=TdXZ2wnkSkaFrGO-5fy2WcmjGXaGzwE29dM83raxoTg,45439
389
393
  solace_agent_mesh/assets/docs/img/sac-flows.png,sha256=868GgNJGPxn2G6c1Md_0umhg3xuAo7t6HEx8hOKbUJY,21098
@@ -398,7 +402,7 @@ solace_agent_mesh/config_portal/backend/server.py,sha256=gx8KIAopkeAmn4WfseP5z79
398
402
  solace_agent_mesh/config_portal/backend/plugin_catalog/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
399
403
  solace_agent_mesh/config_portal/backend/plugin_catalog/constants.py,sha256=Eqq6lO_glHs-0LghOOHXewg6RecwumhI3zjBKUFGMAQ,787
400
404
  solace_agent_mesh/config_portal/backend/plugin_catalog/models.py,sha256=Fu6EDX3PD1RTX84ucIs2UbtRk0Y0H3Lm3248MlP0jpY,1199
401
- solace_agent_mesh/config_portal/backend/plugin_catalog/registry_manager.py,sha256=OhETId1ixVJBIL4lYwu4lRELic6BLgX6SJTkWFXKzPw,6686
405
+ solace_agent_mesh/config_portal/backend/plugin_catalog/registry_manager.py,sha256=uIFPKe0rhrPxVITius9qA0CPLqVl9WhYgqy88SPUkNo,6869
402
406
  solace_agent_mesh/config_portal/backend/plugin_catalog/scraper.py,sha256=j7yJUEKjgsVs7TvSf8Uf_22bKotlYhocIYhfJhTpQPI,21238
403
407
  solace_agent_mesh/config_portal/frontend/static/client/Solace_community_logo.png,sha256=ugNi5vBxTdFZMW2uWNZYcutyk4z8yw9e5KEL5XDcodU,5894
404
408
  solace_agent_mesh/config_portal/frontend/static/client/favicon.ico,sha256=9z1ZdOqroxsg2-FzV79kTJ69hVqWVkrDlIv2RgmIhR8,15086
@@ -410,16 +414,16 @@ solace_agent_mesh/config_portal/frontend/static/client/assets/index-DzNKzXrc.js,
410
414
  solace_agent_mesh/config_portal/frontend/static/client/assets/manifest-89db7c30.js,sha256=0TNl4hKVU240O_8gPn1BaH0ZEDUJyiEojjOnrgdouCM,781
411
415
  solace_agent_mesh/config_portal/frontend/static/client/assets/root-BWvk5-gF.js,sha256=KoDaD7JSrkUDgUbDa0JqaB7mXNCc2fR-T5kKAcH5nho,1799
412
416
  solace_agent_mesh/config_portal/frontend/static/client/assets/root-DxRwaWiE.css,sha256=HaETPzdva-2CpjK-MmIBI6lipZMiGHmAqLRJiD8s2QE,33607
413
- solace_agent_mesh/client/webui/frontend/static/auth-callback.html,sha256=3ajyFcWxvD3xWbS3ws5DLqgq1dLSauPV6VBy98E_ySw,570
414
- solace_agent_mesh/client/webui/frontend/static/index.html,sha256=4vgV8Y5tPdqqybCLJyZqj18jrgoc2OdfMuyOoP7pQ1g,635
415
- solace_agent_mesh/client/webui/frontend/static/assets/authCallback-CAX9u8a7.js,sha256=rfRQ7ntt_kKVD80r_Lov_PURuasCSLeBv5EX8pNrSvM,528
416
- solace_agent_mesh/client/webui/frontend/static/assets/client-DXU9SPI5.js,sha256=dMeFMeQYg87OEejBqjM6xDhqQESFflCxyWTnXmbFr4I,174527
417
+ solace_agent_mesh/client/webui/frontend/static/auth-callback.html,sha256=v5b92bXlZwnieBAb3-lYBAPc7MlRk3z7jjeXHHkOKUA,570
418
+ solace_agent_mesh/client/webui/frontend/static/index.html,sha256=JeoFc7aRMVCREkVTF_9SCLyyL2cUXHF9r4pf_-b42j4,635
419
+ solace_agent_mesh/client/webui/frontend/static/assets/authCallback-j1LW-wlq.js,sha256=VIDe3uws3j2A7_PHUKHwGizPYBmzNqdjumjyTuyBClc,528
420
+ solace_agent_mesh/client/webui/frontend/static/assets/client-B9p_nFNA.js,sha256=6lG8UbVPMnZxsZIprKnq4yRHGZ5Cx8tsyV6dsRox83A,174527
417
421
  solace_agent_mesh/client/webui/frontend/static/assets/favicon-BLgzUch9.ico,sha256=9z1ZdOqroxsg2-FzV79kTJ69hVqWVkrDlIv2RgmIhR8,15086
418
- solace_agent_mesh/client/webui/frontend/static/assets/main-C03yrETa.css,sha256=8i4G_OLqxxoF2D7-4uCwQVUEMnkH7QcNTmHLeBIeUNo,119785
419
- solace_agent_mesh/client/webui/frontend/static/assets/main-DjoMeldu.js,sha256=6g8rNuOSNnVGvdIpQKo5CNLCYkpHTz0TI7IenLRwZVE,420893
420
- solace_agent_mesh/client/webui/frontend/static/assets/vendor-B0BEKoAR.js,sha256=e8CQistS6OBV4DeTlX098z7pxx7tBpuCTJrRyb7K0s4,340510
421
- solace_agent_mesh-1.3.3.dist-info/METADATA,sha256=jKz6200rUVxz8d5SmAU5B9oJ4FOitSEPliFusJkJQ5g,24785
422
- solace_agent_mesh-1.3.3.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
423
- solace_agent_mesh-1.3.3.dist-info/entry_points.txt,sha256=5pLVH8d8bd4sxUwBh7VTni8gTTSzTqGfY14zgdQZm1I,106
424
- solace_agent_mesh-1.3.3.dist-info/licenses/LICENSE,sha256=xx0jnfkXJvxRnG63LTGOxlggYnIysveWIZ6H3PNdCrQ,11357
425
- solace_agent_mesh-1.3.3.dist-info/RECORD,,
422
+ solace_agent_mesh/client/webui/frontend/static/assets/main-B6BpuH9K.js,sha256=tnw6GxQ4RiCjne2VfNMyCfVL-aDw0JJx2lQriS-RzV8,421052
423
+ solace_agent_mesh/client/webui/frontend/static/assets/main-B9s_V9tJ.css,sha256=qDomENelAJXniRwk21juPd0j2PYfIpPtw6P5KPEE7Hk,119720
424
+ solace_agent_mesh/client/webui/frontend/static/assets/vendor-CS5YMf8a.js,sha256=pySecfbg42jjmh23Z4dRsbST36DQM8SCo4X7_o7nhIs,340916
425
+ solace_agent_mesh-1.4.1.dist-info/METADATA,sha256=y79mYbp6B_-NBLhoq6dmAOYWz1ObggXS0p14jgNdY4Y,24921
426
+ solace_agent_mesh-1.4.1.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
427
+ solace_agent_mesh-1.4.1.dist-info/entry_points.txt,sha256=5pLVH8d8bd4sxUwBh7VTni8gTTSzTqGfY14zgdQZm1I,106
428
+ solace_agent_mesh-1.4.1.dist-info/licenses/LICENSE,sha256=xx0jnfkXJvxRnG63LTGOxlggYnIysveWIZ6H3PNdCrQ,11357
429
+ solace_agent_mesh-1.4.1.dist-info/RECORD,,