solace-agent-mesh 1.4.8__py3-none-any.whl → 1.4.10__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 (67) hide show
  1. solace_agent_mesh/agent/adk/services.py +14 -9
  2. solace_agent_mesh/agent/sac/app.py +3 -3
  3. solace_agent_mesh/agent/utils/artifact_helpers.py +23 -7
  4. solace_agent_mesh/assets/docs/404.html +2 -2
  5. solace_agent_mesh/assets/docs/assets/js/{main.86924c42.js → main.cead6719.js} +2 -2
  6. solace_agent_mesh/assets/docs/docs/documentation/Enterprise/installation/index.html +2 -2
  7. solace_agent_mesh/assets/docs/docs/documentation/Enterprise/rbac-setup-guilde/index.html +2 -2
  8. solace_agent_mesh/assets/docs/docs/documentation/Enterprise/single-sign-on/index.html +2 -2
  9. solace_agent_mesh/assets/docs/docs/documentation/Migrations/A2A Upgrade To 0.3.0/a2a-gateway-upgrade-to-0.3.0/index.html +2 -2
  10. solace_agent_mesh/assets/docs/docs/documentation/Migrations/A2A Upgrade To 0.3.0/a2a-technical-migration-map/index.html +2 -2
  11. solace_agent_mesh/assets/docs/docs/documentation/concepts/agents/index.html +2 -2
  12. solace_agent_mesh/assets/docs/docs/documentation/concepts/architecture/index.html +2 -2
  13. solace_agent_mesh/assets/docs/docs/documentation/concepts/cli/index.html +2 -2
  14. solace_agent_mesh/assets/docs/docs/documentation/concepts/gateways/index.html +2 -2
  15. solace_agent_mesh/assets/docs/docs/documentation/concepts/orchestrator/index.html +2 -2
  16. solace_agent_mesh/assets/docs/docs/documentation/concepts/plugins/index.html +2 -2
  17. solace_agent_mesh/assets/docs/docs/documentation/deployment/debugging/index.html +2 -2
  18. solace_agent_mesh/assets/docs/docs/documentation/deployment/deploy/index.html +2 -2
  19. solace_agent_mesh/assets/docs/docs/documentation/deployment/observability/index.html +2 -2
  20. solace_agent_mesh/assets/docs/docs/documentation/getting-started/component-overview/index.html +2 -2
  21. solace_agent_mesh/assets/docs/docs/documentation/getting-started/configurations/index.html +2 -2
  22. solace_agent_mesh/assets/docs/docs/documentation/getting-started/configurations/litellm_models/index.html +2 -2
  23. solace_agent_mesh/assets/docs/docs/documentation/getting-started/installation/index.html +2 -2
  24. solace_agent_mesh/assets/docs/docs/documentation/getting-started/introduction/index.html +2 -2
  25. solace_agent_mesh/assets/docs/docs/documentation/getting-started/quick-start/index.html +2 -2
  26. solace_agent_mesh/assets/docs/docs/documentation/tutorials/bedrock-agents/index.html +2 -2
  27. solace_agent_mesh/assets/docs/docs/documentation/tutorials/custom-agent/index.html +2 -2
  28. solace_agent_mesh/assets/docs/docs/documentation/tutorials/event-mesh-gateway/index.html +2 -2
  29. solace_agent_mesh/assets/docs/docs/documentation/tutorials/mcp-integration/index.html +2 -2
  30. solace_agent_mesh/assets/docs/docs/documentation/tutorials/mongodb-integration/index.html +2 -2
  31. solace_agent_mesh/assets/docs/docs/documentation/tutorials/rag-integration/index.html +2 -2
  32. solace_agent_mesh/assets/docs/docs/documentation/tutorials/rest-gateway/index.html +2 -2
  33. solace_agent_mesh/assets/docs/docs/documentation/tutorials/slack-integration/index.html +2 -2
  34. solace_agent_mesh/assets/docs/docs/documentation/tutorials/sql-database/index.html +2 -2
  35. solace_agent_mesh/assets/docs/docs/documentation/user-guide/builtin-tools/artifact-management/index.html +2 -2
  36. solace_agent_mesh/assets/docs/docs/documentation/user-guide/builtin-tools/audio-tools/index.html +2 -2
  37. solace_agent_mesh/assets/docs/docs/documentation/user-guide/builtin-tools/data-analysis-tools/index.html +2 -2
  38. solace_agent_mesh/assets/docs/docs/documentation/user-guide/builtin-tools/embeds/index.html +2 -2
  39. solace_agent_mesh/assets/docs/docs/documentation/user-guide/builtin-tools/index.html +2 -2
  40. solace_agent_mesh/assets/docs/docs/documentation/user-guide/create-agents/index.html +2 -2
  41. solace_agent_mesh/assets/docs/docs/documentation/user-guide/create-gateways/index.html +2 -2
  42. solace_agent_mesh/assets/docs/docs/documentation/user-guide/creating-python-tools/index.html +2 -2
  43. solace_agent_mesh/assets/docs/docs/documentation/user-guide/creating-service-providers/index.html +2 -2
  44. solace_agent_mesh/assets/docs/docs/documentation/user-guide/solace-ai-connector/index.html +2 -2
  45. solace_agent_mesh/assets/docs/docs/documentation/user-guide/structure/index.html +2 -2
  46. solace_agent_mesh/assets/docs/lunr-index-1759415743783.json +1 -0
  47. solace_agent_mesh/assets/docs/lunr-index.json +1 -1
  48. solace_agent_mesh/assets/docs/{search-doc-1759246102819.json → search-doc-1759415743783.json} +1 -1
  49. solace_agent_mesh/assets/docs/search-doc.json +1 -1
  50. solace_agent_mesh/cli/__init__.py +1 -1
  51. solace_agent_mesh/cli/commands/plugin_cmd/create_cmd.py +0 -1
  52. solace_agent_mesh/cli/commands/plugin_cmd/plugin_cmd_llm.txt +1 -1
  53. solace_agent_mesh/client/webui/frontend/static/assets/{main-B0PHV3hm.js → main-DnnE01OM.js} +1 -1
  54. solace_agent_mesh/client/webui/frontend/static/index.html +1 -1
  55. solace_agent_mesh/common/constants.py +2 -0
  56. solace_agent_mesh/common/services/identity_service.py +1 -1
  57. solace_agent_mesh/common/services/providers/local_file_identity_service.py +1 -1
  58. solace_agent_mesh/gateway/http_sse/component.py +3 -2
  59. solace_agent_mesh/gateway/http_sse/main.py +1 -2
  60. solace_agent_mesh/templates/plugin_pyproject_template.toml +0 -1
  61. {solace_agent_mesh-1.4.8.dist-info → solace_agent_mesh-1.4.10.dist-info}/METADATA +1 -1
  62. {solace_agent_mesh-1.4.8.dist-info → solace_agent_mesh-1.4.10.dist-info}/RECORD +66 -66
  63. solace_agent_mesh/assets/docs/lunr-index-1759246102819.json +0 -1
  64. /solace_agent_mesh/assets/docs/assets/js/{main.86924c42.js.LICENSE.txt → main.cead6719.js.LICENSE.txt} +0 -0
  65. {solace_agent_mesh-1.4.8.dist-info → solace_agent_mesh-1.4.10.dist-info}/WHEEL +0 -0
  66. {solace_agent_mesh-1.4.8.dist-info → solace_agent_mesh-1.4.10.dist-info}/entry_points.txt +0 -0
  67. {solace_agent_mesh-1.4.8.dist-info → solace_agent_mesh-1.4.10.dist-info}/licenses/LICENSE +0 -0
