solace-agent-mesh 1.0.8__tar.gz → 1.1.0__tar.gz

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 (1625) hide show
  1. solace_agent_mesh-1.1.0/.gitignore +162 -0
  2. solace_agent_mesh-1.1.0/.hatch_data/.config/coverage/ZC3w42we/pyproject.toml +243 -0
  3. solace_agent_mesh-1.1.0/.hooks/pre-commit +25 -0
  4. solace_agent_mesh-1.1.0/.vscode/launch.json +272 -0
  5. solace_agent_mesh-1.1.0/PKG-INFO +453 -0
  6. solace_agent_mesh-1.1.0/README.md +182 -0
  7. solace_agent_mesh-1.1.0/assets/client/webui/assets/authCallback-BmF2l6vg.js +1 -0
  8. solace_agent_mesh-1.1.0/assets/client/webui/assets/client-D881Dttc.js +49 -0
  9. solace_agent_mesh-1.1.0/assets/client/webui/assets/main-C0jZjYa8.js +699 -0
  10. solace_agent_mesh-1.1.0/assets/client/webui/assets/main-CCeG324-.css +1 -0
  11. solace_agent_mesh-1.1.0/assets/client/webui/auth-callback.html +14 -0
  12. solace_agent_mesh-1.1.0/assets/client/webui/index.html +15 -0
  13. solace_agent_mesh-1.1.0/assets/config_portal/client/assets/_index-Bym6YkMd.js +98 -0
  14. solace_agent_mesh-1.1.0/assets/config_portal/client/assets/components-Rk0n-9cK.js +140 -0
  15. solace_agent_mesh-1.1.0/assets/config_portal/client/assets/entry.client-mvZjNKiz.js +19 -0
  16. solace_agent_mesh-1.1.0/assets/config_portal/client/assets/index-DzNKzXrc.js +68 -0
  17. solace_agent_mesh-1.1.0/assets/config_portal/client/assets/manifest-d845808d.js +1 -0
  18. solace_agent_mesh-1.1.0/assets/config_portal/client/assets/root-BWvk5-gF.js +10 -0
  19. solace_agent_mesh-1.1.0/assets/config_portal/client/index.html +7 -0
  20. solace_agent_mesh-1.1.0/assets/docs/404.html +16 -0
  21. solace_agent_mesh-1.1.0/assets/docs/assets/js/3d406171.0b9eeed1.js +1 -0
  22. solace_agent_mesh-1.1.0/assets/docs/assets/js/6e0db977.39a79ca9.js +1 -0
  23. solace_agent_mesh-1.1.0/assets/docs/assets/js/75384d09.bf78fbdb.js +1 -0
  24. solace_agent_mesh-1.1.0/assets/docs/assets/js/90dd9cf6.88f385ea.js +1 -0
  25. solace_agent_mesh-1.1.0/assets/docs/assets/js/f284c35a.fb68323a.js +1 -0
  26. solace_agent_mesh-1.1.0/assets/docs/assets/js/main.7fb116ff.js +2 -0
  27. solace_agent_mesh-1.1.0/assets/docs/assets/js/runtime~main.458efb1d.js +1 -0
  28. solace_agent_mesh-1.1.0/assets/docs/docs/documentation/concepts/agents/index.html +152 -0
  29. solace_agent_mesh-1.1.0/assets/docs/docs/documentation/concepts/architecture/index.html +91 -0
  30. solace_agent_mesh-1.1.0/assets/docs/docs/documentation/concepts/cli/index.html +203 -0
  31. solace_agent_mesh-1.1.0/assets/docs/docs/documentation/concepts/gateways/index.html +91 -0
  32. solace_agent_mesh-1.1.0/assets/docs/docs/documentation/concepts/orchestrator/index.html +55 -0
  33. solace_agent_mesh-1.1.0/assets/docs/docs/documentation/concepts/plugins/index.html +111 -0
  34. solace_agent_mesh-1.1.0/assets/docs/docs/documentation/deployment/debugging/index.html +77 -0
  35. solace_agent_mesh-1.1.0/assets/docs/docs/documentation/deployment/deploy/index.html +48 -0
  36. solace_agent_mesh-1.1.0/assets/docs/docs/documentation/deployment/observability/index.html +54 -0
  37. solace_agent_mesh-1.1.0/assets/docs/docs/documentation/getting-started/component-overview/index.html +45 -0
  38. solace_agent_mesh-1.1.0/assets/docs/docs/documentation/getting-started/configurations/index.html +72 -0
  39. solace_agent_mesh-1.1.0/assets/docs/docs/documentation/getting-started/installation/index.html +76 -0
  40. solace_agent_mesh-1.1.0/assets/docs/docs/documentation/getting-started/introduction/index.html +150 -0
  41. solace_agent_mesh-1.1.0/assets/docs/docs/documentation/getting-started/quick-start/index.html +73 -0
  42. solace_agent_mesh-1.1.0/assets/docs/docs/documentation/migration-guides/a2a-upgrade-to-0.3.0/a2a-gateway-upgrade-to-0.3.0/index.html +105 -0
  43. solace_agent_mesh-1.1.0/assets/docs/docs/documentation/migration-guides/a2a-upgrade-to-0.3.0/a2a-technical-migration-map/index.html +53 -0
  44. solace_agent_mesh-1.1.0/assets/docs/docs/documentation/tutorials/bedrock-agents/index.html +267 -0
  45. solace_agent_mesh-1.1.0/assets/docs/docs/documentation/tutorials/custom-agent/index.html +142 -0
  46. solace_agent_mesh-1.1.0/assets/docs/docs/documentation/tutorials/event-mesh-gateway/index.html +116 -0
  47. solace_agent_mesh-1.1.0/assets/docs/docs/documentation/tutorials/mcp-integration/index.html +80 -0
  48. solace_agent_mesh-1.1.0/assets/docs/docs/documentation/tutorials/mongodb-integration/index.html +164 -0
  49. solace_agent_mesh-1.1.0/assets/docs/docs/documentation/tutorials/rag-integration/index.html +140 -0
  50. solace_agent_mesh-1.1.0/assets/docs/docs/documentation/tutorials/rest-gateway/index.html +57 -0
  51. solace_agent_mesh-1.1.0/assets/docs/docs/documentation/tutorials/slack-integration/index.html +72 -0
  52. solace_agent_mesh-1.1.0/assets/docs/docs/documentation/tutorials/sql-database/index.html +102 -0
  53. solace_agent_mesh-1.1.0/assets/docs/docs/documentation/user-guide/builtin-tools/artifact-management/index.html +99 -0
  54. solace_agent_mesh-1.1.0/assets/docs/docs/documentation/user-guide/builtin-tools/audio-tools/index.html +90 -0
  55. solace_agent_mesh-1.1.0/assets/docs/docs/documentation/user-guide/builtin-tools/data-analysis-tools/index.html +107 -0
  56. solace_agent_mesh-1.1.0/assets/docs/docs/documentation/user-guide/builtin-tools/embeds/index.html +152 -0
  57. solace_agent_mesh-1.1.0/assets/docs/docs/documentation/user-guide/builtin-tools/index.html +103 -0
  58. solace_agent_mesh-1.1.0/assets/docs/docs/documentation/user-guide/create-agents/index.html +182 -0
  59. solace_agent_mesh-1.1.0/assets/docs/docs/documentation/user-guide/create-gateways/index.html +200 -0
  60. solace_agent_mesh-1.1.0/assets/docs/docs/documentation/user-guide/creating-service-providers/index.html +54 -0
  61. solace_agent_mesh-1.1.0/assets/docs/docs/documentation/user-guide/solace-ai-connector/index.html +69 -0
  62. solace_agent_mesh-1.1.0/assets/docs/docs/documentation/user-guide/structure/index.html +59 -0
  63. solace_agent_mesh-1.1.0/assets/docs/lunr-index-1756992340218.json +1 -0
  64. solace_agent_mesh-1.1.0/assets/docs/lunr-index.json +1 -0
  65. solace_agent_mesh-1.1.0/assets/docs/search-doc-1756992340218.json +1 -0
  66. solace_agent_mesh-1.1.0/assets/docs/search-doc.json +1 -0
  67. solace_agent_mesh-1.1.0/assets/docs/sitemap.xml +1 -0
  68. solace_agent_mesh-1.1.0/cli/__init__.py +1 -0
  69. solace_agent_mesh-1.1.0/cli/commands/add_cmd/web_add_agent_step.py +102 -0
  70. solace_agent_mesh-1.1.0/cli/commands/add_cmd/web_add_gateway_step.py +114 -0
  71. solace_agent_mesh-1.1.0/cli/commands/init_cmd/web_init_step.py +97 -0
  72. solace_agent_mesh-1.1.0/cli/commands/plugin_cmd/catalog_cmd.py +143 -0
  73. solace_agent_mesh-1.1.0/cli/utils.py +206 -0
  74. solace_agent_mesh-1.1.0/client/webui/frontend/README.md +80 -0
  75. solace_agent_mesh-1.1.0/client/webui/frontend/frontend_llm.txt +499 -0
  76. solace_agent_mesh-1.1.0/client/webui/frontend/package-lock.json +6878 -0
  77. solace_agent_mesh-1.1.0/client/webui/frontend/package.json +111 -0
  78. solace_agent_mesh-1.1.0/client/webui/frontend/src/auth/auth_llm.txt +73 -0
  79. solace_agent_mesh-1.1.0/client/webui/frontend/src/lib/components/activities/FlowChart/FlowChart_llm.txt +322 -0
  80. solace_agent_mesh-1.1.0/client/webui/frontend/src/lib/components/activities/FlowChart/customEdges/customEdges_llm.txt +85 -0
  81. solace_agent_mesh-1.1.0/client/webui/frontend/src/lib/components/activities/FlowChart/customNodes/customNodes_llm.txt +177 -0
  82. solace_agent_mesh-1.1.0/client/webui/frontend/src/lib/components/activities/FlowChart/edgeAnimationService.ts +122 -0
  83. solace_agent_mesh-1.1.0/client/webui/frontend/src/lib/components/activities/FlowChart/taskToFlowData.helpers.ts +807 -0
  84. solace_agent_mesh-1.1.0/client/webui/frontend/src/lib/components/activities/FlowChart/taskToFlowData.ts +741 -0
  85. solace_agent_mesh-1.1.0/client/webui/frontend/src/lib/components/activities/FlowChartDetails.tsx +75 -0
  86. solace_agent_mesh-1.1.0/client/webui/frontend/src/lib/components/activities/VisualizerStepCard.tsx +271 -0
  87. solace_agent_mesh-1.1.0/client/webui/frontend/src/lib/components/activities/activities_llm.txt +394 -0
  88. solace_agent_mesh-1.1.0/client/webui/frontend/src/lib/components/activities/taskVisualizerProcessor.ts +870 -0
  89. solace_agent_mesh-1.1.0/client/webui/frontend/src/lib/components/agents/AgentDisplayCard.tsx +183 -0
  90. solace_agent_mesh-1.1.0/client/webui/frontend/src/lib/components/agents/AgentMeshCards.tsx +58 -0
  91. solace_agent_mesh-1.1.0/client/webui/frontend/src/lib/components/agents/agents_llm.txt +125 -0
  92. solace_agent_mesh-1.1.0/client/webui/frontend/src/lib/components/chat/ChatInputArea.tsx +204 -0
  93. solace_agent_mesh-1.1.0/client/webui/frontend/src/lib/components/chat/ChatMessage.tsx +175 -0
  94. solace_agent_mesh-1.1.0/client/webui/frontend/src/lib/components/chat/artifact/artifact_llm.txt +230 -0
  95. solace_agent_mesh-1.1.0/client/webui/frontend/src/lib/components/chat/chat_llm.txt +430 -0
  96. solace_agent_mesh-1.1.0/client/webui/frontend/src/lib/components/chat/file/FileMessage.tsx +65 -0
  97. solace_agent_mesh-1.1.0/client/webui/frontend/src/lib/components/chat/file/file_llm.txt +101 -0
  98. solace_agent_mesh-1.1.0/client/webui/frontend/src/lib/components/chat/preview/Renderers/Renderers_llm.txt +206 -0
  99. solace_agent_mesh-1.1.0/client/webui/frontend/src/lib/components/chat/preview/contentUtils.ts +252 -0
  100. solace_agent_mesh-1.1.0/client/webui/frontend/src/lib/components/chat/preview/previewUtils.ts +291 -0
  101. solace_agent_mesh-1.1.0/client/webui/frontend/src/lib/components/chat/preview/preview_llm.txt +266 -0
  102. solace_agent_mesh-1.1.0/client/webui/frontend/src/lib/components/common/common_llm.txt +86 -0
  103. solace_agent_mesh-1.1.0/client/webui/frontend/src/lib/components/components_llm.txt +414 -0
  104. solace_agent_mesh-1.1.0/client/webui/frontend/src/lib/components/header/header_llm.txt +71 -0
  105. solace_agent_mesh-1.1.0/client/webui/frontend/src/lib/components/jsonViewer/jsonViewer_llm.txt +73 -0
  106. solace_agent_mesh-1.1.0/client/webui/frontend/src/lib/components/navigation/navigation_llm.txt +178 -0
  107. solace_agent_mesh-1.1.0/client/webui/frontend/src/lib/components/pages/ChatPage.tsx +256 -0
  108. solace_agent_mesh-1.1.0/client/webui/frontend/src/lib/components/pages/pages_llm.txt +80 -0
  109. solace_agent_mesh-1.1.0/client/webui/frontend/src/lib/components/toast/toast_llm.txt +64 -0
  110. solace_agent_mesh-1.1.0/client/webui/frontend/src/lib/components/ui/chat/chat_llm.txt +277 -0
  111. solace_agent_mesh-1.1.0/client/webui/frontend/src/lib/components/ui/chat/hooks/hooks_llm.txt +97 -0
  112. solace_agent_mesh-1.1.0/client/webui/frontend/src/lib/components/ui/ui_llm.txt +340 -0
  113. solace_agent_mesh-1.1.0/client/webui/frontend/src/lib/contexts/ChatContext.ts +76 -0
  114. solace_agent_mesh-1.1.0/client/webui/frontend/src/lib/hooks/useAgents.ts +91 -0
  115. solace_agent_mesh-1.1.0/client/webui/frontend/src/lib/hooks/useSessionPreview.ts +32 -0
  116. solace_agent_mesh-1.1.0/client/webui/frontend/src/lib/lib_llm.txt +439 -0
  117. solace_agent_mesh-1.1.0/client/webui/frontend/src/lib/plugins/plugins_llm.txt +61 -0
  118. solace_agent_mesh-1.1.0/client/webui/frontend/src/lib/providers/ChatProvider.tsx +1005 -0
  119. solace_agent_mesh-1.1.0/client/webui/frontend/src/lib/providers/TaskProvider.tsx +318 -0
  120. solace_agent_mesh-1.1.0/client/webui/frontend/src/lib/providers/providers_llm.txt +178 -0
  121. solace_agent_mesh-1.1.0/client/webui/frontend/src/lib/types/activities.ts +199 -0
  122. solace_agent_mesh-1.1.0/client/webui/frontend/src/lib/types/be.ts +57 -0
  123. solace_agent_mesh-1.1.0/client/webui/frontend/src/lib/types/fe.ts +182 -0
  124. solace_agent_mesh-1.1.0/client/webui/frontend/src/lib/utils/download.ts +80 -0
  125. solace_agent_mesh-1.1.0/client/webui/frontend/src/src_llm.txt +482 -0
  126. solace_agent_mesh-1.1.0/client/webui/frontend/vite.lib.config.ts +67 -0
  127. solace_agent_mesh-1.1.0/client/webui/llm.txt +444 -0
  128. solace_agent_mesh-1.1.0/client/webui/llm_detail.txt +6738 -0
  129. solace_agent_mesh-1.1.0/config_portal/backend/common.py +77 -0
  130. solace_agent_mesh-1.1.0/config_portal/frontend/app/components/PluginCatalogFlow/components/PluginCard.tsx +104 -0
  131. solace_agent_mesh-1.1.0/config_portal/frontend/package-lock.json +11463 -0
  132. solace_agent_mesh-1.1.0/config_portal/frontend/package.json +47 -0
  133. solace_agent_mesh-1.1.0/docs/.docusaurus/client-manifest.json +1141 -0
  134. solace_agent_mesh-1.1.0/docs/.docusaurus/docusaurus-plugin-content-docs/default/p/solace-agent-mesh-docs-bfb.json +1 -0
  135. solace_agent_mesh-1.1.0/docs/.docusaurus/docusaurus-plugin-content-docs/default/site-docs-documentation-migration-guides-a-2-a-upgrade-to-0-3-0-a-2-a-gateway-upgrade-to-0-3-0-md-6e0.json +24 -0
  136. solace_agent_mesh-1.1.0/docs/.docusaurus/docusaurus-plugin-content-docs/default/site-docs-documentation-migration-guides-a-2-a-upgrade-to-0-3-0-a-2-a-technical-migration-map-md-90d.json +20 -0
  137. solace_agent_mesh-1.1.0/docs/.docusaurus/docusaurus-plugin-content-docs/default/site-docs-documentation-tutorials-rag-integration-md-753.json +29 -0
  138. solace_agent_mesh-1.1.0/docs/.docusaurus/docusaurus.config.mjs +416 -0
  139. solace_agent_mesh-1.1.0/docs/.docusaurus/globalData.json +211 -0
  140. solace_agent_mesh-1.1.0/docs/.docusaurus/registry.js +42 -0
  141. solace_agent_mesh-1.1.0/docs/.docusaurus/routes.js +237 -0
  142. solace_agent_mesh-1.1.0/docs/.docusaurus/routesChunkNames.json +155 -0
  143. solace_agent_mesh-1.1.0/docs/docs/documentation/migration-guides/a2a-upgrade-to-0.3.0/a2a-gateway-upgrade-to-0.3.0.md +204 -0
  144. solace_agent_mesh-1.1.0/docs/docs/documentation/migration-guides/a2a-upgrade-to-0.3.0/a2a-technical-migration-map.md +182 -0
  145. solace_agent_mesh-1.1.0/docs/docs/documentation/tutorials/custom-agent.md +971 -0
  146. solace_agent_mesh-1.1.0/examples/agents/a2a_agents_example.yaml +361 -0
  147. solace_agent_mesh-1.1.0/examples/agents/a2a_atlassian_sse.yaml +70 -0
  148. solace_agent_mesh-1.1.0/examples/agents/a2a_host_example.yaml +131 -0
  149. solace_agent_mesh-1.1.0/examples/agents/a2a_mcp_atlassian_docker_example.yaml +106 -0
  150. solace_agent_mesh-1.1.0/examples/agents/a2a_mcp_example.yaml +200 -0
  151. solace_agent_mesh-1.1.0/examples/agents/a2a_mcp_jira_sse_example.yaml +77 -0
  152. solace_agent_mesh-1.1.0/examples/agents/a2a_multimodal_example.yaml +331 -0
  153. solace_agent_mesh-1.1.0/examples/agents/orchestrator_example.yaml +72 -0
  154. solace_agent_mesh-1.1.0/examples/agents/s3_artifact_storage_example.yaml +149 -0
  155. solace_agent_mesh-1.1.0/examples/agents/test_agent.yaml +103 -0
  156. solace_agent_mesh-1.1.0/examples/event-mesh-gateway.yaml +91 -0
  157. solace_agent_mesh-1.1.0/examples/gateways/rest_gateway_example.yaml +79 -0
  158. solace_agent_mesh-1.1.0/examples/gateways/sam_em_gateway.yaml +145 -0
  159. solace_agent_mesh-1.1.0/examples/gateways/slack_gateway_example.yaml +90 -0
  160. solace_agent_mesh-1.1.0/examples/gateways/webhook_gateway_example.yaml +205 -0
  161. solace_agent_mesh-1.1.0/examples/gateways/webui_example.yaml +72 -0
  162. solace_agent_mesh-1.1.0/examples/slack.yaml +66 -0
  163. solace_agent_mesh-1.1.0/pyproject.toml +208 -0
  164. solace_agent_mesh-1.1.0/scripts/migrate_declarative_tests.py +214 -0
  165. solace_agent_mesh-1.1.0/scripts/sync_a2a_schema.py +220 -0
  166. solace_agent_mesh-1.1.0/src/llm.txt +358 -0
  167. solace_agent_mesh-1.1.0/src/llm_detail.txt +6611 -0
  168. solace_agent_mesh-1.1.0/src/solace_agent_mesh/agent/adk/adk_llm.txt +233 -0
  169. solace_agent_mesh-1.1.0/src/solace_agent_mesh/agent/adk/artifacts/artifacts_llm.txt +171 -0
  170. solace_agent_mesh-1.1.0/src/solace_agent_mesh/agent/adk/callbacks.py +1741 -0
  171. solace_agent_mesh-1.1.0/src/solace_agent_mesh/agent/adk/embed_resolving_mcp_toolset.py +298 -0
  172. solace_agent_mesh-1.1.0/src/solace_agent_mesh/agent/adk/models/models_llm.txt +143 -0
  173. solace_agent_mesh-1.1.0/src/solace_agent_mesh/agent/adk/runner.py +359 -0
  174. solace_agent_mesh-1.1.0/src/solace_agent_mesh/agent/adk/setup.py +802 -0
  175. solace_agent_mesh-1.1.0/src/solace_agent_mesh/agent/adk/stream_parser.py +221 -0
  176. solace_agent_mesh-1.1.0/src/solace_agent_mesh/agent/adk/tool_wrapper.py +162 -0
  177. solace_agent_mesh-1.1.0/src/solace_agent_mesh/agent/agent_llm.txt +378 -0
  178. solace_agent_mesh-1.1.0/src/solace_agent_mesh/agent/protocol/event_handlers.py +1535 -0
  179. solace_agent_mesh-1.1.0/src/solace_agent_mesh/agent/protocol/protocol_llm.txt +68 -0
  180. solace_agent_mesh-1.1.0/src/solace_agent_mesh/agent/sac/app.py +717 -0
  181. solace_agent_mesh-1.1.0/src/solace_agent_mesh/agent/sac/component.py +3155 -0
  182. solace_agent_mesh-1.1.0/src/solace_agent_mesh/agent/sac/sac_llm.txt +175 -0
  183. solace_agent_mesh-1.1.0/src/solace_agent_mesh/agent/testing/testing_llm.txt +57 -0
  184. solace_agent_mesh-1.1.0/src/solace_agent_mesh/agent/tools/peer_agent_tool.py +302 -0
  185. solace_agent_mesh-1.1.0/src/solace_agent_mesh/agent/tools/tools_llm.txt +269 -0
  186. solace_agent_mesh-1.1.0/src/solace_agent_mesh/agent/utils/artifact_helpers.py +1095 -0
  187. solace_agent_mesh-1.1.0/src/solace_agent_mesh/agent/utils/utils_llm.txt +138 -0
  188. solace_agent_mesh-1.1.0/src/solace_agent_mesh/common/a2a/__init__.py +213 -0
  189. solace_agent_mesh-1.1.0/src/solace_agent_mesh/common/a2a/a2a_llm.txt +182 -0
  190. solace_agent_mesh-1.1.0/src/solace_agent_mesh/common/a2a/artifact.py +328 -0
  191. solace_agent_mesh-1.1.0/src/solace_agent_mesh/common/a2a/events.py +183 -0
  192. solace_agent_mesh-1.1.0/src/solace_agent_mesh/common/a2a/message.py +307 -0
  193. solace_agent_mesh-1.1.0/src/solace_agent_mesh/common/a2a/protocol.py +513 -0
  194. solace_agent_mesh-1.1.0/src/solace_agent_mesh/common/a2a/task.py +127 -0
  195. solace_agent_mesh-1.1.0/src/solace_agent_mesh/common/a2a/translation.py +653 -0
  196. solace_agent_mesh-1.1.0/src/solace_agent_mesh/common/a2a/types.py +54 -0
  197. solace_agent_mesh-1.1.0/src/solace_agent_mesh/common/a2a_spec/a2a.json +2576 -0
  198. solace_agent_mesh-1.1.0/src/solace_agent_mesh/common/a2a_spec/a2a_spec_llm.txt +407 -0
  199. solace_agent_mesh-1.1.0/src/solace_agent_mesh/common/a2a_spec/schemas/agent_progress_update.json +18 -0
  200. solace_agent_mesh-1.1.0/src/solace_agent_mesh/common/a2a_spec/schemas/artifact_creation_progress.json +31 -0
  201. solace_agent_mesh-1.1.0/src/solace_agent_mesh/common/a2a_spec/schemas/llm_invocation.json +18 -0
  202. solace_agent_mesh-1.1.0/src/solace_agent_mesh/common/a2a_spec/schemas/schemas_llm.txt +235 -0
  203. solace_agent_mesh-1.1.0/src/solace_agent_mesh/common/a2a_spec/schemas/tool_invocation_start.json +26 -0
  204. solace_agent_mesh-1.1.0/src/solace_agent_mesh/common/a2a_spec/schemas/tool_result.json +25 -0
  205. solace_agent_mesh-1.1.0/src/solace_agent_mesh/common/agent_registry.py +42 -0
  206. solace_agent_mesh-1.1.0/src/solace_agent_mesh/common/common_llm.txt +266 -0
  207. solace_agent_mesh-1.1.0/src/solace_agent_mesh/common/data_parts.py +99 -0
  208. solace_agent_mesh-1.1.0/src/solace_agent_mesh/common/middleware/middleware_llm.txt +174 -0
  209. solace_agent_mesh-1.1.0/src/solace_agent_mesh/common/sac/sac_llm.txt +71 -0
  210. solace_agent_mesh-1.1.0/src/solace_agent_mesh/common/sac/sam_component_base.py +252 -0
  211. solace_agent_mesh-1.1.0/src/solace_agent_mesh/common/services/providers/providers_llm.txt +80 -0
  212. solace_agent_mesh-1.1.0/src/solace_agent_mesh/common/services/services_llm.txt +312 -0
  213. solace_agent_mesh-1.1.0/src/solace_agent_mesh/common/utils/artifact_utils.py +29 -0
  214. solace_agent_mesh-1.1.0/src/solace_agent_mesh/common/utils/embeds/embeds_llm.txt +220 -0
  215. solace_agent_mesh-1.1.0/src/solace_agent_mesh/common/utils/utils_llm.txt +348 -0
  216. solace_agent_mesh-1.1.0/src/solace_agent_mesh/core_a2a/core_a2a_llm.txt +90 -0
  217. solace_agent_mesh-1.1.0/src/solace_agent_mesh/core_a2a/service.py +307 -0
  218. solace_agent_mesh-1.1.0/src/solace_agent_mesh/gateway/base/app.py +292 -0
  219. solace_agent_mesh-1.1.0/src/solace_agent_mesh/gateway/base/base_llm.txt +224 -0
  220. solace_agent_mesh-1.1.0/src/solace_agent_mesh/gateway/base/component.py +1326 -0
  221. solace_agent_mesh-1.1.0/src/solace_agent_mesh/gateway/gateway_llm.txt +366 -0
  222. solace_agent_mesh-1.1.0/src/solace_agent_mesh/gateway/http_sse/component.py +1575 -0
  223. solace_agent_mesh-1.1.0/src/solace_agent_mesh/gateway/http_sse/components/components_llm.txt +65 -0
  224. solace_agent_mesh-1.1.0/src/solace_agent_mesh/gateway/http_sse/http_sse_llm.txt +299 -0
  225. solace_agent_mesh-1.1.0/src/solace_agent_mesh/gateway/http_sse/main.py +440 -0
  226. solace_agent_mesh-1.1.0/src/solace_agent_mesh/gateway/http_sse/routers/agents.py +41 -0
  227. solace_agent_mesh-1.1.0/src/solace_agent_mesh/gateway/http_sse/routers/artifacts.py +841 -0
  228. solace_agent_mesh-1.1.0/src/solace_agent_mesh/gateway/http_sse/routers/routers_llm.txt +263 -0
  229. solace_agent_mesh-1.1.0/src/solace_agent_mesh/gateway/http_sse/routers/sessions.py +85 -0
  230. solace_agent_mesh-1.1.0/src/solace_agent_mesh/gateway/http_sse/routers/tasks.py +241 -0
  231. solace_agent_mesh-1.1.0/src/solace_agent_mesh/gateway/http_sse/services/agent_service.py +69 -0
  232. solace_agent_mesh-1.1.0/src/solace_agent_mesh/gateway/http_sse/services/services_llm.txt +133 -0
  233. solace_agent_mesh-1.1.0/src/solace_agent_mesh/gateway/http_sse/services/task_service.py +118 -0
  234. solace_agent_mesh-1.1.0/src/solace_agent_mesh/solace_agent_mesh_llm.txt +362 -0
  235. solace_agent_mesh-1.1.0/templates/gateway_component_template.py +482 -0
  236. solace_agent_mesh-1.1.0/tests/evaluation/config.json +62 -0
  237. solace_agent_mesh-1.1.0/tests/integration/conftest.py +951 -0
  238. solace_agent_mesh-1.1.0/tests/integration/scenarios_declarative/test_data/artifacts/test_filepart_by_reference.yaml +39 -0
  239. solace_agent_mesh-1.1.0/tests/integration/scenarios_declarative/test_data/artifacts/test_filepart_inline_bytes.yaml +41 -0
  240. solace_agent_mesh-1.1.0/tests/integration/scenarios_declarative/test_data/artifacts/test_inline_empty_file.yaml +30 -0
  241. solace_agent_mesh-1.1.0/tests/integration/scenarios_declarative/test_data/artifacts/test_inline_file_no_name.yaml +36 -0
  242. solace_agent_mesh-1.1.0/tests/integration/scenarios_declarative/test_data/artifacts/test_referenced_file_not_found.yaml +26 -0
  243. solace_agent_mesh-1.1.0/tests/integration/scenarios_declarative/test_data/builtin_artifact_tools/append_to_artifact/test_append_binary_to_binary_artifact.yaml +101 -0
  244. solace_agent_mesh-1.1.0/tests/integration/scenarios_declarative/test_data/builtin_artifact_tools/append_to_artifact/test_append_binary_to_text_artifact.yaml +102 -0
  245. solace_agent_mesh-1.1.0/tests/integration/scenarios_declarative/test_data/builtin_artifact_tools/append_to_artifact/test_append_malformed_base64_chunk.yaml +103 -0
  246. solace_agent_mesh-1.1.0/tests/integration/scenarios_declarative/test_data/builtin_artifact_tools/append_to_artifact/test_append_multiple_chunks.yaml +136 -0
  247. solace_agent_mesh-1.1.0/tests/integration/scenarios_declarative/test_data/builtin_artifact_tools/append_to_artifact/test_append_text_to_binary_artifact.yaml +103 -0
  248. solace_agent_mesh-1.1.0/tests/integration/scenarios_declarative/test_data/builtin_artifact_tools/append_to_artifact/test_append_to_artifact.yaml +105 -0
  249. solace_agent_mesh-1.1.0/tests/integration/scenarios_declarative/test_data/builtin_artifact_tools/append_to_artifact/test_append_to_non_existent_artifact.yaml +73 -0
  250. solace_agent_mesh-1.1.0/tests/integration/scenarios_declarative/test_data/builtin_artifact_tools/apply_embed_and_create_artifact/test_apply_embed_binary_to_datauri.yaml +89 -0
  251. solace_agent_mesh-1.1.0/tests/integration/scenarios_declarative/test_data/builtin_artifact_tools/apply_embed_and_create_artifact/test_apply_embed_complex_modifier_chain.yaml +99 -0
  252. solace_agent_mesh-1.1.0/tests/integration/scenarios_declarative/test_data/builtin_artifact_tools/apply_embed_and_create_artifact/test_apply_embed_csv_to_csv.yaml +93 -0
  253. solace_agent_mesh-1.1.0/tests/integration/scenarios_declarative/test_data/builtin_artifact_tools/apply_embed_and_create_artifact/test_apply_embed_invalid_directive.yaml +76 -0
  254. solace_agent_mesh-1.1.0/tests/integration/scenarios_declarative/test_data/builtin_artifact_tools/apply_embed_and_create_artifact/test_apply_embed_json_to_pretty_json.yaml +91 -0
  255. solace_agent_mesh-1.1.0/tests/integration/scenarios_declarative/test_data/builtin_artifact_tools/apply_embed_and_create_artifact/test_apply_embed_jsonpath_modifier.yaml +89 -0
  256. solace_agent_mesh-1.1.0/tests/integration/scenarios_declarative/test_data/builtin_artifact_tools/apply_embed_and_create_artifact/test_apply_embed_jsonpath_no_match.yaml +97 -0
  257. solace_agent_mesh-1.1.0/tests/integration/scenarios_declarative/test_data/builtin_artifact_tools/apply_embed_and_create_artifact/test_apply_embed_modifier_type_error.yaml +75 -0
  258. solace_agent_mesh-1.1.0/tests/integration/scenarios_declarative/test_data/builtin_artifact_tools/apply_embed_and_create_artifact/test_apply_embed_output_filename_literal.yaml +89 -0
  259. solace_agent_mesh-1.1.0/tests/integration/scenarios_declarative/test_data/builtin_artifact_tools/apply_embed_and_create_artifact/test_apply_embed_simple_text.yaml +99 -0
  260. solace_agent_mesh-1.1.0/tests/integration/scenarios_declarative/test_data/builtin_artifact_tools/apply_embed_and_create_artifact/test_apply_embed_source_not_found.yaml +71 -0
  261. solace_agent_mesh-1.1.0/tests/integration/scenarios_declarative/test_data/builtin_artifact_tools/apply_embed_and_create_artifact/test_apply_embed_with_output_metadata.yaml +93 -0
  262. solace_agent_mesh-1.1.0/tests/integration/scenarios_declarative/test_data/builtin_artifact_tools/extract_content_from_artifact/test_extract_content_internal_llm_fail.yaml +152 -0
  263. solace_agent_mesh-1.1.0/tests/integration/scenarios_declarative/test_data/builtin_artifact_tools/extract_content_from_artifact/test_extract_content_invalid_version.yaml +82 -0
  264. solace_agent_mesh-1.1.0/tests/integration/scenarios_declarative/test_data/builtin_artifact_tools/extract_content_from_artifact/test_extract_content_large_result_save_truncate.yaml +149 -0
  265. solace_agent_mesh-1.1.0/tests/integration/scenarios_declarative/test_data/builtin_artifact_tools/extract_content_from_artifact/test_extract_content_missing_filename.yaml +73 -0
  266. solace_agent_mesh-1.1.0/tests/integration/scenarios_declarative/test_data/builtin_artifact_tools/extract_content_from_artifact/test_extract_content_missing_goal.yaml +88 -0
  267. solace_agent_mesh-1.1.0/tests/integration/scenarios_declarative/test_data/builtin_artifact_tools/extract_content_from_artifact/test_extract_content_save_and_truncate.yaml +119 -0
  268. solace_agent_mesh-1.1.0/tests/integration/scenarios_declarative/test_data/builtin_artifact_tools/extract_content_from_artifact/test_extract_content_save_no_truncate.yaml +126 -0
  269. solace_agent_mesh-1.1.0/tests/integration/scenarios_declarative/test_data/builtin_artifact_tools/extract_content_from_artifact/test_extract_content_simple_text.yaml +106 -0
  270. solace_agent_mesh-1.1.0/tests/integration/scenarios_declarative/test_data/builtin_artifact_tools/extract_content_from_artifact/test_extract_content_small_ignores_output_base.yaml +108 -0
  271. solace_agent_mesh-1.1.0/tests/integration/scenarios_declarative/test_data/builtin_artifact_tools/extract_content_from_artifact/test_extract_content_source_not_found.yaml +75 -0
  272. solace_agent_mesh-1.1.0/tests/integration/scenarios_declarative/test_data/builtin_artifact_tools/extract_content_from_artifact/test_extract_content_supported_binary.yaml +104 -0
  273. solace_agent_mesh-1.1.0/tests/integration/scenarios_declarative/test_data/builtin_artifact_tools/extract_content_from_artifact/test_extract_content_unsupported_binary.yaml +110 -0
  274. solace_agent_mesh-1.1.0/tests/integration/scenarios_declarative/test_data/builtin_artifact_tools/list_artifacts/test_list_artifacts_empty.yaml +68 -0
  275. solace_agent_mesh-1.1.0/tests/integration/scenarios_declarative/test_data/builtin_artifact_tools/list_artifacts/test_list_artifacts_multiple_files_versions.yaml +118 -0
  276. solace_agent_mesh-1.1.0/tests/integration/scenarios_declarative/test_data/builtin_artifact_tools/list_artifacts/test_list_artifacts_single_file.yaml +89 -0
  277. solace_agent_mesh-1.1.0/tests/integration/scenarios_declarative/test_data/builtin_artifact_tools/load_artifact/test_load_artifact_binary_content.yaml +92 -0
  278. solace_agent_mesh-1.1.0/tests/integration/scenarios_declarative/test_data/builtin_artifact_tools/load_artifact/test_load_artifact_filename_embed_behavior.yaml +81 -0
  279. solace_agent_mesh-1.1.0/tests/integration/scenarios_declarative/test_data/builtin_artifact_tools/load_artifact/test_load_artifact_invalid_version_error.yaml +75 -0
  280. solace_agent_mesh-1.1.0/tests/integration/scenarios_declarative/test_data/builtin_artifact_tools/load_artifact/test_load_artifact_metadata_only.yaml +102 -0
  281. solace_agent_mesh-1.1.0/tests/integration/scenarios_declarative/test_data/builtin_artifact_tools/load_artifact/test_load_artifact_not_found_error.yaml +81 -0
  282. solace_agent_mesh-1.1.0/tests/integration/scenarios_declarative/test_data/builtin_artifact_tools/load_artifact/test_load_artifact_specific_versions.yaml +135 -0
  283. solace_agent_mesh-1.1.0/tests/integration/scenarios_declarative/test_data/builtin_artifact_tools/load_artifact/test_load_artifact_text_content.yaml +91 -0
  284. solace_agent_mesh-1.1.0/tests/integration/scenarios_declarative/test_data/builtin_artifact_tools/load_artifact/test_load_artifact_truncation.yaml +91 -0
  285. solace_agent_mesh-1.1.0/tests/integration/scenarios_declarative/test_data/builtin_artifact_tools/load_artifact/test_load_artifact_version_not_found_error.yaml +79 -0
  286. solace_agent_mesh-1.1.0/tests/integration/scenarios_declarative/test_data/builtin_artifact_tools/signal_artifact_for_return/test_signal_artifact_filename_embed_behavior.yaml +78 -0
  287. solace_agent_mesh-1.1.0/tests/integration/scenarios_declarative/test_data/builtin_artifact_tools/signal_artifact_for_return/test_signal_artifact_for_return_binary.yaml +138 -0
  288. solace_agent_mesh-1.1.0/tests/integration/scenarios_declarative/test_data/builtin_artifact_tools/signal_artifact_for_return/test_signal_artifact_for_return_text.yaml +138 -0
  289. solace_agent_mesh-1.1.0/tests/integration/scenarios_declarative/test_data/builtin_artifact_tools/signal_artifact_for_return/test_signal_artifact_not_found_error.yaml +74 -0
  290. solace_agent_mesh-1.1.0/tests/integration/scenarios_declarative/test_data/builtin_artifact_tools/signal_artifact_for_return/test_signal_artifact_version_not_found_error.yaml +78 -0
  291. solace_agent_mesh-1.1.0/tests/integration/scenarios_declarative/test_data/builtin_data_analysis_tools/create_chart_from_plotly_config/test_create_chart_invalid_config.yaml +53 -0
  292. solace_agent_mesh-1.1.0/tests/integration/scenarios_declarative/test_data/builtin_data_analysis_tools/create_chart_from_plotly_config/test_create_chart_jpg_success.yaml +62 -0
  293. solace_agent_mesh-1.1.0/tests/integration/scenarios_declarative/test_data/builtin_data_analysis_tools/create_chart_from_plotly_config/test_create_chart_png_success.yaml +56 -0
  294. solace_agent_mesh-1.1.0/tests/integration/scenarios_declarative/test_data/builtin_data_analysis_tools/create_chart_from_plotly_config/test_create_chart_unsupported_format.yaml +53 -0
  295. solace_agent_mesh-1.1.0/tests/integration/scenarios_declarative/test_data/core/test_auto_continue.yaml +51 -0
  296. solace_agent_mesh-1.1.0/tests/integration/scenarios_declarative/test_data/core/test_auto_continue_implicit_tool_call.yaml +53 -0
  297. solace_agent_mesh-1.1.0/tests/integration/scenarios_declarative/test_data/core/test_auto_continue_multiple_truncations.yaml +55 -0
  298. solace_agent_mesh-1.1.0/tests/integration/scenarios_declarative/test_data/core/test_fenced_artifact_creation.yaml +76 -0
  299. solace_agent_mesh-1.1.0/tests/integration/scenarios_declarative/test_data/core/test_fenced_artifact_description_embed.yaml +57 -0
  300. solace_agent_mesh-1.1.0/tests/integration/scenarios_declarative/test_data/core/test_fenced_artifact_description_empty.yaml +56 -0
  301. solace_agent_mesh-1.1.0/tests/integration/scenarios_declarative/test_data/core/test_fenced_artifact_description_long.yaml +57 -0
  302. solace_agent_mesh-1.1.0/tests/integration/scenarios_declarative/test_data/core/test_fenced_artifact_description_missing.yaml +56 -0
  303. solace_agent_mesh-1.1.0/tests/integration/scenarios_declarative/test_data/core/test_fenced_artifact_description_reordered_params.yaml +57 -0
  304. solace_agent_mesh-1.1.0/tests/integration/scenarios_declarative/test_data/core/test_fenced_artifact_description_special_chars.yaml +57 -0
  305. solace_agent_mesh-1.1.0/tests/integration/scenarios_declarative/test_data/core/test_fenced_artifact_filename_embed.yaml +54 -0
  306. solace_agent_mesh-1.1.0/tests/integration/scenarios_declarative/test_data/core/test_fenced_artifact_filename_empty.yaml +50 -0
  307. solace_agent_mesh-1.1.0/tests/integration/scenarios_declarative/test_data/core/test_fenced_artifact_filename_long.yaml +54 -0
  308. solace_agent_mesh-1.1.0/tests/integration/scenarios_declarative/test_data/core/test_fenced_artifact_filename_missing.yaml +50 -0
  309. solace_agent_mesh-1.1.0/tests/integration/scenarios_declarative/test_data/core/test_fenced_artifact_filename_special_chars.yaml +59 -0
  310. solace_agent_mesh-1.1.0/tests/integration/scenarios_declarative/test_data/core/test_fenced_artifact_filename_traversal.yaml +50 -0
  311. solace_agent_mesh-1.1.0/tests/integration/scenarios_declarative/test_data/core/test_fenced_artifact_filename_unicode.yaml +56 -0
  312. solace_agent_mesh-1.1.0/tests/integration/scenarios_declarative/test_data/core/test_fenced_artifact_filename_versioning.yaml +67 -0
  313. solace_agent_mesh-1.1.0/tests/integration/scenarios_declarative/test_data/embeds/early/test_artifact_meta_existing_latest.yaml +48 -0
  314. solace_agent_mesh-1.1.0/tests/integration/scenarios_declarative/test_data/embeds/early/test_artifact_meta_existing_specific_version.yaml +43 -0
  315. solace_agent_mesh-1.1.0/tests/integration/scenarios_declarative/test_data/embeds/early/test_artifact_meta_non_existent_artifact.yaml +27 -0
  316. solace_agent_mesh-1.1.0/tests/integration/scenarios_declarative/test_data/embeds/early/test_artifact_meta_non_existent_version.yaml +33 -0
  317. solace_agent_mesh-1.1.0/tests/integration/scenarios_declarative/test_data/embeds/early/test_datetime_custom_format_full.yaml +27 -0
  318. solace_agent_mesh-1.1.0/tests/integration/scenarios_declarative/test_data/embeds/early/test_datetime_custom_format_ymd.yaml +26 -0
  319. solace_agent_mesh-1.1.0/tests/integration/scenarios_declarative/test_data/embeds/early/test_datetime_date.yaml +27 -0
  320. solace_agent_mesh-1.1.0/tests/integration/scenarios_declarative/test_data/embeds/early/test_datetime_invalid_keyword.yaml +27 -0
  321. solace_agent_mesh-1.1.0/tests/integration/scenarios_declarative/test_data/embeds/early/test_datetime_iso.yaml +26 -0
  322. solace_agent_mesh-1.1.0/tests/integration/scenarios_declarative/test_data/embeds/early/test_datetime_no_format.yaml +26 -0
  323. solace_agent_mesh-1.1.0/tests/integration/scenarios_declarative/test_data/embeds/early/test_datetime_now.yaml +27 -0
  324. solace_agent_mesh-1.1.0/tests/integration/scenarios_declarative/test_data/embeds/early/test_datetime_time.yaml +27 -0
  325. solace_agent_mesh-1.1.0/tests/integration/scenarios_declarative/test_data/embeds/early/test_datetime_timestamp.yaml +27 -0
  326. solace_agent_mesh-1.1.0/tests/integration/scenarios_declarative/test_data/embeds/early/test_math_abs.yaml +27 -0
  327. solace_agent_mesh-1.1.0/tests/integration/scenarios_declarative/test_data/embeds/early/test_math_basic_addition.yaml +27 -0
  328. solace_agent_mesh-1.1.0/tests/integration/scenarios_declarative/test_data/embeds/early/test_math_complex_expression.yaml +27 -0
  329. solace_agent_mesh-1.1.0/tests/integration/scenarios_declarative/test_data/embeds/early/test_math_cos_pi.yaml +27 -0
  330. solace_agent_mesh-1.1.0/tests/integration/scenarios_declarative/test_data/embeds/early/test_math_cos_radians_60.yaml +27 -0
  331. solace_agent_mesh-1.1.0/tests/integration/scenarios_declarative/test_data/embeds/early/test_math_cos_zero.yaml +27 -0
  332. solace_agent_mesh-1.1.0/tests/integration/scenarios_declarative/test_data/embeds/early/test_math_cosh_one.yaml +27 -0
  333. solace_agent_mesh-1.1.0/tests/integration/scenarios_declarative/test_data/embeds/early/test_math_cosh_zero.yaml +27 -0
  334. solace_agent_mesh-1.1.0/tests/integration/scenarios_declarative/test_data/embeds/early/test_math_division.yaml +27 -0
  335. solace_agent_mesh-1.1.0/tests/integration/scenarios_declarative/test_data/embeds/early/test_math_e_constant.yaml +27 -0
  336. solace_agent_mesh-1.1.0/tests/integration/scenarios_declarative/test_data/embeds/early/test_math_exp.yaml +27 -0
  337. solace_agent_mesh-1.1.0/tests/integration/scenarios_declarative/test_data/embeds/early/test_math_expression_with_spaces.yaml +27 -0
  338. solace_agent_mesh-1.1.0/tests/integration/scenarios_declarative/test_data/embeds/early/test_math_factorial.yaml +27 -0
  339. solace_agent_mesh-1.1.0/tests/integration/scenarios_declarative/test_data/embeds/early/test_math_inf_constant.yaml +27 -0
  340. solace_agent_mesh-1.1.0/tests/integration/scenarios_declarative/test_data/embeds/early/test_math_invalid_expression.yaml +27 -0
  341. solace_agent_mesh-1.1.0/tests/integration/scenarios_declarative/test_data/embeds/early/test_math_invalid_format_specifier.yaml +27 -0
  342. solace_agent_mesh-1.1.0/tests/integration/scenarios_declarative/test_data/embeds/early/test_math_log.yaml +27 -0
  343. solace_agent_mesh-1.1.0/tests/integration/scenarios_declarative/test_data/embeds/early/test_math_log_base10.yaml +27 -0
  344. solace_agent_mesh-1.1.0/tests/integration/scenarios_declarative/test_data/embeds/early/test_math_max.yaml +27 -0
  345. solace_agent_mesh-1.1.0/tests/integration/scenarios_declarative/test_data/embeds/early/test_math_min.yaml +27 -0
  346. solace_agent_mesh-1.1.0/tests/integration/scenarios_declarative/test_data/embeds/early/test_math_multiplication.yaml +27 -0
  347. solace_agent_mesh-1.1.0/tests/integration/scenarios_declarative/test_data/embeds/early/test_math_no_expression.yaml +27 -0
  348. solace_agent_mesh-1.1.0/tests/integration/scenarios_declarative/test_data/embeds/early/test_math_pi_constant.yaml +27 -0
  349. solace_agent_mesh-1.1.0/tests/integration/scenarios_declarative/test_data/embeds/early/test_math_pow.yaml +27 -0
  350. solace_agent_mesh-1.1.0/tests/integration/scenarios_declarative/test_data/embeds/early/test_math_radians_explicit.yaml +27 -0
  351. solace_agent_mesh-1.1.0/tests/integration/scenarios_declarative/test_data/embeds/early/test_math_randint.yaml +27 -0
  352. solace_agent_mesh-1.1.0/tests/integration/scenarios_declarative/test_data/embeds/early/test_math_random.yaml +27 -0
  353. solace_agent_mesh-1.1.0/tests/integration/scenarios_declarative/test_data/embeds/early/test_math_round_down.yaml +27 -0
  354. solace_agent_mesh-1.1.0/tests/integration/scenarios_declarative/test_data/embeds/early/test_math_round_up.yaml +27 -0
  355. solace_agent_mesh-1.1.0/tests/integration/scenarios_declarative/test_data/embeds/early/test_math_round_with_digits.yaml +27 -0
  356. solace_agent_mesh-1.1.0/tests/integration/scenarios_declarative/test_data/embeds/early/test_math_sin_pi_half.yaml +27 -0
  357. solace_agent_mesh-1.1.0/tests/integration/scenarios_declarative/test_data/embeds/early/test_math_sin_radians_30.yaml +27 -0
  358. solace_agent_mesh-1.1.0/tests/integration/scenarios_declarative/test_data/embeds/early/test_math_sin_zero.yaml +27 -0
  359. solace_agent_mesh-1.1.0/tests/integration/scenarios_declarative/test_data/embeds/early/test_math_sinh_one.yaml +27 -0
  360. solace_agent_mesh-1.1.0/tests/integration/scenarios_declarative/test_data/embeds/early/test_math_sinh_zero.yaml +27 -0
  361. solace_agent_mesh-1.1.0/tests/integration/scenarios_declarative/test_data/embeds/early/test_math_sqrt.yaml +27 -0
  362. solace_agent_mesh-1.1.0/tests/integration/scenarios_declarative/test_data/embeds/early/test_math_subtraction.yaml +27 -0
  363. solace_agent_mesh-1.1.0/tests/integration/scenarios_declarative/test_data/embeds/early/test_math_sum.yaml +27 -0
  364. solace_agent_mesh-1.1.0/tests/integration/scenarios_declarative/test_data/embeds/early/test_math_tan_pi_quarter.yaml +27 -0
  365. solace_agent_mesh-1.1.0/tests/integration/scenarios_declarative/test_data/embeds/early/test_math_tan_radians_45.yaml +27 -0
  366. solace_agent_mesh-1.1.0/tests/integration/scenarios_declarative/test_data/embeds/early/test_math_tan_zero.yaml +27 -0
  367. solace_agent_mesh-1.1.0/tests/integration/scenarios_declarative/test_data/embeds/early/test_math_tanh_one.yaml +27 -0
  368. solace_agent_mesh-1.1.0/tests/integration/scenarios_declarative/test_data/embeds/early/test_math_tanh_zero.yaml +27 -0
  369. solace_agent_mesh-1.1.0/tests/integration/scenarios_declarative/test_data/embeds/early/test_math_uniform.yaml +27 -0
  370. solace_agent_mesh-1.1.0/tests/integration/scenarios_declarative/test_data/embeds/early/test_math_with_format_specifier_float.yaml +27 -0
  371. solace_agent_mesh-1.1.0/tests/integration/scenarios_declarative/test_data/embeds/early/test_math_with_format_specifier_int.yaml +27 -0
  372. solace_agent_mesh-1.1.0/tests/integration/scenarios_declarative/test_data/embeds/early/test_status_update_empty_message.yaml +51 -0
  373. solace_agent_mesh-1.1.0/tests/integration/scenarios_declarative/test_data/embeds/early/test_status_update_multiple.yaml +59 -0
  374. solace_agent_mesh-1.1.0/tests/integration/scenarios_declarative/test_data/embeds/early/test_status_update_only_status_update.yaml +44 -0
  375. solace_agent_mesh-1.1.0/tests/integration/scenarios_declarative/test_data/embeds/early/test_status_update_single.yaml +43 -0
  376. solace_agent_mesh-1.1.0/tests/integration/scenarios_declarative/test_data/embeds/early/test_status_update_with_tool_call.yaml +98 -0
  377. solace_agent_mesh-1.1.0/tests/integration/scenarios_declarative/test_data/embeds/early/test_uuid_generation.yaml +27 -0
  378. solace_agent_mesh-1.1.0/tests/integration/scenarios_declarative/test_data/embeds/early/test_uuid_multiple_generations.yaml +32 -0
  379. solace_agent_mesh-1.1.0/tests/integration/scenarios_declarative/test_data/embeds/general/test_embed_chain_malformed.yaml +31 -0
  380. solace_agent_mesh-1.1.0/tests/integration/scenarios_declarative/test_data/embeds/general/test_embed_malformed_extra_spaces.yaml +27 -0
  381. solace_agent_mesh-1.1.0/tests/integration/scenarios_declarative/test_data/embeds/general/test_embed_malformed_no_close_delimiter.yaml +27 -0
  382. solace_agent_mesh-1.1.0/tests/integration/scenarios_declarative/test_data/embeds/general/test_embed_only_delimiters_with_colon.yaml +27 -0
  383. solace_agent_mesh-1.1.0/tests/integration/scenarios_declarative/test_data/embeds/late/test_ac_chain_jsonpath_grep_head.yaml +31 -0
  384. solace_agent_mesh-1.1.0/tests/integration/scenarios_declarative/test_data/embeds/late/test_ac_filter_select_csv.yaml +31 -0
  385. solace_agent_mesh-1.1.0/tests/integration/scenarios_declarative/test_data/embeds/late/test_ac_grep_no_match.yaml +32 -0
  386. solace_agent_mesh-1.1.0/tests/integration/scenarios_declarative/test_data/embeds/late/test_ac_grep_simple.yaml +31 -0
  387. solace_agent_mesh-1.1.0/tests/integration/scenarios_declarative/test_data/embeds/late/test_ac_head.yaml +31 -0
  388. solace_agent_mesh-1.1.0/tests/integration/scenarios_declarative/test_data/embeds/late/test_ac_head_more_than_lines.yaml +31 -0
  389. solace_agent_mesh-1.1.0/tests/integration/scenarios_declarative/test_data/embeds/late/test_ac_jsonpath_array.yaml +31 -0
  390. solace_agent_mesh-1.1.0/tests/integration/scenarios_declarative/test_data/embeds/late/test_ac_jsonpath_no_match.yaml +32 -0
  391. solace_agent_mesh-1.1.0/tests/integration/scenarios_declarative/test_data/embeds/late/test_ac_jsonpath_on_non_json.yaml +31 -0
  392. solace_agent_mesh-1.1.0/tests/integration/scenarios_declarative/test_data/embeds/late/test_ac_jsonpath_simple.yaml +31 -0
  393. solace_agent_mesh-1.1.0/tests/integration/scenarios_declarative/test_data/embeds/late/test_ac_recursive_depth_limit.yaml +58 -0
  394. solace_agent_mesh-1.1.0/tests/integration/scenarios_declarative/test_data/embeds/late/test_ac_recursive_size_limit_in_parent.yaml +48 -0
  395. solace_agent_mesh-1.1.0/tests/integration/scenarios_declarative/test_data/embeds/late/test_ac_recursive_template_with_embed.yaml +37 -0
  396. solace_agent_mesh-1.1.0/tests/integration/scenarios_declarative/test_data/embeds/late/test_ac_select_fields_from_object_list.yaml +43 -0
  397. solace_agent_mesh-1.1.0/tests/integration/scenarios_declarative/test_data/embeds/late/test_ac_select_fields_missing_field.yaml +31 -0
  398. solace_agent_mesh-1.1.0/tests/integration/scenarios_declarative/test_data/embeds/late/test_ac_tail.yaml +31 -0
  399. solace_agent_mesh-1.1.0/tests/integration/scenarios_declarative/test_data/embeds/late/test_ac_template_csv_input.yaml +34 -0
  400. solace_agent_mesh-1.1.0/tests/integration/scenarios_declarative/test_data/embeds/late/test_ac_template_json_list_input.yaml +34 -0
  401. solace_agent_mesh-1.1.0/tests/integration/scenarios_declarative/test_data/embeds/late/test_ac_template_json_object_input.yaml +34 -0
  402. solace_agent_mesh-1.1.0/tests/integration/scenarios_declarative/test_data/embeds/late/test_ac_template_missing_template_file.yaml +31 -0
  403. solace_agent_mesh-1.1.0/tests/integration/scenarios_declarative/test_data/embeds/late/test_ac_template_string_input.yaml +34 -0
  404. solace_agent_mesh-1.1.0/tests/integration/scenarios_declarative/test_data/embeds/late/test_artifact_content_binary_as_datauri.yaml +31 -0
  405. solace_agent_mesh-1.1.0/tests/integration/scenarios_declarative/test_data/embeds/late/test_artifact_content_csv_as_csv.yaml +31 -0
  406. solace_agent_mesh-1.1.0/tests/integration/scenarios_declarative/test_data/embeds/late/test_artifact_content_default_format_binary.yaml +31 -0
  407. solace_agent_mesh-1.1.0/tests/integration/scenarios_declarative/test_data/embeds/late/test_artifact_content_default_format_text.yaml +31 -0
  408. solace_agent_mesh-1.1.0/tests/integration/scenarios_declarative/test_data/embeds/late/test_artifact_content_invalid_format_specifier.yaml +32 -0
  409. solace_agent_mesh-1.1.0/tests/integration/scenarios_declarative/test_data/embeds/late/test_artifact_content_json_as_json_pretty.yaml +41 -0
  410. solace_agent_mesh-1.1.0/tests/integration/scenarios_declarative/test_data/embeds/late/test_artifact_content_json_as_text.yaml +31 -0
  411. solace_agent_mesh-1.1.0/tests/integration/scenarios_declarative/test_data/embeds/late/test_artifact_content_specific_version.yaml +34 -0
  412. solace_agent_mesh-1.1.0/tests/integration/scenarios_declarative/test_data/embeds/late/test_artifact_content_text_plain.yaml +31 -0
  413. solace_agent_mesh-1.1.0/tests/integration/scenarios_declarative/test_data/general_agent_tools/convert_file_to_markdown/test_convert_csv_success.yaml +63 -0
  414. solace_agent_mesh-1.1.0/tests/integration/scenarios_declarative/test_data/general_agent_tools/convert_file_to_markdown/test_convert_file_not_found.yaml +54 -0
  415. solace_agent_mesh-1.1.0/tests/integration/scenarios_declarative/test_data/general_agent_tools/convert_file_to_markdown/test_convert_html_success.yaml +63 -0
  416. solace_agent_mesh-1.1.0/tests/integration/scenarios_declarative/test_data/general_agent_tools/convert_file_to_markdown/test_convert_malformed_pdf_as_success.yaml +63 -0
  417. solace_agent_mesh-1.1.0/tests/integration/scenarios_declarative/test_data/general_agent_tools/convert_file_to_markdown/test_convert_missing_parameter.yaml +55 -0
  418. solace_agent_mesh-1.1.0/tests/integration/scenarios_declarative/test_data/general_agent_tools/convert_file_to_markdown/test_convert_pdf_success.yaml +63 -0
  419. solace_agent_mesh-1.1.0/tests/integration/scenarios_declarative/test_data/general_agent_tools/convert_file_to_markdown/test_convert_specific_version_success.yaml +66 -0
  420. solace_agent_mesh-1.1.0/tests/integration/scenarios_declarative/test_data/general_agent_tools/convert_file_to_markdown/test_convert_unsupported_type.yaml +61 -0
  421. solace_agent_mesh-1.1.0/tests/integration/scenarios_declarative/test_data/general_agent_tools/mermaid_diagram_generator/test_mermaid_autogen_filename.yaml +75 -0
  422. solace_agent_mesh-1.1.0/tests/integration/scenarios_declarative/test_data/general_agent_tools/mermaid_diagram_generator/test_mermaid_basic_success.yaml +76 -0
  423. solace_agent_mesh-1.1.0/tests/integration/scenarios_declarative/test_data/general_agent_tools/mermaid_diagram_generator/test_mermaid_empty_syntax.yaml +67 -0
  424. solace_agent_mesh-1.1.0/tests/integration/scenarios_declarative/test_data/general_agent_tools/mermaid_diagram_generator/test_mermaid_invalid_syntax.yaml +66 -0
  425. solace_agent_mesh-1.1.0/tests/integration/scenarios_declarative/test_data/general_agent_tools/mermaid_diagram_generator/test_mermaid_no_extension.yaml +73 -0
  426. solace_agent_mesh-1.1.0/tests/integration/scenarios_declarative/test_data/image_tools/create_image_from_description/test_create_image_api_failure.yaml +49 -0
  427. solace_agent_mesh-1.1.0/tests/integration/scenarios_declarative/test_data/image_tools/create_image_from_description/test_create_image_happy_path.yaml +58 -0
  428. solace_agent_mesh-1.1.0/tests/integration/scenarios_declarative/test_data/image_tools/create_image_from_description/test_create_image_no_filename.yaml +57 -0
  429. solace_agent_mesh-1.1.0/tests/integration/scenarios_declarative/test_data/image_tools/create_image_from_description/test_create_image_oversized_prompt.yaml +51 -0
  430. solace_agent_mesh-1.1.0/tests/integration/scenarios_declarative/test_data/image_tools/create_image_from_description/test_create_image_path_traversal.yaml +47 -0
  431. solace_agent_mesh-1.1.0/tests/integration/scenarios_declarative/test_data/image_tools/create_image_from_description/test_create_image_prompt_injection.yaml +61 -0
  432. solace_agent_mesh-1.1.0/tests/integration/scenarios_declarative/test_data/image_tools/describe_audio/test_describe_audio_api_error.yaml +55 -0
  433. solace_agent_mesh-1.1.0/tests/integration/scenarios_declarative/test_data/image_tools/describe_audio/test_describe_audio_custom_prompt.yaml +56 -0
  434. solace_agent_mesh-1.1.0/tests/integration/scenarios_declarative/test_data/image_tools/describe_audio/test_describe_audio_empty_artifact.yaml +56 -0
  435. solace_agent_mesh-1.1.0/tests/integration/scenarios_declarative/test_data/image_tools/describe_audio/test_describe_audio_file_not_found.yaml +46 -0
  436. solace_agent_mesh-1.1.0/tests/integration/scenarios_declarative/test_data/image_tools/describe_audio/test_describe_audio_happy_path_mp3.yaml +56 -0
  437. solace_agent_mesh-1.1.0/tests/integration/scenarios_declarative/test_data/image_tools/describe_audio/test_describe_audio_happy_path_wav.yaml +56 -0
  438. solace_agent_mesh-1.1.0/tests/integration/scenarios_declarative/test_data/image_tools/describe_audio/test_describe_audio_large_file.yaml +58 -0
  439. solace_agent_mesh-1.1.0/tests/integration/scenarios_declarative/test_data/image_tools/describe_audio/test_describe_audio_malformed_api_response.yaml +53 -0
  440. solace_agent_mesh-1.1.0/tests/integration/scenarios_declarative/test_data/image_tools/describe_audio/test_describe_audio_malformed_filename.yaml +50 -0
  441. solace_agent_mesh-1.1.0/tests/integration/scenarios_declarative/test_data/image_tools/describe_audio/test_describe_audio_path_traversal.yaml +46 -0
  442. solace_agent_mesh-1.1.0/tests/integration/scenarios_declarative/test_data/image_tools/describe_audio/test_describe_audio_prompt_injection.yaml +56 -0
  443. solace_agent_mesh-1.1.0/tests/integration/scenarios_declarative/test_data/image_tools/describe_audio/test_describe_audio_specific_version.yaml +59 -0
  444. solace_agent_mesh-1.1.0/tests/integration/scenarios_declarative/test_data/image_tools/describe_audio/test_describe_audio_unsupported_format.yaml +51 -0
  445. solace_agent_mesh-1.1.0/tests/integration/scenarios_declarative/test_data/image_tools/describe_image/test_describe_image_empty_artifact.yaml +67 -0
  446. solace_agent_mesh-1.1.0/tests/integration/scenarios_declarative/test_data/image_tools/describe_image/test_describe_image_file_not_found.yaml +69 -0
  447. solace_agent_mesh-1.1.0/tests/integration/scenarios_declarative/test_data/image_tools/describe_image/test_describe_image_happy_path.yaml +74 -0
  448. solace_agent_mesh-1.1.0/tests/integration/scenarios_declarative/test_data/image_tools/describe_image/test_describe_image_malformed_api_response.yaml +69 -0
  449. solace_agent_mesh-1.1.0/tests/integration/scenarios_declarative/test_data/image_tools/describe_image/test_describe_image_path_traversal.yaml +72 -0
  450. solace_agent_mesh-1.1.0/tests/integration/scenarios_declarative/test_data/image_tools/describe_image/test_describe_image_specific_version.yaml +97 -0
  451. solace_agent_mesh-1.1.0/tests/integration/scenarios_declarative/test_data/image_tools/describe_image/test_describe_image_unsupported_format.yaml +67 -0
  452. solace_agent_mesh-1.1.0/tests/integration/scenarios_declarative/test_data/image_tools/edit_image_with_gemini/test_edit_image_file_not_found.yaml +50 -0
  453. solace_agent_mesh-1.1.0/tests/integration/scenarios_declarative/test_data/image_tools/edit_image_with_gemini/test_edit_image_gemini_api_error.yaml +55 -0
  454. solace_agent_mesh-1.1.0/tests/integration/scenarios_declarative/test_data/image_tools/edit_image_with_gemini/test_edit_image_gemini_api_no_image_in_response.yaml +55 -0
  455. solace_agent_mesh-1.1.0/tests/integration/scenarios_declarative/test_data/image_tools/edit_image_with_gemini/test_edit_image_happy_path.yaml +63 -0
  456. solace_agent_mesh-1.1.0/tests/integration/scenarios_declarative/test_data/image_tools/edit_image_with_gemini/test_edit_image_missing_api_key.yaml +59 -0
  457. solace_agent_mesh-1.1.0/tests/integration/scenarios_declarative/test_data/image_tools/edit_image_with_gemini/test_edit_image_no_output_filename.yaml +62 -0
  458. solace_agent_mesh-1.1.0/tests/integration/scenarios_declarative/test_data/image_tools/edit_image_with_gemini/test_edit_image_path_traversal_input.yaml +50 -0
  459. solace_agent_mesh-1.1.0/tests/integration/scenarios_declarative/test_data/image_tools/edit_image_with_gemini/test_edit_image_path_traversal_output.yaml +61 -0
  460. solace_agent_mesh-1.1.0/tests/integration/scenarios_declarative/test_data/image_tools/edit_image_with_gemini/test_edit_image_prompt_injection.yaml +61 -0
  461. solace_agent_mesh-1.1.0/tests/integration/scenarios_declarative/test_data/image_tools/edit_image_with_gemini/test_edit_image_specific_version.yaml +66 -0
  462. solace_agent_mesh-1.1.0/tests/integration/scenarios_declarative/test_data/image_tools/edit_image_with_gemini/test_edit_image_unsupported_format.yaml +55 -0
  463. solace_agent_mesh-1.1.0/tests/integration/scenarios_declarative/test_data/mcp/test_mcp_audio_processing_mp3.yaml +69 -0
  464. solace_agent_mesh-1.1.0/tests/integration/scenarios_declarative/test_data/mcp/test_mcp_audio_processing_wav.yaml +69 -0
  465. solace_agent_mesh-1.1.0/tests/integration/scenarios_declarative/test_data/mcp/test_mcp_conversation_with_artifact.yaml +84 -0
  466. solace_agent_mesh-1.1.0/tests/integration/scenarios_declarative/test_data/mcp/test_mcp_early_embed_resolution.yaml +81 -0
  467. solace_agent_mesh-1.1.0/tests/integration/scenarios_declarative/test_data/mcp/test_mcp_embed_resolution.yaml +87 -0
  468. solace_agent_mesh-1.1.0/tests/integration/scenarios_declarative/test_data/mcp/test_mcp_fallback_intelligent_disabled.yaml +75 -0
  469. solace_agent_mesh-1.1.0/tests/integration/scenarios_declarative/test_data/mcp/test_mcp_http_transport.yaml +73 -0
  470. solace_agent_mesh-1.1.0/tests/integration/scenarios_declarative/test_data/mcp/test_mcp_image_processing_jpeg.yaml +69 -0
  471. solace_agent_mesh-1.1.0/tests/integration/scenarios_declarative/test_data/mcp/test_mcp_image_processing_png.yaml +63 -0
  472. solace_agent_mesh-1.1.0/tests/integration/scenarios_declarative/test_data/mcp/test_mcp_late_embed_resolution.yaml +87 -0
  473. solace_agent_mesh-1.1.0/tests/integration/scenarios_declarative/test_data/mcp/test_mcp_llm_response_save_failed.yaml +75 -0
  474. solace_agent_mesh-1.1.0/tests/integration/scenarios_declarative/test_data/mcp/test_mcp_multi_call.yaml +94 -0
  475. solace_agent_mesh-1.1.0/tests/integration/scenarios_declarative/test_data/mcp/test_mcp_multi_content_single_response.yaml +89 -0
  476. solace_agent_mesh-1.1.0/tests/integration/scenarios_declarative/test_data/mcp/test_mcp_multi_text_content.yaml +88 -0
  477. solace_agent_mesh-1.1.0/tests/integration/scenarios_declarative/test_data/mcp/test_mcp_no_fallback_on_error.yaml +74 -0
  478. solace_agent_mesh-1.1.0/tests/integration/scenarios_declarative/test_data/mcp/test_mcp_resource_processing_uri_only.yaml +69 -0
  479. solace_agent_mesh-1.1.0/tests/integration/scenarios_declarative/test_data/mcp/test_mcp_resource_processing_with_binary.yaml +78 -0
  480. solace_agent_mesh-1.1.0/tests/integration/scenarios_declarative/test_data/mcp/test_mcp_resource_processing_with_text.yaml +76 -0
  481. solace_agent_mesh-1.1.0/tests/integration/scenarios_declarative/test_data/mcp/test_mcp_save_forced_by_truncation.yaml +87 -0
  482. solace_agent_mesh-1.1.0/tests/integration/scenarios_declarative/test_data/mcp/test_mcp_text_processing.yaml +69 -0
  483. solace_agent_mesh-1.1.0/tests/integration/scenarios_declarative/test_data/mcp/test_mcp_text_processing_csv.yaml +78 -0
  484. solace_agent_mesh-1.1.0/tests/integration/scenarios_declarative/test_data/mcp/test_mcp_text_processing_csv_escaped.yaml +82 -0
  485. solace_agent_mesh-1.1.0/tests/integration/scenarios_declarative/test_data/mcp/test_mcp_text_processing_json.yaml +79 -0
  486. solace_agent_mesh-1.1.0/tests/integration/scenarios_declarative/test_data/mcp/test_mcp_text_processing_markdown.yaml +71 -0
  487. solace_agent_mesh-1.1.0/tests/integration/scenarios_declarative/test_data/mcp/test_mcp_text_processing_plain.yaml +72 -0
  488. solace_agent_mesh-1.1.0/tests/integration/scenarios_declarative/test_data/mcp/test_mcp_text_processing_yaml.yaml +77 -0
  489. solace_agent_mesh-1.1.0/tests/integration/scenarios_declarative/test_data/mcp/test_mcp_trigger_above_all_thresholds.yaml +86 -0
  490. solace_agent_mesh-1.1.0/tests/integration/scenarios_declarative/test_data/mcp/test_mcp_trigger_above_save_threshold.yaml +82 -0
  491. solace_agent_mesh-1.1.0/tests/integration/scenarios_declarative/test_data/mcp/test_mcp_trigger_below_thresholds.yaml +65 -0
  492. solace_agent_mesh-1.1.0/tests/integration/scenarios_declarative/test_data/mcp/test_mcp_trigger_non_text_content.yaml +78 -0
  493. solace_agent_mesh-1.1.0/tests/integration/scenarios_declarative/test_data/multi_agent/delegation/test_peer_e2e_artifact_passing.yaml +106 -0
  494. solace_agent_mesh-1.1.0/tests/integration/scenarios_declarative/test_data/multi_agent/delegation/test_peer_request_with_artifact.yaml +83 -0
  495. solace_agent_mesh-1.1.0/tests/integration/scenarios_declarative/test_data/multi_agent/delegation/test_peer_request_with_nonexistent_artifact.yaml +71 -0
  496. solace_agent_mesh-1.1.0/tests/integration/scenarios_declarative/test_data/multi_agent/delegation/test_peer_response_with_artifact.yaml +101 -0
  497. solace_agent_mesh-1.1.0/tests/integration/scenarios_declarative/test_data/multi_agent/delegation/test_three_agent_hierarchy.yaml +104 -0
  498. solace_agent_mesh-1.1.0/tests/integration/scenarios_declarative/test_data/notifications/test_llm_invocation_notification.yaml +49 -0
  499. solace_agent_mesh-1.1.0/tests/integration/scenarios_declarative/test_data/notifications/test_llm_response_notification.yaml +64 -0
  500. solace_agent_mesh-1.1.0/tests/integration/scenarios_declarative/test_data/notifications/test_tool_invocation_notification.yaml +108 -0
  501. solace_agent_mesh-1.1.0/tests/integration/scenarios_declarative/test_data/test_basic_text_response.yaml +41 -0
  502. solace_agent_mesh-1.1.0/tests/integration/scenarios_declarative/test_data/web_tools/test_ssrf_localhost_blocked.yaml +129 -0
  503. solace_agent_mesh-1.1.0/tests/integration/scenarios_declarative/test_data/web_tools/web_request/test_web_block_file_url.yaml +62 -0
  504. solace_agent_mesh-1.1.0/tests/integration/scenarios_declarative/test_data/web_tools/web_request/test_web_block_private_ip.yaml +62 -0
  505. solace_agent_mesh-1.1.0/tests/integration/scenarios_declarative/test_data/web_tools/web_request/test_web_content_type_json.yaml +68 -0
  506. solace_agent_mesh-1.1.0/tests/integration/scenarios_declarative/test_data/web_tools/web_request/test_web_dns_failure.yaml +62 -0
  507. solace_agent_mesh-1.1.0/tests/integration/scenarios_declarative/test_data/web_tools/web_request/test_web_invalid_url.yaml +62 -0
  508. solace_agent_mesh-1.1.0/tests/integration/scenarios_declarative/test_data/web_tools/web_request/test_web_large_response.yaml +65 -0
  509. solace_agent_mesh-1.1.0/tests/integration/scenarios_declarative/test_data/web_tools/web_request/test_web_post_request.yaml +68 -0
  510. solace_agent_mesh-1.1.0/tests/integration/scenarios_declarative/test_data/web_tools/web_request/test_web_redirect_to_unsafe.yaml +62 -0
  511. solace_agent_mesh-1.1.0/tests/integration/scenarios_declarative/test_data/web_tools/web_request/test_web_request_timeout.yaml +63 -0
  512. solace_agent_mesh-1.1.0/tests/integration/scenarios_declarative/test_declarative_runner.py +2022 -0
  513. solace_agent_mesh-1.1.0/tests/integration/scenarios_programmatic/test_cancellation_flows.py +517 -0
  514. solace_agent_mesh-1.1.0/tests/integration/scenarios_programmatic/test_helpers.py +271 -0
  515. solace_agent_mesh-1.1.0/tests/integration/scenarios_programmatic/test_stress.py +458 -0
  516. solace_agent_mesh-1.1.0/tests/sam-test-infrastructure/src/sam_test_infrastructure/a2a_validator/test_validator.py +142 -0
  517. solace_agent_mesh-1.1.0/tests/sam-test-infrastructure/src/sam_test_infrastructure/a2a_validator/validator.py +271 -0
  518. solace_agent_mesh-1.1.0/tests/sam-test-infrastructure/src/sam_test_infrastructure/gateway_interface/component.py +485 -0
  519. solace_agent_mesh-1.1.0/tests/sam-test-infrastructure/src/sam_test_infrastructure/memory_monitor/memory_monitor.py +354 -0
  520. solace_agent_mesh-1.0.8/.gitignore +0 -157
  521. solace_agent_mesh-1.0.8/.hatch_data/.config/coverage/ZC3w42we/pyproject.toml +0 -239
  522. solace_agent_mesh-1.0.8/.vscode/launch.json +0 -224
  523. solace_agent_mesh-1.0.8/PKG-INFO +0 -452
  524. solace_agent_mesh-1.0.8/README.md +0 -182
  525. solace_agent_mesh-1.0.8/assets/client/webui/assets/authCallback-DvlO62me.js +0 -1
  526. solace_agent_mesh-1.0.8/assets/client/webui/assets/client-bp6u3qVZ.js +0 -49
  527. solace_agent_mesh-1.0.8/assets/client/webui/assets/main-BCpII1-0.css +0 -1
  528. solace_agent_mesh-1.0.8/assets/client/webui/assets/main-BucUdn9m.js +0 -673
  529. solace_agent_mesh-1.0.8/assets/client/webui/auth-callback.html +0 -14
  530. solace_agent_mesh-1.0.8/assets/client/webui/index.html +0 -15
  531. solace_agent_mesh-1.0.8/assets/config_portal/client/assets/_index-MqsrTd6g.js +0 -48
  532. solace_agent_mesh-1.0.8/assets/config_portal/client/assets/components-B7lKcHVY.js +0 -140
  533. solace_agent_mesh-1.0.8/assets/config_portal/client/assets/entry.client-CEumGClk.js +0 -19
  534. solace_agent_mesh-1.0.8/assets/config_portal/client/assets/index-DSo1AH_7.js +0 -68
  535. solace_agent_mesh-1.0.8/assets/config_portal/client/assets/manifest-28271392.js +0 -1
  536. solace_agent_mesh-1.0.8/assets/config_portal/client/assets/root-C4XmHinv.js +0 -10
  537. solace_agent_mesh-1.0.8/assets/config_portal/client/index.html +0 -7
  538. solace_agent_mesh-1.0.8/assets/docs/404.html +0 -16
  539. solace_agent_mesh-1.0.8/assets/docs/assets/js/3d406171.7d02a73b.js +0 -1
  540. solace_agent_mesh-1.0.8/assets/docs/assets/js/75384d09.ccd480c4.js +0 -1
  541. solace_agent_mesh-1.0.8/assets/docs/assets/js/f284c35a.731836ad.js +0 -1
  542. solace_agent_mesh-1.0.8/assets/docs/assets/js/main.7f9e0deb.js +0 -2
  543. solace_agent_mesh-1.0.8/assets/docs/assets/js/runtime~main.6415ad00.js +0 -1
  544. solace_agent_mesh-1.0.8/assets/docs/docs/documentation/concepts/agents/index.html +0 -152
  545. solace_agent_mesh-1.0.8/assets/docs/docs/documentation/concepts/architecture/index.html +0 -91
  546. solace_agent_mesh-1.0.8/assets/docs/docs/documentation/concepts/cli/index.html +0 -203
  547. solace_agent_mesh-1.0.8/assets/docs/docs/documentation/concepts/gateways/index.html +0 -91
  548. solace_agent_mesh-1.0.8/assets/docs/docs/documentation/concepts/orchestrator/index.html +0 -55
  549. solace_agent_mesh-1.0.8/assets/docs/docs/documentation/concepts/plugins/index.html +0 -111
  550. solace_agent_mesh-1.0.8/assets/docs/docs/documentation/deployment/debugging/index.html +0 -77
  551. solace_agent_mesh-1.0.8/assets/docs/docs/documentation/deployment/deploy/index.html +0 -48
  552. solace_agent_mesh-1.0.8/assets/docs/docs/documentation/deployment/observability/index.html +0 -54
  553. solace_agent_mesh-1.0.8/assets/docs/docs/documentation/getting-started/component-overview/index.html +0 -45
  554. solace_agent_mesh-1.0.8/assets/docs/docs/documentation/getting-started/configurations/index.html +0 -72
  555. solace_agent_mesh-1.0.8/assets/docs/docs/documentation/getting-started/installation/index.html +0 -76
  556. solace_agent_mesh-1.0.8/assets/docs/docs/documentation/getting-started/introduction/index.html +0 -150
  557. solace_agent_mesh-1.0.8/assets/docs/docs/documentation/getting-started/quick-start/index.html +0 -73
  558. solace_agent_mesh-1.0.8/assets/docs/docs/documentation/tutorials/bedrock-agents/index.html +0 -267
  559. solace_agent_mesh-1.0.8/assets/docs/docs/documentation/tutorials/custom-agent/index.html +0 -142
  560. solace_agent_mesh-1.0.8/assets/docs/docs/documentation/tutorials/event-mesh-gateway/index.html +0 -116
  561. solace_agent_mesh-1.0.8/assets/docs/docs/documentation/tutorials/mcp-integration/index.html +0 -80
  562. solace_agent_mesh-1.0.8/assets/docs/docs/documentation/tutorials/mongodb-integration/index.html +0 -164
  563. solace_agent_mesh-1.0.8/assets/docs/docs/documentation/tutorials/rag-integration/index.html +0 -140
  564. solace_agent_mesh-1.0.8/assets/docs/docs/documentation/tutorials/rest-gateway/index.html +0 -57
  565. solace_agent_mesh-1.0.8/assets/docs/docs/documentation/tutorials/slack-integration/index.html +0 -72
  566. solace_agent_mesh-1.0.8/assets/docs/docs/documentation/tutorials/sql-database/index.html +0 -102
  567. solace_agent_mesh-1.0.8/assets/docs/docs/documentation/user-guide/builtin-tools/artifact-management/index.html +0 -99
  568. solace_agent_mesh-1.0.8/assets/docs/docs/documentation/user-guide/builtin-tools/audio-tools/index.html +0 -90
  569. solace_agent_mesh-1.0.8/assets/docs/docs/documentation/user-guide/builtin-tools/data-analysis-tools/index.html +0 -107
  570. solace_agent_mesh-1.0.8/assets/docs/docs/documentation/user-guide/builtin-tools/embeds/index.html +0 -152
  571. solace_agent_mesh-1.0.8/assets/docs/docs/documentation/user-guide/builtin-tools/index.html +0 -103
  572. solace_agent_mesh-1.0.8/assets/docs/docs/documentation/user-guide/create-agents/index.html +0 -182
  573. solace_agent_mesh-1.0.8/assets/docs/docs/documentation/user-guide/create-gateways/index.html +0 -200
  574. solace_agent_mesh-1.0.8/assets/docs/docs/documentation/user-guide/creating-service-providers/index.html +0 -54
  575. solace_agent_mesh-1.0.8/assets/docs/docs/documentation/user-guide/solace-ai-connector/index.html +0 -69
  576. solace_agent_mesh-1.0.8/assets/docs/docs/documentation/user-guide/structure/index.html +0 -59
  577. solace_agent_mesh-1.0.8/assets/docs/lunr-index-1756152937557.json +0 -1
  578. solace_agent_mesh-1.0.8/assets/docs/lunr-index.json +0 -1
  579. solace_agent_mesh-1.0.8/assets/docs/search-doc-1756152937557.json +0 -1
  580. solace_agent_mesh-1.0.8/assets/docs/search-doc.json +0 -1
  581. solace_agent_mesh-1.0.8/assets/docs/sitemap.xml +0 -1
  582. solace_agent_mesh-1.0.8/cli/__init__.py +0 -1
  583. solace_agent_mesh-1.0.8/cli/commands/add_cmd/web_add_agent_step.py +0 -93
  584. solace_agent_mesh-1.0.8/cli/commands/add_cmd/web_add_gateway_step.py +0 -118
  585. solace_agent_mesh-1.0.8/cli/commands/init_cmd/web_init_step.py +0 -110
  586. solace_agent_mesh-1.0.8/cli/commands/plugin_cmd/catalog_cmd.py +0 -139
  587. solace_agent_mesh-1.0.8/cli/utils.py +0 -191
  588. solace_agent_mesh-1.0.8/client/webui/frontend/README.md +0 -81
  589. solace_agent_mesh-1.0.8/client/webui/frontend/package-lock.json +0 -5330
  590. solace_agent_mesh-1.0.8/client/webui/frontend/package.json +0 -110
  591. solace_agent_mesh-1.0.8/client/webui/frontend/src/lib/components/activities/FlowChart/edgeAnimationService.ts +0 -122
  592. solace_agent_mesh-1.0.8/client/webui/frontend/src/lib/components/activities/FlowChart/taskToFlowData.helpers.ts +0 -797
  593. solace_agent_mesh-1.0.8/client/webui/frontend/src/lib/components/activities/FlowChart/taskToFlowData.ts +0 -740
  594. solace_agent_mesh-1.0.8/client/webui/frontend/src/lib/components/activities/FlowChartDetails.tsx +0 -60
  595. solace_agent_mesh-1.0.8/client/webui/frontend/src/lib/components/activities/VisualizerStepCard.tsx +0 -271
  596. solace_agent_mesh-1.0.8/client/webui/frontend/src/lib/components/activities/taskVisualizerProcessor.ts +0 -1009
  597. solace_agent_mesh-1.0.8/client/webui/frontend/src/lib/components/agents/AgentDisplayCard.tsx +0 -212
  598. solace_agent_mesh-1.0.8/client/webui/frontend/src/lib/components/agents/AgentMeshCards.tsx +0 -58
  599. solace_agent_mesh-1.0.8/client/webui/frontend/src/lib/components/chat/ChatInputArea.tsx +0 -198
  600. solace_agent_mesh-1.0.8/client/webui/frontend/src/lib/components/chat/ChatMessage.tsx +0 -136
  601. solace_agent_mesh-1.0.8/client/webui/frontend/src/lib/components/chat/file/FileMessage.tsx +0 -62
  602. solace_agent_mesh-1.0.8/client/webui/frontend/src/lib/components/chat/preview/contentUtils.ts +0 -295
  603. solace_agent_mesh-1.0.8/client/webui/frontend/src/lib/components/chat/preview/previewUtils.ts +0 -287
  604. solace_agent_mesh-1.0.8/client/webui/frontend/src/lib/components/pages/ChatPage.tsx +0 -246
  605. solace_agent_mesh-1.0.8/client/webui/frontend/src/lib/contexts/ChatContext.ts +0 -75
  606. solace_agent_mesh-1.0.8/client/webui/frontend/src/lib/hooks/useAgents.ts +0 -53
  607. solace_agent_mesh-1.0.8/client/webui/frontend/src/lib/hooks/useSessionPreview.ts +0 -20
  608. solace_agent_mesh-1.0.8/client/webui/frontend/src/lib/providers/ChatProvider.tsx +0 -951
  609. solace_agent_mesh-1.0.8/client/webui/frontend/src/lib/providers/TaskProvider.tsx +0 -316
  610. solace_agent_mesh-1.0.8/client/webui/frontend/src/lib/types/activities.ts +0 -198
  611. solace_agent_mesh-1.0.8/client/webui/frontend/src/lib/types/be.ts +0 -195
  612. solace_agent_mesh-1.0.8/client/webui/frontend/src/lib/types/fe.ts +0 -147
  613. solace_agent_mesh-1.0.8/client/webui/frontend/src/lib/utils/download.ts +0 -38
  614. solace_agent_mesh-1.0.8/client/webui/frontend/vite.lib.config.ts +0 -68
  615. solace_agent_mesh-1.0.8/client/webui/llm.txt +0 -442
  616. solace_agent_mesh-1.0.8/client/webui/llm_detail.txt +0 -4244
  617. solace_agent_mesh-1.0.8/config_portal/backend/common.py +0 -77
  618. solace_agent_mesh-1.0.8/config_portal/frontend/app/components/PluginCatalogFlow/components/PluginCard.tsx +0 -135
  619. solace_agent_mesh-1.0.8/config_portal/frontend/package-lock.json +0 -11458
  620. solace_agent_mesh-1.0.8/config_portal/frontend/package.json +0 -47
  621. solace_agent_mesh-1.0.8/docs/.docusaurus/client-manifest.json +0 -1117
  622. solace_agent_mesh-1.0.8/docs/.docusaurus/docusaurus-plugin-content-docs/default/p/solace-agent-mesh-docs-bfb.json +0 -1
  623. solace_agent_mesh-1.0.8/docs/.docusaurus/docusaurus-plugin-content-docs/default/site-docs-documentation-tutorials-rag-integration-md-753.json +0 -25
  624. solace_agent_mesh-1.0.8/docs/.docusaurus/docusaurus.config.mjs +0 -416
  625. solace_agent_mesh-1.0.8/docs/.docusaurus/globalData.json +0 -201
  626. solace_agent_mesh-1.0.8/docs/.docusaurus/registry.js +0 -40
  627. solace_agent_mesh-1.0.8/docs/.docusaurus/routes.js +0 -225
  628. solace_agent_mesh-1.0.8/docs/.docusaurus/routesChunkNames.json +0 -147
  629. solace_agent_mesh-1.0.8/docs/docs/documentation/tutorials/custom-agent.md +0 -971
  630. solace_agent_mesh-1.0.8/examples/a2a_agents.yaml +0 -361
  631. solace_agent_mesh-1.0.8/examples/a2a_atlassian_sse.yaml +0 -68
  632. solace_agent_mesh-1.0.8/examples/a2a_host_example.yaml +0 -131
  633. solace_agent_mesh-1.0.8/examples/a2a_mcp_atlassian_docker_example.yaml +0 -106
  634. solace_agent_mesh-1.0.8/examples/a2a_mcp_example.yaml +0 -200
  635. solace_agent_mesh-1.0.8/examples/a2a_mcp_jira_sse_example.yaml +0 -77
  636. solace_agent_mesh-1.0.8/examples/a2a_multimodal.yaml +0 -331
  637. solace_agent_mesh-1.0.8/examples/a2a_orchestrator.yaml +0 -78
  638. solace_agent_mesh-1.0.8/examples/agent_host_example.yaml +0 -100
  639. solace_agent_mesh-1.0.8/examples/rest_gateway_example.yaml +0 -78
  640. solace_agent_mesh-1.0.8/examples/s3_artifact_storage_example.yaml +0 -149
  641. solace_agent_mesh-1.0.8/examples/sam_em_gateway.yaml +0 -144
  642. solace_agent_mesh-1.0.8/examples/slack_gateway_example.yaml +0 -88
  643. solace_agent_mesh-1.0.8/examples/test_agent.yaml +0 -68
  644. solace_agent_mesh-1.0.8/examples/webhook_gateway_example.yaml +0 -204
  645. solace_agent_mesh-1.0.8/examples/webui_backend.yaml +0 -81
  646. solace_agent_mesh-1.0.8/pyproject.toml +0 -204
  647. solace_agent_mesh-1.0.8/src/llm.txt +0 -228
  648. solace_agent_mesh-1.0.8/src/llm_detail.txt +0 -2835
  649. solace_agent_mesh-1.0.8/src/solace_agent_mesh/agent/adk/adk_llm.txt +0 -93
  650. solace_agent_mesh-1.0.8/src/solace_agent_mesh/agent/adk/callbacks.py +0 -1680
  651. solace_agent_mesh-1.0.8/src/solace_agent_mesh/agent/adk/embed_resolving_mcp_toolset.py +0 -316
  652. solace_agent_mesh-1.0.8/src/solace_agent_mesh/agent/adk/models/models_llm.txt +0 -94
  653. solace_agent_mesh-1.0.8/src/solace_agent_mesh/agent/adk/runner.py +0 -357
  654. solace_agent_mesh-1.0.8/src/solace_agent_mesh/agent/adk/setup.py +0 -791
  655. solace_agent_mesh-1.0.8/src/solace_agent_mesh/agent/adk/stream_parser.py +0 -214
  656. solace_agent_mesh-1.0.8/src/solace_agent_mesh/agent/adk/tool_wrapper.py +0 -155
  657. solace_agent_mesh-1.0.8/src/solace_agent_mesh/agent/agent_llm.txt +0 -41
  658. solace_agent_mesh-1.0.8/src/solace_agent_mesh/agent/protocol/event_handlers.py +0 -1398
  659. solace_agent_mesh-1.0.8/src/solace_agent_mesh/agent/protocol/protocol_llm.txt +0 -21
  660. solace_agent_mesh-1.0.8/src/solace_agent_mesh/agent/sac/app.py +0 -717
  661. solace_agent_mesh-1.0.8/src/solace_agent_mesh/agent/sac/component.py +0 -3460
  662. solace_agent_mesh-1.0.8/src/solace_agent_mesh/agent/sac/sac_llm.txt +0 -105
  663. solace_agent_mesh-1.0.8/src/solace_agent_mesh/agent/testing/testing_llm.txt +0 -90
  664. solace_agent_mesh-1.0.8/src/solace_agent_mesh/agent/tools/peer_agent_tool.py +0 -298
  665. solace_agent_mesh-1.0.8/src/solace_agent_mesh/agent/tools/tools_llm.txt +0 -104
  666. solace_agent_mesh-1.0.8/src/solace_agent_mesh/agent/utils/artifact_helpers.py +0 -1061
  667. solace_agent_mesh-1.0.8/src/solace_agent_mesh/agent/utils/utils_llm.txt +0 -153
  668. solace_agent_mesh-1.0.8/src/solace_agent_mesh/common/a2a_protocol.py +0 -564
  669. solace_agent_mesh-1.0.8/src/solace_agent_mesh/common/agent_registry.py +0 -42
  670. solace_agent_mesh-1.0.8/src/solace_agent_mesh/common/client/__init__.py +0 -4
  671. solace_agent_mesh-1.0.8/src/solace_agent_mesh/common/client/card_resolver.py +0 -21
  672. solace_agent_mesh-1.0.8/src/solace_agent_mesh/common/client/client.py +0 -85
  673. solace_agent_mesh-1.0.8/src/solace_agent_mesh/common/client/client_llm.txt +0 -133
  674. solace_agent_mesh-1.0.8/src/solace_agent_mesh/common/common_llm.txt +0 -144
  675. solace_agent_mesh-1.0.8/src/solace_agent_mesh/common/middleware/middleware_llm.txt +0 -174
  676. solace_agent_mesh-1.0.8/src/solace_agent_mesh/common/server/__init__.py +0 -4
  677. solace_agent_mesh-1.0.8/src/solace_agent_mesh/common/server/server.py +0 -122
  678. solace_agent_mesh-1.0.8/src/solace_agent_mesh/common/server/server_llm.txt +0 -169
  679. solace_agent_mesh-1.0.8/src/solace_agent_mesh/common/server/task_manager.py +0 -291
  680. solace_agent_mesh-1.0.8/src/solace_agent_mesh/common/server/utils.py +0 -28
  681. solace_agent_mesh-1.0.8/src/solace_agent_mesh/common/services/providers/providers_llm.txt +0 -113
  682. solace_agent_mesh-1.0.8/src/solace_agent_mesh/common/services/services_llm.txt +0 -132
  683. solace_agent_mesh-1.0.8/src/solace_agent_mesh/common/types.py +0 -411
  684. solace_agent_mesh-1.0.8/src/solace_agent_mesh/common/utils/embeds/embeds_llm.txt +0 -124
  685. solace_agent_mesh-1.0.8/src/solace_agent_mesh/common/utils/utils_llm.txt +0 -67
  686. solace_agent_mesh-1.0.8/src/solace_agent_mesh/core_a2a/core_a2a_llm.txt +0 -88
  687. solace_agent_mesh-1.0.8/src/solace_agent_mesh/core_a2a/service.py +0 -331
  688. solace_agent_mesh-1.0.8/src/solace_agent_mesh/gateway/base/app.py +0 -266
  689. solace_agent_mesh-1.0.8/src/solace_agent_mesh/gateway/base/base_llm.txt +0 -119
  690. solace_agent_mesh-1.0.8/src/solace_agent_mesh/gateway/base/component.py +0 -1555
  691. solace_agent_mesh-1.0.8/src/solace_agent_mesh/gateway/gateway_llm.txt +0 -125
  692. solace_agent_mesh-1.0.8/src/solace_agent_mesh/gateway/http_sse/component.py +0 -1602
  693. solace_agent_mesh-1.0.8/src/solace_agent_mesh/gateway/http_sse/components/components_llm.txt +0 -65
  694. solace_agent_mesh-1.0.8/src/solace_agent_mesh/gateway/http_sse/http_sse_llm.txt +0 -63
  695. solace_agent_mesh-1.0.8/src/solace_agent_mesh/gateway/http_sse/main.py +0 -442
  696. solace_agent_mesh-1.0.8/src/solace_agent_mesh/gateway/http_sse/routers/agents.py +0 -41
  697. solace_agent_mesh-1.0.8/src/solace_agent_mesh/gateway/http_sse/routers/artifacts.py +0 -827
  698. solace_agent_mesh-1.0.8/src/solace_agent_mesh/gateway/http_sse/routers/routers_llm.txt +0 -37
  699. solace_agent_mesh-1.0.8/src/solace_agent_mesh/gateway/http_sse/routers/sessions.py +0 -80
  700. solace_agent_mesh-1.0.8/src/solace_agent_mesh/gateway/http_sse/routers/tasks.py +0 -294
  701. solace_agent_mesh-1.0.8/src/solace_agent_mesh/gateway/http_sse/services/agent_service.py +0 -69
  702. solace_agent_mesh-1.0.8/src/solace_agent_mesh/gateway/http_sse/services/services_llm.txt +0 -179
  703. solace_agent_mesh-1.0.8/src/solace_agent_mesh/gateway/http_sse/services/task_service.py +0 -121
  704. solace_agent_mesh-1.0.8/templates/gateway_component_template.py +0 -431
  705. solace_agent_mesh-1.0.8/tests/evaluation/config.json +0 -62
  706. solace_agent_mesh-1.0.8/tests/integration/conftest.py +0 -903
  707. solace_agent_mesh-1.0.8/tests/integration/scenarios_declarative/test_data/builtin_artifact_tools/append_to_artifact/test_append_binary_to_binary_artifact.yaml +0 -93
  708. solace_agent_mesh-1.0.8/tests/integration/scenarios_declarative/test_data/builtin_artifact_tools/append_to_artifact/test_append_binary_to_text_artifact.yaml +0 -94
  709. solace_agent_mesh-1.0.8/tests/integration/scenarios_declarative/test_data/builtin_artifact_tools/append_to_artifact/test_append_malformed_base64_chunk.yaml +0 -95
  710. solace_agent_mesh-1.0.8/tests/integration/scenarios_declarative/test_data/builtin_artifact_tools/append_to_artifact/test_append_multiple_chunks.yaml +0 -128
  711. solace_agent_mesh-1.0.8/tests/integration/scenarios_declarative/test_data/builtin_artifact_tools/append_to_artifact/test_append_text_to_binary_artifact.yaml +0 -95
  712. solace_agent_mesh-1.0.8/tests/integration/scenarios_declarative/test_data/builtin_artifact_tools/append_to_artifact/test_append_to_artifact.yaml +0 -97
  713. solace_agent_mesh-1.0.8/tests/integration/scenarios_declarative/test_data/builtin_artifact_tools/append_to_artifact/test_append_to_non_existent_artifact.yaml +0 -67
  714. solace_agent_mesh-1.0.8/tests/integration/scenarios_declarative/test_data/builtin_artifact_tools/apply_embed_and_create_artifact/test_apply_embed_binary_to_datauri.yaml +0 -81
  715. solace_agent_mesh-1.0.8/tests/integration/scenarios_declarative/test_data/builtin_artifact_tools/apply_embed_and_create_artifact/test_apply_embed_complex_modifier_chain.yaml +0 -91
  716. solace_agent_mesh-1.0.8/tests/integration/scenarios_declarative/test_data/builtin_artifact_tools/apply_embed_and_create_artifact/test_apply_embed_csv_to_csv.yaml +0 -85
  717. solace_agent_mesh-1.0.8/tests/integration/scenarios_declarative/test_data/builtin_artifact_tools/apply_embed_and_create_artifact/test_apply_embed_invalid_directive.yaml +0 -69
  718. solace_agent_mesh-1.0.8/tests/integration/scenarios_declarative/test_data/builtin_artifact_tools/apply_embed_and_create_artifact/test_apply_embed_json_to_pretty_json.yaml +0 -83
  719. solace_agent_mesh-1.0.8/tests/integration/scenarios_declarative/test_data/builtin_artifact_tools/apply_embed_and_create_artifact/test_apply_embed_jsonpath_modifier.yaml +0 -81
  720. solace_agent_mesh-1.0.8/tests/integration/scenarios_declarative/test_data/builtin_artifact_tools/apply_embed_and_create_artifact/test_apply_embed_jsonpath_no_match.yaml +0 -89
  721. solace_agent_mesh-1.0.8/tests/integration/scenarios_declarative/test_data/builtin_artifact_tools/apply_embed_and_create_artifact/test_apply_embed_modifier_type_error.yaml +0 -68
  722. solace_agent_mesh-1.0.8/tests/integration/scenarios_declarative/test_data/builtin_artifact_tools/apply_embed_and_create_artifact/test_apply_embed_output_filename_literal.yaml +0 -81
  723. solace_agent_mesh-1.0.8/tests/integration/scenarios_declarative/test_data/builtin_artifact_tools/apply_embed_and_create_artifact/test_apply_embed_simple_text.yaml +0 -91
  724. solace_agent_mesh-1.0.8/tests/integration/scenarios_declarative/test_data/builtin_artifact_tools/apply_embed_and_create_artifact/test_apply_embed_source_not_found.yaml +0 -63
  725. solace_agent_mesh-1.0.8/tests/integration/scenarios_declarative/test_data/builtin_artifact_tools/apply_embed_and_create_artifact/test_apply_embed_with_output_metadata.yaml +0 -85
  726. solace_agent_mesh-1.0.8/tests/integration/scenarios_declarative/test_data/builtin_artifact_tools/extract_content_from_artifact/test_extract_content_internal_llm_fail.yaml +0 -144
  727. solace_agent_mesh-1.0.8/tests/integration/scenarios_declarative/test_data/builtin_artifact_tools/extract_content_from_artifact/test_extract_content_invalid_version.yaml +0 -74
  728. solace_agent_mesh-1.0.8/tests/integration/scenarios_declarative/test_data/builtin_artifact_tools/extract_content_from_artifact/test_extract_content_large_result_save_truncate.yaml +0 -140
  729. solace_agent_mesh-1.0.8/tests/integration/scenarios_declarative/test_data/builtin_artifact_tools/extract_content_from_artifact/test_extract_content_missing_filename.yaml +0 -65
  730. solace_agent_mesh-1.0.8/tests/integration/scenarios_declarative/test_data/builtin_artifact_tools/extract_content_from_artifact/test_extract_content_missing_goal.yaml +0 -80
  731. solace_agent_mesh-1.0.8/tests/integration/scenarios_declarative/test_data/builtin_artifact_tools/extract_content_from_artifact/test_extract_content_save_and_truncate.yaml +0 -110
  732. solace_agent_mesh-1.0.8/tests/integration/scenarios_declarative/test_data/builtin_artifact_tools/extract_content_from_artifact/test_extract_content_save_no_truncate.yaml +0 -117
  733. solace_agent_mesh-1.0.8/tests/integration/scenarios_declarative/test_data/builtin_artifact_tools/extract_content_from_artifact/test_extract_content_simple_text.yaml +0 -98
  734. solace_agent_mesh-1.0.8/tests/integration/scenarios_declarative/test_data/builtin_artifact_tools/extract_content_from_artifact/test_extract_content_small_ignores_output_base.yaml +0 -100
  735. solace_agent_mesh-1.0.8/tests/integration/scenarios_declarative/test_data/builtin_artifact_tools/extract_content_from_artifact/test_extract_content_source_not_found.yaml +0 -67
  736. solace_agent_mesh-1.0.8/tests/integration/scenarios_declarative/test_data/builtin_artifact_tools/extract_content_from_artifact/test_extract_content_supported_binary.yaml +0 -96
  737. solace_agent_mesh-1.0.8/tests/integration/scenarios_declarative/test_data/builtin_artifact_tools/extract_content_from_artifact/test_extract_content_unsupported_binary.yaml +0 -101
  738. solace_agent_mesh-1.0.8/tests/integration/scenarios_declarative/test_data/builtin_artifact_tools/list_artifacts/test_list_artifacts_empty.yaml +0 -60
  739. solace_agent_mesh-1.0.8/tests/integration/scenarios_declarative/test_data/builtin_artifact_tools/list_artifacts/test_list_artifacts_multiple_files_versions.yaml +0 -109
  740. solace_agent_mesh-1.0.8/tests/integration/scenarios_declarative/test_data/builtin_artifact_tools/list_artifacts/test_list_artifacts_single_file.yaml +0 -80
  741. solace_agent_mesh-1.0.8/tests/integration/scenarios_declarative/test_data/builtin_artifact_tools/load_artifact/test_load_artifact_binary_content.yaml +0 -84
  742. solace_agent_mesh-1.0.8/tests/integration/scenarios_declarative/test_data/builtin_artifact_tools/load_artifact/test_load_artifact_filename_embed_behavior.yaml +0 -73
  743. solace_agent_mesh-1.0.8/tests/integration/scenarios_declarative/test_data/builtin_artifact_tools/load_artifact/test_load_artifact_invalid_version_error.yaml +0 -67
  744. solace_agent_mesh-1.0.8/tests/integration/scenarios_declarative/test_data/builtin_artifact_tools/load_artifact/test_load_artifact_metadata_only.yaml +0 -93
  745. solace_agent_mesh-1.0.8/tests/integration/scenarios_declarative/test_data/builtin_artifact_tools/load_artifact/test_load_artifact_not_found_error.yaml +0 -73
  746. solace_agent_mesh-1.0.8/tests/integration/scenarios_declarative/test_data/builtin_artifact_tools/load_artifact/test_load_artifact_specific_versions.yaml +0 -127
  747. solace_agent_mesh-1.0.8/tests/integration/scenarios_declarative/test_data/builtin_artifact_tools/load_artifact/test_load_artifact_text_content.yaml +0 -83
  748. solace_agent_mesh-1.0.8/tests/integration/scenarios_declarative/test_data/builtin_artifact_tools/load_artifact/test_load_artifact_truncation.yaml +0 -83
  749. solace_agent_mesh-1.0.8/tests/integration/scenarios_declarative/test_data/builtin_artifact_tools/load_artifact/test_load_artifact_version_not_found_error.yaml +0 -71
  750. solace_agent_mesh-1.0.8/tests/integration/scenarios_declarative/test_data/builtin_artifact_tools/signal_artifact_for_return/test_signal_artifact_filename_embed_behavior.yaml +0 -70
  751. solace_agent_mesh-1.0.8/tests/integration/scenarios_declarative/test_data/builtin_artifact_tools/signal_artifact_for_return/test_signal_artifact_for_return_binary.yaml +0 -130
  752. solace_agent_mesh-1.0.8/tests/integration/scenarios_declarative/test_data/builtin_artifact_tools/signal_artifact_for_return/test_signal_artifact_for_return_text.yaml +0 -130
  753. solace_agent_mesh-1.0.8/tests/integration/scenarios_declarative/test_data/builtin_artifact_tools/signal_artifact_for_return/test_signal_artifact_not_found_error.yaml +0 -66
  754. solace_agent_mesh-1.0.8/tests/integration/scenarios_declarative/test_data/builtin_artifact_tools/signal_artifact_for_return/test_signal_artifact_version_not_found_error.yaml +0 -69
  755. solace_agent_mesh-1.0.8/tests/integration/scenarios_declarative/test_data/builtin_data_analysis_tools/create_chart_from_plotly_config/test_create_chart_invalid_config.yaml +0 -39
  756. solace_agent_mesh-1.0.8/tests/integration/scenarios_declarative/test_data/builtin_data_analysis_tools/create_chart_from_plotly_config/test_create_chart_jpg_success.yaml +0 -48
  757. solace_agent_mesh-1.0.8/tests/integration/scenarios_declarative/test_data/builtin_data_analysis_tools/create_chart_from_plotly_config/test_create_chart_png_success.yaml +0 -55
  758. solace_agent_mesh-1.0.8/tests/integration/scenarios_declarative/test_data/builtin_data_analysis_tools/create_chart_from_plotly_config/test_create_chart_unsupported_format.yaml +0 -52
  759. solace_agent_mesh-1.0.8/tests/integration/scenarios_declarative/test_data/core/test_auto_continue.yaml +0 -42
  760. solace_agent_mesh-1.0.8/tests/integration/scenarios_declarative/test_data/core/test_auto_continue_implicit_tool_call.yaml +0 -43
  761. solace_agent_mesh-1.0.8/tests/integration/scenarios_declarative/test_data/core/test_auto_continue_multiple_truncations.yaml +0 -45
  762. solace_agent_mesh-1.0.8/tests/integration/scenarios_declarative/test_data/core/test_fenced_artifact_creation.yaml +0 -72
  763. solace_agent_mesh-1.0.8/tests/integration/scenarios_declarative/test_data/core/test_fenced_artifact_description_embed.yaml +0 -47
  764. solace_agent_mesh-1.0.8/tests/integration/scenarios_declarative/test_data/core/test_fenced_artifact_description_empty.yaml +0 -46
  765. solace_agent_mesh-1.0.8/tests/integration/scenarios_declarative/test_data/core/test_fenced_artifact_description_long.yaml +0 -47
  766. solace_agent_mesh-1.0.8/tests/integration/scenarios_declarative/test_data/core/test_fenced_artifact_description_missing.yaml +0 -46
  767. solace_agent_mesh-1.0.8/tests/integration/scenarios_declarative/test_data/core/test_fenced_artifact_description_reordered_params.yaml +0 -47
  768. solace_agent_mesh-1.0.8/tests/integration/scenarios_declarative/test_data/core/test_fenced_artifact_description_special_chars.yaml +0 -47
  769. solace_agent_mesh-1.0.8/tests/integration/scenarios_declarative/test_data/core/test_fenced_artifact_filename_embed.yaml +0 -44
  770. solace_agent_mesh-1.0.8/tests/integration/scenarios_declarative/test_data/core/test_fenced_artifact_filename_empty.yaml +0 -40
  771. solace_agent_mesh-1.0.8/tests/integration/scenarios_declarative/test_data/core/test_fenced_artifact_filename_long.yaml +0 -44
  772. solace_agent_mesh-1.0.8/tests/integration/scenarios_declarative/test_data/core/test_fenced_artifact_filename_missing.yaml +0 -40
  773. solace_agent_mesh-1.0.8/tests/integration/scenarios_declarative/test_data/core/test_fenced_artifact_filename_special_chars.yaml +0 -49
  774. solace_agent_mesh-1.0.8/tests/integration/scenarios_declarative/test_data/core/test_fenced_artifact_filename_traversal.yaml +0 -40
  775. solace_agent_mesh-1.0.8/tests/integration/scenarios_declarative/test_data/core/test_fenced_artifact_filename_unicode.yaml +0 -46
  776. solace_agent_mesh-1.0.8/tests/integration/scenarios_declarative/test_data/core/test_fenced_artifact_filename_versioning.yaml +0 -57
  777. solace_agent_mesh-1.0.8/tests/integration/scenarios_declarative/test_data/embeds/early/test_artifact_meta_existing_latest.yaml +0 -39
  778. solace_agent_mesh-1.0.8/tests/integration/scenarios_declarative/test_data/embeds/early/test_artifact_meta_existing_specific_version.yaml +0 -36
  779. solace_agent_mesh-1.0.8/tests/integration/scenarios_declarative/test_data/embeds/early/test_artifact_meta_non_existent_artifact.yaml +0 -17
  780. solace_agent_mesh-1.0.8/tests/integration/scenarios_declarative/test_data/embeds/early/test_artifact_meta_non_existent_version.yaml +0 -23
  781. solace_agent_mesh-1.0.8/tests/integration/scenarios_declarative/test_data/embeds/early/test_datetime_custom_format_full.yaml +0 -18
  782. solace_agent_mesh-1.0.8/tests/integration/scenarios_declarative/test_data/embeds/early/test_datetime_custom_format_ymd.yaml +0 -17
  783. solace_agent_mesh-1.0.8/tests/integration/scenarios_declarative/test_data/embeds/early/test_datetime_date.yaml +0 -18
  784. solace_agent_mesh-1.0.8/tests/integration/scenarios_declarative/test_data/embeds/early/test_datetime_invalid_keyword.yaml +0 -17
  785. solace_agent_mesh-1.0.8/tests/integration/scenarios_declarative/test_data/embeds/early/test_datetime_iso.yaml +0 -17
  786. solace_agent_mesh-1.0.8/tests/integration/scenarios_declarative/test_data/embeds/early/test_datetime_no_format.yaml +0 -17
  787. solace_agent_mesh-1.0.8/tests/integration/scenarios_declarative/test_data/embeds/early/test_datetime_now.yaml +0 -18
  788. solace_agent_mesh-1.0.8/tests/integration/scenarios_declarative/test_data/embeds/early/test_datetime_time.yaml +0 -18
  789. solace_agent_mesh-1.0.8/tests/integration/scenarios_declarative/test_data/embeds/early/test_datetime_timestamp.yaml +0 -18
  790. solace_agent_mesh-1.0.8/tests/integration/scenarios_declarative/test_data/embeds/early/test_math_abs.yaml +0 -17
  791. solace_agent_mesh-1.0.8/tests/integration/scenarios_declarative/test_data/embeds/early/test_math_basic_addition.yaml +0 -17
  792. solace_agent_mesh-1.0.8/tests/integration/scenarios_declarative/test_data/embeds/early/test_math_complex_expression.yaml +0 -17
  793. solace_agent_mesh-1.0.8/tests/integration/scenarios_declarative/test_data/embeds/early/test_math_cos_pi.yaml +0 -17
  794. solace_agent_mesh-1.0.8/tests/integration/scenarios_declarative/test_data/embeds/early/test_math_cos_radians_60.yaml +0 -17
  795. solace_agent_mesh-1.0.8/tests/integration/scenarios_declarative/test_data/embeds/early/test_math_cos_zero.yaml +0 -17
  796. solace_agent_mesh-1.0.8/tests/integration/scenarios_declarative/test_data/embeds/early/test_math_cosh_one.yaml +0 -17
  797. solace_agent_mesh-1.0.8/tests/integration/scenarios_declarative/test_data/embeds/early/test_math_cosh_zero.yaml +0 -17
  798. solace_agent_mesh-1.0.8/tests/integration/scenarios_declarative/test_data/embeds/early/test_math_division.yaml +0 -17
  799. solace_agent_mesh-1.0.8/tests/integration/scenarios_declarative/test_data/embeds/early/test_math_e_constant.yaml +0 -17
  800. solace_agent_mesh-1.0.8/tests/integration/scenarios_declarative/test_data/embeds/early/test_math_exp.yaml +0 -17
  801. solace_agent_mesh-1.0.8/tests/integration/scenarios_declarative/test_data/embeds/early/test_math_expression_with_spaces.yaml +0 -17
  802. solace_agent_mesh-1.0.8/tests/integration/scenarios_declarative/test_data/embeds/early/test_math_factorial.yaml +0 -17
  803. solace_agent_mesh-1.0.8/tests/integration/scenarios_declarative/test_data/embeds/early/test_math_inf_constant.yaml +0 -17
  804. solace_agent_mesh-1.0.8/tests/integration/scenarios_declarative/test_data/embeds/early/test_math_invalid_expression.yaml +0 -17
  805. solace_agent_mesh-1.0.8/tests/integration/scenarios_declarative/test_data/embeds/early/test_math_invalid_format_specifier.yaml +0 -17
  806. solace_agent_mesh-1.0.8/tests/integration/scenarios_declarative/test_data/embeds/early/test_math_log.yaml +0 -17
  807. solace_agent_mesh-1.0.8/tests/integration/scenarios_declarative/test_data/embeds/early/test_math_log_base10.yaml +0 -17
  808. solace_agent_mesh-1.0.8/tests/integration/scenarios_declarative/test_data/embeds/early/test_math_max.yaml +0 -17
  809. solace_agent_mesh-1.0.8/tests/integration/scenarios_declarative/test_data/embeds/early/test_math_min.yaml +0 -17
  810. solace_agent_mesh-1.0.8/tests/integration/scenarios_declarative/test_data/embeds/early/test_math_multiplication.yaml +0 -17
  811. solace_agent_mesh-1.0.8/tests/integration/scenarios_declarative/test_data/embeds/early/test_math_no_expression.yaml +0 -17
  812. solace_agent_mesh-1.0.8/tests/integration/scenarios_declarative/test_data/embeds/early/test_math_pi_constant.yaml +0 -17
  813. solace_agent_mesh-1.0.8/tests/integration/scenarios_declarative/test_data/embeds/early/test_math_pow.yaml +0 -17
  814. solace_agent_mesh-1.0.8/tests/integration/scenarios_declarative/test_data/embeds/early/test_math_radians_explicit.yaml +0 -17
  815. solace_agent_mesh-1.0.8/tests/integration/scenarios_declarative/test_data/embeds/early/test_math_randint.yaml +0 -18
  816. solace_agent_mesh-1.0.8/tests/integration/scenarios_declarative/test_data/embeds/early/test_math_random.yaml +0 -18
  817. solace_agent_mesh-1.0.8/tests/integration/scenarios_declarative/test_data/embeds/early/test_math_round_down.yaml +0 -17
  818. solace_agent_mesh-1.0.8/tests/integration/scenarios_declarative/test_data/embeds/early/test_math_round_up.yaml +0 -17
  819. solace_agent_mesh-1.0.8/tests/integration/scenarios_declarative/test_data/embeds/early/test_math_round_with_digits.yaml +0 -17
  820. solace_agent_mesh-1.0.8/tests/integration/scenarios_declarative/test_data/embeds/early/test_math_sin_pi_half.yaml +0 -17
  821. solace_agent_mesh-1.0.8/tests/integration/scenarios_declarative/test_data/embeds/early/test_math_sin_radians_30.yaml +0 -17
  822. solace_agent_mesh-1.0.8/tests/integration/scenarios_declarative/test_data/embeds/early/test_math_sin_zero.yaml +0 -17
  823. solace_agent_mesh-1.0.8/tests/integration/scenarios_declarative/test_data/embeds/early/test_math_sinh_one.yaml +0 -17
  824. solace_agent_mesh-1.0.8/tests/integration/scenarios_declarative/test_data/embeds/early/test_math_sinh_zero.yaml +0 -17
  825. solace_agent_mesh-1.0.8/tests/integration/scenarios_declarative/test_data/embeds/early/test_math_sqrt.yaml +0 -17
  826. solace_agent_mesh-1.0.8/tests/integration/scenarios_declarative/test_data/embeds/early/test_math_subtraction.yaml +0 -17
  827. solace_agent_mesh-1.0.8/tests/integration/scenarios_declarative/test_data/embeds/early/test_math_sum.yaml +0 -17
  828. solace_agent_mesh-1.0.8/tests/integration/scenarios_declarative/test_data/embeds/early/test_math_tan_pi_quarter.yaml +0 -17
  829. solace_agent_mesh-1.0.8/tests/integration/scenarios_declarative/test_data/embeds/early/test_math_tan_radians_45.yaml +0 -17
  830. solace_agent_mesh-1.0.8/tests/integration/scenarios_declarative/test_data/embeds/early/test_math_tan_zero.yaml +0 -17
  831. solace_agent_mesh-1.0.8/tests/integration/scenarios_declarative/test_data/embeds/early/test_math_tanh_one.yaml +0 -17
  832. solace_agent_mesh-1.0.8/tests/integration/scenarios_declarative/test_data/embeds/early/test_math_tanh_zero.yaml +0 -17
  833. solace_agent_mesh-1.0.8/tests/integration/scenarios_declarative/test_data/embeds/early/test_math_uniform.yaml +0 -18
  834. solace_agent_mesh-1.0.8/tests/integration/scenarios_declarative/test_data/embeds/early/test_math_with_format_specifier_float.yaml +0 -17
  835. solace_agent_mesh-1.0.8/tests/integration/scenarios_declarative/test_data/embeds/early/test_math_with_format_specifier_int.yaml +0 -17
  836. solace_agent_mesh-1.0.8/tests/integration/scenarios_declarative/test_data/embeds/early/test_status_update_empty_message.yaml +0 -24
  837. solace_agent_mesh-1.0.8/tests/integration/scenarios_declarative/test_data/embeds/early/test_status_update_multiple.yaml +0 -30
  838. solace_agent_mesh-1.0.8/tests/integration/scenarios_declarative/test_data/embeds/early/test_status_update_only_status_update.yaml +0 -26
  839. solace_agent_mesh-1.0.8/tests/integration/scenarios_declarative/test_data/embeds/early/test_status_update_single.yaml +0 -24
  840. solace_agent_mesh-1.0.8/tests/integration/scenarios_declarative/test_data/embeds/early/test_status_update_with_tool_call.yaml +0 -73
  841. solace_agent_mesh-1.0.8/tests/integration/scenarios_declarative/test_data/embeds/early/test_uuid_generation.yaml +0 -18
  842. solace_agent_mesh-1.0.8/tests/integration/scenarios_declarative/test_data/embeds/early/test_uuid_multiple_generations.yaml +0 -23
  843. solace_agent_mesh-1.0.8/tests/integration/scenarios_declarative/test_data/embeds/general/test_embed_chain_malformed.yaml +0 -21
  844. solace_agent_mesh-1.0.8/tests/integration/scenarios_declarative/test_data/embeds/general/test_embed_malformed_extra_spaces.yaml +0 -17
  845. solace_agent_mesh-1.0.8/tests/integration/scenarios_declarative/test_data/embeds/general/test_embed_malformed_no_close_delimiter.yaml +0 -17
  846. solace_agent_mesh-1.0.8/tests/integration/scenarios_declarative/test_data/embeds/general/test_embed_only_delimiters_with_colon.yaml +0 -17
  847. solace_agent_mesh-1.0.8/tests/integration/scenarios_declarative/test_data/embeds/late/test_ac_chain_jsonpath_grep_head.yaml +0 -21
  848. solace_agent_mesh-1.0.8/tests/integration/scenarios_declarative/test_data/embeds/late/test_ac_filter_select_csv.yaml +0 -21
  849. solace_agent_mesh-1.0.8/tests/integration/scenarios_declarative/test_data/embeds/late/test_ac_grep_no_match.yaml +0 -22
  850. solace_agent_mesh-1.0.8/tests/integration/scenarios_declarative/test_data/embeds/late/test_ac_grep_simple.yaml +0 -21
  851. solace_agent_mesh-1.0.8/tests/integration/scenarios_declarative/test_data/embeds/late/test_ac_head.yaml +0 -21
  852. solace_agent_mesh-1.0.8/tests/integration/scenarios_declarative/test_data/embeds/late/test_ac_head_more_than_lines.yaml +0 -21
  853. solace_agent_mesh-1.0.8/tests/integration/scenarios_declarative/test_data/embeds/late/test_ac_jsonpath_array.yaml +0 -21
  854. solace_agent_mesh-1.0.8/tests/integration/scenarios_declarative/test_data/embeds/late/test_ac_jsonpath_no_match.yaml +0 -22
  855. solace_agent_mesh-1.0.8/tests/integration/scenarios_declarative/test_data/embeds/late/test_ac_jsonpath_on_non_json.yaml +0 -21
  856. solace_agent_mesh-1.0.8/tests/integration/scenarios_declarative/test_data/embeds/late/test_ac_jsonpath_simple.yaml +0 -21
  857. solace_agent_mesh-1.0.8/tests/integration/scenarios_declarative/test_data/embeds/late/test_ac_recursive_depth_limit.yaml +0 -48
  858. solace_agent_mesh-1.0.8/tests/integration/scenarios_declarative/test_data/embeds/late/test_ac_recursive_size_limit_in_parent.yaml +0 -38
  859. solace_agent_mesh-1.0.8/tests/integration/scenarios_declarative/test_data/embeds/late/test_ac_recursive_template_with_embed.yaml +0 -27
  860. solace_agent_mesh-1.0.8/tests/integration/scenarios_declarative/test_data/embeds/late/test_ac_select_fields_from_object_list.yaml +0 -30
  861. solace_agent_mesh-1.0.8/tests/integration/scenarios_declarative/test_data/embeds/late/test_ac_select_fields_missing_field.yaml +0 -21
  862. solace_agent_mesh-1.0.8/tests/integration/scenarios_declarative/test_data/embeds/late/test_ac_tail.yaml +0 -21
  863. solace_agent_mesh-1.0.8/tests/integration/scenarios_declarative/test_data/embeds/late/test_ac_template_csv_input.yaml +0 -24
  864. solace_agent_mesh-1.0.8/tests/integration/scenarios_declarative/test_data/embeds/late/test_ac_template_json_list_input.yaml +0 -24
  865. solace_agent_mesh-1.0.8/tests/integration/scenarios_declarative/test_data/embeds/late/test_ac_template_json_object_input.yaml +0 -24
  866. solace_agent_mesh-1.0.8/tests/integration/scenarios_declarative/test_data/embeds/late/test_ac_template_missing_template_file.yaml +0 -21
  867. solace_agent_mesh-1.0.8/tests/integration/scenarios_declarative/test_data/embeds/late/test_ac_template_string_input.yaml +0 -24
  868. solace_agent_mesh-1.0.8/tests/integration/scenarios_declarative/test_data/embeds/late/test_artifact_content_binary_as_datauri.yaml +0 -21
  869. solace_agent_mesh-1.0.8/tests/integration/scenarios_declarative/test_data/embeds/late/test_artifact_content_csv_as_csv.yaml +0 -21
  870. solace_agent_mesh-1.0.8/tests/integration/scenarios_declarative/test_data/embeds/late/test_artifact_content_default_format_binary.yaml +0 -21
  871. solace_agent_mesh-1.0.8/tests/integration/scenarios_declarative/test_data/embeds/late/test_artifact_content_default_format_text.yaml +0 -21
  872. solace_agent_mesh-1.0.8/tests/integration/scenarios_declarative/test_data/embeds/late/test_artifact_content_invalid_format_specifier.yaml +0 -22
  873. solace_agent_mesh-1.0.8/tests/integration/scenarios_declarative/test_data/embeds/late/test_artifact_content_json_as_json_pretty.yaml +0 -29
  874. solace_agent_mesh-1.0.8/tests/integration/scenarios_declarative/test_data/embeds/late/test_artifact_content_json_as_text.yaml +0 -21
  875. solace_agent_mesh-1.0.8/tests/integration/scenarios_declarative/test_data/embeds/late/test_artifact_content_specific_version.yaml +0 -24
  876. solace_agent_mesh-1.0.8/tests/integration/scenarios_declarative/test_data/embeds/late/test_artifact_content_text_plain.yaml +0 -21
  877. solace_agent_mesh-1.0.8/tests/integration/scenarios_declarative/test_data/general_agent_tools/convert_file_to_markdown/test_convert_csv_success.yaml +0 -54
  878. solace_agent_mesh-1.0.8/tests/integration/scenarios_declarative/test_data/general_agent_tools/convert_file_to_markdown/test_convert_file_not_found.yaml +0 -45
  879. solace_agent_mesh-1.0.8/tests/integration/scenarios_declarative/test_data/general_agent_tools/convert_file_to_markdown/test_convert_html_success.yaml +0 -54
  880. solace_agent_mesh-1.0.8/tests/integration/scenarios_declarative/test_data/general_agent_tools/convert_file_to_markdown/test_convert_malformed_pdf_as_success.yaml +0 -54
  881. solace_agent_mesh-1.0.8/tests/integration/scenarios_declarative/test_data/general_agent_tools/convert_file_to_markdown/test_convert_missing_parameter.yaml +0 -46
  882. solace_agent_mesh-1.0.8/tests/integration/scenarios_declarative/test_data/general_agent_tools/convert_file_to_markdown/test_convert_pdf_success.yaml +0 -54
  883. solace_agent_mesh-1.0.8/tests/integration/scenarios_declarative/test_data/general_agent_tools/convert_file_to_markdown/test_convert_specific_version_success.yaml +0 -57
  884. solace_agent_mesh-1.0.8/tests/integration/scenarios_declarative/test_data/general_agent_tools/convert_file_to_markdown/test_convert_unsupported_type.yaml +0 -52
  885. solace_agent_mesh-1.0.8/tests/integration/scenarios_declarative/test_data/general_agent_tools/mermaid_diagram_generator/test_mermaid_autogen_filename.yaml +0 -57
  886. solace_agent_mesh-1.0.8/tests/integration/scenarios_declarative/test_data/general_agent_tools/mermaid_diagram_generator/test_mermaid_basic_success.yaml +0 -58
  887. solace_agent_mesh-1.0.8/tests/integration/scenarios_declarative/test_data/general_agent_tools/mermaid_diagram_generator/test_mermaid_empty_syntax.yaml +0 -49
  888. solace_agent_mesh-1.0.8/tests/integration/scenarios_declarative/test_data/general_agent_tools/mermaid_diagram_generator/test_mermaid_invalid_syntax.yaml +0 -49
  889. solace_agent_mesh-1.0.8/tests/integration/scenarios_declarative/test_data/general_agent_tools/mermaid_diagram_generator/test_mermaid_no_extension.yaml +0 -55
  890. solace_agent_mesh-1.0.8/tests/integration/scenarios_declarative/test_data/image_tools/create_image_from_description/test_create_image_api_failure.yaml +0 -39
  891. solace_agent_mesh-1.0.8/tests/integration/scenarios_declarative/test_data/image_tools/create_image_from_description/test_create_image_happy_path.yaml +0 -48
  892. solace_agent_mesh-1.0.8/tests/integration/scenarios_declarative/test_data/image_tools/create_image_from_description/test_create_image_no_filename.yaml +0 -47
  893. solace_agent_mesh-1.0.8/tests/integration/scenarios_declarative/test_data/image_tools/create_image_from_description/test_create_image_oversized_prompt.yaml +0 -41
  894. solace_agent_mesh-1.0.8/tests/integration/scenarios_declarative/test_data/image_tools/create_image_from_description/test_create_image_path_traversal.yaml +0 -37
  895. solace_agent_mesh-1.0.8/tests/integration/scenarios_declarative/test_data/image_tools/create_image_from_description/test_create_image_prompt_injection.yaml +0 -51
  896. solace_agent_mesh-1.0.8/tests/integration/scenarios_declarative/test_data/image_tools/describe_audio/test_describe_audio_api_error.yaml +0 -45
  897. solace_agent_mesh-1.0.8/tests/integration/scenarios_declarative/test_data/image_tools/describe_audio/test_describe_audio_custom_prompt.yaml +0 -46
  898. solace_agent_mesh-1.0.8/tests/integration/scenarios_declarative/test_data/image_tools/describe_audio/test_describe_audio_empty_artifact.yaml +0 -46
  899. solace_agent_mesh-1.0.8/tests/integration/scenarios_declarative/test_data/image_tools/describe_audio/test_describe_audio_file_not_found.yaml +0 -36
  900. solace_agent_mesh-1.0.8/tests/integration/scenarios_declarative/test_data/image_tools/describe_audio/test_describe_audio_happy_path_mp3.yaml +0 -46
  901. solace_agent_mesh-1.0.8/tests/integration/scenarios_declarative/test_data/image_tools/describe_audio/test_describe_audio_happy_path_wav.yaml +0 -46
  902. solace_agent_mesh-1.0.8/tests/integration/scenarios_declarative/test_data/image_tools/describe_audio/test_describe_audio_large_file.yaml +0 -48
  903. solace_agent_mesh-1.0.8/tests/integration/scenarios_declarative/test_data/image_tools/describe_audio/test_describe_audio_malformed_api_response.yaml +0 -43
  904. solace_agent_mesh-1.0.8/tests/integration/scenarios_declarative/test_data/image_tools/describe_audio/test_describe_audio_malformed_filename.yaml +0 -41
  905. solace_agent_mesh-1.0.8/tests/integration/scenarios_declarative/test_data/image_tools/describe_audio/test_describe_audio_path_traversal.yaml +0 -36
  906. solace_agent_mesh-1.0.8/tests/integration/scenarios_declarative/test_data/image_tools/describe_audio/test_describe_audio_prompt_injection.yaml +0 -46
  907. solace_agent_mesh-1.0.8/tests/integration/scenarios_declarative/test_data/image_tools/describe_audio/test_describe_audio_specific_version.yaml +0 -49
  908. solace_agent_mesh-1.0.8/tests/integration/scenarios_declarative/test_data/image_tools/describe_audio/test_describe_audio_unsupported_format.yaml +0 -41
  909. solace_agent_mesh-1.0.8/tests/integration/scenarios_declarative/test_data/image_tools/describe_image/test_describe_image_empty_artifact.yaml +0 -58
  910. solace_agent_mesh-1.0.8/tests/integration/scenarios_declarative/test_data/image_tools/describe_image/test_describe_image_file_not_found.yaml +0 -52
  911. solace_agent_mesh-1.0.8/tests/integration/scenarios_declarative/test_data/image_tools/describe_image/test_describe_image_happy_path.yaml +0 -65
  912. solace_agent_mesh-1.0.8/tests/integration/scenarios_declarative/test_data/image_tools/describe_image/test_describe_image_malformed_api_response.yaml +0 -60
  913. solace_agent_mesh-1.0.8/tests/integration/scenarios_declarative/test_data/image_tools/describe_image/test_describe_image_path_traversal.yaml +0 -54
  914. solace_agent_mesh-1.0.8/tests/integration/scenarios_declarative/test_data/image_tools/describe_image/test_describe_image_specific_version.yaml +0 -80
  915. solace_agent_mesh-1.0.8/tests/integration/scenarios_declarative/test_data/image_tools/describe_image/test_describe_image_unsupported_format.yaml +0 -50
  916. solace_agent_mesh-1.0.8/tests/integration/scenarios_declarative/test_data/image_tools/edit_image_with_gemini/test_edit_image_file_not_found.yaml +0 -41
  917. solace_agent_mesh-1.0.8/tests/integration/scenarios_declarative/test_data/image_tools/edit_image_with_gemini/test_edit_image_gemini_api_error.yaml +0 -46
  918. solace_agent_mesh-1.0.8/tests/integration/scenarios_declarative/test_data/image_tools/edit_image_with_gemini/test_edit_image_gemini_api_no_image_in_response.yaml +0 -46
  919. solace_agent_mesh-1.0.8/tests/integration/scenarios_declarative/test_data/image_tools/edit_image_with_gemini/test_edit_image_happy_path.yaml +0 -54
  920. solace_agent_mesh-1.0.8/tests/integration/scenarios_declarative/test_data/image_tools/edit_image_with_gemini/test_edit_image_missing_api_key.yaml +0 -50
  921. solace_agent_mesh-1.0.8/tests/integration/scenarios_declarative/test_data/image_tools/edit_image_with_gemini/test_edit_image_no_output_filename.yaml +0 -53
  922. solace_agent_mesh-1.0.8/tests/integration/scenarios_declarative/test_data/image_tools/edit_image_with_gemini/test_edit_image_path_traversal_input.yaml +0 -41
  923. solace_agent_mesh-1.0.8/tests/integration/scenarios_declarative/test_data/image_tools/edit_image_with_gemini/test_edit_image_path_traversal_output.yaml +0 -52
  924. solace_agent_mesh-1.0.8/tests/integration/scenarios_declarative/test_data/image_tools/edit_image_with_gemini/test_edit_image_prompt_injection.yaml +0 -52
  925. solace_agent_mesh-1.0.8/tests/integration/scenarios_declarative/test_data/image_tools/edit_image_with_gemini/test_edit_image_specific_version.yaml +0 -57
  926. solace_agent_mesh-1.0.8/tests/integration/scenarios_declarative/test_data/image_tools/edit_image_with_gemini/test_edit_image_unsupported_format.yaml +0 -46
  927. solace_agent_mesh-1.0.8/tests/integration/scenarios_declarative/test_data/mcp/test_mcp_audio_processing_mp3.yaml +0 -56
  928. solace_agent_mesh-1.0.8/tests/integration/scenarios_declarative/test_data/mcp/test_mcp_audio_processing_wav.yaml +0 -56
  929. solace_agent_mesh-1.0.8/tests/integration/scenarios_declarative/test_data/mcp/test_mcp_conversation_with_artifact.yaml +0 -66
  930. solace_agent_mesh-1.0.8/tests/integration/scenarios_declarative/test_data/mcp/test_mcp_early_embed_resolution.yaml +0 -68
  931. solace_agent_mesh-1.0.8/tests/integration/scenarios_declarative/test_data/mcp/test_mcp_embed_resolution.yaml +0 -75
  932. solace_agent_mesh-1.0.8/tests/integration/scenarios_declarative/test_data/mcp/test_mcp_fallback_intelligent_disabled.yaml +0 -62
  933. solace_agent_mesh-1.0.8/tests/integration/scenarios_declarative/test_data/mcp/test_mcp_http_transport.yaml +0 -60
  934. solace_agent_mesh-1.0.8/tests/integration/scenarios_declarative/test_data/mcp/test_mcp_image_processing_jpeg.yaml +0 -56
  935. solace_agent_mesh-1.0.8/tests/integration/scenarios_declarative/test_data/mcp/test_mcp_image_processing_png.yaml +0 -50
  936. solace_agent_mesh-1.0.8/tests/integration/scenarios_declarative/test_data/mcp/test_mcp_late_embed_resolution.yaml +0 -76
  937. solace_agent_mesh-1.0.8/tests/integration/scenarios_declarative/test_data/mcp/test_mcp_llm_response_save_failed.yaml +0 -60
  938. solace_agent_mesh-1.0.8/tests/integration/scenarios_declarative/test_data/mcp/test_mcp_multi_call.yaml +0 -76
  939. solace_agent_mesh-1.0.8/tests/integration/scenarios_declarative/test_data/mcp/test_mcp_multi_content_single_response.yaml +0 -73
  940. solace_agent_mesh-1.0.8/tests/integration/scenarios_declarative/test_data/mcp/test_mcp_multi_text_content.yaml +0 -79
  941. solace_agent_mesh-1.0.8/tests/integration/scenarios_declarative/test_data/mcp/test_mcp_no_fallback_on_error.yaml +0 -60
  942. solace_agent_mesh-1.0.8/tests/integration/scenarios_declarative/test_data/mcp/test_mcp_resource_processing_uri_only.yaml +0 -55
  943. solace_agent_mesh-1.0.8/tests/integration/scenarios_declarative/test_data/mcp/test_mcp_resource_processing_with_binary.yaml +0 -62
  944. solace_agent_mesh-1.0.8/tests/integration/scenarios_declarative/test_data/mcp/test_mcp_resource_processing_with_text.yaml +0 -61
  945. solace_agent_mesh-1.0.8/tests/integration/scenarios_declarative/test_data/mcp/test_mcp_save_forced_by_truncation.yaml +0 -66
  946. solace_agent_mesh-1.0.8/tests/integration/scenarios_declarative/test_data/mcp/test_mcp_text_processing.yaml +0 -57
  947. solace_agent_mesh-1.0.8/tests/integration/scenarios_declarative/test_data/mcp/test_mcp_text_processing_csv.yaml +0 -66
  948. solace_agent_mesh-1.0.8/tests/integration/scenarios_declarative/test_data/mcp/test_mcp_text_processing_csv_escaped.yaml +0 -68
  949. solace_agent_mesh-1.0.8/tests/integration/scenarios_declarative/test_data/mcp/test_mcp_text_processing_json.yaml +0 -65
  950. solace_agent_mesh-1.0.8/tests/integration/scenarios_declarative/test_data/mcp/test_mcp_text_processing_markdown.yaml +0 -61
  951. solace_agent_mesh-1.0.8/tests/integration/scenarios_declarative/test_data/mcp/test_mcp_text_processing_plain.yaml +0 -60
  952. solace_agent_mesh-1.0.8/tests/integration/scenarios_declarative/test_data/mcp/test_mcp_text_processing_yaml.yaml +0 -65
  953. solace_agent_mesh-1.0.8/tests/integration/scenarios_declarative/test_data/mcp/test_mcp_trigger_above_all_thresholds.yaml +0 -67
  954. solace_agent_mesh-1.0.8/tests/integration/scenarios_declarative/test_data/mcp/test_mcp_trigger_above_save_threshold.yaml +0 -65
  955. solace_agent_mesh-1.0.8/tests/integration/scenarios_declarative/test_data/mcp/test_mcp_trigger_below_thresholds.yaml +0 -52
  956. solace_agent_mesh-1.0.8/tests/integration/scenarios_declarative/test_data/mcp/test_mcp_trigger_non_text_content.yaml +0 -64
  957. solace_agent_mesh-1.0.8/tests/integration/scenarios_declarative/test_data/multi_agent/delegation/test_peer_e2e_artifact_passing.yaml +0 -97
  958. solace_agent_mesh-1.0.8/tests/integration/scenarios_declarative/test_data/multi_agent/delegation/test_peer_request_with_artifact.yaml +0 -74
  959. solace_agent_mesh-1.0.8/tests/integration/scenarios_declarative/test_data/multi_agent/delegation/test_peer_request_with_nonexistent_artifact.yaml +0 -62
  960. solace_agent_mesh-1.0.8/tests/integration/scenarios_declarative/test_data/multi_agent/delegation/test_peer_response_with_artifact.yaml +0 -92
  961. solace_agent_mesh-1.0.8/tests/integration/scenarios_declarative/test_data/multi_agent/delegation/test_three_agent_hierarchy.yaml +0 -96
  962. solace_agent_mesh-1.0.8/tests/integration/scenarios_declarative/test_data/notifications/test_llm_invocation_notification.yaml +0 -32
  963. solace_agent_mesh-1.0.8/tests/integration/scenarios_declarative/test_data/notifications/test_llm_response_notification.yaml +0 -38
  964. solace_agent_mesh-1.0.8/tests/integration/scenarios_declarative/test_data/notifications/test_tool_invocation_notification.yaml +0 -75
  965. solace_agent_mesh-1.0.8/tests/integration/scenarios_declarative/test_data/test_basic_text_response.yaml +0 -73
  966. solace_agent_mesh-1.0.8/tests/integration/scenarios_declarative/test_data/web_tools/test_ssrf_localhost_blocked.yaml +0 -75
  967. solace_agent_mesh-1.0.8/tests/integration/scenarios_declarative/test_data/web_tools/web_request/test_web_block_file_url.yaml +0 -53
  968. solace_agent_mesh-1.0.8/tests/integration/scenarios_declarative/test_data/web_tools/web_request/test_web_block_private_ip.yaml +0 -53
  969. solace_agent_mesh-1.0.8/tests/integration/scenarios_declarative/test_data/web_tools/web_request/test_web_content_type_json.yaml +0 -59
  970. solace_agent_mesh-1.0.8/tests/integration/scenarios_declarative/test_data/web_tools/web_request/test_web_dns_failure.yaml +0 -53
  971. solace_agent_mesh-1.0.8/tests/integration/scenarios_declarative/test_data/web_tools/web_request/test_web_invalid_url.yaml +0 -53
  972. solace_agent_mesh-1.0.8/tests/integration/scenarios_declarative/test_data/web_tools/web_request/test_web_large_response.yaml +0 -56
  973. solace_agent_mesh-1.0.8/tests/integration/scenarios_declarative/test_data/web_tools/web_request/test_web_post_request.yaml +0 -59
  974. solace_agent_mesh-1.0.8/tests/integration/scenarios_declarative/test_data/web_tools/web_request/test_web_redirect_to_unsafe.yaml +0 -53
  975. solace_agent_mesh-1.0.8/tests/integration/scenarios_declarative/test_data/web_tools/web_request/test_web_request_timeout.yaml +0 -54
  976. solace_agent_mesh-1.0.8/tests/integration/scenarios_declarative/test_declarative_runner.py +0 -1943
  977. solace_agent_mesh-1.0.8/tests/integration/scenarios_programmatic/test_cancellation_flows.py +0 -560
  978. solace_agent_mesh-1.0.8/tests/integration/scenarios_programmatic/test_client.py +0 -224
  979. solace_agent_mesh-1.0.8/tests/integration/scenarios_programmatic/test_helpers.py +0 -286
  980. solace_agent_mesh-1.0.8/tests/integration/scenarios_programmatic/test_server.py +0 -174
  981. solace_agent_mesh-1.0.8/tests/integration/scenarios_programmatic/test_stress.py +0 -447
  982. solace_agent_mesh-1.0.8/tests/sam-test-infrastructure/src/sam_test_infrastructure/a2a_validator/validator.py +0 -277
  983. solace_agent_mesh-1.0.8/tests/sam-test-infrastructure/src/sam_test_infrastructure/gateway_interface/component.py +0 -458
  984. solace_agent_mesh-1.0.8/tests/sam-test-infrastructure/src/sam_test_infrastructure/memory_monitor/memory_monitor.py +0 -354
  985. {solace_agent_mesh-1.0.8 → solace_agent_mesh-1.1.0}/.dockerignore +0 -0
  986. {solace_agent_mesh-1.0.8 → solace_agent_mesh-1.1.0}/.github/actions/push-docker/action.yml +0 -0
  987. {solace_agent_mesh-1.0.8 → solace_agent_mesh-1.1.0}/.github/helper_scripts/build_frontend.py +0 -0
  988. {solace_agent_mesh-1.0.8 → solace_agent_mesh-1.1.0}/.github/workflows/ci.yaml +0 -0
  989. {solace_agent_mesh-1.0.8 → solace_agent_mesh-1.1.0}/.github/workflows/cleanup_ws.yaml +0 -0
  990. {solace_agent_mesh-1.0.8 → solace_agent_mesh-1.1.0}/.github/workflows/gh_pages.yaml +0 -0
  991. {solace_agent_mesh-1.0.8 → solace_agent_mesh-1.1.0}/.github/workflows/push-docker.yml +0 -0
  992. {solace_agent_mesh-1.0.8 → solace_agent_mesh-1.1.0}/.github/workflows/release.yml +0 -0
  993. {solace_agent_mesh-1.0.8 → solace_agent_mesh-1.1.0}/.github/workflows/ui-ci.yml +0 -0
  994. {solace_agent_mesh-1.0.8 → solace_agent_mesh-1.1.0}/.github/workflows/ui-release.yml +0 -0
  995. {solace_agent_mesh-1.0.8 → solace_agent_mesh-1.1.0}/CODE_OF_CONDUCT.md +0 -0
  996. {solace_agent_mesh-1.0.8 → solace_agent_mesh-1.1.0}/CONTRIBUTING.md +0 -0
  997. {solace_agent_mesh-1.0.8 → solace_agent_mesh-1.1.0}/Dockerfile +0 -0
  998. {solace_agent_mesh-1.0.8 → solace_agent_mesh-1.1.0}/LICENSE +0 -0
  999. {solace_agent_mesh-1.0.8 → solace_agent_mesh-1.1.0}/assets/client/webui/assets/favicon-BLgzUch9.ico +0 -0
  1000. {solace_agent_mesh-1.0.8 → solace_agent_mesh-1.1.0}/assets/config_portal/client/Solace_community_logo.png +0 -0
  1001. {solace_agent_mesh-1.0.8 → solace_agent_mesh-1.1.0}/assets/config_portal/client/assets/root-DxRwaWiE.css +0 -0
  1002. {solace_agent_mesh-1.0.8 → solace_agent_mesh-1.1.0}/assets/config_portal/client/favicon.ico +0 -0
  1003. {solace_agent_mesh-1.0.8 → solace_agent_mesh-1.1.0}/assets/docs/assets/css/styles.906a1503.css +0 -0
  1004. {solace_agent_mesh-1.0.8 → solace_agent_mesh-1.1.0}/assets/docs/assets/images/Solace_AI_Framework_With_Broker-85f0a306a9bcdd20b390b7a949f6d862.png +0 -0
  1005. {solace_agent_mesh-1.0.8 → solace_agent_mesh-1.1.0}/assets/docs/assets/images/sac-flows-80d5b603c6aafd33e87945680ce0abf3.png +0 -0
  1006. {solace_agent_mesh-1.0.8 → solace_agent_mesh-1.1.0}/assets/docs/assets/images/sac_parts_of_a_component-cb3d0424b1d0c17734c5435cca6b4082.png +0 -0
  1007. {solace_agent_mesh-1.0.8 → solace_agent_mesh-1.1.0}/assets/docs/assets/js/04989206.b9dfe831.js +0 -0
  1008. {solace_agent_mesh-1.0.8 → solace_agent_mesh-1.1.0}/assets/docs/assets/js/0e682baa.b3bbde9a.js +0 -0
  1009. {solace_agent_mesh-1.0.8 → solace_agent_mesh-1.1.0}/assets/docs/assets/js/1001.0182a8bd.js +0 -0
  1010. {solace_agent_mesh-1.0.8 → solace_agent_mesh-1.1.0}/assets/docs/assets/js/1023fc19.364235d5.js +0 -0
  1011. {solace_agent_mesh-1.0.8 → solace_agent_mesh-1.1.0}/assets/docs/assets/js/1039.0bd46aa1.js +0 -0
  1012. {solace_agent_mesh-1.0.8 → solace_agent_mesh-1.1.0}/assets/docs/assets/js/149.b797a808.js +0 -0
  1013. {solace_agent_mesh-1.0.8 → solace_agent_mesh-1.1.0}/assets/docs/assets/js/1523c6b4.1b0ec6f9.js +0 -0
  1014. {solace_agent_mesh-1.0.8 → solace_agent_mesh-1.1.0}/assets/docs/assets/js/165.6a39807d.js +0 -0
  1015. {solace_agent_mesh-1.0.8 → solace_agent_mesh-1.1.0}/assets/docs/assets/js/165.6a39807d.js.LICENSE.txt +0 -0
  1016. {solace_agent_mesh-1.0.8 → solace_agent_mesh-1.1.0}/assets/docs/assets/js/166ab619.e8f3a7c7.js +0 -0
  1017. {solace_agent_mesh-1.0.8 → solace_agent_mesh-1.1.0}/assets/docs/assets/js/17896441.a5e82f9b.js +0 -0
  1018. {solace_agent_mesh-1.0.8 → solace_agent_mesh-1.1.0}/assets/docs/assets/js/17896441.a5e82f9b.js.LICENSE.txt +0 -0
  1019. {solace_agent_mesh-1.0.8 → solace_agent_mesh-1.1.0}/assets/docs/assets/js/1c6e87d2.a8c5ce5a.js +0 -0
  1020. {solace_agent_mesh-1.0.8 → solace_agent_mesh-1.1.0}/assets/docs/assets/js/2130.ab9fd314.js +0 -0
  1021. {solace_agent_mesh-1.0.8 → solace_agent_mesh-1.1.0}/assets/docs/assets/js/21ceee5f.3bf39250.js +0 -0
  1022. {solace_agent_mesh-1.0.8 → solace_agent_mesh-1.1.0}/assets/docs/assets/js/2237.5e477fc6.js +0 -0
  1023. {solace_agent_mesh-1.0.8 → solace_agent_mesh-1.1.0}/assets/docs/assets/js/2334.622a6395.js +0 -0
  1024. {solace_agent_mesh-1.0.8 → solace_agent_mesh-1.1.0}/assets/docs/assets/js/2a9cab12.8909df92.js +0 -0
  1025. {solace_agent_mesh-1.0.8 → solace_agent_mesh-1.1.0}/assets/docs/assets/js/3219.adc1d663.js +0 -0
  1026. {solace_agent_mesh-1.0.8 → solace_agent_mesh-1.1.0}/assets/docs/assets/js/332e10b5.7a103f42.js +0 -0
  1027. {solace_agent_mesh-1.0.8 → solace_agent_mesh-1.1.0}/assets/docs/assets/js/3624.b524e433.js +0 -0
  1028. {solace_agent_mesh-1.0.8 → solace_agent_mesh-1.1.0}/assets/docs/assets/js/375.708d48db.js +0 -0
  1029. {solace_agent_mesh-1.0.8 → solace_agent_mesh-1.1.0}/assets/docs/assets/js/3834.b6cd790e.js +0 -0
  1030. {solace_agent_mesh-1.0.8 → solace_agent_mesh-1.1.0}/assets/docs/assets/js/4250.95455b28.js +0 -0
  1031. {solace_agent_mesh-1.0.8 → solace_agent_mesh-1.1.0}/assets/docs/assets/js/42b3f8d8.8ccb9901.js +0 -0
  1032. {solace_agent_mesh-1.0.8 → solace_agent_mesh-1.1.0}/assets/docs/assets/js/4356.d169ab5b.js +0 -0
  1033. {solace_agent_mesh-1.0.8 → solace_agent_mesh-1.1.0}/assets/docs/assets/js/442a8107.b3159bb2.js +0 -0
  1034. {solace_agent_mesh-1.0.8 → solace_agent_mesh-1.1.0}/assets/docs/assets/js/4458.518e66fa.js +0 -0
  1035. {solace_agent_mesh-1.0.8 → solace_agent_mesh-1.1.0}/assets/docs/assets/js/4488.c7cc3442.js +0 -0
  1036. {solace_agent_mesh-1.0.8 → solace_agent_mesh-1.1.0}/assets/docs/assets/js/4494.6ee23046.js +0 -0
  1037. {solace_agent_mesh-1.0.8 → solace_agent_mesh-1.1.0}/assets/docs/assets/js/4855.fc4444b6.js +0 -0
  1038. {solace_agent_mesh-1.0.8 → solace_agent_mesh-1.1.0}/assets/docs/assets/js/4866.22daefc0.js +0 -0
  1039. {solace_agent_mesh-1.0.8 → solace_agent_mesh-1.1.0}/assets/docs/assets/js/4950.ca4caeda.js +0 -0
  1040. {solace_agent_mesh-1.0.8 → solace_agent_mesh-1.1.0}/assets/docs/assets/js/4c2787c2.fc6804f2.js +0 -0
  1041. {solace_agent_mesh-1.0.8 → solace_agent_mesh-1.1.0}/assets/docs/assets/js/5388.7a136447.js +0 -0
  1042. {solace_agent_mesh-1.0.8 → solace_agent_mesh-1.1.0}/assets/docs/assets/js/55f47984.c484bf96.js +0 -0
  1043. {solace_agent_mesh-1.0.8 → solace_agent_mesh-1.1.0}/assets/docs/assets/js/5607.081356f8.js +0 -0
  1044. {solace_agent_mesh-1.0.8 → solace_agent_mesh-1.1.0}/assets/docs/assets/js/5864.b0d0e9de.js +0 -0
  1045. {solace_agent_mesh-1.0.8 → solace_agent_mesh-1.1.0}/assets/docs/assets/js/5b4258a4.0d080cd9.js +0 -0
  1046. {solace_agent_mesh-1.0.8 → solace_agent_mesh-1.1.0}/assets/docs/assets/js/5e95c892.558d5167.js +0 -0
  1047. {solace_agent_mesh-1.0.8 → solace_agent_mesh-1.1.0}/assets/docs/assets/js/6143.0a1464c9.js +0 -0
  1048. {solace_agent_mesh-1.0.8 → solace_agent_mesh-1.1.0}/assets/docs/assets/js/6395.e9c73649.js +0 -0
  1049. {solace_agent_mesh-1.0.8 → solace_agent_mesh-1.1.0}/assets/docs/assets/js/6796.51d2c9b7.js +0 -0
  1050. {solace_agent_mesh-1.0.8 → solace_agent_mesh-1.1.0}/assets/docs/assets/js/6976.379be23b.js +0 -0
  1051. {solace_agent_mesh-1.0.8 → solace_agent_mesh-1.1.0}/assets/docs/assets/js/6978.ee0b945c.js +0 -0
  1052. {solace_agent_mesh-1.0.8 → solace_agent_mesh-1.1.0}/assets/docs/assets/js/7040.cb436723.js +0 -0
  1053. {solace_agent_mesh-1.0.8 → solace_agent_mesh-1.1.0}/assets/docs/assets/js/7195.412f418a.js +0 -0
  1054. {solace_agent_mesh-1.0.8 → solace_agent_mesh-1.1.0}/assets/docs/assets/js/7280.3fb73bdb.js +0 -0
  1055. {solace_agent_mesh-1.0.8 → solace_agent_mesh-1.1.0}/assets/docs/assets/js/768e31b0.8b51cd70.js +0 -0
  1056. {solace_agent_mesh-1.0.8 → solace_agent_mesh-1.1.0}/assets/docs/assets/js/7845.e33e7c4c.js +0 -0
  1057. {solace_agent_mesh-1.0.8 → solace_agent_mesh-1.1.0}/assets/docs/assets/js/7900.69516146.js +0 -0
  1058. {solace_agent_mesh-1.0.8 → solace_agent_mesh-1.1.0}/assets/docs/assets/js/8356.8a379c04.js +0 -0
  1059. {solace_agent_mesh-1.0.8 → solace_agent_mesh-1.1.0}/assets/docs/assets/js/85387663.6bf41934.js +0 -0
  1060. {solace_agent_mesh-1.0.8 → solace_agent_mesh-1.1.0}/assets/docs/assets/js/8567.4732c6b7.js +0 -0
  1061. {solace_agent_mesh-1.0.8 → solace_agent_mesh-1.1.0}/assets/docs/assets/js/8573.cb04eda5.js +0 -0
  1062. {solace_agent_mesh-1.0.8 → solace_agent_mesh-1.1.0}/assets/docs/assets/js/8577.1d54e766.js +0 -0
  1063. {solace_agent_mesh-1.0.8 → solace_agent_mesh-1.1.0}/assets/docs/assets/js/8591.d7c16be6.js +0 -0
  1064. {solace_agent_mesh-1.0.8 → solace_agent_mesh-1.1.0}/assets/docs/assets/js/8591.d7c16be6.js.LICENSE.txt +0 -0
  1065. {solace_agent_mesh-1.0.8 → solace_agent_mesh-1.1.0}/assets/docs/assets/js/8709.7ecd4047.js +0 -0
  1066. {solace_agent_mesh-1.0.8 → solace_agent_mesh-1.1.0}/assets/docs/assets/js/8731.49e930c2.js +0 -0
  1067. {solace_agent_mesh-1.0.8 → solace_agent_mesh-1.1.0}/assets/docs/assets/js/8908.f9d1b506.js +0 -0
  1068. {solace_agent_mesh-1.0.8 → solace_agent_mesh-1.1.0}/assets/docs/assets/js/9157.b4093d07.js +0 -0
  1069. {solace_agent_mesh-1.0.8 → solace_agent_mesh-1.1.0}/assets/docs/assets/js/9278.a4fd875d.js +0 -0
  1070. {solace_agent_mesh-1.0.8 → solace_agent_mesh-1.1.0}/assets/docs/assets/js/945fb41e.c63791d1.js +0 -0
  1071. {solace_agent_mesh-1.0.8 → solace_agent_mesh-1.1.0}/assets/docs/assets/js/9616.b75c2f6d.js +0 -0
  1072. {solace_agent_mesh-1.0.8 → solace_agent_mesh-1.1.0}/assets/docs/assets/js/9793.c6d16376.js +0 -0
  1073. {solace_agent_mesh-1.0.8 → solace_agent_mesh-1.1.0}/assets/docs/assets/js/9eff14a2.472b0310.js +0 -0
  1074. {solace_agent_mesh-1.0.8 → solace_agent_mesh-1.1.0}/assets/docs/assets/js/a3a92b25.4b7fa6a2.js +0 -0
  1075. {solace_agent_mesh-1.0.8 → solace_agent_mesh-1.1.0}/assets/docs/assets/js/a7bd4aaa.2204d2f7.js +0 -0
  1076. {solace_agent_mesh-1.0.8 → solace_agent_mesh-1.1.0}/assets/docs/assets/js/a94703ab.0438dbc2.js +0 -0
  1077. {solace_agent_mesh-1.0.8 → solace_agent_mesh-1.1.0}/assets/docs/assets/js/aba21aa0.c42a534c.js +0 -0
  1078. {solace_agent_mesh-1.0.8 → solace_agent_mesh-1.1.0}/assets/docs/assets/js/aba87c2f.76376d7c.js +0 -0
  1079. {solace_agent_mesh-1.0.8 → solace_agent_mesh-1.1.0}/assets/docs/assets/js/ae4415af.7a2f0bbf.js +0 -0
  1080. {solace_agent_mesh-1.0.8 → solace_agent_mesh-1.1.0}/assets/docs/assets/js/b7006a3a.73a79653.js +0 -0
  1081. {solace_agent_mesh-1.0.8 → solace_agent_mesh-1.1.0}/assets/docs/assets/js/bac0be12.f50d9bac.js +0 -0
  1082. {solace_agent_mesh-1.0.8 → solace_agent_mesh-1.1.0}/assets/docs/assets/js/beecea0d.ae31f6a7.js +0 -0
  1083. {solace_agent_mesh-1.0.8 → solace_agent_mesh-1.1.0}/assets/docs/assets/js/c2c06897.587b4af5.js +0 -0
  1084. {solace_agent_mesh-1.0.8 → solace_agent_mesh-1.1.0}/assets/docs/assets/js/cc969b05.bd3e0d6c.js +0 -0
  1085. {solace_agent_mesh-1.0.8 → solace_agent_mesh-1.1.0}/assets/docs/assets/js/cd3d4052.b6535013.js +0 -0
  1086. {solace_agent_mesh-1.0.8 → solace_agent_mesh-1.1.0}/assets/docs/assets/js/ced92a13.fb92e7ca.js +0 -0
  1087. {solace_agent_mesh-1.0.8 → solace_agent_mesh-1.1.0}/assets/docs/assets/js/cee5d587.f5b73ca1.js +0 -0
  1088. {solace_agent_mesh-1.0.8 → solace_agent_mesh-1.1.0}/assets/docs/assets/js/f897a61a.0aa29dbb.js +0 -0
  1089. {solace_agent_mesh-1.0.8 → solace_agent_mesh-1.1.0}/assets/docs/assets/js/fbfa3e75.aca209c9.js +0 -0
  1090. /solace_agent_mesh-1.0.8/assets/docs/assets/js/main.7f9e0deb.js.LICENSE.txt → /solace_agent_mesh-1.1.0/assets/docs/assets/js/main.7fb116ff.js.LICENSE.txt +0 -0
  1091. {solace_agent_mesh-1.0.8 → solace_agent_mesh-1.1.0}/assets/docs/img/Solace_AI_Framework_With_Broker.png +0 -0
  1092. {solace_agent_mesh-1.0.8 → solace_agent_mesh-1.1.0}/assets/docs/img/logo.png +0 -0
  1093. {solace_agent_mesh-1.0.8 → solace_agent_mesh-1.1.0}/assets/docs/img/sac-flows.png +0 -0
  1094. {solace_agent_mesh-1.0.8 → solace_agent_mesh-1.1.0}/assets/docs/img/sac_parts_of_a_component.png +0 -0
  1095. {solace_agent_mesh-1.0.8 → solace_agent_mesh-1.1.0}/assets/docs/img/solace-logo-text.svg +0 -0
  1096. {solace_agent_mesh-1.0.8 → solace_agent_mesh-1.1.0}/assets/docs/img/solace-logo.png +0 -0
  1097. {solace_agent_mesh-1.0.8 → solace_agent_mesh-1.1.0}/cli/commands/__init__.py +0 -0
  1098. {solace_agent_mesh-1.0.8 → solace_agent_mesh-1.1.0}/cli/commands/add_cmd/__init__.py +0 -0
  1099. {solace_agent_mesh-1.0.8 → solace_agent_mesh-1.1.0}/cli/commands/add_cmd/add_cmd_llm.txt +0 -0
  1100. {solace_agent_mesh-1.0.8 → solace_agent_mesh-1.1.0}/cli/commands/add_cmd/agent_cmd.py +0 -0
  1101. {solace_agent_mesh-1.0.8 → solace_agent_mesh-1.1.0}/cli/commands/add_cmd/gateway_cmd.py +0 -0
  1102. {solace_agent_mesh-1.0.8 → solace_agent_mesh-1.1.0}/cli/commands/docs_cmd.py +0 -0
  1103. {solace_agent_mesh-1.0.8 → solace_agent_mesh-1.1.0}/cli/commands/eval_cmd.py +0 -0
  1104. {solace_agent_mesh-1.0.8 → solace_agent_mesh-1.1.0}/cli/commands/init_cmd/__init__.py +0 -0
  1105. {solace_agent_mesh-1.0.8 → solace_agent_mesh-1.1.0}/cli/commands/init_cmd/broker_step.py +0 -0
  1106. {solace_agent_mesh-1.0.8 → solace_agent_mesh-1.1.0}/cli/commands/init_cmd/directory_step.py +0 -0
  1107. {solace_agent_mesh-1.0.8 → solace_agent_mesh-1.1.0}/cli/commands/init_cmd/env_step.py +0 -0
  1108. {solace_agent_mesh-1.0.8 → solace_agent_mesh-1.1.0}/cli/commands/init_cmd/init_cmd_llm.txt +0 -0
  1109. {solace_agent_mesh-1.0.8 → solace_agent_mesh-1.1.0}/cli/commands/init_cmd/orchestrator_step.py +0 -0
  1110. {solace_agent_mesh-1.0.8 → solace_agent_mesh-1.1.0}/cli/commands/init_cmd/project_files_step.py +0 -0
  1111. {solace_agent_mesh-1.0.8 → solace_agent_mesh-1.1.0}/cli/commands/init_cmd/webui_gateway_step.py +0 -0
  1112. {solace_agent_mesh-1.0.8 → solace_agent_mesh-1.1.0}/cli/commands/plugin_cmd/__init__.py +0 -0
  1113. {solace_agent_mesh-1.0.8 → solace_agent_mesh-1.1.0}/cli/commands/plugin_cmd/add_cmd.py +0 -0
  1114. {solace_agent_mesh-1.0.8 → solace_agent_mesh-1.1.0}/cli/commands/plugin_cmd/build_cmd.py +0 -0
  1115. {solace_agent_mesh-1.0.8 → solace_agent_mesh-1.1.0}/cli/commands/plugin_cmd/create_cmd.py +0 -0
  1116. {solace_agent_mesh-1.0.8 → solace_agent_mesh-1.1.0}/cli/commands/plugin_cmd/official_registry.py +0 -0
  1117. {solace_agent_mesh-1.0.8 → solace_agent_mesh-1.1.0}/cli/commands/plugin_cmd/plugin_cmd_llm.txt +0 -0
  1118. {solace_agent_mesh-1.0.8 → solace_agent_mesh-1.1.0}/cli/commands/run_cmd.py +0 -0
  1119. {solace_agent_mesh-1.0.8 → solace_agent_mesh-1.1.0}/cli/main.py +0 -0
  1120. {solace_agent_mesh-1.0.8 → solace_agent_mesh-1.1.0}/client/sam-rest-client/README.md +0 -0
  1121. {solace_agent_mesh-1.0.8 → solace_agent_mesh-1.1.0}/client/sam-rest-client/pyproject.toml +0 -0
  1122. {solace_agent_mesh-1.0.8 → solace_agent_mesh-1.1.0}/client/sam-rest-client/src/sam_rest_client/__init__.py +0 -0
  1123. {solace_agent_mesh-1.0.8 → solace_agent_mesh-1.1.0}/client/sam-rest-client/src/sam_rest_client/cli.py +0 -0
  1124. {solace_agent_mesh-1.0.8 → solace_agent_mesh-1.1.0}/client/sam-rest-client/src/sam_rest_client/client.py +0 -0
  1125. {solace_agent_mesh-1.0.8 → solace_agent_mesh-1.1.0}/client/webui/frontend/.gitignore +0 -0
  1126. {solace_agent_mesh-1.0.8 → solace_agent_mesh-1.1.0}/client/webui/frontend/.npmignore +0 -0
  1127. {solace_agent_mesh-1.0.8 → solace_agent_mesh-1.1.0}/client/webui/frontend/.prettierrc +0 -0
  1128. {solace_agent_mesh-1.0.8 → solace_agent_mesh-1.1.0}/client/webui/frontend/auth-callback.html +0 -0
  1129. {solace_agent_mesh-1.0.8 → solace_agent_mesh-1.1.0}/client/webui/frontend/components.json +0 -0
  1130. {solace_agent_mesh-1.0.8 → solace_agent_mesh-1.1.0}/client/webui/frontend/eslint.config.js +0 -0
  1131. {solace_agent_mesh-1.0.8 → solace_agent_mesh-1.1.0}/client/webui/frontend/index.html +0 -0
  1132. {solace_agent_mesh-1.0.8 → solace_agent_mesh-1.1.0}/client/webui/frontend/src/App.css +0 -0
  1133. {solace_agent_mesh-1.0.8 → solace_agent_mesh-1.1.0}/client/webui/frontend/src/App.tsx +0 -0
  1134. {solace_agent_mesh-1.0.8 → solace_agent_mesh-1.1.0}/client/webui/frontend/src/assets/favicon.ico +0 -0
  1135. {solace_agent_mesh-1.0.8 → solace_agent_mesh-1.1.0}/client/webui/frontend/src/auth/authCallback.tsx +0 -0
  1136. {solace_agent_mesh-1.0.8 → solace_agent_mesh-1.1.0}/client/webui/frontend/src/auth/authCallbackLoader.tsx +0 -0
  1137. {solace_agent_mesh-1.0.8 → solace_agent_mesh-1.1.0}/client/webui/frontend/src/lib/components/activities/FlowChart/customEdges/GenericFlowEdge.tsx +0 -0
  1138. {solace_agent_mesh-1.0.8 → solace_agent_mesh-1.1.0}/client/webui/frontend/src/lib/components/activities/FlowChart/customNodes/GenericAgentNode.tsx +0 -0
  1139. {solace_agent_mesh-1.0.8 → solace_agent_mesh-1.1.0}/client/webui/frontend/src/lib/components/activities/FlowChart/customNodes/GenericToolNode.tsx +0 -0
  1140. {solace_agent_mesh-1.0.8 → solace_agent_mesh-1.1.0}/client/webui/frontend/src/lib/components/activities/FlowChart/customNodes/LLMNode.tsx +0 -0
  1141. {solace_agent_mesh-1.0.8 → solace_agent_mesh-1.1.0}/client/webui/frontend/src/lib/components/activities/FlowChart/customNodes/OrchestratorAgentNode.tsx +0 -0
  1142. {solace_agent_mesh-1.0.8 → solace_agent_mesh-1.1.0}/client/webui/frontend/src/lib/components/activities/FlowChart/customNodes/UserNode.tsx +0 -0
  1143. {solace_agent_mesh-1.0.8 → solace_agent_mesh-1.1.0}/client/webui/frontend/src/lib/components/activities/FlowChartPanel.tsx +0 -0
  1144. {solace_agent_mesh-1.0.8 → solace_agent_mesh-1.1.0}/client/webui/frontend/src/lib/components/activities/index.ts +0 -0
  1145. {solace_agent_mesh-1.0.8 → solace_agent_mesh-1.1.0}/client/webui/frontend/src/lib/components/agents/LayoutSelector.tsx +0 -0
  1146. {solace_agent_mesh-1.0.8 → solace_agent_mesh-1.1.0}/client/webui/frontend/src/lib/components/agents/index.ts +0 -0
  1147. {solace_agent_mesh-1.0.8 → solace_agent_mesh-1.1.0}/client/webui/frontend/src/lib/components/chat/ChatSessionDialog.tsx +0 -0
  1148. {solace_agent_mesh-1.0.8 → solace_agent_mesh-1.1.0}/client/webui/frontend/src/lib/components/chat/ChatSessions.tsx +0 -0
  1149. {solace_agent_mesh-1.0.8 → solace_agent_mesh-1.1.0}/client/webui/frontend/src/lib/components/chat/ChatSidePanel.tsx +0 -0
  1150. {solace_agent_mesh-1.0.8 → solace_agent_mesh-1.1.0}/client/webui/frontend/src/lib/components/chat/LoadingMessageRow.tsx +0 -0
  1151. {solace_agent_mesh-1.0.8 → solace_agent_mesh-1.1.0}/client/webui/frontend/src/lib/components/chat/SessionSidePanel.tsx +0 -0
  1152. {solace_agent_mesh-1.0.8 → solace_agent_mesh-1.1.0}/client/webui/frontend/src/lib/components/chat/artifact/ArtifactCard.tsx +0 -0
  1153. {solace_agent_mesh-1.0.8 → solace_agent_mesh-1.1.0}/client/webui/frontend/src/lib/components/chat/artifact/ArtifactDeleteAllDialog.tsx +0 -0
  1154. {solace_agent_mesh-1.0.8 → solace_agent_mesh-1.1.0}/client/webui/frontend/src/lib/components/chat/artifact/ArtifactDeleteDialog.tsx +0 -0
  1155. {solace_agent_mesh-1.0.8 → solace_agent_mesh-1.1.0}/client/webui/frontend/src/lib/components/chat/artifact/ArtifactDetails.tsx +0 -0
  1156. {solace_agent_mesh-1.0.8 → solace_agent_mesh-1.1.0}/client/webui/frontend/src/lib/components/chat/artifact/ArtifactMorePopover.tsx +0 -0
  1157. {solace_agent_mesh-1.0.8 → solace_agent_mesh-1.1.0}/client/webui/frontend/src/lib/components/chat/artifact/ArtifactPanel.tsx +0 -0
  1158. {solace_agent_mesh-1.0.8 → solace_agent_mesh-1.1.0}/client/webui/frontend/src/lib/components/chat/artifact/ArtifactPreviewContent.tsx +0 -0
  1159. {solace_agent_mesh-1.0.8 → solace_agent_mesh-1.1.0}/client/webui/frontend/src/lib/components/chat/artifact/ArtifactPreviewDownload.tsx +0 -0
  1160. {solace_agent_mesh-1.0.8 → solace_agent_mesh-1.1.0}/client/webui/frontend/src/lib/components/chat/artifact/ArtifactSortPopover.tsx +0 -0
  1161. {solace_agent_mesh-1.0.8 → solace_agent_mesh-1.1.0}/client/webui/frontend/src/lib/components/chat/artifact/ArtifactVersionNavigation.tsx +0 -0
  1162. {solace_agent_mesh-1.0.8 → solace_agent_mesh-1.1.0}/client/webui/frontend/src/lib/components/chat/file/FileBadge.tsx +0 -0
  1163. {solace_agent_mesh-1.0.8 → solace_agent_mesh-1.1.0}/client/webui/frontend/src/lib/components/chat/file/fileUtils.tsx +0 -0
  1164. {solace_agent_mesh-1.0.8 → solace_agent_mesh-1.1.0}/client/webui/frontend/src/lib/components/chat/index.ts +0 -0
  1165. {solace_agent_mesh-1.0.8 → solace_agent_mesh-1.1.0}/client/webui/frontend/src/lib/components/chat/preview/ContentRenderer.tsx +0 -0
  1166. {solace_agent_mesh-1.0.8 → solace_agent_mesh-1.1.0}/client/webui/frontend/src/lib/components/chat/preview/Renderers/AudioRenderer.tsx +0 -0
  1167. {solace_agent_mesh-1.0.8 → solace_agent_mesh-1.1.0}/client/webui/frontend/src/lib/components/chat/preview/Renderers/CsvRenderer.tsx +0 -0
  1168. {solace_agent_mesh-1.0.8 → solace_agent_mesh-1.1.0}/client/webui/frontend/src/lib/components/chat/preview/Renderers/HTMLRenderer.tsx +0 -0
  1169. {solace_agent_mesh-1.0.8 → solace_agent_mesh-1.1.0}/client/webui/frontend/src/lib/components/chat/preview/Renderers/ImageRenderer.tsx +0 -0
  1170. {solace_agent_mesh-1.0.8 → solace_agent_mesh-1.1.0}/client/webui/frontend/src/lib/components/chat/preview/Renderers/MarkdownRenderer.tsx +0 -0
  1171. {solace_agent_mesh-1.0.8 → solace_agent_mesh-1.1.0}/client/webui/frontend/src/lib/components/chat/preview/Renderers/MermaidRenderer.tsx +0 -0
  1172. {solace_agent_mesh-1.0.8 → solace_agent_mesh-1.1.0}/client/webui/frontend/src/lib/components/chat/preview/Renderers/StructuredDataRenderer.tsx +0 -0
  1173. {solace_agent_mesh-1.0.8 → solace_agent_mesh-1.1.0}/client/webui/frontend/src/lib/components/chat/preview/Renderers/TextRenderer.tsx +0 -0
  1174. {solace_agent_mesh-1.0.8 → solace_agent_mesh-1.1.0}/client/webui/frontend/src/lib/components/chat/preview/Renderers/index.ts +0 -0
  1175. {solace_agent_mesh-1.0.8 → solace_agent_mesh-1.1.0}/client/webui/frontend/src/lib/components/common/MarkdownHTMLConverter.tsx +0 -0
  1176. {solace_agent_mesh-1.0.8 → solace_agent_mesh-1.1.0}/client/webui/frontend/src/lib/components/common/MessageBanner.tsx +0 -0
  1177. {solace_agent_mesh-1.0.8 → solace_agent_mesh-1.1.0}/client/webui/frontend/src/lib/components/common/index.ts +0 -0
  1178. {solace_agent_mesh-1.0.8 → solace_agent_mesh-1.1.0}/client/webui/frontend/src/lib/components/header/Header.tsx +0 -0
  1179. {solace_agent_mesh-1.0.8 → solace_agent_mesh-1.1.0}/client/webui/frontend/src/lib/components/header/index.ts +0 -0
  1180. {solace_agent_mesh-1.0.8 → solace_agent_mesh-1.1.0}/client/webui/frontend/src/lib/components/index.ts +0 -0
  1181. {solace_agent_mesh-1.0.8 → solace_agent_mesh-1.1.0}/client/webui/frontend/src/lib/components/jsonViewer/JSONViewer.tsx +0 -0
  1182. {solace_agent_mesh-1.0.8 → solace_agent_mesh-1.1.0}/client/webui/frontend/src/lib/components/jsonViewer/index.ts +0 -0
  1183. {solace_agent_mesh-1.0.8 → solace_agent_mesh-1.1.0}/client/webui/frontend/src/lib/components/navigation/NavigationButton.tsx +0 -0
  1184. {solace_agent_mesh-1.0.8 → solace_agent_mesh-1.1.0}/client/webui/frontend/src/lib/components/navigation/NavigationHeader.tsx +0 -0
  1185. {solace_agent_mesh-1.0.8 → solace_agent_mesh-1.1.0}/client/webui/frontend/src/lib/components/navigation/NavigationList.tsx +0 -0
  1186. {solace_agent_mesh-1.0.8 → solace_agent_mesh-1.1.0}/client/webui/frontend/src/lib/components/navigation/NavigationSidebar.tsx +0 -0
  1187. {solace_agent_mesh-1.0.8 → solace_agent_mesh-1.1.0}/client/webui/frontend/src/lib/components/navigation/ToggleThemeButton.tsx +0 -0
  1188. {solace_agent_mesh-1.0.8 → solace_agent_mesh-1.1.0}/client/webui/frontend/src/lib/components/navigation/index.ts +0 -0
  1189. {solace_agent_mesh-1.0.8 → solace_agent_mesh-1.1.0}/client/webui/frontend/src/lib/components/navigation/navigation.ts +0 -0
  1190. {solace_agent_mesh-1.0.8 → solace_agent_mesh-1.1.0}/client/webui/frontend/src/lib/components/pages/AgentMeshPage.tsx +0 -0
  1191. {solace_agent_mesh-1.0.8 → solace_agent_mesh-1.1.0}/client/webui/frontend/src/lib/components/pages/index.ts +0 -0
  1192. {solace_agent_mesh-1.0.8 → solace_agent_mesh-1.1.0}/client/webui/frontend/src/lib/components/toast/Toast.tsx +0 -0
  1193. {solace_agent_mesh-1.0.8 → solace_agent_mesh-1.1.0}/client/webui/frontend/src/lib/components/toast/index.ts +0 -0
  1194. {solace_agent_mesh-1.0.8 → solace_agent_mesh-1.1.0}/client/webui/frontend/src/lib/components/ui/ViewWorkflowButton.tsx +0 -0
  1195. {solace_agent_mesh-1.0.8 → solace_agent_mesh-1.1.0}/client/webui/frontend/src/lib/components/ui/accordion.tsx +0 -0
  1196. {solace_agent_mesh-1.0.8 → solace_agent_mesh-1.1.0}/client/webui/frontend/src/lib/components/ui/alert.tsx +0 -0
  1197. {solace_agent_mesh-1.0.8 → solace_agent_mesh-1.1.0}/client/webui/frontend/src/lib/components/ui/avatar.tsx +0 -0
  1198. {solace_agent_mesh-1.0.8 → solace_agent_mesh-1.1.0}/client/webui/frontend/src/lib/components/ui/badge.tsx +0 -0
  1199. {solace_agent_mesh-1.0.8 → solace_agent_mesh-1.1.0}/client/webui/frontend/src/lib/components/ui/button.tsx +0 -0
  1200. {solace_agent_mesh-1.0.8 → solace_agent_mesh-1.1.0}/client/webui/frontend/src/lib/components/ui/card.tsx +0 -0
  1201. {solace_agent_mesh-1.0.8 → solace_agent_mesh-1.1.0}/client/webui/frontend/src/lib/components/ui/chart.tsx +0 -0
  1202. {solace_agent_mesh-1.0.8 → solace_agent_mesh-1.1.0}/client/webui/frontend/src/lib/components/ui/chat/chat-bubble.tsx +0 -0
  1203. {solace_agent_mesh-1.0.8 → solace_agent_mesh-1.1.0}/client/webui/frontend/src/lib/components/ui/chat/chat-input.tsx +0 -0
  1204. {solace_agent_mesh-1.0.8 → solace_agent_mesh-1.1.0}/client/webui/frontend/src/lib/components/ui/chat/chat-message-list.tsx +0 -0
  1205. {solace_agent_mesh-1.0.8 → solace_agent_mesh-1.1.0}/client/webui/frontend/src/lib/components/ui/chat/chatStyles.ts +0 -0
  1206. {solace_agent_mesh-1.0.8 → solace_agent_mesh-1.1.0}/client/webui/frontend/src/lib/components/ui/chat/hooks/useAutoScroll.tsx +0 -0
  1207. {solace_agent_mesh-1.0.8 → solace_agent_mesh-1.1.0}/client/webui/frontend/src/lib/components/ui/chat/message-loading.tsx +0 -0
  1208. {solace_agent_mesh-1.0.8 → solace_agent_mesh-1.1.0}/client/webui/frontend/src/lib/components/ui/dialog.tsx +0 -0
  1209. {solace_agent_mesh-1.0.8 → solace_agent_mesh-1.1.0}/client/webui/frontend/src/lib/components/ui/dropdown-menu.tsx +0 -0
  1210. {solace_agent_mesh-1.0.8 → solace_agent_mesh-1.1.0}/client/webui/frontend/src/lib/components/ui/hooks/index.ts +0 -0
  1211. {solace_agent_mesh-1.0.8 → solace_agent_mesh-1.1.0}/client/webui/frontend/src/lib/components/ui/hooks/useClickOutside.ts +0 -0
  1212. {solace_agent_mesh-1.0.8 → solace_agent_mesh-1.1.0}/client/webui/frontend/src/lib/components/ui/hooks/useEscapeKey.ts +0 -0
  1213. {solace_agent_mesh-1.0.8 → solace_agent_mesh-1.1.0}/client/webui/frontend/src/lib/components/ui/hooks/usePopoverPosition.ts +0 -0
  1214. {solace_agent_mesh-1.0.8 → solace_agent_mesh-1.1.0}/client/webui/frontend/src/lib/components/ui/hooks/useResizable.ts +0 -0
  1215. {solace_agent_mesh-1.0.8 → solace_agent_mesh-1.1.0}/client/webui/frontend/src/lib/components/ui/index.ts +0 -0
  1216. {solace_agent_mesh-1.0.8 → solace_agent_mesh-1.1.0}/client/webui/frontend/src/lib/components/ui/input.tsx +0 -0
  1217. {solace_agent_mesh-1.0.8 → solace_agent_mesh-1.1.0}/client/webui/frontend/src/lib/components/ui/menu.tsx +0 -0
  1218. {solace_agent_mesh-1.0.8 → solace_agent_mesh-1.1.0}/client/webui/frontend/src/lib/components/ui/popover.tsx +0 -0
  1219. {solace_agent_mesh-1.0.8 → solace_agent_mesh-1.1.0}/client/webui/frontend/src/lib/components/ui/popoverManual.tsx +0 -0
  1220. {solace_agent_mesh-1.0.8 → solace_agent_mesh-1.1.0}/client/webui/frontend/src/lib/components/ui/resizable.tsx +0 -0
  1221. {solace_agent_mesh-1.0.8 → solace_agent_mesh-1.1.0}/client/webui/frontend/src/lib/components/ui/select.tsx +0 -0
  1222. {solace_agent_mesh-1.0.8 → solace_agent_mesh-1.1.0}/client/webui/frontend/src/lib/components/ui/separator.tsx +0 -0
  1223. {solace_agent_mesh-1.0.8 → solace_agent_mesh-1.1.0}/client/webui/frontend/src/lib/components/ui/sheet.tsx +0 -0
  1224. {solace_agent_mesh-1.0.8 → solace_agent_mesh-1.1.0}/client/webui/frontend/src/lib/components/ui/side-panel.tsx +0 -0
  1225. {solace_agent_mesh-1.0.8 → solace_agent_mesh-1.1.0}/client/webui/frontend/src/lib/components/ui/sidebar.tsx +0 -0
  1226. {solace_agent_mesh-1.0.8 → solace_agent_mesh-1.1.0}/client/webui/frontend/src/lib/components/ui/skeleton.tsx +0 -0
  1227. {solace_agent_mesh-1.0.8 → solace_agent_mesh-1.1.0}/client/webui/frontend/src/lib/components/ui/spinner.tsx +0 -0
  1228. {solace_agent_mesh-1.0.8 → solace_agent_mesh-1.1.0}/client/webui/frontend/src/lib/components/ui/table.tsx +0 -0
  1229. {solace_agent_mesh-1.0.8 → solace_agent_mesh-1.1.0}/client/webui/frontend/src/lib/components/ui/tabs.tsx +0 -0
  1230. {solace_agent_mesh-1.0.8 → solace_agent_mesh-1.1.0}/client/webui/frontend/src/lib/components/ui/textarea.tsx +0 -0
  1231. {solace_agent_mesh-1.0.8 → solace_agent_mesh-1.1.0}/client/webui/frontend/src/lib/components/ui/toast-container.tsx +0 -0
  1232. {solace_agent_mesh-1.0.8 → solace_agent_mesh-1.1.0}/client/webui/frontend/src/lib/components/ui/tooltip.tsx +0 -0
  1233. {solace_agent_mesh-1.0.8 → solace_agent_mesh-1.1.0}/client/webui/frontend/src/lib/contexts/AuthContext.ts +0 -0
  1234. {solace_agent_mesh-1.0.8 → solace_agent_mesh-1.1.0}/client/webui/frontend/src/lib/contexts/ConfigContext.ts +0 -0
  1235. {solace_agent_mesh-1.0.8 → solace_agent_mesh-1.1.0}/client/webui/frontend/src/lib/contexts/CsrfContext.ts +0 -0
  1236. {solace_agent_mesh-1.0.8 → solace_agent_mesh-1.1.0}/client/webui/frontend/src/lib/contexts/TaskContext.ts +0 -0
  1237. {solace_agent_mesh-1.0.8 → solace_agent_mesh-1.1.0}/client/webui/frontend/src/lib/contexts/ThemeContext.ts +0 -0
  1238. {solace_agent_mesh-1.0.8 → solace_agent_mesh-1.1.0}/client/webui/frontend/src/lib/contexts/index.ts +0 -0
  1239. {solace_agent_mesh-1.0.8 → solace_agent_mesh-1.1.0}/client/webui/frontend/src/lib/hooks/index.ts +0 -0
  1240. {solace_agent_mesh-1.0.8 → solace_agent_mesh-1.1.0}/client/webui/frontend/src/lib/hooks/useArtifacts.ts +0 -0
  1241. {solace_agent_mesh-1.0.8 → solace_agent_mesh-1.1.0}/client/webui/frontend/src/lib/hooks/useAuthContext.ts +0 -0
  1242. {solace_agent_mesh-1.0.8 → solace_agent_mesh-1.1.0}/client/webui/frontend/src/lib/hooks/useBeforeUnload.ts +0 -0
  1243. {solace_agent_mesh-1.0.8 → solace_agent_mesh-1.1.0}/client/webui/frontend/src/lib/hooks/useChatContext.ts +0 -0
  1244. {solace_agent_mesh-1.0.8 → solace_agent_mesh-1.1.0}/client/webui/frontend/src/lib/hooks/useConfigContext.ts +0 -0
  1245. {solace_agent_mesh-1.0.8 → solace_agent_mesh-1.1.0}/client/webui/frontend/src/lib/hooks/useCopy.ts +0 -0
  1246. {solace_agent_mesh-1.0.8 → solace_agent_mesh-1.1.0}/client/webui/frontend/src/lib/hooks/useCsrfContext.ts +0 -0
  1247. {solace_agent_mesh-1.0.8 → solace_agent_mesh-1.1.0}/client/webui/frontend/src/lib/hooks/useDebounce.ts +0 -0
  1248. {solace_agent_mesh-1.0.8 → solace_agent_mesh-1.1.0}/client/webui/frontend/src/lib/hooks/useDownload.ts +0 -0
  1249. {solace_agent_mesh-1.0.8 → solace_agent_mesh-1.1.0}/client/webui/frontend/src/lib/hooks/useDragAndDrop.ts +0 -0
  1250. {solace_agent_mesh-1.0.8 → solace_agent_mesh-1.1.0}/client/webui/frontend/src/lib/hooks/useMobile.ts +0 -0
  1251. {solace_agent_mesh-1.0.8 → solace_agent_mesh-1.1.0}/client/webui/frontend/src/lib/hooks/useTaskContext.ts +0 -0
  1252. {solace_agent_mesh-1.0.8 → solace_agent_mesh-1.1.0}/client/webui/frontend/src/lib/hooks/useThemeContext.ts +0 -0
  1253. {solace_agent_mesh-1.0.8 → solace_agent_mesh-1.1.0}/client/webui/frontend/src/lib/index.css +0 -0
  1254. {solace_agent_mesh-1.0.8 → solace_agent_mesh-1.1.0}/client/webui/frontend/src/lib/index.ts +0 -0
  1255. {solace_agent_mesh-1.0.8 → solace_agent_mesh-1.1.0}/client/webui/frontend/src/lib/plugins/PluginRegistry.tsx +0 -0
  1256. {solace_agent_mesh-1.0.8 → solace_agent_mesh-1.1.0}/client/webui/frontend/src/lib/plugins/constants.ts +0 -0
  1257. {solace_agent_mesh-1.0.8 → solace_agent_mesh-1.1.0}/client/webui/frontend/src/lib/plugins/index.ts +0 -0
  1258. {solace_agent_mesh-1.0.8 → solace_agent_mesh-1.1.0}/client/webui/frontend/src/lib/providers/AuthProvider.tsx +0 -0
  1259. {solace_agent_mesh-1.0.8 → solace_agent_mesh-1.1.0}/client/webui/frontend/src/lib/providers/ConfigProvider.tsx +0 -0
  1260. {solace_agent_mesh-1.0.8 → solace_agent_mesh-1.1.0}/client/webui/frontend/src/lib/providers/CsrfProvider.tsx +0 -0
  1261. {solace_agent_mesh-1.0.8 → solace_agent_mesh-1.1.0}/client/webui/frontend/src/lib/providers/ThemeProvider.tsx +0 -0
  1262. {solace_agent_mesh-1.0.8 → solace_agent_mesh-1.1.0}/client/webui/frontend/src/lib/providers/index.ts +0 -0
  1263. {solace_agent_mesh-1.0.8 → solace_agent_mesh-1.1.0}/client/webui/frontend/src/lib/providers/themes/palettes/index.ts +0 -0
  1264. {solace_agent_mesh-1.0.8 → solace_agent_mesh-1.1.0}/client/webui/frontend/src/lib/providers/themes/palettes/solace.ts +0 -0
  1265. {solace_agent_mesh-1.0.8 → solace_agent_mesh-1.1.0}/client/webui/frontend/src/lib/providers/themes/palettes/themePalette.ts +0 -0
  1266. {solace_agent_mesh-1.0.8 → solace_agent_mesh-1.1.0}/client/webui/frontend/src/lib/providers/themes/themeMapping.ts +0 -0
  1267. {solace_agent_mesh-1.0.8 → solace_agent_mesh-1.1.0}/client/webui/frontend/src/lib/types/index.ts +0 -0
  1268. {solace_agent_mesh-1.0.8 → solace_agent_mesh-1.1.0}/client/webui/frontend/src/lib/utils/api.ts +0 -0
  1269. {solace_agent_mesh-1.0.8 → solace_agent_mesh-1.1.0}/client/webui/frontend/src/lib/utils/cnTailwind.ts +0 -0
  1270. {solace_agent_mesh-1.0.8 → solace_agent_mesh-1.1.0}/client/webui/frontend/src/lib/utils/format.ts +0 -0
  1271. {solace_agent_mesh-1.0.8 → solace_agent_mesh-1.1.0}/client/webui/frontend/src/lib/utils/index.ts +0 -0
  1272. {solace_agent_mesh-1.0.8 → solace_agent_mesh-1.1.0}/client/webui/frontend/src/lib/utils/textPreprocessor.ts +0 -0
  1273. {solace_agent_mesh-1.0.8 → solace_agent_mesh-1.1.0}/client/webui/frontend/src/lib/utils/themeHtmlStyles.ts +0 -0
  1274. {solace_agent_mesh-1.0.8 → solace_agent_mesh-1.1.0}/client/webui/frontend/src/main.tsx +0 -0
  1275. {solace_agent_mesh-1.0.8 → solace_agent_mesh-1.1.0}/client/webui/frontend/src/vite-env.d.ts +0 -0
  1276. {solace_agent_mesh-1.0.8 → solace_agent_mesh-1.1.0}/client/webui/frontend/tailwind.config.js +0 -0
  1277. {solace_agent_mesh-1.0.8 → solace_agent_mesh-1.1.0}/client/webui/frontend/tsconfig.app.json +0 -0
  1278. {solace_agent_mesh-1.0.8 → solace_agent_mesh-1.1.0}/client/webui/frontend/tsconfig.json +0 -0
  1279. {solace_agent_mesh-1.0.8 → solace_agent_mesh-1.1.0}/client/webui/frontend/tsconfig.lib.json +0 -0
  1280. {solace_agent_mesh-1.0.8 → solace_agent_mesh-1.1.0}/client/webui/frontend/tsconfig.node.json +0 -0
  1281. {solace_agent_mesh-1.0.8 → solace_agent_mesh-1.1.0}/client/webui/frontend/vite.config.ts +0 -0
  1282. {solace_agent_mesh-1.0.8 → solace_agent_mesh-1.1.0}/client/webui/frontend/wss-unified-agent.config +0 -0
  1283. {solace_agent_mesh-1.0.8 → solace_agent_mesh-1.1.0}/config_portal/__init__.py +0 -0
  1284. {solace_agent_mesh-1.0.8 → solace_agent_mesh-1.1.0}/config_portal/backend/__init__.py +0 -0
  1285. {solace_agent_mesh-1.0.8 → solace_agent_mesh-1.1.0}/config_portal/backend/plugin_catalog/__init__.py +0 -0
  1286. {solace_agent_mesh-1.0.8 → solace_agent_mesh-1.1.0}/config_portal/backend/plugin_catalog/constants.py +0 -0
  1287. {solace_agent_mesh-1.0.8 → solace_agent_mesh-1.1.0}/config_portal/backend/plugin_catalog/models.py +0 -0
  1288. {solace_agent_mesh-1.0.8 → solace_agent_mesh-1.1.0}/config_portal/backend/plugin_catalog/registry_manager.py +0 -0
  1289. {solace_agent_mesh-1.0.8 → solace_agent_mesh-1.1.0}/config_portal/backend/plugin_catalog/scraper.py +0 -0
  1290. {solace_agent_mesh-1.0.8 → solace_agent_mesh-1.1.0}/config_portal/backend/plugin_catalog_server.py +0 -0
  1291. {solace_agent_mesh-1.0.8 → solace_agent_mesh-1.1.0}/config_portal/backend/server.py +0 -0
  1292. {solace_agent_mesh-1.0.8 → solace_agent_mesh-1.1.0}/config_portal/frontend/.eslintrc.cjs +0 -0
  1293. {solace_agent_mesh-1.0.8 → solace_agent_mesh-1.1.0}/config_portal/frontend/.gitignore +0 -0
  1294. {solace_agent_mesh-1.0.8 → solace_agent_mesh-1.1.0}/config_portal/frontend/app/common/providerModels.ts +0 -0
  1295. {solace_agent_mesh-1.0.8 → solace_agent_mesh-1.1.0}/config_portal/frontend/app/components/AddAgentFlow.tsx +0 -0
  1296. {solace_agent_mesh-1.0.8 → solace_agent_mesh-1.1.0}/config_portal/frontend/app/components/AddGatewayFlow.tsx +0 -0
  1297. {solace_agent_mesh-1.0.8 → solace_agent_mesh-1.1.0}/config_portal/frontend/app/components/InitializationFlow.tsx +0 -0
  1298. {solace_agent_mesh-1.0.8 → solace_agent_mesh-1.1.0}/config_portal/frontend/app/components/PluginCatalogFlow/PluginCatalogFlow.tsx +0 -0
  1299. {solace_agent_mesh-1.0.8 → solace_agent_mesh-1.1.0}/config_portal/frontend/app/components/PluginCatalogFlow/components/AddRegistryModal.tsx +0 -0
  1300. {solace_agent_mesh-1.0.8 → solace_agent_mesh-1.1.0}/config_portal/frontend/app/components/PluginCatalogFlow/components/InstallPluginModal.tsx +0 -0
  1301. {solace_agent_mesh-1.0.8 → solace_agent_mesh-1.1.0}/config_portal/frontend/app/components/PluginCatalogFlow/components/ReadMoreModal.tsx +0 -0
  1302. {solace_agent_mesh-1.0.8 → solace_agent_mesh-1.1.0}/config_portal/frontend/app/components/PluginCatalogFlow/types.ts +0 -0
  1303. {solace_agent_mesh-1.0.8 → solace_agent_mesh-1.1.0}/config_portal/frontend/app/components/StepIndicator.tsx +0 -0
  1304. {solace_agent_mesh-1.0.8 → solace_agent_mesh-1.1.0}/config_portal/frontend/app/components/steps/InitSuccessScreen/DocResourceCard.tsx +0 -0
  1305. {solace_agent_mesh-1.0.8 → solace_agent_mesh-1.1.0}/config_portal/frontend/app/components/steps/InitSuccessScreen/SuccessScreen.tsx +0 -0
  1306. {solace_agent_mesh-1.0.8 → solace_agent_mesh-1.1.0}/config_portal/frontend/app/components/steps/InitSuccessScreen/TutorialCard.tsx +0 -0
  1307. {solace_agent_mesh-1.0.8 → solace_agent_mesh-1.1.0}/config_portal/frontend/app/components/steps/agent/AgentBasicInfoStep.tsx +0 -0
  1308. {solace_agent_mesh-1.0.8 → solace_agent_mesh-1.1.0}/config_portal/frontend/app/components/steps/agent/AgentCardStep.tsx +0 -0
  1309. {solace_agent_mesh-1.0.8 → solace_agent_mesh-1.1.0}/config_portal/frontend/app/components/steps/agent/AgentFeaturesStep.tsx +0 -0
  1310. {solace_agent_mesh-1.0.8 → solace_agent_mesh-1.1.0}/config_portal/frontend/app/components/steps/agent/AgentServicesStep.tsx +0 -0
  1311. {solace_agent_mesh-1.0.8 → solace_agent_mesh-1.1.0}/config_portal/frontend/app/components/steps/agent/AgentToolsStep.tsx +0 -0
  1312. {solace_agent_mesh-1.0.8 → solace_agent_mesh-1.1.0}/config_portal/frontend/app/components/steps/gateway/GatewayArtifactServiceStep.tsx +0 -0
  1313. {solace_agent_mesh-1.0.8 → solace_agent_mesh-1.1.0}/config_portal/frontend/app/components/steps/gateway/GatewayBasicInfoStep.tsx +0 -0
  1314. {solace_agent_mesh-1.0.8 → solace_agent_mesh-1.1.0}/config_portal/frontend/app/components/steps/gateway/GatewayResponseCustomizationStep.tsx +0 -0
  1315. {solace_agent_mesh-1.0.8 → solace_agent_mesh-1.1.0}/config_portal/frontend/app/components/steps/gateway/GatewayReviewStep.tsx +0 -0
  1316. {solace_agent_mesh-1.0.8 → solace_agent_mesh-1.1.0}/config_portal/frontend/app/components/steps/init/AIProviderSetup.tsx +0 -0
  1317. {solace_agent_mesh-1.0.8 → solace_agent_mesh-1.1.0}/config_portal/frontend/app/components/steps/init/BrokerSetup.tsx +0 -0
  1318. {solace_agent_mesh-1.0.8 → solace_agent_mesh-1.1.0}/config_portal/frontend/app/components/steps/init/CompletionStep.tsx +0 -0
  1319. {solace_agent_mesh-1.0.8 → solace_agent_mesh-1.1.0}/config_portal/frontend/app/components/steps/init/OrchestratorSetup.tsx +0 -0
  1320. {solace_agent_mesh-1.0.8 → solace_agent_mesh-1.1.0}/config_portal/frontend/app/components/steps/init/PathSelectionStep.tsx +0 -0
  1321. {solace_agent_mesh-1.0.8 → solace_agent_mesh-1.1.0}/config_portal/frontend/app/components/steps/init/ProjectSetup.tsx +0 -0
  1322. {solace_agent_mesh-1.0.8 → solace_agent_mesh-1.1.0}/config_portal/frontend/app/components/steps/init/WebUIGatewaySetup.tsx +0 -0
  1323. {solace_agent_mesh-1.0.8 → solace_agent_mesh-1.1.0}/config_portal/frontend/app/components/ui/AutocompleteInput.tsx +0 -0
  1324. {solace_agent_mesh-1.0.8 → solace_agent_mesh-1.1.0}/config_portal/frontend/app/components/ui/Button.tsx +0 -0
  1325. {solace_agent_mesh-1.0.8 → solace_agent_mesh-1.1.0}/config_portal/frontend/app/components/ui/Checkbox.tsx +0 -0
  1326. {solace_agent_mesh-1.0.8 → solace_agent_mesh-1.1.0}/config_portal/frontend/app/components/ui/ChipInput.tsx +0 -0
  1327. {solace_agent_mesh-1.0.8 → solace_agent_mesh-1.1.0}/config_portal/frontend/app/components/ui/ConfirmationModal.tsx +0 -0
  1328. {solace_agent_mesh-1.0.8 → solace_agent_mesh-1.1.0}/config_portal/frontend/app/components/ui/FormField.tsx +0 -0
  1329. {solace_agent_mesh-1.0.8 → solace_agent_mesh-1.1.0}/config_portal/frontend/app/components/ui/InfoBoxes.tsx +0 -0
  1330. {solace_agent_mesh-1.0.8 → solace_agent_mesh-1.1.0}/config_portal/frontend/app/components/ui/Input.tsx +0 -0
  1331. {solace_agent_mesh-1.0.8 → solace_agent_mesh-1.1.0}/config_portal/frontend/app/components/ui/Modal.tsx +0 -0
  1332. {solace_agent_mesh-1.0.8 → solace_agent_mesh-1.1.0}/config_portal/frontend/app/components/ui/Select.tsx +0 -0
  1333. {solace_agent_mesh-1.0.8 → solace_agent_mesh-1.1.0}/config_portal/frontend/app/components/ui/Toggle.tsx +0 -0
  1334. {solace_agent_mesh-1.0.8 → solace_agent_mesh-1.1.0}/config_portal/frontend/app/entry.client.tsx +0 -0
  1335. {solace_agent_mesh-1.0.8 → solace_agent_mesh-1.1.0}/config_portal/frontend/app/root.tsx +0 -0
  1336. {solace_agent_mesh-1.0.8 → solace_agent_mesh-1.1.0}/config_portal/frontend/app/routes/_index.tsx +0 -0
  1337. {solace_agent_mesh-1.0.8 → solace_agent_mesh-1.1.0}/config_portal/frontend/app/tailwind.css +0 -0
  1338. {solace_agent_mesh-1.0.8 → solace_agent_mesh-1.1.0}/config_portal/frontend/postcss.config.js +0 -0
  1339. {solace_agent_mesh-1.0.8 → solace_agent_mesh-1.1.0}/config_portal/frontend/public/Solace_community_logo.png +0 -0
  1340. {solace_agent_mesh-1.0.8 → solace_agent_mesh-1.1.0}/config_portal/frontend/public/favicon.ico +0 -0
  1341. {solace_agent_mesh-1.0.8 → solace_agent_mesh-1.1.0}/config_portal/frontend/tailwind.config.ts +0 -0
  1342. {solace_agent_mesh-1.0.8 → solace_agent_mesh-1.1.0}/config_portal/frontend/tsconfig.json +0 -0
  1343. {solace_agent_mesh-1.0.8 → solace_agent_mesh-1.1.0}/config_portal/frontend/vite.config.ts +0 -0
  1344. {solace_agent_mesh-1.0.8 → solace_agent_mesh-1.1.0}/docs/.docusaurus/DONT-EDIT-THIS-FOLDER +0 -0
  1345. {solace_agent_mesh-1.0.8 → solace_agent_mesh-1.1.0}/docs/.docusaurus/client-modules.js +0 -0
  1346. {solace_agent_mesh-1.0.8 → solace_agent_mesh-1.1.0}/docs/.docusaurus/codeTranslations.json +0 -0
  1347. {solace_agent_mesh-1.0.8 → solace_agent_mesh-1.1.0}/docs/.docusaurus/docusaurus-lunr-search/default/__plugin.json +0 -0
  1348. {solace_agent_mesh-1.0.8 → solace_agent_mesh-1.1.0}/docs/.docusaurus/docusaurus-plugin-content-blog/default/__plugin.json +0 -0
  1349. {solace_agent_mesh-1.0.8 → solace_agent_mesh-1.1.0}/docs/.docusaurus/docusaurus-plugin-content-blog/default/blog-post-list-prop-default.json +0 -0
  1350. {solace_agent_mesh-1.0.8 → solace_agent_mesh-1.1.0}/docs/.docusaurus/docusaurus-plugin-content-blog/default/blogMetadata-default.json +0 -0
  1351. {solace_agent_mesh-1.0.8 → solace_agent_mesh-1.1.0}/docs/.docusaurus/docusaurus-plugin-content-docs/default/__mdx-loader-dependency.json +0 -0
  1352. {solace_agent_mesh-1.0.8 → solace_agent_mesh-1.1.0}/docs/.docusaurus/docusaurus-plugin-content-docs/default/__plugin.json +0 -0
  1353. {solace_agent_mesh-1.0.8 → solace_agent_mesh-1.1.0}/docs/.docusaurus/docusaurus-plugin-content-docs/default/site-docs-documentation-concepts-agents-md-aba.json +0 -0
  1354. {solace_agent_mesh-1.0.8 → solace_agent_mesh-1.1.0}/docs/.docusaurus/docusaurus-plugin-content-docs/default/site-docs-documentation-concepts-architecture-md-166.json +0 -0
  1355. {solace_agent_mesh-1.0.8 → solace_agent_mesh-1.1.0}/docs/.docusaurus/docusaurus-plugin-content-docs/default/site-docs-documentation-concepts-cli-md-ae4.json +0 -0
  1356. {solace_agent_mesh-1.0.8 → solace_agent_mesh-1.1.0}/docs/.docusaurus/docusaurus-plugin-content-docs/default/site-docs-documentation-concepts-gateways-md-049.json +0 -0
  1357. {solace_agent_mesh-1.0.8 → solace_agent_mesh-1.1.0}/docs/.docusaurus/docusaurus-plugin-content-docs/default/site-docs-documentation-concepts-orchestrator-md-21c.json +0 -0
  1358. {solace_agent_mesh-1.0.8 → solace_agent_mesh-1.1.0}/docs/.docusaurus/docusaurus-plugin-content-docs/default/site-docs-documentation-concepts-plugins-md-442.json +0 -0
  1359. {solace_agent_mesh-1.0.8 → solace_agent_mesh-1.1.0}/docs/.docusaurus/docusaurus-plugin-content-docs/default/site-docs-documentation-deployment-debugging-md-1c6.json +0 -0
  1360. {solace_agent_mesh-1.0.8 → solace_agent_mesh-1.1.0}/docs/.docusaurus/docusaurus-plugin-content-docs/default/site-docs-documentation-deployment-deploy-md-4c2.json +0 -0
  1361. {solace_agent_mesh-1.0.8 → solace_agent_mesh-1.1.0}/docs/.docusaurus/docusaurus-plugin-content-docs/default/site-docs-documentation-deployment-observability-md-fbf.json +0 -0
  1362. {solace_agent_mesh-1.0.8 → solace_agent_mesh-1.1.0}/docs/.docusaurus/docusaurus-plugin-content-docs/default/site-docs-documentation-getting-started-component-overview-md-a3a.json +0 -0
  1363. {solace_agent_mesh-1.0.8 → solace_agent_mesh-1.1.0}/docs/.docusaurus/docusaurus-plugin-content-docs/default/site-docs-documentation-getting-started-configurations-md-bee.json +0 -0
  1364. {solace_agent_mesh-1.0.8 → solace_agent_mesh-1.1.0}/docs/.docusaurus/docusaurus-plugin-content-docs/default/site-docs-documentation-getting-started-installation-md-cd3.json +0 -0
  1365. {solace_agent_mesh-1.0.8 → solace_agent_mesh-1.1.0}/docs/.docusaurus/docusaurus-plugin-content-docs/default/site-docs-documentation-getting-started-introduction-md-945.json +0 -0
  1366. {solace_agent_mesh-1.0.8 → solace_agent_mesh-1.1.0}/docs/.docusaurus/docusaurus-plugin-content-docs/default/site-docs-documentation-getting-started-quick-start-md-f89.json +0 -0
  1367. {solace_agent_mesh-1.0.8 → solace_agent_mesh-1.1.0}/docs/.docusaurus/docusaurus-plugin-content-docs/default/site-docs-documentation-tutorials-bedrock-agents-md-332.json +0 -0
  1368. {solace_agent_mesh-1.0.8 → solace_agent_mesh-1.1.0}/docs/.docusaurus/docusaurus-plugin-content-docs/default/site-docs-documentation-tutorials-custom-agent-md-3d4.json +0 -0
  1369. {solace_agent_mesh-1.0.8 → solace_agent_mesh-1.1.0}/docs/.docusaurus/docusaurus-plugin-content-docs/default/site-docs-documentation-tutorials-event-mesh-gateway-md-bac.json +0 -0
  1370. {solace_agent_mesh-1.0.8 → solace_agent_mesh-1.1.0}/docs/.docusaurus/docusaurus-plugin-content-docs/default/site-docs-documentation-tutorials-mcp-integration-md-0e6.json +0 -0
  1371. {solace_agent_mesh-1.0.8 → solace_agent_mesh-1.1.0}/docs/.docusaurus/docusaurus-plugin-content-docs/default/site-docs-documentation-tutorials-mongodb-integration-md-cc9.json +0 -0
  1372. {solace_agent_mesh-1.0.8 → solace_agent_mesh-1.1.0}/docs/.docusaurus/docusaurus-plugin-content-docs/default/site-docs-documentation-tutorials-rest-gateway-md-5b4.json +0 -0
  1373. {solace_agent_mesh-1.0.8 → solace_agent_mesh-1.1.0}/docs/.docusaurus/docusaurus-plugin-content-docs/default/site-docs-documentation-tutorials-slack-integration-md-9ef.json +0 -0
  1374. {solace_agent_mesh-1.0.8 → solace_agent_mesh-1.1.0}/docs/.docusaurus/docusaurus-plugin-content-docs/default/site-docs-documentation-tutorials-sql-database-md-2a9.json +0 -0
  1375. {solace_agent_mesh-1.0.8 → solace_agent_mesh-1.1.0}/docs/.docusaurus/docusaurus-plugin-content-docs/default/site-docs-documentation-user-guide-builtin-tools-artifact-management-md-b70.json +0 -0
  1376. {solace_agent_mesh-1.0.8 → solace_agent_mesh-1.1.0}/docs/.docusaurus/docusaurus-plugin-content-docs/default/site-docs-documentation-user-guide-builtin-tools-audio-tools-md-152.json +0 -0
  1377. {solace_agent_mesh-1.0.8 → solace_agent_mesh-1.1.0}/docs/.docusaurus/docusaurus-plugin-content-docs/default/site-docs-documentation-user-guide-builtin-tools-builtin-tools-md-768.json +0 -0
  1378. {solace_agent_mesh-1.0.8 → solace_agent_mesh-1.1.0}/docs/.docusaurus/docusaurus-plugin-content-docs/default/site-docs-documentation-user-guide-builtin-tools-data-analysis-tools-md-102.json +0 -0
  1379. {solace_agent_mesh-1.0.8 → solace_agent_mesh-1.1.0}/docs/.docusaurus/docusaurus-plugin-content-docs/default/site-docs-documentation-user-guide-builtin-tools-embeds-md-ced.json +0 -0
  1380. {solace_agent_mesh-1.0.8 → solace_agent_mesh-1.1.0}/docs/.docusaurus/docusaurus-plugin-content-docs/default/site-docs-documentation-user-guide-create-agents-md-42b.json +0 -0
  1381. {solace_agent_mesh-1.0.8 → solace_agent_mesh-1.1.0}/docs/.docusaurus/docusaurus-plugin-content-docs/default/site-docs-documentation-user-guide-create-gateways-md-55f.json +0 -0
  1382. {solace_agent_mesh-1.0.8 → solace_agent_mesh-1.1.0}/docs/.docusaurus/docusaurus-plugin-content-docs/default/site-docs-documentation-user-guide-creating-service-providers-md-c2c.json +0 -0
  1383. {solace_agent_mesh-1.0.8 → solace_agent_mesh-1.1.0}/docs/.docusaurus/docusaurus-plugin-content-docs/default/site-docs-documentation-user-guide-solace-ai-connector-md-853.json +0 -0
  1384. {solace_agent_mesh-1.0.8 → solace_agent_mesh-1.1.0}/docs/.docusaurus/docusaurus-plugin-content-docs/default/site-docs-documentation-user-guide-structure-md-cee.json +0 -0
  1385. {solace_agent_mesh-1.0.8 → solace_agent_mesh-1.1.0}/docs/.docusaurus/docusaurus-plugin-content-pages/default/__plugin.json +0 -0
  1386. {solace_agent_mesh-1.0.8 → solace_agent_mesh-1.1.0}/docs/.docusaurus/i18n.json +0 -0
  1387. {solace_agent_mesh-1.0.8 → solace_agent_mesh-1.1.0}/docs/.docusaurus/lunr.client.js +0 -0
  1388. {solace_agent_mesh-1.0.8 → solace_agent_mesh-1.1.0}/docs/.docusaurus/site-metadata.json +0 -0
  1389. {solace_agent_mesh-1.0.8 → solace_agent_mesh-1.1.0}/docs/.docusaurus/site-storage.json +0 -0
  1390. {solace_agent_mesh-1.0.8 → solace_agent_mesh-1.1.0}/docs/.gitignore +0 -0
  1391. {solace_agent_mesh-1.0.8 → solace_agent_mesh-1.1.0}/docs/README.md +0 -0
  1392. {solace_agent_mesh-1.0.8 → solace_agent_mesh-1.1.0}/docs/docs/documentation/concepts/_category_.json +0 -0
  1393. {solace_agent_mesh-1.0.8 → solace_agent_mesh-1.1.0}/docs/docs/documentation/concepts/agents.md +0 -0
  1394. {solace_agent_mesh-1.0.8 → solace_agent_mesh-1.1.0}/docs/docs/documentation/concepts/architecture.md +0 -0
  1395. {solace_agent_mesh-1.0.8 → solace_agent_mesh-1.1.0}/docs/docs/documentation/concepts/cli.md +0 -0
  1396. {solace_agent_mesh-1.0.8 → solace_agent_mesh-1.1.0}/docs/docs/documentation/concepts/gateways.md +0 -0
  1397. {solace_agent_mesh-1.0.8 → solace_agent_mesh-1.1.0}/docs/docs/documentation/concepts/orchestrator.md +0 -0
  1398. {solace_agent_mesh-1.0.8 → solace_agent_mesh-1.1.0}/docs/docs/documentation/concepts/plugins.md +0 -0
  1399. {solace_agent_mesh-1.0.8 → solace_agent_mesh-1.1.0}/docs/docs/documentation/deployment/_category_.json +0 -0
  1400. {solace_agent_mesh-1.0.8 → solace_agent_mesh-1.1.0}/docs/docs/documentation/deployment/debugging.md +0 -0
  1401. {solace_agent_mesh-1.0.8 → solace_agent_mesh-1.1.0}/docs/docs/documentation/deployment/deploy.md +0 -0
  1402. {solace_agent_mesh-1.0.8 → solace_agent_mesh-1.1.0}/docs/docs/documentation/deployment/observability.md +0 -0
  1403. {solace_agent_mesh-1.0.8 → solace_agent_mesh-1.1.0}/docs/docs/documentation/getting-started/_category_.json +0 -0
  1404. {solace_agent_mesh-1.0.8 → solace_agent_mesh-1.1.0}/docs/docs/documentation/getting-started/component-overview.md +0 -0
  1405. {solace_agent_mesh-1.0.8 → solace_agent_mesh-1.1.0}/docs/docs/documentation/getting-started/configurations.md +0 -0
  1406. {solace_agent_mesh-1.0.8 → solace_agent_mesh-1.1.0}/docs/docs/documentation/getting-started/installation.md +0 -0
  1407. {solace_agent_mesh-1.0.8 → solace_agent_mesh-1.1.0}/docs/docs/documentation/getting-started/introduction.md +0 -0
  1408. {solace_agent_mesh-1.0.8 → solace_agent_mesh-1.1.0}/docs/docs/documentation/getting-started/quick-start.md +0 -0
  1409. {solace_agent_mesh-1.0.8 → solace_agent_mesh-1.1.0}/docs/docs/documentation/tutorials/_category_.json +0 -0
  1410. {solace_agent_mesh-1.0.8 → solace_agent_mesh-1.1.0}/docs/docs/documentation/tutorials/bedrock-agents.md +0 -0
  1411. {solace_agent_mesh-1.0.8 → solace_agent_mesh-1.1.0}/docs/docs/documentation/tutorials/event-mesh-gateway.md +0 -0
  1412. {solace_agent_mesh-1.0.8 → solace_agent_mesh-1.1.0}/docs/docs/documentation/tutorials/mcp-integration.md +0 -0
  1413. {solace_agent_mesh-1.0.8 → solace_agent_mesh-1.1.0}/docs/docs/documentation/tutorials/mongodb-integration.md +0 -0
  1414. {solace_agent_mesh-1.0.8 → solace_agent_mesh-1.1.0}/docs/docs/documentation/tutorials/rag-integration.md +0 -0
  1415. {solace_agent_mesh-1.0.8 → solace_agent_mesh-1.1.0}/docs/docs/documentation/tutorials/rest-gateway.md +0 -0
  1416. {solace_agent_mesh-1.0.8 → solace_agent_mesh-1.1.0}/docs/docs/documentation/tutorials/slack-integration.md +0 -0
  1417. {solace_agent_mesh-1.0.8 → solace_agent_mesh-1.1.0}/docs/docs/documentation/tutorials/sql-database.md +0 -0
  1418. {solace_agent_mesh-1.0.8 → solace_agent_mesh-1.1.0}/docs/docs/documentation/user-guide/_category_.json +0 -0
  1419. {solace_agent_mesh-1.0.8 → solace_agent_mesh-1.1.0}/docs/docs/documentation/user-guide/builtin-tools/_category_.json +0 -0
  1420. {solace_agent_mesh-1.0.8 → solace_agent_mesh-1.1.0}/docs/docs/documentation/user-guide/builtin-tools/artifact-management.md +0 -0
  1421. {solace_agent_mesh-1.0.8 → solace_agent_mesh-1.1.0}/docs/docs/documentation/user-guide/builtin-tools/audio-tools.md +0 -0
  1422. {solace_agent_mesh-1.0.8 → solace_agent_mesh-1.1.0}/docs/docs/documentation/user-guide/builtin-tools/builtin-tools.md +0 -0
  1423. {solace_agent_mesh-1.0.8 → solace_agent_mesh-1.1.0}/docs/docs/documentation/user-guide/builtin-tools/data-analysis-tools.md +0 -0
  1424. {solace_agent_mesh-1.0.8 → solace_agent_mesh-1.1.0}/docs/docs/documentation/user-guide/builtin-tools/embeds.md +0 -0
  1425. {solace_agent_mesh-1.0.8 → solace_agent_mesh-1.1.0}/docs/docs/documentation/user-guide/create-agents.md +0 -0
  1426. {solace_agent_mesh-1.0.8 → solace_agent_mesh-1.1.0}/docs/docs/documentation/user-guide/create-gateways.md +0 -0
  1427. {solace_agent_mesh-1.0.8 → solace_agent_mesh-1.1.0}/docs/docs/documentation/user-guide/creating-service-providers.md +0 -0
  1428. {solace_agent_mesh-1.0.8 → solace_agent_mesh-1.1.0}/docs/docs/documentation/user-guide/solace-ai-connector.md +0 -0
  1429. {solace_agent_mesh-1.0.8 → solace_agent_mesh-1.1.0}/docs/docs/documentation/user-guide/structure.md +0 -0
  1430. {solace_agent_mesh-1.0.8 → solace_agent_mesh-1.1.0}/docs/docusaurus.config.ts +0 -0
  1431. {solace_agent_mesh-1.0.8 → solace_agent_mesh-1.1.0}/docs/package-lock.json +0 -0
  1432. {solace_agent_mesh-1.0.8 → solace_agent_mesh-1.1.0}/docs/package.json +0 -0
  1433. {solace_agent_mesh-1.0.8 → solace_agent_mesh-1.1.0}/docs/sidebars.ts +0 -0
  1434. {solace_agent_mesh-1.0.8 → solace_agent_mesh-1.1.0}/docs/static/img/Solace_AI_Framework_With_Broker.png +0 -0
  1435. {solace_agent_mesh-1.0.8 → solace_agent_mesh-1.1.0}/docs/static/img/logo.png +0 -0
  1436. {solace_agent_mesh-1.0.8 → solace_agent_mesh-1.1.0}/docs/static/img/sac-flows.png +0 -0
  1437. {solace_agent_mesh-1.0.8 → solace_agent_mesh-1.1.0}/docs/static/img/sac_parts_of_a_component.png +0 -0
  1438. {solace_agent_mesh-1.0.8 → solace_agent_mesh-1.1.0}/docs/static/img/solace-logo-text.svg +0 -0
  1439. {solace_agent_mesh-1.0.8 → solace_agent_mesh-1.1.0}/docs/static/img/solace-logo.png +0 -0
  1440. {solace_agent_mesh-1.0.8 → solace_agent_mesh-1.1.0}/docs/tsconfig.json +0 -0
  1441. {solace_agent_mesh-1.0.8 → solace_agent_mesh-1.1.0}/evaluation/__init__.py +0 -0
  1442. {solace_agent_mesh-1.0.8 → solace_agent_mesh-1.1.0}/evaluation/config_loader.py +0 -0
  1443. {solace_agent_mesh-1.0.8 → solace_agent_mesh-1.1.0}/evaluation/evaluator.py +0 -0
  1444. {solace_agent_mesh-1.0.8 → solace_agent_mesh-1.1.0}/evaluation/message_organizer.py +0 -0
  1445. {solace_agent_mesh-1.0.8 → solace_agent_mesh-1.1.0}/evaluation/report/benchmark_info.html +0 -0
  1446. {solace_agent_mesh-1.0.8 → solace_agent_mesh-1.1.0}/evaluation/report/chart_section.html +0 -0
  1447. {solace_agent_mesh-1.0.8 → solace_agent_mesh-1.1.0}/evaluation/report/detailed_breakdown.html +0 -0
  1448. {solace_agent_mesh-1.0.8 → solace_agent_mesh-1.1.0}/evaluation/report/modal.html +0 -0
  1449. {solace_agent_mesh-1.0.8 → solace_agent_mesh-1.1.0}/evaluation/report/modal_chart_functions.js +0 -0
  1450. {solace_agent_mesh-1.0.8 → solace_agent_mesh-1.1.0}/evaluation/report/modal_script.js +0 -0
  1451. {solace_agent_mesh-1.0.8 → solace_agent_mesh-1.1.0}/evaluation/report/modal_styles.css +0 -0
  1452. {solace_agent_mesh-1.0.8 → solace_agent_mesh-1.1.0}/evaluation/report/performance_metrics_styles.css +0 -0
  1453. {solace_agent_mesh-1.0.8 → solace_agent_mesh-1.1.0}/evaluation/report/templates/footer.html +0 -0
  1454. {solace_agent_mesh-1.0.8 → solace_agent_mesh-1.1.0}/evaluation/report/templates/header.html +0 -0
  1455. {solace_agent_mesh-1.0.8 → solace_agent_mesh-1.1.0}/evaluation/report_data_processor.py +0 -0
  1456. {solace_agent_mesh-1.0.8 → solace_agent_mesh-1.1.0}/evaluation/report_generator.py +0 -0
  1457. {solace_agent_mesh-1.0.8 → solace_agent_mesh-1.1.0}/evaluation/run.py +0 -0
  1458. {solace_agent_mesh-1.0.8 → solace_agent_mesh-1.1.0}/evaluation/subscriber.py +0 -0
  1459. {solace_agent_mesh-1.0.8 → solace_agent_mesh-1.1.0}/evaluation/summary_builder.py +0 -0
  1460. {solace_agent_mesh-1.0.8 → solace_agent_mesh-1.1.0}/evaluation/test_case_loader.py +0 -0
  1461. {solace_agent_mesh-1.0.8 → solace_agent_mesh-1.1.0}/examples/auth/README.md +0 -0
  1462. {solace_agent_mesh-1.0.8 → solace_agent_mesh-1.1.0}/examples/auth/dev-roles.yaml +0 -0
  1463. {solace_agent_mesh-1.0.8 → solace_agent_mesh-1.1.0}/examples/auth/dev-users.yaml +0 -0
  1464. {solace_agent_mesh-1.0.8 → solace_agent_mesh-1.1.0}/examples/sample_tools.py +0 -0
  1465. {solace_agent_mesh-1.0.8 → solace_agent_mesh-1.1.0}/examples/shared_config.yaml +0 -0
  1466. {solace_agent_mesh-1.0.8 → solace_agent_mesh-1.1.0}/preset/agents/basic/main_orchestrator.yaml +0 -0
  1467. {solace_agent_mesh-1.0.8 → solace_agent_mesh-1.1.0}/preset/agents/basic/webui.yaml +0 -0
  1468. {solace_agent_mesh-1.0.8 → solace_agent_mesh-1.1.0}/preset/agents/markitdown_agents.yaml +0 -0
  1469. {solace_agent_mesh-1.0.8 → solace_agent_mesh-1.1.0}/preset/agents/mermaid_agents.yaml +0 -0
  1470. {solace_agent_mesh-1.0.8 → solace_agent_mesh-1.1.0}/preset/agents/web_agents.yaml +0 -0
  1471. {solace_agent_mesh-1.0.8 → solace_agent_mesh-1.1.0}/preset/env-template +0 -0
  1472. {solace_agent_mesh-1.0.8 → solace_agent_mesh-1.1.0}/preset/logging_config.ini +0 -0
  1473. {solace_agent_mesh-1.0.8 → solace_agent_mesh-1.1.0}/preset/shared_config.yaml +0 -0
  1474. {solace_agent_mesh-1.0.8 → solace_agent_mesh-1.1.0}/src/solace_agent_mesh/__init__.py +0 -0
  1475. {solace_agent_mesh-1.0.8 → solace_agent_mesh-1.1.0}/src/solace_agent_mesh/agent/__init__.py +0 -0
  1476. {solace_agent_mesh-1.0.8 → solace_agent_mesh-1.1.0}/src/solace_agent_mesh/agent/adk/__init__.py +0 -0
  1477. {solace_agent_mesh-1.0.8 → solace_agent_mesh-1.1.0}/src/solace_agent_mesh/agent/adk/app_llm_agent.py +0 -0
  1478. {solace_agent_mesh-1.0.8 → solace_agent_mesh-1.1.0}/src/solace_agent_mesh/agent/adk/artifacts/__init__.py +0 -0
  1479. {solace_agent_mesh-1.0.8 → solace_agent_mesh-1.1.0}/src/solace_agent_mesh/agent/adk/artifacts/filesystem_artifact_service.py +0 -0
  1480. {solace_agent_mesh-1.0.8 → solace_agent_mesh-1.1.0}/src/solace_agent_mesh/agent/adk/artifacts/s3_artifact_service.py +0 -0
  1481. {solace_agent_mesh-1.0.8 → solace_agent_mesh-1.1.0}/src/solace_agent_mesh/agent/adk/intelligent_mcp_callbacks.py +0 -0
  1482. {solace_agent_mesh-1.0.8 → solace_agent_mesh-1.1.0}/src/solace_agent_mesh/agent/adk/invocation_monitor.py +0 -0
  1483. {solace_agent_mesh-1.0.8 → solace_agent_mesh-1.1.0}/src/solace_agent_mesh/agent/adk/mcp_content_processor.py +0 -0
  1484. {solace_agent_mesh-1.0.8 → solace_agent_mesh-1.1.0}/src/solace_agent_mesh/agent/adk/models/lite_llm.py +0 -0
  1485. {solace_agent_mesh-1.0.8 → solace_agent_mesh-1.1.0}/src/solace_agent_mesh/agent/adk/services.py +0 -0
  1486. {solace_agent_mesh-1.0.8 → solace_agent_mesh-1.1.0}/src/solace_agent_mesh/agent/protocol/__init__.py +0 -0
  1487. {solace_agent_mesh-1.0.8 → solace_agent_mesh-1.1.0}/src/solace_agent_mesh/agent/sac/__init__.py +0 -0
  1488. {solace_agent_mesh-1.0.8 → solace_agent_mesh-1.1.0}/src/solace_agent_mesh/agent/sac/patch_adk.py +0 -0
  1489. {solace_agent_mesh-1.0.8 → solace_agent_mesh-1.1.0}/src/solace_agent_mesh/agent/sac/task_execution_context.py +0 -0
  1490. {solace_agent_mesh-1.0.8 → solace_agent_mesh-1.1.0}/src/solace_agent_mesh/agent/testing/__init__.py +0 -0
  1491. {solace_agent_mesh-1.0.8 → solace_agent_mesh-1.1.0}/src/solace_agent_mesh/agent/testing/debug_utils.py +0 -0
  1492. {solace_agent_mesh-1.0.8 → solace_agent_mesh-1.1.0}/src/solace_agent_mesh/agent/tools/__init__.py +0 -0
  1493. {solace_agent_mesh-1.0.8 → solace_agent_mesh-1.1.0}/src/solace_agent_mesh/agent/tools/audio_tools.py +0 -0
  1494. {solace_agent_mesh-1.0.8 → solace_agent_mesh-1.1.0}/src/solace_agent_mesh/agent/tools/builtin_artifact_tools.py +0 -0
  1495. {solace_agent_mesh-1.0.8 → solace_agent_mesh-1.1.0}/src/solace_agent_mesh/agent/tools/builtin_data_analysis_tools.py +0 -0
  1496. {solace_agent_mesh-1.0.8 → solace_agent_mesh-1.1.0}/src/solace_agent_mesh/agent/tools/general_agent_tools.py +0 -0
  1497. {solace_agent_mesh-1.0.8 → solace_agent_mesh-1.1.0}/src/solace_agent_mesh/agent/tools/image_tools.py +0 -0
  1498. {solace_agent_mesh-1.0.8 → solace_agent_mesh-1.1.0}/src/solace_agent_mesh/agent/tools/registry.py +0 -0
  1499. {solace_agent_mesh-1.0.8 → solace_agent_mesh-1.1.0}/src/solace_agent_mesh/agent/tools/test_tools.py +0 -0
  1500. {solace_agent_mesh-1.0.8 → solace_agent_mesh-1.1.0}/src/solace_agent_mesh/agent/tools/tool_definition.py +0 -0
  1501. {solace_agent_mesh-1.0.8 → solace_agent_mesh-1.1.0}/src/solace_agent_mesh/agent/tools/web_tools.py +0 -0
  1502. {solace_agent_mesh-1.0.8 → solace_agent_mesh-1.1.0}/src/solace_agent_mesh/agent/utils/__init__.py +0 -0
  1503. {solace_agent_mesh-1.0.8 → solace_agent_mesh-1.1.0}/src/solace_agent_mesh/agent/utils/config_parser.py +0 -0
  1504. {solace_agent_mesh-1.0.8 → solace_agent_mesh-1.1.0}/src/solace_agent_mesh/agent/utils/context_helpers.py +0 -0
  1505. {solace_agent_mesh-1.0.8 → solace_agent_mesh-1.1.0}/src/solace_agent_mesh/common/__init__.py +0 -0
  1506. {solace_agent_mesh-1.0.8 → solace_agent_mesh-1.1.0}/src/solace_agent_mesh/common/constants.py +0 -0
  1507. {solace_agent_mesh-1.0.8 → solace_agent_mesh-1.1.0}/src/solace_agent_mesh/common/exceptions.py +0 -0
  1508. {solace_agent_mesh-1.0.8 → solace_agent_mesh-1.1.0}/src/solace_agent_mesh/common/middleware/__init__.py +0 -0
  1509. {solace_agent_mesh-1.0.8 → solace_agent_mesh-1.1.0}/src/solace_agent_mesh/common/middleware/config_resolver.py +0 -0
  1510. {solace_agent_mesh-1.0.8 → solace_agent_mesh-1.1.0}/src/solace_agent_mesh/common/middleware/registry.py +0 -0
  1511. {solace_agent_mesh-1.0.8/src/solace_agent_mesh/gateway → solace_agent_mesh-1.1.0/src/solace_agent_mesh/common/sac}/__init__.py +0 -0
  1512. {solace_agent_mesh-1.0.8 → solace_agent_mesh-1.1.0}/src/solace_agent_mesh/common/services/__init__.py +0 -0
  1513. {solace_agent_mesh-1.0.8 → solace_agent_mesh-1.1.0}/src/solace_agent_mesh/common/services/employee_service.py +0 -0
  1514. {solace_agent_mesh-1.0.8 → solace_agent_mesh-1.1.0}/src/solace_agent_mesh/common/services/identity_service.py +0 -0
  1515. {solace_agent_mesh-1.0.8 → solace_agent_mesh-1.1.0}/src/solace_agent_mesh/common/services/providers/__init__.py +0 -0
  1516. {solace_agent_mesh-1.0.8 → solace_agent_mesh-1.1.0}/src/solace_agent_mesh/common/services/providers/local_file_identity_service.py +0 -0
  1517. {solace_agent_mesh-1.0.8 → solace_agent_mesh-1.1.0}/src/solace_agent_mesh/common/utils/__init__.py +0 -0
  1518. {solace_agent_mesh-1.0.8 → solace_agent_mesh-1.1.0}/src/solace_agent_mesh/common/utils/asyncio_macos_fix.py +0 -0
  1519. {solace_agent_mesh-1.0.8 → solace_agent_mesh-1.1.0}/src/solace_agent_mesh/common/utils/embeds/__init__.py +0 -0
  1520. {solace_agent_mesh-1.0.8 → solace_agent_mesh-1.1.0}/src/solace_agent_mesh/common/utils/embeds/constants.py +0 -0
  1521. {solace_agent_mesh-1.0.8 → solace_agent_mesh-1.1.0}/src/solace_agent_mesh/common/utils/embeds/converter.py +0 -0
  1522. {solace_agent_mesh-1.0.8 → solace_agent_mesh-1.1.0}/src/solace_agent_mesh/common/utils/embeds/evaluators.py +0 -0
  1523. {solace_agent_mesh-1.0.8 → solace_agent_mesh-1.1.0}/src/solace_agent_mesh/common/utils/embeds/modifiers.py +0 -0
  1524. {solace_agent_mesh-1.0.8 → solace_agent_mesh-1.1.0}/src/solace_agent_mesh/common/utils/embeds/resolver.py +0 -0
  1525. {solace_agent_mesh-1.0.8 → solace_agent_mesh-1.1.0}/src/solace_agent_mesh/common/utils/embeds/types.py +0 -0
  1526. {solace_agent_mesh-1.0.8 → solace_agent_mesh-1.1.0}/src/solace_agent_mesh/common/utils/in_memory_cache.py +0 -0
  1527. {solace_agent_mesh-1.0.8 → solace_agent_mesh-1.1.0}/src/solace_agent_mesh/common/utils/initializer.py +0 -0
  1528. {solace_agent_mesh-1.0.8 → solace_agent_mesh-1.1.0}/src/solace_agent_mesh/common/utils/log_formatters.py +0 -0
  1529. {solace_agent_mesh-1.0.8 → solace_agent_mesh-1.1.0}/src/solace_agent_mesh/common/utils/message_utils.py +0 -0
  1530. {solace_agent_mesh-1.0.8 → solace_agent_mesh-1.1.0}/src/solace_agent_mesh/common/utils/mime_helpers.py +0 -0
  1531. {solace_agent_mesh-1.0.8 → solace_agent_mesh-1.1.0}/src/solace_agent_mesh/common/utils/push_notification_auth.py +0 -0
  1532. {solace_agent_mesh-1.0.8 → solace_agent_mesh-1.1.0}/src/solace_agent_mesh/core_a2a/__init__.py +0 -0
  1533. {solace_agent_mesh-1.0.8/src/solace_agent_mesh/gateway/http_sse → solace_agent_mesh-1.1.0/src/solace_agent_mesh/gateway}/__init__.py +0 -0
  1534. {solace_agent_mesh-1.0.8 → solace_agent_mesh-1.1.0}/src/solace_agent_mesh/gateway/base/__init__.py +0 -0
  1535. {solace_agent_mesh-1.0.8 → solace_agent_mesh-1.1.0}/src/solace_agent_mesh/gateway/base/task_context.py +0 -0
  1536. {solace_agent_mesh-1.0.8/tests → solace_agent_mesh-1.1.0/src/solace_agent_mesh/gateway/http_sse}/__init__.py +0 -0
  1537. {solace_agent_mesh-1.0.8 → solace_agent_mesh-1.1.0}/src/solace_agent_mesh/gateway/http_sse/app.py +0 -0
  1538. {solace_agent_mesh-1.0.8 → solace_agent_mesh-1.1.0}/src/solace_agent_mesh/gateway/http_sse/components/__init__.py +0 -0
  1539. {solace_agent_mesh-1.0.8 → solace_agent_mesh-1.1.0}/src/solace_agent_mesh/gateway/http_sse/components/visualization_forwarder_component.py +0 -0
  1540. {solace_agent_mesh-1.0.8 → solace_agent_mesh-1.1.0}/src/solace_agent_mesh/gateway/http_sse/dependencies.py +0 -0
  1541. {solace_agent_mesh-1.0.8 → solace_agent_mesh-1.1.0}/src/solace_agent_mesh/gateway/http_sse/routers/__init__.py +0 -0
  1542. {solace_agent_mesh-1.0.8 → solace_agent_mesh-1.1.0}/src/solace_agent_mesh/gateway/http_sse/routers/auth.py +0 -0
  1543. {solace_agent_mesh-1.0.8 → solace_agent_mesh-1.1.0}/src/solace_agent_mesh/gateway/http_sse/routers/config.py +0 -0
  1544. {solace_agent_mesh-1.0.8 → solace_agent_mesh-1.1.0}/src/solace_agent_mesh/gateway/http_sse/routers/people.py +0 -0
  1545. {solace_agent_mesh-1.0.8 → solace_agent_mesh-1.1.0}/src/solace_agent_mesh/gateway/http_sse/routers/sse.py +0 -0
  1546. {solace_agent_mesh-1.0.8 → solace_agent_mesh-1.1.0}/src/solace_agent_mesh/gateway/http_sse/routers/users.py +0 -0
  1547. {solace_agent_mesh-1.0.8 → solace_agent_mesh-1.1.0}/src/solace_agent_mesh/gateway/http_sse/routers/visualization.py +0 -0
  1548. {solace_agent_mesh-1.0.8 → solace_agent_mesh-1.1.0}/src/solace_agent_mesh/gateway/http_sse/services/__init__.py +0 -0
  1549. {solace_agent_mesh-1.0.8 → solace_agent_mesh-1.1.0}/src/solace_agent_mesh/gateway/http_sse/services/people_service.py +0 -0
  1550. {solace_agent_mesh-1.0.8 → solace_agent_mesh-1.1.0}/src/solace_agent_mesh/gateway/http_sse/session_manager.py +0 -0
  1551. {solace_agent_mesh-1.0.8 → solace_agent_mesh-1.1.0}/src/solace_agent_mesh/gateway/http_sse/sse_manager.py +0 -0
  1552. {solace_agent_mesh-1.0.8 → solace_agent_mesh-1.1.0}/src/solace_agent_mesh/llm.txt +0 -0
  1553. {solace_agent_mesh-1.0.8 → solace_agent_mesh-1.1.0}/src/solace_agent_mesh/llm_detail.txt +0 -0
  1554. {solace_agent_mesh-1.0.8 → solace_agent_mesh-1.1.0}/templates/agent_template.yaml +0 -0
  1555. {solace_agent_mesh-1.0.8 → solace_agent_mesh-1.1.0}/templates/eval_backend_template.yaml +0 -0
  1556. {solace_agent_mesh-1.0.8 → solace_agent_mesh-1.1.0}/templates/gateway_app_template.py +0 -0
  1557. {solace_agent_mesh-1.0.8 → solace_agent_mesh-1.1.0}/templates/gateway_config_template.yaml +0 -0
  1558. {solace_agent_mesh-1.0.8 → solace_agent_mesh-1.1.0}/templates/logging_config_template.ini +0 -0
  1559. {solace_agent_mesh-1.0.8 → solace_agent_mesh-1.1.0}/templates/main_orchestrator.yaml +0 -0
  1560. {solace_agent_mesh-1.0.8 → solace_agent_mesh-1.1.0}/templates/plugin_agent_config_template.yaml +0 -0
  1561. {solace_agent_mesh-1.0.8 → solace_agent_mesh-1.1.0}/templates/plugin_custom_config_template.yaml +0 -0
  1562. {solace_agent_mesh-1.0.8 → solace_agent_mesh-1.1.0}/templates/plugin_custom_template.py +0 -0
  1563. {solace_agent_mesh-1.0.8 → solace_agent_mesh-1.1.0}/templates/plugin_gateway_config_template.yaml +0 -0
  1564. {solace_agent_mesh-1.0.8 → solace_agent_mesh-1.1.0}/templates/plugin_pyproject_template.toml +0 -0
  1565. {solace_agent_mesh-1.0.8 → solace_agent_mesh-1.1.0}/templates/plugin_readme_template.md +0 -0
  1566. {solace_agent_mesh-1.0.8 → solace_agent_mesh-1.1.0}/templates/plugin_tools_template.py +0 -0
  1567. {solace_agent_mesh-1.0.8 → solace_agent_mesh-1.1.0}/templates/shared_config.yaml +0 -0
  1568. {solace_agent_mesh-1.0.8 → solace_agent_mesh-1.1.0}/templates/templates_llm.txt +0 -0
  1569. {solace_agent_mesh-1.0.8 → solace_agent_mesh-1.1.0}/templates/webui.yaml +0 -0
  1570. {solace_agent_mesh-1.0.8/tests/integration → solace_agent_mesh-1.1.0/tests}/__init__.py +0 -0
  1571. {solace_agent_mesh-1.0.8 → solace_agent_mesh-1.1.0}/tests/evaluation/test_cases/artifacts/sample.csv +0 -0
  1572. {solace_agent_mesh-1.0.8 → solace_agent_mesh-1.1.0}/tests/evaluation/test_cases/artifacts/sample.html +0 -0
  1573. {solace_agent_mesh-1.0.8 → solace_agent_mesh-1.1.0}/tests/evaluation/test_cases/artifacts/sample.pdf +0 -0
  1574. {solace_agent_mesh-1.0.8 → solace_agent_mesh-1.1.0}/tests/evaluation/test_cases/artifacts/sample.txt +0 -0
  1575. {solace_agent_mesh-1.0.8 → solace_agent_mesh-1.1.0}/tests/evaluation/test_cases/convert_html_to_md.test.json +0 -0
  1576. {solace_agent_mesh-1.0.8 → solace_agent_mesh-1.1.0}/tests/evaluation/test_cases/convert_pdf_to_md.test.json +0 -0
  1577. {solace_agent_mesh-1.0.8 → solace_agent_mesh-1.1.0}/tests/evaluation/test_cases/create_diagram.test.json +0 -0
  1578. {solace_agent_mesh-1.0.8 → solace_agent_mesh-1.1.0}/tests/evaluation/test_cases/file_artifact.test.json +0 -0
  1579. {solace_agent_mesh-1.0.8 → solace_agent_mesh-1.1.0}/tests/evaluation/test_cases/filter_csv_employees_by_age_and_country.test.json +0 -0
  1580. {solace_agent_mesh-1.0.8 → solace_agent_mesh-1.1.0}/tests/evaluation/test_cases/generate_employee_csv.test.json +0 -0
  1581. {solace_agent_mesh-1.0.8 → solace_agent_mesh-1.1.0}/tests/evaluation/test_cases/generate_sales_report.test.json +0 -0
  1582. {solace_agent_mesh-1.0.8 → solace_agent_mesh-1.1.0}/tests/evaluation/test_cases/hello_world.test.json +0 -0
  1583. {solace_agent_mesh-1.0.8 → solace_agent_mesh-1.1.0}/tests/evaluation/test_cases/web_search_solace_summary.test.json +0 -0
  1584. {solace_agent_mesh-1.0.8/tests/integration/scenarios_declarative → solace_agent_mesh-1.1.0/tests/integration}/__init__.py +0 -0
  1585. {solace_agent_mesh-1.0.8/tests/integration/scenarios_declarative/test_data → solace_agent_mesh-1.1.0/tests/integration/scenarios_declarative}/__init__.py +0 -0
  1586. {solace_agent_mesh-1.0.8/tests/sam-test-infrastructure/src/sam_test_infrastructure/a2a_validator → solace_agent_mesh-1.1.0/tests/integration/scenarios_declarative/test_data}/__init__.py +0 -0
  1587. {solace_agent_mesh-1.0.8 → solace_agent_mesh-1.1.0}/tests/integration/scenarios_declarative/test_data/core/test_auto_continue_max_calls_limit.yaml +0 -0
  1588. {solace_agent_mesh-1.0.8 → solace_agent_mesh-1.1.0}/tests/integration/scenarios_declarative/test_data/core/test_fenced_artifact_description_valid.yaml +0 -0
  1589. {solace_agent_mesh-1.0.8 → solace_agent_mesh-1.1.0}/tests/integration/scenarios_declarative/test_data/test_simple_tool_call.yaml +0 -0
  1590. {solace_agent_mesh-1.0.8 → solace_agent_mesh-1.1.0}/tests/integration/scenarios_programmatic/__init__.py +0 -0
  1591. {solace_agent_mesh-1.0.8 → solace_agent_mesh-1.1.0}/tests/integration/scenarios_programmatic/test_agent_cards.py +0 -0
  1592. {solace_agent_mesh-1.0.8 → solace_agent_mesh-1.1.0}/tests/integration/scenarios_programmatic/test_basic_flows.py +0 -0
  1593. {solace_agent_mesh-1.0.8 → solace_agent_mesh-1.1.0}/tests/integration/scenarios_programmatic/test_middleware.py +0 -0
  1594. {solace_agent_mesh-1.0.8 → solace_agent_mesh-1.1.0}/tests/integration/scenarios_programmatic/test_services.py +0 -0
  1595. {solace_agent_mesh-1.0.8 → solace_agent_mesh-1.1.0}/tests/integration/scenarios_programmatic/test_tool_registry.py +0 -0
  1596. {solace_agent_mesh-1.0.8 → solace_agent_mesh-1.1.0}/tests/integration/test_support/__init__.py +0 -0
  1597. {solace_agent_mesh-1.0.8 → solace_agent_mesh-1.1.0}/tests/integration/test_support/identity_service_users.json +0 -0
  1598. {solace_agent_mesh-1.0.8 → solace_agent_mesh-1.1.0}/tests/integration/test_support/identity_service_users_invalid_json.json +0 -0
  1599. {solace_agent_mesh-1.0.8 → solace_agent_mesh-1.1.0}/tests/integration/test_support/tools.py +0 -0
  1600. {solace_agent_mesh-1.0.8 → solace_agent_mesh-1.1.0}/tests/sam-test-infrastructure/README.md +0 -0
  1601. {solace_agent_mesh-1.0.8 → solace_agent_mesh-1.1.0}/tests/sam-test-infrastructure/pyproject.toml +0 -0
  1602. {solace_agent_mesh-1.0.8/tests/sam-test-infrastructure/src/sam_test_infrastructure/artifact_service → solace_agent_mesh-1.1.0/tests/sam-test-infrastructure/src/sam_test_infrastructure/a2a_validator}/__init__.py +0 -0
  1603. {solace_agent_mesh-1.0.8/tests/sam-test-infrastructure/src/sam_test_infrastructure/gateway_interface → solace_agent_mesh-1.1.0/tests/sam-test-infrastructure/src/sam_test_infrastructure/artifact_service}/__init__.py +0 -0
  1604. {solace_agent_mesh-1.0.8 → solace_agent_mesh-1.1.0}/tests/sam-test-infrastructure/src/sam_test_infrastructure/artifact_service/service.py +0 -0
  1605. {solace_agent_mesh-1.0.8 → solace_agent_mesh-1.1.0}/tests/sam-test-infrastructure/src/sam_test_infrastructure/dev_broker/__init__.py +0 -0
  1606. {solace_agent_mesh-1.0.8 → solace_agent_mesh-1.1.0}/tests/sam-test-infrastructure/src/sam_test_infrastructure/dev_broker/broker.py +0 -0
  1607. {solace_agent_mesh-1.0.8 → solace_agent_mesh-1.1.0}/tests/sam-test-infrastructure/src/sam_test_infrastructure/dev_broker/config.py +0 -0
  1608. {solace_agent_mesh-1.0.8 → solace_agent_mesh-1.1.0}/tests/sam-test-infrastructure/src/sam_test_infrastructure/dev_broker/message_handler.py +0 -0
  1609. {solace_agent_mesh-1.0.8 → solace_agent_mesh-1.1.0}/tests/sam-test-infrastructure/src/sam_test_infrastructure/dev_broker/topic_manager.py +0 -0
  1610. {solace_agent_mesh-1.0.8 → solace_agent_mesh-1.1.0}/tests/sam-test-infrastructure/src/sam_test_infrastructure/event_mesh_test_server/__init__.py +0 -0
  1611. {solace_agent_mesh-1.0.8 → solace_agent_mesh-1.1.0}/tests/sam-test-infrastructure/src/sam_test_infrastructure/event_mesh_test_server/server.py +0 -0
  1612. {solace_agent_mesh-1.0.8/tests/sam-test-infrastructure/src/sam_test_infrastructure/llm_server → solace_agent_mesh-1.1.0/tests/sam-test-infrastructure/src/sam_test_infrastructure/gateway_interface}/__init__.py +0 -0
  1613. {solace_agent_mesh-1.0.8 → solace_agent_mesh-1.1.0}/tests/sam-test-infrastructure/src/sam_test_infrastructure/gateway_interface/app.py +0 -0
  1614. {solace_agent_mesh-1.0.8/tests/sam-test-infrastructure/src/sam_test_infrastructure/mcp_server → solace_agent_mesh-1.1.0/tests/sam-test-infrastructure/src/sam_test_infrastructure/llm_server}/__init__.py +0 -0
  1615. {solace_agent_mesh-1.0.8 → solace_agent_mesh-1.1.0}/tests/sam-test-infrastructure/src/sam_test_infrastructure/llm_server/server.py +0 -0
  1616. /solace_agent_mesh-1.0.8/tests/integration/scenarios_declarative/test_mcp_processing.py → /solace_agent_mesh-1.1.0/tests/sam-test-infrastructure/src/sam_test_infrastructure/mcp_server/__init__.py +0 -0
  1617. {solace_agent_mesh-1.0.8 → solace_agent_mesh-1.1.0}/tests/sam-test-infrastructure/src/sam_test_infrastructure/mcp_server/server.py +0 -0
  1618. {solace_agent_mesh-1.0.8 → solace_agent_mesh-1.1.0}/tests/sam-test-infrastructure/src/sam_test_infrastructure/memory_monitor/__init__.py +0 -0
  1619. {solace_agent_mesh-1.0.8 → solace_agent_mesh-1.1.0}/tests/sam-test-infrastructure/src/sam_test_infrastructure/memory_monitor/depth_based_profiler.py +0 -0
  1620. {solace_agent_mesh-1.0.8 → solace_agent_mesh-1.1.0}/tests/sam-test-infrastructure/src/sam_test_infrastructure/memory_monitor/diff_generator.py +0 -0
  1621. {solace_agent_mesh-1.0.8 → solace_agent_mesh-1.1.0}/tests/sam-test-infrastructure/src/sam_test_infrastructure/memory_monitor/report_generator.py +0 -0
  1622. {solace_agent_mesh-1.0.8 → solace_agent_mesh-1.1.0}/tests/test_selector.py +0 -0
  1623. {solace_agent_mesh-1.0.8 → solace_agent_mesh-1.1.0}/tests/unit/cli/test_artifact_storage.py +0 -0
  1624. {solace_agent_mesh-1.0.8 → solace_agent_mesh-1.1.0}/uv.lock +0 -0
  1625. {solace_agent_mesh-1.0.8 → solace_agent_mesh-1.1.0}/wss-unified-agent.config +0 -0
