solace-agent-mesh 1.4.5__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 (66) hide show
  1. solace_agent_mesh/agent/sac/component.py +21 -20
  2. solace_agent_mesh/assets/docs/404.html +3 -3
  3. solace_agent_mesh/assets/docs/assets/js/{04989206.b9dfe831.js → 04989206.a248f00c.js} +1 -1
  4. solace_agent_mesh/assets/docs/assets/js/{ae0e903d.7c73bc4f.js → ae0e903d.c786e887.js} +1 -1
  5. solace_agent_mesh/assets/docs/assets/js/{main.2b4fe82a.js → main.72d74e33.js} +2 -2
  6. solace_agent_mesh/assets/docs/assets/js/{runtime~main.c0805958.js → runtime~main.3dcfaf51.js} +1 -1
  7. solace_agent_mesh/assets/docs/docs/documentation/Enterprise/installation/index.html +4 -3
  8. solace_agent_mesh/assets/docs/docs/documentation/Enterprise/single-sign-on/index.html +3 -3
  9. 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
  10. solace_agent_mesh/assets/docs/docs/documentation/Migrations/A2A Upgrade To 0.3.0/a2a-technical-migration-map/index.html +3 -3
  11. solace_agent_mesh/assets/docs/docs/documentation/concepts/agents/index.html +3 -3
  12. solace_agent_mesh/assets/docs/docs/documentation/concepts/architecture/index.html +3 -3
  13. solace_agent_mesh/assets/docs/docs/documentation/concepts/cli/index.html +3 -3
  14. solace_agent_mesh/assets/docs/docs/documentation/concepts/gateways/index.html +4 -4
  15. solace_agent_mesh/assets/docs/docs/documentation/concepts/orchestrator/index.html +3 -3
  16. solace_agent_mesh/assets/docs/docs/documentation/concepts/plugins/index.html +3 -3
  17. solace_agent_mesh/assets/docs/docs/documentation/deployment/debugging/index.html +3 -3
  18. solace_agent_mesh/assets/docs/docs/documentation/deployment/deploy/index.html +3 -3
  19. solace_agent_mesh/assets/docs/docs/documentation/deployment/observability/index.html +3 -3
  20. solace_agent_mesh/assets/docs/docs/documentation/getting-started/component-overview/index.html +3 -3
  21. solace_agent_mesh/assets/docs/docs/documentation/getting-started/configurations/index.html +3 -3
  22. solace_agent_mesh/assets/docs/docs/documentation/getting-started/installation/index.html +3 -3
  23. solace_agent_mesh/assets/docs/docs/documentation/getting-started/introduction/index.html +3 -3
  24. solace_agent_mesh/assets/docs/docs/documentation/getting-started/quick-start/index.html +3 -3
  25. solace_agent_mesh/assets/docs/docs/documentation/tutorials/bedrock-agents/index.html +3 -3
  26. solace_agent_mesh/assets/docs/docs/documentation/tutorials/custom-agent/index.html +3 -3
  27. solace_agent_mesh/assets/docs/docs/documentation/tutorials/event-mesh-gateway/index.html +3 -3
  28. solace_agent_mesh/assets/docs/docs/documentation/tutorials/mcp-integration/index.html +3 -3
  29. solace_agent_mesh/assets/docs/docs/documentation/tutorials/mongodb-integration/index.html +3 -3
  30. solace_agent_mesh/assets/docs/docs/documentation/tutorials/rag-integration/index.html +3 -3
  31. solace_agent_mesh/assets/docs/docs/documentation/tutorials/rest-gateway/index.html +3 -3
  32. solace_agent_mesh/assets/docs/docs/documentation/tutorials/slack-integration/index.html +3 -3
  33. solace_agent_mesh/assets/docs/docs/documentation/tutorials/sql-database/index.html +3 -3
  34. solace_agent_mesh/assets/docs/docs/documentation/user-guide/builtin-tools/artifact-management/index.html +3 -3
  35. solace_agent_mesh/assets/docs/docs/documentation/user-guide/builtin-tools/audio-tools/index.html +3 -3
  36. solace_agent_mesh/assets/docs/docs/documentation/user-guide/builtin-tools/data-analysis-tools/index.html +3 -3
  37. solace_agent_mesh/assets/docs/docs/documentation/user-guide/builtin-tools/embeds/index.html +3 -3
  38. solace_agent_mesh/assets/docs/docs/documentation/user-guide/builtin-tools/index.html +3 -3
  39. solace_agent_mesh/assets/docs/docs/documentation/user-guide/create-agents/index.html +3 -3
  40. solace_agent_mesh/assets/docs/docs/documentation/user-guide/create-gateways/index.html +3 -3
  41. solace_agent_mesh/assets/docs/docs/documentation/user-guide/creating-python-tools/index.html +3 -3
  42. solace_agent_mesh/assets/docs/docs/documentation/user-guide/creating-service-providers/index.html +3 -3
  43. solace_agent_mesh/assets/docs/docs/documentation/user-guide/solace-ai-connector/index.html +3 -3
  44. solace_agent_mesh/assets/docs/docs/documentation/user-guide/structure/index.html +3 -3
  45. solace_agent_mesh/assets/docs/lunr-index-1758893005563.json +1 -0
  46. solace_agent_mesh/assets/docs/lunr-index.json +1 -1
  47. solace_agent_mesh/assets/docs/search-doc-1758893005563.json +1 -0
  48. solace_agent_mesh/assets/docs/search-doc.json +1 -1
  49. solace_agent_mesh/cli/__init__.py +1 -1
  50. solace_agent_mesh/client/webui/frontend/static/assets/main-BKIoiLSu.js +339 -0
  51. solace_agent_mesh/client/webui/frontend/static/assets/main-ChRwcV89.css +1 -0
  52. solace_agent_mesh/client/webui/frontend/static/index.html +2 -2
  53. solace_agent_mesh/gateway/http_sse/component.py +29 -15
  54. solace_agent_mesh/gateway/http_sse/routers/sessions.py +39 -1
  55. solace_agent_mesh/gateway/http_sse/routers/tasks.py +30 -40
  56. solace_agent_mesh/gateway/http_sse/services/session_service.py +18 -2
  57. {solace_agent_mesh-1.4.5.dist-info → solace_agent_mesh-1.4.6.dist-info}/METADATA +1 -1
  58. {solace_agent_mesh-1.4.5.dist-info → solace_agent_mesh-1.4.6.dist-info}/RECORD +62 -62
  59. solace_agent_mesh/assets/docs/lunr-index-1758644347760.json +0 -1
  60. solace_agent_mesh/assets/docs/search-doc-1758644347760.json +0 -1
  61. solace_agent_mesh/client/webui/frontend/static/assets/main-8xbvgfVK.css +0 -1
  62. solace_agent_mesh/client/webui/frontend/static/assets/main-B67MsY-v.js +0 -339
  63. /solace_agent_mesh/assets/docs/assets/js/{main.2b4fe82a.js.LICENSE.txt → main.72d74e33.js.LICENSE.txt} +0 -0
  64. {solace_agent_mesh-1.4.5.dist-info → solace_agent_mesh-1.4.6.dist-info}/WHEEL +0 -0
  65. {solace_agent_mesh-1.4.5.dist-info → solace_agent_mesh-1.4.6.dist-info}/entry_points.txt +0 -0
  66. {solace_agent_mesh-1.4.5.dist-info → solace_agent_mesh-1.4.6.dist-info}/licenses/LICENSE +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: solace-agent-mesh
