solace-agent-mesh 1.0.9__py3-none-any.whl → 1.3.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 (220) hide show
  1. solace_agent_mesh/agent/adk/adk_llm.txt +182 -42
  2. solace_agent_mesh/agent/adk/artifacts/artifacts_llm.txt +171 -0
  3. solace_agent_mesh/agent/adk/callbacks.py +165 -104
  4. solace_agent_mesh/agent/adk/embed_resolving_mcp_toolset.py +0 -18
  5. solace_agent_mesh/agent/adk/models/models_llm.txt +104 -55
  6. solace_agent_mesh/agent/adk/runner.py +25 -17
  7. solace_agent_mesh/agent/adk/services.py +3 -3
  8. solace_agent_mesh/agent/adk/setup.py +11 -0
  9. solace_agent_mesh/agent/adk/stream_parser.py +8 -1
  10. solace_agent_mesh/agent/adk/tool_wrapper.py +10 -3
  11. solace_agent_mesh/agent/agent_llm.txt +355 -18
  12. solace_agent_mesh/agent/protocol/event_handlers.py +460 -317
  13. solace_agent_mesh/agent/protocol/protocol_llm.txt +54 -7
  14. solace_agent_mesh/agent/sac/app.py +2 -2
  15. solace_agent_mesh/agent/sac/component.py +211 -517
  16. solace_agent_mesh/agent/sac/sac_llm.txt +133 -63
  17. solace_agent_mesh/agent/testing/testing_llm.txt +25 -58
  18. solace_agent_mesh/agent/tools/peer_agent_tool.py +15 -11
  19. solace_agent_mesh/agent/tools/tools_llm.txt +234 -69
  20. solace_agent_mesh/agent/utils/artifact_helpers.py +35 -1
  21. solace_agent_mesh/agent/utils/utils_llm.txt +90 -105
  22. solace_agent_mesh/assets/docs/404.html +3 -3
  23. solace_agent_mesh/assets/docs/assets/js/6e0db977.39a79ca9.js +1 -0
  24. solace_agent_mesh/assets/docs/assets/js/{75384d09.ccd480c4.js → 75384d09.bf78fbdb.js} +1 -1
  25. solace_agent_mesh/assets/docs/assets/js/90dd9cf6.88f385ea.js +1 -0
  26. solace_agent_mesh/assets/docs/assets/js/f284c35a.fb68323a.js +1 -0
  27. solace_agent_mesh/assets/docs/assets/js/main.08d30374.js +2 -0
  28. solace_agent_mesh/assets/docs/assets/js/runtime~main.458efb1d.js +1 -0
  29. solace_agent_mesh/assets/docs/docs/documentation/concepts/agents/index.html +4 -4
  30. solace_agent_mesh/assets/docs/docs/documentation/concepts/architecture/index.html +4 -4
  31. solace_agent_mesh/assets/docs/docs/documentation/concepts/cli/index.html +4 -4
  32. solace_agent_mesh/assets/docs/docs/documentation/concepts/gateways/index.html +4 -4
  33. solace_agent_mesh/assets/docs/docs/documentation/concepts/orchestrator/index.html +4 -4
  34. solace_agent_mesh/assets/docs/docs/documentation/concepts/plugins/index.html +4 -4
  35. solace_agent_mesh/assets/docs/docs/documentation/deployment/debugging/index.html +4 -4
  36. solace_agent_mesh/assets/docs/docs/documentation/deployment/deploy/index.html +4 -4
  37. solace_agent_mesh/assets/docs/docs/documentation/deployment/observability/index.html +4 -4
  38. solace_agent_mesh/assets/docs/docs/documentation/getting-started/component-overview/index.html +4 -4
  39. solace_agent_mesh/assets/docs/docs/documentation/getting-started/configurations/index.html +4 -4
  40. solace_agent_mesh/assets/docs/docs/documentation/getting-started/installation/index.html +4 -4
  41. solace_agent_mesh/assets/docs/docs/documentation/getting-started/introduction/index.html +4 -4
  42. solace_agent_mesh/assets/docs/docs/documentation/getting-started/quick-start/index.html +4 -4
  43. solace_agent_mesh/assets/docs/docs/documentation/migration-guides/a2a-upgrade-to-0.3.0/a2a-gateway-upgrade-to-0.3.0/index.html +105 -0
  44. solace_agent_mesh/assets/docs/docs/documentation/migration-guides/a2a-upgrade-to-0.3.0/a2a-technical-migration-map/index.html +53 -0
  45. solace_agent_mesh/assets/docs/docs/documentation/tutorials/bedrock-agents/index.html +4 -4
  46. solace_agent_mesh/assets/docs/docs/documentation/tutorials/custom-agent/index.html +4 -4
  47. solace_agent_mesh/assets/docs/docs/documentation/tutorials/event-mesh-gateway/index.html +4 -4
  48. solace_agent_mesh/assets/docs/docs/documentation/tutorials/mcp-integration/index.html +4 -4
  49. solace_agent_mesh/assets/docs/docs/documentation/tutorials/mongodb-integration/index.html +4 -4
  50. solace_agent_mesh/assets/docs/docs/documentation/tutorials/rag-integration/index.html +4 -4
  51. solace_agent_mesh/assets/docs/docs/documentation/tutorials/rest-gateway/index.html +4 -4
  52. solace_agent_mesh/assets/docs/docs/documentation/tutorials/slack-integration/index.html +4 -4
  53. solace_agent_mesh/assets/docs/docs/documentation/tutorials/sql-database/index.html +4 -4
  54. solace_agent_mesh/assets/docs/docs/documentation/user-guide/builtin-tools/artifact-management/index.html +4 -4
  55. solace_agent_mesh/assets/docs/docs/documentation/user-guide/builtin-tools/audio-tools/index.html +4 -4
  56. solace_agent_mesh/assets/docs/docs/documentation/user-guide/builtin-tools/data-analysis-tools/index.html +4 -4
  57. solace_agent_mesh/assets/docs/docs/documentation/user-guide/builtin-tools/embeds/index.html +4 -4
  58. solace_agent_mesh/assets/docs/docs/documentation/user-guide/builtin-tools/index.html +4 -4
  59. solace_agent_mesh/assets/docs/docs/documentation/user-guide/create-agents/index.html +4 -4
  60. solace_agent_mesh/assets/docs/docs/documentation/user-guide/create-gateways/index.html +4 -4
  61. solace_agent_mesh/assets/docs/docs/documentation/user-guide/creating-service-providers/index.html +4 -4
  62. solace_agent_mesh/assets/docs/docs/documentation/user-guide/solace-ai-connector/index.html +4 -4
  63. solace_agent_mesh/assets/docs/docs/documentation/user-guide/structure/index.html +4 -4
  64. solace_agent_mesh/assets/docs/lunr-index-1757433031159.json +1 -0
  65. solace_agent_mesh/assets/docs/lunr-index.json +1 -1
  66. solace_agent_mesh/assets/docs/search-doc-1757433031159.json +1 -0
  67. solace_agent_mesh/assets/docs/search-doc.json +1 -1
  68. solace_agent_mesh/assets/docs/sitemap.xml +1 -1
  69. solace_agent_mesh/cli/__init__.py +1 -1
  70. solace_agent_mesh/cli/commands/add_cmd/agent_cmd.py +125 -48
  71. solace_agent_mesh/cli/commands/eval_cmd.py +14 -0
  72. solace_agent_mesh/cli/commands/init_cmd/__init__.py +53 -31
  73. solace_agent_mesh/cli/commands/init_cmd/database_step.py +91 -0
  74. solace_agent_mesh/cli/commands/init_cmd/env_step.py +19 -8
  75. solace_agent_mesh/cli/commands/init_cmd/orchestrator_step.py +80 -25
  76. solace_agent_mesh/cli/commands/init_cmd/web_init_step.py +32 -10
  77. solace_agent_mesh/cli/commands/init_cmd/webui_gateway_step.py +74 -15
  78. solace_agent_mesh/cli/commands/plugin_cmd/create_cmd.py +0 -2
  79. solace_agent_mesh/cli/commands/run_cmd.py +5 -3
  80. solace_agent_mesh/cli/utils.py +68 -12
  81. solace_agent_mesh/client/webui/frontend/static/assets/authCallback-vY5eu2lI.js +1 -0
  82. solace_agent_mesh/client/webui/frontend/static/assets/client-BeBkzgWW.js +25 -0
  83. solace_agent_mesh/client/webui/frontend/static/assets/main-Bjys1KQs.js +339 -0
  84. solace_agent_mesh/client/webui/frontend/static/assets/main-C03yrETa.css +1 -0
  85. solace_agent_mesh/client/webui/frontend/static/assets/vendor-CE0AeXyK.js +395 -0
  86. solace_agent_mesh/client/webui/frontend/static/auth-callback.html +3 -2
  87. solace_agent_mesh/client/webui/frontend/static/index.html +4 -3
  88. solace_agent_mesh/common/a2a/__init__.py +213 -0
  89. solace_agent_mesh/common/a2a/a2a_llm.txt +182 -0
  90. solace_agent_mesh/common/a2a/artifact.py +328 -0
  91. solace_agent_mesh/common/a2a/events.py +183 -0
  92. solace_agent_mesh/common/a2a/message.py +307 -0
  93. solace_agent_mesh/common/a2a/protocol.py +513 -0
  94. solace_agent_mesh/common/a2a/task.py +127 -0
  95. solace_agent_mesh/common/a2a/translation.py +653 -0
  96. solace_agent_mesh/common/a2a/types.py +54 -0
  97. solace_agent_mesh/common/a2a_spec/a2a.json +2576 -0
  98. solace_agent_mesh/common/a2a_spec/a2a_spec_llm.txt +407 -0
  99. solace_agent_mesh/common/a2a_spec/schemas/agent_progress_update.json +18 -0
  100. solace_agent_mesh/common/a2a_spec/schemas/artifact_creation_progress.json +31 -0
  101. solace_agent_mesh/common/a2a_spec/schemas/llm_invocation.json +18 -0
  102. solace_agent_mesh/common/a2a_spec/schemas/schemas_llm.txt +235 -0
  103. solace_agent_mesh/common/a2a_spec/schemas/tool_invocation_start.json +26 -0
  104. solace_agent_mesh/common/a2a_spec/schemas/tool_result.json +25 -0
  105. solace_agent_mesh/common/agent_registry.py +1 -1
  106. solace_agent_mesh/common/common_llm.txt +192 -70
  107. solace_agent_mesh/common/data_parts.py +99 -0
  108. solace_agent_mesh/common/middleware/middleware_llm.txt +17 -17
  109. solace_agent_mesh/common/sac/__init__.py +0 -0
  110. solace_agent_mesh/common/sac/sac_llm.txt +71 -0
  111. solace_agent_mesh/common/sac/sam_component_base.py +252 -0
  112. solace_agent_mesh/common/services/providers/providers_llm.txt +51 -84
  113. solace_agent_mesh/common/services/services_llm.txt +206 -26
  114. solace_agent_mesh/common/utils/artifact_utils.py +29 -0
  115. solace_agent_mesh/common/utils/embeds/embeds_llm.txt +176 -80
  116. solace_agent_mesh/common/utils/embeds/resolver.py +1 -0
  117. solace_agent_mesh/common/utils/utils_llm.txt +323 -42
  118. solace_agent_mesh/config_portal/backend/common.py +2 -2
  119. solace_agent_mesh/config_portal/backend/plugin_catalog/constants.py +1 -1
  120. solace_agent_mesh/config_portal/frontend/static/client/assets/_index-bFMKlzKf.js +98 -0
  121. solace_agent_mesh/config_portal/frontend/static/client/assets/{manifest-d845808d.js → manifest-89db7c30.js} +1 -1
  122. solace_agent_mesh/config_portal/frontend/static/client/index.html +1 -1
  123. solace_agent_mesh/core_a2a/core_a2a_llm.txt +10 -8
  124. solace_agent_mesh/core_a2a/service.py +20 -44
  125. solace_agent_mesh/evaluation/message_organizer.py +35 -56
  126. solace_agent_mesh/evaluation/run.py +26 -5
  127. solace_agent_mesh/evaluation/subscriber.py +35 -10
  128. solace_agent_mesh/evaluation/summary_builder.py +27 -34
  129. solace_agent_mesh/gateway/base/app.py +27 -1
  130. solace_agent_mesh/gateway/base/base_llm.txt +177 -72
  131. solace_agent_mesh/gateway/base/component.py +294 -523
  132. solace_agent_mesh/gateway/gateway_llm.txt +299 -58
  133. solace_agent_mesh/gateway/http_sse/ARCHITECTURE_GUIDE.md +676 -0
  134. solace_agent_mesh/gateway/http_sse/alembic/env.py +85 -0
  135. solace_agent_mesh/gateway/http_sse/alembic/script.py.mako +28 -0
  136. solace_agent_mesh/gateway/http_sse/alembic/versions/b1c2d3e4f5g6_add_database_indexes.py +83 -0
  137. solace_agent_mesh/gateway/http_sse/alembic/versions/d5b3f8f2e9a0_create_initial_database.py +58 -0
  138. solace_agent_mesh/gateway/http_sse/alembic.ini +147 -0
  139. solace_agent_mesh/gateway/http_sse/api/__init__.py +11 -0
  140. solace_agent_mesh/gateway/http_sse/api/controllers/__init__.py +9 -0
  141. solace_agent_mesh/gateway/http_sse/api/controllers/session_controller.py +355 -0
  142. solace_agent_mesh/gateway/http_sse/api/controllers/task_controller.py +279 -0
  143. solace_agent_mesh/gateway/http_sse/api/controllers/user_controller.py +35 -0
  144. solace_agent_mesh/gateway/http_sse/api/dto/__init__.py +10 -0
  145. solace_agent_mesh/gateway/http_sse/api/dto/requests/__init__.py +37 -0
  146. solace_agent_mesh/gateway/http_sse/api/dto/requests/session_requests.py +49 -0
  147. solace_agent_mesh/gateway/http_sse/api/dto/requests/task_requests.py +66 -0
  148. solace_agent_mesh/gateway/http_sse/api/dto/responses/__init__.py +43 -0
  149. solace_agent_mesh/gateway/http_sse/api/dto/responses/session_responses.py +68 -0
  150. solace_agent_mesh/gateway/http_sse/api/dto/responses/task_responses.py +74 -0
  151. solace_agent_mesh/gateway/http_sse/app.py +31 -1
  152. solace_agent_mesh/gateway/http_sse/application/__init__.py +3 -0
  153. solace_agent_mesh/gateway/http_sse/application/services/__init__.py +3 -0
  154. solace_agent_mesh/gateway/http_sse/application/services/session_service.py +135 -0
  155. solace_agent_mesh/gateway/http_sse/component.py +371 -236
  156. solace_agent_mesh/gateway/http_sse/components/components_llm.txt +29 -29
  157. solace_agent_mesh/gateway/http_sse/dependencies.py +142 -39
  158. solace_agent_mesh/gateway/http_sse/domain/entities/__init__.py +3 -0
  159. solace_agent_mesh/gateway/http_sse/domain/entities/session.py +90 -0
  160. solace_agent_mesh/gateway/http_sse/domain/repositories/__init__.py +3 -0
  161. solace_agent_mesh/gateway/http_sse/domain/repositories/session_repository.py +54 -0
  162. solace_agent_mesh/gateway/http_sse/http_sse_llm.txt +272 -36
  163. solace_agent_mesh/gateway/http_sse/infrastructure/__init__.py +4 -0
  164. solace_agent_mesh/gateway/http_sse/infrastructure/dependency_injection/__init__.py +3 -0
  165. solace_agent_mesh/gateway/http_sse/infrastructure/dependency_injection/container.py +123 -0
  166. solace_agent_mesh/gateway/http_sse/infrastructure/persistence/__init__.py +4 -0
  167. solace_agent_mesh/gateway/http_sse/infrastructure/persistence/database_persistence_service.py +16 -0
  168. solace_agent_mesh/gateway/http_sse/infrastructure/persistence/database_service.py +119 -0
  169. solace_agent_mesh/gateway/http_sse/infrastructure/persistence/models.py +31 -0
  170. solace_agent_mesh/gateway/http_sse/infrastructure/persistence_service.py +12 -0
  171. solace_agent_mesh/gateway/http_sse/infrastructure/repositories/__init__.py +3 -0
  172. solace_agent_mesh/gateway/http_sse/infrastructure/repositories/session_repository.py +174 -0
  173. solace_agent_mesh/gateway/http_sse/main.py +293 -91
  174. solace_agent_mesh/gateway/http_sse/routers/agents.py +1 -1
  175. solace_agent_mesh/gateway/http_sse/routers/artifacts.py +137 -56
  176. solace_agent_mesh/gateway/http_sse/routers/config.py +3 -1
  177. solace_agent_mesh/gateway/http_sse/routers/routers_llm.txt +231 -5
  178. solace_agent_mesh/gateway/http_sse/routers/tasks.py +199 -171
  179. solace_agent_mesh/gateway/http_sse/routers/visualization.py +7 -7
  180. solace_agent_mesh/gateway/http_sse/services/agent_service.py +1 -1
  181. solace_agent_mesh/gateway/http_sse/services/services_llm.txt +89 -135
  182. solace_agent_mesh/gateway/http_sse/services/task_service.py +2 -5
  183. solace_agent_mesh/gateway/http_sse/session_manager.py +64 -30
  184. solace_agent_mesh/gateway/http_sse/shared/__init__.py +9 -0
  185. solace_agent_mesh/gateway/http_sse/shared/auth_utils.py +29 -0
  186. solace_agent_mesh/gateway/http_sse/shared/enums.py +45 -0
  187. solace_agent_mesh/gateway/http_sse/shared/types.py +45 -0
  188. solace_agent_mesh/solace_agent_mesh_llm.txt +362 -0
  189. solace_agent_mesh/templates/gateway_component_template.py +149 -98
  190. solace_agent_mesh/templates/shared_config.yaml +4 -5
  191. solace_agent_mesh/templates/webui.yaml +8 -10
  192. {solace_agent_mesh-1.0.9.dist-info → solace_agent_mesh-1.3.0.dist-info}/METADATA +9 -6
  193. {solace_agent_mesh-1.0.9.dist-info → solace_agent_mesh-1.3.0.dist-info}/RECORD +197 -141
  194. solace_agent_mesh/assets/docs/assets/js/f284c35a.731836ad.js +0 -1
  195. solace_agent_mesh/assets/docs/assets/js/main.3d0e7879.js +0 -2
  196. solace_agent_mesh/assets/docs/assets/js/runtime~main.05d19492.js +0 -1
  197. solace_agent_mesh/assets/docs/lunr-index-1757091012487.json +0 -1
  198. solace_agent_mesh/assets/docs/search-doc-1757091012487.json +0 -1
  199. solace_agent_mesh/client/webui/frontend/static/assets/authCallback-BmF2l6vg.js +0 -1
  200. solace_agent_mesh/client/webui/frontend/static/assets/client-D881Dttc.js +0 -49
  201. solace_agent_mesh/client/webui/frontend/static/assets/main-D0FnP_W4.css +0 -1
  202. solace_agent_mesh/client/webui/frontend/static/assets/main-Do32sFPX.js +0 -708
  203. solace_agent_mesh/common/a2a_protocol.py +0 -564
  204. solace_agent_mesh/common/client/__init__.py +0 -4
  205. solace_agent_mesh/common/client/card_resolver.py +0 -21
  206. solace_agent_mesh/common/client/client.py +0 -85
  207. solace_agent_mesh/common/client/client_llm.txt +0 -133
  208. solace_agent_mesh/common/server/__init__.py +0 -4
  209. solace_agent_mesh/common/server/server.py +0 -122
  210. solace_agent_mesh/common/server/server_llm.txt +0 -169
  211. solace_agent_mesh/common/server/task_manager.py +0 -291
  212. solace_agent_mesh/common/server/utils.py +0 -28
  213. solace_agent_mesh/common/types.py +0 -411
  214. solace_agent_mesh/config_portal/frontend/static/client/assets/_index-Bym6YkMd.js +0 -98
  215. solace_agent_mesh/gateway/http_sse/routers/sessions.py +0 -80
  216. solace_agent_mesh/gateway/http_sse/routers/users.py +0 -59
  217. /solace_agent_mesh/assets/docs/assets/js/{main.3d0e7879.js.LICENSE.txt → main.08d30374.js.LICENSE.txt} +0 -0
  218. {solace_agent_mesh-1.0.9.dist-info → solace_agent_mesh-1.3.0.dist-info}/WHEEL +0 -0
  219. {solace_agent_mesh-1.0.9.dist-info → solace_agent_mesh-1.3.0.dist-info}/entry_points.txt +0 -0
  220. {solace_agent_mesh-1.0.9.dist-info → solace_agent_mesh-1.3.0.dist-info}/licenses/LICENSE +0 -0