@@ -13,7 +13,7 @@ solace_agent_mesh/agent/adk/intelligent_mcp_callbacks.py,sha256=4h2riXiw6DqFi3VV
13
13
  solace_agent_mesh/agent/adk/invocation_monitor.py,sha256=_20-nQXVjGlAEyw9PLFTTvgti-WgqyNE58LPUELUWnA,11671
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=Sw4gg0LBrsEjqAOGl0D3Zdars7SGrlgDtlZ5w4HK2q8,13430
16
- solace_agent_mesh/agent/adk/services.py,sha256=ZE53EHq1MhOwsaiR0nU9Zn-5qcPiovved5M2rpdJKaY,13089
16
+ solace_agent_mesh/agent/adk/services.py,sha256=lYhzyMr99nO6RaZxhmvpN_nocmJHcw5nb5c2Jo_gWcY,13173
17
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
@@ -27,7 +27,7 @@ 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=XWfkemxu5KA3NAidJLOO-w9XxuGN8nU05ADQAaJX-Tw,18453
30
+ solace_agent_mesh/agent/sac/app.py,sha256=f7-PxLDqXMQjmLPIHqY5QdrH6LZQ2nSIeER_n8Qolwc,18601
31
31
  solace_agent_mesh/agent/sac/component.py,sha256=EwdeDA7iFsuf6l41Q-V6FNS-UmJyyXuvOb_RNfihgPY,132711
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
@@ -50,14 +50,14 @@ solace_agent_mesh/agent/tools/tool_definition.py,sha256=CXgcnAsXiSA6H3UrbvXfo0ch
50
50
  solace_agent_mesh/agent/tools/tools_llm.txt,sha256=W-JcxYZ6JQERrRTYRhWZQeOobUN_Dszl93_Y0kwv7mc,13653
51
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
- solace_agent_mesh/agent/utils/artifact_helpers.py,sha256=WrdCMMiGwSUIhBYbpE4DMk2ELgWTYv8CQSIFQpFokmA,41971
53
+ solace_agent_mesh/agent/utils/artifact_helpers.py,sha256=4DZSiQx_-ztyIg6dcVLJ72P4r4CJSWQANUIfSFQCMpQ,43461
54
54
  solace_agent_mesh/agent/utils/config_parser.py,sha256=pElDc96YftH3rdBaMCmHDdzPkAEx_kGkU0FrcztKP9E,1665
55
55
  solace_agent_mesh/agent/utils/context_helpers.py,sha256=jWKY5Kpy2KWTYMz4G5AOi8VIu3IbD1LdStpI7j5y-bU,2075
56
56
  solace_agent_mesh/agent/utils/utils_llm.txt,sha256=vuy7-BYOx816-QeBGM2ue7W1ned0Q6TjW6A8lln0i2E,7442
57
57
  solace_agent_mesh/common/__init__.py,sha256=gtpOFNjDuFmImR592AQckhQTaiA8HrsfTvAP1oCfxCY,63
58
58
  solace_agent_mesh/common/agent_registry.py,sha256=7rbyyxhtnW8CB45nDjI6S_uEAUotV1iWfu5xqMbm9Dw,1264
59
59
  solace_agent_mesh/common/common_llm.txt,sha256=3CPdoLFPf3Mmy93YkI7_bFZGjbdWDN3W183JVvYo4gw,14544
60
- solace_agent_mesh/common/constants.py,sha256=2lImuxA2sxiS38RNQ4-i1BAwPmekPRnKrhPG4hkJjdE,51
60
+ solace_agent_mesh/common/constants.py,sha256=off1VBwx5mKC6jhYzgcVf7rG1XAByd0sCpZWl2-AjJ0,281
61
61
  solace_agent_mesh/common/data_parts.py,sha256=Fc3kTG5PHvQWe_u-5GR8E4hgEUm2VqRTrqPSC3Yy4Og,3141
62
62
  solace_agent_mesh/common/exceptions.py,sha256=or9OTXM587Ij5yXlF4fagwqXUcRPPDFNX852GPZk09Y,845
63
63
  solace_agent_mesh/common/a2a/__init__.py,sha256=QpyLSDeoN_KhKY189ZPoU7145btU7cB-lLyOpjYsY98,6363
@@ -88,10 +88,10 @@ solace_agent_mesh/common/sam_events/__init__.py,sha256=J83dwcSjizOxMp4er9kNXdpP-
88
88
  solace_agent_mesh/common/sam_events/event_service.py,sha256=9x4lrnl1-d3BnLduJC0m4qLzVDTJtK8wKh3t29Y-ioo,7599
89
89
  solace_agent_mesh/common/services/__init__.py,sha256=4m4Vnp-DgXSsj-JFcE5ONAwjyWNm8IuaIxF2a0hV0SA,114
90
90
  solace_agent_mesh/common/services/employee_service.py,sha256=sIxj0Nt7JRL52P8MzGv3XfCXlBoGRSPOGkq9moMvA4s,6269
