solace-agent-mesh 1.4.12__py3-none-any.whl → 1.5.0__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 (181) hide show
  1. solace_agent_mesh/agent/adk/adk_llm.txt +3 -4
  2. solace_agent_mesh/agent/adk/adk_llm_detail.txt +566 -0
  3. solace_agent_mesh/agent/adk/artifacts/artifacts_llm.txt +1 -1
  4. solace_agent_mesh/agent/adk/callbacks.py +51 -2
  5. solace_agent_mesh/agent/adk/models/lite_llm.py +1 -0
  6. solace_agent_mesh/agent/adk/models/models_llm.txt +1 -2
  7. solace_agent_mesh/agent/agent_llm.txt +1 -1
  8. solace_agent_mesh/agent/agent_llm_detail.txt +1702 -0
  9. solace_agent_mesh/agent/protocol/event_handlers.py +2 -13
  10. solace_agent_mesh/agent/protocol/protocol_llm.txt +15 -2
  11. solace_agent_mesh/agent/protocol/protocol_llm_detail.txt +92 -0
  12. solace_agent_mesh/agent/sac/component.py +51 -21
  13. solace_agent_mesh/agent/sac/sac_llm.txt +15 -1
  14. solace_agent_mesh/agent/sac/sac_llm_detail.txt +200 -0
  15. solace_agent_mesh/agent/sac/task_execution_context.py +73 -0
  16. solace_agent_mesh/agent/testing/testing_llm_detail.txt +68 -0
  17. solace_agent_mesh/agent/tools/tools_llm.txt +148 -154
  18. solace_agent_mesh/agent/tools/tools_llm_detail.txt +274 -0
  19. solace_agent_mesh/agent/utils/utils_llm.txt +1 -1
  20. solace_agent_mesh/agent/utils/utils_llm_detail.txt +149 -0
  21. solace_agent_mesh/assets/docs/404.html +3 -3
  22. solace_agent_mesh/assets/docs/assets/js/483cef9a.bf9398af.js +1 -0
  23. solace_agent_mesh/assets/docs/assets/js/{main.f67fc9f4.js → main.0c149855.js} +2 -2
  24. solace_agent_mesh/assets/docs/assets/js/{runtime~main.40527046.js → runtime~main.c66557e4.js} +1 -1
  25. solace_agent_mesh/assets/docs/docs/documentation/Enterprise/installation/index.html +3 -3
  26. solace_agent_mesh/assets/docs/docs/documentation/Enterprise/rbac-setup-guilde/index.html +3 -3
  27. solace_agent_mesh/assets/docs/docs/documentation/Enterprise/single-sign-on/index.html +8 -4
  28. 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
  29. solace_agent_mesh/assets/docs/docs/documentation/Migrations/A2A Upgrade To 0.3.0/a2a-technical-migration-map/index.html +3 -3
  30. solace_agent_mesh/assets/docs/docs/documentation/concepts/agents/index.html +3 -3
  31. solace_agent_mesh/assets/docs/docs/documentation/concepts/architecture/index.html +3 -3
  32. solace_agent_mesh/assets/docs/docs/documentation/concepts/cli/index.html +3 -3
  33. solace_agent_mesh/assets/docs/docs/documentation/concepts/gateways/index.html +3 -3
  34. solace_agent_mesh/assets/docs/docs/documentation/concepts/orchestrator/index.html +3 -3
  35. solace_agent_mesh/assets/docs/docs/documentation/concepts/plugins/index.html +3 -3
  36. solace_agent_mesh/assets/docs/docs/documentation/deployment/debugging/index.html +3 -3
  37. solace_agent_mesh/assets/docs/docs/documentation/deployment/deploy/index.html +3 -3
  38. solace_agent_mesh/assets/docs/docs/documentation/deployment/observability/index.html +3 -3
  39. solace_agent_mesh/assets/docs/docs/documentation/getting-started/component-overview/index.html +3 -3
  40. solace_agent_mesh/assets/docs/docs/documentation/getting-started/configurations/index.html +3 -3
  41. solace_agent_mesh/assets/docs/docs/documentation/getting-started/configurations/litellm_models/index.html +3 -3
  42. solace_agent_mesh/assets/docs/docs/documentation/getting-started/installation/index.html +3 -3
  43. solace_agent_mesh/assets/docs/docs/documentation/getting-started/introduction/index.html +3 -3
  44. solace_agent_mesh/assets/docs/docs/documentation/getting-started/quick-start/index.html +3 -3
  45. solace_agent_mesh/assets/docs/docs/documentation/tutorials/bedrock-agents/index.html +3 -3
  46. solace_agent_mesh/assets/docs/docs/documentation/tutorials/custom-agent/index.html +3 -3
  47. solace_agent_mesh/assets/docs/docs/documentation/tutorials/event-mesh-gateway/index.html +3 -3
  48. solace_agent_mesh/assets/docs/docs/documentation/tutorials/mcp-integration/index.html +3 -3
  49. solace_agent_mesh/assets/docs/docs/documentation/tutorials/mongodb-integration/index.html +3 -3
  50. solace_agent_mesh/assets/docs/docs/documentation/tutorials/rag-integration/index.html +3 -3
  51. solace_agent_mesh/assets/docs/docs/documentation/tutorials/rest-gateway/index.html +3 -3
  52. solace_agent_mesh/assets/docs/docs/documentation/tutorials/slack-integration/index.html +3 -3
  53. solace_agent_mesh/assets/docs/docs/documentation/tutorials/sql-database/index.html +3 -3
  54. solace_agent_mesh/assets/docs/docs/documentation/user-guide/builtin-tools/artifact-management/index.html +3 -3
  55. solace_agent_mesh/assets/docs/docs/documentation/user-guide/builtin-tools/audio-tools/index.html +3 -3
  56. solace_agent_mesh/assets/docs/docs/documentation/user-guide/builtin-tools/data-analysis-tools/index.html +3 -3
  57. solace_agent_mesh/assets/docs/docs/documentation/user-guide/builtin-tools/embeds/index.html +3 -3
  58. solace_agent_mesh/assets/docs/docs/documentation/user-guide/builtin-tools/index.html +3 -3
  59. solace_agent_mesh/assets/docs/docs/documentation/user-guide/create-agents/index.html +3 -3
  60. solace_agent_mesh/assets/docs/docs/documentation/user-guide/create-gateways/index.html +3 -3
  61. solace_agent_mesh/assets/docs/docs/documentation/user-guide/creating-python-tools/index.html +3 -3
  62. solace_agent_mesh/assets/docs/docs/documentation/user-guide/creating-service-providers/index.html +3 -3
  63. solace_agent_mesh/assets/docs/docs/documentation/user-guide/solace-ai-connector/index.html +3 -3
  64. solace_agent_mesh/assets/docs/docs/documentation/user-guide/structure/index.html +3 -3
  65. solace_agent_mesh/assets/docs/lunr-index-1760032255022.json +1 -0
  66. solace_agent_mesh/assets/docs/lunr-index.json +1 -1
  67. solace_agent_mesh/assets/docs/search-doc-1760032255022.json +1 -0
  68. solace_agent_mesh/assets/docs/search-doc.json +1 -1
  69. solace_agent_mesh/cli/__init__.py +1 -1
  70. solace_agent_mesh/client/webui/frontend/static/assets/{authCallback-j1LW-wlq.js → authCallback-DwrxZE0E.js} +1 -1
  71. solace_agent_mesh/client/webui/frontend/static/assets/{client-B9p_nFNA.js → client-DarGQzyw.js} +1 -1
  72. solace_agent_mesh/client/webui/frontend/static/assets/main-CZbpmwfA.css +1 -0
  73. solace_agent_mesh/client/webui/frontend/static/assets/main-C__uuUkB.js +339 -0
  74. solace_agent_mesh/client/webui/frontend/static/assets/{vendor-CS5YMf8a.js → vendor-BKIeiHj_.js} +80 -70
  75. solace_agent_mesh/client/webui/frontend/static/auth-callback.html +3 -3
  76. solace_agent_mesh/client/webui/frontend/static/index.html +4 -4
  77. solace_agent_mesh/common/a2a/a2a_llm.txt +1 -1
  78. solace_agent_mesh/common/a2a/a2a_llm_detail.txt +193 -0
  79. solace_agent_mesh/common/a2a_spec/a2a_spec_llm.txt +1 -1
  80. solace_agent_mesh/common/a2a_spec/a2a_spec_llm_detail.txt +736 -0
  81. solace_agent_mesh/common/a2a_spec/schemas/llm_invocation.json +23 -0
  82. solace_agent_mesh/common/a2a_spec/schemas/schemas_llm.txt +93 -15
  83. solace_agent_mesh/common/a2a_spec/schemas/tool_result.json +23 -0
  84. solace_agent_mesh/common/common_llm.txt +24 -39
  85. solace_agent_mesh/common/common_llm_detail.txt +2562 -0
  86. solace_agent_mesh/common/data_parts.py +9 -1
  87. solace_agent_mesh/common/middleware/middleware_llm_detail.txt +185 -0
  88. solace_agent_mesh/common/sac/sac_llm.txt +1 -1
  89. solace_agent_mesh/common/sac/sac_llm_detail.txt +82 -0
  90. solace_agent_mesh/common/sam_events/sam_events_llm.txt +104 -0
  91. solace_agent_mesh/common/sam_events/sam_events_llm_detail.txt +115 -0
  92. solace_agent_mesh/common/services/services_llm.txt +57 -6
  93. solace_agent_mesh/common/services/services_llm_detail.txt +459 -0
  94. solace_agent_mesh/common/utils/embeds/embeds_llm.txt +1 -1
  95. solace_agent_mesh/common/utils/utils_llm.txt +75 -87
  96. solace_agent_mesh/common/utils/utils_llm_detail.txt +572 -0
  97. solace_agent_mesh/core_a2a/core_a2a_llm_detail.txt +101 -0
  98. solace_agent_mesh/gateway/base/app.py +1 -1
  99. solace_agent_mesh/gateway/base/base_llm.txt +1 -1
  100. solace_agent_mesh/gateway/base/base_llm_detail.txt +235 -0
  101. solace_agent_mesh/gateway/gateway_llm.txt +242 -235
  102. solace_agent_mesh/gateway/gateway_llm_detail.txt +3885 -0
  103. solace_agent_mesh/gateway/http_sse/alembic/alembic_llm.txt +295 -0
  104. solace_agent_mesh/gateway/http_sse/alembic/env.py +10 -1
  105. solace_agent_mesh/gateway/http_sse/alembic/versions/20251006_98882922fa59_add_tasks_events_feedback_chat_tasks.py +190 -0
  106. solace_agent_mesh/gateway/http_sse/alembic/versions/versions_llm.txt +155 -0
  107. solace_agent_mesh/gateway/http_sse/alembic.ini +1 -1
  108. solace_agent_mesh/gateway/http_sse/app.py +148 -2
  109. solace_agent_mesh/gateway/http_sse/component.py +368 -60
  110. solace_agent_mesh/gateway/http_sse/components/components_llm.txt +46 -6
  111. solace_agent_mesh/gateway/http_sse/components/task_logger_forwarder.py +108 -0
  112. solace_agent_mesh/gateway/http_sse/components/visualization_forwarder_component.py +1 -1
  113. solace_agent_mesh/gateway/http_sse/dependencies.py +116 -26
  114. solace_agent_mesh/gateway/http_sse/http_sse_llm.txt +172 -172
  115. solace_agent_mesh/gateway/http_sse/http_sse_llm_detail.txt +3278 -0
  116. solace_agent_mesh/gateway/http_sse/main.py +146 -41
  117. solace_agent_mesh/gateway/http_sse/repository/__init__.py +3 -12
  118. solace_agent_mesh/gateway/http_sse/repository/chat_task_repository.py +103 -0
  119. solace_agent_mesh/gateway/http_sse/repository/entities/__init__.py +5 -3
  120. solace_agent_mesh/gateway/http_sse/repository/entities/chat_task.py +75 -0
  121. solace_agent_mesh/gateway/http_sse/repository/entities/entities_llm.txt +263 -0
  122. solace_agent_mesh/gateway/http_sse/repository/entities/feedback.py +20 -0
  123. solace_agent_mesh/gateway/http_sse/repository/entities/session_history.py +0 -16
  124. solace_agent_mesh/gateway/http_sse/repository/entities/task.py +25 -0
  125. solace_agent_mesh/gateway/http_sse/repository/entities/task_event.py +21 -0
  126. solace_agent_mesh/gateway/http_sse/repository/feedback_repository.py +81 -0
  127. solace_agent_mesh/gateway/http_sse/repository/interfaces.py +73 -18
  128. solace_agent_mesh/gateway/http_sse/repository/models/__init__.py +9 -5
  129. solace_agent_mesh/gateway/http_sse/repository/models/chat_task_model.py +31 -0
  130. solace_agent_mesh/gateway/http_sse/repository/models/feedback_model.py +21 -0
  131. solace_agent_mesh/gateway/http_sse/repository/models/models_llm.txt +266 -0
  132. solace_agent_mesh/gateway/http_sse/repository/models/session_model.py +3 -3
  133. solace_agent_mesh/gateway/http_sse/repository/models/task_event_model.py +25 -0
  134. solace_agent_mesh/gateway/http_sse/repository/models/task_model.py +32 -0
  135. solace_agent_mesh/gateway/http_sse/repository/repository_llm.txt +340 -0
  136. solace_agent_mesh/gateway/http_sse/repository/session_repository.py +4 -53
  137. solace_agent_mesh/gateway/http_sse/repository/task_repository.py +173 -0
  138. solace_agent_mesh/gateway/http_sse/routers/artifacts.py +1 -1
  139. solace_agent_mesh/gateway/http_sse/routers/config.py +26 -4
  140. solace_agent_mesh/gateway/http_sse/routers/dto/dto_llm.txt +346 -0
  141. solace_agent_mesh/gateway/http_sse/routers/dto/requests/__init__.py +3 -3
  142. solace_agent_mesh/gateway/http_sse/routers/dto/requests/requests_llm.txt +83 -0
  143. solace_agent_mesh/gateway/http_sse/routers/dto/requests/session_requests.py +2 -10
  144. solace_agent_mesh/gateway/http_sse/routers/dto/requests/task_requests.py +58 -0
  145. solace_agent_mesh/gateway/http_sse/routers/dto/responses/__init__.py +5 -3
  146. solace_agent_mesh/gateway/http_sse/routers/dto/responses/responses_llm.txt +107 -0
  147. solace_agent_mesh/gateway/http_sse/routers/dto/responses/session_responses.py +1 -15
  148. solace_agent_mesh/gateway/http_sse/routers/dto/responses/task_responses.py +30 -0
  149. solace_agent_mesh/gateway/http_sse/routers/feedback.py +37 -0
  150. solace_agent_mesh/gateway/http_sse/routers/routers_llm.txt +255 -204
  151. solace_agent_mesh/gateway/http_sse/routers/sessions.py +220 -40
  152. solace_agent_mesh/gateway/http_sse/routers/tasks.py +168 -42
  153. solace_agent_mesh/gateway/http_sse/services/data_retention_service.py +272 -0
  154. solace_agent_mesh/gateway/http_sse/services/feedback_service.py +241 -0
  155. solace_agent_mesh/gateway/http_sse/services/people_service.py +0 -80
  156. solace_agent_mesh/gateway/http_sse/services/services_llm.txt +177 -13
  157. solace_agent_mesh/gateway/http_sse/services/session_service.py +151 -84
  158. solace_agent_mesh/gateway/http_sse/services/task_logger_service.py +317 -0
  159. solace_agent_mesh/gateway/http_sse/shared/exception_handlers.py +25 -14
  160. solace_agent_mesh/gateway/http_sse/shared/shared_llm.txt +285 -0
  161. solace_agent_mesh/gateway/http_sse/shared/types.py +7 -0
  162. solace_agent_mesh/gateway/http_sse/utils/__init__.py +1 -0
  163. solace_agent_mesh/gateway/http_sse/utils/stim_utils.py +32 -0
  164. solace_agent_mesh/gateway/http_sse/utils/utils_llm.txt +47 -0
  165. solace_agent_mesh/solace_agent_mesh_llm.txt +1 -1
  166. solace_agent_mesh/solace_agent_mesh_llm_detail.txt +8599 -0
  167. {solace_agent_mesh-1.4.12.dist-info → solace_agent_mesh-1.5.0.dist-info}/METADATA +1 -1
  168. {solace_agent_mesh-1.4.12.dist-info → solace_agent_mesh-1.5.0.dist-info}/RECORD +172 -124
  169. solace_agent_mesh/agent/adk/invocation_monitor.py +0 -295
  170. solace_agent_mesh/assets/docs/assets/js/483cef9a.4736f2d8.js +0 -1
  171. solace_agent_mesh/assets/docs/lunr-index-1759936913198.json +0 -1
  172. solace_agent_mesh/assets/docs/search-doc-1759936913198.json +0 -1
  173. solace_agent_mesh/client/webui/frontend/static/assets/main-ChRwcV89.css +0 -1
  174. solace_agent_mesh/client/webui/frontend/static/assets/main-DnnE01OM.js +0 -339
  175. solace_agent_mesh/gateway/http_sse/repository/entities/message.py +0 -41
  176. solace_agent_mesh/gateway/http_sse/repository/message_repository.py +0 -84
  177. solace_agent_mesh/gateway/http_sse/repository/models/message_model.py +0 -45
  178. /solace_agent_mesh/assets/docs/assets/js/{main.f67fc9f4.js.LICENSE.txt → main.0c149855.js.LICENSE.txt} +0 -0
  179. {solace_agent_mesh-1.4.12.dist-info → solace_agent_mesh-1.5.0.dist-info}/WHEEL +0 -0
  180. {solace_agent_mesh-1.4.12.dist-info → solace_agent_mesh-1.5.0.dist-info}/entry_points.txt +0 -0
  181. {solace_agent_mesh-1.4.12.dist-info → solace_agent_mesh-1.5.0.dist-info}/licenses/LICENSE +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: solace-agent-mesh
