solace-agent-mesh 1.6.1__tar.gz โ 1.6.3__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Potentially problematic release.
This version of solace-agent-mesh might be problematic. Click here for more details.
- solace_agent_mesh-1.6.3/CONTRIBUTING.md +115 -0
- solace_agent_mesh-1.6.3/PKG-INFO +486 -0
- solace_agent_mesh-1.6.3/assets/client/webui/assets/authCallback-D4_RMYRh.js +1 -0
- solace_agent_mesh-1.6.3/assets/client/webui/assets/client-UZ3qU6Bq.js +25 -0
- solace_agent_mesh-1.6.3/assets/client/webui/assets/main--3yJYl7S.css +1 -0
- solace_agent_mesh-1.6.3/assets/client/webui/assets/main-DojKHS49.js +342 -0
- solace_agent_mesh-1.6.3/assets/client/webui/assets/vendor-DSqhjwq_.js +405 -0
- solace_agent_mesh-1.6.3/assets/client/webui/auth-callback.html +15 -0
- solace_agent_mesh-1.6.3/assets/client/webui/index.html +16 -0
- solace_agent_mesh-1.6.3/assets/docs/404.html +16 -0
- solace_agent_mesh-1.6.3/assets/docs/assets/js/240a0364.c39f8388.js +1 -0
- solace_agent_mesh-1.6.3/assets/docs/assets/js/631738c7.7c4594c9.js +1 -0
- solace_agent_mesh-1.6.3/assets/docs/assets/js/66d4869e.830d443f.js +1 -0
- solace_agent_mesh-1.6.3/assets/docs/assets/js/71da7b71.ddbdfbe2.js +1 -0
- solace_agent_mesh-1.6.3/assets/docs/assets/js/94e8668d.3b883666.js +1 -0
- solace_agent_mesh-1.6.3/assets/docs/assets/js/e92d0134.4f395c6b.js +1 -0
- solace_agent_mesh-1.6.3/assets/docs/assets/js/f284c35a.720d2ef2.js +1 -0
- solace_agent_mesh-1.6.3/assets/docs/assets/js/main.aab34e5c.js +2 -0
- solace_agent_mesh-1.6.3/assets/docs/assets/js/runtime~main.a8a75e0b.js +1 -0
- solace_agent_mesh-1.6.3/assets/docs/docs/documentation/components/agents/index.html +154 -0
- solace_agent_mesh-1.6.3/assets/docs/docs/documentation/components/builtin-tools/artifact-management/index.html +99 -0
- solace_agent_mesh-1.6.3/assets/docs/docs/documentation/components/builtin-tools/audio-tools/index.html +90 -0
- solace_agent_mesh-1.6.3/assets/docs/docs/documentation/components/builtin-tools/data-analysis-tools/index.html +107 -0
- solace_agent_mesh-1.6.3/assets/docs/docs/documentation/components/builtin-tools/embeds/index.html +152 -0
- solace_agent_mesh-1.6.3/assets/docs/docs/documentation/components/builtin-tools/index.html +103 -0
- solace_agent_mesh-1.6.3/assets/docs/docs/documentation/components/cli/index.html +218 -0
- solace_agent_mesh-1.6.3/assets/docs/docs/documentation/components/gateways/index.html +91 -0
- solace_agent_mesh-1.6.3/assets/docs/docs/documentation/components/index.html +29 -0
- solace_agent_mesh-1.6.3/assets/docs/docs/documentation/components/orchestrator/index.html +55 -0
- solace_agent_mesh-1.6.3/assets/docs/docs/documentation/components/plugins/index.html +110 -0
- solace_agent_mesh-1.6.3/assets/docs/docs/documentation/components/proxies/index.html +262 -0
- solace_agent_mesh-1.6.3/assets/docs/docs/documentation/deploying/debugging/index.html +83 -0
- solace_agent_mesh-1.6.3/assets/docs/docs/documentation/deploying/deployment-options/index.html +85 -0
- solace_agent_mesh-1.6.3/assets/docs/docs/documentation/deploying/index.html +25 -0
- solace_agent_mesh-1.6.3/assets/docs/docs/documentation/deploying/logging/index.html +76 -0
- solace_agent_mesh-1.6.3/assets/docs/docs/documentation/deploying/observability/index.html +60 -0
- solace_agent_mesh-1.6.3/assets/docs/docs/documentation/developing/create-agents/index.html +144 -0
- solace_agent_mesh-1.6.3/assets/docs/docs/documentation/developing/create-gateways/index.html +200 -0
- solace_agent_mesh-1.6.3/assets/docs/docs/documentation/developing/creating-python-tools/index.html +128 -0
- solace_agent_mesh-1.6.3/assets/docs/docs/documentation/developing/creating-service-providers/index.html +54 -0
- solace_agent_mesh-1.6.3/assets/docs/docs/documentation/developing/evaluations/index.html +135 -0
- solace_agent_mesh-1.6.3/assets/docs/docs/documentation/developing/index.html +34 -0
- solace_agent_mesh-1.6.3/assets/docs/docs/documentation/developing/structure/index.html +55 -0
- solace_agent_mesh-1.6.3/assets/docs/docs/documentation/developing/tutorials/bedrock-agents/index.html +267 -0
- solace_agent_mesh-1.6.3/assets/docs/docs/documentation/developing/tutorials/custom-agent/index.html +142 -0
- solace_agent_mesh-1.6.3/assets/docs/docs/documentation/developing/tutorials/event-mesh-gateway/index.html +116 -0
- solace_agent_mesh-1.6.3/assets/docs/docs/documentation/developing/tutorials/mcp-integration/index.html +83 -0
- solace_agent_mesh-1.6.3/assets/docs/docs/documentation/developing/tutorials/mongodb-integration/index.html +164 -0
- solace_agent_mesh-1.6.3/assets/docs/docs/documentation/developing/tutorials/rag-integration/index.html +140 -0
- solace_agent_mesh-1.6.3/assets/docs/docs/documentation/developing/tutorials/rest-gateway/index.html +57 -0
- solace_agent_mesh-1.6.3/assets/docs/docs/documentation/developing/tutorials/slack-integration/index.html +72 -0
- solace_agent_mesh-1.6.3/assets/docs/docs/documentation/developing/tutorials/sql-database/index.html +102 -0
- solace_agent_mesh-1.6.3/assets/docs/docs/documentation/enterprise/index.html +33 -0
- solace_agent_mesh-1.6.3/assets/docs/docs/documentation/enterprise/installation/index.html +83 -0
- solace_agent_mesh-1.6.3/assets/docs/docs/documentation/enterprise/rbac-setup-guide/index.html +217 -0
- solace_agent_mesh-1.6.3/assets/docs/docs/documentation/enterprise/single-sign-on/index.html +161 -0
- solace_agent_mesh-1.6.3/assets/docs/docs/documentation/getting-started/architecture/index.html +75 -0
- solace_agent_mesh-1.6.3/assets/docs/docs/documentation/getting-started/index.html +53 -0
- solace_agent_mesh-1.6.3/assets/docs/docs/documentation/getting-started/introduction/index.html +85 -0
- solace_agent_mesh-1.6.3/assets/docs/docs/documentation/getting-started/try-agent-mesh/index.html +41 -0
- solace_agent_mesh-1.6.3/assets/docs/docs/documentation/installing-and-configuring/configurations/index.html +78 -0
- solace_agent_mesh-1.6.3/assets/docs/docs/documentation/installing-and-configuring/index.html +25 -0
- solace_agent_mesh-1.6.3/assets/docs/docs/documentation/installing-and-configuring/installation/index.html +76 -0
- solace_agent_mesh-1.6.3/assets/docs/docs/documentation/installing-and-configuring/large_language_models/index.html +160 -0
- solace_agent_mesh-1.6.3/assets/docs/docs/documentation/installing-and-configuring/run-project/index.html +142 -0
- solace_agent_mesh-1.6.3/assets/docs/docs/documentation/migrations/a2a-upgrade/a2a-gateway-upgrade-to-0.3.0/index.html +100 -0
- solace_agent_mesh-1.6.3/assets/docs/docs/documentation/migrations/a2a-upgrade/a2a-technical-migration-map/index.html +52 -0
- solace_agent_mesh-1.6.3/assets/docs/lunr-index-1761744199445.json +1 -0
- solace_agent_mesh-1.6.3/assets/docs/lunr-index.json +1 -0
- solace_agent_mesh-1.6.3/assets/docs/search-doc-1761744199445.json +1 -0
- solace_agent_mesh-1.6.3/assets/docs/search-doc.json +1 -0
- solace_agent_mesh-1.6.3/assets/docs/sitemap.xml +1 -0
- solace_agent_mesh-1.6.3/cli/__init__.py +1 -0
- solace_agent_mesh-1.6.3/client/webui/frontend/package-lock.json +9674 -0
- solace_agent_mesh-1.6.3/client/webui/frontend/package.json +136 -0
- solace_agent_mesh-1.6.3/client/webui/frontend/src/lib/components/activities/VisualizerStepCard.tsx +271 -0
- solace_agent_mesh-1.6.3/client/webui/frontend/src/lib/components/chat/ChatMessage.tsx +240 -0
- solace_agent_mesh-1.6.3/client/webui/frontend/src/lib/components/chat/authentication/AuthenticationMessage.tsx +59 -0
- solace_agent_mesh-1.6.3/client/webui/frontend/src/lib/components/common/MessageBanner.tsx +66 -0
- solace_agent_mesh-1.6.3/client/webui/frontend/src/lib/components/common/index.ts +4 -0
- solace_agent_mesh-1.6.3/client/webui/frontend/src/lib/components/common/messageColourVariants.ts +6 -0
- solace_agent_mesh-1.6.3/client/webui/frontend/src/lib/components/ui/button.tsx +63 -0
- solace_agent_mesh-1.6.3/client/webui/frontend/src/lib/components/ui/menu.tsx +93 -0
- solace_agent_mesh-1.6.3/client/webui/frontend/src/lib/providers/ChatProvider.tsx +1496 -0
- solace_agent_mesh-1.6.3/client/webui/frontend/src/lib/types/fe.ts +205 -0
- solace_agent_mesh-1.6.3/client/webui/frontend/src/stories/Button.stories.tsx +87 -0
- solace_agent_mesh-1.6.3/client/webui/frontend/src/stories/Menu.stories.tsx +47 -0
- solace_agent_mesh-1.6.3/client/webui/frontend/src/stories/MessageBanner.stories.tsx +101 -0
- solace_agent_mesh-1.6.3/docs/.docusaurus/client-manifest.json +1297 -0
- solace_agent_mesh-1.6.3/docs/.docusaurus/docusaurus-plugin-content-docs/default/p/solace-agent-mesh-docs-bfb.json +1 -0
- solace_agent_mesh-1.6.3/docs/.docusaurus/docusaurus-plugin-content-docs/default/site-docs-documentation-deploying-debugging-md-631.json +28 -0
- solace_agent_mesh-1.6.3/docs/.docusaurus/docusaurus-plugin-content-docs/default/site-docs-documentation-deploying-logging-md-66d.json +28 -0
- solace_agent_mesh-1.6.3/docs/.docusaurus/docusaurus-plugin-content-docs/default/site-docs-documentation-migrations-a-2-a-upgrade-a-2-a-gateway-upgrade-to-0-3-0-md-240.json +28 -0
- solace_agent_mesh-1.6.3/docs/.docusaurus/docusaurus.config.mjs +416 -0
- solace_agent_mesh-1.6.3/docs/.docusaurus/globalData.json +276 -0
- solace_agent_mesh-1.6.3/docs/.docusaurus/registry.js +55 -0
- solace_agent_mesh-1.6.3/docs/.docusaurus/routes.js +315 -0
- solace_agent_mesh-1.6.3/docs/.docusaurus/routesChunkNames.json +207 -0
- solace_agent_mesh-1.6.3/docs/docs/documentation/deploying/debugging.md +181 -0
- solace_agent_mesh-1.6.3/docs/docs/documentation/deploying/logging.md +201 -0
- solace_agent_mesh-1.6.3/docs/docs/documentation/deploying/observability.md +107 -0
- solace_agent_mesh-1.6.3/docs/docs/documentation/enterprise/rbac-setup-guide.md +560 -0
- solace_agent_mesh-1.6.3/docs/docs/documentation/installing-and-configuring/configurations.md +208 -0
- solace_agent_mesh-1.6.3/examples/gateways/webui_gateway_example.yaml +91 -0
- solace_agent_mesh-1.6.3/preset/agents/basic/webui.yaml +59 -0
- solace_agent_mesh-1.6.3/preset/logging_config.ini +45 -0
- solace_agent_mesh-1.6.3/pyproject.toml +210 -0
- solace_agent_mesh-1.6.3/src/solace_agent_mesh/agent/adk/app_llm_agent.py +52 -0
- solace_agent_mesh-1.6.3/src/solace_agent_mesh/agent/adk/artifacts/filesystem_artifact_service.py +381 -0
- solace_agent_mesh-1.6.3/src/solace_agent_mesh/agent/adk/embed_resolving_mcp_toolset.py +404 -0
- solace_agent_mesh-1.6.3/src/solace_agent_mesh/agent/adk/models/lite_llm.py +993 -0
- solace_agent_mesh-1.6.3/src/solace_agent_mesh/agent/adk/runner.py +381 -0
- solace_agent_mesh-1.6.3/src/solace_agent_mesh/agent/adk/services.py +428 -0
- solace_agent_mesh-1.6.3/src/solace_agent_mesh/agent/adk/setup.py +1193 -0
- solace_agent_mesh-1.6.3/src/solace_agent_mesh/agent/protocol/event_handlers.py +1925 -0
- solace_agent_mesh-1.6.3/src/solace_agent_mesh/agent/proxies/a2a/app.py +56 -0
- solace_agent_mesh-1.6.3/src/solace_agent_mesh/agent/proxies/base/app.py +100 -0
- solace_agent_mesh-1.6.3/src/solace_agent_mesh/agent/sac/app.py +553 -0
- solace_agent_mesh-1.6.3/src/solace_agent_mesh/agent/sac/component.py +3541 -0
- solace_agent_mesh-1.6.3/src/solace_agent_mesh/agent/sac/task_execution_context.py +335 -0
- solace_agent_mesh-1.6.3/src/solace_agent_mesh/agent/tools/tool_config_types.py +61 -0
- solace_agent_mesh-1.6.3/src/solace_agent_mesh/agent/utils/artifact_helpers.py +1251 -0
- solace_agent_mesh-1.6.3/src/solace_agent_mesh/common/a2a/events.py +213 -0
- solace_agent_mesh-1.6.3/src/solace_agent_mesh/common/sac/sam_component_base.py +658 -0
- solace_agent_mesh-1.6.3/src/solace_agent_mesh/common/utils/pydantic_utils.py +159 -0
- solace_agent_mesh-1.6.3/src/solace_agent_mesh/gateway/base/component.py +1405 -0
- solace_agent_mesh-1.6.3/src/solace_agent_mesh/gateway/http_sse/app.py +365 -0
- solace_agent_mesh-1.6.3/src/solace_agent_mesh/gateway/http_sse/component.py +2281 -0
- solace_agent_mesh-1.6.3/src/solace_agent_mesh/gateway/http_sse/dependencies.py +600 -0
- solace_agent_mesh-1.6.3/src/solace_agent_mesh/gateway/http_sse/main.py +765 -0
- solace_agent_mesh-1.6.3/src/solace_agent_mesh/gateway/http_sse/routers/agent_cards.py +43 -0
- solace_agent_mesh-1.6.3/src/solace_agent_mesh/gateway/http_sse/routers/auth.py +311 -0
- solace_agent_mesh-1.6.3/src/solace_agent_mesh/gateway/http_sse/routers/config.py +81 -0
- solace_agent_mesh-1.6.3/src/solace_agent_mesh/gateway/http_sse/routers/sessions.py +474 -0
- solace_agent_mesh-1.6.3/src/solace_agent_mesh/gateway/http_sse/routers/sse.py +149 -0
- solace_agent_mesh-1.6.3/src/solace_agent_mesh/gateway/http_sse/routers/tasks.py +450 -0
- solace_agent_mesh-1.6.3/src/solace_agent_mesh/gateway/http_sse/routers/visualization.py +1220 -0
- solace_agent_mesh-1.6.3/src/solace_agent_mesh/gateway/http_sse/services/session_service.py +361 -0
- solace_agent_mesh-1.6.3/src/solace_agent_mesh/gateway/http_sse/session_manager.py +219 -0
- solace_agent_mesh-1.6.3/src/solace_agent_mesh/gateway/http_sse/shared/exception_handlers.py +218 -0
- solace_agent_mesh-1.6.3/src/solace_agent_mesh/gateway/http_sse/sse_manager.py +380 -0
- solace_agent_mesh-1.6.3/templates/logging_config_template.ini +45 -0
- solace_agent_mesh-1.6.3/tests/unit/agent/adk/models/test_lite_llm_logging.py +48 -0
- solace_agent_mesh-1.6.3/tests/unit/agent/sac/test_agent_sac_config.py +95 -0
- solace_agent_mesh-1.6.3/tests/unit/common/utils/test_pydantic_utils.py +127 -0
- solace_agent_mesh-1.6.1/.hatch_data/.config/coverage/ZC3w42we/pyproject.toml +0 -248
- solace_agent_mesh-1.6.1/CONTRIBUTING.md +0 -100
- solace_agent_mesh-1.6.1/PKG-INFO +0 -486
- solace_agent_mesh-1.6.1/assets/client/webui/assets/authCallback-BTf6dqwp.js +0 -1
- solace_agent_mesh-1.6.1/assets/client/webui/assets/client-CaY59VuC.js +0 -25
- solace_agent_mesh-1.6.1/assets/client/webui/assets/main-B32noGmR.js +0 -342
- solace_agent_mesh-1.6.1/assets/client/webui/assets/main-DHJKSW1S.css +0 -1
- solace_agent_mesh-1.6.1/assets/client/webui/assets/vendor-BEmvJSYz.js +0 -405
- solace_agent_mesh-1.6.1/assets/client/webui/auth-callback.html +0 -15
- solace_agent_mesh-1.6.1/assets/client/webui/index.html +0 -16
- solace_agent_mesh-1.6.1/assets/docs/404.html +0 -16
- solace_agent_mesh-1.6.1/assets/docs/assets/js/240a0364.7eac6021.js +0 -1
- solace_agent_mesh-1.6.1/assets/docs/assets/js/631738c7.a8b1ef8b.js +0 -1
- solace_agent_mesh-1.6.1/assets/docs/assets/js/71da7b71.38583438.js +0 -1
- solace_agent_mesh-1.6.1/assets/docs/assets/js/94e8668d.b5ddb7a1.js +0 -1
- solace_agent_mesh-1.6.1/assets/docs/assets/js/e92d0134.cf6d6522.js +0 -1
- solace_agent_mesh-1.6.1/assets/docs/assets/js/f284c35a.42f59cdd.js +0 -1
- solace_agent_mesh-1.6.1/assets/docs/assets/js/main.a835128c.js +0 -2
- solace_agent_mesh-1.6.1/assets/docs/assets/js/runtime~main.e268214e.js +0 -1
- solace_agent_mesh-1.6.1/assets/docs/docs/documentation/components/agents/index.html +0 -154
- solace_agent_mesh-1.6.1/assets/docs/docs/documentation/components/builtin-tools/artifact-management/index.html +0 -99
- solace_agent_mesh-1.6.1/assets/docs/docs/documentation/components/builtin-tools/audio-tools/index.html +0 -90
- solace_agent_mesh-1.6.1/assets/docs/docs/documentation/components/builtin-tools/data-analysis-tools/index.html +0 -107
- solace_agent_mesh-1.6.1/assets/docs/docs/documentation/components/builtin-tools/embeds/index.html +0 -152
- solace_agent_mesh-1.6.1/assets/docs/docs/documentation/components/builtin-tools/index.html +0 -103
- solace_agent_mesh-1.6.1/assets/docs/docs/documentation/components/cli/index.html +0 -218
- solace_agent_mesh-1.6.1/assets/docs/docs/documentation/components/gateways/index.html +0 -91
- solace_agent_mesh-1.6.1/assets/docs/docs/documentation/components/index.html +0 -29
- solace_agent_mesh-1.6.1/assets/docs/docs/documentation/components/orchestrator/index.html +0 -55
- solace_agent_mesh-1.6.1/assets/docs/docs/documentation/components/plugins/index.html +0 -110
- solace_agent_mesh-1.6.1/assets/docs/docs/documentation/components/proxies/index.html +0 -262
- solace_agent_mesh-1.6.1/assets/docs/docs/documentation/deploying/debugging/index.html +0 -104
- solace_agent_mesh-1.6.1/assets/docs/docs/documentation/deploying/deployment-options/index.html +0 -85
- solace_agent_mesh-1.6.1/assets/docs/docs/documentation/deploying/index.html +0 -25
- solace_agent_mesh-1.6.1/assets/docs/docs/documentation/deploying/observability/index.html +0 -59
- solace_agent_mesh-1.6.1/assets/docs/docs/documentation/developing/create-agents/index.html +0 -144
- solace_agent_mesh-1.6.1/assets/docs/docs/documentation/developing/create-gateways/index.html +0 -200
- solace_agent_mesh-1.6.1/assets/docs/docs/documentation/developing/creating-python-tools/index.html +0 -128
- solace_agent_mesh-1.6.1/assets/docs/docs/documentation/developing/creating-service-providers/index.html +0 -54
- solace_agent_mesh-1.6.1/assets/docs/docs/documentation/developing/evaluations/index.html +0 -135
- solace_agent_mesh-1.6.1/assets/docs/docs/documentation/developing/index.html +0 -34
- solace_agent_mesh-1.6.1/assets/docs/docs/documentation/developing/structure/index.html +0 -55
- solace_agent_mesh-1.6.1/assets/docs/docs/documentation/developing/tutorials/bedrock-agents/index.html +0 -267
- solace_agent_mesh-1.6.1/assets/docs/docs/documentation/developing/tutorials/custom-agent/index.html +0 -142
- solace_agent_mesh-1.6.1/assets/docs/docs/documentation/developing/tutorials/event-mesh-gateway/index.html +0 -116
- solace_agent_mesh-1.6.1/assets/docs/docs/documentation/developing/tutorials/mcp-integration/index.html +0 -83
- solace_agent_mesh-1.6.1/assets/docs/docs/documentation/developing/tutorials/mongodb-integration/index.html +0 -164
- solace_agent_mesh-1.6.1/assets/docs/docs/documentation/developing/tutorials/rag-integration/index.html +0 -140
- solace_agent_mesh-1.6.1/assets/docs/docs/documentation/developing/tutorials/rest-gateway/index.html +0 -57
- solace_agent_mesh-1.6.1/assets/docs/docs/documentation/developing/tutorials/slack-integration/index.html +0 -72
- solace_agent_mesh-1.6.1/assets/docs/docs/documentation/developing/tutorials/sql-database/index.html +0 -102
- solace_agent_mesh-1.6.1/assets/docs/docs/documentation/enterprise/index.html +0 -33
- solace_agent_mesh-1.6.1/assets/docs/docs/documentation/enterprise/installation/index.html +0 -83
- solace_agent_mesh-1.6.1/assets/docs/docs/documentation/enterprise/rbac-setup-guide/index.html +0 -222
- solace_agent_mesh-1.6.1/assets/docs/docs/documentation/enterprise/single-sign-on/index.html +0 -161
- solace_agent_mesh-1.6.1/assets/docs/docs/documentation/getting-started/architecture/index.html +0 -75
- solace_agent_mesh-1.6.1/assets/docs/docs/documentation/getting-started/index.html +0 -53
- solace_agent_mesh-1.6.1/assets/docs/docs/documentation/getting-started/introduction/index.html +0 -85
- solace_agent_mesh-1.6.1/assets/docs/docs/documentation/getting-started/try-agent-mesh/index.html +0 -41
- solace_agent_mesh-1.6.1/assets/docs/docs/documentation/installing-and-configuring/configurations/index.html +0 -81
- solace_agent_mesh-1.6.1/assets/docs/docs/documentation/installing-and-configuring/index.html +0 -25
- solace_agent_mesh-1.6.1/assets/docs/docs/documentation/installing-and-configuring/installation/index.html +0 -76
- solace_agent_mesh-1.6.1/assets/docs/docs/documentation/installing-and-configuring/large_language_models/index.html +0 -160
- solace_agent_mesh-1.6.1/assets/docs/docs/documentation/installing-and-configuring/run-project/index.html +0 -142
- solace_agent_mesh-1.6.1/assets/docs/docs/documentation/migrations/a2a-upgrade/a2a-gateway-upgrade-to-0.3.0/index.html +0 -100
- solace_agent_mesh-1.6.1/assets/docs/docs/documentation/migrations/a2a-upgrade/a2a-technical-migration-map/index.html +0 -52
- solace_agent_mesh-1.6.1/assets/docs/lunr-index-1761248083802.json +0 -1
- solace_agent_mesh-1.6.1/assets/docs/lunr-index.json +0 -1
- solace_agent_mesh-1.6.1/assets/docs/search-doc-1761248083802.json +0 -1
- solace_agent_mesh-1.6.1/assets/docs/search-doc.json +0 -1
- solace_agent_mesh-1.6.1/assets/docs/sitemap.xml +0 -1
- solace_agent_mesh-1.6.1/cli/__init__.py +0 -1
- solace_agent_mesh-1.6.1/client/webui/frontend/package-lock.json +0 -9674
- solace_agent_mesh-1.6.1/client/webui/frontend/package.json +0 -136
- solace_agent_mesh-1.6.1/client/webui/frontend/src/lib/components/activities/VisualizerStepCard.tsx +0 -271
- solace_agent_mesh-1.6.1/client/webui/frontend/src/lib/components/chat/ChatMessage.tsx +0 -238
- solace_agent_mesh-1.6.1/client/webui/frontend/src/lib/components/common/MessageBanner.tsx +0 -52
- solace_agent_mesh-1.6.1/client/webui/frontend/src/lib/components/common/index.ts +0 -3
- solace_agent_mesh-1.6.1/client/webui/frontend/src/lib/components/ui/button.tsx +0 -63
- solace_agent_mesh-1.6.1/client/webui/frontend/src/lib/components/ui/menu.tsx +0 -91
- solace_agent_mesh-1.6.1/client/webui/frontend/src/lib/providers/ChatProvider.tsx +0 -1474
- solace_agent_mesh-1.6.1/client/webui/frontend/src/lib/types/fe.ts +0 -197
- solace_agent_mesh-1.6.1/client/webui/frontend/src/stories/MessageBanner.stories.tsx +0 -69
- solace_agent_mesh-1.6.1/docs/.docusaurus/client-manifest.json +0 -1285
- solace_agent_mesh-1.6.1/docs/.docusaurus/docusaurus-plugin-content-docs/default/p/solace-agent-mesh-docs-bfb.json +0 -1
- solace_agent_mesh-1.6.1/docs/.docusaurus/docusaurus-plugin-content-docs/default/site-docs-documentation-deploying-debugging-md-631.json +0 -28
- solace_agent_mesh-1.6.1/docs/.docusaurus/docusaurus-plugin-content-docs/default/site-docs-documentation-migrations-a-2-a-upgrade-a-2-a-gateway-upgrade-to-0-3-0-md-240.json +0 -28
- solace_agent_mesh-1.6.1/docs/.docusaurus/docusaurus.config.mjs +0 -416
- solace_agent_mesh-1.6.1/docs/.docusaurus/globalData.json +0 -271
- solace_agent_mesh-1.6.1/docs/.docusaurus/registry.js +0 -54
- solace_agent_mesh-1.6.1/docs/.docusaurus/routes.js +0 -309
- solace_agent_mesh-1.6.1/docs/.docusaurus/routesChunkNames.json +0 -203
- solace_agent_mesh-1.6.1/docs/docs/documentation/deploying/debugging.md +0 -233
- solace_agent_mesh-1.6.1/docs/docs/documentation/deploying/observability.md +0 -103
- solace_agent_mesh-1.6.1/docs/docs/documentation/enterprise/rbac-setup-guide.md +0 -574
- solace_agent_mesh-1.6.1/docs/docs/documentation/installing-and-configuring/configurations.md +0 -214
- solace_agent_mesh-1.6.1/examples/gateways/webui_gateway_example.yaml +0 -90
- solace_agent_mesh-1.6.1/preset/agents/basic/webui.yaml +0 -57
- solace_agent_mesh-1.6.1/preset/logging_config.ini +0 -45
- solace_agent_mesh-1.6.1/pyproject.toml +0 -210
- solace_agent_mesh-1.6.1/src/solace_agent_mesh/agent/adk/app_llm_agent.py +0 -26
- solace_agent_mesh-1.6.1/src/solace_agent_mesh/agent/adk/artifacts/filesystem_artifact_service.py +0 -381
- solace_agent_mesh-1.6.1/src/solace_agent_mesh/agent/adk/embed_resolving_mcp_toolset.py +0 -300
- solace_agent_mesh-1.6.1/src/solace_agent_mesh/agent/adk/models/lite_llm.py +0 -988
- solace_agent_mesh-1.6.1/src/solace_agent_mesh/agent/adk/runner.py +0 -383
- solace_agent_mesh-1.6.1/src/solace_agent_mesh/agent/adk/services.py +0 -392
- solace_agent_mesh-1.6.1/src/solace_agent_mesh/agent/adk/setup.py +0 -1165
- solace_agent_mesh-1.6.1/src/solace_agent_mesh/agent/protocol/event_handlers.py +0 -1804
- solace_agent_mesh-1.6.1/src/solace_agent_mesh/agent/proxies/a2a/app.py +0 -55
- solace_agent_mesh-1.6.1/src/solace_agent_mesh/agent/proxies/base/app.py +0 -99
- solace_agent_mesh-1.6.1/src/solace_agent_mesh/agent/sac/app.py +0 -512
- solace_agent_mesh-1.6.1/src/solace_agent_mesh/agent/sac/component.py +0 -3413
- solace_agent_mesh-1.6.1/src/solace_agent_mesh/agent/sac/task_execution_context.py +0 -304
- solace_agent_mesh-1.6.1/src/solace_agent_mesh/agent/tools/tool_config_types.py +0 -58
- solace_agent_mesh-1.6.1/src/solace_agent_mesh/agent/utils/artifact_helpers.py +0 -1251
- solace_agent_mesh-1.6.1/src/solace_agent_mesh/common/a2a/events.py +0 -212
- solace_agent_mesh-1.6.1/src/solace_agent_mesh/common/sac/sam_component_base.py +0 -652
- solace_agent_mesh-1.6.1/src/solace_agent_mesh/common/utils/pydantic_utils.py +0 -72
- solace_agent_mesh-1.6.1/src/solace_agent_mesh/gateway/base/component.py +0 -1401
- solace_agent_mesh-1.6.1/src/solace_agent_mesh/gateway/http_sse/app.py +0 -339
- solace_agent_mesh-1.6.1/src/solace_agent_mesh/gateway/http_sse/component.py +0 -2202
- solace_agent_mesh-1.6.1/src/solace_agent_mesh/gateway/http_sse/dependencies.py +0 -576
- solace_agent_mesh-1.6.1/src/solace_agent_mesh/gateway/http_sse/main.py +0 -741
- solace_agent_mesh-1.6.1/src/solace_agent_mesh/gateway/http_sse/routers/agent_cards.py +0 -43
- solace_agent_mesh-1.6.1/src/solace_agent_mesh/gateway/http_sse/routers/auth.py +0 -214
- solace_agent_mesh-1.6.1/src/solace_agent_mesh/gateway/http_sse/routers/config.py +0 -81
- solace_agent_mesh-1.6.1/src/solace_agent_mesh/gateway/http_sse/routers/sessions.py +0 -474
- solace_agent_mesh-1.6.1/src/solace_agent_mesh/gateway/http_sse/routers/sse.py +0 -139
- solace_agent_mesh-1.6.1/src/solace_agent_mesh/gateway/http_sse/routers/tasks.py +0 -450
- solace_agent_mesh-1.6.1/src/solace_agent_mesh/gateway/http_sse/routers/visualization.py +0 -1138
- solace_agent_mesh-1.6.1/src/solace_agent_mesh/gateway/http_sse/services/session_service.py +0 -361
- solace_agent_mesh-1.6.1/src/solace_agent_mesh/gateway/http_sse/session_manager.py +0 -219
- solace_agent_mesh-1.6.1/src/solace_agent_mesh/gateway/http_sse/shared/exception_handlers.py +0 -203
- solace_agent_mesh-1.6.1/src/solace_agent_mesh/gateway/http_sse/sse_manager.py +0 -371
- solace_agent_mesh-1.6.1/templates/logging_config_template.ini +0 -45
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/.dockerignore +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/.github/actions/push-docker/action.yml +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/.github/copilot-instructions.md +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/.github/helper_scripts/build_frontend.py +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/.github/workflows/changelog.yaml +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/.github/workflows/ci.yaml +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/.github/workflows/cleanup_ws.yaml +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/.github/workflows/gh_pages.yaml +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/.github/workflows/push-docker.yml +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/.github/workflows/release.yml +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/.github/workflows/ui-ci.yml +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/.github/workflows/ui-release.yml +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/.gitignore +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/.hooks/pre-commit +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/.versionrc.json +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/.vscode/launch.json +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/CODE_OF_CONDUCT.md +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/Dockerfile +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/LICENSE +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/README.md +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/assets/client/webui/assets/favicon-BLgzUch9.ico +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/assets/config_portal/client/Solace_community_logo.png +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/assets/config_portal/client/assets/_index-ByU1X1HD.js +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/assets/config_portal/client/assets/components-Rk0n-9cK.js +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/assets/config_portal/client/assets/entry.client-mvZjNKiz.js +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/assets/config_portal/client/assets/index-DzNKzXrc.js +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/assets/config_portal/client/assets/manifest-61038fc6.js +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/assets/config_portal/client/assets/root-BWvk5-gF.js +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/assets/config_portal/client/assets/root-DxRwaWiE.css +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/assets/config_portal/client/favicon.ico +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/assets/config_portal/client/index.html +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/assets/docs/assets/css/styles.906a1503.css +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/assets/docs/assets/images/Solace_AI_Framework_With_Broker-85f0a306a9bcdd20b390b7a949f6d862.png +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/assets/docs/assets/images/sam-enterprise-credentials-b269f095349473118b2b33bdfcc40122.png +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/assets/docs/assets/js/032c2d61.f3d37824.js +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/assets/docs/assets/js/0bcf40b7.c019ad46.js +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/assets/docs/assets/js/1001.0182a8bd.js +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/assets/docs/assets/js/1039.0bd46aa1.js +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/assets/docs/assets/js/149.b797a808.js +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/assets/docs/assets/js/15ba94aa.932dd2db.js +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/assets/docs/assets/js/165.6a39807d.js +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/assets/docs/assets/js/165.6a39807d.js.LICENSE.txt +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/assets/docs/assets/js/17896441.a5e82f9b.js +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/assets/docs/assets/js/17896441.a5e82f9b.js.LICENSE.txt +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/assets/docs/assets/js/2130.ab9fd314.js +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/assets/docs/assets/js/2131ec11.5c7a1f6e.js +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/assets/docs/assets/js/2237.5e477fc6.js +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/assets/docs/assets/js/2334.1cf50a20.js +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/assets/docs/assets/js/2e32b5e0.33f5d75b.js +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/assets/docs/assets/js/3219.adc1d663.js +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/assets/docs/assets/js/341393d4.0fac2613.js +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/assets/docs/assets/js/3624.0eaa1fd0.js +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/assets/docs/assets/js/375.708d48db.js +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/assets/docs/assets/js/3834.b6cd790e.js +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/assets/docs/assets/js/3a6c6137.f5940cfa.js +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/assets/docs/assets/js/3ac1795d.76654dd9.js +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/assets/docs/assets/js/3ff0015d.2be20244.js +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/assets/docs/assets/js/4250.95455b28.js +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/assets/docs/assets/js/4356.d169ab5b.js +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/assets/docs/assets/js/4458.518e66fa.js +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/assets/docs/assets/js/4488.c7cc3442.js +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/assets/docs/assets/js/4494.6ee23046.js +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/assets/docs/assets/js/4855.fc4444b6.js +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/assets/docs/assets/js/4866.22daefc0.js +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/assets/docs/assets/js/4950.ca4caeda.js +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/assets/docs/assets/js/509e993c.4c7a1a6d.js +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/assets/docs/assets/js/5388.7a136447.js +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/assets/docs/assets/js/547e15cc.2cbb060a.js +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/assets/docs/assets/js/55b7b518.f2b1d1ba.js +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/assets/docs/assets/js/5607.081356f8.js +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/assets/docs/assets/js/5864.b0d0e9de.js +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/assets/docs/assets/js/5c2bd65f.eda4bcb2.js +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/assets/docs/assets/js/5e95c892.558d5167.js +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/assets/docs/assets/js/6063ff4c.ef84f702.js +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/assets/docs/assets/js/6143.0a1464c9.js +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/assets/docs/assets/js/6395.e9c73649.js +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/assets/docs/assets/js/6796.51d2c9b7.js +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/assets/docs/assets/js/6976.379be23b.js +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/assets/docs/assets/js/6978.ee0b945c.js +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/assets/docs/assets/js/6a520c9d.ba015d81.js +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/assets/docs/assets/js/6ad8f0bd.f4b15f3b.js +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/assets/docs/assets/js/6d84eae0.4a5fbf39.js +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/assets/docs/assets/js/6fdfefc7.99de744e.js +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/assets/docs/assets/js/7040.cb436723.js +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/assets/docs/assets/js/7195.412f418a.js +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/assets/docs/assets/js/722f809d.965da774.js +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/assets/docs/assets/js/7280.3fb73bdb.js +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/assets/docs/assets/js/742f027b.46c07808.js +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/assets/docs/assets/js/77cf947d.48cb18a2.js +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/assets/docs/assets/js/7845.e33e7c4c.js +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/assets/docs/assets/js/7900.69516146.js +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/assets/docs/assets/js/8024126c.56e59919.js +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/assets/docs/assets/js/81a99df0.07034dd9.js +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/assets/docs/assets/js/82fbfb93.139a1a1f.js +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/assets/docs/assets/js/8356.8a379c04.js +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/assets/docs/assets/js/8567.4732c6b7.js +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/assets/docs/assets/js/8573.cb04eda5.js +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/assets/docs/assets/js/8577.1d54e766.js +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/assets/docs/assets/js/8591.5d015485.js +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/assets/docs/assets/js/8591.5d015485.js.LICENSE.txt +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/assets/docs/assets/js/8709.7ecd4047.js +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/assets/docs/assets/js/8731.6c1dbf0c.js +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/assets/docs/assets/js/8908.f9d1b506.js +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/assets/docs/assets/js/9157.b4093d07.js +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/assets/docs/assets/js/924ffdeb.8095e148.js +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/assets/docs/assets/js/9278.a4fd875d.js +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/assets/docs/assets/js/945fb41e.6f4cdffd.js +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/assets/docs/assets/js/9616.b75c2f6d.js +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/assets/docs/assets/js/9793.c6d16376.js +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/assets/docs/assets/js/9bb13469.dd1c9b54.js +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/assets/docs/assets/js/9e9d0a82.570c057b.js +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/assets/docs/assets/js/a7bd4aaa.2204d2f7.js +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/assets/docs/assets/js/a94703ab.0438dbc2.js +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/assets/docs/assets/js/ab9708a8.3e6dd091.js +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/assets/docs/assets/js/aba21aa0.c42a534c.js +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/assets/docs/assets/js/ad71b5ed.af3ecfd1.js +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/assets/docs/assets/js/c198a0dc.8f31f867.js +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/assets/docs/assets/js/c93cbaa0.eaff365e.js +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/assets/docs/assets/js/ceb2a7a6.5d92d7d0.js +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/assets/docs/assets/js/da0b5bad.d08a9466.js +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/assets/docs/assets/js/db924877.e98d12a1.js +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/assets/docs/assets/js/dd817ffc.0aa9630a.js +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/assets/docs/assets/js/dd81e2b8.d590bc9e.js +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/assets/docs/assets/js/de5f4c65.e8241890.js +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/assets/docs/assets/js/de915948.27d6b065.js +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/assets/docs/assets/js/e3d9abda.6b9493d0.js +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/assets/docs/assets/js/e6f9706b.e74a984d.js +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/assets/docs/assets/js/ff4d71f2.15b02f97.js +0 -0
- /solace_agent_mesh-1.6.1/assets/docs/assets/js/main.a835128c.js.LICENSE.txt โ /solace_agent_mesh-1.6.3/assets/docs/assets/js/main.aab34e5c.js.LICENSE.txt +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/assets/docs/img/Solace_AI_Framework_With_Broker.png +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/assets/docs/img/logo.png +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/assets/docs/img/sac-flows.png +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/assets/docs/img/sac_parts_of_a_component.png +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/assets/docs/img/sam-enterprise-credentials.png +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/assets/docs/img/solace-logo-text.svg +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/assets/docs/img/solace-logo.png +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/cli/commands/__init__.py +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/cli/commands/add_cmd/__init__.py +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/cli/commands/add_cmd/add_cmd_llm.txt +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/cli/commands/add_cmd/agent_cmd.py +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/cli/commands/add_cmd/gateway_cmd.py +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/cli/commands/add_cmd/web_add_agent_step.py +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/cli/commands/add_cmd/web_add_gateway_step.py +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/cli/commands/docs_cmd.py +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/cli/commands/eval_cmd.py +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/cli/commands/init_cmd/__init__.py +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/cli/commands/init_cmd/broker_step.py +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/cli/commands/init_cmd/database_step.py +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/cli/commands/init_cmd/directory_step.py +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/cli/commands/init_cmd/env_step.py +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/cli/commands/init_cmd/init_cmd_llm.txt +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/cli/commands/init_cmd/orchestrator_step.py +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/cli/commands/init_cmd/project_files_step.py +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/cli/commands/init_cmd/web_init_step.py +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/cli/commands/init_cmd/webui_gateway_step.py +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/cli/commands/plugin_cmd/__init__.py +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/cli/commands/plugin_cmd/add_cmd.py +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/cli/commands/plugin_cmd/build_cmd.py +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/cli/commands/plugin_cmd/catalog_cmd.py +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/cli/commands/plugin_cmd/create_cmd.py +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/cli/commands/plugin_cmd/install_cmd.py +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/cli/commands/plugin_cmd/official_registry.py +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/cli/commands/plugin_cmd/plugin_cmd_llm.txt +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/cli/commands/run_cmd.py +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/cli/main.py +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/cli/utils.py +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/client/sam-rest-client/README.md +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/client/sam-rest-client/pyproject.toml +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/client/sam-rest-client/src/sam_rest_client/__init__.py +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/client/sam-rest-client/src/sam_rest_client/cli.py +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/client/sam-rest-client/src/sam_rest_client/client.py +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/client/webui/frontend/.gitignore +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/client/webui/frontend/.npmignore +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/client/webui/frontend/.prettierrc +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/client/webui/frontend/.storybook/main.ts +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/client/webui/frontend/.storybook/preview.tsx +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/client/webui/frontend/README.md +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/client/webui/frontend/auth-callback.html +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/client/webui/frontend/components.json +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/client/webui/frontend/cypress/README.md +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/client/webui/frontend/cypress/e2e/agents-page.cy.ts +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/client/webui/frontend/cypress/e2e/chat-page.cy.ts +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/client/webui/frontend/cypress/support/commands.ts +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/client/webui/frontend/cypress/support/e2e.ts +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/client/webui/frontend/cypress/support/simple-session-commands.ts +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/client/webui/frontend/cypress/support/workflow-commands.ts +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/client/webui/frontend/cypress.config.js +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/client/webui/frontend/eslint.config.js +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/client/webui/frontend/frontend_llm.txt +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/client/webui/frontend/index.html +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/client/webui/frontend/src/App.css +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/client/webui/frontend/src/App.tsx +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/client/webui/frontend/src/assets/favicon.ico +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/client/webui/frontend/src/auth/authCallback.tsx +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/client/webui/frontend/src/auth/authCallbackLoader.tsx +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/client/webui/frontend/src/auth/auth_llm.txt +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/client/webui/frontend/src/lib/assets/illustrations/ErrorIllustration.tsx +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/client/webui/frontend/src/lib/assets/illustrations/NotFoundIllustration.tsx +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/client/webui/frontend/src/lib/assets/illustrations/index.ts +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/client/webui/frontend/src/lib/assets/index.ts +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/client/webui/frontend/src/lib/components/activities/FlowChart/FlowChart_llm.txt +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/client/webui/frontend/src/lib/components/activities/FlowChart/customEdges/GenericFlowEdge.tsx +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/client/webui/frontend/src/lib/components/activities/FlowChart/customEdges/customEdges_llm.txt +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/client/webui/frontend/src/lib/components/activities/FlowChart/customNodes/GenericAgentNode.tsx +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/client/webui/frontend/src/lib/components/activities/FlowChart/customNodes/GenericToolNode.tsx +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/client/webui/frontend/src/lib/components/activities/FlowChart/customNodes/LLMNode.tsx +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/client/webui/frontend/src/lib/components/activities/FlowChart/customNodes/OrchestratorAgentNode.tsx +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/client/webui/frontend/src/lib/components/activities/FlowChart/customNodes/UserNode.tsx +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/client/webui/frontend/src/lib/components/activities/FlowChart/customNodes/customNodes_llm.txt +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/client/webui/frontend/src/lib/components/activities/FlowChart/edgeAnimationService.ts +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/client/webui/frontend/src/lib/components/activities/FlowChart/taskToFlowData.helpers.ts +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/client/webui/frontend/src/lib/components/activities/FlowChart/taskToFlowData.ts +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/client/webui/frontend/src/lib/components/activities/FlowChartDetails.tsx +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/client/webui/frontend/src/lib/components/activities/FlowChartPanel.tsx +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/client/webui/frontend/src/lib/components/activities/activities_llm.txt +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/client/webui/frontend/src/lib/components/activities/index.ts +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/client/webui/frontend/src/lib/components/activities/taskVisualizerProcessor.ts +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/client/webui/frontend/src/lib/components/agents/AgentDisplayCard.tsx +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/client/webui/frontend/src/lib/components/agents/AgentMeshCards.tsx +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/client/webui/frontend/src/lib/components/agents/LayoutSelector.tsx +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/client/webui/frontend/src/lib/components/agents/agents_llm.txt +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/client/webui/frontend/src/lib/components/agents/index.ts +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/client/webui/frontend/src/lib/components/chat/ChatInputArea.tsx +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/client/webui/frontend/src/lib/components/chat/ChatSessionDeleteDialog.tsx +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/client/webui/frontend/src/lib/components/chat/ChatSessionDialog.tsx +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/client/webui/frontend/src/lib/components/chat/ChatSessions.tsx +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/client/webui/frontend/src/lib/components/chat/ChatSidePanel.tsx +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/client/webui/frontend/src/lib/components/chat/FeedbackModal.tsx +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/client/webui/frontend/src/lib/components/chat/LoadingMessageRow.tsx +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/client/webui/frontend/src/lib/components/chat/SessionList.tsx +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/client/webui/frontend/src/lib/components/chat/SessionSidePanel.tsx +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/client/webui/frontend/src/lib/components/chat/artifact/ArtifactCard.tsx +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/client/webui/frontend/src/lib/components/chat/artifact/ArtifactDeleteAllDialog.tsx +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/client/webui/frontend/src/lib/components/chat/artifact/ArtifactDeleteDialog.tsx +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/client/webui/frontend/src/lib/components/chat/artifact/ArtifactDetails.tsx +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/client/webui/frontend/src/lib/components/chat/artifact/ArtifactMorePopover.tsx +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/client/webui/frontend/src/lib/components/chat/artifact/ArtifactPanel.tsx +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/client/webui/frontend/src/lib/components/chat/artifact/ArtifactPreviewContent.tsx +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/client/webui/frontend/src/lib/components/chat/artifact/ArtifactPreviewDownload.tsx +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/client/webui/frontend/src/lib/components/chat/artifact/ArtifactSortPopover.tsx +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/client/webui/frontend/src/lib/components/chat/artifact/ArtifactVersionNavigation.tsx +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/client/webui/frontend/src/lib/components/chat/artifact/artifact_llm.txt +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/client/webui/frontend/src/lib/components/chat/chat_llm.txt +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/client/webui/frontend/src/lib/components/chat/file/FileBadge.tsx +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/client/webui/frontend/src/lib/components/chat/file/FileMessage.tsx +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/client/webui/frontend/src/lib/components/chat/file/fileUtils.tsx +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/client/webui/frontend/src/lib/components/chat/file/file_llm.txt +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/client/webui/frontend/src/lib/components/chat/index.ts +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/client/webui/frontend/src/lib/components/chat/preview/ContentRenderer.tsx +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/client/webui/frontend/src/lib/components/chat/preview/Renderers/AudioRenderer.tsx +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/client/webui/frontend/src/lib/components/chat/preview/Renderers/CsvRenderer.tsx +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/client/webui/frontend/src/lib/components/chat/preview/Renderers/HTMLRenderer.tsx +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/client/webui/frontend/src/lib/components/chat/preview/Renderers/ImageRenderer.tsx +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/client/webui/frontend/src/lib/components/chat/preview/Renderers/MarkdownRenderer.tsx +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/client/webui/frontend/src/lib/components/chat/preview/Renderers/MermaidRenderer.tsx +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/client/webui/frontend/src/lib/components/chat/preview/Renderers/Renderers_llm.txt +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/client/webui/frontend/src/lib/components/chat/preview/Renderers/StructuredDataRenderer.tsx +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/client/webui/frontend/src/lib/components/chat/preview/Renderers/TextRenderer.tsx +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/client/webui/frontend/src/lib/components/chat/preview/Renderers/index.ts +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/client/webui/frontend/src/lib/components/chat/preview/contentUtils.ts +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/client/webui/frontend/src/lib/components/chat/preview/previewUtils.ts +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/client/webui/frontend/src/lib/components/chat/preview/preview_llm.txt +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/client/webui/frontend/src/lib/components/common/EmptyState.tsx +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/client/webui/frontend/src/lib/components/common/MarkdownHTMLConverter.tsx +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/client/webui/frontend/src/lib/components/common/common_llm.txt +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/client/webui/frontend/src/lib/components/components_llm.txt +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/client/webui/frontend/src/lib/components/header/Header.tsx +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/client/webui/frontend/src/lib/components/header/header_llm.txt +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/client/webui/frontend/src/lib/components/header/index.ts +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/client/webui/frontend/src/lib/components/index.ts +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/client/webui/frontend/src/lib/components/jsonViewer/JSONViewer.tsx +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/client/webui/frontend/src/lib/components/jsonViewer/index.ts +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/client/webui/frontend/src/lib/components/jsonViewer/jsonViewer_llm.txt +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/client/webui/frontend/src/lib/components/navigation/NavigationButton.tsx +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/client/webui/frontend/src/lib/components/navigation/NavigationHeader.tsx +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/client/webui/frontend/src/lib/components/navigation/NavigationList.tsx +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/client/webui/frontend/src/lib/components/navigation/NavigationSidebar.tsx +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/client/webui/frontend/src/lib/components/navigation/ToggleThemeButton.tsx +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/client/webui/frontend/src/lib/components/navigation/index.ts +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/client/webui/frontend/src/lib/components/navigation/navigation.ts +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/client/webui/frontend/src/lib/components/navigation/navigation_llm.txt +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/client/webui/frontend/src/lib/components/pages/AgentMeshPage.tsx +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/client/webui/frontend/src/lib/components/pages/ChatPage.tsx +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/client/webui/frontend/src/lib/components/pages/index.ts +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/client/webui/frontend/src/lib/components/pages/pages_llm.txt +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/client/webui/frontend/src/lib/components/toast/Toast.tsx +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/client/webui/frontend/src/lib/components/toast/index.ts +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/client/webui/frontend/src/lib/components/toast/toast_llm.txt +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/client/webui/frontend/src/lib/components/ui/ViewWorkflowButton.tsx +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/client/webui/frontend/src/lib/components/ui/accordion.tsx +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/client/webui/frontend/src/lib/components/ui/alert.tsx +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/client/webui/frontend/src/lib/components/ui/avatar.tsx +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/client/webui/frontend/src/lib/components/ui/badge.tsx +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/client/webui/frontend/src/lib/components/ui/card.tsx +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/client/webui/frontend/src/lib/components/ui/chart.tsx +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/client/webui/frontend/src/lib/components/ui/chat/chat-bubble.tsx +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/client/webui/frontend/src/lib/components/ui/chat/chat-input.tsx +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/client/webui/frontend/src/lib/components/ui/chat/chat-message-list.tsx +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/client/webui/frontend/src/lib/components/ui/chat/chatStyles.ts +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/client/webui/frontend/src/lib/components/ui/chat/chat_llm.txt +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/client/webui/frontend/src/lib/components/ui/chat/hooks/hooks_llm.txt +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/client/webui/frontend/src/lib/components/ui/chat/hooks/useAutoScroll.tsx +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/client/webui/frontend/src/lib/components/ui/chat/message-loading.tsx +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/client/webui/frontend/src/lib/components/ui/dialog.tsx +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/client/webui/frontend/src/lib/components/ui/dropdown-menu.tsx +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/client/webui/frontend/src/lib/components/ui/hooks/index.ts +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/client/webui/frontend/src/lib/components/ui/hooks/useClickOutside.ts +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/client/webui/frontend/src/lib/components/ui/hooks/useEscapeKey.ts +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/client/webui/frontend/src/lib/components/ui/hooks/usePopoverPosition.ts +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/client/webui/frontend/src/lib/components/ui/hooks/useResizable.ts +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/client/webui/frontend/src/lib/components/ui/index.ts +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/client/webui/frontend/src/lib/components/ui/input.tsx +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/client/webui/frontend/src/lib/components/ui/pagination.tsx +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/client/webui/frontend/src/lib/components/ui/popover.tsx +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/client/webui/frontend/src/lib/components/ui/popoverManual.tsx +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/client/webui/frontend/src/lib/components/ui/resizable.tsx +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/client/webui/frontend/src/lib/components/ui/select.tsx +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/client/webui/frontend/src/lib/components/ui/separator.tsx +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/client/webui/frontend/src/lib/components/ui/sheet.tsx +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/client/webui/frontend/src/lib/components/ui/side-panel.tsx +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/client/webui/frontend/src/lib/components/ui/sidebar.tsx +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/client/webui/frontend/src/lib/components/ui/skeleton.tsx +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/client/webui/frontend/src/lib/components/ui/spinner.tsx +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/client/webui/frontend/src/lib/components/ui/table.tsx +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/client/webui/frontend/src/lib/components/ui/tabs.tsx +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/client/webui/frontend/src/lib/components/ui/textarea.tsx +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/client/webui/frontend/src/lib/components/ui/toast-container.tsx +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/client/webui/frontend/src/lib/components/ui/tooltip.tsx +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/client/webui/frontend/src/lib/components/ui/ui_llm.txt +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/client/webui/frontend/src/lib/contexts/AuthContext.ts +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/client/webui/frontend/src/lib/contexts/ChatContext.ts +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/client/webui/frontend/src/lib/contexts/ConfigContext.ts +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/client/webui/frontend/src/lib/contexts/CsrfContext.ts +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/client/webui/frontend/src/lib/contexts/TaskContext.ts +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/client/webui/frontend/src/lib/contexts/ThemeContext.ts +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/client/webui/frontend/src/lib/contexts/index.ts +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/client/webui/frontend/src/lib/hooks/index.ts +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/client/webui/frontend/src/lib/hooks/useAgentCards.ts +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/client/webui/frontend/src/lib/hooks/useAgentSelection.ts +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/client/webui/frontend/src/lib/hooks/useArtifacts.ts +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/client/webui/frontend/src/lib/hooks/useAuthContext.ts +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/client/webui/frontend/src/lib/hooks/useBeforeUnload.ts +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/client/webui/frontend/src/lib/hooks/useChatContext.ts +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/client/webui/frontend/src/lib/hooks/useConfigContext.ts +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/client/webui/frontend/src/lib/hooks/useCopy.ts +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/client/webui/frontend/src/lib/hooks/useCsrfContext.ts +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/client/webui/frontend/src/lib/hooks/useDebounce.ts +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/client/webui/frontend/src/lib/hooks/useDownload.ts +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/client/webui/frontend/src/lib/hooks/useDragAndDrop.ts +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/client/webui/frontend/src/lib/hooks/useMobile.ts +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/client/webui/frontend/src/lib/hooks/useTaskContext.ts +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/client/webui/frontend/src/lib/hooks/useThemeContext.ts +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/client/webui/frontend/src/lib/index.css +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/client/webui/frontend/src/lib/index.ts +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/client/webui/frontend/src/lib/lib_llm.txt +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/client/webui/frontend/src/lib/plugins/PluginRegistry.tsx +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/client/webui/frontend/src/lib/plugins/constants.ts +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/client/webui/frontend/src/lib/plugins/index.ts +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/client/webui/frontend/src/lib/plugins/plugins_llm.txt +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/client/webui/frontend/src/lib/providers/AuthProvider.tsx +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/client/webui/frontend/src/lib/providers/ConfigProvider.tsx +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/client/webui/frontend/src/lib/providers/CsrfProvider.tsx +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/client/webui/frontend/src/lib/providers/TaskProvider.tsx +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/client/webui/frontend/src/lib/providers/ThemeProvider.tsx +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/client/webui/frontend/src/lib/providers/index.ts +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/client/webui/frontend/src/lib/providers/providers_llm.txt +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/client/webui/frontend/src/lib/providers/themes/palettes/index.ts +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/client/webui/frontend/src/lib/providers/themes/palettes/solace.ts +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/client/webui/frontend/src/lib/providers/themes/palettes/themePalette.ts +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/client/webui/frontend/src/lib/providers/themes/themeMapping.ts +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/client/webui/frontend/src/lib/types/activities.ts +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/client/webui/frontend/src/lib/types/be.ts +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/client/webui/frontend/src/lib/types/index.ts +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/client/webui/frontend/src/lib/types/storage.ts +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/client/webui/frontend/src/lib/utils/api.ts +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/client/webui/frontend/src/lib/utils/cnTailwind.ts +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/client/webui/frontend/src/lib/utils/download.ts +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/client/webui/frontend/src/lib/utils/format.ts +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/client/webui/frontend/src/lib/utils/index.ts +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/client/webui/frontend/src/lib/utils/textPreprocessor.ts +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/client/webui/frontend/src/lib/utils/themeHtmlStyles.ts +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/client/webui/frontend/src/main.tsx +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/client/webui/frontend/src/src_llm.txt +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/client/webui/frontend/src/stories/AgentsPage.stories.tsx +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/client/webui/frontend/src/stories/ArtifactPanel.stories.tsx +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/client/webui/frontend/src/stories/ChatPage.stories.tsx +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/client/webui/frontend/src/stories/EmptyState.stories.tsx +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/client/webui/frontend/src/stories/decorators/withProviders.tsx +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/client/webui/frontend/src/stories/mocks/MockAuthProvider.tsx +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/client/webui/frontend/src/stories/mocks/MockChatProvider.tsx +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/client/webui/frontend/src/stories/mocks/MockConfigProvider.tsx +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/client/webui/frontend/src/stories/mocks/MockTaskProvider.tsx +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/client/webui/frontend/src/stories/mocks/StoryProvider.tsx +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/client/webui/frontend/src/stories/mocks/data.ts +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/client/webui/frontend/src/vite-env.d.ts +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/client/webui/frontend/tailwind.config.js +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/client/webui/frontend/tsconfig.app.json +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/client/webui/frontend/tsconfig.cypress.json +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/client/webui/frontend/tsconfig.json +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/client/webui/frontend/tsconfig.lib.json +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/client/webui/frontend/tsconfig.node.json +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/client/webui/frontend/vite.config.ts +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/client/webui/frontend/vite.lib.config.ts +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/client/webui/frontend/wss-unified-agent.config +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/client/webui/llm.txt +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/client/webui/llm_detail.txt +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/config_portal/__init__.py +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/config_portal/backend/__init__.py +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/config_portal/backend/common.py +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/config_portal/backend/plugin_catalog/__init__.py +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/config_portal/backend/plugin_catalog/constants.py +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/config_portal/backend/plugin_catalog/models.py +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/config_portal/backend/plugin_catalog/registry_manager.py +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/config_portal/backend/plugin_catalog/scraper.py +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/config_portal/backend/plugin_catalog_server.py +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/config_portal/backend/server.py +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/config_portal/frontend/.eslintrc.cjs +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/config_portal/frontend/.gitignore +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/config_portal/frontend/app/common/providerModels.ts +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/config_portal/frontend/app/components/AddAgentFlow.tsx +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/config_portal/frontend/app/components/AddGatewayFlow.tsx +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/config_portal/frontend/app/components/InitializationFlow.tsx +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/config_portal/frontend/app/components/PluginCatalogFlow/PluginCatalogFlow.tsx +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/config_portal/frontend/app/components/PluginCatalogFlow/components/AddRegistryModal.tsx +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/config_portal/frontend/app/components/PluginCatalogFlow/components/InstallPluginModal.tsx +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/config_portal/frontend/app/components/PluginCatalogFlow/components/PluginCard.tsx +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/config_portal/frontend/app/components/PluginCatalogFlow/components/ReadMoreModal.tsx +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/config_portal/frontend/app/components/PluginCatalogFlow/types.ts +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/config_portal/frontend/app/components/StepIndicator.tsx +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/config_portal/frontend/app/components/steps/InitSuccessScreen/DocResourceCard.tsx +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/config_portal/frontend/app/components/steps/InitSuccessScreen/SuccessScreen.tsx +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/config_portal/frontend/app/components/steps/InitSuccessScreen/TutorialCard.tsx +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/config_portal/frontend/app/components/steps/agent/AgentBasicInfoStep.tsx +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/config_portal/frontend/app/components/steps/agent/AgentCardStep.tsx +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/config_portal/frontend/app/components/steps/agent/AgentFeaturesStep.tsx +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/config_portal/frontend/app/components/steps/agent/AgentServicesStep.tsx +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/config_portal/frontend/app/components/steps/agent/AgentToolsStep.tsx +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/config_portal/frontend/app/components/steps/gateway/GatewayArtifactServiceStep.tsx +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/config_portal/frontend/app/components/steps/gateway/GatewayBasicInfoStep.tsx +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/config_portal/frontend/app/components/steps/gateway/GatewayResponseCustomizationStep.tsx +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/config_portal/frontend/app/components/steps/gateway/GatewayReviewStep.tsx +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/config_portal/frontend/app/components/steps/init/AIProviderSetup.tsx +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/config_portal/frontend/app/components/steps/init/BrokerSetup.tsx +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/config_portal/frontend/app/components/steps/init/CompletionStep.tsx +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/config_portal/frontend/app/components/steps/init/DatabaseSetup.tsx +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/config_portal/frontend/app/components/steps/init/OrchestratorSetup.tsx +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/config_portal/frontend/app/components/steps/init/PathSelectionStep.tsx +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/config_portal/frontend/app/components/steps/init/ProjectSetup.tsx +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/config_portal/frontend/app/components/steps/init/WebUIGatewaySetup.tsx +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/config_portal/frontend/app/components/steps/init/types.ts +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/config_portal/frontend/app/components/ui/AutocompleteInput.tsx +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/config_portal/frontend/app/components/ui/Button.tsx +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/config_portal/frontend/app/components/ui/Checkbox.tsx +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/config_portal/frontend/app/components/ui/ChipInput.tsx +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/config_portal/frontend/app/components/ui/ConfirmationModal.tsx +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/config_portal/frontend/app/components/ui/FormField.tsx +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/config_portal/frontend/app/components/ui/InfoBoxes.tsx +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/config_portal/frontend/app/components/ui/Input.tsx +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/config_portal/frontend/app/components/ui/Modal.tsx +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/config_portal/frontend/app/components/ui/Select.tsx +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/config_portal/frontend/app/components/ui/Toggle.tsx +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/config_portal/frontend/app/entry.client.tsx +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/config_portal/frontend/app/root.tsx +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/config_portal/frontend/app/routes/_index.tsx +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/config_portal/frontend/app/tailwind.css +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/config_portal/frontend/package-lock.json +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/config_portal/frontend/package.json +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/config_portal/frontend/postcss.config.js +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/config_portal/frontend/public/Solace_community_logo.png +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/config_portal/frontend/public/favicon.ico +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/config_portal/frontend/tailwind.config.ts +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/config_portal/frontend/tsconfig.json +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/config_portal/frontend/vite.config.ts +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/docs/.docusaurus/DONT-EDIT-THIS-FOLDER +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/docs/.docusaurus/client-modules.js +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/docs/.docusaurus/codeTranslations.json +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/docs/.docusaurus/docusaurus-lunr-search/default/__plugin.json +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/docs/.docusaurus/docusaurus-plugin-content-blog/default/__plugin.json +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/docs/.docusaurus/docusaurus-plugin-content-blog/default/blog-post-list-prop-default.json +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/docs/.docusaurus/docusaurus-plugin-content-blog/default/blogMetadata-default.json +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/docs/.docusaurus/docusaurus-plugin-content-docs/default/__mdx-loader-dependency.json +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/docs/.docusaurus/docusaurus-plugin-content-docs/default/__plugin.json +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/docs/.docusaurus/docusaurus-plugin-content-docs/default/site-docs-documentation-components-agents-md-9e9.json +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/docs/.docusaurus/docusaurus-plugin-content-docs/default/site-docs-documentation-components-builtin-tools-artifact-management-md-032.json +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/docs/.docusaurus/docusaurus-plugin-content-docs/default/site-docs-documentation-components-builtin-tools-audio-tools-md-2e3.json +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/docs/.docusaurus/docusaurus-plugin-content-docs/default/site-docs-documentation-components-builtin-tools-builtin-tools-md-81a.json +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/docs/.docusaurus/docusaurus-plugin-content-docs/default/site-docs-documentation-components-builtin-tools-data-analysis-tools-md-509.json +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/docs/.docusaurus/docusaurus-plugin-content-docs/default/site-docs-documentation-components-builtin-tools-embeds-md-3ac.json +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/docs/.docusaurus/docusaurus-plugin-content-docs/default/site-docs-documentation-components-cli-md-3ff.json +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/docs/.docusaurus/docusaurus-plugin-content-docs/default/site-docs-documentation-components-components-md-3a6.json +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/docs/.docusaurus/docusaurus-plugin-content-docs/default/site-docs-documentation-components-gateways-md-e6f.json +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/docs/.docusaurus/docusaurus-plugin-content-docs/default/site-docs-documentation-components-orchestrator-md-77c.json +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/docs/.docusaurus/docusaurus-plugin-content-docs/default/site-docs-documentation-components-plugins-md-547.json +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/docs/.docusaurus/docusaurus-plugin-content-docs/default/site-docs-documentation-components-proxies-md-924.json +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/docs/.docusaurus/docusaurus-plugin-content-docs/default/site-docs-documentation-deploying-deploying-md-82f.json +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/docs/.docusaurus/docusaurus-plugin-content-docs/default/site-docs-documentation-deploying-deployment-options-md-5c2.json +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/docs/.docusaurus/docusaurus-plugin-content-docs/default/site-docs-documentation-deploying-observability-md-e92.json +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/docs/.docusaurus/docusaurus-plugin-content-docs/default/site-docs-documentation-developing-create-agents-md-dd8.json +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/docs/.docusaurus/docusaurus-plugin-content-docs/default/site-docs-documentation-developing-create-gateways-md-da0.json +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/docs/.docusaurus/docusaurus-plugin-content-docs/default/site-docs-documentation-developing-creating-python-tools-md-802.json +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/docs/.docusaurus/docusaurus-plugin-content-docs/default/site-docs-documentation-developing-creating-service-providers-md-db9.json +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/docs/.docusaurus/docusaurus-plugin-content-docs/default/site-docs-documentation-developing-developing-md-ff4.json +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/docs/.docusaurus/docusaurus-plugin-content-docs/default/site-docs-documentation-developing-evaluations-md-ceb.json +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/docs/.docusaurus/docusaurus-plugin-content-docs/default/site-docs-documentation-developing-structure-md-6fd.json +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/docs/.docusaurus/docusaurus-plugin-content-docs/default/site-docs-documentation-developing-tutorials-bedrock-agents-md-c19.json +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/docs/.docusaurus/docusaurus-plugin-content-docs/default/site-docs-documentation-developing-tutorials-custom-agent-md-6ad.json +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/docs/.docusaurus/docusaurus-plugin-content-docs/default/site-docs-documentation-developing-tutorials-event-mesh-gateway-md-ad7.json +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/docs/.docusaurus/docusaurus-plugin-content-docs/default/site-docs-documentation-developing-tutorials-mcp-integration-md-9bb.json +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/docs/.docusaurus/docusaurus-plugin-content-docs/default/site-docs-documentation-developing-tutorials-mongodb-integration-md-0bc.json +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/docs/.docusaurus/docusaurus-plugin-content-docs/default/site-docs-documentation-developing-tutorials-rag-integration-md-c93.json +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/docs/.docusaurus/docusaurus-plugin-content-docs/default/site-docs-documentation-developing-tutorials-rest-gateway-md-606.json +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/docs/.docusaurus/docusaurus-plugin-content-docs/default/site-docs-documentation-developing-tutorials-slack-integration-md-722.json +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/docs/.docusaurus/docusaurus-plugin-content-docs/default/site-docs-documentation-developing-tutorials-sql-database-md-de5.json +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/docs/.docusaurus/docusaurus-plugin-content-docs/default/site-docs-documentation-enterprise-enterprise-md-dd8.json +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/docs/.docusaurus/docusaurus-plugin-content-docs/default/site-docs-documentation-enterprise-installation-md-e3d.json +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/docs/.docusaurus/docusaurus-plugin-content-docs/default/site-docs-documentation-enterprise-rbac-setup-guide-md-94e.json +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/docs/.docusaurus/docusaurus-plugin-content-docs/default/site-docs-documentation-enterprise-single-sign-on-md-6a5.json +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/docs/.docusaurus/docusaurus-plugin-content-docs/default/site-docs-documentation-getting-started-architecture-md-15b.json +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/docs/.docusaurus/docusaurus-plugin-content-docs/default/site-docs-documentation-getting-started-getting-started-md-ab9.json +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/docs/.docusaurus/docusaurus-plugin-content-docs/default/site-docs-documentation-getting-started-introduction-md-945.json +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/docs/.docusaurus/docusaurus-plugin-content-docs/default/site-docs-documentation-getting-started-try-agent-mesh-md-742.json +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/docs/.docusaurus/docusaurus-plugin-content-docs/default/site-docs-documentation-installing-and-configuring-configurations-md-71d.json +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/docs/.docusaurus/docusaurus-plugin-content-docs/default/site-docs-documentation-installing-and-configuring-installation-md-55b.json +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/docs/.docusaurus/docusaurus-plugin-content-docs/default/site-docs-documentation-installing-and-configuring-installing-and-configuring-md-6d8.json +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/docs/.docusaurus/docusaurus-plugin-content-docs/default/site-docs-documentation-installing-and-configuring-large-language-models-md-de9.json +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/docs/.docusaurus/docusaurus-plugin-content-docs/default/site-docs-documentation-installing-and-configuring-run-project-md-213.json +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/docs/.docusaurus/docusaurus-plugin-content-docs/default/site-docs-documentation-migrations-a-2-a-upgrade-a-2-a-technical-migration-map-md-341.json +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/docs/.docusaurus/docusaurus-plugin-content-pages/default/__plugin.json +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/docs/.docusaurus/i18n.json +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/docs/.docusaurus/lunr.client.js +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/docs/.docusaurus/site-metadata.json +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/docs/.docusaurus/site-storage.json +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/docs/.gitignore +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/docs/README.md +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/docs/docs/documentation/components/_category_.json +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/docs/docs/documentation/components/agents.md +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/docs/docs/documentation/components/builtin-tools/_category_.json +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/docs/docs/documentation/components/builtin-tools/artifact-management.md +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/docs/docs/documentation/components/builtin-tools/audio-tools.md +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/docs/docs/documentation/components/builtin-tools/builtin-tools.md +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/docs/docs/documentation/components/builtin-tools/data-analysis-tools.md +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/docs/docs/documentation/components/builtin-tools/embeds.md +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/docs/docs/documentation/components/cli.md +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/docs/docs/documentation/components/components.md +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/docs/docs/documentation/components/gateways.md +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/docs/docs/documentation/components/orchestrator.md +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/docs/docs/documentation/components/plugins.md +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/docs/docs/documentation/components/proxies.md +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/docs/docs/documentation/deploying/_category_.json +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/docs/docs/documentation/deploying/deploying.md +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/docs/docs/documentation/deploying/deployment-options.md +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/docs/docs/documentation/developing/_category_.json +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/docs/docs/documentation/developing/create-agents.md +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/docs/docs/documentation/developing/create-gateways.md +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/docs/docs/documentation/developing/creating-python-tools.md +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/docs/docs/documentation/developing/creating-service-providers.md +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/docs/docs/documentation/developing/developing.md +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/docs/docs/documentation/developing/evaluations.md +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/docs/docs/documentation/developing/structure.md +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/docs/docs/documentation/developing/tutorials/_category_.json +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/docs/docs/documentation/developing/tutorials/bedrock-agents.md +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/docs/docs/documentation/developing/tutorials/custom-agent.md +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/docs/docs/documentation/developing/tutorials/event-mesh-gateway.md +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/docs/docs/documentation/developing/tutorials/mcp-integration.md +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/docs/docs/documentation/developing/tutorials/mongodb-integration.md +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/docs/docs/documentation/developing/tutorials/rag-integration.md +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/docs/docs/documentation/developing/tutorials/rest-gateway.md +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/docs/docs/documentation/developing/tutorials/slack-integration.md +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/docs/docs/documentation/developing/tutorials/sql-database.md +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/docs/docs/documentation/enterprise/_category_.json +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/docs/docs/documentation/enterprise/enterprise.md +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/docs/docs/documentation/enterprise/installation.md +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/docs/docs/documentation/enterprise/single-sign-on.md +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/docs/docs/documentation/getting-started/_category_.json +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/docs/docs/documentation/getting-started/architecture.md +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/docs/docs/documentation/getting-started/getting-started.md +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/docs/docs/documentation/getting-started/introduction.md +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/docs/docs/documentation/getting-started/try-agent-mesh.md +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/docs/docs/documentation/installing-and-configuring/_category_.json +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/docs/docs/documentation/installing-and-configuring/installation.md +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/docs/docs/documentation/installing-and-configuring/installing-and-configuring.md +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/docs/docs/documentation/installing-and-configuring/large_language_models.md +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/docs/docs/documentation/installing-and-configuring/run-project.md +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/docs/docs/documentation/migrations/_category_.json +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/docs/docs/documentation/migrations/a2a-upgrade/_category_.json +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/docs/docs/documentation/migrations/a2a-upgrade/a2a-gateway-upgrade-to-0.3.0.md +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/docs/docs/documentation/migrations/a2a-upgrade/a2a-technical-migration-map.md +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/docs/docusaurus.config.ts +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/docs/package-lock.json +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/docs/package.json +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/docs/sidebars.ts +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/docs/static/img/Solace_AI_Framework_With_Broker.png +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/docs/static/img/logo.png +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/docs/static/img/sac-flows.png +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/docs/static/img/sac_parts_of_a_component.png +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/docs/static/img/sam-enterprise-credentials.png +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/docs/static/img/solace-logo-text.svg +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/docs/static/img/solace-logo.png +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/docs/tsconfig.json +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/evaluation/__init__.py +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/evaluation/evaluator.py +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/evaluation/message_organizer.py +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/evaluation/report/benchmark_info.html +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/evaluation/report/chart_section.html +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/evaluation/report/detailed_breakdown.html +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/evaluation/report/modal.html +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/evaluation/report/modal_chart_functions.js +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/evaluation/report/modal_script.js +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/evaluation/report/modal_styles.css +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/evaluation/report/performance_metrics_styles.css +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/evaluation/report/templates/footer.html +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/evaluation/report/templates/header.html +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/evaluation/report_data_processor.py +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/evaluation/report_generator.py +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/evaluation/run.py +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/evaluation/shared/__init__.py +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/evaluation/shared/constants.py +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/evaluation/shared/exceptions.py +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/evaluation/shared/helpers.py +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/evaluation/shared/test_case_loader.py +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/evaluation/shared/test_suite_loader.py +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/evaluation/subscriber.py +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/evaluation/summary_builder.py +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/examples/a2a_proxy_example.yaml +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/examples/agents/a2a_agents_example.yaml +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/examples/agents/a2a_atlassian_sse_example.yaml +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/examples/agents/a2a_mcp_atlassian_docker_example.yaml +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/examples/agents/a2a_mcp_example.yaml +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/examples/agents/a2a_mcp_jira_sse_example.yaml +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/examples/agents/a2a_multimodal_example.yaml +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/examples/agents/orchestrator_example.yaml +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/examples/agents/s3_artifact_storage_example.yaml +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/examples/agents/test_agent_example.yaml +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/examples/gateways/event_mesh_gateway_example.yaml +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/examples/gateways/rest_gateway_example.yaml +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/examples/gateways/slack_gateway_example.yaml +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/examples/gateways/webhook_gateway_example.yaml +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/examples/sample_tools.py +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/examples/shared_config.yaml +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/preset/agents/basic/main_orchestrator.yaml +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/preset/agents/markitdown_agents.yaml +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/preset/agents/mermaid_agents.yaml +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/preset/agents/web_agents.yaml +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/preset/env-template +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/preset/shared_config.yaml +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/scripts/migrate_declarative_tests.py +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/scripts/sync_a2a_schema.py +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/src/llm.txt +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/src/llm_detail.txt +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/src/solace_agent_mesh/__init__.py +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/src/solace_agent_mesh/agent/__init__.py +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/src/solace_agent_mesh/agent/adk/__init__.py +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/src/solace_agent_mesh/agent/adk/adk_llm.txt +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/src/solace_agent_mesh/agent/adk/adk_llm_detail.txt +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/src/solace_agent_mesh/agent/adk/artifacts/__init__.py +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/src/solace_agent_mesh/agent/adk/artifacts/artifacts_llm.txt +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/src/solace_agent_mesh/agent/adk/artifacts/s3_artifact_service.py +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/src/solace_agent_mesh/agent/adk/callbacks.py +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/src/solace_agent_mesh/agent/adk/intelligent_mcp_callbacks.py +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/src/solace_agent_mesh/agent/adk/mcp_content_processor.py +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/src/solace_agent_mesh/agent/adk/models/models_llm.txt +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/src/solace_agent_mesh/agent/adk/models/oauth2_token_manager.py +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/src/solace_agent_mesh/agent/adk/stream_parser.py +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/src/solace_agent_mesh/agent/adk/tool_wrapper.py +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/src/solace_agent_mesh/agent/agent_llm.txt +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/src/solace_agent_mesh/agent/agent_llm_detail.txt +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/src/solace_agent_mesh/agent/protocol/__init__.py +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/src/solace_agent_mesh/agent/protocol/protocol_llm.txt +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/src/solace_agent_mesh/agent/protocol/protocol_llm_detail.txt +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/src/solace_agent_mesh/agent/proxies/__init__.py +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/src/solace_agent_mesh/agent/proxies/a2a/__init__.py +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/src/solace_agent_mesh/agent/proxies/a2a/component.py +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/src/solace_agent_mesh/agent/proxies/a2a/config.py +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/src/solace_agent_mesh/agent/proxies/a2a/oauth_token_cache.py +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/src/solace_agent_mesh/agent/proxies/base/__init__.py +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/src/solace_agent_mesh/agent/proxies/base/component.py +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/src/solace_agent_mesh/agent/proxies/base/config.py +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/src/solace_agent_mesh/agent/proxies/base/proxy_task_context.py +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/src/solace_agent_mesh/agent/sac/__init__.py +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/src/solace_agent_mesh/agent/sac/patch_adk.py +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/src/solace_agent_mesh/agent/sac/sac_llm.txt +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/src/solace_agent_mesh/agent/sac/sac_llm_detail.txt +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/src/solace_agent_mesh/agent/testing/__init__.py +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/src/solace_agent_mesh/agent/testing/debug_utils.py +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/src/solace_agent_mesh/agent/testing/testing_llm.txt +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/src/solace_agent_mesh/agent/testing/testing_llm_detail.txt +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/src/solace_agent_mesh/agent/tools/__init__.py +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/src/solace_agent_mesh/agent/tools/audio_tools.py +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/src/solace_agent_mesh/agent/tools/builtin_artifact_tools.py +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/src/solace_agent_mesh/agent/tools/builtin_data_analysis_tools.py +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/src/solace_agent_mesh/agent/tools/dynamic_tool.py +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/src/solace_agent_mesh/agent/tools/general_agent_tools.py +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/src/solace_agent_mesh/agent/tools/image_tools.py +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/src/solace_agent_mesh/agent/tools/peer_agent_tool.py +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/src/solace_agent_mesh/agent/tools/registry.py +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/src/solace_agent_mesh/agent/tools/test_tools.py +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/src/solace_agent_mesh/agent/tools/tool_definition.py +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/src/solace_agent_mesh/agent/tools/tools_llm.txt +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/src/solace_agent_mesh/agent/tools/tools_llm_detail.txt +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/src/solace_agent_mesh/agent/tools/web_tools.py +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/src/solace_agent_mesh/agent/utils/__init__.py +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/src/solace_agent_mesh/agent/utils/config_parser.py +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/src/solace_agent_mesh/agent/utils/context_helpers.py +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/src/solace_agent_mesh/agent/utils/utils_llm.txt +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/src/solace_agent_mesh/agent/utils/utils_llm_detail.txt +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/src/solace_agent_mesh/common/__init__.py +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/src/solace_agent_mesh/common/a2a/__init__.py +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/src/solace_agent_mesh/common/a2a/a2a_llm.txt +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/src/solace_agent_mesh/common/a2a/a2a_llm_detail.txt +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/src/solace_agent_mesh/common/a2a/artifact.py +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/src/solace_agent_mesh/common/a2a/message.py +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/src/solace_agent_mesh/common/a2a/protocol.py +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/src/solace_agent_mesh/common/a2a/task.py +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/src/solace_agent_mesh/common/a2a/translation.py +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/src/solace_agent_mesh/common/a2a/types.py +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/src/solace_agent_mesh/common/a2a_spec/a2a.json +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/src/solace_agent_mesh/common/a2a_spec/a2a_spec_llm.txt +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/src/solace_agent_mesh/common/a2a_spec/a2a_spec_llm_detail.txt +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/src/solace_agent_mesh/common/a2a_spec/schemas/agent_progress_update.json +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/src/solace_agent_mesh/common/a2a_spec/schemas/artifact_creation_progress.json +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/src/solace_agent_mesh/common/a2a_spec/schemas/llm_invocation.json +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/src/solace_agent_mesh/common/a2a_spec/schemas/schemas_llm.txt +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/src/solace_agent_mesh/common/a2a_spec/schemas/tool_invocation_start.json +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/src/solace_agent_mesh/common/a2a_spec/schemas/tool_result.json +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/src/solace_agent_mesh/common/agent_registry.py +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/src/solace_agent_mesh/common/common_llm.txt +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/src/solace_agent_mesh/common/common_llm_detail.txt +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/src/solace_agent_mesh/common/constants.py +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/src/solace_agent_mesh/common/data_parts.py +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/src/solace_agent_mesh/common/exceptions.py +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/src/solace_agent_mesh/common/middleware/__init__.py +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/src/solace_agent_mesh/common/middleware/config_resolver.py +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/src/solace_agent_mesh/common/middleware/middleware_llm.txt +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/src/solace_agent_mesh/common/middleware/middleware_llm_detail.txt +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/src/solace_agent_mesh/common/middleware/registry.py +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/src/solace_agent_mesh/common/sac/__init__.py +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/src/solace_agent_mesh/common/sac/sac_llm.txt +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/src/solace_agent_mesh/common/sac/sac_llm_detail.txt +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/src/solace_agent_mesh/common/sam_events/__init__.py +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/src/solace_agent_mesh/common/sam_events/event_service.py +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/src/solace_agent_mesh/common/sam_events/sam_events_llm.txt +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/src/solace_agent_mesh/common/sam_events/sam_events_llm_detail.txt +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/src/solace_agent_mesh/common/services/__init__.py +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/src/solace_agent_mesh/common/services/employee_service.py +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/src/solace_agent_mesh/common/services/identity_service.py +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/src/solace_agent_mesh/common/services/providers/__init__.py +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/src/solace_agent_mesh/common/services/providers/local_file_identity_service.py +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/src/solace_agent_mesh/common/services/providers/providers_llm.txt +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/src/solace_agent_mesh/common/services/services_llm.txt +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/src/solace_agent_mesh/common/services/services_llm_detail.txt +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/src/solace_agent_mesh/common/utils/__init__.py +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/src/solace_agent_mesh/common/utils/artifact_utils.py +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/src/solace_agent_mesh/common/utils/asyncio_macos_fix.py +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/src/solace_agent_mesh/common/utils/embeds/__init__.py +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/src/solace_agent_mesh/common/utils/embeds/constants.py +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/src/solace_agent_mesh/common/utils/embeds/converter.py +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/src/solace_agent_mesh/common/utils/embeds/embeds_llm.txt +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/src/solace_agent_mesh/common/utils/embeds/evaluators.py +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/src/solace_agent_mesh/common/utils/embeds/modifiers.py +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/src/solace_agent_mesh/common/utils/embeds/resolver.py +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/src/solace_agent_mesh/common/utils/embeds/types.py +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/src/solace_agent_mesh/common/utils/in_memory_cache.py +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/src/solace_agent_mesh/common/utils/initializer.py +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/src/solace_agent_mesh/common/utils/log_formatters.py +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/src/solace_agent_mesh/common/utils/message_utils.py +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/src/solace_agent_mesh/common/utils/mime_helpers.py +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/src/solace_agent_mesh/common/utils/push_notification_auth.py +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/src/solace_agent_mesh/common/utils/type_utils.py +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/src/solace_agent_mesh/common/utils/utils_llm.txt +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/src/solace_agent_mesh/common/utils/utils_llm_detail.txt +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/src/solace_agent_mesh/core_a2a/__init__.py +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/src/solace_agent_mesh/core_a2a/core_a2a_llm.txt +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/src/solace_agent_mesh/core_a2a/core_a2a_llm_detail.txt +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/src/solace_agent_mesh/core_a2a/service.py +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/src/solace_agent_mesh/gateway/__init__.py +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/src/solace_agent_mesh/gateway/base/__init__.py +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/src/solace_agent_mesh/gateway/base/app.py +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/src/solace_agent_mesh/gateway/base/base_llm.txt +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/src/solace_agent_mesh/gateway/base/base_llm_detail.txt +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/src/solace_agent_mesh/gateway/base/task_context.py +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/src/solace_agent_mesh/gateway/gateway_llm.txt +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/src/solace_agent_mesh/gateway/gateway_llm_detail.txt +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/src/solace_agent_mesh/gateway/http_sse/__init__.py +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/src/solace_agent_mesh/gateway/http_sse/alembic/alembic_llm.txt +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/src/solace_agent_mesh/gateway/http_sse/alembic/env.py +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/src/solace_agent_mesh/gateway/http_sse/alembic/script.py.mako +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/src/solace_agent_mesh/gateway/http_sse/alembic/versions/20250910_d5b3f8f2e9a0_create_initial_database.py +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/src/solace_agent_mesh/gateway/http_sse/alembic/versions/20250911_b1c2d3e4f5g6_add_database_indexes.py +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/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.6.1 โ solace_agent_mesh-1.6.3}/src/solace_agent_mesh/gateway/http_sse/alembic/versions/20251006_98882922fa59_add_tasks_events_feedback_chat_tasks.py +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/src/solace_agent_mesh/gateway/http_sse/alembic/versions/20251015_add_session_performance_indexes.py +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/src/solace_agent_mesh/gateway/http_sse/alembic/versions/versions_llm.txt +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/src/solace_agent_mesh/gateway/http_sse/alembic.ini +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/src/solace_agent_mesh/gateway/http_sse/components/__init__.py +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/src/solace_agent_mesh/gateway/http_sse/components/components_llm.txt +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/src/solace_agent_mesh/gateway/http_sse/components/task_logger_forwarder.py +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/src/solace_agent_mesh/gateway/http_sse/components/visualization_forwarder_component.py +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/src/solace_agent_mesh/gateway/http_sse/http_sse_llm.txt +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/src/solace_agent_mesh/gateway/http_sse/http_sse_llm_detail.txt +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/src/solace_agent_mesh/gateway/http_sse/repository/__init__.py +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/src/solace_agent_mesh/gateway/http_sse/repository/chat_task_repository.py +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/src/solace_agent_mesh/gateway/http_sse/repository/entities/__init__.py +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/src/solace_agent_mesh/gateway/http_sse/repository/entities/chat_task.py +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/src/solace_agent_mesh/gateway/http_sse/repository/entities/entities_llm.txt +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/src/solace_agent_mesh/gateway/http_sse/repository/entities/feedback.py +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/src/solace_agent_mesh/gateway/http_sse/repository/entities/session.py +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/src/solace_agent_mesh/gateway/http_sse/repository/entities/session_history.py +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/src/solace_agent_mesh/gateway/http_sse/repository/entities/task.py +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/src/solace_agent_mesh/gateway/http_sse/repository/entities/task_event.py +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/src/solace_agent_mesh/gateway/http_sse/repository/feedback_repository.py +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/src/solace_agent_mesh/gateway/http_sse/repository/interfaces.py +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/src/solace_agent_mesh/gateway/http_sse/repository/models/__init__.py +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/src/solace_agent_mesh/gateway/http_sse/repository/models/base.py +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/src/solace_agent_mesh/gateway/http_sse/repository/models/chat_task_model.py +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/src/solace_agent_mesh/gateway/http_sse/repository/models/feedback_model.py +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/src/solace_agent_mesh/gateway/http_sse/repository/models/models_llm.txt +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/src/solace_agent_mesh/gateway/http_sse/repository/models/session_model.py +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/src/solace_agent_mesh/gateway/http_sse/repository/models/task_event_model.py +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/src/solace_agent_mesh/gateway/http_sse/repository/models/task_model.py +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/src/solace_agent_mesh/gateway/http_sse/repository/repository_llm.txt +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/src/solace_agent_mesh/gateway/http_sse/repository/session_repository.py +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/src/solace_agent_mesh/gateway/http_sse/repository/task_repository.py +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/src/solace_agent_mesh/gateway/http_sse/routers/__init__.py +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/src/solace_agent_mesh/gateway/http_sse/routers/artifacts.py +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/src/solace_agent_mesh/gateway/http_sse/routers/dto/__init__.py +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/src/solace_agent_mesh/gateway/http_sse/routers/dto/dto_llm.txt +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/src/solace_agent_mesh/gateway/http_sse/routers/dto/requests/__init__.py +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/src/solace_agent_mesh/gateway/http_sse/routers/dto/requests/requests_llm.txt +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/src/solace_agent_mesh/gateway/http_sse/routers/dto/requests/session_requests.py +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/src/solace_agent_mesh/gateway/http_sse/routers/dto/requests/task_requests.py +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/src/solace_agent_mesh/gateway/http_sse/routers/dto/responses/__init__.py +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/src/solace_agent_mesh/gateway/http_sse/routers/dto/responses/base_responses.py +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/src/solace_agent_mesh/gateway/http_sse/routers/dto/responses/responses_llm.txt +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/src/solace_agent_mesh/gateway/http_sse/routers/dto/responses/session_responses.py +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/src/solace_agent_mesh/gateway/http_sse/routers/dto/responses/task_responses.py +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/src/solace_agent_mesh/gateway/http_sse/routers/feedback.py +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/src/solace_agent_mesh/gateway/http_sse/routers/people.py +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/src/solace_agent_mesh/gateway/http_sse/routers/routers_llm.txt +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/src/solace_agent_mesh/gateway/http_sse/routers/users.py +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/src/solace_agent_mesh/gateway/http_sse/services/__init__.py +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/src/solace_agent_mesh/gateway/http_sse/services/agent_card_service.py +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/src/solace_agent_mesh/gateway/http_sse/services/data_retention_service.py +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/src/solace_agent_mesh/gateway/http_sse/services/feedback_service.py +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/src/solace_agent_mesh/gateway/http_sse/services/people_service.py +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/src/solace_agent_mesh/gateway/http_sse/services/services_llm.txt +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/src/solace_agent_mesh/gateway/http_sse/services/task_logger_service.py +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/src/solace_agent_mesh/gateway/http_sse/services/task_service.py +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/src/solace_agent_mesh/gateway/http_sse/shared/__init__.py +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/src/solace_agent_mesh/gateway/http_sse/shared/auth_utils.py +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/src/solace_agent_mesh/gateway/http_sse/shared/base_repository.py +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/src/solace_agent_mesh/gateway/http_sse/shared/database_exceptions.py +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/src/solace_agent_mesh/gateway/http_sse/shared/database_helpers.py +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/src/solace_agent_mesh/gateway/http_sse/shared/enums.py +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/src/solace_agent_mesh/gateway/http_sse/shared/error_dto.py +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/src/solace_agent_mesh/gateway/http_sse/shared/exceptions.py +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/src/solace_agent_mesh/gateway/http_sse/shared/pagination.py +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/src/solace_agent_mesh/gateway/http_sse/shared/response_utils.py +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/src/solace_agent_mesh/gateway/http_sse/shared/shared_llm.txt +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/src/solace_agent_mesh/gateway/http_sse/shared/timestamp_utils.py +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/src/solace_agent_mesh/gateway/http_sse/shared/types.py +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/src/solace_agent_mesh/gateway/http_sse/shared/utils.py +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/src/solace_agent_mesh/gateway/http_sse/sse_event_buffer.py +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/src/solace_agent_mesh/gateway/http_sse/utils/__init__.py +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/src/solace_agent_mesh/gateway/http_sse/utils/stim_utils.py +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/src/solace_agent_mesh/gateway/http_sse/utils/utils_llm.txt +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/src/solace_agent_mesh/llm.txt +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/src/solace_agent_mesh/llm_detail.txt +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/src/solace_agent_mesh/solace_agent_mesh_llm.txt +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/src/solace_agent_mesh/solace_agent_mesh_llm_detail.txt +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/templates/agent_template.yaml +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/templates/eval_backend_template.yaml +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/templates/gateway_app_template.py +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/templates/gateway_component_template.py +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/templates/gateway_config_template.yaml +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/templates/main_orchestrator.yaml +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/templates/plugin_agent_config_template.yaml +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/templates/plugin_custom_config_template.yaml +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/templates/plugin_custom_template.py +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/templates/plugin_gateway_config_template.yaml +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/templates/plugin_pyproject_template.toml +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/templates/plugin_readme_template.md +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/templates/plugin_tools_template.py +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/templates/shared_config.yaml +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/templates/templates_llm.txt +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/templates/webui.yaml +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/tests/__init__.py +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/tests/agent/protocol/test_deployment_extension.py +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/tests/agent/sac/test_agent_component_deregistration.py +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/tests/common/test_agent_registry.py +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/tests/evaluation/local_example.json +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/tests/evaluation/remote_example.json +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/tests/evaluation/test_cases/artifacts/sample.csv +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/tests/evaluation/test_cases/artifacts/sample.html +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/tests/evaluation/test_cases/artifacts/sample.pdf +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/tests/evaluation/test_cases/artifacts/sample.txt +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/tests/evaluation/test_cases/convert_html_to_md.test.json +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/tests/evaluation/test_cases/convert_pdf_to_md.test.json +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/tests/evaluation/test_cases/create_diagram.test.json +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/tests/evaluation/test_cases/file_artifact.test.json +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/tests/evaluation/test_cases/filter_csv_employees_by_age_and_country.test.json +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/tests/evaluation/test_cases/generate_employee_csv.test.json +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/tests/evaluation/test_cases/generate_sales_report.test.json +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/tests/evaluation/test_cases/hello_world.test.json +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/tests/evaluation/test_cases/web_search_solace_summary.test.json +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/tests/gateway/http_sse/test_gateway_component_deregistration.py +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/tests/integration/__init__.py +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/tests/integration/agent/test_oauth_llm_integration.py +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/tests/integration/apis/README.md +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/tests/integration/apis/__init__.py +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/tests/integration/apis/conftest.py +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/tests/integration/apis/infrastructure/__init__.py +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/tests/integration/apis/infrastructure/database_inspector.py +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/tests/integration/apis/infrastructure/database_manager.py +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/tests/integration/apis/infrastructure/gateway_adapter.py +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/tests/integration/apis/persistence/__init__.py +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/tests/integration/apis/persistence/test_api_contract_validation.py +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/tests/integration/apis/persistence/test_authorization_security.py +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/tests/integration/apis/persistence/test_chat_tasks_api.py +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/tests/integration/apis/persistence/test_data_integrity.py +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/tests/integration/apis/persistence/test_data_retention.py +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/tests/integration/apis/persistence/test_data_validation.py +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/tests/integration/apis/persistence/test_end_to_end_workflows.py +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/tests/integration/apis/persistence/test_error_response_consistency.py +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/tests/integration/apis/persistence/test_functional_edge_cases.py +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/tests/integration/apis/persistence/test_generic_database_architecture.py +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/tests/integration/apis/persistence/test_multi_agent_isolation.py +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/tests/integration/apis/persistence/test_session_lifecycle.py +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/tests/integration/apis/persistence/test_task_authorization.py +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/tests/integration/apis/persistence/test_task_history_api.py +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/tests/integration/apis/persistence/test_task_history_integrity.py +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/tests/integration/apis/persistence/test_tasks_api.py +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/tests/integration/apis/test_feedback_api.py +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/tests/integration/apis/test_simple_framework.py +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/tests/integration/apis/utils/__init__.py +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/tests/integration/apis/utils/persistence_assertions.py +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/tests/integration/conftest.py +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/tests/integration/scenarios_declarative/__init__.py +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/tests/integration/scenarios_declarative/placeholder_utils.py +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/tests/integration/scenarios_declarative/test_data/__init__.py +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/tests/integration/scenarios_declarative/test_data/api/test_create_and_get_task.yaml +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/tests/integration/scenarios_declarative/test_data/api/test_get_empty_tasks.yaml +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/tests/integration/scenarios_declarative/test_data/api/test_get_task_as_stim.yaml +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/tests/integration/scenarios_declarative/test_data/api/test_pagination_tasks.yaml +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/tests/integration/scenarios_declarative/test_data/api/test_search_and_filter_tasks.yaml +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/tests/integration/scenarios_declarative/test_data/artifacts/test_filepart_by_reference.yaml +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/tests/integration/scenarios_declarative/test_data/artifacts/test_filepart_inline_bytes.yaml +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/tests/integration/scenarios_declarative/test_data/artifacts/test_inline_empty_file.yaml +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/tests/integration/scenarios_declarative/test_data/artifacts/test_inline_file_no_name.yaml +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/tests/integration/scenarios_declarative/test_data/artifacts/test_referenced_file_not_found.yaml +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/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.6.1 โ solace_agent_mesh-1.6.3}/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.6.1 โ solace_agent_mesh-1.6.3}/tests/integration/scenarios_declarative/test_data/builtin_artifact_tools/append_to_artifact/test_append_malformed_base64_chunk.yaml +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/tests/integration/scenarios_declarative/test_data/builtin_artifact_tools/append_to_artifact/test_append_multiple_chunks.yaml +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/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.6.1 โ solace_agent_mesh-1.6.3}/tests/integration/scenarios_declarative/test_data/builtin_artifact_tools/append_to_artifact/test_append_to_artifact.yaml +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/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.6.1 โ solace_agent_mesh-1.6.3}/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.6.1 โ solace_agent_mesh-1.6.3}/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.6.1 โ solace_agent_mesh-1.6.3}/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.6.1 โ solace_agent_mesh-1.6.3}/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.6.1 โ solace_agent_mesh-1.6.3}/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.6.1 โ solace_agent_mesh-1.6.3}/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.6.1 โ solace_agent_mesh-1.6.3}/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.6.1 โ solace_agent_mesh-1.6.3}/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.6.1 โ solace_agent_mesh-1.6.3}/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.6.1 โ solace_agent_mesh-1.6.3}/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.6.1 โ solace_agent_mesh-1.6.3}/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.6.1 โ solace_agent_mesh-1.6.3}/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.6.1 โ solace_agent_mesh-1.6.3}/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.6.1 โ solace_agent_mesh-1.6.3}/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.6.1 โ solace_agent_mesh-1.6.3}/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.6.1 โ solace_agent_mesh-1.6.3}/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.6.1 โ solace_agent_mesh-1.6.3}/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.6.1 โ solace_agent_mesh-1.6.3}/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.6.1 โ solace_agent_mesh-1.6.3}/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.6.1 โ solace_agent_mesh-1.6.3}/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.6.1 โ solace_agent_mesh-1.6.3}/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.6.1 โ solace_agent_mesh-1.6.3}/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.6.1 โ solace_agent_mesh-1.6.3}/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.6.1 โ solace_agent_mesh-1.6.3}/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.6.1 โ solace_agent_mesh-1.6.3}/tests/integration/scenarios_declarative/test_data/builtin_artifact_tools/list_artifacts/test_list_artifacts_empty.yaml +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/tests/integration/scenarios_declarative/test_data/builtin_artifact_tools/list_artifacts/test_list_artifacts_multiple_files_versions.yaml +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/tests/integration/scenarios_declarative/test_data/builtin_artifact_tools/list_artifacts/test_list_artifacts_single_file.yaml +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/tests/integration/scenarios_declarative/test_data/builtin_artifact_tools/load_artifact/test_load_artifact_binary_content.yaml +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/tests/integration/scenarios_declarative/test_data/builtin_artifact_tools/load_artifact/test_load_artifact_filename_embed_behavior.yaml +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/tests/integration/scenarios_declarative/test_data/builtin_artifact_tools/load_artifact/test_load_artifact_invalid_version_error.yaml +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/tests/integration/scenarios_declarative/test_data/builtin_artifact_tools/load_artifact/test_load_artifact_metadata_only.yaml +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/tests/integration/scenarios_declarative/test_data/builtin_artifact_tools/load_artifact/test_load_artifact_not_found_error.yaml +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/tests/integration/scenarios_declarative/test_data/builtin_artifact_tools/load_artifact/test_load_artifact_specific_versions.yaml +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/tests/integration/scenarios_declarative/test_data/builtin_artifact_tools/load_artifact/test_load_artifact_text_content.yaml +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/tests/integration/scenarios_declarative/test_data/builtin_artifact_tools/load_artifact/test_load_artifact_truncation.yaml +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/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.6.1 โ solace_agent_mesh-1.6.3}/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.6.1 โ solace_agent_mesh-1.6.3}/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.6.1 โ solace_agent_mesh-1.6.3}/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.6.1 โ solace_agent_mesh-1.6.3}/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.6.1 โ solace_agent_mesh-1.6.3}/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.6.1 โ solace_agent_mesh-1.6.3}/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.6.1 โ solace_agent_mesh-1.6.3}/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.6.1 โ solace_agent_mesh-1.6.3}/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.6.1 โ solace_agent_mesh-1.6.3}/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.6.1 โ solace_agent_mesh-1.6.3}/tests/integration/scenarios_declarative/test_data/core/test_auto_continue.yaml +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/tests/integration/scenarios_declarative/test_data/core/test_auto_continue_implicit_tool_call.yaml +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/tests/integration/scenarios_declarative/test_data/core/test_auto_continue_max_calls_limit.yaml +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/tests/integration/scenarios_declarative/test_data/core/test_auto_continue_multiple_truncations.yaml +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/tests/integration/scenarios_declarative/test_data/core/test_fenced_artifact_creation.yaml +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/tests/integration/scenarios_declarative/test_data/core/test_fenced_artifact_description_embed.yaml +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/tests/integration/scenarios_declarative/test_data/core/test_fenced_artifact_description_empty.yaml +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/tests/integration/scenarios_declarative/test_data/core/test_fenced_artifact_description_long.yaml +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/tests/integration/scenarios_declarative/test_data/core/test_fenced_artifact_description_missing.yaml +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/tests/integration/scenarios_declarative/test_data/core/test_fenced_artifact_description_reordered_params.yaml +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/tests/integration/scenarios_declarative/test_data/core/test_fenced_artifact_description_special_chars.yaml +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/tests/integration/scenarios_declarative/test_data/core/test_fenced_artifact_description_valid.yaml +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/tests/integration/scenarios_declarative/test_data/core/test_fenced_artifact_filename_embed.yaml +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/tests/integration/scenarios_declarative/test_data/core/test_fenced_artifact_filename_empty.yaml +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/tests/integration/scenarios_declarative/test_data/core/test_fenced_artifact_filename_long.yaml +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/tests/integration/scenarios_declarative/test_data/core/test_fenced_artifact_filename_missing.yaml +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/tests/integration/scenarios_declarative/test_data/core/test_fenced_artifact_filename_special_chars.yaml +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/tests/integration/scenarios_declarative/test_data/core/test_fenced_artifact_filename_traversal.yaml +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/tests/integration/scenarios_declarative/test_data/core/test_fenced_artifact_filename_unicode.yaml +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/tests/integration/scenarios_declarative/test_data/core/test_fenced_artifact_filename_versioning.yaml +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/tests/integration/scenarios_declarative/test_data/dynamic_tools/test_complex_signatures.yaml +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/tests/integration/scenarios_declarative/test_data/dynamic_tools/test_config_and_context.yaml +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/tests/integration/scenarios_declarative/test_data/dynamic_tools/test_docstringless_tool.yaml +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/tests/integration/scenarios_declarative/test_data/dynamic_tools/test_dynamic_tool_loading.yaml +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/tests/integration/scenarios_declarative/test_data/dynamic_tools/test_empty_provider.yaml +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/tests/integration/scenarios_declarative/test_data/dynamic_tools/test_mixed_discovery.yaml +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/tests/integration/scenarios_declarative/test_data/embeds/early/test_artifact_meta_existing_latest.yaml +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/tests/integration/scenarios_declarative/test_data/embeds/early/test_artifact_meta_existing_specific_version.yaml +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/tests/integration/scenarios_declarative/test_data/embeds/early/test_artifact_meta_non_existent_artifact.yaml +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/tests/integration/scenarios_declarative/test_data/embeds/early/test_artifact_meta_non_existent_version.yaml +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/tests/integration/scenarios_declarative/test_data/embeds/early/test_datetime_custom_format_full.yaml +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/tests/integration/scenarios_declarative/test_data/embeds/early/test_datetime_custom_format_ymd.yaml +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/tests/integration/scenarios_declarative/test_data/embeds/early/test_datetime_date.yaml +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/tests/integration/scenarios_declarative/test_data/embeds/early/test_datetime_invalid_keyword.yaml +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/tests/integration/scenarios_declarative/test_data/embeds/early/test_datetime_iso.yaml +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/tests/integration/scenarios_declarative/test_data/embeds/early/test_datetime_no_format.yaml +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/tests/integration/scenarios_declarative/test_data/embeds/early/test_datetime_now.yaml +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/tests/integration/scenarios_declarative/test_data/embeds/early/test_datetime_time.yaml +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/tests/integration/scenarios_declarative/test_data/embeds/early/test_datetime_timestamp.yaml +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/tests/integration/scenarios_declarative/test_data/embeds/early/test_math_abs.yaml +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/tests/integration/scenarios_declarative/test_data/embeds/early/test_math_basic_addition.yaml +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/tests/integration/scenarios_declarative/test_data/embeds/early/test_math_complex_expression.yaml +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/tests/integration/scenarios_declarative/test_data/embeds/early/test_math_cos_pi.yaml +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/tests/integration/scenarios_declarative/test_data/embeds/early/test_math_cos_radians_60.yaml +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/tests/integration/scenarios_declarative/test_data/embeds/early/test_math_cos_zero.yaml +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/tests/integration/scenarios_declarative/test_data/embeds/early/test_math_cosh_one.yaml +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/tests/integration/scenarios_declarative/test_data/embeds/early/test_math_cosh_zero.yaml +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/tests/integration/scenarios_declarative/test_data/embeds/early/test_math_division.yaml +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/tests/integration/scenarios_declarative/test_data/embeds/early/test_math_e_constant.yaml +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/tests/integration/scenarios_declarative/test_data/embeds/early/test_math_exp.yaml +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/tests/integration/scenarios_declarative/test_data/embeds/early/test_math_expression_with_spaces.yaml +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/tests/integration/scenarios_declarative/test_data/embeds/early/test_math_factorial.yaml +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/tests/integration/scenarios_declarative/test_data/embeds/early/test_math_inf_constant.yaml +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/tests/integration/scenarios_declarative/test_data/embeds/early/test_math_invalid_expression.yaml +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/tests/integration/scenarios_declarative/test_data/embeds/early/test_math_invalid_format_specifier.yaml +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/tests/integration/scenarios_declarative/test_data/embeds/early/test_math_log.yaml +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/tests/integration/scenarios_declarative/test_data/embeds/early/test_math_log_base10.yaml +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/tests/integration/scenarios_declarative/test_data/embeds/early/test_math_max.yaml +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/tests/integration/scenarios_declarative/test_data/embeds/early/test_math_min.yaml +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/tests/integration/scenarios_declarative/test_data/embeds/early/test_math_multiplication.yaml +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/tests/integration/scenarios_declarative/test_data/embeds/early/test_math_no_expression.yaml +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/tests/integration/scenarios_declarative/test_data/embeds/early/test_math_pi_constant.yaml +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/tests/integration/scenarios_declarative/test_data/embeds/early/test_math_pow.yaml +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/tests/integration/scenarios_declarative/test_data/embeds/early/test_math_radians_explicit.yaml +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/tests/integration/scenarios_declarative/test_data/embeds/early/test_math_randint.yaml +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/tests/integration/scenarios_declarative/test_data/embeds/early/test_math_random.yaml +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/tests/integration/scenarios_declarative/test_data/embeds/early/test_math_round_down.yaml +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/tests/integration/scenarios_declarative/test_data/embeds/early/test_math_round_up.yaml +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/tests/integration/scenarios_declarative/test_data/embeds/early/test_math_round_with_digits.yaml +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/tests/integration/scenarios_declarative/test_data/embeds/early/test_math_sin_pi_half.yaml +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/tests/integration/scenarios_declarative/test_data/embeds/early/test_math_sin_radians_30.yaml +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/tests/integration/scenarios_declarative/test_data/embeds/early/test_math_sin_zero.yaml +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/tests/integration/scenarios_declarative/test_data/embeds/early/test_math_sinh_one.yaml +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/tests/integration/scenarios_declarative/test_data/embeds/early/test_math_sinh_zero.yaml +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/tests/integration/scenarios_declarative/test_data/embeds/early/test_math_sqrt.yaml +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/tests/integration/scenarios_declarative/test_data/embeds/early/test_math_subtraction.yaml +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/tests/integration/scenarios_declarative/test_data/embeds/early/test_math_sum.yaml +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/tests/integration/scenarios_declarative/test_data/embeds/early/test_math_tan_pi_quarter.yaml +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/tests/integration/scenarios_declarative/test_data/embeds/early/test_math_tan_radians_45.yaml +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/tests/integration/scenarios_declarative/test_data/embeds/early/test_math_tan_zero.yaml +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/tests/integration/scenarios_declarative/test_data/embeds/early/test_math_tanh_one.yaml +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/tests/integration/scenarios_declarative/test_data/embeds/early/test_math_tanh_zero.yaml +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/tests/integration/scenarios_declarative/test_data/embeds/early/test_math_uniform.yaml +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/tests/integration/scenarios_declarative/test_data/embeds/early/test_math_with_format_specifier_float.yaml +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/tests/integration/scenarios_declarative/test_data/embeds/early/test_math_with_format_specifier_int.yaml +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/tests/integration/scenarios_declarative/test_data/embeds/early/test_status_update_empty_message.yaml +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/tests/integration/scenarios_declarative/test_data/embeds/early/test_status_update_multiple.yaml +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/tests/integration/scenarios_declarative/test_data/embeds/early/test_status_update_only_status_update.yaml +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/tests/integration/scenarios_declarative/test_data/embeds/early/test_status_update_single.yaml +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/tests/integration/scenarios_declarative/test_data/embeds/early/test_status_update_with_tool_call.yaml +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/tests/integration/scenarios_declarative/test_data/embeds/early/test_uuid_generation.yaml +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/tests/integration/scenarios_declarative/test_data/embeds/early/test_uuid_multiple_generations.yaml +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/tests/integration/scenarios_declarative/test_data/embeds/general/test_embed_chain_malformed.yaml +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/tests/integration/scenarios_declarative/test_data/embeds/general/test_embed_malformed_extra_spaces.yaml +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/tests/integration/scenarios_declarative/test_data/embeds/general/test_embed_malformed_no_close_delimiter.yaml +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/tests/integration/scenarios_declarative/test_data/embeds/general/test_embed_only_delimiters_with_colon.yaml +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/tests/integration/scenarios_declarative/test_data/embeds/late/test_ac_chain_jsonpath_grep_head.yaml +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/tests/integration/scenarios_declarative/test_data/embeds/late/test_ac_filter_select_csv.yaml +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/tests/integration/scenarios_declarative/test_data/embeds/late/test_ac_grep_no_match.yaml +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/tests/integration/scenarios_declarative/test_data/embeds/late/test_ac_grep_simple.yaml +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/tests/integration/scenarios_declarative/test_data/embeds/late/test_ac_head.yaml +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/tests/integration/scenarios_declarative/test_data/embeds/late/test_ac_head_more_than_lines.yaml +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/tests/integration/scenarios_declarative/test_data/embeds/late/test_ac_jsonpath_array.yaml +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/tests/integration/scenarios_declarative/test_data/embeds/late/test_ac_jsonpath_no_match.yaml +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/tests/integration/scenarios_declarative/test_data/embeds/late/test_ac_jsonpath_on_non_json.yaml +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/tests/integration/scenarios_declarative/test_data/embeds/late/test_ac_jsonpath_simple.yaml +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/tests/integration/scenarios_declarative/test_data/embeds/late/test_ac_recursive_depth_limit.yaml +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/tests/integration/scenarios_declarative/test_data/embeds/late/test_ac_recursive_size_limit_in_parent.yaml +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/tests/integration/scenarios_declarative/test_data/embeds/late/test_ac_recursive_template_with_embed.yaml +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/tests/integration/scenarios_declarative/test_data/embeds/late/test_ac_select_fields_from_object_list.yaml +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/tests/integration/scenarios_declarative/test_data/embeds/late/test_ac_select_fields_missing_field.yaml +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/tests/integration/scenarios_declarative/test_data/embeds/late/test_ac_tail.yaml +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/tests/integration/scenarios_declarative/test_data/embeds/late/test_ac_template_csv_input.yaml +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/tests/integration/scenarios_declarative/test_data/embeds/late/test_ac_template_json_list_input.yaml +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/tests/integration/scenarios_declarative/test_data/embeds/late/test_ac_template_json_object_input.yaml +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/tests/integration/scenarios_declarative/test_data/embeds/late/test_ac_template_missing_template_file.yaml +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/tests/integration/scenarios_declarative/test_data/embeds/late/test_ac_template_string_input.yaml +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/tests/integration/scenarios_declarative/test_data/embeds/late/test_artifact_content_binary_as_datauri.yaml +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/tests/integration/scenarios_declarative/test_data/embeds/late/test_artifact_content_csv_as_csv.yaml +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/tests/integration/scenarios_declarative/test_data/embeds/late/test_artifact_content_default_format_binary.yaml +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/tests/integration/scenarios_declarative/test_data/embeds/late/test_artifact_content_default_format_text.yaml +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/tests/integration/scenarios_declarative/test_data/embeds/late/test_artifact_content_invalid_format_specifier.yaml +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/tests/integration/scenarios_declarative/test_data/embeds/late/test_artifact_content_json_as_json_pretty.yaml +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/tests/integration/scenarios_declarative/test_data/embeds/late/test_artifact_content_json_as_text.yaml +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/tests/integration/scenarios_declarative/test_data/embeds/late/test_artifact_content_specific_version.yaml +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/tests/integration/scenarios_declarative/test_data/embeds/late/test_artifact_content_text_plain.yaml +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/tests/integration/scenarios_declarative/test_data/general_agent_tools/convert_file_to_markdown/test_convert_csv_success.yaml +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/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.6.1 โ solace_agent_mesh-1.6.3}/tests/integration/scenarios_declarative/test_data/general_agent_tools/convert_file_to_markdown/test_convert_html_success.yaml +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/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.6.1 โ solace_agent_mesh-1.6.3}/tests/integration/scenarios_declarative/test_data/general_agent_tools/convert_file_to_markdown/test_convert_missing_parameter.yaml +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/tests/integration/scenarios_declarative/test_data/general_agent_tools/convert_file_to_markdown/test_convert_pdf_success.yaml +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/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.6.1 โ solace_agent_mesh-1.6.3}/tests/integration/scenarios_declarative/test_data/general_agent_tools/convert_file_to_markdown/test_convert_unsupported_type.yaml +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/tests/integration/scenarios_declarative/test_data/general_agent_tools/mermaid_diagram_generator/test_mermaid_autogen_filename.yaml +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/tests/integration/scenarios_declarative/test_data/general_agent_tools/mermaid_diagram_generator/test_mermaid_basic_success.yaml +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/tests/integration/scenarios_declarative/test_data/general_agent_tools/mermaid_diagram_generator/test_mermaid_empty_syntax.yaml +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/tests/integration/scenarios_declarative/test_data/general_agent_tools/mermaid_diagram_generator/test_mermaid_invalid_syntax.yaml +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/tests/integration/scenarios_declarative/test_data/general_agent_tools/mermaid_diagram_generator/test_mermaid_no_extension.yaml +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/tests/integration/scenarios_declarative/test_data/image_tools/create_image_from_description/test_create_image_api_failure.yaml +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/tests/integration/scenarios_declarative/test_data/image_tools/create_image_from_description/test_create_image_happy_path.yaml +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/tests/integration/scenarios_declarative/test_data/image_tools/create_image_from_description/test_create_image_no_filename.yaml +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/tests/integration/scenarios_declarative/test_data/image_tools/create_image_from_description/test_create_image_oversized_prompt.yaml +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/tests/integration/scenarios_declarative/test_data/image_tools/create_image_from_description/test_create_image_path_traversal.yaml +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/tests/integration/scenarios_declarative/test_data/image_tools/create_image_from_description/test_create_image_prompt_injection.yaml +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/tests/integration/scenarios_declarative/test_data/image_tools/describe_audio/test_describe_audio_api_error.yaml +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/tests/integration/scenarios_declarative/test_data/image_tools/describe_audio/test_describe_audio_custom_prompt.yaml +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/tests/integration/scenarios_declarative/test_data/image_tools/describe_audio/test_describe_audio_empty_artifact.yaml +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/tests/integration/scenarios_declarative/test_data/image_tools/describe_audio/test_describe_audio_file_not_found.yaml +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/tests/integration/scenarios_declarative/test_data/image_tools/describe_audio/test_describe_audio_happy_path_mp3.yaml +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/tests/integration/scenarios_declarative/test_data/image_tools/describe_audio/test_describe_audio_happy_path_wav.yaml +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/tests/integration/scenarios_declarative/test_data/image_tools/describe_audio/test_describe_audio_large_file.yaml +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/tests/integration/scenarios_declarative/test_data/image_tools/describe_audio/test_describe_audio_malformed_api_response.yaml +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/tests/integration/scenarios_declarative/test_data/image_tools/describe_audio/test_describe_audio_malformed_filename.yaml +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/tests/integration/scenarios_declarative/test_data/image_tools/describe_audio/test_describe_audio_path_traversal.yaml +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/tests/integration/scenarios_declarative/test_data/image_tools/describe_audio/test_describe_audio_prompt_injection.yaml +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/tests/integration/scenarios_declarative/test_data/image_tools/describe_audio/test_describe_audio_specific_version.yaml +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/tests/integration/scenarios_declarative/test_data/image_tools/describe_audio/test_describe_audio_unsupported_format.yaml +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/tests/integration/scenarios_declarative/test_data/image_tools/describe_image/test_describe_image_empty_artifact.yaml +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/tests/integration/scenarios_declarative/test_data/image_tools/describe_image/test_describe_image_file_not_found.yaml +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/tests/integration/scenarios_declarative/test_data/image_tools/describe_image/test_describe_image_happy_path.yaml +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/tests/integration/scenarios_declarative/test_data/image_tools/describe_image/test_describe_image_malformed_api_response.yaml +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/tests/integration/scenarios_declarative/test_data/image_tools/describe_image/test_describe_image_path_traversal.yaml +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/tests/integration/scenarios_declarative/test_data/image_tools/describe_image/test_describe_image_specific_version.yaml +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/tests/integration/scenarios_declarative/test_data/image_tools/describe_image/test_describe_image_unsupported_format.yaml +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/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.6.1 โ solace_agent_mesh-1.6.3}/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.6.1 โ solace_agent_mesh-1.6.3}/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.6.1 โ solace_agent_mesh-1.6.3}/tests/integration/scenarios_declarative/test_data/image_tools/edit_image_with_gemini/test_edit_image_happy_path.yaml +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/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.6.1 โ solace_agent_mesh-1.6.3}/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.6.1 โ solace_agent_mesh-1.6.3}/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.6.1 โ solace_agent_mesh-1.6.3}/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.6.1 โ solace_agent_mesh-1.6.3}/tests/integration/scenarios_declarative/test_data/image_tools/edit_image_with_gemini/test_edit_image_prompt_injection.yaml +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/tests/integration/scenarios_declarative/test_data/image_tools/edit_image_with_gemini/test_edit_image_specific_version.yaml +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/tests/integration/scenarios_declarative/test_data/image_tools/edit_image_with_gemini/test_edit_image_unsupported_format.yaml +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/tests/integration/scenarios_declarative/test_data/mcp/test_mcp_audio_processing_mp3.yaml +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/tests/integration/scenarios_declarative/test_data/mcp/test_mcp_audio_processing_wav.yaml +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/tests/integration/scenarios_declarative/test_data/mcp/test_mcp_conversation_with_artifact.yaml +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/tests/integration/scenarios_declarative/test_data/mcp/test_mcp_early_embed_resolution.yaml +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/tests/integration/scenarios_declarative/test_data/mcp/test_mcp_embed_resolution.yaml +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/tests/integration/scenarios_declarative/test_data/mcp/test_mcp_fallback_intelligent_disabled.yaml +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/tests/integration/scenarios_declarative/test_data/mcp/test_mcp_http_transport.yaml +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/tests/integration/scenarios_declarative/test_data/mcp/test_mcp_image_processing_jpeg.yaml +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/tests/integration/scenarios_declarative/test_data/mcp/test_mcp_image_processing_png.yaml +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/tests/integration/scenarios_declarative/test_data/mcp/test_mcp_late_embed_resolution.yaml +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/tests/integration/scenarios_declarative/test_data/mcp/test_mcp_llm_response_save_failed.yaml +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/tests/integration/scenarios_declarative/test_data/mcp/test_mcp_multi_call.yaml +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/tests/integration/scenarios_declarative/test_data/mcp/test_mcp_multi_content_single_response.yaml +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/tests/integration/scenarios_declarative/test_data/mcp/test_mcp_multi_text_content.yaml +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/tests/integration/scenarios_declarative/test_data/mcp/test_mcp_no_fallback_on_error.yaml +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/tests/integration/scenarios_declarative/test_data/mcp/test_mcp_resource_processing_uri_only.yaml +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/tests/integration/scenarios_declarative/test_data/mcp/test_mcp_resource_processing_with_binary.yaml +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/tests/integration/scenarios_declarative/test_data/mcp/test_mcp_resource_processing_with_text.yaml +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/tests/integration/scenarios_declarative/test_data/mcp/test_mcp_save_forced_by_truncation.yaml +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/tests/integration/scenarios_declarative/test_data/mcp/test_mcp_streamable_http.yaml +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/tests/integration/scenarios_declarative/test_data/mcp/test_mcp_text_processing.yaml +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/tests/integration/scenarios_declarative/test_data/mcp/test_mcp_text_processing_csv.yaml +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/tests/integration/scenarios_declarative/test_data/mcp/test_mcp_text_processing_csv_escaped.yaml +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/tests/integration/scenarios_declarative/test_data/mcp/test_mcp_text_processing_json.yaml +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/tests/integration/scenarios_declarative/test_data/mcp/test_mcp_text_processing_markdown.yaml +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/tests/integration/scenarios_declarative/test_data/mcp/test_mcp_text_processing_plain.yaml +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/tests/integration/scenarios_declarative/test_data/mcp/test_mcp_text_processing_yaml.yaml +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/tests/integration/scenarios_declarative/test_data/mcp/test_mcp_trigger_above_all_thresholds.yaml +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/tests/integration/scenarios_declarative/test_data/mcp/test_mcp_trigger_above_save_threshold.yaml +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/tests/integration/scenarios_declarative/test_data/mcp/test_mcp_trigger_below_thresholds.yaml +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/tests/integration/scenarios_declarative/test_data/mcp/test_mcp_trigger_non_text_content.yaml +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/tests/integration/scenarios_declarative/test_data/multi_agent/delegation/test_peer_e2e_artifact_passing.yaml +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/tests/integration/scenarios_declarative/test_data/multi_agent/delegation/test_peer_request_with_artifact.yaml +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/tests/integration/scenarios_declarative/test_data/multi_agent/delegation/test_peer_request_with_nonexistent_artifact.yaml +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/tests/integration/scenarios_declarative/test_data/multi_agent/delegation/test_peer_response_with_artifact.yaml +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/tests/integration/scenarios_declarative/test_data/multi_agent/delegation/test_three_agent_hierarchy.yaml +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/tests/integration/scenarios_declarative/test_data/notifications/test_llm_invocation_notification.yaml +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/tests/integration/scenarios_declarative/test_data/notifications/test_llm_response_notification.yaml +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/tests/integration/scenarios_declarative/test_data/notifications/test_tool_invocation_notification.yaml +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/tests/integration/scenarios_declarative/test_data/proxy/test_proxy_auth_missing_when_required.yaml +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/tests/integration/scenarios_declarative/test_data/proxy/test_proxy_auth_oauth2_persistent_401.yaml +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/tests/integration/scenarios_declarative/test_data/proxy/test_proxy_auth_oauth2_retry.yaml +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/tests/integration/scenarios_declarative/test_data/proxy/test_proxy_auth_oauth2_success.yaml +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/tests/integration/scenarios_declarative/test_data/proxy/test_proxy_auth_oauth2_token_fetch_failure.yaml +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/tests/integration/scenarios_declarative/test_data/proxy/test_proxy_auth_static_apikey.yaml +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/tests/integration/scenarios_declarative/test_data/proxy/test_proxy_auth_static_bearer.yaml +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/tests/integration/scenarios_declarative/test_data/proxy/test_proxy_auth_static_token_401.yaml +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/tests/integration/scenarios_declarative/test_data/proxy/test_proxy_http_error_500.yaml +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/tests/integration/scenarios_declarative/test_data/proxy/test_proxy_http_error_503.yaml +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/tests/integration/scenarios_declarative/test_data/proxy/test_proxy_inbound_artifact.yaml +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/tests/integration/scenarios_declarative/test_data/proxy/test_proxy_outbound_artifact.yaml +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/tests/integration/scenarios_declarative/test_data/proxy/test_proxy_outbound_artifact_metadata.yaml +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/tests/integration/scenarios_declarative/test_data/proxy/test_proxy_peer_tool_artifact_passthrough.yaml +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/tests/integration/scenarios_declarative/test_data/proxy/test_proxy_request_cancellation.yaml +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/tests/integration/scenarios_declarative/test_data/proxy/test_proxy_simple_passthrough.yaml +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/tests/integration/scenarios_declarative/test_data/proxy/test_proxy_streaming_response.yaml +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/tests/integration/scenarios_declarative/test_data/test_basic_text_response.yaml +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/tests/integration/scenarios_declarative/test_data/test_simple_tool_call.yaml +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/tests/integration/scenarios_declarative/test_data/web_tools/README.md +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/tests/integration/scenarios_declarative/test_data/web_tools/test_ssrf_localhost_blocked.yaml +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/tests/integration/scenarios_declarative/test_data/web_tools/web_request/test_web_block_file_url.yaml +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/tests/integration/scenarios_declarative/test_data/web_tools/web_request/test_web_block_private_ip.yaml +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/tests/integration/scenarios_declarative/test_data/web_tools/web_request/test_web_content_type_json.yaml +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/tests/integration/scenarios_declarative/test_data/web_tools/web_request/test_web_dns_failure.yaml +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/tests/integration/scenarios_declarative/test_data/web_tools/web_request/test_web_invalid_url.yaml +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/tests/integration/scenarios_declarative/test_data/web_tools/web_request/test_web_large_response.yaml +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/tests/integration/scenarios_declarative/test_data/web_tools/web_request/test_web_post_request.yaml +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/tests/integration/scenarios_declarative/test_data/web_tools/web_request/test_web_redirect_to_unsafe.yaml +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/tests/integration/scenarios_declarative/test_data/web_tools/web_request/test_web_request_timeout.yaml +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/tests/integration/scenarios_declarative/test_declarative_runner.py +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/tests/integration/scenarios_declarative/test_lifecycle_hooks.py +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/tests/integration/scenarios_programmatic/__init__.py +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/tests/integration/scenarios_programmatic/test_agent_cards.py +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/tests/integration/scenarios_programmatic/test_basic_flows.py +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/tests/integration/scenarios_programmatic/test_cancellation_flows.py +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/tests/integration/scenarios_programmatic/test_helpers.py +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/tests/integration/scenarios_programmatic/test_middleware.py +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/tests/integration/scenarios_programmatic/test_services.py +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/tests/integration/scenarios_programmatic/test_tool_registry.py +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/tests/integration/test_support/__init__.py +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/tests/integration/test_support/a2a_agent/__init__.py +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/tests/integration/test_support/a2a_agent/executor.py +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/tests/integration/test_support/dynamic_tools/__init__.py +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/tests/integration/test_support/dynamic_tools/complex_signatures.py +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/tests/integration/test_support/dynamic_tools/config_and_context.py +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/tests/integration/test_support/dynamic_tools/error_cases.py +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/tests/integration/test_support/dynamic_tools/lifecycle_tool.py +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/tests/integration/test_support/dynamic_tools/lifecycle_yaml_hooks.py +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/tests/integration/test_support/dynamic_tools/mixed_discovery.py +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/tests/integration/test_support/dynamic_tools/provider_tool.py +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/tests/integration/test_support/dynamic_tools/single_tool.py +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/tests/integration/test_support/identity_service_users.json +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/tests/integration/test_support/identity_service_users_invalid_json.json +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/tests/integration/test_support/lifecycle_tracker.py +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/tests/integration/test_support/tools.py +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/tests/sam-test-infrastructure/README.md +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/tests/sam-test-infrastructure/pyproject.toml +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/tests/sam-test-infrastructure/src/sam_test_infrastructure/a2a_agent_server/README.md +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/tests/sam-test-infrastructure/src/sam_test_infrastructure/a2a_agent_server/__init__.py +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/tests/sam-test-infrastructure/src/sam_test_infrastructure/a2a_agent_server/server.py +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/tests/sam-test-infrastructure/src/sam_test_infrastructure/a2a_validator/__init__.py +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/tests/sam-test-infrastructure/src/sam_test_infrastructure/a2a_validator/test_validator.py +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/tests/sam-test-infrastructure/src/sam_test_infrastructure/a2a_validator/validator.py +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/tests/sam-test-infrastructure/src/sam_test_infrastructure/artifact_service/__init__.py +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/tests/sam-test-infrastructure/src/sam_test_infrastructure/artifact_service/service.py +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/tests/sam-test-infrastructure/src/sam_test_infrastructure/dev_broker/__init__.py +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/tests/sam-test-infrastructure/src/sam_test_infrastructure/dev_broker/broker.py +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/tests/sam-test-infrastructure/src/sam_test_infrastructure/dev_broker/config.py +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/tests/sam-test-infrastructure/src/sam_test_infrastructure/dev_broker/message_handler.py +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/tests/sam-test-infrastructure/src/sam_test_infrastructure/dev_broker/topic_manager.py +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/tests/sam-test-infrastructure/src/sam_test_infrastructure/event_mesh_test_server/__init__.py +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/tests/sam-test-infrastructure/src/sam_test_infrastructure/event_mesh_test_server/server.py +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/tests/sam-test-infrastructure/src/sam_test_infrastructure/fastapi_service/__init__.py +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/tests/sam-test-infrastructure/src/sam_test_infrastructure/fastapi_service/webui_backend_factory.py +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/tests/sam-test-infrastructure/src/sam_test_infrastructure/gateway_interface/__init__.py +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/tests/sam-test-infrastructure/src/sam_test_infrastructure/gateway_interface/app.py +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/tests/sam-test-infrastructure/src/sam_test_infrastructure/gateway_interface/component.py +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/tests/sam-test-infrastructure/src/sam_test_infrastructure/llm_server/__init__.py +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/tests/sam-test-infrastructure/src/sam_test_infrastructure/llm_server/server.py +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/tests/sam-test-infrastructure/src/sam_test_infrastructure/mcp_server/__init__.py +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/tests/sam-test-infrastructure/src/sam_test_infrastructure/mcp_server/server.py +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/tests/sam-test-infrastructure/src/sam_test_infrastructure/memory_monitor/__init__.py +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/tests/sam-test-infrastructure/src/sam_test_infrastructure/memory_monitor/depth_based_profiler.py +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/tests/sam-test-infrastructure/src/sam_test_infrastructure/memory_monitor/diff_generator.py +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/tests/sam-test-infrastructure/src/sam_test_infrastructure/memory_monitor/memory_monitor.py +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/tests/sam-test-infrastructure/src/sam_test_infrastructure/memory_monitor/report_generator.py +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/tests/sam-test-infrastructure/src/sam_test_infrastructure/static_file_server/__init__.py +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/tests/sam-test-infrastructure/src/sam_test_infrastructure/static_file_server/server.py +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/tests/sam-test-infrastructure/src/sam_test_infrastructure/test_data/web_content/README.md +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/tests/sam-test-infrastructure/src/sam_test_infrastructure/test_data/web_content/large_file.bin +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/tests/sam-test-infrastructure/src/sam_test_infrastructure/test_data/web_content/sample.csv +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/tests/sam-test-infrastructure/src/sam_test_infrastructure/test_data/web_content/sample.html +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/tests/sam-test-infrastructure/src/sam_test_infrastructure/test_data/web_content/sample.json +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/tests/sam-test-infrastructure/src/sam_test_infrastructure/test_data/web_content/sample.txt +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/tests/sam-test-infrastructure/src/sam_test_infrastructure/test_data/web_content/sample.xml +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/tests/system/test_stress.py +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/tests/unit/__init__.py +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/tests/unit/agent/adk/models/test_lite_llm_caching.py +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/tests/unit/agent/adk/models/test_oauth2_token_manager.py +0 -0
- /solace_agent_mesh-1.6.1/tests/unit/agent/sac/test_component.py โ /solace_agent_mesh-1.6.3/tests/unit/agent/sac/test_component_tool_origin.py +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/tests/unit/cli/test_add_agent_cmd.py +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/tests/unit/cli/test_artifact_storage.py +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/tests/unit/cli/test_init_cmd.py +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/tests/unit/cli/test_persistence.py +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/tests/unit/cli/test_run_cmd.py +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/tests/unit/gateway/http_sse/test_api_user_id_flow.py +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/tests/unit/gateway/http_sse/test_endpoints_user_id.py +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/tests/unit/gateway/http_sse/test_user_id_extraction.py +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/tests/unit/services/__init__.py +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/tests/unit/services/test_data_retention_service.py +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/uv.lock +0 -0
- {solace_agent_mesh-1.6.1 โ solace_agent_mesh-1.6.3}/wss-unified-agent.config +0 -0
|
@@ -0,0 +1,115 @@
|
|
|
1
|
+
# How to contribute
|
|
2
|
+
|
|
3
|
+
We'd love for you to contribute and welcome your help. Here are some guidelines to follow:
|
|
4
|
+
|
|
5
|
+
- [Issues and Bugs](#issue)
|
|
6
|
+
- [Submitting a fix](#submitting)
|
|
7
|
+
- [Feature Requests](#features)
|
|
8
|
+
- [Questions](#questions)
|
|
9
|
+
- [Developer Certificate of Origin (DCO)](#dco)
|
|
10
|
+
|
|
11
|
+
## <a name="issue"></a> Did you find a issue?
|
|
12
|
+
|
|
13
|
+
* **Ensure the bug was not already reported** by searching on GitHub under *Issues*
|
|
14
|
+
|
|
15
|
+
* If you're unable to find an open issue addressing the problem, open a new one
|
|
16
|
+
|
|
17
|
+
## <a name="submitting"></a> Did you write a patch that fixes a bug?
|
|
18
|
+
|
|
19
|
+
Open a new GitHub pull request with the patch following the steps outlined below. Ensure the PR description clearly describes the problem and solution. Include the relevant issue number if applicable.
|
|
20
|
+
|
|
21
|
+
Before you submit your pull request consider the following guidelines:
|
|
22
|
+
|
|
23
|
+
* Search *Pull Requests* for an open or closed Pull Request
|
|
24
|
+
that relates to your submission. You don't want to duplicate effort.
|
|
25
|
+
|
|
26
|
+
### Submitting a Pull Request
|
|
27
|
+
|
|
28
|
+
Please follow these steps for all pull requests. These steps are derived from the [GitHub flow](https://help.github.com/articles/github-flow/).
|
|
29
|
+
|
|
30
|
+
#### Step 1: Fork
|
|
31
|
+
|
|
32
|
+
Fork the current repository and clone your fork
|
|
33
|
+
locally.
|
|
34
|
+
|
|
35
|
+
```sh
|
|
36
|
+
git clone https://github.com/solacecommunity/<github-repo>
|
|
37
|
+
```
|
|
38
|
+
|
|
39
|
+
#### Step 2: Branch
|
|
40
|
+
|
|
41
|
+
Make your changes on a new git branch in your fork of the repository.
|
|
42
|
+
|
|
43
|
+
```sh
|
|
44
|
+
git checkout -b my-fix-branch master
|
|
45
|
+
```
|
|
46
|
+
|
|
47
|
+
#### Step 3: Commit
|
|
48
|
+
|
|
49
|
+
Commit your changes using a descriptive commit message.
|
|
50
|
+
|
|
51
|
+
```sh
|
|
52
|
+
git commit -a -m "Your Commit Message"
|
|
53
|
+
```
|
|
54
|
+
|
|
55
|
+
Note: the optional commit `-a` command line option will automatically "add" and "rm" edited files.
|
|
56
|
+
|
|
57
|
+
#### Step 4: Rebase (if possible)
|
|
58
|
+
|
|
59
|
+
Assuming you have not yet pushed your branch to origin, use `git rebase` (not `git merge`) to synchronize your work with the main
|
|
60
|
+
repository.
|
|
61
|
+
|
|
62
|
+
```sh
|
|
63
|
+
$ git fetch upstream
|
|
64
|
+
$ git rebase upstream/master
|
|
65
|
+
```
|
|
66
|
+
|
|
67
|
+
If you have not set the upstream, do so as follows:
|
|
68
|
+
|
|
69
|
+
```sh
|
|
70
|
+
$ git remote add upstream https://github.com/solacecommunity/<github-repo>
|
|
71
|
+
```
|
|
72
|
+
|
|
73
|
+
If you have already pushed your fork, then do not rebase. Instead merge any changes from master that are not already part of your branch.
|
|
74
|
+
|
|
75
|
+
#### Step 5: Push
|
|
76
|
+
|
|
77
|
+
Push your branch to your fork in GitHub:
|
|
78
|
+
|
|
79
|
+
```sh
|
|
80
|
+
git push origin my-fix-branch
|
|
81
|
+
```
|
|
82
|
+
|
|
83
|
+
#### Step 6: Pull Request
|
|
84
|
+
|
|
85
|
+
In GitHub, send a pull request to `<github-repo>:master`.
|
|
86
|
+
|
|
87
|
+
When fixing an existing issue, use the [commit message keywords](https://help.github.com/articles/closing-issues-via-commit-messages/) to close the associated GitHub issue.
|
|
88
|
+
|
|
89
|
+
* If we suggest changes then:
|
|
90
|
+
* Make the required updates.
|
|
91
|
+
* Commit these changes to your branch (ex: my-fix-branch)
|
|
92
|
+
|
|
93
|
+
That's it! Thank you for your contribution!
|
|
94
|
+
|
|
95
|
+
## <a name="features"></a> **Do you have an ideas for a new feature or a change to an existing one?**
|
|
96
|
+
|
|
97
|
+
* Open a GitHub issue and label it as an *enhancement* and describe the new functionality.
|
|
98
|
+
|
|
99
|
+
## <a name="questions"></a> Do you have questions about the source code?
|
|
100
|
+
|
|
101
|
+
* Ask any question about the code or how to use Solace technologies in the [Solace community](https://solace.community).
|
|
102
|
+
|
|
103
|
+
## <a name="dco"></a> Developer Certificate of Origin
|
|
104
|
+
|
|
105
|
+
Any contributions must only contain code that can legally be contributed to Solace Agent Mesh, and which the Solace Agent Mesh project can distribute under its license.
|
|
106
|
+
|
|
107
|
+
Prior to contributing:
|
|
108
|
+
1. Read the [Developer Certificate of Origin](https://developercertificate.org/)
|
|
109
|
+
2. Sign-off all commits using the [`--signoff`](https://git-scm.com/docs/git-commit#Documentation/git-commit.txt---no-signoff) option provided by `git commit`.
|
|
110
|
+
|
|
111
|
+
To sign-off your commits, use:
|
|
112
|
+
```
|
|
113
|
+
git commit --signoff --message "This is the commit message"
|
|
114
|
+
```
|
|
115
|
+
This option adds a Signed-off-by trailer at the end of the commit log message.
|
|
@@ -0,0 +1,486 @@
|
|
|
1
|
+
Metadata-Version: 2.4
|
|
2
|
+
Name: solace-agent-mesh
|
|
3
|
+
Version: 1.6.3
|
|
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
|
+
Project-URL: Homepage, https://github.com/SolaceLabs/solace-agent-mesh
|
|
6
|
+
Project-URL: Repository, https://github.com/SolaceLabs/solace-agent-mesh
|
|
7
|
+
Author-email: SolaceLabs <solacelabs@solace.com>
|
|
8
|
+
License: Apache License
|
|
9
|
+
Version 2.0, January 2004
|
|
10
|
+
http://www.apache.org/licenses/
|
|
11
|
+
|
|
12
|
+
TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
|
|
13
|
+
|
|
14
|
+
1. Definitions.
|
|
15
|
+
|
|
16
|
+
"License" shall mean the terms and conditions for use, reproduction,
|
|
17
|
+
and distribution as defined by Sections 1 through 9 of this document.
|
|
18
|
+
|
|
19
|
+
"Licensor" shall mean the copyright owner or entity authorized by
|
|
20
|
+
the copyright owner that is granting the License.
|
|
21
|
+
|
|
22
|
+
"Legal Entity" shall mean the union of the acting entity and all
|
|
23
|
+
other entities that control, are controlled by, or are under common
|
|
24
|
+
control with that entity. For the purposes of this definition,
|
|
25
|
+
"control" means (i) the power, direct or indirect, to cause the
|
|
26
|
+
direction or management of such entity, whether by contract or
|
|
27
|
+
otherwise, or (ii) ownership of fifty percent (50%) or more of the
|
|
28
|
+
outstanding shares, or (iii) beneficial ownership of such entity.
|
|
29
|
+
|
|
30
|
+
"You" (or "Your") shall mean an individual or Legal Entity
|
|
31
|
+
exercising permissions granted by this License.
|
|
32
|
+
|
|
33
|
+
"Source" form shall mean the preferred form for making modifications,
|
|
34
|
+
including but not limited to software source code, documentation
|
|
35
|
+
source, and configuration files.
|
|
36
|
+
|
|
37
|
+
"Object" form shall mean any form resulting from mechanical
|
|
38
|
+
transformation or translation of a Source form, including but
|
|
39
|
+
not limited to compiled object code, generated documentation,
|
|
40
|
+
and conversions to other media types.
|
|
41
|
+
|
|
42
|
+
"Work" shall mean the work of authorship, whether in Source or
|
|
43
|
+
Object form, made available under the License, as indicated by a
|
|
44
|
+
copyright notice that is included in or attached to the work
|
|
45
|
+
(an example is provided in the Appendix below).
|
|
46
|
+
|
|
47
|
+
"Derivative Works" shall mean any work, whether in Source or Object
|
|
48
|
+
form, that is based on (or derived from) the Work and for which the
|
|
49
|
+
editorial revisions, annotations, elaborations, or other modifications
|
|
50
|
+
represent, as a whole, an original work of authorship. For the purposes
|
|
51
|
+
of this License, Derivative Works shall not include works that remain
|
|
52
|
+
separable from, or merely link (or bind by name) to the interfaces of,
|
|
53
|
+
the Work and Derivative Works thereof.
|
|
54
|
+
|
|
55
|
+
"Contribution" shall mean any work of authorship, including
|
|
56
|
+
the original version of the Work and any modifications or additions
|
|
57
|
+
to that Work or Derivative Works thereof, that is intentionally
|
|
58
|
+
submitted to Licensor for inclusion in the Work by the copyright owner
|
|
59
|
+
or by an individual or Legal Entity authorized to submit on behalf of
|
|
60
|
+
the copyright owner. For the purposes of this definition, "submitted"
|
|
61
|
+
means any form of electronic, verbal, or written communication sent
|
|
62
|
+
to the Licensor or its representatives, including but not limited to
|
|
63
|
+
communication on electronic mailing lists, source code control systems,
|
|
64
|
+
and issue tracking systems that are managed by, or on behalf of, the
|
|
65
|
+
Licensor for the purpose of discussing and improving the Work, but
|
|
66
|
+
excluding communication that is conspicuously marked or otherwise
|
|
67
|
+
designated in writing by the copyright owner as "Not a Contribution."
|
|
68
|
+
|
|
69
|
+
"Contributor" shall mean Licensor and any individual or Legal Entity
|
|
70
|
+
on behalf of whom a Contribution has been received by Licensor and
|
|
71
|
+
subsequently incorporated within the Work.
|
|
72
|
+
|
|
73
|
+
2. Grant of Copyright License. Subject to the terms and conditions of
|
|
74
|
+
this License, each Contributor hereby grants to You a perpetual,
|
|
75
|
+
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
|
|
76
|
+
copyright license to reproduce, prepare Derivative Works of,
|
|
77
|
+
publicly display, publicly perform, sublicense, and distribute the
|
|
78
|
+
Work and such Derivative Works in Source or Object form.
|
|
79
|
+
|
|
80
|
+
3. Grant of Patent License. Subject to the terms and conditions of
|
|
81
|
+
this License, each Contributor hereby grants to You a perpetual,
|
|
82
|
+
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
|
|
83
|
+
(except as stated in this section) patent license to make, have made,
|
|
84
|
+
use, offer to sell, sell, import, and otherwise transfer the Work,
|
|
85
|
+
where such license applies only to those patent claims licensable
|
|
86
|
+
by such Contributor that are necessarily infringed by their
|
|
87
|
+
Contribution(s) alone or by combination of their Contribution(s)
|
|
88
|
+
with the Work to which such Contribution(s) was submitted. If You
|
|
89
|
+
institute patent litigation against any entity (including a
|
|
90
|
+
cross-claim or counterclaim in a lawsuit) alleging that the Work
|
|
91
|
+
or a Contribution incorporated within the Work constitutes direct
|
|
92
|
+
or contributory patent infringement, then any patent licenses
|
|
93
|
+
granted to You under this License for that Work shall terminate
|
|
94
|
+
as of the date such litigation is filed.
|
|
95
|
+
|
|
96
|
+
4. Redistribution. You may reproduce and distribute copies of the
|
|
97
|
+
Work or Derivative Works thereof in any medium, with or without
|
|
98
|
+
modifications, and in Source or Object form, provided that You
|
|
99
|
+
meet the following conditions:
|
|
100
|
+
|
|
101
|
+
(a) You must give any other recipients of the Work or
|
|
102
|
+
Derivative Works a copy of this License; and
|
|
103
|
+
|
|
104
|
+
(b) You must cause any modified files to carry prominent notices
|
|
105
|
+
stating that You changed the files; and
|
|
106
|
+
|
|
107
|
+
(c) You must retain, in the Source form of any Derivative Works
|
|
108
|
+
that You distribute, all copyright, patent, trademark, and
|
|
109
|
+
attribution notices from the Source form of the Work,
|
|
110
|
+
excluding those notices that do not pertain to any part of
|
|
111
|
+
the Derivative Works; and
|
|
112
|
+
|
|
113
|
+
(d) If the Work includes a "NOTICE" text file as part of its
|
|
114
|
+
distribution, then any Derivative Works that You distribute must
|
|
115
|
+
include a readable copy of the attribution notices contained
|
|
116
|
+
within such NOTICE file, excluding those notices that do not
|
|
117
|
+
pertain to any part of the Derivative Works, in at least one
|
|
118
|
+
of the following places: within a NOTICE text file distributed
|
|
119
|
+
as part of the Derivative Works; within the Source form or
|
|
120
|
+
documentation, if provided along with the Derivative Works; or,
|
|
121
|
+
within a display generated by the Derivative Works, if and
|
|
122
|
+
wherever such third-party notices normally appear. The contents
|
|
123
|
+
of the NOTICE file are for informational purposes only and
|
|
124
|
+
do not modify the License. You may add Your own attribution
|
|
125
|
+
notices within Derivative Works that You distribute, alongside
|
|
126
|
+
or as an addendum to the NOTICE text from the Work, provided
|
|
127
|
+
that such additional attribution notices cannot be construed
|
|
128
|
+
as modifying the License.
|
|
129
|
+
|
|
130
|
+
You may add Your own copyright statement to Your modifications and
|
|
131
|
+
may provide additional or different license terms and conditions
|
|
132
|
+
for use, reproduction, or distribution of Your modifications, or
|
|
133
|
+
for any such Derivative Works as a whole, provided Your use,
|
|
134
|
+
reproduction, and distribution of the Work otherwise complies with
|
|
135
|
+
the conditions stated in this License.
|
|
136
|
+
|
|
137
|
+
5. Submission of Contributions. Unless You explicitly state otherwise,
|
|
138
|
+
any Contribution intentionally submitted for inclusion in the Work
|
|
139
|
+
by You to the Licensor shall be under the terms and conditions of
|
|
140
|
+
this License, without any additional terms or conditions.
|
|
141
|
+
Notwithstanding the above, nothing herein shall supersede or modify
|
|
142
|
+
the terms of any separate license agreement you may have executed
|
|
143
|
+
with Licensor regarding such Contributions.
|
|
144
|
+
|
|
145
|
+
6. Trademarks. This License does not grant permission to use the trade
|
|
146
|
+
names, trademarks, service marks, or product names of the Licensor,
|
|
147
|
+
except as required for reasonable and customary use in describing the
|
|
148
|
+
origin of the Work and reproducing the content of the NOTICE file.
|
|
149
|
+
|
|
150
|
+
7. Disclaimer of Warranty. Unless required by applicable law or
|
|
151
|
+
agreed to in writing, Licensor provides the Work (and each
|
|
152
|
+
Contributor provides its Contributions) on an "AS IS" BASIS,
|
|
153
|
+
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
|
|
154
|
+
implied, including, without limitation, any warranties or conditions
|
|
155
|
+
of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
|
|
156
|
+
PARTICULAR PURPOSE. You are solely responsible for determining the
|
|
157
|
+
appropriateness of using or redistributing the Work and assume any
|
|
158
|
+
risks associated with Your exercise of permissions under this License.
|
|
159
|
+
|
|
160
|
+
8. Limitation of Liability. In no event and under no legal theory,
|
|
161
|
+
whether in tort (including negligence), contract, or otherwise,
|
|
162
|
+
unless required by applicable law (such as deliberate and grossly
|
|
163
|
+
negligent acts) or agreed to in writing, shall any Contributor be
|
|
164
|
+
liable to You for damages, including any direct, indirect, special,
|
|
165
|
+
incidental, or consequential damages of any character arising as a
|
|
166
|
+
result of this License or out of the use or inability to use the
|
|
167
|
+
Work (including but not limited to damages for loss of goodwill,
|
|
168
|
+
work stoppage, computer failure or malfunction, or any and all
|
|
169
|
+
other commercial damages or losses), even if such Contributor
|
|
170
|
+
has been advised of the possibility of such damages.
|
|
171
|
+
|
|
172
|
+
9. Accepting Warranty or Additional Liability. While redistributing
|
|
173
|
+
the Work or Derivative Works thereof, You may choose to offer,
|
|
174
|
+
and charge a fee for, acceptance of support, warranty, indemnity,
|
|
175
|
+
or other liability obligations and/or rights consistent with this
|
|
176
|
+
License. However, in accepting such obligations, You may act only
|
|
177
|
+
on Your own behalf and on Your sole responsibility, not on behalf
|
|
178
|
+
of any other Contributor, and only if You agree to indemnify,
|
|
179
|
+
defend, and hold each Contributor harmless for any liability
|
|
180
|
+
incurred by, or claims asserted against, such Contributor by reason
|
|
181
|
+
of your accepting any such warranty or additional liability.
|
|
182
|
+
|
|
183
|
+
END OF TERMS AND CONDITIONS
|
|
184
|
+
|
|
185
|
+
APPENDIX: How to apply the Apache License to your work.
|
|
186
|
+
|
|
187
|
+
To apply the Apache License to your work, attach the following
|
|
188
|
+
boilerplate notice, with the fields enclosed by brackets "[]"
|
|
189
|
+
replaced with your own identifying information. (Don't include
|
|
190
|
+
the brackets!) The text should be enclosed in the appropriate
|
|
191
|
+
comment syntax for the file format. We also recommend that a
|
|
192
|
+
file or class name and description of purpose be included on the
|
|
193
|
+
same "printed page" as the copyright notice for easier
|
|
194
|
+
identification within third-party archives.
|
|
195
|
+
|
|
196
|
+
Copyright [yyyy] [name of copyright owner]
|
|
197
|
+
|
|
198
|
+
Licensed under the Apache License, Version 2.0 (the "License");
|
|
199
|
+
you may not use this file except in compliance with the License.
|
|
200
|
+
You may obtain a copy of the License at
|
|
201
|
+
|
|
202
|
+
http://www.apache.org/licenses/LICENSE-2.0
|
|
203
|
+
|
|
204
|
+
Unless required by applicable law or agreed to in writing, software
|
|
205
|
+
distributed under the License is distributed on an "AS IS" BASIS,
|
|
206
|
+
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
207
|
+
See the License for the specific language governing permissions and
|
|
208
|
+
limitations under the License.
|
|
209
|
+
License-File: LICENSE
|
|
210
|
+
Classifier: License :: OSI Approved :: Apache Software License
|
|
211
|
+
Classifier: Operating System :: OS Independent
|
|
212
|
+
Classifier: Programming Language :: Python :: 3
|
|
213
|
+
Classifier: Programming Language :: Python :: 3.11
|
|
214
|
+
Classifier: Programming Language :: Python :: 3.13
|
|
215
|
+
Classifier: Topic :: Software Development :: Libraries :: Application Frameworks
|
|
216
|
+
Requires-Python: >=3.10.16
|
|
217
|
+
Requires-Dist: a2a-sdk[http-server]==0.3.7
|
|
218
|
+
Requires-Dist: alembic==1.16.5
|
|
219
|
+
Requires-Dist: asteval==1.0.6
|
|
220
|
+
Requires-Dist: beautifulsoup4==4.13.5
|
|
221
|
+
Requires-Dist: click==8.1.8
|
|
222
|
+
Requires-Dist: fastapi==0.117.1
|
|
223
|
+
Requires-Dist: flask-cors==6.0.1
|
|
224
|
+
Requires-Dist: flask==3.0.3
|
|
225
|
+
Requires-Dist: gitpython==3.1.45
|
|
226
|
+
Requires-Dist: google-adk==1.7.0
|
|
227
|
+
Requires-Dist: google-genai==1.39.0
|
|
228
|
+
Requires-Dist: holidays==0.81.0
|
|
229
|
+
Requires-Dist: httpx==0.28.1
|
|
230
|
+
Requires-Dist: itsdangerous==2.2.0
|
|
231
|
+
Requires-Dist: jmespath==1.0.1
|
|
232
|
+
Requires-Dist: jsonpath-ng==1.7.0
|
|
233
|
+
Requires-Dist: jwcrypto==1.5.6
|
|
234
|
+
Requires-Dist: kaleido==0.2.1
|
|
235
|
+
Requires-Dist: litellm==1.76.3
|
|
236
|
+
Requires-Dist: markdownify==1.2.0
|
|
237
|
+
Requires-Dist: markitdown[all]==0.1.1
|
|
238
|
+
Requires-Dist: mermaid-cli==0.1.2
|
|
239
|
+
Requires-Dist: numpy==2.2.6
|
|
240
|
+
Requires-Dist: openai==1.99.9
|
|
241
|
+
Requires-Dist: pandas==2.3.2
|
|
242
|
+
Requires-Dist: playwright==1.55.0
|
|
243
|
+
Requires-Dist: plotly==6.3.0
|
|
244
|
+
Requires-Dist: pydantic==2.11.9
|
|
245
|
+
Requires-Dist: pydub==0.25.1
|
|
246
|
+
Requires-Dist: pystache==0.6.8
|
|
247
|
+
Requires-Dist: python-dotenv==1.1.1
|
|
248
|
+
Requires-Dist: python-jwt==4.1.0
|
|
249
|
+
Requires-Dist: python-multipart==0.0.20
|
|
250
|
+
Requires-Dist: pyyaml==6.0.2
|
|
251
|
+
Requires-Dist: rouge==1.0.1
|
|
252
|
+
Requires-Dist: solace-ai-connector==1.3.1
|
|
253
|
+
Requires-Dist: sqlalchemy==2.0.40
|
|
254
|
+
Requires-Dist: sse-starlette==3.0.2
|
|
255
|
+
Requires-Dist: toml==0.10.2
|
|
256
|
+
Requires-Dist: uvicorn[standard]==0.37.0
|
|
257
|
+
Provides-Extra: employee-tools
|
|
258
|
+
Requires-Dist: holidays==0.81.0; extra == 'employee-tools'
|
|
259
|
+
Provides-Extra: gcs
|
|
260
|
+
Requires-Dist: google-cloud-storage==2.19.0; extra == 'gcs'
|
|
261
|
+
Provides-Extra: postgresql
|
|
262
|
+
Requires-Dist: psycopg2-binary==2.9.10; extra == 'postgresql'
|
|
263
|
+
Provides-Extra: s3
|
|
264
|
+
Requires-Dist: boto3==1.40.37; extra == 's3'
|
|
265
|
+
Provides-Extra: vertex
|
|
266
|
+
Requires-Dist: google-cloud-aiplatform==1.120.0; extra == 'vertex'
|
|
267
|
+
Description-Content-Type: text/markdown
|
|
268
|
+
|
|
269
|
+
<p align="center">
|
|
270
|
+
<img src="./docs/static/img/logo.png" alt="Solace Agent Mesh Logo" width="100"/>
|
|
271
|
+
</p>
|
|
272
|
+
<h2 align="center">
|
|
273
|
+
Solace Agent Mesh
|
|
274
|
+
</h2>
|
|
275
|
+
<h3 align="center">Open-source framework for building event driven multi-agent AI systems</h3>
|
|
276
|
+
<h5 align="center">Star โญ๏ธ this repo to stay updated as we ship new features and improvements.</h5>
|
|
277
|
+
|
|
278
|
+
<p align="center">
|
|
279
|
+
<a href="https://github.com/SolaceLabs/solace-agent-mesh/blob/main/LICENSE">
|
|
280
|
+
<img src="https://img.shields.io/github/license/SolaceLabs/solace-agent-mesh" alt="License">
|
|
281
|
+
</a>
|
|
282
|
+
<a href="https://pypi.org/project/solace-agent-mesh">
|
|
283
|
+
<img src="https://img.shields.io/pypi/v/solace-agent-mesh.svg" alt="PyPI - Version">
|
|
284
|
+
</a>
|
|
285
|
+
<a href="https://pypi.org/project/solace-agent-mesh">
|
|
286
|
+
<img src="https://img.shields.io/pypi/pyversions/solace-agent-mesh.svg" alt="PyPI - Python Version">
|
|
287
|
+
</a>
|
|
288
|
+
<a href="https://pypi.org/project/solace-agent-mesh">
|
|
289
|
+
<img alt="PyPI - Downloads" src="https://img.shields.io/pypi/dm/solace-agent-mesh?color=00C895">
|
|
290
|
+
</a>
|
|
291
|
+
</p>
|
|
292
|
+
<p align="center">
|
|
293
|
+
<a href="#-key-features">Key Features</a> โข
|
|
294
|
+
<a href="#-quick-start-5-minutes">Quickstart</a> โข
|
|
295
|
+
<a href="#๏ธ-next-steps">Next Steps</a>
|
|
296
|
+
</p>
|
|
297
|
+
|
|
298
|
+
---
|
|
299
|
+
|
|
300
|
+
**Solace Agent Mesh** is a framework that supports building AI applications where multiple specialized AI agents work together to solve complex problems. It uses the event messaging of [Solace Platform](https://solace.com) for true scalability and reliability.
|
|
301
|
+
|
|
302
|
+
With Solace Agent Mesh (SAM), you can create teams of AI agents, each having distinct skills and access to specific tools. For example, you could have a Database Agent that can make SQL queries to fetch data or a MultiModal Agent that can help create images, audio files and reports.
|
|
303
|
+
|
|
304
|
+
The framework handles the communication between agents automatically, so you can focus on building great AI experiences.
|
|
305
|
+
|
|
306
|
+
SAM creates a standardized communication layer where AI agents can:
|
|
307
|
+
* Delegate tasks to peer agents
|
|
308
|
+
* Share data and artifacts
|
|
309
|
+
* Connect with diverse user interfaces and external systems
|
|
310
|
+
* Execute multi-step workflows with minimal coupling
|
|
311
|
+
|
|
312
|
+
SAM is built on top of the Solace AI Connector (SAC) which allows Solace Platform Event Brokers to connect to AI models and services and Google's Agent Development Kit (ADK) for AI logic and tool integrations.
|
|
313
|
+
|
|
314
|
+
<p align="center">
|
|
315
|
+
<img src="docs/static/img/Solace_AI_Framework_With_Broker.png" width="640" alt="SAM Architecture Diagram" />
|
|
316
|
+
</p>
|
|
317
|
+
|
|
318
|
+
|
|
319
|
+
The result? A fully asynchronous, event-driven and decoupled AI agent architecture ready for production deployment. It is robust, reliable and easy to maintain.
|
|
320
|
+
|
|
321
|
+
|
|
322
|
+
---
|
|
323
|
+
|
|
324
|
+
## ๐ Key Features
|
|
325
|
+
- **[Multi-Agent Event-Driven Architecture](https://solacelabs.github.io/solace-agent-mesh/docs/documentation/getting-started/architecture)** โ Agents communicate via the Solace Event Mesh for true scalability
|
|
326
|
+
- **[Agent Orchestration](https://solacelabs.github.io/solace-agent-mesh/docs/documentation/components/agents)** โ Complex tasks are automatically broken down and delegated by the [Orchestrator](https://solacelabs.github.io/solace-agent-mesh/docs/documentation/components/orchestrator) agent
|
|
327
|
+
- **[Flexible Interfaces](https://solacelabs.github.io/solace-agent-mesh/docs/documentation/components/gateways)** โ Integrate with REST API, web UI, [Slack](https://solacelabs.github.io/solace-agent-mesh/docs/documentation/developing/tutorials/slack-integration), or build your own integration
|
|
328
|
+
- **[Extensible](https://solacelabs.github.io/solace-agent-mesh/docs/documentation/components/plugins)** โ Add your own agents, gateways, or services with minimal code
|
|
329
|
+
- **[Agent-to-Agent Communication](https://solacelabs.github.io/solace-agent-mesh/docs/documentation/getting-started/architecture)** โ Agents can discover and delegate tasks to each other seamlessly using the Agent2Agent (A2A) Protocol
|
|
330
|
+
- **[Dynamic Embeds](https://solacelabs.github.io/solace-agent-mesh/docs/documentation/components/builtin-tools/embeds)** โ Embed dynamic content like real-time data, calculations and file contents in responses
|
|
331
|
+
|
|
332
|
+
๐ **Want to know more?** Check out the full Solace Agent Mesh [documentation](https://solacelabs.github.io/solace-agent-mesh/docs/documentation/getting-started/introduction/).
|
|
333
|
+
|
|
334
|
+
---
|
|
335
|
+
|
|
336
|
+
## ๐ Quick Start (5 minutes)
|
|
337
|
+
|
|
338
|
+
Set up Solace Agent Mesh in just a few steps.
|
|
339
|
+
|
|
340
|
+
### โ๏ธ System Requirements
|
|
341
|
+
|
|
342
|
+
To run Solace Agent Mesh locally, you'll need:
|
|
343
|
+
|
|
344
|
+
- **Python 3.10.16+**
|
|
345
|
+
- **pip** (comes with Python)
|
|
346
|
+
- **OS**: MacOS, Linux, or Windows (with [WSL](https://learn.microsoft.com/en-us/windows/wsl/))
|
|
347
|
+
- **LLM API key** (any major provider or custom endpoint)
|
|
348
|
+
|
|
349
|
+
### ๐ป Setup Steps
|
|
350
|
+
|
|
351
|
+
#### 1. Create a directory for a new project
|
|
352
|
+
```bash
|
|
353
|
+
mkdir my-sam && cd my-sam
|
|
354
|
+
```
|
|
355
|
+
#### 2. Create and activate a Python virtual environment
|
|
356
|
+
```bash
|
|
357
|
+
python3 -m venv .venv && source .venv/bin/activate
|
|
358
|
+
```
|
|
359
|
+
#### 3. Install Solace Agent Mesh (SAM)
|
|
360
|
+
Check if you have a version of SAM already installed.
|
|
361
|
+
```bash
|
|
362
|
+
sam -v
|
|
363
|
+
```
|
|
364
|
+
If you have an earlier version, uninstall it and **start from scratch**:
|
|
365
|
+
```bash
|
|
366
|
+
pip3 uninstall solace-agent-mesh
|
|
367
|
+
```
|
|
368
|
+
Note: Optionally, you can try to upgrade versions but this action is not officially supported at this time. (`pip3 install --upgrade solace-agent-mesh`)
|
|
369
|
+
|
|
370
|
+
If no previous version exists, install the latest version with:
|
|
371
|
+
```bash
|
|
372
|
+
pip3 install solace-agent-mesh
|
|
373
|
+
```
|
|
374
|
+
#### 4. Initialize the new project via a GUI tool
|
|
375
|
+
```bash
|
|
376
|
+
sam init --gui
|
|
377
|
+
```
|
|
378
|
+
Note: This initialization UI runs on port 5002
|
|
379
|
+
#### 5. Run the project
|
|
380
|
+
```bash
|
|
381
|
+
sam run
|
|
382
|
+
```
|
|
383
|
+
#### 6. Verify SAM is running
|
|
384
|
+
Open the Web UI at [http://localhost:8000](http://localhost:8000) for the chat interface and ask a question
|
|
385
|
+
|
|
386
|
+
### ๐ง Customize SAM
|
|
387
|
+
|
|
388
|
+
#### New agents can be added via a GUI interface
|
|
389
|
+
```bash
|
|
390
|
+
sam add agent --gui
|
|
391
|
+
```
|
|
392
|
+
|
|
393
|
+
#### Existing plugins can be installed
|
|
394
|
+
```bash
|
|
395
|
+
sam plugin add <your-component-name> --plugin <plugin-name>
|
|
396
|
+
```
|
|
397
|
+
|
|
398
|
+
---
|
|
399
|
+
|
|
400
|
+
## ๐๏ธ Architecture Overview
|
|
401
|
+
|
|
402
|
+
Solace Agent Mesh provides a "Universal A2A Agent Host," a flexible and configurable runtime environment built by integrating Google's Agent Development Kit (ADK) with the Solace AI Connector (SAC) framework.
|
|
403
|
+
|
|
404
|
+
The system allows you to:
|
|
405
|
+
|
|
406
|
+
- Host AI agents developed with Google ADK within the SAC framework
|
|
407
|
+
- Define agent capabilities (LLM model, instructions, tools) primarily through SAC YAML configuration
|
|
408
|
+
- Use Solace Platform as the transport for standard Agent-to-Agent (A2A) protocol communication
|
|
409
|
+
- Enable dynamic discovery of peer agents running within the same ecosystem
|
|
410
|
+
- Allow agents to delegate tasks to discovered peers via the A2A protocol over Solace
|
|
411
|
+
- Manage file artifacts using built-in tools with automatic metadata injection
|
|
412
|
+
- Perform data analysis using built-in SQL, JQ, and visualization tools
|
|
413
|
+
- Use dynamic embeds for context-dependent information resolution
|
|
414
|
+
|
|
415
|
+
### Key Components
|
|
416
|
+
|
|
417
|
+
- **SAC** handles broker connections, configuration loading, and component lifecycle
|
|
418
|
+
- **ADK** provides the agent runtime, LLM interaction, tool execution, and state management
|
|
419
|
+
- **A2A Protocol** enables communication between clients and agents, and between peer agents
|
|
420
|
+
- **Dynamic Embeds** allow placeholders in responses that are resolved with context-dependent information
|
|
421
|
+
- **File Management** provides built-in tools for artifact creation, listing, loading, and metadata handling
|
|
422
|
+
|
|
423
|
+
---
|
|
424
|
+
|
|
425
|
+
## โก๏ธ Next Steps
|
|
426
|
+
|
|
427
|
+
Want to go further? Here are some hands-on tutorials to help you get started:
|
|
428
|
+
|
|
429
|
+
| ๐ง Integration | โฑ๏ธ Est. Time | ๐ Tutorial |
|
|
430
|
+
|----------------|--------------|-------------|
|
|
431
|
+
| ๐ค๏ธ **Weather Agent**<br>Learn how to build an agent that gives Solace Agent Mesh the ability to access real-time weather information. | **~15 min** | [Weather Agent Plugin](https://solacelabs.github.io/solace-agent-mesh/docs/documentation/developing/tutorials/custom-agent) |
|
|
432
|
+
| ๐๏ธ **SQL Database Integration**<br>Enable Solace Agent Mesh to answer company-specific questions using a sample coffee company database.| **~10โ15 min** | [SQL Database Tutorial](https://solacelabs.github.io/solace-agent-mesh/docs/documentation/developing/tutorials/sql-database) |
|
|
433
|
+
| ๐ง **MCP Integration**<br>Integrating a Model Context Protocol (MCP) Servers into Solace Agent Mesh. | **~10โ15 min** | [MCP Integration Tutorial](https://solacelabs.github.io/solace-agent-mesh/docs/documentation/developing/tutorials/mcp-integration) |
|
|
434
|
+
| ๐ฌ **Slack Integration**<br>Chat with Solace Agent Mesh directly from Slack. | **~20โ30 min** | [Slack Integration Tutorial](https://solacelabs.github.io/solace-agent-mesh/docs/documentation/developing/tutorials/slack-integration) |
|
|
435
|
+
|
|
436
|
+
---
|
|
437
|
+
|
|
438
|
+
## ๐ฅ Contributors
|
|
439
|
+
|
|
440
|
+
Solace Agent Mesh is built with the help of our amazing community. Thanks to everyone who has contributed ideas, code and time to make this project better!
|
|
441
|
+
|
|
442
|
+
View the full list of contributors here: [GitHub Contributors](https://github.com/SolaceLabs/solace-agent-mesh/graphs/contributors) ๐
|
|
443
|
+
|
|
444
|
+
**Looking to contribute?** Check out [CONTRIBUTING.md](CONTRIBUTING.md) to get started and see how you can help!
|
|
445
|
+
|
|
446
|
+
---
|
|
447
|
+
|
|
448
|
+
## ๐ License
|
|
449
|
+
|
|
450
|
+
This project is licensed under the **Apache 2.0 License**. See the full license text in the [LICENSE](LICENSE) file.
|
|
451
|
+
|
|
452
|
+
---
|
|
453
|
+
|
|
454
|
+
## ๐งช Running Tests
|
|
455
|
+
|
|
456
|
+
This project uses `pytest` for testing. You can run tests using either `hatch` or `pytest` directly.
|
|
457
|
+
|
|
458
|
+
### Using Hatch
|
|
459
|
+
|
|
460
|
+
The recommended way to run tests is through the `hatch` environment, which ensures all dependencies are managed correctly.
|
|
461
|
+
|
|
462
|
+
```bash
|
|
463
|
+
# Run all tests
|
|
464
|
+
hatch test
|
|
465
|
+
|
|
466
|
+
# Run tests with tags
|
|
467
|
+
hatch test -m "<tag>"
|
|
468
|
+
```
|
|
469
|
+
|
|
470
|
+
### Using Pytest Directly
|
|
471
|
+
|
|
472
|
+
If you prefer to use `pytest` directly, you must first install the project with its test dependencies.
|
|
473
|
+
|
|
474
|
+
```bash
|
|
475
|
+
# Install the project in editable mode with the 'test' extras
|
|
476
|
+
pip install -e .[test]
|
|
477
|
+
|
|
478
|
+
# Run all tests
|
|
479
|
+
pytest
|
|
480
|
+
```
|
|
481
|
+
|
|
482
|
+
---
|
|
483
|
+
|
|
484
|
+
<h3 align="center">
|
|
485
|
+
<img src="./docs/static/img/solace-logo-text.svg" alt="Solace Agent Mesh Logo" width="100"/>
|
|
486
|
+
</h3>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
import{c as n}from"./client-UZ3qU6Bq.js";import{r as a,j as s}from"./vendor-DSqhjwq_.js";function c(){return a.useEffect(()=>{const r=window.location.hash.substring(1),e=new URLSearchParams(r),o=e.get("access_token"),t=e.get("refresh_token");o?(localStorage.setItem("access_token",o),t&&localStorage.setItem("refresh_token",t),window.location.href="/"):console.error("AuthCallback: No access token found in URL hash.")},[]),s.jsx("div",{children:"Loading..."})}n.createRoot(document.getElementById("root")).render(s.jsx(c,{}));
|