91
- solace_agent_mesh/common/services/identity_service.py,sha256=kgAlQFy2m8kcnQGJz7NRx_f-WVrEFdJeYr_gJz6BoD8,4765
91
+ solace_agent_mesh/common/services/identity_service.py,sha256=wNK9qZsdvXCsoDTDsqFq7KLLpHvzf3ymRdtaYLcX3P8,4750
92
92
  solace_agent_mesh/common/services/services_llm.txt,sha256=RsJO51zDpJS_Fah0UXvAg0LurA0PPMnSmjiuIiTcyzM,13936
93
93
  solace_agent_mesh/common/services/providers/__init__.py,sha256=UVRTEftrFu3XMFRmNLiXKAFRaDYoD-_As05cIOO0gqI,126
94
- solace_agent_mesh/common/services/providers/local_file_identity_service.py,sha256=pmt5KNO9HUt7vedC-_1yMMaHa74oTQG2CH_ZoQGydv4,4928
94
+ solace_agent_mesh/common/services/providers/local_file_identity_service.py,sha256=v_G-2ASl7CbM-Fw6-NxYiUS0ODkN1XYW7cwmeqImIHU,4913
95
95
  solace_agent_mesh/common/services/providers/providers_llm.txt,sha256=UjxyEPSURBOQ2qYKS5JZJ6xvkqCxbalLZ19Jdsw_kQU,3221
96
96
  solace_agent_mesh/common/utils/__init__.py,sha256=V4B3mUhsqB_3YYdT_JZepEw32OHf4mhzMR7I8I3aV-8,129
97
97
  solace_agent_mesh/common/utils/artifact_utils.py,sha256=-FEd1PlspVQNC-iknNeAy6AToZSvuV5SbH71fK7l1X4,826
@@ -126,10 +126,10 @@ solace_agent_mesh/gateway/base/task_context.py,sha256=sFRRHyvBij-xms1f_VFc8om8-x
126
126
  solace_agent_mesh/gateway/http_sse/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
127
127
  solace_agent_mesh/gateway/http_sse/alembic.ini,sha256=jPWjnjnvk5tr691YUcCv-jo7ZApFEgqS01Iz70U93Mc,4650
128
128
  solace_agent_mesh/gateway/http_sse/app.py,sha256=T9fHBRy5HyiG31lrV44q-VxEzHn_aAh2fjddHc6sm-I,6476
129
- solace_agent_mesh/gateway/http_sse/component.py,sha256=SdlcVrUmDWkjmo_50jmm0yGc_uYiH2p0wrOLaPTTtoQ,74468
129
+ solace_agent_mesh/gateway/http_sse/component.py,sha256=7i-Jl30dgjI5t-TpVdkoDRU42FQVEdwuBJ7zM_uNVCI,74543
130
130
  solace_agent_mesh/gateway/http_sse/dependencies.py,sha256=xgXt4GWFYEamXArxJBEDCRQ4BNIWUgOO2OZ2YakK0t8,17478
131
131
  solace_agent_mesh/gateway/http_sse/http_sse_llm.txt,sha256=Jx6IJWYFl48LmW-xDuCtjpubs0iPY54bt6bLWF_SNUw,14271
132
- solace_agent_mesh/gateway/http_sse/main.py,sha256=3pyYY6-8hv6L5P0zZuV_FcjX9JeiSahUSdgSNdmlDSE,24995
132
+ solace_agent_mesh/gateway/http_sse/main.py,sha256=4VbNqcwu9SeSCt-A0dF6kcnCMsDZETB9GYXC2HIS2wE,24990
133
133
  solace_agent_mesh/gateway/http_sse/session_manager.py,sha256=4AReeS6-p-2MqE0AOlBrHSoU-ADC4W7dJ28aVtZbDp0,8538
134
134
  solace_agent_mesh/gateway/http_sse/sse_event_buffer.py,sha256=GsC-kh2D5Fd3A3SZUU0zeGk74FB8617u-YsYMSNLPCI,3210
135
135
  solace_agent_mesh/gateway/http_sse/sse_manager.py,sha256=qCfh9aYwR-nX7Ps8DnumKTmh5bO-QwS4E7AlWjS113o,14638
@@ -191,7 +191,7 @@ solace_agent_mesh/gateway/http_sse/shared/response_utils.py,sha256=-_z86YA02965C
191
191
  solace_agent_mesh/gateway/http_sse/shared/timestamp_utils.py,sha256=o3pJKPR6DA8sbOgflnmcotFp4H-I-Hij3lA-7F-yUAM,2380
192
192
  solace_agent_mesh/gateway/http_sse/shared/types.py,sha256=ISN1jjxOOLcak_o-Gm0W7yVW2dWcVmiHQ2wXzttOwPg,1291
193
193
  solace_agent_mesh/gateway/http_sse/shared/utils.py,sha256=SAfrRjBc_bwrEVFafGbswBShky2GlzLhp_c7C47QG-w,493
194
- solace_agent_mesh/cli/__init__.py,sha256=F1u2mSK8Wly-J_mt7oHk_RJLir3nEN_Ri1OneijYSlc,22
194
+ solace_agent_mesh/cli/__init__.py,sha256=WCR-6aXXvi4kHlaMAYnHT-VzLSifo-1Btos9idb9SM8,23
195
195
  solace_agent_mesh/cli/main.py,sha256=yFbF4ijz7P6nxj26d-mTC8BnK6NKVnfqPh3y4pDBZqo,831
196
196
  solace_agent_mesh/cli/utils.py,sha256=7zntmVuvWbaWEhViSF2uw484-79a5I1XTUt-0eGQWY4,8036
197
197
  solace_agent_mesh/cli/commands/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
@@ -218,10 +218,10 @@ solace_agent_mesh/cli/commands/plugin_cmd/__init__.py,sha256=BIes7cBV0CyJEhhT0Qn
218
218
  solace_agent_mesh/cli/commands/plugin_cmd/add_cmd.py,sha256=qJedNQtBZ1oyxXlS09KQR5AhfGRpyTCovljg3fvwK74,5064
219
219
  solace_agent_mesh/cli/commands/plugin_cmd/build_cmd.py,sha256=OzEO2lsezlIZe29jWiR08ajQeDEP1cYqrWaMSd8i8o4,2988
220
220
  solace_agent_mesh/cli/commands/plugin_cmd/catalog_cmd.py,sha256=GskrCwJQ42upCIG2nvMomprPrT1f9sBnkGast2ZLb_c,5136
