solace-agent-mesh 1.4.9__tar.gz → 1.4.11__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.4.11/.dockerignore +70 -0
- solace_agent_mesh-1.4.11/.github/workflows/ci.yaml +299 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/Dockerfile +30 -25
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/PKG-INFO +1 -1
- solace_agent_mesh-1.4.9/assets/client/webui/assets/main-B0PHV3hm.js → solace_agent_mesh-1.4.11/assets/client/webui/assets/main-DnnE01OM.js +1 -1
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/assets/client/webui/index.html +1 -1
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/assets/docs/404.html +2 -2
- solace_agent_mesh-1.4.9/assets/docs/assets/js/main.a02b0b97.js → solace_agent_mesh-1.4.11/assets/docs/assets/js/main.c55fdf1c.js +2 -2
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/assets/docs/docs/documentation/Enterprise/installation/index.html +2 -2
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/assets/docs/docs/documentation/Enterprise/rbac-setup-guilde/index.html +2 -2
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/assets/docs/docs/documentation/Enterprise/single-sign-on/index.html +2 -2
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/assets/docs/docs/documentation/Migrations/A2A Upgrade To 0.3.0/a2a-gateway-upgrade-to-0.3.0/index.html +2 -2
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/assets/docs/docs/documentation/Migrations/A2A Upgrade To 0.3.0/a2a-technical-migration-map/index.html +2 -2
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/assets/docs/docs/documentation/concepts/agents/index.html +2 -2
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/assets/docs/docs/documentation/concepts/architecture/index.html +2 -2
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/assets/docs/docs/documentation/concepts/cli/index.html +2 -2
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/assets/docs/docs/documentation/concepts/gateways/index.html +2 -2
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/assets/docs/docs/documentation/concepts/orchestrator/index.html +2 -2
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/assets/docs/docs/documentation/concepts/plugins/index.html +2 -2
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/assets/docs/docs/documentation/deployment/debugging/index.html +2 -2
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/assets/docs/docs/documentation/deployment/deploy/index.html +2 -2
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/assets/docs/docs/documentation/deployment/observability/index.html +2 -2
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/assets/docs/docs/documentation/getting-started/component-overview/index.html +2 -2
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/assets/docs/docs/documentation/getting-started/configurations/index.html +2 -2
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/assets/docs/docs/documentation/getting-started/configurations/litellm_models/index.html +2 -2
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/assets/docs/docs/documentation/getting-started/installation/index.html +2 -2
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/assets/docs/docs/documentation/getting-started/introduction/index.html +2 -2
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/assets/docs/docs/documentation/getting-started/quick-start/index.html +2 -2
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/assets/docs/docs/documentation/tutorials/bedrock-agents/index.html +2 -2
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/assets/docs/docs/documentation/tutorials/custom-agent/index.html +2 -2
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/assets/docs/docs/documentation/tutorials/event-mesh-gateway/index.html +2 -2
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/assets/docs/docs/documentation/tutorials/mcp-integration/index.html +2 -2
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/assets/docs/docs/documentation/tutorials/mongodb-integration/index.html +2 -2
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/assets/docs/docs/documentation/tutorials/rag-integration/index.html +2 -2
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/assets/docs/docs/documentation/tutorials/rest-gateway/index.html +2 -2
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/assets/docs/docs/documentation/tutorials/slack-integration/index.html +2 -2
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/assets/docs/docs/documentation/tutorials/sql-database/index.html +2 -2
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/assets/docs/docs/documentation/user-guide/builtin-tools/artifact-management/index.html +2 -2
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/assets/docs/docs/documentation/user-guide/builtin-tools/audio-tools/index.html +2 -2
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/assets/docs/docs/documentation/user-guide/builtin-tools/data-analysis-tools/index.html +2 -2
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/assets/docs/docs/documentation/user-guide/builtin-tools/embeds/index.html +2 -2
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/assets/docs/docs/documentation/user-guide/builtin-tools/index.html +2 -2
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/assets/docs/docs/documentation/user-guide/create-agents/index.html +2 -2
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/assets/docs/docs/documentation/user-guide/create-gateways/index.html +2 -2
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/assets/docs/docs/documentation/user-guide/creating-python-tools/index.html +2 -2
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/assets/docs/docs/documentation/user-guide/creating-service-providers/index.html +2 -2
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/assets/docs/docs/documentation/user-guide/solace-ai-connector/index.html +2 -2
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/assets/docs/docs/documentation/user-guide/structure/index.html +2 -2
- solace_agent_mesh-1.4.11/assets/docs/lunr-index-1759514676673.json +1 -0
- solace_agent_mesh-1.4.11/assets/docs/lunr-index.json +1 -0
- solace_agent_mesh-1.4.11/assets/docs/search-doc-1759514676673.json +1 -0
- solace_agent_mesh-1.4.11/assets/docs/search-doc.json +1 -0
- solace_agent_mesh-1.4.11/cli/__init__.py +1 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/cli/commands/add_cmd/agent_cmd.py +1 -1
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/cli/commands/init_cmd/orchestrator_step.py +1 -1
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/cli/commands/plugin_cmd/create_cmd.py +0 -1
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/cli/commands/plugin_cmd/plugin_cmd_llm.txt +1 -1
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/client/webui/frontend/package-lock.json +428 -2
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/client/webui/frontend/package.json +12 -2
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/client/webui/frontend/src/lib/components/activities/FlowChart/customNodes/GenericAgentNode.tsx +3 -1
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/client/webui/frontend/src/lib/components/activities/FlowChart/customNodes/GenericToolNode.tsx +3 -1
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/client/webui/frontend/src/lib/components/activities/FlowChart/customNodes/OrchestratorAgentNode.tsx +3 -1
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/client/webui/frontend/src/lib/components/activities/FlowChart/taskToFlowData.helpers.ts +1 -4
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/client/webui/frontend/src/lib/components/activities/FlowChart/taskToFlowData.ts +1 -4
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/client/webui/frontend/src/lib/components/chat/SessionList.tsx +27 -24
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/client/webui/frontend/src/lib/providers/ChatProvider.tsx +15 -12
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/docs/.docusaurus/client-manifest.json +4 -4
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/docs/.docusaurus/docusaurus.config.mjs +1 -1
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/docs/.docusaurus/globalData.json +2 -2
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/src/solace_agent_mesh/agent/adk/artifacts/s3_artifact_service.py +5 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/src/solace_agent_mesh/agent/adk/services.py +15 -11
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/src/solace_agent_mesh/common/services/identity_service.py +1 -1
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/src/solace_agent_mesh/common/services/providers/local_file_identity_service.py +1 -1
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/src/solace_agent_mesh/gateway/http_sse/component.py +3 -2
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/src/solace_agent_mesh/gateway/http_sse/main.py +1 -2
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/templates/plugin_pyproject_template.toml +0 -1
- solace_agent_mesh-1.4.9/.dockerignore +0 -28
- solace_agent_mesh-1.4.9/.github/workflows/ci.yaml +0 -172
- solace_agent_mesh-1.4.9/assets/docs/lunr-index-1759254261068.json +0 -1
- solace_agent_mesh-1.4.9/assets/docs/lunr-index.json +0 -1
- solace_agent_mesh-1.4.9/assets/docs/search-doc-1759254261068.json +0 -1
- solace_agent_mesh-1.4.9/assets/docs/search-doc.json +0 -1
- solace_agent_mesh-1.4.9/cli/__init__.py +0 -1
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/.github/actions/push-docker/action.yml +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/.github/copilot-instructions.md +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/.github/helper_scripts/build_frontend.py +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/.github/workflows/cleanup_ws.yaml +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/.github/workflows/gh_pages.yaml +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/.github/workflows/push-docker.yml +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/.github/workflows/release.yml +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/.github/workflows/ui-ci.yml +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/.github/workflows/ui-release.yml +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/.gitignore +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/.hatch_data/.config/coverage/ZC3w42we/pyproject.toml +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/.hooks/pre-commit +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/.vscode/launch.json +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/CODE_OF_CONDUCT.md +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/CONTRIBUTING.md +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/LICENSE +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/README.md +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/assets/client/webui/assets/authCallback-j1LW-wlq.js +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/assets/client/webui/assets/client-B9p_nFNA.js +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/assets/client/webui/assets/favicon-BLgzUch9.ico +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/assets/client/webui/assets/main-ChRwcV89.css +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/assets/client/webui/assets/vendor-CS5YMf8a.js +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/assets/client/webui/auth-callback.html +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/assets/config_portal/client/Solace_community_logo.png +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/assets/config_portal/client/assets/_index-BNuqpWDc.js +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/assets/config_portal/client/assets/components-Rk0n-9cK.js +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/assets/config_portal/client/assets/entry.client-mvZjNKiz.js +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/assets/config_portal/client/assets/index-DzNKzXrc.js +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/assets/config_portal/client/assets/manifest-44d62be6.js +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/assets/config_portal/client/assets/root-BWvk5-gF.js +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/assets/config_portal/client/assets/root-DxRwaWiE.css +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/assets/config_portal/client/favicon.ico +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/assets/config_portal/client/index.html +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/assets/docs/assets/css/styles.906a1503.css +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/assets/docs/assets/images/Solace_AI_Framework_With_Broker-85f0a306a9bcdd20b390b7a949f6d862.png +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/assets/docs/assets/images/sac-flows-80d5b603c6aafd33e87945680ce0abf3.png +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/assets/docs/assets/images/sac_parts_of_a_component-cb3d0424b1d0c17734c5435cca6b4082.png +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/assets/docs/assets/images/sam-enterprise-credentials-b269f095349473118b2b33bdfcc40122.png +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/assets/docs/assets/js/04989206.a248f00c.js +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/assets/docs/assets/js/0e682baa.d054e1d8.js +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/assets/docs/assets/js/1001.0182a8bd.js +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/assets/docs/assets/js/1023fc19.8a8a9309.js +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/assets/docs/assets/js/1039.0bd46aa1.js +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/assets/docs/assets/js/149.b797a808.js +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/assets/docs/assets/js/1523c6b4.2645ef68.js +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/assets/docs/assets/js/165.6a39807d.js +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/assets/docs/assets/js/165.6a39807d.js.LICENSE.txt +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/assets/docs/assets/js/166ab619.e27886d9.js +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/assets/docs/assets/js/17896441.a5e82f9b.js +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/assets/docs/assets/js/17896441.a5e82f9b.js.LICENSE.txt +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/assets/docs/assets/js/1c6e87d2.e056b7e0.js +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/assets/docs/assets/js/2130.ab9fd314.js +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/assets/docs/assets/js/21ceee5f.3bf39250.js +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/assets/docs/assets/js/2237.5e477fc6.js +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/assets/docs/assets/js/2334.622a6395.js +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/assets/docs/assets/js/2a9cab12.2afaee76.js +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/assets/docs/assets/js/3219.adc1d663.js +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/assets/docs/assets/js/332e10b5.f7629851.js +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/assets/docs/assets/js/3624.b524e433.js +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/assets/docs/assets/js/375.708d48db.js +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/assets/docs/assets/js/3834.b6cd790e.js +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/assets/docs/assets/js/3d406171.5560fdf9.js +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/assets/docs/assets/js/4250.95455b28.js +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/assets/docs/assets/js/42b3f8d8.508ae8db.js +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/assets/docs/assets/js/4356.d169ab5b.js +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/assets/docs/assets/js/442a8107.b5c2532a.js +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/assets/docs/assets/js/4458.518e66fa.js +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/assets/docs/assets/js/4488.c7cc3442.js +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/assets/docs/assets/js/4494.6ee23046.js +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/assets/docs/assets/js/453a82a6.3c6bb61d.js +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/assets/docs/assets/js/483cef9a.4736f2d8.js +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/assets/docs/assets/js/4855.fc4444b6.js +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/assets/docs/assets/js/4866.22daefc0.js +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/assets/docs/assets/js/4950.ca4caeda.js +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/assets/docs/assets/js/4c2787c2.c1290a40.js +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/assets/docs/assets/js/5388.7a136447.js +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/assets/docs/assets/js/55f47984.bcd00a86.js +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/assets/docs/assets/js/5607.081356f8.js +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/assets/docs/assets/js/5864.b0d0e9de.js +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/assets/docs/assets/js/5b4258a4.fdfd2325.js +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/assets/docs/assets/js/5e95c892.558d5167.js +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/assets/docs/assets/js/6143.0a1464c9.js +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/assets/docs/assets/js/6395.e9c73649.js +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/assets/docs/assets/js/664b740a.ba305a89.js +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/assets/docs/assets/js/6796.51d2c9b7.js +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/assets/docs/assets/js/6976.379be23b.js +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/assets/docs/assets/js/6978.ee0b945c.js +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/assets/docs/assets/js/7040.cb436723.js +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/assets/docs/assets/js/7195.412f418a.js +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/assets/docs/assets/js/7280.3fb73bdb.js +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/assets/docs/assets/js/75384d09.c19e8b51.js +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/assets/docs/assets/js/768e31b0.9abcdc48.js +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/assets/docs/assets/js/7845.e33e7c4c.js +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/assets/docs/assets/js/7900.69516146.js +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/assets/docs/assets/js/8356.8a379c04.js +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/assets/docs/assets/js/85387663.be2bc838.js +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/assets/docs/assets/js/8567.4732c6b7.js +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/assets/docs/assets/js/8573.cb04eda5.js +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/assets/docs/assets/js/8577.1d54e766.js +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/assets/docs/assets/js/8591.d7c16be6.js +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/assets/docs/assets/js/8591.d7c16be6.js.LICENSE.txt +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/assets/docs/assets/js/8709.7ecd4047.js +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/assets/docs/assets/js/8731.49e930c2.js +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/assets/docs/assets/js/8908.f9d1b506.js +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/assets/docs/assets/js/9157.b4093d07.js +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/assets/docs/assets/js/9278.a4fd875d.js +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/assets/docs/assets/js/945fb41e.16e00776.js +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/assets/docs/assets/js/9616.b75c2f6d.js +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/assets/docs/assets/js/9793.c6d16376.js +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/assets/docs/assets/js/9a09e75d.92de8cf5.js +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/assets/docs/assets/js/9eff14a2.d62aad71.js +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/assets/docs/assets/js/a12a4955.25fbed32.js +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/assets/docs/assets/js/a3a92b25.af35e313.js +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/assets/docs/assets/js/a7bd4aaa.2204d2f7.js +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/assets/docs/assets/js/a94703ab.0438dbc2.js +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/assets/docs/assets/js/aba21aa0.c42a534c.js +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/assets/docs/assets/js/aba87c2f.4ddf32f2.js +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/assets/docs/assets/js/ae0e903d.5fe5203f.js +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/assets/docs/assets/js/ae4415af.16cc58d3.js +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/assets/docs/assets/js/b7006a3a.73a79653.js +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/assets/docs/assets/js/bac0be12.17de4316.js +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/assets/docs/assets/js/c2c06897.87cb1f47.js +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/assets/docs/assets/js/c835a94d.ce21f0bf.js +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/assets/docs/assets/js/cc969b05.feef7dcc.js +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/assets/docs/assets/js/cd3d4052.a19e7d78.js +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/assets/docs/assets/js/ced92a13.fb92e7ca.js +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/assets/docs/assets/js/cee5d587.47904f5e.js +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/assets/docs/assets/js/d6a81ee7.829198f1.js +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/assets/docs/assets/js/f284c35a.ed8dd236.js +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/assets/docs/assets/js/f897a61a.126663fe.js +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/assets/docs/assets/js/fbfa3e75.e144b16c.js +0 -0
- /solace_agent_mesh-1.4.9/assets/docs/assets/js/main.a02b0b97.js.LICENSE.txt → /solace_agent_mesh-1.4.11/assets/docs/assets/js/main.c55fdf1c.js.LICENSE.txt +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/assets/docs/assets/js/runtime~main.0d2ff2b6.js +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/assets/docs/img/Solace_AI_Framework_With_Broker.png +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/assets/docs/img/logo.png +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/assets/docs/img/sac-flows.png +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/assets/docs/img/sac_parts_of_a_component.png +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/assets/docs/img/sam-enterprise-credentials.png +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/assets/docs/img/solace-logo-text.svg +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/assets/docs/img/solace-logo.png +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/assets/docs/sitemap.xml +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/cli/commands/__init__.py +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/cli/commands/add_cmd/__init__.py +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/cli/commands/add_cmd/add_cmd_llm.txt +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/cli/commands/add_cmd/gateway_cmd.py +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/cli/commands/add_cmd/web_add_agent_step.py +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/cli/commands/add_cmd/web_add_gateway_step.py +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/cli/commands/docs_cmd.py +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/cli/commands/eval_cmd.py +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/cli/commands/init_cmd/__init__.py +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/cli/commands/init_cmd/broker_step.py +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/cli/commands/init_cmd/database_step.py +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/cli/commands/init_cmd/directory_step.py +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/cli/commands/init_cmd/env_step.py +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/cli/commands/init_cmd/init_cmd_llm.txt +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/cli/commands/init_cmd/project_files_step.py +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/cli/commands/init_cmd/web_init_step.py +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/cli/commands/init_cmd/webui_gateway_step.py +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/cli/commands/plugin_cmd/__init__.py +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/cli/commands/plugin_cmd/add_cmd.py +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/cli/commands/plugin_cmd/build_cmd.py +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/cli/commands/plugin_cmd/catalog_cmd.py +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/cli/commands/plugin_cmd/install_cmd.py +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/cli/commands/plugin_cmd/official_registry.py +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/cli/commands/run_cmd.py +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/cli/main.py +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/cli/utils.py +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/client/sam-rest-client/README.md +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/client/sam-rest-client/pyproject.toml +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/client/sam-rest-client/src/sam_rest_client/__init__.py +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/client/sam-rest-client/src/sam_rest_client/cli.py +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/client/sam-rest-client/src/sam_rest_client/client.py +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/client/webui/frontend/.gitignore +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/client/webui/frontend/.npmignore +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/client/webui/frontend/.prettierrc +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/client/webui/frontend/README.md +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/client/webui/frontend/auth-callback.html +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/client/webui/frontend/components.json +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/client/webui/frontend/eslint.config.js +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/client/webui/frontend/frontend_llm.txt +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/client/webui/frontend/index.html +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/client/webui/frontend/src/App.css +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/client/webui/frontend/src/App.tsx +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/client/webui/frontend/src/assets/favicon.ico +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/client/webui/frontend/src/auth/authCallback.tsx +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/client/webui/frontend/src/auth/authCallbackLoader.tsx +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/client/webui/frontend/src/auth/auth_llm.txt +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/client/webui/frontend/src/lib/components/activities/FlowChart/FlowChart_llm.txt +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/client/webui/frontend/src/lib/components/activities/FlowChart/customEdges/GenericFlowEdge.tsx +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/client/webui/frontend/src/lib/components/activities/FlowChart/customEdges/customEdges_llm.txt +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/client/webui/frontend/src/lib/components/activities/FlowChart/customNodes/LLMNode.tsx +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/client/webui/frontend/src/lib/components/activities/FlowChart/customNodes/UserNode.tsx +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/client/webui/frontend/src/lib/components/activities/FlowChart/customNodes/customNodes_llm.txt +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/client/webui/frontend/src/lib/components/activities/FlowChart/edgeAnimationService.ts +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/client/webui/frontend/src/lib/components/activities/FlowChartDetails.tsx +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/client/webui/frontend/src/lib/components/activities/FlowChartPanel.tsx +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/client/webui/frontend/src/lib/components/activities/VisualizerStepCard.tsx +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/client/webui/frontend/src/lib/components/activities/activities_llm.txt +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/client/webui/frontend/src/lib/components/activities/index.ts +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/client/webui/frontend/src/lib/components/activities/taskVisualizerProcessor.ts +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/client/webui/frontend/src/lib/components/agents/AgentDisplayCard.tsx +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/client/webui/frontend/src/lib/components/agents/AgentMeshCards.tsx +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/client/webui/frontend/src/lib/components/agents/LayoutSelector.tsx +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/client/webui/frontend/src/lib/components/agents/agents_llm.txt +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/client/webui/frontend/src/lib/components/agents/index.ts +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/client/webui/frontend/src/lib/components/chat/ChatInputArea.tsx +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/client/webui/frontend/src/lib/components/chat/ChatMessage.tsx +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/client/webui/frontend/src/lib/components/chat/ChatSessionDeleteDialog.tsx +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/client/webui/frontend/src/lib/components/chat/ChatSessionDialog.tsx +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/client/webui/frontend/src/lib/components/chat/ChatSessions.tsx +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/client/webui/frontend/src/lib/components/chat/ChatSidePanel.tsx +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/client/webui/frontend/src/lib/components/chat/LoadingMessageRow.tsx +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/client/webui/frontend/src/lib/components/chat/SessionSidePanel.tsx +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/client/webui/frontend/src/lib/components/chat/artifact/ArtifactCard.tsx +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/client/webui/frontend/src/lib/components/chat/artifact/ArtifactDeleteAllDialog.tsx +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/client/webui/frontend/src/lib/components/chat/artifact/ArtifactDeleteDialog.tsx +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/client/webui/frontend/src/lib/components/chat/artifact/ArtifactDetails.tsx +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/client/webui/frontend/src/lib/components/chat/artifact/ArtifactMorePopover.tsx +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/client/webui/frontend/src/lib/components/chat/artifact/ArtifactPanel.tsx +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/client/webui/frontend/src/lib/components/chat/artifact/ArtifactPreviewContent.tsx +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/client/webui/frontend/src/lib/components/chat/artifact/ArtifactPreviewDownload.tsx +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/client/webui/frontend/src/lib/components/chat/artifact/ArtifactSortPopover.tsx +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/client/webui/frontend/src/lib/components/chat/artifact/ArtifactVersionNavigation.tsx +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/client/webui/frontend/src/lib/components/chat/artifact/artifact_llm.txt +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/client/webui/frontend/src/lib/components/chat/chat_llm.txt +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/client/webui/frontend/src/lib/components/chat/file/FileBadge.tsx +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/client/webui/frontend/src/lib/components/chat/file/FileMessage.tsx +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/client/webui/frontend/src/lib/components/chat/file/fileUtils.tsx +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/client/webui/frontend/src/lib/components/chat/file/file_llm.txt +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/client/webui/frontend/src/lib/components/chat/index.ts +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/client/webui/frontend/src/lib/components/chat/preview/ContentRenderer.tsx +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/client/webui/frontend/src/lib/components/chat/preview/Renderers/AudioRenderer.tsx +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/client/webui/frontend/src/lib/components/chat/preview/Renderers/CsvRenderer.tsx +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/client/webui/frontend/src/lib/components/chat/preview/Renderers/HTMLRenderer.tsx +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/client/webui/frontend/src/lib/components/chat/preview/Renderers/ImageRenderer.tsx +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/client/webui/frontend/src/lib/components/chat/preview/Renderers/MarkdownRenderer.tsx +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/client/webui/frontend/src/lib/components/chat/preview/Renderers/MermaidRenderer.tsx +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/client/webui/frontend/src/lib/components/chat/preview/Renderers/Renderers_llm.txt +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/client/webui/frontend/src/lib/components/chat/preview/Renderers/StructuredDataRenderer.tsx +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/client/webui/frontend/src/lib/components/chat/preview/Renderers/TextRenderer.tsx +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/client/webui/frontend/src/lib/components/chat/preview/Renderers/index.ts +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/client/webui/frontend/src/lib/components/chat/preview/contentUtils.ts +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/client/webui/frontend/src/lib/components/chat/preview/previewUtils.ts +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/client/webui/frontend/src/lib/components/chat/preview/preview_llm.txt +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/client/webui/frontend/src/lib/components/common/MarkdownHTMLConverter.tsx +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/client/webui/frontend/src/lib/components/common/MessageBanner.tsx +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/client/webui/frontend/src/lib/components/common/common_llm.txt +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/client/webui/frontend/src/lib/components/common/index.ts +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/client/webui/frontend/src/lib/components/components_llm.txt +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/client/webui/frontend/src/lib/components/header/Header.tsx +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/client/webui/frontend/src/lib/components/header/header_llm.txt +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/client/webui/frontend/src/lib/components/header/index.ts +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/client/webui/frontend/src/lib/components/index.ts +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/client/webui/frontend/src/lib/components/jsonViewer/JSONViewer.tsx +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/client/webui/frontend/src/lib/components/jsonViewer/index.ts +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/client/webui/frontend/src/lib/components/jsonViewer/jsonViewer_llm.txt +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/client/webui/frontend/src/lib/components/navigation/NavigationButton.tsx +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/client/webui/frontend/src/lib/components/navigation/NavigationHeader.tsx +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/client/webui/frontend/src/lib/components/navigation/NavigationList.tsx +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/client/webui/frontend/src/lib/components/navigation/NavigationSidebar.tsx +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/client/webui/frontend/src/lib/components/navigation/ToggleThemeButton.tsx +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/client/webui/frontend/src/lib/components/navigation/index.ts +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/client/webui/frontend/src/lib/components/navigation/navigation.ts +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/client/webui/frontend/src/lib/components/navigation/navigation_llm.txt +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/client/webui/frontend/src/lib/components/pages/AgentMeshPage.tsx +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/client/webui/frontend/src/lib/components/pages/ChatPage.tsx +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/client/webui/frontend/src/lib/components/pages/index.ts +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/client/webui/frontend/src/lib/components/pages/pages_llm.txt +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/client/webui/frontend/src/lib/components/toast/Toast.tsx +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/client/webui/frontend/src/lib/components/toast/index.ts +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/client/webui/frontend/src/lib/components/toast/toast_llm.txt +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/client/webui/frontend/src/lib/components/ui/ViewWorkflowButton.tsx +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/client/webui/frontend/src/lib/components/ui/accordion.tsx +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/client/webui/frontend/src/lib/components/ui/alert.tsx +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/client/webui/frontend/src/lib/components/ui/avatar.tsx +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/client/webui/frontend/src/lib/components/ui/badge.tsx +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/client/webui/frontend/src/lib/components/ui/button.tsx +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/client/webui/frontend/src/lib/components/ui/card.tsx +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/client/webui/frontend/src/lib/components/ui/chart.tsx +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/client/webui/frontend/src/lib/components/ui/chat/chat-bubble.tsx +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/client/webui/frontend/src/lib/components/ui/chat/chat-input.tsx +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/client/webui/frontend/src/lib/components/ui/chat/chat-message-list.tsx +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/client/webui/frontend/src/lib/components/ui/chat/chatStyles.ts +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/client/webui/frontend/src/lib/components/ui/chat/chat_llm.txt +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/client/webui/frontend/src/lib/components/ui/chat/hooks/hooks_llm.txt +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/client/webui/frontend/src/lib/components/ui/chat/hooks/useAutoScroll.tsx +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/client/webui/frontend/src/lib/components/ui/chat/message-loading.tsx +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/client/webui/frontend/src/lib/components/ui/dialog.tsx +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/client/webui/frontend/src/lib/components/ui/dropdown-menu.tsx +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/client/webui/frontend/src/lib/components/ui/hooks/index.ts +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/client/webui/frontend/src/lib/components/ui/hooks/useClickOutside.ts +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/client/webui/frontend/src/lib/components/ui/hooks/useEscapeKey.ts +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/client/webui/frontend/src/lib/components/ui/hooks/usePopoverPosition.ts +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/client/webui/frontend/src/lib/components/ui/hooks/useResizable.ts +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/client/webui/frontend/src/lib/components/ui/index.ts +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/client/webui/frontend/src/lib/components/ui/input.tsx +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/client/webui/frontend/src/lib/components/ui/menu.tsx +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/client/webui/frontend/src/lib/components/ui/pagination.tsx +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/client/webui/frontend/src/lib/components/ui/popover.tsx +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/client/webui/frontend/src/lib/components/ui/popoverManual.tsx +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/client/webui/frontend/src/lib/components/ui/resizable.tsx +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/client/webui/frontend/src/lib/components/ui/select.tsx +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/client/webui/frontend/src/lib/components/ui/separator.tsx +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/client/webui/frontend/src/lib/components/ui/sheet.tsx +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/client/webui/frontend/src/lib/components/ui/side-panel.tsx +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/client/webui/frontend/src/lib/components/ui/sidebar.tsx +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/client/webui/frontend/src/lib/components/ui/skeleton.tsx +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/client/webui/frontend/src/lib/components/ui/spinner.tsx +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/client/webui/frontend/src/lib/components/ui/table.tsx +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/client/webui/frontend/src/lib/components/ui/tabs.tsx +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/client/webui/frontend/src/lib/components/ui/textarea.tsx +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/client/webui/frontend/src/lib/components/ui/toast-container.tsx +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/client/webui/frontend/src/lib/components/ui/tooltip.tsx +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/client/webui/frontend/src/lib/components/ui/ui_llm.txt +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/client/webui/frontend/src/lib/contexts/AuthContext.ts +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/client/webui/frontend/src/lib/contexts/ChatContext.ts +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/client/webui/frontend/src/lib/contexts/ConfigContext.ts +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/client/webui/frontend/src/lib/contexts/CsrfContext.ts +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/client/webui/frontend/src/lib/contexts/TaskContext.ts +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/client/webui/frontend/src/lib/contexts/ThemeContext.ts +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/client/webui/frontend/src/lib/contexts/index.ts +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/client/webui/frontend/src/lib/hooks/index.ts +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/client/webui/frontend/src/lib/hooks/useAgentCards.ts +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/client/webui/frontend/src/lib/hooks/useArtifacts.ts +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/client/webui/frontend/src/lib/hooks/useAuthContext.ts +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/client/webui/frontend/src/lib/hooks/useBeforeUnload.ts +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/client/webui/frontend/src/lib/hooks/useChatContext.ts +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/client/webui/frontend/src/lib/hooks/useConfigContext.ts +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/client/webui/frontend/src/lib/hooks/useCopy.ts +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/client/webui/frontend/src/lib/hooks/useCsrfContext.ts +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/client/webui/frontend/src/lib/hooks/useDebounce.ts +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/client/webui/frontend/src/lib/hooks/useDownload.ts +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/client/webui/frontend/src/lib/hooks/useDragAndDrop.ts +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/client/webui/frontend/src/lib/hooks/useMobile.ts +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/client/webui/frontend/src/lib/hooks/useTaskContext.ts +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/client/webui/frontend/src/lib/hooks/useThemeContext.ts +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/client/webui/frontend/src/lib/index.css +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/client/webui/frontend/src/lib/index.ts +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/client/webui/frontend/src/lib/lib_llm.txt +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/client/webui/frontend/src/lib/plugins/PluginRegistry.tsx +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/client/webui/frontend/src/lib/plugins/constants.ts +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/client/webui/frontend/src/lib/plugins/index.ts +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/client/webui/frontend/src/lib/plugins/plugins_llm.txt +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/client/webui/frontend/src/lib/providers/AuthProvider.tsx +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/client/webui/frontend/src/lib/providers/ConfigProvider.tsx +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/client/webui/frontend/src/lib/providers/CsrfProvider.tsx +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/client/webui/frontend/src/lib/providers/TaskProvider.tsx +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/client/webui/frontend/src/lib/providers/ThemeProvider.tsx +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/client/webui/frontend/src/lib/providers/index.ts +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/client/webui/frontend/src/lib/providers/providers_llm.txt +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/client/webui/frontend/src/lib/providers/themes/palettes/index.ts +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/client/webui/frontend/src/lib/providers/themes/palettes/solace.ts +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/client/webui/frontend/src/lib/providers/themes/palettes/themePalette.ts +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/client/webui/frontend/src/lib/providers/themes/themeMapping.ts +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/client/webui/frontend/src/lib/types/activities.ts +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/client/webui/frontend/src/lib/types/be.ts +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/client/webui/frontend/src/lib/types/fe.ts +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/client/webui/frontend/src/lib/types/index.ts +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/client/webui/frontend/src/lib/utils/api.ts +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/client/webui/frontend/src/lib/utils/cnTailwind.ts +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/client/webui/frontend/src/lib/utils/download.ts +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/client/webui/frontend/src/lib/utils/format.ts +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/client/webui/frontend/src/lib/utils/index.ts +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/client/webui/frontend/src/lib/utils/textPreprocessor.ts +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/client/webui/frontend/src/lib/utils/themeHtmlStyles.ts +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/client/webui/frontend/src/main.tsx +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/client/webui/frontend/src/src_llm.txt +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/client/webui/frontend/src/vite-env.d.ts +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/client/webui/frontend/tailwind.config.js +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/client/webui/frontend/tsconfig.app.json +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/client/webui/frontend/tsconfig.json +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/client/webui/frontend/tsconfig.lib.json +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/client/webui/frontend/tsconfig.node.json +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/client/webui/frontend/vite.config.ts +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/client/webui/frontend/vite.lib.config.ts +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/client/webui/frontend/wss-unified-agent.config +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/client/webui/llm.txt +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/client/webui/llm_detail.txt +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/config_portal/__init__.py +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/config_portal/backend/__init__.py +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/config_portal/backend/common.py +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/config_portal/backend/plugin_catalog/__init__.py +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/config_portal/backend/plugin_catalog/constants.py +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/config_portal/backend/plugin_catalog/models.py +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/config_portal/backend/plugin_catalog/registry_manager.py +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/config_portal/backend/plugin_catalog/scraper.py +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/config_portal/backend/plugin_catalog_server.py +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/config_portal/backend/server.py +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/config_portal/frontend/.eslintrc.cjs +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/config_portal/frontend/.gitignore +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/config_portal/frontend/app/common/providerModels.ts +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/config_portal/frontend/app/components/AddAgentFlow.tsx +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/config_portal/frontend/app/components/AddGatewayFlow.tsx +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/config_portal/frontend/app/components/InitializationFlow.tsx +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/config_portal/frontend/app/components/PluginCatalogFlow/PluginCatalogFlow.tsx +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/config_portal/frontend/app/components/PluginCatalogFlow/components/AddRegistryModal.tsx +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/config_portal/frontend/app/components/PluginCatalogFlow/components/InstallPluginModal.tsx +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/config_portal/frontend/app/components/PluginCatalogFlow/components/PluginCard.tsx +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/config_portal/frontend/app/components/PluginCatalogFlow/components/ReadMoreModal.tsx +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/config_portal/frontend/app/components/PluginCatalogFlow/types.ts +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/config_portal/frontend/app/components/StepIndicator.tsx +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/config_portal/frontend/app/components/steps/InitSuccessScreen/DocResourceCard.tsx +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/config_portal/frontend/app/components/steps/InitSuccessScreen/SuccessScreen.tsx +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/config_portal/frontend/app/components/steps/InitSuccessScreen/TutorialCard.tsx +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/config_portal/frontend/app/components/steps/agent/AgentBasicInfoStep.tsx +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/config_portal/frontend/app/components/steps/agent/AgentCardStep.tsx +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/config_portal/frontend/app/components/steps/agent/AgentFeaturesStep.tsx +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/config_portal/frontend/app/components/steps/agent/AgentServicesStep.tsx +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/config_portal/frontend/app/components/steps/agent/AgentToolsStep.tsx +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/config_portal/frontend/app/components/steps/gateway/GatewayArtifactServiceStep.tsx +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/config_portal/frontend/app/components/steps/gateway/GatewayBasicInfoStep.tsx +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/config_portal/frontend/app/components/steps/gateway/GatewayResponseCustomizationStep.tsx +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/config_portal/frontend/app/components/steps/gateway/GatewayReviewStep.tsx +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/config_portal/frontend/app/components/steps/init/AIProviderSetup.tsx +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/config_portal/frontend/app/components/steps/init/BrokerSetup.tsx +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/config_portal/frontend/app/components/steps/init/CompletionStep.tsx +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/config_portal/frontend/app/components/steps/init/DatabaseSetup.tsx +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/config_portal/frontend/app/components/steps/init/OrchestratorSetup.tsx +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/config_portal/frontend/app/components/steps/init/PathSelectionStep.tsx +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/config_portal/frontend/app/components/steps/init/ProjectSetup.tsx +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/config_portal/frontend/app/components/steps/init/WebUIGatewaySetup.tsx +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/config_portal/frontend/app/components/steps/init/types.ts +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/config_portal/frontend/app/components/ui/AutocompleteInput.tsx +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/config_portal/frontend/app/components/ui/Button.tsx +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/config_portal/frontend/app/components/ui/Checkbox.tsx +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/config_portal/frontend/app/components/ui/ChipInput.tsx +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/config_portal/frontend/app/components/ui/ConfirmationModal.tsx +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/config_portal/frontend/app/components/ui/FormField.tsx +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/config_portal/frontend/app/components/ui/InfoBoxes.tsx +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/config_portal/frontend/app/components/ui/Input.tsx +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/config_portal/frontend/app/components/ui/Modal.tsx +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/config_portal/frontend/app/components/ui/Select.tsx +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/config_portal/frontend/app/components/ui/Toggle.tsx +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/config_portal/frontend/app/entry.client.tsx +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/config_portal/frontend/app/root.tsx +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/config_portal/frontend/app/routes/_index.tsx +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/config_portal/frontend/app/tailwind.css +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/config_portal/frontend/package-lock.json +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/config_portal/frontend/package.json +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/config_portal/frontend/postcss.config.js +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/config_portal/frontend/public/Solace_community_logo.png +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/config_portal/frontend/public/favicon.ico +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/config_portal/frontend/tailwind.config.ts +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/config_portal/frontend/tsconfig.json +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/config_portal/frontend/vite.config.ts +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/docs/.docusaurus/DONT-EDIT-THIS-FOLDER +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/docs/.docusaurus/client-modules.js +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/docs/.docusaurus/codeTranslations.json +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/docs/.docusaurus/docusaurus-lunr-search/default/__plugin.json +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/docs/.docusaurus/docusaurus-plugin-content-blog/default/__plugin.json +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/docs/.docusaurus/docusaurus-plugin-content-blog/default/blog-post-list-prop-default.json +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/docs/.docusaurus/docusaurus-plugin-content-blog/default/blogMetadata-default.json +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/docs/.docusaurus/docusaurus-plugin-content-docs/default/__mdx-loader-dependency.json +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/docs/.docusaurus/docusaurus-plugin-content-docs/default/__plugin.json +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/docs/.docusaurus/docusaurus-plugin-content-docs/default/p/solace-agent-mesh-docs-bfb.json +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/docs/.docusaurus/docusaurus-plugin-content-docs/default/site-docs-documentation-concepts-agents-md-aba.json +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/docs/.docusaurus/docusaurus-plugin-content-docs/default/site-docs-documentation-concepts-architecture-md-166.json +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/docs/.docusaurus/docusaurus-plugin-content-docs/default/site-docs-documentation-concepts-cli-md-ae4.json +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/docs/.docusaurus/docusaurus-plugin-content-docs/default/site-docs-documentation-concepts-gateways-md-049.json +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/docs/.docusaurus/docusaurus-plugin-content-docs/default/site-docs-documentation-concepts-orchestrator-md-21c.json +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/docs/.docusaurus/docusaurus-plugin-content-docs/default/site-docs-documentation-concepts-plugins-md-442.json +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/docs/.docusaurus/docusaurus-plugin-content-docs/default/site-docs-documentation-deployment-debugging-md-1c6.json +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/docs/.docusaurus/docusaurus-plugin-content-docs/default/site-docs-documentation-deployment-deploy-md-4c2.json +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/docs/.docusaurus/docusaurus-plugin-content-docs/default/site-docs-documentation-deployment-observability-md-fbf.json +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/docs/.docusaurus/docusaurus-plugin-content-docs/default/site-docs-documentation-enterprise-installation-md-ae0.json +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/docs/.docusaurus/docusaurus-plugin-content-docs/default/site-docs-documentation-enterprise-rbac-setup-guilde-md-a12.json +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/docs/.docusaurus/docusaurus-plugin-content-docs/default/site-docs-documentation-enterprise-single-sign-on-md-483.json +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/docs/.docusaurus/docusaurus-plugin-content-docs/default/site-docs-documentation-getting-started-component-overview-md-a3a.json +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/docs/.docusaurus/docusaurus-plugin-content-docs/default/site-docs-documentation-getting-started-configurations-configurations-md-453.json +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/docs/.docusaurus/docusaurus-plugin-content-docs/default/site-docs-documentation-getting-started-configurations-litellm-models-md-d6a.json +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/docs/.docusaurus/docusaurus-plugin-content-docs/default/site-docs-documentation-getting-started-installation-md-cd3.json +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/docs/.docusaurus/docusaurus-plugin-content-docs/default/site-docs-documentation-getting-started-introduction-md-945.json +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/docs/.docusaurus/docusaurus-plugin-content-docs/default/site-docs-documentation-getting-started-quick-start-md-f89.json +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/docs/.docusaurus/docusaurus-plugin-content-docs/default/site-docs-documentation-migrations-a-2-a-upgrade-to-0-3-0-a-2-a-gateway-upgrade-to-0-3-0-md-664.json +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/docs/.docusaurus/docusaurus-plugin-content-docs/default/site-docs-documentation-migrations-a-2-a-upgrade-to-0-3-0-a-2-a-technical-migration-map-md-c83.json +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/docs/.docusaurus/docusaurus-plugin-content-docs/default/site-docs-documentation-tutorials-bedrock-agents-md-332.json +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/docs/.docusaurus/docusaurus-plugin-content-docs/default/site-docs-documentation-tutorials-custom-agent-md-3d4.json +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/docs/.docusaurus/docusaurus-plugin-content-docs/default/site-docs-documentation-tutorials-event-mesh-gateway-md-bac.json +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/docs/.docusaurus/docusaurus-plugin-content-docs/default/site-docs-documentation-tutorials-mcp-integration-md-0e6.json +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/docs/.docusaurus/docusaurus-plugin-content-docs/default/site-docs-documentation-tutorials-mongodb-integration-md-cc9.json +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/docs/.docusaurus/docusaurus-plugin-content-docs/default/site-docs-documentation-tutorials-rag-integration-md-753.json +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/docs/.docusaurus/docusaurus-plugin-content-docs/default/site-docs-documentation-tutorials-rest-gateway-md-5b4.json +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/docs/.docusaurus/docusaurus-plugin-content-docs/default/site-docs-documentation-tutorials-slack-integration-md-9ef.json +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/docs/.docusaurus/docusaurus-plugin-content-docs/default/site-docs-documentation-tutorials-sql-database-md-2a9.json +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/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.4.9 → solace_agent_mesh-1.4.11}/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.4.9 → solace_agent_mesh-1.4.11}/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.4.9 → solace_agent_mesh-1.4.11}/docs/.docusaurus/docusaurus-plugin-content-docs/default/site-docs-documentation-user-guide-builtin-tools-data-analysis-tools-md-102.json +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/docs/.docusaurus/docusaurus-plugin-content-docs/default/site-docs-documentation-user-guide-builtin-tools-embeds-md-ced.json +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/docs/.docusaurus/docusaurus-plugin-content-docs/default/site-docs-documentation-user-guide-create-agents-md-42b.json +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/docs/.docusaurus/docusaurus-plugin-content-docs/default/site-docs-documentation-user-guide-create-gateways-md-55f.json +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/docs/.docusaurus/docusaurus-plugin-content-docs/default/site-docs-documentation-user-guide-creating-python-tools-md-9a0.json +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/docs/.docusaurus/docusaurus-plugin-content-docs/default/site-docs-documentation-user-guide-creating-service-providers-md-c2c.json +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/docs/.docusaurus/docusaurus-plugin-content-docs/default/site-docs-documentation-user-guide-solace-ai-connector-md-853.json +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/docs/.docusaurus/docusaurus-plugin-content-docs/default/site-docs-documentation-user-guide-structure-md-cee.json +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/docs/.docusaurus/docusaurus-plugin-content-pages/default/__plugin.json +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/docs/.docusaurus/i18n.json +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/docs/.docusaurus/lunr.client.js +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/docs/.docusaurus/registry.js +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/docs/.docusaurus/routes.js +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/docs/.docusaurus/routesChunkNames.json +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/docs/.docusaurus/site-metadata.json +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/docs/.docusaurus/site-storage.json +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/docs/.gitignore +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/docs/README.md +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/docs/docs/documentation/Enterprise/_category_.json +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/docs/docs/documentation/Enterprise/installation.md +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/docs/docs/documentation/Enterprise/rbac-setup-guilde.md +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/docs/docs/documentation/Enterprise/single-sign-on.md +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/docs/docs/documentation/Migrations/A2A Upgrade To 0.3.0/a2a-gateway-upgrade-to-0.3.0.md +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/docs/docs/documentation/Migrations/A2A Upgrade To 0.3.0/a2a-technical-migration-map.md +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/docs/docs/documentation/Migrations/_category_.json +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/docs/docs/documentation/concepts/_category_.json +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/docs/docs/documentation/concepts/agents.md +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/docs/docs/documentation/concepts/architecture.md +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/docs/docs/documentation/concepts/cli.md +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/docs/docs/documentation/concepts/gateways.md +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/docs/docs/documentation/concepts/orchestrator.md +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/docs/docs/documentation/concepts/plugins.md +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/docs/docs/documentation/deployment/_category_.json +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/docs/docs/documentation/deployment/debugging.md +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/docs/docs/documentation/deployment/deploy.md +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/docs/docs/documentation/deployment/observability.md +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/docs/docs/documentation/getting-started/_category_.json +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/docs/docs/documentation/getting-started/component-overview.md +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/docs/docs/documentation/getting-started/configurations/_category_.json +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/docs/docs/documentation/getting-started/configurations/configurations.md +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/docs/docs/documentation/getting-started/configurations/litellm_models.md +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/docs/docs/documentation/getting-started/installation.md +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/docs/docs/documentation/getting-started/introduction.md +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/docs/docs/documentation/getting-started/quick-start.md +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/docs/docs/documentation/tutorials/_category_.json +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/docs/docs/documentation/tutorials/bedrock-agents.md +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/docs/docs/documentation/tutorials/custom-agent.md +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/docs/docs/documentation/tutorials/event-mesh-gateway.md +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/docs/docs/documentation/tutorials/mcp-integration.md +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/docs/docs/documentation/tutorials/mongodb-integration.md +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/docs/docs/documentation/tutorials/rag-integration.md +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/docs/docs/documentation/tutorials/rest-gateway.md +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/docs/docs/documentation/tutorials/slack-integration.md +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/docs/docs/documentation/tutorials/sql-database.md +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/docs/docs/documentation/user-guide/_category_.json +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/docs/docs/documentation/user-guide/builtin-tools/_category_.json +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/docs/docs/documentation/user-guide/builtin-tools/artifact-management.md +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/docs/docs/documentation/user-guide/builtin-tools/audio-tools.md +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/docs/docs/documentation/user-guide/builtin-tools/builtin-tools.md +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/docs/docs/documentation/user-guide/builtin-tools/data-analysis-tools.md +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/docs/docs/documentation/user-guide/builtin-tools/embeds.md +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/docs/docs/documentation/user-guide/create-agents.md +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/docs/docs/documentation/user-guide/create-gateways.md +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/docs/docs/documentation/user-guide/creating-python-tools.md +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/docs/docs/documentation/user-guide/creating-service-providers.md +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/docs/docs/documentation/user-guide/solace-ai-connector.md +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/docs/docs/documentation/user-guide/structure.md +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/docs/docusaurus.config.ts +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/docs/package-lock.json +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/docs/package.json +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/docs/sidebars.ts +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/docs/static/img/Solace_AI_Framework_With_Broker.png +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/docs/static/img/logo.png +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/docs/static/img/sac-flows.png +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/docs/static/img/sac_parts_of_a_component.png +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/docs/static/img/sam-enterprise-credentials.png +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/docs/static/img/solace-logo-text.svg +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/docs/static/img/solace-logo.png +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/docs/tsconfig.json +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/evaluation/__init__.py +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/evaluation/config_loader.py +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/evaluation/evaluator.py +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/evaluation/message_organizer.py +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/evaluation/report/benchmark_info.html +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/evaluation/report/chart_section.html +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/evaluation/report/detailed_breakdown.html +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/evaluation/report/modal.html +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/evaluation/report/modal_chart_functions.js +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/evaluation/report/modal_script.js +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/evaluation/report/modal_styles.css +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/evaluation/report/performance_metrics_styles.css +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/evaluation/report/templates/footer.html +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/evaluation/report/templates/header.html +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/evaluation/report_data_processor.py +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/evaluation/report_generator.py +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/evaluation/run.py +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/evaluation/subscriber.py +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/evaluation/summary_builder.py +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/evaluation/test_case_loader.py +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/examples/agents/a2a_agents_example.yaml +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/examples/agents/a2a_atlassian_sse.yaml +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/examples/agents/a2a_host_example.yaml +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/examples/agents/a2a_mcp_atlassian_docker_example.yaml +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/examples/agents/a2a_mcp_example.yaml +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/examples/agents/a2a_mcp_jira_sse_example.yaml +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/examples/agents/a2a_multimodal_example.yaml +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/examples/agents/orchestrator_example.yaml +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/examples/agents/s3_artifact_storage_example.yaml +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/examples/agents/test_agent.yaml +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/examples/auth/README.md +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/examples/auth/dev-roles.yaml +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/examples/auth/dev-users.yaml +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/examples/event-mesh-gateway.yaml +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/examples/gateways/rest_gateway_example.yaml +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/examples/gateways/sam_em_gateway.yaml +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/examples/gateways/slack_gateway_example.yaml +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/examples/gateways/webhook_gateway_example.yaml +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/examples/gateways/webui_example.yaml +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/examples/sample_tools.py +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/examples/shared_config.yaml +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/examples/slack.yaml +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/preset/agents/basic/main_orchestrator.yaml +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/preset/agents/basic/webui.yaml +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/preset/agents/markitdown_agents.yaml +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/preset/agents/mermaid_agents.yaml +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/preset/agents/web_agents.yaml +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/preset/env-template +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/preset/logging_config.ini +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/preset/shared_config.yaml +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/pyproject.toml +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/scripts/migrate_declarative_tests.py +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/scripts/sync_a2a_schema.py +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/src/llm.txt +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/src/llm_detail.txt +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/src/solace_agent_mesh/__init__.py +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/src/solace_agent_mesh/agent/__init__.py +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/src/solace_agent_mesh/agent/adk/__init__.py +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/src/solace_agent_mesh/agent/adk/adk_llm.txt +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/src/solace_agent_mesh/agent/adk/app_llm_agent.py +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/src/solace_agent_mesh/agent/adk/artifacts/__init__.py +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/src/solace_agent_mesh/agent/adk/artifacts/artifacts_llm.txt +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/src/solace_agent_mesh/agent/adk/artifacts/filesystem_artifact_service.py +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/src/solace_agent_mesh/agent/adk/callbacks.py +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/src/solace_agent_mesh/agent/adk/embed_resolving_mcp_toolset.py +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/src/solace_agent_mesh/agent/adk/intelligent_mcp_callbacks.py +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/src/solace_agent_mesh/agent/adk/invocation_monitor.py +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/src/solace_agent_mesh/agent/adk/mcp_content_processor.py +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/src/solace_agent_mesh/agent/adk/models/lite_llm.py +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/src/solace_agent_mesh/agent/adk/models/models_llm.txt +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/src/solace_agent_mesh/agent/adk/runner.py +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/src/solace_agent_mesh/agent/adk/setup.py +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/src/solace_agent_mesh/agent/adk/stream_parser.py +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/src/solace_agent_mesh/agent/adk/tool_wrapper.py +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/src/solace_agent_mesh/agent/agent_llm.txt +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/src/solace_agent_mesh/agent/protocol/__init__.py +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/src/solace_agent_mesh/agent/protocol/event_handlers.py +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/src/solace_agent_mesh/agent/protocol/protocol_llm.txt +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/src/solace_agent_mesh/agent/sac/__init__.py +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/src/solace_agent_mesh/agent/sac/app.py +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/src/solace_agent_mesh/agent/sac/component.py +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/src/solace_agent_mesh/agent/sac/patch_adk.py +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/src/solace_agent_mesh/agent/sac/sac_llm.txt +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/src/solace_agent_mesh/agent/sac/task_execution_context.py +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/src/solace_agent_mesh/agent/testing/__init__.py +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/src/solace_agent_mesh/agent/testing/debug_utils.py +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/src/solace_agent_mesh/agent/testing/testing_llm.txt +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/src/solace_agent_mesh/agent/tools/__init__.py +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/src/solace_agent_mesh/agent/tools/audio_tools.py +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/src/solace_agent_mesh/agent/tools/builtin_artifact_tools.py +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/src/solace_agent_mesh/agent/tools/builtin_data_analysis_tools.py +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/src/solace_agent_mesh/agent/tools/dynamic_tool.py +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/src/solace_agent_mesh/agent/tools/general_agent_tools.py +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/src/solace_agent_mesh/agent/tools/image_tools.py +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/src/solace_agent_mesh/agent/tools/peer_agent_tool.py +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/src/solace_agent_mesh/agent/tools/registry.py +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/src/solace_agent_mesh/agent/tools/test_tools.py +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/src/solace_agent_mesh/agent/tools/tool_config_types.py +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/src/solace_agent_mesh/agent/tools/tool_definition.py +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/src/solace_agent_mesh/agent/tools/tools_llm.txt +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/src/solace_agent_mesh/agent/tools/web_tools.py +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/src/solace_agent_mesh/agent/utils/__init__.py +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/src/solace_agent_mesh/agent/utils/artifact_helpers.py +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/src/solace_agent_mesh/agent/utils/config_parser.py +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/src/solace_agent_mesh/agent/utils/context_helpers.py +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/src/solace_agent_mesh/agent/utils/utils_llm.txt +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/src/solace_agent_mesh/common/__init__.py +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/src/solace_agent_mesh/common/a2a/__init__.py +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/src/solace_agent_mesh/common/a2a/a2a_llm.txt +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/src/solace_agent_mesh/common/a2a/artifact.py +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/src/solace_agent_mesh/common/a2a/events.py +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/src/solace_agent_mesh/common/a2a/message.py +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/src/solace_agent_mesh/common/a2a/protocol.py +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/src/solace_agent_mesh/common/a2a/task.py +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/src/solace_agent_mesh/common/a2a/translation.py +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/src/solace_agent_mesh/common/a2a/types.py +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/src/solace_agent_mesh/common/a2a_spec/a2a.json +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/src/solace_agent_mesh/common/a2a_spec/a2a_spec_llm.txt +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/src/solace_agent_mesh/common/a2a_spec/schemas/agent_progress_update.json +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/src/solace_agent_mesh/common/a2a_spec/schemas/artifact_creation_progress.json +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/src/solace_agent_mesh/common/a2a_spec/schemas/llm_invocation.json +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/src/solace_agent_mesh/common/a2a_spec/schemas/schemas_llm.txt +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/src/solace_agent_mesh/common/a2a_spec/schemas/tool_invocation_start.json +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/src/solace_agent_mesh/common/a2a_spec/schemas/tool_result.json +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/src/solace_agent_mesh/common/agent_registry.py +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/src/solace_agent_mesh/common/common_llm.txt +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/src/solace_agent_mesh/common/constants.py +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/src/solace_agent_mesh/common/data_parts.py +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/src/solace_agent_mesh/common/exceptions.py +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/src/solace_agent_mesh/common/middleware/__init__.py +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/src/solace_agent_mesh/common/middleware/config_resolver.py +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/src/solace_agent_mesh/common/middleware/middleware_llm.txt +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/src/solace_agent_mesh/common/middleware/registry.py +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/src/solace_agent_mesh/common/sac/__init__.py +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/src/solace_agent_mesh/common/sac/sac_llm.txt +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/src/solace_agent_mesh/common/sac/sam_component_base.py +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/src/solace_agent_mesh/common/sam_events/__init__.py +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/src/solace_agent_mesh/common/sam_events/event_service.py +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/src/solace_agent_mesh/common/services/__init__.py +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/src/solace_agent_mesh/common/services/employee_service.py +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/src/solace_agent_mesh/common/services/providers/__init__.py +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/src/solace_agent_mesh/common/services/providers/providers_llm.txt +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/src/solace_agent_mesh/common/services/services_llm.txt +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/src/solace_agent_mesh/common/utils/__init__.py +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/src/solace_agent_mesh/common/utils/artifact_utils.py +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/src/solace_agent_mesh/common/utils/asyncio_macos_fix.py +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/src/solace_agent_mesh/common/utils/embeds/__init__.py +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/src/solace_agent_mesh/common/utils/embeds/constants.py +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/src/solace_agent_mesh/common/utils/embeds/converter.py +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/src/solace_agent_mesh/common/utils/embeds/embeds_llm.txt +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/src/solace_agent_mesh/common/utils/embeds/evaluators.py +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/src/solace_agent_mesh/common/utils/embeds/modifiers.py +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/src/solace_agent_mesh/common/utils/embeds/resolver.py +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/src/solace_agent_mesh/common/utils/embeds/types.py +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/src/solace_agent_mesh/common/utils/in_memory_cache.py +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/src/solace_agent_mesh/common/utils/initializer.py +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/src/solace_agent_mesh/common/utils/log_formatters.py +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/src/solace_agent_mesh/common/utils/message_utils.py +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/src/solace_agent_mesh/common/utils/mime_helpers.py +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/src/solace_agent_mesh/common/utils/push_notification_auth.py +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/src/solace_agent_mesh/common/utils/pydantic_utils.py +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/src/solace_agent_mesh/common/utils/type_utils.py +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/src/solace_agent_mesh/common/utils/utils_llm.txt +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/src/solace_agent_mesh/core_a2a/__init__.py +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/src/solace_agent_mesh/core_a2a/core_a2a_llm.txt +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/src/solace_agent_mesh/core_a2a/service.py +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/src/solace_agent_mesh/gateway/__init__.py +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/src/solace_agent_mesh/gateway/base/__init__.py +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/src/solace_agent_mesh/gateway/base/app.py +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/src/solace_agent_mesh/gateway/base/base_llm.txt +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/src/solace_agent_mesh/gateway/base/component.py +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/src/solace_agent_mesh/gateway/base/task_context.py +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/src/solace_agent_mesh/gateway/gateway_llm.txt +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/src/solace_agent_mesh/gateway/http_sse/__init__.py +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/src/solace_agent_mesh/gateway/http_sse/alembic/env.py +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/src/solace_agent_mesh/gateway/http_sse/alembic/script.py.mako +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/src/solace_agent_mesh/gateway/http_sse/alembic/versions/20250910_d5b3f8f2e9a0_create_initial_database.py +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/src/solace_agent_mesh/gateway/http_sse/alembic/versions/20250911_b1c2d3e4f5g6_add_database_indexes.py +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/src/solace_agent_mesh/gateway/http_sse/alembic/versions/20250916_f6e7d8c9b0a1_convert_timestamps_to_epoch_and_align_columns.py +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/src/solace_agent_mesh/gateway/http_sse/alembic.ini +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/src/solace_agent_mesh/gateway/http_sse/app.py +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/src/solace_agent_mesh/gateway/http_sse/components/__init__.py +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/src/solace_agent_mesh/gateway/http_sse/components/components_llm.txt +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/src/solace_agent_mesh/gateway/http_sse/components/visualization_forwarder_component.py +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/src/solace_agent_mesh/gateway/http_sse/dependencies.py +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/src/solace_agent_mesh/gateway/http_sse/http_sse_llm.txt +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/src/solace_agent_mesh/gateway/http_sse/repository/__init__.py +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/src/solace_agent_mesh/gateway/http_sse/repository/entities/__init__.py +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/src/solace_agent_mesh/gateway/http_sse/repository/entities/message.py +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/src/solace_agent_mesh/gateway/http_sse/repository/entities/session.py +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/src/solace_agent_mesh/gateway/http_sse/repository/entities/session_history.py +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/src/solace_agent_mesh/gateway/http_sse/repository/interfaces.py +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/src/solace_agent_mesh/gateway/http_sse/repository/message_repository.py +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/src/solace_agent_mesh/gateway/http_sse/repository/models/__init__.py +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/src/solace_agent_mesh/gateway/http_sse/repository/models/base.py +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/src/solace_agent_mesh/gateway/http_sse/repository/models/message_model.py +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/src/solace_agent_mesh/gateway/http_sse/repository/models/session_model.py +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/src/solace_agent_mesh/gateway/http_sse/repository/session_repository.py +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/src/solace_agent_mesh/gateway/http_sse/routers/__init__.py +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/src/solace_agent_mesh/gateway/http_sse/routers/agent_cards.py +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/src/solace_agent_mesh/gateway/http_sse/routers/artifacts.py +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/src/solace_agent_mesh/gateway/http_sse/routers/auth.py +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/src/solace_agent_mesh/gateway/http_sse/routers/config.py +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/src/solace_agent_mesh/gateway/http_sse/routers/dto/__init__.py +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/src/solace_agent_mesh/gateway/http_sse/routers/dto/requests/__init__.py +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/src/solace_agent_mesh/gateway/http_sse/routers/dto/requests/session_requests.py +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/src/solace_agent_mesh/gateway/http_sse/routers/dto/responses/__init__.py +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/src/solace_agent_mesh/gateway/http_sse/routers/dto/responses/base_responses.py +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/src/solace_agent_mesh/gateway/http_sse/routers/dto/responses/session_responses.py +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/src/solace_agent_mesh/gateway/http_sse/routers/people.py +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/src/solace_agent_mesh/gateway/http_sse/routers/routers_llm.txt +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/src/solace_agent_mesh/gateway/http_sse/routers/sessions.py +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/src/solace_agent_mesh/gateway/http_sse/routers/sse.py +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/src/solace_agent_mesh/gateway/http_sse/routers/tasks.py +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/src/solace_agent_mesh/gateway/http_sse/routers/users.py +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/src/solace_agent_mesh/gateway/http_sse/routers/visualization.py +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/src/solace_agent_mesh/gateway/http_sse/services/__init__.py +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/src/solace_agent_mesh/gateway/http_sse/services/agent_card_service.py +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/src/solace_agent_mesh/gateway/http_sse/services/people_service.py +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/src/solace_agent_mesh/gateway/http_sse/services/services_llm.txt +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/src/solace_agent_mesh/gateway/http_sse/services/session_service.py +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/src/solace_agent_mesh/gateway/http_sse/services/task_service.py +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/src/solace_agent_mesh/gateway/http_sse/session_manager.py +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/src/solace_agent_mesh/gateway/http_sse/shared/__init__.py +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/src/solace_agent_mesh/gateway/http_sse/shared/auth_utils.py +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/src/solace_agent_mesh/gateway/http_sse/shared/base_repository.py +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/src/solace_agent_mesh/gateway/http_sse/shared/database_exceptions.py +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/src/solace_agent_mesh/gateway/http_sse/shared/database_helpers.py +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/src/solace_agent_mesh/gateway/http_sse/shared/enums.py +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/src/solace_agent_mesh/gateway/http_sse/shared/error_dto.py +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/src/solace_agent_mesh/gateway/http_sse/shared/exception_handlers.py +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/src/solace_agent_mesh/gateway/http_sse/shared/exceptions.py +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/src/solace_agent_mesh/gateway/http_sse/shared/pagination.py +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/src/solace_agent_mesh/gateway/http_sse/shared/response_utils.py +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/src/solace_agent_mesh/gateway/http_sse/shared/timestamp_utils.py +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/src/solace_agent_mesh/gateway/http_sse/shared/types.py +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/src/solace_agent_mesh/gateway/http_sse/shared/utils.py +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/src/solace_agent_mesh/gateway/http_sse/sse_event_buffer.py +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/src/solace_agent_mesh/gateway/http_sse/sse_manager.py +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/src/solace_agent_mesh/llm.txt +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/src/solace_agent_mesh/llm_detail.txt +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/src/solace_agent_mesh/solace_agent_mesh_llm.txt +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/templates/agent_template.yaml +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/templates/eval_backend_template.yaml +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/templates/gateway_app_template.py +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/templates/gateway_component_template.py +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/templates/gateway_config_template.yaml +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/templates/logging_config_template.ini +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/templates/main_orchestrator.yaml +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/templates/plugin_agent_config_template.yaml +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/templates/plugin_custom_config_template.yaml +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/templates/plugin_custom_template.py +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/templates/plugin_gateway_config_template.yaml +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/templates/plugin_readme_template.md +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/templates/plugin_tools_template.py +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/templates/shared_config.yaml +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/templates/templates_llm.txt +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/templates/webui.yaml +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/tests/__init__.py +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/tests/evaluation/config.json +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/tests/evaluation/test_cases/artifacts/sample.csv +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/tests/evaluation/test_cases/artifacts/sample.html +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/tests/evaluation/test_cases/artifacts/sample.pdf +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/tests/evaluation/test_cases/artifacts/sample.txt +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/tests/evaluation/test_cases/convert_html_to_md.test.json +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/tests/evaluation/test_cases/convert_pdf_to_md.test.json +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/tests/evaluation/test_cases/create_diagram.test.json +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/tests/evaluation/test_cases/file_artifact.test.json +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/tests/evaluation/test_cases/filter_csv_employees_by_age_and_country.test.json +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/tests/evaluation/test_cases/generate_employee_csv.test.json +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/tests/evaluation/test_cases/generate_sales_report.test.json +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/tests/evaluation/test_cases/hello_world.test.json +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/tests/evaluation/test_cases/web_search_solace_summary.test.json +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/tests/integration/__init__.py +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/tests/integration/apis/README.md +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/tests/integration/apis/__init__.py +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/tests/integration/apis/conftest.py +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/tests/integration/apis/infrastructure/__init__.py +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/tests/integration/apis/infrastructure/database_inspector.py +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/tests/integration/apis/infrastructure/gateway_persistence_adapter.py +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/tests/integration/apis/infrastructure/multi_database_manager.py +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/tests/integration/apis/infrastructure/simple_database_inspector.py +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/tests/integration/apis/infrastructure/simple_database_manager.py +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/tests/integration/apis/infrastructure/simple_gateway_adapter.py +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/tests/integration/apis/persistence/__init__.py +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/tests/integration/apis/persistence/test_api_contract_validation.py +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/tests/integration/apis/persistence/test_authorization_security.py +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/tests/integration/apis/persistence/test_data_integrity.py +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/tests/integration/apis/persistence/test_data_validation.py +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/tests/integration/apis/persistence/test_database_architecture.py +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/tests/integration/apis/persistence/test_end_to_end_workflows.py +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/tests/integration/apis/persistence/test_error_response_consistency.py +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/tests/integration/apis/persistence/test_functional_edge_cases.py +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/tests/integration/apis/persistence/test_multi_agent_isolation.py +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/tests/integration/apis/persistence/test_session_lifecycle.py +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/tests/integration/apis/persistence/test_tasks_api.py +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/tests/integration/apis/run_simple_test.py +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/tests/integration/apis/test_simple_framework.py +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/tests/integration/apis/utils/__init__.py +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/tests/integration/apis/utils/persistence_assertions.py +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/tests/integration/conftest.py +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/tests/integration/scenarios_declarative/__init__.py +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/tests/integration/scenarios_declarative/test_data/__init__.py +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/tests/integration/scenarios_declarative/test_data/artifacts/test_filepart_by_reference.yaml +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/tests/integration/scenarios_declarative/test_data/artifacts/test_filepart_inline_bytes.yaml +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/tests/integration/scenarios_declarative/test_data/artifacts/test_inline_empty_file.yaml +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/tests/integration/scenarios_declarative/test_data/artifacts/test_inline_file_no_name.yaml +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/tests/integration/scenarios_declarative/test_data/artifacts/test_referenced_file_not_found.yaml +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/tests/integration/scenarios_declarative/test_data/builtin_artifact_tools/append_to_artifact/test_append_binary_to_binary_artifact.yaml +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/tests/integration/scenarios_declarative/test_data/builtin_artifact_tools/append_to_artifact/test_append_binary_to_text_artifact.yaml +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/tests/integration/scenarios_declarative/test_data/builtin_artifact_tools/append_to_artifact/test_append_malformed_base64_chunk.yaml +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/tests/integration/scenarios_declarative/test_data/builtin_artifact_tools/append_to_artifact/test_append_multiple_chunks.yaml +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/tests/integration/scenarios_declarative/test_data/builtin_artifact_tools/append_to_artifact/test_append_text_to_binary_artifact.yaml +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/tests/integration/scenarios_declarative/test_data/builtin_artifact_tools/append_to_artifact/test_append_to_artifact.yaml +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/tests/integration/scenarios_declarative/test_data/builtin_artifact_tools/append_to_artifact/test_append_to_non_existent_artifact.yaml +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/tests/integration/scenarios_declarative/test_data/builtin_artifact_tools/apply_embed_and_create_artifact/test_apply_embed_binary_to_datauri.yaml +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/tests/integration/scenarios_declarative/test_data/builtin_artifact_tools/apply_embed_and_create_artifact/test_apply_embed_complex_modifier_chain.yaml +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/tests/integration/scenarios_declarative/test_data/builtin_artifact_tools/apply_embed_and_create_artifact/test_apply_embed_csv_to_csv.yaml +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/tests/integration/scenarios_declarative/test_data/builtin_artifact_tools/apply_embed_and_create_artifact/test_apply_embed_invalid_directive.yaml +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/tests/integration/scenarios_declarative/test_data/builtin_artifact_tools/apply_embed_and_create_artifact/test_apply_embed_json_to_pretty_json.yaml +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/tests/integration/scenarios_declarative/test_data/builtin_artifact_tools/apply_embed_and_create_artifact/test_apply_embed_jsonpath_modifier.yaml +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/tests/integration/scenarios_declarative/test_data/builtin_artifact_tools/apply_embed_and_create_artifact/test_apply_embed_jsonpath_no_match.yaml +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/tests/integration/scenarios_declarative/test_data/builtin_artifact_tools/apply_embed_and_create_artifact/test_apply_embed_modifier_type_error.yaml +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/tests/integration/scenarios_declarative/test_data/builtin_artifact_tools/apply_embed_and_create_artifact/test_apply_embed_output_filename_literal.yaml +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/tests/integration/scenarios_declarative/test_data/builtin_artifact_tools/apply_embed_and_create_artifact/test_apply_embed_simple_text.yaml +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/tests/integration/scenarios_declarative/test_data/builtin_artifact_tools/apply_embed_and_create_artifact/test_apply_embed_source_not_found.yaml +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/tests/integration/scenarios_declarative/test_data/builtin_artifact_tools/apply_embed_and_create_artifact/test_apply_embed_with_output_metadata.yaml +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/tests/integration/scenarios_declarative/test_data/builtin_artifact_tools/extract_content_from_artifact/test_extract_content_internal_llm_fail.yaml +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/tests/integration/scenarios_declarative/test_data/builtin_artifact_tools/extract_content_from_artifact/test_extract_content_invalid_version.yaml +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/tests/integration/scenarios_declarative/test_data/builtin_artifact_tools/extract_content_from_artifact/test_extract_content_large_result_save_truncate.yaml +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/tests/integration/scenarios_declarative/test_data/builtin_artifact_tools/extract_content_from_artifact/test_extract_content_missing_filename.yaml +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/tests/integration/scenarios_declarative/test_data/builtin_artifact_tools/extract_content_from_artifact/test_extract_content_missing_goal.yaml +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/tests/integration/scenarios_declarative/test_data/builtin_artifact_tools/extract_content_from_artifact/test_extract_content_save_and_truncate.yaml +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/tests/integration/scenarios_declarative/test_data/builtin_artifact_tools/extract_content_from_artifact/test_extract_content_save_no_truncate.yaml +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/tests/integration/scenarios_declarative/test_data/builtin_artifact_tools/extract_content_from_artifact/test_extract_content_simple_text.yaml +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/tests/integration/scenarios_declarative/test_data/builtin_artifact_tools/extract_content_from_artifact/test_extract_content_small_ignores_output_base.yaml +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/tests/integration/scenarios_declarative/test_data/builtin_artifact_tools/extract_content_from_artifact/test_extract_content_source_not_found.yaml +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/tests/integration/scenarios_declarative/test_data/builtin_artifact_tools/extract_content_from_artifact/test_extract_content_supported_binary.yaml +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/tests/integration/scenarios_declarative/test_data/builtin_artifact_tools/extract_content_from_artifact/test_extract_content_unsupported_binary.yaml +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/tests/integration/scenarios_declarative/test_data/builtin_artifact_tools/list_artifacts/test_list_artifacts_empty.yaml +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/tests/integration/scenarios_declarative/test_data/builtin_artifact_tools/list_artifacts/test_list_artifacts_multiple_files_versions.yaml +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/tests/integration/scenarios_declarative/test_data/builtin_artifact_tools/list_artifacts/test_list_artifacts_single_file.yaml +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/tests/integration/scenarios_declarative/test_data/builtin_artifact_tools/load_artifact/test_load_artifact_binary_content.yaml +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/tests/integration/scenarios_declarative/test_data/builtin_artifact_tools/load_artifact/test_load_artifact_filename_embed_behavior.yaml +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/tests/integration/scenarios_declarative/test_data/builtin_artifact_tools/load_artifact/test_load_artifact_invalid_version_error.yaml +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/tests/integration/scenarios_declarative/test_data/builtin_artifact_tools/load_artifact/test_load_artifact_metadata_only.yaml +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/tests/integration/scenarios_declarative/test_data/builtin_artifact_tools/load_artifact/test_load_artifact_not_found_error.yaml +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/tests/integration/scenarios_declarative/test_data/builtin_artifact_tools/load_artifact/test_load_artifact_specific_versions.yaml +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/tests/integration/scenarios_declarative/test_data/builtin_artifact_tools/load_artifact/test_load_artifact_text_content.yaml +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/tests/integration/scenarios_declarative/test_data/builtin_artifact_tools/load_artifact/test_load_artifact_truncation.yaml +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/tests/integration/scenarios_declarative/test_data/builtin_artifact_tools/load_artifact/test_load_artifact_version_not_found_error.yaml +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/tests/integration/scenarios_declarative/test_data/builtin_artifact_tools/signal_artifact_for_return/test_signal_artifact_filename_embed_behavior.yaml +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/tests/integration/scenarios_declarative/test_data/builtin_artifact_tools/signal_artifact_for_return/test_signal_artifact_for_return_binary.yaml +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/tests/integration/scenarios_declarative/test_data/builtin_artifact_tools/signal_artifact_for_return/test_signal_artifact_for_return_text.yaml +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/tests/integration/scenarios_declarative/test_data/builtin_artifact_tools/signal_artifact_for_return/test_signal_artifact_not_found_error.yaml +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/tests/integration/scenarios_declarative/test_data/builtin_artifact_tools/signal_artifact_for_return/test_signal_artifact_version_not_found_error.yaml +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/tests/integration/scenarios_declarative/test_data/builtin_data_analysis_tools/create_chart_from_plotly_config/test_create_chart_invalid_config.yaml +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/tests/integration/scenarios_declarative/test_data/builtin_data_analysis_tools/create_chart_from_plotly_config/test_create_chart_jpg_success.yaml +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/tests/integration/scenarios_declarative/test_data/builtin_data_analysis_tools/create_chart_from_plotly_config/test_create_chart_png_success.yaml +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/tests/integration/scenarios_declarative/test_data/builtin_data_analysis_tools/create_chart_from_plotly_config/test_create_chart_unsupported_format.yaml +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/tests/integration/scenarios_declarative/test_data/core/test_auto_continue.yaml +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/tests/integration/scenarios_declarative/test_data/core/test_auto_continue_implicit_tool_call.yaml +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/tests/integration/scenarios_declarative/test_data/core/test_auto_continue_max_calls_limit.yaml +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/tests/integration/scenarios_declarative/test_data/core/test_auto_continue_multiple_truncations.yaml +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/tests/integration/scenarios_declarative/test_data/core/test_fenced_artifact_creation.yaml +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/tests/integration/scenarios_declarative/test_data/core/test_fenced_artifact_description_embed.yaml +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/tests/integration/scenarios_declarative/test_data/core/test_fenced_artifact_description_empty.yaml +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/tests/integration/scenarios_declarative/test_data/core/test_fenced_artifact_description_long.yaml +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/tests/integration/scenarios_declarative/test_data/core/test_fenced_artifact_description_missing.yaml +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/tests/integration/scenarios_declarative/test_data/core/test_fenced_artifact_description_reordered_params.yaml +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/tests/integration/scenarios_declarative/test_data/core/test_fenced_artifact_description_special_chars.yaml +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/tests/integration/scenarios_declarative/test_data/core/test_fenced_artifact_description_valid.yaml +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/tests/integration/scenarios_declarative/test_data/core/test_fenced_artifact_filename_embed.yaml +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/tests/integration/scenarios_declarative/test_data/core/test_fenced_artifact_filename_empty.yaml +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/tests/integration/scenarios_declarative/test_data/core/test_fenced_artifact_filename_long.yaml +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/tests/integration/scenarios_declarative/test_data/core/test_fenced_artifact_filename_missing.yaml +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/tests/integration/scenarios_declarative/test_data/core/test_fenced_artifact_filename_special_chars.yaml +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/tests/integration/scenarios_declarative/test_data/core/test_fenced_artifact_filename_traversal.yaml +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/tests/integration/scenarios_declarative/test_data/core/test_fenced_artifact_filename_unicode.yaml +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/tests/integration/scenarios_declarative/test_data/core/test_fenced_artifact_filename_versioning.yaml +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/tests/integration/scenarios_declarative/test_data/dynamic_tools/test_complex_signatures.yaml +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/tests/integration/scenarios_declarative/test_data/dynamic_tools/test_config_and_context.yaml +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/tests/integration/scenarios_declarative/test_data/dynamic_tools/test_docstringless_tool.yaml +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/tests/integration/scenarios_declarative/test_data/dynamic_tools/test_dynamic_tool_loading.yaml +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/tests/integration/scenarios_declarative/test_data/dynamic_tools/test_empty_provider.yaml +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/tests/integration/scenarios_declarative/test_data/dynamic_tools/test_mixed_discovery.yaml +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/tests/integration/scenarios_declarative/test_data/embeds/early/test_artifact_meta_existing_latest.yaml +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/tests/integration/scenarios_declarative/test_data/embeds/early/test_artifact_meta_existing_specific_version.yaml +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/tests/integration/scenarios_declarative/test_data/embeds/early/test_artifact_meta_non_existent_artifact.yaml +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/tests/integration/scenarios_declarative/test_data/embeds/early/test_artifact_meta_non_existent_version.yaml +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/tests/integration/scenarios_declarative/test_data/embeds/early/test_datetime_custom_format_full.yaml +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/tests/integration/scenarios_declarative/test_data/embeds/early/test_datetime_custom_format_ymd.yaml +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/tests/integration/scenarios_declarative/test_data/embeds/early/test_datetime_date.yaml +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/tests/integration/scenarios_declarative/test_data/embeds/early/test_datetime_invalid_keyword.yaml +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/tests/integration/scenarios_declarative/test_data/embeds/early/test_datetime_iso.yaml +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/tests/integration/scenarios_declarative/test_data/embeds/early/test_datetime_no_format.yaml +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/tests/integration/scenarios_declarative/test_data/embeds/early/test_datetime_now.yaml +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/tests/integration/scenarios_declarative/test_data/embeds/early/test_datetime_time.yaml +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/tests/integration/scenarios_declarative/test_data/embeds/early/test_datetime_timestamp.yaml +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/tests/integration/scenarios_declarative/test_data/embeds/early/test_math_abs.yaml +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/tests/integration/scenarios_declarative/test_data/embeds/early/test_math_basic_addition.yaml +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/tests/integration/scenarios_declarative/test_data/embeds/early/test_math_complex_expression.yaml +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/tests/integration/scenarios_declarative/test_data/embeds/early/test_math_cos_pi.yaml +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/tests/integration/scenarios_declarative/test_data/embeds/early/test_math_cos_radians_60.yaml +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/tests/integration/scenarios_declarative/test_data/embeds/early/test_math_cos_zero.yaml +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/tests/integration/scenarios_declarative/test_data/embeds/early/test_math_cosh_one.yaml +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/tests/integration/scenarios_declarative/test_data/embeds/early/test_math_cosh_zero.yaml +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/tests/integration/scenarios_declarative/test_data/embeds/early/test_math_division.yaml +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/tests/integration/scenarios_declarative/test_data/embeds/early/test_math_e_constant.yaml +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/tests/integration/scenarios_declarative/test_data/embeds/early/test_math_exp.yaml +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/tests/integration/scenarios_declarative/test_data/embeds/early/test_math_expression_with_spaces.yaml +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/tests/integration/scenarios_declarative/test_data/embeds/early/test_math_factorial.yaml +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/tests/integration/scenarios_declarative/test_data/embeds/early/test_math_inf_constant.yaml +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/tests/integration/scenarios_declarative/test_data/embeds/early/test_math_invalid_expression.yaml +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/tests/integration/scenarios_declarative/test_data/embeds/early/test_math_invalid_format_specifier.yaml +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/tests/integration/scenarios_declarative/test_data/embeds/early/test_math_log.yaml +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/tests/integration/scenarios_declarative/test_data/embeds/early/test_math_log_base10.yaml +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/tests/integration/scenarios_declarative/test_data/embeds/early/test_math_max.yaml +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/tests/integration/scenarios_declarative/test_data/embeds/early/test_math_min.yaml +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/tests/integration/scenarios_declarative/test_data/embeds/early/test_math_multiplication.yaml +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/tests/integration/scenarios_declarative/test_data/embeds/early/test_math_no_expression.yaml +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/tests/integration/scenarios_declarative/test_data/embeds/early/test_math_pi_constant.yaml +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/tests/integration/scenarios_declarative/test_data/embeds/early/test_math_pow.yaml +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/tests/integration/scenarios_declarative/test_data/embeds/early/test_math_radians_explicit.yaml +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/tests/integration/scenarios_declarative/test_data/embeds/early/test_math_randint.yaml +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/tests/integration/scenarios_declarative/test_data/embeds/early/test_math_random.yaml +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/tests/integration/scenarios_declarative/test_data/embeds/early/test_math_round_down.yaml +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/tests/integration/scenarios_declarative/test_data/embeds/early/test_math_round_up.yaml +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/tests/integration/scenarios_declarative/test_data/embeds/early/test_math_round_with_digits.yaml +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/tests/integration/scenarios_declarative/test_data/embeds/early/test_math_sin_pi_half.yaml +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/tests/integration/scenarios_declarative/test_data/embeds/early/test_math_sin_radians_30.yaml +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/tests/integration/scenarios_declarative/test_data/embeds/early/test_math_sin_zero.yaml +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/tests/integration/scenarios_declarative/test_data/embeds/early/test_math_sinh_one.yaml +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/tests/integration/scenarios_declarative/test_data/embeds/early/test_math_sinh_zero.yaml +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/tests/integration/scenarios_declarative/test_data/embeds/early/test_math_sqrt.yaml +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/tests/integration/scenarios_declarative/test_data/embeds/early/test_math_subtraction.yaml +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/tests/integration/scenarios_declarative/test_data/embeds/early/test_math_sum.yaml +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/tests/integration/scenarios_declarative/test_data/embeds/early/test_math_tan_pi_quarter.yaml +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/tests/integration/scenarios_declarative/test_data/embeds/early/test_math_tan_radians_45.yaml +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/tests/integration/scenarios_declarative/test_data/embeds/early/test_math_tan_zero.yaml +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/tests/integration/scenarios_declarative/test_data/embeds/early/test_math_tanh_one.yaml +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/tests/integration/scenarios_declarative/test_data/embeds/early/test_math_tanh_zero.yaml +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/tests/integration/scenarios_declarative/test_data/embeds/early/test_math_uniform.yaml +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/tests/integration/scenarios_declarative/test_data/embeds/early/test_math_with_format_specifier_float.yaml +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/tests/integration/scenarios_declarative/test_data/embeds/early/test_math_with_format_specifier_int.yaml +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/tests/integration/scenarios_declarative/test_data/embeds/early/test_status_update_empty_message.yaml +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/tests/integration/scenarios_declarative/test_data/embeds/early/test_status_update_multiple.yaml +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/tests/integration/scenarios_declarative/test_data/embeds/early/test_status_update_only_status_update.yaml +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/tests/integration/scenarios_declarative/test_data/embeds/early/test_status_update_single.yaml +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/tests/integration/scenarios_declarative/test_data/embeds/early/test_status_update_with_tool_call.yaml +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/tests/integration/scenarios_declarative/test_data/embeds/early/test_uuid_generation.yaml +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/tests/integration/scenarios_declarative/test_data/embeds/early/test_uuid_multiple_generations.yaml +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/tests/integration/scenarios_declarative/test_data/embeds/general/test_embed_chain_malformed.yaml +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/tests/integration/scenarios_declarative/test_data/embeds/general/test_embed_malformed_extra_spaces.yaml +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/tests/integration/scenarios_declarative/test_data/embeds/general/test_embed_malformed_no_close_delimiter.yaml +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/tests/integration/scenarios_declarative/test_data/embeds/general/test_embed_only_delimiters_with_colon.yaml +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/tests/integration/scenarios_declarative/test_data/embeds/late/test_ac_chain_jsonpath_grep_head.yaml +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/tests/integration/scenarios_declarative/test_data/embeds/late/test_ac_filter_select_csv.yaml +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/tests/integration/scenarios_declarative/test_data/embeds/late/test_ac_grep_no_match.yaml +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/tests/integration/scenarios_declarative/test_data/embeds/late/test_ac_grep_simple.yaml +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/tests/integration/scenarios_declarative/test_data/embeds/late/test_ac_head.yaml +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/tests/integration/scenarios_declarative/test_data/embeds/late/test_ac_head_more_than_lines.yaml +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/tests/integration/scenarios_declarative/test_data/embeds/late/test_ac_jsonpath_array.yaml +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/tests/integration/scenarios_declarative/test_data/embeds/late/test_ac_jsonpath_no_match.yaml +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/tests/integration/scenarios_declarative/test_data/embeds/late/test_ac_jsonpath_on_non_json.yaml +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/tests/integration/scenarios_declarative/test_data/embeds/late/test_ac_jsonpath_simple.yaml +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/tests/integration/scenarios_declarative/test_data/embeds/late/test_ac_recursive_depth_limit.yaml +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/tests/integration/scenarios_declarative/test_data/embeds/late/test_ac_recursive_size_limit_in_parent.yaml +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/tests/integration/scenarios_declarative/test_data/embeds/late/test_ac_recursive_template_with_embed.yaml +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/tests/integration/scenarios_declarative/test_data/embeds/late/test_ac_select_fields_from_object_list.yaml +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/tests/integration/scenarios_declarative/test_data/embeds/late/test_ac_select_fields_missing_field.yaml +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/tests/integration/scenarios_declarative/test_data/embeds/late/test_ac_tail.yaml +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/tests/integration/scenarios_declarative/test_data/embeds/late/test_ac_template_csv_input.yaml +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/tests/integration/scenarios_declarative/test_data/embeds/late/test_ac_template_json_list_input.yaml +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/tests/integration/scenarios_declarative/test_data/embeds/late/test_ac_template_json_object_input.yaml +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/tests/integration/scenarios_declarative/test_data/embeds/late/test_ac_template_missing_template_file.yaml +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/tests/integration/scenarios_declarative/test_data/embeds/late/test_ac_template_string_input.yaml +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/tests/integration/scenarios_declarative/test_data/embeds/late/test_artifact_content_binary_as_datauri.yaml +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/tests/integration/scenarios_declarative/test_data/embeds/late/test_artifact_content_csv_as_csv.yaml +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/tests/integration/scenarios_declarative/test_data/embeds/late/test_artifact_content_default_format_binary.yaml +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/tests/integration/scenarios_declarative/test_data/embeds/late/test_artifact_content_default_format_text.yaml +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/tests/integration/scenarios_declarative/test_data/embeds/late/test_artifact_content_invalid_format_specifier.yaml +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/tests/integration/scenarios_declarative/test_data/embeds/late/test_artifact_content_json_as_json_pretty.yaml +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/tests/integration/scenarios_declarative/test_data/embeds/late/test_artifact_content_json_as_text.yaml +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/tests/integration/scenarios_declarative/test_data/embeds/late/test_artifact_content_specific_version.yaml +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/tests/integration/scenarios_declarative/test_data/embeds/late/test_artifact_content_text_plain.yaml +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/tests/integration/scenarios_declarative/test_data/general_agent_tools/convert_file_to_markdown/test_convert_csv_success.yaml +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/tests/integration/scenarios_declarative/test_data/general_agent_tools/convert_file_to_markdown/test_convert_file_not_found.yaml +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/tests/integration/scenarios_declarative/test_data/general_agent_tools/convert_file_to_markdown/test_convert_html_success.yaml +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/tests/integration/scenarios_declarative/test_data/general_agent_tools/convert_file_to_markdown/test_convert_malformed_pdf_as_success.yaml +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/tests/integration/scenarios_declarative/test_data/general_agent_tools/convert_file_to_markdown/test_convert_missing_parameter.yaml +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/tests/integration/scenarios_declarative/test_data/general_agent_tools/convert_file_to_markdown/test_convert_pdf_success.yaml +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/tests/integration/scenarios_declarative/test_data/general_agent_tools/convert_file_to_markdown/test_convert_specific_version_success.yaml +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/tests/integration/scenarios_declarative/test_data/general_agent_tools/convert_file_to_markdown/test_convert_unsupported_type.yaml +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/tests/integration/scenarios_declarative/test_data/general_agent_tools/mermaid_diagram_generator/test_mermaid_autogen_filename.yaml +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/tests/integration/scenarios_declarative/test_data/general_agent_tools/mermaid_diagram_generator/test_mermaid_basic_success.yaml +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/tests/integration/scenarios_declarative/test_data/general_agent_tools/mermaid_diagram_generator/test_mermaid_empty_syntax.yaml +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/tests/integration/scenarios_declarative/test_data/general_agent_tools/mermaid_diagram_generator/test_mermaid_invalid_syntax.yaml +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/tests/integration/scenarios_declarative/test_data/general_agent_tools/mermaid_diagram_generator/test_mermaid_no_extension.yaml +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/tests/integration/scenarios_declarative/test_data/image_tools/create_image_from_description/test_create_image_api_failure.yaml +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/tests/integration/scenarios_declarative/test_data/image_tools/create_image_from_description/test_create_image_happy_path.yaml +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/tests/integration/scenarios_declarative/test_data/image_tools/create_image_from_description/test_create_image_no_filename.yaml +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/tests/integration/scenarios_declarative/test_data/image_tools/create_image_from_description/test_create_image_oversized_prompt.yaml +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/tests/integration/scenarios_declarative/test_data/image_tools/create_image_from_description/test_create_image_path_traversal.yaml +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/tests/integration/scenarios_declarative/test_data/image_tools/create_image_from_description/test_create_image_prompt_injection.yaml +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/tests/integration/scenarios_declarative/test_data/image_tools/describe_audio/test_describe_audio_api_error.yaml +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/tests/integration/scenarios_declarative/test_data/image_tools/describe_audio/test_describe_audio_custom_prompt.yaml +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/tests/integration/scenarios_declarative/test_data/image_tools/describe_audio/test_describe_audio_empty_artifact.yaml +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/tests/integration/scenarios_declarative/test_data/image_tools/describe_audio/test_describe_audio_file_not_found.yaml +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/tests/integration/scenarios_declarative/test_data/image_tools/describe_audio/test_describe_audio_happy_path_mp3.yaml +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/tests/integration/scenarios_declarative/test_data/image_tools/describe_audio/test_describe_audio_happy_path_wav.yaml +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/tests/integration/scenarios_declarative/test_data/image_tools/describe_audio/test_describe_audio_large_file.yaml +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/tests/integration/scenarios_declarative/test_data/image_tools/describe_audio/test_describe_audio_malformed_api_response.yaml +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/tests/integration/scenarios_declarative/test_data/image_tools/describe_audio/test_describe_audio_malformed_filename.yaml +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/tests/integration/scenarios_declarative/test_data/image_tools/describe_audio/test_describe_audio_path_traversal.yaml +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/tests/integration/scenarios_declarative/test_data/image_tools/describe_audio/test_describe_audio_prompt_injection.yaml +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/tests/integration/scenarios_declarative/test_data/image_tools/describe_audio/test_describe_audio_specific_version.yaml +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/tests/integration/scenarios_declarative/test_data/image_tools/describe_audio/test_describe_audio_unsupported_format.yaml +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/tests/integration/scenarios_declarative/test_data/image_tools/describe_image/test_describe_image_empty_artifact.yaml +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/tests/integration/scenarios_declarative/test_data/image_tools/describe_image/test_describe_image_file_not_found.yaml +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/tests/integration/scenarios_declarative/test_data/image_tools/describe_image/test_describe_image_happy_path.yaml +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/tests/integration/scenarios_declarative/test_data/image_tools/describe_image/test_describe_image_malformed_api_response.yaml +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/tests/integration/scenarios_declarative/test_data/image_tools/describe_image/test_describe_image_path_traversal.yaml +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/tests/integration/scenarios_declarative/test_data/image_tools/describe_image/test_describe_image_specific_version.yaml +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/tests/integration/scenarios_declarative/test_data/image_tools/describe_image/test_describe_image_unsupported_format.yaml +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/tests/integration/scenarios_declarative/test_data/image_tools/edit_image_with_gemini/test_edit_image_file_not_found.yaml +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/tests/integration/scenarios_declarative/test_data/image_tools/edit_image_with_gemini/test_edit_image_gemini_api_error.yaml +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/tests/integration/scenarios_declarative/test_data/image_tools/edit_image_with_gemini/test_edit_image_gemini_api_no_image_in_response.yaml +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/tests/integration/scenarios_declarative/test_data/image_tools/edit_image_with_gemini/test_edit_image_happy_path.yaml +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/tests/integration/scenarios_declarative/test_data/image_tools/edit_image_with_gemini/test_edit_image_missing_api_key.yaml +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/tests/integration/scenarios_declarative/test_data/image_tools/edit_image_with_gemini/test_edit_image_no_output_filename.yaml +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/tests/integration/scenarios_declarative/test_data/image_tools/edit_image_with_gemini/test_edit_image_path_traversal_input.yaml +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/tests/integration/scenarios_declarative/test_data/image_tools/edit_image_with_gemini/test_edit_image_path_traversal_output.yaml +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/tests/integration/scenarios_declarative/test_data/image_tools/edit_image_with_gemini/test_edit_image_prompt_injection.yaml +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/tests/integration/scenarios_declarative/test_data/image_tools/edit_image_with_gemini/test_edit_image_specific_version.yaml +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/tests/integration/scenarios_declarative/test_data/image_tools/edit_image_with_gemini/test_edit_image_unsupported_format.yaml +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/tests/integration/scenarios_declarative/test_data/mcp/test_mcp_audio_processing_mp3.yaml +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/tests/integration/scenarios_declarative/test_data/mcp/test_mcp_audio_processing_wav.yaml +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/tests/integration/scenarios_declarative/test_data/mcp/test_mcp_conversation_with_artifact.yaml +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/tests/integration/scenarios_declarative/test_data/mcp/test_mcp_early_embed_resolution.yaml +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/tests/integration/scenarios_declarative/test_data/mcp/test_mcp_embed_resolution.yaml +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/tests/integration/scenarios_declarative/test_data/mcp/test_mcp_fallback_intelligent_disabled.yaml +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/tests/integration/scenarios_declarative/test_data/mcp/test_mcp_http_transport.yaml +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/tests/integration/scenarios_declarative/test_data/mcp/test_mcp_image_processing_jpeg.yaml +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/tests/integration/scenarios_declarative/test_data/mcp/test_mcp_image_processing_png.yaml +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/tests/integration/scenarios_declarative/test_data/mcp/test_mcp_late_embed_resolution.yaml +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/tests/integration/scenarios_declarative/test_data/mcp/test_mcp_llm_response_save_failed.yaml +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/tests/integration/scenarios_declarative/test_data/mcp/test_mcp_multi_call.yaml +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/tests/integration/scenarios_declarative/test_data/mcp/test_mcp_multi_content_single_response.yaml +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/tests/integration/scenarios_declarative/test_data/mcp/test_mcp_multi_text_content.yaml +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/tests/integration/scenarios_declarative/test_data/mcp/test_mcp_no_fallback_on_error.yaml +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/tests/integration/scenarios_declarative/test_data/mcp/test_mcp_resource_processing_uri_only.yaml +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/tests/integration/scenarios_declarative/test_data/mcp/test_mcp_resource_processing_with_binary.yaml +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/tests/integration/scenarios_declarative/test_data/mcp/test_mcp_resource_processing_with_text.yaml +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/tests/integration/scenarios_declarative/test_data/mcp/test_mcp_save_forced_by_truncation.yaml +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/tests/integration/scenarios_declarative/test_data/mcp/test_mcp_text_processing.yaml +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/tests/integration/scenarios_declarative/test_data/mcp/test_mcp_text_processing_csv.yaml +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/tests/integration/scenarios_declarative/test_data/mcp/test_mcp_text_processing_csv_escaped.yaml +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/tests/integration/scenarios_declarative/test_data/mcp/test_mcp_text_processing_json.yaml +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/tests/integration/scenarios_declarative/test_data/mcp/test_mcp_text_processing_markdown.yaml +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/tests/integration/scenarios_declarative/test_data/mcp/test_mcp_text_processing_plain.yaml +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/tests/integration/scenarios_declarative/test_data/mcp/test_mcp_text_processing_yaml.yaml +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/tests/integration/scenarios_declarative/test_data/mcp/test_mcp_trigger_above_all_thresholds.yaml +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/tests/integration/scenarios_declarative/test_data/mcp/test_mcp_trigger_above_save_threshold.yaml +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/tests/integration/scenarios_declarative/test_data/mcp/test_mcp_trigger_below_thresholds.yaml +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/tests/integration/scenarios_declarative/test_data/mcp/test_mcp_trigger_non_text_content.yaml +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/tests/integration/scenarios_declarative/test_data/multi_agent/delegation/test_peer_e2e_artifact_passing.yaml +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/tests/integration/scenarios_declarative/test_data/multi_agent/delegation/test_peer_request_with_artifact.yaml +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/tests/integration/scenarios_declarative/test_data/multi_agent/delegation/test_peer_request_with_nonexistent_artifact.yaml +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/tests/integration/scenarios_declarative/test_data/multi_agent/delegation/test_peer_response_with_artifact.yaml +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/tests/integration/scenarios_declarative/test_data/multi_agent/delegation/test_three_agent_hierarchy.yaml +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/tests/integration/scenarios_declarative/test_data/notifications/test_llm_invocation_notification.yaml +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/tests/integration/scenarios_declarative/test_data/notifications/test_llm_response_notification.yaml +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/tests/integration/scenarios_declarative/test_data/notifications/test_tool_invocation_notification.yaml +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/tests/integration/scenarios_declarative/test_data/test_basic_text_response.yaml +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/tests/integration/scenarios_declarative/test_data/test_simple_tool_call.yaml +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/tests/integration/scenarios_declarative/test_data/web_tools/test_ssrf_localhost_blocked.yaml +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/tests/integration/scenarios_declarative/test_data/web_tools/web_request/test_web_block_file_url.yaml +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/tests/integration/scenarios_declarative/test_data/web_tools/web_request/test_web_block_private_ip.yaml +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/tests/integration/scenarios_declarative/test_data/web_tools/web_request/test_web_content_type_json.yaml +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/tests/integration/scenarios_declarative/test_data/web_tools/web_request/test_web_dns_failure.yaml +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/tests/integration/scenarios_declarative/test_data/web_tools/web_request/test_web_invalid_url.yaml +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/tests/integration/scenarios_declarative/test_data/web_tools/web_request/test_web_large_response.yaml +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/tests/integration/scenarios_declarative/test_data/web_tools/web_request/test_web_post_request.yaml +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/tests/integration/scenarios_declarative/test_data/web_tools/web_request/test_web_redirect_to_unsafe.yaml +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/tests/integration/scenarios_declarative/test_data/web_tools/web_request/test_web_request_timeout.yaml +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/tests/integration/scenarios_declarative/test_declarative_runner.py +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/tests/integration/scenarios_declarative/test_lifecycle_hooks.py +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/tests/integration/scenarios_programmatic/__init__.py +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/tests/integration/scenarios_programmatic/test_agent_cards.py +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/tests/integration/scenarios_programmatic/test_basic_flows.py +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/tests/integration/scenarios_programmatic/test_cancellation_flows.py +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/tests/integration/scenarios_programmatic/test_helpers.py +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/tests/integration/scenarios_programmatic/test_middleware.py +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/tests/integration/scenarios_programmatic/test_services.py +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/tests/integration/scenarios_programmatic/test_stress.py +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/tests/integration/scenarios_programmatic/test_tool_registry.py +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/tests/integration/test_support/__init__.py +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/tests/integration/test_support/dynamic_tools/__init__.py +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/tests/integration/test_support/dynamic_tools/complex_signatures.py +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/tests/integration/test_support/dynamic_tools/config_and_context.py +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/tests/integration/test_support/dynamic_tools/error_cases.py +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/tests/integration/test_support/dynamic_tools/lifecycle_tool.py +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/tests/integration/test_support/dynamic_tools/lifecycle_yaml_hooks.py +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/tests/integration/test_support/dynamic_tools/mixed_discovery.py +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/tests/integration/test_support/dynamic_tools/provider_tool.py +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/tests/integration/test_support/dynamic_tools/single_tool.py +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/tests/integration/test_support/identity_service_users.json +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/tests/integration/test_support/identity_service_users_invalid_json.json +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/tests/integration/test_support/lifecycle_tracker.py +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/tests/integration/test_support/tools.py +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/tests/sam-test-infrastructure/README.md +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/tests/sam-test-infrastructure/pyproject.toml +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/tests/sam-test-infrastructure/src/sam_test_infrastructure/a2a_validator/__init__.py +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/tests/sam-test-infrastructure/src/sam_test_infrastructure/a2a_validator/test_validator.py +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/tests/sam-test-infrastructure/src/sam_test_infrastructure/a2a_validator/validator.py +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/tests/sam-test-infrastructure/src/sam_test_infrastructure/artifact_service/__init__.py +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/tests/sam-test-infrastructure/src/sam_test_infrastructure/artifact_service/service.py +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/tests/sam-test-infrastructure/src/sam_test_infrastructure/dev_broker/__init__.py +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/tests/sam-test-infrastructure/src/sam_test_infrastructure/dev_broker/broker.py +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/tests/sam-test-infrastructure/src/sam_test_infrastructure/dev_broker/config.py +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/tests/sam-test-infrastructure/src/sam_test_infrastructure/dev_broker/message_handler.py +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/tests/sam-test-infrastructure/src/sam_test_infrastructure/dev_broker/topic_manager.py +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/tests/sam-test-infrastructure/src/sam_test_infrastructure/event_mesh_test_server/__init__.py +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/tests/sam-test-infrastructure/src/sam_test_infrastructure/event_mesh_test_server/server.py +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/tests/sam-test-infrastructure/src/sam_test_infrastructure/gateway_interface/__init__.py +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/tests/sam-test-infrastructure/src/sam_test_infrastructure/gateway_interface/app.py +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/tests/sam-test-infrastructure/src/sam_test_infrastructure/gateway_interface/component.py +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/tests/sam-test-infrastructure/src/sam_test_infrastructure/llm_server/__init__.py +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/tests/sam-test-infrastructure/src/sam_test_infrastructure/llm_server/server.py +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/tests/sam-test-infrastructure/src/sam_test_infrastructure/mcp_server/__init__.py +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/tests/sam-test-infrastructure/src/sam_test_infrastructure/mcp_server/server.py +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/tests/sam-test-infrastructure/src/sam_test_infrastructure/memory_monitor/__init__.py +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/tests/sam-test-infrastructure/src/sam_test_infrastructure/memory_monitor/depth_based_profiler.py +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/tests/sam-test-infrastructure/src/sam_test_infrastructure/memory_monitor/diff_generator.py +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/tests/sam-test-infrastructure/src/sam_test_infrastructure/memory_monitor/memory_monitor.py +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/tests/sam-test-infrastructure/src/sam_test_infrastructure/memory_monitor/report_generator.py +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/tests/test_selector.py +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/tests/unit/agent/sac/test_component.py +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/tests/unit/cli/test_add_agent_cmd.py +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/tests/unit/cli/test_artifact_storage.py +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/tests/unit/cli/test_init_cmd.py +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/tests/unit/cli/test_persistence.py +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/tests/unit/cli/test_run_cmd.py +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/tests/unit/gateway/http_sse/test_api_user_id_flow.py +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/tests/unit/gateway/http_sse/test_endpoints_user_id.py +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/tests/unit/gateway/http_sse/test_user_id_extraction.py +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/uv.lock +0 -0
- {solace_agent_mesh-1.4.9 → solace_agent_mesh-1.4.11}/wss-unified-agent.config +0 -0
|
@@ -0,0 +1,70 @@
|
|
|
1
|
+
# Python compiled files
|
|
2
|
+
*.pyc
|
|
3
|
+
*.pyo
|
|
4
|
+
*.pyd
|
|
5
|
+
__pycache__
|
|
6
|
+
.pytest_cache
|
|
7
|
+
|
|
8
|
+
# Environment files
|
|
9
|
+
.env*
|
|
10
|
+
.env
|
|
11
|
+
.env_template
|
|
12
|
+
|
|
13
|
+
# Development files
|
|
14
|
+
docker-compose-local.yaml
|
|
15
|
+
Makefile
|
|
16
|
+
CODE_OF_CONDUCT.md
|
|
17
|
+
CONTRIBUTING.md
|
|
18
|
+
|
|
19
|
+
# Dependencies
|
|
20
|
+
node_modules
|
|
21
|
+
venv
|
|
22
|
+
.venv
|
|
23
|
+
.venv*
|
|
24
|
+
|
|
25
|
+
# IDE and editor files
|
|
26
|
+
.vscode
|
|
27
|
+
.idea
|
|
28
|
+
*.swp
|
|
29
|
+
*.swo
|
|
30
|
+
*~
|
|
31
|
+
|
|
32
|
+
# Version control
|
|
33
|
+
.git
|
|
34
|
+
.gitignore
|
|
35
|
+
|
|
36
|
+
# OS files
|
|
37
|
+
.DS_Store
|
|
38
|
+
Thumbs.db
|
|
39
|
+
|
|
40
|
+
# Logs and temporary files
|
|
41
|
+
*.log
|
|
42
|
+
*.out
|
|
43
|
+
*.txt
|
|
44
|
+
project_notes.txt
|
|
45
|
+
*.trace
|
|
46
|
+
trace_*
|
|
47
|
+
|
|
48
|
+
# Build artifacts
|
|
49
|
+
dist
|
|
50
|
+
build
|
|
51
|
+
tmp
|
|
52
|
+
var
|
|
53
|
+
*.egg-info
|
|
54
|
+
|
|
55
|
+
# Test files and coverage
|
|
56
|
+
tests/
|
|
57
|
+
.coverage
|
|
58
|
+
.tox
|
|
59
|
+
.pytest_cache
|
|
60
|
+
coverage.xml
|
|
61
|
+
htmlcov/
|
|
62
|
+
|
|
63
|
+
|
|
64
|
+
# CI/CD files
|
|
65
|
+
.github/actions
|
|
66
|
+
.github/workflows
|
|
67
|
+
wss-unified-agent.config
|
|
68
|
+
|
|
69
|
+
# Lock file (not needed in container)
|
|
70
|
+
uv.lock
|
|
@@ -0,0 +1,299 @@
|
|
|
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
|
+
# ----------------------------------------------------
|
|
40
|
+
# PHASE 0: Prepare Metadata and Determine Build Strategy
|
|
41
|
+
# ----------------------------------------------------
|
|
42
|
+
prepare-metadata:
|
|
43
|
+
name: Prepare Build Metadata
|
|
44
|
+
runs-on: ubuntu-latest
|
|
45
|
+
outputs:
|
|
46
|
+
version: ${{ steps.get_version.outputs.version }}
|
|
47
|
+
short_sha: ${{ steps.get_commit_hash.outputs.short_sha }}
|
|
48
|
+
commit_hash: ${{ steps.get_commit_hash.outputs.commit_hash }}
|
|
49
|
+
release_tag: ${{ steps.release_tag.outputs.release_tag }}
|
|
50
|
+
use_ecr: ${{ steps.set_registry.outputs.use_ecr }}
|
|
51
|
+
docker_push: ${{ steps.set_build_params.outputs.docker_push }}
|
|
52
|
+
update_manifest: ${{ steps.set_build_params.outputs.update_manifest }}
|
|
53
|
+
steps:
|
|
54
|
+
- name: Checkout repository
|
|
55
|
+
uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4.3.0
|
|
56
|
+
|
|
57
|
+
- name: Get Commit Hash
|
|
58
|
+
id: get_commit_hash
|
|
59
|
+
run: |
|
|
60
|
+
echo "commit_hash=$(git rev-parse HEAD)" >> $GITHUB_OUTPUT
|
|
61
|
+
echo "short_sha=${GITHUB_SHA:0:10}" >> $GITHUB_OUTPUT
|
|
62
|
+
|
|
63
|
+
- name: Get Version from hatch
|
|
64
|
+
id: get_version
|
|
65
|
+
run: |
|
|
66
|
+
python3 -m pip install hatch
|
|
67
|
+
echo "version=$(hatch version)" >> $GITHUB_OUTPUT
|
|
68
|
+
echo "Found version: $(hatch version)"
|
|
69
|
+
|
|
70
|
+
- name: Determine Release Tag
|
|
71
|
+
id: release_tag
|
|
72
|
+
run: |
|
|
73
|
+
# Sanitize ref_name for Docker tag compatibility (replace / with -)
|
|
74
|
+
sanitized_ref="${{ github.ref_name }}"
|
|
75
|
+
sanitized_ref="${sanitized_ref//\//-}"
|
|
76
|
+
echo "release_tag=${sanitized_ref}" >> $GITHUB_OUTPUT
|
|
77
|
+
echo "Using sanitized branch name as release tag: ${sanitized_ref} (from ${{ github.ref_name }})"
|
|
78
|
+
|
|
79
|
+
- name: Set Build Params
|
|
80
|
+
id: set_build_params
|
|
81
|
+
run: |
|
|
82
|
+
if [[ "${{ github.event_name == 'push' }}" == "true" ]]; then
|
|
83
|
+
echo "docker_push=true" >> $GITHUB_OUTPUT
|
|
84
|
+
echo "Will push images for branch push"
|
|
85
|
+
|
|
86
|
+
# Only update manifest for default branch pushes
|
|
87
|
+
if [[ "${{ github.ref_name }}" == "${{ github.event.repository.default_branch }}" ]]; then
|
|
88
|
+
echo "update_manifest=true" >> $GITHUB_OUTPUT
|
|
89
|
+
echo "Will update release manifest for default branch push"
|
|
90
|
+
else
|
|
91
|
+
echo "update_manifest=false" >> $GITHUB_OUTPUT
|
|
92
|
+
echo "Will not update release manifest for non-default branch push"
|
|
93
|
+
fi
|
|
94
|
+
else
|
|
95
|
+
echo "docker_push=false" >> $GITHUB_OUTPUT
|
|
96
|
+
echo "update_manifest=false" >> $GITHUB_OUTPUT
|
|
97
|
+
echo "Will build but not push for PR"
|
|
98
|
+
fi
|
|
99
|
+
echo "Always building multiplatform for all scenarios"
|
|
100
|
+
|
|
101
|
+
- name: Configure AWS credentials
|
|
102
|
+
if: fromJSON(steps.set_build_params.outputs.docker_push)
|
|
103
|
+
uses: aws-actions/configure-aws-credentials@7474bc4690e29a8392af63c5b98e7449536d5c3a # v4.3.1
|
|
104
|
+
with:
|
|
105
|
+
aws-access-key-id: ${{ secrets.SAM_AWS_ACCESS_KEY_ID }}
|
|
106
|
+
aws-secret-access-key: ${{ secrets.SAM_AWS_SECRET_ACCESS_KEY }}
|
|
107
|
+
aws-region: ${{ secrets.AWS_DEFAULT_REGION }}
|
|
108
|
+
|
|
109
|
+
- name: Login to Amazon ECR
|
|
110
|
+
if: fromJSON(steps.set_build_params.outputs.docker_push)
|
|
111
|
+
id: login-ecr
|
|
112
|
+
uses: aws-actions/amazon-ecr-login@062b18b96a7aff071d4dc91bc00c4c1a7945b076 # v2.0.1
|
|
113
|
+
|
|
114
|
+
- name: Set Registry Type
|
|
115
|
+
id: set_registry
|
|
116
|
+
run: |
|
|
117
|
+
# Determine if we should use ECR (don't expose the actual registry URL)
|
|
118
|
+
if [[ "${{ github.event_name }}" == "push" && "${{ github.ref_name }}" == "${{ github.event.repository.default_branch }}" ]]; then
|
|
119
|
+
# Check if ECR registry is available
|
|
120
|
+
ecr_registry="${{ secrets.SAM_AWS_ECR_REGISTRY }}"
|
|
121
|
+
if [[ -n "${ecr_registry}" && "${ecr_registry}" != "" ]]; then
|
|
122
|
+
echo "use_ecr=true" >> $GITHUB_OUTPUT
|
|
123
|
+
echo "Will use ECR registry for default branch push"
|
|
124
|
+
else
|
|
125
|
+
echo "use_ecr=false" >> $GITHUB_OUTPUT
|
|
126
|
+
echo "ECR registry not available, will use GitHub repository"
|
|
127
|
+
fi
|
|
128
|
+
else
|
|
129
|
+
echo "use_ecr=false" >> $GITHUB_OUTPUT
|
|
130
|
+
echo "Will use GitHub repository for PR/branch build"
|
|
131
|
+
fi
|
|
132
|
+
|
|
133
|
+
# ----------------------------------------------------
|
|
134
|
+
# PHASE 1 & 2: Multiplatform Builds (Always Both Platforms)
|
|
135
|
+
# ----------------------------------------------------
|
|
136
|
+
build-platform:
|
|
137
|
+
name: Build ${{ matrix.platform.name }}
|
|
138
|
+
needs: prepare-metadata
|
|
139
|
+
strategy:
|
|
140
|
+
fail-fast: false
|
|
141
|
+
matrix:
|
|
142
|
+
platform:
|
|
143
|
+
- name: linux/amd64
|
|
144
|
+
runner: ubuntu-24.04
|
|
145
|
+
tag_suffix: amd64
|
|
146
|
+
- name: linux/arm64
|
|
147
|
+
runner: ubuntu-24.04-arm
|
|
148
|
+
tag_suffix: arm64
|
|
149
|
+
runs-on: ${{ matrix.platform.runner }}
|
|
150
|
+
steps:
|
|
151
|
+
- name: Checkout repository
|
|
152
|
+
uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4.3.0
|
|
153
|
+
|
|
154
|
+
- name: Setup Docker Buildx
|
|
155
|
+
uses: docker/setup-buildx-action@b5ca514318bd6ebac0fb2aedd5d36ec1b5c232a2 # v3.10.0
|
|
156
|
+
|
|
157
|
+
- name: Configure AWS credentials
|
|
158
|
+
if: fromJSON(needs.prepare-metadata.outputs.docker_push)
|
|
159
|
+
uses: aws-actions/configure-aws-credentials@7474bc4690e29a8392af63c5b98e7449536d5c3a # v4.3.1
|
|
160
|
+
with:
|
|
161
|
+
aws-access-key-id: ${{ secrets.SAM_AWS_ACCESS_KEY_ID }}
|
|
162
|
+
aws-secret-access-key: ${{ secrets.SAM_AWS_SECRET_ACCESS_KEY }}
|
|
163
|
+
aws-region: ${{ secrets.AWS_DEFAULT_REGION }}
|
|
164
|
+
|
|
165
|
+
- name: Login to Amazon ECR
|
|
166
|
+
if: fromJSON(needs.prepare-metadata.outputs.docker_push)
|
|
167
|
+
uses: aws-actions/amazon-ecr-login@062b18b96a7aff071d4dc91bc00c4c1a7945b076 # v2.0.1
|
|
168
|
+
|
|
169
|
+
- name: Determine Image Name
|
|
170
|
+
id: image_name
|
|
171
|
+
run: |
|
|
172
|
+
if [[ "${{ fromJSON(needs.prepare-metadata.outputs.use_ecr) }}" == "true" ]]; then
|
|
173
|
+
image_name="${{ secrets.SAM_AWS_ECR_REGISTRY }}/solace-agent-mesh"
|
|
174
|
+
echo "Using ECR registry: ${image_name}"
|
|
175
|
+
else
|
|
176
|
+
image_name="${{ github.repository }}"
|
|
177
|
+
echo "Using GitHub repository: ${image_name}"
|
|
178
|
+
fi
|
|
179
|
+
echo "image_name=${image_name}" >> $GITHUB_OUTPUT
|
|
180
|
+
|
|
181
|
+
- name: Build and Push Platform-Specific Image
|
|
182
|
+
uses: docker/build-push-action@14487ce63c7a62a4a324b0bfb37086795e31c6c1 # v6.16.0
|
|
183
|
+
with:
|
|
184
|
+
context: .
|
|
185
|
+
file: Dockerfile
|
|
186
|
+
platforms: ${{ matrix.platform.name }}
|
|
187
|
+
tags: ${{ steps.image_name.outputs.image_name }}:${{ needs.prepare-metadata.outputs.version }}-${{ needs.prepare-metadata.outputs.short_sha }}-${{ matrix.platform.tag_suffix }}
|
|
188
|
+
push: ${{ fromJSON(needs.prepare-metadata.outputs.docker_push) }}
|
|
189
|
+
cache-from: type=gha,scope=${{ matrix.platform.tag_suffix }}
|
|
190
|
+
cache-to: type=gha,scope=${{ matrix.platform.tag_suffix }},mode=max
|
|
191
|
+
|
|
192
|
+
# ----------------------------------------------------
|
|
193
|
+
# PHASE 3: Merge Multi-Platform Manifest (Always)
|
|
194
|
+
# ----------------------------------------------------
|
|
195
|
+
merge-manifest:
|
|
196
|
+
name: Create Multi-Platform Manifest
|
|
197
|
+
needs: [prepare-metadata, build-platform]
|
|
198
|
+
if: fromJSON(needs.prepare-metadata.outputs.docker_push)
|
|
199
|
+
runs-on: ubuntu-latest
|
|
200
|
+
steps:
|
|
201
|
+
- name: Configure AWS credentials
|
|
202
|
+
if: fromJSON(needs.prepare-metadata.outputs.docker_push)
|
|
203
|
+
uses: aws-actions/configure-aws-credentials@7474bc4690e29a8392af63c5b98e7449536d5c3a # v4.3.1
|
|
204
|
+
with:
|
|
205
|
+
aws-access-key-id: ${{ secrets.SAM_AWS_ACCESS_KEY_ID }}
|
|
206
|
+
aws-secret-access-key: ${{ secrets.SAM_AWS_SECRET_ACCESS_KEY }}
|
|
207
|
+
aws-region: ${{ secrets.AWS_DEFAULT_REGION }}
|
|
208
|
+
|
|
209
|
+
- name: Login to Amazon ECR
|
|
210
|
+
if: fromJSON(needs.prepare-metadata.outputs.docker_push)
|
|
211
|
+
uses: aws-actions/amazon-ecr-login@062b18b96a7aff071d4dc91bc00c4c1a7945b076 # v2.0.1
|
|
212
|
+
|
|
213
|
+
- name: Setup Docker Buildx
|
|
214
|
+
uses: docker/setup-buildx-action@b5ca514318bd6ebac0fb2aedd5d36ec1b5c232a2 # v3.10.0
|
|
215
|
+
|
|
216
|
+
- name: Determine Image Name and Tags
|
|
217
|
+
id: image_tags
|
|
218
|
+
run: |
|
|
219
|
+
# Reconstruct image name based on registry type
|
|
220
|
+
if [[ "${{ fromJSON(needs.prepare-metadata.outputs.use_ecr) }}" == "true" ]]; then
|
|
221
|
+
image_name="${{ secrets.SAM_AWS_ECR_REGISTRY }}/solace-agent-mesh"
|
|
222
|
+
echo "Using ECR registry: ${image_name}"
|
|
223
|
+
else
|
|
224
|
+
image_name="${{ github.repository }}"
|
|
225
|
+
echo "Using GitHub repository: ${image_name}"
|
|
226
|
+
fi
|
|
227
|
+
|
|
228
|
+
# Reconstruct tags
|
|
229
|
+
version="${{ needs.prepare-metadata.outputs.version }}"
|
|
230
|
+
release_tag="${{ needs.prepare-metadata.outputs.release_tag }}"
|
|
231
|
+
short_sha="${{ needs.prepare-metadata.outputs.short_sha }}"
|
|
232
|
+
|
|
233
|
+
tags="${image_name}:${version}"
|
|
234
|
+
tags="${tags},${image_name}:${version}-${short_sha}"
|
|
235
|
+
tags="${tags},${image_name}:${release_tag}"
|
|
236
|
+
tags="${tags},${image_name}:${release_tag}-${short_sha}"
|
|
237
|
+
|
|
238
|
+
echo "image_name=${image_name}" >> $GITHUB_OUTPUT
|
|
239
|
+
echo "tags=${tags}" >> $GITHUB_OUTPUT
|
|
240
|
+
echo "Created tags: ${tags}"
|
|
241
|
+
|
|
242
|
+
- name: Create and Push Multi-Platform Manifest
|
|
243
|
+
if: fromJSON(needs.prepare-metadata.outputs.docker_push)
|
|
244
|
+
run: |
|
|
245
|
+
# Define the platform-specific tags
|
|
246
|
+
AMD_TAG="${{ steps.image_tags.outputs.image_name }}:${{ needs.prepare-metadata.outputs.version }}-${{ needs.prepare-metadata.outputs.short_sha }}-amd64"
|
|
247
|
+
ARM_TAG="${{ steps.image_tags.outputs.image_name }}:${{ needs.prepare-metadata.outputs.version }}-${{ needs.prepare-metadata.outputs.short_sha }}-arm64"
|
|
248
|
+
|
|
249
|
+
echo "AMD64 Tag: ${AMD_TAG}"
|
|
250
|
+
echo "ARM64 Tag: ${ARM_TAG}"
|
|
251
|
+
|
|
252
|
+
# Convert comma-separated tags string to array and create manifest for each
|
|
253
|
+
IFS=',' read -ra TAGS <<< "${{ steps.image_tags.outputs.tags }}"
|
|
254
|
+
for TAG in "${TAGS[@]}"; do
|
|
255
|
+
# Trim any whitespace
|
|
256
|
+
TAG=$(echo "$TAG" | xargs)
|
|
257
|
+
echo "Creating manifest for tag: $TAG"
|
|
258
|
+
docker buildx imagetools create \
|
|
259
|
+
--tag "$TAG" \
|
|
260
|
+
"$AMD_TAG" \
|
|
261
|
+
"$ARM_TAG"
|
|
262
|
+
done
|
|
263
|
+
|
|
264
|
+
echo "Multi-platform manifest created successfully"
|
|
265
|
+
|
|
266
|
+
- name: Update Release Manifest
|
|
267
|
+
if: fromJSON(needs.prepare-metadata.outputs.update_manifest)
|
|
268
|
+
env:
|
|
269
|
+
AWS_ACCESS_KEY_ID: ${{ secrets.SAM_AWS_ACCESS_KEY_ID }}
|
|
270
|
+
AWS_SECRET_ACCESS_KEY: ${{ secrets.SAM_AWS_SECRET_ACCESS_KEY }}
|
|
271
|
+
AWS_DEFAULT_REGION: ${{ secrets.AWS_DEFAULT_REGION }}
|
|
272
|
+
run: |
|
|
273
|
+
# Set release manifest variables
|
|
274
|
+
export release_version="${{ needs.prepare-metadata.outputs.version }}-${{ needs.prepare-metadata.outputs.short_sha }}"
|
|
275
|
+
export version="${{ needs.prepare-metadata.outputs.version }}"
|
|
276
|
+
export image_tag="${{ needs.prepare-metadata.outputs.version }}-${{ needs.prepare-metadata.outputs.short_sha }}"
|
|
277
|
+
export chart_version="n/a"
|
|
278
|
+
export sha="${{ needs.prepare-metadata.outputs.commit_hash }}"
|
|
279
|
+
export squad="ai"
|
|
280
|
+
export repository="solace-agent-mesh"
|
|
281
|
+
export release_tag="${{ needs.prepare-metadata.outputs.release_tag }}"
|
|
282
|
+
|
|
283
|
+
# Update DynamoDB manifest
|
|
284
|
+
aws dynamodb update-item \
|
|
285
|
+
--table-name solace-cloud-manifest \
|
|
286
|
+
--key "{\"squad\":{\"S\":\"${squad}\"},\"repository\": {\"S\": \"${repository}\"} }"\
|
|
287
|
+
--update-expression "SET dev = :r" \
|
|
288
|
+
--expression-attribute-values \
|
|
289
|
+
"""{\":r\":
|
|
290
|
+
{\"M\":
|
|
291
|
+
{
|
|
292
|
+
\"version\":{\"S\":\"${version}\"},
|
|
293
|
+
\"image_tag\":{\"S\":\"${image_tag}\"},
|
|
294
|
+
\"chart_version\": {\"S\": \"${chart_version}\"},
|
|
295
|
+
\"sha\": {\"S\": \"${sha}\"},
|
|
296
|
+
\"release_version\": {\"S\": \"${release_version}\"}
|
|
297
|
+
}
|
|
298
|
+
}
|
|
299
|
+
}"""
|
|
@@ -1,62 +1,67 @@
|
|
|
1
|
-
FROM python:3.11-slim AS
|
|
1
|
+
FROM python:3.11-slim AS base
|
|
2
2
|
|
|
3
3
|
ENV PYTHONUNBUFFERED=1
|
|
4
|
-
|
|
4
|
+
ENV PIP_NO_CACHE_DIR=1
|
|
5
5
|
|
|
6
|
-
# Install
|
|
6
|
+
# Install system dependencies in a single layer
|
|
7
7
|
RUN apt-get update && \
|
|
8
8
|
apt-get install -y --no-install-recommends \
|
|
9
9
|
build-essential \
|
|
10
10
|
git \
|
|
11
|
-
curl
|
|
11
|
+
curl \
|
|
12
|
+
ffmpeg && \
|
|
12
13
|
curl -sL https://deb.nodesource.com/setup_24.x | bash - && \
|
|
13
14
|
apt-get install -y --no-install-recommends nodejs && \
|
|
14
15
|
apt-get purge -y --auto-remove && \
|
|
15
16
|
apt-get clean && \
|
|
16
17
|
rm -rf /var/lib/apt/lists/*
|
|
17
18
|
|
|
18
|
-
|
|
19
|
-
|
|
19
|
+
# Builder stage for creating wheels
|
|
20
|
+
FROM base AS builder
|
|
21
|
+
|
|
22
|
+
WORKDIR /app
|
|
23
|
+
|
|
24
|
+
# Install hatch first (this layer will be cached unless hatch version changes)
|
|
20
25
|
RUN python3.11 -m pip install --no-cache-dir hatch
|
|
21
|
-
RUN python3.11 -m hatch build -t wheel
|
|
22
26
|
|
|
23
|
-
|
|
27
|
+
# Copy source code
|
|
28
|
+
COPY . .
|
|
24
29
|
|
|
25
|
-
|
|
26
|
-
|
|
30
|
+
# Create wheels for dependencies (this will be cached unless pyproject.toml changes)
|
|
31
|
+
RUN python3.11 -m pip wheel --wheel-dir=/wheels --find-links=/wheels --no-build-isolation .
|
|
27
32
|
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
ffmpeg \
|
|
31
|
-
git \
|
|
32
|
-
curl && \
|
|
33
|
-
curl -sL https://deb.nodesource.com/setup_24.x | bash - && \
|
|
34
|
-
apt-get install -y --no-install-recommends nodejs && \
|
|
35
|
-
python3.11 -m pip install playwright && \
|
|
36
|
-
playwright install-deps chromium && \
|
|
37
|
-
apt-get purge -y --auto-remove && \
|
|
38
|
-
apt-get clean && \
|
|
39
|
-
rm -rf /var/lib/apt/lists/*
|
|
33
|
+
# Build the project wheel
|
|
34
|
+
RUN python3.11 -m hatch build -t wheel
|
|
40
35
|
|
|
41
|
-
#
|
|
36
|
+
# Runtime stage
|
|
37
|
+
FROM base AS runtime
|
|
38
|
+
|
|
39
|
+
# Install Playwright early (large download, rarely changes)
|
|
40
|
+
RUN python3.11 -m pip install playwright && \
|
|
41
|
+
playwright install-deps chromium
|
|
42
|
+
|
|
43
|
+
# Create non-root user
|
|
42
44
|
RUN groupadd -r solaceai && useradd --create-home -r -g solaceai solaceai
|
|
45
|
+
|
|
43
46
|
WORKDIR /app
|
|
44
47
|
RUN chown -R solaceai:solaceai /app /tmp
|
|
45
48
|
|
|
46
|
-
# Switch to
|
|
49
|
+
# Switch to non-root user and install Playwright browser
|
|
47
50
|
USER solaceai
|
|
48
51
|
RUN playwright install chromium
|
|
49
52
|
|
|
50
|
-
# Install the Solace Agent Mesh package
|
|
53
|
+
# Install the Solace Agent Mesh package (this layer changes when source code changes)
|
|
51
54
|
USER root
|
|
52
55
|
COPY --from=builder /app/dist/solace_agent_mesh-*.whl /tmp/
|
|
53
56
|
COPY --from=builder /wheels /tmp/wheels
|
|
57
|
+
|
|
54
58
|
RUN python3.11 -m pip install --find-links=/tmp/wheels \
|
|
55
59
|
/tmp/solace_agent_mesh-*.whl && \
|
|
56
60
|
rm -rf /tmp/wheels /tmp/solace_agent_mesh-*.whl
|
|
57
61
|
|
|
58
62
|
# Copy sample SAM applications
|
|
59
63
|
COPY preset /preset
|
|
64
|
+
|
|
60
65
|
USER solaceai
|
|
61
66
|
|
|
62
67
|
# Required environment variables
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: solace-agent-mesh
|
|
3
|
-
Version: 1.4.
|
|
3
|
+
Version: 1.4.11
|
|
4
4
|
Summary: Solace Agent Mesh is an open-source framework for building event-driven, multi-agent AI systems where specialized agents collaborate on complex tasks.
|
|
5
5
|
Project-URL: Homepage, https://github.com/SolaceLabs/solace-agent-mesh
|
|
6
6
|
Project-URL: Repository, https://github.com/SolaceLabs/solace-agent-mesh
|