3
- Version: 1.4.5
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
@@ -28,7 +28,7 @@ solace_agent_mesh/agent/protocol/event_handlers.py,sha256=qLpQoGsB_8ZazrFmGdPmmC
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
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
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
@@ -126,7 +126,7 @@ 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=YZbba5iZL0BnPr4ux_rtF3VmpKVjMLWOYMzjzSt1hvA,7695
129
- solace_agent_mesh/gateway/http_sse/component.py,sha256=S4sHIZ0iVL4ShwQdflQKvJBlOg78dR6GPsFlDJgJJuo,73864
129
+ solace_agent_mesh/gateway/http_sse/component.py,sha256=v5uD7Ih2bzfHy8QxQrEfPL7w6Bj-IIAfG5F4G728XKg,74087
130
130
  solace_agent_mesh/gateway/http_sse/dependencies.py,sha256=vj8ByzbhTAnd_oiKvERaO48ieo_37ZwAS6CycKo4LpA,17752
131
131
  solace_agent_mesh/gateway/http_sse/http_sse_llm.txt,sha256=Jx6IJWYFl48LmW-xDuCtjpubs0iPY54bt6bLWF_SNUw,14271
132
132
  solace_agent_mesh/gateway/http_sse/main.py,sha256=aOXAl8yP2rG5WcD4HDDiV9A0b2eb1qoF3Ij9r-yjNuI,23789
