solace-agent-mesh 1.3.0__py3-none-any.whl → 1.3.1__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 (88) hide show
  1. solace_agent_mesh/agent/adk/setup.py +141 -34
  2. solace_agent_mesh/agent/sac/app.py +1 -2
  3. solace_agent_mesh/agent/tools/__init__.py +1 -0
  4. solace_agent_mesh/agent/tools/dynamic_tool.py +362 -0
  5. solace_agent_mesh/assets/docs/404.html +3 -3
  6. solace_agent_mesh/assets/docs/assets/js/42b3f8d8.d97b8e94.js +1 -0
  7. solace_agent_mesh/assets/docs/assets/js/483cef9a.4e972867.js +1 -0
  8. solace_agent_mesh/assets/docs/assets/js/55f47984.cf3781c4.js +1 -0
  9. solace_agent_mesh/assets/docs/assets/js/664b740a.1b744a32.js +1 -0
  10. solace_agent_mesh/assets/docs/assets/js/75384d09.c193a8f0.js +1 -0
  11. solace_agent_mesh/assets/docs/assets/js/9a09e75d.d6607c56.js +1 -0
  12. solace_agent_mesh/assets/docs/assets/js/aba87c2f.071e2d94.js +1 -0
  13. solace_agent_mesh/assets/docs/assets/js/ae0e903d.4d8dda10.js +1 -0
  14. solace_agent_mesh/assets/docs/assets/js/c835a94d.146e3186.js +1 -0
  15. solace_agent_mesh/assets/docs/assets/js/f284c35a.7334119c.js +1 -0
  16. solace_agent_mesh/assets/docs/assets/js/main.1c79039d.js +2 -0
  17. solace_agent_mesh/assets/docs/assets/js/runtime~main.858117b7.js +1 -0
  18. solace_agent_mesh/assets/docs/docs/documentation/Enterprise/installation/index.html +29 -0
  19. solace_agent_mesh/assets/docs/docs/documentation/Enterprise/single-sign-on/index.html +25 -0
  20. solace_agent_mesh/assets/docs/docs/documentation/{migration-guides/a2a-upgrade-to-0.3.0/a2a-gateway-upgrade-to-0.3.0/index.html → Migrations/A2A Upgrade To 0.3.0/a2a-gateway-upgrade-to-0.3.0/index.html } +6 -6
  21. solace_agent_mesh/assets/docs/docs/documentation/{migration-guides/a2a-upgrade-to-0.3.0/a2a-technical-migration-map/index.html → Migrations/A2A Upgrade To 0.3.0/a2a-technical-migration-map/index.html } +6 -6
  22. solace_agent_mesh/assets/docs/docs/documentation/concepts/agents/index.html +19 -27
  23. solace_agent_mesh/assets/docs/docs/documentation/concepts/architecture/index.html +4 -4
  24. solace_agent_mesh/assets/docs/docs/documentation/concepts/cli/index.html +4 -4
  25. solace_agent_mesh/assets/docs/docs/documentation/concepts/gateways/index.html +4 -4
  26. solace_agent_mesh/assets/docs/docs/documentation/concepts/orchestrator/index.html +4 -4
  27. solace_agent_mesh/assets/docs/docs/documentation/concepts/plugins/index.html +4 -4
  28. solace_agent_mesh/assets/docs/docs/documentation/deployment/debugging/index.html +4 -4
  29. solace_agent_mesh/assets/docs/docs/documentation/deployment/deploy/index.html +4 -4
  30. solace_agent_mesh/assets/docs/docs/documentation/deployment/observability/index.html +4 -4
  31. solace_agent_mesh/assets/docs/docs/documentation/getting-started/component-overview/index.html +4 -4
  32. solace_agent_mesh/assets/docs/docs/documentation/getting-started/configurations/index.html +4 -4
  33. solace_agent_mesh/assets/docs/docs/documentation/getting-started/installation/index.html +4 -4
  34. solace_agent_mesh/assets/docs/docs/documentation/getting-started/introduction/index.html +4 -4
  35. solace_agent_mesh/assets/docs/docs/documentation/getting-started/quick-start/index.html +4 -4
  36. solace_agent_mesh/assets/docs/docs/documentation/tutorials/bedrock-agents/index.html +4 -4
  37. solace_agent_mesh/assets/docs/docs/documentation/tutorials/custom-agent/index.html +4 -4
  38. solace_agent_mesh/assets/docs/docs/documentation/tutorials/event-mesh-gateway/index.html +4 -4
  39. solace_agent_mesh/assets/docs/docs/documentation/tutorials/mcp-integration/index.html +4 -4
  40. solace_agent_mesh/assets/docs/docs/documentation/tutorials/mongodb-integration/index.html +4 -4
  41. solace_agent_mesh/assets/docs/docs/documentation/tutorials/rag-integration/index.html +4 -4
  42. solace_agent_mesh/assets/docs/docs/documentation/tutorials/rest-gateway/index.html +4 -4
  43. solace_agent_mesh/assets/docs/docs/documentation/tutorials/slack-integration/index.html +4 -4
  44. solace_agent_mesh/assets/docs/docs/documentation/tutorials/sql-database/index.html +4 -4
  45. solace_agent_mesh/assets/docs/docs/documentation/user-guide/builtin-tools/artifact-management/index.html +4 -4
  46. solace_agent_mesh/assets/docs/docs/documentation/user-guide/builtin-tools/audio-tools/index.html +4 -4
  47. solace_agent_mesh/assets/docs/docs/documentation/user-guide/builtin-tools/data-analysis-tools/index.html +4 -4
  48. solace_agent_mesh/assets/docs/docs/documentation/user-guide/builtin-tools/embeds/index.html +4 -4
  49. solace_agent_mesh/assets/docs/docs/documentation/user-guide/builtin-tools/index.html +4 -4
  50. solace_agent_mesh/assets/docs/docs/documentation/user-guide/create-agents/index.html +5 -4
  51. solace_agent_mesh/assets/docs/docs/documentation/user-guide/create-gateways/index.html +4 -4
  52. solace_agent_mesh/assets/docs/docs/documentation/user-guide/creating-python-tools/index.html +63 -0
  53. solace_agent_mesh/assets/docs/docs/documentation/user-guide/creating-service-providers/index.html +4 -4
  54. solace_agent_mesh/assets/docs/docs/documentation/user-guide/solace-ai-connector/index.html +4 -4
  55. solace_agent_mesh/assets/docs/docs/documentation/user-guide/structure/index.html +4 -4
  56. solace_agent_mesh/assets/docs/lunr-index-1757531604543.json +1 -0
  57. solace_agent_mesh/assets/docs/lunr-index.json +1 -1
  58. solace_agent_mesh/assets/docs/search-doc-1757531604543.json +1 -0
  59. solace_agent_mesh/assets/docs/search-doc.json +1 -1
  60. solace_agent_mesh/assets/docs/sitemap.xml +1 -1
  61. solace_agent_mesh/cli/__init__.py +1 -1
  62. solace_agent_mesh/client/webui/frontend/static/assets/{authCallback-vY5eu2lI.js → authCallback-CAX9u8a7.js} +1 -1
  63. solace_agent_mesh/client/webui/frontend/static/assets/{client-BeBkzgWW.js → client-DXU9SPI5.js} +1 -1
  64. solace_agent_mesh/client/webui/frontend/static/assets/{main-Bjys1KQs.js → main-C1k9E0aC.js} +26 -26
  65. solace_agent_mesh/client/webui/frontend/static/assets/{vendor-CE0AeXyK.js → vendor-B0BEKoAR.js} +69 -74
  66. solace_agent_mesh/client/webui/frontend/static/auth-callback.html +3 -3
  67. solace_agent_mesh/client/webui/frontend/static/index.html +3 -3
  68. solace_agent_mesh/gateway/http_sse/dependencies.py +6 -6
  69. solace_agent_mesh/gateway/http_sse/main.py +2 -2
  70. solace_agent_mesh/gateway/http_sse/routers/{agents.py → agent_cards.py} +7 -7
  71. solace_agent_mesh/gateway/http_sse/services/{agent_service.py → agent_card_service.py} +19 -19
  72. {solace_agent_mesh-1.3.0.dist-info → solace_agent_mesh-1.3.1.dist-info}/METADATA +1 -1
  73. {solace_agent_mesh-1.3.0.dist-info → solace_agent_mesh-1.3.1.dist-info}/RECORD +77 -70
  74. solace_agent_mesh/assets/docs/assets/js/42b3f8d8.8ccb9901.js +0 -1
  75. solace_agent_mesh/assets/docs/assets/js/55f47984.c484bf96.js +0 -1
  76. solace_agent_mesh/assets/docs/assets/js/6e0db977.39a79ca9.js +0 -1
  77. solace_agent_mesh/assets/docs/assets/js/75384d09.bf78fbdb.js +0 -1
  78. solace_agent_mesh/assets/docs/assets/js/90dd9cf6.88f385ea.js +0 -1
  79. solace_agent_mesh/assets/docs/assets/js/aba87c2f.76376d7c.js +0 -1
  80. solace_agent_mesh/assets/docs/assets/js/f284c35a.fb68323a.js +0 -1
  81. solace_agent_mesh/assets/docs/assets/js/main.08d30374.js +0 -2
  82. solace_agent_mesh/assets/docs/assets/js/runtime~main.458efb1d.js +0 -1
  83. solace_agent_mesh/assets/docs/lunr-index-1757433031159.json +0 -1
  84. solace_agent_mesh/assets/docs/search-doc-1757433031159.json +0 -1
  85. /solace_agent_mesh/assets/docs/assets/js/{main.08d30374.js.LICENSE.txt → main.1c79039d.js.LICENSE.txt} +0 -0
  86. {solace_agent_mesh-1.3.0.dist-info → solace_agent_mesh-1.3.1.dist-info}/WHEEL +0 -0
  87. {solace_agent_mesh-1.3.0.dist-info → solace_agent_mesh-1.3.1.dist-info}/entry_points.txt +0 -0
  88. {solace_agent_mesh-1.3.0.dist-info → solace_agent_mesh-1.3.1.dist-info}/licenses/LICENSE +0 -0