221
- solace_agent_mesh/cli/commands/plugin_cmd/create_cmd.py,sha256=5O5jQdI6LHh8x3l4U9y95wX4CAUzN_Jf3b7G2HdZIOE,11810
221
+ solace_agent_mesh/cli/commands/plugin_cmd/create_cmd.py,sha256=JMg54K7BYAB9Wd6lMYT0PI21zNibh4NveA5nGe8swHo,11770
222
222
  solace_agent_mesh/cli/commands/plugin_cmd/install_cmd.py,sha256=DYi9GTs99Xv5PTEhtvx5id8nh6ZTOZ-t7N6yJzmkKZ4,11081
223
223
  solace_agent_mesh/cli/commands/plugin_cmd/official_registry.py,sha256=rnzQq3LDvSzvCPoEhoSn6M3xQG4AVLd54PX9cA5GzPg,5218
224
- solace_agent_mesh/cli/commands/plugin_cmd/plugin_cmd_llm.txt,sha256=-CS4uY1OrPSXDm8cxyrBAv6yLrP5P-GTzyeaZFqaHsM,10967
224
+ solace_agent_mesh/cli/commands/plugin_cmd/plugin_cmd_llm.txt,sha256=7eCoaN4JNCfSUpvRB-IWS8eBBEjaIhl84hiP2imBWNk,10934
225
225
  solace_agent_mesh/evaluation/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
226
226
  solace_agent_mesh/evaluation/config_loader.py,sha256=gmTqvLqcYnahwJODjCjUQBBAQ3L7iV7MVJAJf1A-5JI,23117
227
227
  solace_agent_mesh/evaluation/evaluator.py,sha256=pm05eBtfVsKIkp4BUrumi8StyU9Ctxzeab4NCRPGHPw,23183
@@ -253,17 +253,17 @@ solace_agent_mesh/templates/plugin_agent_config_template.yaml,sha256=giUU5YSqT5x
253
253
  solace_agent_mesh/templates/plugin_custom_config_template.yaml,sha256=bv7Sep_5sUKMpzzPRYO98SHGt0zuLIfDIDLKBdpPBfM,1117
254
254
  solace_agent_mesh/templates/plugin_custom_template.py,sha256=-c7JD_AGfgBqatPMvJBpSDaiwKp5LsbjrKn_sDSAy_4,360
255
255
  solace_agent_mesh/templates/plugin_gateway_config_template.yaml,sha256=cB5uw_7NfmtAVvHk8UlyAnhjPDtzxJxcGgxYaXcB278,2500
256
- solace_agent_mesh/templates/plugin_pyproject_template.toml,sha256=dcgdHwCUUYV2G8slWzKGVlrpijwTnArX-KMa2sKvXok,944
256
+ solace_agent_mesh/templates/plugin_pyproject_template.toml,sha256=A-QY7mtEvpvPiBhkAg-ACp7QkVr2PGTdDcOh3F9n4c8,902
257
257
  solace_agent_mesh/templates/plugin_readme_template.md,sha256=i094KPRPL_u3JTA1h6FRjMy0YlA_B4jNKDBiYdE6wbM,1271
258
258
  solace_agent_mesh/templates/plugin_tools_template.py,sha256=GUVw556CtBYE6sHbpXnFf0uysp6furt4_tMZVOlpI6s,8465
259
259
  solace_agent_mesh/templates/shared_config.yaml,sha256=85EEcZDzomstQNBnOR2yjYpnTEXGGNs1VGduvHFk-HE,3310
260
260
  solace_agent_mesh/templates/templates_llm.txt,sha256=T3h8CcIowTbyBedlfRk7FZww8_xGmnY5fEqGhhdI3JU,9234
261
261
  solace_agent_mesh/templates/webui.yaml,sha256=4cEkPXLRhpATVD3A0UuJuo5aG0ApEseiADGtY3-W5qw,1784
262
- solace_agent_mesh/assets/docs/404.html,sha256=K-jnh_p8zXh2iEu7sXs-ARX-FyOnWFWIsBXeX_4i4Oc,11749
263
- solace_agent_mesh/assets/docs/lunr-index-1759246102819.json,sha256=8g5gNT6VDvE3QOyzKJSDl9iAWbpde-wEl3pC0F_LNjI,1202794
264
- solace_agent_mesh/assets/docs/lunr-index.json,sha256=8g5gNT6VDvE3QOyzKJSDl9iAWbpde-wEl3pC0F_LNjI,1202794
265
- solace_agent_mesh/assets/docs/search-doc-1759246102819.json,sha256=Y2RpQQWnLPP9ME0aKIQhEL0Iuh1bUqpgx4_uMUPj-0w,425790
266
- solace_agent_mesh/assets/docs/search-doc.json,sha256=Y2RpQQWnLPP9ME0aKIQhEL0Iuh1bUqpgx4_uMUPj-0w,425790
262
+ solace_agent_mesh/assets/docs/404.html,sha256=yiyQLi78zF-r07QWu6CNMSwA81B00xe_bXULwCaDLXE,11750
263
+ solace_agent_mesh/assets/docs/lunr-index-1759415743783.json,sha256=FDhm_Alk7iI9xm74AzbMprlNG_yP8Qz6jgQ70y8GE7c,1202036
264
+ solace_agent_mesh/assets/docs/lunr-index.json,sha256=FDhm_Alk7iI9xm74AzbMprlNG_yP8Qz6jgQ70y8GE7c,1202036
265
+ solace_agent_mesh/assets/docs/search-doc-1759415743783.json,sha256=XxlH-uBaFNz9q2uYm4Hnrcqb9T1qkgABMzi-gqrBcwk,425790
266
+ solace_agent_mesh/assets/docs/search-doc.json,sha256=XxlH-uBaFNz9q2uYm4Hnrcqb9T1qkgABMzi-gqrBcwk,425790
267
267
  solace_agent_mesh/assets/docs/sitemap.xml,sha256=rQaMKdLMLb0GOc5KpWYBiiVN_4OZgH8iRuCL3K1uHpI,7190
268
268
  solace_agent_mesh/assets/docs/assets/css/styles.906a1503.css,sha256=gQj16ydMLPiq6y-t8Ovto65hsvPbQX6coyIFOja-2eY,83293