@@ -160,9 +160,9 @@ solace_agent_mesh/gateway/http_sse/routers/auth.py,sha256=LcgF45H7AGVPabFLdHcrEq
160
160
  solace_agent_mesh/gateway/http_sse/routers/config.py,sha256=6lIW_mcX8pbZJNvAx4fX0Ex-8dBPYUAKA024i6SoZoI,2158
161
161
  solace_agent_mesh/gateway/http_sse/routers/people.py,sha256=O2NvV6LD3g9vFXN31yUHKTgkzY1RVW5RDfQq_IP5Q14,2041
162
162
  solace_agent_mesh/gateway/http_sse/routers/routers_llm.txt,sha256=B7W3Y_TlPJb1t5wdLYrWx1c4sOkjsPi5qCxD0gqPqR0,11715
163
- 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
164
164
  solace_agent_mesh/gateway/http_sse/routers/sse.py,sha256=AUk2p3_KBJLPyAlZ13fHApfd05SQPSJJkwZNq4mJ4PY,5371
165
- 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
166
166
  solace_agent_mesh/gateway/http_sse/routers/users.py,sha256=jxVgDXchaDCj2igdZ3T4CyQvw3lOGpUmOAuJCWrdxsY,882
167
167
  solace_agent_mesh/gateway/http_sse/routers/visualization.py,sha256=tvLWL0HHyXmOdmrlEq2IPITvTG7OJIGLHvEGILMhD-0,44710
168
168
  solace_agent_mesh/gateway/http_sse/routers/dto/__init__.py,sha256=DbFQNFsN7I0zCkYe2RKTYkcIXPSKgA6dbPITS3AhcX0,201
@@ -175,14 +175,14 @@ solace_agent_mesh/gateway/http_sse/services/__init__.py,sha256=Fk2FIbrJdG1StPCog
175
175
  solace_agent_mesh/gateway/http_sse/services/agent_card_service.py,sha256=gBoXQgENmCeJRyA1BLYnoEvjrFUfwM4W_CVLkrl6r7o,2365
176
176
  solace_agent_mesh/gateway/http_sse/services/people_service.py,sha256=PbR6vbImQ95JO7p5fSbraBGsHg84dGVjDz4yd-wbrwg,4596
177
177
  solace_agent_mesh/gateway/http_sse/services/services_llm.txt,sha256=hjMyBLidqh8VGFl7gsA-8VTM1zTUqu4oyI-UJQRReKA,5703
178
- 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
179
179
  solace_agent_mesh/gateway/http_sse/services/task_service.py,sha256=KWtUi34rFCUYDu8w5qw2AXfoAkkNfDipje57FUdXKsY,4348
180
180
  solace_agent_mesh/gateway/http_sse/shared/__init__.py,sha256=WChEllPqEP-NKFroy8N0FGyOSKXSu1kCSUQ2vRM78sg,527
181
181
  solace_agent_mesh/gateway/http_sse/shared/auth_utils.py,sha256=F0kpTg5HYadRAEVNSNvnEFpdzkwVqbFMFVr27kywz_k,852
182
182
  solace_agent_mesh/gateway/http_sse/shared/enums.py,sha256=gcU_hApRkWcBy0JykqGXSESGyglLXN3FzkimITmwnnE,802
183
183
  solace_agent_mesh/gateway/http_sse/shared/timestamp_utils.py,sha256=o3pJKPR6DA8sbOgflnmcotFp4H-I-Hij3lA-7F-yUAM,2380
184
184
  solace_agent_mesh/gateway/http_sse/shared/types.py,sha256=ISN1jjxOOLcak_o-Gm0W7yVW2dWcVmiHQ2wXzttOwPg,1291
185
- solace_agent_mesh/cli/__init__.py,sha256=Fv2JHnR-ADpzdVitwHAsUrkhe-BpoDkmx7MxtXxlm1k,22
185
+ solace_agent_mesh/cli/__init__.py,sha256=0optyte4cOxIRRV4Vdh_XYGrxTLJSuPWvhUDQkXvb4U,22
186
186
  solace_agent_mesh/cli/main.py,sha256=yFbF4ijz7P6nxj26d-mTC8BnK6NKVnfqPh3y4pDBZqo,831
187
187
  solace_agent_mesh/cli/utils.py,sha256=7zntmVuvWbaWEhViSF2uw484-79a5I1XTUt-0eGQWY4,8036
188
188
  solace_agent_mesh/cli/commands/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
