solace-agent-mesh 1.0.5__py3-none-any.whl → 1.0.6__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Potentially problematic release.
This version of solace-agent-mesh might be problematic. Click here for more details.
- solace_agent_mesh/assets/docs/404.html +2 -2
- solace_agent_mesh/assets/docs/assets/js/{main.946fa17b.js → main.ea9672b6.js} +2 -2
- solace_agent_mesh/assets/docs/docs/documentation/concepts/agents/index.html +2 -2
- solace_agent_mesh/assets/docs/docs/documentation/concepts/architecture/index.html +2 -2
- solace_agent_mesh/assets/docs/docs/documentation/concepts/cli/index.html +2 -2
- solace_agent_mesh/assets/docs/docs/documentation/concepts/gateways/index.html +2 -2
- solace_agent_mesh/assets/docs/docs/documentation/concepts/orchestrator/index.html +2 -2
- solace_agent_mesh/assets/docs/docs/documentation/concepts/plugins/index.html +2 -2
- solace_agent_mesh/assets/docs/docs/documentation/deployment/debugging/index.html +2 -2
- solace_agent_mesh/assets/docs/docs/documentation/deployment/deploy/index.html +2 -2
- solace_agent_mesh/assets/docs/docs/documentation/deployment/observability/index.html +2 -2
- solace_agent_mesh/assets/docs/docs/documentation/enterprise/index.html +2 -2
- solace_agent_mesh/assets/docs/docs/documentation/getting-started/component-overview/index.html +2 -2
- solace_agent_mesh/assets/docs/docs/documentation/getting-started/installation/index.html +2 -2
- solace_agent_mesh/assets/docs/docs/documentation/getting-started/introduction/index.html +2 -2
- solace_agent_mesh/assets/docs/docs/documentation/getting-started/quick-start/index.html +2 -2
- solace_agent_mesh/assets/docs/docs/documentation/tutorials/bedrock-agents/index.html +2 -2
- solace_agent_mesh/assets/docs/docs/documentation/tutorials/custom-agent/index.html +2 -2
- solace_agent_mesh/assets/docs/docs/documentation/tutorials/event-mesh-gateway/index.html +2 -2
- solace_agent_mesh/assets/docs/docs/documentation/tutorials/mcp-integration/index.html +2 -2
- solace_agent_mesh/assets/docs/docs/documentation/tutorials/mongodb-integration/index.html +2 -2
- solace_agent_mesh/assets/docs/docs/documentation/tutorials/rag-integration/index.html +2 -2
- solace_agent_mesh/assets/docs/docs/documentation/tutorials/rest-gateway/index.html +2 -2
- solace_agent_mesh/assets/docs/docs/documentation/tutorials/slack-integration/index.html +2 -2
- solace_agent_mesh/assets/docs/docs/documentation/tutorials/sql-database/index.html +2 -2
- solace_agent_mesh/assets/docs/docs/documentation/user-guide/builtin-tools/artifact-management/index.html +2 -2
- solace_agent_mesh/assets/docs/docs/documentation/user-guide/builtin-tools/audio-tools/index.html +2 -2
- solace_agent_mesh/assets/docs/docs/documentation/user-guide/builtin-tools/data-analysis-tools/index.html +2 -2
- solace_agent_mesh/assets/docs/docs/documentation/user-guide/builtin-tools/embeds/index.html +2 -2
- solace_agent_mesh/assets/docs/docs/documentation/user-guide/builtin-tools/index.html +2 -2
- solace_agent_mesh/assets/docs/docs/documentation/user-guide/create-agents/index.html +2 -2
- solace_agent_mesh/assets/docs/docs/documentation/user-guide/create-gateways/index.html +2 -2
- solace_agent_mesh/assets/docs/docs/documentation/user-guide/creating-service-providers/index.html +2 -2
- solace_agent_mesh/assets/docs/docs/documentation/user-guide/solace-ai-connector/index.html +2 -2
- solace_agent_mesh/assets/docs/docs/documentation/user-guide/structure/index.html +2 -2
- solace_agent_mesh/assets/docs/lunr-index-1755285974624.json +1 -0
- solace_agent_mesh/assets/docs/lunr-index.json +1 -1
- solace_agent_mesh/assets/docs/search-doc-1755285974624.json +1 -0
- solace_agent_mesh/assets/docs/search-doc.json +1 -1
- solace_agent_mesh/cli/__init__.py +1 -1
- solace_agent_mesh/common/utils/initializer.py +4 -6
- {solace_agent_mesh-1.0.5.dist-info → solace_agent_mesh-1.0.6.dist-info}/METADATA +2 -2
- {solace_agent_mesh-1.0.5.dist-info → solace_agent_mesh-1.0.6.dist-info}/RECORD +47 -47
- solace_agent_mesh/assets/docs/lunr-index-1755275703209.json +0 -1
- solace_agent_mesh/assets/docs/search-doc-1755275703209.json +0 -1
- /solace_agent_mesh/assets/docs/assets/js/{main.946fa17b.js.LICENSE.txt → main.ea9672b6.js.LICENSE.txt} +0 -0
- {solace_agent_mesh-1.0.5.dist-info → solace_agent_mesh-1.0.6.dist-info}/WHEEL +0 -0
- {solace_agent_mesh-1.0.5.dist-info → solace_agent_mesh-1.0.6.dist-info}/entry_points.txt +0 -0
- {solace_agent_mesh-1.0.5.dist-info → solace_agent_mesh-1.0.6.dist-info}/licenses/LICENSE +0 -0
|
@@ -1 +1 @@
|
|
|
1
|
-
__version__ = "1.0.
|
|
1
|
+
__version__ = "1.0.6"
|
|
@@ -1,6 +1,5 @@
|
|
|
1
1
|
import os
|
|
2
2
|
import json
|
|
3
|
-
import yaml
|
|
4
3
|
from solace_ai_connector.common.log import log
|
|
5
4
|
from solace_ai_connector.main import load_config
|
|
6
5
|
|
|
@@ -20,30 +19,29 @@ def initialize():
|
|
|
20
19
|
# Contact Solace support for enterprise features
|
|
21
20
|
return
|
|
22
21
|
|
|
23
|
-
enterprise_config = os.getenv("
|
|
22
|
+
enterprise_config = os.getenv("SAM_AUTHORIZATION_CONFIG")
|
|
24
23
|
if enterprise_config and isinstance(enterprise_config, str):
|
|
25
24
|
if enterprise_config.endswith('.yaml') or enterprise_config.endswith('.yml'):
|
|
26
25
|
try:
|
|
27
26
|
enterprise_config = load_config(enterprise_config)
|
|
28
27
|
except Exception as e:
|
|
29
|
-
log.error("Failed to load YAML config from
|
|
28
|
+
log.error("Failed to load YAML config from SAM_AUTHORIZATION_CONFIG: %s", e, exc_info=True)
|
|
30
29
|
raise
|
|
31
30
|
elif enterprise_config.endswith('.json'):
|
|
32
31
|
try:
|
|
33
32
|
with open(enterprise_config, 'r', encoding='utf-8') as file:
|
|
34
33
|
enterprise_config = json.load(file)
|
|
35
34
|
except Exception as e:
|
|
36
|
-
log.error("Failed to load JSON config from
|
|
35
|
+
log.error("Failed to load JSON config from SAM_AUTHORIZATION_CONFIG: %s", e, exc_info=True)
|
|
37
36
|
raise
|
|
38
37
|
else:
|
|
39
38
|
try:
|
|
40
39
|
enterprise_config = json.loads(enterprise_config)
|
|
41
40
|
except json.JSONDecodeError as e:
|
|
42
|
-
log.error("Invalid JSON in
|
|
41
|
+
log.error("Invalid JSON in SAM_AUTHORIZATION_CONFIG: %s", e, exc_info=True)
|
|
43
42
|
raise
|
|
44
43
|
else:
|
|
45
44
|
enterprise_config = {}
|
|
46
|
-
return
|
|
47
45
|
|
|
48
46
|
try:
|
|
49
47
|
initialize_enterprise_features(enterprise_config)
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: solace-agent-mesh
|
|
3
|
-
Version: 1.0.
|
|
3
|
+
Version: 1.0.6
|
|
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
|
|
@@ -310,7 +310,7 @@ SAM creates a standardized communication layer where AI agents can:
|
|
|
310
310
|
|
|
311
311
|
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.
|
|
312
312
|
|
|
313
|
-
The result? A fully asynchronous, event-driven and decoupled AI agent architecture ready for production deployment. It is robust, reliable and easy to maintain.
|
|
313
|
+
The result? A fully asynchronous, event-driven and decoupled AI agent architecture ready for production deployment. It is robust, reliable and easy to maintain.
|
|
314
314
|
|
|
315
315
|
---
|
|
316
316
|
|
|
@@ -75,7 +75,7 @@ solace_agent_mesh/common/services/providers/providers_llm.txt,sha256=7y1ZqMWKt5Q
|
|
|
75
75
|
solace_agent_mesh/common/utils/__init__.py,sha256=V4B3mUhsqB_3YYdT_JZepEw32OHf4mhzMR7I8I3aV-8,129
|
|
76
76
|
solace_agent_mesh/common/utils/asyncio_macos_fix.py,sha256=35CBuEX2HSTflDHVWR06_BaM7d_wD8YJ598uQUNS6BE,2846
|
|
77
77
|
solace_agent_mesh/common/utils/in_memory_cache.py,sha256=AGfyZwqJ7wTjeBBgSKsHWH1v4X8FwpyymCgS8FWVgVI,3316
|
|
78
|
-
solace_agent_mesh/common/utils/initializer.py,sha256=
|
|
78
|
+
solace_agent_mesh/common/utils/initializer.py,sha256=PGznxI70SNiWS8usLEzqhUXxDDvcQgQzY8tBlTJc0Bc,1866
|
|
79
79
|
solace_agent_mesh/common/utils/log_formatters.py,sha256=EV8-ryy9mQgGv8hXipKrdXCuqTLvlPeovaAmMmIU3Sg,1443
|
|
80
80
|
solace_agent_mesh/common/utils/message_utils.py,sha256=MFICU-isggU7LJhev0qCm9n5thlhuc1KZ4mt1tNcKKY,2825
|
|
81
81
|
solace_agent_mesh/common/utils/mime_helpers.py,sha256=lkeNozRUmiYydUKHN1TfjTDaO6MP0Sap5sU36X0efLY,2550
|
|
@@ -127,7 +127,7 @@ solace_agent_mesh/gateway/http_sse/services/agent_service.py,sha256=JgeuZJyysL4k
|
|
|
127
127
|
solace_agent_mesh/gateway/http_sse/services/people_service.py,sha256=PbR6vbImQ95JO7p5fSbraBGsHg84dGVjDz4yd-wbrwg,4596
|
|
128
128
|
solace_agent_mesh/gateway/http_sse/services/services_llm.txt,sha256=TDPDqcqQHaoDWmp8kB_7VXeCb1B0w7dSkXtpxpozO74,8084
|
|
129
129
|
solace_agent_mesh/gateway/http_sse/services/task_service.py,sha256=m_6xMo5TvwMmDVDT18BheegUqCYZjglvc6APXp5JrQ8,4366
|
|
130
|
-
solace_agent_mesh/cli/__init__.py,sha256=
|
|
130
|
+
solace_agent_mesh/cli/__init__.py,sha256=mqMuQB3aqJVPrHHqJMLjqiMKUiJjozc7EPLcX5DpKHg,22
|
|
131
131
|
solace_agent_mesh/cli/main.py,sha256=yFbF4ijz7P6nxj26d-mTC8BnK6NKVnfqPh3y4pDBZqo,831
|
|
132
132
|
solace_agent_mesh/cli/utils.py,sha256=9Tkqn0YZ69eiIL20C7UI-0EakJcvw36c9Z8YopuZrag,5456
|
|
133
133
|
solace_agent_mesh/cli/commands/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
@@ -193,11 +193,11 @@ solace_agent_mesh/templates/plugin_tools_template.py,sha256=GUVw556CtBYE6sHbpXnF
|
|
|
193
193
|
solace_agent_mesh/templates/shared_config.yaml,sha256=Wn-w3wFDdHTke0kRQtxGqXuPyh1wX13irvtL-vzTJ0I,3153
|
|
194
194
|
solace_agent_mesh/templates/templates_llm.txt,sha256=T3h8CcIowTbyBedlfRk7FZww8_xGmnY5fEqGhhdI3JU,9234
|
|
195
195
|
solace_agent_mesh/templates/webui.yaml,sha256=WJV06elz6A31rLOnQK-0axXpVUY1BcH490A59DM4Og0,1976
|
|
196
|
-
solace_agent_mesh/assets/docs/404.html,sha256=
|
|
197
|
-
solace_agent_mesh/assets/docs/lunr-index-
|
|
198
|
-
solace_agent_mesh/assets/docs/lunr-index.json,sha256=
|
|
199
|
-
solace_agent_mesh/assets/docs/search-doc-
|
|
200
|
-
solace_agent_mesh/assets/docs/search-doc.json,sha256=
|
|
196
|
+
solace_agent_mesh/assets/docs/404.html,sha256=NOB7LWOX25dQ-nEeseFHQN-kVScq6ysrejeoR-gifHY,11749
|
|
197
|
+
solace_agent_mesh/assets/docs/lunr-index-1755285974624.json,sha256=V4GPdoRV2SLtbSkW3BbvKxydixXOG_DwWkj7mBjvDMY,917959
|
|
198
|
+
solace_agent_mesh/assets/docs/lunr-index.json,sha256=V4GPdoRV2SLtbSkW3BbvKxydixXOG_DwWkj7mBjvDMY,917959
|
|
199
|
+
solace_agent_mesh/assets/docs/search-doc-1755285974624.json,sha256=ShQmy2XyedDj46j8kTcTQTnAbtC5oZFWDM-SDtWS9Ek,316623
|
|
200
|
+
solace_agent_mesh/assets/docs/search-doc.json,sha256=ShQmy2XyedDj46j8kTcTQTnAbtC5oZFWDM-SDtWS9Ek,316623
|
|
201
201
|
solace_agent_mesh/assets/docs/sitemap.xml,sha256=3Mt_tEKQVSjkWWslf4fLRiLW33iZ7H-ZOF8SlE1l-eU,5884
|
|
202
202
|
solace_agent_mesh/assets/docs/assets/css/styles.906a1503.css,sha256=gQj16ydMLPiq6y-t8Ovto65hsvPbQX6coyIFOja-2eY,83293
|
|
203
203
|
solace_agent_mesh/assets/docs/assets/images/Solace_AI_Framework_With_Broker-85f0a306a9bcdd20b390b7a949f6d862.png,sha256=e6MbZpxlY1xJ8U01zQogm8vWgokQqDfhsyPyNxtuS00,447393
|
|
@@ -289,42 +289,42 @@ solace_agent_mesh/assets/docs/assets/js/cee5d587.f5b73ca1.js,sha256=ciDSktNPCP_c
|
|
|
289
289
|
solace_agent_mesh/assets/docs/assets/js/f284c35a.5aff74ab.js,sha256=Zv9gv-tZFSJR718bElFXJMgnDQzM-AtfsbcD_Hd3RrY,18213
|
|
290
290
|
solace_agent_mesh/assets/docs/assets/js/f897a61a.862b0514.js,sha256=hD0AMhMENVR89kBP_tEqVcng2knd7klqNLV0pozLevs,13959
|
|
291
291
|
solace_agent_mesh/assets/docs/assets/js/fbfa3e75.aca209c9.js,sha256=vmq7isB22h2J_2cVIt1h6D2OhwU6wTBEnk1-CNZv9Wk,7314
|
|
292
|
-
solace_agent_mesh/assets/docs/assets/js/main.
|
|
293
|
-
solace_agent_mesh/assets/docs/assets/js/main.
|
|
292
|
+
solace_agent_mesh/assets/docs/assets/js/main.ea9672b6.js,sha256=LDc3W8TCAxEb7o3zyzvMmQK8NsYVL3hHxRYZ4JQUPYU,479392
|
|
293
|
+
solace_agent_mesh/assets/docs/assets/js/main.ea9672b6.js.LICENSE.txt,sha256=3Jia5o7yaxOtbxuy9khs-thK96m55yCiPaUA-IkWh0A,2069
|
|
294
294
|
solace_agent_mesh/assets/docs/assets/js/runtime~main.aa687c82.js,sha256=sjr4HLlGpw_NjKtIqyM8EQgbDxoG_4lpwaW1s2CaUgA,5990
|
|
295
|
-
solace_agent_mesh/assets/docs/docs/documentation/concepts/agents/index.html,sha256=
|
|
296
|
-
solace_agent_mesh/assets/docs/docs/documentation/concepts/architecture/index.html,sha256=
|
|
297
|
-
solace_agent_mesh/assets/docs/docs/documentation/concepts/cli/index.html,sha256=
|
|
298
|
-
solace_agent_mesh/assets/docs/docs/documentation/concepts/gateways/index.html,sha256=
|
|
299
|
-
solace_agent_mesh/assets/docs/docs/documentation/concepts/orchestrator/index.html,sha256=
|
|
300
|
-
solace_agent_mesh/assets/docs/docs/documentation/concepts/plugins/index.html,sha256=
|
|
301
|
-
solace_agent_mesh/assets/docs/docs/documentation/deployment/debugging/index.html,sha256=
|
|
302
|
-
solace_agent_mesh/assets/docs/docs/documentation/deployment/deploy/index.html,sha256=
|
|
303
|
-
solace_agent_mesh/assets/docs/docs/documentation/deployment/observability/index.html,sha256=
|
|
304
|
-
solace_agent_mesh/assets/docs/docs/documentation/enterprise/index.html,sha256=
|
|
305
|
-
solace_agent_mesh/assets/docs/docs/documentation/getting-started/component-overview/index.html,sha256=
|
|
306
|
-
solace_agent_mesh/assets/docs/docs/documentation/getting-started/installation/index.html,sha256=
|
|
307
|
-
solace_agent_mesh/assets/docs/docs/documentation/getting-started/introduction/index.html,sha256=
|
|
308
|
-
solace_agent_mesh/assets/docs/docs/documentation/getting-started/quick-start/index.html,sha256=
|
|
309
|
-
solace_agent_mesh/assets/docs/docs/documentation/tutorials/bedrock-agents/index.html,sha256=
|
|
310
|
-
solace_agent_mesh/assets/docs/docs/documentation/tutorials/custom-agent/index.html,sha256=
|
|
311
|
-
solace_agent_mesh/assets/docs/docs/documentation/tutorials/event-mesh-gateway/index.html,sha256=
|
|
312
|
-
solace_agent_mesh/assets/docs/docs/documentation/tutorials/mcp-integration/index.html,sha256=
|
|
313
|
-
solace_agent_mesh/assets/docs/docs/documentation/tutorials/mongodb-integration/index.html,sha256=
|
|
314
|
-
solace_agent_mesh/assets/docs/docs/documentation/tutorials/rag-integration/index.html,sha256=
|
|
315
|
-
solace_agent_mesh/assets/docs/docs/documentation/tutorials/rest-gateway/index.html,sha256=
|
|
316
|
-
solace_agent_mesh/assets/docs/docs/documentation/tutorials/slack-integration/index.html,sha256=
|
|
317
|
-
solace_agent_mesh/assets/docs/docs/documentation/tutorials/sql-database/index.html,sha256=
|
|
318
|
-
solace_agent_mesh/assets/docs/docs/documentation/user-guide/builtin-tools/index.html,sha256=
|
|
319
|
-
solace_agent_mesh/assets/docs/docs/documentation/user-guide/builtin-tools/artifact-management/index.html,sha256=
|
|
320
|
-
solace_agent_mesh/assets/docs/docs/documentation/user-guide/builtin-tools/audio-tools/index.html,sha256=
|
|
321
|
-
solace_agent_mesh/assets/docs/docs/documentation/user-guide/builtin-tools/data-analysis-tools/index.html,sha256=
|
|
322
|
-
solace_agent_mesh/assets/docs/docs/documentation/user-guide/builtin-tools/embeds/index.html,sha256=
|
|
323
|
-
solace_agent_mesh/assets/docs/docs/documentation/user-guide/create-agents/index.html,sha256=
|
|
324
|
-
solace_agent_mesh/assets/docs/docs/documentation/user-guide/create-gateways/index.html,sha256=
|
|
325
|
-
solace_agent_mesh/assets/docs/docs/documentation/user-guide/creating-service-providers/index.html,sha256=
|
|
326
|
-
solace_agent_mesh/assets/docs/docs/documentation/user-guide/solace-ai-connector/index.html,sha256=
|
|
327
|
-
solace_agent_mesh/assets/docs/docs/documentation/user-guide/structure/index.html,sha256=
|
|
295
|
+
solace_agent_mesh/assets/docs/docs/documentation/concepts/agents/index.html,sha256=FlaM0K1HU4zxWfTiuAb7cuPiBmmdvs3Ag_uglKdF-cU,30787
|
|
296
|
+
solace_agent_mesh/assets/docs/docs/documentation/concepts/architecture/index.html,sha256=4xN7bVrfRTLQeTZQs5PkYScPkIe_aqf7RVdwQovHCEc,31979
|
|
297
|
+
solace_agent_mesh/assets/docs/docs/documentation/concepts/cli/index.html,sha256=97YUGfL4eLga21rK9XH69Tn2L-FvM6USjlsazuJRcsw,49428
|
|
298
|
+
solace_agent_mesh/assets/docs/docs/documentation/concepts/gateways/index.html,sha256=K6WdRGw6dYLaEPxIdDcSvQJCibFEzhGaCT1NXCaY7VQ,29345
|
|
299
|
+
solace_agent_mesh/assets/docs/docs/documentation/concepts/orchestrator/index.html,sha256=2UE7xe2Sjw06c2a1rjUQe46zb5vbjVNTyBL_fLk8N10,23051
|
|
300
|
+
solace_agent_mesh/assets/docs/docs/documentation/concepts/plugins/index.html,sha256=a6GZfl2mptGDk5AvorsBeJT_zoG1Ds6Jp3weAFRkjh0,33086
|
|
301
|
+
solace_agent_mesh/assets/docs/docs/documentation/deployment/debugging/index.html,sha256=7GRrRj_z5LDlFI3UgKaNaDzWzQlu5kKodt6gC2ZJ1gU,44831
|
|
302
|
+
solace_agent_mesh/assets/docs/docs/documentation/deployment/deploy/index.html,sha256=OL4j2QM0Ntr0y9gMaDkf1-I5suqt85vN_1SN_Om-F48,41745
|
|
303
|
+
solace_agent_mesh/assets/docs/docs/documentation/deployment/observability/index.html,sha256=KQqCm2x2bfgBXX4MAaYS2Kyn6v1n6RBEhhV_CLChjRI,25285
|
|
304
|
+
solace_agent_mesh/assets/docs/docs/documentation/enterprise/index.html,sha256=GO8XjMSw4btP_TKkk2j0JdXUvGQukQErDr5LneDOrVM,17394
|
|
305
|
+
solace_agent_mesh/assets/docs/docs/documentation/getting-started/component-overview/index.html,sha256=jV4k2GsTbmGuGQUKDs572W6fCvGJ0MrCrd0yezTQD_U,20919
|
|
306
|
+
solace_agent_mesh/assets/docs/docs/documentation/getting-started/installation/index.html,sha256=ObOjrIprypc4UHLndvDD6U9UJxrAxbVndXj97Eh9RH4,31751
|
|
307
|
+
solace_agent_mesh/assets/docs/docs/documentation/getting-started/introduction/index.html,sha256=WkVQ-k05ygVL_cPweNGGdr8UhIRHSLWD2aVt1avv7Sc,29667
|
|
308
|
+
solace_agent_mesh/assets/docs/docs/documentation/getting-started/quick-start/index.html,sha256=vLRuqDijXFCsWsTLRGbv0eXUH0IRVZ9E8pceKF1VQU8,36669
|
|
309
|
+
solace_agent_mesh/assets/docs/docs/documentation/tutorials/bedrock-agents/index.html,sha256=jFnI8ki9otAOrYXm--n1kQF8pcyXSDvWC6rwnnnObls,74458
|
|
310
|
+
solace_agent_mesh/assets/docs/docs/documentation/tutorials/custom-agent/index.html,sha256=H-2lH-MvX4tullGArbX9UWWoN--eULnzK_OBO0ImB7g,323959
|
|
311
|
+
solace_agent_mesh/assets/docs/docs/documentation/tutorials/event-mesh-gateway/index.html,sha256=V9UqGPvh6_ML1B3Z9irIe4PqK8xyWDvrk6ohqdYaxPE,68464
|
|
312
|
+
solace_agent_mesh/assets/docs/docs/documentation/tutorials/mcp-integration/index.html,sha256=Kj0VrAVgpAKneHKoCay4z1gU_7kLBVAv-gnrw1XXzlQ,64232
|
|
313
|
+
solace_agent_mesh/assets/docs/docs/documentation/tutorials/mongodb-integration/index.html,sha256=WsYyqieh1E_enfHsq1U1FXWPsdEHv4tgRHykOmgAcNI,86780
|
|
314
|
+
solace_agent_mesh/assets/docs/docs/documentation/tutorials/rag-integration/index.html,sha256=SPb5w4176oHFeQzIjEoel_OmLn2J2z01RMg0pyIC8Zo,79440
|
|
315
|
+
solace_agent_mesh/assets/docs/docs/documentation/tutorials/rest-gateway/index.html,sha256=4LMBhWE2AHuBCyKwg_5WcIdC9ewrOWPoC5Lj9Lz-wdE,45907
|
|
316
|
+
solace_agent_mesh/assets/docs/docs/documentation/tutorials/slack-integration/index.html,sha256=Y7vPYtzTp-7gCQn-ma953loQpn_JFZVVSGzdzcwc0C8,49178
|
|
317
|
+
solace_agent_mesh/assets/docs/docs/documentation/tutorials/sql-database/index.html,sha256=9MD_csfWj-mYWexgfi6yRbKOm8MYxgtkxn7v_m5u73E,68485
|
|
318
|
+
solace_agent_mesh/assets/docs/docs/documentation/user-guide/builtin-tools/index.html,sha256=C-X_LHjLWYaG7RAHEmlB1FAxIdEHjUEOyFMruDXuSps,43835
|
|
319
|
+
solace_agent_mesh/assets/docs/docs/documentation/user-guide/builtin-tools/artifact-management/index.html,sha256=U2z8ELa6D49qztlyJUlpxXQz4x_OjUiFksePE_drhXc,33847
|
|
320
|
+
solace_agent_mesh/assets/docs/docs/documentation/user-guide/builtin-tools/audio-tools/index.html,sha256=AKEMInWmb_YJ4fhJenLIsT7vy8g9QdOhuo693gLpZh0,57386
|
|
321
|
+
solace_agent_mesh/assets/docs/docs/documentation/user-guide/builtin-tools/data-analysis-tools/index.html,sha256=MoU58nlpFFzPgYc6EICUB5CvEuz8t7Gzz1z3yGv8iSo,36851
|
|
322
|
+
solace_agent_mesh/assets/docs/docs/documentation/user-guide/builtin-tools/embeds/index.html,sha256=OTewwaMhJtLAYSU1xApxRWXoHQPHztRBp8SaC1IHVYY,49659
|
|
323
|
+
solace_agent_mesh/assets/docs/docs/documentation/user-guide/create-agents/index.html,sha256=2IRtj5Xjjof2udi3PSY6at5iQK49PrgmlSMKh8aoB9Y,154378
|
|
324
|
+
solace_agent_mesh/assets/docs/docs/documentation/user-guide/create-gateways/index.html,sha256=yGRU_WJl32p6JhnJfgYRP3bOVll2gU-FMQYlFGHfuGo,401884
|
|
325
|
+
solace_agent_mesh/assets/docs/docs/documentation/user-guide/creating-service-providers/index.html,sha256=nxXDpgIkGHEp4SWL5lmHfZSuLuPdQPUbWHOx20_ETao,58643
|
|
326
|
+
solace_agent_mesh/assets/docs/docs/documentation/user-guide/solace-ai-connector/index.html,sha256=W7O3zdbhUTTvbgC6mHnvkV5vb-oNl6iqRbDdNqoo_vk,24794
|
|
327
|
+
solace_agent_mesh/assets/docs/docs/documentation/user-guide/structure/index.html,sha256=2S0ZXnJtvX_uF2DfvSZCbgWPYr6R4b3sduBP-Dijrso,28802
|
|
328
328
|
solace_agent_mesh/assets/docs/img/Solace_AI_Framework_With_Broker.png,sha256=e6MbZpxlY1xJ8U01zQogm8vWgokQqDfhsyPyNxtuS00,447393
|
|
329
329
|
solace_agent_mesh/assets/docs/img/logo.png,sha256=TdXZ2wnkSkaFrGO-5fy2WcmjGXaGzwE29dM83raxoTg,45439
|
|
330
330
|
solace_agent_mesh/assets/docs/img/sac-flows.png,sha256=868GgNJGPxn2G6c1Md_0umhg3xuAo7t6HEx8hOKbUJY,21098
|
|
@@ -358,8 +358,8 @@ solace_agent_mesh/client/webui/frontend/static/assets/client-bp6u3qVZ.js,sha256=
|
|
|
358
358
|
solace_agent_mesh/client/webui/frontend/static/assets/favicon-BLgzUch9.ico,sha256=9z1ZdOqroxsg2-FzV79kTJ69hVqWVkrDlIv2RgmIhR8,15086
|
|
359
359
|
solace_agent_mesh/client/webui/frontend/static/assets/main-BCpII1-0.css,sha256=sZ9n2WNmgT7v_YBySB21o_NcX541MlrE5bF8EaS-AHc,116452
|
|
360
360
|
solace_agent_mesh/client/webui/frontend/static/assets/main-DzKPMTRs.js,sha256=GeSNKvUWRNUCY3Q7YGyqWc3TYX32N7NIzwtpvhJiKUA,742284
|
|
361
|
-
solace_agent_mesh-1.0.
|
|
362
|
-
solace_agent_mesh-1.0.
|
|
363
|
-
solace_agent_mesh-1.0.
|
|
364
|
-
solace_agent_mesh-1.0.
|
|
365
|
-
solace_agent_mesh-1.0.
|
|
361
|
+
solace_agent_mesh-1.0.6.dist-info/METADATA,sha256=zSb-H-a8HqxqmW-Phdu1dkc1zTNOoZ3uOLh8V6umXwI,24576
|
|
362
|
+
solace_agent_mesh-1.0.6.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
|
|
363
|
+
solace_agent_mesh-1.0.6.dist-info/entry_points.txt,sha256=5pLVH8d8bd4sxUwBh7VTni8gTTSzTqGfY14zgdQZm1I,106
|
|
364
|
+
solace_agent_mesh-1.0.6.dist-info/licenses/LICENSE,sha256=xx0jnfkXJvxRnG63LTGOxlggYnIysveWIZ6H3PNdCrQ,11357
|
|
365
|
+
solace_agent_mesh-1.0.6.dist-info/RECORD,,
|