solace-agent-mesh 1.3.3__py3-none-any.whl → 1.4.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 (89) hide show
  1. solace_agent_mesh/agent/adk/setup.py +183 -8
  2. solace_agent_mesh/agent/sac/app.py +337 -622
  3. solace_agent_mesh/agent/sac/component.py +47 -1
  4. solace_agent_mesh/agent/tools/dynamic_tool.py +36 -5
  5. solace_agent_mesh/agent/tools/tool_config_types.py +58 -0
  6. solace_agent_mesh/assets/docs/404.html +3 -3
  7. solace_agent_mesh/assets/docs/assets/js/42b3f8d8.508ae8db.js +1 -0
  8. solace_agent_mesh/assets/docs/assets/js/9a09e75d.92de8cf5.js +1 -0
  9. solace_agent_mesh/assets/docs/assets/js/ae4415af.16cc58d3.js +1 -0
  10. solace_agent_mesh/assets/docs/assets/js/{main.e82b32e6.js → main.9bc1a102.js} +2 -2
  11. solace_agent_mesh/assets/docs/assets/js/{runtime~main.aad1f874.js → runtime~main.f2b4ea70.js} +1 -1
  12. solace_agent_mesh/assets/docs/docs/documentation/Enterprise/installation/index.html +3 -3
  13. solace_agent_mesh/assets/docs/docs/documentation/Enterprise/single-sign-on/index.html +3 -3
  14. 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
  15. solace_agent_mesh/assets/docs/docs/documentation/Migrations/A2A Upgrade To 0.3.0/a2a-technical-migration-map/index.html +3 -3
  16. solace_agent_mesh/assets/docs/docs/documentation/concepts/agents/index.html +3 -3
  17. solace_agent_mesh/assets/docs/docs/documentation/concepts/architecture/index.html +3 -3
  18. solace_agent_mesh/assets/docs/docs/documentation/concepts/cli/index.html +20 -5
  19. solace_agent_mesh/assets/docs/docs/documentation/concepts/gateways/index.html +3 -3
  20. solace_agent_mesh/assets/docs/docs/documentation/concepts/orchestrator/index.html +3 -3
  21. solace_agent_mesh/assets/docs/docs/documentation/concepts/plugins/index.html +3 -3
  22. solace_agent_mesh/assets/docs/docs/documentation/deployment/debugging/index.html +3 -3
  23. solace_agent_mesh/assets/docs/docs/documentation/deployment/deploy/index.html +3 -3
  24. solace_agent_mesh/assets/docs/docs/documentation/deployment/observability/index.html +3 -3
  25. solace_agent_mesh/assets/docs/docs/documentation/getting-started/component-overview/index.html +3 -3
  26. solace_agent_mesh/assets/docs/docs/documentation/getting-started/configurations/index.html +3 -3
  27. solace_agent_mesh/assets/docs/docs/documentation/getting-started/installation/index.html +3 -3
  28. solace_agent_mesh/assets/docs/docs/documentation/getting-started/introduction/index.html +3 -3
  29. solace_agent_mesh/assets/docs/docs/documentation/getting-started/quick-start/index.html +3 -3
  30. solace_agent_mesh/assets/docs/docs/documentation/tutorials/bedrock-agents/index.html +3 -3
  31. solace_agent_mesh/assets/docs/docs/documentation/tutorials/custom-agent/index.html +3 -3
  32. solace_agent_mesh/assets/docs/docs/documentation/tutorials/event-mesh-gateway/index.html +3 -3
  33. solace_agent_mesh/assets/docs/docs/documentation/tutorials/mcp-integration/index.html +3 -3
  34. solace_agent_mesh/assets/docs/docs/documentation/tutorials/mongodb-integration/index.html +3 -3
  35. solace_agent_mesh/assets/docs/docs/documentation/tutorials/rag-integration/index.html +3 -3
  36. solace_agent_mesh/assets/docs/docs/documentation/tutorials/rest-gateway/index.html +3 -3
  37. solace_agent_mesh/assets/docs/docs/documentation/tutorials/slack-integration/index.html +3 -3
  38. solace_agent_mesh/assets/docs/docs/documentation/tutorials/sql-database/index.html +3 -3
  39. solace_agent_mesh/assets/docs/docs/documentation/user-guide/builtin-tools/artifact-management/index.html +3 -3
  40. solace_agent_mesh/assets/docs/docs/documentation/user-guide/builtin-tools/audio-tools/index.html +3 -3
  41. solace_agent_mesh/assets/docs/docs/documentation/user-guide/builtin-tools/data-analysis-tools/index.html +3 -3
  42. solace_agent_mesh/assets/docs/docs/documentation/user-guide/builtin-tools/embeds/index.html +3 -3
  43. solace_agent_mesh/assets/docs/docs/documentation/user-guide/builtin-tools/index.html +3 -3
  44. solace_agent_mesh/assets/docs/docs/documentation/user-guide/create-agents/index.html +5 -5
  45. solace_agent_mesh/assets/docs/docs/documentation/user-guide/create-gateways/index.html +3 -3
  46. solace_agent_mesh/assets/docs/docs/documentation/user-guide/creating-python-tools/index.html +68 -3
  47. solace_agent_mesh/assets/docs/docs/documentation/user-guide/creating-service-providers/index.html +3 -3
  48. solace_agent_mesh/assets/docs/docs/documentation/user-guide/solace-ai-connector/index.html +3 -3
  49. solace_agent_mesh/assets/docs/docs/documentation/user-guide/structure/index.html +3 -3
  50. solace_agent_mesh/assets/docs/lunr-index-1758036158289.json +1 -0
  51. solace_agent_mesh/assets/docs/lunr-index.json +1 -1
  52. solace_agent_mesh/assets/docs/search-doc-1758036158289.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/plugin_cmd/__init__.py +2 -0
  56. solace_agent_mesh/cli/commands/plugin_cmd/add_cmd.py +10 -245
  57. solace_agent_mesh/cli/commands/plugin_cmd/install_cmd.py +283 -0
  58. solace_agent_mesh/cli/commands/run_cmd.py +4 -7
  59. solace_agent_mesh/client/webui/frontend/static/assets/{authCallback-CAX9u8a7.js → authCallback-j1LW-wlq.js} +1 -1
  60. solace_agent_mesh/client/webui/frontend/static/assets/{client-DXU9SPI5.js → client-B9p_nFNA.js} +1 -1
  61. solace_agent_mesh/client/webui/frontend/static/assets/main-B6BpuH9K.js +339 -0
  62. solace_agent_mesh/client/webui/frontend/static/assets/main-B9s_V9tJ.css +1 -0
  63. solace_agent_mesh/client/webui/frontend/static/assets/{vendor-B0BEKoAR.js → vendor-CS5YMf8a.js} +74 -69
  64. solace_agent_mesh/client/webui/frontend/static/auth-callback.html +3 -3
  65. solace_agent_mesh/client/webui/frontend/static/index.html +4 -4
  66. solace_agent_mesh/common/services/identity_service.py +2 -1
  67. solace_agent_mesh/common/services/providers/local_file_identity_service.py +1 -1
  68. solace_agent_mesh/common/utils/pydantic_utils.py +60 -0
  69. solace_agent_mesh/config_portal/backend/plugin_catalog/registry_manager.py +6 -4
  70. solace_agent_mesh/gateway/base/app.py +69 -120
  71. solace_agent_mesh/gateway/http_sse/app.py +99 -150
  72. solace_agent_mesh/gateway/http_sse/component.py +57 -30
  73. solace_agent_mesh/gateway/http_sse/main.py +337 -375
  74. solace_agent_mesh/gateway/http_sse/sse_event_buffer.py +87 -0
  75. solace_agent_mesh/gateway/http_sse/sse_manager.py +44 -23
  76. solace_agent_mesh/templates/webui.yaml +1 -1
  77. {solace_agent_mesh-1.3.3.dist-info → solace_agent_mesh-1.4.1.dist-info}/METADATA +7 -1
  78. {solace_agent_mesh-1.3.3.dist-info → solace_agent_mesh-1.4.1.dist-info}/RECORD +82 -78
  79. solace_agent_mesh/assets/docs/assets/js/42b3f8d8.3f34bf76.js +0 -1
  80. solace_agent_mesh/assets/docs/assets/js/9a09e75d.5a319fd4.js +0 -1
  81. solace_agent_mesh/assets/docs/assets/js/ae4415af.24cdc514.js +0 -1
  82. solace_agent_mesh/assets/docs/lunr-index-1757873594308.json +0 -1
  83. solace_agent_mesh/assets/docs/search-doc-1757873594308.json +0 -1
  84. solace_agent_mesh/client/webui/frontend/static/assets/main-C03yrETa.css +0 -1
  85. solace_agent_mesh/client/webui/frontend/static/assets/main-DjoMeldu.js +0 -339
  86. /solace_agent_mesh/assets/docs/assets/js/{main.e82b32e6.js.LICENSE.txt → main.9bc1a102.js.LICENSE.txt} +0 -0
  87. {solace_agent_mesh-1.3.3.dist-info → solace_agent_mesh-1.4.1.dist-info}/WHEEL +0 -0
  88. {solace_agent_mesh-1.3.3.dist-info → solace_agent_mesh-1.4.1.dist-info}/entry_points.txt +0 -0
  89. {solace_agent_mesh-1.3.3.dist-info → solace_agent_mesh-1.4.1.dist-info}/licenses/LICENSE +0 -0