@@ -1,83 +1,96 @@
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
5
  solace_agent_mesh/agent/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
5
- solace_agent_mesh/agent/agent_llm.txt,sha256=TkY3Tjha7vOpyv0t3JPtc73VW-5G-lB-4ECnV8OihgI,2880
6
+ solace_agent_mesh/agent/agent_llm.txt,sha256=SxQXi97BbQr2clksllCAwzl4Qy-IxcRMKIcN43o3T-s,14768
6
7
  solace_agent_mesh/agent/adk/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
7
- solace_agent_mesh/agent/adk/adk_llm.txt,sha256=yXUZn-BgsfNmmQJ28wdLFsW_A8ymrWsD7PMHvmciRIw,7738
8
+ solace_agent_mesh/agent/adk/adk_llm.txt,sha256=XTONKecOiorM2mr0PB_FP5r8fgPXr2Dlp8C1Yt2AOws,15116
8
9
  solace_agent_mesh/agent/adk/app_llm_agent.py,sha256=WOJoUI23i5zPDqubNVVJhWUFvVdY4sRmsYzKmz-DomU,842
9
- solace_agent_mesh/agent/adk/callbacks.py,sha256=sOs4coObH6xSZFC7rpymFSsksXZiZ2M2LDFGIFnqItU,69545
10
- solace_agent_mesh/agent/adk/embed_resolving_mcp_toolset.py,sha256=JI5fsmOIVVceD49H_2l3cwrjbjjZqj4tPgoIIPH8kSY,11888
10
+ solace_agent_mesh/agent/adk/callbacks.py,sha256=cvyJmxf3Du5WGOj2i4_gubt8iBb8IhzfdAWIB2ChJak,71906
11
+ solace_agent_mesh/agent/adk/embed_resolving_mcp_toolset.py,sha256=KXr9zY8GBt8FzY8z9XKiV4KX_EiGBfcxGsnLV03ULQ8,11316
11
12
  solace_agent_mesh/agent/adk/intelligent_mcp_callbacks.py,sha256=4h2riXiw6DqFi3VVRZ92w_YuQQJ_Du6iUgx3PRuzrb8,15839
12
13
  solace_agent_mesh/agent/adk/invocation_monitor.py,sha256=_20-nQXVjGlAEyw9PLFTTvgti-WgqyNE58LPUELUWnA,11671
13
14
  solace_agent_mesh/agent/adk/mcp_content_processor.py,sha256=8s3ytZ8qrKZCUt_u8aE_EHH1_01yewPoekkllCuz9ME,23850
14
- solace_agent_mesh/agent/adk/runner.py,sha256=TTnyz-xGXcVseKo4TkZMZYS6BjYYBHBWocYg3RYmqcI,12757
15
- solace_agent_mesh/agent/adk/services.py,sha256=BzhaGUsw6_x0Ia1Zy2XkazPvPFF4RNFqUjlgGXCaYls,12892
16
- solace_agent_mesh/agent/adk/setup.py,sha256=ce8u6PwGIQsO7fU1Rx2fpHWQRUyd-Bu2zcrlzAbjVo8,32055
17
- solace_agent_mesh/agent/adk/stream_parser.py,sha256=6eMapFRV9nF8m4pRzfnOpykzK3OF3p6NkgWZvNwTt20,8071
18
- solace_agent_mesh/agent/adk/tool_wrapper.py,sha256=p4X0CnxeCE-Va2V3GTT5NUCu2p22wTrv6z7vFMuaUls,6261
15
+ solace_agent_mesh/agent/adk/runner.py,sha256=CFpnWaNwpXBTZATBWDhmw4xJsMaFnjucqGbr0_HmqeE,12977
16
+ solace_agent_mesh/agent/adk/services.py,sha256=AFp67SD3Rxrd3EuTeSVrEY2a-foe52dcvWIGN9lw8RU,12894
17
+ solace_agent_mesh/agent/adk/setup.py,sha256=YN5lRjflcvGZeeOpq6ssWwz7Je0BPKGEoDvL-po5Jnk,32615
18
+ solace_agent_mesh/agent/adk/stream_parser.py,sha256=3i5rFN7dDVgjLvK4GG0PKYmxgIdtqKABfM9oTCouSZ0,8278
19
+ solace_agent_mesh/agent/adk/tool_wrapper.py,sha256=yzkXjE4QtdVtO5edB-c-R_qJgaex9rmCHIswW1ltfxY,6513
19
20
  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
20
22
  solace_agent_mesh/agent/adk/artifacts/filesystem_artifact_service.py,sha256=JWR6PqWP2UOw1_6iLOWMB57txzdc4hnjIr2w5cVk76c,13589
21
23
  solace_agent_mesh/agent/adk/artifacts/s3_artifact_service.py,sha256=6CyKDOuQJ4b0vibAFlOHq2bDQoQglqX0NDxWUXAhqUs,15178
22
24
  solace_agent_mesh/agent/adk/models/lite_llm.py,sha256=Enia0uFs2epagavdaCWNnvMFIL7VxRuo0A6mYBQZGWQ,30325
23
- solace_agent_mesh/agent/adk/models/models_llm.txt,sha256=eIotHOFSg9h1_pvr1qNuQoPWBSm26XNSWTn8SXzm5kg,4598
25
+ solace_agent_mesh/agent/adk/models/models_llm.txt,sha256=tpihTC3M1-WXduJgZerCGcJzNUfRSsbtol4VFhKyd6U,6119
24
26
  solace_agent_mesh/agent/protocol/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
25
- solace_agent_mesh/agent/protocol/event_handlers.py,sha256=wxoYwVPHa8WhTnm726FGEV_793leHilEuiePmH3wRpA,62429
26
- solace_agent_mesh/agent/protocol/protocol_llm.txt,sha256=fZrqfT7avWZR4y_kcSgCh7hlayA6fMCgUvq3emKPtDc,1570
27
+ solace_agent_mesh/agent/protocol/event_handlers.py,sha256=2qpA-z1546HHEilywx4yJ4oIWy8btKbeMiOrlUB4ApU,69179
28
+ solace_agent_mesh/agent/protocol/protocol_llm.txt,sha256=3-ojfRlRtmmr6RuiAx_r1ib3LzSaRWjJdDaUpM9mZ5E,3929
27
29
  solace_agent_mesh/agent/sac/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
28
- solace_agent_mesh/agent/sac/app.py,sha256=pTKpAY16Mp9zoPVXAdxrgw2YX4ASSLSR-wWaFSLjA8k,32855
29
- solace_agent_mesh/agent/sac/component.py,sha256=gJXm51GqZlWCzXojBJw2PIz2xWY5CWuJinyqS9sP9qs,141923
30
+ solace_agent_mesh/agent/sac/app.py,sha256=cXQQxQvQCS6664tZnpFqKBlMdzq7o1NQdKK8Q1zLDfI,32845
31
+ solace_agent_mesh/agent/sac/component.py,sha256=tAc2UJkMSJzcVOGecwW5M2BMzZGEXqMlEAJouXMInEs,130085
30
32
  solace_agent_mesh/agent/sac/patch_adk.py,sha256=LQhPvwpEVeeDVUgZD-p8CTxft-jRv_OadMR-gR1uTXk,4266
31
- solace_agent_mesh/agent/sac/sac_llm.txt,sha256=xOYAScW1Xe651JvZi4LkxRMWlsLCJevVi9hstUKjwfw,8454
33
+ solace_agent_mesh/agent/sac/sac_llm.txt,sha256=KcnVBK8oBuyguMkrCzG773GOQyPqscGxK7VdK2RYYco,9101
32
34
  solace_agent_mesh/agent/sac/task_execution_context.py,sha256=EpX6IWUtlv9ot9aW4_5bjEctJXd-O5Ozmq-FsJE9MBU,7663
33
35
  solace_agent_mesh/agent/testing/__init__.py,sha256=Jo_gILQRyefq52v4zYml91xf04lduzam-2fwgNwuAy4,64
34
36
  solace_agent_mesh/agent/testing/debug_utils.py,sha256=-nNJUs8aeRnEFbG0ZrXL3-FFcCDKC_-7KXViwp6fLqw,4972