269
269
  solace_agent_mesh/assets/docs/assets/images/Solace_AI_Framework_With_Broker-85f0a306a9bcdd20b390b7a949f6d862.png,sha256=e6MbZpxlY1xJ8U01zQogm8vWgokQqDfhsyPyNxtuS00,447393
@@ -363,49 +363,49 @@ solace_agent_mesh/assets/docs/assets/js/d6a81ee7.829198f1.js,sha256=6adqCXcWhOhK
363
363
  solace_agent_mesh/assets/docs/assets/js/f284c35a.ed8dd236.js,sha256=_zvWxe9mrWJrDNZHrkFtGWcd8dj6Q6_qQGCVJ8EZ0pM,22493
364
364
  solace_agent_mesh/assets/docs/assets/js/f897a61a.126663fe.js,sha256=hY5NvBKRQIFTHG_WQJ_B0ek3PAGTcq_zBSS0M7Gi7bM,17031
365
365
  solace_agent_mesh/assets/docs/assets/js/fbfa3e75.e144b16c.js,sha256=Li4QOuQnso5c1xJULcdtVFYVy3WeK5CRzYBVukX25s8,7312
366
- solace_agent_mesh/assets/docs/assets/js/main.86924c42.js,sha256=HZ1MABuQTU1Li4wOC4bNsc_AT1cZutOpr6fGFq_DR3Q,484007
367
- solace_agent_mesh/assets/docs/assets/js/main.86924c42.js.LICENSE.txt,sha256=3Jia5o7yaxOtbxuy9khs-thK96m55yCiPaUA-IkWh0A,2069
366
+ solace_agent_mesh/assets/docs/assets/js/main.cead6719.js,sha256=QdcJSqdfZrxXdJVpJ1pmhydmLezWc1ohr0Ohc_XLgUY,484008
367
+ solace_agent_mesh/assets/docs/assets/js/main.cead6719.js.LICENSE.txt,sha256=3Jia5o7yaxOtbxuy9khs-thK96m55yCiPaUA-IkWh0A,2069
368
368
  solace_agent_mesh/assets/docs/assets/js/runtime~main.0d2ff2b6.js,sha256=YM42hTqOpyOm0lVe1etdyRs0PSKqvJ5woNqamzwOx_U,6334