3
- Version: 1.4.12
3
+ Version: 1.5.0
4
4
  Summary: Solace Agent Mesh is an open-source framework for building event-driven, multi-agent AI systems where specialized agents collaborate on complex tasks.
5
5
  Project-URL: Homepage, https://github.com/SolaceLabs/solace-agent-mesh
6
6
  Project-URL: Repository, https://github.com/SolaceLabs/solace-agent-mesh
@@ -1,16 +1,18 @@
1
1
  solace_agent_mesh/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
2
2
  solace_agent_mesh/llm.txt,sha256=0HhcBA1hHCqzrBtX2HmLeJSqJ3MnQfpwfj5KfD1C3ws,10856
3
3
  solace_agent_mesh/llm_detail.txt,sha256=bGC0uhenAL_DeFcfKBjGuONmP_8jhNaP0r2Zuipc1Vk,159304
4
- solace_agent_mesh/solace_agent_mesh_llm.txt,sha256=tiJ8d0lZoVWVuMHMkYfKiwuw4pbOGxYck-3sMaMatYU,14662
4
+ solace_agent_mesh/solace_agent_mesh_llm.txt,sha256=dHj8CbgUNLGlowT6gfOLgJd4_CpTYZ9lzVpMi3dVZ4c,14662
5
+ solace_agent_mesh/solace_agent_mesh_llm_detail.txt,sha256=49eiokJnUF1ja_4tceYmKpyL4xYzfuw6bh9r1ZD27N8,376073
5
6
  solace_agent_mesh/agent/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
6
- solace_agent_mesh/agent/agent_llm.txt,sha256=SxQXi97BbQr2clksllCAwzl4Qy-IxcRMKIcN43o3T-s,14768
7
+ solace_agent_mesh/agent/agent_llm.txt,sha256=YrsHF9kLVeJxGXWwSTye_WG31WVmjcpldVPAlDQIou0,14768
8
+ solace_agent_mesh/agent/agent_llm_detail.txt,sha256=M9lXP7eB1tJUW2fwq0OC5YtEY0hFFYWw1I4Qmq_8H1Y,81860
7
9
  solace_agent_mesh/agent/adk/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
8
- solace_agent_mesh/agent/adk/adk_llm.txt,sha256=XTONKecOiorM2mr0PB_FP5r8fgPXr2Dlp8C1Yt2AOws,15116
10
+ solace_agent_mesh/agent/adk/adk_llm.txt,sha256=MewQbGMQaX8_a6JuVgo1iqFBvqO6XoXnrRCNFKLh2Eg,15134
11
+ solace_agent_mesh/agent/adk/adk_llm_detail.txt,sha256=a11TTq0ABu5OVuuWuaNHHFTzQpxGqP564SJnv244E7c,28423
9
12
  solace_agent_mesh/agent/adk/app_llm_agent.py,sha256=WOJoUI23i5zPDqubNVVJhWUFvVdY4sRmsYzKmz-DomU,842
10
- solace_agent_mesh/agent/adk/callbacks.py,sha256=cvyJmxf3Du5WGOj2i4_gubt8iBb8IhzfdAWIB2ChJak,71906
13
+ solace_agent_mesh/agent/adk/callbacks.py,sha256=GLlf-z3r0ZZgdepa5iT_4P9XEpsH8hsy1u2Igcc6A7c,73971
11
14
  solace_agent_mesh/agent/adk/embed_resolving_mcp_toolset.py,sha256=KXr9zY8GBt8FzY8z9XKiV4KX_EiGBfcxGsnLV03ULQ8,11316
12
15
  solace_agent_mesh/agent/adk/intelligent_mcp_callbacks.py,sha256=4h2riXiw6DqFi3VVRZ92w_YuQQJ_Du6iUgx3PRuzrb8,15839
13
- solace_agent_mesh/agent/adk/invocation_monitor.py,sha256=_20-nQXVjGlAEyw9PLFTTvgti-WgqyNE58LPUELUWnA,11671
14
16
  solace_agent_mesh/agent/adk/mcp_content_processor.py,sha256=8s3ytZ8qrKZCUt_u8aE_EHH1_01yewPoekkllCuz9ME,23850
15
17
  solace_agent_mesh/agent/adk/runner.py,sha256=Sw4gg0LBrsEjqAOGl0D3Zdars7SGrlgDtlZ5w4HK2q8,13430
16
18
  solace_agent_mesh/agent/adk/services.py,sha256=50Uxai7soogVnj1gP1aDPQreazV01wjl7-dnIFBTkro,13884
@@ -18,23 +20,26 @@ solace_agent_mesh/agent/adk/setup.py,sha256=p7zga_JgSZ6_9TuGaain2ORdXPMHWvhuM3vS
18
20
  solace_agent_mesh/agent/adk/stream_parser.py,sha256=3i5rFN7dDVgjLvK4GG0PKYmxgIdtqKABfM9oTCouSZ0,8278
19
21
  solace_agent_mesh/agent/adk/tool_wrapper.py,sha256=yzkXjE4QtdVtO5edB-c-R_qJgaex9rmCHIswW1ltfxY,6513
20
22
  solace_agent_mesh/agent/adk/artifacts/__init__.py,sha256=vAB8eqGwgPo3nx6YkT93Y7puYRMcqIKMAchBizvdw7Y,62
21
- solace_agent_mesh/agent/adk/artifacts/artifacts_llm.txt,sha256=UZVqU_AU8rqrnzQV6CZ_MzsYd7o9ihUcqF7J1xns9gU,6567
23
+ solace_agent_mesh/agent/adk/artifacts/artifacts_llm.txt,sha256=xUQN6RO77AcaPSN93I7adwNwE2vg7nUFX0PuqYKr1zA,6567
22
24
  solace_agent_mesh/agent/adk/artifacts/filesystem_artifact_service.py,sha256=Z5uL1Mvy5ywVX47EXTy_xW2ZLtugAu6GlFWkeJ4leko,13983
23
25
  solace_agent_mesh/agent/adk/artifacts/s3_artifact_service.py,sha256=5apgJsqZIJHM_i6UP8di6PiQyJhmlAQBcWpl3sTEVmY,15412
24
- solace_agent_mesh/agent/adk/models/lite_llm.py,sha256=Enia0uFs2epagavdaCWNnvMFIL7VxRuo0A6mYBQZGWQ,30325
25
- solace_agent_mesh/agent/adk/models/models_llm.txt,sha256=tpihTC3M1-WXduJgZerCGcJzNUfRSsbtol4VFhKyd6U,6119
26
+ solace_agent_mesh/agent/adk/models/lite_llm.py,sha256=l6uuoAl-DW_hjx10ftVM7QksCpaCncW-hEiwh6xffCA,30380
27
+ solace_agent_mesh/agent/adk/models/models_llm.txt,sha256=RORjinNLVfjnZ0sq9Ax9MhUZAGvTVqDsAVBQkADfQ8s,6044
26
28
  solace_agent_mesh/agent/protocol/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
27
- solace_agent_mesh/agent/protocol/event_handlers.py,sha256=qLpQoGsB_8ZazrFmGdPmmCDOTjJk6W6Ow8BYK5Z7lYg,72973
28
- solace_agent_mesh/agent/protocol/protocol_llm.txt,sha256=3-ojfRlRtmmr6RuiAx_r1ib3LzSaRWjJdDaUpM9mZ5E,3929
29
+ solace_agent_mesh/agent/protocol/event_handlers.py,sha256=EAQsaDlVORdc15F1iQ_PRiwvbZDPW04JLj5sMMxiUoA,72548
30
+ solace_agent_mesh/agent/protocol/protocol_llm.txt,sha256=eyY5y4hv-MNkA5DHDs-1ccV67eN781g4kVfCJObJnCI,4615
31
+ solace_agent_mesh/agent/protocol/protocol_llm_detail.txt,sha256=yl3b6kBP5qh0XWM6ls10QST2T3ccLrcgIkld0o_Vl8A,5034
29
32
  solace_agent_mesh/agent/sac/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
30
33
  solace_agent_mesh/agent/sac/app.py,sha256=f7-PxLDqXMQjmLPIHqY5QdrH6LZQ2nSIeER_n8Qolwc,18601
31
- solace_agent_mesh/agent/sac/component.py,sha256=EwdeDA7iFsuf6l41Q-V6FNS-UmJyyXuvOb_RNfihgPY,132711
34
+ solace_agent_mesh/agent/sac/component.py,sha256=efGE30FPclQ4cC-taAeatNX8Oxa6yYe-66rSVHhEH0w,133872
32
35
  solace_agent_mesh/agent/sac/patch_adk.py,sha256=LQhPvwpEVeeDVUgZD-p8CTxft-jRv_OadMR-gR1uTXk,4266