35
- solace_agent_mesh/agent/testing/testing_llm.txt,sha256=idez5-8jmbzRLCeHf22b7kgRPz6hez846BbJusSYYFM,3457
37
+ solace_agent_mesh/agent/testing/testing_llm.txt,sha256=14tuiINvkLTel3zTM7MsRQrmGLWuuJ79ywTU7gjiwqg,2180
36
38
  solace_agent_mesh/agent/tools/__init__.py,sha256=OKsqMddhk9q2DA8Jp3SOEcbOwa3QBsP4tDDsY4aVgAg,473
37
39
  solace_agent_mesh/agent/tools/audio_tools.py,sha256=LOjfD2tTsYanIbntpysX4gQZ1e8NHqmv_yQ7iHitvyQ,59717
38
40
  solace_agent_mesh/agent/tools/builtin_artifact_tools.py,sha256=4zUqrPlBfIz2N3sAZXzk-ZmUCyRqA3-qmnTm3vaCcx4,77526
39
41
  solace_agent_mesh/agent/tools/builtin_data_analysis_tools.py,sha256=nII4SNDYFt1QaHtXpcoFr3mIg3n1QXTNJfm3VQDD394,8767
40
42
  solace_agent_mesh/agent/tools/general_agent_tools.py,sha256=7ygxOwOMacWv7oMQumbIG4XEn3UwRWTSBDuutZPFKj8,21959
41
43
  solace_agent_mesh/agent/tools/image_tools.py,sha256=sLIO-d4006CqJ-YaGYsE-1sfDTMCfI0foPLHieaaFZg,47968
42
- solace_agent_mesh/agent/tools/peer_agent_tool.py,sha256=ECd3pGOYGpg7YL7olMzXX-EdjaPI9tmcSYuENlBJf40,12127
44
+ solace_agent_mesh/agent/tools/peer_agent_tool.py,sha256=rCY7D3OKw_oQ6Oc33AkoxBHKFGL3zQwT5NLgUZ4C1cY,12308
43
45
  solace_agent_mesh/agent/tools/registry.py,sha256=A4I1RbvQ0b-AFyH4d_vpdAjE3mtoWV_OrObVW3isZbI,1208
44
46
  solace_agent_mesh/agent/tools/test_tools.py,sha256=Bu5nueLX1YFxUFJC2jeG5y3z_s1B3KwqkRAo4TKl4YI,4217
45
47
  solace_agent_mesh/agent/tools/tool_definition.py,sha256=QFgKAZy-3GAmAG_q5XG9gduQRr6uF3ZEo-H05PY1C6s,1690
46
- solace_agent_mesh/agent/tools/tools_llm.txt,sha256=PEnUFoYYwmf0RnPpnH5ibb8Qfg8KSD1SFfZNnbL_2lM,7121
48
+ solace_agent_mesh/agent/tools/tools_llm.txt,sha256=W-JcxYZ6JQERrRTYRhWZQeOobUN_Dszl93_Y0kwv7mc,13653
47
49
  solace_agent_mesh/agent/tools/web_tools.py,sha256=fS3GwqJmORMx0efrJmU9tij_tqUKG8JlAbaUzYhEaQY,15187
48
50
  solace_agent_mesh/agent/utils/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
49
- solace_agent_mesh/agent/utils/artifact_helpers.py,sha256=PXyBbFPKyUccPCgGcmqGZWePcR-Sf5i8kvIbO5kQbPY,40710
51
+ solace_agent_mesh/agent/utils/artifact_helpers.py,sha256=WrdCMMiGwSUIhBYbpE4DMk2ELgWTYv8CQSIFQpFokmA,41971
50
52
  solace_agent_mesh/agent/utils/config_parser.py,sha256=pElDc96YftH3rdBaMCmHDdzPkAEx_kGkU0FrcztKP9E,1665
51
53
  solace_agent_mesh/agent/utils/context_helpers.py,sha256=jWKY5Kpy2KWTYMz4G5AOi8VIu3IbD1LdStpI7j5y-bU,2075
52
- solace_agent_mesh/agent/utils/utils_llm.txt,sha256=v2pjxLwvDnexUHqKkGR-nf2ZMexxZ4qrOPFgwpL_wVI,9307
54
+ solace_agent_mesh/agent/utils/utils_llm.txt,sha256=vuy7-BYOx816-QeBGM2ue7W1ned0Q6TjW6A8lln0i2E,7442
53
55
  solace_agent_mesh/common/__init__.py,sha256=gtpOFNjDuFmImR592AQckhQTaiA8HrsfTvAP1oCfxCY,63
54
- solace_agent_mesh/common/a2a_protocol.py,sha256=dmNooNqZgadgo7SLkdGK1OOZKL1lpmuD0ufeRPg1QdA,22890
55
- solace_agent_mesh/common/agent_registry.py,sha256=Ddsw1X57vmInrnhDUqXNRqbi-T1i1rr_3XS6UWCvTkQ,1269
56
- solace_agent_mesh/common/common_llm.txt,sha256=-Vq_9TF7yoyMyqPrspZsOau401gt8Dd0d_SfnmUV0m4,9245
56
+ solace_agent_mesh/common/agent_registry.py,sha256=7rbyyxhtnW8CB45nDjI6S_uEAUotV1iWfu5xqMbm9Dw,1264
57
+ solace_agent_mesh/common/common_llm.txt,sha256=3CPdoLFPf3Mmy93YkI7_bFZGjbdWDN3W183JVvYo4gw,14544
57
58
  solace_agent_mesh/common/constants.py,sha256=2lImuxA2sxiS38RNQ4-i1BAwPmekPRnKrhPG4hkJjdE,51
59
+ solace_agent_mesh/common/data_parts.py,sha256=Fc3kTG5PHvQWe_u-5GR8E4hgEUm2VqRTrqPSC3Yy4Og,3141
58
60
  solace_agent_mesh/common/exceptions.py,sha256=or9OTXM587Ij5yXlF4fagwqXUcRPPDFNX852GPZk09Y,845
59
- solace_agent_mesh/common/types.py,sha256=R0CktzIkE9y2uenKCzhZswJ8DOMwaoDWxIeCTvwPwvw,10267
60
- solace_agent_mesh/common/client/__init__.py,sha256=V8lbSEpOWNM2XjG5ky7NIUM0Q2HZTexzL3I8WqZfo-w,117
61
- solace_agent_mesh/common/client/card_resolver.py,sha256=Q36sujpDkPgEwHHoXZABKdQGfLJ8YfCza1FPoDHC7zw,674
62
- solace_agent_mesh/common/client/client.py,sha256=4XQQPUd0Z2wTMBLKd7zq_eVAqC3eymmlRWbDaKdyD1E,3282
63
- solace_agent_mesh/common/client/client_llm.txt,sha256=9QIoa9K9FK7_bDBIH03JZLVZ0sCvrkBJxPilKGT5xds,7424
61
+ solace_agent_mesh/common/a2a/__init__.py,sha256=RvXqNCT5uSSs-D8t97WnnwDW5f2LiL_CXkkeOTSQx4I,6229
62
+ solace_agent_mesh/common/a2a/a2a_llm.txt,sha256=xMdFM0DKJDIu9MZQdIPMqpqJxSN3eQyFnJLK5wl3cOg,13638
63
+ solace_agent_mesh/common/a2a/artifact.py,sha256=McPSqCT2ZQNJAdxzQ7elkTJR7rplPTNx1oay2La0fxI,10922
64
+ solace_agent_mesh/common/a2a/events.py,sha256=-rltDOLfD5dxI-4JpIi3nytEm8LrsszaoVmKk2Rm82s,4861
65
+ solace_agent_mesh/common/a2a/message.py,sha256=8SOPXhOBPPnbcndZppH79ktkupFayG7WyIEKbl0MtU0,8981
66
+ solace_agent_mesh/common/a2a/protocol.py,sha256=SsHgRQYvsJhCHavSB1_BaeW6HEgXxuJ6Iqq-ImhA4xU,16896
67
+ solace_agent_mesh/common/a2a/task.py,sha256=906ByBEw7mlZEabMmgUSkzlFEHUC3r1HYwSuP2OdLog,3153
68
+ solace_agent_mesh/common/a2a/translation.py,sha256=mYrkzRwQnVngrPDwHdGbFRPckriR-7R_IClHnckHOxo,24735
69
+ solace_agent_mesh/common/a2a/types.py,sha256=N0azqlzGXwzmNQ9MLLR1b7lfmY_GrZ4JDHZQMe8sB0g,1717
70
+ solace_agent_mesh/common/a2a_spec/a2a.json,sha256=l9biQ1M2g2zR1B3_rPg6GpeQK2K4Ju8U7FcE24XJXxc,103940
71
+ solace_agent_mesh/common/a2a_spec/a2a_spec_llm.txt,sha256=p8Ub3thLRYe74kh_OSLDb5aBAYLwiSS9ZHClNQN2XsY,12701
72
+ solace_agent_mesh/common/a2a_spec/schemas/agent_progress_update.json,sha256=YCFDfiF5hQkzUxOGk1x1BBy3ZBdS5wbP9g0P1DAcMR0,609
73
+ solace_agent_mesh/common/a2a_spec/schemas/artifact_creation_progress.json,sha256=JiMwpZ8-NYyiPWF5zGAa3yoMkmE167UDjMT8UNCw04A,954
74
+ solace_agent_mesh/common/a2a_spec/schemas/llm_invocation.json,sha256=_Ev5PUgZrcY1FAKRofWCcUN08_TVHHaPhuhOHB2WUSM,583
75
+ solace_agent_mesh/common/a2a_spec/schemas/schemas_llm.txt,sha256=DQmfm-8_8hUEUh2TA7YUgPYw3BfH4RhiX_lAvhbZTVA,6780
76
+ solace_agent_mesh/common/a2a_spec/schemas/tool_invocation_start.json,sha256=xRwcoJJTqpG8B1wKZwj3yIftx4oB44f7zknoXjuHA0I,867
77
+ solace_agent_mesh/common/a2a_spec/schemas/tool_result.json,sha256=yUgmkYDRnwuKOAmlNivdMQ3s-RKlbX6pAuWNaj6CSic,854
64
78
  solace_agent_mesh/common/middleware/__init__.py,sha256=HjlEneTOAnApGEjUow8BFqdFloW0AEnV7Qwng5PaVj4,408
65
79
  solace_agent_mesh/common/middleware/config_resolver.py,sha256=gu237CXDJcFAH1zae2on-GEP0UevxjulihZ73GAyfZw,4431
66
- solace_agent_mesh/common/middleware/middleware_llm.txt,sha256=-Vo5ul6841dZeJYRr0F0ShaCt8rTD4euZyRM5ITM19c,8866
80
+ solace_agent_mesh/common/middleware/middleware_llm.txt,sha256=TSgh6Z5zXD7XoSrdD23ofJFzdhGp_7Siv2kYqTP93p0,9089
67
81
  solace_agent_mesh/common/middleware/registry.py,sha256=5eQQW_E61_kBs4W8JZA115wv_tEggJwqmhxkmqAefHI,3931
68
- solace_agent_mesh/common/server/__init__.py,sha256=Bl7Qa3Pk4QWY4yDPRNyHeTzNJpAe9HgUJd8-oTnMPv8,152
69
- solace_agent_mesh/common/server/server.py,sha256=mcM4YEpJXr3zKIvCRG_q1EDkSYWwllg6shGrJHYpeOM,4731
70
- solace_agent_mesh/common/server/server_llm.txt,sha256=OkJqi8UKg8771Bx8KEct8CWA7BEBMfqvVzbuBz3MISg,9689
71
- solace_agent_mesh/common/server/task_manager.py,sha256=-aqo5W589oTP7OFfwR9ibQ-35kHQDY43aY4MDW_ELnw,10249
72
- solace_agent_mesh/common/server/utils.py,sha256=1k_fBfECT0JQFlFcAJhpNlTYYOruxDlV0S2OTmUOZ4M,854
82
+ solace_agent_mesh/common/sac/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
83
+ solace_agent_mesh/common/sac/sac_llm.txt,sha256=kylXMKzkSl7JBSkIaPYeU4cS3r2bMwsWd60sTQNypqY,2841
84
+ solace_agent_mesh/common/sac/sam_component_base.py,sha256=RP-qd1VN1lg4avo6QgreIcAWtyseU5T9uoFOqJezSAw,9731
73
85
  solace_agent_mesh/common/services/__init__.py,sha256=4m4Vnp-DgXSsj-JFcE5ONAwjyWNm8IuaIxF2a0hV0SA,114
74
86
  solace_agent_mesh/common/services/employee_service.py,sha256=sIxj0Nt7JRL52P8MzGv3XfCXlBoGRSPOGkq9moMvA4s,6269
75
87
  solace_agent_mesh/common/services/identity_service.py,sha256=o6T-hnzfyTr-KAGcHhOEfS-y2jDfLGgESSuSpWFwxzA,4670
76
- solace_agent_mesh/common/services/services_llm.txt,sha256=XDGKyE1qybvtr_Gh8WEh0d7R3V87nEmfLiwltGZBLQo,7894
88
+ solace_agent_mesh/common/services/services_llm.txt,sha256=RsJO51zDpJS_Fah0UXvAg0LurA0PPMnSmjiuIiTcyzM,13936
77
89
  solace_agent_mesh/common/services/providers/__init__.py,sha256=UVRTEftrFu3XMFRmNLiXKAFRaDYoD-_As05cIOO0gqI,126
78
90
  solace_agent_mesh/common/services/providers/local_file_identity_service.py,sha256=v_G-2ASl7CbM-Fw6-NxYiUS0ODkN1XYW7cwmeqImIHU,4913
79
- solace_agent_mesh/common/services/providers/providers_llm.txt,sha256=7y1ZqMWKt5Qq4McD8tQniUW17PpQHOf2wHIS1YjBejo,4775
91
+ solace_agent_mesh/common/services/providers/providers_llm.txt,sha256=UjxyEPSURBOQ2qYKS5JZJ6xvkqCxbalLZ19Jdsw_kQU,3221
80
92
  solace_agent_mesh/common/utils/__init__.py,sha256=V4B3mUhsqB_3YYdT_JZepEw32OHf4mhzMR7I8I3aV-8,129
93
+ solace_agent_mesh/common/utils/artifact_utils.py,sha256=-FEd1PlspVQNC-iknNeAy6AToZSvuV5SbH71fK7l1X4,826
81
94
  solace_agent_mesh/common/utils/asyncio_macos_fix.py,sha256=35CBuEX2HSTflDHVWR06_BaM7d_wD8YJ598uQUNS6BE,2846
