solace-agent-mesh 1.4.9__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 (65) hide show
  1. solace_agent_mesh/agent/adk/services.py +14 -9
  2. solace_agent_mesh/assets/docs/404.html +2 -2
  3. solace_agent_mesh/assets/docs/assets/js/{main.51e33228.js → main.cead6719.js} +2 -2
  4. solace_agent_mesh/assets/docs/docs/documentation/Enterprise/installation/index.html +2 -2
  5. solace_agent_mesh/assets/docs/docs/documentation/Enterprise/rbac-setup-guilde/index.html +2 -2
  6. solace_agent_mesh/assets/docs/docs/documentation/Enterprise/single-sign-on/index.html +2 -2
  7. 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
  8. solace_agent_mesh/assets/docs/docs/documentation/Migrations/A2A Upgrade To 0.3.0/a2a-technical-migration-map/index.html +2 -2
  9. solace_agent_mesh/assets/docs/docs/documentation/concepts/agents/index.html +2 -2
  10. solace_agent_mesh/assets/docs/docs/documentation/concepts/architecture/index.html +2 -2
  11. solace_agent_mesh/assets/docs/docs/documentation/concepts/cli/index.html +2 -2
  12. solace_agent_mesh/assets/docs/docs/documentation/concepts/gateways/index.html +2 -2
  13. solace_agent_mesh/assets/docs/docs/documentation/concepts/orchestrator/index.html +2 -2
  14. solace_agent_mesh/assets/docs/docs/documentation/concepts/plugins/index.html +2 -2
  15. solace_agent_mesh/assets/docs/docs/documentation/deployment/debugging/index.html +2 -2
  16. solace_agent_mesh/assets/docs/docs/documentation/deployment/deploy/index.html +2 -2
  17. solace_agent_mesh/assets/docs/docs/documentation/deployment/observability/index.html +2 -2
  18. solace_agent_mesh/assets/docs/docs/documentation/getting-started/component-overview/index.html +2 -2
  19. solace_agent_mesh/assets/docs/docs/documentation/getting-started/configurations/index.html +2 -2
  20. solace_agent_mesh/assets/docs/docs/documentation/getting-started/configurations/litellm_models/index.html +2 -2
  21. solace_agent_mesh/assets/docs/docs/documentation/getting-started/installation/index.html +2 -2
  22. solace_agent_mesh/assets/docs/docs/documentation/getting-started/introduction/index.html +2 -2
  23. solace_agent_mesh/assets/docs/docs/documentation/getting-started/quick-start/index.html +2 -2
  24. solace_agent_mesh/assets/docs/docs/documentation/tutorials/bedrock-agents/index.html +2 -2
  25. solace_agent_mesh/assets/docs/docs/documentation/tutorials/custom-agent/index.html +2 -2
  26. solace_agent_mesh/assets/docs/docs/documentation/tutorials/event-mesh-gateway/index.html +2 -2
  27. solace_agent_mesh/assets/docs/docs/documentation/tutorials/mcp-integration/index.html +2 -2
  28. solace_agent_mesh/assets/docs/docs/documentation/tutorials/mongodb-integration/index.html +2 -2
  29. solace_agent_mesh/assets/docs/docs/documentation/tutorials/rag-integration/index.html +2 -2
  30. solace_agent_mesh/assets/docs/docs/documentation/tutorials/rest-gateway/index.html +2 -2
  31. solace_agent_mesh/assets/docs/docs/documentation/tutorials/slack-integration/index.html +2 -2
  32. solace_agent_mesh/assets/docs/docs/documentation/tutorials/sql-database/index.html +2 -2
  33. solace_agent_mesh/assets/docs/docs/documentation/user-guide/builtin-tools/artifact-management/index.html +2 -2
  34. solace_agent_mesh/assets/docs/docs/documentation/user-guide/builtin-tools/audio-tools/index.html +2 -2
  35. solace_agent_mesh/assets/docs/docs/documentation/user-guide/builtin-tools/data-analysis-tools/index.html +2 -2
  36. solace_agent_mesh/assets/docs/docs/documentation/user-guide/builtin-tools/embeds/index.html +2 -2
  37. solace_agent_mesh/assets/docs/docs/documentation/user-guide/builtin-tools/index.html +2 -2
  38. solace_agent_mesh/assets/docs/docs/documentation/user-guide/create-agents/index.html +2 -2
  39. solace_agent_mesh/assets/docs/docs/documentation/user-guide/create-gateways/index.html +2 -2
  40. solace_agent_mesh/assets/docs/docs/documentation/user-guide/creating-python-tools/index.html +2 -2
  41. solace_agent_mesh/assets/docs/docs/documentation/user-guide/creating-service-providers/index.html +2 -2
  42. solace_agent_mesh/assets/docs/docs/documentation/user-guide/solace-ai-connector/index.html +2 -2
  43. solace_agent_mesh/assets/docs/docs/documentation/user-guide/structure/index.html +2 -2
  44. solace_agent_mesh/assets/docs/lunr-index-1759415743783.json +1 -0
  45. solace_agent_mesh/assets/docs/lunr-index.json +1 -1
  46. solace_agent_mesh/assets/docs/search-doc-1759415743783.json +1 -0
  47. solace_agent_mesh/assets/docs/search-doc.json +1 -1
  48. solace_agent_mesh/cli/__init__.py +1 -1
  49. solace_agent_mesh/cli/commands/plugin_cmd/create_cmd.py +0 -1
  50. solace_agent_mesh/cli/commands/plugin_cmd/plugin_cmd_llm.txt +1 -1
  51. solace_agent_mesh/client/webui/frontend/static/assets/{main-B0PHV3hm.js → main-DnnE01OM.js} +1 -1
  52. solace_agent_mesh/client/webui/frontend/static/index.html +1 -1
  53. solace_agent_mesh/common/services/identity_service.py +1 -1
  54. solace_agent_mesh/common/services/providers/local_file_identity_service.py +1 -1
  55. solace_agent_mesh/gateway/http_sse/component.py +3 -2
  56. solace_agent_mesh/gateway/http_sse/main.py +1 -2
  57. solace_agent_mesh/templates/plugin_pyproject_template.toml +0 -1
  58. {solace_agent_mesh-1.4.9.dist-info → solace_agent_mesh-1.4.10.dist-info}/METADATA +1 -1
  59. {solace_agent_mesh-1.4.9.dist-info → solace_agent_mesh-1.4.10.dist-info}/RECORD +63 -63
  60. solace_agent_mesh/assets/docs/lunr-index-1759254374040.json +0 -1
  61. solace_agent_mesh/assets/docs/search-doc-1759254374040.json +0 -1
  62. /solace_agent_mesh/assets/docs/assets/js/{main.51e33228.js.LICENSE.txt → main.cead6719.js.LICENSE.txt} +0 -0
  63. {solace_agent_mesh-1.4.9.dist-info → solace_agent_mesh-1.4.10.dist-info}/WHEEL +0 -0
  64. {solace_agent_mesh-1.4.9.dist-info → solace_agent_mesh-1.4.10.dist-info}/entry_points.txt +0 -0
  65. {solace_agent_mesh-1.4.9.dist-info → solace_agent_mesh-1.4.10.dist-info}/licenses/LICENSE +0 -0