33
- solace_agent_mesh/agent/sac/sac_llm.txt,sha256=KcnVBK8oBuyguMkrCzG773GOQyPqscGxK7VdK2RYYco,9101
34
- solace_agent_mesh/agent/sac/task_execution_context.py,sha256=EpX6IWUtlv9ot9aW4_5bjEctJXd-O5Ozmq-FsJE9MBU,7663
36
+ solace_agent_mesh/agent/sac/sac_llm.txt,sha256=PYiVgyD2RpKNsI2QW2Kn22ZlEvoXjzXLzOMw5FbwFVw,9675
37
+ solace_agent_mesh/agent/sac/sac_llm_detail.txt,sha256=9xjnleDfVCjirnT1MggdGZ93q2YhNkqhjjBYxXimUHk,10069
38
+ solace_agent_mesh/agent/sac/task_execution_context.py,sha256=CYLFKDh-PR0XcZ7CVPBw6R7cUxuW3nVz-oR_hO4itI0,10809
35
39
  solace_agent_mesh/agent/testing/__init__.py,sha256=Jo_gILQRyefq52v4zYml91xf04lduzam-2fwgNwuAy4,64
36
40
  solace_agent_mesh/agent/testing/debug_utils.py,sha256=-nNJUs8aeRnEFbG0ZrXL3-FFcCDKC_-7KXViwp6fLqw,4972
37
41
  solace_agent_mesh/agent/testing/testing_llm.txt,sha256=14tuiINvkLTel3zTM7MsRQrmGLWuuJ79ywTU7gjiwqg,2180
42
+ solace_agent_mesh/agent/testing/testing_llm_detail.txt,sha256=XBZUeyp87IrhqULoP9v42ALQybOiGJwj3ESFHn-DmWs,2594
38
43
  solace_agent_mesh/agent/tools/__init__.py,sha256=3dURhTS7XdvQW1A5j-_eigcZNjhzog6C1O5SgYePn_8,500
39
44
  solace_agent_mesh/agent/tools/audio_tools.py,sha256=LOjfD2tTsYanIbntpysX4gQZ1e8NHqmv_yQ7iHitvyQ,59717
40
45
  solace_agent_mesh/agent/tools/builtin_artifact_tools.py,sha256=M4u9g4ZmQB7vrl-DiQE3EMzS3Y7q-WXHT_y_8dGU5aU,78200
@@ -47,21 +52,25 @@ solace_agent_mesh/agent/tools/registry.py,sha256=A4I1RbvQ0b-AFyH4d_vpdAjE3mtoWV_
47
52
  solace_agent_mesh/agent/tools/test_tools.py,sha256=Bu5nueLX1YFxUFJC2jeG5y3z_s1B3KwqkRAo4TKl4YI,4217
48
53
  solace_agent_mesh/agent/tools/tool_config_types.py,sha256=IeDB0XBJbulFYbOFeU5UUOZlcbt6A6MLby_M6Hzv3tc,1913
49
54
  solace_agent_mesh/agent/tools/tool_definition.py,sha256=CXgcnAsXiSA6H3UrbvXfo0chTYLDzRWmDi5vzzCmOQA,2015
50
- solace_agent_mesh/agent/tools/tools_llm.txt,sha256=W-JcxYZ6JQERrRTYRhWZQeOobUN_Dszl93_Y0kwv7mc,13653
55
+ solace_agent_mesh/agent/tools/tools_llm.txt,sha256=E2uxfotNoL1nQoVbg14tASUNxmY-dUY-YcFV8H3pyOs,14011
56
+ solace_agent_mesh/agent/tools/tools_llm_detail.txt,sha256=AIpLVNLEK_G-S4wBQViGmYqQIT55QPEH2F9zzTfghBs,14415
51
57
  solace_agent_mesh/agent/tools/web_tools.py,sha256=KDFF8ZKH-9ytCZo580IHSXvTuBZS1nMmzFUNn0-bqi0,15384
52
58
  solace_agent_mesh/agent/utils/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
53
59
  solace_agent_mesh/agent/utils/artifact_helpers.py,sha256=4DZSiQx_-ztyIg6dcVLJ72P4r4CJSWQANUIfSFQCMpQ,43461
54
60
  solace_agent_mesh/agent/utils/config_parser.py,sha256=pElDc96YftH3rdBaMCmHDdzPkAEx_kGkU0FrcztKP9E,1665
55
61
  solace_agent_mesh/agent/utils/context_helpers.py,sha256=jWKY5Kpy2KWTYMz4G5AOi8VIu3IbD1LdStpI7j5y-bU,2075
56
- solace_agent_mesh/agent/utils/utils_llm.txt,sha256=vuy7-BYOx816-QeBGM2ue7W1ned0Q6TjW6A8lln0i2E,7442
62
+ solace_agent_mesh/agent/utils/utils_llm.txt,sha256=_WjJhkogiZwO7cen1xQtHJJRrZXiU4yWPw84rVes9Vw,7442
63
+ solace_agent_mesh/agent/utils/utils_llm_detail.txt,sha256=CQk1YTXq2h4BVbfsjJwKkFEK1ZsWHHfaTVTeKHnrYGo,7846
57
64
  solace_agent_mesh/common/__init__.py,sha256=gtpOFNjDuFmImR592AQckhQTaiA8HrsfTvAP1oCfxCY,63
58
65
  solace_agent_mesh/common/agent_registry.py,sha256=7rbyyxhtnW8CB45nDjI6S_uEAUotV1iWfu5xqMbm9Dw,1264
59
- solace_agent_mesh/common/common_llm.txt,sha256=3CPdoLFPf3Mmy93YkI7_bFZGjbdWDN3W183JVvYo4gw,14544
66
+ solace_agent_mesh/common/common_llm.txt,sha256=3iy8Z0YPT_JPEaH8VOd3p1S5_pmJE8hyR6wtWTeUOlg,14664
67
+ solace_agent_mesh/common/common_llm_detail.txt,sha256=iOmXuwHVdCMGTyBNG71Pq9MjEJiXAU54j-LyyUTic4Y,115252
60
68
  solace_agent_mesh/common/constants.py,sha256=off1VBwx5mKC6jhYzgcVf7rG1XAByd0sCpZWl2-AjJ0,281
61
- solace_agent_mesh/common/data_parts.py,sha256=Fc3kTG5PHvQWe_u-5GR8E4hgEUm2VqRTrqPSC3Yy4Og,3141
69
+ solace_agent_mesh/common/data_parts.py,sha256=LsHVhxiuuFZP2MbPn61qWV3TCoLi3YxL5xXe9cQcejE,3529
62
70
  solace_agent_mesh/common/exceptions.py,sha256=or9OTXM587Ij5yXlF4fagwqXUcRPPDFNX852GPZk09Y,845
63
71
  solace_agent_mesh/common/a2a/__init__.py,sha256=QpyLSDeoN_KhKY189ZPoU7145btU7cB-lLyOpjYsY98,6363
64
- solace_agent_mesh/common/a2a/a2a_llm.txt,sha256=xMdFM0DKJDIu9MZQdIPMqpqJxSN3eQyFnJLK5wl3cOg,13638
72
+ solace_agent_mesh/common/a2a/a2a_llm.txt,sha256=viNKm3cHyVqM43PF43CerDVwy5_kvWSkmvEvV9DO0hk,13638
73
+ solace_agent_mesh/common/a2a/a2a_llm_detail.txt,sha256=v-YD6tFEwqmi0uWj_Ab8AEHpu70FlPXPhJSCktMRn90,14034
65
74
  solace_agent_mesh/common/a2a/artifact.py,sha256=McPSqCT2ZQNJAdxzQ7elkTJR7rplPTNx1oay2La0fxI,10922
66
75
  solace_agent_mesh/common/a2a/events.py,sha256=-rltDOLfD5dxI-4JpIi3nytEm8LrsszaoVmKk2Rm82s,4861
67
76
  solace_agent_mesh/common/a2a/message.py,sha256=8SOPXhOBPPnbcndZppH79ktkupFayG7WyIEKbl0MtU0,8981
@@ -70,26 +79,32 @@ solace_agent_mesh/common/a2a/task.py,sha256=906ByBEw7mlZEabMmgUSkzlFEHUC3r1HYwSu
70
79
  solace_agent_mesh/common/a2a/translation.py,sha256=mYrkzRwQnVngrPDwHdGbFRPckriR-7R_IClHnckHOxo,24735
71
80
  solace_agent_mesh/common/a2a/types.py,sha256=N0azqlzGXwzmNQ9MLLR1b7lfmY_GrZ4JDHZQMe8sB0g,1717
72
81
  solace_agent_mesh/common/a2a_spec/a2a.json,sha256=l9biQ1M2g2zR1B3_rPg6GpeQK2K4Ju8U7FcE24XJXxc,103940
73
- solace_agent_mesh/common/a2a_spec/a2a_spec_llm.txt,sha256=p8Ub3thLRYe74kh_OSLDb5aBAYLwiSS9ZHClNQN2XsY,12701
82
+ solace_agent_mesh/common/a2a_spec/a2a_spec_llm.txt,sha256=95bRHFWhkd0zVAqQSLXsP_zKtF-EvGcEWRZoOsmXxWE,12701
83
+ solace_agent_mesh/common/a2a_spec/a2a_spec_llm_detail.txt,sha256=NIoiCZpo3kt09ZLnLQw3VyrqCg2rYNLU7uvQ5eoJv9E,22688
74
84
  solace_agent_mesh/common/a2a_spec/schemas/agent_progress_update.json,sha256=YCFDfiF5hQkzUxOGk1x1BBy3ZBdS5wbP9g0P1DAcMR0,609
75
85
  solace_agent_mesh/common/a2a_spec/schemas/artifact_creation_progress.json,sha256=JiMwpZ8-NYyiPWF5zGAa3yoMkmE167UDjMT8UNCw04A,954
76
- solace_agent_mesh/common/a2a_spec/schemas/llm_invocation.json,sha256=_Ev5PUgZrcY1FAKRofWCcUN08_TVHHaPhuhOHB2WUSM,583
77
- solace_agent_mesh/common/a2a_spec/schemas/schemas_llm.txt,sha256=DQmfm-8_8hUEUh2TA7YUgPYw3BfH4RhiX_lAvhbZTVA,6780
86
+ solace_agent_mesh/common/a2a_spec/schemas/llm_invocation.json,sha256=slwBsR2CElIdIyl5Kq53MO-DlPSHBg7fbAyeekkZTrM,1487
87
+ solace_agent_mesh/common/a2a_spec/schemas/schemas_llm.txt,sha256=sv8qcJxbqySb4HFY0eSFTbbzTABRyaJJJsq-qUPNpUU,9414
78
88
  solace_agent_mesh/common/a2a_spec/schemas/tool_invocation_start.json,sha256=xRwcoJJTqpG8B1wKZwj3yIftx4oB44f7zknoXjuHA0I,867
79
- solace_agent_mesh/common/a2a_spec/schemas/tool_result.json,sha256=yUgmkYDRnwuKOAmlNivdMQ3s-RKlbX6pAuWNaj6CSic,854
89
+ solace_agent_mesh/common/a2a_spec/schemas/tool_result.json,sha256=LnKFkPkK_KU-Lq0Y3jNtD7l5Ye_uGTK-BI9R-l1y2lY,1785
80
90
  solace_agent_mesh/common/middleware/__init__.py,sha256=HjlEneTOAnApGEjUow8BFqdFloW0AEnV7Qwng5PaVj4,408
81
91
  solace_agent_mesh/common/middleware/config_resolver.py,sha256=gu237CXDJcFAH1zae2on-GEP0UevxjulihZ73GAyfZw,4431
82
92
  solace_agent_mesh/common/middleware/middleware_llm.txt,sha256=TSgh6Z5zXD7XoSrdD23ofJFzdhGp_7Siv2kYqTP93p0,9089
93
+ solace_agent_mesh/common/middleware/middleware_llm_detail.txt,sha256=dR7SgZzxtFXo50i0kMa2DeNhDDA9e3AWjqFpqAN-M6s,9520
83
94
  solace_agent_mesh/common/middleware/registry.py,sha256=5eQQW_E61_kBs4W8JZA115wv_tEggJwqmhxkmqAefHI,3931
84
95
  solace_agent_mesh/common/sac/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
85
- solace_agent_mesh/common/sac/sac_llm.txt,sha256=kylXMKzkSl7JBSkIaPYeU4cS3r2bMwsWd60sTQNypqY,2841
96
+ solace_agent_mesh/common/sac/sac_llm.txt,sha256=bs6yeFrPPik3YDq84JWGckgJOGbEn_REQJyj-w2-SRg,2841
97
+ solace_agent_mesh/common/sac/sac_llm_detail.txt,sha256=t0Vq7YNu1AjPIT1XN-eAwKgPsJZGnuq-Myout4UJo3Q,3237
86
98
  solace_agent_mesh/common/sac/sam_component_base.py,sha256=i6kLvKq4aE5mESJOdMsLuGqc-H1tzNJTUtcO49hRoGs,10583
87
99
  solace_agent_mesh/common/sam_events/__init__.py,sha256=J83dwcSjizOxMp4er9kNXdpP-nwGe8I8hTRGyVRZeeQ,290