82
95
  solace_agent_mesh/common/utils/in_memory_cache.py,sha256=AGfyZwqJ7wTjeBBgSKsHWH1v4X8FwpyymCgS8FWVgVI,3316
83
96
  solace_agent_mesh/common/utils/initializer.py,sha256=PGznxI70SNiWS8usLEzqhUXxDDvcQgQzY8tBlTJc0Bc,1866
@@ -85,91 +98,129 @@ solace_agent_mesh/common/utils/log_formatters.py,sha256=EV8-ryy9mQgGv8hXipKrdXCu
85
98
  solace_agent_mesh/common/utils/message_utils.py,sha256=MFICU-isggU7LJhev0qCm9n5thlhuc1KZ4mt1tNcKKY,2825
86
99
  solace_agent_mesh/common/utils/mime_helpers.py,sha256=wbX5g4GNodyWdcmMeKc1VxZcHdDhItN4hrZI3-siqlk,4316
87
100
  solace_agent_mesh/common/utils/push_notification_auth.py,sha256=Jp3W2cqNQK6Q27dLGo2bzCOQcwp23TkgkAcb5CckdAo,4622
88
- solace_agent_mesh/common/utils/utils_llm.txt,sha256=6b2N7eWw75MrLdgccVjzaMGA2XG8p6JORQZ_8f0u4G0,5112
101
+ solace_agent_mesh/common/utils/utils_llm.txt,sha256=Sdj3ecsd2mFOZiYEs05fTipvzL7OmPA1zNh-qjxJxqU,14416
89
102
  solace_agent_mesh/common/utils/embeds/__init__.py,sha256=UQsXrRiFmeKSy_gW_tIHGEI3Av8HprvHM7tzhqmOaiA,733
90
103
  solace_agent_mesh/common/utils/embeds/constants.py,sha256=X5bc93SK2Mr9xVEzVfcIA-SkU_zyTfh8zBRq6Rm3gD0,1447
91
104
  solace_agent_mesh/common/utils/embeds/converter.py,sha256=WY2XogyR3mCZPNwTFc45lfUG9bA9pTO2XJlt2ksPfSw,18586
92
- solace_agent_mesh/common/utils/embeds/embeds_llm.txt,sha256=pKqAtF_wGv5qr1XQONQLCMsYiH6Ixif-v-Bs19D-Ta8,7545
105
+ solace_agent_mesh/common/utils/embeds/embeds_llm.txt,sha256=Cy0rj25Bb3q69LnQFIDx94m623p_CT7nraXgztTI6m8,13245
93
106
  solace_agent_mesh/common/utils/embeds/evaluators.py,sha256=-EONVHnzq2aGDIPNnc598tYwLl3yhnfT9srDtcWtST8,14284
94
107
  solace_agent_mesh/common/utils/embeds/modifiers.py,sha256=LE3ZPtjq2IfXXgotiTfCE9Bof-TVFjsETn9JV7b8Fck,27941
95
- solace_agent_mesh/common/utils/embeds/resolver.py,sha256=kkkbH8FKq987aF_O608CSlpgpJGY9BCFdx8zwHyQaNQ,32310
108
+ solace_agent_mesh/common/utils/embeds/resolver.py,sha256=iJj1lU3KZazxNpQHvRc1SyyCoRHg_y_2MDV_WHIZp-U,32311
96
109
  solace_agent_mesh/common/utils/embeds/types.py,sha256=jgXPjvZDoJS2ji-bNjiAbfBQuz_OfLHn-frfyI6uQtc,303
97
110
  solace_agent_mesh/core_a2a/__init__.py,sha256=DSxiK4RT2IwAk4UOja9aF-G44u0G62yWh_Mz0G9tuv0,59
98
- solace_agent_mesh/core_a2a/core_a2a_llm.txt,sha256=tay_j71ATcg4rCJ-ASoxXdvtzDQDtLU_onT-i0EW8xA,3923
99
- solace_agent_mesh/core_a2a/service.py,sha256=O5ofyL32HapqDNv4c6_lqSYBDVlc1aaC6m8G1a7jh0Q,11835
111
+ solace_agent_mesh/core_a2a/core_a2a_llm.txt,sha256=KykfzI3465QktMkqgNbS7-nEJndE6KnafBVuGb_7Mmc,4085
112
+ solace_agent_mesh/core_a2a/service.py,sha256=iVSjhoKWTE3fOEE37SMtDPdDf4i6eh9_6vsjeRv1Y7A,11016
100
113
  solace_agent_mesh/gateway/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
101
- solace_agent_mesh/gateway/gateway_llm.txt,sha256=5WsgJLAOL7qKPGdRU5RBCOplQ-LNZYXM1ABy2de7W2s,7347
114
+ solace_agent_mesh/gateway/gateway_llm.txt,sha256=67m_yuRW0VJ4ddldGWwXLx0aiVqK5lZH3RamNX1fATk,14063
102
115
  solace_agent_mesh/gateway/base/__init__.py,sha256=lOpIGp8W2rFNpLxfpk3VKLA-dBqxwtMxMVlhbaCisJY,72
103
- solace_agent_mesh/gateway/base/app.py,sha256=0WLi_JjeHl3H_G77Gctpii7fxdyHnpre0rl1pMiqVEg,10004
104
- solace_agent_mesh/gateway/base/base_llm.txt,sha256=FnI25AJQn0-yyULqGTcgIz9hFfw3JsB0e60Q1df5eYc,7725
105
- solace_agent_mesh/gateway/base/component.py,sha256=Tl0g7kPITKIKsP6DTwKgMRBKWAN5AnZs5EPbaxUAFjI,63189
116
+ solace_agent_mesh/gateway/base/app.py,sha256=LWIdT9by6Dg3sWCUgmfF36TwMJ04tyYfZHQu-is-5vo,11144
117
+ solace_agent_mesh/gateway/base/base_llm.txt,sha256=51U3VfwzCfptYxcFIjmNE8Wt07cgFfH3VlEp2kaXBZU,11291
118
+ solace_agent_mesh/gateway/base/component.py,sha256=chHk4h13XLhOOGjEBIu3b7Ksr_ALcoWw7TUBOj5kofE,55145
106
119
  solace_agent_mesh/gateway/base/task_context.py,sha256=sFRRHyvBij-xms1f_VFc8om8-xIpRZawIctWtdmi6QY,2446
120
+ solace_agent_mesh/gateway/http_sse/ARCHITECTURE_GUIDE.md,sha256=oaCZAILbWxKWA00DjtEUT63gi6SFir3hjnx5xcpeh9U,20370
107
121
  solace_agent_mesh/gateway/http_sse/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
108
- solace_agent_mesh/gateway/http_sse/app.py,sha256=4KVkSdQHf8-s5y8HgoadxGwDOOSX17vVWEuUuMzMlEA,6484
109
- solace_agent_mesh/gateway/http_sse/component.py,sha256=QO03Kuu6gn81VMg88w9-OO_OeKXgCe3AnxNz4Yb8oTg,66164
110
- solace_agent_mesh/gateway/http_sse/dependencies.py,sha256=KgcOOOvzfUD8sdSvpMTqAcxOpyQK2Hp4TEPu_6RnDJk,11298
111
- solace_agent_mesh/gateway/http_sse/http_sse_llm.txt,sha256=_ah5pkS7fwrlDa4pvcTlAOcLPi7udrjIzyMlNfCX8-Y,5451
112
- solace_agent_mesh/gateway/http_sse/main.py,sha256=1bfLVN4CIY4RUDYsj97lEeaxU8lYPpelAmMuGKJyaZU,17250
113
- solace_agent_mesh/gateway/http_sse/session_manager.py,sha256=bHFWcmvavhBTDTiTRhD4WCX1tKLO3_tylaYV_wEnDP8,7424
122
+ solace_agent_mesh/gateway/http_sse/alembic.ini,sha256=-LacLcmHWd11GCBfh5pfBcabzOuu712yph3LBENKtoo,4864
123
+ solace_agent_mesh/gateway/http_sse/app.py,sha256=5sYWVFgxA1tbjyKRSHw0E84mQ_TemDAWU2g7_IkWCmw,7696
124
+ solace_agent_mesh/gateway/http_sse/component.py,sha256=bByZa2z9PWoVu15ABPgKawD7Nu5SwDYBuUIfEgYtC5M,72165
125
+ solace_agent_mesh/gateway/http_sse/dependencies.py,sha256=bCxkb2UUWfJyahD95AgcIbbEntpF-qpk5azXIjmdl5Y,15945
126
+ solace_agent_mesh/gateway/http_sse/http_sse_llm.txt,sha256=Jx6IJWYFl48LmW-xDuCtjpubs0iPY54bt6bLWF_SNUw,14271
127
+ solace_agent_mesh/gateway/http_sse/main.py,sha256=cdz1ogUGJB6sRpyUlHs9H75EU_-qTzOMsq8vNlQh6GY,27599
128
+ solace_agent_mesh/gateway/http_sse/session_manager.py,sha256=0eFYMtWw5vSZUxe_LkJibwRrtbg4NyWu7SxfKrMpikQ,8711
114
129
  solace_agent_mesh/gateway/http_sse/sse_manager.py,sha256=c51QIm80Q1G8aOzimk06ZaOH9wv2bl_WREP1GqevLZk,13507
130
+ solace_agent_mesh/gateway/http_sse/alembic/env.py,sha256=7jBSVgLhayvja-XKa7o5V92xsYSasI1ZBqV3NDdGVKE,2481
131
+ solace_agent_mesh/gateway/http_sse/alembic/script.py.mako,sha256=84_5EHZF90Ak58GV4R5YUwxvvzsaI6N9LxIHC8X7N1w,703
132
+ solace_agent_mesh/gateway/http_sse/alembic/versions/b1c2d3e4f5g6_add_database_indexes.py,sha256=HZbxw5PrpneWIwMFteu-LGsoef8GD1F43vLiFfvBTaw,2408
133
+ solace_agent_mesh/gateway/http_sse/alembic/versions/d5b3f8f2e9a0_create_initial_database.py,sha256=1n-kACCNTIjF9VagyZDf2Z7CXLB7yUuN4CnHpG0hdqk,1926
134
+ solace_agent_mesh/gateway/http_sse/api/__init__.py,sha256=70cF06AnEz72UUQPTaEEm2fw6BgZ3lx9GAA36Bcd-WE,262
135
+ solace_agent_mesh/gateway/http_sse/api/controllers/__init__.py,sha256=jcFhm0_URcZlP87hsc-VuGuSgjQKLBPNvJNeDikSCh8,271
136
+ solace_agent_mesh/gateway/http_sse/api/controllers/session_controller.py,sha256=PCir7OarV-lwrOdO4avj1_DRfbNKr-bElYBIGA9s9-8,11360
137
+ solace_agent_mesh/gateway/http_sse/api/controllers/task_controller.py,sha256=x0YIwCm1m1-C2BoixzZzBktza4Xgsnooydg-wEYKzfI,10217
138
+ solace_agent_mesh/gateway/http_sse/api/controllers/user_controller.py,sha256=YPcf-BHyvDSdf5NXzjY6hqdMlBDojiG6TpzyggppssI,883
139
+ solace_agent_mesh/gateway/http_sse/api/dto/__init__.py,sha256=DbFQNFsN7I0zCkYe2RKTYkcIXPSKgA6dbPITS3AhcX0,201
140
+ solace_agent_mesh/gateway/http_sse/api/dto/requests/__init__.py,sha256=F8xjjg6yHzqIf6uRBixUyUwz5Tf0N68pOoeqhtyt548,780
141
+ solace_agent_mesh/gateway/http_sse/api/dto/requests/session_requests.py,sha256=m1hLdQfMiozGzTcGfesdIkXS41NIkf9f3orMF5p9fyk,1406
142
+ solace_agent_mesh/gateway/http_sse/api/dto/requests/task_requests.py,sha256=XbrSIz60K_rwgwU90bDOId1B7ZCPCigBNtq5RPIlKIs,1987
143
+ solace_agent_mesh/gateway/http_sse/api/dto/responses/__init__.py,sha256=6gxVxOuY0YFPeGdhpwfO8VGBg9_Nw84gcZtYQT0roAw,926
144
+ solace_agent_mesh/gateway/http_sse/api/dto/responses/session_responses.py,sha256=txEDlgzp11aBz_dwNoetaN_zYkxSlRuPFPNSLFJc0vM,1877
145
+ solace_agent_mesh/gateway/http_sse/api/dto/responses/task_responses.py,sha256=H1jIyWyJJn02ViKvkKsQarwQXk8Dk5Qi6y2YTgrw58w,1965
146
+ solace_agent_mesh/gateway/http_sse/application/__init__.py,sha256=F_AcmC-hqExw6_4TwGeojxUMXBShlMTKcb3F4EqL5MA,83
147
+ solace_agent_mesh/gateway/http_sse/application/services/__init__.py,sha256=hm3LQQnjy19GqH8E4kH7mf-wEfwEzZ4RdOT8_xRPluA,74
148
+ solace_agent_mesh/gateway/http_sse/application/services/session_service.py,sha256=0A06MeCIt0JXtaoNSTZptszs8_Ga-xJsGTEt0BHo4x4,4421
115
149
  solace_agent_mesh/gateway/http_sse/components/__init__.py,sha256=zSidQziYjSrjX5XXXbyBAJ7pgKr0Efy6RXiJiufdq0Q,186
116
- solace_agent_mesh/gateway/http_sse/components/components_llm.txt,sha256=SVcC-vB2AeNZKGXS-rX8m_nCjbBJ9oejh0jMmemDrFw,3428
150
+ solace_agent_mesh/gateway/http_sse/components/components_llm.txt,sha256=DF-kLoVXikA0-R_7-xA3gsf6vFq8av4CAvbgJUplSVg,3183
117
151
  solace_agent_mesh/gateway/http_sse/components/visualization_forwarder_component.py,sha256=oHVnv4DK-nP9Mbp6i6CSJ63Ch6lx4epE3Cn0dn3BndQ,3941
