solace-agent-mesh 1.4.4__py3-none-any.whl → 1.4.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.

Files changed (74) hide show
  1. solace_agent_mesh/agent/adk/setup.py +545 -470
  2. solace_agent_mesh/agent/sac/app.py +35 -15
  3. solace_agent_mesh/agent/sac/component.py +21 -20
  4. solace_agent_mesh/assets/docs/404.html +3 -3
  5. solace_agent_mesh/assets/docs/assets/images/sam-enterprise-credentials-b269f095349473118b2b33bdfcc40122.png +0 -0
  6. solace_agent_mesh/assets/docs/assets/js/{04989206.b9dfe831.js → 04989206.a248f00c.js} +1 -1
  7. solace_agent_mesh/assets/docs/assets/js/ae0e903d.c786e887.js +1 -0
  8. solace_agent_mesh/assets/docs/assets/js/{f284c35a.cad4dbf2.js → f284c35a.2b2f5048.js} +1 -1
  9. solace_agent_mesh/assets/docs/assets/js/{main.03fb0598.js → main.72d74e33.js} +2 -2
  10. solace_agent_mesh/assets/docs/assets/js/{runtime~main.4ee39c6f.js → runtime~main.3dcfaf51.js} +1 -1
  11. solace_agent_mesh/assets/docs/docs/documentation/Enterprise/installation/index.html +28 -11
  12. solace_agent_mesh/assets/docs/docs/documentation/Enterprise/single-sign-on/index.html +3 -3
  13. 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
  14. solace_agent_mesh/assets/docs/docs/documentation/Migrations/A2A Upgrade To 0.3.0/a2a-technical-migration-map/index.html +3 -3
  15. solace_agent_mesh/assets/docs/docs/documentation/concepts/agents/index.html +3 -3
  16. solace_agent_mesh/assets/docs/docs/documentation/concepts/architecture/index.html +3 -3
  17. solace_agent_mesh/assets/docs/docs/documentation/concepts/cli/index.html +3 -3
  18. solace_agent_mesh/assets/docs/docs/documentation/concepts/gateways/index.html +4 -4
  19. solace_agent_mesh/assets/docs/docs/documentation/concepts/orchestrator/index.html +3 -3
  20. solace_agent_mesh/assets/docs/docs/documentation/concepts/plugins/index.html +3 -3
  21. solace_agent_mesh/assets/docs/docs/documentation/deployment/debugging/index.html +3 -3
  22. solace_agent_mesh/assets/docs/docs/documentation/deployment/deploy/index.html +3 -3
  23. solace_agent_mesh/assets/docs/docs/documentation/deployment/observability/index.html +3 -3
  24. solace_agent_mesh/assets/docs/docs/documentation/getting-started/component-overview/index.html +3 -3
  25. solace_agent_mesh/assets/docs/docs/documentation/getting-started/configurations/index.html +3 -3
  26. solace_agent_mesh/assets/docs/docs/documentation/getting-started/installation/index.html +3 -3
  27. solace_agent_mesh/assets/docs/docs/documentation/getting-started/introduction/index.html +3 -3
  28. solace_agent_mesh/assets/docs/docs/documentation/getting-started/quick-start/index.html +3 -3
  29. solace_agent_mesh/assets/docs/docs/documentation/tutorials/bedrock-agents/index.html +3 -3
  30. solace_agent_mesh/assets/docs/docs/documentation/tutorials/custom-agent/index.html +3 -3
  31. solace_agent_mesh/assets/docs/docs/documentation/tutorials/event-mesh-gateway/index.html +3 -3
  32. solace_agent_mesh/assets/docs/docs/documentation/tutorials/mcp-integration/index.html +3 -3
  33. solace_agent_mesh/assets/docs/docs/documentation/tutorials/mongodb-integration/index.html +3 -3
  34. solace_agent_mesh/assets/docs/docs/documentation/tutorials/rag-integration/index.html +3 -3
  35. solace_agent_mesh/assets/docs/docs/documentation/tutorials/rest-gateway/index.html +3 -3
  36. solace_agent_mesh/assets/docs/docs/documentation/tutorials/slack-integration/index.html +3 -3
  37. solace_agent_mesh/assets/docs/docs/documentation/tutorials/sql-database/index.html +3 -3
  38. solace_agent_mesh/assets/docs/docs/documentation/user-guide/builtin-tools/artifact-management/index.html +3 -3
  39. solace_agent_mesh/assets/docs/docs/documentation/user-guide/builtin-tools/audio-tools/index.html +3 -3
  40. solace_agent_mesh/assets/docs/docs/documentation/user-guide/builtin-tools/data-analysis-tools/index.html +3 -3
  41. solace_agent_mesh/assets/docs/docs/documentation/user-guide/builtin-tools/embeds/index.html +3 -3
  42. solace_agent_mesh/assets/docs/docs/documentation/user-guide/builtin-tools/index.html +3 -3
  43. solace_agent_mesh/assets/docs/docs/documentation/user-guide/create-agents/index.html +3 -3
  44. solace_agent_mesh/assets/docs/docs/documentation/user-guide/create-gateways/index.html +3 -3
  45. solace_agent_mesh/assets/docs/docs/documentation/user-guide/creating-python-tools/index.html +3 -3
  46. solace_agent_mesh/assets/docs/docs/documentation/user-guide/creating-service-providers/index.html +3 -3
  47. solace_agent_mesh/assets/docs/docs/documentation/user-guide/solace-ai-connector/index.html +3 -3
  48. solace_agent_mesh/assets/docs/docs/documentation/user-guide/structure/index.html +3 -3
  49. solace_agent_mesh/assets/docs/img/sam-enterprise-credentials.png +0 -0
  50. solace_agent_mesh/assets/docs/lunr-index-1758893005563.json +1 -0
  51. solace_agent_mesh/assets/docs/lunr-index.json +1 -1
  52. solace_agent_mesh/assets/docs/search-doc-1758893005563.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/eval_cmd.py +3 -3
  56. solace_agent_mesh/client/webui/frontend/static/assets/main-BKIoiLSu.js +339 -0
  57. solace_agent_mesh/client/webui/frontend/static/assets/main-ChRwcV89.css +1 -0
  58. solace_agent_mesh/client/webui/frontend/static/index.html +2 -2
  59. solace_agent_mesh/common/utils/type_utils.py +28 -0
  60. solace_agent_mesh/gateway/http_sse/component.py +29 -15
  61. solace_agent_mesh/gateway/http_sse/routers/sessions.py +39 -1
  62. solace_agent_mesh/gateway/http_sse/routers/tasks.py +30 -40
  63. solace_agent_mesh/gateway/http_sse/services/session_service.py +18 -2
  64. {solace_agent_mesh-1.4.4.dist-info → solace_agent_mesh-1.4.6.dist-info}/METADATA +3 -3
  65. {solace_agent_mesh-1.4.4.dist-info → solace_agent_mesh-1.4.6.dist-info}/RECORD +69 -66
  66. solace_agent_mesh/assets/docs/assets/js/ae0e903d.ac3b9419.js +0 -1
  67. solace_agent_mesh/assets/docs/lunr-index-1758293998763.json +0 -1
  68. solace_agent_mesh/assets/docs/search-doc-1758293998763.json +0 -1
  69. solace_agent_mesh/client/webui/frontend/static/assets/main-8xbvgfVK.css +0 -1
  70. solace_agent_mesh/client/webui/frontend/static/assets/main-Cv2k8j3R.js +0 -339
  71. /solace_agent_mesh/assets/docs/assets/js/{main.03fb0598.js.LICENSE.txt → main.72d74e33.js.LICENSE.txt} +0 -0
  72. {solace_agent_mesh-1.4.4.dist-info → solace_agent_mesh-1.4.6.dist-info}/WHEEL +0 -0
  73. {solace_agent_mesh-1.4.4.dist-info → solace_agent_mesh-1.4.6.dist-info}/entry_points.txt +0 -0
  74. {solace_agent_mesh-1.4.4.dist-info → solace_agent_mesh-1.4.6.dist-info}/licenses/LICENSE +0 -0