88
100
  solace_agent_mesh/common/sam_events/event_service.py,sha256=9x4lrnl1-d3BnLduJC0m4qLzVDTJtK8wKh3t29Y-ioo,7599
101
+ solace_agent_mesh/common/sam_events/sam_events_llm.txt,sha256=gaVYM6crAKcSb9EJ7LPE9eDFn5XhVrUwERkbPzgXpH4,4708
102
+ solace_agent_mesh/common/sam_events/sam_events_llm_detail.txt,sha256=3pRNy-NjelKLiJts3uqLZGxjOVpF_9uJtsKYYx2d8Mw,5139
89
103
  solace_agent_mesh/common/services/__init__.py,sha256=4m4Vnp-DgXSsj-JFcE5ONAwjyWNm8IuaIxF2a0hV0SA,114
90
104
  solace_agent_mesh/common/services/employee_service.py,sha256=sIxj0Nt7JRL52P8MzGv3XfCXlBoGRSPOGkq9moMvA4s,6269
91
105
  solace_agent_mesh/common/services/identity_service.py,sha256=ZHpxHUjBWVgxkz7P0zaEKQvGTkDvJbmGMVJW6ZQfKJc,4949
92
- solace_agent_mesh/common/services/services_llm.txt,sha256=RsJO51zDpJS_Fah0UXvAg0LurA0PPMnSmjiuIiTcyzM,13936
106
+ solace_agent_mesh/common/services/services_llm.txt,sha256=72M1ujwD3xJw8vl1XQRwiZY_Qk_ctTvBNmYYE01Dtw4,15466
107
+ solace_agent_mesh/common/services/services_llm_detail.txt,sha256=KjseYfNfhG_Xx0LJWktnPH6f-HzUbGbtC9PW9JGgBfQ,19268
93
108
  solace_agent_mesh/common/services/providers/__init__.py,sha256=UVRTEftrFu3XMFRmNLiXKAFRaDYoD-_As05cIOO0gqI,126
94
109
  solace_agent_mesh/common/services/providers/local_file_identity_service.py,sha256=JPmgGtxQVFOxXZ4a0kiOAeuYsAfwS-F30DWSqI1xs7U,5026
95
110
  solace_agent_mesh/common/services/providers/providers_llm.txt,sha256=UjxyEPSURBOQ2qYKS5JZJ6xvkqCxbalLZ19Jdsw_kQU,3221
@@ -104,78 +119,107 @@ solace_agent_mesh/common/utils/mime_helpers.py,sha256=wbX5g4GNodyWdcmMeKc1VxZcHd
104
119
  solace_agent_mesh/common/utils/push_notification_auth.py,sha256=Jp3W2cqNQK6Q27dLGo2bzCOQcwp23TkgkAcb5CckdAo,4622
105
120
  solace_agent_mesh/common/utils/pydantic_utils.py,sha256=e64hdQorKwmltkmXx8_msBqi1c8mBTPA5qui0G3ebtM,2101
106
121
  solace_agent_mesh/common/utils/type_utils.py,sha256=07yggtdpGjSwTleLevcJKWyZCZ2Kq5wnNoJMG9BMhio,1002
107
- solace_agent_mesh/common/utils/utils_llm.txt,sha256=Sdj3ecsd2mFOZiYEs05fTipvzL7OmPA1zNh-qjxJxqU,14416
122
+ solace_agent_mesh/common/utils/utils_llm.txt,sha256=5V4Qx8lJDPSGfnQxhI7_0JxYjTcgq8Q08l40WKKIrws,14482
123
+ solace_agent_mesh/common/utils/utils_llm_detail.txt,sha256=uz1M_G73y5ax1eJrHD2V10SkbzTsau4AE1_engfOXBk,28275
108
124
  solace_agent_mesh/common/utils/embeds/__init__.py,sha256=UQsXrRiFmeKSy_gW_tIHGEI3Av8HprvHM7tzhqmOaiA,733
109
125
  solace_agent_mesh/common/utils/embeds/constants.py,sha256=X5bc93SK2Mr9xVEzVfcIA-SkU_zyTfh8zBRq6Rm3gD0,1447
110
126
  solace_agent_mesh/common/utils/embeds/converter.py,sha256=WY2XogyR3mCZPNwTFc45lfUG9bA9pTO2XJlt2ksPfSw,18586
111
- solace_agent_mesh/common/utils/embeds/embeds_llm.txt,sha256=Cy0rj25Bb3q69LnQFIDx94m623p_CT7nraXgztTI6m8,13245
127
+ solace_agent_mesh/common/utils/embeds/embeds_llm.txt,sha256=Tk0KZP975UJIDH9-d_UIK7szIFTw5QrmmH903thSsj4,13245
112
128
  solace_agent_mesh/common/utils/embeds/evaluators.py,sha256=-EONVHnzq2aGDIPNnc598tYwLl3yhnfT9srDtcWtST8,14284
113
129
  solace_agent_mesh/common/utils/embeds/modifiers.py,sha256=LE3ZPtjq2IfXXgotiTfCE9Bof-TVFjsETn9JV7b8Fck,27941
114
130
  solace_agent_mesh/common/utils/embeds/resolver.py,sha256=iJj1lU3KZazxNpQHvRc1SyyCoRHg_y_2MDV_WHIZp-U,32311
115
131
  solace_agent_mesh/common/utils/embeds/types.py,sha256=jgXPjvZDoJS2ji-bNjiAbfBQuz_OfLHn-frfyI6uQtc,303
116
132
  solace_agent_mesh/core_a2a/__init__.py,sha256=DSxiK4RT2IwAk4UOja9aF-G44u0G62yWh_Mz0G9tuv0,59
117
133
  solace_agent_mesh/core_a2a/core_a2a_llm.txt,sha256=KykfzI3465QktMkqgNbS7-nEJndE6KnafBVuGb_7Mmc,4085
134
+ solace_agent_mesh/core_a2a/core_a2a_llm_detail.txt,sha256=GiExul2a_dm1Xnlo2UdiYzuDlUUWmAWBy5pLFHq5boo,4492
118
135
  solace_agent_mesh/core_a2a/service.py,sha256=iVSjhoKWTE3fOEE37SMtDPdDf4i6eh9_6vsjeRv1Y7A,11016
119
136
  solace_agent_mesh/gateway/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
120
- solace_agent_mesh/gateway/gateway_llm.txt,sha256=67m_yuRW0VJ4ddldGWwXLx0aiVqK5lZH3RamNX1fATk,14063
137
+ solace_agent_mesh/gateway/gateway_llm.txt,sha256=xqO3zJtmHt1jpyugcAIPqzRMGtzPp_jwpp3xgGLN1ng,14340
138
+ solace_agent_mesh/gateway/gateway_llm_detail.txt,sha256=jHfCbg3yc9TzfquWHzTnet1CogPnuMS_MoOvhbNhnZI,160497
121
139
  solace_agent_mesh/gateway/base/__init__.py,sha256=lOpIGp8W2rFNpLxfpk3VKLA-dBqxwtMxMVlhbaCisJY,72
122
- solace_agent_mesh/gateway/base/app.py,sha256=mvECmVEjuIf51Zs_7I16tBxwp6RgFVl5qsmp9lNgXcA,11143
123
- solace_agent_mesh/gateway/base/base_llm.txt,sha256=51U3VfwzCfptYxcFIjmNE8Wt07cgFfH3VlEp2kaXBZU,11291
140
+ solace_agent_mesh/gateway/base/app.py,sha256=LWIdT9by6Dg3sWCUgmfF36TwMJ04tyYfZHQu-is-5vo,11144
141
+ solace_agent_mesh/gateway/base/base_llm.txt,sha256=3yi2tsWV4G-9hREufHH1qw-yKAaCptE-g_7iCM0IEcA,11291
142
+ solace_agent_mesh/gateway/base/base_llm_detail.txt,sha256=Ze20nlTHpObSYWGxtz98jW9gzijdoz7IVI-N9wtPaGs,11694
124
143
  solace_agent_mesh/gateway/base/component.py,sha256=gfSQbDiyikSu9_hLrdi7zInZHYR0j6jQe949GlKKLsE,55151
125
144
  solace_agent_mesh/gateway/base/task_context.py,sha256=sFRRHyvBij-xms1f_VFc8om8-xIpRZawIctWtdmi6QY,2446
126
145
  solace_agent_mesh/gateway/http_sse/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
127
- solace_agent_mesh/gateway/http_sse/alembic.ini,sha256=jPWjnjnvk5tr691YUcCv-jo7ZApFEgqS01Iz70U93Mc,4650
128
- solace_agent_mesh/gateway/http_sse/app.py,sha256=T9fHBRy5HyiG31lrV44q-VxEzHn_aAh2fjddHc6sm-I,6476
129
- solace_agent_mesh/gateway/http_sse/component.py,sha256=7i-Jl30dgjI5t-TpVdkoDRU42FQVEdwuBJ7zM_uNVCI,74543
130
- solace_agent_mesh/gateway/http_sse/dependencies.py,sha256=xgXt4GWFYEamXArxJBEDCRQ4BNIWUgOO2OZ2YakK0t8,17478
131
- solace_agent_mesh/gateway/http_sse/http_sse_llm.txt,sha256=Jx6IJWYFl48LmW-xDuCtjpubs0iPY54bt6bLWF_SNUw,14271
132
- solace_agent_mesh/gateway/http_sse/main.py,sha256=4VbNqcwu9SeSCt-A0dF6kcnCMsDZETB9GYXC2HIS2wE,24990
146
+ solace_agent_mesh/gateway/http_sse/alembic.ini,sha256=5pfm9eJ_HBeVNt8TGRbeAb20y7eHpOAvhwfed5hyzo0,4651
147
+ solace_agent_mesh/gateway/http_sse/app.py,sha256=HlioKYoxMPI5aWkvK7m0jorIcPhPnMAJEMgP7B1Zc2Y,12546
148
+ solace_agent_mesh/gateway/http_sse/component.py,sha256=yrJx_W8Jpu2mKbOZoRGpEFf-L_9z4yE3R1stZQOJtCI,88750
149
+ solace_agent_mesh/gateway/http_sse/dependencies.py,sha256=eX9maEdhi3AukgjrewHxISN4bX9WhWo8XjN9C_CfHj8,20907
150
+ solace_agent_mesh/gateway/http_sse/http_sse_llm.txt,sha256=YFNRwJhXPbuqm_AlpyuPvGo4vOZPraxZROcjJOI1peA,14488
151
+ solace_agent_mesh/gateway/http_sse/http_sse_llm_detail.txt,sha256=w52lYh7C9T6Z7vx6GTb3zBYkvCRHxfFtaN8Hb1LG_DQ,134621
152
+ solace_agent_mesh/gateway/http_sse/main.py,sha256=tgky5bBh8sDpNpItjXunJYPENBTEs4-fvhmvW83CQRc,27028
133
153
  solace_agent_mesh/gateway/http_sse/session_manager.py,sha256=4AReeS6-p-2MqE0AOlBrHSoU-ADC4W7dJ28aVtZbDp0,8538
134
154
  solace_agent_mesh/gateway/http_sse/sse_event_buffer.py,sha256=GsC-kh2D5Fd3A3SZUU0zeGk74FB8617u-YsYMSNLPCI,3210
135
155
  solace_agent_mesh/gateway/http_sse/sse_manager.py,sha256=qCfh9aYwR-nX7Ps8DnumKTmh5bO-QwS4E7AlWjS113o,14638
136
- solace_agent_mesh/gateway/http_sse/alembic/env.py,sha256=ZoZB47NxagV8iQ6BaiIQVXwD_qc9JW10NKO3UhC_bj4,2458
156
+ solace_agent_mesh/gateway/http_sse/alembic/alembic_llm.txt,sha256=dx2O9si5_zoPYk9wQL4Q7u6QbYsj9aGI-3NCBXP649Y,10022
157
+ solace_agent_mesh/gateway/http_sse/alembic/env.py,sha256=J3GMFKwY1-f5rJeNaoJRotBHEpRZWQMciLpNHJLki2k,2835
137
158
  solace_agent_mesh/gateway/http_sse/alembic/script.py.mako,sha256=84_5EHZF90Ak58GV4R5YUwxvvzsaI6N9LxIHC8X7N1w,703
138
159
  solace_agent_mesh/gateway/http_sse/alembic/versions/20250910_d5b3f8f2e9a0_create_initial_database.py,sha256=1n-kACCNTIjF9VagyZDf2Z7CXLB7yUuN4CnHpG0hdqk,1926
139
160
  solace_agent_mesh/gateway/http_sse/alembic/versions/20250911_b1c2d3e4f5g6_add_database_indexes.py,sha256=HZbxw5PrpneWIwMFteu-LGsoef8GD1F43vLiFfvBTaw,2408
140
161
  solace_agent_mesh/gateway/http_sse/alembic/versions/20250916_f6e7d8c9b0a1_convert_timestamps_to_epoch_and_align_columns.py,sha256=pU9e_X0X4ggjyg8rhSsuutTD0EKi-jrez8n16xWIy00,15682