152
+ solace_agent_mesh/gateway/http_sse/domain/entities/__init__.py,sha256=JRFpGNHQS5l4nw-kZqKe-Pm4IkssQXOJoOZ0DJxytQM,106
153
+ solace_agent_mesh/gateway/http_sse/domain/entities/session.py,sha256=wP1KHasPZE7xkiAenk9-Ep1aX8qjkd9u4cNmNTtUKp8,3028
154
+ solace_agent_mesh/gateway/http_sse/domain/repositories/__init__.py,sha256=1Zyg77gXLX8CkH-_gxJ8ikX0-0bHmndSg5ZELp2BwE0,127
155
+ solace_agent_mesh/gateway/http_sse/domain/repositories/session_repository.py,sha256=GHpCp2AvIbX4hahOncZoXbaQa2B91JaKgJyZy8QarQY,1320
156
+ solace_agent_mesh/gateway/http_sse/infrastructure/__init__.py,sha256=Fsy7Q5cv4HKrMLAGQr9S9ZSjUSEwUjzRiYqjV19-p40,212
157
+ solace_agent_mesh/gateway/http_sse/infrastructure/persistence_service.py,sha256=jyyYXU8YsJNq1bmeInnRHejqFjrkYrvUqb7zJoaq848,385
158
+ solace_agent_mesh/gateway/http_sse/infrastructure/dependency_injection/__init__.py,sha256=stAAGvmye_h8rcWh9ThUJdBS06z_GO8WCPChk4vc85c,158
159
+ solace_agent_mesh/gateway/http_sse/infrastructure/dependency_injection/container.py,sha256=KwSTsr__FdHqWb6l8ITE5BboZjt4cFTGlC0NxKGJLvc,4421
160
+ solace_agent_mesh/gateway/http_sse/infrastructure/persistence/__init__.py,sha256=DZtIsgoef1u9HH3ko2AltQ327NXln7UJEY2u0-v4B7o,169
161
+ solace_agent_mesh/gateway/http_sse/infrastructure/persistence/database_persistence_service.py,sha256=VxzgsUIqM52S1M7sgg8UBPfftJuwxEN_ONyaZ2qBUSg,422
162
+ solace_agent_mesh/gateway/http_sse/infrastructure/persistence/database_service.py,sha256=myevwn3t5lPUyx1-ijsDnMgK8VaIGkLQ-xIxmabPHCQ,3543
163
+ solace_agent_mesh/gateway/http_sse/infrastructure/persistence/models.py,sha256=A_MWRkf2pkdHiOGg8dZzKTBQ70FoyqI71PTe6G1JsHo,1115
164
+ solace_agent_mesh/gateway/http_sse/infrastructure/repositories/__init__.py,sha256=i2xRj3OPF0mbYWCrrN5-B3LV1FPfVp8jgtopfkC5YfI,122
165
+ solace_agent_mesh/gateway/http_sse/infrastructure/repositories/session_repository.py,sha256=JHIvehjWBz0nqs_IYy_L4DjUzuDiZ7TDlawbaFBm7_0,6432
118
166
  solace_agent_mesh/gateway/http_sse/routers/__init__.py,sha256=WxRX__xU4YIYhvjN0DTY9XdNYAB9dP81pabwiB23YSo,133
119
- solace_agent_mesh/gateway/http_sse/routers/agents.py,sha256=8ErcV6Mjp438QNbvUeF3i4HQLyauyCT7ke-QKRGSgKM,1275
120
- solace_agent_mesh/gateway/http_sse/routers/artifacts.py,sha256=a-8jnPnGd3a-MU_w3eoYQZZ6Wy67sXp7jDeDcsPpDNM,31176
167
+ solace_agent_mesh/gateway/http_sse/routers/agents.py,sha256=NtOUsC-A7-_RmvLmXwaJ1t1opb9BEIQbisgxsFIks5U,1268
168
+ solace_agent_mesh/gateway/http_sse/routers/artifacts.py,sha256=OrYlA3UUTzCE0iVUuansLEPRpGXzBRcFvn69S85oRq4,34636
121
169
  solace_agent_mesh/gateway/http_sse/routers/auth.py,sha256=LcgF45H7AGVPabFLdHcrEqSndadlpx6WbOdBY_l96X8,7201
122
- solace_agent_mesh/gateway/http_sse/routers/config.py,sha256=je0GJbGvNXyK5D5EYEDHZPKJqNaR-rkYOQtdfB3-6oA,1903
170
+ solace_agent_mesh/gateway/http_sse/routers/config.py,sha256=9rETW-5pPbwhFCua82hoeaLZQhITOxG0p-LDPioxcl8,2058
123
171
  solace_agent_mesh/gateway/http_sse/routers/people.py,sha256=O2NvV6LD3g9vFXN31yUHKTgkzY1RVW5RDfQq_IP5Q14,2041
124
- solace_agent_mesh/gateway/http_sse/routers/routers_llm.txt,sha256=QNGxSc9XyueA02EosmKZwKZkDmtxoQNYd-3sHcD7Abk,2242
125
- solace_agent_mesh/gateway/http_sse/routers/sessions.py,sha256=p800yEgunKk-bLu9OQe9n8nrTAZLKo8-YZyXrEqz34Q,2647
172
+ solace_agent_mesh/gateway/http_sse/routers/routers_llm.txt,sha256=B7W3Y_TlPJb1t5wdLYrWx1c4sOkjsPi5qCxD0gqPqR0,11715
126
173
  solace_agent_mesh/gateway/http_sse/routers/sse.py,sha256=AUk2p3_KBJLPyAlZ13fHApfd05SQPSJJkwZNq4mJ4PY,5371
127
- solace_agent_mesh/gateway/http_sse/routers/tasks.py,sha256=H2rB4ZzQYnwy6DbAFoAViMg5m-Cs5v1S03wyp45IIh8,10012
128
- solace_agent_mesh/gateway/http_sse/routers/users.py,sha256=QZYhglmKHjEadS84DnpFygaqik7TKUhuf2mExQqeQJk,2104
129
- solace_agent_mesh/gateway/http_sse/routers/visualization.py,sha256=AZE5cjrx69W7mwtcKpjGgLunJV08vGHukuUXp-gp6DQ,44652
174
+ solace_agent_mesh/gateway/http_sse/routers/tasks.py,sha256=17FdEEkjUxQa-C-6ZBGqkH7ASL7fR7zzhbaDw0Dehr8,12945
175
+ solace_agent_mesh/gateway/http_sse/routers/visualization.py,sha256=tvLWL0HHyXmOdmrlEq2IPITvTG7OJIGLHvEGILMhD-0,44710
130
176
  solace_agent_mesh/gateway/http_sse/services/__init__.py,sha256=Fk2FIbrJdG1StPCoggbdT2C4Vl5d6qICT6R8yj4IZPQ,92
131
- solace_agent_mesh/gateway/http_sse/services/agent_service.py,sha256=JgeuZJyysL4k1nL5hEm1ZL3RcBHL0fwDa-MZK9XJ3Hk,2265
177
+ solace_agent_mesh/gateway/http_sse/services/agent_service.py,sha256=TFwlyGzi_SXLfKNosfa_vxwnxTclrnaVjlm6N7xWQEk,2258
132
178
  solace_agent_mesh/gateway/http_sse/services/people_service.py,sha256=PbR6vbImQ95JO7p5fSbraBGsHg84dGVjDz4yd-wbrwg,4596
133
- solace_agent_mesh/gateway/http_sse/services/services_llm.txt,sha256=TDPDqcqQHaoDWmp8kB_7VXeCb1B0w7dSkXtpxpozO74,8084
134
- solace_agent_mesh/gateway/http_sse/services/task_service.py,sha256=SYUTrU01HdAaXw9Y9G1e96mEIf4_QmAmVIRMKurMk-A,4362
135
- solace_agent_mesh/cli/__init__.py,sha256=q2ACMkQx0Hm5xKo2YKJFBE7rTruciTSIN6AvWWL9nB8,22
179
+ solace_agent_mesh/gateway/http_sse/services/services_llm.txt,sha256=hjMyBLidqh8VGFl7gsA-8VTM1zTUqu4oyI-UJQRReKA,5703
180
+ solace_agent_mesh/gateway/http_sse/services/task_service.py,sha256=KWtUi34rFCUYDu8w5qw2AXfoAkkNfDipje57FUdXKsY,4348
181
+ solace_agent_mesh/gateway/http_sse/shared/__init__.py,sha256=qlCIQimjoNwbRGbhjNZ8ba0d9yJH8ZYXzqgi-25oRB0,188
182
+ solace_agent_mesh/gateway/http_sse/shared/auth_utils.py,sha256=F0kpTg5HYadRAEVNSNvnEFpdzkwVqbFMFVr27kywz_k,852
183
+ solace_agent_mesh/gateway/http_sse/shared/enums.py,sha256=fbZgHPXr49s9f3dQEEoicO56KnGBIeF03JfJbWxN3DM,934
184
+ solace_agent_mesh/gateway/http_sse/shared/types.py,sha256=zAojlvovTMvaB4o-U20cY3q2DxZs_xaCtcoYUhCLczg,1075
185
+ solace_agent_mesh/cli/__init__.py,sha256=F5mW07pSyGrqDNY2Ehr-UpDzpBtN-FsYU0QGZWf6PJE,22
136
186
  solace_agent_mesh/cli/main.py,sha256=yFbF4ijz7P6nxj26d-mTC8BnK6NKVnfqPh3y4pDBZqo,831
137
- solace_agent_mesh/cli/utils.py,sha256=2bHdJFTMn6zakNxwJ8_pbQLD0HYPtTEabWWUcMUNtvk,6146
187
+ solace_agent_mesh/cli/utils.py,sha256=7zntmVuvWbaWEhViSF2uw484-79a5I1XTUt-0eGQWY4,8036
138
188
  solace_agent_mesh/cli/commands/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
139
189
  solace_agent_mesh/cli/commands/docs_cmd.py,sha256=vNXyKADt8RrKnP7wsLaj7fBaz6SUgXMMItygHrohE_Y,1953
140
- solace_agent_mesh/cli/commands/eval_cmd.py,sha256=mLElqAGkaf-MK3r1nIO_sRu0BXwUF1WC38zpeUv_ycc,2193
141
- solace_agent_mesh/cli/commands/run_cmd.py,sha256=ryMCR8cEofAiDXAZxo0VtMWJ_hxhUjZm6gIWBpEbRPg,7651
190
+ solace_agent_mesh/cli/commands/eval_cmd.py,sha256=25EJhddhZbBYcJDTQysX8ZepyWYRf5MmBeiMced7JCg,2748
191
+ solace_agent_mesh/cli/commands/run_cmd.py,sha256=cQcjMpdg_B8Yke03wAsaZwVF9Anf9J-V22AlK782SBg,7656
142
192
  solace_agent_mesh/cli/commands/add_cmd/__init__.py,sha256=IGTXUx_AcoinYlzlZtQsjiCYbe76ZiLqxAcGc6-uoDE,280
143
193
  solace_agent_mesh/cli/commands/add_cmd/add_cmd_llm.txt,sha256=x-UE5buoIEE_oUJ3opOzW8U33S3XUKCRNKWxNXNVk-c,10212
144
- solace_agent_mesh/cli/commands/add_cmd/agent_cmd.py,sha256=0LUnAVh_ed1mX0R1w1-qI3cXpkGm9Mtvhw5unPA1V4g,26740
194
+ solace_agent_mesh/cli/commands/add_cmd/agent_cmd.py,sha256=qO-gsoIfO5lK8L0mfThtOTp3sV7dGDd7pTcZV78L00s,29631
145
195
  solace_agent_mesh/cli/commands/add_cmd/gateway_cmd.py,sha256=kV7XOo2CvYWPQ6AL8cLDm-2GACbLAUlQc2c9fNzybEY,12840
146
196
  solace_agent_mesh/cli/commands/add_cmd/web_add_agent_step.py,sha256=niutiDp5neHtgEEtWKcK9TGLJHga87y46rrjVHdjkFU,3702
147
197
  solace_agent_mesh/cli/commands/add_cmd/web_add_gateway_step.py,sha256=Gk6Mw54l_M9QJKBa0IkHOkKJmuTsb4HQkIUTyVN-tqE,4326
148
- solace_agent_mesh/cli/commands/init_cmd/__init__.py,sha256=i66jmAfYiw_iKcBDm8UGwB8Zqb0sW1ImAJYzw2AsOa8,14818
198
+ solace_agent_mesh/cli/commands/init_cmd/__init__.py,sha256=X7xcuDTXKdZkojBRIwiMJHyaQi9I5tt5pVqGmIBIp30,15152
149
199
  solace_agent_mesh/cli/commands/init_cmd/broker_step.py,sha256=FzY7yqRDZqy_B7lXWQvb8OLoOULPlt8cI-VxuzaNSUU,7010
200
+ solace_agent_mesh/cli/commands/init_cmd/database_step.py,sha256=sO52x4weVPpwyICn7k-YMe7ByEZV_Sf4ME3QpaGj7wo,2921
150
201
  solace_agent_mesh/cli/commands/init_cmd/directory_step.py,sha256=3uPZybhDh84vtXqFfck4__6Dbi9LdqXqs0nRjP3VApY,862
151
- solace_agent_mesh/cli/commands/init_cmd/env_step.py,sha256=DukPYAhvsVnT3y14dwww4pllr-3oO8LgYdxfiWBZoDM,6834
202
+ solace_agent_mesh/cli/commands/init_cmd/env_step.py,sha256=9C22bg6tNKvftLyEjN_1_mdxexNAf3y3x-chQPrYtBo,7340
152
203
  solace_agent_mesh/cli/commands/init_cmd/init_cmd_llm.txt,sha256=7atW7HTy_2XQ3UoPttgIlyIF4_Du2068rqZE2imaHP8,13226
153
- solace_agent_mesh/cli/commands/init_cmd/orchestrator_step.py,sha256=iW0vOWa8B2eNdh43tIcGsURb9MaTpVGUzlsbln4gFFM,17930
204
+ solace_agent_mesh/cli/commands/init_cmd/orchestrator_step.py,sha256=ztv1yvXJu3asoj8wrvP45QNPTZKxcUWYuD8GfpbFLy0,19648
154
205
  solace_agent_mesh/cli/commands/init_cmd/project_files_step.py,sha256=bOh7yYuaXIIs0q3-nd1nSVc6P6g6EHoDJjFDlKZVnf4,1352
155
- solace_agent_mesh/cli/commands/init_cmd/web_init_step.py,sha256=0kXKSRDHoIONcFfsvLNI0eOtKOGWoT3OyzpTPAAxdrE,3177
156
- solace_agent_mesh/cli/commands/init_cmd/webui_gateway_step.py,sha256=l9rGIEHKEDro7pgTLUlFfPYt3sMrYQ8ly4FJvIJA9Ls,6969
206
+ solace_agent_mesh/cli/commands/init_cmd/web_init_step.py,sha256=YoHEiEMZf_ZPG1qvLMJads_ET6IYEKJCCCees5_tqbY,4197
207
+ solace_agent_mesh/cli/commands/init_cmd/webui_gateway_step.py,sha256=MIAu-tbbfDIcTrU7ZEVkvI91UdrX4QcY17JHCdzIH0c,8820
157
208
  solace_agent_mesh/cli/commands/plugin_cmd/__init__.py,sha256=10F21lMHH6qBvzHcprntMChBAI8cL4wLj6_vSKe8hV0,495