@@ -1,5 +1,5 @@
1
1
  import uuid
2
- from typing import TYPE_CHECKING
2
+ from typing import TYPE_CHECKING, Optional
3
3
 
4
4
  from solace_ai_connector.common.log import log
5
5
 
@@ -29,6 +29,12 @@ class SessionService:
29
29
  self.message_repository = message_repository
30
30
  self.component = component
31
31
 
32
+ def is_persistence_enabled(self) -> bool:
33
+ """Checks if the service is configured with a persistent backend."""
34
+ # The presence of a database_url on the component is the source of truth
35
+ # for whether SQL persistence is enabled.
36
+ return self.component and self.component.database_url is not None
37
+
32
38
  def get_user_sessions(
33
39
  self, user_id: UserId, pagination: PaginationInfo | None = None
34
40
  ) -> list[Session]:
@@ -73,7 +79,11 @@ class SessionService:
73
79
  name: str | None = None,
74
80
  agent_id: str | None = None,
75
81
  session_id: str | None = None,
76
- ) -> Session:
82
+ ) -> Optional[Session]:
83
+ if not self.is_persistence_enabled():
84
+ log.debug("Persistence is not enabled. Skipping session creation in DB.")
85
+ return None
86
+
77
87
  if not user_id or user_id.strip() == "":
78
88
  raise ValueError("User ID cannot be empty")
79
89
 
@@ -92,9 +102,15 @@ class SessionService:
92
102
  updated_time=now_ms,
93
103
  )
94
104
 
105
+ if not session:
106
+ raise ValueError(f"Failed to create session for {session_id}")
107
+
95
108
  created_session = self.session_repository.save(session)
96
109
  log.info("Created new session %s for user %s", created_session.id, user_id)
97
110
 
111
+ if not created_session:
112
+ raise ValueError(f"Failed to save session for {session_id}")
113
+
98
114
  return created_session
99
115
 