162
+ solace_agent_mesh/gateway/http_sse/alembic/versions/20251006_98882922fa59_add_tasks_events_feedback_chat_tasks.py,sha256=uXMC_l-czaDwiAlZziqK8Lsa9-6mdDQrfaBN0UG5mOc,7619
163
+ solace_agent_mesh/gateway/http_sse/alembic/versions/versions_llm.txt,sha256=RA5KkbWXimw4EpwZb26axs3OmN9JcfWvpkRL5vA7Dog,6665
141
164
  solace_agent_mesh/gateway/http_sse/components/__init__.py,sha256=zSidQziYjSrjX5XXXbyBAJ7pgKr0Efy6RXiJiufdq0Q,186
142
- solace_agent_mesh/gateway/http_sse/components/components_llm.txt,sha256=DF-kLoVXikA0-R_7-xA3gsf6vFq8av4CAvbgJUplSVg,3183
143
- solace_agent_mesh/gateway/http_sse/components/visualization_forwarder_component.py,sha256=oHVnv4DK-nP9Mbp6i6CSJ63Ch6lx4epE3Cn0dn3BndQ,3941
144
- solace_agent_mesh/gateway/http_sse/repository/__init__.py,sha256=1t6cXo3WzuodK-cEAHLeliadeVMPjBeAwUAzHJ7QiJ0,904
145
- solace_agent_mesh/gateway/http_sse/repository/interfaces.py,sha256=-aJedG0BNHeUCRklu8Og4lSmChlbx_k8VDu5Bj_dalM,1955
146
- solace_agent_mesh/gateway/http_sse/repository/message_repository.py,sha256=MQRL-GhERpsYNcjWa0lwL9iFVgVMqd8djpx-yjgzTR0,3137
147
- solace_agent_mesh/gateway/http_sse/repository/session_repository.py,sha256=yUDZC1jXVLO8DMcSWhbo8kI1MYVo-EeIMlaW_7CkpLo,5095
148
- solace_agent_mesh/gateway/http_sse/repository/entities/__init__.py,sha256=VLhwNk7X3ZsVqDQytNkqwA4xQON0W3P-kojV6ZCgw_c,204
149
- solace_agent_mesh/gateway/http_sse/repository/entities/message.py,sha256=FqMWh_p9sTEE3AbamcZjQp6doZmxwdYapcMOMAt6IbY,1251
165
+ solace_agent_mesh/gateway/http_sse/components/components_llm.txt,sha256=tgLaAwSBivsYpkOL3Nd2dZcflhjM34a8W9IJFvvANIY,4981
166
+ solace_agent_mesh/gateway/http_sse/components/task_logger_forwarder.py,sha256=CJjgVTXcwJIbFEGREpXb75U07aT3ZpzRh2upq2qCcIk,3932
167
+ solace_agent_mesh/gateway/http_sse/components/visualization_forwarder_component.py,sha256=sP_aezc_S2WwCajsil_09EaUkgSO-d9-_x1qJo-vCsc,3947
168
+ solace_agent_mesh/gateway/http_sse/repository/__init__.py,sha256=hq8k-0dN_bOg9X70agz63zbxeVXvLWLrOnues_46voY,587
169
+ solace_agent_mesh/gateway/http_sse/repository/chat_task_repository.py,sha256=wLQR7CaefYqXiqKhiSIPNBIxqf5MU_fZCy7eg0wCzUc,3515
170
+ solace_agent_mesh/gateway/http_sse/repository/feedback_repository.py,sha256=mMwgte8L3EKNi-fO4k3XirCDZLl5LFJ4qFaPonspeHU,2629
171
+ solace_agent_mesh/gateway/http_sse/repository/interfaces.py,sha256=gDjrOQBvt5jWjJ_R32QiuyUC_IIA9LmyFB8b3zl1ojs,3489
172
+ solace_agent_mesh/gateway/http_sse/repository/repository_llm.txt,sha256=_iUQgNpEV1qoLMmpb3ARzciircZ0mubnt-j-CE3s2k4,14455
173
+ solace_agent_mesh/gateway/http_sse/repository/session_repository.py,sha256=xNK2eBxrRwyzZS_d2q7PbVRxBCTB6roiz1z3L-40kgk,3486
174
+ solace_agent_mesh/gateway/http_sse/repository/task_repository.py,sha256=mIh77WHUkJ028_7-AFj4bAbi37BdeF1EsWhKbn0mIZA,6133
175
+ solace_agent_mesh/gateway/http_sse/repository/entities/__init__.py,sha256=otbUQnXV3lMHpW2DfsjAN9xrmk7oniktIKlq46uiPB0,268
176
+ solace_agent_mesh/gateway/http_sse/repository/entities/chat_task.py,sha256=z_5bJKYvNhmD7QH3Gv7cIoTGvy941s5Vz_Z1UOahivI,2506
177
+ solace_agent_mesh/gateway/http_sse/repository/entities/entities_llm.txt,sha256=04BV9BDJ3Cwj8R50qNAecrV4xbRN5mB_zMEKtyFC928,10018
178
+ solace_agent_mesh/gateway/http_sse/repository/entities/feedback.py,sha256=C9YECqpcacjzr1rmIWSi5FF5sKvs7Y6YnscW88qEfl0,313
150
179
  solace_agent_mesh/gateway/http_sse/repository/entities/session.py,sha256=CCLnj10NCP3wcG7WH0QRRYSSu2eR13idia7SDCzprUk,1314
151
- solace_agent_mesh/gateway/http_sse/repository/entities/session_history.py,sha256=uDSEt6Tp8vcYxaeODTn5SVAFnuF9lOsIabctI-I4_Dc,328
152
- solace_agent_mesh/gateway/http_sse/repository/models/__init__.py,sha256=99HmlFGIf27DoMLBW7FRZpM3XAIeFvkKYUK0YU3zRQw,426
180
+ solace_agent_mesh/gateway/http_sse/repository/entities/session_history.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
181
+ solace_agent_mesh/gateway/http_sse/repository/entities/task.py,sha256=s_FZa4bN_ErySm3w1OTBjYzm1VjLbvkgSpPSR5WQJGQ,529
182
+ solace_agent_mesh/gateway/http_sse/repository/entities/task_event.py,sha256=aGOrh9-H_Dph1fQJlKqEgldtqQKeXLRB0_se-_Yh5nM,349
183
+ solace_agent_mesh/gateway/http_sse/repository/models/__init__.py,sha256=LeyKFH67JfancmZ66kZR-gFYBBRqzM_X2ySbWnPOdvA,520
153
184
  solace_agent_mesh/gateway/http_sse/repository/models/base.py,sha256=_LoXoFISq4X7eFK4Mnoa8yuUcQWfZnAhV1Nqa2tOw6c,130
154
- solace_agent_mesh/gateway/http_sse/repository/models/message_model.py,sha256=bierEegS5wfN5uyDPbE66TDAxCc57msFvfEg5rfuBbA,1184
155
- solace_agent_mesh/gateway/http_sse/repository/models/session_model.py,sha256=JtcaMHIupTOBVZ749bxTjWxHxFsvXUqMdxpGR71zPBE,1252
185
+ solace_agent_mesh/gateway/http_sse/repository/models/chat_task_model.py,sha256=nWRKSfPvr2oq4q88wCNcZEVZHG6SIcjP5e3-Xa3rkbw,887
186
+ solace_agent_mesh/gateway/http_sse/repository/models/feedback_model.py,sha256=qzxwgzs6XP4HnICisauZS_XtiIy3zrMwjGiM9pjPyXM,590
187
+ solace_agent_mesh/gateway/http_sse/repository/models/models_llm.txt,sha256=QZN8N2li31FagJrstJcMbBd0UGOJQt8YUhrowO6Cto8,10441
188
+ solace_agent_mesh/gateway/http_sse/repository/models/session_model.py,sha256=pMvTVUOOn9jJKkw-8pjzlq_OAfwNNUEcjeK3NEGBE3Y,1257
189
+ solace_agent_mesh/gateway/http_sse/repository/models/task_event_model.py,sha256=CKO6FWWC0UEXkW2-jqwfzyXP44cBXg0TBOABCAhezNc,752
190
+ solace_agent_mesh/gateway/http_sse/repository/models/task_model.py,sha256=07mcBIyIEEsz599iCSgjDDsuWrIT-so3o3iXhtzS1Ho,972
156
191
  solace_agent_mesh/gateway/http_sse/routers/__init__.py,sha256=WxRX__xU4YIYhvjN0DTY9XdNYAB9dP81pabwiB23YSo,133
157
192
  solace_agent_mesh/gateway/http_sse/routers/agent_cards.py,sha256=zBckfOkUu9q9WC7fTOxXxSO6nMJpVPcjFbPrbU5W93M,1279
158
- solace_agent_mesh/gateway/http_sse/routers/artifacts.py,sha256=vNcTrl9MzTLGcm2S-1ph3XO95UySRFUwTd6f4IZI-Dw,40404
193
+ solace_agent_mesh/gateway/http_sse/routers/artifacts.py,sha256=llwrvr4pOLPEBMLj2h9vTw7qTAwuq1NVb1UoWnI3Ja8,40381
159
194
  solace_agent_mesh/gateway/http_sse/routers/auth.py,sha256=LcgF45H7AGVPabFLdHcrEqSndadlpx6WbOdBY_l96X8,7201
160
- solace_agent_mesh/gateway/http_sse/routers/config.py,sha256=6lIW_mcX8pbZJNvAx4fX0Ex-8dBPYUAKA024i6SoZoI,2158
195
+ solace_agent_mesh/gateway/http_sse/routers/config.py,sha256=1sGD-0HjeRDnhwcJUSuaVJD7JV1RXShuV4YZ7mFSKoc,3243
196
+ solace_agent_mesh/gateway/http_sse/routers/feedback.py,sha256=ba98jDi02G4Lvlr_jzI3BDUVZ1wvm3INRU7v2psxS1o,1168
161
197
  solace_agent_mesh/gateway/http_sse/routers/people.py,sha256=D6DDmNQnrqRvFp9gED87sNpjRm6YRJTVVC2QC0ylrKs,1158
162
- solace_agent_mesh/gateway/http_sse/routers/routers_llm.txt,sha256=B7W3Y_TlPJb1t5wdLYrWx1c4sOkjsPi5qCxD0gqPqR0,11715
163
- solace_agent_mesh/gateway/http_sse/routers/sessions.py,sha256=D-Uapkv4nSH3PeDnY6AVgNAjSYJ6-O0OY5vfxBL4ng4,9898
198
+ solace_agent_mesh/gateway/http_sse/routers/routers_llm.txt,sha256=2Wg3eDfU-UmFAvgRTNDyKRWlVXKa0rZSPwCuiP8JxRU,14738
199
+ solace_agent_mesh/gateway/http_sse/routers/sessions.py,sha256=0q-OOF6cqC1p4lZPanfhECfyAGIOchAMmVAdufir82U,15551
164
200
  solace_agent_mesh/gateway/http_sse/routers/sse.py,sha256=AUk2p3_KBJLPyAlZ13fHApfd05SQPSJJkwZNq4mJ4PY,5371
165
- solace_agent_mesh/gateway/http_sse/routers/tasks.py,sha256=S-M0Al2-3UdRG_BllHn888Z6ix0q5gySMO3se-jeHVA,11902
201
+ solace_agent_mesh/gateway/http_sse/routers/tasks.py,sha256=udoVKwowRcxB5yhIBb_DXfYefFj7pie84ig2OdquIdw,16050
166
202
  solace_agent_mesh/gateway/http_sse/routers/users.py,sha256=jxVgDXchaDCj2igdZ3T4CyQvw3lOGpUmOAuJCWrdxsY,882
167
203
  solace_agent_mesh/gateway/http_sse/routers/visualization.py,sha256=tvLWL0HHyXmOdmrlEq2IPITvTG7OJIGLHvEGILMhD-0,44710
168
204
  solace_agent_mesh/gateway/http_sse/routers/dto/__init__.py,sha256=DbFQNFsN7I0zCkYe2RKTYkcIXPSKgA6dbPITS3AhcX0,201
169
- solace_agent_mesh/gateway/http_sse/routers/dto/requests/__init__.py,sha256=7YYun9YcIhjQKylE9KiBW_sH3_22nPyBDnZjWPRDJMY,253
170
- solace_agent_mesh/gateway/http_sse/routers/dto/requests/session_requests.py,sha256=_Gf1RKwF_hjWntaJ2gTsr1Fq_6UIlxpFNFhVOSYgIYc,738
171
- solace_agent_mesh/gateway/http_sse/routers/dto/responses/__init__.py,sha256=MzauxZU28yY0B9Zh8J8-97yuv77yqqdblsFMjjs5D-4,255
205
+ solace_agent_mesh/gateway/http_sse/routers/dto/dto_llm.txt,sha256=L3m8WRuZtCfnU9oIGE2I9lfajE169L6egGM7bAhcmQU,10966
206
+ solace_agent_mesh/gateway/http_sse/routers/dto/requests/__init__.py,sha256=ySxcC6OjZGwZpU128_6NHqJgxdsCIK4nuDT1ViAXymY,258
207
+ solace_agent_mesh/gateway/http_sse/routers/dto/requests/requests_llm.txt,sha256=H21Ke1IurerRey0BsasBRJKTmhCEaChknBP_CvSIE30,3010
208
+ solace_agent_mesh/gateway/http_sse/routers/dto/requests/session_requests.py,sha256=jXxk602qgP0U_ZL-Pu2TaMSBHTD1KFkMbB6luCjMIYI,494
209
+ solace_agent_mesh/gateway/http_sse/routers/dto/requests/task_requests.py,sha256=knBLJtM6RVyfFQ2k3D81_dfMiAZwgVAL8Xu3ENcRy2Y,2052
210
+ solace_agent_mesh/gateway/http_sse/routers/dto/responses/__init__.py,sha256=D1UqNftNY9ynPt56vUQpXNiMRSzv1IlTuBqcLJS0eJY,336
172
211
  solace_agent_mesh/gateway/http_sse/routers/dto/responses/base_responses.py,sha256=YOYmjfXsFMFTRkhke4gg5klCFJSgosr7M_93x1lf81E,1463