158
209
  solace_agent_mesh/cli/commands/plugin_cmd/add_cmd.py,sha256=G-MJEGwX7saxIeEVMFMX01_h-OTttAUb-5RXDW8st1M,14435
159
210
  solace_agent_mesh/cli/commands/plugin_cmd/build_cmd.py,sha256=OzEO2lsezlIZe29jWiR08ajQeDEP1cYqrWaMSd8i8o4,2988
160
211
  solace_agent_mesh/cli/commands/plugin_cmd/catalog_cmd.py,sha256=GskrCwJQ42upCIG2nvMomprPrT1f9sBnkGast2ZLb_c,5136
161
- solace_agent_mesh/cli/commands/plugin_cmd/create_cmd.py,sha256=_J89BbmpamasxM7guD5WZn8ZmHKyT5gaCA9hOTS8a1c,11906
212
+ solace_agent_mesh/cli/commands/plugin_cmd/create_cmd.py,sha256=5O5jQdI6LHh8x3l4U9y95wX4CAUzN_Jf3b7G2HdZIOE,11810
162
213
  solace_agent_mesh/cli/commands/plugin_cmd/official_registry.py,sha256=rnzQq3LDvSzvCPoEhoSn6M3xQG4AVLd54PX9cA5GzPg,5218
163
214
  solace_agent_mesh/cli/commands/plugin_cmd/plugin_cmd_llm.txt,sha256=-CS4uY1OrPSXDm8cxyrBAv6yLrP5P-GTzyeaZFqaHsM,10967
164
215
  solace_agent_mesh/evaluation/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
165
216
  solace_agent_mesh/evaluation/config_loader.py,sha256=gmTqvLqcYnahwJODjCjUQBBAQ3L7iV7MVJAJf1A-5JI,23117
166
217
  solace_agent_mesh/evaluation/evaluator.py,sha256=pm05eBtfVsKIkp4BUrumi8StyU9Ctxzeab4NCRPGHPw,23183
167
- solace_agent_mesh/evaluation/message_organizer.py,sha256=TOrgTqkLlAVP9VYvWxT4bCFprn6wVov8WrvejvU3vKk,19685
218
+ solace_agent_mesh/evaluation/message_organizer.py,sha256=yQ5EFl11F_AFr1jHQ9PTg3dbMQzLUiT8oWa6Zl7m6Iw,19516
168
219
  solace_agent_mesh/evaluation/report_data_processor.py,sha256=6ieALwwCmyhRQWCas3SozvpixguOI7NWP6ACMYZZpcQ,39001
169
220
  solace_agent_mesh/evaluation/report_generator.py,sha256=pNTQ9yLC9NteuiPNDHMfHSy2QuWMWJBKrLTeYx8TfnE,23113
170
- solace_agent_mesh/evaluation/run.py,sha256=7HEmNzKCv0HY9uDzxQ6rEIuiobQA1CXn8ROk0F2ToiM,27058
171
- solace_agent_mesh/evaluation/subscriber.py,sha256=_EDbYbbAZFh9ENwiY0M1NkBn_LyWpJp0onPZ1dJq93Y,28955
172
- solace_agent_mesh/evaluation/summary_builder.py,sha256=EOGjIqL_kV5LEzLCBXVw4Z9kWwdOVu1zNQ3rL-FG8zI,27920
221
+ solace_agent_mesh/evaluation/run.py,sha256=NgaZ1zWq0MVPpnURoQ48R8yDDM1g1BDag2ODhwVIHMw,27959
222
+ solace_agent_mesh/evaluation/subscriber.py,sha256=C4_w6g3e25u_Vi8emJMRRu5ujmGgzoxttoLoQpFJl_E,29867
223
+ solace_agent_mesh/evaluation/summary_builder.py,sha256=a2I4XFf5zbolNWw0TIN5hAMLMNSqylIlpryR1q8pFrI,27639
173
224
  solace_agent_mesh/evaluation/test_case_loader.py,sha256=lt-lM1USazWdJ9zynpoFlmFrJLkX8DvWeM8WsqhLguc,24449
174
225
  solace_agent_mesh/evaluation/report/benchmark_info.html,sha256=bSjYFWC8qmLxk8VmSPBJHalPLJ9dm4Pim-sN9Zg2wd8,905
175
226
  solace_agent_mesh/evaluation/report/chart_section.html,sha256=Cfi0E4_Bqe7fHT8EDM9AQhVcNZ7Sn9ag47BU0-aog0c,4310
@@ -184,7 +235,7 @@ solace_agent_mesh/evaluation/report/templates/header.html,sha256=XP11gY77aoNWrI5
184
235
  solace_agent_mesh/templates/agent_template.yaml,sha256=5SsauO84yXI1vIS1OLaRwZDEskKMvUKfVTcjj78jN7I,1627
185
236
  solace_agent_mesh/templates/eval_backend_template.yaml,sha256=bWAgyXPc4mQot7IWlPa0_O5eGQcQ-Mg_DZzQW6fOrP4,1866
186
237
  solace_agent_mesh/templates/gateway_app_template.py,sha256=ClzRjowVTdov9azuPy62AICLd5GuhBHIxlbayeW8oUU,3031
187
- solace_agent_mesh/templates/gateway_component_template.py,sha256=trreZwOFujxkPU6qoKAOxoeg-vHldw9iE2AIw5keQiY,22096
238
+ solace_agent_mesh/templates/gateway_component_template.py,sha256=2WyKdOMe8U7kxoI_EJ5pKDTo4eUyb8wONTO5WMc1NtQ,23943
188
239
  solace_agent_mesh/templates/gateway_config_template.yaml,sha256=sSDJ5C1BO4lTVuRMnCUr6qQTq8BXLUIJrJZrGH7J_0A,1289
189
240
  solace_agent_mesh/templates/logging_config_template.ini,sha256=FggFniB1XZ23CG2lF7Y_3VTey2-9nlXIssFvevXtcSw,1275
190
241
  solace_agent_mesh/templates/main_orchestrator.yaml,sha256=Ig4DwYViFXN-1KFn1gR5CVIEeK0dbC8PxfNz5bFqFAE,1757
@@ -195,15 +246,15 @@ solace_agent_mesh/templates/plugin_gateway_config_template.yaml,sha256=JmVLdW3Qo
195
246
  solace_agent_mesh/templates/plugin_pyproject_template.toml,sha256=dcgdHwCUUYV2G8slWzKGVlrpijwTnArX-KMa2sKvXok,944
196
247
  solace_agent_mesh/templates/plugin_readme_template.md,sha256=i094KPRPL_u3JTA1h6FRjMy0YlA_B4jNKDBiYdE6wbM,1271
197
248
  solace_agent_mesh/templates/plugin_tools_template.py,sha256=GUVw556CtBYE6sHbpXnFf0uysp6furt4_tMZVOlpI6s,8465
198
- solace_agent_mesh/templates/shared_config.yaml,sha256=6ZzDqUQhizkkVv3OxDJtjz_UYCCGJAVB2AcEy7aQYaE,3465
249
+ solace_agent_mesh/templates/shared_config.yaml,sha256=_-ytR25HSAfwjN6drkdUQgGeV_om6RSeM4BUCMxQ3vQ,3310
199
250
  solace_agent_mesh/templates/templates_llm.txt,sha256=T3h8CcIowTbyBedlfRk7FZww8_xGmnY5fEqGhhdI3JU,9234
200
- solace_agent_mesh/templates/webui.yaml,sha256=WJV06elz6A31rLOnQK-0axXpVUY1BcH490A59DM4Og0,1976
201
- solace_agent_mesh/assets/docs/404.html,sha256=TPmA_SbnQjXf8aUHVl0AxkvFbxWBPRci44PsdGVIYWM,11749
202
- solace_agent_mesh/assets/docs/lunr-index-1757091012487.json,sha256=oEg4wG2-r3Nc7j1OalssNNMiozEIHYoispnDhZsIpj4,980616
203
- solace_agent_mesh/assets/docs/lunr-index.json,sha256=oEg4wG2-r3Nc7j1OalssNNMiozEIHYoispnDhZsIpj4,980616
204
- solace_agent_mesh/assets/docs/search-doc-1757091012487.json,sha256=U4tQRV_OUMCkVWPqAAUtJvloZpj3p360I1w-dbBk8o4,342229
205
- solace_agent_mesh/assets/docs/search-doc.json,sha256=U4tQRV_OUMCkVWPqAAUtJvloZpj3p360I1w-dbBk8o4,342229
206
- solace_agent_mesh/assets/docs/sitemap.xml,sha256=fLYP0DfUv0Mt1OY3bSryyhsBy3BtzKBIYx1kAMktPfU,5904
251
+ solace_agent_mesh/templates/webui.yaml,sha256=Xb6nswsFpMtCnpUDY9sGuO4Q3IhR8x-lDDRtHaySUVo,1782
252
+ solace_agent_mesh/assets/docs/404.html,sha256=s7fzGTB-ASNR6YcnCIEjVwdNN7d2_FSf3MTOVkRQXN0,11749
253
+ solace_agent_mesh/assets/docs/lunr-index-1757433031159.json,sha256=0epI9iFf4FuZydTWW9ZXS4Z0yReuaITkLG3LOUVT9bE,1031081
254
+ solace_agent_mesh/assets/docs/lunr-index.json,sha256=0epI9iFf4FuZydTWW9ZXS4Z0yReuaITkLG3LOUVT9bE,1031081
255
+ solace_agent_mesh/assets/docs/search-doc-1757433031159.json,sha256=5pDhmCfHot1ME3Td9WYo0Bj4NwAKkMjoxwqyScIp3eg,362524
256
+ solace_agent_mesh/assets/docs/search-doc.json,sha256=5pDhmCfHot1ME3Td9WYo0Bj4NwAKkMjoxwqyScIp3eg,362524
257
+ solace_agent_mesh/assets/docs/sitemap.xml,sha256=VRzMUdw7MWkd-zzYEVKFD2dvTTyJ_hydqGKm0stjojs,6321
207
258
  solace_agent_mesh/assets/docs/assets/css/styles.906a1503.css,sha256=gQj16ydMLPiq6y-t8Ovto65hsvPbQX6coyIFOja-2eY,83293
208
259
  solace_agent_mesh/assets/docs/assets/images/Solace_AI_Framework_With_Broker-85f0a306a9bcdd20b390b7a949f6d862.png,sha256=e6MbZpxlY1xJ8U01zQogm8vWgokQqDfhsyPyNxtuS00,447393
209
260
  solace_agent_mesh/assets/docs/assets/images/sac-flows-80d5b603c6aafd33e87945680ce0abf3.png,sha256=868GgNJGPxn2G6c1Md_0umhg3xuAo7t6HEx8hOKbUJY,21098
@@ -254,10 +305,11 @@ solace_agent_mesh/assets/docs/assets/js/6395.e9c73649.js,sha256=-v8U5XdxnXthhTAY
254
305
  solace_agent_mesh/assets/docs/assets/js/6796.51d2c9b7.js,sha256=yeZg7UFFslMqrIQP-dqk-4vBwLDsJ5Rx6aD1VliW07U,6300
255
306
  solace_agent_mesh/assets/docs/assets/js/6976.379be23b.js,sha256=Fe3y3jWBBUqmD4dIUwZUUjiCvv5uSLEss3cOEzUDB9E,193
256
307
  solace_agent_mesh/assets/docs/assets/js/6978.ee0b945c.js,sha256=Fabb2n81BbNegY_9ZboMCBu-Zgd5-nETGqLxviUogDg,11834
308
+ solace_agent_mesh/assets/docs/assets/js/6e0db977.39a79ca9.js,sha256=IUgD6mX7LifBRlkWfJrYd4de9p9rawacatuithy8I1g,32591
257
309
  solace_agent_mesh/assets/docs/assets/js/7040.cb436723.js,sha256=cmW7CCISvRnJNljTDg4jGJtG6rjSp0nWfZvchAKSdf4,36638
258
310
  solace_agent_mesh/assets/docs/assets/js/7195.412f418a.js,sha256=8VHuob7jbA49epJL54bEU-mtOdSeUFXzqbgThE4walo,46219
259
311
  solace_agent_mesh/assets/docs/assets/js/7280.3fb73bdb.js,sha256=XlDQpYplGuVoEqfXCt8Yzocd9uBTu64VUrNp4LQDyIY,659
260
- solace_agent_mesh/assets/docs/assets/js/75384d09.ccd480c4.js,sha256=GTSKakVQBb2rRv7OvvsOO225APzAMw0L0bV6BKguoVY,21565
312
+ solace_agent_mesh/assets/docs/assets/js/75384d09.bf78fbdb.js,sha256=aQUo5JFT0WDv8thj_Uv85hkFPI8P27SosJDy8fZj1zk,21757
261
313
  solace_agent_mesh/assets/docs/assets/js/768e31b0.8b51cd70.js,sha256=RiCB8_hLIkx_-9iLJYC_SaDUb8trsfJ-zsETOTX6oLU,12950
262
314
  solace_agent_mesh/assets/docs/assets/js/7845.e33e7c4c.js,sha256=sNEWPWBTnV-BmKI7vkcgRpTYeErGBXRbtH_X5YRnr-c,11143
263
315
  solace_agent_mesh/assets/docs/assets/js/7900.69516146.js,sha256=MWXxfpYNV5CORkPa0r6EyyynbVJrNENknNv0Zb7TqS8,43021
@@ -271,6 +323,7 @@ solace_agent_mesh/assets/docs/assets/js/8591.d7c16be6.js.LICENSE.txt,sha256=W15K
271
323
  solace_agent_mesh/assets/docs/assets/js/8709.7ecd4047.js,sha256=YU5vUOSZ5gdEKBbfOEXpm_8uA_Yq54lYaiwGqT68vyM,78161
272
324
  solace_agent_mesh/assets/docs/assets/js/8731.49e930c2.js,sha256=ecg70IZRPAH8EOZxe0LHuP8bzUlB7Awf2vBj4DldxP4,336224
273
325
  solace_agent_mesh/assets/docs/assets/js/8908.f9d1b506.js,sha256=LrKHDjwNk1bPFNWpwTeQmTNlC47BvAhr-S3I-AcB_FQ,30883
