solace-agent-mesh 1.11.2__py3-none-any.whl → 1.12.0__py3-none-any.whl
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.
- solace_agent_mesh/agent/adk/callbacks.py +177 -10
- solace_agent_mesh/agent/adk/embed_resolving_mcp_toolset.py +3 -0
- solace_agent_mesh/agent/adk/models/lite_llm.py +34 -16
- solace_agent_mesh/agent/adk/runner.py +66 -8
- solace_agent_mesh/agent/adk/setup.py +61 -26
- solace_agent_mesh/agent/protocol/event_handlers.py +48 -0
- solace_agent_mesh/agent/proxies/a2a/component.py +27 -0
- solace_agent_mesh/agent/sac/component.py +84 -2
- solace_agent_mesh/agent/tools/builtin_artifact_tools.py +41 -22
- solace_agent_mesh/agent/tools/peer_agent_tool.py +19 -12
- solace_agent_mesh/agent/tools/tool_config_types.py +21 -1
- solace_agent_mesh/agent/utils/artifact_helpers.py +54 -0
- solace_agent_mesh/assets/docs/404.html +3 -3
- solace_agent_mesh/assets/docs/assets/js/15ba94aa.e186750d.js +1 -0
- solace_agent_mesh/assets/docs/assets/js/240a0364.83e37aa8.js +1 -0
- solace_agent_mesh/assets/docs/assets/js/2e32b5e0.2f0db237.js +1 -0
- solace_agent_mesh/assets/docs/assets/js/3a6c6137.7e61915d.js +1 -0
- solace_agent_mesh/assets/docs/assets/js/{3ac1795d.28b7c67b.js → 3ac1795d.dc006e20.js} +1 -1
- solace_agent_mesh/assets/docs/assets/js/3ff0015d.f08618fb.js +1 -0
- solace_agent_mesh/assets/docs/assets/js/4667dc50.bf2ad456.js +1 -0
- solace_agent_mesh/assets/docs/assets/js/547e15cc.8e6da617.js +1 -0
- solace_agent_mesh/assets/docs/assets/js/5b8d9c11.d4eb37b8.js +1 -0
- solace_agent_mesh/assets/docs/assets/js/5c2bd65f.1ee87753.js +1 -0
- solace_agent_mesh/assets/docs/assets/js/64195356.09dbd087.js +1 -0
- solace_agent_mesh/assets/docs/assets/js/66d4869e.30340bd3.js +1 -0
- solace_agent_mesh/assets/docs/assets/js/729898df.7249e9fd.js +1 -0
- solace_agent_mesh/assets/docs/assets/js/7e294c01.7c5f6906.js +1 -0
- solace_agent_mesh/assets/docs/assets/js/8024126c.e3467286.js +1 -0
- solace_agent_mesh/assets/docs/assets/js/81a99df0.95be65d4.js +1 -0
- solace_agent_mesh/assets/docs/assets/js/9bb13469.4523ae20.js +1 -0
- solace_agent_mesh/assets/docs/assets/js/a7d42657.a956689d.js +1 -0
- solace_agent_mesh/assets/docs/assets/js/ab9708a8.3e563275.js +1 -0
- solace_agent_mesh/assets/docs/assets/js/e04b235d.06d23db6.js +1 -0
- solace_agent_mesh/assets/docs/assets/js/e1b6eeb4.deb2b62e.js +1 -0
- solace_agent_mesh/assets/docs/assets/js/e6f9706b.acc800d3.js +1 -0
- solace_agent_mesh/assets/docs/assets/js/e92d0134.c147a429.js +1 -0
- solace_agent_mesh/assets/docs/assets/js/ee0c2fe7.94d0a351.js +1 -0
- solace_agent_mesh/assets/docs/assets/js/f284c35a.08fab659.js +1 -0
- solace_agent_mesh/assets/docs/assets/js/main.b241af3e.js +2 -0
- solace_agent_mesh/assets/docs/assets/js/runtime~main.4ca7d2e2.js +1 -0
- solace_agent_mesh/assets/docs/docs/documentation/components/agents/index.html +4 -4
- solace_agent_mesh/assets/docs/docs/documentation/components/builtin-tools/artifact-management/index.html +4 -4
- solace_agent_mesh/assets/docs/docs/documentation/components/builtin-tools/audio-tools/index.html +4 -4
- solace_agent_mesh/assets/docs/docs/documentation/components/builtin-tools/data-analysis-tools/index.html +4 -4
- solace_agent_mesh/assets/docs/docs/documentation/components/builtin-tools/embeds/index.html +4 -4
- solace_agent_mesh/assets/docs/docs/documentation/components/builtin-tools/image-tools/index.html +81 -0
- solace_agent_mesh/assets/docs/docs/documentation/components/builtin-tools/index.html +14 -12
- solace_agent_mesh/assets/docs/docs/documentation/components/cli/index.html +30 -9
- solace_agent_mesh/assets/docs/docs/documentation/components/gateways/index.html +4 -4
- solace_agent_mesh/assets/docs/docs/documentation/components/index.html +6 -4
- solace_agent_mesh/assets/docs/docs/documentation/components/orchestrator/index.html +4 -4
- solace_agent_mesh/assets/docs/docs/documentation/components/platform-service/index.html +33 -0
- solace_agent_mesh/assets/docs/docs/documentation/components/plugins/index.html +4 -4
- solace_agent_mesh/assets/docs/docs/documentation/components/projects/index.html +4 -4
- solace_agent_mesh/assets/docs/docs/documentation/components/prompts/index.html +4 -4
- solace_agent_mesh/assets/docs/docs/documentation/components/proxies/index.html +4 -4
- solace_agent_mesh/assets/docs/docs/documentation/components/speech/index.html +4 -4
- solace_agent_mesh/assets/docs/docs/documentation/deploying/debugging/index.html +4 -4
- solace_agent_mesh/assets/docs/docs/documentation/deploying/deployment-options/index.html +5 -5
- solace_agent_mesh/assets/docs/docs/documentation/deploying/index.html +4 -4
- solace_agent_mesh/assets/docs/docs/documentation/deploying/{kubernetes-deployment → kubernetes}/index.html +6 -6
- solace_agent_mesh/assets/docs/docs/documentation/deploying/kubernetes/kubernetes-deployment-guide/index.html +197 -0
- solace_agent_mesh/assets/docs/docs/documentation/deploying/logging/index.html +11 -6
- solace_agent_mesh/assets/docs/docs/documentation/deploying/observability/index.html +4 -4
- solace_agent_mesh/assets/docs/docs/documentation/deploying/proxy_configuration/index.html +4 -4
- solace_agent_mesh/assets/docs/docs/documentation/developing/create-agents/index.html +4 -4
- solace_agent_mesh/assets/docs/docs/documentation/developing/create-gateways/index.html +4 -4
- solace_agent_mesh/assets/docs/docs/documentation/developing/creating-python-tools/index.html +23 -5
- solace_agent_mesh/assets/docs/docs/documentation/developing/creating-service-providers/index.html +4 -4
- solace_agent_mesh/assets/docs/docs/documentation/developing/evaluations/index.html +4 -4
- solace_agent_mesh/assets/docs/docs/documentation/developing/index.html +4 -4
- solace_agent_mesh/assets/docs/docs/documentation/developing/structure/index.html +4 -4
- solace_agent_mesh/assets/docs/docs/documentation/developing/tutorials/bedrock-agents/index.html +4 -4
- solace_agent_mesh/assets/docs/docs/documentation/developing/tutorials/custom-agent/index.html +4 -4
- solace_agent_mesh/assets/docs/docs/documentation/developing/tutorials/event-mesh-gateway/index.html +4 -4
- solace_agent_mesh/assets/docs/docs/documentation/developing/tutorials/mcp-integration/index.html +17 -8
- solace_agent_mesh/assets/docs/docs/documentation/developing/tutorials/mongodb-integration/index.html +4 -4
- solace_agent_mesh/assets/docs/docs/documentation/developing/tutorials/rag-integration/index.html +4 -4
- solace_agent_mesh/assets/docs/docs/documentation/developing/tutorials/rest-gateway/index.html +4 -4
- solace_agent_mesh/assets/docs/docs/documentation/developing/tutorials/slack-integration/index.html +4 -4
- solace_agent_mesh/assets/docs/docs/documentation/developing/tutorials/sql-database/index.html +4 -4
- solace_agent_mesh/assets/docs/docs/documentation/developing/tutorials/teams-integration/index.html +4 -4
- solace_agent_mesh/assets/docs/docs/documentation/enterprise/agent-builder/index.html +5 -5
- solace_agent_mesh/assets/docs/docs/documentation/enterprise/connectors/index.html +4 -4
- solace_agent_mesh/assets/docs/docs/documentation/enterprise/index.html +4 -4
- solace_agent_mesh/assets/docs/docs/documentation/enterprise/installation/index.html +4 -4
- solace_agent_mesh/assets/docs/docs/documentation/enterprise/openapi-tools/index.html +4 -4
- solace_agent_mesh/assets/docs/docs/documentation/enterprise/rbac-setup-guide/index.html +4 -4
- solace_agent_mesh/assets/docs/docs/documentation/enterprise/secure-user-delegated-access/index.html +4 -4
- solace_agent_mesh/assets/docs/docs/documentation/enterprise/single-sign-on/index.html +4 -4
- solace_agent_mesh/assets/docs/docs/documentation/enterprise/wheel-installation/index.html +4 -4
- solace_agent_mesh/assets/docs/docs/documentation/getting-started/architecture/index.html +4 -4
- solace_agent_mesh/assets/docs/docs/documentation/getting-started/index.html +6 -5
- solace_agent_mesh/assets/docs/docs/documentation/getting-started/introduction/index.html +4 -4
- solace_agent_mesh/assets/docs/docs/documentation/getting-started/try-agent-mesh/index.html +4 -4
- solace_agent_mesh/assets/docs/docs/documentation/getting-started/vibe_coding/index.html +62 -0
- solace_agent_mesh/assets/docs/docs/documentation/installing-and-configuring/artifact-storage/index.html +25 -4
- solace_agent_mesh/assets/docs/docs/documentation/installing-and-configuring/configurations/index.html +4 -4
- solace_agent_mesh/assets/docs/docs/documentation/installing-and-configuring/index.html +4 -4
- solace_agent_mesh/assets/docs/docs/documentation/installing-and-configuring/installation/index.html +4 -4
- solace_agent_mesh/assets/docs/docs/documentation/installing-and-configuring/large_language_models/index.html +4 -4
- solace_agent_mesh/assets/docs/docs/documentation/installing-and-configuring/run-project/index.html +4 -4
- solace_agent_mesh/assets/docs/docs/documentation/installing-and-configuring/session-storage/index.html +4 -4
- solace_agent_mesh/assets/docs/docs/documentation/installing-and-configuring/user-feedback/index.html +4 -4
- solace_agent_mesh/assets/docs/docs/documentation/migrations/a2a-upgrade/a2a-gateway-upgrade-to-0.3.0/index.html +4 -4
- solace_agent_mesh/assets/docs/docs/documentation/migrations/a2a-upgrade/a2a-technical-migration-map/index.html +4 -4
- solace_agent_mesh/assets/docs/docs/documentation/migrations/platform-service-split/index.html +85 -0
- solace_agent_mesh/assets/docs/lunr-index-1767712284328.json +1 -0
- solace_agent_mesh/assets/docs/lunr-index.json +1 -1
- solace_agent_mesh/assets/docs/search-doc-1767712284328.json +1 -0
- solace_agent_mesh/assets/docs/search-doc.json +1 -1
- solace_agent_mesh/assets/docs/sitemap.xml +1 -1
- solace_agent_mesh/cli/__init__.py +1 -1
- solace_agent_mesh/cli/commands/init_cmd/__init__.py +15 -0
- solace_agent_mesh/cli/commands/init_cmd/directory_step.py +1 -1
- solace_agent_mesh/cli/commands/init_cmd/env_step.py +29 -2
- solace_agent_mesh/cli/commands/init_cmd/platform_service_step.py +85 -0
- solace_agent_mesh/cli/commands/tools_cmd.py +315 -0
- solace_agent_mesh/cli/main.py +2 -0
- solace_agent_mesh/client/webui/frontend/static/assets/{authCallback-Dj3JtK42.js → authCallback-8Nihi8rv.js} +1 -1
- solace_agent_mesh/client/webui/frontend/static/assets/{client-ZKk9kEJ5.js → client-DYtZN8p-.js} +1 -1
- solace_agent_mesh/client/webui/frontend/static/assets/main-BYGUHQMk.js +435 -0
- solace_agent_mesh/client/webui/frontend/static/assets/main-D2CSH1bp.css +1 -0
- solace_agent_mesh/client/webui/frontend/static/assets/{vendor-BNV4kZN0.js → vendor-XBWAmrun.js} +106 -101
- solace_agent_mesh/client/webui/frontend/static/auth-callback.html +3 -3
- solace_agent_mesh/client/webui/frontend/static/index.html +4 -4
- solace_agent_mesh/client/webui/frontend/static/ui-version.json +1 -1
- solace_agent_mesh/common/a2a/types.py +1 -1
- solace_agent_mesh/common/agent_registry.py +38 -11
- solace_agent_mesh/common/data_parts.py +28 -0
- solace_agent_mesh/common/error_handlers.py +83 -0
- solace_agent_mesh/common/sam_events/event_service.py +2 -2
- solace_agent_mesh/config_portal/backend/common.py +2 -0
- solace_agent_mesh/config_portal/frontend/static/client/assets/_index-ZV-jX48T.js +103 -0
- solace_agent_mesh/config_portal/frontend/static/client/assets/{manifest-ba77705e.js → manifest-ce5bc5da.js} +1 -1
- solace_agent_mesh/config_portal/frontend/static/client/index.html +1 -1
- solace_agent_mesh/core_a2a/service.py +3 -2
- solace_agent_mesh/gateway/adapter/base.py +28 -1
- solace_agent_mesh/gateway/adapter/types.py +9 -0
- solace_agent_mesh/gateway/base/auth_interface.py +103 -0
- solace_agent_mesh/gateway/base/component.py +68 -1
- solace_agent_mesh/gateway/generic/component.py +195 -30
- solace_agent_mesh/gateway/http_sse/app.py +23 -6
- solace_agent_mesh/gateway/http_sse/component.py +9 -61
- solace_agent_mesh/gateway/http_sse/dependencies.py +9 -51
- solace_agent_mesh/gateway/http_sse/main.py +28 -418
- solace_agent_mesh/gateway/http_sse/repository/chat_task_repository.py +2 -2
- solace_agent_mesh/gateway/http_sse/repository/entities/project.py +1 -1
- solace_agent_mesh/gateway/http_sse/repository/entities/project_user.py +1 -1
- solace_agent_mesh/gateway/http_sse/repository/entities/session.py +2 -2
- solace_agent_mesh/gateway/http_sse/repository/feedback_repository.py +2 -2
- solace_agent_mesh/gateway/http_sse/repository/interfaces.py +2 -2
- solace_agent_mesh/gateway/http_sse/repository/models/prompt_model.py +1 -1
- solace_agent_mesh/gateway/http_sse/repository/models/session_model.py +1 -1
- solace_agent_mesh/gateway/http_sse/repository/project_repository.py +1 -1
- solace_agent_mesh/gateway/http_sse/repository/project_user_repository.py +1 -1
- solace_agent_mesh/gateway/http_sse/repository/session_repository.py +4 -4
- solace_agent_mesh/gateway/http_sse/repository/task_repository.py +2 -2
- solace_agent_mesh/gateway/http_sse/routers/artifacts.py +16 -15
- solace_agent_mesh/gateway/http_sse/routers/auth.py +61 -132
- solace_agent_mesh/gateway/http_sse/routers/config.py +12 -8
- solace_agent_mesh/gateway/http_sse/routers/dto/requests/session_requests.py +1 -1
- solace_agent_mesh/gateway/http_sse/routers/dto/responses/base_responses.py +1 -1
- solace_agent_mesh/gateway/http_sse/routers/dto/responses/session_responses.py +2 -2
- solace_agent_mesh/gateway/http_sse/routers/feedback.py +2 -2
- solace_agent_mesh/gateway/http_sse/routers/people.py +2 -2
- solace_agent_mesh/gateway/http_sse/routers/projects.py +2 -1
- solace_agent_mesh/gateway/http_sse/routers/prompts.py +2 -1
- solace_agent_mesh/gateway/http_sse/routers/sessions.py +3 -3
- solace_agent_mesh/gateway/http_sse/routers/speech.py +1 -1
- solace_agent_mesh/gateway/http_sse/routers/tasks.py +3 -2
- solace_agent_mesh/gateway/http_sse/routers/users.py +1 -1
- solace_agent_mesh/gateway/http_sse/routers/visualization.py +2 -1
- solace_agent_mesh/gateway/http_sse/services/background_task_monitor.py +1 -1
- solace_agent_mesh/gateway/http_sse/services/data_retention_service.py +1 -1
- solace_agent_mesh/gateway/http_sse/services/feedback_service.py +1 -1
- solace_agent_mesh/gateway/http_sse/services/session_service.py +4 -4
- solace_agent_mesh/gateway/http_sse/services/task_logger_service.py +1 -1
- solace_agent_mesh/services/platform/__init__.py +23 -12
- solace_agent_mesh/services/platform/api/dependencies.py +23 -16
- solace_agent_mesh/services/platform/api/main.py +118 -43
- solace_agent_mesh/services/platform/api/routers/__init__.py +12 -3
- solace_agent_mesh/services/platform/api/routers/health_router.py +31 -0
- solace_agent_mesh/services/platform/app.py +101 -7
- solace_agent_mesh/services/platform/component.py +552 -33
- solace_agent_mesh/shared/__init__.py +14 -0
- solace_agent_mesh/shared/api/__init__.py +42 -0
- solace_agent_mesh/shared/auth/__init__.py +26 -0
- solace_agent_mesh/shared/auth/dependencies.py +204 -0
- solace_agent_mesh/shared/auth/middleware.py +291 -0
- solace_agent_mesh/shared/database/__init__.py +20 -0
- solace_agent_mesh/{gateway/http_sse/shared → shared/database}/base_repository.py +1 -1
- solace_agent_mesh/{gateway/http_sse/shared → shared/database}/database_exceptions.py +1 -1
- solace_agent_mesh/{gateway/http_sse/shared → shared/database}/database_helpers.py +1 -1
- solace_agent_mesh/shared/exceptions/__init__.py +36 -0
- solace_agent_mesh/{gateway/http_sse/shared → shared/exceptions}/exception_handlers.py +1 -1
- solace_agent_mesh/shared/utils/__init__.py +21 -0
- solace_agent_mesh/templates/platform.yaml +49 -0
- solace_agent_mesh/templates/webui.yaml +12 -3
- {solace_agent_mesh-1.11.2.dist-info → solace_agent_mesh-1.12.0.dist-info}/METADATA +2 -1
- {solace_agent_mesh-1.11.2.dist-info → solace_agent_mesh-1.12.0.dist-info}/RECORD +214 -258
- solace_agent_mesh/agent/adk/adk_llm.txt +0 -226
- solace_agent_mesh/agent/adk/adk_llm_detail.txt +0 -566
- solace_agent_mesh/agent/adk/artifacts/artifacts_llm.txt +0 -171
- solace_agent_mesh/agent/adk/models/models_llm.txt +0 -189
- solace_agent_mesh/agent/agent_llm.txt +0 -369
- solace_agent_mesh/agent/agent_llm_detail.txt +0 -1702
- solace_agent_mesh/agent/protocol/protocol_llm.txt +0 -81
- solace_agent_mesh/agent/protocol/protocol_llm_detail.txt +0 -92
- solace_agent_mesh/agent/proxies/a2a/a2a_llm.txt +0 -190
- solace_agent_mesh/agent/proxies/base/base_llm.txt +0 -148
- solace_agent_mesh/agent/proxies/proxies_llm.txt +0 -283
- solace_agent_mesh/agent/sac/sac_llm.txt +0 -189
- solace_agent_mesh/agent/sac/sac_llm_detail.txt +0 -200
- solace_agent_mesh/agent/testing/testing_llm.txt +0 -58
- solace_agent_mesh/agent/testing/testing_llm_detail.txt +0 -68
- solace_agent_mesh/agent/tools/tools_llm.txt +0 -276
- solace_agent_mesh/agent/tools/tools_llm_detail.txt +0 -275
- solace_agent_mesh/agent/utils/utils_llm.txt +0 -152
- solace_agent_mesh/agent/utils/utils_llm_detail.txt +0 -149
- solace_agent_mesh/assets/docs/assets/js/15ba94aa.92fea363.js +0 -1
- solace_agent_mesh/assets/docs/assets/js/240a0364.9ad94d1b.js +0 -1
- solace_agent_mesh/assets/docs/assets/js/2e32b5e0.33f5d75b.js +0 -1
- solace_agent_mesh/assets/docs/assets/js/3a6c6137.f5940cfa.js +0 -1
- solace_agent_mesh/assets/docs/assets/js/3ff0015d.2ddc75c0.js +0 -1
- solace_agent_mesh/assets/docs/assets/js/547e15cc.2f7790c1.js +0 -1
- solace_agent_mesh/assets/docs/assets/js/5c2bd65f.90a87880.js +0 -1
- solace_agent_mesh/assets/docs/assets/js/64195356.c498c4d0.js +0 -1
- solace_agent_mesh/assets/docs/assets/js/66d4869e.b77431fc.js +0 -1
- solace_agent_mesh/assets/docs/assets/js/8024126c.fa0e7186.js +0 -1
- solace_agent_mesh/assets/docs/assets/js/81a99df0.2484b8d9.js +0 -1
- solace_agent_mesh/assets/docs/assets/js/9bb13469.b2333011.js +0 -1
- solace_agent_mesh/assets/docs/assets/js/ab9708a8.245ae0ef.js +0 -1
- solace_agent_mesh/assets/docs/assets/js/db5d6442.3daf1696.js +0 -1
- solace_agent_mesh/assets/docs/assets/js/e04b235d.52cb25ed.js +0 -1
- solace_agent_mesh/assets/docs/assets/js/e1b6eeb4.b1068f9b.js +0 -1
- solace_agent_mesh/assets/docs/assets/js/e6f9706b.4488e34c.js +0 -1
- solace_agent_mesh/assets/docs/assets/js/e92d0134.3bda61dd.js +0 -1
- solace_agent_mesh/assets/docs/assets/js/f284c35a.250993bf.js +0 -1
- solace_agent_mesh/assets/docs/assets/js/main.7acf7ace.js +0 -2
- solace_agent_mesh/assets/docs/assets/js/runtime~main.9e0813a2.js +0 -1
- solace_agent_mesh/assets/docs/lunr-index-1765810064709.json +0 -1
- solace_agent_mesh/assets/docs/search-doc-1765810064709.json +0 -1
- solace_agent_mesh/cli/commands/add_cmd/add_cmd_llm.txt +0 -250
- solace_agent_mesh/cli/commands/init_cmd/init_cmd_llm.txt +0 -365
- solace_agent_mesh/cli/commands/plugin_cmd/plugin_cmd_llm.txt +0 -305
- solace_agent_mesh/client/webui/frontend/static/assets/main-BcUaNZ-Q.css +0 -1
- solace_agent_mesh/client/webui/frontend/static/assets/main-vjch4RYc.js +0 -435
- solace_agent_mesh/common/a2a/a2a_llm.txt +0 -175
- solace_agent_mesh/common/a2a/a2a_llm_detail.txt +0 -193
- solace_agent_mesh/common/a2a_spec/a2a_spec_llm.txt +0 -445
- solace_agent_mesh/common/a2a_spec/a2a_spec_llm_detail.txt +0 -736
- solace_agent_mesh/common/a2a_spec/schemas/schemas_llm.txt +0 -330
- solace_agent_mesh/common/common_llm.txt +0 -230
- solace_agent_mesh/common/common_llm_detail.txt +0 -2562
- solace_agent_mesh/common/middleware/middleware_llm.txt +0 -174
- solace_agent_mesh/common/middleware/middleware_llm_detail.txt +0 -185
- solace_agent_mesh/common/sac/sac_llm.txt +0 -71
- solace_agent_mesh/common/sac/sac_llm_detail.txt +0 -82
- solace_agent_mesh/common/sam_events/sam_events_llm.txt +0 -104
- solace_agent_mesh/common/sam_events/sam_events_llm_detail.txt +0 -115
- solace_agent_mesh/common/services/providers/providers_llm.txt +0 -81
- solace_agent_mesh/common/services/services_llm.txt +0 -368
- solace_agent_mesh/common/services/services_llm_detail.txt +0 -459
- solace_agent_mesh/common/utils/embeds/embeds_llm.txt +0 -220
- solace_agent_mesh/common/utils/utils_llm.txt +0 -335
- solace_agent_mesh/common/utils/utils_llm_detail.txt +0 -572
- solace_agent_mesh/config_portal/frontend/static/client/assets/_index-DiOiAjzL.js +0 -103
- solace_agent_mesh/core_a2a/core_a2a_llm.txt +0 -90
- solace_agent_mesh/core_a2a/core_a2a_llm_detail.txt +0 -101
- solace_agent_mesh/gateway/base/base_llm.txt +0 -226
- solace_agent_mesh/gateway/base/base_llm_detail.txt +0 -235
- solace_agent_mesh/gateway/gateway_llm.txt +0 -369
- solace_agent_mesh/gateway/gateway_llm_detail.txt +0 -3885
- solace_agent_mesh/gateway/http_sse/alembic/alembic_llm.txt +0 -345
- solace_agent_mesh/gateway/http_sse/alembic/versions/versions_llm.txt +0 -161
- solace_agent_mesh/gateway/http_sse/components/components_llm.txt +0 -105
- solace_agent_mesh/gateway/http_sse/http_sse_llm.txt +0 -299
- solace_agent_mesh/gateway/http_sse/http_sse_llm_detail.txt +0 -3278
- solace_agent_mesh/gateway/http_sse/repository/entities/entities_llm.txt +0 -221
- solace_agent_mesh/gateway/http_sse/repository/models/models_llm.txt +0 -257
- solace_agent_mesh/gateway/http_sse/repository/repository_llm.txt +0 -308
- solace_agent_mesh/gateway/http_sse/routers/dto/dto_llm.txt +0 -450
- solace_agent_mesh/gateway/http_sse/routers/dto/requests/requests_llm.txt +0 -133
- solace_agent_mesh/gateway/http_sse/routers/dto/responses/responses_llm.txt +0 -123
- solace_agent_mesh/gateway/http_sse/routers/routers_llm.txt +0 -312
- solace_agent_mesh/gateway/http_sse/services/services_llm.txt +0 -303
- solace_agent_mesh/gateway/http_sse/shared/__init__.py +0 -146
- solace_agent_mesh/gateway/http_sse/shared/shared_llm.txt +0 -319
- solace_agent_mesh/gateway/http_sse/utils/utils_llm.txt +0 -47
- solace_agent_mesh/llm.txt +0 -228
- solace_agent_mesh/llm_detail.txt +0 -2835
- solace_agent_mesh/solace_agent_mesh_llm.txt +0 -362
- solace_agent_mesh/solace_agent_mesh_llm_detail.txt +0 -8599
- solace_agent_mesh/templates/templates_llm.txt +0 -147
- /solace_agent_mesh/assets/docs/assets/js/{main.7acf7ace.js.LICENSE.txt → main.b241af3e.js.LICENSE.txt} +0 -0
- /solace_agent_mesh/{gateway/http_sse/shared → shared/api}/auth_utils.py +0 -0
- /solace_agent_mesh/{gateway/http_sse/shared → shared/api}/pagination.py +0 -0
- /solace_agent_mesh/{gateway/http_sse/shared → shared/api}/response_utils.py +0 -0
- /solace_agent_mesh/{gateway/http_sse/shared → shared/exceptions}/error_dto.py +0 -0
- /solace_agent_mesh/{gateway/http_sse/shared → shared/exceptions}/exceptions.py +0 -0
- /solace_agent_mesh/{gateway/http_sse/shared → shared/utils}/enums.py +0 -0
- /solace_agent_mesh/{gateway/http_sse/shared → shared/utils}/timestamp_utils.py +0 -0
- /solace_agent_mesh/{gateway/http_sse/shared → shared/utils}/types.py +0 -0
- /solace_agent_mesh/{gateway/http_sse/shared → shared/utils}/utils.py +0 -0
- {solace_agent_mesh-1.11.2.dist-info → solace_agent_mesh-1.12.0.dist-info}/WHEEL +0 -0
- {solace_agent_mesh-1.11.2.dist-info → solace_agent_mesh-1.12.0.dist-info}/entry_points.txt +0 -0
- {solace_agent_mesh-1.11.2.dist-info → solace_agent_mesh-1.12.0.dist-info}/licenses/LICENSE +0 -0
|
@@ -1,24 +1,16 @@
|
|
|
1
1
|
solace_agent_mesh/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
2
|
-
solace_agent_mesh/llm.txt,sha256=0HhcBA1hHCqzrBtX2HmLeJSqJ3MnQfpwfj5KfD1C3ws,10856
|
|
3
|
-
solace_agent_mesh/llm_detail.txt,sha256=5Zg44Po_hkvIM_841DeqTfMazPzHz4GTEzFPso9iKjY,159319
|
|
4
|
-
solace_agent_mesh/solace_agent_mesh_llm.txt,sha256=bfUKox-C7G6UGSEFpqdESjS7q5fFXshipFTBSZmJUFs,14662
|
|
5
|
-
solace_agent_mesh/solace_agent_mesh_llm_detail.txt,sha256=49eiokJnUF1ja_4tceYmKpyL4xYzfuw6bh9r1ZD27N8,376073
|
|
6
2
|
solace_agent_mesh/agent/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
7
|
-
solace_agent_mesh/agent/agent_llm.txt,sha256=8qEgkB3lc1pDtOe_40qY1YoV04gglJ0jCjZPq5Cw79k,14722
|
|
8
|
-
solace_agent_mesh/agent/agent_llm_detail.txt,sha256=M9lXP7eB1tJUW2fwq0OC5YtEY0hFFYWw1I4Qmq_8H1Y,81860
|
|
9
3
|
solace_agent_mesh/agent/adk/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
10
|
-
solace_agent_mesh/agent/adk/adk_llm.txt,sha256=asPY48qwhsrbfr1lwaDMre_EyZPXLXiMQcuw_qA9OA0,15095
|
|
11
|
-
solace_agent_mesh/agent/adk/adk_llm_detail.txt,sha256=a11TTq0ABu5OVuuWuaNHHFTzQpxGqP564SJnv244E7c,28423
|
|
12
4
|
solace_agent_mesh/agent/adk/alembic.ini,sha256=BLZOqjFy35N6P77MfEvTsBWxJvDvTd9OklJQnHIt3X4,4302
|
|
13
5
|
solace_agent_mesh/agent/adk/app_llm_agent.py,sha256=6HVYA4kx5_Q0C0T0RmLzTBdM8Mt-GpdpnWp5LYf7H6Y,1914
|
|
14
|
-
solace_agent_mesh/agent/adk/callbacks.py,sha256=
|
|
15
|
-
solace_agent_mesh/agent/adk/embed_resolving_mcp_toolset.py,sha256=
|
|
6
|
+
solace_agent_mesh/agent/adk/callbacks.py,sha256=HXfohCC3hi-B2YRGxEtr6WUSzw4SxhhNo6pfCSZdIHE,105729
|
|
7
|
+
solace_agent_mesh/agent/adk/embed_resolving_mcp_toolset.py,sha256=tdx_664xJV3yQ_BCbhKLwdPFEVeGN0jOInv2Qw__ygs,15719
|
|
16
8
|
solace_agent_mesh/agent/adk/intelligent_mcp_callbacks.py,sha256=D65qzp7XGKFd8yiBgB8lPffQGKNFSqUH7HUYMh-fHH4,15841
|
|
17
9
|
solace_agent_mesh/agent/adk/mcp_content_processor.py,sha256=8RA34feTZYh50jzDuFWET9cnn_nBMmLWSu-7DHt_eEE,23850
|
|
18
|
-
solace_agent_mesh/agent/adk/runner.py,sha256=
|
|
10
|
+
solace_agent_mesh/agent/adk/runner.py,sha256=44xfarjSLrDlEfuan7BKvFLfojfIOvMo2Hpv3I2qryg,16808
|
|
19
11
|
solace_agent_mesh/agent/adk/schema_migration.py,sha256=VbY3dF58tgM5snjaB76taI13M0dgmSy0LqS4wPyH7Uk,2646
|
|
20
12
|
solace_agent_mesh/agent/adk/services.py,sha256=-ezH4IeZq91CkjeqpVOLHn1uiUm9G6IM3BmjZ5mT2WQ,16349
|
|
21
|
-
solace_agent_mesh/agent/adk/setup.py,sha256=
|
|
13
|
+
solace_agent_mesh/agent/adk/setup.py,sha256=mAcQAQV1qw6RI0YALOM2HnUiRqyKLenZg9JHEPWWdx4,50198
|
|
22
14
|
solace_agent_mesh/agent/adk/stream_parser.py,sha256=4mZ3bAQQM1NCzUyrG9PcqgFI0sQalrOPSIVAAT94k3g,17484
|
|
23
15
|
solace_agent_mesh/agent/adk/tool_wrapper.py,sha256=04oOvXcQlaEOEtWFOygYgmUX1-4wEBONYB8WbOSeQ7U,6712
|
|
24
16
|
solace_agent_mesh/agent/adk/alembic/README,sha256=HWcnX2T8QQesBv-JRxKAUMeSiqF0xGotqsXUAbdjqeY,2185
|
|
@@ -26,114 +18,84 @@ solace_agent_mesh/agent/adk/alembic/env.py,sha256=FGGH2Pk8FiHaGMYqT9Ey6J_24i5JyC
|
|
|
26
18
|
solace_agent_mesh/agent/adk/alembic/script.py.mako,sha256=04kgeBtNMa4cCnG8CfQcKt6P6rnloIfj8wy0u_DBydM,704
|
|
27
19
|
solace_agent_mesh/agent/adk/alembic/versions/e2902798564d_adk_session_db_upgrade.py,sha256=B1Oxof6ki_xd0W4T6KPYouakyo9wIk5EnQU4tBhoM9Y,1779
|
|
28
20
|
solace_agent_mesh/agent/adk/artifacts/__init__.py,sha256=vAB8eqGwgPo3nx6YkT93Y7puYRMcqIKMAchBizvdw7Y,62
|
|
29
|
-
solace_agent_mesh/agent/adk/artifacts/artifacts_llm.txt,sha256=hhawOuKofobZ0BDxGwpKyaxnlD4IdUfhJulVKNI2KxQ,6567
|
|
30
21
|
solace_agent_mesh/agent/adk/artifacts/filesystem_artifact_service.py,sha256=nyGwWLx69Pzh9OTssceDWYjWzCqrGDwxqRAi4DTpBXU,20301
|
|
31
22
|
solace_agent_mesh/agent/adk/artifacts/s3_artifact_service.py,sha256=PxbcAEcIhrvABBmTz-QjPRhyhPSFem4OyLlJl83iblw,21688
|
|
32
|
-
solace_agent_mesh/agent/adk/models/lite_llm.py,sha256=
|
|
33
|
-
solace_agent_mesh/agent/adk/models/models_llm.txt,sha256=5H6Ee1hJFQXxG6Y5qX_bHPiWaWEC2oSlC7mHel0D6p0,8506
|
|
23
|
+
solace_agent_mesh/agent/adk/models/lite_llm.py,sha256=oT2k2ZrPPgaKVA-OqSiNM_z-cP7BNnnT5DwDbhAIIhc,38517
|
|
34
24
|
solace_agent_mesh/agent/adk/models/oauth2_token_manager.py,sha256=4GOw35scRh3Iyu3wbguKSpDJuXaVJCyC9dPEdfto-rA,5157
|
|
35
25
|
solace_agent_mesh/agent/protocol/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
36
|
-
solace_agent_mesh/agent/protocol/event_handlers.py,sha256=
|
|
37
|
-
solace_agent_mesh/agent/protocol/protocol_llm.txt,sha256=3lyLvqnQTrypazWFZgtbSiT8Ag2EontZUuasXB1l1k4,4615
|
|
38
|
-
solace_agent_mesh/agent/protocol/protocol_llm_detail.txt,sha256=yl3b6kBP5qh0XWM6ls10QST2T3ccLrcgIkld0o_Vl8A,5034
|
|
26
|
+
solace_agent_mesh/agent/protocol/event_handlers.py,sha256=HLeUAFdR_t164AhtwSnZeSzfOkNL5yhGJKHdlkbFtZA,91794
|
|
39
27
|
solace_agent_mesh/agent/proxies/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
40
|
-
solace_agent_mesh/agent/proxies/proxies_llm.txt,sha256=5IswIOVt5uaJDDfNe5rS5z7sLDpi0g46aMjWjIVcRsU,9607
|
|
41
28
|
solace_agent_mesh/agent/proxies/a2a/__init__.py,sha256=8R6rCFxoaCRrQXSbAUmlz8UPAhFHGf-xiAZ3CKEUiEY,103
|
|
42
|
-
solace_agent_mesh/agent/proxies/a2a/a2a_llm.txt,sha256=4HrVGykoFW8FpyY34TJ3TDYh9GZvjwHIMfoWk987QQ0,6656
|
|
43
29
|
solace_agent_mesh/agent/proxies/a2a/app.py,sha256=w8Y5hNcc_QdTNdpDZwI9qBNIlt_Iyh1ufovfdzaPaa8,1825
|
|
44
|
-
solace_agent_mesh/agent/proxies/a2a/component.py,sha256=
|
|
30
|
+
solace_agent_mesh/agent/proxies/a2a/component.py,sha256=Ou5IKJ1w10irUh191-8RgpOl7ccTGLIJzOXvELwbq7M,69437
|
|
45
31
|
solace_agent_mesh/agent/proxies/a2a/config.py,sha256=N9HQ7KEwcOYaFGUgZERlewvd6vXDtEEhQD12p8kMPw4,8449
|
|
46
32
|
solace_agent_mesh/agent/proxies/a2a/oauth_token_cache.py,sha256=meaYBsSsGpTttH-8NzcFcmqbLGI0D35kotkGYpWazI4,3248
|
|
47
33
|
solace_agent_mesh/agent/proxies/base/__init__.py,sha256=bMxoVtQiCPCT83LYMStubCIcvqzjV7u83Dq2u08fjiM,96
|
|
48
34
|
solace_agent_mesh/agent/proxies/base/app.py,sha256=08HuWvfkXT-qPNw_JgFZvUQGQxMb937R0LMK-dMweg8,3728
|
|
49
|
-
solace_agent_mesh/agent/proxies/base/base_llm.txt,sha256=KL3bKHEqXC6ZuDVegaRY0zo0ispXYDM-uLKa9GmQ6Uo,6511
|
|
50
35
|
solace_agent_mesh/agent/proxies/base/component.py,sha256=Lt9V5SMYDsww_1SRjW2JyoLLxuz8q6144EtV1N8DamE,33231
|
|
51
36
|
solace_agent_mesh/agent/proxies/base/config.py,sha256=9YuKSAmhw_oB8zqfqpWu5ww3Fmj5G6gkT8VIJSqx4kE,2966
|
|
52
37
|
solace_agent_mesh/agent/proxies/base/proxy_task_context.py,sha256=B7a2_44RcY7bs1BkTeNTesUgikFcgP25qGNyUUdlW9k,673
|
|
53
38
|
solace_agent_mesh/agent/sac/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
54
39
|
solace_agent_mesh/agent/sac/app.py,sha256=8t88-6CW-EEaxXFgORwJwx-a7X8cm2HGoOT82I_XB-U,23801
|
|
55
|
-
solace_agent_mesh/agent/sac/component.py,sha256=
|
|
40
|
+
solace_agent_mesh/agent/sac/component.py,sha256=ZoutQ93hkCe2j0jAN2HHULixrCTO1_e33SeaZmKzP0w,153492
|
|
56
41
|
solace_agent_mesh/agent/sac/patch_adk.py,sha256=3AIubbx05hXE87_8kVU63CZmaruSlfJ5fGOFF1EgXTM,4078
|
|
57
|
-
solace_agent_mesh/agent/sac/sac_llm.txt,sha256=2wxnyXL0IX4HvSGBJ64ndIYLxsRiBoRWaI2RG2HKgTw,9675
|
|
58
|
-
solace_agent_mesh/agent/sac/sac_llm_detail.txt,sha256=9xjnleDfVCjirnT1MggdGZ93q2YhNkqhjjBYxXimUHk,10069
|
|
59
42
|
solace_agent_mesh/agent/sac/task_execution_context.py,sha256=4cpvczjY5RPHZDfUnGC9Ond6KbhITRXOWuUV8Rjoc-o,16491
|
|
60
43
|
solace_agent_mesh/agent/testing/__init__.py,sha256=Jo_gILQRyefq52v4zYml91xf04lduzam-2fwgNwuAy4,64
|
|
61
44
|
solace_agent_mesh/agent/testing/debug_utils.py,sha256=-nNJUs8aeRnEFbG0ZrXL3-FFcCDKC_-7KXViwp6fLqw,4972
|
|
62
|
-
solace_agent_mesh/agent/testing/testing_llm.txt,sha256=69Vl5nnkCqoilnk_ODcNz0MLYxx70aXMXD8Uba0Gw6M,2261
|
|
63
|
-
solace_agent_mesh/agent/testing/testing_llm_detail.txt,sha256=XBZUeyp87IrhqULoP9v42ALQybOiGJwj3ESFHn-DmWs,2594
|
|
64
45
|
solace_agent_mesh/agent/tools/__init__.py,sha256=_MJScAMl8z26oW2hZ1xLTNC9bisLg7Vj7a8Cv5ouQro,525
|
|
65
46
|
solace_agent_mesh/agent/tools/audio_tools.py,sha256=tNKlwx9yUX6UQWKWW9U1Xi003P_tUxSJkKgMCDSV3J8,65545
|
|
66
|
-
solace_agent_mesh/agent/tools/builtin_artifact_tools.py,sha256=
|
|
47
|
+
solace_agent_mesh/agent/tools/builtin_artifact_tools.py,sha256=KGR0jcQrf1GH96IcsC4PhV-clstzQ4Q4ZA8Oz7vyCGc,102951
|
|
67
48
|
solace_agent_mesh/agent/tools/builtin_data_analysis_tools.py,sha256=Ym4gj9R17ahECaIeSxGuAAEely0Kg3RIY3YMEvvprQA,8968
|
|
68
49
|
solace_agent_mesh/agent/tools/dynamic_tool.py,sha256=bmbkfybo4wds91sddvSTuWtleOHQCFr9d6ESI51w_70,13649
|
|
69
50
|
solace_agent_mesh/agent/tools/general_agent_tools.py,sha256=HIoFgvgero4BAlGQ4K9FYKZ8swWLp-N_2giaz6yKlkk,21961
|
|
70
51
|
solace_agent_mesh/agent/tools/image_tools.py,sha256=re7H1P5Jg07436MG8tFSCwgOthtcBDtfX8NdszJOEq8,47970
|
|
71
|
-
solace_agent_mesh/agent/tools/peer_agent_tool.py,sha256=
|
|
52
|
+
solace_agent_mesh/agent/tools/peer_agent_tool.py,sha256=ASN3MkQiKiLcm2J3IPIzLTkA-JKpFBt-hniyLA3HOrc,15206
|
|
72
53
|
solace_agent_mesh/agent/tools/registry.py,sha256=sbvvE_atjnfNiQVtHCZv1Kg-oFeaXTL_A4VILp9Fn_c,1211
|
|
73
54
|
solace_agent_mesh/agent/tools/test_tools.py,sha256=LLbbTK4d8hIoTAzuBAI1QYL2s-S-lP5i5rt7RMAhud0,4219
|
|
74
55
|
solace_agent_mesh/agent/tools/time_tools.py,sha256=NLsSR5r3dzyYg5C3TctBCvf26KZmMbDeaaaPqxy4U0g,4531
|
|
75
|
-
solace_agent_mesh/agent/tools/tool_config_types.py,sha256=
|
|
56
|
+
solace_agent_mesh/agent/tools/tool_config_types.py,sha256=zRmOPbLEdEeQyjc9RQviNahvOFYWr8NE9ISDwyh7rNA,4333
|
|
76
57
|
solace_agent_mesh/agent/tools/tool_definition.py,sha256=CXgcnAsXiSA6H3UrbvXfo0chTYLDzRWmDi5vzzCmOQA,2015
|
|
77
|
-
solace_agent_mesh/agent/tools/tools_llm.txt,sha256=CKdBvMtJL0n2KShAhDDGTzu9TPtGEUC0dk1EqOu5Yzg,13734
|
|
78
|
-
solace_agent_mesh/agent/tools/tools_llm_detail.txt,sha256=EVZtV7dmRnuBn04iH2mmGmxVS5Ay8J5XDzTmAOiTU9c,14435
|
|
79
58
|
solace_agent_mesh/agent/tools/web_tools.py,sha256=5m8WSeia8HzuGUL3pKoZsNZNspG6XbXU6k-QoMbY3pE,15650
|
|
80
59
|
solace_agent_mesh/agent/utils/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
81
|
-
solace_agent_mesh/agent/utils/artifact_helpers.py,sha256=
|
|
60
|
+
solace_agent_mesh/agent/utils/artifact_helpers.py,sha256=Jv63qHDmCorQgMMtbHvU6_Fniv3bslzzXrpEtS55cD4,55383
|
|
82
61
|
solace_agent_mesh/agent/utils/config_parser.py,sha256=hCCeVuzBHo6MlYKIEZ40YCdM6VS8CRZ0pDnsOlH1nFA,1668
|
|
83
62
|
solace_agent_mesh/agent/utils/context_helpers.py,sha256=HMMtjRx0gXg0BEx4hhn9_8n5DC8A82Rv1cYb4UMSeXs,2656
|
|
84
|
-
solace_agent_mesh/agent/utils/utils_llm.txt,sha256=TotobZZ_FVA_fcQV___xPAGY8f2I9HHgFF0ULSQVH_8,8193
|
|
85
|
-
solace_agent_mesh/agent/utils/utils_llm_detail.txt,sha256=CQk1YTXq2h4BVbfsjJwKkFEK1ZsWHHfaTVTeKHnrYGo,7846
|
|
86
63
|
solace_agent_mesh/common/__init__.py,sha256=gtpOFNjDuFmImR592AQckhQTaiA8HrsfTvAP1oCfxCY,63
|
|
87
|
-
solace_agent_mesh/common/agent_registry.py,sha256=
|
|
88
|
-
solace_agent_mesh/common/common_llm.txt,sha256=LGxZNxfTc12oMAii-TfdoS5fUhWmlsbZSctzviKemZA,14720
|
|
89
|
-
solace_agent_mesh/common/common_llm_detail.txt,sha256=iOmXuwHVdCMGTyBNG71Pq9MjEJiXAU54j-LyyUTic4Y,115252
|
|
64
|
+
solace_agent_mesh/common/agent_registry.py,sha256=PUapDvOVp75w7bET7Ek9m9A8WTZOq4WqbR4KqFGeTpk,5619
|
|
90
65
|
solace_agent_mesh/common/constants.py,sha256=YlWnRnIqI13AS8iZt7ntIoF0Q-slsoJx5k2-Y_IrK-k,462
|
|
91
|
-
solace_agent_mesh/common/data_parts.py,sha256=
|
|
66
|
+
solace_agent_mesh/common/data_parts.py,sha256=aMv96IXsUnlYQEFAbKMDKUSbElqLRYUqTqB_sR_dUW8,6257
|
|
67
|
+
solace_agent_mesh/common/error_handlers.py,sha256=oGuSXi9FdJ3c7IeMRN3ej1H9Gr0A_tJ4TAhozCGTi60,2319
|
|
92
68
|
solace_agent_mesh/common/exceptions.py,sha256=txZUC7bZVi_Io3z8yEKPQnDsdDSxUPOpEdpmaNu2Ge8,1738
|
|
93
69
|
solace_agent_mesh/common/a2a/__init__.py,sha256=1UFd2UlEPsuxnZQ0L5-9SGakAIDRprsUDjoAnnf7AmM,6963
|
|
94
|
-
solace_agent_mesh/common/a2a/a2a_llm.txt,sha256=ZEMsTtPFw5CE6RuD9RnSeaMRMsLEzDFCTOQPaY7LpFU,13528
|
|
95
|
-
solace_agent_mesh/common/a2a/a2a_llm_detail.txt,sha256=v-YD6tFEwqmi0uWj_Ab8AEHpu70FlPXPhJSCktMRn90,14034
|
|
96
70
|
solace_agent_mesh/common/a2a/artifact.py,sha256=E4JnCwcII840stMEAjLFQgNzl1H4bQvWw8wSCYB3p1Q,11864
|
|
97
71
|
solace_agent_mesh/common/a2a/events.py,sha256=qvo-6yVahyQyp0q23J_adZ5UQZGpbvGIsbI0cQ99rwo,5525
|
|
98
72
|
solace_agent_mesh/common/a2a/message.py,sha256=zurYLxhAJc49ZHggird4nYHc-4VvGHiK8PMueqVvigA,10465
|
|
99
73
|
solace_agent_mesh/common/a2a/protocol.py,sha256=rf0FupkItNAvSaM9bettpg2yWHkNyaZUxhzwtdyHhlM,22405
|
|
100
74
|
solace_agent_mesh/common/a2a/task.py,sha256=906ByBEw7mlZEabMmgUSkzlFEHUC3r1HYwSuP2OdLog,3153
|
|
101
75
|
solace_agent_mesh/common/a2a/translation.py,sha256=yVPNGms-jZdJNCPqe3064tBA0aLKxoEgxCLcadh3980,24738
|
|
102
|
-
solace_agent_mesh/common/a2a/types.py,sha256=
|
|
76
|
+
solace_agent_mesh/common/a2a/types.py,sha256=cf-IUi67eEUTF__ae_TsxDOF76Vom772SIN7Vj0fo_8,1821
|
|
103
77
|
solace_agent_mesh/common/a2a_spec/a2a.json,sha256=l9biQ1M2g2zR1B3_rPg6GpeQK2K4Ju8U7FcE24XJXxc,103940
|
|
104
|
-
solace_agent_mesh/common/a2a_spec/a2a_spec_llm.txt,sha256=nDJPvueYtYlIxkNFFBa4N_-PFCZtP_TSCVKnQbGgVOA,13798
|
|
105
|
-
solace_agent_mesh/common/a2a_spec/a2a_spec_llm_detail.txt,sha256=NIoiCZpo3kt09ZLnLQw3VyrqCg2rYNLU7uvQ5eoJv9E,22688
|
|
106
78
|
solace_agent_mesh/common/a2a_spec/schemas/agent_progress_update.json,sha256=YCFDfiF5hQkzUxOGk1x1BBy3ZBdS5wbP9g0P1DAcMR0,609
|
|
107
79
|
solace_agent_mesh/common/a2a_spec/schemas/artifact_creation_progress.json,sha256=8dptG9tQpOI2BxMx2UCaydFPl14Bey3XzW6zS736FrM,1661
|
|
108
80
|
solace_agent_mesh/common/a2a_spec/schemas/feedback_event.json,sha256=6juSXNId7d77V1pPEANWxqpDXvADSYNhEevVXkP7nIQ,1574
|
|
109
81
|
solace_agent_mesh/common/a2a_spec/schemas/llm_invocation.json,sha256=slwBsR2CElIdIyl5Kq53MO-DlPSHBg7fbAyeekkZTrM,1487
|
|
110
|
-
solace_agent_mesh/common/a2a_spec/schemas/schemas_llm.txt,sha256=JSAIp21TqXTlBAxphuMHCHjqzsYpmZyouycEiyJd-N0,10102
|
|
111
82
|
solace_agent_mesh/common/a2a_spec/schemas/tool_invocation_start.json,sha256=xRwcoJJTqpG8B1wKZwj3yIftx4oB44f7zknoXjuHA0I,867
|
|
112
83
|
solace_agent_mesh/common/a2a_spec/schemas/tool_result.json,sha256=LnKFkPkK_KU-Lq0Y3jNtD7l5Ye_uGTK-BI9R-l1y2lY,1785
|
|
113
84
|
solace_agent_mesh/common/middleware/__init__.py,sha256=HjlEneTOAnApGEjUow8BFqdFloW0AEnV7Qwng5PaVj4,408
|
|
114
85
|
solace_agent_mesh/common/middleware/config_resolver.py,sha256=vBP62lyEd0c7SOR87ytrRzprRbPyvg70DYXd3jOiA8A,4434
|
|
115
|
-
solace_agent_mesh/common/middleware/middleware_llm.txt,sha256=OgvevBjiWZkchD0mWHhr1YqAkxCeojkoLUdY8lKd7UE,9089
|
|
116
|
-
solace_agent_mesh/common/middleware/middleware_llm_detail.txt,sha256=dR7SgZzxtFXo50i0kMa2DeNhDDA9e3AWjqFpqAN-M6s,9520
|
|
117
86
|
solace_agent_mesh/common/middleware/registry.py,sha256=YdmSceiO-BPgTQ5I57hnNhPRSjde55ZL7cx4EQcJaJo,3934
|
|
118
87
|
solace_agent_mesh/common/oauth/__init__.py,sha256=UUZ7_kvbA3wO7iZDUTl0YEqEGKTHMGgXIQUkzlTC52w,505
|
|
119
88
|
solace_agent_mesh/common/oauth/oauth_client.py,sha256=WHv_QdGVzaXq-t2QGIOWcIYPGSQfNd2hWel7SH277Z8,14031
|
|
120
89
|
solace_agent_mesh/common/oauth/utils.py,sha256=pyq-ecl5xjfvolNCNO_Zg0swIAkOwA9hMf4-odeh7zw,1409
|
|
121
90
|
solace_agent_mesh/common/sac/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
122
|
-
solace_agent_mesh/common/sac/sac_llm.txt,sha256=TQJNRF4fk44pTxVvzQDzQaul1eDdovxeYdvNUlYzpd8,2841
|
|
123
|
-
solace_agent_mesh/common/sac/sac_llm_detail.txt,sha256=t0Vq7YNu1AjPIT1XN-eAwKgPsJZGnuq-Myout4UJo3Q,3237
|
|
124
91
|
solace_agent_mesh/common/sac/sam_component_base.py,sha256=ByOb_FnrgxSAFYrPeuGH4E3xnH5XAhaEThraRZHlXu4,28742
|
|
125
92
|
solace_agent_mesh/common/sam_events/__init__.py,sha256=J83dwcSjizOxMp4er9kNXdpP-nwGe8I8hTRGyVRZeeQ,290
|
|
126
|
-
solace_agent_mesh/common/sam_events/event_service.py,sha256=
|
|
127
|
-
solace_agent_mesh/common/sam_events/sam_events_llm.txt,sha256=80sqaqFfywUOUr8glcBlLn0zuvvgLd0fb_BnSvFPPZE,4708
|
|
128
|
-
solace_agent_mesh/common/sam_events/sam_events_llm_detail.txt,sha256=3pRNy-NjelKLiJts3uqLZGxjOVpF_9uJtsKYYx2d8Mw,5139
|
|
93
|
+
solace_agent_mesh/common/sam_events/event_service.py,sha256=_3_CoDYMKVOkvckGZ_6XMIJyTvWD-VX5ky8Ibt9ZKJ4,7597
|
|
129
94
|
solace_agent_mesh/common/services/__init__.py,sha256=4m4Vnp-DgXSsj-JFcE5ONAwjyWNm8IuaIxF2a0hV0SA,114
|
|
130
95
|
solace_agent_mesh/common/services/employee_service.py,sha256=-ULgGdf94ZrQt3uqEhGzYDnhcTXYRGAoXyHjMfipZ_U,6338
|
|
131
96
|
solace_agent_mesh/common/services/identity_service.py,sha256=-ser560jdV8MEEdb-rwZdq3UVozcojkSqfxIUbOP4H4,4951
|
|
132
|
-
solace_agent_mesh/common/services/services_llm.txt,sha256=Vd7mH7a3-itIXh_Vx-YDNhnOokWNt8aWEoLMEHZXXwY,15449
|
|
133
|
-
solace_agent_mesh/common/services/services_llm_detail.txt,sha256=KjseYfNfhG_Xx0LJWktnPH6f-HzUbGbtC9PW9JGgBfQ,19268
|
|
134
97
|
solace_agent_mesh/common/services/providers/__init__.py,sha256=UVRTEftrFu3XMFRmNLiXKAFRaDYoD-_As05cIOO0gqI,126
|
|
135
98
|
solace_agent_mesh/common/services/providers/local_file_identity_service.py,sha256=q6i_TtvI7f5rm5xKMflLEDKmowUiYgYK0_yqvbmQk6s,5028
|
|
136
|
-
solace_agent_mesh/common/services/providers/providers_llm.txt,sha256=y4tyPALnFNV5JWEvQKSzhXyNWceD43MgMiSOCSx5NsU,3296
|
|
137
99
|
solace_agent_mesh/common/utils/__init__.py,sha256=V4B3mUhsqB_3YYdT_JZepEw32OHf4mhzMR7I8I3aV-8,129
|
|
138
100
|
solace_agent_mesh/common/utils/artifact_utils.py,sha256=mKoKMHKP1Z9gcvl4NicWzm3DinR-RZcKsemNxu06TrQ,829
|
|
139
101
|
solace_agent_mesh/common/utils/asyncio_macos_fix.py,sha256=nEad2M5uDtlRtp1jKq3WL_MjK6-zmp22nbD3Zp2ObN4,2849
|
|
@@ -146,12 +108,9 @@ solace_agent_mesh/common/utils/push_notification_auth.py,sha256=sYCdfdSzqhUql_6G
|
|
|
146
108
|
solace_agent_mesh/common/utils/pydantic_utils.py,sha256=zzmhxoioCZEkezHyy6LfgTiyrGZRfjdWoguK9ak89Ew,5939
|
|
147
109
|
solace_agent_mesh/common/utils/rbac_utils.py,sha256=noev5v00H47ruU6mtAL8nlcfN905fNfx2HFY672V980,2181
|
|
148
110
|
solace_agent_mesh/common/utils/type_utils.py,sha256=07yggtdpGjSwTleLevcJKWyZCZ2Kq5wnNoJMG9BMhio,1002
|
|
149
|
-
solace_agent_mesh/common/utils/utils_llm.txt,sha256=4RQSLU65ntq6CKkt6U5LzGhfAH5jxR1b2O4Rwbtw2Aw,14457
|
|
150
|
-
solace_agent_mesh/common/utils/utils_llm_detail.txt,sha256=uz1M_G73y5ax1eJrHD2V10SkbzTsau4AE1_engfOXBk,28275
|
|
151
111
|
solace_agent_mesh/common/utils/embeds/__init__.py,sha256=UQsXrRiFmeKSy_gW_tIHGEI3Av8HprvHM7tzhqmOaiA,733
|
|
152
112
|
solace_agent_mesh/common/utils/embeds/constants.py,sha256=kwzTdHVxGYKNTKlsUCJG8W-BWrxipL_x4dxf-vwzpxw,1470
|
|
153
113
|
solace_agent_mesh/common/utils/embeds/converter.py,sha256=XK-Jz0HK4idc7ulg-PccNTF5RfcBoBKEs0ju1BubFm8,18388
|
|
154
|
-
solace_agent_mesh/common/utils/embeds/embeds_llm.txt,sha256=t5JZKUvLIKmSagVZNrHKb1w4zGYpL3nn0vhkfJJYgxo,13245
|
|
155
114
|
solace_agent_mesh/common/utils/embeds/evaluators.py,sha256=B-tQnKyTXNFNZHPyN4gugappnwafwnt-56KOpKkE62M,14286
|
|
156
115
|
solace_agent_mesh/common/utils/embeds/modifiers.py,sha256=xUQFcrfuhcWnrc5syHyA-ZeyHK835XR0j1S2dMrCaJI,27483
|
|
157
116
|
solace_agent_mesh/common/utils/embeds/resolver.py,sha256=ynwrcMI_49XnZGm5_mM8U0DdY5ZpGojGtrkh4eZ5bug,36370
|
|
@@ -160,36 +119,28 @@ solace_agent_mesh/common/utils/templates/__init__.py,sha256=Gd92tOLM_6e8fFfkHVwa
|
|
|
160
119
|
solace_agent_mesh/common/utils/templates/liquid_renderer.py,sha256=ksDCrm89mJmjEkj_smNLBcy5yEP-kFCqT60gd-wVWrc,7000
|
|
161
120
|
solace_agent_mesh/common/utils/templates/template_resolver.py,sha256=Cick_yobjUKsR3U1-58RMDr3-6L5QprPh7xHX8GeNkQ,5510
|
|
162
121
|
solace_agent_mesh/core_a2a/__init__.py,sha256=DSxiK4RT2IwAk4UOja9aF-G44u0G62yWh_Mz0G9tuv0,59
|
|
163
|
-
solace_agent_mesh/core_a2a/
|
|
164
|
-
solace_agent_mesh/core_a2a/core_a2a_llm_detail.txt,sha256=GiExul2a_dm1Xnlo2UdiYzuDlUUWmAWBy5pLFHq5boo,4492
|
|
165
|
-
solace_agent_mesh/core_a2a/service.py,sha256=K91Gr0RENXd02MtTUA7ThHkaI-8C15AZUeJrFstsk8k,11017
|
|
122
|
+
solace_agent_mesh/core_a2a/service.py,sha256=b6PAE8CMpZg3sMTPx-6mW50XR54wygGph_Hj1tfl72U,11207
|
|
166
123
|
solace_agent_mesh/gateway/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
167
|
-
solace_agent_mesh/gateway/gateway_llm.txt,sha256=SdoYHXKkjc3U9JjXLalekhjWOleYJa-f8Reau2eFGqw,14441
|
|
168
|
-
solace_agent_mesh/gateway/gateway_llm_detail.txt,sha256=jHfCbg3yc9TzfquWHzTnet1CogPnuMS_MoOvhbNhnZI,160497
|
|
169
124
|
solace_agent_mesh/gateway/adapter/__init__.py,sha256=fwZO1JnExjZnMmSez1CPhv7TDZfvhg9ehy3YKxxz2hg,81
|
|
170
|
-
solace_agent_mesh/gateway/adapter/base.py,sha256=
|
|
171
|
-
solace_agent_mesh/gateway/adapter/types.py,sha256
|
|
125
|
+
solace_agent_mesh/gateway/adapter/base.py,sha256=Sej77QNT3SQkdFobM3aat8Fks4DlCe_fIpsqIYV_-Rk,5437
|
|
126
|
+
solace_agent_mesh/gateway/adapter/types.py,sha256=-KvcEhXzxFima247K4L5kIVLQ0gG23Ke-ARzp5rcu3A,7092
|
|
172
127
|
solace_agent_mesh/gateway/base/__init__.py,sha256=lOpIGp8W2rFNpLxfpk3VKLA-dBqxwtMxMVlhbaCisJY,72
|
|
173
128
|
solace_agent_mesh/gateway/base/app.py,sha256=U5Vh4NhpEtg72t3Vbslpfmy2r42iq2M5IXoKPS93mIA,13412
|
|
174
|
-
solace_agent_mesh/gateway/base/
|
|
175
|
-
solace_agent_mesh/gateway/base/
|
|
176
|
-
solace_agent_mesh/gateway/base/component.py,sha256=mg6gX0NsaBmjcs3q6d5BvH8S2NW8R45apjMT0_bDObM,88024
|
|
129
|
+
solace_agent_mesh/gateway/base/auth_interface.py,sha256=rBiak0cYuj5-PBI77UCHxIIXFNonz4iM5O6RXJepx8Q,3378
|
|
130
|
+
solace_agent_mesh/gateway/base/component.py,sha256=R4LAnXHGZ5yCquitit_ZuurKZ6MAE6YlAIYHmfUOvAU,90469
|
|
177
131
|
solace_agent_mesh/gateway/base/task_context.py,sha256=GhOkMgLfOO2jaxglwWk0tJ-afZO4RBa91WbHEUAEd7U,2448
|
|
178
132
|
solace_agent_mesh/gateway/generic/__init__.py,sha256=IzA7ummtsNIjlw6rgY-ebR-mRm7E3pqL0GvDkcvZOjU,72
|
|
179
133
|
solace_agent_mesh/gateway/generic/app.py,sha256=4z36nmmugpYWnVHio1ZBlttA6A4OgnXQEVDJ7omjbH8,1568
|
|
180
|
-
solace_agent_mesh/gateway/generic/component.py,sha256=
|
|
134
|
+
solace_agent_mesh/gateway/generic/component.py,sha256=tu9NmyBPmImolMYAJlvfKWNf8S-gpQMsr6kOU3EtSyo,37449
|
|
181
135
|
solace_agent_mesh/gateway/http_sse/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
182
136
|
solace_agent_mesh/gateway/http_sse/alembic.ini,sha256=RkqXC_mWfHSXhYkpuiKc2-aszeiD279rPKIA8sp5CTg,4074
|
|
183
|
-
solace_agent_mesh/gateway/http_sse/app.py,sha256=
|
|
184
|
-
solace_agent_mesh/gateway/http_sse/component.py,sha256=
|
|
185
|
-
solace_agent_mesh/gateway/http_sse/dependencies.py,sha256=
|
|
186
|
-
solace_agent_mesh/gateway/http_sse/
|
|
187
|
-
solace_agent_mesh/gateway/http_sse/http_sse_llm_detail.txt,sha256=w52lYh7C9T6Z7vx6GTb3zBYkvCRHxfFtaN8Hb1LG_DQ,134621
|
|
188
|
-
solace_agent_mesh/gateway/http_sse/main.py,sha256=D_BS6FAyBM-uB9_hepRhqDjNNN4Iw0Q2uaBiK8XakVg,28984
|
|
137
|
+
solace_agent_mesh/gateway/http_sse/app.py,sha256=HwC4xa6A4Ba5d48fZvUpc5Slru9EsZyxnc1lOMsk1F4,13824
|
|
138
|
+
solace_agent_mesh/gateway/http_sse/component.py,sha256=2GroNru8xwQpPVQqw9gDRIcNZ5QqFhaoSCJ68An9Jv4,97383
|
|
139
|
+
solace_agent_mesh/gateway/http_sse/dependencies.py,sha256=u0IuCgskGLOJ-v_OBwPJdDMb90NmXcTsrfb2QoZWoRU,21801
|
|
140
|
+
solace_agent_mesh/gateway/http_sse/main.py,sha256=-bgZnpFzX_NuuuIW8LR9kRQys0s1bMG_dQwXjpxsbHk,14177
|
|
189
141
|
solace_agent_mesh/gateway/http_sse/session_manager.py,sha256=h_rgaZUbJv5yfGMbFQaloiMSK46deDoO7enGqdYJgpo,8299
|
|
190
142
|
solace_agent_mesh/gateway/http_sse/sse_event_buffer.py,sha256=RVEmuR-t1M6y88HiUENjislTtPoW2PeEApn69owou84,3212
|
|
191
143
|
solace_agent_mesh/gateway/http_sse/sse_manager.py,sha256=JE36d3y52JzwvVGPPSwjjXCkDNLeItDlq3i1LjaRa7w,19244
|
|
192
|
-
solace_agent_mesh/gateway/http_sse/alembic/alembic_llm.txt,sha256=YaH3LKLoR0RTyCNkA4PAcV_9xtV0jVZFiS5J92b48hs,11452
|
|
193
144
|
solace_agent_mesh/gateway/http_sse/alembic/env.py,sha256=DxNDHEcQBlhHvZEAOVwncDbs1J0k-w-vycSMLdIEQSU,2628
|
|
194
145
|
solace_agent_mesh/gateway/http_sse/alembic/script.py.mako,sha256=84_5EHZF90Ak58GV4R5YUwxvvzsaI6N9LxIHC8X7N1w,703
|
|
195
146
|
solace_agent_mesh/gateway/http_sse/alembic/versions/20250910_d5b3f8f2e9a0_create_initial_database.py,sha256=1n-kACCNTIjF9VagyZDf2Z7CXLB7yUuN4CnHpG0hdqk,1926
|
|
@@ -205,27 +156,23 @@ solace_agent_mesh/gateway/http_sse/alembic/versions/20251108_create_prompt_table
|
|
|
205
156
|
solace_agent_mesh/gateway/http_sse/alembic/versions/20251115_add_parent_task_id.py,sha256=EhemvfHqXxRQ3EUIMBejViEnyshp6GcjxiYvlr19Rks,965
|
|
206
157
|
solace_agent_mesh/gateway/http_sse/alembic/versions/20251126_add_background_task_fields.py,sha256=TDfxtWs2k18hJzYfv3xS5G3Iek_jBbkLhXqmvXu6GZg,1806
|
|
207
158
|
solace_agent_mesh/gateway/http_sse/alembic/versions/20251202_add_versioned_fields_to_prompts.py,sha256=vE5iJzSqoR9nGfOHrlzEBbtfJ5aOGCNiAU1S0498YLc,1965
|
|
208
|
-
solace_agent_mesh/gateway/http_sse/alembic/versions/versions_llm.txt,sha256=r5PGTnU978lLM6HN9Qgniwa6HbS1MTLHT6OwVWOypWY,6961
|
|
209
159
|
solace_agent_mesh/gateway/http_sse/components/__init__.py,sha256=zSidQziYjSrjX5XXXbyBAJ7pgKr0Efy6RXiJiufdq0Q,186
|
|
210
|
-
solace_agent_mesh/gateway/http_sse/components/components_llm.txt,sha256=jgONVN9X9KmRSI8g_58Fp4ZmgoaQ4Dugta138us6pLk,4981
|
|
211
160
|
solace_agent_mesh/gateway/http_sse/components/task_logger_forwarder.py,sha256=1hyvOtZcQEDOdK2KvXdohOiOl9bQz6UDkf8-dOZWW8I,3934
|
|
212
161
|
solace_agent_mesh/gateway/http_sse/components/visualization_forwarder_component.py,sha256=bAJSEMZOBbam4bk30HvnOYgUPUlT84iyf_mPtX-cz_Y,3950
|
|
213
162
|
solace_agent_mesh/gateway/http_sse/repository/__init__.py,sha256=B-4MQFQLKcNfsYU-nekbuPafjiH0k2M0s0TSvotUxmo,1092
|
|
214
|
-
solace_agent_mesh/gateway/http_sse/repository/chat_task_repository.py,sha256=
|
|
215
|
-
solace_agent_mesh/gateway/http_sse/repository/feedback_repository.py,sha256=
|
|
216
|
-
solace_agent_mesh/gateway/http_sse/repository/interfaces.py,sha256=
|
|
217
|
-
solace_agent_mesh/gateway/http_sse/repository/project_repository.py,sha256=
|
|
218
|
-
solace_agent_mesh/gateway/http_sse/repository/project_user_repository.py,sha256
|
|
219
|
-
solace_agent_mesh/gateway/http_sse/repository/
|
|
220
|
-
solace_agent_mesh/gateway/http_sse/repository/
|
|
221
|
-
solace_agent_mesh/gateway/http_sse/repository/task_repository.py,sha256=FDeyAivRq7Ve3zXSeQnhQTOQ9ZFeoFPYgVcQ7WwLISo,9020
|
|
163
|
+
solace_agent_mesh/gateway/http_sse/repository/chat_task_repository.py,sha256=luRSdETGBcuRG1SK3AhnZMvU6vAc4tAzrO3CtiXojsM,3608
|
|
164
|
+
solace_agent_mesh/gateway/http_sse/repository/feedback_repository.py,sha256=xqTR4Sx6CQqq6fNcsp5wf6ouxYn7LjB4zNNucHanSHo,4180
|
|
165
|
+
solace_agent_mesh/gateway/http_sse/repository/interfaces.py,sha256=MbrV_BSg69Rd3s7AI9mAuLAabok15Ke47HFXSAPSxwU,7573
|
|
166
|
+
solace_agent_mesh/gateway/http_sse/repository/project_repository.py,sha256=JnI29aiw4Eo-LVnsl0DrlWXNRmzfrz1XTEwzUXYRCeE,6551
|
|
167
|
+
solace_agent_mesh/gateway/http_sse/repository/project_user_repository.py,sha256=-LIar4G5EfPolKwHzzVUjbqpYJrn4s7wC1yr5-ib-bs,5466
|
|
168
|
+
solace_agent_mesh/gateway/http_sse/repository/session_repository.py,sha256=J6kO3S7ozhdE-6rrIlCyyc2xX4bnkyEsyquc-N1quIg,9528
|
|
169
|
+
solace_agent_mesh/gateway/http_sse/repository/task_repository.py,sha256=HJbDtGYnq5xeHZPMOxVLbGU39CjZivbzsr6_JAQZzDs,9062
|
|
222
170
|
solace_agent_mesh/gateway/http_sse/repository/entities/__init__.py,sha256=otbUQnXV3lMHpW2DfsjAN9xrmk7oniktIKlq46uiPB0,268
|
|
223
171
|
solace_agent_mesh/gateway/http_sse/repository/entities/chat_task.py,sha256=z_5bJKYvNhmD7QH3Gv7cIoTGvy941s5Vz_Z1UOahivI,2506
|
|
224
|
-
solace_agent_mesh/gateway/http_sse/repository/entities/entities_llm.txt,sha256=QDI0FzVwHIH2RQ13App7nFuhW-a_R83LrATjBqLeBYI,8542
|
|
225
172
|
solace_agent_mesh/gateway/http_sse/repository/entities/feedback.py,sha256=C9YECqpcacjzr1rmIWSi5FF5sKvs7Y6YnscW88qEfl0,313
|
|
226
|
-
solace_agent_mesh/gateway/http_sse/repository/entities/project.py,sha256
|
|
227
|
-
solace_agent_mesh/gateway/http_sse/repository/entities/project_user.py,sha256=
|
|
228
|
-
solace_agent_mesh/gateway/http_sse/repository/entities/session.py,sha256=
|
|
173
|
+
solace_agent_mesh/gateway/http_sse/repository/entities/project.py,sha256=B9VRsE-xs3cmYFfulymgnV8xtNOlwZlTd23bJkOUuHE,3168
|
|
174
|
+
solace_agent_mesh/gateway/http_sse/repository/entities/project_user.py,sha256=qTx3pitcorez_yI4ciebrwhGVeZlbWCGWvquTWCghZs,1401
|
|
175
|
+
solace_agent_mesh/gateway/http_sse/repository/entities/session.py,sha256=gGoFJI1xgBzxNV7nmyKiJTW5n_NQysrwdImreekRso4,2304
|
|
229
176
|
solace_agent_mesh/gateway/http_sse/repository/entities/session_history.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
230
177
|
solace_agent_mesh/gateway/http_sse/repository/entities/task.py,sha256=6fttLPC3fjnDVzmFr_sTy1DjnQdMpo3EuvmC0mUpGfE,798
|
|
231
178
|
solace_agent_mesh/gateway/http_sse/repository/entities/task_event.py,sha256=aGOrh9-H_Dph1fQJlKqEgldtqQKeXLRB0_se-_Yh5nM,349
|
|
@@ -233,110 +180,110 @@ solace_agent_mesh/gateway/http_sse/repository/models/__init__.py,sha256=Vhujp4b8
|
|
|
233
180
|
solace_agent_mesh/gateway/http_sse/repository/models/base.py,sha256=_LoXoFISq4X7eFK4Mnoa8yuUcQWfZnAhV1Nqa2tOw6c,130
|
|
234
181
|
solace_agent_mesh/gateway/http_sse/repository/models/chat_task_model.py,sha256=nWRKSfPvr2oq4q88wCNcZEVZHG6SIcjP5e3-Xa3rkbw,887
|
|
235
182
|
solace_agent_mesh/gateway/http_sse/repository/models/feedback_model.py,sha256=qzxwgzs6XP4HnICisauZS_XtiIy3zrMwjGiM9pjPyXM,590
|
|
236
|
-
solace_agent_mesh/gateway/http_sse/repository/models/models_llm.txt,sha256=JtE-O_dghyJM4nKbRehsU9zjH4cZeWR1KrpaxvTQbRU,10044
|
|
237
183
|
solace_agent_mesh/gateway/http_sse/repository/models/project_model.py,sha256=lnosjf2NaTUiqrzeL61vmObqjeUSDJfqrdI3ZRwR6hw,1565
|
|
238
184
|
solace_agent_mesh/gateway/http_sse/repository/models/project_user_model.py,sha256=Te8wC4IIQe-JKpO3pnhmtxXLt9bHk21sNDfhQ5ndtzA,2566
|
|
239
|
-
solace_agent_mesh/gateway/http_sse/repository/models/prompt_model.py,sha256
|
|
240
|
-
solace_agent_mesh/gateway/http_sse/repository/models/session_model.py,sha256=
|
|
185
|
+
solace_agent_mesh/gateway/http_sse/repository/models/prompt_model.py,sha256=-0P_N7DG6ma2g4_L5b8oRe5ut4jugiCN4RR3c271umQ,5033
|
|
186
|
+
solace_agent_mesh/gateway/http_sse/repository/models/session_model.py,sha256=xroLmW1AQCvSsqzpokTACWqUyaHEc-RDcjBpSTNw3DU,1616
|
|
241
187
|
solace_agent_mesh/gateway/http_sse/repository/models/task_event_model.py,sha256=CKO6FWWC0UEXkW2-jqwfzyXP44cBXg0TBOABCAhezNc,752
|
|
242
188
|
solace_agent_mesh/gateway/http_sse/repository/models/task_model.py,sha256=hpUPHi44ZUbjOOMuGFDH5a15Qjz9afCHrS4pgWdH81U,1392
|
|
243
189
|
solace_agent_mesh/gateway/http_sse/routers/__init__.py,sha256=WxRX__xU4YIYhvjN0DTY9XdNYAB9dP81pabwiB23YSo,133
|
|
244
190
|
solace_agent_mesh/gateway/http_sse/routers/agent_cards.py,sha256=OgS6Mtd-q2qtdNKXDEHAVTYI_BPjVjFy3FGGJwN_x7k,2557
|
|
245
|
-
solace_agent_mesh/gateway/http_sse/routers/artifacts.py,sha256=
|
|
246
|
-
solace_agent_mesh/gateway/http_sse/routers/auth.py,sha256=
|
|
247
|
-
solace_agent_mesh/gateway/http_sse/routers/config.py,sha256=
|
|
248
|
-
solace_agent_mesh/gateway/http_sse/routers/feedback.py,sha256=
|
|
249
|
-
solace_agent_mesh/gateway/http_sse/routers/people.py,sha256=
|
|
250
|
-
solace_agent_mesh/gateway/http_sse/routers/projects.py,sha256=
|
|
251
|
-
solace_agent_mesh/gateway/http_sse/routers/prompts.py,sha256=
|
|
252
|
-
solace_agent_mesh/gateway/http_sse/routers/
|
|
253
|
-
solace_agent_mesh/gateway/http_sse/routers/
|
|
254
|
-
solace_agent_mesh/gateway/http_sse/routers/speech.py,sha256=fLyMi7JH6v4i0FSUHfIO2SBl4pu7w-Oh8eyW2mKN2AM,10795
|
|
191
|
+
solace_agent_mesh/gateway/http_sse/routers/artifacts.py,sha256=qdNo1ldVxhyhFVzGQyBtuZu-AC9nJfcRSIQU4PyVeck,44558
|
|
192
|
+
solace_agent_mesh/gateway/http_sse/routers/auth.py,sha256=ry66_IOsHbO8f466ZXpTtpkrC1iERGc8YeoOCxJ6O9o,7629
|
|
193
|
+
solace_agent_mesh/gateway/http_sse/routers/config.py,sha256=ev9_Nza14z46IGC8MDj5nWu3SRjA3B4t44oK4uj0LWc,16737
|
|
194
|
+
solace_agent_mesh/gateway/http_sse/routers/feedback.py,sha256=tM7YLAuGdat1UN2jR6J3qTu6YRlp00HtOKwr4N5kcWM,5912
|
|
195
|
+
solace_agent_mesh/gateway/http_sse/routers/people.py,sha256=Ouem21V2BZLjLX9unQOTYkteY7nzfHvLoQK2LW7uTkI,1201
|
|
196
|
+
solace_agent_mesh/gateway/http_sse/routers/projects.py,sha256=iIl0GLQ2N1aM7ibYNzDjMDl5NL5gK8QHGPaheXqkE-c,26401
|
|
197
|
+
solace_agent_mesh/gateway/http_sse/routers/prompts.py,sha256=EhWUeBMu2ZXpJR7jfgnZbhHDiidbVCMbxHHLlD8DXqc,52266
|
|
198
|
+
solace_agent_mesh/gateway/http_sse/routers/sessions.py,sha256=1jgDR3gIPsSdpfyCnUNzuVDxSpYN0_G3DXbY69GZYvk,21446
|
|
199
|
+
solace_agent_mesh/gateway/http_sse/routers/speech.py,sha256=Q--H_bnC_9qz4pkViygKN0ovZWOllxRjc9cQY9bJiOo,10815
|
|
255
200
|
solace_agent_mesh/gateway/http_sse/routers/sse.py,sha256=4Oe9i9L92YaVFRkl8qcSaMFxIQf3VP4-AdIOcP7PXzQ,10744
|
|
256
|
-
solace_agent_mesh/gateway/http_sse/routers/tasks.py,sha256=
|
|
257
|
-
solace_agent_mesh/gateway/http_sse/routers/users.py,sha256=
|
|
201
|
+
solace_agent_mesh/gateway/http_sse/routers/tasks.py,sha256=VtYPYebqJtiRzi4SzdveE-puOug87OqNLclwjE41wvo,42664
|
|
202
|
+
solace_agent_mesh/gateway/http_sse/routers/users.py,sha256=LaiMJdQuhqeGl2G4BR1jZnlH2_qu99b1ByAVDN93bJU,2921
|
|
258
203
|
solace_agent_mesh/gateway/http_sse/routers/version.py,sha256=YN9U48V53ZrSR5xQN-4fX4cjksqmA1_6y5aCQY2e6Cc,11696
|
|
259
|
-
solace_agent_mesh/gateway/http_sse/routers/visualization.py,sha256=
|
|
204
|
+
solace_agent_mesh/gateway/http_sse/routers/visualization.py,sha256=p1f9n8CqPO5K4jfr69pXS7u0g9fdVTjkv6wWlI_Mvb0,47888
|
|
260
205
|
solace_agent_mesh/gateway/http_sse/routers/dto/__init__.py,sha256=DbFQNFsN7I0zCkYe2RKTYkcIXPSKgA6dbPITS3AhcX0,201
|
|
261
|
-
solace_agent_mesh/gateway/http_sse/routers/dto/dto_llm.txt,sha256=x01-tdRRu8dfg7oqf08lgjTRi4Lr5i6Kz0BUNSkdYvE,14369
|
|
262
206
|
solace_agent_mesh/gateway/http_sse/routers/dto/project_dto.py,sha256=nFcXvfz4b1T1FgqS4awrwF-ba1OGANhWEd68qvIgNIE,1996
|
|
263
207
|
solace_agent_mesh/gateway/http_sse/routers/dto/prompt_dto.py,sha256=ndgtx8pgidcDhT1WT7OlYbdMJnxKjUjQ9v_BKGJfUG0,7259
|
|
264
208
|
solace_agent_mesh/gateway/http_sse/routers/dto/requests/__init__.py,sha256=ySxcC6OjZGwZpU128_6NHqJgxdsCIK4nuDT1ViAXymY,258
|
|
265
209
|
solace_agent_mesh/gateway/http_sse/routers/dto/requests/project_requests.py,sha256=2gAe65PMrbnJfBzavNe6ixLKAkA4puX1vHGOUV8eZKU,1730
|
|
266
|
-
solace_agent_mesh/gateway/http_sse/routers/dto/requests/
|
|
267
|
-
solace_agent_mesh/gateway/http_sse/routers/dto/requests/session_requests.py,sha256=Cy80TMyrylrFkXM56yEjr4OcOMtwBZVbwEsRO3PJwLM,1069
|
|
210
|
+
solace_agent_mesh/gateway/http_sse/routers/dto/requests/session_requests.py,sha256=vVK40JVlNWAKNNUrwqt4guOMSv-H25wL1BfY3Vcy9sQ,1089
|
|
268
211
|
solace_agent_mesh/gateway/http_sse/routers/dto/requests/task_requests.py,sha256=knBLJtM6RVyfFQ2k3D81_dfMiAZwgVAL8Xu3ENcRy2Y,2052
|
|
269
212
|
solace_agent_mesh/gateway/http_sse/routers/dto/responses/__init__.py,sha256=D1UqNftNY9ynPt56vUQpXNiMRSzv1IlTuBqcLJS0eJY,336
|
|
270
|
-
solace_agent_mesh/gateway/http_sse/routers/dto/responses/base_responses.py,sha256=
|
|
213
|
+
solace_agent_mesh/gateway/http_sse/routers/dto/responses/base_responses.py,sha256=7SXqmdM5yxwXNU5sdQnQnXSZu7qszNC4sXLYxqUin_Y,1499
|
|
271
214
|
solace_agent_mesh/gateway/http_sse/routers/dto/responses/project_responses.py,sha256=5H4gXyMBVCMJXG3sIALSm71ha0bto199J8-LOtMc-_w,910
|
|
272
|
-
solace_agent_mesh/gateway/http_sse/routers/dto/responses/
|
|
273
|
-
solace_agent_mesh/gateway/http_sse/routers/dto/responses/session_responses.py,sha256=2QSYrWXTgvkWMWlLsCRWMpUFWPebzUiZTuBWFtXRzWI,1149
|
|
215
|
+
solace_agent_mesh/gateway/http_sse/routers/dto/responses/session_responses.py,sha256=hmlxrL3AdnypLXbJYjwgMYbjRaXVwhtvoQbGsPgZxA8,1187
|
|
274
216
|
solace_agent_mesh/gateway/http_sse/routers/dto/responses/task_responses.py,sha256=Ecwwshr1NM_fli6ys-NfVF_SNJLOqI-1NiQUN5cxUqM,937
|
|
275
217
|
solace_agent_mesh/gateway/http_sse/routers/dto/responses/version_responses.py,sha256=Fpyo6nAIIGSKVIUHCY_MNVIptXo4wnkffdoE9iUaW30,941
|
|
276
218
|
solace_agent_mesh/gateway/http_sse/services/__init__.py,sha256=Fk2FIbrJdG1StPCoggbdT2C4Vl5d6qICT6R8yj4IZPQ,92
|
|
277
219
|
solace_agent_mesh/gateway/http_sse/services/agent_card_service.py,sha256=SH4ml4gWpKZAncXm6-QCE13o-Thj6cRrJ2OS8RBPtdM,2368
|
|
278
220
|
solace_agent_mesh/gateway/http_sse/services/audio_service.py,sha256=RwWzwxwdW_50Fi2TZulRhTOeGqTKUDbQeGCEFN_txJQ,47494
|
|
279
|
-
solace_agent_mesh/gateway/http_sse/services/background_task_monitor.py,sha256=
|
|
280
|
-
solace_agent_mesh/gateway/http_sse/services/data_retention_service.py,sha256=
|
|
281
|
-
solace_agent_mesh/gateway/http_sse/services/feedback_service.py,sha256=
|
|
221
|
+
solace_agent_mesh/gateway/http_sse/services/background_task_monitor.py,sha256=0fk3anWG4UXImAtw3u5LVf1uzK9YdQ3nkHhkW_wfQ6k,7413
|
|
222
|
+
solace_agent_mesh/gateway/http_sse/services/data_retention_service.py,sha256=nwPC3tAOCq3qGL9HOYTti0Bh0PwOIsYxZJ63wfA7cl0,9288
|
|
223
|
+
solace_agent_mesh/gateway/http_sse/services/feedback_service.py,sha256=w9VZnu_PhCFh2cOQXTlQ6e0HZcJIxq8XhFywyyOlR4I,9992
|
|
282
224
|
solace_agent_mesh/gateway/http_sse/services/people_service.py,sha256=KDPvRC3wC2JbJk14IJX6Q3MsGvmVfy6E2XRR0Qx-12o,2298
|
|
283
225
|
solace_agent_mesh/gateway/http_sse/services/project_service.py,sha256=z2KF4Ojsw08v1lWIKDzE0dT5PHBWa84dZYi8HXSzgGk,38149
|
|
284
226
|
solace_agent_mesh/gateway/http_sse/services/prompt_builder_assistant.py,sha256=OzUNrx6XeAkieYAVYD4jIE5fdfWm1bwBfCYo8CZZFQw,12641
|
|
285
|
-
solace_agent_mesh/gateway/http_sse/services/
|
|
286
|
-
solace_agent_mesh/gateway/http_sse/services/
|
|
287
|
-
solace_agent_mesh/gateway/http_sse/services/task_logger_service.py,sha256=0pUddExJ2nkhUKNkFm8_Of0BQjFlv4gN-eKiI5PiJC8,28861
|
|
227
|
+
solace_agent_mesh/gateway/http_sse/services/session_service.py,sha256=j0qkUKbnQkgHt1zaW8rl0BZp746Y8nUHmft12tcyTNo,27573
|
|
228
|
+
solace_agent_mesh/gateway/http_sse/services/task_logger_service.py,sha256=YdWxPV7x1qsa6X6ocPkFUsbnWdhxwvzZ1nEbWK5HGGU,28899
|
|
288
229
|
solace_agent_mesh/gateway/http_sse/services/task_service.py,sha256=IuIEiXLJgs0AAMBljqvnfx47o_5HenjDjSXO_qmjz78,4350
|
|
289
|
-
solace_agent_mesh/gateway/http_sse/shared/__init__.py,sha256=QaFnYoCRmznXoB4fmpGXegKhhEpjj6_b3gmZl24E5JA,3520
|
|
290
|
-
solace_agent_mesh/gateway/http_sse/shared/auth_utils.py,sha256=F0kpTg5HYadRAEVNSNvnEFpdzkwVqbFMFVr27kywz_k,852
|
|
291
|
-
solace_agent_mesh/gateway/http_sse/shared/base_repository.py,sha256=BDh9fXVAX1pjFRotBQVIRfusJ3Ynv3hCBzHOzDJJgw0,6724
|
|
292
|
-
solace_agent_mesh/gateway/http_sse/shared/database_exceptions.py,sha256=J9-M5PAXdQFfnxf-IbJHdDEhUXEmo6d0aHlfp6nNhK4,10978
|
|
293
|
-
solace_agent_mesh/gateway/http_sse/shared/database_helpers.py,sha256=5YjJ_CfOEBvkvi2xFaWmR8D0NHpxVvibTy1RF_u37Lk,1522
|
|
294
|
-
solace_agent_mesh/gateway/http_sse/shared/enums.py,sha256=gcU_hApRkWcBy0JykqGXSESGyglLXN3FzkimITmwnnE,802
|
|
295
|
-
solace_agent_mesh/gateway/http_sse/shared/error_dto.py,sha256=U8jvCquD0usm3Smb8csTU0cnCSn3SWYQ7NJrRQLd5dw,3115
|
|
296
|
-
solace_agent_mesh/gateway/http_sse/shared/exception_handlers.py,sha256=sfpR2qaa9kBW4eY-XftDiMpWgtY5035Scs0Sj2Op0b0,9067
|
|
297
|
-
solace_agent_mesh/gateway/http_sse/shared/exceptions.py,sha256=T9mLhBgtKgwut--_uCVV9qeFOAAhHKhcAZPtsjmkG2M,6434
|
|
298
|
-
solace_agent_mesh/gateway/http_sse/shared/pagination.py,sha256=yPhMvuGOeun9m2wKRhl-m_NSkzW3aXlZ3Ra1TvBF-OQ,3751
|
|
299
|
-
solace_agent_mesh/gateway/http_sse/shared/response_utils.py,sha256=-_z86YA02965CTC3FNSz2QUAKWEuJgZd8UBnXLSpYCw,3556
|
|
300
|
-
solace_agent_mesh/gateway/http_sse/shared/shared_llm.txt,sha256=qDfL9nFzl3Up8FV8D1wXwTTQOwQPxf6KBaBzkgdvvNk,14532
|
|
301
|
-
solace_agent_mesh/gateway/http_sse/shared/timestamp_utils.py,sha256=o3pJKPR6DA8sbOgflnmcotFp4H-I-Hij3lA-7F-yUAM,2380
|
|
302
|
-
solace_agent_mesh/gateway/http_sse/shared/types.py,sha256=7suvFOJfVPPdV7dyd6EiQp7k0gMUIA9MfTQ5t34p52Q,1085
|
|
303
|
-
solace_agent_mesh/gateway/http_sse/shared/utils.py,sha256=SAfrRjBc_bwrEVFafGbswBShky2GlzLhp_c7C47QG-w,493
|
|
304
230
|
solace_agent_mesh/gateway/http_sse/utils/__init__.py,sha256=b6hFVAAwJy1eo9AWqwDrJwBzx6OL3RY4cyB7BBq_4Us,42
|
|
305
231
|
solace_agent_mesh/gateway/http_sse/utils/artifact_copy_utils.py,sha256=CHZrpYCKmuuVaER5vNJhtzomDr_1ilqwEicdKWsM4JU,13225
|
|
306
232
|
solace_agent_mesh/gateway/http_sse/utils/stim_utils.py,sha256=8MI5JRnlqaVwY5Ar5FfP5IH9uHxUzOeAR45YgdgRgbw,2408
|
|
307
|
-
solace_agent_mesh/gateway/http_sse/utils/utils_llm.txt,sha256=PVrU-x7BOl7aqu2gvHiibSJQhZ9LDCvnNRJ20a_3zrc,1875
|
|
308
233
|
solace_agent_mesh/services/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
309
|
-
solace_agent_mesh/services/platform/__init__.py,sha256=
|
|
234
|
+
solace_agent_mesh/services/platform/__init__.py,sha256=_W7FESmhPzSORR-nIV9x2rUnqWU6dFuqr_srfoA0QjY,1299
|
|
310
235
|
solace_agent_mesh/services/platform/alembic.ini,sha256=RkqXC_mWfHSXhYkpuiKc2-aszeiD279rPKIA8sp5CTg,4074
|
|
311
|
-
solace_agent_mesh/services/platform/app.py,sha256=
|
|
312
|
-
solace_agent_mesh/services/platform/component.py,sha256=
|
|
236
|
+
solace_agent_mesh/services/platform/app.py,sha256=WAPdmcB-rfcIqtN3MLWcIbNinwSNK76wNMokTmzJchY,7095
|
|
237
|
+
solace_agent_mesh/services/platform/component.py,sha256=ON1chG-aM6fumjEScCk549GJL22pdlQEtOqX4nBYE8g,28569
|
|
313
238
|
solace_agent_mesh/services/platform/alembic/env.py,sha256=QFwZbb1o9ikEEyLRAcxSXc3WjA6pr73UlvOsympJSaI,2565
|
|
314
239
|
solace_agent_mesh/services/platform/alembic/script.py.mako,sha256=04kgeBtNMa4cCnG8CfQcKt6P6rnloIfj8wy0u_DBydM,704
|
|
315
240
|
solace_agent_mesh/services/platform/api/__init__.py,sha256=HzVj6VaM6O34Z7FGDj16DsyE1cns0ZVoxJueAsXsGAI,69
|
|
316
|
-
solace_agent_mesh/services/platform/api/dependencies.py,sha256
|
|
317
|
-
solace_agent_mesh/services/platform/api/main.py,sha256=
|
|
241
|
+
solace_agent_mesh/services/platform/api/dependencies.py,sha256=0M9WJYVQnbvL-NT8ltXWgnzjmCUoWsSZ-N8_4RJeZoM,4730
|
|
242
|
+
solace_agent_mesh/services/platform/api/main.py,sha256=VE_Dd8jthEH45uy-AkBNH22-vZni92kGQ7eaGEyeESg,13029
|
|
318
243
|
solace_agent_mesh/services/platform/api/middleware.py,sha256=l2CBwgpbCKhiNHhauVOtT9JfuNhRhOmqe_SnohaM4fI,1547
|
|
319
|
-
solace_agent_mesh/services/platform/api/routers/__init__.py,sha256=
|
|
320
|
-
solace_agent_mesh/
|
|
321
|
-
solace_agent_mesh/
|
|
244
|
+
solace_agent_mesh/services/platform/api/routers/__init__.py,sha256=J_wJ-eFhZ3n9kXpmalalt6wL49SMmXZwf3nREfanLUk,689
|
|
245
|
+
solace_agent_mesh/services/platform/api/routers/health_router.py,sha256=MWHst5PwpvRKtynufyJZrOc4_DrJhOy34MOH53N60mw,822
|
|
246
|
+
solace_agent_mesh/shared/__init__.py,sha256=eumzf1K2xymIz4TQSUh7yEPKg4aGGCQewOJTmNQgIXI,455
|
|
247
|
+
solace_agent_mesh/shared/api/__init__.py,sha256=37mqNTuuvmfAu3hxZJYz8eIpboHpsBEPI8-nYIQT_Do,971
|
|
248
|
+
solace_agent_mesh/shared/api/auth_utils.py,sha256=F0kpTg5HYadRAEVNSNvnEFpdzkwVqbFMFVr27kywz_k,852
|
|
249
|
+
solace_agent_mesh/shared/api/pagination.py,sha256=yPhMvuGOeun9m2wKRhl-m_NSkzW3aXlZ3Ra1TvBF-OQ,3751
|
|
250
|
+
solace_agent_mesh/shared/api/response_utils.py,sha256=-_z86YA02965CTC3FNSz2QUAKWEuJgZd8UBnXLSpYCw,3556
|
|
251
|
+
solace_agent_mesh/shared/auth/__init__.py,sha256=Ve5Y0bXeM__rM67aenFtDxMwMXJXiKpPYr5lnNp434Y,553
|
|
252
|
+
solace_agent_mesh/shared/auth/dependencies.py,sha256=ror9K0_20zyVEBATSReZfNwSO_xnk23-3t4mJiFz_TQ,6080
|
|
253
|
+
solace_agent_mesh/shared/auth/middleware.py,sha256=oIgHhBENj5_uU0B4C0B25unQrzeRIvuqwsTaGnOuD-E,9733
|
|
254
|
+
solace_agent_mesh/shared/database/__init__.py,sha256=0n5qNZemuQDbMQZ2hrdsLorhUxKV5E5zXtHl0sPAvCo,539
|
|
255
|
+
solace_agent_mesh/shared/database/base_repository.py,sha256=DIAcQFys_v6uKhYC24Sg9w3Hr4qu2znGHtTigp-sVGY,6736
|
|
256
|
+
solace_agent_mesh/shared/database/database_exceptions.py,sha256=C8X0DBKIWJO6rS4ZAyK_2lPac5S00eLYbYpdUY7qa6w,10990
|
|
257
|
+
solace_agent_mesh/shared/database/database_helpers.py,sha256=HbuyquS3UkaRTydOrzJF1qXusakyGgi2DE3Ofl67GxQ,1534
|
|
258
|
+
solace_agent_mesh/shared/exceptions/__init__.py,sha256=opAKEtsJe0E5MszWc_k616aBwcgGfLTsB3F8rVBS2EU,886
|
|
259
|
+
solace_agent_mesh/shared/exceptions/error_dto.py,sha256=U8jvCquD0usm3Smb8csTU0cnCSn3SWYQ7NJrRQLd5dw,3115
|
|
260
|
+
solace_agent_mesh/shared/exceptions/exception_handlers.py,sha256=XTmhZlyUDGxVE5QXQK9QKH2YLoVrXNLwJZ1xHjC04I8,9061
|
|
261
|
+
solace_agent_mesh/shared/exceptions/exceptions.py,sha256=T9mLhBgtKgwut--_uCVV9qeFOAAhHKhcAZPtsjmkG2M,6434
|
|
262
|
+
solace_agent_mesh/shared/utils/__init__.py,sha256=eDIQff7OYmbb1EULvv-7mx2bnTVrtzejxVN9TOsDJfA,367
|
|
263
|
+
solace_agent_mesh/shared/utils/enums.py,sha256=gcU_hApRkWcBy0JykqGXSESGyglLXN3FzkimITmwnnE,802
|
|
264
|
+
solace_agent_mesh/shared/utils/timestamp_utils.py,sha256=o3pJKPR6DA8sbOgflnmcotFp4H-I-Hij3lA-7F-yUAM,2380
|
|
265
|
+
solace_agent_mesh/shared/utils/types.py,sha256=7suvFOJfVPPdV7dyd6EiQp7k0gMUIA9MfTQ5t34p52Q,1085
|
|
266
|
+
solace_agent_mesh/shared/utils/utils.py,sha256=SAfrRjBc_bwrEVFafGbswBShky2GlzLhp_c7C47QG-w,493
|
|
267
|
+
solace_agent_mesh/cli/__init__.py,sha256=ojUczZNOmgkgAYXRdDJ_bo8gdfmTPU5zTYbNMYMWPLg,23
|
|
268
|
+
solace_agent_mesh/cli/main.py,sha256=sgaL3bco3i3FZe7hCC3ehA2TUa9kCpJOODQimTxf2uA,1240
|
|
322
269
|
solace_agent_mesh/cli/utils.py,sha256=7zntmVuvWbaWEhViSF2uw484-79a5I1XTUt-0eGQWY4,8036
|
|
323
270
|
solace_agent_mesh/cli/commands/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
324
271
|
solace_agent_mesh/cli/commands/docs_cmd.py,sha256=wqxU44wFw23Pkjcc3rGTEeV9mIJcPmhhm2T4jmkAYO4,2070
|
|
325
272
|
solace_agent_mesh/cli/commands/eval_cmd.py,sha256=9vsmB1JRD73ktw3JDsCqjTw9iAEitpRxakg1dMjz4K0,1324
|
|
326
273
|
solace_agent_mesh/cli/commands/run_cmd.py,sha256=sIjo-3f5wMw-ZKQ1yfiGx0fksr1g98bhBpfh6nutJRY,7820
|
|
274
|
+
solace_agent_mesh/cli/commands/tools_cmd.py,sha256=mec29bza1DppzQwiMSr91v8yeaHbYcgLCd9ISTwvyGw,10795
|
|
327
275
|
solace_agent_mesh/cli/commands/add_cmd/__init__.py,sha256=IGTXUx_AcoinYlzlZtQsjiCYbe76ZiLqxAcGc6-uoDE,280
|
|
328
|
-
solace_agent_mesh/cli/commands/add_cmd/add_cmd_llm.txt,sha256=x-UE5buoIEE_oUJ3opOzW8U33S3XUKCRNKWxNXNVk-c,10212
|
|
329
276
|
solace_agent_mesh/cli/commands/add_cmd/agent_cmd.py,sha256=pNqZL6mWiE9eafE-YFYqs_Q62whu1kYYp3dE3guWjn4,27180
|
|
330
277
|
solace_agent_mesh/cli/commands/add_cmd/gateway_cmd.py,sha256=kV7XOo2CvYWPQ6AL8cLDm-2GACbLAUlQc2c9fNzybEY,12840
|
|
331
278
|
solace_agent_mesh/cli/commands/add_cmd/web_add_agent_step.py,sha256=niutiDp5neHtgEEtWKcK9TGLJHga87y46rrjVHdjkFU,3702
|
|
332
279
|
solace_agent_mesh/cli/commands/add_cmd/web_add_gateway_step.py,sha256=Gk6Mw54l_M9QJKBa0IkHOkKJmuTsb4HQkIUTyVN-tqE,4326
|
|
333
|
-
solace_agent_mesh/cli/commands/init_cmd/__init__.py,sha256=
|
|
280
|
+
solace_agent_mesh/cli/commands/init_cmd/__init__.py,sha256=0vySsPHoSqwzTwaFCmHgbQKzEbLi5nXF5St3OcP6PhU,15597
|
|
334
281
|
solace_agent_mesh/cli/commands/init_cmd/broker_step.py,sha256=FcDTrzZITTPaFPS8iUFyDDOK4Bbd_kiXl7ftsF1EMYU,7010
|
|
335
282
|
solace_agent_mesh/cli/commands/init_cmd/database_step.py,sha256=sO52x4weVPpwyICn7k-YMe7ByEZV_Sf4ME3QpaGj7wo,2921
|
|
336
|
-
solace_agent_mesh/cli/commands/init_cmd/directory_step.py,sha256=
|
|
337
|
-
solace_agent_mesh/cli/commands/init_cmd/env_step.py,sha256=
|
|
338
|
-
solace_agent_mesh/cli/commands/init_cmd/init_cmd_llm.txt,sha256=mCUzKbriK0FSdsRvBANLac50x8t39gT0D3jS-4Zirjc,13226
|
|
283
|
+
solace_agent_mesh/cli/commands/init_cmd/directory_step.py,sha256=yc-EaPeqeCV4P5-xL5Q6_PuFcl5iR7Ul31pnt9c4Z_Q,908
|
|
284
|
+
solace_agent_mesh/cli/commands/init_cmd/env_step.py,sha256=Qf8ktBV8p26GJ_Thq5DGBlfQVjbvlRAZspWCQr0__lc,8475
|
|
339
285
|
solace_agent_mesh/cli/commands/init_cmd/orchestrator_step.py,sha256=3PHFLmQnAp3FIS86UqmTr5fq765lu1YFkiLLp8T2FGE,18072
|
|
286
|
+
solace_agent_mesh/cli/commands/init_cmd/platform_service_step.py,sha256=sK8IrhaCaPCe5Ih6BVZDe3YyCWph3Z5_TstFFoi3q7U,2842
|
|
340
287
|
solace_agent_mesh/cli/commands/init_cmd/project_files_step.py,sha256=bOh7yYuaXIIs0q3-nd1nSVc6P6g6EHoDJjFDlKZVnf4,1352
|
|
341
288
|
solace_agent_mesh/cli/commands/init_cmd/web_init_step.py,sha256=YoHEiEMZf_ZPG1qvLMJads_ET6IYEKJCCCees5_tqbY,4197
|
|
342
289
|
solace_agent_mesh/cli/commands/init_cmd/webui_gateway_step.py,sha256=JpzEMQy-YzjHe9Zl8VmeurW7aM3vEubuebfsi11FMyA,7967
|
|
@@ -347,7 +294,6 @@ solace_agent_mesh/cli/commands/plugin_cmd/catalog_cmd.py,sha256=L5JbGaJ2Rg0aR0T6
|
|
|
347
294
|
solace_agent_mesh/cli/commands/plugin_cmd/create_cmd.py,sha256=IN4CQs70EzBGS6TPmTpi9XzxUuXnoZfoQ4idA2RWgXM,11809
|
|
348
295
|
solace_agent_mesh/cli/commands/plugin_cmd/install_cmd.py,sha256=DYi9GTs99Xv5PTEhtvx5id8nh6ZTOZ-t7N6yJzmkKZ4,11081
|
|
349
296
|
solace_agent_mesh/cli/commands/plugin_cmd/official_registry.py,sha256=rnzQq3LDvSzvCPoEhoSn6M3xQG4AVLd54PX9cA5GzPg,5218
|
|
350
|
-
solace_agent_mesh/cli/commands/plugin_cmd/plugin_cmd_llm.txt,sha256=7eCoaN4JNCfSUpvRB-IWS8eBBEjaIhl84hiP2imBWNk,10934
|
|
351
297
|
solace_agent_mesh/evaluation/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
352
298
|
solace_agent_mesh/evaluation/evaluator.py,sha256=bxKfX_5sxn3a2mL4afV6UtQGFo_8D59mL5TNvQ8ETBA,24292
|
|
353
299
|
solace_agent_mesh/evaluation/message_organizer.py,sha256=KZViWoufQHQZV6aM7kPdksdHnliqFTEvWJi2d7dZl4U,19794
|
|
@@ -379,6 +325,7 @@ solace_agent_mesh/templates/gateway_component_template.py,sha256=XSSVlupAMkWArNk
|
|
|
379
325
|
solace_agent_mesh/templates/gateway_config_template.yaml,sha256=QVRoL9wY-m42MFaXSqYr9sDx9-VVcq_eAAmYq9IRklw,1102
|
|
380
326
|
solace_agent_mesh/templates/logging_config_template.yaml,sha256=6pCeitWiW2tLAVro_xJTas_zKJ-Xvemid4EkjXKv1UQ,1162
|
|
381
327
|
solace_agent_mesh/templates/main_orchestrator.yaml,sha256=v7UDULXM3yV9XKqoFtqgqyWVst5OTWDUzMK6rzWDg7s,2621
|
|
328
|
+
solace_agent_mesh/templates/platform.yaml,sha256=w0yJjG5wbTioeovwbQMl2M28OSVZZhoETVMVw8eyDrI,1710
|
|
382
329
|
solace_agent_mesh/templates/plugin_agent_config_template.yaml,sha256=giUU5YSqT5xIRkM7H1YR5bmP9KdRFvWfjwlK9lgs3rw,4493
|
|
383
330
|
solace_agent_mesh/templates/plugin_custom_config_template.yaml,sha256=bv7Sep_5sUKMpzzPRYO98SHGt0zuLIfDIDLKBdpPBfM,1117
|
|
384
331
|
solace_agent_mesh/templates/plugin_custom_template.py,sha256=-c7JD_AGfgBqatPMvJBpSDaiwKp5LsbjrKn_sDSAy_4,360
|
|
@@ -388,14 +335,13 @@ solace_agent_mesh/templates/plugin_readme_template.md,sha256=LWHuMdJilxkeJxEeGNL
|
|
|
388
335
|
solace_agent_mesh/templates/plugin_tool_config_template.yaml,sha256=mozTguGtACYMpHlyZdEfotaGubWZLhCb-O9E-Ht8-wQ,4086
|
|
389
336
|
solace_agent_mesh/templates/plugin_tools_template.py,sha256=eyMXE2oGo7F-Lo_pGk7X-aeffFQtjjsM8o6KdJaxPrI,8455
|
|
390
337
|
solace_agent_mesh/templates/shared_config.yaml,sha256=9BEkubm0xxCO6Rsxcd6IXQKodbg9Hwp6DeLE0vyXiv8,5826
|
|
391
|
-
solace_agent_mesh/templates/
|
|
392
|
-
solace_agent_mesh/
|
|
393
|
-
solace_agent_mesh/assets/docs/
|
|
394
|
-
solace_agent_mesh/assets/docs/lunr-index
|
|
395
|
-
solace_agent_mesh/assets/docs/
|
|
396
|
-
solace_agent_mesh/assets/docs/search-doc
|
|
397
|
-
solace_agent_mesh/assets/docs/
|
|
398
|
-
solace_agent_mesh/assets/docs/sitemap.xml,sha256=2Qw1edP6IeRwpN0UD5eCDfOBlB9S_p3fA2nLCLFeKe0,10989
|
|
338
|
+
solace_agent_mesh/templates/webui.yaml,sha256=BzPodehoiu72g5SW1NH3JD6ymS2vyEJPPt39gltFWdg,6666
|
|
339
|
+
solace_agent_mesh/assets/docs/404.html,sha256=CDOHuo5kG2rTLn5NcxLd1p6BqCZgOEoDbHBNcLCHsYs,11820
|
|
340
|
+
solace_agent_mesh/assets/docs/lunr-index-1767712284328.json,sha256=qsyUJ62KeUJ9ECybAiYOgUaXUc5wVz__yOe-HMFnYSw,2217914
|
|
341
|
+
solace_agent_mesh/assets/docs/lunr-index.json,sha256=qsyUJ62KeUJ9ECybAiYOgUaXUc5wVz__yOe-HMFnYSw,2217914
|
|
342
|
+
solace_agent_mesh/assets/docs/search-doc-1767712284328.json,sha256=-pazHo0BzNNSKtuZzGFoghPI8JtKftjnYGRzcbvLgYU,837248
|
|
343
|
+
solace_agent_mesh/assets/docs/search-doc.json,sha256=-pazHo0BzNNSKtuZzGFoghPI8JtKftjnYGRzcbvLgYU,837248
|
|
344
|
+
solace_agent_mesh/assets/docs/sitemap.xml,sha256=0Pgpr_3C1dOZ0Z0M-kFug7F9lDJ2SWtmTKPXOK47m_c,11865
|
|
399
345
|
solace_agent_mesh/assets/docs/assets/css/styles.8162edfb.css,sha256=lCz5jyBX7sTtEVIB8hYR1w522vqHrngXJv2tjlXuSZg,83628
|
|
400
346
|
solace_agent_mesh/assets/docs/assets/images/Solace_AI_Framework_With_Broker-85f0a306a9bcdd20b390b7a949f6d862.png,sha256=e6MbZpxlY1xJ8U01zQogm8vWgokQqDfhsyPyNxtuS00,447393
|
|
401
347
|
solace_agent_mesh/assets/docs/assets/images/sam-enterprise-credentials-b269f095349473118b2b33bdfcc40122.png,sha256=pJb4UjHrgDm22w1beXrbE9l1ElMeK546-PwMNNoBPXM,594985
|
|
@@ -405,7 +351,7 @@ solace_agent_mesh/assets/docs/assets/js/0bcf40b7.c019ad46.js,sha256=77Y5dsMg2CEp
|
|
|
405
351
|
solace_agent_mesh/assets/docs/assets/js/1001.0182a8bd.js,sha256=wnldyGaqrut3ES6Q5UDpRGsaNwlX_JoL2FDB_f7_hBI,90563
|
|
406
352
|
solace_agent_mesh/assets/docs/assets/js/1039.0bd46aa1.js,sha256=3gOxMCGWPNyBymsv8WkRfDuOlc7UZ1c9c794Q7gmNyQ,71713
|
|
407
353
|
solace_agent_mesh/assets/docs/assets/js/149.b797a808.js,sha256=BZRazTFuXMaIQkDiXM1Sq9J3QgYa2HJuuJCCs8gQz3w,438
|
|
408
|
-
solace_agent_mesh/assets/docs/assets/js/15ba94aa.
|
|
354
|
+
solace_agent_mesh/assets/docs/assets/js/15ba94aa.e186750d.js,sha256=3ko3R2ZW94CwdlYkL_9FpRat51ywOoAxjHP1BveCKNA,17105
|
|
409
355
|
solace_agent_mesh/assets/docs/assets/js/15e40e79.434bb30f.js,sha256=Uwyy9dk520QIBX9i2KPcENQv3tXhn4MR_QHfma3AWz0,18534
|
|
410
356
|
solace_agent_mesh/assets/docs/assets/js/165.6a39807d.js,sha256=LbpDL4NSduNRTSI3RUIg5dLdMd4wawHU4Qta2vf8ryg,428812
|
|
411
357
|
solace_agent_mesh/assets/docs/assets/js/165.6a39807d.js.LICENSE.txt,sha256=QX5NnNHHE912JA-8rhkyT6_OOM9KmKb6eM5ZwZ_m0fk,485
|
|
@@ -416,41 +362,43 @@ solace_agent_mesh/assets/docs/assets/js/2237.5e477fc6.js,sha256=zW8HJtjPXRUHEgvh
|
|
|
416
362
|
solace_agent_mesh/assets/docs/assets/js/2279.550aa580.js,sha256=PTg94ypWkWNOj8zPwoMFxWH7c1p9z3HbZ5NgMUeg5jo,528205
|
|
417
363
|
solace_agent_mesh/assets/docs/assets/js/2279.550aa580.js.LICENSE.txt,sha256=0Jsy5TY_UachORpCTb3Y9TxXGo3YlDu3mSCETnzrLwM,427
|
|
418
364
|
solace_agent_mesh/assets/docs/assets/js/2334.1cf50a20.js,sha256=s3tQWvCh_rOaLZXTEFuUx3uUUk3ANYkHd3YaT6mgsO4,38195
|
|
419
|
-
solace_agent_mesh/assets/docs/assets/js/240a0364.
|
|
365
|
+
solace_agent_mesh/assets/docs/assets/js/240a0364.83e37aa8.js,sha256=i35NrmF98GLH6yZzDuf9YO0suaEn8mks_gRj5-drn0c,19152
|
|
420
366
|
solace_agent_mesh/assets/docs/assets/js/2987107d.a80604f9.js,sha256=2soR7iig8qyFKOTBd0Vxj6SO4dZwovUvW8u77ZBIqbw,10095
|
|
421
|
-
solace_agent_mesh/assets/docs/assets/js/2e32b5e0.
|
|
367
|
+
solace_agent_mesh/assets/docs/assets/js/2e32b5e0.2f0db237.js,sha256=7-6thuz4Fjf74VlWA_3jufq9vY8IQG7kvM1LUmtjvio,16486
|
|
422
368
|
solace_agent_mesh/assets/docs/assets/js/3219.adc1d663.js,sha256=cScnTwicV4XboNRNw4WqbinP-KZtL-fulxmDcOIw3Pg,25843
|
|
423
369
|
solace_agent_mesh/assets/docs/assets/js/341393d4.0fac2613.js,sha256=gpj8aYErWyIsyf0EIq5aGPKCh2S-o7lXvSwpK7XPGY4,21936
|
|
424
370
|
solace_agent_mesh/assets/docs/assets/js/3624.0eaa1fd0.js,sha256=iK1gBxLNHAQQECaXgqZlZXbBZwfwi4f_90ImXbHCO4A,14839
|
|
425
371
|
solace_agent_mesh/assets/docs/assets/js/375.708d48db.js,sha256=tnoRKYgl89ieY_0s8NeHjMy9gQvpDQPo5q6kfr5zNt0,4319
|
|
426
372
|
solace_agent_mesh/assets/docs/assets/js/3834.b6cd790e.js,sha256=LuFdgiur49yMqtwnhUN7ECJ2lPvBaWdDam3OANM5WcM,196
|
|
427
|
-
solace_agent_mesh/assets/docs/assets/js/3a6c6137.
|
|
428
|
-
solace_agent_mesh/assets/docs/assets/js/3ac1795d.
|
|
429
|
-
solace_agent_mesh/assets/docs/assets/js/3ff0015d.
|
|
373
|
+
solace_agent_mesh/assets/docs/assets/js/3a6c6137.7e61915d.js,sha256=s5YPYuayIxUKiu329wPVAqRRM24K0-fcv8JeTStzbBc,7265
|
|
374
|
+
solace_agent_mesh/assets/docs/assets/js/3ac1795d.dc006e20.js,sha256=KDYnZOZQOo43QhwaZAdeI-JBs1HO9IXcYz3YVUOYtzg,26967
|
|
375
|
+
solace_agent_mesh/assets/docs/assets/js/3ff0015d.f08618fb.js,sha256=HPwYJmtTtrPf5mPDhooBunwlP1zvM0rMVsE2YqgCquw,33448
|
|
430
376
|
solace_agent_mesh/assets/docs/assets/js/41adc471.48b12a4e.js,sha256=OzkL9HJ9MUQmewIRF8BVMerRTXDmBw_5mW7telapNOM,16002
|
|
431
377
|
solace_agent_mesh/assets/docs/assets/js/4250.95455b28.js,sha256=y3OgeXf-tuJO5M6gJ70aW58HdFE7vZIPX7V4mduXL9c,197
|
|
432
378
|
solace_agent_mesh/assets/docs/assets/js/4356.d169ab5b.js,sha256=JJdBrbL2-8tn2jfAGsO1ezjcM37BAIZnZsNYgc4UoZs,195
|
|
433
379
|
solace_agent_mesh/assets/docs/assets/js/4458.518e66fa.js,sha256=oUPDT1LqnbeRts2CudqNueI-OQHML5gg9dWEvP6PiE4,25886
|
|
434
380
|
solace_agent_mesh/assets/docs/assets/js/4488.c7cc3442.js,sha256=r1GHmJIWPPQ07T92TAs1H59eHcs-e87AFDqi_0VK48A,435
|
|
435
381
|
solace_agent_mesh/assets/docs/assets/js/4494.6ee23046.js,sha256=UrwgwbJNRAZiY6UtdzHrpggUpkNGlIh9vHiSXdv5DDI,61052
|
|
382
|
+
solace_agent_mesh/assets/docs/assets/js/4667dc50.bf2ad456.js,sha256=Fmm_8kKgsRJNOiW6-2GBgUShftyVd0pBuauuV7WhzkQ,7726
|
|
436
383
|
solace_agent_mesh/assets/docs/assets/js/4855.fc4444b6.js,sha256=Rbhzs2AM-6i8Wyppb8a2Ws8kpNE8Pr5QMgx0sxAozxs,11494
|
|
437
384
|
solace_agent_mesh/assets/docs/assets/js/4866.22daefc0.js,sha256=bQRnSAwf0FIrdrYQLeyXv6f4utbEoi4nSU-kKchB4sw,3876
|
|
438
385
|
solace_agent_mesh/assets/docs/assets/js/4950.ca4caeda.js,sha256=Kq5gqn-p3ozVcUY7fWZnY4_35_sNcFN8z4bNY6Cqt-s,146409
|
|
439
386
|
solace_agent_mesh/assets/docs/assets/js/509e993c.a1fbf45a.js,sha256=zr2Yi8a93sL_JsIXk2AqSas37CpwEX49DZ705yIWhUw,14587
|
|
440
387
|
solace_agent_mesh/assets/docs/assets/js/5388.7a136447.js,sha256=F9mKVkGI0I-fmfKn3kADJdVlVAe4lD7LQKjZ_kE7_cY,25022
|
|
441
|
-
solace_agent_mesh/assets/docs/assets/js/547e15cc.
|
|
388
|
+
solace_agent_mesh/assets/docs/assets/js/547e15cc.8e6da617.js,sha256=4oRwkqGPx9m645fjizwG6nEtYomEm-dSDvjaHWckf9A,18596
|
|
442
389
|
solace_agent_mesh/assets/docs/assets/js/55b7b518.29d6e75d.js,sha256=1HlKZ4lEKl2uWtBbXSRrYOzYWN6VvzAs-ipIlzk6Ev8,11179
|
|
443
390
|
solace_agent_mesh/assets/docs/assets/js/5607.081356f8.js,sha256=82P_IlhzwOSMkBDBTXHJsjSx0s1dFbcojWnOC-Vp7qU,194
|
|
444
391
|
solace_agent_mesh/assets/docs/assets/js/5864.b0d0e9de.js,sha256=XRxc9MFKvCVwmU2KY3io24cVMqk_dK8koh1B2rEQINQ,33926
|
|
445
|
-
solace_agent_mesh/assets/docs/assets/js/
|
|
392
|
+
solace_agent_mesh/assets/docs/assets/js/5b8d9c11.d4eb37b8.js,sha256=gCkUjUUrKE_8xyNADwc7hGx3P5TQXImxXlPHqZfCHBI,11231
|
|
393
|
+
solace_agent_mesh/assets/docs/assets/js/5c2bd65f.1ee87753.js,sha256=IIwDMJMUN0TS8-GGbxmCAOGR239_TDV-jVQUQ5B9q9s,17315
|
|
446
394
|
solace_agent_mesh/assets/docs/assets/js/5e95c892.558d5167.js,sha256=LrlOoFsc_wTcyuzay3WDxkpYtVGn2kUIWCosBvg_z8I,377
|
|
447
395
|
solace_agent_mesh/assets/docs/assets/js/6063ff4c.ef84f702.js,sha256=hKwjAMrZXRTORlVxD4LyXi6crri49l-SaZ1kOEs6qZ0,10815
|
|
448
396
|
solace_agent_mesh/assets/docs/assets/js/60702c0e.a8bdd79b.js,sha256=jOZtDDXQ-SmXDFZk9Uvcj9lLyichvOQ3w4NXJsMbgkA,22532
|
|
449
397
|
solace_agent_mesh/assets/docs/assets/js/6143.0a1464c9.js,sha256=N9VlCMIQjWkazDtcal5eC7xe1YvOVCMRx119JzMQl1k,39122
|
|
450
398
|
solace_agent_mesh/assets/docs/assets/js/631738c7.fa471607.js,sha256=xMiwuca6Rq-FOZcM9eR85wpITubivDTrOpA2SANrbe8,17941
|
|
451
399
|
solace_agent_mesh/assets/docs/assets/js/6395.e9c73649.js,sha256=-v8U5XdxnXthhTAYmuTbvDQRKDPxzQQS-Lew81sPN-8,440
|
|
452
|
-
solace_agent_mesh/assets/docs/assets/js/64195356.
|
|
453
|
-
solace_agent_mesh/assets/docs/assets/js/66d4869e.
|
|
400
|
+
solace_agent_mesh/assets/docs/assets/js/64195356.09dbd087.js,sha256=19Eh9jg8qFkHCyze_K0AWjcJ-DxSARR9u0RIhAd0YWI,32076
|
|
401
|
+
solace_agent_mesh/assets/docs/assets/js/66d4869e.30340bd3.js,sha256=F5xqjvLZKqPGmigeCTb-ae9fvP37ycTdezovyOEIviE,21850
|
|
454
402
|
solace_agent_mesh/assets/docs/assets/js/6796.51d2c9b7.js,sha256=yeZg7UFFslMqrIQP-dqk-4vBwLDsJ5Rx6aD1VliW07U,6300
|
|
455
403
|
solace_agent_mesh/assets/docs/assets/js/6976.379be23b.js,sha256=Fe3y3jWBBUqmD4dIUwZUUjiCvv5uSLEss3cOEzUDB9E,193
|
|
456
404
|
solace_agent_mesh/assets/docs/assets/js/6978.ee0b945c.js,sha256=Fabb2n81BbNegY_9ZboMCBu-Zgd5-nETGqLxviUogDg,11834
|
|
@@ -464,12 +412,14 @@ solace_agent_mesh/assets/docs/assets/js/7195.412f418a.js,sha256=8VHuob7jbA49epJL
|
|
|
464
412
|
solace_agent_mesh/assets/docs/assets/js/71da7b71.374b9d54.js,sha256=zqPJdj8-CBy6A4BCi8JU4LxitAiFimD_52RV_emqD94,32799
|
|
465
413
|
solace_agent_mesh/assets/docs/assets/js/722f809d.965da774.js,sha256=LwG8w8krOZrpQrJKFeCiYT2PI0T74FiGLnC8F76wSDs,10594
|
|
466
414
|
solace_agent_mesh/assets/docs/assets/js/7280.3fb73bdb.js,sha256=XlDQpYplGuVoEqfXCt8Yzocd9uBTu64VUrNp4LQDyIY,659
|
|
415
|
+
solace_agent_mesh/assets/docs/assets/js/729898df.7249e9fd.js,sha256=KGD-bQjWLQ9t8aWlffuuJx0J5DimPHQorj06HE4vzB4,10927
|
|
467
416
|
solace_agent_mesh/assets/docs/assets/js/742f027b.46c07808.js,sha256=KGUEaUlNvHExhvWmzJ7V_xPE6CJQB2LrdWzJkyzz6fQ,8893
|
|
468
417
|
solace_agent_mesh/assets/docs/assets/js/77cf947d.48cb18a2.js,sha256=sKk2An5nFXQK-KP9PZBsKDHQjo8cz1j9Bawa2KTORRo,5534
|
|
469
418
|
solace_agent_mesh/assets/docs/assets/js/7845.e33e7c4c.js,sha256=sNEWPWBTnV-BmKI7vkcgRpTYeErGBXRbtH_X5YRnr-c,11143
|
|
470
419
|
solace_agent_mesh/assets/docs/assets/js/7900.69516146.js,sha256=MWXxfpYNV5CORkPa0r6EyyynbVJrNENknNv0Zb7TqS8,43021
|
|
471
|
-
solace_agent_mesh/assets/docs/assets/js/
|
|
472
|
-
solace_agent_mesh/assets/docs/assets/js/
|
|
420
|
+
solace_agent_mesh/assets/docs/assets/js/7e294c01.7c5f6906.js,sha256=10JI08Ri9bSPweZ3yRBdKv7IrmbAGmaM5V21bs912RI,4665
|
|
421
|
+
solace_agent_mesh/assets/docs/assets/js/8024126c.e3467286.js,sha256=FF3nUcifTJFa_PK3xW9v7Qui1LCF0NEySc2rkpXkA74,40622
|
|
422
|
+
solace_agent_mesh/assets/docs/assets/js/81a99df0.95be65d4.js,sha256=4q9Hzkh9OXSAqzsMmsb1quk3hZJhWAIlumaXZ5af2kA,15179
|
|
473
423
|
solace_agent_mesh/assets/docs/assets/js/82fbfb93.161823a5.js,sha256=Suq0aLlx2G1rcwjwLRylHKN1a0oJJLxbuzWXjLD94ZI,6300
|
|
474
424
|
solace_agent_mesh/assets/docs/assets/js/8356.8a379c04.js,sha256=bj4ozR1V-6vmmty5Dr_1CCAup1i4lWAgRfY-ZHrMH-U,197
|
|
475
425
|
solace_agent_mesh/assets/docs/assets/js/8567.4732c6b7.js,sha256=JoI5LkqEMfpMaY5opquTz48lEtn-vjgQEVi9M-NhbGU,202
|
|
@@ -488,11 +438,12 @@ solace_agent_mesh/assets/docs/assets/js/945fb41e.6f4cdffd.js,sha256=j_IOg6hVZ84E
|
|
|
488
438
|
solace_agent_mesh/assets/docs/assets/js/94e8668d.16083b3f.js,sha256=h3OZokrjRqmUw-9dlICAlZESBrofKaXK7HnVGXCgcv4,51239
|
|
489
439
|
solace_agent_mesh/assets/docs/assets/js/9616.b75c2f6d.js,sha256=Ry0lLDd8HQzYAHmCKcXJ4iQ-9utISMjqcWk_iURtf1A,20576
|
|
490
440
|
solace_agent_mesh/assets/docs/assets/js/9793.c6d16376.js,sha256=-Xm7Yt1AJvEcfoYlQ04O5Douk4bsO4mgo_UJN8TVIUY,100459
|
|
491
|
-
solace_agent_mesh/assets/docs/assets/js/9bb13469.
|
|
441
|
+
solace_agent_mesh/assets/docs/assets/js/9bb13469.4523ae20.js,sha256=8DaUdzEt64c9KOWW2s2L1JlBPIrK4KJH7w-Ue9DR5u4,16299
|
|
492
442
|
solace_agent_mesh/assets/docs/assets/js/9e9d0a82.570c057b.js,sha256=QeKSgSVG4Fm18tBMWnoiGjcgh0-8di_Xs5BpqaBYjP0,18672
|
|
493
443
|
solace_agent_mesh/assets/docs/assets/js/a7bd4aaa.2204d2f7.js,sha256=v9wa2Q1Mt7cayLyMjyDTUT8J_kILQ2idmxDhgyBHlpE,756
|
|
444
|
+
solace_agent_mesh/assets/docs/assets/js/a7d42657.a956689d.js,sha256=NFPed0G262oKL40SFxDnkrjfafO1rDObuu0TOQHhMnM,33100
|
|
494
445
|
solace_agent_mesh/assets/docs/assets/js/a94703ab.3e5fbcb3.js,sha256=KevQzANwTaIgw3Sx6IFoL6JQ-0k6qw81ZEGesUXmINs,11882
|
|
495
|
-
solace_agent_mesh/assets/docs/assets/js/ab9708a8.
|
|
446
|
+
solace_agent_mesh/assets/docs/assets/js/ab9708a8.3e563275.js,sha256=JZwimlnSiFNgOZ1c0FYNboigtZkcV0wBM7haGHBmjZM,14844
|
|
496
447
|
solace_agent_mesh/assets/docs/assets/js/aba21aa0.c42a534c.js,sha256=e8uMq6LJqDkt4o-uIbKH2CIw_7cQ4Kthlh4O9UqwWdw,211
|
|
497
448
|
solace_agent_mesh/assets/docs/assets/js/ad71b5ed.af3ecfd1.js,sha256=ocFJ0FjclMcFoIrGR8UYpcx3Lh4kp6FmTl29qL4pb64,17944
|
|
498
449
|
solace_agent_mesh/assets/docs/assets/js/ad87452a.9d73dad6.js,sha256=K6UWQ5C7MSQN2W81eBrY6-CbeVGDTp434AVlkHoJCJg,27253
|
|
@@ -502,84 +453,89 @@ solace_agent_mesh/assets/docs/assets/js/cab03b5b.6a073091.js,sha256=qlVrbHJdUjsS
|
|
|
502
453
|
solace_agent_mesh/assets/docs/assets/js/cbe2e9ea.07e170dd.js,sha256=z67tDaeTWuFzG3iakon0BrqwPIfOs-HRvkGDnpfl91k,13438
|
|
503
454
|
solace_agent_mesh/assets/docs/assets/js/ceb2a7a6.5d92d7d0.js,sha256=sIMjfXERI9UZ_nApb9UuuP5ZK8XoX6h87VSIm0FTrXQ,30514
|
|
504
455
|
solace_agent_mesh/assets/docs/assets/js/da0b5bad.b62f7b08.js,sha256=JUPNbtw5533sCHs4Ilt4mEkwst3HXkWmAvC9SMhS3hM,33897
|
|
505
|
-
solace_agent_mesh/assets/docs/assets/js/db5d6442.3daf1696.js,sha256=UwI5CC-BoNH1-n_NQ0C2tQcNLcixiildOj638vdIVc4,7710
|
|
506
456
|
solace_agent_mesh/assets/docs/assets/js/db924877.e98d12a1.js,sha256=sdYqliuleBONwJo9MbeJKQuyF91gYloovmvTLgy5yLw,14972
|
|
507
457
|
solace_agent_mesh/assets/docs/assets/js/dd817ffc.c37a755e.js,sha256=IEFVsVEV9ykrPU0aCENSjLlnURzy8LkjkjM3tGKArMw,9245
|
|
508
458
|
solace_agent_mesh/assets/docs/assets/js/dd81e2b8.b682e9c2.js,sha256=PbUTfVL2gCq7wsKe8fYRVTZ1C2Ab8Q9u7tXdXCqMmWs,45549
|
|
509
459
|
solace_agent_mesh/assets/docs/assets/js/de5f4c65.e8241890.js,sha256=YtUp4ly1TF1-AKhUvCf1MAaUU8K0PK__r4lO8QcDvD0,17957
|
|
510
460
|
solace_agent_mesh/assets/docs/assets/js/de915948.44a432bc.js,sha256=vTW9OjgZ3GNYha_DlJz46woox6q6KTU_dOWl01iE42o,36219
|
|
511
|
-
solace_agent_mesh/assets/docs/assets/js/e04b235d.
|
|
512
|
-
solace_agent_mesh/assets/docs/assets/js/e1b6eeb4.
|
|
461
|
+
solace_agent_mesh/assets/docs/assets/js/e04b235d.06d23db6.js,sha256=5dTZtmh-v8aA58QYoqqTjKL6XI4e9HCl9q13rTi-HQg,17517
|
|
462
|
+
solace_agent_mesh/assets/docs/assets/js/e1b6eeb4.deb2b62e.js,sha256=XSWBz4fQRYp4jvqvoHsnt6Z6JxpeEC0VQxsUW2r_hX8,11021
|
|
513
463
|
solace_agent_mesh/assets/docs/assets/js/e3d9abda.1476f570.js,sha256=SZDThT2tHnY2vM6Kc63p_e6WCtt8z0iYuxTMxB5a_U0,18955
|
|
514
|
-
solace_agent_mesh/assets/docs/assets/js/e6f9706b.
|
|
515
|
-
solace_agent_mesh/assets/docs/assets/js/e92d0134.
|
|
516
|
-
solace_agent_mesh/assets/docs/assets/js/
|
|
464
|
+
solace_agent_mesh/assets/docs/assets/js/e6f9706b.acc800d3.js,sha256=mXRmr05u6tzgLFy_jKBxemntSi8tYM4JvcmKuGJMcZQ,11440
|
|
465
|
+
solace_agent_mesh/assets/docs/assets/js/e92d0134.c147a429.js,sha256=gjrS186rP5QLB3wWGlqBE1PKqY8pMat1bB4qkhfIZHg,13574
|
|
466
|
+
solace_agent_mesh/assets/docs/assets/js/ee0c2fe7.94d0a351.js,sha256=U1rF0En0x2mCV54Kj-upHc_-gmGhAdai9y2dEqiIUYg,7620
|
|
467
|
+
solace_agent_mesh/assets/docs/assets/js/f284c35a.08fab659.js,sha256=znHFB8oUuXDolxTosbHNoaBOmHeXeuUqh_h2Qg8ARdE,41038
|
|
517
468
|
solace_agent_mesh/assets/docs/assets/js/ff4d71f2.74710fc1.js,sha256=apQ7ZizKUzX8VboeL-8hzU1rJULMsXVrGZ5bxNfKPqQ,8365
|
|
518
|
-
solace_agent_mesh/assets/docs/assets/js/main.
|
|
519
|
-
solace_agent_mesh/assets/docs/assets/js/main.
|
|
520
|
-
solace_agent_mesh/assets/docs/assets/js/runtime~main.
|
|
521
|
-
solace_agent_mesh/assets/docs/docs/documentation/components/index.html,sha256=
|
|
522
|
-
solace_agent_mesh/assets/docs/docs/documentation/components/agents/index.html,sha256=
|
|
523
|
-
solace_agent_mesh/assets/docs/docs/documentation/components/builtin-tools/index.html,sha256=
|
|
524
|
-
solace_agent_mesh/assets/docs/docs/documentation/components/builtin-tools/artifact-management/index.html,sha256=
|
|
525
|
-
solace_agent_mesh/assets/docs/docs/documentation/components/builtin-tools/audio-tools/index.html,sha256=
|
|
526
|
-
solace_agent_mesh/assets/docs/docs/documentation/components/builtin-tools/data-analysis-tools/index.html,sha256=
|
|
527
|
-
solace_agent_mesh/assets/docs/docs/documentation/components/builtin-tools/embeds/index.html,sha256=
|
|
528
|
-
solace_agent_mesh/assets/docs/docs/documentation/components/
|
|
529
|
-
solace_agent_mesh/assets/docs/docs/documentation/components/
|
|
530
|
-
solace_agent_mesh/assets/docs/docs/documentation/components/
|
|
531
|
-
solace_agent_mesh/assets/docs/docs/documentation/components/
|
|
532
|
-
solace_agent_mesh/assets/docs/docs/documentation/components/
|
|
533
|
-
solace_agent_mesh/assets/docs/docs/documentation/components/
|
|
534
|
-
solace_agent_mesh/assets/docs/docs/documentation/components/
|
|
535
|
-
solace_agent_mesh/assets/docs/docs/documentation/components/
|
|
536
|
-
solace_agent_mesh/assets/docs/docs/documentation/
|
|
537
|
-
solace_agent_mesh/assets/docs/docs/documentation/
|
|
538
|
-
solace_agent_mesh/assets/docs/docs/documentation/deploying/
|
|
539
|
-
solace_agent_mesh/assets/docs/docs/documentation/deploying/
|
|
540
|
-
solace_agent_mesh/assets/docs/docs/documentation/deploying/
|
|
541
|
-
solace_agent_mesh/assets/docs/docs/documentation/deploying/
|
|
542
|
-
solace_agent_mesh/assets/docs/docs/documentation/deploying/
|
|
543
|
-
solace_agent_mesh/assets/docs/docs/documentation/
|
|
544
|
-
solace_agent_mesh/assets/docs/docs/documentation/
|
|
545
|
-
solace_agent_mesh/assets/docs/docs/documentation/
|
|
546
|
-
solace_agent_mesh/assets/docs/docs/documentation/developing/
|
|
547
|
-
solace_agent_mesh/assets/docs/docs/documentation/developing/
|
|
548
|
-
solace_agent_mesh/assets/docs/docs/documentation/developing/
|
|
549
|
-
solace_agent_mesh/assets/docs/docs/documentation/developing/
|
|
550
|
-
solace_agent_mesh/assets/docs/docs/documentation/developing/
|
|
551
|
-
solace_agent_mesh/assets/docs/docs/documentation/developing/
|
|
552
|
-
solace_agent_mesh/assets/docs/docs/documentation/developing/
|
|
553
|
-
solace_agent_mesh/assets/docs/docs/documentation/developing/tutorials/
|
|
554
|
-
solace_agent_mesh/assets/docs/docs/documentation/developing/tutorials/
|
|
555
|
-
solace_agent_mesh/assets/docs/docs/documentation/developing/tutorials/
|
|
556
|
-
solace_agent_mesh/assets/docs/docs/documentation/developing/tutorials/
|
|
557
|
-
solace_agent_mesh/assets/docs/docs/documentation/developing/tutorials/
|
|
558
|
-
solace_agent_mesh/assets/docs/docs/documentation/developing/tutorials/
|
|
559
|
-
solace_agent_mesh/assets/docs/docs/documentation/developing/tutorials/
|
|
560
|
-
solace_agent_mesh/assets/docs/docs/documentation/
|
|
561
|
-
solace_agent_mesh/assets/docs/docs/documentation/
|
|
562
|
-
solace_agent_mesh/assets/docs/docs/documentation/
|
|
563
|
-
solace_agent_mesh/assets/docs/docs/documentation/enterprise/
|
|
564
|
-
solace_agent_mesh/assets/docs/docs/documentation/enterprise/
|
|
565
|
-
solace_agent_mesh/assets/docs/docs/documentation/enterprise/
|
|
566
|
-
solace_agent_mesh/assets/docs/docs/documentation/enterprise/
|
|
567
|
-
solace_agent_mesh/assets/docs/docs/documentation/enterprise/
|
|
568
|
-
solace_agent_mesh/assets/docs/docs/documentation/enterprise/
|
|
569
|
-
solace_agent_mesh/assets/docs/docs/documentation/
|
|
570
|
-
solace_agent_mesh/assets/docs/docs/documentation/
|
|
571
|
-
solace_agent_mesh/assets/docs/docs/documentation/
|
|
572
|
-
solace_agent_mesh/assets/docs/docs/documentation/getting-started/
|
|
573
|
-
solace_agent_mesh/assets/docs/docs/documentation/
|
|
574
|
-
solace_agent_mesh/assets/docs/docs/documentation/
|
|
575
|
-
solace_agent_mesh/assets/docs/docs/documentation/
|
|
576
|
-
solace_agent_mesh/assets/docs/docs/documentation/
|
|
577
|
-
solace_agent_mesh/assets/docs/docs/documentation/installing-and-configuring/
|
|
578
|
-
solace_agent_mesh/assets/docs/docs/documentation/installing-and-configuring/
|
|
579
|
-
solace_agent_mesh/assets/docs/docs/documentation/installing-and-configuring/
|
|
580
|
-
solace_agent_mesh/assets/docs/docs/documentation/installing-and-configuring/
|
|
581
|
-
solace_agent_mesh/assets/docs/docs/documentation/
|
|
582
|
-
solace_agent_mesh/assets/docs/docs/documentation/
|
|
469
|
+
solace_agent_mesh/assets/docs/assets/js/main.b241af3e.js,sha256=nDne24V08Kk1Tl7p78oxhcdP70nO4no29yTNNfCOz8Y,509794
|
|
470
|
+
solace_agent_mesh/assets/docs/assets/js/main.b241af3e.js.LICENSE.txt,sha256=3Jia5o7yaxOtbxuy9khs-thK96m55yCiPaUA-IkWh0A,2069
|
|
471
|
+
solace_agent_mesh/assets/docs/assets/js/runtime~main.4ca7d2e2.js,sha256=DvynQxAJMek3JJJSBivszlR1N_btoWSzPDFZsKAFfrA,7679
|
|
472
|
+
solace_agent_mesh/assets/docs/docs/documentation/components/index.html,sha256=tIZ0rCOpdfAC9GEAquomdsas-W37Kn9qTGD44VgLagY,29908
|
|
473
|
+
solace_agent_mesh/assets/docs/docs/documentation/components/agents/index.html,sha256=O8SIMDh712Eb5MKx-v-2qjV0Kjb62ARqCbB4F68DNVU,45329
|
|
474
|
+
solace_agent_mesh/assets/docs/docs/documentation/components/builtin-tools/index.html,sha256=fNzCK3NuuOogBDCzTjLeLl1pXiXeCS03lqYC0fHrTfE,48684
|
|
475
|
+
solace_agent_mesh/assets/docs/docs/documentation/components/builtin-tools/artifact-management/index.html,sha256=_l2tWhxWTqocsJ11Wb1R54KAoCiiAlr1i39xOVCaRzg,38702
|
|
476
|
+
solace_agent_mesh/assets/docs/docs/documentation/components/builtin-tools/audio-tools/index.html,sha256=Qat3anUPFw_bPajibgq5R4HGqgNl_Kd4-F9yWgGcLno,62103
|
|
477
|
+
solace_agent_mesh/assets/docs/docs/documentation/components/builtin-tools/data-analysis-tools/index.html,sha256=fYG0mw5jnqIgUUWSXRlU72Sj1cXRaw7I6K0Vh1hnQ6U,41712
|
|
478
|
+
solace_agent_mesh/assets/docs/docs/documentation/components/builtin-tools/embeds/index.html,sha256=Q0ilFiwi6eytOx3mfsR4b5_amUnvJdYf4ic9qPg5R9A,56192
|
|
479
|
+
solace_agent_mesh/assets/docs/docs/documentation/components/builtin-tools/image-tools/index.html,sha256=nTx_EV6JG7Dcmkdla6FArjjpzXqcNPjbsHorLR8wfFk,48328
|
|
480
|
+
solace_agent_mesh/assets/docs/docs/documentation/components/cli/index.html,sha256=CuzZOB3d0mcNNOW2-0BnrsgeTumeGQFlpNaWYzOTxi0,60779
|
|
481
|
+
solace_agent_mesh/assets/docs/docs/documentation/components/gateways/index.html,sha256=OxwALCm6VCPlJHeOVLnav_eASGb_IreM3nW_Fgf2ZaI,34169
|
|
482
|
+
solace_agent_mesh/assets/docs/docs/documentation/components/orchestrator/index.html,sha256=XhS3DJA4D2QlDPa6ctLB5-sJnaxpn8Vu1iX7ZTwZTGk,27431
|
|
483
|
+
solace_agent_mesh/assets/docs/docs/documentation/components/platform-service/index.html,sha256=Hi3FL1Wie4fa3BWyyPUAt4oTeAXLN6Fz7h1BF6xlphk,27693
|
|
484
|
+
solace_agent_mesh/assets/docs/docs/documentation/components/plugins/index.html,sha256=4bJAvKU_bCBtIoe5YT-ny3D8ODaCrAWVpQSni3dX3yY,43932
|
|
485
|
+
solace_agent_mesh/assets/docs/docs/documentation/components/projects/index.html,sha256=_ogSNdbsE91_PRejPGKrVxHB7hA_CQ9BknQvUsvHy2M,49580
|
|
486
|
+
solace_agent_mesh/assets/docs/docs/documentation/components/prompts/index.html,sha256=1vdp2GzvMzP6ZZIuQLpOHEP2LfzUPfGyOfca2TuT6lc,47847
|
|
487
|
+
solace_agent_mesh/assets/docs/docs/documentation/components/proxies/index.html,sha256=aJxL9Kxk8RwFPGxFvvTd3LX4S-kq4VFkvkOoUF_Rk5Y,139822
|
|
488
|
+
solace_agent_mesh/assets/docs/docs/documentation/components/speech/index.html,sha256=0CAaG9gqlHJ1VPAc1WWNsvbWq-oMvjyY7MWiZQdcJTI,53591
|
|
489
|
+
solace_agent_mesh/assets/docs/docs/documentation/deploying/index.html,sha256=ATqOvBJSXu5BUR_xhirllB2ECI8n87mGF_8mrtjXr_g,27406
|
|
490
|
+
solace_agent_mesh/assets/docs/docs/documentation/deploying/debugging/index.html,sha256=STSIMNNMo8FL5WlaWWifyXIfyRZ6ggrTYe9ouXPFMeQ,54459
|
|
491
|
+
solace_agent_mesh/assets/docs/docs/documentation/deploying/deployment-options/index.html,sha256=IrLuDoDT5WWYS2hm6iqTDyny92QiuNM7tP9cvgmE36U,43293
|
|
492
|
+
solace_agent_mesh/assets/docs/docs/documentation/deploying/kubernetes/index.html,sha256=OEdDVA6fm2PJwp7lLmvXNW6K9qGKfLFBdrLTY2RUQbo,30483
|
|
493
|
+
solace_agent_mesh/assets/docs/docs/documentation/deploying/kubernetes/kubernetes-deployment-guide/index.html,sha256=iGEn8Z6R60flxFcOwCBDZHLwt3aYe2PbHWMgH2I1lfs,51528
|
|
494
|
+
solace_agent_mesh/assets/docs/docs/documentation/deploying/logging/index.html,sha256=0HoKV_N2vxilZ7wwJW0ot4haDnv0NBSNzTCqQpMGYCs,79922
|
|
495
|
+
solace_agent_mesh/assets/docs/docs/documentation/deploying/observability/index.html,sha256=lkA7z3dEOyIlDQxGKweEWYM2tY-C_8MctqWsEpa0CTM,36555
|
|
496
|
+
solace_agent_mesh/assets/docs/docs/documentation/deploying/proxy_configuration/index.html,sha256=rD9PNReRiRxyaPYFf_tLmaPkH1sieUwgy1X5nzLTcpc,52190
|
|
497
|
+
solace_agent_mesh/assets/docs/docs/documentation/developing/index.html,sha256=ZhQQPhkHbjO7YmaPSmV05BshOqSP4o2wDM-f2LIoJak,30429
|
|
498
|
+
solace_agent_mesh/assets/docs/docs/documentation/developing/create-agents/index.html,sha256=x1sooxmFOGZT1hSoomV-Dq7zQLZDhMF-GZr4eesVGSU,177593
|
|
499
|
+
solace_agent_mesh/assets/docs/docs/documentation/developing/create-gateways/index.html,sha256=iN4TjfR5PHgSFK211mORIIot0rGcQfYwCOYSzz67q04,181184
|
|
500
|
+
solace_agent_mesh/assets/docs/docs/documentation/developing/creating-python-tools/index.html,sha256=909z5Z-A3nvqSQWs5Uz1Eajvgg2dQovSPam1og-4xrg,195687
|
|
501
|
+
solace_agent_mesh/assets/docs/docs/documentation/developing/creating-service-providers/index.html,sha256=YWoBVN0Vm-Dru9ogJVrsplqxMiajr5ubcnOIDCosy6o,61733
|
|
502
|
+
solace_agent_mesh/assets/docs/docs/documentation/developing/evaluations/index.html,sha256=kYkaPAeGFehA275YoBr2_VZmkoUEzWLahOGQ-3dbrDM,112576
|
|
503
|
+
solace_agent_mesh/assets/docs/docs/documentation/developing/structure/index.html,sha256=_qtKwDYp0ctVSD-2noTY7XLLhx-0LeBOlT4f3r5l3L8,30893
|
|
504
|
+
solace_agent_mesh/assets/docs/docs/documentation/developing/tutorials/bedrock-agents/index.html,sha256=Ob8d9BCc-lltjr5kxddbinvvFrYIEvGLKUqLwGf41KU,81834
|
|
505
|
+
solace_agent_mesh/assets/docs/docs/documentation/developing/tutorials/custom-agent/index.html,sha256=vTbycC2P2FqFAclSnvbjgDmI9TaLknMRGWoBUasNbiU,389036
|
|
506
|
+
solace_agent_mesh/assets/docs/docs/documentation/developing/tutorials/event-mesh-gateway/index.html,sha256=-cbmGt0oo8W8MSTsYmlSJZ-jw85R4ZZKZrpg4pB2wQU,73933
|
|
507
|
+
solace_agent_mesh/assets/docs/docs/documentation/developing/tutorials/mcp-integration/index.html,sha256=-zuel8BbpQWjS9peBbYEgVMgodgjHDVJVNTfR6cFqsk,82320
|
|
508
|
+
solace_agent_mesh/assets/docs/docs/documentation/developing/tutorials/mongodb-integration/index.html,sha256=FdIXaeSh94g6Hfnx_Fy8QVzdkuDgfqu3FP3JrY35ya4,93474
|
|
509
|
+
solace_agent_mesh/assets/docs/docs/documentation/developing/tutorials/rag-integration/index.html,sha256=mYEpASWHrsRXmFF-rlLCsTdj4Uw0IkMqeo2LrTI8f5M,85851
|
|
510
|
+
solace_agent_mesh/assets/docs/docs/documentation/developing/tutorials/rest-gateway/index.html,sha256=FZ_oWWrD7GLTofhAHlVSjR94HBsM2nKFfSSm_GFJGQ8,51883
|
|
511
|
+
solace_agent_mesh/assets/docs/docs/documentation/developing/tutorials/slack-integration/index.html,sha256=ztMc0CQ1KF1vBF2AWtlY9gmEreXy0zlWHiDjUclHe6s,55162
|
|
512
|
+
solace_agent_mesh/assets/docs/docs/documentation/developing/tutorials/sql-database/index.html,sha256=23ss8MQ1O3G-2Rc7yAfPA1iABzpeMH0bmzX3dJ63zNE,74706
|
|
513
|
+
solace_agent_mesh/assets/docs/docs/documentation/developing/tutorials/teams-integration/index.html,sha256=TJzxtJ5VxmjaWNWZJGTl5dwCPvBVe1bSBZ7qni45LB4,82784
|
|
514
|
+
solace_agent_mesh/assets/docs/docs/documentation/enterprise/index.html,sha256=CvypKgKBPCPkXVAGRgWdaz-9AyRx0cLSpcQ4-7kqYtI,31247
|
|
515
|
+
solace_agent_mesh/assets/docs/docs/documentation/enterprise/agent-builder/index.html,sha256=kNy62yacL6fiwa9DVRrFYmEl8oSqQHW04qi3-Xsrf2U,40987
|
|
516
|
+
solace_agent_mesh/assets/docs/docs/documentation/enterprise/connectors/index.html,sha256=g9d0tkXcDGp3VHkTCFfHbUJM7DiKA0__DyqrqVbS6_4,35675
|
|
517
|
+
solace_agent_mesh/assets/docs/docs/documentation/enterprise/installation/index.html,sha256=fNLGluHC_k2TLlQiii8gdBOxHHFGIWucD_ul4gfybUw,48459
|
|
518
|
+
solace_agent_mesh/assets/docs/docs/documentation/enterprise/openapi-tools/index.html,sha256=I85SZ1tnuJl5o9QIYOYZ93o7VhZg3-waDwJEsCGhquQ,103197
|
|
519
|
+
solace_agent_mesh/assets/docs/docs/documentation/enterprise/rbac-setup-guide/index.html,sha256=7tP_E52A2_TalqanzF1nVfmUut0hDquTJS61Nsw2mrs,124031
|
|
520
|
+
solace_agent_mesh/assets/docs/docs/documentation/enterprise/secure-user-delegated-access/index.html,sha256=ChIxCpNs5xDGecGZS9nKn-WbJlsK4P8nmXjzHgBPVUE,98820
|
|
521
|
+
solace_agent_mesh/assets/docs/docs/documentation/enterprise/single-sign-on/index.html,sha256=AbVuo2hTeuqEvKzRd9wLB-UCIFw-eDRnz2OTuDvbHY0,119573
|
|
522
|
+
solace_agent_mesh/assets/docs/docs/documentation/enterprise/wheel-installation/index.html,sha256=5P6hm0bLqTPgYRMbi-0jnSx4Ruw15ComknYhGHuwVBU,34958
|
|
523
|
+
solace_agent_mesh/assets/docs/docs/documentation/getting-started/index.html,sha256=5A0q335zyZFqYqv1yoVpVlmqozNNw31G5lOfhs3-p1M,33582
|
|
524
|
+
solace_agent_mesh/assets/docs/docs/documentation/getting-started/architecture/index.html,sha256=wloeiZ5szp2I5ppqC7Sr_FC18h5Cgz16-4ZwG6dPRh8,33665
|
|
525
|
+
solace_agent_mesh/assets/docs/docs/documentation/getting-started/introduction/index.html,sha256=k3p--cFZMftpDeUWAS-Gvvvbo0idwgKuiuqmWWSThjU,28432
|
|
526
|
+
solace_agent_mesh/assets/docs/docs/documentation/getting-started/try-agent-mesh/index.html,sha256=w9sB90GapnMF6GAqf0cvG82R8DklvEXr7f80-SnT_LY,30074
|
|
527
|
+
solace_agent_mesh/assets/docs/docs/documentation/getting-started/vibe_coding/index.html,sha256=IjlmQnggaDjt5lPss9C758qWVM7QAcSQHH97Ro4rcyc,29799
|
|
528
|
+
solace_agent_mesh/assets/docs/docs/documentation/installing-and-configuring/index.html,sha256=zTZ36AfdlDCoMD8hG_SGWZtArkgaBmaYT_2PDxkcpwI,27792
|
|
529
|
+
solace_agent_mesh/assets/docs/docs/documentation/installing-and-configuring/artifact-storage/index.html,sha256=pCuSS7qzIL-6idB4BVOM4RVOpR4BOmTcQtrqmT7U6-c,88706
|
|
530
|
+
solace_agent_mesh/assets/docs/docs/documentation/installing-and-configuring/configurations/index.html,sha256=Qu7NBXHonWglCJ9YgdjOgLMBu9wKuiloiijdXIowLG0,69457
|
|
531
|
+
solace_agent_mesh/assets/docs/docs/documentation/installing-and-configuring/installation/index.html,sha256=hsWRYiwMXmttfVa-MQTuKDO2G05VpzwChFnDsC2KlPA,39111
|
|
532
|
+
solace_agent_mesh/assets/docs/docs/documentation/installing-and-configuring/large_language_models/index.html,sha256=jJ4m1aXdFYs2xEZqvUZvbkWQwS6PexkFHwrAt7DA604,88905
|
|
533
|
+
solace_agent_mesh/assets/docs/docs/documentation/installing-and-configuring/run-project/index.html,sha256=PoMoWISO7XhLTs-apvySvNMweYeEHdEQZD2hiaxSmEE,48326
|
|
534
|
+
solace_agent_mesh/assets/docs/docs/documentation/installing-and-configuring/session-storage/index.html,sha256=msjybO_QOhi08e41H-gbyvoV_aBrfR6yqOuO6YejY1A,83425
|
|
535
|
+
solace_agent_mesh/assets/docs/docs/documentation/installing-and-configuring/user-feedback/index.html,sha256=z1fAf5UPKI6oWy4bcBuGhByRF-IbhpBnFJgeL5ZS9KU,77346
|
|
536
|
+
solace_agent_mesh/assets/docs/docs/documentation/migrations/a2a-upgrade/a2a-gateway-upgrade-to-0.3.0/index.html,sha256=DqSq1HcWWiv5noVpeiek3_x8ErteSNVK3Eo_7ueZg8I,74474
|
|
537
|
+
solace_agent_mesh/assets/docs/docs/documentation/migrations/a2a-upgrade/a2a-technical-migration-map/index.html,sha256=AUIkD6--63Q2bD0rCnmJJoN74noqfCzPIAqxQ_eZkq0,89596
|
|
538
|
+
solace_agent_mesh/assets/docs/docs/documentation/migrations/platform-service-split/index.html,sha256=c1leJ3s7Grb4XQExDHhzbnkRRsaftSyaPv2jQeRrxWo,37008
|
|
583
539
|
solace_agent_mesh/assets/docs/img/Solace_AI_Framework_With_Broker.png,sha256=e6MbZpxlY1xJ8U01zQogm8vWgokQqDfhsyPyNxtuS00,447393
|
|
584
540
|
solace_agent_mesh/assets/docs/img/logo.png,sha256=TdXZ2wnkSkaFrGO-5fy2WcmjGXaGzwE29dM83raxoTg,45439
|
|
585
541
|
solace_agent_mesh/assets/docs/img/sac-flows.png,sha256=868GgNJGPxn2G6c1Md_0umhg3xuAo7t6HEx8hOKbUJY,21098
|
|
@@ -589,7 +545,7 @@ solace_agent_mesh/assets/docs/img/solace-logo-text.svg,sha256=-wslMOppjNAJqbWRfB
|
|
|
589
545
|
solace_agent_mesh/assets/docs/img/solace-logo.png,sha256=ZHgHO43gSoj8LuPIVPUulJmzGVyUAujyBu2s139ZLuU,6619
|
|
590
546
|
solace_agent_mesh/config_portal/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
591
547
|
solace_agent_mesh/config_portal/backend/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
592
|
-
solace_agent_mesh/config_portal/backend/common.py,sha256=
|
|
548
|
+
solace_agent_mesh/config_portal/backend/common.py,sha256=Qm3mqBr69fDmijRVhrYlgRCov9YaucNoSob2j7P_iHk,3105
|
|
593
549
|
solace_agent_mesh/config_portal/backend/plugin_catalog_server.py,sha256=Qr5cFUMyDq0qHDTa9ZRbczTi8BUWPZTvxAv3jRxa3hw,7875
|
|
594
550
|
solace_agent_mesh/config_portal/backend/server.py,sha256=gx8KIAopkeAmn4WfseP5z79GOE246Lf8nPaCw7QrBPo,23689
|
|
595
551
|
solace_agent_mesh/config_portal/backend/plugin_catalog/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
@@ -599,26 +555,26 @@ solace_agent_mesh/config_portal/backend/plugin_catalog/registry_manager.py,sha25
|
|
|
599
555
|
solace_agent_mesh/config_portal/backend/plugin_catalog/scraper.py,sha256=j7yJUEKjgsVs7TvSf8Uf_22bKotlYhocIYhfJhTpQPI,21238
|
|
600
556
|
solace_agent_mesh/config_portal/frontend/static/client/Solace_community_logo.png,sha256=ugNi5vBxTdFZMW2uWNZYcutyk4z8yw9e5KEL5XDcodU,5894
|
|
601
557
|
solace_agent_mesh/config_portal/frontend/static/client/favicon.ico,sha256=9z1ZdOqroxsg2-FzV79kTJ69hVqWVkrDlIv2RgmIhR8,15086
|
|
602
|
-
solace_agent_mesh/config_portal/frontend/static/client/index.html,sha256=
|
|
603
|
-
solace_agent_mesh/config_portal/frontend/static/client/assets/_index-
|
|
558
|
+
solace_agent_mesh/config_portal/frontend/static/client/index.html,sha256=G8kHlmyyqYIeFyYLqQGwuWxabl9TYR4HUMLSTzbUKq4,1419
|
|
559
|
+
solace_agent_mesh/config_portal/frontend/static/client/assets/_index-ZV-jX48T.js,sha256=N6A_mLZhWPdjWXZuRg10VcU_4N1uK7fPTYLTadAGkmQ,278493
|
|
604
560
|
solace_agent_mesh/config_portal/frontend/static/client/assets/components-Rk0n-9cK.js,sha256=dXPV9MnIciHjfm68Wp9aKpViYlXfyN_6etThgGS8KO8,40041
|
|
605
561
|
solace_agent_mesh/config_portal/frontend/static/client/assets/entry.client-mvZjNKiz.js,sha256=-9lo6je5RWC0Q4FKlTg-tdu1dsoNQvwbLr5zgfZwf58,3862
|
|
606
562
|
solace_agent_mesh/config_portal/frontend/static/client/assets/index-DzNKzXrc.js,sha256=4xvgTOvPkqnfRR2N9T199hzTFK6u_NdvA5ImbTe2UYU,217925
|
|
607
|
-
solace_agent_mesh/config_portal/frontend/static/client/assets/manifest-
|
|
563
|
+
solace_agent_mesh/config_portal/frontend/static/client/assets/manifest-ce5bc5da.js,sha256=ZTiCIhkGs5usUgMjUK37N_Qm-vapahO-Ggv_1d46eNo,781
|
|
608
564
|
solace_agent_mesh/config_portal/frontend/static/client/assets/root-B17tZKK7.css,sha256=y1zx6AefXCqr6kN8-oHchKnqNbx2owjFMRJZdLjRZuA,33624
|
|
609
565
|
solace_agent_mesh/config_portal/frontend/static/client/assets/root-V2BeTIUc.js,sha256=KoDaD7JSrkUDgUbDa0JqaB7mXNCc2fR-T5kKAcH5nho,1799
|
|
610
|
-
solace_agent_mesh/client/webui/frontend/static/auth-callback.html,sha256=
|
|
611
|
-
solace_agent_mesh/client/webui/frontend/static/index.html,sha256
|
|
566
|
+
solace_agent_mesh/client/webui/frontend/static/auth-callback.html,sha256=hZ5hocF1MhUjQGaVTvbFzTkxztTVQrAOmqqOIM5-M2o,604
|
|
567
|
+
solace_agent_mesh/client/webui/frontend/static/index.html,sha256=iMsdPg8HqnOtBe72tbkZWsf6L5jIgV705eDKVuXLYvA,671
|
|
612
568
|
solace_agent_mesh/client/webui/frontend/static/mockServiceWorker.js,sha256=7Ad6HfZNkcz-3gKxoUaN3U9Mcv8ozjHsEsuomZEnK4o,10108
|
|
613
|
-
solace_agent_mesh/client/webui/frontend/static/ui-version.json,sha256=
|
|
614
|
-
solace_agent_mesh/client/webui/frontend/static/assets/authCallback-
|
|
615
|
-
solace_agent_mesh/client/webui/frontend/static/assets/client-
|
|
569
|
+
solace_agent_mesh/client/webui/frontend/static/ui-version.json,sha256=j1aLH7CGjAX5lcwazvgsJzrKYB7irhfg-Ta5b-V_iqc,216
|
|
570
|
+
solace_agent_mesh/client/webui/frontend/static/assets/authCallback-8Nihi8rv.js,sha256=q8ioOEj5zlRonq3eNp4HL0ZrBFp98-tiX0LZQpA3dLE,528
|
|
571
|
+
solace_agent_mesh/client/webui/frontend/static/assets/client-DYtZN8p-.js,sha256=0xzMfQj8YUiwQ6ZXuDkWQIXb4CcY1EyQj6P4JZQk_C8,173416
|
|
616
572
|
solace_agent_mesh/client/webui/frontend/static/assets/favicon-BLgzUch9.ico,sha256=9z1ZdOqroxsg2-FzV79kTJ69hVqWVkrDlIv2RgmIhR8,15086
|
|
617
|
-
solace_agent_mesh/client/webui/frontend/static/assets/main-
|
|
618
|
-
solace_agent_mesh/client/webui/frontend/static/assets/main-
|
|
619
|
-
solace_agent_mesh/client/webui/frontend/static/assets/vendor-
|
|
620
|
-
solace_agent_mesh-1.
|
|
621
|
-
solace_agent_mesh-1.
|
|
622
|
-
solace_agent_mesh-1.
|
|
623
|
-
solace_agent_mesh-1.
|
|
624
|
-
solace_agent_mesh-1.
|
|
573
|
+
solace_agent_mesh/client/webui/frontend/static/assets/main-BYGUHQMk.js,sha256=zel-G-RXJLvs3av_2-uDN3S_gBJNszv7DVSNK_f2JN8,980941
|
|
574
|
+
solace_agent_mesh/client/webui/frontend/static/assets/main-D2CSH1bp.css,sha256=G74RdRVGHJftnTtNEhayBZZbfgTrzaN5KTWsqb3UXg0,134735
|
|
575
|
+
solace_agent_mesh/client/webui/frontend/static/assets/vendor-XBWAmrun.js,sha256=dLoJt0eN1BBc5dP0j17b0lsBOpX3zXVc86UfL05bWGU,351310
|
|
576
|
+
solace_agent_mesh-1.12.0.dist-info/METADATA,sha256=fDBTnq3mKpwaqEkbtlg9G-GB3RNnTjT-GoAWDRYJwpU,26509
|
|
577
|
+
solace_agent_mesh-1.12.0.dist-info/WHEEL,sha256=WLgqFyCfm_KASv4WHyYy0P3pM_m7J5L9k2skdKLirC8,87
|
|
578
|
+
solace_agent_mesh-1.12.0.dist-info/entry_points.txt,sha256=5pLVH8d8bd4sxUwBh7VTni8gTTSzTqGfY14zgdQZm1I,106
|
|
579
|
+
solace_agent_mesh-1.12.0.dist-info/licenses/LICENSE,sha256=xx0jnfkXJvxRnG63LTGOxlggYnIysveWIZ6H3PNdCrQ,11357
|
|
580
|
+
solace_agent_mesh-1.12.0.dist-info/RECORD,,
|