369
- solace_agent_mesh/assets/docs/docs/documentation/Enterprise/installation/index.html,sha256=b0pkBC-x6H21Thb6r0z5IHximNb9mZo-gU4250-VIS4,34111
370
- solace_agent_mesh/assets/docs/docs/documentation/Enterprise/rbac-setup-guilde/index.html,sha256=rfPMKrmcUNx7jaa5rR98GbHXe1Pgo0GEBBgXvwnOxgE,84678
371
- solace_agent_mesh/assets/docs/docs/documentation/Enterprise/single-sign-on/index.html,sha256=Sve1w_bIHnxafoCsDzO0VvSusRbMXhHMFXNDmIwap8o,70178
372
- solace_agent_mesh/assets/docs/docs/documentation/Migrations/A2A Upgrade To 0.3.0/a2a-gateway-upgrade-to-0.3.0/index.html,sha256=1UsUlwbiMxcTf5coZr2KOmxtXZJigGsz2iFUjQ_fedo,85246
373
- solace_agent_mesh/assets/docs/docs/documentation/Migrations/A2A Upgrade To 0.3.0/a2a-technical-migration-map/index.html,sha256=n6ilChVzvtohW4Ta9KcRdabyR_ikrZwXCoE2pR6Gjq8,88081
374
- solace_agent_mesh/assets/docs/docs/documentation/concepts/agents/index.html,sha256=EVRVAfA9LRL_GTAHK2mpaRsTCiKQkWVwFP5Byh2OU7k,40162
375
- solace_agent_mesh/assets/docs/docs/documentation/concepts/architecture/index.html,sha256=6FkUTSX6yLlvRbgnofgFMMgIVNtgl2aXExD9fi8ULNo,33032
376
- solace_agent_mesh/assets/docs/docs/documentation/concepts/cli/index.html,sha256=bGiaw9GYlYhnqb4bBPUWgFDJcJruh2--yZUunrKOn34,52977
377
- solace_agent_mesh/assets/docs/docs/documentation/concepts/gateways/index.html,sha256=Zan1dKt67-LLK-X9yROcCYkp9IYFIwSLOLUV_C1PsxU,30473
378
- solace_agent_mesh/assets/docs/docs/documentation/concepts/orchestrator/index.html,sha256=qa76b7qSVE-Pq0fb3s0-xNMxJluFT2CoC7hUzpQwN_E,24174
379
- solace_agent_mesh/assets/docs/docs/documentation/concepts/plugins/index.html,sha256=GeAO1URZT8WyDxxrGP7849Yi2itzrAeglOSv2j7FMH0,40350
380
- solace_agent_mesh/assets/docs/docs/documentation/deployment/debugging/index.html,sha256=MOTR8eEnC2CT-eyR01HUAGQ5p8E1zk05LDQ_wd55p6E,45951
381
- solace_agent_mesh/assets/docs/docs/documentation/deployment/deploy/index.html,sha256=irEjA2DkIpp_Wfg-TPIytIbLbCOdD05--NoLaydaVwE,42858
382
- solace_agent_mesh/assets/docs/docs/documentation/deployment/observability/index.html,sha256=jv56Zt2VxOBW3Pko4mjBCr9b89WjzhSPFZNed9EeCl0,26410
383
- solace_agent_mesh/assets/docs/docs/documentation/getting-started/component-overview/index.html,sha256=Kyh3XdC5VzLR95GwZ26Iquf1XEdhPJ8lXae5mS3Kiqg,22064
384
- solace_agent_mesh/assets/docs/docs/documentation/getting-started/configurations/index.html,sha256=-EnJ7qwN4vXNNgfEEhxN6uwGyNW1F9F96Up6W1pQ5qA,58706
385
- solace_agent_mesh/assets/docs/docs/documentation/getting-started/configurations/litellm_models/index.html,sha256=xGwDLRndMQbzo722S80wU4KwC2PuuPwqp-5yACClKEM,38567
386
- solace_agent_mesh/assets/docs/docs/documentation/getting-started/installation/index.html,sha256=q81BiNbxSgFpTzcvyeQ0RS1djPc412AcbnD-DfOgBq4,32918
387
- solace_agent_mesh/assets/docs/docs/documentation/getting-started/introduction/index.html,sha256=ULG8HD6olDlW642VRPSC_gbN3-Knho5hkSrpmiK7dw8,30819
388
- solace_agent_mesh/assets/docs/docs/documentation/getting-started/quick-start/index.html,sha256=Al2oInMy0Ixw_XXPz14OZfmkFh5ySEIU105aub2ntn8,42985
389
- solace_agent_mesh/assets/docs/docs/documentation/tutorials/bedrock-agents/index.html,sha256=OD8P7AVBMNRplxtmtcvZK0HUARnLKBhc_cHHR4pC04U,76107
390
- solace_agent_mesh/assets/docs/docs/documentation/tutorials/custom-agent/index.html,sha256=Ld8BLfB66fqOIl3McBEprHlrgAcXWGLkD4-1VYVT_3c,383716
391
- solace_agent_mesh/assets/docs/docs/documentation/tutorials/event-mesh-gateway/index.html,sha256=wMvaD1sKl2GnDeMqEwHVtds8IB6I0WDA1X9-sz71o8c,69565
392
- solace_agent_mesh/assets/docs/docs/documentation/tutorials/mcp-integration/index.html,sha256=GExTrodoI00RE17AbE04eznqQCbteOYV4nBpo5D1hkE,65369
393
- solace_agent_mesh/assets/docs/docs/documentation/tutorials/mongodb-integration/index.html,sha256=VUp1ydRXnqiW3nbahKReyPZaZ0rQMWnmM5lysQ1atUE,87987
394
- solace_agent_mesh/assets/docs/docs/documentation/tutorials/rag-integration/index.html,sha256=8C3ueRA1K-1WUpg_FKKUJcT0oglNM2ufNA1y_AtWyxk,80797
395
- solace_agent_mesh/assets/docs/docs/documentation/tutorials/rest-gateway/index.html,sha256=4HS3lkH9yAmMRNFDgcUU79pxbAXSWh576C7roU3MElQ,47078
396
- solace_agent_mesh/assets/docs/docs/documentation/tutorials/slack-integration/index.html,sha256=PQEvzkWPwRiNRQHXnbtyvWnVsxcZmTaMQy0QFlkdm6s,50307
397
- solace_agent_mesh/assets/docs/docs/documentation/tutorials/sql-database/index.html,sha256=BnlKOjW-0PjEB5TP7Q4Hu2ClL1CQl1MgekCD9aLS8dk,69692
398
- solace_agent_mesh/assets/docs/docs/documentation/user-guide/builtin-tools/index.html,sha256=wmzQjhVOhsea_4qCdw1nkIvW6VumxKd2cgbt8KmSwS4,45167
399
- solace_agent_mesh/assets/docs/docs/documentation/user-guide/builtin-tools/artifact-management/index.html,sha256=E83A8DmTep48fKn379pVKcHiwZoxh-4JGObpru9p56I,35137
400
- solace_agent_mesh/assets/docs/docs/documentation/user-guide/builtin-tools/audio-tools/index.html,sha256=nWBjyM48WnZV4zo1OyEuT1RGQdi4U3RVqw_CDtj70KI,58574
401
- solace_agent_mesh/assets/docs/docs/documentation/user-guide/builtin-tools/data-analysis-tools/index.html,sha256=5kOod31Z8cMbChP9u04rL0RaMK2vJZ_-9MM5rCb2oEg,38123
402
- solace_agent_mesh/assets/docs/docs/documentation/user-guide/builtin-tools/embeds/index.html,sha256=ko8aHOISYelIhmGCvzOdu9INcz_39fNbfkDMr0WDuek,51021
403
- solace_agent_mesh/assets/docs/docs/documentation/user-guide/create-agents/index.html,sha256=ciG7_VgfEroHtJnR8_r3OGMBXDRW4gUYBei0_nMPOb4,163873
404
- solace_agent_mesh/assets/docs/docs/documentation/user-guide/create-gateways/index.html,sha256=UySm6AvR09by7NTh3meDVlfkEXqIZsCxZdikfcC9dgE,403272
405
- solace_agent_mesh/assets/docs/docs/documentation/user-guide/creating-python-tools/index.html,sha256=9RqcpLjg5kUVWiSA-cQ4K25VwqRLBJGhBn65ExXUQZ8,175979
406
- solace_agent_mesh/assets/docs/docs/documentation/user-guide/creating-service-providers/index.html,sha256=UFPy4qAozEVOqi1TBfy9WSu5dlobTBBog8Ly9n773N4,60059
407
- solace_agent_mesh/assets/docs/docs/documentation/user-guide/solace-ai-connector/index.html,sha256=AibgyfNNJFYSwvXHI4bjlwBQCQpZHXxqUvsgUh_-A_c,26174
408
- solace_agent_mesh/assets/docs/docs/documentation/user-guide/structure/index.html,sha256=fJRNYZPwFe0xSIfEiYme4nheYPJCVmm0NSDl1jk1cM4,30179
369
+ solace_agent_mesh/assets/docs/docs/documentation/Enterprise/installation/index.html,sha256=2cGXuGZ7BNrexXFWkkV0SaiMk5Vegoz0KS6yiS0tCk4,34112
370
+ solace_agent_mesh/assets/docs/docs/documentation/Enterprise/rbac-setup-guilde/index.html,sha256=hgYww7KK_8d4Mox817IHqi5pfek6JOp4xB9jI2_4b-4,84679
371
+ solace_agent_mesh/assets/docs/docs/documentation/Enterprise/single-sign-on/index.html,sha256=D-RlsyE9f7GOBcBqC0t_Bpx1cBUmrjeK9grQKywc7HI,70179
372
+ solace_agent_mesh/assets/docs/docs/documentation/Migrations/A2A Upgrade To 0.3.0/a2a-gateway-upgrade-to-0.3.0/index.html,sha256=Kaz-R4-C4gtiA2IGpqZpvdXxXQapL9AABHORaHz9Aas,85247
373
+ solace_agent_mesh/assets/docs/docs/documentation/Migrations/A2A Upgrade To 0.3.0/a2a-technical-migration-map/index.html,sha256=bWuRkDlRdug2MYrLhpptyD9IqEdF-s8A65SVGN-l2Rs,88082
374
+ solace_agent_mesh/assets/docs/docs/documentation/concepts/agents/index.html,sha256=0AKsq6OroVzD-cp_ahgfrVq6Os11xfqm-bZGeozB020,40163
375
+ solace_agent_mesh/assets/docs/docs/documentation/concepts/architecture/index.html,sha256=32p5rD1KnuFHZM-bFVcAM9hrf_j3a6H2QQ5MyjBujnY,33033
376
+ solace_agent_mesh/assets/docs/docs/documentation/concepts/cli/index.html,sha256=QN2yQhNoC2I3IIWaUbqKNjnzGMMSRYx9WQJak3LCgOc,52978
377
+ solace_agent_mesh/assets/docs/docs/documentation/concepts/gateways/index.html,sha256=wKQyAIzCR_uZyYShN6h25lpWavQALYH_XaEr_1gxSJc,30474
378
+ solace_agent_mesh/assets/docs/docs/documentation/concepts/orchestrator/index.html,sha256=n9pH-QSLOQKg1yDCkffOglOmeepcWxMV0VHRixdlhSc,24175
379
+ solace_agent_mesh/assets/docs/docs/documentation/concepts/plugins/index.html,sha256=_n-SZ7ndox_YnsKaxDrjLGfsU-FyRv3J0X6Nu_Mqjv4,40351
380
+ solace_agent_mesh/assets/docs/docs/documentation/deployment/debugging/index.html,sha256=g5SKNCzkYFpMMmu0FsL6AN1KJexNifk3P9d_XK2Zi0E,45952
381
+ solace_agent_mesh/assets/docs/docs/documentation/deployment/deploy/index.html,sha256=AA4hC93Kfd-ul45nXts5FhyZ8X7q5QGVLF1Vj3j1kPs,42859
382
+ solace_agent_mesh/assets/docs/docs/documentation/deployment/observability/index.html,sha256=zLDBiemjiFuuajDqqEOh04BgcbY3yiZc64Wz-5oGp5U,26411
383
+ solace_agent_mesh/assets/docs/docs/documentation/getting-started/component-overview/index.html,sha256=GVDGLQmfYu4Nk8MRMuJ1YrcuBDTjLNehyPA-8w3lrrI,22065
384
+ solace_agent_mesh/assets/docs/docs/documentation/getting-started/configurations/index.html,sha256=ag4GSDKc035BJOfNhcNq7_3wsRoiV56TFv3g33RLNyU,58707
385
+ solace_agent_mesh/assets/docs/docs/documentation/getting-started/configurations/litellm_models/index.html,sha256=PC3SzBqKiyS907Nhkq4DulB100ny_ALeqBOwyo9oPGU,38568
386
+ solace_agent_mesh/assets/docs/docs/documentation/getting-started/installation/index.html,sha256=mqdTlKwTcJavjga528C1KJu1zF_bLf4xQlecel_pHz8,32919
387
+ solace_agent_mesh/assets/docs/docs/documentation/getting-started/introduction/index.html,sha256=rFxZCBAnVOkqOpXAcO0AOIycNga2eWY4FJ2vcT6iVM8,30820
388
+ solace_agent_mesh/assets/docs/docs/documentation/getting-started/quick-start/index.html,sha256=GD4SUUM79iCvR6u0zk53f4j7PGUjFckEFIJUnMgJmyk,42986
389
+ solace_agent_mesh/assets/docs/docs/documentation/tutorials/bedrock-agents/index.html,sha256=cVOHEPPTox47GYTAic7bqwo-K_xsioL-eL4wjXtB1Fg,76108
390
+ solace_agent_mesh/assets/docs/docs/documentation/tutorials/custom-agent/index.html,sha256=YHHokZyz7y8rsf1yBEOtR2gv5HQ1S83a2nmn3txtJYI,383717
391
+ solace_agent_mesh/assets/docs/docs/documentation/tutorials/event-mesh-gateway/index.html,sha256=DsHQisSLz9t8fzBjlHsvrkVt9hmSKlWptkCyLFDLvHs,69566
392
+ solace_agent_mesh/assets/docs/docs/documentation/tutorials/mcp-integration/index.html,sha256=MJCm0V89LuBNTNADQXWRxMGjRXU6r205sJYAO-OG58w,65370
393
+ solace_agent_mesh/assets/docs/docs/documentation/tutorials/mongodb-integration/index.html,sha256=tjoUA8ehUeCEyd_FQpJFgNOrfbWOE0zMdiIawgZbu_o,87988
394
+ solace_agent_mesh/assets/docs/docs/documentation/tutorials/rag-integration/index.html,sha256=8cgRarqcWnB9yh9E56p7YNAoScmPyl3DlAgVRNnsMRY,80798
395
+ solace_agent_mesh/assets/docs/docs/documentation/tutorials/rest-gateway/index.html,sha256=FoNxYJiZSa4F8Bqe8doroTxyL6QC86UYxsIy6vIhXT0,47079
396
+ solace_agent_mesh/assets/docs/docs/documentation/tutorials/slack-integration/index.html,sha256=IF0u9DP9Biu2OnYFKWSfCDi8JvahMcnPVyhXEHO9UkU,50308
397
+ solace_agent_mesh/assets/docs/docs/documentation/tutorials/sql-database/index.html,sha256=2UKIGSs_8nlPP0DErjUEfIj9kdY2IMrDwer6Gp4X9B4,69693
398
+ solace_agent_mesh/assets/docs/docs/documentation/user-guide/builtin-tools/index.html,sha256=Dmx5Zv7YLwfreSWMWUr0VXrccfpP2t41RtCaWReyIPk,45168
399
+ solace_agent_mesh/assets/docs/docs/documentation/user-guide/builtin-tools/artifact-management/index.html,sha256=Hh5uavUUumIUsoi1gIuWHuczwR-bm9u8TtiMSVU9v5w,35138
400
+ solace_agent_mesh/assets/docs/docs/documentation/user-guide/builtin-tools/audio-tools/index.html,sha256=fAp-zzWO_gmO1Z-m40IMsnx3TKW7r_19fxlHblSmNp4,58575
401
+ solace_agent_mesh/assets/docs/docs/documentation/user-guide/builtin-tools/data-analysis-tools/index.html,sha256=fPDwDCmSKC6o5yKy3d3Z6vtJlpl1d5rsHhaIPu6rfzk,38124
402
+ solace_agent_mesh/assets/docs/docs/documentation/user-guide/builtin-tools/embeds/index.html,sha256=KRsR8JO7U_VBLWK_jSWiod_aM93SEWuPWRnNPuK0jRw,51022
403
+ solace_agent_mesh/assets/docs/docs/documentation/user-guide/create-agents/index.html,sha256=5sibflJbBRQnWARvzVu4TnG55CO32Mk0hxPktsOmx1k,163874
404
+ solace_agent_mesh/assets/docs/docs/documentation/user-guide/create-gateways/index.html,sha256=nFxafs77_C2pMD4qcRWi_eB4c1jcTxfDXreOpBqibck,403273
405
+ solace_agent_mesh/assets/docs/docs/documentation/user-guide/creating-python-tools/index.html,sha256=_HauyC6q9hT9ans3x5hMILoAZgUoxTNARB_7KwceOuA,175980
406
+ solace_agent_mesh/assets/docs/docs/documentation/user-guide/creating-service-providers/index.html,sha256=8tcksA8f9LsnTLKcWBHpz-BFQhJg7msyJQaKSvoOwU0,60060
407
+ solace_agent_mesh/assets/docs/docs/documentation/user-guide/solace-ai-connector/index.html,sha256=wFcOwXp0ebtDWBiG8OH7KU_078SVNTy9i4ohhOQ6gWI,26175
408
+ solace_agent_mesh/assets/docs/docs/documentation/user-guide/structure/index.html,sha256=Zfs56L8LsNmBE5ceec6luk4BwQLCqnDAUA-aprTAzqs,30180
409
409
  solace_agent_mesh/assets/docs/img/Solace_AI_Framework_With_Broker.png,sha256=e6MbZpxlY1xJ8U01zQogm8vWgokQqDfhsyPyNxtuS00,447393