326
+ solace_agent_mesh/assets/docs/assets/js/90dd9cf6.88f385ea.js,sha256=a2enxSeT4tPXGf1jexQeNrvdr9lGL6K_9dkGeXRdtV0,22040
274
327
  solace_agent_mesh/assets/docs/assets/js/9157.b4093d07.js,sha256=-LWKw3jEtKdkEjap1b0NI7tJLVEPj8SyTRq5cJvL0TA,22109
275
328
  solace_agent_mesh/assets/docs/assets/js/9278.a4fd875d.js,sha256=Nm7cJgq11XXaYA3WxmU_H5Yk2S8L1fgF6RC9lX7eepU,143
276
329
  solace_agent_mesh/assets/docs/assets/js/945fb41e.c63791d1.js,sha256=qlT-X_eLMyfcFJOm7WoWrZdKhbi3pwerMIbGk6tWHfY,15024
@@ -291,45 +344,47 @@ solace_agent_mesh/assets/docs/assets/js/cc969b05.bd3e0d6c.js,sha256=9LqCerLmI1iU
291
344
  solace_agent_mesh/assets/docs/assets/js/cd3d4052.b6535013.js,sha256=wi8AuSgR-M8XtFY639DAVFuaiur6LaBabHKoh5qfuJY,9747
292
345
  solace_agent_mesh/assets/docs/assets/js/ced92a13.fb92e7ca.js,sha256=96enCMQqnD-_WrFda13oJ3gPLYxmy93LXDFxDuxA5JY,25255
293
346
  solace_agent_mesh/assets/docs/assets/js/cee5d587.f5b73ca1.js,sha256=ciDSktNPCP_cmpHCR-ycCpuFEeVmbV_D8uHydRZ225w,9508
294
- solace_agent_mesh/assets/docs/assets/js/f284c35a.731836ad.js,sha256=OpaZVW_KrMt74u-M_ul3eEPs4Rs93LVqWv10QCLkS40,18276
347
+ solace_agent_mesh/assets/docs/assets/js/f284c35a.fb68323a.js,sha256=kb4Hu-dXiNS_enEYH9nVVjHLjIYf90N8AjWHsoKhtNU,20033
295
348
  solace_agent_mesh/assets/docs/assets/js/f897a61a.0aa29dbb.js,sha256=Bv0Itx75hHCRAiGKy34-NjK7CSWZ9CT1l5uyni3GCOw,16949
296
349
  solace_agent_mesh/assets/docs/assets/js/fbfa3e75.aca209c9.js,sha256=vmq7isB22h2J_2cVIt1h6D2OhwU6wTBEnk1-CNZv9Wk,7314
297
- solace_agent_mesh/assets/docs/assets/js/main.3d0e7879.js,sha256=18YhfapQzggb9QDvVi6aPaEHDjWoVO7fgX_zaq-ZSWM,479511
298
- solace_agent_mesh/assets/docs/assets/js/main.3d0e7879.js.LICENSE.txt,sha256=3Jia5o7yaxOtbxuy9khs-thK96m55yCiPaUA-IkWh0A,2069
299
- solace_agent_mesh/assets/docs/assets/js/runtime~main.05d19492.js,sha256=VxI7n2eMkfQfMtmk5Fj3sljoOY3s_SlBLgU2zAyoOqY,5987
300
- solace_agent_mesh/assets/docs/docs/documentation/concepts/agents/index.html,sha256=8KK-BsvVZ68Uf9lFt-8pd3fbg9TlFVryK-9iO2wLrOY,38710
301
- solace_agent_mesh/assets/docs/docs/documentation/concepts/architecture/index.html,sha256=qCB5ty072nfLWY268L9_i-_jYuRo7O3QOqgm0vfmKfM,32000
302
- solace_agent_mesh/assets/docs/docs/documentation/concepts/cli/index.html,sha256=PVxJJXopV5esB4NpfRJdJdcluPXlgs7x6BhYHjqCuNg,49445
303
- solace_agent_mesh/assets/docs/docs/documentation/concepts/gateways/index.html,sha256=oOmBEuF6HA21wtdE6bBhLwJXvSzMo3dm__FWWYpDNPg,29378
304
- solace_agent_mesh/assets/docs/docs/documentation/concepts/orchestrator/index.html,sha256=TfrmLuSJFvzvFxcdvltzPxPAQNNApX0HunYvzL9-1QE,23084
305
- solace_agent_mesh/assets/docs/docs/documentation/concepts/plugins/index.html,sha256=1y2f0ETkStrMizAvm7-GAQxla42MtqpDt2sbLw8hbHw,39168
306
- solace_agent_mesh/assets/docs/docs/documentation/deployment/debugging/index.html,sha256=IY8bBKGrsSErkqxS-DpizNgpwcGZAb-1RMGaSxwPyH4,44868
307
- solace_agent_mesh/assets/docs/docs/documentation/deployment/deploy/index.html,sha256=KXqB_Zcr2lrynj5d8gmcu0W4D1hNHpabvYaiGVKQpTg,41778
308
- solace_agent_mesh/assets/docs/docs/documentation/deployment/observability/index.html,sha256=tS3McJF-0-fdN4KdVG87z8xq87a9PVdQ44CL4eQ83ZI,25322
309
- solace_agent_mesh/assets/docs/docs/documentation/getting-started/component-overview/index.html,sha256=dj_NDNijgUNA0U1kA53av1yios2QeW-Zw2Pkdk5Zrc8,20955
310
- solace_agent_mesh/assets/docs/docs/documentation/getting-started/configurations/index.html,sha256=N6e-SFEFHNYsU0R1Dobf_1yNs02msOEAZGaa1uA6JUg,55878
311
- solace_agent_mesh/assets/docs/docs/documentation/getting-started/installation/index.html,sha256=BSt32BFi6mTrVqvicyBrDgCJmxLELU40dsRFzxPM2jU,31784
312
- solace_agent_mesh/assets/docs/docs/documentation/getting-started/introduction/index.html,sha256=_FkQRG4UdrQjPM8mO1-bg0dyC0ZvtqCwdYPEOFDoTDo,29692
313
- solace_agent_mesh/assets/docs/docs/documentation/getting-started/quick-start/index.html,sha256=xzWsXx72Psnz9r52hiJ0yxEqhimpEU943ysyuWOhkj0,41771
314
- solace_agent_mesh/assets/docs/docs/documentation/tutorials/bedrock-agents/index.html,sha256=n2pmweQkBkxZUrDhRdCAszrDarIAFvmOhND7AgOfbA8,74495
315
- solace_agent_mesh/assets/docs/docs/documentation/tutorials/custom-agent/index.html,sha256=aGFIm1sRKlkNy8-Fqv5liMzY-pqw98v0kZO-Nedikus,382598
316
- solace_agent_mesh/assets/docs/docs/documentation/tutorials/event-mesh-gateway/index.html,sha256=7xFYRTvN9XJlSe9iJVbrqJReX8p9MAOSIq1EV4z_IbY,68501
317
- solace_agent_mesh/assets/docs/docs/documentation/tutorials/mcp-integration/index.html,sha256=lwg2-62UZaUH7lskwSfRBV1Dqi9H8fJ3B16nfxhUMQg,64265
318
- solace_agent_mesh/assets/docs/docs/documentation/tutorials/mongodb-integration/index.html,sha256=-TCzGKm2ZB2PT0XivqhRerB1Rv8eG8VqKZ3LpHUt_ZM,86817
319
- solace_agent_mesh/assets/docs/docs/documentation/tutorials/rag-integration/index.html,sha256=G8nmd0bPBs0uwSn_X3FShskuLjuskDFmzTLbTUDjobY,79247
320
- solace_agent_mesh/assets/docs/docs/documentation/tutorials/rest-gateway/index.html,sha256=vzPQPt9UGp5Mxyq6VbylZAPb3Bqa3BK-FivwKXMSXpI,45932
321
- solace_agent_mesh/assets/docs/docs/documentation/tutorials/slack-integration/index.html,sha256=x6qizzSaRYN30M4-pDTWu8IPtPthRS1W6nyvW0lgpWg,49215
322
- solace_agent_mesh/assets/docs/docs/documentation/tutorials/sql-database/index.html,sha256=_MQspwHqLmEFUs5JRbmvXhwtTWiHBsVoQldUX5YID-Q,68522
323
- solace_agent_mesh/assets/docs/docs/documentation/user-guide/builtin-tools/index.html,sha256=j2ivPrFGK4iuSeSqJvlyr5HvWsAXSyJJIsgXWgM1YNM,43860
324
- solace_agent_mesh/assets/docs/docs/documentation/user-guide/builtin-tools/artifact-management/index.html,sha256=MuKLiLhi8lqfgK29keiqiPiBo-giUo7ZVGZnwzIuEfo,33812
325
- solace_agent_mesh/assets/docs/docs/documentation/user-guide/builtin-tools/audio-tools/index.html,sha256=Ll_ZXEdG0I44iCcpEapSWyn3Q5TFJ5MteA0xR2ZZu7A,57267
326
- solace_agent_mesh/assets/docs/docs/documentation/user-guide/builtin-tools/data-analysis-tools/index.html,sha256=lp2iCI09L0YL2_LY5ER-dqd1EESsnFRfqH-tP6nTaKc,36816
327
- solace_agent_mesh/assets/docs/docs/documentation/user-guide/builtin-tools/embeds/index.html,sha256=BmCh9XwHtxs3n7MmACVYPItmqARBMYiVVs2owA_pKco,49696
328
- solace_agent_mesh/assets/docs/docs/documentation/user-guide/create-agents/index.html,sha256=_j93a-6EXWpYEK98-TiOkYg3d1YbzQLNToGSKe40gNg,161475
329
- solace_agent_mesh/assets/docs/docs/documentation/user-guide/create-gateways/index.html,sha256=PBEcgVgOGYvaXYuWC2War5PhZyY0jhbz85KS1EcdQ0E,401921
330
- solace_agent_mesh/assets/docs/docs/documentation/user-guide/creating-service-providers/index.html,sha256=6sCPlWIISE7i9VCcVWYzZXsyA-NwxgEz9wF_ZRnbqXs,58668
331
- solace_agent_mesh/assets/docs/docs/documentation/user-guide/solace-ai-connector/index.html,sha256=T5FzGCltxC0e96jh_A6c1J3vEGZxF989LziSxTDwj28,24831
332
- solace_agent_mesh/assets/docs/docs/documentation/user-guide/structure/index.html,sha256=kNkiZekU0iGgKWBq_5NlouewUPBJN3cWyHuGd5Ote7o,28839
350
+ solace_agent_mesh/assets/docs/assets/js/main.08d30374.js,sha256=Sfmolm21_9dXmTDKX3-A28T625c1n7FnLrL2qtYwj8s,481106
351
+ solace_agent_mesh/assets/docs/assets/js/main.08d30374.js.LICENSE.txt,sha256=3Jia5o7yaxOtbxuy9khs-thK96m55yCiPaUA-IkWh0A,2069
352
+ solace_agent_mesh/assets/docs/assets/js/runtime~main.458efb1d.js,sha256=IiKZikQnoWUmSCA44TfqOA8GXNTQcHvulwTBJA55ggU,6084
353
+ solace_agent_mesh/assets/docs/docs/documentation/concepts/agents/index.html,sha256=KnYuxGNewuprp5TTOTXCfxpk8oP0cWb7jct1w0TVI0c,39125
354
+ solace_agent_mesh/assets/docs/docs/documentation/concepts/architecture/index.html,sha256=1FANQYSO94dRgwI9ONa2lUnXRG1PWQOHgTGJBgBGdmw,32415
355
+ solace_agent_mesh/assets/docs/docs/documentation/concepts/cli/index.html,sha256=dhH4CBTx_BuorfTMl0IMDgorodFfeBefsE4o8yrUteo,49860
356
+ solace_agent_mesh/assets/docs/docs/documentation/concepts/gateways/index.html,sha256=vfZcLulIoy8xY_X-OyrCgl-viEdQlOnERlDYHs0U5uk,29793
357
+ solace_agent_mesh/assets/docs/docs/documentation/concepts/orchestrator/index.html,sha256=AXTJ7T4k6Cy4WURrjCt07ZfuUM5n9nLjfzA1EGqz-00,23499
358
+ solace_agent_mesh/assets/docs/docs/documentation/concepts/plugins/index.html,sha256=grJ1G8qa5fCV7XbFAGvUAA0NygFBzi_r0uxkkNrk8zw,39583
359
+ solace_agent_mesh/assets/docs/docs/documentation/deployment/debugging/index.html,sha256=m3JYREfxjnbTwaOgJ5N2L6sBQgkpNakRFj98fTdiWTs,45283
360
+ solace_agent_mesh/assets/docs/docs/documentation/deployment/deploy/index.html,sha256=L9vBkcjH2qN1viS1T-zALnfADnz3LqCoSZOGCwMgNSU,42193
361
+ solace_agent_mesh/assets/docs/docs/documentation/deployment/observability/index.html,sha256=hNDFuZyXUNdcAZJKthIp99f-hNIfA0ZwEkvwahKY1zc,25737
362
+ solace_agent_mesh/assets/docs/docs/documentation/getting-started/component-overview/index.html,sha256=Z5YPNeQK30hjG0_nTPd8a6-IaXWYy4XXbX3WG-vNF1o,21370
363
+ solace_agent_mesh/assets/docs/docs/documentation/getting-started/configurations/index.html,sha256=vOn3_lDM9abmXHIlgyaJemjFUmOuLNJgQj2Cmqz6SEk,56293
364
+ solace_agent_mesh/assets/docs/docs/documentation/getting-started/installation/index.html,sha256=_EYM8NQ_2lchfAwKa7TD3xzLS5II1uzexg1MEk2NmLs,32199
365
+ solace_agent_mesh/assets/docs/docs/documentation/getting-started/introduction/index.html,sha256=GOBacGik2sUMqmNsfizccjIC2jTgW2aXOMb6P3zNOH8,30107
366
+ solace_agent_mesh/assets/docs/docs/documentation/getting-started/quick-start/index.html,sha256=DT6kxeu12bl4ODCYTIY9My9R9pf_Gwh9bKNgq9zzJFw,42186
367
+ solace_agent_mesh/assets/docs/docs/documentation/migration-guides/a2a-upgrade-to-0.3.0/a2a-gateway-upgrade-to-0.3.0/index.html,sha256=iUVM8DsESopz56EG-mo9dMGD1rrsEdK1ivjM3YctUJo,84535
368
+ solace_agent_mesh/assets/docs/docs/documentation/migration-guides/a2a-upgrade-to-0.3.0/a2a-technical-migration-map/index.html,sha256=CRa0VxbM49CKI6710_BQk2XXOZlHgqz3rxNHHjkusFU,87235
369
+ solace_agent_mesh/assets/docs/docs/documentation/tutorials/bedrock-agents/index.html,sha256=AafgNeq47TaeVemNh4qX_sw8wBF3BHRnXteyVqYqlG0,74910
370
+ solace_agent_mesh/assets/docs/docs/documentation/tutorials/custom-agent/index.html,sha256=_R_Pug9dv7Od7tJsn0YdLS4kxe0qSXyIL8YeNtHq2cU,383013
371
+ solace_agent_mesh/assets/docs/docs/documentation/tutorials/event-mesh-gateway/index.html,sha256=f6_fwxmZM-oaGshvq08SnefUacLvQfpDCyzEf7iCCgA,68916
372
+ solace_agent_mesh/assets/docs/docs/documentation/tutorials/mcp-integration/index.html,sha256=T9SUDMYkHGFkBiRusjebl3GRmwrXyDvFzo-ssSqIp0A,64680
373
+ solace_agent_mesh/assets/docs/docs/documentation/tutorials/mongodb-integration/index.html,sha256=eq75MIrbw8CFOPbjYMOnGtc4zv282rSVotNcSm6y4mY,87232
374
+ solace_agent_mesh/assets/docs/docs/documentation/tutorials/rag-integration/index.html,sha256=KOrlYohHYVGg8PwfqPu6-wpz_pUb52Irt-oIM6gN-lY,79979
375
+ solace_agent_mesh/assets/docs/docs/documentation/tutorials/rest-gateway/index.html,sha256=e3GtjXqXk5vDhKoeF1O6R7fqaAjFf3yD_xAc37rovsM,46347
376
+ solace_agent_mesh/assets/docs/docs/documentation/tutorials/slack-integration/index.html,sha256=MwzBf6C5wydz4BcMbOEqg-PINUkeL3uzBAK-xTNbWV8,49630
377
+ solace_agent_mesh/assets/docs/docs/documentation/tutorials/sql-database/index.html,sha256=P88hEkgJ4SHTaMazNclnB78CBBlXV4SGdELtbiw_Edw,68937
378
+ solace_agent_mesh/assets/docs/docs/documentation/user-guide/builtin-tools/index.html,sha256=R5zOviumJHCvCyBYKJJ42ATwZjdZa6MjWJ7ult0-Bo0,44275
379
+ solace_agent_mesh/assets/docs/docs/documentation/user-guide/builtin-tools/artifact-management/index.html,sha256=cUWxsnibAuec9erlpQtaEsbwGXeHmd8T0pgmpZhmlv8,34227
380
+ solace_agent_mesh/assets/docs/docs/documentation/user-guide/builtin-tools/audio-tools/index.html,sha256=A1Mt4yoxMe5MiBhPuilS8KkhYJ6YzckqH8DaOAGmi7A,57682
381
+ solace_agent_mesh/assets/docs/docs/documentation/user-guide/builtin-tools/data-analysis-tools/index.html,sha256=ru4sY73qngz9_FbVtdQc82d4k_8BHzq4z5MBxVA9_p8,37231
382
+ solace_agent_mesh/assets/docs/docs/documentation/user-guide/builtin-tools/embeds/index.html,sha256=Wz8uVtGI0nFBSIffi0iW4jdtqWMdmuwlvol9bCTP6RI,50111
383
+ solace_agent_mesh/assets/docs/docs/documentation/user-guide/create-agents/index.html,sha256=FxQWG8Jy66AFirrZ0FNyLHMcIHQ4w7t9Vga-ulH35qc,161890
384
+ solace_agent_mesh/assets/docs/docs/documentation/user-guide/create-gateways/index.html,sha256=piH2KSCp5lBZoL06pomuk5xWuT82Iv2XPnUmTzuQCJU,402336
385
+ solace_agent_mesh/assets/docs/docs/documentation/user-guide/creating-service-providers/index.html,sha256=PgFMCTjGSNlAfCQOIm-oHxSMuuQ9P859RneWIkyH9n8,59083
386
+ solace_agent_mesh/assets/docs/docs/documentation/user-guide/solace-ai-connector/index.html,sha256=TVA4evmE3vPa9GiYs7X7FxHUYMtlmrY-97XptwG6zqY,25246
387
+ solace_agent_mesh/assets/docs/docs/documentation/user-guide/structure/index.html,sha256=z4cc1ICRaDRgdoZqvLUvTQkgPM6H4ymGPOMqNQ-QPRI,29254
333
388
  solace_agent_mesh/assets/docs/img/Solace_AI_Framework_With_Broker.png,sha256=e6MbZpxlY1xJ8U01zQogm8vWgokQqDfhsyPyNxtuS00,447393
