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.
- solace_agent_mesh-1.0.3/.dockerignore +28 -0
- solace_agent_mesh-1.0.3/.github/workflows/ci.yaml +171 -0
- solace_agent_mesh-1.0.3/.github/workflows/cleanup_ws.yaml +14 -0
- solace_agent_mesh-1.0.3/.github/workflows/push-docker.yml +161 -0
- solace_agent_mesh-1.0.3/.github/workflows/release.yml +66 -0
- solace_agent_mesh-1.0.3/.github/workflows/ui-ci.yml +280 -0
- solace_agent_mesh-1.0.3/.github/workflows/ui-release.yml +109 -0
- solace_agent_mesh-1.0.3/.hatch_data/.config/coverage/ZC3w42we/pyproject.toml +222 -0
- solace_agent_mesh-1.0.3/.vscode/launch.json +192 -0
- solace_agent_mesh-1.0.3/Dockerfile +87 -0
- solace_agent_mesh-1.0.3/PKG-INFO +442 -0
- solace_agent_mesh-1.0.3/README.md +171 -0
- solace_agent_mesh-1.0.3/assets/client/webui/assets/main-BCpII1-0.css +1 -0
- solace_agent_mesh-1.0.3/assets/client/webui/assets/main-DzKPMTRs.js +673 -0
- solace_agent_mesh-1.0.3/assets/client/webui/index.html +15 -0
- solace_agent_mesh-1.0.3/assets/config_portal/client/assets/_index-xSu2leR8.js +48 -0
- solace_agent_mesh-1.0.3/assets/config_portal/client/assets/manifest-950eb3be.js +1 -0
- solace_agent_mesh-1.0.3/assets/config_portal/client/index.html +7 -0
- solace_agent_mesh-1.0.3/assets/docs/404.html +16 -0
- solace_agent_mesh-1.0.3/assets/docs/assets/js/04989206.da8246cd.js +1 -0
- solace_agent_mesh-1.0.3/assets/docs/assets/js/1023fc19.8e6d174c.js +1 -0
- solace_agent_mesh-1.0.3/assets/docs/assets/js/1c6e87d2.a8c5ce5a.js +1 -0
- solace_agent_mesh-1.0.3/assets/docs/assets/js/3d406171.9b081d5f.js +1 -0
- solace_agent_mesh-1.0.3/assets/docs/assets/js/75384d09.c3991823.js +1 -0
- solace_agent_mesh-1.0.3/assets/docs/assets/js/9eff14a2.036c35ea.js +1 -0
- solace_agent_mesh-1.0.3/assets/docs/assets/js/aba87c2f.a6b84da6.js +1 -0
- solace_agent_mesh-1.0.3/assets/docs/assets/js/ae4415af.96189a93.js +1 -0
- solace_agent_mesh-1.0.3/assets/docs/assets/js/b7006a3a.38c0cf3d.js +1 -0
- solace_agent_mesh-1.0.3/assets/docs/assets/js/bb2ef573.56931473.js +1 -0
- solace_agent_mesh-1.0.3/assets/docs/assets/js/cc969b05.bd3e0d6c.js +1 -0
- solace_agent_mesh-1.0.3/assets/docs/assets/js/f284c35a.5aff74ab.js +1 -0
- solace_agent_mesh-1.0.3/assets/docs/assets/js/f897a61a.862b0514.js +1 -0
- solace_agent_mesh-1.0.3/assets/docs/assets/js/main.7361da2b.js +2 -0
- solace_agent_mesh-1.0.3/assets/docs/assets/js/runtime~main.aa687c82.js +1 -0
- solace_agent_mesh-1.0.3/assets/docs/docs/documentation/concepts/agents/index.html +128 -0
- solace_agent_mesh-1.0.3/assets/docs/docs/documentation/concepts/architecture/index.html +91 -0
- solace_agent_mesh-1.0.3/assets/docs/docs/documentation/concepts/cli/index.html +203 -0
- solace_agent_mesh-1.0.3/assets/docs/docs/documentation/concepts/gateways/index.html +91 -0
- solace_agent_mesh-1.0.3/assets/docs/docs/documentation/concepts/orchestrator/index.html +55 -0
- solace_agent_mesh-1.0.3/assets/docs/docs/documentation/concepts/plugins/index.html +82 -0
- solace_agent_mesh-1.0.3/assets/docs/docs/documentation/deployment/debugging/index.html +77 -0
- solace_agent_mesh-1.0.3/assets/docs/docs/documentation/deployment/deploy/index.html +48 -0
- solace_agent_mesh-1.0.3/assets/docs/docs/documentation/deployment/observability/index.html +54 -0
- solace_agent_mesh-1.0.3/assets/docs/docs/documentation/enterprise/index.html +17 -0
- solace_agent_mesh-1.0.3/assets/docs/docs/documentation/getting-started/component-overview/index.html +45 -0
- solace_agent_mesh-1.0.3/assets/docs/docs/documentation/getting-started/installation/index.html +76 -0
- solace_agent_mesh-1.0.3/assets/docs/docs/documentation/getting-started/introduction/index.html +150 -0
- solace_agent_mesh-1.0.3/assets/docs/docs/documentation/getting-started/quick-start/index.html +54 -0
- solace_agent_mesh-1.0.3/assets/docs/docs/documentation/tutorials/bedrock-agents/index.html +267 -0
- solace_agent_mesh-1.0.3/assets/docs/docs/documentation/tutorials/custom-agent/index.html +136 -0
- solace_agent_mesh-1.0.3/assets/docs/docs/documentation/tutorials/event-mesh-gateway/index.html +116 -0
- solace_agent_mesh-1.0.3/assets/docs/docs/documentation/tutorials/mcp-integration/index.html +80 -0
- solace_agent_mesh-1.0.3/assets/docs/docs/documentation/tutorials/mongodb-integration/index.html +164 -0
- solace_agent_mesh-1.0.3/assets/docs/docs/documentation/tutorials/rag-integration/index.html +140 -0
- solace_agent_mesh-1.0.3/assets/docs/docs/documentation/tutorials/rest-gateway/index.html +57 -0
- solace_agent_mesh-1.0.3/assets/docs/docs/documentation/tutorials/slack-integration/index.html +72 -0
- solace_agent_mesh-1.0.3/assets/docs/docs/documentation/tutorials/sql-database/index.html +102 -0
- solace_agent_mesh-1.0.3/assets/docs/docs/documentation/user-guide/builtin-tools/artifact-management/index.html +99 -0
- solace_agent_mesh-1.0.3/assets/docs/docs/documentation/user-guide/builtin-tools/audio-tools/index.html +90 -0
- solace_agent_mesh-1.0.3/assets/docs/docs/documentation/user-guide/builtin-tools/data-analysis-tools/index.html +107 -0
- solace_agent_mesh-1.0.3/assets/docs/docs/documentation/user-guide/builtin-tools/embeds/index.html +152 -0
- solace_agent_mesh-1.0.3/assets/docs/docs/documentation/user-guide/builtin-tools/index.html +103 -0
- solace_agent_mesh-1.0.3/assets/docs/docs/documentation/user-guide/create-agents/index.html +170 -0
- solace_agent_mesh-1.0.3/assets/docs/docs/documentation/user-guide/create-gateways/index.html +200 -0
- solace_agent_mesh-1.0.3/assets/docs/docs/documentation/user-guide/creating-service-providers/index.html +54 -0
- solace_agent_mesh-1.0.3/assets/docs/docs/documentation/user-guide/solace-ai-connector/index.html +69 -0
- solace_agent_mesh-1.0.3/assets/docs/docs/documentation/user-guide/structure/index.html +59 -0
- solace_agent_mesh-1.0.3/assets/docs/img/solace-logo-text.svg +18 -0
- solace_agent_mesh-1.0.3/assets/docs/lunr-index-1755120221269.json +1 -0
- solace_agent_mesh-1.0.3/assets/docs/lunr-index.json +1 -0
- solace_agent_mesh-1.0.3/assets/docs/search-doc-1755120221269.json +1 -0
- solace_agent_mesh-1.0.3/assets/docs/search-doc.json +1 -0
- solace_agent_mesh-1.0.3/assets/docs/sitemap.xml +1 -0
- solace_agent_mesh-1.0.3/cli/__init__.py +1 -0
- solace_agent_mesh-1.0.3/cli/commands/init_cmd/env_step.py +205 -0
- solace_agent_mesh-1.0.3/cli/commands/init_cmd/orchestrator_step.py +407 -0
- solace_agent_mesh-1.0.3/cli/commands/plugin_cmd/catalog_cmd.py +139 -0
- solace_agent_mesh-1.0.3/cli/commands/plugin_cmd/official_registry.py +175 -0
- solace_agent_mesh-1.0.3/cli/commands/run_cmd.py +197 -0
- solace_agent_mesh-1.0.3/cli/main.py +39 -0
- solace_agent_mesh-1.0.3/client/sam-rest-client/README.md +98 -0
- solace_agent_mesh-1.0.3/client/webui/frontend/package-lock.json +5330 -0
- solace_agent_mesh-1.0.3/client/webui/frontend/package.json +110 -0
- solace_agent_mesh-1.0.3/client/webui/frontend/src/lib/components/activities/FlowChart/taskToFlowData.helpers.ts +797 -0
- solace_agent_mesh-1.0.3/client/webui/frontend/src/lib/components/activities/FlowChart/taskToFlowData.ts +740 -0
- solace_agent_mesh-1.0.3/client/webui/frontend/src/lib/components/activities/FlowChartDetails.tsx +60 -0
- solace_agent_mesh-1.0.3/client/webui/frontend/src/lib/components/activities/FlowChartPanel.tsx +395 -0
- solace_agent_mesh-1.0.3/client/webui/frontend/src/lib/components/activities/index.ts +4 -0
- solace_agent_mesh-1.0.3/client/webui/frontend/src/lib/components/activities/taskVisualizerProcessor.ts +1009 -0
- solace_agent_mesh-1.0.3/client/webui/frontend/src/lib/components/agents/AgentMeshCards.tsx +58 -0
- solace_agent_mesh-1.0.3/client/webui/frontend/src/lib/components/chat/ChatInputArea.tsx +198 -0
- solace_agent_mesh-1.0.3/client/webui/frontend/src/lib/components/chat/ChatMessage.tsx +136 -0
- solace_agent_mesh-1.0.3/client/webui/frontend/src/lib/components/chat/ChatSessionDialog.tsx +39 -0
- solace_agent_mesh-1.0.3/client/webui/frontend/src/lib/components/chat/ChatSidePanel.tsx +193 -0
- solace_agent_mesh-1.0.3/client/webui/frontend/src/lib/components/chat/LoadingMessageRow.tsx +22 -0
- solace_agent_mesh-1.0.3/client/webui/frontend/src/lib/components/chat/SessionSidePanel.tsx +37 -0
- solace_agent_mesh-1.0.3/client/webui/frontend/src/lib/components/chat/artifact/ArtifactCard.tsx +134 -0
- solace_agent_mesh-1.0.3/client/webui/frontend/src/lib/components/chat/artifact/ArtifactDeleteDialog.tsx +39 -0
- solace_agent_mesh-1.0.3/client/webui/frontend/src/lib/components/chat/artifact/ArtifactDetails.tsx +110 -0
- solace_agent_mesh-1.0.3/client/webui/frontend/src/lib/components/chat/artifact/ArtifactMorePopover.tsx +38 -0
- solace_agent_mesh-1.0.3/client/webui/frontend/src/lib/components/chat/artifact/ArtifactPanel.tsx +104 -0
- solace_agent_mesh-1.0.3/client/webui/frontend/src/lib/components/chat/artifact/ArtifactSortPopover.tsx +52 -0
- solace_agent_mesh-1.0.3/client/webui/frontend/src/lib/components/chat/file/FileMessage.tsx +62 -0
- solace_agent_mesh-1.0.3/client/webui/frontend/src/lib/components/chat/preview/ContentRenderer.tsx +41 -0
- solace_agent_mesh-1.0.3/client/webui/frontend/src/lib/components/chat/preview/Renderers/AudioRenderer.tsx +19 -0
- solace_agent_mesh-1.0.3/client/webui/frontend/src/lib/components/chat/preview/Renderers/CsvRenderer.tsx +120 -0
- solace_agent_mesh-1.0.3/client/webui/frontend/src/lib/components/chat/preview/Renderers/ImageRenderer.tsx +22 -0
- solace_agent_mesh-1.0.3/client/webui/frontend/src/lib/components/chat/preview/Renderers/MarkdownRenderer.tsx +24 -0
- solace_agent_mesh-1.0.3/client/webui/frontend/src/lib/components/chat/preview/Renderers/MermaidRenderer.tsx +210 -0
- solace_agent_mesh-1.0.3/client/webui/frontend/src/lib/components/chat/preview/Renderers/StructuredDataRenderer.tsx +67 -0
- solace_agent_mesh-1.0.3/client/webui/frontend/src/lib/components/chat/preview/Renderers/TextRenderer.tsx +24 -0
- solace_agent_mesh-1.0.3/client/webui/frontend/src/lib/components/chat/preview/Renderers/index.ts +18 -0
- solace_agent_mesh-1.0.3/client/webui/frontend/src/lib/components/index.ts +12 -0
- solace_agent_mesh-1.0.3/client/webui/frontend/src/lib/components/navigation/NavigationButton.tsx +53 -0
- solace_agent_mesh-1.0.3/client/webui/frontend/src/lib/components/navigation/NavigationHeader.tsx +27 -0
- solace_agent_mesh-1.0.3/client/webui/frontend/src/lib/components/navigation/NavigationList.tsx +46 -0
- solace_agent_mesh-1.0.3/client/webui/frontend/src/lib/components/navigation/ToggleThemeButton.tsx +26 -0
- solace_agent_mesh-1.0.3/client/webui/frontend/src/lib/components/pages/ChatPage.tsx +247 -0
- solace_agent_mesh-1.0.3/client/webui/frontend/src/lib/components/ui/badge.tsx +40 -0
- solace_agent_mesh-1.0.3/client/webui/frontend/src/lib/components/ui/button.tsx +72 -0
- solace_agent_mesh-1.0.3/client/webui/frontend/src/lib/components/ui/chat/chat-input.tsx +12 -0
- solace_agent_mesh-1.0.3/client/webui/frontend/src/lib/components/ui/chat/chat-message-list.tsx +59 -0
- solace_agent_mesh-1.0.3/client/webui/frontend/src/lib/components/ui/chat/hooks/useAutoScroll.tsx +131 -0
- solace_agent_mesh-1.0.3/client/webui/frontend/src/lib/components/ui/chat/message-loading.tsx +6 -0
- solace_agent_mesh-1.0.3/client/webui/frontend/src/lib/components/ui/menu.tsx +91 -0
- solace_agent_mesh-1.0.3/client/webui/frontend/src/lib/components/ui/popover.tsx +35 -0
- solace_agent_mesh-1.0.3/client/webui/frontend/src/lib/components/ui/select.tsx +110 -0
- solace_agent_mesh-1.0.3/client/webui/frontend/src/lib/components/ui/tabs.tsx +34 -0
- solace_agent_mesh-1.0.3/client/webui/frontend/src/lib/contexts/ChatContext.ts +70 -0
- solace_agent_mesh-1.0.3/client/webui/frontend/src/lib/contexts/TaskContext.ts +24 -0
- solace_agent_mesh-1.0.3/client/webui/frontend/src/lib/hooks/useCopy.ts +41 -0
- solace_agent_mesh-1.0.3/client/webui/frontend/src/lib/providers/ChatProvider.tsx +939 -0
- solace_agent_mesh-1.0.3/client/webui/frontend/src/lib/providers/TaskProvider.tsx +316 -0
- solace_agent_mesh-1.0.3/client/webui/frontend/tsconfig.app.json +33 -0
- solace_agent_mesh-1.0.3/client/webui/frontend/tsconfig.lib.json +35 -0
- solace_agent_mesh-1.0.3/client/webui/frontend/wss-unified-agent.config +52 -0
- solace_agent_mesh-1.0.3/client/webui/llm_detail.txt +4244 -0
- solace_agent_mesh-1.0.3/config_portal/backend/common.py +77 -0
- solace_agent_mesh-1.0.3/config_portal/backend/plugin_catalog/constants.py +24 -0
- solace_agent_mesh-1.0.3/config_portal/backend/plugin_catalog/registry_manager.py +164 -0
- solace_agent_mesh-1.0.3/config_portal/backend/plugin_catalog/scraper.py +521 -0
- solace_agent_mesh-1.0.3/config_portal/backend/plugin_catalog_server.py +217 -0
- solace_agent_mesh-1.0.3/config_portal/backend/server.py +644 -0
- solace_agent_mesh-1.0.3/config_portal/frontend/app/components/AddAgentFlow.tsx +461 -0
- solace_agent_mesh-1.0.3/config_portal/frontend/app/components/steps/init/OrchestratorSetup.tsx +542 -0
- solace_agent_mesh-1.0.3/config_portal/frontend/package-lock.json +11458 -0
- solace_agent_mesh-1.0.3/docs/.docusaurus/client-manifest.json +1117 -0
- solace_agent_mesh-1.0.3/docs/.docusaurus/docusaurus-plugin-content-docs/default/p/solace-agent-mesh-docs-bfb.json +1 -0
- solace_agent_mesh-1.0.3/docs/.docusaurus/docusaurus-plugin-content-docs/default/site-docs-documentation-enterprise-md-bb2.json +24 -0
- solace_agent_mesh-1.0.3/docs/.docusaurus/docusaurus-plugin-content-docs/default/site-docs-documentation-tutorials-rag-integration-md-753.json +29 -0
- solace_agent_mesh-1.0.3/docs/.docusaurus/docusaurus-plugin-content-docs/default/site-docs-documentation-tutorials-slack-integration-md-9ef.json +28 -0
- 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
- solace_agent_mesh-1.0.3/docs/.docusaurus/docusaurus.config.mjs +416 -0
- solace_agent_mesh-1.0.3/docs/.docusaurus/globalData.json +201 -0
- solace_agent_mesh-1.0.3/docs/.docusaurus/registry.js +40 -0
- solace_agent_mesh-1.0.3/docs/.docusaurus/routes.js +225 -0
- solace_agent_mesh-1.0.3/docs/.docusaurus/routesChunkNames.json +147 -0
- solace_agent_mesh-1.0.3/docs/docs/documentation/concepts/agents.md +118 -0
- solace_agent_mesh-1.0.3/docs/docs/documentation/concepts/cli.md +291 -0
- solace_agent_mesh-1.0.3/docs/docs/documentation/concepts/gateways.md +123 -0
- solace_agent_mesh-1.0.3/docs/docs/documentation/deployment/debugging.md +163 -0
- solace_agent_mesh-1.0.3/docs/docs/documentation/getting-started/quick-start.md +165 -0
- solace_agent_mesh-1.0.3/docs/docs/documentation/tutorials/custom-agent.md +801 -0
- solace_agent_mesh-1.0.3/docs/docs/documentation/tutorials/mongodb-integration.md +340 -0
- solace_agent_mesh-1.0.3/docs/docs/documentation/tutorials/rag-integration.md +339 -0
- solace_agent_mesh-1.0.3/docs/docs/documentation/user-guide/builtin-tools/artifact-management.md +94 -0
- solace_agent_mesh-1.0.3/docs/docs/documentation/user-guide/builtin-tools/data-analysis-tools.md +107 -0
- solace_agent_mesh-1.0.3/docs/docs/documentation/user-guide/creating-service-providers.md +172 -0
- solace_agent_mesh-1.0.3/docs/static/img/solace-logo-text.svg +18 -0
- solace_agent_mesh-1.0.3/examples/a2a_agents.yaml +361 -0
- solace_agent_mesh-1.0.3/examples/a2a_host_example.yaml +131 -0
- solace_agent_mesh-1.0.3/examples/a2a_mcp_example.yaml +192 -0
- solace_agent_mesh-1.0.3/preset/agents/basic/main_orchestrator.yaml +65 -0
- solace_agent_mesh-1.0.3/preset/agents/basic/webui.yaml +53 -0
- solace_agent_mesh-1.0.3/preset/agents/markitdown_agents.yaml +48 -0
- solace_agent_mesh-1.0.3/preset/agents/mermaid_agents.yaml +58 -0
- solace_agent_mesh-1.0.3/preset/agents/web_agents.yaml +49 -0
- solace_agent_mesh-1.0.3/preset/env-template +18 -0
- solace_agent_mesh-1.0.3/preset/logging_config.ini +64 -0
- solace_agent_mesh-1.0.3/preset/shared_config.yaml +66 -0
- solace_agent_mesh-1.0.3/pyproject.toml +193 -0
- solace_agent_mesh-1.0.3/src/llm.txt +228 -0
- solace_agent_mesh-1.0.3/src/llm_detail.txt +2835 -0
- solace_agent_mesh-1.0.3/src/solace_agent_mesh/__init__.py +5 -0
- solace_agent_mesh-1.0.3/src/solace_agent_mesh/agent/adk/callbacks.py +1716 -0
- solace_agent_mesh-1.0.3/src/solace_agent_mesh/agent/adk/filesystem_artifact_service.py +374 -0
- solace_agent_mesh-1.0.3/src/solace_agent_mesh/agent/adk/runner.py +357 -0
- solace_agent_mesh-1.0.3/src/solace_agent_mesh/agent/adk/services.py +321 -0
- solace_agent_mesh-1.0.3/src/solace_agent_mesh/agent/protocol/event_handlers.py +1398 -0
- solace_agent_mesh-1.0.3/src/solace_agent_mesh/agent/sac/app.py +650 -0
- solace_agent_mesh-1.0.3/src/solace_agent_mesh/agent/sac/component.py +3532 -0
- solace_agent_mesh-1.0.3/src/solace_agent_mesh/agent/sac/task_execution_context.py +185 -0
- solace_agent_mesh-1.0.3/src/solace_agent_mesh/agent/tools/builtin_artifact_tools.py +1961 -0
- solace_agent_mesh-1.0.3/src/solace_agent_mesh/agent/tools/general_agent_tools.py +571 -0
- solace_agent_mesh-1.0.3/src/solace_agent_mesh/agent/tools/peer_agent_tool.py +298 -0
- solace_agent_mesh-1.0.3/src/solace_agent_mesh/agent/utils/artifact_helpers.py +1061 -0
- solace_agent_mesh-1.0.3/src/solace_agent_mesh/common/exceptions.py +25 -0
- solace_agent_mesh-1.0.3/src/solace_agent_mesh/common/utils/initializer.py +51 -0
- solace_agent_mesh-1.0.3/src/solace_agent_mesh/common/utils/message_utils.py +79 -0
- solace_agent_mesh-1.0.3/src/solace_agent_mesh/gateway/base/component.py +1555 -0
- solace_agent_mesh-1.0.3/src/solace_agent_mesh/gateway/http_sse/routers/artifacts.py +827 -0
- solace_agent_mesh-1.0.3/src/solace_agent_mesh/gateway/http_sse/sse_manager.py +350 -0
- solace_agent_mesh-1.0.3/templates/gateway_component_template.py +431 -0
- solace_agent_mesh-1.0.3/templates/logging_config_template.ini +64 -0
- solace_agent_mesh-1.0.3/templates/plugin_agent_config_template.yaml +122 -0
- solace_agent_mesh-1.0.3/tests/integration/conftest.py +790 -0
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- solace_agent_mesh-1.0.3/tests/integration/scenarios_declarative/test_data/builtin_artifact_tools/list_artifacts/test_list_artifacts_empty.yaml +60 -0
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- solace_agent_mesh-1.0.3/tests/integration/scenarios_declarative/test_data/builtin_artifact_tools/load_artifact/test_load_artifact_truncation.yaml +83 -0
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- solace_agent_mesh-1.0.3/tests/integration/scenarios_declarative/test_data/core/test_auto_continue.yaml +42 -0
- solace_agent_mesh-1.0.3/tests/integration/scenarios_declarative/test_data/core/test_auto_continue_implicit_tool_call.yaml +43 -0
- solace_agent_mesh-1.0.3/tests/integration/scenarios_declarative/test_data/core/test_auto_continue_max_calls_limit.yaml +32 -0
- solace_agent_mesh-1.0.3/tests/integration/scenarios_declarative/test_data/core/test_auto_continue_multiple_truncations.yaml +45 -0
- solace_agent_mesh-1.0.3/tests/integration/scenarios_declarative/test_data/core/test_fenced_artifact_creation.yaml +72 -0
- solace_agent_mesh-1.0.3/tests/integration/scenarios_declarative/test_data/core/test_fenced_artifact_description_embed.yaml +47 -0
- solace_agent_mesh-1.0.3/tests/integration/scenarios_declarative/test_data/core/test_fenced_artifact_description_empty.yaml +46 -0
- solace_agent_mesh-1.0.3/tests/integration/scenarios_declarative/test_data/core/test_fenced_artifact_description_long.yaml +47 -0
- solace_agent_mesh-1.0.3/tests/integration/scenarios_declarative/test_data/core/test_fenced_artifact_description_missing.yaml +46 -0
- solace_agent_mesh-1.0.3/tests/integration/scenarios_declarative/test_data/core/test_fenced_artifact_description_reordered_params.yaml +47 -0
- solace_agent_mesh-1.0.3/tests/integration/scenarios_declarative/test_data/core/test_fenced_artifact_description_special_chars.yaml +47 -0
- solace_agent_mesh-1.0.3/tests/integration/scenarios_declarative/test_data/core/test_fenced_artifact_description_valid.yaml +47 -0
- solace_agent_mesh-1.0.3/tests/integration/scenarios_declarative/test_data/core/test_fenced_artifact_filename_embed.yaml +44 -0
- solace_agent_mesh-1.0.3/tests/integration/scenarios_declarative/test_data/core/test_fenced_artifact_filename_empty.yaml +40 -0
- solace_agent_mesh-1.0.3/tests/integration/scenarios_declarative/test_data/core/test_fenced_artifact_filename_long.yaml +44 -0
- solace_agent_mesh-1.0.3/tests/integration/scenarios_declarative/test_data/core/test_fenced_artifact_filename_missing.yaml +40 -0
- solace_agent_mesh-1.0.3/tests/integration/scenarios_declarative/test_data/core/test_fenced_artifact_filename_special_chars.yaml +49 -0
- solace_agent_mesh-1.0.3/tests/integration/scenarios_declarative/test_data/core/test_fenced_artifact_filename_traversal.yaml +40 -0
- solace_agent_mesh-1.0.3/tests/integration/scenarios_declarative/test_data/core/test_fenced_artifact_filename_unicode.yaml +46 -0
- solace_agent_mesh-1.0.3/tests/integration/scenarios_declarative/test_data/core/test_fenced_artifact_filename_versioning.yaml +57 -0
- solace_agent_mesh-1.0.3/tests/integration/scenarios_declarative/test_data/embeds/early/test_artifact_meta_existing_latest.yaml +39 -0
- solace_agent_mesh-1.0.3/tests/integration/scenarios_declarative/test_data/embeds/early/test_artifact_meta_existing_specific_version.yaml +36 -0
- solace_agent_mesh-1.0.3/tests/integration/scenarios_declarative/test_data/embeds/early/test_artifact_meta_non_existent_artifact.yaml +17 -0
- solace_agent_mesh-1.0.3/tests/integration/scenarios_declarative/test_data/embeds/early/test_artifact_meta_non_existent_version.yaml +23 -0
- solace_agent_mesh-1.0.3/tests/integration/scenarios_declarative/test_data/embeds/early/test_datetime_custom_format_full.yaml +18 -0
- solace_agent_mesh-1.0.3/tests/integration/scenarios_declarative/test_data/embeds/early/test_datetime_custom_format_ymd.yaml +17 -0
- solace_agent_mesh-1.0.3/tests/integration/scenarios_declarative/test_data/embeds/early/test_datetime_date.yaml +18 -0
- solace_agent_mesh-1.0.3/tests/integration/scenarios_declarative/test_data/embeds/early/test_datetime_invalid_keyword.yaml +17 -0
- solace_agent_mesh-1.0.3/tests/integration/scenarios_declarative/test_data/embeds/early/test_datetime_iso.yaml +17 -0
- solace_agent_mesh-1.0.3/tests/integration/scenarios_declarative/test_data/embeds/early/test_datetime_no_format.yaml +17 -0
- solace_agent_mesh-1.0.3/tests/integration/scenarios_declarative/test_data/embeds/early/test_datetime_now.yaml +18 -0
- solace_agent_mesh-1.0.3/tests/integration/scenarios_declarative/test_data/embeds/early/test_datetime_time.yaml +18 -0
- solace_agent_mesh-1.0.3/tests/integration/scenarios_declarative/test_data/embeds/early/test_datetime_timestamp.yaml +18 -0
- solace_agent_mesh-1.0.3/tests/integration/scenarios_declarative/test_data/embeds/early/test_math_abs.yaml +17 -0
- solace_agent_mesh-1.0.3/tests/integration/scenarios_declarative/test_data/embeds/early/test_math_basic_addition.yaml +17 -0
- solace_agent_mesh-1.0.3/tests/integration/scenarios_declarative/test_data/embeds/early/test_math_complex_expression.yaml +17 -0
- solace_agent_mesh-1.0.3/tests/integration/scenarios_declarative/test_data/embeds/early/test_math_cos_pi.yaml +17 -0
- solace_agent_mesh-1.0.3/tests/integration/scenarios_declarative/test_data/embeds/early/test_math_cos_radians_60.yaml +17 -0
- solace_agent_mesh-1.0.3/tests/integration/scenarios_declarative/test_data/embeds/early/test_math_cos_zero.yaml +17 -0
- solace_agent_mesh-1.0.3/tests/integration/scenarios_declarative/test_data/embeds/early/test_math_cosh_one.yaml +17 -0
- solace_agent_mesh-1.0.3/tests/integration/scenarios_declarative/test_data/embeds/early/test_math_cosh_zero.yaml +17 -0
- solace_agent_mesh-1.0.3/tests/integration/scenarios_declarative/test_data/embeds/early/test_math_division.yaml +17 -0
- solace_agent_mesh-1.0.3/tests/integration/scenarios_declarative/test_data/embeds/early/test_math_e_constant.yaml +17 -0
- solace_agent_mesh-1.0.3/tests/integration/scenarios_declarative/test_data/embeds/early/test_math_exp.yaml +17 -0
- solace_agent_mesh-1.0.3/tests/integration/scenarios_declarative/test_data/embeds/early/test_math_expression_with_spaces.yaml +17 -0
- solace_agent_mesh-1.0.3/tests/integration/scenarios_declarative/test_data/embeds/early/test_math_factorial.yaml +17 -0
- solace_agent_mesh-1.0.3/tests/integration/scenarios_declarative/test_data/embeds/early/test_math_inf_constant.yaml +17 -0
- solace_agent_mesh-1.0.3/tests/integration/scenarios_declarative/test_data/embeds/early/test_math_invalid_expression.yaml +17 -0
- solace_agent_mesh-1.0.3/tests/integration/scenarios_declarative/test_data/embeds/early/test_math_invalid_format_specifier.yaml +17 -0
- solace_agent_mesh-1.0.3/tests/integration/scenarios_declarative/test_data/embeds/early/test_math_log.yaml +17 -0
- solace_agent_mesh-1.0.3/tests/integration/scenarios_declarative/test_data/embeds/early/test_math_log_base10.yaml +17 -0
- solace_agent_mesh-1.0.3/tests/integration/scenarios_declarative/test_data/embeds/early/test_math_max.yaml +17 -0
- solace_agent_mesh-1.0.3/tests/integration/scenarios_declarative/test_data/embeds/early/test_math_min.yaml +17 -0
- solace_agent_mesh-1.0.3/tests/integration/scenarios_declarative/test_data/embeds/early/test_math_multiplication.yaml +17 -0
- solace_agent_mesh-1.0.3/tests/integration/scenarios_declarative/test_data/embeds/early/test_math_no_expression.yaml +17 -0
- solace_agent_mesh-1.0.3/tests/integration/scenarios_declarative/test_data/embeds/early/test_math_pi_constant.yaml +17 -0
- solace_agent_mesh-1.0.3/tests/integration/scenarios_declarative/test_data/embeds/early/test_math_pow.yaml +17 -0
- solace_agent_mesh-1.0.3/tests/integration/scenarios_declarative/test_data/embeds/early/test_math_radians_explicit.yaml +17 -0
- solace_agent_mesh-1.0.3/tests/integration/scenarios_declarative/test_data/embeds/early/test_math_randint.yaml +18 -0
- solace_agent_mesh-1.0.3/tests/integration/scenarios_declarative/test_data/embeds/early/test_math_random.yaml +18 -0
- solace_agent_mesh-1.0.3/tests/integration/scenarios_declarative/test_data/embeds/early/test_math_round_down.yaml +17 -0
- solace_agent_mesh-1.0.3/tests/integration/scenarios_declarative/test_data/embeds/early/test_math_round_up.yaml +17 -0
- solace_agent_mesh-1.0.3/tests/integration/scenarios_declarative/test_data/embeds/early/test_math_round_with_digits.yaml +17 -0
- solace_agent_mesh-1.0.3/tests/integration/scenarios_declarative/test_data/embeds/early/test_math_sin_pi_half.yaml +17 -0
- solace_agent_mesh-1.0.3/tests/integration/scenarios_declarative/test_data/embeds/early/test_math_sin_radians_30.yaml +17 -0
- solace_agent_mesh-1.0.3/tests/integration/scenarios_declarative/test_data/embeds/early/test_math_sin_zero.yaml +17 -0
- solace_agent_mesh-1.0.3/tests/integration/scenarios_declarative/test_data/embeds/early/test_math_sinh_one.yaml +17 -0
- solace_agent_mesh-1.0.3/tests/integration/scenarios_declarative/test_data/embeds/early/test_math_sinh_zero.yaml +17 -0
- solace_agent_mesh-1.0.3/tests/integration/scenarios_declarative/test_data/embeds/early/test_math_sqrt.yaml +17 -0
- solace_agent_mesh-1.0.3/tests/integration/scenarios_declarative/test_data/embeds/early/test_math_subtraction.yaml +17 -0
- solace_agent_mesh-1.0.3/tests/integration/scenarios_declarative/test_data/embeds/early/test_math_sum.yaml +17 -0
- solace_agent_mesh-1.0.3/tests/integration/scenarios_declarative/test_data/embeds/early/test_math_tan_pi_quarter.yaml +17 -0
- solace_agent_mesh-1.0.3/tests/integration/scenarios_declarative/test_data/embeds/early/test_math_tan_radians_45.yaml +17 -0
- solace_agent_mesh-1.0.3/tests/integration/scenarios_declarative/test_data/embeds/early/test_math_tan_zero.yaml +17 -0
- solace_agent_mesh-1.0.3/tests/integration/scenarios_declarative/test_data/embeds/early/test_math_tanh_one.yaml +17 -0
- solace_agent_mesh-1.0.3/tests/integration/scenarios_declarative/test_data/embeds/early/test_math_tanh_zero.yaml +17 -0
- solace_agent_mesh-1.0.3/tests/integration/scenarios_declarative/test_data/embeds/early/test_math_uniform.yaml +18 -0
- solace_agent_mesh-1.0.3/tests/integration/scenarios_declarative/test_data/embeds/early/test_math_with_format_specifier_float.yaml +17 -0
- solace_agent_mesh-1.0.3/tests/integration/scenarios_declarative/test_data/embeds/early/test_math_with_format_specifier_int.yaml +17 -0
- solace_agent_mesh-1.0.3/tests/integration/scenarios_declarative/test_data/embeds/early/test_status_update_empty_message.yaml +24 -0
- solace_agent_mesh-1.0.3/tests/integration/scenarios_declarative/test_data/embeds/early/test_status_update_multiple.yaml +30 -0
- solace_agent_mesh-1.0.3/tests/integration/scenarios_declarative/test_data/embeds/early/test_status_update_only_status_update.yaml +26 -0
- solace_agent_mesh-1.0.3/tests/integration/scenarios_declarative/test_data/embeds/early/test_status_update_single.yaml +24 -0
- solace_agent_mesh-1.0.3/tests/integration/scenarios_declarative/test_data/embeds/early/test_status_update_with_tool_call.yaml +73 -0
- solace_agent_mesh-1.0.3/tests/integration/scenarios_declarative/test_data/embeds/early/test_uuid_generation.yaml +18 -0
- solace_agent_mesh-1.0.3/tests/integration/scenarios_declarative/test_data/embeds/early/test_uuid_multiple_generations.yaml +23 -0
- solace_agent_mesh-1.0.3/tests/integration/scenarios_declarative/test_data/embeds/general/test_embed_chain_malformed.yaml +21 -0
- solace_agent_mesh-1.0.3/tests/integration/scenarios_declarative/test_data/embeds/general/test_embed_malformed_extra_spaces.yaml +17 -0
- solace_agent_mesh-1.0.3/tests/integration/scenarios_declarative/test_data/embeds/general/test_embed_malformed_no_close_delimiter.yaml +17 -0
- solace_agent_mesh-1.0.3/tests/integration/scenarios_declarative/test_data/embeds/general/test_embed_only_delimiters_with_colon.yaml +17 -0
- solace_agent_mesh-1.0.3/tests/integration/scenarios_declarative/test_data/embeds/late/test_ac_chain_jsonpath_grep_head.yaml +21 -0
- solace_agent_mesh-1.0.3/tests/integration/scenarios_declarative/test_data/embeds/late/test_ac_filter_select_csv.yaml +21 -0
- solace_agent_mesh-1.0.3/tests/integration/scenarios_declarative/test_data/embeds/late/test_ac_grep_no_match.yaml +22 -0
- solace_agent_mesh-1.0.3/tests/integration/scenarios_declarative/test_data/embeds/late/test_ac_grep_simple.yaml +21 -0
- solace_agent_mesh-1.0.3/tests/integration/scenarios_declarative/test_data/embeds/late/test_ac_head.yaml +21 -0
- solace_agent_mesh-1.0.3/tests/integration/scenarios_declarative/test_data/embeds/late/test_ac_head_more_than_lines.yaml +21 -0
- solace_agent_mesh-1.0.3/tests/integration/scenarios_declarative/test_data/embeds/late/test_ac_jsonpath_array.yaml +21 -0
- solace_agent_mesh-1.0.3/tests/integration/scenarios_declarative/test_data/embeds/late/test_ac_jsonpath_no_match.yaml +22 -0
- solace_agent_mesh-1.0.3/tests/integration/scenarios_declarative/test_data/embeds/late/test_ac_jsonpath_on_non_json.yaml +21 -0
- solace_agent_mesh-1.0.3/tests/integration/scenarios_declarative/test_data/embeds/late/test_ac_jsonpath_simple.yaml +21 -0
- solace_agent_mesh-1.0.3/tests/integration/scenarios_declarative/test_data/embeds/late/test_ac_recursive_depth_limit.yaml +48 -0
- solace_agent_mesh-1.0.3/tests/integration/scenarios_declarative/test_data/embeds/late/test_ac_recursive_size_limit_in_parent.yaml +38 -0
- solace_agent_mesh-1.0.3/tests/integration/scenarios_declarative/test_data/embeds/late/test_ac_recursive_template_with_embed.yaml +27 -0
- solace_agent_mesh-1.0.3/tests/integration/scenarios_declarative/test_data/embeds/late/test_ac_select_fields_from_object_list.yaml +30 -0
- solace_agent_mesh-1.0.3/tests/integration/scenarios_declarative/test_data/embeds/late/test_ac_select_fields_missing_field.yaml +21 -0
- solace_agent_mesh-1.0.3/tests/integration/scenarios_declarative/test_data/embeds/late/test_ac_tail.yaml +21 -0
- solace_agent_mesh-1.0.3/tests/integration/scenarios_declarative/test_data/embeds/late/test_ac_template_csv_input.yaml +24 -0
- solace_agent_mesh-1.0.3/tests/integration/scenarios_declarative/test_data/embeds/late/test_ac_template_json_list_input.yaml +24 -0
- solace_agent_mesh-1.0.3/tests/integration/scenarios_declarative/test_data/embeds/late/test_ac_template_json_object_input.yaml +24 -0
- solace_agent_mesh-1.0.3/tests/integration/scenarios_declarative/test_data/embeds/late/test_ac_template_missing_template_file.yaml +21 -0
- solace_agent_mesh-1.0.3/tests/integration/scenarios_declarative/test_data/embeds/late/test_ac_template_string_input.yaml +24 -0
- solace_agent_mesh-1.0.3/tests/integration/scenarios_declarative/test_data/embeds/late/test_artifact_content_binary_as_datauri.yaml +21 -0
- solace_agent_mesh-1.0.3/tests/integration/scenarios_declarative/test_data/embeds/late/test_artifact_content_csv_as_csv.yaml +21 -0
- solace_agent_mesh-1.0.3/tests/integration/scenarios_declarative/test_data/embeds/late/test_artifact_content_default_format_binary.yaml +21 -0
- solace_agent_mesh-1.0.3/tests/integration/scenarios_declarative/test_data/embeds/late/test_artifact_content_default_format_text.yaml +21 -0
- solace_agent_mesh-1.0.3/tests/integration/scenarios_declarative/test_data/embeds/late/test_artifact_content_invalid_format_specifier.yaml +22 -0
- solace_agent_mesh-1.0.3/tests/integration/scenarios_declarative/test_data/embeds/late/test_artifact_content_json_as_json_pretty.yaml +29 -0
- solace_agent_mesh-1.0.3/tests/integration/scenarios_declarative/test_data/embeds/late/test_artifact_content_json_as_text.yaml +21 -0
- solace_agent_mesh-1.0.3/tests/integration/scenarios_declarative/test_data/embeds/late/test_artifact_content_specific_version.yaml +24 -0
- solace_agent_mesh-1.0.3/tests/integration/scenarios_declarative/test_data/embeds/late/test_artifact_content_text_plain.yaml +21 -0
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- solace_agent_mesh-1.0.3/tests/integration/scenarios_declarative/test_data/image_tools/describe_audio/test_describe_audio_api_error.yaml +45 -0
- solace_agent_mesh-1.0.3/tests/integration/scenarios_declarative/test_data/image_tools/describe_audio/test_describe_audio_custom_prompt.yaml +46 -0
- solace_agent_mesh-1.0.3/tests/integration/scenarios_declarative/test_data/image_tools/describe_audio/test_describe_audio_empty_artifact.yaml +46 -0
- 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
- 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
- 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
- solace_agent_mesh-1.0.3/tests/integration/scenarios_declarative/test_data/image_tools/describe_audio/test_describe_audio_large_file.yaml +48 -0
- 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
- solace_agent_mesh-1.0.3/tests/integration/scenarios_declarative/test_data/image_tools/describe_audio/test_describe_audio_malformed_filename.yaml +41 -0
- solace_agent_mesh-1.0.3/tests/integration/scenarios_declarative/test_data/image_tools/describe_audio/test_describe_audio_path_traversal.yaml +36 -0
- solace_agent_mesh-1.0.3/tests/integration/scenarios_declarative/test_data/image_tools/describe_audio/test_describe_audio_prompt_injection.yaml +46 -0
- solace_agent_mesh-1.0.3/tests/integration/scenarios_declarative/test_data/image_tools/describe_audio/test_describe_audio_specific_version.yaml +49 -0
- solace_agent_mesh-1.0.3/tests/integration/scenarios_declarative/test_data/image_tools/describe_audio/test_describe_audio_unsupported_format.yaml +41 -0
- solace_agent_mesh-1.0.3/tests/integration/scenarios_declarative/test_data/image_tools/describe_image/test_describe_image_empty_artifact.yaml +58 -0
- 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
- solace_agent_mesh-1.0.3/tests/integration/scenarios_declarative/test_data/image_tools/describe_image/test_describe_image_happy_path.yaml +65 -0
- 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
- solace_agent_mesh-1.0.3/tests/integration/scenarios_declarative/test_data/image_tools/describe_image/test_describe_image_path_traversal.yaml +54 -0
- solace_agent_mesh-1.0.3/tests/integration/scenarios_declarative/test_data/image_tools/describe_image/test_describe_image_specific_version.yaml +80 -0
- solace_agent_mesh-1.0.3/tests/integration/scenarios_declarative/test_data/image_tools/describe_image/test_describe_image_unsupported_format.yaml +50 -0
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- solace_agent_mesh-1.0.3/tests/integration/scenarios_declarative/test_data/multi_agent/delegation/test_peer_e2e_artifact_passing.yaml +96 -0
- solace_agent_mesh-1.0.3/tests/integration/scenarios_declarative/test_data/multi_agent/delegation/test_peer_request_with_artifact.yaml +73 -0
- solace_agent_mesh-1.0.3/tests/integration/scenarios_declarative/test_data/multi_agent/delegation/test_peer_request_with_nonexistent_artifact.yaml +61 -0
- solace_agent_mesh-1.0.3/tests/integration/scenarios_declarative/test_data/multi_agent/delegation/test_peer_response_with_artifact.yaml +91 -0
- solace_agent_mesh-1.0.3/tests/integration/scenarios_declarative/test_data/multi_agent/delegation/test_three_agent_hierarchy.yaml +96 -0
- solace_agent_mesh-1.0.3/tests/integration/scenarios_declarative/test_data/notifications/test_llm_invocation_notification.yaml +32 -0
- solace_agent_mesh-1.0.3/tests/integration/scenarios_declarative/test_data/notifications/test_llm_response_notification.yaml +38 -0
- solace_agent_mesh-1.0.3/tests/integration/scenarios_declarative/test_data/notifications/test_tool_invocation_notification.yaml +75 -0
- solace_agent_mesh-1.0.3/tests/integration/scenarios_declarative/test_data/test_basic_text_response.yaml +73 -0
- solace_agent_mesh-1.0.3/tests/integration/scenarios_declarative/test_data/test_simple_tool_call.yaml +88 -0
- solace_agent_mesh-1.0.3/tests/integration/scenarios_declarative/test_data/web_tools/test_ssrf_localhost_blocked.yaml +75 -0
- solace_agent_mesh-1.0.3/tests/integration/scenarios_declarative/test_data/web_tools/web_request/test_web_block_file_url.yaml +53 -0
- solace_agent_mesh-1.0.3/tests/integration/scenarios_declarative/test_data/web_tools/web_request/test_web_block_private_ip.yaml +53 -0
- solace_agent_mesh-1.0.3/tests/integration/scenarios_declarative/test_data/web_tools/web_request/test_web_content_type_json.yaml +59 -0
- solace_agent_mesh-1.0.3/tests/integration/scenarios_declarative/test_data/web_tools/web_request/test_web_dns_failure.yaml +53 -0
- solace_agent_mesh-1.0.3/tests/integration/scenarios_declarative/test_data/web_tools/web_request/test_web_invalid_url.yaml +53 -0
- solace_agent_mesh-1.0.3/tests/integration/scenarios_declarative/test_data/web_tools/web_request/test_web_large_response.yaml +56 -0
- solace_agent_mesh-1.0.3/tests/integration/scenarios_declarative/test_data/web_tools/web_request/test_web_post_request.yaml +59 -0
- solace_agent_mesh-1.0.3/tests/integration/scenarios_declarative/test_data/web_tools/web_request/test_web_redirect_to_unsafe.yaml +53 -0
- solace_agent_mesh-1.0.3/tests/integration/scenarios_declarative/test_data/web_tools/web_request/test_web_request_timeout.yaml +54 -0
- solace_agent_mesh-1.0.3/tests/integration/scenarios_declarative/test_declarative_runner.py +1903 -0
- solace_agent_mesh-1.0.3/tests/integration/scenarios_programmatic/test_agent_cards.py +201 -0
- solace_agent_mesh-1.0.3/tests/integration/scenarios_programmatic/test_basic_flows.py +191 -0
- solace_agent_mesh-1.0.3/tests/integration/scenarios_programmatic/test_cancellation_flows.py +559 -0
- solace_agent_mesh-1.0.3/tests/integration/scenarios_programmatic/test_client.py +220 -0
- solace_agent_mesh-1.0.3/tests/integration/scenarios_programmatic/test_helpers.py +286 -0
- solace_agent_mesh-1.0.3/tests/integration/scenarios_programmatic/test_middleware.py +240 -0
- solace_agent_mesh-1.0.3/tests/integration/scenarios_programmatic/test_server.py +173 -0
- solace_agent_mesh-1.0.3/tests/integration/scenarios_programmatic/test_services.py +171 -0
- solace_agent_mesh-1.0.3/tests/integration/scenarios_programmatic/test_stress.py +447 -0
- solace_agent_mesh-1.0.3/tests/integration/scenarios_programmatic/test_tool_registry.py +171 -0
- solace_agent_mesh-1.0.3/tests/integration/test_support/identity_service_users.json +16 -0
- solace_agent_mesh-1.0.3/tests/integration/test_support/identity_service_users_invalid_json.json +16 -0
- solace_agent_mesh-1.0.3/tests/pytest_marker_runner.sh +104 -0
- solace_agent_mesh-1.0.3/tests/sam-test-infrastructure/README.md +3 -0
- solace_agent_mesh-1.0.3/tests/sam-test-infrastructure/pyproject.toml +28 -0
- solace_agent_mesh-1.0.3/tests/sam-test-infrastructure/src/sam_test_infrastructure/a2a_validator/validator.py +277 -0
- solace_agent_mesh-1.0.3/tests/sam-test-infrastructure/src/sam_test_infrastructure/gateway_interface/app.py +50 -0
- solace_agent_mesh-1.0.3/tests/sam-test-infrastructure/src/sam_test_infrastructure/gateway_interface/component.py +452 -0
- solace_agent_mesh-1.0.3/tests/sam-test-infrastructure/src/sam_test_infrastructure/memory_monitor/memory_monitor.py +354 -0
- solace_agent_mesh-1.0.1/.dockerignore +0 -26
- solace_agent_mesh-1.0.1/.github/workflows/ci.yaml +0 -66
- solace_agent_mesh-1.0.1/.github/workflows/push-docker.yml +0 -52
- solace_agent_mesh-1.0.1/.github/workflows/release.yml +0 -68
- solace_agent_mesh-1.0.1/.vscode/launch.json +0 -178
- solace_agent_mesh-1.0.1/Dockerfile +0 -47
- solace_agent_mesh-1.0.1/PKG-INFO +0 -432
- solace_agent_mesh-1.0.1/README.md +0 -161
- solace_agent_mesh-1.0.1/assets/client/webui/assets/main-An0a5j5k.js +0 -663
- solace_agent_mesh-1.0.1/assets/client/webui/assets/main-Bu5-4Bac.css +0 -1
- solace_agent_mesh-1.0.1/assets/client/webui/index.html +0 -15
- solace_agent_mesh-1.0.1/assets/config_portal/client/assets/_index-DNxCwAGB.js +0 -48
- solace_agent_mesh-1.0.1/assets/config_portal/client/assets/manifest-d2b54a97.js +0 -1
- solace_agent_mesh-1.0.1/assets/config_portal/client/index.html +0 -7
- solace_agent_mesh-1.0.1/assets/docs/404.html +0 -16
- solace_agent_mesh-1.0.1/assets/docs/assets/js/04989206.674a8007.js +0 -1
- solace_agent_mesh-1.0.1/assets/docs/assets/js/1023fc19.015679ca.js +0 -1
- solace_agent_mesh-1.0.1/assets/docs/assets/js/1c6e87d2.23bccffb.js +0 -1
- solace_agent_mesh-1.0.1/assets/docs/assets/js/3d406171.f722eaf5.js +0 -1
- solace_agent_mesh-1.0.1/assets/docs/assets/js/9eff14a2.1bf8f61c.js +0 -1
- solace_agent_mesh-1.0.1/assets/docs/assets/js/aba87c2f.d3e2dcc3.js +0 -1
- solace_agent_mesh-1.0.1/assets/docs/assets/js/ae4415af.8e279b5d.js +0 -1
- solace_agent_mesh-1.0.1/assets/docs/assets/js/b7006a3a.40b10c9d.js +0 -1
- solace_agent_mesh-1.0.1/assets/docs/assets/js/bb2ef573.207e6990.js +0 -1
- solace_agent_mesh-1.0.1/assets/docs/assets/js/cc969b05.954186d4.js +0 -1
- solace_agent_mesh-1.0.1/assets/docs/assets/js/f284c35a.ecc3d195.js +0 -1
- solace_agent_mesh-1.0.1/assets/docs/assets/js/f897a61a.2c2e152c.js +0 -1
- solace_agent_mesh-1.0.1/assets/docs/assets/js/main.adfca1bc.js +0 -2
- solace_agent_mesh-1.0.1/assets/docs/assets/js/runtime~main.d9520ae2.js +0 -1
- solace_agent_mesh-1.0.1/assets/docs/docs/documentation/concepts/agents/index.html +0 -128
- solace_agent_mesh-1.0.1/assets/docs/docs/documentation/concepts/architecture/index.html +0 -91
- solace_agent_mesh-1.0.1/assets/docs/docs/documentation/concepts/cli/index.html +0 -201
- solace_agent_mesh-1.0.1/assets/docs/docs/documentation/concepts/gateways/index.html +0 -91
- solace_agent_mesh-1.0.1/assets/docs/docs/documentation/concepts/orchestrator/index.html +0 -55
- solace_agent_mesh-1.0.1/assets/docs/docs/documentation/concepts/plugins/index.html +0 -82
- solace_agent_mesh-1.0.1/assets/docs/docs/documentation/deployment/debugging/index.html +0 -60
- solace_agent_mesh-1.0.1/assets/docs/docs/documentation/deployment/deploy/index.html +0 -48
- solace_agent_mesh-1.0.1/assets/docs/docs/documentation/deployment/observability/index.html +0 -54
- solace_agent_mesh-1.0.1/assets/docs/docs/documentation/enterprise/index.html +0 -17
- solace_agent_mesh-1.0.1/assets/docs/docs/documentation/getting-started/component-overview/index.html +0 -45
- solace_agent_mesh-1.0.1/assets/docs/docs/documentation/getting-started/installation/index.html +0 -76
- solace_agent_mesh-1.0.1/assets/docs/docs/documentation/getting-started/introduction/index.html +0 -150
- solace_agent_mesh-1.0.1/assets/docs/docs/documentation/getting-started/quick-start/index.html +0 -54
- solace_agent_mesh-1.0.1/assets/docs/docs/documentation/tutorials/bedrock-agents/index.html +0 -267
- solace_agent_mesh-1.0.1/assets/docs/docs/documentation/tutorials/custom-agent/index.html +0 -136
- solace_agent_mesh-1.0.1/assets/docs/docs/documentation/tutorials/event-mesh-gateway/index.html +0 -116
- solace_agent_mesh-1.0.1/assets/docs/docs/documentation/tutorials/mcp-integration/index.html +0 -80
- solace_agent_mesh-1.0.1/assets/docs/docs/documentation/tutorials/mongodb-integration/index.html +0 -164
- solace_agent_mesh-1.0.1/assets/docs/docs/documentation/tutorials/rest-gateway/index.html +0 -57
- solace_agent_mesh-1.0.1/assets/docs/docs/documentation/tutorials/slack-integration/index.html +0 -72
- solace_agent_mesh-1.0.1/assets/docs/docs/documentation/tutorials/sql-database/index.html +0 -102
- solace_agent_mesh-1.0.1/assets/docs/docs/documentation/user-guide/builtin-tools/artifact-management/index.html +0 -99
- solace_agent_mesh-1.0.1/assets/docs/docs/documentation/user-guide/builtin-tools/audio-tools/index.html +0 -90
- solace_agent_mesh-1.0.1/assets/docs/docs/documentation/user-guide/builtin-tools/data-analysis-tools/index.html +0 -107
- solace_agent_mesh-1.0.1/assets/docs/docs/documentation/user-guide/builtin-tools/embeds/index.html +0 -152
- solace_agent_mesh-1.0.1/assets/docs/docs/documentation/user-guide/builtin-tools/index.html +0 -103
- solace_agent_mesh-1.0.1/assets/docs/docs/documentation/user-guide/create-agents/index.html +0 -170
- solace_agent_mesh-1.0.1/assets/docs/docs/documentation/user-guide/create-gateways/index.html +0 -200
- solace_agent_mesh-1.0.1/assets/docs/docs/documentation/user-guide/creating-service-providers/index.html +0 -54
- solace_agent_mesh-1.0.1/assets/docs/docs/documentation/user-guide/solace-ai-connector/index.html +0 -69
- solace_agent_mesh-1.0.1/assets/docs/docs/documentation/user-guide/structure/index.html +0 -59
- solace_agent_mesh-1.0.1/assets/docs/img/Solace_AI_Framework_README.png +0 -0
- solace_agent_mesh-1.0.1/assets/docs/lunr-index-1753813425209.json +0 -1
- solace_agent_mesh-1.0.1/assets/docs/lunr-index.json +0 -1
- solace_agent_mesh-1.0.1/assets/docs/search-doc-1753813425209.json +0 -1
- solace_agent_mesh-1.0.1/assets/docs/search-doc.json +0 -1
- solace_agent_mesh-1.0.1/assets/docs/sitemap.xml +0 -1
- solace_agent_mesh-1.0.1/cli/__init__.py +0 -1
- solace_agent_mesh-1.0.1/cli/commands/init_cmd/env_step.py +0 -197
- solace_agent_mesh-1.0.1/cli/commands/init_cmd/orchestrator_step.py +0 -387
- solace_agent_mesh-1.0.1/cli/commands/plugin_cmd/catalog_cmd.py +0 -138
- solace_agent_mesh-1.0.1/cli/commands/plugin_cmd/official_registry.py +0 -174
- solace_agent_mesh-1.0.1/cli/commands/run_cmd.py +0 -158
- solace_agent_mesh-1.0.1/cli/main.py +0 -41
- solace_agent_mesh-1.0.1/client/sam-rest-client/README.md +0 -79
- solace_agent_mesh-1.0.1/client/webui/frontend/package-lock.json +0 -5326
- solace_agent_mesh-1.0.1/client/webui/frontend/package.json +0 -85
- solace_agent_mesh-1.0.1/client/webui/frontend/src/lib/components/activities/FlowChart/taskToFlowData.helpers.ts +0 -749
- solace_agent_mesh-1.0.1/client/webui/frontend/src/lib/components/activities/FlowChart/taskToFlowData.ts +0 -725
- solace_agent_mesh-1.0.1/client/webui/frontend/src/lib/components/activities/FlowChartPanel.tsx +0 -566
- solace_agent_mesh-1.0.1/client/webui/frontend/src/lib/components/activities/index.ts +0 -3
- solace_agent_mesh-1.0.1/client/webui/frontend/src/lib/components/activities/taskVisualizerProcessor.ts +0 -1010
- solace_agent_mesh-1.0.1/client/webui/frontend/src/lib/components/agents/AgentMeshCards.tsx +0 -57
- solace_agent_mesh-1.0.1/client/webui/frontend/src/lib/components/chat/ChatInputArea.tsx +0 -197
- solace_agent_mesh-1.0.1/client/webui/frontend/src/lib/components/chat/ChatMessage.tsx +0 -136
- solace_agent_mesh-1.0.1/client/webui/frontend/src/lib/components/chat/ChatSidePanel.tsx +0 -122
- solace_agent_mesh-1.0.1/client/webui/frontend/src/lib/components/chat/LoadingMessageRow.tsx +0 -23
- solace_agent_mesh-1.0.1/client/webui/frontend/src/lib/components/chat/SessionSidePanel.tsx +0 -39
- solace_agent_mesh-1.0.1/client/webui/frontend/src/lib/components/chat/artifact/ArtifactCard.tsx +0 -136
- solace_agent_mesh-1.0.1/client/webui/frontend/src/lib/components/chat/artifact/ArtifactDeleteDialog.tsx +0 -37
- solace_agent_mesh-1.0.1/client/webui/frontend/src/lib/components/chat/artifact/ArtifactDetails.tsx +0 -111
- solace_agent_mesh-1.0.1/client/webui/frontend/src/lib/components/chat/artifact/ArtifactMorePopover.tsx +0 -31
- solace_agent_mesh-1.0.1/client/webui/frontend/src/lib/components/chat/artifact/ArtifactPanel.tsx +0 -99
- solace_agent_mesh-1.0.1/client/webui/frontend/src/lib/components/chat/artifact/ArtifactSortPopover.tsx +0 -52
- solace_agent_mesh-1.0.1/client/webui/frontend/src/lib/components/chat/file/FileMessage.tsx +0 -63
- solace_agent_mesh-1.0.1/client/webui/frontend/src/lib/components/chat/preview/ContentRenderer.tsx +0 -48
- solace_agent_mesh-1.0.1/client/webui/frontend/src/lib/components/chat/preview/Renderers/AudioRenderer.tsx +0 -19
- solace_agent_mesh-1.0.1/client/webui/frontend/src/lib/components/chat/preview/Renderers/CsvRenderer.tsx +0 -120
- solace_agent_mesh-1.0.1/client/webui/frontend/src/lib/components/chat/preview/Renderers/ImageRenderer.tsx +0 -22
- solace_agent_mesh-1.0.1/client/webui/frontend/src/lib/components/chat/preview/Renderers/MarkdownRenderer.tsx +0 -16
- solace_agent_mesh-1.0.1/client/webui/frontend/src/lib/components/chat/preview/Renderers/MermaidRenderer.tsx +0 -210
- solace_agent_mesh-1.0.1/client/webui/frontend/src/lib/components/chat/preview/Renderers/StructuredDataRenderer.tsx +0 -72
- solace_agent_mesh-1.0.1/client/webui/frontend/src/lib/components/chat/preview/Renderers/index.ts +0 -17
- solace_agent_mesh-1.0.1/client/webui/frontend/src/lib/components/index.ts +0 -13
- solace_agent_mesh-1.0.1/client/webui/frontend/src/lib/components/navigation/NavigationButton.tsx +0 -48
- solace_agent_mesh-1.0.1/client/webui/frontend/src/lib/components/navigation/NavigationHeader.tsx +0 -27
- solace_agent_mesh-1.0.1/client/webui/frontend/src/lib/components/navigation/NavigationList.tsx +0 -59
- solace_agent_mesh-1.0.1/client/webui/frontend/src/lib/components/pages/ChatPage.tsx +0 -245
- solace_agent_mesh-1.0.1/client/webui/frontend/src/lib/components/settings/SettingsPopover.tsx +0 -33
- solace_agent_mesh-1.0.1/client/webui/frontend/src/lib/components/settings/index.ts +0 -1
- solace_agent_mesh-1.0.1/client/webui/frontend/src/lib/components/ui/badge.tsx +0 -27
- solace_agent_mesh-1.0.1/client/webui/frontend/src/lib/components/ui/button.tsx +0 -69
- solace_agent_mesh-1.0.1/client/webui/frontend/src/lib/components/ui/chat/chat-input.tsx +0 -12
- solace_agent_mesh-1.0.1/client/webui/frontend/src/lib/components/ui/chat/chat-message-list.tsx +0 -51
- solace_agent_mesh-1.0.1/client/webui/frontend/src/lib/components/ui/chat/hooks/useAutoScroll.tsx +0 -130
- solace_agent_mesh-1.0.1/client/webui/frontend/src/lib/components/ui/chat/message-loading.tsx +0 -6
- solace_agent_mesh-1.0.1/client/webui/frontend/src/lib/components/ui/menu.tsx +0 -91
- solace_agent_mesh-1.0.1/client/webui/frontend/src/lib/components/ui/popover.tsx +0 -35
- solace_agent_mesh-1.0.1/client/webui/frontend/src/lib/components/ui/select.tsx +0 -110
- solace_agent_mesh-1.0.1/client/webui/frontend/src/lib/components/ui/tabs.tsx +0 -31
- solace_agent_mesh-1.0.1/client/webui/frontend/src/lib/contexts/ChatContext.ts +0 -68
- solace_agent_mesh-1.0.1/client/webui/frontend/src/lib/contexts/TaskContext.ts +0 -27
- solace_agent_mesh-1.0.1/client/webui/frontend/src/lib/providers/ChatProvider.tsx +0 -939
- solace_agent_mesh-1.0.1/client/webui/frontend/src/lib/providers/TaskProvider.tsx +0 -330
- solace_agent_mesh-1.0.1/client/webui/frontend/tsconfig.app.json +0 -33
- solace_agent_mesh-1.0.1/client/webui/frontend/tsconfig.lib.json +0 -35
- solace_agent_mesh-1.0.1/client/webui/llm_detail.txt +0 -4249
- solace_agent_mesh-1.0.1/config_portal/backend/common.py +0 -77
- solace_agent_mesh-1.0.1/config_portal/backend/plugin_catalog/constants.py +0 -23
- solace_agent_mesh-1.0.1/config_portal/backend/plugin_catalog/registry_manager.py +0 -160
- solace_agent_mesh-1.0.1/config_portal/backend/plugin_catalog/scraper.py +0 -525
- solace_agent_mesh-1.0.1/config_portal/backend/plugin_catalog_server.py +0 -216
- solace_agent_mesh-1.0.1/config_portal/backend/server.py +0 -643
- solace_agent_mesh-1.0.1/config_portal/frontend/app/components/AddAgentFlow.tsx +0 -484
- solace_agent_mesh-1.0.1/config_portal/frontend/app/components/steps/init/OrchestratorSetup.tsx +0 -542
- solace_agent_mesh-1.0.1/config_portal/frontend/package-lock.json +0 -11458
- solace_agent_mesh-1.0.1/docs/.docusaurus/client-manifest.json +0 -1105
- solace_agent_mesh-1.0.1/docs/.docusaurus/docusaurus-plugin-content-docs/default/p/solace-agent-mesh-docs-bfb.json +0 -1
- solace_agent_mesh-1.0.1/docs/.docusaurus/docusaurus-plugin-content-docs/default/site-docs-documentation-enterprise-md-bb2.json +0 -24
- solace_agent_mesh-1.0.1/docs/.docusaurus/docusaurus-plugin-content-docs/default/site-docs-documentation-tutorials-slack-integration-md-9ef.json +0 -28
- 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
- solace_agent_mesh-1.0.1/docs/.docusaurus/docusaurus.config.mjs +0 -416
- solace_agent_mesh-1.0.1/docs/.docusaurus/globalData.json +0 -196
- solace_agent_mesh-1.0.1/docs/.docusaurus/registry.js +0 -39
- solace_agent_mesh-1.0.1/docs/.docusaurus/routes.js +0 -219
- solace_agent_mesh-1.0.1/docs/.docusaurus/routesChunkNames.json +0 -143
- solace_agent_mesh-1.0.1/docs/docs/documentation/concepts/agents.md +0 -118
- solace_agent_mesh-1.0.1/docs/docs/documentation/concepts/cli.md +0 -285
- solace_agent_mesh-1.0.1/docs/docs/documentation/concepts/gateways.md +0 -123
- solace_agent_mesh-1.0.1/docs/docs/documentation/deployment/debugging.md +0 -139
- solace_agent_mesh-1.0.1/docs/docs/documentation/getting-started/quick-start.md +0 -164
- solace_agent_mesh-1.0.1/docs/docs/documentation/tutorials/custom-agent.md +0 -801
- solace_agent_mesh-1.0.1/docs/docs/documentation/tutorials/mongodb-integration.md +0 -340
- solace_agent_mesh-1.0.1/docs/docs/documentation/user-guide/builtin-tools/artifact-management.md +0 -94
- solace_agent_mesh-1.0.1/docs/docs/documentation/user-guide/builtin-tools/data-analysis-tools.md +0 -107
- solace_agent_mesh-1.0.1/docs/docs/documentation/user-guide/creating-service-providers.md +0 -175
- solace_agent_mesh-1.0.1/docs/static/img/Solace_AI_Framework_README.png +0 -0
- solace_agent_mesh-1.0.1/examples/a2a_agents.yaml +0 -361
- solace_agent_mesh-1.0.1/examples/a2a_host_example.yaml +0 -131
- solace_agent_mesh-1.0.1/examples/a2a_mcp_example.yaml +0 -192
- solace_agent_mesh-1.0.1/pyproject.toml +0 -156
- solace_agent_mesh-1.0.1/pytest.ini +0 -6
- solace_agent_mesh-1.0.1/src/solace_agent_mesh/agent/adk/callbacks.py +0 -1694
- solace_agent_mesh-1.0.1/src/solace_agent_mesh/agent/adk/filesystem_artifact_service.py +0 -381
- solace_agent_mesh-1.0.1/src/solace_agent_mesh/agent/adk/runner.py +0 -353
- solace_agent_mesh-1.0.1/src/solace_agent_mesh/agent/adk/services.py +0 -240
- solace_agent_mesh-1.0.1/src/solace_agent_mesh/agent/protocol/event_handlers.py +0 -1469
- solace_agent_mesh-1.0.1/src/solace_agent_mesh/agent/sac/app.py +0 -640
- solace_agent_mesh-1.0.1/src/solace_agent_mesh/agent/sac/component.py +0 -3388
- solace_agent_mesh-1.0.1/src/solace_agent_mesh/agent/sac/task_execution_context.py +0 -176
- solace_agent_mesh-1.0.1/src/solace_agent_mesh/agent/tools/builtin_artifact_tools.py +0 -1954
- solace_agent_mesh-1.0.1/src/solace_agent_mesh/agent/tools/general_agent_tools.py +0 -569
- solace_agent_mesh-1.0.1/src/solace_agent_mesh/agent/tools/peer_agent_tool.py +0 -289
- solace_agent_mesh-1.0.1/src/solace_agent_mesh/agent/utils/artifact_helpers.py +0 -927
- solace_agent_mesh-1.0.1/src/solace_agent_mesh/gateway/base/component.py +0 -1542
- solace_agent_mesh-1.0.1/src/solace_agent_mesh/gateway/http_sse/routers/artifacts.py +0 -821
- solace_agent_mesh-1.0.1/src/solace_agent_mesh/gateway/http_sse/sse_manager.py +0 -328
- solace_agent_mesh-1.0.1/templates/gateway_component_template.py +0 -400
- solace_agent_mesh-1.0.1/templates/plugin_agent_config_template.yaml +0 -122
- solace_agent_mesh-1.0.1/tests/integration/conftest.py +0 -700
- solace_agent_mesh-1.0.1/tests/integration/infrastructure/a2a_validator/validator.py +0 -280
- solace_agent_mesh-1.0.1/tests/integration/infrastructure/event_mesh_gateway_interface/app.py +0 -24
- solace_agent_mesh-1.0.1/tests/integration/infrastructure/event_mesh_gateway_interface/component.py +0 -126
- solace_agent_mesh-1.0.1/tests/integration/infrastructure/gateway_interface/app.py +0 -50
- solace_agent_mesh-1.0.1/tests/integration/infrastructure/gateway_interface/component.py +0 -435
- solace_agent_mesh-1.0.1/tests/integration/infrastructure/memory_monitor/memory_monitor.py +0 -354
- solace_agent_mesh-1.0.1/tests/integration/infrastructure/rest_gateway_interface/app.py +0 -24
- solace_agent_mesh-1.0.1/tests/integration/infrastructure/rest_gateway_interface/component.py +0 -175
- solace_agent_mesh-1.0.1/tests/integration/infrastructure/slack_gateway_interface/app.py +0 -24
- solace_agent_mesh-1.0.1/tests/integration/infrastructure/slack_gateway_interface/component.py +0 -150
- solace_agent_mesh-1.0.1/tests/integration/infrastructure/web_gateway_interface/app.py +0 -24
- solace_agent_mesh-1.0.1/tests/integration/infrastructure/web_gateway_interface/component.py +0 -255
- solace_agent_mesh-1.0.1/tests/integration/infrastructure/webhook_gateway_interface/app.py +0 -24
- solace_agent_mesh-1.0.1/tests/integration/infrastructure/webhook_gateway_interface/component.py +0 -176
- solace_agent_mesh-1.0.1/tests/integration/scenarios_declarative/__init__.py +0 -0
- solace_agent_mesh-1.0.1/tests/integration/scenarios_declarative/test_data/__init__.py +0 -0
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- solace_agent_mesh-1.0.1/tests/integration/scenarios_declarative/test_data/builtin_artifact_tools/list_artifacts/test_list_artifacts_empty.yaml +0 -59
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- solace_agent_mesh-1.0.1/tests/integration/scenarios_declarative/test_data/builtin_artifact_tools/load_artifact/test_load_artifact_truncation.yaml +0 -82
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- solace_agent_mesh-1.0.1/tests/integration/scenarios_declarative/test_data/core/test_auto_continue.yaml +0 -41
- solace_agent_mesh-1.0.1/tests/integration/scenarios_declarative/test_data/core/test_auto_continue_implicit_tool_call.yaml +0 -42
- solace_agent_mesh-1.0.1/tests/integration/scenarios_declarative/test_data/core/test_auto_continue_max_calls_limit.yaml +0 -31
- solace_agent_mesh-1.0.1/tests/integration/scenarios_declarative/test_data/core/test_auto_continue_multiple_truncations.yaml +0 -44
- solace_agent_mesh-1.0.1/tests/integration/scenarios_declarative/test_data/core/test_fenced_artifact_creation.yaml +0 -71
- solace_agent_mesh-1.0.1/tests/integration/scenarios_declarative/test_data/core/test_fenced_artifact_description_embed.yaml +0 -46
- solace_agent_mesh-1.0.1/tests/integration/scenarios_declarative/test_data/core/test_fenced_artifact_description_empty.yaml +0 -45
- solace_agent_mesh-1.0.1/tests/integration/scenarios_declarative/test_data/core/test_fenced_artifact_description_long.yaml +0 -46
- solace_agent_mesh-1.0.1/tests/integration/scenarios_declarative/test_data/core/test_fenced_artifact_description_missing.yaml +0 -45
- solace_agent_mesh-1.0.1/tests/integration/scenarios_declarative/test_data/core/test_fenced_artifact_description_reordered_params.yaml +0 -46
- solace_agent_mesh-1.0.1/tests/integration/scenarios_declarative/test_data/core/test_fenced_artifact_description_special_chars.yaml +0 -46
- solace_agent_mesh-1.0.1/tests/integration/scenarios_declarative/test_data/core/test_fenced_artifact_description_valid.yaml +0 -46
- solace_agent_mesh-1.0.1/tests/integration/scenarios_declarative/test_data/core/test_fenced_artifact_filename_embed.yaml +0 -43
- solace_agent_mesh-1.0.1/tests/integration/scenarios_declarative/test_data/core/test_fenced_artifact_filename_empty.yaml +0 -39
- solace_agent_mesh-1.0.1/tests/integration/scenarios_declarative/test_data/core/test_fenced_artifact_filename_long.yaml +0 -43
- solace_agent_mesh-1.0.1/tests/integration/scenarios_declarative/test_data/core/test_fenced_artifact_filename_missing.yaml +0 -39
- solace_agent_mesh-1.0.1/tests/integration/scenarios_declarative/test_data/core/test_fenced_artifact_filename_special_chars.yaml +0 -48
- solace_agent_mesh-1.0.1/tests/integration/scenarios_declarative/test_data/core/test_fenced_artifact_filename_traversal.yaml +0 -39
- solace_agent_mesh-1.0.1/tests/integration/scenarios_declarative/test_data/core/test_fenced_artifact_filename_unicode.yaml +0 -45
- solace_agent_mesh-1.0.1/tests/integration/scenarios_declarative/test_data/core/test_fenced_artifact_filename_versioning.yaml +0 -56
- solace_agent_mesh-1.0.1/tests/integration/scenarios_declarative/test_data/embeds/early/test_artifact_meta_existing_latest.yaml +0 -37
- solace_agent_mesh-1.0.1/tests/integration/scenarios_declarative/test_data/embeds/early/test_artifact_meta_existing_specific_version.yaml +0 -34
- solace_agent_mesh-1.0.1/tests/integration/scenarios_declarative/test_data/embeds/early/test_artifact_meta_non_existent_artifact.yaml +0 -15
- solace_agent_mesh-1.0.1/tests/integration/scenarios_declarative/test_data/embeds/early/test_artifact_meta_non_existent_version.yaml +0 -21
- solace_agent_mesh-1.0.1/tests/integration/scenarios_declarative/test_data/embeds/early/test_datetime_custom_format_full.yaml +0 -16
- solace_agent_mesh-1.0.1/tests/integration/scenarios_declarative/test_data/embeds/early/test_datetime_custom_format_ymd.yaml +0 -15
- solace_agent_mesh-1.0.1/tests/integration/scenarios_declarative/test_data/embeds/early/test_datetime_date.yaml +0 -16
- solace_agent_mesh-1.0.1/tests/integration/scenarios_declarative/test_data/embeds/early/test_datetime_invalid_keyword.yaml +0 -15
- solace_agent_mesh-1.0.1/tests/integration/scenarios_declarative/test_data/embeds/early/test_datetime_iso.yaml +0 -15
- solace_agent_mesh-1.0.1/tests/integration/scenarios_declarative/test_data/embeds/early/test_datetime_no_format.yaml +0 -15
- solace_agent_mesh-1.0.1/tests/integration/scenarios_declarative/test_data/embeds/early/test_datetime_now.yaml +0 -16
- solace_agent_mesh-1.0.1/tests/integration/scenarios_declarative/test_data/embeds/early/test_datetime_time.yaml +0 -16
- solace_agent_mesh-1.0.1/tests/integration/scenarios_declarative/test_data/embeds/early/test_datetime_timestamp.yaml +0 -16
- solace_agent_mesh-1.0.1/tests/integration/scenarios_declarative/test_data/embeds/early/test_math_abs.yaml +0 -15
- solace_agent_mesh-1.0.1/tests/integration/scenarios_declarative/test_data/embeds/early/test_math_basic_addition.yaml +0 -15
- solace_agent_mesh-1.0.1/tests/integration/scenarios_declarative/test_data/embeds/early/test_math_complex_expression.yaml +0 -15
- solace_agent_mesh-1.0.1/tests/integration/scenarios_declarative/test_data/embeds/early/test_math_cos_pi.yaml +0 -15
- solace_agent_mesh-1.0.1/tests/integration/scenarios_declarative/test_data/embeds/early/test_math_cos_radians_60.yaml +0 -15
- solace_agent_mesh-1.0.1/tests/integration/scenarios_declarative/test_data/embeds/early/test_math_cos_zero.yaml +0 -15
- solace_agent_mesh-1.0.1/tests/integration/scenarios_declarative/test_data/embeds/early/test_math_cosh_one.yaml +0 -15
- solace_agent_mesh-1.0.1/tests/integration/scenarios_declarative/test_data/embeds/early/test_math_cosh_zero.yaml +0 -15
- solace_agent_mesh-1.0.1/tests/integration/scenarios_declarative/test_data/embeds/early/test_math_division.yaml +0 -15
- solace_agent_mesh-1.0.1/tests/integration/scenarios_declarative/test_data/embeds/early/test_math_e_constant.yaml +0 -15
- solace_agent_mesh-1.0.1/tests/integration/scenarios_declarative/test_data/embeds/early/test_math_exp.yaml +0 -15
- solace_agent_mesh-1.0.1/tests/integration/scenarios_declarative/test_data/embeds/early/test_math_expression_with_spaces.yaml +0 -15
- solace_agent_mesh-1.0.1/tests/integration/scenarios_declarative/test_data/embeds/early/test_math_factorial.yaml +0 -15
- solace_agent_mesh-1.0.1/tests/integration/scenarios_declarative/test_data/embeds/early/test_math_inf_constant.yaml +0 -15
- solace_agent_mesh-1.0.1/tests/integration/scenarios_declarative/test_data/embeds/early/test_math_invalid_expression.yaml +0 -15
- solace_agent_mesh-1.0.1/tests/integration/scenarios_declarative/test_data/embeds/early/test_math_invalid_format_specifier.yaml +0 -15
- solace_agent_mesh-1.0.1/tests/integration/scenarios_declarative/test_data/embeds/early/test_math_log.yaml +0 -15
- solace_agent_mesh-1.0.1/tests/integration/scenarios_declarative/test_data/embeds/early/test_math_log_base10.yaml +0 -15
- solace_agent_mesh-1.0.1/tests/integration/scenarios_declarative/test_data/embeds/early/test_math_max.yaml +0 -15
- solace_agent_mesh-1.0.1/tests/integration/scenarios_declarative/test_data/embeds/early/test_math_min.yaml +0 -15
- solace_agent_mesh-1.0.1/tests/integration/scenarios_declarative/test_data/embeds/early/test_math_multiplication.yaml +0 -15
- solace_agent_mesh-1.0.1/tests/integration/scenarios_declarative/test_data/embeds/early/test_math_no_expression.yaml +0 -15
- solace_agent_mesh-1.0.1/tests/integration/scenarios_declarative/test_data/embeds/early/test_math_pi_constant.yaml +0 -15
- solace_agent_mesh-1.0.1/tests/integration/scenarios_declarative/test_data/embeds/early/test_math_pow.yaml +0 -15
- solace_agent_mesh-1.0.1/tests/integration/scenarios_declarative/test_data/embeds/early/test_math_radians_explicit.yaml +0 -15
- solace_agent_mesh-1.0.1/tests/integration/scenarios_declarative/test_data/embeds/early/test_math_randint.yaml +0 -16
- solace_agent_mesh-1.0.1/tests/integration/scenarios_declarative/test_data/embeds/early/test_math_random.yaml +0 -16
- solace_agent_mesh-1.0.1/tests/integration/scenarios_declarative/test_data/embeds/early/test_math_round_down.yaml +0 -15
- solace_agent_mesh-1.0.1/tests/integration/scenarios_declarative/test_data/embeds/early/test_math_round_up.yaml +0 -15
- solace_agent_mesh-1.0.1/tests/integration/scenarios_declarative/test_data/embeds/early/test_math_round_with_digits.yaml +0 -15
- solace_agent_mesh-1.0.1/tests/integration/scenarios_declarative/test_data/embeds/early/test_math_sin_pi_half.yaml +0 -15
- solace_agent_mesh-1.0.1/tests/integration/scenarios_declarative/test_data/embeds/early/test_math_sin_radians_30.yaml +0 -15
- solace_agent_mesh-1.0.1/tests/integration/scenarios_declarative/test_data/embeds/early/test_math_sin_zero.yaml +0 -15
- solace_agent_mesh-1.0.1/tests/integration/scenarios_declarative/test_data/embeds/early/test_math_sinh_one.yaml +0 -15
- solace_agent_mesh-1.0.1/tests/integration/scenarios_declarative/test_data/embeds/early/test_math_sinh_zero.yaml +0 -15
- solace_agent_mesh-1.0.1/tests/integration/scenarios_declarative/test_data/embeds/early/test_math_sqrt.yaml +0 -15
- solace_agent_mesh-1.0.1/tests/integration/scenarios_declarative/test_data/embeds/early/test_math_subtraction.yaml +0 -15
- solace_agent_mesh-1.0.1/tests/integration/scenarios_declarative/test_data/embeds/early/test_math_sum.yaml +0 -15
- solace_agent_mesh-1.0.1/tests/integration/scenarios_declarative/test_data/embeds/early/test_math_tan_pi_quarter.yaml +0 -15
- solace_agent_mesh-1.0.1/tests/integration/scenarios_declarative/test_data/embeds/early/test_math_tan_radians_45.yaml +0 -15
- solace_agent_mesh-1.0.1/tests/integration/scenarios_declarative/test_data/embeds/early/test_math_tan_zero.yaml +0 -15
- solace_agent_mesh-1.0.1/tests/integration/scenarios_declarative/test_data/embeds/early/test_math_tanh_one.yaml +0 -15
- solace_agent_mesh-1.0.1/tests/integration/scenarios_declarative/test_data/embeds/early/test_math_tanh_zero.yaml +0 -15
- solace_agent_mesh-1.0.1/tests/integration/scenarios_declarative/test_data/embeds/early/test_math_uniform.yaml +0 -16
- solace_agent_mesh-1.0.1/tests/integration/scenarios_declarative/test_data/embeds/early/test_math_with_format_specifier_float.yaml +0 -15
- solace_agent_mesh-1.0.1/tests/integration/scenarios_declarative/test_data/embeds/early/test_math_with_format_specifier_int.yaml +0 -15
- solace_agent_mesh-1.0.1/tests/integration/scenarios_declarative/test_data/embeds/early/test_status_update_empty_message.yaml +0 -22
- solace_agent_mesh-1.0.1/tests/integration/scenarios_declarative/test_data/embeds/early/test_status_update_multiple.yaml +0 -28
- solace_agent_mesh-1.0.1/tests/integration/scenarios_declarative/test_data/embeds/early/test_status_update_only_status_update.yaml +0 -24
- solace_agent_mesh-1.0.1/tests/integration/scenarios_declarative/test_data/embeds/early/test_status_update_single.yaml +0 -22
- solace_agent_mesh-1.0.1/tests/integration/scenarios_declarative/test_data/embeds/early/test_status_update_with_tool_call.yaml +0 -71
- solace_agent_mesh-1.0.1/tests/integration/scenarios_declarative/test_data/embeds/early/test_uuid_generation.yaml +0 -16
- solace_agent_mesh-1.0.1/tests/integration/scenarios_declarative/test_data/embeds/early/test_uuid_multiple_generations.yaml +0 -21
- solace_agent_mesh-1.0.1/tests/integration/scenarios_declarative/test_data/embeds/general/test_embed_chain_malformed.yaml +0 -25
- solace_agent_mesh-1.0.1/tests/integration/scenarios_declarative/test_data/embeds/general/test_embed_malformed_extra_spaces.yaml +0 -21
- solace_agent_mesh-1.0.1/tests/integration/scenarios_declarative/test_data/embeds/general/test_embed_malformed_no_close_delimiter.yaml +0 -21
- solace_agent_mesh-1.0.1/tests/integration/scenarios_declarative/test_data/embeds/general/test_embed_only_delimiters_with_colon.yaml +0 -21
- solace_agent_mesh-1.0.1/tests/integration/scenarios_declarative/test_data/embeds/late/test_ac_chain_jsonpath_grep_head.yaml +0 -19
- solace_agent_mesh-1.0.1/tests/integration/scenarios_declarative/test_data/embeds/late/test_ac_filter_select_csv.yaml +0 -19
- solace_agent_mesh-1.0.1/tests/integration/scenarios_declarative/test_data/embeds/late/test_ac_grep_no_match.yaml +0 -20
- solace_agent_mesh-1.0.1/tests/integration/scenarios_declarative/test_data/embeds/late/test_ac_grep_simple.yaml +0 -19
- solace_agent_mesh-1.0.1/tests/integration/scenarios_declarative/test_data/embeds/late/test_ac_head.yaml +0 -19
- solace_agent_mesh-1.0.1/tests/integration/scenarios_declarative/test_data/embeds/late/test_ac_head_more_than_lines.yaml +0 -19
- solace_agent_mesh-1.0.1/tests/integration/scenarios_declarative/test_data/embeds/late/test_ac_jsonpath_array.yaml +0 -19
- solace_agent_mesh-1.0.1/tests/integration/scenarios_declarative/test_data/embeds/late/test_ac_jsonpath_no_match.yaml +0 -20
- solace_agent_mesh-1.0.1/tests/integration/scenarios_declarative/test_data/embeds/late/test_ac_jsonpath_on_non_json.yaml +0 -19
- solace_agent_mesh-1.0.1/tests/integration/scenarios_declarative/test_data/embeds/late/test_ac_jsonpath_simple.yaml +0 -19
- solace_agent_mesh-1.0.1/tests/integration/scenarios_declarative/test_data/embeds/late/test_ac_recursive_depth_limit.yaml +0 -46
- solace_agent_mesh-1.0.1/tests/integration/scenarios_declarative/test_data/embeds/late/test_ac_recursive_size_limit_in_parent.yaml +0 -36
- solace_agent_mesh-1.0.1/tests/integration/scenarios_declarative/test_data/embeds/late/test_ac_recursive_template_with_embed.yaml +0 -25
- solace_agent_mesh-1.0.1/tests/integration/scenarios_declarative/test_data/embeds/late/test_ac_select_fields_from_object_list.yaml +0 -28
- solace_agent_mesh-1.0.1/tests/integration/scenarios_declarative/test_data/embeds/late/test_ac_select_fields_missing_field.yaml +0 -19
- solace_agent_mesh-1.0.1/tests/integration/scenarios_declarative/test_data/embeds/late/test_ac_tail.yaml +0 -19
- solace_agent_mesh-1.0.1/tests/integration/scenarios_declarative/test_data/embeds/late/test_ac_template_csv_input.yaml +0 -22
- solace_agent_mesh-1.0.1/tests/integration/scenarios_declarative/test_data/embeds/late/test_ac_template_json_list_input.yaml +0 -22
- solace_agent_mesh-1.0.1/tests/integration/scenarios_declarative/test_data/embeds/late/test_ac_template_json_object_input.yaml +0 -22
- solace_agent_mesh-1.0.1/tests/integration/scenarios_declarative/test_data/embeds/late/test_ac_template_missing_template_file.yaml +0 -19
- solace_agent_mesh-1.0.1/tests/integration/scenarios_declarative/test_data/embeds/late/test_ac_template_string_input.yaml +0 -22
- solace_agent_mesh-1.0.1/tests/integration/scenarios_declarative/test_data/embeds/late/test_artifact_content_binary_as_datauri.yaml +0 -19
- solace_agent_mesh-1.0.1/tests/integration/scenarios_declarative/test_data/embeds/late/test_artifact_content_csv_as_csv.yaml +0 -19
- solace_agent_mesh-1.0.1/tests/integration/scenarios_declarative/test_data/embeds/late/test_artifact_content_default_format_binary.yaml +0 -19
- solace_agent_mesh-1.0.1/tests/integration/scenarios_declarative/test_data/embeds/late/test_artifact_content_default_format_text.yaml +0 -19
- solace_agent_mesh-1.0.1/tests/integration/scenarios_declarative/test_data/embeds/late/test_artifact_content_invalid_format_specifier.yaml +0 -20
- solace_agent_mesh-1.0.1/tests/integration/scenarios_declarative/test_data/embeds/late/test_artifact_content_json_as_json_pretty.yaml +0 -27
- solace_agent_mesh-1.0.1/tests/integration/scenarios_declarative/test_data/embeds/late/test_artifact_content_json_as_text.yaml +0 -19
- solace_agent_mesh-1.0.1/tests/integration/scenarios_declarative/test_data/embeds/late/test_artifact_content_specific_version.yaml +0 -22
- solace_agent_mesh-1.0.1/tests/integration/scenarios_declarative/test_data/embeds/late/test_artifact_content_text_plain.yaml +0 -19
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- solace_agent_mesh-1.0.1/tests/integration/scenarios_declarative/test_data/image_tools/describe_audio/test_describe_audio_api_error.yaml +0 -44
- solace_agent_mesh-1.0.1/tests/integration/scenarios_declarative/test_data/image_tools/describe_audio/test_describe_audio_custom_prompt.yaml +0 -45
- solace_agent_mesh-1.0.1/tests/integration/scenarios_declarative/test_data/image_tools/describe_audio/test_describe_audio_empty_artifact.yaml +0 -45
- 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
- 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
- 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
- solace_agent_mesh-1.0.1/tests/integration/scenarios_declarative/test_data/image_tools/describe_audio/test_describe_audio_large_file.yaml +0 -47
- 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
- solace_agent_mesh-1.0.1/tests/integration/scenarios_declarative/test_data/image_tools/describe_audio/test_describe_audio_malformed_filename.yaml +0 -40
- solace_agent_mesh-1.0.1/tests/integration/scenarios_declarative/test_data/image_tools/describe_audio/test_describe_audio_path_traversal.yaml +0 -35
- solace_agent_mesh-1.0.1/tests/integration/scenarios_declarative/test_data/image_tools/describe_audio/test_describe_audio_prompt_injection.yaml +0 -45
- solace_agent_mesh-1.0.1/tests/integration/scenarios_declarative/test_data/image_tools/describe_audio/test_describe_audio_specific_version.yaml +0 -48
- solace_agent_mesh-1.0.1/tests/integration/scenarios_declarative/test_data/image_tools/describe_audio/test_describe_audio_unsupported_format.yaml +0 -40
- solace_agent_mesh-1.0.1/tests/integration/scenarios_declarative/test_data/image_tools/describe_image/test_describe_image_empty_artifact.yaml +0 -57
- 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
- solace_agent_mesh-1.0.1/tests/integration/scenarios_declarative/test_data/image_tools/describe_image/test_describe_image_happy_path.yaml +0 -64
- 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
- solace_agent_mesh-1.0.1/tests/integration/scenarios_declarative/test_data/image_tools/describe_image/test_describe_image_path_traversal.yaml +0 -53
- solace_agent_mesh-1.0.1/tests/integration/scenarios_declarative/test_data/image_tools/describe_image/test_describe_image_specific_version.yaml +0 -79
- solace_agent_mesh-1.0.1/tests/integration/scenarios_declarative/test_data/image_tools/describe_image/test_describe_image_unsupported_format.yaml +0 -49
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- solace_agent_mesh-1.0.1/tests/integration/scenarios_declarative/test_data/multi_agent/delegation/test_three_agent_hierarchy.yaml +0 -95
- solace_agent_mesh-1.0.1/tests/integration/scenarios_declarative/test_data/notifications/test_llm_invocation_notification.yaml +0 -30
- solace_agent_mesh-1.0.1/tests/integration/scenarios_declarative/test_data/notifications/test_llm_response_notification.yaml +0 -36
- solace_agent_mesh-1.0.1/tests/integration/scenarios_declarative/test_data/notifications/test_tool_invocation_notification.yaml +0 -73
- solace_agent_mesh-1.0.1/tests/integration/scenarios_declarative/test_data/test_basic_text_response.yaml +0 -71
- solace_agent_mesh-1.0.1/tests/integration/scenarios_declarative/test_data/test_simple_tool_call.yaml +0 -86
- solace_agent_mesh-1.0.1/tests/integration/scenarios_declarative/test_data/web_tools/test_ssrf_localhost_blocked.yaml +0 -74
- solace_agent_mesh-1.0.1/tests/integration/scenarios_declarative/test_data/web_tools/web_request/test_web_block_file_url.yaml +0 -52
- solace_agent_mesh-1.0.1/tests/integration/scenarios_declarative/test_data/web_tools/web_request/test_web_block_private_ip.yaml +0 -52
- solace_agent_mesh-1.0.1/tests/integration/scenarios_declarative/test_data/web_tools/web_request/test_web_content_type_json.yaml +0 -58
- solace_agent_mesh-1.0.1/tests/integration/scenarios_declarative/test_data/web_tools/web_request/test_web_dns_failure.yaml +0 -52
- solace_agent_mesh-1.0.1/tests/integration/scenarios_declarative/test_data/web_tools/web_request/test_web_invalid_url.yaml +0 -52
- solace_agent_mesh-1.0.1/tests/integration/scenarios_declarative/test_data/web_tools/web_request/test_web_large_response.yaml +0 -55
- solace_agent_mesh-1.0.1/tests/integration/scenarios_declarative/test_data/web_tools/web_request/test_web_post_request.yaml +0 -58
- solace_agent_mesh-1.0.1/tests/integration/scenarios_declarative/test_data/web_tools/web_request/test_web_redirect_to_unsafe.yaml +0 -52
- solace_agent_mesh-1.0.1/tests/integration/scenarios_declarative/test_data/web_tools/web_request/test_web_request_timeout.yaml +0 -53
- solace_agent_mesh-1.0.1/tests/integration/scenarios_declarative/test_declarative_runner.py +0 -1601
- solace_agent_mesh-1.0.1/tests/integration/scenarios_programmatic/gateways/common.py +0 -45
- solace_agent_mesh-1.0.1/tests/integration/scenarios_programmatic/gateways/conftest.py +0 -342
- solace_agent_mesh-1.0.1/tests/integration/scenarios_programmatic/gateways/test_event_mesh_gateway.py +0 -523
- solace_agent_mesh-1.0.1/tests/integration/scenarios_programmatic/gateways/test_rest_gateway.py +0 -496
- solace_agent_mesh-1.0.1/tests/integration/scenarios_programmatic/gateways/test_slack_gateway.py +0 -519
- solace_agent_mesh-1.0.1/tests/integration/scenarios_programmatic/gateways/test_web_gateway.py +0 -486
- solace_agent_mesh-1.0.1/tests/integration/scenarios_programmatic/gateways/test_webhook_gateway.py +0 -490
- solace_agent_mesh-1.0.1/tests/integration/scenarios_programmatic/test_agent_cards.py +0 -197
- solace_agent_mesh-1.0.1/tests/integration/scenarios_programmatic/test_basic_flows.py +0 -188
- solace_agent_mesh-1.0.1/tests/integration/scenarios_programmatic/test_cancellation_flows.py +0 -487
- solace_agent_mesh-1.0.1/tests/integration/scenarios_programmatic/test_helpers.py +0 -279
- solace_agent_mesh-1.0.1/tests/integration/scenarios_programmatic/test_stress.py +0 -447
- solace_agent_mesh-1.0.1/tests/integration/scenarios_programmatic/test_tool_registry.py +0 -174
- {solace_agent_mesh-1.0.1 → solace_agent_mesh-1.0.3}/.github/actions/push-docker/action.yml +0 -0
- {solace_agent_mesh-1.0.1 → solace_agent_mesh-1.0.3}/.github/helper_scripts/build_frontend.py +0 -0
- {solace_agent_mesh-1.0.1 → solace_agent_mesh-1.0.3}/.github/workflows/gh_pages.yaml +0 -0
- {solace_agent_mesh-1.0.1 → solace_agent_mesh-1.0.3}/.gitignore +0 -0
- {solace_agent_mesh-1.0.1 → solace_agent_mesh-1.0.3}/CODE_OF_CONDUCT.md +0 -0
- {solace_agent_mesh-1.0.1 → solace_agent_mesh-1.0.3}/CONTRIBUTING.md +0 -0
- {solace_agent_mesh-1.0.1 → solace_agent_mesh-1.0.3}/LICENSE +0 -0
- {solace_agent_mesh-1.0.1 → solace_agent_mesh-1.0.3}/assets/client/webui/assets/authCallback-DvlO62me.js +0 -0
- {solace_agent_mesh-1.0.1 → solace_agent_mesh-1.0.3}/assets/client/webui/assets/client-bp6u3qVZ.js +0 -0
- {solace_agent_mesh-1.0.1 → solace_agent_mesh-1.0.3}/assets/client/webui/assets/favicon-BLgzUch9.ico +0 -0
- {solace_agent_mesh-1.0.1 → solace_agent_mesh-1.0.3}/assets/client/webui/auth-callback.html +0 -0
- {solace_agent_mesh-1.0.1 → solace_agent_mesh-1.0.3}/assets/config_portal/client/Solace_community_logo.png +0 -0
- {solace_agent_mesh-1.0.1 → solace_agent_mesh-1.0.3}/assets/config_portal/client/assets/components-B7lKcHVY.js +0 -0
- {solace_agent_mesh-1.0.1 → solace_agent_mesh-1.0.3}/assets/config_portal/client/assets/entry.client-CEumGClk.js +0 -0
- {solace_agent_mesh-1.0.1 → solace_agent_mesh-1.0.3}/assets/config_portal/client/assets/index-DSo1AH_7.js +0 -0
- {solace_agent_mesh-1.0.1 → solace_agent_mesh-1.0.3}/assets/config_portal/client/assets/root-C4XmHinv.js +0 -0
- {solace_agent_mesh-1.0.1 → solace_agent_mesh-1.0.3}/assets/config_portal/client/assets/root-DxRwaWiE.css +0 -0
- {solace_agent_mesh-1.0.1 → solace_agent_mesh-1.0.3}/assets/config_portal/client/favicon.ico +0 -0
- {solace_agent_mesh-1.0.1 → solace_agent_mesh-1.0.3}/assets/docs/assets/css/styles.906a1503.css +0 -0
- {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
- {solace_agent_mesh-1.0.1 → solace_agent_mesh-1.0.3}/assets/docs/assets/images/sac-flows-80d5b603c6aafd33e87945680ce0abf3.png +0 -0
- {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
- {solace_agent_mesh-1.0.1 → solace_agent_mesh-1.0.3}/assets/docs/assets/js/0e682baa.79f0ab22.js +0 -0
- {solace_agent_mesh-1.0.1 → solace_agent_mesh-1.0.3}/assets/docs/assets/js/1001.0182a8bd.js +0 -0
- {solace_agent_mesh-1.0.1 → solace_agent_mesh-1.0.3}/assets/docs/assets/js/1039.0bd46aa1.js +0 -0
- {solace_agent_mesh-1.0.1 → solace_agent_mesh-1.0.3}/assets/docs/assets/js/149.b797a808.js +0 -0
- {solace_agent_mesh-1.0.1 → solace_agent_mesh-1.0.3}/assets/docs/assets/js/1523c6b4.91c7bc01.js +0 -0
- {solace_agent_mesh-1.0.1 → solace_agent_mesh-1.0.3}/assets/docs/assets/js/165.6a39807d.js +0 -0
- {solace_agent_mesh-1.0.1 → solace_agent_mesh-1.0.3}/assets/docs/assets/js/165.6a39807d.js.LICENSE.txt +0 -0
- {solace_agent_mesh-1.0.1 → solace_agent_mesh-1.0.3}/assets/docs/assets/js/166ab619.7d97ccaf.js +0 -0
- {solace_agent_mesh-1.0.1 → solace_agent_mesh-1.0.3}/assets/docs/assets/js/17896441.a5e82f9b.js +0 -0
- {solace_agent_mesh-1.0.1 → solace_agent_mesh-1.0.3}/assets/docs/assets/js/17896441.a5e82f9b.js.LICENSE.txt +0 -0
- {solace_agent_mesh-1.0.1 → solace_agent_mesh-1.0.3}/assets/docs/assets/js/2130.ab9fd314.js +0 -0
- {solace_agent_mesh-1.0.1 → solace_agent_mesh-1.0.3}/assets/docs/assets/js/21ceee5f.614fa8dd.js +0 -0
- {solace_agent_mesh-1.0.1 → solace_agent_mesh-1.0.3}/assets/docs/assets/js/2237.5e477fc6.js +0 -0
- {solace_agent_mesh-1.0.1 → solace_agent_mesh-1.0.3}/assets/docs/assets/js/2334.622a6395.js +0 -0
- {solace_agent_mesh-1.0.1 → solace_agent_mesh-1.0.3}/assets/docs/assets/js/2a9cab12.8909df92.js +0 -0
- {solace_agent_mesh-1.0.1 → solace_agent_mesh-1.0.3}/assets/docs/assets/js/3219.adc1d663.js +0 -0
- {solace_agent_mesh-1.0.1 → solace_agent_mesh-1.0.3}/assets/docs/assets/js/332e10b5.7a103f42.js +0 -0
- {solace_agent_mesh-1.0.1 → solace_agent_mesh-1.0.3}/assets/docs/assets/js/3624.b524e433.js +0 -0
- {solace_agent_mesh-1.0.1 → solace_agent_mesh-1.0.3}/assets/docs/assets/js/375.708d48db.js +0 -0
- {solace_agent_mesh-1.0.1 → solace_agent_mesh-1.0.3}/assets/docs/assets/js/3834.b6cd790e.js +0 -0
- {solace_agent_mesh-1.0.1 → solace_agent_mesh-1.0.3}/assets/docs/assets/js/4250.95455b28.js +0 -0
- {solace_agent_mesh-1.0.1 → solace_agent_mesh-1.0.3}/assets/docs/assets/js/42b3f8d8.36090198.js +0 -0
- {solace_agent_mesh-1.0.1 → solace_agent_mesh-1.0.3}/assets/docs/assets/js/4356.d169ab5b.js +0 -0
- {solace_agent_mesh-1.0.1 → solace_agent_mesh-1.0.3}/assets/docs/assets/js/442a8107.5ba94b65.js +0 -0
- {solace_agent_mesh-1.0.1 → solace_agent_mesh-1.0.3}/assets/docs/assets/js/4458.518e66fa.js +0 -0
- {solace_agent_mesh-1.0.1 → solace_agent_mesh-1.0.3}/assets/docs/assets/js/4488.c7cc3442.js +0 -0
- {solace_agent_mesh-1.0.1 → solace_agent_mesh-1.0.3}/assets/docs/assets/js/4494.6ee23046.js +0 -0
- {solace_agent_mesh-1.0.1 → solace_agent_mesh-1.0.3}/assets/docs/assets/js/4855.fc4444b6.js +0 -0
- {solace_agent_mesh-1.0.1 → solace_agent_mesh-1.0.3}/assets/docs/assets/js/4866.22daefc0.js +0 -0
- {solace_agent_mesh-1.0.1 → solace_agent_mesh-1.0.3}/assets/docs/assets/js/4950.ca4caeda.js +0 -0
- {solace_agent_mesh-1.0.1 → solace_agent_mesh-1.0.3}/assets/docs/assets/js/4c2787c2.66ee00e9.js +0 -0
- {solace_agent_mesh-1.0.1 → solace_agent_mesh-1.0.3}/assets/docs/assets/js/5388.7a136447.js +0 -0
- {solace_agent_mesh-1.0.1 → solace_agent_mesh-1.0.3}/assets/docs/assets/js/55f47984.c484bf96.js +0 -0
- {solace_agent_mesh-1.0.1 → solace_agent_mesh-1.0.3}/assets/docs/assets/js/5607.081356f8.js +0 -0
- {solace_agent_mesh-1.0.1 → solace_agent_mesh-1.0.3}/assets/docs/assets/js/5864.b0d0e9de.js +0 -0
- {solace_agent_mesh-1.0.1 → solace_agent_mesh-1.0.3}/assets/docs/assets/js/5b4258a4.bda20761.js +0 -0
- {solace_agent_mesh-1.0.1 → solace_agent_mesh-1.0.3}/assets/docs/assets/js/5e95c892.558d5167.js +0 -0
- {solace_agent_mesh-1.0.1 → solace_agent_mesh-1.0.3}/assets/docs/assets/js/6143.0a1464c9.js +0 -0
- {solace_agent_mesh-1.0.1 → solace_agent_mesh-1.0.3}/assets/docs/assets/js/6395.e9c73649.js +0 -0
- {solace_agent_mesh-1.0.1 → solace_agent_mesh-1.0.3}/assets/docs/assets/js/6796.51d2c9b7.js +0 -0
- {solace_agent_mesh-1.0.1 → solace_agent_mesh-1.0.3}/assets/docs/assets/js/6976.379be23b.js +0 -0
- {solace_agent_mesh-1.0.1 → solace_agent_mesh-1.0.3}/assets/docs/assets/js/6978.ee0b945c.js +0 -0
- {solace_agent_mesh-1.0.1 → solace_agent_mesh-1.0.3}/assets/docs/assets/js/7040.cb436723.js +0 -0
- {solace_agent_mesh-1.0.1 → solace_agent_mesh-1.0.3}/assets/docs/assets/js/7195.412f418a.js +0 -0
- {solace_agent_mesh-1.0.1 → solace_agent_mesh-1.0.3}/assets/docs/assets/js/7280.3fb73bdb.js +0 -0
- {solace_agent_mesh-1.0.1 → solace_agent_mesh-1.0.3}/assets/docs/assets/js/768e31b0.a12673db.js +0 -0
- {solace_agent_mesh-1.0.1 → solace_agent_mesh-1.0.3}/assets/docs/assets/js/7845.e33e7c4c.js +0 -0
- {solace_agent_mesh-1.0.1 → solace_agent_mesh-1.0.3}/assets/docs/assets/js/7900.69516146.js +0 -0
- {solace_agent_mesh-1.0.1 → solace_agent_mesh-1.0.3}/assets/docs/assets/js/8356.8a379c04.js +0 -0
- {solace_agent_mesh-1.0.1 → solace_agent_mesh-1.0.3}/assets/docs/assets/js/85387663.6bf41934.js +0 -0
- {solace_agent_mesh-1.0.1 → solace_agent_mesh-1.0.3}/assets/docs/assets/js/8567.4732c6b7.js +0 -0
- {solace_agent_mesh-1.0.1 → solace_agent_mesh-1.0.3}/assets/docs/assets/js/8573.cb04eda5.js +0 -0
- {solace_agent_mesh-1.0.1 → solace_agent_mesh-1.0.3}/assets/docs/assets/js/8577.1d54e766.js +0 -0
- {solace_agent_mesh-1.0.1 → solace_agent_mesh-1.0.3}/assets/docs/assets/js/8591.d7c16be6.js +0 -0
- {solace_agent_mesh-1.0.1 → solace_agent_mesh-1.0.3}/assets/docs/assets/js/8591.d7c16be6.js.LICENSE.txt +0 -0
- {solace_agent_mesh-1.0.1 → solace_agent_mesh-1.0.3}/assets/docs/assets/js/8709.7ecd4047.js +0 -0
- {solace_agent_mesh-1.0.1 → solace_agent_mesh-1.0.3}/assets/docs/assets/js/8731.49e930c2.js +0 -0
- {solace_agent_mesh-1.0.1 → solace_agent_mesh-1.0.3}/assets/docs/assets/js/8908.f9d1b506.js +0 -0
- {solace_agent_mesh-1.0.1 → solace_agent_mesh-1.0.3}/assets/docs/assets/js/9157.b4093d07.js +0 -0
- {solace_agent_mesh-1.0.1 → solace_agent_mesh-1.0.3}/assets/docs/assets/js/9278.a4fd875d.js +0 -0
- {solace_agent_mesh-1.0.1 → solace_agent_mesh-1.0.3}/assets/docs/assets/js/945fb41e.74d728aa.js +0 -0
- {solace_agent_mesh-1.0.1 → solace_agent_mesh-1.0.3}/assets/docs/assets/js/9616.b75c2f6d.js +0 -0
- {solace_agent_mesh-1.0.1 → solace_agent_mesh-1.0.3}/assets/docs/assets/js/9793.c6d16376.js +0 -0
- {solace_agent_mesh-1.0.1 → solace_agent_mesh-1.0.3}/assets/docs/assets/js/a3a92b25.26ca071f.js +0 -0
- {solace_agent_mesh-1.0.1 → solace_agent_mesh-1.0.3}/assets/docs/assets/js/a7bd4aaa.2204d2f7.js +0 -0
- {solace_agent_mesh-1.0.1 → solace_agent_mesh-1.0.3}/assets/docs/assets/js/a94703ab.0438dbc2.js +0 -0
- {solace_agent_mesh-1.0.1 → solace_agent_mesh-1.0.3}/assets/docs/assets/js/aba21aa0.c42a534c.js +0 -0
- {solace_agent_mesh-1.0.1 → solace_agent_mesh-1.0.3}/assets/docs/assets/js/bac0be12.f50d9bac.js +0 -0
- {solace_agent_mesh-1.0.1 → solace_agent_mesh-1.0.3}/assets/docs/assets/js/c2c06897.63b76e9e.js +0 -0
- {solace_agent_mesh-1.0.1 → solace_agent_mesh-1.0.3}/assets/docs/assets/js/cd3d4052.ca6eed8c.js +0 -0
- {solace_agent_mesh-1.0.1 → solace_agent_mesh-1.0.3}/assets/docs/assets/js/ced92a13.fb92e7ca.js +0 -0
- {solace_agent_mesh-1.0.1 → solace_agent_mesh-1.0.3}/assets/docs/assets/js/cee5d587.f5b73ca1.js +0 -0
- {solace_agent_mesh-1.0.1 → solace_agent_mesh-1.0.3}/assets/docs/assets/js/fbfa3e75.aca209c9.js +0 -0
- /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
- {solace_agent_mesh-1.0.1 → solace_agent_mesh-1.0.3}/assets/docs/img/Solace_AI_Framework_With_Broker.png +0 -0
- {solace_agent_mesh-1.0.1 → solace_agent_mesh-1.0.3}/assets/docs/img/logo.png +0 -0
- {solace_agent_mesh-1.0.1 → solace_agent_mesh-1.0.3}/assets/docs/img/sac-flows.png +0 -0
- {solace_agent_mesh-1.0.1 → solace_agent_mesh-1.0.3}/assets/docs/img/sac_parts_of_a_component.png +0 -0
- {solace_agent_mesh-1.0.1 → solace_agent_mesh-1.0.3}/assets/docs/img/solace-logo.png +0 -0
- {solace_agent_mesh-1.0.1 → solace_agent_mesh-1.0.3}/cli/commands/__init__.py +0 -0
- {solace_agent_mesh-1.0.1 → solace_agent_mesh-1.0.3}/cli/commands/add_cmd/__init__.py +0 -0
- {solace_agent_mesh-1.0.1 → solace_agent_mesh-1.0.3}/cli/commands/add_cmd/add_cmd_llm.txt +0 -0
- {solace_agent_mesh-1.0.1 → solace_agent_mesh-1.0.3}/cli/commands/add_cmd/agent_cmd.py +0 -0
- {solace_agent_mesh-1.0.1 → solace_agent_mesh-1.0.3}/cli/commands/add_cmd/gateway_cmd.py +0 -0
- {solace_agent_mesh-1.0.1 → solace_agent_mesh-1.0.3}/cli/commands/add_cmd/web_add_agent_step.py +0 -0
- {solace_agent_mesh-1.0.1 → solace_agent_mesh-1.0.3}/cli/commands/add_cmd/web_add_gateway_step.py +0 -0
- {solace_agent_mesh-1.0.1 → solace_agent_mesh-1.0.3}/cli/commands/docs_cmd.py +0 -0
- {solace_agent_mesh-1.0.1 → solace_agent_mesh-1.0.3}/cli/commands/eval_cmd.py +0 -0
- {solace_agent_mesh-1.0.1 → solace_agent_mesh-1.0.3}/cli/commands/init_cmd/__init__.py +0 -0
- {solace_agent_mesh-1.0.1 → solace_agent_mesh-1.0.3}/cli/commands/init_cmd/broker_step.py +0 -0
- {solace_agent_mesh-1.0.1 → solace_agent_mesh-1.0.3}/cli/commands/init_cmd/directory_step.py +0 -0
- {solace_agent_mesh-1.0.1 → solace_agent_mesh-1.0.3}/cli/commands/init_cmd/init_cmd_llm.txt +0 -0
- {solace_agent_mesh-1.0.1 → solace_agent_mesh-1.0.3}/cli/commands/init_cmd/project_files_step.py +0 -0
- {solace_agent_mesh-1.0.1 → solace_agent_mesh-1.0.3}/cli/commands/init_cmd/web_init_step.py +0 -0
- {solace_agent_mesh-1.0.1 → solace_agent_mesh-1.0.3}/cli/commands/init_cmd/webui_gateway_step.py +0 -0
- {solace_agent_mesh-1.0.1 → solace_agent_mesh-1.0.3}/cli/commands/plugin_cmd/__init__.py +0 -0
- {solace_agent_mesh-1.0.1 → solace_agent_mesh-1.0.3}/cli/commands/plugin_cmd/add_cmd.py +0 -0
- {solace_agent_mesh-1.0.1 → solace_agent_mesh-1.0.3}/cli/commands/plugin_cmd/build_cmd.py +0 -0
- {solace_agent_mesh-1.0.1 → solace_agent_mesh-1.0.3}/cli/commands/plugin_cmd/create_cmd.py +0 -0
- {solace_agent_mesh-1.0.1 → solace_agent_mesh-1.0.3}/cli/commands/plugin_cmd/plugin_cmd_llm.txt +0 -0
- {solace_agent_mesh-1.0.1 → solace_agent_mesh-1.0.3}/cli/utils.py +0 -0
- {solace_agent_mesh-1.0.1 → solace_agent_mesh-1.0.3}/client/sam-rest-client/pyproject.toml +0 -0
- {solace_agent_mesh-1.0.1 → solace_agent_mesh-1.0.3}/client/sam-rest-client/src/sam_rest_client/__init__.py +0 -0
- {solace_agent_mesh-1.0.1 → solace_agent_mesh-1.0.3}/client/sam-rest-client/src/sam_rest_client/cli.py +0 -0
- {solace_agent_mesh-1.0.1 → solace_agent_mesh-1.0.3}/client/sam-rest-client/src/sam_rest_client/client.py +0 -0
- {solace_agent_mesh-1.0.1 → solace_agent_mesh-1.0.3}/client/webui/frontend/.gitignore +0 -0
- {solace_agent_mesh-1.0.1 → solace_agent_mesh-1.0.3}/client/webui/frontend/.npmignore +0 -0
- {solace_agent_mesh-1.0.1 → solace_agent_mesh-1.0.3}/client/webui/frontend/.prettierrc +0 -0
- {solace_agent_mesh-1.0.1 → solace_agent_mesh-1.0.3}/client/webui/frontend/README.md +0 -0
- {solace_agent_mesh-1.0.1 → solace_agent_mesh-1.0.3}/client/webui/frontend/auth-callback.html +0 -0
- {solace_agent_mesh-1.0.1 → solace_agent_mesh-1.0.3}/client/webui/frontend/components.json +0 -0
- {solace_agent_mesh-1.0.1 → solace_agent_mesh-1.0.3}/client/webui/frontend/eslint.config.js +0 -0
- {solace_agent_mesh-1.0.1 → solace_agent_mesh-1.0.3}/client/webui/frontend/index.html +0 -0
- {solace_agent_mesh-1.0.1 → solace_agent_mesh-1.0.3}/client/webui/frontend/src/App.css +0 -0
- {solace_agent_mesh-1.0.1 → solace_agent_mesh-1.0.3}/client/webui/frontend/src/App.tsx +0 -0
- {solace_agent_mesh-1.0.1 → solace_agent_mesh-1.0.3}/client/webui/frontend/src/assets/favicon.ico +0 -0
- {solace_agent_mesh-1.0.1 → solace_agent_mesh-1.0.3}/client/webui/frontend/src/auth/authCallback.tsx +0 -0
- {solace_agent_mesh-1.0.1 → solace_agent_mesh-1.0.3}/client/webui/frontend/src/auth/authCallbackLoader.tsx +0 -0
- {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
- {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
- {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
- {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
- {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
- {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
- {solace_agent_mesh-1.0.1 → solace_agent_mesh-1.0.3}/client/webui/frontend/src/lib/components/activities/FlowChart/edgeAnimationService.ts +0 -0
- {solace_agent_mesh-1.0.1 → solace_agent_mesh-1.0.3}/client/webui/frontend/src/lib/components/activities/VisualizerStepCard.tsx +0 -0
- {solace_agent_mesh-1.0.1 → solace_agent_mesh-1.0.3}/client/webui/frontend/src/lib/components/agents/AgentDisplayCard.tsx +0 -0
- {solace_agent_mesh-1.0.1 → solace_agent_mesh-1.0.3}/client/webui/frontend/src/lib/components/agents/LayoutSelector.tsx +0 -0
- {solace_agent_mesh-1.0.1 → solace_agent_mesh-1.0.3}/client/webui/frontend/src/lib/components/agents/index.ts +0 -0
- {solace_agent_mesh-1.0.1 → solace_agent_mesh-1.0.3}/client/webui/frontend/src/lib/components/chat/ChatSessions.tsx +0 -0
- {solace_agent_mesh-1.0.1 → solace_agent_mesh-1.0.3}/client/webui/frontend/src/lib/components/chat/artifact/ArtifactDeleteAllDialog.tsx +0 -0
- {solace_agent_mesh-1.0.1 → solace_agent_mesh-1.0.3}/client/webui/frontend/src/lib/components/chat/artifact/ArtifactPreviewContent.tsx +0 -0
- {solace_agent_mesh-1.0.1 → solace_agent_mesh-1.0.3}/client/webui/frontend/src/lib/components/chat/artifact/ArtifactPreviewDownload.tsx +0 -0
- {solace_agent_mesh-1.0.1 → solace_agent_mesh-1.0.3}/client/webui/frontend/src/lib/components/chat/artifact/ArtifactVersionNavigation.tsx +0 -0
- {solace_agent_mesh-1.0.1 → solace_agent_mesh-1.0.3}/client/webui/frontend/src/lib/components/chat/file/FileBadge.tsx +0 -0
- {solace_agent_mesh-1.0.1 → solace_agent_mesh-1.0.3}/client/webui/frontend/src/lib/components/chat/file/fileUtils.tsx +0 -0
- {solace_agent_mesh-1.0.1 → solace_agent_mesh-1.0.3}/client/webui/frontend/src/lib/components/chat/index.ts +0 -0
- {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
- {solace_agent_mesh-1.0.1 → solace_agent_mesh-1.0.3}/client/webui/frontend/src/lib/components/chat/preview/contentUtils.ts +0 -0
- {solace_agent_mesh-1.0.1 → solace_agent_mesh-1.0.3}/client/webui/frontend/src/lib/components/chat/preview/previewUtils.ts +0 -0
- {solace_agent_mesh-1.0.1 → solace_agent_mesh-1.0.3}/client/webui/frontend/src/lib/components/common/MarkdownHTMLConverter.tsx +0 -0
- {solace_agent_mesh-1.0.1 → solace_agent_mesh-1.0.3}/client/webui/frontend/src/lib/components/common/MessageBanner.tsx +0 -0
- {solace_agent_mesh-1.0.1 → solace_agent_mesh-1.0.3}/client/webui/frontend/src/lib/components/common/index.ts +0 -0
- {solace_agent_mesh-1.0.1 → solace_agent_mesh-1.0.3}/client/webui/frontend/src/lib/components/header/Header.tsx +0 -0
- {solace_agent_mesh-1.0.1 → solace_agent_mesh-1.0.3}/client/webui/frontend/src/lib/components/header/index.ts +0 -0
- {solace_agent_mesh-1.0.1 → solace_agent_mesh-1.0.3}/client/webui/frontend/src/lib/components/jsonViewer/JSONViewer.tsx +0 -0
- {solace_agent_mesh-1.0.1 → solace_agent_mesh-1.0.3}/client/webui/frontend/src/lib/components/jsonViewer/index.ts +0 -0
- {solace_agent_mesh-1.0.1 → solace_agent_mesh-1.0.3}/client/webui/frontend/src/lib/components/navigation/NavigationSidebar.tsx +0 -0
- {solace_agent_mesh-1.0.1 → solace_agent_mesh-1.0.3}/client/webui/frontend/src/lib/components/navigation/index.ts +0 -0
- {solace_agent_mesh-1.0.1 → solace_agent_mesh-1.0.3}/client/webui/frontend/src/lib/components/navigation/navigation.ts +0 -0
- {solace_agent_mesh-1.0.1 → solace_agent_mesh-1.0.3}/client/webui/frontend/src/lib/components/pages/AgentMeshPage.tsx +0 -0
- {solace_agent_mesh-1.0.1 → solace_agent_mesh-1.0.3}/client/webui/frontend/src/lib/components/pages/index.ts +0 -0
- {solace_agent_mesh-1.0.1 → solace_agent_mesh-1.0.3}/client/webui/frontend/src/lib/components/toast/Toast.tsx +0 -0
- {solace_agent_mesh-1.0.1 → solace_agent_mesh-1.0.3}/client/webui/frontend/src/lib/components/toast/index.ts +0 -0
- {solace_agent_mesh-1.0.1 → solace_agent_mesh-1.0.3}/client/webui/frontend/src/lib/components/ui/ViewWorkflowButton.tsx +0 -0
- {solace_agent_mesh-1.0.1 → solace_agent_mesh-1.0.3}/client/webui/frontend/src/lib/components/ui/accordion.tsx +0 -0
- {solace_agent_mesh-1.0.1 → solace_agent_mesh-1.0.3}/client/webui/frontend/src/lib/components/ui/alert.tsx +0 -0
- {solace_agent_mesh-1.0.1 → solace_agent_mesh-1.0.3}/client/webui/frontend/src/lib/components/ui/avatar.tsx +0 -0
- {solace_agent_mesh-1.0.1 → solace_agent_mesh-1.0.3}/client/webui/frontend/src/lib/components/ui/card.tsx +0 -0
- {solace_agent_mesh-1.0.1 → solace_agent_mesh-1.0.3}/client/webui/frontend/src/lib/components/ui/chart.tsx +0 -0
- {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
- {solace_agent_mesh-1.0.1 → solace_agent_mesh-1.0.3}/client/webui/frontend/src/lib/components/ui/chat/chatStyles.ts +0 -0
- {solace_agent_mesh-1.0.1 → solace_agent_mesh-1.0.3}/client/webui/frontend/src/lib/components/ui/dialog.tsx +0 -0
- {solace_agent_mesh-1.0.1 → solace_agent_mesh-1.0.3}/client/webui/frontend/src/lib/components/ui/dropdown-menu.tsx +0 -0
- {solace_agent_mesh-1.0.1 → solace_agent_mesh-1.0.3}/client/webui/frontend/src/lib/components/ui/hooks/index.ts +0 -0
- {solace_agent_mesh-1.0.1 → solace_agent_mesh-1.0.3}/client/webui/frontend/src/lib/components/ui/hooks/useClickOutside.ts +0 -0
- {solace_agent_mesh-1.0.1 → solace_agent_mesh-1.0.3}/client/webui/frontend/src/lib/components/ui/hooks/useEscapeKey.ts +0 -0
- {solace_agent_mesh-1.0.1 → solace_agent_mesh-1.0.3}/client/webui/frontend/src/lib/components/ui/hooks/usePopoverPosition.ts +0 -0
- {solace_agent_mesh-1.0.1 → solace_agent_mesh-1.0.3}/client/webui/frontend/src/lib/components/ui/hooks/useResizable.ts +0 -0
- {solace_agent_mesh-1.0.1 → solace_agent_mesh-1.0.3}/client/webui/frontend/src/lib/components/ui/index.ts +0 -0
- {solace_agent_mesh-1.0.1 → solace_agent_mesh-1.0.3}/client/webui/frontend/src/lib/components/ui/input.tsx +0 -0
- {solace_agent_mesh-1.0.1 → solace_agent_mesh-1.0.3}/client/webui/frontend/src/lib/components/ui/popoverManual.tsx +0 -0
- {solace_agent_mesh-1.0.1 → solace_agent_mesh-1.0.3}/client/webui/frontend/src/lib/components/ui/resizable.tsx +0 -0
- {solace_agent_mesh-1.0.1 → solace_agent_mesh-1.0.3}/client/webui/frontend/src/lib/components/ui/separator.tsx +0 -0
- {solace_agent_mesh-1.0.1 → solace_agent_mesh-1.0.3}/client/webui/frontend/src/lib/components/ui/sheet.tsx +0 -0
- {solace_agent_mesh-1.0.1 → solace_agent_mesh-1.0.3}/client/webui/frontend/src/lib/components/ui/side-panel.tsx +0 -0
- {solace_agent_mesh-1.0.1 → solace_agent_mesh-1.0.3}/client/webui/frontend/src/lib/components/ui/sidebar.tsx +0 -0
- {solace_agent_mesh-1.0.1 → solace_agent_mesh-1.0.3}/client/webui/frontend/src/lib/components/ui/skeleton.tsx +0 -0
- {solace_agent_mesh-1.0.1 → solace_agent_mesh-1.0.3}/client/webui/frontend/src/lib/components/ui/spinner.tsx +0 -0
- {solace_agent_mesh-1.0.1 → solace_agent_mesh-1.0.3}/client/webui/frontend/src/lib/components/ui/table.tsx +0 -0
- {solace_agent_mesh-1.0.1 → solace_agent_mesh-1.0.3}/client/webui/frontend/src/lib/components/ui/textarea.tsx +0 -0
- {solace_agent_mesh-1.0.1 → solace_agent_mesh-1.0.3}/client/webui/frontend/src/lib/components/ui/toast-container.tsx +0 -0
- {solace_agent_mesh-1.0.1 → solace_agent_mesh-1.0.3}/client/webui/frontend/src/lib/components/ui/tooltip.tsx +0 -0
- {solace_agent_mesh-1.0.1 → solace_agent_mesh-1.0.3}/client/webui/frontend/src/lib/contexts/AuthContext.ts +0 -0
- {solace_agent_mesh-1.0.1 → solace_agent_mesh-1.0.3}/client/webui/frontend/src/lib/contexts/ConfigContext.ts +0 -0
- {solace_agent_mesh-1.0.1 → solace_agent_mesh-1.0.3}/client/webui/frontend/src/lib/contexts/CsrfContext.ts +0 -0
- {solace_agent_mesh-1.0.1 → solace_agent_mesh-1.0.3}/client/webui/frontend/src/lib/contexts/ThemeContext.ts +0 -0
- {solace_agent_mesh-1.0.1 → solace_agent_mesh-1.0.3}/client/webui/frontend/src/lib/contexts/index.ts +0 -0
- {solace_agent_mesh-1.0.1 → solace_agent_mesh-1.0.3}/client/webui/frontend/src/lib/hooks/index.ts +0 -0
- {solace_agent_mesh-1.0.1 → solace_agent_mesh-1.0.3}/client/webui/frontend/src/lib/hooks/useAgents.ts +0 -0
- {solace_agent_mesh-1.0.1 → solace_agent_mesh-1.0.3}/client/webui/frontend/src/lib/hooks/useArtifacts.ts +0 -0
- {solace_agent_mesh-1.0.1 → solace_agent_mesh-1.0.3}/client/webui/frontend/src/lib/hooks/useAuthContext.ts +0 -0
- {solace_agent_mesh-1.0.1 → solace_agent_mesh-1.0.3}/client/webui/frontend/src/lib/hooks/useBeforeUnload.ts +0 -0
- {solace_agent_mesh-1.0.1 → solace_agent_mesh-1.0.3}/client/webui/frontend/src/lib/hooks/useChatContext.ts +0 -0
- {solace_agent_mesh-1.0.1 → solace_agent_mesh-1.0.3}/client/webui/frontend/src/lib/hooks/useConfigContext.ts +0 -0
- {solace_agent_mesh-1.0.1 → solace_agent_mesh-1.0.3}/client/webui/frontend/src/lib/hooks/useCsrfContext.ts +0 -0
- {solace_agent_mesh-1.0.1 → solace_agent_mesh-1.0.3}/client/webui/frontend/src/lib/hooks/useDebounce.ts +0 -0
- {solace_agent_mesh-1.0.1 → solace_agent_mesh-1.0.3}/client/webui/frontend/src/lib/hooks/useDownload.ts +0 -0
- {solace_agent_mesh-1.0.1 → solace_agent_mesh-1.0.3}/client/webui/frontend/src/lib/hooks/useDragAndDrop.ts +0 -0
- {solace_agent_mesh-1.0.1 → solace_agent_mesh-1.0.3}/client/webui/frontend/src/lib/hooks/useMobile.ts +0 -0
- {solace_agent_mesh-1.0.1 → solace_agent_mesh-1.0.3}/client/webui/frontend/src/lib/hooks/useSessionPreview.ts +0 -0
- {solace_agent_mesh-1.0.1 → solace_agent_mesh-1.0.3}/client/webui/frontend/src/lib/hooks/useTaskContext.ts +0 -0
- {solace_agent_mesh-1.0.1 → solace_agent_mesh-1.0.3}/client/webui/frontend/src/lib/hooks/useThemeContext.ts +0 -0
- {solace_agent_mesh-1.0.1 → solace_agent_mesh-1.0.3}/client/webui/frontend/src/lib/index.css +0 -0
- {solace_agent_mesh-1.0.1 → solace_agent_mesh-1.0.3}/client/webui/frontend/src/lib/index.ts +0 -0
- {solace_agent_mesh-1.0.1 → solace_agent_mesh-1.0.3}/client/webui/frontend/src/lib/plugins/PluginRegistry.tsx +0 -0
- {solace_agent_mesh-1.0.1 → solace_agent_mesh-1.0.3}/client/webui/frontend/src/lib/plugins/constants.ts +0 -0
- {solace_agent_mesh-1.0.1 → solace_agent_mesh-1.0.3}/client/webui/frontend/src/lib/plugins/index.ts +0 -0
- {solace_agent_mesh-1.0.1 → solace_agent_mesh-1.0.3}/client/webui/frontend/src/lib/providers/AuthProvider.tsx +0 -0
- {solace_agent_mesh-1.0.1 → solace_agent_mesh-1.0.3}/client/webui/frontend/src/lib/providers/ConfigProvider.tsx +0 -0
- {solace_agent_mesh-1.0.1 → solace_agent_mesh-1.0.3}/client/webui/frontend/src/lib/providers/CsrfProvider.tsx +0 -0
- {solace_agent_mesh-1.0.1 → solace_agent_mesh-1.0.3}/client/webui/frontend/src/lib/providers/ThemeProvider.tsx +0 -0
- {solace_agent_mesh-1.0.1 → solace_agent_mesh-1.0.3}/client/webui/frontend/src/lib/providers/index.ts +0 -0
- {solace_agent_mesh-1.0.1 → solace_agent_mesh-1.0.3}/client/webui/frontend/src/lib/providers/themes/palettes/index.ts +0 -0
- {solace_agent_mesh-1.0.1 → solace_agent_mesh-1.0.3}/client/webui/frontend/src/lib/providers/themes/palettes/solace.ts +0 -0
- {solace_agent_mesh-1.0.1 → solace_agent_mesh-1.0.3}/client/webui/frontend/src/lib/providers/themes/palettes/themePalette.ts +0 -0
- {solace_agent_mesh-1.0.1 → solace_agent_mesh-1.0.3}/client/webui/frontend/src/lib/providers/themes/themeMapping.ts +0 -0
- {solace_agent_mesh-1.0.1 → solace_agent_mesh-1.0.3}/client/webui/frontend/src/lib/types/activities.ts +0 -0
- {solace_agent_mesh-1.0.1 → solace_agent_mesh-1.0.3}/client/webui/frontend/src/lib/types/be.ts +0 -0
- {solace_agent_mesh-1.0.1 → solace_agent_mesh-1.0.3}/client/webui/frontend/src/lib/types/fe.ts +0 -0
- {solace_agent_mesh-1.0.1 → solace_agent_mesh-1.0.3}/client/webui/frontend/src/lib/types/index.ts +0 -0
- {solace_agent_mesh-1.0.1 → solace_agent_mesh-1.0.3}/client/webui/frontend/src/lib/utils/api.ts +0 -0
- {solace_agent_mesh-1.0.1 → solace_agent_mesh-1.0.3}/client/webui/frontend/src/lib/utils/cnTailwind.ts +0 -0
- {solace_agent_mesh-1.0.1 → solace_agent_mesh-1.0.3}/client/webui/frontend/src/lib/utils/download.ts +0 -0
- {solace_agent_mesh-1.0.1 → solace_agent_mesh-1.0.3}/client/webui/frontend/src/lib/utils/format.ts +0 -0
- {solace_agent_mesh-1.0.1 → solace_agent_mesh-1.0.3}/client/webui/frontend/src/lib/utils/index.ts +0 -0
- {solace_agent_mesh-1.0.1 → solace_agent_mesh-1.0.3}/client/webui/frontend/src/lib/utils/textPreprocessor.ts +0 -0
- {solace_agent_mesh-1.0.1 → solace_agent_mesh-1.0.3}/client/webui/frontend/src/lib/utils/themeHtmlStyles.ts +0 -0
- {solace_agent_mesh-1.0.1 → solace_agent_mesh-1.0.3}/client/webui/frontend/src/main.tsx +0 -0
- {solace_agent_mesh-1.0.1 → solace_agent_mesh-1.0.3}/client/webui/frontend/src/vite-env.d.ts +0 -0
- {solace_agent_mesh-1.0.1 → solace_agent_mesh-1.0.3}/client/webui/frontend/tailwind.config.js +0 -0
- {solace_agent_mesh-1.0.1 → solace_agent_mesh-1.0.3}/client/webui/frontend/tsconfig.json +0 -0
- {solace_agent_mesh-1.0.1 → solace_agent_mesh-1.0.3}/client/webui/frontend/tsconfig.node.json +0 -0
- {solace_agent_mesh-1.0.1 → solace_agent_mesh-1.0.3}/client/webui/frontend/vite.config.ts +0 -0
- {solace_agent_mesh-1.0.1 → solace_agent_mesh-1.0.3}/client/webui/frontend/vite.lib.config.ts +0 -0
- {solace_agent_mesh-1.0.1 → solace_agent_mesh-1.0.3}/client/webui/llm.txt +0 -0
- {solace_agent_mesh-1.0.1 → solace_agent_mesh-1.0.3}/config_portal/__init__.py +0 -0
- {solace_agent_mesh-1.0.1 → solace_agent_mesh-1.0.3}/config_portal/backend/__init__.py +0 -0
- {solace_agent_mesh-1.0.1 → solace_agent_mesh-1.0.3}/config_portal/backend/plugin_catalog/__init__.py +0 -0
- {solace_agent_mesh-1.0.1 → solace_agent_mesh-1.0.3}/config_portal/backend/plugin_catalog/models.py +0 -0
- {solace_agent_mesh-1.0.1 → solace_agent_mesh-1.0.3}/config_portal/frontend/.eslintrc.cjs +0 -0
- {solace_agent_mesh-1.0.1 → solace_agent_mesh-1.0.3}/config_portal/frontend/.gitignore +0 -0
- {solace_agent_mesh-1.0.1 → solace_agent_mesh-1.0.3}/config_portal/frontend/app/common/providerModels.ts +0 -0
- {solace_agent_mesh-1.0.1 → solace_agent_mesh-1.0.3}/config_portal/frontend/app/components/AddGatewayFlow.tsx +0 -0
- {solace_agent_mesh-1.0.1 → solace_agent_mesh-1.0.3}/config_portal/frontend/app/components/InitializationFlow.tsx +0 -0
- {solace_agent_mesh-1.0.1 → solace_agent_mesh-1.0.3}/config_portal/frontend/app/components/PluginCatalogFlow/PluginCatalogFlow.tsx +0 -0
- {solace_agent_mesh-1.0.1 → solace_agent_mesh-1.0.3}/config_portal/frontend/app/components/PluginCatalogFlow/components/AddRegistryModal.tsx +0 -0
- {solace_agent_mesh-1.0.1 → solace_agent_mesh-1.0.3}/config_portal/frontend/app/components/PluginCatalogFlow/components/InstallPluginModal.tsx +0 -0
- {solace_agent_mesh-1.0.1 → solace_agent_mesh-1.0.3}/config_portal/frontend/app/components/PluginCatalogFlow/components/PluginCard.tsx +0 -0
- {solace_agent_mesh-1.0.1 → solace_agent_mesh-1.0.3}/config_portal/frontend/app/components/PluginCatalogFlow/components/ReadMoreModal.tsx +0 -0
- {solace_agent_mesh-1.0.1 → solace_agent_mesh-1.0.3}/config_portal/frontend/app/components/PluginCatalogFlow/types.ts +0 -0
- {solace_agent_mesh-1.0.1 → solace_agent_mesh-1.0.3}/config_portal/frontend/app/components/StepIndicator.tsx +0 -0
- {solace_agent_mesh-1.0.1 → solace_agent_mesh-1.0.3}/config_portal/frontend/app/components/steps/InitSuccessScreen/DocResourceCard.tsx +0 -0
- {solace_agent_mesh-1.0.1 → solace_agent_mesh-1.0.3}/config_portal/frontend/app/components/steps/InitSuccessScreen/SuccessScreen.tsx +0 -0
- {solace_agent_mesh-1.0.1 → solace_agent_mesh-1.0.3}/config_portal/frontend/app/components/steps/InitSuccessScreen/TutorialCard.tsx +0 -0
- {solace_agent_mesh-1.0.1 → solace_agent_mesh-1.0.3}/config_portal/frontend/app/components/steps/agent/AgentBasicInfoStep.tsx +0 -0
- {solace_agent_mesh-1.0.1 → solace_agent_mesh-1.0.3}/config_portal/frontend/app/components/steps/agent/AgentCardStep.tsx +0 -0
- {solace_agent_mesh-1.0.1 → solace_agent_mesh-1.0.3}/config_portal/frontend/app/components/steps/agent/AgentFeaturesStep.tsx +0 -0
- {solace_agent_mesh-1.0.1 → solace_agent_mesh-1.0.3}/config_portal/frontend/app/components/steps/agent/AgentServicesStep.tsx +0 -0
- {solace_agent_mesh-1.0.1 → solace_agent_mesh-1.0.3}/config_portal/frontend/app/components/steps/agent/AgentToolsStep.tsx +0 -0
- {solace_agent_mesh-1.0.1 → solace_agent_mesh-1.0.3}/config_portal/frontend/app/components/steps/gateway/GatewayArtifactServiceStep.tsx +0 -0
- {solace_agent_mesh-1.0.1 → solace_agent_mesh-1.0.3}/config_portal/frontend/app/components/steps/gateway/GatewayBasicInfoStep.tsx +0 -0
- {solace_agent_mesh-1.0.1 → solace_agent_mesh-1.0.3}/config_portal/frontend/app/components/steps/gateway/GatewayResponseCustomizationStep.tsx +0 -0
- {solace_agent_mesh-1.0.1 → solace_agent_mesh-1.0.3}/config_portal/frontend/app/components/steps/gateway/GatewayReviewStep.tsx +0 -0
- {solace_agent_mesh-1.0.1 → solace_agent_mesh-1.0.3}/config_portal/frontend/app/components/steps/init/AIProviderSetup.tsx +0 -0
- {solace_agent_mesh-1.0.1 → solace_agent_mesh-1.0.3}/config_portal/frontend/app/components/steps/init/BrokerSetup.tsx +0 -0
- {solace_agent_mesh-1.0.1 → solace_agent_mesh-1.0.3}/config_portal/frontend/app/components/steps/init/CompletionStep.tsx +0 -0
- {solace_agent_mesh-1.0.1 → solace_agent_mesh-1.0.3}/config_portal/frontend/app/components/steps/init/PathSelectionStep.tsx +0 -0
- {solace_agent_mesh-1.0.1 → solace_agent_mesh-1.0.3}/config_portal/frontend/app/components/steps/init/ProjectSetup.tsx +0 -0
- {solace_agent_mesh-1.0.1 → solace_agent_mesh-1.0.3}/config_portal/frontend/app/components/steps/init/WebUIGatewaySetup.tsx +0 -0
- {solace_agent_mesh-1.0.1 → solace_agent_mesh-1.0.3}/config_portal/frontend/app/components/ui/AutocompleteInput.tsx +0 -0
- {solace_agent_mesh-1.0.1 → solace_agent_mesh-1.0.3}/config_portal/frontend/app/components/ui/Button.tsx +0 -0
- {solace_agent_mesh-1.0.1 → solace_agent_mesh-1.0.3}/config_portal/frontend/app/components/ui/Checkbox.tsx +0 -0
- {solace_agent_mesh-1.0.1 → solace_agent_mesh-1.0.3}/config_portal/frontend/app/components/ui/ChipInput.tsx +0 -0
- {solace_agent_mesh-1.0.1 → solace_agent_mesh-1.0.3}/config_portal/frontend/app/components/ui/ConfirmationModal.tsx +0 -0
- {solace_agent_mesh-1.0.1 → solace_agent_mesh-1.0.3}/config_portal/frontend/app/components/ui/FormField.tsx +0 -0
- {solace_agent_mesh-1.0.1 → solace_agent_mesh-1.0.3}/config_portal/frontend/app/components/ui/InfoBoxes.tsx +0 -0
- {solace_agent_mesh-1.0.1 → solace_agent_mesh-1.0.3}/config_portal/frontend/app/components/ui/Input.tsx +0 -0
- {solace_agent_mesh-1.0.1 → solace_agent_mesh-1.0.3}/config_portal/frontend/app/components/ui/Modal.tsx +0 -0
- {solace_agent_mesh-1.0.1 → solace_agent_mesh-1.0.3}/config_portal/frontend/app/components/ui/Select.tsx +0 -0
- {solace_agent_mesh-1.0.1 → solace_agent_mesh-1.0.3}/config_portal/frontend/app/components/ui/Toggle.tsx +0 -0
- {solace_agent_mesh-1.0.1 → solace_agent_mesh-1.0.3}/config_portal/frontend/app/entry.client.tsx +0 -0
- {solace_agent_mesh-1.0.1 → solace_agent_mesh-1.0.3}/config_portal/frontend/app/root.tsx +0 -0
- {solace_agent_mesh-1.0.1 → solace_agent_mesh-1.0.3}/config_portal/frontend/app/routes/_index.tsx +0 -0
- {solace_agent_mesh-1.0.1 → solace_agent_mesh-1.0.3}/config_portal/frontend/app/tailwind.css +0 -0
- {solace_agent_mesh-1.0.1 → solace_agent_mesh-1.0.3}/config_portal/frontend/package.json +0 -0
- {solace_agent_mesh-1.0.1 → solace_agent_mesh-1.0.3}/config_portal/frontend/postcss.config.js +0 -0
- {solace_agent_mesh-1.0.1 → solace_agent_mesh-1.0.3}/config_portal/frontend/public/Solace_community_logo.png +0 -0
- {solace_agent_mesh-1.0.1 → solace_agent_mesh-1.0.3}/config_portal/frontend/public/favicon.ico +0 -0
- {solace_agent_mesh-1.0.1 → solace_agent_mesh-1.0.3}/config_portal/frontend/tailwind.config.ts +0 -0
- {solace_agent_mesh-1.0.1 → solace_agent_mesh-1.0.3}/config_portal/frontend/tsconfig.json +0 -0
- {solace_agent_mesh-1.0.1 → solace_agent_mesh-1.0.3}/config_portal/frontend/vite.config.ts +0 -0
- {solace_agent_mesh-1.0.1 → solace_agent_mesh-1.0.3}/docs/.docusaurus/DONT-EDIT-THIS-FOLDER +0 -0
- {solace_agent_mesh-1.0.1 → solace_agent_mesh-1.0.3}/docs/.docusaurus/client-modules.js +0 -0
- {solace_agent_mesh-1.0.1 → solace_agent_mesh-1.0.3}/docs/.docusaurus/codeTranslations.json +0 -0
- {solace_agent_mesh-1.0.1 → solace_agent_mesh-1.0.3}/docs/.docusaurus/docusaurus-lunr-search/default/__plugin.json +0 -0
- {solace_agent_mesh-1.0.1 → solace_agent_mesh-1.0.3}/docs/.docusaurus/docusaurus-plugin-content-blog/default/__plugin.json +0 -0
- {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
- {solace_agent_mesh-1.0.1 → solace_agent_mesh-1.0.3}/docs/.docusaurus/docusaurus-plugin-content-blog/default/blogMetadata-default.json +0 -0
- {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
- {solace_agent_mesh-1.0.1 → solace_agent_mesh-1.0.3}/docs/.docusaurus/docusaurus-plugin-content-docs/default/__plugin.json +0 -0
- {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
- {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
- {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
- {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
- {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
- {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
- {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
- {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
- {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
- {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
- {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
- {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
- {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
- {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
- {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
- {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
- {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
- {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
- {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
- {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
- {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
- {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
- {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
- {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
- {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
- {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
- {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
- {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
- {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
- {solace_agent_mesh-1.0.1 → solace_agent_mesh-1.0.3}/docs/.docusaurus/docusaurus-plugin-content-pages/default/__plugin.json +0 -0
- {solace_agent_mesh-1.0.1 → solace_agent_mesh-1.0.3}/docs/.docusaurus/i18n.json +0 -0
- {solace_agent_mesh-1.0.1 → solace_agent_mesh-1.0.3}/docs/.docusaurus/lunr.client.js +0 -0
- {solace_agent_mesh-1.0.1 → solace_agent_mesh-1.0.3}/docs/.docusaurus/site-metadata.json +0 -0
- {solace_agent_mesh-1.0.1 → solace_agent_mesh-1.0.3}/docs/.docusaurus/site-storage.json +0 -0
- {solace_agent_mesh-1.0.1 → solace_agent_mesh-1.0.3}/docs/.gitignore +0 -0
- {solace_agent_mesh-1.0.1 → solace_agent_mesh-1.0.3}/docs/README.md +0 -0
- {solace_agent_mesh-1.0.1 → solace_agent_mesh-1.0.3}/docs/docs/documentation/concepts/_category_.json +0 -0
- {solace_agent_mesh-1.0.1 → solace_agent_mesh-1.0.3}/docs/docs/documentation/concepts/architecture.md +0 -0
- {solace_agent_mesh-1.0.1 → solace_agent_mesh-1.0.3}/docs/docs/documentation/concepts/orchestrator.md +0 -0
- {solace_agent_mesh-1.0.1 → solace_agent_mesh-1.0.3}/docs/docs/documentation/concepts/plugins.md +0 -0
- {solace_agent_mesh-1.0.1 → solace_agent_mesh-1.0.3}/docs/docs/documentation/deployment/_category_.json +0 -0
- {solace_agent_mesh-1.0.1 → solace_agent_mesh-1.0.3}/docs/docs/documentation/deployment/deploy.md +0 -0
- {solace_agent_mesh-1.0.1 → solace_agent_mesh-1.0.3}/docs/docs/documentation/deployment/observability.md +0 -0
- {solace_agent_mesh-1.0.1 → solace_agent_mesh-1.0.3}/docs/docs/documentation/enterprise.md +0 -0
- {solace_agent_mesh-1.0.1 → solace_agent_mesh-1.0.3}/docs/docs/documentation/getting-started/_category_.json +0 -0
- {solace_agent_mesh-1.0.1 → solace_agent_mesh-1.0.3}/docs/docs/documentation/getting-started/component-overview.md +0 -0
- {solace_agent_mesh-1.0.1 → solace_agent_mesh-1.0.3}/docs/docs/documentation/getting-started/installation.md +0 -0
- {solace_agent_mesh-1.0.1 → solace_agent_mesh-1.0.3}/docs/docs/documentation/getting-started/introduction.md +0 -0
- {solace_agent_mesh-1.0.1 → solace_agent_mesh-1.0.3}/docs/docs/documentation/tutorials/_category_.json +0 -0
- {solace_agent_mesh-1.0.1 → solace_agent_mesh-1.0.3}/docs/docs/documentation/tutorials/bedrock-agents.md +0 -0
- {solace_agent_mesh-1.0.1 → solace_agent_mesh-1.0.3}/docs/docs/documentation/tutorials/event-mesh-gateway.md +0 -0
- {solace_agent_mesh-1.0.1 → solace_agent_mesh-1.0.3}/docs/docs/documentation/tutorials/mcp-integration.md +0 -0
- {solace_agent_mesh-1.0.1 → solace_agent_mesh-1.0.3}/docs/docs/documentation/tutorials/rest-gateway.md +0 -0
- {solace_agent_mesh-1.0.1 → solace_agent_mesh-1.0.3}/docs/docs/documentation/tutorials/slack-integration.md +0 -0
- {solace_agent_mesh-1.0.1 → solace_agent_mesh-1.0.3}/docs/docs/documentation/tutorials/sql-database.md +0 -0
- {solace_agent_mesh-1.0.1 → solace_agent_mesh-1.0.3}/docs/docs/documentation/user-guide/_category_.json +0 -0
- {solace_agent_mesh-1.0.1 → solace_agent_mesh-1.0.3}/docs/docs/documentation/user-guide/builtin-tools/_category_.json +0 -0
- {solace_agent_mesh-1.0.1 → solace_agent_mesh-1.0.3}/docs/docs/documentation/user-guide/builtin-tools/audio-tools.md +0 -0
- {solace_agent_mesh-1.0.1 → solace_agent_mesh-1.0.3}/docs/docs/documentation/user-guide/builtin-tools/builtin-tools.md +0 -0
- {solace_agent_mesh-1.0.1 → solace_agent_mesh-1.0.3}/docs/docs/documentation/user-guide/builtin-tools/embeds.md +0 -0
- {solace_agent_mesh-1.0.1 → solace_agent_mesh-1.0.3}/docs/docs/documentation/user-guide/create-agents.md +0 -0
- {solace_agent_mesh-1.0.1 → solace_agent_mesh-1.0.3}/docs/docs/documentation/user-guide/create-gateways.md +0 -0
- {solace_agent_mesh-1.0.1 → solace_agent_mesh-1.0.3}/docs/docs/documentation/user-guide/solace-ai-connector.md +0 -0
- {solace_agent_mesh-1.0.1 → solace_agent_mesh-1.0.3}/docs/docs/documentation/user-guide/structure.md +0 -0
- {solace_agent_mesh-1.0.1 → solace_agent_mesh-1.0.3}/docs/docusaurus.config.ts +0 -0
- {solace_agent_mesh-1.0.1 → solace_agent_mesh-1.0.3}/docs/package-lock.json +0 -0
- {solace_agent_mesh-1.0.1 → solace_agent_mesh-1.0.3}/docs/package.json +0 -0
- {solace_agent_mesh-1.0.1 → solace_agent_mesh-1.0.3}/docs/sidebars.ts +0 -0
- {solace_agent_mesh-1.0.1 → solace_agent_mesh-1.0.3}/docs/static/img/Solace_AI_Framework_With_Broker.png +0 -0
- {solace_agent_mesh-1.0.1 → solace_agent_mesh-1.0.3}/docs/static/img/logo.png +0 -0
- {solace_agent_mesh-1.0.1 → solace_agent_mesh-1.0.3}/docs/static/img/sac-flows.png +0 -0
- {solace_agent_mesh-1.0.1 → solace_agent_mesh-1.0.3}/docs/static/img/sac_parts_of_a_component.png +0 -0
- {solace_agent_mesh-1.0.1 → solace_agent_mesh-1.0.3}/docs/static/img/solace-logo.png +0 -0
- {solace_agent_mesh-1.0.1 → solace_agent_mesh-1.0.3}/docs/tsconfig.json +0 -0
- {solace_agent_mesh-1.0.1 → solace_agent_mesh-1.0.3}/evaluation/__init__.py +0 -0
- {solace_agent_mesh-1.0.1 → solace_agent_mesh-1.0.3}/evaluation/config_loader.py +0 -0
- {solace_agent_mesh-1.0.1 → solace_agent_mesh-1.0.3}/evaluation/evaluator.py +0 -0
- {solace_agent_mesh-1.0.1 → solace_agent_mesh-1.0.3}/evaluation/message_organizer.py +0 -0
- {solace_agent_mesh-1.0.1 → solace_agent_mesh-1.0.3}/evaluation/report/benchmark_info.html +0 -0
- {solace_agent_mesh-1.0.1 → solace_agent_mesh-1.0.3}/evaluation/report/chart_section.html +0 -0
- {solace_agent_mesh-1.0.1 → solace_agent_mesh-1.0.3}/evaluation/report/detailed_breakdown.html +0 -0
- {solace_agent_mesh-1.0.1 → solace_agent_mesh-1.0.3}/evaluation/report/modal.html +0 -0
- {solace_agent_mesh-1.0.1 → solace_agent_mesh-1.0.3}/evaluation/report/modal_chart_functions.js +0 -0
- {solace_agent_mesh-1.0.1 → solace_agent_mesh-1.0.3}/evaluation/report/modal_script.js +0 -0
- {solace_agent_mesh-1.0.1 → solace_agent_mesh-1.0.3}/evaluation/report/modal_styles.css +0 -0
- {solace_agent_mesh-1.0.1 → solace_agent_mesh-1.0.3}/evaluation/report/performance_metrics_styles.css +0 -0
- {solace_agent_mesh-1.0.1 → solace_agent_mesh-1.0.3}/evaluation/report/templates/footer.html +0 -0
- {solace_agent_mesh-1.0.1 → solace_agent_mesh-1.0.3}/evaluation/report/templates/header.html +0 -0
- {solace_agent_mesh-1.0.1 → solace_agent_mesh-1.0.3}/evaluation/report_data_processor.py +0 -0
- {solace_agent_mesh-1.0.1 → solace_agent_mesh-1.0.3}/evaluation/report_generator.py +0 -0
- {solace_agent_mesh-1.0.1 → solace_agent_mesh-1.0.3}/evaluation/run.py +0 -0
- {solace_agent_mesh-1.0.1 → solace_agent_mesh-1.0.3}/evaluation/subscriber.py +0 -0
- {solace_agent_mesh-1.0.1 → solace_agent_mesh-1.0.3}/evaluation/summary_builder.py +0 -0
- {solace_agent_mesh-1.0.1 → solace_agent_mesh-1.0.3}/evaluation/test_case_loader.py +0 -0
- {solace_agent_mesh-1.0.1 → solace_agent_mesh-1.0.3}/examples/a2a_atlassian_sse.yaml +0 -0
- {solace_agent_mesh-1.0.1 → solace_agent_mesh-1.0.3}/examples/a2a_mcp_atlassian_docker_example.yaml +0 -0
- {solace_agent_mesh-1.0.1 → solace_agent_mesh-1.0.3}/examples/a2a_mcp_jira_sse_example.yaml +0 -0
- {solace_agent_mesh-1.0.1 → solace_agent_mesh-1.0.3}/examples/a2a_multimodal.yaml +0 -0
- {solace_agent_mesh-1.0.1 → solace_agent_mesh-1.0.3}/examples/a2a_orchestrator.yaml +0 -0
- {solace_agent_mesh-1.0.1 → solace_agent_mesh-1.0.3}/examples/agent_host_example.yaml +0 -0
- {solace_agent_mesh-1.0.1 → solace_agent_mesh-1.0.3}/examples/auth/README.md +0 -0
- {solace_agent_mesh-1.0.1 → solace_agent_mesh-1.0.3}/examples/auth/dev-roles.yaml +0 -0
- {solace_agent_mesh-1.0.1 → solace_agent_mesh-1.0.3}/examples/auth/dev-users.yaml +0 -0
- {solace_agent_mesh-1.0.1 → solace_agent_mesh-1.0.3}/examples/rest_gateway_example.yaml +0 -0
- {solace_agent_mesh-1.0.1 → solace_agent_mesh-1.0.3}/examples/sam_em_gateway.yaml +0 -0
- {solace_agent_mesh-1.0.1 → solace_agent_mesh-1.0.3}/examples/sample_tools.py +0 -0
- {solace_agent_mesh-1.0.1 → solace_agent_mesh-1.0.3}/examples/shared_config.yaml +0 -0
- {solace_agent_mesh-1.0.1 → solace_agent_mesh-1.0.3}/examples/slack_gateway_example.yaml +0 -0
- {solace_agent_mesh-1.0.1 → solace_agent_mesh-1.0.3}/examples/test_agent.yaml +0 -0
- {solace_agent_mesh-1.0.1 → solace_agent_mesh-1.0.3}/examples/webhook_gateway_example.yaml +0 -0
- {solace_agent_mesh-1.0.1 → solace_agent_mesh-1.0.3}/examples/webui_backend.yaml +0 -0
- {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
- {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
- {solace_agent_mesh-1.0.1 → solace_agent_mesh-1.0.3}/src/solace_agent_mesh/agent/adk/adk_llm.txt +0 -0
- {solace_agent_mesh-1.0.1 → solace_agent_mesh-1.0.3}/src/solace_agent_mesh/agent/adk/app_llm_agent.py +0 -0
- {solace_agent_mesh-1.0.1 → solace_agent_mesh-1.0.3}/src/solace_agent_mesh/agent/adk/invocation_monitor.py +0 -0
- {solace_agent_mesh-1.0.1 → solace_agent_mesh-1.0.3}/src/solace_agent_mesh/agent/adk/models/lite_llm.py +0 -0
- {solace_agent_mesh-1.0.1 → solace_agent_mesh-1.0.3}/src/solace_agent_mesh/agent/adk/models/models_llm.txt +0 -0
- {solace_agent_mesh-1.0.1 → solace_agent_mesh-1.0.3}/src/solace_agent_mesh/agent/adk/setup.py +0 -0
- {solace_agent_mesh-1.0.1 → solace_agent_mesh-1.0.3}/src/solace_agent_mesh/agent/adk/stream_parser.py +0 -0
- {solace_agent_mesh-1.0.1 → solace_agent_mesh-1.0.3}/src/solace_agent_mesh/agent/adk/tool_wrapper.py +0 -0
- {solace_agent_mesh-1.0.1 → solace_agent_mesh-1.0.3}/src/solace_agent_mesh/agent/agent_llm.txt +0 -0
- {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
- {solace_agent_mesh-1.0.1 → solace_agent_mesh-1.0.3}/src/solace_agent_mesh/agent/protocol/protocol_llm.txt +0 -0
- {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
- {solace_agent_mesh-1.0.1 → solace_agent_mesh-1.0.3}/src/solace_agent_mesh/agent/sac/patch_adk.py +0 -0
- {solace_agent_mesh-1.0.1 → solace_agent_mesh-1.0.3}/src/solace_agent_mesh/agent/sac/sac_llm.txt +0 -0
- {solace_agent_mesh-1.0.1 → solace_agent_mesh-1.0.3}/src/solace_agent_mesh/agent/testing/__init__.py +0 -0
- {solace_agent_mesh-1.0.1 → solace_agent_mesh-1.0.3}/src/solace_agent_mesh/agent/testing/debug_utils.py +0 -0
- {solace_agent_mesh-1.0.1 → solace_agent_mesh-1.0.3}/src/solace_agent_mesh/agent/testing/testing_llm.txt +0 -0
- {solace_agent_mesh-1.0.1 → solace_agent_mesh-1.0.3}/src/solace_agent_mesh/agent/tools/__init__.py +0 -0
- {solace_agent_mesh-1.0.1 → solace_agent_mesh-1.0.3}/src/solace_agent_mesh/agent/tools/audio_tools.py +0 -0
- {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
- {solace_agent_mesh-1.0.1 → solace_agent_mesh-1.0.3}/src/solace_agent_mesh/agent/tools/image_tools.py +0 -0
- {solace_agent_mesh-1.0.1 → solace_agent_mesh-1.0.3}/src/solace_agent_mesh/agent/tools/registry.py +0 -0
- {solace_agent_mesh-1.0.1 → solace_agent_mesh-1.0.3}/src/solace_agent_mesh/agent/tools/test_tools.py +0 -0
- {solace_agent_mesh-1.0.1 → solace_agent_mesh-1.0.3}/src/solace_agent_mesh/agent/tools/tool_definition.py +0 -0
- {solace_agent_mesh-1.0.1 → solace_agent_mesh-1.0.3}/src/solace_agent_mesh/agent/tools/tools_llm.txt +0 -0
- {solace_agent_mesh-1.0.1 → solace_agent_mesh-1.0.3}/src/solace_agent_mesh/agent/tools/web_tools.py +0 -0
- {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
- {solace_agent_mesh-1.0.1 → solace_agent_mesh-1.0.3}/src/solace_agent_mesh/agent/utils/config_parser.py +0 -0
- {solace_agent_mesh-1.0.1 → solace_agent_mesh-1.0.3}/src/solace_agent_mesh/agent/utils/context_helpers.py +0 -0
- {solace_agent_mesh-1.0.1 → solace_agent_mesh-1.0.3}/src/solace_agent_mesh/agent/utils/utils_llm.txt +0 -0
- {solace_agent_mesh-1.0.1 → solace_agent_mesh-1.0.3}/src/solace_agent_mesh/common/__init__.py +0 -0
- {solace_agent_mesh-1.0.1 → solace_agent_mesh-1.0.3}/src/solace_agent_mesh/common/a2a_protocol.py +0 -0
- {solace_agent_mesh-1.0.1 → solace_agent_mesh-1.0.3}/src/solace_agent_mesh/common/agent_registry.py +0 -0
- {solace_agent_mesh-1.0.1 → solace_agent_mesh-1.0.3}/src/solace_agent_mesh/common/client/__init__.py +0 -0
- {solace_agent_mesh-1.0.1 → solace_agent_mesh-1.0.3}/src/solace_agent_mesh/common/client/card_resolver.py +0 -0
- {solace_agent_mesh-1.0.1 → solace_agent_mesh-1.0.3}/src/solace_agent_mesh/common/client/client.py +0 -0
- {solace_agent_mesh-1.0.1 → solace_agent_mesh-1.0.3}/src/solace_agent_mesh/common/client/client_llm.txt +0 -0
- {solace_agent_mesh-1.0.1 → solace_agent_mesh-1.0.3}/src/solace_agent_mesh/common/common_llm.txt +0 -0
- {solace_agent_mesh-1.0.1 → solace_agent_mesh-1.0.3}/src/solace_agent_mesh/common/constants.py +0 -0
- {solace_agent_mesh-1.0.1 → solace_agent_mesh-1.0.3}/src/solace_agent_mesh/common/middleware/__init__.py +0 -0
- {solace_agent_mesh-1.0.1 → solace_agent_mesh-1.0.3}/src/solace_agent_mesh/common/middleware/config_resolver.py +0 -0
- {solace_agent_mesh-1.0.1 → solace_agent_mesh-1.0.3}/src/solace_agent_mesh/common/middleware/middleware_llm.txt +0 -0
- {solace_agent_mesh-1.0.1 → solace_agent_mesh-1.0.3}/src/solace_agent_mesh/common/middleware/registry.py +0 -0
- {solace_agent_mesh-1.0.1 → solace_agent_mesh-1.0.3}/src/solace_agent_mesh/common/server/__init__.py +0 -0
- {solace_agent_mesh-1.0.1 → solace_agent_mesh-1.0.3}/src/solace_agent_mesh/common/server/server.py +0 -0
- {solace_agent_mesh-1.0.1 → solace_agent_mesh-1.0.3}/src/solace_agent_mesh/common/server/server_llm.txt +0 -0
- {solace_agent_mesh-1.0.1 → solace_agent_mesh-1.0.3}/src/solace_agent_mesh/common/server/task_manager.py +0 -0
- {solace_agent_mesh-1.0.1 → solace_agent_mesh-1.0.3}/src/solace_agent_mesh/common/server/utils.py +0 -0
- {solace_agent_mesh-1.0.1 → solace_agent_mesh-1.0.3}/src/solace_agent_mesh/common/services/__init__.py +0 -0
- {solace_agent_mesh-1.0.1 → solace_agent_mesh-1.0.3}/src/solace_agent_mesh/common/services/employee_service.py +0 -0
- {solace_agent_mesh-1.0.1 → solace_agent_mesh-1.0.3}/src/solace_agent_mesh/common/services/identity_service.py +0 -0
- {solace_agent_mesh-1.0.1 → solace_agent_mesh-1.0.3}/src/solace_agent_mesh/common/services/providers/__init__.py +0 -0
- {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
- {solace_agent_mesh-1.0.1 → solace_agent_mesh-1.0.3}/src/solace_agent_mesh/common/services/providers/providers_llm.txt +0 -0
- {solace_agent_mesh-1.0.1 → solace_agent_mesh-1.0.3}/src/solace_agent_mesh/common/services/services_llm.txt +0 -0
- {solace_agent_mesh-1.0.1 → solace_agent_mesh-1.0.3}/src/solace_agent_mesh/common/types.py +0 -0
- {solace_agent_mesh-1.0.1 → solace_agent_mesh-1.0.3}/src/solace_agent_mesh/common/utils/__init__.py +0 -0
- {solace_agent_mesh-1.0.1 → solace_agent_mesh-1.0.3}/src/solace_agent_mesh/common/utils/asyncio_macos_fix.py +0 -0
- {solace_agent_mesh-1.0.1 → solace_agent_mesh-1.0.3}/src/solace_agent_mesh/common/utils/embeds/__init__.py +0 -0
- {solace_agent_mesh-1.0.1 → solace_agent_mesh-1.0.3}/src/solace_agent_mesh/common/utils/embeds/constants.py +0 -0
- {solace_agent_mesh-1.0.1 → solace_agent_mesh-1.0.3}/src/solace_agent_mesh/common/utils/embeds/converter.py +0 -0
- {solace_agent_mesh-1.0.1 → solace_agent_mesh-1.0.3}/src/solace_agent_mesh/common/utils/embeds/embeds_llm.txt +0 -0
- {solace_agent_mesh-1.0.1 → solace_agent_mesh-1.0.3}/src/solace_agent_mesh/common/utils/embeds/evaluators.py +0 -0
- {solace_agent_mesh-1.0.1 → solace_agent_mesh-1.0.3}/src/solace_agent_mesh/common/utils/embeds/modifiers.py +0 -0
- {solace_agent_mesh-1.0.1 → solace_agent_mesh-1.0.3}/src/solace_agent_mesh/common/utils/embeds/resolver.py +0 -0
- {solace_agent_mesh-1.0.1 → solace_agent_mesh-1.0.3}/src/solace_agent_mesh/common/utils/embeds/types.py +0 -0
- {solace_agent_mesh-1.0.1 → solace_agent_mesh-1.0.3}/src/solace_agent_mesh/common/utils/in_memory_cache.py +0 -0
- {solace_agent_mesh-1.0.1 → solace_agent_mesh-1.0.3}/src/solace_agent_mesh/common/utils/log_formatters.py +0 -0
- {solace_agent_mesh-1.0.1 → solace_agent_mesh-1.0.3}/src/solace_agent_mesh/common/utils/mime_helpers.py +0 -0
- {solace_agent_mesh-1.0.1 → solace_agent_mesh-1.0.3}/src/solace_agent_mesh/common/utils/push_notification_auth.py +0 -0
- {solace_agent_mesh-1.0.1 → solace_agent_mesh-1.0.3}/src/solace_agent_mesh/common/utils/utils_llm.txt +0 -0
- {solace_agent_mesh-1.0.1 → solace_agent_mesh-1.0.3}/src/solace_agent_mesh/core_a2a/__init__.py +0 -0
- {solace_agent_mesh-1.0.1 → solace_agent_mesh-1.0.3}/src/solace_agent_mesh/core_a2a/core_a2a_llm.txt +0 -0
- {solace_agent_mesh-1.0.1 → solace_agent_mesh-1.0.3}/src/solace_agent_mesh/core_a2a/service.py +0 -0
- {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
- {solace_agent_mesh-1.0.1 → solace_agent_mesh-1.0.3}/src/solace_agent_mesh/gateway/base/__init__.py +0 -0
- {solace_agent_mesh-1.0.1 → solace_agent_mesh-1.0.3}/src/solace_agent_mesh/gateway/base/app.py +0 -0
- {solace_agent_mesh-1.0.1 → solace_agent_mesh-1.0.3}/src/solace_agent_mesh/gateway/base/base_llm.txt +0 -0
- {solace_agent_mesh-1.0.1 → solace_agent_mesh-1.0.3}/src/solace_agent_mesh/gateway/base/task_context.py +0 -0
- {solace_agent_mesh-1.0.1 → solace_agent_mesh-1.0.3}/src/solace_agent_mesh/gateway/gateway_llm.txt +0 -0
- {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
- {solace_agent_mesh-1.0.1 → solace_agent_mesh-1.0.3}/src/solace_agent_mesh/gateway/http_sse/app.py +0 -0
- {solace_agent_mesh-1.0.1 → solace_agent_mesh-1.0.3}/src/solace_agent_mesh/gateway/http_sse/component.py +0 -0
- {solace_agent_mesh-1.0.1 → solace_agent_mesh-1.0.3}/src/solace_agent_mesh/gateway/http_sse/components/__init__.py +0 -0
- {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
- {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
- {solace_agent_mesh-1.0.1 → solace_agent_mesh-1.0.3}/src/solace_agent_mesh/gateway/http_sse/dependencies.py +0 -0
- {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
- {solace_agent_mesh-1.0.1 → solace_agent_mesh-1.0.3}/src/solace_agent_mesh/gateway/http_sse/main.py +0 -0
- {solace_agent_mesh-1.0.1 → solace_agent_mesh-1.0.3}/src/solace_agent_mesh/gateway/http_sse/routers/__init__.py +0 -0
- {solace_agent_mesh-1.0.1 → solace_agent_mesh-1.0.3}/src/solace_agent_mesh/gateway/http_sse/routers/agents.py +0 -0
- {solace_agent_mesh-1.0.1 → solace_agent_mesh-1.0.3}/src/solace_agent_mesh/gateway/http_sse/routers/auth.py +0 -0
- {solace_agent_mesh-1.0.1 → solace_agent_mesh-1.0.3}/src/solace_agent_mesh/gateway/http_sse/routers/config.py +0 -0
- {solace_agent_mesh-1.0.1 → solace_agent_mesh-1.0.3}/src/solace_agent_mesh/gateway/http_sse/routers/people.py +0 -0
- {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
- {solace_agent_mesh-1.0.1 → solace_agent_mesh-1.0.3}/src/solace_agent_mesh/gateway/http_sse/routers/sessions.py +0 -0
- {solace_agent_mesh-1.0.1 → solace_agent_mesh-1.0.3}/src/solace_agent_mesh/gateway/http_sse/routers/sse.py +0 -0
- {solace_agent_mesh-1.0.1 → solace_agent_mesh-1.0.3}/src/solace_agent_mesh/gateway/http_sse/routers/tasks.py +0 -0
- {solace_agent_mesh-1.0.1 → solace_agent_mesh-1.0.3}/src/solace_agent_mesh/gateway/http_sse/routers/users.py +0 -0
- {solace_agent_mesh-1.0.1 → solace_agent_mesh-1.0.3}/src/solace_agent_mesh/gateway/http_sse/routers/visualization.py +0 -0
- {solace_agent_mesh-1.0.1 → solace_agent_mesh-1.0.3}/src/solace_agent_mesh/gateway/http_sse/services/__init__.py +0 -0
- {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
- {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
- {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
- {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
- {solace_agent_mesh-1.0.1 → solace_agent_mesh-1.0.3}/src/solace_agent_mesh/gateway/http_sse/session_manager.py +0 -0
- {solace_agent_mesh-1.0.1 → solace_agent_mesh-1.0.3}/src/solace_agent_mesh/llm.txt +0 -0
- {solace_agent_mesh-1.0.1 → solace_agent_mesh-1.0.3}/src/solace_agent_mesh/llm_detail.txt +0 -0
- {solace_agent_mesh-1.0.1 → solace_agent_mesh-1.0.3}/templates/agent_template.yaml +0 -0
- {solace_agent_mesh-1.0.1 → solace_agent_mesh-1.0.3}/templates/eval_backend_template.yaml +0 -0
- {solace_agent_mesh-1.0.1 → solace_agent_mesh-1.0.3}/templates/gateway_app_template.py +0 -0
- {solace_agent_mesh-1.0.1 → solace_agent_mesh-1.0.3}/templates/gateway_config_template.yaml +0 -0
- {solace_agent_mesh-1.0.1 → solace_agent_mesh-1.0.3}/templates/main_orchestrator.yaml +0 -0
- {solace_agent_mesh-1.0.1 → solace_agent_mesh-1.0.3}/templates/plugin_custom_config_template.yaml +0 -0
- {solace_agent_mesh-1.0.1 → solace_agent_mesh-1.0.3}/templates/plugin_custom_template.py +0 -0
- {solace_agent_mesh-1.0.1 → solace_agent_mesh-1.0.3}/templates/plugin_gateway_config_template.yaml +0 -0
- {solace_agent_mesh-1.0.1 → solace_agent_mesh-1.0.3}/templates/plugin_pyproject_template.toml +0 -0
- {solace_agent_mesh-1.0.1 → solace_agent_mesh-1.0.3}/templates/plugin_readme_template.md +0 -0
- {solace_agent_mesh-1.0.1 → solace_agent_mesh-1.0.3}/templates/plugin_tools_template.py +0 -0
- {solace_agent_mesh-1.0.1 → solace_agent_mesh-1.0.3}/templates/shared_config.yaml +0 -0
- {solace_agent_mesh-1.0.1 → solace_agent_mesh-1.0.3}/templates/templates_llm.txt +0 -0
- {solace_agent_mesh-1.0.1 → solace_agent_mesh-1.0.3}/templates/webui.yaml +0 -0
- {solace_agent_mesh-1.0.1/src/solace_agent_mesh/gateway/http_sse → solace_agent_mesh-1.0.3/tests}/__init__.py +0 -0
- {solace_agent_mesh-1.0.1 → solace_agent_mesh-1.0.3}/tests/evaluation/config.json +0 -0
- {solace_agent_mesh-1.0.1 → solace_agent_mesh-1.0.3}/tests/evaluation/test_cases/adk_example.test.json +0 -0
- {solace_agent_mesh-1.0.1 → solace_agent_mesh-1.0.3}/tests/evaluation/test_cases/artifacts/sample.csv +0 -0
- {solace_agent_mesh-1.0.1 → solace_agent_mesh-1.0.3}/tests/evaluation/test_cases/artifacts/sample.html +0 -0
- {solace_agent_mesh-1.0.1 → solace_agent_mesh-1.0.3}/tests/evaluation/test_cases/artifacts/sample.pdf +0 -0
- {solace_agent_mesh-1.0.1 → solace_agent_mesh-1.0.3}/tests/evaluation/test_cases/artifacts/sample.txt +0 -0
- {solace_agent_mesh-1.0.1 → solace_agent_mesh-1.0.3}/tests/evaluation/test_cases/convert_html_to_md.test.json +0 -0
- {solace_agent_mesh-1.0.1 → solace_agent_mesh-1.0.3}/tests/evaluation/test_cases/convert_pdf_to_md.test.json +0 -0
- {solace_agent_mesh-1.0.1 → solace_agent_mesh-1.0.3}/tests/evaluation/test_cases/create_diagram.test.json +0 -0
- {solace_agent_mesh-1.0.1 → solace_agent_mesh-1.0.3}/tests/evaluation/test_cases/file_artifact.test.json +0 -0
- {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
- {solace_agent_mesh-1.0.1 → solace_agent_mesh-1.0.3}/tests/evaluation/test_cases/generate_employee_csv.test.json +0 -0
- {solace_agent_mesh-1.0.1 → solace_agent_mesh-1.0.3}/tests/evaluation/test_cases/generate_sales_report.test.json +0 -0
- {solace_agent_mesh-1.0.1 → solace_agent_mesh-1.0.3}/tests/evaluation/test_cases/hello_world.test.json +0 -0
- {solace_agent_mesh-1.0.1 → solace_agent_mesh-1.0.3}/tests/evaluation/test_cases/web_search_solace_summary.test.json +0 -0
- {solace_agent_mesh-1.0.1/tests → solace_agent_mesh-1.0.3/tests/integration}/__init__.py +0 -0
- {solace_agent_mesh-1.0.1/tests/integration → solace_agent_mesh-1.0.3/tests/integration/scenarios_declarative}/__init__.py +0 -0
- {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
- {solace_agent_mesh-1.0.1 → solace_agent_mesh-1.0.3}/tests/integration/scenarios_programmatic/__init__.py +0 -0
- {solace_agent_mesh-1.0.1 → solace_agent_mesh-1.0.3}/tests/integration/test_support/__init__.py +0 -0
- {solace_agent_mesh-1.0.1 → solace_agent_mesh-1.0.3}/tests/integration/test_support/tools.py +0 -0
- {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
- {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
- {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
- {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
- {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
- {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
- {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
- {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
- {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
- {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
- {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
- {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
- {solace_agent_mesh-1.0.1 → solace_agent_mesh-1.0.3}/uv.lock +0 -0
- {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 }}
|