173
- solace_agent_mesh/gateway/http_sse/routers/dto/responses/session_responses.py,sha256=q0YGkOmXlpEcTfeE8KijL9701VuGsFjAHyWItkfWMvs,1397
212
+ solace_agent_mesh/gateway/http_sse/routers/dto/responses/responses_llm.txt,sha256=tBoazLI0S3EORC6tP5lCYsY_wGvqlvFaAm2yIjQQlao,4449
213
+ solace_agent_mesh/gateway/http_sse/routers/dto/responses/session_responses.py,sha256=eYlda3JoaMmj0kksPIps3TplRDVqzemW_rQLKyur-dw,840
214
+ solace_agent_mesh/gateway/http_sse/routers/dto/responses/task_responses.py,sha256=Ecwwshr1NM_fli6ys-NfVF_SNJLOqI-1NiQUN5cxUqM,937
174
215
  solace_agent_mesh/gateway/http_sse/services/__init__.py,sha256=Fk2FIbrJdG1StPCoggbdT2C4Vl5d6qICT6R8yj4IZPQ,92
175
216
  solace_agent_mesh/gateway/http_sse/services/agent_card_service.py,sha256=gBoXQgENmCeJRyA1BLYnoEvjrFUfwM4W_CVLkrl6r7o,2365
176
- solace_agent_mesh/gateway/http_sse/services/people_service.py,sha256=PbR6vbImQ95JO7p5fSbraBGsHg84dGVjDz4yd-wbrwg,4596
177
- solace_agent_mesh/gateway/http_sse/services/services_llm.txt,sha256=hjMyBLidqh8VGFl7gsA-8VTM1zTUqu4oyI-UJQRReKA,5703
178
- solace_agent_mesh/gateway/http_sse/services/session_service.py,sha256=twEoEdViQGu9H5CNIoTMF-TUvD_AeON3w5wzxuqzWPs,9659
217
+ solace_agent_mesh/gateway/http_sse/services/data_retention_service.py,sha256=ocomkptAvgF12gbGlxhfmdeYYBifUtxtpHB33eHDya0,9244
218
+ solace_agent_mesh/gateway/http_sse/services/feedback_service.py,sha256=WVGd1miUAzCtwJT5x0yJPisAED8QeUktPrMbsnYb72M,9606
219
+ solace_agent_mesh/gateway/http_sse/services/people_service.py,sha256=g065QZDdhNyELcHQhOwg3d9v4pN1f2e-Hz2HdhSjF0w,2297
220
+ solace_agent_mesh/gateway/http_sse/services/services_llm.txt,sha256=OiBm4WQ47VFjMUA6HGDOApizd-H3zqfGs08yo1xhTeM,13173
221
+ solace_agent_mesh/gateway/http_sse/services/session_service.py,sha256=mOw6U30awnaaDWjydzBU4kzODuv-AnGvM8DK-4cln0s,12435
222
+ solace_agent_mesh/gateway/http_sse/services/task_logger_service.py,sha256=Vpr1wDiCoomFDcxWW4gpPiWE4Rm5j8JptgWkDb4Tw3c,13153
179
223
  solace_agent_mesh/gateway/http_sse/services/task_service.py,sha256=KWtUi34rFCUYDu8w5qw2AXfoAkkNfDipje57FUdXKsY,4348
180
224
  solace_agent_mesh/gateway/http_sse/shared/__init__.py,sha256=QaFnYoCRmznXoB4fmpGXegKhhEpjj6_b3gmZl24E5JA,3520
181
225
  solace_agent_mesh/gateway/http_sse/shared/auth_utils.py,sha256=F0kpTg5HYadRAEVNSNvnEFpdzkwVqbFMFVr27kywz_k,852
@@ -184,14 +228,18 @@ solace_agent_mesh/gateway/http_sse/shared/database_exceptions.py,sha256=J9-M5PAX
184
228
  solace_agent_mesh/gateway/http_sse/shared/database_helpers.py,sha256=5YjJ_CfOEBvkvi2xFaWmR8D0NHpxVvibTy1RF_u37Lk,1522
185
229
  solace_agent_mesh/gateway/http_sse/shared/enums.py,sha256=gcU_hApRkWcBy0JykqGXSESGyglLXN3FzkimITmwnnE,802
186
230
  solace_agent_mesh/gateway/http_sse/shared/error_dto.py,sha256=U8jvCquD0usm3Smb8csTU0cnCSn3SWYQ7NJrRQLd5dw,3115
187
- solace_agent_mesh/gateway/http_sse/shared/exception_handlers.py,sha256=fRrg79qKWqVwHMP_B_3RVoWx9W-bOubtXDRPw644un8,8011
231
+ solace_agent_mesh/gateway/http_sse/shared/exception_handlers.py,sha256=D0OpoE5y99T5XBfhu-tATiqE7o4YizlUJ3SFRjLF5yI,8665
188
232
  solace_agent_mesh/gateway/http_sse/shared/exceptions.py,sha256=T9mLhBgtKgwut--_uCVV9qeFOAAhHKhcAZPtsjmkG2M,6434
189
233
  solace_agent_mesh/gateway/http_sse/shared/pagination.py,sha256=yPhMvuGOeun9m2wKRhl-m_NSkzW3aXlZ3Ra1TvBF-OQ,3751
190
234
  solace_agent_mesh/gateway/http_sse/shared/response_utils.py,sha256=-_z86YA02965CTC3FNSz2QUAKWEuJgZd8UBnXLSpYCw,3556
235
+ solace_agent_mesh/gateway/http_sse/shared/shared_llm.txt,sha256=_zpcj98i0HDSBafBIgGIau3MT_VCvvej8ExkvqCJa3Y,12770
191
236
  solace_agent_mesh/gateway/http_sse/shared/timestamp_utils.py,sha256=o3pJKPR6DA8sbOgflnmcotFp4H-I-Hij3lA-7F-yUAM,2380
192
- solace_agent_mesh/gateway/http_sse/shared/types.py,sha256=ISN1jjxOOLcak_o-Gm0W7yVW2dWcVmiHQ2wXzttOwPg,1291
237
+ solace_agent_mesh/gateway/http_sse/shared/types.py,sha256=ARNG8olHJ7IZWY8VzgE9wQT3D7DXV4OPGAWrMYKVejQ,1413
193
238
  solace_agent_mesh/gateway/http_sse/shared/utils.py,sha256=SAfrRjBc_bwrEVFafGbswBShky2GlzLhp_c7C47QG-w,493
194
- solace_agent_mesh/cli/__init__.py,sha256=nGraM_ujqcNJ-Dyz-qi99_8ynLwzQU2N68yOSnVykOs,23
239
+ solace_agent_mesh/gateway/http_sse/utils/__init__.py,sha256=b6hFVAAwJy1eo9AWqwDrJwBzx6OL3RY4cyB7BBq_4Us,42
240
+ solace_agent_mesh/gateway/http_sse/utils/stim_utils.py,sha256=trQip51p1ZizZToViHQQ00I19ZCMQVYUHQ6Fh66J2Vg,920
241
+ solace_agent_mesh/gateway/http_sse/utils/utils_llm.txt,sha256=PVrU-x7BOl7aqu2gvHiibSJQhZ9LDCvnNRJ20a_3zrc,1875
242
+ solace_agent_mesh/cli/__init__.py,sha256=X9pTeGHIYZtDOmfb9pnn2DEqWZMAyaPlqdFwEhsuSvk,22
195
243
  solace_agent_mesh/cli/main.py,sha256=yFbF4ijz7P6nxj26d-mTC8BnK6NKVnfqPh3y4pDBZqo,831
196
244
  solace_agent_mesh/cli/utils.py,sha256=7zntmVuvWbaWEhViSF2uw484-79a5I1XTUt-0eGQWY4,8036
197
245
  solace_agent_mesh/cli/commands/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
@@ -259,11 +307,11 @@ solace_agent_mesh/templates/plugin_tools_template.py,sha256=GUVw556CtBYE6sHbpXnF
259
307
  solace_agent_mesh/templates/shared_config.yaml,sha256=85EEcZDzomstQNBnOR2yjYpnTEXGGNs1VGduvHFk-HE,3310
260
308
  solace_agent_mesh/templates/templates_llm.txt,sha256=T3h8CcIowTbyBedlfRk7FZww8_xGmnY5fEqGhhdI3JU,9234
261
309
  solace_agent_mesh/templates/webui.yaml,sha256=4cEkPXLRhpATVD3A0UuJuo5aG0ApEseiADGtY3-W5qw,1784
262
- solace_agent_mesh/assets/docs/404.html,sha256=a4PAruBxXDr15u0QVsKxupj5oSd6bBgyrT2igjbsIGA,11750
263
- solace_agent_mesh/assets/docs/lunr-index-1759936913198.json,sha256=vn2H_DfgqiSOfkPRZ_t_S3zDjA0fUw-V-1vOUJd10Ac,1203687
264
- solace_agent_mesh/assets/docs/lunr-index.json,sha256=vn2H_DfgqiSOfkPRZ_t_S3zDjA0fUw-V-1vOUJd10Ac,1203687
265
- solace_agent_mesh/assets/docs/search-doc-1759936913198.json,sha256=iJgrs4XDo6p2XAG3Nido8FNCnGUy684KqcGVt_ivh6Y,426317
266
- solace_agent_mesh/assets/docs/search-doc.json,sha256=iJgrs4XDo6p2XAG3Nido8FNCnGUy684KqcGVt_ivh6Y,426317
310
+ solace_agent_mesh/assets/docs/404.html,sha256=QruRkAiAm4-vMbmPqNPpvN5r3_qT3Ujns59_NaJt3Ig,11749
311
+ solace_agent_mesh/assets/docs/lunr-index-1760032255022.json,sha256=5ESLAR-F11mrxh0uzYkOCANpVE_H_oQX1dveavvVa10,1211589
312
+ solace_agent_mesh/assets/docs/lunr-index.json,sha256=5ESLAR-F11mrxh0uzYkOCANpVE_H_oQX1dveavvVa10,1211589
313
+ solace_agent_mesh/assets/docs/search-doc-1760032255022.json,sha256=n6u1hIVLQRRg5LrsBFk2EtWyMW8KttFgODQufdE-lOM,429013
314
+ solace_agent_mesh/assets/docs/search-doc.json,sha256=n6u1hIVLQRRg5LrsBFk2EtWyMW8KttFgODQufdE-lOM,429013
267
315
  solace_agent_mesh/assets/docs/sitemap.xml,sha256=rQaMKdLMLb0GOc5KpWYBiiVN_4OZgH8iRuCL3K1uHpI,7190
268
316
  solace_agent_mesh/assets/docs/assets/css/styles.906a1503.css,sha256=gQj16ydMLPiq6y-t8Ovto65hsvPbQX6coyIFOja-2eY,83293
269
317
  solace_agent_mesh/assets/docs/assets/images/Solace_AI_Framework_With_Broker-85f0a306a9bcdd20b390b7a949f6d862.png,sha256=e6MbZpxlY1xJ8U01zQogm8vWgokQqDfhsyPyNxtuS00,447393
@@ -302,7 +350,7 @@ solace_agent_mesh/assets/docs/assets/js/4458.518e66fa.js,sha256=oUPDT1LqnbeRts2C
302
350
  solace_agent_mesh/assets/docs/assets/js/4488.c7cc3442.js,sha256=r1GHmJIWPPQ07T92TAs1H59eHcs-e87AFDqi_0VK48A,435
303
351
  solace_agent_mesh/assets/docs/assets/js/4494.6ee23046.js,sha256=UrwgwbJNRAZiY6UtdzHrpggUpkNGlIh9vHiSXdv5DDI,61052
304
352
  solace_agent_mesh/assets/docs/assets/js/453a82a6.3c6bb61d.js,sha256=tRgzoOgRy5p3WnhACn0v2V2D4Oimimu2LyWn_NGh41A,26979
305
- solace_agent_mesh/assets/docs/assets/js/483cef9a.4736f2d8.js,sha256=-oDaPe690zIvbABUVR17sMsaExdwEsWt2f4Vi-YI5mQ,14205
353
+ solace_agent_mesh/assets/docs/assets/js/483cef9a.bf9398af.js,sha256=qprVBM0oVNjGCP1ZQRS7SdMlV47jbad2dpiIGKOCD0Y,17550
306
354
  solace_agent_mesh/assets/docs/assets/js/4855.fc4444b6.js,sha256=Rbhzs2AM-6i8Wyppb8a2Ws8kpNE8Pr5QMgx0sxAozxs,11494
307
355
  solace_agent_mesh/assets/docs/assets/js/4866.22daefc0.js,sha256=bQRnSAwf0FIrdrYQLeyXv6f4utbEoi4nSU-kKchB4sw,3876
