solace-agent-mesh 1.4.3__py3-none-any.whl → 1.4.5__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Potentially problematic release.
This version of solace-agent-mesh might be problematic. Click here for more details.
- solace_agent_mesh/agent/adk/setup.py +545 -470
- solace_agent_mesh/agent/sac/app.py +36 -15
- solace_agent_mesh/agent/sac/component.py +7 -3
- solace_agent_mesh/agent/tools/builtin_artifact_tools.py +17 -0
- solace_agent_mesh/agent/tools/builtin_data_analysis_tools.py +4 -0
- solace_agent_mesh/agent/tools/tool_definition.py +8 -0
- solace_agent_mesh/agent/tools/web_tools.py +5 -0
- solace_agent_mesh/assets/docs/404.html +3 -3
- solace_agent_mesh/assets/docs/assets/images/sam-enterprise-credentials-b269f095349473118b2b33bdfcc40122.png +0 -0
- solace_agent_mesh/assets/docs/assets/js/ae0e903d.7c73bc4f.js +1 -0
- solace_agent_mesh/assets/docs/assets/js/{f284c35a.cad4dbf2.js → f284c35a.2b2f5048.js} +1 -1
- solace_agent_mesh/assets/docs/assets/js/{main.66eec320.js → main.2b4fe82a.js} +2 -2
- solace_agent_mesh/assets/docs/assets/js/{runtime~main.355446b2.js → runtime~main.c0805958.js} +1 -1
- solace_agent_mesh/assets/docs/docs/documentation/Enterprise/installation/index.html +27 -11
- solace_agent_mesh/assets/docs/docs/documentation/Enterprise/single-sign-on/index.html +3 -3
- 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
- solace_agent_mesh/assets/docs/docs/documentation/Migrations/A2A Upgrade To 0.3.0/a2a-technical-migration-map/index.html +3 -3
- solace_agent_mesh/assets/docs/docs/documentation/concepts/agents/index.html +3 -3
- solace_agent_mesh/assets/docs/docs/documentation/concepts/architecture/index.html +3 -3
- solace_agent_mesh/assets/docs/docs/documentation/concepts/cli/index.html +3 -3
- solace_agent_mesh/assets/docs/docs/documentation/concepts/gateways/index.html +3 -3
- solace_agent_mesh/assets/docs/docs/documentation/concepts/orchestrator/index.html +3 -3
- solace_agent_mesh/assets/docs/docs/documentation/concepts/plugins/index.html +3 -3
- solace_agent_mesh/assets/docs/docs/documentation/deployment/debugging/index.html +3 -3
- solace_agent_mesh/assets/docs/docs/documentation/deployment/deploy/index.html +3 -3
- solace_agent_mesh/assets/docs/docs/documentation/deployment/observability/index.html +3 -3
- solace_agent_mesh/assets/docs/docs/documentation/getting-started/component-overview/index.html +3 -3
- solace_agent_mesh/assets/docs/docs/documentation/getting-started/configurations/index.html +3 -3
- solace_agent_mesh/assets/docs/docs/documentation/getting-started/installation/index.html +3 -3
- solace_agent_mesh/assets/docs/docs/documentation/getting-started/introduction/index.html +3 -3
- solace_agent_mesh/assets/docs/docs/documentation/getting-started/quick-start/index.html +3 -3
- solace_agent_mesh/assets/docs/docs/documentation/tutorials/bedrock-agents/index.html +3 -3
- solace_agent_mesh/assets/docs/docs/documentation/tutorials/custom-agent/index.html +3 -3
- solace_agent_mesh/assets/docs/docs/documentation/tutorials/event-mesh-gateway/index.html +3 -3
- solace_agent_mesh/assets/docs/docs/documentation/tutorials/mcp-integration/index.html +3 -3
- solace_agent_mesh/assets/docs/docs/documentation/tutorials/mongodb-integration/index.html +3 -3
- solace_agent_mesh/assets/docs/docs/documentation/tutorials/rag-integration/index.html +3 -3
- solace_agent_mesh/assets/docs/docs/documentation/tutorials/rest-gateway/index.html +3 -3
- solace_agent_mesh/assets/docs/docs/documentation/tutorials/slack-integration/index.html +3 -3
- solace_agent_mesh/assets/docs/docs/documentation/tutorials/sql-database/index.html +3 -3
- solace_agent_mesh/assets/docs/docs/documentation/user-guide/builtin-tools/artifact-management/index.html +3 -3
- solace_agent_mesh/assets/docs/docs/documentation/user-guide/builtin-tools/audio-tools/index.html +3 -3
- solace_agent_mesh/assets/docs/docs/documentation/user-guide/builtin-tools/data-analysis-tools/index.html +3 -3
- solace_agent_mesh/assets/docs/docs/documentation/user-guide/builtin-tools/embeds/index.html +3 -3
- solace_agent_mesh/assets/docs/docs/documentation/user-guide/builtin-tools/index.html +3 -3
- solace_agent_mesh/assets/docs/docs/documentation/user-guide/create-agents/index.html +3 -3
- solace_agent_mesh/assets/docs/docs/documentation/user-guide/create-gateways/index.html +3 -3
- solace_agent_mesh/assets/docs/docs/documentation/user-guide/creating-python-tools/index.html +3 -3
- solace_agent_mesh/assets/docs/docs/documentation/user-guide/creating-service-providers/index.html +3 -3
- solace_agent_mesh/assets/docs/docs/documentation/user-guide/solace-ai-connector/index.html +3 -3
- solace_agent_mesh/assets/docs/docs/documentation/user-guide/structure/index.html +3 -3
- solace_agent_mesh/assets/docs/img/sam-enterprise-credentials.png +0 -0
- solace_agent_mesh/assets/docs/lunr-index-1758644347760.json +1 -0
- solace_agent_mesh/assets/docs/lunr-index.json +1 -1
- solace_agent_mesh/assets/docs/search-doc-1758644347760.json +1 -0
- solace_agent_mesh/assets/docs/search-doc.json +1 -1
- solace_agent_mesh/cli/__init__.py +1 -1
- solace_agent_mesh/cli/commands/eval_cmd.py +3 -3
- solace_agent_mesh/client/webui/frontend/static/assets/main-B67MsY-v.js +339 -0
- solace_agent_mesh/client/webui/frontend/static/index.html +1 -1
- solace_agent_mesh/common/utils/type_utils.py +28 -0
- solace_agent_mesh/gateway/http_sse/main.py +19 -0
- {solace_agent_mesh-1.4.3.dist-info → solace_agent_mesh-1.4.5.dist-info}/METADATA +3 -3
- {solace_agent_mesh-1.4.3.dist-info → solace_agent_mesh-1.4.5.dist-info}/RECORD +68 -65
- solace_agent_mesh/assets/docs/assets/js/ae0e903d.abca774a.js +0 -1
- solace_agent_mesh/assets/docs/lunr-index-1758138634356.json +0 -1
- solace_agent_mesh/assets/docs/search-doc-1758138634356.json +0 -1
- solace_agent_mesh/client/webui/frontend/static/assets/main-Cv2k8j3R.js +0 -339
- /solace_agent_mesh/assets/docs/assets/js/{main.66eec320.js.LICENSE.txt → main.2b4fe82a.js.LICENSE.txt} +0 -0
- {solace_agent_mesh-1.4.3.dist-info → solace_agent_mesh-1.4.5.dist-info}/WHEEL +0 -0
- {solace_agent_mesh-1.4.3.dist-info → solace_agent_mesh-1.4.5.dist-info}/entry_points.txt +0 -0
- {solace_agent_mesh-1.4.3.dist-info → solace_agent_mesh-1.4.5.dist-info}/licenses/LICENSE +0 -0
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
<link rel="icon" type="image/svg+xml" href="/assets/favicon-BLgzUch9.ico" />
|
|
6
6
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
|
7
7
|
<title>Solace Agent Mesh</title>
|
|
8
|
-
<script type="module" crossorigin src="/assets/main-
|
|
8
|
+
<script type="module" crossorigin src="/assets/main-B67MsY-v.js"></script>
|
|
9
9
|
<link rel="modulepreload" crossorigin href="/assets/vendor-CS5YMf8a.js">
|
|
10
10
|
<link rel="modulepreload" crossorigin href="/assets/client-B9p_nFNA.js">
|
|
11
11
|
<link rel="stylesheet" crossorigin href="/assets/main-8xbvgfVK.css">
|
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
"""
|
|
2
|
+
Utilities for robust type checking, especially in development environments.
|
|
3
|
+
"""
|
|
4
|
+
import inspect
|
|
5
|
+
|
|
6
|
+
|
|
7
|
+
def is_subclass_by_name(cls_to_check: type, base_class_name: str) -> bool:
|
|
8
|
+
"""
|
|
9
|
+
Checks if a class is a subclass of another class by looking for the
|
|
10
|
+
base class's name in the Method Resolution Order (MRO).
|
|
11
|
+
|
|
12
|
+
This is a robust workaround for development environments where the same
|
|
13
|
+
class might be loaded from two different paths (e.g., from 'src' and
|
|
14
|
+
from an editable install in 'site-packages'), causing standard
|
|
15
|
+
`issubclass()` checks to fail.
|
|
16
|
+
|
|
17
|
+
Args:
|
|
18
|
+
cls_to_check: The class to inspect.
|
|
19
|
+
base_class_name: The string name of the base class to look for.
|
|
20
|
+
|
|
21
|
+
Returns:
|
|
22
|
+
True if the base class name is found in the ancestry, False otherwise.
|
|
23
|
+
"""
|
|
24
|
+
if not inspect.isclass(cls_to_check):
|
|
25
|
+
return False
|
|
26
|
+
|
|
27
|
+
# Check the name of each class in the inheritance chain
|
|
28
|
+
return any(base.__name__ == base_class_name for base in cls_to_check.__mro__)
|
|
@@ -463,6 +463,25 @@ def _setup_routers() -> None:
|
|
|
463
463
|
app.include_router(auth.router, prefix=api_prefix, tags=["Auth"])
|
|
464
464
|
log.info("Legacy routers mounted for endpoints not yet migrated")
|
|
465
465
|
|
|
466
|
+
try:
|
|
467
|
+
from solace_agent_mesh_enterprise.webui_backend.routers import get_enterprise_routers
|
|
468
|
+
|
|
469
|
+
enterprise_routers = get_enterprise_routers()
|
|
470
|
+
for router_config in enterprise_routers:
|
|
471
|
+
app.include_router(
|
|
472
|
+
router_config["router"],
|
|
473
|
+
prefix=router_config["prefix"],
|
|
474
|
+
tags=router_config["tags"]
|
|
475
|
+
)
|
|
476
|
+
log.info("Mounted %d enterprise routers", len(enterprise_routers))
|
|
477
|
+
|
|
478
|
+
except ImportError:
|
|
479
|
+
log.debug("No enterprise package detected - skipping enterprise routers")
|
|
480
|
+
except ModuleNotFoundError:
|
|
481
|
+
log.debug("Enterprise router module not found - skipping enterprise routers")
|
|
482
|
+
except Exception as e:
|
|
483
|
+
log.warning("Failed to load enterprise routers: %s", e)
|
|
484
|
+
|
|
466
485
|
|
|
467
486
|
def _setup_static_files() -> None:
|
|
468
487
|
current_dir = os.path.dirname(os.path.abspath(__file__))
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: solace-agent-mesh
|
|
3
|
-
Version: 1.4.
|
|
3
|
+
Version: 1.4.5
|
|
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
|
|
@@ -233,7 +233,7 @@ Requires-Dist: jmespath>=1.0.1
|
|
|
233
233
|
Requires-Dist: jsonpath-ng>=1.7.0
|
|
234
234
|
Requires-Dist: jwcrypto>=1.5
|
|
235
235
|
Requires-Dist: kaleido==0.2.1
|
|
236
|
-
Requires-Dist: litellm
|
|
236
|
+
Requires-Dist: litellm==1.76.3
|
|
237
237
|
Requires-Dist: markdownify>=1.1.0
|
|
238
238
|
Requires-Dist: markitdown[all]==0.1.1
|
|
239
239
|
Requires-Dist: mermaid-cli
|
|
@@ -250,7 +250,7 @@ Requires-Dist: python-jwt>=3.3
|
|
|
250
250
|
Requires-Dist: python-multipart>=0.0.7
|
|
251
251
|
Requires-Dist: pyyaml>=6.0
|
|
252
252
|
Requires-Dist: rouge~=1.0.1
|
|
253
|
-
Requires-Dist: solace-ai-connector
|
|
253
|
+
Requires-Dist: solace-ai-connector==1.2.0
|
|
254
254
|
Requires-Dist: sqlalchemy>=2.0
|
|
255
255
|
Requires-Dist: sse-starlette>=1.6
|
|
256
256
|
Requires-Dist: toml~=0.10.2
|
|
@@ -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=ZE53EHq1MhOwsaiR0nU9Zn-5qcPiovved5M2rpdJKaY,13089
|
|
17
|
-
solace_agent_mesh/agent/adk/setup.py,sha256=
|
|
17
|
+
solace_agent_mesh/agent/adk/setup.py,sha256=xBu1lCcBLf6OV0GpJuEM1znO1o-0rWgUNFf36PkmFas,42588
|
|
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=
|
|
31
|
-
solace_agent_mesh/agent/sac/component.py,sha256=
|
|
30
|
+
solace_agent_mesh/agent/sac/app.py,sha256=XWfkemxu5KA3NAidJLOO-w9XxuGN8nU05ADQAaJX-Tw,18453
|
|
31
|
+
solace_agent_mesh/agent/sac/component.py,sha256=3vOgJ43zpMcXSrLcJQNgNivLGkKbXYb_PWvOc2twQBw,132225
|
|
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
|
|
@@ -37,8 +37,8 @@ solace_agent_mesh/agent/testing/debug_utils.py,sha256=-nNJUs8aeRnEFbG0ZrXL3-FFcC
|
|
|
37
37
|
solace_agent_mesh/agent/testing/testing_llm.txt,sha256=14tuiINvkLTel3zTM7MsRQrmGLWuuJ79ywTU7gjiwqg,2180
|
|
38
38
|
solace_agent_mesh/agent/tools/__init__.py,sha256=3dURhTS7XdvQW1A5j-_eigcZNjhzog6C1O5SgYePn_8,500
|
|
39
39
|
solace_agent_mesh/agent/tools/audio_tools.py,sha256=LOjfD2tTsYanIbntpysX4gQZ1e8NHqmv_yQ7iHitvyQ,59717
|
|
40
|
-
solace_agent_mesh/agent/tools/builtin_artifact_tools.py,sha256=
|
|
41
|
-
solace_agent_mesh/agent/tools/builtin_data_analysis_tools.py,sha256=
|
|
40
|
+
solace_agent_mesh/agent/tools/builtin_artifact_tools.py,sha256=M4u9g4ZmQB7vrl-DiQE3EMzS3Y7q-WXHT_y_8dGU5aU,78200
|
|
41
|
+
solace_agent_mesh/agent/tools/builtin_data_analysis_tools.py,sha256=A7-MbPojAx4OtgpOU55uZask8OcE3JPJkp55X2Xu-Mg,8965
|
|
42
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
|
|
@@ -46,9 +46,9 @@ solace_agent_mesh/agent/tools/peer_agent_tool.py,sha256=rCY7D3OKw_oQ6Oc33AkoxBHK
|
|
|
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
48
|
solace_agent_mesh/agent/tools/tool_config_types.py,sha256=IeDB0XBJbulFYbOFeU5UUOZlcbt6A6MLby_M6Hzv3tc,1913
|
|
49
|
-
solace_agent_mesh/agent/tools/tool_definition.py,sha256=
|
|
49
|
+
solace_agent_mesh/agent/tools/tool_definition.py,sha256=CXgcnAsXiSA6H3UrbvXfo0chTYLDzRWmDi5vzzCmOQA,2015
|
|
50
50
|
solace_agent_mesh/agent/tools/tools_llm.txt,sha256=W-JcxYZ6JQERrRTYRhWZQeOobUN_Dszl93_Y0kwv7mc,13653
|
|
51
|
-
solace_agent_mesh/agent/tools/web_tools.py,sha256=
|
|
51
|
+
solace_agent_mesh/agent/tools/web_tools.py,sha256=KDFF8ZKH-9ytCZo580IHSXvTuBZS1nMmzFUNn0-bqi0,15384
|
|
52
52
|
solace_agent_mesh/agent/utils/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
53
53
|
solace_agent_mesh/agent/utils/artifact_helpers.py,sha256=WrdCMMiGwSUIhBYbpE4DMk2ELgWTYv8CQSIFQpFokmA,41971
|
|
54
54
|
solace_agent_mesh/agent/utils/config_parser.py,sha256=pElDc96YftH3rdBaMCmHDdzPkAEx_kGkU0FrcztKP9E,1665
|
|
@@ -103,6 +103,7 @@ solace_agent_mesh/common/utils/message_utils.py,sha256=MFICU-isggU7LJhev0qCm9n5t
|
|
|
103
103
|
solace_agent_mesh/common/utils/mime_helpers.py,sha256=wbX5g4GNodyWdcmMeKc1VxZcHdDhItN4hrZI3-siqlk,4316
|
|
104
104
|
solace_agent_mesh/common/utils/push_notification_auth.py,sha256=Jp3W2cqNQK6Q27dLGo2bzCOQcwp23TkgkAcb5CckdAo,4622
|
|
105
105
|
solace_agent_mesh/common/utils/pydantic_utils.py,sha256=e64hdQorKwmltkmXx8_msBqi1c8mBTPA5qui0G3ebtM,2101
|
|
106
|
+
solace_agent_mesh/common/utils/type_utils.py,sha256=07yggtdpGjSwTleLevcJKWyZCZ2Kq5wnNoJMG9BMhio,1002
|
|
106
107
|
solace_agent_mesh/common/utils/utils_llm.txt,sha256=Sdj3ecsd2mFOZiYEs05fTipvzL7OmPA1zNh-qjxJxqU,14416
|
|
107
108
|
solace_agent_mesh/common/utils/embeds/__init__.py,sha256=UQsXrRiFmeKSy_gW_tIHGEI3Av8HprvHM7tzhqmOaiA,733
|
|
108
109
|
solace_agent_mesh/common/utils/embeds/constants.py,sha256=X5bc93SK2Mr9xVEzVfcIA-SkU_zyTfh8zBRq6Rm3gD0,1447
|
|
@@ -128,7 +129,7 @@ solace_agent_mesh/gateway/http_sse/app.py,sha256=YZbba5iZL0BnPr4ux_rtF3VmpKVjMLW
|
|
|
128
129
|
solace_agent_mesh/gateway/http_sse/component.py,sha256=S4sHIZ0iVL4ShwQdflQKvJBlOg78dR6GPsFlDJgJJuo,73864
|
|
129
130
|
solace_agent_mesh/gateway/http_sse/dependencies.py,sha256=vj8ByzbhTAnd_oiKvERaO48ieo_37ZwAS6CycKo4LpA,17752
|
|
130
131
|
solace_agent_mesh/gateway/http_sse/http_sse_llm.txt,sha256=Jx6IJWYFl48LmW-xDuCtjpubs0iPY54bt6bLWF_SNUw,14271
|
|
131
|
-
solace_agent_mesh/gateway/http_sse/main.py,sha256=
|
|
132
|
+
solace_agent_mesh/gateway/http_sse/main.py,sha256=aOXAl8yP2rG5WcD4HDDiV9A0b2eb1qoF3Ij9r-yjNuI,23789
|
|
132
133
|
solace_agent_mesh/gateway/http_sse/session_manager.py,sha256=4AReeS6-p-2MqE0AOlBrHSoU-ADC4W7dJ28aVtZbDp0,8538
|
|
133
134
|
solace_agent_mesh/gateway/http_sse/sse_event_buffer.py,sha256=GsC-kh2D5Fd3A3SZUU0zeGk74FB8617u-YsYMSNLPCI,3210
|
|
134
135
|
solace_agent_mesh/gateway/http_sse/sse_manager.py,sha256=qCfh9aYwR-nX7Ps8DnumKTmh5bO-QwS4E7AlWjS113o,14638
|
|
@@ -181,12 +182,12 @@ solace_agent_mesh/gateway/http_sse/shared/auth_utils.py,sha256=F0kpTg5HYadRAEVNS
|
|
|
181
182
|
solace_agent_mesh/gateway/http_sse/shared/enums.py,sha256=gcU_hApRkWcBy0JykqGXSESGyglLXN3FzkimITmwnnE,802
|
|
182
183
|
solace_agent_mesh/gateway/http_sse/shared/timestamp_utils.py,sha256=o3pJKPR6DA8sbOgflnmcotFp4H-I-Hij3lA-7F-yUAM,2380
|
|
183
184
|
solace_agent_mesh/gateway/http_sse/shared/types.py,sha256=ISN1jjxOOLcak_o-Gm0W7yVW2dWcVmiHQ2wXzttOwPg,1291
|
|
184
|
-
solace_agent_mesh/cli/__init__.py,sha256=
|
|
185
|
+
solace_agent_mesh/cli/__init__.py,sha256=Fv2JHnR-ADpzdVitwHAsUrkhe-BpoDkmx7MxtXxlm1k,22
|
|
185
186
|
solace_agent_mesh/cli/main.py,sha256=yFbF4ijz7P6nxj26d-mTC8BnK6NKVnfqPh3y4pDBZqo,831
|
|
186
187
|
solace_agent_mesh/cli/utils.py,sha256=7zntmVuvWbaWEhViSF2uw484-79a5I1XTUt-0eGQWY4,8036
|
|
187
188
|
solace_agent_mesh/cli/commands/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
188
189
|
solace_agent_mesh/cli/commands/docs_cmd.py,sha256=vNXyKADt8RrKnP7wsLaj7fBaz6SUgXMMItygHrohE_Y,1953
|
|
189
|
-
solace_agent_mesh/cli/commands/eval_cmd.py,sha256=
|
|
190
|
+
solace_agent_mesh/cli/commands/eval_cmd.py,sha256=o1HuXKodwh_XH7AFPuXlRDMP0A75uQuLVsCPxpwc_-k,2744
|
|
190
191
|
solace_agent_mesh/cli/commands/run_cmd.py,sha256=vgR6UDaZ_f7H95cr5_8XCh0ifGp2z0E9CZaaJ2xR5lM,7437
|
|
191
192
|
solace_agent_mesh/cli/commands/add_cmd/__init__.py,sha256=IGTXUx_AcoinYlzlZtQsjiCYbe76ZiLqxAcGc6-uoDE,280
|
|
192
193
|
solace_agent_mesh/cli/commands/add_cmd/add_cmd_llm.txt,sha256=x-UE5buoIEE_oUJ3opOzW8U33S3XUKCRNKWxNXNVk-c,10212
|
|
@@ -249,16 +250,17 @@ solace_agent_mesh/templates/plugin_tools_template.py,sha256=GUVw556CtBYE6sHbpXnF
|
|
|
249
250
|
solace_agent_mesh/templates/shared_config.yaml,sha256=_-ytR25HSAfwjN6drkdUQgGeV_om6RSeM4BUCMxQ3vQ,3310
|
|
250
251
|
solace_agent_mesh/templates/templates_llm.txt,sha256=T3h8CcIowTbyBedlfRk7FZww8_xGmnY5fEqGhhdI3JU,9234
|
|
251
252
|
solace_agent_mesh/templates/webui.yaml,sha256=4cEkPXLRhpATVD3A0UuJuo5aG0ApEseiADGtY3-W5qw,1784
|
|
252
|
-
solace_agent_mesh/assets/docs/404.html,sha256=
|
|
253
|
-
solace_agent_mesh/assets/docs/lunr-index-
|
|
254
|
-
solace_agent_mesh/assets/docs/lunr-index.json,sha256=
|
|
255
|
-
solace_agent_mesh/assets/docs/search-doc-
|
|
256
|
-
solace_agent_mesh/assets/docs/search-doc.json,sha256=
|
|
253
|
+
solace_agent_mesh/assets/docs/404.html,sha256=rPQkPPQseI0KNwaMy4jBzfigfu7ePhUcLrN1Znz1U8s,11749
|
|
254
|
+
solace_agent_mesh/assets/docs/lunr-index-1758644347760.json,sha256=FSrJsSpnmAww9dAUzky_6n5VqaAOErZg6ZKnw-AF7mI,1145542
|
|
255
|
+
solace_agent_mesh/assets/docs/lunr-index.json,sha256=FSrJsSpnmAww9dAUzky_6n5VqaAOErZg6ZKnw-AF7mI,1145542
|
|
256
|
+
solace_agent_mesh/assets/docs/search-doc-1758644347760.json,sha256=LVoaRyZN5jgXORwrcTd8ZAJh2ctTcN7O9YwBbB7iE6M,404050
|
|
257
|
+
solace_agent_mesh/assets/docs/search-doc.json,sha256=LVoaRyZN5jgXORwrcTd8ZAJh2ctTcN7O9YwBbB7iE6M,404050
|
|
257
258
|
solace_agent_mesh/assets/docs/sitemap.xml,sha256=MeU4E6b7O7RjK1CdC9W4zjle-yridFsVnyDf2HtnzyY,6830
|
|
258
259
|
solace_agent_mesh/assets/docs/assets/css/styles.906a1503.css,sha256=gQj16ydMLPiq6y-t8Ovto65hsvPbQX6coyIFOja-2eY,83293
|
|
259
260
|
solace_agent_mesh/assets/docs/assets/images/Solace_AI_Framework_With_Broker-85f0a306a9bcdd20b390b7a949f6d862.png,sha256=e6MbZpxlY1xJ8U01zQogm8vWgokQqDfhsyPyNxtuS00,447393
|
|
260
261
|
solace_agent_mesh/assets/docs/assets/images/sac-flows-80d5b603c6aafd33e87945680ce0abf3.png,sha256=868GgNJGPxn2G6c1Md_0umhg3xuAo7t6HEx8hOKbUJY,21098
|
|
261
262
|
solace_agent_mesh/assets/docs/assets/images/sac_parts_of_a_component-cb3d0424b1d0c17734c5435cca6b4082.png,sha256=Z7-TCXxDC2fd6iZ3Lkr-F3OHhqr6m_glnzVIcwUhv4k,12283
|
|
263
|
+
solace_agent_mesh/assets/docs/assets/images/sam-enterprise-credentials-b269f095349473118b2b33bdfcc40122.png,sha256=pJb4UjHrgDm22w1beXrbE9l1ElMeK546-PwMNNoBPXM,594985
|
|
262
264
|
solace_agent_mesh/assets/docs/assets/js/04989206.b9dfe831.js,sha256=FKsu-Lj1N5hEHYOyooBDJag8kom60PpKkPkW0VxBPRs,10851
|
|
263
265
|
solace_agent_mesh/assets/docs/assets/js/0e682baa.da822665.js,sha256=8z2LRUHckuWnYEtvELV0BBuGurlFuK6VsnKAto5Szc4,12573
|
|
264
266
|
solace_agent_mesh/assets/docs/assets/js/1001.0182a8bd.js,sha256=wnldyGaqrut3ES6Q5UDpRGsaNwlX_JoL2FDB_f7_hBI,90563
|
|
@@ -336,7 +338,7 @@ solace_agent_mesh/assets/docs/assets/js/a7bd4aaa.2204d2f7.js,sha256=v9wa2Q1Mt7ca
|
|
|
336
338
|
solace_agent_mesh/assets/docs/assets/js/a94703ab.0438dbc2.js,sha256=drinuntIgk0lUv1Wc_WlHu5I8d5ZDszh329V_5WQrD4,11251
|
|
337
339
|
solace_agent_mesh/assets/docs/assets/js/aba21aa0.c42a534c.js,sha256=e8uMq6LJqDkt4o-uIbKH2CIw_7cQ4Kthlh4O9UqwWdw,211
|
|
338
340
|
solace_agent_mesh/assets/docs/assets/js/aba87c2f.4ddf32f2.js,sha256=uPt4W5mjlBoYrNo2AHFUvtRgLNnjMT0aEYgZwpP4TP0,17379
|
|
339
|
-
solace_agent_mesh/assets/docs/assets/js/ae0e903d.
|
|
341
|
+
solace_agent_mesh/assets/docs/assets/js/ae0e903d.7c73bc4f.js,sha256=8e4vpqbbAK8Z7rSIDE_ID1oV20LpyjBqzkIldCSzogs,8316
|
|
340
342
|
solace_agent_mesh/assets/docs/assets/js/ae4415af.16cc58d3.js,sha256=3RlFYeEWrwn6u4JADZ7eTYfVJ9pzMZYGcTZheq9LSZs,31053
|
|
341
343
|
solace_agent_mesh/assets/docs/assets/js/b7006a3a.73a79653.js,sha256=YYjvDTjQytUxcimeJinuha5T7SdUyHTYjRz7kLFOGOQ,12973
|
|
342
344
|
solace_agent_mesh/assets/docs/assets/js/bac0be12.27ee2c26.js,sha256=wY-AhWl_w5LnF9-JtfyxIbCv0Oz1R3RprqE3FGeeSIo,18006
|
|
@@ -347,54 +349,55 @@ solace_agent_mesh/assets/docs/assets/js/cc969b05.feef7dcc.js,sha256=gsMm5-DPoDd6
|
|
|
347
349
|
solace_agent_mesh/assets/docs/assets/js/cd3d4052.a19e7d78.js,sha256=LcU10wDKu9Ax9XbTc0fyQff_7QikR6sEc4SXyP4lpLg,9791
|
|
348
350
|
solace_agent_mesh/assets/docs/assets/js/ced92a13.fb92e7ca.js,sha256=96enCMQqnD-_WrFda13oJ3gPLYxmy93LXDFxDuxA5JY,25255
|
|
349
351
|
solace_agent_mesh/assets/docs/assets/js/cee5d587.f1e1ca86.js,sha256=WHSNG7Q7fO5_x9k74DybsbewxIoJMwQJ_AtxzbenlWI,9522
|
|
350
|
-
solace_agent_mesh/assets/docs/assets/js/f284c35a.
|
|
352
|
+
solace_agent_mesh/assets/docs/assets/js/f284c35a.2b2f5048.js,sha256=YnmZK_sDA6xcVNPSMhShRbluTiJBWSnhDT5NE7x5zmM,21410
|
|
351
353
|
solace_agent_mesh/assets/docs/assets/js/f897a61a.bc634a3e.js,sha256=6JytHKyBrOGJH33efELGM9KVq6x0tvSbqvvkg53gV2w,17047
|
|
352
354
|
solace_agent_mesh/assets/docs/assets/js/fbfa3e75.aca209c9.js,sha256=vmq7isB22h2J_2cVIt1h6D2OhwU6wTBEnk1-CNZv9Wk,7314
|
|
353
|
-
solace_agent_mesh/assets/docs/assets/js/main.
|
|
354
|
-
solace_agent_mesh/assets/docs/assets/js/main.
|
|
355
|
-
solace_agent_mesh/assets/docs/assets/js/runtime~main.
|
|
356
|
-
solace_agent_mesh/assets/docs/docs/documentation/Enterprise/installation/index.html,sha256=
|
|
357
|
-
solace_agent_mesh/assets/docs/docs/documentation/Enterprise/single-sign-on/index.html,sha256=
|
|
358
|
-
solace_agent_mesh/assets/docs/docs/documentation/Migrations/A2A Upgrade To 0.3.0/a2a-gateway-upgrade-to-0.3.0/index.html,sha256=
|
|
359
|
-
solace_agent_mesh/assets/docs/docs/documentation/Migrations/A2A Upgrade To 0.3.0/a2a-technical-migration-map/index.html,sha256=
|
|
360
|
-
solace_agent_mesh/assets/docs/docs/documentation/concepts/agents/index.html,sha256=
|
|
361
|
-
solace_agent_mesh/assets/docs/docs/documentation/concepts/architecture/index.html,sha256=
|
|
362
|
-
solace_agent_mesh/assets/docs/docs/documentation/concepts/cli/index.html,sha256=
|
|
363
|
-
solace_agent_mesh/assets/docs/docs/documentation/concepts/gateways/index.html,sha256=
|
|
364
|
-
solace_agent_mesh/assets/docs/docs/documentation/concepts/orchestrator/index.html,sha256=
|
|
365
|
-
solace_agent_mesh/assets/docs/docs/documentation/concepts/plugins/index.html,sha256=
|
|
366
|
-
solace_agent_mesh/assets/docs/docs/documentation/deployment/debugging/index.html,sha256=
|
|
367
|
-
solace_agent_mesh/assets/docs/docs/documentation/deployment/deploy/index.html,sha256=
|
|
368
|
-
solace_agent_mesh/assets/docs/docs/documentation/deployment/observability/index.html,sha256=
|
|
369
|
-
solace_agent_mesh/assets/docs/docs/documentation/getting-started/component-overview/index.html,sha256=
|
|
370
|
-
solace_agent_mesh/assets/docs/docs/documentation/getting-started/configurations/index.html,sha256=
|
|
371
|
-
solace_agent_mesh/assets/docs/docs/documentation/getting-started/installation/index.html,sha256=
|
|
372
|
-
solace_agent_mesh/assets/docs/docs/documentation/getting-started/introduction/index.html,sha256=
|
|
373
|
-
solace_agent_mesh/assets/docs/docs/documentation/getting-started/quick-start/index.html,sha256=
|
|
374
|
-
solace_agent_mesh/assets/docs/docs/documentation/tutorials/bedrock-agents/index.html,sha256=
|
|
375
|
-
solace_agent_mesh/assets/docs/docs/documentation/tutorials/custom-agent/index.html,sha256=
|
|
376
|
-
solace_agent_mesh/assets/docs/docs/documentation/tutorials/event-mesh-gateway/index.html,sha256=
|
|
377
|
-
solace_agent_mesh/assets/docs/docs/documentation/tutorials/mcp-integration/index.html,sha256=
|
|
378
|
-
solace_agent_mesh/assets/docs/docs/documentation/tutorials/mongodb-integration/index.html,sha256=
|
|
379
|
-
solace_agent_mesh/assets/docs/docs/documentation/tutorials/rag-integration/index.html,sha256=
|
|
380
|
-
solace_agent_mesh/assets/docs/docs/documentation/tutorials/rest-gateway/index.html,sha256=
|
|
381
|
-
solace_agent_mesh/assets/docs/docs/documentation/tutorials/slack-integration/index.html,sha256=
|
|
382
|
-
solace_agent_mesh/assets/docs/docs/documentation/tutorials/sql-database/index.html,sha256=
|
|
383
|
-
solace_agent_mesh/assets/docs/docs/documentation/user-guide/builtin-tools/index.html,sha256=
|
|
384
|
-
solace_agent_mesh/assets/docs/docs/documentation/user-guide/builtin-tools/artifact-management/index.html,sha256=
|
|
385
|
-
solace_agent_mesh/assets/docs/docs/documentation/user-guide/builtin-tools/audio-tools/index.html,sha256=
|
|
386
|
-
solace_agent_mesh/assets/docs/docs/documentation/user-guide/builtin-tools/data-analysis-tools/index.html,sha256=
|
|
387
|
-
solace_agent_mesh/assets/docs/docs/documentation/user-guide/builtin-tools/embeds/index.html,sha256=
|
|
388
|
-
solace_agent_mesh/assets/docs/docs/documentation/user-guide/create-agents/index.html,sha256=
|
|
389
|
-
solace_agent_mesh/assets/docs/docs/documentation/user-guide/create-gateways/index.html,sha256=
|
|
390
|
-
solace_agent_mesh/assets/docs/docs/documentation/user-guide/creating-python-tools/index.html,sha256=
|
|
391
|
-
solace_agent_mesh/assets/docs/docs/documentation/user-guide/creating-service-providers/index.html,sha256=
|
|
392
|
-
solace_agent_mesh/assets/docs/docs/documentation/user-guide/solace-ai-connector/index.html,sha256=
|
|
393
|
-
solace_agent_mesh/assets/docs/docs/documentation/user-guide/structure/index.html,sha256=
|
|
355
|
+
solace_agent_mesh/assets/docs/assets/js/main.2b4fe82a.js,sha256=0FG1hYSV3g9kgB_GoAvMPq4dRuod-6A7HzaWxews1pY,482726
|
|
356
|
+
solace_agent_mesh/assets/docs/assets/js/main.2b4fe82a.js.LICENSE.txt,sha256=3Jia5o7yaxOtbxuy9khs-thK96m55yCiPaUA-IkWh0A,2069
|
|
357
|
+
solace_agent_mesh/assets/docs/assets/js/runtime~main.c0805958.js,sha256=9mFck2jXqKzPeUHUwMjt-IWy2o7AxOF1sDWPqrOfi9Q,6233
|
|
358
|
+
solace_agent_mesh/assets/docs/docs/documentation/Enterprise/installation/index.html,sha256=EAC5mrq3FC-9_KMUIy5-CHZu0CC2ZKidenvi7E6o09A,32536
|
|
359
|
+
solace_agent_mesh/assets/docs/docs/documentation/Enterprise/single-sign-on/index.html,sha256=pb02YpC3I7-UMKYE7gFksHd54ney57UZH7in_uRFfa4,69622
|
|
360
|
+
solace_agent_mesh/assets/docs/docs/documentation/Migrations/A2A Upgrade To 0.3.0/a2a-gateway-upgrade-to-0.3.0/index.html,sha256=raAosIA_nvhu8895rDUQa-M7hX0PMPq46BmP2iqvQLw,84925
|
|
361
|
+
solace_agent_mesh/assets/docs/docs/documentation/Migrations/A2A Upgrade To 0.3.0/a2a-technical-migration-map/index.html,sha256=k_Rel7ZO2yMQWTQP4AdjYPT6KSiQfzlYNUq7QINTuOY,87760
|
|
362
|
+
solace_agent_mesh/assets/docs/docs/documentation/concepts/agents/index.html,sha256=Qqbt98M6dClv1aP-3T9tzjHg8l4dvJO39Dm-zO5BsQ0,39841
|
|
363
|
+
solace_agent_mesh/assets/docs/docs/documentation/concepts/architecture/index.html,sha256=YoEEK8haNAeKnp-efPnEh7CGJTjKHHu1ChSWYlTjVI8,32769
|
|
364
|
+
solace_agent_mesh/assets/docs/docs/documentation/concepts/cli/index.html,sha256=MRBW-yYo79fVF1dmE4qr3QyVTXnxJL8PsE1lbHBxCLs,52656
|
|
365
|
+
solace_agent_mesh/assets/docs/docs/documentation/concepts/gateways/index.html,sha256=lMYcfFVlqMOR_Mr7XqPukJnPhwH5ydlAIGT6EcYXfV8,30147
|
|
366
|
+
solace_agent_mesh/assets/docs/docs/documentation/concepts/orchestrator/index.html,sha256=O4G1ghbF1Fc1Hddf8T_2mesnFvegpNWHex6Ee2io9rg,23853
|
|
367
|
+
solace_agent_mesh/assets/docs/docs/documentation/concepts/plugins/index.html,sha256=_B4vduM7AGLlaWEjkE_4J50t4g5KbAkmzusjAOSgAOU,40029
|
|
368
|
+
solace_agent_mesh/assets/docs/docs/documentation/deployment/debugging/index.html,sha256=XklKOJgR_VM5DG1TREoCghQOelaQ9uDfY62OhZYWBWw,45631
|
|
369
|
+
solace_agent_mesh/assets/docs/docs/documentation/deployment/deploy/index.html,sha256=fLD-cXrtKZ0GaQ8o0_uoUewhTFVLFVkMkTy9xGiHJGE,42547
|
|
370
|
+
solace_agent_mesh/assets/docs/docs/documentation/deployment/observability/index.html,sha256=WTe4Qx91iqjDvRWtQpqBN98aQOlz8kltOF0xaINH6Rw,26091
|
|
371
|
+
solace_agent_mesh/assets/docs/docs/documentation/getting-started/component-overview/index.html,sha256=w85Ro5ACkVHJT2kWaiHIwyB4eAh5UyAqqfy6NSlfU1U,21734
|
|
372
|
+
solace_agent_mesh/assets/docs/docs/documentation/getting-started/configurations/index.html,sha256=ZCO5TRznROATn1BTXOgDqEOX6t6hdTF75t4cEb_pHfQ,58323
|
|
373
|
+
solace_agent_mesh/assets/docs/docs/documentation/getting-started/installation/index.html,sha256=hFgElj5rdW_P9fffYpiWK4ZU5C3TnJD1qkWS5V5hWwI,32597
|
|
374
|
+
solace_agent_mesh/assets/docs/docs/documentation/getting-started/introduction/index.html,sha256=1QQErGjhhlt6WJQAhNHFXXkjWHA3903EeYhXWQBNzOc,30497
|
|
375
|
+
solace_agent_mesh/assets/docs/docs/documentation/getting-started/quick-start/index.html,sha256=7bbPnD-fGxw2dySGBaH0V4YKB08FZ3TL8fMaSZi83mM,42680
|
|
376
|
+
solace_agent_mesh/assets/docs/docs/documentation/tutorials/bedrock-agents/index.html,sha256=ne-HboNumB-2dAfQBjbIuzsh_zmsG4SBpl1i-h4la0Q,75786
|
|
377
|
+
solace_agent_mesh/assets/docs/docs/documentation/tutorials/custom-agent/index.html,sha256=j5NSOtHi5ph69vToNvTleLADtxDHnGKqczQfabhcr-0,383395
|
|
378
|
+
solace_agent_mesh/assets/docs/docs/documentation/tutorials/event-mesh-gateway/index.html,sha256=auEs6mCSoRONhAMh-yxSo8EH6eiaBjXLpcwTYpOTPho,69278
|
|
379
|
+
solace_agent_mesh/assets/docs/docs/documentation/tutorials/mcp-integration/index.html,sha256=KextVgXn8X4FcEpoW_nMm9jbkGoF1649DAICb8v6Cr4,65048
|
|
380
|
+
solace_agent_mesh/assets/docs/docs/documentation/tutorials/mongodb-integration/index.html,sha256=m6Aa877H_-LJk-ykuPrMsPYGjV8eINX0V4t_2YmFWOo,87666
|
|
381
|
+
solace_agent_mesh/assets/docs/docs/documentation/tutorials/rag-integration/index.html,sha256=hxp8OrcUedlnf7m7rViDaOQqBA-PTYxV1-ofunCkZuE,80471
|
|
382
|
+
solace_agent_mesh/assets/docs/docs/documentation/tutorials/rest-gateway/index.html,sha256=r5xnOYtHPL1Rj7R6H-pf1626oeWgbpNz2qAD6MRrDXE,46767
|
|
383
|
+
solace_agent_mesh/assets/docs/docs/documentation/tutorials/slack-integration/index.html,sha256=lLW28JdlAf8TlClq9Pgs73YhyUwwfBWj_RJrGYsTBjQ,49986
|
|
384
|
+
solace_agent_mesh/assets/docs/docs/documentation/tutorials/sql-database/index.html,sha256=S2lgSopU7Gt-bK_tE6D0_DmUCijSUwMWssH1u4X3VMQ,69371
|
|
385
|
+
solace_agent_mesh/assets/docs/docs/documentation/user-guide/builtin-tools/index.html,sha256=P7G31MuVUZngIPvFC5chkBJ_hx6m_ldgwjrtmNFO_mg,44846
|
|
386
|
+
solace_agent_mesh/assets/docs/docs/documentation/user-guide/builtin-tools/artifact-management/index.html,sha256=lE3kYBGENDG86j0iMphipGLuAJdUpfQWVlAkeZzdqoM,34816
|
|
387
|
+
solace_agent_mesh/assets/docs/docs/documentation/user-guide/builtin-tools/audio-tools/index.html,sha256=Udv3KQvlPZWqJ7ISUwdN9BMEno50jW8-d-sO5EImIXI,58253
|
|
388
|
+
solace_agent_mesh/assets/docs/docs/documentation/user-guide/builtin-tools/data-analysis-tools/index.html,sha256=8HySqX_TRcLjiltWyN4QypBy40JIIos9lWJMFJ7yHX4,37802
|
|
389
|
+
solace_agent_mesh/assets/docs/docs/documentation/user-guide/builtin-tools/embeds/index.html,sha256=zbWXxAGno4M1n-ciiqDddNtTM6430HjPiyy9EnQhdXA,50700
|
|
390
|
+
solace_agent_mesh/assets/docs/docs/documentation/user-guide/create-agents/index.html,sha256=4jUrukfMZLWv6Y5GIJv-dVkAXKVA39Hn2mPvzyilCdM,163552
|
|
391
|
+
solace_agent_mesh/assets/docs/docs/documentation/user-guide/create-gateways/index.html,sha256=87PkeFVKEyQMDhOsh4wtD8EXe2qvQiPP6ssNB_qSVzY,402951
|
|
392
|
+
solace_agent_mesh/assets/docs/docs/documentation/user-guide/creating-python-tools/index.html,sha256=KZVsNvPoY5sYcKQQeRuWkDIaponbicRZzIcRfgI2nzg,175658
|
|
393
|
+
solace_agent_mesh/assets/docs/docs/documentation/user-guide/creating-service-providers/index.html,sha256=jQe8P-hpmFLtuUFrmUJia3kSeyZLbY5PuLwaEY9q7kA,59738
|
|
394
|
+
solace_agent_mesh/assets/docs/docs/documentation/user-guide/solace-ai-connector/index.html,sha256=mr6ifWf1bt8cwXa-TIYDzoqLNg7U8lTzEA9BOAKNKvU,25835
|
|
395
|
+
solace_agent_mesh/assets/docs/docs/documentation/user-guide/structure/index.html,sha256=6igLoe0Ah57nHkHxhf3uQ_KO-f_2ZE6jOpcMFa3Q4zM,29857
|
|
394
396
|
solace_agent_mesh/assets/docs/img/Solace_AI_Framework_With_Broker.png,sha256=e6MbZpxlY1xJ8U01zQogm8vWgokQqDfhsyPyNxtuS00,447393
|
|
395
397
|
solace_agent_mesh/assets/docs/img/logo.png,sha256=TdXZ2wnkSkaFrGO-5fy2WcmjGXaGzwE29dM83raxoTg,45439
|
|
396
398
|
solace_agent_mesh/assets/docs/img/sac-flows.png,sha256=868GgNJGPxn2G6c1Md_0umhg3xuAo7t6HEx8hOKbUJY,21098
|
|
397
399
|
solace_agent_mesh/assets/docs/img/sac_parts_of_a_component.png,sha256=Z7-TCXxDC2fd6iZ3Lkr-F3OHhqr6m_glnzVIcwUhv4k,12283
|
|
400
|
+
solace_agent_mesh/assets/docs/img/sam-enterprise-credentials.png,sha256=pJb4UjHrgDm22w1beXrbE9l1ElMeK546-PwMNNoBPXM,594985
|
|
398
401
|
solace_agent_mesh/assets/docs/img/solace-logo-text.svg,sha256=-wslMOppjNAJqbWRfBNaLrEbRhUUwOPe6TJSl9bg8zg,5537
|
|
399
402
|
solace_agent_mesh/assets/docs/img/solace-logo.png,sha256=XY5zC_yIVxHdO14TMgW4eTsDWryPsgE_oTSJV4CQthw,17627
|
|
400
403
|
solace_agent_mesh/config_portal/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
@@ -418,15 +421,15 @@ solace_agent_mesh/config_portal/frontend/static/client/assets/manifest-89db7c30.
|
|
|
418
421
|
solace_agent_mesh/config_portal/frontend/static/client/assets/root-BWvk5-gF.js,sha256=KoDaD7JSrkUDgUbDa0JqaB7mXNCc2fR-T5kKAcH5nho,1799
|
|
419
422
|
solace_agent_mesh/config_portal/frontend/static/client/assets/root-DxRwaWiE.css,sha256=HaETPzdva-2CpjK-MmIBI6lipZMiGHmAqLRJiD8s2QE,33607
|
|
420
423
|
solace_agent_mesh/client/webui/frontend/static/auth-callback.html,sha256=t6KrhAoqGSNuw4LDJBHYyAKhP8W78bJfyHCB1RyuVlU,604
|
|
421
|
-
solace_agent_mesh/client/webui/frontend/static/index.html,sha256=
|
|
424
|
+
solace_agent_mesh/client/webui/frontend/static/index.html,sha256=BiEBhYginrflrZywt5MO7HPgYaNT6ezJoyiMLRuMUuo,671
|
|
422
425
|
solace_agent_mesh/client/webui/frontend/static/assets/authCallback-j1LW-wlq.js,sha256=VIDe3uws3j2A7_PHUKHwGizPYBmzNqdjumjyTuyBClc,528
|
|
423
426
|
solace_agent_mesh/client/webui/frontend/static/assets/client-B9p_nFNA.js,sha256=6lG8UbVPMnZxsZIprKnq4yRHGZ5Cx8tsyV6dsRox83A,174527
|
|
424
427
|
solace_agent_mesh/client/webui/frontend/static/assets/favicon-BLgzUch9.ico,sha256=9z1ZdOqroxsg2-FzV79kTJ69hVqWVkrDlIv2RgmIhR8,15086
|
|
425
428
|
solace_agent_mesh/client/webui/frontend/static/assets/main-8xbvgfVK.css,sha256=Z7g5eH6JHEGZAFn3EYZ8o6ZChd4GlgGYZAZC7hN7SvY,119805
|
|
426
|
-
solace_agent_mesh/client/webui/frontend/static/assets/main-
|
|
429
|
+
solace_agent_mesh/client/webui/frontend/static/assets/main-B67MsY-v.js,sha256=dQ9Nb-2e-72PZ_FzzRd0ESkfwFN-HvnNVnrxoNzzklY,421468
|
|
427
430
|
solace_agent_mesh/client/webui/frontend/static/assets/vendor-CS5YMf8a.js,sha256=pySecfbg42jjmh23Z4dRsbST36DQM8SCo4X7_o7nhIs,340916
|
|
428
|
-
solace_agent_mesh-1.4.
|
|
429
|
-
solace_agent_mesh-1.4.
|
|
430
|
-
solace_agent_mesh-1.4.
|
|
431
|
-
solace_agent_mesh-1.4.
|
|
432
|
-
solace_agent_mesh-1.4.
|
|
431
|
+
solace_agent_mesh-1.4.5.dist-info/METADATA,sha256=OjovIwKCmQ0Nl1MJx3YuIHgP1_F0xBZcIHiqNtuMBJM,24921
|
|
432
|
+
solace_agent_mesh-1.4.5.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
|
|
433
|
+
solace_agent_mesh-1.4.5.dist-info/entry_points.txt,sha256=5pLVH8d8bd4sxUwBh7VTni8gTTSzTqGfY14zgdQZm1I,106
|
|
434
|
+
solace_agent_mesh-1.4.5.dist-info/licenses/LICENSE,sha256=xx0jnfkXJvxRnG63LTGOxlggYnIysveWIZ6H3PNdCrQ,11357
|
|
435
|
+
solace_agent_mesh-1.4.5.dist-info/RECORD,,
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
"use strict";(self.webpackChunksolace_agenitc_mesh_docs=self.webpackChunksolace_agenitc_mesh_docs||[]).push([[3486],{3782:(e,n,t)=>{t.r(n),t.d(n,{assets:()=>c,contentTitle:()=>r,default:()=>E,frontMatter:()=>i,metadata:()=>s,toc:()=>l});const s=JSON.parse('{"id":"documentation/Enterprise/installation","title":"Installation","description":"Prepare the Enterprise Image","source":"@site/docs/documentation/Enterprise/installation.md","sourceDirName":"documentation/Enterprise","slug":"/documentation/Enterprise/installation","permalink":"/solace-agent-mesh/docs/documentation/Enterprise/installation","draft":false,"unlisted":false,"editUrl":"https://github.com/SolaceLabs/solace-agent-mesh/edit/main/docs/docs/documentation/Enterprise/installation.md","tags":[],"version":"current","sidebarPosition":5,"frontMatter":{"title":"Installation","sidebar_position":5},"sidebar":"docSidebar","previous":{"title":"A2A Technical Migration Map","permalink":"/solace-agent-mesh/docs/documentation/Migrations/A2A Upgrade To 0.3.0/a2a-technical-migration-map"},"next":{"title":"SSO","permalink":"/solace-agent-mesh/docs/documentation/Enterprise/single-sign-on"}}');var a=t(4848),o=t(8453);const i={title:"Installation",sidebar_position:5},r=void 0,c={},l=[{value:"Prepare the Enterprise Image",id:"prepare-the-enterprise-image",level:2},{value:"Running Solace Agent Mesh Enterprise",id:"running-solace-agent-mesh-enterprise",level:2},{value:"Development Use Case",id:"development-use-case",level:3},{value:"Production Use Case",id:"production-use-case",level:3}];function d(e){const n={a:"a",admonition:"admonition",code:"code",h2:"h2",h3:"h3",p:"p",pre:"pre",...(0,o.R)(),...e.components};return(0,a.jsxs)(a.Fragment,{children:[(0,a.jsx)(n.h2,{id:"prepare-the-enterprise-image",children:"Prepare the Enterprise Image"}),"\n",(0,a.jsxs)(n.p,{children:["Download the latest enterprise docker image tarball from the ",(0,a.jsx)(n.a,{href:"https://products.solace.com/",children:"Solace Product Portal"}),"."]}),"\n",(0,a.jsx)(n.p,{children:"Load the image using Docker with the following command."}),"\n",(0,a.jsx)(n.pre,{children:(0,a.jsx)(n.code,{className:"language-bash",children:"docker load -i solace-agent-mesh-enterprise-<tag>.tar\n"})}),"\n",(0,a.jsx)(n.p,{children:"Once loaded, you can verify the image locally using the following command:"}),"\n",(0,a.jsx)(n.pre,{children:(0,a.jsx)(n.code,{className:"language-bash",children:"docker images\n"})}),"\n",(0,a.jsx)(n.h2,{id:"running-solace-agent-mesh-enterprise",children:"Running Solace Agent Mesh Enterprise"}),"\n",(0,a.jsx)(n.p,{children:"Here are two examples of Docker run commands for both a development use case as well as a production use case:"}),"\n",(0,a.jsx)(n.admonition,{type:"tip",children:(0,a.jsxs)(n.p,{children:["You may need to include ",(0,a.jsx)(n.code,{children:"--platform linux/amd64"})," depending on the host machine you\u2019re using."]})}),"\n",(0,a.jsx)(n.h3,{id:"development-use-case",children:"Development Use Case"}),"\n",(0,a.jsx)(n.pre,{children:(0,a.jsx)(n.code,{className:"language-bash",children:'docker run -itd -p 8000:8000 \\\n -e LLM_SERVICE_API_KEY="<YOUR_LLM_TOKEN>" \\\n -e LLM_SERVICE_ENDPOINT="<YOUR_LLM_SERVICE_ENDPOINT>" \\\n -e LLM_SERVICE_PLANNING_MODEL_NAME="<YOUR_MODEL_NAME>" \\\n -e LLM_SERVICE_GENERAL_MODEL_NAME="<YOUR_MODEL_NAME>" \\\n -e NAMESPACE="<YOUR_NAMESPACE>" \\\n -e SOLACE_DEV_MODE="true" \\\n --name sam-ent-dev \\\nsolace-agent-mesh-enterprise:<tag>\n'})}),"\n",(0,a.jsx)(n.h3,{id:"production-use-case",children:"Production Use Case"}),"\n",(0,a.jsx)(n.pre,{children:(0,a.jsx)(n.code,{className:"language-bash",children:'docker run -itd -p 8000:8000 \\\n -e LLM_SERVICE_API_KEY="<YOUR_LLM_TOKEN>" \\\n -e LLM_SERVICE_ENDPOINT="<YOUR_LLM_SERVICE_ENDPOINT>" \\\n -e LLM_SERVICE_PLANNING_MODEL_NAME="<YOUR_MODEL_NAME>" \\\n -e LLM_SERVICE_GENERAL_MODEL_NAME="<YOUR_MODEL_NAME>" \\\n -e NAMESPACE="<YOUR_NAMESPACE>" \\\n -e SOLACE_DEV_MODE="false" \\\n -e SOLACE_BROKER_URL="<YOUR_BROKER_URL>" \\\n -e SOLACE_BROKER_VPN="<YOUR_BROKER_VPN>" \\\n -e SOLACE_BROKER_USERNAME="<YOUR_BROKER_USERNAME>" \\\n -e SOLACE_BROKER_PASSWORD="<YOUR_BROKER_PASSWORD>" \\\n --name sam-ent-prod \\\nsolace-agent-mesh-enterprise:<tag>\n'})}),"\n",(0,a.jsxs)(n.p,{children:["You can then access Solace Agent Mesh Enterprise UI through ",(0,a.jsx)(n.a,{href:"http://localhost:8000",children:"http://localhost:8000"})]})]})}function E(e={}){const{wrapper:n}={...(0,o.R)(),...e.components};return n?(0,a.jsx)(n,{...e,children:(0,a.jsx)(d,{...e})}):d(e)}},8453:(e,n,t)=>{t.d(n,{R:()=>i,x:()=>r});var s=t(6540);const a={},o=s.createContext(a);function i(e){const n=s.useContext(o);return s.useMemo((function(){return"function"==typeof e?e(n):{...n,...e}}),[n,e])}function r(e){let n;return n=e.disableParentContext?"function"==typeof e.components?e.components(a):e.components||a:i(e.components),s.createElement(o.Provider,{value:n},e.children)}}}]);
|