410
410
  solace_agent_mesh/assets/docs/img/logo.png,sha256=TdXZ2wnkSkaFrGO-5fy2WcmjGXaGzwE29dM83raxoTg,45439
411
411
  solace_agent_mesh/assets/docs/img/sac-flows.png,sha256=868GgNJGPxn2G6c1Md_0umhg3xuAo7t6HEx8hOKbUJY,21098
@@ -434,15 +434,15 @@ solace_agent_mesh/config_portal/frontend/static/client/assets/manifest-44d62be6.
434
434
  solace_agent_mesh/config_portal/frontend/static/client/assets/root-BWvk5-gF.js,sha256=KoDaD7JSrkUDgUbDa0JqaB7mXNCc2fR-T5kKAcH5nho,1799
435
435
  solace_agent_mesh/config_portal/frontend/static/client/assets/root-DxRwaWiE.css,sha256=HaETPzdva-2CpjK-MmIBI6lipZMiGHmAqLRJiD8s2QE,33607
436
436
  solace_agent_mesh/client/webui/frontend/static/auth-callback.html,sha256=t6KrhAoqGSNuw4LDJBHYyAKhP8W78bJfyHCB1RyuVlU,604
437
- solace_agent_mesh/client/webui/frontend/static/index.html,sha256=z7Wq7zKZ7DB40nbO76pBIb-SJCI9SjetHuH9T_lbR6g,671
437
+ solace_agent_mesh/client/webui/frontend/static/index.html,sha256=JJ-_KOXlvrckZmTSwpG2enrm0Ah1FlTMpxINTWSiF4k,671
438
438
  solace_agent_mesh/client/webui/frontend/static/assets/authCallback-j1LW-wlq.js,sha256=VIDe3uws3j2A7_PHUKHwGizPYBmzNqdjumjyTuyBClc,528