308
356
  solace_agent_mesh/assets/docs/assets/js/4950.ca4caeda.js,sha256=Kq5gqn-p3ozVcUY7fWZnY4_35_sNcFN8z4bNY6Cqt-s,146409
@@ -363,49 +411,49 @@ solace_agent_mesh/assets/docs/assets/js/d6a81ee7.829198f1.js,sha256=6adqCXcWhOhK
363
411
  solace_agent_mesh/assets/docs/assets/js/f284c35a.ed8dd236.js,sha256=_zvWxe9mrWJrDNZHrkFtGWcd8dj6Q6_qQGCVJ8EZ0pM,22493
364
412
  solace_agent_mesh/assets/docs/assets/js/f897a61a.126663fe.js,sha256=hY5NvBKRQIFTHG_WQJ_B0ek3PAGTcq_zBSS0M7Gi7bM,17031
365
413
  solace_agent_mesh/assets/docs/assets/js/fbfa3e75.e144b16c.js,sha256=Li4QOuQnso5c1xJULcdtVFYVy3WeK5CRzYBVukX25s8,7312
366
- solace_agent_mesh/assets/docs/assets/js/main.f67fc9f4.js,sha256=26PoWL-BVmoXzzKftE6ZL0YJaNLh-H6BEqAzUrriYKY,484008
367
- solace_agent_mesh/assets/docs/assets/js/main.f67fc9f4.js.LICENSE.txt,sha256=3Jia5o7yaxOtbxuy9khs-thK96m55yCiPaUA-IkWh0A,2069
368
- solace_agent_mesh/assets/docs/assets/js/runtime~main.40527046.js,sha256=eT1DkCNHunyytHBi13HfFARHl-3Ni47kpvXg2OyfbH4,6334
369
- solace_agent_mesh/assets/docs/docs/documentation/Enterprise/installation/index.html,sha256=UUP8KmStT9sk6kE-M_s3TN-M3w4BuXMH2hNGGDu4vQk,34112
370
- solace_agent_mesh/assets/docs/docs/documentation/Enterprise/rbac-setup-guilde/index.html,sha256=vxRqghdr3NivBAS24CdCIylnHc4bACFo6LOFKOnNx8U,84679
371
- solace_agent_mesh/assets/docs/docs/documentation/Enterprise/single-sign-on/index.html,sha256=yWOHdxkIzoGDjfHCUhNhs4w1cQnfplnyC7Rc1U6cCMQ,70179
372
- solace_agent_mesh/assets/docs/docs/documentation/Migrations/A2A Upgrade To 0.3.0/a2a-gateway-upgrade-to-0.3.0/index.html,sha256=PpPJyXhoPxf_w3lDv7OYp_7H2PnQY_pKoVJy0J2WBKc,85247
373
- solace_agent_mesh/assets/docs/docs/documentation/Migrations/A2A Upgrade To 0.3.0/a2a-technical-migration-map/index.html,sha256=0R3uKS5x21ON5RgXRUvEin5slfVVOVqs72ffQCWyrBo,88082
374
- solace_agent_mesh/assets/docs/docs/documentation/concepts/agents/index.html,sha256=tVpd9xkE6iyh4ybxpgewXVs-S7jyoqgp5nlq-8P2aiI,40163
375
- solace_agent_mesh/assets/docs/docs/documentation/concepts/architecture/index.html,sha256=SRlDBEQQJLCH07Xnosfvnn4nwCwV9aFG50ymsgHXsrc,33033
376
- solace_agent_mesh/assets/docs/docs/documentation/concepts/cli/index.html,sha256=ublL2Tj-EJv0VUDPznQt_R_mi-t0BLOnNk11TM1chHU,52978
377
- solace_agent_mesh/assets/docs/docs/documentation/concepts/gateways/index.html,sha256=dygcyoUOm5ii2OV1URvNdOPzox2uTK9LpUtZ7v2gIyI,30474
378
- solace_agent_mesh/assets/docs/docs/documentation/concepts/orchestrator/index.html,sha256=mifk6Yr0EKHc0Y4s_RdKBw1Ej64rfKYAVSyuY3i6p0w,24175
379
- solace_agent_mesh/assets/docs/docs/documentation/concepts/plugins/index.html,sha256=V1p2jBo9Y-BF-rdvp0wu0WcSD6zSYMuO3CcBH8NSPO0,40351
380
- solace_agent_mesh/assets/docs/docs/documentation/deployment/debugging/index.html,sha256=2XyivtnXQLweEYoB__6ZRVZKXQa9ZlRYyO34okVvDJI,45952
381
- solace_agent_mesh/assets/docs/docs/documentation/deployment/deploy/index.html,sha256=3M2xmVKae8iA_d7SmZ-6Sz84e3JBOlPFYlXZzelmSS4,42859
382
- solace_agent_mesh/assets/docs/docs/documentation/deployment/observability/index.html,sha256=7wMhFQYXqLzMQr-OJdHibVWQS7VQokdtd4VWM4StJf0,26411
383
- solace_agent_mesh/assets/docs/docs/documentation/getting-started/component-overview/index.html,sha256=_-7-oiwnHPcLmpIMHM9rGENOyRlVP1P_mUnvyAbfeZw,22065
384
- solace_agent_mesh/assets/docs/docs/documentation/getting-started/configurations/index.html,sha256=sRZVLu025BWyAEJ9VxuLRaSHjQimpOZAbwbKnq-DCAg,58707
385
- solace_agent_mesh/assets/docs/docs/documentation/getting-started/configurations/litellm_models/index.html,sha256=6BKxSjrveHNa_AKHbph7_BXURRs8sxzptsCrfma935o,38568
386
- solace_agent_mesh/assets/docs/docs/documentation/getting-started/installation/index.html,sha256=0vTCdEjPcGKSOQMJS1hTaG5PiCM2eUS-vcc4ATkepEA,32919
387
- solace_agent_mesh/assets/docs/docs/documentation/getting-started/introduction/index.html,sha256=8PfExZEstJvqTZfECeuAy574UHM1ObWTYSOmO0tzqGY,30820
388
- solace_agent_mesh/assets/docs/docs/documentation/getting-started/quick-start/index.html,sha256=F7eUfNG31tuKZsrDHxsxnSCYFNf_0jkOheJYbbCHNwM,42986
389
- solace_agent_mesh/assets/docs/docs/documentation/tutorials/bedrock-agents/index.html,sha256=l9RWUW-d7W8CdKTot2E33rknAz7A1JkysjCS7w3uKwg,76108
390
- solace_agent_mesh/assets/docs/docs/documentation/tutorials/custom-agent/index.html,sha256=MHEXCDF_V8RxZrwrdtghW4bu3Iy3VQkw0Wi7OVjKans,383717
391
- solace_agent_mesh/assets/docs/docs/documentation/tutorials/event-mesh-gateway/index.html,sha256=6iLTEZyfmadI8Zw7E7ab88rvJvnQlytQM5JDJxFr9_o,69566
392
- solace_agent_mesh/assets/docs/docs/documentation/tutorials/mcp-integration/index.html,sha256=X0PjouKNE3vUukOrY4KyO3RU3BsGuVP5qOn39IWa89I,68547
393
- solace_agent_mesh/assets/docs/docs/documentation/tutorials/mongodb-integration/index.html,sha256=ARNiUY7W6aLquc1GxC_lkCmn3e5ii9Az15jyH4pbl_A,87988
394
- solace_agent_mesh/assets/docs/docs/documentation/tutorials/rag-integration/index.html,sha256=rll4rrTMTQYXjo8Ka8EWtufz5OT1rjrn4rZDqWur6i0,80798
395
- solace_agent_mesh/assets/docs/docs/documentation/tutorials/rest-gateway/index.html,sha256=4ydmgABna-lppK0vd9wu0p7YcBER59dQao-MnNB2aCU,47079
396
- solace_agent_mesh/assets/docs/docs/documentation/tutorials/slack-integration/index.html,sha256=ds6gvRZghBQrrbnN-_IM9UCVl5ntBEDX8ZbmUeCWV78,50308
397
- solace_agent_mesh/assets/docs/docs/documentation/tutorials/sql-database/index.html,sha256=BaWsFKas6Du6fmT4uU1DAJyj54NtWNARjEPMPTGmpMM,69693
398
- solace_agent_mesh/assets/docs/docs/documentation/user-guide/builtin-tools/index.html,sha256=7y40mu_vHlVv6Bh8i0JaxoqzomMNH5QapHRoLWCGb5U,45168
399
- solace_agent_mesh/assets/docs/docs/documentation/user-guide/builtin-tools/artifact-management/index.html,sha256=GAzjNLd9DwSXgXtK4c_mlIvCAwi1RucBWsAKj_0UsAA,35138
400
- solace_agent_mesh/assets/docs/docs/documentation/user-guide/builtin-tools/audio-tools/index.html,sha256=0lAShEYlXjo1dk1N9T6ZbTxV053kq7VNeuaMzpyLn5E,58575
401
- solace_agent_mesh/assets/docs/docs/documentation/user-guide/builtin-tools/data-analysis-tools/index.html,sha256=_EnqMtgSKnpipGvB8PsDISf2dIQWtiHSVxjbpkW1E6M,38124
402
- solace_agent_mesh/assets/docs/docs/documentation/user-guide/builtin-tools/embeds/index.html,sha256=WvtMHU5wAPc7m-w67iXfrUT4sS_1CA95SFLmfRQP_mk,51022
403
- solace_agent_mesh/assets/docs/docs/documentation/user-guide/create-agents/index.html,sha256=1V4ZaJSv04XJNIdZKhD33E15rUWoSYwFMPFbvqY3bgY,163874
404
- solace_agent_mesh/assets/docs/docs/documentation/user-guide/create-gateways/index.html,sha256=04dkOQPyKEN-HfSxEX7kg-N-waVWM49zOTXWy10h_6Y,403273
405
- solace_agent_mesh/assets/docs/docs/documentation/user-guide/creating-python-tools/index.html,sha256=QBnnBK6tNGwGFwcFjGrSFlrkvxJ_baC0qoto_d5WFVc,175980
406
- solace_agent_mesh/assets/docs/docs/documentation/user-guide/creating-service-providers/index.html,sha256=J0MqQ9b5roYrg3clrXI6LDYeXa9KAydHHWzvAyfg0Kw,60060
407
- solace_agent_mesh/assets/docs/docs/documentation/user-guide/solace-ai-connector/index.html,sha256=lJ_A2MOU2ZpmPGNePXiGImM4wwEaVkEQReUNsGlo4tU,26175
408
- solace_agent_mesh/assets/docs/docs/documentation/user-guide/structure/index.html,sha256=fdP1C9-F1nSsIKpF9648iwW_B-8yr6Nf1axC6csokmo,30180
414
+ solace_agent_mesh/assets/docs/assets/js/main.0c149855.js,sha256=HViFvkjS3CSKNt2PEoxX-ajtaqfW3s60cJAFPIE3w1Y,484007
415
+ solace_agent_mesh/assets/docs/assets/js/main.0c149855.js.LICENSE.txt,sha256=3Jia5o7yaxOtbxuy9khs-thK96m55yCiPaUA-IkWh0A,2069
416
+ solace_agent_mesh/assets/docs/assets/js/runtime~main.c66557e4.js,sha256=D7IwOXCmqsOoHcUKhr4f1b2mgp6pDyZc1PKsc0oVLz8,6334
417
+ solace_agent_mesh/assets/docs/docs/documentation/Enterprise/installation/index.html,sha256=oNIZrEt404JQrtli3iZdED4VBJ7Nj9ICUGqi5GQnOo0,34111
418
+ solace_agent_mesh/assets/docs/docs/documentation/Enterprise/rbac-setup-guilde/index.html,sha256=F2-_7BRf08I2-JbUhdqL1CacZScKE9hrOc4oHh97B9s,84678
419
+ solace_agent_mesh/assets/docs/docs/documentation/Enterprise/single-sign-on/index.html,sha256=_Osmd49JrEysZYcCvPd_VOPhegKtPejnz0D86JxqHGE,92241
420
+ solace_agent_mesh/assets/docs/docs/documentation/Migrations/A2A Upgrade To 0.3.0/a2a-gateway-upgrade-to-0.3.0/index.html,sha256=WH0rRr65-jkEz47nm9OsvPiARor6NfwrrKDhjFTFWhI,85246
421
+ solace_agent_mesh/assets/docs/docs/documentation/Migrations/A2A Upgrade To 0.3.0/a2a-technical-migration-map/index.html,sha256=-Mi2oH1NHEq7txrNH7w8uzVGzYsFFBjPpvGKiTn33G8,88081
422
+ solace_agent_mesh/assets/docs/docs/documentation/concepts/agents/index.html,sha256=Bp98OWtwPUtoZ_XjZWb_KX-8D7Lj31VMW-r7Xa4EmvQ,40162
423
+ solace_agent_mesh/assets/docs/docs/documentation/concepts/architecture/index.html,sha256=ighlYeoDwnrMo1RWo36JjpZ_2eV2skLVgsDQFuFvn0E,33032
424
+ solace_agent_mesh/assets/docs/docs/documentation/concepts/cli/index.html,sha256=GF8Y2iybegvf-qAtrUqQKsTatglhEG3w5vwII3SGgHM,52977
425
+ solace_agent_mesh/assets/docs/docs/documentation/concepts/gateways/index.html,sha256=hMGZfip8zQTgJ-ZQ-poVxQw2-g4h9b2MdUX-jQ_wQq8,30473
426
+ solace_agent_mesh/assets/docs/docs/documentation/concepts/orchestrator/index.html,sha256=zl4k3_10k5GtakmNciyfaMlwP4EKbonFGXGgtxm4_WY,24174
427
+ solace_agent_mesh/assets/docs/docs/documentation/concepts/plugins/index.html,sha256=r5Mhz_vfbRg23iiBdX2ztID300JhwB4QYBwJyka6iDA,40350
428
+ solace_agent_mesh/assets/docs/docs/documentation/deployment/debugging/index.html,sha256=6fTTTrJAjO0d1syJapEbKoLGy30-FnARJ3yTnzlTC18,45951
429
+ solace_agent_mesh/assets/docs/docs/documentation/deployment/deploy/index.html,sha256=kq46sMmPf-7U7JuC9EkpPSW-riVRRl_sWI8jK4tq_1k,42858
430
+ solace_agent_mesh/assets/docs/docs/documentation/deployment/observability/index.html,sha256=-R6H7ClhjsJZr2ht1yYgZDc5DCQ5ehndxApPmhG5_cY,26410
431
+ solace_agent_mesh/assets/docs/docs/documentation/getting-started/component-overview/index.html,sha256=rC_RIbeabnCpEbr0dyQlRfZjOjUU4mCURaz2uHW8s5o,22064
432
+ solace_agent_mesh/assets/docs/docs/documentation/getting-started/configurations/index.html,sha256=FCFcSUH5a1Q06_JChroVT0FadKWqJuSfRvWM2ixZZMc,58706
433
+ solace_agent_mesh/assets/docs/docs/documentation/getting-started/configurations/litellm_models/index.html,sha256=m-OR6bgA-DsVUQWKafmL6CGKHnAC1JbRWxBe1XnCteg,38567
434
+ solace_agent_mesh/assets/docs/docs/documentation/getting-started/installation/index.html,sha256=6CKFtTdRyFRSO5gDcuxxM8vQmmT2OhB7dfn2RAH5Uxg,32918
435
+ solace_agent_mesh/assets/docs/docs/documentation/getting-started/introduction/index.html,sha256=etjk4uma9TVYtEAF4vw7vdrvtGsycVRX4gQ0KcC9nJY,30819
436
+ solace_agent_mesh/assets/docs/docs/documentation/getting-started/quick-start/index.html,sha256=SK_5ZeJfrt4U4KeMcxJMOD3AZHhQF24No5ZpwEsCr5U,42985
437
+ solace_agent_mesh/assets/docs/docs/documentation/tutorials/bedrock-agents/index.html,sha256=WCatQHkFZB7H423hbwmPoYXLG1DFLAYXMZKTz_KjmDk,76107
438
+ solace_agent_mesh/assets/docs/docs/documentation/tutorials/custom-agent/index.html,sha256=Kd2LYQnmpyt1S8Kl9gUnasfmuNqKPa6cHxCEDT1zq2M,383716
439
+ solace_agent_mesh/assets/docs/docs/documentation/tutorials/event-mesh-gateway/index.html,sha256=4ui62YAlQ3wTCnnTAWiNcTabcVGldZqx35if0TbBI6Q,69565
440
+ solace_agent_mesh/assets/docs/docs/documentation/tutorials/mcp-integration/index.html,sha256=2ZiIq-3jtf2jHNR5imoWx7PbtWDhrTF6_j3d9J5Qf8Q,68546
441
+ solace_agent_mesh/assets/docs/docs/documentation/tutorials/mongodb-integration/index.html,sha256=ZXKRA1okrt93o2dU7f-hcf9UiTMgfkg017CZ4wieSxg,87987
442
+ solace_agent_mesh/assets/docs/docs/documentation/tutorials/rag-integration/index.html,sha256=ZlKTLl0iA60mrY3byfzBEU_xg_O4mW622LU5528ZMQI,80797
443
+ solace_agent_mesh/assets/docs/docs/documentation/tutorials/rest-gateway/index.html,sha256=wnBqSOA-nWiXrVtd0po7R_-LyMWcphmJ0MLfpdSr38g,47078
444
+ solace_agent_mesh/assets/docs/docs/documentation/tutorials/slack-integration/index.html,sha256=SWeyi36ZXPWih6xz1LEVyiHagaU6u-pm6Q1ZA5FEXWg,50307
445
+ solace_agent_mesh/assets/docs/docs/documentation/tutorials/sql-database/index.html,sha256=VnGlNgYgQJm3ryVedkuCX10XqpYPhXoYjeO9JL_ZSRM,69692
446
+ solace_agent_mesh/assets/docs/docs/documentation/user-guide/builtin-tools/index.html,sha256=8pDg-8aWX5COeuXVI0s_TOlq0k6i1JI6_NMC9ucVaSE,45167
447
+ solace_agent_mesh/assets/docs/docs/documentation/user-guide/builtin-tools/artifact-management/index.html,sha256=qTw0yllKAEr9Pbz4e8Z0h9ChIn7oHlhUJiFbT0XjewA,35137
448
+ solace_agent_mesh/assets/docs/docs/documentation/user-guide/builtin-tools/audio-tools/index.html,sha256=JCK4EsXNlJ4QiilwMXaw4robTx_0TqneN1I83mWU6LY,58574
449
+ solace_agent_mesh/assets/docs/docs/documentation/user-guide/builtin-tools/data-analysis-tools/index.html,sha256=L6RJiw7i6vgYMekuJKKaLz1IaPyFyRIWXyZhr1A2aOM,38123
450
+ solace_agent_mesh/assets/docs/docs/documentation/user-guide/builtin-tools/embeds/index.html,sha256=HcvWSZ3NRTjePVmYKptZFWm2hQQ7wMggFcbTmN1rnZY,51021
451
+ solace_agent_mesh/assets/docs/docs/documentation/user-guide/create-agents/index.html,sha256=t4wpB_wrHsUGMbVn3ep6RdGaY5xt9c9bYNXFhXr-tOY,163873
452
+ solace_agent_mesh/assets/docs/docs/documentation/user-guide/create-gateways/index.html,sha256=c1jz5AnQ835q6utlJO38DZbnvkJMqiggzRQ7YiaMaF8,403272
453
+ solace_agent_mesh/assets/docs/docs/documentation/user-guide/creating-python-tools/index.html,sha256=TtKXuCNdYc0PlrxxPfjfXiMbuJzjX259XKcFNL8YnN4,175979
454
+ solace_agent_mesh/assets/docs/docs/documentation/user-guide/creating-service-providers/index.html,sha256=W0pNAU1mGFZfIbWZssmXHdxkV-twbaXEo2ratVPFxIA,60059
455
+ solace_agent_mesh/assets/docs/docs/documentation/user-guide/solace-ai-connector/index.html,sha256=e5fM2SuO9rMPD5AG8kncI_2ztoqVluQ4Ng6u5ZgXBhg,26174
456
+ solace_agent_mesh/assets/docs/docs/documentation/user-guide/structure/index.html,sha256=fjL5mNXCEck4v-BkDs5vp-DBqZWxxcIwtjXxu7G_4hs,30179
409
457
  solace_agent_mesh/assets/docs/img/Solace_AI_Framework_With_Broker.png,sha256=e6MbZpxlY1xJ8U01zQogm8vWgokQqDfhsyPyNxtuS00,447393