@@ -250,18 +250,18 @@ solace_agent_mesh/templates/plugin_tools_template.py,sha256=GUVw556CtBYE6sHbpXnF
250
250
  solace_agent_mesh/templates/shared_config.yaml,sha256=_-ytR25HSAfwjN6drkdUQgGeV_om6RSeM4BUCMxQ3vQ,3310
251
251
  solace_agent_mesh/templates/templates_llm.txt,sha256=T3h8CcIowTbyBedlfRk7FZww8_xGmnY5fEqGhhdI3JU,9234
252
252
  solace_agent_mesh/templates/webui.yaml,sha256=4cEkPXLRhpATVD3A0UuJuo5aG0ApEseiADGtY3-W5qw,1784
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
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
258
258
  solace_agent_mesh/assets/docs/sitemap.xml,sha256=MeU4E6b7O7RjK1CdC9W4zjle-yridFsVnyDf2HtnzyY,6830
259
259
  solace_agent_mesh/assets/docs/assets/css/styles.906a1503.css,sha256=gQj16ydMLPiq6y-t8Ovto65hsvPbQX6coyIFOja-2eY,83293
260
260
  solace_agent_mesh/assets/docs/assets/images/Solace_AI_Framework_With_Broker-85f0a306a9bcdd20b390b7a949f6d862.png,sha256=e6MbZpxlY1xJ8U01zQogm8vWgokQqDfhsyPyNxtuS00,447393
261
261
  solace_agent_mesh/assets/docs/assets/images/sac-flows-80d5b603c6aafd33e87945680ce0abf3.png,sha256=868GgNJGPxn2G6c1Md_0umhg3xuAo7t6HEx8hOKbUJY,21098
262
262
  solace_agent_mesh/assets/docs/assets/images/sac_parts_of_a_component-cb3d0424b1d0c17734c5435cca6b4082.png,sha256=Z7-TCXxDC2fd6iZ3Lkr-F3OHhqr6m_glnzVIcwUhv4k,12283
263
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.b9dfe831.js,sha256=FKsu-Lj1N5hEHYOyooBDJag8kom60PpKkPkW0VxBPRs,10851
264
+ solace_agent_mesh/assets/docs/assets/js/04989206.a248f00c.js,sha256=IdnIPYlOB5uhiZL6pwOD5q2LZc23gXp3cnIVVn0hkIE,10856
265
265
  solace_agent_mesh/assets/docs/assets/js/0e682baa.da822665.js,sha256=8z2LRUHckuWnYEtvELV0BBuGurlFuK6VsnKAto5Szc4,12573
266
266
  solace_agent_mesh/assets/docs/assets/js/1001.0182a8bd.js,sha256=wnldyGaqrut3ES6Q5UDpRGsaNwlX_JoL2FDB_f7_hBI,90563
267
267
  solace_agent_mesh/assets/docs/assets/js/1023fc19.8a8a9309.js,sha256=Ccrvfzh6h7Mw-fDTHDYgkdinADChMthSzis02V4wjnM,14601
@@ -338,7 +338,7 @@ solace_agent_mesh/assets/docs/assets/js/a7bd4aaa.2204d2f7.js,sha256=v9wa2Q1Mt7ca
338
338
  solace_agent_mesh/assets/docs/assets/js/a94703ab.0438dbc2.js,sha256=drinuntIgk0lUv1Wc_WlHu5I8d5ZDszh329V_5WQrD4,11251
339
339
  solace_agent_mesh/assets/docs/assets/js/aba21aa0.c42a534c.js,sha256=e8uMq6LJqDkt4o-uIbKH2CIw_7cQ4Kthlh4O9UqwWdw,211
340
340
  solace_agent_mesh/assets/docs/assets/js/aba87c2f.4ddf32f2.js,sha256=uPt4W5mjlBoYrNo2AHFUvtRgLNnjMT0aEYgZwpP4TP0,17379
341
- solace_agent_mesh/assets/docs/assets/js/ae0e903d.7c73bc4f.js,sha256=8e4vpqbbAK8Z7rSIDE_ID1oV20LpyjBqzkIldCSzogs,8316
341
+ solace_agent_mesh/assets/docs/assets/js/ae0e903d.c786e887.js,sha256=tUU6o6CCfRZs-ul8HOuxPmYV_PMCzc7D4NWelRHv9VY,8664
342
342
  solace_agent_mesh/assets/docs/assets/js/ae4415af.16cc58d3.js,sha256=3RlFYeEWrwn6u4JADZ7eTYfVJ9pzMZYGcTZheq9LSZs,31053