439
439
  solace_agent_mesh/client/webui/frontend/static/assets/client-B9p_nFNA.js,sha256=6lG8UbVPMnZxsZIprKnq4yRHGZ5Cx8tsyV6dsRox83A,174527
440
440
  solace_agent_mesh/client/webui/frontend/static/assets/favicon-BLgzUch9.ico,sha256=9z1ZdOqroxsg2-FzV79kTJ69hVqWVkrDlIv2RgmIhR8,15086
441
- solace_agent_mesh/client/webui/frontend/static/assets/main-B0PHV3hm.js,sha256=84ECnk_tK1uGzRqL0Q3-QkwYtVEnJfRZLrZJf863_c8,424473
442
441
  solace_agent_mesh/client/webui/frontend/static/assets/main-ChRwcV89.css,sha256=eWc7an60oiobwKiH4LOAhC77AAE50q95HRc3xh8CdB0,119934
442
+ solace_agent_mesh/client/webui/frontend/static/assets/main-DnnE01OM.js,sha256=xvk3zsfmPgs5cVNe44mmZuSrVF87JMnQpGBUqTRY7Eg,424473
443
443
  solace_agent_mesh/client/webui/frontend/static/assets/vendor-CS5YMf8a.js,sha256=pySecfbg42jjmh23Z4dRsbST36DQM8SCo4X7_o7nhIs,340916
444
- solace_agent_mesh-1.4.8.dist-info/METADATA,sha256=bAcPit__BJZio0WZGKVUvlDm7yRSatyY1qRsS2VvLrQ,24925
445
- solace_agent_mesh-1.4.8.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
446
- solace_agent_mesh-1.4.8.dist-info/entry_points.txt,sha256=5pLVH8d8bd4sxUwBh7VTni8gTTSzTqGfY14zgdQZm1I,106
447
- solace_agent_mesh-1.4.8.dist-info/licenses/LICENSE,sha256=xx0jnfkXJvxRnG63LTGOxlggYnIysveWIZ6H3PNdCrQ,11357
448
- solace_agent_mesh-1.4.8.dist-info/RECORD,,
444
+ solace_agent_mesh-1.4.10.dist-info/METADATA,sha256=mN2jczWRYsNXO-Pt57Gh0iXgu9WGz0TxL3uqqPJgi7c,24926
445
+ solace_agent_mesh-1.4.10.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
446
+ solace_agent_mesh-1.4.10.dist-info/entry_points.txt,sha256=5pLVH8d8bd4sxUwBh7VTni8gTTSzTqGfY14zgdQZm1I,106
447
+ solace_agent_mesh-1.4.10.dist-info/licenses/LICENSE,sha256=xx0jnfkXJvxRnG63LTGOxlggYnIysveWIZ6H3PNdCrQ,11357
448
+ solace_agent_mesh-1.4.10.dist-info/RECORD,,