410
458
  solace_agent_mesh/assets/docs/img/logo.png,sha256=TdXZ2wnkSkaFrGO-5fy2WcmjGXaGzwE29dM83raxoTg,45439
411
459
  solace_agent_mesh/assets/docs/img/sac-flows.png,sha256=868GgNJGPxn2G6c1Md_0umhg3xuAo7t6HEx8hOKbUJY,21098
@@ -433,16 +481,16 @@ solace_agent_mesh/config_portal/frontend/static/client/assets/index-DzNKzXrc.js,
433
481
  solace_agent_mesh/config_portal/frontend/static/client/assets/manifest-44d62be6.js,sha256=GzdcIFPHxV0yEt_dTo_EmGs8KPVuV1sQpkgUauoCTi0,781
434
482
  solace_agent_mesh/config_portal/frontend/static/client/assets/root-BWvk5-gF.js,sha256=KoDaD7JSrkUDgUbDa0JqaB7mXNCc2fR-T5kKAcH5nho,1799
435
483
  solace_agent_mesh/config_portal/frontend/static/client/assets/root-DxRwaWiE.css,sha256=HaETPzdva-2CpjK-MmIBI6lipZMiGHmAqLRJiD8s2QE,33607
436
- solace_agent_mesh/client/webui/frontend/static/auth-callback.html,sha256=t6KrhAoqGSNuw4LDJBHYyAKhP8W78bJfyHCB1RyuVlU,604
437
- solace_agent_mesh/client/webui/frontend/static/index.html,sha256=JJ-_KOXlvrckZmTSwpG2enrm0Ah1FlTMpxINTWSiF4k,671
438
- solace_agent_mesh/client/webui/frontend/static/assets/authCallback-j1LW-wlq.js,sha256=VIDe3uws3j2A7_PHUKHwGizPYBmzNqdjumjyTuyBClc,528
439
- solace_agent_mesh/client/webui/frontend/static/assets/client-B9p_nFNA.js,sha256=6lG8UbVPMnZxsZIprKnq4yRHGZ5Cx8tsyV6dsRox83A,174527
484
+ solace_agent_mesh/client/webui/frontend/static/auth-callback.html,sha256=-aZLMhIXzZ9ntS1P-qkHScMcUiXF0C7dJewjn9n8KvM,604
485
+ solace_agent_mesh/client/webui/frontend/static/index.html,sha256=5Ik9VmNru1koMxttD3a5Sdp4NWxliYGBSic0lSt7zOY,671
486
+ solace_agent_mesh/client/webui/frontend/static/assets/authCallback-DwrxZE0E.js,sha256=Uluoxav08Ybw5ZUkzC6fgZgHrhmxNsZgtTcZrYs5UPk,528
487
+ solace_agent_mesh/client/webui/frontend/static/assets/client-DarGQzyw.js,sha256=fo-QyGDawsEcaXXZds6HYI027DlZyooPZbFHrI_bxrw,174527
440
488
  solace_agent_mesh/client/webui/frontend/static/assets/favicon-BLgzUch9.ico,sha256=9z1ZdOqroxsg2-FzV79kTJ69hVqWVkrDlIv2RgmIhR8,15086
441
- solace_agent_mesh/client/webui/frontend/static/assets/main-ChRwcV89.css,sha256=eWc7an60oiobwKiH4LOAhC77AAE50q95HRc3xh8CdB0,119934
442
- solace_agent_mesh/client/webui/frontend/static/assets/main-DnnE01OM.js,sha256=xvk3zsfmPgs5cVNe44mmZuSrVF87JMnQpGBUqTRY7Eg,424473
443
- solace_agent_mesh/client/webui/frontend/static/assets/vendor-CS5YMf8a.js,sha256=pySecfbg42jjmh23Z4dRsbST36DQM8SCo4X7_o7nhIs,340916
444
- solace_agent_mesh-1.4.12.dist-info/METADATA,sha256=xOwvpR7xlEKd0hGExVSChegzdpira49Wy43hQ5hcUKc,24926
445
- solace_agent_mesh-1.4.12.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
446
- solace_agent_mesh-1.4.12.dist-info/entry_points.txt,sha256=5pLVH8d8bd4sxUwBh7VTni8gTTSzTqGfY14zgdQZm1I,106
447
- solace_agent_mesh-1.4.12.dist-info/licenses/LICENSE,sha256=xx0jnfkXJvxRnG63LTGOxlggYnIysveWIZ6H3PNdCrQ,11357
448
- solace_agent_mesh-1.4.12.dist-info/RECORD,,
489
+ solace_agent_mesh/client/webui/frontend/static/assets/main-CZbpmwfA.css,sha256=Thw8IaXfcEYF-6dfqekWaQZCEekKSkRPES9SX8vW-VU,120001
490
+ solace_agent_mesh/client/webui/frontend/static/assets/main-C__uuUkB.js,sha256=toyR8mFszqm3HzurGLRdHzIASugEVzwhblUBVys4RCo,431938
491
+ solace_agent_mesh/client/webui/frontend/static/assets/vendor-BKIeiHj_.js,sha256=sjPYJY8U8MBDzGnUG-4gSHz-9At3G5NdjJz1VTkuyaE,341779
492
+ solace_agent_mesh-1.5.0.dist-info/METADATA,sha256=E938DgBnXgW0xhUsVid_ID-PbJ1_b0dbrIr0BAj5teE,24925
493
+ solace_agent_mesh-1.5.0.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
494
+ solace_agent_mesh-1.5.0.dist-info/entry_points.txt,sha256=5pLVH8d8bd4sxUwBh7VTni8gTTSzTqGfY14zgdQZm1I,106
495
+ solace_agent_mesh-1.5.0.dist-info/licenses/LICENSE,sha256=xx0jnfkXJvxRnG63LTGOxlggYnIysveWIZ6H3PNdCrQ,11357
496
+ solace_agent_mesh-1.5.0.dist-info/RECORD,,