solace-agent-mesh 1.3.1__py3-none-any.whl → 1.3.2__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 (118) hide show
  1. solace_agent_mesh/agent/protocol/event_handlers.py +91 -0
  2. solace_agent_mesh/agent/sac/app.py +2 -0
  3. solace_agent_mesh/assets/docs/404.html +3 -3
  4. solace_agent_mesh/assets/docs/assets/js/483cef9a.03d5dceb.js +1 -0
  5. solace_agent_mesh/assets/docs/assets/js/{main.1c79039d.js → main.4adc477a.js} +2 -2
  6. solace_agent_mesh/assets/docs/assets/js/{runtime~main.858117b7.js → runtime~main.cf0229ea.js} +1 -1
  7. solace_agent_mesh/assets/docs/docs/documentation/Enterprise/installation/index.html +3 -3
  8. solace_agent_mesh/assets/docs/docs/documentation/Enterprise/single-sign-on/index.html +5 -5
  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 +3 -3
  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-1757704179464.json +1 -0
  46. solace_agent_mesh/assets/docs/lunr-index.json +1 -1
  47. solace_agent_mesh/assets/docs/search-doc-1757704179464.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-C1k9E0aC.js → main-DjoMeldu.js} +8 -8
  51. solace_agent_mesh/client/webui/frontend/static/index.html +1 -1
  52. solace_agent_mesh/common/a2a/__init__.py +4 -0
  53. solace_agent_mesh/common/a2a/protocol.py +20 -0
  54. solace_agent_mesh/common/sac/sam_component_base.py +29 -9
  55. solace_agent_mesh/common/sam_events/__init__.py +9 -0
  56. solace_agent_mesh/common/sam_events/event_service.py +207 -0
  57. solace_agent_mesh/gateway/http_sse/alembic/env.py +1 -1
  58. solace_agent_mesh/gateway/http_sse/component.py +45 -35
  59. solace_agent_mesh/gateway/http_sse/dependencies.py +123 -60
  60. solace_agent_mesh/gateway/http_sse/main.py +20 -33
  61. solace_agent_mesh/gateway/http_sse/repository/__init__.py +37 -0
  62. solace_agent_mesh/gateway/http_sse/repository/entities/__init__.py +9 -0
  63. solace_agent_mesh/gateway/http_sse/repository/entities/message.py +41 -0
  64. solace_agent_mesh/gateway/http_sse/repository/entities/session.py +45 -0
  65. solace_agent_mesh/gateway/http_sse/repository/entities/session_history.py +16 -0
  66. solace_agent_mesh/gateway/http_sse/repository/interfaces.py +64 -0
  67. solace_agent_mesh/gateway/http_sse/repository/message_repository.py +78 -0
  68. solace_agent_mesh/gateway/http_sse/repository/models/__init__.py +9 -0
  69. solace_agent_mesh/gateway/http_sse/repository/models/base.py +7 -0
  70. solace_agent_mesh/gateway/http_sse/repository/models/message_model.py +27 -0
  71. solace_agent_mesh/gateway/http_sse/repository/models/session_model.py +27 -0
  72. solace_agent_mesh/gateway/http_sse/repository/session_repository.py +139 -0
  73. solace_agent_mesh/gateway/http_sse/routers/config.py +1 -0
  74. solace_agent_mesh/gateway/http_sse/routers/dto/requests/__init__.py +20 -0
  75. solace_agent_mesh/gateway/http_sse/{api → routers}/dto/requests/session_requests.py +1 -8
  76. solace_agent_mesh/gateway/http_sse/routers/dto/responses/__init__.py +16 -0
  77. solace_agent_mesh/gateway/http_sse/{api → routers}/dto/responses/session_responses.py +3 -30
  78. solace_agent_mesh/gateway/http_sse/{api/controllers/session_controller.py → routers/sessions.py} +20 -77
  79. solace_agent_mesh/gateway/http_sse/routers/tasks.py +42 -49
  80. solace_agent_mesh/gateway/http_sse/{api/controllers/user_controller.py → routers/users.py} +1 -1
  81. solace_agent_mesh/gateway/http_sse/services/session_service.py +245 -0
  82. solace_agent_mesh/gateway/http_sse/session_manager.py +0 -3
  83. solace_agent_mesh/gateway/http_sse/shared/enums.py +0 -5
  84. {solace_agent_mesh-1.3.1.dist-info → solace_agent_mesh-1.3.2.dist-info}/METADATA +1 -1
  85. {solace_agent_mesh-1.3.1.dist-info → solace_agent_mesh-1.3.2.dist-info}/RECORD +90 -98
  86. solace_agent_mesh/assets/docs/assets/js/483cef9a.4e972867.js +0 -1
  87. solace_agent_mesh/assets/docs/lunr-index-1757531604543.json +0 -1
  88. solace_agent_mesh/assets/docs/search-doc-1757531604543.json +0 -1
  89. solace_agent_mesh/gateway/http_sse/ARCHITECTURE_GUIDE.md +0 -676
  90. solace_agent_mesh/gateway/http_sse/api/__init__.py +0 -11
  91. solace_agent_mesh/gateway/http_sse/api/controllers/__init__.py +0 -9
  92. solace_agent_mesh/gateway/http_sse/api/controllers/task_controller.py +0 -279
  93. solace_agent_mesh/gateway/http_sse/api/dto/requests/__init__.py +0 -37
  94. solace_agent_mesh/gateway/http_sse/api/dto/requests/task_requests.py +0 -66
  95. solace_agent_mesh/gateway/http_sse/api/dto/responses/__init__.py +0 -43
  96. solace_agent_mesh/gateway/http_sse/api/dto/responses/task_responses.py +0 -74
  97. solace_agent_mesh/gateway/http_sse/application/__init__.py +0 -3
  98. solace_agent_mesh/gateway/http_sse/application/services/__init__.py +0 -3
  99. solace_agent_mesh/gateway/http_sse/application/services/session_service.py +0 -135
  100. solace_agent_mesh/gateway/http_sse/domain/entities/__init__.py +0 -3
  101. solace_agent_mesh/gateway/http_sse/domain/entities/session.py +0 -90
  102. solace_agent_mesh/gateway/http_sse/domain/repositories/__init__.py +0 -3
  103. solace_agent_mesh/gateway/http_sse/domain/repositories/session_repository.py +0 -54
  104. solace_agent_mesh/gateway/http_sse/infrastructure/__init__.py +0 -4
  105. solace_agent_mesh/gateway/http_sse/infrastructure/dependency_injection/__init__.py +0 -3
  106. solace_agent_mesh/gateway/http_sse/infrastructure/dependency_injection/container.py +0 -123
  107. solace_agent_mesh/gateway/http_sse/infrastructure/persistence/__init__.py +0 -4
  108. solace_agent_mesh/gateway/http_sse/infrastructure/persistence/database_persistence_service.py +0 -16
  109. solace_agent_mesh/gateway/http_sse/infrastructure/persistence/database_service.py +0 -119
  110. solace_agent_mesh/gateway/http_sse/infrastructure/persistence/models.py +0 -31
  111. solace_agent_mesh/gateway/http_sse/infrastructure/persistence_service.py +0 -12
  112. solace_agent_mesh/gateway/http_sse/infrastructure/repositories/__init__.py +0 -3
  113. solace_agent_mesh/gateway/http_sse/infrastructure/repositories/session_repository.py +0 -174
  114. /solace_agent_mesh/assets/docs/assets/js/{main.1c79039d.js.LICENSE.txt → main.4adc477a.js.LICENSE.txt} +0 -0
  115. /solace_agent_mesh/gateway/http_sse/{api → routers}/dto/__init__.py +0 -0
  116. {solace_agent_mesh-1.3.1.dist-info → solace_agent_mesh-1.3.2.dist-info}/WHEEL +0 -0
  117. {solace_agent_mesh-1.3.1.dist-info → solace_agent_mesh-1.3.2.dist-info}/entry_points.txt +0 -0
  118. {solace_agent_mesh-1.3.1.dist-info → solace_agent_mesh-1.3.2.dist-info}/licenses/LICENSE +0 -0
@@ -1 +1 @@
1
- __version__ = "1.3.1"
1
+ __version__ = "1.3.2"