100
116
  def update_session_name(
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: solace-agent-mesh
3
- Version: 1.4.4
3
+ Version: 1.4.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
@@ -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>=1.19.0
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~=1.1.8
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=6AoDdzjKgDvY4oaeKWw2phdtT3cFniV0tZRkt-mtdJ4,45092
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=GEXeF846Q_cosLbdihdRFb2LjeDWHtzuOcHv8Jj96Gg,18071
31
- solace_agent_mesh/agent/sac/component.py,sha256=3vOgJ43zpMcXSrLcJQNgNivLGkKbXYb_PWvOc2twQBw,132225
30
+ solace_agent_mesh/agent/sac/app.py,sha256=XWfkemxu5KA3NAidJLOO-w9XxuGN8nU05ADQAaJX-Tw,18453
31
+ solace_agent_mesh/agent/sac/component.py,sha256=kiKM2nZiZ3EDWdyq5XUjMwlACasodnfJfssUfig5INw,132226
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
@@ -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
@@ -125,7 +126,7 @@ solace_agent_mesh/gateway/base/task_context.py,sha256=sFRRHyvBij-xms1f_VFc8om8-x
125
126
  solace_agent_mesh/gateway/http_sse/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
126
127
  solace_agent_mesh/gateway/http_sse/alembic.ini,sha256=jPWjnjnvk5tr691YUcCv-jo7ZApFEgqS01Iz70U93Mc,4650
127
128
  solace_agent_mesh/gateway/http_sse/app.py,sha256=YZbba5iZL0BnPr4ux_rtF3VmpKVjMLWOYMzjzSt1hvA,7695
128
- solace_agent_mesh/gateway/http_sse/component.py,sha256=S4sHIZ0iVL4ShwQdflQKvJBlOg78dR6GPsFlDJgJJuo,73864
129
+ solace_agent_mesh/gateway/http_sse/component.py,sha256=v5uD7Ih2bzfHy8QxQrEfPL7w6Bj-IIAfG5F4G728XKg,74087
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
132
  solace_agent_mesh/gateway/http_sse/main.py,sha256=aOXAl8yP2rG5WcD4HDDiV9A0b2eb1qoF3Ij9r-yjNuI,23789
@@ -159,9 +160,9 @@ solace_agent_mesh/gateway/http_sse/routers/auth.py,sha256=LcgF45H7AGVPabFLdHcrEq
159
160
  solace_agent_mesh/gateway/http_sse/routers/config.py,sha256=6lIW_mcX8pbZJNvAx4fX0Ex-8dBPYUAKA024i6SoZoI,2158
160
161
  solace_agent_mesh/gateway/http_sse/routers/people.py,sha256=O2NvV6LD3g9vFXN31yUHKTgkzY1RVW5RDfQq_IP5Q14,2041
161
162
  solace_agent_mesh/gateway/http_sse/routers/routers_llm.txt,sha256=B7W3Y_TlPJb1t5wdLYrWx1c4sOkjsPi5qCxD0gqPqR0,11715
162
- solace_agent_mesh/gateway/http_sse/routers/sessions.py,sha256=w32MK32PgGjIQpzbKURM2xeHyA4lpFcLLdkXYTRpfdE,9321
163
+ solace_agent_mesh/gateway/http_sse/routers/sessions.py,sha256=Ka5lCeNeasyCbifLmEnocExxrWKydPbtTcmkEw2yNqE,10890
163
164
  solace_agent_mesh/gateway/http_sse/routers/sse.py,sha256=AUk2p3_KBJLPyAlZ13fHApfd05SQPSJJkwZNq4mJ4PY,5371
164
- solace_agent_mesh/gateway/http_sse/routers/tasks.py,sha256=DuX05ZmrU7MUv7PryX8geJ9oePRr5DODQW8tXGg9G0c,12498
165
+ solace_agent_mesh/gateway/http_sse/routers/tasks.py,sha256=xib57lcQa4dp-OPjYJk6FvgnsIQde1NziWv4aR6lwdU,10824
165
166
  solace_agent_mesh/gateway/http_sse/routers/users.py,sha256=jxVgDXchaDCj2igdZ3T4CyQvw3lOGpUmOAuJCWrdxsY,882
166
167
  solace_agent_mesh/gateway/http_sse/routers/visualization.py,sha256=tvLWL0HHyXmOdmrlEq2IPITvTG7OJIGLHvEGILMhD-0,44710
167
168
  solace_agent_mesh/gateway/http_sse/routers/dto/__init__.py,sha256=DbFQNFsN7I0zCkYe2RKTYkcIXPSKgA6dbPITS3AhcX0,201
@@ -174,19 +175,19 @@ solace_agent_mesh/gateway/http_sse/services/__init__.py,sha256=Fk2FIbrJdG1StPCog
174
175
  solace_agent_mesh/gateway/http_sse/services/agent_card_service.py,sha256=gBoXQgENmCeJRyA1BLYnoEvjrFUfwM4W_CVLkrl6r7o,2365
175
176
  solace_agent_mesh/gateway/http_sse/services/people_service.py,sha256=PbR6vbImQ95JO7p5fSbraBGsHg84dGVjDz4yd-wbrwg,4596
176
177
  solace_agent_mesh/gateway/http_sse/services/services_llm.txt,sha256=hjMyBLidqh8VGFl7gsA-8VTM1zTUqu4oyI-UJQRReKA,5703
177
- solace_agent_mesh/gateway/http_sse/services/session_service.py,sha256=WftMLXykqtXM6ZtQKfKOawzBARCVcUcUui8ZrgyE72M,7703
178
+ solace_agent_mesh/gateway/http_sse/services/session_service.py,sha256=JaGl6KrP2qC2aaXKLp1pkYWZ0P7qcrD6Xml0sxh0CfE,8415
178
179
  solace_agent_mesh/gateway/http_sse/services/task_service.py,sha256=KWtUi34rFCUYDu8w5qw2AXfoAkkNfDipje57FUdXKsY,4348
179
180
  solace_agent_mesh/gateway/http_sse/shared/__init__.py,sha256=WChEllPqEP-NKFroy8N0FGyOSKXSu1kCSUQ2vRM78sg,527
180
181
  solace_agent_mesh/gateway/http_sse/shared/auth_utils.py,sha256=F0kpTg5HYadRAEVNSNvnEFpdzkwVqbFMFVr27kywz_k,852
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=6stz_YFBRP_lguydVylsTgSmj3VTb6WFq8Sp45WYQyY,22
185
+ solace_agent_mesh/cli/__init__.py,sha256=0optyte4cOxIRRV4Vdh_XYGrxTLJSuPWvhUDQkXvb4U,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=25EJhddhZbBYcJDTQysX8ZepyWYRf5MmBeiMced7JCg,2748
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,17 +250,18 @@ 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=Wmt1b2qJ0CjmR2pxmhlJZx57BGbkDm3zv-U_zBW2C8E,11749
253
- solace_agent_mesh/assets/docs/lunr-index-1758293998763.json,sha256=yl5KaRsaEM67MyT5o5BTu8K_5vu2eg7etEnM6eue8lQ,1138422
254
- solace_agent_mesh/assets/docs/lunr-index.json,sha256=yl5KaRsaEM67MyT5o5BTu8K_5vu2eg7etEnM6eue8lQ,1138422
255
- solace_agent_mesh/assets/docs/search-doc-1758293998763.json,sha256=igyH-BWb664SerFCfPEiXB27oEGoSuEqdJSuxEpY8Rs,402296
256
- solace_agent_mesh/assets/docs/search-doc.json,sha256=igyH-BWb664SerFCfPEiXB27oEGoSuEqdJSuxEpY8Rs,402296
253
+ solace_agent_mesh/assets/docs/404.html,sha256=e67miPAZYtUuAJu4bqPDNyFuCRzl07ojUTExMk8YH5A,11749
254
+ solace_agent_mesh/assets/docs/lunr-index-1758893005563.json,sha256=j2JLkb_MxULFMtEgfM8UA2cZ_OomtxTPxDBXh968RCs,1146062
255
+ solace_agent_mesh/assets/docs/lunr-index.json,sha256=j2JLkb_MxULFMtEgfM8UA2cZ_OomtxTPxDBXh968RCs,1146062
256
+ solace_agent_mesh/assets/docs/search-doc-1758893005563.json,sha256=XffU461E4TTWO5jiZW5g5r26Wqp-yQwM_K4iCPUo0gw,404162
257
+ solace_agent_mesh/assets/docs/search-doc.json,sha256=XffU461E4TTWO5jiZW5g5r26Wqp-yQwM_K4iCPUo0gw,404162
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
262
- solace_agent_mesh/assets/docs/assets/js/04989206.b9dfe831.js,sha256=FKsu-Lj1N5hEHYOyooBDJag8kom60PpKkPkW0VxBPRs,10851
263
+ solace_agent_mesh/assets/docs/assets/images/sam-enterprise-credentials-b269f095349473118b2b33bdfcc40122.png,sha256=pJb4UjHrgDm22w1beXrbE9l1ElMeK546-PwMNNoBPXM,594985
264
+ solace_agent_mesh/assets/docs/assets/js/04989206.a248f00c.js,sha256=IdnIPYlOB5uhiZL6pwOD5q2LZc23gXp3cnIVVn0hkIE,10856
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
265
267
  solace_agent_mesh/assets/docs/assets/js/1023fc19.8a8a9309.js,sha256=Ccrvfzh6h7Mw-fDTHDYgkdinADChMthSzis02V4wjnM,14601
@@ -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.ac3b9419.js,sha256=R91R6rfl678M2FmuMiLhu4QzjkLO89288_gov0E0qNU,4955
341
+ solace_agent_mesh/assets/docs/assets/js/ae0e903d.c786e887.js,sha256=tUU6o6CCfRZs-ul8HOuxPmYV_PMCzc7D4NWelRHv9VY,8664
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.cad4dbf2.js,sha256=S02-qr5thbket1SGTTNz9iLgAPAIcuUsa62BCZovze0,21402
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.03fb0598.js,sha256=_Cf28svpUKhmGZwLhsq5gYQKvpGDw0T3FO616NucDtM,482726
354
- solace_agent_mesh/assets/docs/assets/js/main.03fb0598.js.LICENSE.txt,sha256=3Jia5o7yaxOtbxuy9khs-thK96m55yCiPaUA-IkWh0A,2069
355
- solace_agent_mesh/assets/docs/assets/js/runtime~main.4ee39c6f.js,sha256=Vw8_6wq7T5fOeo0IRNprbqEHtTSEVohNEWDWKeEbe0w,6233
356
- solace_agent_mesh/assets/docs/docs/documentation/Enterprise/installation/index.html,sha256=i1leS308eifoehkhmUhbELyL2BKEcZciUI1o_EZFH7A,27163
357
- solace_agent_mesh/assets/docs/docs/documentation/Enterprise/single-sign-on/index.html,sha256=Uv3EaUZc-e2emlns62w6i5KAhkGprdRkaQ6g_IN3bx8,69622
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=v57-Uy4hRIPOQDdSyZTzz-Ch6yuVN0UvjldcxX15zEU,84925
359
- solace_agent_mesh/assets/docs/docs/documentation/Migrations/A2A Upgrade To 0.3.0/a2a-technical-migration-map/index.html,sha256=Y2nBq-vrrnvCC9B1A2FhtunP-zOfTr9ogUAOPy-x3Rg,87760
360
- solace_agent_mesh/assets/docs/docs/documentation/concepts/agents/index.html,sha256=hqkDRRUVe41Krpt9oXDXQp69QAQejawRBtwBLDaDJyo,39841
361
- solace_agent_mesh/assets/docs/docs/documentation/concepts/architecture/index.html,sha256=OfzjVs32vN5vP81cxbmuLBIzcPfdHMlfkXjOHvnR6RQ,32769
362
- solace_agent_mesh/assets/docs/docs/documentation/concepts/cli/index.html,sha256=qhh-RRYfQKkPMrLBbKNT5JF31O5RgmA8hepYLlh-Dqk,52656
363
- solace_agent_mesh/assets/docs/docs/documentation/concepts/gateways/index.html,sha256=GlyI16hhF_HZ2YnIK1JbzKhB8uqdNi9LO8eHN1JUtfs,30147
364
- solace_agent_mesh/assets/docs/docs/documentation/concepts/orchestrator/index.html,sha256=Hs6Gts_2feao56qEy2AWXpqmDR9BVwavDAy4WPV7dFg,23853
365
- solace_agent_mesh/assets/docs/docs/documentation/concepts/plugins/index.html,sha256=85WGbds06G7pXgAxx68sQeDWNjVv3HJY_2dGq_rTJO8,40029
366
- solace_agent_mesh/assets/docs/docs/documentation/deployment/debugging/index.html,sha256=E_n-dMfEKRyuw-o2nTBSq9l7hKGIdp2KnQUJH-NeU6o,45631
367
- solace_agent_mesh/assets/docs/docs/documentation/deployment/deploy/index.html,sha256=4L4i7tUXRtnNA2tMpQ5vHPZs6dv903B58DLFkZVkgOo,42547
368
- solace_agent_mesh/assets/docs/docs/documentation/deployment/observability/index.html,sha256=tCTyZG712jde6CIX7LL8ogSFXQ7U9NyPQjgFcZfOdV8,26091
369
- solace_agent_mesh/assets/docs/docs/documentation/getting-started/component-overview/index.html,sha256=6JsFYppXkXKj8VvjnyelQtLXBaC1CyPIqL5ALtJLLqk,21734
370
- solace_agent_mesh/assets/docs/docs/documentation/getting-started/configurations/index.html,sha256=aOTizyDWiWqBJhTwnlumXili3-ys4-PfSi9Hy20KpR0,58323
371
- solace_agent_mesh/assets/docs/docs/documentation/getting-started/installation/index.html,sha256=xIIw2jFbAaPDDJZ4QbEZMYZWuNJYXhU_8TJMMwvdIiY,32597
372
- solace_agent_mesh/assets/docs/docs/documentation/getting-started/introduction/index.html,sha256=u2hDv2c3YGVHQn3XrZObLz6yQGt3I8NEtCndZjIZrFI,30497
373
- solace_agent_mesh/assets/docs/docs/documentation/getting-started/quick-start/index.html,sha256=PY-63bURqkBXLiNsdaWGn79FCN3CeGqXi8qhd7Oxkkg,42680
374
- solace_agent_mesh/assets/docs/docs/documentation/tutorials/bedrock-agents/index.html,sha256=a-xefus08TBdkxpHh77iT1h3l2nHAK2WU3WL3OxOk1I,75786
375
- solace_agent_mesh/assets/docs/docs/documentation/tutorials/custom-agent/index.html,sha256=Zr4zkOcQofNRTucyrGYoNDUolOdSyTi6pMoLvWakabo,383395
376
- solace_agent_mesh/assets/docs/docs/documentation/tutorials/event-mesh-gateway/index.html,sha256=pgkDDXlFC3KCIR5xTDoo-eWQRZvD2fbaH4b7jnjKG2E,69278
377
- solace_agent_mesh/assets/docs/docs/documentation/tutorials/mcp-integration/index.html,sha256=2oXl86bO-e6IFtf1Foj-Mq2PTiiXEm-FvsjRcWGDb6c,65048
378
- solace_agent_mesh/assets/docs/docs/documentation/tutorials/mongodb-integration/index.html,sha256=R-RmTLbAGtGc7CfV0MNIPMsrJleMLIZnaqiTd6cc6Uk,87666
379
- solace_agent_mesh/assets/docs/docs/documentation/tutorials/rag-integration/index.html,sha256=JHesCr9foEntaCnstmOipZQBWfY4CBEuNUfgQ3twrAA,80471
380
- solace_agent_mesh/assets/docs/docs/documentation/tutorials/rest-gateway/index.html,sha256=oEp-Kc1Cle_4qQ9YJVNn8NGIFr_cMBjUbmflusz6UUI,46767
381
- solace_agent_mesh/assets/docs/docs/documentation/tutorials/slack-integration/index.html,sha256=b509EtDYsKSxopPcOmu1bEG36Zrm-Fj2kXhYaUuMjUg,49986
382
- solace_agent_mesh/assets/docs/docs/documentation/tutorials/sql-database/index.html,sha256=5Dv6jz6rM82vToH-FMSKYZJlsdcd3erglyR-tFKCRJM,69371
383
- solace_agent_mesh/assets/docs/docs/documentation/user-guide/builtin-tools/index.html,sha256=ZCGJ2E4RHIUA5g0HS2unG74DOGR32BPChBWlGDpPpNA,44846
384
- solace_agent_mesh/assets/docs/docs/documentation/user-guide/builtin-tools/artifact-management/index.html,sha256=tcdd1fpIRgHd1ra1e82RW5YOJtMyuwE_BSsiKmfd_f8,34816
385
- solace_agent_mesh/assets/docs/docs/documentation/user-guide/builtin-tools/audio-tools/index.html,sha256=1KKk3mbJsom_jxdibUm6bMrBESh04ZWf3hsB_tZ-G60,58253
386
- solace_agent_mesh/assets/docs/docs/documentation/user-guide/builtin-tools/data-analysis-tools/index.html,sha256=9axwZv0dALAQO6DUxttV0o5odU7ymymgY3uf1veohJ4,37802
387
- solace_agent_mesh/assets/docs/docs/documentation/user-guide/builtin-tools/embeds/index.html,sha256=wLLkNUm-yKbPeNwsSyPKCzgW6Ji7r8d2dPBbd0VGvYg,50700
388
- solace_agent_mesh/assets/docs/docs/documentation/user-guide/create-agents/index.html,sha256=HrfUsVmt4phoK9-Z509v3TozoiMySWbjRsHWD7saa8o,163552
389
- solace_agent_mesh/assets/docs/docs/documentation/user-guide/create-gateways/index.html,sha256=rfZnrf6XdD5BhFU2umQIlZh4yjDptWOdE-cdJGfqv-k,402951
390
- solace_agent_mesh/assets/docs/docs/documentation/user-guide/creating-python-tools/index.html,sha256=8ZdlcKgT2BgiKt2GtYzI4IzSQhsqBfd4wGMslji48do,175658
391
- solace_agent_mesh/assets/docs/docs/documentation/user-guide/creating-service-providers/index.html,sha256=6ETM_AjDCqXCXENkbdPzNqu96fIJfo2kJJo80jD7sUY,59738
392
- solace_agent_mesh/assets/docs/docs/documentation/user-guide/solace-ai-connector/index.html,sha256=iB3LVK__RjdZ0bUyL3LJ5dVCS9YE9z6mode-A9ONB4U,25835
393
- solace_agent_mesh/assets/docs/docs/documentation/user-guide/structure/index.html,sha256=KAsNuwtLQ53oMNK2yLMZgnQ7FuinmuO9u2KezcLUevE,29857
355
+ solace_agent_mesh/assets/docs/assets/js/main.72d74e33.js,sha256=nFJhlXhSxPoR9wi4i3i2yOumq6C_nHwO6-jwE599ACQ,482726
356
+ solace_agent_mesh/assets/docs/assets/js/main.72d74e33.js.LICENSE.txt,sha256=3Jia5o7yaxOtbxuy9khs-thK96m55yCiPaUA-IkWh0A,2069
357
+ solace_agent_mesh/assets/docs/assets/js/runtime~main.3dcfaf51.js,sha256=r9cAKF2F9-VX8aVbaoGSAIXtIWu8J4Vo_XZUjRy9ypY,6233
358
+ solace_agent_mesh/assets/docs/docs/documentation/Enterprise/installation/index.html,sha256=a-KhntcyKdbcp-25kTYQzgZYxS6oM8mlGOOOYyoETSo,33548
359
+ solace_agent_mesh/assets/docs/docs/documentation/Enterprise/single-sign-on/index.html,sha256=ExTJhppjLGkMbcgBTbE9nMUrZNEpEsW3i5fkkiZOY3o,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=RGZJ7RSgZ3G9nLpbbDoLr7FYwsNKCKQjZ02oS4rIDhc,84925
361
+ solace_agent_mesh/assets/docs/docs/documentation/Migrations/A2A Upgrade To 0.3.0/a2a-technical-migration-map/index.html,sha256=BXG1xcej_PE3-NJb19I9XlvdLlBJpc19refnt36aC8I,87760
362
+ solace_agent_mesh/assets/docs/docs/documentation/concepts/agents/index.html,sha256=sgzZAT0DJwcmo6nRojlRdqOWXmcSWlNwH3wl-smv4Ts,39841
363
+ solace_agent_mesh/assets/docs/docs/documentation/concepts/architecture/index.html,sha256=myJcVDePOL-CGlfUXT_VIgJLn5rmULAPte6_S0iIoLI,32769
364
+ solace_agent_mesh/assets/docs/docs/documentation/concepts/cli/index.html,sha256=ak2G8y0oOX9nNoxHjHBq-sKedkQ39K1onNB1K5BvMVE,52656
365
+ solace_agent_mesh/assets/docs/docs/documentation/concepts/gateways/index.html,sha256=ODQ8TYTQ4HxkIabyWtJScRoY_UFIMhhisirvqZgp8KY,30152
366
+ solace_agent_mesh/assets/docs/docs/documentation/concepts/orchestrator/index.html,sha256=bfjJPaFpPCb1dCSQCYDo7jFZXYHCddblRBuFGbNE_hM,23853
367
+ solace_agent_mesh/assets/docs/docs/documentation/concepts/plugins/index.html,sha256=JDxbIhKWtASd7eWv1e_Zz0FjEn1W7YLbkUnmrJDdFcs,40029
368
+ solace_agent_mesh/assets/docs/docs/documentation/deployment/debugging/index.html,sha256=dfjQWgLd7qrvOiXa9i-KiFTCcM5dnDMcb-BU2EtEI5s,45631
369
+ solace_agent_mesh/assets/docs/docs/documentation/deployment/deploy/index.html,sha256=MfeIeBxwGsgFW79QWnwB3r4FKei7b0NNp5O1gE504Zo,42547
370
+ solace_agent_mesh/assets/docs/docs/documentation/deployment/observability/index.html,sha256=4KQPkx7bWlSJFbgFp7d-kZ3IOwjXTXYlCYW3ml8zbbc,26091
371
+ solace_agent_mesh/assets/docs/docs/documentation/getting-started/component-overview/index.html,sha256=rfA1V-XrFnduzTFR-W-PWdCEHjhg5N33xNXSs5wEmvg,21734
372
+ solace_agent_mesh/assets/docs/docs/documentation/getting-started/configurations/index.html,sha256=KOKKPL1QMXESUFIgss94B8sQBDX0elzIDWMMDSfhQmA,58323
373
+ solace_agent_mesh/assets/docs/docs/documentation/getting-started/installation/index.html,sha256=j3pQKeSM5cWK4dnQCGMWzBDALrHok4h2sbSw08WLTB4,32597
374
+ solace_agent_mesh/assets/docs/docs/documentation/getting-started/introduction/index.html,sha256=G-1qDF-pLJ8-0P_hZgVZKmkYiRWc9yAiuydtcBQPEi0,30497
375
+ solace_agent_mesh/assets/docs/docs/documentation/getting-started/quick-start/index.html,sha256=qO5KQeBWZjXDbC8qI1HBR59ptyl-ZHgjvwLukmUcxIA,42680
376
+ solace_agent_mesh/assets/docs/docs/documentation/tutorials/bedrock-agents/index.html,sha256=n8FYc9t-XaZACLB8fvWpOH5nZGhUZSUsOF3Fci7pC_c,75786
377
+ solace_agent_mesh/assets/docs/docs/documentation/tutorials/custom-agent/index.html,sha256=V1MbUIFEf-inPs0vYAAqwvEkTpmp4OHEkqQgK-py1ks,383395
378
+ solace_agent_mesh/assets/docs/docs/documentation/tutorials/event-mesh-gateway/index.html,sha256=Ul5aJSWrTeFvTBh49qNMr49h6pQpBqRr18hN0xVfgws,69278
379
+ solace_agent_mesh/assets/docs/docs/documentation/tutorials/mcp-integration/index.html,sha256=EvGXoDBPMrraIkE2a2Fx3L1SW86skbQVWozgcx1RXkE,65048
380
+ solace_agent_mesh/assets/docs/docs/documentation/tutorials/mongodb-integration/index.html,sha256=3Mo_nYp49WNeExWL379MfOYqTRHpFxK-Gzk6OUtp3fY,87666
381
+ solace_agent_mesh/assets/docs/docs/documentation/tutorials/rag-integration/index.html,sha256=bzdNAGGEUydQr9ZAGnt0mR_Dti9TFFU4rRsDDlAUQ0E,80471
382
+ solace_agent_mesh/assets/docs/docs/documentation/tutorials/rest-gateway/index.html,sha256=ST_bTyRmvzDIezV6EBZBR-guroGzNl3G5_PbfYXaO88,46767
383
+ solace_agent_mesh/assets/docs/docs/documentation/tutorials/slack-integration/index.html,sha256=OzhnzlwCpTwGJ4k1xV53s46nY1_TWGaEpYbeJmTlpMg,49986
384
+ solace_agent_mesh/assets/docs/docs/documentation/tutorials/sql-database/index.html,sha256=xrZQbMZ21E4s4Slf8VA9IjySJuBpYQc7w4akzXcPxFA,69371
385
+ solace_agent_mesh/assets/docs/docs/documentation/user-guide/builtin-tools/index.html,sha256=AcyAJlStbgQ7vabQYBMo-BNAtIRQEAFAG1tEzq9RB0k,44846
386
+ solace_agent_mesh/assets/docs/docs/documentation/user-guide/builtin-tools/artifact-management/index.html,sha256=DI3QayYPv5_Uf_5Ew0JbsP5byPRb8wnHJQ7IFc7u4zo,34816
387
+ solace_agent_mesh/assets/docs/docs/documentation/user-guide/builtin-tools/audio-tools/index.html,sha256=o0wpDZY6PLdxEFD_gKuWCwc9qkNxc8LOkHwaub34KwQ,58253
388
+ solace_agent_mesh/assets/docs/docs/documentation/user-guide/builtin-tools/data-analysis-tools/index.html,sha256=eIWNEo-ag0eGEe1415LV94GsrBfOsbWOUmSoFJWDz2s,37802
389
+ solace_agent_mesh/assets/docs/docs/documentation/user-guide/builtin-tools/embeds/index.html,sha256=XtR_mAOxisbKjSaD-j0SpkSG8r2LKVqGDAeTLL1HOnw,50700
390
+ solace_agent_mesh/assets/docs/docs/documentation/user-guide/create-agents/index.html,sha256=8fR-bIKfp8-BXb6cQ_0R5scJ8Ga0YHlc69glSx55cq4,163552
391
+ solace_agent_mesh/assets/docs/docs/documentation/user-guide/create-gateways/index.html,sha256=LKISJ0svObq8iEyUXTP2NuAKJxUxdfMUBKgOBKnmlng,402951
392
+ solace_agent_mesh/assets/docs/docs/documentation/user-guide/creating-python-tools/index.html,sha256=Y8jC4DilV5ZLwsOTMax83u_IURdyfo08TGHALLOiL4A,175658
393
+ solace_agent_mesh/assets/docs/docs/documentation/user-guide/creating-service-providers/index.html,sha256=_JQzpa0YedPH7ijgX2Pp8HdBabjwQpzg97hRExlRQyM,59738
394
+ solace_agent_mesh/assets/docs/docs/documentation/user-guide/solace-ai-connector/index.html,sha256=4eR4Qcswvdz881VxASpn9SERGspjKVJbRkbKuxDeqy8,25835
395
+ solace_agent_mesh/assets/docs/docs/documentation/user-guide/structure/index.html,sha256=mDEOsFoiIzoHuH_d9fJISejK8aDlFJ5jHSX7gcLa5w4,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=1w4mNSO7TfG03YRok6DR1JK77iH6XILdnM7C9r_3s5M,671
424
+ solace_agent_mesh/client/webui/frontend/static/index.html,sha256=QY6MjdS5W_cbBUwFpedeZNiJJAeIx4K-Rw1EGIazw2s,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
- solace_agent_mesh/client/webui/frontend/static/assets/main-8xbvgfVK.css,sha256=Z7g5eH6JHEGZAFn3EYZ8o6ZChd4GlgGYZAZC7hN7SvY,119805
426
- solace_agent_mesh/client/webui/frontend/static/assets/main-Cv2k8j3R.js,sha256=ljzgAijmjfWr8x3_dK-oTVZ0B5UUJ5LkF4SVENNFnd8,421239
428
+ solace_agent_mesh/client/webui/frontend/static/assets/main-BKIoiLSu.js,sha256=d5UHRDlx0z1gXgKa2ITntebaW_j7WUS7haMyYW9cNXU,422079
429
+ solace_agent_mesh/client/webui/frontend/static/assets/main-ChRwcV89.css,sha256=eWc7an60oiobwKiH4LOAhC77AAE50q95HRc3xh8CdB0,119934
427
430
  solace_agent_mesh/client/webui/frontend/static/assets/vendor-CS5YMf8a.js,sha256=pySecfbg42jjmh23Z4dRsbST36DQM8SCo4X7_o7nhIs,340916
428
- solace_agent_mesh-1.4.4.dist-info/METADATA,sha256=FMX5o6VaBeAGowQReJHChFze8WWztwP-GH4NuIaSeNM,24921
429
- solace_agent_mesh-1.4.4.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
430
- solace_agent_mesh-1.4.4.dist-info/entry_points.txt,sha256=5pLVH8d8bd4sxUwBh7VTni8gTTSzTqGfY14zgdQZm1I,106
431
- solace_agent_mesh-1.4.4.dist-info/licenses/LICENSE,sha256=xx0jnfkXJvxRnG63LTGOxlggYnIysveWIZ6H3PNdCrQ,11357
432
- solace_agent_mesh-1.4.4.dist-info/RECORD,,
431
+ solace_agent_mesh-1.4.6.dist-info/METADATA,sha256=6Yh7Kh3beGHlK3evG0E9Jmp2u6EU5n7fIwubHu7w9Bw,24921
432
+ solace_agent_mesh-1.4.6.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
433
+ solace_agent_mesh-1.4.6.dist-info/entry_points.txt,sha256=5pLVH8d8bd4sxUwBh7VTni8gTTSzTqGfY14zgdQZm1I,106
434
+ solace_agent_mesh-1.4.6.dist-info/licenses/LICENSE,sha256=xx0jnfkXJvxRnG63LTGOxlggYnIysveWIZ6H3PNdCrQ,11357
435
+ solace_agent_mesh-1.4.6.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 8001: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 8001: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)}}}]);