334
389
  solace_agent_mesh/assets/docs/img/logo.png,sha256=TdXZ2wnkSkaFrGO-5fy2WcmjGXaGzwE29dM83raxoTg,45439
335
390
  solace_agent_mesh/assets/docs/img/sac-flows.png,sha256=868GgNJGPxn2G6c1Md_0umhg3xuAo7t6HEx8hOKbUJY,21098
@@ -338,33 +393,34 @@ solace_agent_mesh/assets/docs/img/solace-logo-text.svg,sha256=-wslMOppjNAJqbWRfB
338
393
  solace_agent_mesh/assets/docs/img/solace-logo.png,sha256=XY5zC_yIVxHdO14TMgW4eTsDWryPsgE_oTSJV4CQthw,17627
339
394
  solace_agent_mesh/config_portal/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
340
395
  solace_agent_mesh/config_portal/backend/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
341
- solace_agent_mesh/config_portal/backend/common.py,sha256=UWVotyiLMJPMVNZWJfgDtfsjxb_jZclymC-9Dto2xZc,3071
396
+ solace_agent_mesh/config_portal/backend/common.py,sha256=RmNUyUpFtbdZgUDh2nEOUCRhMj_H9ILtOmZFqRV9jpI,3036
342
397
  solace_agent_mesh/config_portal/backend/plugin_catalog_server.py,sha256=Qr5cFUMyDq0qHDTa9ZRbczTi8BUWPZTvxAv3jRxa3hw,7875
343
398
  solace_agent_mesh/config_portal/backend/server.py,sha256=gx8KIAopkeAmn4WfseP5z79GOE246Lf8nPaCw7QrBPo,23689
344
399
  solace_agent_mesh/config_portal/backend/plugin_catalog/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
345
- solace_agent_mesh/config_portal/backend/plugin_catalog/constants.py,sha256=z5UvYRnm-x7F9Qg_BYlaq1NV6XHkQlCmavCtqb2SVi4,790
400
+ solace_agent_mesh/config_portal/backend/plugin_catalog/constants.py,sha256=Eqq6lO_glHs-0LghOOHXewg6RecwumhI3zjBKUFGMAQ,787
346
401
  solace_agent_mesh/config_portal/backend/plugin_catalog/models.py,sha256=Fu6EDX3PD1RTX84ucIs2UbtRk0Y0H3Lm3248MlP0jpY,1199
347
402
  solace_agent_mesh/config_portal/backend/plugin_catalog/registry_manager.py,sha256=OhETId1ixVJBIL4lYwu4lRELic6BLgX6SJTkWFXKzPw,6686
348
403
  solace_agent_mesh/config_portal/backend/plugin_catalog/scraper.py,sha256=j7yJUEKjgsVs7TvSf8Uf_22bKotlYhocIYhfJhTpQPI,21238
349
404
  solace_agent_mesh/config_portal/frontend/static/client/Solace_community_logo.png,sha256=ugNi5vBxTdFZMW2uWNZYcutyk4z8yw9e5KEL5XDcodU,5894
350
405
  solace_agent_mesh/config_portal/frontend/static/client/favicon.ico,sha256=9z1ZdOqroxsg2-FzV79kTJ69hVqWVkrDlIv2RgmIhR8,15086
351
- solace_agent_mesh/config_portal/frontend/static/client/index.html,sha256=B8SNP7epdMYwDUjFOg7kbQjIWajRnlQey2pZUKtCVWY,1419
352
- solace_agent_mesh/config_portal/frontend/static/client/assets/_index-Bym6YkMd.js,sha256=Z9IGdSN0ZZRdDjWsRApliumhAFTkCo8IzglhTjSGCRY,278167
406
+ solace_agent_mesh/config_portal/frontend/static/client/index.html,sha256=CLGBDKFc1Zv25lpO0Y-IHbU9vJj-EWIxzWihXdZS73E,1419
407
+ solace_agent_mesh/config_portal/frontend/static/client/assets/_index-bFMKlzKf.js,sha256=JBJO4Nb-60JkEfQbVyseSfMexhK_v1c3-rA1kCtFYso,277760
353
408
  solace_agent_mesh/config_portal/frontend/static/client/assets/components-Rk0n-9cK.js,sha256=dXPV9MnIciHjfm68Wp9aKpViYlXfyN_6etThgGS8KO8,40041
354
409
  solace_agent_mesh/config_portal/frontend/static/client/assets/entry.client-mvZjNKiz.js,sha256=-9lo6je5RWC0Q4FKlTg-tdu1dsoNQvwbLr5zgfZwf58,3862
355
410
  solace_agent_mesh/config_portal/frontend/static/client/assets/index-DzNKzXrc.js,sha256=4xvgTOvPkqnfRR2N9T199hzTFK6u_NdvA5ImbTe2UYU,217925
356
- solace_agent_mesh/config_portal/frontend/static/client/assets/manifest-d845808d.js,sha256=2KAUdAv350w6RtfVuIHWQrZikXgvPiIbzWdXKBHg5Ms,781
411
+ solace_agent_mesh/config_portal/frontend/static/client/assets/manifest-89db7c30.js,sha256=0TNl4hKVU240O_8gPn1BaH0ZEDUJyiEojjOnrgdouCM,781
357
412
  solace_agent_mesh/config_portal/frontend/static/client/assets/root-BWvk5-gF.js,sha256=KoDaD7JSrkUDgUbDa0JqaB7mXNCc2fR-T5kKAcH5nho,1799
358
413
  solace_agent_mesh/config_portal/frontend/static/client/assets/root-DxRwaWiE.css,sha256=HaETPzdva-2CpjK-MmIBI6lipZMiGHmAqLRJiD8s2QE,33607
359
- solace_agent_mesh/client/webui/frontend/static/auth-callback.html,sha256=QjngQl-DRfm4IvHivFaUILSdoEiAWFxxF9_D-0CzDkA,493
360
- solace_agent_mesh/client/webui/frontend/static/index.html,sha256=FMXGkTGs5QSRWkhrmufRGozAsNnh4FYLjFOzsKO0evM,558
361
- solace_agent_mesh/client/webui/frontend/static/assets/authCallback-BmF2l6vg.js,sha256=L5ATJKi5t_Z9PrE7p3qbVMUQd9bViZA_2d40IJDLK3A,489
362
- solace_agent_mesh/client/webui/frontend/static/assets/client-D881Dttc.js,sha256=p8V3gtLvpi8skNkcA2SpmvheI5Us2rT6We7V5W07Zi0,187775
414
+ solace_agent_mesh/client/webui/frontend/static/auth-callback.html,sha256=lm3hmZTMJZLb7q0UZ1zHtVFsTNG2FXrWfeWXNiX_2S8,570
415
+ solace_agent_mesh/client/webui/frontend/static/index.html,sha256=LWvo63oT0bag6SPMUtRYYQ2f-CGu2yfQ6-G-ktWuboU,635
416
+ solace_agent_mesh/client/webui/frontend/static/assets/authCallback-vY5eu2lI.js,sha256=DvXI2R6STRplZQMIoJ-2XTSbVWELF2FgQeQFuG86MjA,528
417
+ solace_agent_mesh/client/webui/frontend/static/assets/client-BeBkzgWW.js,sha256=8zad_Hki5ggXeJKyutW7IMFZjdu2c5ucxIa6EomrEkw,174527
363
418
  solace_agent_mesh/client/webui/frontend/static/assets/favicon-BLgzUch9.ico,sha256=9z1ZdOqroxsg2-FzV79kTJ69hVqWVkrDlIv2RgmIhR8,15086
364
- solace_agent_mesh/client/webui/frontend/static/assets/main-D0FnP_W4.css,sha256=g_2eWMVcZF04Ajq-hby0GxrbTzppahgK1qp_0WdVB0g,117237
365
- solace_agent_mesh/client/webui/frontend/static/assets/main-Do32sFPX.js,sha256=fqdcPId0CbMh2dWRNTGHlE6BXs0j26gcuby3YkasdAg,740996
366
- solace_agent_mesh-1.0.9.dist-info/METADATA,sha256=iralx0EakukVNGGEykXWA1cdwmV4PBLUfJRjt17alnM,24674
367
- solace_agent_mesh-1.0.9.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
368
- solace_agent_mesh-1.0.9.dist-info/entry_points.txt,sha256=5pLVH8d8bd4sxUwBh7VTni8gTTSzTqGfY14zgdQZm1I,106
369
- solace_agent_mesh-1.0.9.dist-info/licenses/LICENSE,sha256=xx0jnfkXJvxRnG63LTGOxlggYnIysveWIZ6H3PNdCrQ,11357
370
- solace_agent_mesh-1.0.9.dist-info/RECORD,,
419
+ solace_agent_mesh/client/webui/frontend/static/assets/main-Bjys1KQs.js,sha256=ENDm69tcgonbhKcbjUVP4cgFnkANwXP3uZVU_umpsrA,420829
420
+ solace_agent_mesh/client/webui/frontend/static/assets/main-C03yrETa.css,sha256=8i4G_OLqxxoF2D7-4uCwQVUEMnkH7QcNTmHLeBIeUNo,119785
421
+ solace_agent_mesh/client/webui/frontend/static/assets/vendor-CE0AeXyK.js,sha256=FWDL_S3o6XmpgTZS6iK2RLyVOoWz7o1yhfITItblSP4,340823
422
+ solace_agent_mesh-1.3.0.dist-info/METADATA,sha256=S4GwC_scAY57BnMa07xbp35LLkvU8qursCmVH0QG7rQ,24785
423
+ solace_agent_mesh-1.3.0.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
424
+ solace_agent_mesh-1.3.0.dist-info/entry_points.txt,sha256=5pLVH8d8bd4sxUwBh7VTni8gTTSzTqGfY14zgdQZm1I,106
425
+ solace_agent_mesh-1.3.0.dist-info/licenses/LICENSE,sha256=xx0jnfkXJvxRnG63LTGOxlggYnIysveWIZ6H3PNdCrQ,11357
426
+ solace_agent_mesh-1.3.0.dist-info/RECORD,,