343
343
  solace_agent_mesh/assets/docs/assets/js/b7006a3a.73a79653.js,sha256=YYjvDTjQytUxcimeJinuha5T7SdUyHTYjRz7kLFOGOQ,12973
344
344
  solace_agent_mesh/assets/docs/assets/js/bac0be12.27ee2c26.js,sha256=wY-AhWl_w5LnF9-JtfyxIbCv0Oz1R3RprqE3FGeeSIo,18006
@@ -352,47 +352,47 @@ solace_agent_mesh/assets/docs/assets/js/cee5d587.f1e1ca86.js,sha256=WHSNG7Q7fO5_
352
352
  solace_agent_mesh/assets/docs/assets/js/f284c35a.2b2f5048.js,sha256=YnmZK_sDA6xcVNPSMhShRbluTiJBWSnhDT5NE7x5zmM,21410
353
353
  solace_agent_mesh/assets/docs/assets/js/f897a61a.bc634a3e.js,sha256=6JytHKyBrOGJH33efELGM9KVq6x0tvSbqvvkg53gV2w,17047
354
354
  solace_agent_mesh/assets/docs/assets/js/fbfa3e75.aca209c9.js,sha256=vmq7isB22h2J_2cVIt1h6D2OhwU6wTBEnk1-CNZv9Wk,7314
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
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
396
396
  solace_agent_mesh/assets/docs/img/Solace_AI_Framework_With_Broker.png,sha256=e6MbZpxlY1xJ8U01zQogm8vWgokQqDfhsyPyNxtuS00,447393
397
397
  solace_agent_mesh/assets/docs/img/logo.png,sha256=TdXZ2wnkSkaFrGO-5fy2WcmjGXaGzwE29dM83raxoTg,45439
398
398
  solace_agent_mesh/assets/docs/img/sac-flows.png,sha256=868GgNJGPxn2G6c1Md_0umhg3xuAo7t6HEx8hOKbUJY,21098
@@ -421,15 +421,15 @@ solace_agent_mesh/config_portal/frontend/static/client/assets/manifest-89db7c30.
421
421
  solace_agent_mesh/config_portal/frontend/static/client/assets/root-BWvk5-gF.js,sha256=KoDaD7JSrkUDgUbDa0JqaB7mXNCc2fR-T5kKAcH5nho,1799
422
422
  solace_agent_mesh/config_portal/frontend/static/client/assets/root-DxRwaWiE.css,sha256=HaETPzdva-2CpjK-MmIBI6lipZMiGHmAqLRJiD8s2QE,33607
423
423
  solace_agent_mesh/client/webui/frontend/static/auth-callback.html,sha256=t6KrhAoqGSNuw4LDJBHYyAKhP8W78bJfyHCB1RyuVlU,604
424
- solace_agent_mesh/client/webui/frontend/static/index.html,sha256=BiEBhYginrflrZywt5MO7HPgYaNT6ezJoyiMLRuMUuo,671
424
+ solace_agent_mesh/client/webui/frontend/static/index.html,sha256=QY6MjdS5W_cbBUwFpedeZNiJJAeIx4K-Rw1EGIazw2s,671
425
425
  solace_agent_mesh/client/webui/frontend/static/assets/authCallback-j1LW-wlq.js,sha256=VIDe3uws3j2A7_PHUKHwGizPYBmzNqdjumjyTuyBClc,528
426
426
  solace_agent_mesh/client/webui/frontend/static/assets/client-B9p_nFNA.js,sha256=6lG8UbVPMnZxsZIprKnq4yRHGZ5Cx8tsyV6dsRox83A,174527
427
427
  solace_agent_mesh/client/webui/frontend/static/assets/favicon-BLgzUch9.ico,sha256=9z1ZdOqroxsg2-FzV79kTJ69hVqWVkrDlIv2RgmIhR8,15086
428
- solace_agent_mesh/client/webui/frontend/static/assets/main-8xbvgfVK.css,sha256=Z7g5eH6JHEGZAFn3EYZ8o6ZChd4GlgGYZAZC7hN7SvY,119805
429
- solace_agent_mesh/client/webui/frontend/static/assets/main-B67MsY-v.js,sha256=dQ9Nb-2e-72PZ_FzzRd0ESkfwFN-HvnNVnrxoNzzklY,421468
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
430
430
  solace_agent_mesh/client/webui/frontend/static/assets/vendor-CS5YMf8a.js,sha256=pySecfbg42jjmh23Z4dRsbST36DQM8SCo4X7_o7nhIs,340916
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,,
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,,