@@ -0,0 +1,162 @@
1
+ # Byte-compiled / optimized / DLL files
2
+ __pycache__/
3
+ *.py[cod]
4
+ *$py.class
5
+ .aider
6
+ .aider*
7
+ *.aider
8
+ *.a2a*
9
+ *.jsonl
10
+
11
+
12
+ # C extensions
13
+ *.so
14
+
15
+ # Distribution / packaging
16
+ .Python
17
+ build/
18
+ develop-eggs/
19
+ dist/
20
+ downloads/
21
+ eggs/
22
+ .eggs/
23
+ src/lib/
24
+ lib64/
25
+ parts/
26
+ sdist/
27
+ var/
28
+ wheels/
29
+ share/python-wheels/
30
+ *.egg-info/
31
+ .installed.cfg
32
+ *.egg
33
+ MANIFEST
34
+ .DS_Store
35
+ SolaceLabs-solace-agent-mesh-ui-*
36
+
37
+ # logs
38
+ sam.log.*
39
+
40
+ *.manifest
41
+ *.spec
42
+
43
+ # Installer logs
44
+ pip-log.txt
45
+ pip-delete-this-directory.txt
46
+
47
+ # Unit test / coverage reports
48
+ htmlcov/
49
+ .tox/
50
+ .nox/
51
+ .coverage
52
+ .coverage.*
53
+ .cache
54
+ nosetests.xml
55
+ coverage.xml
56
+ *.cover
57
+ *.py,cover
58
+ .hypothesis/
59
+ .pytest_cache/
60
+ cover/
61
+
62
+ # Translations
63
+ *.mo
64
+ *.pot
65
+ *.db
66
+
67
+ # Django stuff:
68
+ *.log
69
+ local_settings.py
70
+ db.sqlite3
71
+ db.sqlite3-journal
72
+
73
+ # Flask stuff:
74
+ instance/
75
+ .webassets-cache
76
+
77
+ # Scrapy stuff:
78
+ .scrapy
79
+
80
+ # Sphinx documentation
81
+ docs/_build/
82
+
83
+ # PyBuilder
84
+ .pybuilder/
85
+ target/
86
+
87
+ # Jupyter Notebook
88
+ .ipynb_checkpoints
89
+
90
+ # IPython
91
+ profile_default/
92
+ ipython_config.py
93
+
94
+ .pdm.toml
95
+ .pdm-python
96
+ .pdm-build/
97
+
98
+ __pypackages__/
99
+
100
+ # Celery stuff
101
+ celerybeat-schedule
102
+ celerybeat.pid
103
+
104
+ # SageMath parsed files
105
+ *.sage.py
106
+
107
+ # Environments
108
+ .env*
109
+ .venv*
110
+ env/
111
+ venv/
112
+ ENV/
113
+ env.bak/
114
+ venv.bak/
115
+ .vscode/settings.json
116
+
117
+ # Spyder project settings
118
+ .spyderproject
119
+ .spyproject
120
+
121
+ # Rope project settings
122
+ .ropeproject
123
+
124
+ # mkdocs documentation
125
+ /site
126
+
127
+ # mypy
128
+ .mypy_cache/
129
+ .dmypy.json
130
+ dmypy.json
131
+
132
+ # Pyre type checker
133
+ .pyre/
134
+
135
+ # pytype static type analyzer
136
+ .pytype/
137
+
138
+ # Cython debug symbols
139
+ cython_debug/
140
+
141
+ # Ruff stuff:
142
+ .ruff_cache/
143
+
144
+ # PyPI configuration file
145
+ .pypirc
146
+ tmp
147
+ .sam
148
+ playground.py
149
+
150
+ # VS Code
151
+ .history
152
+ evaluation/results/
153
+ tests/integration/reports/
154
+
155
+ # Node
156
+ node_modules/
157
+ my-dev-project
158
+ .roo
159
+
160
+ # workaround requirements.txt not working in ci
161
+ requirements.txt
162
+
@@ -0,0 +1,243 @@
1
+ [build-system]
2
+ requires = [
3
+ "hatchling",
4
+ ]
5
+ build-backend = "hatchling.build"
6
+
7
+ [project]
8
+ name = "solace-agent-mesh"
9
+ dynamic = [
10
+ "version",
11
+ ]
12
+ description = "Solace Agent Mesh is an open-source framework for building event-driven, multi-agent AI systems where specialized agents collaborate on complex tasks."
13
+ readme = "README.md"
14
+ requires-python = ">=3.10.16"
15
+ authors = [
16
+ { name = "SolaceLabs", email = "solacelabs@solace.com" },
17
+ ]
18
+ classifiers = [
19
+ "Programming Language :: Python :: 3",
20
+ "Programming Language :: Python :: 3.11",
21
+ "Programming Language :: Python :: 3.13",
22
+ "License :: OSI Approved :: Apache Software License",
23
+ "Operating System :: OS Independent",
24
+ "Topic :: Software Development :: Libraries :: Application Frameworks",
25
+ ]
26
+ dependencies = [
27
+ "google-adk==1.7.0",
28
+ "a2a-sdk[http-server]>=0.3.1",
29
+ "pydantic>=2.0",
30
+ "click~=8.1.7",
31
+ "python-dotenv>=1.0",
32
+ "google-genai>=1.16.0",
33
+ "httpx>=0.25",
34
+ "jwcrypto>=1.5",
35
+ "python-jwt>=3.3",
36
+ "asteval>=1.0.6",
37
+ "pystache>=0.6.8",
38
+ "pandas>=2.2.3",
39
+ "numpy>=2.2.5",
40
+ "plotly>=6.0.1",
41
+ "kaleido==0.2.1",
42
+ "PyYAML>=6.0",
43
+ "python-multipart>=0.0.7",
44
+ "markitdown[all]==0.1.1",
45
+ "jmespath>=1.0.1",
46
+ "mermaid-cli",
47
+ "playwright>=1.54.0",
48
+ "litellm>=1.19.0",
49
+ "markdownify>=1.1.0",
50
+ "beautifulsoup4>=4.12.0",
51
+ "jsonpath-ng>=1.7.0",
52
+ "pydub>=0.25.1",
53
+ "asteval~=1.0.0",
54
+ "toml~=0.10.2",
55
+ "GitPython~=3.1.44",
56
+ "Flask==3.0.3",
57
+ "Flask-Cors>=5.0.0",
58
+ "fastapi>=0.100",
59
+ "uvicorn[standard]>=0.20",
60
+ "sse-starlette>=1.6",
61
+ "itsdangerous>=2.0",
62
+ "solace-ai-connector~=1.1.8",
63
+ "holidays>=0.24",
64
+ "rouge~=1.0.1",
65
+ "openai==1.99.9",
66
+ ]
67
+
68
+ [project.license]
69
+ file = "LICENSE"
70
+
71
+ [project.optional-dependencies]
72
+ database = [
73
+ "sqlalchemy>=2.0",
74
+ ]
75
+ gcs = [
76
+ "google-cloud-storage>=2.0",
77
+ ]
78
+ s3 = [
79
+ "boto3>=1.35.0,<2.0",
80
+ ]
81
+ vertex = [
82
+ "google-cloud-aiplatform>=1.38",
83
+ ]
84
+ employee_tools = [
85
+ "holidays>=0.24",
86
+ ]
87
+ cli = [
88
+ "click>=8.0",
89
+ "prompt-toolkit>=3.0",
90
+ "rich>=13.0",
91
+ ]
92
+
93
+ [project.urls]
94
+ Homepage = "https://github.com/SolaceLabs/solace-agent-mesh"
95
+ Repository = "https://github.com/SolaceLabs/solace-agent-mesh"
96
+
97
+ [project.scripts]
98
+ solace-agent-mesh = "solace_agent_mesh.cli.main:cli"
99
+ sam = "solace_agent_mesh.cli.main:cli"
100
+
101
+ [tool.hatch.envs.default]
102
+ installer = "pip"
103
+ dependencies = [
104
+ "pytest>=7.0",
105
+ "pytest-asyncio>=0.20",
106
+ "ruff",
107
+ "solace-agent-mesh[database,cli,gcs,vertex,employee_tools]",
108
+ "sam-test-infrastructure @ {root:uri}/tests/sam-test-infrastructure",
109
+ ]
110
+
111
+ [tool.hatch.envs.hatch-test]
112
+ parallel = false
113
+ installer = "pip"
114
+ dependencies = [
115
+ "pytest_asyncio",
116
+ "pytest>=8.0.0",
117
+ "pytest-mock>=3.0.0",
118
+ "pytest-cov>=4.0.0",
119
+ "pytest-xdist>=3.5.0",
120
+ "pytest-httpx>=0.35.0",
121
+ "fastmcp",
122
+ "jsonschema>=4.0.0",
123
+ ]
124
+ extra-dependencies = [
125
+ "solace-agent-mesh[database,cli,gcs,vertex,employee_tools,s3]",
126
+ "sam-test-infrastructure @ {root:uri}/tests/sam-test-infrastructure",
127
+ ]
128
+
129
+ [[tool.hatch.envs.hatch-test.matrix]]
130
+ python = [
131
+ "3.10",
132
+ "3.13",
133
+ ]
134
+
135
+ [tool.hatch.envs.hatch-test.scripts]
136
+ run = "pytest -m \"$(python3 ./tests/test_selector.py)\" {args}"
137
+ run-cov = "coverage run -m pytest -m \"$(python3 ./tests/test_selector.py)\" {args}"
138
+ cov-combine = "coverage combine"
139
+ cov-report = "coverage report"
140
+
141
+ [tool.hatch.metadata]
142
+ allow-direct-references = true
143
+
144
+ [tool.hatch.build.targets.wheel]
145
+ packages = [
146
+ "src/solace_agent_mesh",
147
+ ]
148
+
149
+ [tool.hatch.build.targets.wheel.force-include]
150
+ templates = "solace_agent_mesh/templates"
151
+ cli = "solace_agent_mesh/cli"
152
+ evaluation = "solace_agent_mesh/evaluation"
153
+ "config_portal/frontend/static" = "solace_agent_mesh/config_portal/frontend/static"
154
+ "config_portal/backend" = "solace_agent_mesh/config_portal/backend"
155
+ "config_portal/__init__.py" = "solace_agent_mesh/config_portal/__init__.py"
156
+ "client/webui/frontend/static" = "solace_agent_mesh/client/webui/frontend/static"
157
+ "docs/build" = "solace_agent_mesh/assets/docs"
158
+
159
+ [tool.hatch.build.targets.wheel.hooks.custom]
160
+ path = ".github/helper_scripts/build_frontend.py"
161
+
162
+ [tool.hatch.build.targets.sdist.force-include]
163
+ "config_portal/frontend/static" = "/assets/config_portal"
164
+ "client/webui/frontend/static" = "/assets/client/webui"
165
+ "docs/build" = "/assets/docs"
166
+
167
+ [tool.hatch.build.targets.sdist.hooks.custom]
168
+ path = ".github/helper_scripts/build_frontend.py"
169
+
170
+ [tool.hatch.version]
171
+ path = "cli/__init__.py"
172
+
173
+ [tool.ruff]
174
+ line-length = 88
175
+ select = [
176
+ "E",
177
+ "W",
178
+ "F",
179
+ "I",
180
+ "UP",
181
+ "B",
182
+ "C4",
183
+ "SIM",
184
+ ]
185
+ ignore = [
186
+ "E501",
187
+ ]
188
+
189
+ [tool.ruff.format]
190
+ quote-style = "double"
191
+
192
+ [tool.pytest.ini_options]
193
+ asyncio_mode = "auto"
194
+ asyncio_default_fixture_loop_scope = "function"
195
+ addopts = "--tb=short --strict-markers --disable-warnings -p pytest_asyncio"
196
+ pythonpath = [
197
+ ".",
198
+ "src",
199
+ "tests/sam-test-infrastructure/src",
200
+ ]
201
+ python_files = [
202
+ "test_*.py",
203
+ "*_test.py",
204
+ "tests.py",
205
+ ]
206
+ python_classes = [
207
+ "Test*",
208
+ ]
209
+ python_functions = [
210
+ "test_*",
211
+ ]
212
+ markers = [
213
+ "all: marks all tests",
214
+ "asyncio: marks tests as async (deselect with '-m \"not asyncio\"')",
215
+ "default: marks tests that are basic or foundational",
216
+ "stress: marks tests as stress tests (long-running, resource-intensive)",
217
+ "long_soak: marks tests as very long-running soak tests for memory leak detection",
218
+ "agent: marks tests related to the agent component",
219
+ "common: marks tests related to the common component",
220
+ "core_a2a: marks tests related to the core_a2a component",
221
+ "gateway: marks tests related to the gateway component",
222
+ "middleware: marks tests related to the middleware component",
223
+ "server: marks tests related to the server component",
224
+ "services: marks tests related to the services",
225
+ "callbacks: marks tests related to agent callbacks",
226
+ "datapart: marks tests related to A2A DataPart objects",
227
+ "delegation: marks tests related to agent delegation",
228
+ "embeds: marks tests related to the embeds",
229
+ "mcp: marks tests related to mcp",
230
+ "notification: marks tests related to notifications",
231
+ "task_cancellation: marks tests related to task cancellation",
232
+ "tools: marks tests related to the agent tools",
233
+ "audio_tools: marks tests related to the audio_tools",
234
+ "builtin_artifact_tools: marks tests related to the builtin_artifact_tools",
235
+ "builtin_data_analysis_tools: marks tests related to the builtin_data_analysis_tools",
236
+ "general_agent_tools: marks tests related to the general_agent_tools",
237
+ "image_tools: marks tests related to the image_tools",
238
+ "peer_agent_tool: marks tests related to the peer_agent_tool",
239
+ "web_tools: marks tests related to the web_tools",
240
+ ]
241
+
242
+ [tool.coverage.run]
243
+ parallel = true
@@ -0,0 +1,25 @@
1
+ #!/bin/sh
2
+
3
+ # Check if any files in the frontend directory have been staged
4
+ FRONTEND_CHANGES=$(git diff --cached --name-only | grep "^client/webui/frontend/")
5
+
6
+ # Only run the frontend pre-commit hook if frontend files have changed
7
+ if [ -n "$FRONTEND_CHANGES" ]; then
8
+ echo "Frontend changes detected, running frontend pre-commit hook..."
9
+
10
+ # Change to the frontend directory
11
+ cd "$(git rev-parse --show-toplevel)/client/webui/frontend" || exit 1
12
+
13
+ # Run the npm script from the frontend directory
14
+ npm run precommit
15
+
16
+ # Exit with the status of the npm script
17
+ EXIT_CODE=$?
18
+ if [ $EXIT_CODE -ne 0 ]; then
19
+ echo "Frontend pre-commit hook failed"
20
+ exit $EXIT_CODE
21
+ fi
22
+ fi
23
+
24
+ # If we get here, all hooks passed
25
+ exit 0
@@ -0,0 +1,272 @@
1
+ {
2
+ // Use IntelliSense to learn about possible attributes.
3
+ // Hover to view descriptions of existing attributes.
4
+ // For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387
5
+ "version": "0.2.0",
6
+ "configurations": [
7
+ {
8
+ "name": "SAM",
9
+ "type": "debugpy",
10
+ "request": "launch",
11
+ "module": "solace_ai_connector.main",
12
+ "console": "integratedTerminal",
13
+ "args": "--envfile .env examples/agents/orchestrator_example.yaml examples/agents/a2a_agents_example.yaml examples/gateways/webui_example.yaml",
14
+ "justMyCode": false,
15
+ "env": {
16
+ "LOGGING_CONFIG_PATH": "${workspaceFolder}/preset/logging_config.ini"
17
+ }
18
+ },
19
+ {
20
+ "name": "SAM (test)",
21
+ "type": "debugpy",
22
+ "request": "launch",
23
+ "module": "solace_ai_connector.main",
24
+ "console": "integratedTerminal",
25
+ "args": "--envfile .env examples/agents/orchestrator_example.yaml examples/agents/a2a_agents_example.yaml examples/gateways/webui_example.yaml examples/agents/test_agent.yaml examples/agents/a2a_multimodal_example.yaml",
26
+ "justMyCode": false,
27
+ "env": {
28
+ "LOGGING_CONFIG_PATH": "${workspaceFolder}/preset/logging_config.ini"
29
+ }
30
+ },
31
+ {
32
+ "name": "SAM (test with event-mesh-gateway)",
33
+ "type": "debugpy",
34
+ "request": "launch",
35
+ "module": "solace_ai_connector.main",
36
+ "console": "integratedTerminal",
37
+ "args": "--envfile .env examples/slack.yaml examples/event-mesh-gateway.yaml examples/a2a_orchestrator.yaml examples/a2a_agents.yaml examples/webui_backend.yaml examples/test_agent.yaml examples/a2a_multimodal.yaml",
38
+ "justMyCode": false,
39
+ },
40
+ {
41
+ "name": "SAM (simple)",
42
+ "type": "debugpy",
43
+ "request": "launch",
44
+ "module": "solace_ai_connector.main",
45
+ "console": "integratedTerminal",
46
+ "args": "--envfile .env examples/agents/orchestrator_example.yaml examples/gateways/webui_example.yaml examples/agents/test_agent.yaml",
47
+ "justMyCode": false,
48
+ "env": {
49
+ "LOGGING_CONFIG_PATH": "${workspaceFolder}/preset/logging_config.ini"
50
+ }
51
+ },
52
+ {
53
+ "name": "SAM (with REST)",
54
+ "type": "debugpy",
55
+ "request": "launch",
56
+ "module": "solace_ai_connector.main",
57
+ "console": "integratedTerminal",
58
+ "args": "--envfile .env examples/agents/orchestrator_example.yaml examples/agents/a2a_agents_example.yaml examples/gateways/webui_example.yaml examples/gateways/rest_gateway_example.yaml examples/agents/test_agent.yaml examples/agents/a2a_multimodal_example.yaml",
59
+ "justMyCode": false,
60
+ "env": {
61
+ "LOGGING_CONFIG_PATH": "${workspaceFolder}/preset/logging_config.ini"
62
+ }
63
+ },
64
+ {
65
+ "name": "Multimodal Agent (With UI)",
66
+ "type": "debugpy",
67
+ "request": "launch",
68
+ "module": "solace_ai_connector.main",
69
+ "console": "integratedTerminal",
70
+ "args": "--envfile .env examples/agents/a2a_multimodal_example.yaml examples/gateways/webui_example.yaml ",
71
+ "justMyCode": false,
72
+ "env": {
73
+ "LOGGING_CONFIG_PATH": "${workspaceFolder}/preset/logging_config.ini"
74
+ }
75
+ },
76
+ {
77
+ "name": "Orchestrator",
78
+ "type": "debugpy",
79
+ "request": "launch",
80
+ "module": "solace_ai_connector.main",
81
+ "console": "integratedTerminal",
82
+ "args": "--envfile .env examples/agents/orchestrator_example.yaml",
83
+ "justMyCode": false,
84
+ "env": {
85
+ "LOGGING_CONFIG_PATH": "${workspaceFolder}/preset/logging_config.ini"
86
+ }
87
+ },
88
+ {
89
+ "name": "Agents",
90
+ "type": "debugpy",
91
+ "request": "launch",
92
+ "module": "solace_ai_connector.main",
93
+ "console": "integratedTerminal",
94
+ "args": "--envfile .env examples/agents/a2a_agents_example.yaml",
95
+ "justMyCode": false,
96
+ "env": {
97
+ "LOGGING_CONFIG_PATH": "${workspaceFolder}/preset/logging_config.ini"
98
+ }
99
+ },
100
+ {
101
+ "name": "MCP examples",
102
+ "type": "debugpy",
103
+ "request": "launch",
104
+ "module": "solace_ai_connector.main",
105
+ "console": "integratedTerminal",
106
+ "args": "--envfile .env examples/agents/a2a_mcp_example.yaml",
107
+ "justMyCode": false,
108
+ "env": {
109
+ "LOGGING_CONFIG_PATH": "${workspaceFolder}/preset/logging_config.ini"
110
+ }
111
+ },
112
+ {
113
+ "name": "Slack",
114
+ "type": "debugpy",
115
+ "request": "launch",
116
+ "module": "solace_ai_connector.main",
117
+ "console": "integratedTerminal",
118
+ "args": "--envfile .env examples/gateways/slack_gateway_example.yaml",
119
+ "justMyCode": false,
120
+ "env": {
121
+ "LOGGING_CONFIG_PATH": "${workspaceFolder}/preset/logging_config.ini"
122
+ }
123
+ },
124
+ {
125
+ "name": "Webhook Gateway",
126
+ "type": "debugpy",
127
+ "request": "launch",
128
+ "module": "solace_ai_connector.main",
129
+ "console": "integratedTerminal",
130
+ "args": "--envfile .env examples/gateways/webhook_gateway_example.yaml",
131
+ "justMyCode": false,
132
+ "env": {
133
+ "LOGGING_CONFIG_PATH": "${workspaceFolder}/preset/logging_config.ini"
134
+ }
135
+ },
136
+ {
137
+ "name": "WebUI",
138
+ "type": "debugpy",
139
+ "request": "launch",
140
+ "module": "solace_ai_connector.main",
141
+ "console": "integratedTerminal",
142
+ "args": "--envfile .env examples/gateways/webui_example.yaml",
143
+ "justMyCode": false,
144
+ "env": {
145
+ "LOGGING_CONFIG_PATH": "${workspaceFolder}/preset/logging_config.ini"
146
+ }
147
+ },
148
+ {
149
+ "name": "Full",
150
+ "type": "debugpy",
151
+ "request": "launch",
152
+ "module": "solace_ai_connector.main",
153
+ "console": "integratedTerminal",
154
+ "args": "--envfile .env examples/agents/orchestrator_example.yaml examples/agents/a2a_agents_example.yaml examples/gateways/webui_example.yaml",
155
+ "justMyCode": false,
156
+ "env": {
157
+ "LOGGING_CONFIG_PATH": "${workspaceFolder}/preset/logging_config.ini"
158
+ }
159
+ },
160
+ {
161
+ "name": "Minimal",
162
+ "type": "debugpy",
163
+ "request": "launch",
164
+ "module": "solace_ai_connector.main",
165
+ "console": "integratedTerminal",
166
+ "args": "--envfile .env examples/agents/a2a_host_example.yaml examples/gateways/webui_example.yaml",
167
+ "justMyCode": false,
168
+ "env": {
169
+ "LOGGING_CONFIG_PATH": "${workspaceFolder}/preset/logging_config.ini"
170
+ }
171
+ },
172
+ {
173
+ "name": "Playwrite",
174
+ "type": "debugpy",
175
+ "request": "launch",
176
+ "module": "solace_ai_connector.main",
177
+ "console": "integratedTerminal",
178
+ "args": "--envfile .env examples/agents/a2a_mcp_example.yaml examples/gateways/webui_example.yaml",
179
+ "justMyCode": false,
180
+ "env": {
181
+ "LOGGING_CONFIG_PATH": "${workspaceFolder}/preset/logging_config.ini"
182
+ }
183
+ },
184
+ {
185
+ "name": "EM Gateway",
186
+ "type": "debugpy",
187
+ "request": "launch",
188
+ "module": "solace_ai_connector.main",
189
+ "console": "integratedTerminal",
190
+ "args": "--envfile .env examples/gateways/sam_em_gateway.yaml examples/agents/a2a_multimodal_example.yaml examples/agents/orchestrator_example.yaml examples/gateways/webui_example.yaml",
191
+ "justMyCode": false,
192
+ "env": {
193
+ "LOGGING_CONFIG_PATH": "${workspaceFolder}/preset/logging_config.ini"
194
+ }
195
+ },
196
+ {
197
+ "name": "CLI",
198
+ "type": "debugpy",
199
+ "request": "launch",
200
+ "module": "src.tools.a2a_cli_client.main",
201
+ "console": "integratedTerminal",
202
+ "args": "--env-file .env",
203
+ "justMyCode": false,
204
+ "env": {
205
+ "LOGGING_CONFIG_PATH": "${workspaceFolder}/preset/logging_config.ini"
206
+ }
207
+ },
208
+ {
209
+ "name": "Python: Debug Tests",
210
+ "type": "debugpy",
211
+ "request": "launch",
212
+ "program": "${file}",
213
+ "purpose": [
214
+ "debug-test"
215
+ ],
216
+ "console": "integratedTerminal",
217
+ "justMyCode": false
218
+ },
219
+ {
220
+ "name": "Python: Pytest (specific test)",
221
+ "type": "debugpy",
222
+ "request": "launch",
223
+ "module": "pytest",
224
+ "args": [
225
+ "tests/integration/scenarios_declarative/test_declarative_runner.py::test_declarative_scenario[embeds/late/test_ac_template_missing_template_file]"
226
+ ],
227
+ "justMyCode": false,
228
+ "console": "integratedTerminal",
229
+ "env": {
230
+ "PYTHONPATH": "${workspaceFolder}"
231
+ }
232
+ },
233
+ {
234
+ "name": "Debug Declarative Test",
235
+ "type": "debugpy",
236
+ "request": "launch",
237
+ "module": "pytest",
238
+ "args": [
239
+ "tests/integration/scenarios_declarative/test_declarative_runner.py::test_declarative_scenario[${input:declarativeTestPath}]",
240
+ "-vv"
241
+ ],
242
+ "console": "integratedTerminal",
243
+ "justMyCode": false
244
+ },
245
+ {
246
+ "name": "Debug Programmatic Test",
247
+ "type": "debugpy",
248
+ "request": "launch",
249
+ "module": "pytest",
250
+ "args": [
251
+ "tests/integration/scenarios_programmatic/${input:programmaticTestPath}",
252
+ "-vv"
253
+ ],
254
+ "console": "integratedTerminal",
255
+ "justMyCode": false
256
+ }
257
+ ],
258
+ "inputs": [
259
+ {
260
+ "id": "declarativeTestPath",
261
+ "description": "Enter the test case path (e.g., builtin_artifact_tools/list_artifacts/test_list_artifacts_empty)",
262
+ "default": "builtin_artifact_tools/list_artifacts/test_list_artifacts_empty",
263
+ "type": "promptString"
264
+ },
265
+ {
266
+ "id": "programmaticTestPath",
267
+ "description": "Enter the test path name (e.g., test_basic_flows.py)",
268
+ "default": "test_basic_flows.py",
269
+ "type": "promptString"
270
+ }
271
+ ]
272
+ }