solace-agent-mesh 1.0.1__tar.gz → 1.0.3__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 (1510) hide show
  1. solace_agent_mesh-1.0.3/.dockerignore +28 -0
  2. solace_agent_mesh-1.0.3/.github/workflows/ci.yaml +171 -0
  3. solace_agent_mesh-1.0.3/.github/workflows/cleanup_ws.yaml +14 -0
  4. solace_agent_mesh-1.0.3/.github/workflows/push-docker.yml +161 -0
  5. solace_agent_mesh-1.0.3/.github/workflows/release.yml +66 -0
  6. solace_agent_mesh-1.0.3/.github/workflows/ui-ci.yml +280 -0
  7. solace_agent_mesh-1.0.3/.github/workflows/ui-release.yml +109 -0
  8. solace_agent_mesh-1.0.3/.hatch_data/.config/coverage/ZC3w42we/pyproject.toml +222 -0
  9. solace_agent_mesh-1.0.3/.vscode/launch.json +192 -0
  10. solace_agent_mesh-1.0.3/Dockerfile +87 -0
  11. solace_agent_mesh-1.0.3/PKG-INFO +442 -0
  12. solace_agent_mesh-1.0.3/README.md +171 -0
  13. solace_agent_mesh-1.0.3/assets/client/webui/assets/main-BCpII1-0.css +1 -0
  14. solace_agent_mesh-1.0.3/assets/client/webui/assets/main-DzKPMTRs.js +673 -0
  15. solace_agent_mesh-1.0.3/assets/client/webui/index.html +15 -0
  16. solace_agent_mesh-1.0.3/assets/config_portal/client/assets/_index-xSu2leR8.js +48 -0
  17. solace_agent_mesh-1.0.3/assets/config_portal/client/assets/manifest-950eb3be.js +1 -0
  18. solace_agent_mesh-1.0.3/assets/config_portal/client/index.html +7 -0
  19. solace_agent_mesh-1.0.3/assets/docs/404.html +16 -0
  20. solace_agent_mesh-1.0.3/assets/docs/assets/js/04989206.da8246cd.js +1 -0
  21. solace_agent_mesh-1.0.3/assets/docs/assets/js/1023fc19.8e6d174c.js +1 -0
  22. solace_agent_mesh-1.0.3/assets/docs/assets/js/1c6e87d2.a8c5ce5a.js +1 -0
  23. solace_agent_mesh-1.0.3/assets/docs/assets/js/3d406171.9b081d5f.js +1 -0
  24. solace_agent_mesh-1.0.3/assets/docs/assets/js/75384d09.c3991823.js +1 -0
  25. solace_agent_mesh-1.0.3/assets/docs/assets/js/9eff14a2.036c35ea.js +1 -0
  26. solace_agent_mesh-1.0.3/assets/docs/assets/js/aba87c2f.a6b84da6.js +1 -0
  27. solace_agent_mesh-1.0.3/assets/docs/assets/js/ae4415af.96189a93.js +1 -0
  28. solace_agent_mesh-1.0.3/assets/docs/assets/js/b7006a3a.38c0cf3d.js +1 -0
  29. solace_agent_mesh-1.0.3/assets/docs/assets/js/bb2ef573.56931473.js +1 -0
  30. solace_agent_mesh-1.0.3/assets/docs/assets/js/cc969b05.bd3e0d6c.js +1 -0
  31. solace_agent_mesh-1.0.3/assets/docs/assets/js/f284c35a.5aff74ab.js +1 -0
  32. solace_agent_mesh-1.0.3/assets/docs/assets/js/f897a61a.862b0514.js +1 -0
  33. solace_agent_mesh-1.0.3/assets/docs/assets/js/main.7361da2b.js +2 -0
  34. solace_agent_mesh-1.0.3/assets/docs/assets/js/runtime~main.aa687c82.js +1 -0
  35. solace_agent_mesh-1.0.3/assets/docs/docs/documentation/concepts/agents/index.html +128 -0
  36. solace_agent_mesh-1.0.3/assets/docs/docs/documentation/concepts/architecture/index.html +91 -0
  37. solace_agent_mesh-1.0.3/assets/docs/docs/documentation/concepts/cli/index.html +203 -0
  38. solace_agent_mesh-1.0.3/assets/docs/docs/documentation/concepts/gateways/index.html +91 -0
  39. solace_agent_mesh-1.0.3/assets/docs/docs/documentation/concepts/orchestrator/index.html +55 -0
  40. solace_agent_mesh-1.0.3/assets/docs/docs/documentation/concepts/plugins/index.html +82 -0
  41. solace_agent_mesh-1.0.3/assets/docs/docs/documentation/deployment/debugging/index.html +77 -0
  42. solace_agent_mesh-1.0.3/assets/docs/docs/documentation/deployment/deploy/index.html +48 -0
  43. solace_agent_mesh-1.0.3/assets/docs/docs/documentation/deployment/observability/index.html +54 -0
  44. solace_agent_mesh-1.0.3/assets/docs/docs/documentation/enterprise/index.html +17 -0
  45. solace_agent_mesh-1.0.3/assets/docs/docs/documentation/getting-started/component-overview/index.html +45 -0
  46. solace_agent_mesh-1.0.3/assets/docs/docs/documentation/getting-started/installation/index.html +76 -0
  47. solace_agent_mesh-1.0.3/assets/docs/docs/documentation/getting-started/introduction/index.html +150 -0
  48. solace_agent_mesh-1.0.3/assets/docs/docs/documentation/getting-started/quick-start/index.html +54 -0
  49. solace_agent_mesh-1.0.3/assets/docs/docs/documentation/tutorials/bedrock-agents/index.html +267 -0
  50. solace_agent_mesh-1.0.3/assets/docs/docs/documentation/tutorials/custom-agent/index.html +136 -0
  51. solace_agent_mesh-1.0.3/assets/docs/docs/documentation/tutorials/event-mesh-gateway/index.html +116 -0
  52. solace_agent_mesh-1.0.3/assets/docs/docs/documentation/tutorials/mcp-integration/index.html +80 -0
  53. solace_agent_mesh-1.0.3/assets/docs/docs/documentation/tutorials/mongodb-integration/index.html +164 -0
  54. solace_agent_mesh-1.0.3/assets/docs/docs/documentation/tutorials/rag-integration/index.html +140 -0
  55. solace_agent_mesh-1.0.3/assets/docs/docs/documentation/tutorials/rest-gateway/index.html +57 -0
  56. solace_agent_mesh-1.0.3/assets/docs/docs/documentation/tutorials/slack-integration/index.html +72 -0
  57. solace_agent_mesh-1.0.3/assets/docs/docs/documentation/tutorials/sql-database/index.html +102 -0
  58. solace_agent_mesh-1.0.3/assets/docs/docs/documentation/user-guide/builtin-tools/artifact-management/index.html +99 -0
  59. solace_agent_mesh-1.0.3/assets/docs/docs/documentation/user-guide/builtin-tools/audio-tools/index.html +90 -0
  60. solace_agent_mesh-1.0.3/assets/docs/docs/documentation/user-guide/builtin-tools/data-analysis-tools/index.html +107 -0
  61. solace_agent_mesh-1.0.3/assets/docs/docs/documentation/user-guide/builtin-tools/embeds/index.html +152 -0
  62. solace_agent_mesh-1.0.3/assets/docs/docs/documentation/user-guide/builtin-tools/index.html +103 -0
  63. solace_agent_mesh-1.0.3/assets/docs/docs/documentation/user-guide/create-agents/index.html +170 -0
  64. solace_agent_mesh-1.0.3/assets/docs/docs/documentation/user-guide/create-gateways/index.html +200 -0
  65. solace_agent_mesh-1.0.3/assets/docs/docs/documentation/user-guide/creating-service-providers/index.html +54 -0
  66. solace_agent_mesh-1.0.3/assets/docs/docs/documentation/user-guide/solace-ai-connector/index.html +69 -0
  67. solace_agent_mesh-1.0.3/assets/docs/docs/documentation/user-guide/structure/index.html +59 -0
  68. solace_agent_mesh-1.0.3/assets/docs/img/solace-logo-text.svg +18 -0
  69. solace_agent_mesh-1.0.3/assets/docs/lunr-index-1755120221269.json +1 -0
  70. solace_agent_mesh-1.0.3/assets/docs/lunr-index.json +1 -0
  71. solace_agent_mesh-1.0.3/assets/docs/search-doc-1755120221269.json +1 -0
  72. solace_agent_mesh-1.0.3/assets/docs/search-doc.json +1 -0
  73. solace_agent_mesh-1.0.3/assets/docs/sitemap.xml +1 -0
  74. solace_agent_mesh-1.0.3/cli/__init__.py +1 -0
  75. solace_agent_mesh-1.0.3/cli/commands/init_cmd/env_step.py +205 -0
  76. solace_agent_mesh-1.0.3/cli/commands/init_cmd/orchestrator_step.py +407 -0
  77. solace_agent_mesh-1.0.3/cli/commands/plugin_cmd/catalog_cmd.py +139 -0
  78. solace_agent_mesh-1.0.3/cli/commands/plugin_cmd/official_registry.py +175 -0
  79. solace_agent_mesh-1.0.3/cli/commands/run_cmd.py +197 -0
  80. solace_agent_mesh-1.0.3/cli/main.py +39 -0
  81. solace_agent_mesh-1.0.3/client/sam-rest-client/README.md +98 -0
  82. solace_agent_mesh-1.0.3/client/webui/frontend/package-lock.json +5330 -0
  83. solace_agent_mesh-1.0.3/client/webui/frontend/package.json +110 -0
  84. solace_agent_mesh-1.0.3/client/webui/frontend/src/lib/components/activities/FlowChart/taskToFlowData.helpers.ts +797 -0
  85. solace_agent_mesh-1.0.3/client/webui/frontend/src/lib/components/activities/FlowChart/taskToFlowData.ts +740 -0
  86. solace_agent_mesh-1.0.3/client/webui/frontend/src/lib/components/activities/FlowChartDetails.tsx +60 -0
  87. solace_agent_mesh-1.0.3/client/webui/frontend/src/lib/components/activities/FlowChartPanel.tsx +395 -0
  88. solace_agent_mesh-1.0.3/client/webui/frontend/src/lib/components/activities/index.ts +4 -0
  89. solace_agent_mesh-1.0.3/client/webui/frontend/src/lib/components/activities/taskVisualizerProcessor.ts +1009 -0
  90. solace_agent_mesh-1.0.3/client/webui/frontend/src/lib/components/agents/AgentMeshCards.tsx +58 -0
  91. solace_agent_mesh-1.0.3/client/webui/frontend/src/lib/components/chat/ChatInputArea.tsx +198 -0
  92. solace_agent_mesh-1.0.3/client/webui/frontend/src/lib/components/chat/ChatMessage.tsx +136 -0
  93. solace_agent_mesh-1.0.3/client/webui/frontend/src/lib/components/chat/ChatSessionDialog.tsx +39 -0
  94. solace_agent_mesh-1.0.3/client/webui/frontend/src/lib/components/chat/ChatSidePanel.tsx +193 -0
  95. solace_agent_mesh-1.0.3/client/webui/frontend/src/lib/components/chat/LoadingMessageRow.tsx +22 -0
  96. solace_agent_mesh-1.0.3/client/webui/frontend/src/lib/components/chat/SessionSidePanel.tsx +37 -0
  97. solace_agent_mesh-1.0.3/client/webui/frontend/src/lib/components/chat/artifact/ArtifactCard.tsx +134 -0
  98. solace_agent_mesh-1.0.3/client/webui/frontend/src/lib/components/chat/artifact/ArtifactDeleteDialog.tsx +39 -0
  99. solace_agent_mesh-1.0.3/client/webui/frontend/src/lib/components/chat/artifact/ArtifactDetails.tsx +110 -0
  100. solace_agent_mesh-1.0.3/client/webui/frontend/src/lib/components/chat/artifact/ArtifactMorePopover.tsx +38 -0
  101. solace_agent_mesh-1.0.3/client/webui/frontend/src/lib/components/chat/artifact/ArtifactPanel.tsx +104 -0
  102. solace_agent_mesh-1.0.3/client/webui/frontend/src/lib/components/chat/artifact/ArtifactSortPopover.tsx +52 -0
  103. solace_agent_mesh-1.0.3/client/webui/frontend/src/lib/components/chat/file/FileMessage.tsx +62 -0
  104. solace_agent_mesh-1.0.3/client/webui/frontend/src/lib/components/chat/preview/ContentRenderer.tsx +41 -0
  105. solace_agent_mesh-1.0.3/client/webui/frontend/src/lib/components/chat/preview/Renderers/AudioRenderer.tsx +19 -0
  106. solace_agent_mesh-1.0.3/client/webui/frontend/src/lib/components/chat/preview/Renderers/CsvRenderer.tsx +120 -0
  107. solace_agent_mesh-1.0.3/client/webui/frontend/src/lib/components/chat/preview/Renderers/ImageRenderer.tsx +22 -0
  108. solace_agent_mesh-1.0.3/client/webui/frontend/src/lib/components/chat/preview/Renderers/MarkdownRenderer.tsx +24 -0
  109. solace_agent_mesh-1.0.3/client/webui/frontend/src/lib/components/chat/preview/Renderers/MermaidRenderer.tsx +210 -0
  110. solace_agent_mesh-1.0.3/client/webui/frontend/src/lib/components/chat/preview/Renderers/StructuredDataRenderer.tsx +67 -0
  111. solace_agent_mesh-1.0.3/client/webui/frontend/src/lib/components/chat/preview/Renderers/TextRenderer.tsx +24 -0
  112. solace_agent_mesh-1.0.3/client/webui/frontend/src/lib/components/chat/preview/Renderers/index.ts +18 -0
  113. solace_agent_mesh-1.0.3/client/webui/frontend/src/lib/components/index.ts +12 -0
  114. solace_agent_mesh-1.0.3/client/webui/frontend/src/lib/components/navigation/NavigationButton.tsx +53 -0
  115. solace_agent_mesh-1.0.3/client/webui/frontend/src/lib/components/navigation/NavigationHeader.tsx +27 -0
  116. solace_agent_mesh-1.0.3/client/webui/frontend/src/lib/components/navigation/NavigationList.tsx +46 -0
  117. solace_agent_mesh-1.0.3/client/webui/frontend/src/lib/components/navigation/ToggleThemeButton.tsx +26 -0
  118. solace_agent_mesh-1.0.3/client/webui/frontend/src/lib/components/pages/ChatPage.tsx +247 -0
  119. solace_agent_mesh-1.0.3/client/webui/frontend/src/lib/components/ui/badge.tsx +40 -0
  120. solace_agent_mesh-1.0.3/client/webui/frontend/src/lib/components/ui/button.tsx +72 -0
  121. solace_agent_mesh-1.0.3/client/webui/frontend/src/lib/components/ui/chat/chat-input.tsx +12 -0
  122. solace_agent_mesh-1.0.3/client/webui/frontend/src/lib/components/ui/chat/chat-message-list.tsx +59 -0
  123. solace_agent_mesh-1.0.3/client/webui/frontend/src/lib/components/ui/chat/hooks/useAutoScroll.tsx +131 -0
  124. solace_agent_mesh-1.0.3/client/webui/frontend/src/lib/components/ui/chat/message-loading.tsx +6 -0
  125. solace_agent_mesh-1.0.3/client/webui/frontend/src/lib/components/ui/menu.tsx +91 -0
  126. solace_agent_mesh-1.0.3/client/webui/frontend/src/lib/components/ui/popover.tsx +35 -0
  127. solace_agent_mesh-1.0.3/client/webui/frontend/src/lib/components/ui/select.tsx +110 -0
  128. solace_agent_mesh-1.0.3/client/webui/frontend/src/lib/components/ui/tabs.tsx +34 -0
  129. solace_agent_mesh-1.0.3/client/webui/frontend/src/lib/contexts/ChatContext.ts +70 -0
  130. solace_agent_mesh-1.0.3/client/webui/frontend/src/lib/contexts/TaskContext.ts +24 -0
  131. solace_agent_mesh-1.0.3/client/webui/frontend/src/lib/hooks/useCopy.ts +41 -0
  132. solace_agent_mesh-1.0.3/client/webui/frontend/src/lib/providers/ChatProvider.tsx +939 -0
  133. solace_agent_mesh-1.0.3/client/webui/frontend/src/lib/providers/TaskProvider.tsx +316 -0
  134. solace_agent_mesh-1.0.3/client/webui/frontend/tsconfig.app.json +33 -0
  135. solace_agent_mesh-1.0.3/client/webui/frontend/tsconfig.lib.json +35 -0
  136. solace_agent_mesh-1.0.3/client/webui/frontend/wss-unified-agent.config +52 -0
  137. solace_agent_mesh-1.0.3/client/webui/llm_detail.txt +4244 -0
  138. solace_agent_mesh-1.0.3/config_portal/backend/common.py +77 -0
  139. solace_agent_mesh-1.0.3/config_portal/backend/plugin_catalog/constants.py +24 -0
  140. solace_agent_mesh-1.0.3/config_portal/backend/plugin_catalog/registry_manager.py +164 -0
  141. solace_agent_mesh-1.0.3/config_portal/backend/plugin_catalog/scraper.py +521 -0
  142. solace_agent_mesh-1.0.3/config_portal/backend/plugin_catalog_server.py +217 -0
  143. solace_agent_mesh-1.0.3/config_portal/backend/server.py +644 -0
  144. solace_agent_mesh-1.0.3/config_portal/frontend/app/components/AddAgentFlow.tsx +461 -0
  145. solace_agent_mesh-1.0.3/config_portal/frontend/app/components/steps/init/OrchestratorSetup.tsx +542 -0
  146. solace_agent_mesh-1.0.3/config_portal/frontend/package-lock.json +11458 -0
  147. solace_agent_mesh-1.0.3/docs/.docusaurus/client-manifest.json +1117 -0
  148. solace_agent_mesh-1.0.3/docs/.docusaurus/docusaurus-plugin-content-docs/default/p/solace-agent-mesh-docs-bfb.json +1 -0
  149. solace_agent_mesh-1.0.3/docs/.docusaurus/docusaurus-plugin-content-docs/default/site-docs-documentation-enterprise-md-bb2.json +24 -0
  150. solace_agent_mesh-1.0.3/docs/.docusaurus/docusaurus-plugin-content-docs/default/site-docs-documentation-tutorials-rag-integration-md-753.json +29 -0
  151. solace_agent_mesh-1.0.3/docs/.docusaurus/docusaurus-plugin-content-docs/default/site-docs-documentation-tutorials-slack-integration-md-9ef.json +28 -0
  152. solace_agent_mesh-1.0.3/docs/.docusaurus/docusaurus-plugin-content-docs/default/site-docs-documentation-user-guide-builtin-tools-data-analysis-tools-md-102.json +28 -0
  153. solace_agent_mesh-1.0.3/docs/.docusaurus/docusaurus.config.mjs +416 -0
  154. solace_agent_mesh-1.0.3/docs/.docusaurus/globalData.json +201 -0
  155. solace_agent_mesh-1.0.3/docs/.docusaurus/registry.js +40 -0
  156. solace_agent_mesh-1.0.3/docs/.docusaurus/routes.js +225 -0
  157. solace_agent_mesh-1.0.3/docs/.docusaurus/routesChunkNames.json +147 -0
  158. solace_agent_mesh-1.0.3/docs/docs/documentation/concepts/agents.md +118 -0
  159. solace_agent_mesh-1.0.3/docs/docs/documentation/concepts/cli.md +291 -0
  160. solace_agent_mesh-1.0.3/docs/docs/documentation/concepts/gateways.md +123 -0
  161. solace_agent_mesh-1.0.3/docs/docs/documentation/deployment/debugging.md +163 -0
  162. solace_agent_mesh-1.0.3/docs/docs/documentation/getting-started/quick-start.md +165 -0
  163. solace_agent_mesh-1.0.3/docs/docs/documentation/tutorials/custom-agent.md +801 -0
  164. solace_agent_mesh-1.0.3/docs/docs/documentation/tutorials/mongodb-integration.md +340 -0
  165. solace_agent_mesh-1.0.3/docs/docs/documentation/tutorials/rag-integration.md +339 -0
  166. solace_agent_mesh-1.0.3/docs/docs/documentation/user-guide/builtin-tools/artifact-management.md +94 -0
  167. solace_agent_mesh-1.0.3/docs/docs/documentation/user-guide/builtin-tools/data-analysis-tools.md +107 -0
  168. solace_agent_mesh-1.0.3/docs/docs/documentation/user-guide/creating-service-providers.md +172 -0
  169. solace_agent_mesh-1.0.3/docs/static/img/solace-logo-text.svg +18 -0
  170. solace_agent_mesh-1.0.3/examples/a2a_agents.yaml +361 -0
  171. solace_agent_mesh-1.0.3/examples/a2a_host_example.yaml +131 -0
  172. solace_agent_mesh-1.0.3/examples/a2a_mcp_example.yaml +192 -0
  173. solace_agent_mesh-1.0.3/preset/agents/basic/main_orchestrator.yaml +65 -0
  174. solace_agent_mesh-1.0.3/preset/agents/basic/webui.yaml +53 -0
  175. solace_agent_mesh-1.0.3/preset/agents/markitdown_agents.yaml +48 -0
  176. solace_agent_mesh-1.0.3/preset/agents/mermaid_agents.yaml +58 -0
  177. solace_agent_mesh-1.0.3/preset/agents/web_agents.yaml +49 -0
  178. solace_agent_mesh-1.0.3/preset/env-template +18 -0
  179. solace_agent_mesh-1.0.3/preset/logging_config.ini +64 -0
  180. solace_agent_mesh-1.0.3/preset/shared_config.yaml +66 -0
  181. solace_agent_mesh-1.0.3/pyproject.toml +193 -0
  182. solace_agent_mesh-1.0.3/src/llm.txt +228 -0
  183. solace_agent_mesh-1.0.3/src/llm_detail.txt +2835 -0
  184. solace_agent_mesh-1.0.3/src/solace_agent_mesh/__init__.py +5 -0
  185. solace_agent_mesh-1.0.3/src/solace_agent_mesh/agent/adk/callbacks.py +1716 -0
  186. solace_agent_mesh-1.0.3/src/solace_agent_mesh/agent/adk/filesystem_artifact_service.py +374 -0
  187. solace_agent_mesh-1.0.3/src/solace_agent_mesh/agent/adk/runner.py +357 -0
  188. solace_agent_mesh-1.0.3/src/solace_agent_mesh/agent/adk/services.py +321 -0
  189. solace_agent_mesh-1.0.3/src/solace_agent_mesh/agent/protocol/event_handlers.py +1398 -0
  190. solace_agent_mesh-1.0.3/src/solace_agent_mesh/agent/sac/app.py +650 -0
  191. solace_agent_mesh-1.0.3/src/solace_agent_mesh/agent/sac/component.py +3532 -0
  192. solace_agent_mesh-1.0.3/src/solace_agent_mesh/agent/sac/task_execution_context.py +185 -0
  193. solace_agent_mesh-1.0.3/src/solace_agent_mesh/agent/tools/builtin_artifact_tools.py +1961 -0
  194. solace_agent_mesh-1.0.3/src/solace_agent_mesh/agent/tools/general_agent_tools.py +571 -0
  195. solace_agent_mesh-1.0.3/src/solace_agent_mesh/agent/tools/peer_agent_tool.py +298 -0
  196. solace_agent_mesh-1.0.3/src/solace_agent_mesh/agent/utils/artifact_helpers.py +1061 -0
  197. solace_agent_mesh-1.0.3/src/solace_agent_mesh/common/exceptions.py +25 -0
  198. solace_agent_mesh-1.0.3/src/solace_agent_mesh/common/utils/initializer.py +51 -0
  199. solace_agent_mesh-1.0.3/src/solace_agent_mesh/common/utils/message_utils.py +79 -0
  200. solace_agent_mesh-1.0.3/src/solace_agent_mesh/gateway/base/component.py +1555 -0
  201. solace_agent_mesh-1.0.3/src/solace_agent_mesh/gateway/http_sse/routers/artifacts.py +827 -0
  202. solace_agent_mesh-1.0.3/src/solace_agent_mesh/gateway/http_sse/sse_manager.py +350 -0
  203. solace_agent_mesh-1.0.3/templates/gateway_component_template.py +431 -0
  204. solace_agent_mesh-1.0.3/templates/logging_config_template.ini +64 -0
  205. solace_agent_mesh-1.0.3/templates/plugin_agent_config_template.yaml +122 -0
  206. solace_agent_mesh-1.0.3/tests/integration/conftest.py +790 -0
  207. solace_agent_mesh-1.0.3/tests/integration/scenarios_declarative/test_data/builtin_artifact_tools/append_to_artifact/test_append_binary_to_binary_artifact.yaml +93 -0
  208. solace_agent_mesh-1.0.3/tests/integration/scenarios_declarative/test_data/builtin_artifact_tools/append_to_artifact/test_append_binary_to_text_artifact.yaml +94 -0
  209. solace_agent_mesh-1.0.3/tests/integration/scenarios_declarative/test_data/builtin_artifact_tools/append_to_artifact/test_append_malformed_base64_chunk.yaml +95 -0
  210. solace_agent_mesh-1.0.3/tests/integration/scenarios_declarative/test_data/builtin_artifact_tools/append_to_artifact/test_append_multiple_chunks.yaml +128 -0
  211. solace_agent_mesh-1.0.3/tests/integration/scenarios_declarative/test_data/builtin_artifact_tools/append_to_artifact/test_append_text_to_binary_artifact.yaml +95 -0
  212. solace_agent_mesh-1.0.3/tests/integration/scenarios_declarative/test_data/builtin_artifact_tools/append_to_artifact/test_append_to_artifact.yaml +97 -0
  213. solace_agent_mesh-1.0.3/tests/integration/scenarios_declarative/test_data/builtin_artifact_tools/append_to_artifact/test_append_to_non_existent_artifact.yaml +67 -0
  214. solace_agent_mesh-1.0.3/tests/integration/scenarios_declarative/test_data/builtin_artifact_tools/apply_embed_and_create_artifact/test_apply_embed_binary_to_datauri.yaml +81 -0
  215. solace_agent_mesh-1.0.3/tests/integration/scenarios_declarative/test_data/builtin_artifact_tools/apply_embed_and_create_artifact/test_apply_embed_complex_modifier_chain.yaml +91 -0
  216. solace_agent_mesh-1.0.3/tests/integration/scenarios_declarative/test_data/builtin_artifact_tools/apply_embed_and_create_artifact/test_apply_embed_csv_to_csv.yaml +85 -0
  217. solace_agent_mesh-1.0.3/tests/integration/scenarios_declarative/test_data/builtin_artifact_tools/apply_embed_and_create_artifact/test_apply_embed_invalid_directive.yaml +69 -0
  218. solace_agent_mesh-1.0.3/tests/integration/scenarios_declarative/test_data/builtin_artifact_tools/apply_embed_and_create_artifact/test_apply_embed_json_to_pretty_json.yaml +83 -0
  219. solace_agent_mesh-1.0.3/tests/integration/scenarios_declarative/test_data/builtin_artifact_tools/apply_embed_and_create_artifact/test_apply_embed_jsonpath_modifier.yaml +81 -0
  220. solace_agent_mesh-1.0.3/tests/integration/scenarios_declarative/test_data/builtin_artifact_tools/apply_embed_and_create_artifact/test_apply_embed_jsonpath_no_match.yaml +89 -0
  221. solace_agent_mesh-1.0.3/tests/integration/scenarios_declarative/test_data/builtin_artifact_tools/apply_embed_and_create_artifact/test_apply_embed_modifier_type_error.yaml +68 -0
  222. solace_agent_mesh-1.0.3/tests/integration/scenarios_declarative/test_data/builtin_artifact_tools/apply_embed_and_create_artifact/test_apply_embed_output_filename_literal.yaml +81 -0
  223. solace_agent_mesh-1.0.3/tests/integration/scenarios_declarative/test_data/builtin_artifact_tools/apply_embed_and_create_artifact/test_apply_embed_simple_text.yaml +91 -0
  224. solace_agent_mesh-1.0.3/tests/integration/scenarios_declarative/test_data/builtin_artifact_tools/apply_embed_and_create_artifact/test_apply_embed_source_not_found.yaml +63 -0
  225. solace_agent_mesh-1.0.3/tests/integration/scenarios_declarative/test_data/builtin_artifact_tools/apply_embed_and_create_artifact/test_apply_embed_with_output_metadata.yaml +85 -0
  226. solace_agent_mesh-1.0.3/tests/integration/scenarios_declarative/test_data/builtin_artifact_tools/extract_content_from_artifact/test_extract_content_internal_llm_fail.yaml +144 -0
  227. solace_agent_mesh-1.0.3/tests/integration/scenarios_declarative/test_data/builtin_artifact_tools/extract_content_from_artifact/test_extract_content_invalid_version.yaml +74 -0
  228. solace_agent_mesh-1.0.3/tests/integration/scenarios_declarative/test_data/builtin_artifact_tools/extract_content_from_artifact/test_extract_content_large_result_save_truncate.yaml +140 -0
  229. solace_agent_mesh-1.0.3/tests/integration/scenarios_declarative/test_data/builtin_artifact_tools/extract_content_from_artifact/test_extract_content_missing_filename.yaml +65 -0
  230. solace_agent_mesh-1.0.3/tests/integration/scenarios_declarative/test_data/builtin_artifact_tools/extract_content_from_artifact/test_extract_content_missing_goal.yaml +80 -0
  231. solace_agent_mesh-1.0.3/tests/integration/scenarios_declarative/test_data/builtin_artifact_tools/extract_content_from_artifact/test_extract_content_save_and_truncate.yaml +110 -0
  232. solace_agent_mesh-1.0.3/tests/integration/scenarios_declarative/test_data/builtin_artifact_tools/extract_content_from_artifact/test_extract_content_save_no_truncate.yaml +117 -0
  233. solace_agent_mesh-1.0.3/tests/integration/scenarios_declarative/test_data/builtin_artifact_tools/extract_content_from_artifact/test_extract_content_simple_text.yaml +98 -0
  234. solace_agent_mesh-1.0.3/tests/integration/scenarios_declarative/test_data/builtin_artifact_tools/extract_content_from_artifact/test_extract_content_small_ignores_output_base.yaml +100 -0
  235. solace_agent_mesh-1.0.3/tests/integration/scenarios_declarative/test_data/builtin_artifact_tools/extract_content_from_artifact/test_extract_content_source_not_found.yaml +67 -0
  236. solace_agent_mesh-1.0.3/tests/integration/scenarios_declarative/test_data/builtin_artifact_tools/extract_content_from_artifact/test_extract_content_supported_binary.yaml +96 -0
  237. solace_agent_mesh-1.0.3/tests/integration/scenarios_declarative/test_data/builtin_artifact_tools/extract_content_from_artifact/test_extract_content_unsupported_binary.yaml +101 -0
  238. solace_agent_mesh-1.0.3/tests/integration/scenarios_declarative/test_data/builtin_artifact_tools/list_artifacts/test_list_artifacts_empty.yaml +60 -0
  239. solace_agent_mesh-1.0.3/tests/integration/scenarios_declarative/test_data/builtin_artifact_tools/list_artifacts/test_list_artifacts_multiple_files_versions.yaml +109 -0
  240. solace_agent_mesh-1.0.3/tests/integration/scenarios_declarative/test_data/builtin_artifact_tools/list_artifacts/test_list_artifacts_single_file.yaml +80 -0
  241. solace_agent_mesh-1.0.3/tests/integration/scenarios_declarative/test_data/builtin_artifact_tools/load_artifact/test_load_artifact_binary_content.yaml +84 -0
  242. solace_agent_mesh-1.0.3/tests/integration/scenarios_declarative/test_data/builtin_artifact_tools/load_artifact/test_load_artifact_filename_embed_behavior.yaml +73 -0
  243. solace_agent_mesh-1.0.3/tests/integration/scenarios_declarative/test_data/builtin_artifact_tools/load_artifact/test_load_artifact_invalid_version_error.yaml +67 -0
  244. solace_agent_mesh-1.0.3/tests/integration/scenarios_declarative/test_data/builtin_artifact_tools/load_artifact/test_load_artifact_metadata_only.yaml +93 -0
  245. solace_agent_mesh-1.0.3/tests/integration/scenarios_declarative/test_data/builtin_artifact_tools/load_artifact/test_load_artifact_not_found_error.yaml +73 -0
  246. solace_agent_mesh-1.0.3/tests/integration/scenarios_declarative/test_data/builtin_artifact_tools/load_artifact/test_load_artifact_specific_versions.yaml +127 -0
  247. solace_agent_mesh-1.0.3/tests/integration/scenarios_declarative/test_data/builtin_artifact_tools/load_artifact/test_load_artifact_text_content.yaml +83 -0
  248. solace_agent_mesh-1.0.3/tests/integration/scenarios_declarative/test_data/builtin_artifact_tools/load_artifact/test_load_artifact_truncation.yaml +83 -0
  249. solace_agent_mesh-1.0.3/tests/integration/scenarios_declarative/test_data/builtin_artifact_tools/load_artifact/test_load_artifact_version_not_found_error.yaml +71 -0
  250. solace_agent_mesh-1.0.3/tests/integration/scenarios_declarative/test_data/builtin_artifact_tools/signal_artifact_for_return/test_signal_artifact_filename_embed_behavior.yaml +70 -0
  251. solace_agent_mesh-1.0.3/tests/integration/scenarios_declarative/test_data/builtin_artifact_tools/signal_artifact_for_return/test_signal_artifact_for_return_binary.yaml +130 -0
  252. solace_agent_mesh-1.0.3/tests/integration/scenarios_declarative/test_data/builtin_artifact_tools/signal_artifact_for_return/test_signal_artifact_for_return_text.yaml +130 -0
  253. solace_agent_mesh-1.0.3/tests/integration/scenarios_declarative/test_data/builtin_artifact_tools/signal_artifact_for_return/test_signal_artifact_not_found_error.yaml +66 -0
  254. solace_agent_mesh-1.0.3/tests/integration/scenarios_declarative/test_data/builtin_artifact_tools/signal_artifact_for_return/test_signal_artifact_version_not_found_error.yaml +69 -0
  255. solace_agent_mesh-1.0.3/tests/integration/scenarios_declarative/test_data/builtin_data_analysis_tools/create_chart_from_plotly_config/test_create_chart_invalid_config.yaml +39 -0
  256. solace_agent_mesh-1.0.3/tests/integration/scenarios_declarative/test_data/builtin_data_analysis_tools/create_chart_from_plotly_config/test_create_chart_jpg_success.yaml +48 -0
  257. solace_agent_mesh-1.0.3/tests/integration/scenarios_declarative/test_data/builtin_data_analysis_tools/create_chart_from_plotly_config/test_create_chart_png_success.yaml +55 -0
  258. solace_agent_mesh-1.0.3/tests/integration/scenarios_declarative/test_data/builtin_data_analysis_tools/create_chart_from_plotly_config/test_create_chart_unsupported_format.yaml +52 -0
  259. solace_agent_mesh-1.0.3/tests/integration/scenarios_declarative/test_data/core/test_auto_continue.yaml +42 -0
  260. solace_agent_mesh-1.0.3/tests/integration/scenarios_declarative/test_data/core/test_auto_continue_implicit_tool_call.yaml +43 -0
  261. solace_agent_mesh-1.0.3/tests/integration/scenarios_declarative/test_data/core/test_auto_continue_max_calls_limit.yaml +32 -0
  262. solace_agent_mesh-1.0.3/tests/integration/scenarios_declarative/test_data/core/test_auto_continue_multiple_truncations.yaml +45 -0
  263. solace_agent_mesh-1.0.3/tests/integration/scenarios_declarative/test_data/core/test_fenced_artifact_creation.yaml +72 -0
  264. solace_agent_mesh-1.0.3/tests/integration/scenarios_declarative/test_data/core/test_fenced_artifact_description_embed.yaml +47 -0
  265. solace_agent_mesh-1.0.3/tests/integration/scenarios_declarative/test_data/core/test_fenced_artifact_description_empty.yaml +46 -0
  266. solace_agent_mesh-1.0.3/tests/integration/scenarios_declarative/test_data/core/test_fenced_artifact_description_long.yaml +47 -0
  267. solace_agent_mesh-1.0.3/tests/integration/scenarios_declarative/test_data/core/test_fenced_artifact_description_missing.yaml +46 -0
  268. solace_agent_mesh-1.0.3/tests/integration/scenarios_declarative/test_data/core/test_fenced_artifact_description_reordered_params.yaml +47 -0
  269. solace_agent_mesh-1.0.3/tests/integration/scenarios_declarative/test_data/core/test_fenced_artifact_description_special_chars.yaml +47 -0
  270. solace_agent_mesh-1.0.3/tests/integration/scenarios_declarative/test_data/core/test_fenced_artifact_description_valid.yaml +47 -0
  271. solace_agent_mesh-1.0.3/tests/integration/scenarios_declarative/test_data/core/test_fenced_artifact_filename_embed.yaml +44 -0
  272. solace_agent_mesh-1.0.3/tests/integration/scenarios_declarative/test_data/core/test_fenced_artifact_filename_empty.yaml +40 -0
  273. solace_agent_mesh-1.0.3/tests/integration/scenarios_declarative/test_data/core/test_fenced_artifact_filename_long.yaml +44 -0
  274. solace_agent_mesh-1.0.3/tests/integration/scenarios_declarative/test_data/core/test_fenced_artifact_filename_missing.yaml +40 -0
  275. solace_agent_mesh-1.0.3/tests/integration/scenarios_declarative/test_data/core/test_fenced_artifact_filename_special_chars.yaml +49 -0
  276. solace_agent_mesh-1.0.3/tests/integration/scenarios_declarative/test_data/core/test_fenced_artifact_filename_traversal.yaml +40 -0
  277. solace_agent_mesh-1.0.3/tests/integration/scenarios_declarative/test_data/core/test_fenced_artifact_filename_unicode.yaml +46 -0
  278. solace_agent_mesh-1.0.3/tests/integration/scenarios_declarative/test_data/core/test_fenced_artifact_filename_versioning.yaml +57 -0
  279. solace_agent_mesh-1.0.3/tests/integration/scenarios_declarative/test_data/embeds/early/test_artifact_meta_existing_latest.yaml +39 -0
  280. solace_agent_mesh-1.0.3/tests/integration/scenarios_declarative/test_data/embeds/early/test_artifact_meta_existing_specific_version.yaml +36 -0
  281. solace_agent_mesh-1.0.3/tests/integration/scenarios_declarative/test_data/embeds/early/test_artifact_meta_non_existent_artifact.yaml +17 -0
  282. solace_agent_mesh-1.0.3/tests/integration/scenarios_declarative/test_data/embeds/early/test_artifact_meta_non_existent_version.yaml +23 -0
  283. solace_agent_mesh-1.0.3/tests/integration/scenarios_declarative/test_data/embeds/early/test_datetime_custom_format_full.yaml +18 -0
  284. solace_agent_mesh-1.0.3/tests/integration/scenarios_declarative/test_data/embeds/early/test_datetime_custom_format_ymd.yaml +17 -0
  285. solace_agent_mesh-1.0.3/tests/integration/scenarios_declarative/test_data/embeds/early/test_datetime_date.yaml +18 -0
  286. solace_agent_mesh-1.0.3/tests/integration/scenarios_declarative/test_data/embeds/early/test_datetime_invalid_keyword.yaml +17 -0
  287. solace_agent_mesh-1.0.3/tests/integration/scenarios_declarative/test_data/embeds/early/test_datetime_iso.yaml +17 -0
  288. solace_agent_mesh-1.0.3/tests/integration/scenarios_declarative/test_data/embeds/early/test_datetime_no_format.yaml +17 -0
  289. solace_agent_mesh-1.0.3/tests/integration/scenarios_declarative/test_data/embeds/early/test_datetime_now.yaml +18 -0
  290. solace_agent_mesh-1.0.3/tests/integration/scenarios_declarative/test_data/embeds/early/test_datetime_time.yaml +18 -0
  291. solace_agent_mesh-1.0.3/tests/integration/scenarios_declarative/test_data/embeds/early/test_datetime_timestamp.yaml +18 -0
  292. solace_agent_mesh-1.0.3/tests/integration/scenarios_declarative/test_data/embeds/early/test_math_abs.yaml +17 -0
  293. solace_agent_mesh-1.0.3/tests/integration/scenarios_declarative/test_data/embeds/early/test_math_basic_addition.yaml +17 -0
  294. solace_agent_mesh-1.0.3/tests/integration/scenarios_declarative/test_data/embeds/early/test_math_complex_expression.yaml +17 -0
  295. solace_agent_mesh-1.0.3/tests/integration/scenarios_declarative/test_data/embeds/early/test_math_cos_pi.yaml +17 -0
  296. solace_agent_mesh-1.0.3/tests/integration/scenarios_declarative/test_data/embeds/early/test_math_cos_radians_60.yaml +17 -0
  297. solace_agent_mesh-1.0.3/tests/integration/scenarios_declarative/test_data/embeds/early/test_math_cos_zero.yaml +17 -0
  298. solace_agent_mesh-1.0.3/tests/integration/scenarios_declarative/test_data/embeds/early/test_math_cosh_one.yaml +17 -0
  299. solace_agent_mesh-1.0.3/tests/integration/scenarios_declarative/test_data/embeds/early/test_math_cosh_zero.yaml +17 -0
  300. solace_agent_mesh-1.0.3/tests/integration/scenarios_declarative/test_data/embeds/early/test_math_division.yaml +17 -0
  301. solace_agent_mesh-1.0.3/tests/integration/scenarios_declarative/test_data/embeds/early/test_math_e_constant.yaml +17 -0
  302. solace_agent_mesh-1.0.3/tests/integration/scenarios_declarative/test_data/embeds/early/test_math_exp.yaml +17 -0
  303. solace_agent_mesh-1.0.3/tests/integration/scenarios_declarative/test_data/embeds/early/test_math_expression_with_spaces.yaml +17 -0
  304. solace_agent_mesh-1.0.3/tests/integration/scenarios_declarative/test_data/embeds/early/test_math_factorial.yaml +17 -0
  305. solace_agent_mesh-1.0.3/tests/integration/scenarios_declarative/test_data/embeds/early/test_math_inf_constant.yaml +17 -0
  306. solace_agent_mesh-1.0.3/tests/integration/scenarios_declarative/test_data/embeds/early/test_math_invalid_expression.yaml +17 -0
  307. solace_agent_mesh-1.0.3/tests/integration/scenarios_declarative/test_data/embeds/early/test_math_invalid_format_specifier.yaml +17 -0
  308. solace_agent_mesh-1.0.3/tests/integration/scenarios_declarative/test_data/embeds/early/test_math_log.yaml +17 -0
  309. solace_agent_mesh-1.0.3/tests/integration/scenarios_declarative/test_data/embeds/early/test_math_log_base10.yaml +17 -0
  310. solace_agent_mesh-1.0.3/tests/integration/scenarios_declarative/test_data/embeds/early/test_math_max.yaml +17 -0
  311. solace_agent_mesh-1.0.3/tests/integration/scenarios_declarative/test_data/embeds/early/test_math_min.yaml +17 -0
  312. solace_agent_mesh-1.0.3/tests/integration/scenarios_declarative/test_data/embeds/early/test_math_multiplication.yaml +17 -0
  313. solace_agent_mesh-1.0.3/tests/integration/scenarios_declarative/test_data/embeds/early/test_math_no_expression.yaml +17 -0
  314. solace_agent_mesh-1.0.3/tests/integration/scenarios_declarative/test_data/embeds/early/test_math_pi_constant.yaml +17 -0
  315. solace_agent_mesh-1.0.3/tests/integration/scenarios_declarative/test_data/embeds/early/test_math_pow.yaml +17 -0
  316. solace_agent_mesh-1.0.3/tests/integration/scenarios_declarative/test_data/embeds/early/test_math_radians_explicit.yaml +17 -0
  317. solace_agent_mesh-1.0.3/tests/integration/scenarios_declarative/test_data/embeds/early/test_math_randint.yaml +18 -0
  318. solace_agent_mesh-1.0.3/tests/integration/scenarios_declarative/test_data/embeds/early/test_math_random.yaml +18 -0
  319. solace_agent_mesh-1.0.3/tests/integration/scenarios_declarative/test_data/embeds/early/test_math_round_down.yaml +17 -0
  320. solace_agent_mesh-1.0.3/tests/integration/scenarios_declarative/test_data/embeds/early/test_math_round_up.yaml +17 -0
  321. solace_agent_mesh-1.0.3/tests/integration/scenarios_declarative/test_data/embeds/early/test_math_round_with_digits.yaml +17 -0
  322. solace_agent_mesh-1.0.3/tests/integration/scenarios_declarative/test_data/embeds/early/test_math_sin_pi_half.yaml +17 -0
  323. solace_agent_mesh-1.0.3/tests/integration/scenarios_declarative/test_data/embeds/early/test_math_sin_radians_30.yaml +17 -0
  324. solace_agent_mesh-1.0.3/tests/integration/scenarios_declarative/test_data/embeds/early/test_math_sin_zero.yaml +17 -0
  325. solace_agent_mesh-1.0.3/tests/integration/scenarios_declarative/test_data/embeds/early/test_math_sinh_one.yaml +17 -0
  326. solace_agent_mesh-1.0.3/tests/integration/scenarios_declarative/test_data/embeds/early/test_math_sinh_zero.yaml +17 -0
  327. solace_agent_mesh-1.0.3/tests/integration/scenarios_declarative/test_data/embeds/early/test_math_sqrt.yaml +17 -0
  328. solace_agent_mesh-1.0.3/tests/integration/scenarios_declarative/test_data/embeds/early/test_math_subtraction.yaml +17 -0
  329. solace_agent_mesh-1.0.3/tests/integration/scenarios_declarative/test_data/embeds/early/test_math_sum.yaml +17 -0
  330. solace_agent_mesh-1.0.3/tests/integration/scenarios_declarative/test_data/embeds/early/test_math_tan_pi_quarter.yaml +17 -0
  331. solace_agent_mesh-1.0.3/tests/integration/scenarios_declarative/test_data/embeds/early/test_math_tan_radians_45.yaml +17 -0
  332. solace_agent_mesh-1.0.3/tests/integration/scenarios_declarative/test_data/embeds/early/test_math_tan_zero.yaml +17 -0
  333. solace_agent_mesh-1.0.3/tests/integration/scenarios_declarative/test_data/embeds/early/test_math_tanh_one.yaml +17 -0
  334. solace_agent_mesh-1.0.3/tests/integration/scenarios_declarative/test_data/embeds/early/test_math_tanh_zero.yaml +17 -0
  335. solace_agent_mesh-1.0.3/tests/integration/scenarios_declarative/test_data/embeds/early/test_math_uniform.yaml +18 -0
  336. solace_agent_mesh-1.0.3/tests/integration/scenarios_declarative/test_data/embeds/early/test_math_with_format_specifier_float.yaml +17 -0
  337. solace_agent_mesh-1.0.3/tests/integration/scenarios_declarative/test_data/embeds/early/test_math_with_format_specifier_int.yaml +17 -0
  338. solace_agent_mesh-1.0.3/tests/integration/scenarios_declarative/test_data/embeds/early/test_status_update_empty_message.yaml +24 -0
  339. solace_agent_mesh-1.0.3/tests/integration/scenarios_declarative/test_data/embeds/early/test_status_update_multiple.yaml +30 -0
  340. solace_agent_mesh-1.0.3/tests/integration/scenarios_declarative/test_data/embeds/early/test_status_update_only_status_update.yaml +26 -0
  341. solace_agent_mesh-1.0.3/tests/integration/scenarios_declarative/test_data/embeds/early/test_status_update_single.yaml +24 -0
  342. solace_agent_mesh-1.0.3/tests/integration/scenarios_declarative/test_data/embeds/early/test_status_update_with_tool_call.yaml +73 -0
  343. solace_agent_mesh-1.0.3/tests/integration/scenarios_declarative/test_data/embeds/early/test_uuid_generation.yaml +18 -0
  344. solace_agent_mesh-1.0.3/tests/integration/scenarios_declarative/test_data/embeds/early/test_uuid_multiple_generations.yaml +23 -0
  345. solace_agent_mesh-1.0.3/tests/integration/scenarios_declarative/test_data/embeds/general/test_embed_chain_malformed.yaml +21 -0
  346. solace_agent_mesh-1.0.3/tests/integration/scenarios_declarative/test_data/embeds/general/test_embed_malformed_extra_spaces.yaml +17 -0
  347. solace_agent_mesh-1.0.3/tests/integration/scenarios_declarative/test_data/embeds/general/test_embed_malformed_no_close_delimiter.yaml +17 -0
  348. solace_agent_mesh-1.0.3/tests/integration/scenarios_declarative/test_data/embeds/general/test_embed_only_delimiters_with_colon.yaml +17 -0
  349. solace_agent_mesh-1.0.3/tests/integration/scenarios_declarative/test_data/embeds/late/test_ac_chain_jsonpath_grep_head.yaml +21 -0
  350. solace_agent_mesh-1.0.3/tests/integration/scenarios_declarative/test_data/embeds/late/test_ac_filter_select_csv.yaml +21 -0
  351. solace_agent_mesh-1.0.3/tests/integration/scenarios_declarative/test_data/embeds/late/test_ac_grep_no_match.yaml +22 -0
  352. solace_agent_mesh-1.0.3/tests/integration/scenarios_declarative/test_data/embeds/late/test_ac_grep_simple.yaml +21 -0
  353. solace_agent_mesh-1.0.3/tests/integration/scenarios_declarative/test_data/embeds/late/test_ac_head.yaml +21 -0
  354. solace_agent_mesh-1.0.3/tests/integration/scenarios_declarative/test_data/embeds/late/test_ac_head_more_than_lines.yaml +21 -0
  355. solace_agent_mesh-1.0.3/tests/integration/scenarios_declarative/test_data/embeds/late/test_ac_jsonpath_array.yaml +21 -0
  356. solace_agent_mesh-1.0.3/tests/integration/scenarios_declarative/test_data/embeds/late/test_ac_jsonpath_no_match.yaml +22 -0
  357. solace_agent_mesh-1.0.3/tests/integration/scenarios_declarative/test_data/embeds/late/test_ac_jsonpath_on_non_json.yaml +21 -0
  358. solace_agent_mesh-1.0.3/tests/integration/scenarios_declarative/test_data/embeds/late/test_ac_jsonpath_simple.yaml +21 -0
  359. solace_agent_mesh-1.0.3/tests/integration/scenarios_declarative/test_data/embeds/late/test_ac_recursive_depth_limit.yaml +48 -0
  360. solace_agent_mesh-1.0.3/tests/integration/scenarios_declarative/test_data/embeds/late/test_ac_recursive_size_limit_in_parent.yaml +38 -0
  361. solace_agent_mesh-1.0.3/tests/integration/scenarios_declarative/test_data/embeds/late/test_ac_recursive_template_with_embed.yaml +27 -0
  362. solace_agent_mesh-1.0.3/tests/integration/scenarios_declarative/test_data/embeds/late/test_ac_select_fields_from_object_list.yaml +30 -0
  363. solace_agent_mesh-1.0.3/tests/integration/scenarios_declarative/test_data/embeds/late/test_ac_select_fields_missing_field.yaml +21 -0
  364. solace_agent_mesh-1.0.3/tests/integration/scenarios_declarative/test_data/embeds/late/test_ac_tail.yaml +21 -0
  365. solace_agent_mesh-1.0.3/tests/integration/scenarios_declarative/test_data/embeds/late/test_ac_template_csv_input.yaml +24 -0
  366. solace_agent_mesh-1.0.3/tests/integration/scenarios_declarative/test_data/embeds/late/test_ac_template_json_list_input.yaml +24 -0
  367. solace_agent_mesh-1.0.3/tests/integration/scenarios_declarative/test_data/embeds/late/test_ac_template_json_object_input.yaml +24 -0
  368. solace_agent_mesh-1.0.3/tests/integration/scenarios_declarative/test_data/embeds/late/test_ac_template_missing_template_file.yaml +21 -0
  369. solace_agent_mesh-1.0.3/tests/integration/scenarios_declarative/test_data/embeds/late/test_ac_template_string_input.yaml +24 -0
  370. solace_agent_mesh-1.0.3/tests/integration/scenarios_declarative/test_data/embeds/late/test_artifact_content_binary_as_datauri.yaml +21 -0
  371. solace_agent_mesh-1.0.3/tests/integration/scenarios_declarative/test_data/embeds/late/test_artifact_content_csv_as_csv.yaml +21 -0
  372. solace_agent_mesh-1.0.3/tests/integration/scenarios_declarative/test_data/embeds/late/test_artifact_content_default_format_binary.yaml +21 -0
  373. solace_agent_mesh-1.0.3/tests/integration/scenarios_declarative/test_data/embeds/late/test_artifact_content_default_format_text.yaml +21 -0
  374. solace_agent_mesh-1.0.3/tests/integration/scenarios_declarative/test_data/embeds/late/test_artifact_content_invalid_format_specifier.yaml +22 -0
  375. solace_agent_mesh-1.0.3/tests/integration/scenarios_declarative/test_data/embeds/late/test_artifact_content_json_as_json_pretty.yaml +29 -0
  376. solace_agent_mesh-1.0.3/tests/integration/scenarios_declarative/test_data/embeds/late/test_artifact_content_json_as_text.yaml +21 -0
  377. solace_agent_mesh-1.0.3/tests/integration/scenarios_declarative/test_data/embeds/late/test_artifact_content_specific_version.yaml +24 -0
  378. solace_agent_mesh-1.0.3/tests/integration/scenarios_declarative/test_data/embeds/late/test_artifact_content_text_plain.yaml +21 -0
  379. solace_agent_mesh-1.0.3/tests/integration/scenarios_declarative/test_data/general_agent_tools/convert_file_to_markdown/test_convert_csv_success.yaml +54 -0
  380. solace_agent_mesh-1.0.3/tests/integration/scenarios_declarative/test_data/general_agent_tools/convert_file_to_markdown/test_convert_file_not_found.yaml +45 -0
  381. solace_agent_mesh-1.0.3/tests/integration/scenarios_declarative/test_data/general_agent_tools/convert_file_to_markdown/test_convert_html_success.yaml +54 -0
  382. solace_agent_mesh-1.0.3/tests/integration/scenarios_declarative/test_data/general_agent_tools/convert_file_to_markdown/test_convert_malformed_pdf_as_success.yaml +54 -0
  383. solace_agent_mesh-1.0.3/tests/integration/scenarios_declarative/test_data/general_agent_tools/convert_file_to_markdown/test_convert_missing_parameter.yaml +46 -0
  384. solace_agent_mesh-1.0.3/tests/integration/scenarios_declarative/test_data/general_agent_tools/convert_file_to_markdown/test_convert_pdf_success.yaml +54 -0
  385. solace_agent_mesh-1.0.3/tests/integration/scenarios_declarative/test_data/general_agent_tools/convert_file_to_markdown/test_convert_specific_version_success.yaml +57 -0
  386. solace_agent_mesh-1.0.3/tests/integration/scenarios_declarative/test_data/general_agent_tools/convert_file_to_markdown/test_convert_unsupported_type.yaml +52 -0
  387. solace_agent_mesh-1.0.3/tests/integration/scenarios_declarative/test_data/general_agent_tools/mermaid_diagram_generator/test_mermaid_autogen_filename.yaml +57 -0
  388. solace_agent_mesh-1.0.3/tests/integration/scenarios_declarative/test_data/general_agent_tools/mermaid_diagram_generator/test_mermaid_basic_success.yaml +58 -0
  389. solace_agent_mesh-1.0.3/tests/integration/scenarios_declarative/test_data/general_agent_tools/mermaid_diagram_generator/test_mermaid_empty_syntax.yaml +49 -0
  390. solace_agent_mesh-1.0.3/tests/integration/scenarios_declarative/test_data/general_agent_tools/mermaid_diagram_generator/test_mermaid_invalid_syntax.yaml +49 -0
  391. solace_agent_mesh-1.0.3/tests/integration/scenarios_declarative/test_data/general_agent_tools/mermaid_diagram_generator/test_mermaid_no_extension.yaml +55 -0
  392. solace_agent_mesh-1.0.3/tests/integration/scenarios_declarative/test_data/image_tools/create_image_from_description/test_create_image_api_failure.yaml +39 -0
  393. solace_agent_mesh-1.0.3/tests/integration/scenarios_declarative/test_data/image_tools/create_image_from_description/test_create_image_happy_path.yaml +48 -0
  394. solace_agent_mesh-1.0.3/tests/integration/scenarios_declarative/test_data/image_tools/create_image_from_description/test_create_image_no_filename.yaml +47 -0
  395. solace_agent_mesh-1.0.3/tests/integration/scenarios_declarative/test_data/image_tools/create_image_from_description/test_create_image_oversized_prompt.yaml +41 -0
  396. solace_agent_mesh-1.0.3/tests/integration/scenarios_declarative/test_data/image_tools/create_image_from_description/test_create_image_path_traversal.yaml +37 -0
  397. solace_agent_mesh-1.0.3/tests/integration/scenarios_declarative/test_data/image_tools/create_image_from_description/test_create_image_prompt_injection.yaml +51 -0
  398. solace_agent_mesh-1.0.3/tests/integration/scenarios_declarative/test_data/image_tools/describe_audio/test_describe_audio_api_error.yaml +45 -0
  399. solace_agent_mesh-1.0.3/tests/integration/scenarios_declarative/test_data/image_tools/describe_audio/test_describe_audio_custom_prompt.yaml +46 -0
  400. solace_agent_mesh-1.0.3/tests/integration/scenarios_declarative/test_data/image_tools/describe_audio/test_describe_audio_empty_artifact.yaml +46 -0
  401. solace_agent_mesh-1.0.3/tests/integration/scenarios_declarative/test_data/image_tools/describe_audio/test_describe_audio_file_not_found.yaml +36 -0
  402. solace_agent_mesh-1.0.3/tests/integration/scenarios_declarative/test_data/image_tools/describe_audio/test_describe_audio_happy_path_mp3.yaml +46 -0
  403. solace_agent_mesh-1.0.3/tests/integration/scenarios_declarative/test_data/image_tools/describe_audio/test_describe_audio_happy_path_wav.yaml +46 -0
  404. solace_agent_mesh-1.0.3/tests/integration/scenarios_declarative/test_data/image_tools/describe_audio/test_describe_audio_large_file.yaml +48 -0
  405. solace_agent_mesh-1.0.3/tests/integration/scenarios_declarative/test_data/image_tools/describe_audio/test_describe_audio_malformed_api_response.yaml +43 -0
  406. solace_agent_mesh-1.0.3/tests/integration/scenarios_declarative/test_data/image_tools/describe_audio/test_describe_audio_malformed_filename.yaml +41 -0
  407. solace_agent_mesh-1.0.3/tests/integration/scenarios_declarative/test_data/image_tools/describe_audio/test_describe_audio_path_traversal.yaml +36 -0
  408. solace_agent_mesh-1.0.3/tests/integration/scenarios_declarative/test_data/image_tools/describe_audio/test_describe_audio_prompt_injection.yaml +46 -0
  409. solace_agent_mesh-1.0.3/tests/integration/scenarios_declarative/test_data/image_tools/describe_audio/test_describe_audio_specific_version.yaml +49 -0
  410. solace_agent_mesh-1.0.3/tests/integration/scenarios_declarative/test_data/image_tools/describe_audio/test_describe_audio_unsupported_format.yaml +41 -0
  411. solace_agent_mesh-1.0.3/tests/integration/scenarios_declarative/test_data/image_tools/describe_image/test_describe_image_empty_artifact.yaml +58 -0
  412. solace_agent_mesh-1.0.3/tests/integration/scenarios_declarative/test_data/image_tools/describe_image/test_describe_image_file_not_found.yaml +52 -0
  413. solace_agent_mesh-1.0.3/tests/integration/scenarios_declarative/test_data/image_tools/describe_image/test_describe_image_happy_path.yaml +65 -0
  414. solace_agent_mesh-1.0.3/tests/integration/scenarios_declarative/test_data/image_tools/describe_image/test_describe_image_malformed_api_response.yaml +60 -0
  415. solace_agent_mesh-1.0.3/tests/integration/scenarios_declarative/test_data/image_tools/describe_image/test_describe_image_path_traversal.yaml +54 -0
  416. solace_agent_mesh-1.0.3/tests/integration/scenarios_declarative/test_data/image_tools/describe_image/test_describe_image_specific_version.yaml +80 -0
  417. solace_agent_mesh-1.0.3/tests/integration/scenarios_declarative/test_data/image_tools/describe_image/test_describe_image_unsupported_format.yaml +50 -0
  418. solace_agent_mesh-1.0.3/tests/integration/scenarios_declarative/test_data/image_tools/edit_image_with_gemini/test_edit_image_file_not_found.yaml +41 -0
  419. solace_agent_mesh-1.0.3/tests/integration/scenarios_declarative/test_data/image_tools/edit_image_with_gemini/test_edit_image_gemini_api_error.yaml +46 -0
  420. solace_agent_mesh-1.0.3/tests/integration/scenarios_declarative/test_data/image_tools/edit_image_with_gemini/test_edit_image_gemini_api_no_image_in_response.yaml +46 -0
  421. solace_agent_mesh-1.0.3/tests/integration/scenarios_declarative/test_data/image_tools/edit_image_with_gemini/test_edit_image_happy_path.yaml +54 -0
  422. solace_agent_mesh-1.0.3/tests/integration/scenarios_declarative/test_data/image_tools/edit_image_with_gemini/test_edit_image_missing_api_key.yaml +50 -0
  423. solace_agent_mesh-1.0.3/tests/integration/scenarios_declarative/test_data/image_tools/edit_image_with_gemini/test_edit_image_no_output_filename.yaml +53 -0
  424. solace_agent_mesh-1.0.3/tests/integration/scenarios_declarative/test_data/image_tools/edit_image_with_gemini/test_edit_image_path_traversal_input.yaml +41 -0
  425. solace_agent_mesh-1.0.3/tests/integration/scenarios_declarative/test_data/image_tools/edit_image_with_gemini/test_edit_image_path_traversal_output.yaml +52 -0
  426. solace_agent_mesh-1.0.3/tests/integration/scenarios_declarative/test_data/image_tools/edit_image_with_gemini/test_edit_image_prompt_injection.yaml +52 -0
  427. solace_agent_mesh-1.0.3/tests/integration/scenarios_declarative/test_data/image_tools/edit_image_with_gemini/test_edit_image_specific_version.yaml +57 -0
  428. solace_agent_mesh-1.0.3/tests/integration/scenarios_declarative/test_data/image_tools/edit_image_with_gemini/test_edit_image_unsupported_format.yaml +46 -0
  429. solace_agent_mesh-1.0.3/tests/integration/scenarios_declarative/test_data/multi_agent/delegation/test_peer_e2e_artifact_passing.yaml +96 -0
  430. solace_agent_mesh-1.0.3/tests/integration/scenarios_declarative/test_data/multi_agent/delegation/test_peer_request_with_artifact.yaml +73 -0
  431. solace_agent_mesh-1.0.3/tests/integration/scenarios_declarative/test_data/multi_agent/delegation/test_peer_request_with_nonexistent_artifact.yaml +61 -0
  432. solace_agent_mesh-1.0.3/tests/integration/scenarios_declarative/test_data/multi_agent/delegation/test_peer_response_with_artifact.yaml +91 -0
  433. solace_agent_mesh-1.0.3/tests/integration/scenarios_declarative/test_data/multi_agent/delegation/test_three_agent_hierarchy.yaml +96 -0
  434. solace_agent_mesh-1.0.3/tests/integration/scenarios_declarative/test_data/notifications/test_llm_invocation_notification.yaml +32 -0
  435. solace_agent_mesh-1.0.3/tests/integration/scenarios_declarative/test_data/notifications/test_llm_response_notification.yaml +38 -0
  436. solace_agent_mesh-1.0.3/tests/integration/scenarios_declarative/test_data/notifications/test_tool_invocation_notification.yaml +75 -0
  437. solace_agent_mesh-1.0.3/tests/integration/scenarios_declarative/test_data/test_basic_text_response.yaml +73 -0
  438. solace_agent_mesh-1.0.3/tests/integration/scenarios_declarative/test_data/test_simple_tool_call.yaml +88 -0
  439. solace_agent_mesh-1.0.3/tests/integration/scenarios_declarative/test_data/web_tools/test_ssrf_localhost_blocked.yaml +75 -0
  440. solace_agent_mesh-1.0.3/tests/integration/scenarios_declarative/test_data/web_tools/web_request/test_web_block_file_url.yaml +53 -0
  441. solace_agent_mesh-1.0.3/tests/integration/scenarios_declarative/test_data/web_tools/web_request/test_web_block_private_ip.yaml +53 -0
  442. solace_agent_mesh-1.0.3/tests/integration/scenarios_declarative/test_data/web_tools/web_request/test_web_content_type_json.yaml +59 -0
  443. solace_agent_mesh-1.0.3/tests/integration/scenarios_declarative/test_data/web_tools/web_request/test_web_dns_failure.yaml +53 -0
  444. solace_agent_mesh-1.0.3/tests/integration/scenarios_declarative/test_data/web_tools/web_request/test_web_invalid_url.yaml +53 -0
  445. solace_agent_mesh-1.0.3/tests/integration/scenarios_declarative/test_data/web_tools/web_request/test_web_large_response.yaml +56 -0
  446. solace_agent_mesh-1.0.3/tests/integration/scenarios_declarative/test_data/web_tools/web_request/test_web_post_request.yaml +59 -0
  447. solace_agent_mesh-1.0.3/tests/integration/scenarios_declarative/test_data/web_tools/web_request/test_web_redirect_to_unsafe.yaml +53 -0
  448. solace_agent_mesh-1.0.3/tests/integration/scenarios_declarative/test_data/web_tools/web_request/test_web_request_timeout.yaml +54 -0
  449. solace_agent_mesh-1.0.3/tests/integration/scenarios_declarative/test_declarative_runner.py +1903 -0
  450. solace_agent_mesh-1.0.3/tests/integration/scenarios_programmatic/test_agent_cards.py +201 -0
  451. solace_agent_mesh-1.0.3/tests/integration/scenarios_programmatic/test_basic_flows.py +191 -0
  452. solace_agent_mesh-1.0.3/tests/integration/scenarios_programmatic/test_cancellation_flows.py +559 -0
  453. solace_agent_mesh-1.0.3/tests/integration/scenarios_programmatic/test_client.py +220 -0
  454. solace_agent_mesh-1.0.3/tests/integration/scenarios_programmatic/test_helpers.py +286 -0
  455. solace_agent_mesh-1.0.3/tests/integration/scenarios_programmatic/test_middleware.py +240 -0
  456. solace_agent_mesh-1.0.3/tests/integration/scenarios_programmatic/test_server.py +173 -0
  457. solace_agent_mesh-1.0.3/tests/integration/scenarios_programmatic/test_services.py +171 -0
  458. solace_agent_mesh-1.0.3/tests/integration/scenarios_programmatic/test_stress.py +447 -0
  459. solace_agent_mesh-1.0.3/tests/integration/scenarios_programmatic/test_tool_registry.py +171 -0
  460. solace_agent_mesh-1.0.3/tests/integration/test_support/identity_service_users.json +16 -0
  461. solace_agent_mesh-1.0.3/tests/integration/test_support/identity_service_users_invalid_json.json +16 -0
  462. solace_agent_mesh-1.0.3/tests/pytest_marker_runner.sh +104 -0
  463. solace_agent_mesh-1.0.3/tests/sam-test-infrastructure/README.md +3 -0
  464. solace_agent_mesh-1.0.3/tests/sam-test-infrastructure/pyproject.toml +28 -0
  465. solace_agent_mesh-1.0.3/tests/sam-test-infrastructure/src/sam_test_infrastructure/a2a_validator/validator.py +277 -0
  466. solace_agent_mesh-1.0.3/tests/sam-test-infrastructure/src/sam_test_infrastructure/gateway_interface/app.py +50 -0
  467. solace_agent_mesh-1.0.3/tests/sam-test-infrastructure/src/sam_test_infrastructure/gateway_interface/component.py +452 -0
  468. solace_agent_mesh-1.0.3/tests/sam-test-infrastructure/src/sam_test_infrastructure/memory_monitor/memory_monitor.py +354 -0
  469. solace_agent_mesh-1.0.1/.dockerignore +0 -26
  470. solace_agent_mesh-1.0.1/.github/workflows/ci.yaml +0 -66
  471. solace_agent_mesh-1.0.1/.github/workflows/push-docker.yml +0 -52
  472. solace_agent_mesh-1.0.1/.github/workflows/release.yml +0 -68
  473. solace_agent_mesh-1.0.1/.vscode/launch.json +0 -178
  474. solace_agent_mesh-1.0.1/Dockerfile +0 -47
  475. solace_agent_mesh-1.0.1/PKG-INFO +0 -432
  476. solace_agent_mesh-1.0.1/README.md +0 -161
  477. solace_agent_mesh-1.0.1/assets/client/webui/assets/main-An0a5j5k.js +0 -663
  478. solace_agent_mesh-1.0.1/assets/client/webui/assets/main-Bu5-4Bac.css +0 -1
  479. solace_agent_mesh-1.0.1/assets/client/webui/index.html +0 -15
  480. solace_agent_mesh-1.0.1/assets/config_portal/client/assets/_index-DNxCwAGB.js +0 -48
  481. solace_agent_mesh-1.0.1/assets/config_portal/client/assets/manifest-d2b54a97.js +0 -1
  482. solace_agent_mesh-1.0.1/assets/config_portal/client/index.html +0 -7
  483. solace_agent_mesh-1.0.1/assets/docs/404.html +0 -16
  484. solace_agent_mesh-1.0.1/assets/docs/assets/js/04989206.674a8007.js +0 -1
  485. solace_agent_mesh-1.0.1/assets/docs/assets/js/1023fc19.015679ca.js +0 -1
  486. solace_agent_mesh-1.0.1/assets/docs/assets/js/1c6e87d2.23bccffb.js +0 -1
  487. solace_agent_mesh-1.0.1/assets/docs/assets/js/3d406171.f722eaf5.js +0 -1
  488. solace_agent_mesh-1.0.1/assets/docs/assets/js/9eff14a2.1bf8f61c.js +0 -1
  489. solace_agent_mesh-1.0.1/assets/docs/assets/js/aba87c2f.d3e2dcc3.js +0 -1
  490. solace_agent_mesh-1.0.1/assets/docs/assets/js/ae4415af.8e279b5d.js +0 -1
  491. solace_agent_mesh-1.0.1/assets/docs/assets/js/b7006a3a.40b10c9d.js +0 -1
  492. solace_agent_mesh-1.0.1/assets/docs/assets/js/bb2ef573.207e6990.js +0 -1
  493. solace_agent_mesh-1.0.1/assets/docs/assets/js/cc969b05.954186d4.js +0 -1
  494. solace_agent_mesh-1.0.1/assets/docs/assets/js/f284c35a.ecc3d195.js +0 -1
  495. solace_agent_mesh-1.0.1/assets/docs/assets/js/f897a61a.2c2e152c.js +0 -1
  496. solace_agent_mesh-1.0.1/assets/docs/assets/js/main.adfca1bc.js +0 -2
  497. solace_agent_mesh-1.0.1/assets/docs/assets/js/runtime~main.d9520ae2.js +0 -1
  498. solace_agent_mesh-1.0.1/assets/docs/docs/documentation/concepts/agents/index.html +0 -128
  499. solace_agent_mesh-1.0.1/assets/docs/docs/documentation/concepts/architecture/index.html +0 -91
  500. solace_agent_mesh-1.0.1/assets/docs/docs/documentation/concepts/cli/index.html +0 -201
  501. solace_agent_mesh-1.0.1/assets/docs/docs/documentation/concepts/gateways/index.html +0 -91
  502. solace_agent_mesh-1.0.1/assets/docs/docs/documentation/concepts/orchestrator/index.html +0 -55
  503. solace_agent_mesh-1.0.1/assets/docs/docs/documentation/concepts/plugins/index.html +0 -82
  504. solace_agent_mesh-1.0.1/assets/docs/docs/documentation/deployment/debugging/index.html +0 -60
  505. solace_agent_mesh-1.0.1/assets/docs/docs/documentation/deployment/deploy/index.html +0 -48
  506. solace_agent_mesh-1.0.1/assets/docs/docs/documentation/deployment/observability/index.html +0 -54
  507. solace_agent_mesh-1.0.1/assets/docs/docs/documentation/enterprise/index.html +0 -17
  508. solace_agent_mesh-1.0.1/assets/docs/docs/documentation/getting-started/component-overview/index.html +0 -45
  509. solace_agent_mesh-1.0.1/assets/docs/docs/documentation/getting-started/installation/index.html +0 -76
  510. solace_agent_mesh-1.0.1/assets/docs/docs/documentation/getting-started/introduction/index.html +0 -150
  511. solace_agent_mesh-1.0.1/assets/docs/docs/documentation/getting-started/quick-start/index.html +0 -54
  512. solace_agent_mesh-1.0.1/assets/docs/docs/documentation/tutorials/bedrock-agents/index.html +0 -267
  513. solace_agent_mesh-1.0.1/assets/docs/docs/documentation/tutorials/custom-agent/index.html +0 -136
  514. solace_agent_mesh-1.0.1/assets/docs/docs/documentation/tutorials/event-mesh-gateway/index.html +0 -116
  515. solace_agent_mesh-1.0.1/assets/docs/docs/documentation/tutorials/mcp-integration/index.html +0 -80
  516. solace_agent_mesh-1.0.1/assets/docs/docs/documentation/tutorials/mongodb-integration/index.html +0 -164
  517. solace_agent_mesh-1.0.1/assets/docs/docs/documentation/tutorials/rest-gateway/index.html +0 -57
  518. solace_agent_mesh-1.0.1/assets/docs/docs/documentation/tutorials/slack-integration/index.html +0 -72
  519. solace_agent_mesh-1.0.1/assets/docs/docs/documentation/tutorials/sql-database/index.html +0 -102
  520. solace_agent_mesh-1.0.1/assets/docs/docs/documentation/user-guide/builtin-tools/artifact-management/index.html +0 -99
  521. solace_agent_mesh-1.0.1/assets/docs/docs/documentation/user-guide/builtin-tools/audio-tools/index.html +0 -90
  522. solace_agent_mesh-1.0.1/assets/docs/docs/documentation/user-guide/builtin-tools/data-analysis-tools/index.html +0 -107
  523. solace_agent_mesh-1.0.1/assets/docs/docs/documentation/user-guide/builtin-tools/embeds/index.html +0 -152
  524. solace_agent_mesh-1.0.1/assets/docs/docs/documentation/user-guide/builtin-tools/index.html +0 -103
  525. solace_agent_mesh-1.0.1/assets/docs/docs/documentation/user-guide/create-agents/index.html +0 -170
  526. solace_agent_mesh-1.0.1/assets/docs/docs/documentation/user-guide/create-gateways/index.html +0 -200
  527. solace_agent_mesh-1.0.1/assets/docs/docs/documentation/user-guide/creating-service-providers/index.html +0 -54
  528. solace_agent_mesh-1.0.1/assets/docs/docs/documentation/user-guide/solace-ai-connector/index.html +0 -69
  529. solace_agent_mesh-1.0.1/assets/docs/docs/documentation/user-guide/structure/index.html +0 -59
  530. solace_agent_mesh-1.0.1/assets/docs/img/Solace_AI_Framework_README.png +0 -0
  531. solace_agent_mesh-1.0.1/assets/docs/lunr-index-1753813425209.json +0 -1
  532. solace_agent_mesh-1.0.1/assets/docs/lunr-index.json +0 -1
  533. solace_agent_mesh-1.0.1/assets/docs/search-doc-1753813425209.json +0 -1
  534. solace_agent_mesh-1.0.1/assets/docs/search-doc.json +0 -1
  535. solace_agent_mesh-1.0.1/assets/docs/sitemap.xml +0 -1
  536. solace_agent_mesh-1.0.1/cli/__init__.py +0 -1
  537. solace_agent_mesh-1.0.1/cli/commands/init_cmd/env_step.py +0 -197
  538. solace_agent_mesh-1.0.1/cli/commands/init_cmd/orchestrator_step.py +0 -387
  539. solace_agent_mesh-1.0.1/cli/commands/plugin_cmd/catalog_cmd.py +0 -138
  540. solace_agent_mesh-1.0.1/cli/commands/plugin_cmd/official_registry.py +0 -174
  541. solace_agent_mesh-1.0.1/cli/commands/run_cmd.py +0 -158
  542. solace_agent_mesh-1.0.1/cli/main.py +0 -41
  543. solace_agent_mesh-1.0.1/client/sam-rest-client/README.md +0 -79
  544. solace_agent_mesh-1.0.1/client/webui/frontend/package-lock.json +0 -5326
  545. solace_agent_mesh-1.0.1/client/webui/frontend/package.json +0 -85
  546. solace_agent_mesh-1.0.1/client/webui/frontend/src/lib/components/activities/FlowChart/taskToFlowData.helpers.ts +0 -749
  547. solace_agent_mesh-1.0.1/client/webui/frontend/src/lib/components/activities/FlowChart/taskToFlowData.ts +0 -725
  548. solace_agent_mesh-1.0.1/client/webui/frontend/src/lib/components/activities/FlowChartPanel.tsx +0 -566
  549. solace_agent_mesh-1.0.1/client/webui/frontend/src/lib/components/activities/index.ts +0 -3
  550. solace_agent_mesh-1.0.1/client/webui/frontend/src/lib/components/activities/taskVisualizerProcessor.ts +0 -1010
  551. solace_agent_mesh-1.0.1/client/webui/frontend/src/lib/components/agents/AgentMeshCards.tsx +0 -57
  552. solace_agent_mesh-1.0.1/client/webui/frontend/src/lib/components/chat/ChatInputArea.tsx +0 -197
  553. solace_agent_mesh-1.0.1/client/webui/frontend/src/lib/components/chat/ChatMessage.tsx +0 -136
  554. solace_agent_mesh-1.0.1/client/webui/frontend/src/lib/components/chat/ChatSidePanel.tsx +0 -122
  555. solace_agent_mesh-1.0.1/client/webui/frontend/src/lib/components/chat/LoadingMessageRow.tsx +0 -23
  556. solace_agent_mesh-1.0.1/client/webui/frontend/src/lib/components/chat/SessionSidePanel.tsx +0 -39
  557. solace_agent_mesh-1.0.1/client/webui/frontend/src/lib/components/chat/artifact/ArtifactCard.tsx +0 -136
  558. solace_agent_mesh-1.0.1/client/webui/frontend/src/lib/components/chat/artifact/ArtifactDeleteDialog.tsx +0 -37
  559. solace_agent_mesh-1.0.1/client/webui/frontend/src/lib/components/chat/artifact/ArtifactDetails.tsx +0 -111
  560. solace_agent_mesh-1.0.1/client/webui/frontend/src/lib/components/chat/artifact/ArtifactMorePopover.tsx +0 -31
  561. solace_agent_mesh-1.0.1/client/webui/frontend/src/lib/components/chat/artifact/ArtifactPanel.tsx +0 -99
  562. solace_agent_mesh-1.0.1/client/webui/frontend/src/lib/components/chat/artifact/ArtifactSortPopover.tsx +0 -52
  563. solace_agent_mesh-1.0.1/client/webui/frontend/src/lib/components/chat/file/FileMessage.tsx +0 -63
  564. solace_agent_mesh-1.0.1/client/webui/frontend/src/lib/components/chat/preview/ContentRenderer.tsx +0 -48
  565. solace_agent_mesh-1.0.1/client/webui/frontend/src/lib/components/chat/preview/Renderers/AudioRenderer.tsx +0 -19
  566. solace_agent_mesh-1.0.1/client/webui/frontend/src/lib/components/chat/preview/Renderers/CsvRenderer.tsx +0 -120
  567. solace_agent_mesh-1.0.1/client/webui/frontend/src/lib/components/chat/preview/Renderers/ImageRenderer.tsx +0 -22
  568. solace_agent_mesh-1.0.1/client/webui/frontend/src/lib/components/chat/preview/Renderers/MarkdownRenderer.tsx +0 -16
  569. solace_agent_mesh-1.0.1/client/webui/frontend/src/lib/components/chat/preview/Renderers/MermaidRenderer.tsx +0 -210
  570. solace_agent_mesh-1.0.1/client/webui/frontend/src/lib/components/chat/preview/Renderers/StructuredDataRenderer.tsx +0 -72
  571. solace_agent_mesh-1.0.1/client/webui/frontend/src/lib/components/chat/preview/Renderers/index.ts +0 -17
  572. solace_agent_mesh-1.0.1/client/webui/frontend/src/lib/components/index.ts +0 -13
  573. solace_agent_mesh-1.0.1/client/webui/frontend/src/lib/components/navigation/NavigationButton.tsx +0 -48
  574. solace_agent_mesh-1.0.1/client/webui/frontend/src/lib/components/navigation/NavigationHeader.tsx +0 -27
  575. solace_agent_mesh-1.0.1/client/webui/frontend/src/lib/components/navigation/NavigationList.tsx +0 -59
  576. solace_agent_mesh-1.0.1/client/webui/frontend/src/lib/components/pages/ChatPage.tsx +0 -245
  577. solace_agent_mesh-1.0.1/client/webui/frontend/src/lib/components/settings/SettingsPopover.tsx +0 -33
  578. solace_agent_mesh-1.0.1/client/webui/frontend/src/lib/components/settings/index.ts +0 -1
  579. solace_agent_mesh-1.0.1/client/webui/frontend/src/lib/components/ui/badge.tsx +0 -27
  580. solace_agent_mesh-1.0.1/client/webui/frontend/src/lib/components/ui/button.tsx +0 -69
  581. solace_agent_mesh-1.0.1/client/webui/frontend/src/lib/components/ui/chat/chat-input.tsx +0 -12
  582. solace_agent_mesh-1.0.1/client/webui/frontend/src/lib/components/ui/chat/chat-message-list.tsx +0 -51
  583. solace_agent_mesh-1.0.1/client/webui/frontend/src/lib/components/ui/chat/hooks/useAutoScroll.tsx +0 -130
  584. solace_agent_mesh-1.0.1/client/webui/frontend/src/lib/components/ui/chat/message-loading.tsx +0 -6
  585. solace_agent_mesh-1.0.1/client/webui/frontend/src/lib/components/ui/menu.tsx +0 -91
  586. solace_agent_mesh-1.0.1/client/webui/frontend/src/lib/components/ui/popover.tsx +0 -35
  587. solace_agent_mesh-1.0.1/client/webui/frontend/src/lib/components/ui/select.tsx +0 -110
  588. solace_agent_mesh-1.0.1/client/webui/frontend/src/lib/components/ui/tabs.tsx +0 -31
  589. solace_agent_mesh-1.0.1/client/webui/frontend/src/lib/contexts/ChatContext.ts +0 -68
  590. solace_agent_mesh-1.0.1/client/webui/frontend/src/lib/contexts/TaskContext.ts +0 -27
  591. solace_agent_mesh-1.0.1/client/webui/frontend/src/lib/providers/ChatProvider.tsx +0 -939
  592. solace_agent_mesh-1.0.1/client/webui/frontend/src/lib/providers/TaskProvider.tsx +0 -330
  593. solace_agent_mesh-1.0.1/client/webui/frontend/tsconfig.app.json +0 -33
  594. solace_agent_mesh-1.0.1/client/webui/frontend/tsconfig.lib.json +0 -35
  595. solace_agent_mesh-1.0.1/client/webui/llm_detail.txt +0 -4249
  596. solace_agent_mesh-1.0.1/config_portal/backend/common.py +0 -77
  597. solace_agent_mesh-1.0.1/config_portal/backend/plugin_catalog/constants.py +0 -23
  598. solace_agent_mesh-1.0.1/config_portal/backend/plugin_catalog/registry_manager.py +0 -160
  599. solace_agent_mesh-1.0.1/config_portal/backend/plugin_catalog/scraper.py +0 -525
  600. solace_agent_mesh-1.0.1/config_portal/backend/plugin_catalog_server.py +0 -216
  601. solace_agent_mesh-1.0.1/config_portal/backend/server.py +0 -643
  602. solace_agent_mesh-1.0.1/config_portal/frontend/app/components/AddAgentFlow.tsx +0 -484
  603. solace_agent_mesh-1.0.1/config_portal/frontend/app/components/steps/init/OrchestratorSetup.tsx +0 -542
  604. solace_agent_mesh-1.0.1/config_portal/frontend/package-lock.json +0 -11458
  605. solace_agent_mesh-1.0.1/docs/.docusaurus/client-manifest.json +0 -1105
  606. solace_agent_mesh-1.0.1/docs/.docusaurus/docusaurus-plugin-content-docs/default/p/solace-agent-mesh-docs-bfb.json +0 -1
  607. solace_agent_mesh-1.0.1/docs/.docusaurus/docusaurus-plugin-content-docs/default/site-docs-documentation-enterprise-md-bb2.json +0 -24
  608. solace_agent_mesh-1.0.1/docs/.docusaurus/docusaurus-plugin-content-docs/default/site-docs-documentation-tutorials-slack-integration-md-9ef.json +0 -28
  609. solace_agent_mesh-1.0.1/docs/.docusaurus/docusaurus-plugin-content-docs/default/site-docs-documentation-user-guide-builtin-tools-data-analysis-tools-md-102.json +0 -28
  610. solace_agent_mesh-1.0.1/docs/.docusaurus/docusaurus.config.mjs +0 -416
  611. solace_agent_mesh-1.0.1/docs/.docusaurus/globalData.json +0 -196
  612. solace_agent_mesh-1.0.1/docs/.docusaurus/registry.js +0 -39
  613. solace_agent_mesh-1.0.1/docs/.docusaurus/routes.js +0 -219
  614. solace_agent_mesh-1.0.1/docs/.docusaurus/routesChunkNames.json +0 -143
  615. solace_agent_mesh-1.0.1/docs/docs/documentation/concepts/agents.md +0 -118
  616. solace_agent_mesh-1.0.1/docs/docs/documentation/concepts/cli.md +0 -285
  617. solace_agent_mesh-1.0.1/docs/docs/documentation/concepts/gateways.md +0 -123
  618. solace_agent_mesh-1.0.1/docs/docs/documentation/deployment/debugging.md +0 -139
  619. solace_agent_mesh-1.0.1/docs/docs/documentation/getting-started/quick-start.md +0 -164
  620. solace_agent_mesh-1.0.1/docs/docs/documentation/tutorials/custom-agent.md +0 -801
  621. solace_agent_mesh-1.0.1/docs/docs/documentation/tutorials/mongodb-integration.md +0 -340
  622. solace_agent_mesh-1.0.1/docs/docs/documentation/user-guide/builtin-tools/artifact-management.md +0 -94
  623. solace_agent_mesh-1.0.1/docs/docs/documentation/user-guide/builtin-tools/data-analysis-tools.md +0 -107
  624. solace_agent_mesh-1.0.1/docs/docs/documentation/user-guide/creating-service-providers.md +0 -175
  625. solace_agent_mesh-1.0.1/docs/static/img/Solace_AI_Framework_README.png +0 -0
  626. solace_agent_mesh-1.0.1/examples/a2a_agents.yaml +0 -361
  627. solace_agent_mesh-1.0.1/examples/a2a_host_example.yaml +0 -131
  628. solace_agent_mesh-1.0.1/examples/a2a_mcp_example.yaml +0 -192
  629. solace_agent_mesh-1.0.1/pyproject.toml +0 -156
  630. solace_agent_mesh-1.0.1/pytest.ini +0 -6
  631. solace_agent_mesh-1.0.1/src/solace_agent_mesh/agent/adk/callbacks.py +0 -1694
  632. solace_agent_mesh-1.0.1/src/solace_agent_mesh/agent/adk/filesystem_artifact_service.py +0 -381
  633. solace_agent_mesh-1.0.1/src/solace_agent_mesh/agent/adk/runner.py +0 -353
  634. solace_agent_mesh-1.0.1/src/solace_agent_mesh/agent/adk/services.py +0 -240
  635. solace_agent_mesh-1.0.1/src/solace_agent_mesh/agent/protocol/event_handlers.py +0 -1469
  636. solace_agent_mesh-1.0.1/src/solace_agent_mesh/agent/sac/app.py +0 -640
  637. solace_agent_mesh-1.0.1/src/solace_agent_mesh/agent/sac/component.py +0 -3388
  638. solace_agent_mesh-1.0.1/src/solace_agent_mesh/agent/sac/task_execution_context.py +0 -176
  639. solace_agent_mesh-1.0.1/src/solace_agent_mesh/agent/tools/builtin_artifact_tools.py +0 -1954
  640. solace_agent_mesh-1.0.1/src/solace_agent_mesh/agent/tools/general_agent_tools.py +0 -569
  641. solace_agent_mesh-1.0.1/src/solace_agent_mesh/agent/tools/peer_agent_tool.py +0 -289
  642. solace_agent_mesh-1.0.1/src/solace_agent_mesh/agent/utils/artifact_helpers.py +0 -927
  643. solace_agent_mesh-1.0.1/src/solace_agent_mesh/gateway/base/component.py +0 -1542
  644. solace_agent_mesh-1.0.1/src/solace_agent_mesh/gateway/http_sse/routers/artifacts.py +0 -821
  645. solace_agent_mesh-1.0.1/src/solace_agent_mesh/gateway/http_sse/sse_manager.py +0 -328
  646. solace_agent_mesh-1.0.1/templates/gateway_component_template.py +0 -400
  647. solace_agent_mesh-1.0.1/templates/plugin_agent_config_template.yaml +0 -122
  648. solace_agent_mesh-1.0.1/tests/integration/conftest.py +0 -700
  649. solace_agent_mesh-1.0.1/tests/integration/infrastructure/a2a_validator/validator.py +0 -280
  650. solace_agent_mesh-1.0.1/tests/integration/infrastructure/event_mesh_gateway_interface/app.py +0 -24
  651. solace_agent_mesh-1.0.1/tests/integration/infrastructure/event_mesh_gateway_interface/component.py +0 -126
  652. solace_agent_mesh-1.0.1/tests/integration/infrastructure/gateway_interface/app.py +0 -50
  653. solace_agent_mesh-1.0.1/tests/integration/infrastructure/gateway_interface/component.py +0 -435
  654. solace_agent_mesh-1.0.1/tests/integration/infrastructure/memory_monitor/memory_monitor.py +0 -354
  655. solace_agent_mesh-1.0.1/tests/integration/infrastructure/rest_gateway_interface/app.py +0 -24
  656. solace_agent_mesh-1.0.1/tests/integration/infrastructure/rest_gateway_interface/component.py +0 -175
  657. solace_agent_mesh-1.0.1/tests/integration/infrastructure/slack_gateway_interface/app.py +0 -24
  658. solace_agent_mesh-1.0.1/tests/integration/infrastructure/slack_gateway_interface/component.py +0 -150
  659. solace_agent_mesh-1.0.1/tests/integration/infrastructure/web_gateway_interface/app.py +0 -24
  660. solace_agent_mesh-1.0.1/tests/integration/infrastructure/web_gateway_interface/component.py +0 -255
  661. solace_agent_mesh-1.0.1/tests/integration/infrastructure/webhook_gateway_interface/app.py +0 -24
  662. solace_agent_mesh-1.0.1/tests/integration/infrastructure/webhook_gateway_interface/component.py +0 -176
  663. solace_agent_mesh-1.0.1/tests/integration/scenarios_declarative/__init__.py +0 -0
  664. solace_agent_mesh-1.0.1/tests/integration/scenarios_declarative/test_data/__init__.py +0 -0
  665. solace_agent_mesh-1.0.1/tests/integration/scenarios_declarative/test_data/builtin_artifact_tools/append_to_artifact/test_append_binary_to_binary_artifact.yaml +0 -92
  666. solace_agent_mesh-1.0.1/tests/integration/scenarios_declarative/test_data/builtin_artifact_tools/append_to_artifact/test_append_binary_to_text_artifact.yaml +0 -93
  667. solace_agent_mesh-1.0.1/tests/integration/scenarios_declarative/test_data/builtin_artifact_tools/append_to_artifact/test_append_malformed_base64_chunk.yaml +0 -94
  668. solace_agent_mesh-1.0.1/tests/integration/scenarios_declarative/test_data/builtin_artifact_tools/append_to_artifact/test_append_multiple_chunks.yaml +0 -127
  669. solace_agent_mesh-1.0.1/tests/integration/scenarios_declarative/test_data/builtin_artifact_tools/append_to_artifact/test_append_text_to_binary_artifact.yaml +0 -94
  670. solace_agent_mesh-1.0.1/tests/integration/scenarios_declarative/test_data/builtin_artifact_tools/append_to_artifact/test_append_to_artifact.yaml +0 -96
  671. solace_agent_mesh-1.0.1/tests/integration/scenarios_declarative/test_data/builtin_artifact_tools/append_to_artifact/test_append_to_non_existent_artifact.yaml +0 -66
  672. solace_agent_mesh-1.0.1/tests/integration/scenarios_declarative/test_data/builtin_artifact_tools/apply_embed_and_create_artifact/test_apply_embed_binary_to_datauri.yaml +0 -80
  673. solace_agent_mesh-1.0.1/tests/integration/scenarios_declarative/test_data/builtin_artifact_tools/apply_embed_and_create_artifact/test_apply_embed_complex_modifier_chain.yaml +0 -90
  674. solace_agent_mesh-1.0.1/tests/integration/scenarios_declarative/test_data/builtin_artifact_tools/apply_embed_and_create_artifact/test_apply_embed_csv_to_csv.yaml +0 -84
  675. solace_agent_mesh-1.0.1/tests/integration/scenarios_declarative/test_data/builtin_artifact_tools/apply_embed_and_create_artifact/test_apply_embed_invalid_directive.yaml +0 -68
  676. solace_agent_mesh-1.0.1/tests/integration/scenarios_declarative/test_data/builtin_artifact_tools/apply_embed_and_create_artifact/test_apply_embed_json_to_pretty_json.yaml +0 -82
  677. solace_agent_mesh-1.0.1/tests/integration/scenarios_declarative/test_data/builtin_artifact_tools/apply_embed_and_create_artifact/test_apply_embed_jsonpath_modifier.yaml +0 -80
  678. solace_agent_mesh-1.0.1/tests/integration/scenarios_declarative/test_data/builtin_artifact_tools/apply_embed_and_create_artifact/test_apply_embed_jsonpath_no_match.yaml +0 -88
  679. solace_agent_mesh-1.0.1/tests/integration/scenarios_declarative/test_data/builtin_artifact_tools/apply_embed_and_create_artifact/test_apply_embed_modifier_type_error.yaml +0 -67
  680. solace_agent_mesh-1.0.1/tests/integration/scenarios_declarative/test_data/builtin_artifact_tools/apply_embed_and_create_artifact/test_apply_embed_output_filename_literal.yaml +0 -80
  681. solace_agent_mesh-1.0.1/tests/integration/scenarios_declarative/test_data/builtin_artifact_tools/apply_embed_and_create_artifact/test_apply_embed_simple_text.yaml +0 -90
  682. solace_agent_mesh-1.0.1/tests/integration/scenarios_declarative/test_data/builtin_artifact_tools/apply_embed_and_create_artifact/test_apply_embed_source_not_found.yaml +0 -62
  683. solace_agent_mesh-1.0.1/tests/integration/scenarios_declarative/test_data/builtin_artifact_tools/apply_embed_and_create_artifact/test_apply_embed_with_output_metadata.yaml +0 -84
  684. solace_agent_mesh-1.0.1/tests/integration/scenarios_declarative/test_data/builtin_artifact_tools/extract_content_from_artifact/test_extract_content_internal_llm_fail.yaml +0 -143
  685. solace_agent_mesh-1.0.1/tests/integration/scenarios_declarative/test_data/builtin_artifact_tools/extract_content_from_artifact/test_extract_content_invalid_version.yaml +0 -73
  686. solace_agent_mesh-1.0.1/tests/integration/scenarios_declarative/test_data/builtin_artifact_tools/extract_content_from_artifact/test_extract_content_large_result_save_truncate.yaml +0 -139
  687. solace_agent_mesh-1.0.1/tests/integration/scenarios_declarative/test_data/builtin_artifact_tools/extract_content_from_artifact/test_extract_content_missing_filename.yaml +0 -64
  688. solace_agent_mesh-1.0.1/tests/integration/scenarios_declarative/test_data/builtin_artifact_tools/extract_content_from_artifact/test_extract_content_missing_goal.yaml +0 -79
  689. solace_agent_mesh-1.0.1/tests/integration/scenarios_declarative/test_data/builtin_artifact_tools/extract_content_from_artifact/test_extract_content_save_and_truncate.yaml +0 -109
  690. solace_agent_mesh-1.0.1/tests/integration/scenarios_declarative/test_data/builtin_artifact_tools/extract_content_from_artifact/test_extract_content_save_no_truncate.yaml +0 -116
  691. solace_agent_mesh-1.0.1/tests/integration/scenarios_declarative/test_data/builtin_artifact_tools/extract_content_from_artifact/test_extract_content_simple_text.yaml +0 -97
  692. solace_agent_mesh-1.0.1/tests/integration/scenarios_declarative/test_data/builtin_artifact_tools/extract_content_from_artifact/test_extract_content_small_ignores_output_base.yaml +0 -99
  693. solace_agent_mesh-1.0.1/tests/integration/scenarios_declarative/test_data/builtin_artifact_tools/extract_content_from_artifact/test_extract_content_source_not_found.yaml +0 -66
  694. solace_agent_mesh-1.0.1/tests/integration/scenarios_declarative/test_data/builtin_artifact_tools/extract_content_from_artifact/test_extract_content_supported_binary.yaml +0 -95
  695. solace_agent_mesh-1.0.1/tests/integration/scenarios_declarative/test_data/builtin_artifact_tools/extract_content_from_artifact/test_extract_content_unsupported_binary.yaml +0 -100
  696. solace_agent_mesh-1.0.1/tests/integration/scenarios_declarative/test_data/builtin_artifact_tools/list_artifacts/test_list_artifacts_empty.yaml +0 -59
  697. solace_agent_mesh-1.0.1/tests/integration/scenarios_declarative/test_data/builtin_artifact_tools/list_artifacts/test_list_artifacts_multiple_files_versions.yaml +0 -108
  698. solace_agent_mesh-1.0.1/tests/integration/scenarios_declarative/test_data/builtin_artifact_tools/list_artifacts/test_list_artifacts_single_file.yaml +0 -79
  699. solace_agent_mesh-1.0.1/tests/integration/scenarios_declarative/test_data/builtin_artifact_tools/load_artifact/test_load_artifact_binary_content.yaml +0 -83
  700. solace_agent_mesh-1.0.1/tests/integration/scenarios_declarative/test_data/builtin_artifact_tools/load_artifact/test_load_artifact_filename_embed_behavior.yaml +0 -72
  701. solace_agent_mesh-1.0.1/tests/integration/scenarios_declarative/test_data/builtin_artifact_tools/load_artifact/test_load_artifact_invalid_version_error.yaml +0 -66
  702. solace_agent_mesh-1.0.1/tests/integration/scenarios_declarative/test_data/builtin_artifact_tools/load_artifact/test_load_artifact_metadata_only.yaml +0 -92
  703. solace_agent_mesh-1.0.1/tests/integration/scenarios_declarative/test_data/builtin_artifact_tools/load_artifact/test_load_artifact_not_found_error.yaml +0 -72
  704. solace_agent_mesh-1.0.1/tests/integration/scenarios_declarative/test_data/builtin_artifact_tools/load_artifact/test_load_artifact_specific_versions.yaml +0 -126
  705. solace_agent_mesh-1.0.1/tests/integration/scenarios_declarative/test_data/builtin_artifact_tools/load_artifact/test_load_artifact_text_content.yaml +0 -82
  706. solace_agent_mesh-1.0.1/tests/integration/scenarios_declarative/test_data/builtin_artifact_tools/load_artifact/test_load_artifact_truncation.yaml +0 -82
  707. solace_agent_mesh-1.0.1/tests/integration/scenarios_declarative/test_data/builtin_artifact_tools/load_artifact/test_load_artifact_version_not_found_error.yaml +0 -70
  708. solace_agent_mesh-1.0.1/tests/integration/scenarios_declarative/test_data/builtin_artifact_tools/signal_artifact_for_return/test_signal_artifact_filename_embed_behavior.yaml +0 -69
  709. solace_agent_mesh-1.0.1/tests/integration/scenarios_declarative/test_data/builtin_artifact_tools/signal_artifact_for_return/test_signal_artifact_for_return_binary.yaml +0 -129
  710. solace_agent_mesh-1.0.1/tests/integration/scenarios_declarative/test_data/builtin_artifact_tools/signal_artifact_for_return/test_signal_artifact_for_return_text.yaml +0 -129
  711. solace_agent_mesh-1.0.1/tests/integration/scenarios_declarative/test_data/builtin_artifact_tools/signal_artifact_for_return/test_signal_artifact_not_found_error.yaml +0 -65
  712. solace_agent_mesh-1.0.1/tests/integration/scenarios_declarative/test_data/builtin_artifact_tools/signal_artifact_for_return/test_signal_artifact_version_not_found_error.yaml +0 -68
  713. solace_agent_mesh-1.0.1/tests/integration/scenarios_declarative/test_data/builtin_data_analysis_tools/create_chart_from_plotly_config/test_create_chart_invalid_config.yaml +0 -38
  714. solace_agent_mesh-1.0.1/tests/integration/scenarios_declarative/test_data/builtin_data_analysis_tools/create_chart_from_plotly_config/test_create_chart_jpg_success.yaml +0 -47
  715. solace_agent_mesh-1.0.1/tests/integration/scenarios_declarative/test_data/builtin_data_analysis_tools/create_chart_from_plotly_config/test_create_chart_png_success.yaml +0 -54
  716. solace_agent_mesh-1.0.1/tests/integration/scenarios_declarative/test_data/builtin_data_analysis_tools/create_chart_from_plotly_config/test_create_chart_unsupported_format.yaml +0 -51
  717. solace_agent_mesh-1.0.1/tests/integration/scenarios_declarative/test_data/core/test_auto_continue.yaml +0 -41
  718. solace_agent_mesh-1.0.1/tests/integration/scenarios_declarative/test_data/core/test_auto_continue_implicit_tool_call.yaml +0 -42
  719. solace_agent_mesh-1.0.1/tests/integration/scenarios_declarative/test_data/core/test_auto_continue_max_calls_limit.yaml +0 -31
  720. solace_agent_mesh-1.0.1/tests/integration/scenarios_declarative/test_data/core/test_auto_continue_multiple_truncations.yaml +0 -44
  721. solace_agent_mesh-1.0.1/tests/integration/scenarios_declarative/test_data/core/test_fenced_artifact_creation.yaml +0 -71
  722. solace_agent_mesh-1.0.1/tests/integration/scenarios_declarative/test_data/core/test_fenced_artifact_description_embed.yaml +0 -46
  723. solace_agent_mesh-1.0.1/tests/integration/scenarios_declarative/test_data/core/test_fenced_artifact_description_empty.yaml +0 -45
  724. solace_agent_mesh-1.0.1/tests/integration/scenarios_declarative/test_data/core/test_fenced_artifact_description_long.yaml +0 -46
  725. solace_agent_mesh-1.0.1/tests/integration/scenarios_declarative/test_data/core/test_fenced_artifact_description_missing.yaml +0 -45
  726. solace_agent_mesh-1.0.1/tests/integration/scenarios_declarative/test_data/core/test_fenced_artifact_description_reordered_params.yaml +0 -46
  727. solace_agent_mesh-1.0.1/tests/integration/scenarios_declarative/test_data/core/test_fenced_artifact_description_special_chars.yaml +0 -46
  728. solace_agent_mesh-1.0.1/tests/integration/scenarios_declarative/test_data/core/test_fenced_artifact_description_valid.yaml +0 -46
  729. solace_agent_mesh-1.0.1/tests/integration/scenarios_declarative/test_data/core/test_fenced_artifact_filename_embed.yaml +0 -43
  730. solace_agent_mesh-1.0.1/tests/integration/scenarios_declarative/test_data/core/test_fenced_artifact_filename_empty.yaml +0 -39
  731. solace_agent_mesh-1.0.1/tests/integration/scenarios_declarative/test_data/core/test_fenced_artifact_filename_long.yaml +0 -43
  732. solace_agent_mesh-1.0.1/tests/integration/scenarios_declarative/test_data/core/test_fenced_artifact_filename_missing.yaml +0 -39
  733. solace_agent_mesh-1.0.1/tests/integration/scenarios_declarative/test_data/core/test_fenced_artifact_filename_special_chars.yaml +0 -48
  734. solace_agent_mesh-1.0.1/tests/integration/scenarios_declarative/test_data/core/test_fenced_artifact_filename_traversal.yaml +0 -39
  735. solace_agent_mesh-1.0.1/tests/integration/scenarios_declarative/test_data/core/test_fenced_artifact_filename_unicode.yaml +0 -45
  736. solace_agent_mesh-1.0.1/tests/integration/scenarios_declarative/test_data/core/test_fenced_artifact_filename_versioning.yaml +0 -56
  737. solace_agent_mesh-1.0.1/tests/integration/scenarios_declarative/test_data/embeds/early/test_artifact_meta_existing_latest.yaml +0 -37
  738. solace_agent_mesh-1.0.1/tests/integration/scenarios_declarative/test_data/embeds/early/test_artifact_meta_existing_specific_version.yaml +0 -34
  739. solace_agent_mesh-1.0.1/tests/integration/scenarios_declarative/test_data/embeds/early/test_artifact_meta_non_existent_artifact.yaml +0 -15
  740. solace_agent_mesh-1.0.1/tests/integration/scenarios_declarative/test_data/embeds/early/test_artifact_meta_non_existent_version.yaml +0 -21
  741. solace_agent_mesh-1.0.1/tests/integration/scenarios_declarative/test_data/embeds/early/test_datetime_custom_format_full.yaml +0 -16
  742. solace_agent_mesh-1.0.1/tests/integration/scenarios_declarative/test_data/embeds/early/test_datetime_custom_format_ymd.yaml +0 -15
  743. solace_agent_mesh-1.0.1/tests/integration/scenarios_declarative/test_data/embeds/early/test_datetime_date.yaml +0 -16
  744. solace_agent_mesh-1.0.1/tests/integration/scenarios_declarative/test_data/embeds/early/test_datetime_invalid_keyword.yaml +0 -15
  745. solace_agent_mesh-1.0.1/tests/integration/scenarios_declarative/test_data/embeds/early/test_datetime_iso.yaml +0 -15
  746. solace_agent_mesh-1.0.1/tests/integration/scenarios_declarative/test_data/embeds/early/test_datetime_no_format.yaml +0 -15
  747. solace_agent_mesh-1.0.1/tests/integration/scenarios_declarative/test_data/embeds/early/test_datetime_now.yaml +0 -16
  748. solace_agent_mesh-1.0.1/tests/integration/scenarios_declarative/test_data/embeds/early/test_datetime_time.yaml +0 -16
  749. solace_agent_mesh-1.0.1/tests/integration/scenarios_declarative/test_data/embeds/early/test_datetime_timestamp.yaml +0 -16
  750. solace_agent_mesh-1.0.1/tests/integration/scenarios_declarative/test_data/embeds/early/test_math_abs.yaml +0 -15
  751. solace_agent_mesh-1.0.1/tests/integration/scenarios_declarative/test_data/embeds/early/test_math_basic_addition.yaml +0 -15
  752. solace_agent_mesh-1.0.1/tests/integration/scenarios_declarative/test_data/embeds/early/test_math_complex_expression.yaml +0 -15
  753. solace_agent_mesh-1.0.1/tests/integration/scenarios_declarative/test_data/embeds/early/test_math_cos_pi.yaml +0 -15
  754. solace_agent_mesh-1.0.1/tests/integration/scenarios_declarative/test_data/embeds/early/test_math_cos_radians_60.yaml +0 -15
  755. solace_agent_mesh-1.0.1/tests/integration/scenarios_declarative/test_data/embeds/early/test_math_cos_zero.yaml +0 -15
  756. solace_agent_mesh-1.0.1/tests/integration/scenarios_declarative/test_data/embeds/early/test_math_cosh_one.yaml +0 -15
  757. solace_agent_mesh-1.0.1/tests/integration/scenarios_declarative/test_data/embeds/early/test_math_cosh_zero.yaml +0 -15
  758. solace_agent_mesh-1.0.1/tests/integration/scenarios_declarative/test_data/embeds/early/test_math_division.yaml +0 -15
  759. solace_agent_mesh-1.0.1/tests/integration/scenarios_declarative/test_data/embeds/early/test_math_e_constant.yaml +0 -15
  760. solace_agent_mesh-1.0.1/tests/integration/scenarios_declarative/test_data/embeds/early/test_math_exp.yaml +0 -15
  761. solace_agent_mesh-1.0.1/tests/integration/scenarios_declarative/test_data/embeds/early/test_math_expression_with_spaces.yaml +0 -15
  762. solace_agent_mesh-1.0.1/tests/integration/scenarios_declarative/test_data/embeds/early/test_math_factorial.yaml +0 -15
  763. solace_agent_mesh-1.0.1/tests/integration/scenarios_declarative/test_data/embeds/early/test_math_inf_constant.yaml +0 -15
  764. solace_agent_mesh-1.0.1/tests/integration/scenarios_declarative/test_data/embeds/early/test_math_invalid_expression.yaml +0 -15
  765. solace_agent_mesh-1.0.1/tests/integration/scenarios_declarative/test_data/embeds/early/test_math_invalid_format_specifier.yaml +0 -15
  766. solace_agent_mesh-1.0.1/tests/integration/scenarios_declarative/test_data/embeds/early/test_math_log.yaml +0 -15
  767. solace_agent_mesh-1.0.1/tests/integration/scenarios_declarative/test_data/embeds/early/test_math_log_base10.yaml +0 -15
  768. solace_agent_mesh-1.0.1/tests/integration/scenarios_declarative/test_data/embeds/early/test_math_max.yaml +0 -15
  769. solace_agent_mesh-1.0.1/tests/integration/scenarios_declarative/test_data/embeds/early/test_math_min.yaml +0 -15
  770. solace_agent_mesh-1.0.1/tests/integration/scenarios_declarative/test_data/embeds/early/test_math_multiplication.yaml +0 -15
  771. solace_agent_mesh-1.0.1/tests/integration/scenarios_declarative/test_data/embeds/early/test_math_no_expression.yaml +0 -15
  772. solace_agent_mesh-1.0.1/tests/integration/scenarios_declarative/test_data/embeds/early/test_math_pi_constant.yaml +0 -15
  773. solace_agent_mesh-1.0.1/tests/integration/scenarios_declarative/test_data/embeds/early/test_math_pow.yaml +0 -15
  774. solace_agent_mesh-1.0.1/tests/integration/scenarios_declarative/test_data/embeds/early/test_math_radians_explicit.yaml +0 -15
  775. solace_agent_mesh-1.0.1/tests/integration/scenarios_declarative/test_data/embeds/early/test_math_randint.yaml +0 -16
  776. solace_agent_mesh-1.0.1/tests/integration/scenarios_declarative/test_data/embeds/early/test_math_random.yaml +0 -16
  777. solace_agent_mesh-1.0.1/tests/integration/scenarios_declarative/test_data/embeds/early/test_math_round_down.yaml +0 -15
  778. solace_agent_mesh-1.0.1/tests/integration/scenarios_declarative/test_data/embeds/early/test_math_round_up.yaml +0 -15
  779. solace_agent_mesh-1.0.1/tests/integration/scenarios_declarative/test_data/embeds/early/test_math_round_with_digits.yaml +0 -15
  780. solace_agent_mesh-1.0.1/tests/integration/scenarios_declarative/test_data/embeds/early/test_math_sin_pi_half.yaml +0 -15
  781. solace_agent_mesh-1.0.1/tests/integration/scenarios_declarative/test_data/embeds/early/test_math_sin_radians_30.yaml +0 -15
  782. solace_agent_mesh-1.0.1/tests/integration/scenarios_declarative/test_data/embeds/early/test_math_sin_zero.yaml +0 -15
  783. solace_agent_mesh-1.0.1/tests/integration/scenarios_declarative/test_data/embeds/early/test_math_sinh_one.yaml +0 -15
  784. solace_agent_mesh-1.0.1/tests/integration/scenarios_declarative/test_data/embeds/early/test_math_sinh_zero.yaml +0 -15
  785. solace_agent_mesh-1.0.1/tests/integration/scenarios_declarative/test_data/embeds/early/test_math_sqrt.yaml +0 -15
  786. solace_agent_mesh-1.0.1/tests/integration/scenarios_declarative/test_data/embeds/early/test_math_subtraction.yaml +0 -15
  787. solace_agent_mesh-1.0.1/tests/integration/scenarios_declarative/test_data/embeds/early/test_math_sum.yaml +0 -15
  788. solace_agent_mesh-1.0.1/tests/integration/scenarios_declarative/test_data/embeds/early/test_math_tan_pi_quarter.yaml +0 -15
  789. solace_agent_mesh-1.0.1/tests/integration/scenarios_declarative/test_data/embeds/early/test_math_tan_radians_45.yaml +0 -15
  790. solace_agent_mesh-1.0.1/tests/integration/scenarios_declarative/test_data/embeds/early/test_math_tan_zero.yaml +0 -15
  791. solace_agent_mesh-1.0.1/tests/integration/scenarios_declarative/test_data/embeds/early/test_math_tanh_one.yaml +0 -15
  792. solace_agent_mesh-1.0.1/tests/integration/scenarios_declarative/test_data/embeds/early/test_math_tanh_zero.yaml +0 -15
  793. solace_agent_mesh-1.0.1/tests/integration/scenarios_declarative/test_data/embeds/early/test_math_uniform.yaml +0 -16
  794. solace_agent_mesh-1.0.1/tests/integration/scenarios_declarative/test_data/embeds/early/test_math_with_format_specifier_float.yaml +0 -15
  795. solace_agent_mesh-1.0.1/tests/integration/scenarios_declarative/test_data/embeds/early/test_math_with_format_specifier_int.yaml +0 -15
  796. solace_agent_mesh-1.0.1/tests/integration/scenarios_declarative/test_data/embeds/early/test_status_update_empty_message.yaml +0 -22
  797. solace_agent_mesh-1.0.1/tests/integration/scenarios_declarative/test_data/embeds/early/test_status_update_multiple.yaml +0 -28
  798. solace_agent_mesh-1.0.1/tests/integration/scenarios_declarative/test_data/embeds/early/test_status_update_only_status_update.yaml +0 -24
  799. solace_agent_mesh-1.0.1/tests/integration/scenarios_declarative/test_data/embeds/early/test_status_update_single.yaml +0 -22
  800. solace_agent_mesh-1.0.1/tests/integration/scenarios_declarative/test_data/embeds/early/test_status_update_with_tool_call.yaml +0 -71
  801. solace_agent_mesh-1.0.1/tests/integration/scenarios_declarative/test_data/embeds/early/test_uuid_generation.yaml +0 -16
  802. solace_agent_mesh-1.0.1/tests/integration/scenarios_declarative/test_data/embeds/early/test_uuid_multiple_generations.yaml +0 -21
  803. solace_agent_mesh-1.0.1/tests/integration/scenarios_declarative/test_data/embeds/general/test_embed_chain_malformed.yaml +0 -25
  804. solace_agent_mesh-1.0.1/tests/integration/scenarios_declarative/test_data/embeds/general/test_embed_malformed_extra_spaces.yaml +0 -21
  805. solace_agent_mesh-1.0.1/tests/integration/scenarios_declarative/test_data/embeds/general/test_embed_malformed_no_close_delimiter.yaml +0 -21
  806. solace_agent_mesh-1.0.1/tests/integration/scenarios_declarative/test_data/embeds/general/test_embed_only_delimiters_with_colon.yaml +0 -21
  807. solace_agent_mesh-1.0.1/tests/integration/scenarios_declarative/test_data/embeds/late/test_ac_chain_jsonpath_grep_head.yaml +0 -19
  808. solace_agent_mesh-1.0.1/tests/integration/scenarios_declarative/test_data/embeds/late/test_ac_filter_select_csv.yaml +0 -19
  809. solace_agent_mesh-1.0.1/tests/integration/scenarios_declarative/test_data/embeds/late/test_ac_grep_no_match.yaml +0 -20
  810. solace_agent_mesh-1.0.1/tests/integration/scenarios_declarative/test_data/embeds/late/test_ac_grep_simple.yaml +0 -19
  811. solace_agent_mesh-1.0.1/tests/integration/scenarios_declarative/test_data/embeds/late/test_ac_head.yaml +0 -19
  812. solace_agent_mesh-1.0.1/tests/integration/scenarios_declarative/test_data/embeds/late/test_ac_head_more_than_lines.yaml +0 -19
  813. solace_agent_mesh-1.0.1/tests/integration/scenarios_declarative/test_data/embeds/late/test_ac_jsonpath_array.yaml +0 -19
  814. solace_agent_mesh-1.0.1/tests/integration/scenarios_declarative/test_data/embeds/late/test_ac_jsonpath_no_match.yaml +0 -20
  815. solace_agent_mesh-1.0.1/tests/integration/scenarios_declarative/test_data/embeds/late/test_ac_jsonpath_on_non_json.yaml +0 -19
  816. solace_agent_mesh-1.0.1/tests/integration/scenarios_declarative/test_data/embeds/late/test_ac_jsonpath_simple.yaml +0 -19
  817. solace_agent_mesh-1.0.1/tests/integration/scenarios_declarative/test_data/embeds/late/test_ac_recursive_depth_limit.yaml +0 -46
  818. solace_agent_mesh-1.0.1/tests/integration/scenarios_declarative/test_data/embeds/late/test_ac_recursive_size_limit_in_parent.yaml +0 -36
  819. solace_agent_mesh-1.0.1/tests/integration/scenarios_declarative/test_data/embeds/late/test_ac_recursive_template_with_embed.yaml +0 -25
  820. solace_agent_mesh-1.0.1/tests/integration/scenarios_declarative/test_data/embeds/late/test_ac_select_fields_from_object_list.yaml +0 -28
  821. solace_agent_mesh-1.0.1/tests/integration/scenarios_declarative/test_data/embeds/late/test_ac_select_fields_missing_field.yaml +0 -19
  822. solace_agent_mesh-1.0.1/tests/integration/scenarios_declarative/test_data/embeds/late/test_ac_tail.yaml +0 -19
  823. solace_agent_mesh-1.0.1/tests/integration/scenarios_declarative/test_data/embeds/late/test_ac_template_csv_input.yaml +0 -22
  824. solace_agent_mesh-1.0.1/tests/integration/scenarios_declarative/test_data/embeds/late/test_ac_template_json_list_input.yaml +0 -22
  825. solace_agent_mesh-1.0.1/tests/integration/scenarios_declarative/test_data/embeds/late/test_ac_template_json_object_input.yaml +0 -22
  826. solace_agent_mesh-1.0.1/tests/integration/scenarios_declarative/test_data/embeds/late/test_ac_template_missing_template_file.yaml +0 -19
  827. solace_agent_mesh-1.0.1/tests/integration/scenarios_declarative/test_data/embeds/late/test_ac_template_string_input.yaml +0 -22
  828. solace_agent_mesh-1.0.1/tests/integration/scenarios_declarative/test_data/embeds/late/test_artifact_content_binary_as_datauri.yaml +0 -19
  829. solace_agent_mesh-1.0.1/tests/integration/scenarios_declarative/test_data/embeds/late/test_artifact_content_csv_as_csv.yaml +0 -19
  830. solace_agent_mesh-1.0.1/tests/integration/scenarios_declarative/test_data/embeds/late/test_artifact_content_default_format_binary.yaml +0 -19
  831. solace_agent_mesh-1.0.1/tests/integration/scenarios_declarative/test_data/embeds/late/test_artifact_content_default_format_text.yaml +0 -19
  832. solace_agent_mesh-1.0.1/tests/integration/scenarios_declarative/test_data/embeds/late/test_artifact_content_invalid_format_specifier.yaml +0 -20
  833. solace_agent_mesh-1.0.1/tests/integration/scenarios_declarative/test_data/embeds/late/test_artifact_content_json_as_json_pretty.yaml +0 -27
  834. solace_agent_mesh-1.0.1/tests/integration/scenarios_declarative/test_data/embeds/late/test_artifact_content_json_as_text.yaml +0 -19
  835. solace_agent_mesh-1.0.1/tests/integration/scenarios_declarative/test_data/embeds/late/test_artifact_content_specific_version.yaml +0 -22
  836. solace_agent_mesh-1.0.1/tests/integration/scenarios_declarative/test_data/embeds/late/test_artifact_content_text_plain.yaml +0 -19
  837. solace_agent_mesh-1.0.1/tests/integration/scenarios_declarative/test_data/general_agent_tools/convert_file_to_markdown/test_convert_csv_success.yaml +0 -54
  838. solace_agent_mesh-1.0.1/tests/integration/scenarios_declarative/test_data/general_agent_tools/convert_file_to_markdown/test_convert_file_not_found.yaml +0 -45
  839. solace_agent_mesh-1.0.1/tests/integration/scenarios_declarative/test_data/general_agent_tools/convert_file_to_markdown/test_convert_html_success.yaml +0 -54
  840. solace_agent_mesh-1.0.1/tests/integration/scenarios_declarative/test_data/general_agent_tools/convert_file_to_markdown/test_convert_malformed_pdf_as_success.yaml +0 -54
  841. solace_agent_mesh-1.0.1/tests/integration/scenarios_declarative/test_data/general_agent_tools/convert_file_to_markdown/test_convert_missing_parameter.yaml +0 -46
  842. solace_agent_mesh-1.0.1/tests/integration/scenarios_declarative/test_data/general_agent_tools/convert_file_to_markdown/test_convert_pdf_success.yaml +0 -54
  843. solace_agent_mesh-1.0.1/tests/integration/scenarios_declarative/test_data/general_agent_tools/convert_file_to_markdown/test_convert_specific_version_success.yaml +0 -57
  844. solace_agent_mesh-1.0.1/tests/integration/scenarios_declarative/test_data/general_agent_tools/convert_file_to_markdown/test_convert_unsupported_type.yaml +0 -52
  845. solace_agent_mesh-1.0.1/tests/integration/scenarios_declarative/test_data/general_agent_tools/mermaid_diagram_generator/test_mermaid_autogen_filename.yaml +0 -56
  846. solace_agent_mesh-1.0.1/tests/integration/scenarios_declarative/test_data/general_agent_tools/mermaid_diagram_generator/test_mermaid_basic_success.yaml +0 -57
  847. solace_agent_mesh-1.0.1/tests/integration/scenarios_declarative/test_data/general_agent_tools/mermaid_diagram_generator/test_mermaid_empty_syntax.yaml +0 -48
  848. solace_agent_mesh-1.0.1/tests/integration/scenarios_declarative/test_data/general_agent_tools/mermaid_diagram_generator/test_mermaid_invalid_syntax.yaml +0 -48
  849. solace_agent_mesh-1.0.1/tests/integration/scenarios_declarative/test_data/general_agent_tools/mermaid_diagram_generator/test_mermaid_no_extension.yaml +0 -54
  850. solace_agent_mesh-1.0.1/tests/integration/scenarios_declarative/test_data/image_tools/create_image_from_description/test_create_image_api_failure.yaml +0 -37
  851. solace_agent_mesh-1.0.1/tests/integration/scenarios_declarative/test_data/image_tools/create_image_from_description/test_create_image_happy_path.yaml +0 -46
  852. solace_agent_mesh-1.0.1/tests/integration/scenarios_declarative/test_data/image_tools/create_image_from_description/test_create_image_no_filename.yaml +0 -45
  853. solace_agent_mesh-1.0.1/tests/integration/scenarios_declarative/test_data/image_tools/create_image_from_description/test_create_image_oversized_prompt.yaml +0 -39
  854. solace_agent_mesh-1.0.1/tests/integration/scenarios_declarative/test_data/image_tools/create_image_from_description/test_create_image_path_traversal.yaml +0 -35
  855. solace_agent_mesh-1.0.1/tests/integration/scenarios_declarative/test_data/image_tools/create_image_from_description/test_create_image_prompt_injection.yaml +0 -49
  856. solace_agent_mesh-1.0.1/tests/integration/scenarios_declarative/test_data/image_tools/describe_audio/test_describe_audio_api_error.yaml +0 -44
  857. solace_agent_mesh-1.0.1/tests/integration/scenarios_declarative/test_data/image_tools/describe_audio/test_describe_audio_custom_prompt.yaml +0 -45
  858. solace_agent_mesh-1.0.1/tests/integration/scenarios_declarative/test_data/image_tools/describe_audio/test_describe_audio_empty_artifact.yaml +0 -45
  859. solace_agent_mesh-1.0.1/tests/integration/scenarios_declarative/test_data/image_tools/describe_audio/test_describe_audio_file_not_found.yaml +0 -35
  860. solace_agent_mesh-1.0.1/tests/integration/scenarios_declarative/test_data/image_tools/describe_audio/test_describe_audio_happy_path_mp3.yaml +0 -45
  861. solace_agent_mesh-1.0.1/tests/integration/scenarios_declarative/test_data/image_tools/describe_audio/test_describe_audio_happy_path_wav.yaml +0 -45
  862. solace_agent_mesh-1.0.1/tests/integration/scenarios_declarative/test_data/image_tools/describe_audio/test_describe_audio_large_file.yaml +0 -47
  863. solace_agent_mesh-1.0.1/tests/integration/scenarios_declarative/test_data/image_tools/describe_audio/test_describe_audio_malformed_api_response.yaml +0 -42
  864. solace_agent_mesh-1.0.1/tests/integration/scenarios_declarative/test_data/image_tools/describe_audio/test_describe_audio_malformed_filename.yaml +0 -40
  865. solace_agent_mesh-1.0.1/tests/integration/scenarios_declarative/test_data/image_tools/describe_audio/test_describe_audio_path_traversal.yaml +0 -35
  866. solace_agent_mesh-1.0.1/tests/integration/scenarios_declarative/test_data/image_tools/describe_audio/test_describe_audio_prompt_injection.yaml +0 -45
  867. solace_agent_mesh-1.0.1/tests/integration/scenarios_declarative/test_data/image_tools/describe_audio/test_describe_audio_specific_version.yaml +0 -48
  868. solace_agent_mesh-1.0.1/tests/integration/scenarios_declarative/test_data/image_tools/describe_audio/test_describe_audio_unsupported_format.yaml +0 -40
  869. solace_agent_mesh-1.0.1/tests/integration/scenarios_declarative/test_data/image_tools/describe_image/test_describe_image_empty_artifact.yaml +0 -57
  870. solace_agent_mesh-1.0.1/tests/integration/scenarios_declarative/test_data/image_tools/describe_image/test_describe_image_file_not_found.yaml +0 -51
  871. solace_agent_mesh-1.0.1/tests/integration/scenarios_declarative/test_data/image_tools/describe_image/test_describe_image_happy_path.yaml +0 -64
  872. solace_agent_mesh-1.0.1/tests/integration/scenarios_declarative/test_data/image_tools/describe_image/test_describe_image_malformed_api_response.yaml +0 -59
  873. solace_agent_mesh-1.0.1/tests/integration/scenarios_declarative/test_data/image_tools/describe_image/test_describe_image_path_traversal.yaml +0 -53
  874. solace_agent_mesh-1.0.1/tests/integration/scenarios_declarative/test_data/image_tools/describe_image/test_describe_image_specific_version.yaml +0 -79
  875. solace_agent_mesh-1.0.1/tests/integration/scenarios_declarative/test_data/image_tools/describe_image/test_describe_image_unsupported_format.yaml +0 -49
  876. solace_agent_mesh-1.0.1/tests/integration/scenarios_declarative/test_data/image_tools/edit_image_with_gemini/test_edit_image_file_not_found.yaml +0 -40
  877. solace_agent_mesh-1.0.1/tests/integration/scenarios_declarative/test_data/image_tools/edit_image_with_gemini/test_edit_image_gemini_api_error.yaml +0 -45
  878. solace_agent_mesh-1.0.1/tests/integration/scenarios_declarative/test_data/image_tools/edit_image_with_gemini/test_edit_image_gemini_api_no_image_in_response.yaml +0 -45
  879. solace_agent_mesh-1.0.1/tests/integration/scenarios_declarative/test_data/image_tools/edit_image_with_gemini/test_edit_image_happy_path.yaml +0 -53
  880. solace_agent_mesh-1.0.1/tests/integration/scenarios_declarative/test_data/image_tools/edit_image_with_gemini/test_edit_image_missing_api_key.yaml +0 -49
  881. solace_agent_mesh-1.0.1/tests/integration/scenarios_declarative/test_data/image_tools/edit_image_with_gemini/test_edit_image_no_output_filename.yaml +0 -52
  882. solace_agent_mesh-1.0.1/tests/integration/scenarios_declarative/test_data/image_tools/edit_image_with_gemini/test_edit_image_path_traversal_input.yaml +0 -40
  883. solace_agent_mesh-1.0.1/tests/integration/scenarios_declarative/test_data/image_tools/edit_image_with_gemini/test_edit_image_path_traversal_output.yaml +0 -51
  884. solace_agent_mesh-1.0.1/tests/integration/scenarios_declarative/test_data/image_tools/edit_image_with_gemini/test_edit_image_prompt_injection.yaml +0 -51
  885. solace_agent_mesh-1.0.1/tests/integration/scenarios_declarative/test_data/image_tools/edit_image_with_gemini/test_edit_image_specific_version.yaml +0 -56
  886. solace_agent_mesh-1.0.1/tests/integration/scenarios_declarative/test_data/image_tools/edit_image_with_gemini/test_edit_image_unsupported_format.yaml +0 -45
  887. solace_agent_mesh-1.0.1/tests/integration/scenarios_declarative/test_data/multi_agent/delegation/test_three_agent_hierarchy.yaml +0 -95
  888. solace_agent_mesh-1.0.1/tests/integration/scenarios_declarative/test_data/notifications/test_llm_invocation_notification.yaml +0 -30
  889. solace_agent_mesh-1.0.1/tests/integration/scenarios_declarative/test_data/notifications/test_llm_response_notification.yaml +0 -36
  890. solace_agent_mesh-1.0.1/tests/integration/scenarios_declarative/test_data/notifications/test_tool_invocation_notification.yaml +0 -73
  891. solace_agent_mesh-1.0.1/tests/integration/scenarios_declarative/test_data/test_basic_text_response.yaml +0 -71
  892. solace_agent_mesh-1.0.1/tests/integration/scenarios_declarative/test_data/test_simple_tool_call.yaml +0 -86
  893. solace_agent_mesh-1.0.1/tests/integration/scenarios_declarative/test_data/web_tools/test_ssrf_localhost_blocked.yaml +0 -74
  894. solace_agent_mesh-1.0.1/tests/integration/scenarios_declarative/test_data/web_tools/web_request/test_web_block_file_url.yaml +0 -52
  895. solace_agent_mesh-1.0.1/tests/integration/scenarios_declarative/test_data/web_tools/web_request/test_web_block_private_ip.yaml +0 -52
  896. solace_agent_mesh-1.0.1/tests/integration/scenarios_declarative/test_data/web_tools/web_request/test_web_content_type_json.yaml +0 -58
  897. solace_agent_mesh-1.0.1/tests/integration/scenarios_declarative/test_data/web_tools/web_request/test_web_dns_failure.yaml +0 -52
  898. solace_agent_mesh-1.0.1/tests/integration/scenarios_declarative/test_data/web_tools/web_request/test_web_invalid_url.yaml +0 -52
  899. solace_agent_mesh-1.0.1/tests/integration/scenarios_declarative/test_data/web_tools/web_request/test_web_large_response.yaml +0 -55
  900. solace_agent_mesh-1.0.1/tests/integration/scenarios_declarative/test_data/web_tools/web_request/test_web_post_request.yaml +0 -58
  901. solace_agent_mesh-1.0.1/tests/integration/scenarios_declarative/test_data/web_tools/web_request/test_web_redirect_to_unsafe.yaml +0 -52
  902. solace_agent_mesh-1.0.1/tests/integration/scenarios_declarative/test_data/web_tools/web_request/test_web_request_timeout.yaml +0 -53
  903. solace_agent_mesh-1.0.1/tests/integration/scenarios_declarative/test_declarative_runner.py +0 -1601
  904. solace_agent_mesh-1.0.1/tests/integration/scenarios_programmatic/gateways/common.py +0 -45
  905. solace_agent_mesh-1.0.1/tests/integration/scenarios_programmatic/gateways/conftest.py +0 -342
  906. solace_agent_mesh-1.0.1/tests/integration/scenarios_programmatic/gateways/test_event_mesh_gateway.py +0 -523
  907. solace_agent_mesh-1.0.1/tests/integration/scenarios_programmatic/gateways/test_rest_gateway.py +0 -496
  908. solace_agent_mesh-1.0.1/tests/integration/scenarios_programmatic/gateways/test_slack_gateway.py +0 -519
  909. solace_agent_mesh-1.0.1/tests/integration/scenarios_programmatic/gateways/test_web_gateway.py +0 -486
  910. solace_agent_mesh-1.0.1/tests/integration/scenarios_programmatic/gateways/test_webhook_gateway.py +0 -490
  911. solace_agent_mesh-1.0.1/tests/integration/scenarios_programmatic/test_agent_cards.py +0 -197
  912. solace_agent_mesh-1.0.1/tests/integration/scenarios_programmatic/test_basic_flows.py +0 -188
  913. solace_agent_mesh-1.0.1/tests/integration/scenarios_programmatic/test_cancellation_flows.py +0 -487
  914. solace_agent_mesh-1.0.1/tests/integration/scenarios_programmatic/test_helpers.py +0 -279
  915. solace_agent_mesh-1.0.1/tests/integration/scenarios_programmatic/test_stress.py +0 -447
  916. solace_agent_mesh-1.0.1/tests/integration/scenarios_programmatic/test_tool_registry.py +0 -174
  917. {solace_agent_mesh-1.0.1 → solace_agent_mesh-1.0.3}/.github/actions/push-docker/action.yml +0 -0
  918. {solace_agent_mesh-1.0.1 → solace_agent_mesh-1.0.3}/.github/helper_scripts/build_frontend.py +0 -0
  919. {solace_agent_mesh-1.0.1 → solace_agent_mesh-1.0.3}/.github/workflows/gh_pages.yaml +0 -0
  920. {solace_agent_mesh-1.0.1 → solace_agent_mesh-1.0.3}/.gitignore +0 -0
  921. {solace_agent_mesh-1.0.1 → solace_agent_mesh-1.0.3}/CODE_OF_CONDUCT.md +0 -0
  922. {solace_agent_mesh-1.0.1 → solace_agent_mesh-1.0.3}/CONTRIBUTING.md +0 -0
  923. {solace_agent_mesh-1.0.1 → solace_agent_mesh-1.0.3}/LICENSE +0 -0
  924. {solace_agent_mesh-1.0.1 → solace_agent_mesh-1.0.3}/assets/client/webui/assets/authCallback-DvlO62me.js +0 -0
  925. {solace_agent_mesh-1.0.1 → solace_agent_mesh-1.0.3}/assets/client/webui/assets/client-bp6u3qVZ.js +0 -0
  926. {solace_agent_mesh-1.0.1 → solace_agent_mesh-1.0.3}/assets/client/webui/assets/favicon-BLgzUch9.ico +0 -0
  927. {solace_agent_mesh-1.0.1 → solace_agent_mesh-1.0.3}/assets/client/webui/auth-callback.html +0 -0
  928. {solace_agent_mesh-1.0.1 → solace_agent_mesh-1.0.3}/assets/config_portal/client/Solace_community_logo.png +0 -0
  929. {solace_agent_mesh-1.0.1 → solace_agent_mesh-1.0.3}/assets/config_portal/client/assets/components-B7lKcHVY.js +0 -0
  930. {solace_agent_mesh-1.0.1 → solace_agent_mesh-1.0.3}/assets/config_portal/client/assets/entry.client-CEumGClk.js +0 -0
  931. {solace_agent_mesh-1.0.1 → solace_agent_mesh-1.0.3}/assets/config_portal/client/assets/index-DSo1AH_7.js +0 -0
  932. {solace_agent_mesh-1.0.1 → solace_agent_mesh-1.0.3}/assets/config_portal/client/assets/root-C4XmHinv.js +0 -0
  933. {solace_agent_mesh-1.0.1 → solace_agent_mesh-1.0.3}/assets/config_portal/client/assets/root-DxRwaWiE.css +0 -0
  934. {solace_agent_mesh-1.0.1 → solace_agent_mesh-1.0.3}/assets/config_portal/client/favicon.ico +0 -0
  935. {solace_agent_mesh-1.0.1 → solace_agent_mesh-1.0.3}/assets/docs/assets/css/styles.906a1503.css +0 -0
  936. {solace_agent_mesh-1.0.1 → solace_agent_mesh-1.0.3}/assets/docs/assets/images/Solace_AI_Framework_With_Broker-85f0a306a9bcdd20b390b7a949f6d862.png +0 -0
  937. {solace_agent_mesh-1.0.1 → solace_agent_mesh-1.0.3}/assets/docs/assets/images/sac-flows-80d5b603c6aafd33e87945680ce0abf3.png +0 -0
  938. {solace_agent_mesh-1.0.1 → solace_agent_mesh-1.0.3}/assets/docs/assets/images/sac_parts_of_a_component-cb3d0424b1d0c17734c5435cca6b4082.png +0 -0
  939. {solace_agent_mesh-1.0.1 → solace_agent_mesh-1.0.3}/assets/docs/assets/js/0e682baa.79f0ab22.js +0 -0
  940. {solace_agent_mesh-1.0.1 → solace_agent_mesh-1.0.3}/assets/docs/assets/js/1001.0182a8bd.js +0 -0
  941. {solace_agent_mesh-1.0.1 → solace_agent_mesh-1.0.3}/assets/docs/assets/js/1039.0bd46aa1.js +0 -0
  942. {solace_agent_mesh-1.0.1 → solace_agent_mesh-1.0.3}/assets/docs/assets/js/149.b797a808.js +0 -0
  943. {solace_agent_mesh-1.0.1 → solace_agent_mesh-1.0.3}/assets/docs/assets/js/1523c6b4.91c7bc01.js +0 -0
  944. {solace_agent_mesh-1.0.1 → solace_agent_mesh-1.0.3}/assets/docs/assets/js/165.6a39807d.js +0 -0
  945. {solace_agent_mesh-1.0.1 → solace_agent_mesh-1.0.3}/assets/docs/assets/js/165.6a39807d.js.LICENSE.txt +0 -0
  946. {solace_agent_mesh-1.0.1 → solace_agent_mesh-1.0.3}/assets/docs/assets/js/166ab619.7d97ccaf.js +0 -0
  947. {solace_agent_mesh-1.0.1 → solace_agent_mesh-1.0.3}/assets/docs/assets/js/17896441.a5e82f9b.js +0 -0
  948. {solace_agent_mesh-1.0.1 → solace_agent_mesh-1.0.3}/assets/docs/assets/js/17896441.a5e82f9b.js.LICENSE.txt +0 -0
  949. {solace_agent_mesh-1.0.1 → solace_agent_mesh-1.0.3}/assets/docs/assets/js/2130.ab9fd314.js +0 -0
  950. {solace_agent_mesh-1.0.1 → solace_agent_mesh-1.0.3}/assets/docs/assets/js/21ceee5f.614fa8dd.js +0 -0
  951. {solace_agent_mesh-1.0.1 → solace_agent_mesh-1.0.3}/assets/docs/assets/js/2237.5e477fc6.js +0 -0
  952. {solace_agent_mesh-1.0.1 → solace_agent_mesh-1.0.3}/assets/docs/assets/js/2334.622a6395.js +0 -0
  953. {solace_agent_mesh-1.0.1 → solace_agent_mesh-1.0.3}/assets/docs/assets/js/2a9cab12.8909df92.js +0 -0
  954. {solace_agent_mesh-1.0.1 → solace_agent_mesh-1.0.3}/assets/docs/assets/js/3219.adc1d663.js +0 -0
  955. {solace_agent_mesh-1.0.1 → solace_agent_mesh-1.0.3}/assets/docs/assets/js/332e10b5.7a103f42.js +0 -0
  956. {solace_agent_mesh-1.0.1 → solace_agent_mesh-1.0.3}/assets/docs/assets/js/3624.b524e433.js +0 -0
  957. {solace_agent_mesh-1.0.1 → solace_agent_mesh-1.0.3}/assets/docs/assets/js/375.708d48db.js +0 -0
  958. {solace_agent_mesh-1.0.1 → solace_agent_mesh-1.0.3}/assets/docs/assets/js/3834.b6cd790e.js +0 -0
  959. {solace_agent_mesh-1.0.1 → solace_agent_mesh-1.0.3}/assets/docs/assets/js/4250.95455b28.js +0 -0
  960. {solace_agent_mesh-1.0.1 → solace_agent_mesh-1.0.3}/assets/docs/assets/js/42b3f8d8.36090198.js +0 -0
  961. {solace_agent_mesh-1.0.1 → solace_agent_mesh-1.0.3}/assets/docs/assets/js/4356.d169ab5b.js +0 -0
  962. {solace_agent_mesh-1.0.1 → solace_agent_mesh-1.0.3}/assets/docs/assets/js/442a8107.5ba94b65.js +0 -0
  963. {solace_agent_mesh-1.0.1 → solace_agent_mesh-1.0.3}/assets/docs/assets/js/4458.518e66fa.js +0 -0
  964. {solace_agent_mesh-1.0.1 → solace_agent_mesh-1.0.3}/assets/docs/assets/js/4488.c7cc3442.js +0 -0
  965. {solace_agent_mesh-1.0.1 → solace_agent_mesh-1.0.3}/assets/docs/assets/js/4494.6ee23046.js +0 -0
  966. {solace_agent_mesh-1.0.1 → solace_agent_mesh-1.0.3}/assets/docs/assets/js/4855.fc4444b6.js +0 -0
  967. {solace_agent_mesh-1.0.1 → solace_agent_mesh-1.0.3}/assets/docs/assets/js/4866.22daefc0.js +0 -0
  968. {solace_agent_mesh-1.0.1 → solace_agent_mesh-1.0.3}/assets/docs/assets/js/4950.ca4caeda.js +0 -0
  969. {solace_agent_mesh-1.0.1 → solace_agent_mesh-1.0.3}/assets/docs/assets/js/4c2787c2.66ee00e9.js +0 -0
  970. {solace_agent_mesh-1.0.1 → solace_agent_mesh-1.0.3}/assets/docs/assets/js/5388.7a136447.js +0 -0
  971. {solace_agent_mesh-1.0.1 → solace_agent_mesh-1.0.3}/assets/docs/assets/js/55f47984.c484bf96.js +0 -0
  972. {solace_agent_mesh-1.0.1 → solace_agent_mesh-1.0.3}/assets/docs/assets/js/5607.081356f8.js +0 -0
  973. {solace_agent_mesh-1.0.1 → solace_agent_mesh-1.0.3}/assets/docs/assets/js/5864.b0d0e9de.js +0 -0
  974. {solace_agent_mesh-1.0.1 → solace_agent_mesh-1.0.3}/assets/docs/assets/js/5b4258a4.bda20761.js +0 -0
  975. {solace_agent_mesh-1.0.1 → solace_agent_mesh-1.0.3}/assets/docs/assets/js/5e95c892.558d5167.js +0 -0
  976. {solace_agent_mesh-1.0.1 → solace_agent_mesh-1.0.3}/assets/docs/assets/js/6143.0a1464c9.js +0 -0
  977. {solace_agent_mesh-1.0.1 → solace_agent_mesh-1.0.3}/assets/docs/assets/js/6395.e9c73649.js +0 -0
  978. {solace_agent_mesh-1.0.1 → solace_agent_mesh-1.0.3}/assets/docs/assets/js/6796.51d2c9b7.js +0 -0
  979. {solace_agent_mesh-1.0.1 → solace_agent_mesh-1.0.3}/assets/docs/assets/js/6976.379be23b.js +0 -0
  980. {solace_agent_mesh-1.0.1 → solace_agent_mesh-1.0.3}/assets/docs/assets/js/6978.ee0b945c.js +0 -0
  981. {solace_agent_mesh-1.0.1 → solace_agent_mesh-1.0.3}/assets/docs/assets/js/7040.cb436723.js +0 -0
  982. {solace_agent_mesh-1.0.1 → solace_agent_mesh-1.0.3}/assets/docs/assets/js/7195.412f418a.js +0 -0
  983. {solace_agent_mesh-1.0.1 → solace_agent_mesh-1.0.3}/assets/docs/assets/js/7280.3fb73bdb.js +0 -0
  984. {solace_agent_mesh-1.0.1 → solace_agent_mesh-1.0.3}/assets/docs/assets/js/768e31b0.a12673db.js +0 -0
  985. {solace_agent_mesh-1.0.1 → solace_agent_mesh-1.0.3}/assets/docs/assets/js/7845.e33e7c4c.js +0 -0
  986. {solace_agent_mesh-1.0.1 → solace_agent_mesh-1.0.3}/assets/docs/assets/js/7900.69516146.js +0 -0
  987. {solace_agent_mesh-1.0.1 → solace_agent_mesh-1.0.3}/assets/docs/assets/js/8356.8a379c04.js +0 -0
  988. {solace_agent_mesh-1.0.1 → solace_agent_mesh-1.0.3}/assets/docs/assets/js/85387663.6bf41934.js +0 -0
  989. {solace_agent_mesh-1.0.1 → solace_agent_mesh-1.0.3}/assets/docs/assets/js/8567.4732c6b7.js +0 -0
  990. {solace_agent_mesh-1.0.1 → solace_agent_mesh-1.0.3}/assets/docs/assets/js/8573.cb04eda5.js +0 -0
  991. {solace_agent_mesh-1.0.1 → solace_agent_mesh-1.0.3}/assets/docs/assets/js/8577.1d54e766.js +0 -0
  992. {solace_agent_mesh-1.0.1 → solace_agent_mesh-1.0.3}/assets/docs/assets/js/8591.d7c16be6.js +0 -0
  993. {solace_agent_mesh-1.0.1 → solace_agent_mesh-1.0.3}/assets/docs/assets/js/8591.d7c16be6.js.LICENSE.txt +0 -0
  994. {solace_agent_mesh-1.0.1 → solace_agent_mesh-1.0.3}/assets/docs/assets/js/8709.7ecd4047.js +0 -0
  995. {solace_agent_mesh-1.0.1 → solace_agent_mesh-1.0.3}/assets/docs/assets/js/8731.49e930c2.js +0 -0
  996. {solace_agent_mesh-1.0.1 → solace_agent_mesh-1.0.3}/assets/docs/assets/js/8908.f9d1b506.js +0 -0
  997. {solace_agent_mesh-1.0.1 → solace_agent_mesh-1.0.3}/assets/docs/assets/js/9157.b4093d07.js +0 -0
  998. {solace_agent_mesh-1.0.1 → solace_agent_mesh-1.0.3}/assets/docs/assets/js/9278.a4fd875d.js +0 -0
  999. {solace_agent_mesh-1.0.1 → solace_agent_mesh-1.0.3}/assets/docs/assets/js/945fb41e.74d728aa.js +0 -0
  1000. {solace_agent_mesh-1.0.1 → solace_agent_mesh-1.0.3}/assets/docs/assets/js/9616.b75c2f6d.js +0 -0
  1001. {solace_agent_mesh-1.0.1 → solace_agent_mesh-1.0.3}/assets/docs/assets/js/9793.c6d16376.js +0 -0
  1002. {solace_agent_mesh-1.0.1 → solace_agent_mesh-1.0.3}/assets/docs/assets/js/a3a92b25.26ca071f.js +0 -0
  1003. {solace_agent_mesh-1.0.1 → solace_agent_mesh-1.0.3}/assets/docs/assets/js/a7bd4aaa.2204d2f7.js +0 -0
  1004. {solace_agent_mesh-1.0.1 → solace_agent_mesh-1.0.3}/assets/docs/assets/js/a94703ab.0438dbc2.js +0 -0
  1005. {solace_agent_mesh-1.0.1 → solace_agent_mesh-1.0.3}/assets/docs/assets/js/aba21aa0.c42a534c.js +0 -0
  1006. {solace_agent_mesh-1.0.1 → solace_agent_mesh-1.0.3}/assets/docs/assets/js/bac0be12.f50d9bac.js +0 -0
  1007. {solace_agent_mesh-1.0.1 → solace_agent_mesh-1.0.3}/assets/docs/assets/js/c2c06897.63b76e9e.js +0 -0
  1008. {solace_agent_mesh-1.0.1 → solace_agent_mesh-1.0.3}/assets/docs/assets/js/cd3d4052.ca6eed8c.js +0 -0
  1009. {solace_agent_mesh-1.0.1 → solace_agent_mesh-1.0.3}/assets/docs/assets/js/ced92a13.fb92e7ca.js +0 -0
  1010. {solace_agent_mesh-1.0.1 → solace_agent_mesh-1.0.3}/assets/docs/assets/js/cee5d587.f5b73ca1.js +0 -0
  1011. {solace_agent_mesh-1.0.1 → solace_agent_mesh-1.0.3}/assets/docs/assets/js/fbfa3e75.aca209c9.js +0 -0
  1012. /solace_agent_mesh-1.0.1/assets/docs/assets/js/main.adfca1bc.js.LICENSE.txt → /solace_agent_mesh-1.0.3/assets/docs/assets/js/main.7361da2b.js.LICENSE.txt +0 -0
  1013. {solace_agent_mesh-1.0.1 → solace_agent_mesh-1.0.3}/assets/docs/img/Solace_AI_Framework_With_Broker.png +0 -0
  1014. {solace_agent_mesh-1.0.1 → solace_agent_mesh-1.0.3}/assets/docs/img/logo.png +0 -0
  1015. {solace_agent_mesh-1.0.1 → solace_agent_mesh-1.0.3}/assets/docs/img/sac-flows.png +0 -0
  1016. {solace_agent_mesh-1.0.1 → solace_agent_mesh-1.0.3}/assets/docs/img/sac_parts_of_a_component.png +0 -0
  1017. {solace_agent_mesh-1.0.1 → solace_agent_mesh-1.0.3}/assets/docs/img/solace-logo.png +0 -0
  1018. {solace_agent_mesh-1.0.1 → solace_agent_mesh-1.0.3}/cli/commands/__init__.py +0 -0
  1019. {solace_agent_mesh-1.0.1 → solace_agent_mesh-1.0.3}/cli/commands/add_cmd/__init__.py +0 -0
  1020. {solace_agent_mesh-1.0.1 → solace_agent_mesh-1.0.3}/cli/commands/add_cmd/add_cmd_llm.txt +0 -0
  1021. {solace_agent_mesh-1.0.1 → solace_agent_mesh-1.0.3}/cli/commands/add_cmd/agent_cmd.py +0 -0
  1022. {solace_agent_mesh-1.0.1 → solace_agent_mesh-1.0.3}/cli/commands/add_cmd/gateway_cmd.py +0 -0
  1023. {solace_agent_mesh-1.0.1 → solace_agent_mesh-1.0.3}/cli/commands/add_cmd/web_add_agent_step.py +0 -0
  1024. {solace_agent_mesh-1.0.1 → solace_agent_mesh-1.0.3}/cli/commands/add_cmd/web_add_gateway_step.py +0 -0
  1025. {solace_agent_mesh-1.0.1 → solace_agent_mesh-1.0.3}/cli/commands/docs_cmd.py +0 -0
  1026. {solace_agent_mesh-1.0.1 → solace_agent_mesh-1.0.3}/cli/commands/eval_cmd.py +0 -0
  1027. {solace_agent_mesh-1.0.1 → solace_agent_mesh-1.0.3}/cli/commands/init_cmd/__init__.py +0 -0
  1028. {solace_agent_mesh-1.0.1 → solace_agent_mesh-1.0.3}/cli/commands/init_cmd/broker_step.py +0 -0
  1029. {solace_agent_mesh-1.0.1 → solace_agent_mesh-1.0.3}/cli/commands/init_cmd/directory_step.py +0 -0
  1030. {solace_agent_mesh-1.0.1 → solace_agent_mesh-1.0.3}/cli/commands/init_cmd/init_cmd_llm.txt +0 -0
  1031. {solace_agent_mesh-1.0.1 → solace_agent_mesh-1.0.3}/cli/commands/init_cmd/project_files_step.py +0 -0
  1032. {solace_agent_mesh-1.0.1 → solace_agent_mesh-1.0.3}/cli/commands/init_cmd/web_init_step.py +0 -0
  1033. {solace_agent_mesh-1.0.1 → solace_agent_mesh-1.0.3}/cli/commands/init_cmd/webui_gateway_step.py +0 -0
  1034. {solace_agent_mesh-1.0.1 → solace_agent_mesh-1.0.3}/cli/commands/plugin_cmd/__init__.py +0 -0
  1035. {solace_agent_mesh-1.0.1 → solace_agent_mesh-1.0.3}/cli/commands/plugin_cmd/add_cmd.py +0 -0
  1036. {solace_agent_mesh-1.0.1 → solace_agent_mesh-1.0.3}/cli/commands/plugin_cmd/build_cmd.py +0 -0
  1037. {solace_agent_mesh-1.0.1 → solace_agent_mesh-1.0.3}/cli/commands/plugin_cmd/create_cmd.py +0 -0
  1038. {solace_agent_mesh-1.0.1 → solace_agent_mesh-1.0.3}/cli/commands/plugin_cmd/plugin_cmd_llm.txt +0 -0
  1039. {solace_agent_mesh-1.0.1 → solace_agent_mesh-1.0.3}/cli/utils.py +0 -0
  1040. {solace_agent_mesh-1.0.1 → solace_agent_mesh-1.0.3}/client/sam-rest-client/pyproject.toml +0 -0
  1041. {solace_agent_mesh-1.0.1 → solace_agent_mesh-1.0.3}/client/sam-rest-client/src/sam_rest_client/__init__.py +0 -0
  1042. {solace_agent_mesh-1.0.1 → solace_agent_mesh-1.0.3}/client/sam-rest-client/src/sam_rest_client/cli.py +0 -0
  1043. {solace_agent_mesh-1.0.1 → solace_agent_mesh-1.0.3}/client/sam-rest-client/src/sam_rest_client/client.py +0 -0
  1044. {solace_agent_mesh-1.0.1 → solace_agent_mesh-1.0.3}/client/webui/frontend/.gitignore +0 -0
  1045. {solace_agent_mesh-1.0.1 → solace_agent_mesh-1.0.3}/client/webui/frontend/.npmignore +0 -0
  1046. {solace_agent_mesh-1.0.1 → solace_agent_mesh-1.0.3}/client/webui/frontend/.prettierrc +0 -0
  1047. {solace_agent_mesh-1.0.1 → solace_agent_mesh-1.0.3}/client/webui/frontend/README.md +0 -0
  1048. {solace_agent_mesh-1.0.1 → solace_agent_mesh-1.0.3}/client/webui/frontend/auth-callback.html +0 -0
  1049. {solace_agent_mesh-1.0.1 → solace_agent_mesh-1.0.3}/client/webui/frontend/components.json +0 -0
  1050. {solace_agent_mesh-1.0.1 → solace_agent_mesh-1.0.3}/client/webui/frontend/eslint.config.js +0 -0
  1051. {solace_agent_mesh-1.0.1 → solace_agent_mesh-1.0.3}/client/webui/frontend/index.html +0 -0
  1052. {solace_agent_mesh-1.0.1 → solace_agent_mesh-1.0.3}/client/webui/frontend/src/App.css +0 -0
  1053. {solace_agent_mesh-1.0.1 → solace_agent_mesh-1.0.3}/client/webui/frontend/src/App.tsx +0 -0
  1054. {solace_agent_mesh-1.0.1 → solace_agent_mesh-1.0.3}/client/webui/frontend/src/assets/favicon.ico +0 -0
  1055. {solace_agent_mesh-1.0.1 → solace_agent_mesh-1.0.3}/client/webui/frontend/src/auth/authCallback.tsx +0 -0
  1056. {solace_agent_mesh-1.0.1 → solace_agent_mesh-1.0.3}/client/webui/frontend/src/auth/authCallbackLoader.tsx +0 -0
  1057. {solace_agent_mesh-1.0.1 → solace_agent_mesh-1.0.3}/client/webui/frontend/src/lib/components/activities/FlowChart/customEdges/GenericFlowEdge.tsx +0 -0
  1058. {solace_agent_mesh-1.0.1 → solace_agent_mesh-1.0.3}/client/webui/frontend/src/lib/components/activities/FlowChart/customNodes/GenericAgentNode.tsx +0 -0
  1059. {solace_agent_mesh-1.0.1 → solace_agent_mesh-1.0.3}/client/webui/frontend/src/lib/components/activities/FlowChart/customNodes/GenericToolNode.tsx +0 -0
  1060. {solace_agent_mesh-1.0.1 → solace_agent_mesh-1.0.3}/client/webui/frontend/src/lib/components/activities/FlowChart/customNodes/LLMNode.tsx +0 -0
  1061. {solace_agent_mesh-1.0.1 → solace_agent_mesh-1.0.3}/client/webui/frontend/src/lib/components/activities/FlowChart/customNodes/OrchestratorAgentNode.tsx +0 -0
  1062. {solace_agent_mesh-1.0.1 → solace_agent_mesh-1.0.3}/client/webui/frontend/src/lib/components/activities/FlowChart/customNodes/UserNode.tsx +0 -0
  1063. {solace_agent_mesh-1.0.1 → solace_agent_mesh-1.0.3}/client/webui/frontend/src/lib/components/activities/FlowChart/edgeAnimationService.ts +0 -0
  1064. {solace_agent_mesh-1.0.1 → solace_agent_mesh-1.0.3}/client/webui/frontend/src/lib/components/activities/VisualizerStepCard.tsx +0 -0
  1065. {solace_agent_mesh-1.0.1 → solace_agent_mesh-1.0.3}/client/webui/frontend/src/lib/components/agents/AgentDisplayCard.tsx +0 -0
  1066. {solace_agent_mesh-1.0.1 → solace_agent_mesh-1.0.3}/client/webui/frontend/src/lib/components/agents/LayoutSelector.tsx +0 -0
  1067. {solace_agent_mesh-1.0.1 → solace_agent_mesh-1.0.3}/client/webui/frontend/src/lib/components/agents/index.ts +0 -0
  1068. {solace_agent_mesh-1.0.1 → solace_agent_mesh-1.0.3}/client/webui/frontend/src/lib/components/chat/ChatSessions.tsx +0 -0
  1069. {solace_agent_mesh-1.0.1 → solace_agent_mesh-1.0.3}/client/webui/frontend/src/lib/components/chat/artifact/ArtifactDeleteAllDialog.tsx +0 -0
  1070. {solace_agent_mesh-1.0.1 → solace_agent_mesh-1.0.3}/client/webui/frontend/src/lib/components/chat/artifact/ArtifactPreviewContent.tsx +0 -0
  1071. {solace_agent_mesh-1.0.1 → solace_agent_mesh-1.0.3}/client/webui/frontend/src/lib/components/chat/artifact/ArtifactPreviewDownload.tsx +0 -0
  1072. {solace_agent_mesh-1.0.1 → solace_agent_mesh-1.0.3}/client/webui/frontend/src/lib/components/chat/artifact/ArtifactVersionNavigation.tsx +0 -0
  1073. {solace_agent_mesh-1.0.1 → solace_agent_mesh-1.0.3}/client/webui/frontend/src/lib/components/chat/file/FileBadge.tsx +0 -0
  1074. {solace_agent_mesh-1.0.1 → solace_agent_mesh-1.0.3}/client/webui/frontend/src/lib/components/chat/file/fileUtils.tsx +0 -0
  1075. {solace_agent_mesh-1.0.1 → solace_agent_mesh-1.0.3}/client/webui/frontend/src/lib/components/chat/index.ts +0 -0
  1076. {solace_agent_mesh-1.0.1 → solace_agent_mesh-1.0.3}/client/webui/frontend/src/lib/components/chat/preview/Renderers/HTMLRenderer.tsx +0 -0
  1077. {solace_agent_mesh-1.0.1 → solace_agent_mesh-1.0.3}/client/webui/frontend/src/lib/components/chat/preview/contentUtils.ts +0 -0
  1078. {solace_agent_mesh-1.0.1 → solace_agent_mesh-1.0.3}/client/webui/frontend/src/lib/components/chat/preview/previewUtils.ts +0 -0
  1079. {solace_agent_mesh-1.0.1 → solace_agent_mesh-1.0.3}/client/webui/frontend/src/lib/components/common/MarkdownHTMLConverter.tsx +0 -0
  1080. {solace_agent_mesh-1.0.1 → solace_agent_mesh-1.0.3}/client/webui/frontend/src/lib/components/common/MessageBanner.tsx +0 -0
  1081. {solace_agent_mesh-1.0.1 → solace_agent_mesh-1.0.3}/client/webui/frontend/src/lib/components/common/index.ts +0 -0
  1082. {solace_agent_mesh-1.0.1 → solace_agent_mesh-1.0.3}/client/webui/frontend/src/lib/components/header/Header.tsx +0 -0
  1083. {solace_agent_mesh-1.0.1 → solace_agent_mesh-1.0.3}/client/webui/frontend/src/lib/components/header/index.ts +0 -0
  1084. {solace_agent_mesh-1.0.1 → solace_agent_mesh-1.0.3}/client/webui/frontend/src/lib/components/jsonViewer/JSONViewer.tsx +0 -0
  1085. {solace_agent_mesh-1.0.1 → solace_agent_mesh-1.0.3}/client/webui/frontend/src/lib/components/jsonViewer/index.ts +0 -0
  1086. {solace_agent_mesh-1.0.1 → solace_agent_mesh-1.0.3}/client/webui/frontend/src/lib/components/navigation/NavigationSidebar.tsx +0 -0
  1087. {solace_agent_mesh-1.0.1 → solace_agent_mesh-1.0.3}/client/webui/frontend/src/lib/components/navigation/index.ts +0 -0
  1088. {solace_agent_mesh-1.0.1 → solace_agent_mesh-1.0.3}/client/webui/frontend/src/lib/components/navigation/navigation.ts +0 -0
  1089. {solace_agent_mesh-1.0.1 → solace_agent_mesh-1.0.3}/client/webui/frontend/src/lib/components/pages/AgentMeshPage.tsx +0 -0
  1090. {solace_agent_mesh-1.0.1 → solace_agent_mesh-1.0.3}/client/webui/frontend/src/lib/components/pages/index.ts +0 -0
  1091. {solace_agent_mesh-1.0.1 → solace_agent_mesh-1.0.3}/client/webui/frontend/src/lib/components/toast/Toast.tsx +0 -0
  1092. {solace_agent_mesh-1.0.1 → solace_agent_mesh-1.0.3}/client/webui/frontend/src/lib/components/toast/index.ts +0 -0
  1093. {solace_agent_mesh-1.0.1 → solace_agent_mesh-1.0.3}/client/webui/frontend/src/lib/components/ui/ViewWorkflowButton.tsx +0 -0
  1094. {solace_agent_mesh-1.0.1 → solace_agent_mesh-1.0.3}/client/webui/frontend/src/lib/components/ui/accordion.tsx +0 -0
  1095. {solace_agent_mesh-1.0.1 → solace_agent_mesh-1.0.3}/client/webui/frontend/src/lib/components/ui/alert.tsx +0 -0
  1096. {solace_agent_mesh-1.0.1 → solace_agent_mesh-1.0.3}/client/webui/frontend/src/lib/components/ui/avatar.tsx +0 -0
  1097. {solace_agent_mesh-1.0.1 → solace_agent_mesh-1.0.3}/client/webui/frontend/src/lib/components/ui/card.tsx +0 -0
  1098. {solace_agent_mesh-1.0.1 → solace_agent_mesh-1.0.3}/client/webui/frontend/src/lib/components/ui/chart.tsx +0 -0
  1099. {solace_agent_mesh-1.0.1 → solace_agent_mesh-1.0.3}/client/webui/frontend/src/lib/components/ui/chat/chat-bubble.tsx +0 -0
  1100. {solace_agent_mesh-1.0.1 → solace_agent_mesh-1.0.3}/client/webui/frontend/src/lib/components/ui/chat/chatStyles.ts +0 -0
  1101. {solace_agent_mesh-1.0.1 → solace_agent_mesh-1.0.3}/client/webui/frontend/src/lib/components/ui/dialog.tsx +0 -0
  1102. {solace_agent_mesh-1.0.1 → solace_agent_mesh-1.0.3}/client/webui/frontend/src/lib/components/ui/dropdown-menu.tsx +0 -0
  1103. {solace_agent_mesh-1.0.1 → solace_agent_mesh-1.0.3}/client/webui/frontend/src/lib/components/ui/hooks/index.ts +0 -0
  1104. {solace_agent_mesh-1.0.1 → solace_agent_mesh-1.0.3}/client/webui/frontend/src/lib/components/ui/hooks/useClickOutside.ts +0 -0
  1105. {solace_agent_mesh-1.0.1 → solace_agent_mesh-1.0.3}/client/webui/frontend/src/lib/components/ui/hooks/useEscapeKey.ts +0 -0
  1106. {solace_agent_mesh-1.0.1 → solace_agent_mesh-1.0.3}/client/webui/frontend/src/lib/components/ui/hooks/usePopoverPosition.ts +0 -0
  1107. {solace_agent_mesh-1.0.1 → solace_agent_mesh-1.0.3}/client/webui/frontend/src/lib/components/ui/hooks/useResizable.ts +0 -0
  1108. {solace_agent_mesh-1.0.1 → solace_agent_mesh-1.0.3}/client/webui/frontend/src/lib/components/ui/index.ts +0 -0
  1109. {solace_agent_mesh-1.0.1 → solace_agent_mesh-1.0.3}/client/webui/frontend/src/lib/components/ui/input.tsx +0 -0
  1110. {solace_agent_mesh-1.0.1 → solace_agent_mesh-1.0.3}/client/webui/frontend/src/lib/components/ui/popoverManual.tsx +0 -0
  1111. {solace_agent_mesh-1.0.1 → solace_agent_mesh-1.0.3}/client/webui/frontend/src/lib/components/ui/resizable.tsx +0 -0
  1112. {solace_agent_mesh-1.0.1 → solace_agent_mesh-1.0.3}/client/webui/frontend/src/lib/components/ui/separator.tsx +0 -0
  1113. {solace_agent_mesh-1.0.1 → solace_agent_mesh-1.0.3}/client/webui/frontend/src/lib/components/ui/sheet.tsx +0 -0
  1114. {solace_agent_mesh-1.0.1 → solace_agent_mesh-1.0.3}/client/webui/frontend/src/lib/components/ui/side-panel.tsx +0 -0
  1115. {solace_agent_mesh-1.0.1 → solace_agent_mesh-1.0.3}/client/webui/frontend/src/lib/components/ui/sidebar.tsx +0 -0
  1116. {solace_agent_mesh-1.0.1 → solace_agent_mesh-1.0.3}/client/webui/frontend/src/lib/components/ui/skeleton.tsx +0 -0
  1117. {solace_agent_mesh-1.0.1 → solace_agent_mesh-1.0.3}/client/webui/frontend/src/lib/components/ui/spinner.tsx +0 -0
  1118. {solace_agent_mesh-1.0.1 → solace_agent_mesh-1.0.3}/client/webui/frontend/src/lib/components/ui/table.tsx +0 -0
  1119. {solace_agent_mesh-1.0.1 → solace_agent_mesh-1.0.3}/client/webui/frontend/src/lib/components/ui/textarea.tsx +0 -0
  1120. {solace_agent_mesh-1.0.1 → solace_agent_mesh-1.0.3}/client/webui/frontend/src/lib/components/ui/toast-container.tsx +0 -0
  1121. {solace_agent_mesh-1.0.1 → solace_agent_mesh-1.0.3}/client/webui/frontend/src/lib/components/ui/tooltip.tsx +0 -0
  1122. {solace_agent_mesh-1.0.1 → solace_agent_mesh-1.0.3}/client/webui/frontend/src/lib/contexts/AuthContext.ts +0 -0
  1123. {solace_agent_mesh-1.0.1 → solace_agent_mesh-1.0.3}/client/webui/frontend/src/lib/contexts/ConfigContext.ts +0 -0
  1124. {solace_agent_mesh-1.0.1 → solace_agent_mesh-1.0.3}/client/webui/frontend/src/lib/contexts/CsrfContext.ts +0 -0
  1125. {solace_agent_mesh-1.0.1 → solace_agent_mesh-1.0.3}/client/webui/frontend/src/lib/contexts/ThemeContext.ts +0 -0
  1126. {solace_agent_mesh-1.0.1 → solace_agent_mesh-1.0.3}/client/webui/frontend/src/lib/contexts/index.ts +0 -0
  1127. {solace_agent_mesh-1.0.1 → solace_agent_mesh-1.0.3}/client/webui/frontend/src/lib/hooks/index.ts +0 -0
  1128. {solace_agent_mesh-1.0.1 → solace_agent_mesh-1.0.3}/client/webui/frontend/src/lib/hooks/useAgents.ts +0 -0
  1129. {solace_agent_mesh-1.0.1 → solace_agent_mesh-1.0.3}/client/webui/frontend/src/lib/hooks/useArtifacts.ts +0 -0
  1130. {solace_agent_mesh-1.0.1 → solace_agent_mesh-1.0.3}/client/webui/frontend/src/lib/hooks/useAuthContext.ts +0 -0
  1131. {solace_agent_mesh-1.0.1 → solace_agent_mesh-1.0.3}/client/webui/frontend/src/lib/hooks/useBeforeUnload.ts +0 -0
  1132. {solace_agent_mesh-1.0.1 → solace_agent_mesh-1.0.3}/client/webui/frontend/src/lib/hooks/useChatContext.ts +0 -0
  1133. {solace_agent_mesh-1.0.1 → solace_agent_mesh-1.0.3}/client/webui/frontend/src/lib/hooks/useConfigContext.ts +0 -0
  1134. {solace_agent_mesh-1.0.1 → solace_agent_mesh-1.0.3}/client/webui/frontend/src/lib/hooks/useCsrfContext.ts +0 -0
  1135. {solace_agent_mesh-1.0.1 → solace_agent_mesh-1.0.3}/client/webui/frontend/src/lib/hooks/useDebounce.ts +0 -0
  1136. {solace_agent_mesh-1.0.1 → solace_agent_mesh-1.0.3}/client/webui/frontend/src/lib/hooks/useDownload.ts +0 -0
  1137. {solace_agent_mesh-1.0.1 → solace_agent_mesh-1.0.3}/client/webui/frontend/src/lib/hooks/useDragAndDrop.ts +0 -0
  1138. {solace_agent_mesh-1.0.1 → solace_agent_mesh-1.0.3}/client/webui/frontend/src/lib/hooks/useMobile.ts +0 -0
  1139. {solace_agent_mesh-1.0.1 → solace_agent_mesh-1.0.3}/client/webui/frontend/src/lib/hooks/useSessionPreview.ts +0 -0
  1140. {solace_agent_mesh-1.0.1 → solace_agent_mesh-1.0.3}/client/webui/frontend/src/lib/hooks/useTaskContext.ts +0 -0
  1141. {solace_agent_mesh-1.0.1 → solace_agent_mesh-1.0.3}/client/webui/frontend/src/lib/hooks/useThemeContext.ts +0 -0
  1142. {solace_agent_mesh-1.0.1 → solace_agent_mesh-1.0.3}/client/webui/frontend/src/lib/index.css +0 -0
  1143. {solace_agent_mesh-1.0.1 → solace_agent_mesh-1.0.3}/client/webui/frontend/src/lib/index.ts +0 -0
  1144. {solace_agent_mesh-1.0.1 → solace_agent_mesh-1.0.3}/client/webui/frontend/src/lib/plugins/PluginRegistry.tsx +0 -0
  1145. {solace_agent_mesh-1.0.1 → solace_agent_mesh-1.0.3}/client/webui/frontend/src/lib/plugins/constants.ts +0 -0
  1146. {solace_agent_mesh-1.0.1 → solace_agent_mesh-1.0.3}/client/webui/frontend/src/lib/plugins/index.ts +0 -0
  1147. {solace_agent_mesh-1.0.1 → solace_agent_mesh-1.0.3}/client/webui/frontend/src/lib/providers/AuthProvider.tsx +0 -0
  1148. {solace_agent_mesh-1.0.1 → solace_agent_mesh-1.0.3}/client/webui/frontend/src/lib/providers/ConfigProvider.tsx +0 -0
  1149. {solace_agent_mesh-1.0.1 → solace_agent_mesh-1.0.3}/client/webui/frontend/src/lib/providers/CsrfProvider.tsx +0 -0
  1150. {solace_agent_mesh-1.0.1 → solace_agent_mesh-1.0.3}/client/webui/frontend/src/lib/providers/ThemeProvider.tsx +0 -0
  1151. {solace_agent_mesh-1.0.1 → solace_agent_mesh-1.0.3}/client/webui/frontend/src/lib/providers/index.ts +0 -0
  1152. {solace_agent_mesh-1.0.1 → solace_agent_mesh-1.0.3}/client/webui/frontend/src/lib/providers/themes/palettes/index.ts +0 -0
  1153. {solace_agent_mesh-1.0.1 → solace_agent_mesh-1.0.3}/client/webui/frontend/src/lib/providers/themes/palettes/solace.ts +0 -0
  1154. {solace_agent_mesh-1.0.1 → solace_agent_mesh-1.0.3}/client/webui/frontend/src/lib/providers/themes/palettes/themePalette.ts +0 -0
  1155. {solace_agent_mesh-1.0.1 → solace_agent_mesh-1.0.3}/client/webui/frontend/src/lib/providers/themes/themeMapping.ts +0 -0
  1156. {solace_agent_mesh-1.0.1 → solace_agent_mesh-1.0.3}/client/webui/frontend/src/lib/types/activities.ts +0 -0
  1157. {solace_agent_mesh-1.0.1 → solace_agent_mesh-1.0.3}/client/webui/frontend/src/lib/types/be.ts +0 -0
  1158. {solace_agent_mesh-1.0.1 → solace_agent_mesh-1.0.3}/client/webui/frontend/src/lib/types/fe.ts +0 -0
  1159. {solace_agent_mesh-1.0.1 → solace_agent_mesh-1.0.3}/client/webui/frontend/src/lib/types/index.ts +0 -0
  1160. {solace_agent_mesh-1.0.1 → solace_agent_mesh-1.0.3}/client/webui/frontend/src/lib/utils/api.ts +0 -0
  1161. {solace_agent_mesh-1.0.1 → solace_agent_mesh-1.0.3}/client/webui/frontend/src/lib/utils/cnTailwind.ts +0 -0
  1162. {solace_agent_mesh-1.0.1 → solace_agent_mesh-1.0.3}/client/webui/frontend/src/lib/utils/download.ts +0 -0
  1163. {solace_agent_mesh-1.0.1 → solace_agent_mesh-1.0.3}/client/webui/frontend/src/lib/utils/format.ts +0 -0
  1164. {solace_agent_mesh-1.0.1 → solace_agent_mesh-1.0.3}/client/webui/frontend/src/lib/utils/index.ts +0 -0
  1165. {solace_agent_mesh-1.0.1 → solace_agent_mesh-1.0.3}/client/webui/frontend/src/lib/utils/textPreprocessor.ts +0 -0
  1166. {solace_agent_mesh-1.0.1 → solace_agent_mesh-1.0.3}/client/webui/frontend/src/lib/utils/themeHtmlStyles.ts +0 -0
  1167. {solace_agent_mesh-1.0.1 → solace_agent_mesh-1.0.3}/client/webui/frontend/src/main.tsx +0 -0
  1168. {solace_agent_mesh-1.0.1 → solace_agent_mesh-1.0.3}/client/webui/frontend/src/vite-env.d.ts +0 -0
  1169. {solace_agent_mesh-1.0.1 → solace_agent_mesh-1.0.3}/client/webui/frontend/tailwind.config.js +0 -0
  1170. {solace_agent_mesh-1.0.1 → solace_agent_mesh-1.0.3}/client/webui/frontend/tsconfig.json +0 -0
  1171. {solace_agent_mesh-1.0.1 → solace_agent_mesh-1.0.3}/client/webui/frontend/tsconfig.node.json +0 -0
  1172. {solace_agent_mesh-1.0.1 → solace_agent_mesh-1.0.3}/client/webui/frontend/vite.config.ts +0 -0
  1173. {solace_agent_mesh-1.0.1 → solace_agent_mesh-1.0.3}/client/webui/frontend/vite.lib.config.ts +0 -0
  1174. {solace_agent_mesh-1.0.1 → solace_agent_mesh-1.0.3}/client/webui/llm.txt +0 -0
  1175. {solace_agent_mesh-1.0.1 → solace_agent_mesh-1.0.3}/config_portal/__init__.py +0 -0
  1176. {solace_agent_mesh-1.0.1 → solace_agent_mesh-1.0.3}/config_portal/backend/__init__.py +0 -0
  1177. {solace_agent_mesh-1.0.1 → solace_agent_mesh-1.0.3}/config_portal/backend/plugin_catalog/__init__.py +0 -0
  1178. {solace_agent_mesh-1.0.1 → solace_agent_mesh-1.0.3}/config_portal/backend/plugin_catalog/models.py +0 -0
  1179. {solace_agent_mesh-1.0.1 → solace_agent_mesh-1.0.3}/config_portal/frontend/.eslintrc.cjs +0 -0
  1180. {solace_agent_mesh-1.0.1 → solace_agent_mesh-1.0.3}/config_portal/frontend/.gitignore +0 -0
  1181. {solace_agent_mesh-1.0.1 → solace_agent_mesh-1.0.3}/config_portal/frontend/app/common/providerModels.ts +0 -0
  1182. {solace_agent_mesh-1.0.1 → solace_agent_mesh-1.0.3}/config_portal/frontend/app/components/AddGatewayFlow.tsx +0 -0
  1183. {solace_agent_mesh-1.0.1 → solace_agent_mesh-1.0.3}/config_portal/frontend/app/components/InitializationFlow.tsx +0 -0
  1184. {solace_agent_mesh-1.0.1 → solace_agent_mesh-1.0.3}/config_portal/frontend/app/components/PluginCatalogFlow/PluginCatalogFlow.tsx +0 -0
  1185. {solace_agent_mesh-1.0.1 → solace_agent_mesh-1.0.3}/config_portal/frontend/app/components/PluginCatalogFlow/components/AddRegistryModal.tsx +0 -0
  1186. {solace_agent_mesh-1.0.1 → solace_agent_mesh-1.0.3}/config_portal/frontend/app/components/PluginCatalogFlow/components/InstallPluginModal.tsx +0 -0
  1187. {solace_agent_mesh-1.0.1 → solace_agent_mesh-1.0.3}/config_portal/frontend/app/components/PluginCatalogFlow/components/PluginCard.tsx +0 -0
  1188. {solace_agent_mesh-1.0.1 → solace_agent_mesh-1.0.3}/config_portal/frontend/app/components/PluginCatalogFlow/components/ReadMoreModal.tsx +0 -0
  1189. {solace_agent_mesh-1.0.1 → solace_agent_mesh-1.0.3}/config_portal/frontend/app/components/PluginCatalogFlow/types.ts +0 -0
  1190. {solace_agent_mesh-1.0.1 → solace_agent_mesh-1.0.3}/config_portal/frontend/app/components/StepIndicator.tsx +0 -0
  1191. {solace_agent_mesh-1.0.1 → solace_agent_mesh-1.0.3}/config_portal/frontend/app/components/steps/InitSuccessScreen/DocResourceCard.tsx +0 -0
  1192. {solace_agent_mesh-1.0.1 → solace_agent_mesh-1.0.3}/config_portal/frontend/app/components/steps/InitSuccessScreen/SuccessScreen.tsx +0 -0
  1193. {solace_agent_mesh-1.0.1 → solace_agent_mesh-1.0.3}/config_portal/frontend/app/components/steps/InitSuccessScreen/TutorialCard.tsx +0 -0
  1194. {solace_agent_mesh-1.0.1 → solace_agent_mesh-1.0.3}/config_portal/frontend/app/components/steps/agent/AgentBasicInfoStep.tsx +0 -0
  1195. {solace_agent_mesh-1.0.1 → solace_agent_mesh-1.0.3}/config_portal/frontend/app/components/steps/agent/AgentCardStep.tsx +0 -0
  1196. {solace_agent_mesh-1.0.1 → solace_agent_mesh-1.0.3}/config_portal/frontend/app/components/steps/agent/AgentFeaturesStep.tsx +0 -0
  1197. {solace_agent_mesh-1.0.1 → solace_agent_mesh-1.0.3}/config_portal/frontend/app/components/steps/agent/AgentServicesStep.tsx +0 -0
  1198. {solace_agent_mesh-1.0.1 → solace_agent_mesh-1.0.3}/config_portal/frontend/app/components/steps/agent/AgentToolsStep.tsx +0 -0
  1199. {solace_agent_mesh-1.0.1 → solace_agent_mesh-1.0.3}/config_portal/frontend/app/components/steps/gateway/GatewayArtifactServiceStep.tsx +0 -0
  1200. {solace_agent_mesh-1.0.1 → solace_agent_mesh-1.0.3}/config_portal/frontend/app/components/steps/gateway/GatewayBasicInfoStep.tsx +0 -0
  1201. {solace_agent_mesh-1.0.1 → solace_agent_mesh-1.0.3}/config_portal/frontend/app/components/steps/gateway/GatewayResponseCustomizationStep.tsx +0 -0
  1202. {solace_agent_mesh-1.0.1 → solace_agent_mesh-1.0.3}/config_portal/frontend/app/components/steps/gateway/GatewayReviewStep.tsx +0 -0
  1203. {solace_agent_mesh-1.0.1 → solace_agent_mesh-1.0.3}/config_portal/frontend/app/components/steps/init/AIProviderSetup.tsx +0 -0
  1204. {solace_agent_mesh-1.0.1 → solace_agent_mesh-1.0.3}/config_portal/frontend/app/components/steps/init/BrokerSetup.tsx +0 -0
  1205. {solace_agent_mesh-1.0.1 → solace_agent_mesh-1.0.3}/config_portal/frontend/app/components/steps/init/CompletionStep.tsx +0 -0
  1206. {solace_agent_mesh-1.0.1 → solace_agent_mesh-1.0.3}/config_portal/frontend/app/components/steps/init/PathSelectionStep.tsx +0 -0
  1207. {solace_agent_mesh-1.0.1 → solace_agent_mesh-1.0.3}/config_portal/frontend/app/components/steps/init/ProjectSetup.tsx +0 -0
  1208. {solace_agent_mesh-1.0.1 → solace_agent_mesh-1.0.3}/config_portal/frontend/app/components/steps/init/WebUIGatewaySetup.tsx +0 -0
  1209. {solace_agent_mesh-1.0.1 → solace_agent_mesh-1.0.3}/config_portal/frontend/app/components/ui/AutocompleteInput.tsx +0 -0
  1210. {solace_agent_mesh-1.0.1 → solace_agent_mesh-1.0.3}/config_portal/frontend/app/components/ui/Button.tsx +0 -0
  1211. {solace_agent_mesh-1.0.1 → solace_agent_mesh-1.0.3}/config_portal/frontend/app/components/ui/Checkbox.tsx +0 -0
  1212. {solace_agent_mesh-1.0.1 → solace_agent_mesh-1.0.3}/config_portal/frontend/app/components/ui/ChipInput.tsx +0 -0
  1213. {solace_agent_mesh-1.0.1 → solace_agent_mesh-1.0.3}/config_portal/frontend/app/components/ui/ConfirmationModal.tsx +0 -0
  1214. {solace_agent_mesh-1.0.1 → solace_agent_mesh-1.0.3}/config_portal/frontend/app/components/ui/FormField.tsx +0 -0
  1215. {solace_agent_mesh-1.0.1 → solace_agent_mesh-1.0.3}/config_portal/frontend/app/components/ui/InfoBoxes.tsx +0 -0
  1216. {solace_agent_mesh-1.0.1 → solace_agent_mesh-1.0.3}/config_portal/frontend/app/components/ui/Input.tsx +0 -0
  1217. {solace_agent_mesh-1.0.1 → solace_agent_mesh-1.0.3}/config_portal/frontend/app/components/ui/Modal.tsx +0 -0
  1218. {solace_agent_mesh-1.0.1 → solace_agent_mesh-1.0.3}/config_portal/frontend/app/components/ui/Select.tsx +0 -0
  1219. {solace_agent_mesh-1.0.1 → solace_agent_mesh-1.0.3}/config_portal/frontend/app/components/ui/Toggle.tsx +0 -0
  1220. {solace_agent_mesh-1.0.1 → solace_agent_mesh-1.0.3}/config_portal/frontend/app/entry.client.tsx +0 -0
  1221. {solace_agent_mesh-1.0.1 → solace_agent_mesh-1.0.3}/config_portal/frontend/app/root.tsx +0 -0
  1222. {solace_agent_mesh-1.0.1 → solace_agent_mesh-1.0.3}/config_portal/frontend/app/routes/_index.tsx +0 -0
  1223. {solace_agent_mesh-1.0.1 → solace_agent_mesh-1.0.3}/config_portal/frontend/app/tailwind.css +0 -0
  1224. {solace_agent_mesh-1.0.1 → solace_agent_mesh-1.0.3}/config_portal/frontend/package.json +0 -0
  1225. {solace_agent_mesh-1.0.1 → solace_agent_mesh-1.0.3}/config_portal/frontend/postcss.config.js +0 -0
  1226. {solace_agent_mesh-1.0.1 → solace_agent_mesh-1.0.3}/config_portal/frontend/public/Solace_community_logo.png +0 -0
  1227. {solace_agent_mesh-1.0.1 → solace_agent_mesh-1.0.3}/config_portal/frontend/public/favicon.ico +0 -0
  1228. {solace_agent_mesh-1.0.1 → solace_agent_mesh-1.0.3}/config_portal/frontend/tailwind.config.ts +0 -0
  1229. {solace_agent_mesh-1.0.1 → solace_agent_mesh-1.0.3}/config_portal/frontend/tsconfig.json +0 -0
  1230. {solace_agent_mesh-1.0.1 → solace_agent_mesh-1.0.3}/config_portal/frontend/vite.config.ts +0 -0
  1231. {solace_agent_mesh-1.0.1 → solace_agent_mesh-1.0.3}/docs/.docusaurus/DONT-EDIT-THIS-FOLDER +0 -0
  1232. {solace_agent_mesh-1.0.1 → solace_agent_mesh-1.0.3}/docs/.docusaurus/client-modules.js +0 -0
  1233. {solace_agent_mesh-1.0.1 → solace_agent_mesh-1.0.3}/docs/.docusaurus/codeTranslations.json +0 -0
  1234. {solace_agent_mesh-1.0.1 → solace_agent_mesh-1.0.3}/docs/.docusaurus/docusaurus-lunr-search/default/__plugin.json +0 -0
  1235. {solace_agent_mesh-1.0.1 → solace_agent_mesh-1.0.3}/docs/.docusaurus/docusaurus-plugin-content-blog/default/__plugin.json +0 -0
  1236. {solace_agent_mesh-1.0.1 → solace_agent_mesh-1.0.3}/docs/.docusaurus/docusaurus-plugin-content-blog/default/blog-post-list-prop-default.json +0 -0
  1237. {solace_agent_mesh-1.0.1 → solace_agent_mesh-1.0.3}/docs/.docusaurus/docusaurus-plugin-content-blog/default/blogMetadata-default.json +0 -0
  1238. {solace_agent_mesh-1.0.1 → solace_agent_mesh-1.0.3}/docs/.docusaurus/docusaurus-plugin-content-docs/default/__mdx-loader-dependency.json +0 -0
  1239. {solace_agent_mesh-1.0.1 → solace_agent_mesh-1.0.3}/docs/.docusaurus/docusaurus-plugin-content-docs/default/__plugin.json +0 -0
  1240. {solace_agent_mesh-1.0.1 → solace_agent_mesh-1.0.3}/docs/.docusaurus/docusaurus-plugin-content-docs/default/site-docs-documentation-concepts-agents-md-aba.json +0 -0
  1241. {solace_agent_mesh-1.0.1 → solace_agent_mesh-1.0.3}/docs/.docusaurus/docusaurus-plugin-content-docs/default/site-docs-documentation-concepts-architecture-md-166.json +0 -0
  1242. {solace_agent_mesh-1.0.1 → solace_agent_mesh-1.0.3}/docs/.docusaurus/docusaurus-plugin-content-docs/default/site-docs-documentation-concepts-cli-md-ae4.json +0 -0
  1243. {solace_agent_mesh-1.0.1 → solace_agent_mesh-1.0.3}/docs/.docusaurus/docusaurus-plugin-content-docs/default/site-docs-documentation-concepts-gateways-md-049.json +0 -0
  1244. {solace_agent_mesh-1.0.1 → solace_agent_mesh-1.0.3}/docs/.docusaurus/docusaurus-plugin-content-docs/default/site-docs-documentation-concepts-orchestrator-md-21c.json +0 -0
  1245. {solace_agent_mesh-1.0.1 → solace_agent_mesh-1.0.3}/docs/.docusaurus/docusaurus-plugin-content-docs/default/site-docs-documentation-concepts-plugins-md-442.json +0 -0
  1246. {solace_agent_mesh-1.0.1 → solace_agent_mesh-1.0.3}/docs/.docusaurus/docusaurus-plugin-content-docs/default/site-docs-documentation-deployment-debugging-md-1c6.json +0 -0
  1247. {solace_agent_mesh-1.0.1 → solace_agent_mesh-1.0.3}/docs/.docusaurus/docusaurus-plugin-content-docs/default/site-docs-documentation-deployment-deploy-md-4c2.json +0 -0
  1248. {solace_agent_mesh-1.0.1 → solace_agent_mesh-1.0.3}/docs/.docusaurus/docusaurus-plugin-content-docs/default/site-docs-documentation-deployment-observability-md-fbf.json +0 -0
  1249. {solace_agent_mesh-1.0.1 → solace_agent_mesh-1.0.3}/docs/.docusaurus/docusaurus-plugin-content-docs/default/site-docs-documentation-getting-started-component-overview-md-a3a.json +0 -0
  1250. {solace_agent_mesh-1.0.1 → solace_agent_mesh-1.0.3}/docs/.docusaurus/docusaurus-plugin-content-docs/default/site-docs-documentation-getting-started-installation-md-cd3.json +0 -0
  1251. {solace_agent_mesh-1.0.1 → solace_agent_mesh-1.0.3}/docs/.docusaurus/docusaurus-plugin-content-docs/default/site-docs-documentation-getting-started-introduction-md-945.json +0 -0
  1252. {solace_agent_mesh-1.0.1 → solace_agent_mesh-1.0.3}/docs/.docusaurus/docusaurus-plugin-content-docs/default/site-docs-documentation-getting-started-quick-start-md-f89.json +0 -0
  1253. {solace_agent_mesh-1.0.1 → solace_agent_mesh-1.0.3}/docs/.docusaurus/docusaurus-plugin-content-docs/default/site-docs-documentation-tutorials-bedrock-agents-md-332.json +0 -0
  1254. {solace_agent_mesh-1.0.1 → solace_agent_mesh-1.0.3}/docs/.docusaurus/docusaurus-plugin-content-docs/default/site-docs-documentation-tutorials-custom-agent-md-3d4.json +0 -0
  1255. {solace_agent_mesh-1.0.1 → solace_agent_mesh-1.0.3}/docs/.docusaurus/docusaurus-plugin-content-docs/default/site-docs-documentation-tutorials-event-mesh-gateway-md-bac.json +0 -0
  1256. {solace_agent_mesh-1.0.1 → solace_agent_mesh-1.0.3}/docs/.docusaurus/docusaurus-plugin-content-docs/default/site-docs-documentation-tutorials-mcp-integration-md-0e6.json +0 -0
  1257. {solace_agent_mesh-1.0.1 → solace_agent_mesh-1.0.3}/docs/.docusaurus/docusaurus-plugin-content-docs/default/site-docs-documentation-tutorials-mongodb-integration-md-cc9.json +0 -0
  1258. {solace_agent_mesh-1.0.1 → solace_agent_mesh-1.0.3}/docs/.docusaurus/docusaurus-plugin-content-docs/default/site-docs-documentation-tutorials-rest-gateway-md-5b4.json +0 -0
  1259. {solace_agent_mesh-1.0.1 → solace_agent_mesh-1.0.3}/docs/.docusaurus/docusaurus-plugin-content-docs/default/site-docs-documentation-tutorials-sql-database-md-2a9.json +0 -0
  1260. {solace_agent_mesh-1.0.1 → solace_agent_mesh-1.0.3}/docs/.docusaurus/docusaurus-plugin-content-docs/default/site-docs-documentation-user-guide-builtin-tools-artifact-management-md-b70.json +0 -0
  1261. {solace_agent_mesh-1.0.1 → solace_agent_mesh-1.0.3}/docs/.docusaurus/docusaurus-plugin-content-docs/default/site-docs-documentation-user-guide-builtin-tools-audio-tools-md-152.json +0 -0
  1262. {solace_agent_mesh-1.0.1 → solace_agent_mesh-1.0.3}/docs/.docusaurus/docusaurus-plugin-content-docs/default/site-docs-documentation-user-guide-builtin-tools-builtin-tools-md-768.json +0 -0
  1263. {solace_agent_mesh-1.0.1 → solace_agent_mesh-1.0.3}/docs/.docusaurus/docusaurus-plugin-content-docs/default/site-docs-documentation-user-guide-builtin-tools-embeds-md-ced.json +0 -0
  1264. {solace_agent_mesh-1.0.1 → solace_agent_mesh-1.0.3}/docs/.docusaurus/docusaurus-plugin-content-docs/default/site-docs-documentation-user-guide-create-agents-md-42b.json +0 -0
  1265. {solace_agent_mesh-1.0.1 → solace_agent_mesh-1.0.3}/docs/.docusaurus/docusaurus-plugin-content-docs/default/site-docs-documentation-user-guide-create-gateways-md-55f.json +0 -0
  1266. {solace_agent_mesh-1.0.1 → solace_agent_mesh-1.0.3}/docs/.docusaurus/docusaurus-plugin-content-docs/default/site-docs-documentation-user-guide-creating-service-providers-md-c2c.json +0 -0
  1267. {solace_agent_mesh-1.0.1 → solace_agent_mesh-1.0.3}/docs/.docusaurus/docusaurus-plugin-content-docs/default/site-docs-documentation-user-guide-solace-ai-connector-md-853.json +0 -0
  1268. {solace_agent_mesh-1.0.1 → solace_agent_mesh-1.0.3}/docs/.docusaurus/docusaurus-plugin-content-docs/default/site-docs-documentation-user-guide-structure-md-cee.json +0 -0
  1269. {solace_agent_mesh-1.0.1 → solace_agent_mesh-1.0.3}/docs/.docusaurus/docusaurus-plugin-content-pages/default/__plugin.json +0 -0
  1270. {solace_agent_mesh-1.0.1 → solace_agent_mesh-1.0.3}/docs/.docusaurus/i18n.json +0 -0
  1271. {solace_agent_mesh-1.0.1 → solace_agent_mesh-1.0.3}/docs/.docusaurus/lunr.client.js +0 -0
  1272. {solace_agent_mesh-1.0.1 → solace_agent_mesh-1.0.3}/docs/.docusaurus/site-metadata.json +0 -0
  1273. {solace_agent_mesh-1.0.1 → solace_agent_mesh-1.0.3}/docs/.docusaurus/site-storage.json +0 -0
  1274. {solace_agent_mesh-1.0.1 → solace_agent_mesh-1.0.3}/docs/.gitignore +0 -0
  1275. {solace_agent_mesh-1.0.1 → solace_agent_mesh-1.0.3}/docs/README.md +0 -0
  1276. {solace_agent_mesh-1.0.1 → solace_agent_mesh-1.0.3}/docs/docs/documentation/concepts/_category_.json +0 -0
  1277. {solace_agent_mesh-1.0.1 → solace_agent_mesh-1.0.3}/docs/docs/documentation/concepts/architecture.md +0 -0
  1278. {solace_agent_mesh-1.0.1 → solace_agent_mesh-1.0.3}/docs/docs/documentation/concepts/orchestrator.md +0 -0
  1279. {solace_agent_mesh-1.0.1 → solace_agent_mesh-1.0.3}/docs/docs/documentation/concepts/plugins.md +0 -0
  1280. {solace_agent_mesh-1.0.1 → solace_agent_mesh-1.0.3}/docs/docs/documentation/deployment/_category_.json +0 -0
  1281. {solace_agent_mesh-1.0.1 → solace_agent_mesh-1.0.3}/docs/docs/documentation/deployment/deploy.md +0 -0
  1282. {solace_agent_mesh-1.0.1 → solace_agent_mesh-1.0.3}/docs/docs/documentation/deployment/observability.md +0 -0
  1283. {solace_agent_mesh-1.0.1 → solace_agent_mesh-1.0.3}/docs/docs/documentation/enterprise.md +0 -0
  1284. {solace_agent_mesh-1.0.1 → solace_agent_mesh-1.0.3}/docs/docs/documentation/getting-started/_category_.json +0 -0
  1285. {solace_agent_mesh-1.0.1 → solace_agent_mesh-1.0.3}/docs/docs/documentation/getting-started/component-overview.md +0 -0
  1286. {solace_agent_mesh-1.0.1 → solace_agent_mesh-1.0.3}/docs/docs/documentation/getting-started/installation.md +0 -0
  1287. {solace_agent_mesh-1.0.1 → solace_agent_mesh-1.0.3}/docs/docs/documentation/getting-started/introduction.md +0 -0
  1288. {solace_agent_mesh-1.0.1 → solace_agent_mesh-1.0.3}/docs/docs/documentation/tutorials/_category_.json +0 -0
  1289. {solace_agent_mesh-1.0.1 → solace_agent_mesh-1.0.3}/docs/docs/documentation/tutorials/bedrock-agents.md +0 -0
  1290. {solace_agent_mesh-1.0.1 → solace_agent_mesh-1.0.3}/docs/docs/documentation/tutorials/event-mesh-gateway.md +0 -0
  1291. {solace_agent_mesh-1.0.1 → solace_agent_mesh-1.0.3}/docs/docs/documentation/tutorials/mcp-integration.md +0 -0
  1292. {solace_agent_mesh-1.0.1 → solace_agent_mesh-1.0.3}/docs/docs/documentation/tutorials/rest-gateway.md +0 -0
  1293. {solace_agent_mesh-1.0.1 → solace_agent_mesh-1.0.3}/docs/docs/documentation/tutorials/slack-integration.md +0 -0
  1294. {solace_agent_mesh-1.0.1 → solace_agent_mesh-1.0.3}/docs/docs/documentation/tutorials/sql-database.md +0 -0
  1295. {solace_agent_mesh-1.0.1 → solace_agent_mesh-1.0.3}/docs/docs/documentation/user-guide/_category_.json +0 -0
  1296. {solace_agent_mesh-1.0.1 → solace_agent_mesh-1.0.3}/docs/docs/documentation/user-guide/builtin-tools/_category_.json +0 -0
  1297. {solace_agent_mesh-1.0.1 → solace_agent_mesh-1.0.3}/docs/docs/documentation/user-guide/builtin-tools/audio-tools.md +0 -0
  1298. {solace_agent_mesh-1.0.1 → solace_agent_mesh-1.0.3}/docs/docs/documentation/user-guide/builtin-tools/builtin-tools.md +0 -0
  1299. {solace_agent_mesh-1.0.1 → solace_agent_mesh-1.0.3}/docs/docs/documentation/user-guide/builtin-tools/embeds.md +0 -0
  1300. {solace_agent_mesh-1.0.1 → solace_agent_mesh-1.0.3}/docs/docs/documentation/user-guide/create-agents.md +0 -0
  1301. {solace_agent_mesh-1.0.1 → solace_agent_mesh-1.0.3}/docs/docs/documentation/user-guide/create-gateways.md +0 -0
  1302. {solace_agent_mesh-1.0.1 → solace_agent_mesh-1.0.3}/docs/docs/documentation/user-guide/solace-ai-connector.md +0 -0
  1303. {solace_agent_mesh-1.0.1 → solace_agent_mesh-1.0.3}/docs/docs/documentation/user-guide/structure.md +0 -0
  1304. {solace_agent_mesh-1.0.1 → solace_agent_mesh-1.0.3}/docs/docusaurus.config.ts +0 -0
  1305. {solace_agent_mesh-1.0.1 → solace_agent_mesh-1.0.3}/docs/package-lock.json +0 -0
  1306. {solace_agent_mesh-1.0.1 → solace_agent_mesh-1.0.3}/docs/package.json +0 -0
  1307. {solace_agent_mesh-1.0.1 → solace_agent_mesh-1.0.3}/docs/sidebars.ts +0 -0
  1308. {solace_agent_mesh-1.0.1 → solace_agent_mesh-1.0.3}/docs/static/img/Solace_AI_Framework_With_Broker.png +0 -0
  1309. {solace_agent_mesh-1.0.1 → solace_agent_mesh-1.0.3}/docs/static/img/logo.png +0 -0
  1310. {solace_agent_mesh-1.0.1 → solace_agent_mesh-1.0.3}/docs/static/img/sac-flows.png +0 -0
  1311. {solace_agent_mesh-1.0.1 → solace_agent_mesh-1.0.3}/docs/static/img/sac_parts_of_a_component.png +0 -0
  1312. {solace_agent_mesh-1.0.1 → solace_agent_mesh-1.0.3}/docs/static/img/solace-logo.png +0 -0
  1313. {solace_agent_mesh-1.0.1 → solace_agent_mesh-1.0.3}/docs/tsconfig.json +0 -0
  1314. {solace_agent_mesh-1.0.1 → solace_agent_mesh-1.0.3}/evaluation/__init__.py +0 -0
  1315. {solace_agent_mesh-1.0.1 → solace_agent_mesh-1.0.3}/evaluation/config_loader.py +0 -0
  1316. {solace_agent_mesh-1.0.1 → solace_agent_mesh-1.0.3}/evaluation/evaluator.py +0 -0
  1317. {solace_agent_mesh-1.0.1 → solace_agent_mesh-1.0.3}/evaluation/message_organizer.py +0 -0
  1318. {solace_agent_mesh-1.0.1 → solace_agent_mesh-1.0.3}/evaluation/report/benchmark_info.html +0 -0
  1319. {solace_agent_mesh-1.0.1 → solace_agent_mesh-1.0.3}/evaluation/report/chart_section.html +0 -0
  1320. {solace_agent_mesh-1.0.1 → solace_agent_mesh-1.0.3}/evaluation/report/detailed_breakdown.html +0 -0
  1321. {solace_agent_mesh-1.0.1 → solace_agent_mesh-1.0.3}/evaluation/report/modal.html +0 -0
  1322. {solace_agent_mesh-1.0.1 → solace_agent_mesh-1.0.3}/evaluation/report/modal_chart_functions.js +0 -0
  1323. {solace_agent_mesh-1.0.1 → solace_agent_mesh-1.0.3}/evaluation/report/modal_script.js +0 -0
  1324. {solace_agent_mesh-1.0.1 → solace_agent_mesh-1.0.3}/evaluation/report/modal_styles.css +0 -0
  1325. {solace_agent_mesh-1.0.1 → solace_agent_mesh-1.0.3}/evaluation/report/performance_metrics_styles.css +0 -0
  1326. {solace_agent_mesh-1.0.1 → solace_agent_mesh-1.0.3}/evaluation/report/templates/footer.html +0 -0
  1327. {solace_agent_mesh-1.0.1 → solace_agent_mesh-1.0.3}/evaluation/report/templates/header.html +0 -0
  1328. {solace_agent_mesh-1.0.1 → solace_agent_mesh-1.0.3}/evaluation/report_data_processor.py +0 -0
  1329. {solace_agent_mesh-1.0.1 → solace_agent_mesh-1.0.3}/evaluation/report_generator.py +0 -0
  1330. {solace_agent_mesh-1.0.1 → solace_agent_mesh-1.0.3}/evaluation/run.py +0 -0
  1331. {solace_agent_mesh-1.0.1 → solace_agent_mesh-1.0.3}/evaluation/subscriber.py +0 -0
  1332. {solace_agent_mesh-1.0.1 → solace_agent_mesh-1.0.3}/evaluation/summary_builder.py +0 -0
  1333. {solace_agent_mesh-1.0.1 → solace_agent_mesh-1.0.3}/evaluation/test_case_loader.py +0 -0
  1334. {solace_agent_mesh-1.0.1 → solace_agent_mesh-1.0.3}/examples/a2a_atlassian_sse.yaml +0 -0
  1335. {solace_agent_mesh-1.0.1 → solace_agent_mesh-1.0.3}/examples/a2a_mcp_atlassian_docker_example.yaml +0 -0
  1336. {solace_agent_mesh-1.0.1 → solace_agent_mesh-1.0.3}/examples/a2a_mcp_jira_sse_example.yaml +0 -0
  1337. {solace_agent_mesh-1.0.1 → solace_agent_mesh-1.0.3}/examples/a2a_multimodal.yaml +0 -0
  1338. {solace_agent_mesh-1.0.1 → solace_agent_mesh-1.0.3}/examples/a2a_orchestrator.yaml +0 -0
  1339. {solace_agent_mesh-1.0.1 → solace_agent_mesh-1.0.3}/examples/agent_host_example.yaml +0 -0
  1340. {solace_agent_mesh-1.0.1 → solace_agent_mesh-1.0.3}/examples/auth/README.md +0 -0
  1341. {solace_agent_mesh-1.0.1 → solace_agent_mesh-1.0.3}/examples/auth/dev-roles.yaml +0 -0
  1342. {solace_agent_mesh-1.0.1 → solace_agent_mesh-1.0.3}/examples/auth/dev-users.yaml +0 -0
  1343. {solace_agent_mesh-1.0.1 → solace_agent_mesh-1.0.3}/examples/rest_gateway_example.yaml +0 -0
  1344. {solace_agent_mesh-1.0.1 → solace_agent_mesh-1.0.3}/examples/sam_em_gateway.yaml +0 -0
  1345. {solace_agent_mesh-1.0.1 → solace_agent_mesh-1.0.3}/examples/sample_tools.py +0 -0
  1346. {solace_agent_mesh-1.0.1 → solace_agent_mesh-1.0.3}/examples/shared_config.yaml +0 -0
  1347. {solace_agent_mesh-1.0.1 → solace_agent_mesh-1.0.3}/examples/slack_gateway_example.yaml +0 -0
  1348. {solace_agent_mesh-1.0.1 → solace_agent_mesh-1.0.3}/examples/test_agent.yaml +0 -0
  1349. {solace_agent_mesh-1.0.1 → solace_agent_mesh-1.0.3}/examples/webhook_gateway_example.yaml +0 -0
  1350. {solace_agent_mesh-1.0.1 → solace_agent_mesh-1.0.3}/examples/webui_backend.yaml +0 -0
  1351. {solace_agent_mesh-1.0.1/src/solace_agent_mesh → solace_agent_mesh-1.0.3/src/solace_agent_mesh/agent}/__init__.py +0 -0
  1352. {solace_agent_mesh-1.0.1/src/solace_agent_mesh/agent → solace_agent_mesh-1.0.3/src/solace_agent_mesh/agent/adk}/__init__.py +0 -0
  1353. {solace_agent_mesh-1.0.1 → solace_agent_mesh-1.0.3}/src/solace_agent_mesh/agent/adk/adk_llm.txt +0 -0
  1354. {solace_agent_mesh-1.0.1 → solace_agent_mesh-1.0.3}/src/solace_agent_mesh/agent/adk/app_llm_agent.py +0 -0
  1355. {solace_agent_mesh-1.0.1 → solace_agent_mesh-1.0.3}/src/solace_agent_mesh/agent/adk/invocation_monitor.py +0 -0
  1356. {solace_agent_mesh-1.0.1 → solace_agent_mesh-1.0.3}/src/solace_agent_mesh/agent/adk/models/lite_llm.py +0 -0
  1357. {solace_agent_mesh-1.0.1 → solace_agent_mesh-1.0.3}/src/solace_agent_mesh/agent/adk/models/models_llm.txt +0 -0
  1358. {solace_agent_mesh-1.0.1 → solace_agent_mesh-1.0.3}/src/solace_agent_mesh/agent/adk/setup.py +0 -0
  1359. {solace_agent_mesh-1.0.1 → solace_agent_mesh-1.0.3}/src/solace_agent_mesh/agent/adk/stream_parser.py +0 -0
  1360. {solace_agent_mesh-1.0.1 → solace_agent_mesh-1.0.3}/src/solace_agent_mesh/agent/adk/tool_wrapper.py +0 -0
  1361. {solace_agent_mesh-1.0.1 → solace_agent_mesh-1.0.3}/src/solace_agent_mesh/agent/agent_llm.txt +0 -0
  1362. {solace_agent_mesh-1.0.1/src/solace_agent_mesh/agent/adk → solace_agent_mesh-1.0.3/src/solace_agent_mesh/agent/protocol}/__init__.py +0 -0
  1363. {solace_agent_mesh-1.0.1 → solace_agent_mesh-1.0.3}/src/solace_agent_mesh/agent/protocol/protocol_llm.txt +0 -0
  1364. {solace_agent_mesh-1.0.1/src/solace_agent_mesh/agent/protocol → solace_agent_mesh-1.0.3/src/solace_agent_mesh/agent/sac}/__init__.py +0 -0
  1365. {solace_agent_mesh-1.0.1 → solace_agent_mesh-1.0.3}/src/solace_agent_mesh/agent/sac/patch_adk.py +0 -0
  1366. {solace_agent_mesh-1.0.1 → solace_agent_mesh-1.0.3}/src/solace_agent_mesh/agent/sac/sac_llm.txt +0 -0
  1367. {solace_agent_mesh-1.0.1 → solace_agent_mesh-1.0.3}/src/solace_agent_mesh/agent/testing/__init__.py +0 -0
  1368. {solace_agent_mesh-1.0.1 → solace_agent_mesh-1.0.3}/src/solace_agent_mesh/agent/testing/debug_utils.py +0 -0
  1369. {solace_agent_mesh-1.0.1 → solace_agent_mesh-1.0.3}/src/solace_agent_mesh/agent/testing/testing_llm.txt +0 -0
  1370. {solace_agent_mesh-1.0.1 → solace_agent_mesh-1.0.3}/src/solace_agent_mesh/agent/tools/__init__.py +0 -0
  1371. {solace_agent_mesh-1.0.1 → solace_agent_mesh-1.0.3}/src/solace_agent_mesh/agent/tools/audio_tools.py +0 -0
  1372. {solace_agent_mesh-1.0.1 → solace_agent_mesh-1.0.3}/src/solace_agent_mesh/agent/tools/builtin_data_analysis_tools.py +0 -0
  1373. {solace_agent_mesh-1.0.1 → solace_agent_mesh-1.0.3}/src/solace_agent_mesh/agent/tools/image_tools.py +0 -0
  1374. {solace_agent_mesh-1.0.1 → solace_agent_mesh-1.0.3}/src/solace_agent_mesh/agent/tools/registry.py +0 -0
  1375. {solace_agent_mesh-1.0.1 → solace_agent_mesh-1.0.3}/src/solace_agent_mesh/agent/tools/test_tools.py +0 -0
  1376. {solace_agent_mesh-1.0.1 → solace_agent_mesh-1.0.3}/src/solace_agent_mesh/agent/tools/tool_definition.py +0 -0
  1377. {solace_agent_mesh-1.0.1 → solace_agent_mesh-1.0.3}/src/solace_agent_mesh/agent/tools/tools_llm.txt +0 -0
  1378. {solace_agent_mesh-1.0.1 → solace_agent_mesh-1.0.3}/src/solace_agent_mesh/agent/tools/web_tools.py +0 -0
  1379. {solace_agent_mesh-1.0.1/src/solace_agent_mesh/agent/sac → solace_agent_mesh-1.0.3/src/solace_agent_mesh/agent/utils}/__init__.py +0 -0
  1380. {solace_agent_mesh-1.0.1 → solace_agent_mesh-1.0.3}/src/solace_agent_mesh/agent/utils/config_parser.py +0 -0
  1381. {solace_agent_mesh-1.0.1 → solace_agent_mesh-1.0.3}/src/solace_agent_mesh/agent/utils/context_helpers.py +0 -0
  1382. {solace_agent_mesh-1.0.1 → solace_agent_mesh-1.0.3}/src/solace_agent_mesh/agent/utils/utils_llm.txt +0 -0
  1383. {solace_agent_mesh-1.0.1 → solace_agent_mesh-1.0.3}/src/solace_agent_mesh/common/__init__.py +0 -0
  1384. {solace_agent_mesh-1.0.1 → solace_agent_mesh-1.0.3}/src/solace_agent_mesh/common/a2a_protocol.py +0 -0
  1385. {solace_agent_mesh-1.0.1 → solace_agent_mesh-1.0.3}/src/solace_agent_mesh/common/agent_registry.py +0 -0
  1386. {solace_agent_mesh-1.0.1 → solace_agent_mesh-1.0.3}/src/solace_agent_mesh/common/client/__init__.py +0 -0
  1387. {solace_agent_mesh-1.0.1 → solace_agent_mesh-1.0.3}/src/solace_agent_mesh/common/client/card_resolver.py +0 -0
  1388. {solace_agent_mesh-1.0.1 → solace_agent_mesh-1.0.3}/src/solace_agent_mesh/common/client/client.py +0 -0
  1389. {solace_agent_mesh-1.0.1 → solace_agent_mesh-1.0.3}/src/solace_agent_mesh/common/client/client_llm.txt +0 -0
  1390. {solace_agent_mesh-1.0.1 → solace_agent_mesh-1.0.3}/src/solace_agent_mesh/common/common_llm.txt +0 -0
  1391. {solace_agent_mesh-1.0.1 → solace_agent_mesh-1.0.3}/src/solace_agent_mesh/common/constants.py +0 -0
  1392. {solace_agent_mesh-1.0.1 → solace_agent_mesh-1.0.3}/src/solace_agent_mesh/common/middleware/__init__.py +0 -0
  1393. {solace_agent_mesh-1.0.1 → solace_agent_mesh-1.0.3}/src/solace_agent_mesh/common/middleware/config_resolver.py +0 -0
  1394. {solace_agent_mesh-1.0.1 → solace_agent_mesh-1.0.3}/src/solace_agent_mesh/common/middleware/middleware_llm.txt +0 -0
  1395. {solace_agent_mesh-1.0.1 → solace_agent_mesh-1.0.3}/src/solace_agent_mesh/common/middleware/registry.py +0 -0
  1396. {solace_agent_mesh-1.0.1 → solace_agent_mesh-1.0.3}/src/solace_agent_mesh/common/server/__init__.py +0 -0
  1397. {solace_agent_mesh-1.0.1 → solace_agent_mesh-1.0.3}/src/solace_agent_mesh/common/server/server.py +0 -0
  1398. {solace_agent_mesh-1.0.1 → solace_agent_mesh-1.0.3}/src/solace_agent_mesh/common/server/server_llm.txt +0 -0
  1399. {solace_agent_mesh-1.0.1 → solace_agent_mesh-1.0.3}/src/solace_agent_mesh/common/server/task_manager.py +0 -0
  1400. {solace_agent_mesh-1.0.1 → solace_agent_mesh-1.0.3}/src/solace_agent_mesh/common/server/utils.py +0 -0
  1401. {solace_agent_mesh-1.0.1 → solace_agent_mesh-1.0.3}/src/solace_agent_mesh/common/services/__init__.py +0 -0
  1402. {solace_agent_mesh-1.0.1 → solace_agent_mesh-1.0.3}/src/solace_agent_mesh/common/services/employee_service.py +0 -0
  1403. {solace_agent_mesh-1.0.1 → solace_agent_mesh-1.0.3}/src/solace_agent_mesh/common/services/identity_service.py +0 -0
  1404. {solace_agent_mesh-1.0.1 → solace_agent_mesh-1.0.3}/src/solace_agent_mesh/common/services/providers/__init__.py +0 -0
  1405. {solace_agent_mesh-1.0.1 → solace_agent_mesh-1.0.3}/src/solace_agent_mesh/common/services/providers/local_file_identity_service.py +0 -0
  1406. {solace_agent_mesh-1.0.1 → solace_agent_mesh-1.0.3}/src/solace_agent_mesh/common/services/providers/providers_llm.txt +0 -0
  1407. {solace_agent_mesh-1.0.1 → solace_agent_mesh-1.0.3}/src/solace_agent_mesh/common/services/services_llm.txt +0 -0
  1408. {solace_agent_mesh-1.0.1 → solace_agent_mesh-1.0.3}/src/solace_agent_mesh/common/types.py +0 -0
  1409. {solace_agent_mesh-1.0.1 → solace_agent_mesh-1.0.3}/src/solace_agent_mesh/common/utils/__init__.py +0 -0
  1410. {solace_agent_mesh-1.0.1 → solace_agent_mesh-1.0.3}/src/solace_agent_mesh/common/utils/asyncio_macos_fix.py +0 -0
  1411. {solace_agent_mesh-1.0.1 → solace_agent_mesh-1.0.3}/src/solace_agent_mesh/common/utils/embeds/__init__.py +0 -0
  1412. {solace_agent_mesh-1.0.1 → solace_agent_mesh-1.0.3}/src/solace_agent_mesh/common/utils/embeds/constants.py +0 -0
  1413. {solace_agent_mesh-1.0.1 → solace_agent_mesh-1.0.3}/src/solace_agent_mesh/common/utils/embeds/converter.py +0 -0
  1414. {solace_agent_mesh-1.0.1 → solace_agent_mesh-1.0.3}/src/solace_agent_mesh/common/utils/embeds/embeds_llm.txt +0 -0
  1415. {solace_agent_mesh-1.0.1 → solace_agent_mesh-1.0.3}/src/solace_agent_mesh/common/utils/embeds/evaluators.py +0 -0
  1416. {solace_agent_mesh-1.0.1 → solace_agent_mesh-1.0.3}/src/solace_agent_mesh/common/utils/embeds/modifiers.py +0 -0
  1417. {solace_agent_mesh-1.0.1 → solace_agent_mesh-1.0.3}/src/solace_agent_mesh/common/utils/embeds/resolver.py +0 -0
  1418. {solace_agent_mesh-1.0.1 → solace_agent_mesh-1.0.3}/src/solace_agent_mesh/common/utils/embeds/types.py +0 -0
  1419. {solace_agent_mesh-1.0.1 → solace_agent_mesh-1.0.3}/src/solace_agent_mesh/common/utils/in_memory_cache.py +0 -0
  1420. {solace_agent_mesh-1.0.1 → solace_agent_mesh-1.0.3}/src/solace_agent_mesh/common/utils/log_formatters.py +0 -0
  1421. {solace_agent_mesh-1.0.1 → solace_agent_mesh-1.0.3}/src/solace_agent_mesh/common/utils/mime_helpers.py +0 -0
  1422. {solace_agent_mesh-1.0.1 → solace_agent_mesh-1.0.3}/src/solace_agent_mesh/common/utils/push_notification_auth.py +0 -0
  1423. {solace_agent_mesh-1.0.1 → solace_agent_mesh-1.0.3}/src/solace_agent_mesh/common/utils/utils_llm.txt +0 -0
  1424. {solace_agent_mesh-1.0.1 → solace_agent_mesh-1.0.3}/src/solace_agent_mesh/core_a2a/__init__.py +0 -0
  1425. {solace_agent_mesh-1.0.1 → solace_agent_mesh-1.0.3}/src/solace_agent_mesh/core_a2a/core_a2a_llm.txt +0 -0
  1426. {solace_agent_mesh-1.0.1 → solace_agent_mesh-1.0.3}/src/solace_agent_mesh/core_a2a/service.py +0 -0
  1427. {solace_agent_mesh-1.0.1/src/solace_agent_mesh/agent/utils → solace_agent_mesh-1.0.3/src/solace_agent_mesh/gateway}/__init__.py +0 -0
  1428. {solace_agent_mesh-1.0.1 → solace_agent_mesh-1.0.3}/src/solace_agent_mesh/gateway/base/__init__.py +0 -0
  1429. {solace_agent_mesh-1.0.1 → solace_agent_mesh-1.0.3}/src/solace_agent_mesh/gateway/base/app.py +0 -0
  1430. {solace_agent_mesh-1.0.1 → solace_agent_mesh-1.0.3}/src/solace_agent_mesh/gateway/base/base_llm.txt +0 -0
  1431. {solace_agent_mesh-1.0.1 → solace_agent_mesh-1.0.3}/src/solace_agent_mesh/gateway/base/task_context.py +0 -0
  1432. {solace_agent_mesh-1.0.1 → solace_agent_mesh-1.0.3}/src/solace_agent_mesh/gateway/gateway_llm.txt +0 -0
  1433. {solace_agent_mesh-1.0.1/src/solace_agent_mesh/gateway → solace_agent_mesh-1.0.3/src/solace_agent_mesh/gateway/http_sse}/__init__.py +0 -0
  1434. {solace_agent_mesh-1.0.1 → solace_agent_mesh-1.0.3}/src/solace_agent_mesh/gateway/http_sse/app.py +0 -0
  1435. {solace_agent_mesh-1.0.1 → solace_agent_mesh-1.0.3}/src/solace_agent_mesh/gateway/http_sse/component.py +0 -0
  1436. {solace_agent_mesh-1.0.1 → solace_agent_mesh-1.0.3}/src/solace_agent_mesh/gateway/http_sse/components/__init__.py +0 -0
  1437. {solace_agent_mesh-1.0.1 → solace_agent_mesh-1.0.3}/src/solace_agent_mesh/gateway/http_sse/components/components_llm.txt +0 -0
  1438. {solace_agent_mesh-1.0.1 → solace_agent_mesh-1.0.3}/src/solace_agent_mesh/gateway/http_sse/components/visualization_forwarder_component.py +0 -0
  1439. {solace_agent_mesh-1.0.1 → solace_agent_mesh-1.0.3}/src/solace_agent_mesh/gateway/http_sse/dependencies.py +0 -0
  1440. {solace_agent_mesh-1.0.1 → solace_agent_mesh-1.0.3}/src/solace_agent_mesh/gateway/http_sse/http_sse_llm.txt +0 -0
  1441. {solace_agent_mesh-1.0.1 → solace_agent_mesh-1.0.3}/src/solace_agent_mesh/gateway/http_sse/main.py +0 -0
  1442. {solace_agent_mesh-1.0.1 → solace_agent_mesh-1.0.3}/src/solace_agent_mesh/gateway/http_sse/routers/__init__.py +0 -0
  1443. {solace_agent_mesh-1.0.1 → solace_agent_mesh-1.0.3}/src/solace_agent_mesh/gateway/http_sse/routers/agents.py +0 -0
  1444. {solace_agent_mesh-1.0.1 → solace_agent_mesh-1.0.3}/src/solace_agent_mesh/gateway/http_sse/routers/auth.py +0 -0
  1445. {solace_agent_mesh-1.0.1 → solace_agent_mesh-1.0.3}/src/solace_agent_mesh/gateway/http_sse/routers/config.py +0 -0
  1446. {solace_agent_mesh-1.0.1 → solace_agent_mesh-1.0.3}/src/solace_agent_mesh/gateway/http_sse/routers/people.py +0 -0
  1447. {solace_agent_mesh-1.0.1 → solace_agent_mesh-1.0.3}/src/solace_agent_mesh/gateway/http_sse/routers/routers_llm.txt +0 -0
  1448. {solace_agent_mesh-1.0.1 → solace_agent_mesh-1.0.3}/src/solace_agent_mesh/gateway/http_sse/routers/sessions.py +0 -0
  1449. {solace_agent_mesh-1.0.1 → solace_agent_mesh-1.0.3}/src/solace_agent_mesh/gateway/http_sse/routers/sse.py +0 -0
  1450. {solace_agent_mesh-1.0.1 → solace_agent_mesh-1.0.3}/src/solace_agent_mesh/gateway/http_sse/routers/tasks.py +0 -0
  1451. {solace_agent_mesh-1.0.1 → solace_agent_mesh-1.0.3}/src/solace_agent_mesh/gateway/http_sse/routers/users.py +0 -0
  1452. {solace_agent_mesh-1.0.1 → solace_agent_mesh-1.0.3}/src/solace_agent_mesh/gateway/http_sse/routers/visualization.py +0 -0
  1453. {solace_agent_mesh-1.0.1 → solace_agent_mesh-1.0.3}/src/solace_agent_mesh/gateway/http_sse/services/__init__.py +0 -0
  1454. {solace_agent_mesh-1.0.1 → solace_agent_mesh-1.0.3}/src/solace_agent_mesh/gateway/http_sse/services/agent_service.py +0 -0
  1455. {solace_agent_mesh-1.0.1 → solace_agent_mesh-1.0.3}/src/solace_agent_mesh/gateway/http_sse/services/people_service.py +0 -0
  1456. {solace_agent_mesh-1.0.1 → solace_agent_mesh-1.0.3}/src/solace_agent_mesh/gateway/http_sse/services/services_llm.txt +0 -0
  1457. {solace_agent_mesh-1.0.1 → solace_agent_mesh-1.0.3}/src/solace_agent_mesh/gateway/http_sse/services/task_service.py +0 -0
  1458. {solace_agent_mesh-1.0.1 → solace_agent_mesh-1.0.3}/src/solace_agent_mesh/gateway/http_sse/session_manager.py +0 -0
  1459. {solace_agent_mesh-1.0.1 → solace_agent_mesh-1.0.3}/src/solace_agent_mesh/llm.txt +0 -0
  1460. {solace_agent_mesh-1.0.1 → solace_agent_mesh-1.0.3}/src/solace_agent_mesh/llm_detail.txt +0 -0
  1461. {solace_agent_mesh-1.0.1 → solace_agent_mesh-1.0.3}/templates/agent_template.yaml +0 -0
  1462. {solace_agent_mesh-1.0.1 → solace_agent_mesh-1.0.3}/templates/eval_backend_template.yaml +0 -0
  1463. {solace_agent_mesh-1.0.1 → solace_agent_mesh-1.0.3}/templates/gateway_app_template.py +0 -0
  1464. {solace_agent_mesh-1.0.1 → solace_agent_mesh-1.0.3}/templates/gateway_config_template.yaml +0 -0
  1465. {solace_agent_mesh-1.0.1 → solace_agent_mesh-1.0.3}/templates/main_orchestrator.yaml +0 -0
  1466. {solace_agent_mesh-1.0.1 → solace_agent_mesh-1.0.3}/templates/plugin_custom_config_template.yaml +0 -0
  1467. {solace_agent_mesh-1.0.1 → solace_agent_mesh-1.0.3}/templates/plugin_custom_template.py +0 -0
  1468. {solace_agent_mesh-1.0.1 → solace_agent_mesh-1.0.3}/templates/plugin_gateway_config_template.yaml +0 -0
  1469. {solace_agent_mesh-1.0.1 → solace_agent_mesh-1.0.3}/templates/plugin_pyproject_template.toml +0 -0
  1470. {solace_agent_mesh-1.0.1 → solace_agent_mesh-1.0.3}/templates/plugin_readme_template.md +0 -0
  1471. {solace_agent_mesh-1.0.1 → solace_agent_mesh-1.0.3}/templates/plugin_tools_template.py +0 -0
  1472. {solace_agent_mesh-1.0.1 → solace_agent_mesh-1.0.3}/templates/shared_config.yaml +0 -0
  1473. {solace_agent_mesh-1.0.1 → solace_agent_mesh-1.0.3}/templates/templates_llm.txt +0 -0
  1474. {solace_agent_mesh-1.0.1 → solace_agent_mesh-1.0.3}/templates/webui.yaml +0 -0
  1475. {solace_agent_mesh-1.0.1/src/solace_agent_mesh/gateway/http_sse → solace_agent_mesh-1.0.3/tests}/__init__.py +0 -0
  1476. {solace_agent_mesh-1.0.1 → solace_agent_mesh-1.0.3}/tests/evaluation/config.json +0 -0
  1477. {solace_agent_mesh-1.0.1 → solace_agent_mesh-1.0.3}/tests/evaluation/test_cases/adk_example.test.json +0 -0
  1478. {solace_agent_mesh-1.0.1 → solace_agent_mesh-1.0.3}/tests/evaluation/test_cases/artifacts/sample.csv +0 -0
  1479. {solace_agent_mesh-1.0.1 → solace_agent_mesh-1.0.3}/tests/evaluation/test_cases/artifacts/sample.html +0 -0
  1480. {solace_agent_mesh-1.0.1 → solace_agent_mesh-1.0.3}/tests/evaluation/test_cases/artifacts/sample.pdf +0 -0
  1481. {solace_agent_mesh-1.0.1 → solace_agent_mesh-1.0.3}/tests/evaluation/test_cases/artifacts/sample.txt +0 -0
  1482. {solace_agent_mesh-1.0.1 → solace_agent_mesh-1.0.3}/tests/evaluation/test_cases/convert_html_to_md.test.json +0 -0
  1483. {solace_agent_mesh-1.0.1 → solace_agent_mesh-1.0.3}/tests/evaluation/test_cases/convert_pdf_to_md.test.json +0 -0
  1484. {solace_agent_mesh-1.0.1 → solace_agent_mesh-1.0.3}/tests/evaluation/test_cases/create_diagram.test.json +0 -0
  1485. {solace_agent_mesh-1.0.1 → solace_agent_mesh-1.0.3}/tests/evaluation/test_cases/file_artifact.test.json +0 -0
  1486. {solace_agent_mesh-1.0.1 → solace_agent_mesh-1.0.3}/tests/evaluation/test_cases/filter_csv_employees_by_age_and_country.test.json +0 -0
  1487. {solace_agent_mesh-1.0.1 → solace_agent_mesh-1.0.3}/tests/evaluation/test_cases/generate_employee_csv.test.json +0 -0
  1488. {solace_agent_mesh-1.0.1 → solace_agent_mesh-1.0.3}/tests/evaluation/test_cases/generate_sales_report.test.json +0 -0
  1489. {solace_agent_mesh-1.0.1 → solace_agent_mesh-1.0.3}/tests/evaluation/test_cases/hello_world.test.json +0 -0
  1490. {solace_agent_mesh-1.0.1 → solace_agent_mesh-1.0.3}/tests/evaluation/test_cases/web_search_solace_summary.test.json +0 -0
  1491. {solace_agent_mesh-1.0.1/tests → solace_agent_mesh-1.0.3/tests/integration}/__init__.py +0 -0
  1492. {solace_agent_mesh-1.0.1/tests/integration → solace_agent_mesh-1.0.3/tests/integration/scenarios_declarative}/__init__.py +0 -0
  1493. {solace_agent_mesh-1.0.1/tests/integration/infrastructure → solace_agent_mesh-1.0.3/tests/integration/scenarios_declarative/test_data}/__init__.py +0 -0
  1494. {solace_agent_mesh-1.0.1 → solace_agent_mesh-1.0.3}/tests/integration/scenarios_programmatic/__init__.py +0 -0
  1495. {solace_agent_mesh-1.0.1 → solace_agent_mesh-1.0.3}/tests/integration/test_support/__init__.py +0 -0
  1496. {solace_agent_mesh-1.0.1 → solace_agent_mesh-1.0.3}/tests/integration/test_support/tools.py +0 -0
  1497. {solace_agent_mesh-1.0.1/tests/integration/infrastructure → solace_agent_mesh-1.0.3/tests/sam-test-infrastructure/src/sam_test_infrastructure}/a2a_validator/__init__.py +0 -0
  1498. {solace_agent_mesh-1.0.1/tests/integration/infrastructure → solace_agent_mesh-1.0.3/tests/sam-test-infrastructure/src/sam_test_infrastructure}/artifact_service/__init__.py +0 -0
  1499. {solace_agent_mesh-1.0.1/tests/integration/infrastructure → solace_agent_mesh-1.0.3/tests/sam-test-infrastructure/src/sam_test_infrastructure}/artifact_service/service.py +0 -0
  1500. {solace_agent_mesh-1.0.1/tests/integration/infrastructure → solace_agent_mesh-1.0.3/tests/sam-test-infrastructure/src/sam_test_infrastructure}/dev_broker_client/__init__.py +0 -0
  1501. {solace_agent_mesh-1.0.1/tests/integration/infrastructure → solace_agent_mesh-1.0.3/tests/sam-test-infrastructure/src/sam_test_infrastructure}/dev_broker_client/client.py +0 -0
  1502. {solace_agent_mesh-1.0.1/tests/integration/infrastructure → solace_agent_mesh-1.0.3/tests/sam-test-infrastructure/src/sam_test_infrastructure}/gateway_interface/__init__.py +0 -0
  1503. {solace_agent_mesh-1.0.1/tests/integration/infrastructure → solace_agent_mesh-1.0.3/tests/sam-test-infrastructure/src/sam_test_infrastructure}/llm_server/__init__.py +0 -0
  1504. {solace_agent_mesh-1.0.1/tests/integration/infrastructure → solace_agent_mesh-1.0.3/tests/sam-test-infrastructure/src/sam_test_infrastructure}/llm_server/server.py +0 -0
  1505. {solace_agent_mesh-1.0.1/tests/integration/infrastructure → solace_agent_mesh-1.0.3/tests/sam-test-infrastructure/src/sam_test_infrastructure}/memory_monitor/__init__.py +0 -0
  1506. {solace_agent_mesh-1.0.1/tests/integration/infrastructure → solace_agent_mesh-1.0.3/tests/sam-test-infrastructure/src/sam_test_infrastructure}/memory_monitor/depth_based_profiler.py +0 -0
  1507. {solace_agent_mesh-1.0.1/tests/integration/infrastructure → solace_agent_mesh-1.0.3/tests/sam-test-infrastructure/src/sam_test_infrastructure}/memory_monitor/diff_generator.py +0 -0
  1508. {solace_agent_mesh-1.0.1/tests/integration/infrastructure → solace_agent_mesh-1.0.3/tests/sam-test-infrastructure/src/sam_test_infrastructure}/memory_monitor/report_generator.py +0 -0
  1509. {solace_agent_mesh-1.0.1 → solace_agent_mesh-1.0.3}/uv.lock +0 -0
  1510. {solace_agent_mesh-1.0.1 → solace_agent_mesh-1.0.3}/wss-unified-agent.config +0 -0
