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

There are too many changes on this page to be displayed.


The amount of changes on this page would crash your brower.

You can still verify the content by downloading the package file manually.