@@ -0,0 +1,28 @@
1
+ *.pyc
2
+ *.pyo
3
+ *.pyd
4
+ __pycache__
5
+ .pytest_cache
6
+ .env*
7
+ .env
8
+ .env_template
9
+ docker-compose-local.yaml
10
+ Makefile
11
+ Dockerfile
12
+ node_modules
13
+ venv
14
+ .venv
15
+ .venv*
16
+ .vscode
17
+ .git
18
+ .DS_Store
19
+ *.log
20
+ *.out
21
+ *.txt
22
+ project_notes.txt
23
+ *.trace
24
+ trace_*
25
+ dist
26
+ build
27
+ tmp
28
+ var
@@ -0,0 +1,171 @@
1
+ name: CI
2
+ on:
3
+ push:
4
+ branches:
5
+ - main
6
+ pull_request:
7
+ types: [opened, synchronize]
8
+ branches:
9
+ - main
10
+
11
+ permissions:
12
+ repository-projects: read
13
+ contents: write
14
+ id-token: write
15
+ packages: write
16
+ checks: write
17
+ pull-requests: write
18
+
19
+ jobs:
20
+ ci:
21
+ uses: SolaceDev/solace-public-workflows/.github/workflows/hatch_ci.yml@main
22
+ with:
23
+ min-python-version: "3.10"
24
+ max-python-version: "3.13"
25
+ whitesource_project_name: "solace-agent-mesh"
26
+ whitesource_product_name: "solaceai"
27
+ whitesource_config_file: "wss-unified-agent.config"
28
+ npm_package_path: client/webui/frontend
29
+ node_version: 20
30
+ npm_lock_file: package-lock.json
31
+
32
+ secrets:
33
+ SONAR_TOKEN: ${{ secrets.SONARQUBE_TOKEN }}
34
+ SONAR_HOST_URL: ${{ secrets.SONARQUBE_HOST_URL }}
35
+ WHITESOURCE_API_KEY: ${{ secrets.WHITESOURCE_API_KEY }}
36
+ MANIFEST_AWS_ACCESS_KEY_ID: ${{ secrets.MANIFEST_READ_ONLY_AWS_ACCESS_KEY_ID }}
37
+ MANIFEST_AWS_SECRET_ACCESS_KEY: ${{ secrets.MANIFEST_READ_ONLY_AWS_SECRET_ACCESS_KEY }}
38
+ MANIFEST_AWS_REGION: ${{ secrets.AWS_DEFAULT_REGION }}
39
+ docker-build:
40
+ name: Build Docker Image
41
+ runs-on: ubuntu-latest
42
+ steps:
43
+ - name: Checkout repository
44
+ uses: actions/checkout@v4
45
+
46
+ - name: Get Commit Hash
47
+ id: get_commit_hash
48
+ run: |
49
+ echo "commit_hash=$(git rev-parse HEAD)" >> $GITHUB_OUTPUT
50
+ echo "short_sha=${GITHUB_SHA:0:10}" >> $GITHUB_OUTPUT
51
+
52
+ - name: Get Version from hatch
53
+ id: get_version
54
+ run: |
55
+ python3 -m pip install hatch
56
+ echo "version=$(hatch version)" >> $GITHUB_OUTPUT
57
+ echo "Found version: $(hatch version)"
58
+
59
+ - name: Determine Release Tag
60
+ id: release_tag
61
+ run: |
62
+ # Sanitize ref_name for Docker tag compatibility (replace / with -)
63
+ sanitized_ref="${{ github.ref_name }}"
64
+ sanitized_ref="${sanitized_ref//\//-}"
65
+ echo "release_tag=${sanitized_ref}" >> $GITHUB_OUTPUT
66
+ echo "Using sanitized branch name as release tag: ${sanitized_ref} (from ${{ github.ref_name }})"
67
+
68
+ - name: Set Build Params
69
+ id: set_build_params
70
+ run: |
71
+ if [[ "${{ github.event_name == 'push' }}" == "true" ]]; then
72
+ export DOCKER_PUSH=true
73
+ export UPDATE_MANIFEST=true
74
+ else
75
+ export DOCKER_PUSH=false
76
+ export UPDATE_MANIFEST=false
77
+ fi
78
+ echo "DOCKER_PUSH=$DOCKER_PUSH" >> $GITHUB_ENV
79
+ echo "UPDATE_MANIFEST=$UPDATE_MANIFEST" >> $GITHUB_ENV
80
+
81
+ - name: Setup Qemu
82
+ uses: docker/setup-qemu-action@v3.6.0
83
+
84
+ - name: Setup Docker Buildx
85
+ uses: docker/setup-buildx-action@v3.10.0
86
+
87
+ - name: Configure AWS credentials
88
+ if: fromJSON(env.DOCKER_PUSH)
89
+ uses: aws-actions/configure-aws-credentials@v4
90
+ with:
91
+ aws-access-key-id: ${{ secrets.SAM_AWS_ACCESS_KEY_ID }}
92
+ aws-secret-access-key: ${{ secrets.SAM_AWS_SECRET_ACCESS_KEY }}
93
+ aws-region: ${{ secrets.AWS_DEFAULT_REGION }}
94
+
95
+ - name: Login to Amazon ECR
96
+ if: fromJSON(env.DOCKER_PUSH)
97
+ id: login-ecr
98
+ uses: aws-actions/amazon-ecr-login@v2
99
+
100
+ - name: Tag Images
101
+ id: tag_images
102
+ shell: bash
103
+ run: |
104
+ version="${{ steps.get_version.outputs.version }}"
105
+ release_tag="${{ steps.release_tag.outputs.release_tag }}"
106
+ short_sha="${{ steps.get_commit_hash.outputs.short_sha }}"
107
+
108
+ # Determine image name based on event and branch
109
+ if [[ "${{ github.event_name }}" == "push" && "${{ github.ref_name }}" == "${{ github.event.repository.default_branch }}" ]]; then
110
+ # Push to default branch - use ECR registry
111
+ image_name="${{ secrets.SAM_AWS_ECR_REGISTRY }}/solace-agent-mesh"
112
+ echo "Using ECR registry for default branch push"
113
+ else
114
+ # PR or other branch - use GitHub repo name
115
+ image_name="${{ github.repository }}"
116
+ echo "Using GitHub repository name for PR/branch build"
117
+ fi
118
+
119
+ # Create tags array
120
+ tags="${image_name}:${version}"
121
+ tags="${tags},${image_name}:${version}-${short_sha}"
122
+ tags="${tags},${image_name}:${release_tag}"
123
+ tags="${tags},${image_name}:${release_tag}-${short_sha}"
124
+
125
+ echo "tags=${tags}" >> $GITHUB_OUTPUT
126
+ echo "Created tags: ${tags}"
127
+
128
+ - name: Build and Push Docker Image
129
+ uses: docker/build-push-action@v6.16.0
130
+ with:
131
+ context: .
132
+ file: Dockerfile
133
+ tags: ${{ steps.tag_images.outputs.tags }}
134
+ push: ${{ fromJSON(env.DOCKER_PUSH)}}
135
+ cache-from: type=gha
136
+ cache-to: type=gha
137
+
138
+ - name: Update Release Manifest
139
+ if: fromJSON(env.UPDATE_MANIFEST)
140
+ env:
141
+ AWS_ACCESS_KEY_ID: ${{ secrets.SAM_AWS_ACCESS_KEY_ID }}
142
+ AWS_SECRET_ACCESS_KEY: ${{ secrets.SAM_AWS_SECRET_ACCESS_KEY }}
143
+ AWS_DEFAULT_REGION: ${{ secrets.AWS_DEFAULT_REGION }}
144
+ run: |
145
+ # Set release manifest variables
146
+ export release_version="${{ steps.get_version.outputs.version }}-${{ steps.get_commit_hash.outputs.short_sha }}"
147
+ export version="${{ steps.get_version.outputs.version }}"
148
+ export image_tag="${{ steps.get_version.outputs.version }}-${{ steps.get_commit_hash.outputs.short_sha }}"
149
+ export chart_version="n/a"
150
+ export sha="${{ steps.get_commit_hash.outputs.commit_hash }}"
151
+ export squad="ai"
152
+ export repository="solace-agent-mesh"
153
+ export release_tag="${{ steps.release_tag.outputs.release_tag }}"
154
+
155
+ # Update DynamoDB manifest
156
+ aws dynamodb update-item \
157
+ --table-name solace-cloud-manifest \
158
+ --key "{\"squad\":{\"S\":\"${squad}\"},\"repository\": {\"S\": \"${repository}\"} }"\
159
+ --update-expression "SET dev = :r" \
160
+ --expression-attribute-values \
161
+ """{\":r\":
162
+ {\"M\":
163
+ {
164
+ \"version\":{\"S\":\"${version}\"},
165
+ \"image_tag\":{\"S\":\"${image_tag}\"},
166
+ \"chart_version\": {\"S\": \"${chart_version}\"},
167
+ \"sha\": {\"S\": \"${sha}\"},
168
+ \"release_version\": {\"S\": \"${release_version}\"}
169
+ }
170
+ }
171
+ }"""
@@ -0,0 +1,14 @@
1
+ name: Cleanup WhiteSource Project
2
+
3
+ on:
4
+ pull_request:
5
+ types: [closed]
6
+
7
+ permissions:
8
+ contents: read
9
+
10
+ jobs:
11
+ cleanup-whitesource:
12
+ uses: SolaceDev/solace-public-workflows/.github/workflows/cleanup_ws.yml@main
13
+ secrets:
14
+ ws_api_key: ${{ secrets.WHITESOURCE_API_KEY }}
@@ -0,0 +1,161 @@
1
+ name: Push Docker Image (Manual Dispatch)
2
+
3
+ on:
4
+ workflow_dispatch:
5
+ inputs:
6
+ ref-to-checkout:
7
+ description: "The ref to checkout"
8
+ required: true
9
+ type: string
10
+ default: "main"
11
+ version:
12
+ description: "The version tag for the Docker image (e.g., 1.0.0). If not provided, it will attempt to use the latest git tag."
13
+ required: false
14
+ type: string
15
+ default: ""
16
+
17
+ destination:
18
+ description: "The destination to push the Docker image to"
19
+ required: false
20
+ type: choice
21
+ default: "ECR"
22
+ options:
23
+ - ECR
24
+ - DockerHub
25
+ push_latest:
26
+ description: 'Whether to also tag and push as "latest"'
27
+ required: false
28
+ type: boolean
29
+ default: false
30
+ update_manifest:
31
+ description: "Whether to update the image manifest"
32
+ required: false
33
+ type: boolean
34
+ default: false
35
+
36
+ permissions:
37
+ contents: read
38
+ id-token: write
39
+
40
+ jobs:
41
+ build_and_push:
42
+ runs-on: ubuntu-latest
43
+ steps:
44
+ - name: Checkout repository
45
+ uses: actions/checkout@v4
46
+ with:
47
+ fetch-depth: 0
48
+ fetch-tags: true
49
+ ref: ${{ github.event.inputs.ref-to-checkout }}
50
+
51
+ - name: Get Commit Hash
52
+ id: get_commit_hash
53
+ run: |
54
+ echo "commit_hash=$(git rev-parse HEAD)" >> $GITHUB_OUTPUT
55
+ echo "short_sha=${GITHUB_SHA:0:10}" >> $GITHUB_OUTPUT
56
+
57
+ - name: Get Version from hatch
58
+ id: get_version
59
+ run: |
60
+ python3 -m pip install hatch
61
+ echo "version=$(hatch version)" >> $GITHUB_OUTPUT
62
+ echo "Found version: $(hatch version)"
63
+
64
+ - name: Push to DockerHub
65
+ if: github.event.inputs.destination == 'DockerHub'
66
+ uses: ./.github/actions/push-docker
67
+ with:
68
+ version_tag: ${{ steps.get_version.outputs.version }}
69
+ push_latest: ${{ github.event.inputs.push_latest }}
70
+ docker_username: ${{ secrets.DOCKER_USERNAME }}
71
+ docker_password: ${{ secrets.DOCKER_PASSWORD }}
72
+
73
+ - name: Setup Qemu
74
+ if: github.event.inputs.destination == 'ECR'
75
+ uses: docker/setup-qemu-action@v3.6.0
76
+
77
+ - name: Setup Docker Buildx
78
+ if: github.event.inputs.destination == 'ECR'
79
+ uses: docker/setup-buildx-action@v3.10.0
80
+
81
+ - name: Configure AWS credentials
82
+ if: github.event.inputs.destination == 'ECR'
83
+ uses: aws-actions/configure-aws-credentials@v4
84
+ with:
85
+ aws-access-key-id: ${{ secrets.SAM_AWS_ACCESS_KEY_ID }}
86
+ aws-secret-access-key: ${{ secrets.SAM_AWS_SECRET_ACCESS_KEY }}
87
+ aws-region: ${{ secrets.AWS_DEFAULT_REGION }}
88
+
89
+ - name: Login to Amazon ECR
90
+ if: github.event.inputs.destination == 'ECR'
91
+ id: login-ecr
92
+ uses: aws-actions/amazon-ecr-login@v2
93
+
94
+ - name: Create ECR Tags
95
+ if: github.event.inputs.destination == 'ECR'
96
+ id: ecr_tags
97
+ shell: bash
98
+ run: |
99
+ registry="${{ github.event.inputs.destination == 'ECR' && secrets.SAM_AWS_ECR_REGISTRY || 'solace' }}"
100
+ version="${{ steps.get_version.outputs.version }}"
101
+ short_sha="${{ steps.get_commit_hash.outputs.short_sha }}"
102
+ ref_name="${{ github.event.inputs.ref-to-checkout }}"
103
+
104
+ # Create tags array
105
+ tags="${registry}/solace-agent-mesh:${version}"
106
+ tags="${tags},${registry}/solace-agent-mesh:${version}-${short_sha}"
107
+ tags="${tags},${registry}/solace-agent-mesh:${ref_name}"
108
+ tags="${tags},${registry}/solace-agent-mesh:${ref_name}-${short_sha}"
109
+
110
+ if [[ "${{ github.event.inputs.push_latest }}" == "true" ]]; then
111
+ tags="${tags},${registry}/solace-agent-mesh:latest"
112
+ fi
113
+
114
+ echo "tags=${tags}" >> $GITHUB_OUTPUT
115
+ echo "Created ECR tags: ${tags}"
116
+
117
+ - name: Build and Push to ECR
118
+ if: github.event.inputs.destination == 'ECR'
119
+ uses: docker/build-push-action@v6.16.0
120
+ with:
121
+ context: .
122
+ file: Dockerfile
123
+ tags: ${{ steps.ecr_tags.outputs.tags }}
124
+ push: true
125
+ cache-from: type=gha
126
+ cache-to: type=gha
127
+
128
+ - name: Update Release Manifest
129
+ if: github.event.inputs.destination == 'ECR' && github.event.inputs.update_manifest == 'true'
130
+ env:
131
+ AWS_ACCESS_KEY_ID: ${{ secrets.SAM_AWS_ACCESS_KEY_ID }}
132
+ AWS_SECRET_ACCESS_KEY: ${{ secrets.SAM_AWS_SECRET_ACCESS_KEY }}
133
+ AWS_DEFAULT_REGION: ${{ secrets.AWS_DEFAULT_REGION }}
134
+ run: |
135
+ # Set release manifest variables
136
+ export release_version="${{ steps.get_version.outputs.version }}-${{ steps.get_commit_hash.outputs.short_sha }}"
137
+ export version="${{ steps.get_version.outputs.version }}"
138
+ export image_tag="${{ steps.get_version.outputs.version }}-${{ steps.get_commit_hash.outputs.short_sha }}"
139
+ export chart_version="n/a"
140
+ export sha="${{ steps.get_commit_hash.outputs.commit_hash }}"
141
+ export squad="ai"
142
+ export repository="solace-agent-mesh"
143
+ export release_tag="${{ github.event.inputs.ref-to-checkout }}"
144
+
145
+ # Update DynamoDB manifest
146
+ aws dynamodb update-item \
147
+ --table-name solace-cloud-manifest \
148
+ --key "{\"squad\":{\"S\":\"${squad}\"},\"repository\": {\"S\": \"${repository}\"} }"\
149
+ --update-expression "SET dev = :r" \
150
+ --expression-attribute-values \
151
+ """{\":r\":
152
+ {\"M\":
153
+ {
154
+ \"version\":{\"S\":\"${version}\"},
155
+ \"image_tag\":{\"S\":\"${image_tag}\"},
156
+ \"chart_version\": {\"S\": \"${chart_version}\"},
157
+ \"sha\": {\"S\": \"${sha}\"},
158
+ \"release_version\": {\"S\": \"${release_version}\"}
159
+ }
160
+ }
161
+ }"""
@@ -0,0 +1,66 @@
1
+ name: Release (PyPI & Docker)
2
+ on:
3
+ workflow_dispatch:
4
+ inputs:
5
+ version:
6
+ type: choice
7
+ required: true
8
+ description: "Version bump type for PyPI package & Git tag"
9
+ options:
10
+ - patch
11
+ - minor
12
+ - major
13
+
14
+ permissions:
15
+ id-token: write
16
+ checks: write
17
+ contents: write
18
+ packages: write
19
+
20
+ jobs:
21
+ release:
22
+ uses: SolaceDev/solace-public-workflows/.github/workflows/hatch_release_pypi.yml@main
23
+ with:
24
+ ENVIRONMENT: pypi
25
+ version: ${{ github.event.inputs.version }}
26
+ whitesource_project_name: "solace-agent-mesh"
27
+ whitesource_product_name: "solaceai"
28
+ prisma_check: true
29
+ sonarqube_hotspot_check: true
30
+ npm_package_path: client/webui/frontend
31
+ node_version: 20
32
+ npm_lock_file: package-lock.json
33
+ pypi-project: solace-agent-mesh
34
+
35
+ secrets:
36
+ COMMIT_KEY: ${{ secrets.COMMIT_KEY }}
37
+ PYPI_TOKEN: ${{ secrets.PYPI_TOKEN }}
38
+ PRISMA_DOCKER_IMAGE_TO_CHECK: ${{ secrets.DOCKER_IMAGE_TO_CHECK }}
39
+ PRISMA_ACCESS_KEY: ${{ secrets.PRISMA_ACCESS_KEY_ID }}
40
+ PRISMA_ACCESS_KEY_SECRET: ${{ secrets.PRISMA_SECRET_ACCESS_KEY }}
41
+ SONARQUBE_PROJECT_KEY: ${{ secrets.SONARQUBE_PROJECT_KEY }}
42
+ SONARQUBE_PROJECT_MAIN_BRANCH: "main"
43
+ SONARQUBE_QUERY_TOKEN: ${{ secrets.SONARQUBE_TOKEN }}
44
+ SONARQUBE_HOTSPOTS_API_URL: ${{ secrets.SONARQUBE_HOTSPOTS_API_URL }}
45
+ WHITESOURCE_API_KEY: ${{ secrets.WHITESOURCE_API_KEY }}
46
+ MANIFEST_AWS_ACCESS_KEY_ID: ${{ secrets.SAM_AWS_ACCESS_KEY_ID }}
47
+ MANIFEST_AWS_SECRET_ACCESS_KEY: ${{ secrets.SAM_AWS_SECRET_ACCESS_KEY }}
48
+ MANIFEST_AWS_REGION: ${{ secrets.AWS_DEFAULT_REGION }}
49
+
50
+ build_and_push_docker:
51
+ name: Build and Push Docker Image
52
+ needs: release
53
+ runs-on: ubuntu-latest
54
+ steps:
55
+ - name: Checkout repository
56
+ uses: actions/checkout@v4
57
+ with:
58
+ ref: ${{ needs.release.outputs.commit_hash }}
59
+
60
+ - name: Build and Push Docker Image to DockerHub
61
+ uses: ./.github/actions/push-docker
62
+ with:
63
+ version_tag: ${{ needs.release.outputs.new_version }}
64
+ push_latest: true
65
+ docker_username: ${{ secrets.DOCKER_USERNAME }}
66
+ docker_password: ${{ secrets.DOCKER_PASSWORD }}